Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/nandedex/www/s.nandedexpress.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nandedex/www/s.nandedexpress.com/colormag.zip
PK�
�[u���archive.phpnu�[���<?php
/**
 * The template for displaying Archive page.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">

			<?php

			$grid_layout = 'layout-2';

			$style = 'cm-layout-2-style-1';

			$col = 'col-2';

			/**
			 * Functions hooked into colormag_action_archive_header action.
			 *
			 * @hooked colormag_archive_header - 10
			 */
			do_action( 'colormag_action_archive_header' );

			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type   = get_theme_mod( 'colormag_pagination_type', 'default' );
			?>

			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_archive_page_loop.
					 */
					do_action( 'colormag_before_archive_page_loop' );
					?>
						<?php
						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', 'archive' );
						endwhile;
						?>

					<?php
					/**
					 * Hook: colormag_after_archive_page_loop.
					 */
					do_action( 'colormag_after_archive_page_loop' );

				else :
					if ( true === apply_filters( 'colormag_archive_page_no_results_filter', true ) ) {
						get_template_part( 'template-parts/no-results', 'archive' );
					}
				endif; // if ( have_posts() ) :
				?>
			</div><!-- .cm-posts -->

			<?php
			if ( 1 == $pagination_enable ) :
				colormag_pagination();
			endif;
			?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
PK�
�[�
�O�O
changelog.txtnu�[���== Changelog ==
= 3.1.10 - 2024-07-23 =
* Feature - Option to change mobile menu color and typography.
* Feature - Option to change mobile sub menu background color and typography.
* Fix     - Header layout 2 style issue.
* Fix     - WordPress 6.6 issue.

= 3.1.9 - 2024-06-27 =
* Option - To change footer column layout.
* Fix - Link post format while using custom primary color.
* Fix - Primary menu background color on responsive device.
* Fix - Post format video URL issue.

= 3.1.8 - 2024-04-25 =
* Fix - `colormag_date_meta_markup` function override.

= 3.1.7.1 - 2024-03-20 =
* Fix - TG Advertisement issue.

= 3.1.7 - 2024-03-19 =
* Fix - Page title tag issue.

= 3.1.6 - 2024-03-05 =
* Option - To change sidebar width.
* Fix    - Primary menu background on contained main header.
* Fix    - Post meta categories issue.

= 3.1.5 - 2024-02-20 =
* Option - To change global base color.
* Option - To change global box border color.
* Option - To change global links color.
* Option - To change global body typography.
* Option - To change global headings' typography.
* Option - To change global H1,H2,H3,H4,H5 and H6 typography.
* Option - To change global button color, background, padding and border radius.
* Option - To change site title color and typography.
* Option - To change site tagline color and typography.
* Option - To change main header layout 1 alignment.
* Option - To change main header layout 1 alignment.
* Option - To change primary menu border top width.
* Option - To change main menu typography.
* Option - To change main sub menu typography.
* Option - To change sortable of blog post elements.
* Option - To change blog post title typography.
* Option - To change blog excerpt type.
* Option - To change sortable of single post element.
* Option - To change sortable of post elements.
* Option - To change widget title color.
* Option - To change widget content color.
* Option - To change widget link color.
* Option - To change footer bar style.
* Fix    - PHP error on v7.2.

= 3.1.4 - 2024-01-29 =
* Add - Font awesome V6.2.4 support.
* Fix - Page builder template responsive issue.

= 3.1.3 - 2024-01-19 =
* Enhancement - Theme Dashboard.

= 3.1.2 - 2024-01-15 =
* Enhancement - Overall theme dashboard UI/UX.

= 3.1.1 - 2024-01-11 =
* Tweak - Update screenshot image.

= 3.1.0 - 2023-12-27 =
* Fix - Breadcrumb option visible even when disabled.
* Fix - Migration notice issue.

= 3.0.9 - 2023-12-13 =
* Fix - Image caption alignment issue in editor.
* Fix - Single post headings tag issue.
* Fix - Page title tag issue.

= 3.0.8 - 2023-12-12 =
* Fix - Header background color issue on dark mode.
* Fix - Navigation  post title word break issue.

= 3.0.7 - 2023-10-18 =
* Fix - Spacing issue in editor.
* Fix - PHP error on search results page.

= 3.0.6 - 2023-09-20 =
* Fix   - Sub menu design issue.
* Added - New Demo (ColorMag 02) - Gutenberg-based WordPress Template Site for Best News Magazine.

= 3.0.5 - 2023-09-05 =
* Feature - Breadcrumb option.
* Feature - Numbered pagination option.
* Feature - Retina logo option.

= 3.0.4 - 2023-08-22 =
* Feature - Primary menu background color option.
* Feature - Primary menu border color option.
* Feature - Main menu color option.
* Feature - Main menu hover color option.
* Feature - Sub menu background color option.
* Feature - Header action icon color option.
* Feature - Mobile menu toggle icon color option.
* Feature - Upper footer widget background color option.
* Feature - Footer copyright content color option.
* Feature - Footer copyright link color option.
* Added   - New Demo (ColorMag NewsHive) - Gutenberg-based WordPress Template Site for Blog, Newspaper & Magazine.

= 3.0.3 - 2023-08-15 =
* Feature - Top bar background color option.
* Feature - Main header background color option.
* Feature - Footer column background color option.
* Feature - Container inside background color option.
* Feature - Footer bar background color option.
* Fix     - Footer column design issue.
* Fix     - Navigation menu responsive icon issue.
* Add     - Footer upper column sidebars.
* Added   - New Demo (ColorMag MagazineX) -  Gutenberg-based WordPress Template Site to publish articles for your newspaper, magazine, or blog.

= 3.0.2 - 2023-07-19 =
* Fix - Left sidebar content responsive issue.
* Fix - Post Video format play button position issue.

= 3.0.1 - 2023-06-20 =
* Fix - Single post navigation width issue.
* Fix - Highlighted post widget clickable issue.
* Fix - Permalink not appearing on comment section.
* Fix - Various design issue in button block.
* Fix - Tag links design issue.

= 3.0.0.7 - 2023-06-19 =
* Fix - Word break issue.
* Fix - Featured Category slider issue on refresh.
* Fix - Dashboard notice dismiss button.

= 3.0.0.6 - 2023-06-19 =
* Fix - Featured Category Slider not appearing.

= 3.0.0.5 - 2023-06-18 =
* Fix - Missing deprecated functions issue.

= 3.0.0.4 - 2023-06-17 =
* Fix - Missing commenter author name.
* Fix - Gutenberg editor skin color.
* Fix - Comment & Tag meta missing on post meta section.
* Fix - Dashboard notice dismiss button issue.

= 3.0.0.3 - 2023-06-16 =
* Tweak - Minor change.

= 3.0.0.2 - 2023-06-16 =
* Tweak - Minor change.

= 3.0.0.1 - 2023-06-16 =
* Fix - Footer copyright text issue.

= 3.0.0 - 2023-06-16 =
* Enhancement - Overall UI/UX improvements of frontend side of the theme

* Enhancement - Responsiveness and mobile-first design
* Enhancement - Introduced SVG icons for speed and better design
* Enhancement - Improvements and issues fixes in dark mode design

* Enhancement - Blog, Post content, meta, CTA button
* Fix         - Design issues in post comments section
* Enhancement - Search no result found page design
* Enhancement - Fixed design issues in 404 page and improved for the betterment
* Enhancement - Improved design for forms fields

* Enhancement - Overall layout/design improvement in header area
* Enhancement - Mobile menu design
* Enhancement - Improved header search
* Fix         - News ticker alignment issue in mobile devices
* Fix         - Top bar responsive issues

* Enhancement - Overall layout/design improvement in footer area
* Fix         - Footer area responsive issues

* Enhancement - WordPress default blocks/widgets design
* Enhancement - Improved Block Editor design
* Fix         - Search widget design issue
* Enhancement - ColorMag custom widgets design: consistency, spacing, responsiveness

* Enhancement - Overall accessibility improvements as per WordPress standards
* Enhancement - More accessible styles for links
* Enhancement - Maintained contrast of elements via Color, sizes, spacing
* Enhancement - Attention to typography for readability by applying hierarchy, consistency, and white spaces

* Enhancement - WooCommerce pages design revamp
* Enhancement - Improved product boxes
* Fix         - Various design issues including responsiveness in WooCommerce pages

* Enhancement - Overall UI/UX of customizer controls

* Enhancement - Improved design of icons used in radio image control
* Enhancement - Use toggle control instead of checkboxes
* Enhancement - Introduced unit selector, slider in typography control
* Enhancement - UX improvement in responsive switcher setting
* Enhancement - Use of toogle instead of eye icon inside sortable control
* Enhancement - Use of toggle instead of eye icon inside sortable control
* Enhancement - Introduced unit selector and progress bar indicator in the slider control
* Feature     - Option of unsortable items inside sortable control
* Feature     - Introduced input binding setting in dimension control
* Feature     - Introduced input binding and unit selector setting in dimension control
* Added       - Introduced new subheadings control

* Enhancement - Refactored options arrangements for better user experience
* Enhancement - Consistency on layout and style options
* Enhancement - Updated strings used for customizer options for clarity

* Enhancement - Better file/folder organization
* Tweak       - Improved Coding Standards
* Tweak       - PHP OOP way code implementation

* Enhancement - Mobile-first CSS
* Enhancement - Proper CSS Reusability implementation for less code
* Enhancement - Use of CSS flex/grid properties instead of float
* Enhancement - Use of CSS variables
* Enhancement - Overall CSS transition on events

= 2.1.8 - 2023-01-11 =
* Fix - PHP error.

= 2.1.7 - 2023-01-09 =
* Fix - PHP error.

= 2.1.6 - 2023-01-04 =
* Integration - Magazine Blocks plugin.
* Tweak       - Improvements on page builder template.
* Fix         - Logo alignment issue in header clean layout.
* Fix         - Alignment issue in header classic layout.

= 2.1.5 - 2022-11-17 =
* Fix - Primary menu expanded by default when responsive menu is enabled.
* Fix - Primary menu hover color issue.
* Fix - Top header enlarge issue on page load.
* Fix - Primary menu not centered while 3rd header style.

= 2.1.4 - 2022-10-18 =
* Improvements - Header top bar design and CSS code refactor.

= 2.1.3 - 2022-06-22 =
* Tweak - Load default fonts locally.

= 2.1.2 - 2022-04-20 =
* Fix - Option for hiding blog/static page on front page not working on certain condition.
* Fix - Featured image not showing in a single post on certain condition.

= 2.1.1 - 2022-03-25 =
* Fix - Elementor\Scheme_Color is deprecated.
* Fix - _register_controls is deprecated.
* Fix - Color opacity option in customizer not working properly.

= 2.1.0 - 2021-09-06 =
* Fix - Dropdown issue in widgets.
* Fix - Background color customizer option not working properly.

= 2.0.9 - 2021-08-03 =
* Fix - Font display swap property and value for google fonts.

= 2.0.8 - 2021-05-27 =
* Tweak - Update screenshot image.
* Tweak - Update screenshot image source link.

= 2.0.7 - 2021-05-12 =
* Fix - Elementor's Text Editor widget's font size overridden by theme.

= 2.0.6 - 2021-03-31 =
* Enhancement - Social Icons control.

= 2.0.5.1 - 2021-02-25 =
* Tweak - Fix URL of welcome banner image.

= 2.0.5 - 2021-02-24 =
* Tweak - Update screenshot image.

= 2.0.4 -2020-12-16 =
* Tweak - Update footer credit link with `rel="nofollow"` attributes.
* Fix   - jQuery deprecated message in some of the theme custom JS files

= 2.0.3 -2020-10-21 =
* Enhancement - Customizer design.

= 2.0.2 -2020-09-28 =
* Fix - Search form result display for specific language when using Polylang plugin.
* Fix - Alpha color selector design issue on custom customize controls.

= 2.0.1 -2020-09-16 =
* Tweak - Updated `Tested up to` to 5.5
* Fix - Link in slider not working on certain devices in Chrome

= 2.0.0.3 -2020-08-19 =
* Fix - Primary color issue for read more button
* Fix - Primary color issue for header style 3 menu border

= 2.0.0.2 -2020-08-18 =
* Fix - Primary color issue

= 2.0.0.1 -2020-08-18 =
* Fix - PHP syntax error

= - 2.0.0 -2020-08-18 =
* Refactor  - Customize controls.
* Refactor  - Customizer sections and options.
* Remove    - TGMPA library to recommend plugins
* Deprecate - Demo config via theme.

= 1.5.1 -2020-08-08 =
* Enhancement - Links CSS transition.
* Remove      - Unused codes.

= 1.5.0 -2020-07-20 =
* Fix - Mobile sub toggle icon color and bg color conflict while opening two submenu at once.
* Enhance - Post `Read more` CTA UI.

= 1.4.9 -2020-06-05 =
* Fix - Responsive video embeds.

= 1.4.8 -2020-05-27 =
* Tweak       - Enhance customizer upsell section.
* Enhancement - Gutenberg compatibility

= 1.4.7 -2020-05-22 =
* Add   - Required header fields: `Tested up to` and `Requires PHP` in style.css.
* Fix   - Theme name and version in the admin dashboard while child theme active.
* Tweak - Add and improve theme-related notices.

= 1.4.6 - 2020-04-17 =
* Added - New Demo (ColorMag Wild Magazine) - Engage the nature lovers to your wildlife magazine website with this ColorMag demo.
* Added - New Demo (ColorMag Entertainment News) - Use this ColorMag demo to provide entertaining information on your news website.
* Tweak - Notice adjustment with respect to WordPress admin notices guideline

= 1.4.5 - 2020-02-28 =
* Tweak -Refactor theme page according to WordPress theme guidelines.

= 1.4.4 - 2020-02-19 =
* Tweak - Minor Enhancement.

= 1.4.3 - 2020-01-22 =
* Added - New Demo (ColorMag Top Magazine) - Start working on your awesome online magazine with this ColorMag demo.
* Tweak - Modify menu CSS for keyboard accessibility.
* Tweak - Modify self hosted Header Video CSS to align center.
* Tweak - Deprecate Custom CSS customize option provided via theme

= 1.4.2 - 2019-07-29 =
* Fix   - Random posts and Search icon position in menu.
* Fix   - Comment form boxes design.
* Fix   - User consent design for comment form.
* Fix   - Published and Updated class for Google Structured Data.
* Fix   - Featured Posts widget image margin when used with Elementor.
* Fix   - Featured image alignment on featured posts widget for RTL support.
* Tweak - CSS change for Elementor Block Elements.
* Tweak - Update `screen-reader-text` CSS.
* Tweak - Added `skip-link` to content area.
* Tweak - Autofocus on search field for click on search icon toggle button in menu.
* Tweak - Remove display of `Comments Off` message, if comment is off within featured posts widget.

= 1.4.1 - 2019-07-12 =
* Remove - Removed dashboard message to align with the theme review guidelines

= 1.4.0 - 2019-07-11 =
* Tweak - Added `wp_body_open` function to support WordPress 5.2 `wp_body_open` hook.
* Tweak - Added message to make user aware while installing and activating the ThemeGrill demo importer plugin.

= 1.3.9 - 2019-05-21 =
* Update - FitVids to 1.2.0
* Tweak  - Add review notice message.

= 1.3.8 - 2019-03-26 =
* Fix - Upload Theme button not working

= 1.3.7 - 2019-03-19 =
* Tweak  - Remove import button from site library for pro themes.
* Update - BxSlider to 4.2.15

= 1.3.6 - 2019-03-01 =
* Tweak - Added site library and demo import process in About ColorMag page.
* Tweak - Modify pingback url autodiscovery for single posts, pages, or attachments.
* Tweak - separate customize control class via different file.

= 1.3.5 - 2019-01-16 =
* Update - StickyJS library to 1.0.4
* Update - Magnific Popup library to 1.1.0

= 1.3.4 - 2018-12-07 =
* Recommend - Zakra Gutenberg ready theme
* Fix       - Gallery padding for Gutenberg
* Tweak     - Utilize single custom JS file for required theme JS settings.

= 1.3.3 - 2018-11-19 =
* Added - Gutenberg compatibility

= 1.3.2 - 2018-10-04 =
* Remove - Backward compatible for favicon
* Remove - Backward compatible for header logo

= 1.3.1 - 2018-08-31 =
* Update - Upsell link

= 1.3.0 - 2018-08-29 =
* Fix - Menu toggle tag
* Fix - Image upload issue in advertisement widgets for customizer option

= 1.2.9 - 2018-05-24 =
* Feature - Added option to display social link in header, footer or both header and footer location

= 1.2.8 - 2018-05-09 =
* Feature - Added featured image disable option for single post page
* Feature - Added featured image display option for single page

= 1.2.7 - 2018-4-20 =
* Tweaks - Remove translations from social icons display

= 1.2.6 - 2018-03-20 =
* Fix - Slider anchors unclickable in Firefox browsers versioned 59+.

= 1.2.5 - 2018-03-15 =
* Fix - Flex issue on safari

= 1.2.4 - 2018-02-27 =
* Fix    - Header layout ( Main Header Area Display ) design issue
* Fix    - Touchscreen submenu double click issue in small devices
* Tweaks - Introduce customizer live preview and selective refresh feature.

= 1.2.3 - 2017-12-12 =
* Added   - Scrollbar for fixed better responsive menu if overflow.
* Tweaks  - Touch screen accessible submenu
* Feature - Added Elementor plugin support
* Feature - Added Block widgets for use within Elementor plugin
* Feature - Added Grid widgets for use within Elementor plugin

= 1.2.2 - 2017-10-16 =
* Feature - Added header variation options
* Feature - Added footer variation options

= 1.2.1 - 2017-08-31 =
* Tweaks  - Updated BxSlider to version 4.2.12
* Tweaks  - WooCommerce sidebar layout now utilizes the same sidebar area provided via the theme by default
* Tweaks  - Image alt text added to the advertisement widgets provided via this theme
* Tweaks  - Introduce selective refresh for site title and description
* Feature - Added theme starter content introduced in WordPress 4.7

= 1.2.0 - 2017-04-27 =
* Feature - Added option to display the date in header set via WordPress date setting
* Tweaks  - Add theme support for WooCommerce 3.0's new gallery feature
* Tweaks  - Updated FontAwesome icons to version 4.7.0
* Fix     - Search results page design

= 1.1.9 - 2017-03-03 =
* Tweaks - Updated BxSlider to version 4.2.10
* Tweaks - Add support for customize selective refresh widgets
* Tweaks - Add TGMPA to recommend ThemeGrill Demo Importer plugin

= 1.1.8 - 2017-01-16 =
* Feature - Added new responsive menu design.
* Added   - RTL Language support.
* Added   - Support for Video Headers introduced in WordPress 4.7.

= 1.1.7 - 2016-12-09 =
* Feature - Migrated the Custom Logo from theme options to the Site Logo in Site Identity section

= 1.1.6 - 2016-12-08 =
* Feature - Added the Custom Site Logo feature introduced in WordPress 4.5
* Feature - Added support for Site Icon introduced in WordPress 4.3
* Feature - Added compatibility for ThemeGrill Demo Importer plugin
* Feature - Migrated the Custom CSS code added in theme settings to Additional CSS section introduced in WordPress 4.7

= 1.1.5 - 2016-09-02 =
* Tweaks - Removed Portugese (Brazil) language file as 100% translation now available at wordpress.org
* Tweaks - Removed Russian language file as 100% translation now available at wordpress.org
* Tweaks - Enhancement for the media uploader scripts used in widgets.

= 1.1.4 =
* Tweaks - Updated theme tags as per new introduced tags.
* Tweaks - Introduced welcome page for theme.

= 1.1.3 =
* Theme information is properly organized in Customize panel.
* Theme is now compatible with WooCommerce.

= 1.1.2 =
* Updated FontAwesome icons to version 4.5.0
* Content width is now adjusted according to the layout chooded.

= 1.1.1 =
* Language POT file updated
* SEO optimization

= 1.1 =
* Added rel="nofollow" on the Advertisement widgets.
* Updated FontAwesome icons to the latest version 4.4.0
* Updated HTML5Shiv script to the latest version 3.7.3

= 1.0.9 =
* Minor CSS Bug Fix
* Russian language file added. Thanks to Mr. Ardizan Натяжные потолки for providing the language files.
* Spanish language file added. Thanks to Mr. Anel Pérez Pérez & Melchor Sánchez for providing the language files.

= 1.0.8 =
* WordPress default gallery alignment issue fixed. Also, responsiveness adjustment done for WordPress default gallery.

= 1.0.7 =
* Removed deprecated function for WP_Widget class and used the __construct() instead as per WordPress 4.3
* Date translation issue fixed.

= 1.0.6 =
* Norwegian language file added. Thanks to Mr. Clay Kristoffer Gressli for providing the language files.

= 1.0.5 =
* Brazilian Portuguese language file added. Thanks to Mr. Clay Zeballos for providing the language files.
* TG: Featured Posts widget title changed to TG: Featured Posts(Style 1)
 and TG: Featured Posts Vertical widget title to TG: Featured Posts(Style 2)
* Added the update class for Google Structured Data.
* Added HTML5 Markup theme support

= 1.0.4 =
* Fixed reset query for breaking news and random post
* Default layout set as Right Sidebar for the front page
* Updated Stickyjs to v1.0.2
* Few styling and other adjustments

= 1.0.3 =
* Removed TG: Videos widget
* Styling adjustment for search results page
* Responsive styling adjustment for posts in archive page and search page
* Option to hide Blog Posts/static Page from front page added
* Pot file updated.
* Screenshot changed.

= 1.0.2 =
* Added the prefix for the hook in the header.php
* Enqueued the script used in post-format.php

= 1.0.1 =
* Responsiveness added.
* All refinements and adjustments.

= 1.0 =
* All brand new.
PK�
�[��'�fNfNstyle-editor-block.cssnu�[���/* Basic Block Editor CSS */
.editor-styles-wrapper {
	background-color: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
	/* Theme specific CSS */
	/* Headings */
	/* Horizontal Lines */
	/* Tables */
}

.editor-styles-wrapper > * {
	font-family: 'Open Sans', serif;
	color: #444444;
}

.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
	padding: 5px 0 0;
	font-size: 32px;
	line-height: 1.2;
	color: #333333;
	font-weight: normal;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}

.editor-styles-wrapper .wp-block h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 42px;
}

.editor-styles-wrapper .wp-block h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 38px;
}

.editor-styles-wrapper .wp-block h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 34px;
}

.editor-styles-wrapper .wp-block h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}

.editor-styles-wrapper .wp-block h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.editor-styles-wrapper .wp-block h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}

.editor-styles-wrapper .wp-block blockquote.has-text-align-right {
	border-right: 0;
	border-left: 0;
	padding: 30px 30px 20px 45px;
}

.editor-styles-wrapper .wp-block button:not(.components-button) {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
	background-color: #33363b;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper .wp-block .mce-widget button {
	font-size: 13px;
	line-height: 1.53846153;
	padding: 2px 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #595959;
	margin-bottom: 0;
	-webkit-appearance: inherit !important;
	-moz-appearance: inherit !important;
	appearance: inherit !important;
	cursor: inherit;
}

.editor-styles-wrapper .wp-block th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper .wp-block td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper .wp-block caption {
	text-align: left;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
	padding: 15px 1%;
	width: 33.33%;
}

.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
	padding: 15px 1%;
	width: 25%;
}

.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	padding: 15px 1%;
	width: 20%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
	padding: 10px 0.5%;
	width: 16.66%;
}

.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
	padding: 10px 0.5%;
	width: 14.28%;
}

.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
	padding: 10px 0.5%;
	width: 12.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
	width: 11.11%;
}

.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
	width: 50%;
}

.editor-styles-wrapper h1.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h2.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h3.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h4.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h5.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h6.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h1 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h2 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h3 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h4 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h5 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h6 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

.editor-styles-wrapper hr.is-style-dots {
	height: auto;
}

.editor-styles-wrapper p {
	margin-bottom: 15px;
	font-size: 15px;
}

.editor-styles-wrapper strong {
	font-weight: bold;
}

.editor-styles-wrapper cite {
	font-style: italic;
}

.editor-styles-wrapper em {
	font-style: italic;
}

.editor-styles-wrapper i {
	font-style: italic;
}

.editor-styles-wrapper code {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper samp {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper abbr {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper acronym {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

.editor-styles-wrapper ins {
	background: #f8f8f8;
}

.editor-styles-wrapper table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper sup {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	bottom: 1ex;
}

.editor-styles-wrapper sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	top: .5ex;
}

.editor-styles-wrapper dl {
	margin-bottom: 24px;
}

.editor-styles-wrapper dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.editor-styles-wrapper dd {
	margin-bottom: 24px;
}

.editor-styles-wrapper ul {
	list-style: none;
	list-style: square;
}

.editor-styles-wrapper ol {
	list-style: none;
	list-style: decimal;
}

.editor-styles-wrapper li {
	font-size: 15px;
	line-height: 1.3;
}

.editor-styles-wrapper li > ul {
	margin: 0 0 0 10px;
}

.editor-styles-wrapper li > ol {
	margin: 0 0 0 10px;
}

.editor-styles-wrapper pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.editor-styles-wrapper blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

.editor-styles-wrapper blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.editor-styles-wrapper blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.editor-styles-wrapper blockquote.is-style-large {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.editor-styles-wrapper blockquote.is-style-large p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

.editor-styles-wrapper blockquote.is-style-large p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.editor-styles-wrapper blockquote.is-style-large a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.editor-styles-wrapper input[type="search"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="search"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="text"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="text"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="email"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="email"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="url"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper textarea:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="password"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="reset"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="reset"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="reset"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="button"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="button"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="button"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="submit"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="submit"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper a {
	color: #207DAF;
	text-decoration: none;
}

.editor-styles-wrapper a:hover {
	text-decoration: underline;
}

.editor-styles-wrapper a:focus {
	text-decoration: underline;
}

.editor-styles-wrapper a:active {
	text-decoration: underline;
}

.editor-styles-wrapper th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper caption {
	text-align: left;
}

.editor-styles-wrapper th.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper td.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper th.has-text-align-right {
	text-align: right;
}

.editor-styles-wrapper td.has-text-align-right {
	text-align: right;
}

.editor-styles-wrapper .alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper embed {
	max-width: 100%;
}

.editor-styles-wrapper iframe {
	max-width: 100%;
}

.editor-styles-wrapper object {
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] dt {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption .wp-caption-dd {
	text-align: center;
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption-text {
	text-align: center;
}

.editor-styles-wrapper .gallery {
	margin: 0 auto 15px;
}

.editor-styles-wrapper .gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.editor-styles-wrapper .gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.editor-styles-wrapper .gallery-icon img {
	margin: 0 auto;
}

.editor-styles-wrapper .wp-block-gallery ol {
	margin: 0;
}

.editor-styles-wrapper .wp-block-gallery ul {
	margin: 0;
}

.wp-block {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large p {
	margin-top: 0;
	margin-bottom: 0;
}

.block-editor-default-block-appender .block-editor-inserter__toggle.components-button {
	padding: inherit;
}

/* Links */
.wp-block-file .wp-block-file__textlink {
	color: #207DAF;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-embed-responsive .editor-styles-wrapper {
	padding-left: 16px;
	padding-right: 16px;
}

@media only screen and (max-width: 420px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

/* Support Magazine Blocks */
[class*='mzb'] h1,
[class*='mzb'] h2,
[class*='mzb'] h3,
[class*='mzb'] h4,
[class*='mzb'] h5,
[class*='mzb'] h6 {
	padding-bottom: 0;
}

[class*='mzb'] a:hover {
	text-decoration: none;
}

[class*='mzb'] .mzb-post-list .mzb-post-title,
[class*='mzb'] .mzb-tab-post .mzb-post-title,
[class*='mzb'] .mzb-featured-categories .mzb-post-title,
[class*='mzb'] .mzb-banner-posts .mzb-post-title {
	margin-bottom: 10px;
}

.editor-styles-wrapper .components-placeholder.mzb-section-preset .mzb-section-preset-btn {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	border: none;
}
PK�
�[�1�\FFno-results.phpnu�[���<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<section class="cm-no-results cm-not-found">
	<img
		src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/search-result.png' ); ?>"
		alt=""
	/>

	<header class="cm-page-header">
		<h1 class="cm-page-title"><?php esc_html_e( 'No matching post found', 'colormag' ); ?></h1>
	</header><!-- .cm-page-header -->

	<div class="cm-page-content">
		<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>

			<p>
				<?php
				printf(
					wp_kses(
					/* Translators: %1$s: Link to WP admin new post page. */
						__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'colormag' ),
						array(
							'a' => array(
								'href' => array(),
							),
						)
					),
					esc_url( admin_url( 'post-new.php' ) )
				);
				?>
			</p>

		<?php elseif ( is_search() ) : ?>

			<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'colormag' ); ?></p>
			<?php
			get_search_form();

		else :
			?>

			<p><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'colormag' ); ?></p>
			<?php
			get_search_form();

		endif;
		?>
	</div><!-- .cm-page-content -->

</section><!-- .cm-no-results -->
PK�
�[
��6��
theme.jsonnu�[���{
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "spacing": {
      "blockGap": true,
      "margin": true,
      "padding": true
    }
  }
}
PK�
�[��!3screenshot.jpgnu�[������JFIFdd��Ducky?��&Adobed�

��5��j���

		
		




������	 0@!1P"4`A25#3pB$%��C6	!1AQ�"23 aq��0@��B�#�Rr��4P��bsS$`�Cp�c҃����DT51p�!a@`���Aq� �"!1AQaq @���0��P�`p������oH�2H�0I V^k�0
�1<\5(�`��&T�� 1C1�H�	�p���W2CA<�B��<�Zl�Ņ�J�*�҉�$ͺ�͏K\�F7����bx�CJ�M�ԯK�U�II<�S̫v�J�m̧wnsU��c:���R�_��sȎ�tzߝ�}�W��ץ�yO���+�)�G'����q�@�3%$�A�TL���"%�$�KJ��&bx��fH�-,ՍJ%$-��r`�CIFc�$��j�(JH�)G@J3,l�f%.,�	�j_΀��p>�n�`*�J����.!)P�P�T%	qJ����¡(K�*
��x͔(�@���@*(0d�ax�ϧ����.*�T%¥B\J��p�J��*0�R��F*TbT�K�J���	R�^0�T%�(K������Tɓ&L�6y/�����ʵl̯W&c)@�.%J���ĨJ��)q	R��%J1*T�ĩQ�J���*�P�.%AR��cJ�*��%G��~s��4��tӞ��y6�+�.&
��9}648�:y]��c^[y��@�}�O7վ����p��V�˱�e���.%B\J�%K�J���q	R��*1*T%ĥF%J���(K�P�.!)R�f�"��%	R�
��=dz�[�<��&O3��/���N�/���װ��p>���y]��B�E����f�u<wL�nz��\}{�O/���|��B=�=��ϧ����s͙S�fe[��b�����}.�T%ĨJ�T�q	R�
�*1*TbR�F%J��T[��NJ
T��xq/�ٝ��W7ԝ�4�םxy�HĶ��B�T%*1*
�3^����O���k�>�?��c�&n�O�̸�;��������=�5�zc^����ۛ�З���~�_g��lJ'&c&T-�*\J���%J��(ĩP��F*�T�.%GWm��T�lΫ�5�S�L�m���2V�E�16�J�	p�K�a����N�OhG�nW�{�~}_7-OF�>lXZ_y�f l��S��ls����/�F�Կ9뎌}O�@<����zu��2��ȌTj�5��Ģ�ъ�Sʝ[2��i��	R��*1*T%Ĩ.%J���	K�P�.!*R��F%J1*T�ĩrfD%��*1*X��_}�G��5�L�Lɓ`�*-[�4}���y�6իne,�,ʝ�zYD���Vaf۱�Q�ju�J���K�R�.%	q*T%Ĩ*\BT�q	J�J�*1)Q�R�F%J�	R�J�X����>�O
R�&L�/&�n����0�`�!�V�*�R�.%J�*T%ĨJ�
��q	R���*1*T���F%J��T�K�P�.	R��F*\B_}�G����,2y�ߟ���@J��T�K�P�
�	q*��*\BT��J�J�T�Q�R���	R�T%K�*T���p%J����%���i^����P�.�k����
κ�C����)��x����~��z@>s�|���OF�����-�g��j����j�"ҳ%�o���h7M�����+&h�T���bD�-5@/)&VXRs�����u=��k�ngK�Ύ���mʝ�W�����j�:�0���T@=TH�q#D֮��ֈX�F���G���y*z���9��t��]����qj��#B��oG<���}6O�TOF����|��5y��o'��o�}�H�~�W��gm�z���O8H�:Pk{��7o,̮�w<�ag]OW`�A8���8���
6:���3D�kY9fVbKn���n�u�l0\D��$`�c�k�9�:Uh��8"Dģ 0�	�,�1��{�v�w���6�s�-���CZ�0akްՙ�V��s�g8P-�2�J���|��xI��1@=o�=}=/��ԗe�'��<�,�m��֭뻭�dlKa�Xŋ��j�/��W<�[�%�z�z���J'u�9ٺ�jc۲��<�kV65�f�%�q[b+��&fX�n1����;��5�T�An'�K�6AQ!\K�.	D�l���m�Go>?C>w3��G���ܺ>lku��|�8��<sns<�4����z`��<Y�Ӿ�j�\xW|��}l�o�9��z��޽n~�-oD���[�F�����b|ێuyDb%nue�^�n�z�؋V���&��y/�&!&m�$�m�����ĔŋT�F�ּ�ZM�u��u|X���Q%��Y,�Q�rl�����;��5�L�F�2���pePT�&e�eg,崺[I�ݞ/G����\�GN�]/>z�.{�1(�z�Fޗ��b��4}���̯�ˑ��9^u���{:�o��E�˹&���vs�fq��<k ]|O�����}d֏����oM_�t�"��.\��ȹq��,y�/ۈĈ�:=���u���fQ�X�Wwﭗvū(��$���L�\K%�)n1,�1�6�>ڮ�W-*�Q�
�K��J1.�'\��l,�G�Ϗ�g����[�/S�΍�n���u��f�Jw����Z�ne��}~g��	=�{��5%��m�Oφܺ��GYL��ǝ`�믏�ާW�nc<����%����O�u�9�b6==n�عs,b���ϑ×C{�Z׍xĔq�xb,����w�W��_w�[-eq%� ��a�bK�5�k(��]si��t������u"�h�.FW2�BX�#%ĠK"R�&�����������u�u�����~�,�o�/�E[�V�[��q�ns�ϑz}�]{��K�ε��'�s�5��}&y�3���r�~
`�믏{�w�i�]p��-�ԭ�W������ݷ[��(��^GZ�Tr�Af�x���0$/[�������bզN�S��Z&�Ae\Ʊ�bF\Ki��t������t*͡FL�%�Fe�L�1*Q�1�R�g$��f_K������W��؝��ʝ�?�����[��nV7Wc=/���x���^�����z~y�����o��=�<��L��O\������^˾��&O-�5�1%�Y��3)��c�ۡ�鲲�V���_9Ö�3+��N�^_��[����x�njs�I�'��}e�%��-F%��^�\E�dag]x�̰6��OϏ��n���6���ؗ|�˲d�]U�':]|�$"�ȜMgYK�������޹޹%$m��<��,׭S�np�=:k�9�Q׷]|d��t��zyR��]�-��cU����];�����`
��_O��=���~'�}�<�m�Mc2Z�q,��Ļ������+����>�n�mk��Q�VM<��˧˖�=x�s�H=G���﮼���`�*"�DȚ�"���*+�%��������]D�6�%�ї��An�5QDTj֎\�us��"W5��&Z����Ϗ�g���\�gK�4�o{�+����M��Z�W��ӥ�_�o��ߢ�\=��
���3����⛿��78�޾���Y�˷�:���^;���?WϏ�{����͹��C�n�u�]m���]��s�����y�S��ק���}�Yvbk����:�V�\��y��+�	�}�Os}g(�Z�8��[�e��+[c+8�ub�,�X��OϏ�}n����0\����Ve����]xחN8��no��@���$c���}�<~�|�n��{�ݖ�[��Y��Ŕu<��[��^�#E��-��r�k�69
mMmK�34��[�����˿���Xrzk��C��u��M���OF����D9�V��s�nK�ֳ\���\f-����ۿ߷�^���.�g4�_;˝�WϜs�zv��W�{>��,�嬢-YD�j/Tk-b�$��.�VJ]�}��t�������Q-i|���ƺvH��j*(�^5���8�7x��.���b2�q1+������ҭ��j̨�w8�w��Sˋ�w���'5���|�}$���Ӓ��e�[V1�x���U�Ƿ��^��ry���o�ө�޹����G�e�w~���d������7��Qo��k��3�ӧL�YIk��Ѻ��s���c})�5��^�_F��A���D�9�����4fucj��K�]X����Ҋͦ>������C�κ��3[��uә�k��k�MY|g���/W����>\�=};�K!(F�c��g��ּ﫤��F�$��Y�-�͟y�[��9^������x^�^ǧm�9sV�t��F<?.Y�;�}Lr�^�\ߢt������KW��׻��g��s�yqr�ڗMG��z���wK���%�+�!��o��{������z�o�flf['��_p���n��<��w{��Z1�����<�ob�eg9��c�~�n�Tkg9ke��(�c�}?>>K�=��$�K|�K�l�֢
�+#��9��}G��>_����f� ��.c2���y��:ד�t�t�j�y�P�q^�����{�|F�޼��c��O�M��5��,�������oX�3�쏫t�=qy�~W���}]&d�>lq|���-���==h�s��t�����Ԉ��9�>�9�����j��w���w�fR���~�9�~x��љ�[��ޫ��5���b�Yzok��sT��WV^�ް�gu��亲P���>����}f��Y�5�6��I�&�eQVUI�3FN��E���s�ϼ�8�[�w=_D��Q������|��/��ble"6�"��(�IY��Z2�K��5���dݽ�a��8�;9���/H���S��z���u��w�k�ώ7��9�jϦ�����nsoz׋U�u֩��n��3���c��>���u�/����	䱙5u�K���Z��z�Z�1���+��v��I��cV5��)o[W�g�Vֶ��O_�>=�}��YY�/]���s�J�wZ������k���֑�|�o1Džy�$����\ė����3�����u|��5��D����N�]T��	˫��:av�u�M#���^��s9��u�m���v�nk
n��?K�>�?��.+園ݟM[�y�6ݫ	Q��Z�մE�8���TKV��;v����ִ\o��O!ǖ�N������u��"JRɩ�r�fd���FI���R�ao��_�>A�=��ԢFb��^�odԏ3Ǘ'w�z�g:���V�֦g���Bnt�t�z�w.Df_a���?�o��=�q��<�yw��k�b�qB�֥;���^��1�fNU�%��(�L�w��>��û�5z��}.�ώo��y��-�]5-\۱�[[�V�a�+o�җ�[cO�j*��j��>ïnַ��Ӻ�'����י^sb����Z���ۺ�DDd�RY,�$��H"Y���o}>��⏐�n��I�-:�%�<�<ryc�۾�b��G9��q|�m^|I��{%ue鷾�1(�e}~|~�??���k1av$V��<��Q�e�c;
x�<���ֶ�v5ߓ_7nK�C\\M,�ٺ�5��]S�|}msr������3-\��V{Էs���r\fu.�ٙ����_1��הb�g�׭���×?k۾պ:ބ�\d��1�g(�}.jk�)K�&�5�ljk9u3�w��j�EQJW'A��u�c�_Cۯ�J%,�׻��0yg�kZ�儝\Ɔu��ω���o�O�����=k��م�as__���������r�^y��ͺ��<�yyx��;��<�֬���%��B�YzqD��#ac&�C���G���k=oĵq��n�v[�ݵ-jZ��d���[��%�Ӷ��s�\�v�oMںٛ+�wQ�!�=G��׿�:3/��u^fm�3���&e�D���4c��I���;7����̶-��]Xڎjb[�7_�>E�=��Y,�gJ_A-�G��K�l������S:ԗ�x�n�^ޚ<�_fH��I}�<��|�*��W%�|imf{����%��n��M[XZ�k�yw-��F#b�De��-1�^�>����*ά�ݟWK7w-�W�so]���2��Z�FFX�u8s��M�l�ѩ�k^rZx��o�=8Z���\ַ>{];iq�_����eTfQ3�zl�֩/i�bb[K��y鯜n\����!��{��d�x���čL������QQ��K%�_uc�k�}��ʢ01�y>��~m�dmaL���k���f2�˂ՌD,b��u2�If�#�Qb���k=o�;j}4L��}c�j�6�6{o|Ĵ��a_S�;^��\��l��5fQ&"wL�F�>q̷{��X�y��^s���7�뽋����F�R�Y�K�َB�Z��m����#�>�f�ԭ�^�gy�.ɤ�w�ѓ�u����a-��x��r��;.�zw��蝩B\�S��)���+o��^�Y�/�ǧ��ls7m�z��X�Kh_]�y��
Eߊewӂ�ff��8WtG�{������_$����~9���u�1�q#��477�G�1\�[�޶d��x�~����ir翾��r���f�N�F��Q�ϔ�n�n��A%��
l�`��r�YƲ�T\l��.�|����՛]H�e�ulDQ����u���N�ƺ�ӗ�LJ���
ssbd*2��G��O�O����xw|��+�ߧ����&�횖�2�N}���G3UvR���ӍU��]�$Ay�e~�߇cYy���~��l��:C,.�y�e^$r���w��~�m�!-Y�Z͋j�_�;5���ͱ�l�\�+�����"۾�kj���]95dGN��b�əfea[#�?N����}��]]���n[�m�$��/76�4��t޴Q&K-H����Tc���ד�*�#�O/���G��ɵ�Q���12^X����F:cD��\I��0���.�����_���ݰ��"1g-X���\�V��j9���,�^X�-����f�N�̧3G37X�WY���F�.�s�5���h��"W'F�a�FIK#+əf%7��_�>?�Uwێ��0i�,MUX�kuI;t��n,�]y�����oM��&�ȗ��/����%KT�����±$�C靛��^+46�Yn q����d׋֒YS-2b�ūz�s�$�3+P[5�Z[��9]W�_���Rb\��Mq
d,�Fe�ʌ�adn\�S���z�5��W(�r���:Qؽ-Z�u:��q�ym[ۣ�|�>zy�]7{z컒�̾�y~����E��_+��gy_h��+���ىbf ��d�t#Z JY[�˝x���	#�~�]���6[���ϖ�Վx]�u�zK%֖�\���\���b7��o�>O���ڌ�?���X�M�t���&�fͻ���rq,]�pay�����G.J���_U��+s�y���b]gQ�ɚ2+ 3Y�b�5�%���@��|����9ul�ȶZV[1,��K�J ��~c���B��sN���F67�S��w��Vڴg:|�vzzz�Ps$ә�t�\�I.�Z�3-�y���;|q�/_�M�G��������sƿ.~����˟���Z�g<�\j�*��6�ܮ�>����7�x�y�x���j�.��,��-�f,���f,��ԕ�L۞x��ڶ'-9Z�:q�!g�6�Q�8nr���|��ҳK�7�nFjȩs&��H-Q�EQ%�0N+Z�ZMNXĖt�x�s�۽8�Eԭ�h�'���՜�J�z�놵2�.[[�lac6V؁b�&l���� |���շ�'���`���{]*��T�?�y�8zO_�[*��f��D�7�
y��f��6�zz�/ob���y��,����ˬ��lع��ي͓�F�Y�I�fq)��WK^�d�k���]��ٝ��|���[�����]�ߩj̄F4�����X]X�ɡ���N�(�c��*�v7��+i��Q�wSXg83u�w��jc���%�!�W[-Z����dK�Ӡ��|���G�N�kr�<�7���W[몕e��y{��Uk��1	8�_&$� ͹�w����_I�Nf}~O?f�.��/��/b˜ٍ\��q�j6f�ɉL6U�^��5<��sQg�
S�|�������kww�>��x��3*Ս�O
O{�(�U��Rk����m񈈌[5�ey�Ż�#&VV�3k[ܺ��IVsN8�o����,$��0��I��-�#�lo�s��
�z4�f�q�	'��v�릒]�gg9�Z��j�r�&d�|`��*��u�M�&�9���\������no��c6cI��a�Gv6e�眦p�ҭ�݆�H١��ݭ��Rp����Yy�K��[[��Ӿܖ�CU��sCy�b]�
\��^oΪMe�[M�E���ۭ~|孤���kɅ�;�����rbfd��b�HIL�#�Ӟ#&Z,�Mtk�x�o�ѧm<��ǚL]��:}:���qyr�t�F3���y�z�B<�7�*Q�\���{}+^nv}~_?gb���Yuͬ_8���8ku�vy�c��V*F��e�B�ڎ���P��O���Yy�}k�p�r��[�*��m���_�S��U��[��Ղ�pN5p���2n,�^L-2 ak�k�'w=kj�x��\��F	.b���<����+J�%��2���n���m��������኱��%&Z����k#��S'��37�w�d�Mn\ux�[�$���~��.�����%����71k���t嚯Z�ck�
>���,�z�2���*��~����.{<���t���[	ѓ�����ù� =oĵw{�[bY�Չf�i8��^T����5vc]ucd�pb#�S5�s�(�M�V2�bK#S��FLL�kw^��\LӞ7���F	.��ff��}翀|7�}#G�1$9�Y�]�[��׌�q�߿j�bM��ZHɩ˅��0bL�ߠm�>��g��|}|׼��L\�c��Ƭm͗g�=:�׬��y�s���+_���d�Ϝ��Ԭ���)���?3�s�@W�u�X����w��=���X���u��yyx��:����<s���t�y�C�Z���w�<����6�.51�a��~�cuɷ�r�����z�s�L�W�n�]ɞm�I'��~zȄS9�z��1b�I5��3�N�8|7�nvQ�G����Z���ɧ��ks�mҞn+y9�㞷P�ReV�o���s>�����[����;�<بڬ�ON���,�q)�3�.�,�j���n5<�zw�z1gԸc����ù� ?o�{��N���z0 N<O���|��_m����TmG��9��t��&��{u�������H]hɷh��ё��}t�>5�����^/����tΩZ�Ȼ�O#�D%�ט�͗���e��`���?t����:��e�}��Y����ո��/�w>ף^�ѫq1Z=��Uח���qG���r}���Y�ϫ�X�ު�g^6o��͋&d�Kx��n��{�,�Jf|ٙ����o�->���'ͽ;��,�?,�߮���yd��ml6M�N�Q�W�>[��]5��9[���y'N9�κ�÷�׽ә���Y��IדEo[S_3H�|��q��ͻ�k^�9Һ֓���nK�Һһ�û�1���WX\�c22��}����ۛ���>�߈1CF>_�x�k�K��d���[�c_3[��`ȵ$d���/�:��}?&�=�~~���I��vy�<4���r�nf�����ўn�fv�v�s�j�~q���Ϡq��o��?�w�@zߋu��I��l[(�*��\�eu�-��,[�Փ}wB�4JF��S����ddӌ��ɒ���۬-s6�"K��ML���b��7Y\I����z�x��u��k��$��VT)�����n֢��,4<�a� �����}S��g��^O��w�|��,̆����|�>;�.̞YL�{���6�f��nY���GO��Y;=�x>����{�@z߉��i��<3�k3�Rv35-�qc��y�����+��M�m.�S�k�5��f�ov�&e��_3�[& Yl�%q2mU3��ג)��ɱe�~����/{�wd����:�MS�\�'��]Mj�}1T���g���q(+]�`ӓM�G�:_�vy���?���k���c�%%���|���_mz,���3����Zb�7,�s=���u�f�{�/?�z�}��Ͽ� :|N۵s��|�Ғ6�$��m��s��T|Ϧ���>wW�c3�fs5�f���SZ�[�s�ѻ��L[�u���6���.���yZ��M���i$K�EerBI�2�2Bs.��MbWzϾ�<����������[�q�
��k�;D�5�=n�s����,��r��N��xU���|�(A�~���q��\������b�;�9$��f�x;��{w�Y��ih���W3��՝�4��}0CS�_1���'��y�����}<�Gs3_W�׫�6�4m�1�b�ԷF=>gv��Xϊ��R=�1κޓB�E�t��u���۲PoI����u����d�DHF&#3�ʈ�fRE�ͱ���g�q�{�G9K��f[�����v�����z�3��W3�8��d뜊澁��N�3�� ������KX��u��I�	��rw׻�v���sa9rU\>���������mp:��d���}(>����1v>!�t�R�"+2�̐��_2�Y,#��>kz�.%mres&�Й(�B����	%�S��i�����3�	�I+���_�y�[��ϯ��ɨqmg>��,Sv��jt뽜�nd�[Q���Êw�N�����K�^�1������+6լ��c<����w�ӷc<���wkֹu��rM=:�7n覝����g���f<�_���[p���*�J"XSۈ�	'l"�l*���[L�b*0b���)�-��l4 F(��W;�	N߼z<��\�s2蜚�8�	%���m��]��p�����@�k�/�I���@�k�1��ܽ~���=V6fl�R)w�i�,ּ_N�4��{��>m��UnI�o�}�ծ���x��f<�_ėKa�<]=w�3��7�:�%u:���Ͳ9:ק�rp�fl۬lDm��ͷ`�0Uo9D��XD��D�.[
┌��2N�"ˡ�a1�в:U��G�|k��c3$ąͥ�{�Z�x*9�x�)2��:_���_>;��cR�+�1�n��������B�ON�~����8��,ݚfl��}��}�;!�5�7��'��^��?e��Sn�r�c'c*
k��t�0V��t��*��ۍS&�5�9��*/Y�BD��[u�0
0�H�gzI�WvϽ�<���l:�B�����:Zr���\[~��ojg�]ln|�3"�t�2^����:_��y|o�|}���t��v)S9ʲb��͕�"���&�i����=�?����k�y���O�5�桙�+��ă%��$�W%���bB0�+���L�2`��٬�D���k W%S2�32nwW.�}��|+:��K��������:�@��:�3Z�ߨ6$�rw�̒$�yzI#�t
0pO�t�U�|�7�=�|��<���>k��Թ�ֲΦ������OU�x��3Ed�UZ�����LҮ��z$y���Q&"z�0B1"�ɘͣ�)�E����"F��J٬IP+����FB�ȉ�Y�q�W0�����O�zx������=����y�:�	r�,��pjg5HI�!H�@�k屯�����>�������5���[�K�\�[:�+6͔�ӭj�zjՅ�Ur�mOD<�|W,$#���*�2�1&#�+B2`�rĤ���$��Yl#$��v��3V,��`1$P�nŚ����|S��r�
3HP;�S��Z���ՙ0f�a
�:_���[��
�ޏ6����P

D
`
 ���͏�����*F�#5�
,1 FL�j0�2�@L��.$c&Wg	&�
�l�qs��b
L���ֶ$�F��iJ��9���o7��t0+�(d��>��Z�n 
�<���[V�Kq'&@�>��83��*5a6���hzzlr�#�wA#p�4M�Rm�8�8?G��w�?����@�����ܣ���˰Vd߮L}�����>���҃�Vd��ǖ�h��>�f�`���=��C��J�*�r�ʝ����n��$��0H�6�@5�j����n�;��g�|�iQ�Z�o�a�\w�*�Ď͝P���{�~�p[��g�i���t��������b@�&��/6M'��p=5<�����{�~�p���LLj�@!����8���_����~��2+�@&�uϓR������:�돢Pl��6�܀f*�€`�ag �f�L��̤
0d̕݋&
�,c(Q�z�p@���"d�'�Ƽ���5�7|��k������b���j�@6F�Վ�(I����T%ɘ``���O{���kFL�0������%&Pab�aFd���f�1[u�|�.(��AIn��	a,HK%$V�L�2d
����3���l�g~�C���C6����4z3�v
P���->�6F��w���n&�<��JJ�������:Q�|�G��ӯ�/��|2���b�2e3acn	H���`F��|�c�Z�u��&-EQ��B�z��q�2�8��x��Oc�2_�7^�[�'����
g'��{�cRy��Ժ�8j�{�l��i��u
��6`�:q>���r�r�M��Q��2U��u�96yc���G��r���~��˓1Fd.\"2�-Qzxn�O���n熽�zpﯧ8vq㱊d���m�@@,ךی�����9}D�Iys<=j�}6��̞@����-5M�'L������c7���w�����=*����ח��c`�\���$qˏ@wˀ���;�Ӂ�=3�yY�w9��|s9`F�N�)�y�����/���}>�_L睎|��o&b6�r���T�"m��H����7��Ǘ�o�y��g�����wq��e3A�A�e,ך��$��~n��:�H��һ�M�Jo�k?H9&�3�t�i�k�ün������[�{;�OD9t�x_˴=�Z�s�z}�6�$�&D"	��#dl���t�/Fe�Qw9���~v�`��>�sc7c2��q�����}/7�C]:�_%wr�*��8��.�9H\L�wu��̤�t�s���Gk_�k��k�����|W9"H+o
����θ]y䔿:���jU.�:KY�\���O|��L}&<��sM�P���獓'P�!��d��y���~�=��N���җ��}�7�sRD�i�L��4Ai����?�Ӈ�}��3.b�;8��.�)���2�[F�M�Z�]{z�7����v�s1�k�����$�k�ˇW��Ɍ��
��/��;%��fqǽe5�;���K�-��I���$�e$�H��ך��$��v�!:�OE������c�_~K�y\B$J�h0tNQy�t
�lk8<��͚��AY���B�z�ғp�4M�m��Ѯ`��#dl���t�}Fc2���O26�YJ2S���M�}xg?/�q��>�O/���z�3���g3g3������̃&X7�z{����GMz��bS5��Ϟ�M7~��s��I&̐�����ٳ^kn2J_�nsq��/z9o�����g~r�?�>o$����-CY���<&�<�l�'��l�}z}Pl��9���O����%�np�c�}V�,Y��9\=o����,�Q��qk�N�i��Ż�ޝ�֑X�3�q�u9y�. b�5�}m�rW�,�%�KHK���>�?&�9���	�����Xĵ�ی���}3����f��KXY]}G�\y�� �6�̚��`�:@k8%(F�9���O��.�����z�s���6y��-�ˍ�swӗu��lwW�r���Ӵ�n�^�muӊs;�V[u#���z.)̌�0������u���8�\�i)e,M��K>^��+���&��θ[q�R�����}:��W
g����Ǽ��$\
��peX0s�8K������N����z�B[�4�ᮝֆ��{��w�X�|�f�|��s�����!��D"�����|�@�0���)9׷^���tؗp̹�FԻ2z'��s�e��θ[q�R� �d��XdW��If�Y��t�R)���[��6F��GNw��o��6�J��^��~����9�P֣�Y�3�bcZ�C�\���9�Wk��k�z�#���l�>|�z�z���<|������d��u���L./������Qz�K��|�ǜ�ٛZ�m�@Fo���\���W�%����^�.�L�-+--F�كK����W�hw��,�|�����v#�r��^�ɣ�����}�r�~�ε%�=sZ�3�{\�^y�ל�w���>������Xۅ�`,V
d����/��v"�ً��O���%�y0]�=�%.e�F24�Yl�P5�����k�o�u��s���[��v}o2d�H'`�E��9&������Mr�=�:�ߧ'����֨<��y���u�p�<9q~��߿C��3��X�]���c:��\���%��k[W~�Oe�ϵ�t�� ��xRe<���o��l6��l���_���6$�mkϱq�R맘�x�u�����-T��t��"H��$��O;����t�yӡ˷�c����u+�%�
K��neg@���7�������Ӎ��,��K)vs8�XY-1�������8�:ꮥת��c����Г����9�]#$s����3.��{�͉�a��)0�.��e3��/�ͽw��t�[c`�>n��7��ڸ�)y<��F�������-z?C���b�L���0h���w@������~ͬ��zw�v��9s��>�鞬��i��3�@�g�5�`yBG�=���'�O�<k��8�巙<�b@�zn�Ǖ����c�?Ou�ӥ��뵜�j���fs���J�9ͺ�e��̶�z{�p�s��@2�a`�f0A������]���̶�1ݿ3r��:Z�q�R�+�u�+���\s����ߣT���l���7���H�6@�����q���6�2�����:l�u������6��d�Iy��d��q #f���������)ĢYO2̥��y��3��g���׷K�!���]�zr��\���$d��sn36�zf��/�y&PE���.d��̙0yg���[,�+l^v��ݾj�N���$���}y�M��{lc����ϟ��/��=wy�
B�f��7��C'P�(;F�������ך��ףo�7u<���ϩ����G0�$J�Mbƒx�2Zo�#dl��>g�}Z���ؑ��Ve9%��շ�o�kW{��������>�6�z�x�o�>8��>|�X�+��n�2_.�#��{<��2�j��Г8T���s36p�I�ҝ�,�J[#�|{w��ߏ�yd������f�~��q�S_���}��O(n�,P�7Nq�^s
�l��p2r<�<G�{���q����]��_�\�l�4M�m�ɮ`��#dl��{������%�J%�y�:[��w�:�\g���|�'۽\����������1Ǝ.�c2�"����F�_I���g�RI�B+���1މp)��3�K�+���,v/��t�/,���u��I�[ޏ?c�|g��3VG��=wy�-:�0R"XZ����[��^T�BH&m.�W�F�ك�w����l*2����RO(���}8���d�5�z/7���ѧӮ�d�4��x���r���_ӽ�Y��k&���$��������\.�0��~]M�v�ژ�[�ټ2J_%���9u�fo���淊۔�������t���o�M�����R�l���v�����1(�J'�����Z�,�{i���&��G}5�VM8�s�F9���+f�ƽ�w����&A� X5��`��(��g�Zv�bi�,�G�����9%/���O�!ɋ0�}���2X
��pe�����{�9���ee�D�2Ax]:s�C�/A�v1�x��י�Ѣ�Ƭ���s�^9���N�j^잻w',��$Z�2�2�
�Y\��D&�3'�����9%,��d
��Ʉ���0�����#f;�;�z2�&e�d�J3���3�v�̖�f�{N�z���/^�R�H��R4y��r�D�������ϞRb��
3%mũ22�
��I%q\�;Ep�Te=�Ov��ɫӏ���s!f����|������뿜�=�ɘ��̲�Q�˟���D������uѻ�-E�tbJ�#��Uc�VWq���+���f�d�\V����a`�&̮Q���Q�2�}�Oz��)e(W�������/m��F���k�nm�J�#�<y�A�Y�l��d\�vɪ*98UQ�UT^
����Z&��T.i�¿YDX���������k��r"�ٹ�Vv�:�>%}�K<M�;�����dS��b=ϊw�y��T���2Һw,�L�!řrd�6&vE�QI���i��Ru�n�k�9�����f��ڑw^L�>hcd�����E�����5?��Y\��[$O��t�z�V�|�^�l�m�/�Luj:���rU���?�\��D�������8��L�d�͚rB'���jm��Ϻ�H�������Q4X�T�1l\x5��VM�̋��g"��2�	���L|t{��dž֪���65\<79`��;
�\le�Vm�Q�,,H\�X������X��c��r�R��ؘ��D�đ����5�D�4�<F5����U�l�D���X�Ɩ4Xب�bD9l��~���-��j�j��sK�U�y��G7_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�u�g_�z�Y�g�e���z�Y�g�e���z�Y���f��z�a���f��z�a�9�����z�a�9�����z�a�9�����z�a�9�����z�i�Y��f���z�i�Y�3��:����:����:����:����:����:����:��E���Ъ�9O?�����ǵ��^�S��I�?(����#O1Z檵��;l�Q�24�#�9l�=�u�X���G�o߱���?wfWO�1�wq��۲Qj��p���I�X�8�2E|�$�����rU�c�bHq��VO>��;����+�r
H�tr��$X�b�移grG��;���6^��&l;�n6_����N$�w���y[T[����}�zg��,�˺ns��?��I7�����U�=Ñ��w=��t/vBY�Cюɪ:us�-��sGd�-$b/�cb�&kc�dXv�-��z�y/�I"˝��,I�뒘�&&Tq�!�N��H��c�o1s15E�M�����K���$��7�?	��秺�_.6퉙�����7�v�<��O��7���/6�#|~��6��tn.T9���f��闄��Uq%��{cd��p�6�{�{��ij��j�aE�F�5��Ǒ��~�>*B����~F
�sr&�+"��y
l�e�\X�Mˏ)����b�
��F+f�9���V��E���3UDT��[\���pp�p\-��[n.d�Xxٱ��'����xпi�~q�������s�o���Ő���n;S�xS˝��F���*�ʒ������)ʒ�mGc�\yQc�{��X�&C�%y21�9���zyND�������օ8ù�19{�r�%��ڧ9�+�`�F��K:�%�s�ĝ�sƋ;�l��=+Ύ���2Ta�}��uHsZ��go�>��S����s�'�T���wV"��,R��J���S�ޔ�
���Ȁ�@r 9�D"�Ȁ�@r 9<O�t��O�t��O�t��O�t��O�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��M�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K�t��K��u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0LS�u0L�䞳�z�I�9'�䞳�z�I�9'�䞳�a�s�dv3n���9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9'�䞳�z�I�9=��ݎW��{g�
K�!r��*���:H�|�AVi��B�N�Q�>G`:�m�-OKz'aʱ�mȎv�R�C�K";m�l��n�2p��AQPTT���~S�۝,˶d�۞Ƚ"ud[Z�m��pC��<Qm�==/#���~\��4��6��L��N��q}�'"���U�nt��h�L��s�o�sz	�v����۲3&�oY1�>~��s��5��Sm�1R
�}��ퟜG��z,ʜ���G�\�\}2�(�681Q��n���,�WM�U�:۵�r f<�Q;iɅ��K�c9.d��pr������s����s72\�ۗ!���8�X��_�m۠L�u\w��f���ر����01��z,�W��v6\8�O����k�x7�s��K�cId���A�>R5���_��s�I�lx���9qeb�'�m��3?�����~�w,G��l[N^�=���g�v9_������N�cn3wm�����~1�|c���#�G�0��a�>1�|c��ؘ��1�gC��t1�gC��t1�{oG�c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c���#�G�0��a�>1�|c�!�ȏ}Í<K�D���,MŊ��1ɗ�,|I>[�|�Otc(�p���၇ɱ���%�>I�|��.1�Lc�x��1��c&���;�8�>]�|��v!��C�؇˱�b�ܘ��|eU�F*9���j����e�|g	�\u_�cW���nj�65#�>$��<q}ՊG�\yW��|�o�1�/�q�o���S~�p��:����9�q}�"�>C�|��!�1��y��]�'��!긇�b��z�ꘇ�b���z��8G���z��8G�a��z��8G����z��8G�ឭ�z�!�x�����z�9�̃����ؔ��s��I�F���:Tj��'5+_�uj!�j���3Pc��
�.�������F�Lj�T�{��?�ٝl�V���k1e�f����[ߜG,�L�$�ƨ�����jY�*G[PV���S�D��[���*r^�P��OBF�p")��W�;�s�͋Z��b&�i"c��d"�Y�V��Z�������Eii��a�r����.���E^�"��i���Qˊʢ`��]
�G�ln���%�s#r�ė*T�9�-h�*QPo����}ńn�+���H&l�$Q��#G6����J�h�>���0������<\���0�������Z��"���sJ6��4D�Ş(��\y��Ȼw}�-
U\��C��ח��lK�d�Gdr�+�Q�$Or3��CŢ*<��[!#\1G^x���QJ*)w�jQH���?��wJ꽺(�T�����JƸNqG1�EU�� �F����v�{Z����F����)��)��>y�"�2e=tH��j��&6��0f5�w�(F���o�*";n���l��*��*�j�+����ǀ�����TIh�r�%ȫ���v��Z��
ȹː�*�*�9<\�U}������Tb�+DO�B�$S�,�V��&5��m9�R���$��aEh�1eoW��}^�Q\T��A%b�1!����Q�v]�ֶ}�r���2!Zi�x���[pb�̓*L-�I0�J�0�X���<��ٱ1�[-�z��9�;����\�kV��k�[
�[�TW��&"�֖��D���!��TDU#™���wJ�X\9�\��"�Uѹ��Aj��Ƣ�	NX�e�+brY��[�*Ag����QZ��ނ=K�*8��2?#G/xM*l�S&���9����tJ��c���O���k\�
�x��B��U���sz�v�b���$�H��V���X��9Ůt̃l�\�z�F����+^�x�Nuju�ds���2^��Q�j�Z��`ƌD�U[օ��Fgx�sb�<��U(Z[ō;��u<�Et�V��
�'��(�F�[q�T���9op�>�c��‚ �)������W����-�-¢�c]jWJ�'����
D�l-�L�EZ9�ip��Z+�U�k��+��K�n�VaG�2zy1��#�Je���(�Wv��+^�iE�ˑ�#%�U�;���]�����1��q�&6g ɚW9�:2�%���!�9>��B+�3�0�U#�U�Q��,��tv��F���Qa�\���EA��-QK�TF��
���}
=ˊצN�����F��#ƨ�T:v���@�$��K���ˋ�z*T�������:�e�N{ک$�͈5�%^�r�Z��Ըj ��L�ͅ>�5L\g����>4y	�P��DĞtYQ�2��."���=%J���3�1QʥnE����ˈ��g*q
��TA��Q�X�,KyC�%�B���:�H	�RD���4�qcW�F*�UѨXQ����ʹUA*�)_�	(5(2W�Ud��-�3TW ��W�/U�G�h�Zڑ�G�"h�+�p���8�:pS��<Iˍ�k1=9n��r"V�ը���PO��j0G�-XD�$�&\��a��P�ś)��ntw�/�%w���ŖX��:I�������D��9���Z��k�r8+Q�
DT��,�0l�$Ȏ4�w}$�I]�U���c�+X��,y+�bz*�p�QtT���.s�TS�D��^����
�c\�)(ƺ����x��W"�UT�u�sF�W�ůU�G�tkH�F´�*�QEh� �AX��\�"�&J�U.=����K��&�cPunO$��1�X܊x"�MT].�1�73%���}!�%�9�<��7u�5��i3Z�gxg�ˋb;��=G �ϒC&��)�7i-�7�:�T��`lN�v�Opfc�M��!EA�V���BiV&�����HX�Ps�2�iV<���Οn��5X�SD�� ��#h��Q"Z�k���T|mUz(�A�F��sdQ/S�*�9�A^�EuF ���G�<H��
��F��#J
�R��QTQG"s1q}G�>'\��iiM}���O��m�<b���=�5��'��IX���.y,��+s-I}���&2Ӣ3���Z�Tq4�fS�b��M�h0%�fHB�E�=��>���U�y�sVxyK���%\��Z ��d�A^�2~��S�ԙreGcK��#��)��m��Ŋ3!��>?FF�ע��������9�Ns�y�s�YJ�WT���ԓ�#Yn�G]T���_��r��HR:��+�B7��R��s�A�8�Q\T�U*TRO��M�����(�d�i��:��O�KH["֪�Q��r�Ǖ��y��^C�x�Qd�7;Q�GD��7�fzț4���r]&J1�S�ϩ�B�.ZD����88��w-�6NJՌL�5��{��s��	���T{"����]�!o�ԺFЕ�cq�V�74���b�th�O瀏i���Um�:Z�E��)*���m�6�%G�Bѱ�`������t���&7��#�{N�b)ޫ�S���p��\��4jcIvF���Ӣ"���*�.**�+�d��������>�'/�\�VH�7����3V��}��
U�NZ�%�je#Q'j52�]:9����2��_%��s򦙎�Dr�$y��gU9�=��s\L��+���NF��E~{\���ki���]���a�>wc�2W%d�8���vC�tMUR�F���U�y�F,�"�Ȣ**�Z�H�!p�&�:2HU)/�J"Fɒ��d����*#ҎA�
5E�O��	p���\��0c��,h+Ec�KB�kU�x���Z+�u�Za-2���QDUQ�EL�܎ɉ́�q�ܠs��8�Rh��G;�m�k���M�Kq�d��Q�/n���y(#��Լ�G�)�sNj��&%��zmѱ��x\��>�M�%�X�#|����:��n\��.&]��*�cK����E��d-��ȖX�fnk����"`��V�G��l*���s|T��QtmRO��nV�o�I[T��#��A���1�%d'���P���:�[h�tW��AWKDj^��}�h�(�yEA5�<(�s$�F�9&#[��\
K�;!��C�{w�{I���V6]��{lȸ�y�{�`a0�.7��鵁�A������Z��3�G���yk�z�Rv�9�=	b{��~FC��a̒I�d8lS�?΋J\�S���U��Dsq�<��efǍ��;r�\�̔T�j7�d��G�$���/-�W��%TE�4��痗!"�ƒ-�v�����b��"dgIrG�����"�2��K���֒���F7�Uj!C��*��qQJ8G8�DE<P�G�I�NcTG�*��sz�2�+_���E$|���,k6N^�5�K�ߞ�L��$A7��ǽ$Ur��#�������jb;�Ly
nC&k��:G=���gx͑;TΙ���c�T�d�uض��f<ȭvC��ǫrg����ȷ?/&H���Y$�=�/pȋ�f^fGO��&�Rf���陛��j���_��Ȏ��wW_��`�ֽ8�Q��(����"�[D�U��mK.F����3S%��&R,(�L�1�S�����\�o��`�:b״�,QȨr�6�F�ǔ�E*���9�G��x�yr�%�3&�&SW+L���j6�L��Ϛ|}�Yd���62����j�ĉI0b&���G�����w���n߄�y���H��D�K��|m�Η��W������'�ɲ$�� �|%q�V��*�2��
-��Ȏf;�U1�R�(�|�я‘��ot��H0rr��N
)�G���j2'��.3��Id�z��HsW �<a��}�h�:7bo��g�aDnORf'��m�������%�FH�%�r�DV�U��2\�-br�ʊ�QF���>�䜴a�s�[O
6&N�_��
C"���wj"�xQG@�b��(��e��C��c>�i�n/m���?�0������v
m���r$ܣ�n#d���L�,�7g�}z' ����grP[����s�F����R�ESmZ�OpQˆX�-KT�FB�-G�'��סM�C���_R%�U*��\G�;!SLi�j�IT����ͪ�<کDz�!���Äc�[�����z_#���)ʱGj��u][U谠�D��X�_�S��+�A�ܬmzѸ��n���ۇF)QTr�_nW������X�lq�d����dž��V�/�ɓ�,��܎��}]<��*�����/��˫��g�|�v���+�r�9�1Nj��I>ݯ�����k�%$T�+cZ\�u	r:�O��E�H�tO�T�Ȋ��W��$�I
� J	��*�Lu��U4O�m��O⿿�mm_4��P��ZW�T�����֫ce���q⇅|��NJ��J��|��Y�b:^�L���[q-��)9Mɝb��-V>Z��^9�<վY��ؤ�����O/m/���mۯUP�9dG]�*9��T���U^+�5h���9�0W*�R\\L�D*TW*�k���{���Jh�6Th��q��Z}��_Lף�A���YTD95�/e.h�h�4-��R���+ը��o܉�H�5Gx9�,x��k�TA)V7�R�1D���D���7�xh�5�s��U51Y��L��Ѩb��_5�>�Y%|)�#G*�R����J�>Q�'�q{g�
��mh��[�͓wƍ�,�lX������rՑ��-#��ȟ	�Cv����nT���>�����~<X�Ì��.$�&�-bÖS�b�<i]2AƲt��Gň�H0�-��������V�{)���
�x�A\]���Թ�9�MYds-z
Z��G�*h�7�%m�1RF��V*Y�_��RﺔTTz;��_$K�ѹP���O;�?tj�y(�t�#��9K���ţ�UT(�",Z�����Z��\�2�(C*����K�]g_���VEV�j��e}�U'��&7�$LD^��?�o�֒�����F����B����d��r.��6Zϕ�nD�azni\��yu!q��+"�y�5]՜��@ƿp��t�\|�C{�1Lf��ŋ;76�H�bo9��q��Y�7��y���h�)U���TV*�B�XEHŹV6T��1x4����"}�#���i*ԍO�'��O�"
�E�DA�W*�"k䫼T�j��\�9��R�*TG��9�\��9�F�ȝF�_�D˖&Q	?��*d/�u�Ld�jTqmG"�8r�bU���pc�Jv����1�dē'6y�]n*G!qyp��]j(��=~�xX��gt߿����Z�-�T�V��"��D�#��Ѩ�y$�*'�+�c���.�Oo���8f��u~�Q|��S�_6�����J��r��-DEr�j��tG8�T/iri{kp�1W�F�_�Ԫ�5�ynW"$��Et������Tw���}�t�X��75RG�l�R�R�>��7�������ť�9\|BS���������.C�r������%>!)�	O�J|BS���IP����%>!)�	O��|>S����|�{BZ�@�h;��_J�B���E�
o�o�(#)���[|��ZZ���4G�8X��i�#���y��Z;�� �
j��"���k�/����(�k� �&�jS�S�iE1��N�_�cSJ�2� kdϖTg�t�e��$����J�Һ�3ʌ�jH�$J(�Z�r;��?��]�DZ�$+O�R�TS��_*!j
�j�D#h֎o�<9iEj#]��:����$l�J�1��﫝�Z+��z�|QR����W"��"+]�x1�Z���;���*W�T��1K�l���1�'IY\��D�]C+q��s־0-èGZ%+<��ƒ��.b	��i2%Wź"�d����
���cV9��D>�	Έ��sc9����cccdg63��a{K�ssc9����c�bF���u�GQ�Aݷ��<�/�e��Q�~���p�&����������j'�G+^=,*#��t_��F�ETV���P_�Q$m��줖 ��G�5�3X��=ʪ�V��֥j~�akT�	!h��5z�%s!&��#:���ʊ��R�+�����1��{���y~��:��U�1����)��{r"�ܿDAj(*
O
pP����SL�E��[��v�#d�������7����*x��hѪ�)]4����]|�興D�G��azRGպ"
!�Z���E�O5��TD�AU+����Ƒ�e9�|t�¸G%���1�ĸ_��z�1�\�2�`L���!%�m�r���|#�ؖ��t�#�^��J�w��K�m�O,ّ:��mO$���⠂"�P�APMZ�������%O���Zm�
r�D�)frmy�����2�mYnOLʊ?)�L�m�H?m�r7k�A�vb���5�(K��o�����[�����'��:UQ�ry��`��[�6�zR�<i��F��u#��Q�+C�C�4���WV;���k[Wȴ?g�8s7Ƶ�cF�U���$�<~CV���⠂ �"�SZ�/`�;�-DEr�*,��Ɠ
��n����O��-�L{N�C�S��I�7H���:h"��n3�����H,źD�J�w�
��PT�(��
�����q���i�D'�T]����:��D�әDI�L��Q�2�'L���8��H���~�l�6Xq]��cV�Q��A]A�v���o�7�AiB�B҅
q(���T���V�3r��d���{��q�ƦKg���oT�!�u��s��!$�%�d�%����-�&J�&Cѯ�^��v�kyi#��F�9n�|4�i� ��VؓG(�墿īP��i��u<O��(�SDM���UO�s��z�30z�"�G�E3PW�4��[�k�B���V�{�V���qԩ�E���� �� �P��Ҋ�:4��lj�[N%J7$�Ƥ?���~K͓��������ǹ��r�9�7p�R]�5�sr�<�rr"?(v~Y&~b+wʿ7%��Ğ'-TbJ�c�X�kEA�OA�����QKT�JP�K�O+UEAU�Um����Dq�UO�U��"��r�^��_��f~`����Gs	�4��V%�֕���;;L�^��rzG�갠��;��vFZ �tj�x8c��p�T
��4Lcw��S�V~��T6O��?��69l�).��^d�#�>����h��OZ�#.E#��Q.<GTXeQX�%|S�Sď&H8(QJ*���[^:�/��=R�J��{�)q�Қ5QJQZ"!F�D}*u�f�b�/��{��,Ȉ�����A� �J9h�J���?(���mی�'
Gx�7K�����m��d���W�7��('ڕ0=�������m9��g��{s`��c��l��6�o{�^�V�nq�۹�L�_lN�{F)!�[������������TQ`�Y[�زٌ��v�qng�[�ჸA���آ�323���\l�//3`����v<����&���
�\�\ݧ#11[�7���!���3��;nN�&_M��'I�v�����OmG�|�b�2�{�j�Lom�K>ۓ�o���>v뙃&�=�}�+O��V�"�UB�Za~f����,|yr^�ߖ�y�������bɉ��R&I;���=	�;S�L�9R!��Π��i��=��a�>hX�� �N
�j+�/�J�.�p���]M�[���G�M����P�~�b!��~����6�U����*����sv�����bn���?�N睰G���;�vZ&�����^�t�����O�Qh�ڡ�=�ܭ����-���6n˂�"�����7�{w������ڷ7A���}�N��*�*����s[�9��'�+.�öa����j�^��1������w�=�۷6�UD�*Po��*�����V�V��f�c��8��Dc9ĵzV�r���kWx���{z&�Z��UNk�k�m%S!>�v���|r7m6F��i�i�aό��V�L�zN���4Y[^kNkK��ڃ�Z䚃^�1QK��ߗ��n��W�=��B!�!��7=�ۦ^��cf�2gC���=�;zvt�rl2��vf�<���Ŏ�p�������17�a��۶F�#���,}�H�v\�v�D��C/O>��y;�;m�7I��M�GʓpUڰ�A���.,9[��X{�/s�&̂O百��P{��۞�6�>�6>յ�O�����Γ��1����%ܷ��x�{���NV~~j�g�{��Y���tc�]��x��Ģ�H�n���'�Ӹ��b{z����w'XenX�&NC��ڳ�
X��sz�r�e�2��J4��=|�?g�Q��
�)�|�r��w�y/:ik�^\T\������c��?ȩ�"���s�'�X�ATY��25M�
Q�5��9[qq��e��y��U�=��A��?�O�\��baQ|\�����TQ��N�|���֩#Ѯ��{ZB�j��0L�ڏ�IV��FTE+h��)�iiT*�6����DG1��P��T����4��5M�?�ţ�����"����v~���?՛oً���3�u:�52����ȓ�&�F��#N��*u��|c�F�N�#��H����W=\e�HĹ��Y�l_�wOpQQ<�ذV�2s3�6���c�4y�8����yN�6��C�츻{���}�?x�n6C��psr�`���ݟE�'|S2X&L�l�C�\Gm酙�K̅��&A���=�n�4)��Ӟ���W�M2�ny�\�6�E.FS�m�tW*��v��4�
�<T��tWX�]�J��8?��o�<L+��ڑ#fk��ڳ0gLy����q���e��靉��z<���#�9���Y?1��Gm�;p�i�\|��Ѷ8��}7q�L��X&k#ős3��)����x=��G���0�����J��͋6ݛ4�Ut��*n�_uu���,�"���s%1�r7d�	�S�=�:x�S�ڲ�~?�=S�۾n^�10e��s7{G�/o�c��������l�����q�ľ���:]�r�*5ݖ)'�F�VO3w�}�21��z��w��W'�Y�Zg?Խ��?�oX��.kw/P\l<�q�}΋r�3W#w��i�ǃo���>]�nǏܻF靑���{�
�B�DW�<W��MiŠU��0W�n����=����C.���=02i6��}��f��Ȳ���)�o-��47I��x��V2�}�nVd-����U�n�ʑd36N����~.^�ܥ�޲�蛸�6����_՛\O���G܊�Q>��C�DU$b��dDؤ�����F6�H�UTl��]c铋>$�y�*+V�1�*;tYqY>3❸y/���2���=��?���'����l��[s�����?j�`�3��~n׺a����۳�T{�}�l�kLoi��ߛ��~�.~ͽE,�Ly��̃;?ٹ
�����x�bϕ����w=�\Is�}�s�����X���Y�D����?sY=��`�û�#k�ޣ�Y���7�1f�x��myp�n۔��Ϊ
�V���<�t��\4(���T�_��g~b�4�lo����K��퓧��vT��ا}ˏ��l��\y�������&d�f@躞H�fG�7.���K-Vi��I?�%�~.v4�f�b=�~d��r��Ǒ�
Ǜ����	���M�}�xd�ɕd�'5�o�d�/p�ee�!���餑��Ot����QD�h�y~�/���<���^ݽt�<�'���+rQ�TZ
�QS���EjU��WZTH�9Q��еEEB��,�i���t��X�����a�6����޲bƛolxx+݆����G��m�T���6ݲ]݉:>���8�;~��pp����D�myk���>lf�ɶ�Ǚ�s������
�Ѿ7UZ�Y��V�2�1Ѳ�s�c~WP�1c�%�F�]�����UUL��c�\�Yp�&�3�!��L���՟��?���A�5�:L<��D�EZ���_!��j�K�m�U(�#D���^%t��R�c�Z�5�,�R���F��J���)L�3�,�Ο/T��"��!�"\Y��<�V������y�̗6y��w�ɋ:|E��C�f,=vM���On���nYo��6
�u�Ƃ-�81!��K����5��j?ֳ�'���ˑ�k��=�Q�����1�9d�fk�_�nL��2%Ȋy�&K��C�lcM��v�|�l��������d��*�Ǖ+6�2'fB�ݕ��^kdr7����?�����Ṑ�Lyc�0�Y�$�l��ڳ�����21'�$�n,�^�&̟ٝn��a��pecg�Pb��܉�–�ٔ�t9zt�.4p�3o��́��Ǎ�$2`@�qplɊ8�T�ƨ��~��|�b��6�T��E��/|�_��w�/i�F/��S��N���{����j����̌�r�r�FH�-�eH�T�C�ts$�̒�ݧf5J��VX�o�Q�=�>������dV5����ˇH7x t��%���l����\Vg�PI��#3v�hgܢ����������v�̓3.d��A��;�1����<쬘2�x���<��3Is'�!��T���QEZV�B�q"SJN/�<�?3L��w�4O"ě#'Q���d��rq[k�\Qi�>D.j�h�Z�U0���|�|L���.4��^�E+D�|a�\�d���k��ms�=>NL�|�F{?�r�Ry�=�-͕������Z�+�����E�3�g�����о�_�ɾdȊ�/��by.���5hW�uO/M-?tr�q^��]]ƞ}�i�-R�S������lO�L]�#l��lyO�ƖM���y��f��\Ic�	������
K��Ս[]������6��*=�E���CGn�K�3&�]�fKs6��2�f*t��d���=��G��0�k���]�����n�Wz6]��L�ͧ%�ڡ�ʕ�c�6ٝ��f,�>	pa�#+��vD|��0�f풽�ۿ����CLē/�"�29����a32bI�������+AS�<�MW�|��zx�%4��-4���h�%t](P�N6��J�
���E\��h�C{�/'���"{�D�`�D�H���r芭UZ�c��=�I�l9j�=�!.U�˻܏�%�n�湻¡���s�n�c�ӺY�WJ�S�NN$��nV<͓1۶l�����nD���I�\��.b�ft�39�=M\��j�i����?���B���~��/���O
?t�|�ֺ'��ևڇ�}�Kx�^ź`�n�)L���{G�&�G�p�=
*v������鏸���6Dӯz����q�\�/���wS����Oln��7c������|cv>3�ݏ�n��7c�;�����|cv>1�	����/�wc�;�����'��S�{���_mn�gu>1��݄���|kv>5��O����wc������|cv>1�ݏ����ws�;�����|ov>7���όn��7S�;�����|cv>/�݄���/��S�y���7h��h�Uc�OCݏCݏCݏDݏCݏC݆웭��K�'r='r='s='s=#s=#s=#r�n*.ù������������������������oX���މ���������������������������������������������������������������N,�{�A�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�q�w��*���_�NsZ��N|'>�	τ��s�9�N|'>�	τ��5��o��~6l��>Rn,�Vn�RL���t�#LJԛ��0��
y;�k��x]F���͇�bn
�·",�i�DzF鍙^����b�nk���Ș�:򾥹�o��7�����-��z�ב	�ٞ����2��6D��#*)��3��6?�#�ȃ}�ܳ!�ʃ3u|�yqc�em���v��I7L��s{��i�&D���7&OW�n�<B�"�r��<�����y�>%dh�)�.�R�RH����f�,�l��jK�١{]#Z���ˆ�bbw���5�F7�,<gw|���B�n�n9;~�b.����fϛ&ؘ�fV݃6&N|��ڶٱg�0&�����E��X�O��ř/�w>E$���{Z�	���,���
��Ȋi7��6b�g%�d$9uPee�H�,�>�,M��j1��7>��r���~�B�
(P�B�
(P�B�
(P�B�
~��#{�X�ǖ<��,yc�X�ǖ<��0QR����$Qn���o��ʇu�g��4]�E�."[�>fOt]UJ�+��P�KԽKԽKԹK��K��K��K��R�ҥT��*TWP��WZ�*T�QϠ�U*T�z�R�J�*T�R��/
(P�B�
}q�pq2�3rĵ�A*2�gH�?�����n�?"(�~�ٕ�
�7ɦ>Ly=���*�.��֎�t$r�(��8iٹ|[壔o��.+��P{�9�
�">7%Tj,��uX��B�
}q-6�	���'M6�s�F��W�④��7�_���컲Sg���r2�Ň��`�y(ß]�5dxώ����u�hĐID�G"���Ң|�JPϻ��;��S��8�o��C�o�	�ʹw9�s���[m�E}�ݖ�y�-ȋ�'�.F}%rx��$��#��71ʎ�G_M3�dCcu��J�f,�>~������c4RIĺ���^5�%ǰt��\�aO�9�c]��Y9S'�{)�ؗ2gdcL�:f4�:$���!ΎQ�B����uMP�;�Q������O��Mty�RJ:7=�
D{Y��^�3r�b���w���L�������oY��6雈�K��dd����w+p3$sR$�W���}�&�g�$��;�~^���dd2|���
�H�4�f��fdf7�v6���ŗ;\�ϹJ�2S'1c�7��
F3p��ĺ��J�� �^Th�UDJ��i�f:���޲V�c�Nr)^ƥun/E��PnJM��c��|�,̇�l���\�N�ST=�㑌��� �������R�D��L��&FacG.6,8�&ψؠŃ��Ml�n$���j�{|S�hU\lFb��=�l�Ցb:�GØ�"Jԁ�.ke�G�ۮ�w"Xb����.0�li���c`��1�����1!.><�LYLLY\��)ȁx�\��pTk��k��栮Uҥ�2֭|�����N���=̺^k��fZ;!��J��"�.��d��H�$vF,��dė"���r�c����1��^*�5C~r��&M)UIJ�C�_����
�%t5g�|��<Y�t�3aݳ�N�&�M�&L|��.7z��+��c0s�M���,�Sd3yYg��6�����^�<��e�b����|��|�{�����t���!ݷdO/"(�#�����>.~2�s��+�Ʀk�u�
�r�ĺ���c�j">UwN`�Q��˖l~k.��#�ٟ~CT�3���I,Q��
C$y�:��-�ϟ/1���{Z�-(/�nL��JȎG�B�eb͖���FD�Y]Vy)��B�
�bj��$|[��|�El*�`�ן,������o�"��I�W!v��)6���vd�|�3fYv�H��1�M����V��k��g���.���G�zC�MGm��ce�)~t(&UҾ5�����lw���Y�3��L� L)�Wc�z)��9ѹQM2�
G��ʓ���qf�c�!28�\��q"X^�&���.R�h����x���SL�D�dGG���tX��M�jE3�s^̔�/�)X�p�.���W��8�o�.rŁ�lJ��ȇ0�NTcDTh�5y��B�4W��we�5�w9|���`��,��2��k�>녏>&ፚ+��֩^|<��RI�y��#�r�2w�7�	w6{sr��Ng�nB�o9���lK��ލ�`���_���7�H���A\V��&�ۧ���*IQ�6ߓ��t�;r��͕�ً��5��Z�"*��9̤^.k�Ѫ�&�ac���Qɕ��5�����6qfUr6o�t�1�tN�Fʅ5W��dO�s�O���R�2�j(���{+�	��ϑ������L�sfY.���I��UZ��%XW9Z�k��t.\%��ԩR�J�*T�R�J�*T�R�J�*T�R�x2�դp�A��W�I2h�ɮ�/"�&�b�r'{��=�t���q��C.N�s�_�2��=X��1�c&���b�Vx�Y��4
m�>F�a�da+VEc���F��(��Gx+�T�g1a���K�w
p��tswsR�S�׍�f��۞�H��ڱ����"��ՐC��/�hP�B�
(P�B�
(P�B�
(P�B�� Ƽ��EŒJ�H测F���cd�L$�5�D�.n.e����Td�9��|R��5�B�TW�q�=��BvY8��<�O���^�F���(�R7���;4Kr�,ak#9q���R
��۔lVn,��cA���a�!�d�g�`��O��BNj�n��9�P�ɳ�%���5%���⁹�ac���F��*���O1�\r�ԥQ�+���X�-�k��d�Gb�'��PK$o�����	���r���"��dV�	2p&��d�?ܳ^�O"!�r��֪�m�_�O4x��4ypc�3&<����ǝr��+e�(��?��;Q�j�����G7"��HoϽ.�_5�T�l++��k��Uy�cZ�*X�X�E�k�K���Q#��r5֯��(%�5U]���ƞ��J�*T�R�J�*n;zJڪ+TG �PE�pǫV��*TB�J��TAd�t':�S�͈�B"���(n��7.���/J��1`��v*ɞ�2f5Y�g�]��ViWfY���l��$z�sI�ؠ����al�~[�n<��ō���m�><x�6�w˸�3�>R\����5k�<f{gb�L���M*��+QtS">bQL\	��`��T����f�c�U��b�]"�iG*5�����{1"��c�*�qR�J�*T�R�J����TE�Qc�2T��J�#��	���XŕU�J�+r+QPs���V��UDA�k�TW5��p]�.C�%�M�*,ӵ�d�%���[6�?��M$Q�3N�rL�OM��;{�1i
�dOQeZ��\�\#�,��H_�s�;�(��b�,��F�
�!�? ��T��ʍ�:�I_w�E���O��ܫv�Q
�*T�R�J�*T��`h�(�\#��P�!$*T�R/��,��F�;*�A5�c�m�b�+
�Xda��W��n����}�y���ٲs����&f��7�]�7) ����������"|���c��dffc��7����<�1��Bo3u��5����+3`���I$�nL��˒�l=���y���dˌ��F�,�x�3b��k�6޶x`�ɞ��Fgp.���<�xM)uLl5�f<,Q�#J�G͛k{We�2��Þ_,,I��/tX'�	2ef�؄�k\׵Z�sI<S!��-��j�����<D}G8�Ɓ��*T�R�J�*TU*T� �T��ᮡBHT�R��ܼ�|�u��L'���ȵ�3��?��"�DD"Ɔ��}�l�.Fm��Fac���xpJ�h_>^Զ`�bDͷ5v<O�=�)���Ň�!���UE�����$l����hT�BL>nkq��s1�dF2"#�R�"��sZ�岭��kUQ��F��㵈ƣ�]�i�#�Ń���*T��T�R�ɂ�����F�����i,�~]DΎ��1�S왦C�i�UGx
R��j.��bn�a��J�*T���R�Kˊ�3�9KQ��F��7�!�����d�	�R8�L٣|w��'�#�X�o�U�+������r��n/c�7�1����ݻl�ɋ�'�wI'fS��"�{� ܳ�=K&Ef�>J�e�vyCvbI��ⱱ���|���,���	9��B��t���!�75Ȟ^LQ�G#z�d:�h���dO$(����cS5�:յ�/�q.���FƲ�6�m�R�DR�G>��̑��I����ɒ�㺑E�Ł��+6oF`+g_��L�RfP��g(�PEB��F�7�X��b��R�J�*T�R�J��G&f2�B�J�����:!�*�m��.U#c[��3���F*"����I�+v�OF�!v��R*G
�zK;T>lVO2��D�+�vh�f>�,�X����(n�ޙq&z���c�p�𴵨Q*uD������#�T–%v4�E-[�27&�WaH�ܙq�Y�&$�tp�܎%�{��!��ڕ*T�R�I�E�lhg̊���M*��EUŏ!��L�Ƿh�x�l�#�:�֣��Q�A-AT�DB�K\1e�—��T�^�t�R��ђ�x]��J�.UF2Q�Tn
�
ޱ���ڜt�1��ő�*r���G&�D\%F�~@���4�{�6p籫�R��y���$�¼�y����9c�;�p��z|�A9�䞟�zvQ��GA�baO��u�?&iR�5�h]"���<���d<�1�$*��O:dhL��'���͠�S�U�E*T�{�M
��J�㮾�����j�%\��z��6����!���2�6fB�6CZ�&I�D�q�D,��%L}�\�xp��̋&y��,����J��rd���p��sUmw1��ˇ�wڕ*T�R�J�*T�R�J�*T�R�J�*T���R�J��2X���Zc̰Nǣ�ʨ���f:�<�s��/���u��&��]5�R�J�*T��*T�
L�n`�V����J�*m����W�����\�K�mH���'+c���bw�(P�B�
(P�B�
(P�B�
(P�B���ԩ^*����!'�q�e�*4BG�����:��R�����p\r	�;jT�R�J��J�*T�qq]��R�J�6���4�<��<��#�6��:�{OPi�
=A��4�-���.����T��*#oI���r��UZ�L����G�D�uQfO2��A�&����R�n����J�*T�p�*T�R��J��R�M��_����;��~f�,���~:a��u'�u� ���j�V����˹<�_�g�-�?����S���(���M�'�4���u*.�T��<�5e(�=!�5>�R�T���R�J�*T���R�J�Һ'��QF�����������������������������������������������9hr���C���X��X��X��Z��Z��Z����
(P�N֥J�*T�R�J�.....�4?��{CC�tEҼ��.�j�ZSZp�Jw��!j-.�UQ���#�nu?B7˼�^eVo��hPA�B�
�"(PT�ͨ�9e�0F���Ÿ�[����Π�'��iB��A�Oڢ�~�H��*T�_��o�wk�sZI%�GIT�R�J�]k�t���!�#�]�qqqqqQ^������)qR�.B�Zo��X���ZZP���T�T-�����-��>��/бy~�o��X��G���*)r�)r�)r�)r�)r�)r�)r��z��z��z��z�)r�)r�)r�)r�)r�)r�)U*T�R�J�*T�w�B�
(P�B���X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X��X�=Nz��9�s���S��=Nz��U{�k�S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���S��=Nz��9�s���^�/�ؿ���ip��G:�������o���QO�G���q.��\_˱��iiiiiiiiih���5Nj��9�sT��S���iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiio�D���9G,�,9g,圳�r�Y�9g,�
�T�]hZZP�B�
)�N�ib�)b�����������-(P�B�
�D��QR�
kn��ZZP�AxjT���..���V�T���j�h�����~d�(�-EѢ�v���
�N�D]E�QU{�Z�I�J���f�9P���Q4��ЧwVyӁT�Ti�/��3�weyyqR�u����.��*�Z#H�(�$퓺�Μ�x�7�W�]����W���N���tg�i�#�R��Jj⽊�ug�DuJ���8kQ�;<�+�
�k��w�ўu(�(/�PN
���5�

P��� �ƺP�AZSZ
�>���th�����]T�;4�����+�!R�e;��w|��w�Ѿe8����SD�{�N��=e���TA8�,�ڧb�I�Ӹ׷h�WZiAE���x�����.B��r�T�p"	�p9i���])����;����tAtD�QuB�-R�/b���4{E�M�N��R���D�ܚ9
���QZ
�./B�Z5�<�x�j94O���]Q��
�QR����APN*w�����/d� �QXr�Yh�KA��T�p��iR�E�T�&�3�^ΥJ�ӵNƥ�����ǘ���ײA4��K��K��uER�/R�3<�s��M8��Ꝃ�S���aajpP�ׁ��h��Nҽ��z9¯�����J�q;��+��j\�������A���v	�}�c�W���'h�h �/cR�t�ةoG&��E�SZ�uҽ�wVy��4(SJkNƼ+��uQ>����5;D�x��4)ۧy�B�
v�.xW���w��j �;d�^������®���:w7�.��TG'{Nꅥ4B�����
�-T�]i��(�/}N�y��9uj�*T�]*T���Ӻ��]h\T_�R�Ep�;�}	;D�U��v�O��;�K�B���Z"vj �~�q/|N�핵���;�|�;JiQ8�D�tQ�i�W��R��B�
(P�B�
(P�B�KKKJwf���tO��{j��)_��Ͼ(�/b����j�5�t(P�B�
-R�(P�KT�KT�{�|�T�K�^�p�5�~��>��=�W�T�Q;z�
�}���ڥKKu�iiiiot_�������T�yz��9�/���]���+�e�A8*(�Q�vMK|9e��4r��|ye��4z�Ixkگu���h�/���9K����u�qr�)r�v��U�\��v�*	ت�p���>�{�~��ҥ{wf�/j��4o���p+F����.�ѩQB�Ë�
�©v��!qR�J�q]J���N�%NI�9'$������9��h�/s]Qx�>蚢
3ɾk���a�R�'��'�_7�;E�<�Ί~��n�A8SDMN�I�_a�.9�T�<aA�0W.���&��5T��S��-NZ�ԩb�)j��j�Ѯ������F��F艥�EM()AP��(*(PT(P��)�5�;�����D(��D�#}
��B�+�;�h�1*�Z
���.��E�EZ��^\=4�iM-���D헸W�٧rn��V��+Ya�-%pա斖���5t�u��Q]WJ�Z�^]PB�
����١]k�{F�ԽKԽKԽuk�ԽKԽKױ�<�y���QPR��M��~�" �h�	��Au��ߗT쓸7E�ӱE+��J����M4p�览�j��"h��TҟJN���Q5A�7DA�H� �����ƟS^���At^ºS�^�\��ۢ��.�Ɲ���)Q��J��R�T���1�/s�h���T�R�S�*9J���{f��E����O���ޛ���T�c^*�+�P����.�'�%���uV��T��ҝ�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�MhP�B�
(SJ)�B�
(P�B�
	��(P�B�
(S�5�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J���v�-R�-R�-R�-R�-R�-R�-_������'���@A�����Ͽ��?�p��.�*#��7�-_�C�?�p���Q<ڂy��7��PU�o7���R�J�*T�R�J�*T���U
(P�B�
(P�O�j��;�4�T�F���M�ioj�<��9>��~�R��
(+{i]���w5֝�t��_���{�N��N4o4Q�No�h5�jh�ѧ��{�~|J���f�䢴�B҅>�� �R��O���(�(W�G�ƨPD�MG��҅4]([�Zh���6$Bߦ5�;�~|t)�N
h���U�S�)M1)��-z׿��+�J��M*SD��A�Nʽ魮�-�|~z+�+�����u*8�`�ʽ�1IG�=��Dᦵ)�Q�^ҿ�+�
(S�E��p#�`�֚ݧ1ЩR�J�iN��Ҩ\+�Gw���(r�i`�)�n�y���)���#���
("�)��<xڔ�(P����W�E�
����/�܅5��*���}��]�]+�S�
�Ң�'����֏ѽ�?>����JwE��M+�ip��p1�����nO=�]W��R�J�Utg���"�Ԩ����nh��4WP����{�����o*TIhsT�����H;Tҕ_xײ^���Tf��3�nJ�)b�)�S��-NZ�gx�ϵ]*.��k�T�qQsPY���?�l���[��/�d�#��>κ����KO����r�Y�9b���}�x��/��������ٯ
}9>�����e8i����_� �.����]+�t���D-------------------B�-B�-B�,B�,B�,B�,B�9hr���C��-Z�9m9M9M9M9M9M9M9M9M9M9-9-9-9-9-9-9-9-9-9
9
9
999���������������������������m�+A;���~�o�'v�.�֪�;�j�a^ƽ�)N�����wv���J��ׅ{:��օ
(P�O��Џ��W����1��ڴsm��U�KQqz�ik��G���[�(�����F_�T~��u�I�(���s<4V���X�������_B�]]+�N*q�T��T�t�R�Z��SZp�J҅
pSJ��G�
��2?��V�������R�J�*T�R�J�*T�R�J�*T�R�UK��K��K��K��K��K��K��K��KԽKԽKԽKԽKԽKԽKԽ��9�9�9�9�9�9�9�9�9�9�9�9�9�9�9�9�9�9�9�9����P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�
(P�B�����������weqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqwf�����T�R����iƿ�c{%���/�R�J�*T�_��(P�B�4�iiiiiiiaaaaaaaao�,��Ör�Y�9g,H�Qa�9'$䜓�rNJ����!NB��9
r�(��kiiiib�)b�)b�)b�)b�)b�)b��9jr���S��-NZ��9Jr��)�Qͦ��B�
,,,,9b�����T)�!�9JS�'aR���	��4*���;���N�6���R��KKE<��E���;T�L^��.k�
w'yh��m�
��i^�
Ƃ�A"
;E��'b��0���R�/�j�ҝ��Z'~����
7��o���JSE��R�{�vI��ػJ���W
T(S�;�D��h�����خ��\/uN�8��^�B�8����-�M�v�����8kG��Z	�.��P�h��B�)��w�Mi��F���Z����7Gy�D�R�ƥD�]��.��-�M�vu�SD�DZD��PQ{�p/`������TU�SVyvKڻ�D�5+�M�v+���t������W����	خ��A�^��-���";���&�'`�O�����N�J��J��ֺT�v���;����#�^�n:�]��+�.���D]*?ϻ"p/4N5MSGp �'iNpW��E�]�w^ѫ�M�B�
�MZ���Q�����;4��-�8W�8�./t��ZZ[�;˳�R������F��QD㛾T�R�(�>��uN�x('A4�gE(Prxh�j�����M^��⛆�I�^¼I�h��;
�*T��+Ľ��T)�R�;
�]�'eq窕R���tQ��&�D� �4��WDѥ��ӵ]h&���D]<�*j���B���'�R��UJ�r�
�
�����9)�4j�U㛸T�R��8���z].+���]hSZ�R�.�<�>�S�D�OM��<W�⛴�
v�MJ�¼
^�;B�J	�;�D�j7��|���7�W�W��]S�8S��E�4N�"9ٜr�{�8k�WJ	ڦ�&� ���Z'sv�����(��Nº�J�R�t��Һ�uNڽ�8���uw���'������w��;E]?d�D����$�eᨫ_�'iN�D�tQ�N��.�iQ�/�+�5�>��.Ƣv��TE����TM�u]<�^�]�v��E�kb�)b�)b�)b�)j��j��j��j��j�R�
(P�B�;�w��h��p8o����M!�]�~�^ʅ�K�ؠ�
'��$��ߗ�W苢qW����H'uE$��ߗ�T�R�
T�R�{Z�)��+�t��H'E�j�i��^�5�t(S��
)�QxWZh�J�ҥ»��
h�K�9t��q.��Dp���p_��o]xE�+�E�۪�.^��ĺSE( �'b�/�~�J��8�{�ٷK��
��/>�;T�^�Ԯ�P����J�.�PD*T�R�J��"��..A�WF�*#�R��W��
(P���׶�υx�Ľ����5MQE��	�tS�_4�w��4i��D4h�Fp�N�xSJ�*TADҽ�/=��\T�)R��⺨�4E��TҚ�R�
kB�
(*(SJ4���A�h�58D����v�E�=E*WJ��5�R�)�;��{�{�wH��iB�
�Z(S�_���(TUֽ�uN�u�R��~z*�iB��4^�����&�.� �����eA|�;�.��I����j�1T����*WZ�T���xW�4AM|JiC�TN�]*T�n�ўc�B�)ĩ����&��^�
}�|5V�᣿]Ӷn�˱p��}!~��Jo
�M?@�/i]W�MjW�];'����DA�T�R��*W�v(���(�O�V���2T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J���B�
(P�B�
)�V���������~��@��w�V���K�h�.�
���ۻ�on�5���(P�B�
(P�B�
(P�B�
------B�
-(ZZPF��(P���B�
(P��_�F��})ZS� ���4�wgO��{Mi��F�9;��/h��ʹ�e
��cM+�4R�N��1��#,AX/pwaM)��(��Q�ϼ7��4Q�OorE��t��eJv��MT�_�7E�]�w��t�f�G�+J,-�iNͬ�Ţ4Z
���UG(�F6�NA4R�;�{�MG��҅4Z��BœU�O���oj�
蚹GH�]������8)������7p*Һ"�m;
p/
j���NQ���W}�Jh��h#�ƭ�c��M\ڎm8iļ
��_��֥t���"��;�M��T��SJ�^��I�*�t֥8�5݃ӳk��rv
��N�~�]jT�p��*�T�ot�!z*T���š"�N�T�"��^��`�]���	�iB�p�G�)iM�4E�V�l�;��k����I�8���A�҅
j�*�W���rvѿ�{)Ľ�~���;uֺ*	��
�AT��+{v?�{)½�
}B���m��+�p�;*('
tr�?�{)��h�������¢q�iQD+�]�����(?�Z�4r�=��W�7�T4M�.R�W�UQ8\�Ů�`��=S��OE..�|oh����� �&���E�Jp������D�x+�1���Qtjj��DR�u^��p\W�O=P���O���wq;Z�/tk����{J�.��q�]S�P^��?�*��Ӝs�q�9�d�xosD��i^wD��դ��ϻ��^���_��?�k����](�Z=����]h��]��=�J{�?J�7��[tK��-�W��w���6_��?����F?S\�i3�d+�#w�W}�q�?IF��������M6��e��-�[$�I$�I$�I$�I$�O\Q�,7�
~�',5a6��?���7F��D^3
�n��Fr�7M��:��t���03˦H��t):�Z�cI��7��"#�
N{ECc#5�5*b"+��>�"=��t�a��#�4ٖF=�FޥnxzT����6��\f�:�`�6�g�T���BTt�%�wd6��r�R0Z��t�0t#��=w�^	-37H�":��)�����k�! �*����Ve0�v�^�m�Nla�Av����A��Ƹ��ۼ�f*�+�{�b֖�	�����{�(�4����iB�C:Ľ�?w0ԩTu��X�Ab/
�E��eYj����9eދ�U*��b�զ_r�^�6��j���Q�*
mͰ����?
k\"O|
�m>�OcV)�ˇ�;N��n�����Ě����]7����Ǚ�0�zW>�p��p�����S�.�m�=�
OA�t�x���T[~���k�5<� ���mG=��\���,��VkC�xF����َ��8mj��4)��hp0��$oU�.�\ H閔��-���W)�]�n����
���F^� �����=��޼`	AòKX��*�Itͽ������v��v�	�Z���6=�^s�g+�l�1z�^�2`�eP�2�V�!�����Fv`s�;f��h�?��&��}��~ ���=ɿ�>���ݽ~$C1A���\.�S��z��G��,�qWo�qfN���V;B��&q�.���7��
r�����u���j�Q���DP�i��m���@5�LD�6'�C��oj��r1�tB+�i��,d�e�n�B+�N�:O�H�^�ڹ�[�p�\w��Z��@:�|:lg`7dlnuf��
L3�� ���e�DP���J&�i	�Ӥ���6�W��_��Op����P��P�\f\X#*��5���{�Ss������/�z�C��-�ڃ�R
p����
��1F��.�gи1Í�u��W��8��6�	�,��3]� ~�-Q�{��f��^jDB�VЌ��,��>�zW^"��3(e���Y�>�fx�U�J���6�3��J3?Ʈ�a	Yg@�z�!�&,D�3i����7@[��o����p[��o����p[��o����p[��o����p[��o����p�[��o���<�p�[��o���<�p�[��o���<�p�[��o���<�p�[��s;���w����<3�x.gp�\��๝�s;���w����<3�������o��w7�s;�๝��\��.gs|3�������o��w7�s;�๝��\��.gs|��<�p[��o����p[��o����p[��o����pM�m>o֧�9ޏW�!O������d��ioh�
�a�����\���ͣ�/0Y���,k�smV��d�J#���h�g�9|����1�9ha�L���F����*�0�#Րa�
SmH��#?�;���U��)����3�R�{=H熅F��!
�i��ԁp1�`���7�qע�G�4�蟩a�n��m�(���8^�j8{�,Ѵ�����S�Lb�ښ��+�۞��=aeB\��g�3H@0k:Sq��U����}&��Q��u��E��O��m>&�FY?IX/G�L�I�\E]�!��a��6ݴw�/������ؘ������bK�?HO~ �L����'W�7U%Ī/K���pF�ژ��u��sS~����#Y�qV�7��zP�9�j޻��?g�;���y���t�)��gA��8��1��:�S�00��!1��5*�wr�Ɍ:�M���m΍w��wy�g��Ů0D��g\=��\F�Gt2�3]���]ڀ��Z�I���i��
ASeay��ĺ-r��h�5��Y�a@u{�Y�&)T{G*��np���P�I���t�z*��[I�F��VuP/сk���cO���S�k�t�9���L�wY�F�ѧ�`����g�M��
�8�����S�U�vcZ��ě����wڰ�\9+w�X��[����g��U���T�c4���ð�K�~��^���hai�ԫ�E�9�b�a���6�7�J�Cxw�y��ب���}M�F��vڨ=����Ȑ����$�F�U��~Gy����/�?���IN���a7^���*g+��Q�1}�05�i��Gj�8�g)؊�RIPs�^f�
ch���\t�)Pxe@�FT(��B�O���̢w��/�k(����*���k��ܫ5�i}hcg���|���r�D�bT@�6�V1�nތ��+����2�����7+���>�dW��f{�HT��/����bY}����~�C�y�8j��Y+(R�)�>��0��QdeLKIu9H�#AB�!�
�"Dv'R��{�'hCBs0tx˜��&qҸ����m���%�۴�x�is�-~h�G�#�kDB5:��.��A]�tD)h��4���EL�7��k@B�J
6^���xީd�l���
��Z2�=��Aă3!�E^�8���f
�%j�+f$�����_���g�}�o�G��4�0�Wz=Y���vve�bPh�v�o&��6���؜��z���m���1f��
��c�D{Eע�f��z/��xC��McIm�A�X˅N�,��vF0m�~��5�*���	��AT��;�q�xBob�bL3������W�z=_�>Ϸ�4e����)GG�m�;�rۨ.[u�n��m�-���P\����Arۨ.[u�n��m�-���P\����Arۨ.[u�n��m�-���P\����Arۨ.[5�f��l�-���P\�j��Ar٨.S5�f��L�)���3P\�j��Ar��.S5�f��L�)���3P\�j��Ar���g�)��\�{�r���g�)��\�{�r���g�)��\�{�r���g�)��\�{�r���g�)��\�{�r���g�)��\�{�r���g�)��\�{�r���g�)���.cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu�cu��w���w���w���w���w���w���w���w���w���w���{Z�dtGO�}0�A� [����w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w���w��:~��|�o��_��S�4g�u<�*s��l��R)�}�^ևY����y�$ivV��M�y��G�/`�J��էXQh{�a0��L?�򿮴]V�B����v�$a+;z4j6��l���U��-��g�4%glS�ҥR��:Otcfh����e�peN)"f:ЫSu�Ч�&2,���H=��I��ꑄ#����ԧSr�3�d��S�84���o��:�:ԜO��7n�D{�*T����{��gN�J�,Cis8D��`I4��'T}>3h�߻�G14v�K�oX�jV�H><0�b��DK�ѧTU��9-�ǒ	"Z ���f���s�m��F%S����T`��B)�8�gfȏ؎ b(5��%�m�#��=���{�ӻ��þ*���h�ĺ&Z!ލ�Ԟ�����K���<J������_��5K��B���;��^�]J�{\]`N�}O���t��%�$��e>��)�
����'a
JT���ɜ�s&aiT�T��M���;!U���d^��H�.�ah��T��s���I���O�N
u K��JI��V�E�%��Gf�_> �W��Z:�6:�*f�Q�ɝ�Xf�n�N��!™&�b�jU1�k\^̀z�O����B��a�<⟧��
������u���ܥt$-�>%绫f�L7�az7�z��n���1�}'qY����;�N�*�n�׸��Ѐ2\<A�M��N��D���#vV�As��w�q���
)�ź�L�K�G��i#ډF��e�Щ�pi»�h��:��.%�q5��;����1􋩸�u�2��/�xk�tD-͙}B�c*��je��+���V.���aa@�5���"�}Z7���w�x�2��Z��ya�[+��t�9� ��Ƕ�;�ec���^���h�`�8��M���š�i͵"�9�8;�%6���M�i��5�Cp�8O�˱�8���ڱO�V��Z��M���NVJ�M6V86��*;��6��hX�nps��lf`]&SǺ��`8�^8���nn��֭M�H�N�������IJ���P�_�(�};
j����Ũ�5"az�*o�V��ڳmF��ٶV�s�s�WFsf_M{�<�M@-�p\Fע��<T����jc8'x\}^3�ݗ�����YԠͶ������z��)֡V;-{@���A}@�F�i���AU��@��4���L��F�J���]J2�Kn�Y�+Ԭ��s�
�]-�tBň�י-్ ?ox�l�c��R�@����kI�xAa�>����S�q��")Vk�O�l��釥R�ʍ�5y��S"��F�?�s�R�sq��!��B��3J>î�!`�F�jӤ�b�:m�,K�o5�^Ao�����JQ��\f!��m: �N~����1���?��*ߍ޿�����0M�q���hL�F�	�~)���7��'�V�n���2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�B�P��f�iV�iV�iV�iV�iN�jT��&��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���W[|2���.e]m�\ʺ�๕u��s*�o��U��̫���B�EcS(�e7�]�SO
�]�?���l��t��ôN�ˆi�򌠹;�&�r���R���M��俹r�ܹO�\��.S��)�˔���wr�?�r�ܹO�\��-�O��.MN�ȩܹ;�"�r�T�\���	��<'ϱC���+�'�(p�ܣ�r俹��v(p�ds(p_܈�#4�I��:�<�(p�5#OL����W[E�˔���r��.[��-îJM=�ܷ�.[��-�˔���r廹D��R�Si]s/�dr�8�[iԭ:��R�ڕ�R��V�JөZ�J�jV�R�ڕ�ԭv�k�+]�Z�J�jV�R�ڕ�ԭv�k�+N�iԭ:��RϩgԾ�܅�,�l����Q�AF
>COF�%7�~_����{B-'s2u#dd�gwJ�Õ(�~Uk�
�2lj�t�r[�jo[*G$बV"zp�mL
�_�7����4(��u�̋P��&\��*86!|�����;W[Y$`����0S-V��	�ҬT�����S�_�?�!�#�5p��2�M�k��
j=	(�7Tݠ(����3>��ݒj*j>q����&<�Fi�c-���E�^�S��Sh��kOv���1�VAgB�ˣ#�-���4���E�r]�CRtA
.�3(���
L.��+�$g�[v��F������՗�G:��%d���PS˥R�m��ϯϟْa2]KAi*�T��7G���D")�f.�|;�b�ۣ�F(�O�\H
��X�~��np�2MA@)��o��0WZ��a{�j!��c�أ~̚���t�RطJ���r�R
�>F#2�0�k"lW`
�p����̶���ېWA�Т؂�U��9+"��nN��С	d�
7��QB*RQ*�G�o�-O�}~|�̓�AE�Sj�$�U�%ӏ���,>��̤t�!�p�b��Umc���N�˞n��TB�eڧ��g���7x��+�2d���Y�^%��6~��]]8�X�2K#[�P
.�Y[U�z��*C$�S�jٓ�-��B��Vd�[�F*��KiE�V(�+t�+�OTT=AI�Ҥ����Q&jL�?�o�-O��_�T�9$�R��MME� ��>�t+��{=��*ɣJ�NK"�i�B�dt��Rv�1�4��D/s)l�'Z��G�k�_�ь��p���F	��k&�ٙ9���3��|�ӒC�bЧ�Y.��Jem�R�W*�ٜ��	,�RQ9 �ɝi]K:����P"!{�肱X��G�������vy�O��!M@(()d�AK�5,��ޑ�ΛOOpWXd�J�T���r���� �@��S*�1��?�*�C�k�[���J!�]��Ҫl�^q�����X\*Aَu��:Pz�%I@��R�B��X�-ҬQRBj�:�#�o+rG-�$,�m������S��?ۖ:��QS����n�*�_h6���F���vB��[��޵v�lPr�Ph�-(�|0]��� ǭm-�x������`W��e��c�:�.o�)�����щ�Z�T�ФTѾn�B��V�ИS�&�.��	�d��K`V�J��Z�V��l�(���RQ�>��D-{}yj~7z���Х�j��!�'ОH�5b��Zo���%ٜ�T�Z�L���2¾!�����W]8KJ�OiECͪz=jjj�2q�G~F��"z0������Wi�ݝ^y��:t���ޠ�^E�
{*2PPQV�H�*V؇
|H(�y!fH5��L<�ʌO����n��	��x�N[���E]x��)W� P�C,Բ@(��_�6�,fu^:Gڦ�xA��̣xvE|v�p�D�G�E��B�Dt����St�e��j:���x-��5�{Qy��a!���%�V�цY#u�0F��M���*�N��zA����5��%%5(X���˜
�V�MIE8-�(0�*b
$�8}����n����}��D�é�K�U�nI�&��Z�V��55j�DQ�':�E�Ȗn:m���A�u�%
t�)AME�
%�Q3	�w����u$Ӥy�#�
lIQ��G?���4��p��WiTsѼ�*��؜��EG�u��*�)))��kJζT�K0[N��8:9 ���d��5�S���^Z��޿0(��}�/��$�գ�U�?nBQ'$#u#sh�&�B��Vuꒅلj=*�&هZ,f�m���0��
�j��g�ΧhOg����9[|F+��n
���*�L�y�#�@H�M�h����`�:D�եFS�j�5gP=��ǡ�N�"�T�Vd�I^P�rA�!��%�D)�j6�)ڠB�V��V���jp
Z��JوS*p��*�~�}yj�7z�C�u�%M�mO��H�U�#�!W�

�gkWLI�A���`���o��(]���&:�7�|@�u"ۻN����a*�2:=9͋۞=q@B$�\h�E��I�2�ޔԗ�Cb0(���E��M�o�G�Az���k���� H�]zQ���CF�|TM�2iR�������O$
�fc��w�fF��pB�z7��܆9�]֜���K����I��T�I������>KU,�7ז�����D�(�)�-�u�X�[-Qq�>T3!O�;Ֆ-@����!����2IZ5+��iжM�w��0f҉#f0�X�K��G�*g�w�|Gp��گ᪵�� ���+��*���=�fz��<֥+oC��U���
CE���@!vأ��ь"�X�DX��-
]/�A�B�X�;
�z9$��$�嚊��2�'�Ҩ�Lj�^Z��w��z���h+�=��_�wb�c�U���!Ծ}
tط��aC#)�w�=�n�N��rђE��q���-�&;�n�:;r��vȑ��".��$G�Lð��
�M����6ڷ�ظ����j�S�DŮ��LD�W:
�3�d�7��>̗j~�ڤn� (��PP9���6�@<���|�J��D���b�S
¡�*³�
�ƕ���&�Tt�8��Z�š]�	�W�l����9
1Π�P*-��P�Q6h�*Y%��(+V�ҧ���"�
�'�gnZ��w��MH���T)�b��(�S
�bJ4�f[s�j�=�S��j�]�(��.9otut��#�FJq�Q��� �6�5�9�⺌�@7���i�׵�& ��0Ϊ9��������W�G�
,�D7�j�e�q�X}��]l,-�pW8O{8U�X�Cm�-T�p�3ٽ�v����*-�<:��2�N��ʙǸ^f*�ŧ���T�*����� [!�b����i�|����N�x{1�a�5�qhq�nl��+S��5.��Ze�VE�_�E�*���Z��흎-�b��pk�[d
XfZ�^n��uF�g�iAى�V{%Y�o0��ݨ�j��Udfq$�[[�e�D�uX�Oþ��Su:{��9�ŝI�p�k���r�ܣM�a���4�.���fh*H�Kn�uZn�f�۰�UY��pwvk:� ��L�s��-��z���ʑQ���T
��aji��HE)�VX�r�_�`B��A�@�(���ٔU��F[��Ԥ��b�����$rfS���vt+ڷ���#�QL�7ז�����p�眅��  ��l~�-�b�RR�(}Ӟ��(4t��#�G�+^�"��듸/��8NJI�T��E��#�L���	�]2lj���w}�t��n9�bh}���2s)l�.����L2pW��s��RaԣX�@^�RqQc��X����j�3�Z.q���Z���t!h���6��r�A�a5n��H�}�+�v�M��x�B�PP_��,Ԣ�*�4��T��h�F�>��38]PSי@�(�-P�M����n�bU��'k��^Zߍ޿"��	�.��[��G�y:��ꋻJ�>�_���wh�����5�m��7�muC�}F�����\CI�y�Ts�v7�&���~��-
p�n�]�`qe'8�W�j�=�L	^��bmI��8�90�!Q��0�o4*��3ߙsiR��L���ku�W��8ba�εd;U�Z/ ,��B��r�څ=N��N**'�|��X�6d���\����gQ�E�Ԧ`B��1lT�C$FBt!���Bz�Avt6��dT7WR��u����m�-�`�bV�d�5M�X�>���4�W��B��o���������j����؈Ѐ��S�����B��r;�zԕ�mB��
$�vB�!�ֶ�h���elD��P!�]��W��z3Wc!`C��d.m�Ӗ9:���V[�&�NӦrجV+����q�����Y��u-J�%�G�IH]�ͪR
"�l���r�ы]u^޻nXg���Wl
�9.��vc�D�{&��-*!���TAR��'*?���[��� �"��j�9��^�J�3�����=:�������Z�H�KJ�Sd�2C/P�C�b�Nܡ�x��h�AP�>k����t'5b�:��S@q��r�fwVN�� ����f�$v�;TT2^�=HDC<Խ�{T�Tu�rh���j��Zrї��^Zߍ޾�Ӟc�_�[���t:��A�w2�2�N��r>:[�ɵft��C�0�6�׵�7c�[�}z�c�osZh�s�I�
�����޺3�q#L��b���z��Ka�.��p
%�-���e��n��F�z�JRa�$V�X���Zu84Tk�].�l�����g�
��c��Zb9�]v-��D8Ol�횻��Ť�y��)�\Of�t�������~_s�����Z��F^�.���m�ܪ<�a�=�o� h��6�@�Ԩ�A����+����H�ۂ"P�P��~�-�eX=�ᾫ�^��@���L}ڎ�J�3�qi�?�B8]��ԸHFrL`�odt��5��PɳfY�V�Ԥ�Z�b��vK���j]��܎�т�����}
e�	C2�Uƈ�]��C;=!I���3�I���I�ꧭK>YIS�g�ז��w���'6����9^����D�����5�ۑ���� *�G����c�"ڐ�2��,T)ՠj�
�>�������J�W��{��o�P��9�'�=�+0��˻^����Q.���@ަ˖�ȧb�&�_�X��\�7��A͜D�q
7��N$x�p�y�8A7cw�5�z3�T�w�LS�gޢ�Tn*�qp����M���`ip�#= HS�*@7���z?�]�|N�}��)��Z�MZ����l�A�Mk(���|/��sBUA�R��7ml����T��e歯�n��
���P��7���h��ǵ��46�w�Z�5�.`,���BB̯
Re>:l�1��%Uh�aVQ��w8�3�tf��5��X�AC%�6+z�(���-�Ȩ���*9"2CHG)A�4�����|=�v��ɍ��(�*a�̖aVe��-��������}(����woB�Π,
8��8fPx�����>܏�o�/�/vb*�ȁ��P�<���Aa�����(d
Ӓ	䔔痭EE@t VP��|��6���o�$\�l�t��o������[����f�.��*%B��W�tބWYQ�Z��%�rR�V�nG�n�Ϡ������~��_��_�o��W�[�U�����~��_�o��W�[�U���U�����~��_�o��W�[�U�����~��_�o��W�[�U�����~��_�o��W�[�U�����~��_�o��W�[�U�����~��_�o��T�"���aٻL]�Z����V+�oB9�C�Wb�Q�G$�SB@���"2C�
���WFu���v�5)��Z�V�T�Z��Z�K�ז����A���
*�r�d���]�#��.�o�����P�T�⧖{�Q͖KJ��Xd��ж�

Pls�-Q]�v(��Q���A�E*.ζs)�/�Q�m�pP�J^�}yj��Gz�%��t���9���z1=	)�2ˣ[�}�"d5��1��1��u��o���[�o��[�o��[�Z�ռ�[�o�ڕXӠ�ϧ��g��u����jߗ�2����2�΁9'����Pr�<:J=(仫'nP���TI����ؠ,��3#
�TP9,Ve�N����?m޵������9`��B�@"��T:0*!X���gۑޏ_�q)�}�72�������!������?����d�Rϒyo+�P:z2F*r�}�I�Wfet#�r�ͣ.߲�dB��j�$�D��~6���X�z���D5�*9o�"�ܡЊ�He��ݼ��`�3�����<zbc��O�#��k�?����e6�9�%���Z�kP�ַ#؀֢�1�:L��Z�kV
jM��a��P���IS0�CɎ��~�c�l��z�G�ז������Az�]9�ӛ��u���wh�5=�hђ:m?�C�n;�LsLA��|��X�J�h��!zp�2l�mF�Bq�bi6:v�{��ŵa-!
���=�
�ȼS��[6�KD�gH��&9�^�u�#d��"�Z.˷Jmqn딲J��Ւ9c�9#Ђ��6!pzT��R�vd��ϡ5j�I*?������_NU�\mQ�;�����G�V�א��:�/y�g)��_>�4�?��5�~_�2O �`���糺
�јg��V=�`����F9�_�
L�i��e��va��p�f�:1Ϣ
�0��(�I'>~�[��0C��r�������ވ=j=	�dT�<�9{�ԧ�~N�@�3�e��Gz�C�Ȃ�C�%��B-
�HyJ��!�~[ڄzQ=yG�=yڋ����2P�ߨ��#�м�Z�!@�+�{�4�)T+�T09"�J�7��
u
�B�P�HF�P5:0�SZr��z�SR�E�Գe�N
jEIP���~����_��d��M)��3QP

9.��J����{�Ri(�l��b��8�c�j�z�ܔ�e��\F����(~o�|��X�%�V�d$n��u)�:�v:�d�2|6�@FS�Q���өFR�l�a�+�,��Q�'<X2vx�&��^���-A�:.
�t��t��MJ4�4��mk��J]��T?��Ֆ����MK�	�3�X	y:��z�?�������qD�=�#N����?7�>k����e��a�YKwٱ|������?Q̡I�.5*HL��B��jѩ�V�¥�5)2�az���M��6��Q�#���#
����/[8�%խF�g��s��Ȗ|x�7LUш�q����Ӫ.����t�f�.3DM�C�W��,�Q��⎿X\<8�nq�v�b0�)�O|R1!>���0�m?b~!�ib8@�������qo	�;3����[r��E����X�:���ĝ��*�*]�߫�'b)ԧ����H��):�ǒ6�!I�_4���SƑ��-�A������5�ξ�0�쏱|���5ÉT�=��ymZw*S��(PJ>�C�7�4h
mڦ$�N�3���R���f��SF iT+X�u=��r�M��s���}J�zS�Z����#��� ��&|�z8j�w)Tv�S��sv�P칱�چ'���֎d�bg�Ej�����L	XJ8�'U��m�G2�[�J��tS;N���G�����4����͒jܚzT%�q��-�?ד�D^w�mUh=As���W8{��s�����W�U�a"�s!J�o���kN�"��R�B0��W\&�T�������^F�13A��[�j]	��������C�~�渏��X�?�Y���i�j�kirK"{n�}���k�-����~���Ïk~���]�N���#٭a�ӧO
Q��u-���A2�*�'�ie�5�Xz�zf��H���6u+�*��\����b��Ī�m?L�&N־:�ԡ���c�G�z݃~ȧ��F��D�rkM@����Y�|C��|l��~F�K����"�u���4��%U����q�p}�U����-����yw����Տ�y��
�����N�7�b!}��#�v'���m7{&��w���ZðrE-�����ƾ�����wd�w՟f������}K���~"�XlF�Z�u9�_bm?�U�cqa��氟���P���e���T����f+�c�c���sa,��*�6p�Z����N[9`��:�g�-�?א��t�	�����T/i��]��^֍B+�]��7Y��)�,->펃�%U��I���͉`�i�@B]E;k;`a�9�a�%��g�G����%X�����еZ��B�'t��Ò�nKr�ZWJ����(~o�|��X�S�����Ng�
�l_%���fM�~oZZT��²�L�lXR�14�u7�f�S0�h��d�m�FJ4�.�1�<k�0}3x�+��/��\Ϻj��*L�U�.�x��M�}/�3�G>�C�Uq�+��:pΆ(7�DE�-���E �.ٍ�tQu *S�!R��(�f�֕G6g�'p8-�%P���Br�w��&b!x�u�'b����o�l�h�!���DR��o�u�>�O�^����rW�_�\lUp�#��b~�&����[��J���|Sp8�;1�)�Ì�L�<-*-��)���4�0،+]���Lf=�ڙ�������/��1�h�B�.�,�ư��T����|�d���1N��T.�5A6�L
�� ���j�X��R�a#�A�����pP�S(�G	O���>����R
:"MN�9�2���7Yú˰6~�җO�V~����^CB����;ABZ,�Q�6>��*<Q���b���Y���lGb�Z�$	4B:�}wJ���S�S{��F�V��0��6Y�sm��Q��l���+_�cב���䎒��)؍�}퓩6�x��+�@0W`"%h�Gj5(@�Ws&�۪`���az�ޝrmls���t�[�f@:BS�_6x�d����V�r�
�l�S�����?7�>k����t�`���P��-�ff�Q�@d.]������xu�J1�,
�*�J���%h��ȑ�l� �J�N��Y���#�}�S{	L�Q�)_�cב������$gkW=6��-����A�&)����$OЋǹ�
���j��҃DzQ��FȷLL�ɻ;��T�grg��A��Zsud�E��F[�����j~#�
%FJ��5�~_�:��SkV8v9��1��h�4�cH�q*��Sg�-0Nun�)���F��IԅI��W�».����TТ��.pu�9����L!��;C��9�0����i�ϊ_M̧PF����_3�w�5!���>�t�%�{*��N'4����iE�A��n�xl�\wSsi���"E3
Oy�_,�Q�Ǹ�T���i9�1�������9h�4��u*��p��Yc��7�!1R�)�DI�ӗ���}���H�)�Թln�
���%xf�m:�g�e�]�	��3�Ҫp�R�mK��=@�����)�����.;0�
;o]>BRRS]JY.�{J�B}:�g��_����w����u)�D��}Z��S}[��^Z���}�}�*9�pa����O�Q��!x��ŷt�&B����v�4�8[_�5��`l�uO{��$^�lU�,P��8�,, ��(bE≲�i��|ɣS����wZfۏ1Rm��R�J�J���q���Du[+�<8]�
��#�6�g\p�N���m��Ƥ%v��C[���Lp����a�q�In��xu��]��T D���v.�ֿ�n:0�bshQ}R��Ɠ
K��n�r��v�xJ�u'=�c����{U@i��ʎ�ʮi�0��1.��D�P���ѯ��#�}y�Ez-7�E9��zQt�,���]j�D������;�`rP�ߨ��#�1��:�
F;�4X�����I�.t���/��T5�bC�k�,���)�a�#���qu8�#v@B=���ް���k'���GT֦�E�]dbڞ�c\Gz�;�-y��iZ�7���Ŧ㋌�{J�j�=�������օJ���{�/��tp4(�qϺ��b�]^%:��+X� �c�O�R}�&�W�Ⱈ�S�A�;=�+��{�V���Ng���1�P��x�ezw<��m;ĶD�T>���"����#�}LXf�0^`\aܸ�1�zi�6�|,��	�i��.+����>�yu&��k��
4�U����Ji�W��}F�9����/|�KGYΩ�*2��:��h�X�T���4^,(R�T��́"�)�����e,��g�����-�?�d����c���6�i�U-pm
4jP�+�ah־�F�StQ�c]�^��j0�v����;vV����z��*R�\F�&_�_H)��J���.DgtJý�5��$�XV%�YKQ�Z���ˋJ=d����m:�lE��q��g5W<AV��.c+��%��觚�����\�ڜ�W���}�a�*�Ӎ�wU/�a�iэC�U���-���]�}I����u)����h�N�pV�鹂�o걕k<Ukh�qx�����!��g�j�1��%��1�q6�_��>�AP��iq�&5��f�����ű�c�����]Iq1
|��`_U���ڸ|S��`�x߈�WB�bp�S
^�Ƽ�%�,������M��s���t!����qP��I+,�:�ӚQLc�:#$�\����fQQ�g�4�B��E��Ν\�p�������p��v��m��갊��N��P2!^�al`�#��+Q�����u|k����bZχD��ک�sM��lUY`��?7�>k����e��`����R�C�S�j�o�4�V
�L]r!M�
�\ǻl��ޏ�!��7XX[!�/��G̏�"c��[�4�d#8�����ďIX�>���tvMۣ��_����*�1�j�-|��%SL�1���j�_�=�LU!t��!ځXS�����V���:1�v#o0��0��A���V9��r��?�]ٛ�3JO�o1Xʕ0u��h��r��Ϧ��Fw�k��U!�W�
��.�"=�_K�h?+Fe��+�.8f¤�����;E���j+��T����e0#z
n'���h7d��dXQ��}Go���^��q�g
�H����/B����s��$! s���`ԡX���_?F�J�i�(]�ھՈ��4�㰁��1U�� �&�ZU|M#=���==e��+?VZ���-��,t�t2
t�s�`֋I\Cxu�=1V�j]�׈����A�t�Z��遇b}6T� ��Z��{����
�ɵ _���Я�`�|:������A����1��S�7ג�uؚRk��ְ�
��66^̌;U.=VթƌA�
d@��c�p�O��ۨ�Du�m���ʫK���+�*�[��A�3�.mV�M۬���$�m�ϯ2�QAͨ�]wd*���A�jUqxm�}���U� B���Di�[���1k�A�Uo#M�FJ���ك�g{�
v2��u�ͷ����X��0�`*axt0׶�Hlf �O�1-c���j5�)��e��h�C]D�ѻ�L� ��0U�Pg�T�n��}�U
�]��Sn&�f�l��㶾̦iSc�tD{>ʨ�3��/��"��w�ӻ�Gjc����0Ա��b�E"�M�%�a�ꔨ�t����R͇Ļ�9�5��S�����$8C�a�^{�q�rP�߬��#��
������P����ʵ[��w���P����a�іY�H��ϥ<��e������h��`��q�
��J�#S���{� ��D�XV�_�
�+>�Ƕ��d��Z*m]i��ޒ���K�Pb�18���&�5�4���Zo ��n���R,����"fbz��Xo�{��V��^�6��3�+@p�TÏ��-�p�9�O�}F�R�b\"/	H� �p���jV}RǶ��[d���hQł��k� F��j�M
�8�R�6�%����ΪU�C�\�eL8��
��,n!��Y���. ͽ	�K���8a����Ϥ:�5*ӏ��1�Yz� ������>��6΀�6\lUJx��P���Rm�E̥�Xp�Iً���*�Ç�b��8�dګ=���N�*Ӧj}�z�N
&�������A�֛HwZ%��&M�ѯ�1��S�7גVJ!gPӘ���|�ܿs�����4Z�#Mִ��֥��]�4����F��,�K��]$e�����=
h_�t�l�|�Z���#
0��d���:�%�Ϛ�?/�"2\`.q�z�2��	A;$t#�'Ѳ
kNI�-�%����JJ�#C���Yq���Z�.�� A�{C���8_5���cf}I�v)r��5�d~�6&�hʥ#�Uˏecy̨����s������è�Z�"�ʛ)�<S�ƹ�0'2�A�b�s����:�2^_V�x�K��F�[q�{C�GaM�.<R�9�k���lM�N��i9�k���t�j?(�>�iu�3F��!�M{=�Z��yc�&V=��вGB�QΉ�3��{��lC8b������T>b�?,K�#E�u��:��9�9�y������-i1&9�`�Z���d9��*�}Ʒ�Q�
�nt盏ci=�hsY�t&b�i�N�t],�E��86���5X.6��N�n�}N)�Dov���W�����Ɉ��9��&�*L��T���8�Bf�$��,e�-j"�/:V�:l}Q�
�i�(u�Uxa�87�Ѣ �5�&��U?��Rz���ou���K���}I͠��1�k��=*� Y|�B�S���AV->�Y����
�����}"p�|&E��F�8�j5�o4�e)�>��3�iU��N�uV�*0;�m�Up��>�7����m����F��x�9�j]o2��<:&��ǵ�x�7�Fбnh��m*0׾�6���X��šN/�C)�s'q0a���ce�&zh��FL?�g�q����)0^�W vE��%t��چD��Q�6R��p�#dB��g�)���B���v�3�:woE�ovq��x�H/	|怘M��u��+f"$���^��b�RoMͅ�gJe7R7��2��(���<�ͅ�z0�uJ�.��l�����|C(^%����`F&6��Iq�bi�,!��F mX#4)�ݦ"��ƈ�\Z�;�.�v��͖��L^pq�m�5��F��jw�~��x���F.h~�#�?^�M�:�gg�lT��R���r5
��.��]Iͼ#u��q��F��
���}:UF�T��5�0y��.L�*>�.!a/7Db �U�]v�K��x@�6cЎNΔ�K�u����g��_���^^!MY�k��z�T�M�䎕��Չ��l`F��V1{�\��%j��x����ӥN�8O���#d�:-ӟ���߬��#�Ч�~�a���m��֣rq*��YV��l[�!�2�*n�fS�N.��Ʃ�]�$�R�u�F�pceJ�f@
�Z�i���@��Gnҧ�‡��T.�����l_���Ӱ��?Jis�7�Q��)�9�Cl��I�X��P�DtM�x��X�5��ޮ#��M�F1�{�am�z�V��q�t40��V�A�V
��m"NH�L�%66��Z��;&`6d�\D)2�~3cRI��;[�ɠ�Rs�Smjt�p�kֈf��6��9͹v�����#�)ؗS&��j:���p�4�ջP��4ߴ؁(\�D!v"����:t�1�h1.0��0�:�6���vh��4*�1��oJ�ٔ�M�:�:p��v��6t�W����f!�RQPvH�%Ӊ�5/)��+?VZ����k�yLͤ�V�ci��:�zM���v�m6o<��ҋ�]sZ�u7�v�B�b��Ts#]�(�6o�Q��p���-��DƵe�"!֮��BLisΆ����"@���.�
U\��ٟ�M��q~�1�F�alF���t)����L㰳��̎�=�^�O��b�>�b�P��ef^�9���4��JtAu��#7� �1�	{YIѼ�N�@��S���SF&��6]�F)��1�
�Ɠi���_�cג��o� A�
����Ljo���MwK��Y�\G�c�6)��J���>@t`�TrO��4(yIyl?�Y���#�V@�dhL{\��.�J	�$���!E�0kj4��
Ľ�[�n3ʅ�������3dw���u����h��&T����`���q&5v��I�W�p�iRn8�{n�P�ae�M���
0���L�Dz���E��n���q��]�mAO}�%�"�
�8��Ճn#�J�q7�17��(�G�^�\o.7�Ƅ8�1Ã�^�vM�L��?��z��}&J��Ƌ��_�i���t�(`�U���{
jm��T?�ށ�T�W�q�p������a1�α5�MիTd�6����ݓ��Z�Ŕ�=�� �D��R�ڔ�T�֊��C���M
f�*Ta�Z�i�6�a6.q�:�J��]���-���k���J��A�&�-�s�����0V��׈�zS۳١C�c�'����[62�J����?}y
j���:�mh��òh�8�؈��nC���n!�q�$;b��#Zi�/����`���C8�+�ڨho;�=��{�u�6�ÝN�;n�����,�\C�dž�1�Ёiи�A§P�ѧU�{�D�C@�q,}7]�`1p�r��1N�@p�p��헛�t�$�N,wh�m*��R�s�`ִ���ẃ|]�Z�l�Oj�F1�=̏a��Ï����ϊ/3U�=��u��$K�j�R�ڌ���r�{U���eC�?�hΙ\U�Q�jS n�]�Z�xn*qur��:�Tk!tR,}���M�=H2�
j��LX\NxOR�[��}:|;�k����[t�S�9��qk��a�ڪ|7;ϮO��e�Y�.�~��/�c�=�t��Dd��P�+?VZ���ԆF����612��Q��sF=9fN��zi�‰�U��=y*~&�������)���tZ��S��Wu!AբN�m�B�^�^�N?�œ�k�
�W�[�[=ɯ4A�H=�j�슑͞��.l?K~�0�K���u=�7m�_���0�H1�de5X��+�galeު�H�k=χ�1Q�&�TdD��[�����U1^k���A1��Ũj6���KA��Z3@��ո�\��D�A�u�8�R��cM��ڍ�
<N�{24)쵭`�ۖA�׻f�ʭl]U��	@ԅ�	�SA�20t^
��:��I��pb��{XA��`�Y���{f: �9�/L�yk�D���G>�Q�����S�Q�$�W	�1�ӺȐb�N}����Y�\G�c΢|�W�a���Ֆ�]G��ty�e���z�T�M��u*��̈�Q���Y�x�Ϛ�´�5�X1[����o��}����x-��n7�q��[����o��}����x-��n7�q��[����o��}����x-��n7�u��[����o��}�[���x-��n7�q��[����o��}����x-��n7�q��[����o��}����x-��n7�q��[����o��}�[���x-��n7�q��[����o��}����x-��R�^�)�py�L����H�k�\�����_�z���ힿl��g��=~��xg�~]��\�/۹~���_�r���휥A��_�z���ힿl��g��=~���_�z�_��֛rT�Fu$Z4���=~���_�z���ힿl��g��=~���_�z���ힿl��g��=~���_�z���ힿl��g��=~���_�z����ܨ��mzL~�a|L������ֹ��1���7X\����as�.cu��n����1���7X\����as�(��G�G�=i���&T�wP��a��ji�S������m��B�\�\eK�����E��/�_����X�xr�=�\ƻA0���EO�B�7���"�x�u0\��q>#K"ϼ#�S����9���'7��$�fKBu
��Tf�n���s��:Dz�T0�#H�6t�U���
aZ2�{}2�c��Z����4_���8|Hݑ6v�p����f�Tl='F��P@��_��0п6��;|��?��v,
Jm�hT.�e!uV�
O��J�O�Q�W�U�R��21��p�?��\[��H������7Q�YV�@ڄ�g(,u�q�Т�ss-΋�i;R��H����B�!O�0��:�w7�Щ���ha�.7"�Ls(��+TQc]B9�/�������IhiF��\k�×]�n��E���4�q*���t��8�Z·���������D)����+�]�Gw�P��pxZ�{��@�L���S��������^�p�\�ʎ$4D�+pXz��^�}J�e�4f_W�P�n�����kk�I�u�pŭht�z��E1F!��F6F������{o��?�3��eO�#ܤ#ņ�`�BZU�iB���zF����$���0ΪA�
ڬ�
�od ��{K>�d������ �+D`H`���DVhtt挕罭q&tX邃`��z,��ZZ�<�O��`N�&�ߎ��Y�ux�OmL;�ބG޼���c��qا{>y��qۿP&��@ ��M��M�0��ԧ1����"��k(��~���P��V�.蝪�l
F��T�Wq�gX�^#���a��6j��)���\��8Y�'Ը�/�]�v�ڨ�*W�OB�J��nmSp���do��)�q�mG��k��4b��3�ѡ����T�0y�6y�6�����.����'nlZX}���ŷ�����
S@���;��T�V.�I؎&1�vi ]i���Ï�O8mѲ犂��2���O�ʜ1�_���˻�áZ�3�˶K��ä>TB�f�2�h�_Kmfq��d�)8BG��
�0X��,�q�zF�BCIi��.�?��h�#�V�[�n��V�[�n��V�[�n��V�B2��ūe�I�}�60M���A>�k��ރ���H�ݣ2忻�(c�wK�t4�s	��ZL;
uӲ��Z�U
��H�� �w��{+��J}����z�F;S0��Qy���GK]���T�{�4�)�{��Oe7H�T�O�0ީH�	���Mp/���2����Tu'G�6��3R�C�����:��G���h��Cm � Z�C� 䋌��Q��:���d9��&?����R�)�gP�"�~ �jN]����J[��Z�{�*��6s؉n���TG�{��ɀ��١I�G�m�@Eb�8c�_�j�[ ��U_�V�Ư�f���+�/y��6��v7�fR�T}9��.oMżX潞���W�)Í��pXg������A��5'+&����W�.=��Թ1�솜�`1`��S�o7���BKy��O�����Yب��C1w��������<�|�SSP	��4������nڧ��:�Ti�BB��E^�p�ƨ&ޝ;�h��Ms�ID}�4w�p�?�I�YkIL���:��,�Z�;UfT�uQ!���`�]xg�RmQ&�}��о%
j����o�,,k4FY�������]��Vp�ļY�p��L�|^�Li����ujTx�z�[Q��f�mZf��z�J��辌A�"#����X~���TG����ћ��*���ؤ�u�AmH�����L�C����3l�=�y3Л��({$�D �2�(3i�`tJ�u���b�E���}TGw���>�uG�3�wno#� �K��y���x��6,�c��Z��Z��f��:%U��l�5T6�Ҷ��\@�h�º��XKb�7��A����n�hك����{�ӧQ��Ԧ6�v_?J�Ѭ)ԫLR4�Ak~+��Lر4��W�e"��UИ���Ui���,�)��tm�9y�8:��nנ����l�ң��K�3.B8b�C�jk�e�-��^��q
��jmsM�cL��,��7���R����rap�c+߾Z��n���B��~���-�b?fQ��q�{������ͫ������N�Yc�	J�S��]A��YΪ�^�o�{&�tP�T��&�xT_M�8ԽB��-�ka_O�C�t*>�I��
�:K���U�uV��CH����S�=:8k��ˣ�� �a�<��T_Nm1��{x
�F�ska�Rs�^��x����_Qs�
J"r��1�u�1�sv��&�:A����
鳡/,^9uF��t+�̝w|��'�_1�q�0mR?b���o5K��vU�4�gJ�P�;gR�'4Lx�{1�Gi��Y�U��t+�u��6�f�{Zbn�R����duW_c��8os/���jmf6�e.Fk��!�\�Hi�#�u&Rg�"M'�̽hi�ԾZ�~�g���m��a���q��66/��ѣ���jT�41��.$4�Z��0>�v�CvLE�,K���q-k8f���39y�����B�]Q��]�~��7��ۂ�6e�ׁk�ɣ�Z�l��Q�����x�7��*�h�u�Baē�n��+1�Y�^";лM��n���7�3�3dl��Bm:���3u���

n�L��!���B�6��n�	F�v�ä�]�Z/[�9��1���
=�S Ǝ�%�:� kReB���
i��F��=��w�B�V�7���a��n��Z�5#��7_2�?o�>N]2�`WI�M����d��i5�@M�� �BNT�Z� JGF��+ђ��a��0f�1��l+�f�$s���'}�ɼ�s����?<,%O��к�ɔ�/Ɠ}D(5�����!m�:��گ3�4@�z�Wj��N����>B���qq�c�Ԟ�jf9�,_�o�vJ�V�@ט��{P_��B5ˢݭ�F����֢گv,ᩴ>̷sB���zT�v��E��n6
�Č5;��Ue'W�^��B���S�Da�eqn�l�ܱ
��Mzti�/ټ�FR��~��k2����Q�:b���Up��
�db���M�,3�cj�8�m��S)���Z���*R#9�h�\�0�mK�*������k���:��3>z�����d
���!K�|���(�L��=�S4�wc?Z.y����?k�A�N���V�L@�t6�*��4jL�XI���'T��X�$�ILp0�Y�E7�
��u��o���[�6��\��Q-�|5��1���U˛7��c8�bKa�G<z�k)F��[|3>қU�ɢ��vs!���}2�R�ßgH��w�85��Q�|?�ϵ߁���b6�J��;����i�d�PLmGa��iή�ާ�ւ�qd��j��v�Nô��m��vCg%v�^xL�͢w�\a�Pu�ʼ�q(�����]{�(�T٩mL�W�zI+���i��������_��鴙��,��\)��Pڅ�J
�T�{eʼ,7'g=^�g���kCLH�E�`�w���_��C��Q����#�@I�$v��W}6b�]Q�4�2�̪��}:8���)��!9��UaQ�uZ�-���*�5*T��ͨ!����Ԫꕸ��>���9`U�Iĺ�ꀇة»�kq��ـtcl#	��Y�\(A��kн	�?�f=��Cd*�(Ӯ��t�@@[��Bk�Y�
�p��n���x��o�Ɍ�
��X�BkA�L�MB��3��ˇ�������fRuf��n]��aſu2��TgĦ��p�^ly9�1z����X���CK�ߍ� O�A7
On����`�g
��l�͍��+xl��kb�޳4�ۼ171љ��\cr%�}�m�a��ýA��Y�T�R����wgv��B�֖���m0��/v�U�qפ����!oN.0��$-��S��/w��yc���:'0Ѓ)��u��cT���-��!P�E�
e�l�+� �KE�Whk4oBas���g���ޑW�WRԏi�4GJ��^��aO��S�j��;���(�ֻ7��ja�CH���|�ȥ�3I<�`�L�LWk>ܜ
�O��2""���8Q;L����1@8�]&��!�po���#4E'��m�b��������}�O��]��szbJ�'�"'�*
�x{ca��ދ�0F�W�0G������\`8X�]����^��r�lwڹm�ڨ׭��B.lc�	C��FAm�L,
�=#K�=Q��ң���3�;t��r���AB��x7�y�/9������ѓ�R,��"��t��@D�
GЈ��d�A
1vҼ�<��5)M�6��h�er�F96TT[��w���'�cT'Im:)�#Á�E���{�nL_m?��1O�R���D�a�b�h�S��rx"�,��ݸ�JF6�
��zol��-lz���Zkq�uPo����L �8���l6j��PpЅG����w���1�m
�c��..ۨA�aM5�o]m&S�am�]���\��ͻR�c���@��a���Cj�t����uGRxe&R��v� �� J���P���P^0��ӖViS���A��
��T�M�*8������N\:`Q��Z�ft�α
�`��U�+n�mW�o��/"K\,pC�t�L��L�Q�#4F{]V����{s�EM�է$:Q
V�Y� �} ���"��1E�ݚ�q�̟rVV*��xSk{oD���6�my��C�.4�`�K�KϦ�;Ih+ᱬ��@K��4�H�O�9/>�
&ʂc_lr��3E��;�i}��>
��&�O�{J�U�m/:��}��ϵp)�R����}]'ҋ��0�EI֜����';���4�w�^j�����kt-ѩn�`[�n�R�n�/�"h���-�;t	��n+t�Ү@�揜�y۽	��ARk�m*�W@-����`_mj�n��.�r�LN`��Q���q\,#F���TLO��]!B6�WX%�(�E	�悺�p��@8�(�5yH��v��7�4h�De�-S���PP@��@B:Љ&

I����G׬n����^��ʂ�OQ��i���6�n��؊Ѻ�$��i���v��������b^`���؁��'�knS��B�c���;a%�=
u�IE�o���P�rْ2Ki煫��|!���*��I�z
J$�[��1c)(�����h�4Dc�CJm��{�����&�s2bm��Z�4��B���s�����}����k}��u����w�w'ބN���/�
�9���DV��r�.�J��L�,T�8Kc�@���h3�j��Q��)N�0X�
vp�ߦ�o�6����?�~�i�����U���6A��k6�N"���?�"��KV�p~ч��[y������)��D�i��˛�i�m��"�)g��=�Ƈ3j�EP��CE�BkO	���%�/Y����<=|;�ِ����F����(h���E<Pxkh�}<6��1�j���A5��ÛL8���T|��d�ԘWi��!_�{Ѡ�q]��]�B���LAH�|IM��T���]͖J
c$td�4w�E�
���e��}��g�8�"~�zq
{��Ĵ)�2� t�Qqs�p

�)���L�H�����ϣ&чo�^o��Od
�TI.لz��թ61�Z%���>�����/Ϯ
�d\*�a��J��23��#)9�>�n7Mٜ�26��}���n���-˴�2<�s��h�紐E��SE�K�k���:R��ʟ! ��4%v��r�*�*t�&��+�l �� /��Hָ1�̠dr�	-��G�E
��J�*�h��t׽��U}��˚��oN!@�y��;�lR��U�m�W���yӆ�}��8J(�4ȉU�}�6��;Ϙh��" �ti��<��=�Gģ���뎖k���0h$�L?�ǺJ�#I�0l�:�I��1�*XLia���ƅ0AlMؒcSh�R�_�\�4��>m�֨2���{�:��$Ds�ְ�p�*N8o�y-$o]
"*8�N�N��%�%����D,^ e:�cQԀ0�GڷAX��L6���۷c��S���ڼ&��lctތ윗�bK.ԍư�"q>x?���
��ڜ�G�32޹v�3�@��ʐ�'&
��@�+����".}��;��p�*��z�{����б݂̏��
K�O}@#{l]�*��x�bj�8yc��^�lU�J7�
QY�鈄���&���a���[�,]<)��ڼB�叿
���*�{�'��1u��hU}X�x�?j#D��:�#g�M�<aU�Ơ�
�er֘W��A9̾�^��Q�i�}��c^���+C�}JL8{��^s\����y,n�V���7��g���(��&�5X�
̗j�F����z����x�#��T�ΙWu� ��2�.%�H�W�*Kz]�v)(�Tt�,k�\!4�o��m0�ѳ�oN!]v��h���)�m�`G�/D��jV�@$e�JuG�Se�޷*n`7�;0�w�ַ�";�nJ�`ڮ��	�L ���݉���,6�\}�S7�O�.�͍?�`fk['Qs3���*�Xvp��ٗ�mZa�&�K�X���m�K��k
0�֪,�1���LR�7@�cxu*@�էG�_�LL�USi‹��㻠�	���H9�=N�ԅf4��2��ZZ�m
"l`-����A�9#�_���ڸ.�B���患��䥌}C8w�3�@��+�ƺ؆�f��M���t�8t��H]Z�
�Y{z�(�,m0m��'�/���F�i1�v�CD��^i�z�.��"��cZ�� {T�E�鱍u�h�m65�����"�s��s �і't)yJ��҆	��:S%lڸ��u�(o)1@�['4�ا0��Y��Z{�ѣ�]u�65��c/J����D�ZS��u��JmJ��6�lٵѷ�Hl�4^Gd*�D7l���2��Gi�V���bZ)G��S�x�7�67�#�I�\G {^ l!�GZ�J�
J�1o�M�����c	4ʕ:�CU���Pg�z�GA�T��Iټ�Z�
M��X��/>��t8�a�T0�ת���>��l�0�/7:����;�S��x�U�D�|)�Kxޅ���f�_R�;odP�&U(5��x�
�m�v�
��qi��k�l5��y�юeF��5+S{Ȩ��M7]"@�j�,6�F�;
-��%�+���QP�I���Tj�:�Au"k�*T�ʕ(zU75�">���`��*�1���T�c�4^E2b�t{s#R�ct� =%Sta�m�;-�ݽ����슍�z�{Ta^pf�Q-�}�i{�7D��͘��&��6ti[
��`�΄N�j�ŷ����9�&Um8�}͢`~$!���o�pT�p�{:Fh�'v��B�<�S���c�h���τ@n�%�F7[�vzJ,�t ���&������<�]�E�Τo���9��`��p��.�܃���=g����޵:
e��Vu���nLeZ��n5ZO�voE�^�-U15�՞چ��1h��@�� ��{j
�3�ُ�a��2��T�8�T�\�h� ��W�1��D������.��1{�1�XvQ��U0b�*��� ���a�GD�n��\�Vq �\�3�]W��}:��베�A��& B�]�_V�<^t'Ķ�4I4���9��`A�����|�j�*Qh�.�C��"�U)|
n�#���I�f�.m9m�>v8F�'�*5j��s]w�I�%��!���VJU�M�CX�۱�,#x��S�z����\�NkÍ�'2��cx�D��@�x�K�߉�H�PM�S���7e���HgP��MRݘ��sJ+|l��kv�E���]-�nc�3�и��nc�Ch]��N��E*���Ҙ�e�u6��7n��T�\�Sô6�]��N�P�ץ�!���|��G�'Y�3	����8{_}5�t��8gi)��7ޮm��X��n(q��?�+���áԏ�$���ı�t٘�j�3BOA��
�!�*�G�3��P�+_�ٵ�اBRE�P#8M*�j�{νz�ۓ�U�#}ҺȈ�ݰNN� KL#t��J21M ɽg����}��I�m�@Uxa6D�
���ӡQ���;�I��J^{q��3V
j��X5���X�օJ��<�ݭ����M��p^U/����.���8i6�8�P`���|���-�1Ra(y�3��nH4D��w�Yգ�(�=
|G\�V�	o�7�!��3�(6+i��jz>ܘ�b��}N(�@�a�f��͔�
-���I���.$m�:R1��E���$�
w[�'��7���<������L �8q[O��l�˚�B�F���6���1��j��s[I���tP�oB�k�ߺ�l���ۮ.�h��ڸ7
ͻV�X�l}ݐfb�0�E؆��ar?�N��/�I�����L��:<J�/�\�%�#�C���1�PZTNd*,p�]�J
s�=}7U�dЮFb@g�;쓳���R�������vބru-)!�.c\t��K���.�����z��!C8(����n��k��v;O�{�n�ոV�[�n�U�@��v�_��E����!G��0��[3ҋ�J64�M������7����M��B����8^��1lwWıJ�;oi���?!��"��؉dM��mn���{b�l|�f
��U̼#��T�r)hx��+�K��R�WJW�o=�޿�\�B;�S^g�]�N�*�w���W#rd���֠�fFV�,,x�4���aM:;�P-�s��A�+��*��7�F���˞���/=`�՞?�-�/ؾ���įá�Y������v6����S�6��οNI�`��[]����<����b@��}�4�`˕��4z�5����Fm
7�ltB	7�5j��n���U�g���<d��3>�%����yZja�I/x%h�Q~�h3�R���[��U���Lj�����ϑ���4�z����3�`��.K�a �&�ނ�)�?�@vɍ�v3���A�c&c:��ZG`F��`��3��/���P�[�*�!�k���7V�
m��R�#*G����
���o�>w2V0l@�Kd�8�3}ЭMp86�/&71kT%AU���%ѷЉ�^�dv%��}���Sb��M�
�ހ3
�U�f�w%�M#$(�U�8�	�QY`���}͑8M�v�\.f�N]�ǻNP+����BSmI.Ի����B��1\��UF�C�\�JbU�2�9��7�qsF��x+y�:h��c�S9��:j���y���7{�p�5�v4۹HS!�<3*x{�Q!��#�MM(�ƽX+0M[�V����J���Z��5Uu/�q*�
*صlq�͎�A��P���u,u��sP0v�?#�L���u���Z���*#�ZJZ�,{pՌ)b7\d�����Ma���]Nx������
���S]���h�RZ�rn���|����ܵղʣ�u7pU�Kֶ�,Ҁ�]3w����-�����(�`i�#Z�Jzv{��,��֌���ɫƳ�D�������M�wY�ENr㙃}���5+�=�ǖn��X���u�9DD��T��y�z�Z�|�8ƻ*p:Ux��K�N��y�����4��>�_�
F�</'�@/A�~�`�⧏��]W#�;����G1�E��ӴV�� p�{��mv�^��.ɺ���Q.g���T�m
�y���?�|�>��σ��s�9��?�|�>��σ��s�9��?�|�2뮺��y�{릚i��a�e�SM4�M4�A� �Zmf��|?�>��χ���s�9���|�>?��ύ��C��c��0�/�6�A��~�?�'.\�r�˗.\�s������۹�O�G@U]�m�a��Urk�tk�%�˜vEZ �w�����˗.\�r�˗.}����ϙ���Q��Qvܝ+�S�.&���PK��-3�Z��������OHG���W$�E4�4�bd����0�{�#���9;K�08�Ң ս��F��{8��`[�y���qj0NF�@
������"���]�\�r�˗.\�r�ϲ���Os�=�Myg�&1��'����D���7�M��!�0S�/+����[�
�D�L�X��Ù��B�K�8�a�7(.����ިU�O�%H�M�g#{� �3̪6,��)˝;	�‚�EM�&�L���i�/�]˲_�韄m�GrY7��]�X��m�q�=��?��!8�c12�5ź �kb^�|.����c��[�C���%�x��O���?6�C"�Z>fuV-V��/��_T(�4�� ���Z���|ʟr��wD�&n9׈\��Y��P,/�Z�����׈�
qC�ƚ
�ޥSZ�<A�B{(k�f�[�ń�r���r�˗('߿��%N��\�
��%��b�Z���
_fQ�C�����!�����逶�k�t�q
�PU��{ ����-B��6�����"�\bTl�
���B|�F`��p,EH�D�6�~34���~c�T�@X��y������u��:/8V���\^AI��0k	Ë��a�D�s�\�1/���֞�*��R���(*8)�X��C �,әf�-.T���nWU��P��Ξ�.]���<F�~I�M,GH����{��6cy�X��*Ҽn�9}���~�˗������T�;ʦ�:+g������G��Klp�T�@����ȌG�@��3��[����~?<?2W�����^ �@r\�믂wFHE�Yg��qp��YPi5��e�q*N�b�p�Bo��#�������7�c��f��Yxo��L�x��4
Ӹ�a���#u_8�9�s�V�+&�W�Zd�����d�'�n~R������
D(@�T�7�S�0��/���;��L�!Q,Z��0��u���-p����;g.��x1��`b�M�ŎP�Gң���hQF�4i0^V��աغ6��%v�8�0��ܾ�ӎFʼ�����5.\�~�ž�~���S];���e�)^�樂�}�,{GLSM����Qx�����ٿ�;�(�>���E(��G
:��&Tb	�[�M��0��ϲ��&��k�>��P�����

�хh��y/�ݕ��Zk�afV<=�.i�2����N��\F�K70�]"���c�+����n���B���>�����&f}�^	��O�G�ݓ�߿��i��Fzp�} i�(#���77����O�
W����y��i��i��i���������|]�O����w�>.�'���������|�O����W�>
�'�_�k��
���|%�O����>�'�_�����/�|e�O����>2�'�_������|A�O�?���>�'�������|�O�?���>�'��c�����|q�O�?���>8�'ǟ������|y�O�?���><�'ş�?�5���H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�"~�?H��O�'��D�\�W/��r�\�W/��r�\�W,�(�ar]�����D~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~�_����~��k>'���.��d���ܘv��^Ep��N�4��/X�Q��:���v��;�
��]����M��<��{J��'��v�i���
�lc-�ۚG
oط��
�J�J��ȋVpV!��ax�abo䨉
j�E�wZ�K��Q�m����ؼ"vN�!F��=�{܊S�m���]��J�o��U�Ĥ�b�Х�r\����k���:���$�h�(�
cf�	��Ne�^�M� �K��0��WSr��<@�%5�Y�D$ȵF����-@�4wP)߽D6U4�4]MCRa[r�\��Z���T��VAK��N	�rm8'qK_sR�i�^�r9L��Sr���Թ9�[�a��D��	�V+gpPp-�.S!l09�0��}J:EwMX�X���I4a�X�4�I�X5���G:�x�P}��..�}���.~pP�ù��q�
~+�	���*�2�U�]_���
z;%lb!cRiض�f�u�X��r�A���l����CE�c4�]�X���omL�6�B���-�t7��
�˲����R
eg��[T�H�����&ɛ+�Z\Z��D�p����@.#9�k��֘�{����z��5HR�0�!~㜣;%��P2h���2��D�eڬ�`��j�P�Z�hOaeF�8�'�
q2B�@�(�k�hKE�e�f�ZK&H��H�+M�n]�T/��"32ڴP�݌K]Sk�Q����-y��S�ea�1J,~%|��*E;���)B
 ���������c}4U��b��/-��yE)��b\I���aTJlq�%Yj	"7�1��5���Ǝ��Len����|�j�r:�v%+��d��ЪD��z��A�h�]���Dd�-�ЅR[%q�ω���ov��kq�dg�.���>����g���2�4hѣF���
���3�>�O�?���3�>�O�?���3��(kj��hѣF�4hѣF�4hѣF�4hѣF�4hѣF��Z4hѣF�4hѣF�4hѣF�4hѣF�4hѣ��4hѣF�4hѣF�4hѣF�4hѣF�4h���4hѣF�4hѣF�9�"e����|����Gfb�D��=`�EU�F�	�P�ĵо2�Z����sA�=g��a���pm}_�`�>����>'�l�g�~S���b��a�D>7�k�|� ��(.�����9��~����?9���=8~��(z���R�w������������g��Q|ky}��e��s73�|�H��̟�/�N��*h�N_x6��?�3f�x���.<�Q���?�?��F⌋��>�ŠU�>�~���(�e�0��1��?w}H�`(�b�6hk�U�����K���)?�As��4�g)JC�"�+"�/4<�l���p>���;��s�&���UD���5���2��w�*�[�A�q�4��(�D/ġ�J�o��6�����N,�%4��R7R��sǼ�`P�1+8'���Ӈ`m�Y��Z��EYi�����s���)�-eU�Ҭ��n)�ߍG�S�!��,>p�/���3�e�fl�#T�cz��ْ�;L��j��.��+���v�vl�2v�=`3ݟ2P�Y7�����+��>�	�[��kT+�g�%�nҚn�ɚp�t�og�q;ܗ�m}H�!2Gՙa��1Q:Al�l���L���;[�q��~�b��@���5�_�t�AA����/��#
K�EiS>�|�z��	���*�
�ZOLO��Q����)�R]�{_�q��}�E��@�N1S�S!e}b�}a���&�	P��{t����`��q
��S��0Uת�A3yΡ�FK�r<8�~�z_�n�V6%��e���xr��)��F���TA@e����T�R��;�!
��8���{BT2`�,�r��Պ!���ΠkG��٠�d+[��L0h��r��������"[V#J�P��0�'�������{M+�j�s3����
�B��R���*gj�Xo
�u��w�z\0�C���r�A�3t!_���j���n�D���{�9���(�$fH)�T�r��55!�ۥ�e�tmx{y|JD�˵��q
\(�\c�&�Qi�d}a�������'�
t%�JKG2��[��h_��px��)�z��K0ڵψ��QZ�ٸ�7���򚍟^��w2�f��+S���S��2x�aׇ��F�Ί��m:	W*��Z�jR�r#�Y]��r���!.�wL���o#�*`��,6�5��A�*����¥�{�*R��t�Q���+y�Iy|�̚��hE�ϝ��_��fJ�C�1�L�%�"B�hw��%uPt���ׯż����=.�^�˗/����JMg��g��
�<�	��.�n��n\r�C�]�*�\�$��2�D�KcU*�'�#��'�Ii;%�˘	v�z�Y
�������V��#�ї�{0k���׊�'O�H5��
=0�A�=�YZ!leѹ!veW2n]K���IaS�*�D��ǡf�Mr4p�a��W���a+1�݄(���%�L<�A�_Q���=	c�5��R�gq�@�+�!�'hT��!q�9z����s>0]��i�v&E*@8/̟��֦w���@��&�T8��_�	w���[�`�y	c~��<�j�}X�F��~=~	�	}��_Wپ�.2�)}z�k3�J��p͋`q�⢭o<���E�	q�,i�o���
f�B�F��-e�����yA�5�̰~D�w�	�sةw�ʋ��|�Ҷ��L���y�n�8N}����@�́�Sp�D��츱%�e<a�
����&Γ\ޞ���xҤh�u�1s<���`1�b<D�(w��.�����yB�]�%&�X�(�jy��"{�o.�e�@̱�<\�`v���KK��J��F��fi��c6�jχ� �0b���|6G�c����"��|3��7�2ũ(��m��2ŷ�V����R�����v����=��=��˄t/�ߠ�Bqi��t��ak���"�`y�l�^{L��c4�e�N�"��񿰨d��~	��Q���3̪:�W	�$0@�b'Co���	r�k�5$�j�B��0�
�u-�K��Gݑp*y�|��/�XA��|��F�yu)�Z	��X�K�C�@oW���#� ����!�����P>��zbW3�Җ�v��F5
�S���2��6l�3������()hګ���e����[}I˔��
���"�Y��l���*������#�0F��cb>����N�v�#J_��F5@�?,�z���������d�O��mJ-�-F|g��0,:��t+^�8��~S4�_X}x+�
�+�2̴9�]����Du7�!؝`���BU��o���v�W�gsIr��������fVʨ���YJ������M!?d3qꉧ�Z���X���A�WU*Y+ǥR��Ȯ�-�$J����-|�+s�,�J��i]�i���4L������3��`�����`�n_��1�7=UE�f/�d��9�{@��xbG�t�	�0ƩYs
�;D�*7���,���t
�L'e�4��éɑ�k��U�#[�!������c��L��1f�nl<J�+�0�5}=~)���ۭ�d:�L�BCl�~����DF7.^)� ���6�����*�M��Z%����4o�dt��D_��=��[�G�  ]?����c@.`��_�BZ�(ET���`����թ�˂c��)��԰JV=����bTx\i�iIl��7�'ε�AK1�ap=��l������,�bS6̬��:|����ΊIޚ�R������U�a�����\�l�~����aR_�-o���/��n �T�9�<��*���P��0hK�����w*!�g���uC��^���UjݣH^��_�wE�]��ʂ��N(�g�Do��v�6w�sc�#r�*�ڂ=bu�z\!=�WU��I]<J�B��.d ,Ӵ����0� <����DHv憦۪�C#��	�6�YUa��kq
��[��`'�&l8�sE�,��͉M��]#?�#}	�i{\�{A����Ow��ѽ�	�2�cL�r���N.�y��=K��	�����|C�Yu���Y,b��FZ�f��1"�2�C�m��y��"�c$�e����kϘ��j���E�ISN媗f�~&Á�X���f�@�&Q����^ǜEl�?�$t'�j�H7Z.��J��-�;�&�3 �U�}`zT�C�
��Q.�1L����Wt��?��|.�.��a��w�a�^��%q�A��َ�T��f+ujeT����Y�V�'1]T)��+�Q]葂���+u�(C�Z�@�����P^"��+n	;���˖�,+)���t�^'�U
��x���#?[�e�����vL�N��%�,w1�;6_(�[�F\q*h�E��4n�
l�*�J�〗��^ơ�nw�f�x����É�4��� -Mz����B	Q̪$���R�a���W*rm�%3s{�Ls�Ċ�/�ij8YclGX]��W]�K���!��~&N�nvd ���"v�\���S���:��3W��w��({5��O�e-j-�Գ��Ҳ�,��+#l��� ,�߆bG���}��tQ�����Tse�-^̡w��za�$�K/��OȬ�e
�CO\j~y��{�x��,�N�q��ƃ�˂�]����F0������ȩ�~�h���pm9�9B���!/�ϋ�2HȞ&C���cI��Y���>�)W`�0������WE6�?r��q7/�f
��T5�z���H�e����(o�&"���Bm
-1�IAlh�4H��|��Pk{����"��*�Q7�&�cSH�����Pp�R�7��+�J�aX�"������-m��_�u8+�����7h}�	j�xmR��RP��e9��.xb:�cî�[���Y���J�	�#oϬ����ԍU~���	zf�%�x}��K�k�����B��!MF��(�*n�6[PB�SL+�r�v���$���}��\�eT�W��y���C�2����P�%u���w�{�晫���[|y�٬�J�;M�f^�Z�vU�٘�	��q>���
}�x�LYF���y�{��K�G����B�fm�>�u^ԫ��v����p�����A��L=l�@f�N% _c7��Ne��>�2�:��)*f�e 
�6$R��WzK�%�E!�%�1��Fn�f0<���k���rq8���G��pQ9���ɸE|��L�v��y�>z��,;�mr�H�k\��LB�]��c�/�7ߪ�p!	S;4������^��|ɾ������!�Y�r�d;#�渇`���Q��)����)��|F_��S�����G{�aB��#�����|�+B�F)�,c�#nD�}�."��<E�����&C��Ǣ����&ș:7p!�`�˕[O�!H���V�a�1�Lw�>��ǵ�y\�ѯ�f+_u&��?��ea��~&����l�1*^\¶�,�q
tU�m���3��+k���ʹ9�S���~Dg�SqΠ��o����B�7��3��r�p���X>�A�32l���
a��_��|��y��$T-S�(N
��Q�X���bUD�`�L�D�f�����q�2�r�1��,q�=q��ܰV&sSnx���|!ү��ᴪ�#X�
��9�&��CF��@�*|᪃.ПJ�/��2}�r���a�'����.%��}��}����Cg �e�g.����s̥��Ai���gـ��)�E�}Xw
L4���mUwA�=�g��Z��t��m�h���jTT
�5�
O��K��i̠��쨪��
�uPHڨ;˃V�
-oJ��L�*�)�X���@s�R�V�Ydd;B�ƍ�/��� ӕ����}N��ꠂ�
��F.��0����NFo�������c�7y(��⫼�b���_"b��(>g؎--}a6��fOW�`��Bɣ�s>��^f��'��,�@g�AN�m��QluP����5)��c�4��H�J��_([�J��Y"�\;Ej���E���5��b0*��r�S[5�~��B���U���^���8�ljJ���y91��Ɇ	O�R?�񀛞�<�䵁�{��"K[�б���wB��.7�(UAg� `ve1�����W�
^'��c=��r�mİF{�pI^z�1uW3��**�]>8A�O����gP����t���w>��]	��'"�e@0H���8�M-\�P��뒝V�a
����X����j�>˚��I��(�Eݢ�7����y�QER%º��

�6��[�XZ�2�U�$T�'���!�A����� ~1e������,�c�W��B���O�K|>e�ע?1��K�i����Ap�.�NC,d_2��*�~ &�zb;�]�&B��jSaq��A�"�!�G'�3���`��͊�=�ŀ��Z�;� _�&�����IAN�����h�8���S����"U���i>�Wm]���}c����_�V>�����
������\�>Q���f��?��u}�>�)f�Dj|�N%��Tگ�~�Ё�Ӡ� J��j rx�� 0�:ڝJ+ ۆm�nF�e3�1� �
� Q���9Yy���єA �Kͫ� ���
���hЭ�6˭}Q	�Y�S���"dę>��D�;�������nݠ���F��蚁�r�9՗9��CMߟ�D�ϼ����e��%��F`_�D�����8?֟�>�=I|����T8�ܹ7��Mt	]�@B��|S��b2��P�>�30�xɚ�Xs<5G�(\�3�'8�`�)��z��_0�1V��3v�G��x?c!�牳�������?	�s����L��R�q�a�cž"l�ݕ��л@�&�@|.�),G>a�Z0DW=��d�2�r��.�f �m�*/^Q���Tm�RɭK��uo5���"�H��λϰ����}�Cc��{(:g���`@����%�ASQ�2��*t3o�4=c�
pU�`Җw�|���t37z��UT�u�@h��8F�.t
^#�)�Y*�0n+�=�x�V�5i�2��Ӎ>ᰨ\��`+��!�C����xHN�dj{��|{0�]����p�,��A��/�������PT��;�����fru��RU�ؠ�H���d�c1C�2�=�.��G�m���@�`��9E��[���e*�(�2������KR�9��٠�5Q��
��Q�+����l��lw'!�V.Ŧ%����+9��`�ޙ����쿆Y
�̻�ͪ��,vRኍdsJ��p�.��gF�q2�(�.{�d�Z�g��3�a/��B�W5,`���1�Yj��j�-�~SAW�ǯ�������xe��_Я�c?�	W�"
��L��y��ڡ�թ}f��(s��x12n_�Z}��ۙi�KcHs���+�(��m��+�`'v�x�0�R��{��7~�у��ݸ���f�-������ى��UB���oN%��h�<ϫ_FU��׃1d���[(�%����6w>�$�%�]��>�-@��EW�+�J�@���'m����
�?-~g�I�K���V�u���g��̰��g [g5^�3c��~���~�_g��fg���8�ޛ��Jųۡ��/2.�軉T�ԥ�o��‘���f�3q���i�n:�����&�'Hv��[4�H����d�Q��&**�T��XZ�+��"�*��c۶e����f����$GE���}���.dwKP��c���C�[3����.4�R�l[�J�~͞����!؈/X�����J���l�V�Ary� 0"B�7e�*�x���k�S�$|k�c3[�9L��Գ��YP��@�U<ϲ����-�Y^a
�#��b>����mC���_��A��	�Z���ǯ��8+��j�D\�X#�\�����–j���u��]�p�S+��'c��8��t’ꔒ�>d��"Yx��c��q��ȲMOX�9U-P������t!����/����ޢ9Q������
g���A/薻^�4pƯ!3�8e����yMx]����B\Բ��\Y�'�UTs\B�r����+�[���&����i��#���O���[�>���#n\�G(�U �<[)B�{\�8�w��
6Fb�B�"2��-�#|���C3@�t���iXN6�[�`o��Fx�ȥJ)��c�Mh'��iA�:\��7�Gj��*�PS��T�5���|�Q���*�ڮ*\V�>%�D�zֳUF����VR�_ �z�4�癛Ö~��Xf�N���N8D߁U�r��t�	����ӱ����0D��{��Gu,e�29�Z!n(Q�S�ۈ�a)^lV�&�p66Eco�J*��x30�jf����p���v3ļ˺�.`���e׈�R,�Pl�n��Et;%��F���W]���Lh��y�U�,+������|��G����JL���j��V�:��8E�8��f;*�ؔsq�
��A��*�
�p�G�|�	���3����j�O%;\��'_����"T�Nl`�'Bˣ�S��$Ǚsl�
�싹�D$��bW�5]�Ȝ�.Z{�*����}��/��E�Kv�yk7�+�0�L/���2f�5[`'B����R�h&i�_I�>��<�����d�n�ZTX�;F��B�
�F����|x�)����vT�WO,�9��P���,w��rW8��[���t�E��5w2��K�n�@��e �d�Q���	��X�#�p-����b����y���E.٢ߔo7L�`��F!�%.��J���DS�^\x�5Ɂ�x���/uH��P���Aj�aU�YnĢ�T��a�;[Lh�Ҷ��re������Wx	~s���'��e"T�|�T�s���5d�0Ը����2咡���&��z�%L���3U�NL��;xAfb�>�4x牀���P^�j� �5f��#^�|�x�~!_$�=�����3k�
4�Ĥj��m�>
��l����S��I�h����]~'��C�Pj.����3,��ٔ��d/��Ĉr�rl�!߈%����-�.�z�`� �~��:>?�-�,���u�5�����C	W�Q��6���1�V�e��X��	���?��Թr��	�/u�xGЊ�`��+�1�����kw�S���q>av��h"פ�Ϣg�%`�fT��y��U�xZ��3�b��f�J�rf>P]\��6���E�H{�[x��m&!۴�Ӊ���<Ǒ��S��p��������>��ʯ<̃�҉�&
�o��Uu���9�������]�cm�{K�X"��8�т��(5_���%ʇF�2���v�GIU޲�x�L�[9!��%�����R��V����ħ�7
@�� U�`rCa}�}���
�ʋ�<?[��?b�\U����1��~�ϩ�Y}P��aɏ�c����?i��c����;�U�e^p��<���?i��c����?i�
|�Ş�M��^�j1����L�[��44�����`=RƊ�9fV�K+�12g��/W�������E7|ʖQ�s`�(�d�<9�> �|��:���$Ɲ�b�ʡᔖ��2���԰�0N�f���)gj�u=?�({���w���ȼq��[��l�8���<*]�]
�2\��QD&��G!��f�L2C�W�ӯ�{�3̨���8�� ���T�߯C�NzJ��PE �&
$���ʏ�;f�8�6�5.�[��d�\}>�Y|{��5�;�WD�o��Gg��Q��	�/,��W�k���e5c�k��[�
j\���̺�_W�Ipq-�8��9�y��}��˖x�W�g������1AO�ϓ3����KX��f�\�:��
�T�����G
Ѻ��1��@��>R�v�����\�.ـ�諆��;��̻���]�����ok�p�+�]@�Sl�b�8�˜ʪ�(���a��6E�?�/�PB�'Q����=]\.2�ϰt"J2���S���~�?bA5���'�'�%���������������ž��O�O�Jw���'+.���r�n���I�$,����f	�,��4f��7'L����ң�a �zJ��R>a���ja�O^޹����V�`�/6�"��M�Jn��w�ט��[/E�=�6Ж(�_�ٹ@��b��8��Q��-����A�RU�ɒ� �U�t��܉(l�`����|�'_`�������i�\[8�Ap^b�a�78Y���_�P�*U��u�E��`�{HY)ۘ�?I��CF_<��v�W.fW�����}#��H�Qc�0j���A� 0�|��‚���<��:�������0�`�l�� u7/>#A_��1bl�}1*_7g�{����c��W�N��h�f{]zEQsg2���Ud�16Gtߤ"xۈBb�D<�_�yx��0�wf"���m��m�X�7wj�y�@��e4��n�B�����,`[���T��]�P��>��{H��V���/��.��f��Î�֡~cx��ŸL�/����K��~�T�bpnҍ/�*���!�>����LAJz��R�f�C�Q��`���GB>�
�
2�˄�OX���Ƶ�P�	���A�F1*	S�WG�:\pv�����l�[��?��P̈́���Z���G��h�A�E	�`w�K�ո�M�e5�D��1\An\����@n;%h�ڲ��W��"WCc1�a%p�

E�T��"�|ۀ�C*�O�)�e[�#�׭��&_(��Y��L�/�
WwQ�en�`�>G���i?0֥0�^ڽK;�'��_��)p�Ĭ�s6�Ľn ZFŠ%��O��H��CGY[�<+�/_�w���pįЊ��s�~��D}LRN�[�3�h�%�xY� s�Eϰ�tYμ|c��$�J��%J�TH�G�ˣ���2���+�}y�zp��Z���\�r+��7/NU�ccw������$C5�l|�j9-��KV�\oť�U��7fN�[�`xi�xJ��`�����ZU[��9o87I�
���vp�d��-��p�5U�h�'�ŏ�'%dq\)�1�y��j[+�6a��O9�\��G��.5d�c5���4�������.ý�V.�s[k'5W�j�w9�;Y�fb���]�5�R�rJsv�.���;���0�aY��%O6.�K�2�!ʵf\��>5���]��ww2���Fd��2�C����܎��q,��M)[=eԫҎ�� 篟�0�c��'���=g�O����#��{
AL�n}�����~�؁:��[��_�(�Q����n^F%f���뻆�^W�@
���/�ȴ׽�%���w��W- ����]�k�0��d�B�N��BS;�h湁��i�Th�̩�D�۸��*$Y{�2S$���ɖ�<q��"�����2��v�mv��NZ���"`��,��e��An#�J]�0�0�C3Qy
���L,��R�2������j]q�ܿ�5�ze���^`\��6%�u�B����#�D�o���e�+��]���6^X��HO����֥�L��A=G�ϰ(�:O�w��9�zA!oT��iC,{%�e@�$=5и���΁~"��BwX�i��:SR�ybZ�L}�k��i����o������y������L3LJG�*�L^W���s�� 2<��ͺk���Et٨
�(F��Jt�ض7[x�)��>>R�3�f`��	��UOF`�%�b-s�mr��0ZN;�i؆o���0Gw�&�U.5)\R26۹ލ����]*}�S��R�!�K���Tw�c?���]�.Q9�K���.�l²���
����f�)F����K����^�z��tXz\T�~���GU�o�Ԧ��AbQ��J�6��f
�:T}�)�x2�c��:0;��ĺ���>��_�K�R��0G:��-���uII����� Bz�4�4���"�R=dCtk���I�@���lJ㈫�ܧ��k�4ɓ6�FUz�n��y"g
��a�rb��v�GZٱ��@1�a~o����f}�X3��hګ��B8�1P�›S�p��V���D��,��Q��aK1����V��|G
T�8g����>c��]0垂�g�k������O1Ƣ�s;`\ƣꕩ��ve!p�e��j癅������=�RW��~�A:1�gSw�a+�Kq.)������0��CMv�i��%RوF~s.
�-��,��� n8Ֆ�� ��0Q���FWC��]z���|GQ��� �~%�ʭY�0�HAG�a�õ���W/�@�8�=�S�|/O��d#�{�ݩ`���TCr�LP��ލ�g}��㒷�k���N��c�c5�>Qh5Jv��1~e�ӱ�4��Y��<�!L��+���٥�L�
�ާb�5���z�K�b��>Պn�9c<��O�&p0P���F�j��ar�qj^�3Hz����4�b����l*�ަvp��#|`i��
���wȼ��B���9|��7XQZ�|Po��I��3��E�*��ֳ�w"�c���Ծqc��E�J�j�*ݐ����a�,�շ�����8�N.��*S�}&�\�U�f_�_�w���2���p��d��?~�J�Ŗ��o��~I���}�s�r!�菻��b��gn��u�˟,>�6���[E������PB�<���K#-eOB2��yB�:��
f��JJ�1��rŊ���i�>��[��-�Mʴ_I�ɣ��[w�sۯ�݂+�S��
��W�狼M�R�R
�9hG##ox��(���-�F!z��C<��G�x���^]��[������ ����&���fp�LaU|�K��������b��^q��9��4���y����o��\oq�\�A�ڏp�/����t&!_��~9��?E)a-(Z��hz�8��\lr�sG�������l��N4���=�/��z�yl���p���~����ᒟ	�m�S���C�TWx��Dœ��8�R-��6;e��2�R�fo�g9��8T��qr��o,G2�s)��hw�#���_�w���x� ��*8qG2�ޑS%/ז�5\�����=�t&Zꛬ�^!�"w^y�~�C����gq{l�`L�M�3C`=�xʹok<��F��y��W����H��O�Z�/�t[c�J�ù��a���,���Y�v�a��^�IݟY��h%����P���w��\!�`�2�i�[��1�>��/3�jV}����)R��3�z�iP>�n���@��X|���U�&�N�.+4w���v��^�q�:���SP
�d�.	4쳎�B���61���5����H+�0qC����6cʘ�*�
�u�F���S��T��NIX�Ufa&;�'6]�'��i&���.!�,;�v�-���>�����8�t��3�
���f8�ɪ\�Ыη��,uY.�F@�4���\��Q�m��t7������jOH���b	�I_��+�	i(�M���eA]2����0c�k׳�m� �ol9$��<��f�rhd(i4��u|ǡR�CW��[b�9Ln��DZ�����<��l�!k���eA"������a/�ؔ߆�LX��aT����#�Z�7�⠵�IW��oؖ��|w���ҭ3B��0"ZCH���>y�q�h���ֵ۳;�\_A�Pz��Y{�����+���;�$9�������g��J�Y��Y�C�,� ����]�O�q9�J^Ac���Jy�Ҭ�'x�=eE�I��"�	rn&�/�f�n �Mм׈Aph9�3���i�R�pvXh�˜N�����r���W��f����N�����2�|�9�ݫ�Q}�������zc.����`��>SI��	�m@z�̏��e��<�<�3��nq}Q��_�!����.-)�R���	�H�.��p1Z����]cw�1�`��T2�>gЏ��G
����OI}�]ʀ�D
>��..���0/A��Rx����������qx���w�4�o���D�����{y�䚾%��\��2��n������4^�+�j���P���ӝ@'"Պ����`Xb>�f���/(�2#;M1�Y���z2�[u=� KNW{��X����ʎ���
�=�2�r�e���6�4��A�;�QM�nYrb��r��\w�1����Ք!ş���^��Vm-u5�)�&O�;A����8=^>r�X9�4a�	-��H�x��Z���@��qA�h�#�5��ysw`�Hm���	�K,��X/���S��ɋ�^�j��9-�Y���f+��->up��D����v�w�2��u�1��st)�*�r/v]NIAL��CX����z�"+�+�PN�>�Ti�Я��]E`19�u��x�
Ҽ <W�]�J4Kj��>q���e��fv�j�ƽ:��6����%zX��@��_�
���et{sҮ>��>:c��=��?�����f���*�#K�L�C�l�%7X +�C���"_#0Z^�ᆋN�=�Q�e"�V�+��4���W �K\���]�Y�	=?��y�^�oԺ��U�o
+A�3��;��aĴ���U�u�� ����l�uK*�:��92�+z/�z�2fƭ����&�&�U��J��^[�S��|axX��@���4��ֵ�l߆��|���3�0�!�Tn����#[�Lۖ�y�w��ıێ���^R��c+�<~��v���\�����9}�\�_ua)�e�٨b�����C-b_Z��Bh�8(J�ma�V���Xha�����+��rZQS�्L��!��І��P�/��8ܻ���?)�OޜOσŝ�i{]�w��=�5�c�E~�"����ng��7�/�K>sJ��4{/n>Ґ��r_)����-�+��-�����f�&���ԥ��Y�����(�V���ዪ�+Xk��
���v�2��h�+7���jtJ)�P�V��G�)�
Ê�i��)�y������/1�.{NƑ��"����~��{�e��'��!Vg�S�=S/6~�_�wG���'�0C�0!�D��;�����185X�X_�ZU:_�Z��z˰���0���RÙ&�`M���dIX)��⻚���
��_kf�sxS��FE����3��'r�5��Y�3R�oS૰�����{�A�{+�Z�A٦��VX��/���2#<�اE��,MDA�
jl"j��@�0W��'㽰b�]�nc;� \�Su0�}k�*�A��C��X�:8L�_���*�t��6�d	�|�x̢P�'ɭ�ٮ1y�Q�c0y)�BES��Su���w���.T��|Kh 7AJ����X͔J�����`�K�w���\1-��~ў:̏��{J�T$T��PCл�>��O��5뜑A`���f
M�O	u�)e�{����$�UAŬ��|"�;&�H�U�\<�Z�"�u3>��>�oB����64]Ɖ�����R7��.ʔ8Mo��ZHK7��|T�Uu(�@�zE�"�C8`����}��?�<j>T";Kn������
�/�}�d}�-�=�����a���_�[爣�}E/{�-�wr�F�aY�Y�+w���䔬�{�#&4�3���ve���u0!���`�p)P�<�̳�^yA�!{�I^ќSq�T�Ҙ3��jx��0c����x��C~b�w�X�藛�G77*
�Y����6�K���)>8������h�)��!�h���4,kڨ�
�/V|ȓ�)T��I|
B�lv)g��K�G�_��� <��s]��k��'��D��cn1+�?d&�Ҕ,.�������47���q4�;��pK�v��*)j���8�;�~)U�9�P���~��ƹ_R��JQI��.OZp��mv��Xj�ʃ�#Ћ)e�y{F�����"]�+^!  � �ج ��R���5NUZ��;���7��H]S����T�)�\�
n�]�@[�D���x��i�J�ئ�2?�=�%pu�[�xJ4K��Tg���yB�Iԥ�=#y����N ��VG ��'�#�����qX@KAah3�n,tC�T����8g��=88T*G@��`���.\33<�ZVv�0��7-q�����J��3����^�3�K6Ne�~Ǣ(ӿ��^��2��?����$����n"��<|5\f�B�_�{�΍�<���X�s�ç[Dm�(���M1+�+#?)`����C����!���5
9�l�ިT�����͙�fk|�9�p��y0B��\��y�L%�-����0�UB����4�Dl�,��)Х�uU2���6��}'7J���Pkʚ��y7v�u��yɫc|�&|@n
�0<�l‰���3��B��
�p[n<��'�=��k�N�:\bܨ�q�6X/ԍ[��o�ڥ�~�ә�=\L��&"|�.d���-��SQVߙf=���|˓�b���e˕��(��˟b2SpS�Dž�ٕЯa��r����yrf	���h;_��u7�Cq�v\���q�}��kȏ�y��r�=�sYEV�1���="�bs����Ew��`��3���A�3�h��%�%_d�;��oIr�+���DuS�����!��
cy!^[#��_I�����>#i��]�el�av���gҸ���;�!�5�p����8'����E��&E�X�k�� ����HGKFsD���Vt!�5����E���C2���x�zx��%� ���!IҪ0�0
�9�W�JV�K��yx9|��q
�ew���l��Z!F�ov'<.YJ��5���)c�P
*�2+?*p�U�-1�S��n�rS@S�D�l-_��d���w�ͩ5���-�J/�#U]��,8�c�ӕ��gV�՘E��^4<�� ����-ў6�b��)E��	�@a|�؃�Q|*�.evL���酲Ɨ��wFv�0*+G�]hH������
[��G�-�E�l����J�'*��1T�'h�x��m��}���~�Ze�#1�dh�G��V�E�n�^�(*�5�GK�����^�NZ�\�$�j�\#SF!^�G�39���g"��d��J�9�#TZ �E(��|^��N,bo~�\�1Jx�����0�5FY�,8��	��32ZÞhǙ��ʹ��9�S��j�4�q��,㢜ݕ�nQ��]c����P���#%wC�(���2#��Vpp�A2f��K��p��
t�c��#{�ц�����a��i�$ŧ�����F0�2���gl��K
QV��p�F����Xj,����Al*�L:�ᶃ2��d�x��ov���C� >��>Sw���g�\USE��������[��q-+
�_	je�/���qT��
�Ikrۼ���+���1r��u[�.L�e������Ըe��&��\����>��o�Ko1������7��S[�kk<f߫�+���z�l6nB*�Í8f�Xq3�,
~�K�`ͽ�)�>x�{����(ͯn���^F�@�	��[�I�A���F��9z�{\v��5��P�訿�XWPEa����S�"����u��ݚ���{gC��HB/��=�_"���Zb��b�q+l�.�Of��ؚVD��\�G�v ���<��Ԡ�*e��3�D�Ti�.Qs"�f��㥋sG�r��3mAܩv�j#H����N&�ϑt�f9M��~
�6DX_�D��J�� �:9�5���D���e�W�q
�Yf8��G�W�@Cm<Cl8i�ݴ�����vf��
�Z`��yv��x�'��/�4Mw+�5X��5��Bpf�V��abIt��7S`(X)�]����\/=?t	�6���!�Ȗ��򖕦���<2�%e�P_���Y�����`*2Pu��u��Y9)�}�~��P�Br5���?y�'s-���+���s�.\�r�'b���7>��i����Q�2Ŷrw��jcC�sdc���dr�s�(,o�H`]�U�.�0OIK�W"�c�G@�K=YijW�1Uk;'������j5��������Ǚ}/��o�e��+�e��fpW��y�#��Ƭ�2A��[8���m�c?
�Ys�jb�b�����-���
�}Hl^�(�|�?�{�,����������6��u���z������{K)lr*"a�(!\��(R�r���)���b�Y�l4;G�3}Rہ�yT�B�]6�ϴ����Ā<�*��Q� �V�i��,�>j���a���fq��k�xˌ��wsg9uJ�i��̧D��"�V"��{k�T�>j�N�)��oBn�Z��P㪁FM�Z[{2�wG�.f��k�7M�0��8�YK�i#�|���B|��8b�u�IPX+��`T"wC��_-2�^$��;����5�g-��}T��q$�*�x�ܫ�K��:��p��)~I}r�Л�٬at�A�X]��k�2�)\�p*�w͞g���Z+˄��<�}����`/�#4R����{�u�}n��"9�Z����Z+���{��9l�*����O1��}���\x���@�q<���e��*�`fE!�c�w��L���~���D���%|��k�ޥ,�����GL�(�"�o�Ƚ,�T�9�Czg�u���n��;wvam�}�;��;�=�.��ɡ����K/���[i�8�D���k������sO�Tj�|�^]`5�V��fL��ԁKV�E�mV�rsW.��[?��m9m���*6[5���
�SK/3i�.�%�R��Mn!�	�	�)O����v�t�Hꃻ
�Q��fH6�J��������C�2e��Q�3�Y�[J/��$N��, N�"
�@m�٢�(�pY�+A�s{c2�`nq
�^�ZDW�vEB`� ^��4Y��a��%������제E	[�G�'��i�g�c��D���}B�����=��.�̾HY��ǃ2��)�-[�پ��;�!SF�yf%�=N��]�N��m}s�+��؍K�/*���/�;�=?	����@�W�l,�GE����O��j��G�冘���Fe���b���4ę�0�<Q�i��(�0c��g����#T�q�sѶ�F$ٯ�,�ti�3��[m���X�j3�;>���o���m��,A�F�����w���,Q.�4�~��e����~g���G�|Q��~g��X�~a�C��3���S���3�O�G��~b�����j�Ŀ��Ĺ>�����|��~g���G�|��~e
������J�xՉ�{���?I��~g�����|Q��~g���G�|��~g���G�|Q��~g���G�|q��~g���G�|Q��~g���G�|��~g���G�����C �~X��=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBz���@���ȟ�w��o�|m�ύ���>6�g�������o�|m�ύ���>6�g���n�g�S)��e2�L�S)��e2�v��	�^b����c����;�f~ɇ��|;�v�v(�����ة�{cW�b�X�Hv��8햰M���Up��`W�[�	e�M34<1�2��
�{�8�/�Ql̅M"V�p�w6l�C_���D�b�ev�Q�0�M�)N�t,�p,��_U��w�w~��^�̹�����5u�ڒ�A�=����G��|�a�Wr��fI��Cn(�8W�
�*˺��ɽ��o�|S���h���l��/-�-JI��U}Ê�F	c���U�]��y���/le�j��r7l��A�n��V 0^b�s.l�r�I�x�m�֦P�E����vyK�؜�Rl�[�0?��Dz�D;Z�*�d.��n_��!r�����WTĶ�W�����;êܻ�~r�ˆ�$T���Xskz�&�⢛�ԹX��ڔD�hM��PB��.�ԉ���Jr;&3����k�>)�|c��悍�3X��ɛ�(�.���b��,vp��|Y��:��xbg��Q�%�QJ�@S�.P�m]�‚Y���s��2���_*�{t�Z��L���g���aUh"�.E`8s3f�Um��,�_���C�b��W�2�<��+mY��Q�R����Y �P,� NWvR����:����v����	@�����@vJm��1�^<�
d&���"����C��@��z���4:�]��ciɶ&�@|�ﱟ��=� 5�b6<�.�������������������������������_��f�����~���g���~���g���~���g���hq�w�E�dl����/yW�>eЮ�����5����34�쾝�Jy5�V�\��w���4----��zsӞ���EUP�iir�l��[�^^����oE����k̴��n��������������H����!�h6+h]��kX��T���/�uͣ>o=vbB�i���������y�Vѹ�^){���B��ӏ)+�
;ƈ��F�w�@�(�ƙ;]�0�n����5�e�x�`��;
J���fpv���[��p
K,���+��J�a�F]�*J���R�o��Q.`H_�bL&�M#Ԏ#�!�~��-��M_�߼F�+��F'�B�;�u��?�T-YtcT;��d��:���}���e��A��n%*��^�'���S
:�OZ:>����^��E��i�qr�R�����[k-��mi��k�����[�|�L����'��(UP�X`�33�/��X��儅R��q6��?�8�Ӯb:۷r�˅�U�v[y����zm�X��ib�%�9R���4��Tbc�=�{khE=�ۭB-���]._�:�
��
��*�V�9�*�����vk;m��*�9
S���Ȃ�/�7�g�s�(��aJ�h@v��R�J�[�����пչ/�qKa�p�}3Y�8�r� �O������u��c9�Y�l�$���#m�/��6S�ާ�o�q�|�޺��,A�(�SؖM�(z۴��6��k\J�v?1� ����b��B�"<���ҥJ�Sͽ��}���)���hJ��K����Շ���b�����r�d��yy�SP�OJ�P!��u�A!�>�)�ie�r-Y��l�m��=n)k�qa6�2����ϼ!
XV�uv�BInK�1B]ˆSD�����{uѮT��Xq�2��`��*��%,U�S~�p,�aB�l�� ���ۚ�.yb�H-���l���d���\ɖ�\8�yjU��c�0�Z��]�?9]���#;��u�$f�9�H���n�m���C�Ne*�T,5C�q�!A���y���ǞM⾠�@�/F�|JS�DR�<�9e��-��f�����'j,n^#P2=G��fj�GLK��-0$��V3w�5�7Pn����J�`�?�l��-D
��UI~hU
JR]��ٴ�0'�%�zv�IB�F�u�8-O;^��ϸ:^���̵8D�3��mQ��Q>��ܬ<g���b�Y�	H��e$ϣINF	�ʸ2���k'2���qq;��%��D9���@�6�|��h_;]���:�m{b��0<�5,x�������w����ܫPs��u�@��>b#@��,�y�vj�z���0�3�I��Mj��tV.��٫q!?�*��
�w%+)9�L���/�X��l3.@�mY5I�t���[�a�P64/'*�Xg����]�����g���<��V^Ъ�͟�C&�A4��Wh"tlC	Al`��q��!'U�rc�������]?�T�\c�/�{���I[�XQ^%���3B�o��H*;�b�c��Ҍa���j��tM8��'i&��M�Q��	���g�>�	u�d�'Ͳ�-1�9�����a��Y��*WB�t���ї0���0�,h�����[���^g��dC�;��C.7�U�z�ه�nPB�
�ȴ4�ؾ���E@�Rȵb�s���	jǨ�#-�����/��
Hqj�	m�sӏd��k�]'Z/w�k���JX&U��5�i�=���:�&-+�^}��9��!C��]�u�X*M9���
�%Wt���Y���ʝ��[��Ix@i2ݝ&���Z��U@��S[h!��`���C�2…;��nو�Ȋ6j�
� �#\�Й��!;#�8��\�6�h��o�y��'&�M2R�m������]��$z�IpKJ��q^��lykh� �1�O04Š���U�����32����o%22��IS}���J�QKۨy@�XX�J��̳�z���F���7KL	`YcHT
��~xb��F�^_^�r�y\XO�U�6��[�ċ�o?X�H+�7����l��t:T�bS)������p��H�?Q�
%�c_p�jQi�G�&e}�_�A]fӤeX���L����G[R�S����>#��7\
����'��Pu(��SXˉ\�7+�D�K=�S>�N#���g�w`�o۽>�(�q/^&��/#��;��O�"�L�c��GZ�
Ě��N�K��Ls�v���m����"�],ϭJ5$��ωe�*��48]�S�F'e�1��4�fh�pX�y�O�ː��58E�p4�a�7��}����S���냐�1p��i���K�2X� ��Q�j�8*�"s���L0��E��
��X��*�!S����R+c"� ��x�$�>F�H@'j݌x�����C�B�s?�3�y]�,W��*�8��jv��/�e�j���|KP��w�R�(�HՖ��*��8�YH5|-���YY�m<0R�p�hL�k�PYI�W��o[)3�x4E��W*�7\ˉ�
�����}]�^���.)�#w��e6"�Z*���GLR���}?�Ϻ=�Z2ľ؊���#X���k>���)K�=X}�����@��[�ʱf[H^U}!l���+�&<����~���g�p
�Gk�'+����h����!�]�����D�*���0��\=�6�o���ʼnL,B�(������Vx�
:((A��S�tn�B]�b��9���5�`d`uU�hf�j�6���R^)(�&�G3�!�~=(�Ѐ�)mX��EXp�p�cMZ�WG|�r��Ajc�8޷��.���zMR��uG��Z��qM�p�{e�Ƕ��v�r�[�!�t����<4�ͣ�qz=V�p[�@�5
���ޣ�~#�+j�lpeo��D'2�v˿���#�g����&Ki,���?��$S�nJ�������P=?.�a���/���G)o�jV<0/쎙vH
����9�q�
֩�1��r�������Hir�J����p���b�ܷvxeŏ���0�����xQm��l�<��=�9 \&�� Bj4�Ơ��)�ۏ���\��D\] ����]S	�O��|��q-�E|aE��ՎuE���`�,v
�Z(!��-Q�w�U��ӂ�p�$ey�ox�>�'
X�;�0-��!o/�=�!�9m�o2����g�+��Z�Tm/�F�p�K�`�� /�d�����YYYYYYYYYYYYYYYYYYYYYYYYYYYYX�џ|C�tWr=�)��3n�	��(��-0������"P2�#���3�C�mW���O�k��
�6�3-��T��������e�1s��#������>��G~X햰�w�����e��Svo���;�wá0��_��Ř���$��`w�dt!�{ߘ�)#���ؗ�M��W�&x�f��V�𥳐��t�BC`?�_;V�]�4�s{:9zۏ�K�Ή��'��ׂ��Au��?�߻ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZk�>��;K�th�"���^�g\�M [�����S��-}~�W,K��j?�-�[��������$c��#���X�GC����6Oc��۸_�_g��t��1ş�B�lb��mb�췵�e��k��#��w
~#�w蘂R�vI��d�BA�g2�~�?JO���?T��B���˗.\�r�˗.\�r�˖G�v�-������\�)��Q��x��y��L��eX��{>���x�㴹D�0�?��rJ�/��;����D�~���Z(v�E?�jppv|����8�z�2g�	�0��&��ڮ3e�qd6�ce�
��{O��s���F/�䎴A�.3��)�����X��p�$�}?�-Ϝ����ow":tB�CL�`vw�.`��wb\�Cq+z�}5�S�o������<5]q���t�1hpPG���Kr>��T����\5�]%^	�Q��V����������0�Ź��%�|�YEWE�huj:B.�����
�I����3g�P0�X.b�ܺ^7�;�u��.w����ś�	��ћ7��=���H�'j�����Lxf��&nU5[�0���⡑��?8��̴�r<B��@��0�!��1�vM̘�R���:�)�du���	�,]AP�ZNf����R�`Zv	cy���B��;�����C�U�ܙ=�ߺ�>�=�7��u@VŠ=a_|B��>y���u�Ճ���3�^���ߘ�t�{�^%`3��})v��GF�v�j�������(�
:��*\�3���Z#��7@�S�6�(�	���X��dd����s��n��
�>���)� �nw�ٰ������s5\L�8P��c��G�\��],E�c���=�Z��[�n�B��+o���Z�`0E?{�H��(ZW�L[�6=�J���]��@�E*r�*�\���S~5qR�e��7;0�)tUC�1����)Y㴧IzWr�m:]��*X�9�j�����z�̡ϒ*�2��/-��I5����2�����"v����Ͽ�l�?&)�d}[c�"�+��"������b�A�~�%k��"���Ș_ut$@����u�S�>�Ҹg?h6���~�|�\Yp3^�b���`�n�J��'�)�X�(]
�������>^��:�X=����	a�r#�N�C���&����_��TW/�Y��K.�O�(��ds��q~a�L�f-�~%�`���y�a.&N	{%�k�f��pX�|��.�����nj3ωF-A^ u3��E��wyU�$9���Ɖ�	�"[{LT����I^�/q����l6�<N��85$'Y��!��b\����r�\��W���o��]P���ʿ�Ȱ���}�ަ�B�="NV�9��B��g�F��ٚ,*5!GFZ�����Y���SpY�9�5A嚕4�`��Z<Tz�-��AzT�(z�jۊc�+����rnb������N���}��1��;�djXr��]���RX>*C8P�cR]�ӿu�Z�I�����UP�	���b�k�-t�R�;�~#�����Nz��cY��saHe���r���ep�53!?F��h(�a��Xk��/���GRʐ�^�ρg��H
m�AGl
��zz�GHz�#Z�s�`t�%�j)]�`[
��ȯ����cda� ��*e�Pڜ|/On�kྈ��(ݮ�Ջ���I��
L�O�\�(|�%畟/�!q�;x�Ά6uG�x�V6s�L��&���31��3ZbT��C��F"��P�lm��u5���+��cp�s\L�ȱI��{`>��.��\y:(c��) ���
ϫ�@�j4J�J�\^��庽�L*ky�ތL�O�p/Л�!/��2@?IT墷*�a�
����8�`�����q9�"��^enيل��#��R���;���[��L������7!�"��
�U����_X�ႃ�Al-˖\��1�7��:i�]�鹂�ۢ:l�/��w�J3U�TO��y΂k��U�Q��6�2p����\�,����������`P�/
�	�&�ͅ�o��@�֪�AZ`\��R(�t;`��Ёl�u(��&O�!����B���&�����"��(d@f 
uS��Hw��b��
�%Ɛ�-��|70��޳����ҒI9Pw[�fl�N�y������]��#4;�%}�V`����vZ����s.��Zc���9�*����.�s�A��e��ؚ{Pi��r�z��9~!ӗ�
t�Y�/��$�GQ�|�븢�jr�����R�J�����=��Ø�����֊��_�`^i��F� Z�NX$2�]�p�b\�H�j�*��^4��FSM7�����+
�Uf^5iZ�DV��3Y����аgi��ޘ�{|�slQ�e������"Iut4�1*��l�9���0!{�f�k��^/'���v�z�F|ȧ��1}ZB���������[��̂�
��H*��?��t^��������Jf�3oo�$^�L@�j���(P�
,U��S�΅v.c2@,bf,-B�A5�cLB�#V��P�¢ȼ��hr,S<���x��!�vA�梩��p����P���S�_5�6:�<��|��u:�+l��p���%J7V�Cӈ�e�;}"\|�r��8��a�7�����u�I���(�y��h-x�94~�-����s1oR����w��Rά�g(�N�#+��_���a�1�k�@2���
���IM%�XMPM���O��k�El�P�e�>j*���\<�=�k����`>Pv��&��:H\(�H��5�9��M�M/�3,~��j;H1��D̹�E�P�Q,j�-�9��g�A�h�y8�t��%aH�O�ə�Y��Nh]�������(�Y������bb���.�h�k*��eߺ�
��;B�7`��7~p��$�]3bޚ��c^��v��s�Wwo�F?W�Ш�R՗0aV�^��6�V-Rܤ�@�8n�D��Z{+B�2��w
���lp�m�`)�Z��.T��23v�{X�﫼],ZB��.�����"�0l:iF���
z��9�~_�c��3p>�è:D��QX�Sg
�M�g:��C�V�;�3	d:�)�r�X��
���X�x?,[/��+h��� jmr�v|�����W�	S��H�?�e%�L�y#X�S��%�.\�sN~���,�w���d�_In��?�P*v�'i����o���w����*��b�O4���)����m�s
�{��@VM��k�]+��}�<�NF8�!�R�����c�(_u0z�v�.��f���_���,��~��w�/]�3T녃k���,�����w�Kx���n�Dj��O�w>�;�B�A]�_�ޞ���.0���O�����
UK����	�_���.��K�Pj}��.^]�Ar&K5̲�����n���DŽ&��r�!���k��(�����.��D�)��a�K�˗.\��%�J%�����c���i����a����xu畦
��/씹���r�e��V�گe��B�9�o�*-�Ҭ8tw�n&q%(�HӝH���X�s�f�G�����]��-K"�Z�Tj�-��)Z.��s
<kD,W�7�<ep&F,��5��Հ.x;�o�_�*UkCJ�Cɠnc���`=c��€�����L{�����0��<���:Fot@�+�b�<%��"o3�6d2Ɍ�M�n�Q��v��u��a�jU���UnU�X��1�K�|�o��R�Y���tY,����[E�&}_���T�����:O�w�^?��. 7��,�C~���ݪw��ڧt�-M>p�������ys��[��TV�y�����w�֖����������������������������]�.�pz��*X1�\�W�2v�v��*�ʳ:��J���],J��b�T�?�,#b����*�.��{a����"�E�L�^�n�0�'�>I�O�|��$�Y,�K%��d�Y,�K%��d�Y,�K#�O��;�'�<߬����?xO�+�n���Xe˗.A��`����.6>�pCϲ0>�<ҧH}n6�c�������e�����.عp��h���]�����	}/�.�0�������;�_�ow�/�ffa�30�K�ܶ?]��ߪl�n��}>����ҭ�r�o)J���SlF�I����y��_2��U3333333�����Ǻfff3f;��V�|�?���?!�� ��خ�_�R��刟?`=��ޣcO���P�Ӿ~�C�1�@������T-\�9�|��L�%	��2H��7f��T���|>��IM��t��Sb��C�
֮3B�2�5̫����%��ų-�mK�Pr�
K�����������}�����?hg�x��x��x��x��x��x��x��x��x��x'�x��x�xg�xg��>����������EJ��ܹ}�����������������G�!��
���zR랢:���b� [�-��/�::q8X�:��{L$c.n�ˏK��b6ev���)Gy�x��ˇt��%e(MfN�JͪVR{���*d����蔵�M6�jR'x�BX��^�����a�Յ�y1�5�ӣY�9��aˡ�c5�Mo���'�k�'�iE{`�m
E0��x1�)��S�h�(��IH��IHҧ�By�{!��+u�a[���E�9x'�����:-�����#~HVZ|�|r��]~J��+�E��d�^��%5<����;<����;<����;<����+<����+<����3<��3��#<��O$�O$�O4�yyyyyiiiiiil�\�r���J�*Q))))))+++++��^xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY�g��xY��Fz3ў��g�=��FV��DF'�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g�=��Fz3ў��g��z��o���j�DP������UK�o���j�y�A��2՞m.3�x��u��ᚿ�o���j�-���IIIIIIIIII��=	�OBzО��'�,nRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRS����墠�������奥������2��rᏰ^���C=U*T�_�r�˗�o�������奥��������R�J�b�&�1dX��J�P:/�P�q�6���
=+�Z�*0d�2����^�s��B.z\��.��O~}�w����0�Ѻ_D��s��:i�D�����%����âǢ�]�T�u�ߞ�J�H�p�n����2�a.).���1��Ǧ��bĹR��fcH#�b���7]�b��f%�t+���"�ꥢ�;��QR��S.�Z�q��%M=�E:�p�T���F�btX�?�P]E���P���m?�dY��Q�)��6��ї4�]q
%�(��.T�˗�\F2'�b��W[o��4��u�]�c�`�]�ol�a�[^:Lt6�+��R����R�%�R��>�l��?�6�Q�eH������H@�t}�ˌ��:i��ȑ��,ǡC1o	�e���\}��ۿzE�*�Kь
��zZ�U�Z���J駺�H������dG����nOi!.(�N���{O�TjԿ�z:f�,`�@˄��:%�lt�Ě{���t,nL
��.-��K�Z�o�����#�P���4�� S�ީP����G�Q�,�=*�Q��G��K������7�^��q��W���/�J�:�K�-��ϧ����hA�'��C�ZS����J�1E�T�n ��=u/�w�c�S��u�]Mˣ�h�"��ؓ{��9����+����M=���F�t����zaX۞�yk�t�U�QS���;/�X�j_�y��{�ӽ�u
%�o�ds]W2����C���T��i�4�������K�R�Ժ[ث�\���Yw�^���˗��]��:���I��J���+�3>�ҥu�q�ۿ��*	�D���nX��aD`����}/5���`׺�`����zY�g���>i�K�LLJ�w/�7�z�eFd��W�r��O�	q�S���=�]�C����W �I����q�;uT��q*_�k�u��,�}����ɲ/A��,�}^�N��IҢt$�S=33/���r�˗�O��|ײ��G\0�"�ޛE�	Z���A��1���i��}P���\�ع}��T3P�Fc�Y}jW[�r�!�O��J�E��e��oUè��X��V��^���6��u�t���b˗�1wF_]J�;����.\�>����T�)��~�З�`#���{�@��
��.\Ժ�ʅ����������4���p��?��tk8���"_��ç��zIH�H���YNf/������u`�W餾��1߽��>�.�n[-���}��zc�%��Z�˗/��gOwi�����Rb2t)d͡��K�/�
Ů�G]��71.\}�N�pį�z�6N�r����ҥJ�r��Ou�ZC�/���8�t(�tN�1���F
t\��}y�^���h���R�?ɧ�Ŀ�|O(��}�} �{�^aGQ�=�N���B/�jT�R���\R��W�Y�^�*WG��}��V�K�}#��_hzQ���+ؿ�}�s/�Gp��F\c�tqݍ{,\��e�:�0��*T�ZZZZZ^ZZ_���	�)�/y���f��`�]*N�/�/ݍ{"��iG�]�쌯a�'��bC����{C~���x�����uK�Y�:cY��ů�_W�O`����Է\B�yiic��iiyyn��B'U�d}���ڿ�:�Q!�1)���	�S�=����(�|g���+
�J���9?��e�{g����:�L}��ÔG�i��˃��{;���K�XR�#���@>�ҩ���Kh�.R�.�f�=HG��}��~�w��{+�,:��?�z?�"à��C������CGK���3Ђ%��-�D`�_�R���_���c�d�����!�%tY0��2�Q,�u,��N���z\�}o1K����\�}h��G��8�'�/�uW�0z��;��x�ĸ{�"0�q��RV�V;%"9�BD�I�H��1ay�\���zX�7/��/�N�C�-�z���_�6��]�z�	}>���AQ�t��uۭ3N��m�E�
 ����a�h��5tluiP)ѣ����s����i�ӡ��u��-Ķ����|w�����N�Z�w�]��C�md�����X:a�Qq����N��:�����Xޥ���=+���bT|��%��7>�ctK�!��:v��,���h��*WE@��=��ۯ��O-\��u#e�u�2R�����qLw,E�`�&���锤*Po�~�}5���s�_�_�{b0�{{G^�g"ܧ���n#
�[����l���`
�({O�c����(N̸3^��z6�\����.,-�Q`��"��x��e��_������B_K�#.krㇸ�5<��<��<�V=��b���Б[�U3�i8@!��C�2�G)�*g|�i�^f���1GQA�J���3�����n;�3O�pb�=.\��r��	[�şx�c;1�WAd,6CP�.
�PS0Q��rJH9��Y+113SI��C�Oa�D�ы�f�R�2��TOa��}n�`M!�~���t]�뷺�"��˫���=��}n
ˋ��=���{[�t���'B�G�:��ǵR����J�+���a�Z�};�̿��nqE����YQ`�ޜ��)r�_Eˋ.\%˗��WQ��ǹ������qt�R��*K���]+�._��ʈ�W횄^����X/����f�^��+�'��a�=3zԩR��˗��z.�.\�q�/�e��eâ�l����u}�>��^�uYq"��
�G��
z3a�׵R�J�Q�R�������uP�z��A�k��J��Һ*T�R�J�셿�iyiiiiiiiiiyyyyyyyyyyyyyyyyyyyyx>������������n��*WV������������������������e2�L�R�J�+��k+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++���?�0]O<l���<l���<l���<lJ�Mo�s�������m����y�6�� ��K%!i����.�_����@W��)w�j�}�)埙(#���vK��y�Ԯ\�r�˗.\�r�˗.\�r�˗.\�r��c.�{���+�W��y^��{���+�W��x��%��˕�RT�R�΀�J�
��.\�r�˗._�w�ĸt7_��½���u��u�D�'��L2�	�2�}G�Q��m�	�?�u�Lnq+ݏg���x`�0�(t+��{����Ի��ʾ�Bg�w�� fq�H�)��/��������W���uz�z)�����b-3H�>����S�t�`ǭL:-��4���Q��0�t:��!�N�T�.?��zL��-:�}��"�ϘLX*]D�KJ�N���u`j$X���z̤�S.e�����u?�f]J�T�P�B{rt��w:��CHn%:��,ʙc��S�1'f'Y�ֺ*�6e)�`}�(�	�ëH�{���*T�R�J�*T�R�J�*T�R�J�*T�o8F�%UtH�D�.3P��)�C�GV9��q���.\�r�˗.\�r�˗.\�r�˗.\�k�BR(Eq��t,��EF1�^��������zT`�z���{
X��qN�bԵ�:.e�ў�iX�/X���W��%�����/8[�Z�âu$u7��~�J�#x�2���b?��uz�Z�_��Q�JB6��u:��Q�(����s+��������`=��àE��L_�a��ˢƽ���U��%����[�P�K�}��TY}����j���%ۘ?�3^��`̩����n\�r�]BhԻ��f�S+�bJ����ufi�#.��K��3Ob�TL���Opʠ�.�ؾ����}o�{�:�M�ܫ1����eG�t������K
.��z�V����uf�M	�tt��/�x�p�E��J���W�+��Ş�D�	ee�)�����S���P�wJ��X{4�z,r���c�f��u�s��R�J�*T�R�J�*T�R�J�*T�R�J���ѕ9�&�z_���Ճ>�t��ܹr�˗.\�r�˗.\�r�˗.\�r�=soagE�{Le�=�>���b_��,/�O�A�tK��GK�_�D��=�鞗�'�9����?!��z��+دb�������A���B \�N"��^f�.9�O�IG��iJ�)_�@Դ�qR�q���A�h2��A�b�˗/���~�/��Ԥ������������������@�9���9�9�	�	�)�)�)����x����?�x������x����/�.�)�	����x����?�x�����g�
����m���}/��m��e�f�z��_yӮ�ڹy�̱Q0�E����o������P#��вز���e��Ӣ_�W�\i��G��0e��
-��.�ꄯ��n�Ǥ_�f�G��Z�9���A����i�\:��8��$b�q�M=��/�M�9�eu)��B��G�OH�r�Nb�Pn����,�F�c�g_��D���5��P�U�U�B��z������{*蒺��ZtYy�.\�r�)�r���IO�
���
z'Et�]	�O`TbtN����������1r��������������������������y��y'�y'�y'��Fy��g��fy��g��vyY�g��VyY�g��vy��g��w�<��y���?Y�}g���G�yY�}g���G�yY�}g���g�y�Y�}g���w�y�Y�}g���W�y__�"����������������������������������������������������������������������������������������������������������������������������������������������������������������E�%K���������������������������������������������������������������������������������������������������������������������������������ŷ��m��=���Fi5+��9��m�[�f�ŷ��T�R�J�*T�c���*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�*T�R�J�+�ȏi��KKKKK��ƒ�T�R�b奺W-������s/�w��-�_��y~��/�y'�y'�y'�y���L�����U@J���:RT���’)yiix�/״���6!J���_R��on��S����+��f00f�ɹc��N�{��M��1�`�0�у�P�������=܋�я�r�Ŋ�����Fi�R�ES�Q��6zu�ߴ=�e�R�50�,�r�Ȍ*�"ue⩉���+پ�5����t�e�����C��R�k/N�{��Z��ʄ��u�:�
�M%��Q�������]?������dW�Dd=½���t���tN��z�K�]]BL��W�T�R��7��v�_�PW�w�_����]m�����;=:���6����#˾��[�/�C%��g���J�R�ļ�BX�=+�;=�g�]=�C�ꮋ��E����u��+.\`���qM{�����/�7�^��%�����:���J�]�#.T	�5Ի)+��KˉeS7�]����n({K�\�=�C�_d��]ޝt���C�C/�1/����M:/�\�=��R\���� Cب��f�t:*e*���g�]=�0J7�z�G��뇠�F}/�p�t�ʺd��"k�����5
C�~�q�[/�n[�����OqcI����C���\��a��1t�}nFIĿ���=�\��hg��a1/�ud=�qe�=V��Ӯ��T�(5-�
�B%��V�E˗������o�R�z�_C�%�Iq��A�S�WE�Q]�]|����������\������}�x�Jf�އC�˗.\�r�J�*0eM{D���l�]����=��K�M���*a�az�)q���R�ul������OnΊt1(�J%%:�{���C��_���i/��J�e�Gdq5���v��/�MbTw/�7�z�IQ����R����(=���r��G�]?�$Ϣ�:�G��`��5��t:2�C����Ӵ|v�>��&��HN<B�7򍏔3��R�;���ڮ��CgK�1�,�}^�N�z
	�L�Kt..E-��G�ıĿh��x��u�^���Y���L���t:ߴu�FH$�A��\�EJ��ch�J�Һ�Sعr�T:	�	^�1u�UFЁfe��+/��e����
��*!�/N�>�{��jy���t}��XtN�K��ؾ�{�J��7�/��T�bw�8�]��=���[�j\�'��Ӯ�����a0��C�=�����sy�b���2�C��Q�0��J�z�t�uz���l!���O��r�f=�N��\�e���讄�����d%`��aҧu���b�0a��l���P}���ZKc({z����\�}._@�������ouۣ֥˛�.\�q�,�����5t2�+���*_C����맰{$#��cç��t��Ңu�p�Е*2�T��.m�H&:��{@�:4��!�OA�~�>�N����u=�1h����H��r�˄}�o�K����A0�p��y�GQ�EfW[�r���=:�������[�.\�r�˗.\�r�˗/��W��a��E�9�F�8�/�?�gSڿ����ł���}�?�%�,�p��F_BB�=�[�����E��uX"��c^�6x��g��xY�	�)�)�	�	��^Z^^ZZZZZZS)��{������'��V}��}��b��4����ٲS�_tm���S���P���G=s.%�0�o�����c�{-f/���_�s_t����֥J�+���D견��5�m�_�j�=��&�/�S�=X�d���/��ov:��c��@�T=�V �Xŏl�M�_[�����`\x�~è���˗����m���J� G�{(u_�}�:^!�a�\�S'[��P�������t��t}����0��˗��)q.XR�������˗.C���b�]o�*Tbك�3�}-�l�n_S��	�W�|_�/�c�Aۢ��G�]���-���6tߩqT���"˄R��ۈ�0�خ��N�1�k��{W/�{m��	u��Ap�M���Hӥ�:
D�/0�@,Z�"����x��cbT@N���{K�R2��u��r��,}Ų���\#�}����N����ns�J����ӧI�C�؞:��:�v�>}��qd�1�k4��f<Tӭˌ.��\ө�y���Kү���J�\�p*RRW���dF���ނT	Y��+��Б.0/���$)�6��q�[��f��ܰ��h�Oa)��b�*fS*Z���E�D�`�t�^Ξ��E���u�a�b��YI+�[�}ǟf�u�{,��,//�uu���ٸ��3dH�hRW�=���{��_W��YO[�r�řz�X��K���K���+�˕�}���A�..=����"��nm=���Ȉ��D��e���1#+�:m)���z4���=#�K��8�,
EPԮ�����R���n\\{z���o��̭���렗R�\�T,F.,-����辄�}���:'S�3	�f� ��A�,�gC��M:0A��K��5줮���S���^�^����-��g����Ó��ߴNbuC0>�35��qk:����k�z�=���%C�O�}���pn\\{����ں^�f.�{�J?����Oe�[���_J�q׷_’�J���9��C�hg�
�
������i.����/������Ȏ�K�����X=	r��K�/����׸qe�]��pĿ���D�n2�WZ�{g�ܿpN��B���5�C���_f��Z����~����f�\�+�u:1�r���U��H2��^����r�˗/���R��� ��N��ș5ҥJ�R�{5+��� �j�c�Ԥ_�R���~�˗.\�r�˗._[����J��.\�r�˗/����������������ҿ�m7��36����o�y����o�� �_�Ϳ�e��s�{]��UQ���˗.\�r�˗.\���
�T�R��7���5�������AY^�%e:���צ���
��=+ح�6�x=����=���WEJ�v�;���e{��{����]�״u�?�oh�Յ�7�,/��U|t��o��*T�Q�Q��C�%D�5���+�Q���]v��}L�E��=����f&�!�>�Q=��E�=�P�'�����{�>��ƞ��=��v�\���AP1Ҷ��"?.��6��$N�׳S�}�f��-�����Ҧ.Rx�ciAqJ��ڹ}6�F�{aSi�s+5R��0E�=�o�N��WA|�`z�]�H��v�A����E�p�)���\�r�m�a7"K̠,�<a-�1�.=�o૕֡*T!��i:�Չ+ٸ2½�I�$Z�K�._B�7�9�]�ԕ�`�:\�|��X�0��F,�S����M���w�T�
�B�,����:�"mդ\�NH�J�.3]YnC٬���!��ʄ�鿲����N���t\�P��E賮���r"5������W.Vu��}C�z���a���<�ϰ\��Q����>O�z�i�Lb�e��P��jVy�߫*��@�E�\��(zf.,�n'�K�!Տ]���},�,���%�+�v��0[�V�_�]e=��'�3��,:�!T���}�3�:>��+�t:�0˗��.�����=����n�B�Š�)��0���p>ۙ���J�ԯ�gQ�'�C��C۾�	��-��B�W����E��I]M��[0�nf�cj�:���4�a����5]��~�l�8�_V�>�{!+��w���d
�`_�/ĩQ����������ᒞ�������u�"_D�K=����ey=�]U���:o2�{�����*-�ocE1q	cy�{5R��q��{ �I}%��W��c���W~��`�q}���M���˗(e�˗/�+)�=
�_�f��u��a0FH�h�
��T�R�8���n\�J�����m�,��t0G����k�On�F\��V�Nҽ�;Jv��)�S�^��-A�Mľ����ˇG�>�uz>�����_�m��]3��0�C��:?�o���I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$A$	$�	$A$��d�k$�!��Id�I$�I$�I$�I$�I$�I$�I�"I$�I$�I"��l��EQ�v���������Y$�I$�I$�I$�I$�I$�I$�M�)�ȒI$�I$�I$��%��>�+�')6I$�I$�I$�I$�I$�I$�I$��22%$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I �I$�I$�I$�I$�I$�
��m��pU�}S��!ˈ�1�N|W��'���
�$�I$�I$�I$�I$�I$�I$�I$�m��m��7y�ݩ@�;����F�B�h�W�I$�I$�I$�$�I$�I$�I$�I$�I"�离m�����Z�bпF�vW�2��T����I$�I$�H$v$T�d��$�I$�I$�H��O[m������?���
��D�~�}B��I$�I$�IV(I�Oۥ��I$�I$�,<N3��iF�Z��O�fnU��z�?�K3�s"Y$�I$�I$�B�T�=��I$�I$�l`�m�ڑ���6�����i\�xÀ�ѱ�VvI$�I$�I���� $�I$�I"$Z��ӒE����d�v%k�,�dՉ�-�I$�I$�I$	$�I$�I$RI$�I$�H��Z�~�`r~3z�;܋R��ٞ�Nդ[d�I$�I$� I$�I$�I$�I$�I$�sI��In������Ԥ~� ���'v�#���$�I$�I$�I�I$�I$�I$�I$�I$�$�I$���d/w!{�(_�@};��Jݪ@�Z�I$�I$�I$�I$�I$�I$�I$�I$�I!$�I$��� -���o�$$�$�����B�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$6�m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��I$�I�m�ؒI$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$��m�`�"��IH �	$��cgf2K@Ke&��CJL0l2�l�PP[m�ـ$�m�`$�I0��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m�G���_*��.�)l��.cDī�$�Kk��B���o7���uL�(H.�m��m��DDX��k�8�t�T���:n��9�<am�G#�b0k?���N�ĺ4��䛰��m��m�߸��19�	�=���_hp�:�(�X���jͭD�V��Nk8i�h��f�-��m��m����[�9�	
0�[mc9��b�2��g�s$W���P�R��c��&�/�m��m��m+/�$��1��jPk�ب�0����bx<i�M��3Đ2~Dg2,����m��m��ZC���~�x�kBq鏌��1�:�mZ�"�u��n���%M�Hwvi��¶�m��m�ݣ�k#2ǎCm��0��0�p��H�����n
<<q[rNJ_ɞO�^���m��m��s`�88�0��g�8�8�{ʢً�ؕ�[fx���n�9�"

>3���m��m��m�m��d��lp����(�1Ü{��q�.�(RP�������6:��t����m��m��Z�R]��G��Ǟc@�H�(��1��m�W0���^r3��"��<�vK��m��m������0o*�9���̼y��[�	�M�e��1A�VôL�\��9���m��m�n7��5�9���!�\{������b�ힸ�V�~�8��\�T~��km��m��m�!��?�*~��>�>P
l��;�;`����.������5@o.�m��m��j�;[,�������).C|��9<�ĭƇc�G�
�F�]y�7t�
?��m��m�҇��5��b�)o�,nB�t+Pd�PG�O�� �Q���nxw�|�=u�����m��m���cj���g~؋��'�m���ܪ͘{���8mt��x1�Yu`J�̢�m��m��m��N�Sf[֑��wv����B��wa���$��4�����W�Ǐ�t���m��m��@���:��g�S�i���@W7E�.�m���s×]A�{�r��뗅_.��m��m���;��Y8�R�
�P#>f�\qEl>�!6��|�[B�d�Y����$���m��m��R�Hu9h�KW?�����p�z��vO|ʍąª�\5o�
=����Sm��m��m)��k�] ^�7�d�
�n�0��XH{2��i��67���%�i���m��m��b-��%��Λ�L����B{C�S#-T�GL}���pF�e=���(j܅�l��m��m�ТE�c��M����V̡�#��UX�z0�+o>r��hp�]�l�]"v��x$-��m��m�^�\i��+�[0����/6�b8�u��I�I��"��z��m��m��m��m��m��m��m���ܨ��.��
�)(|�|:���W�f=�7�w
��ol������m��m��U;����������U4L~<f�!^�X��D�.%�H$[-���]���m��m��%H��2�������Tlg�E�%�qTⓋd�pIY$�i����m��m�6R��C��I��_
۷�f���P���C1G�i�`�&�$�i�n챴�q;m��m��m�n��J����k=p���qB�$t�|zȠ��Y?���j�>_��c���m��m��T�62�3���_1X��E�?|-�g�N<��O�>UPG�±
M��3��m��m����k���/~T�'-��.�y�YD���<8�3kr��<�
�mNT��m��m�a&&S��[�:9���~�f��V2��8`�#��n
sݼO���>��);m��m��m2�.5�v~5�s�F�A����C���1C����\�m��oʎ)/��m��m��[�q,���oN�U9R*�����G�Tm�=��,:&܋\�Cr
<�-}״]w}��m��m���YZ)ʡ�BS/Q!��N��ufkp��G�-��g�SC��/���{4��m��m��yeJ��w�פ�f��2��ɻ��1B��cY7��X�VQ�(�;�N2uKm��m��m	��I�g]��/g��a݅C�+[���@��#�T�	f*�/N�����m��m��JTj7F��{����g�NķemƖM|�3o���R�����t�r��m��m��b�[XL��&��
�1�a;��Ch�\�}�,z7<i?U7[tZ��
M�m��m��m�����͘�L]@?�/FV�_�����Ԉ5�#�����_�<ѕP�A�o�m��m��m�s^A[�}k�p��&�*�	�o�2ȷ�?Ǭl�xIl~������w��m��m��{�ķ��#�q�#&]�h�ܙYy-����瓢N�}�h�<b�N1q����m��m��j�f�s��]���&�o�2�DYx�"�8�p�+��^�[^
���Ta�-��m��m�À��
E�.��g_X����P��Kű&��D��.���߭y0D_�m��m��m�(�����4�~�"LCldV�B��	?���JԒN�Ė\-+b�����V�m��m��h��JL��ڟ�n�/9��'�C�����>2�-bJ�n}
~��A��h6۶�m��m�߷�$�u6`)�9�=�-�e�ދO��D�cpG`��o�M�I�,��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��m��d�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�I$�O���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������m���������������������������������������������������[m��l�$�I$����������M����������m/�ɾ�������������������v�m��c$�I$�����������������쥒[\����������������������c6� �$��������������������)(�4������������������om���II!��������������������'�������������������������m��m�A$�H���������m��m��m����m��m��m��m��m��m��m��}�BI$�H/$�I$�_���������$~I$�I$�Is�]m��I7�)ݺ�k�
4���$�����m��m�����������������A �I$�E����a뱑z�R=�g6NU�j��_x�II$�I%��������)�I$�w2�.���ٸE�dܤ��g��vMܸt�$�I$�H��������ͩ �	�I$]��lɌc�K��zvZQ)W\>�_���>f�@$�I$����������2@$I$IhHo̿�o(��t�c�
x��7����� �I$���������R��H$$�E�+���£*����-�_8�G���3�&�A�I!��������e�� �I$�v+Ucu��y7�f����5,iȑ�l�E���@$�@$�H����������I �@ I$]�f�Zv8a�0��ĵu�:��Vp���I	$������������I$�I$�Ic�ߚ���A�o,3�x����a-��%
�$AI$���������$�I$�I$�I$��'�=L�"M	�
��u�&5H�"~�;�&z��$A$�I!����������m��m��m���r��
���yu�K�"x�F�Q�0N�pA��I$�I$�A��������@��$�I$�I$]���'���ϯ�6JD�y��c5����������������������D��A$�A�Iq1O)���c�.#o�QDo��c�$�I$�I$���������G%X�$�A$�Eٛ)h+]��e#Ț]T-u\�����$�	$�I!���������;�d�I �I$�v@;Z��=�U�s�����0J���@F�%�Jr@H�H��������X��H$�	$]���-k�֚/��L�JM�~����>r�4�A$A$���������,��@$@�Iu#�}F�4��!c
{�4�g���yj��,�$ �A$����������ǀ$�Eٕc~;gR'��iz�;o�"=Š(�𪏆@$�H �I!��������
g�`�A�I$�v��2wH��C� w6��3q�V@��"����PA$��H����������)$�I$�I$]�G�J3N��|�"��E����*"J�,�Kt��$��������$�I$�I$�I$�Oh��.^���S�B0��v�i��1N���	�I�I$���������I$�I$�I$�I+�
��0l�I#�%����ӠZ���I$�$�I$�I$���������hd�I$�I$�v^5)�����j���%���8����������������������$�I$�I$]�����3iP����$D��쿤�I$�I$�I$�������?��OiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOiOo�j�rv�ej$��2{ ��{�vD�9�V��M|���IxB��U�B��\������H�l֥tȃcF�g��@)5,9	��O_sP�m���S�
@�p�c��Q�|�1��=z��SM&0��[6�!~��@��B�Mm�����O`]-��s����SA���>��f"���P�p9���K���UXЍ
�s1.�<~oTP�+��\%�,i�g��f���Z����=���]�j��ß7�Y�Z�
#�h9�Ji��N�`yT����Si�ѩ��'h��zc@��oȇ���L���P�����S��ӻ���6���ȅqM1��N���0��bʱ�P=��;~�ʎ�����#�v
��o�)t+L
�|�7�QLA�ݹ��J�_�~�e���D@e+�V�L 5�e*#�h����d^�n \�b��ñ©��B+��\eg@4TP,�`Ґ@����nPՉ�V�\��n��4�o#�[ֱ�w�
�,�
���4z�2=���nv�CL�bo� �5�h��i�T`چ�b��]�@v.���0 �e(+�2u��#�2�W�*��5e5��`R�C�S��i�Hc�Tu�E~QxQ�2-EH,P�̸Ś���MX�hꋂ��J�5�3L��6��%�դ�`Y���4e�7�P����}���0����U�j*�2,�֪8p�p��f
�M6�1���.
xq>-���[��a�G���������.X��/m�((,*�q0�K�Nq,�:q���r��2���/�S[�JR��ד���l�͞s
����a�(��=)�����[zI���iv,�����\����˸
\��'�ŵ��q�DZ&+F+��[�
�8��!0���
�^�HJ���M���=��dmd����Q����S�;�5m�lij2�8���BR��
�x9�%cڶQnK�)���ɂ�C�L��hT�]�J��(���cS�kՌц���	w]x;K[�R!��qca�ڶn�h�u*��[Y���H��0�֝b�����AS��
�q�ѵ�ER�@�kV6��dp3�@6��{�N"�z깵��Yr��u�]�	PlGe�^#����lɇ���|�v9�`�R%Z�NUl�	���@S�	BQ�ڜ^^&
5Pm.LJ���C�[&����44��:��aR�b��.D)e���MY$��X�WF�����@N^jp
R�x|�eI&
���qo�aU��0A(��T|�b�[�U����H�"(K*�EV�10��>�_XT�����"V���W�
s�|�� �t #�$�M�Kƶ8cl|��a� J�sJ�ü���,�B��[/ġET�[mE���[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[�[��֎��U�r>L�O��v�q��dq�q�q�q�q�M5�]TQE�]t�AQe��$�QE���y�a�x6蹧��e�a�S
��
�Ζ*�S��|�c�;i�!J�/�������&`������=�w�sB�-�D#��_1�U�N�_J��Zv��-Wc_�
�,i�Ph��a�^��o�2�ſ�^���CK�N!8�c��/�+U^z����.�9�ɣ֓CN<8a/o���U*�WepF4-�{�x��*�섁
���_P�H��kj�^ΕVEň�Vh`�#c�!J�H�!�9��"w�z�Cb��SЎ��5��%�Ř.fy����X���"�U��G�7]x>��QC�>��̄'(2�����a��A�Y(-�?������ڞ�gq��!)�܄�צR���޿	Q�E��0��NQu���o{�U{���^B�V{���!��A���R�0�o��Q��Y^g`�94T4F�@�'�\/��R���S��T~K�C���w13������У*܁�(���Sa^Zor��l������P��T�(���m)� $Ơj]+�65ļ灙a�2����M�PB�Z0e�{���j����v����2&4P�rs	���5�0ڕ�+aV��j�v/��8"݂��xt�4x1�GDh^�ݱ��Y
¶�1=�������=���f.s-l+t)�g$�C���0�q��e�������(PiblD/���R���Z���"Q�3�Qx_̕���kc�x\�d@+�=���$,��F�zG�hC�B�U��eWe��E�t^��f��_��.�۹��F�܉��na"��s_�&>f"zd��|�P
@�����Fp��7�|h� �y�a�Y��k���5�*4'x!!��mH��S�B0r�;a���=e�˹Wc�}�ہ����h(e+�[� �X�"2��n�䭡�wO�V]��
�Wh�MsnJI��q�� !›~|�uqx�<��s4�,�׻�Քwq?�՞�ғ�Bo�;����_m�
v����k���J�,�Iغ��mŃͱ����U��G`ڷ`�(�j �9k��^ZMf2�Ĭ�Q9����6#�eP>�WK�!NU=K1R����9��[+Gn!�?	�����!��]h��"���K�.\�`\@[��ݻ������B`�)����V_/�%(.���nD�7��-��^��;8��H�"GwD�"q$���y	|�袔:4�eq���
kKLYo0}ݒ�A�Tv[��5d/��g-4�d�W���`Z����Pr�ULڶ�lQ�E�RMb����ݗT�r��D�� Z�� T{�jVoΊ�FTq��;@��?H=�.�]�����~dXl�Kj�f���X��/�@�B�l !��Uisj�8]7�q$XE,��3xC
B�Ef��-L �l�"],�ڒ��n��%Igb �Jг+�,H�`�@�s��eɻXLL�v����k��׺L9A��f”X��h�a_"�V�ƥ�)�&a����z�&P�=��B!/Ol�8w�?��'���� �.\�q����x��!h�
!+�c�z��A���Qp����p�Ʌ����`_2Pxmv���Ǥ�o4�*��/w�!��8�1�TUmo�j a��	
g!5-!�R΂�]vKx-�_Y,��Pv�)�\�;O�Zm�|2���˜e���p�|�Z53�]�w����7��_)����159erY��o������D\Y<ъ#�>�8���O�?��˗.0��tAc������B�@;�TK�.\�r�˗.\��ߟ���'������|�O�A�>d</��g��מ�8y*Y�%��r�˗._K�*k�����d���0���@;o��>0�'�������|a�O�?��>0�'�����R�>?�L�2dɗ.\x�F��R$H�$H�"D�2T�jկ{4iӧN�z��T�R�
)$L�r�ʐ�dbA�4�C��>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g��������|?�χ����>�g���������ڵjիV�Z����5ԃ}�ģJ� ����V�Z�jիV�Z�jիV�Z�jիV�Z�jիV�Z��jիV�Z�jիV�Z�jիV�Z�jիV�Z�jիV��Z�jիV�Z�jիV�Z�jիV�Z�jիV�Z�jկ��5jիV�Z�jիV�Z�j ��huj���VŲU�Ej*�e(M-��6l#x*(2�hŴ�ʟ��q|���k�`�
P,�{�)�Bd�=O�ߙY�E.�$��U�/�������j�>Oa7i����-��wUS���s���E�jf6}փ�	��t�^H�st�w����x���ށ�Ǒ0�+�Q�&$DR�(Z���>��:V EYJYi�p�*����0*&�"�T�4\Ҽ]Œ�t� �'�D_K7T�⁤�[�c0��ePvG8\��^LĆ�C��S�9�g!�6�cs�4�\��緉��m�9#M�*�J�$��#ӏd���El�lD7J���8Y�^�7N���4
7FFo�lGւ�u�$�T���R]�η	�
XsY�p�`q�
�B��PHc�O2�Z��kn�*k�BV�^a/�LL��r&"drB�35�PZ��U��L�(�
��pޭ�ٴF�&�y�#@՗mD�
�}��2XS��K�z�yפ�Y�&��|��сe(BY숳��"�-k8@!��h[��
�䵢�.����Ax�A��&FQl$�� ������B�Ɍ@p�&F
�wQ.I���nĦ
�:(�,*?�u.o>��5J��(�*p��hB���0�RLN�w1�0�>�3e� h[,ԣ�ȃM�r�|�"Qo(��1��E\�kK��d�K,�m.J
-��1�rUΩ�%���'i��]̱*S�v�0���K�'t&U�g�-M�"���b	wq�ɰ"�H�*J�$�_a�}�%3P+=��m^��A9�߭C)h�m�+���
�,��5Am,$��ӈ�Jh��b�P���be�nP	[�� ZV�vp��KYÙE|�q�1C����UW"iC��q7QPץچ�|nep��z�F�jZd�@�lO��{.Q(\-�2�5����;���GQJŔ<�����8���_A����B�� ʐ�#����@�)��B�
(P�B�+���X�wAAv��Zj��B�
(P�B�
(P�B�
(P�B�
(P�B��T(P�B�
(P�B�
(P�B�
(P�B�
(P�C�
(P�B�
(P�B�
(P�B�
(P�B�
(P���(P�B�
(P�B�
-�,�(�_�(`��e�B
��|�1��oX��ڇ�J�˻*=-\��3VM6*3QE�{>�?�R(W}�&8�^B��*�p�3I�+�{ܾ��h_7$>�5��q���D�}�.�{\����QӛGK�O�%R�
aׂ��`EyIn��Ko,6�[��Ʈ��(�XjXWr��e����m�xH8;�Zw\
�&W�BF�*8�,�b�aj���x���H;�Q�61� )�[�`U��Ɣ{̯u{�ZA8#��*k��@��V^���f]�ÆP����� [��{x4��5��iG��&(>Q�2���w�����4�e�u�+�.Ci՜���-���GU��)����}�
����/�6W�����#�������w��ߘ7�~`�����~c�����w�~��~g�ߘ.����y~aR���a����0�Y5��Q��A��̵e���a���!�E��6`�}Fb@�s�B%�x��F��~���t�"e*�fc��q
�O���&�sP�@�P�AAjy�X4�).�j��ca��������S�4��vGd�>��� X;�oMp�{�����"&��m�֛3�}�e���S��d{�@J����Ơ��(P%��@͒q~Z�����Q�����?@�{�?�%�'&X���`t���� �q��sی,"��j�bģ:zʘ�����*F�� �À�U�E_�,�((/v)}%|�Du-}�eKJA��� �#D
>�U��9�ޢ�ŮvZ���Q��4Q붅`�������#��(u;�T�0
�������`�@l��$p�jD��K;�qr)W8�%��`,���V!7]���#�ظg_}
��r��Ô�+���(*�>wP�j2��&ut@�����?9�K2t7��ゟ/Fq�݈�h�W"��x�G]�j;��,9=z�%n&#��-�Z\��������#�G#0#2�@����D[긃`��kd�#�|��!�Y�
gbo
���D��`���0aP��	�v0C�/�fي��Ѕ&���d�����(
��X�*�iP��b"�c���I3h������,��´��ix�Ч��.�7QHOc �0��@2�����=У�5޶�xD�"c$��u�y^`�T���1��YU��hy�xeE^m��9B�g^����>j�F(E�W���:T�4���F�5��>�^35���1APQdq|AV�[�ҧ��r�ٳ��%�dy!3+��1�>��9PM���CЮ�`�Z��CcH�
���XV�ȳ�)}�:�X#f@*��wF����4��*ʅS7�����43$c��j�,�0�nS$�oz%�Q�^p8#���{���@���+�����ilB�ћJ�?(-�G���8�+��H��2OfW�0QWԔ�RpT{Daʳ#G�i��u`M�W,��걊�/h�����g$X�P���%˟�Rذ��Wh���s��=.vw��̸�^;n*�����D����QW�QI�id�i)��)W����r
�\d��r�S�"�K�R�mAOF�(\��6�7�'��ט�߲X���4}KK�Pv0,"hW�+�mi�{a�Cؽ�n%���€��B�*'Ҁ��!�і�7�[;���%ԥ�����i�9c@A��Q�F$�s�|D\�H^!��M?�;��\�ܡr�C�����4e�¿�3�L��W�Q�N�yK��4B7����q�n���.
�%:*�-�|TU��*U,��@9�#���d�{A�/2��>F_�ܨ�te^�
��q+�3l����ט?�@��bf��bB�m|�h�2�u�T����U�\�*�-��F��z9�����.�jYj�Z4�,��uAW�����<k	�>pÐ��Ɨ�G[z����(>B����/�d.|¬�xr��m�ᇤ-���`�囂�)���T-y�2ւ�W��a��1-�hw]��
�9<��A��bn�`Z۞�x�DzM�<E����%�>s1�^�V��S�f`��Ag�и�9q�Q�A�X���t4:>�#���V3+Jӗ��E�|�D��^�`���@�R�>�"��6|���xa����%V�jQ�ˈ�P����CU�kaϓ��h�~Q���,ݠ�� s�.�
jƶE�5�F
E�H�f8�ſ�� F
���\+.���V%�mI�<ާ�nf���l�]��YGQ�������K��2�44ݪ�F�`��Qx�Aن2*-�~�^H<�:)���y��ϔ�;�&�ˊ,'	h�����%��؃y.*��
%;ĭ���P�P@H|�`��n��k[?�c��6Wcg�6_��`��l�}�Q���O��a4����S��:Yk=𰂍]8�W�������j�;�BB��@�O����(��jr�gp�ȓ��<4�xH����w6�ȯ���S��F�@v�+D���f� l]0b�vP��K87K����C���K�n$�WX��V���2�c�P|��1�͗�J�y��R��1�z
C�j!�Z�[��_��gRҹ��!~5�A�A��
œ���A�!�0��P�:���f�z�V��;������XB'�\MEޮ��)�37s&e����DT�Ѡ1ĸ%����A(�ʬ��x�J��!�
ƍh[)��.��@��U���Vzw�GE�~�?����.�-���v�M̓m�L>H��(�*��X
@X�u��̉�V��6�u�uO�k�],�7̫�n�m�K�/�Gx��h�h��b@���h,vM@
��AxLs�J�R��@m�kJ�ق��䉠��`p�Ԫ�;`�b���J�C�ɇ�Oa������)����}X>�.����oD�te˂H����LWl��z�4�S����T�O�"�
ŷ2�����ŀ�Aw��J��������b�Q��'��b�ڒ�O$��M
����a�F�+�b�3>��� �=�ܥ������!g>�ĭV����;�+�JZ���Q�S/����]��}�"�Ծ�gS6:F�h�0��zG]�
�H�!�=Q}�Y�!6t0�=�@pܽAs�z�N��M�D�����S1�`-�,�;�.D��,9#t������,'�5hS�xM��3e���joW��-nZ]_k��nhϥv�($%޳�6�!����:Gy�ѷƦX��p��+��@����|Dvx[K��B*)��\��%L�N�
�����\q�-�lٺm_�U���w	H�����;GAo�-\�HhLWT��E��0�Y��s,�p�b)�͜�#�aFhh�Ca,�Aࢿؙs��l�d��(����_�hx?�
-۵�n-a�K96�X�`��C��s�N�!Of-
_rSW.Ҟ7����ț&v�c����RX� pZ��f�q���D���In�8
�X;*� \�_�CN���v̺��d1�����Y�AH]��H��U���Z��1�C����@ߩŞm��B��:Q>D`��M�}`o&���!���Xz�5k<�am%0�J<Dn��J��O���+/jwaXx�P�L��c{Dh���"E7�C���	��9Ʉ0��
����&��ר��c���M'�5,���*�W�xt�}��V"ɺR0V�XX��rb]��-^b�n*K�W�P���fZ�<KD��;�z�CZ�akvq
|�ĸ��.b�ubך��w2����aQ�F�/UZC�N�֒�e2��A��`Q~���嗤 �lwP�l������N2R��uդ+�
-WP�Z>'�����P��j���������҇�]����4�9�U�-�>8$���˔��Z�8F�68��$����'uRf�\5�R����ة�u�Ih����VJ�A�ej���M�ek@�ɍ�G�;u�v~b��)�N���Z���ƾ֣-�`�·
|qګ0zK��J\}R��|y��9픙Mdq5�؊�M\� �(��]?:�@/{1��$
h/����E��fț����	}|��ة���-|8혵1E�/��S�2>�+0�>��a]ģx��N�o�,��xz2Ț���X0o����}TI������@������`�Fe1Ģ���I�y���,��="�M�%;'a��%K ���B���2�fb�yT�.��Z��K�7��W���Ns(�y �ԷqL,���	S$E+��ҵwJ��s�(Ә��vQmD�ƿ���A��4��Ɋ���㨨!�7��r�ݡ��.�G�QX��!&؇��1��������R�7�P�@_��SrݍW�&��֙�Vq�@֞.ch��A�.���Lܦ�vY�ň=&hŧ��h �\�=	hӂ�ү�����:�*�he5*�ez!����z�x;�
@X�j�F����S��*L��pF�Q�J�uT 36���J|�;C�éi��X���0�q��]��_�P
7k��1���G��͹W��b�����y�+�����w/`�T���QA�d�̽\��#���y�Ă.�Z�����VG�D��[����J��3�WI�1�.*�#�}�%�m��/
�cG�|��>���sAǘ�z
S�G����E�̶QD�-�|/�6l�'�cYv��̟��$w�&m�}��ip�g�pd �2EǸ,&t[RҰv���rkeD���
�� #q�?���i�!IXx�!Z)e��8��y!aW��_��:���-"�7�;ȸ�
%�L:D��[���Im+��6跀2�Qo�?z�&�#��K�+�Dƶҿ�f5lU]��8���������fPh�[`]\��1�j�qAKɋ!����%C)e�4�!��~�I2��R��}q��E5G�̻���
uN%�*�``�ݥ3�V�,jbp����DX�]�QP��Mr�o�k���-0]X+r��X�� �p�wbt��W���n\�r�s�5
�8�w����
�5�4d,rj��ĉ{N�o�0�6
w��A�/�f���+�v�XΊH�)\�`Q� 0��M_�c����<���|��D�M�_ܿ���ی��0�H�_�Y%���b�Uh;8�"� ���F�g}���oE+*��6,BS�����M�A�n��4/�rn�R����	.Q�_|� ��u͸�u�B�؟�A��v�%ԥ+y�:p���:�`8�_i�415�"�}#�]��5V��0���/H�M@��f/9���
%�r�3��"����%͍�)�1��e�"�$6S���SE���c�m��.��W�����x���fpNe�8I�f�D�C_'�{��b��Pי�n-s���ʆ��q���0o|J\�
.��H��Q�7�%���'���E�R��k�� "���Gt��^l58�RÙU��L�E+��+\?X������\P\b�R�P�Pky��Fh�1gh�����sOT�X�3�%��R�	C�g�C�B�3K��}	f�u����a�ޯ��Q@B��e�r6w�Ô=�b�e`ն�)�ٗ�1-`Y!Dd�򁩪߫�-O����*k<hcC�$d�?X��m�>P��^��|�Z]�6X5�/b�f��NԌ7���F@$p�>O3<�
�ǖ���+֋*p�TEeF����@}���~�"k,#,��^ķ@�l�Ȣ>P�4&�����|��"�Y��At��!*��8u
�L�]��͈�W����PH��薓����k�ϖf&�T_�U��槈��T����ͼ���*�I�G�K3���8�LJ�C�d�n���'�"5�؀%C�eSk�@lS����	j�Rj�.��d�E���"�#�$\�9�m��U��	ha"]��S1��m�l=bA�c8�iW[U�Q��,t�"̸�,�W�Ļ��U��i�l��Ifpe,�B8�si�X����@�@�1u-�0K&��DE|Ī�T|�R�݊F�����[���u��..�GjG
ޠ�w�x-o<ũSP��f���s��E��Ծ�'Z�{���-0�E��3�N[}���w�͗���2)����ĖjΦ{�T.���Y��s5�?�8tR�
@��<3#5���OY�Jgڥ/s�7vMx�1 �%0
�ÂV�b�L�	~2C��x\,.O��t�1tm�\���Nf%�'�!��f�^MLx�V`�p��/T��]ʯ:����Օ�f�nh&lN��:�ɿ�:��ԬP�������7����#@
�@/�'r!&^V5J�1�h^�F�;�P��՛	K��TV���x�^�0l�
ɷ(W�]2���$EQ����:̫#�r���;��ܷ̭�}�g>e�3;q�`lZ�Tj�7�P��EB|N�Yf�aܕ|��E����.pA��M���E��͈��O�zv'0�/�����4��p(`��*��w�y�,R�<G�2 4-h1D��V�Z�c(PK��K2:��b�v�W���3#�Ixz��%�uUDf�[k��z˼/eM%�2D��Nv�>W#�i|�!��&\���"�<��1�A�
�,
�eK�3Qkc
�nȕ�/ ��<K�W�����@�s��v���n�
x��7�-C�,�i��.am]�����mXYt���ch�T;�G}��W�E��ľS
ڴ����eUX�\hGَ.�%�0Q��n�B�с�~�B#����,9�/N�TK<�`�vE�'�:�8�^�L.$^!Yn��9���+�����T;G��b��N�leg�JR���Qr�0'�d��=����APS+I�'yZ�4J��T1�(�)�1[�BGb
%
2ַ��1)�sm�����Y��!ݫ����M�
bVa����a_HJ�T[-zL੐ٟ�˩�Z��(TV��uf`�pV&�(�s*~�S���$ːc:%,S
�]���@�Dk�QO0(]/f��c�;#�cK���%��Bk��'��8�z���%L,м�h�^[����f@R$@������E�.Q�l�>7�б�
#�]�j.�a4�|�SQ.ꡋ�G_q qZ�f�a_0b�a��;D<��k�H������휫i�
���>�yi"������#�7)�c�#�؉��Z
��$!јX�����u(��8���T���EX����%��7O�Ub���ŧ�+$b=-֭Ǎ�'�<��������;�҂�H�HQ3�z����
��b�o����l��d��`ڪD�N^A5d`5p��e�
���߽8��/S@�s��
��%����Úa9O!����0�ǀp���r�a)F�G7��"#�Q�7+���ࡵI�cî��\�=e��U�fA�X��Le�a���8��@��l}H��a��VH�d
��-�1Yp�w��k���L��u��F���I�!Y�qx����S��aA�e��Z,d4�['��z xC���'B?�@t��|�Gw�/�YUh��NJ�M�x;A^{u��^�}Ve@v���M^E��ʘ*5�k����A�;��ϡ>"��>�o�._�}�b+@�텖G?橊�̚�4��M���t��	�4��䊷��m���� <�_�@r�D*d�m�i�m�c��.
B���WW�:5�����6�`��D���h.��)�r.`^eĘ�av0J�y���y�x�}�"���r�a%�ځHd�����[P=
�1��-SZ�4�Jw�d���؋�ϮX+�X�Rl#IT�8�=��\��ABUfNe�N��"N]$-�m�0�^�LN��Ԡ(H���&�-���0
�_0�mG���D4�hx�����Ϫ�����Y�rǠ�Z/)v�Kn�����q
�@�e�p�T0M�Sb�5*��k/Ň����+*��mP�l�:Pz��߭�D�����и���C��o�@Vj`��3m_RmR�������ε�d�<L�	g�ꉆâQ�,Q{O��,‘���r0�=��.�6�|Tse��%�/�ï-��7}�\K-M��f��I�6(�<���i�UM1�Ӥ͐[u�. _!4��>q�Q��0M�?���E�3�����9U��ŲUt�����(<Yo�A�5t
���W�O��zU�{ͣA���L�����м�u���pDwT�A�@���6�u>7*�I?t�}[��{]�"��k'c\!&����ijx���d"���1+�a�,
��J���J�<�Q�R�����%C��%��,��x����������+�\:�N-�Nc�8K@7E'��&׉wq��6��p )W΢��B�Rz����:��>�Y��̰)���R�Sn��z0E�����:�J�[\-��+�X�U��r�e� ��ѹ8$���
|�8��������>Y�݉
����`]K2�%7!S�W0����~c�̱��W�}����b)��$T-zWp��a�f��8�p�2[1FD�m�+|�M� k��{"W�xc������ex��C���D/L��P|��a�o�]/�fB+!\E��Few�m��R�C"���@W),"k����*��pS`�ʭ�t��x2u��ʛ_tsi(%eEF��
���U����K�Jvk.�P r�\�W&���Pl8���p����KD�ն�]L�����4�UK�a�9��H�*���O���L�����w�,�����G���+��� ���w�����5��Z��M�U�=��|��U�e-�ߋ(��-A�ץ����b*T�#��#�%`X�I��>��o���D�X�@U�J�.�~cE����.��_�0[�h-�+b���h��x��
>���7K{��h�������W��X�z��E>:�A���}E c�#|�(`C8~i+�q���cjX% 2#���4I��(�_�Y0W��n��!�p/	)6ۈ��x����~����%�mn�5
G�K��xt(ƹ�p�	4���EP��Sܕ�=�AuL��D��Ҵج;��N�CC����T‹���U�r��]�.q�V���h,}���4b������w���C9�w���Ρ$bYꏘ�4�2 �bG�
�3x��9p���*��~8}#��L��@�@�*�b�nX���ʡ���J�(vP��+
�o����D&0Z�}G�2�Q�6���Q�o�\Q���^�6����Y�`^/���YN��\�s�:j�Tee��(ϡ�mPR��R�hl:ω��Kb�j)T
�j���b�2d��ox��S���,�®nW��́��
[��5����W����&͟P�����&����
+.��}k�-����(X����OP=�t�xw���'%��d�f
��P�9��^�\h�8BmcE�԰5qE�/�l���n�ao�b���9�U� �!T0���#@��P�F.6�	������*!���;U��3��zJ(�Jj��Ų�
K`�#��53�6�V����Z;�h8%b���/�x¢�S�cĔ��P
����d��I5
��^;��5d£�Jk*@i\�?tV	��o�6g�~�w@�"W�@S������r�L�i�q=F���/;O"�»k�˫�eO��TIS�7*
�\z3Eo=��l�ω�*x��IJ��>Y9ɞ�J��҂>���U�"A@
]���Jd�Y$��=B��S�[s)q�-�Ę�sю��ei@�w�4Yn�~Ҧ �l�U���JK��K,J���|�B��n>�8��q=uLV�[��E���cI�����|T�|��n�/r�����&�z�H]�.|����Ϙ�x*��λG{_ucT�g���,�,���R���;�f/�il�!3)Cc3`�8O��V��X+���mM���u��F�7%~��H���)���q��C�ڜC2�)Yo���2+}م�"���g4^ ��8��F��	U���#㑯�����I
��']�ع6A\w�ǧ�5�/n����I+?�e�8�ӷ��`M�p����J;L]F�6f�
�J�1�5B"F��eQU�M��%.f�)��j��M`s��UU�y������/�c=t9�+.@�p�zG\�AՓ)�C8��c��-�E�E��.=�P�—�)؆f찴cJ	\���;�õ�Q�吼C�bs��GCv(�q��Tl��)c�F���,f��i�1�aA��Z�.2�
��\_Tr�{�GPr-Z@ү-���b��>��`��
��o�C%��Sb�������R�"�h���VD���/#���"�.T�ooAK_�E�o0YT-@�l����Aű[�u�23�e����v1�.�&Pl'p�+rh�o!��0BUy)K�n=z��M-���N��y���j��-������}�@L�(
�Rf�HR����S
m�Mx�-�B]����k8��L֋���ȹ���ǯh���8H��a����u0�w�,�C��������9u�A.eP9����a�*�g��~��jPQ�i��pZ�DPG �x��?t�)���Q�\�aOq�@s�aСm��g#V�hv{���vq(0K�r�U���Um�>�.`H:b��;	�ne��+�F,�5��,
,/��H~�udL�l�[�6x&e!����zʵR�Z.��SĀ%���!�8`PR�p��j��~��`�T�����iw��������I�ĠV�l��B�-���on#eҟ){��B�+�7j�AW[�K�W�	-P�VWpʭF�o'$K m�.��L7�)�~(:�i`NqS�%z��֪h�������j�h.�n�
]���f��"n�ɃT�;]4��E���	R��}�)6+�D�]?Z�AX�*;�-�%w�=�*srE̹�E~���`�~ �������]��b�7���?������|�G�{bK���!O�����k��1�Q�>���Y^�����r��O���HM�K�-|�D^�6����u8K'�|�l���7틗�W���N���ֈ�M�!6H:��U�()�o�Bjأm���YJ��Q�lxE�C]�s��R�[����pJy��.��8����F�9-Ĺ��@�3.If(��/X�g�� �9
7-�p
�@�u���b�{���]4���4������պֻ�
Q�f׳�@p�@tVa�B��X8�����C!҄x̡�va������WnЇl�D�
-��ZÛ�B'�P��c6��#7�n�?�%�1�Ձ{_�Q���rsPC}&�()��̯�����s�p�-��Q:rz1�7m�%@�ا/n ��(k�fT��3�����|o�tKiL��"�]#�
S]�	��R�D��ɦ;ܿ]H��<E+����v�f�Q��QAV8�;\ɑD�т�Zs6���eD�l�a��b��2����_�+N��Yw*�clD:��!bt �K�{�!ý��$S�M���+ڙ�ڕ��}��vbnp�+��Gv�|��s(\�2�v9W�KZ�U��ÌMѽ���8��EnVT�.���C�2�eş�鞃��z0NR!�^{K!rU=�ͪ"�{���u����y�̔2���4+�px-ľu�;�7�u@0�D��e�����\�vx��"��_��-)v�c��c��(�yM��FtaN��T�(F����3��!�ƹvv9�XEt�kl�[���c���H���ȋ|Ƶ�Y��f��V��-���P\QZ-Q���L9J�J�lS�"�Zl
��5Wԣ٣�j`�)e�h]A�GQYc���,Ia��{p��<��7(��
�n�P��#�?(�n���R"�3��)[���z��q��oۑ�D�T5�FCtb{!��b,�ޒ:�%Vx����ָ|�t�v���#l;����7�ơjQ*��%B��֪�D@��R��zj`�\̛t�� ��ENj��S������5�r}&j��3NN�,�s鿑�d&�_����Xp"'�z]�><�0>O�x2DX�?K�,.-ky�e�$Qv�ƥ�-��^ R|���r�ua^��i���v}�
��
�QmZJ�WA�oX�
���ڥ�c���	Qm��
����DQ��zB� ��
V�NS�ۉV���C�U��rؗ�4ʫΗ�"�em,k=ʯ�!{(���4�F+Y=�����%y^����j��%Ȏ8���%�r��
���<(-SD����_��!�p���e���y�/�HW "l��(�w�-TWY��e\����=�r��tii���Pj۬,�0XC�T��BNFw8@��r�% cVa�U�NJvA	�6��*�6�o�w�C�*�
�c�p�=
Q^��o���
��<J��ױ�r��PC	�e���<�{��8g�<4���DY��QPsK~J��]��x!(H<[^����*�X�̻X�#Sl]򴔲$�9tΉ���CdG�2L*�X+P�2��a��Q@fb�	���!��P~H�+ށ�14)�AL��/&J�ϲ(1I�R���>䭨��	G+0υ�}�=�CJ���x٠2�+ꖇX�;��\,�8��)E�D
��VT�a��h�[M�%j\A�h*ІT���ien�L>�g(X�ƪ
���QL�+����"V>�${-�>��5[A|y�������
x�Pߎ#�d��6�qZ�����JRK����?�����)_YU_鎃�o��6�%L����,�􌽵�D�K۹
�~N��>�~��f%����Fأ�50`�]ZEX�
�
s�VObj�fe؅8#� ؖiV[�k�ZS����Q1hs-�c�E�,Ff�V�'�p�%��B�t��[9ť�D���4ҭ`�<2�����t�U%b�K,>�U�A����H�n��%��2S-q���V��j's��W�?F�ghV����7X��w�7b�ܡ���V_<Q�<�(굔q�3���9j�$��(5)���.\��oD�4�y�̶p�������/*򁧞]�(�S����fG���&xg����^�������,2�R�P>d$߅1�ΟLK�+�
#ߠQ�8��8��bP.Ѩ7ZaV bWl+ϵ�H6�uw�T�-pY{�A��yH\ T����ܸU����4�S�ą���Iy\�m�s�Daj�`�������
�P��ئfK[\A���/��F#��yܢXyq,�d�5P}�G�]����\|��&#��>(�lX�1O�KܶO�
?(c|Lש)�8�fq��k	l$V.�c�f1����.Җ'�����,è�k4�|[�W��ᶎL��)i��rn �)�#�"�
^��_!�g��@ww��	�rM�*�U��ٰ��*�#�&@UK�DТ�pz�۠c�<H}.���䄌A�hH�l�w<��-V���{g=�?�5WSD����J|�TR��JU.�]���II4%-0Ź�2NZ�h��Q�8����J�P-Hx�h�B����)�Gɩpeχ��<.�@^%,�y#��,���&�9�:˕2�/��4��
q%��\��ۇ�\��r��3n�\��1��_V@$���^��׮%��4&/��di����u*T��)��!q��1*Aw��B�}���Dr�ilEU����Yc��L(�L-��3Pi���@�x�9�����Ƴp�*�2��T��ܸjv�oDb]q���ZlN��ɡ���l9���9�
���C[�W�X@���ɕӯ�(Nq���k�Jv���-Av�ŢG	¿f%����-�t!	���nRϮa��=ʹ�+��:��������)���)c]�SP	X��^��W.j�t4*�xyw2�t�`���%4�n���e*��i�b��b����]�ri�LE���M�.��cm�Ĵ�S
�����X��1Y�(�-��m���6�R��5��A��k�A�b�&�䃍M�(��z�Z[���sY|v�Q�AS%wj�jj�.lfp��X>c>B�{Īo�(�����m�`.�6��B�[������^b���[�TC�EϏ��ֻ�n��wx��.��+�pp��QZÏ�c^*�L��G:�5���u[�OH�NΡXd��RC����l��LZ="�E�z�}d�5���V
�q!�%��)�q�`��d!�U��ox�iv��r�`,��C���^x� 3@�L�ס���Ϊ;�l;���^3�?Q{D�D�vQ�f��
<� ݙvdMc�OΧÓ��Iz�G~*q̧�Ĥ&`��k,JF�Q��cd=/;�"�"1Y̶q�?-@��iR�N,;��T�����q(�F�(�OXX��U)w��� (<(���P�]VJ�g^?q�iu����|G1۹(�ow-�/��0��ݘaT
��}��W�\_y~]u���(�D�m�"���$5n�G���[c�4ZkEx��0>��mW�
0���a��\rk��j���-p�0sOֽ~��幩�~n�{���,��S���w,�
t;_��0U��u;i�����x>�#����d��Z~�����_���J�������~���A4�$_\�o���%����F�՜��%b��GM,����ˢ܎70'O��=f~
�H�ȏ'��[�H�
��)�
S�V5֢��f)����!1��glQ�s�
tp�,˄Ө��L�C���.�V} ��Wy2)�sR�Wg�)�kJ�z���*P
٭cy�P	aki�v�'�ˬE��\@]�af�D�qn���v�1����ڣ�>�eҹ�D��K����}!��q�=8a+ӡ��ђ�\eS�sPP��Vp���jW��0�j��S��^oUW�}4����w}�#�a�q�^`2���?�2�}a�����dH�K���[����n��,�_��G�d��G�(ߩ�/Yb�1�;``U�1r�n�5�W1@:]4�f|
m��5U������)�����g
��hؠ�q�h[6�,;�9)� )�h��7�1���/X�]ix���yW�KE��x	VqX�&:�1��q�p6���`m��^c�b�%�K�,��a+fH�A��	Ɂ'�����/4{�a��j[Ѯ*Y,jW��R��΅Uʰ�'��K.d��Ug��k�l��x�l���G"���G�%��Z?��V-�ouu��;�n��XwJ�K
;s�\�i���+
4[��7���m-7=Wm.!I�f�C=��NӘ4�{�U>Z�CP��JG*���勓�^B��0���ŭ�6C�	��&2��g�ڀ�NE�5�ApV���p��}.P���F|9�O7�G�7���T0�ɖ���Ĩ&^y�H���T�����}�b��q-�@|�j�˥e�h�V�Z��2��~�lx]Ɏ�	�hH�O���,�/��*ѳfr���5��������c2�)��p1A��1�	�z�B�"]�_8���?0���� �"!h�)����1`�Lb�¨�dQC��c�����g�J�R��f-:���A|�¨��-��R��)݊���	�!�ۿ�
.@>�L��lj�ʂ4C�En����*�fLG+�'�R���e�ɻ��.��=��T2A
��}Ħ�J
Rq�?��j��<���xB���w�i�Ic;�5b!�B1p@炦����?C�
�8��b�&�U�f�^�cA����_v
�*���i���-������wp6��
��TA,�k��&B�!G�T�z�*�F��a��6µY�TO�q���_"����"lF$/&.��!��1���Rce?8�!�}�J�7l�ʣ�Y���Mϳ�	w-2���f�c��Q\J��l	Y�CQ�o0宠�E��;�M�}��Ɉ��@��X�F����.�&
6]���
��2��x/X�<���ч�`dh�<�)����Cs$��^�qs:#U6�����& ���.R+!3��,af��e�̭�4Z�j�{�v�{]į�9�����c��wc�"���Tj\އ�m�U*��r�[kT�X�(
��+;!� �x��~A�8�e���H�q��I.�}3��O\�=o:"W���*���,!����ٍJ̼�M�
�;ʋ,la��O3�ݽ�3�[<]]�XHzLC�e˧ۄ�J:ը�
S���{.~C��)��T=w��e�b8���Fw��b>�F��Z�&nC�Ycb�M]qq� ���D:-@�񟤬ȨE��Mט�=�c
�\ �
�z��/@�+Na�mP�����=�m��E���#R��8�E�+�z�,S���AI���9F�v.`�X1c*����1E#�b�5X�+�久�fl���4�rW�ƜK�m�)mFK�L��[q��ld�
��--��}%z�_�0�7�n0L��	������{7,��)���լx0S�O�	kV�*���6P���S5�[���d^�>�)f��Z=~R�j�̫WeN�Z�C����cp�Uy����t�,:L�Q�����?FR�¶�� #V�<�����ט\?�D.�A���]c�T
��l�;~��Ծ؏`��]8,�6UQ�YV�_�i��u����5Z%�Zh�5p��d�y���Vw	��'��,U��1>d�i�xT�l��&{W5��;V�=�f�܋IǬ��)u�]��X8� 9�s㝽
�.=���P��L�8�F<�&	���V�CF2�FP4�l�h�CG���ݐ���Ij�[~��ai3�
�4�d��Km��.�p�a�.ȷ��>áj��(�m��������l��V"3eu�������#�Ae����T;��þ
1nY��)���P���.*.��8�+���S��2(c*&`�{-Y9��YY�k��3|���R�6.�7�A�b���.
�oE�Y�ǟ��ꫥ�`��'�A�����JDq��fϬ����U��0y�-��J-�x�-���N.,����B��rɳ�Aay����x��Qf�6K��H�FONZ���/E����]`�a	��+i]�e}`irWN1	k�qP?1i��=va�
wCѨޣ�Ji^g0h�(��6�@PΉ��1S���D�7LlY���F^�rC��O�CP��k]�?�-��}`0��w;Lc	��96{��cy�9]A�ɇ�
�����c�i���V8��k驐B���4e��|�d
��+8�W���}fJ��-�S7�,�o��|F1���eݞ��l~�2��L��W�������W����.
�A��h����Q�`o\D����ȱ �8�U;�0����ayC���r_�pQ`�/����
}!L\\Y�cX9�H�K3�0�)t�if]���vM�%���>$T����%��QM���\j�b�#�m��>�«%˅����nY�2d��iK����Z�F	vx���Y�g�T0�y�.Wb3n�L�	?dA��ôE7-}�u�U�k�Ia�o�ڪ�^S.��ѽy����<�ÅE]n�`���0߈�5i�8��l�A�cZ�0��w�� ��a��������ħG*�6,�IY*�ԍ�������B26zB�pb�(3�"�=����r�ˍ���k��\
�4�w�@���Ӹ:�
�TQVE�qX�)� [^(�o�(W��,��:_%P��i{���#�Yd�-�	j��_����<Xp�R�;�X��-Z?���<_�M͵�V���o���6�)�Σ��_�Ѫ��h:����m��G��	�������Q��*�4�ϓF!�.>�B8n>�[�OA�&fh5� 9Z&a����9Uo�gAy�WI�﷼_��3rr�gU�t��nɔ�f�t�v�۪�{>��L�R'5*��B718�M�^WQ[�,MI�#-�솢�a��-�[^v�N�%EC�X�*Vi�儙&"�fcW�UQ@Z_w��K�*ꁿLb!��n��7
g���w2?\2�iC�<�;��bk� -�1�*��޵�����Udƴ.�C5Cm�a6
s`�ڥ�*��]5�m� *-��X=%@I�Wf��Ky45���!���G��QE��UOxk-�pd楹
�mwڊ�h��w5.塡e�^j�a�JU�"�����Xv���֠wY ����}N ��t3
���aY>P���j{���2G��v}��rs���\ܽ�?2�Ţ?l.�b�M�����Q]�sBj�G�#P��H?(M����g���\�����hUtқ�廻�4��F����Yw_���1(<S���ӠC5�D��kP��AU�h�D��7Hъs)���2�6�'�^�f>a1���(8㴚�����^����B6�Ak���A�}�ǂ�D�D��0�!�P�T���`Hp��FG�H��ny%�"[�����d4�������,�بp��̀D��ykh���M�F��:�Y�Ԭ�
zsLX�l�l+�p�r��M1����kGYh��o-\�2�")�	l���A�ѵ@	��
����h�
�[
Ҹ�'9�i�mqXU�'g�$`#��xМ<�FK��)Y�X�cFo	�
��M`l�iʍ�,����IˍM��[���r1@��e��łȆ��0���`s%��
�>I���xy��(�;
�Tg4P	`�hS2Y��pKp:�O݁+�0m!�=	�2#v}L4(�D͝Xs�F+!j�@����	�XڣT6�!2h]J(�_�0b!U.���-�wY��_
���n)��F!���9>������f��w⡩�M9j�{�4E�32��>�s)��Q��%�5S6�Uq(͖��UD�z�1z��U`#��H��bn�q~��E��a�wSїbuU�r
��ګ���$]JL��-���e]yv�!vR�x��g�9��x��8GX�y�Tm�c��ƕ��Ne�üt����.��|����!���c�x�{/]����>�
@N�� ��
m�����C��A��@T3��+1����ӄ�EHK��@_��
8?%xP?x�w.k{�X�w�ؼ�mA͕x.�{1x�C�UO/<�GԵ��[��+�dKd���LiD��3��a9��p�ŽOB[8U��FW���sK��(0�|��p(,��
�o�R�ު��㦓vYkz�cU�C����<�bZ�aq��_Yp�gv����lRC�4V0�.�#i��(���,D4�Z�Nڎ���9�M�O�@Q�x�r�Ҕϟ(Z�EJbص�];pB��˂��8�Ѐr�p)^2[�G�-��|ՔKj��-`��`|H��)kq��[ً�~IDw��,��
���ˣq���d����'^�.%	�J�>m0��0Ma�nkJ�FT�1Vl>�ï���2�3�	
['���(�E�*����\���A�0�€Dr<��W]����E
���X��������!�<q���cK������|�Ø��(X¹�J+�u���u����=��8��bkk�M����ix%�U)�
.��<>9��tx'F��f�
)`D�fL��*؍�B�{\-P��G�!ܕ�U��+��*�@�l�V�Z��C"->~`*7ly�z��M�9ͣ�1�#������<K��ˆv�g�w��t�����p&�N�Z��0�a^�>����/_�Q����Hd�63$7��*��0$Z-�Z�&	b��������~���/"d����P^�fx�i귆<*�8%���b�X����u�
t�3N�2�A���0z�G�q������&�$�Ն�Т6V�sW�&
tk&�N͖��S���xkG�<
� ��9m��W�nL,۪��$�mU�GP�h�=��z�1��DGe���,�98p}�	�n�`ٙAm�k�t ���Zjh��|i9��l��Eʧw��x�sb����e��n]r��z)�L�{B�����f{)q�Ǯ^�
�&qȵ4)	�:�0��Z��&�V�A�j�<��uL!X�6��j�tq[���X�0��la�
2%��M�� ����S-�q�R����L��֮�eV�Q�)B�!��4�D�j�uĤ����
�F܅
4P)@�7��K��q�l,�����
V��K4I�P�)!|�䢍J��ҌF=�VTٵ�qz��G��d� ��`\!�@-�9КBims�����o��Z6a����ə��.|�񯊖j�L]��^~d����%z�r��H��p(�]Vj�:��(-�2i��Ƽ�^�5�K��ly�l5!�w��4
72�Ҏ�|[b;�(��Bg(
��ʵ 9=\��3^�/T��U�ڱ�r�G_������4^
[0�� ��e���,@eù�x�`�K�@G��;���ya�y�NΎ�ٛcg� �z�}eђ�V�22�~���Z��(;�	�(4䋕j�r�3�C�� Ѝ�F	�C������m����Ƙ���.Tۨw����KV�.U�t�m*����«�!�6�	�cj%����[&]��ĥ����I�;�F)!������Ƣ̻{<�4[8�s���������_uaa� %*�bC1�T>��.8��o�R$3UQZ��9!K1Ѕ�,ʨ�l�]oLGhh��`n�P�3V���|z�]�O��>�ǡ��be1�r�S|�w��283W�Q��L�@�5�d�Æ��kX��V�:�H���K�4|B� �^f�b��^�
�a

yo��f������J�T@"j��d����w�mk<<�`᭿86�dwP����B�U9�Ɠbb�49�G��T��I�Yr�P�Վ��� X_�r9Bv?s5Y*��>P�Ey��w�]�%�'��E�����Bo�;®��m�Ж��D���,E�]���r�{̸`�˧P�3[=x��[\�}S�엕f1����).]�`��Jr�]ſ�Cd�Iބ�p@���OHc�w��׬��gLf���;,A�V6�\J�:����Je9�-������5iԱiE�SbŶ,��C%X5]�1^w���(���r�u��V��siᆬ�AȜA8����Y[Cme��9Y�R��g� E�]�-�wA�t����o�uE]�cQ�@rfg(h��{\,��k��fu��[FQ�G�ʃ�v��ʞ
��%|�D5���!���j������!@6(��ɔUD�i�X\Mof9D�-���0�(���K���a��%��R��,y�
U8����wq��2�t;H�]�[w�QU�}V��Ĵ7�v���KUr�Ȫ*W��������k��u3�7�\�ǘVNv��`:�sAdQ�kp�a����.�u1��%�\4*ΐR�����r�u�_/�:�1�B�ߦ�d�y�J��4��F fyv�3uU��P���0��]��Z�D�a�愋9vh���M�h>a��EB���I�.�$d;��'	�����<Av�w~y�b���p�+Q����Pͅ�K�)���\zB�(j؂i^^��l��6�uא��昙��m���{t��1F����㼣]�
�Q��1�S/<� 0��X�[��z�2K��XV!��o[L���Q��r�O�Y��
ۂ7��Z;�h�|���ds��Ŋ�kq���U���l�AZq6�֊��ٜµ	��4Wq.^�]p�6��d�[U�(�J\6O�4Weu�Ԗ�F���E[*�-_]
���p(�148]f� q��ȡ���#�/S�94%�ҷ�W#,_|N�}LQ���H��%,��hB0)�b��	�����\zʂ�����������:�Y%�6}0e��!��K��'?h��r���$�3Rƌ�UP��q������u-���-wu�a(hp�=,�G;%��,PA�(>�X���f����ۢ��.vI�����gO/��=���m�n|�׏
�B��sC��O`�)::�����ۀCDiPԈ�y�QDD�HNK3�ա�L$��"�}��0�
�AK�F�AЭ/�Kz@q�ޘ�u3�SɍDr���s�Zh�)�tf�7�,}b(/Yk��1X�b�����b��y�rʳ&"@mx���F��U�Q)P�#4���\u;*���fz�r��l��lid��(z�⃰Ý%�\n����=�")�gq�����(�z���K��-f큤���( ;!�xY����5A����N��c��|`�\�M�eF��uܛ��3���[��-�m����er���mV�wQ���j�w�
�ik�񨚪�fZ8��ZP�*1Byae�So3w��@�����[,|���8C�Dگ�,�Z���,�A9d��K��c1DB�M�/`L�E.�����(Uv���V#�%�('j�f�!�/��|F�[��H�lK�h@ڜ�Х|-ͳ�"J���׽)3��1I�Xg�;1TƂ�'�6ł�%/!�p|0ҩ&�pTc�|���@�H�B5i����j0�JYI���;*�Ь&X�U���hxa�	HS��#�C��S��E�XŬ��ɤZ[�$'�;:���ZE��s�G{<+��U���dp&���Za��R��U�r��yY�Z�]��P�H����`䵹l%i���E.6�.�9����>�2.�ġ�)�MC޲�Mҙ8���wU֜i�@i4r�Ě(
Rѫ��S�1N�zEsF�V�6�!��M�2f�#���1e�]”����p�T"��{(l-k-X�6�f��A�;F!a��ʫC�Ӭ#��:��.�S���tL���Ӹ\pFݘN���m���2�l����֪<��h�o�s�U:9���!������=3*�B�H��BR�u�%�JY��Cd��8/Dj��kZs����\�7�Zt$���^��Y�-l
���̩}�V������wȇ��]���&�������`��[,*)���8ū[9`Q��i���QDX��ZA����jGR�N�Fpe�hE�
�OU���H�/��j�ɲ��bI�`#����"�����-8�<��)y1w/��9P�g��5�b��5�!1:�d¶����9,ᎂ̋b����0MNJ�څ���[N_�f�&������[�e|���H�{8����*�er��b)Nl����m��ĩo�8�B可�lz�Ğ��s�d	�"�YN���<@���}z]�d�2�=}��ı��q
z���(X�$�0-W�B�x
�����ڿ���A0�0�~j��Wн���kZ�`�|��C��;:c�.�6'X�dp��x��-]8���{(d����y���=�f6b���$Y���
�t�����j����`���6*c
�@�M���O=^8�v��B�f���qʞ<C�[�V�-�G���
x܍��҅(��w�]ݔ`�p�EyV��0W��3(�X83p�=�{#�6�b�^zլ���/p��;Ƥ�;�F%KA���P�z`oi�F�$N'7�w]�CAy^���
RбÆHAu�.
��3cB>'�ѥ��pq\E�v���ѥw�UF�#^�Q�Hm�h��c�3�1bS��(N��q�џ�r6�������(>lcf5oZ�F�+�$V��7�Υj���s]�2����2���c���"���=z�J��@`���o����`_�JM	W�G,U��y�8��*$@Q�a��޻@� +U��	QbT2�|��Q_f&��3ʦ�T������D���-&�Bj�/��d���t��2��#m�h)��8�����B/dC���%�ߒ	^Z��C��$t�{uRx#���'x`z(<�V��lJ�2��.�4���D�(`B�E�P�u���l�Ea-��(�V��c�B�ThbBb-
�|����EDr�a���¢blˀAغ�X�X�������;��s�01&�*�%�R�'6:�ᴑ�V\و�T������%r)�4V��՛�]~UC���Å'`�k-Ԅ�M���=��MG�b4H(��
�¥&��@7��B��;eV���DU�W�zn\w�u�C򀞀/p�,Bz9��Z�����϶O�Q��ɜ�b&�@���لIZ�h3���
�SL�_-#�tW0`�ه``�a&K�@��*��O�˷Zf�^f��B�K7�onM��L=��%���7r�Nz�$b�TS0���Wqw����˙��#����Ǝe�7(~�{C`w��~
���_9�Z�� �Qr�qdGl��z�q�<�c�c��dK��q��=!��6/�����$A�M�O����V�h�X�6QF�f��8��V�x�
3�yq*�[��,��d�*8y�{�4�Z��l��L<�䈷~Z���r��c�Eܴ[�<M;���>�/�~y��q*-4�	�eC L>Qz�g�5���g��r�����o��c2٬J�%"�wv6��fIv���2lx�&r�r����˒�B�f�&o��RJu
9�L
Ư�v�H`�e��E��q+W�R�~M������e^���U���(ˊ���.����F[*�u攌�9���"U�@��E�	Vٺ�e����8�̩�pBf���>�h��=��Ȑ��礖Rj��5R�ʓvb����&7�
<�΢tk��P
c�F�N"���H�wKa!��PA�\mQy�3X�+��@���`�AV����Jv�ss᝝0�f��~"��`��D�tK\�p�d�D����Œ,&��f��J�yjXɏ�l��A����9��kp7Ie�l�W�A����!�9d�	����=�2]ǘ���-��G��3k"�}�sj�b�n���i�9�M];�하�zJ<�_�i�\�5�ak8�`���i9`Qԟ�m7Gvi���[Eª��Ƭ��+��9�%��.\W�/Ѿ����n]XJ��It���s�(�(;��,W�dB�R�J)��,"�ͬ�kb�0=�B�b�UD�Q��-]���{��
�1+�]���dr��S��J�
��9�"��Q� #`��P2��{���	���g���۹��޿(C�I��hNav���A�5�D�!m5K�_bª�Nk�I�2j��z�VG�n@{�Q��B�!HaNu��VL(	��A�]�B�)%�&fZ��b��CIX�|MuK�b1
�����������
��>q���T[��{�d*4�H�)��Ȁ	j�\z��f�;�o��qr�e^ѻ�s{��G2�R�1�Y���8��hUxIv��B����+�ck`�A��g�`���ő���*4���8�V��!T�s�D�~�ֆIK^#�*��|G���,[�������%��NvvA�}�]ܕl6���nn����G��;:�(î�Di��9Y����֚|�p���j�E[^ʰP�ԴZ��"t���A�A��Y���i��h:�0*��5r�K��+*�Ϭ�h��e\L럐1/�f^3�
�F�,�f/�A�
��T�QGgE�2����)=�?��pBRi%���a�ճQҝ� ^�\haJ���9 guVռ�{n�($*���=>-��&�v��y079�A��p�z����A!��6�@?7�tj;���v�g�0'���UK�f_��)��x��̢�͇�`+��3b�����Q����m�����>�.�a(Q` 	k��)�w�Sb�	[(,Z��q�"�TQ�S#%����j�gt_Vc@�H�Ф�I���5@�V+O$�J�*�mqPH��ϓ ��S=k���\����H�R�P2�Q�LՖi�nt@�_b5.g<�T���0
a� �5��D��T���%jm���|�>���3�4I�$Ր5�+$�b$�X����Gz|�Z6���X�t�I[7wo��0�>aV2�Ȼg�g�&�mƗ6�N�Z�ѸFcP
Ea�[3[Ժ�o�b��}`!���bդ,�B+���lfz8�]5
f�{<����F1|D�Z(�7N���9����gy{OXC\A���ivE;��(��a���v;^	mjΡ[�Xsg�DE�k�\s�
E�j�q�Pa�q7Pգ?�h)-m��>9F�k���t���G;w���$�$��
G`]�#��~OU("�����T�
W��2Ś'�(\�=u�r�00���Ρ�%�܈}��.
�D}O:��ג]Z���7�p���lzW(F-]���oy�B����(��G�.\�~�bj�x�D�|2��;L��J��^�����[@�81'��o`��E}.�i�<\-~
�������1_O������c�0�e;⟜T�j�rz?�*Pc#p���}�b$2;��
��8�(+�a*ke����8��}����E��
�a�w\2�ڥ
9�Z����)w��ZTk�l��TQ<…[�b6ܲ�� 7����!��%'��в/��xȽ��vp�F��3�Q{ 
o�贴�$�d9 9��f��J��U��]��m,��kQ˳�5�160�mp�+����F���*�HEg��Z�^U�KU�h�&��2��f�A��$=�U��(��{j�'��hW$���*Ҙ-6�J�[i�V �Z7����-���
�X�t�>4p��V��5U�(�5CU�Y�X2��9��8��%�~62���z
�h�q74�(���9��Q���b����Y���	���x��A���k5J�!,	����!������ =bJ˵�tI3S���L�ggV�1D��}�UK���[w�l��7��zGr���u��F��ŗ2b�)
%v"w�(��	��m@YF:���%�j���-��"�X�X���!�f	�X���5�)� ��<D�fc��´�#�|1	��¥,�!�8%���l�H0��U�����"qc���f$�JB����G�ͷ�mBF�2ϻ�hP	�V�H�^4��7R��ݧ@21
��{
sWS�p��D6�XH��Vgm���
k򺸱�(\�w��[��Sa̬�{Ct�9�K�"���{p}"��Z�6�F ��E-��Edl��Ǹܰ�3׽L��1k!�v��5�qC{d���V��h_��rn���t�*3|�e�
x
w��7hCT�5�Z�	r<�`ݹ�|D�>o��`��Ų�o�
QH��^�.G5ǒ(l�bO�2
��������7/����5Z9����c^=a`�� `�w��>蜊��%ɿN��!IL�^ӓ�3�oD�ʫ��I�~�h�(�H�6:}c"��D��!�ʦ۪��s���˃m8�-�t�|����
D��k^bO�;A��7͕���`�����[�%$LV�\���33�[>�ֵ����S��~�"�8��I�%~m�����[���&�t|(-U��r
�Ê�(?c�"�c��"c��j,��U䤽{�i+�ҍ�e�À�n���2^�M�ۧ�a(��?`��fR@�f���9�@W:��Ѓ<<P5+�U>h�@�uqPģ���b���p]���
�5|H
eyE����F+�B�X�
�`mL9����+AR�V%�t����b�5c�Ú.��
�ėd�UV%��֎5B���2k���H�R��b܊�q�Ql?�e]��Y]�bf����6=Ŋ��z*H����#Q�źx)2y�݌��o�Q��.i��1��ĮC/s���YwN�Z�yb����+D�mX@��M�)2G��G�沽��nPS���5�">b�.*S�
9>�K�̹w���bd�k�}���5�#@9/Ѝ��@���\��~*;�<@����cPw���A"Uʚ1V��zc���J&��F��R��K��8^��gr���z����zL�6
r�p���ҵk�E�O����L_|MO��}�������zG��᝝[\Q�e�"���)����ub���˗.\�r�˗.\�r�˗.\�r��Pպ�����e)�e��dq�����`���?|�2��j�6TF=����1���������v)��p\��E<�7Z��p˯�w���خM|م���šB�3G5�C��!�����]���H���p�����t%-�<1oC�%����Ƽ+��-��b�3{���z؎��{��?�|��}b���y��a���j7�����fXR�'bÝ�*1����Ec^�/)�O3��g��	@�b�d�o:�5ʥ�[�Ԍ��!]"}��A�����`�ő��&�ω~�_���da2�g��5#��d�d8�9��׮�Ir��;��	��1W
Ύ����kԕ���K/���2�l�[/��)$2墡@^^��b�j�q���X���e�~�_���e��~�_���e��~�_���e��~�_���e�~�_���e��~�_���e��~�B�E��fFN����c�C���?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�����?�x�������r�˗.\�r�˗/�)�Xuu��GH��a&O-΀EP�˱�<�x��?I�~���'��O��<�x��?I�~�����G�~S;R�$2�
R:�u`P��8�|"�"���
�E�V��D�
��x����ffXQL��f�M�
�р��~��͡I��2U�6�� K��b�B��qUFܠƨatFD�.@5��P��N��H��Щkӥbh<��+���"۝L�b �Y��P"l�Nl?�fHw�Y[�wP�����a�yMa��4�*���ۺHF�
���G&�6ځ�&G���Q?ɺ�Ѧ��#�Pp����)�(R����|��S�.�y���Z$���ް�ޚtP���"8��go�> {�6j�F��Ž�@Eb��ىrL��A�y��X���l�m�cnj��Qfj��V��E�������p���
���̹��5\f�Z1�B�po/z��h�4rS�KJǻ��M�)n���(��s���/~�>\hz��RSa��6���R��4��	V,��EVyhl�=�(��{��*Ѩ�.��LH�G ]�-ğ(ӋJ�բ�,@�Zj�"�9��"��>���(L��%�>��_u����M�;$��ZZ/���"#�!��sl	lяy���`�0Bۖ!'ꑢ�}!��U9�TҲg`
��{R�Li=c�c�P1�j��ׅE��Vng#�]QީE
A�i8��jSlҳ�K}�|����3f�WI��̰,�h%(?�+��n�LtV��R�F L����1��=p����`JA�AA��B�U�Vz]�ړ!�T!�\A���#F�Էsb_��ʔP���b��E��J�Q�����l,w)4%V F����CTE��ɒ���	[��!t�Xp�x��6z��}*ı%���[���o����'����	�i3
}�g����?}�������ES��[�r�_[�r�_[�r�_[�r�_[�r�_[�r�_[�r�_[�`VB�1>�'���[����o�|-�O����>�'���[����o�|M�G-�U��Gx'ygygygygygygygygygygygygx�=�u�d(��
��Of�Z*��&�H4-��J+�K��j>$`i�N�Z�0�N��H6�m���X�%������7��l�`��z��4>w������g��3��?�7C���3�3�xI�'���G�3�[SӇ�_ء��=)�ON>8��v#�=�W��a��(���g��t*�W���BK0���1u~�@zSО�C���`�/��?�i�	
ʢ��.�ք�>�B9|AI+;+���k�F괶�8�n]�

��BP VY .~R�+ ]�jš�V��<6���8�tn�e�c�|M��e#�P��x�f�g�z��Vu��G�[������Áp�T��x�,
�*T�c��*��-��hx#�*@
Z�"�Ћ��,��[`H�j+�},��j\�6̃�R�	GR�/4����ĆbAm��aK�Aq��i���)z�֪�6�;�؅N��j�������a}������(2ߌ����#��C�0����AH��a-k!�T2�	���Z�%~0�Yi�����Ê�2�e���PF�2�b4@��%A���Bٴ7�v�i�H�@+��dzX/���̿����5؀)�m��J�wb�V�9d�HQ$S�+Q+u�짜�7V��b�V��>�%F��@�W�,�4܅RF]gl��0k)x��`4h+�cӢ���"���tR�@������/}�4����&������E��Aފ�%u���ܨ�M�=Z�$!+0�,���η�m��Tws8�Rޜ]J���ȕ��mJȠ>^%?.�K��]5����W5տK9��x��[�,v���d��^a3b�M,{9�,�B�N��Ѝ��c{Z��� WA̎�����`����Ո���.�|�jT�9!�Pܤ��0�VZh�|&�t��ۀ��	�ժ���GzΘ:�W��_W�w((C�fQ�������o��^/�|���4
8�_r!H-u��XaN�!'a���(0��������ǘ�	|c��8Ki,���WA�*d]�)k�����`A��US�F�>�#�����#�tZ�Ի�������dTJ�	zu���4��9�F+���7@sLR���x&5����D!2<�e� �k�Ţ��D;����z
̽�ƒL9u�+
���+�����ԯI.yD`AV�㉅���ƒ���+P�3"T����Mx���%���︸ѳ
R�*$=���K��%B�=��hj5�mjUwn�F
�Gr��Em�T�J�Yܨ��I�M`�T�����E|�ȉ�f՚w�Ȯ,djN�����Ň��hR��S2�D���]2�3ۻ����(��-l14S��BYX[��y�PH��\�\)]֦���m��n@��bQX�+*�K66[4���fW�5�����WKv^�/�Z��3��5g5Zu�e�`��i�R�`O:	��+q™�W^�H�?3d§.�ʊ����.1Cd��:�ZAh���M�+s(����x�=�%���53y`nE/|Հ�-�Jj-9b%��`v���~�ǧQ�>6��\1�K帉{��w�
���*T	�.�2��[}Y�w	��UN�bNq���=T���BZf�Epp{(���S%<�&I��:˅EA�2�1R�Yx�$|�lv�g�_���LERUъn[����1�*1٤]����D���x��a�����֢��z�j%��^�����`sKbf��2�[�B�d4c�e߄uA�v̨-��Ul6GhEhWp��/Z%��R
�����w�`}�(�o��AޗP�[��F�3�^����)��Y�6c#��2��Q���c�3�Y���R�
.bcShgqM���ib��cO��j�t�U��게ƅ�ó��t��(jU�*Pƪ��⎨�h���HPVڭ^�z�N���T`Ơ1P�҇�]��1��5u�`ŐhX'�	�Fm�bK�/F�'R����@��q2W�5�,$�i�P����anR�R����U���n�8�%b.p.WC��s�l�j�`P�-��5���!=b�Li$��D[h�\-`E����ձ3��n�kc��ln��s)�h1u�s+LTB�
��w�K�[�	�PB Z��Pʯ�����?]<�m͚���x?�k&��ez�&����_{�Ґ̓u�y�APR�ɵ�"EL^5/��P����I���W0]'5�2�3\��-R���)]��\g0
���lW=���KQ�^��ҵ9C�! p?J{ =#���ɨk	����E�F	���b[�S��NQ�X�-V�W�zT�����8-�4c��Q�ȑ��@���A�C�XaXu2�J��j��q2��h�T`��L�aR�1��
RU@T�h����~$tC���%�
���)�2N�')I2·N���)'�l��T**(Vc�d�q5W�\^&���%Xʃ�֩y�r���%>T�b�B��F¡�A5���$� ���� F���O�rӾ��NcWN��ﷳ��t�z_�)�B��R��3��e���+�ự��5�TXՌ�ch��0�W3|�b��
�n��r��ݗ%�gn����8K�*�	g�J���}ʰ��P7��p�]��L�Y%4k�;%j$l�f��;K��{TDr��%���dbjV�S�pm��R�ѩ�ň��h�b�pe
<(_�j�X�R��4<���{�_�5�`E��yNmN$D#L%�����ien�"�*j�ePr-�G���6p����Q��7Z�wm����Q��� �D�Y5�/$qV7�-�t��K~e6��x�p����i�/h�>#�U����Q���졹j\S��e�[���UFG58�4�^�P�b�y�S�!-`&���[���uY���z�bA$���"��>�^;K�h��د���y�&	��f˜�lY�h��NQ-9�`��y����0�
(��~#�5�T�as�'(�>�>���cѬ�����[.��B ��]=&�n�PdkX�@��Ch���;d�ʻ�.j��	"<ȡ\�q���v����1 {��B��!�tU�J!#��^�����p���V��)�ٰgs�ù`���d�q�U�m���T�fV��y�#S�J�J�M���&�L�����F��.6��Fɫ����p�xj��w��dx�4G�7Լ�;E�\�/�g�9����L�49�Q�4tE��5�,Y�\�I�G��_"Z�9l�h�\p�����"۲��U�0��@d �������0K6l���c�6o�#Y��Ū���# �0�l\����|�o1m�fBM���q��yD��.׀�ǧW��!WAP�*���_���.1a�>fe\U�eq����<��k<�X��aږG�	p[c��X�R2=b
i;���9`�y�@}�넷���6Jҳ�c�t��3*^9B�VJ�i�F��Ey�E�PL@ב�Z�)�Ze<į��"��������ƎsCI����"Ax��*x���p$���L���^kf��qB^h����T�E6
�X��
���+��crɀգ7.�~�n��Ǹ���h���;�C�7��CkӔ�Dv�X�l���2�\�u��,��(TD�S�򖱱 #a�V���uU⺋�R�/vb��/��n>qvz	�B+l�3que�dY�z|��x9`S��ň��D��l1�������Ũ`��
&���0	�j��/(|���n^Mf8�s֒�@E{G�0AR�i1��]0��-rt����C;�"RL)J�f��-Nv%�ۂ��c���$h����	S��U��ƪ)%&����9��P;=�cӪ�?ÉNq.�{���p����I����z�.P�-a�U�8z��y<��L9p"m��ܟHrYC;u"0=��`��#�n��M(*��ז;3�\�d.>�BM��
��%���SȪUR��	�cfmK��@��\�4j�B��|��ܒ xID.��.ųED�!�a)�a�
�`‘7[�]Q�mb�!�,8FTTU^����;ҿ�T�;��Y��W�}	T�-�%����F��e�N���x�����ڕ7���+�E��@LMmi��=���Eˆ��m�Y[�`"���P ��=U�.\�����>bH�Ub���=8,��/:-Q;&�zQj�阒�����*��I�f`iWf�2�zh
��F6`=��¥ß��R��Vqj�1`̺�a�e�#'��R�����hF��W�m(]Z*E�Y��������c�Y:�͜��_uV��<�3��<�3��<�3��<�3��<�3��<�3��<�3�˗���K�0E��ϗxp��K��
��#���`jZov�ȏ©��05�nb��[��ݝ���.��o̥�r��5گW�����8�K�PQAZ5���[�}Yt��E�Pd��\l�T�c��n\Pr���nB�^Ky�Fٻ(-�^{�Ff�V��"B1X-���*/��o*�U�Q
}dG=įf����,@�z�D�(�X-��RyF��hM�&m�Z���J���b��R�L�q-��sь0W�F����.�O\a9�f�-�r���zr��6J�QUٍ�nТ�\�OYk��8-���>
xaTm�r���.]�A
������p�
awY@oŰǹ�t(܋��D�B�E�h#�D �Ժ��<���tb��
�ľG��z��[G��������z�|^e1�n�O���d\����wր�2?Y�p��/5��t<��3/&��A���c������J��Y��S;�,��9'���ۄ�4���x��8�����c\L��te0��?H=��LZ����H��N��xn�d9���a������l.�gٌUp�J��

6Ӭޮ�F�/�D��2�U@[~��X��?�%שd(q���m��2&�rk�T����\���9hq+Dy�r��Z�؟ԡ`{7��&R���D��ף\ͤ�Ag�5�V��|�Lu���,گw��-a��}��|=�M�����P�%;���N�rS�)ܔ�Jw%;���N�rS�)ܔ�Jw%;���N��Z��u�>B*+L\���_���1|���6ʃCe.�;'։�-�z�ٝ�����%�д���XI*�_(ǚ<#-��q���i�U��jp��{�)
�F9wq�韵8/o�-��/���O�e�<��"e-�-l~����EjyU�J����v��07r�2�If��r�a���n�R�[�r�lV�[��f�V���(��R��;d�ms�e�,-^Bk3����
Z���5��S�By�k�K��Y���*$�K�@	c��c��I���K(x�w�\X`_h8^%�߹6!���������c�y/�4t��#6����YP<�1�$Qv���KrZZ%��AӬB��sm��>VC��2��3���<���R�6;�)�Ī�N���;h-N����%
X�=�#캽P݁iW�+�WGO��xx�	-(p0Am#�����A��c,��P�}��������@ 
�Q2�=;�X��*Yq=j]�%�R�CT}�ﱢ�UىT�Vн��}�85��'{]|���[������(O,@V�SKfX�6���s&�w+�R�� �+Z-ߦ!�B��u�A�Q�H�8� xp�LB4�#4��V6yٽnXU�Sw$��9�Ak�#*�@.2��5�]��AJpD]����af�ҋ=Q�1o1�n����������EKR<$�l����3��W�qB>��0;��De�[���f&��"0ʀ�m3a+�ĭ�Q������ eM2����ſ�4�k���;���z'��G�u�k��!�n���d_�d5eeг"ۆdzdL�x�^i�U����̵�2�BF�W^e�S�A��%�PЋ��2��F���U?-�2�H@8�ʍ+CNF��5a�5v��3����HSCt�:OX�S�ʛ��tG�&�j�ca�b�%ً��:
o����S[&Y"��
��V�Uu*-��	�`�>&UȀ<�Y8 ����lzu8�ݰKWފDy�1��Jb��b�64
'r,]jA�P[���6�����O��Lb��8���`�4�+�
���2��������ŋ&8h0�j����m��j��B�!#��EƮ��v��nw���<�Sb�\T&�'<)�$#%�v@r���y,n��
��Q��X�:�^><�B��yrDJ��YS�hoc����e��Oa�e�I�C�$sܗ���f�q�\:�2�r��Q��+g؜$�rp;��)=��|�^������:;�d �2�g�ˇ�q|�8��k;]O�T"����JruvSr<.���3�J�6�
��x�~t{bm`W��$KE�0D�#�}~�e]n����tK^����t��%�ey��sg�9��/>�Z�59J���+\���ٺi 8�R�l���Z2u�AN7���ʀ*���T�[.�gӥ,��Ծw�IZ��a�
�u����&��!�1ezy���H��1]:��=:���Xs@2�D��qR�/�kfg��bz�L-����|� y��yhHj� #�:[�^�H��y�F@k�k�;�&Nc
��5�s.�{W���*b������^D���J��-#����)�����9e��	$K2���#��@�K�;�]�x�O�*
�&k1��mˀ�%4Σ�
a�����L���缧
:�{��>��8��{�N���G�x���Ԝ �&��^�i�P���(t�5C��9K�Pd%Y
,k��T���f�<T�8$�-$��]wG��.f$�h=`�"YU����$xPb�u�
���n��!a�������V.r\�e�
��3p_<'O��s�F��1�Mc!����,�U�e�vN�	��Uk�^��B�o	=�Ȣ��V�w�4
:/屹J�+��R�V#,� ��V��
䬞(�ĵ��,��y�kg��那BVR;�f.b�-l�z#x�
%�Ġ�"�`[}`G
z'&0:�e��hM\�g�|�
�0�ZТ�Y|��^Uip�-JEB������Tjt5��D���bn�!9yS��%� 7��l2:c�,um��X����"�V���:ۜU�02�����#����EC�z^L(�,�cu��&e�T�F�ywe)J��!,c �Z̫�2��� n	�dz���6�&�3"˸�[`.G��;�
��D�m�M�xaF"4�W'����ށP�&�)�����fh�H�z��ߓ�J�׎P�{y�:�-��I�p
^x����i�\ɢ�aU�)6=��l�Cv��
���#w��7t���y�F/b�v��,��X�<5�P�mb��hfߤ6�zg��(�ʢls�5���@���(���t�-)C�P��}�C�M�3��0Ta���
��n��[�8�\B(��}�wQ�"ĆP���y�&��5���=�%zLTU�&�`Wh�ZTȐ
�#����-��[��^>�L�W���k�C'r������ �a�U)���n/�j��^W�-��i@`����Q�����*��U_̔[�(VXZ�P�]�t�Fr(DbҮb3�&���PC�9����@6"�^b����e���������
�0499@��P��x���"f+n�[=}�L-��-����t2�-������v��)�V�$
��)M���X���OX(X�;E�q̥Lí��o�A�)����$l���t����hn1vk�UB����#��ϙ�'��Z ۘ�v�^sZ��x��,>YT+��.�/���b�LrE'X�`#ٔQ4q�/2�@�F�P�E��‘H��X��<���vL�[���H����r׳��Ԣ�_՗�n#�*Z%��Й 4����.����d!./p8ۡ����4-'
S�+BA��d(�Z�0X��ĭ��X�.%�E��<g�]|��/4
X�.O���i`^q2vUe��>�v�b�
��7��m�����Y�2�T�AI�
�nt4UUT��tf!�V�5f*��qÇ�_��0�>	q�����!�p�L�y�o(�J��=6EK���]����,��?��ژ�N�m�kӔ[-��dpㄻ,׊�9�,.6���+YEwb����w�뫭�`T+���
�a���b2l��0
*nƃ��!V��^k%6M/!�T�1ɤ�U��E�^H�-��DA�
�����Y!�Ys5y��{ȥg�\�ZHm�������n��,��\�!�"ҧ0�";v�e�E��74sEx/%AIg2Ă�
�$C�Y �L�]r�2�)������
Ⲷ`wB��װ�O@�p�@���ʁ��_��thd�K`ϰ�TJw�6_��3�`+w���K��-k��0ev¹T���@���n3���8�V,;R��y�
�.
��X��c6P
��^���j��/2���H�X(�dC�l�t���wiVq�؆���,X�����R��E#vR�8��7O����q�k��0b]�7@�k݂
Ú�]L�e��a�Gȗ�kw�ӲƢ�D�g��V�-�gvR<Éj>�U.#�P�p�n��7�	y^Χ�+�ۂ
��θ�d5@�-�h#�g[���$�L��̴����x�3ڻGƩI	XvzF��n��B�;��x�i�V�!`�-ێ���&YbT04(ց�{�Dw�:Z&Z�sL�fiXr�;��ow�2���Ai��8ѹz�1>qX�&�
��9���i���^R�U�qIp�v�Ԅ�pߛ� p\n�������F��MC��a��0*S�1��cBX��偌).�6Eq��u<*��㳰E$8"
��0i<HԉUi�{�xU�(.��~�9P�+�<�%�IOX�u��ӊ	P��3����*Uf	��…LN��Y��
��b^ԍ��a���3
���U	V7Բʋ�)�Q���1�g����eC�B�Y_:��tKK�'���S7�J��&��o\v�Gh,#��#�횯+f��L�x*P'�/�TB�}��]6�u�$�Ej#�\�dsj`(���rUV�m��*�R=�Lb�}��]W"�1���UF�kh^Xo+S�K�Ss�c�����(�T��j�'�k1��ܻ7���1��:]m��d��,�8����`��*U������Z�C�����;��b�6�%�[�H��W�~��|0<+�E��{�,H[Zo{(�L6�+��r�b(�p���9��/����xa�
���^�C�+
C�08y���.��ץ�	�A�M��V!D�__1������t��V��i��-�v�$
\�}����nK�_��^�""����ԲT�Q��G$&Ǥvy<���8~}�\�<�:������O`��(p����y�u3�C>#^��	��--��]�ZA�k̰�HZ#������e�N�zE)���+�!N{�A�pA�Հ��K �ټ���fF
���|�凒X�x��
1B���"9�k{��v(�)�Q��P��94ɵgR��p�Aò��&YZ��,�Y�T�L�8n���y������bA�� ѵH�Ƿ���t��؄E�b<��k���
�y�P5�R��Z^1��p��V	�tM4/2�n�M�A��v=:�|
s���;�Lwe�6&�Xp#�c�>��5k�q���
�@���_�q*|7�U)�5�Ehy��4�a(������h�'[/��>�����M/!��O���3�NGsQ��\̔�a�m�㲩x?�b'�ꉵ&���
%��9���Cl�,�E�O\Ùn�=+�����7�b=���ݝ���ώ�FE�;�.��_�dxH��
]ެ�(�3����W��&ק(�rڌ�"ʇ�h��ȕU`��I�e
�db(%#��������
Jq��w��E9�,9��4h�@�ur�	*��I�%�`�AL�(n�+�-&ZA�1c@����+��DCi�md��K
%�@���@�1TAĔ�3�*��Y��X!C��v�gW+V 5�0�5�I�=���|S6q`{[=}�X{Jv���ve;2��ŅfS�)ٔ��ve;2��ŅfS�)ٔ��ve;2��ŅfS�)ٔ��ve;2��r��o�C
�׼:e��)�_I�����SuMb�b�b��*p*�T��i[�na�z~q�>w-RsU�]�����EH�7E���Ȉ�kw�j_CĿl�~Wݔ�G	����u��c��m ɦ`�,����r���	�"�k0K��,s�e��B�������J8(0;�ܔK���xT>ۂ�1!J�����,gI�H�����Ps喖�����ݗ��*�c��Kׯ�15Pi��b
�S&�'��k_jtOZ��Z:���
]��S��CVZ�b� Yt����PV���=)�OJzSҞ��=)�OJzSҞ��=)�OJzSҞ��=)�OJ)S��:LSH���/0�	�Q��Ļ�����{M�(�ņ�b4EKT��}��aم�����@���QDQX%��=
�SmY�pq-Ÿq�����Q��!,Pc�,S����!p�?��U�C+aB98Si�V��@��+�;^�q�~Rc��A) U�H�L\OxT�;�ZXgס8���Wo�+�%v���~�]�d�߲Wo�(���O!<���O!<���O!<���O!<���O!<��Z��u�ނl�%�_���~"_�����'�_�j�����>��K4׺�zu:��;�nw�O��g�c1��*S�^��s"�b9��!y>я�/		[���`��!f��B��]D>f8�j�q���Ps[b���T�$�w���¬j�1�mK҃xo ra$�7�s��,o?_�fAc8��zqC1���x��Ś���E������-31�B�GX�Lc���u��V��:E�a��!��.zc�YƯ���r��V_�y�L����G���Gf`^����ܻ�`���y[c>p�i������i�����t��j�jp��Ys�z��Yvc�8�C/��c��꽻����	��Ve�Î��k��<Kd�f�)o~=��k_��?��r�˗.\�r�˗.\�r�˗.\�r�˗.\�r��G_�����=�%���^�+GJ�-�x��M��QƐo��	6�ṵ��z:�ʜ�uM%����k7�@@q92�9}7_��}#ڋ���`���
�X?�3&k�Ϗ�J6�������	j���z��|��L���`E�w.%f6��"ͭg����s�Dv}A���|���q�.��%7O�Y���ä����]���v{�2��餰�����ʯe�K�.\�����3]�9zN�Y}�EU۸�����z��"��c�L5x�کk�e���m���|����O'�qeWqH����Eۏ�JF�0�;�
��P�}hX8e ��*T�R�J�*T�R�J�*T�R�J�*T�R�J���6��ό����>2�g�_���3�/�|e�ό����>2�g�_���3�/�|e�τ����>"�g�_���3�/�|%�τ����>"�g�_��<_vx>�������x����x'�x�xg�xg�x��%ee%�ܶZZ^[�B�O$�O$��<��,��<�������z1�cяW��z�X�c��ǣ�S�޺�o�}2�8�=Vâ�l2Ց���c��ǣ�V=�cяF=^�z1�6�x�IB@���&0�:�_eta~��ch�2;b�KR��[�D!�aUU}�0j�w�'���P�V�Åi>�n��-V���c�z�X�c��ǣ�V=�c����u{ÖR��J�Ni���v����W	K���!�2�1�f���7�qp,�O�},O��zh��+7�n���)l
_�i��b¿��*���a��0g����ǣ�V=�z��Ǫ�\s�jz�'�ċR�.ǣi��j��J��:Z`��<FE��hj0�
���fɛ�3�D6��`Yf�*Q�=���$b��Ѐ��cՏF=�c��z3,D376�^�z��y�:1��a�f�x�K�sk�?2�
�Q���h(�GӦ Qb-l�ۂ���E�f�c�0�t���[���[׆a�����^��Qw޹�}�X�3�+�����P���׎�(�7K����`=\�{M�ׇ���4]��Ǎ����Y�a�`�v�K#[���O&~9Ի������_���s?��z1�ǫՏF=X�cяW����c�����z�},�����՞Y�Q���r���^+�A_������;��|LC+���)d&|��q5g��m?��"�p]b�=������ٿ:�W��#g�~f7�]���\�����Us�+_>�z�X�z1�G��W���ǫՏV1�M_�6�����{z�X�c��ǣ�V=�z��ǫՏF1�cяM_�2�n/a�c��ǣ�V=�z��ǫՏF=^�z1�c�a��l��?t��3�L��?t��3�L��?t��3�L��?t��3���?t��3�L��?d��3�L��?h��3������>���#�<���>���;�<����+<����#<��O4�K���---�˗�T�D���i^ҽ��x'�x	�'��2xI�'��xϧ��~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�&~���g�����/��<_w�x����}ߙ�3�~g�����YF����#����g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g�����/��<_w�x����}ߙ�3�~g���������g�������T��@!����J{�X�2��s��/��?��=
�ً�x��ꐬB�� ���a��u<�oҥN�U�~����k���_��k���_����/��<_w�x����}ߙ�3�~g�����/��
�-����,,I�'��rL�!X���þO9<���O!<���O!<���O!<�7bIOd������1apL����DZ0��+�˗�z�g����������tp�����l����KU�]\.Ե�&!/2���%{J@��)�ueF��%�r
��1��jޝ��	̧�X�tT�R�aľқf����d�%$�L�R0��1
{����:��u��Q�����v�&K=!�%�h�^�,J%���̈�2��k�w�L ;K�J �1��Ԯ٬#l$ �D��Iq�-���Z1C2_�ReJ�*WG�jf�qf���[���5��Υg2�r��o��N���Q=�=��U*>�#3�iq��
�!&�t�E�����g��ܨ�D:!-գ�~'�J����w6�r�jo�GD(���št��]���'FT�Yd�h$,��P� �(�B�P"����R�f��}:��_�Z��j30"��"�	(�QPa���'��J�e�Q����.),�h�RH�b��7]�FF�&/UX��bق�	� �NF%b��Foq/غ��f�����7�7�_���}��j��Q��:��N ����D�U���*1�J�\*�X���L��th�_���j�&i�;��{A��c��`��"3S�
��L���+7�[:�+ع�=W܍����^����aBŮ%{�ۉw�'�Aqr�"�dK�E,�&~�-�Y��6CsX���k�o����>�)L [����⠖Y��1�D�pT-�PUАN�Kҭ@���Ѫ'Q�P�����:>��һte˗.\�oN��ؓ15E�t��
4 -�,/0g��+�0��!fzfB���==��u�Bn�E�Q�
�g�!��:��J_iB�<fa.%E.��D��
����^��k��=���"���c�,K��j.8YN�))8��,X�ԡ�ʌ�b��a&�u�����#j��*�dS���oԵf	�����Ǩ�=7���1�-����1�Z��J�G@_m�����Ĕ��^��
�$�7M�<EԁR�q�FD�)t�{���'���AjX��#Z�gzvb؋1$�J�EcN��1r^�.n��45+�PEE��-{���/�w���F
�z�uLj�J�"�:b�x�0*I�M��f9b��x�j9��b;#'����k�k7=�h�൸ݹ�6w=
�^z,ax��t<�\^�:T4y�ej�E��&�ZU��
q+hꋩq�<�
�s����}	]��^����G!?����  �MrYUh�8"����)�9[�Q����`��2�6��p\BŦfE���,�qb�Ţq��k�1+��[L�ɜ�32LQ/�`��CЛAD�W��z9�̐7њ��n�ac�aH�b���,w^Y�}�}uzu���J!�4�E�K({o]��(DX�%�����}�"o`k�����\r�P^�6}O�8���_��5�,���&����XE��}>.[7�>�)8���E�^��*rʋ5�Sb]�:�yO��(˸�0b-"MBU��s�����a̵������\�t�23q��-�Lj�I��=/�LV/��Wn��z���=_a�s�{��;'d�m(m�*���VEg��1�ˈ8cޞx�:J�^�Ԉ��0�\��}/��A���%#s_u"o�z-e�ewʘUPkp1�PTB��!��r�u�����UNe��F�����/��V�E�dnfT�ʕ�#*T����%��cS-��\D��{�q� ŋ.1�
�
���e��
,���C���%kzf�V���Ǟ��(�Е����z@�R�����q;M*�I���!Ak����N�D-dzFb�*бM�����/�pa���̡���CiU3�DS쬹r�������Q
F��n�x�L��I[*�����/���4�N!T�
��}*P�W�H�o0&y��r�O��Х?2fC��<*1gd�5�Յ���O�l�\�/�!�BX����[(��Vy�n`/P���L���nP貌��a�K�D�C1��]�^.mr�%�s4A�0jL�$�;R�v��..--��������[�|'�u���/Uh"��(|�ʕ�B�<��Ʉ�2���E���b%��\��EDV!���ň��1�_@��G��/Ƣ��0��������)ܱ�8�f!ݞ�r�,��M���%.r�Ց�O�7�����3)����-jf+�2�e�F��deǤ�+�z���{E����D�HP#ַL�iT\�^�*��e�ˋ�a��<Gy����F��r�;��"X�
A���ؒ��f�uh�-L�D�� ����Ƙ�s9 a��2�v�3�摆�Lu��$��9 �,˗.,��Ev�wj�'����=��d�+�ˏD�a ���C�1IW�qD�T*bQ��._G���"G�Ō���B�	�!�,�]̕,/]�K��f�Ly�o�/3�E�N̨�r��~Dw6T,�e����[��)��W�����٪]ŗ.\���	����[��E���V�0��r�˗��˗.Yq{+�h�V��W����%��	vW�	r�\cw����S��_C��3�&F"
��‚"�K����U�`�����=��{7,KLB,Xte
�A����:2��DXK�eBĶ������!���D\-.x"�.�+G",az.\��=�_�0rF56��#a-����
��(w��t��6O4�iA�H�
brM�j�����@�
�:Yb:!Wn,p�`\)�X?�o���\e^�e�HΌ�K�*�}��\c,a,�f1���.�c�Tq<F�1.!q%qVbJ�*TN�=ա�F�	��D�lܦ�cY����n(>��p�M�)ak0*�l�4���b��QR���q)�7б;��@��}./J��]�.��%˗.,K�i��Qb�D)���q���6Dz�\�r�._[�/�>֏u�q�7/�+�
4%��.�goK�U�Č�!%71Q. �f� ���4��CJb#ы=eʇ���轤E��0f�,^�S�R(�D�s��ߩ~��/�_��OT�OT�����ԩ��yV`0s
d�%ˀ%�\���֗r�q�F!��GD�3	��of�H�L	�K���c}tE쁾���;�E��	�@i�=@}�������笹q�Ĺr�Ň��bf7)���Lr�ڔ7҂�,����x���~�o���_�d��9bXt]�]a�K#���C.���Id��*S--/�x��x'�x���x'�xY�g�<l�nSʞT���%˘��+ ���]n\�~��\z-NN��0Yx��I�"F��9"�rtԮ�!����c}tz{Kb��Q��-��;�!�f
�A�ۚ��XB�!B�!EЊY�[
����uK�V����q`#/ؿie��Jj_@�˱����0E��@��2�/��M����E�����M�5�f��7��.�kB�A�!B���!�|OOuud;S;�\�u�X��W�`:��S�3��\X��2��5�5F�-�]t�>�U���f��u��1��eL���"��F3X���j+!�XB�#paK���!:\'��Z\"���n&��2��x3�Z�������lB��]]M%�L�$�J����i�s�k:Ϙ#���D�O�sF�㾯�hv�B�/��zb\�(���!�9j_Eb
:\��cQ��=/������Q����O1����r�,xb�P�!C�.��qb˗�^a��O���ŽnY7� ��ۊdy���(�n��P�m]ך�����%�C�]�Y�v���ķ%q�p���iOa�z��2m����@�KS�Ё���QAQb],�/��^�C.�-誕1��e˗ѓ��Y`� Jۂ楏E%�Uj$��.2��\�:kBV\P�]7X�m-�\1t\`��t
��==�ySH�0SSǖya�3:K��#<��<���_FWZ���,�A�c�����K�D�DEa�F,�pt����˗�a��c���y�%�X��tcvua������t����	d*�V�ãpb�)L�S���r���z{�WpH��K�Aܸ�x����IN���Z�}e~cR�^bfU�"�踕�\�P������R�]R2�m�.m�b,G�Qe���J��C���K���=���M!{!	]@�WD����)0e������tK�@	���F�ѕ�^	Cq�0����VG�R	ؙ.��/����AȆ�i**�e�ZK��h���D�
V���JDz���kp,vTO�o��"�q��H����1:���bk��FDW���Q��6��[P�R�Y��
-͝(%�XG�6�!�� �� C"�D��k���3@��\�������������t|o���*���X�E]�ѩ����Wl��Mޒ�R�Qu*�Cl�7�E�f��\qd6rXъ��5��E����q ��t�B-��՚V��T�
������*�V[u�:z>�����+���MFp����/
�L|���U�B'��#��Y�h��o�Ht�'�I�|$�	?1?��)���xe
S��8��є�Ku�	)�J��e��͟{�}�+T�Bvm��R�zYs��ż E֐&y�.��H���R�`��v�.ijƘ���X�*��0�c��8���J�Ap�S�=��%D�`A��T۩��;ˈL��������s�}�,���_��ϟ��M��lW\�^O�)65�2�q�?�~����)�)n,a�/��4�Z�h�,[��m�=s���v��4�R6���O2�<��!��V��
L/��04Z�����2���(�?��wA�$�-�#�
����|\��Ǻ��˗�rɈ#u�}v�4�4��[�.\�qԯaj��>�J�X{	,�~��Q�}.coh�����g�ۦ���P�8��OE�C�Ŗ݃��6��~aQ���V���R��V��8t�W�*b=���+Nw]�n���q���3x9�uM���p��}��uy���h�P�d�1&�.�}����e(;�b��5̨��U��镺���U�3r�Ek�J�8.T��f��n!A�.\���.���j9�D�qTEK��2�s�*)k�0]h&��}�gg���$�>���3�<ϬS�K�v�?�w�w��w���w�r�!GL1a�].l�[����.7L5’:_����3 �#��R�-nl��eE��,��~a�\��i�|�YMSx���FX�"�(B^$4;0HtT��7+��`����˗/��R<����x�s	}*�Eb�o�.����u/5�%Թr��n
\�cH.��)Y�e� ���(�g!l����7{��D�q��j�-�\8��*���#�	�cq�N� 1�԰�*ђ �s6�m���9�������F6�nT�V�Q�`�+۪�RWB_K�Oa�,�ʟmfi12o� C��M���VfZ���D�P�/ʾ�>r�z�K���»�Ү�?�`����,�����(��P�j��e���y��T�(9q'~>�F�/��K�}�bY	*9}n_G}.U�"�c�(���\X��i�_�>��V���'J�*l{�Ec�z_K��
�n�ݵ,�(��j�ī�}o����X�}��JG�.ePb*
�2�˄,��̹r�˗.o�W�t�&�Bٚ�_K�\"�SH�p�zi�+�}+�ˋ����,K�0�]���(JԤLz�Z�v}�L�q�3�ˀ'�5��W�6,XAq8�.a��p\1��s�0Zv�&��ܸK�.\�r��u6AJVx&�:ޒ��j��D���/F	c�Њ'�ab�Y/-��}._W�_b��u��%�Rf��d�w\�Gdz�pĹ~��r��r��]˗.\�r�˗/݆\[�3n�I��x�f,|�nؙ} �\f������SQT�4����,�e��_򧳱Ջ1�(C�T��Gؾ��@t-7��_���MK�r�˗.\�r�˗.\�r�˗.\��^�� 9�R����#����r�
^}����_�~�_�{'��]�f
�4�"����-*Tg2�-���9�,��r�彄�c7�����C
�1+�b��.\��^�D���qa��Þ�}t�z6�3FWF,���Ԯ�J��m�]δF�̸	wf��.c	1���6ϰ�i�"
*T�R���h�l5)�.z�f�YR��mw.\}�N�Qj�N"�dR��c�Bi�e:j�t�u��c+���}j�\:q?�gٶd�˗.\�r�˗.\�r�˗uIix�E1BX�ԵK��������AEAt-------�~���*���rXԱ�x��=��	�5����m�Cڄx��x��x��x��z3Bx��x��x'�x'�x'�x'�x���^ZZZZZZS)��e2�L?��C@Z7�'([?T��3�L�S?T��3�L�S?T��3�L�S?T��1�
e˗.\�r�˗.\�v���Ͼ�˗.,�r��,�!��2��e������=�=��>�3��D��:}���^�Mtq�˙�����}�����4�]W����em����9�6�+�4�3�R�R�R�@��*S*��f����Kb�q���>����[ٔ�<)^e䆉V�8�{;=�?����O���}����IIIIIIIIIIIIIIIIIIIIIIIIIIIIO���x�Y�}g����x_Y�}g����x_Y�}g����x_Y�}`*g�T=�N�8��2�cOxb%:�%%eeee%%%%%%%%"%:*T�R�J�T��n�˄Yr��Kt����-FK�Gj��P���^νn_�r�n�Ե���i��u�r��G�4�W�ܿv=�N�1,�r�T๊[������E:k�H�З�f����������O`$hߘ�fᙤv0!�S�t�L��q��ˈQ�%a�x8�oG؁R��[�u�<@���"SOR=jW��S�pR���4��G^!�Ѩ*İ��6T��S�t�UW3)�p�B�2ߘ��
F)���5��^�@�L=��ш�Cظ�@2�%���<��]�}*Sr���u(���n���_ϧ��a� �۹L����(��Ou�m+�-��J�J������`�s8����F,�q�r��=�w�(�%ٚ��g�%�B��*�`�Y�
��U{GT�[�.S�UF5����fWCl�}��	p&�	m�L�݇���I���>�0�1o�����4Q�4|�=\z��TX砑�i�&Q�* �x���,F���B��E`�t��.\�ϳ�_F=�u��Te8#��52�ȍ�C��-�/�F�~�{��+aRv����1��>r����@F7��6�	���₳�tef1�$��Z�3��ܹa^�J豕*'�i��{��nf	����jr�c��}�]%�+�DbY�})��>q�]6,�`��M71����c@�LuJ$'�1��˽�WV?ǧ����Ls����{��
�����>#�}�$͝)	�<�u�1R8Gq�.���	��Qc�G�{����-D[���ѡ�{�%%%%%%%%%%%%%%%%%%%%%%%%%%%%%���<�*��($,�-�P��N�e�W�Q��:0q�'*,f���u��?�2X���D.T�R���*T�R�J�*T�R�J�*T�{��:@j+�u)�/W;�xh�a�ne
�q4p� �[<� ��e��ߘr��9if�FK�����be-/��,Aĸ�vJ?�P��i�[HG�[�0�5!�t��4���^K�f)j\J6*#nYr�t���o�e�;�UkP|ܡ���a�(�,��id!l�������T��-�S/�%{��E��r9cdGz���#�%��{���;p��.��2�ֵ����(_`�%F���1b("��*]l���&�W��_���Q	�)�`�h�)[�7R��@i�S�t�T��[� `T���Zc	���gK�.\�p9`K��e��Do�{0�z�2�����e���;���0��0��:{U̢_2�N#
"���*+�Ou�[H�)̨��$���< ����2�ƑqR�q�X��Z�9�c+:�-�
n
�vK�VD%�赖l͘���m�1�{��4�޸��a3�Kx�#�W�{��]:I��C:���Ƭ�e�J��5|�˗�1�cb,J���c�ܸ���Qc-���b�#h�a.U�E�}��E�I�A�e/�^`ߺ��C��S�EN%Q��%˗��2�n�~[�%��3n7��J�V/G0q.���D�ľ�{����DD^'� +�('�l1u=�I���U(��=#��(�X�q�
r�˗.2��&w�z�52�8"2�Ǥ�cB䣨,�+���P��(�%�K�R�w;����`�^�{��):׊3;Q��,.=�\�r�ŋ,X����|j}���q�����K����*��'	�d��Ţm��+����噡�YetGm�����{��
�\�r�ǣ��Y�m�<�%S=
ax*�1��h�\�]o�����=^*TH��a]
�RRRRRRRRRRRRRRRRRRRRRRRRRRRRR]�˗\X���!�\�j�P�U�X�
�/��Q�1�et{ޝD�R�J�*T�R�J�*T�R�J�*T�R�J����/�[��y��<���p�xj�.\�qc\^�%�ͣ�bܻ,�
K�٧E�.�ã�G�����aԇ]��a�ܖ�L�f���d�C�}�P�uL�c�z���?�� ]t�"oخ���B����D�_�5{I]KF��
Ayk=�HNE]���@�,W������4� �m��h���5P��@�Q��h#�g��;Wң����������滾�'=_�5عV�Q�B����֮�J�n?��Hw%�
gy�ءQ�Nb��`ɂ��%�r�qn^ZZn-��e���?�F��o����,��������������������O�s���<?��s��ݞ�<vx��>�g�_���3�/�|%�τ����>"�g�_���3�/�|�τ����>2�g�_�O�>�O��S⿔�/�>�O��S㿔���>�O��S㿔���>�O�� �}ߔ���	3�/�|'����)��|����)�_�|W��������G�Ol�{gS�R�J�*T�R�J�>��?�m=@��K��:�?�{gS�:���Χ��eJ�*T�R�J�T���i���¯mg��C�k�/�����Ի��5O�E+� ����K��.��#��Ol�{gS�:�,%J�*T�R�J�*T5����%�_�G2��_�)0��p(�tA�3bW�d�������D_t���C+[���K^��ۨPN�
x�o�3����Oh�S�!�EW?�~�]5�������3Ex�fI�� ��,C�{.��;�w�X��.�̶���0��5���|D9��0�[*T�R�J�*T�{>�xPm
�����8���S�M��2�u�-�Q���A���z�E˗��C�Hu=�N�9L�!�����d���
7�,>��c�F��{��,��ؔE/ԴA��S���oO�%��\(s�X�r�[�RΊ�*T�R�J�PO�?����V����{H� �$C`"\
���C)��o�4ŕ�uJ�����ƕ�E�Ĭ��B`�+u�K�u!��C�!Ї�u!��D�R�J�*T�E>��5�)x���k�¦�I^"7�Ս���K�d����S^'����!�H	�!��u�R�J�:����>��Ol�C�:��ԇ�u!�I�G���l�{gS�:���Χ�Bj��0�O$�O$�O$�O$�O$�O$�O$�3��#<��3��;<����+<��y�Y�}g���G�yY�}g���g�y�Y���I�F~џ�g���~韺g�&~ɟ�g��~���g�f~ٟ�O�'��i���~�?b��Oܧ�S���T��~�?j��Oާ�S�)����?f��M���C�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g��x�g����'�=	�OBzО��%A�#)=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=	�OBzО��'�=��[=�3OE�&��h�\H\(r�z���=5e�� پe�<œ<c�=�����g���i�-���YYYYYYYYYXmd�����������YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY_�"V^^Z^*
����-�[��y~��y'�y��y'��I�c5��H7$�wVA;"��.2bd�'���AU���b>�yH'
�x���O
xSƞ$�<	�Ox���ka��_�G�=)�t�)�OFzsӞ���=��Bz��K�=/�O
��F1D��U�-\U���=��s��0��~�}���T�U�ns�&�%ʿw�
=+0Aj*\/��v���J�Q���g3pJ��*N��!�V�m!�B��C�+�*>��u���r~��p��`CF!Z�PX�e��7;��BFk0͐#1�B�R�R��c�D��E�ч�9(�ʕ*T��L����#%����,%cP��+�k��]�Of���g�t��ʛ�"�.#n��Ј���a�`ܡ��ma�I��7ٚ��嬰�u�1b\�Qkػ
�f`(�,A��R�teJ�,���X�*�(X�/*��"�r�n{'�}0*�{�`�s����{��}�B*Q��ޅTޠ
��̥A�"-����XJ���x����s9zB5�(�M��Pj;b�5��]�g+�����ߩr��jn��58�q�,�ٯ�XLåO�]tzu?����E��T�t�9�N�*%�E�tn..�A��G��s(g�� ����\tT�}���P���������A��"��q���˗<��q�E�b�T�d:Q+��?��=:�/��_�+��tuG�f����"*&D�bY�c3�iBu��tS�\��2*�+�������.0���,��%�*?��T��΁[ЭA='c�S���J�=���]�ᮕ*\�ҥJ�o��t��(��(1.�+�E��ř��v�=�aM���10ֳ2#$:�$��Iwn�1��C,[�J���Dz���*�T����=��]tzt=�./��=k����>�и�%,%\b�{zw��),�"�"�ģ�Ta	�Z1x�.�jઙ���u{�W���Xف�`M�5PMk��H6��]��?���]���`�\%˗�zH.�>��3�*f�2�ʉ�̳�lJ�U�=����n��pQ�̾�b6&SD�uUI^��ad.YqVY-����%��6�}��JĹT�*(��N {U��=����G��@�`�K� ۸ʠo�ҥJ�	���Ԍ�@ܹlT�R�"��<ˏ�:�[PR�C
[��Y�Py�S���Nb�J���-}:ꩁP��n/����+-�Z����)A�2��)u� ����Qŕ������/��n_J�ֺ��`�\S�I��M�e	^b	Y䕺����n".�$8���n�E��Y�M�XY���:>��N�e�ũ�|q���`�)���M�ırTY�M��r���&%D0��Z!������;ہ]Tb�9�����p`&!�}���C� j!�**\����'��}�M�0zXߙk�u����x���C0"�w���-� �lwINYr��{�ӹ��+�⤶��7��=��5�e�9��]��f#s�e]Ŏ�̣1%�>�"\CP�9fX��	��CQiPw��������Q�z�,ecޕ��F3 ���[l�D�#�+��]6��yx�>�	�&�$y�L����q���0��0���"}׺�u�0c�X+����:%n�J���,�o�.6�hp�Z�Q��,e��5�^#�˴�p$�BJ@�^!ܞ�#3���D:��A�ÞĠA8��S��J�,X�|{u�~�DB�K�DU�`��P�Z%�%�[�\K�%u6�TK��{u�:q�u�ָ�XS�.�}���C=,fzYN��u5��6���>�ؽ��v���Ldī����CR�Σn �3H�rĘ"+q������J�y%Nab���9�Bf0���r�o���9�]�2˾���%��t�\�:�&��+���*
���CY�3$9��£�`ӌh~=f�9� ����qP���'����(G�W
�Hi�	�
w�����a���\%ž�D�p���l#FU"
F�C=�6e�a��>`���w��p�������2�r�!Y_�*��Gi�O�-�}G;o��N���j��!s��Ǒ�CB�{u���=��7F%����]�dV�Nس��AV�_m�]6�Ե/��D\%�0�GQ��'B\nr0y����*3=r�v�ޯ�@��@A\%û������&�� fs�Ց�O�7O��,�Twq9K+�3�r���%������v�w+r�z*�=D���
B�"J2�u��Rwn�==��tބB�_#��B�P�}`z����t�\�o��p��u��7�Y�pEQ�Ac��:\�q�R�蹷�I}�ZEJ�����m�岢\ nkn@�]ӚzV�Y�N��:;*�
�D<%LGHj��*�J�].\K�v��Vy]tzu!c%�}+�2���+��e���}�C�N�
��tU�_�r��X�˗�呍��t�=i)����H�j:
���a;2�U��((��9��'6A�GP�\Mbo�:�ܹ}.\�}.\Mb�r_�]�HA�`"�J�}�M���ee�q+��~��ʢ�R�/�2�/��.�r�˗6������ �S�4�����z�1؈�c��a��L�L�L�B�XG^\�9�i.X�b$2���r���b_K��?��!Љ�nK5.\�0ԍJ��&��T�C����Ќ
1,%�����>ee 2�،��57��#���]�kڂ|��sw�ô����:[�JK't+��R0���wPz1jT�A*`�'9�&�q��ɉAqH�R�:̹g[�r�˗/�ˋ�?��	p�PA��y���f�\P�qLy�j'K�.\zj��r��Vm�:*�
�:5t�ʃ�#�
0[��SPƢ�q�w�l�]���:�\�,�*�%7"���t�`�"�vTp�_$y�]I�+����.�2�&��[ ��n\��.\�q}G��WCpe�\���2�Ժ�b��8�q�����gd�{/�J�+ظ˗9�~��������� ���^bFeSsK)��LP�ӛ�$"�kΦgS���1X̿Mljr�˗/�˗.\����RŇS��!��˛�1bƥ�Q�Ms7���˃.j���\�r��)�u�\���`=��Z���!+�s�E�&,�ʢ��ი�� �A�E��HeSD�^���}._K�.\����R��q�F�z;��ˏ�plY�%�N �����_2��^}��Y��1s1�;jQh3\��*��bb�+�`r�/�U��r���}n?��uj�Yr��s��z��.�g��+!�=uz�h�������������G�y_I�}'��T�<��O"y��<S��<s�<�<�<S���u�s���]�`���P�{#
A�rTv�1X:@�FY:\H�����˗.\�r�ˏ�=q%˗)�:����`.^����3u �TÚ�W�Cc�F1�cяF1�c�Ћ����w�c^�ߴ{w/���/��؈T�)"m&�B���"X>�MS�}�\�}Ir�_K��=u% ��wa����7t�E�K�!�ń���������1�c�e���1�b�a�#cw��KK:�KKB�N��n:/��0ˣ%�M���B�o���K�QFR����K�Air�˗.\�q}'��U����eG��%���B.��,ǥ��T��^���ьc�1z.1�Y}/��>��w:
%�����"IIXY���ds�đd���x�sil%K�g�R[N��VwzjD���K�>���F(776���S]DjT�gPm�Qfq��r�LD���W��F1�ŋ1�	\X������7{��N��Z�J��H'�(9��!n>qr��Th�:�!=*(j.!H�oJ��R�e�N���jY�s;���>'��<�)��:�tQ^e�%
��H.�1h���]�D��Ը�P�=.,�!����1ꢙ#�Т�/@7���E�.#\����B
�;ܴ�\D�A\�r�eC�J��l�M����V"=+�eT���2�� #~���"m��ކmD����]�.�Þ:�E��1��n_&*���l�`�B[�R0��b�j���q�QE����B��8E�b˃.,�"Œ1��n�S��=n\����}.���1.\��̫�E�. t�K��Ě��/9�)d����n�р�����H��_c��L ��t�Dm�K�u��f/M~�B1�y�0���HďBz���=w{��!�pw3��
�����h�M�w�\!��CT��e�[.]�����%$5Z`L�D�[00��Zn�3A,EE穵<�k�#�b1fY�	��N®�X	[����~R]._K�_M��t�A2��_��)mb�E�
_Q�)Y.�[��/Q�M~�B8‰�f�\�bU�8�"A�_aa�z;��v�D�k6M3tpzZ���PL�ƅl��Mf��i�Rq4e��R��UH��0��r*.��5{͵.'�`����E�-��~`�:1�y����K���%�Y~�t�8���_u�r����n��Py����:�e��Ad�h���5�?�F��,{���z"W��!�w0�Q�r)E!lH4�*�Nzn�S~�*�۔�R���0��Ƒz�m ��f�b=�D%�LBP��K�}%��,X�6�{��c�-���ơED�*�nC�6.#Î�͵MN�
A��˞��\7�9�F^=:�"��B�Xܵ,e``T��_B_C�������s��mPe��J�������Z��09�F*6G���o�`��ש����`��-@�AeE�q�K���b��"�7�T�E��!-��W��r�V"��1a�����ٸF��G��N6ܤ�q8��(��\T�l��NK��0#\��_[�w�sT��pFk�u+9�`O$PMJ�q)��P\7]FZ`�Ȳ�pAR�����Q������b\��^�곩�5�u�}�e�q
�'�������q�y���"�,�r��A]DŽ��4	�i�._E�q�N�`ń��j5бb�T���J:%�\�r�*Ş�{��)u
�ujk8@CSEB�������5{C���y�j�B���*r���)�s�!�j`��
���\A`�Иl�m�F-1*@��BKF�z�#��s�t�J�:vxL���l�Ea���2���d�6*�{�qD�H�,c(	�xf!�Ӊe�J@@K%�,C�.&�1��8�%���n�� Z���*�Q�@��u��d�(۹��Q�q��s#1t2�Q��UcrsŨFhA@�@	r�_D����qe��#1z��ORm��Y�A�}_S�:5A��~�|����[>C0TSk~R��)�)�����=���Q�"xO��CԂ��A��f6��;�y�����NaA��33�Rh���k뿺�"�%C��w��i8�t���_���.\���ǡvY}*T��iܢY�F#�z�>˾�ljr�\�,`�
�u3k,��D�[W��Y}o�����\�c,��T ��8�`Wyq�@`ˁ��\�pR�p&�˗����N=���t%��%�w�WJ̺Y���}\0��x� �c�l�tK��VJ J�*\�P�����R�u��Te4=�>�X/yr��n-Y��4_��H�Dl���l�3K�Qa�@8��7��E"9���=Y����h호-��������U�QU"�`A�+�2�J:+�P6L"�h)h?İzY�K�c��qf��!�w�.�TIJbt��K�Yr�6���S�1e˝�@
:.\��
K�.s.\Mܾ���݄�w/�[�+�#�Y��ˉr�T��T�bsu����q$��q`�7�$�}\Y����`���e	�eK�]nL�2ٷ�qz��\�D�Q�qe��r�˗.\�r�˗/�}݃�5� W�te�2�y�._C�0��.��\��aa.\�����x�V��}���\G�tTT	Pa�<��\�wp��qb/�f�9�\��f& Y�mR��bPc�X�}vL����e����G�Ԍw����e�._�q��dT����.,�r�^f�b�ظbT*U]��T�\H�ع�p鴹aS�$L+��+�"�f�0Te�ԧ@J�R�*9�*W��^�{OB?ƨ`����r����/�/�e�Ƿ~�{//)�}n?��\X�E[e˗.\�r�˗.\�r�˗��*T��R�J���\�r��e��\�r��IOcRRV"V/@��Dײʀ��M�Ǧ%˗.4�L�S*T�T�SEL���r�˗.\�r���JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ������x��g��&x��g��&x��g��&x��b�ʕ*T�R�J�*T�^�o�R�J�+�	�R�������������ҽ�0�]+��/f�;E	[�d����ȋo���r���}.?�{!���*��5�fR���()��7���%���<��}ڥJ�*T�R�J�*T�R�J�*T�R�J�+��2�W��y^��{���+�W��y^��{�����7/5Պu/�^�l�����������������ZD��������r��Ф�B%&��ezU��aYYYYYYYYIIj��*��3P��.*s'��w��1��
��c�n\r���e%D߭�Q�{�{I�_��u��gEX�Ds
����Q}XO�3����a3S#悽��%ˏRY��74��Q\�]D��	�z
˄3��u>�K�`��X}���q\�*zqߺ��z@0:��T݁������*W���b�K]A-�uQE�M�\ ���b��t��[��U�U���W�IS��q��3pԪ��p2�}/(��|��qA_u}��G�J�Q��-F`��>yn��Aֽ���3
�e���P��������z=G�'��LM\�����id1���p^�5��oK�����R�{��w�Tz:�b�T�3S.n����jюҶB�aU
���b=��uBډu�P�:��2E���b�#9��X�G�A��C�$⫔%q.
`��uDnq"��U0n[>�
��*��$�%s����i��%{�?�beҀ���Lj�|�w��=b��]��q�!�������uΘ�Di�̌�N	]��zw(=��VL��y�+h����
�;4LQ^��%�yr���T�~���X��3-B��̦(+12h��Y�nTR�.&�1�0��ˇB��/���`�Q�bx�PFz��:/b%�t�rT�2S�E�PU�=�RX3E%%%�{������T��*����;0�f����Hl��?H�C/ٸ���Q,(�}rS�j2��uX����D"�,��%t��_v�r�˗.\�r�˗.\�r�˗.\�r�ˋ�e�e䫡P��tWX�tSM&s*[!o���QQj/dԽ��b�����{�(�=���\M:��J���j�*T�R�J�*T�R�J�*T�R�J�*T�g�V	� 9�#J�n��7-
7�BD�2b;E�[�,�ܦ�6=�@��0"�I�"��}�>�t�r��"�å)n�P�HԱU^�
�eK�C����������Q�7�6�O4�2�PAIi{�(�"�ˉr�Fbz{��S�1O�f����讕����Q+�5[�������T0�ك�K���XtMb	ʸ��e�;�R��>nQ�00�:*.!ɩ�.m2�K� �f`�P����K�����|w�.\�r�
u��E�f:"\��y�'��:��G�.mPjp
M�h�W؎���%�5^�2�ȁ|EV�76�W%DDĩa�]1
��51K�f��Q�d����.\�r�
u���ň�6��EGl��/N+�_u:
Ba�*4q�e>�0W��
��ݗe��6��z=S���C5+-���9]�w,0[�~fH�}�/a�V���˗.\�.g�#��K���D��=-�8�=�R�X����`� ����t�r�]j2��sL�"���j;ؗ��A�2%��FUq+�Ql�|���1�n�L�ŇC�z�y��r�˗)��Cێ�X��K!���W����I[�N�3&�k�k�mb\-W� �yqK��.\�0��"b�S!Ǵ�(�ٸ��0���p\�r�ˀJb��b 9�%7o�H���}�R�f�Tb�E��u�����خ��r�N��̤2�*!�2!��4�1
�qn-���^x���b\��ã*"
�G�r�˗.nxd�`!�b�N�f�	^�}ԗnz'�+�)(LB�^�7�L�@���E��f^���4���R�N`�eN��*\�pz3yr�ˉe��a.\�r�
�sp0q˩
*/�Zi#RR(���LLFW@Ke����F����c�p�n�l�)R�(3.\�m�dLBh��A7���K�ܹ}.\�r�˄�[-///=
̸�q<��"c$;}H���!4"^%���W���r�˗.\�r�˗.\�r�˗.\�r�˗�V,���e��2����%�%˗Р��5O(Sr����p�W�c.\��K���WX��=]N��Yl����J�*T�R�J�*T�R�J�*T�R�J�*W�
EjT�U�X�\�r��TW@+�C�H	�@4�Lj��T�.U��`��b�n�K�.\��.\�r�˗.\�r�˗.\�r��P<��O2y�̘��u�����C�bܺY�.\�r�m`�^�B�
��AR��Cخ���@�e2������X���G}O�^��3Y�7����o��uK�ĵb^��W��7��������PK�
�[�T����sidebar-woocommerce-left.phpnu�[���<?php
/**
 * The WooCommerce left sidebar widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.8
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary">
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( ! is_active_sidebar( 'colormag_woocommerce_left_sidebar' ) ) :

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Opening of the link for widgets.php WordPress section, 2. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_woocommerce_left_sidebar' );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
PK�
�[��}���page-templates/page-builder.phpnu�[���<?php
/**
 * Template Name: Gutenberg Block / Page Builder (ColorMag)
 *
 * Displays the Page Builder Template provided via the theme.
 * Suitable for page builder plugins
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.3
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts" class="pagebuilder-content clearfix">
				<?php
				while ( have_posts() ) :
					the_post();

					the_content();
				endwhile;
				?>
			</div><!-- .cm-posts -->
		</div><!-- .cm-primary -->

	<?php
	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
PK�
�[�-\Ǝ�page-templates/magazine.phpnu�[���<?php
/**
 * Template Name: Magazine Template
 *
 * Displays the Content in widgetized magazine layout like front page
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

	<div class="cm-front-page-top-section">
		<div class="widget_slider_area">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) {
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			}
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) {
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			}
			?>
		</div>
	</div>

	<div class="cm-row">
		<?php
		/**
		 * Hook: colormag_before_body_content.
		 */
		do_action( 'colormag_before_body_content' );
		?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts clearfix">

				<?php
				if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_top_section' );
				}

				if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
					?>
					<div class="cm-one-half">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
						?>
					</div>

					<div class="cm-one-half cm-one-half-last">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
						?>
					</div>

					<?php
				}

				if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
				}
				?>
			</div>
		</div>

		<?php
		colormag_sidebar_select();

		/**
		 * Hook: colormag_after_body_content.
		 */
		do_action( 'colormag_after_body_content' );
		?>
	</div>

<?php
get_footer();
PK�
�[�iu�qqpage-templates/contact.phpnu�[���<?php
/**
 * Template Name: Contact Page Template
 *
 * Displays the Contact Page Template of the theme.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts clearfix">
				<?php
				while ( have_posts() ) :
					the_post();

					get_template_part( '/template-parts/content', 'page' );
				endwhile;
				?>
			</div><!-- .cm-posts -->
		</div><!-- .cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
PK�
�[	��pNpNstyle-editor-block-rtl.cssnu�[���/* Basic Block Editor CSS */
.editor-styles-wrapper {
	background-color: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
	/* Theme specific CSS */
	/* Headings */
	/* Horizontal Lines */
	/* Tables */
}

.editor-styles-wrapper > * {
	font-family: 'Open Sans', serif;
	color: #444444;
}

.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
	padding: 5px 0 0;
	font-size: 32px;
	line-height: 1.2;
	color: #333333;
	font-weight: normal;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}

.editor-styles-wrapper .wp-block h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 42px;
}

.editor-styles-wrapper .wp-block h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 38px;
}

.editor-styles-wrapper .wp-block h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 34px;
}

.editor-styles-wrapper .wp-block h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}

.editor-styles-wrapper .wp-block h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.editor-styles-wrapper .wp-block h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}

.editor-styles-wrapper .wp-block blockquote.has-text-align-right {
	border-left: 0;
	border-right: 0;
	padding: 30px 45px 20px 30px;
}

.editor-styles-wrapper .wp-block button:not(.components-button) {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
	background-color: #33363b;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper .wp-block .mce-widget button {
	font-size: 13px;
	line-height: 1.53846153;
	padding: 2px 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #595959;
	margin-bottom: 0;
	-webkit-appearance: inherit !important;
	-moz-appearance: inherit !important;
	appearance: inherit !important;
	cursor: inherit;
}

.editor-styles-wrapper .wp-block th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper .wp-block td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper .wp-block caption {
	text-align: right;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
	padding: 15px 1%;
	width: 33.33%;
}

.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
	padding: 15px 1%;
	width: 25%;
}

.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	padding: 15px 1%;
	width: 20%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
	padding: 10px 0.5%;
	width: 16.66%;
}

.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
	padding: 10px 0.5%;
	width: 14.28%;
}

.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
	padding: 10px 0.5%;
	width: 12.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
	width: 11.11%;
}

.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
	width: 50%;
}

.editor-styles-wrapper h1.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h2.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h3.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h4.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h5.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h6.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h1 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h2 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h3 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h4 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h5 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h6 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

.editor-styles-wrapper hr.is-style-dots {
	height: auto;
}

.editor-styles-wrapper p {
	margin-bottom: 15px;
	font-size: 15px;
}

.editor-styles-wrapper strong {
	font-weight: bold;
}

.editor-styles-wrapper cite {
	font-style: italic;
}

.editor-styles-wrapper em {
	font-style: italic;
}

.editor-styles-wrapper i {
	font-style: italic;
}

.editor-styles-wrapper code {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper samp {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper abbr {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper acronym {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

.editor-styles-wrapper ins {
	background: #f8f8f8;
}

.editor-styles-wrapper table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper sup {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	bottom: 1ex;
}

.editor-styles-wrapper sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	top: .5ex;
}

.editor-styles-wrapper dl {
	margin-bottom: 24px;
}

.editor-styles-wrapper dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.editor-styles-wrapper dd {
	margin-bottom: 24px;
}

.editor-styles-wrapper ul {
	list-style: none;
	list-style: square;
}

.editor-styles-wrapper ol {
	list-style: none;
	list-style: decimal;
}

.editor-styles-wrapper li {
	font-size: 15px;
	line-height: 1.3;
}

.editor-styles-wrapper li > ul {
	margin: 0 10px 0 0;
}

.editor-styles-wrapper li > ol {
	margin: 0 10px 0 0;
}

.editor-styles-wrapper pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper blockquote {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
}

.editor-styles-wrapper blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.editor-styles-wrapper blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.editor-styles-wrapper blockquote.is-style-large {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote.is-style-large p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
}

.editor-styles-wrapper blockquote.is-style-large p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.editor-styles-wrapper blockquote.is-style-large a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.editor-styles-wrapper input[type="search"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="search"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="text"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="text"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="email"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="email"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="url"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper textarea:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="password"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="reset"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="reset"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="reset"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="button"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="button"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="button"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="submit"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="submit"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper a {
	color: #207DAF;
	text-decoration: none;
}

.editor-styles-wrapper a:hover {
	text-decoration: underline;
}

.editor-styles-wrapper a:focus {
	text-decoration: underline;
}

.editor-styles-wrapper a:active {
	text-decoration: underline;
}

.editor-styles-wrapper th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper caption {
	text-align: right;
}

.editor-styles-wrapper th.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper td.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper th.has-text-align-right {
	text-align: left;
}

.editor-styles-wrapper td.has-text-align-right {
	text-align: left;
}

.editor-styles-wrapper .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper embed {
	max-width: 100%;
}

.editor-styles-wrapper iframe {
	max-width: 100%;
}

.editor-styles-wrapper object {
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] dt {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption .wp-caption-dd {
	text-align: center;
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption-text {
	text-align: center;
}

.editor-styles-wrapper .gallery {
	margin: 0 auto 15px;
}

.editor-styles-wrapper .gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.editor-styles-wrapper .gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.editor-styles-wrapper .gallery-icon img {
	margin: 0 auto;
}

.editor-styles-wrapper .wp-block-gallery ol {
	margin: 0;
}

.editor-styles-wrapper .wp-block-gallery ul {
	margin: 0;
}

.wp-block {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large p {
	margin-top: 0;
	margin-bottom: 0;
}

.block-editor-default-block-appender .block-editor-inserter__toggle.components-button {
	padding: inherit;
}

/* Links */
.wp-block-file .wp-block-file__textlink {
	color: #207DAF;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-embed-responsive .editor-styles-wrapper {
	padding-right: 16px;
	padding-left: 16px;
}

@media only screen and (max-width: 420px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

/* Support Magazine Blocks */
[class*='mzb'] h1,
[class*='mzb'] h2,
[class*='mzb'] h3,
[class*='mzb'] h4,
[class*='mzb'] h5,
[class*='mzb'] h6 {
	padding-bottom: 0;
}

[class*='mzb'] a:hover {
	text-decoration: none;
}

[class*='mzb'] .mzb-post-list .mzb-post-title,
[class*='mzb'] .mzb-tab-post .mzb-post-title,
[class*='mzb'] .mzb-featured-categories .mzb-post-title,
[class*='mzb'] .mzb-banner-posts .mzb-post-title {
	margin-bottom: 10px;
}

.editor-styles-wrapper .components-placeholder.mzb-section-preset .mzb-section-preset-btn {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	border: none;
}
PK�
�[�쟧kksidebar.phpnu�[���<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary">
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( is_page_template( 'page-templates/contact.php' ) ) {
		$sidebar = 'colormag_contact_page_sidebar';
	} else {
		$sidebar = 'colormag_right_sidebar';
	}

	// Displays the sidebar area as needed.
	if ( ! is_active_sidebar( $sidebar ) ) :

		if ( 'colormag_contact_page_sidebar' == $sidebar ) {
			$sidebar_display = esc_html__( 'Contact Page', 'colormag' );
		} else {
			$sidebar_display = esc_html__( 'Right', 'colormag' );
		}

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					$sidebar_display,
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( $sidebar );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
PK�
�[ma��front-page.phpnu�[���<?php
/**
 * Template to show the front page.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();

// Do not display the front pages sidebar areas when the Page Builder Template is activated.
if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) && ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) && ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) ) :
	?>
	<div class="cm-front-page-top-section">
		<div class="cm-slider-area">
			<?php
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			?>
		</div>
	</div>
<?php endif; ?>

<div class="cm-row">
	<?php

	$grid_layout = 'layout-2';

	$style = 'cm-layout-2-style-1';

	$col = 'col-2';

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<div id="cm-primary" class="cm-primary">

		<?php
		// Do not display the front pages sidebar areas when the Page Builder Template is activated.
		if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) ) :

			if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_top_section' );
			}

			if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
				?>
			<div class="cm-column-half">
				<div class="cm-one-half">
					<?php
					dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
					?>
				</div>

				<div class="cm-one-half cm-one-half-last">
					<?php
					dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
					?>
				</div>
			</div>

				<?php
			}

			if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
			}

		endif; // Do not display the front pages sidebar areas when the Page Builder Template is activated.

		$hide_blog_front = get_theme_mod( 'colormag_hide_blog_static_page_post', false );

		if ( ! $hide_blog_front ) :

			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type   = get_theme_mod( 'colormag_pagination_type', 'default' );
			?>

			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_front_page_loop.
					 */
					do_action( 'colormag_before_front_page_loop' );

					while ( have_posts() ) :
						the_post();

						if ( is_front_page() && is_home() ) {
							get_template_part( 'template-parts/content', '' );
						} elseif ( is_front_page() ) {
							get_template_part( 'template-parts/content', 'page' );
						}

					endwhile;

					/**
					 * Hook: colormag_after_front_page_loop.
					 */
					do_action( 'colormag_after_front_page_loop' );

				else :
					if ( true === apply_filters( 'colormag_front_page_no_results_filter', true ) ) :
						get_template_part( 'template-parts/no-results', 'none' );
					endif;
				endif;
				?>
			</div>

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_pagination();
			}
			?>

		<?php endif; ?>
	</div>


	<?php
	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
PK�
�[�����
search.phpnu�[���<?php
/**
 * The template for displaying Search Results pages.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );

	$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
	$pagination_type   = get_theme_mod( 'colormag_pagination_type', 'default' );

	?>
		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts">
				<?php if ( have_posts() ) : ?>
					<header class="cm-page-header">
						<h1 class="cm-page-title">
							<span>
								<?php
								printf(
									/* Translators: %s: Search query. */
									esc_html__( 'Search Results for: %s', 'colormag' ),
									get_search_query()
								);
								?>
							</span>
						</h1>
					</header><!-- .cm-page-header -->

					<?php
					/**
					 * Hook: colormag_before_search_results_page_loop.
					 */
					do_action( 'colormag_before_search_results_page_loop' );
					?>

					<div class="article-container">

						<?php
						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', 'archive' );
						endwhile;
						?>

					</div>

					<?php
					/**
					 * Hook: colormag_after_archive_page_loop.
					 */
					do_action( 'colormag_after_search_results_page_loop' );

				else :
					if ( true === apply_filters( 'colormag_search_results_page_no_results_filter', true ) ) {
						get_template_part( 'no-results', 'archive' );
					}
				endif;
				?>
			</div><!-- .cm-posts -->

			<?php
			if ( 1 == $pagination_enable ) :
				colormag_pagination();
			endif;
			?>

		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
PK�
�['V��hhnavigation.phpnu�[���<?php
/**
 * The template part for displaying navigation.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Navigation for archive, home and search results pages.
 */
if ( is_archive() || is_home() || is_search() ) :

	/**
	 * Display WP-PageNavi pagination instead of theme pagination if the plugin exists.
	 */
	if ( function_exists( 'wp_pagenavi' ) ) :
		wp_pagenavi();

	else :
		global $wp_query;
		if ( $wp_query->max_num_pages > 1 ) :
			?>
			<ul class="default-wp-page">
				<li class="previous"><?php next_posts_link( esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
				<li class="next"><?php previous_posts_link( esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
			</ul>
			<?php
		endif;
	endif;

endif;


/**
 * Navigation for single post page.
 */
if ( is_single() ) :

	if ( is_attachment() ) :
		?>
		<ul class="default-wp-page">
			<li class="previous"><?php previous_image_link( false, esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
			<li class="next"><?php next_image_link( false, esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
		</ul>
	<?php
	else :
		?>

		<ul class="default-wp-page">
			<li class="previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . colormag_get_icon( 'arrow-left-long', false ) . '</span> %title' ); ?></li>
			<li class="next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . colormag_get_icon( 'arrow-right-long', false ) . '</span>' ); ?></li>
		</ul>

	<?php
	endif;

endif;
PK�
�[@�K�GGlanguages/en_GB.monu�[������
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,!,$,:,J,Q,(T,'},)�,0�,s-t-&�-&�-%�--.-1.,_.�.�.�.�.�.	//
/
$/
2/
@/
N/
\/j/v/�/
�/
�/�/�/�/4�/0/00`00�05�0�0#1#019T14�13�1)�1C!27e28�25�213 >3/_3�3%�3<�3<4?4>_4�4�4�4�4�4
�4�45!565I5]5u5�5�5�5�5�5�566:6
N6	Y6c6�6�6�6�6$�6X�6B7N7]7Ue73�7`�73P8:�8�8
�8�8�84969E9N9]9{9�9�9�9�9�9�9:"":'E:(m:�:�:�:�:�:�:�:
; ;,;=;L;[;l;�;�;�;�;	�;G�;W<f<s<{<�<�<�<�<	�<�<0�<='=.=I=_=
{=%�=�=�=	�=	�=�=�=�=>	>>,>3>	?>FI>
�>�>�>�>�>�>
�>
??
?+?;?N?}^?��?�h@	!A	+A5ADAVABqA�A�A%�A$B&8B$_BD�B'�B �BCC*C9C\UC�C�C�C�CDD9DVDsD�D�D�D�DEE
.E9EFE
\EWgE�E�E�E�E�E�E	FF	F!F
4F?FKF	XFbFkF}F$�FE�F'�FGGG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:49:42+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: en_GB
Project-Id-Version: Themes - ColorMag Pro
%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125 × 125 advertisement hereAdd your 300 × 250 advertisement hereAdd your 728 × 90 advertisement hereAdd your advertisement 125 × 125 images HereAdd your advertisement 300 × 250 images hereAdd your advertisement 728 × 90 images hereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Colour OptionsCategory Colour SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the colour of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts / static page on the front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the skin colour for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColour OptionsColour:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title / text and the main / primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main / primary menu.Display the Header image just above the site title / text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle+Grid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;&rarr;No Sidebar Content CentredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPosts&larr;Primary MenuPrimary colour optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select CategorySelect default layout for pages. This layout will be reflected in all pages unless a unique layout is set for a specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless a unique layout is set for a specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from the options belowShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets on left side.Shows widgets on right side.Shows widgets in footer sidebar four.Shows widgets in footer sidebar one.Shows widgets in footer sidebar three.Shows widgets in footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site layoutSkin ColourSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125 × 125 AdvertisementTG: 300 × 250 AdvertisementTG: 728 × 90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Colour:Default Theme SettingThemeGrillThis will reflect in links, buttons and many others. Choose a colour to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.One thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[}J ��K�Klanguages/cs_CZ.monu�[������
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
++*+9,E,H,d,	w,�,1�,*�,.�,:-sK-$�-'�-'.&4.3[.3�.2�.�./'/=/P/k/	s/
}/
�/
�/
�/
�/
�/�/�/�/	00"0<0T08q07�0(�031=?1}1$�1=�1;�10+2I\2 �2I�23;/3_k34�34)4E4*V49�4:�4�4G5Y5l5s5|5�5�5�5�5�5�56686N6h6�6�6$�6�6�67.7A7
N7"\77�7�7(�78�7b8x8~8�8k�8J9mP9<�9A�9=:W:c:&k:4�:�:�:�:'�:!;"';)J;t;�;�;�;#�;&�;.</J<%z<!�<�<�<�<�<==.=?=W=k=
�=&�=�=�=�=�=	�=5>S;>�>�>�>�>�>�> �>?!?<??|?�?)�?$�?$�?@,@L@	b@	l@	v@�@�@�@�@�@�@�@�@
AXAjA'�A*�A5�ABBB7B>BSBgBxB�B��B�%C��CxD�D�D#�D�DI�D:ERE3kE2�E3�E2FC9F1}F*�F�F
�F�FG{7G�G�G�G�G�GH&,H&SH&zH&�H&�H&�H&I%=IcI	yI�I�I
�Ix�I2JAJIJQJcJ!iJ�J�J
�J�J�J�J�J	KKK2K!:Kk\K'�K�K�K�K%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:58:53+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: cs_CZ
Project-Id-Version: Themes - ColorMag Pro
%1$s (%2$s)%s&larr; Starší komentáře&larr; Předchozí(Upravit), <i class="fa fa-comment"></i> žádný komentář<i class="fa fa-comment"></i> 1 komentář<i class="fa fa-comments"></i> komentářů: %<span class="meta-nav">&larr;</span> Starší příspěvky<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivujte oblast sociálních sítíZde vložte reklamu o velikosti 125x125Zde vložte reklamu o velikosti 300x250Zde vložte reklamu o velikosti 728x90Zde vložte obrázek reklamy o velikosti 125x125 pxZde vložte obrázek reklamy o velikosti 300x250 pxZde vložte obrázek reklamy o velikosti 728x90 pxPřidat vlastní název blokuDalší nastaveníReklama nad zápatímReklamní obrázekOdkaz reklamního obrázkuArchivyPoznámkyAuthor: %sStyl bloků 1Styl bloků 2Styl bloků 4Styl bloků 6Styl bloků 9Název blokuZáhlaví i zápatíRámečkové rozvrženíPrávě se staloRubrikyBarevné možnosti rubrikNastavení barev rubrikZměna textu "Čtěte více"Změnte si další nastavení podle vlastních představVyberte si možnosti vzhledu podle vlastních představZde můžete změnit nastavení zápatíVyberte si možnosti záhlaví podle vlastní chutiZměnte barvu každé z položky rubrik podle vlastní chuti.Nepodvádíte?Aktivovat oblast sociálních sítíZkontrolujte, zda chcete aktivovat příslušné příspěvkyZobrazit v primárním menu ikonu náhodných příspěvkůZobrazit ikonu vyhledávání v primárním menuZaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce.Povolit sekci "Právě se stalo"Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvkůPřichytávat primární menuSkrýt na úvodní stránce příspěvky/statickou stránkuZaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky.Odkazovat obrázkem v záhlaví na úvodní stránkuZobrazit datum v záhlavíZobrazovat v primárním menu ikonu domůVyberte obrázekVyberte barvu vzhledu pro vaší stránku.Zvolte požadovaný typ zobrazení celé oblasti zápatíZvolte požadovaný typ zobrazení celé oblasti záhlavíVyberte jednu z možnostíVyberte si rozvržení webu. Změny se projeví napříč celým webem.Barevné možnostiBarva:ColorMagColorMag Blog krásyColorMag Obchodní časopisColorMag tmavýColorMag Globální widgetyColorMag ProColorMag Pro módaColorMag Pro MusicColorMag Pro sportColorMag Pro technologieColorMag Widget blokyColorMag Widget mřížkaNavigace v komentáříchKomentáře nejsou povoleny.Kontaktní stránkaPostranní panel kontaktní stránkyŠablona kontaktní stránkyObsah vnitřní levé sekceObsah vnitřní pravé sekceObsah horní sekceVlastní CSSTmavý vzhledTyp zobrazení datumu v záhlaví:Den: %sVýchozí rozvrženíVýchozí rozvrženíVýchozí rozvržení pouze pro stránkyVýchozí rozvržení pouze pro jednotlivé příspěvkyVýchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu.PopisMožnosti vzhleduZakázatZobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider.Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky.Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu.Zobrazit obrázek v záhlaví pod hlavním/primárním menu.Zobrazit obrázek v záhlaví přímo nad názvem/textem stránkyZobrazit příspěvky od:DokumentaceUpravitPostranní panel chybové stránky 404Everest Forms – Easy Contact Form and Form BuilderUkázková widgetaFacebookDoporučený obrázekNáhledový obrázek na jedné stránceFiltrÚprava textu copyright v zápatíTyp zobrazení hlavní plochy v záhlavíMožnosti zápatíPouze zápatíNastavení data z WordPressuNastavení úvodní stránkyÚvodní stránka: Oblast u slideruÚvodní stránka: Obsah spodní sekceÚvodní stránka: Obsah vnitřní levé sekceÚvodní stránka: Obsah vnitřní pravé sakceÚvodní stránka: Obsah horní sekceÚvodní stránka: Oblast slideruGoogle PlusStyl mřížky 2Styl mřížky 3Styl mřížky 4Styl mřížky 5Pozice obrázku v záhlavíLogo v záhlavíV záhlaví pouze logo Možnosti záhlavíPostranní panel v záhlavíPouze textPozice zobrazení obrázku v záhlavíPouze záhlavíObrázkový lightboxObrázkyDůležité odkazyInstagramV tomto umístění nic není. Zkuste vyhledávání.Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání.Nejnovější příspěvkyNovinky:Vzhled bude následující:DolevaLevý postranní panelOdkazyHlavní typ zobrazení záhlavíMěsíc: %sNovější komentáře &rarr;Novější příspěvky <span class="meta-nav">&rarr;</span>Další &rarr;&rarr;Bez bočního panelu, vystředěný obsahBez bočního panelu, plná šířkaPočet zobrazovaných příspěvků:Odsazení příspěvků:Omlouváme se, ale stránka nebyla nalezena.Page Builder TemplateStránky:Pingback:PinterestAutor příspěvkuNavigace příspěvkuPříspěvky&larr;Hlavní menuZákladní možnosti barevCitaceNáhodný příspěvekČtěte víceJste připraveni publikovat váš první příspěvek? <a href="%1$s">Začněte zde</a>.Související PříspěvkySouvisející příspěvky podle rubrikSouvisející příspěvky podle štítkůSouvisející příspěvky musí být zobrazeny jako:ReagovatDopravaPravý postranní panelHledatIkona vyhledáváníVyberte rozvrženíVyberte obrázekVybrat rubriky:Vybrat rubrikuVyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výšeZobrazit obojíZobrazit datumZobrazit ikonu domůZobrazit nejnovější příspěvkyZobrazit příspěvky z rubrikyZobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvkyZobrazí widgety vlevo.Zobrazí widgety vpravo.Zobrazí widgety ve 4. postranním panelu zápatí.Zobrazí widgety v 1. postranním panelu zápatí.Zobrazí widgety ve 3. postranním panelu zápatí.Zobrazí widgety ve 2.postranním panelu zápatí.Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace.Zobrazí widgety v šabloně kontaktní stránky.Zobrazí widgety na chybové stránce 404.Rozložení webuBarva vzhleduNastavení sociálních sítíSociální odkazy se zobrazí:Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy.Přichytáváné menuPodporaTG: Reklama 125x125TG: Reklama 300x250TG: Reklama 728x90TG: Slider doporučené rubrikyTG: Doporučené příspěvky (Styl 1)TG: Doporučené příspěvky (Styl 2)TG: Doporučené příspěvky (Styl 3)TG: Doporučené příspěvky (Styl 4)TG: Doporučené příspěvky (Styl 5)TG: Doporučené příspěvky (Styl 6)TG: Doporučené příspěvky (Styl 7)TG: Widgeta náhodných příspěvkůTG: Tabulkový widgetTG: VideaBarva textu:Výchozí nastavení šablonyThemeGrillToto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webuNázev widgetuNázev:TwitterTyp 1 (výchozí)Typ 2Jedinečný systém příspěvkůPoužít obrázekVideaZobrazit demoZobrazit náhodný příspěvekSvětlý vzhledPlné rozvrženíNázev widgetuWordPressRok: %sMohlo by se vám také líbitYouTubeKomentář čeká na schválení.1 komentář: &bdquo;%2$s&ldquo;%1$s komentáře: &bdquo;%2$s&ldquo;%1$s komentářů: &bdquo;%2$s&ldquo;https://themegrill.com/themes/colormag/126PK�
�[�t�2~(~(languages/cs_CZ.ponu�[���# Translation of Themes - ColorMag Pro in Czech
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:58:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: cs_CZ\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder Template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Styl mřížky 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Styl mřížky 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Styl mřížky 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Styl mřížky 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Styl bloků 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Styl bloků 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Styl bloků 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Styl bloků 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Vybrat rubriky:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Rubriky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Zobrazit příspěvky od:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtr"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Odsazení příspěvků:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Příspěvky"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Styl bloků 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Barva textu:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Barva:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Název widgetu"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Přidat vlastní název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Název widgetu"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Globální widgety"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget mřížka"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget bloky"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag tmavý"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Blog krásy"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Obchodní časopis"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Náhledový obrázek na jedné stránce"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Doporučený obrázek"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (výchozí)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti zápatí"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Typ zobrazení hlavní plochy v záhlaví"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Možnosti zápatí"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Zde můžete změnit nastavení zápatí"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Záhlaví i zápatí"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pouze zápatí"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Pouze záhlaví"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociální odkazy se zobrazí:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Tmavý vzhled"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Světlý vzhled"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Vyberte barvu vzhledu pro vaší stránku."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Barva vzhledu"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti záhlaví"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Hlavní typ zobrazení záhlaví"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Nastavení data z WordPressu"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Výchozí nastavení šablony"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Typ zobrazení datumu v záhlaví:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Nejnovější příspěvky"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Vyberte obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Použít obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Vyberte obrázek"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro technologie"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro móda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "1 komentář: &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s komentáře: &bdquo;%2$s&ldquo;"
msgstr[2] "%1$s komentářů: &bdquo;%2$s&ldquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Šablona kontaktní stránky"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Doprava"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Ukázková widgeta"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Doleva"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktní stránka"

#: searchform.php:12
msgid "Search"
msgstr "Hledat"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Jste připraveni publikovat váš první příspěvek? <a href=\"%1$s\">Začněte zde</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Další &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Předchozí"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Nepodvádíte?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Doporučené příspěvky (Styl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Doporučené příspěvky (Styl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Doporučené příspěvky (Styl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widgeta náhodných příspěvků"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabulkový widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Doporučené příspěvky (Styl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Doporučené příspěvky (Styl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videa"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 125x125 px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Reklama 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 728x90 px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Reklama 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklamní obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Odkaz reklamního obrázku"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 300x250 px"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Reklama 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Doporučené příspěvky (Styl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Popis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Název:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Vzhled bude následující:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Doporučené příspěvky (Styl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Vybrat rubriku"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Zobrazit příspěvky z rubriky"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Zobrazit nejnovější příspěvky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Počet zobrazovaných příspěvků:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider doporučené rubriky"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Zobrazí widgety ve 4. postranním panelu zápatí."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Zobrazí widgety ve 3. postranním panelu zápatí."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Zobrazí widgety ve 2.postranním panelu zápatí."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Zobrazí widgety v 1. postranním panelu zápatí."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Reklama nad zápatím"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Zobrazí widgety na chybové stránce 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Postranní panel chybové stránky 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Zobrazí widgety v šabloně kontaktní stránky."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Postranní panel kontaktní stránky"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Úvodní stránka: Obsah spodní sekce"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Obsah vnitřní pravé sekce"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Úvodní stránka: Obsah vnitřní pravé sakce"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Úvodní stránka: Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Obsah horní sekce"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Úvodní stránka: Obsah horní sekce"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Zobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvky"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Úvodní stránka: Oblast u slideru"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Úvodní stránka: Oblast slideru"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Postranní panel v záhlaví"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Zobrazí widgety vlevo."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Zobrazí widgety vpravo."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Mohlo by se vám také líbit"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Zobrazit náhodný příspěvek"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Reagovat"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Komentář čeká na schválení."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s (%2$s)"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor příspěvku"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Upravit)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Novější příspěvky <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starší příspěvky"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigace příspěvku"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Upravit"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> komentářů: %"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 komentář"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> žádný komentář"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Barevné možnosti"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Nastavení barev rubrik"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Změnte barvu každé z položky rubrik podle vlastní chuti."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Barevné možnosti rubrik"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Úprava textu copyright v zápatí"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvků"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Obrázkový lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Změna textu \"Čtěte více\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Související příspěvky podle štítků"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Související příspěvky podle rubrik"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Související příspěvky musí být zobrazeny jako:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Zkontrolujte, zda chcete aktivovat příslušné příspěvky"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Související Příspěvky"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Jedinečný systém příspěvků"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Další nastavení"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Změnte si další nastavení podle vlastních představ"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aktivovat oblast sociálních sítí"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivujte oblast sociálních sítí"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Nastavení sociálních sítí"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Vlastní CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Toto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webu"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Základní možnosti barev"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Vyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Výchozí rozvržení pouze pro jednotlivé příspěvky"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Vyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Výchozí rozvržení pouze pro stránky"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Vyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výše"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Výchozí rozvržení"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Plné rozvržení"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Rámečkové rozvržení"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Vyberte si rozvržení webu. Změny se projeví napříč celým webem."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Rozložení webu"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Skrýt na úvodní stránce příspěvky/statickou stránku"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Nastavení úvodní stránky"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Možnosti vzhledu"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Vyberte si možnosti vzhledu podle vlastních představ"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Odkazovat obrázkem v záhlaví na úvodní stránku"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Zobrazit obrázek v záhlaví pod hlavním/primárním menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Výchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Zobrazit obrázek v záhlaví přímo nad názvem/textem stránky"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozice zobrazení obrázku v záhlaví"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozice obrázku v záhlaví"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Zakázat"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Zobrazit obojí"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Pouze text"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "V záhlaví pouze logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Vyberte jednu z možností"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo v záhlaví"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Zobrazit v primárním menu ikonu náhodných příspěvků"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Náhodný příspěvek"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Zobrazit ikonu vyhledávání v primárním menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ikona vyhledávání"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Přichytávat primární menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Přichytáváné menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Zobrazovat v primárním menu ikonu domů"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Zobrazit ikonu domů"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Zobrazit datum v záhlaví"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Zobrazit datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Novinky:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Povolit sekci \"Právě se stalo\""

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Právě se stalo"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Možnosti záhlaví"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Vyberte si možnosti záhlaví podle vlastní chuti"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Důležité odkazy"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Zobrazit demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Podpora"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentace"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Bez bočního panelu, vystředěný obsah"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Bez bočního panelu, plná šířka"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Levý postranní panel"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Pravý postranní panel"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Výchozí rozvržení"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Vyberte rozvržení"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hlavní menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Čtěte více"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Stránky:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentáře nejsou povoleny."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Novější komentáře &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starší komentáře"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigace v komentářích"

#: archive.php:70
msgid "Archives"
msgstr "Archivy"

#: archive.php:64
msgid "Links"
msgstr "Odkazy"

#: archive.php:61
msgid "Quotes"
msgstr "Citace"

#: archive.php:58
msgid "Videos"
msgstr "Videa"

#: archive.php:55
msgid "Images"
msgstr "Obrázky"

#: archive.php:52
msgid "Asides"
msgstr "Poznámky"

#: archive.php:49
msgid "Year: %s"
msgstr "Rok: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Měsíc: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Den: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "V tomto umístění nic není. Zkuste vyhledávání."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Omlouváme se, ale stránka nebyla nalezena."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[j@�m&m&languages/nl_NL.ponu�[���# Translation of Themes - ColorMag Pro in Dutch
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:44:37+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nl\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Paginabouwer template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster stijl 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster stijl 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blok stijl 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blok stijl 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blok stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blok stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecteer categorieën:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorieën"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Toon de berichten van:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset berichten:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Berichten"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blok stijl 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstkleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Voer de titel van blok in"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget titel"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Eenvoudig contactformulier en formulierbouwer"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aanvinken om de uitgelichte afbeelding weer te geven op enkele pagina."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Uitgelichte afbeelding in enkele pagina"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aanvinken om de uitgelichte afbeelding te verbergen op enkel bericht."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Uitgelichte afbeelding"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standaard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Kies het weergavetype voor het footer-gebied"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Weergavetype voor het footer-gebied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer opties"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Wijzig de instellingen voor de footer hier"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Donkere skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Lichte skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Kies de skinkleur voor de site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skinkleur"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Kies het weergavetype voor het header-gebied"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Weergavetype voor het header-gebied"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Datuminstelling van WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standaard instelling van thema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Weergavetype voor datum in header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Laatste berichten"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecteer een afbeelding"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Afbeelding gebruiken"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "KIes een afbeelding"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Eén gedachte over &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s gedachten over &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template voor contactpagina"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Voorbeeldwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contactpagina"

#: searchform.php:12
msgid "Search"
msgstr "Zoeken"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Helaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Start hier</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Volgende &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Vorige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Valsspelen?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Uitgelichte berichten (Stijl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Uitgelichte berichten (Stijl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Uitgelichte berichten (Stijl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget voor willekeurige berichten"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget met tabs"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Uitgelichte berichten (Stijl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Uitgelichte berichten (Stijl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Video's"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Voeg je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 advertentie"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Voeg je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Afbeelding van advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Afbeeldingslink van advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Voeg je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Uitgelichte berichten (Stijl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschrijving"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout zal zijn zoals hieronder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: UItgelichte berichten (Stijl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Categorie selecteren"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Toon berichten van een categorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Laatste berichten weergeven"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Aantal berichten om te tonen:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Uitgelichte categorieslider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Toon widgets op footer sidebar vier."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Toon widgets op footer sidebar drie."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Toon widgets op footer sidebar twee."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Toon widgets op footer sidebar één."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertentie boven de footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Toon widgets op 404 foutpagina."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fout 404 Pagina Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Toont widgets op Contactpagina Template"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Pagina Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Voorpagina: Content, onderste sectie"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content, sectie midden-rechts"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Voorpagina: Content, sectie midden-rechts"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content, sectie midden-links"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Voorpagina: Content, sectie midden-links"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content, bovenste sectie"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Voorpagina: Content, bovenste sectie"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Toon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Voorpagina: gebied naast de slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Voorpagina: Slidergebied"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Toon widgets in header-sectie net boven de hoofdnavigatie."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Laat de Widgets aan de linkerkant zien."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Laat de Widgets aan de rechterkant zien."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Je zou ook interesse kunnen hebben in"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Toon een willekeurig bericht"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Beantwoorden"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Je reactie is in afwachting van moderatie."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s om %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Bericht auteur"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(bewerken)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nieuwere berichten <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Oudere berichten"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Berichtnavigatie"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bewerken"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % reacties"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 reactie"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 reacties"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Kleuropties"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Instellingen voor categoriekleur"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Wijzig de kleur van iedere categorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opties voor categoriekleur"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor voor de copyright-tekst in de footer"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichten"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Afbeelding Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Eigen \"lees meer\"-tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Gerelateerde berichten volgens tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Gerelateerde berichten volgens categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gerelateerde berichten moeten worden getoond als:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Aanvinken om de gerelateerde berichten te activeren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Gerelateerde berichten"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Uniek berichtensysteem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Extra opties"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Wijzig hier de extra instellingen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aanvinken om gebied voor sociale links te activeren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activeer gebied voor sociale links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social media opties"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Eigen CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Hoofdkleur"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standaard layout alleen voor enkele berichten"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "KIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standaard layout alleen voor pagina's"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standaard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Brede layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Smalle layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Kies je site-layout. De wijziging geldt voor de hele site."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site-layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Aanvinken om de blogberichten/statische voorpagina te verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Instellingen voor de voorpagina"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design opties"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Wijzig de instellingen voor het design hier"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Aanvinken om de header-afbeelding terug te laten linken naar de homepagina"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Toon de header-afbeelding onder het hoofdmenu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Toon de header-afbeelding net boven de titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Uitschakelen"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Toon beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Alleen header-tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Alleen header-logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Kies de gewenste optie"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header-logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Aanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu "

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Willekeurig bericht"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icoon voor zoeken"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Aanvinken om het sticky gedrag van het hoofdmenu te activeren"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Aanvinken om het icoon voor Home in het hoofdmenu te tonen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Toon icoon voor Home"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Aanvinken om de datum in de header te tonen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Toon datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Laatste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Aanvinken om de sectie voor laatste nieuws te activeren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Belangrijk nieuws"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-opties"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Wijzig de instellingen voor de Header"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Belangrijke links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Bekijk Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ondersteuning"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentatie"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Geen sidebar, content gecentreerd"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Geen sidebar, volledige breedte"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standaard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecteer layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hoofdmenu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Verder lezen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagina&#39;s:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Reactienavigatie"

#: archive.php:70
msgid "Archives"
msgstr "Archieven"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citaten"

#: archive.php:58
msgid "Videos"
msgstr "Video&#39;s"

#: archive.php:55
msgid "Images"
msgstr "Afbeeldingen"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Jaar: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Maand: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Het lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oeps. Deze pagina kon niet worden gevonden."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[.}..C.Clanguages/tr_TR.ponu�[���# Translation of Themes - ColorMag Pro in Turkish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:35:06+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: tr\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr ""

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr ""

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr ""

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr ""

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr ""

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr ""

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr ""

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr ""

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr ""

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr ""

#: inc/customizer.php:698
msgid "White Skin"
msgstr ""

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr ""

#: inc/customizer.php:684
msgid "Skin Color"
msgstr ""

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr ""

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr ""

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "WordPress tarih ayarından"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Tema varsayılanı ayarı"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Üst alanda tarih gösterim biçimi:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr ""

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Bir görsel seçin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Görseli kullan"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Bir görsel seçin"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr "Demo içeri aktarıcı"

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Spor"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknoloji"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Moda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo; için bir yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Magazin teması"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "İletişim sayfası şablonu"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro,ColorMag free  nin pro sürümüdür"

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "%1$s ile uyumlu tüm yazıları gör"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s in%2$s yazısı var ve artmaya devam ediyor"

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Sağ"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Bu önerilen eklenti  ile %s nasıl gözüktüğünü göreceksiniz..Daha fazla araç ve özel araçlarınız  %swidgets screen%s adresini kullanın."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Örnek bileşen"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Sol"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "İletişim sayfası"

#: searchform.php:12
msgid "Search"
msgstr "Ara"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Üzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "İlk yazınızı yayınlamaya hazır mısınız? <a href=\"%1$s\">Buradan başlayın</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Sonraki &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Önceki"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Dikkat!</b> Dışardan gelen istekleri engelliyorsunuz %s Güncelemeleri alamazsınız.Almak için %s a ekleyin %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "Tema lisansı aktifleştrilmedi %sBuradan%s aktifleştirebilirsiniz"

#: license.php:178
msgid "License Deactivation"
msgstr "Lisans pasifleştirme"

#: license.php:177
msgid "License Activation"
msgstr "Lisans aktifleştirme"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Hile mi yapıyorsun?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Öne çıkan yazılar (Stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Penceredeki içeriği görmek için işaretle"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Öne çıkan yazılar (Stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Kaç adet yazı son yazılarda gösterilsin"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Son dakika widget ı"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Son dakikayı daha ince göster(Yan paneller için uygun)"

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Öne çıkan yazılar (Stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Rastgele gösterilcek yazı sayısı"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Rastgele yazılar bileşeni"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Siteden rastgele yazı göster(Yan panel için)"

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Yorum yok"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "diyorki:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Yorum"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Yeni"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Popüler"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Popüler yazılarda sayacı aktifleştirmek için seç"

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Kaç adet popüler yazı,yeni yazı ve yorum gösterisin"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Sekmeli bileşen"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Popüler yazı,yen, yazı ve yeni yorumları pencerede göster.Yan paneller için  uygun"

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Öne çıkan yazılar (Stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Kaydırma efektini kapatmak için tıkla"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Öne çıkan yazılar (Stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr "Vimeo Video ID:"

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr "Youtube Video ID:"

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videolar"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Videonuzu buraya ekleyin.Youtube ve Vimeo desteklenmekte"

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "125x125 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 reklam"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "125x125 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "728x90 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 reklam"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "728x90 reklamınızı buraya yerleştirin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklam görseli"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Reklam görsel bağlantısı"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "300x250 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 reklam"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "300x250 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Öne çıkan yazılar (Stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Açıklama"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Başlık:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Düzen aşağıdaki gibi olacaktır:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Öne çıkan yazılar (Stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Highligted Posts"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler. Kaydırak yan sütun harici diğer alanlar için uygundur."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Resim büyüklüğü(1400x600px,Ön sayfa için uygundur)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Orta resim büyüklüğü(8000x455px)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Resim büyüklüğü:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Kategori Seçin"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Bir kategoriden yazıları göster"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "En son yazıları göster"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Görüntülenecek yazı sayısı:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Öne çıkan kategori kaydırağı"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Kaydırakta kullanılmak üzere en güncel yazıları ya da belirli bir kategorinin yazılarını gösterir."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Dördüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Footer paneli 4 (alt)"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Üçüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Footer Yanpanel 3 ( Alt )"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "İkinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Footer Yanpanel 2 (Alt)"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Birinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Footer Yanpanel 1 (Alt)"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Widgetları footer 3 yanpanelin üstünde göster"

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Footer yanpanel 3 (üst)"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Widgetları footer 2 de üstte göster"

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Footer yanpanel 2 (üst)"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Widgetları footer 1 de üstte göster"

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Footer yanpanel 1 (üst)"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Alt kısmın üstündeki araçlar.Önerilen araç TG: 728x90 "

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Alt bölümün üstünde reklam alanı"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "404 hata sayfasında bileşenleri gösterir"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "404 hata sayfası kenar çubuğu"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "İletişim sayfası şablonunda bileşenleri gösterir."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "İletişim sayfası kenar çubuğu"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Ön sayfa:İçerik alt alanı"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Ön sayfa: İçerik alt bölüm"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Ön sayfa: İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "İçerik orta sol bölüm"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Ön sayfa: İçerik orta sol bölüm"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "İçerik üst bölüm"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Ön sayfa: İçerik üst bölüm"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Kaydırağın hemen yanında bileşen gösterir. TG: Dikkate değer yazılar için uygundur."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Ön sayfa: Kaydırağın yanındaki alan"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Önerilen araç TG: Featured Cat Slider."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Ön sayfa: Kaydırak alanı"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Widgetları menünün altında göster"

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Ön sayfa:Genişliği kapla"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Ana dolaşım menüsünün hemen üstünde, üst alanda bileşenleri göster"

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Üst alan araç çubuğu"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Sol kenar çubuğunda widget gösterir."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Sağ kenar çubuğunda widget gösterir."

#: inc/share.php:6
msgid "Pin It"
msgstr "Pin'le"

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 le"

#: inc/share.php:4
msgid "Like This"
msgstr "Beğen"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Twettle"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Yazıyı paylaş:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Bunları da sevebilirsiniz"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr "Youtube"

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google Plus"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Kullanıcı sosyal linkleri"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Toplam gösterim"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s Görüntüleme"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 Görüntüleme"

#: inc/functions.php:1383
msgid "Video URL"
msgstr "Video URL"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Rastgele bir yazı görüntüle"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Yanıtla"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Yorumunuz denetim için bekliyor."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s tarihinde, saat %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Yazar"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Düzenle)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Geri bildirim: "

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Yeni yazılar <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Eski yazılar"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Yazı dolaşımı"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Düzenle"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 yorum"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Footer copyright ve arkaplan rengi."

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Footer küçük menu metin rengi."

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Footer copyright link metin rengi."

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Footer copyright metin rengi"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Footer widget arkaplan rengi"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Footer widget içerik linkinin metin rengi"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Footer widget içerik rengi"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Widget başlık rengi"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Footer alanı renkleri"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "İçerik alanı arkaplanı rengi"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Yanpanel widget başlık rengi"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Buton arkaplan rengi"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Buton metin rengi"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Yazı metası rengi"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "İçerik metni rengi"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Sayfa başlığı rengi"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Yazıların başlık rengi"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "İçerik alanlarının başlığı rengi(H1 ve H2 gibi)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "İçerik alanının renkleri"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Header arkaplan rengi"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Birincil menü seçilmiş/vurgulanmış item rengi"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Birincil menü metin rengi"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Site etiketleri."

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Site başlığı"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Header renk ayarı"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Renk ayarlarını buradan isteğine göre değiştir"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Renk seçenekleri"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Footer küçük menü:Varsayılan 14px"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Footer copyright metninin büyüklüğü (14px varsayılan)"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Footer widget içeriğinin metin büyüklüğü.Varsayılan 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Footer metin büyüklük ayarları"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Buton metin büyüklüğü(Daha fazka oku ,gönder gibi) 12px varsayılan"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Yazı metası metin büyüklüğü.   12 px varsayılan"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "İçerik metin büyüklüğü ayarları"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Widget başlığı.18 px varsayılan"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Sayfa başlığı.Varsayılan 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Yazı başlığı.Varsayılan 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Başlık alakalı yazı büyüklüğü ayarı"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Birincil alt menü.Varsayılan px14"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Birincil menü.Varsayılan px14"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Site etiketleri metin büyüklüğü.Varsayılan px16"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Site başlık yazı büyüklüğü.Varsayılan px46"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Header yazı büyüklüğü ayarı"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "İçerik yazı tipi ve diğerleri için.Varsayılan Open Sans"

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Tüm başlık fontu.Open sans varsayılandır"

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Birincil menü yazıtipi .Open sans varsayılandır"

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Site etkikerleri.Open sans varsayılandır"

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Site başlık yazıtipi..Open sans varsayılandır"

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Google yazıtipi ayarları"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Yazım ayarlarını isteğinize göre değiştirin"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Yazım ayarları"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Kategori renk ayarları"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Her bir kategori ögesinin rengini istediğiniz gibi değiştirin"

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kategori renk seçenekleri"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Copyright bilgilerini düzenleyebilirsiniz. [the-year], [site-link], [wp-link], [tg-link] gibi kısa kodlar kullanılabilir"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Altyapı"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema:ColorMag Pro üretici"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Copyright &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Alt alan hak bildirimi düzenleyici"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Yukarı kaydırma butonunu gizlemek için seç"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Yukarı kaydır butonu"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Yazar Bio sunda yazarın sayfasına link göster"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "Yazar biosundaki yazar adresi"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Sosyal profili yazar biosunda göster"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Yazar biosunda sosyal profiller"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Tekil yazılarda öne çıkan görseller için kutu özelliğini etkinleştirmek için işaretleyin"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Görsel kutusu"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Tek yazıılarda paylaşım butonlarını aktifleştirmek için seç"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Sosyal paylaşım butonu"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Daha fazla oku metnini isteğine göre değiştir"

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Daha fazla oku metnini değiştirin"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Sadece yazı alanında düzenle butonunu pasifleştir"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Sadece yazı alanında sadece yazıyı gösteri pasifleştir"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Sadece yazı alanında etiketleri pasifleştir"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Sadece yazı alanında sadece yorumları pasifleştir"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Sadece yazı alanında kategoriyi pasifleştir"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Sadece yazı alanında tarihi pasifleştir"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Sadece yazı alanında yazarı pasifleştir"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Yazı bilgilerini yazılardan komple pasifleştir.Mesela tüm meta verileri kaldır"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Yazı meta görüntüleme"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Etiketlere göre ilişkili yazılar"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Kategorilere göre ilişkili yazılar"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "İlişkili yazılar şu şekilde gösterilmeli:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "İlişkili yazıları etkinleştirmek için işaretleyin"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "İlişkili Yazılar"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Eşsiz yazı sistemini entegre widgetlar için aktifleştir"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Eşsiz yazı sistemi"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Ek ayarlar"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Buradan ek ayarları istediğiniz gibi değiştirin"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Tercih edilen sosyal link renk ayarları"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Tercih edilen Sosyal link FontAwesome ikonu"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Ekstra sosyal ikonlar"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Ekstra sosyal link 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Ekstra sosyal link 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Ekstra sosyal link 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Ekstra sosyal link 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Ekstra sosyal link 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Ekstra sosyal link 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Yeni pencerede göstermek için tıkla"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştirmek için tıklayın"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştir"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Sosyal ayarlarını isteğinize göre düzenleyin"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sosyal seçenekler"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Özel CSS ni yaz"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Özel CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Bu bağlantılar, tuşlar ve diğer bir çok şeye etkiyecektir. Siteniz ile uyumlu bir renk seçin"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Birincil renk seçeneği"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Varsayılan(ilk resim büyük diğerleri yan yana ikili)"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Blog,arşiv ve arama sonuöları için düzen"

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Blog/Arşiv ve arama sayfası düzeni"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Tekil yazılar için varsayılan düzeni seçin. Bu düzen belirli bir yazıya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Tekil yazılar için varsayılan düzen"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sayfalar için varsayılan düzeni seçin. Bu düzen belirli bir sayfaya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Sayfalar için varsayılan düzen"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Varsayılan düzeni seçin. Bu düzen tüm site arşivleri, kategoriler, arama sayfaları vb. alanlara uygulanacaktır. Tekil yazı ve sayfaların düzeni aşağıdaki seçenekler ile kontrol edilebilir."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Varsayılan düzen"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Geniş düzen"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Kutulu düzen"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Site yerleşimini seçin. Bu değişiklik tüm siteye yansır"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site düzeni"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Blog yazılarını/statik sayfaları ön sayfadan gizlemek için işaretleyin"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ön sayfa ayarları"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Tasarım Ayarları"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Buradan tasarım ayarlarını istediğiniz gibi değiştirin"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tip 3:Header metni,yanpanel merkezi hizalı"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tip 2:Header paneli solda,metni ve logo sağda"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tip 1(Varsayılan):Header merni ve logo salda.panel sağda"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Header gösterim tipini seç"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Hader gösterim tipi"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Üst kısım görsel bağlantısının ana sayfaya yönlendirilmesi için işaretleyin"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Üst kısım görselini ana/birincil menünün altında göster."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Varsayılan: Üst kısım görselini site başlığı/metni ile ana/birincil menü arasında göster."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Üst kısım görselini site başlığının/metninin hemen üstünde göster."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Üst kısım görseli görüntüleme konumu"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Başlık görseli konumu"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Etkisizleştir"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "İkisini de göster"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Başlık Sadece Yazı "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Başlık Sadece Logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "İstediğiniz seçeneği seçin"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Başlık Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Birincil menüde rastgele yazı simgesini göstermek için işaretleyin"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Rastgele Yazı"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Birincil menüde arama simgesini göstermek için işaretleyin"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Arama simgesi"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Birincil menünün yapışkan özelliğini etkinleştirmek için tıklayın"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Yapışkan menü"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Birincil menüde ana sayfa simgesi göstermek için işaretleyin"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Ana sayfa simgesi göster"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Üst alanda tarih göstermek için işaretleyin"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Tarih göster"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Alt navigasyon"

#: inc/customizer.php:205
msgid "Header"
msgstr "Header"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Son haberlerin konumunu seç"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Son haber değişme hızı"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Flaş haberler için gösterilme süresi"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Aşa"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Yukarı"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Flaş haber animasyonunu seç"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Ticker haberler için görüntüleme metni"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "En güncel:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Son dakika haberleri bölümünü etkinleştirmek için işaretleyin"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Son dakika haberleri"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Sayfa Tepesi Seçenekleri"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Üst alan ayarlarını buradan istediğiniz gibi değiştirin"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Önemli bağlantılar"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag teması önemli linkler"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Temayı değerlendir"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demoyu görüntüle"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Destek"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Belgeler"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ortalanmış içerikli yan sütun yok"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Tam genişlikli yan sütun yok"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sol Menü"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sağ Menü"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Varsayılan düzen"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Düzen seçin"

#: functions.php:125
msgid "Footer Menu"
msgstr "Footer Menu"

#: functions.php:124
msgid "Primary Menu"
msgstr "Birincil menü"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Devam"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sayfalar"

#: comments.php:67
msgid "Comments are closed."
msgstr "Yorumlar kapatıldı."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Yeni yorumlar &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Eski yorumlar"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Yorum dolaşımı"

#: archive.php:70
msgid "Archives"
msgstr "Arşiv"

#: archive.php:64
msgid "Links"
msgstr "Bağlantılar"

#: archive.php:61
msgid "Quotes"
msgstr "Alıntılar"

#: archive.php:58
msgid "Videos"
msgstr "Videolar"

#: archive.php:55
msgid "Images"
msgstr "Görseller"

#: archive.php:52
msgid "Asides"
msgstr "Yan sütunlar"

#: archive.php:49
msgid "Year: %s"
msgstr "Yıl: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Aylar: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Gün :%s"

#: archive.php:35
msgid "Author: %s"
msgstr "Yazar: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s, için üyrlik değiştirildi.Yani yeni lisans anahtarını ayarlar bölümünden girmen lazım. The License Emailinize gelmiş olması lazım.Gelmediyse giriş yapıp edinebilirsiniz. <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s aktifleştirilmedi.Ayarlara gidip lisans ve lisans emailini girip aktfileştir %s."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "İndirme izni %s için kapatıldı.Lisans bittiği için olabilir. Yeniden aktifleştirmek için hesabınıza gidin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Belki de lisans anahtarı girmeyi unuttunuz.Veya hesabınızda ki lisans pasif.Yeniden aktifleştirmek için <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Hesabınızdan yeniden üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans çöpe taşındı ve yakında silinecek. Hesabınızdan yeni üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s halen beklemede.Durumunu burdan kontrol edebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik durduruldu. Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s Lisans süresi bitti.Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr " %s e ait üyelik iptal edildi.Hesabınızdan tekrar aktifleştirebilirsiniz<a href=\"%s\" target=\"_blank\">Panel</a>. Yeni lisans satın alma işleminden sonra email olarak size gelecektir"

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik beklemede. Hesabınızdan yeniden aktifleştirebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s için lisans bitti. Hesabınızdan yeniden aktifleştirin yada yeni lisans satın alın <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "API lisans anahtarını pasifleştirerek başka bloglarda kullanabilirsiniz"

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Tema lisansı pasifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Lisans pasifleştirilemedi.Lisans pasifleştirme penceresinde elle pasifleştirin"

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Lisans anahtarı API sunucusuna bağlantı kurulamadı.Tekrar deneyin"

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema aktifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "API Lisans anahtarı pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "API Lisans  pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Lisans emaili"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API lisans anahtarı"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "API lisans aktifleştirme"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Kaydet"

#: 404.php:30
msgid "Error"
msgstr "hata"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Görünen o ki burada hiç bir şey bulunamadı. Bir de aşağıdan arama yapmayı deneyin."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Off! Bu sayfa bulunamadı."

#: 404.php:28
msgid "404"
msgstr "404"PK�
�[�J�GGlanguages/sv_SE.monu�[���������������(�'�)0Hsy�##,"P*s*�)��"AVpy
�
�
�
�
�
����

1I4_0�0�0�4'\#p#�9�4�3')[C�7�2541j �/��$�<"<_�>�
�	.Ian�������3
G	R\y���$�T�7CRUZ3�`�1E8w�
����
7>Vt����"�'()Rr�������� >JY	`GjW�
8=JP	nx0����� 
/ %= c y 	� 	� � � � � � � � � 	!F!
V!d!�!�!�!�!
�!�!�!
�!�!""y$"��"�&#	�#	�#�#�#$B+$n$�$%�$$�$&�$$%D>%'�% �%�%
�%�%�%\&k&w&&�&�&�&�&'#'@']'z'�'�'�'
�'�'�'
(V(m(z(�(�(�(�(	�(�(	�(�(
�(�(�(	)))+)$3)TX)'�)�)�)�)�)
�*�*�*+
 ++++.+)Z+,�+3�+s�+%Y,","�,!�,(�,(-'9-a-|-�-�-�-�-
�-�-�-�-..#./.;.U.d.
q.|.#�.�.5�.5/<A/;~/,�/�/6�/,-0@Z08�0;�051CF1@�1K�1C27[2&�2,�2
�2*�2? 3A`3!�3M�34"4)424J4d4}4�4�4�4�4�4�4
5 #5D5c5v5�5�5�5�5�5 �5,�5F!6h6t6
�6Q�6;�6p(7)�7;�7�7
8!8*8
F8T8]8i8�8"�8�8�8
�8�89!19S9+q9)�9�9�9�9::):8:G:e::�:�:�:�:
�:;	;G;UZ;�;�;�;�;�;<"<
/<:<2S<
�<�<$�<�<�<�<	=(=A=	H=	R=\=p=�=�=	�=�=�=�=�=L�=(>);>%e>)�>�>�>�>�>�>�>
�>??�!?��?�,@
�@
�@�@AA?6AvA�A(�A(�A'B&(B6OB(�B�B�B	�B#�B
Ce+C
�C�C�C�C�C�C�CD9DVDsD�D�D"�D�D
�D
EE
.E`9E�E�E�E�E�E�E�E�E	�EF	F%F1F	>FHFPFhF#pFK�F'�FG
GG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag Global WidgetsColorMag ProColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:55:50+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: sv_SE
Project-Id-Version: Themes - ColorMag Pro
%1$s kl. %2$s%s&larr; äldre kommentarer&larr; Föregående(Redigera), <i class="fa fa-comment"></i> 0 kommentarer<i class="fa fa-comment"></i> 1 kommentar<i class="fa fa-comments"></i> % kommentarer<span class="meta-nav">&larr;</span> Äldre inlägg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivera sektion för sociala länkarLägg till din 125x125-annons härLägg till din 300x250-annons härLägg till din 728x90-annons härLägg till bild för 125x125-annons härLägg till bild för 300x250-annons härLägg till bild för 728x90-annons härLägg till din blockrubrikAvancerade inställningarAnnons ovanför sidfotenAnnonsbild Länk för annonsbild ArkivNoteringarFörfattare: %sBlockstil 1Blockstil 2Blockstil 4Blockstil 6Blockstil 9BlockrubrikBåde sidhuvud och sidfotInramad layoutSenaste nyttKategorierAlternativ för kategorifärgerInställningar för kategorifärgerÄndra läs mer textÄndra ytterligare inställningar som du önskar härÄndra inställningar för design som du önskar härÄndra inställningarna för sidfoten enligt önskemål härÄndra inställningarna för sidhuvudet som du önskar härÄndra färg på varje kategori som önskat.Fuskar du, va?Markera för att aktivera sektion för sociala länkarMarkera för att aktivera relaterade inläggMarkera för att visa ikonen för slumpvalt inlägg i huvudmenynMarkera för att visa ikonen för sökfält i huvudmenynKryssa i för att visa den utvalda bilden på en enda sida.Markera för att aktivera sektionen för senaste nyttMarkera för att aktivera bildvisare för bilder i enskilda inläggMarkera för att aktivera funktionalitet för klistrad huvudmenyMarkera för att dölja innehåll från inlägg/statisk sida på startsidanKryssa i för att dölja den utvalda bilden i enskild inläggssida.Markera för att länka bild i sidhuvud till startsidanMarkera för att visa datum i sidhuvudMarkera för att visa hemikonen i huvudmenynVälj en bildVälj färg på skalet för din webbplats.Välj den huvudsakliga visningstypen av sidfot du vill användaVälj den huvudsakliga visningstypen av sidhuvud du vill användaVälj den inställning du vill haVälj layout för din webbplats. Ändringen återspeglas på hela webbplatsenFärgalternativFärg:ColorMagColorMag SkönhetsbloggColorMag företagsmagasinColorMag globala widgetsColorMag ProColorMag blockwidgetColorMag rutnätswidgetKommentarsnavigationKommentarer inaktiverade.KontaktsidaSidofält för kontaktsidaMall för kontaktsidaInnehåll i mitten till vänsterInnehåll i mitten till högerInnehåll överdelAnpassad CSSMörkt skalFormat för datum i sidhuvud:Dag: %sStandardlayoutStandardlayoutStandardlayout för endast sidorStandardlayout, endast för enskilda inläggStandard: Visa bild för sidhuvud mellan webbplatstitel och huvudmeny.BeskrivningInställningar för designInaktiveraVisa senaste inlägg eller inlägg från specifik kategori, används för slider.Visa senaste inlägg eller inlägg ur en specifik kategori.Visa senaste inlägg eller inlägg från specifik kategori. Passar för widgetfält vid området bredvid slider.Visa bild för sidhuvud under huvudmenyn.Visa bild för sidhuvud precis ovanför webbplatsens titel.Visa inlägg från:DokumentationRedigeraSidofält för 404-felsidorExempelwidgetFacebookUtvald bildUtvald bild i enskilt sidaFiltreraRedigerare för copyright i sidfotVisningstyp för primär sidfotAlternativ för sidfotEndast sidfotWordPress datuminställningarInställningar för startsidaStartsida: Område bredvid sliderStartsida: Innehåll underdelStartsida: Innehåll i mitten till vänsterStartsida: Innehåll i mitten till högerStartsida: Innehåll överdelStartsida: Slider-sektionGoogle-PlusRutnätsstil 2Rutnätsstil 3Rutnätsstil 4Rutnätsstil 5Position för bild i sidhuvudEndast logotyp i sidhuvudInställningar för sidhuvudSidofält i sidhuvudEndast text i sidhuvudPosition för bild i sidhuvudEndast sidhuvudBildvisareBilderInstagramDet verkar inte som något kunde hittas här. Försök att söka nedan.Det verkar som att vi inte kan hitta det du letar efter. Prova att göra en sökning.Senaste inläggenSenaste:Layout visas som nedan:VänsterSidofält till vänsterLänkarVisningstyp för primärt sidhuvudMånad: %sNyare kommentarer &rarr;Nyare inlägg <span class="meta-nav">&rarr;</span>Nästa &rarr;&rarr;Inget sidofält, innehåll centreratInget sidofält, fullbreddAntal inlägg att visa:Inläggskompensering:Oops! Sidan kunde inte hittas.Template för sidbyggareSidor:Pingback:PinterestInläggsförfattareInläggsnavigeringInlägg&larr;HuvudmenyAlternativ för primär färgCitatSlumpvalt inläggLäs merRedo att publicera ditt första inlägg? <a href="%1$s">Kom igång här</a>.Relaterade inläggRelaterade inlägg baserat på kategorierRelaterade inlägg baserat på taggarRelaterade inlägg ska visas baserat på:SvarHögerSidofält till högerSökSökikonVälj layoutVälj en bildVälj kategorier:Välj kategoriVälj standardlayout för sidor. Denna layout kommer påverka alla sidor om inte en specifik layout väljs för en specifik sidaVälj standardlayout för inlägg. Denna layout kommer påverka alla inlägg om inte en specifik layout väljs för ett specifikt inläggVälj standardlayout. Layouten kommer påverka webbplatsens arkiv, kategorier, sök, osv. Layouten i enskilda inlägg och på sidor kan ändras genom nedanstående inställningarVisa bådaVisa datumVisa hemikonVisa senaste inläggVisa inlägg från en kategoriVisa widgetfält bredvid slider. Passar TG: Framhävda inlägg.Visar widgets till vänster.Visar widgets till höger.Visar widgets i fjärde sidfotsområdet.Visar widgets i första sidfotsområdet.Visar widgets i tredje sidfotsområdet.Visar widgets i andra sidfotsområdet.Visar widgets i sidhuvudet precis ovanför huvudmenyn.Visar widgets i mallen för kontaktsida.Visar widgets på 404-felsidor.WebbplatslayoutSkalfärgInställningar för sociala länkarSociala länkar att visa på:Beklagar, inget som matchade dina söktermer kunde hittas. Vänligen försök igen med andra sökord.Klistrad menySupportTG: 125x125-annonsTG: 300x250-annonsTG: 728x90-annonsTG: Slider för utvald kategoriTG: Utvalda inlägg (stil 1)TG: Utvalda inlägg (stil 2)TG: Utvalda inlägg (stil 3)TG: Utvalda inlägg (stil 4)TG: Utvalda inlägg (stil 5)TG: Utvalda inlägg (stil 6)TG: Utvalda inlägg (stil 7)TG: Widget för slumpvalda inläggTG: FlikwidgetTG: VideosTextfärg:Temats standardinställningThemeGrillDetta kommer påverka länkar, knappar och mycket annat. Välj en färg som passar din webbplatsRubrikwidgetTitel:TwitterTyp 1 (Standard)Typ 2Unikt inläggssystemAnvänd bildVideorVisa demoVisa ett slumpvalt inläggVitt skalBred layoutWidgetrubrikWordPressÅr: %sDu kanske också gillarYouTubeDin kommentar inväntar granskning.En reaktion till &ldquo;%2$s&rdquo;%1$s reaktioner till &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[!\�C�s�slanguages/pt_BR.ponu�[���# Translation of Themes - ColorMag Pro in Portuguese (Brazil)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2020-01-23 15:13:30+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: pt_BR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s atrás</span>"

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr "<span class=\"cm-post-date human-diff-time-display\">%s atrás</span>"

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr "Ocultar detalhes do post."

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr "Chave de API do Fixer inválida. Obtenha sua chave de API %1$saqui%2$s e configure-a %3$saqui%4$s. "

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr "Você não adicionou a chave de API do Fixer. Adicione-a %1$saqui%2$s."

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "Taxa de câmbio requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr "Mostrar posts do autor"

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr "Mostrar posts da tag"

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr "Selecionar autor"

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr "Selecionar tag"

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr "Mostrar posts de um autor"

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr "Mostrar posts de uma tag"

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr "Para para tornar o link dofollow."

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr "Pausar ao passar o mouse?"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr "Não"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr "Sìm"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr "Reproduzir Slider automaticamente?"

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr "Estilo de bloco 10"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr "Velocidade de transição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr "Tempo de transição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr "Notícias Populares"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr "Saiba mais sobre o importador de demonstração!"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr "Pronto para começar a importar as demonstrações disponíveis com apenas um único clique?"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr "Ativar o importador de demonstração do ThemeGrill"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr "Instalar o importador de demonstração do ThemeGrill"

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr "Chave de API da taxa de câmbio"

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr "Imagem destacada com título do post (Estilo 2)"

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr "Desativar a navegação de posts"

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr "Cor da barra de progresso"

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr "Exibir a data publicada no formato \"X tempo atrás\""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr "Exibir data de publicação "

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr "Escolha o tipo de exibição dos metadados do post:"

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr "Data de metadados do Post"

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr "Altere o texto de \"Leia a seguir\" conforme seja adequado para o seu site."

#: inc/customizer.php:1489
msgid "Style 4"
msgstr "Estilo 4"

#: inc/customizer.php:1488
msgid "Style 3"
msgstr "Estilo 3"

#: inc/customizer.php:1487
msgid "Style 2"
msgstr "Estilo 2"

#: inc/customizer.php:1486
msgid "Style 1"
msgstr "Estilo 1"

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr "Escolha o layout de posts relacionados conforme necessário."

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr "Informe o número de palavras que deseja mostrar no resumo. O valor padrão é 20 palavras."

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr "Tamanho do resumo"

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr "Escolha o layout da biografia do autor conforme necessário."

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr "Layout da biografia do autor"

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr "Fontes Google"

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr "Fontes padrão"

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modelo do Construtor de páginas"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral direita do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral esquerda do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr "Você precisa adicionar os valores de longitude e latitude para exibir o Google Maps. Você pode configurá-lo nas configurações do widget."

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr "O GoogleMaps requer uma chave de API para funcionar."

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr "Tamanho do zoom do Google Maps:"

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr "Altura do Google Maps em px:"

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr "Latitude:"

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr "Longitude:"

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "O GoogleMap requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr "TG: Google Maps"

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr "Exibe o Google Maps no seu site."

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr "Layout:"

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr "TG: Lista de vídeos destacados"

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr "Exibir lista de reprodução de vídeos a partir de formatos de posts de vídeo."

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr "Coluna:"

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr "Moedas de câmbio:"

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr "Moeda base:"

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr "TG: Câmbio de moeda"

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr "Exibir câmbio de moeda."

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr "NNO"

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr "NO"

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr "ONO"

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr "O"

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr "OSO"

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr "SO"

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr "SSO"

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr "S"

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr "SSE"

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr "SE"

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr "ESE"

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr "L"

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr "ENE"

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr "NE"

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr "NNE"

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr "N"

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr "O OpenWeatherMap requer um ID de cidade para funcionar."

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr "Obter chave de API"

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr "O OpenWeatherMap requer uma chave de API para funcionar."

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr "C"

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr "m/s"

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr "F"

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr "mph"

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr "Celsius"

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr "Fahrenheit"

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr "Obter ID da cidade"

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr "ID da cidade do OpenWeatherMap:"

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr "Informe a chave de API aqui"

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "OpenWeatherMap requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr "TG: Clima"

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr "Mostrar o clima."

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr "Centro"

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr "Alinhar texto:"

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr "Abrir numa nova aba"

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr "URL do botão:"

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr "Texto do botão:"

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr "Imagem do fundo "

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr "TG: Chamada para ação"

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr "Exibir widget de chamada para ação."

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr "Marque para desativar o deslizamento automático ao passar o mouse."

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr "Mostra widgets na barra lateral esquerda do WooCommerce."

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr "Lateral esquerda do WooCommerce"

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr "Mostra widgets na barra lateral direita do WooCommerce."

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr "Lateral direita do WooCommerce"

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr "Mostra widgets logo acima da área de direitos autorais do rodapé."

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr "Lateral do rodapé de largura total"

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr "Você está aqui:"

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr "Leia a seguir"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr "Estilo de grade 9"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr "Estilo de grade 8"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr "Estilo de grade 7"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr "Estilo de grade 6"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Estilo de grade 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Estilo de grade 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Estilo de grade 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Estilo de grade 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr "Estilo de grade 1"

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Estilo de bloco 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr "Estilo de bloco 8"

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr "Estilo de bloco 7"

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Estilo de bloco 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr "Estilo de bloco 5"

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Estilo de bloco 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr "Vídeo"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr "Exibir imagem/vídeo destacada:"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr "Estilo de bloco 3"

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Estilo de bloco 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr "Ocutar"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr "Exibir"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr "Exibir paginação"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr "Paginação"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr "Descendente"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr "Ascendente"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr "Ordenação:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr "Contagem de comentários"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr "Data de modificação do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr "Data da publicação do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr "Nome do posts(Slug)"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr "Titulo do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr "Autor do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr "ID do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr "Nenhum"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr "Ordenar por:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr "Escolha os autores:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr "Escolha as tags:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecionar categorias:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr "Autores"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr "Tags"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorias"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Mostrar os posts de:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtro"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Ignorar artigos:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Posts"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Estilo de bloco 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Cor do texto:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Cor:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Título do widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr "URL do título"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Adicione o título do bloco personalizado"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Título do bloco"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget de título"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr "min de leitura"

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr "Blog de saúde ColorMag Pro"

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr "Elementor"

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr "Receita de comida ColorMag Pro"

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms - Formulário de contato fácil e Construtor de formulários"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr "Adicione o URL do link de fundo."

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr "Cor de fundo do widget superior do rodapé."

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr "Cor da borda superior do menu principal."

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr "Cor de fundo do submenu principal."

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr "Cor de fundo do menu principal."

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr "Marque para mostrar a cor da categoria no menu."

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr "Cor de categoria no menu"

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr "Layout da página de produto individual do WooCommerce"

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr "Layout da página de arquivo do WooCommerce"

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr "Layout da página de loja do WooCommerce"

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr "Marque para registrar diferentes áreas da lateral a serem usadas nas páginas do WooCommerce."

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr "Configurações do WooCommerce"

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr "Altere as configurações do WooCommerce a partir daqui como quiser"

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr "Opções do WooCommerce"

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr "Chave da API do GoogleMaps"

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr "Chave da API"

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr "Chave da API do OpenWeatherMap"

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr "Verificar para ativar a marcação de esquema."

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr "Marcação de esquema"

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Marque para mostrar a imagem destacada nas páginas individuais."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Imagem destacada nas páginas individuais"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr "Abaixo da imagem destacada"

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr "Acima da imagem destacada"

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr "Escolha a posição do título do post na página do post individual."

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr "Posição do título do post"

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Marque para esconder a imagem destacada nas páginas individuais de post."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Imagem destacada"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr "Marque para mostrar a legenda da imagem abaixo da imagem destacada nos arquivos, pesquisa, e também na página individual dos posts."

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr "Legenda da imagem destacada"

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr "Altere o texto \"Você também pode gostar\" conforme necessário para o seu site."

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr "Alterar o texto Você também pode gostar"

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr "Altere o texto \"Ver tudo\" conforme necessário para o seu site."

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr "Alterar o texto Ver tudo"

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr "O conteúdo só será exibido se você tiver escolhido %1$sUma coluna (Imagem em destaque à esquerda e resumo do post à direita)%2$s ou %1$sLargura completa (Imagem destacada no topo e resumo do post abaixo)%2$s em %1$sLayouts de Blog/Arquivo e Páginas de pesquisa%2$s nas %1$sConfigurações de design%2$s."

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr "Aviso importante:"

#: inc/customizer.php:1654
msgid "Display Content"
msgstr "Exibir conteúdo"

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr "(Padrão) Exibir resumo"

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr "Escolha exibir o conteúdo do post ou resumo:"

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr "Tipo de Exibição das páginas de Blog/Arquivo e Pesquisa"

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr "Marque para ativar o indicador de progresso da leitura em um post individual."

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr "Indicador de progresso da leitura"

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr "Marque para exibir o tempo de leitura."

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr "Exibição do tempo de leitura"

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr "Número do post a exibir"

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr "Marque para exibir o post relacionado quando o navegador rola ao final."

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr "Posts relacionada com Flyout"

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr "Marque para exibir o caminho de navegação. Nota: Suporta as definições de plugin BreadCrumb NavXT e Yoast SEO BreadCrumb."

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr "Configuração do caminho percorrido"

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr "Repetir verticalmente"

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr "Repetir horizontalmente"

#: inc/customizer.php:1315
msgid "Repeat"
msgstr "Repetir"

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr "Sem repetição"

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr "Repetição da imagem de fundo"

#: inc/customizer.php:1296
msgid "Fixed"
msgstr "Fixa"

#: inc/customizer.php:1295
msgid "Scroll"
msgstr "Rolar"

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr "Comportamento de imagem de fundo"

#: inc/customizer.php:1277
msgid "Auto"
msgstr "Automático"

#: inc/customizer.php:1276
msgid "Contain"
msgstr "Conter"

#: inc/customizer.php:1275
msgid "Cover"
msgstr "Cobrir"

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr "Tamanho da imagem de fundo"

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr "Base à direita"

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr "Base ao centro"

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr "Base à esquerda"

#: inc/customizer.php:1254
msgid "Center Right"
msgstr "Meio à direita"

#: inc/customizer.php:1253
msgid "Center Center"
msgstr "Meio ao centro"

#: inc/customizer.php:1252
msgid "Center Left"
msgstr "Meio à esquerda"

#: inc/customizer.php:1251
msgid "Top Right"
msgstr "Topo à direita"

#: inc/customizer.php:1250
msgid "Top Center"
msgstr "Topo ao centro"

#: inc/customizer.php:1249
msgid "Top Left"
msgstr "Topo à esquerda"

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr "Posição da imagem de fundo"

#: inc/customizer.php:1230
msgid "Background Image"
msgstr "Imagem do fundo"

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr "Fundo do rodapé"

#: inc/customizer.php:1149
msgid "Type 3"
msgstr "Tipo 3"

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tipo 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tipo 1 (padrão)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Escolha o tipo de exibição total de área principal do rodapé que você quer"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tipo de exibição da área principal do rodapé"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opções do rodapé"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Mude aqui as configurações do rodapé como quiser"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr "Marque para desativar a biografia do autor"

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr "Biografia do autor"

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr "Opções de biografia do autor"

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr "Modifique as configurações de biografia do autor aqui como quiser"

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Cabeçalho e rodapé"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Apenas no rodapé"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Apenas no cabeçalho"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Links sociais para exibir em:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Skin escura"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Skin clara"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Escolha a cor de skin para o seu site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Cor da Skin"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr "Layout em grade (Imagem destacada no topo e resumo do post abaixo, numa grade com duas colunas)"

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr "Largura total (Imagem em destaque na parte superior e resumo do post abaixo)"

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Escolha o tipo de exibição da área total do cabeçalho principal que você quer"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tipo de exibição da área principal do cabeçalho"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr "Link personalizado para a imagem do cabeçalho "

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr "Revelar o menu ao rolar para cima"

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr "Tornar o menu fixo"

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr "Selecione a opção desejada:"

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Das configurações de data do WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Configurações padrão do tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Formato de data no cabeçalho:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr "3"

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr "Seguinte &rarr;"

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr "Carregar mais"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr "Marque para exibir o botão de \"Carregar mais\" via ajax para carregar mais posts da categoria escolhida ou de posts recentes."

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr "Máximo de linhas do slide:"

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr "Altura da linha do slide (em px):"

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr "Tempo de duração do slide (em ms):"

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr "Direção do slide:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr "Opções do slide"

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr "Marque para ativar o slide automático."

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr "Marque para desativar o slide automático."

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr "Tempo de pausa da transição (em ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr "Tempo da velocidade de transição (em ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr "Dissipação"

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr "Vertical"

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr "Horizontal"

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr "Modo do slide:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr "Opções do slider"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr "Importador de demonstração do ThemeGrill"

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr "Imagem destacada com título do post"

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr "Navegação de posts a ser exibida como:"

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr "Navegação de posts"

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr "Escolha a categoria necessária para exibir como últimos posts:"

#: inc/customizer.php:100
msgid "Category"
msgstr "Categoria"

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Últimos posts"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr "Escolha a opção necessária para exibir os últimos posts de:"

#: inc/ajax.php:137
msgid "No more post"
msgstr "Não há mais posts"

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr "A verificação de permissões falhou."

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr "https://themegrill.com/wordpress-themes/"

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Ver todos"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr "Marque para exibir o botão \"Ver tudo\" e vincular esse botão à categoria específica escolhida neste widget."

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr "Marque para exibir os posts da categoria descendente da categoria escolhida."

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr "Marque para exibir o posts aleatório da categoria escolhida ou do post recente."

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr "Marque para ativar as opções de conteúdo e laterais fixas."

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr "Conteúdo fixo e barra lateral"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecione uma imagem"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Use esta imagem"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Escolha uma imagem"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr "Importador de demonstração"

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Um comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Modelo de revista"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modelo da página de contato"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro é a versão profissional do tema gratuito ColorMag."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Ver todos os posts de %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s tem %2$s posts e contando."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Direita"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral %s se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget de exemplo"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Esquerda"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Página de contato"

#: searchform.php:12
msgid "Search"
msgstr "Pesquisar"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aparentemente não pudemos encontrar o que você está procurando. Talvez uma busca ajude."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Nada foi encontrado com os termos da sua pesquisa. Tente novamente com algumas palavras-chaves diferentes."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Pronto para publicar seu primeiro post? <a href=\"%1$s\">Comece aqui</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Próximo &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Atenção!</b> Você está bloqueando as requisições externas, isso significa que não será possível obter as atualizações de %s. Adicione %s na %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "A chave de licença para o tema ColorMag não foi ativada, %sClique aqui%s para ativar a chave de licença."

#: license.php:178
msgid "License Deactivation"
msgstr "Desativação da licença"

#: license.php:177
msgid "License Activation"
msgstr "Ativação da licença"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Trapaceando, é?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Posts destacados (estilo 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Marque para exibir o conteúdo no popup"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Posts destacados (estilo 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Número de posts recentes a exibir como últimas notícias:"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Widget das últimas notícias"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Exibe as últimas notícias no modo de notícias deslizantes. Adequado para a lateral direita/esquerda"

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Posts destacados (estilo 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Número de posts aleatórios a exibir:"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget de posts aleatórios"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Exibe os posts aleatórios do seu site. Adequado para a lateral direita/esquerda."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Sem comentários"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "disse:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% comentários"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 comentário"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr "Sem comentários"

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Comentário"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Recente"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Popular"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Marque para ativar a popularidade dos posts por contagem de visualizações."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Número de posts populares, posts recentes e comentários a exibir:"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget de abas"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Exibe os posts populares, posts mais recentes e comentários mais recentes em abas. Adequado para a lateral direita/esquerda."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Posts destacados (estilo 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Marque se não ter o efeito de slider neste widget"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Posts destacados (estilo 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr "ID do vídeo do Vimeo:"

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr "ID do vídeo do YouTube:"

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Vídeos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Adicione os vídeos aqui, são aceitos apenas vídeos do YouTube e Vimeo por enquanto."

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Adicione a imagem da publicidade 125x125 aqui"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Publicidade 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Adicione sua publicidade 125x125 aqui"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Adicione a imagem da publicidade 728x90 aqui"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Publicidade 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Adicione sua publicidade 728x90 aqui"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Imagem de publicidade "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Link de publicidade da imagem "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Adicone a imagem da publicidade 300x250 aqui"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Publicidade 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Adicione sua publicidade 300x250 aqui"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Posts destacados (estilo 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descrição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Título:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout ficará como abaixo:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Posts destacados (estilo 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Mostra posts recentes ou posts de uma categoria específica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Posts marcados"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Mostra todos os posts ou posts de uma categoria específica. Adequado para a Área ao lado do Slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Tamanho da imagem grande (1400x600 pixels, adequado para Página inicial: Área de todo de largura total)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Tamanho da imagem média (800x445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Tamanho da imagem:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Selecionar categoria"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Exibir posts de uma categoria"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Exibir últimos posts"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Quantidade de artigos para exibir:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider de categoria destacada"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Mostra todos os posts ou posts de uma categoria específica, que será usado como o slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Mostrar widgets em footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Rodapé Quatro (Inferior)"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Mostrar widgets em footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Rodapé Três (Inferior)"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Mostrar widgets em footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Rodapé Dois (Inferior)"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Mostrar widgets em footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Rodapé Um (Inferior)"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Mostra widgets na lateral de rodapé 3 superior."

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Rodapé Três (Superior)"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Mostra widgets na lateral de rodapé 2 superior."

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Rodapé Dois (Superior)"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Mostra widgets na lateral de rodapé 1 superior."

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Rodapé Um (Superior)"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Mostra widgets logo acima do rodapé, adequado para o widget TG: 728x90."

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Publicidade acima do rodapé"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Mostrar widgets na página de erro 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Erro 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Mostrar widgets em Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Seção de conteúdo da base ao centro"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Página inicial: Seção do conteúdo inferior"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Seção do conteúdo meio-direita"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Página inicial: Seção do conteúdo meio-direita"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Seção do conteúdo meio-esquerda"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Página inicial: Seção do conteúdo meio-esquerda"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Seção do conteúdo principal"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Página inicial: Seção do conteúdo principal"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Exibir widget ao lado do slide: Adequado para RG: Artigos destacados."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Página inicial: Área ao lado do slide"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Mostra widgets logo abaixo do menu. Adequado para TG: Slider de categorias destacadas."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Página inicial: Área do slide"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Mostra widgets logo abaixo do menu."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Página inicial: Área de largura total no topo"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Mostrar widgets no cabeçalho, logo acima do menu principal."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barra lateral do cabeçalho"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Mostra os widgets no lado esquerdo."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Mostra os widgets no lado direito."

#: inc/share.php:6
msgid "Pin It"
msgstr "Pinar"

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 isso"

#: inc/share.php:4
msgid "Like This"
msgstr "Curtir isso"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Tweetar isso"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Compartilhe esse post:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Você pode gostar também"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr "YouTube"

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google+"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Links sociais do usuário"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Total de visualizações"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s visualizações"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 visualizações"

#: inc/functions.php:1383
msgid "Video URL"
msgstr "URL do vídeo"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ver um artigo aleatório"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Resposta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "O seu comentário aguarda moderação."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s em %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor do post"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Editar)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Posts mais recentes <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Posts antigos"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navegação do post"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Editar"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comentários"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comentário"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 comentários"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Cor de fundo da parte dos créditos do rodapé."

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Cor do texto do menu pequeno do rodapé."

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Cor do texto de créditos do rodapé."

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Cor do texto de créditos do rodapé."

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Cor de fundo do widget de rodapé."

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Cor do texto do link de conteúdo do widget do rodapé."

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Cor do conteúdo do widget de rodapé."

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Cor do título do widget."

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Opções de cores da parte do rodapé"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Cor de fundo da seção de conteúdo."

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Cor do título do widget da lateral."

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Cor do fundo do botão."

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Cor do texto do botão."

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Cor de metadados do post."

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Cor do texto de conteúdo."

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Cor do título da página."

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Cor do título do post."

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Cor dos títulos das partes do conteúdo (como h1, h2 na seção de conteúdo)."

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Opções de cores de partes do conteúdo"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Cor de fundo do cabeçalho."

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Cor do item selecionado/em foco do menu principal."

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Cor de texto do menu principal."

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Descrição do site."

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Título do site."

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Opções de cores do cabeçalho"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Altere as definições de cor a partir daqui como quiser"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opções de cor"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Menu pequeno do rodapé. O padrão é 14px"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Tamanho da fonte dos créditos do rodapé. O padrão é 14px"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Tamanho da fonte do conteúdo do widget do rodapé. O padrão é 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr "Títulos de widgets do rodapé. O padrão é 18px"

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Opções de tamanho de fonte de rodapé"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Tamanho da fonte do texto do botão (Botões como Ler mais, Enviar, Deixe seu comentário, etc.). O padrão é 12px"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Tamanho da fonte dos metadados do post. O padrão é 12px"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr "Tamanho da fonte de conteúdo, também se aplica a outros textos como nos campos de pesquisa,  botão de comentários do post, etc. O padrão é 15px"

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Opções de tamanho da fonte de conteúdo"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr "Título do comentário. O padrão é 24px"

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Título do widget. O padrão é 18px"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Título da página. O padrão é 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Título do post. O padrão é 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr "Tag do título H5. O padrão é 22px"

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr "Tag do título H4. O padrão é 24px"

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr "Tag do título H6. O padrão é 18px"

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr "Tag do título H1. O padrão é 36px"

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Opções de tamanho de fonte relacionadas aos títulos"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Submenu principal. O padrão é 14px"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Menu principal. O padrão é 14px"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Tamanho da fonte da descrição do site. O padrão é 16px"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Tamanho da fonte do título do site. O padrão é 46px"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Opções de tamanho da fonte do cabeçalho"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Fonte de conteúdo e outros. O padrão é \"Open Sans\"."

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Fonte para todos os títulos. O padrão é \"Open Sans\"."

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Fonte do menu principal. O padrão é \"Open Sans\"."

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Fonte da descrição do site. O padrão é \"Open Sans\""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Fonte do título do site. O padrão é \"Open Sans\""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Opções de fontes do Google"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Altere as configurações de tipografia a partir daqui como quiser"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Opções de tipografia"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Configurações de cores de Categoria"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Altere as cores de cada categoria como quiser."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opções de cores da categoria"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Edite as informações de direitos autorais no seu rodapé. Você também pode usar shortcodes: [the-year] para o ano atual, [site-link] para o link do seu site, [wp-link] para o link do site do WordPress e [tg-link] para o link do site da ThemeGrill."

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Funciona com "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro da "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Direitos autorais &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor dos créditos no rodapé"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Marque para desativar o botão de ir ao topo."

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Botão subir ao topo"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Marque para exibir o link para a página do autor na seção Biografia do autor"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "URL do autor na biografia do autor"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Marque para mostrar os perfis sociais na biografia do autor"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Perfis sociais e biografia do autor"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Marque para habilitar o lightbox para as imagens destacadas nos posts únicos"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox na imagem"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Marque para ativar botões de compartilhamento social na página individual do post"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Botão de compartilhamento social"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Altere o texto \"Ler mais\" conforme necessário para o seu site."

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Mudar o texto \"Leia mais\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Desativar o botão de edição apenas na seção de metadados do post."

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Desativar a exibição do post apenas na seção de metadados do post."

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Desativar as tags apenas na seção de metadados do post."

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Desativar os comentários apenas na seção de metadados do post."

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Desativar a categoria apenas na seção de metadados do post."

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Desativar a data apenas na seção de metadados do post."

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Desativar o autor apenas na seção de metadados do post."

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Desativar totalmente a seção de metadados do post, ou seja, remover todos os metadados."

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Exibir metadados do post"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Artigos relacionados por Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Artigos relacionados por Categorias"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Artigos relacionados devem ser exibidos como:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Marque para ativar os artigos relacionados"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Posts relacionados"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Marque para ativar o sistema exclusivo de posts para os widgets agrupados"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Sistema de post único"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opções adicionais"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Altere as configurações adicionais aqui se quiser"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Opção de cor do link social preferencial"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Ícone FontAwesome do link social preferencial"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Ícones sociais adicionais"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Links social adicional 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Links social adicional 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Links social adicional 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Links social adicional 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Links social adicional 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Links social adicional 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Marque para mostrar numa nova aba"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "Linkedin"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Quadrado"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google+"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Marque para ativar a área de links das redes-sociais"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Ativar a área de links das redes-sociais"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Altere as configurações dos Links Sociais a partir daqui como você quiser"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opções de redes-sociais"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Escreva o seu CSS personalizado"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS Personalizado"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Isto irá refletir nos links, botões e muito mais. Escolha a cor para combinar com seu site"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Opção de cor primária"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr "Uma coluna (Imagem destacada à esquerda e resumo do post à direita)"

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Padrão (Primeira imagem grande e outras duas lado a lado)"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Escolha a opção de layout para as páginas de blog, arquivo e resultados de pesquisa."

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Layout das páginas do Blog/Arquivos e Pesquisa"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selecione o layout padrão para posts únicos. Este layout será refletido em todas os posts exceto os que se já forem definido no próprio post"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Layout padrão apenas para posts individuais"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selecione o layout padrão para as páginas. Este layout será refletido em todas as páginas exceto que se já for definido na própria página"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Layout padrão para páginas, apenas"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Selecione o layout padrão. Este layout será refletido por todo o site, categoria, páginas de busca, etc. O layout para o posto único e página podem ser controlado pelas opções abaixo"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Layout Padrão"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Layout esticado"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Layout quadrado"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Escolha o layout do site. A mudança será refletida no site todo"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Layout do site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Marque para esconder os posts do blog e da página estática da página inicial"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Configurações da página inicial"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opções do design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Altere aqui as configurações do design como quiser"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tipo 3: Texto do cabeçalho e Lateral do cabeçalho alinhados ao centro"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tipo 2: Lateral de cabeçalho à esquerda, Texto do cabeçalho e logo à direita"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tipo 1 (Padrão): Texto de cabeçalho e logo à esquerda, Lateral do cabeçalho à direita"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Escolha o tipo de exibição do cabeçalho que você deseja"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Tipo de exibição do cabeçalho"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Marque para que a imagem do cabeçalho tenha um link para a página inicial"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Exibir a imagem do cabeçalho abaixo do menu principal."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Padrão: Exibir a imagem do cabeçalho entre o título/texto e o menu principal."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Exibir a imagem do cabeçalho acima do título/texto do site."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posição de exibição da imagem do cabeçalho"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posição da imagem do cabeçalho"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Desativar"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostrar ambos"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Apenas o texto no cabeçalho"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Apenas a logo no cabeçalho"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Escolha a opção que você quer"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo do Cabeçalho"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Marque para exibir o ícone de artigos aleatórios no menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Post aleatório"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Marque para exibir o ícone de busca no menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ícone de busca"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Marque para ativar o comportamento persistente do menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixo"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Marque para exibir o ícone 'Início' no menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostrar o ícone 'Inicio'"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Marque para exibir a data no cabeçalho"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostrar a data"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Abaixo da navegação"

#: inc/customizer.php:205
msgid "Header"
msgstr "Cabeçalho"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Escolha o local/área para colocar as últimas notícias"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Insira o tempo de velocidade para as últimas notícias no cabeçalho"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Insira o tempo de duração das últimas notícias no cabeçalho"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Abaixo"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Acima"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Escolha o estilo de animação para as últimas notícias no cabeçalho"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Insira o texto a ser exibido no mostrador de notícias"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Últimos:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Marque para ativar a seção de últimas notícias"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Últimas notícias"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opções de cabeçalho"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Altere aqui as configurações do cabeçalho como quiser"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Links que são muito importantes"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "Links importantes do tema ColorMag"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Avalie este tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Ver demonstração"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Suporte"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentação"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Sem lateral - Conteúdo centralizado"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Sem lateral - Tela inteira"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Lateral esquerda"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Lateral direita"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Layout padrão"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Escolha o layout"

#: functions.php:125
msgid "Footer Menu"
msgstr "Menu do rodapé"

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Ler mais"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Páginas:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Fechado para comentários."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentários recentes &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentários antigos"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navegação dos comentários"

#: archive.php:70
msgid "Archives"
msgstr "Arquivos"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citações"

#: archive.php:58
msgid "Videos"
msgstr "Vídeos"

#: archive.php:55
msgid "Images"
msgstr "Imagens"

#: archive.php:52
msgid "Asides"
msgstr "Notas"

#: archive.php:49
msgid "Year: %s"
msgstr "Ano: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mês: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dia: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Você alterou a assinatura de %s, portanto, você precisará inserir sua nova chave de licença de API na página de configurações. A chave de licença deve ter chegado à sua caixa de entrada de e-mails, caso contrário, você pode encontrá-la entrando no <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s não foi ativado. Vá para a página de configurações e insira a chave de licença e o email de licença para ativar o %s."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A permissão de download para %s foi revogada, possivelmente devido a uma chave de licença ou assinatura expiradas. Você pode reativar ou comprar uma chave de licença pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Não foi possível encontrar uma chave de licença para %s. Talvez você tenha se esquecido de inserir uma chave de licença ao configurar o %s ou a chave tenha sido desativada na sua conta. Você pode reativar ou comprar uma chave de licença a partir do <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s não foi encontrada. Você pode adquirir uma assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s foi enviada para a lixeira e será excluída em breve. Você pode adquirir uma nova assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s ainda está pendente. Você pode acompanhar o status da sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a>da sua conta."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s foi suspensa. Você pode reativar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s expirou. Você pode reativar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr "A assinatura para %s foi cancelada. Você pode renovar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta. Uma nova chave de licença será enviada para você por e-mail após seu pedido ter sido concluído."

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s está em espera. Você pode reativar sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A chave de licença para %s expirou. Você pode reativar ou comprar uma chave de licença pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Desativa uma chave de licença do API para que possa ser usado em outro blog."

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Licença do tema desativada. "

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "A licença não pôde ser desativada. Use a aba \"Desativar licença\" para desativar manualmente a licença antes de ativar uma nova."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Falha na conexão com o servidor de licenças, tente novamente mais tarde."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema ativado. "

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Desative a chave da licença da API"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "Desativação da licença da API"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "E-mail da licença da API"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "Chave da licença da API"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "Ativação da licença da API"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Salvar alterações"

#: 404.php:30
msgid "Error"
msgstr "Erro"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Parece que nada foi encontrado neste local. Experimente a pesquisa abaixo."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ops! Essa página não pode ser encontrada."

#: 404.php:28
msgid "404"
msgstr "404"PK�
�[��
E0I0Ilanguages/pl_PL.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*S�*&,2,5,O,`,i,-l,)�,,�,2�,s$-.�- �- �-	. ). J.k.�.�.�.�.�.�./	/!/./;/H/U/b/o/�/�/	�/�/�/'�/	0 0'=0e07�0�0.�0�0-1+F1Hr1/�16�17"23Z2K�2<�23/13a3!q3/�33�3�3<4K4Z4a4j44
�4�4�4�4�4�4	5!585M5g5�5�5�5�5�5
�566'"6
J6U6f6w6�6V�6�677^"79�7d�77 8?X8�8�8�8�84�8
9!9*9.B9q9/y9$�9�9�9�9:$:D:&b:'�:�:�:�:�:;;);8;S;o;�;�;(�;�;�;�;	<K<hZ<�<�<'�<==
"='-=U=b=1{=�=�=.�=&�= ><>2S>�>�>	�>	�>�>�>�>�>
�>�>�>??P?m?"~?�?#�?	�?�?�?@@"@8@H@[@�n@��@��AEBYBfB�B�BK�B"C$#C*HC+sC)�C(�C=�C00D(aD�D
�D�D0�Ds�DdEuE~E�E�E#�E�E�EF1FMFiF�F�F
�F	�F
�F�F
�F��F
�G�G�G�G�G�G
�G�G�G�GHH
H	-H7H?HZH'bHw�H'I*I,I.I%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:52:48+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: pl
Project-Id-Version: Themes - ColorMag Pro
%1$s o %2$s%s&larr; Starsze komentarze&larr; Poprzedni(Edycja), <i class="fa fa-comment"></i> Brak komentarzy<i class="fa fa-comment"></i> 1 Komentarz<i class="fa fa-comments"></i> Komentarzy: %<span class="meta-nav">&larr;</span> Starsze wpisy<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Pokaż obszar odnośników społecznościowychDodaj tu swoją reklamę 125x125Dodaj tu swoją reklamę 300x250Dodaj tu swoją reklamę 728x90Dodaj tu swoją grafikę 125x125Dodaj tu swoją grafikę 300x250Dodaj tu swoją grafikę 728x90Dodaj tytuł twojego blokuOpcje dodatkoweReklama powyżej stopkiObrazek z reklamąOdnośnik obrazka z reklamąArchiwaTreści poboczneAutor: %sStyl bloku 1Styl bloku 2Styl bloku 4Styl bloku 6Styl bloku 9Tytuł blokuNagłówek oraz stopkaUkład ramkowyZ ostatniej chwiliKategorieKolory kategoriiUstawienia kolorów kategoriiZmień tekst &bdquo;Czytaj dalej&rdquo;Zmień opcje dodatkoweDostosuj ustawienia wygląduZmień stąd ustawienia stopki na swojeZmień ustawienia nagłówkaDla każdej z kategorii możesz ustawić dowolny kolor.Oj, ktoś tu kantuje?Pokaż obszar odnośników społecznościowychWłącz powiązane wpisyPokaż ikonę losowego wpisu w głównym menuPokaż ikonę wyszukiwania w głównym menuZaznacz, aby wyświetlać obrazek wyróżniający na pojedynczej stroniePokaż sekcję &bdquo;Z ostatniej chwili&rdquo;Włącz efekt lightbox dla obrazków wyróżniającychPozostaw główne menu widoczne przy przewijaniu stronyUkryj wpisy/statyczną stronę na stronie głównejZaznacz, aby ukryć obrazek wyróżniający na stronie z pojedynczym wpisemUstaw grafikę nagłówka jako odnośnik do strony głównejPokaż datę w nagłówkuPokaż ikonę strony głównej w głównym menuWybierz obrazekWybierz kolor dla swojej witryny.Wybierz podstawowy sposób wyświetlania stopkiWybierz podstawowy sposób wyświetlania nagłówkaWybierz jedną z opcjiWybierz układ witryny. Zmiana ma wpływ na całą witrynę.Opcje kolorówKolor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridNawigacja po komentarzachKomentarze są wyłączone.Strona kontaktowaPanel strony kontaktowejSzablon strony kontakowejLewa środkowa sekcjaPrawa środkowa sekcjaGórna sekcjaNiestandardowy CSSJasny motywSposób wyświetlania daty w nagłówkuDzień: %sDomyślny układDomyślny układDomyślny układ stronDomyślny układ wpisówDomyślnie: Wyświetl grafikę nagłówka pomiędzy tytułem witryny a głównym menu.OpisKonfiguracja wygląduWyłączWyświetl najnowsze wpisy lub wpisy z wybranej kategorii, używając ich jako pokazu slajdów.Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii.Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii. Odpowiedni dla panelu Obszar obok slidera.Wyświetl grafikę nagłówka poniżej głównego menu.Pokaż grafikę nagłówka powyżej tytułu witryny lub tekstu.Wyświetl wpisy z:DokumentacjaEdytujPanel strony Strony 404.Everest Forms – Easy Contact Form and Form BuilderPrzykładowy widgetFacebookObrazek wyróżniającyObrazek wyróżniający na pojedynczej stronieFiltrujEdytor informacji o prawach autorskich w stopceSposób wyświetlania obszaru stopkiOpcje stopkiTylko stopkaUżyj ustawień WordPressaUstawienia strony głównejStrona główna: Obszar obok slideraStrona główna: Dolna sekcjaStrona główna: Lewa środkowa sekcjaStrona główna: Prawa środkowa sekcjaStrona główna: Górna sekcjaStrona główna: Obszar slideraGoogle-PlusStyl układu 2Styl układu 3Styl układu 4Styl układu 5Pozycja grafiki nagłówkaWyłącznie logo nagłówkaUstawienia nagłówkaPanel nagłówkaWyłącznie tekst nagłówkaPozycja wyświetlania grafiki nagłówkaTylko nagłówekImage LightboxObrazkiInstagramWygląda na to, że nie ma tego czego szukasz. Spróbuj opcji wyszukiwania.Zdaje się, że nie możemy znaleźć tego, czego szukasz. Może spróbujesz skorzystać z wyszukiwarki?Najnowsze wpisyOstatnie wpisy:Układ będzie wyglądał jak poniżej:lewyLewy panel bocznyOdnośnikiSposób wyświetlania nagłówka stronyMiesiąc: %sNowsze komentarze &rarr;Nowsze wpisy <span class="meta-nav">&rarr;</span>Następny &rarr;&rarr;Bez paska narzędzi, zawartość wyśrodkowanaCała szerokość, bez paska narzędziLiczba wpisów do wyświetlenia:Ile postów pominąć?Ups! Nie udało się znaleźć pożądanej strony.Wzór kreatora stronStrony:Pingback:PinterestAutor wpisuZobacz wpisyWpisy&larr;Menu główneKolor podstawowyCytatyLosowy wpisCzytaj dalejGotowy do publikacji Twojego pierwszego wpisu? <a href="%1$s">Zacznij tutaj</a>.Powiązane wpisyPowiązane wpisy według kategoriiPowiązane wpisy według tagówWyświetlanie powiązanych wpisów:OdpowiedzprawyPrawy panel bocznySzukajIkona wyszukiwaniaWybierz układ stronyWybierz obrazekWybierz kategorie:Wybierz kategorięWybierz domyślny układ dla stron. Ten układ będzie używany dla wszystkich stron z wyjątkiem tych, które posiadają własne ustawienia.Wybierz domyślny układ wpisu. To ustawienie ma wpływ na wszystkie wpisy z wyjątkiem tych, które mają przypisane własne ustawienia. Wybierz domyślny układ. Będzie on używany we wszystkich archiwach, stronach kategorii, stronie wyszukiwania itd. Układ pojedynczego wpisu lub strony można ustawić w opcjach poniżej.Pokaż logo i tekstPokaż datęPokaż ikonę strony głównejPokaż ostatnie wpisyPokaż wpisy z kategoriiPokaż widget obok slajdera. Odpowiedni dla widgetu TG: Wyróżnione wpisy.Pokazuje widgety po lewej stronie.Pokazuje widgety po prawej stronie. Pokazuje widgety w czwartym panelu stopki.Pokazuje widgety w pierwszym panelu stopki.Pokazuje widgety w trzecim panelu stopki.Pokazuje widgety w drugim panelu stopki.Pokazuje widgety w sekcji nagłówka tuż nad głównym menu.Pokazuje widgety w szablonie strony kontaktowej.Pokazuje widgety na stronie błędu 404.Układ witrynyKolor skórkiOpcje społecznościoweWyświetlanie odnośników społecznościowych: Niestety, nic nie pasuje do Twoich kryteriów wyszukiwania. Spróbuj ponownie, używając innych słów kluczowych.Przyklejone menuWsparcieTG: Reklama 125x125TG: Reklama 300x250TG: Reklama 728x90TG: Slajder wyróżnionej kategoriiTG: Polecane wpisy (Styl 1)TG: Polecane wpisy (Styl 2)TG: Polecane wpisy (Styl 3)TG: Polecane wpisy (Styl 4)TG: Polecane wpisy (Styl 5)TG: Polecane wpisy (Styl 6)TG: Polecane wpisy (Styl 7)TG: Losowe wpisyTG: ZakładkiTG: WideoKolor tekstu:Domyślne ustawienia motywuThemeGrillTo ustawienie będzie miało wpływ m.in. na kolor odnośników i przycisków. Wybierz kolor najbardziej odpowiedni dla witryny.Nazwa widgetuTytuł:TwitterTyp 1 (domyślny)Typ 2System unikalnych wpisówUżyj obrazkaWideoZobacz demoZobacz losowy wpisCiemny motywUkład szerokiNazwa widgetuWordPressRok: %sMoże cię zainteresować:YouTubeTwój komentarz oczekuje na moderację.Jedna myśl na temat &ldquo;%2$s&rdquo;%1$s myśli na temat &ldquo;%2$s&rdquo;%1$s myśli na temat &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[X�S�M�M�languages/en_CA.ponu�[���# Translation of Themes - ColorMag Pro in English (Canada)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:21:55+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: en_CA\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "One thought on &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s thoughts on &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Contact Page Template"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColourMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Right"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Example Widget"

#: sidebar-left.php:26
msgid "Left"
msgstr "Left"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contact Page"

#: searchform.php:12
msgid "Search"
msgstr "Search"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Sorry, but nothing matched your search terms. Please try again with some different keywords."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Next &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Previous"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Cheatin&#8217; eh?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Featured Posts (Style 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Featured Posts (Style 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Featured Posts (Style 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Random Posts Widget"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Featured Posts (Style 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Featured Posts (Style 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Add your Advertisement 125x125 Images Here"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Advertisement"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Add your 125x125 Advertisement here"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Add your Advertisement 728x90 Images Here"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Advertisement"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Add your 728x90 Advertisement here"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Advertisement Image "

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Advertisement Image Link "

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Add your Advertisement 300x250 Images Here"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Advertisement"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Add your 300x250 Advertisement here"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Featured Posts (Style 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Description"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Title:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Layout will be as below:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Featured Posts (Style 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Display latest posts or posts of a specific category."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Select Category"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Show posts from a category"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Show latest Posts"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Number of posts to display:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Display latest posts or posts of a specific category, which will be used as the slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Shows widgets at footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Shows widgets at footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Shows widgets at footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Shows widgets at footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertisement Above The Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Shows widgets on Error 404 page."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Shows widgets on Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Front Page: Content Bottom Section"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content Middle Right Section"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Front Page: Content Middle Right Section"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content Middle Left Section"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Front Page: Content Middle Left Section"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content Top Section"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Front Page: Content Top Section"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Show widget beside the slider. Suitable for TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Front Page: Area beside slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Front Page: Slider Area"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Shows widgets in header section just above the main navigation menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Shows widgets at Left side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Shows widgets at Right side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "You May Also Like"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "View a random post"

#: inc/functions.php:655
msgid "Reply"
msgstr "Reply"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Your comment is awaiting moderation."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s at %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Post author"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Edit)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Newer posts <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Older posts"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Post navigation"

#: inc/functions.php:304
msgid "Edit"
msgstr "Edit"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comments"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comment"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 Comment"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Colour Options"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Category Colour Settings"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Change the colour of each category items as you want."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Category Colour Options"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Footer Copyright Editor"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Check to enable the lightbox for the featured images in single post"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Change Read More Text"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Related Posts By Tags"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Related Posts By Categories"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Related Posts Must Be Shown As:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Check to activate the related posts"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Related posts"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Upload favicon for your site"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Check to activate favicon. Upload favicon from below option"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Activate favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Unique Post System"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Additional Options"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Change the Additional Settings from here as you want"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Check to activate social links area"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Activate social links area"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Social Options"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "Custom CSS"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "This will reflect in links, buttons and many others. Choose a colour to match your site"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Primary colour option"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Default layout for single posts only"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Default layout for pages only"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Default Layout"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Wide Layout"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Boxed Layout"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choose your site layout. The change is reflected in whole site"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Site Layout"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Check to hide blog posts/static page on front page"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Front Page Settings"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Design Options"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Change the Design Settings from here as you want"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Check to make header image link back to home page"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Display the Header image below main/primary menu."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Display the Header image between site title/text and the main/primary menu."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Display the Header image just above the site title/text."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Header image display position"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Header Image Position"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Disable"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Show Both"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Header Text Only"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Header Logo Only"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Choose the option that you want"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Upload logo for your header"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Check to display the Random Post Icon in the primary menu"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Random Post"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Check to display the Search Icon in the primary menu"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Search Icon"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Check to enable the sticky behavior of the primary menu"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Sticky Menu"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Check to show the home icon in the primary menu"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Show Home Icon"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Check to show the date in header"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Show Date"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Latest:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Check to enable the breaking news section"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Change the Header Settings from here as you want"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Important Links"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "View Demo"

#: inc/customizer.php:26
msgid "Support"
msgstr "Support"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "No Sidebar Content Centered"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "No Sidebar Full Width"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Left Sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Right Sidebar"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Default Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Select Layout"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Primary Menu"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Read more"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Pages:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comments are closed."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Newer Comments &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Older Comments"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comment navigation"

#: archive.php:71
msgid "Archives"
msgstr "Archives"

#: archive.php:65
msgid "Links"
msgstr "Links"

#: archive.php:62
msgid "Quotes"
msgstr "Quotes"

#: archive.php:59
msgid "Videos"
msgstr "Videos"

#: archive.php:56
msgid "Images"
msgstr "Images"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "Year: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Month: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Day: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "It looks like nothing was found at this location. Try the search below."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! That page can&rsquo;t be found."

#: 404.php:30
msgid "404"
msgstr ""PK�
�[�[`�**languages/fr_BE.ponu�[���# Translation of Themes - ColorMag Pro in French (Belgium)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:11:24+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fr_BE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modèle de constructeur de page"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Style de grille 5 "

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Style de grille 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Style de grille 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Style de grille 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Sélection de catégories :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Catégories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Afficher articles depuis :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset d’articles :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Articles"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Style de bloc 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Couleur de texte :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Couleur :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Titre de widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Ajoutez votre titre de bloc personnalisé"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Titre de bloc"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titre de widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globaux ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de grille ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de blocs ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Sombre"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Constructeur de formulaire et formulaire de contact simple"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Cochez pour afficher l’image mise en avant dans les articles."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Image mise en avant dans la page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Cochez pour masquer l’image mise en avant dans les articles."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Image mise en avant"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (par défaut)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone de pied que vous souhaitez"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Type d’affichage de zone principale du pied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Options du pied"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Changez les régalges du pied comme vous le voulez"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En-tête et pied"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pied uniquement"

#: inc/customizer.php:768
msgid "Header only"
msgstr "En-tête uniquement"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Afficher les liens sociaux sur : "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Coloris sombre"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Coloris blanc"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choisissez le coloris pour votre site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Couleur de coloris"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone d’en-tête que vous souhaitez"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Type d’affichage de zone principale d’en-tête"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Depuis le réglage de date de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Réglage par défaut du thème"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date dans l’en-tête d’affichage type :"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Articles récents"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Sélectionner une image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Utiliser l'image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choisir une image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Une pensée sur &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensées sur &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modèle de page contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "droite"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget exemple"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Gauche"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Page de contact"

#: searchform.php:12
msgid "Search"
msgstr "Recherche"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Il semble que rien ne soit trouvé pour votre recherche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Désolé, mais rien ne correspond à vos critères."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Prêt à publier votre 1er article ? <a href=\"%1$s\">Commencez ici</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Suivant &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Précédent"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Alors, on triche ?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG : Articles mis en avant (style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG : Articles mis en avant (style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG : Articles mis en avant (style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG : Widget d’articles aléatoires"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG : Widget en onglet"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG : Articles mis en avant (style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG : Articles mis en avant (style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG : Vidéos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Ajout de vos images d’annonce 125x125 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG : Annonces 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Ajout de votre annonce 125x125 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Ajout de vos images d’annonce 728x90 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG : Annonces 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Ajout de votre annonce 728x90 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Image de l’annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Lien de l'image de l’annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Ajout de vos images d’annonce 300x250 ici."

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG : Annonces 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Ajout de votre annonce 300x250 ici."

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG : Articles mis en avant (style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titre :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "La mise en page sera comme ci dessous :"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG : Articles mis en avant (style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Affiche les derniers articles ou les articles d’une catégorie spécifique."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Sélectionner la catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Afficher les articles depuis une catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Afficher les derniers articles"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Nombre d'articles à afficher :"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG : Catégorie de diaporama mis en avant"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporama"

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Afficher les widgets dans la barre de pied 4"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Afficher les widgets dans la barre de pied 3"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Afficher les widgets dans la barre de pied 2"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Afficher les widgets dans la barre de pied 1"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce au dessus du pied"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Afficher les widgets sur la page d’erreur 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Barre de page d’erreur 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Afficher les widgets sur le modèle de page de contact"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Barre de page de contact"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Page d’accueil : Section de contenu bas"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Section de contenu droite milieu"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Accueil : Section de contenu mileu droite"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Section de contenu gauche milieu"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Accueil : Section de contenu mileu gauche"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Zone de contenu haut"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Page d'accueil : Zone de contenu haut"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Affichage du widget à côté du diaporama. Pour TG : Articles mis en évidence"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Page d'accueil : Zone à côté du diaporama"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Page d'accueil : Zone de diaporama"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barre d'en-tête"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Vous pourrez aussi aimer"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill."

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Voir un article au hasard"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Répondre"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Votre commentaire est en attente de validation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s à %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Auteur de l’article"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifier)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Ping :"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articles plus récents <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articles plus anciens"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigation d’article"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifier"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commentaires"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commentaire"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Aucun commentaire"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Options de couleur"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Réglages de couleur de catégorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "changez les couleurs de chaque éléments de catégorie comme vous le voulez."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Options de couleur de catégorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Éditeur de copyright du pied"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Cochez pour activer lightbox pour les images mises en avant dans les articles."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "LightBox image"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Texte pour lire la suite"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articles similaires par étiquettes"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articles similaires par catégories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Les articles similaires doivent être affichés en tant que :"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "cochez pour activer les articles similaires"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Articles similaires"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Système d’article unique"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Options additionnelles"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Changez les réglages additionnels autant que vous le voulez."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Cochez pour activer la zone de liens sociaux"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activer la section des liens sociaux"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Options sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personnalisé"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option de couleur principale"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Mise en page par défaut des articles"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Mise en page par défaut des pages"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Mise en page par défaut"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Style large"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Style encadré"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choisissez la mise en page de votre site. Ce changement est répercuté sur le site entier."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Mise en page du site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Cochez pour masquer les articles de blog/page statique sur l’accueil"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Réglages de page d’accueil"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Options de design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Changez les réglages de design ici autant que vous le voulez"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Cochez pour faire que l’image d’en-tête envoie sur l’accueil"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Affichage de l’image d’en-tête sous le menu principal"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Par défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principal"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Affichage de l’image d’en-tête juste au dessus du titre/texte du site"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position d'affichage d'image d'en-tête"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position d'image d’en-tête"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Désactiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Afficher les deux"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Texte d'en-tête seulement"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Logo d’en-tête seulement"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choisissez l’option que vous voulez"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’article aléatoire dans le menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Article aléatoire"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Cochez pour afficher l’icône de recherche dans le menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icône de recherche"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Cochez pour activer le comportement fixe pour le menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixe"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’accueil dans le menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Afficher l'Icône d’accueil"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Cochez pour afficher la date dans l'en-tête"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Afficher la date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Récents :"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "cochez pour activer la section de nouvelles fraîches"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Nouvelle fraîches"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Options d’en-tête"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Changez les régalges de l’en-tête ici autant que vous le voulez"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Voir la démo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Pas de barre, contenu centré"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Pas de barre (pleine largeur)"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barre de gauche"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barre de droite"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Mise en page par défaut"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Choix de mise en page"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Lire la suite"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages :"

#: comments.php:67
msgid "Comments are closed."
msgstr "Commentaires fermés."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigation de commentaire"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Liens"

#: archive.php:61
msgid "Quotes"
msgstr "Citations"

#: archive.php:58
msgid "Videos"
msgstr "Vidéos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Notes"

#: archive.php:49
msgid "Year: %s"
msgstr "Année : %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mois : %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Jour : %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur : %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Il semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oups, la page ne peut pas être trouvée."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[��z3z3languages/fa_IR.ponu�[���# Translation of Themes - ColorMag Pro in Persian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:10:05+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fa\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "پوسته صفحه‌ساز"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "جدولی استایل 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "جدولی استایل 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "جدولی استایل 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "جدولی استایل 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "بلاک استایل 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "بلاک استایل 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "بلاک استایل 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "بلاک استایل 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "انتخاب دسته:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "دسته‌ها"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "نمایش نوشته‌ها از"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "فیلتر"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "نوشته‌های آفست:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "نوشته‌ها"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "بلاک استایل 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "رنگ متن:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "رنگ:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "عنوان ابزارک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "افزودن عنوان سفارشی بلاک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "عنوان بلاک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "عنوان ابزارک"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag ابزارک سراسری"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag ابزارک جدولی"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag بلاک ابزارک"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag تیره"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag بلاگ زیبا"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag مجله بیزنسی"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "موسیقی نسخه پولی ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "فرم های اورست - فرم آسان تماس و سازنده فرم"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "انتخاب کنید اگر میخواهید تصویر شاخص در برگه تکی نمایش داده شود."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "تصویر شاخص در برگه تکی"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "انتخاب کنید اگر میخواهید تصویر شاخص در نوشته تکی نمایش داده شود."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "تصویر شاخص"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "نوع 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "نوع 1 (پیشفرض)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "انتخاب نوع نمایش ناحیه اصلی پانوشت که شما می خواهید"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "نوع نمایش ناحیه اصلی پانوشت"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "تنظیمات پانوشت"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "تغییر تنظیمات پانوشت از اینجا به سلیقه شما"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "هردو سربرگ و پانوشت"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "فقط پانوشت"

#: inc/customizer.php:768
msgid "Header only"
msgstr "فقط سربرگ"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "لینک شبکه اجتماعی برای نمایش در:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "پوسته تیره"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "پوسته سفید"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "انتخاب رنگ پوسته برای سایت شما."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "رنگ پوسته"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "انتخاب نوع نمایش ناحیه اصلی سربرگ که شما می خواهید"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "نوع نمایش ناحیه سربرگ اصلی"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "از تنظیمات تاریخ وردپرس"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "تنظیمات پیشفرض قالب"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "نوع نمایش تاریخ در سربرگ:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "نوشته‌های اخیر"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "انتخاب یک تصویر"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "استفاده از تصویر"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "انتخاب یک تصویر"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ورزش‌ها نسخه پولی ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag تکنولوژی حرفه ای"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag مد حرفه ای"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&larr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&rarr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s دیدگاه برای «%2$s»"
msgstr[1] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "پوسته برگه تماس"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag پولی"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "راست"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "ابزارک نمونه"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "چپ"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "برگه تماس"

#: searchform.php:12
msgid "Search"
msgstr "جستجو"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "به‌نظر می‌رسد نمی‌توانیم چیزی که شما به دنبال آن هستید را بیابیم. شاید جستجو بتواند به شما کمک کند."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "بدبختانه جستجوی شما نتیجه‌ای در بر نداشت. با واژگانی دیگر جستجو کنید."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "میخواهید اولین نوشته‌ی خود را منتشر کنید؟ <a href=\"%1$s\">از اینجا آغاز کنید</a>. "

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "بعدی &larr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&rarr; قبلی"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "کلک میزنی؟"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: نوشته های شاخص (استایل 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: نوشته های شاخص (استایل 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: نوشته های شاخص (استایل 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: ابزارک نوشته تصادفی"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: ابزارک تبی"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: نوشته های شاخص (استایل 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: نوشته های شاخص (استایل 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: ویدئو"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "افزودن تصویر 125 در 125 در اینجا"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: بنر تبلیغی 125 در 125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "افزودن بنر تبلیغی 125 در 125 در اینجا"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "تصویر بنر تبلیغی 728 در 90 را اینحا وارد کنید"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: بنر تبلیغی 728 در 90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "بنر تبلیغی 728 در 90 خود را اینجا وارد کنید"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "تصویر تبلیغی "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "لینک تصویر تبلیغی "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "تصویر بنر 300 در 250 را اینجا اضافه کنید"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: بنر تبلیغی 300 در 250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "بنر تبلیغی 300 در 250 را اینجا اضافه کنید"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: نوشته های اخیر (استایل 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "توضیحات"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "عنوان :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "طرح بصورت زیر خواهد بود:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: نوشته های شاخص (استایل 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "نمایش نوشته های اخیر یا نوشته های دسته ای مشخص."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "نمایش نوشته های اخیر یا نوشته از دسته ای مشخص. مناسب برای ناحیه کناری اسلایدر."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "گزینش دسته"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "نمایش نوشته از دسته"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "نمایش آخرین پست‌ها"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "تعداد نوشته برای نمایش:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: اسلایدر دسته شاخص"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "نمایش نوشته های اخیر یا نوشته های دسته ای مشخص، که به عنوان اسلایدر استفاده می شود."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "نمایش ابزارک در چهارمین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "نمایش ابزارک در سومین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "نمایش ابزارک در دومین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "نمایش ابزارک در اولین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "تبلیغات بالای پانوشت"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "نمایش ابزارک در برگه خطای 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "ناحیه کناری برگه خطای 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "نمایش ابزارک در پوسته برگه محتوا."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "ناحیه کناری برگه تماس"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "صفحه اصلی: بخش پایین محتوا"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "بخش راست وسط محتوا"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "صفحه اصلی: بخش راست وسط محتوا"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "بخش چپ وسط محتوا"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "صفحه اصلی: بخش چپ وسط محتوا"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "بخش بالای محتوا"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "صفحه اصلی: بخش بالا محتوا"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "نمایش ابزارک کنار اسلایدر. مناسب برای TG: نوشته های برجسته."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "صفحه اصلی: ناحیه کناری اسلایدر"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "صفحه اصلی: ناحیه اسلایدر"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "نمایش ابزارک در سربرگ فقط بالای ناوبری فهرست اصلی."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "ناحیه کناری سربرگ"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "نمایش ابزارک‌ها در سمت چپ."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "نمایش ابزارک‌ها در سمت راست."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "ممکن شما دوست داشته باشید"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "وردپرس"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "مشاهده نوشته تصادفی"

#: inc/functions.php:2109
msgid "Reply"
msgstr "پاسخ دادن"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "دیدگاه شما چشم به راه بررسی است."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s در t %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "نویسنده"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(ویرایش)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "بازپینگ:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "نوشته‌های تازه‌تر <span class=\"meta-nav\">&larr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&rarr;</span> نوشته‌های کهنه‌تر"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "راهبری نوشته‌ها"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "ويرايش"

#: inc/functions.php:490
msgid ", "
msgstr "،"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % دیدگاه"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 دیدگاه"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i>0 دیدگاه"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "تنظیمات رنگ"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "تنظیمات رنگ دسته"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "تغییر رنگ هر دسته براساس سلیقه شما."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "تنظیم رنگ دسته"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "ویرایشگر حق انتشار پانوشت"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "انتخاب کنید لایت باکس برای تصاویر شاخص در نوشته تکی"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "لایت باکس تصویر"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "تغییر متن ادامه مطلب"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "نوشته های مرتبط براساس برچسب"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "نوشته های مرتبط براساس دسته ها"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "نوشته های مرتبط باید نمایش داده شود:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "انتخاب کنید تا نوشته های مرتبط فعال شود"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "نوشته‌های مرتبط"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "سیستم نوشته مشخص"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "تنظیمات اضافی"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "تغییر تنظیمات اضافی از اینجا به سلیقه شما"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "پین‌ترست"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "اینستاگرام"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "گوگل پلاس"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "توئیتر"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "فیسبوک"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "انتخاب کنید تا ناحیه لینک شبکه های اجتماعی فعال شود"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "فعال کردن ناحیه لینک شبکه های اجتماعی"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "تنظیمات اجتماعی"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS سفارشی"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "این روی پیوندها،دکمه ها و چیزهای دیگر تاثیر میگذارد.رنگی برای مطابقت با سایت خود انتخاب کنید"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "گزینه رنگ اصلی"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "انتخاب طرح پیشفرض برای نوشته تکی. این طرح روی تمام نوشته‌ای تکی چه طرح منحصر به فرد برای نوشته ای خاص تاثیر میگذارد"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "طرح پیشفرض فقط برای نوشته تکی"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "انتخاب کنید طرح پیشفرض را برای برگه‌ها. این طرح روی تمام برگه‌ها چه منحصربه فرد چه خاص تاثیر می گذارد"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "طرح پیشفرض فقط برای برگه"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "انتخاب طرح پیشفرض. این طرح به کل سایت شامل بایگانی،دسته‌ها،برگه جستجو و غیره تاثیر میگذارد.طرح برای نوشته تکی و برگه می تواند از تنظیمات زیر کنترل شود"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "طرح پیش‌فرض"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "طرح عریض"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "طرح جعبه"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "انتخاب کنید طرح سایت را. تغییر آن در کل سایت تاثیر می گذارد"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "طرح سایت"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "انتخاب کنید تا نوشته های بلاگ و برگه های تکی از صفحه اصلی محو شود"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "تنظیمات صفحه اصلی"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "گزینه‌های طراحی:"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "تغییر تنظیمات طراحی از اینجا به سلیقه شما"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "انتخاب کنید تا تصویر سربرگ به صفحه اصلی لینک شود"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "نمایش تصویر سربرگ زیر فهرست اصلی."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "پیشفرض: نمایش تصویر سربرگ بین متن عنوان سایت و فهرست اصلی."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "نمایش تصویر سربرگ درست بالای متن عنوان سایت."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "موقعیت نمایش تصویر سربرگ"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "موقعیت تصویر سربرگ"

#: inc/customizer.php:401
msgid "Disable"
msgstr "غیرفعال‌سازی"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "نمایش هردو"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "فقط نوشته‌ی سرفصل"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "فقط لوگوی سرفصل"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "گزینه ای که میخواهید انتخاب کنید"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "انتخاب کنید برای نمایش آیکون نوشته تصادفی در فهرست اصلی"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "نوشته تصادفی"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "انتخاب کنید برای نمایش آیکون جستجو در فهرست اصلی"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "آیکون جستجو"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "انتخاب کنید تا فهرست اصلی بصورت چسبنده شود"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "منوی شناور"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "انتخاب کنید تا آیکون خانه در فهرست اصلی نمایان شود"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "نمایش آیکون خانه"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "انتخاب کنید تا تاریخ در سربرگ نمایش داده شود"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "نمایش تاریخ"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "جدیدترین:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "انتخاب کنید تا بخش اخبار مهم فعال شود"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "اخبار مهم"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "تنظیمات سرفصل"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "تغییر تنظیمات سربرگ از اینجا به سلیقه شما"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "مشاهده دمو"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "پشتیبانی"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "مستندات"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "بدون ناحیه کناری محتوا در وسط"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "بدون ناحیه کناری عرض کامل"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "ستون‌کناری چپ"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "ستون‌کناری راست"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "طرح پیش‌فرض"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "انتخاب طرح"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "گزینگان اصلی"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "بیشتر بخوانید"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "صفحه‌ها:"

#: comments.php:67
msgid "Comments are closed."
msgstr "دیدگاه‌ها بسته شده‌اند."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "دیدگاه‌های تازه‌تر &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; دیدگاه‌های پیشین"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "پیمایش دیدگاه"

#: archive.php:70
msgid "Archives"
msgstr "بایگانی ها"

#: archive.php:64
msgid "Links"
msgstr "پیوندها"

#: archive.php:61
msgid "Quotes"
msgstr "نقل قول ها"

#: archive.php:58
msgid "Videos"
msgstr "ویدئو ها"

#: archive.php:55
msgid "Images"
msgstr "تصاویر"

#: archive.php:52
msgid "Asides"
msgstr "کلمات قصار"

#: archive.php:49
msgid "Year: %s"
msgstr "سال: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "ماه: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "روز: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "نویسنده: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "بنظر میرسد چیزی یافت نشد. با جستجو تلاش کنید."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "اوه! این برگه پیدا نمی‌شه."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�4#;+;+languages/da_DK.ponu�[���# Translation of Themes - ColorMag Pro in Danish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:04:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: da_DK\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder skabelon"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Gitterstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Gitterstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Gitterstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Gitterstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blokstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blokstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blokstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blokstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Vælg kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Vis indlæg fra:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset indlæg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Indlæg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blokstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstfarve:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farve:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widgettitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Tilføj din egen bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titel widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag globale widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag widget gitter"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag widget blokke"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Mørk"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skønhedsblog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Forretningsmagasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Musik"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Nem kontaktformular og formularbygger"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Marker for at vise det udvalgte billlede på en enkeltside."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Udvalgt billede på enkeltside"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Marker for at skjule det udvalgte billede på en enkeltside."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Udvalgt billede"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Vælg den primære totale sidefodsområde visningstype som du ønsker"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Sidefod hovedområde visningstype"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Sidefodsmuligheder"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Skift sidefodsindstillingerne herfra som du lyster"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidehoved og sidefod"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Kun sidefod"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Kun sidehoved"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociale links vises på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mørk overflade"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hvid overflade"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Vælg hvilken overflade du ønsker på dit websted."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Overfladefarve"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Vælg den primære totale sidehovedområde visning som du ønsker "

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Primære sidehovedområde visningstype"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Fra WordPress datoindstillinger"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Temaets standardindstilling"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Dato i sidehovedets visningstype:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Seneste indlæg"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Vælg et billede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Brug billede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Vælg et billede"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknologi"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Mode"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "En mening om &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s meninger om &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Kontaktsideskabelon"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro er pro-udgaven af det gratis ColorMag-tema."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Se alle artikler af %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s har foreløbig %2$s artikler."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Højre"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Eksempelwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Venstre"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktside"

#: searchform.php:12
msgid "Search"
msgstr "Søg"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det ser ud til, at vi ikke kan finde det, du leder efter. Måske vil en søgning hjælpe."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklager, men din søgning gav ingen resultater. Prøv igen med nogle andre søgeord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klar til at udgive dit første indlæg? <a href=\"%1$s\">Start her</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Næste &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Forrige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr "Licens-deaktivering"

#: license.php:177
msgid "License Activation"
msgstr "Licens-aktivering"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Så du snyder?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Udvalgte indlæg (Stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Udvalgte indlæg (Stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Udvalgte indlæg (Stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Vilkårlige indlæg widget"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Ingen kommentarer"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "siger:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Kommentarer"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Kommentar"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Kommentar"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Nye"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Populære"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Fanebladswidget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Udvalgte indlæg (Stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Udvalgte indlæg (Stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videoer"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Tilføj dine 125x125 annoncebilleder her."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Tilføj din 125x125 annonce her. "

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Tilføj dine 728x90 annoncebilleder her"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 annonce"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Tilføj din 728x90 annonce her"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annoncebillede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Annonce billedlink"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Tilføj dine 300x250 annoncebilleder her"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Tilføj din 300x250 annonce her"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Udvalgte indlæg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivelse"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout vil være som herunder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Udvalgte indlæg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori. Egnet til området ved siden af slider sidebaren."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Billedstørrelse medium (800X445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Billedstørrelse:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Vælg kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Vis indlæg fra en kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Vis nyeste indlæg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antallet af indlæg der skal vises:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Udvalgt kategori slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori, som vil blive brugt som en slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Vis widgets i sidefod sidebar fire."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Vis widgets i sidefod sidebar tre."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Vis widgets i sidefod sidebar to."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Vis widgets sidefod sidebar et."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce over sidefoden"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Vis widgets på fejl 404 side."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fejl 404 side sidebar."

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Vis widgets på kontaktside skabelonen."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontaktside sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Forside: Indhold bundsektion"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Indhold center højre sektion"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Forside: Indhold center højre sektion"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Indhold center venstre sektion"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Forside: Indhold center venstre sektion"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Indhold topsektion"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Forside: Indhold topsektion"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Vis widget ved siden af slideren. Egnet til TG: Fremhævede indlæg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Forside: Område ved siden af slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Forside: Slider-område"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Viser widgets i sidehovedsektionen lige over den primære navigationsmenu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidehoved sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Vis widgets i venstre side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Vis widgets i højre side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 Dette"

#: inc/share.php:4
msgid "Like This"
msgstr "Like dette"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Tweet dette"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Del dette indlæg:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du vil måske også kunne lide"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google+"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Læsninger i alt"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s Læsninger"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 Læsninger"

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Vis et vilkårligt indlæg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Besvar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar afventer bed&#248;mmelse."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl. %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Forfatter"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Rediger)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyere indlæg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Ældre indlæg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Indlæg navigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Rediger"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Farvemuligheder"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Typografi-muligheder"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Kategori farveindstillinger"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Skift farven for hvert kategorielement som du ønsker."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kategori farvemuligheder"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Drevet af"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro af "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Sideford copyright editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Hop til Toppen-knap"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Marker for at aktivere lightbox for udvalgte billeder i et enkeltindlæg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Billede lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Lav om på \"Læs mere\" tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterede indlæg efter tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterede indlæg efter kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterede indlæg skal vises som:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Marker for at aktivere relaterede indlæg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterede indlæg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt indlægssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Yderligere muligheder"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Du kan ændre på Yderligere muligheder herfra, hvis du har lyst."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Yderligere ikoner til sociale medier"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Sjette yderligere link til socialt medie"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Femte yderligere link til socialt medie"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Fjerde yderligere link til socialt medie"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Tredje yderligere link til socialt medie"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Andet yderligere link til socialt medie"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Første yderligere link til socialt medie"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Vælg for at vise i en ny tab"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Marker for at aktivere sociale links område"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiver sociale links område"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sociale muligheder"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Indtast din custom css"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Brugerdefineret CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dette vil afspejles i links, knapper og meget andet. Vælg en farve der passer til dit websted."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primære farvemulighed"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Vælg standardlayout for enkeltindlæg. Dette layout vil afspejles i alle enkeltindlæg, medmindre et unikt layout er opsat for et specifikt indlæg."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standardlayout kun for enkeltindlæg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Vælg standardlayout for sider. Dette layout vil afspejles i alle sider, medmindre et unikt layout er opsat for en specifik side."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standardlayout kun for sider"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Vælg standardlayout. Dette layout vi blive afspejlet i hele webstedets arkiver, kategorier, søgeside osv. Layout for enkeltindlæg og sider kan styres gennem mulighederne herunder"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bredt layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Kasse layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Vælg dit sidelayout. Ændringen vil afspejles i hele webstedet"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Webstedslayout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Marker for at skjule indlæg/sider på forsiden"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Forside indstillinger"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Designmuligheder"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Lav om på designmulighederne herfra, hvis du har lyst."

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Visningsposition for Header-billede"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Marker for at få sidehovedbilledet til at linke til forsiden."

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Vis sidehovedbilledet under den primære menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Vis sidehovedbilledet mellem webstedets titel/tekst og den primære menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Vis sidehovedbilledet lige over webstedets titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Sidehovedbilledets visningsplacering"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Sidehovedbilledets placering"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Vis begge"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Sidehoved kun med tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Sidehoved kun med logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Vælg den mulighed du ønsker"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Marker for at vise et vilkårligt indlægsikon i den primære menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Vilkårligt indlæg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Marker for at vise søgeikonet i den primære menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Søgeikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Marker for at aktivere fastgørelse af den primære menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Fastgjort menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Marker for at vise forsideikonet i primær menuen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Vis forsideikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Marker for at vise datoen i sidehovedet"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Vis dato"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Under navigation"

#: inc/customizer.php:205
msgid "Header"
msgstr "Header"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Ned"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Op"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Seneste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Marker for at aktivere breaking news sektion"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Indstillinger"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Du kan ændre sidehovedindstillinger herfra, hvis du har lyst"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Vigtige links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag-tema vigtige links"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Bedøm dette tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Vis demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ingen sidebar centreret indhold"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Ingen sidebar fuld bredde"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Venstre sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "H&#248;jre sidebar"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Vælg layout"

#: functions.php:125
msgid "Footer Menu"
msgstr "Sidefod-menu"

#: functions.php:124
msgid "Primary Menu"
msgstr "Primær menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Læs mere "

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sider:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Lukket for kommentarer."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; ældre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentarnavigation"

#: archive.php:70
msgid "Archives"
msgstr "Arkiver"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citater"

#: archive.php:58
msgid "Videos"
msgstr "Videoer"

#: archive.php:55
msgid "Images"
msgstr "Billeder"

#: archive.php:52
msgid "Asides"
msgstr "Sidebemærkninger"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Måned: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Forfatter: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Licensnøglen for %s er udløbet. Du kan genaktivere eller købe en licensnøgle fra din <a href=\"%s\" target=\"_blank\">kontooversigt</a>."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Deaktiverer en API-licensnøgle så den kan bruges på en anden blog"

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Temaets licens deaktiveret."

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Licensen kunne ikke deaktiveres. Brug Licens-deaktivering-tab'en for manuelt at deaktivere licensen, før du aktiverer en ny licens."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Forbindelse til API licensnøgle-serveren fejlede. Prøv igen senere."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema aktiveret."

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Deaktiver API licensnøgle"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "API Licens-deaktivering"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Licens-email"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API Licens-nøgle"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "API Licens-aktivering"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Gem ændringer"

#: 404.php:30
msgid "Error"
msgstr "Fejl"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det ser ud til at intet blev fundet på dette sted. Prøv at søge herunder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hov! Den side findes ikke."

#: 404.php:28
msgid "404"
msgstr "404"PK�
�[���f`f`languages/uk.monu�[������������('F)n0�s�=#X#|"�*�*�)C_r����
�
�
�
�

!-D
Q
_j��4�0�00F4w�#�#�94B3w)�C�72Q5�1� �/
=$M<r<��>
KY`i~
������ 7L_t�����
�	+3BQ$oT���U3b`�1�8)b
z��4����%=[jv��"�'�(9Yq}��������%1@	GGQW���  $ 1 7 	U _ 0u � � � � � 
!%$!J!`!	g!	q!{!�!�!�!�!�!�!�!	�!F�!
="K"g"}"�"�"
�"�"�"
�"�"�"�"y#��#�
$	�$	�$�$�$�$B%U%q%%�%$�%&�%$&D%&'j& �&�&
�&�&�&\�&R'^'f'�'�'�'�'�'
('(D(a(~(�(�(
�(�(�(
�(V�(T)a)h)p)�)�)	�)�)	�)�)
�)�)�)	�)�)**$*'?*g*i*k*lm*�+�+(�+,-,D,4G,0|,5�,D�,s(-=�-7�-7.6J.N�.N�.M/Tm/+�/&�/%0<;0x0�0�0�0�0�0�011/91i1�1�14�1:�11(2eZ2n�2a/3r�3p4u4U�4H�4w*5`�5t6Ux6��6O[7��7�:8x�8E:9`�9%�9B:_J:[�:L;xS;!�;�;�;<" <C<*Y<�<�<�<�<!�<$�<$ =,E=$r=!�=B�=0�=9->;g>,�>(�>�>;
?I?V?l?E�?X�?�!@�@'�@A�$A`�A�&Bk�BoMC%�C�C�CBDcTD�D�D!�DHEJEDaE5�E,�E	F.F:NFG�FK�FZG\xGM�G:#H^HjH�H�H�H6�H*I+,I.XI&�IG�I�I%J8J	MJ|WJ��JaK}K$�K�K�K�K1�K L&1LBXL�L�L?�L;�L66M$mM-�M�M�M�M	NN$,NQN^NeN:}N�N�N�Nw�N sO3�O)�OA�O4PGPXP
tPP!�P#�P"�PQ-"Q%PRYvS�T�T*U83U1lUy�U)V+BVenV_�V_4W_�W{�WTpXG�X
Y#Y87Y<pY��YfZ�Z�Z�Z�Z4�Z,[,K[:x[:�[:�[:)\:d\4�\&�\�\
]A#]
e]�p]!%^G^[^&c^�^0�^+�^
�^�^6_P_f_�_	�_
�_1�_�_J�_'8```b`d`%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:17:28+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: uk_UA
Project-Id-Version: Themes - ColorMag Pro
%1$s о %2$s%s&larr; Старіші коментарі&larr; Попереднє(Редагувати), <i class="fa fa-comment"></i> 0 коментарів<i class="fa fa-comment"></i> 1 коментар<i class="fa fa-comments"></i> % коментарів<span class="meta-nav">&larr;</span> Попередні записи<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Активувати зону соціальних мережДодайте сюди вашу рекламу 125x125Додайте сюди вашу рекламу 300x250Додайте сюди вашу рекламу 728x90Додайте сюди ваші рекламні зображення 125x125Додайте сюди ваші рекламні зображення 300x250Додайте сюди ваші рекламні зображення 728x90Додайте свій заголовок користувацькому блокуДодаткові налаштуванняРеклама над підваломРекламне зображенняПосилання рекламного зображенняАрхівиНотаткиАвтор: %sСтиль блоку 1Стиль блоку 2Стиль блоку 4Стиль блоку 6Стиль блоку 9Заголовок блокуРазом заголовок та підвалВузький шаблонТермінові новиниКатегоріїПараметри кольору категоріїНалаштування кольору категоріїЗмінити текст "Читати далі"Змініть тут додаткові налаштування, як вам подобаєтьсяЗмініть тут налаштування дизайну, як вам більше подобаєтьсяЗмініть тут налаштування підвалу, як вам подобаєтьсяЗмініть тут налаштування заголовку, як вам більше подобаєтьсяЗмініть колір кожного елементу категорії, як вам подобаєтьсяХакер чи що?Відмітьте для активації зони соціальних мережВідмітьте для активації схожих записівВідмітьте, для показу іконки випадкових записів в головному менюВідмітьте, для показу іконки пошуку в головному менюВідмітьте для показу головного зображення на окремій сторінці.Відмітьте для показу розділу термінових новинВідмітьте для включення лайтбоксу для головного зображення окремого записуВідмітьте, для прикріплення головного менюВідмітьте, щоб приховати записи блогу/статичні сторінки на головній сторінціВідмітьте, щоб приховати головне зображення на сторінці окремого запису.Відмітьте, щоб зображення заголовку посилало на головну сторінкуВідмітьте для показу дати у заголовкуВідмітьте, для показу іконки додому в головному менюВиберіть зображенняОберіть колір теми для вашого сайту.Оберіть головний вигляд підвалу, як вам подобаєтьсяОберіть головний вигляд шапки, як вам подобаєтьсяОберіть налаштування які вам подобаютьсяОберіть шаблон для вашого сайту. Ця зміна торкнеться всього сайтуПараметри кольоруКолір:ColorMagColorMag Блог красиColorMag Бізнес журналColorMag ТемнийColorMag глобальні віджетиColorMag ProColorMag Pro МодаColorMag Pro МузикаColorMag Pro СпортColorMag Pro ТехнологіїБлоки віджетів ColorMagСітка віджетів ColorMagНавігація по коментаряхКоментарі вимкнені.Сторінка КонтактиБічна колонка на сторінці контактівШаблон сторінки контактівВміст середнього розділу зліваВміст середнього розділу зправаВміст верхнього розділуКористувальницький CSSТемна темаТип дати, що показується в шапці:День: %sТип шаблонуТип шаблонуМакет лише для сторінок за умовчаннямМакет за замовчуванням лише для окремих записівЗа замовчуванням: Показати зображення заголовку між заголовком/текстом сайту та головним/основним меню.ОписНалаштування дизайнуВимкнутиПоказує останні записи чи записи з певної категорії, які будуть використані як слайдер.Показує останні записи чи записи з певної категорії.Показує останні записи чи записи з певної категорії. Підходить для зони біля бічної колонки слайдера.Показати зображення заголовку під головним/основним меню.Показати зображення заголовку над заголовком/текстом сайту.Показувати записи з:ДокументаціяРедагуватиБічна колонка на сторінці помилка 404Everest Forms – проста контактна форма та конструктор формиПриклад віджетуFacebookЗображення записуГоловне зображення на окремій сторінціФільтруватиРедактор авторського права у підваліОсновний тип вигляду підвалуПараметри підвалу сайтуЛише підвалЗ налаштування дати WordPressНалаштування головної сторінкиГоловна сторінка: Зона перед слайдеромГоловна сторінка: Вміст нижнього розділуГоловна сторінка: Вміст середнього розділу зліваГоловна сторінка: Вміст середнього розділу зправаГоловна сторінка: Вміст верхнього розділуГоловна сторінка: Зона слайдераGoogle-PlusСтиль сітки 1Стиль сітки 3Стиль сітки 4Стиль сітки 5Позиція зображення заголовкаЛише логотип заголовкуНалаштування заголовкуЗаголовок бічної колонкиЛише текст заголовкуПоложення показу зображення заголовкуЛише заголовокЛайтбокс зображенняЗображенняInstagramСхоже, що нічого не знайдено за цією адресою. Скористайтеся пошуком.Інформацію на запит знайти не вдалося. Можливо, буде корисний пошук по сайту.Останні записиОстанні:Макет буде як знизу:ЛіворучЛівий сайдбарПосиланняОсновний тип вигляду шапкиМісяць: %sНовіші коментарі &rarr;Наступні записи <span class="meta-nav">&rarr;</span>Наступне &rarr;&rarr;Без бічної колонки вміст по центруБез бічної колонки на всю ширинуКількість записів для показу:Пропустити записів:Ой! Сторінка не знайдена.Шаблон Page BuilderСторінки:Сповіщення:PinterestАвтор публікаціїНавігація по записузаписи&larr;Основне менюНалаштування основного кольоруЦитатиВипадкові записиЧитати даліГотові опублікувати свій перший запис? <a href="%1$s">Почніть звідси</a>.Пов’язані записиЗаписи схожі за категоріямиЗаписи схожі за тегамиСхожі записи мають показуватись як:ВідповідьПраворучПравий сайдбарПошукІконка пошукуОберіть структуруОберіть зображенняОберіть категорії:Обрати категоріюВиберіть шаблон за замовчуванням для окремих сторінок. Цей макет застосується для всіх окремих сторінок, якщо для певного сторінки не встановлено унікальний макетВиберіть шаблон за замовчуванням для окремих записів. Цей макет застосується для всіх окремих записів, якщо для певного запису не встановлено унікальний макетВиберіть шаблон за замовчуванням. Цей макет застосується для всіх архівів сайту, категорій, сторінок пошуку тощо. Макет для окремого запису та сторінки можна змінити в налаштуваннях нижчеПоказати обидваПоказати датуПоказати іконку додомуПоказати останні повідомленняПоказує записи з категоріїПоказує віджети перед слайдером. Підходить для TG: Виділені записи.Показує віджети зліва.Показує віджети справа.Показувати віджети в четвертій бічній колонці підвалу.Показувати віджети в першій бічній колонці підвалу.Показувати віджети в третій бічній колонці підвалу.Показувати віджети в другій бічній колонці підвалу.Показує віджети в розділі заголовку відразу над навігаційним меню.Показує віджети на шаблоні сторінки контакти.Показує віджети на сторінці помилки 404.Макет сайтуКолір темиНалаштування соціальних мережПоказувати посилання соцмереж у:Вибачте, але за вашим пошуковим запитом нічого не знайдено. Будь ласка, спробуйте інші ключові слова.Прикріплене менюПідтримкаTG: 125x125 РекламаTG: 300x250 РекламаTG: 728x90 РекламаTG: Слайдер обраної категоріїTG: Обрані записи (Стиль 1)TG: Обрані записи (Стиль 2)TG: Рекомендовані записи (Стиль 3)TG: Рекомендовані записи (Стиль 4)TG: Рекомендовані записи (Стиль 5)TG: Рекомендовані записи (Стиль 6)TG: Рекомендовані записи (Стиль 7)TG: Віджет випадкових записівTG: Віджет з вкладкамиTG: ВідеоКолір тексту:Налаштування теми за замовчуваннямThemegrillЦе застосується до посилань, кнопок та багато іншого. Виберіть колір, який відповідає вашому сайтуЗаголовок віджетуЗаголовок:TwitterТип 1 (за замовчанням)Тип 2Унікальна система записівВикористати зображенняВідеоПодивитися демоПереглянути випадковий записСвітла темаШирокий шаблонЗаголовок темиWordPressРік: %sВам також може сподобатисьYoutubeЗ’явився коментар у черзі на узгодженняhttps://themegrill.com/themes/colormag/126PK�
�[M���#�#languages/en_GB.ponu�[���# Translation of Themes - ColorMag Pro in English (UK)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:49:42+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: en_GB\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder Template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Grid Style 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Grid Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Grid Style 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Grid Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Block Style 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block Style 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Select categories:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Display the posts from:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset Posts:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Posts"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block Style 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Text Colour:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Colour:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget Title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Add your custom block title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Block Title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Title Widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Check to display the featured image in single page."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Featured Image In Single Page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Check to hide the featured image in single post page."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Featured Image"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Default)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choose the main total footer area display type that you want"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Footer Main Area Display Type"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer Options"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Change the Footer Settings from here as you want"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Both header and footer"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Footer only"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Header only"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Social links to display on:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Dark Skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "White Skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choose the skin colour for your site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skin Colour"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choose the main total header area display type that you want"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Main Header Area Display Type"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "From WordPress Date Setting"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Default Theme Setting"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date in header display type:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Latest Posts"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Select an Image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Use image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choose an image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "One thought on &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s thoughts on &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Contact Page Template"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Right"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Example Widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Left"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contact Page"

#: searchform.php:12
msgid "Search"
msgstr "Search"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Sorry, but nothing matched your search terms. Please try again with some different keywords."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Next &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Previous"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Cheatin&#8217; huh?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Featured Posts (Style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Featured Posts (Style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Featured Posts (Style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Random Posts Widget"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Featured Posts (Style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Featured Posts (Style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Add your advertisement 125 × 125 images Here"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125 × 125 Advertisement"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Add your 125 × 125 advertisement here"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Add your advertisement 728 × 90 images here"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728 × 90 Advertisement"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Add your 728 × 90 advertisement here"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Advertisement Image "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Advertisement Image Link "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Add your advertisement 300 × 250 images here"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300 × 250 Advertisement"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Add your 300 × 250 advertisement here"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Featured Posts (Style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Title:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout will be as below:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Featured Posts (Style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Display latest posts or posts of specific category."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Select Category"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Show posts from a category"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Show latest Posts"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Number of posts to display:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Display latest posts or posts of specific category, which will be used as the slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Shows widgets in footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Shows widgets in footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Shows widgets in footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Shows widgets in footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertisement Above The Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Shows widgets on Error 404 page."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Shows widgets on Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Front Page: Content Bottom Section"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content Middle Right Section"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Front Page: Content Middle Right Section"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content Middle Left Section"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Front Page: Content Middle Left Section"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content Top Section"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Front Page: Content Top Section"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Show widget beside the slider. Suitable for TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Front Page: Area beside slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Front Page: Slider Area"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Shows widgets in header section just above the main navigation menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Shows widgets on left side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Shows widgets on right side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "You May Also Like"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "View a random post"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Reply"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Your comment is awaiting moderation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s at %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Post author"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Edit)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Newer posts <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Older posts"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Post navigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Edit"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comments"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comment"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Comments"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Colour Options"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Category Colour Settings"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Change the colour of each category items as you want."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Category Colour Options"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Footer Copyright Editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Check to enable the lightbox for the featured images in single post"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Change Read More Text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Related Posts By Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Related Posts By Categories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Related Posts Must Be Shown As:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Check to activate the related posts"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Related Posts"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unique Post System"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Additional Options"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Change the Additional Settings from here as you want"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google+"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Check to activate social links area"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activate social links area"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social Options"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Custom CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "This will reflect in links, buttons and many others. Choose a colour to match your site"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primary colour option"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Select default layout for single posts. This layout will be reflected in all single posts unless a unique layout is set for a specific post"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Default layout for single posts only"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Select default layout for pages. This layout will be reflected in all pages unless a unique layout is set for a specific page"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Default layout for pages only"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from the options below"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Default layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Wide Layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Boxed Layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choose your site layout. The change is reflected in whole site"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Check to hide blog posts / static page on the front page"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Front Page Settings"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design Options"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Change the Design Settings from here as you want"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Check to make header image link back to home page"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Display the Header image below main / primary menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Display the Header image between site title / text and the main / primary menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Display the Header image just above the site title / text."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Header image display position"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Header Image Position"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Disable"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Show Both"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Header Text Only"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Header Logo Only"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choose the option that you want"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Check to display the Random Post Icon in the primary menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Random Post"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Check to display the Search Icon in the primary menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Search Icon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Check to enable the sticky behavior of the primary menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky Menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Check to show the home icon in the primary menu"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Show Home Icon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Check to show the date in header"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Show Date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Latest:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Check to enable the breaking news section"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Change the Header Settings from here as you want"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Important Links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "View Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "No Sidebar Content Centred"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "No Sidebar Full Width"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Left Sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Right Sidebar"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Default Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Select Layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Primary Menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Read more"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comments are closed."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Newer Comments &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Older Comments"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comment navigation"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Quotes"

#: archive.php:58
msgid "Videos"
msgstr "Videos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Year: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Month: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Day: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "It looks like nothing was found at this location. Try the search below."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! That page can&rsquo;t be found."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�\Q1eIeIlanguages/nl_NL.monu�[�������������
(
'6)^0�s�-#H#l"�*�*�)	3Ob����
�
�
�
�
�

*
8CZr4�0�0�04P�#�#�9�43P)�C�7�2*5]1� �/�$&<K<��>�
$29BW
r�������%8MZo���
�	��*$HTm���U�3;`o1�8;
Saf4}������4C_s"�'�(�&>JWdq~�������
	$G.Wv����   	2 < 0R � � � � � 
� %!'!=!	D!	N!X!d!t!z!�!�!�!�!	�!F�!
"("D"Z"z"�"
�"�"�"
�"�"�"�"y�"�b#��#	�$	�$�$�$�$B�$2%N%%k%$�%&�%$�%D&'G& o&�&
�&�&\�&''''A'['t'�'�'�'�'("(?(\(t(
�(�(�(
�(V�()")))1)B)I)	\)f)	m)w)
�)�)�)	�)�)�)�)$�)T*'U*}**�*�*�+�+�+
�+
�+�+(�+'�+),5D,sz,"�,(-(:-'c-=�-=�-<.D.^.k.�.�.	�.�.
�.�.�.�.//	/
)/7/I/V/ q/�/!�/+�/*�/%#0%I0o03{03�0O�0A31Fu17�1W�1=L2?�2E�2J3+[3:�3�3�3,�3,#4P4:g4�4�4�4�4�4
�4�45!565I5]5u5�5�5�5
�5�5�56(6F6	_6i6"v6�6�6�6%�6-�6I7a7
n7|7c�7A�7s/8.�83�899*939?K9�9�9�9'�9�9+�9#:
::H:f:"�:$�:(�:)�:$!;F;_;k;z;�;�;�;�;�;
�;�;<<3<G<T<	f<Wp<N�<=)= 2=S=
Y=g=#m=	�=�=7�=�=�=!>%>E>c>+u>�>
�>	�>	�>�>�>	�>?	
?
??'?;?HH?�?(�?"�?1�?&@3@:@I@P@b@s@�@�@��@�OA��A
�B
�B�B�B �BHC'fC(�C$�C%�C$D$'D:LD'�D�D�D	�D�Dh�DbE
nE|E�E�E�E#�E#F#+F#OF#sF#�F#�F&�FGG&G2G
QGd\G�G�G�G�G�G�GH#H/H;HXHdHqH	~H�H%�H�H*�HL�H'7I_IaIcI%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2018-05-30 04:44:37+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nl
Project-Id-Version: Themes - ColorMag Pro
%1$s om %2$s%s&larr; Oudere reacties&larr; Vorige(bewerken), <i class="fa fa-comment"></i> 0 reacties<i class="fa fa-comment"></i> 1 reactie<i class="fa fa-comments"></i> % reacties<span class="meta-nav">&larr;</span> Oudere berichten<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activeer gebied voor sociale linksVoeg je advertentie van 125x125 hier toeVoeg je advertentie van 300x250 hier toeVoeg je advertentie van 728x90 hier toeVoeg de afbeeldingen voor je advertentie van 125x125 hier toeVoeg de afbeeldingen voor je advertentie van 300x250 hier toeVoeg de afbeeldingen voor je advertentie van 728x90 hier toeVoer de titel van blok inExtra optiesAdvertentie boven de footerAfbeelding van advertentieAfbeeldingslink van advertentieArchievenAsidesAuteur: %sBlok stijl 1Blok stijl 2Blok stijl 4Blok stijl 6Blok stijl 9BloktitelSmalle layoutBelangrijk nieuwsCategorieënOpties voor categoriekleurInstellingen voor categoriekleurEigen "lees meer"-tekstWijzig hier de extra instellingenWijzig de instellingen voor het design hierWijzig de instellingen voor de footer hierWijzig de instellingen voor de HeaderWijzig de kleur van iedere categorie.Valsspelen?Aanvinken om gebied voor sociale links te activerenAanvinken om de gerelateerde berichten te activerenAanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenuAanvinken om de uitgelichte afbeelding weer te geven op enkele pagina.Aanvinken om de sectie voor laatste nieuws te activerenAanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichtenAanvinken om het sticky gedrag van het hoofdmenu te activerenAanvinken om de blogberichten/statische voorpagina te verbergenAanvinken om de uitgelichte afbeelding te verbergen op enkel bericht.Aanvinken om de header-afbeelding terug te laten linken naar de homepaginaAanvinken om de datum in de header te tonenAanvinken om het icoon voor Home in het hoofdmenu te tonenKIes een afbeeldingKies de skinkleur voor de site.Kies het weergavetype voor het footer-gebiedKies het weergavetype voor het header-gebiedKies de gewenste optieKies je site-layout. De wijziging geldt voor de hele site.KleuroptiesKleur:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridReactienavigatieReacties zijn gesloten.ContactpaginaContact Pagina SidebarTemplate voor contactpaginaContent, sectie midden-linksContent, sectie midden-rechtsContent, bovenste sectieEigen CSSDonkere skinWeergavetype voor datum in header:Dag: %sStandaard-layoutStandaard-layoutStandaard layout alleen voor pagina'sStandaard layout alleen voor enkele berichtenStandaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu.BeschrijvingDesign optiesUitschakelenToon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider.Toon laatste berichten of de berichten in een bepaalde categorie.Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar.Toon de header-afbeelding onder het hoofdmenu.Toon de header-afbeelding net boven de titel/tekst.Toon de berichten van:DocumentatieBewerkenFout 404 Pagina SidebarEverest Forms – Eenvoudig contactformulier en formulierbouwerVoorbeeldwidgetFacebookUitgelichte afbeeldingUitgelichte afbeelding in enkele paginaFilterEditor voor de copyright-tekst in de footerWeergavetype voor het footer-gebiedFooter optiesDatuminstelling van WordPressInstellingen voor de voorpaginaVoorpagina: gebied naast de sliderVoorpagina: Content, onderste sectieVoorpagina: Content, sectie midden-linksVoorpagina: Content, sectie midden-rechtsVoorpagina: Content, bovenste sectieVoorpagina: SlidergebiedGoogle-PlusRaster stijl 2Raster stijl 3Raster stijl 4Raster stijl 5Positie van header-afbeeldingHeader-logoAlleen header-logoHeader-optiesHeader SidebarAlleen header-tekstPositie van header-afbeeldingAfbeelding LightboxAfbeeldingenBelangrijke linksInstagramHet lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder.Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken.Laatste berichtenLaatste:Layout zal zijn zoals hieronder:LinksSidebar linksLinksWeergavetype voor het header-gebiedMaand: %sNieuwere reacties &rarr;Nieuwere berichten <span class="meta-nav">&rarr;</span>Volgende &rarr;&rarr;Geen sidebar, content gecentreerdGeen sidebar, volledige breedteAantal berichten om te tonen:Offset berichten:Oeps. Deze pagina kon niet worden gevonden.Paginabouwer templatePagina&#39;s:Pingback:PinterestBericht auteurBerichtnavigatieBerichten&larr;HoofdmenuHoofdkleurCitatenWillekeurig berichtVerder lezenKlaar om je eerste bericht te publiceren? <a href="%1$s">Start hier</a>.Gerelateerde berichtenGerelateerde berichten volgens categorieGerelateerde berichten volgens tagGerelateerde berichten moeten worden getoond als:BeantwoordenRechtsSidebar rechtsZoekenIcoon voor zoekenSelecteer layoutSelecteer een afbeeldingSelecteer categorieën:Categorie selecterenKIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina.KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht.KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald.Toon beideToon datumToon icoon voor HomeLaatste berichten weergevenToon berichten van een categorieToon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten.Laat de Widgets aan de linkerkant zien.Laat de Widgets aan de rechterkant zien.Toon widgets op footer sidebar vier.Toon widgets op footer sidebar één.Toon widgets op footer sidebar drie.Toon widgets op footer sidebar twee.Toon widgets in header-sectie net boven de hoofdnavigatie.Toont widgets op Contactpagina TemplateToon widgets op 404 foutpagina.Site-layoutSkinkleurSocial media optiesHelaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden.Sticky menuOndersteuningTG: 125x125 advertentieTG: 300x250 advertentieTG: 728x90 advertentieTG: Uitgelichte categoriesliderTG: UItgelichte berichten (Stijl 1)TG: Uitgelichte berichten (Stijl 2)TG: Uitgelichte berichten (Stijl 3)TG: Uitgelichte berichten (Stijl 4)TG: Uitgelichte berichten (Stijl 5)TG: Uitgelichte berichten (Stijl 6)TG: Uitgelichte berichten (Stijl 7)TG: Widget voor willekeurige berichtenTG: Widget met tabsTG: Video'sTekstkleur:Standaard instelling van themaThemeGrillDit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site.Widget titelTitel:TwitterType 1 (Standaard)Type 2Uniek berichtensysteemAfbeelding gebruikenVideo&#39;sBekijk DemoToon een willekeurig berichtLichte skinBrede layoutWidget titelWordPressJaar: %sJe zou ook interesse kunnen hebben inYouTubeJe reactie is in afwachting van moderatie.Eén gedachte over &ldquo;%2$s&rdquo;%1$s gedachten over &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[ԛb�!�!languages/nb_NO.ponu�[���# Translation of Themes - ColorMag Pro in Norwegian (Bokmål)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:12:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nb_NO\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Mal for sidebygger"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Rutenettstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Rutenettstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Rutenettstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Rutenettstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blokkstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blokkstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blokkstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blokkstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Velg kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Vis innleggene fra:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Innlegg offset:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Innlegg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blokkstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstfarge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Tittel for widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Legg til tittel for din tilpassede blokk"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Blokktittel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Tittel-widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Globale widgeter i ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget-rutenett fra ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget-blokker fra ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Mørk"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skjønnhetsblogg"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business-magasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Musikk"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Kryss av for å vise fremhevet bilde på en enkeltside."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Fremhevet bilde på enkeltside"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Kryss av for å skjule fremhevet bilde på innleggssiden."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Fremhevet bilde"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Visningstype for hovedområdet i sidebunnen"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Alternativer for sidenbunn"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Endre innstillingene for sidebunn her, til de du ønsker"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidetopp og sidebunn"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Bare sidebunn"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Bare sidetopp"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sosiale lenker å vise på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mørk drakt"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hvit drakt"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Velg fargedrakten for ditt nettsted."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Draktfarge"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Velg visningstypen du ønsker for hovedtotalsidetopp"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Visningstype for hovedtoppområdet"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Fra datoinnstilling i WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standardinnstilling for temaet"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Visningstype for dato i sidetopp:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Siste innlegg"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Velg et bilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Bruk bilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Velg et bilde"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknologi"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Mote"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Én kommentar til &laquo;%2$s&raquo;"
msgstr[1] "%1$s kommentarer til &laquo;%2$s&raquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Mal for kontaktside"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Høyre"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Eksempel-widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Venstre"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktside"

#: searchform.php:12
msgid "Search"
msgstr "Søk"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan hjelpe."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen med andre søkeord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klar for å publisere ditt første innlegg? <a href=\"%1$s\">Begynn her</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Neste &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Forrige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Jukser vi?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Fremhevede innlegg (stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Fremhevede innlegg (stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Fremhevede innlegg (stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget for tilfeldige innlegg"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget med faner"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Fremhevede innlegg (stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Fremhevede innlegg (stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videoer"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annonsebilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Bildelenke for annonsebilde"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Fremhevede innlegg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivelse"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Tittel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Utformingen vil bli som nedenfor:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Fremhevede innlegg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Vis siste innlegg eller sider av spesfikk kategori. Passende for området ved siden av karusell-sidestolpen."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Velg kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Vis innlegg fra kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Vis siste innlegg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antall innlegg å vise:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Fremhevede kategorier-karusell"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Vis siste innlegg eller innlegg fra en bestemt kategori, og som vil bli brukt i karusellen."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Viser widgeter i footer widgetområde fire."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Viser widgeter i footer widgetområde tre."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Viser widgeter i footer widgetområde to."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Viser widgeter i footer widgetområde en."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonse over bunnområdet"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Viser widgeter på side Error-404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidestolpe Error-404 side"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Viser widgeter på Kontakt sidemal."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontakt side sidestolpe"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Forsiden: Bunnseksjon for innhold"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Midtre høyre seksjon for innhold"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Forsiden: Midtre høyre seksjon for innhold"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Midtre venstre seksjon for innhold"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Forsiden: Midtre venstre seksjon for innhold"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Toppseksjon for innhold"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Forsiden: Toppseksjon for innhold"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Vis widget ved siden av karusellen. Passende for TG: Fremhevede innlegg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Forsiden: Område ved siden av karusellen"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Forsiden: Karusellområde"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Viser widgeter i header området rett over hovednavigeringsmenyen."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Widgetområde i Header"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Viser widgeter på venstre side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Viser widgeter på høyre side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du liker kanskje også"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Vis tilfeldig innlegg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Svar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar venter på godkjenning."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Innleggsforfatter"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Rediger)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Tilbakeping:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyere innlegg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Eldre innlegg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigering blant innlegg"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Rediger"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Fargealternativer"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Innstillinger for kategorifarge"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Endre fargen for hver kategori-element som du ønsker."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Alternativer for kategorifarge"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Redigering av opphavsrett i sidebunn"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Kryss av her for å aktivere lightbox for fremhevet bilde på enkeltinnlegg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox for bilde"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Endre teksten for Les mer"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterte innlegg etter stikkord"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterte innlegg etter kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterte innlegg må vises som:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Kryss av her for å aktivere relaterte innlegg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterte innlegg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt system for innlegg"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Tilleggsvalg"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Endre tilleggsinnstillingene herfra slik du ønsker"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Kryss av her for å aktivere området for sosiale lenker"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiver område for sosiale lenker"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sosiale alternativer"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Tilpasset CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr ""

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Valg av hovedfarge"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr ""

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standard oppsett for enkeltinnlegg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr ""

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standard oppsett for sider"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr ""

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standardutsende"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bred utforming"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Boks-utforming"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Velg din utforming for nettstedet. Endringer vil vises på hele nettstedet"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Nettstedsutforming"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Kryss av her for å skjule innleggssiden/statisk side på forsiden"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Innstillinger for forsiden"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Designinnstillinger"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Endre innstillingene for design herfra slik du ønsker"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Kryss av her for å gjøre at toppbildet har lenke tilbake til forsiden"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Vis toppbildet nedenfor hovedmenyen."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Vis toppbildet mellom nettstedstittelen/teksten og hovedmenyen."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Vis toppbildet like ovenfor nettstedtittelen/teksten."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posisjon til toppbildet"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posisjon til bilde i sidetopp"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Vis begge"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Kun nettstedstittel og beskrivelse"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Kun nettstedslogo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Velg det alternativet du ønsker"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Kryss av for å velge ikonet for tilfeldig innlegg i hovedmenyen"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Tilfeldig innlegg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Kryss av for å vise søke-ikon i ovedmenyen"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Søkeikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Kryss av for å aktivere den klebrige oppførselen til hvedmenyen"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Klebrig meny"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Kryss av for å vise hjemme-ikonet i hovedmenyen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Vis hjem-ikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Kryss av for å vise dato i sidetoppen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Vis dato"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Siste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Kryss av for å aktivere seksjonen for siste nytt"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Siste nytt"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Alternativer for sidetoppen"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Endre innstillingene for sidetoppen her, slik du ønsker"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Se Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentasjon"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ingen sidestolpe innhold sentrert"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Ingen sidestolpe full vidde"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Høyre sidekolonne"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standardutsende"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Velg utseende"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hovedmeny"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Les mer"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sider:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentarfeltet er stengt"

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigering blant kommentarer"

#: archive.php:70
msgid "Archives"
msgstr "Arkiver"

#: archive.php:64
msgid "Links"
msgstr "Lenker"

#: archive.php:61
msgid "Quotes"
msgstr "Sitater"

#: archive.php:58
msgid "Videos"
msgstr "Videoer"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Notiser"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Måned %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Forfatter: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det ser ut til at intet ble funnet her. Prøv et søk nedenfor."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Denne siden ble ikke funnet"

#: 404.php:28
msgid "404"
msgstr ""PK�
�[&�8��&�&languages/sl_SI.ponu�[���# Translation of Themes - ColorMag Pro in Slovenian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:15:54+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: sl_SI\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Predloga graditelja strani"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Mrežni slog 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Mrežni slog 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Mrežni slog 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Mrežni slog 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Slog bloka 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Slog bloka 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Slog bloka 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Slog bloka 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Izberi kategorije:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorije"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Prikaži objave iz:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtriraj"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Odmik prispevkov:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Prispevki"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Slog bloka 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Barva teksta:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Barva:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Naslov gradnika"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Dodajte naslov bloku po meri"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Naslov bloka"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Naslov gradnika"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Globalni gradniki"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Mreža gradnika"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Bloki gradnika"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Temno"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Lepotni blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Poslovni časopis"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Glasba"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Izberite za prikaz prikazne slike na posameznih straneh."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Prikazna slika na posameznih straneh"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Izberite, da skrijete prikazno sliko na posameznih straneh."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Prikazna slika"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tip 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tip 1 (Privzeto)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Izberite tip prikaza glavnega celotnega območja noge"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tip prikaza glavnega območja noge"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Možnosti noge"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve noge po želji"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Oboje - glava in noga"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Samo noga"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Samo glava"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Družabne povezave za prikaz na:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Temen izgled"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Svetel izgled"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Izberi barvo izgleda za vašo stran."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Barva izgleda (angl. skin)"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Izberite tip prikaza glavnega celotnega območja glave"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tip prikaza glavnega območja glave"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Iz WordPress nastavitve datuma"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Privzeta nastavitev teme"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Datum v glavi tipa prikaza:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Najnovejše objave"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Izberi sliko"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Uporabi sliko"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Izberi sliko"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Športi"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Tehnologija"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Moda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ena misel o &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s misli o &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s misli o &ldquo;%2$s&rdquo;"
msgstr[3] "%1$s misli o &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Predloga Kontaktne strani"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Desno"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Primer gradnika"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Levo"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktna stran"

#: searchform.php:12
msgid "Search"
msgstr "Iskanje"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vsebine ni mogoče najti. Poskusite z iskanjem."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Vaša iskalna poizvedba nima zadetkov. Poskusite z drugimi ključnimi besedami."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ste pripravljeni na objavo vašega prvega prispevka? <a href=\"%1$s\">Pričnite tukaj</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Naslednji &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Prejšnji"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Goljufate&#8217;?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Izpostavljeni prispevki (Slog 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Izpostavljeni prispevki (Slog 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Izpostavljeni prispevki (Slog 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Gradnik Nakjučni prispevki"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Gradnik z zavihki"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Izpostavljeni prispevki (Slog 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Izpostavljeni prispevki (Slog 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videi"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Vstavite slike oglasa 125x125 tukaj"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Oglas"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Vstavite oglas 125x125 tukaj"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Vstavite slike oglasa 728x90 tukaj"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Oglas"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Vstavite oglas 728x90 tukaj"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Oglasna slika "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Povezava oglasne slike "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Vstavite slike oglasa 300x250 tukaj"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Oglas"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Vstavite oglas 300x250 tukaj"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Izpostavljeni prispevki (Slog 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Opis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Naslov:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Postavitev bo kot je vidno spodaj:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Izpostavljeni prispevki (Slog 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Prikaži zadnje objave ali objave specifične kategorije."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Prikaži zadnje objave ali objave specifične kategorije. Primerno za Območje poleg drsnika stranske vrstice."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Izberi kategorijo"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Prikaži objave iz kategorije"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Prikaži zadnje objave"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Število objav za prikaz:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Drsnik Izpostavljena kategorija"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Prikaži zadnje objave ali objave določene kategorije, ki se bo uporabljala v drsniku."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Prikazuje gradilnike na stranski vrstici noge štiri."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Prikazuje gradilnike na stranski vrstici noge tri."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Prikazuje gradilnike na stranski vrstici noge dve."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Prikazuje gradilnike na stranski vrstici noge ena."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Oglas nad Nogo"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Prikaže gradnike na strani 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Stranska vrstica strani 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Prikazuje gradnike na Predlogi Kontaktne strani."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Stranska vrstica Kontaktne strani"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Domača stran: Razdelek Vsebina spodaj"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Razdelek Vsebina sredina desno"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Domača stran: Razdelek Vsebina sredina desno"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Razdelek Vsebina sredina levo"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Domača stran: Razdelek Vsebina sredina levo"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Razdelek Vsebina zgoraj"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Domača stran: Razdelek Vsebina zgoraj"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Prikaži gradnik poleg drsika. Primerno za TG: Izbrani prispevki."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Domača stran: Območje poleg drsnika"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Domača stran: Območje drsnika"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Prikazuje gradilnike iz razdelka glave tik nad glavnim navigacijskim menijem."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Stranska vrstica Glave"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Prikaže gradilnike na Levi strani."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Prikaže gradilnike na Desni strani."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Morda vam bo všeč tudi"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ogled naključnega prispevka"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Odgovori"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Vaš komentar čaka na odobritev."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s pri %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Avtor prispevka"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Uredi)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Novejši prispevki <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starejši prispevki"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigacija prispevkov"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Uredi"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Komentarjev"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Komentarjev"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Barvne možnosti"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Nastavitve Barve kategorije"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Spremenite barvo vsakega elementa kategorije po želji."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Možnosti Barve kategorije"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Urejevalnik avtorskega besedila v nogi"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Izberite za omogočitev lighbox-a za predstavnostne slike na straneh s posameznimi prispevki"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Slika Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Spremeni besedilo Preberi več"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Sorodne objave po oznakah"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Sorodne objave po kategorijah"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Sorodne objave morajo biti prikazane kot:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Izberite, da aktivirate sorodne objave"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Sorodne objave"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Edinstven sistem prispevka"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Dodatne možnosti"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Tu lahko spremenite Dodatne možnosti"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Izberite za aktiviranje območja povezav družabnih omrežij"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivirajte območje povezav družabnih omrežij"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Možnosti družabnih medijev"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS po meri"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "To se bo odražalo v povezavah, gumbih in mnogih drugih stvareh. Izberite barvo, ki se ujema z vašim spletiščem"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primarna barva"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Izberite privzeto postavitev za posamezne objave. Ta postavitev se bo odražala v vseh posameznih objavah, razen če je edinstvena postavitev nastavljen za določeno objavo"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Privzeta postavitev samo za posamezne objave"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Izberite privzeto postavitev za strani. Ta postavitev se bo odražala na vseh straneh, razen, če je edinstvena postavitev nastavljena za določeno stran"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Privzeta postavitev samo za strani"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Izberite privzeto postavitev. Ta postavitev se bo odražala v vseh arhivih, kategorijah, iskalnih straneh, itd. Postavitev za posamično objavo in stran je mogoče upravljati s spodnjimi možnosti"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Privzeta postavitev"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Široka postavitev"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Škatlasta Postavitev"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Izberite postavitev vaše strani. Sprememba se odraža v celotnem mestu"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Postavitev Spletišča"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Izberite, da skrije blog objave/statično stran na prvi strani"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Nastavitve Domače strani"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Možnosti oblikovanja"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve oblikovanja"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Izberite, da dodelite sliki v glavi povezavo na domačo stran"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Prikaz slike glave pod glavnim/primarnim menijem."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Privzeto: Prikaz slike glave med naslovom/tekstom spletišča in glavnim/primarnim menijem."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Prikaz slike glave tik nad naslovom/tekstom pletišča."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozicija prikaza slike glave"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozicija slike glave"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Onemogoči"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Prikaži oboje"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Samo text glave"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Samo logotip glave"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Izberite možnosti po želji"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Označite za prikaz ikone Naključne objave v primarnem meniju"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Naključna objava"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Označite za prikaz iskalne ikone v primarnem meniju"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Iskalna ikona"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Označite, da se omogoči lepljivo obnašanje primarnega menija"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Lepljiv meni"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Označite za prikaz ikone Domov v primarnem meniju"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Prikaži ikono Domov"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Izberite za prikaz datuma v glavi"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Prikaži datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Najnovejše:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Izberite za omogočitev razdelka pomembne novice"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Pomembne novice"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Možnosti Glave"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve glave po želji"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Poglej Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Podpora"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentacija"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Brez stranske vrstice Centrirana vsebina"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Brez stranske vrtice Polna širina"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Leva stranska vrstica"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Desna stranska vrstica"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Privzeta postavitev"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Izberi postavitev"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Glavni meni"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Preberi več"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Strani:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentarji so onemogočeni."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Novejši komentarji &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starejši komentarji"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigacija komentarjev"

#: archive.php:70
msgid "Archives"
msgstr "Arhivi"

#: archive.php:64
msgid "Links"
msgstr "Povezave"

#: archive.php:61
msgid "Quotes"
msgstr "Citati"

#: archive.php:58
msgid "Videos"
msgstr "Videi"

#: archive.php:55
msgid "Images"
msgstr "Slike"

#: archive.php:52
msgid "Asides"
msgstr "Odloži na stran"

#: archive.php:49
msgid "Year: %s"
msgstr "Leto: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mesec: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dan: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Avtor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Vsebine ni mogoče najti. Poskusite z iskanjem."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Strani ni bilo mogoče najti."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[W��@@languages/ro_RO.monu�[������Dllmz}���'�'�)�0'
sX
�
�
#�
#"@*c*�)���*DM
T_
lz��4�0�0%4V�;�#�#�9#4])�C�7281k �/���>
]kx������
%08GV$tT���	U3g`�1�8.
guz�����"�'(?h��������,;B	RG\W��"/	5?0U�����%�	#	-7CSmz��	�F�
�3SY
_mt
���y��(��	e	oy��B��%1$W&|$�D�'
 5Vb\q���� / L i � � � � � !/!
A!
L!VW!�!�!�!�!�!		""	"$"7"	C"M"V"h"$p"T�"4�"$,$/$K$[$g$/j$*�$+�$7�$s)%�%$�%,�%,&+/&.[&.�&-�&�&�&'2'R'Y'	e'o'�'�'�''�'<�'96(9p(F�(
�(N�(2N)*�)G�)=�)=2*]p*K�*Q+Hl+'�+B�+ ,"0,GS,�,�,�,�,�,$-%-"@-"c-�-�-�-�-�-'�-3.O:.	�.�.
�.i�.E/�b//�/C0
W0	e0%o0�0�0#�0�0(�0*15A15w1*�1 �1�12
2'282G2]2n2�2�2�2	�2X�2K)3	u33�3�3	�3	�3�35�3"424+94,e4�4.�4�4	�4	�4
�4
55&565S5Z5l5F~5�5!�5 �5(6	C6M6U6m6t6�6�6�6��6�~7�T8
79E9Q9k9!�9I�9!�9!:)4:)^:)�:)�:P�:.-;%\;�;�;k�;<"<)<G<e<%�<&�<&�<&�<&=&D=&k=&�=�=�=�=
>u>�>�>�>#�>"�>�>�>??5?	D?N?U?q?%y?r�?%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:17:57+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);
X-Generator: GlotPress/2.2.2
Language: ro
Project-Id-Version: Themes - ColorMag Pro
%1$s la %2$s%s&larr; Comentarii mai vechi&larr; Anterior(Editează), <i class="fa fa-comment"></i> Niciun comentariu<i class="fa fa-comment"></i> 1 comentariu<i class="fa fa-comments"></i> % comentarii<span class="meta-nav">&larr;</span> Articole mai vechi<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activează faviconActivează zona legăturilor socialeAdaugă-ți anunțul publicitar 125x125 aiciAdaugă-ți anunțul publicitar 300x250 aiciAdaugă-ți anunțul publicitar 728x90 aiciAdaugă-ți imaginile publicitare 125x125 aiciAdaugă-ți imaginile publicitare 300x250 aiciAdaugă-ți imaginile publicitare 728x90 aiciOpțiuni suplimentarePublicitate deasupra subsoluluiImagine publicitarăLegătură imagine publicitarăArhiveAlăturăriAutor: %sAranjament încasetatȘtiri de ultimă orăOpțiuni culoare categorieSetări culoare categorieModifică text pentru Citește mai multModifică setările suplimentare de aici, după cum doreștiModifică setările de design de aici, după cum doreștiModifică setările antetului de aici, după cum doreștiModifică culoarea fiecărui element din categorii, după cum doreștiTrișezi, nu?Bifează pentru a activa faviconul. Încarcă favicon din opțiunea de mai josBifează pentru a activa zona legăturilor socialeBifează pentru a activa articole similareBifează pentru a afișa iconul Articole aleatorii în meniul principalBifează pentru a afișa iconul Căutare în meniul principalBifează pentru a activa secțiunea știrilor de ultimă orăBifează pentru a activa caseta luminoasă pentru imagini reprezentative în articol singularBifează pentru a activa comportamentul reprezentativ al meniului principalBifează pentru a scunde articolele blogului/pagina statică pe pagina din fațăBifează pentru a duce legătura imaginii antet înapoi la prima paginăBifează pentru a arăta data în antetBifează pentru a arăta iconul prima pagină în meniul principalAlege o imagineAlege opțiunea pe care o doreștiAlege-ți aranjamentul sitului. Schimbarea se va reflecta în tot situlOpțiuni culoareColorMag ProNavigare în comentariuComentariile sunt închise.Pagină de contactBară laterală pagină de conținutȘablon pagină de contactSecțiune conținut stânga mijlocSecțiune conținut dreapta mijlocSecțiune conținut susCSS personalizatZi: %sAranjament implicitAranjament implicitAranjament implicit numai pentru paginiAranjament implicit numai pentru articole singulareImplicit: Afișează imaginea antet între titlu/text sit și meniul principal.DescriereOpțiuni designDezactiveazăAfișează ultimele articole sau articole dintr-o anumită categorie, care vor fi folosite ca un carusel.Afișează ultimele articole sau articole dintr-o anumită categorie.Afișează ultimele articole sau articole dintr-o anumită categorie. Potrivită pentru zona de lângă  bara laterală carusel.Afișează imaginea antet sub meniul principal.Afișează imaginea antet numai deasupra titlului/textului sitului.DocumentațieEditeazăBară laterală pagină de eroare 404Piesă exempluFacebookEditor Drepturi de autor în subsolSetările din Prima PaginăPagina din față: zonă lângă caruselPagina din față: secțiune conținut josPagina din față: secțiune conținut stânga mijlocPagina din față: secțiune conținut dreapta mijlocPagina din față: secțiune conținut susPagina din față: zonă caruselGoogle-PlusPoziție imagine antetLogo antetNumai logo antetOpțiuni antetBară laterală antetNumai text antetPoziție afișare imagine antetCasetă luminoasă imagineImaginiLegături importanteInstagramSe pare că n-a fost găsit nimic la această locație. Încearcă căutarea de mai jos.Se pare că nu găsim ceea ce cauți. Poate că o căutare ar fi de ajutor.Ultimele:Aranjamentul va fi ca mai jos:StângaBară laterală stângaLegăturiLună: %sComentarii mai noi &rarr;Articole mai noi <span class="meta-nav">&rarr;</span>Următor &rarr;&rarr;Fără bară laterală cu conținut centratFără bară laterală de lățime completăNumăr de articole de afișat:Hopa! Pagina respectivă nu poate fi găsită.Pagini:Pingback:PinterestAutor articolNavigare în articol&larr;Meniu principalOpțiune culoare principalăCitateArticol aleatoriuCitește mai multGata să publici primul tău articol? <a href="%1$s">Începe aici</a>.Articole similareArticole similare după categoriiArticole similare după eticheteArticolele similare trebuie arătate ca:RăspundeDreaptaBară laterală dreaptaCautăCaută iconSelectează aranjamentSelectează o imagineSelectează categoriaSelectează aranjament implicit pentru pagini. Acest aranjament se va reflecta în toate paginile cu excepția cazului în care aranjamentul unic este setat separat pentru anumite paginiSelectează aranjament implicit pentru articole singulare. Acest aranjament se va reflecta în toate articolele singulare cu excepția cazului în care aranjamentul unic este setat separat pentru un anumit articolSelectează aranjament implicit. Acest aranjament se va reflecta în întreg situl, arhive, categorii, pagină de căutare etc. Aranjamentul pentru un articol singular și o pagină poate fi controlat din opțiunile de mai josArată ambeleArată dataArată icon prima paginăArată ultimele articoleArată articole dintr-o categorieArată piesă lângă carusel. Potrivit pentru TG: Articole evidențiate.Arată piese în partea stângă.Arată piese în partea dreaptă.Arată piese în bara laterală 4 subsol.Arată piese în bara laterală 1 subsol.Arată piese în bara laterală 3 subsol.Arată piese în bara laterală 2 subsol.Arată piese în secțiunea antet numai deasupra meniului de navigare principal.Arată piese în șablon pagină de conținut.Arată piese pe pagina de eroare 404.Aranjament sitOpțiuni socialeRegret, dar nimic nu s-a potrivit cu termenii de căutare. Te rog încearcă din nou cu alte cuvinte cheie.Meniu reprezentativSuportTG: Anunț publicitar 125x125TG: Anunț publicitar 300x250TG: Anunț publicitar 728x90TG: Carusel categorie reprezentativăTG: Articole reprezentative (stilul 1)TG: Articole reprezentative (stilul 2)TG: Articole reprezentative (stilul 3)TG: Articole reprezentative (stilul 4)TG: Articole reprezentative (stilul 5)TG: Articole reprezentative (stilul 6)TG: Articole reprezentative (stilul 7)TG: Piesă articole aleatoriiTG: Piesă navigare cu fileTG: VideouriThemeGrillAceasta se va reflecta în legături, butoane și multe altele. Alege o culoare care să se potrivească sitului tăuTitlu:TwitterSistem articol unicÎncarcă favicon pentru situl tăuÎncarcă logo pentru antetul tăuFolosește imagineaVideouriVezi demonstrațieVezi un articol aleatoriuAranjament latWordPressAn: %sAr putea să-ți placă șiYoutubeComentariul tău așteaptă moderare.Un comentariu la &bdquo;%2$s&rdquo;%1$s comentarii la &bdquo;%2$s&rdquo;%1$s de comentarii la &bdquo;%2$s&rdquo;PK�
�[t��K�=�=languages/uk.ponu�[���# Translation of Themes - ColorMag Pro in Ukrainian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:17:28+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: uk_UA\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон Page Builder"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стиль сітки 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стиль сітки 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стиль сітки 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стиль сітки 1"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стиль блоку 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стиль блоку 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стиль блоку 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стиль блоку 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Оберіть категорії:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Категорії"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показувати записи з:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Фільтрувати"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Пропустити записів:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "записи"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стиль блоку 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Колір тексту:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Колір:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заголовок теми"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Додайте свій заголовок користувацькому блоку"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заголовок блоку"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Заголовок віджету"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag глобальні віджети"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Сітка віджетів ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Блоки віджетів ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Темний"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Блог краси"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Бізнес журнал"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музика"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – проста контактна форма та конструктор форми"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Відмітьте для показу головного зображення на окремій сторінці."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Головне зображення на окремій сторінці"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Відмітьте, щоб приховати головне зображення на сторінці окремого запису."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Зображення запису"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (за замовчанням)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Оберіть головний вигляд підвалу, як вам подобається"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Основний тип вигляду підвалу"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Параметри підвалу сайту"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Змініть тут налаштування підвалу, як вам подобається"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Разом заголовок та підвал"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Лише підвал"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Лише заголовок"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Показувати посилання соцмереж у:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Темна тема"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Світла тема"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Оберіть колір теми для вашого сайту."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Колір теми"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Оберіть головний вигляд шапки, як вам подобається"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Основний тип вигляду шапки"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "З налаштування дати WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Налаштування теми за замовчуванням"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Тип дати, що показується в шапці:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Останні записи"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Оберіть зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Використати зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Виберіть зображення"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Технології"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон сторінки контактів"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Праворуч"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Приклад віджету"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Ліворуч"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Сторінка Контакти"

#: searchform.php:12
msgid "Search"
msgstr "Пошук"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Інформацію на запит знайти не вдалося. Можливо, буде корисний пошук по сайту."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Вибачте, але за вашим пошуковим запитом нічого не знайдено. Будь ласка, спробуйте інші ключові слова."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Готові опублікувати свій перший запис? <a href=\"%1$s\">Почніть звідси</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Наступне &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Попереднє"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Хакер чи що?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Рекомендовані записи (Стиль 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Рекомендовані записи (Стиль 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Рекомендовані записи (Стиль 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Віджет випадкових записів"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Віджет з вкладками"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Рекомендовані записи (Стиль 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Рекомендовані записи (Стиль 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Відео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Додайте сюди вашу рекламу 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Додайте сюди вашу рекламу 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламне зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Посилання рекламного зображення"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Додайте сюди вашу рекламу 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Обрані записи (Стиль 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Опис"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Заголовок:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Макет буде як знизу:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Обрані записи (Стиль 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Показує останні записи чи записи з певної категорії."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Показує останні записи чи записи з певної категорії. Підходить для зони біля бічної колонки слайдера."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Обрати категорію"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показує записи з категорії"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показати останні повідомлення"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Кількість записів для показу:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдер обраної категорії"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Показує останні записи чи записи з певної категорії, які будуть використані як слайдер."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показувати віджети в четвертій бічній колонці підвалу."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показувати віджети в третій бічній колонці підвалу."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показувати віджети в другій бічній колонці підвалу."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показувати віджети в першій бічній колонці підвалу."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над підвалом"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показує віджети на сторінці помилки 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Бічна колонка на сторінці помилка 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показує віджети на шаблоні сторінки контакти."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Бічна колонка на сторінці контактів"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Головна сторінка: Вміст нижнього розділу"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Вміст середнього розділу зправа"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Головна сторінка: Вміст середнього розділу зправа"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Вміст середнього розділу зліва"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Головна сторінка: Вміст середнього розділу зліва"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Вміст верхнього розділу"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Головна сторінка: Вміст верхнього розділу"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показує віджети перед слайдером. Підходить для TG: Виділені записи."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Головна сторінка: Зона перед слайдером"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Головна сторінка: Зона слайдера"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показує віджети в розділі заголовку відразу над навігаційним меню."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Заголовок бічної колонки"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показує віджети зліва."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показує віджети справа."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вам також може сподобатись"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "Themegrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Переглянути випадковий запис"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Відповідь"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "З’явився коментар у черзі на узгодження"

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s о %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор публікації"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Редагувати)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Сповіщення:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Наступні записи <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Попередні записи"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навігація по запису"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редагувати"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % коментарів"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 коментар"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 коментарів"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Параметри кольору"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Налаштування кольору категорії"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Змініть колір кожного елементу категорії, як вам подобається"

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Параметри кольору категорії"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактор авторського права у підвалі"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Відмітьте для включення лайтбоксу для головного зображення окремого запису"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Лайтбокс зображення"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Змінити текст \"Читати далі\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Записи схожі за тегами"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Записи схожі за категоріями"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Схожі записи мають показуватись як:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Відмітьте для активації схожих записів"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Пов’язані записи"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Унікальна система записів"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Додаткові налаштування"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Змініть тут додаткові налаштування, як вам подобається"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Відмітьте для активації зони соціальних мереж"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Активувати зону соціальних мереж"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Налаштування соціальних мереж"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Користувальницький CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Це застосується до посилань, кнопок та багато іншого. Виберіть колір, який відповідає вашому сайту"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Налаштування основного кольору"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Виберіть шаблон за замовчуванням для окремих записів. Цей макет застосується для всіх окремих записів, якщо для певного запису не встановлено унікальний макет"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Макет за замовчуванням лише для окремих записів"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Виберіть шаблон за замовчуванням для окремих сторінок. Цей макет застосується для всіх окремих сторінок, якщо для певного сторінки не встановлено унікальний макет"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Макет лише для сторінок за умовчанням"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Виберіть шаблон за замовчуванням. Цей макет застосується для всіх архівів сайту, категорій, сторінок пошуку тощо. Макет для окремого запису та сторінки можна змінити в налаштуваннях нижче"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Тип шаблону"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Широкий шаблон"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Вузький шаблон"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Оберіть шаблон для вашого сайту. Ця зміна торкнеться всього сайту"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Макет сайту"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Відмітьте, щоб приховати записи блогу/статичні сторінки на головній сторінці"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Налаштування головної сторінки"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Налаштування дизайну"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Змініть тут налаштування дизайну, як вам більше подобається"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Відмітьте, щоб зображення заголовку посилало на головну сторінку"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Показати зображення заголовку під головним/основним меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "За замовчуванням: Показати зображення заголовку між заголовком/текстом сайту та головним/основним меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Показати зображення заголовку над заголовком/текстом сайту."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Положення показу зображення заголовку"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Позиція зображення заголовка"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Вимкнути"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Показати обидва"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Лише текст заголовку"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Лише логотип заголовку"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Оберіть налаштування які вам подобаються"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Відмітьте, для показу іконки випадкових записів в головному меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Випадкові записи"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Відмітьте, для показу іконки пошуку в головному меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Іконка пошуку"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Відмітьте, для прикріплення головного меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Прикріплене меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Відмітьте, для показу іконки додому в головному меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показати іконку додому"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Відмітьте для показу дати у заголовку"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показати дату"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Останні:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Відмітьте для показу розділу термінових новин"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Термінові новини"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Налаштування заголовку"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Змініть тут налаштування заголовку, як вам більше подобається"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Подивитися демо"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Підтримка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документація"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без бічної колонки вміст по центру"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без бічної колонки на всю ширину"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Лівий сайдбар"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Правий сайдбар"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Тип шаблону"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Оберіть структуру"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Основне меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Читати далі"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Сторінки:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Коментарі вимкнені."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Новіші коментарі &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Старіші коментарі"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навігація по коментарях"

#: archive.php:70
msgid "Archives"
msgstr "Архіви"

#: archive.php:64
msgid "Links"
msgstr "Посилання"

#: archive.php:61
msgid "Quotes"
msgstr "Цитати"

#: archive.php:58
msgid "Videos"
msgstr "Відео"

#: archive.php:55
msgid "Images"
msgstr "Зображення"

#: archive.php:52
msgid "Asides"
msgstr "Нотатки"

#: archive.php:49
msgid "Year: %s"
msgstr "Рік: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Місяць: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "День: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Схоже, що нічого не знайдено за цією адресою. Скористайтеся пошуком."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Сторінка не знайдена."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[23��V�Vlanguages/fa_IR.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+'�+, ,/,+2,,^,-�,H�,s-Dv-=�-D�-H>.4�.B�.L�.-L/z/&�/�/!�/�/
0010I0a0y0�0�0#�0�0�011.1%M1Ks1K�1M2KY2?�2�2]�2GW3e�3X4r^4C�4]5Ms5t�5t66W�6P7[T7�78�7]8[d8;�8i�8f9|9�9�9�9�9"�9�9:'*:*R:'}:�: �:�:-�:-;'?;g;�;!�;�;�;�;-<
4<?<V<,m<5�<h�<9=H=h=��=T>�m><�>P7?!�?�?�?+�?J�?=@U@b@(v@
�@/�@2�@
A)A+=A iA7�A/�A0�A4#B-XB,�B�B�B�B�BC"-CPCmC �C!�C-�C�C
D'D4DPID��DPEmE+E�E�E�E0�E
F,FHCF�F�F5�F.�F*G3G/QG�G�G�G�G�G�G�GHH0HKH^HvH��HI74I4lIA�I�I�I�I
J(J>JRJoJ�J��J�SK$L6MJM`M#M#�Mh�M00N4aNO�NK�NK2OK~O[�O<&P3cP�P�P�P:�P~Q�Q�Q$�Q$�Q#R$$R/IR/yR/�R/�R/	S/9S/iS(�S�S�S�S$�S
T�(T�T�T�TUU$UCUbUrU$�U�U�U�U�U
�U.�U.V96V$pV'�V�V�V�V%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:10:05+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fa
Project-Id-Version: Themes - ColorMag Pro
%1$s در t %2$s%s&larr; دیدگاه‌های پیشین&rarr; قبلی(ویرایش)،<i class="fa fa-comment"></i>0 دیدگاه<i class="fa fa-comment"></i> 1 دیدگاه<i class="fa fa-comments"></i> % دیدگاه<span class="meta-nav">&rarr;</span> نوشته‌های کهنه‌تر<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>فعال کردن ناحیه لینک شبکه های اجتماعیافزودن بنر تبلیغی 125 در 125 در اینجابنر تبلیغی 300 در 250 را اینجا اضافه کنیدبنر تبلیغی 728 در 90 خود را اینجا وارد کنیدافزودن تصویر 125 در 125 در اینجاتصویر بنر 300 در 250 را اینجا اضافه کنیدتصویر بنر تبلیغی 728 در 90 را اینحا وارد کنیدافزودن عنوان سفارشی بلاکتنظیمات اضافیتبلیغات بالای پانوشتتصویر تبلیغی لینک تصویر تبلیغی بایگانی هاکلمات قصارنویسنده: %sبلاک استایل 1بلاک استایل 2بلاک استایل 4بلاک استایل 6بلاک استایل 9عنوان بلاکهردو سربرگ و پانوشتطرح جعبهاخبار مهمدسته‌هاتنظیم رنگ دستهتنظیمات رنگ دستهتغییر متن ادامه مطلبتغییر تنظیمات اضافی از اینجا به سلیقه شماتغییر تنظیمات طراحی از اینجا به سلیقه شماتغییر تنظیمات پانوشت از اینجا به سلیقه شماتغییر تنظیمات سربرگ از اینجا به سلیقه شماتغییر رنگ هر دسته براساس سلیقه شما.کلک میزنی؟انتخاب کنید تا ناحیه لینک شبکه های اجتماعی فعال شودانتخاب کنید تا نوشته های مرتبط فعال شودانتخاب کنید برای نمایش آیکون نوشته تصادفی در فهرست اصلیانتخاب کنید برای نمایش آیکون جستجو در فهرست اصلیانتخاب کنید اگر میخواهید تصویر شاخص در برگه تکی نمایش داده شود.انتخاب کنید تا بخش اخبار مهم فعال شودانتخاب کنید لایت باکس برای تصاویر شاخص در نوشته تکیانتخاب کنید تا فهرست اصلی بصورت چسبنده شودانتخاب کنید تا نوشته های بلاگ و برگه های تکی از صفحه اصلی محو شودانتخاب کنید اگر میخواهید تصویر شاخص در نوشته تکی نمایش داده شود.انتخاب کنید تا تصویر سربرگ به صفحه اصلی لینک شودانتخاب کنید تا تاریخ در سربرگ نمایش داده شودانتخاب کنید تا آیکون خانه در فهرست اصلی نمایان شودانتخاب یک تصویرانتخاب رنگ پوسته برای سایت شما.انتخاب نوع نمایش ناحیه اصلی پانوشت که شما می خواهیدانتخاب نوع نمایش ناحیه اصلی سربرگ که شما می خواهیدگزینه ای که میخواهید انتخاب کنیدانتخاب کنید طرح سایت را. تغییر آن در کل سایت تاثیر می گذاردتنظیمات رنگرنگ:ColorMagColorMag بلاگ زیباColorMag مجله بیزنسیColorMag تیرهColorMag ابزارک سراسریColorMag پولیColorMag مد حرفه ایموسیقی نسخه پولی ColorMagورزش‌ها نسخه پولی ColorMagColorMag تکنولوژی حرفه ایColorMag بلاک ابزارکColorMag ابزارک جدولیپیمایش دیدگاهدیدگاه‌ها بسته شده‌اند.برگه تماسناحیه کناری برگه تماسپوسته برگه تماسبخش چپ وسط محتوابخش راست وسط محتوابخش بالای محتواCSS سفارشیپوسته تیرهنوع نمایش تاریخ در سربرگ:روز: %sطرح پیش‌فرضطرح پیش‌فرضطرح پیشفرض فقط برای برگهطرح پیشفرض فقط برای نوشته تکیپیشفرض: نمایش تصویر سربرگ بین متن عنوان سایت و فهرست اصلی.توضیحاتگزینه‌های طراحی:غیرفعال‌سازینمایش نوشته های اخیر یا نوشته های دسته ای مشخص، که به عنوان اسلایدر استفاده می شود.نمایش نوشته های اخیر یا نوشته های دسته ای مشخص.نمایش نوشته های اخیر یا نوشته از دسته ای مشخص. مناسب برای ناحیه کناری اسلایدر.نمایش تصویر سربرگ زیر فهرست اصلی.نمایش تصویر سربرگ درست بالای متن عنوان سایت.نمایش نوشته‌ها ازمستنداتويرايشناحیه کناری برگه خطای 404فرم های اورست - فرم آسان تماس و سازنده فرمابزارک نمونهفیسبوکتصویر شاخصتصویر شاخص در برگه تکیفیلترویرایشگر حق انتشار پانوشتنوع نمایش ناحیه اصلی پانوشتتنظیمات پانوشتفقط پانوشتاز تنظیمات تاریخ وردپرستنظیمات صفحه اصلیصفحه اصلی: ناحیه کناری اسلایدرصفحه اصلی: بخش پایین محتواصفحه اصلی: بخش چپ وسط محتواصفحه اصلی: بخش راست وسط محتواصفحه اصلی: بخش بالا محتواصفحه اصلی: ناحیه اسلایدرگوگل پلاسجدولی استایل 2جدولی استایل 3جدولی استایل 4جدولی استایل 5موقعیت تصویر سربرگفقط لوگوی سرفصلتنظیمات سرفصلناحیه کناری سربرگفقط نوشته‌ی سرفصلموقعیت نمایش تصویر سربرگفقط سربرگلایت باکس تصویرتصاویراینستاگرامبنظر میرسد چیزی یافت نشد. با جستجو تلاش کنید.به‌نظر می‌رسد نمی‌توانیم چیزی که شما به دنبال آن هستید را بیابیم. شاید جستجو بتواند به شما کمک کند.نوشته‌های اخیرجدیدترین:طرح بصورت زیر خواهد بود:چپستون‌کناری چپپیوندهانوع نمایش ناحیه سربرگ اصلیماه: %sدیدگاه‌های تازه‌تر &rarr;نوشته‌های تازه‌تر <span class="meta-nav">&larr;</span>بعدی &larr;&larr;بدون ناحیه کناری محتوا در وسطبدون ناحیه کناری عرض کاملتعداد نوشته برای نمایش:نوشته‌های آفست:اوه! این برگه پیدا نمی‌شه.پوسته صفحه‌سازصفحه‌ها:بازپینگ:پین‌ترستنویسندهراهبری نوشته‌هانوشته‌ها&rarr;گزینگان اصلیگزینه رنگ اصلینقل قول هانوشته تصادفیبیشتر بخوانیدمیخواهید اولین نوشته‌ی خود را منتشر کنید؟ <a href="%1$s">از اینجا آغاز کنید</a>. نوشته‌های مرتبطنوشته های مرتبط براساس دسته هانوشته های مرتبط براساس برچسبنوشته های مرتبط باید نمایش داده شود:پاسخ دادنراستستون‌کناری راستجستجوآیکون جستجوانتخاب طرحانتخاب یک تصویرانتخاب دسته:گزینش دستهانتخاب کنید طرح پیشفرض را برای برگه‌ها. این طرح روی تمام برگه‌ها چه منحصربه فرد چه خاص تاثیر می گذاردانتخاب طرح پیشفرض برای نوشته تکی. این طرح روی تمام نوشته‌ای تکی چه طرح منحصر به فرد برای نوشته ای خاص تاثیر میگذاردانتخاب طرح پیشفرض. این طرح به کل سایت شامل بایگانی،دسته‌ها،برگه جستجو و غیره تاثیر میگذارد.طرح برای نوشته تکی و برگه می تواند از تنظیمات زیر کنترل شودنمایش هردونمایش تاریخنمایش آیکون خانهنمایش آخرین پست‌هانمایش نوشته از دستهنمایش ابزارک کنار اسلایدر. مناسب برای TG: نوشته های برجسته.نمایش ابزارک‌ها در سمت چپ.نمایش ابزارک‌ها در سمت راست.نمایش ابزارک در چهارمین ناحیه کناری پانوشت.نمایش ابزارک در اولین ناحیه کناری پانوشت.نمایش ابزارک در سومین ناحیه کناری پانوشت.نمایش ابزارک در دومین ناحیه کناری پانوشت.نمایش ابزارک در سربرگ فقط بالای ناوبری فهرست اصلی.نمایش ابزارک در پوسته برگه محتوا.نمایش ابزارک در برگه خطای 404.طرح سایترنگ پوستهتنظیمات اجتماعیلینک شبکه اجتماعی برای نمایش در:بدبختانه جستجوی شما نتیجه‌ای در بر نداشت. با واژگانی دیگر جستجو کنید.منوی شناورپشتیبانیTG: بنر تبلیغی 125 در 125TG: بنر تبلیغی 300 در 250TG: بنر تبلیغی 728 در 90TG: اسلایدر دسته شاخصTG: نوشته های شاخص (استایل 1)TG: نوشته های اخیر (استایل 2)TG: نوشته های شاخص (استایل 3)TG: نوشته های شاخص (استایل 4)TG: نوشته های شاخص (استایل 5)TG: نوشته های شاخص (استایل 6)TG: نوشته های شاخص (استایل 7)TG: ابزارک نوشته تصادفیTG: ابزارک تبیTG: ویدئورنگ متن:تنظیمات پیشفرض قالبThemeGrillاین روی پیوندها،دکمه ها و چیزهای دیگر تاثیر میگذارد.رنگی برای مطابقت با سایت خود انتخاب کنیدعنوان ابزارکعنوان :توئیترنوع 1 (پیشفرض)نوع 2سیستم نوشته مشخصاستفاده از تصویرویدئو هامشاهده دمومشاهده نوشته تصادفیپوسته سفیدطرح عریضعنوان ابزارکوردپرسسال: %sممکن شما دوست داشته باشیدYoutubeدیدگاه شما چشم به راه بررسی است.%1$s دیدگاه برای «%2$s»https://themegrill.com/themes/colormag/126PK�
�[���D��languages/ru_RU.monu�[�������
LL
MX!e�n��&	)w3(�'�)�0&sW����Of��G�# #( "L *o *� )� � !!6!R!n!�!�!�!�!�!"'*"R"["b"
{"�"
�"
�"
�"
�"
�"�"$�"#%#
2#@#Y#Yl#
�#�#�#$4$/K$0{$0�$0�$4%6C%4z%4�%�%3�%#,&5P&#�&@�&*�&9'4P')�'3�'F�')*(CT(/�(7�(2)53)1i)�)3�) �)/	*9*>I*$�*,�*H�*3#+<W+<�+�+>�+
0,>,E,N,c,
~,�,�,�,�,�,�,7-=-\-s-�-�-A�-�-�-.*.H.d.;�.�.3�.//!:/\/
p/	{/�/�/�/A�/60>0M0\0$z0T�0	�0�0
11-!1/O1/1+�12�1L20[2+�2U�233`B31�38�34V&4m}4N�4
:5H5�M56�!6;�6837-l7�7�74�7�7�7881888P8n8z8�8�8�8�899<9!Y9'{9�90�9�9
::0:"N:q:�:0�:&�:;";6;"U;'x;(�;�;�;<!<5<A<N<[<h<u<|<�<�<�<�<�<�<�<= =9=W=c=Pr="�=�=�=�=		>G>W[>�>�>�>�>�>�>??$?*?<?	Z?d?0z?�?�?�?�?�?>@J@"f@4�@
�@%�@�@A$A6A	=A	GAQAcAA�A$�A�A�A�A�A"�A&B@BZBgB)|B)�B�B�B!C)C0C<C	LCFVC
�C�C�C�C�CD
	DD$D9D@DLD
bDpD�D�Dy�D�E��EZF	kF	uFF�F�FB�F�FBGD^G�G�G%�G-H$0H/UH&�H-�H$�HD�H'DI lI�I�I
�I�I'�I)�I%!J'GJ
oJzJ�J�J�J\�J4K@KHKbK|K�K�K�K�K	L&LCL`L}L�L�L
�L�Lf�L�:M��M�TN�+O��O�jP��P�wQR%R7RSR
kR�vRVJS�S�S �S�S
�S�S�SETLT;ST7�T�T�T�T	�T�TU	UU U	)U3UFU
SU^UjUwU�U	�U�U�U�U�U�V$�V'W?WEWGWIWKWiOW�X�XK�X-Y�0Y2�Y1ZCZVZYZ�rZ8=[6v[9�[F�[s.\��\�R^'_+G_%s_"�_O�_G`9T`9�`8�`TaTVaS�a.�a2.bIabI�bI�bI?cI�cI�cId/gd)�d8�dM�dHeUede�e�e�e�e�e�ef)fQGf"�f�f!�f$�f"g�Bg�g0�g0h9Nhm�h:�hQ1i2�i^�iHjj^jQ�j`k|kY�kb�k�RlH�l�AmG=nz�n[o_\o��od@pY�pu�psuq]�q�Gr��r�ZsG�sp5tM�tY�t'Nubvu8�ufv�yvL�v&Gw"nw<�ww�wFx	dxnx#wx"�x�x,�xyy$y>y!Vyixy+�y"z"1z0Tz$�z��z%:{7`{0�{;�{=|=C|s�|0�|O&}Qv}L�}1~*G~r~�~;�~�~@�~�/��(:�(c�:��Iǀ��	Ձ߁)��P-�V~�sՂLI�m��\�ma�Nτ��u��X�x*����)��;��؈{�� �9��B�ɋ��x��`�Xi�Ž(ώe��^�z�#��L���J�L�b�!x�0��0ː2��0/�2`�0��2đ.��5&�.\�[��H�0�9O�:��hē -�JN�w��J�\�2|�E��O��^E�`��Q�:W�N��&���,�D�\�t�=��.ŘA�!6�.X�����*��/ޙ=�NL���'���ޚD��#�
�$�	B�kL����L�l�?��
��*˝#��'�B�K�X�t���0��Dƞ��)$�4N���7��8۟5�9J�$��+��;ՠ?�,Q�~���	��$��?ס�)/�YY�&��ڢ,��[+�_�����I$�Xn�/Ǥf��u^�ԥ��!�y9���5Ϧ+�J1�
|���,��%���
�
�3'�[�'w������ި�ΩL��,�4�P�(j�0��5Ĭ|��0w�x��j!�.��1��e�FS�_��H��aC�F��_�nL�M��J	�9T�����&��[�>?�_~�M޳,�H�Eh�S��H��K�ߵ���-�H�:b�4��4Ҷ4�4<�4q�4��4۷%�26�i��������x�������l��^��A��	��ۿ��"�7��7�
S�h^����{���E�����$�",��O������z��!�4'�
\�/g�:������
�����45�j�w���!��B��.�	A�0K�
|�3�������>��'��
�������% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Edit), 1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor URL In Author BioAuthor: %sBelow NavigationBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBlog/Archive and Search Pages LayoutBoth header and footerBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the unique post system for the bundled widgetsCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the content in the popupCheck to display the featured image in single page.Check to display the link to the author page in the Author Bio sectionCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the color skin for your site.Choose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Custom CSSDark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter onlyFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5HeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHeader onlyImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLinkedInLinksMagazine TemplateMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePage Title. Default is 34pxPage title color.Pages:Pingback:PinterestPost Meta DisplayPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPostsPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Skin ColorSocial OptionsSocial Profiles in Author BioSocial Share ButtonSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:Titles related font size optionsTotal ViewsTweet ThisTwitterType 1 (Default)Type 1 (Default): Header text & logo on left, header sidebar on rightType 2Type 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageUser Social LinksVKVideo URLVideosView AllView DemoView a random postVimeo-SquareWhite SkinWide LayoutWidget TitleWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssYear: %sYou May Also LikeYou changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.YouTubeYour comment is awaiting moderation.https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2019-05-16 09:13:39+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: ru
Project-Id-Version: Themes - ColorMag Pro
% Комментариев%1$s в %2$s%1$s имеет %2$s сообщений и подсчета голосов.%s%s не активирован. Для активации %s перейдите на страницу настроек и введите Лицензионный ключ и Лицензионный email.&larr; Предыдущие комментарии&larr; Назад(Изменить), 1 Комментарий<b>Внимание!</b> Вы заблокировали внешние запросы, вы не сможете получить обновления %s. Пожалуйста добавьте %s в %s.<i class="fa fa-comment"></i> 0 Комментариев<i class="fa fa-comment"></i> 1 Комментарий<i class="fa fa-comments"></i> % Комментариев<span class="meta-nav">&larr;</span> Предыдущие записи<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Лицензионный Ключ для %s не найден. Возможно вы забыли ввести Лицензионный ключ при установке %s, или ключ был деактивирован. Вы можете активировать или приобрести Лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s не найдена. Вы можете приобрести подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Активация лицензии APIДеактивация Лицензии APIAPI Лецензионный ключAPI Лецензионный emailАктивировать блок  ссылок социальных сетейДобавьте сюда Видео ( только Youtube и Vimeo ) Добавьте сюда вашу 125x125 рекламуДобавьте сюда вашу 300x250 рекламуДобавьте сюда вашу 728x90 рекламуДобавьте сюда ваше рекламное 125x125 изображениеДобавьте сюда ваше рекламное 300x250 изображениеДобавьте сюда ваше рекламное 728x90 изображениеДобавьте заголовок блокаДополнительные настройкиДополнительная ссылка социальной сети 2Дополнительная ссылка социальной сети 5Дополнительная ссылка социальной сети 4Дополнительная ссылка социальной сети 1Дополнительная ссылка социальной сети 6Дополнительная ссылка социальной сети 3Дополнительная ссылка социальной сети 2Реклама над нижним блокомРекламное изображениеСсылка рекламного изображенияШрифт всех Заголовков. По умолчанию "Open Sans"АрхивыЗаметкиСсылка Bio АвтораАвтор: %sНижняя НавигацияСтиль блока 1Стиль блока 2Стиль блока 4Стиль блока 6Стиль блока 9Заголовок блокаШаблон макета для страниц Блог/Архив и ПоискВ шапке и в подвалеСеточный макетПоследние новостиЦвет заливки кнопокЦвет шрифта кнопокРазмер шрифта кнопок (Читать далее, Отправить, Комментировать и т.д.). По умолчанию 12pxРубрикиНастройка цвета категорииНастройки цвета категорииИзменение Текста Читать дальшеИзмените отсюда Дополнительные настройки, как вам нравитсяИзмените цвета как вам нравитсяИзмените настройки дизайна как вам нравитсяИзменение настроек подвалаИзмените настройки верхнего блока как вам нравитсяИзменение текста Read more для Вашего сайтаИзмените параметры ссылок социальных сетей, как вы хотитеИзмените настройки Шрифтов как вам нравитсяИзмените цвет для каждой категории как вам нравится.Хакер, что ли?Проверьте, чтобы виджет не имел эффекта слайдераОтметьте для активации блока ссылок социальных сетейОтметьте для активации кнопок Поделиться записью в социальных сетях для отдельной записиОтметьте для активации похожих записейОтметьте для активации Специальной система вывода записей постов для сгруппированных виджетов - остутствия дубляжей постов на страницеОтметьте для отключения Кнопки На ВерхОтметьте для отображения иконки случайных записей в основном менюОтметьте для показа иконки поиска в основном менюОтметьте для вывода содержимого в всплывающем окне.Отметьте, чтобы изображение записи отображалось на одиночной странице.Отметьте для включения ссылок на странице и в Bio АвтораОтметьте для включения блока последних новостейОтметьте для включения лайтбокса в миниатюрах одиночной записиОтметьте для включения подсчета просмотров популярных постов.Отметьте для включения "прилипания" основного менюОтметьте для скрытия записей блога/статической страницы на главной страницеОтметьте что бы скрыть изображение записи на странице одиночной записи.Отметьте для создания ссылки с изображения верхнего блока на домашнюю страницуОтметьте для открытия в новой закладкеОтметьте для включения Профиля в социальных сетях в Bio АвтораОтметьте для отображения даты в заголовкеОтметьте для показа иконки домой в основном менюВыберите изображениеВыберите стиль анимации для блока последних новостейВыберите цветовую схему сайта.Выберите вариант показа заголовка который вам нравитсяВыберите настройки макета для страниц Блог, Архив и результаты ПоискаВыберите место вывода последних новостейВыберите вид подвалаВыберите вид шапкиВыберите вариант, который хотитеВыберите макет вашего сайта. Изменение отобразится на всем сайтеНастройки цветаЦвет:ColorMagColorMag Блог о красотеColorMag Бизнес-журналColorMag ТёмныйГлобальные виджеты ColorMagColorMag ProColorMag Pro МодаColorMag Pro МузыкаColorMag Pro СпортColorMag Pro ТехнологииColorMag Pro это профессиональная версия бесплатной темы ColorMag.Важные ссылки Темы ColorMagБлоки виджета ColorMagСетка виджета ColorMagНавигация по комментариямОбсуждение закрыто.Ошибка соединения с сервером Лицензионных API ключей. Попробуйте еще раз позже.Контактная страницаСайдбар на странице контактовШаблон страницы контактовСодержание Средней секции внизуСодержание среднего левого блокаСодержание среднего левого блокаЦвет заголовков сайта (таких как h1, h2 в блоке содержимого сайта)Содержание верхнего блокаШрифт всего содержания. По умолчанию "Open Sans"Настройки размера шрифта содержимого сайта.Настройка Цветов блока содержимого сайтаЦвет фона блока содержаниеЦвет текста содержанияСобственный CSSТёмный стильФормат отображения даты в шапке:День: %sДеактивация API Лецензионного ключаДеактивированный ключ лицензии API, может быть использован на другом блоге.По умолчанию (Первое изображение большое, остальные два друг за другомРазметка по умолчаниюРазметка по умолчаниюШаблон по умолчанию для страницШаблон по умочанию для одиночных постовПо умолчанию: Отображать изображение верхнего блока между названием сайт/текстом и основным/главным меню.DeliciousОписаниеПараметры отображенияЗапретитьОтключение вывода Автора в поле мета данныхОтключение вывода Категории в поле мета данныхОтключение вывода колличества комментариев в поле мета данныхОтключение вывода Даты в поле мета данныхОтключение вывода кнопки редактирования в поле мета данныхОтключить полностью вывод мета данных для записейОтключение вывода количества просмотров в поле мета данныхОтключение вывода Тэгов в поле мета данныхОтобразить последние записи или записи определенной категории, которые будут использоваться как слайдер.Отобразить последние записи или записи определенной категории.Отображать последние записи или записи определенной категории. Подходит для блока возле слайдера боковой панели.Отображать изображение верхнего блока под основным/главным меню.Отображать изображение верхнего блока прямо над названием сайт/текстом.Показать:Отобразить срочные новости в новостном тикере. Подходит для Правого/Левого Сайдбара.Отобразить последние записи, популярные записи и последние комментарии. Подходит для Правого/Левого Сайдбара.Отобразить случайные записи. Подходит для Правого/Левого Сайдбара.ДокументацияВнизПраво загрузки для Лицензионного ключа %s был аннулированы, возможно, из-за истечения срока подписки. Вы можете активировать или приобрести Лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.РедактироватьИзменение информации Copyright внизу страницы. Вы можете использовать шорткоды: [the-year] - текущий год, [site-link] - ссылка на Ваш сайт, [wp-link] - ссылка на сайт WordPress, а так же мы будем благодарны за добавление шорткода [tg-link] - ссылки на наш сайт ThemeGrillВведите продолжительность показа последних новостей в заголовкеВведите скорость для последних новостей в заголовкеВведите текст для отображения на бегущей строкеОшибкаСайдбар на странице 404Everest Forms – простая контактная форма и конструктор формыПример виджетаFacebookИзображение записиИзображение записи на одиночной страницеФильтрРедактирование копирайта в нижнем блокеВид подвалаНижнее МенюНастройки подвалаСайдбар Подвала 4 ( Нижний )Сайдбар Подвала 1 ( Нижний )Сайдбар Подвала 1 ( Верхний )Сайдбар Подвала 1 ( Нижний )Сайдбар Подвала 3 ( Верхний )Сайдбар Подвала 2 ( Нижний )Сайдбар Подвала 2 ( Верхний )Цвет ссылок copyright подвалаЦвет фона блока copyright подвалаЦвет текста copyright подвалаРазмер шрифта copyright подвала сайта. По умолчанию 14pxНастройки размера шрифта подвала сайтаТолько в подвалеНастройка цветов подвала сайтаЦвет текста малого меню подвалаРазмер шрифта малого меню подвала сайта. По умолчанию 14px"Цвет фона подвалаЦвет текста содержания Виджетов ПодвалаРазмер текста содержание Виджетов подвала сайта. По умолчанию 14pxЦвет ссылок содержания Виджетов Подвалаиз настроек WordPressНастройки главной страницыГлавная страница: Блок возле слайдераГлавная страница: Содержание нижнего блокаГлавная страница: Содержание среднего левого блокаГлавная страница: Содержание среднего правого блокаГлавная страница: Содержание верхнего блокаГлавная страница: Блок слайдераГлавная страница: Вверху при Полной ШиринеНастройки шрифта GoogleGoogle-PlusСтиль сетки 2Стиль сетки 3Стиль сетки 4Стиль сетки 5ЗаголовокНастройки Цветов блока ЗаголовкаВариант показа ЗаголовкаПозиция изображения верхнего блокаЛоготип заголовкаТолько логотип заголовкаHeader OptionsСайдбар в шапкеТолько текст заголовкаЦвет фона блока ЗаголовкаНастройки шрифта блока заголовкаПозиция показа изображения верхнего блокаТолько в шапкеЛайтбокс изображенияРазмер Изображения средний (1400X600 pixels, применим для Главной страницы - верхнего виджета в зоне полной ширины)Размер Изображения средний (800х445 pixels)Размер ИзображенияИзображенияПолезные ссылкиInstagramПо этому адресу ничего не найдено. Воспользуйтесь поиском.Запрошенную информацию найти не удалось. Возможно, будет полезен поиск по сайту.Последние записиПоследние:Расположение будет таким как ниже:СлеваЛевая область виджетовАктивация ЛицензииДеактивация ЛицензииLinkedInСсылкиШаблон ЖурналаВид шапкиМесяц: %sСледующие комментарии &rarr;Следующие записи <span class="meta-nav">&rarr;</span>Далее &rarr;&rarr;Без сайдбара по центруБез сайдбара в полную ширинуНет комментариевКоличество записей для показаКоличество записей для показа:Количество постов для выводаКоличество новостей для выводаПропустить записей:Ой! Страница не найдена.Шаблон для конструктора страницЗаголовки Страниц. По умолчанию 34pxЦвет Заголовков СтраницСтраницы:Уведомление:PinterestПоказ Меток записейЗаголовки Записей. По умолчанию 32pxАвтор записиЦвет шрифта блока МетаРазмер шрифта в поле мета данных. По умолчанию 12pxНавигация по записямЗаписиЦвет Заголовков ЗаписейРазработаноПредпочтительный цвет для ссылки социальной сетиПредпочтительная иконка для ссылки социальной сети&larr;Основное менюОсновные цветаШрифт главного меню. По умолчанию "Open Sans"Цвет ссылок главного меню при наведении/нажатииЦвет текста главного менюНастройка размера шрифта Главного меню. По умолчанию 14pxНастройка размера шрифта Подменю Главного меню. По умолчанию 14pxЦитатыСлучайные записиОцените эту Тему!Читать далееГотовы опубликовать свою первую запись? <a href="%1$s">Начните отсюда</a>.Похожие записиПохожие записи по категориямПохожие записи по тэгамПохожие записи должны быть показаны как:ОтветСправаПравая область виджетовСохранить измененияКнопка На ВерхПоискИконка поискаПосмотреть все сообщения %1$sВыберите макетОтметить изображениеВыбрать рубрики:Выберите рубрикуВыберите макет по умолчанию для страниц. Этот макет отразится на на всех страницах, кроме тех на которых применен уникальный макетВыберите макет по умолчанию для записей. Этот макет отразится на на всех записях, кроме тех на которых применен уникальный макетВыберите макет по умолчанию. Этот макет отразится на архивах всего сайта, категориях, странице поиска и т.д. Макет для одиночной записи и страницы может быть изменен с настройки нижеПоделиться этой ЗаписьюПоказывать обаПоказать датуПоказать иконку ДомойПоказать последние записиПоказать записи из категорииПоказывает виджет возле слайдера. Подходит для TG: Выделенные записиПоказать виджет ниже меню.Показать виджет ниже меню. Для TG: Слайдер предпросмотра КатегорийПоказывает виджеты над Подвалом. Для TG: размер виджета 728x90Показывает виджеты слеваПоказывает виджеты справа.Показывать виджеты в зоне четвертого сайдбара подвала.Показывает виджет в сайдбаре подвала 1Показывать виджеты в зоне первого сайдбара подвала.Показывать виджеты в сайдбаре подвала 3Показывать виджеты в зоне третьего сайдбара подвала.Показывает виджет в сайдбаре подвала 2Показывать виджеты в зоне второго сайдбара подвала.Показывает виджеты в заголовке сразу сверху меню навигации.Показывает сайдбар на странице контактов.Показывает виджеты на странице ошибки 404Цвет заголовков боковой панелиМакет сайтаЦвет СлоганаЦвет Заголовка сайтаНастройка размера шрифта Слогана. По умолчанию 16pxШрифт слогана. По умолчанию "Open Sans"Настройка размера шрифта Заголовка. По умолчанию 46pxШрифт заголовка сайта. По умолчанию "Open Sans"Цветовая схемаСоциальные опцииПрофиль в социальных сетях в Bio АвтораКнопка Поделиться записью в социальных сетяхСсылки на социальные сети показывать в:Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые слова.Прилипающее менюПоддержкаTG: 125x125 РекламаTG: 300x250 РекламаTG: 728x90 РекламаTG: Слайдер популярная категорияTG: Популярные записи (Стиль 1)TG: Популярные записи (Стиль 2)TG: Популярные записи (Стиль 3)TG: Популярные записи (Стиль 4)TG: Популярные записи (Стиль 5)TG: Популярные записи (Стиль 6)TG: Популярные записи (Стиль 7)TG: Выделенные ЗаписиTG: Виджет случайных записейTG: Виджет вкладокTG: ВидеоЦвет текста:Лицензионный Ключ для темы Colormag не был активирован, %sПерейдите по ссылке%s для активации лицензионного ключа.Лицензия не может быть деактивирована. Используйте вкладку Деактивация Лицензии для деактивации лицензии вручную, прежде чем активировать новую лицензию.Лицензионный ключ для %s истек. Вы можете активировать или приобрести лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была отменена. Вы можете обновить подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была отмечена к удалению. Вы можете приобрести новую подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была приостановлена. Вы можете активировать подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Срок подписки %s истек. Вы можете возобновить подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %sзаморожена. Вы можете активировать ее заново в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s на рассмотрении. Вы можете проверить статус подписки в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.из настроек темыТема Активирована.Лицензия Темы деактивирована.Тема: ColorMag Pro отThemeGrillЭтот пример показывает как %s Сайдбар выглядит по умолчанию. Вы можете добавить настраиваемые виджеты из %swidgets screen%s в панеле администратора. При добавлении Ваших виджетов они заменят существующие.Это отразится на ссылках, кнопках и многом другом. Выберите цвет наиболее подходящий вашему сайтуВиджет заголовкаНазвание:Настройки размеров шрифта ЗаголовковВсего ПросмотровТвитнутьTwitterТип 1 (По умолчанию)Вариант 1 (По умолчанию): Текст заголовка и логотипа слева, Боковая панель заголовка справаТип 2Вариант 2: Боковая панель заголовка слева, текст заголовка и логотипа справаВариант 3: Текст заголовка и боковая панель заголовка отцентрованыНастройки ШрифтовУникальная почтовая системаВверхИспользовать изображениеСоциальные ссылки ПользователяВконтактеURL ВидеоВидеоСмотреть всеПосмотреть демоПосмотреть случайную записьVimeo-SquareСветлый стильШирокий шаблонЗаголовок виджетаЗаголовки Виджетов. По умолчанию 18px Цвет заголовков ВиджетовWordPressВведите Ваш Собственный CSSГод: %sВам также может понравитьсяВы изменили подписку для %s, теперь вам необходимо ввести новый ключ API лицензии на странице настроек. Лицензионный ключ должен был быть доставлен по email. Если Вы не получили его, можете взять его в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.YouTubeВаш комментарий ожидает проверки.https://themegrill.com/themes/colormag/сказал:126Ошибка 404PK�
�[�TD?++languages/es_ES.ponu�[���# Translation of Themes - ColorMag Pro in Spanish (Spain)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:57:00+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: es\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Plantilla del maquetador visual"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Estilo cuadrícula 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Estilo cuadrícula 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Estilo cuadrícula 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Estilo cuadrícula 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Estilo bloque 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Estilo bloque 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Estilo bloque 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Estilo bloque 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Elige las categorías:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorías:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Mostrar las entradas de:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtro"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Entradas compensadas:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Entradas"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Estilo bloque 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Color del texto:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Color:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Título del widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Añade tu título personalizado para el bloque"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Título del bloque"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget de título"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globales de ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de cuadrícula de ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de bloques de ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "Bonito blog de ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "Negocio revista de ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Formulario de contacto sencillo y constructor de formularios"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Márcalo para mostrar la imagen destacada en las páginas individuales."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Imagen destacada en páginas individuales"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Márcalo para ocultar la imagen destacada en las páginas individuales."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Imagen destacada"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tipo 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tipo 1 (por defecto)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Elige el tipo de visualización principal que quieras para toda el área de pié de página"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tipo de visualización del área principal del pié de página"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opciones del pié de página"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Cambia desde aquí los ajustes del pié de página como quieras"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En la cabecera y en el pie"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Solo en el pie"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Solo en la cabecera"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Mostrar enlaces sociales:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Piel oscura"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Piel clara"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Elige el color de la piel de tu sitio."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Color de la piel"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Elige el tipo de visualización del área principal total de cabecera que quieras"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tipo de visualización del área principal de cabecera"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Desde la configuración de fecha de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Opciones predeterminadas del tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Tipo de formato de fecha en la cabecera:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Últimas entradas"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecciona una imagen"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Usar imagen"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Escoge una imagen"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un comentario sobre &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentarios sobre &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Plantilla de página de contacto"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Derecha"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget de ejemplo"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Izquierda"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Página de contacto"

#: searchform.php:12
msgid "Search"
msgstr "Buscar"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Parece que no encontramos lo que estás buscando. Puede que una búsqueda te ayude."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Lo sentimos, pero no encaja nada con los términos de la búsqueda. Inténtalo de nuevo con algunas palabras clave diferentes."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "¿Listo para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Siguiente &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "¿Haciendo trampas?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Entradas destacadas (estilo 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Entradas destacadas (estilo 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Entradas destacadas (estilo 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget publicaciones al azar"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget con pestañas"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Entradas destacadas (estilo 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Entradas destacadas (estilo 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Añade tus imágenes de anuncios 125x125 aquí"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Anuncio 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Añade tu anuncio de 125x125 aquí"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Añade tus imágenes de anuncios 728x90 aquí"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: anuncios 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Añade tu anuncion 728x90 aquí"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Imagen del anuncio "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Enlace de la imagen del anuncio "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Añade tus imágenes de anuncio 300x250 aquí"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Anuncio 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Añade tu anuncio 300x250 aquí"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Entradas destacadas (estilo 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descripción"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "T&iacute;tulo:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "El diseño será como sigue:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Entradas destacadas (estilo1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Muestra las últimas entradas o entradas de una categoría específica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Muestra las últimas entradas de una categorái específica. Adecuado para el área que está juanto a la barra laterial del slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Elegir categoría"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Muestra las entradas de una categoría"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Mostrar las últimas entradas"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Número de entradas a mostrar:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider de categoría destacada"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Muestra las últimas entradas o entradas de una categoría específica, que serán mostradas como el slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Estos widgets se mostrarán en la cuarta columna del pie de página."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Estos widgets se mostrarán en la tercera columna del pie de página."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Estos widgets se mostrarán en la segunda columna del pie de página."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Estos widgets se mostrarán en la primera columna del pie de página."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Anuncio encima del pie de página"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de \"Error 404\"."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de \"Página de contacto\"."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Página de contacto"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Página de inicio: Contenido en el pie de la sección"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Sección de contenido a la derecha"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Página de inicio: Contenido en el medio de la sección derecha"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Sección del medio izquierda del contenido"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Página de inicio: Contenido en el medio de la sección izquierda"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Contenido superior de la sección"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Página de inicio: contenido superior de la sección"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Muestra el widget junto al slider. Adecuado para TG: Entradas destacadas."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Página de inicio: Área junto al slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Página principal: área de slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Estos widgets se mostrarán en la cabecera, por encima del menú de navegación."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Cabecera"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Muestra widgets a izquierda."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Muestra widgets a derecha."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "También te puede gustar"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ver una entrada aleatoria"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Respuesta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Tu comentario está esperando ser moderado."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "el %1$s a las %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Editar)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Entradas siguientes <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Entradas más antiguas"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navegación de la entrada"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Editar"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % comentarios"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 comentario"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 comentarios"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opciones de color"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ajustes categoría color"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Cambia el color de los items de cada categoría como quieras."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opciones de color para categoría"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor del copyright en el pie de página"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Activar para habilitar el lightbox para imágenes destacadas en una entrada"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Imagen con lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Cambiar eñ texto de leer más"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Entradas relacionadas por etiquetas"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Entradas relacionadas por categorías"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Entradas relacionadas se deben mostrar como:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Activar para habilitar las entradas relacionadas"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Entradas relacionadas"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Sistema de publicación única"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opciones adicionales"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Cambia los ajustes adicionales que quieras desde aquí"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Clic par aactivar el área de enlaces a redes sociales"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activar área de enlaces sociales"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opciones sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS Personallizado"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Esto se verá reflejado en los enlaces, botones y en más elementos. Escoje el color que mejor case con tu sitio"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Color primario"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selecciona el diseño por defecto para una entrada única. Este diseño se verá reflejado en todas las entradas únicas, a menos que se especifique un diseño único para una entrada específica"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Distribución para las entradas"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selecciona el diseño por defecto para páginas. Este diseño se verá reflejado en todas las páginas, a no ser que haya un diseño único para una página específica"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Distribución para las páginas"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Seleccionar el diseño por defecto. Este diseño se verá reflejado en todas las páginas de archivos, categorías, página de búsquedas, etc. El diseño para entradas y páginas únicas se pueden controlar desde las opciones de abajo"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Diseño por defecto"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Diseño amplio"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Diseño en caja"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Selecciona el diseño del sitio. El cambio será efectivo en todo el sitio"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Disposición de Sitio"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Activar para ocultar las entradas del blog/página estática en la página de inicio"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Opciones de la página frontal"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opciones de diseño"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Cambia las opciones de diseño desde aquí a tu gusto"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Activar para hacer que la imagen de cabecera sea un enlace a la página principal"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Muestra la imagen de cabecera debajo del menú principal/primario."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Por defecto: Muestra la imagen de cabecera entre el texto/título del sitio y el menú primario/secundario."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Muestra la imagen de cabecera justo encima del título del sitio."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posición donde se muestra la imagen de cabecera"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posición de la imagen de cabecera"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Desactivar"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostrar ambos"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Solo  texto en el encabezado"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Solo logo en el encabezado"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Selecciona la opción que quieras"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo del encabezado"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Activar para mostrar el icono de entrada al azar en el menú primario"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Entrada al azar"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Activar para mostrar el icono de búsqueda en el menú primario"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icono de búsqueda"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Activa para habilitar la posición fija del menú primario"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menú persistente"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Activar para habilitar el icono de inicio en el menú primario"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostrar el icono de inicio"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Activar para mostrar la fecha en la cabecera"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostrar fecha"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Última:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Activar para habilitar la sección de últimas noticias"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Últimas noticias"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opciones de la cabecera"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Cambia los ajustes de la cabecera desde aquí"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Enlaces importantes"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Ver demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ayuda"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentación"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Sin barra lateral con contenido centrado"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Sin barra lateral con ancho completo"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barra lateral izquierda"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barra lateral derecha"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Diseño por defecto"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecciona distribución"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menú Primario"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Leer más"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Páginas:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comentarios cerrados."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentarios Posteriores &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentarios anteriores"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comentario de navegación"

#: archive.php:70
msgid "Archives"
msgstr "Archivo"

#: archive.php:64
msgid "Links"
msgstr "Enlaces"

#: archive.php:61
msgid "Quotes"
msgstr "Citas"

#: archive.php:58
msgid "Videos"
msgstr "Vídeos"

#: archive.php:55
msgid "Images"
msgstr "Imágenes"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Año: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mes: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Día: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "No hemos encontrado nada en este lugar. Pruebas con el buscador."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "¡Vaya! Está página no se encuentra."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[^%�3�A�Alanguages/bg_BG.ponu�[���# Translation of Themes - ColorMag Pro in Bulgarian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:57:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: bg\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон за разширение за сглабяне на съдържанието"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стил “решетка\" 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стил “решетка\" 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стил “решетка\" 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стил “решетка\" 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стил \"блок\" 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стил \"блок\" 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стил \"блок\" 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стил \"блок\" 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Изберете категории:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Категории"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показване на публикациите от:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Филтър"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Изместване на публикациите:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Публикации"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стил \"блок\" 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Цвят на текста:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Цвят:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заглавие на джаджата"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Добавете ваше собствено заглавие на блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заглавие на блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Заглавие на джаджата"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag глобални джаджи"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag джаджа \"решетка\""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag джаджа \"блок\""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Pro тъмна"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag блог за красота"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag бизнес списание"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музика"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Отбележете, за да се показва изображението на страницата при отварянето ѝ."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Показване на изображение на страницата"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Отбележете, за да скриете изображението на публикацията при отварянето ѝ."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Изображение на страницата"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (по подразбиране)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Изберете типа показване на дънната част на сайта."

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Показване на основната зона на дънната част"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Настройки на дънната част"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Променете настройката за дънната част по ваше желание от тук"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "В заглавната част и дъното"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Само в дъното"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Само в заглавната част"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Социалните връзки да се показват:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Тъмен цвят"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Светъл цвят"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Изберете тоналността на темата за сайта си."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Тоналност на темата"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Изберете типа показване на заглавната част на сайта."

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Тип на показване на заглавната част"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "От настройките за датите в WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Настройката по подразбиране на темата"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Начин на показване на датата в заглавната част:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Последни публикации"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Избор на изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Ползване на изображениете"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Изберете изображение"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro технологии"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Един коментар за &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s коментара за &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон за страницата за контакти"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Дясната"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Примерна джаджа"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Ляво"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Контактната"

#: searchform.php:12
msgid "Search"
msgstr "Търсене"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "За жалост не успяваме да намерим това, което търсите. Може би търсачката ще помогне?"

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Няма резултати, отговарящи на вашето търсене. Опитайте отново с други ключови думи."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Време е за първата ви публикация. <a href=\"%1$s\">Започнете от тук</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Следваща &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Предишна"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Шмекеруваме, а?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Избрани публикации (стил 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Избрани публикации (стил 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Избрани публикации (стил 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Джаджа за произволни публикации"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Джаджа с табове"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Избрани публикации (стил 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Избрани публикации (стил 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Видео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Добавете вашите рекламни изображения 125x125 тук"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Добавете вашите реклами 125x125 тук"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Добавете вашите рекламни изображения 728x90 тук"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Добавете вашата реклама 728x90 тук"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламно изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Връзка за рекламното изображение"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Добавете вашите рекламни изображения 300x250 тук"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Добавете вашата реклама 300x250 тук"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Избрани публикации (стил 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Описание"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Заглавие:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Подредбата ще бъде както следва:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Избрани публикации (стил 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Показвайте последните публикации или такива от определена категория."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Показвайте последните публикации или такива от конкретна категория, Подходяща за страничната лента след слайдъра."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Изберете категория"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показвайте публикации от категория"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показване на последните публикации"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Брой публикации за показване:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдър по избрана категория"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Показвайте последните публикации или такива от конкретна категория, които ще се въртят в слайдър."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показва джаджи в страничната лента в дъното № 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показва джаджи в страничната лента в дъното № 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показва джаджи в страничната лента в дъното № 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показва джаджи в страничната лента в дъното № 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над дъното"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показва джаджи в страницата за грешка 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Странична лента за страницата за грешка 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показва джаджи в шаблона за контактната страница"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Контактна странична лента"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Начална страница: раздел за съдържание в дъното"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Раздел за съдържание в средата"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Начална страница: раздел за съдържание в средата вдясно"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Раздел за съдържание в средата вляво"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Начална страница: раздел за съдържание в средата вляво"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Раздел за съдържанието в горната част"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Начална страница: раздел за съдържанието в горната част"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показване на джаджа до слайдъра. Подходяща за TG: акцентирани публикации."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Начална страница: след слайдъра"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Начална страница: зона за слайдър"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показва джаджите в заглавния раздел точно над основното навигационно меню."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Странична лента в заглавната част"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показва джаджите в лявата странична лента."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показва джаджите в дясната странична лента."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вижте още"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Отваряне на случайна публикация"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Отговор"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Коментарът ви е задържан за одобрение."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s в %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Редактиране)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "По-скорошни публикации <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> По-стари публикации"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навигация"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редакция"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % коментара"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 коментар"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 коментара"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Цветови настройки"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Настройки за цвят на категориите"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Промяна на цвета на всяка категория по ваше желание."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Настройки за цвят на категориите"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактор на авторските права в дъното"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Отбележете, за да включите ефекта \"lightbox\" за картинката на публикацията при отварянето ѝ"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Изображение с \"lightbox\" ефект"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Промяна на текста \"Прочетете повече\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Свързани публикации по етикети"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Свързани публикации по категории"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Свързаните публикации трябва да се показват като:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Отбележете, за да включите свързаните публикации"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Свързани публикации"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Уникална система за публикациите"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Допълнителни настройки"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Променете допълнителните настройки по ваше желание от тук"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Отбележете, за да включите връзките към социалните мрежи"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Включване на връзките към социалните мрежи"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Социални мрежи"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Потребителски CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Това ще се отрази на връзки, бутони и много други места. Изберете цвят, който да отива на сайта ви"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Настройка за основен цвят"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Изберете подредба по подразбиране за единичните публикации. Тази подредба ще се отразява на всички единични публикации, освен ако за някоя от тях не бъде зададена изрична друга настройка."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Стандартна подредба само за единичните публикации"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Изберете подредба по подразбиране  за страниците. Тази подредба ще бъде отразена за всички страници, освен ако за някоя от тях не бъде зададена изрична друга настройка."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Стандартна подредба само за страниците"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Изберете подредба по подразбиране. Тази подредба ще бъде отразена за всички архивни страници, категории, резултати от търсене и т.н. Подредбата за единичните публикации и страници могат да бъдат настроени по-долу"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Разположение по подразбиране"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Пълна ширина"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "С фиксирана ширина"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Изберете структура на сайта си. Тя ще бъде отразена за целия сайт."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Структура на сайта"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Отбележете, за да скриете публикациите от блога/статичната страница от началната страница."

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Настройки за началната страница"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Настройки на дизайна"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Променете настройките на дизайна по ваше желание от тук"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Отбележете, за да води заглавното изображение към началната страница."

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Показване на заглавното изображение под основното меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Стандартно: показване на заглавното изображение между заглавието на сайта и основното меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Показване на заглавното изображение над заглавието на сайта."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Разположение на заглавното изображение"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Разположение на заглавното изображение"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Изключване"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Да се показват и двете"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Само заглавен текст"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Само заглавно лого"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Изберете настройката, която искате"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за произволните публикации в основното меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Произволна публикация"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за търсачката в основното меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Иконка за търсене"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Отбележете, за да фиксирате основното меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Фиксирано меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за начална страница в основното меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показване на иконката за начална страница"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Отбележете, за да се показва датата в заглавната част"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показване на датата"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Последни:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Отбележете, за да се показва разделът за извънредни новини"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Извънредни новини"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Настройки на заглавната част"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Променете настройките за заглавната част по ваше желание тук"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Вижте демонстрация"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Поддръжка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документация"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без странична лента и с центрирано съдържание"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без странична лента с пълна ширина"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Лява странична лента"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Дясна странична лента"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Разположение по подразбиране"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Изберете структура"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Основно меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Прочетете повече"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Страници:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Коментарите са затворени."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "По-скорошни коментари &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; По-стари коментари"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навигация в коментарите"

#: archive.php:70
msgid "Archives"
msgstr "Архиви"

#: archive.php:64
msgid "Links"
msgstr "Връзки"

#: archive.php:61
msgid "Quotes"
msgstr "Цитати"

#: archive.php:58
msgid "Videos"
msgstr "Видео"

#: archive.php:55
msgid "Images"
msgstr "Изображения"

#: archive.php:52
msgid "Asides"
msgstr "Бележки"

#: archive.php:49
msgid "Year: %s"
msgstr "Година: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Месец: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Ден: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Нищо не бе намерено тук. Пробвайте с търсачката по-долу."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Страницата не бе открита."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[;)A��J�Jlanguages/de_DE.monu�[������
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,,!,;,J,W,*Z,)�,+�,6�,s--�-(�-(�-(.6/.6f.5�.0�.//3/N/m/t/	�/�/�/�/�/�/�/�/�/0
(030$S0!x0,�0%�0)�0%1&=1d1?t1@�1U�1=K2D�2>�2J
3&X3>3A�3B4,C43p4�4'�41�415@5MY5
�5�5�5�5�5
�566(6=6P6d6|6�6�6�6�6�67!7"=7`7w7�7!�7�7�7�7�7�7K8a8n8~8g�8J�8z>92�97�9$:
<:
J:U:@r:�:�:�:&�:;;
;*;
:;$H;!m;$�;+�;5�;6<*M<#x<�<
�<
�<
�<
�<�<�<=='=;=K=
i=w=�=�=	�=;�=f�=O>a>,n>�>�>�>
�>	�>�>5�>
?,?$3? X?#y?�?0�?�?�?	�?	@@%@	8@B@
I@T@h@o@�@^�@�@#A&A1DAvA~A�A�A	�A
�A�A�A�A��A��B�OCD'D3DGD_DPD"�D#�D&E&>E&eE&�E,�E�E!�E
!F
/F:FPFTeF�F�F�F�FG(G&EG&lG&�G&�G&�G&H&/HVHnH
�H
�H�H
�Hk�H-I:IAIIIZI`I
}I�I�I&�I�I�I�I	�I�I�IJ/ JEPJ'�J�J�J�J%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:06:03+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: de
Project-Id-Version: Themes - ColorMag Pro
%1$s um %2$s%s&larr; Ältere Kommentare&larr; Zurück(Bearbeiten), <i class="fa fa-comment"></i> 0 Kommentare<i class="fa fa-comment"></i> 1 Kommentar<i class="fa fa-comments"></i> % Kommentare<span class="meta-nav">&larr;</span> Ältere Beiträge<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktiviere den Bereich für Social-Media-LinksFüge hier den 125x125 Werbebanner hinzuFüge hier den 300x250 Werbebanner hinzuFüge hier den 125x125 Werbebanner hinzuFüge hier das Bild für den 125x125 Werbebanner hinzuFüge hier das Bild für den 300x250 Werbebanner hinzuFüge hier das Bild für den 728x90 Werbebanner hinzuHinzufügen des benutzerdefinierten Block TitelsZusätzliche OptionenWerbung über dem FooterBild für den Werbebanner Der Link für den Werbebanner ArchivKurzmitteilungenAutor: %sBlock-Stil 1Block-Stil 2Block-Stil 4Block-Stil 6Block-Stil 9Block-TitelSowohl Kopf- als auch FußzeileVerschachteltes LayoutAktuelle NachrichtenKategorienOptionen zu den KategoriefarbenEinstellungen zu den KategoriefarbenÄndere den „Mehr lesen“-TextÄndere hier die zusätzlichen EinstellungenÄndere hier die Design-EinstellungenÄndere die Einstellungen für den FooterÄndere hier die Header-EinstellungenÄndere die Farbe für jede Kategorie.Schummeln, was?Markieren, um den Bereich für Social Media-Links zu aktivierenMarkieren, um die die Anzeige ähnlicher Beiträge zu aktivierenMarkieren, um das Icon für die Auswahl zufälliger Beiträge im Hauptmenu anzuzeigenMarkieren, um das Icon für die Suche im Hauptmenu anzuzeigenAktivieren um das Beitragsbild auf einer einzelnen Seite anzuzeigen.Markieren, um den Bereich "Aktuelle Nachrichten" zu aktivierenMarkieren, um in Beiträgen die Lightbox für Beitragsbilder zu aktivierenMarkieren, um das Hauptmenu anzuheftenMarkieren, um Beiträge/Seiten auf der Startseite zu verbergenAktivieren um das Beitragsbild für Einzelbeiträge auszublenden.Markieren, um den Link im Header-Bild auf die Startseite zu setzenMarkieren, um das Datum im Header anzuzeigenMarkieren, um das Home-Icon im Hauptmenü zu zeigenWähle ein BildWähle das Farbschema für deine Seite.Wähle den Typ für den kompletten Footer-BereichWähle den Typ für den kompletten Header-BereichWähle hier deine OptionWähle dein Seiten-Layout. Die Änderung wirkt sich auf die ganze Website ausFarb-OptionenFarbe:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridKommentar-NavigationKommentare sind geschlossen.KontaktseiteKontaktseite - SeitenleisteKontaktformular VorlageMittlerer Inhalts-Bereich (links)Mittlerer Inhalts-Bereich (rechts)Oberer Inhalts-BereichIndividuelles CSSDunkelDarstellung des Datums im Header:Tag: %sStandard-LayoutStandard-LayoutStandard-Layout für SeitenStandard-Layout für BeiträgeStandard: Zeigt das Header-Bild zwischen dem Seitentitel und dem Hauptmenu.BeschreibungDesign OptionenDeaktivierenZeigt letzte Beiträge oder Beiträge einer bestimmten Kategorie, die für den Slider verwendet werden.Zeigt die letzten Beiträge oder Beiträge einer bestimmten Kategorien an.Zeigt die letzten Beiträge oder Beiträge einer speziellen Kategorie. Geeignet für den Bereich neben dem Slider-Bereich.Positioniert das Header-Bild unter dem Hauptmenü.Anzeige des Header-Bildes direkt über dem Seitentitel.Beiträge anzeigen von:DokumentationBearbeitenError 404-Seite SeitenleisteEverest Forms - Einfacher Kontaktformular und Formular ErstellerBeispiel-WidgetFacebookBeitragsbildBeitragsbild auf einer einzelnen SeiteFilterFooter Copyright-EditorFooter-TypFooter-OptionenNur FußzeileVon der WordPress Datums-EinstellungEinstellungen für die StartseiteStartseite: Bereich neben dem SliderStartseite: Unterer Bereich für den InhaltStartseite: Mittlerer Bereich (links) für den InhaltStartseite: Mittlerer Bereich (rechts) für den InhaltStartseite: Oberer Bereich für den InhaltStartseite: Bereich für den SliderGoogle-PlusRaster Stil 2Raster Stil 3Raster Stil 4Raster Stil 5Position des Header-BildesHeader LogoNur Header-LogoHeader-OptionenHeader SeitenleisteNur Header-TextPosition für das Header-BildNur KopfzeileLightbox für BilderBilderWichtige LinksInstagramAn diesem Ort wurde nichts gefunden. Bitte nutze die Suche.Es scheint, dass wir nicht finden konnten, wonach du suchst. Möglicherweise hilft eine weitere Suche.Neueste BeiträgeDas Neueste:Das Layout wird wie unterhalb zu sehen sein:LinksSeitenleiste linksLinksHeader-TypMonat: %sNeuere Kommentare &rarr;Neuere Beiträge <span class="meta-nav">&rarr;</span>Weiter &rarr;&rarr;Keine Seitenleiste, Inhalt zentriertKeine Seitenleiste, volle BreiteAnzahl der anzuzeigenden Beiträge:Offset-Beiträge:Diese Seite konnte leider nicht gefunden werden.Page-Builder-VorlageSeiten:Pingback:PinterestAutor des BeitragesBeitragsnavigationBeiträge&larr;HauptmenüOption PrimärfarbeZitateZufälliger BeitragWeiterlesenBist du bereit deinen ersten Beitrag zu veröffentlichen? <a href="%1$s">Hier geht es los</a>.Ähnliche BeiträgeÄhnliche Beiträge nach KategorienÄhnliche Beiträge nach TagsÄhnliche Beiträge müssen angezeigt werden wie:AntwortRechtsSeitenleiste rechtsSuchenSuch-IconWähle LayoutWähle ein BildKategorien auswählen:Kategorie auswählenWähle das Standard-Layout für Seiten. Das gewählte Layout wird für alle Seiten verwendet, sofern du nicht für eine bestimmte Seite ein abweichendes Layout wählstWähle das Standard-Layout für Beiträge. Dieses Layout wird in allen einzelnen Beiträgen verwendet, solange du nicht für einen bestimmten Beitrag ein anderes Layout festlegstWähle das Standard-Layout. Das gewählte Layout wird auf der gesamten Website in Archiven, Kategorien, Such-Seiten usw. verwendet. Das Layout für einzelne Beiträge und Seiten kannst du unten festlegenZeigt beideZeigt DatumZeigt das Home-IconZeigt neueste BeiträgeZeigt Beiträge einer KategorieZeigt ein Widget neben dem Slider. Verwendbar für TG: Hervorgehobene Beiträge.Zeigt Widgets an der linken Seite.Zeigt Widgets an der rechten Seite.Zeigt Widget in Footer Seitenleiste 4.Zeigt Widget in Footer Seitenleiste 1.Zeigt Widget in Footer Seitenleiste 3.Zeigt Widget in Footer Seitenleiste 2.Zeigt Widget im Header unter dem Hauptmenü.Zeigt Widget auf Kontaktseite.Zeigt Widget auf Error 404-Seite.Seiten-LayoutFarbschemaSocial Media-OptionenZeige Soziale Links:Es gibt keine passenden Suchergebnisse. Bitte versuche es mit anderen Suchbegriffen.Angeheftetes MenüSupportTG: 125x125 WerbebannerTG: 300x250 WerbebannerTG: 728x90 WerbebannerTG: Slider für hervorgehobene KategorieTG: Hervorgehobene Beiträge (Style 1)TG: Hervorgehobene Beiträge (Style 2)TG: Hervorgehobene Beiträge (Style 3)TG: Hervorgehobene Beiträge (Style 4)TG: Hervorgehobene Beiträge (Style 5)TG: Hervorgehobene Beiträge (Style 6)TG: Hervorgehobene Beiträge (Style 7)TG: Zufälliger BeitragTG: Tabbed WidgetTG: VideosTextfarbe:Standard-Einstellung des ThemesThemeGrillDies spiegelt sich in Links, Buttons und vielem mehr wieder. Wähle eine Farbe, die zu deiner Website passtTitel WidgetTitel:TwitterTyp 1 (Standard)Typ 2Einzigartiges BeitragssystemVerwende BildVideosDemo ansehenSchau dir einen zufälligen Beitrag anHellBreites LayoutWidget-TitelWordPressJahr: %sDas könnte dir auch gefallenYouTubeDein Kommentar muss noch freigeschaltet werden.Ein Gedanke zu &bdquo;%2$s&ldquo;%1$s Gedanken zu &bdquo;%2$s&ldquo;https://themegrill.com/themes/colormag/126PK�
�[NYF���languages/it_IT.monu�[�����y���
��!���	($'M$u)�#�!�0
s;�G�##6"Z*}*�)��(D`{����'DM
T_$p�
���Y�6?Vn4�/�0�04K6�4�4�!35#i5�#�C�@+ l *� 9� 4� j#!)�!F�!F�!UF"h�"#)!#CK#/�#7�#2�#1*$\$3u$ �$/�$�$>
%,I%Hv%3�%�%<&<P&>�&
�&�&�&�&'"'7'D'Y'o'�'�';�'(3(J(d(!(�(�(
�(�(�(6�(.)=)L)$j)T�)�)�)�)-*/5*/e*+�*2�*L�*0A++r+U�+3�+`(,1�,8�,V�,mK-N�-
...� .;�.82/-k/�/�/�/�/�/�/�/00=0Z0w0�0�0�0!�0'1910V1�1�1�1"�1�12082&i2�2�2�2"�2'3(*3S3s3�3�3�3�3�3�3�344.4=4L4]4v4�4
�4�4P�4"5;5G5N5	^5Gh5W�566666;6H6	N6X6	l6v60�6�6�6�6�677)7>67u7"�74�7%�78+8=8	D8	N8X8j8z8�8�8$�8�8�899"'9&J9q9�9�9)�9)�9::!8:Z:a:m:	}:F�:
�:�:�:;.;4;
:;H;];d;p;
�;�;�;y�;�.<��<k=	|=	�=�=�=�=B�=>B,>Do>�>�>%�>-?$A?/f?&�?-�?$�?D@'U@ }@�@�@
�@�@'�@)A%2A'XA�A�A�A
�A�A�A�AB\BqB�B�B�B�B�B�BC#C@C]CzC�C�C�C�CDD
-D8DND
fD�qDVEE�E �E�E�EFE
F;PF7�F�F�F�F	�F�FGG	GG-G9GWG	kGuG�G�G�G$�GT�G'(HPHVHXHZH\H
_IjIwI�I�I�I
�I�I
�I(�I(	J%2J)XJ$�J$�J9�JsK2zKJ�K)�K)"L(LL5uL6�L5�LM#0M TM uM �M �M �M �MN:N QN3rN�N�N
�N�N&�NOO-O=OOLO#�O�O�O'�O1P3QP9�P1�PX�PGJQ:�Q1�Q�Q+RA<RN~R�R@�RM&StS&�SB�S8�Sh.T�TJ�TH�TJHUQ�U�U1�U\+VF�VI�VGWHaW�W@�W,X:/XjX}X>�XD�X*!YLY%jY3�Y_�Y$Z3Z<ZIZfZ{Z�Z�Z"�Z*�Z,[*2[+][�[?�[�[		\\.\4\F\&Y\
�\D�\�\�\%�\(]dE]�]�]
�]�]�]"�]!^=^(\^+�^�^q�^I2_|_8�_L5`^�`o�`QQa�a�a�a��a3�b1�b&)cPc`crc{c�c�c�c�c�cd2dQdqd�d�d�d�de#e$9e^eme�e
�e�e$�e�e+f"3f<Vf!�f,�f+�f g//g._g�g�g�g�g�g-�gh-hIh_h{h�h"�h �h�hiL!inii�i
�i	�iX�i_jkj{j&�j�j�j�j�j
�j�j�j:kMk_kfk(vk"�k�k�k>�k'l'Gl'ol%�l�l�l�l	�l	mm$m9mYmimrm�m#�m�m�m�m"n%n,n<n&Tn${n�n�n�n	�n�nooL0o}o)�o!�o�o�oppp5p;p!Gpip{p�p��p�Kq��q�r�rs%s5s$Es\js/�sJ�sOBt�t�t7�t@�t6=u@tu6�uB�u8/v;hv)�v'�v&�vw)w8wHw%hw�w&�w
�w�w�wxx*x9xWxitx&�x
yyy0yGy]y3wy"�y"�y"�y"z"7z"Zz"}z�z�z�z	�z �z{
-{8{~W|�|�|�|}/}B7}8z}.�}�}�}~~ ~6~
<~G~L~f~}~�~	�~ �~�~�~�~,Q2'�����% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s&larr; Older Comments&larr; Previous(Edit), 1 Comment<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor: %sBelow NavigationBlog/Archive and Search Pages LayoutBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategoryCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the sticky options for content and sidebar areas.Check to activate the unique post system for the bundled widgetsCheck to disable auto slide.Check to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the ajax load more button to load further posts from chosen category or from latest post.Check to display the content in the popupCheck to display the link to the author page in the Author Bio sectionCheck to display the posts from child category of the chosen category.Check to display the random post from either the chosen category or from latest post.Check to display the view all button to link that button to the specific category chosen in this widget.Check to enable auto slide.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the option that you wantChoose the required category to display as the latest posts:Choose the required option to display the latest posts from:Choose your site layout. The change is reflected in whole siteColor OptionsColorMagColorMag ProColorMag Theme Important LinksComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Copyright &copy; Custom CSSDate in header display type:Day: %sDefault (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownEditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsError 404 Page SidebarExample WidgetFacebookFadeFeatured ImageFeatured image with post titleFooter Copyright EditorFooter MenuFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle-PlusHeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHorizontalImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksLoad MoreMaximum Slide Rows:Month: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No CommentsNo Sidebar Content CenteredNo Sidebar Full WidthNo commentsNo more postNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Oops! That page can&rsquo;t be found.Page Title. Default is 34pxPage title color.Pages:Pingback:PinterestPost Meta DisplayPost NavigationPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPost navigation to be shown as:Posts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Slide Direction:Slide Duration Time (in ms):Slide Mode:Slide OptionsSlide Row Height (in px):Slider OptionsSocial OptionsSocial Share ButtonSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky Content And SidebarSticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosTheme Default SettingTheme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle:Titles related font size optionsTransition Pause Time (in ms):Transition Speed Time (in ms):TwitterType 1 (Default): Header text & logo on left, header sidebar on rightType 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageVerticalVideosView AllView DemoView a random postWide LayoutWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126PO-Revision-Date: 2019-05-16 09:20:45+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: it
Project-Id-Version: Themes - ColorMag Pro
% Commenti%1$s in %2$s%1$s ha %2$s articoli e più.%s&larr; Commenti meno recenti&larr; Precedente(Modifica), 1 Commento<i class="fa fa-comment"></i> 0 Commenti<i class="fa fa-comment"></i> 1 Commento<i class="fa fa-comment"></i>Commenti<i class="fa fa-comments"></i> % Commenti<i class="fa fa-history"></i>Recenti<i class="fa fa-star"></i>Più letti<span class="meta-nav">&larr;</span> Articoli più vecchi<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Attiva l'area con i collegamenti ai social networkWidget per visualizzare video (attualmente supporta solo YouTube e Vimeo).Aggiungi qui il tuo annuncio da 125x125pxAggiungi qui il tuo annuncio da 300x250pxAggiungi qui il tuo annuncio da 728x90pxAggiungi qui le immagini per gli annunci da 728x90px Aggiungi qui le immagini per gli annunci da 300x250px Aggiungi qui le immagini per gli annunci da 728x90px Impostazioni aggiuntiveIcone Aggiuntive per Social NetworkCollegamento social aggiuntivo 5Collegamento social aggiuntivo 4Collegamento social aggiuntivo 1Collegamento social aggiuntivo 6Collegamento social aggiuntivo 3Collegamento social aggiuntivo 2Annunci sopra il pié di paginaImmagine dell'annuncioLink dell'immagine dell'annuncioCarattere per tutti i titoli (default: "Open Sans")ArchiviDigressioniAutore: %sSotto il menu principaleLayout delle Pagine Archivio e RicercaLayout con spazi ai latiUltime notizieSfondo pulsantiTesto pulsantiTesto per bottoni "Leggi il seguito", "Invia", "Commenta", etc. (default: 12px)Articoli di una specifica categoriaOpzioni colori categorieImpostazioni colori categorieModifica la dicitura "Leggi il seguito"Da qui puoi gestire delle impostazioni aggiuntiveModifica le impostazioni dei colori come preferisciDa qui puoi gestire le impostazioni dell'aspetto del sitoDa qui puoi gestire le impostazioni della testataModifica il testo del pulsante 'Leggi il seguito" come più appropriato per il tuo sito.Cambia le impostazioni dei collegamenti ai social network come desideriModifica le Impostazioni Tipografiche come più preferisciCambia il colore di ogni categoria come desideri.Vuoi barare, eh?Disabilita modalità a scorrimento (slider)Seleziona per attivare l'area con i collegamenti a social networkMostra i pulsanti in calce agli articoli per la condivisione su social networkAttiva i post correlatiAttiva lo scorrimento indipendente di contenuti e barre lateraliAttiva il sistema di univocità degli articoli per i widgets inclusi nel temaDisabilita automatismoDisabilita il pulsante 'Torna in Cima'Mostra l'icona per leggere un articolo casuale nel menu principaleSeleziona per mostrare l'icona Cerca nel menu principaleMostra il pulsante 'Carica altri' per caricare ulteriori articoli recenti o dalla categoria selezionata.Mostra contenuti in un popupMostra il link alla pagina web dell'autore nelle informazioni biografiche.Mostra gli articoli delle categorie affiliate alla categoria selezionataMostra un articolo a caso tra quelli recenti o della categoria selezionataMostra il pulsante Vedi Tutti per andare all'archivio della categoria selezionataAbilita automatismoSeleziona per abilitare la sezione Ultime notizieMostra l'immagine in evidenza dell'articolo sopra il titolo dell'articolo stesso (lightbox).Mostra articoli più letti in base al contatore delle visualizzazioni.Seleziona per fissare in alto il menu primario quando si scorre la paginaNascondi gli articoli del blog/una pagina statica nella pagina inizialeL'immagine della testata deve avere un collegamento alla pagina inizialeMostra in un nuovo tabMostra profili dei Social Network nelle informazioni biograficheSeleziona per mostrare la data nella testataSeleziona per mostrare l'icona Home Page nel menu primarioScegli un'immagineAnimazione delle Ultime NotizieScegli il tipo di visualizzazione della testata che preferisciDefinisci il layout per pagine blog, archivi e risultati di ricerca.Scegli dove visualizzare le Ultime NotizieScegli l'opzione che desideriCategoria degli articoli da mostrare:Scegli quali articoli mostrare come Ultime Notizie:Scegli il layout del tuo sito. La modifica avrà effetto sull'intera esperienza di navigazione.Opzioni coloreColorMagColorMag ProColorMag: Collegamenti UtiliNavigazione commentiI commenti sono chiusiPagina di contattoContact Page AreaModello per una pagina di contattoContenuto della sezione centrale inferioreContenuto della sezione centrale di sinistraContenuto della sezione centrale di destraTitoli all'interno dei testi (h1, h2, etc.)Contenuto della sezione in altoCarattere per contenuti e altri elementi (default: "Open Sans")Contenuti: Dimensione CaratteriContenutiSfondo dell'area contenutiTestoCopyright &copy; CSS personalizzatoTipo di data visualizzata nell'header:Giorno: %sPredefinito: primo elemento a tutta ampiezza e successivi affiancatiLayout predefinitoLayout predefinitoLayout predefinito solo per le pagineLayout predefinito solo per gli articoliPredefinito: mostra l'immagine della testata tra il titolo/descrizione del sito e il menu principaleDescrizioneOpzioni designDisabilitaNascondi l'autoreNascondi le categorieNascondi il contatore dei commentiNascondi la data di pubblicazioneNascondi il bottone 'Modifica'Nascondi tutti i metadati degli articoliNascondi il contatore delle visualizzazioniNascondi i tagScegli se mostrare nella barra scorrevole (slider) gli ultimi articoli o gli articoli di una categoria specifica.Visualizza gli ultimi articoli o gli articoli di una categoria specifica.Mostra gli ultimi articoli o gli articoli di una categoria specifica. Adatto per l'area accanto alla barra scorrevole (slider).Mostra l'immagine della testata sotto il menu principaleMostra l'immagine della testata proprio sopra il titolo/descrizione del sitoMostra le Ultime Notizie con scorrimento verticale. Adatto a barre laterali destra e sinistra.Mostra articoli e commenti più recenti e più letti in diversi tab. Adatto a barre laterali destra e sinistra.Mostra articoli scelti casualmente. Adatto alle barre laterali destra o sinistra.DocumentazioneVerso il bassoModificaModifica le informazioni di copyright nel piè di pagina. Si possono usare le abbreviazioni [the-year], [site-link], [wp-link], [tg-link] per indicare rispettivamente l'anno corrente, il link al proprio sito, al sito WordPress e al sito ThemeGrill.Durata di ciascuna Ultima Notizia nell'intestazioneVelocità per le Ultime Notizie nell'intestazioneTesto da anteporre alle Ultime NotizieArea Errore 404Esempio di widgetFacebookDissolvenzaImmagine in evidenzaTitolo e immagine articoloEditor copyright piè di paginaMenu per il Piè di paginaPiè di pagina basso: colonna 4Piè di pagina basso: colonna 1Piè di pagina alto: colonna 1Piè di pagina basso: colonna 3Piè di pagina alto: colonna 3Piè di pagina basso: colonna 2Piè di pagina alto: colonna 2Link nel testo del copyrightSfondo del copyrightTesto del copyrightTesto del copyright (default: 14px)Piè di pagina: Dimensione CaratteriPiè di paginaTesto del menu piccoloMenu piccolo (default: 14px)Sfondo widgetContenuti dei widgetContenuti dei widget (default: 14px)Link nei contenuti dei widgetDalle impostazioni della data di WordPress Impostazioni della pagina inizialePagina iniziale: area accanto alla barra scorrevole (slider)Pagina iniziale: sezione in bassoPagina iniziale: sezione centrale a sinistraPagina iniziale: sezione centrale di destraPagina iniziale: sezione in altoPagina iniziale: area barra scorrevole (slider)Pagina Iniziale: Area Superiore Tutta AmpiezzaImpostazioni Google FontGoogle-PlusIn testa alla paginaIntestazioneVisualizzazione TestataScegli la posizione dell'immagine di testata.Logo intestazioneSolo logo nell'intestazioneOpzioni della testataIntestazione barra lateraleSolo  testo nell'intestazione Sfondo dell'intestazioneIntestazione: Dimensione CaratteriPosizione immagine nella testataScorrimento orizzontaleImmagine lightboxGrande: 1400x600px (adatto a Pagina Iniziale: Area Superiore Tutta Ampiezza)Media: 800x445pxDimensione immagine:ImmaginiLink utiliInstagramNon abbiamo trovato niente in questa pagina. Perché non provi con il motore di ricerca?Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca potrebbe essere di aiuto.Ultimi articoliUltimo:Il layout sarà come quello qui sotto:SinistraBarra laterale sinistraLinksCarica altriNumero righe:Mese: %sCommenti più recenti &rarr;Articoli più recenti <span class="meta-nav">&rarr;</span>Successivo &rarr;&rarr;Nessun commentoSenza barra laterale, contenuto centratoSenza barra laterale, tutta paginaNessun commentoNessun altro articoloNumero di articoli più letti, recenti o commenti da mostrare:Numero di articoli da mostrare:Numero di articoli casuali da mostrare:Numero di articoli recenti da mostrare:Oops! La pagina non è stata trovata.Titolo Pagina (default: 34px)Titolo delle PaginePagine:Pingback:PinterestVisualizzazione MetadatiNavigazione ArticoliTitolo Articolo (default: 32px)Autore articoloMetadatiMetadati (default: 12px)Navigazione articoliMostra la Navigazione Articoli con:Titolo degli ArticoliRealizzato con Colore del collegamentoIcona FontAwesome del collegamento&larr;Menu principaleOpzione colore primarioMenu principale (default: "Open Sans")Testo dell'elemento menu selezionatoTesto del menu principaleMenu principale (default 14px)Sotto-menu (default 14px)CitazioniArticolo casualeVota questo temaLeggi il seguitoPronto a pubblicare il tuo primo articolo? <a href="%1$s">Inizia da qui</a>.Post correlatiArticoli correlati in base alle categorieArticoli correlati in base ai tagGli articoli correlati saranno:RispostaDestraBarra laterale destraPulsante Torna in CimaCercaIcona cercaGuarda tutti gli articoli di %1$sSeleziona aspettoSeleziona un'immagineSeleziona una categoriaSeleziona un layout predefinito per le pagine. Questo layout verrà applicato a tutte le pagine a meno che queste abbiano già impostato un layout personalizzatoSeleziona un layout di default per gli articoli. Questo layout verrà applicato a tutti i singoli articoli a meno che questi abbiano già impostato un layout personalizzatoSeleziona un layout predefinito. Questo layout verrà applicato all'archivio, alle categorie, alla pagina di ricerca e così via. I layout per i singoli articoli e per le pagine possono essere gestiti nelle opzioni sottostantiCondividi l'articoloMostra entrambiMostra la dataMostra l'icona per la pagina inizialeUltimi articoliVisualizza articoli da una categoriaMostra i widget accanto alla barra scorrevole (slider). Adatto per TG: articoli in evidenza.Visualizza widget immediatamente sotto al menu.Mostra widget sotto al menù. Adatto per TG: Slider Categorie in Evidenza.Mostra i widget proprio sopra il pié di pagina, adatto per TG: widget 728x90pxMostra widgets a sinistraMostra widgets a destraMostra widgets nella quarta colonna del piè di pagina.Mostra widgets nella prima colonna del piè di pagina superiore.Mostra widgets nella prima colonna del piè de pagina.Mostra widgets nella terza colonna del piè di pagina superiore.Mostra widgets nella terza colonna del piè di pagina.Mostra widgets nella seconda colonna del piè di pagina superiore.Mostra widgets nella seconda colonna del piè di pagina.Mostra widgets nella testata, sopra il menu di navigazione.Mostra widgets nel Contact Page Template.Mostra widgets nella pagina Errore 404.Titolo dei widget nelle barre lateraliLayout sitoMotto del sitoTitolo del sitoMotto del sito: (default: 16px)Motto del sito (default: "Open Sans")Titolo del sito (default: 46px)Titolo del sito (default: "Open Sans")Direzione:Pausa animazione (ms):Animazione:Opzioni ScorrimentoAltezza riga (px):Opzioni SliderOpzioni per i social networksPulsanti Condivisioni SocialNon c’è nessuna corrispondenza con i termini di ricerca che hai indicato. Riprova con termini diversi.Scorrimento Contenuti e Barre LateraliMenu fissoSupportoTG: annuncio 125x125pxTG: annuncio 300x250pxTG: annuncio 728x90pxTG: Widget Ultime NotizieTG: barra scorrevole (slider) categorie in evidenzaTG: articoli in evidenza (Stile 1)TG: articoli in evidenza (Stile 2)TG: articoli in evidenza (Stile 3)TG: articoli in evidenza (Stile 4)TG: articoli in evidenza (Stile 5)TG: articoli in evidenza (Stile 6)TG: articoli in evidenza (Stile 7)TG: Articoli EvidenziatiTG: widget articolo casualeTG: widget con schedeTG: videoImpostazioni pedefinite del temaTema: ColorMag Pro di ThemeGrillQuesto è un widget di esempio che mostra l'aspetto predefinito della barra laterale %s. Puoi aggiungere dei widget personalizzati dalla %spagina di configurazione dei widget%s nel pannello di amministrazione. Se aggiungi widget personalizzati, essi sostituiranno il widget predefinito.La modifica avrà effetto sui link, i pulsanti e su molti altri elementi della pagina. Scegli un colore adatto per il tuo sitoTitolo:Titoli: Dimensione CaratteriPausa transizione (ms):Velocità transizione (ms):TwitterTipo 1 (default): testo e logo a sinistra, barra laterale a destraTipo 2: barra laterale a sinistra, testo e logo a destraTipo 3: tutti gli elementi allineati al centroOpzioni TipograficheArticoli uniciVerso l'altoUsa immagineScorrimento verticaleVideoVedi TuttiDemoLeggi un articolo casualeLayout a tutto schermoTitolo Widget (default: 18px)Titolo dei widgetWordPressScrivi il tuo CSS personalizzatoAnno: %sPotrebbe anche interessartiYoutubeIl tuo commento deve ancora venire moderato.Un pensiero riguardo &ldquo;%2$s&rdquo;%1$s pensieri riguardo &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/dice:126PK�
�[Z��l�l�languages/pt_BR.monu�[��������-�-
�-�-!�-�-a�-nL.�.n�.3/I/Y/s/z/�/�/	�/w�/(0'70$_0)�0#�0!�00�0s%1��1��23%3<3U3e3w3!�3�3�3G�3#.4#R4"v4*�4*�4)�4555H5`5|5�5�5�5�56%6:6'T6|6	�6�6
�6�6�6�6
�6�6�6�677+7G7a7y7�7�7�7
�7�7
�7
�7
�7
8
8
'8
58
C8Q8*]8$�8�8
�8�8�8�8�8
99&929K9Y^9�9
�9�9�9�9�9::
#:1:=:J:`:u:4�:4�:/�:0-;0^;0�;4�;4�;6*<4a<3�<5�<<=4==r=3�=#�=5�=E>#Z>C~>@�>-?1?N?*n?9�?4�?j@js@)�@3AF<AF�AU�A" B>CBh�B�BC)&CCPC/�C7�C2�C5/DeD1�DK�D%E&E3?E sE/�El�E1FAF>`F'�F$�F,�FHG3bG<�G<�GH*0H<[H<�H.�H>I
CIQIXIaIvI
�I�I�I�I�I�IJJ2J7JJ�J�J�J�J
�J�JKKA*KlKyK�K�K�K�K�K;L?L3SL�Lm�LM!*MLM`MrM
xM�M	�M�M�M�MA�M6,NcNrN�N$�NT�N	O
#O
1O<OHOWO_O-wO/�O/�O+P21PLdP0�P+�PQ-Q=QXQUvQ3�Q`RaR-yR&�R1�R8S9S/QS�SV�Sm�SNWT
�T�T��T�U�U�U�U��U	mVwV;�VQ�V8W-QWW�W4�W�W�W�WXGXbXdXmX
rX}X�X�X�X(�X	YYYY1YCY[YyY�Y�Y�Y�Y�YZ%ZDZaZ!~Z'�Z�Z0�Z[/[;[U["s[%�[�[�[0�[&*\Q\m\�\"�\'�\(�\]4]L]9l]�]�]�]�]�]�]^^C(^l^$^M�^�^�^__&_3_@_M_Z_g_n_�_�_�_�_�_�_�_�_`+`I`U`u`�`�`�`�`
�`�`Pa"Xa{a�a�a�a	�a �aX�aG4bW|b�b�b	�b�bcc4c9cFcYc	ncxc�c	�c
�c�c�c�c�c	�c�cddddd0%dVdbdxd�d�d	�d�d�d�d�d�d>�d;eUe"qe4�e
�e=�e%f;fKfbfHzf(�f(�fgg4gPgbg
igtg�g�g	�g	�g�g	�g�g�g�g�ghh
+h6hJhfhrh$�h�h�h�h�h�h"�h& iGi"ai�i�i�i)�i)�ij2jQj"oj!�j�j�j�j�j	�j	�j�jkF.kBuk�k
�k�k�k�kl&l:lLlRlol
ul�l�l�l�l�l�l
�l�l�l�l�l�l
�lm
mm/mBmyRm��m�Tn
	oo!o3=oqo�o	�o	�o�o�o�o�o�o�op.pBBp�pB�pD�p*qFq*cq+�q%�q-�q$r/3r&cr-�r$�rD�r/"s'Rs zs�s�s
�s�s'�s)t%/t'Ut
}t�t�t�t�t
�t�t�t�tu,u@u\\u�u
�u�u�u�uvvv"v*v2v:vTvnv�v�v�v�v�vw w=wZwww�w�w�w�w�wx
x(x4x9xExfQx�x��y�^z��z��{�u|�}��}�~�~�~�~�~
�(���ހV��	�"�/� 6�
W�b�	k�u�������Ђ
��
����E�_�;f���7�����%
�	0�:�L�O�X�	^�h�o�	x���������������
��̄؄���7�P�d�~�&��…	ׅ������	�
�)�;/�rk�އ$���T%�'z�(��ˈψ؈܈���������/�@2�Ms���ԊT�p�����������
���̋,j�+��(Ì-�$�!?�2a�s��5��>�Əӏ ��+�E�3_�)�� ��Vސ%5�%[�$��-��,ԑ,�).�X�l�������Ғ���:�Q�7p���
����“Փ�"�	4�>�F�"R�u��� ����Ԕ���0�K�]�p���������ʕܕ��:�/L�|���������$і��	��)�A�sY�͗
ϗ	ڗ�%�)�B�J�Q�`�q�����)��3ޘC�8V�4��3ę8��I1�?{�L��B�?K�C��Pϛ. �O�2`�5��SɜM�*k�=��IԝC�*b�*��-��D�6+�}b�}�'^�@��OǠL�Pd�&��Gܡn$�'��.��2�M�Lk�@��O��II�!��K��^�/`�!��;��'�7��N�Ԧ3�G�<c�&��;ǧW�8[�O��R� 7�<X�@��?֩-�AD�����������
Ԫ�����;�W�j�~�A��"ث���'�/�)H�r���J������:�&A�"h�!��O����6�)S��}�(�%<�b�}�����/�����#�M7�:����ϰ$ް,�P0�	����������	ӱ ݱ9��=8�Av�8��F�Y8�F��9ٳ%�9�J�c�[��<ߴe���3�� ӵ7�=,�j�P�жf�}H�QƷ�'��.������$�	 �*�@F�[��E�6)�`�e�J{�ƻػ���W�u�w���
������)ż$�/�D�K�P�W�t���0��ֽ���#�8�N�d�}�����%ƾ/�%�<B�'���%��(߿*�13�"e�&��E��7��(-�"V�'y�.��3�2�/7�g�/��L����*�
G�U�u�����S����4�_F�������������$�6�
H�S� s�!�����������5�*Q�/|���$��$��$�$0�U�\�
v���i��)��(�;� C�d�	v�5��c��J�Ze���	��	������0�8�A�R�i�������
��
����3�����,�5�7�:�>�B�E�8b�������������$��
�(�9�M�CT���"��&��;��7�EH�+��������V
�8d�7���� ��%�)�	D�N�Z�&t���	��	��
����
������<�P�e�t�"��
����9���(*�S�Y�
q�*�.�����������28�2k���(��!��"	�$,�Q�
k�v���
����!����G��\7�����#����-���&�>�T�!]����������������������	�����!�2�G�X�l�������)����y�����E�����
�)�8�R�e�{���������E��#>�Vb�H��#�"&�8I�7��'��0��&�0:�(k�0��&��<��C)�)m�'��$�������:�6T�6��2������$�@�O�!a�����#��!����j��
������	����������������7�!N�p���!���������?�_������������	!�+�0�
?�kM�6������u��
�������}$�����&�������	�
 �*+�V�X�o�\�������6�C�R�c�s�&����+�����"�)�6�>�ZO���P���G	�Q�h��+������������
����	��!�:�Q�`�e�g�k�
o�z���$����+���'�?�(^�6����	��������3�9E�F����T�&\�����L��'�(�B�F�U�Y�`�b�d�f�h�% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s = human-readable time difference<span class="posted-on human-diff-time-display">%s ago</span>%s = human-readable time difference<span class="tg-post-date posted-on human-diff-time-display">%s ago</span>%s Views%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Default) Display Excerpt(Edit)+1 This, 0 View1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API KeyAPI License ActivationAPI License DeactivationAPI License KeyAPI License emailAbove featured imageActivate ThemeGrill Demo importerActivate social links areaAdd the background link url.Add the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAscendingAsidesAuthor BioAuthor Bio LayoutAuthor Bio OptionsAuthor URL In Author BioAuthor: %sAuthorsAutoAutoplay Slider?Background ImageBackground Image Background Image AttachmentBackground Image PositionBackground Image RepeatBackground Image SizeBase Currency:Below NavigationBelow featured imageBlock Style 1Block Style 10Block Style 2Block Style 3Block Style 4Block Style 5Block Style 6Block Style 7Block Style 8Block Style 9Block TitleBlog/Archive and Search Pages Display TypeBlog/Archive and Search Pages LayoutBoth header and footerBottom CenterBottom LeftBottom RightBoxed LayoutBreadCrumb SettingBreaking NewsButton Text:Button URL:Button background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCCategoriesCategoryCategory Color OptionsCategory Color SettingsCategory Color in MenuCelsiusCenterCenter CenterCenter LeftCenter RightChange Read More TextChange View All TextChange You May Also Like TextChange the Additional Settings from here as you wantChange the Author Bio Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Read Next text as required for your site.Change the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the View All text as required for your site.Change the WooCommerce Settings from here as you wantChange the You May Also Like text as required for your site.Change the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the reading progress indicator in single post page.Check to activate the related postsCheck to activate the sticky options for content and sidebar areas.Check to activate the unique post system for the bundled widgetsCheck to disable auto slide when mouse hover.Check to disable auto slide.Check to disable the Author BioCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the ajax load more button to load further posts from chosen category or from latest post.Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings.Check to display the content in the popupCheck to display the featured image in single page.Check to display the link to the author page in the Author Bio sectionCheck to display the posts from child category of the chosen category.Check to display the random post from either the chosen category or from latest post.Check to display the reading time.Check to display the related post when browser scrolls at end.Check to display the view all button to link that button to the specific category chosen in this widget.Check to enable auto slide.Check to enable schema markup.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make dofollow link.Check to make header image link back to home pageCheck to register different sidebar areas to be used for WooCommerce pages.Check to show category color in menu.Check to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuCheck to show the image caption under the featured image in archive, search as well as the single post page.Choose an imageChoose post meta display type:Choose the animation style for the Breaking News in the HeaderChoose the author bio layout as needed.Choose the color skin for your site.Choose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose the related posts layout as needed.Choose the required category to display as the latest posts:Choose the required option to display the latest posts from:Choose to display the post content or excerpt:Choose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro Food RecipeColorMag Pro Health BlogColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridColumn:Comment CountComment Title. Default is 24pxComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContainContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent font size, also applies to other text like in search fields, post comment button etc. Default is 15pxContent part color optionsContent section background color.Content text color.Copyright &copy; CoverCustom CSSCustom link to header image Dark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDemo ImporterDescendingDescriptionDesign OptionsDisableDisable post navigationDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display Call To Action Widget.Display ContentDisplay Currency Exchange.Display featured image/video:Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display published date Display published date in "X time ago" formatDisplay the Google Maps for your site.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:Display video playlist from Video Post Formats.Display weather.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EENEESEEditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.ElementorEnter API Key hereEnter the duration time for the Breaking News in the HeaderEnter the number of Words you wish to show on excerpt. Default value is 20 words.Enter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetExcerpt LengthExchange Currencies:Exchange Rate API KeyExchange rate requires <a href="%s" target="_blank">API Key</a> to workFFacebookFadeFahrenheitFeatured ImageFeatured Image CaptionFeatured Image In Single PageFeatured image with post titleFeatured image with post title (Style 2)FilterFixedFlickrFlyout Related PostFooter BackgroundFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter Sidebar Four ( Lower )Footer Sidebar Full WidthFooter Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter onlyFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget Titles. Default is 18pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaFull Width (Featured image on top and post excerpt below)Get API KeyGet City IDGoogle Font OptionsGoogle FontsGoogle Maps Zoom Size:Google Maps height in px:Google PlusGoogle-PlusGoogleMap requires <a href="%s" target="_blank">API Key</a> to workGoogleMaps API KeyGoogleMaps requires API Key to work.Grid Layout (Featured image on top and post excerpt below in two column grid)Grid Style 1Grid Style 2Grid Style 3Grid Style 4Grid Style 5Grid Style 6Grid Style 7Grid Style 8Grid Style 9HeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHeader onlyHeading h1 tag. Default is 36pxHeading h4 tag. Default is 24pxHeading h5 tag. Default is 22pxHeading h6 tag. Default is 18pxHideHide post details.HorizontalImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksImportant Notice:InstagramInstall ThemeGrill Demo importerInvalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. It looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Latitude:Layout will be as below:Layout:Learn more about demo importer!LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksLoad MoreLongitude:Magazine TemplateMain Header Area Display TypeMake the menu stickyMaximum Slide Rows:Month: %sNNENNENNWNWNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;Next post linkNext &rarr;NoNo CommentsNo RepeatNo Sidebar Content CenteredNo Sidebar Full WidthNo commentsNo more postNoneNumber of popular posts, recent posts and comments to display:Number of post to displayNumber of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Offset Posts:One Column (Featured image on left and post excerpt on right)Oops! That page can&rsquo;t be found.Open in new tabOpenWeatherMap API KeyOpenWeatherMap City ID:OpenWeatherMap requires <a href="%s" target="_blank">API Key</a> to workOpenWeatherMap requires API Key to work.OpenWeatherMap requires City ID to work.Orderby:Page Builder TemplatePage Title. Default is 34pxPage title color.Pages:PaginationPause On Hover?Permissions check failed.Pin ItPingback:PinterestPost AuthorPost DatePost IDPost Meta DatePost Meta DisplayPost Modified DatePost Name(Slug)Post NavigationPost TitlePost Title PositionPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPost navigation to be shown as:PostsPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Previous post link&larr; PreviousPrimary MenuPrimary color optionPrimary menu background color.Primary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu top border color.Primary menu. Default is 14pxPrimary sub menu background color.Primary sub menu. Default is 14pxProgress Bar ColorQuotesRandom PostRate This ThemeRead NextRead moreReading Progress IndicatorReading Time DisplayReady to publish your first post? <a href="%1$s">Get started here</a>.Ready to start importing available demos with just a single click?RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:RepeatRepeat HorizontallyRepeat VerticallyReplyReveal the menu on scroll upRightRight SidebarSSESSESSWSWSave ChangesSchema MarkupScrollScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect authorSelect authors:Select categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsSelect tagSelect tags:Select the option you want:Select the post title position in single post page.Share This Post:ShowShow BothShow DateShow Home IconShow PaginationShow latest PostsShow posts from a categoryShow posts from a tagShow posts from an authorShow posts from authorShow posts from tagShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at WooCommerce Left sidebar.Shows widgets at WooCommerce Right sidebar.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets just above footer copyright area.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Skin ColorSkypeSlide Direction:Slide Duration Time (in ms):Slide Mode:Slide OptionsSlide Row Height (in px):Slider OptionsSocial OptionsSocial Profiles in Author BioSocial Share ButtonSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sort Order:SoundCloudStandard FontsSticky Content And SidebarSticky MenuStumbleUponStyle 1Style 2Style 3Style 4SupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Call To ActionTG: Currency ExchangeTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Featured Videos PlaylistTG: Google MapsTG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosTG: WeatherTagsText Align:Text Color:The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThemeGrill Demo ImporterThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle URLTitle WidgetTitle:Titles related font size optionsTop CenterTop LeftTop RightTotal ViewsTransition Pause Time (in ms):Transition SpeedTransition Speed Time (in ms):Transition TimeTrending NewsTumblrTweet ThisTwitterType 1 (Default)Type 1 (Default): Header text & logo on left, header sidebar on rightType 2Type 2: Header sidebar on left, header text & logo on rightType 3Type 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUpper footer widget background color.Use imageUser Social LinksVKVerticalVideoVideo URLVideosView AllView DemoView a random postVimeo Video ID:Vimeo-SquareVineWWNWWSWWhite SkinWide LayoutWidget TitleWidget Title. Default is 18pxWidget title color.WooCommerce Archive Page LayoutWooCommerce Left SidebarWooCommerce OptionsWooCommerce Right SidebarWooCommerce Shop Page LayoutWooCommerce Single Product Page LayoutWoocommerce SettingsWordPressWrite your custom cssXingYear: %sYesYou May Also LikeYou are here:You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.You have not added Fixer API Key. Add it from %1$shere%2$s.You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting.YouTubeYour comment is awaiting moderation.YoutubeYoutube Video ID:comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/https://themegrill.com/wordpress-themes/m/smin readmphsays:1236404PO-Revision-Date: 2020-01-23 15:13:30+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: pt_BR
Project-Id-Version: Themes - ColorMag Pro
% comentários%1$s em %2$s%1$s tem %2$s posts e contando.%s<span class="posted-on human-diff-time-display">%s atrás</span><span class="tg-post-date posted-on human-diff-time-display">%s atrás</span>%s visualizações%s não foi ativado. Vá para a página de configurações e insira a chave de licença e o email de licença para ativar o %s.&larr; Comentários antigos&larr; Anterior(Padrão) Exibir resumo(Editar)+1 isso, 0 visualizações1 comentário<b>Atenção!</b> Você está bloqueando as requisições externas, isso significa que não será possível obter as atualizações de %s. Adicione %s na %s.<i class="fa fa-comment"></i> 0 comentários<i class="fa fa-comment"></i> 1 Comentário<i class="fa fa-comment"></i>Comentário<i class="fa fa-comments"></i> % Comentários<i class="fa fa-history"></i>Recente<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Posts antigos<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Não foi possível encontrar uma chave de licença para %s. Talvez você tenha se esquecido de inserir uma chave de licença ao configurar o %s ou a chave tenha sido desativada na sua conta. Você pode reativar ou comprar uma chave de licença a partir do <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s não foi encontrada. Você pode adquirir uma assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.Chave da APIAtivação da licença da APIDesativação da licença da APIChave da licença da APIE-mail da licença da APIAcima da imagem destacadaAtivar o importador de demonstração do ThemeGrillAtivar a área de links das redes-sociaisAdicione o URL do link de fundo.Adicione os vídeos aqui, são aceitos apenas vídeos do YouTube e Vimeo por enquanto.Adicione sua publicidade 125x125 aquiAdicione sua publicidade 300x250 aquiAdicione sua publicidade 728x90 aquiAdicione a imagem da publicidade 125x125 aquiAdicone a imagem da publicidade 300x250 aquiAdicione a imagem da publicidade 728x90 aquiAdicione o título do bloco personalizadoOpções adicionaisÍcones sociais adicionaisLinks social adicional 5Links social adicional 4Links social adicional 1Links social adicional 6Links social adicional 3Links social adicional 2Publicidade acima do rodapéImagem de publicidade Link de publicidade da imagem Fonte para todos os títulos. O padrão é "Open Sans".ArquivosAscendenteNotasBiografia do autorLayout da biografia do autorOpções de biografia do autorURL do autor na biografia do autorAutor: %sAutoresAutomáticoReproduzir Slider automaticamente?Imagem do fundoImagem do fundo Comportamento de imagem de fundoPosição da imagem de fundoRepetição da imagem de fundoTamanho da imagem de fundoMoeda base:Abaixo da navegaçãoAbaixo da imagem destacadaEstilo de bloco 1Estilo de bloco 10Estilo de bloco 2Estilo de bloco 3Estilo de bloco 4Estilo de bloco 5Estilo de bloco 6Estilo de bloco 7Estilo de bloco 8Estilo de bloco 9Título do blocoTipo de Exibição das páginas de Blog/Arquivo e PesquisaLayout das páginas do Blog/Arquivos e PesquisaCabeçalho e rodapéBase ao centroBase à esquerdaBase à direitaLayout quadradoConfiguração do caminho percorridoÚltimas notíciasTexto do botão:URL do botão:Cor do fundo do botão.Cor do texto do botão.Tamanho da fonte do texto do botão (Botões como Ler mais, Enviar, Deixe seu comentário, etc.). O padrão é 12pxCCategoriasCategoriaOpções de cores da categoriaConfigurações de cores de CategoriaCor de categoria no menuCelsiusCentroMeio ao centroMeio à esquerdaMeio à direitaMudar o texto "Leia mais"Alterar o texto Ver tudoAlterar o texto Você também pode gostarAltere as configurações adicionais aqui se quiserModifique as configurações de biografia do autor aqui como quiserAltere as definições de cor a partir daqui como quiserAltere aqui as configurações do design como quiserMude aqui as configurações do rodapé como quiserAltere aqui as configurações do cabeçalho como quiserAltere o texto de "Leia a seguir" conforme seja adequado para o seu site.Altere o texto "Ler mais" conforme necessário para o seu site.Altere as configurações dos Links Sociais a partir daqui como você quiserAltere as configurações de tipografia a partir daqui como quiserAltere o texto "Ver tudo" conforme necessário para o seu site.Altere as configurações do WooCommerce a partir daqui como quiserAltere o texto "Você também pode gostar" conforme necessário para o seu site.Altere as cores de cada categoria como quiser.Trapaceando, é?Marque se não ter o efeito de slider neste widgetMarque para ativar a área de links das redes-sociaisMarque para ativar botões de compartilhamento social na página individual do postMarque para ativar o indicador de progresso da leitura em um post individual.Marque para ativar os artigos relacionadosMarque para ativar as opções de conteúdo e laterais fixas.Marque para ativar o sistema exclusivo de posts para os widgets agrupadosMarque para desativar o deslizamento automático ao passar o mouse.Marque para desativar o slide automático.Marque para desativar a biografia do autorMarque para desativar o botão de ir ao topo.Marque para exibir o ícone de artigos aleatórios no menu principalMarque para exibir o ícone de busca no menu principalMarque para exibir o botão de "Carregar mais" via ajax para carregar mais posts da categoria escolhida ou de posts recentes.Marque para exibir o caminho de navegação. Nota: Suporta as definições de plugin BreadCrumb NavXT e Yoast SEO BreadCrumb.Marque para exibir o conteúdo no popupMarque para mostrar a imagem destacada nas páginas individuais.Marque para exibir o link para a página do autor na seção Biografia do autorMarque para exibir os posts da categoria descendente da categoria escolhida.Marque para exibir o posts aleatório da categoria escolhida ou do post recente.Marque para exibir o tempo de leitura.Marque para exibir o post relacionado quando o navegador rola ao final.Marque para exibir o botão "Ver tudo" e vincular esse botão à categoria específica escolhida neste widget.Marque para ativar o slide automático.Verificar para ativar a marcação de esquema.Marque para ativar a seção de últimas notíciasMarque para habilitar o lightbox para as imagens destacadas nos posts únicosMarque para ativar a popularidade dos posts por contagem de visualizações.Marque para ativar o comportamento persistente do menu principalMarque para esconder os posts do blog e da página estática da página inicialMarque para esconder a imagem destacada nas páginas individuais de post.Para para tornar o link dofollow.Marque para que a imagem do cabeçalho tenha um link para a página inicialMarque para registrar diferentes áreas da lateral a serem usadas nas páginas do WooCommerce.Marque para mostrar a cor da categoria no menu.Marque para mostrar numa nova abaMarque para mostrar os perfis sociais na biografia do autorMarque para exibir a data no cabeçalhoMarque para exibir o ícone 'Início' no menu principalMarque para mostrar a legenda da imagem abaixo da imagem destacada nos arquivos, pesquisa, e também na página individual dos posts.Escolha uma imagemEscolha o tipo de exibição dos metadados do post:Escolha o estilo de animação para as últimas notícias no cabeçalhoEscolha o layout da biografia do autor conforme necessário.Escolha a cor de skin para o seu site.Escolha o tipo de exibição do cabeçalho que você desejaEscolha a opção de layout para as páginas de blog, arquivo e resultados de pesquisa.Escolha o local/área para colocar as últimas notíciasEscolha o tipo de exibição total de área principal do rodapé que você querEscolha o tipo de exibição da área total do cabeçalho principal que você querEscolha a opção que você querEscolha o layout de posts relacionados conforme necessário.Escolha a categoria necessária para exibir como últimos posts:Escolha a opção necessária para exibir os últimos posts de:Escolha exibir o conteúdo do post ou resumo:Escolha o layout do site. A mudança será refletida no site todoOpções de corCor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionReceita de comida ColorMag ProBlog de saúde ColorMag ProColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro é a versão profissional do tema gratuito ColorMag.Links importantes do tema ColorMagColorMag Widget BlocksColorMag Widget GridColuna:Contagem de comentáriosTítulo do comentário. O padrão é 24pxNavegação dos comentáriosFechado para comentários.Falha na conexão com o servidor de licenças, tente novamente mais tarde.Página de contatoContact Page SidebarModelo da página de contatoConterSeção de conteúdo da base ao centroSeção do conteúdo meio-esquerdaSeção do conteúdo meio-direitaCor dos títulos das partes do conteúdo (como h1, h2 na seção de conteúdo).Seção do conteúdo principalFonte de conteúdo e outros. O padrão é "Open Sans".Opções de tamanho da fonte de conteúdoTamanho da fonte de conteúdo, também se aplica a outros textos como nos campos de pesquisa,  botão de comentários do post, etc. O padrão é 15pxOpções de cores de partes do conteúdoCor de fundo da seção de conteúdo.Cor do texto de conteúdo.Direitos autorais &copy; CobrirCSS PersonalizadoLink personalizado para a imagem do cabeçalho Skin escuraFormato de data no cabeçalho:Dia: %sDesative a chave da licença da APIDesativa uma chave de licença do API para que possa ser usado em outro blog.Padrão (Primeira imagem grande e outras duas lado a lado)Layout padrãoLayout PadrãoLayout padrão para páginas, apenasLayout padrão apenas para posts individuaisPadrão: Exibir a imagem do cabeçalho entre o título/texto e o menu principal.DeliciousImportador de demonstraçãoDescendenteDescriçãoOpções do designDesativarDesativar a navegação de postsDesativar o autor apenas na seção de metadados do post.Desativar a categoria apenas na seção de metadados do post.Desativar os comentários apenas na seção de metadados do post.Desativar a data apenas na seção de metadados do post.Desativar o botão de edição apenas na seção de metadados do post.Desativar totalmente a seção de metadados do post, ou seja, remover todos os metadados.Desativar a exibição do post apenas na seção de metadados do post.Desativar as tags apenas na seção de metadados do post.Exibir widget de chamada para ação.Exibir conteúdoExibir câmbio de moeda.Exibir imagem/vídeo destacada:Mostra todos os posts ou posts de uma categoria específica, que será usado como o slider.Mostra posts recentes ou posts de uma categoria específica.Mostra todos os posts ou posts de uma categoria específica. Adequado para a Área ao lado do Slider.Exibir data de publicação Exibir a data publicada no formato "X tempo atrás"Exibe o Google Maps no seu site.Exibir a imagem do cabeçalho abaixo do menu principal.Exibir a imagem do cabeçalho acima do título/texto do site.Mostrar os posts de:Exibir lista de reprodução de vídeos a partir de formatos de posts de vídeo.Mostrar o clima.Exibe as últimas notícias no modo de notícias deslizantes. Adequado para a lateral direita/esquerdaExibe os posts populares, posts mais recentes e comentários mais recentes em abas. Adequado para a lateral direita/esquerda.Exibe os posts aleatórios do seu site. Adequado para a lateral direita/esquerda.DocumentaçãoAbaixoA permissão de download para %s foi revogada, possivelmente devido a uma chave de licença ou assinatura expiradas. Você pode reativar ou comprar uma chave de licença pelo <a href="%s" target="_blank">painel</a> da sua conta.LENEESEEditarEdite as informações de direitos autorais no seu rodapé. Você também pode usar shortcodes: [the-year] para o ano atual, [site-link] para o link do seu site, [wp-link] para o link do site do WordPress e [tg-link] para o link do site da ThemeGrill.ElementorInforme a chave de API aquiInsira o tempo de duração das últimas notícias no cabeçalhoInforme o número de palavras que deseja mostrar no resumo. O valor padrão é 20 palavras.Insira o tempo de velocidade para as últimas notícias no cabeçalhoInsira o texto a ser exibido no mostrador de notíciasErroErro 404 Page SidebarEverest Forms - Formulário de contato fácil e Construtor de formuláriosWidget de exemploTamanho do resumoMoedas de câmbio:Chave de API da taxa de câmbioTaxa de câmbio requer uma <a href="%s" target="_blank">chave de API</a> para funcionarFFacebookDissipaçãoFahrenheitImagem destacadaLegenda da imagem destacadaImagem destacada nas páginas individuaisImagem destacada com título do postImagem destacada com título do post (Estilo 2)FiltroFixaFlickrPosts relacionada com FlyoutFundo do rodapéEditor dos créditos no rodapéTipo de exibição da área principal do rodapéMenu do rodapéOpções do rodapéRodapé Quatro (Inferior)Lateral do rodapé de largura totalRodapé Um (Inferior)Rodapé Um (Superior)Rodapé Três (Inferior)Rodapé Três (Superior)Rodapé Dois (Inferior)Rodapé Dois (Superior)Cor do texto de créditos do rodapé.Cor de fundo da parte dos créditos do rodapé.Cor do texto de créditos do rodapé.Tamanho da fonte dos créditos do rodapé. O padrão é 14pxOpções de tamanho de fonte de rodapéApenas no rodapéOpções de cores da parte do rodapéCor do texto do menu pequeno do rodapé.Menu pequeno do rodapé. O padrão é 14pxTítulos de widgets do rodapé. O padrão é 18pxCor de fundo do widget de rodapé.Cor do conteúdo do widget de rodapé.Tamanho da fonte do conteúdo do widget do rodapé. O padrão é 14pxCor do texto do link de conteúdo do widget do rodapé.Das configurações de data do WordPressConfigurações da página inicialPágina inicial: Área ao lado do slidePágina inicial: Seção do conteúdo inferiorPágina inicial: Seção do conteúdo meio-esquerdaPágina inicial: Seção do conteúdo meio-direitaPágina inicial: Seção do conteúdo principalPágina inicial: Área do slidePágina inicial: Área de largura total no topoLargura total (Imagem em destaque na parte superior e resumo do post abaixo)Obter chave de APIObter ID da cidadeOpções de fontes do GoogleFontes GoogleTamanho do zoom do Google Maps:Altura do Google Maps em px:Google+Google+O GoogleMap requer uma <a href="%s" target="_blank">chave de API</a> para funcionarChave da API do GoogleMapsO GoogleMaps requer uma chave de API para funcionar.Layout em grade (Imagem destacada no topo e resumo do post abaixo, numa grade com duas colunas)Estilo de grade 1Estilo de grade 2Estilo de grade 3Estilo de grade 4Estilo de grade 5Estilo de grade 6Estilo de grade 7Estilo de grade 8Estilo de grade 9CabeçalhoOpções de cores do cabeçalhoTipo de exibição do cabeçalhoPosição da imagem do cabeçalhoLogo do CabeçalhoApenas a logo no cabeçalhoOpções de cabeçalhoBarra lateral do cabeçalhoApenas o texto no cabeçalhoCor de fundo do cabeçalho.Opções de tamanho da fonte do cabeçalhoPosição de exibição da imagem do cabeçalhoApenas no cabeçalhoTag do título H1. O padrão é 36pxTag do título H4. O padrão é 24pxTag do título H5. O padrão é 22pxTag do título H6. O padrão é 18pxOcutarOcultar detalhes do post.HorizontalLightbox na imagemTamanho da imagem grande (1400x600 pixels, adequado para Página inicial: Área de todo de largura total)Tamanho da imagem média (800x445 pixels)Tamanho da imagem:ImagensLinks que são muito importantesAviso importante:InstagramInstalar o importador de demonstração do ThemeGrillChave de API do Fixer inválida. Obtenha sua chave de API %1$saqui%2$s e configure-a %3$saqui%4$s. Parece que nada foi encontrado neste local. Experimente a pesquisa abaixo.Aparentemente não pudemos encontrar o que você está procurando. Talvez uma busca ajude.Últimos postsÚltimos:Latitude:Layout ficará como abaixo:Layout:Saiba mais sobre o importador de demonstração!EsquerdaLateral esquerdaAtivação da licençaDesativação da licençaCurtir issoLinkedinLinksCarregar maisLongitude:Modelo de revistaTipo de exibição da área principal do cabeçalhoTornar o menu fixoMáximo de linhas do slide:Mês: %sNNENNENNONOComentários recentes &rarr;Posts mais recentes <span class="meta-nav">&rarr;</span>Próximo &rarr;&rarr;Seguinte &rarr;NãoSem comentáriosSem repetiçãoSem lateral - Conteúdo centralizadoSem lateral - Tela inteiraSem comentáriosNão há mais postsNenhumNúmero de posts populares, posts recentes e comentários a exibir:Número do post a exibirQuantidade de artigos para exibir:Número de posts aleatórios a exibir:Número de posts recentes a exibir como últimas notícias:Ignorar artigos:Uma coluna (Imagem destacada à esquerda e resumo do post à direita)Ops! Essa página não pode ser encontrada.Abrir numa nova abaChave da API do OpenWeatherMapID da cidade do OpenWeatherMap:OpenWeatherMap requer uma <a href="%s" target="_blank">chave de API</a> para funcionarO OpenWeatherMap requer uma chave de API para funcionar.O OpenWeatherMap requer um ID de cidade para funcionar.Ordenar por:Modelo do Construtor de páginasTítulo da página. O padrão é 34pxCor do título da página.Páginas:PaginaçãoPausar ao passar o mouse?A verificação de permissões falhou.PinarPingback:PinterestAutor do postData da publicação do postID do postData de metadados do PostExibir metadados do postData de modificação do postNome do posts(Slug)Navegação de postsTitulo do postPosição do título do postTítulo do post. O padrão é 32pxAutor do postCor de metadados do post.Tamanho da fonte dos metadados do post. O padrão é 12pxNavegação do postNavegação de posts a ser exibida como:PostsCor do título do post.Funciona com Opção de cor do link social preferencialÍcone FontAwesome do link social preferencial&larr;&larr; AnteriorMenu principalOpção de cor primáriaCor de fundo do menu principal.Fonte do menu principal. O padrão é "Open Sans".Cor do item selecionado/em foco do menu principal.Cor de texto do menu principal.Cor da borda superior do menu principal.Menu principal. O padrão é 14pxCor de fundo do submenu principal.Submenu principal. O padrão é 14pxCor da barra de progressoCitaçõesPost aleatórioAvalie este temaLeia a seguirLer maisIndicador de progresso da leituraExibição do tempo de leituraPronto para publicar seu primeiro post? <a href="%1$s">Comece aqui</a>.Pronto para começar a importar as demonstrações disponíveis com apenas um único clique?RedditPosts relacionadosArtigos relacionados por CategoriasArtigos relacionados por TagsArtigos relacionados devem ser exibidos como:RepetirRepetir horizontalmenteRepetir verticalmenteRespostaRevelar o menu ao rolar para cimaDireitaLateral direitaSSESSESSOSOSalvar alteraçõesMarcação de esquemaRolarBotão subir ao topoPesquisarÍcone de buscaVer todos os posts de %1$sEscolha o layoutSelecione uma imagemSelecionar autorEscolha os autores:Selecionar categorias:Selecionar categoriaSelecione o layout padrão para as páginas. Este layout será refletido em todas as páginas exceto que se já for definido na própria páginaSelecione o layout padrão para posts únicos. Este layout será refletido em todas os posts exceto os que se já forem definido no próprio postSelecione o layout padrão. Este layout será refletido por todo o site, categoria, páginas de busca, etc. O layout para o posto único e página podem ser controlado pelas opções abaixoSelecionar tagEscolha as tags:Selecione a opção desejada:Escolha a posição do título do post na página do post individual.Compartilhe esse post:ExibirMostrar ambosMostrar a dataMostrar o ícone 'Inicio'Exibir paginaçãoExibir últimos postsExibir posts de uma categoriaMostrar posts de uma tagMostrar posts de um autorMostrar posts do autorMostrar posts da tagExibir widget ao lado do slide: Adequado para RG: Artigos destacados.Mostra widgets logo abaixo do menu.Mostra widgets logo abaixo do menu. Adequado para TG: Slider de categorias destacadas.Mostra widgets logo acima do rodapé, adequado para o widget TG: 728x90.Mostra os widgets no lado esquerdo.Mostra os widgets no lado direito.Mostra widgets na barra lateral esquerda do WooCommerce.Mostra widgets na barra lateral direita do WooCommerce.Mostrar widgets em footer sidebar four.Mostra widgets na lateral de rodapé 1 superior.Mostrar widgets em footer sidebar one.Mostra widgets na lateral de rodapé 3 superior.Mostrar widgets em footer sidebar three.Mostra widgets na lateral de rodapé 2 superior.Mostrar widgets em footer sidebar two.Mostrar widgets no cabeçalho, logo acima do menu principal.Mostra widgets logo acima da área de direitos autorais do rodapé.Mostrar widgets em Contact Page Template.Mostrar widgets na página de erro 404.Cor do título do widget da lateral.Layout do siteDescrição do site.Título do site.Tamanho da fonte da descrição do site. O padrão é 16pxFonte da descrição do site. O padrão é "Open Sans"Tamanho da fonte do título do site. O padrão é 46pxFonte do título do site. O padrão é "Open Sans"Cor da SkinSkypeDireção do slide:Tempo de duração do slide (em ms):Modo do slide:Opções do slideAltura da linha do slide (em px):Opções do sliderOpções de redes-sociaisPerfis sociais e biografia do autorBotão de compartilhamento socialLinks sociais para exibir em:Nada foi encontrado com os termos da sua pesquisa. Tente novamente com algumas palavras-chaves diferentes.Ordenação:SoundCloudFontes padrãoConteúdo fixo e barra lateralMenu fixoStumbleUponEstilo 1Estilo 2Estilo 3Estilo 4SuporteTG: Publicidade 125x125TG: Publicidade 300x250TG: Publicidade 728x90TG: Widget das últimas notíciasTG: Chamada para açãoTG: Câmbio de moedaTG: Slider de categoria destacadaTG: Posts destacados (estilo 1)TG: Posts destacados (estilo 2)TG: Posts destacados (estilo 3)TG: Posts destacados (estilo 4)TG: Posts destacados (estilo 5)TG: Posts destacados (estilo 6)TG: Posts destacados (estilo 7)TG: Lista de vídeos destacadosTG: Google MapsTG: Posts marcadosTG: Widget de posts aleatóriosTG: Widget de abasTG: VídeosTG: ClimaTagsAlinhar texto:Cor do texto:A chave de licença para o tema ColorMag não foi ativada, %sClique aqui%s para ativar a chave de licença.O conteúdo só será exibido se você tiver escolhido %1$sUma coluna (Imagem em destaque à esquerda e resumo do post à direita)%2$s ou %1$sLargura completa (Imagem destacada no topo e resumo do post abaixo)%2$s em %1$sLayouts de Blog/Arquivo e Páginas de pesquisa%2$s nas %1$sConfigurações de design%2$s.A licença não pôde ser desativada. Use a aba "Desativar licença" para desativar manualmente a licença antes de ativar uma nova.A chave de licença para %s expirou. Você pode reativar ou comprar uma chave de licença pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s foi cancelada. Você pode renovar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta. Uma nova chave de licença será enviada para você por e-mail após seu pedido ter sido concluído.A assinatura para %s foi enviada para a lixeira e será excluída em breve. Você pode adquirir uma nova assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s foi suspensa. Você pode reativar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s expirou. Você pode reativar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s está em espera. Você pode reativar sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s ainda está pendente. Você pode acompanhar o status da sua assinatura pelo <a href="%s" target="_blank">painel</a>da sua conta.Configurações padrão do temaTema ativado. Licença do tema desativada. Tema: ColorMag Pro da ThemeGrillImportador de demonstração do ThemeGrillEste é um widget de exemplo para mostrar como a Lateral %s se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Este é um widget de exemplo para mostrar como a Lateral esquerda do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Este é um widget de exemplo para mostrar como a Lateral direita do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Isto irá refletir nos links, botões e muito mais. Escolha a cor para combinar com seu siteURL do títuloWidget de títuloTítulo:Opções de tamanho de fonte relacionadas aos títulosTopo ao centroTopo à esquerdaTopo à direitaTotal de visualizaçõesTempo de pausa da transição (em ms):Velocidade de transiçãoTempo da velocidade de transição (em ms):Tempo de transiçãoNotícias PopularesTumblrTweetar issoTwitterTipo 1 (padrão)Tipo 1 (Padrão): Texto de cabeçalho e logo à esquerda, Lateral do cabeçalho à direitaTipo 2Tipo 2: Lateral de cabeçalho à esquerda, Texto do cabeçalho e logo à direitaTipo 3Tipo 3: Texto do cabeçalho e Lateral do cabeçalho alinhados ao centroOpções de tipografiaSistema de post únicoAcimaCor de fundo do widget superior do rodapé.Use esta imagemLinks sociais do usuárioVKVerticalVídeoURL do vídeoVídeosVer todosVer demonstraçãoVer um artigo aleatórioID do vídeo do Vimeo:Vimeo-QuadradoVineOONOOSOSkin claraLayout esticadoTítulo do widgetTítulo do widget. O padrão é 18pxCor do título do widget.Layout da página de arquivo do WooCommerceLateral esquerda do WooCommerceOpções do WooCommerceLateral direita do WooCommerceLayout da página de loja do WooCommerceLayout da página de produto individual do WooCommerceConfigurações do WooCommerceWordPressEscreva o seu CSS personalizadoXingAno: %sSìmVocê pode gostar tambémVocê está aqui:Você alterou a assinatura de %s, portanto, você precisará inserir sua nova chave de licença de API na página de configurações. A chave de licença deve ter chegado à sua caixa de entrada de e-mails, caso contrário, você pode encontrá-la entrando no <a href="%s" target="_blank">painel</a> da sua conta.Você não adicionou a chave de API do Fixer. Adicione-a %1$saqui%2$s.Você precisa adicionar os valores de longitude e latitude para exibir o Google Maps. Você pode configurá-lo nas configurações do widget.YouTubeO seu comentário aguarda moderação.YouTubeID do vídeo do YouTube:Um comentário em &ldquo;%2$s&rdquo;%1$s comentários em &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/https://themegrill.com/wordpress-themes/m/smin de leituramphdisse:1236404PK�
�[�;W!�I�Ilanguages/sl_SI.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*S�*
&,4,7,S,d,l,+o,(�,,�,8�,s*-0�-�-�-	.#%.#I."m.�.�.�.�.�.�.�.	
//$/1/>/K/X/e/{/�/
�/�/�/�/%0*(0-S0.�07�0�0<�0&71>^14�18�102\<2?�2>�2;3=T3!�32�3�3$�3546O4�4G�4�4�455"5=5L5g5t5�5�5�5�5�5�56,6!<6^6x6�6�6�6�6�67
77"27,U7[�7�7�7
�7W89\8n�819779o9
�9�9�94�9�9�9:$:	5:&?:"f:�:	�:�:�:%�:&;,(;-U;&�;�;�;�;�;�;<<'<:<J<a<q<
�<�<�<	�</�</�<=+="8=[=`=v=#=	�=�=7�=>>(>"A>d>~>"�>�>�>	�>	�>�>�>	??!?-?<?C?U?Xb?�?�?�?)@,@5@;@R@
Z@h@z@�@�@��@�FA��A�B�B�B�BCA C#bC$�C5�C2�C2D2GDMzD0�D �DE1ELE iEO�E�E�E�EFF#$F$HF$mF$�F$�F$�F$G$&GKGkG	�G
�G�G
�Gr�G0H@HHHPHaHgH
�H�H�H�H
�H�H�H	�H�HII!$I~FI'�I�I�I�I%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:15:54+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));
X-Generator: GlotPress/3.0.0
Language: sl_SI
Project-Id-Version: Themes - ColorMag Pro
%1$s pri %2$s%s&larr; Starejši komentarji&larr; Prejšnji(Uredi), <i class="fa fa-comment"></i> 0 Komentarjev<i class="fa fa-comment"></i> 1 Komentar<i class="fa fa-comments"></i> % Komentarjev<span class="meta-nav">&larr;</span> Starejši prispevki<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivirajte območje povezav družabnih omrežijVstavite oglas 125x125 tukajVstavite oglas 300x250 tukajVstavite oglas 728x90 tukajVstavite slike oglasa 125x125 tukajVstavite slike oglasa 300x250 tukajVstavite slike oglasa 728x90 tukajDodajte naslov bloku po meriDodatne možnostiOglas nad NogoOglasna slika Povezava oglasne slike ArhiviOdloži na stranAvtor: %sSlog bloka 1Slog bloka 2Slog bloka 4Slog bloka 6Slog bloka 9Naslov blokaOboje - glava in nogaŠkatlasta PostavitevPomembne noviceKategorijeMožnosti Barve kategorijeNastavitve Barve kategorijeSpremeni besedilo Preberi večTu lahko spremenite Dodatne možnostiTu lahko spremenite Nastavitve oblikovanjaTu lahko spremenite Nastavitve noge po željiTu lahko spremenite Nastavitve glave po željiSpremenite barvo vsakega elementa kategorije po želji.Goljufate&#8217;?Izberite za aktiviranje območja povezav družabnih omrežijIzberite, da aktivirate sorodne objaveOznačite za prikaz ikone Naključne objave v primarnem menijuOznačite za prikaz iskalne ikone v primarnem menijuIzberite za prikaz prikazne slike na posameznih straneh.Izberite za omogočitev razdelka pomembne noviceIzberite za omogočitev lighbox-a za predstavnostne slike na straneh s posameznimi prispevkiOznačite, da se omogoči lepljivo obnašanje primarnega menijaIzberite, da skrije blog objave/statično stran na prvi straniIzberite, da skrijete prikazno sliko na posameznih straneh.Izberite, da dodelite sliki v glavi povezavo na domačo stranIzberite za prikaz datuma v glaviOznačite za prikaz ikone Domov v primarnem menijuIzberi slikoIzberi barvo izgleda za vašo stran.Izberite tip prikaza glavnega celotnega območja nogeIzberite tip prikaza glavnega celotnega območja glaveIzberite možnosti po željiIzberite postavitev vaše strani. Sprememba se odraža v celotnem mestuBarvne možnostiBarva:ColorMagColorMag Lepotni blogColorMag Poslovni časopisColorMag TemnoColorMag Globalni gradnikiColorMag ProColorMag Pro ModaColorMag Pro GlasbaColorMag Pro ŠportiColorMag Pro TehnologijaColorMag Bloki gradnikaColorMag Mreža gradnikaNavigacija komentarjevKomentarji so onemogočeni.Kontaktna stranStranska vrstica Kontaktne straniPredloga Kontaktne straniRazdelek Vsebina sredina levoRazdelek Vsebina sredina desnoRazdelek Vsebina zgorajCSS po meriTemen izgledDatum v glavi tipa prikaza:Dan: %sPrivzeta postavitevPrivzeta postavitevPrivzeta postavitev samo za straniPrivzeta postavitev samo za posamezne objavePrivzeto: Prikaz slike glave med naslovom/tekstom spletišča in glavnim/primarnim menijem.OpisMožnosti oblikovanjaOnemogočiPrikaži zadnje objave ali objave določene kategorije, ki se bo uporabljala v drsniku.Prikaži zadnje objave ali objave specifične kategorije.Prikaži zadnje objave ali objave specifične kategorije. Primerno za Območje poleg drsnika stranske vrstice.Prikaz slike glave pod glavnim/primarnim menijem.Prikaz slike glave tik nad naslovom/tekstom pletišča.Prikaži objave iz:DokumentacijaUrediStranska vrstica strani 404Everest Forms – Easy Contact Form and Form BuilderPrimer gradnikaFacebookPrikazna slikaPrikazna slika na posameznih stranehFiltrirajUrejevalnik avtorskega besedila v nogiTip prikaza glavnega območja nogeMožnosti nogeSamo nogaIz WordPress nastavitve datumaNastavitve Domače straniDomača stran: Območje poleg drsnikaDomača stran: Razdelek Vsebina spodajDomača stran: Razdelek Vsebina sredina levoDomača stran: Razdelek Vsebina sredina desnoDomača stran: Razdelek Vsebina zgorajDomača stran: Območje drsnikaGoogle-PlusMrežni slog 2Mrežni slog 3Mrežni slog 4Mrežni slog 5Pozicija slike glaveSamo logotip glaveMožnosti GlaveStranska vrstica GlaveSamo text glavePozicija prikaza slike glaveSamo glavaSlika LightboxSlikeInstagramVsebine ni mogoče najti. Poskusite z iskanjem.Vsebine ni mogoče najti. Poskusite z iskanjem.Najnovejše objaveNajnovejše:Postavitev bo kot je vidno spodaj:LevoLeva stranska vrsticaPovezaveTip prikaza glavnega območja glaveMesec: %sNovejši komentarji &rarr;Novejši prispevki <span class="meta-nav">&rarr;</span>Naslednji &rarr;&rarr;Brez stranske vrstice Centrirana vsebinaBrez stranske vrtice Polna širinaŠtevilo objav za prikaz:Odmik prispevkov:Ups! Strani ni bilo mogoče najti.Predloga graditelja straniStrani:Pingback:PinterestAvtor prispevkaNavigacija prispevkovPrispevki&larr;Glavni meniPrimarna barvaCitatiNaključna objavaPreberi večSte pripravljeni na objavo vašega prvega prispevka? <a href="%1$s">Pričnite tukaj</a>.Sorodne objaveSorodne objave po kategorijahSorodne objave po oznakahSorodne objave morajo biti prikazane kot:OdgovoriDesnoDesna stranska vrsticaIskanjeIskalna ikonaIzberi postavitevIzberi slikoIzberi kategorije:Izberi kategorijoIzberite privzeto postavitev za strani. Ta postavitev se bo odražala na vseh straneh, razen, če je edinstvena postavitev nastavljena za določeno stranIzberite privzeto postavitev za posamezne objave. Ta postavitev se bo odražala v vseh posameznih objavah, razen če je edinstvena postavitev nastavljen za določeno objavoIzberite privzeto postavitev. Ta postavitev se bo odražala v vseh arhivih, kategorijah, iskalnih straneh, itd. Postavitev za posamično objavo in stran je mogoče upravljati s spodnjimi možnostiPrikaži obojePrikaži datumPrikaži ikono DomovPrikaži zadnje objavePrikaži objave iz kategorijePrikaži gradnik poleg drsika. Primerno za TG: Izbrani prispevki.Prikaže gradilnike na Levi strani.Prikaže gradilnike na Desni strani.Prikazuje gradilnike na stranski vrstici noge štiri.Prikazuje gradilnike na stranski vrstici noge ena.Prikazuje gradilnike na stranski vrstici noge tri.Prikazuje gradilnike na stranski vrstici noge dve.Prikazuje gradilnike iz razdelka glave tik nad glavnim navigacijskim menijem.Prikazuje gradnike na Predlogi Kontaktne strani.Prikaže gradnike na strani 404.Postavitev SpletiščaBarva izgleda (angl. skin)Možnosti družabnih medijevDružabne povezave za prikaz na:Vaša iskalna poizvedba nima zadetkov. Poskusite z drugimi ključnimi besedami.Lepljiv meniPodporaTG: 125x125 OglasTG: 300x250 OglasTG: 728x90 OglasTG: Drsnik Izpostavljena kategorijaTG: Izpostavljeni prispevki (Slog 1)TG: Izpostavljeni prispevki (Slog 2)TG: Izpostavljeni prispevki (Slog 3)TG: Izpostavljeni prispevki (Slog 4)TG: Izpostavljeni prispevki (Slog 5)TG: Izpostavljeni prispevki (Slog 6)TG: Izpostavljeni prispevki (Slog 7)TG: Gradnik Nakjučni prispevkiTG: Gradnik z zavihkiTG: VideiBarva teksta:Privzeta nastavitev temeThemeGrillTo se bo odražalo v povezavah, gumbih in mnogih drugih stvareh. Izberite barvo, ki se ujema z vašim spletiščemNaslov gradnikaNaslov:TwitterTip 1 (Privzeto)Tip 2Edinstven sistem prispevkaUporabi slikoVideiPoglej DemoOgled naključnega prispevkaSvetel izgledŠiroka postavitevNaslov gradnikaWordPressLeto: %sMorda vam bo všeč tudiYouTubeVaš komentar čaka na odobritev.Ena misel o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[����z�zlanguages/ru_RU.ponu�[���# Translation of Themes - ColorMag Pro in Russian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:13:39+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: ru\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон для конструктора страниц"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стиль сетки 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стиль сетки 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стиль сетки 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стиль сетки 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стиль блока 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стиль блока 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стиль блока 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стиль блока 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Выбрать рубрики:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Рубрики"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показать:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Фильтр"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Пропустить записей:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Записи"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стиль блока 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Цвет текста:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Цвет:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заголовок виджета"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Добавьте заголовок блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заголовок блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Виджет заголовка"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Глобальные виджеты ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Сетка виджета ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Блоки виджета ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Тёмный"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Блог о красоте"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Бизнес-журнал"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музыка"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – простая контактная форма и конструктор формы"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Отметьте, чтобы изображение записи отображалось на одиночной странице."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Изображение записи на одиночной странице"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Отметьте что бы скрыть изображение записи на странице одиночной записи."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Изображение записи"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (По умолчанию)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Выберите вид подвала"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Вид подвала"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Настройки подвала"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Изменение настроек подвала"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "В шапке и в подвале"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Только в подвале"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Только в шапке"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Ссылки на социальные сети показывать в:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Тёмный стиль"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Светлый стиль"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Выберите цветовую схему сайта."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Цветовая схема"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Выберите вид шапки"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Вид шапки"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "из настроек WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "из настроек темы"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Формат отображения даты в шапке:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Последние записи"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Смотреть все"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Отметить изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Использовать изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Выберите изображение"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Технологии"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Шаблон Журнала"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон страницы контактов"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro это профессиональная версия бесплатной темы ColorMag."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Посмотреть все сообщения %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s имеет %2$s сообщений и подсчета голосов."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Справа"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Этот пример показывает как %s Сайдбар выглядит по умолчанию. Вы можете добавить настраиваемые виджеты из %swidgets screen%s в панеле администратора. При добавлении Ваших виджетов они заменят существующие."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Пример виджета"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Слева"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Контактная страница"

#: searchform.php:12
msgid "Search"
msgstr "Поиск"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Запрошенную информацию найти не удалось. Возможно, будет полезен поиск по сайту."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые слова."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Готовы опубликовать свою первую запись? <a href=\"%1$s\">Начните отсюда</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Далее &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Назад"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Внимание!</b> Вы заблокировали внешние запросы, вы не сможете получить обновления %s. Пожалуйста добавьте %s в %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "Лицензионный Ключ для темы Colormag не был активирован, %sПерейдите по ссылке%s для активации лицензионного ключа."

#: license.php:178
msgid "License Deactivation"
msgstr "Деактивация Лицензии"

#: license.php:177
msgid "License Activation"
msgstr "Активация Лицензии"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Хакер, что ли?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Популярные записи (Стиль 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Отметьте для вывода содержимого в всплывающем окне."

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Популярные записи (Стиль 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Количество новостей для вывода"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Отобразить срочные новости в новостном тикере. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Популярные записи (Стиль 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Количество постов для вывода"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Виджет случайных записей"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Отобразить случайные записи. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Нет комментариев"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "сказал:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Комментариев"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Комментарий"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Отметьте для включения подсчета просмотров популярных постов."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Количество записей для показа"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Виджет вкладок"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Отобразить последние записи, популярные записи и последние комментарии. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Популярные записи (Стиль 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Проверьте, чтобы виджет не имел эффекта слайдера"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Популярные записи (Стиль 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Видео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Добавьте сюда Видео ( только Youtube и Vimeo ) "

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Добавьте сюда ваше рекламное 125x125 изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Добавьте сюда вашу 125x125 рекламу"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Добавьте сюда ваше рекламное 728x90 изображение"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Добавьте сюда вашу 728x90 рекламу"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламное изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Ссылка рекламного изображения"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Добавьте сюда ваше рекламное 300x250 изображение"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Добавьте сюда вашу 300x250 рекламу"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Популярные записи (Стиль 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Описание"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Название:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Расположение будет таким как ниже:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Популярные записи (Стиль 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Отобразить последние записи или записи определенной категории."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Выделенные Записи"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Отображать последние записи или записи определенной категории. Подходит для блока возле слайдера боковой панели."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Размер Изображения средний (1400X600 pixels, применим для Главной страницы - верхнего виджета в зоне полной ширины)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Размер Изображения средний (800х445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Размер Изображения"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Выберите рубрику"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показать записи из категории"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показать последние записи"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Количество записей для показа:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдер популярная категория"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Отобразить последние записи или записи определенной категории, которые будут использоваться как слайдер."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показывать виджеты в зоне четвертого сайдбара подвала."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Сайдбар Подвала 4 ( Нижний )"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показывать виджеты в зоне третьего сайдбара подвала."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Сайдбар Подвала 1 ( Нижний )"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показывать виджеты в зоне второго сайдбара подвала."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Сайдбар Подвала 2 ( Нижний )"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показывать виджеты в зоне первого сайдбара подвала."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Сайдбар Подвала 1 ( Нижний )"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Показывать виджеты в сайдбаре подвала 3"

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Сайдбар Подвала 3 ( Верхний )"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Показывает виджет в сайдбаре подвала 2"

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Сайдбар Подвала 2 ( Верхний )"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Показывает виджет в сайдбаре подвала 1"

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Сайдбар Подвала 1 ( Верхний )"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Показывает виджеты над Подвалом. Для TG: размер виджета 728x90"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над нижним блоком"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показывает виджеты на странице ошибки 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Сайдбар на странице 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показывает сайдбар на странице контактов."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Сайдбар на странице контактов"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Содержание Средней секции внизу"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Главная страница: Содержание нижнего блока"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Содержание среднего левого блока"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Главная страница: Содержание среднего правого блока"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Содержание среднего левого блока"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Главная страница: Содержание среднего левого блока"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Содержание верхнего блока"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Главная страница: Содержание верхнего блока"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показывает виджет возле слайдера. Подходит для TG: Выделенные записи"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Главная страница: Блок возле слайдера"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Показать виджет ниже меню. Для TG: Слайдер предпросмотра Категорий"

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Главная страница: Блок слайдера"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Показать виджет ниже меню."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Главная страница: Вверху при Полной Ширине"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показывает виджеты в заголовке сразу сверху меню навигации."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Сайдбар в шапке"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показывает виджеты слева"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показывает виджеты справа."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr "Твитнуть"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Поделиться этой Записью"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вам также может понравиться"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Социальные ссылки Пользователя"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Всего Просмотров"

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr "URL Видео"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Посмотреть случайную запись"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Ответ"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Ваш комментарий ожидает проверки."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s в %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор записи"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Изменить)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Уведомление:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Следующие записи <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Предыдущие записи"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навигация по записям"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редактировать"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Комментариев"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Комментарий"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Комментариев"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Цвет фона блока copyright подвала"

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Цвет текста малого меню подвала"

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Цвет ссылок copyright подвала"

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Цвет текста copyright подвала"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Цвет фона подвала"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Цвет ссылок содержания Виджетов Подвала"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Цвет текста содержания Виджетов Подвала"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Цвет заголовков Виджетов"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Настройка цветов подвала сайта"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Цвет фона блока содержание"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Цвет заголовков боковой панели"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Цвет заливки кнопок"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Цвет шрифта кнопок"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Цвет шрифта блока Мета"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Цвет текста содержания"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Цвет Заголовков Страниц"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Цвет Заголовков Записей"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Цвет заголовков сайта (таких как h1, h2 в блоке содержимого сайта)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Настройка Цветов блока содержимого сайта"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Цвет фона блока Заголовка"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Цвет ссылок главного меню при наведении/нажатии"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Цвет текста главного меню"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Цвет Слогана"

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Цвет Заголовка сайта"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Настройки Цветов блока Заголовка"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Измените цвета как вам нравится"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Настройки цвета"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Размер шрифта малого меню подвала сайта. По умолчанию 14px\""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Размер шрифта copyright подвала сайта. По умолчанию 14px"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Размер текста содержание Виджетов подвала сайта. По умолчанию 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Настройки размера шрифта подвала сайта"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Размер шрифта кнопок (Читать далее, Отправить, Комментировать и т.д.). По умолчанию 12px"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Размер шрифта в поле мета данных. По умолчанию 12px"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Настройки размера шрифта содержимого сайта."

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Заголовки Виджетов. По умолчанию 18px "

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Заголовки Страниц. По умолчанию 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Заголовки Записей. По умолчанию 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Настройки размеров шрифта Заголовков"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Настройка размера шрифта Подменю Главного меню. По умолчанию 14px"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Настройка размера шрифта Главного меню. По умолчанию 14px"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Настройка размера шрифта Слогана. По умолчанию 16px"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Настройка размера шрифта Заголовка. По умолчанию 46px"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Настройки шрифта блока заголовка"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Шрифт всего содержания. По умолчанию \"Open Sans\""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Шрифт всех Заголовков. По умолчанию \"Open Sans\""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Шрифт главного меню. По умолчанию \"Open Sans\""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Шрифт слогана. По умолчанию \"Open Sans\""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Шрифт заголовка сайта. По умолчанию \"Open Sans\""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Настройки шрифта Google"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Измените настройки Шрифтов как вам нравится"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Настройки Шрифтов"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Настройки цвета категории"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Измените цвет для каждой категории как вам нравится."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Настройка цвета категории"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Изменение информации Copyright внизу страницы. Вы можете использовать шорткоды: [the-year] - текущий год, [site-link] - ссылка на Ваш сайт, [wp-link] - ссылка на сайт WordPress, а так же мы будем благодарны за добавление шорткода [tg-link] - ссылки на наш сайт ThemeGrill"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Разработано"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Тема: ColorMag Pro от"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактирование копирайта в нижнем блоке"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Отметьте для отключения Кнопки На Верх"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Кнопка На Верх"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Отметьте для включения ссылок на странице и в Bio Автора"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "Ссылка Bio Автора"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Отметьте для включения Профиля в социальных сетях в Bio Автора"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Профиль в социальных сетях в Bio Автора"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Отметьте для включения лайтбокса в миниатюрах одиночной записи"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Лайтбокс изображения"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Отметьте для активации кнопок Поделиться записью в социальных сетях для отдельной записи"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Кнопка Поделиться записью в социальных сетях"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Изменение текста Read more для Вашего сайта"

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Изменение Текста Читать дальше"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Отключение вывода кнопки редактирования в поле мета данных"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Отключение вывода количества просмотров в поле мета данных"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Отключение вывода Тэгов в поле мета данных"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Отключение вывода колличества комментариев в поле мета данных"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Отключение вывода Категории в поле мета данных"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Отключение вывода Даты в поле мета данных"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Отключение вывода Автора в поле мета данных"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Отключить полностью вывод мета данных для записей"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Показ Меток записей"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Похожие записи по тэгам"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Похожие записи по категориям"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Похожие записи должны быть показаны как:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Отметьте для активации похожих записей"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Похожие записи"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Отметьте для активации Специальной система вывода записей постов для сгруппированных виджетов - остутствия дубляжей постов на странице"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Уникальная почтовая система"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Дополнительные настройки"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Измените отсюда Дополнительные настройки, как вам нравится"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Предпочтительный цвет для ссылки социальной сети"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Предпочтительная иконка для ссылки социальной сети"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Дополнительная ссылка социальной сети 2"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Дополнительная ссылка социальной сети 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Дополнительная ссылка социальной сети 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Дополнительная ссылка социальной сети 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Дополнительная ссылка социальной сети 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Дополнительная ссылка социальной сети 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Дополнительная ссылка социальной сети 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Отметьте для открытия в новой закладке"

#: inc/customizer.php:870
msgid "VK"
msgstr "Вконтакте"

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Отметьте для активации блока ссылок социальных сетей"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Активировать блок  ссылок социальных сетей"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Измените параметры ссылок социальных сетей, как вы хотите"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Социальные опции"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Введите Ваш Собственный CSS"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Собственный CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Это отразится на ссылках, кнопках и многом другом. Выберите цвет наиболее подходящий вашему сайту"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Основные цвета"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "По умолчанию (Первое изображение большое, остальные два друг за другом"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Выберите настройки макета для страниц Блог, Архив и результаты Поиска"

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Шаблон макета для страниц Блог/Архив и Поиск"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Выберите макет по умолчанию для записей. Этот макет отразится на на всех записях, кроме тех на которых применен уникальный макет"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Шаблон по умочанию для одиночных постов"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Выберите макет по умолчанию для страниц. Этот макет отразится на на всех страницах, кроме тех на которых применен уникальный макет"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Шаблон по умолчанию для страниц"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Выберите макет по умолчанию. Этот макет отразится на архивах всего сайта, категориях, странице поиска и т.д. Макет для одиночной записи и страницы может быть изменен с настройки ниже"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Разметка по умолчанию"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Широкий шаблон"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Сеточный макет"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Выберите макет вашего сайта. Изменение отобразится на всем сайте"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Макет сайта"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Отметьте для скрытия записей блога/статической страницы на главной странице"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Настройки главной страницы"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Параметры отображения"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Измените настройки дизайна как вам нравится"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Вариант 3: Текст заголовка и боковая панель заголовка отцентрованы"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Вариант 2: Боковая панель заголовка слева, текст заголовка и логотипа справа"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Вариант 1 (По умолчанию): Текст заголовка и логотипа слева, Боковая панель заголовка справа"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Выберите вариант показа заголовка который вам нравится"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Вариант показа Заголовка"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Отметьте для создания ссылки с изображения верхнего блока на домашнюю страницу"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Отображать изображение верхнего блока под основным/главным меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "По умолчанию: Отображать изображение верхнего блока между названием сайт/текстом и основным/главным меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Отображать изображение верхнего блока прямо над названием сайт/текстом."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Позиция показа изображения верхнего блока"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Позиция изображения верхнего блока"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Запретить"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Показывать оба"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Только текст заголовка"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Только логотип заголовка"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Выберите вариант, который хотите"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Логотип заголовка"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Отметьте для отображения иконки случайных записей в основном меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Случайные записи"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Отметьте для показа иконки поиска в основном меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Иконка поиска"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Отметьте для включения \"прилипания\" основного меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Прилипающее меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Отметьте для показа иконки домой в основном меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показать иконку Домой"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Отметьте для отображения даты в заголовке"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показать дату"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Нижняя Навигация"

#: inc/customizer.php:205
msgid "Header"
msgstr "Заголовок"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Выберите место вывода последних новостей"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Введите скорость для последних новостей в заголовке"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Введите продолжительность показа последних новостей в заголовке"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Вниз"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Вверх"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Выберите стиль анимации для блока последних новостей"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Введите текст для отображения на бегущей строке"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Последние:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Отметьте для включения блока последних новостей"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Последние новости"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Измените настройки верхнего блока как вам нравится"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Полезные ссылки"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "Важные ссылки Темы ColorMag"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Оцените эту Тему!"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Посмотреть демо"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Поддержка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документация"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без сайдбара по центру"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без сайдбара в полную ширину"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Левая область виджетов"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Правая область виджетов"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Разметка по умолчанию"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Выберите макет"

#: functions.php:125
msgid "Footer Menu"
msgstr "Нижнее Меню"

#: functions.php:124
msgid "Primary Menu"
msgstr "Основное меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Читать далее"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Страницы:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Обсуждение закрыто."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Следующие комментарии &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Предыдущие комментарии"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навигация по комментариям"

#: archive.php:70
msgid "Archives"
msgstr "Архивы"

#: archive.php:64
msgid "Links"
msgstr "Ссылки"

#: archive.php:61
msgid "Quotes"
msgstr "Цитаты"

#: archive.php:58
msgid "Videos"
msgstr "Видео"

#: archive.php:55
msgid "Images"
msgstr "Изображения"

#: archive.php:52
msgid "Asides"
msgstr "Заметки"

#: archive.php:49
msgid "Year: %s"
msgstr "Год: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Месяц: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "День: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Вы изменили подписку для %s, теперь вам необходимо ввести новый ключ API лицензии на странице настроек. Лицензионный ключ должен был быть доставлен по email. Если Вы не получили его, можете взять его в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s не активирован. Для активации %s перейдите на страницу настроек и введите Лицензионный ключ и Лицензионный email."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Право загрузки для Лицензионного ключа %s был аннулированы, возможно, из-за истечения срока подписки. Вы можете активировать или приобрести Лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Лицензионный Ключ для %s не найден. Возможно вы забыли ввести Лицензионный ключ при установке %s, или ключ был деактивирован. Вы можете активировать или приобрести Лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s не найдена. Вы можете приобрести подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s была отмечена к удалению. Вы можете приобрести новую подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s на рассмотрении. Вы можете проверить статус подписки в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s была приостановлена. Вы можете активировать подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Срок подписки %s истек. Вы можете возобновить подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr "Подписка для %s была отменена. Вы можете обновить подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %sзаморожена. Вы можете активировать ее заново в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Лицензионный ключ для %s истек. Вы можете активировать или приобрести лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Деактивированный ключ лицензии API, может быть использован на другом блоге."

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Лицензия Темы деактивирована."

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Лицензия не может быть деактивирована. Используйте вкладку Деактивация Лицензии для деактивации лицензии вручную, прежде чем активировать новую лицензию."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Ошибка соединения с сервером Лицензионных API ключей. Попробуйте еще раз позже."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Тема Активирована."

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Деактивация API Лецензионного ключа"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "Деактивация Лицензии API"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Лецензионный email"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API Лецензионный ключ"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "Активация лицензии API"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Сохранить изменения"

#: 404.php:30
msgid "Error"
msgstr "Ошибка"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "По этому адресу ничего не найдено. Воспользуйтесь поиском."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Страница не найдена."

#: 404.php:28
msgid "404"
msgstr "Ошибка 404"PK�
�[+�6 �:�:languages/id_ID.monu�[������Dllmz}���'�'�)�0'
sX
�
�
#�
#"@*c*�)���*DM
T_
lz��4�0�0%4V�;�#�#�9#4])�C�7281k �/���>
]kx������
%08GV$tT���	U3g`�1�8.
guz�����"�'(?h��������,;B	RG\W��"/	5?0U�����%�	#	-7CSmz��	�F�
�3SY
_mt
���y��(��	e	oy��B��%1$W&|$�D�'
 5Vb\q���� / L i � � � � � !/!
A!
L!VW!�!�!�!�!�!		""	"$"7"	C"M"V"h"$p"T�"�"�#�#�#$	*$4$(7$(`$)�$2�$s�$Z%k%#�%#�%"�%*�%*&)F&
p&~&�&�&�&�&�&�&�&�&�&'+1')]')�'*�'	�'@�'+'("S(5v(6�(,�(F)>W)C�)9�)+*4@*u* �*J�*
�*�*++*+7+L+b+|+�+
�+�+�+�+#�+),J1,	|,�,�,W�,8�,c,-+�-6�-�-�-.
.-.6.P."g. �.&�.'�.�./3/?/T/`/r/~/�/�/�/�/�/	�/F�/Z20�0 �0�0�0�0	�0�00�0!141;1Y1s1"�1�1	�1	�1�1�1�1
�1�1
222C-2q2 }2�2!�2�2�2
�2�2�2
33(3�73��3�I455*5A5X5Dt5 �5!�5*�5*'6)R6(|6E�6.�6(7C7T7h`7�7�7�7�78808I8b8{8�8�8�8�8�8	9
9Y9q9x9�9�9�9�9�9
�9�9�9	:	:%:<: D:Oe:%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:03:58+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/2.2.2
Language: id
Project-Id-Version: Themes - ColorMag Pro
%1$s pada %2$s%s&larr; Komentar Terdahulu&larr; Sebelumnya(Sunting), <i class="fa fa-comment"></i> 0 Komentar<i class="fa fa-comment"></i> 1 Komentar<i class="fa fa-comments"></i> % Komentar<span class="meta-nav">&larr;</span> Pos Terdahulu<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktifkan faviconAktifkan area link sosialTambahkan Iklan 125x125 Anda DisiniTambahkan Iklan 300x250 Anda DisiniTambahkan Iklan 728x90 Anda DisiniTambahkan Gambar Iklan 125x125 Anda DisiniTambahkan Gambar Iklan 300x250 Anda DisiniTambahkan Gambar Iklan 728x90 Anda DisiniOpsi TambahanIklan diatas FooterGambar IklanLink Gambar IklanArsipAsidesPenulis: %sTata Letak KotakBerita BaruOpsi Warna KategoriPengaturan Warna KategoriUbah Teks Baca SelengkapnyaGanti Pengaturan Tambahan dari sini semaumuGanti Pengaturan Desain dari sini semaumuGanti Pengaturan Header dari sini semaumuGanti warna untuk setiap kategori semaumu.Aneh huh?Centang untuk aktifkan favicon. Unggah favicon dari opsi dibawahCentang untuk mengaktifkan area link sosialCentang untuk aktifkan pos terkaitCentang untuk menampilkan ikon Pos Acak di menu utamaCentang untuk menampilkan Ikon Pencarian di menu utamaCentang untuk menggunakan bagian berita baruCentang untuk menggunakan lightbox untuk gambar andalan di pos tunggalCentang untuk menggunakan perilaku menu menempel di menu utamaCentang untuk menyembunyikan pos blog/laman statis pada laman depanCentang untuk membuat link gambar Header ke laman berandaCentang untuk menampilkan tanggal di headerCentang untuk menampilkan ikon beranda di menu utamaPilih gambarTentukan opsi yang Anda inginkanPilih tata letak situs Anda. Perubahan akan berdampak di keseluruhan situsOpsi WarnaColorMag ProNavigasi komentarKomentar ditutup.Laman KontakSidebar Laman KontakTemplate Laman KontakBagian Kiri Tengah KontenBagian Kanan Tengah KontenBagian Atas KontenCSS CustomHari: %sTata Letak BawaanTata Letak DefaultTata letak default untuk laman sajaTata letak default untuk pos tunggal sajaDefault: Tampilkan gambar Header diantara judul/teks situs dan menu utama.DeskripsiOpsi DesainTiadakanTampilkan pos terbaru atau pos dengan kategori tertentu, akan digunakan sebagai slider.Tampilkan pos terbaru atau pos dengan kategori tertentu.Tampilkan pos terbaru atau pos dengan kategori tertentu. Cocok untuk Area Disamping Slider Sidebar.Tampilkan gambar Header dibawah menu utama.Tampilkan gambar header tepat diatas judul/teks situs.DokumentasiSuntingSidebar Laman Error 404Contoh WidgetFacebookPengedit Hak Cipta FooterPengaturan Laman DepanLaman Depan: Area disamping sliderLaman Depan: Bagian Bawah KontenLaman Depan: Bagian Kiri Tengah KontenLaman Depan: Bagian Kanan Tengah KontenLaman Depan: Bagian Atas KontenLaman depan: Area SliderGoogle-PlusPosisi Gambar HeaderLogo HeaderHanya Logo HeaderOpsi HeaderSidebar HeaderHanya Teks HeaderPosisi tampilan gambar headerLightbox GambarGambarLink PentingInstagramSepertinya tidak ada yang ditemukan disini. Cobalah pencarian dibawah.Tampaknya kami tak bisa menemukan apa yang Anda inginkan. Mungkin pencarian bisa membantu.Terbaru:Tata Letak akan seperti dibawah:KiriSidebar KiriLinkBulan: %sKomentar Terbaru &rarr;Pos Terbaru <span class="meta-nav">&rarr;</span>Selanjutnya &rarr;&rarr;Tanpa Sidebar Konten DitengahTanda Sidebar Lebar PenuhJumlah pos yang ditampilkan:Ups! Laman tersebut tak ditemukan.Laman:Pingback:PinterestPenulis PosNavigasi pos&larr;Menu UtamaOpsi warna utamaKutipanPos AcakBaca SelengkapnyaSiap menerbitkan pos pertamamu? <a href="%1$s">Mulailah disini</a>.Pos TerkaitPos Terkait Berdasarkan KategoriPos Terkait Berdasarkan TagPos Terkait Harus Muncul Seperti:BalasKananSidebar KananCariIkon PencarianPilih Tata LetakPilih gambarPilih kategoriPilihlah tata letak default untuk laman. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk laman tertentu.Pilihlah tata letak default untuk pos. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk pos tertentu.Pilihlah tata letak default. Tata letak ini akan tercermin di seluruh arsip situs, kategori, laman pencarian, dll. Tata letak untuk laman dan pos tunggal bisa di kontrol dari opsi dibawahTampilkan KeduanyaTampilkan TanggalTampilkan ikon BerandaTampilkan Post terbaruTampilkan pos dari kategoriTampilkan widget disamping slider. Cocok untuk TG: Pos yang Disorot.Menampilkan widget di sisi Kiri.Menampilkan widget di sisi Kanan.Menampilkan widget di sidebar footer empatMenampilkan widget di Ssidebar footer satuMenampilkan widget di sidebar footer tigaMenampilkan widget di sidebar footer duaMenampilkan widget di bagian header tepat diatas menu navigasi utama.Menampilkan widget pada Template Laman Kontak.Menampilkan widget pada laman Error 404.Tata Letak SitusOpsi SosialMaaf, tidak ada yang cocok dengan kata kunci pencarian Anda. Silakan coba lgi dengan kata kunci berbeda.Menu LengketDukunganTG: Iklan 125x125TG: Iklan 300x250TG: Iklan 728x90TG: Slider Kategori AndalanTG: Pos Andalan (Gaya 1)TG: Pos Andalan (Gaya 2)TG: Pos Andalan (Gaya 3)TG: Pos Andalan (Gaya 4)TG: Pos Andalan (Gaya 5)TG: Pos Andalan (Gaya 6)TG: Pos Andalan (Gaya 7)TG: Widget Pos AcakTG: Widget TabTG: VideoThemeGrillAkan berdampak pada link, tombol dan banyak lagi. Pilih warna yang cocok untuk situs AndaJudul:TwitterSistem Pos UnikUnggah favicon untuk situs AndaUnggah logo untuk headerGunakan gambarVideoLihat DemoPerlihatkan pos acakTata Letak MelebarWordPressTahun: %sAnda Juga Mungkin SukaYouTubeKomentar Anda sedang dimoderasi.Satu tanggapan untuk &ldquo;%2$s&rdquo;%1$s tanggapan untuk &ldquo;%2$s&rdquo;PK�
�[v�LH�%�%languages/pl_PL.ponu�[���# Translation of Themes - ColorMag Pro in Polish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:52:48+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: pl\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Wzór kreatora stron"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Styl układu 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Styl układu 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Styl układu 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Styl układu 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Styl bloku 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Styl bloku 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Styl bloku 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Styl bloku 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Wybierz kategorie:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorie"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Wyświetl wpisy z:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtruj"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Ile postów pominąć?"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Wpisy"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Styl bloku 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Kolor tekstu:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kolor:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Nazwa widgetu"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Dodaj tytuł twojego bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Tytuł bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Nazwa widgetu"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Zaznacz, aby wyświetlać obrazek wyróżniający na pojedynczej stronie"

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Obrazek wyróżniający na pojedynczej stronie"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Zaznacz, aby ukryć obrazek wyróżniający na stronie z pojedynczym wpisem"

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Obrazek wyróżniający"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (domyślny)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Wybierz podstawowy sposób wyświetlania stopki"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Sposób wyświetlania obszaru stopki"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opcje stopki"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Zmień stąd ustawienia stopki na swoje"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Nagłówek oraz stopka"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Tylko stopka"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Tylko nagłówek"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Wyświetlanie odnośników społecznościowych: "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Jasny motyw"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Ciemny motyw"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Wybierz kolor dla swojej witryny."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Kolor skórki"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Wybierz podstawowy sposób wyświetlania nagłówka"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Sposób wyświetlania nagłówka strony"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Użyj ustawień WordPressa"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Domyślne ustawienia motywu"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Sposób wyświetlania daty w nagłówku"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Najnowsze wpisy"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Wybierz obrazek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Użyj obrazka"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Wybierz obrazek"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Jedna myśl na temat &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s myśli na temat &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s myśli na temat &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Szablon strony kontakowej"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "prawy"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Przykładowy widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "lewy"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Strona kontaktowa"

#: searchform.php:12
msgid "Search"
msgstr "Szukaj"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Zdaje się, że nie możemy znaleźć tego, czego szukasz. Może spróbujesz skorzystać z wyszukiwarki?"

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Niestety, nic nie pasuje do Twoich kryteriów wyszukiwania. Spróbuj ponownie, używając innych słów kluczowych."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Gotowy do publikacji Twojego pierwszego wpisu? <a href=\"%1$s\">Zacznij tutaj</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Następny &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Poprzedni"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Oj, ktoś tu kantuje?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Polecane wpisy (Styl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Polecane wpisy (Styl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Polecane wpisy (Styl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Losowe wpisy"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Zakładki"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Polecane wpisy (Styl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Polecane wpisy (Styl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Wideo"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Dodaj tu swoją grafikę 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Reklama 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Dodaj tu swoją reklamę 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Dodaj tu swoją grafikę 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Reklama 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Dodaj tu swoją reklamę 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Obrazek z reklamą"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Odnośnik obrazka z reklamą"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Dodaj tu swoją grafikę 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Reklama 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Dodaj tu swoją reklamę 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Polecane wpisy (Styl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Opis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Tytuł:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Układ będzie wyglądał jak poniżej:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Polecane wpisy (Styl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii. Odpowiedni dla panelu Obszar obok slidera."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Wybierz kategorię"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Pokaż wpisy z kategorii"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Pokaż ostatnie wpisy"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Liczba wpisów do wyświetlenia:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slajder wyróżnionej kategorii"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii, używając ich jako pokazu slajdów."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Pokazuje widgety w czwartym panelu stopki."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Pokazuje widgety w trzecim panelu stopki."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Pokazuje widgety w drugim panelu stopki."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Pokazuje widgety w pierwszym panelu stopki."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Reklama powyżej stopki"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Pokazuje widgety na stronie błędu 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Panel strony Strony 404."

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Pokazuje widgety w szablonie strony kontaktowej."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Panel strony kontaktowej"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Strona główna: Dolna sekcja"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Prawa środkowa sekcja"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Strona główna: Prawa środkowa sekcja"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Lewa środkowa sekcja"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Strona główna: Lewa środkowa sekcja"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Górna sekcja"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Strona główna: Górna sekcja"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Pokaż widget obok slajdera. Odpowiedni dla widgetu TG: Wyróżnione wpisy."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Strona główna: Obszar obok slidera"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Strona główna: Obszar slidera"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Pokazuje widgety w sekcji nagłówka tuż nad głównym menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Panel nagłówka"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Pokazuje widgety po lewej stronie."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Pokazuje widgety po prawej stronie. "

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Może cię zainteresować:"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Zobacz losowy wpis"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Odpowiedz"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Twój komentarz oczekuje na moderację."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s o %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor wpisu"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Edycja)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nowsze wpisy <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starsze wpisy"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Zobacz wpisy"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Edytuj"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> Komentarzy: %"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentarz"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Brak komentarzy"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opcje kolorów"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ustawienia kolorów kategorii"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Dla każdej z kategorii możesz ustawić dowolny kolor."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kolory kategorii"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Edytor informacji o prawach autorskich w stopce"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Włącz efekt lightbox dla obrazków wyróżniających"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Zmień tekst &bdquo;Czytaj dalej&rdquo;"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Powiązane wpisy według tagów"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Powiązane wpisy według kategorii"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Wyświetlanie powiązanych wpisów:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Włącz powiązane wpisy"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Powiązane wpisy"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "System unikalnych wpisów"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opcje dodatkowe"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Zmień opcje dodatkowe"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Pokaż obszar odnośników społecznościowych"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Pokaż obszar odnośników społecznościowych"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opcje społecznościowe"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Niestandardowy CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "To ustawienie będzie miało wpływ m.in. na kolor odnośników i przycisków. Wybierz kolor najbardziej odpowiedni dla witryny."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Kolor podstawowy"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Wybierz domyślny układ wpisu. To ustawienie ma wpływ na wszystkie wpisy z wyjątkiem tych, które mają przypisane własne ustawienia. "

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Domyślny układ wpisów"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Wybierz domyślny układ dla stron. Ten układ będzie używany dla wszystkich stron z wyjątkiem tych, które posiadają własne ustawienia."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Domyślny układ stron"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Wybierz domyślny układ. Będzie on używany we wszystkich archiwach, stronach kategorii, stronie wyszukiwania itd. Układ pojedynczego wpisu lub strony można ustawić w opcjach poniżej."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Domyślny układ"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Układ szeroki"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Układ ramkowy"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Wybierz układ witryny. Zmiana ma wpływ na całą witrynę."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Układ witryny"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Ukryj wpisy/statyczną stronę na stronie głównej"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ustawienia strony głównej"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Konfiguracja wyglądu"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Dostosuj ustawienia wyglądu"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Ustaw grafikę nagłówka jako odnośnik do strony głównej"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Wyświetl grafikę nagłówka poniżej głównego menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Domyślnie: Wyświetl grafikę nagłówka pomiędzy tytułem witryny a głównym menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Pokaż grafikę nagłówka powyżej tytułu witryny lub tekstu."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozycja wyświetlania grafiki nagłówka"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozycja grafiki nagłówka"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Wyłącz"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Pokaż logo i tekst"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Wyłącznie tekst nagłówka"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Wyłącznie logo nagłówka"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Wybierz jedną z opcji"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Pokaż ikonę losowego wpisu w głównym menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Losowy wpis"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Pokaż ikonę wyszukiwania w głównym menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ikona wyszukiwania"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Pozostaw główne menu widoczne przy przewijaniu strony"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Przyklejone menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Pokaż ikonę strony głównej w głównym menu"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Pokaż ikonę strony głównej"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Pokaż datę w nagłówku"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Pokaż datę"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Ostatnie wpisy:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Pokaż sekcję &bdquo;Z ostatniej chwili&rdquo;"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Z ostatniej chwili"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Ustawienia nagłówka"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Zmień ustawienia nagłówka"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Zobacz demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Wsparcie"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentacja"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Bez paska narzędzi, zawartość wyśrodkowana"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Cała szerokość, bez paska narzędzi"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Lewy panel boczny"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Prawy panel boczny"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Domyślny układ"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Wybierz układ strony"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu główne"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Czytaj dalej"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Strony:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentarze są wyłączone."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nowsze komentarze &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starsze komentarze"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Nawigacja po komentarzach"

#: archive.php:70
msgid "Archives"
msgstr "Archiwa"

#: archive.php:64
msgid "Links"
msgstr "Odnośniki"

#: archive.php:61
msgid "Quotes"
msgstr "Cytaty"

#: archive.php:58
msgid "Videos"
msgstr "Wideo"

#: archive.php:55
msgid "Images"
msgstr "Obrazki"

#: archive.php:52
msgid "Asides"
msgstr "Treści poboczne"

#: archive.php:49
msgid "Year: %s"
msgstr "Rok: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Miesiąc: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dzień: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Wygląda na to, że nie ma tego czego szukasz. Spróbuj opcji wyszukiwania."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Nie udało się znaleźć pożądanej strony."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�b��>'>'languages/de_DE.ponu�[���# Translation of Themes - ColorMag Pro in German
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:06:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: de\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page-Builder-Vorlage"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster Stil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster Stil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster Stil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster Stil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Block-Stil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block-Stil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block-Stil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block-Stil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Kategorien auswählen:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorien"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Beiträge anzeigen von:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset-Beiträge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Beiträge"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block-Stil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Textfarbe:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farbe:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget-Titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Hinzufügen des benutzerdefinierten Block Titels"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Block-Titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titel Widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms - Einfacher Kontaktformular und Formular Ersteller"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aktivieren um das Beitragsbild auf einer einzelnen Seite anzuzeigen."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Beitragsbild auf einer einzelnen Seite"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aktivieren um das Beitragsbild für Einzelbeiträge auszublenden."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Beitragsbild"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Wähle den Typ für den kompletten Footer-Bereich"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Footer-Typ"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer-Optionen"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Ändere die Einstellungen für den Footer"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Sowohl Kopf- als auch Fußzeile"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Nur Fußzeile"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Nur Kopfzeile"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Zeige Soziale Links:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Dunkel"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hell"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Wähle das Farbschema für deine Seite."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Farbschema"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Wähle den Typ für den kompletten Header-Bereich"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Header-Typ"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Von der WordPress Datums-Einstellung"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standard-Einstellung des Themes"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Darstellung des Datums im Header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Neueste Beiträge"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Wähle ein Bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Verwende Bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Wähle ein Bild"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Kontaktformular Vorlage"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Beispiel-Widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktseite"

#: searchform.php:12
msgid "Search"
msgstr "Suchen"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Es scheint, dass wir nicht finden konnten, wonach du suchst. Möglicherweise hilft eine weitere Suche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Es gibt keine passenden Suchergebnisse. Bitte versuche es mit anderen Suchbegriffen."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Bist du bereit deinen ersten Beitrag zu veröffentlichen? <a href=\"%1$s\">Hier geht es los</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Weiter &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Zurück"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Schummeln, was?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Hervorgehobene Beiträge (Style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Hervorgehobene Beiträge (Style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Hervorgehobene Beiträge (Style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Zufälliger Beitrag"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Hervorgehobene Beiträge (Style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Hervorgehobene Beiträge (Style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Füge hier das Bild für den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Werbebanner"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Füge hier den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Füge hier das Bild für den 728x90 Werbebanner hinzu"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Werbebanner"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Füge hier den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Bild für den Werbebanner "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Der Link für den Werbebanner "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Füge hier das Bild für den 300x250 Werbebanner hinzu"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Werbebanner"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Füge hier den 300x250 Werbebanner hinzu"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Hervorgehobene Beiträge (Style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschreibung"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Das Layout wird wie unterhalb zu sehen sein:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Hervorgehobene Beiträge (Style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Zeigt die letzten Beiträge oder Beiträge einer bestimmten Kategorien an."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Zeigt die letzten Beiträge oder Beiträge einer speziellen Kategorie. Geeignet für den Bereich neben dem Slider-Bereich."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Kategorie auswählen"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Zeigt Beiträge einer Kategorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Zeigt neueste Beiträge"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Anzahl der anzuzeigenden Beiträge:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider für hervorgehobene Kategorie"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Zeigt letzte Beiträge oder Beiträge einer bestimmten Kategorie, die für den Slider verwendet werden."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Zeigt Widget in Footer Seitenleiste 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Zeigt Widget in Footer Seitenleiste 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Zeigt Widget in Footer Seitenleiste 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Zeigt Widget in Footer Seitenleiste 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Werbung über dem Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Zeigt Widget auf Error 404-Seite."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404-Seite Seitenleiste"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Zeigt Widget auf Kontaktseite."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontaktseite - Seitenleiste"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Startseite: Unterer Bereich für den Inhalt"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Mittlerer Inhalts-Bereich (rechts)"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Startseite: Mittlerer Bereich (rechts) für den Inhalt"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Mittlerer Inhalts-Bereich (links)"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Startseite: Mittlerer Bereich (links) für den Inhalt"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Oberer Inhalts-Bereich"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Startseite: Oberer Bereich für den Inhalt"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Zeigt ein Widget neben dem Slider. Verwendbar für TG: Hervorgehobene Beiträge."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Startseite: Bereich neben dem Slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Startseite: Bereich für den Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Zeigt Widget im Header unter dem Hauptmenü."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Seitenleiste"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Zeigt Widgets an der linken Seite."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Zeigt Widgets an der rechten Seite."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Das könnte dir auch gefallen"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Schau dir einen zufälligen Beitrag an"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Antwort"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Dein Kommentar muss noch freigeschaltet werden."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s um %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor des Beitrages"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Bearbeiten)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Neuere Beiträge <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Ältere Beiträge"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Beitragsnavigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bearbeiten"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Kommentare"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Kommentare"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Farb-Optionen"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Einstellungen zu den Kategoriefarben"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Ändere die Farbe für jede Kategorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Optionen zu den Kategoriefarben"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Footer Copyright-Editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Markieren, um in Beiträgen die Lightbox für Beitragsbilder zu aktivieren"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox für Bilder"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Ändere den „Mehr lesen“-Text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Ähnliche Beiträge nach Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Ähnliche Beiträge nach Kategorien"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Ähnliche Beiträge müssen angezeigt werden wie:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Markieren, um die die Anzeige ähnlicher Beiträge zu aktivieren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Ähnliche Beiträge"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Einzigartiges Beitragssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Zusätzliche Optionen"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Ändere hier die zusätzlichen Einstellungen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Markieren, um den Bereich für Social Media-Links zu aktivieren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiviere den Bereich für Social-Media-Links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social Media-Optionen"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Individuelles CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dies spiegelt sich in Links, Buttons und vielem mehr wieder. Wähle eine Farbe, die zu deiner Website passt"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option Primärfarbe"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Wähle das Standard-Layout für Beiträge. Dieses Layout wird in allen einzelnen Beiträgen verwendet, solange du nicht für einen bestimmten Beitrag ein anderes Layout festlegst"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standard-Layout für Beiträge"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Wähle das Standard-Layout für Seiten. Das gewählte Layout wird für alle Seiten verwendet, sofern du nicht für eine bestimmte Seite ein abweichendes Layout wählst"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standard-Layout für Seiten"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Wähle das Standard-Layout. Das gewählte Layout wird auf der gesamten Website in Archiven, Kategorien, Such-Seiten usw. verwendet. Das Layout für einzelne Beiträge und Seiten kannst du unten festlegen"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standard-Layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Breites Layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Verschachteltes Layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Wähle dein Seiten-Layout. Die Änderung wirkt sich auf die ganze Website aus"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Seiten-Layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Markieren, um Beiträge/Seiten auf der Startseite zu verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Einstellungen für die Startseite"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design Optionen"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Ändere hier die Design-Einstellungen"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Markieren, um den Link im Header-Bild auf die Startseite zu setzen"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Positioniert das Header-Bild unter dem Hauptmenü."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Zeigt das Header-Bild zwischen dem Seitentitel und dem Hauptmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Anzeige des Header-Bildes direkt über dem Seitentitel."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position für das Header-Bild"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position des Header-Bildes"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktivieren"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Zeigt beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Nur Header-Text"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Nur Header-Logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Wähle hier deine Option"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Markieren, um das Icon für die Auswahl zufälliger Beiträge im Hauptmenu anzuzeigen"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Zufälliger Beitrag"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Markieren, um das Icon für die Suche im Hauptmenu anzuzeigen"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Such-Icon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Markieren, um das Hauptmenu anzuheften"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Angeheftetes Menü"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Markieren, um das Home-Icon im Hauptmenü zu zeigen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Zeigt das Home-Icon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Markieren, um das Datum im Header anzuzeigen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Zeigt Datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Das Neueste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Markieren, um den Bereich \"Aktuelle Nachrichten\" zu aktivieren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Aktuelle Nachrichten"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-Optionen"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Ändere hier die Header-Einstellungen"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Wichtige Links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demo ansehen"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Keine Seitenleiste, Inhalt zentriert"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Keine Seitenleiste, volle Breite"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Seitenleiste links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Seitenleiste rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standard-Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Wähle Layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hauptmenü"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Weiterlesen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Seiten:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentare sind geschlossen."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentar-Navigation"

#: archive.php:70
msgid "Archives"
msgstr "Archiv"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Zitate"

#: archive.php:58
msgid "Videos"
msgstr "Videos"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Kurzmitteilungen"

#: archive.php:49
msgid "Year: %s"
msgstr "Jahr: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Monat: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Tag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "An diesem Ort wurde nichts gefunden. Bitte nutze die Suche."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Diese Seite konnte leider nicht gefunden werden."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[��Z�Z�languages/ko_KR.ponu�[���# Translation of Themes - ColorMag Pro in Korean
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:12:59+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: ko_KR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "이미지 선택"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "이미지 사용"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "이미지 선택"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo;의 %1$s개의 생각"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "컨택트 페이지 템플릿"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "오른쪽"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "예제 위젯"

#: sidebar-left.php:26
msgid "Left"
msgstr "왼쪽"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "컨택트 페이지"

#: searchform.php:12
msgid "Search"
msgstr "검색"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "찾고 있는 것을 찾을 수 없는 것 같습니다. 검색이 도움이 될 수도 있습니다."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "죄송하지만 검색어와 일치하는 것이 없습니다. 다른 검색어로 다시 시도해보세요."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "첫 번째 글을 발행할 준비가 됐나요? <a href=\"%1$s\">여기서 시작하세요</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "다음 &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; 이전"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "속이지 마세요!"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: 특성 글 (스타일 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: 특성 글 (스타일 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: 특성 글 (스타일 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: 랜덤 글 위젯"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: 탭 위젯"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: 특성 글 (스타일 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: 특성 글 (스타일 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: 비디오"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "125x125 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 광고"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "125x125 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "728x90 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 광고"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "728x90 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "광고 이미지 "

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "광고 이미지 링크 "

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "300x250 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 광고"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "300x250 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: 특성 글 (스타일 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr ""

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "타이틀:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "레이아웃은 다음과 같습니다:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: 특성 글 (스타일 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "최근 글 또는 특정 카테고리 글 표시."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "최근 글 또는 특정 카테고리 글 표시. 슬라이더 사이드바 옆의 영역에 적합."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "카테고리 선택"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "카테고리에서 글 표시"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "최근 글 표시"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "표시할 글 수:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: 특성 카테고리 슬라이더"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "최근 글 또는 특정 카테고리 글 표시. 슬라이더로 사용됨."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "푸터 사이드바 4에 위젯을 표시."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "푸터 사이드바 3에 위젯 표시."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "푸터 사이드바 2에 위젯 표시."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "푸터 사이드바 1에 위젯 표시."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "푸터 위에 광고"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "404 에러 페이지에서 위젯 표시."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "404 에러 페이지 사이드바"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "컨택트 페이지 템플릿에서 위젯 표시."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "컨택트 페이지 사이드바"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "프론트 페이지: 콘텐츠 하단 영역"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "콘텐츠 중간 우측 영역"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "프론트 페이지: 콘텐츠 중간 우측 영역"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "콘텐츠 중간 좌측 영역"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "프론트 페이지: 콘텐츠 중간 좌측 영역"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "콘텐츠 탑 영역"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "프론트 페이지: 콘텐츠 탑 영역"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "슬라이더 옆에 위젯 표시. TG: 하이라이느 글에 적합."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "프론트 페이지: 슬라이더 옆의 영역"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "프론트 페이지: 슬라이더 영역"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "메인 내비게이션 메뉴 바로 위의 헤더 영역에 위젯 표시."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "헤더 사이드바"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "좌측에 위젯 표시."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "우측에 위젯 표시."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "관심 상품"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "워드프레스"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "랜덤 글 보기"

#: inc/functions.php:655
msgid "Reply"
msgstr "댓글달기"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "입력한 댓글이 검토를 기다리고 있습니다."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "글쓴이"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(수정)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "핑백:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "다음 글 <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> 예전 글"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "글 내비게이션"

#: inc/functions.php:304
msgid "Edit"
msgstr "수정"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % 댓글"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 댓글"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 댓글"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "색상 옵션"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "카테고리 색상 설정"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "원하는대로 각 카테고리 아이템 색상 변경."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "카테고리 색상 옵션"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "푸터 저작권 편집기"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "단일 글에서 특성 이미지에 라이트박스 활성화는 체크"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "이미지 라이트박스"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "더보기 텍스트 변경"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "태그별 관련 글"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "카테고리별 관련 글"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "관련 글은 다음으로 보여야 합니다:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "최근 글 활성화는 체크"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "관련 글"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "사이트의 파비콘 업로드"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "파비콘 활성화는 체크. 아래 옵션에서 파비콘 업로드"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "파비콘 활성화"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "독특한 글 시스템"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "추가 옵션"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "여기서 원하는 대로 추가 설정 변경"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "트위터"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "소셜 링크 영역 활성화는 체크"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "소셜 링크 영역 활성화"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "소셜 옵션"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "사용자 정의 CSS"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "이것은 링크, 버튼, 등 다른 여러 곳에 적용됩니다. 사이트에 적합한 색상을 선택하세요"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "주 색상 옵션"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "단일 글에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 글에 독특한 레이아웃을 설정하지 않으면 모든 단일 글에 적용됩니다."

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "단일 글만 기본 레이아웃"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "페이지에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 페이지에 독특한 레이아웃을 설정하지 않으면 모든 페이지에 적용됩니다."

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "페이지만 기본 레이아웃"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "기본 레이아웃 선택. 이 레이아웃은 사이트 전체 글 목록, 카테고리, 검색 페이지 등에 적용됩니다. 단일 글과 페이지 레이아웃은 아래의 옵션에서 제어할 수 있습니다"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "기본 레이아웃"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "와이드 레이아웃"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "박스 레이아웃"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "사이트 레이아웃 선택. 전체 사이트에 적용됨"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "사이트 레이아웃"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "프론트 페이지에서 블로그 글/ 정적인 페이지 감추려면 체크"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "프론트 페이지 설정"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "디자인 옵션"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "원하는대로 여기서 디자인 설정 변경"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "홈 페이지를 헤더 이미지 링크로 사용하려면 체크"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "주 메뉴 아래에 헤더 이미지 표시."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "기본: 사이트 제목/텍스트와 주 메뉴 사이에 헤더 이미지 표시."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "사이트 제목/텍스트 바로 위의 헤더 이미지 표시."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "헤더 이미지 표시 위치"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "헤더 이미지 위치"

#: inc/customizer.php:302
msgid "Disable"
msgstr "비활성"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "둘다 표시"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "헤더 텍스트만"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "헤더 로고만"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "원하는 옵션 선택"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "헤더용 로고 업로드"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "헤더 로고"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "주 메뉴에 랜덤 글 아이콘 표시하려면 체크"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "랜덤 글"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "주 메뉴에 검색 아이콘 표시하려면 체크"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "검색 아이콘"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "주메뉴를 붙박이로 활성화하려면 체크"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "붙박이 메뉴"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "주 메뉴에서 홈 아이콘 표시하려면 체크"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "홈 아이콘 표시"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "헤더에 날짜 표시하려면 체크"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "날짜 표시"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "최근:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "긴급 뉴스 영역 활성화는 체크"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "긴급 뉴스"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "헤더 옵션"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "여기서 원하는대로 헤더 설정 변경"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "중요 링크"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "데모 보기"

#: inc/customizer.php:26
msgid "Support"
msgstr "지원"

#: inc/customizer.php:22
msgid "Documentation"
msgstr ""

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "사이드바 없는 콘텐츠 중앙"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "사이드바 없는 전체 폭"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "좌측 사이드바"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "우측 사이드바"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "기본 레이아웃"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "레이아웃 선택"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "기본 메뉴"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "더 읽기"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "페이지:"

#: comments.php:67
msgid "Comments are closed."
msgstr "댓글이 닫혀있습니다."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "다음 댓글 &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; 이전 댓글"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "댓글 내비게이션"

#: archive.php:71
msgid "Archives"
msgstr "글 보관함"

#: archive.php:65
msgid "Links"
msgstr "링크"

#: archive.php:62
msgid "Quotes"
msgstr "인용"

#: archive.php:59
msgid "Videos"
msgstr "동영상"

#: archive.php:56
msgid "Images"
msgstr "이미지"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "년도: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "월: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "날짜: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "글쓴이: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "이 영역에서는 아무것도 찾을 수 없는 것 같습니다. 아래의 검색을 이용해보세요."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "이런! 해당 페이지를 찾을 수 없습니다."

#: 404.php:30
msgid "404"
msgstr ""PK�
�[��l�^&^&languages/nl_BE.ponu�[���# Translation of Themes - ColorMag Pro in Dutch (Belgium)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:25:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nl_BE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Paginabouwer template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster stijl 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster stijl 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blok stijl 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blok stijl 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blok stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blok stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecteer categorieën:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorieën"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Toon de berichten van:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset berichten:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Berichten"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blok stijl 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstkleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Voer de titel van blok in"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget titel"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Eenvoudig contactformulier en formulierbouwer"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aanvinken om de uitgelichte afbeelding weer te geven op enkele pagina."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Uitgelichte afbeelding in enkele pagina"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aanvinken om de uitgelichte afbeelding te verbergen op enkel bericht."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Uitgelichte afbeelding"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standaard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Kies het weergavetype voor het footer-gebied"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Weergavetype voor het footer-gebied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer opties"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Wijzig de instellingen voor de footer hier"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Donkere skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Lichte skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Kies de skinkleur voor de site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skinkleur"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Kies het weergavetype voor het header-gebied"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Weergavetype voor het header-gebied"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Datuminstelling van WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standaard instelling van thema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Weergavetype voor datum in header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Laatste berichten"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecteer een afbeelding"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Afbeelding gebruiken"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "KIes een afbeelding"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Eén gedachte over &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s gedachten over &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template voor contactpagina"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Voorbeeldwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contactpagina"

#: searchform.php:12
msgid "Search"
msgstr "Zoeken"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Helaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Start hier</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Volgende &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Vorige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Valsspelen?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Uitgelichte berichten (Stijl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Uitgelichte berichten (Stijl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Uitgelichte berichten (Stijl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget voor willekeurige berichten"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget met tabs"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Uitgelichte berichten (Stijl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Uitgelichte berichten (Stijl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Video's"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Voeg je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 advertentie"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Voeg je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Afbeelding van advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Afbeeldingslink van advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Voeg je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Uitgelichte berichten (Stijl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschrijving"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout zal zijn zoals hieronder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: UItgelichte berichten (Stijl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Categorie selecteren"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Toon berichten van een categorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Laatste berichten weergeven"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Aantal berichten om te tonen:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Uitgelichte categorieslider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Toon widgets op footer sidebar vier."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Toon widgets op footer sidebar drie."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Toon widgets op footer sidebar twee."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Toon widgets op footer sidebar één."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertentie boven de footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Toon widgets op 404 foutpagina."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fout 404 Pagina Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Toont widgets op Contactpagina Template"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Pagina Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Voorpagina: Content, onderste sectie"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content, sectie midden-rechts"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Voorpagina: Content, sectie midden-rechts"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content, sectie midden-links"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Voorpagina: Content, sectie midden-links"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content, bovenste sectie"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Voorpagina: Content, bovenste sectie"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Toon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Voorpagina: gebied naast de slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Voorpagina: Slidergebied"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Toon widgets in header-sectie net boven de hoofdnavigatie."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Laat de Widgets aan de linkerkant zien."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Laat de Widgets aan de rechterkant zien."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Je zou ook interesse kunnen hebben in"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Toon een willekeurig bericht"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Beantwoorden"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Je reactie is in afwachting van moderatie."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s om %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Bericht auteur"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(bewerken)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nieuwere berichten <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Oudere berichten"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Berichtnavigatie"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bewerken"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % reacties"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 reactie"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 reacties"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Kleuropties"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Instellingen voor categoriekleur"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Wijzig de kleur van iedere categorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opties voor categoriekleur"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor voor de copyright-tekst in de footer"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichten"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Afbeelding Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Eigen \"lees meer\"-tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Gerelateerde berichten volgens tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Gerelateerde berichten volgens categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gerelateerde berichten moeten worden getoond als:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Aanvinken om de gerelateerde berichten te activeren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Gerelateerde berichten"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Uniek berichtensysteem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Extra opties"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Wijzig hier de extra instellingen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aanvinken om gebied voor sociale links te activeren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activeer gebied voor sociale links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social media opties"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Eigen CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Hoofdkleur"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standaard layout alleen voor enkele berichten"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "KIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standaard layout alleen voor pagina's"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standaard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Brede layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Smalle layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Kies je site-layout. De wijziging geldt voor de hele site."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site-layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Aanvinken om de blogberichten/statische voorpagina te verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Instellingen voor de voorpagina"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design opties"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Wijzig de instellingen voor het design hier"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Aanvinken om de header-afbeelding terug te laten linken naar de homepagina"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Toon de header-afbeelding onder het hoofdmenu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Toon de header-afbeelding net boven de titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Uitschakelen"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Toon beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Alleen header-tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Alleen header-logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Kies de gewenste optie"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Aanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu "

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Willekeurig bericht"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icoon voor zoeken"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Aanvinken om het sticky gedrag van het hoofdmenu te activeren"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Aanvinken om het icoon voor Home in het hoofdmenu te tonen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Toon icoon voor Home"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Aanvinken om de datum in de header te tonen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Toon datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Laatste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Aanvinken om de sectie voor laatste nieuws te activeren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Belangrijk nieuws"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-opties"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Wijzig de instellingen voor de Header"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Bekijk Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ondersteuning"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentatie"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Geen sidebar, content gecentreerd"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Geen sidebar, volledige breedte"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standaard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecteer layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hoofdmenu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Verder lezen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagina&#39;s:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Reactienavigatie"

#: archive.php:70
msgid "Archives"
msgstr "Archieven"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citaten"

#: archive.php:58
msgid "Videos"
msgstr "Video&#39;s"

#: archive.php:55
msgid "Images"
msgstr "Afbeeldingen"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Jaar: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Maand: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Het lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oeps. Deze pagina kon niet worden gevonden."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�*�iIIlanguages/nl_BE.monu�[���������������(�')>0hs�
#(#L"p*�*�)�/Bav��
�
�
�
�
�
���


#:R4h0�0�0�40e#y#�9�4�30)dC�7�2
5=1s �/��$<+<h�>�
"7
R`x������-:Oe��
�	�����
$(TM���U�3`O1�8�
3AF4]�������#?S"r'�(��*7DQ^t������	�G�W:�������	� 0 G S i � � 
� %� � !	!	!!(!8!>!X!e!z!�!	�!F�!
�!�!"">"D"
J"X"_"
k"y"�"�"y�"�&#��#	c$	m$w$�$�$B�$�$%%/%$U%&z%$�%D�%'& 3&T&
`&k&\z&�&�&�&''8'U'r'�'�'�'�'( (8(
J(U(a(
w(V�(�(�(�(�()
)	 )*)	1);)
N)Y)e)	r)|)�)�)$�)T�)'*A*C*E*G*M+Z+]+
t+
�+�+(�+'�+)�+5,sA,"�,(�,(-'*-=R-=�-<�-.%.2.N.i.	�.�.
�.�.�.�.�.�.	�.
�.�.// 8/Y/!q/+�/*�/%�/%0603B03v0O�0A�0F<17�1W�1=2?Q2E�2J�2+"3:N3�3�3,�3,�34:.4i4u4|4�4�4
�4�4�4�4�45$5<5S5h5y5
�5�5�5�5�5
6	&606"=6`6h6y6%�6-�6I�6(7
57C7cP7A�7s�7.j83�8�8�8�8�8?9R9b9k9'�9�9+�9#�9
::-:"M:$p:(�:)�:$�:
;&;2;A;P;_;n;�;
�;�;�;�;�;<	<W<Nq<�<�< �<�<
==#=	:=D=7]=�=�=!�=�=�=>+>J>
`>	n>	x>�>�>	�>�>	�>
�>�>�>�>H�>:?(Q?"z?1�?�?�?�?�?�?@@5@M@�b@��@��A
^B
iBtB�B �BH�B'C(7C$`C%�C$�C$�C:�C'0DXDxD	�D�Dh�DE
E%E=EUElE#�E#�E#�E#�E#F#@F#dF&�F�F�F�F�F
�FdGjGwG~G�G�G�G�G�G�G�GH
HH	'H1H%:H`H*hHL�H'�HI
II%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:25:33+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nl_BE
Project-Id-Version: Themes - ColorMag Pro
%1$s om %2$s%s&larr; Oudere reacties&larr; Vorige(bewerken), <i class="fa fa-comment"></i> 0 reacties<i class="fa fa-comment"></i> 1 reactie<i class="fa fa-comments"></i> % reacties<span class="meta-nav">&larr;</span> Oudere berichten<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activeer gebied voor sociale linksVoeg je advertentie van 125x125 hier toeVoeg je advertentie van 300x250 hier toeVoeg je advertentie van 728x90 hier toeVoeg de afbeeldingen voor je advertentie van 125x125 hier toeVoeg de afbeeldingen voor je advertentie van 300x250 hier toeVoeg de afbeeldingen voor je advertentie van 728x90 hier toeVoer de titel van blok inExtra optiesAdvertentie boven de footerAfbeelding van advertentieAfbeeldingslink van advertentieArchievenAsidesAuteur: %sBlok stijl 1Blok stijl 2Blok stijl 4Blok stijl 6Blok stijl 9BloktitelSmalle layoutBelangrijk nieuwsCategorieënOpties voor categoriekleurInstellingen voor categoriekleurEigen "lees meer"-tekstWijzig hier de extra instellingenWijzig de instellingen voor het design hierWijzig de instellingen voor de footer hierWijzig de instellingen voor de HeaderWijzig de kleur van iedere categorie.Valsspelen?Aanvinken om gebied voor sociale links te activerenAanvinken om de gerelateerde berichten te activerenAanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenuAanvinken om de uitgelichte afbeelding weer te geven op enkele pagina.Aanvinken om de sectie voor laatste nieuws te activerenAanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichtenAanvinken om het sticky gedrag van het hoofdmenu te activerenAanvinken om de blogberichten/statische voorpagina te verbergenAanvinken om de uitgelichte afbeelding te verbergen op enkel bericht.Aanvinken om de header-afbeelding terug te laten linken naar de homepaginaAanvinken om de datum in de header te tonenAanvinken om het icoon voor Home in het hoofdmenu te tonenKIes een afbeeldingKies de skinkleur voor de site.Kies het weergavetype voor het footer-gebiedKies het weergavetype voor het header-gebiedKies de gewenste optieKies je site-layout. De wijziging geldt voor de hele site.KleuroptiesKleur:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridReactienavigatieReacties zijn gesloten.ContactpaginaContact Pagina SidebarTemplate voor contactpaginaContent, sectie midden-linksContent, sectie midden-rechtsContent, bovenste sectieEigen CSSDonkere skinWeergavetype voor datum in header:Dag: %sStandaard-layoutStandaard-layoutStandaard layout alleen voor pagina'sStandaard layout alleen voor enkele berichtenStandaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu.BeschrijvingDesign optiesUitschakelenToon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider.Toon laatste berichten of de berichten in een bepaalde categorie.Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar.Toon de header-afbeelding onder het hoofdmenu.Toon de header-afbeelding net boven de titel/tekst.Toon de berichten van:DocumentatieBewerkenFout 404 Pagina SidebarEverest Forms – Eenvoudig contactformulier en formulierbouwerVoorbeeldwidgetFacebookUitgelichte afbeeldingUitgelichte afbeelding in enkele paginaFilterEditor voor de copyright-tekst in de footerWeergavetype voor het footer-gebiedFooter optiesDatuminstelling van WordPressInstellingen voor de voorpaginaVoorpagina: gebied naast de sliderVoorpagina: Content, onderste sectieVoorpagina: Content, sectie midden-linksVoorpagina: Content, sectie midden-rechtsVoorpagina: Content, bovenste sectieVoorpagina: SlidergebiedGoogle-PlusRaster stijl 2Raster stijl 3Raster stijl 4Raster stijl 5Positie van header-afbeeldingAlleen header-logoHeader-optiesHeader SidebarAlleen header-tekstPositie van header-afbeeldingAfbeelding LightboxAfbeeldingenInstagramHet lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder.Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken.Laatste berichtenLaatste:Layout zal zijn zoals hieronder:LinksSidebar linksLinksWeergavetype voor het header-gebiedMaand: %sNieuwere reacties &rarr;Nieuwere berichten <span class="meta-nav">&rarr;</span>Volgende &rarr;&rarr;Geen sidebar, content gecentreerdGeen sidebar, volledige breedteAantal berichten om te tonen:Offset berichten:Oeps. Deze pagina kon niet worden gevonden.Paginabouwer templatePagina&#39;s:Pingback:PinterestBericht auteurBerichtnavigatieBerichten&larr;HoofdmenuHoofdkleurCitatenWillekeurig berichtVerder lezenKlaar om je eerste bericht te publiceren? <a href="%1$s">Start hier</a>.Gerelateerde berichtenGerelateerde berichten volgens categorieGerelateerde berichten volgens tagGerelateerde berichten moeten worden getoond als:BeantwoordenRechtsSidebar rechtsZoekenIcoon voor zoekenSelecteer layoutSelecteer een afbeeldingSelecteer categorieën:Categorie selecterenKIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina.KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht.KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald.Toon beideToon datumToon icoon voor HomeLaatste berichten weergevenToon berichten van een categorieToon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten.Laat de Widgets aan de linkerkant zien.Laat de Widgets aan de rechterkant zien.Toon widgets op footer sidebar vier.Toon widgets op footer sidebar één.Toon widgets op footer sidebar drie.Toon widgets op footer sidebar twee.Toon widgets in header-sectie net boven de hoofdnavigatie.Toont widgets op Contactpagina TemplateToon widgets op 404 foutpagina.Site-layoutSkinkleurSocial media optiesHelaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden.Sticky menuOndersteuningTG: 125x125 advertentieTG: 300x250 advertentieTG: 728x90 advertentieTG: Uitgelichte categoriesliderTG: UItgelichte berichten (Stijl 1)TG: Uitgelichte berichten (Stijl 2)TG: Uitgelichte berichten (Stijl 3)TG: Uitgelichte berichten (Stijl 4)TG: Uitgelichte berichten (Stijl 5)TG: Uitgelichte berichten (Stijl 6)TG: Uitgelichte berichten (Stijl 7)TG: Widget voor willekeurige berichtenTG: Widget met tabsTG: Video'sTekstkleur:Standaard instelling van themaThemeGrillDit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site.Widget titelTitel:TwitterType 1 (Standaard)Type 2Uniek berichtensysteemAfbeelding gebruikenVideo&#39;sBekijk DemoToon een willekeurig berichtLichte skinBrede layoutWidget titelWordPressJaar: %sJe zou ook interesse kunnen hebben inYouTubeJe reactie is in afwachting van moderatie.Eén gedachte over &ldquo;%2$s&rdquo;%1$s gedachten over &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[�Q�v�$�$languages/sv_SE.ponu�[���# Translation of Themes - ColorMag Pro in Swedish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:55:50+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: sv_SE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Template för sidbyggare"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Rutnätsstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Rutnätsstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Rutnätsstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Rutnätsstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blockstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blockstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blockstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blockstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Välj kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Visa inlägg från:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrera"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Inläggskompensering:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Inlägg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blockstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Textfärg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Färg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widgetrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Lägg till din blockrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Blockrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Rubrikwidget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag globala widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag rutnätswidget"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag blockwidget"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skönhetsblogg"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag företagsmagasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Kryssa i för att visa den utvalda bilden på en enda sida."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Utvald bild i enskilt sida"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Kryssa i för att dölja den utvalda bilden i enskild inläggssida."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Utvald bild"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Välj den huvudsakliga visningstypen av sidfot du vill använda"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Visningstyp för primär sidfot"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Alternativ för sidfot"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Ändra inställningarna för sidfoten enligt önskemål här"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidhuvud och sidfot"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Endast sidfot"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Endast sidhuvud"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociala länkar att visa på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mörkt skal"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Vitt skal"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Välj färg på skalet för din webbplats."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skalfärg"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Välj den huvudsakliga visningstypen av sidhuvud du vill använda"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Visningstyp för primärt sidhuvud"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "WordPress datuminställningar"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Temats standardinställning"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Format för datum i sidhuvud:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Senaste inläggen"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Välj en bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Använd bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Välj en bild"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "En reaktion till &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s reaktioner till &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Mall för kontaktsida"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Höger"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Exempelwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Vänster"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktsida"

#: searchform.php:12
msgid "Search"
msgstr "Sök"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det verkar som att vi inte kan hitta det du letar efter. Prova att göra en sökning."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklagar, inget som matchade dina söktermer kunde hittas. Vänligen försök igen med andra sökord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Redo att publicera ditt första inlägg? <a href=\"%1$s\">Kom igång här</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Nästa &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Föregående"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Fuskar du, va?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Utvalda inlägg (stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Utvalda inlägg (stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Utvalda inlägg (stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget för slumpvalda inlägg"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Flikwidget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Utvalda inlägg (stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Utvalda inlägg (stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Lägg till bild för 125x125-annons här"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125-annons"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Lägg till din 125x125-annons här"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Lägg till bild för 728x90-annons här"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90-annons"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Lägg till din 728x90-annons här"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annonsbild "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Länk för annonsbild "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Lägg till bild för 300x250-annons här"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250-annons"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Lägg till din 300x250-annons här"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Utvalda inlägg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivning"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout visas som nedan:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Utvalda inlägg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Visa senaste inlägg eller inlägg ur en specifik kategori."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Visa senaste inlägg eller inlägg från specifik kategori. Passar för widgetfält vid området bredvid slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Välj kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Visa inlägg från en kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Visa senaste inlägg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antal inlägg att visa:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider för utvald kategori"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Visa senaste inlägg eller inlägg från specifik kategori, används för slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Visar widgets i fjärde sidfotsområdet."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Visar widgets i tredje sidfotsområdet."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Visar widgets i andra sidfotsområdet."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Visar widgets i första sidfotsområdet."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annons ovanför sidfoten"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Visar widgets på 404-felsidor."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidofält för 404-felsidor"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Visar widgets i mallen för kontaktsida."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Sidofält för kontaktsida"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Startsida: Innehåll underdel"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Innehåll i mitten till höger"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Startsida: Innehåll i mitten till höger"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Innehåll i mitten till vänster"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Startsida: Innehåll i mitten till vänster"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Innehåll överdel"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Startsida: Innehåll överdel"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Visa widgetfält bredvid slider. Passar TG: Framhävda inlägg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Startsida: Område bredvid slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Startsida: Slider-sektion"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Visar widgets i sidhuvudet precis ovanför huvudmenyn."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidofält i sidhuvud"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Visar widgets till vänster."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Visar widgets till höger."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du kanske också gillar"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Visa ett slumpvalt inlägg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Svar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar inväntar granskning."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl. %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Inläggsförfattare"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Redigera)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyare inlägg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Äldre inlägg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Inläggsnavigering"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Redigera"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Färgalternativ"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Inställningar för kategorifärger"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Ändra färg på varje kategori som önskat."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Alternativ för kategorifärger"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Redigerare för copyright i sidfot"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Markera för att aktivera bildvisare för bilder i enskilda inlägg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Bildvisare"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Ändra läs mer text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterade inlägg baserat på taggar"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterade inlägg baserat på kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterade inlägg ska visas baserat på:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Markera för att aktivera relaterade inlägg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterade inlägg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt inläggssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Avancerade inställningar"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Ändra ytterligare inställningar som du önskar här"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Markera för att aktivera sektion för sociala länkar"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivera sektion för sociala länkar"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Inställningar för sociala länkar"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Anpassad CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Detta kommer påverka länkar, knappar och mycket annat. Välj en färg som passar din webbplats"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Alternativ för primär färg"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Välj standardlayout för inlägg. Denna layout kommer påverka alla inlägg om inte en specifik layout väljs för ett specifikt inlägg"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standardlayout, endast för enskilda inlägg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Välj standardlayout för sidor. Denna layout kommer påverka alla sidor om inte en specifik layout väljs för en specifik sida"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standardlayout för endast sidor"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Välj standardlayout. Layouten kommer påverka webbplatsens arkiv, kategorier, sök, osv. Layouten i enskilda inlägg och på sidor kan ändras genom nedanstående inställningar"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standardlayout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bred layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Inramad layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Välj layout för din webbplats. Ändringen återspeglas på hela webbplatsen"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Webbplatslayout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Markera för att dölja innehåll från inlägg/statisk sida på startsidan"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Inställningar för startsida"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Inställningar för design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Ändra inställningar för design som du önskar här"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Markera för att länka bild i sidhuvud till startsidan"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Visa bild för sidhuvud under huvudmenyn."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Visa bild för sidhuvud mellan webbplatstitel och huvudmeny."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Visa bild för sidhuvud precis ovanför webbplatsens titel."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position för bild i sidhuvud"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position för bild i sidhuvud"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Inaktivera"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Visa båda"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Endast text i sidhuvud"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Endast logotyp i sidhuvud"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Välj den inställning du vill ha"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Markera för att visa ikonen för slumpvalt inlägg i huvudmenyn"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Slumpvalt inlägg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Markera för att visa ikonen för sökfält i huvudmenyn"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Sökikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Markera för att aktivera funktionalitet för klistrad huvudmeny"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Klistrad meny"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Markera för att visa hemikonen i huvudmenyn"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Visa hemikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Markera för att visa datum i sidhuvud"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Visa datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Senaste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Markera för att aktivera sektionen för senaste nytt"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Senaste nytt"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Inställningar för sidhuvud"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Ändra inställningarna för sidhuvudet som du önskar här"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Visa demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Inget sidofält, innehåll centrerat"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Inget sidofält, fullbredd"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidofält till vänster"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidofält till höger"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standardlayout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Välj layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Huvudmeny"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Läs mer"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sidor:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentarer inaktiverade."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; äldre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentarsnavigation"

#: archive.php:70
msgid "Archives"
msgstr "Arkiv"

#: archive.php:64
msgid "Links"
msgstr "Länkar"

#: archive.php:61
msgid "Quotes"
msgstr "Citat"

#: archive.php:58
msgid "Videos"
msgstr "Videor"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Noteringar"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Månad: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Författare: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det verkar inte som något kunde hittas här. Försök att söka nedan."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Sidan kunde inte hittas."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[v0��cclanguages/el.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*
�+�+(�+,*,C,,E,,r,-�,F�,s-M�-B�-B.:\.9�.L�.K/Jj/#�/:�/!0660m0z0�0
�0
�0
�0
�0�0�031:1!T1v16�18�1J�1_F2_�2K3_R3f�34s,4X�4��4�5z6k{6��6��7k8zq8|�8gi9��9[:Uy:e�:t5;:�;��;!z<�<�<,�<�<
�<4=<=I=^=q=�=0�=2�=>>!>%`>C�>6�>A?;C?,?�?!�?L�?:@)I@)s@H�@D�@�+A�A%B.B�KBt�B�bCtLD��D#TExE�E;�E4�E/F?F)HFLrF�FU�FN,G%{G�GI�G0H@8HGyH\�HVIGuI,�I�I�IJ2JPJ*nJ-�J,�J�J+K*>KiK�K�K	�K�K�4L�L�L<�L0M,AMnMQ�M�M"�M>NDNUNf\NB�N2O9O5LO�O�O	�O	�O�O)�O
PPP4PPPaPyPa�P)�P9Q1VQO�Q�Q
�Q&�QR'0RXR$xR&�R#�R,�R2T�HU%�V'�VJW2hW<�W|�W[UXU�XBYBJYB�YB�YmZS�ZQ�Z'[B[8`[G�[��['�\�\]!]@]^]0{]0�]0�]0^0?^0p^0�^:�^4
_B_S_8p_
�_��_)m`
�`�`#�`�`8�`a1a>a*Oaza�a)�a	�a�a$�ab: b}[b'�bccc%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:08:41+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: el_GR
Project-Id-Version: Themes - ColorMag Pro
%1$s, %2$s%s&larr; παλαιότερα σχόλια← Προηγούμενη(Επεξεργασία),<i class="fa fa-comment"></i> 0 Σχόλια<i class="fa fa-comment"></i> 1 Σχόλιο<i class="fa fa-comments"></i> % Σχόλια<span class="meta-nav">&larr;</span> Προηγούμενα άρθρα<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Ενεργοποίηση περιοχής Κοινωνικών ΔικτύωνΠροσθέστε την 125x125 Διαφήμισή σας εδώΠροσθέστε την 300x250 Διαφήμισή σας εδώΠροσθέστε την 728x90 Διαφήμιση εδώΠροσθέστε τη Διαφήμιση 125x125 ΕδώΠροσθέστε τις 300x250 Εικόνες Διαφήμισης εδώΠροσθέστε τις 728x90 Εικόνες Διαφήμισης εδώΠροσθέστε τον προσαρμοσμένο τίτλο μπλοκΠρόσθετες ΕπιλογέςΔιαφήμιση πάνω από το υποσέλιδοΕικόνα ΔιαφήμισηςΣύνδεσμος εικόνας διαφήμισηςΑρχείοΆτιτλοΣυντάκτης: %sBlock Style 1Block Style 2Block Style 4Block Style 6Στυλ Βάθρου 9Τίτλος μπλοκΣτην κεφαλίδα και υποσέλιδοΣτενή ΔιάταξηΈκτακτες ΕιδήσειςΚατηγορίεςΕπιλογές Χρωμάτων ΚατηγοριώνΡυθμίσεις Χρωμάτων ΚατηγοριώνΑλλάξτε το κείμενο Διαβάστε ΠερισσότεραΑλλάξτε τις Πρόσθετες Ρυθμίσεις από εδώ όπως θέλετεΑλλάξτε τις Ρυθμίσεις Εμφάνισης από εδώ όπως θέλετεΑλλάξτε τις ρυθμίσεις υποσέλιδου από εδώΑλλάξτε τις Ρυθμίσεις Κεφαλίδας από εδώ όπως θέλετεΑλλάξτε το χρώμα κάθε στοιχείου κατηγορίας όπως θέλετε.Κλέβετε ε;Επιλέξτε για να ενεργοποιήσετε την περιοχή Κοινωνικών ΔικτύωνΕπιλέξτε για να ενεργοποιήσετε τα σχετικά άρθραΕπιλέξτε για να εμφανίζεται το εικονίδιο τυχαίου άρθρου στο βασικό μενούΕπιλέξτε για να εμφανίζεται το Εικονίδιο Αναζήτησης στο βασικό μενούΕπιλέξτε για εμφάνιση χαρακτηριστικής εικόνας σε μοναδική σελίδα.Επιλέξτε για να ενεργοποιήσετε το τμήμα εκτάκτων ειδήσεωνΕπιλέξτε για να ενεργοποιήσετε το lightbox για τις χαρακτηριστικές εικόνες σε μονό άρθροΕπιλέξτε για ενεργοποίηση της λειτουργίας σταθερού πρωτεύντος μενού.Επιλέξτε για να κρύψετε άρθρα/σελίδες από τη αρχική σελίδαΕπιλέξτε για απόκρυψη χαρακτηριστικής εικόνας σε μοναδική σελίδα.Επιλέξτε για να συνδέσετε την εικόνα κεφαλίδας με την αρχική σελίδαΕπιλέξτε για να εμφανίσετε την ημερομηνία στην κεφαλίδαΕπιλέξτε για να εμφανίζεται το εικονίδιο αρχικής σελίδας στο βασικό μενού.Επιλογή εικόναςΕπιλέξτε το χρώμα εμφάνισης του ιστότοπου σας.Επιλέξτε το συνολικό τύπο κυρίου υποσέλιδου που θέλετεΕπιλέξτε την περιοχή εμφάνισης της κυρίως κεφαλίδας που θέλετεΔιαλέξτε την επιλογή που θέλετεΕπιλέξτε τη διάταξη του ιστότοπου. Η αλλαγή θα έχει αντίκτυπο σε όλο τον ιστότοποΕπιλογές χρωμάτωνΧρώμα:ColorMagΙστολόγιο ομορφιάς ColorMagColorMag Business MagazineColorMag DarkColorMag Γενικές μικροεφαρμογέςColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag μπλοκ μικροεφαρμογώνColorMag πλέγμα μικροεφαρμογώνΠλοήγηση σχολίωνΤα σχόλια είναι απενεργοποιημένα.Σελίδα ΕπικοινωνίαςΠλευρική Στήλη Σελίδας ΕπικοινωνίαςΠρότυπο Σελίδας ΕπικοινωνίαςΜεσαίο Αριστερά Τμήμα ΠεριεχομένουΜέση Δεξιά Ενότητα περιεχομένουΠάνω Τμήμα ΠεριεχομένουΠροσαρμοσμένο CSSΣκοτεινή εμφάνισηΤύπος προβολής ημερομηνίας στην κεφαλίδαΗμέρα: %sΠροεπιλεγμένη διάταξηΠροεπιλεγμένη διάταξηΠροεπιλεγμένη διάταξη για σελίδες μόνοΠροεπιλεγμένη διάταξη για άρθρα μόνοΠροεπιλογή: Προβολή της εικόνας Κεφαλίδας ανάμεσα στον τίτλο/κείμενο του ιστοτόπου και το κύριο/βασικό μενού.ΠεριγραφήΕπιλογές ΣχεδιασμούΑπενεργοποίησηΠροβολή τελευταίων άρθρων ή συγκεκριμένης κατηγορίας, η οποία θα χρησιμοποιηθεί ως slider.Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία.Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία. Κατάλληλο για την Περιοχή δίπλα από την πλευρική μπάρα κύλισης.Προβολή της εικόνας Κεφαλίδας κάτω από το κύριο/πρωτεύον μενού.Προβολή της εικόνας Κεφαλίδας ακριβώς πάνω από τον τίτλο/κείμενο του ιστοτόπου.Προβολή άρθρων από:ΤεκμηρίωσηΔιόρθωσηΠλευρική Στήλη Σελίδας Λάθους 404Everest Forms – Easy Contact Form and Form BuilderΜικροεφαρμογή-παράδειγμαFacebookΧαρακτηριστική εικόναΧαρακτηριστική εικόνα σε μοναδική σελίδαΦιλτράρισμαΔιορθωτής υποσέλιδου πνευματικής ιδιοκτησίαςΤύπος εμφάνισης περιοχή κυρίως υποσέλιδουΕπιλογές ΥποσέλιδουΥποσέλιδο μόνοΑπό τη ρύθμιση της ημερομηνίας στο WordPressΡυθμίσεις Αρχικής ΣελίδαςΠρώτη σελίδα: Περιοχή δίπλα στο sliderΑρχική Σελίδα: Κάτω Μέρος ΠεριεχομένουΑρχική Σελίδα: Μεσαίο Αριστερά Τμήμα ΠεριεχομένουΑρχική Σελίδα: Μέση Δεξιά Ενότητα περιεχομένουΑρχική Σελίδα: Πάνω Τμήμα ΠεριεχομένουΕμπρός σελίδα: Χώρος SliderGoogle-PlusΣτυλ Πλέγματος 2Στυλ Πλέγματος 3Στυλ Πλέγματος 4Στυλ Πλέγματος 5Θέση Εικόνας ΚεφαλίδαςΜόνο Λογότυπο Κεφαλίδας Επιλογές Κεφαλίδας (Header)Στήλη κεφαλίδαςΜόνο Κείμενο Κεφαλίδας Θέση εικόνας ΚεφαλίδαςΚεφαλίδα μόνοLightbox ΕικόναςΕικόνεςInstagramΌπως φαίνεται δεν βρέθηκε κάτι εδώ. Δοκιμάστε την αναζήτηση παρακάτω.Φαίνεται ότι δε βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την αναζήτηση.Πρόσφατα άρθραΠρόσφατα:Η διάταξη θα είναι όπως παρακάτω:ΑριστεράΑριστερή πλευρική στήληΣύνδεσμοιΤύπος εμφάνισης στη κύρια περιοχή κεφαλίδαςΜήνας: %sΝεότερα σχόλια &rarr;Επόμενα άρθρα <span class="meta-nav">&rarr;</span>Επόμενη 	&rarr;Χωρίς πλευρική στήλη, περιεχόμενο με  κεντρική στοίχησηΜέγιστο πλάτος χωρίς πλευρική στήληΑριθμός άρθρων για προβολή:Offset Άρθρα:Ωπα! Αυτή η σελίδα δε βρέθηκε.Πρότυπο Page BuilderΣελίδες:Pingback:PinterestΣυντάκτης άρθρουΠλοήγηση δημοσιεύσεωνΆρθρα&larr;Κύριο ΜενούΠρωτεύον χρώμαΠαράθεσηΤυχαίο άρθροΠερισσότεραΈτοιμοι για την πρώτη σας δημοσίευση; <a href="%1$s">Πάμε</a>!Σχετικές δημοσιεύσειςΣχετικά άρθρα βάσει κατηγοριώνΣχετικά άρθρα από ετικέτεςΤα σχετικά άρθρα πρέπει να εμφανίζονται ως:ΣχολιάστεΔεξιάΔεξιά πλευρική στήληΑναζήτησηΕικονίδιο ΑναζήτησηςΕπέλεξε εμφάνισηΕπιλέξτε μια εικόναΕπιλέξτε κατηγορίες:Επιλογή κατηγορίαςΕπιλέξτε προεπιλεγμένη διάταξη για σελίδες. Αυτή η διάταξη θα εμφανίζεται σε όλα τις σελίδες εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένη σελίδαΕπιλέξτε προεπιλεγμένη διάταξη για μονά άρθρα. Αυτή η διάταξη θα εμφανίζεται σε όλα τα μονά άρθρα εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένα άρθραΕπιλέξτε προεπιλεγμένη διάταξη. Αυτή η διάταξη θα εμφανίζεται στο αρχείο όλου του ιστότοπου, στις κατηγορίες, σελίδα αναζήτησης, κλπ. Η διάταξη για μονά άρθρα και σελίδα μπορεί να οριστεί από τις παρακάτω επιλογέςΕμφάνιση και των δύοΕμφάνιση ΗμερομηνίαςΕμφάνιση του Εικονιδίου Αρχικής ΣελίδαςΕμφάνιση τελευταίων άρθρωνΠροβολή άρθρων από μια κατηγορίαΠροβολή μικροεφαρμογής δίπλα στο slider. Ταιρίαζει για το  TG: Highlighted Posts.Δείχνει τα γραφικά στοιχεία στην αριστερή πλευρά.Δείχνει τα γραφικά στοιχεία στην δεξιά πλευρά.Εμφάνιση Widgets στη στήλη υποσέλιδου 4.Εμφάνιση Widgets στη στήλη υποσέλιδου 1.Εμφάνιση Widgets στη στήλη υποσέλιδου 3.Εμφάνιση Widgets στη στήλη υποσέλιδου 2.Εμφάνιση Widgets στη κεφαλίδα ακριβώς πάνω από το κυρίως μενού.Εμφάνιση Widgets στη στήλη σελίδας επικοινωνίας.Εμφάνιση Widgets στη στήλη σελίδας σφάλματος 404.Διάταξη του siteΧρώμα εμφάνισηςΕπιλογές Κοινωνικής ΔικτύωσηςΚοινωνικοί σύνδεσμοι για εμφάνιση στο:Λυπούμαστε, αλλά τίποτα δε βρέθηκε που ταιριάζει στους όρους αναζήτησης. Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά.Προσκολλουμένο ΜενούΥποστήριξηTG: 125X125 ΔιαφήμισηTG: 300x250 ΔιαφήμισηTG: 728X90 ΔιαφήμισηTG: Featured Category SliderTG: Επιλεγμένα άρθρα (Στυλ 1)TG: Επιλεγμένα άρθρα (Στυλ 2)TG: Επιλεγμένα άρθρα (Στυλ 3)TG: Επιλεγμένα άρθρα (Στυλ 4)TG: Επιλεγμένα άρθρα (Στυλ 5)TG: Επιλεγμένα άρθρα (Στυλ 6)TG: Επιλεγμένα άρθρα (Στυλ 7)TG: Μικροεφαρμογή τυχαίων άρθρωνTG: Μικροεφαρμογή με καρτέλεςTG: ΒίντεοΧρώμα Κειμένου:Προεπιλεγμένη Ρύθμιση ΘέματοςThemeGrillΑυτό θα επηρεάσει συνδέσμους, κουμπιά και πολλά άλλα. Επιλέξτε χρώμα που ταιριάζει στον ιστότοπο σαςΤίτλος ΜικροεφαρμογήςΤίτλος:TwitterΤύπος 1 (προεπιλογή)Τύπος 2Μοναδικό σύστημα δημοσιεύσεωνΧρήση εικόναςΒίντεοΔες το DemoΠροβολή τυχαίου άρθρουΛευκή εμφάνισηΕυρεία ΔιάταξηΤίτλος ΜικροεφαρμογήςWordPressΈτος: %sΊσως Σας ΕνδιαφέρειYoutubeΤο σχόλιό σας περιμένει έγκρισηΜια σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[�ϖ1��languages/tr_TR.monu�[���������
��!���n�BXhowz	�w�(',$T)y#�!�0�s����)BRdG#�#�"*2*])����� 0 K h � � � '� � !	!
"!-!$>!c!
p!~!�!Y�!""3"4I"/~"0�"0�"4#6E#4|#4�#�#3�##.$5R$#�$@�$*�$9%4R%)�%F�%)�%C"&/f&7�&2�&1'3'3L' �'/�'�'>�', (HM(3�(�(>�(
))7)@)M)b)v)7�)�)�)�)A
*O*\*q*�*�*�*;�*+3.+b+|+!�+�+�+
�+�+,,A*,6l,�,�,�,$�,T-	Y-
c-q-}-�--�-/�-/�-+".2N.L�.0�.+�.U+/3�/`�/108H0V�0m�0NF1
�1�1��1w2�|2;R38�3-�3�3�34!4*414I4U4s4�4�4�4�45!%5'G5o50�5�5�5�5"616Q60n6&�6�6�6�6"7'87(`7�7�7�7�7�78
88)8=8S8_8p88�8�8�8�8�8P�8"O9r9~9�9	�9G�9W�9?:G:`:e:r:�:	�:�:�:�:	�:�:0�:;";8;T;j;>v;�;"�;4�;%)<O<k<}<�<	�<	�<�<�<�<�<$�<==2=">=&a=�=�=�=)�=)�=>1>!O>q>x>�>	�>F�>�>
�>�>?,?L?R?
X?f?s?�?�?�?
�?�?�?y�?�Y@��@�A	�A	�A�A�A�AB�A:BBWBD�B�B�B%C->C$lC/�C&�C-�C$DD;D'�D �D�D�D
�D�D'E)3E%]E'�E�E�E�E�E\�E
OFZFfFrFzF�F�F�F�F�FG7GTGqG�G�G�G�G�G
HfH�yH�I��I�jJ�K��K�0L��LNMdMvM�M
�M��MV�N�N �NOO
O&OE.O;tO7�O�O�OP	PP-P	0P:P	APKP^PnP{P�P�P�P	�P�P�P�P�P�PR$R1R9RTKR'�R�R�R�R�R�R�R�S�S0�S-T0TUBT�T�T
�T�T�T�T�Tv�T%`U%�U"�U&�U!�U"V2;VsnV��Vt�WX&X?XTX+fX8�X&�X&�X)Y-CY-qY,�Y
�Y�Y�YZZ,ZAZVZ&kZ�Z�Z-�Z�Z
�Z[	 [*[%9[
_[m[�[�[I�[�[\#&\3J\4~\<�\=�\1.]1`]2�]A�]^(^?E^D�^8�^;_.?_Gn_>�_-�_0#`DT`c�`6�`K4aM�aV�a&%b%Lb/rb@�b�b�bc-1c_c|c=�c�c�c�cdd&d1=d od�d�dE�d�d"e5eRepe�e7�e�e=�e'1fYf vf�f�f	�f$�f�f!�fKg8dg�g�g!�g'�ge
h	sh}h
�h�h�h+�h.�h5i*Ri5}iS�i<j.DjlsjM�j�.k@�kN�k9GlX�l/�l
mm�m�m{�m(=nfn*�n�n �n�n�n�n#�no"o8oPoio�o�o�o"�o#�op;1p"mp�p!�p&�p�p
q@)q*jq�q�q(�q�q$
r%2r Xryr�r�r�r�r�r�r�rs
,s:sPsjs�s�s"�s+�s�s9t%Htnt
�t�t	�t[�tjuvu$�u�u	�u�u�u�u�u
�u�u	vv2.vavpv%wv�v	�v8�v!�v$!w+Fwrw"�w�w�w�w�w	�w�w"x/x5x7Ix�x�x�x(�x+�xyy"y3;y2oy�y�y#�yz
zz1zW7z�z�z%�z#�z/�z${-{
2{={D{[{
_{$m{
�{�{�{��{�S|��|�}�}
�}�}~"~\@~&�~(�~=�~'+(S9|&�5�1�8E�&~�5��Lۀ7(�+`�������Ɂ5ځ*�3;�2o�������ۂy�
n�y���������ÃՃ&�"�"8�"[�"~�"��"Ą"�
��?�T�Ca�Q��������:�nɇj8�v��d������Ή
���c��	�-��&�7�>�F�:N�.��+�����
��"�>�	A�K�T�h�������
��$��݌	�������7��!'�I�Q�Fc�'��Ҏێݎߎ�% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s Views%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Edit)+1 This, 0 View1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor URL In Author BioAuthor: %sBelow NavigationBlog/Archive and Search Pages LayoutBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the unique post system for the bundled widgetsCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the content in the popupCheck to display the link to the author page in the Author Bio sectionCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMagColorMag ProColorMag Pro FashionColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Copyright &copy; Custom CSSDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDemo ImporterDescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarExample WidgetFacebookFlickrFooter Copyright EditorFooter MenuFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle PlusGoogle-PlusHeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksMagazine TemplateMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Oops! That page can&rsquo;t be found.Page Title. Default is 34pxPage title color.Pages:Pin ItPingback:PinterestPost Meta DisplayPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"SkypeSocial OptionsSocial Profiles in Author BioSocial Share ButtonSorry, but nothing matched your search terms. Please try again with some different keywords.SoundCloudSticky MenuStumbleUponSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThe License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle:Titles related font size optionsTotal ViewsTumblrTweet ThisTwitterType 1 (Default): Header text & logo on left, header sidebar on rightType 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageUser Social LinksVKVideo URLVideosView DemoView a random postVimeo Video ID:Vimeo-SquareVineWide LayoutWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssXingYear: %sYou May Also LikeYou changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.YouTubeYour comment is awaiting moderation.YoutubeYoutube Video ID:comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2018-05-30 04:35:06+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: tr
Project-Id-Version: Themes - ColorMag Pro
% yorum%1$s tarihinde, saat %2$s%1$s in%2$s yazısı var ve artmaya devam ediyor%s%s Görüntüleme%s aktifleştirilmedi.Ayarlara gidip lisans ve lisans emailini girip aktfileştir %s.&larr; Eski yorumlar&larr; Önceki(Düzenle)+1 le, 0 Görüntüleme1 Yorum<b>Dikkat!</b> Dışardan gelen istekleri engelliyorsunuz %s Güncelemeleri alamazsınız.Almak için %s a ekleyin %s.<i class="fa fa-comment"></i> 0 yorum<i class="fa fa-comment"></i> 1 yorum<i class="fa fa-comment"></i>Yorum<i class="fa fa-comments"></i> % yorum<i class="fa fa-history"></i>Yeni<i class="fa fa-star"></i>Popüler<span class="meta-nav">&larr;</span> Eski yazılar<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>%s için lisans bulunamadı.Belki de lisans anahtarı girmeyi unuttunuz.Veya hesabınızda ki lisans pasif.Yeniden aktifleştirmek için <a href="%s" target="_blank">dashboard</a>.%s için lisans bulunamadı.Hesabınızdan yeniden üyelik alabilirsiniz <a href="%s" target="_blank">dashboard</a>.API lisans aktifleştirmeAPI Lisans  pasifleştirAPI lisans anahtarıAPI Lisans emailiSosyal bağlantılar alanını etkinleştirVideonuzu buraya ekleyin.Youtube ve Vimeo desteklenmekte125x125 reklamınızı buradan ekleyin300x250 reklamınızı buradan ekleyin728x90 reklamınızı buraya yerleştirin125x125 reklam görsellerinizi buraya ekleyin300x250 reklam görsellerinizi buraya ekleyin728x90 reklam görsellerinizi buraya ekleyinEk ayarlarEkstra sosyal ikonlarEkstra sosyal link 5Ekstra sosyal link 4Ekstra sosyal link 1Ekstra sosyal link 6Ekstra sosyal link 3Ekstra sosyal link 2Alt bölümün üstünde reklam alanıReklam görseliReklam görsel bağlantısıTüm başlık fontu.Open sans varsayılandırArşivYan sütunlarYazar biosundaki yazar adresiYazar: %sAlt navigasyonBlog/Arşiv ve arama sayfası düzeniKutulu düzenSon dakika haberleriButon arkaplan rengiButon metin rengiButon metin büyüklüğü(Daha fazka oku ,gönder gibi) 12px varsayılanKategori renk seçenekleriKategori renk ayarlarıDaha fazla oku metnini değiştirinBuradan ek ayarları istediğiniz gibi değiştirinRenk ayarlarını buradan isteğine göre değiştirBuradan tasarım ayarlarını istediğiniz gibi değiştirinÜst alan ayarlarını buradan istediğiniz gibi değiştirinDaha fazla oku metnini isteğine göre değiştirSosyal ayarlarını isteğinize göre düzenleyinYazım ayarlarını isteğinize göre değiştirinHer bir kategori ögesinin rengini istediğiniz gibi değiştirinHile mi yapıyorsun?Kaydırma efektini kapatmak için tıklaSosyal bağlantılar alanını etkinleştirmek için tıklayınTek yazıılarda paylaşım butonlarını aktifleştirmek için seçİlişkili yazıları etkinleştirmek için işaretleyinEşsiz yazı sistemini entegre widgetlar için aktifleştirYukarı kaydırma butonunu gizlemek için seçBirincil menüde rastgele yazı simgesini göstermek için işaretleyinBirincil menüde arama simgesini göstermek için işaretleyinPenceredeki içeriği görmek için işaretleYazar Bio sunda yazarın sayfasına link gösterSon dakika haberleri bölümünü etkinleştirmek için işaretleyinTekil yazılarda öne çıkan görseller için kutu özelliğini etkinleştirmek için işaretleyinPopüler yazılarda sayacı aktifleştirmek için seçBirincil menünün yapışkan özelliğini etkinleştirmek için tıklayınBlog yazılarını/statik sayfaları ön sayfadan gizlemek için işaretleyinÜst kısım görsel bağlantısının ana sayfaya yönlendirilmesi için işaretleyinYeni pencerede göstermek için tıklaSosyal profili yazar biosunda gösterÜst alanda tarih göstermek için işaretleyinBirincil menüde ana sayfa simgesi göstermek için işaretleyinBir görsel seçinFlaş haber animasyonunu seçHeader gösterim tipini seçBlog,arşiv ve arama sonuöları için düzenSon haberlerin konumunu seçİstediğiniz seçeneği seçinSite yerleşimini seçin. Bu değişiklik tüm siteye yansırRenk seçenekleriColorMagColorMag ProColorMag Pro ModaColorMag Pro SporColorMag Pro TeknolojiColorMag Pro,ColorMag free  nin pro sürümüdürColorMag teması önemli linklerYorum dolaşımıYorumlar kapatıldı.Lisans anahtarı API sunucusuna bağlantı kurulamadı.Tekrar deneyinİletişim sayfasıİletişim sayfası kenar çubuğuİletişim sayfası şablonuÖn sayfa:İçerik alt alanıİçerik orta sol bölümİçerik orta sağ bölümİçerik alanlarının başlığı rengi(H1 ve H2 gibi)İçerik üst bölümİçerik yazı tipi ve diğerleri için.Varsayılan Open Sansİçerik metin büyüklüğü ayarlarıİçerik alanının renkleriİçerik alanı arkaplanı rengiİçerik metni rengiCopyright &copy; Özel CSSÜst alanda tarih gösterim biçimi:Gün :%sAPI Lisans anahtarı pasifleştirAPI lisans anahtarını pasifleştirerek başka bloglarda kullanabilirsinizVarsayılan(ilk resim büyük diğerleri yan yana ikili)Varsayılan düzenVarsayılan düzenSayfalar için varsayılan düzenTekil yazılar için varsayılan düzenVarsayılan: Üst kısım görselini site başlığı/metni ile ana/birincil menü arasında göster.DeliciousDemo içeri aktarıcıAçıklamaTasarım AyarlarıEtkisizleştirSadece yazı alanında yazarı pasifleştirSadece yazı alanında kategoriyi pasifleştirSadece yazı alanında sadece yorumları pasifleştirSadece yazı alanında tarihi pasifleştirSadece yazı alanında düzenle butonunu pasifleştirYazı bilgilerini yazılardan komple pasifleştir.Mesela tüm meta verileri kaldırSadece yazı alanında sadece yazıyı gösteri pasifleştirSadece yazı alanında etiketleri pasifleştirKaydırakta kullanılmak üzere en güncel yazıları ya da belirli bir kategorinin yazılarını gösterir.Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler.Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler. Kaydırak yan sütun harici diğer alanlar için uygundur.Üst kısım görselini ana/birincil menünün altında göster.Üst kısım görselini site başlığının/metninin hemen üstünde göster.Son dakikayı daha ince göster(Yan paneller için uygun)Popüler yazı,yen, yazı ve yeni yorumları pencerede göster.Yan paneller için  uygunSiteden rastgele yazı göster(Yan panel için)BelgelerAşaİndirme izni %s için kapatıldı.Lisans bittiği için olabilir. Yeniden aktifleştirmek için hesabınıza gidin <a href="%s" target="_blank">dashboard</a>.DüzenleCopyright bilgilerini düzenleyebilirsiniz. [the-year], [site-link], [wp-link], [tg-link] gibi kısa kodlar kullanılabilirFlaş haberler için gösterilme süresiSon haber değişme hızıTicker haberler için görüntüleme metnihata404 hata sayfası kenar çubuğuÖrnek bileşenFacebookFlickrAlt alan hak bildirimi düzenleyiciFooter MenuFooter paneli 4 (alt)Footer Yanpanel 1 (Alt)Footer yanpanel 1 (üst)Footer Yanpanel 3 ( Alt )Footer yanpanel 3 (üst)Footer Yanpanel 2 (Alt)Footer yanpanel 2 (üst)Footer copyright link metin rengi.Footer copyright ve arkaplan rengi.Footer copyright metin rengiFooter copyright metninin büyüklüğü (14px varsayılan)Footer metin büyüklük ayarlarıFooter alanı renkleriFooter küçük menu metin rengi.Footer küçük menü:Varsayılan 14pxFooter widget arkaplan rengiFooter widget içerik rengiFooter widget içeriğinin metin büyüklüğü.Varsayılan 14pxFooter widget içerik linkinin metin rengiWordPress tarih ayarındanÖn sayfa ayarlarıÖn sayfa: Kaydırağın yanındaki alanÖn sayfa: İçerik alt bölümÖn sayfa: İçerik orta sol bölümÖn sayfa: İçerik orta sağ bölümÖn sayfa: İçerik üst bölümÖn sayfa: Kaydırak alanıÖn sayfa:Genişliği kaplaGoogle yazıtipi ayarlarıGoogle PlusGoogle-PlusHeaderHeader renk ayarıHader gösterim tipiBaşlık görseli konumuBaşlık LogoBaşlık Sadece Logo Sayfa Tepesi SeçenekleriÜst alan araç çubuğuBaşlık Sadece Yazı Header arkaplan rengiHeader yazı büyüklüğü ayarıÜst kısım görseli görüntüleme konumuGörsel kutusuResim büyüklüğü(1400x600px,Ön sayfa için uygundur)Orta resim büyüklüğü(8000x455px)Resim büyüklüğü:GörsellerÖnemli bağlantılarInstagramGörünen o ki burada hiç bir şey bulunamadı. Bir de aşağıdan arama yapmayı deneyin.Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir.En güncel:Düzen aşağıdaki gibi olacaktır:SolSol MenüLisans aktifleştirmeLisans pasifleştirmeBeğenLinkedInBağlantılarMagazin temasıAylar: %sYeni yorumlar &rarr;Yeni yazılar <span class="meta-nav">&rarr;</span>Sonraki &rarr;&rarr;Ortalanmış içerikli yan sütun yokTam genişlikli yan sütun yokYorum yokKaç adet popüler yazı,yeni yazı ve yorum gösterisinGörüntülenecek yazı sayısı:Rastgele gösterilcek yazı sayısıKaç adet yazı son yazılarda gösterilsinOff! Bu sayfa bulunamadı.Sayfa başlığı.Varsayılan 34pxSayfa başlığı rengiSayfalarPin'leGeri bildirim: PinterestYazı meta görüntülemeYazı başlığı.Varsayılan 32pxYazarYazı metası rengiYazı metası metin büyüklüğü.   12 px varsayılanYazı dolaşımıYazıların başlık rengiAltyapıTercih edilen sosyal link renk ayarlarıTercih edilen Sosyal link FontAwesome ikonu&larr;Birincil menüBirincil renk seçeneğiBirincil menü yazıtipi .Open sans varsayılandırBirincil menü seçilmiş/vurgulanmış item rengiBirincil menü metin rengiBirincil menü.Varsayılan px14Birincil alt menü.Varsayılan px14AlıntılarRastgele YazıTemayı değerlendirDevamİlk yazınızı yayınlamaya hazır mısınız? <a href="%1$s">Buradan başlayın</a>.Redditİlişkili YazılarKategorilere göre ilişkili yazılarEtiketlere göre ilişkili yazılarİlişkili yazılar şu şekilde gösterilmeli:YanıtlaSağSağ MenüKaydetYukarı kaydır butonuAraArama simgesi%1$s ile uyumlu tüm yazıları görDüzen seçinBir görsel seçinKategori SeçinSayfalar için varsayılan düzeni seçin. Bu düzen belirli bir sayfaya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktırTekil yazılar için varsayılan düzeni seçin. Bu düzen belirli bir yazıya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktırVarsayılan düzeni seçin. Bu düzen tüm site arşivleri, kategoriler, arama sayfaları vb. alanlara uygulanacaktır. Tekil yazı ve sayfaların düzeni aşağıdaki seçenekler ile kontrol edilebilir.Yazıyı paylaş:İkisini de gösterTarih gösterAna sayfa simgesi gösterEn son yazıları gösterBir kategoriden yazıları gösterKaydırağın hemen yanında bileşen gösterir. TG: Dikkate değer yazılar için uygundur.Widgetları menünün altında gösterÖnerilen araç TG: Featured Cat Slider.Alt kısmın üstündeki araçlar.Önerilen araç TG: 728x90 Sol kenar çubuğunda widget gösterir.Sağ kenar çubuğunda widget gösterir.Dördüncü alt alan yan sütunda bileşenleri gösterir.Widgetları footer 1 de üstte gösterBirinci alt alan yan sütunda bileşenleri gösterir.Widgetları footer 3 yanpanelin üstünde gösterÜçüncü alt alan yan sütunda bileşenleri gösterir.Widgetları footer 2 de üstte gösterİkinci alt alan yan sütunda bileşenleri gösterir.Ana dolaşım menüsünün hemen üstünde, üst alanda bileşenleri gösterİletişim sayfası şablonunda bileşenleri gösterir.404 hata sayfasında bileşenleri gösterirYanpanel widget başlık rengiSite düzeniSite etiketleri.Site başlığıSite etiketleri metin büyüklüğü.Varsayılan px16Site etkikerleri.Open sans varsayılandırSite başlık yazı büyüklüğü.Varsayılan px46Site başlık yazıtipi..Open sans varsayılandırSkypeSosyal seçeneklerYazar biosunda sosyal profillerSosyal paylaşım butonuÜzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin.SoundCloudYapışkan menüStumbleUponDestekTG: 125x125 reklamTG: 300x250 reklamTG: 728x90 reklamTG: Son dakika widget ıTG: Öne çıkan kategori kaydırağıTG: Öne çıkan yazılar (Stil 1)TG: Öne çıkan yazılar (Stil 2)TG: Öne çıkan yazılar (Stil 3)TG: Öne çıkan yazılar (Stil 4)TG: Öne çıkan yazılar (Stil 5)TG: Öne çıkan yazılar (Stil 6)TG: Öne çıkan yazılar (Stil 7)TG: Highligted PostsTG: Rastgele yazılar bileşeniTG: Sekmeli bileşenTG: VideolarTema lisansı aktifleştrilmedi %sBuradan%s aktifleştirebilirsinizLisans pasifleştirilemedi.Lisans pasifleştirme penceresinde elle pasifleştirin %s için lisans bitti. Hesabınızdan yeniden aktifleştirin yada yeni lisans satın alın <a href="%s" target="_blank">dashboard</a>. %s e ait üyelik iptal edildi.Hesabınızdan tekrar aktifleştirebilirsiniz<a href="%s" target="_blank">Panel</a>. Yeni lisans satın alma işleminden sonra email olarak size gelecektir%s için lisans çöpe taşındı ve yakında silinecek. Hesabınızdan yeni üyelik alabilirsiniz <a href="%s" target="_blank">dashboard</a>.%s için üyelik durduruldu. Hesabınızdan yeniden aktifleştirin <a href="%s" target="_blank">dashboard</a>. %s Lisans süresi bitti.Hesabınızdan yeniden aktifleştirin <a href="%s" target="_blank">dashboard</a>.%s için üyelik beklemede. Hesabınızdan yeniden aktifleştirebilirsiniz <a href="%s" target="_blank">dashboard</a>.%s halen beklemede.Durumunu burdan kontrol edebilirsiniz <a href="%s" target="_blank">dashboard</a>.Tema varsayılanı ayarıTema aktifleştirildiTema lisansı pasifleştirildiTema:ColorMag Pro üreticiThemeGrillBu önerilen eklenti  ile %s nasıl gözüktüğünü göreceksiniz..Daha fazla araç ve özel araçlarınız  %swidgets screen%s adresini kullanın.Bu bağlantılar, tuşlar ve diğer bir çok şeye etkiyecektir. Siteniz ile uyumlu bir renk seçinBaşlık:Başlık alakalı yazı büyüklüğü ayarıToplam gösterimTumblrTwettleTwitterTip 1(Varsayılan):Header merni ve logo salda.panel sağdaTip 2:Header paneli solda,metni ve logo sağdaTip 3:Header metni,yanpanel merkezi hizalıYazım ayarlarıEşsiz yazı sistemiYukarıGörseli kullanKullanıcı sosyal linkleriVKVideo URLVideolarDemoyu görüntüleRastgele bir yazı görüntüleVimeo Video ID:Vimeo-SquareVineGeniş düzenWidget başlığı.18 px varsayılanWidget başlık rengiWordPressÖzel CSS ni yazXingYıl: %sBunları da sevebilirsiniz%s, için üyrlik değiştirildi.Yani yeni lisans anahtarını ayarlar bölümünden girmen lazım. The License Emailinize gelmiş olması lazım.Gelmediyse giriş yapıp edinebilirsiniz. <a href="%s" target="_blank">dashboard</a>.YouTubeYorumunuz denetim için bekliyor.YoutubeYoutube Video ID:&ldquo;%2$s&rdquo; için bir yorum&ldquo;%2$s&rdquo; için %1$s yorumhttps://themegrill.com/themes/colormag/diyorki:126404PK�
�[�Q��9�9languages/en_CA.monu�[������,<<=JMcsz'}'�)�0�s(
�
�
#�
#�
"*3*^)�����
$/
<Jay4�0�0�4&[;o#�#�9�4-)bC�7�21; m/��>�
+8K`m����
���$4TY���U�3'`[1�8�
'5:Q`i��"�'�(�(H`l��������	GWd�����	��0FRh��%��	�	��-:OV	bFl
����
-4
@Ny^���`		)8JBe��%�$&,$SDx'� �\!~������ 6 S p � � � � 
� 
� V!^!e!m!�!�!�!	�!�!�!	�!�!�!"$"T;"�"�#�#�#�#�#�#'�#'�#)&$0P$s�$�$%#!%#E%"i%*�%*�%)�%&&>&S&m&v&
}&�&
�&�&�&�&4�&0'0P'5�'�';�'#(#*(9N(4�()�(C�(7+)2c)1�) �)/�)*>9*x*
�*�*�*�*�*�*�*+.+
B+M+U+d+s+$�+T�+,,&,W.,5�,`�,1-8O-
�-�-�-�-�-�-�-�-".'8.(`.�.�.�.�.�.�./////M/\/c/	s/G}/W�/0%0>0C0P0	V0`00v0�0�0�0�0�0%1.1	51	?1I1U1e1l1y1�1�1	�1F�1
�12232S2Y2
_2m2t2
�2�2y�2�3��3	U4	_4i4x4�4B�4�45%!5$G5&l5$�5D�5'�5 %6F6R6\a6�6�6�6�677<7Y7v7�7�7�7�788
18
<8WG8�8�8�8�8�8�8	999	*949=9O9$W9E|9%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:21:55+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/2.2.2
Language: en_CA
Project-Id-Version: Themes - ColorMag Pro
%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Colour OptionsCategory Colour SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the colour of each category items as you want.Cheatin&#8217; eh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose the option that you wantChoose your site layout. The change is reflected in whole siteColour OptionsColourMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault LayoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of a specific category, which will be used as the slider.Display latest posts or posts of a specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigation&larr;Primary MenuPrimary colour optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related postsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect CategorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a colour to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.One thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PK�
�[�
~,~,languages/fr_FR.ponu�[���# Translation of Themes - ColorMag Pro in French (France)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:51:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fr\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modèle de constructeur de page"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Style de grille 5 "

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Style de grille 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Style de grille 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Style de grille 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Sélection de catégories :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Catégories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Afficher articles depuis :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset d’articles :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Articles"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Style de bloc 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Couleur de texte :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Couleur :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Titre de widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Ajoutez votre titre de bloc personnalisé"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Titre de bloc"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titre de widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globaux ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de grille ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de blocs ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Sombre"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Constructeur de formulaire et formulaire de contact simple"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Cochez pour afficher l’image mise en avant dans les articles."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Image mise en avant dans la page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Cochez pour masquer l’image mise en avant dans les articles."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Image mise en avant"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (par défaut)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone de pied que vous souhaitez"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Type d’affichage de zone principale du pied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Options du pied"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Changez les régalges du pied comme vous le voulez"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En-tête et pied"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pied uniquement"

#: inc/customizer.php:768
msgid "Header only"
msgstr "En-tête uniquement"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Afficher les liens sociaux sur : "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Coloris sombre"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Coloris blanc"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choisissez le coloris pour votre site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Couleur de coloris"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone d’en-tête que vous souhaitez"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Type d’affichage de zone principale d’en-tête"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Depuis le réglage de date de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Réglage par défaut du thème"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date dans l’en-tête d’affichage type :"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Articles récents"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Sélectionner une image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Utiliser l'image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choisir une image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Une pensée sur &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensées sur &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modèle de page contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "droite"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Ceci est un widget d’exemple pour montrer à quoi la barre %s ressemble par défaut. vous pouvez ajouter des widgets personnalisés depuis %sl’écran des widgets%s dans l’admin. Si des widgets personnalisés sont ajoutés ils remplaceront ceux ci."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget exemple"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Gauche"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Page de contact"

#: searchform.php:12
msgid "Search"
msgstr "Recherche"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Il semble que rien ne soit trouvé pour votre recherche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Désolé, mais rien ne correspond à vos critères."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Prêt à publier votre 1er article ? <a href=\"%1$s\">Commencez ici</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Suivant &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Précédent"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Alors, on triche ?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG : Articles mis en avant (style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG : Articles mis en avant (style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG : Articles mis en avant (style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG : Widget d’articles aléatoires"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG : Widget en onglet"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG : Articles mis en avant (style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG : Articles mis en avant (style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG : Vidéos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Ajout de vos images d’annonce 125x125 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG : Annonces 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Ajout de votre annonce 125x125 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Ajout de vos images d’annonce 728x90 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG : Annonces 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Ajout de votre annonce 728x90 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Image de l’annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Lien de l'image de l’annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Ajout de vos images d’annonce 300x250 ici."

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG : Annonces 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Ajout de votre annonce 300x250 ici."

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG : Articles mis en avant (style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titre :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "La mise en page sera comme ci dessous :"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG : Articles mis en avant (style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Affiche les derniers articles ou les articles d’une catégorie spécifique."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG : Articles mis en évidence"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Sélectionner la catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Afficher les articles depuis une catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Afficher les derniers articles"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Nombre d'articles à afficher :"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG : Catégorie de diaporama mis en avant"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporama"

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Afficher les widgets dans la barre de pied 4"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Afficher les widgets dans la barre de pied 3"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Afficher les widgets dans la barre de pied 2"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Afficher les widgets dans la barre de pied 1"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Affichage des widgets juste à côté du pied. Pour TG : Widget 728x90"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce au dessus du pied"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Afficher les widgets sur la page d’erreur 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Barre de page d’erreur 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Afficher les widgets sur le modèle de page de contact"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Barre de page de contact"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Page d’accueil : Section de contenu milieu"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Page d’accueil : Section de contenu bas"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Section de contenu droite milieu"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Accueil : Section de contenu mileu droite"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Section de contenu gauche milieu"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Accueil : Section de contenu mileu gauche"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Zone de contenu haut"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Page d'accueil : Zone de contenu haut"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Affichage du widget à côté du diaporama. Pour TG : Articles mis en évidence"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Page d'accueil : Zone à côté du diaporama"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Affichage du widget juste sous le menu. Pour TG : Diaporama de cat mis en avant"

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Page d'accueil : Zone de diaporama"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barre d'en-tête"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Vous pourrez aussi aimer"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill."

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Voir un article au hasard"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Répondre"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Votre commentaire est en attente de validation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s à %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Auteur de l’article"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifier)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Ping :"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articles plus récents <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articles plus anciens"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigation d’article"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifier"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commentaires"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commentaire"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Aucun commentaire"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Options de couleur"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Réglages de couleur de catégorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "changez les couleurs de chaque éléments de catégorie comme vous le voulez."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Options de couleur de catégorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Éditeur de copyright du pied"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Cochez pour activer lightbox pour les images mises en avant dans les articles."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "LightBox image"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Texte pour lire la suite"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articles similaires par étiquettes"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articles similaires par catégories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Les articles similaires doivent être affichés en tant que :"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "cochez pour activer les articles similaires"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Articles similaires"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Système d’article unique"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Options additionnelles"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Changez les réglages additionnels autant que vous le voulez."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Cochez pour afficher dans un nouvel onglet"

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Cochez pour activer la zone de liens sociaux"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activer la section des liens sociaux"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Changer les réglages de réseaux sociaux ici comme vous le voulez."

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Options sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Insérez votre propre CSS"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personnalisé"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option de couleur principale"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Mise en page par défaut des articles"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Mise en page par défaut des pages"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Mise en page par défaut"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Style large"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Style encadré"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choisissez la mise en page de votre site. Ce changement est répercuté sur le site entier."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Mise en page du site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Cochez pour masquer les articles de blog/page statique sur l’accueil"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Réglages de page d’accueil"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Options de design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Changez les réglages de design ici autant que vous le voulez"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Cochez pour faire que l’image d’en-tête envoie sur l’accueil"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Affichage de l’image d’en-tête sous le menu principal"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Par défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principal"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Affichage de l’image d’en-tête juste au dessus du titre/texte du site"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position d'affichage d'image d'en-tête"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position d'image d’en-tête"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Désactiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Afficher les deux"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Texte d'en-tête seulement"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Logo d’en-tête seulement"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choisissez l’option que vous voulez"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo d'en-tête"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’article aléatoire dans le menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Article aléatoire"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Cochez pour afficher l’icône de recherche dans le menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icône de recherche"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Cochez pour activer le comportement fixe pour le menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixe"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’accueil dans le menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Afficher l'Icône d’accueil"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Cochez pour afficher la date dans l'en-tête"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Afficher la date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Récents :"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "cochez pour activer la section de nouvelles fraîches"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Nouvelle fraîches"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Options d’en-tête"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Changez les régalges de l’en-tête ici autant que vous le voulez"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Liens importants"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Voir la démo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Pas de barre, contenu centré"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Pas de barre (pleine largeur)"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barre de gauche"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barre de droite"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Mise en page par défaut"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Choix de mise en page"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Lire la suite"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages :"

#: comments.php:67
msgid "Comments are closed."
msgstr "Commentaires fermés."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigation de commentaire"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Liens"

#: archive.php:61
msgid "Quotes"
msgstr "Citations"

#: archive.php:58
msgid "Videos"
msgstr "Vidéos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Notes"

#: archive.php:49
msgid "Year: %s"
msgstr "Année : %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mois : %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Jour : %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur : %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Il semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oups, la page ne peut pas être trouvée."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�\�{J{Jlanguages/colormag.potnu�[���# <!=Copyright (C) 2024 ThemeGrill
# This file is distributed under the GNU General Public License, version 3 (GPLv3).=!>
msgid ""
msgstr ""
"Project-Id-Version: ColorMag 3.1.9\n"
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
"POT-Creation-Date: 2024-06-27 04:28:45+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#: 404.php:34
msgid "404"
msgstr ""

#: 404.php:32
msgid "oops ! Page Not Found"
msgstr ""

#: 404.php:38
msgid ""
"We are sorry for the inconvenience. The page you’re trying to access does "
"not exist or has been removed."
msgstr ""

#: 404.php:43
msgid "Back to Home"
msgstr ""

#: comments.php:39 inc/ajax.php:53
#. Translators: %1$s: Post title
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr ""

#: comments.php:55 comments.php:75
msgid "Comment navigation"
msgstr ""

#: comments.php:57 comments.php:77
msgid "&larr; Older Comments"
msgstr ""

#: comments.php:58 comments.php:78
msgid "Newer Comments &rarr;"
msgstr ""

#: comments.php:88 inc/ajax.php:90
msgid "Comments are closed."
msgstr ""

#: inc/admin/class-colormag-admin.php:38
msgid "Processing..."
msgstr ""

#: inc/admin/class-colormag-changelog-parser.php:27
#: inc/admin/class-colormag-changelog-parser.php:85
msgid "Changelog not found."
msgstr ""

#: inc/admin/class-colormag-changelog-parser.php:42
msgid "You are not allowed to access this resource."
msgstr ""

#: inc/admin/class-colormag-changelog-parser.php:80
msgid "Could not access filesystem."
msgstr ""

#: inc/admin/class-colormag-changelog-parser.php:91
msgid "Failed to read changelog."
msgstr ""

#: inc/admin/class-colormag-dashboard.php:36
#. translators: %s: Theme Name.
msgid "%s"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:107
msgid "Dashboard"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:113 inc/admin/views/dashbaord.php:199
msgid "Starter Templates"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:127
msgid "Products"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:133
msgid "Free Vs Pro"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:139
msgid "Help"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:179
msgid "Upgrade to Pro"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:198
msgid "Latest Updates"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:79
#: inc/migration/demo-import-migration.php:28
msgid "Colormag"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:87
#. translators: %s: Smile icon
msgid "The above word is just to draw your attention. %s"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:96
#. translators: %1$s: Opening of strong tag, %2$s: Theme's Name, %3$s: Closing
#. of strong tag
msgid ""
"Hope you are having a nice experience with %1$s %2$s %3$s theme. Please "
"provide this theme a nice review."
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:104
msgid "What benefit would you have?"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:110
#. translators: %s: Smiley icon
msgid ""
"Basically, it would encourage us to release updates regularly with new "
"features & bug fixes so that you can keep on using the theme without any "
"issues and also to provide free support like we have been doing. %s"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:119
msgid "Sure, I'd love to!"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:124
msgid "I already did!"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:129
msgid "Maybe later"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:134
msgid "I have a query"
msgstr ""

#: inc/admin/class-colormag-theme-review-notice.php:154
#: inc/admin/class-colormag-theme-review-notice.php:172
#: inc/admin/class-colormag-welcome-notice.php:104
#: inc/migration/class-colormag-migration.php:365
#: inc/migration/demo-import-migration.php:66
msgid "Action failed. Please refresh the page and retry."
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:26
msgid "Get started"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:64
#. translators: 1: Username
msgid "Welcome %1$s!"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:72
msgid "Start Building with ColorMag!"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:80
#. translators: 1: welcome page link starting html tag, 2: welcome page link
#. ending html tag.
msgid ""
"Welcome! Thank you for choosing ColorMag! To get started with "
"professionally designed pre-built templates from ColorMag, click on the "
"button below!"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:87
msgid ""
"Clicking this button will install and activate the ThemeGrill Demo Importer "
"plugin allowing you to import the theme’s demos."
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:108
msgid "Cheatin&#8217; huh?"
msgstr ""

#: inc/admin/views/dashbaord.php:22
msgid "Create a new page"
msgstr ""

#: inc/admin/views/dashbaord.php:34 inc/admin/views/starter-templates.php:9
msgid "Activate ThemeGrill Demo Importer Plugin"
msgstr ""

#: inc/admin/views/dashbaord.php:36 inc/admin/views/starter-templates.php:11
msgid "Install ThemeGrill Demo Importer Plugin"
msgstr ""

#: inc/admin/views/dashbaord.php:38 inc/admin/views/starter-templates.php:13
msgid "View Starter Templates"
msgstr ""

#: inc/admin/views/dashbaord.php:53
msgid "Welcome to ColorMag"
msgstr ""

#: inc/admin/views/dashbaord.php:54 inc/admin/views/free-vs-pro.php:224
msgid "Free"
msgstr ""

#: inc/admin/views/dashbaord.php:57
msgid ""
"Experience a seamless magazine-themed website building experience with "
"ColorMag! Explore all the settings and features right here and get started "
"with your first page."
msgstr ""

#: inc/admin/views/dashbaord.php:63
msgid "Quick Settings"
msgstr ""

#: inc/admin/views/dashbaord.php:64
msgid "Go to Customizer"
msgstr ""

#: inc/admin/views/dashbaord.php:71
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:222
msgid "Site Identity"
msgstr ""

#: inc/admin/views/dashbaord.php:76
msgid "Header Options"
msgstr ""

#: inc/admin/views/dashbaord.php:81
msgid "Footer Options"
msgstr ""

#: inc/admin/views/dashbaord.php:86
msgid "Global Colors"
msgstr ""

#: inc/admin/views/dashbaord.php:91
msgid "Sidebar Options"
msgstr ""

#: inc/admin/views/dashbaord.php:96 inc/admin/views/dashbaord.php:145
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:305
msgid "Blog"
msgstr ""

#: inc/admin/views/dashbaord.php:124
msgid "Premium Features"
msgstr ""

#: inc/admin/views/dashbaord.php:126 inc/admin/views/free-vs-pro.php:294
msgid "Upgrade Now"
msgstr ""

#: inc/admin/views/dashbaord.php:133
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:198
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:46
msgid "Top Bar"
msgstr ""

#: inc/admin/views/dashbaord.php:137
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:230
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:38
msgid "Main Header"
msgstr ""

#: inc/admin/views/dashbaord.php:141 inc/colormag-setup.php:39
#: inc/core/class-colormag-after-setup-theme.php:82
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:238
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:43
msgid "Primary Menu"
msgstr ""

#: inc/admin/views/dashbaord.php:149
msgid "Meta"
msgstr ""

#: inc/admin/views/dashbaord.php:153
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:348
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:40
msgid "Footer Column"
msgstr ""

#: inc/admin/views/dashbaord.php:157
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:356
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:40
msgid "Footer Bar"
msgstr ""

#: inc/admin/views/dashbaord.php:205
msgid ""
"Explore diverse demos from ColorMag theme to get your site running in no "
"time! <br> <br> Simply choose the demo that fits your requirements, import "
"it, and give it some of your personal touch! "
msgstr ""

#: inc/admin/views/dashbaord.php:220 inc/admin/views/dashbaord.php:229
msgid "Documentation"
msgstr ""

#: inc/admin/views/dashbaord.php:225
msgid ""
"Stuck due to an issue? Our detailed documentation will surely clear up any "
"confusions you have!"
msgstr ""

#: inc/admin/views/dashbaord.php:241 inc/admin/views/help.php:79
msgid "Leave us a Review"
msgstr ""

#: inc/admin/views/dashbaord.php:254 inc/admin/views/help.php:92
msgid "Based on 1430+ Reviews"
msgstr ""

#: inc/admin/views/dashbaord.php:261
#. translators: %s: Theme Name.
msgid ""
"What do you think of our theme? Was it a good experience and did it match "
"your expectations? Let us know so we can improve!"
msgstr ""

#: inc/admin/views/dashbaord.php:267 inc/admin/views/help.php:104
msgid "Submit a Review"
msgstr ""

#: inc/admin/views/dashbaord.php:283 inc/admin/views/help.php:120
msgid "Feature Request"
msgstr ""

#: inc/admin/views/dashbaord.php:290 inc/admin/views/help.php:127
#. translators: %s: Theme Name.
msgid "Please take a moment to suggest any features that could enhance our product."
msgstr ""

#: inc/admin/views/dashbaord.php:295 inc/admin/views/help.php:132
msgid "Request a Feature"
msgstr ""

#: inc/admin/views/dashbaord.php:307 inc/admin/views/help.php:33
msgid "Support"
msgstr ""

#: inc/admin/views/dashbaord.php:314
#. translators: %s: Theme Name.
msgid ""
"Get in touch with our support team. You can always submit a support ticket "
"for help."
msgstr ""

#: inc/admin/views/dashbaord.php:319
msgid "Create a Ticket"
msgstr ""

#: inc/admin/views/dashbaord.php:324 inc/admin/views/help.php:137
msgid "Useful Plugins"
msgstr ""

#: inc/admin/views/dashbaord.php:380 inc/admin/views/help.php:193
#: inc/admin/views/products.php:124
msgid "Activated"
msgstr ""

#: inc/admin/views/dashbaord.php:382 inc/admin/views/help.php:195
#: inc/admin/views/products.php:128
msgid "Activate"
msgstr ""

#: inc/admin/views/dashbaord.php:385 inc/admin/views/help.php:198
#: inc/admin/views/products.php:133
msgid "Install"
msgstr ""

#: inc/admin/views/dashbaord.php:408 inc/admin/views/help.php:222
msgid "ThemeGrill Community"
msgstr ""

#: inc/admin/views/dashbaord.php:413
msgid ""
"Join our Facebook group filled with ThemeGrill themes users, including "
"ColorMag users to discuss anything about the theme!"
msgstr ""

#: inc/admin/views/dashbaord.php:416 inc/admin/views/help.php:234
msgid "Join our Facebook Group"
msgstr ""

#: inc/admin/views/free-vs-pro.php:225
msgid "Pro"
msgstr ""

#: inc/admin/views/free-vs-pro.php:295
msgid ""
"Access all premium extensions, features, and upcoming updates right away by "
"<br> upgrading to the Pro version."
msgstr ""

#: inc/admin/views/free-vs-pro.php:296
msgid "Get ColorMag Pro Now"
msgstr ""

#: inc/admin/views/help.php:25
msgid "Need Some Help?"
msgstr ""

#: inc/admin/views/help.php:26
msgid ""
"Please check out basic documentation for detailed information on how to use "
"ColorMag."
msgstr ""

#: inc/admin/views/help.php:27
msgid "View Now"
msgstr ""

#: inc/admin/views/help.php:34
msgid ""
"We would be happy to guide you through any issues and queries you have "
"regarding ColorMag!"
msgstr ""

#: inc/admin/views/help.php:35 inc/migration/demo-import-migration.php:46
msgid "Contact Support"
msgstr ""

#: inc/admin/views/help.php:38
msgid "Join Our Community"
msgstr ""

#: inc/admin/views/help.php:41
msgid "facebook"
msgstr ""

#: inc/admin/views/help.php:44
msgid "Facebook Community"
msgstr ""

#: inc/admin/views/help.php:45
msgid ""
"Join our Facebook haven, where the latest news and updates eagerly await "
"your arrival."
msgstr ""

#: inc/admin/views/help.php:46 inc/admin/views/help.php:56
msgid "Join Group"
msgstr ""

#: inc/admin/views/help.php:51
msgid "x"
msgstr ""

#: inc/admin/views/help.php:54
msgid "X Community"
msgstr ""

#: inc/admin/views/help.php:55
msgid ""
"Join our Twitter haven, where the latest news and updates eagerly await "
"your arrival."
msgstr ""

#: inc/admin/views/help.php:61
msgid "youtube"
msgstr ""

#: inc/admin/views/help.php:64
msgid "Youtube Community"
msgstr ""

#: inc/admin/views/help.php:65
msgid ""
"Join our YouTube haven, where the latest news and updates eagerly await "
"your arrival."
msgstr ""

#: inc/admin/views/help.php:66
msgid "Subscribe"
msgstr ""

#: inc/admin/views/help.php:98
#. translators: %s: Theme Name.
msgid "Sharing your review is a valuable way to help us enhance your experience."
msgstr ""

#: inc/admin/views/help.php:229
#. translators: %s: Theme Name.
msgid "Join our facebook group of ColorMag users for creating beautiful websites!"
msgstr ""

#: inc/admin/views/products.php:6
msgid "Themes"
msgstr ""

#: inc/admin/views/products.php:41 inc/admin/views/products.php:118
msgid "Learn More"
msgstr ""

#: inc/admin/views/products.php:42
msgid "Live demo"
msgstr ""

#: inc/admin/views/products.php:49
msgid "Plugins"
msgstr ""

#: inc/admin/views/products.php:119
msgid "Live Demo"
msgstr ""

#: inc/admin/views/starter-templates.php:46
msgid ""
"In order to be able to import any starter sites for <br> ColorMag you need "
"to install ThemeGrill demo <br> importer plugin active."
msgstr ""

#: inc/ajax.php:22 navigation.php:32 navigation.php:50
msgid "&larr; Previous"
msgstr ""

#: inc/ajax.php:23 navigation.php:33 navigation.php:51
msgid "Next &rarr;"
msgstr ""

#: inc/class-breadcrumb-trail.php:241
msgid "You are here:"
msgstr ""

#: inc/class-breadcrumb-trail.php:268
msgid "Browse:"
msgstr ""

#: inc/class-breadcrumb-trail.php:270
msgid "Home"
msgstr ""

#: inc/class-breadcrumb-trail.php:271
msgid "404 Not Found"
msgstr ""

#: inc/class-breadcrumb-trail.php:272
#: template-parts/hooks/content/content.php:98
msgid "Archives"
msgstr ""

#: inc/class-breadcrumb-trail.php:274
#. Translators: %s is the search query.
msgid "Search results for: %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:276
#. Translators: %s is the page number.
msgid "Page %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:278
#. Translators: %s is the page number.
msgid "Comment Page %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:280
#. Translators: Minute archive title. %s is the minute time format.
msgid "Minute %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:282
#. Translators: Weekly archive title. %s is the week date format.
msgid "Week %s"
msgstr ""

#: inc/colormag-wp-query.php:40
msgid "Latest:"
msgstr ""

#: inc/colormag-wp-query.php:96
#: inc/customizer/class-colormag-customizer-partials.php:100
msgid "View a random post"
msgstr ""

#: inc/compatibility/elementor/elementor.php:169
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/compatibility/elementor/elementor.php:178
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/compatibility/elementor/elementor.php:187
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:66
msgid "Block Title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:74
#: inc/widgets/colormag-125x125-advertisement-widget.php:34
#: inc/widgets/colormag-300x250-advertisement-widget.php:34
#: inc/widgets/colormag-728x90-advertisement-widget.php:34
#: inc/widgets/colormag-featured-posts-vertical-widget.php:40
#: inc/widgets/colormag-featured-posts-widget.php:40
msgid "Title:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:76
msgid "Add your custom block title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:103
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:185
msgid "Widget Title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:111
msgid "Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:128
msgid "Text Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:163
msgid "Posts"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:170
#: inc/widgets/colormag-featured-posts-slider-widget.php:35
#: inc/widgets/colormag-featured-posts-vertical-widget.php:50
#: inc/widgets/colormag-featured-posts-widget.php:50
#: inc/widgets/colormag-highlighted-posts-widget.php:34
msgid "Number of posts to display:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:179
msgid "Offset Posts:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:206
msgid "Filter"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:213
msgid "Display the posts from:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:217
msgid "Latest Posts"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:218
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:56
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:140
msgid "Categories"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:226
msgid "Select categories:"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-global-widgets-title.php:48
msgid "Title Widget"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-1.php:48
msgid "Block Style 1"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-2.php:55
msgid "Block Style 2"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-4.php:48
msgid "Block Style 4"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php:55
msgid "Block Style 6"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-9.php:53
msgid "Block Style 9"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-2.php:55
msgid "Grid Style 2"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-3.php:55
msgid "Grid Style 3"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-4.php:55
msgid "Grid Style 4"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-5.php:55
msgid "Grid Style 5"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:42
msgid "Global"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:49
msgid "Front Page"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:56
msgid "Header & Navigation"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:63
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:66
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:64
msgid "Content"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:70
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:104
msgid "Footer"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:77
msgid "Additional"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:96
msgid "Colors"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:105
msgid "Category Colors"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:114
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:166
#: inc/customizer/options/global/class-colormag-customize-container-options.php:41
msgid "Container"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:123
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:337
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:378
msgid "Sidebar"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:132
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:86
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:248
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:325
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:144
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:246
msgid "Typography"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:140
#: inc/customizer/options/global/class-colormag-customize-button-options.php:43
msgid "Button"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:148
msgid "Site Layout"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:157
#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:58
msgid "Sidebar Layout"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:175
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:73
msgid "Base"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:187
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:49
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:49
#: inc/customizer/options/global/class-colormag-customize-container-options.php:51
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:41
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:43
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:55
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:47
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:56
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:56
#: inc/meta-boxes/class-colormag-meta-box-page-settings.php:77
msgid "General"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:206
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:189
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:206
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:47
msgid "News Ticker"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:254
msgid "Header Action"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:278
msgid "Breadcrumb"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:294
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:47
msgid "Sticky Header"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:313
msgid "Single Post"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:321
msgid "Post Meta"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:329
msgid "Page"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:367
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:46
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:179
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:188
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:192
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:221
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:238
msgid "Social Icons"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:186
msgid "Thin 100"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:187
msgid "Thin 100 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:188
msgid "Extra-Light 200"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:189
msgid "Extra-Light 200 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:190
msgid "Light 300"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:191
msgid "Light 300 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:192
msgid "Regular 400"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:193
msgid "Regular 400 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:194
msgid "Medium 500"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:195
msgid "Medium 500 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:196
msgid "Semi-Bold 600"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:197
msgid "Semi-Bold 600 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:198
msgid "Bold 700"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:199
msgid "Bold 700 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:200
msgid "Extra-Bold 800"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:201
msgid "Extra-Bold 800 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:202
msgid "Black 900"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:203
msgid "Black 900 Italic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:227
msgid "Arabic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:228
msgid "Bengali"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:229
msgid "Chinese (Hong Kong)"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:230
msgid "Chinese (Simplified)"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:231
msgid "Chinese (Traditional)"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:232
msgid "Cyrillic"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:233
msgid "Cyrillic Extended"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:234
msgid "Devanagari"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:235
msgid "Greek"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:236
msgid "Greek Extended"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:237
msgid "Gujarati"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:238
msgid "Gurmukhi"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:239
msgid "Hebrew"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:240
msgid "Japanese"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:241
msgid "Kannada"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:242
msgid "Khmer"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:243
msgid "Korean"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:244
msgid "Latin"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:245
msgid "Latin Extended"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:246
msgid "Malayalam"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:247
msgid "Myanmar"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:248
msgid "Oriya"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:249
msgid "Sinhala"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:250
msgid "Tamil"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:251
msgid "Telugu"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:252
msgid "Thai"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:253
msgid "Tibetan"
msgstr ""

#: inc/customizer/core/class-colormag-fonts.php:254
msgid "Vietnamese"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:42
msgid "No file selected"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:94
msgid "Background Color"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:105
msgid "Background Image"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:111
msgid "No Image Selected"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:118
msgid "Remove"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:125
msgid "Select Image"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:132
msgid "Background Repeat"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:136
msgid "No Repeat"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:139
msgid "Repeat All"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:142
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:145
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:150
msgid "Background Position"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:154
msgid "Left Top"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:157
msgid "Left Center"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:160
msgid "Left Bottom"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:163
msgid "Right Top"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:166
msgid "Right Center"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:169
msgid "Right Bottom"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:172
msgid "Center Top"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:175
msgid "Center Center"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:178
msgid "Center Bottom"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:183
msgid "Background Size"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:187
msgid "Cover"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:190
msgid "Contain"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:193
msgid "Auto"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:198
msgid "Background Attachment"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:202
msgid "Scroll"
msgstr ""

#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:205
msgid "Fixed"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:47
msgid "Clear"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:48
msgid "Clear color"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:49
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:210
msgid "Default"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:50
msgid "Select default color"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:51
msgid "Select Color"
msgstr ""

#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:52
msgid "Color value"
msgstr ""

#: inc/customizer/core/custom-controls/date/class-colormag-date-control.php:59
msgid "Select Date"
msgstr ""

#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:45
msgid "Top"
msgstr ""

#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:46
#: sidebar.php:32
msgid "Right"
msgstr ""

#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:47
msgid "Bottom"
msgstr ""

#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:48
#: sidebar-left.php:32
msgid "Left"
msgstr ""

#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:78
#: inc/customizer/core/custom-controls/slider/class-colormag-slider-control.php:106
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:358
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:444
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:530
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:621
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:707
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:793
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:886
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:973
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1060
msgid "Back to default"
msgstr ""

#: inc/customizer/core/custom-controls/navigate/class-colormag-navigate-control.php:67
#. Translators: %1$s: Anchor tag open, %2$s: Customizer section name %3$s:
#. Anchor tag close
msgid "%1$s Click here to edit %2$s features %3$s"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:52
msgid "Standard Fonts"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:53
msgid "Google Fonts"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:60
msgid "Custom Fonts"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:288
msgid "Family"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:296
msgid "Weight"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:305
msgid "Subset(s)"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:323
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:409
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:495
msgid "Size"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:586
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:672
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:758
msgid "Line Height"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:850
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:938
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1025
msgid "Letter Spacing"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1113
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:97
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:111
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:44
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:74
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:185
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:52
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:161
msgid "Style"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1118
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:278
#: inc/customizer/options/global/class-colormag-customize-button-options.php:68
#: inc/customizer/options/global/class-colormag-customize-button-options.php:101
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:162
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:66
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:229
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:113
msgid "Normal"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1121
msgid "Italic"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1124
msgid "Oblique"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1127
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1155
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1183
msgid "Initial"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1130
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1158
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1186
msgid "Inherit"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1138
msgid "Transform"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1143
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1171
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:197
msgid "None"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1146
msgid "Capitalize"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1149
msgid "Uppercase"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1152
msgid "Lowercase"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1166
msgid "Decoration"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1174
msgid "Underline"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1177
msgid "Overline"
msgstr ""

#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1180
msgid "Line Through"
msgstr ""

#: inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.php:69
#. Translators: 1: Panel Title.
msgid "Customizing &#9656; %s"
msgstr ""

#: inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.php:73
msgid "Customizing"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:57
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:197
#: inc/customizer/options/content/class-colormag-customize-page-options.php:51
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:86
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:123
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:53
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:96
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:116
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:65
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:136
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:67
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:83
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:203
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:66
msgid "Enable"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:70
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:43
msgid "Position"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:85
msgid "Header"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:136
#: inc/customizer/options/content/class-colormag-customize-page-options.php:60
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:155
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:201
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:244
#: inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php:54
#: inc/customizer/options/global/class-colormag-customize-button-options.php:182
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:182
#: inc/customizer/options/global/class-colormag-customize-container-options.php:89
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:199
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:505
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:138
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:252
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:223
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:76
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:364
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:295
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:75
msgid "Learn more"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:137
#: inc/customizer/options/content/class-colormag-customize-page-options.php:61
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:156
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:202
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:245
#: inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php:55
#: inc/customizer/options/global/class-colormag-customize-button-options.php:183
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:183
#: inc/customizer/options/global/class-colormag-customize-container-options.php:90
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:200
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:506
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:139
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:253
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:224
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:77
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:365
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:296
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:76
msgid "Unlock more features available in Pro version."
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:151
#: inc/template-functions.php:370
msgid "Facebook"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:156
#: inc/template-functions.php:360
msgid "Twitter"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:161
#: inc/template-functions.php:410
msgid "Instagram"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:166
msgid "Pinterest"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:171
msgid "YouTube"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:201
msgid "Check to open in new tab"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:43
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:43
msgid "Post Elements"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:44
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:44
msgid "Drag & Drop items to re-arrange the order"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:62
msgid "Post Format (Image)"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:63
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:61
msgid "Category"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:64
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:63
msgid "Meta Tags"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:65
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:62
msgid "Title"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:76
msgid "Post Title"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:139
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:152
msgid "Post Date"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:149
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:174
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:207
msgid "Type"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:153
msgid "Modified Date"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:162
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:177
msgid "Excerpt"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:163
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:178
msgid "Full Content"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:187
msgid "Pagination"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:211
msgid "Numbered"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-page-options.php:40
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:76
msgid "Featured Image"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:40
msgid "Meta Elements"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:57
msgid "Author"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:58
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:120
msgid "Date"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:59
msgid "Views"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:60
msgid "Comments"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:61
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:141
msgid "Tags"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:62
msgid "Reading Time"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:63
msgid "Edit button"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:96
msgid "LightBox"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:113
msgid "Related Posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:137
msgid "Query"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:60
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:121
msgid "Alignment"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:104
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:118
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:155
#: inc/customizer/options/global/class-colormag-customize-button-options.php:88
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:88
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:193
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:59
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:297
msgid "Background"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:136
msgid "Footer Copyright"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:143
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:152
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:195
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:225
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:263
#: inc/customizer/options/global/class-colormag-customize-button-options.php:55
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:51
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:107
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:117
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:215
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:94
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:214
msgid "Color"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:163
msgid "Link Color"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:60
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:73
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:57
msgid "Layout"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:63
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:61
msgid "Layout 1"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:64
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:62
msgid "Layout 2"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:74
msgid "Footer Column Layout"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:148
msgid "Upper Footer"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:202
msgid "Widget title color."
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:215
msgid "Widget Content"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:255
msgid "Widget Link"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:290
#: inc/customizer/options/global/class-colormag-customize-button-options.php:80
#: inc/customizer/options/global/class-colormag-customize-button-options.php:113
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:173
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:77
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:130
msgid "Hover"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php:45
msgid "Hide blog posts/static page"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:129
msgid "Padding"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:151
msgid "Border"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:165
msgid "Radius"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:44
msgid "Theme Colors"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:52
msgid "Primary Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:97
msgid "Skin Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:100
msgid "White Skin"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:101
msgid "Dark Skin"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:111
msgid "Box"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:119
msgid "Border Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:142
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:151
#: template-parts/hooks/content/content.php:92
msgid "Links"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-container-options.php:101
msgid "Inside"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:55
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:153
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:135
msgid "Width"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:83
msgid "Default Layout"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:122
msgid "Default layout for pages only"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:161
msgid "Default layout for single posts only"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:43
msgid "Body"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:99
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:106
msgid "Headings"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:164
msgid "H1"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:222
msgid "H2"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:280
msgid "H3"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:338
msgid "H4"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:394
msgid "H5"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:450
msgid "H6"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:86
#: searchform.php:23
msgid "Search"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:106
msgid "Random Post"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:76
msgid "Above Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:77
msgid "Between Site Identity and Primary Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:78
msgid "Below Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:109
msgid "Check to make header image link back to home page"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:160
msgid "Date Format"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:164
msgid "Theme Default Setting"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:165
msgid "From WordPress Date Setting"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:71
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:96
msgid "Advanced Style"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:170
msgid "Full Width"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:171
msgid "Contained"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:100
msgid "Border Top"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:152
msgid "Mobile Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:171
msgid "Icon Color"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:183
msgid "Home Icon/Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:198
msgid "Home Icon"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:207
msgid "Main Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:240
msgid "Hover/Selected"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:289
msgid "Sub Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:43
msgid "Site Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:52
msgid "Retina Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:64
msgid "Site Icon"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:76
msgid "Site Title"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:196
msgid "Site Tagline"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:49
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:74
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:109
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:144
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-box-page-settings.php:103
msgid "Select Layout"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-boxes.php:59
msgid "Page Settings"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-boxes.php:68
msgid "Video URL"
msgstr ""

#: inc/migration/demo-import-migration.php:33
msgid ""
"It seems you&#39;ve either imported ColorMag demos recently or updated "
"ColorMag to 3.0 version. After these actions, if you&#39;ve seen any design "
"issues in your site, please try clicking the button below:"
msgstr ""

#: inc/migration/demo-import-migration.php:42
msgid "Fix Migration Issues"
msgstr ""

#: inc/template-functions.php:327
msgid "Total Views"
msgstr ""

#: inc/template-functions.php:356
msgid "User Social Links"
msgstr ""

#: inc/template-functions.php:380
msgid "Google Plus"
msgstr ""

#: inc/template-functions.php:390
msgid "Flickr"
msgstr ""

#: inc/template-functions.php:400
msgid "LinkedIn"
msgstr ""

#: inc/template-functions.php:420
msgid "Tumblr"
msgstr ""

#: inc/template-functions.php:430
msgid "Youtube"
msgstr ""

#: inc/template-tags.php:74 template-parts/content-page.php:67
msgid "Edit"
msgstr ""

#: inc/template-tags.php:116
msgid "min read"
msgstr ""

#: inc/template-tags.php:431
msgid "Euro Member Countries"
msgstr ""

#: inc/template-tags.php:432
msgid "Australian Dollar"
msgstr ""

#: inc/template-tags.php:433
msgid "Bulgarian Lev"
msgstr ""

#: inc/template-tags.php:434
msgid "Brazilian Real"
msgstr ""

#: inc/template-tags.php:435
msgid "Canadian Dollar"
msgstr ""

#: inc/template-tags.php:436
msgid "Swiss Franc"
msgstr ""

#: inc/template-tags.php:437
msgid "Chinese Yuan Renminbi"
msgstr ""

#: inc/template-tags.php:438
msgid "Czech Republic Koruna"
msgstr ""

#: inc/template-tags.php:439
msgid "Danish Krone"
msgstr ""

#: inc/template-tags.php:440
msgid "British Pound"
msgstr ""

#: inc/template-tags.php:441
msgid "Hong Kong Dollar"
msgstr ""

#: inc/template-tags.php:442
msgid "Croatian Kuna"
msgstr ""

#: inc/template-tags.php:443
msgid "Hungarian Forint"
msgstr ""

#: inc/template-tags.php:444
msgid "Indonesian Rupiah"
msgstr ""

#: inc/template-tags.php:445
msgid "Israeli Shekel"
msgstr ""

#: inc/template-tags.php:446
msgid "Indian Rupee"
msgstr ""

#: inc/template-tags.php:447
msgid "Japanese Yen"
msgstr ""

#: inc/template-tags.php:448
msgid "Korean (South) Won"
msgstr ""

#: inc/template-tags.php:449
msgid "Mexican Peso"
msgstr ""

#: inc/template-tags.php:450
msgid "Malaysian Ringgit"
msgstr ""

#: inc/template-tags.php:451
msgid "Norwegian Krone"
msgstr ""

#: inc/template-tags.php:452
msgid "New Zealand Dollar"
msgstr ""

#: inc/template-tags.php:453
msgid "Philippine Peso"
msgstr ""

#: inc/template-tags.php:454
msgid "Polish Zloty"
msgstr ""

#: inc/template-tags.php:455
msgid "Romanian (New) Leu"
msgstr ""

#: inc/template-tags.php:456
msgid "Russian Ruble"
msgstr ""

#: inc/template-tags.php:457
msgid "Swedish Krona"
msgstr ""

#: inc/template-tags.php:458
msgid "Singapore Dollar"
msgstr ""

#: inc/template-tags.php:459
msgid "Thai Baht"
msgstr ""

#: inc/template-tags.php:460
msgid "Turkish Lira"
msgstr ""

#: inc/template-tags.php:461
msgid "United States Dollar"
msgstr ""

#: inc/template-tags.php:462
msgid "South African Rand"
msgstr ""

#: inc/template-tags.php:492
msgid "Pingback:"
msgstr ""

#: inc/template-tags.php:494
msgid "(Edit)"
msgstr ""

#: inc/template-tags.php:516
msgid "Post author"
msgstr ""

#: inc/template-tags.php:527
#. Translators: 1. Comment date, 2. Comment time
msgid "%1$s at %2$s"
msgstr ""

#: inc/template-tags.php:534
msgid "Permalink"
msgstr ""

#: inc/template-tags.php:546
msgid "Your comment is awaiting moderation."
msgstr ""

#: inc/template-tags.php:557
msgid "Reply"
msgstr ""

#: inc/template-tags.php:595
msgid "0 View"
msgstr ""

#: inc/template-tags.php:598
#. Translators: %s Post view count
msgid "%s Views"
msgstr ""

#: inc/template-tags.php:820
#. Translators: 1. Post link, 2. Post time, 3. Post date
msgid ""
"<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" "
"rel=\"bookmark\">%3$s %4$s</a></span>"
msgstr ""

#: inc/template-tags.php:872
msgid " 0 Comments"
msgstr ""

#: inc/template-tags.php:873
msgid " 1 Comment"
msgstr ""

#: inc/template-tags.php:874
msgid " % Comments"
msgstr ""

#: inc/template-tags.php:898
msgid ", "
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:361
msgid "Choose an image"
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:362
msgid "Use image"
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:365
msgid "Select an Image"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:26
msgid "Right Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:28
msgid "Shows widgets at Right side."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:40
msgid "Left Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:42
msgid "Shows widgets at Left side."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:53
msgid "Header Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:55
msgid "Shows widgets in header section just above the main navigation menu."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:66
msgid "Front Page: Slider Area"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:68
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:79
msgid "Front Page: Area beside slider"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:81
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:92
msgid "Front Page: Content Top Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:94
msgid "Content Top Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:105
msgid "Front Page: Content Middle Left Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:107
msgid "Content Middle Left Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:118
msgid "Front Page: Content Middle Right Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:120
msgid "Content Middle Right Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:131
msgid "Front Page: Content Bottom Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:133
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:144
msgid "Contact Page Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:146
msgid "Shows widgets on Contact Page Template."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:157
msgid "Error 404 Page Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:159
msgid "Shows widgets on Error 404 page."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:170
msgid "Advertisement Above The Footer"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:172
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:183
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:185
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:196
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:198
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:209
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:211
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:222
msgid "Footer Sidebar One"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:224
msgid "Shows widgets at footer sidebar one."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:235
msgid "Footer Sidebar Two"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:237
msgid "Shows widgets at footer sidebar two."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:248
msgid "Footer Sidebar Three"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:250
msgid "Shows widgets at footer sidebar three."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:261
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:263
msgid "Shows widgets at footer sidebar four."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:28
msgid "Add your 125x125 Advertisement here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:29
msgid "TG: 125x125 Advertisement"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:39
msgid "Add your Advertisement 125x125 Images Here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:44
#: inc/widgets/colormag-125x125-advertisement-widget.php:54
#: inc/widgets/colormag-125x125-advertisement-widget.php:64
#: inc/widgets/colormag-125x125-advertisement-widget.php:74
#: inc/widgets/colormag-125x125-advertisement-widget.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:94
#: inc/widgets/colormag-300x250-advertisement-widget.php:44
#: inc/widgets/colormag-728x90-advertisement-widget.php:44
msgid "Advertisement Image Link "
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:49
#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-125x125-advertisement-widget.php:69
#: inc/widgets/colormag-125x125-advertisement-widget.php:79
#: inc/widgets/colormag-125x125-advertisement-widget.php:89
#: inc/widgets/colormag-125x125-advertisement-widget.php:99
#: inc/widgets/colormag-300x250-advertisement-widget.php:49
#: inc/widgets/colormag-728x90-advertisement-widget.php:49
msgid "Advertisement Image "
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:28
msgid "Add your 300x250 Advertisement here"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:29
msgid "TG: 300x250 Advertisement"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:28
msgid "Add your 728x90 Advertisement here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:29
msgid "TG: 728x90 Advertisement"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:28
msgid ""
"Display latest posts or posts of specific category, which will be used as "
"the slider."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:29
msgid "TG: Featured Category Slider"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:42
#: inc/widgets/colormag-featured-posts-vertical-widget.php:57
#: inc/widgets/colormag-featured-posts-widget.php:57
#: inc/widgets/colormag-highlighted-posts-widget.php:41
msgid "Show latest Posts"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:42
msgid "Show posts from a category"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:44
#: inc/widgets/colormag-featured-posts-vertical-widget.php:59
#: inc/widgets/colormag-featured-posts-widget.php:59
#: inc/widgets/colormag-highlighted-posts-widget.php:43
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:45
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:44
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:51
#: inc/widgets/colormag-featured-posts-vertical-widget.php:66
#: inc/widgets/colormag-featured-posts-widget.php:66
#: inc/widgets/colormag-highlighted-posts-widget.php:50
msgid "Select category"
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:28
#: inc/widgets/colormag-featured-posts-widget.php:28
msgid "Display latest posts or posts of specific category."
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:29
msgid "TG: Featured Posts (Style 2)"
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:34
#: inc/widgets/colormag-featured-posts-widget.php:34
msgid "Layout will be as below:"
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
msgid "Description"
msgstr ""

#: inc/widgets/colormag-featured-posts-widget.php:29
msgid "TG: Featured Posts (Style 1)"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:28
msgid ""
"Display latest posts or posts of specific category. Suitable for the Area "
"Beside Slider Sidebar."
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:29
msgid "TG: Highlighted Posts"
msgstr ""

#: no-results.php:25
msgid "No matching post found"
msgstr ""

#: no-results.php:36
#. Translators: %1$s: Link to WP admin new post page.
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""

#: no-results.php:50
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""

#: no-results.php:57
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""

#: search.php:38
#. Translators: %s: Search query.
msgid "Search Results for: %s"
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Contact Page"
msgstr ""

#: sidebar-left.php:38 sidebar-two.php:19 sidebar-woocommerce-left.php:25
#: sidebar-woocommerce-right.php:25 sidebar.php:38
msgid "Example Widget"
msgstr ""

#: sidebar-left.php:41 sidebar.php:41
#. Translators: 1. Label for Contact Page or Left sidebar area, 2. Opening of
#. the link for widgets.php WordPress section, 3. Closing of the link for
#. widgets.php WordPress section
#. Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of
#. the link for widgets.php WordPress section, 3. Closing of the link for
#. widgets.php WordPress section
msgid ""
"This is an example widget to show how the %s Sidebar looks by default. You "
"can add custom widgets from the %swidgets screen%s in the admin. If custom "
"widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-two.php:20
msgid ""
"This is an example widget to show how the Secondary sidebar looks by "
"default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets are added then this will be replaced by those "
"widgets"
msgstr ""

#: sidebar-woocommerce-left.php:28
#. Translators: 1. Opening of the link for widgets.php WordPress section, 2.
#. Closing of the link for widgets.php WordPress section
msgid ""
"This is an example widget to show how the WooCommerce Left Sidebar looks by "
"default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets is added than this will be replaced by those "
"widgets."
msgstr ""

#: sidebar-woocommerce-right.php:28
#. Translators: 1. Opening of the link for widgets.php WordPress section, 2.
#. Closing of the link for widgets.php WordPress section
msgid ""
"This is an example widget to show how the WooCommerce Right Sidebar looks "
"by default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets is added than this will be replaced by those "
"widgets."
msgstr ""

#: template-parts/content/related-posts.php:23
msgid "You May Also Like"
msgstr ""

#: template-parts/content-page.php:56 template-parts/entry/entry-summary.php:32
msgid "Pages:"
msgstr ""

#: template-parts/hooks/content/content.php:47
#. Translators: %s: Author name
msgid "Author: %s"
msgstr ""

#: template-parts/hooks/content/content.php:61
#. Translators: %s: Day archive
msgid "Day: %s"
msgstr ""

#: template-parts/hooks/content/content.php:68
#. Translators: %s: Month archive
msgid "Month: %s"
msgstr ""

#: template-parts/hooks/content/content.php:75
#. Translators: %s: Year archive
msgid "Year: %s"
msgstr ""

#: template-parts/hooks/content/content.php:80
msgid "Asides"
msgstr ""

#: template-parts/hooks/content/content.php:83
msgid "Images"
msgstr ""

#: template-parts/hooks/content/content.php:86
msgid "Videos"
msgstr ""

#: template-parts/hooks/content/content.php:89
msgid "Quotes"
msgstr ""

#: template-parts/hooks/footer/footer.php:269
msgid "WordPress"
msgstr ""

#: template-parts/hooks/footer/footer.php:273
#. Translators: %1$s: Current year, %2$s: Site link
msgid "Copyright &copy; %1$s %2$s. All rights reserved."
msgstr ""

#: template-parts/hooks/footer/footer.php:273
#. Translators: %1$s: Theme name, %2$s: ThemeGrill site link
msgid "Theme: %1$s by %2$s."
msgstr ""

#: template-parts/hooks/footer/footer.php:273
#. Translators: %s: WordPress link
msgid "Powered by %s."
msgstr ""

#: template-parts/hooks/header/header.php:85
msgid "Skip to content"
msgstr ""

#: template-parts/hooks/header/header.php:525
msgid "Breadcrumbs"
msgstr ""

#: template-parts/hooks/header/header.php:525
msgid "You are here: "
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Description of the plugin/theme
msgid ""
"ColorMag is always the best choice when it comes to magazine, news, and "
"blog WordPress themes. You can create elegant and modern websites for news "
"portals, online magazines, and publishing sites. With ColorMag’s 8 and "
"counting free starter demos for health, food, entertainment, sports, and "
"fashion industries, building a magazine style website is super easy. Best "
"of all, the ColorMag WordPress theme offers multiple ad spaces in its "
"layout. So, you can monetize your website by displaying ads in these slots "
"without any fuss. And if you plan to sell products and services online, you "
"can rely on the theme’s compatibility with WooCommerce. Some of its key "
"features are:  >> SEO Optimized >> Translation & RTL Ready >> Cross-browser "
"Compatible >> Custom Widgets >> Responsive Design >> Sticky Menu. So, "
"download the free ColorMag theme and create professional magazine websites "
"quickly. You can get free support for ColorMag at "
"https://themegrill.com/contact/ and check our demos at "
"https://themegrilldemos.com/colormag/"
msgstr ""

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Gutenberg Block / Page Builder (ColorMag)"
msgstr ""

#: comments.php:45 inc/ajax.php:60
#. Translators: %1$s: Comment count, %2$s: Post title
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""

#: inc/class-breadcrumb-trail.php:269
msgctxt "breadcrumbs aria label"
msgid "Breadcrumbs"
msgstr ""

#: inc/class-breadcrumb-trail.php:712
msgctxt "minute and hour archives time format"
msgid "g:i a"
msgstr ""

#: inc/class-breadcrumb-trail.php:729
msgctxt "minute archives time format"
msgid "i"
msgstr ""

#: inc/class-breadcrumb-trail.php:746
msgctxt "hour archives time format"
msgid "g a"
msgstr ""

#: inc/class-breadcrumb-trail.php:762 inc/class-breadcrumb-trail.php:790
#: inc/class-breadcrumb-trail.php:828 inc/class-breadcrumb-trail.php:854
#: inc/class-breadcrumb-trail.php:1200
msgctxt "yearly archives date format"
msgid "Y"
msgstr ""

#: inc/class-breadcrumb-trail.php:763 inc/class-breadcrumb-trail.php:829
#: inc/class-breadcrumb-trail.php:1202
msgctxt "monthly archives date format"
msgid "F"
msgstr ""

#: inc/class-breadcrumb-trail.php:764 inc/class-breadcrumb-trail.php:1204
msgctxt "daily archives date format"
msgid "j"
msgstr ""

#: inc/class-breadcrumb-trail.php:791
msgctxt "weekly archives date format"
msgid "W"
msgstr ""PK�
�[�Q�����languages/id_ID.ponu�[���# Translation of Themes - ColorMag Pro in Indonesian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:03:58+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: id\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "Pilih gambar"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "Gunakan gambar"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "Pilih gambar"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Satu tanggapan untuk &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s tanggapan untuk &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template Laman Kontak"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Kanan"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Contoh Widget"

#: sidebar-left.php:26
msgid "Left"
msgstr "Kiri"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Laman Kontak"

#: searchform.php:12
msgid "Search"
msgstr "Cari"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Tampaknya kami tak bisa menemukan apa yang Anda inginkan. Mungkin pencarian bisa membantu."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Maaf, tidak ada yang cocok dengan kata kunci pencarian Anda. Silakan coba lgi dengan kata kunci berbeda."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Siap menerbitkan pos pertamamu? <a href=\"%1$s\">Mulailah disini</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Selanjutnya &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Sebelumnya"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Aneh huh?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Pos Andalan (Gaya 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Pos Andalan (Gaya 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Pos Andalan (Gaya 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Widget Pos Acak"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Widget Tab"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Pos Andalan (Gaya 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Pos Andalan (Gaya 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Video"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Tambahkan Gambar Iklan 125x125 Anda Disini"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: Iklan 125x125"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Tambahkan Iklan 125x125 Anda Disini"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Tambahkan Gambar Iklan 728x90 Anda Disini"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: Iklan 728x90"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Tambahkan Iklan 728x90 Anda Disini"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Gambar Iklan"

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Link Gambar Iklan"

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Tambahkan Gambar Iklan 300x250 Anda Disini"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: Iklan 300x250"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Tambahkan Iklan 300x250 Anda Disini"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Pos Andalan (Gaya 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Deskripsi"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Judul:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Tata Letak akan seperti dibawah:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Pos Andalan (Gaya 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu. Cocok untuk Area Disamping Slider Sidebar."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Pilih kategori"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Tampilkan pos dari kategori"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Tampilkan Post terbaru"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Jumlah pos yang ditampilkan:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Slider Kategori Andalan"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu, akan digunakan sebagai slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Menampilkan widget di sidebar footer empat"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Menampilkan widget di sidebar footer tiga"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Menampilkan widget di sidebar footer dua"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Menampilkan widget di Ssidebar footer satu"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Iklan diatas Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Menampilkan widget pada laman Error 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidebar Laman Error 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Menampilkan widget pada Template Laman Kontak."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Sidebar Laman Kontak"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Laman Depan: Bagian Bawah Konten"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Bagian Kanan Tengah Konten"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Laman Depan: Bagian Kanan Tengah Konten"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Bagian Kiri Tengah Konten"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Laman Depan: Bagian Kiri Tengah Konten"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Bagian Atas Konten"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Laman Depan: Bagian Atas Konten"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Tampilkan widget disamping slider. Cocok untuk TG: Pos yang Disorot."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Laman Depan: Area disamping slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Laman depan: Area Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Menampilkan widget di bagian header tepat diatas menu navigasi utama."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidebar Header"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Menampilkan widget di sisi Kiri."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Menampilkan widget di sisi Kanan."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "Anda Juga Mungkin Suka"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "Perlihatkan pos acak"

#: inc/functions.php:655
msgid "Reply"
msgstr "Balas"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Komentar Anda sedang dimoderasi."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s pada %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Penulis Pos"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Sunting)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Pos Terbaru <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Pos Terdahulu"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Navigasi pos"

#: inc/functions.php:304
msgid "Edit"
msgstr "Sunting"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Komentar"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentar"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 Komentar"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Opsi Warna"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Pengaturan Warna Kategori"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Ganti warna untuk setiap kategori semaumu."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Opsi Warna Kategori"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Pengedit Hak Cipta Footer"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Centang untuk menggunakan lightbox untuk gambar andalan di pos tunggal"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Lightbox Gambar"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Ubah Teks Baca Selengkapnya"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Pos Terkait Berdasarkan Tag"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Pos Terkait Berdasarkan Kategori"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Pos Terkait Harus Muncul Seperti:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Centang untuk aktifkan pos terkait"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Pos Terkait"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Unggah favicon untuk situs Anda"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Centang untuk aktifkan favicon. Unggah favicon dari opsi dibawah"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Aktifkan favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Sistem Pos Unik"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Opsi Tambahan"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Ganti Pengaturan Tambahan dari sini semaumu"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Centang untuk mengaktifkan area link sosial"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Aktifkan area link sosial"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Opsi Sosial"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "CSS Custom"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Akan berdampak pada link, tombol dan banyak lagi. Pilih warna yang cocok untuk situs Anda"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Opsi warna utama"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Pilihlah tata letak default untuk pos. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk pos tertentu."

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Tata letak default untuk pos tunggal saja"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Pilihlah tata letak default untuk laman. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk laman tertentu."

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Tata letak default untuk laman saja"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Pilihlah tata letak default. Tata letak ini akan tercermin di seluruh arsip situs, kategori, laman pencarian, dll. Tata letak untuk laman dan pos tunggal bisa di kontrol dari opsi dibawah"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Tata Letak Default"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Tata Letak Melebar"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Tata Letak Kotak"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Pilih tata letak situs Anda. Perubahan akan berdampak di keseluruhan situs"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Tata Letak Situs"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Centang untuk menyembunyikan pos blog/laman statis pada laman depan"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Pengaturan Laman Depan"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Opsi Desain"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Ganti Pengaturan Desain dari sini semaumu"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Centang untuk membuat link gambar Header ke laman beranda"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Tampilkan gambar Header dibawah menu utama."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Tampilkan gambar Header diantara judul/teks situs dan menu utama."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Tampilkan gambar header tepat diatas judul/teks situs."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Posisi tampilan gambar header"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Posisi Gambar Header"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Tiadakan"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Tampilkan Keduanya"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Hanya Teks Header"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Hanya Logo Header"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Tentukan opsi yang Anda inginkan"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Unggah logo untuk header"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Logo Header"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Centang untuk menampilkan ikon Pos Acak di menu utama"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Pos Acak"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Centang untuk menampilkan Ikon Pencarian di menu utama"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Ikon Pencarian"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Centang untuk menggunakan perilaku menu menempel di menu utama"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Menu Lengket"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Centang untuk menampilkan ikon beranda di menu utama"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Tampilkan ikon Beranda"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Centang untuk menampilkan tanggal di header"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Tampilkan Tanggal"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Terbaru:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Centang untuk menggunakan bagian berita baru"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Berita Baru"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Opsi Header"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Ganti Pengaturan Header dari sini semaumu"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Link Penting"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "Lihat Demo"

#: inc/customizer.php:26
msgid "Support"
msgstr "Dukungan"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Dokumentasi"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Tanpa Sidebar Konten Ditengah"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Tanda Sidebar Lebar Penuh"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar Kiri"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar Kanan"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Tata Letak Bawaan"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Pilih Tata Letak"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Menu Utama"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Baca Selengkapnya"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Laman:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentar ditutup."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Komentar Terbaru &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Komentar Terdahulu"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigasi komentar"

#: archive.php:71
msgid "Archives"
msgstr "Arsip"

#: archive.php:65
msgid "Links"
msgstr "Link"

#: archive.php:62
msgid "Quotes"
msgstr "Kutipan"

#: archive.php:59
msgid "Videos"
msgstr "Video"

#: archive.php:56
msgid "Images"
msgstr "Gambar"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "Tahun: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Bulan: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Hari: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Penulis: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Sepertinya tidak ada yang ditemukan disini. Cobalah pencarian dibawah."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Laman tersebut tak ditemukan."

#: 404.php:30
msgid "404"
msgstr ""PK�
�[-V�*E�E�languages/ro_RO.ponu�[���# Translation of Themes - ColorMag Pro in Romanian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:17:57+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: ro\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "Selectează o imagine"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "Folosește imaginea"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "Alege o imagine"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un comentariu la &bdquo;%2$s&rdquo;"
msgstr[1] "%1$s comentarii la &bdquo;%2$s&rdquo;"
msgstr[2] "%1$s de comentarii la &bdquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Șablon pagină de contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Dreapta"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Piesă exemplu"

#: sidebar-left.php:26
msgid "Left"
msgstr "Stânga"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Pagină de contact"

#: searchform.php:12
msgid "Search"
msgstr "Caută"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Se pare că nu găsim ceea ce cauți. Poate că o căutare ar fi de ajutor."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Regret, dar nimic nu s-a potrivit cu termenii de căutare. Te rog încearcă din nou cu alte cuvinte cheie."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Gata să publici primul tău articol? <a href=\"%1$s\">Începe aici</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Următor &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Trișezi, nu?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Articole reprezentative (stilul 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Articole reprezentative (stilul 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Articole reprezentative (stilul 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Piesă articole aleatorii"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Piesă navigare cu file"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Articole reprezentative (stilul 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Articole reprezentative (stilul 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Videouri"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Adaugă-ți imaginile publicitare 125x125 aici"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: Anunț publicitar 125x125"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 125x125 aici"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Adaugă-ți imaginile publicitare 728x90 aici"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: Anunț publicitar 728x90"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 728x90 aici"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Imagine publicitară"

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Legătură imagine publicitară"

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Adaugă-ți imaginile publicitare 300x250 aici"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: Anunț publicitar 300x250"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 300x250 aici"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Articole reprezentative (stilul 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Descriere"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Titlu:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Aranjamentul va fi ca mai jos:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Articole reprezentative (stilul 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie. Potrivită pentru zona de lângă  bara laterală carusel."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Selectează categoria"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Arată articole dintr-o categorie"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Arată ultimele articole"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Număr de articole de afișat:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Carusel categorie reprezentativă"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie, care vor fi folosite ca un carusel."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Arată piese în bara laterală 4 subsol."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Arată piese în bara laterală 3 subsol."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Arată piese în bara laterală 2 subsol."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Arată piese în bara laterală 1 subsol."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Publicitate deasupra subsolului"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Arată piese pe pagina de eroare 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Bară laterală pagină de eroare 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Arată piese în șablon pagină de conținut."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Bară laterală pagină de conținut"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Pagina din față: secțiune conținut jos"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Secțiune conținut dreapta mijloc"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Pagina din față: secțiune conținut dreapta mijloc"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Secțiune conținut stânga mijloc"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Pagina din față: secțiune conținut stânga mijloc"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Secțiune conținut sus"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Pagina din față: secțiune conținut sus"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Arată piesă lângă carusel. Potrivit pentru TG: Articole evidențiate."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Pagina din față: zonă lângă carusel"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Pagina din față: zonă carusel"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Arată piese în secțiunea antet numai deasupra meniului de navigare principal."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Bară laterală antet"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Arată piese în partea stângă."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Arată piese în partea dreaptă."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "Ar putea să-ți placă și"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "Vezi un articol aleatoriu"

#: inc/functions.php:655
msgid "Reply"
msgstr "Răspunde"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Comentariul tău așteaptă moderare."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s la %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Autor articol"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Editează)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articole mai noi <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articole mai vechi"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Navigare în articol"

#: inc/functions.php:304
msgid "Edit"
msgstr "Editează"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % comentarii"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 comentariu"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> Niciun comentariu"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Opțiuni culoare"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Setări culoare categorie"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Modifică culoarea fiecărui element din categorii, după cum dorești"

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Opțiuni culoare categorie"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Editor Drepturi de autor în subsol"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Bifează pentru a activa caseta luminoasă pentru imagini reprezentative în articol singular"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Casetă luminoasă imagine"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Modifică text pentru Citește mai mult"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Articole similare după etichete"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Articole similare după categorii"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Articolele similare trebuie arătate ca:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Bifează pentru a activa articole similare"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Articole similare"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Încarcă favicon pentru situl tău"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Bifează pentru a activa faviconul. Încarcă favicon din opțiunea de mai jos"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Activează favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Sistem articol unic"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Opțiuni suplimentare"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Modifică setările suplimentare de aici, după cum dorești"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Bifează pentru a activa zona legăturilor sociale"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Activează zona legăturilor sociale"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Opțiuni sociale"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "CSS personalizat"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Aceasta se va reflecta în legături, butoane și multe altele. Alege o culoare care să se potrivească sitului tău"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Opțiune culoare principală"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selectează aranjament implicit pentru articole singulare. Acest aranjament se va reflecta în toate articolele singulare cu excepția cazului în care aranjamentul unic este setat separat pentru un anumit articol"

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Aranjament implicit numai pentru articole singulare"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selectează aranjament implicit pentru pagini. Acest aranjament se va reflecta în toate paginile cu excepția cazului în care aranjamentul unic este setat separat pentru anumite pagini"

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Aranjament implicit numai pentru pagini"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Selectează aranjament implicit. Acest aranjament se va reflecta în întreg situl, arhive, categorii, pagină de căutare etc. Aranjamentul pentru un articol singular și o pagină poate fi controlat din opțiunile de mai jos"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Aranjament implicit"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Aranjament lat"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Aranjament încasetat"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Alege-ți aranjamentul sitului. Schimbarea se va reflecta în tot situl"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Aranjament sit"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Bifează pentru a scunde articolele blogului/pagina statică pe pagina din față"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Setările din Prima Pagină"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Opțiuni design"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Modifică setările de design de aici, după cum dorești"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Bifează pentru a duce legătura imaginii antet înapoi la prima pagină"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Afișează imaginea antet sub meniul principal."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Implicit: Afișează imaginea antet între titlu/text sit și meniul principal."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Afișează imaginea antet numai deasupra titlului/textului sitului."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Poziție afișare imagine antet"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Poziție imagine antet"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Dezactivează"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Arată ambele"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Numai text antet"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Numai logo antet"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Alege opțiunea pe care o dorești"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Încarcă logo pentru antetul tău"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Logo antet"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Bifează pentru a afișa iconul Articole aleatorii în meniul principal"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Articol aleatoriu"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Bifează pentru a afișa iconul Căutare în meniul principal"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Caută icon"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Bifează pentru a activa comportamentul reprezentativ al meniului principal"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Meniu reprezentativ"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Bifează pentru a arăta iconul prima pagină în meniul principal"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Arată icon prima pagină"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Bifează pentru a arăta data în antet"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Arată data"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Ultimele:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Bifează pentru a activa secțiunea știrilor de ultimă oră"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Știri de ultimă oră"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Opțiuni antet"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Modifică setările antetului de aici, după cum dorești"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Legături importante"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "Vezi demonstrație"

#: inc/customizer.php:26
msgid "Support"
msgstr "Suport"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Documentație"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Fără bară laterală cu conținut centrat"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Fără bară laterală de lățime completă"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Bară laterală stânga"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Bară laterală dreapta"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Aranjament implicit"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selectează aranjament"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Meniu principal"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Citește mai mult"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Pagini:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comentariile sunt închise."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentarii mai noi &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentarii mai vechi"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigare în comentariu"

#: archive.php:71
msgid "Archives"
msgstr "Arhive"

#: archive.php:65
msgid "Links"
msgstr "Legături"

#: archive.php:62
msgid "Quotes"
msgstr "Citate"

#: archive.php:59
msgid "Videos"
msgstr "Videouri"

#: archive.php:56
msgid "Images"
msgstr "Imagini"

#: archive.php:53
msgid "Asides"
msgstr "Alăturări"

#: archive.php:50
msgid "Year: %s"
msgstr "An: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Lună: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Zi: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Se pare că n-a fost găsit nimic la această locație. Încearcă căutarea de mai jos."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hopa! Pagina respectivă nu poate fi găsită."

#: 404.php:30
msgid "404"
msgstr ""PK�
�[���uzRzRlanguages/fr_FR.monu�[�����T��������(�'�)0Hsy�##,"P*s*�)��"AVpy
�
�
�
�
�
����

1I4_0�0�0�6'4^�#�#�9�4)3^)�C�7285k1�� �/
=$M<r<��>
KY`i~
������ 7L_t�����
	",IQ`o$�T�"U*3�`�18G�
���4��<C[y����"�'(.Ww��������    1 O [ j q 	� G� W� +!8!@!Y!^!k!q!	�!�!0�!�!�!""4"
P"%^"�"�"	�"	�"�"�"�"�"�"�"##	&#F0#
w#�#�#�#�#�#
�#�#�#
$$"$5$yE$��$�G%	�%	&&&1&BL&B�&D�&'3'%P'$v'&�'$�'D�'',( T(u(
�(�(�(\�() )()B)\)u)�)�)�)�)*#*@*]*r*�*
�*�*�*
�*��*V�+�+,,,,,3,	F,P,	W,a,
t,,�,	�,�,�,�,�,$�,T-'U-}--�-�-�.�. �.�.
�.�./�.+/-3/:a/s�/$0#50#Y0"}0,�0,�0+�0)&1P1g1�1�1�1�1�1�1�1�122
(262G2V2i2 u2"�2�2=�2=32N3C�3C�3M	4W4,j4+�4M�4C5?U55�5N�5?6FZ6>�6C�6*$7,O7B|7�7&�7N�7SG8%�8[�89	09:9C9X9s9�9�9�9�9�9�9�9:0:J:`:p:�:,�: �: �:;%;7;+F;	r;|;�;"�;%�;c�;[<g<y<u�<M�<}I=:�=J>M>
h>v>>L�>�>�>? ?6?>?-\?�?�?'�?�?,�?)@)G@)q@%�@"�@�@�@AA&A9AWAgA�A�A�A'�A�ABBB	'BN1B8�B�B
�B'�B�BCC2C	NC!XC;zC�C�C�C�CD(D)>DhD�D�D	�D�D�D�D�D�D�D	
EE
'EF5E|E#�E#�E=�E	F F'F	7FAFUFkF�F�F��F��G�YHUIgIxI�I+�IO�IO1JF�J(�J(�J,K,GK,tK,�Kb�K61L/hL�L�L�L"�L3�L	(M2M:MPMfM){M$�M$�M$�M$N$9N$^N$�N�N$�N�NOO"OAO�MOtKP�P�P�P�P�P�PQ)Q
1Q?Q
YQgQsQ	�Q�Q�Q�Q�Q/�QGR'LRtRvRxR%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Social Links Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressWrite your custom cssYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:51:29+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fr
Project-Id-Version: Themes - ColorMag Pro
%1$s à %2$s%s&larr; Commentaires plus anciens&larr; Précédent(Modifier), <i class="fa fa-comment"></i> Aucun commentaire<i class="fa fa-comment"></i> 1 Commentaire<i class="fa fa-comments"></i> % Commentaires<span class="meta-nav">&larr;</span> Articles plus anciens<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activer la section des liens sociauxAjout de votre annonce 125x125 ici.Ajout de votre annonce 300x250 ici.Ajout de votre annonce 728x90 ici.Ajout de vos images d’annonce 125x125 ici.Ajout de vos images d’annonce 300x250 ici.Ajout de vos images d’annonce 728x90 ici.Ajoutez votre titre de bloc personnaliséOptions additionnellesAnnonce au dessus du piedImage de l’annonceLien de l'image de l’annonceArchivesNotesAuteur : %sStyle de bloc 1Style de grille 2Style de grille 4Style de grille 6Style de grille 9Titre de blocEn-tête et piedStyle encadréNouvelle fraîchesCatégoriesOptions de couleur de catégorieRéglages de couleur de catégorieTexte pour lire la suiteChangez les réglages additionnels autant que vous le voulez.Changez les réglages de design ici autant que vous le voulezChangez les régalges du pied comme vous le voulezChangez les régalges de l’en-tête ici autant que vous le voulezChanger les réglages de réseaux sociaux ici comme vous le voulez.changez les couleurs de chaque éléments de catégorie comme vous le voulez.Alors, on triche ?Cochez pour activer la zone de liens sociauxcochez pour activer les articles similairesCochez pour afficher l’icône d’article aléatoire dans le menu principalCochez pour afficher l’icône de recherche dans le menu principalCochez pour afficher l’image mise en avant dans les articles.cochez pour activer la section de nouvelles fraîchesCochez pour activer lightbox pour les images mises en avant dans les articles.Cochez pour activer le comportement fixe pour le menu principalCochez pour masquer les articles de blog/page statique sur l’accueilCochez pour masquer l’image mise en avant dans les articles.Cochez pour faire que l’image d’en-tête envoie sur l’accueilCochez pour afficher dans un nouvel ongletCochez pour afficher la date dans l'en-têteCochez pour afficher l’icône d’accueil dans le menu principalChoisir une imageChoisissez le coloris pour votre site.Choisissez le type d'affichage principal de la zone de pied que vous souhaitezChoisissez le type d'affichage principal de la zone d’en-tête que vous souhaitezChoisissez l’option que vous voulezChoisissez la mise en page de votre site. Ce changement est répercuté sur le site entier.Options de couleurCouleur :ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag SombreWidgets globaux ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de blocs ColorMagWidget de grille ColorMagNavigation de commentaireCommentaires fermés.Page de contactBarre de page de contactModèle de page contactPage d’accueil : Section de contenu milieuSection de contenu gauche milieuSection de contenu droite milieuZone de contenu hautCSS personnaliséColoris sombreDate dans l’en-tête d’affichage type :Jour : %sMise en page par défautMise en page par défautMise en page par défaut des pagesMise en page par défaut des articlesPar défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principalDescriptionOptions de designDésactiverAffichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporamaAffiche les derniers articles ou les articles d’une catégorie spécifique.Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama.Affichage de l’image d’en-tête sous le menu principalAffichage de l’image d’en-tête juste au dessus du titre/texte du siteAfficher articles depuis :DocumentationModifierBarre de page d’erreur 404Everest Forms – Constructeur de formulaire et formulaire de contact simpleWidget exempleFacebookImage mise en avantImage mise en avant dans la pageFiltrerÉditeur de copyright du piedType d’affichage de zone principale du piedOptions du piedPied uniquementDepuis le réglage de date de WordPressRéglages de page d’accueilPage d'accueil : Zone à côté du diaporamaPage d’accueil : Section de contenu basAccueil : Section de contenu mileu gaucheAccueil : Section de contenu mileu droitePage d'accueil : Zone de contenu hautPage d'accueil : Zone de diaporamaGoogle-PlusStyle de grille 2Style de grille 3Style de grille 4Style de grille 5 Position d'image d’en-têteLogo d'en-têteLogo d’en-tête seulementOptions d’en-têteBarre d'en-têteTexte d'en-tête seulementPosition d'affichage d'image d'en-têteEn-tête uniquementLightBox imageImagesLiens importantsInstagramIl semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?Il semble que rien ne soit trouvé pour votre recherche.Articles récentsRécents :La mise en page sera comme ci dessous :GaucheBarre de gaucheLiensType d’affichage de zone principale d’en-têteMois : %sCommentaires plus récents &rarr;Articles plus récents <span class="meta-nav">&rarr;</span>Suivant &rarr;&rarr;Pas de barre, contenu centréPas de barre (pleine largeur)Nombre d'articles à afficher :Offset d’articles :Oups, la page ne peut pas être trouvée.Modèle de constructeur de pagePages :Ping :PinterestAuteur de l’articleNavigation d’articleArticles&larr;Menu principalOption de couleur principaleCitationsArticle aléatoireLire la suitePrêt à publier votre 1er article ? <a href="%1$s">Commencez ici</a>.Articles similairesArticles similaires par catégoriesArticles similaires par étiquettesLes articles similaires doivent être affichés en tant que :RépondredroiteBarre de droiteRechercheIcône de rechercheChoix de mise en pageSélectionner une imageSélection de catégories :Sélectionner la catégorieSélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique.Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique.Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous.Afficher les deuxAfficher la dateAfficher l'Icône d’accueilAfficher les derniers articlesAfficher les articles depuis une catégorieAffichage du widget à côté du diaporama. Pour TG : Articles mis en évidenceAffichage du widget juste sous le menu. Pour TG : Diaporama de cat mis en avantAffichage des widgets juste à côté du pied. Pour TG : Widget 728x90Afficher les widgets sur le côté droitAfficher les widgets sur le côté droitAfficher les widgets dans la barre de pied 4Afficher les widgets dans la barre de pied 1Afficher les widgets dans la barre de pied 3Afficher les widgets dans la barre de pied 2Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation.Afficher les widgets sur le modèle de page de contactAfficher les widgets sur la page d’erreur 404Mise en page du siteCouleur de colorisOptions socialesAfficher les liens sociaux sur : Désolé, mais rien ne correspond à vos critères.Menu fixeSupportTG : Annonces 125x125TG : Annonces 300x250TG : Annonces 728x90TG : Catégorie de diaporama mis en avantTG : Articles mis en avant (style 1)TG : Articles mis en avant (style 2)TG : Articles mis en avant (style 3)TG : Articles mis en avant (style 4)TG : Articles mis en avant (style 5)TG : Articles mis en avant (style 6)TG : Articles mis en avant (style 7)TG : Articles mis en évidenceTG : Widget d’articles aléatoiresTG : Widget en ongletTG : VidéosCouleur de texte :Réglage par défaut du thèmeThemeGrill.Ceci est un widget d’exemple pour montrer à quoi la barre %s ressemble par défaut. vous pouvez ajouter des widgets personnalisés depuis %sl’écran des widgets%s dans l’admin. Si des widgets personnalisés sont ajoutés ils remplaceront ceux ci.Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site.Titre de widgetTitre :TwitterType 1 (par défaut)Type 2Système d’article uniqueUtiliser l'imageVidéosVoir la démoVoir un article au hasardColoris blancStyle largeTitre de widgetWordPressInsérez votre propre CSSAnnée : %sVous pourrez aussi aimerYouTubeVotre commentaire est en attente de validation.Une pensée sur &ldquo;%2$s&rdquo;%1$s pensées sur &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[<)��"e"elanguages/bg_BG.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+)�+,',@,2C,0v,3�,I�,s%-O�-;�-;%.:a.T�.T�.SF/M�/+�/"0'70=_0�0�0�0�0�0�0
1 1 610W1"�1!�1�1<�1<2BZ2k�2f	3op3p�3_Q4�4h�4Z65��5}(6��6k/7��7N;8��8�29��9a;:��:'&;ON;Z�;`�;@Z<w�<!=	5=?=%H=&n=�=&�=�=�=�=>!)> K>&l>,�>/�>�>0?<8?Cu?8�?E�?8@W@Vk@
�@6�@6AH;A]�A��A�B&�B�B��B��C�Dg�DpJE6�E�EFMF4jF�F�F0�FH�F@GEMGP�G/�GH:-H;hH:�HW�Hd7If�IfJ=jJ�J�J�J�JKI,K"vK5�K>�K$LI3L)}L/�L�L	�Le�L�^M%�MN;/NkN&tN�NA�N�N/�NO)OyO�OT�O?�O6-P3dP.�PZ�P"Q	4Q	>Q
HQSQfQ{Q�Q/�Q�Q)�QRo!R%�R=�R9�R[/S�S�S(�S�S �S#T&&T$MT#rT3�TX�U�#W(�X$�XM�XAEYA�Y��YNNZP�ZW�ZWF[W�[W�[�N\Z�\J4]"]$�]�]=�]�!^�^�^�^__99_4s_4�_4�_4`4G`4|`4�`?�` &aGaVaFra
�a��a&tb�b�b(�b�b=�b0%c
Vc#ac;�c�c�c&�c	d d1dCdFKda�d'�dee e%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:57:41+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: bg
Project-Id-Version: Themes - ColorMag Pro
%1$s в %2$s%s&larr; По-стари коментари&larr; Предишна(Редактиране), <i class="fa fa-comment"></i> 0 коментара<i class="fa fa-comment"></i> 1 коментар<i class="fa fa-comments"></i> % коментара<span class="meta-nav">&larr;</span> По-стари публикации<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Включване на връзките към социалните мрежиДобавете вашите реклами 125x125 тукДобавете вашата реклама 300x250 тукДобавете вашата реклама 728x90 тукДобавете вашите рекламни изображения 125x125 тукДобавете вашите рекламни изображения 300x250 тукДобавете вашите рекламни изображения 728x90 тукДобавете ваше собствено заглавие на блокаДопълнителни настройкиРеклама над дънотоРекламно изображениеВръзка за рекламното изображениеАрхивиБележкиАвтор: %sСтил "блок" 1Стил "блок" 2Стил "блок" 4Стил "блок" 6Стил "блок" 9Заглавие на блокаВ заглавната част и дънотоС фиксирана ширинаИзвънредни новиниКатегорииНастройки за цвят на категориитеНастройки за цвят на категориитеПромяна на текста "Прочетете повече"Променете допълнителните настройки по ваше желание от тукПроменете настройките на дизайна по ваше желание от тукПроменете настройката за дънната част по ваше желание от тукПроменете настройките за заглавната част по ваше желание тукПромяна на цвета на всяка категория по ваше желание.Шмекеруваме, а?Отбележете, за да включите връзките към социалните мрежиОтбележете, за да включите свързаните публикацииОтбележете, за да се показва иконката за произволните публикации в основното менюОтбележете, за да се показва иконката за търсачката в основното менюОтбележете, за да се показва изображението на страницата при отварянето ѝ.Отбележете, за да се показва разделът за извънредни новиниОтбележете, за да включите ефекта "lightbox" за картинката на публикацията при отварянето ѝОтбележете, за да фиксирате основното менюОтбележете, за да скриете публикациите от блога/статичната страница от началната страница.Отбележете, за да скриете изображението на публикацията при отварянето ѝ.Отбележете, за да води заглавното изображение към началната страница.Отбележете, за да се показва датата в заглавната частОтбележете, за да се показва иконката за начална страница в основното менюИзберете изображениеИзберете тоналността на темата за сайта си.Изберете типа показване на дънната част на сайта.Изберете типа показване на заглавната част на сайта.Изберете настройката, която искатеИзберете структура на сайта си. Тя ще бъде отразена за целия сайт.Цветови настройкиЦвят:ColorMagColorMag блог за красотаColorMag бизнес списаниеColorMag Pro тъмнаColorMag глобални джаджиColorMag ProColorMag Pro модаColorMag Pro МузикаColorMag Pro спортColorMag Pro технологииColorMag джаджа "блок"ColorMag джаджа "решетка"Навигация в коментаритеКоментарите са затворени.КонтактнатаКонтактна странична лентаШаблон за страницата за контактиРаздел за съдържание в средата влявоРаздел за съдържание в средатаРаздел за съдържанието в горната частПотребителски CSSТъмен цвятНачин на показване на датата в заглавната част:Ден: %sРазположение по подразбиранеРазположение по подразбиранеСтандартна подредба само за страницитеСтандартна подредба само за единичните публикацииСтандартно: показване на заглавното изображение между заглавието на сайта и основното меню.ОписаниеНастройки на дизайнаИзключванеПоказвайте последните публикации или такива от конкретна категория, които ще се въртят в слайдър.Показвайте последните публикации или такива от определена категория.Показвайте последните публикации или такива от конкретна категория, Подходяща за страничната лента след слайдъра.Показване на заглавното изображение под основното меню.Показване на заглавното изображение над заглавието на сайта.Показване на публикациите от:ДокументацияРедакцияСтранична лента за страницата за грешка 404Everest Forms – Easy Contact Form and Form BuilderПримерна джаджаFacebookИзображение на страницатаПоказване на изображение на страницатаФилтърРедактор на авторските права в дънотоПоказване на основната зона на дънната частНастройки на дънната частСамо в дънотоОт настройките за датите в WordPressНастройки за началната страницаНачална страница: след слайдъраНачална страница: раздел за съдържание в дънотоНачална страница: раздел за съдържание в средата влявоНачална страница: раздел за съдържание в средата вдясноНачална страница: раздел за съдържанието в горната частНачална страница: зона за слайдърGoogle-PlusСтил “решетка" 2Стил “решетка" 3Стил “решетка" 4Стил “решетка" 5Разположение на заглавното изображениеСамо заглавно логоНастройки на заглавната частСтранична лента в заглавната частСамо заглавен текстРазположение на заглавното изображениеСамо в заглавната частИзображение с "lightbox" ефектИзображенияInstagramНищо не бе намерено тук. Пробвайте с търсачката по-долу.За жалост не успяваме да намерим това, което търсите. Може би търсачката ще помогне?Последни публикацииПоследни:Подредбата ще бъде както следва:ЛявоЛява странична лентаВръзкиТип на показване на заглавната частМесец: %sПо-скорошни коментари &rarr;По-скорошни публикации <span class="meta-nav">&rarr;</span>Следваща &rarr;&rarr;Без странична лента и с центрирано съдържаниеБез странична лента с пълна ширинаБрой публикации за показване:Изместване на публикациите:Страницата не бе открита.Шаблон за разширение за сглабяне на съдържаниетоСтраници:Pingback:PinterestАвторНавигацияПубликации&larr;Основно менюНастройка за основен цвятЦитатиПроизволна публикацияПрочетете повечеВреме е за първата ви публикация. <a href="%1$s">Започнете от тук</a>.Свързани публикацииСвързани публикации по категорииСвързани публикации по етикетиСвързаните публикации трябва да се показват като:ОтговорДяснатаДясна странична лентаТърсенеИконка за търсенеИзберете структураИзбор на изображениеИзберете категории:Изберете категорияИзберете подредба по подразбиране  за страниците. Тази подредба ще бъде отразена за всички страници, освен ако за някоя от тях не бъде зададена изрична друга настройка.Изберете подредба по подразбиране за единичните публикации. Тази подредба ще се отразява на всички единични публикации, освен ако за някоя от тях не бъде зададена изрична друга настройка.Изберете подредба по подразбиране. Тази подредба ще бъде отразена за всички архивни страници, категории, резултати от търсене и т.н. Подредбата за единичните публикации и страници могат да бъдат настроени по-долуДа се показват и дветеПоказване на дататаПоказване на иконката за начална страницаПоказване на последните публикацииПоказвайте публикации от категорияПоказване на джаджа до слайдъра. Подходяща за TG: акцентирани публикации.Показва джаджите в лявата странична лента.Показва джаджите в дясната странична лента.Показва джаджи в страничната лента в дъното № 4.Показва джаджи в страничната лента в дъното № 1.Показва джаджи в страничната лента в дъното № 3.Показва джаджи в страничната лента в дъното № 2.Показва джаджите в заглавния раздел точно над основното навигационно меню.Показва джаджи в шаблона за контактната страницаПоказва джаджи в страницата за грешка 404.Структура на сайтаТоналност на тематаСоциални мрежиСоциалните връзки да се показват:Няма резултати, отговарящи на вашето търсене. Опитайте отново с други ключови думи.Фиксирано менюПоддръжкаTG: 125x125 рекламаTG: 300x250 рекламаTG: 728x90 рекламаTG: Слайдър по избрана категорияTG: Избрани публикации (стил 1)TG: Избрани публикации (стил 2)TG: Избрани публикации (стил 3)TG: Избрани публикации (стил 4)TG: Избрани публикации (стил 5)TG: Избрани публикации (стил 6)TG: Избрани публикации (стил 7)TG: Джаджа за произволни публикацииTG: Джаджа с табовеTG: ВидеоЦвят на текста:Настройката по подразбиране на тематаThemeGrillТова ще се отрази на връзки, бутони и много други места. Изберете цвят, който да отива на сайта виЗаглавие на джаджатаЗаглавие:TwitterТип 1 (по подразбиране)Тип 2Уникална система за публикациитеПолзване на изображениетеВидеоВижте демонстрацияОтваряне на случайна публикацияСветъл цвятПълна ширинаЗаглавие на джаджатаWordPressГодина: %sВижте ощеYoutubeКоментарът ви е задържан за одобрение.Един коментар за &ldquo;%2$s&rdquo;%1$s коментара за &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[V_<�==languages/ko_KR.monu�[������4LLMZ]s��'�'�)�0
s8
�
�
#�
#�
" *C*n)����
$-
4?
LZq�4�0�046k;#�#�94=)rC�7�21K }/���>�
=KXk������
'6$TTy��U�3;`o1�8;@Wfo��"�'�(.Nfr�������	G"Wj�����	�0LXn��%��	�	��	3@U\	hFr
����
%3:
FTdyt���v	+	5?N`B{��%�$&B$iD�'� �(\7������ / L i � � � � � 
!
!V!t!{!�!�!�!	�!�!	�!�!�!		"""."$6"T["�"	�#�#�#
�#�#�#&�#&$';$/c$s�$%%5:%5p%4�%?�%?&>[&
�&�&�&�&
�&�&
�&'
'-'H'c'/~'1�'.�'9(I(F^((�(�(9�(5')(])H�)3�)P*BT*'�*5�*�*+<+
[+i+v+�+�+ �+�+�+,<,Q,
f,q,�, �,!�,S�,0-	A-LK-1�-d�--/.A].�.!�.
�.�.�.�.//,E/3r/3�/)�/(0-090
Q0_0
p0~0�0�0�0	�0
�0	�0l1en1�1'�1222&2.2/C2
s2�2$�2�2�24�2
33	'3	13;3O3
V3d3v3
}3
�3^�3
�3�34/-4]4	j4t4�4�4�4�4�4��4��5�16
7
7+7@7R7Ep7�7�7*�7'8';8'c8K�82�8)
949
K9mY9�9�9�9�9:$:<:Y:v:�:�:�:�:;;
,;
:;tE;
�;	�;�; �;<#<	4<
><L<^<u<
�<
�<�<8�<'�<%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.Design OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.EditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:12:59+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=1; plural=0;
X-Generator: GlotPress/2.2.2
Language: ko_KR
Project-Id-Version: Themes - ColorMag Pro
%1$s %2$s%s&larr; 이전 댓글&larr; 이전(수정), <i class="fa fa-comment"></i> 0 댓글<i class="fa fa-comment"></i> 1 댓글<i class="fa fa-comments"></i> % 댓글<span class="meta-nav">&larr;</span> 예전 글<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>파비콘 활성화소셜 링크 영역 활성화125x125 크기의 광고를 여기에 추가하세요300x250 크기의 광고를 여기에 추가하세요728x90 크기의 광고를 여기에 추가하세요125x125 크기의 광고 이미지를 여기에 추가하세요300x250 크기의 광고 이미지를 여기에 추가하세요728x90 크기의 광고 이미지를 여기에 추가하세요추가 옵션푸터 위에 광고광고 이미지 광고 이미지 링크 글 보관함Asides글쓴이: %s박스 레이아웃긴급 뉴스카테고리 색상 옵션카테고리 색상 설정더보기 텍스트 변경여기서 원하는 대로 추가 설정 변경원하는대로 여기서 디자인 설정 변경여기서 원하는대로 헤더 설정 변경원하는대로 각 카테고리 아이템 색상 변경.속이지 마세요!파비콘 활성화는 체크. 아래 옵션에서 파비콘 업로드소셜 링크 영역 활성화는 체크최근 글 활성화는 체크주 메뉴에 랜덤 글 아이콘 표시하려면 체크주 메뉴에 검색 아이콘 표시하려면 체크긴급 뉴스 영역 활성화는 체크단일 글에서 특성 이미지에 라이트박스 활성화는 체크주메뉴를 붙박이로 활성화하려면 체크프론트 페이지에서 블로그 글/ 정적인 페이지 감추려면 체크홈 페이지를 헤더 이미지 링크로 사용하려면 체크헤더에 날짜 표시하려면 체크주 메뉴에서 홈 아이콘 표시하려면 체크이미지 선택원하는 옵션 선택사이트 레이아웃 선택. 전체 사이트에 적용됨색상 옵션ColorMag Pro댓글 내비게이션댓글이 닫혀있습니다.컨택트 페이지컨택트 페이지 사이드바컨택트 페이지 템플릿콘텐츠 중간 좌측 영역콘텐츠 중간 우측 영역콘텐츠 탑 영역사용자 정의 CSS날짜: %s기본 레이아웃기본 레이아웃페이지만 기본 레이아웃단일 글만 기본 레이아웃기본: 사이트 제목/텍스트와 주 메뉴 사이에 헤더 이미지 표시.디자인 옵션비활성최근 글 또는 특정 카테고리 글 표시. 슬라이더로 사용됨.최근 글 또는 특정 카테고리 글 표시.최근 글 또는 특정 카테고리 글 표시. 슬라이더 사이드바 옆의 영역에 적합.주 메뉴 아래에 헤더 이미지 표시.사이트 제목/텍스트 바로 위의 헤더 이미지 표시.수정404 에러 페이지 사이드바예제 위젯Facebook푸터 저작권 편집기프론트 페이지 설정프론트 페이지: 슬라이더 옆의 영역프론트 페이지: 콘텐츠 하단 영역프론트 페이지: 콘텐츠 중간 좌측 영역프론트 페이지: 콘텐츠 중간 우측 영역프론트 페이지: 콘텐츠 탑 영역프론트 페이지: 슬라이더 영역Google-Plus헤더 이미지 위치헤더 로고헤더 로고만헤더 옵션헤더 사이드바헤더 텍스트만헤더 이미지 표시 위치이미지 라이트박스이미지중요 링크Instagram이 영역에서는 아무것도 찾을 수 없는 것 같습니다. 아래의 검색을 이용해보세요.찾고 있는 것을 찾을 수 없는 것 같습니다. 검색이 도움이 될 수도 있습니다.최근:레이아웃은 다음과 같습니다:왼쪽좌측 사이드바링크월: %s다음 댓글 &rarr;다음 글 <span class="meta-nav">&rarr;</span>다음 &rarr;&rarr;사이드바 없는 콘텐츠 중앙사이드바 없는 전체 폭표시할 글 수:이런! 해당 페이지를 찾을 수 없습니다.페이지:핑백:Pinterest글쓴이글 내비게이션&larr;기본 메뉴주 색상 옵션인용랜덤 글더 읽기첫 번째 글을 발행할 준비가 됐나요? <a href="%1$s">여기서 시작하세요</a>.관련 글카테고리별 관련 글태그별 관련 글관련 글은 다음으로 보여야 합니다:댓글달기오른쪽우측 사이드바검색검색 아이콘레이아웃 선택이미지 선택카테고리 선택페이지에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 페이지에 독특한 레이아웃을 설정하지 않으면 모든 페이지에 적용됩니다.단일 글에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 글에 독특한 레이아웃을 설정하지 않으면 모든 단일 글에 적용됩니다.기본 레이아웃 선택. 이 레이아웃은 사이트 전체 글 목록, 카테고리, 검색 페이지 등에 적용됩니다. 단일 글과 페이지 레이아웃은 아래의 옵션에서 제어할 수 있습니다둘다 표시날짜 표시홈 아이콘 표시최근 글 표시카테고리에서 글 표시슬라이더 옆에 위젯 표시. TG: 하이라이느 글에 적합.좌측에 위젯 표시.우측에 위젯 표시.푸터 사이드바 4에 위젯을 표시.푸터 사이드바 1에 위젯 표시.푸터 사이드바 3에 위젯 표시.푸터 사이드바 2에 위젯 표시.메인 내비게이션 메뉴 바로 위의 헤더 영역에 위젯 표시.컨택트 페이지 템플릿에서 위젯 표시.404 에러 페이지에서 위젯 표시.사이트 레이아웃소셜 옵션죄송하지만 검색어와 일치하는 것이 없습니다. 다른 검색어로 다시 시도해보세요.붙박이 메뉴지원TG: 125x125 광고TG: 300x250 광고TG: 728x90 광고TG: 특성 카테고리 슬라이더TG: 특성 글 (스타일 1)TG: 특성 글 (스타일 2)TG: 특성 글 (스타일 3)TG: 특성 글 (스타일 4)TG: 특성 글 (스타일 5)TG: 특성 글 (스타일 6)TG: 특성 글 (스타일 7)TG: 랜덤 글 위젯TG: 탭 위젯TG: 비디오ThemeGrill이것은 링크, 버튼, 등 다른 여러 곳에 적용됩니다. 사이트에 적합한 색상을 선택하세요타이틀:트위터독특한 글 시스템사이트의 파비콘 업로드헤더용 로고 업로드이미지 사용동영상데모 보기랜덤 글 보기와이드 레이아웃워드프레스년도: %s관심 상품YouTube입력한 댓글이 검토를 기다리고 있습니다.&ldquo;%2$s&rdquo;의 %1$s개의 생각PK�
�[ �uAMAMlanguages/fr_BE.monu�[�����������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+ �+,
,&,/),+Y,-�,:�,s�,$b-#�-#�-"�-,�-,.+L.)x.�.�.�.�.///"/2/D/V/h/
z/�/�/�/�/ �/"�/0=$0=b02�0C�0M1e1,x1+�1M�1C2?c25�2N�2?(3Fh3>�3C�3,24B_4�4&�4N�4S*5%~5[�56	66&6;6V6f66�6�6�6�6�6�67-7C7S7l7 �7 �7�7�7�7+�7	(828K8"d8%�8c�899/9u;9M�9}�9:}:J�:;
;,;5;LR;�;�;�; �;�;�;-<@<P<'`<�<,�<)�<)�<)'=%Q="w=�=�=�=�=�=�=
>)>>>O>'j>�>�>�>	�>N�>8?N?
`?'k?�?�?�?2�?	�?!�?;@K@Z@a@@�@�@)�@�@A%A	,A6ALAcAlAsA�A	�A�A
�AF�AB#%B#IB=mB	�B�B�B	�B�B�BCC4C�PC�D��D�E�E
F+F+JFOvF(�F(�F,G,EG,rG,�Gb�G6/H/fH�H�H�H"�H3�H	&I0I8INIdI)yI$�I$�I$�I$J$7J$\J$�J$�J�J�J�JK Kt,K�K�K�K�K�K�K�K
L
L L
:LHLTL	dLnLzL�L/�LG�L'M;M=M?M%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:11:24+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fr_BE
Project-Id-Version: Themes - ColorMag Pro
%1$s à %2$s%s&larr; Commentaires plus anciens&larr; Précédent(Modifier), <i class="fa fa-comment"></i> Aucun commentaire<i class="fa fa-comment"></i> 1 Commentaire<i class="fa fa-comments"></i> % Commentaires<span class="meta-nav">&larr;</span> Articles plus anciens<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activer la section des liens sociauxAjout de votre annonce 125x125 ici.Ajout de votre annonce 300x250 ici.Ajout de votre annonce 728x90 ici.Ajout de vos images d’annonce 125x125 ici.Ajout de vos images d’annonce 300x250 ici.Ajout de vos images d’annonce 728x90 ici.Ajoutez votre titre de bloc personnaliséOptions additionnellesAnnonce au dessus du piedImage de l’annonceLien de l'image de l’annonceArchivesNotesAuteur : %sStyle de bloc 1Style de grille 2Style de grille 4Style de grille 6Style de grille 9Titre de blocEn-tête et piedStyle encadréNouvelle fraîchesCatégoriesOptions de couleur de catégorieRéglages de couleur de catégorieTexte pour lire la suiteChangez les réglages additionnels autant que vous le voulez.Changez les réglages de design ici autant que vous le voulezChangez les régalges du pied comme vous le voulezChangez les régalges de l’en-tête ici autant que vous le voulezchangez les couleurs de chaque éléments de catégorie comme vous le voulez.Alors, on triche ?Cochez pour activer la zone de liens sociauxcochez pour activer les articles similairesCochez pour afficher l’icône d’article aléatoire dans le menu principalCochez pour afficher l’icône de recherche dans le menu principalCochez pour afficher l’image mise en avant dans les articles.cochez pour activer la section de nouvelles fraîchesCochez pour activer lightbox pour les images mises en avant dans les articles.Cochez pour activer le comportement fixe pour le menu principalCochez pour masquer les articles de blog/page statique sur l’accueilCochez pour masquer l’image mise en avant dans les articles.Cochez pour faire que l’image d’en-tête envoie sur l’accueilCochez pour afficher la date dans l'en-têteCochez pour afficher l’icône d’accueil dans le menu principalChoisir une imageChoisissez le coloris pour votre site.Choisissez le type d'affichage principal de la zone de pied que vous souhaitezChoisissez le type d'affichage principal de la zone d’en-tête que vous souhaitezChoisissez l’option que vous voulezChoisissez la mise en page de votre site. Ce changement est répercuté sur le site entier.Options de couleurCouleur :ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag SombreWidgets globaux ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de blocs ColorMagWidget de grille ColorMagNavigation de commentaireCommentaires fermés.Page de contactBarre de page de contactModèle de page contactSection de contenu gauche milieuSection de contenu droite milieuZone de contenu hautCSS personnaliséColoris sombreDate dans l’en-tête d’affichage type :Jour : %sMise en page par défautMise en page par défautMise en page par défaut des pagesMise en page par défaut des articlesPar défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principalDescriptionOptions de designDésactiverAffichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporamaAffiche les derniers articles ou les articles d’une catégorie spécifique.Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama.Affichage de l’image d’en-tête sous le menu principalAffichage de l’image d’en-tête juste au dessus du titre/texte du siteAfficher articles depuis :DocumentationModifierBarre de page d’erreur 404Everest Forms – Constructeur de formulaire et formulaire de contact simpleWidget exempleFacebookImage mise en avantImage mise en avant dans la pageFiltrerÉditeur de copyright du piedType d’affichage de zone principale du piedOptions du piedPied uniquementDepuis le réglage de date de WordPressRéglages de page d’accueilPage d'accueil : Zone à côté du diaporamaPage d’accueil : Section de contenu basAccueil : Section de contenu mileu gaucheAccueil : Section de contenu mileu droitePage d'accueil : Zone de contenu hautPage d'accueil : Zone de diaporamaGoogle-PlusStyle de grille 2Style de grille 3Style de grille 4Style de grille 5 Position d'image d’en-têteLogo d’en-tête seulementOptions d’en-têteBarre d'en-têteTexte d'en-tête seulementPosition d'affichage d'image d'en-têteEn-tête uniquementLightBox imageImagesInstagramIl semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?Il semble que rien ne soit trouvé pour votre recherche.Articles récentsRécents :La mise en page sera comme ci dessous :GaucheBarre de gaucheLiensType d’affichage de zone principale d’en-têteMois : %sCommentaires plus récents &rarr;Articles plus récents <span class="meta-nav">&rarr;</span>Suivant &rarr;&rarr;Pas de barre, contenu centréPas de barre (pleine largeur)Nombre d'articles à afficher :Offset d’articles :Oups, la page ne peut pas être trouvée.Modèle de constructeur de pagePages :Ping :PinterestAuteur de l’articleNavigation d’articleArticles&larr;Menu principalOption de couleur principaleCitationsArticle aléatoireLire la suitePrêt à publier votre 1er article ? <a href="%1$s">Commencez ici</a>.Articles similairesArticles similaires par catégoriesArticles similaires par étiquettesLes articles similaires doivent être affichés en tant que :RépondredroiteBarre de droiteRechercheIcône de rechercheChoix de mise en pageSélectionner une imageSélection de catégories :Sélectionner la catégorieSélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique.Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique.Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous.Afficher les deuxAfficher la dateAfficher l'Icône d’accueilAfficher les derniers articlesAfficher les articles depuis une catégorieAffichage du widget à côté du diaporama. Pour TG : Articles mis en évidenceAfficher les widgets sur le côté droitAfficher les widgets sur le côté droitAfficher les widgets dans la barre de pied 4Afficher les widgets dans la barre de pied 1Afficher les widgets dans la barre de pied 3Afficher les widgets dans la barre de pied 2Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation.Afficher les widgets sur le modèle de page de contactAfficher les widgets sur la page d’erreur 404Mise en page du siteCouleur de colorisOptions socialesAfficher les liens sociaux sur : Désolé, mais rien ne correspond à vos critères.Menu fixeSupportTG : Annonces 125x125TG : Annonces 300x250TG : Annonces 728x90TG : Catégorie de diaporama mis en avantTG : Articles mis en avant (style 1)TG : Articles mis en avant (style 2)TG : Articles mis en avant (style 3)TG : Articles mis en avant (style 4)TG : Articles mis en avant (style 5)TG : Articles mis en avant (style 6)TG : Articles mis en avant (style 7)TG : Widget d’articles aléatoiresTG : Widget en ongletTG : VidéosCouleur de texte :Réglage par défaut du thèmeThemeGrill.Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site.Titre de widgetTitre :TwitterType 1 (par défaut)Type 2Système d’article uniqueUtiliser l'imageVidéosVoir la démoVoir un article au hasardColoris blancStyle largeTitre de widgetWordPressAnnée : %sVous pourrez aussi aimerYouTubeVotre commentaire est en attente de validation.Une pensée sur &ldquo;%2$s&rdquo;%1$s pensées sur &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[�Ϟ�N�Nlanguages/es_ES.monu�[������
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,$,',E,U,^,+a,*�,,�,;�,s!-!�-"�-�-�-..-I.-w..�.�.!�./ /@/H/	O/Y/i/y/�/�/�/�/�/�/�/!0(0A06`05�0?�0-
1=;1y16�10�1E�1?;2G{27�2K�2:G3T�3G�3Q4,q4>�4�4&�4[5Qr5!�5J�516C6J6S6k6
�6�6�6�6�6�6�67!17S7m7�7�7 �7*�7"�7!8<8O8([8�8�8�8�8�8k�8a9n9
�9l�9G�9�B:B�:A
;L;e;t;	{;N�;�;�;�;)<*<)1<>[<�<�<-�<�<(=5<=Ar=?�=4�=")>L>X>m>�>�>"�>�>�>�>??0<?m?�?	�?�?	�?@�?S�?R@d@m@	�@�@�@6�@�@�@8AKA\A(cA$�A�A�A&�A
B	-B	7B	ABKBQBkBtB{B�B�B�B	�BK�BC%C#AC,eC	�C�C�C�C�C�C�CDD�,D��D��E
�F
�F�F�F&�FIGKGhGD�GE�GEHETHP�Hj�H`VI�I�I�I�I~
J�J�J�J�J�J"�J!K""K"EK"hK"�K"�K"�K �KL
.L9L!JL
lLpwL�L�L	MM&M-MLMXM`MiM
�M�M�M	�M�M�M�M+�MPN'aN�N�N�N%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2018-05-30 04:57:00+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: es
Project-Id-Version: Themes - ColorMag Pro
el %1$s a las %2$s%s&larr; Comentarios anteriores&larr; Anterior(Editar), <i class="fa fa-comment"></i> 0 comentarios<i class="fa fa-comment"></i> 1 comentario<i class="fa fa-comments"></i> % comentarios<span class="meta-nav">&larr;</span> Entradas más antiguas<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activar área de enlaces socialesAñade tu anuncio de 125x125 aquíAñade tu anuncio 300x250 aquíAñade tu anuncion 728x90 aquíAñade tus imágenes de anuncios 125x125 aquíAñade tus imágenes de anuncio 300x250 aquíAñade tus imágenes de anuncios 728x90 aquíAñade tu título personalizado para el bloqueOpciones adicionalesAnuncio encima del pie de páginaImagen del anuncio Enlace de la imagen del anuncio ArchivoAsidesAutor: %sEstilo bloque 1Estilo bloque 2Estilo bloque 4Estilo bloque 6Estilo bloque 9Título del bloqueEn la cabecera y en el pieDiseño en cajaÚltimas noticiasCategorías:Opciones de color para categoríaAjustes categoría colorCambiar eñ texto de leer másCambia los ajustes adicionales que quieras desde aquíCambia las opciones de diseño desde aquí a tu gustoCambia desde aquí los ajustes del pié de página como quierasCambia los ajustes de la cabecera desde aquíCambia el color de los items de cada categoría como quieras.¿Haciendo trampas?Clic par aactivar el área de enlaces a redes socialesActivar para habilitar las entradas relacionadasActivar para mostrar el icono de entrada al azar en el menú primarioActivar para mostrar el icono de búsqueda en el menú primarioMárcalo para mostrar la imagen destacada en las páginas individuales.Activar para habilitar la sección de últimas noticiasActivar para habilitar el lightbox para imágenes destacadas en una entradaActiva para habilitar la posición fija del menú primarioActivar para ocultar las entradas del blog/página estática en la página de inicioMárcalo para ocultar la imagen destacada en las páginas individuales.Activar para hacer que la imagen de cabecera sea un enlace a la página principalActivar para mostrar la fecha en la cabeceraActivar para habilitar el icono de inicio en el menú primarioEscoge una imagenElige el color de la piel de tu sitio.Elige el tipo de visualización principal que quieras para toda el área de pié de páginaElige el tipo de visualización del área principal total de cabecera que quierasSelecciona la opción que quierasSelecciona el diseño del sitio. El cambio será efectivo en todo el sitioOpciones de colorColor:ColorMagBonito blog de ColorMagNegocio revista de ColorMagColorMag DarkWidgets globales de ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de bloques de ColorMagWidget de cuadrícula de ColorMagComentario de navegaciónComentarios cerrados.Página de contactoPágina de contactoPlantilla de página de contactoSección del medio izquierda del contenidoSección de contenido a la derechaContenido superior de la secciónCSS PersonallizadoPiel oscuraTipo de formato de fecha en la cabecera:Día: %sDiseño por defectoDiseño por defectoDistribución para las páginasDistribución para las entradasPor defecto: Muestra la imagen de cabecera entre el texto/título del sitio y el menú primario/secundario.DescripciónOpciones de diseñoDesactivarMuestra las últimas entradas o entradas de una categoría específica, que serán mostradas como el slider.Muestra las últimas entradas o entradas de una categoría específica.Muestra las últimas entradas de una categorái específica. Adecuado para el área que está juanto a la barra laterial del slider.Muestra la imagen de cabecera debajo del menú principal/primario.Muestra la imagen de cabecera justo encima del título del sitio.Mostrar las entradas de:DocumentaciónEditarError 404Everest Forms – Formulario de contacto sencillo y constructor de formulariosWidget de ejemploFacebookImagen destacadaImagen destacada en páginas individualesFiltroEditor del copyright en el pie de páginaTipo de visualización del área principal del pié de páginaOpciones del pié de páginaSolo en el pieDesde la configuración de fecha de WordPressOpciones de la página frontalPágina de inicio: Área junto al sliderPágina de inicio: Contenido en el pie de la secciónPágina de inicio: Contenido en el medio de la sección izquierdaPágina de inicio: Contenido en el medio de la sección derechaPágina de inicio: contenido superior de la secciónPágina principal: área de sliderGoogle-PlusEstilo cuadrícula 2Estilo cuadrícula 3Estilo cuadrícula 4Estilo cuadrícula 5Posición de la imagen de cabeceraLogo del encabezadoSolo logo en el encabezadoOpciones de la cabeceraCabeceraSolo  texto en el encabezadoPosición donde se muestra la imagen de cabeceraSolo en la cabeceraImagen con lightboxImágenesEnlaces importantesInstagramNo hemos encontrado nada en este lugar. Pruebas con el buscador.Parece que no encontramos lo que estás buscando. Puede que una búsqueda te ayude.Últimas entradasÚltima:El diseño será como sigue:IzquierdaBarra lateral izquierdaEnlacesTipo de visualización del área principal de cabeceraMes: %sComentarios Posteriores &rarr;Entradas siguientes <span class="meta-nav">&rarr;</span>Siguiente &rarr;&rarr;Sin barra lateral con contenido centradoSin barra lateral con ancho completoNúmero de entradas a mostrar:Entradas compensadas:¡Vaya! Está página no se encuentra.Plantilla del maquetador visualPáginas:Pingback:PinterestAutorNavegación de la entradaEntradas&larr;Menú PrimarioColor primarioCitasEntrada al azarLeer más¿Listo para publicar tu primera entrada? <a href="%1$s">Empieza aquí</a>.Entradas relacionadasEntradas relacionadas por categoríasEntradas relacionadas por etiquetasEntradas relacionadas se deben mostrar como:RespuestaDerechaBarra lateral derechaBuscarIcono de búsquedaSelecciona distribuciónSelecciona una imagenElige las categorías:Elegir categoríaSelecciona el diseño por defecto para páginas. Este diseño se verá reflejado en todas las páginas, a no ser que haya un diseño único para una página específicaSelecciona el diseño por defecto para una entrada única. Este diseño se verá reflejado en todas las entradas únicas, a menos que se especifique un diseño único para una entrada específicaSeleccionar el diseño por defecto. Este diseño se verá reflejado en todas las páginas de archivos, categorías, página de búsquedas, etc. El diseño para entradas y páginas únicas se pueden controlar desde las opciones de abajoMostrar ambosMostrar fechaMostrar el icono de inicioMostrar las últimas entradasMuestra las entradas de una categoríaMuestra el widget junto al slider. Adecuado para TG: Entradas destacadas.Muestra widgets a izquierda.Muestra widgets a derecha.Estos widgets se mostrarán en la cuarta columna del pie de página.Estos widgets se mostrarán en la primera columna del pie de página.Estos widgets se mostrarán en la tercera columna del pie de página.Estos widgets se mostrarán en la segunda columna del pie de página.Estos widgets se mostrarán en la cabecera, por encima del menú de navegación.Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de "Página de contacto".Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de "Error 404".Disposición de SitioColor de la pielOpciones socialesMostrar enlaces sociales:Lo sentimos, pero no encaja nada con los términos de la búsqueda. Inténtalo de nuevo con algunas palabras clave diferentes.Menú persistenteAyudaTG: Anuncio 125x125TG: Anuncio 300x250TG: anuncios 728x90TG: Slider de categoría destacadaTG: Entradas destacadas (estilo1)TG: Entradas destacadas (estilo 2)TG: Entradas destacadas (estilo 3)TG: Entradas destacadas (estilo 4)TG: Entradas destacadas (estilo 5)TG: Entradas destacadas (estilo 6)TG: Entradas destacadas (estilo 7)TG: Widget publicaciones al azarTG: Widget con pestañasTG: VideosColor del texto:Opciones predeterminadas del temaThemeGrillEsto se verá reflejado en los enlaces, botones y en más elementos. Escoje el color que mejor case con tu sitioWidget de títuloT&iacute;tulo:TwitterTipo 1 (por defecto)Tipo 2Sistema de publicación únicaUsar imagenVídeosVer demoVer una entrada aleatoriaPiel claraDiseño amplioTítulo del widgetWordPressAño: %sTambién te puede gustarYoutubeTu comentario está esperando ser moderado.Un comentario sobre &ldquo;%2$s&rdquo;%1$s comentarios sobre &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PK�
�[+�-�?�?languages/el.ponu�[���# Translation of Themes - ColorMag Pro in Greek
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:08:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: el_GR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Πρότυπο Page Builder"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Στυλ Πλέγματος 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Στυλ Πλέγματος 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Στυλ Πλέγματος 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Στυλ Πλέγματος 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Στυλ Βάθρου 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block Style 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Επιλέξτε κατηγορίες:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Κατηγορίες"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Προβολή άρθρων από:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Φιλτράρισμα"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset Άρθρα:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Άρθρα"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block Style 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Χρώμα Κειμένου:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Χρώμα:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Τίτλος Μικροεφαρμογής"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Προσθέστε τον προσαρμοσμένο τίτλο μπλοκ"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Τίτλος μπλοκ"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Τίτλος Μικροεφαρμογής"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Γενικές μικροεφαρμογές"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag πλέγμα μικροεφαρμογών"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag μπλοκ μικροεφαρμογών"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "Ιστολόγιο ομορφιάς ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Επιλέξτε για εμφάνιση χαρακτηριστικής εικόνας σε μοναδική σελίδα."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Χαρακτηριστική εικόνα σε μοναδική σελίδα"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Επιλέξτε για απόκρυψη χαρακτηριστικής εικόνας σε μοναδική σελίδα."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Χαρακτηριστική εικόνα"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Τύπος 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Τύπος 1 (προεπιλογή)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Επιλέξτε το συνολικό τύπο κυρίου υποσέλιδου που θέλετε"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Τύπος εμφάνισης περιοχή κυρίως υποσέλιδου"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Επιλογές Υποσέλιδου"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Αλλάξτε τις ρυθμίσεις υποσέλιδου από εδώ"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Στην κεφαλίδα και υποσέλιδο"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Υποσέλιδο μόνο"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Κεφαλίδα μόνο"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Κοινωνικοί σύνδεσμοι για εμφάνιση στο:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Σκοτεινή εμφάνιση"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Λευκή εμφάνιση"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Επιλέξτε το χρώμα εμφάνισης του ιστότοπου σας."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Χρώμα εμφάνισης"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Επιλέξτε την περιοχή εμφάνισης της κυρίως κεφαλίδας που θέλετε"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Τύπος εμφάνισης στη κύρια περιοχή κεφαλίδας"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Από τη ρύθμιση της ημερομηνίας στο WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Προεπιλεγμένη Ρύθμιση Θέματος"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Τύπος προβολής ημερομηνίας στην κεφαλίδα"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Πρόσφατα άρθρα"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Επιλέξτε μια εικόνα"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Χρήση εικόνας"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Επιλογή εικόνας"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Μια σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Πρότυπο Σελίδας Επικοινωνίας"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Δεξιά"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Μικροεφαρμογή-παράδειγμα"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Αριστερά"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Σελίδα Επικοινωνίας"

#: searchform.php:12
msgid "Search"
msgstr "Αναζήτηση"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Φαίνεται ότι δε βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την αναζήτηση."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Λυπούμαστε, αλλά τίποτα δε βρέθηκε που ταιριάζει στους όρους αναζήτησης. Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Έτοιμοι για την πρώτη σας δημοσίευση; <a href=\"%1$s\">Πάμε</a>!"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Επόμενη \t"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "← Προηγούμενη"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Κλέβετε ε;"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Μικροεφαρμογή τυχαίων άρθρων"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Μικροεφαρμογή με καρτέλες"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Βίντεο"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Προσθέστε τη Διαφήμιση 125x125 Εδώ"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125X125 Διαφήμιση"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Προσθέστε την 125x125 Διαφήμισή σας εδώ"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Προσθέστε τις 728x90 Εικόνες Διαφήμισης εδώ"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728X90 Διαφήμιση"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Προσθέστε την 728x90 Διαφήμιση εδώ"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Εικόνα Διαφήμισης"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Σύνδεσμος εικόνας διαφήμισης"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Προσθέστε τις 300x250 Εικόνες Διαφήμισης εδώ"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Διαφήμιση"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Προσθέστε την 300x250 Διαφήμισή σας εδώ"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Περιγραφή"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Τίτλος:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Η διάταξη θα είναι όπως παρακάτω:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία. Κατάλληλο για την Περιοχή δίπλα από την πλευρική μπάρα κύλισης."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Επιλογή κατηγορίας"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Προβολή άρθρων από μια κατηγορία"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Εμφάνιση τελευταίων άρθρων"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Αριθμός άρθρων για προβολή:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Προβολή τελευταίων άρθρων ή συγκεκριμένης κατηγορίας, η οποία θα χρησιμοποιηθεί ως slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Διαφήμιση πάνω από το υποσέλιδο"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Εμφάνιση Widgets στη στήλη σελίδας σφάλματος 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Πλευρική Στήλη Σελίδας Λάθους 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Εμφάνιση Widgets στη στήλη σελίδας επικοινωνίας."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Πλευρική Στήλη Σελίδας Επικοινωνίας"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Αρχική Σελίδα: Κάτω Μέρος Περιεχομένου"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Μέση Δεξιά Ενότητα περιεχομένου"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Αρχική Σελίδα: Μέση Δεξιά Ενότητα περιεχομένου"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Μεσαίο Αριστερά Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Αρχική Σελίδα: Μεσαίο Αριστερά Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Πάνω Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Αρχική Σελίδα: Πάνω Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Προβολή μικροεφαρμογής δίπλα στο slider. Ταιρίαζει για το  TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Πρώτη σελίδα: Περιοχή δίπλα στο slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Εμπρός σελίδα: Χώρος Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Εμφάνιση Widgets στη κεφαλίδα ακριβώς πάνω από το κυρίως μενού."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Στήλη κεφαλίδας"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Δείχνει τα γραφικά στοιχεία στην αριστερή πλευρά."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Δείχνει τα γραφικά στοιχεία στην δεξιά πλευρά."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Ίσως Σας Ενδιαφέρει"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Προβολή τυχαίου άρθρου"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Σχολιάστε"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Το σχόλιό σας περιμένει έγκριση"

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s, %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Συντάκτης άρθρου"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Επεξεργασία)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Επόμενα άρθρα <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Προηγούμενα άρθρα"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Πλοήγηση δημοσιεύσεων"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Διόρθωση"

#: inc/functions.php:490
msgid ", "
msgstr ","

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Σχόλια"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Σχόλιο"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Σχόλια"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Επιλογές χρωμάτων"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ρυθμίσεις Χρωμάτων Κατηγοριών"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Αλλάξτε το χρώμα κάθε στοιχείου κατηγορίας όπως θέλετε."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Επιλογές Χρωμάτων Κατηγοριών"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Διορθωτής υποσέλιδου πνευματικής ιδιοκτησίας"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Επιλέξτε για να ενεργοποιήσετε το lightbox για τις χαρακτηριστικές εικόνες σε μονό άρθρο"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox Εικόνας"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Αλλάξτε το κείμενο Διαβάστε Περισσότερα"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Σχετικά άρθρα από ετικέτες"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Σχετικά άρθρα βάσει κατηγοριών"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Τα σχετικά άρθρα πρέπει να εμφανίζονται ως:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Επιλέξτε για να ενεργοποιήσετε τα σχετικά άρθρα"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Σχετικές δημοσιεύσεις"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Μοναδικό σύστημα δημοσιεύσεων"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Πρόσθετες Επιλογές"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Αλλάξτε τις Πρόσθετες Ρυθμίσεις από εδώ όπως θέλετε"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Επιλέξτε για να ενεργοποιήσετε την περιοχή Κοινωνικών Δικτύων"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Ενεργοποίηση περιοχής Κοινωνικών Δικτύων"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Επιλογές Κοινωνικής Δικτύωσης"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Προσαρμοσμένο CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Αυτό θα επηρεάσει συνδέσμους, κουμπιά και πολλά άλλα. Επιλέξτε χρώμα που ταιριάζει στον ιστότοπο σας"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Πρωτεύον χρώμα"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη για μονά άρθρα. Αυτή η διάταξη θα εμφανίζεται σε όλα τα μονά άρθρα εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένα άρθρα"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Προεπιλεγμένη διάταξη για άρθρα μόνο"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη για σελίδες. Αυτή η διάταξη θα εμφανίζεται σε όλα τις σελίδες εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένη σελίδα"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Προεπιλεγμένη διάταξη για σελίδες μόνο"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη. Αυτή η διάταξη θα εμφανίζεται στο αρχείο όλου του ιστότοπου, στις κατηγορίες, σελίδα αναζήτησης, κλπ. Η διάταξη για μονά άρθρα και σελίδα μπορεί να οριστεί από τις παρακάτω επιλογές"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Προεπιλεγμένη διάταξη"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Ευρεία Διάταξη"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Στενή Διάταξη"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Επιλέξτε τη διάταξη του ιστότοπου. Η αλλαγή θα έχει αντίκτυπο σε όλο τον ιστότοπο"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Διάταξη του site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Επιλέξτε για να κρύψετε άρθρα/σελίδες από τη αρχική σελίδα"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ρυθμίσεις Αρχικής Σελίδας"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Επιλογές Σχεδιασμού"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Αλλάξτε τις Ρυθμίσεις Εμφάνισης από εδώ όπως θέλετε"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Επιλέξτε για να συνδέσετε την εικόνα κεφαλίδας με την αρχική σελίδα"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Προβολή της εικόνας Κεφαλίδας κάτω από το κύριο/πρωτεύον μενού."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Προεπιλογή: Προβολή της εικόνας Κεφαλίδας ανάμεσα στον τίτλο/κείμενο του ιστοτόπου και το κύριο/βασικό μενού."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Προβολή της εικόνας Κεφαλίδας ακριβώς πάνω από τον τίτλο/κείμενο του ιστοτόπου."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Θέση εικόνας Κεφαλίδας"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Θέση Εικόνας Κεφαλίδας"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Απενεργοποίηση"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Εμφάνιση και των δύο"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Μόνο Κείμενο Κεφαλίδας "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Μόνο Λογότυπο Κεφαλίδας "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Διαλέξτε την επιλογή που θέλετε"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το εικονίδιο τυχαίου άρθρου στο βασικό μενού"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Τυχαίο άρθρο"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το Εικονίδιο Αναζήτησης στο βασικό μενού"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Εικονίδιο Αναζήτησης"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Επιλέξτε για ενεργοποίηση της λειτουργίας σταθερού πρωτεύντος μενού."

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Προσκολλουμένο Μενού"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το εικονίδιο αρχικής σελίδας στο βασικό μενού."

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Εμφάνιση του Εικονιδίου Αρχικής Σελίδας"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Επιλέξτε για να εμφανίσετε την ημερομηνία στην κεφαλίδα"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Εμφάνιση Ημερομηνίας"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Πρόσφατα:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Επιλέξτε για να ενεργοποιήσετε το τμήμα εκτάκτων ειδήσεων"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Έκτακτες Ειδήσεις"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Επιλογές Κεφαλίδας (Header)"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Αλλάξτε τις Ρυθμίσεις Κεφαλίδας από εδώ όπως θέλετε"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Δες το Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Υποστήριξη"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Τεκμηρίωση"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Χωρίς πλευρική στήλη, περιεχόμενο με  κεντρική στοίχηση"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Μέγιστο πλάτος χωρίς πλευρική στήλη"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Αριστερή πλευρική στήλη"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Δεξιά πλευρική στήλη"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Προεπιλεγμένη διάταξη"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Επέλεξε εμφάνιση"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Κύριο Μενού"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Περισσότερα"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Σελίδες:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Τα σχόλια είναι απενεργοποιημένα."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Νεότερα σχόλια &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; παλαιότερα σχόλια"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Πλοήγηση σχολίων"

#: archive.php:70
msgid "Archives"
msgstr "Αρχείο"

#: archive.php:64
msgid "Links"
msgstr "Σύνδεσμοι"

#: archive.php:61
msgid "Quotes"
msgstr "Παράθεση"

#: archive.php:58
msgid "Videos"
msgstr "Βίντεο"

#: archive.php:55
msgid "Images"
msgstr "Εικόνες"

#: archive.php:52
msgid "Asides"
msgstr "Άτιτλο"

#: archive.php:49
msgid "Year: %s"
msgstr "Έτος: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Μήνας: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Ημέρα: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Συντάκτης: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Όπως φαίνεται δεν βρέθηκε κάτι εδώ. Δοκιμάστε την αναζήτηση παρακάτω."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ωπα! Αυτή η σελίδα δε βρέθηκε."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[(Y��>�>languages/it_IT.ponu�[���# Translation of Themes - ColorMag Pro in Italian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:20:45+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: it\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr ""

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr ""

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr ""

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Immagine in evidenza"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr ""

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr ""

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr ""

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr ""

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr ""

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr ""

#: inc/customizer.php:698
msgid "White Skin"
msgstr ""

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr ""

#: inc/customizer.php:684
msgid "Skin Color"
msgstr ""

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr ""

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr ""

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Dalle impostazioni della data di WordPress "

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Impostazioni pedefinite del tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Tipo di data visualizzata nell'header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr "Carica altri"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr "Mostra il pulsante 'Carica altri' per caricare ulteriori articoli recenti o dalla categoria selezionata."

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr "Numero righe:"

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr "Altezza riga (px):"

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr "Pausa animazione (ms):"

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr "Direzione:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr "Opzioni Scorrimento"

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr "Abilita automatismo"

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr "Disabilita automatismo"

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr "Pausa transizione (ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr "Velocità transizione (ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr "Dissolvenza"

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr "Scorrimento verticale"

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr "Scorrimento orizzontale"

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr "Animazione:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr "Opzioni Slider"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr "Titolo e immagine articolo"

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr "Mostra la Navigazione Articoli con:"

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr "Navigazione Articoli"

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr "Categoria degli articoli da mostrare:"

#: inc/customizer.php:100
msgid "Category"
msgstr "Articoli di una specifica categoria"

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Ultimi articoli"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr "Scegli quali articoli mostrare come Ultime Notizie:"

#: inc/ajax.php:137
msgid "No more post"
msgstr "Nessun altro articolo"

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Vedi Tutti"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr "Mostra il pulsante Vedi Tutti per andare all'archivio della categoria selezionata"

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr "Mostra gli articoli delle categorie affiliate alla categoria selezionata"

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr "Mostra un articolo a caso tra quelli recenti o della categoria selezionata"

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr "Attiva lo scorrimento indipendente di contenuti e barre laterali"

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr "Scorrimento Contenuti e Barre Laterali"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Seleziona un'immagine"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Usa immagine"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Scegli un'immagine"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un pensiero riguardo &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensieri riguardo &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modello per una pagina di contatto"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Guarda tutti gli articoli di %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s ha %2$s articoli e più."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Destra"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Questo è un widget di esempio che mostra l'aspetto predefinito della barra laterale %s. Puoi aggiungere dei widget personalizzati dalla %spagina di configurazione dei widget%s nel pannello di amministrazione. Se aggiungi widget personalizzati, essi sostituiranno il widget predefinito."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Esempio di widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Sinistra"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Pagina di contatto"

#: searchform.php:12
msgid "Search"
msgstr "Cerca"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca potrebbe essere di aiuto."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Non c’è nessuna corrispondenza con i termini di ricerca che hai indicato. Riprova con termini diversi."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Pronto a pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Successivo &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Precedente"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Vuoi barare, eh?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: articoli in evidenza (Stile 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Mostra contenuti in un popup"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: articoli in evidenza (Stile 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Numero di articoli recenti da mostrare:"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Widget Ultime Notizie"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Mostra le Ultime Notizie con scorrimento verticale. Adatto a barre laterali destra e sinistra."

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: articoli in evidenza (Stile 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Numero di articoli casuali da mostrare:"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: widget articolo casuale"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Mostra articoli scelti casualmente. Adatto alle barre laterali destra o sinistra."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Nessun commento"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "dice:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Commenti"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Commento"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr "Nessun commento"

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Commenti"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Recenti"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Più letti"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Mostra articoli più letti in base al contatore delle visualizzazioni."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Numero di articoli più letti, recenti o commenti da mostrare:"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: widget con schede"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Mostra articoli e commenti più recenti e più letti in diversi tab. Adatto a barre laterali destra e sinistra."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: articoli in evidenza (Stile 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Disabilita modalità a scorrimento (slider)"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: articoli in evidenza (Stile 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: video"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Widget per visualizzare video (attualmente supporta solo YouTube e Vimeo)."

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 728x90px "

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: annuncio 125x125px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 125x125px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 728x90px "

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: annuncio 728x90px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 728x90px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Immagine dell'annuncio"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Link dell'immagine dell'annuncio"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 300x250px "

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: annuncio 300x250px"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 300x250px"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: articoli in evidenza (Stile 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descrizione"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titolo:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Il layout sarà come quello qui sotto:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: articoli in evidenza (Stile 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Visualizza gli ultimi articoli o gli articoli di una categoria specifica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Articoli Evidenziati"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Mostra gli ultimi articoli o gli articoli di una categoria specifica. Adatto per l'area accanto alla barra scorrevole (slider)."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Grande: 1400x600px (adatto a Pagina Iniziale: Area Superiore Tutta Ampiezza)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Media: 800x445px"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Dimensione immagine:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Seleziona una categoria"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Visualizza articoli da una categoria"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Ultimi articoli"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Numero di articoli da mostrare:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: barra scorrevole (slider) categorie in evidenza"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Scegli se mostrare nella barra scorrevole (slider) gli ultimi articoli o gli articoli di una categoria specifica."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Mostra widgets nella quarta colonna del piè di pagina."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Piè di pagina basso: colonna 4"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Mostra widgets nella terza colonna del piè di pagina."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Piè di pagina basso: colonna 3"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Mostra widgets nella seconda colonna del piè di pagina."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Piè di pagina basso: colonna 2"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Mostra widgets nella prima colonna del piè de pagina."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Piè di pagina basso: colonna 1"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Mostra widgets nella terza colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Piè di pagina alto: colonna 3"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Mostra widgets nella seconda colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Piè di pagina alto: colonna 2"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Mostra widgets nella prima colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Piè di pagina alto: colonna 1"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Mostra i widget proprio sopra il pié di pagina, adatto per TG: widget 728x90px"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annunci sopra il pié di pagina"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Mostra widgets nella pagina Errore 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Area Errore 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Mostra widgets nel Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Area"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Contenuto della sezione centrale inferiore"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Pagina iniziale: sezione in basso"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Contenuto della sezione centrale di destra"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Pagina iniziale: sezione centrale di destra"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Contenuto della sezione centrale di sinistra"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Pagina iniziale: sezione centrale a sinistra"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Contenuto della sezione in alto"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Pagina iniziale: sezione in alto"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Mostra i widget accanto alla barra scorrevole (slider). Adatto per TG: articoli in evidenza."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Pagina iniziale: area accanto alla barra scorrevole (slider)"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Mostra widget sotto al menù. Adatto per TG: Slider Categorie in Evidenza."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Pagina iniziale: area barra scorrevole (slider)"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Visualizza widget immediatamente sotto al menu."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Pagina Iniziale: Area Superiore Tutta Ampiezza"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Mostra widgets nella testata, sopra il menu di navigazione."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Intestazione barra laterale"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Mostra widgets a sinistra"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Mostra widgets a destra"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Condividi l'articolo"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Potrebbe anche interessarti"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Leggi un articolo casuale"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Risposta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Il tuo commento deve ancora venire moderato."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s in %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autore articolo"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifica)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articoli più recenti <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articoli più vecchi"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigazione articoli"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifica"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commenti"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commento"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Commenti"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Sfondo del copyright"

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Testo del menu piccolo"

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Link nel testo del copyright"

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Testo del copyright"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Sfondo widget"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Link nei contenuti dei widget"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Contenuti dei widget"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Titolo dei widget"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Piè di pagina"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Sfondo dell'area contenuti"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Titolo dei widget nelle barre laterali"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Sfondo pulsanti"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Testo pulsanti"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Metadati"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Testo"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Titolo delle Pagine"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Titolo degli Articoli"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Titoli all'interno dei testi (h1, h2, etc.)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Contenuti"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Sfondo dell'intestazione"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Testo dell'elemento menu selezionato"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Testo del menu principale"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Motto del sito"

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Titolo del sito"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Intestazione"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Modifica le impostazioni dei colori come preferisci"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opzioni colore"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Menu piccolo (default: 14px)"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Testo del copyright (default: 14px)"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Contenuti dei widget (default: 14px)"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Piè di pagina: Dimensione Caratteri"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Testo per bottoni \"Leggi il seguito\", \"Invia\", \"Commenta\", etc. (default: 12px)"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Metadati (default: 12px)"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Contenuti: Dimensione Caratteri"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Titolo Widget (default: 18px)"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Titolo Pagina (default: 34px)"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Titolo Articolo (default: 32px)"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Titoli: Dimensione Caratteri"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Sotto-menu (default 14px)"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Menu principale (default 14px)"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Motto del sito: (default: 16px)"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Titolo del sito (default: 46px)"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Intestazione: Dimensione Caratteri"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Carattere per contenuti e altri elementi (default: \"Open Sans\")"

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Carattere per tutti i titoli (default: \"Open Sans\")"

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Menu principale (default: \"Open Sans\")"

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Motto del sito (default: \"Open Sans\")"

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Titolo del sito (default: \"Open Sans\")"

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Impostazioni Google Font"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Modifica le Impostazioni Tipografiche come più preferisci"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Opzioni Tipografiche"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Impostazioni colori categorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Cambia il colore di ogni categoria come desideri."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opzioni colori categorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Modifica le informazioni di copyright nel piè di pagina. Si possono usare le abbreviazioni [the-year], [site-link], [wp-link], [tg-link] per indicare rispettivamente l'anno corrente, il link al proprio sito, al sito WordPress e al sito ThemeGrill."

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Realizzato con "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro di "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Copyright &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor copyright piè di pagina"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Disabilita il pulsante 'Torna in Cima'"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Pulsante Torna in Cima"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Mostra il link alla pagina web dell'autore nelle informazioni biografiche."

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Mostra profili dei Social Network nelle informazioni biografiche"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Mostra l'immagine in evidenza dell'articolo sopra il titolo dell'articolo stesso (lightbox)."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Immagine lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Mostra i pulsanti in calce agli articoli per la condivisione su social network"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Pulsanti Condivisioni Social"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Modifica il testo del pulsante 'Leggi il seguito\" come più appropriato per il tuo sito."

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Modifica la dicitura \"Leggi il seguito\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Nascondi il bottone 'Modifica'"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Nascondi il contatore delle visualizzazioni"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Nascondi i tag"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Nascondi il contatore dei commenti"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Nascondi le categorie"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Nascondi la data di pubblicazione"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Nascondi l'autore"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Nascondi tutti i metadati degli articoli"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Visualizzazione Metadati"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articoli correlati in base ai tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articoli correlati in base alle categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gli articoli correlati saranno:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Attiva i post correlati"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Post correlati"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Attiva il sistema di univocità degli articoli per i widgets inclusi nel tema"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Articoli unici"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Impostazioni aggiuntive"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Da qui puoi gestire delle impostazioni aggiuntive"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Colore del collegamento"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Icona FontAwesome del collegamento"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Icone Aggiuntive per Social Network"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Collegamento social aggiuntivo 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Collegamento social aggiuntivo 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Collegamento social aggiuntivo 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Collegamento social aggiuntivo 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Collegamento social aggiuntivo 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Collegamento social aggiuntivo 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Mostra in un nuovo tab"

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Seleziona per attivare l'area con i collegamenti a social network"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Attiva l'area con i collegamenti ai social network"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Cambia le impostazioni dei collegamenti ai social network come desideri"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opzioni per i social networks"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Scrivi il tuo CSS personalizzato"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personalizzato"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "La modifica avrà effetto sui link, i pulsanti e su molti altri elementi della pagina. Scegli un colore adatto per il tuo sito"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Opzione colore primario"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Predefinito: primo elemento a tutta ampiezza e successivi affiancati"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Definisci il layout per pagine blog, archivi e risultati di ricerca."

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Layout delle Pagine Archivio e Ricerca"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Seleziona un layout di default per gli articoli. Questo layout verrà applicato a tutti i singoli articoli a meno che questi abbiano già impostato un layout personalizzato"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Layout predefinito solo per gli articoli"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Seleziona un layout predefinito per le pagine. Questo layout verrà applicato a tutte le pagine a meno che queste abbiano già impostato un layout personalizzato"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Layout predefinito solo per le pagine"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Seleziona un layout predefinito. Questo layout verrà applicato all'archivio, alle categorie, alla pagina di ricerca e così via. I layout per i singoli articoli e per le pagine possono essere gestiti nelle opzioni sottostanti"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Layout predefinito"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Layout a tutto schermo"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Layout con spazi ai lati"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Scegli il layout del tuo sito. La modifica avrà effetto sull'intera esperienza di navigazione."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Layout sito"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Nascondi gli articoli del blog/una pagina statica nella pagina iniziale"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Impostazioni della pagina iniziale"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opzioni design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Da qui puoi gestire le impostazioni dell'aspetto del sito"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tipo 3: tutti gli elementi allineati al centro"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tipo 2: barra laterale a sinistra, testo e logo a destra"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tipo 1 (default): testo e logo a sinistra, barra laterale a destra"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Scegli il tipo di visualizzazione della testata che preferisci"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Visualizzazione Testata"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "L'immagine della testata deve avere un collegamento alla pagina iniziale"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Mostra l'immagine della testata sotto il menu principale"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Predefinito: mostra l'immagine della testata tra il titolo/descrizione del sito e il menu principale"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Mostra l'immagine della testata proprio sopra il titolo/descrizione del sito"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posizione immagine nella testata"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Scegli la posizione dell'immagine di testata."

#: inc/customizer.php:401
msgid "Disable"
msgstr "Disabilita"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostra entrambi"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Solo  testo nell'intestazione "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Solo logo nell'intestazione"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Scegli l'opzione che desideri"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo intestazione"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Mostra l'icona per leggere un articolo casuale nel menu principale"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Articolo casuale"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Seleziona per mostrare l'icona Cerca nel menu principale"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icona cerca"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Seleziona per fissare in alto il menu primario quando si scorre la pagina"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fisso"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Seleziona per mostrare l'icona Home Page nel menu primario"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostra l'icona per la pagina iniziale"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Seleziona per mostrare la data nella testata"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostra la data"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Sotto il menu principale"

#: inc/customizer.php:205
msgid "Header"
msgstr "In testa alla pagina"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Scegli dove visualizzare le Ultime Notizie"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Velocità per le Ultime Notizie nell'intestazione"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Durata di ciascuna Ultima Notizia nell'intestazione"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Verso il basso"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Verso l'alto"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Animazione delle Ultime Notizie"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Testo da anteporre alle Ultime Notizie"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Ultimo:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Seleziona per abilitare la sezione Ultime notizie"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Ultime notizie"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opzioni della testata"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Da qui puoi gestire le impostazioni della testata"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Link utili"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag: Collegamenti Utili"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Vota questo tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Supporto"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentazione"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Senza barra laterale, contenuto centrato"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Senza barra laterale, tutta pagina"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barra laterale sinistra"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barra laterale destra"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Layout predefinito"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Seleziona aspetto"

#: functions.php:125
msgid "Footer Menu"
msgstr "Menu per il Piè di pagina"

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principale"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Leggi il seguito"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagine:"

#: comments.php:67
msgid "Comments are closed."
msgstr "I commenti sono chiusi"

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commenti più recenti &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commenti meno recenti"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigazione commenti"

#: archive.php:70
msgid "Archives"
msgstr "Archivi"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citazioni"

#: archive.php:58
msgid "Videos"
msgstr "Video"

#: archive.php:55
msgid "Images"
msgstr "Immagini"

#: archive.php:52
msgid "Asides"
msgstr "Digressioni"

#: archive.php:49
msgid "Year: %s"
msgstr "Anno: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mese: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Giorno: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autore: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Non abbiamo trovato niente in questa pagina. Perché non provi con il motore di ricerca?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! La pagina non è stata trovata."

#: 404.php:28
msgid "404"
msgstr ""PK�
�[�|��?�?languages/nb_NO.monu�[������������#*(-'V)~0�s�Mh������
�



*
8FRi
v
����4�0	0:0k4��#�#	9-4g3�)�C�7>2v5�1� /2b$r<��>�
3AHQf
�������4G\i~���
�	��*9$WT|���U�`J1�8�
.<AXgp������%"D'g(�����	#0FWfu����	�G�Wp}�����	��0�%1Gcy
�%���	�	��6CX_	kFu
���� " 
( 6 = 
I W g z 	� 	� � � � B� !9!%V!$|!&�!$�!D�!'2" Z"{"
�"�"�"\�"#&#.#K#h#�#�#�#�#�#$.$
@$K$W$
m$x$�$�$�$�$�$	�$�$	�$�$
�$�$%	%%$%6%$>%Tc%'�%�%�%�%�%�&�&�&'	$'.'+1')]',�'2�'s�'"[((~(�(�(�(�(�(�(
))!)-)9)E)Q)])x)
�)
�)�)�)�)3�)6**8a*8�*6�*

+8+.N+@}+,�+7�+1#,KU,A�,B�,9&-G`-&�-0�-
.$.43. h.J�.�.�.�.�./*/9/U/b/t/�/�/�/�/�/0"0.0F0"Z0!}0�0
�0�0!�0�0�011"61IY1�1�1	�1[�1l)2$�25�2�2
33353E3N3^3}3$�3+�3�3
�3�34):4!d4,�4+�4!�455'565E5T5c5�5�5�5"�5�5
66"6	)6?36Ss6
�6�6!�6�677"!7	D7N72g7�7�7!�7�7�78!868I8P8	]8g8y8�8�8	�8�8�8�8�8J�8+9"=9 `9 �9�9�9�9�9	�9
�9
�9�9
�9	::
:,:>:HW: �:�:+�:)
;*7;)b;B�;#�;"�;<
)<4<I<be<�<�<"�<= =@=`=�=�=�=!�=>>#>/>
N>
Y>g>o>w>�>�>
�>�>�>�>
�>�>�>	???/?%7?L]?'�?�?�?�?%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categoryShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:12:22+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nb_NO
Project-Id-Version: Themes - ColorMag Pro
%1$s kl %2$s%s&larr; Eldre kommentarer&larr; Forrige(Rediger), <i class="fa fa-comment"></i> 0 kommentarer<i class="fa fa-comment"></i> 1 kommentar<i class="fa fa-comments"></i> % kommentarer<span class="meta-nav">&larr;</span> Eldre innlegg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktiver område for sosiale lenkerLegg til tittel for din tilpassede blokkTilleggsvalgAnnonse over bunnområdetAnnonsebildeBildelenke for annonsebildeArkiverNotiserForfatter: %sBlokkstil 1Blokkstil 2Blokkstil 4Blokkstil 6Blokkstil 9BlokktittelBåde sidetopp og sidebunnBoks-utformingSiste nyttKategorierAlternativer for kategorifargeInnstillinger for kategorifargeEndre teksten for Les merEndre tilleggsinnstillingene herfra slik du ønskerEndre innstillingene for design herfra slik du ønskerEndre innstillingene for sidebunn her, til de du ønskerEndre innstillingene for sidetoppen her, slik du ønskerEndre fargen for hver kategori-element som du ønsker.Jukser vi?Kryss av her for å aktivere området for sosiale lenkerKryss av her for å aktivere relaterte innleggKryss av for å velge ikonet for tilfeldig innlegg i hovedmenyenKryss av for å vise søke-ikon i ovedmenyenKryss av for å vise fremhevet bilde på en enkeltside.Kryss av for å aktivere seksjonen for siste nyttKryss av her for å aktivere lightbox for fremhevet bilde på enkeltinnleggKryss av for å aktivere den klebrige oppførselen til hvedmenyenKryss av her for å skjule innleggssiden/statisk side på forsidenKryss av for å skjule fremhevet bilde på innleggssiden.Kryss av her for å gjøre at toppbildet har lenke tilbake til forsidenKryss av for å vise dato i sidetoppenKryss av for å vise hjemme-ikonet i hovedmenyenVelg et bildeVelg fargedrakten for ditt nettsted.Velg visningstypen du ønsker for hovedtotalsidetoppVelg det alternativet du ønskerVelg din utforming for nettstedet. Endringer vil vises på hele nettstedetFargealternativerFarge:ColorMagColorMag SkjønnhetsbloggColorMag Business-magasinColorMag MørkGlobale widgeter i ColorMagColorMag ProColorMag Pro MoteColorMag Pro MusikkColorMag Pro SportColorMag Pro TeknologiWidget-blokker fra ColorMagWidget-rutenett fra ColorMagNavigering blant kommentarerKommentarfeltet er stengtKontaktsideKontakt side sidestolpeMal for kontaktsideMidtre venstre seksjon for innholdMidtre høyre seksjon for innholdToppseksjon for innholdTilpasset CSSMørk draktVisningstype for dato i sidetopp:Dag: %sStandardutsendeStandardutsendeStandard oppsett for siderStandard oppsett for enkeltinnleggStandard: Vis toppbildet mellom nettstedstittelen/teksten og hovedmenyen.BeskrivelseDesigninnstillingerDeaktiverVis siste innlegg eller innlegg fra en bestemt kategori, og som vil bli brukt i karusellen.Vis siste innlegg eller sider av spesfikk kategori. Passende for området ved siden av karusell-sidestolpen.Vis toppbildet nedenfor hovedmenyen.Vis toppbildet like ovenfor nettstedtittelen/teksten.Vis innleggene fra:DokumentasjonRedigerSidestolpe Error-404 sideEksempel-widgetFacebookFremhevet bildeFremhevet bilde på enkeltsideFiltrerRedigering av opphavsrett i sidebunnVisningstype for hovedområdet i sidebunnenAlternativer for sidenbunnBare sidebunnFra datoinnstilling i WordPressInnstillinger for forsidenForsiden: Område ved siden av karusellenForsiden: Bunnseksjon for innholdForsiden: Midtre venstre seksjon for innholdForsiden: Midtre høyre seksjon for innholdForsiden: Toppseksjon for innholdForsiden: KarusellområdeGoogle PlusRutenettstil 2Rutenettstil 3Rutenettstil 4Rutenettstil 5Posisjon til bilde i sidetoppKun nettstedslogoAlternativer for sidetoppenWidgetområde i HeaderKun nettstedstittel og beskrivelsePosisjon til toppbildetBare sidetoppLightbox for bildeBilderInstagramDet ser ut til at intet ble funnet her. Prøv et søk nedenfor.Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan hjelpe.Siste innleggSiste:Utformingen vil bli som nedenfor:VenstreVenstre sidekolonneLenkerVisningstype for hovedtoppområdetMåned %sNyere kommentarer &rarr;Nyere innlegg <span class="meta-nav">&rarr;</span>Neste &rarr;&rarr;Ingen sidestolpe innhold sentrertIngen sidestolpe full viddeAntall innlegg å vise:Innlegg offset:Oops! Denne siden ble ikke funnetMal for sidebyggerSider:Tilbakeping:PinterestInnleggsforfatterNavigering blant innleggInnlegg&larr;HovedmenyValg av hovedfargeSitaterTilfeldig innleggLes merKlar for å publisere ditt første innlegg? <a href="%1$s">Begynn her</a>.Relaterte innleggRelaterte innlegg etter kategorierRelaterte innlegg etter stikkordRelaterte innlegg må vises som:SvarHøyreHøyre sidekolonneSøkSøkeikonVelg utseendeVelg et bildeVelg kategorier:Velg kategoriVis beggeVis datoVis hjem-ikonVis siste innleggVis innlegg fra kategoriVis widget ved siden av karusellen. Passende for TG: Fremhevede innlegg.Viser widgeter på venstre side.Viser widgeter på høyre side.Viser widgeter i footer widgetområde fire.Viser widgeter i footer widgetområde en.Viser widgeter i footer widgetområde tre.Viser widgeter i footer widgetområde to.Viser widgeter i header området rett over hovednavigeringsmenyen.Viser widgeter på Kontakt sidemal.Viser widgeter på side Error-404.NettstedsutformingDraktfargeSosiale alternativerSosiale lenker å vise på:Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen med andre søkeord.Klebrig menySupportTG: Fremhevede kategorier-karusellTG: Fremhevede innlegg (stil 1)TG: Fremhevede innlegg (stil 2)TG: Fremhevede innlegg (stil 3)TG: Fremhevede innlegg (stil 4)TG: Fremhevede innlegg (stil 5)TG: Fremhevede innlegg (stil 6)TG: Fremhevede innlegg (stil 7)TG: Widget for tilfeldige innleggTG: Widget med fanerTG: VideoerTekstfarge:Standardinnstilling for temaetThemeGrillTittel-widgetTittel:TwitterType 1 (standard)Type 2Unikt system for innleggBruk bildeVideoerSe DemoVis tilfeldig innleggHvit draktBred utformingTittel for widgetWordPressÅr: %sDu liker kanskje ogsåYouTubeDin kommentar venter på godkjenning.Én kommentar til &laquo;%2$s&raquo;%1$s kommentarer til &laquo;%2$s&raquo;https://themegrill.com/themes/colormag/126PK�
�[����RYRYlanguages/da_DK.monu�[�����D<
\\
]h!u��������	�(�'$=)b#�!�0�sw����#�#",*O*z)����2Ni�����

%
6
D
R
`
n|��
�
����4
0?0p0�4�##?9c4�3�)C07t2�5�1G `/��$�<�<#`>�
�����

3@Uh|7���  * A? � � � � � � 
!	!!8!@!A[!�!�!�!$�!T�!	S"]"i"x"U�"3�"`
#1k#8�#�#
�#�#$$$4#$X$g$p$$�$�$�$�$�$�$�$%$%8%"W%'z%(�%�%�%&&&(&5&B&O&V&j&�&�&�&�&�&�&�&�&"'('4';'	K'GU'W�'�'(
(#(((5(H(	](g(p(v(	�(�(0�(�(�()#)9)E)
a)%o)�)�)	�)	�)�)�)�)�)�)**0*7*C*	S*F]*�*
�*�*�*�*++
+%+2+G+N+Z+
p+~+�+�+y�+�+,��,h-	y-	�-�-�-�-B�-.(.%E.$k.&�.$�.D�.'!/ I/j/
v/�/�/�/\�/
00&020:0T0n0�0�0�0�0�0151R1o1�1
�1�1��1�;2�2�2�23
&3V13�3�3�3�3
�3�3�3�3�3�34	4
44	4!444A4
F4Q4]4	j4t4�4�4�4�4$�4T�4',5T5Z5\5^5`5d5
j6
x6"�6�6
�6�6�6	�6�6�6�67+7)>7&h7,�7 �7#�738s58�8�8�8�8�8!9:9Z9)y9(�9'�9�9:$%:'J:(r:)�:(�:(�:';?;V;e;x;�;
�;�;
�;
�;
�;
�;
�;	�;�;
<
<
(<3<L<h<A�<7�<2�<=2=6p=�=,�=)�=B
>2P>;�>,�>H�>85?/n?<�?>�?@'8@1`@�@3�@E�@BA`A?~A�A�A�A�A�AB B9BFBXBkB~B8�B�B�BCC,CEDC�C�C�C�C�C�CD"D!2DTD\DDwD�D�D�D$�DSE	rE|E�E	�E]�E:Fl<F.�F7�FG
!G/G3G;G@G7WG�G�G�G�G�G�G�G!�G H-H@HLHlH$�H�H'�H&�HI/IGIOI[IhIuI�I�I#�I�I�I�I�IJ!J$9J
^JlJ(}J�J�J
�J	�JL�JY&K�K�K�K�K�K�K�K
�KL
L&L
7LBL2[L
�L�L�L�L�L#�LM#M>MTM	[M	eM	oMyM�M	�M�M�M�M�M�M�M
�MENHNON#bN�N"�N�N�N�N�N�NO	OO3O@OQOcO�rO��O��P@Q	SQ]QfQvQ�QD�Q�QR#!RER"eR!�RJ�R'�RS<SKSZS`SsSU�S
�S�S�STT$T8TKTgT�T�T�T�T�TU9UXUlUxU��U�	V�V�V�V�V
�V_�V\WiWpW�W�W�W�W�W�W�W�W�W�W�W�WXX+X0X?XLX	XXbXyX~X�X�X'�XC�X'YAYHYJYLYNY% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s Views&larr; Older Comments&larr; Previous(Edit)+1 This, 0 View1 Comment<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBelow NavigationBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationDownEditErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFlickrFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle PlusGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5HeaderHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImage Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPowered by Previous post link&larr;Primary MenuPrimary color optionQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSkypeSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.SoundCloudSticky MenuStumbleUponSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:Total ViewsTumblrTweet ThisTwitterType 1 (Default)Type 2Typography OptionsUnique Post SystemUpUse imageVKVideosView DemoView a random postVimeo-SquareVineWhite SkinWide LayoutWidget TitleWordPressWrite your custom cssXingYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2019-05-16 09:04:53+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: da_DK
Project-Id-Version: Themes - ColorMag Pro
% Kommentarer%1$s kl. %2$s%1$s har foreløbig %2$s artikler.%s%s Læsninger&larr; ældre kommentarer&larr; Forrige(Rediger)+1 Dette, 0 Læsninger1 Kommentar<i class="fa fa-comment"></i> 0 Kommentarer<i class="fa fa-comment"></i> 1 Kommentar<i class="fa fa-comment"></i>Kommentar<i class="fa fa-comments"></i> % Kommentarer<i class="fa fa-history"></i>Nye<i class="fa fa-star"></i>Populære<span class="meta-nav">&larr;</span> Ældre indlæg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>API Licens-aktiveringAPI Licens-deaktiveringAPI Licens-nøgleAPI Licens-emailAktiver sociale links områdeTilføj din 125x125 annonce her. Tilføj din 300x250 annonce herTilføj din 728x90 annonce herTilføj dine 125x125 annoncebilleder her.Tilføj dine 300x250 annoncebilleder herTilføj dine 728x90 annoncebilleder herTilføj din egen bloktitelYderligere mulighederYderligere ikoner til sociale medierFemte yderligere link til socialt medieFjerde yderligere link til socialt medieFørste yderligere link til socialt medieSjette yderligere link til socialt medieTredje yderligere link til socialt medieAndet yderligere link til socialt medieAnnonce over sidefodenAnnoncebilledeAnnonce billedlinkArkiverSidebemærkningerForfatter: %sUnder navigationBlokstil 1Blokstil 2Blokstil 4Blokstil 6Blokstil 9BloktitelBåde sidehoved og sidefodKasse layoutBreaking NewsKategorierKategori farvemulighederKategori farveindstillingerLav om på "Læs mere" tekstDu kan ændre på Yderligere muligheder herfra, hvis du har lyst.Lav om på designmulighederne herfra, hvis du har lyst.Skift sidefodsindstillingerne herfra som du lysterDu kan ændre sidehovedindstillinger herfra, hvis du har lystSkift farven for hvert kategorielement som du ønsker.Så du snyder?Marker for at aktivere sociale links områdeMarker for at aktivere relaterede indlægMarker for at vise et vilkårligt indlægsikon i den primære menuMarker for at vise søgeikonet i den primære menuMarker for at vise det udvalgte billlede på en enkeltside.Marker for at aktivere breaking news sektionMarker for at aktivere lightbox for udvalgte billeder i et enkeltindlægMarker for at aktivere fastgørelse af den primære menuMarker for at skjule indlæg/sider på forsidenMarker for at skjule det udvalgte billede på en enkeltside.Marker for at få sidehovedbilledet til at linke til forsiden.Vælg for at vise i en ny tabMarker for at vise datoen i sidehovedetMarker for at vise forsideikonet i primær menuenVælg et billedeVælg hvilken overflade du ønsker på dit websted.Vælg den primære totale sidefodsområde visningstype som du ønskerVælg den primære totale sidehovedområde visning som du ønsker Vælg den mulighed du ønskerVælg dit sidelayout. Ændringen vil afspejles i hele webstedetFarvemulighederFarve:ColorMagColorMag SkønhedsblogColorMag ForretningsmagasinColorMag MørkColorMag globale widgetsColorMag ProColorMag Pro ModeColorMag Pro MusikColorMag Pro SportColorMag Pro TeknologiColorMag Pro er pro-udgaven af det gratis ColorMag-tema.ColorMag-tema vigtige linksColorMag widget blokkeColorMag widget gitterKommentarnavigationLukket for kommentarer.Forbindelse til API licensnøgle-serveren fejlede. Prøv igen senere.KontaktsideKontaktside sidebarKontaktsideskabelonIndhold center venstre sektionIndhold center højre sektionIndhold topsektionBrugerdefineret CSSMørk overfladeDato i sidehovedets visningstype:Dag: %sDeaktiver API licensnøgleDeaktiverer en API-licensnøgle så den kan bruges på en anden blogStandard-layoutStandard-layoutStandardlayout kun for siderStandardlayout kun for enkeltindlægStandard: Vis sidehovedbilledet mellem webstedets titel/tekst og den primære menu.DeliciousBeskrivelseDesignmulighederDeaktiverVis seneste indlæg eller indlæg fra en bestemt kategori, som vil blive brugt som en slider.Vis seneste indlæg eller indlæg fra en bestemt kategori.Vis seneste indlæg eller indlæg fra en bestemt kategori. Egnet til området ved siden af slider sidebaren.Vis sidehovedbilledet under den primære menu.Vis sidehovedbilledet lige over webstedets titel/tekst.Vis indlæg fra:DokumentationNedRedigerFejlFejl 404 side sidebar.Everest Forms – Nem kontaktformular og formularbyggerEksempelwidgetFacebookUdvalgt billedeUdvalgt billede på enkeltsideFilterFlickrSideford copyright editorSidefod hovedområde visningstypeSidefod-menuSidefodsmulighederKun sidefodFra WordPress datoindstillingerForside indstillingerForside: Område ved siden af sliderForside: Indhold bundsektionForside: Indhold center venstre sektionForside: Indhold center højre sektionForside: Indhold topsektionForside: Slider-områdeGoogle+Google-PlusGitterstil 2Gitterstil 3Gitterstil 4Gitterstil 5HeaderVisningsposition for Header-billedeSidehovedbilledets placeringHeader LogoSidehoved kun med logoHeader IndstillingerSidehoved sidebarSidehoved kun med tekstSidehovedbilledets visningsplaceringKun sidehovedBillede lightboxBilledstørrelse medium (800X445 pixels)Billedstørrelse:BillederVigtige linksInstagramDet ser ud til at intet blev fundet på dette sted. Prøv at søge herunder.Det ser ud til, at vi ikke kan finde det, du leder efter. Måske vil en søgning hjælpe.Seneste indlægSeneste:Layout vil være som herunder:VenstreVenstre sidebarLicens-aktiveringLicens-deaktiveringLike detteLinkedInLinksPrimære sidehovedområde visningstypeMåned: %sNyere kommentarer &rarr;Nyere indlæg <span class="meta-nav">&rarr;</span>Næste &rarr;&rarr;Ingen sidebar centreret indholdIngen sidebar fuld breddeIngen kommentarerAntallet af indlæg der skal vises:Offset indlæg:Hov! Den side findes ikke.Page Builder skabelonSider:Pingback:PinterestForfatterIndlæg navigationIndlægDrevet af&larr;Primær menuPrimære farvemulighedCitaterVilkårligt indlægBedøm dette temaLæs mere Klar til at udgive dit første indlæg? <a href="%1$s">Start her</a>.RedditRelaterede indlægRelaterede indlæg efter kategorierRelaterede indlæg efter tagsRelaterede indlæg skal vises som:BesvarHøjreH&#248;jre sidebarGem ændringerHop til Toppen-knapSøgSøgeikonSe alle artikler af %1$sVælg layoutVælg et billedeVælg kategorier:Vælg kategoriVælg standardlayout for sider. Dette layout vil afspejles i alle sider, medmindre et unikt layout er opsat for en specifik side.Vælg standardlayout for enkeltindlæg. Dette layout vil afspejles i alle enkeltindlæg, medmindre et unikt layout er opsat for et specifikt indlæg.Vælg standardlayout. Dette layout vi blive afspejlet i hele webstedets arkiver, kategorier, søgeside osv. Layout for enkeltindlæg og sider kan styres gennem mulighederne herunderDel dette indlæg:Vis beggeVis datoVis forsideikonVis nyeste indlægVis indlæg fra en kategoriVis widget ved siden af slideren. Egnet til TG: Fremhævede indlæg.Vis widgets i venstre side.Vis widgets i højre side.Vis widgets i sidefod sidebar fire.Vis widgets sidefod sidebar et.Vis widgets i sidefod sidebar tre.Vis widgets i sidefod sidebar to.Viser widgets i sidehovedsektionen lige over den primære navigationsmenu.Vis widgets på kontaktside skabelonen.Vis widgets på fejl 404 side.WebstedslayoutOverfladefarveSkypeSociale mulighederSociale links vises på:Beklager, men din søgning gav ingen resultater. Prøv igen med nogle andre søgeord.SoundCloudFastgjort menuStumbleUponSupportTG: 125x125 annonceTG: 300x250 annonceTG: 728x90 annonceTG: Udvalgt kategori sliderTG: Udvalgte indlæg (stil 1)TG: Udvalgte indlæg (stil 2)TG: Udvalgte indlæg (Stil 3)TG: Udvalgte indlæg (Stil 4)TG: Udvalgte indlæg (Stil 5)TG: Udvalgte indlæg (Stil 6)TG: Udvalgte indlæg (Stil 7)TG: Vilkårlige indlæg widgetTG: FanebladswidgetTG: VideoerTekstfarve:Licensen kunne ikke deaktiveres. Brug Licens-deaktivering-tab'en for manuelt at deaktivere licensen, før du aktiverer en ny licens.Licensnøglen for %s er udløbet. Du kan genaktivere eller købe en licensnøgle fra din <a href="%s" target="_blank">kontooversigt</a>.Temaets standardindstillingTema aktiveret.Temaets licens deaktiveret.Tema: ColorMag Pro af ThemeGrillDette vil afspejles i links, knapper og meget andet. Vælg en farve der passer til dit websted.Titel widgetTitel:Læsninger i altTumblrTweet detteTwitterType 1 (Standard)Type 2Typografi-mulighederUnikt indlægssystemOpBrug billedeVKVideoerVis demoVis et vilkårligt indlægVimeo-SquareVineHvid overfladeBredt layoutWidgettitelWordPressIndtast din custom cssXingÅr: %sDu vil måske også kunne lideYouTubeDin kommentar afventer bed&#248;mmelse.En mening om &ldquo;%2$s&rdquo;%1$s meninger om &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/siger:126404PK�
�[��-

sidebar-footer.phpnu�[���<?php
/**
 * The Sidebar containing the footer widget areas.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * The footer widget area is triggered if any of the areas have widgets. So let's check that first.
 *
 * If none of the sidebars have widgets, then let's bail early.
 */
if ( ! is_active_sidebar( 'colormag_footer_sidebar_one' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_two' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_three' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_four' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_one_upper' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_two_upper' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_three_upper' ) &&
	! is_active_sidebar( 'colormag_footer_sidebar_full_width' ) ) {
	return;
}

$footer_column_layout = get_theme_mod( 'colormag_footer_column_layout', 'style-4' );
$number_of_cols       = preg_replace( '/\D/', '', $footer_column_layout );
$col_mapper           = array(
	1 => 'one',
	2 => 'two',
	3 => 'three',
	4 => 'four',
);

?>


<div class="cm-footer-cols">
	<div class="cm-container">
		<div class="cm-row">
			<?php if ( is_active_sidebar( 'colormag_footer_sidebar_one_upper' ) || is_active_sidebar( 'colormag_footer_sidebar_two_upper' ) || is_active_sidebar( 'colormag_footer_sidebar_three_upper' ) ) : ?>
				<div class="cm-upper-footer-cols">
					<div class="cm-upper-footer-col cm-upper-footer-col--1">
						<?php dynamic_sidebar( 'colormag_footer_sidebar_one_upper' ); ?>
					</div>
					<div class="cm-upper-footer-col cm-upper-footer-col--2">
						<?php dynamic_sidebar( 'colormag_footer_sidebar_two_upper' ); ?>
					</div>
					<div class="cm-upper-footer-col cm-upper-footer-col--3">
						<?php dynamic_sidebar( 'colormag_footer_sidebar_three_upper' ); ?>
					</div>
				</div>
			<?php endif; ?>

			<?php if ( is_active_sidebar( 'colormag_footer_sidebar_one' ) || is_active_sidebar( 'colormag_footer_sidebar_two' ) || is_active_sidebar( 'colormag_footer_sidebar_three' ) || is_active_sidebar( 'colormag_footer_sidebar_four' ) ) : ?>
			<div class="cm-lower-footer-cols">
				<?php for ( $i = 1; $i <= $number_of_cols; ++$i ) : ?>
					<div class="cm-lower-footer-col cm-lower-footer-col--<?php echo esc_attr( $i ); ?>">
						<?php dynamic_sidebar( "colormag_footer_sidebar_{$col_mapper[$i]}" ); ?>
					</div>
				<?php endfor; ?>
			</div>
			<?php endif; ?>

		</div>
	</div>
</div>
PK�
�[!��!�!�
style-rtl.cssnu�[���@charset "UTF-8";
/*
Theme Name: ColorMag
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill 
Author URI: https://themegrill.com
Description: ColorMag is always the best choice when it comes to magazine, news, and blog WordPress themes. You can create elegant and modern websites for news portals, online magazines, and publishing sites. With ColorMag’s 8 and counting free starter demos for health, food, entertainment, sports, and fashion industries, building a magazine style website is super easy. Best of all, the ColorMag WordPress theme offers multiple ad spaces in its layout. So, you can monetize your website by displaying ads in these slots without any fuss. And if you plan to sell products and services online, you can rely on the theme’s compatibility with WooCommerce. Some of its key features are:  >> SEO Optimized >> Translation & RTL Ready >> Cross-browser Compatible >> Custom Widgets >> Responsive Design >> Sticky Menu. So, download the free ColorMag theme and create professional magazine websites quickly. You can get free support for ColorMag at https://themegrill.com/contact/ and check our demos at https://themegrilldemos.com/colormag/
Version: 3.1.10
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Import Fonts.
--------------------------------------------- */
/* Fonts.
--------------------------------------------- */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format("woff");
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid #e4e4e7;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

embed, iframe, object {
	max-width: 100%;
}

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.cm-header-1 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
}

@media screen and (min-width: 48em) {
	.cm-header-1 .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: right;
		gap: 20px;
	}
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: #3f3f46;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: 1.8;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	overflow: auto;
	max-width: 100%;
	width: 798px;
	margin-bottom: 20px;
	padding: 30px 30px 84px 30px;
	background-color: #fafafa;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #d4d4d8;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 16px;
}

ins {
	background: #f4f4f5;
}

hr,
.wp-block-separator {
	background-color: #e4e4e7;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

dl {
	font-size: 1.6rem;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
}

dd {
	margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #27272a;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 3.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

/* Elements
--------------------------------------------- */
/**
 * Body.
 */
body {
	background-color: #e4e4e7;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}

body.clickable-background-image {
	position: relative;
}

body.clickable-background-image .background-image-clickable {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

body.clickable-background-image .site {
	position: relative;
	z-index: 99;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #207daf;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
.cm-button:hover {
	color: #207daf;
	background-color: transparent;
}

/**
 * Columns.
 */
.cm-column-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

/* 4 Columns. */
.tg-one-fourth {
	float: right;
	width: 23.1527094%;
	margin: 0 0 0 2.46305419%;
}

.tg-one-fourth-last {
	margin: 0;
}

@media screen and (min-width: 48em) {
	.cm-column-half {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #a1a1aa;
}

/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus {
	border: 1px solid #e4e4e7;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e4e4e7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #FCFCFC;
	border-radius: 4px;
}

input.s {
	position: relative;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 0 4px 4px 0;
	line-height: 1.6;
}

input.s:focus {
	padding-right: 10px;
	border-color: #e4e4e7;
	text-indent: 0;
}

textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;
}

textarea:focus {
	border: 1px solid #e4e4e7;
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: #207daf;
	border: 0;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	color: #fff;
}

.colormag-button:hover {
	background-color: #33363b;
}

#search-form input[type="submit"] {
	border-radius: 0;
	margin-right: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}

select {
	border: 1px solid #e4e4e7;
	padding: 8px 16px;
}

/**
 * Links.
 */
a {
	color: #207daf;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/**
 * List.
 */
ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ul.default-wp-page {
	list-style: none;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;
}

li > ul,
li > ol {
	margin: 0 10px 0 0;
}

/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.cm-entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

a img {
	border: 0;
}

img#wpstats {
	display: none;
}

.cm-entry-summary img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

#cm-footer .wp-caption {
	border: 1px solid #444444;
}

.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.wp-caption-text {
	text-align: center;
}

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

table thead {
	background-color: #F4F8FB;
}

table th {
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
}

table td {
	padding: 6px 12px;
	border-bottom: 1px solid #27272a;
}

/* SVG icons */
.cm-icon {
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	fill: #71717a;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top bar.
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.social-links {
		margin-top: 0;
	}
}

.breaking-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #fafafa;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}

.breaking-news-main .breaking-news {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.breaking-news div {
	display: inline-block;
	word-wrap: break-word;
}

.breaking-news li {
	line-height: 20px;
}

.breaking-news-latest {
	position: relative;
	color: #555555;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-right: 4px;
	height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
	.breaking-news {
		margin-top: 0;
	}
}

.date-in-header {
	color: #3f3f46;
	text-align: center;
}

.top-bar-menu {
	text-align: center;
}

.top-bar-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.top-bar-menu li:first-child {
	margin-right: 0;
}

.top-bar-menu a {
	display: block;
}

/* Social icons.
--------------------------------------------- */
/* Social Icons.
--------------------------------------------- */
.fa {
	font-size: 1.6rem;
	color: #71717a;
}

.social-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.social-links ul li:hover > a {
	background-color: transparent;
}

.social-links ul a {
	text-decoration: none;
}

.social-links ul a:hover {
	text-decoration: none;
}

.social-links li {
	margin-right: 16px;
	border-top: 0;
}

.social-links li:first-child {
	margin-right: 0;
}

.social-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-links .fa {
	text-align: center;
	-webkit-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	font-size: 18px;
}

.social-links .fa:hover {
	color: #207daf;
}

.social-links .fa-twitter {
	color: #1bb2e9;
}

.social-links .fa-facebook {
	color: #3b5a9b;
}

.social-links .fa-youtube {
	color: #ed3f41;
}

.social-links .fa-vimeo-square {
	color: #44bbff;
}

.social-links .fa-skype {
	color: #009cef;
}

.social-links .fa-linkedin {
	color: #007bb6;
}

.social-links .fa-google-plus {
	color: #dc4937;
}

.social-links .fa-github {
	color: #4183c4;
}

.social-links .fa-flickr {
	color: #0062dd;
}

.social-links .fa-dribbble {
	color: #e24d87;
}

.social-links .fa-instagram {
	color: #3f729b;
}

.social-links .fa-pinterest {
	color: #d5282e;
}

.social-links .fa-stumbleupon {
	color: #ec4823;
}

.social-links .fa-tumblr {
	color: #455469;
}

.social-links .fa-wordpress {
	color: #21759b;
}

.social-links .fa-codepen {
	color: #cccccc;
}

.social-links .fa-digg {
	color: #14589e;
}

.social-links .fa-reddit {
	color: #ff4500;
}

.social-links .fa-xing {
	color: #026466;
}

.social-links .fa-vk {
	color: #45668e;
}

.social-links .fa-weibo {
	color: #e6162d;
}

.social-links .fa-leanpub {
	color: #000;
}

.social-links .fa-renren {
	color: #237bc2;
}

.social-links .fa-rss {
	color: #f26522;
}

.social-links .fa-soundcloud {
	color: #ff3a00;
}

.social-links .fa-vine {
	color: #00bf8f;
}

.social-links .fa-delicious {
	color: #2a96ff;
}

.cm-header-actions .social-links a {
	padding: 0;
}

.cm-header-actions .social-links li {
	margin-right: 0;
	padding: 12px;
}

.cm-header-actions .social-links ul li {
	display: inline-block;
	background: transparent;
}

.cm-header-actions .social-links ul li a:hover {
	background-color: transparent;
}

/* Header actions.
--------------------------------------------- */
/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: auto;
}

.cm-top-search {
	position: initial;
}

.cm-top-search:has(.show) .fa.search-top::before {
	content: '✖';
}

.fa.search-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 2.4rem;
	cursor: pointer;
}

.fa.search-top:hover {
	background-color: #207daf;
}

.search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}

.search-wrap button {
	padding: 14px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	border-radius: 4px 0 0 4px;
	line-height: 0.8;
}

.search-form-top {
	position: absolute;
	left: 0;
	z-index: 9999;
	border: 1px solid #f4f4f5;
	display: none;
	padding: 24px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-form-top.show {
	display: block;
	width: 100%;
}

.search-form-top.show::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	top: -10px;
	left: 54px;
}

.search-form-top :focus-visible {
	outline: none;
}

.search-form-top input.s {
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #e4e4e7;
	border-radius: 0 4px 4px 0;
}

.search-form-top .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cm-random-post .fa-random {
	color: #fff;
	font-size: 2.4rem;
	vertical-align: middle;
}

.cm-primary-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 8px;
	border-bottom: medium none;
}

.cm-primary-nav .cm-random-post a:hover {
	background-color: #207daf;
}

.cm-primary-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

@media screen and (min-width: 48em) {
	.cm-header-actions {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	.search-form-top.show {
		width: 570px;
	}
	.search-form-top.show::before {
		left: 10px;
	}
	.cm-top-search {
		position: relative;
	}
}

/* Header media.
--------------------------------------------- */
/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button::before {
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause::before {
	content: "\f04c";
}

/* Page header.
--------------------------------------------- */
.cm-page-header .cm-page-title {
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: 1.8rem;
	border-bottom: 2px solid #207daf;
}

.cm-page-header span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-page-header .vcard {
	padding: 0;
}

.breadcrumb-wrap {
	color: #888888;
	font-size: 1.6rem;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.breadcrumb-wrap .inner-wrap > span {
	margin: 0 2px;
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb-trail ul li a, .breadcrumb-trail ul li:last-child {
	margin: 0 2px;
}

.breadcrumb-trail ul li::after {
	content: " > ";
	white-space: pre;
	font-family: FontAwesome;
}

.breadcrumb-trail ul li:last-child::after {
	content: none;
}

/* Navigation.
--------------------------------------------- */
.cm-primary-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-primary-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 8px;
	cursor: pointer;
}

.cm-primary-nav .cm-submenu-toggle .cm-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}

/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.default-wp-page .previous,
.default-wp-page .next {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default-wp-page .next {
	text-align: left;
}

.wp-block-query-pagination-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

.previous a,
.next a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #3f3f46;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 600;
}

.previous a:hover,
.next a:hover {
	color: #207daf;
	text-decoration: underline;
}

.previous svg,
.next svg {
	fill: #27272a;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #207daf;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.nav-previous a {
	float: right;
}

.nav-next a {
	float: left;
}

.link-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: 16px 0;
}

.link-pagination .post-page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	padding: 8px;
	background-color: #fff;
	color: #3f3f46;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
}

.link-pagination .post-page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: #207daf;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide-prev .cm-icon,
.slide-next .cm-icon {
	fill: #fff;
}

.slide-prev {
	margin-right: 20px;
}

.slide-next {
	left: 0;
	margin-left: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.thumbnail-pagination li {
		width: 100%;
		display: block;
		min-height: 70px;
	}
	.thumbnail-pagination li.previous {
		margin-bottom: 20px;
	}
	.thumbnail-pagination a {
		font-size: 15px;
	}
}

@media screen and (min-width: 48em) {
	.default-wp-page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Primary Menu.
--------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.cm-primary-nav {
	width: 100%;
	text-align: center;
}

.cm-primary-nav .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-primary-nav li {
	position: relative;
	font-family: "Open Sans", serif;
	font-weight: 300;
	padding: 10px 16px;
}

.cm-primary-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
}

.cm-primary-nav li.default-menu {
	display: none;
}

.cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-primary-nav .cm-home-icon a:hover {
	background-color: #207daf;
}

.cm-primary-nav a:hover {
	color: #fff;
}

.cm-primary-nav ul {
	display: none;
}

.cm-primary-nav ul li.current-menu-item, .cm-primary-nav ul li.current_page_ancestor, .cm-primary-nav ul li.current-menu-ancestor, .cm-primary-nav ul li.current_page_item, .cm-primary-nav ul li:hover, .cm-primary-nav ul li.focus {
	background-color: #207daf;
}

.cm-primary-nav .sub-menu,
.cm-primary-nav .children {
	background-color: #232323;
}

.cm-primary-nav ul li ul,
.cm-primary-nav ul li:hover ul ul,
.cm-primary-nav ul li.focus ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li.focus > ul {
	display: block;
}

.cm-primary-nav ul ul li:hover ul ul,
.cm-primary-nav ul ul li.focus ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li:hover > ul,
.cm-primary-nav ul li.focus > ul {
	right: 0;
}

.cm-primary-nav ul ul li:hover > ul,
.cm-primary-nav ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul li.focus > ul,
.cm-primary-nav ul ul ul ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul li ul {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 200px;
	top: 100%;
}

.cm-primary-nav ul li ul li {
	float: none;
}

.cm-primary-nav ul li ul li a {
	border-top: none;
	float: none;
	font-size: 14px;
	height: 100%;
	color: #fff;
	display: block;
	text-align: right;
	text-transform: none;
	word-break: break-word;
}

.cm-primary-nav ul li ul li:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li.current-menu-item ul li a:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li ul li ul {
	right: 200px;
	top: 0;
}

.cm-primary-nav select {
	display: none;
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid #207daf;
}

#cm-primary-nav .cm-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cm-home-icon.front_page_on {
	background-color: #207daf;
}

.cm-home-icon svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.sticky-wrapper.is-sticky .cm-primary-nav .cm-home-icon a,
.sticky-wrapper .cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.cm-menu-primary-container .sub-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	left: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: #fff;
	cursor: pointer;
	line-height: 21px;
}

.cm-sub-toggle .fa {
	color: #fff;
}

.menu-logo a {
	padding: 0;
}

.menu-logo a:hover {
	background-color: unset;
}

.menu-logo img {
	width: auto;
	margin-bottom: 0;
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header .cm-menu-toggle[aria-expanded="true"] .cm-icon--bars {
	display: none;
}

.cm-header .cm-menu-toggle[aria-expanded="false"] .cm-icon--x-mark {
	display: none;
}

.cm-header .cm-menu-toggle {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: "Open Sans", serif;
	padding-bottom: 0;
	line-height: 1.2;
	width: 48px;
	height: 48px;
}

.cm-header .cm-menu-toggle:hover {
	color: #fff;
}

.cm-header .cm-menu-toggle svg {
	width: 48px;
	height: 48px;
	fill: #fff;
	padding: 8px;
}

.cm-header .cm-menu-toggle svg:hover {
	color: #fff;
}

.cm-header .cm-mobile-nav ul.menu-scrollbar {
	overflow-y: scroll;
	width: 100%;
}

.cm-header .cm-mobile-nav li:hover, .cm-header .cm-mobile-nav li.current-page-ancestor, .cm-header .cm-mobile-nav li.current-menu-ancestor, .cm-header .cm-mobile-nav li.current-page-item, .cm-header .cm-mobile-nav li.current-menu-item {
	color: #fff;
	background-color: #207daf;
}

.cm-header .cm-mobile-nav li:hover > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-item > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-item > .cm-sub-toggle i {
	color: #fff;
}

.cm-mobile-nav .menu-logo a {
	padding: 0;
}

.cm-mobile-nav .menu {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	left: 0;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container {
	width: 100%;
	position: absolute;
	top: 100%;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container > ul,
.cm-mobile-nav .menu > ul {
	width: 100%;
}

.cm-mobile-nav ul {
	margin: 0;
	list-style: none;
}

.cm-mobile-nav a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.cm-mobile-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	height: 48px;
	line-height: 1.8;
}

.cm-mobile-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.cm-mobile-nav li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #27272A;
	border-top: 1px solid #3F3F46;
}

.cm-mobile-nav li a:hover {
	background-color: #207daf;
	color: #fff;
}

.cm-mobile-nav .sub-menu {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cm-mobile-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.cm-mobile-nav .cm-submenu-toggle svg {
	fill: #fff;
}

.cm-mobile-nav ul ul a {
	padding-right: 45px;
	text-transform: none;
}

.cm-mobile-nav ul ul ul a {
	padding-right: 90px;
}

.cm-mobile-nav .current_page_item > a, .cm-mobile-nav .current-menu-item {
	background: #207daf;
	color: #fff;
}

.cm-mobile-nav .cm-home-icon a {
	padding: 8px;
}

.default-wp-page.thumbnail-background-pagination {
	overflow: hidden;
}

.default-wp-page.thumbnail-background-pagination img {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

.default-wp-page.thumbnail-background-pagination li {
	width: 50%;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	padding: 0;
	position: relative;
}

.default-wp-page.thumbnail-background-pagination a {
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background: -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.default-wp-page.thumbnail-background-pagination a .meta-nav {
	display: block;
	font-size: 14px;
}

.default-wp-page.thumbnail-background-pagination a:hover {
	text-decoration: none;
}

.default-wp-page.thumbnail-background-pagination .previous {
	width: calc(50% - 15px);
	margin-left: 15px;
}

.default-wp-page.thumbnail-background-pagination .next {
	width: calc(50% - 15px);
	margin-right: 15px;
	text-align: left;
}

.default-wp-page.thumbnail-background-pagination .next:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.default-wp-page.thumbnail-background-pagination .previous:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li:hover > a {
	background-color: #ebebec;
}

.page-numbers li:first-child {
	margin-right: 0;
}

.page-numbers li:last-child {
	margin-left: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.page-numbers li .fa {
	color: #3f3f46;
}

.page-numbers .current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/
.tg-autoload-posts .related-posts {
	margin-bottom: 25px;
}

.tg-autoload-posts .tg-post + .tg-post {
	margin-top: 15px;
	padding-top: 60px;
	border-top: 1px solid #f8f8f8;
}

.tg-autoload-posts #comments.comments-area {
	border-top: 1px solid transparent;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.cm-primary-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}
	.cm-menu-primary-container .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-sub-toggle {
		display: none;
	}
}

/* Comments.
--------------------------------------------- */
/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: 16px;
}

.bypostauthor {
	display: block;
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: 60px;
}

.comments-area .comments-title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.comments-area .comment-metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-right: 60px;
}

.comments-area #comment:focus-visible {
	outline: none;
}

.comments-area .avatar {
	height: 40px;
	width: 40px;
	margin-left: 16px;
	margin-bottom: 0;
	border: 1px solid rgba(17, 17, 17, 0.15);
}

.comments-area .fn a {
	color: #27272a;
	font-size: 20px;
	font-weight: 500;
}

.comments-area .comment-content {
	margin-top: 16px;
	margin-right: 60px;
}

.comments-area .comment-content p {
	line-height: 1.8;
	margin-bottom: 12px;
}

.comments-area .comment-content a {
	word-wrap: break-word;
}

.comments-area .comment-date-time,
.comments-area .comment-permalink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	color: #71717a;
}

.comments-area .comment-permalink:hover {
	color: #207daf;
}

.comments-area .comment-reply-link {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 600;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 20px 20px 0;
}

.comment ul {
	list-style: square outside none;
}

.comment a:hover {
	text-decoration: underline;
}

.comment-list {
	margin-bottom: 24px;
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-right: 20px;
	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	font-size: 1.2rem;
}

.comment-awaiting-moderation {
	margin-top: 16px;
	margin-right: 60px;
}

/* Comments Form.
--------------------------------------------- */
.comment-respond .comment-reply-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 2.4rem;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
	font-weight: normal;
	font-size: 1.6rem;
}

.comment-respond .logged-in-as,
.comment-respond .comment-notes {
	margin-bottom: 32px;
	font-size: 1.6rem;
}

.comment-respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-left: 6px;
}

.comment-respond form .comment-form-cookies-consent label {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 32px;
}

.comment-respond form input[type="text"],
.comment-respond form textarea,
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
	margin-bottom: 14px;
}

.comment-respond form p.form-allowed-tags {
	display: none;
	font-size: 1.6rem;
	line-height: 1;
	color: #5e5e5e;
}

.comment-respond label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #52525b;
	margin-bottom: 8px;
	line-height: 1.8;
}

.comment-respond p {
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Entry.
--------------------------------------------- */
.cm-entry-button {
	display: inline-block;
}

.cm-entry-button span {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.8;
	background-color: #207daf;
	border-radius: 2px;
}

.cm-entry-button span:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.cm-entry-footer .cm-edit-link {
	margin-top: 24px;
	line-height: 1;
}

.cm-entry-title {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
}

.cm-entry-title a {
	color: #27272a;
}

.cm-entry-title a:hover {
	color: #207daf;
	text-decoration: underline;
}

.cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.cm-below-entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.cm-below-entry-meta .cm-post-date a,
.cm-below-entry-meta .cm-comments-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.cm-below-entry-meta a:hover,
.cm-entry-header-meta a:hover {
	text-decoration: underline;
}

.cm-author,
.cm-post-views,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 1.2rem;
}

.cm-post-date a,
.cm-author a,
.cm-tag-links a,
.cm-edit-link a,
.cm-comments-link a {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-tag-links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-total-views {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-entry-summary {
	margin-top: 12px;
}

.cm-entry-summary p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
}

.cm-entry-summary p:last-child {
	margin-bottom: 0;
}

.cm-featured-image {
	text-align: center;
}

.cm-featured-image a {
	display: block;
	position: relative;
}

/* Widgets.
--------------------------------------------- */
/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 .cm-advertisement-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.advertisement_below_post_title {
	float: right;
	width: 300px;
	margin-left: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;
}

.cm-header-col-2 .advertisement_728x90 img {
	padding: 0;
}

.advertisement_728x90 {
	display: block;
}

.advertisement_728x90 img {
	width: calc(100% - 50px);
	display: block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 26px;
	margin-right: auto;
	margin-left: auto;
}

/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: 30px;
}

.call-to-action {
	padding: 30px;
	background-color: #207daf;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);
}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: right;
}

.call-to-action--right {
	text-align: left;
}

.call-to-action-border::before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
}

.call-to-action-border::after {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
	top: 34px;
	right: 34px;
	left: 34px;
	bottom: 34px;
}

.call-to-action__title {
	margin-bottom: 10px;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: 40px;
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Category Slider Widget.
--------------------------------------------- */
.rtl .cm-slider {
	direction: ltr;
}

.cm-featured-category-slider-widget {
	margin-bottom: 30px;
}

.cm-slider-area .cm-featured-category-slider-widget {
	margin-bottom: 0;
}

.top-full-width-sidebar .cm-featured-category-slider-widget {
	margin-bottom: 10px;
}

.tg-full-width.inner-wrap {
	max-width: 100%;
	padding: 0 15px;
}

.tg-full-width .home .cm-content {
	padding-top: 0;
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-92%);
	transform: translateY(-92%);
	background-color: #207daf;
	border-radius: 2px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cm-category-slide-prev .cm-icon,
.cm-category-slide-next .cm-icon {
	fill: #fff;
}

.cm-category-slide-prev {
	left: 0;
	margin-left: 60px;
}

.cm-category-slide-next {
	left: 0;
	margin-left: 24px;
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}

/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider {
	position: relative;
}

.cm-featured-category-slider .cm-single-slide {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.cm-featured-category-slider img {
	width: 100%;
	margin-bottom: 0;
}

.cm-featured-category-slider .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-featured-category-slider .single-post .bx-controls-direction {
	display: none;
}

.cm-featured-category-slider .cm-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: right;
	padding: 16px;
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-category-slider .cm-slide-content .cm-entry-header-meta .cm-post-categories a {
	background-color: #207daf;
}

.cm-featured-category-slider .cm-entry-title {
	color: #fff;
	font-size: 1.6rem;
}

.cm-featured-category-slider .cm-entry-title a {
	color: inherit;
}

.cm-featured-category-slider .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

.cm-featured-category-slider .cm-post-date svg,
.cm-featured-category-slider .cm-author svg,
.cm-featured-category-slider .cm-comments-link svg {
	fill: #fff;
}

.cm-featured-category-slider .cm-post-date a,
.cm-featured-category-slider .cm-author a,
.cm-featured-category-slider .cm-reading-time,
.cm-featured-category-slider .cm-reading-time::before,
.cm-featured-category-slider .human-diff-time-display {
	color: #fff;
}

.cm-featured-category-slider .cm-comments-link a,
.cm-featured-category-slider .cm-comments-link span {
	color: #fff;
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-category-slider .cm-entry-title {
		font-size: 2.4rem;
	}
	.cm-featured-category-slider .cm-slide-content {
		padding: 24px;
	}
}

/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 p {
	display: inline-block;
	width: 100%;
}

.cm-featured-posts--style-1 .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-1 .cm-first-post .cm-entry-title {
	margin-bottom: 12px;
}

.cm-featured-posts--style-1 .cm-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-1 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts.cm-featured-posts--style-1 {
		gap: 20px;
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-bottom: 0;
	}
}

/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2.cm-featured-posts .cm-first-post,
.cm-featured-posts--style-2.cm-featured-posts .cm-posts {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-2 .cm-posts .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-2 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts .cm-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.cm-highlighted-posts a {
	display: block;
}

.cm-highlighted-posts .cm-post {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.cm-highlighted-posts img {
	width: 100%;
}

.cm-highlighted-posts .cm-post-content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	grid-template-rows: repeat(1, 1fr);
	padding: 16px;
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-highlighted-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-highlighted-posts .cm-author,
.cm-highlighted-posts .cm-comments-link,
.cm-highlighted-posts .cm-entry-header-meta {
	display: none;
}

.cm-highlighted-posts .cm-post-date svg,
.cm-highlighted-posts .cm-author svg,
.cm-highlighted-posts .cm-comments-link svg {
	fill: #fff;
}

.cm-highlighted-posts .cm-post-date a,
.cm-highlighted-posts .cm-author a,
.cm-highlighted-posts .cm-reading-time,
.cm-highlighted-posts .cm-reading-time::before,
.cm-highlighted-posts .human-diff-time-display {
	color: #fff;
}

.cm-highlighted-posts .cm-entry-title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
}

.cm-highlighted-posts .cm-entry-title a {
	color: #fff;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cm-highlighted-posts .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

@media screen and (min-width: 48em) {
	.cm-highlighted-posts .cm-posts {
		grid-template-columns: 1fr 1fr;
	}
}

/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-random-post-widget .cm-post a {
	position: relative;
}

.cm-random-post-widget .cm-random-post {
	width: 100%;
}

.cm-random-post-widget .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-random-post-widget .cm-post-content .cm-entry-title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.cm-random-post-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-random-post-widget .cm-author {
	display: none;
}

.cm-random-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.cm-random-posts img {
	border-radius: 4px;
}

/* Widget Search.
	--------------------------------------------- */
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	border: 0;
	margin-right: 0;
	border-radius: 4px 0 0 4px;
}

.wp-block-search .wp-block-search__input {
	position: relative;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 0 4px 4px 0;
	line-height: 1.6;
}

.wp-block-search .wp-block-search__input:focus-visible {
	outline: none;
}

.wp-block-search .wp-element-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	padding: 0;
	color: transparent;
}

.wp-block-search .wp-element-button::before {
	position: absolute;
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-search .wp-element-button:hover {
	background-color: #207daf;
	color: transparent;
}

/* Widget Title.
--------------------------------------------- */
.widget:last-child {
	margin-bottom: 0;
}

.widget .wp-block-heading {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.widget .block-title {
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #207daf;
}

.widget select {
	border: 1px solid #dddddd;
	color: #777777;
	padding: 2px;
	width: 60%;
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cm-featured-posts .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	font-size: 18px;
}

.cm-featured-posts .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #207daf;
}

.cm-featured-posts .cm-posts .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-posts .cm-author {
	display: none;
}

.cm-featured-posts .cm-post {
	overflow: hidden;
}

.cm-featured-posts .cm-entry-title {
	font-size: 14px;
}

.cm-featured-posts .cm-entry-title a {
	display: block;
	color: inherit;
	text-shadow: none;
	word-wrap: break-word;
	line-height: 1.5;
}

.cm-featured-posts .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts .cm-entry-header-meta {
	display: none;
}

.cm-featured-posts .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 12px 16px;
}

.cm-featured-posts img {
	width: 100%;
}

.cm-featured-posts .cm-first-post {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
}

.cm-featured-posts .cm-first-post figure {
	position: relative;
}

.cm-featured-posts .cm-first-post .cm-post-content {
	padding: 18px;
}

.cm-featured-posts .cm-first-post .cm-entry-title {
	font-size: 24px;
}

.cm-featured-posts .cm-first-post .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 12px;
}

.cm-featured-posts .cm-breaking-news .cm-post {
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-featured-posts .cm-entry-summary p {
	margin-bottom: 0;
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area .cm-widget-title,
.cm-beside-slider-widget .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.cm-slider-area .cm-widget-title span,
.cm-beside-slider-widget .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-view-all-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
}

.cm-primary .cm-view-all-link span {
	background: transparent;
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: #207daf;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: #fff;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary .widget ul li li,
.cm-footer .widget ul li li,
#cm-tertiary .widget ul li li {
	border-bottom: none;
}

.cm-secondary .widget ul ul,
.cm-footer .widget ul ul,
#cm-tertiary .widget ul ul {
	padding-right: 10px;
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;
}

.cm-secondary .cm-widget-title,
#cm-tertiary .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	margin-bottom: 15px;
}

.cm-secondary .cm-widget-title span,
#cm-tertiary .cm-widget-title span {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.cm-secondary .cm-widget-title span .rsswidget,
#cm-tertiary .cm-widget-title span .rsswidget {
	color: #fff;
}

.cm-secondary .cm-widget-title span .rsswidget img,
#cm-tertiary .cm-widget-title span .rsswidget img {
	margin-top: 5px;
	margin-bottom: 0;
}

.cm-secondary .cm-widget-title span .rsswidget:hover,
#cm-tertiary .cm-widget-title span .rsswidget:hover {
	text-decoration: none;
}

.cm-secondary a:hover,
#cm-tertiary a:hover {
	text-decoration: underline;
}

.cm-secondary .widget,
#cm-tertiary .widget {
	margin-bottom: 32px;
	font-size: 1.4rem;
}

.cm-secondary .widget p,
#cm-tertiary .widget p {
	font-size: 1.4rem;
}

.cm-secondary .widget ul li,
#cm-tertiary .widget ul li {
	line-height: 1.5;
	padding: 6px 0;
	list-style: none;
}

.cm-secondary .widget li,
#cm-tertiary .widget li {
	line-height: 1.8;
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: #fff;
}

#style6_pager_colormag_slider_news_widget-9 img:hover .play-button-wrapper {
	background-color: #207DAF;
}

.widget .play-button-wrapper,
.cm-featured-image .play-button-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background-color: rgba(35, 35, 35, 0.75);
	width: 42px;
	height: 26px;
	border-radius: 3px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.widget .play-button-wrapper .fa,
.cm-featured-image .play-button-wrapper .fa {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #fff;
}

@media screen and (min-width: 48em) {
	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}
	.cm-featured-posts--style-4 .cm-post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 62em) {
	.cm-front-page-top-section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.cm-slider-area {
		width: 55.26315789%;
	}
	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header.
--------------------------------------------- */
/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: #fff;
}

.cm-top-bar {
	background-color: #f4f4f5;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;
}

.cm-top-bar .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.cm-top-bar .tg-full-width {
	max-width: 100%;
	padding: 0 15px;
}

.cm-top-bar__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 48em) {
	.cm-top-bar__1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cm-top-bar__2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 16px;
	}
	.cm-top-bar .cm-row {
		gap: 15px;
	}
}

@media screen and (min-width: 62em) {
	.cm-top-bar {
		padding: 8px;
	}
	.cm-top-bar .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header.
--------------------------------------------- */
.cm-header {
	background-color: #fff;
}

.cm-site-branding img {
	width: auto;
	margin-bottom: 0;
}

.cm-site-branding a {
	display: block;
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;
}

.cm-site-title a {
	color: #207daf;
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: #52525b;
	margin: 4px 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #e4e4e7;
	width: 100%;
}

.cm-header-col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.cm-header-col-2 .widget {
	text-align: left;
	color: #3f3f46;
}

.cm-header-col-2 .widget .cm-widget-title {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 4px;
}

.cm-header-col-2 .wp-block-image {
	margin: 0;
}

.cm-header-col-2 img {
	margin-bottom: 0;
}

.cm-header-2 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* For header display type one */
.header_display_type_one .cm-header-1 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header_display_type_one .cm-header-col-2 .widget {
	text-align: right;
}

/* For header display type two */
.header_display_type_two .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header_display_type_two .cm-header-col-1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_display_type_two .cm-site-branding {
	padding-left: 0;
}

.header_display_type_two #cm-site-info {
	padding-left: 0;
}

.header_display_type_two .cm-header-col-2 .widget {
	color: #3f3f46;
	text-align: center;
}

.cm-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.cm-contained .cm-header-2 #cm-primary-nav {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

.cm-contained .cm-header-2 .cm-row {
	background-color: #212529;
	border-top: 4px solid #289dcc;
}

@media screen and (min-width: 48em) {
	.cm-menu-toggle {
		display: none;
	}
}

/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-2 .cm-header-2 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
}

.cm-layout-2 .cm-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-row .cm-header-col-2 {
	display: none;
}

.cm-layout-2 .cm-row .cm-header-col-1 {
	display: unset;
	float: none;
	text-align: center;
}

.cm-layout-2 .cm-top-bar .cm-row {
	padding: 0;
}

.cm-layout-2 #cm-primary-nav {
	background-color: transparent;
}

.cm-layout-2 #cm-primary-nav.headroom--pinned {
	background: inherit;
}

.cm-layout-2 #cm-primary-nav .cm-row {
	background-color: transparent;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cm-layout-2 #cm-primary-nav .fa {
	color: #3F3F46;
}

.cm-layout-2 #cm-primary-nav .fa:hover {
	background: transparent;
	color: #207daf;
}

.cm-layout-2 #cm-primary-nav .cm-home-icon.front_page_on {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a {
	color: #3F3F46;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a::after {
	color: inherit;
}

.cm-layout-2 .cm-primary-nav a:hover {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav li {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item, .cm-layout-2 .cm-primary-nav ul li.current_page_item, .cm-layout-2 .cm-primary-nav ul li:hover, .cm-layout-2 .cm-primary-nav ul li.focus {
	color: #207daf;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item ul li a,
.cm-layout-2 .cm-primary-nav ul li ul li.current-menu-item a,
.cm-layout-2 .cm-primary-nav ul li.current_page_ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current-menu-ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current_page_item ul li a {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul > li {
	vertical-align: top;
}

.cm-layout-2 .cm-primary-nav ul > li > a {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav ul > li:hover > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 2px solid #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #F4F4F5;
	text-align: right;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li {
	border-bottom: 1px solid #F4F4F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	width: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus {
	border-color: #207daf;
	background-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a {
	color: #fff;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:last-child {
	border-bottom: none transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li ul {
	top: 0;
	-webkit-transition: none;
	transition: none;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children a::after {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul li.focus > a {
	border-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a .fa-random {
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon {
	fill: #3f3f46;
}

.cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.cm-layout-2 .cm-primary-nav .cm-random-post svg {
	fill: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav .nav-menu {
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a .fa-random {
	color: #343a40;
}

.cm-layout-2 .cm-mobile-nav li {
	background-color: #fff;
	border-color: #E4E4E7;
}

.cm-layout-2 .cm-mobile-nav li a {
	color: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-item > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-item > .cm-submenu-toggle i {
	color: #fff;
}

.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #3f3f46;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #3f3f46;
}

.cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.cm-layout-2 .cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 48em) {
	.cm-layout-2 .cm-layout-2-style-1 #cm-primary-nav {
		border-top: 4px solid #207daf;
	}
}

/* Page templates.
--------------------------------------------- */
.page-template-page-builder .cm-primary {
	float: none;
	width: 100%;
}

.page-template-page-builder .cm-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home.page-template-page-builder .cm-primary .cm-posts {
	display: block;
}

/* Content.
--------------------------------------------- */
#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;
}

.wide #page {
	max-width: 100%;
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 60px;
}

.cm-content .cm-row .cm-one-half {
	width: 100%;
	padding-bottom: 0;
	margin-left: 0;
}

.top-full-width-sidebar {
	margin-bottom: 30px;
}

.top-full-width-sidebar .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.top-full-width-sidebar .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cm-primary {
		width: calc(100% - 30%);
		padding-left: 1.875em;
	}
	.cm-secondary {
		width: 30%;
	}
}

/* Blog.
--------------------------------------------- */
.cm-posts.cm-layout-1-style-1 {
	--grid-column: 1;
}

.cm-layout-1-style-1 .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-1-style-1 .post:first-child {
	padding: 0;
}

.cm-layout-1-style-1 .cm-featured-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cm-layout-1-style-1 .cm-featured-image img {
	width: 100%;
}

.cm-layout-1-style-1 .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

@media screen and (min-width: 48em) {
	.cm-layout-1-style-1 .post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cm-posts.cm-layout-2-style-1 .post:first-child,
.cm-posts.cm-layout-2-style-1 .page:first-child {
	grid-column: 1/-1;
}

.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
	--grid-column: 1;
}

@media screen and (min-width: 48em) {
	.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
	.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
		--grid-column: 2;
	}
	.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
		--grid-column: 3;
	}
	.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
		--grid-column: 4;
	}
}

.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;
}

.cm-posts .post {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post a {
	position: relative;
	display: block;
}

.cm-post:hover .play-button-wrapper {
	background-color: #207DAF;
}

.post:hover .play-button-wrapper {
	background-color: #207daf;
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post .post:first-child,
.cm-highlight-post .page:first-child {
	grid-column: 1/-1;
}

.cm-highlight-post .post:first-child .cm-entry-title,
.cm-highlight-post .page:first-child .cm-entry-title {
	font-size: 32px;
}

.cm-post-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-post-categories a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #207daf;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1.8;
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 15px 0 0;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: #71717a;
}

.human-diff-time .cm-post-date:not(.human-diff-time-display) {
	display: none;
}

.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.cm-tag-links a,
.cm-edit-link a {
	color: #71717a;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary ul {
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

.cm-entry-summary ol {
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

.cm-entry-summary li > ul, .cm-entry-summary li > ol {
	margin-bottom: 0;
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;
}

ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}

.single .cm-posts .tags a {
	border: 1px solid #e4e4e7;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}

.single .cm-posts .tags a:hover {
	color: #207daf;
	text-decoration: none;
}

.single .cm-entry-header .cm-entry-title {
	font-size: 3.2rem;
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 100%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: left;
	width: 85%;
}

.author-img img {
	margin-left: 15px;
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.author-description-wrapper .author-url a {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.share .fa-twitter {
	color: #55acee;
}

.share .fa-facebook-square {
	color: #3b5998;
}

.share .fa-google-plus-square {
	color: #dd4b39;
}

.share .fa-pinterest {
	color: #cc2127;
}

.author-box {
	margin-top: 30px;
}

.author-box.author-bio-style-2 .author-name {
	float: right;
}

.author-box.author-bio-style-2 .author-social-sites {
	float: left;
}

.author-box.author-bio-style-2 .author-description {
	display: inline-block;
}

.author-box.author-bio-style-3 .author-social-sites {
	float: right;
}

.author-box.author-bio-style-3 .author-description {
	display: inline-block;
}

/* Related Posts.
--------------------------------------------- */
.related-posts-wrapper h3 {
	font-size: 2rem;
}

.related-posts-main-title {
	margin-bottom: 30px;
}

.related-posts-main-title .fa {
	color: #207daf;
}

.related-posts-main-title span {
	font-size: 26px;
	padding-right: 10px;
}

.single-related-posts {
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;
}

.single-related-posts .cm-post-content {
	padding: 20px;
}

.single-related-posts .cm-author {
	display: none;
}

.single-related-posts .cm-post-content .cm-entry-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.single-related-posts img {
	width: 100%;
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;
}

.related-posts-wrapper .related-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.related-posts-wrapper .related-post-carousel {
	visibility: hidden;
	height: 0;
}

.related-posts-wrapper.style-1 .cm-below-entry-meta {
	margin-bottom: 0;
}

.related-posts-wrapper.style-2 .single-related-posts {
	display: grid;
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-2 .related-posts {
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-3 .related-posts {
	grid-template-columns: 1fr;
	gap: 12px;
}

.related-posts-wrapper.style-3 .single-related-posts {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.related-posts-wrapper.style-3 .cm-post-content {
	padding: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a {
	position: relative;
	margin-right: 20px;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a::before {
	display: block;
	content: "";
	background: #333333;
	height: 8px;
	width: 8px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a:hover::before {
	background: #207daf;
}

.related-posts-wrapper.style-4 .related-posts {
	display: block;
}

.related-posts-wrapper.style-4 .related-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.related-posts-wrapper-flyout.flyout {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 10;
}

.related-posts-wrapper-flyout .flyout-related-post-close {
	float: left;
	cursor: pointer;
}

.related-posts-wrapper-flyout .related-posts-flyout-main-title {
	font-size: 18px;
	padding: 20px 30px;
	background-color: #2c2e34;
	color: #ffffff;
}

.related-posts-wrapper-flyout .related-posts-flyout {
	padding: 30px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout {
	margin-bottom: 20px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout:last-child {
	margin-bottom: 0;
}

.related-posts-wrapper-flyout .related-posts-thumbnail {
	float: right;
	margin-left: 15px;
	width: 130px;
}

.related-posts-wrapper-flyout .cm-post-content {
	min-height: 90px;
	padding: 8px;
}

.related-posts-wrapper-flyout .cm-entry-title {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}

.related-posts-wrapper-flyout .cm-entry-title a {
	color: #232323;
}

.related-posts-wrapper-flyout .cm-entry-title a:hover {
	color: #207daf;
}

.related-posts-wrapper-flyout .cm-author {
	display: none;
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: 24px;
}

.box {
	border: 1px solid #e4e4e7;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 100% 0 #f2f2f2;
	color: #207daf;
	float: left;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: right;
	margin-left: 10px;
}

#twitter, #facebook, #googleplus, #pinterest {
	float: right;
}

#twitter.share, #facebook.share, #googleplus.share, #pinterest.share {
	margin-left: 0;
	padding: 0 10px;
	cursor: pointer;
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites li {
	float: right;
}

.author-social-sites .fa-twitter, .author-social-sites .fa-facebook, .author-social-sites .fa-google-plus, .author-social-sites .fa-flickr, .author-social-sites .fa-linkedin, .author-social-sites .fa-instagram, .author-social-sites .fa-youtube, .author-social-sites .fa-tumblr {
	font-size: 25px;
	padding: 5px;
}

.author-social-sites .fa-twitter {
	color: #55acee;
}

.author-social-sites .fa-facebook {
	color: #3b5998;
}

.author-social-sites .fa-google-plus {
	color: #dd4b39;
}

.author-social-sites .fa-flickr {
	color: #006399;
}

.author-social-sites .fa-linkedin {
	color: #007bb6;
}

.author-social-sites .fa-instagram {
	color: #9c7c6e;
}

.author-social-sites .fa-youtube {
	color: #e02a20;
}

.author-social-sites .fa-tumblr {
	color: #45556c;
}

@media screen and (min-width: 48em) {
	.related-posts-wrapper .related-posts {
		grid-template-columns: repeat(3, 1fr);
	}
	.related-posts-wrapper.style-2 .single-related-posts {
		grid-template-columns: 50% 50%;
	}
}

/* Common.
--------------------------------------------- */
/* Post format.
--------------------------------------------- */
/* Post Format: Link.
--------------------------------------------- */
.format-link .cm-entry-summary p {
	text-align: center;
	padding-top: 30px;
}

.format-link .cm-entry-summary a {
	display: inline-block;
	padding: 15px 40px;
	background-color: #207daf;
	color: #fff;
	border-radius: 3px;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}

.format-link .cm-entry-summary a:hover {
	background-color: #33363b;
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside .cm-entry-header {
	display: none;
}

/* Sidebar.
--------------------------------------------- */
@media screen and (min-width: 48em) {
	.left-sidebar .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.left-sidebar .cm-content .cm-primary {
		padding-left: 0;
		padding-right: 30px;
	}
}

.no-sidebar .cm-primary {
	margin: 0 auto;
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
	margin-right: -100px;
	margin-left: -100px;
	max-width: unset;
}

.no-sidebar-full-width.box-layout .cm-content,
.no-sidebar.box-layout .cm-content {
	overflow: hidden;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
	margin-right: -30px;
	margin-left: -30px;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
	margin-right: -30px;
	margin-left: -30px;
	max-width: unset;
}

@media screen and (max-width: 1200px) {
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -20px;
		margin-left: -20px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -50px;
		margin-left: -50px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -100px;
		margin-left: -100px;
	}
}

@media screen and (max-width: 768px) {
	.cm-primary,
	.cm-secondary {
		width: 100%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -15px;
		margin-left: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -15px;
		margin-left: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -30px;
		margin-left: -30px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* Pages.
--------------------------------------------- */
/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;
}

.cm-error-404 .cm-page-title {
	color: #207daf;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.cm-error-404 .cm-page-header {
	margin-bottom: 24px;
}

.cm-error-404 .cm-page-header .cm-page-title {
	font-size: 150px;
	line-height: 135px;
	border-bottom: 0;
}

.cm-error-404 .cm-page-header p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.cm-error-404 .cm-page-header .cm-page-title,
.cm-error-404 .cm-page-header p {
	color: #52525B;
	font-weight: 600;
}

.cm-error-404 .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.cm-error-404 .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-error-404 .cm-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #207daf;
	color: #fff;
	font-weight: 600;
	border: 1px solid #207daf;
	border-radius: 2px;
}

.cm-error-404 .cm-btn:hover {
	background-color: #33363b;
	border-color: #33363b;
}

@media screen and (min-width: 48em) {
	.cm-error-404 .cm-page-header {
		margin-bottom: 24px;
	}
	.cm-error-404 .cm-page-header .cm-page-title {
		font-size: 240px;
		line-height: 215px;
	}
	.cm-error-404 .cm-page-content p {
		width: 570px;
	}
}

/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.cm-no-results img {
	margin-bottom: 32px;
}

.cm-no-results .cm-page-title {
	color: #52525B;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 0;
}

.cm-no-results .cm-page-header {
	margin-bottom: 12px;
}

.cm-no-results .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.cm-no-results .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-no-results .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-no-results .search-form {
	width: 100%;
}

.cm-no-results input.s {
	width: 100%;
	font-size: 1.4rem;
	border: 1px solid #E4E4E7;
	border-radius: 0 4px 4px 0;
}

.search-no-results .cm-posts {
	display: block;
}

@media screen and (min-width: 48em) {
	.cm-no-results .cm-page-content p {
		width: 430px;
	}
	.cm-no-results .search-form {
		width: 670px;
	}
}

/* Search.
--------------------------------------------- */
.search .status-publish {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 48.7013%;
}

.search .status-publish .cm-post-content {
	padding: 16px;
}

.search .status-publish:nth-child(2n) {
	float: right;
	clear: both;
}

.search .status-publish:nth-child(2n+1) {
	float: left;
}

.search .status-publish:first-child {
	float: none;
	width: 100%;
}

.search .cm-grid-style-2.status-publish {
	width: 100%;
}

.search .cm-grid-style-2.status-publish img {
	float: right;
	margin-bottom: 0;
	margin-left: 20px;
}

/* Footer.
--------------------------------------------- */
/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #27272a;
	color: #f4f4f5;
}

.cm-footer-bar .cm-row {
	font-size: 1.4rem;
}

.cm-footer-bar a {
	color: #207daf;
}

.cm-footer-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

.cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 24px;
}

.cm-footer-bar-style-1 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-2 .cm-footer-bar-area {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-right: 0;
}

.cm-footer-bar-style-2 .social-links {
	text-align: right;
}

.cm-footer-bar-style-2 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-3 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .social-links {
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-right: 0;
}

@media screen and (min-width: 48em) {
	.cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}
	.cm-footer-bar-style-1 .social-links ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

/* General Styles.
--------------------------------------------- */
.cm-footer .widget {
	display: block;
}

.cm-footer .widget ul li {
	padding: 8px 0;
	font-weight: 600;
	border-bottom: 1px solid #52525b;
}

.cm-footer .widget ul li:last-child {
	border-bottom: none;
}

.cm-footer .cm-upper-footer-cols .widget {
	background-color: #27272a;
	border-radius: 4px;
	padding: 12px;
}

.cm-footer .cm-upper-footer-cols .cm-entry-title a {
	color: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-random-posts {
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-first-post .cm-post-content {
	margin-top: 12px;
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-icon {
	fill: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-post {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.cm-footer .cm-upper-footer-cols .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

.cm-footer .cm-footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.cm-footer .cm-footer-menu ul li a:hover {
	color: #207daf;
}

/* Footer column. */
.cm-footer-cols {
	background-color: #3f3f46;
}

.cm-footer-cols .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #e4e4e7;
}

.cm-footer-cols .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
}

.cm-footer-cols .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
	font-size: 1.6rem;
}

.cm-footer-cols a,
.cm-footer-cols .human-diff-time {
	color: #fff;
}

.cm-footer-cols a:hover,
.cm-footer-cols .human-diff-time:hover {
	color: #207daf;
}

.cm-footer-cols ul {
	list-style: none;
}

.cm-footer-cols .cm-reading-time {
	color: #fff;
}

.cm-footer-cols .cm-tab-widget .cm-tabs a:hover {
	color: #fff;
}

.cm-upper-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.cm-upper-footer-cols .cm-post-date a,
.cm-upper-footer-cols .cm-author a,
.cm-upper-footer-cols .cm-tag-links a,
.cm-upper-footer-cols .cm-edit-link a,
.cm-upper-footer-cols .cm-comments-link a {
	color: #fff;
}

.cm-upper-footer-cols .cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-upper-footer-cols .cm-posts img {
	border-radius: 4px;
}

.cm-lower-footer-cols {
	gap: 30px;
	font-size: 1.4rem;
	width: 100%;
}

.cm-lower-footer-col,
.cm-lower-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title {
	border-bottom: 0 none;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span {
	background-color: transparent !important;
	padding: 0 0 6px;
	position: relative;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	right: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-view-all-link {
	background-color: #18181b;
}

.colormag-footer--classic .cm-footer-bar {
	background-color: #252730;
	padding: 20px 0;
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered .cm-widget-title {
	border-bottom: 0 none;
	background-color: transparent !important;
	position: relative;
	border-bottom: 1px solid #52525b !important;
}

.colormag-footer--classic-bordered .cm-widget-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	right: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic-bordered .cm-widget-title span {
	background-color: transparent !important;
	padding-right: 0;
}

.colormag-footer--classic-bordered .cm-view-all-link {
	margin-bottom: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar {
	padding-top: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar .cm-footer-bar-area {
	padding-top: 20px;
	border-top: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts, #cm-footer.colormag-footer--classic-bordered .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post {
	padding-bottom: 16px;
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-featured-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post {
	border-bottom: 1px solid #52525b;
	padding-bottom: 16px;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-first-post, #cm-footer.colormag-footer--classic-bordered .cm-first-post {
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-first-post .cm-post-content, #cm-footer.colormag-footer--classic-bordered .cm-first-post .cm-post-content {
	padding: 0 0 5px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 .cm-posts, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 .cm-posts {
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 img, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 4px;
	list-style: none;
}

.cm-footer-menu ul li {
	font-size: 12px;
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: #fff;
}

.advertisement_above_footer .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.advertisement_above_footer .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-upper-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}
	.cm-lower-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cm-lower-footer-cols .cm-lower-footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.cm-lower-footer-cols .cm-lower-footer-col--1 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	left: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

a#scroll-up i {
	font-size: 40px;
	color: #207daf;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 82px 20px 30px;
	margin-bottom: 30px;
	margin-top: 16px;
	background-color: #207daf;
	color: #fff;
	border-radius: 4px;
	border-right: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	position: relative;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	padding-top: 0;
	margin-bottom: 0;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	position: absolute;
	right: -50px;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 3.2rem;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

blockquote.wp-block-quote.has-text-align-right {
	border-left: 0;
}

.wp-block-button .search-icon::before {
	display: none;
}

.wp-block-search__inside-wrapper .search-icon::before,
.search-wrap .search-icon::before {
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-query .wp-block-post.post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-query .wp-block-post-template {
	padding: 0;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-new .wc-block-grid__product-add-to-cart,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart,
.wc-block-handpicked-products .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-title {
	margin-bottom: 8px;
	color: #3f3f46;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.wc-block-product-new .wc-block-grid__product-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating {
	margin-bottom: 0;
}

.wc-block-product-new .wc-block-grid__product-rating .star-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating .star-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: unset;
}

.wc-block-product-new .wc-block-grid__product,
.wc-block-product-best-sellers .wc-block-grid__product,
.wp-block-product-top-rated .wc-block-grid__product,
.wc-block-handpicked-products .wc-block-grid__product {
	position: relative;
	margin-right: -1em;
	margin-left: -1em;
}

.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button {
	display: block;
	text-align: center;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new ul.wc-block-grid__products,
.wc-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-product-top-rated ul.wc-block-grid__products,
.wc-block-handpicked-products ul.wc-block-grid__products {
	padding: 0;
	gap: 30px;
}

.wc-block-product-new .price ins .amount,
.wc-block-product-best-sellers .price ins .amount,
.wp-block-product-top-rated .price ins .amount,
.wc-block-handpicked-products .price ins .amount {
	color: #71717a;
}

.wc-block-product-new .price del span,
.wc-block-product-best-sellers .price del span,
.wp-block-product-top-rated .price del span,
.wc-block-handpicked-products .price del span {
	font-weight: 600;
	color: #3f3f46;
}

.wc-block-product-new .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new .wc-block-grid__product-image img,
.wc-block-product-best-sellers .wc-block-grid__product-image img,
.wp-block-product-top-rated .wc-block-grid__product-image img,
.wc-block-handpicked-products .wc-block-grid__product-image img {
	width: 100%;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product-onsale,
.wc-block-product-best-sellers .wc-block-grid__product-onsale,
.wp-block-product-top-rated .wc-block-grid__product-onsale,
.wc-block-handpicked-products .wc-block-grid__product-onsale {
	position: absolute;
	top: 8px;
	right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 14px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	text-transform: initial;
	border-radius: 2px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi .page, .cm-posts .wp-pagenavi a {
	padding: 4px 10px;
	color: #777777;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi .current {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi a {
	margin-right: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi a:hover {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi span {
	margin-right: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi span.pages {
	margin-right: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #f2f2f2;
}

/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#cm-primary-nav.headroom--pinned {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#cm-primary-nav.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

[class*='mzb'] h3 {
	padding-bottom: 0;
}

[class*='mzb'] h2 {
	padding-bottom: 0;
}

[class*='mzb'] img {
	margin-bottom: 0;
}

[class*='mzb'] .editor-styles-wrapper h1,
[class*='mzb'] .editor-styles-wrapper h2,
[class*='mzb'] .editor-styles-wrapper h3,
[class*='mzb'] .editor-styles-wrapper h4,
[class*='mzb'] .editor-styles-wrapper h5,
[class*='mzb'] .editor-styles-wrapper h6 {
	padding-bottom: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 12px;
	right: 0;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 30px;
	color: #3f3f46;
	font-size: 1.4rem;
}

.add-to-wishlist-before_image .yith-wcwl-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fafafa;
	border-radius: 50px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clearfix {
	display: inline-block;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .default-wp-page, .infinite-scroll.neverending #cm-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #cm-footer {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Responsive.
--------------------------------------------- */
@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-right: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical .video-playing {
		width: 60%;
		padding-bottom: 54%;
	}
	.video-player--vertical .video-playlist-info {
		width: 70.5%;
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}
	.video-player--vertical .video-playing,
	.video-player--vertical .video-playlist {
		width: 100%;
		display: block;
	}
	.video-player--vertical .video-playing {
		padding-bottom: 65%;
	}
	.video-player--vertical.video-playlist-item img {
		margin-bottom: 0;
		width: 20%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {
	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.author-img {
		display: block;
		margin: 0 auto;
	}
	.author-img img {
		margin-left: 0;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish:nth-child(2n), .search .status-publish:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal .video-playing {
		padding-bottom: 70%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 51%;
	}
	.exchange-currency.exchange-column-2 .currency-table, .exchange-currency.exchange-column-3 .currency-table {
		width: 100%;
		padding-left: 0;
	}
	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: 0;
		margin-left: 0;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
	.related-posts-wrapper-flyout {
		width: 95%;
	}
	.related-posts-wrapper-flyout .related-posts-flyout-main-title {
		padding: 20px;
	}
	.related-posts-wrapper-flyout .related-posts-flyout {
		padding: 20px;
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */
.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */
.mega-menu .cm-image-ticker-news,
.mega-menu .cm-breaking-news-slider-widget {
	visibility: hidden !important;
}

.mega-menu .mega-toggle-on .cm-slider-area-rotate
.cm-image-ticker-news,
.mega-menu .mega-toggle-on .cm-breaking-news-slider-widget {
	visibility: visible !important;
}
PK�
�[V�'��comments.phpnu�[���<?php
/**
 * The template for displaying Comments.
 *
 * The area of the page that contains both current comments
 * and the comment form. The actual display of comments is
 * handled by a callback to colormag_comment() which is
 * located in the inc/functions.php file.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 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 if ( have_comments() ) : ?>
		<h3 class="comments-title">
			<?php
			$comment_count = get_comments_number();
			if ( '1' === $comment_count ) {
				printf(
					/* Translators: %1$s: Post title */
					esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'colormag' ),
					'<span>' . wp_kses_post( get_the_title() ) . '</span>'
				);
			} else {
				printf(
					/* Translators: %1$s: Comment count, %2$s: Post title */
					esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comment_count, 'comments title', 'colormag' ) ),
					number_format_i18n( $comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
					'<span>' . esc_html( get_the_title() ) . '</span>'
				);
			}
			?>
		</h3>

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-above" class="comment-navigation clearfix" role="navigation">
				<h4 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'colormag' ); ?></h4>

				<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'colormag' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'colormag' ) ); ?></div>
			</nav><!-- #comment-nav-above -->
		<?php endif; ?>

		<ul class="comment-list">
			<?php
			wp_list_comments(
				array(
					'callback'   => 'colormag_comment',
					'short_ping' => true,
				)
			);
			?>
		</ul><!-- .comment-list -->

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-below" class="comment-navigation clearfix" role="navigation">
				<h4 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'colormag' ); ?></h4>

				<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'colormag' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'colormag' ) ); ?></div>
			</nav><!-- #comment-nav-below -->
		<?php endif; ?>

	<?php endif; ?>

	<?php
	// If comments are closed and there are comments, let's leave a little note, shall we?
	if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) :
		?>
		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'colormag' ); ?></p>
		<?php
	endif;

	comment_form();
	?>

</div><!-- #comments -->
PK�
�[��8
8
template-parts/content.phpnu�[���<?php
/**
 * The template used for displaying page content in archive pages.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$featured_image_size   = 'colormag-featured-image';
$class_name_layout_two = '';
$archive_search_layout = 'layout-1';

?>

<article id="post-<?php the_ID(); ?>"
	<?php post_class( array( $class_name_layout_two ) ); ?>>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_posts_loop.
	 */
	do_action( 'colormag_before_posts_loop' );
	?>

	<?php
	if ( ! has_post_format( array( 'gallery' ) ) ) :

		if ( has_post_thumbnail() ) :
			?>
			<div class="cm-featured-image">
				<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
					<?php the_post_thumbnail( $featured_image_size ); ?>

				<?php
				if ( has_post_format( 'video' ) ) {
					?>
						<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
						</span>
					<?php
				}
				?>
				</a>
			</div>
				<?php
		endif;

	endif;
	?>

	<?php
	$content_orders = get_theme_mod(
		'colormag_blog_post_elements',
		array(
			'post_format',
			'category',
			'meta',
			'title',
			'content',
		)
	);
	?>


	<div class="cm-post-content">
		<?php
		foreach ( $content_orders as $key => $content_order ) {

			if ( 'post_format' === $content_order ) {

				if ( get_post_format() ) :
					if ( ! has_post_format( 'video' ) ) :
						get_template_part( 'inc/post-formats' );
					endif;

					if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :

						$video_post_url = get_post_meta( $post->ID, 'video_url', true );

						if ( ! empty( $video_post_url ) ) :
							?>
							<div class="fitvids-video">
								<?php
								$embed_code = wp_oembed_get( $video_post_url );

								echo wp_kses_post( $embed_code );
								?>
							</div>
							<?php
						endif;
					endif;

				endif;
			} elseif ( 'category' === $content_order ) {

				colormag_colored_category();
			} elseif ( 'meta' === $content_order ) {

				colormag_entry_meta();
			} elseif ( 'title' === $content_order ) {

				get_template_part( 'template-parts/entry/entry', 'header' );
			} elseif ( 'content' === $content_order ) {

				get_template_part( 'template-parts/entry/entry', 'summary' );
			}
		}
		?>

	</div>

	<?php
	/**
	 * Hook: colormag_after_posts_loop.
	 */
	do_action( 'colormag_after_posts_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
PK�
�[�0�]��template-parts/content-page.phpnu�[���<?php
/**
 * The template used for displaying page content in page.php
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_single_page_loop.
	 */
	do_action( 'colormag_before_single_page_loop' );
	?>

	<?php if ( 1 == get_theme_mod( 'colormag_enable_page_featured_image', 1 ) && has_post_thumbnail() ) : ?>
		<div class="cm-featured-image">
			<?php the_post_thumbnail( 'colormag-featured-image' ); ?>
		</div>
	<?php endif; ?>

	<?php
	if ( ( ! is_page_template( 'page-templates/page-builder.php' ) ) ) {

		$markup = is_front_page() ? 'h2' : 'h1';
		?>
		<header class="cm-entry-header">
			<<?php echo esc_attr( $markup ); ?> class="cm-entry-title">
				<?php the_title(); ?>
			</<?php echo esc_attr( $markup ); ?> >
		</header>

		<?php
	}
	?>

	<div class="cm-entry-summary">
		<?php
		the_content();

		wp_link_pages(
			array(
				'before'      => '<div style="clear: both;"></div><div class="link-pagination clearfix">' . esc_html__( 'Pages:', 'colormag' ),
				'after'       => '</div>',
				'link_before' => '<span>',
				'link_after'  => '</span>',
			)
		);
		?>
	</div>

	<div class="cm-entry-footer">
		<?php
			edit_post_link(__('Edit', 'colormag'), '<span class="cm-edit-link">' . colormag_get_icon('edit', false) . ' ', '</span>');
		?>
	</div>

	<?php
	/**
	 * Hook: colormag_after_single_page_loop.
	 */
	do_action( 'colormag_after_single_page_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
PK�
�[��ޫHH%template-parts/entry/entry-header.phpnu�[���<?php
/**
* Template part for entry header.
*
* @link    https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package ColorMag
* @since   @TODO
*/

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
?>
	<header class="cm-entry-header">
		<?php if ( is_singular() ) : ?>
		<h1 class="cm-entry-title">
			<?php the_title(); ?>
		</h1>
		<?php else : ?>
		<h2 class="cm-entry-title">
			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
				<?php echo wp_kses_post( get_the_title() ); ?>
			</a>
		</h2>
		<?php endif; ?>
	</header>
PK�
�[Q�AR&template-parts/entry/entry-summary.phpnu�[���<?php
/**
 * Template part for entry header.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package ColorMag
 * @since   @TODO
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( is_singular() ) :
	?>

<div class="cm-entry-summary">
	<?php
	the_content();

	if ( is_page() ) {
		?>
		<a class="cm-entry-button" title="<?php the_title_attribute(); ?>"
		   href="<?php the_permalink(); ?>">
			<span><?php echo esc_html__( 'Read More', 'colormag' ); ?></span>
		</a>
			<?php
	}

	wp_link_pages(
		array(
			'before'      => '<div style="clear: both;"></div><div class="pagination clearfix">' . esc_html__( 'Pages:', 'colormag' ),
			'after'       => '</div>',
			'link_before' => '<span>',
			'link_after'  => '</span>',
		)
	);
	?>
</div>
	<?php
else :
	?>
<div class="cm-entry-summary">

	<?php if ( 'content' === get_theme_mod( 'colormag_blog_content_excerpt_type', 'excerpt' ) ): ?>
		<?php the_content( '<span>' . esc_html__( 'Read More', 'colormag' ) . '</span>' ); ?>
	<?php else: ?>
			<?php the_excerpt(); ?>
		<a class="cm-entry-button" title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>">
			<span><?php echo esc_html__( 'Read More', 'colormag' ); ?></span>
		</a>
	<?php endif; ?>
</div>

	<?php
	endif;
PK�
�[Q��d99!template-parts/content-single.phpnu�[���<?php
/**
 * The template used for displaying single post content in single.php
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$image_popup_id  = get_post_thumbnail_id();
$image_popup_url = wp_get_attachment_url( $image_popup_id );
?>

<article sdfdfds id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_single_post_page_loop.
	 */
	do_action( 'colormag_before_single_post_page_loop' );
	?>

	<?php
	$single_orders = get_theme_mod(
		'colormag_single_post_elements',
		array(
			'category',
			'title',
			'meta',
			'content',
		)
	);

	if ( ! has_post_format( array( 'gallery', 'video' ) ) ) :

		if ( true == get_theme_mod( 'colormag_enable_featured_image', true ) && has_post_thumbnail() ) :
			?>
			<div class="cm-featured-image">
				<?php if ( 1 == get_theme_mod( 'colormag_enable_lightbox', 0 ) ) : ?>
					<a href="<?php echo esc_url( $image_popup_url ); ?>" class="image-popup"><?php the_post_thumbnail( 'colormag-featured-image' ); ?></a>
					<?php
				else :
					the_post_thumbnail( 'colormag-featured-image' );
				endif;
				?>
			</div>

			<?php
		endif;
	endif;

	if ( has_post_format( 'video' ) ) :
		$video_post_url = get_post_meta( $post->ID, 'video_url', true );

		if ( ! empty( $video_post_url ) ) :
			?>
			<div class="fitvids-video">
				<?php
				$embed_code = wp_oembed_get( $video_post_url );


				echo wp_kses(
					$embed_code,
					array(
						'iframe' => array(
							'title'           => true,
							'width'           => true,
							'height'          => true,
							'src'             => true,
							'frameborder'     => true,
							'allow'           => true,
							'referrerpolicy'  => true,
							'allowfullscreen' => true,
						),
					)
				);
				?>
			</div>
			<?php
		endif;
	endif;
	?>

	<div class="cm-post-content">
		<?php
		foreach ( $single_orders as $key => $single_order ) {

			if ( get_post_format() && ! has_post_format( 'video' ) ) :
				get_template_part( 'template-parts/content/post-formats' );
				endif;

			if ( 'category' === $single_order ) {

				colormag_colored_category();
			} elseif ( 'meta' === $single_order ) {

				colormag_entry_meta();
			} elseif ( 'title' === $single_order ) {

				get_template_part( 'template-parts/entry/entry', 'header' );
			} elseif ( 'content' === $single_order ) {

				get_template_part( 'template-parts/entry/entry', 'summary' );
			}
		}
		?>

	</div>

	<?php colormag_post_view_setup( get_the_ID() ); ?>

	<?php
	/**
	 * Hook: colormag_after_single_post_page_loop.
	 */
	do_action( 'colormag_after_single_post_page_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
PK�
�[��y7��&template-parts/hooks/footer/footer.phpnu�[���<?php
/**
 * Footer hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined('ABSPATH') || exit;

if ( ! function_exists( 'colormag_main_section_inner_end' ) ) :

	/**
	 *  Main section inner ends.
	 */
	function colormag_main_section_inner_end() {
		?>
		</div><!-- .cm-container -->
		<?php
	}

endif;

add_action( 'colormag_action_after_inner_content', 'colormag_main_section_inner_end', 10 );

if ( ! function_exists( 'colormag_main_section_end' ) ) :

	/**
	 * Main section ends.
	 */
	function colormag_main_section_end() {
		?>
		</div><!-- #main -->
		<?php
	}

endif;

add_action( 'colormag_action_after_content', 'colormag_main_section_end', 10 );

if ( ! function_exists( 'colormag_advertisement_above_footer_sidebar' ) )  :

	/**
	 * Advertisement above footer sidebar area.
	 */
	function colormag_advertisement_above_footer_sidebar() {

		if ( is_active_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ) ) :
			?>
			<div class="advertisement_above_footer">
				<div class="inner-wrap">
					<?php dynamic_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ); ?>
				</div>
			</div>
		<?php
		endif;

	}

endif;

add_action( 'colormag_action_after_content', 'colormag_advertisement_above_footer_sidebar', 15 );

if ( ! function_exists( 'colormag_footer_start' ) ) :

	/**
	 * Footer starts.
	 */
	function colormag_footer_start() {
		?>
		<footer id="cm-footer" class="cm-footer <?php echo esc_attr( colormag_footer_layout_class() ); ?>">
		<?php
	}

endif;

add_action( 'colormag_action_before_footer', 'colormag_footer_start', 10 );

if ( ! function_exists( 'colormag_footer_sidebar' ) ) :

	/**
	 * Footer sidebar.
	 */
	function colormag_footer_sidebar() {
		get_sidebar( 'footer' );
	}

endif;

add_action( 'colormag_action_before_footer', 'colormag_footer_sidebar', 15 );

if ( ! function_exists( 'colormag_footer_socket_inner_wrapper_start' ) ) :

	/**
	 * Footer socket inner wrapper starts.
	 */
	function colormag_footer_socket_inner_wrapper_start() {
		?>
		<div class="cm-footer-bar <?php echo esc_attr( colormag_copyright_alignment_class() ); ?>">
			<div class="cm-container">
				<div class="cm-row">
		<?php
	}

endif;

add_action( 'colormag_action_before_inner_footer', 'colormag_footer_socket_inner_wrapper_start', 10 );

if ( ! function_exists( 'colormag_footer_socket_area_start' ) ) :

	/**
	 * Footer socket area starts.
	 */
	function colormag_footer_socket_area_start() {
		?>
		<div class="cm-footer-bar-area">
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_area_start', 10 );

if ( ! function_exists( 'colormag_footer_socket_right_section' ) ) :

	/**
	 * Footer socket area right section.
	 */
	function colormag_footer_socket_right_section() {

		$social_links_enable          = get_theme_mod( 'colormag_enable_social_icons', 0 );
		$social_links_footer_location = get_theme_mod( 'colormag_enable_social_icons_footer', 1 );
		?>

		<div class="cm-footer-bar__1">
			<?php
			if ( 1 == $social_links_enable && 1 == $social_links_footer_location ) {
				colormag_social_links();
			}
			?>

			<nav class="cm-footer-menu">
				<?php
				if ( has_nav_menu( 'footer' ) ) {
					wp_nav_menu(
						array(
							'theme_location' => 'footer',
							'depth'          => -1,
						)
					);
				}
				?>
			</nav>
		</div> <!-- /.cm-footer-bar__1 -->

		<?php

	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_right_section', 15 );

if ( ! function_exists( 'colormag_footer_socket_left_section' ) ) :

	/**
	 * Footer socket area left section.
	 */
	function colormag_footer_socket_left_section() {
		?>
		<div class="cm-footer-bar__2">
			<?php do_action( 'colormag_footer_copyright' ); ?>
		</div> <!-- /.cm-footer-bar__2 -->
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_left_section', 20 );

if ( ! function_exists( 'colormag_footer_socket_area_end' ) ) :

	/**
	 * Footer socket area ends.
	 */
	function colormag_footer_socket_area_end() {
		?>
		</div><!-- .cm-footer-bar-area -->
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_area_end', 25 );

if ( ! function_exists( 'colormag_footer_socket_inner_wrapper_end' ) ) :

	/**
	 * Footer socket inner wrapper ends.
	 */
	function colormag_footer_socket_inner_wrapper_end() {
		?>
				</div><!-- .cm-container -->
			</div><!-- .cm-row -->
		</div><!-- .cm-footer-bar -->
		<?php
	}

endif;

add_action( 'colormag_action_after_inner_footer', 'colormag_footer_socket_inner_wrapper_end', 10 );

if ( ! function_exists( 'colormag_footer_end' ) ) :

	/**
	 * Footer ends.
	 */
	function colormag_footer_end() {
		?>
		</footer><!-- #cm-footer -->
		<?php
	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_footer_end', 10 );

if ( ! function_exists( 'colormag_scroll_top_button' ) ) :

	/**
	 * Scroll to top button.
	 */
	function colormag_scroll_top_button() {
			?>
			<a href="#cm-masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a>
		<?php
	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_scroll_top_button', 15 );

if ( ! function_exists( 'colormag_page_end' ) ) :

	/**
	 * Page end.
	 */
	function colormag_page_end() {
		?>
		</div><!-- #page -->
		<?php
	}

endif;

add_action( 'colormag_action_after', 'colormag_page_end', 10 );

if ( ! function_exists( 'colormag_footer_copyright' ) ) :

	/**
	 * Shows the footer copyright information.
	 */
	function colormag_footer_copyright() {

		$site_link = '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" ><span>' . get_bloginfo( 'name', 'display' ) . '</span></a>';

		$wp_link = '<a href="https://wordpress.org" target="_blank" title="' . esc_attr__( 'WordPress', 'colormag' ) . '" rel="nofollow"><span>' . esc_html__( 'WordPress', 'colormag' ) . '</span></a>';

		$tg_link = '<a href="https://themegrill.com/themes/colormag" target="_blank" title="' . esc_attr__( 'ColorMag', 'colormag' ) . '" rel="nofollow"><span>' . esc_html__( 'ColorMag', 'colormag' ) . '</span></a>';

		$default_footer_value = sprintf( /* Translators: %1$s: Current year, %2$s: Site link */ esc_html__( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link ) . '<br>' . sprintf( /* Translators: %1$s: Theme name, %2$s: ThemeGrill site link */ esc_html__( 'Theme: %1$s by %2$s.', 'colormag' ),  $tg_link, 'ThemeGrill' ) . ' ' . sprintf( /* Translators: %s: WordPress link */ esc_html__( 'Powered by %s.', 'colormag' ), $wp_link );

		$colormag_footer_copyright = '<div class="copyright">' . $default_footer_value . '</div>';

		echo wp_kses_post( $colormag_footer_copyright );

	}

endif;

add_action( 'colormag_footer_copyright', 'colormag_footer_copyright', 10 );
PK�
�[ˈC��(template-parts/hooks/content/content.phpnu�[���<?php
/**
 * Content hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'colormag_archive_header' ) ) :

	/**
	 * Archive header.
	 */
	function colormag_archive_header() {
		?>

		<header class="cm-page-header">
			<?php
			if ( is_category() ) :

				do_action( 'colormag_category_title' );

				single_cat_title();
			else :
				?>

				<h1 class="cm-page-title">
					<span>
						<?php
						if ( is_tag() ) :

							single_tag_title();

						elseif ( is_author() ) :
							/**
							 * Queue the first post, that way we know
							 * what author we're dealing with (if that is the case).
							 */
							the_post();

							printf(
							/* Translators: %s: Author name */
								esc_html__( 'Author: %s', 'colormag' ),
								'<span class="vcard">' . esc_html( get_the_author() ) . '</span>'
							);

							/**
							 * Since we called the_post() above, we need to
							 * rewind the loop back to the beginning that way
							 * we can run the loop properly, in full.
							 */
							rewind_posts();

						elseif ( is_day() ) :
							printf(
							/* Translators: %s: Day archive */
								esc_html__( 'Day: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date() ) . '</span>'
							);

						elseif ( is_month() ) :
							printf(
							/* Translators: %s: Month archive */
								esc_html__( 'Month: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date( 'F Y' ) ) . '</span>'
							);

						elseif ( is_year() ) :
							printf(
							/* Translators: %s: Year archive */
								esc_html__( 'Year: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date( 'Y' ) ) . '</span>'
							);

						elseif ( is_tax( 'post_format', 'post-format-aside' ) ) :
							esc_html_e( 'Asides', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
							esc_html_e( 'Images', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
							esc_html_e( 'Videos', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
							esc_html_e( 'Quotes', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
							esc_html_e( 'Links', 'colormag' );

						elseif ( is_plugin_active( 'woocommerce/woocommerce.php' ) && function_exists( 'is_woocommerce' ) && is_woocommerce() ) :
							woocommerce_page_title( false );

						else :
							esc_html_e( 'Archives', 'colormag' );

						endif;
						?>
					</span>
				</h1>
				<?php

			endif;

			// Show an optional term description.
			$term_description = term_description();
			if ( ! empty( $term_description ) ) :
				printf(
					'<div class="taxonomy-description">%s</div>',
					$term_description
				); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			endif;
			?>
		</header><!-- .cm-page-header -->

		<?php

	}

endif;

add_action( 'colormag_action_archive_header', 'colormag_archive_header', 10 );

if ( ! function_exists( 'colormag_render_comments' ) ) :

	/**
	 * Post/Page comments.
	 */
	function colormag_render_comments() {

		// If comments are open or we have at least one comment, load up the comment template.
		if ( comments_open() || '0' != get_comments_number() ) {
			comments_template();
		}

	}

endif;

add_action( 'colormag_action_comments', 'colormag_render_comments', 10 );

if ( ! function_exists( 'colormag_author_bio' ) ) :

	/**
	 * Author bio.
	 */
	function colormag_author_bio() {

		if ( get_the_author_meta( 'description' ) ) :

			$avatar_image_size = apply_filters( 'colormag_author_bio_avatar_size_filter', 100 );
			?>

			<div class="author-box">
				<div class="author-img"><?php echo get_avatar( get_the_author_meta( 'user_email' ), $avatar_image_size ); ?></div>
				<h4 class="author-name"><?php the_author_meta( 'display_name' ); ?></h4>
				<p class="author-description"><?php the_author_meta( 'description' ); ?></p>
			</div>

		<?php

		endif;

	}

endif;

add_action( 'colormag_action_after_single_post_content', 'colormag_author_bio', 10 );

if ( ! function_exists( 'colormag_related_posts' ) ) :

	/**
	 * Related posts.
	 */
	function colormag_related_posts() {

		if ( 1 == get_theme_mod( 'colormag_enable_related_posts', 0 ) ) {
			get_template_part( 'template-parts/content/related-posts' );
		}

	}

endif;

add_action( 'colormag_action_after_single_post_content', 'colormag_related_posts', 20 );

if ( ! function_exists( 'colormag_ajax_post_class' ) ) :
	/**
	 * Add missing class `post` while ajax call.
	 */
	function colormag_ajax_post_class( $class ) {
		$class[] = 'post';

		return $class;
	}
endif;

if ( is_admin() && wp_doing_ajax() ) {
	add_action( 'post_class', 'colormag_ajax_post_class' );
}

PK�
�[��B;+++template-parts/hooks/header/header-main.phpnu�[���<?php
/**
 * Header main hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Main ==========================================*/

if ( ! function_exists( 'colormag_before_header_main' ) ) :

	/**
	 * Before header main.
	 */
	function colormag_before_header_main() {
		?>
		<div class="cm-main-header">
		<?php
	}
endif;

add_action( 'colormag_action_before_inner_header', 'colormag_before_header_main', 10 );

if ( ! function_exists( 'colormag_after_header_main' ) ) :

	/**
	 * After header main.
	 */
	function colormag_after_header_main() {
		?>
		</div> <!-- /.cm-main-header -->
		<?php
	}
endif;

add_action( 'colormag_action_after_inner_header', 'colormag_after_header_main', 10 );
PK�
�[����'template-parts/hooks/header/top-bar.phpnu�[���<?php
/**
 * Top bar hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Top ==========================================*/

if ( ! function_exists( 'colormag_header_top' ) ) :

	/**
	 * Header top.
	 * TODO: @since
	 */
	function colormag_header_top() {

		get_template_part( 'template-parts/header/top', 'bar' );
	}
endif;

add_action( 'colormag_action_header_top', 'colormag_header_top', 10 );
PK�
�[�˘j33&template-parts/hooks/header/header.phpnu�[���<?php
/**
 * Header hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'colormag_doctype' ) ) :

	/**
	 * Header doctype
	 */
	function colormag_doctype() { ?>
		<!doctype html>
		<html <?php language_attributes(); ?>>
		<?php
	}
endif;

add_action( 'colormag_action_doctype', 'colormag_doctype', 10 );

if ( ! function_exists( 'colormag_head' ) ) :

	/**
	 * HTML Head.
	 */
	function colormag_head() {
		?>
		<meta charset="<?php bloginfo( 'charset' ); ?>"/>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="profile" href="http://gmpg.org/xfn/11"/>
		<?php
	}

endif;

add_action( 'colormag_action_head', 'colormag_head', 10 );

if ( ! function_exists( 'colormag_background_image_clickable' ) ) :

	/**
	 * Background image clickable.
	 */
	function colormag_background_image_clickable() {

		$background_image_url_link = get_theme_mod( 'colormag_background_image_link' );

		if ( $background_image_url_link ) {
			echo '<a href="' . esc_url( $background_image_url_link ) . '" class="background-image-clickable" target="_blank"></a>';
		}

	}

endif;

add_action( 'colormag_action_before', 'colormag_background_image_clickable', 5 );

if ( ! function_exists( 'colormag_page_start' ) ) :

	/**
	 * Page start.
	 */
	function colormag_page_start() {
		?>
		<div id="page" class="hfeed site">
		<?php
	}

endif;

add_action( 'colormag_action_before', 'colormag_page_start', 10 );

if ( ! function_exists( 'colormag_skip_content_link' ) ) :

	/**
	 * Skip content link.
	 */
	function colormag_skip_content_link() {
		?>
		<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'colormag' ); ?></a>
		<?php
	}

endif;

add_action( 'colormag_action_before', 'colormag_skip_content_link', 15 );

if ( ! function_exists( 'colormag_header_markup' ) ) :

	/**
	 * Adds ColorMag header markup.
	 *
	 * @return void
	 */
	function colormag_header_markup() {

		/**
		 * Hook: colormag_before_header.
		 */
		do_action( 'colormag_before_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_before_header action.
		 *
		 * @hooked colormag_header_start - 10
		 */
		do_action( 'colormag_action_before_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_header_top action.
		 *
		 * @hooked colormag_header_top - 10
		 */
		do_action( 'colormag_action_header_top' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_before_inner_header action.
		 *
		 * @hooked colormag_header_nav_container_start - 10
		 */
		do_action( 'colormag_action_before_inner_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_header action.
		 *
		 * @hooked colormag_header - 10
		 */
		do_action( 'colormag_action_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_after_inner_header action.
		 *
		 * @hooked colormag_header_image_before_nav_container_end - 5
		 * @hooked colormag_header_nav_container_end - 10
		 */
		do_action( 'colormag_action_after_inner_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_after_header action.
		 *
		 * @hooked colormag_header_end - 10
		 */
		do_action( 'colormag_action_after_header' );
		?>

		<?php
		/**
		 * Hook: colormag_after_header.
		 */
		do_action( 'colormag_after_header' );

	}

endif;

add_action( 'colormag_header', 'colormag_header_markup' );

if ( ! function_exists( 'colormag_header_start' ) ) :

	/**
	 * Header starts.
	 */
	function colormag_header_start() {
		?>
	<header id="cm-masthead" class="<?php colormag_css_class( 'colormag_header_class' ); ?>">
		<?php
	}

endif;

add_action( 'colormag_action_before_header', 'colormag_header_start', 10 );

if ( ! function_exists( 'colormag_header_main' ) ) :

	/**
	 * Header main area.
	 */
	function colormag_header_main() {

		get_template_part( 'template-parts/header/header-main' );

	}

endif;

add_action( 'colormag_action_header', 'colormag_header_main', 10 );

if ( ! function_exists( 'colormag_header_one' ) ) :

	/**
	 * Function to display the middle header bar.
	 *
	 * @since ColorMag 2.2.1
	 */
	function colormag_header_one() {
		?>

	<div id="cm-header-1" class="cm-header-1">
		<div class="cm-container">
			<div class="cm-row">

				<div class="cm-header-col-1">
					<?php get_template_part( 'template-parts/header/site-branding/site-branding' ); ?>
				</div><!-- .cm-header-col-1 -->

				<div class="cm-header-col-2">
					<?php
					if ( is_active_sidebar( 'colormag_header_sidebar' ) ) {
						?>
					<div id="header-right-sidebar" class="clearfix">
						<?php dynamic_sidebar( 'colormag_header_sidebar' ); ?>
					</div>
						<?php
					}
					?>
			</div><!-- .cm-header-col-2 -->

		</div>
	</div>
</div>
		<?php
	}

endif;

	add_action( 'colormag_header_one', 'colormag_header_one' );

if ( ! function_exists( 'colormag_header_two' ) ) :

	/**
	 * Function to display the middle header bar.
	 *
	 * @since ColorMag 2.2.1
	 */
	function colormag_header_two() {

		$random_post_icon = get_theme_mod( 'colormag_enable_random_post', 0 );
		$search_icon      = get_theme_mod( 'colormag_enable_search', 0 );

		if ( function_exists( 'max_mega_menu_is_enabled' ) && max_mega_menu_is_enabled( 'primary' ) ) :
			?>

	<div class="mega-menu-integrate">
		<div class="inner-wrap clearfix">
				<?php
				wp_nav_menu(
					array(
						'theme_location' => 'primary',
					)
				);
				?>
		</div>
	</div>

		<?php else : ?>

<div id="cm-header-2" class="cm-header-2">
	<nav id="cm-primary-nav" class="cm-primary-nav">
		<div class="cm-container">
			<div class="cm-row">
				<?php
				if ( 'home-icon' === get_theme_mod( 'colormag_menu_icon_logo', 'none' ) ) {
					$home_icon_class = 'cm-home-icon';

					if ( is_front_page() ) {
						$home_icon_class = 'cm-home-icon front_page_on';
					}
					?>

				<div class="<?php echo esc_attr( $home_icon_class ); ?>">
					<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
					   title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
					>
						<?php colormag_get_icon( 'home' ); ?>
					</a>
				</div>
				<?php } ?>

							<?php

							if ( 1 == $random_post_icon || 1 == $search_icon ) {
								?>
				<div class="cm-header-actions">
								<?php

								// Displays the random post.
								if ( 1 == $random_post_icon ) {
									colormag_random_post();
								}

								// Displays the search icon.
								if ( 1 == $search_icon ) {
									?>
					<div class="cm-top-search">
						<i class="fa fa-search search-top"></i>
						<div class="search-form-top">
									<?php get_search_form(); ?>
						</div>
					</div>
					<?php } ?>
				</div>
				<?php } ?>

					<p class="cm-menu-toggle" aria-expanded="false">
						<?php colormag_get_icon( 'bars' ); ?>
						<?php colormag_get_icon( 'x-mark' ); ?>
					</p>
					<?php
						get_template_part( 'template-parts/header/primary-menu/main-navigation' );
				?>

			</div>
		</div>
	</nav>
</div>
			<?php
		endif;
	}

endif;

	add_action( 'colormag_header_two', 'colormag_header_two' );

if ( ! function_exists( 'colormag_header_image_before_nav_container_end' ) ) :

	/**
	 * Display the header image just before the header closes.
	 */
	function colormag_header_image_before_nav_container_end() {
		$colormag_header_media_position = get_theme_mod( 'colormag_header_media_position', 'position-two' );

		if ( 'position-three' === $colormag_header_media_position ) {
			the_custom_header_markup();
		}
	}

endif;

	add_action( 'colormag_action_after_inner_header', 'colormag_header_image_before_nav_container_end', 5 );

if ( ! function_exists( 'colormag_header_end' ) ) :

	/**
	 * Header ends.
	 */
	function colormag_header_end() {
		?>
		</header><!-- #cm-masthead -->
		<?php
	}

endif;

	add_action( 'colormag_action_after_header', 'colormag_header_end', 10 );

if ( ! function_exists( 'colormag_main_section_start' ) ) :

	/**
	 * Main section starts.
	 */
	function colormag_main_section_start() {
		?>
	<div id="cm-content" class="cm-content">
		<?php
	}

endif;

add_action( 'colormag_action_before_content', 'colormag_main_section_start', 10 );

if ( ! function_exists( 'colormag_front_page_full_width_sidebar' ) ) :

	/**
	 * Front page full width sidebar area.
	 */
	function colormag_front_page_full_width_sidebar() {

		if ( ( is_front_page() || is_page_template( 'page-templates/magazine.php' ) ) && ! is_page_template( 'page-templates/page-builder.php' ) && is_active_sidebar( 'colormag_front_page_top_full_width_area' ) ) :
			?>
			<div class="top-full-width-sidebar inner-wrap clearfix">
				<?php
					dynamic_sidebar( 'colormag_front_page_top_full_width_area' );
				?>
			</div>
			<?php
		endif;

	}

endif;

	add_action( 'colormag_action_before_content', 'colormag_front_page_full_width_sidebar', 20 );

if ( ! function_exists( 'colormag_main_section_inner_start' ) ) :

	/**
	 * Main section inner starts.
	 */
	function colormag_main_section_inner_start() {
		?>
		<div class="cm-container">
		<?php
	}

endif;

add_action( 'colormag_action_before_inner_content', 'colormag_main_section_inner_start', 10 );


if ( ! function_exists( 'colormag_change_logo_attr' ) ) :

	/**
	 * Change the image attributes while retina logo is set.
	 *
	 * @param $attr
	 * @param $attachment
	 * @param $size
	 *
	 * @return mixed
	 */
	function colormag_change_logo_attr( $attr, $attachment, $size ) {
		$custom_logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' );

		if ( ! empty( $custom_logo ) ) {
			$custom_logo = $custom_logo[0];
		}

		if ( isset( $attr['class'] ) && 'custom-logo' === $attr['class'] ) {
			$retina_logo    = get_theme_mod( 'colormag_retina_logo', '' );
			$attr['srcset'] = '';

			if ( $retina_logo ) {
				$attr['srcset'] = $custom_logo . ' 1x,' . $retina_logo . ' 2x';
			}
		}

		return $attr;
	}

endif;

add_filter( 'wp_get_attachment_image_attributes', 'colormag_change_logo_attr', 10, 3 );

if ( ! function_exists( 'colormag_add_submenu_icon' ) ) :

	/**
	 * Add submenu toggle icon after the menu items with submenus.
	 *
	 * @param string $item_output The menu item's starting HTML output.
	 * @param WP_Post $item Menu item data object.
	 * @param int $depth Depth of menu item. Used for padding.
	 * @param stdClass $args An object of wp_nav_menu() arguments.
	 *
	 * @return array|mixed|string|string[]
	 *
	 * TODO @since.
	 *
	 */
	function colormag_add_submenu_icon( $item_output, $item, $depth, $args ) {

		if ( 'primary' === $args->theme_location ) {

			if (
				in_array( 'menu-item-has-children', $item->classes, true ) ||
				in_array( 'page_item_has_children', $item->classes, true )
			) {

				$submenu_toggle_markup = '<span role="button" tabindex="0" class="cm-submenu-toggle" onkeypress="">' .
										 '<svg class="cm-icon" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 17.5c-.3 0-.5-.1-.7-.3l-9-9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l8.3 8.3 8.3-8.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-9 9c-.2.2-.4.3-.7.3z"/></svg>' .
										 '</span>';

				$item_output = str_replace(
					$args->link_after . '</a>',
					$args->link_after . '</a>' . $submenu_toggle_markup,
					$item_output
				);
			}
		}

		return $item_output;
	}

endif;

add_filter( 'walker_nav_menu_start_el', 'colormag_add_submenu_icon', 10, 4 );

if ( ! function_exists( 'colormag_breadcrumb' ) ) :

	/**
	 * Display the breadcrumbs provided via Yoast or BreadCrumb NavXT plugin,
	 * where BreadCrumb NavXT plugin takes precedence.
	 */
	function colormag_breadcrumb() {

		// Bail out if breadcrumb is not selected.
		if ( 1 === get_theme_mod( 'colormag_breadcrumb_enable', 0 ) ) {
		?>
		<!-- Breadcrumb display -->
		<div id="breadcrumb-wrap" class="breadcrumb-wrap" typeof="BreadcrumbList">
			<div class="inner-wrap">
			<?php
			if ( function_exists( 'breadcrumb_trail' ) ) {
				if ( ColorMag_Utils::colormag_is_woocommerce_active() && function_exists( 'is_woocommerce' ) && is_woocommerce() ) {

					// Make WC breadcrumb with the theme.
					woocommerce_breadcrumb(
						array(
							'wrap_before' => '<nav role="navigation" aria-label="' . esc_html__( 'Breadcrumbs', 'colormag' ) . '" class="breadcrumb-trail breadcrumbs">' . '<span class="breadcrumb-title">' . get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here: ', 'colormag' ) ) . '</span>' . '<ul class="trail-items">',
							'wrap_after'  => '</ul></nav>',
							'before'      => '<li class="trail-item">',
							'after'       => '</li>',
							'delimiter'   => '',
						)
					);
				} else {
					do_action( 'colormag_action_breadcrumb' );
				}
			}
			?>
			</div>
		</div>
		<?php
		}
	}
endif;

	add_action( 'colormag_action_before_content', 'colormag_breadcrumb', 15 );

	if ( ! function_exists( 'colormag_theme_breadcrumb' ) ) :
	/**
	 * Container starts.
	 */
	function colormag_theme_breadcrumb() {
		breadcrumb_trail(
			array(
				'show_browse' => false,
			)
		);
	}
endif;

add_action( 'colormag_action_breadcrumb', 'colormag_theme_breadcrumb', 10 );
PK�
�[T=��'template-parts/hooks/hook-functions.phpnu�[���<?php
/**
 * Theme hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Header.
 */
if ( ! function_exists( 'colormag_header' ) ) {

	/**
	 * Header.
	 *
	 * @return void
	 */
	function colormag_header() {

		/**
		 * Hook for header.
		 *
		 * @hooked colormag_header_markup - 10.
		 */
		do_action( 'colormag_header' );
	}
}
PK�
�[P+֯ww(template-parts/content/related-posts.phpnu�[���<?php
/**
 * Related posts featured display.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$related_posts = colormag_related_posts_function();

if ( $related_posts->have_posts() ) :
	?>

	<div class="related-posts-wrapper">

		<h3 class="related-posts-main-title">
			<i class="fa fa-thumbs-up"></i><span><?php echo esc_html( __( 'You May Also Like', 'colormag' ) ); ?></span>
		</h3>

		<div class="related-posts">

			<?php
			while ( $related_posts->have_posts() ) :
				$related_posts->the_post();
				?>
				<div class="single-related-posts">

					<?php if ( has_post_thumbnail() ) : ?>
						<div class="related-posts-thumbnail">
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<?php the_post_thumbnail( 'colormag-featured-post-medium' ); ?>
							</a>
						</div>
					<?php endif; ?>

					<div class="cm-post-content">
						<h3 class="cm-entry-title">
							<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
								<?php the_title(); ?>
							</a>
						</h3><!--/.post-title-->

						<?php colormag_entry_meta( false ); ?>
					</div>

				</div><!--/.related-->
			<?php endwhile; ?>

		</div><!--/.post-related-->

	</div>

	<?php
endif;

// Reset postdata.
wp_reset_postdata();
PK�
�[��)���'template-parts/content/post-formats.phpnu�[���<?php
/**
 * Post formats custom outputs.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * For Gallery Post Format.
 */
if ( has_post_format( 'gallery' ) ) :

	if ( get_post_gallery() ) :
		?>
		<div class="gallery-post-format">
			<?php
			$output         = '';
			$galleries      = get_post_gallery( $post, false );
			$attachment_ids = explode( ',', $galleries['ids'] );
			$output         = '<ul class="gallery-images">';

			foreach ( $attachment_ids as $attachment_id ) {
				// Displaying the attached image of gallery.
				$link = wp_get_attachment_image( $attachment_id, 'colormag-featured-image' );

				$output .= '<li>' . $link . '</li>';
			}

			$output .= '</ul>';

			echo wp_kses_post( $output );
			?>
		</div>
		<?php
	endif;

endif;

/**
 * For Video Post Format.
 */
if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :

	$video_post_url = get_post_meta( $post->ID, 'video_url', true );

	if ( ! empty( $video_post_url ) ) :
		?>
		<div class="fitvids-video">
			<?php
			$embed_code = wp_oembed_get( $video_post_url );

			echo wp_kses_post( $embed_code );
			?>
		</div>
	<?php
	endif;

endif;
PK�
�[�=r�((%template-parts/header/header-main.phpnu�[���<?php
/**
 * Main header markup file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

$header_image_position = get_theme_mod( 'colormag_header_media_position', 'position-two' );

if ( 'position-one' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the middle header bar.
	do_action( 'colormag_header_one' );

if ( 'position-two' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the below header bar.
	do_action( 'colormag_header_two' );

PK�
�[�/����5template-parts/header/site-branding/site-branding.phpnu�[���<?php
/**
 * Site branding template file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

$screen_reader       = '';
$description         = get_bloginfo( 'description', 'display' );
$header_display_type = get_theme_mod( 'colormag_header_logo_placement', 'header_text_only' );

?>
					<div id="cm-site-branding" class="cm-site-branding">
		<?php
		if ( function_exists( 'the_custom_logo' ) ) {
			the_custom_logo();
		}
		?>
					</div><!-- #cm-site-branding -->
	<?php

	if ( false === get_theme_mod( 'colormag_enable_site_identity', 'true' ) || false === get_theme_mod( 'colormag_enable_site_tagline', true ) ) {
		$screen_reader = 'screen-reader-text';
	}
	?>

<?php

if ( true == get_theme_mod( 'colormag_enable_site_identity', 'true' ) || true == get_theme_mod( 'colormag_enable_site_tagline', true ) ) {
	?>
	<div id="cm-site-info" class="<?php echo esc_attr( $screen_reader ); ?>">
		<?php
		if ( true == get_theme_mod( 'colormag_enable_site_identity', 'true' ) ) {
			if ( is_front_page() || is_home() ) :
				?>
						<h1 class="cm-site-title">
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
						</h1>
					<?php else : ?>
						<h3 class="cm-site-title">
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
						</h3>
						<?php
					endif;
		}
		?>

					<?php
					if ( true == get_theme_mod( 'colormag_enable_site_tagline', 'true' ) ) {
						if ( $description || is_customize_preview() ) :
							?>
						<p class="cm-site-description">
							<?php echo esc_html( $description ); ?>
						</p><!-- .cm-site-description -->
							<?php
					endif;
					}
					?>
				</div><!-- #cm-site-info -->
	<?php
}
PK�
�[T�Rn��6template-parts/header/primary-menu/main-navigation.phpnu�[���<?php
/**
 * Site navigation template file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( has_nav_menu( 'primary' ) ) {
	wp_nav_menu(
		array(
			'theme_location'  => 'primary',
			'container_class' => 'cm-menu-primary-container',
			'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>',
		)
	);
} else {
	require get_template_directory() . '/inc/class-colormag-walker-page.php';
	wp_page_menu(

		array(
			'walker'             => new Colormag_Walker_Page(),
			'has_children_class' => 'menu-item-has-children',
			'current_class'      => 'current-menu-item',
		)
	);
}
PK�
�[�-Z���!template-parts/header/top-bar.phpnu�[���<?php
/**
 * Top bar hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Top ==========================================*/

		$top_bar_enable                 = get_theme_mod( 'colormag_enable_top_bar', 0 );
		$breaking_news_enable           = get_theme_mod( 'colormag_enable_news_ticker', 0 );
		$date_display_enable            = get_theme_mod( 'colormag_date_display', 0 );
		$social_links_enable            = get_theme_mod( 'colormag_enable_social_icons', 0 );
		$social_links_header_visibility = get_theme_mod( 'colormag_enable_social_icons_header', 1 );

if (
			( 1 == $top_bar_enable ) && (
				( 1 == $date_display_enable ) ||
				( 1 == $breaking_news_enable ) ||
				( 1 == $social_links_enable && 1 == $social_links_header_visibility ) )
		) :
	if ( 1 == $top_bar_enable ) {
		?>

				<div class="cm-top-bar">
					<div class="cm-container">
						<div class="cm-row">
							<div class="cm-top-bar__1">
				<?php
				// Date.
				if ( 1 == $date_display_enable ) {
					colormag_date_display();
				}

				// Date.
				if ( 1 == $breaking_news_enable ) {
					colormag_breaking_news();
				}
				?>
							</div>

							<div class="cm-top-bar__2">
				<?php

				// Social icons.
				if ( 1 == $social_links_header_visibility ) {
					colormag_social_links();
				}
				?>
							</div>
						</div>
					</div>
				</div>

				<?php

	}
			endif;
PK�
�[��/�ccsidebar-left.phpnu�[���<?php
/**
 * The left sidebar widget area.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary">
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( is_page_template( 'page-templates/contact.php' ) ) {
		$sidebar = 'colormag_contact_page_sidebar';
	} else {
		$sidebar = 'colormag_left_sidebar';
	}

	// Displays the sidebar area as needed.
	if ( ! is_active_sidebar( $sidebar ) ) :

		if ( 'colormag_contact_page_sidebar' == $sidebar ) {
			$sidebar_display = esc_html__( 'Contact Page', 'colormag' );
		} else {
			$sidebar_display = esc_html__( 'Left', 'colormag' );
		}

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Left sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					$sidebar_display,
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);

	else :
		dynamic_sidebar( $sidebar );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
PK�
�[��l4��page.phpnu�[���<?php
/**
 * Theme Page Section for our theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts clearfix">
				<?php
				/**
				 * Hook: colormag_before_single_page_loop.
				 */
				do_action( 'colormag_before_single_page_loop' );

				while ( have_posts() ) :
					the_post();

					get_template_part( 'template-parts/content', 'page' );

					/**
					 * Hook: colormag_before_comments_template.
					 */
					do_action( 'colormag_before_comments_template' );

					/**
					 * Functions hooked into colormag_action_after_inner_content action.
					 *
					 * @hooked colormag_render_comments - 10
					 */
					do_action( 'colormag_action_comments' );

					/**
					 * Hook: colormag_after_comments_template.
					 */
					do_action( 'colormag_after_comments_template' );

				endwhile;

				/**
				 * Hook: colormag_after_single_page_loop.
				 */
				do_action( 'colormag_after_single_page_loop' );
				?>
			</div><!-- .cm-posts -->
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
PK�
�[breadcrumb.cssnu�[���PK�
�[�aM��sidebar-woocommerce-right.phpnu�[���<?php
/**
 * The WooCommerce right sidebar widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.8
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary">
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( ! is_active_sidebar( 'colormag_woocommerce_right_sidebar' ) ) :

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Opening of the link for widgets.php WordPress section, 2. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_woocommerce_right_sidebar' );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
PK�
�[�<6O�A�A/inc/customizer/core/colormag-webfont-loader.phpnu�[���<?php
/**
 * Download webfonts locally.
 *
 * @package wptt/font-loader
 *
 */

if ( ! class_exists( 'ColorMag_WebFont_Loader' ) ) {
	/**
	 * Download webfonts locally.
	 */
	class ColorMag_WebFont_Loader {

		/**
		 * The font-format.
		 *
		 * Use "woff" or "woff2".
		 * This will change the user-agent user to make the request.
		 *
		 * @since 1.0.0
		 * @var string
		 */
		protected $font_format = 'woff2';

		/**
		 * The remote URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_url;

		/**
		 * Base path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_path;

		/**
		 * Base URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_url;

		/**
		 * Subfolder name.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $subfolder_name;

		/**
		 * The fonts folder.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $fonts_folder;

		/**
		 * The local stylesheet's path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_path;

		/**
		 * The local stylesheet's URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_url;

		/**
		 * The remote CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_styles;

		/**
		 * The final CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $css;

		/**
		 * Cleanup routine frequency.
		 */
		const CLEANUP_FREQUENCY = 'monthly';

		/**
		 * Constructor.
		 *
		 * Get a new instance of the object for a new URL.
		 *
		 * @since 1.1.0
		 * @param string $url The remote URL.
		 */
		public function __construct( $url = '' ) {
			$this->remote_url = $url;

			// Add a cleanup routine.
			$this->schedule_cleanup();
			add_action( 'delete_fonts_folder', array( $this, 'delete_fonts_folder' ) );
		}

		/**
		 * Get the local URL which contains the styles.
		 *
		 * Fallback to the remote URL if we were unable to write the file locally.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_url() {

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return the local URL on success.
				if ( $this->write_stylesheet() ) {
					return $this->get_local_stylesheet_url();
				}
			}

			// If the local file exists, return its URL, with a fallback to the remote URL.
			return file_exists( $this->get_local_stylesheet_path() )
				? $this->get_local_stylesheet_url()
				: $this->remote_url;
		}

		/**
		 * Get the local stylesheet URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_url() {
			if ( ! $this->local_stylesheet_url ) {
				$this->local_stylesheet_url = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$this->get_local_stylesheet_path()
				);
			}
			return $this->local_stylesheet_url;
		}

		/**
		 * Get styles with fonts downloaded locally.
		 *
		 * @since 1.0.0
		 * @return string
		 */
		public function get_styles() {

			// If we already have the local file, return its contents.
			$local_stylesheet_contents = $this->get_local_stylesheet_contents();
			if ( $local_stylesheet_contents ) {
				return $local_stylesheet_contents;
			}

			// Get the remote URL contents.
			$this->remote_styles = $this->get_remote_url_contents();

			// Get an array of locally-hosted files.
			$files = $this->get_local_files_from_css();

			// Convert paths to URLs.
			foreach ( $files as $remote => $local ) {
				$files[ $remote ] = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$local
				);
			}

			$this->css = str_replace(
				array_keys( $files ),
				array_values( $files ),
				$this->remote_styles
			);

			$this->write_stylesheet();

			return $this->css;
		}

		/**
		 * Get local stylesheet contents.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the remote URL contents.
		 */
		public function get_local_stylesheet_contents() {
			$local_path = $this->get_local_stylesheet_path();

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return false on fail.
				if ( ! $this->write_stylesheet() ) {
					return false;
				}
			}

			ob_start();
			include $local_path;
			return ob_get_clean();
		}

		/**
		 * Get remote file contents.
		 *
		 * @since 1.0.0
		 * @return string Returns the remote URL contents.
		 */
		public function get_remote_url_contents() {

			/**
			 * The user-agent we want to use.
			 *
			 * The default user-agent is the only one compatible with woff (not woff2)
			 * which also supports unicode ranges.
			 */
			$user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8';

			// Switch to a user-agent supporting woff2 if we don't need to support IE.
			if ( 'woff2' === $this->font_format ) {
				$user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0';
			}

			// Get the response.
			$response = wp_remote_get( $this->remote_url, array( 'user-agent' => $user_agent ) );

			// Early exit if there was an error.
			if ( is_wp_error( $response ) ) {
				return '';
			}

			// Get the CSS from our response.
			$contents = wp_remote_retrieve_body( $response );

			return $contents;
		}

		/**
		 * Download files mentioned in our CSS locally.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of remote URLs and their local counterparts.
		 */
		public function get_local_files_from_css() {
			$font_files = $this->get_remote_files_from_css();
			$stored     = get_site_option( 'downloaded_font_files', array() );
			$change     = false; // If in the end this is true, we need to update the cache option.

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the fonts folder don't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			foreach ( $font_files as $font_family => $files ) {

				// The folder path for this font-family.
				$folder_path = $this->get_fonts_folder() . '/' . $font_family;

				// If the folder doesn't exist, create it.
				if ( ! file_exists( $folder_path ) ) {
					$this->get_filesystem()->mkdir( $folder_path, FS_CHMOD_DIR );
				}

				foreach ( $files as $url ) {

					// Get the filename.
					$filename  = basename( wp_parse_url( $url, PHP_URL_PATH ) );
					$font_path = $folder_path . '/' . $filename;

					// Check if the file already exists.
					if ( file_exists( $font_path ) ) {

						// Skip if already cached.
						if ( isset( $stored[ $url ] ) ) {
							continue;
						}

						// Add file to the cache and change the $changed var to indicate we need to update the option.
						$stored[ $url ] = $font_path;
						$change         = true;

						// Since the file exists we don't need to proceed with downloading it.
						continue;
					}

					/**
					 * If we got this far, we need to download the file.
					 */

					// require file.php if the download_url function doesn't exist.
					if ( ! function_exists( 'download_url' ) ) {
						require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
					}

					// Download file to temporary location.
					$tmp_path = download_url( $url );

					// Make sure there were no errors.
					if ( is_wp_error( $tmp_path ) ) {
						continue;
					}

					// Move temp file to final destination.
					$success = $this->get_filesystem()->move( $tmp_path, $font_path, true );
					if ( $success ) {
						$stored[ $url ] = $font_path;
						$change         = true;
					}
				}
			}

			// If there were changes, update the option.
			if ( $change ) {

				// Cleanup the option and then save it.
				foreach ( $stored as $url => $path ) {
					if ( ! file_exists( $path ) ) {
						unset( $stored[ $url ] );
					}
				}
				update_site_option( 'downloaded_font_files', $stored );
			}

			return $stored;
		}

		/**
		 * Get font files from the CSS.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of font-families and the font-files used.
		 */
		public function get_remote_files_from_css() {

			$font_faces = explode( '@font-face', $this->remote_styles );

			$result = array();

			// Loop all our font-face declarations.
			foreach ( $font_faces as $font_face ) {

				// Make sure we only process styles inside this declaration.
				$style = explode( '}', $font_face )[0];

				// Sanity check.
				if ( false === strpos( $style, 'font-family' ) ) {
					continue;
				}

				// Get an array of our font-families.
				preg_match_all( '/font-family.*?\;/', $style, $matched_font_families );

				// Get an array of our font-files.
				preg_match_all( '/url\(.*?\)/i', $style, $matched_font_files );

				// Get the font-family name.
				$font_family = 'unknown';
				if ( isset( $matched_font_families[0] ) && isset( $matched_font_families[0][0] ) ) {
					$font_family = rtrim( ltrim( $matched_font_families[0][0], 'font-family:' ), ';' );
					$font_family = trim( str_replace( array( "'", ';' ), '', $font_family ) );
					$font_family = sanitize_key( strtolower( str_replace( ' ', '-', $font_family ) ) );
				}

				// Make sure the font-family is set in our array.
				if ( ! isset( $result[ $font_family ] ) ) {
					$result[ $font_family ] = array();
				}

				// Get files for this font-family and add them to the array.
				foreach ( $matched_font_files as $match ) {

					// Sanity check.
					if ( ! isset( $match[0] ) ) {
						continue;
					}

					// Add the file URL.
					$font_family_url = rtrim( ltrim( $match[0], 'url(' ), ')' );

					// Make sure to convert relative URLs to absolute.
					$font_family_url = $this->get_absolute_path( $font_family_url );

					$result[ $font_family ][] = $font_family_url;
				}

				// Make sure we have unique items.
				// We're using array_flip here instead of array_unique for improved performance.
				$result[ $font_family ] = array_flip( array_flip( $result[ $font_family ] ) );
			}
			return $result;
		}

		/**
		 * Write the CSS to the filesystem.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the absolute path of the file on success, or false on fail.
		 */
		protected function write_stylesheet() {
			$file_path  = $this->get_local_stylesheet_path();
			$filesystem = $this->get_filesystem();

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the folder doesn't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			// If the file doesn't exist, create it. Return false if it can not be created.
			if ( ! $filesystem->exists( $file_path ) && ! $filesystem->touch( $file_path ) ) {
				return false;
			}

			// If we got this far, we need to write the file.
			// Get the CSS.
			if ( ! $this->css ) {
				$this->get_styles();
			}

			// Put the contents in the file. Return false if that fails.
			if ( ! $filesystem->put_contents( $file_path, $this->css ) ) {
				return false;
			}

			return $file_path;
		}

		/**
		 * Get the stylesheet path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_path() {
			if ( ! $this->local_stylesheet_path ) {
				$this->local_stylesheet_path = $this->get_fonts_folder() . '/' . $this->get_local_stylesheet_filename() . '.css';
			}
			return $this->local_stylesheet_path;
		}

		/**
		 * Get the local stylesheet filename.
		 *
		 * This is a hash, generated from the site-URL, the wp-content path and the URL.
		 * This way we can avoid issues with sites changing their URL, or the wp-content path etc.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_filename() {
			return md5( $this->get_base_url() . $this->get_base_path() . $this->remote_url . $this->font_format );
		}

		/**
		 * Set the font-format to be used.
		 *
		 * @since 1.0.0
		 * @param string $format The format to be used. Use "woff" or "woff2".
		 * @return void
		 */
		public function set_font_format( $format = 'woff2' ) {
			$this->font_format = $format;
		}

		/**
		 * Check if the local stylesheet exists.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function local_file_exists() {
			return ( ! file_exists( $this->get_local_stylesheet_path() ) );
		}

		/**
		 * Get the base path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_path() {
			if ( ! $this->base_path ) {
				/**
				 * Filter for local fonts base path.
				 *
				 * @since   1.0.0
				 */
				$this->base_path = apply_filters( 'colormag_get_local_fonts_base_path', $this->get_filesystem()->wp_content_dir() );
			}
			return $this->base_path;
		}

		/**
		 * Get the base URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_url() {
			if ( ! $this->base_url ) {
				/**
				 * Filter for local fonts base url.
				 *
				 * @since   1.0.0
				 */
				$this->base_url = apply_filters( 'colormag_get_local_fonts_base_url', content_url() );
			}
			return $this->base_url;
		}

		/**
		 * Get the subfolder name.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_subfolder_name() {
			if ( ! $this->subfolder_name ) {
				/**
				 * Filter for local fonts subfolder name.
				 *
				 * @since   1.0.0
				 */
				$this->subfolder_name = apply_filters( 'colormag_get_local_fonts_subfolder_name', 'fonts' );
			}
			return $this->subfolder_name;
		}

		/**
		 * Get the folder for fonts.
		 *
		 * @return string
		 */
		public function get_fonts_folder() {
			if ( ! $this->fonts_folder ) {
				$this->fonts_folder = $this->get_base_path();
				if ( $this->get_subfolder_name() ) {
					$this->fonts_folder .= '/' . $this->get_subfolder_name();
				}
			}
			return $this->fonts_folder;
		}

		/**
		 * Schedule a cleanup.
		 *
		 * Deletes the fonts files on a regular basis.
		 * This way font files will get updated regularly,
		 * and we avoid edge cases where unused files remain in the server.
		 *
		 * @since 1.1.0
		 * @return void
		 */
		public function schedule_cleanup() {
			if ( ! is_multisite() || ( is_multisite() && is_main_site() ) ) {
				if ( ! wp_next_scheduled( 'delete_fonts_folder' ) && ! wp_installing() ) {
					wp_schedule_event( time(), self::CLEANUP_FREQUENCY, 'delete_fonts_folder' );
				}
			}
		}

		/**
		 * Delete the fonts folder.
		 *
		 * This runs as part of a cleanup routine.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function delete_fonts_folder() {
			return $this->get_filesystem()->delete( $this->get_fonts_folder(), true );
		}

		/**
		 * Get the filesystem.
		 *
		 * @since 1.0.0
		 * @return \WP_Filesystem_Base
		 */
		protected function get_filesystem() {
			global $wp_filesystem;

			// If the filesystem has not been instantiated yet, do it here.
			if ( ! $wp_filesystem ) {
				if ( ! function_exists( 'WP_Filesystem' ) ) {
					require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
				}
				WP_Filesystem();
			}
			return $wp_filesystem;
		}

		/**
		 * Get an absolute URL from a relative URL.
		 *
		 * @param string $url The URL.
		 *
		 * @return string
		 */
		protected function get_absolute_path( $url ) {

			// If dealing with a root-relative URL.
			if ( 0 === stripos( $url, '/' ) ) {
				$parsed_url = parse_url( $this->remote_url );
				return $parsed_url['scheme'] . '://' . $parsed_url['hostname'] . $url;
			}

			return $url;
		}
	}
}

if ( ! function_exists( 'colormag_get_webfont_styles' ) ) {
	/**
	 * Get styles for a webfont.
	 *
	 * This will get the CSS from the remote API,
	 * download any fonts it contains,
	 * replace references to remote URLs with locally-downloaded assets,
	 * and finally return the resulting CSS.
	 *
	 * @since 1.0.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_styles( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_styles();
	}
}

if ( ! function_exists( 'colormag_get_webfont_url' ) ) {
	/**
	 * Get a stylesheet URL for a webfont.
	 *
	 * @since 1.1.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_url( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_url();
	}
}
PK�
�[{pp,inc/customizer/core/class-colormag-fonts.phpnu�[���<?php
/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 */
class ColorMag_Fonts {

	/**
	 * System Fonts
	 *
	 * @var array
	 */
	public static $system_fonts = array();

	/**
	 * Google Fonts
	 *
	 * @var array
	 */
	public static $google_fonts = array();

	/**
	 * Custom Fonts
	 *
	 * @var array
	 */
	public static $custom_fonts = array();

	/**
	 * Font variants
	 *
	 * @var array
	 */
	public static $font_variants = array();

	/**
	 * Google font subsets
	 *
	 * @var array
	 */
	public static $google_font_subsets = array();

	/**
	 * Get system fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_system_fonts() {

		if ( empty( self::$system_fonts ) ) :

			self::$system_fonts = array(

				'default'                               => array(
					'family' => 'default',
					'label'  => 'Default',
				),
				'Georgia,Times,"Times New Roman",serif' => array(
					'family' => 'Georgia,Times,"Times New Roman",serif',
					'label'  => 'serif',
				),
				'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif' => array(
					'family' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif',
					'label'  => 'sans-serif',
				),
				'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace' => array(
					'family' => 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace',
					'label'  => 'monospace',
				),

			);

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$system_fonts );

	}

	/**
	 * Get Google fonts.
	 * It's array is generated from the google-fonts.json file.
	 *
	 * @return mixed|void
	 */
	public static function get_google_fonts() {

		if ( empty( self::$google_fonts ) ) :

			global $wp_filesystem;

			/**
			 * Filter for google fonts json file.
			 *
			 * @since   1.0.0
			 */
			$google_fonts_file = apply_filters( 'colormag_google_fonts_json_file', dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' );

			if ( ! file_exists( dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' ) ) {
				return array();
			}

			// Require `file.php` file of WordPress to include filesystem check for getting the file contents.
			if ( ! $wp_filesystem ) {
				require_once ABSPATH . '/wp-admin/includes/file.php';
			}

			// Proceed only if the file is readable.
			if ( is_readable( $google_fonts_file ) ) {
				WP_Filesystem();

				$file_contents     = $wp_filesystem->get_contents( $google_fonts_file );
				$google_fonts_json = json_decode( $file_contents, 1 );

				foreach ( $google_fonts_json['items'] as $key => $font ) {

					$google_fonts[ $font['family'] ] = array(
						'family'   => $font['family'],
						'label'    => $font['family'],
						'variants' => $font['variants'],
						'subsets'  => $font['subsets'],
					);

					self::$google_fonts = $google_fonts;

				}
			}

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$google_fonts );

	}

	/**
	 * Get custom fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_custom_fonts() {

		/**
		 * Filter for custom fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_custom_fonts', self::$custom_fonts );

	}

	/**
	 * Get font variants.
	 *
	 * @return mixed|void
	 */
	public static function get_font_variants() {

		if ( empty( self::$font_variants ) ) :

			self::$font_variants = array(
				'100'       => esc_html__( 'Thin 100', 'colormag' ),
				'100italic' => esc_html__( 'Thin 100 Italic', 'colormag' ),
				'200'       => esc_html__( 'Extra-Light 200', 'colormag' ),
				'200italic' => esc_html__( 'Extra-Light 200 Italic', 'colormag' ),
				'300'       => esc_html__( 'Light 300', 'colormag' ),
				'300italic' => esc_html__( 'Light 300 Italic', 'colormag' ),
				'regular'   => esc_html__( 'Regular 400', 'colormag' ),
				'italic'    => esc_html__( 'Regular 400 Italic', 'colormag' ),
				'500'       => esc_html__( 'Medium 500', 'colormag' ),
				'500italic' => esc_html__( 'Medium 500 Italic', 'colormag' ),
				'600'       => esc_html__( 'Semi-Bold 600', 'colormag' ),
				'600italic' => esc_html__( 'Semi-Bold 600 Italic', 'colormag' ),
				'700'       => esc_html__( 'Bold 700', 'colormag' ),
				'700italic' => esc_html__( 'Bold 700 Italic', 'colormag' ),
				'800'       => esc_html__( 'Extra-Bold 800', 'colormag' ),
				'800italic' => esc_html__( 'Extra-Bold 800 Italic', 'colormag' ),
				'900'       => esc_html__( 'Black 900', 'colormag' ),
				'900italic' => esc_html__( 'Black 900 Italic', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$font_variants );

	}

	/**
	 * Get Google font subsets.
	 *
	 * @return mixed|void
	 */
	public static function get_google_font_subsets() {

		if ( empty( self::$google_font_subsets ) ) :

			self::$google_font_subsets = array(
				'arabic'              => esc_html__( 'Arabic', 'colormag' ),
				'bengali'             => esc_html__( 'Bengali', 'colormag' ),
				'chinese-hongkong'    => esc_html__( 'Chinese (Hong Kong)', 'colormag' ),
				'chinese-simplified'  => esc_html__( 'Chinese (Simplified)', 'colormag' ),
				'chinese-traditional' => esc_html__( 'Chinese (Traditional)', 'colormag' ),
				'cyrillic'            => esc_html__( 'Cyrillic', 'colormag' ),
				'cyrillic-ext'        => esc_html__( 'Cyrillic Extended', 'colormag' ),
				'devanagari'          => esc_html__( 'Devanagari', 'colormag' ),
				'greek'               => esc_html__( 'Greek', 'colormag' ),
				'greek-ext'           => esc_html__( 'Greek Extended', 'colormag' ),
				'gujarati'            => esc_html__( 'Gujarati', 'colormag' ),
				'gurmukhi'            => esc_html__( 'Gurmukhi', 'colormag' ),
				'hebrew'              => esc_html__( 'Hebrew', 'colormag' ),
				'japanese'            => esc_html__( 'Japanese', 'colormag' ),
				'kannada'             => esc_html__( 'Kannada', 'colormag' ),
				'khmer'               => esc_html__( 'Khmer', 'colormag' ),
				'korean'              => esc_html__( 'Korean', 'colormag' ),
				'latin'               => esc_html__( 'Latin', 'colormag' ),
				'latin-ext'           => esc_html__( 'Latin Extended', 'colormag' ),
				'malayalam'           => esc_html__( 'Malayalam', 'colormag' ),
				'myanmar'             => esc_html__( 'Myanmar', 'colormag' ),
				'oriya'               => esc_html__( 'Oriya', 'colormag' ),
				'sinhala'             => esc_html__( 'Sinhala', 'colormag' ),
				'tamil'               => esc_html__( 'Tamil', 'colormag' ),
				'telugu'              => esc_html__( 'Telugu', 'colormag' ),
				'thai'                => esc_html__( 'Thai', 'colormag' ),
				'tibetan'             => esc_html__( 'Tibetan', 'colormag' ),
				'vietnamese'          => esc_html__( 'Vietnamese', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$google_font_subsets );

	}

}
PK�
�[��5��0inc/customizer/core/custom-controls/date/date.jsnu�[���(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );
PK�
�[�4#oLLHinc/customizer/core/custom-controls/date/class-colormag-date-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the date control.
 *
 * Class ColorMag_Date_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the date customize control.
 *
 * Class ColorMag_Date_Control
 */
class ColorMag_Date_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-date';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['value']       = $this->value();
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label>
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
			<div class="customize-control-content">
				<input class="datepicker" type="text" name="_customize-date-{{ data.id }}" value="{{ data.value }}" placeholder="<?php esc_attr_e( 'Select Date', 'colormag' ); ?>" readonly/>
			</div>
		</label>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[�6!�'
'
Linc/customizer/core/custom-controls/custom/class-colormag-custom-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add custom control.
 *
 * Class ColorMag_Custom_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add custom customize control.
 *
 * Class ColorMag_Custom_Control
 */
class ColorMag_Custom_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-custom';

	/**
	 * Custom information for this control.
	 *
	 * @var string
	 */
	public $info = '';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $links = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['info']  = $this->info;
		$this->json['links'] = $this->links;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<# if ( data.info ) { #>
		<div class="colormag-custom-info">
			{{{ data.info }}}
		</div>
		<# } #>

		<# if ( data.links ) { #>
		<ul class="colormag-custom-links">
			<# _.each( data.links, function( links, id ) { #>
			<li><a href="{{{ links.url }}}" target="_blank">{{{ links.text }}}</a></li>
			<# } ) #>
		</ul>
		<# } #>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[_�9�Linc/customizer/core/custom-controls/editor/class-colormag-editor-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the editor control.
 *
 * Class ColorMag_Editor_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the editor customize control.
 *
 * Class ColorMag_Editor_Control
 */
class ColorMag_Editor_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-editor';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<textarea id="editor_{{{ data.id }}}" {{{ data.link }}}>{{ data.value }}</textarea>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[Ԡ�HH4inc/customizer/core/custom-controls/editor/editor.jsnu�[���/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);
PK�
�[�)��
�
Linc/customizer/core/custom-controls/toggle/class-colormag-toggle-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the switch toggle control.
 *
 * Class ColorMag_Toggle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the switch toggle customize control.
 *
 * Class ColorMag_Toggle_Control
 */
class ColorMag_Toggle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-toggle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

        <label for="toggle_{{ data.id }}">
            <div class="colormag-toggle">
			<div class="customizer-text">
				<# if ( data.label ) { #>
                    <span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class=" colormag-toggle-input <# if ( data.description ) { #>toggle-description<# } #>"
			>
				<input {{{ data.inputAttrs }}}
					   class="switch-toggle"
					   type="checkbox"
					   value="{{ data.value }}"
					   name="_customize-toggle-{{ data.id }}"
					   id="toggle_{{ data.id }}"
					   {{{ data.link }}}
				<# if ( data.value === true ) { #> checked="checked"<# } #>
				>

				<span class="switch"></span>
			</div>
		</div>
        </label>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[Z���""4inc/customizer/core/custom-controls/toggle/toggle.jsnu�[���/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);
PK�
�[��O�	�	Ninc/customizer/core/custom-controls/support/class-colormag-support-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Support_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Support_Control
 */
class ColorMag_Support_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-guide';
	public $doc = '';
	public $youtube = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'label' ]   = esc_html( $this->label );
		$this->json[ 'doc' ]     = esc_url( $this->doc );
		$this->json[ 'youtube' ] = esc_url( $this->youtube );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-guide-wrapper">

			<div class="guide-wrapper">
                <# if ( data.label ) { #>
				<span class="customize-control-label">
					{{{ data.label }}}
				</span>
                <# } #>
                <# if ( data.doc ) { #>
                <span class="doc-url">
					<a href=  " {{{data.doc}}} "   target="_blank">Doc</a>
				</span>
                <# } #>
                <# if ( data.youtube ) { #>
                <span class="youtube-url">
					<a href=  " {{{data.youtube}}} "   target="_blank">
                        <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
                          <path d="M21.58 7.17a2.51 2.51 0 0 0-1.77-1.78C18.25 5 12 5 12 5s-6.25 0-7.81.42a2.51 2.51 0 0 0-1.77 1.75A26.19 26.19 0 0 0 2 12a26.28 26.28 0 0 0 .42 4.85 2.47 2.47 0 0 0 1.77 1.75C5.75 19 12 19 12 19s6.25 0 7.81-.42a2.47 2.47 0 0 0 1.77-1.75A26.28 26.28 0 0 0 22 12a26.19 26.19 0 0 0-.42-4.83ZM10 15V9l5.23 3L10 15Z"/>
                        </svg>
                    </a>
				</span>
                <# } #>
			</div>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[�xV���:inc/customizer/core/custom-controls/buttonset/buttonset.jsnu�[���/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
PK�
�[�ЫV�
�
Rinc/customizer/core/custom-controls/buttonset/class-colormag-buttonset-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the radio buttonset control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio buttonset customize control.
 *
 * Class ColorMag_Buttonset_Control
 */
class ColorMag_Buttonset_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-buttonset';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['choices'] = $this->choices;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="buttonset">
			<# for ( key in data.choices ) { #>
			<div class="buttonset-inner">
				<input {{{ data.inputAttrs }}}
					   class="input-buttonset"
					   type="radio"
					   value="{{ key }}"
					   name="_customize-radio-{{ data.id }}"
					   id="{{ data.id }}{{ key }}"
					   {{{ data.link }}}
				<# if ( data.value === key ) { #> checked="checked"<# } #>
				>

				<label for="{{ data.id }}{{ key }}" class="colormag-buttonset">
					{{{ data.choices[ key ] }}}
				</label>
			</div>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[\����4inc/customizer/core/custom-controls/slider/slider.jsnu�[���/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );
PK�
�[�����Linc/customizer/core/custom-controls/slider/class-colormag-slider-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the slider control.
 *
 * Class ColorMag_Slider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the slider customize control.
 *
 * Class ColorMag_Slider_Control
 */
class ColorMag_Slider_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-slider';

	/**
	 * Suffix for slider.
	 *
	 * @var string
	 */
	public $suffix = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'suffix' ] = $this->suffix;

		$slider_attribute = $this->input_attrs;

		$slider_unit      = isset( $this->value()['unit'] ) ? $this->value()['unit'] : array_keys( $slider_attribute )[0];

		$this->json['input_attrs'] = array_merge(
			$this->input_attrs,
			array(
				'attributes'        => $slider_attribute[ $slider_unit ],
				'attributes_config' => $slider_attribute,
			)
		);

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>
        <div class="slider-label">
            <# if ( data.label ) { #>
            <div class="slider-label-unit-wrapper">
                <div class="customizer-text">
                    <div class="label-switcher-wrapper">
                        <span class="customize-control-label">{{{ data.label }}}</span>
                    </div>
                    <div class="unit-wrapper">
                        <div class="input-wrapper">
                            <select class="slider-unit" name="unit" value="" <# if(_.size(data.suffix) === 1) { #> disabled <# } #>>
                                <# _.each(data.suffix, function( suffix ) {  #>
                                <option value="{{ suffix }}"
                                <# if ( data.value[ 'unit' ] == suffix ) { #> Selected <# } #> >{{suffix}}
                                </option>
                                <# }) #>
                            </select>
                            <div class="colormag-slider-reset">
                                <span class="dashicons dashicons-image-rotate"
                                      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <# } #>

            <div class="wrapper">
                <div class="control slider-wrapper">
                    <span class="colormag-warning" ></span>
                    <div class="range">
                        <input
                               type="range"
                               value="{{ data.value[ 'size' ] }}"
                               data-reset_value="{{ data.default[ 'size' ] }}"
                               data-reset_unit="{{ data.default[ 'unit' ] }}"
                               min="{{{ data.input_attrs.attributes['min'] }}}"
                               max="{{{ data.input_attrs.attributes['max'] }}}"
                               step="{{{ data.input_attrs.attributes['step'] }}}"
                               class="colormag-progress"
                        />
                    </div>
                    <div class="size colormag-range-value">
                        <div class="input-wrapper">
                            <input type="number" data-name="{{ data.name }}"
                                   min="{{{ data.input_attrs.attributes['min'] }}}"
                                   max="{{{ data.input_attrs.attributes['max'] }}}"
                                   step="{{{ data.input_attrs.attributes['step'] }}}"
                            <# if ( data.value['size'] ) { #>
                            value="{{ data.value['size'] }}"
                            <# } else { #>
                            value="{{ data.default['size'] }}"
                            <# } #>
                            />
                        </div>
                    </div>
                </div>

                <input class="slider-hidden-value"
                       value="{{ JSON.stringify( data.value ) }}"
                       type="hidden" {{{ data.link }}}
                >

            </div>
        </div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
PK�
�[�v{���Ninc/customizer/core/custom-controls/upgrade/class-colormag-upgrade-control.phpnu�[���<?php
/**
 * Customize Upgrade control class.
 *
 * @package colormag
 *
 * @since   1.4.6
 * @see     WP_Customize_Control
 */

/**
 * Class ColorMag_Customize_Heading_Control
 */
class ColorMag_Upgrade_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Customize control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upgrade';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $url = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['url'] = esc_url( $this->url );

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>
			<div class="colormag-upgrade">
				<div class="colormag-detail">
					<p class="description upgrade-description">{{{ data.description }}}</p>

					<span>
						<a href="{{{data.url}}}" class="button button-primary" target="_blank">
							{{ data.label }}
						</a>
					</span>
				</div>
			</div>
		<?php
	}

	/**
	 * Render content is still called, so be sure to override it with an empty function in your subclass as well.
	 */
	protected function render_content() {

	}

}
PK�
�[�I�q��Pinc/customizer/core/custom-controls/subtitle/class-colormag-subtitle-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Subtitle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * TODO        @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Subtitle_Control
 */
class ColorMag_Subtitle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-subtitle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label'] = esc_html( $this->label );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-subtitle-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-subtitle">{{{ data.label }}}</span>
				<# } #>
			</div>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[���::Linc/customizer/core/custom-controls/hidden/class-colormag-hidden-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to include hidden control.
 *
 * Class ColorMag_Hidden_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the hidden customize control.
 *
 * Class ColorMag_Hidden_Control
 */
class ColorMag_Hidden_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-hidden';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<input type='hidden'
			   class='hidden-field-{{ data.settings.default }}'
			   data-name='{{ data.settings.default }}'
			   value='{{ data.value }}'
		>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[��fS
S
Xinc/customizer/core/custom-controls/class-colormag-customize-base-additional-control.phpnu�[���<?php
/**
 * ColorMag customizer base additional control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Additional_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class ColorMag_Customize_Base_Additional_Control
 */
class ColorMag_Customize_Base_Additional_Control extends WP_Customize_Control {

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// SelectWoo CSS library file.
		wp_enqueue_style(
			'selectWoo',
			$this->get_assets_url() . '/assets/css/selectWoo' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);

		wp_enqueue_style(
			'jquery-ui',
			$this->get_assets_url() . '/assets/css/jquery-ui/jquery-ui' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'jquery-ui', 'rtl', 'replace' );

		// Main CSS file.
		wp_enqueue_style(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/css/customize-controls' . $suffix . '.css',
			array( 'wp-color-picker' ),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-customize-controls', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// SelectWoo JS library file.
		wp_enqueue_script(
			'selectWoo',
			$this->get_assets_url() . '/assets/js/selectWoo' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// WP Color Picker Alpha JS library file.
		wp_enqueue_script(
			'wp-color-picker-alpha',
			$this->get_assets_url() . '/assets/js/wp-color-picker-alpha' . $suffix . '.js',
			array(
				'wp-color-picker',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Main JS file.
		wp_enqueue_script(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/js/customize-controls' . $suffix . '.js',
			array(
				'jquery',
				'jquery-ui-datepicker',
				'wp-tinymce',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}
PK�
�[��N6�
�
Vinc/customizer/core/custom-controls/fontawesome/class-colormag-fontawesome-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the fontawesome control.
 *
 * Class ColorMag_Fontawesome_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the fontawesome customize control.
 *
 * Class ColorMag_Fontawesome_Control
 */
class ColorMag_Fontawesome_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-fontawesome';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Filter for fontawesome source.
		 *
		 * @since   1.0.0
		 */
		wp_enqueue_style( 'font-awesome', get_template_directory_uri() . apply_filters( 'colormag_fontawesome_src', '/font-awesome/css/font-awesome' ) . $suffix . '.css', false, '4.7.0' );

		// Get choices.
		$fontawesome_array = $this->choices;

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlFontawesome' . $this->id,
			$fontawesome_array
		);
	}

		/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['choices']     = $this->choices;
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['inputAttrs']  = '';

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label for="_colormag-fontawesome-{{{ data.id }}}">
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
		</label>
		<div class="colormag-fontawesome-wrapper">
			<select {{{ data.inputAttrs }}}  id="_colormag-fontawesome-{{{ data.id }}}"></select>
		</div> <!-- /.colormag-fontawesome-wrapper -->
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}
}
PK�
�[�3�>inc/customizer/core/custom-controls/fontawesome/fontawesome.jsnu�[���/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );
PK�
�[�Sq�eefinc/customizer/core/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add dropdown categories control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add dropdown categories customize control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 */
class ColorMag_Dropdown_Categories_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dropdown-categories';

	/**
	 * Dropdown categories array for this control.
	 *
	 * @var array
	 */
	public $dropdown = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$dropdown = wp_dropdown_categories(
			array(
				'echo'              => false,
				'name'              => '_customize-dropdown-categories-' . esc_attr( $this->id ),
				'show_option_none'  => ' ',
				'option_none_value' => '-1',
				'selected'          => esc_attr( $this->value() ),
			)
		);

		// Add in the data link parameter for dropdown categories.
		$dropdown = str_replace( '<select', '<select ' . $this->get_link(), $dropdown );

		$this->json['dropdown'] = $dropdown;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">
			{{{ data.dropdown }}}
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[��L��Ninc/customizer/core/custom-controls/dropdown-categories/dropdown-categories.jsnu�[���/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
PK�
�[lJ�5oo2inc/customizer/core/custom-controls/color/color.jsnu�[���/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );
PK�
�[/*�FFJinc/customizer/core/custom-controls/color/class-colormag-color-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the color control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the color customize control.
 *
 * Class ColorMag_Color_Control
 */
class ColorMag_Color_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-color';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {
		parent::enqueue();

		/**
		 * Color picker strings from WordPress.
		 *
		 * Added since WordPress 5.5 has removed them causing alpha color not appearing issue.
		 */
		if ( version_compare( $GLOBALS['wp_version'], '5.5', '>=' ) ) {
			wp_localize_script(
				'wp-color-picker',
				'wpColorPickerL10n',
				array(
					'clear'            => esc_html__( 'Clear', 'colormag' ),
					'clearAriaLabel'   => esc_html__( 'Clear color', 'colormag' ),
					'defaultString'    => esc_html__( 'Default', 'colormag' ),
					'defaultAriaLabel' => esc_html__( 'Select default color', 'colormag' ),
					'pick'             => esc_html__( 'Select Color', 'colormag' ),
					'defaultLabel'     => esc_html__( 'Color value', 'colormag' ),
				)
			);
		}
	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customizer-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class="customize-control-content">
				<input class="colormag-color-picker-alpha color-picker-hex"
						type="text"
						data-alpha-enabled="true"
						data-default-color="{{ data.default }}"
						value="{{ data.value }}"
				/>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[��S��Pinc/customizer/core/custom-controls/sortable/class-colormag-sortable-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the sortable control.
 *
 * Class ColorMag_Sortable_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the sortable customize control.
 *
 * Class ColorMag_Sortable_Control
 */
class ColorMag_Sortable_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-sortable';
	public $unsortable = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{
		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ]       = $this->value();
		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = array();
		$this->json[ 'unsortable' ]  = array();
		$this->json[ 'inputAttrs' ]  = '';

		foreach ( $this->choices as $key => $value ) {
			if ( in_array( $key, $this->unsortable, true ) ) {
				continue;
			}

			$this->json[ 'choices' ][ $key ] = $value;
		}

		foreach ( $this->unsortable as $item ) {
			if ( in_array( $item, array_keys( $this->choices ), true ) ) {
				$this->json[ 'unsortable' ][ $item ] = $this->choices[ $item ];
			}
		}

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see    WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>

        <div class="customizer-text">
            <# if ( data.label ) { #>
            <span class="customize-control-label">{{{ data.label }}}</span>
            <# } #>

            <# if ( data.description ) { #>
            <span class="description customize-control-description">{{{ data.description }}}</span>
            <# } #>
        </div>

        <ul class="unsortable">
            <# _.each( data.unsortable, function( choiceLabel, choiceID ) { #>
            <# if( _.contains( data.value, choiceID) ){ #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# }else { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>

            <# } ); #>
        </ul>

        <ul class="sortable">
            <# _.each( data.value, function( choiceID ) { #>
            <# if ( data.choices[ choiceID ] ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                    <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>

            <# _.each( data.choices, function( choiceLabel, choiceID ) { #>
            <# if ( Array.isArray(data.value) && -1 === data.value.indexOf( choiceID ) ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                 <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                 <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>

                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>
        </ul>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
PK�
�[�!����8inc/customizer/core/custom-controls/sortable/sortable.jsnu�[���/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );
PK�
�[Mxuq�o�o<inc/customizer/core/custom-controls/typography/typography.jsnu�[���/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
PK�
�[�{��
�
@inc/customizer/core/custom-controls/typography/google-fonts.jsonnu�[���{
  "kind": "webfonts#webfontList",
  "items": [
    {
      "kind": "webfonts#webfont",
      "family": "ABeeZee",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/abeezee/v13/esDR31xSG-6AGleN6tKukbcHCpE.ttf",
        "italic": "http://fonts.gstatic.com/s/abeezee/v13/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Abel",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/abel/v10/MwQ5bhbm2POE6VhLPJp6qGI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Abhaya Libre",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "sinhala",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/abhayalibre/v5/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf",
        "500": "http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf",
        "600": "http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf",
        "700": "http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf",
        "800": "http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Abril Fatface",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aclonica",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/aclonica/v10/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Acme",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/acme/v9/RrQfboBx-C5_bx3Lb23lzLk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Actor",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/actor/v9/wEOzEBbCkc5cO3ekXygtUMIO.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Adamina",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/adamina/v13/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Advent Pro",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/adventpro/v10/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf",
        "200": "http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf",
        "300": "http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf",
        "regular": "http://fonts.gstatic.com/s/adventpro/v10/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf",
        "500": "http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf",
        "600": "http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf",
        "700": "http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aguafina Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/aguafinascript/v8/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Akronim",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/akronim/v9/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aladin",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/aladin/v8/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alata",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alata/v1/PbytFmztEwbIofe6xKcRQEOX.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alatsi",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alatsi/v1/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aldrich",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/aldrich/v10/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alef",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alef/v11/FeVfS0NQpLYgrjJbC5FxxbU.ttf",
        "700": "http://fonts.gstatic.com/s/alef/v11/FeVQS0NQpLYglo50L5la2bxii28.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alegreya",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alegreya/v13/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf",
        "italic": "http://fonts.gstatic.com/s/alegreya/v13/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf",
        "500": "http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf",
        "500italic": "http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf",
        "700": "http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf",
        "700italic": "http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf",
        "800": "http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf",
        "800italic": "http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf",
        "900": "http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf",
        "900italic": "http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alegreya SC",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alegreyasc/v11/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf",
        "italic": "http://fonts.gstatic.com/s/alegreyasc/v11/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf",
        "500": "http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf",
        "500italic": "http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf",
        "700": "http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf",
        "700italic": "http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf",
        "800": "http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf",
        "800italic": "http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf",
        "900": "http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf",
        "900italic": "http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alegreya Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf",
        "100italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf",
        "300": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf",
        "300italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf",
        "regular": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf",
        "italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf",
        "500": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf",
        "500italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf",
        "700": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf",
        "700italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf",
        "800": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf",
        "800italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf",
        "900": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf",
        "900italic": "http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alegreya Sans SC",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf",
        "100italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf",
        "300": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf",
        "300italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf",
        "regular": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf",
        "italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf",
        "500": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf",
        "500italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf",
        "700": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf",
        "700italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf",
        "800": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf",
        "800italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf",
        "900": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf",
        "900italic": "http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aleo",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf",
        "300italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf",
        "regular": "http://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf",
        "italic": "http://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf",
        "700": "http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf",
        "700italic": "http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alex Brush",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alexbrush/v11/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alfa Slab One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alfaslabone/v9/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alice",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alice/v11/OpNCnoEEmtHa6FcJpA_chzJ0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alike",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alike/v12/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Alike Angular",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/alikeangular/v10/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Allan",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/allan/v12/ea8XadU7WuTxEtb2P9SF8nZE.ttf",
        "700": "http://fonts.gstatic.com/s/allan/v12/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Allerta",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/allerta/v10/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Allerta Stencil",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/allertastencil/v10/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Allura",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/allura/v8/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Almarai",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "arabic"
      ],
      "version": "v2",
      "lastModified": "2020-03-03",
      "files": {
        "300": "http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf",
        "regular": "http://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnc1qPonC3vqc.ttf",
        "700": "http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf",
        "800": "http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Almendra",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/almendra/v12/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf",
        "italic": "http://fonts.gstatic.com/s/almendra/v12/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf",
        "700": "http://fonts.gstatic.com/s/almendra/v12/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf",
        "700italic": "http://fonts.gstatic.com/s/almendra/v12/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Almendra Display",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/almendradisplay/v10/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Almendra SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/almendrasc/v10/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amarante",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amarante/v7/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amaranth",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amaranth/v10/KtkuALODe433f0j1zPnCF9GqwnzW.ttf",
        "italic": "http://fonts.gstatic.com/s/amaranth/v10/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf",
        "700": "http://fonts.gstatic.com/s/amaranth/v10/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf",
        "700italic": "http://fonts.gstatic.com/s/amaranth/v10/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amatic SC",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amaticsc/v13/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf",
        "700": "http://fonts.gstatic.com/s/amaticsc/v13/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amethysta",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amethysta/v8/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amiko",
      "category": "sans-serif",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amiko/v4/WwkQxPq1DFK04tqlc17MMZgJ.ttf",
        "600": "http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf",
        "700": "http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amiri",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHqUpvrIw74NL.ttf",
        "italic": "http://fonts.gstatic.com/s/amiri/v13/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf",
        "700": "http://fonts.gstatic.com/s/amiri/v13/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf",
        "700italic": "http://fonts.gstatic.com/s/amiri/v13/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Amita",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/amita/v5/HhyaU5si9Om7PQlvAfSKEZZL.ttf",
        "700": "http://fonts.gstatic.com/s/amita/v5/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Anaheim",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/anaheim/v7/8vII7w042Wp87g4G0UTUEE5eK_w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Andada",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/andada/v11/uK_y4riWaego3w9RCh0TMv6EXw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Andika",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/andika/v11/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Angkor",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/angkor/v12/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Annie Use Your Telescope",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/annieuseyourtelescope/v10/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Anonymous Pro",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/anonymouspro/v13/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf",
        "italic": "http://fonts.gstatic.com/s/anonymouspro/v13/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf",
        "700": "http://fonts.gstatic.com/s/anonymouspro/v13/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf",
        "700italic": "http://fonts.gstatic.com/s/anonymouspro/v13/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Antic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRaZLodgzydtk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Antic Didone",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/anticdidone/v8/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Antic Slab",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/anticslab/v8/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Anton",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm0K08i4gS7lu.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arapey",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arapey/v8/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf",
        "italic": "http://fonts.gstatic.com/s/arapey/v8/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arbutus",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arbutus/v9/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arbutus Slab",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arbutusslab/v8/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Architects Daughter",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/architectsdaughter/v10/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Archivo",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/archivo/v6/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf",
        "italic": "http://fonts.gstatic.com/s/archivo/v6/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf",
        "500": "http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf",
        "500italic": "http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf",
        "600": "http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf",
        "600italic": "http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf",
        "700": "http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf",
        "700italic": "http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Archivo Black",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/archivoblack/v9/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Archivo Narrow",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/archivonarrow/v11/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3g31S2s8p.ttf",
        "italic": "http://fonts.gstatic.com/s/archivonarrow/v11/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXlw398pJxk.ttf",
        "500": "http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla8dMgPgBu.ttf",
        "500italic": "http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9cCOxBu_BM.ttf",
        "600": "http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla8dMgPgBu.ttf",
        "600italic": "http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9cCOxBu_BM.ttf",
        "700": "http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla8dMgPgBu.ttf",
        "700italic": "http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9cCOxBu_BM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aref Ruqaa",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arefruqaa/v8/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf",
        "700": "http://fonts.gstatic.com/s/arefruqaa/v8/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arima Madurai",
      "category": "display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf",
        "200": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf",
        "300": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf",
        "regular": "http://fonts.gstatic.com/s/arimamadurai/v5/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf",
        "500": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf",
        "700": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf",
        "800": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf",
        "900": "http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arimo",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "hebrew",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_20eziBMjI-u.ttf",
        "italic": "http://fonts.gstatic.com/s/arimo/v13/P5sCzZCDf9_T_10cxCRuiZ-uydg.ttf",
        "700": "http://fonts.gstatic.com/s/arimo/v13/P5sBzZCDf9_T_1Wi4QREp5On0ME2.ttf",
        "700italic": "http://fonts.gstatic.com/s/arimo/v13/P5sHzZCDf9_T_10c_JhBrZeF1dE2PY4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arizonia",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arizonia/v10/neIIzCemt4A5qa7mv6WGHK06UY30.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Armata",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/armata/v11/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arsenal",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arsenal/v4/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf",
        "italic": "http://fonts.gstatic.com/s/arsenal/v4/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf",
        "700": "http://fonts.gstatic.com/s/arsenal/v4/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf",
        "700italic": "http://fonts.gstatic.com/s/arsenal/v4/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Artifika",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/artifika/v10/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arvo",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arvo/v13/tDbD2oWUg0MKmSAa7Lzr7vs.ttf",
        "italic": "http://fonts.gstatic.com/s/arvo/v13/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf",
        "700": "http://fonts.gstatic.com/s/arvo/v13/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf",
        "700italic": "http://fonts.gstatic.com/s/arvo/v13/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Arya",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/arya/v5/ga6CawNG-HJd9Ub1-beqdFE.ttf",
        "700": "http://fonts.gstatic.com/s/arya/v5/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Asap",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/asap/v11/KFOoCniXp96a-zwU4UROGzY.ttf",
        "italic": "http://fonts.gstatic.com/s/asap/v11/KFOmCniXp96ayz4e5WZLCzYlKw.ttf",
        "500": "http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw8g9xUxlBz88MsA.ttf",
        "500italic": "http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mEU9vAx05IsDqlA.ttf",
        "600": "http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw-Q6xUxlBz88MsA.ttf",
        "600italic": "http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mPUhvAx05IsDqlA.ttf",
        "700": "http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw4A7xUxlBz88MsA.ttf",
        "700italic": "http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mWUlvAx05IsDqlA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Asap Condensed",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/asapcondensed/v5/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf",
        "italic": "http://fonts.gstatic.com/s/asapcondensed/v5/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf",
        "500": "http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf",
        "500italic": "http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf",
        "600": "http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf",
        "600italic": "http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf",
        "700": "http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf",
        "700italic": "http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Asar",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/asar/v7/sZlLdRyI6TBIXkYQDLlTW6E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Asset",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/asset/v10/SLXGc1na-mM4cWImRJqExst1.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Assistant",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "hebrew",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "200": "http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7p0ScA5cZbCjItw.ttf",
        "300": "http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7w0ecA5cZbCjItw.ttf",
        "regular": "http://fonts.gstatic.com/s/assistant/v4/2sDcZGJYnIjSi6H75xkDb2-4C7wFZQ.ttf",
        "600": "http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7t0GcA5cZbCjItw.ttf",
        "700": "http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk700CcA5cZbCjItw.ttf",
        "800": "http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7z0OcA5cZbCjItw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Astloch",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/astloch/v11/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf",
        "700": "http://fonts.gstatic.com/s/astloch/v11/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Asul",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/asul/v9/VuJ-dNjKxYr46fMFXK78JIg.ttf",
        "700": "http://fonts.gstatic.com/s/asul/v9/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Athiti",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf",
        "300": "http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf",
        "regular": "http://fonts.gstatic.com/s/athiti/v4/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf",
        "500": "http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf",
        "600": "http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf",
        "700": "http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Atma",
      "category": "display",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf",
        "regular": "http://fonts.gstatic.com/s/atma/v5/uK_84rqWc-Eom25bDj8WIv4.ttf",
        "500": "http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf",
        "600": "http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf",
        "700": "http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Atomic Age",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/atomicage/v12/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Aubrey",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/aubrey/v12/q5uGsou7NPBw-p7vugNsCxVEgA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Audiowide",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Autour One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/autourone/v9/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Average",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/average/v8/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Average Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/averagesans/v8/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Averia Gruesa Libre",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/averiagruesalibre/v8/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Averia Libre",
      "category": "display",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf",
        "300italic": "http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf",
        "regular": "http://fonts.gstatic.com/s/averialibre/v8/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf",
        "italic": "http://fonts.gstatic.com/s/averialibre/v8/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf",
        "700": "http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf",
        "700italic": "http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Averia Sans Libre",
      "category": "display",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf",
        "300italic": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf",
        "regular": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf",
        "italic": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf",
        "700": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf",
        "700italic": "http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Averia Serif Libre",
      "category": "display",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf",
        "regular": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf",
        "italic": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf",
        "700": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "B612",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/b612/v4/3JnySDDxiSz32jm4GDigUXw.ttf",
        "italic": "http://fonts.gstatic.com/s/b612/v4/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf",
        "700": "http://fonts.gstatic.com/s/b612/v4/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf",
        "700italic": "http://fonts.gstatic.com/s/b612/v4/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "B612 Mono",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/b612mono/v4/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf",
        "italic": "http://fonts.gstatic.com/s/b612mono/v4/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf",
        "700": "http://fonts.gstatic.com/s/b612mono/v4/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf",
        "700italic": "http://fonts.gstatic.com/s/b612mono/v4/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bad Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bahiana",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bahiana/v4/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bahianita",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bahianita/v2/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bai Jamjuree",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf",
        "200italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf",
        "300": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf",
        "300italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf",
        "regular": "http://fonts.gstatic.com/s/baijamjuree/v3/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf",
        "italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf",
        "500": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf",
        "500italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf",
        "600": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf",
        "600italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf",
        "700": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf",
        "700italic": "http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloo2/v1/wXKrE3kTposypRyd11_WAewrhXY.ttf",
        "500": "http://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd76v_JeQAmX8yrdk.ttf",
        "600": "http://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd74f4JeQAmX8yrdk.ttf",
        "700": "http://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd7-P5JeQAmX8yrdk.ttf",
        "800": "http://fonts.gstatic.com/s/baloo2/v1/wXKuE3kTposypRyd7__6JeQAmX8yrdk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Bhai 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloobhai2/v1/sZlDdRSL-z1VEWZ4YNA7Y5I3cdTmiH1gFQ.ttf",
        "500": "http://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPhf3CgFZ8HNV3Nw.ttf",
        "600": "http://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPqfrCgFZ8HNV3Nw.ttf",
        "700": "http://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IPzfvCgFZ8HNV3Nw.ttf",
        "800": "http://fonts.gstatic.com/s/baloobhai2/v1/sZlcdRSL-z1VEWZ4YNA7Y5IP0fjCgFZ8HNV3Nw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Bhaina 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "oriya",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloobhaina2/v1/qWczB6yyq4P9Adr3RtoX1q6yShz7mDUoupoI.ttf",
        "500": "http://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiQPsREgkYYBX_3F.ttf",
        "600": "http://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiQjthEgkYYBX_3F.ttf",
        "700": "http://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiRHtxEgkYYBX_3F.ttf",
        "800": "http://fonts.gstatic.com/s/baloobhaina2/v1/qWcwB6yyq4P9Adr3RtoX1q6ySiRbtBEgkYYBX_3F.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Chettan 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "malayalam",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloochettan2/v1/vm8udRbmXEva26PK-NtuX4ynWEzf4P17OpYDlg.ttf",
        "500": "http://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznFNRfMr0fn5bhCA.ttf",
        "600": "http://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznONNfMr0fn5bhCA.ttf",
        "700": "http://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznXNJfMr0fn5bhCA.ttf",
        "800": "http://fonts.gstatic.com/s/baloochettan2/v1/vm8rdRbmXEva26PK-NtuX4ynWEznQNFfMr0fn5bhCA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Da 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "bengali",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/balooda2/v1/2-ci9J9j0IaUMQZwAJyJcu7XoZFDf2Q.ttf",
        "500": "http://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJShr-hZloY23zejE.ttf",
        "600": "http://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSjb5hZloY23zejE.ttf",
        "700": "http://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSlL4hZloY23zejE.ttf",
        "800": "http://fonts.gstatic.com/s/balooda2/v1/2-ch9J9j0IaUMQZwAJyJSk77hZloY23zejE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Paaji 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloopaaji2/v1/i7dMIFFzbz-QHZUdV9_UGWZuYFKQHwyVd3U.ttf",
        "500": "http://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWKa5OwS-a3yGe9E.ttf",
        "600": "http://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWIq-OwS-a3yGe9E.ttf",
        "700": "http://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWO6_OwS-a3yGe9E.ttf",
        "800": "http://fonts.gstatic.com/s/baloopaaji2/v1/i7dRIFFzbz-QHZUdV9_UGWZuWPK8OwS-a3yGe9E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Tamma 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "kannada",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/balootamma2/v1/vEFX2_hCAgcR46PaajtrYlBbT0g21tqeR7c.ttf",
        "500": "http://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd7wf8tK1W77HtMo.ttf",
        "600": "http://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd5AY8tK1W77HtMo.ttf",
        "700": "http://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd_QZ8tK1W77HtMo.ttf",
        "800": "http://fonts.gstatic.com/s/balootamma2/v1/vEFK2_hCAgcR46PaajtrYlBbd-ga8tK1W77HtMo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Tammudu 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "telugu",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/balootammudu2/v1/1Pt2g8TIS_SAmkLguUdFP8UaJcK-xXEW6aGXHw.ttf",
        "500": "http://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGMVgy4YqLFrUnJA.ttf",
        "600": "http://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGHV8y4YqLFrUnJA.ttf",
        "700": "http://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGeV4y4YqLFrUnJA.ttf",
        "800": "http://fonts.gstatic.com/s/balootammudu2/v1/1Ptzg8TIS_SAmkLguUdFP8UaJcKGZV0y4YqLFrUnJA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baloo Thambi 2",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baloothambi2/v1/cY9cfjeOW0NHpmOQXranrbDyu4hHBJOxZQPp.ttf",
        "500": "http://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7CzLbe5Th_gRA7L.ttf",
        "600": "http://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7CfKre5Th_gRA7L.ttf",
        "700": "http://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7D7K7e5Th_gRA7L.ttf",
        "800": "http://fonts.gstatic.com/s/baloothambi2/v1/cY9ffjeOW0NHpmOQXranrbDyu7DnKLe5Th_gRA7L.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Balthazar",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/balthazar/v9/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bangers",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACL5la2bxii28.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Barlow",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf",
        "100italic": "http://fonts.gstatic.com/s/barlow/v4/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf",
        "200": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf",
        "200italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf",
        "300": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf",
        "300italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf",
        "regular": "http://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf",
        "italic": "http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf",
        "500": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf",
        "500italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf",
        "600": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf",
        "600italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf",
        "700": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf",
        "700italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf",
        "800": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf",
        "800italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf",
        "900": "http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf",
        "900italic": "http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Barlow Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf",
        "100italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf",
        "200": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf",
        "200italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf",
        "300": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf",
        "300italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf",
        "regular": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf",
        "italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf",
        "500": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf",
        "500italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf",
        "600": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf",
        "600italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf",
        "700": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf",
        "700italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf",
        "800": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf",
        "800italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf",
        "900": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf",
        "900italic": "http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Barlow Semi Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf",
        "100italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf",
        "200": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf",
        "200italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf",
        "300": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf",
        "300italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf",
        "regular": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf",
        "italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf",
        "500": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf",
        "500italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf",
        "600": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf",
        "600italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf",
        "700": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf",
        "700italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf",
        "800": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf",
        "800italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf",
        "900": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf",
        "900italic": "http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Barriecito",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/barriecito/v2/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Barrio",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/barrio/v4/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Basic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/basic/v9/xfu_0WLxV2_XKQN34lDVyR7D.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baskervville",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baskervville/v1/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf",
        "italic": "http://fonts.gstatic.com/s/baskervville/v1/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Battambang",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/battambang/v13/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf",
        "700": "http://fonts.gstatic.com/s/battambang/v13/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Baumans",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/baumans/v9/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bayon",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bayon/v13/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Be Vietnam",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iKsUn7W1hK2czPg.ttf",
        "100italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVvdDflz-iPfoPuIC2iIqMfiWdlCWIjPi5p.ttf",
        "300": "http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKg0FzUdPJ24qJzc.ttf",
        "300italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfQUVFI0wvNzdwXQ.ttf",
        "regular": "http://fonts.gstatic.com/s/bevietnam/v1/FBVzdDflz-iPfoPuIC2iEqEt6U9kO2c.ttf",
        "italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iIqMn7W1hK2czPg.ttf",
        "500": "http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKlUEzUdPJ24qJzc.ttf",
        "500italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfGURFI0wvNzdwXQ.ttf",
        "600": "http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKnkDzUdPJ24qJzc.ttf",
        "600italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfNUNFI0wvNzdwXQ.ttf",
        "700": "http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKh0CzUdPJ24qJzc.ttf",
        "700italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfUUJFI0wvNzdwXQ.ttf",
        "800": "http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKgEBzUdPJ24qJzc.ttf",
        "800italic": "http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfTUFFI0wvNzdwXQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Be Vietnam Pro",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2021-09-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf",
        "100italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf",
        "200": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf",
        "200italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf",
        "300": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf",
        "300italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf",
        "regular": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf",
        "italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf",
        "500": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf",
        "500italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf",
        "600": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf",
        "600italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf",
        "700": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf",
        "700italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf",
        "800": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf",
        "800italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf",
        "900": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf",
        "900italic": "http://fonts.gstatic.com/s/bevietnampro/v2/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bebas Neue",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Belgrano",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/belgrano/v10/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bellefair",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bellefair/v5/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Belleza",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/belleza/v8/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bellota",
      "category": "display",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "300": "http://fonts.gstatic.com/s/bellota/v1/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf",
        "300italic": "http://fonts.gstatic.com/s/bellota/v1/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf",
        "regular": "http://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf",
        "italic": "http://fonts.gstatic.com/s/bellota/v1/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf",
        "700": "http://fonts.gstatic.com/s/bellota/v1/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf",
        "700italic": "http://fonts.gstatic.com/s/bellota/v1/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bellota Text",
      "category": "display",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "300": "http://fonts.gstatic.com/s/bellotatext/v1/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf",
        "300italic": "http://fonts.gstatic.com/s/bellotatext/v1/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf",
        "regular": "http://fonts.gstatic.com/s/bellotatext/v1/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf",
        "italic": "http://fonts.gstatic.com/s/bellotatext/v1/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf",
        "700": "http://fonts.gstatic.com/s/bellotatext/v1/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf",
        "700italic": "http://fonts.gstatic.com/s/bellotatext/v1/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "BenchNine",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf",
        "regular": "http://fonts.gstatic.com/s/benchnine/v8/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf",
        "700": "http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bentham",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bentham/v10/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Berkshire Swash",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/berkshireswash/v8/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Beth Ellen",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bethellen/v1/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bevan",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bevan/v11/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Big Shoulders Display",
      "category": "display",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1xPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ur9DrDJYM2lAZ.ttf",
        "300": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UZ_LLJrgA00kAdA.ttf",
        "regular": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1sy9rvLpMc2g.ttf",
        "500": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UP_PLJrgA00kAdA.ttf",
        "600": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UE_TLJrgA00kAdA.ttf",
        "700": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJrgA00kAdA.ttf",
        "800": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ua_bLJrgA00kAdA.ttf",
        "900": "http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UT_fLJrgA00kAdA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Big Shoulders Text",
      "category": "display",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xzezRtP9G3CGPIf49hxc8P0eytUxBU-IZ_YscCdXQB.ttf",
        "300": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUMKRfSOkOfG0Y3A.ttf",
        "regular": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xxezRtP9G3CGPIf49hxc8P0eytUxBsnIx7QMISdQ.ttf",
        "500": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUaKVfSOkOfG0Y3A.ttf",
        "600": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBURKJfSOkOfG0Y3A.ttf",
        "700": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUIKNfSOkOfG0Y3A.ttf",
        "800": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUPKBfSOkOfG0Y3A.ttf",
        "900": "http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUGKFfSOkOfG0Y3A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bigelow Rules",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bigelowrules/v8/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bigshot One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bigshotone/v10/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bilbo",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bilbo/v9/o-0EIpgpwWwZ210hpIRz4wxE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bilbo Swash Caps",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bilboswashcaps/v12/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "BioRhyme",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf",
        "300": "http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf",
        "regular": "http://fonts.gstatic.com/s/biorhyme/v4/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf",
        "700": "http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf",
        "800": "http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "BioRhyme Expanded",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf",
        "300": "http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf",
        "regular": "http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf",
        "700": "http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf",
        "800": "http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Biryani",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf",
        "300": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf",
        "regular": "http://fonts.gstatic.com/s/biryani/v5/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf",
        "600": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf",
        "700": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf",
        "800": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf",
        "900": "http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bitter",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bitter/v15/rax8HiqOu8IVPmnLeIZoDDlCmg.ttf",
        "italic": "http://fonts.gstatic.com/s/bitter/v15/rax-HiqOu8IVPmn7eoxsLjxSmlLZ.ttf",
        "700": "http://fonts.gstatic.com/s/bitter/v15/rax_HiqOu8IVPmnzxKlMBBJek0vA8A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Black And White Picture",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/blackandwhitepicture/v8/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Black Han Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/blackhansans/v8/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Black Ops One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Blinker",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/blinker/v3/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",
        "200": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",
        "300": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",
        "regular": "http://fonts.gstatic.com/s/blinker/v3/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf",
        "600": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",
        "700": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",
        "800": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",
        "900": "http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bokor",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bokor/v12/m8JcjfpeeaqTiR2WdInbcaxE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bonbon",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bonbon/v11/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Boogaloo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/boogaloo/v11/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bowlby One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bowlbyone/v11/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bowlby One SC",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bowlbyonesc/v11/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Brawler",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/brawler/v10/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bree Serif",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/breeserif/v9/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bubblegum Sans",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bubblegumsans/v8/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bubbler One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bubblerone/v8/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Buda",
      "category": "display",
      "variants": [
        "300"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/buda/v10/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Buenard",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/buenard/v11/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf",
        "700": "http://fonts.gstatic.com/s/buenard/v11/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bungee",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bungee Hairline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bungeehairline/v5/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bungee Inline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bungeeinline/v5/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bungee Outline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bungeeoutline/v5/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Bungee Shade",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/bungeeshade/v5/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Butcherman",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/butcherman/v11/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Butterfly Kids",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/butterflykids/v8/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cabin",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pe839fxqmjRv.ttf",
        "italic": "http://fonts.gstatic.com/s/cabin/v14/u-4_0qWljRw-Pd81__hInyRvYwc.ttf",
        "500": "http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3NhisShmeh5I.ttf",
        "500italic": "http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf",
        "600": "http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv29hisShmeh5I.ttf",
        "600italic": "http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf",
        "700": "http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2thisShmeh5I.ttf",
        "700italic": "http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cabin Condensed",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf",
        "500": "http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf",
        "600": "http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf",
        "700": "http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cabin Sketch",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cabinsketch/v13/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf",
        "700": "http://fonts.gstatic.com/s/cabinsketch/v13/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Caesar Dressing",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/caesardressing/v8/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cagliostro",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cagliostro/v8/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cairo",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-17",
      "files": {
        "200": "http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf",
        "300": "http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf",
        "regular": "http://fonts.gstatic.com/s/cairo/v6/SLXGc1nY6HkvamImRJqExst1.ttf",
        "600": "http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf",
        "700": "http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf",
        "900": "http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Caladea",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/caladea/v1/kJEzBugZ7AAjhybUjR93-9IztOc.ttf",
        "italic": "http://fonts.gstatic.com/s/caladea/v1/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf",
        "700": "http://fonts.gstatic.com/s/caladea/v1/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf",
        "700italic": "http://fonts.gstatic.com/s/caladea/v1/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Calistoga",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/calistoga/v1/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Calligraffitti",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/calligraffitti/v11/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cambay",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cambay/v6/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf",
        "italic": "http://fonts.gstatic.com/s/cambay/v6/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf",
        "700": "http://fonts.gstatic.com/s/cambay/v6/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf",
        "700italic": "http://fonts.gstatic.com/s/cambay/v6/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cambo",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cambo/v8/IFSqHeNEk8FJk416ok7xkPm8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Candal",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/candal/v9/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cantarell",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cantarell/v9/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf",
        "italic": "http://fonts.gstatic.com/s/cantarell/v9/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf",
        "700": "http://fonts.gstatic.com/s/cantarell/v9/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/cantarell/v9/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cantata One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cantataone/v9/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cantora One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cantoraone/v9/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Capriola",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/capriola/v7/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cardo",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cardo/v11/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf",
        "italic": "http://fonts.gstatic.com/s/cardo/v11/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf",
        "700": "http://fonts.gstatic.com/s/cardo/v11/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Carme",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/carme/v10/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Carrois Gothic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/carroisgothic/v10/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Carrois Gothic SC",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Carter One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/carterone/v11/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Catamaran",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/catamaran/v6/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf",
        "200": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf",
        "300": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf",
        "regular": "http://fonts.gstatic.com/s/catamaran/v6/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf",
        "500": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf",
        "600": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf",
        "700": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf",
        "800": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf",
        "900": "http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Caudex",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/caudex/v9/esDQ311QOP6BJUrIyviAnb4eEw.ttf",
        "italic": "http://fonts.gstatic.com/s/caudex/v9/esDS311QOP6BJUr4yPKEv7sOE4in.ttf",
        "700": "http://fonts.gstatic.com/s/caudex/v9/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/caudex/v9/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Caveat",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/caveat/v7/Wnz6HAc5bAfYB2QLYTwZqg_MPQ.ttf",
        "700": "http://fonts.gstatic.com/s/caveat/v7/Wnz5HAc5bAfYB2Qz3RM9oiTQNAuxjA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Caveat Brush",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/caveatbrush/v5/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cedarville Cursive",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cedarvillecursive/v11/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ceviche One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cevicheone/v10/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chakra Petch",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf",
        "300italic": "http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf",
        "regular": "http://fonts.gstatic.com/s/chakrapetch/v3/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf",
        "italic": "http://fonts.gstatic.com/s/chakrapetch/v3/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf",
        "500": "http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf",
        "500italic": "http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf",
        "600": "http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf",
        "600italic": "http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf",
        "700": "http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf",
        "700italic": "http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Changa",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-02-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf",
        "300": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf",
        "regular": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf",
        "500": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf",
        "600": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf",
        "700": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf",
        "800": "http://fonts.gstatic.com/s/changa/v9/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Changa One",
      "category": "display",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/changaone/v12/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf",
        "italic": "http://fonts.gstatic.com/s/changaone/v12/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chango",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chango/v8/2V0cKI0OB5U7WaJyz324TFUaAw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Charm",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/charm/v4/7cHmv4oii5K0MeYvIe804WIo.ttf",
        "700": "http://fonts.gstatic.com/s/charm/v4/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Charmonman",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/charmonman/v3/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf",
        "700": "http://fonts.gstatic.com/s/charmonman/v3/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chathura",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/chathura/v5/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf",
        "300": "http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf",
        "regular": "http://fonts.gstatic.com/s/chathura/v5/_gP71R7-rzUuVjim418goUC5S-Zy.ttf",
        "700": "http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf",
        "800": "http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chau Philomene One",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chauphilomeneone/v9/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf",
        "italic": "http://fonts.gstatic.com/s/chauphilomeneone/v9/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chela One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chelaone/v8/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chelsea Market",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chenla",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chenla/v12/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cherry Cream Soda",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cherrycreamsoda/v10/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cherry Swash",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cherryswash/v8/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf",
        "700": "http://fonts.gstatic.com/s/cherryswash/v8/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chewy",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chewy/v11/uK_94ruUb-k-wk5xIDMfO-ed.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chicle",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chicle/v8/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chilanka",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "malayalam",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chilanka/v5/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chivo",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf",
        "300italic": "http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf",
        "regular": "http://fonts.gstatic.com/s/chivo/v11/va9I4kzIxd1KFoBvS-J3kbDP.ttf",
        "italic": "http://fonts.gstatic.com/s/chivo/v11/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf",
        "700": "http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf",
        "700italic": "http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf",
        "900": "http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf",
        "900italic": "http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Chonburi",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/chonburi/v4/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cinzel",
      "category": "serif",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cinzel/v9/8vIJ7ww63mVu7gtL8W76HEdHMg.ttf",
        "700": "http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzTUHeFGxbO_zo-w.ttf",
        "900": "http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzdUPeFGxbO_zo-w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cinzel Decorative",
      "category": "display",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cinzeldecorative/v8/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf",
        "700": "http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf",
        "900": "http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Clicker Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/clickerscript/v7/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Coda",
      "category": "display",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/coda/v15/SLXHc1jY5nQ8JUIMapaN39I.ttf",
        "800": "http://fonts.gstatic.com/s/coda/v15/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Coda Caption",
      "category": "sans-serif",
      "variants": [
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "800": "http://fonts.gstatic.com/s/codacaption/v13/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Codystar",
      "category": "display",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/codystar/v7/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf",
        "regular": "http://fonts.gstatic.com/s/codystar/v7/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Coiny",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/coiny/v5/gyByhwU1K989PXwbElSvO5Tc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Combo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/combo/v8/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Comfortaa",
      "category": "display",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v28",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
        "regular": "http://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",
        "500": "http://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
        "600": "http://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
        "700": "http://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Coming Soon",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/comingsoon/v11/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Concert One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/concertone/v10/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Condiment",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/condiment/v7/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Content",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/content/v12/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf",
        "700": "http://fonts.gstatic.com/s/content/v12/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Contrail One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/contrailone/v9/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Convergence",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/convergence/v8/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cookie",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cookie/v11/syky-y18lb0tSbfNlQCT9tPdpw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Copse",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/copse/v9/11hPGpDKz1rGb0djHkihUb-A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Corben",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/corben/v13/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf",
        "700": "http://fonts.gstatic.com/s/corben/v13/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiRLmYgoyyYzFzFw.ttf",
        "300italic": "http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMUgIa2QTRjF8ER.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorant/v8/H4clBXOCl9bbnla_nHIa6JG8iqeuag.ttf",
        "italic": "http://fonts.gstatic.com/s/cormorant/v8/H4cjBXOCl9bbnla_nHIq6pu4qKK-aihq.ttf",
        "500": "http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiHLiYgoyyYzFzFw.ttf",
        "500italic": "http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNMgYa2QTRjF8ER.ttf",
        "600": "http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiML-YgoyyYzFzFw.ttf",
        "600italic": "http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNghoa2QTRjF8ER.ttf",
        "700": "http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiVL6YgoyyYzFzFw.ttf",
        "700italic": "http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMEh4a2QTRjF8ER.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant Garamond",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf",
        "300italic": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf",
        "italic": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf",
        "500": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf",
        "500italic": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf",
        "600": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf",
        "600italic": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf",
        "700": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf",
        "700italic": "http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant Infant",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf",
        "300italic": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf",
        "italic": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf",
        "500": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf",
        "500italic": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf",
        "600": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf",
        "600italic": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf",
        "700": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf",
        "700italic": "http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant SC",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorantsc/v8/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf",
        "500": "http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf",
        "600": "http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf",
        "700": "http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant Unicase",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorantunicase/v8/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf",
        "500": "http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf",
        "600": "http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf",
        "700": "http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cormorant Upright",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf",
        "regular": "http://fonts.gstatic.com/s/cormorantupright/v6/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf",
        "500": "http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf",
        "600": "http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf",
        "700": "http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Courgette",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/courgette/v7/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Courier Prime",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf",
        "italic": "http://fonts.gstatic.com/s/courierprime/v1/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf",
        "700": "http://fonts.gstatic.com/s/courierprime/v1/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf",
        "700italic": "http://fonts.gstatic.com/s/courierprime/v1/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cousine",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "hebrew",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cousine/v14/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf",
        "italic": "http://fonts.gstatic.com/s/cousine/v14/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf",
        "700": "http://fonts.gstatic.com/s/cousine/v14/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/cousine/v14/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Coustard",
      "category": "serif",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/coustard/v10/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf",
        "900": "http://fonts.gstatic.com/s/coustard/v10/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Covered By Your Grace",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/coveredbyyourgrace/v9/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Crafty Girls",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/craftygirls/v9/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Creepster",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/creepster/v8/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Crete Round",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/creteround/v8/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf",
        "italic": "http://fonts.gstatic.com/s/creteround/v8/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Crimson Pro",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2020-02-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf",
        "300": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf",
        "regular": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf",
        "500": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf",
        "600": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf",
        "700": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf",
        "800": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf",
        "900": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf",
        "300italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf",
        "italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf",
        "500italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf",
        "600italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf",
        "700italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf",
        "800italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf",
        "900italic": "http://fonts.gstatic.com/s/crimsonpro/v12/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Crimson Text",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/crimsontext/v10/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf",
        "italic": "http://fonts.gstatic.com/s/crimsontext/v10/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf",
        "600": "http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf",
        "600italic": "http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf",
        "700": "http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf",
        "700italic": "http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Croissant One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/croissantone/v7/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Crushed",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/crushed/v10/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cuprum",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cuprum/v11/dg4k_pLmvrkcOkB9IeFDh701Sg.ttf",
        "italic": "http://fonts.gstatic.com/s/cuprum/v11/dg4m_pLmvrkcOkBNI-tHpbglShon.ttf",
        "700": "http://fonts.gstatic.com/s/cuprum/v11/dg4n_pLmvrkcOkBFnc5nj5YpQwM-gg.ttf",
        "700italic": "http://fonts.gstatic.com/s/cuprum/v11/dg4h_pLmvrkcOkBNI9P7ipwtYQYugjW4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cute Font",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cutefont/v8/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cutive",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cutive/v11/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Cutive Mono",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/cutivemono/v8/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "DM Sans",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-14",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dmsans/v4/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf",
        "italic": "http://fonts.gstatic.com/s/dmsans/v4/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf",
        "500": "http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf",
        "500italic": "http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf",
        "700": "http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf",
        "700italic": "http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "DM Serif Display",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-19",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf",
        "italic": "http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "DM Serif Text",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-19",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dmseriftext/v4/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",
        "italic": "http://fonts.gstatic.com/s/dmseriftext/v4/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Damion",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/damion/v9/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dancing Script",
      "category": "handwriting",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf",
        "500": "http://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf",
        "600": "http://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf",
        "700": "http://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dangrek",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dangrek/v11/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Darker Grotesque",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf",
        "regular": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf",
        "500": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf",
        "600": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf",
        "700": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf",
        "800": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf",
        "900": "http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "David Libre",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/davidlibre/v4/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf",
        "500": "http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf",
        "700": "http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dawning of a New Day",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dawningofanewday/v10/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Days One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/daysone/v9/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dekko",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrttFR0vsfl1B.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Delius",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/delius/v9/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Delius Swash Caps",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/deliusswashcaps/v11/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Delius Unicase",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/deliusunicase/v13/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf",
        "700": "http://fonts.gstatic.com/s/deliusunicase/v13/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Della Respira",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dellarespira/v7/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Denk One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/denkone/v7/dg4m_pzhrqcFb2IzROtHpbglShon.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Devonshire",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/devonshire/v8/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dhurjati",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dhurjati/v7/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Didact Gothic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/didactgothic/v13/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Diplomata",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/diplomata/v11/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Diplomata SC",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/diplomatasc/v8/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Do Hyeon",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dohyeon/v11/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dokdo",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dokdo/v8/esDf315XNuCBLxLo4NaMlKcH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Domine",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3RvPCmRSlUig.ttf",
        "700": "http://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-CTQJIg3uuXg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Donegal One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/donegalone/v7/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Doppio One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/doppioone/v7/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dorsa",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dorsa/v10/yYLn0hjd0OGwqo493XCFxAnQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dosis",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2020-02-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf",
        "300": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf",
        "regular": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf",
        "500": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf",
        "600": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf",
        "700": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf",
        "800": "http://fonts.gstatic.com/s/dosis/v17/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dr Sugiyama",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/drsugiyama/v9/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Duru Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/durusans/v13/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Dynalight",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/dynalight/v8/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "EB Garamond",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf",
        "500": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf",
        "600": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf",
        "700": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf",
        "800": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf",
        "italic": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf",
        "500italic": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf",
        "600italic": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf",
        "700italic": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf",
        "800italic": "http://fonts.gstatic.com/s/ebgaramond/v13/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Eagle Lake",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/eaglelake/v7/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "East Sea Dokdo",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/eastseadokdo/v8/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Eater",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/eater/v8/mtG04_FCK7bOvpu2u3FwsXsR.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Economica",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/economica/v7/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf",
        "italic": "http://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf",
        "700": "http://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf",
        "700italic": "http://fonts.gstatic.com/s/economica/v7/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Eczar",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/eczar/v8/BXRlvF3Pi-DLmw0iBu9y8Hf0.ttf",
        "500": "http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzXWL8t622v9WNjW.ttf",
        "600": "http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzX6KMt622v9WNjW.ttf",
        "700": "http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf",
        "800": "http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWCKst622v9WNjW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "El Messiri",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "arabic",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/elmessiri/v6/K2F0fZBRmr9vQ1pHEey6AoqKAyLzfWo.ttf",
        "500": "http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6On6jJyrYYWOMluQ.ttf",
        "600": "http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OlKkJyrYYWOMluQ.ttf",
        "700": "http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OjalJyrYYWOMluQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Electrolize",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/electrolize/v8/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Elsie",
      "category": "display",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/elsie/v9/BCanqZABrez54yYu9slAeLgX.ttf",
        "900": "http://fonts.gstatic.com/s/elsie/v9/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Elsie Swash Caps",
      "category": "display",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/elsieswashcaps/v8/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf",
        "900": "http://fonts.gstatic.com/s/elsieswashcaps/v8/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Emblema One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/emblemaone/v8/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Emilys Candy",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/emilyscandy/v7/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Encode Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/encodesans/v4/LDI0apOFNxEwR-Bd1O9uYPvIeeLkl7Iw6yg.ttf",
        "200": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtkWMLOub458jGL.ttf",
        "300": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsAW8LOub458jGL.ttf",
        "regular": "http://fonts.gstatic.com/s/encodesans/v4/LDI2apOFNxEwR-Bd1O9uYMOsc-bGkqIw.ttf",
        "500": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtYWsLOub458jGL.ttf",
        "600": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPt0XcLOub458jGL.ttf",
        "700": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsQXMLOub458jGL.ttf",
        "800": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsMX8LOub458jGL.ttf",
        "900": "http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsoXsLOub458jGL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Encode Sans Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf",
        "200": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf",
        "300": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf",
        "regular": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf",
        "500": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf",
        "600": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf",
        "700": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf",
        "800": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf",
        "900": "http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Encode Sans Expanded",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf",
        "200": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf",
        "300": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf",
        "regular": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf",
        "500": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf",
        "600": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf",
        "700": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf",
        "800": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf",
        "900": "http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Encode Sans Semi Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf",
        "200": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf",
        "300": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf",
        "regular": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf",
        "500": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf",
        "600": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf",
        "700": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf",
        "800": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf",
        "900": "http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Encode Sans Semi Expanded",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf",
        "200": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf",
        "300": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf",
        "regular": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf",
        "500": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf",
        "600": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf",
        "700": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf",
        "800": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf",
        "900": "http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Engagement",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/engagement/v9/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Englebert",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/englebert/v7/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Enriqueta",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/enriqueta/v9/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf",
        "500": "http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf",
        "600": "http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf",
        "700": "http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Erica One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ericaone/v10/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Esteban",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/esteban/v8/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Euphoria Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/euphoriascript/v8/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ewert",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ewert/v7/va9I4kzO2tFODYBvS-J3kbDP.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Exo",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBIaEH6m2jbu5rXI.ttf",
        "100italic": "http://fonts.gstatic.com/s/exo/v9/4UaCrEtFpBISdkbC0DLM46XI-po.ttf",
        "200": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIavF-G8Bji76zR4w.ttf",
        "200italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZu8RLmzanB44N1.ttf",
        "300": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa2FyG8Bji76zR4w.ttf",
        "300italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYK8hLmzanB44N1.ttf",
        "regular": "http://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBIidHSi-DP-5g.ttf",
        "italic": "http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBISdn6m2jbu5rXI.ttf",
        "500": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIagF2G8Bji76zR4w.ttf",
        "500italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZS8xLmzanB44N1.ttf",
        "600": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIarFqG8Bji76zR4w.ttf",
        "600italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZ-9BLmzanB44N1.ttf",
        "700": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIayFuG8Bji76zR4w.ttf",
        "700italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYa9RLmzanB44N1.ttf",
        "800": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa1FiG8Bji76zR4w.ttf",
        "800italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYG9hLmzanB44N1.ttf",
        "900": "http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa8FmG8Bji76zR4w.ttf",
        "900italic": "http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYi9xLmzanB44N1.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Exo 2",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2020-03-20",
      "files": {
        "100": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf",
        "200": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf",
        "300": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf",
        "regular": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf",
        "500": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf",
        "600": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf",
        "700": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf",
        "800": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf",
        "900": "http://fonts.gstatic.com/s/exo2/v8/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf",
        "100italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf",
        "200italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf",
        "300italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf",
        "italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf",
        "500italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf",
        "600italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf",
        "700italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf",
        "800italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf",
        "900italic": "http://fonts.gstatic.com/s/exo2/v8/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Expletus Sans",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/expletussans/v13/RLp5K5v5_bqufTYdnhFzDj2dRfkSu6EuTHo.ttf",
        "italic": "http://fonts.gstatic.com/s/expletussans/v13/RLpnK5v5_bqufTYdnhFzDj2ddfsYv4MrXHrRDA.ttf",
        "500": "http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6kFUHPIFaU.ttf",
        "500italic": "http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVFHNBaVImA.ttf",
        "600": "http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6kFUHPIFaU.ttf",
        "600italic": "http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVFHNBaVImA.ttf",
        "700": "http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6kFUHPIFaU.ttf",
        "700italic": "http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVFHNBaVImA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fahkwang",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf",
        "200italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf",
        "300": "http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf",
        "300italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf",
        "regular": "http://fonts.gstatic.com/s/fahkwang/v3/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf",
        "italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf",
        "500": "http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf",
        "500italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf",
        "600": "http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf",
        "600italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf",
        "700": "http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf",
        "700italic": "http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fanwood Text",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fanwoodtext/v9/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf",
        "italic": "http://fonts.gstatic.com/s/fanwoodtext/v9/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Farro",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf",
        "regular": "http://fonts.gstatic.com/s/farro/v1/i7dEIFl3byGNHZVNHLq2cV5d.ttf",
        "500": "http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf",
        "700": "http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Farsan",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/farsan/v5/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fascinate",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fascinate/v8/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fascinate Inline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fascinateinline/v9/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Faster One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fasterone/v11/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fasthand",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fasthand/v10/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fauna One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/faunaone/v7/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Faustina",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/faustina/v6/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf",
        "500": "http://fonts.gstatic.com/s/faustina/v6/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf",
        "600": "http://fonts.gstatic.com/s/faustina/v6/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf",
        "700": "http://fonts.gstatic.com/s/faustina/v6/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf",
        "italic": "http://fonts.gstatic.com/s/faustina/v6/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf",
        "500italic": "http://fonts.gstatic.com/s/faustina/v6/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf",
        "600italic": "http://fonts.gstatic.com/s/faustina/v6/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf",
        "700italic": "http://fonts.gstatic.com/s/faustina/v6/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Federant",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/federant/v12/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Federo",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/federo/v11/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Felipa",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/felipa/v7/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fenix",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fenix/v7/XoHo2YL_S7-g5ostKzAFvs8o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Finger Paint",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fingerpaint/v9/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fira Code",
      "category": "monospace",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2020-02-04",
      "files": {
        "300": "http://fonts.gstatic.com/s/firacode/v8/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf",
        "regular": "http://fonts.gstatic.com/s/firacode/v8/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf",
        "500": "http://fonts.gstatic.com/s/firacode/v8/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf",
        "600": "http://fonts.gstatic.com/s/firacode/v8/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf",
        "700": "http://fonts.gstatic.com/s/firacode/v8/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fira Mono",
      "category": "monospace",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/firamono/v8/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf",
        "500": "http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf",
        "700": "http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fira Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-22",
      "files": {
        "100": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",
        "100italic": "http://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",
        "200": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",
        "200italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",
        "300": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",
        "300italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",
        "regular": "http://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",
        "italic": "http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",
        "500": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",
        "500italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",
        "600": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",
        "600italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",
        "700": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",
        "700italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",
        "800": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",
        "800italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",
        "900": "http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",
        "900italic": "http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fira Sans Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf",
        "100italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf",
        "200": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf",
        "200italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf",
        "300": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf",
        "300italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf",
        "regular": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf",
        "italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf",
        "500": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf",
        "500italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf",
        "600": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf",
        "600italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf",
        "700": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf",
        "700italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf",
        "800": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf",
        "800italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf",
        "900": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf",
        "900italic": "http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fira Sans Extra Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf",
        "100italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf",
        "200": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf",
        "200italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf",
        "300": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf",
        "300italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf",
        "regular": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf",
        "italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf",
        "500": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf",
        "500italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf",
        "600": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf",
        "600italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf",
        "700": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf",
        "700italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf",
        "800": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf",
        "800italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf",
        "900": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf",
        "900italic": "http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fjalla One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fjallaone/v7/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fjord One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fjordone/v8/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Flamenco",
      "category": "display",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/flamenco/v10/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf",
        "regular": "http://fonts.gstatic.com/s/flamenco/v10/neIIzCehqYguo67ssaWGHK06UY30.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Flavors",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/flavors/v9/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fondamento",
      "category": "handwriting",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fondamento/v10/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf",
        "italic": "http://fonts.gstatic.com/s/fondamento/v10/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fontdiner Swanky",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fontdinerswanky/v10/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Forum",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/forum/v10/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Francois One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/francoisone/v14/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Frank Ruhl Libre",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf",
        "regular": "http://fonts.gstatic.com/s/frankruhllibre/v5/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf",
        "500": "http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf",
        "700": "http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf",
        "900": "http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Freckle Face",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/freckleface/v8/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fredericka the Great",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fredoka One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fredokaone/v7/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Freehand",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/freehand/v11/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fresca",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fresca/v8/6ae94K--SKgCzbM2Gr0W13DKPA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Frijole",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/frijole/v8/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fruktur",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fruktur/v12/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Fugaz One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/fugazone/v9/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "GFS Didot",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gfsdidot/v9/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "GFS Neohellenic",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf",
        "italic": "http://fonts.gstatic.com/s/gfsneohellenic/v12/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf",
        "700": "http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf",
        "700italic": "http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gabriela",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gabriela/v8/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gaegu",
      "category": "handwriting",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf",
        "regular": "http://fonts.gstatic.com/s/gaegu/v8/TuGfUVB6Up9NU6ZLodgzydtk.ttf",
        "700": "http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gafata",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gafata/v8/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Galada",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "bengali",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/galada/v5/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Galdeano",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/galdeano/v9/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Galindo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/galindo/v7/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gamja Flower",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gamjaflower/v8/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gayathri",
      "category": "sans-serif",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "malayalam",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/gayathri/v1/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf",
        "regular": "http://fonts.gstatic.com/s/gayathri/v1/MCoQzAb429DbBilWLIA48J_wBugA.ttf",
        "700": "http://fonts.gstatic.com/s/gayathri/v1/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gelasio",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gelasio/v1/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf",
        "italic": "http://fonts.gstatic.com/s/gelasio/v1/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf",
        "500": "http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf",
        "500italic": "http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf",
        "600": "http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf",
        "600italic": "http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf",
        "700": "http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf",
        "700italic": "http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gentium Basic",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gentiumbasic/v11/Wnz9HAw9aB_JD2VGQVR80We3HAqDiTI_cIM.ttf",
        "italic": "http://fonts.gstatic.com/s/gentiumbasic/v11/WnzjHAw9aB_JD2VGQVR80We3LAiJjRA6YIORZQ.ttf",
        "700": "http://fonts.gstatic.com/s/gentiumbasic/v11/WnzgHAw9aB_JD2VGQVR80We3JLasrToUbIqIfBU.ttf",
        "700italic": "http://fonts.gstatic.com/s/gentiumbasic/v11/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaKiNbBVWkw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gentium Book Basic",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf",
        "italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf",
        "700": "http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf",
        "700italic": "http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Geo",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/geo/v11/CSRz4zRZlufVL3BmQjlCbQ.ttf",
        "italic": "http://fonts.gstatic.com/s/geo/v11/CSRx4zRZluflLXpiYDxSbf8r.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Geostar",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/geostar/v10/sykz-yx4n701VLOftSq9-trEvlQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Geostar Fill",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/geostarfill/v10/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Germania One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/germaniaone/v7/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gidugu",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gidugu/v6/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gilda Display",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gildadisplay/v7/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Girassol",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/girassol/v1/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Give You Glory",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/giveyouglory/v9/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Glass Antiqua",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/glassantiqua/v7/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Glegoo",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/glegoo/v9/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf",
        "700": "http://fonts.gstatic.com/s/glegoo/v9/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gloria Hallelujah",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gloriahallelujah/v11/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Goblin One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/goblinone/v9/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gochi Hand",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gochihand/v10/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gorditas",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gorditas/v7/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf",
        "700": "http://fonts.gstatic.com/s/gorditas/v7/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gothic A1",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/gothica1/v8/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf",
        "200": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf",
        "300": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf",
        "regular": "http://fonts.gstatic.com/s/gothica1/v8/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf",
        "500": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf",
        "600": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf",
        "700": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf",
        "800": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf",
        "900": "http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gotu",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gotu/v1/o-0FIpksx3QOlH0Lioh6-hU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Goudy Bookletter 1911",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/goudybookletter1911/v9/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Graduate",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/graduate/v7/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Grand Hotel",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/grandhotel/v7/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gravitas One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gravitasone/v9/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Great Vibes",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Grenze",
      "category": "serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf",
        "100italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf",
        "200": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf",
        "200italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf",
        "300": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf",
        "300italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf",
        "regular": "http://fonts.gstatic.com/s/grenze/v1/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf",
        "italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf",
        "500": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf",
        "500italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf",
        "600": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf",
        "600italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf",
        "700": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf",
        "700italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf",
        "800": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf",
        "800italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf",
        "900": "http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf",
        "900italic": "http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Griffy",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/griffy/v8/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gruppo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gruppo/v10/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gudea",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gudea/v9/neIFzCqgsI0mp-CP9IGON7Ez.ttf",
        "italic": "http://fonts.gstatic.com/s/gudea/v9/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf",
        "700": "http://fonts.gstatic.com/s/gudea/v9/neIIzCqgsI0mp9gz26WGHK06UY30.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gugi",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gugi/v8/A2BVn5dXywshVA6A9DEfgqM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gupter",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gupter/v1/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf",
        "500": "http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf",
        "700": "http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Gurajada",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/gurajada/v7/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Habibi",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/habibi/v8/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Halant",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf",
        "regular": "http://fonts.gstatic.com/s/halant/v7/u-4-0qaujRI2PbsX39Jmky12eg.ttf",
        "500": "http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf",
        "600": "http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf",
        "700": "http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hammersmith One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/hammersmithone/v10/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hanalei",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-09-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/hanalei/v10/E21n_dD8iufIjBRHXzgmVydREus.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hanalei Fill",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/hanaleifill/v8/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Handlee",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/handlee/v8/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hanuman",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/hanuman/v13/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf",
        "700": "http://fonts.gstatic.com/s/hanuman/v13/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Happy Monkey",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/happymonkey/v8/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Harmattan",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/harmattan/v6/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Headland One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/headlandone/v7/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Heebo",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-22",
      "files": {
        "100": "http://fonts.gstatic.com/s/heebo/v5/NGS0v5_NC0k9P9mVTbRhtKMByaw.ttf",
        "300": "http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9ldb5RLmq8I0LVF.ttf",
        "regular": "http://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P-HxR7BDsbMB.ttf",
        "500": "http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9kFbpRLmq8I0LVF.ttf",
        "700": "http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaJRLmq8I0LVF.ttf",
        "800": "http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lRa5RLmq8I0LVF.ttf",
        "900": "http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9l1apRLmq8I0LVF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Henny Penny",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/hennypenny/v7/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hepta Slab",
      "category": "serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2020-02-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf",
        "200": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf",
        "300": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf",
        "regular": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf",
        "500": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf",
        "600": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf",
        "700": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf",
        "800": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf",
        "900": "http://fonts.gstatic.com/s/heptaslab/v7/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Herr Von Muellerhoff",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/herrvonmuellerhoff/v9/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hi Melody",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/himelody/v8/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hind",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf",
        "regular": "http://fonts.gstatic.com/s/hind/v10/5aU69_a8oxmIRG5yBROzkDM.ttf",
        "500": "http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf",
        "600": "http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf",
        "700": "http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hind Guntur",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "telugu",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf",
        "regular": "http://fonts.gstatic.com/s/hindguntur/v5/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf",
        "500": "http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf",
        "600": "http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf",
        "700": "http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hind Madurai",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf",
        "regular": "http://fonts.gstatic.com/s/hindmadurai/v5/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf",
        "500": "http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf",
        "600": "http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf",
        "700": "http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hind Siliguri",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf",
        "regular": "http://fonts.gstatic.com/s/hindsiliguri/v6/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf",
        "500": "http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf",
        "600": "http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf",
        "700": "http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Hind Vadodara",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf",
        "regular": "http://fonts.gstatic.com/s/hindvadodara/v6/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf",
        "500": "http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf",
        "600": "http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf",
        "700": "http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Holtwood One SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/holtwoodonesc/v10/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Homemade Apple",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/homemadeapple/v10/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Homenaje",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/homenaje/v9/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IBM Plex Mono",
      "category": "monospace",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf",
        "100italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf",
        "200": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf",
        "200italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf",
        "300": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf",
        "300italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf",
        "regular": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf",
        "italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf",
        "500": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf",
        "500italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf",
        "600": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf",
        "600italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf",
        "700": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf",
        "700italic": "http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IBM Plex Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf",
        "100italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf",
        "200": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf",
        "200italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf",
        "300": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf",
        "300italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf",
        "regular": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf",
        "italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf",
        "500": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf",
        "500italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf",
        "600": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf",
        "600italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf",
        "700": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf",
        "700italic": "http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IBM Plex Sans Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf",
        "100italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf",
        "200": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf",
        "200italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf",
        "300": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf",
        "300italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf",
        "regular": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf",
        "italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf",
        "500": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf",
        "500italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf",
        "600": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf",
        "600italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf",
        "700": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf",
        "700italic": "http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IBM Plex Serif",
      "category": "serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf",
        "100italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf",
        "200": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf",
        "200italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf",
        "300": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf",
        "300italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf",
        "regular": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf",
        "italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf",
        "500": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf",
        "500italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf",
        "600": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf",
        "600italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf",
        "700": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf",
        "700italic": "http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell DW Pica",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfelldwpica/v9/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf",
        "italic": "http://fonts.gstatic.com/s/imfelldwpica/v9/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell DW Pica SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfelldwpicasc/v9/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell Double Pica",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf",
        "italic": "http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell Double Pica SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfelldoublepicasc/v9/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell English",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellenglish/v9/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf",
        "italic": "http://fonts.gstatic.com/s/imfellenglish/v9/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell English SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellenglishsc/v9/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell French Canon",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf",
        "italic": "http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell French Canon SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellfrenchcanonsc/v9/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell Great Primer",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf",
        "italic": "http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "IM Fell Great Primer SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imfellgreatprimersc/v9/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ibarra Real Nova",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlfdQiA-DBIDCcaWtQzL4BZHoiDoHxSENxuLuE.ttf",
        "italic": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlZdQiA-DBIDCcaWtQzL4BZHoiDkH5YFP5rPuF6EA.ttf",
        "600": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmKR8NNRFMuhjCXY.ttf",
        "600italic": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gzNBPNspmGXawpg.ttf",
        "700": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmMB9NNRFMuhjCXY.ttf",
        "700italic": "http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gqNFPNspmGXawpg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Iceberg",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/iceberg/v7/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Iceland",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/iceland/v8/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Imprima",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/imprima/v8/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inconsolata",
      "category": "monospace",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKFle7KlmxuHx.ttf",
        "700": "http://fonts.gstatic.com/s/inconsolata/v18/QldXNThLqRwH-OJ1UHjlKGHiw41u7f34DYwn.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inder",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/inder/v8/w8gUH2YoQe8_4vq6pw-P3U4O.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Indie Flower",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/indieflower/v11/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inika",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/inika/v8/rnCm-x5X3QP-phTHRcc2s2XH.ttf",
        "700": "http://fonts.gstatic.com/s/inika/v8/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inknut Antiqua",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf",
        "regular": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf",
        "500": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf",
        "600": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf",
        "700": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf",
        "800": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf",
        "900": "http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inria Sans",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "300": "http://fonts.gstatic.com/s/inriasans/v1/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf",
        "300italic": "http://fonts.gstatic.com/s/inriasans/v1/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf",
        "regular": "http://fonts.gstatic.com/s/inriasans/v1/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf",
        "italic": "http://fonts.gstatic.com/s/inriasans/v1/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf",
        "700": "http://fonts.gstatic.com/s/inriasans/v1/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf",
        "700italic": "http://fonts.gstatic.com/s/inriasans/v1/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inria Serif",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "300": "http://fonts.gstatic.com/s/inriaserif/v1/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf",
        "300italic": "http://fonts.gstatic.com/s/inriaserif/v1/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf",
        "regular": "http://fonts.gstatic.com/s/inriaserif/v1/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf",
        "italic": "http://fonts.gstatic.com/s/inriaserif/v1/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf",
        "700": "http://fonts.gstatic.com/s/inriaserif/v1/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf",
        "700italic": "http://fonts.gstatic.com/s/inriaserif/v1/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Inter",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "100": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf",
        "200": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf",
        "300": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf",
        "regular": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf",
        "500": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf",
        "600": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf",
        "700": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf",
        "800": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf",
        "900": "http://fonts.gstatic.com/s/inter/v1/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Irish Grover",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/irishgrover/v10/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Istok Web",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/istokweb/v14/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf",
        "italic": "http://fonts.gstatic.com/s/istokweb/v14/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf",
        "700": "http://fonts.gstatic.com/s/istokweb/v14/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf",
        "700italic": "http://fonts.gstatic.com/s/istokweb/v14/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Italiana",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/italiana/v8/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Italianno",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/italianno/v9/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Itim",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/itim/v4/0nknC9ziJOYewARKkc7ZdwU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jacques Francois",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jacquesfrancois/v7/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jacques Francois Shadow",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jacquesfrancoisshadow/v8/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jaldi",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jaldi/v6/or3sQ67z0_CI30NUZpD_B6g8.ttf",
        "700": "http://fonts.gstatic.com/s/jaldi/v6/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jim Nightshade",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jimnightshade/v7/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jockey One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jockeyone/v9/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jolly Lodger",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jollylodger/v7/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jomhuria",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jomhuria/v7/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jomolhari",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "tibetan",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jomolhari/v1/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Josefin Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2020-03-06",
      "files": {
        "100": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf",
        "200": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf",
        "300": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf",
        "regular": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf",
        "500": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf",
        "600": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf",
        "700": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf",
        "100italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf",
        "italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf",
        "500italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf",
        "600italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/josefinsans/v15/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Josefin Slab",
      "category": "serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalvyQ6qBM7oPxMX.ttf",
        "100italic": "http://fonts.gstatic.com/s/josefinslab/v10/lW-lwjwOK3Ps5GSJlNNkMalnrzbODsrKOgMX95A.ttf",
        "300": "http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvASyKLuDkNgoO7g.ttf",
        "300italic": "http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrgFA8e7onu.ttf",
        "regular": "http://fonts.gstatic.com/s/josefinslab/v10/lW-5wjwOK3Ps5GSJlNNkMalXrQSuJsv4Pw.ttf",
        "italic": "http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalnrw6qBM7oPxMX.ttf",
        "600": "http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLuDkNgoO7g.ttf",
        "600italic": "http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurgFA8e7onu.ttf",
        "700": "http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvESuKLuDkNgoO7g.ttf",
        "700italic": "http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rgFA8e7onu.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Joti One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jotione/v8/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jua",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/jua/v8/co3KmW9ljjAjc-DZCsKgsg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Judson",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/judson/v12/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf",
        "italic": "http://fonts.gstatic.com/s/judson/v12/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf",
        "700": "http://fonts.gstatic.com/s/judson/v12/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Julee",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/julee/v9/TuGfUVB3RpZPQ6ZLodgzydtk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Julius Sans One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/juliussansone/v8/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Junge",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/junge/v7/gokgH670Gl1lUqAdvhB7SnKm.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Jura",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/jura/v14/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf",
        "regular": "http://fonts.gstatic.com/s/jura/v14/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf",
        "500": "http://fonts.gstatic.com/s/jura/v14/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf",
        "600": "http://fonts.gstatic.com/s/jura/v14/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf",
        "700": "http://fonts.gstatic.com/s/jura/v14/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Just Another Hand",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/justanotherhand/v11/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Just Me Again Down Here",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/justmeagaindownhere/v11/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "K2D",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0ErE6UpvrIw74NL.ttf",
        "100italic": "http://fonts.gstatic.com/s/k2d/v3/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf",
        "200": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erv4QJlJw85ppSGw.ttf",
        "200italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf",
        "300": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er24cJlJw85ppSGw.ttf",
        "300italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf",
        "regular": "http://fonts.gstatic.com/s/k2d/v3/J7aTnpF2V0ETd68tnLcg7w.ttf",
        "italic": "http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0EjdaUpvrIw74NL.ttf",
        "500": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erg4YJlJw85ppSGw.ttf",
        "500italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf",
        "600": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Err4EJlJw85ppSGw.ttf",
        "600italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf",
        "700": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Ery4AJlJw85ppSGw.ttf",
        "700italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf",
        "800": "http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er14MJlJw85ppSGw.ttf",
        "800italic": "http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kadwa",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kadwa/v4/rnCm-x5V0g7iphTHRcc2s2XH.ttf",
        "700": "http://fonts.gstatic.com/s/kadwa/v4/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kalam",
      "category": "handwriting",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf",
        "regular": "http://fonts.gstatic.com/s/kalam/v10/YA9dr0Wd4kDdMuhWMibDszkB.ttf",
        "700": "http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kameron",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kameron/v10/vm82dR7vXErQxuznsL4wL-XIYH8.ttf",
        "700": "http://fonts.gstatic.com/s/kameron/v10/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kanit",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf",
        "100italic": "http://fonts.gstatic.com/s/kanit/v5/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf",
        "200": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf",
        "200italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf",
        "300": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf",
        "300italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf",
        "regular": "http://fonts.gstatic.com/s/kanit/v5/nKKZ-Go6G5tXcoaSEQGodLxA.ttf",
        "italic": "http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf",
        "500": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf",
        "500italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf",
        "600": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf",
        "600italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf",
        "700": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf",
        "700italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf",
        "800": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf",
        "800italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf",
        "900": "http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf",
        "900italic": "http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kantumruy",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v7",
      "lastModified": "2019-07-26",
      "files": {
        "300": "http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf",
        "regular": "http://fonts.gstatic.com/s/kantumruy/v7/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf",
        "700": "http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Karla",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-12-08",
      "files": {
        "regular": "http://fonts.gstatic.com/s/karla/v13/qkBbXvYC6trAT4RSJN225aZO.ttf",
        "italic": "http://fonts.gstatic.com/s/karla/v13/qkBVXvYC6trAT7RQLtmU4LZOgAU.ttf",
        "700": "http://fonts.gstatic.com/s/karla/v13/qkBWXvYC6trAT7zuC_m-zrpHmRzC.ttf",
        "700italic": "http://fonts.gstatic.com/s/karla/v13/qkBQXvYC6trAT7RQFmW7xL5lnAzCKNg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Karma",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf",
        "regular": "http://fonts.gstatic.com/s/karma/v10/va9I4kzAzMZRGIBvS-J3kbDP.ttf",
        "500": "http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf",
        "600": "http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf",
        "700": "http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Katibeh",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/katibeh/v7/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kaushan Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kavivanar",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kavivanar/v5/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kavoon",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kavoon/v8/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kdam Thmor",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kdamthmor/v7/MwQzbhjs3veF6QwJVf0JkGMViblPtXs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Keania One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kelly Slab",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kellyslab/v10/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kenia",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kenia/v11/jizURE5PuHQH9qCONUGswfGM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Khand",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf",
        "regular": "http://fonts.gstatic.com/s/khand/v8/TwMA-IINQlQQ0YpVWHU_TBqO.ttf",
        "500": "http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf",
        "600": "http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf",
        "700": "http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Khmer",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/khmer/v12/MjQImit_vPPwpF-BpN2EeYmD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Khula",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf",
        "regular": "http://fonts.gstatic.com/s/khula/v5/OpNCnoEOns3V7FcJpA_chzJ0.ttf",
        "600": "http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf",
        "700": "http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf",
        "800": "http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kirang Haerang",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kiranghaerang/v8/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kite One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kiteone/v7/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Knewave",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "KoHo",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf",
        "200italic": "http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf",
        "300": "http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf",
        "300italic": "http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf",
        "regular": "http://fonts.gstatic.com/s/koho/v3/K2F-fZ5fmddNBikefJbSOos.ttf",
        "italic": "http://fonts.gstatic.com/s/koho/v3/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf",
        "500": "http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf",
        "500italic": "http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf",
        "600": "http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf",
        "600italic": "http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf",
        "700": "http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf",
        "700italic": "http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kodchasan",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf",
        "200italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf",
        "300": "http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf",
        "300italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf",
        "regular": "http://fonts.gstatic.com/s/kodchasan/v3/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf",
        "italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf",
        "500": "http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf",
        "500italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf",
        "600": "http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf",
        "600italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf",
        "700": "http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf",
        "700italic": "http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kosugi",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kosugi/v6/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kosugi Maru",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kosugimaru/v6/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kotta One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kottaone/v7/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Koulen",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/koulen/v13/AMOQz46as3KIBPeWgnA9kuYMUg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kranky",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kranky/v10/hESw6XVgJzlPsFnMpheEZo_H_w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kreon",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/kreon/v22/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf",
        "regular": "http://fonts.gstatic.com/s/kreon/v22/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf",
        "500": "http://fonts.gstatic.com/s/kreon/v22/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf",
        "600": "http://fonts.gstatic.com/s/kreon/v22/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf",
        "700": "http://fonts.gstatic.com/s/kreon/v22/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kristi",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kristi/v11/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Krona One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kronaone/v8/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Krub",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf",
        "200italic": "http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf",
        "300": "http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf",
        "300italic": "http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf",
        "regular": "http://fonts.gstatic.com/s/krub/v3/sZlLdRyC6CRYXkYQDLlTW6E.ttf",
        "italic": "http://fonts.gstatic.com/s/krub/v3/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf",
        "500": "http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf",
        "500italic": "http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf",
        "600": "http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf",
        "600italic": "http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf",
        "700": "http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf",
        "700italic": "http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kulim Park",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "200": "http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf",
        "200italic": "http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf",
        "300": "http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf",
        "300italic": "http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf",
        "regular": "http://fonts.gstatic.com/s/kulimpark/v1/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf",
        "italic": "http://fonts.gstatic.com/s/kulimpark/v1/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf",
        "600": "http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf",
        "600italic": "http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf",
        "700": "http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf",
        "700italic": "http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kumar One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kumarone/v4/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kumar One Outline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kumaroneoutline/v5/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Kurale",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/kurale/v5/4iCs6KV9e9dXjho6eAT3v02QFg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "La Belle Aurore",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/labelleaurore/v10/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lacquer",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v2",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lacquer/v2/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Laila",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf",
        "regular": "http://fonts.gstatic.com/s/laila/v6/LYjMdG_8nE8jDIRdiidIrEIu.ttf",
        "500": "http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf",
        "600": "http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf",
        "700": "http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lakki Reddy",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lakkireddy/v6/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lalezar",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lalezar/v6/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lancelot",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lancelot/v9/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lateef",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lateef/v15/hESw6XVnNCxEvkbMpheEZo_H_w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lato",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2019-07-23",
      "files": {
        "100": "http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
        "100italic": "http://fonts.gstatic.com/s/lato/v16/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
        "300": "http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
        "300italic": "http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
        "regular": "http://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk6XweuBCY.ttf",
        "italic": "http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
        "700": "http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
        "700italic": "http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
        "900": "http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
        "900italic": "http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "League Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/leaguescript/v11/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Leckerli One",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/leckerlione/v10/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ledger",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ledger/v7/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lekton",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lekton/v10/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf",
        "italic": "http://fonts.gstatic.com/s/lekton/v10/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf",
        "700": "http://fonts.gstatic.com/s/lekton/v10/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lemon",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lemon/v8/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lemonada",
      "category": "display",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/lemonada/v9/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf",
        "regular": "http://fonts.gstatic.com/s/lemonada/v9/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf",
        "500": "http://fonts.gstatic.com/s/lemonada/v9/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf",
        "600": "http://fonts.gstatic.com/s/lemonada/v9/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf",
        "700": "http://fonts.gstatic.com/s/lemonada/v9/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Deca",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexenddeca/v1/K2F1fZFYk-dHSE0UPPuwQ6qgLS76ZHOM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Exa",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendexa/v1/UMBXrPdOoHOnxExyjdBeWirXArM58BY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Giga",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendgiga/v1/PlI5Fl67Mah5Y8yMHE7lkVxEt8CwfGaD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Mega",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendmega/v1/qFdA35aBi5JtHD41zSTFEv7K6BsAikI7.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Peta",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendpeta/v1/BXRvvFPGjeLPh0kCfI4OkE_1c8Tf1IW3.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Tera",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendtera/v1/RrQUbo98_jt_IXnBPwCWtZhARYMgGtWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lexend Zetta",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lexendzetta/v1/ll87K2KYXje7CdOFnEWcU8soliQejRR7AQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 128",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode128/v9/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 128 Text",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode128text/v9/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 39",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode39/v9/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 39 Extended",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode39extended/v8/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 39 Extended Text",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode39extendedtext/v8/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Barcode 39 Text",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebarcode39text/v9/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Baskerville",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf",
        "italic": "http://fonts.gstatic.com/s/librebaskerville/v7/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf",
        "700": "http://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Caslon Display",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librecaslondisplay/v1/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Caslon Text",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/librecaslontext/v1/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf",
        "italic": "http://fonts.gstatic.com/s/librecaslontext/v1/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf",
        "700": "http://fonts.gstatic.com/s/librecaslontext/v1/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Libre Franklin",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-22",
      "files": {
        "100": "http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRi182zIZj1bIkNo.ttf",
        "100italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizHREVItHgc8qDIbSTKq4XkRiUa41YTi3TNgNq55w.ttf",
        "200": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIzoVrBicOg.ttf",
        "200italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq17jjNOg_oc.ttf",
        "300": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi20-RIzoVrBicOg.ttf",
        "300italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa454xq17jjNOg_oc.ttf",
        "regular": "http://fonts.gstatic.com/s/librefranklin/v4/jizDREVItHgc8qDIbSTKq4XkRhUY0TY7ikbI.ttf",
        "italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRiUa2zIZj1bIkNo.ttf",
        "500": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3s-BIzoVrBicOg.ttf",
        "500italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq17jjNOg_oc.ttf",
        "600": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3A_xIzoVrBicOg.ttf",
        "600italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q17jjNOg_oc.ttf",
        "700": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2k_hIzoVrBicOg.ttf",
        "700italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4442q17jjNOg_oc.ttf",
        "800": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi24_RIzoVrBicOg.ttf",
        "800italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q17jjNOg_oc.ttf",
        "900": "http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2c_BIzoVrBicOg.ttf",
        "900italic": "http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q17jjNOg_oc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Life Savers",
      "category": "display",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lifesavers/v10/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf",
        "700": "http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf",
        "800": "http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lilita One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lilitaone/v7/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lily Script One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lilyscriptone/v7/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Limelight",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/limelight/v10/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Linden Hill",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lindenhill/v9/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf",
        "italic": "http://fonts.gstatic.com/s/lindenhill/v9/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Literata",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/literata/v15/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVpaLVa5RXzC1KOw.ttf",
        "500": "http://fonts.gstatic.com/s/literata/v15/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVl6LVa5RXzC1KOw.ttf",
        "600": "http://fonts.gstatic.com/s/literata/v15/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVe6XVa5RXzC1KOw.ttf",
        "700": "http://fonts.gstatic.com/s/literata/v15/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVQqXVa5RXzC1KOw.ttf",
        "italic": "http://fonts.gstatic.com/s/literata/v15/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeE9KJ5T7ihaO_CS.ttf",
        "500italic": "http://fonts.gstatic.com/s/literata/v15/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeEPKJ5T7ihaO_CS.ttf",
        "600italic": "http://fonts.gstatic.com/s/literata/v15/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHjL55T7ihaO_CS.ttf",
        "700italic": "http://fonts.gstatic.com/s/literata/v15/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHaL55T7ihaO_CS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Liu Jian Mao Cao",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/liujianmaocao/v5/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Livvic",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf",
        "100italic": "http://fonts.gstatic.com/s/livvic/v3/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf",
        "200": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf",
        "300": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf",
        "regular": "http://fonts.gstatic.com/s/livvic/v3/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf",
        "italic": "http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf",
        "500": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf",
        "500italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf",
        "600": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf",
        "600italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf",
        "700": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf",
        "900": "http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf",
        "900italic": "http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lobster",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lobster/v22/neILzCirqoswsqX9_oWsMqEzSJQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lobster Two",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lobstertwo/v12/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf",
        "italic": "http://fonts.gstatic.com/s/lobstertwo/v12/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf",
        "700": "http://fonts.gstatic.com/s/lobstertwo/v12/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf",
        "700italic": "http://fonts.gstatic.com/s/lobstertwo/v12/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Londrina Outline",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/londrinaoutline/v10/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Londrina Shadow",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/londrinashadow/v9/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Londrina Sketch",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/londrinasketch/v8/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Londrina Solid",
      "category": "display",
      "variants": [
        "100",
        "300",
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/londrinasolid/v9/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf",
        "300": "http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf",
        "regular": "http://fonts.gstatic.com/s/londrinasolid/v9/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf",
        "900": "http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Long Cang",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/longcang/v5/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lora",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2020-03-20",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf",
        "500": "http://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf",
        "600": "http://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf",
        "700": "http://fonts.gstatic.com/s/lora/v15/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf",
        "italic": "http://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf",
        "500italic": "http://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf",
        "600italic": "http://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf",
        "700italic": "http://fonts.gstatic.com/s/lora/v15/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Love Ya Like A Sister",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/loveyalikeasister/v10/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Loved by the King",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lovedbytheking/v9/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lovers Quarrel",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/loversquarrel/v7/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Luckiest Guy",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/luckiestguy/v10/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lusitana",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lusitana/v7/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf",
        "700": "http://fonts.gstatic.com/s/lusitana/v7/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Lustria",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/lustria/v7/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "M PLUS 1p",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "vietnamese",
        "hebrew",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v19",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/mplus1p/v19/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf",
        "300": "http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf",
        "regular": "http://fonts.gstatic.com/s/mplus1p/v19/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf",
        "500": "http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf",
        "700": "http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf",
        "800": "http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf",
        "900": "http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "M PLUS Rounded 1c",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "vietnamese",
        "hebrew",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf",
        "300": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf",
        "regular": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf",
        "500": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf",
        "700": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf",
        "800": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf",
        "900": "http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ma Shan Zheng",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mashanzheng/v5/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Macondo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/macondo/v8/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Macondo Swash Caps",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/macondoswashcaps/v7/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mada",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf",
        "300": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf",
        "regular": "http://fonts.gstatic.com/s/mada/v8/7Auwp_0qnzeSTTXMLCrX0kU.ttf",
        "500": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf",
        "600": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf",
        "700": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf",
        "900": "http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Magra",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/magra/v8/uK_94ruaZus72k5xIDMfO-ed.ttf",
        "700": "http://fonts.gstatic.com/s/magra/v8/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Maiden Orange",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/maidenorange/v10/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Maitree",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf",
        "300": "http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf",
        "regular": "http://fonts.gstatic.com/s/maitree/v4/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf",
        "500": "http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf",
        "600": "http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf",
        "700": "http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Major Mono Display",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/majormonodisplay/v4/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mako",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mako/v11/H4coBX6Mmc_Z0ST09g478Lo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mali",
      "category": "handwriting",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf",
        "200italic": "http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf",
        "300": "http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf",
        "300italic": "http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf",
        "regular": "http://fonts.gstatic.com/s/mali/v3/N0ba2SRONuN4eCrODlxxOd8.ttf",
        "italic": "http://fonts.gstatic.com/s/mali/v3/N0bU2SRONuN4SCjECn50Kd_PmA.ttf",
        "500": "http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf",
        "500italic": "http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf",
        "600": "http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf",
        "600italic": "http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf",
        "700": "http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf",
        "700italic": "http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mallanna",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mallanna/v7/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mandali",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mandali/v8/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Manjari",
      "category": "sans-serif",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "malayalam",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2019-11-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/manjari/v2/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf",
        "regular": "http://fonts.gstatic.com/s/manjari/v2/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf",
        "700": "http://fonts.gstatic.com/s/manjari/v2/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mansalva",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mansalva/v1/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Manuale",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/manuale/v6/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf",
        "500": "http://fonts.gstatic.com/s/manuale/v6/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf",
        "600": "http://fonts.gstatic.com/s/manuale/v6/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf",
        "700": "http://fonts.gstatic.com/s/manuale/v6/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf",
        "italic": "http://fonts.gstatic.com/s/manuale/v6/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf",
        "500italic": "http://fonts.gstatic.com/s/manuale/v6/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf",
        "600italic": "http://fonts.gstatic.com/s/manuale/v6/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf",
        "700italic": "http://fonts.gstatic.com/s/manuale/v6/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marcellus",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/marcellus/v7/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marcellus SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/marcellussc/v7/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marck Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/marckscript/v10/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Margarine",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Markazi Text",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/markazitext/v11/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf",
        "500": "http://fonts.gstatic.com/s/markazitext/v11/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf",
        "600": "http://fonts.gstatic.com/s/markazitext/v11/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf",
        "700": "http://fonts.gstatic.com/s/markazitext/v11/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marko One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/markoone/v9/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marmelad",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/marmelad/v9/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Martel",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "200": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf",
        "300": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf",
        "regular": "http://fonts.gstatic.com/s/martel/v4/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf",
        "600": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf",
        "700": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf",
        "800": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf",
        "900": "http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Martel Sans",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf",
        "300": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf",
        "regular": "http://fonts.gstatic.com/s/martelsans/v6/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf",
        "600": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf",
        "700": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf",
        "800": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf",
        "900": "http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Marvel",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/marvel/v9/nwpVtKeoNgBV0qaIkV7ED366zg.ttf",
        "italic": "http://fonts.gstatic.com/s/marvel/v9/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf",
        "700": "http://fonts.gstatic.com/s/marvel/v9/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/marvel/v9/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mate",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mate/v8/m8JdjftRd7WZ2z28WoXSaLU.ttf",
        "italic": "http://fonts.gstatic.com/s/mate/v8/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mate SC",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Maven Pro",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf",
        "500": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf",
        "600": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf",
        "700": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf",
        "800": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf",
        "900": "http://fonts.gstatic.com/s/mavenpro/v20/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "McLaren",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mclaren/v7/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Meddon",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/meddon/v12/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "MedievalSharp",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Medula One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/medulaone/v9/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Meera Inimai",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "tamil",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/meerainimai/v4/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Megrim",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/megrim/v10/46kulbz5WjvLqJZlbWXgd0RY1g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Meie Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/meiescript/v7/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Merienda",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/merienda/v8/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf",
        "700": "http://fonts.gstatic.com/s/merienda/v8/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Merienda One",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/meriendaone/v10/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Merriweather",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf",
        "300italic": "http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf",
        "regular": "http://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf",
        "italic": "http://fonts.gstatic.com/s/merriweather/v21/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf",
        "700": "http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf",
        "700italic": "http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf",
        "900": "http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf",
        "900italic": "http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Merriweather Sans",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYBDD2BdWzIqY.ttf",
        "300italic": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepzB0hN0yZqYcqw.ttf",
        "regular": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXySDTL8wtf.ttf",
        "italic": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwQjDp9htf1ZM.ttf",
        "700": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZxDD2BdWzIqY.ttf",
        "700italic": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXweozG0hN0yZqYcqw.ttf",
        "800": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1SZBDD2BdWzIqY.ttf",
        "800italic": "http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepDF0hN0yZqYcqw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Metal",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/metal/v12/lW-wwjUJIXTo7i3nnoQAUdN2.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Metal Mania",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/metalmania/v9/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Metamorphous",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/metamorphous/v10/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Metrophobic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/metrophobic/v13/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Michroma",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/michroma/v10/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Milonga",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/milonga/v7/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Miltonian",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/miltonian/v13/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Miltonian Tattoo",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/miltoniantattoo/v15/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mina",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mina/v3/-nFzOGc18vARrz9j7i3y65o.ttf",
        "700": "http://fonts.gstatic.com/s/mina/v3/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Miniver",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/miniver/v8/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Miriam Libre",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf",
        "700": "http://fonts.gstatic.com/s/miriamlibre/v6/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mirza",
      "category": "display",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mirza/v7/co3ImWlikiN5EurdKMewsrvI.ttf",
        "500": "http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIpAeO4mafBomDi.ttf",
        "600": "http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIFBuO4mafBomDi.ttf",
        "700": "http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtJhB-O4mafBomDi.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Miss Fajardose",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/missfajardose/v9/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mitr",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf",
        "300": "http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf",
        "regular": "http://fonts.gstatic.com/s/mitr/v5/pxiLypw5ucZFyTsyMJj_b1o.ttf",
        "500": "http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf",
        "600": "http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf",
        "700": "http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Modak",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/modak/v5/EJRYQgs1XtIEsnMH8BVZ76KU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Modern Antiqua",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/modernantiqua/v9/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mogra",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mogra/v6/f0X40eSs8c95TBo4DvLmxtnG.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Molengo",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/molengo/v10/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Molle",
      "category": "handwriting",
      "variants": [
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "italic": "http://fonts.gstatic.com/s/molle/v8/E21n_dL5hOXFhWEsXzgmVydREus.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Monda",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/monda/v9/TK3tWkYFABsmjvpmNBsLvPdG.ttf",
        "700": "http://fonts.gstatic.com/s/monda/v9/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Monofett",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/monofett/v9/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Monoton",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/monoton/v9/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Monsieur La Doulaise",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/monsieurladoulaise/v8/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Montaga",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/montaga/v7/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Montez",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/montez/v10/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Montserrat",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-23",
      "files": {
        "100": "http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf",
        "100italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf",
        "200": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf",
        "200italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf",
        "300": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf",
        "300italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf",
        "regular": "http://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf",
        "italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf",
        "500": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf",
        "500italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf",
        "600": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf",
        "600italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf",
        "700": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf",
        "700italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf",
        "800": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf",
        "800italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf",
        "900": "http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf",
        "900italic": "http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Montserrat Alternates",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf",
        "100italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf",
        "200": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf",
        "200italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf",
        "300": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf",
        "300italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf",
        "regular": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf",
        "italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf",
        "500": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf",
        "500italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf",
        "600": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf",
        "600italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf",
        "700": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf",
        "700italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf",
        "800": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf",
        "800italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf",
        "900": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf",
        "900italic": "http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Montserrat Subrayada",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf",
        "700": "http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Moul",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/moul/v11/nuF2D__FSo_3E-RYiJCy-00.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Moulpali",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/moulpali/v12/H4ckBXKMl9HagUWymyY6wr-wg763.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mountains of Christmas",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf",
        "700": "http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mouse Memoirs",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mousememoirs/v7/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mr Bedfort",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mrbedfort/v8/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mr Dafoe",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mrdafoe/v8/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mr De Haviland",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mrdehaviland/v8/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mrs Saint Delafield",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mrssaintdelafield/v7/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mrs Sheppards",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mrssheppards/v8/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mukta",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "200": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf",
        "300": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf",
        "regular": "http://fonts.gstatic.com/s/mukta/v7/iJWKBXyXfDDVXYnGp32S0H3f.ttf",
        "500": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf",
        "600": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf",
        "700": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf",
        "800": "http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mukta Mahee",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf",
        "300": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf",
        "regular": "http://fonts.gstatic.com/s/muktamahee/v5/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf",
        "500": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf",
        "600": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf",
        "700": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf",
        "800": "http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mukta Malar",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf",
        "300": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf",
        "regular": "http://fonts.gstatic.com/s/muktamalar/v6/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf",
        "500": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf",
        "600": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf",
        "700": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf",
        "800": "http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mukta Vaani",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf",
        "300": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf",
        "regular": "http://fonts.gstatic.com/s/muktavaani/v7/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf",
        "500": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf",
        "600": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf",
        "700": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf",
        "800": "http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Muli",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2020-02-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf",
        "300": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf",
        "regular": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf",
        "500": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf",
        "600": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf",
        "700": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf",
        "800": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf",
        "900": "http://fonts.gstatic.com/s/muli/v20/7Aulp_0qiz-aVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf",
        "200italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xFz0e2fwniCvzM.ttf",
        "300italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG089z0e2fwniCvzM.ttf",
        "italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz0e2fwniCvzM.ttf",
        "500italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG06Nz0e2fwniCvzM.ttf",
        "600italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG00900e2fwniCvzM.ttf",
        "700italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG03Z00e2fwniCvzM.ttf",
        "800italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xF00e2fwniCvzM.ttf",
        "900italic": "http://fonts.gstatic.com/s/muli/v20/7Aujp_0qiz-afTfcIyoiGtm2P0wG0zh00e2fwniCvzM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Mystery Quest",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/mysteryquest/v7/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "NTR",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ntr/v7/RLpzK5Xy0ZjiGGhs5TA4bg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nanum Brush Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nanumbrushscript/v17/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nanum Gothic",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nanumgothic/v17/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf",
        "700": "http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf",
        "800": "http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nanum Gothic Coding",
      "category": "monospace",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf",
        "700": "http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nanum Myeongjo",
      "category": "serif",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nanummyeongjo/v15/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf",
        "700": "http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf",
        "800": "http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nanum Pen Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nanumpenscript/v15/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Neucha",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/neucha/v11/q5uGsou0JOdh94bvugNsCxVEgA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Neuton",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "italic",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf",
        "300": "http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf",
        "regular": "http://fonts.gstatic.com/s/neuton/v12/UMBTrPtMoH62xUZyyII7civlBw.ttf",
        "italic": "http://fonts.gstatic.com/s/neuton/v12/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf",
        "700": "http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf",
        "800": "http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "New Rocker",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/newrocker/v8/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "News Cycle",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/newscycle/v16/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf",
        "700": "http://fonts.gstatic.com/s/newscycle/v16/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Niconne",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Niramit",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf",
        "200italic": "http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf",
        "300": "http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf",
        "300italic": "http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf",
        "regular": "http://fonts.gstatic.com/s/niramit/v4/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf",
        "italic": "http://fonts.gstatic.com/s/niramit/v4/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf",
        "500": "http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf",
        "500italic": "http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf",
        "600": "http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf",
        "600italic": "http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf",
        "700": "http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf",
        "700italic": "http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nixie One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nixieone/v10/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nobile",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nobile/v11/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf",
        "italic": "http://fonts.gstatic.com/s/nobile/v11/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf",
        "500": "http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf",
        "500italic": "http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf",
        "700": "http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf",
        "700italic": "http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nokora",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nokora/v13/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf",
        "700": "http://fonts.gstatic.com/s/nokora/v13/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Norican",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/norican/v8/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nosifer",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nosifer/v8/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Notable",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/notable/v4/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nothing You Could Do",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noticia Text",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/noticiatext/v9/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf",
        "italic": "http://fonts.gstatic.com/s/noticiatext/v9/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf",
        "700": "http://fonts.gstatic.com/s/noticiatext/v9/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf",
        "700italic": "http://fonts.gstatic.com/s/noticiatext/v9/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf",
        "italic": "http://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf",
        "700": "http://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/notosans/v9/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans HK",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-hongkong",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/notosanshk/v5/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf",
        "300": "http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf",
        "regular": "http://fonts.gstatic.com/s/notosanshk/v5/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf",
        "500": "http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf",
        "700": "http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf",
        "900": "http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans JP",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v25",
      "lastModified": "2020-03-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/notosansjp/v25/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf",
        "300": "http://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf",
        "regular": "http://fonts.gstatic.com/s/notosansjp/v25/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf",
        "500": "http://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf",
        "700": "http://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf",
        "900": "http://fonts.gstatic.com/s/notosansjp/v25/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans KR",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-22",
      "files": {
        "100": "http://fonts.gstatic.com/s/notosanskr/v12/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf",
        "300": "http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf",
        "regular": "http://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf",
        "500": "http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf",
        "700": "http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf",
        "900": "http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans SC",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2020-03-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/notosanssc/v11/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf",
        "300": "http://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf",
        "regular": "http://fonts.gstatic.com/s/notosanssc/v11/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf",
        "500": "http://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf",
        "700": "http://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf",
        "900": "http://fonts.gstatic.com/s/notosanssc/v11/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Sans TC",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2020-03-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/notosanstc/v10/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf",
        "300": "http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf",
        "regular": "http://fonts.gstatic.com/s/notosanstc/v10/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf",
        "500": "http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf",
        "700": "http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf",
        "900": "http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Serif",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf",
        "italic": "http://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf",
        "700": "http://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf",
        "700italic": "http://fonts.gstatic.com/s/notoserif/v8/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Serif JP",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf",
        "300": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf",
        "regular": "http://fonts.gstatic.com/s/notoserifjp/v7/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf",
        "500": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf",
        "600": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf",
        "700": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf",
        "900": "http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Serif KR",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf",
        "300": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf",
        "regular": "http://fonts.gstatic.com/s/notoserifkr/v6/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf",
        "500": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf",
        "600": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf",
        "700": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf",
        "900": "http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Serif SC",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2020-01-30",
      "files": {
        "200": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf",
        "300": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf",
        "regular": "http://fonts.gstatic.com/s/notoserifsc/v7/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf",
        "500": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf",
        "600": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf",
        "700": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf",
        "900": "http://fonts.gstatic.com/s/notoserifsc/v7/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Noto Serif TC",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2020-01-30",
      "files": {
        "200": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf",
        "300": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf",
        "regular": "http://fonts.gstatic.com/s/notoseriftc/v7/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf",
        "500": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf",
        "600": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf",
        "700": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf",
        "900": "http://fonts.gstatic.com/s/notoseriftc/v7/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Cut",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novacut/v11/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Flat",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novaflat/v11/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Mono",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novamono/v10/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Oval",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novaoval/v11/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Round",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novaround/v11/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Script",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novascript/v12/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Slim",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novaslim/v11/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nova Square",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/novasquare/v12/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Numans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/numans/v9/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nunito",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-11-14",
      "files": {
        "200": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf",
        "300": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf",
        "regular": "http://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKof4MuyAbsrVcA.ttf",
        "italic": "http://fonts.gstatic.com/s/nunito/v12/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf",
        "600": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf",
        "600italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf",
        "700": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf",
        "800": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf",
        "800italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf",
        "900": "http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf",
        "900italic": "http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Nunito Sans",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-22",
      "files": {
        "200": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf",
        "200italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf",
        "300": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf",
        "300italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf",
        "regular": "http://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf",
        "italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf",
        "600": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf",
        "600italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf",
        "700": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf",
        "700italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf",
        "800": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf",
        "800italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf",
        "900": "http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf",
        "900italic": "http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Odibee Sans",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/odibeesans/v1/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Odor Mean Chey",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/odormeanchey/v11/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Offside",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/offside/v7/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Old Standard TT",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oldstandardtt/v12/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf",
        "italic": "http://fonts.gstatic.com/s/oldstandardtt/v12/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf",
        "700": "http://fonts.gstatic.com/s/oldstandardtt/v12/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oldenburg",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oldenburg/v7/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oleo Script",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oleoscript/v8/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf",
        "700": "http://fonts.gstatic.com/s/oleoscript/v8/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oleo Script Swash Caps",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf",
        "700": "http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Open Sans",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2019-07-23",
      "files": {
        "300": "http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf",
        "300italic": "http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf",
        "regular": "http://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf",
        "italic": "http://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf",
        "600": "http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf",
        "600italic": "http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf",
        "700": "http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf",
        "700italic": "http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf",
        "800": "http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf",
        "800italic": "http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Open Sans Condensed",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuLGRpWRyAs.ttf",
        "300italic": "http://fonts.gstatic.com/s/opensanscondensed/v14/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQreU2AsJSg.ttf",
        "700": "http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuLGRpWRyAs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oranienbaum",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oranienbaum/v8/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Orbitron",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf",
        "500": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf",
        "600": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf",
        "700": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf",
        "800": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf",
        "900": "http://fonts.gstatic.com/s/orbitron/v15/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oregano",
      "category": "display",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oregano/v7/If2IXTPxciS3H4S2kZffPznO3yM.ttf",
        "italic": "http://fonts.gstatic.com/s/oregano/v7/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Orienta",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/orienta/v7/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Original Surfer",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/originalsurfer/v8/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oswald",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2020-03-03",
      "files": {
        "200": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",
        "300": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",
        "regular": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf",
        "500": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",
        "600": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",
        "700": "http://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Over the Rainbow",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/overtherainbow/v10/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Overlock",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/overlock/v9/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf",
        "italic": "http://fonts.gstatic.com/s/overlock/v9/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf",
        "700": "http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf",
        "700italic": "http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf",
        "900": "http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf",
        "900italic": "http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Overlock SC",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Overpass",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf",
        "100italic": "http://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf",
        "200": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf",
        "200italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf",
        "300": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf",
        "300italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf",
        "regular": "http://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf",
        "italic": "http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf",
        "600": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf",
        "600italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf",
        "700": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf",
        "700italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf",
        "800": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf",
        "800italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf",
        "900": "http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf",
        "900italic": "http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Overpass Mono",
      "category": "monospace",
      "variants": [
        "300",
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_edB3Zf8EQ.ttf",
        "regular": "http://fonts.gstatic.com/s/overpassmono/v5/_Xmq-H86tzKDdAPa-KPQZ-AC5ii-t_-2G38.ttf",
        "600": "http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_edB3Zf8EQ.ttf",
        "700": "http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_edB3Zf8EQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ovo",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ovo/v11/yYLl0h7Wyfzjy4Q5_3WVxA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oxanium",
      "category": "display",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "200": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc63l9Lhqa48pA8w.ttf",
        "300": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc8nm9Lhqa48pA8w.ttf",
        "regular": "http://fonts.gstatic.com/s/oxanium/v1/RrQQboN_4yJ0JmiMS2XO0LBBd4Y.ttf",
        "500": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc5Hn9Lhqa48pA8w.ttf",
        "600": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc73g9Lhqa48pA8w.ttf",
        "700": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc9nh9Lhqa48pA8w.ttf",
        "800": "http://fonts.gstatic.com/s/oxanium/v1/RrQVboN_4yJ0JmiMc8Xi9Lhqa48pA8w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oxygen",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",
        "regular": "http://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf",
        "700": "http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Oxygen Mono",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/oxygenmono/v7/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Mono",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptmono/v7/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Sans",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79P0WOxOGMMDQ.ttf",
        "italic": "http://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf",
        "700": "http://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf",
        "700italic": "http://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Sans Caption",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptsanscaption/v12/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf",
        "700": "http://fonts.gstatic.com/s/ptsanscaption/v12/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Sans Narrow",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf",
        "700": "http://fonts.gstatic.com/s/ptsansnarrow/v11/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Serif",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf",
        "italic": "http://fonts.gstatic.com/s/ptserif/v11/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf",
        "700": "http://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf",
        "700italic": "http://fonts.gstatic.com/s/ptserif/v11/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "PT Serif Caption",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ptserifcaption/v11/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf",
        "italic": "http://fonts.gstatic.com/s/ptserifcaption/v11/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pacifico",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2019-09-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Padauk",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "myanmar",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/padauk/v6/RrQRboJg-id7OnbBa0_g3LlYbg.ttf",
        "700": "http://fonts.gstatic.com/s/padauk/v6/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Palanquin",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",
        "200": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",
        "300": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",
        "regular": "http://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf",
        "500": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",
        "600": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",
        "700": "http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Palanquin Dark",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/palanquindark/v6/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf",
        "500": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",
        "600": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",
        "700": "http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pangolin",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pangolin/v5/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Paprika",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/paprika/v7/8QIJdijZitv49rDfuIgOq7jkAOw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Parisienne",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/parisienne/v7/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Passero One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/passeroone/v11/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Passion One",
      "category": "display",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf",
        "700": "http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf",
        "900": "http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pathway Gothic One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pathwaygothicone/v8/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Patrick Hand",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/patrickhand/v13/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Patrick Hand SC",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/patrickhandsc/v7/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pattaya",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pattaya/v5/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Patua One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/patuaone/v10/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pavanam",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "tamil",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pavanam/v4/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Paytone One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/paytoneone/v12/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Peddana",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/peddana/v7/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Peralta",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/peralta/v7/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Permanent Marker",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Petit Formal Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/petitformalscript/v7/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Petrona",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/petrona/v8/mtG64_NXL7bZo9XXsXVStGsRwCU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Philosopher",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2020-01-30",
      "files": {
        "regular": "http://fonts.gstatic.com/s/philosopher/v12/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf",
        "italic": "http://fonts.gstatic.com/s/philosopher/v12/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf",
        "700": "http://fonts.gstatic.com/s/philosopher/v12/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf",
        "700italic": "http://fonts.gstatic.com/s/philosopher/v12/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Piedra",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/piedra/v8/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pinyon Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pinyonscript/v9/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pirata One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pirataone/v8/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Plaster",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/plaster/v11/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Play",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/play/v11/6aez4K2oVqwIjtI8Hp8Tx3A.ttf",
        "700": "http://fonts.gstatic.com/s/play/v11/6ae84K2oVqwItm4TOpc423nTJTM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Playball",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Playfair Display",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf",
        "500": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf",
        "600": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf",
        "700": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf",
        "800": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf",
        "900": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf",
        "italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf",
        "500italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf",
        "600italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf",
        "700italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf",
        "800italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf",
        "900italic": "http://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Playfair Display SC",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf",
        "italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf",
        "700": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf",
        "700italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf",
        "900": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf",
        "900italic": "http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Podkova",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2020-02-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/podkova/v16/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf",
        "500": "http://fonts.gstatic.com/s/podkova/v16/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf",
        "600": "http://fonts.gstatic.com/s/podkova/v16/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf",
        "700": "http://fonts.gstatic.com/s/podkova/v16/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf",
        "800": "http://fonts.gstatic.com/s/podkova/v16/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Poiret One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/poiretone/v8/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Poller One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pollerone/v9/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Poly",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/poly/v10/MQpb-W6wKNitRLCAq2Lpris.ttf",
        "italic": "http://fonts.gstatic.com/s/poly/v10/MQpV-W6wKNitdLKKr0DsviuGWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pompiere",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pompiere/v9/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pontano Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pontanosans/v7/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Poor Story",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/poorstory/v8/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Poppins",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-10-15",
      "files": {
        "100": "http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf",
        "100italic": "http://fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf",
        "200": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf",
        "200italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf",
        "300": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf",
        "300italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf",
        "regular": "http://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf",
        "italic": "http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf",
        "500": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf",
        "500italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf",
        "600": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf",
        "600italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf",
        "700": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf",
        "700italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf",
        "800": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf",
        "800italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf",
        "900": "http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf",
        "900italic": "http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Port Lligat Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/portlligatsans/v8/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Port Lligat Slab",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pragati Narrow",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pragatinarrow/v5/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf",
        "700": "http://fonts.gstatic.com/s/pragatinarrow/v5/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Prata",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2020-01-30",
      "files": {
        "regular": "http://fonts.gstatic.com/s/prata/v11/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Preahvihear",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/preahvihear/v11/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Press Start 2P",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/pressstart2p/v8/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Pridi",
      "category": "serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf",
        "300": "http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf",
        "regular": "http://fonts.gstatic.com/s/pridi/v5/2sDQZG5JnZLfkfWao2krbl29.ttf",
        "500": "http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf",
        "600": "http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf",
        "700": "http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Princess Sofia",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/princesssofia/v8/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Prociono",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/prociono/v9/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Prompt",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-17",
      "files": {
        "100": "http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf",
        "100italic": "http://fonts.gstatic.com/s/prompt/v4/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf",
        "200": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf",
        "200italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf",
        "300": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf",
        "300italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf",
        "regular": "http://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf",
        "italic": "http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf",
        "500": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf",
        "500italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf",
        "600": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf",
        "600italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf",
        "700": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf",
        "700italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf",
        "800": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf",
        "800italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf",
        "900": "http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf",
        "900italic": "http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Prosto One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/prostoone/v8/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Proza Libre",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/prozalibre/v4/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf",
        "italic": "http://fonts.gstatic.com/s/prozalibre/v4/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf",
        "500": "http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf",
        "500italic": "http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf",
        "600": "http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf",
        "600italic": "http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf",
        "700": "http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf",
        "700italic": "http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf",
        "800": "http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf",
        "800italic": "http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Public Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2020-02-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf",
        "200": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf",
        "300": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf",
        "regular": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf",
        "500": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf",
        "600": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf",
        "700": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf",
        "800": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf",
        "900": "http://fonts.gstatic.com/s/publicsans/v3/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf",
        "100italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf",
        "200italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf",
        "300italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf",
        "italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf",
        "500italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf",
        "600italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf",
        "700italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf",
        "800italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf",
        "900italic": "http://fonts.gstatic.com/s/publicsans/v3/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Puritan",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/puritan/v11/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf",
        "italic": "http://fonts.gstatic.com/s/puritan/v11/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf",
        "700": "http://fonts.gstatic.com/s/puritan/v11/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf",
        "700italic": "http://fonts.gstatic.com/s/puritan/v11/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Purple Purse",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/purplepurse/v8/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quando",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/quando/v8/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quantico",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/quantico/v9/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf",
        "italic": "http://fonts.gstatic.com/s/quantico/v9/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf",
        "700": "http://fonts.gstatic.com/s/quantico/v9/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf",
        "700italic": "http://fonts.gstatic.com/s/quantico/v9/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quattrocento",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/quattrocento/v11/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf",
        "700": "http://fonts.gstatic.com/s/quattrocento/v11/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quattrocento Sans",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/quattrocentosans/v12/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf",
        "italic": "http://fonts.gstatic.com/s/quattrocentosans/v12/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf",
        "700": "http://fonts.gstatic.com/s/quattrocentosans/v12/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf",
        "700italic": "http://fonts.gstatic.com/s/quattrocentosans/v12/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Questrial",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/questrial/v9/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quicksand",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf",
        "regular": "http://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf",
        "500": "http://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf",
        "600": "http://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf",
        "700": "http://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Quintessential",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/quintessential/v7/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Qwigley",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/qwigley/v9/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Racing Sans One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/racingsansone/v7/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Radley",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/radley/v14/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf",
        "italic": "http://fonts.gstatic.com/s/radley/v14/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rajdhani",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf",
        "regular": "http://fonts.gstatic.com/s/rajdhani/v9/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf",
        "500": "http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf",
        "600": "http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf",
        "700": "http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rakkas",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rakkas/v7/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Raleway",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-23",
      "files": {
        "100": "http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf",
        "100italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf",
        "200": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf",
        "200italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf",
        "300": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf",
        "300italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf",
        "regular": "http://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf",
        "italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf",
        "500": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf",
        "500italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf",
        "600": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf",
        "600italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf",
        "700": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf",
        "700italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf",
        "800": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf",
        "800italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf",
        "900": "http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf",
        "900italic": "http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Raleway Dots",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ralewaydots/v7/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ramabhadra",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ramabhadra/v9/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ramaraja",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ramaraja/v4/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rambla",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rambla/v7/snfrs0ip98hx6mr0I7IONthkwQ.ttf",
        "italic": "http://fonts.gstatic.com/s/rambla/v7/snfps0ip98hx6mrEIbgKFN10wYKa.ttf",
        "700": "http://fonts.gstatic.com/s/rambla/v7/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/rambla/v7/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rammetto One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rammettoone/v8/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ranchers",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ranchers/v7/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rancho",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rancho/v10/46kulbzmXjLaqZRlbWXgd0RY1g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ranga",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ranga/v5/C8ct4cYisGb28p6CLDwZwmGE.ttf",
        "700": "http://fonts.gstatic.com/s/ranga/v5/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rasa",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdg52sgC7S9XdZN8.ttf",
        "regular": "http://fonts.gstatic.com/s/rasa/v5/xn7vYHIn1mWmTqJelgiQV9w.ttf",
        "500": "http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdlZ3sgC7S9XdZN8.ttf",
        "600": "http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdnpwsgC7S9XdZN8.ttf",
        "700": "http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdh5xsgC7S9XdZN8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rationale",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rationale/v11/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ravi Prakash",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/raviprakash/v6/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Red Hat Display",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIQ7wUr0m80wwYf0QCXZzYzUoTQ-jSgZYvdCQ.ttf",
        "italic": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIS7wUr0m80wwYf0QCXZzYzUoTg-D6kR47NCV5Z.ttf",
        "500": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToDh2EbaDBAEdAbw.ttf",
        "500italic": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AZQbqrFIkJQb7zU.ttf",
        "700": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToRhuEbaDBAEdAbw.ttf",
        "700italic": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYYaKrFIkJQb7zU.ttf",
        "900": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoTofhmEbaDBAEdAbw.ttf",
        "900italic": "http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYgaqrFIkJQb7zU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Red Hat Text",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/redhattext/v2/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf",
        "italic": "http://fonts.gstatic.com/s/redhattext/v2/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf",
        "500": "http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf",
        "500italic": "http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf",
        "700": "http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf",
        "700italic": "http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Redressed",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/redressed/v10/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Reem Kufi",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/reemkufi/v7/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Reenie Beanie",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/reeniebeanie/v10/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Revalia",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/revalia/v7/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rhodium Libre",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rhodiumlibre/v4/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ribeye",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ribeye/v8/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ribeye Marrow",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ribeyemarrow/v9/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Righteous",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/righteous/v8/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Risque",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/risque/v7/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Roboto",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2019-07-24",
      "files": {
        "100": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
        "100italic": "http://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
        "300": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
        "300italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
        "regular": "http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
        "italic": "http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
        "500": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
        "500italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
        "700": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
        "700italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
        "900": "http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
        "900italic": "http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Roboto Condensed",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2019-07-23",
      "files": {
        "300": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf",
        "regular": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf",
        "italic": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf",
        "700": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Roboto Mono",
      "category": "monospace",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-22",
      "files": {
        "100": "http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjAoq3qcW7KCG1w.ttf",
        "100italic": "http://fonts.gstatic.com/s/robotomono/v7/L0xlDF4xlVMF-BfR8bXMIjhOkx6WX5CHC1wnFw.ttf",
        "300": "http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDgiVq2db6LAkU-.ttf",
        "300italic": "http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk9a0f7qpB1U-Drg.ttf",
        "regular": "http://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIghMoX6-XqKC.ttf",
        "italic": "http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjhOq3qcW7KCG1w.ttf",
        "500": "http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjC4iFq2db6LAkU-.ttf",
        "500italic": "http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk461f7qpB1U-Drg.ttf",
        "700": "http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDwjlq2db6LAkU-.ttf",
        "700italic": "http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk8azf7qpB1U-Drg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Roboto Slab",
      "category": "serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2020-02-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf",
        "200": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf",
        "300": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf",
        "regular": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf",
        "500": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf",
        "600": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf",
        "700": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf",
        "800": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf",
        "900": "http://fonts.gstatic.com/s/robotoslab/v11/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rochester",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rochester/v10/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rock Salt",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rocksalt/v10/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rokkitt",
      "category": "serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2020-02-05",
      "files": {
        "100": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf",
        "200": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf",
        "300": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf",
        "regular": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf",
        "500": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf",
        "600": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf",
        "700": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf",
        "800": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf",
        "900": "http://fonts.gstatic.com/s/rokkitt/v18/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Romanesco",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/romanesco/v8/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ropa Sans",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ropasans/v9/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf",
        "italic": "http://fonts.gstatic.com/s/ropasans/v9/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rosario",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2020-02-05",
      "files": {
        "300": "http://fonts.gstatic.com/s/rosario/v17/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf",
        "regular": "http://fonts.gstatic.com/s/rosario/v17/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf",
        "500": "http://fonts.gstatic.com/s/rosario/v17/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf",
        "600": "http://fonts.gstatic.com/s/rosario/v17/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf",
        "700": "http://fonts.gstatic.com/s/rosario/v17/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf",
        "300italic": "http://fonts.gstatic.com/s/rosario/v17/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf",
        "italic": "http://fonts.gstatic.com/s/rosario/v17/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf",
        "500italic": "http://fonts.gstatic.com/s/rosario/v17/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf",
        "600italic": "http://fonts.gstatic.com/s/rosario/v17/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf",
        "700italic": "http://fonts.gstatic.com/s/rosario/v17/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rosarivo",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rosarivo/v7/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf",
        "italic": "http://fonts.gstatic.com/s/rosarivo/v7/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rouge Script",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rougescript/v8/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rozha One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rozhaone/v7/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rubik",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj1ma-2HW7ZB_.ttf",
        "300italic": "http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nEldWY8WX06IB_18o.ttf",
        "regular": "http://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV4nGp32S0H3f.ttf",
        "italic": "http://fonts.gstatic.com/s/rubik/v9/iJWEBXyIfDnIV7nErXmw1W3f9Ik.ttf",
        "500": "http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjlma-2HW7ZB_.ttf",
        "500italic": "http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElY2Z8WX06IB_18o.ttf",
        "700": "http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iFma-2HW7ZB_.ttf",
        "700italic": "http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElcWf8WX06IB_18o.ttf",
        "900": "http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7FCilma-2HW7ZB_.ttf",
        "900italic": "http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElf2d8WX06IB_18o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rubik Mono One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rubikmonoone/v8/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ruda",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2020-02-25",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf",
        "500": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf",
        "600": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf",
        "700": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf",
        "800": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf",
        "900": "http://fonts.gstatic.com/s/ruda/v12/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rufina",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rufina/v7/Yq6V-LyURyLy-aKyoxRktOdClg.ttf",
        "700": "http://fonts.gstatic.com/s/rufina/v7/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ruge Boogie",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rugeboogie/v10/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ruluko",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ruluko/v7/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rum Raisin",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rumraisin/v7/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ruslan Display",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ruslandisplay/v10/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Russo One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/russoone/v8/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ruthie",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ruthie/v10/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Rye",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/rye/v7/r05XGLJT86YDFpTsXOqx4w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sacramento",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sacramento/v7/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sahitya",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sahitya/v4/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf",
        "700": "http://fonts.gstatic.com/s/sahitya/v4/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sail",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sail/v10/DPEjYwiBxwYJFBTDADYAbvw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Saira",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/saira/v4/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf",
        "200": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf",
        "300": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf",
        "regular": "http://fonts.gstatic.com/s/saira/v4/memwYa2wxmKQyOkgR5IdU6Uf.ttf",
        "500": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf",
        "600": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf",
        "700": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf",
        "800": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf",
        "900": "http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Saira Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf",
        "200": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf",
        "300": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf",
        "regular": "http://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf",
        "500": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf",
        "600": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf",
        "700": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf",
        "800": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf",
        "900": "http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Saira Extra Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf",
        "200": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf",
        "300": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf",
        "regular": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf",
        "500": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf",
        "600": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf",
        "700": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf",
        "800": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf",
        "900": "http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Saira Semi Condensed",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf",
        "200": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf",
        "300": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf",
        "regular": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf",
        "500": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf",
        "600": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf",
        "700": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf",
        "800": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf",
        "900": "http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Saira Stencil One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sairastencilone/v1/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Salsa",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/salsa/v9/gNMKW3FiRpKj-imY8ncKEZez.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sanchez",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sanchez/v7/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf",
        "italic": "http://fonts.gstatic.com/s/sanchez/v7/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sancreek",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sancreek/v10/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sansita",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sansita/v4/QldONTRRphEb_-V7HBm7TXFf3qw.ttf",
        "italic": "http://fonts.gstatic.com/s/sansita/v4/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf",
        "700": "http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf",
        "700italic": "http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf",
        "800": "http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf",
        "800italic": "http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf",
        "900": "http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf",
        "900italic": "http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sarabun",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf",
        "100italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf",
        "200": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf",
        "200italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf",
        "300": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf",
        "300italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf",
        "regular": "http://fonts.gstatic.com/s/sarabun/v7/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf",
        "italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf",
        "500": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf",
        "500italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf",
        "600": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf",
        "600italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf",
        "700": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf",
        "700italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf",
        "800": "http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf",
        "800italic": "http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sarala",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sarala/v4/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf",
        "700": "http://fonts.gstatic.com/s/sarala/v4/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sarina",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sarina/v8/-F6wfjF3ITQwasLhLkDUriBQxw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sarpanch",
      "category": "sans-serif",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sarpanch/v5/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf",
        "500": "http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf",
        "600": "http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf",
        "700": "http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf",
        "800": "http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf",
        "900": "http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Satisfy",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/satisfy/v10/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sawarabi Gothic",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sawarabigothic/v8/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sawarabi Mincho",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sawarabimincho/v10/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Scada",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/scada/v8/RLpxK5Pv5qumeWJoxzUobkvv.ttf",
        "italic": "http://fonts.gstatic.com/s/scada/v8/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf",
        "700": "http://fonts.gstatic.com/s/scada/v8/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf",
        "700italic": "http://fonts.gstatic.com/s/scada/v8/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Scheherazade",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/scheherazade/v17/YA9Ur0yF4ETZN60keViq1kQgt5OohvbJ9A.ttf",
        "700": "http://fonts.gstatic.com/s/scheherazade/v17/YA9Lr0yF4ETZN60keViq1kQYC7yMjt3V_dB0Yw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Schoolbell",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/schoolbell/v10/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Scope One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/scopeone/v6/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Seaweed Script",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/seaweedscript/v7/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Secular One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/secularone/v4/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sedgwick Ave",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sedgwickave/v5/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sedgwick Ave Display",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sedgwickavedisplay/v5/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sen",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sen/v1/6xKjdSxYI9_Hm_-MImrpLQ.ttf",
        "700": "http://fonts.gstatic.com/s/sen/v1/6xKudSxYI9__J9CoKkH1JHUQSQ.ttf",
        "800": "http://fonts.gstatic.com/s/sen/v1/6xKudSxYI9__O9OoKkH1JHUQSQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sevillana",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sevillana/v8/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Seymour One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Shadows Into Light",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shadowsintolight/v9/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Shadows Into Light Two",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shadowsintolighttwo/v7/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Shanti",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shanti/v11/t5thIREMM4uSDgzgU0ezpKfwzA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Share",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/share/v10/i7dEIFliZjKNF5VNHLq2cV5d.ttf",
        "italic": "http://fonts.gstatic.com/s/share/v10/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf",
        "700": "http://fonts.gstatic.com/s/share/v10/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf",
        "700italic": "http://fonts.gstatic.com/s/share/v10/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Share Tech",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sharetech/v9/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Share Tech Mono",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sharetechmono/v9/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Shojumaru",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shojumaru/v7/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Short Stack",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shortstack/v9/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Shrikhand",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/shrikhand/v5/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Siemreap",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/siemreap/v12/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sigmar One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sigmarone/v10/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Signika",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE_oEI3BDa0AdytM.ttf",
        "regular": "http://fonts.gstatic.com/s/signika/v10/vEFR2_JTCgwQ5ejvK1YsB3hod0k.ttf",
        "600": "http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE44CI3BDa0AdytM.ttf",
        "700": "http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE-oDI3BDa0AdytM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Signika Negative",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipHD6z_iXAs.ttf",
        "regular": "http://fonts.gstatic.com/s/signikanegative/v10/E218_cfngu7HiRpPX3ZpNE4kY5zKUvKrrpno9zY.ttf",
        "600": "http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipHD6z_iXAs.ttf",
        "700": "http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipHD6z_iXAs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Simonetta",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/simonetta/v10/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf",
        "italic": "http://fonts.gstatic.com/s/simonetta/v10/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf",
        "900": "http://fonts.gstatic.com/s/simonetta/v10/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf",
        "900italic": "http://fonts.gstatic.com/s/simonetta/v10/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Single Day",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "regular": "http://fonts.gstatic.com/s/singleday/v1/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sintony",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sintony/v7/XoHm2YDqR7-98cVUITQnu98ojjs.ttf",
        "700": "http://fonts.gstatic.com/s/sintony/v7/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sirin Stencil",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sirinstencil/v8/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Six Caps",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sixcaps/v10/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Skranji",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/skranji/v7/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf",
        "700": "http://fonts.gstatic.com/s/skranji/v7/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Slabo 13px",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/slabo13px/v7/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Slabo 27px",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-22",
      "files": {
        "regular": "http://fonts.gstatic.com/s/slabo27px/v6/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Slackey",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/slackey/v10/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Smokum",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/smokum/v10/TK3iWkUbAhopmrdGHjUHte5fKg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Smythe",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/smythe/v10/MwQ3bhT01--coT1BOLh_uGInjA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sniglet",
      "category": "display",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sniglet/v11/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf",
        "800": "http://fonts.gstatic.com/s/sniglet/v11/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Snippet",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/snippet/v9/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Snowburst One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/snowburstone/v7/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sofadi One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sofadione/v8/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sofia",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sofia/v8/8QIHdirahM3j_vu-sowsrqjk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Solway",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v2",
      "lastModified": "2020-03-03",
      "files": {
        "300": "http://fonts.gstatic.com/s/solway/v2/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf",
        "regular": "http://fonts.gstatic.com/s/solway/v2/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf",
        "500": "http://fonts.gstatic.com/s/solway/v2/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf",
        "700": "http://fonts.gstatic.com/s/solway/v2/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf",
        "800": "http://fonts.gstatic.com/s/solway/v2/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Song Myung",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/songmyung/v8/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sonsie One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sonsieone/v8/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sorts Mill Goudy",
      "category": "serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf",
        "italic": "http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Source Code Pro",
      "category": "monospace",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-08-22",
      "files": {
        "200": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztO0rzmmkDQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMbtecv7Gy0DRzS.ttf",
        "300": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztO0rzmmkDQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONN_tucv7Gy0DRzS.ttf",
        "regular": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOuHXvMY3xw.ttf",
        "italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_QiYsKILxRpg3hIP6sJ7fM7PqlOOvTnsMnx3C9.ttf",
        "500": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztO0rzmmkDQ.ttf",
        "500italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMnt-cv7Gy0DRzS.ttf",
        "600": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztO0rzmmkDQ.ttf",
        "600italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMLsOcv7Gy0DRzS.ttf",
        "700": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztO0rzmmkDQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNvsecv7Gy0DRzS.ttf",
        "900": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztO0rzmmkDQ.ttf",
        "900italic": "http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNXs-cv7Gy0DRzS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Source Sans Pro",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-23",
      "files": {
        "200": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf",
        "200italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf",
        "300": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf",
        "300italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf",
        "regular": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf",
        "italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf",
        "600": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf",
        "600italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf",
        "700": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf",
        "700italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf",
        "900": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf",
        "900italic": "http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Source Serif Pro",
      "category": "serif",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sourceserifpro/v7/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf",
        "600": "http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf",
        "700": "http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Space Mono",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/spacemono/v5/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf",
        "italic": "http://fonts.gstatic.com/s/spacemono/v5/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf",
        "700": "http://fonts.gstatic.com/s/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf",
        "700italic": "http://fonts.gstatic.com/s/spacemono/v5/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spartan",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-02-25",
      "files": {
        "100": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrGFuG6OChXtf4qS.ttf",
        "200": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEFuW6OChXtf4qS.ttf",
        "300": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrHbuW6OChXtf4qS.ttf",
        "regular": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrGFuW6OChXtf4qS.ttf",
        "500": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrG3uW6OChXtf4qS.ttf",
        "600": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrFbvm6OChXtf4qS.ttf",
        "700": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrFivm6OChXtf4qS.ttf",
        "800": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEFvm6OChXtf4qS.ttf",
        "900": "http://fonts.gstatic.com/s/spartan/v1/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrEsvm6OChXtf4qS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Special Elite",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spectral",
      "category": "serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf",
        "200italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf",
        "300": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf",
        "300italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf",
        "regular": "http://fonts.gstatic.com/s/spectral/v6/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf",
        "italic": "http://fonts.gstatic.com/s/spectral/v6/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf",
        "500": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf",
        "500italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf",
        "600": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf",
        "600italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf",
        "700": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf",
        "700italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf",
        "800": "http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf",
        "800italic": "http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spectral SC",
      "category": "serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf",
        "200italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf",
        "300": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf",
        "300italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf",
        "regular": "http://fonts.gstatic.com/s/spectralsc/v5/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf",
        "italic": "http://fonts.gstatic.com/s/spectralsc/v5/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf",
        "500": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf",
        "500italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf",
        "600": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf",
        "600italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf",
        "700": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf",
        "700italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf",
        "800": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf",
        "800italic": "http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spicy Rice",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/spicyrice/v8/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spinnaker",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/spinnaker/v11/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Spirax",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/spirax/v8/buE3poKgYNLy0F3cXktt-Csn-Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Squada One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/squadaone/v8/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sree Krushnadevaraya",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sreekrushnadevaraya/v7/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sriracha",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sriracha/v4/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Srisakdi",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/srisakdi/v3/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf",
        "700": "http://fonts.gstatic.com/s/srisakdi/v3/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Staatliches",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/staatliches/v3/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stalemate",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stalemate/v7/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stalinist One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v25",
      "lastModified": "2019-12-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stalinistone/v25/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stardos Stencil",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-26",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stardosstencil/v10/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf",
        "700": "http://fonts.gstatic.com/s/stardosstencil/v10/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stint Ultra Condensed",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stintultracondensed/v8/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stint Ultra Expanded",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stintultraexpanded/v7/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stoke",
      "category": "serif",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/stoke/v9/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf",
        "regular": "http://fonts.gstatic.com/s/stoke/v9/z7NadRb7aTMfKONpfihK1YTV.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Strait",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/strait/v7/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Stylish",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/stylish/v8/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sue Ellen Francisco",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sueellenfrancisco/v10/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Suez One",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/suezone/v4/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sulphur Point",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "300": "http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf",
        "regular": "http://fonts.gstatic.com/s/sulphurpoint/v1/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf",
        "700": "http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sumana",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sumana/v4/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf",
        "700": "http://fonts.gstatic.com/s/sumana/v4/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sunflower",
      "category": "sans-serif",
      "variants": [
        "300",
        "500",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf",
        "500": "http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf",
        "700": "http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sunshiney",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sunshiney/v10/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Supermercado One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/supermercadoone/v9/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Sura",
      "category": "serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/sura/v4/SZc23FL5PbyzFf5UWzXtjUM.ttf",
        "700": "http://fonts.gstatic.com/s/sura/v4/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Suranna",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/suranna/v7/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Suravaram",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/suravaram/v6/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Suwannaphum",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/suwannaphum/v13/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Swanky and Moo Moo",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/swankyandmoomoo/v9/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Syncopate",
      "category": "sans-serif",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/syncopate/v11/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf",
        "700": "http://fonts.gstatic.com/s/syncopate/v11/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tajawal",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-07-16",
      "files": {
        "200": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf",
        "300": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf",
        "regular": "http://fonts.gstatic.com/s/tajawal/v3/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf",
        "500": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf",
        "700": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf",
        "800": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf",
        "900": "http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tangerine",
      "category": "handwriting",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tangerine/v11/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf",
        "700": "http://fonts.gstatic.com/s/tangerine/v11/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Taprom",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/taprom/v11/UcCn3F82JHycULbFQyk3-0kvHg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tauri",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tauri/v8/TwMA-IISS0AM3IpVWHU_TBqO.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Taviraj",
      "category": "serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf",
        "100italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf",
        "200": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf",
        "200italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf",
        "300": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf",
        "300italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf",
        "regular": "http://fonts.gstatic.com/s/taviraj/v5/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf",
        "italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf",
        "500": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf",
        "500italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf",
        "600": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf",
        "600italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf",
        "700": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf",
        "700italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf",
        "800": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf",
        "800italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf",
        "900": "http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf",
        "900italic": "http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Teko",
      "category": "sans-serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf",
        "regular": "http://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gTaR3pCtBtVs.ttf",
        "500": "http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf",
        "600": "http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf",
        "700": "http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Telex",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/telex/v8/ieVw2Y1fKWmIO9fTB1piKFIf.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tenali Ramakrishna",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tenaliramakrishna/v6/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tenor Sans",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tenorsans/v11/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Text Me One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/textmeone/v7/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Thasadith",
      "category": "sans-serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/thasadith/v3/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf",
        "italic": "http://fonts.gstatic.com/s/thasadith/v3/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf",
        "700": "http://fonts.gstatic.com/s/thasadith/v3/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf",
        "700italic": "http://fonts.gstatic.com/s/thasadith/v3/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "The Girl Next Door",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/thegirlnextdoor/v10/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tienne",
      "category": "serif",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tienne/v12/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf",
        "700": "http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf",
        "900": "http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tillana",
      "category": "handwriting",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tillana/v5/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf",
        "500": "http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf",
        "600": "http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf",
        "700": "http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf",
        "800": "http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Timmana",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "telugu",
        "latin"
      ],
      "version": "v4",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/timmana/v4/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tinos",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "hebrew",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tinos/v13/buE4poGnedXvwgX8dGVh8TI-.ttf",
        "italic": "http://fonts.gstatic.com/s/tinos/v13/buE2poGnedXvwjX-fmFD9CI-4NU.ttf",
        "700": "http://fonts.gstatic.com/s/tinos/v13/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf",
        "700italic": "http://fonts.gstatic.com/s/tinos/v13/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Titan One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/titanone/v7/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Titillium Web",
      "category": "sans-serif",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-22",
      "files": {
        "200": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf",
        "200italic": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf",
        "300": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf",
        "300italic": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf",
        "regular": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf",
        "italic": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf",
        "600": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf",
        "600italic": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf",
        "700": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf",
        "700italic": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf",
        "900": "http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tomorrow",
      "category": "sans-serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v2",
      "lastModified": "2020-03-03",
      "files": {
        "100": "http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf",
        "100italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf",
        "200": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf",
        "200italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf",
        "300": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf",
        "300italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf",
        "regular": "http://fonts.gstatic.com/s/tomorrow/v2/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf",
        "italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf",
        "500": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf",
        "500italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf",
        "600": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf",
        "600italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf",
        "700": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf",
        "700italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf",
        "800": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf",
        "800italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf",
        "900": "http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf",
        "900italic": "http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Trade Winds",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tradewinds/v8/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Trirong",
      "category": "serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "thai",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf",
        "100italic": "http://fonts.gstatic.com/s/trirong/v5/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf",
        "200": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf",
        "200italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf",
        "300": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf",
        "300italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf",
        "regular": "http://fonts.gstatic.com/s/trirong/v5/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf",
        "italic": "http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf",
        "500": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf",
        "500italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf",
        "600": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf",
        "600italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf",
        "700": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf",
        "700italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf",
        "800": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf",
        "800italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf",
        "900": "http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf",
        "900italic": "http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Trocchi",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/trocchi/v8/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Trochut",
      "category": "display",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/trochut/v7/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf",
        "italic": "http://fonts.gstatic.com/s/trochut/v7/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf",
        "700": "http://fonts.gstatic.com/s/trochut/v7/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Trykker",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/trykker/v8/KtktALyWZJXudUPzhNnoOd2j22U.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Tulpen One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/tulpenone/v9/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Turret Road",
      "category": "display",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-03",
      "files": {
        "200": "http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf",
        "300": "http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf",
        "regular": "http://fonts.gstatic.com/s/turretroad/v1/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf",
        "500": "http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf",
        "700": "http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf",
        "800": "http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ubuntu",
      "category": "sans-serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-22",
      "files": {
        "300": "http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf",
        "300italic": "http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf",
        "regular": "http://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf",
        "italic": "http://fonts.gstatic.com/s/ubuntu/v14/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf",
        "500": "http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf",
        "500italic": "http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf",
        "700": "http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf",
        "700italic": "http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ubuntu Condensed",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ubuntucondensed/v10/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ubuntu Mono",
      "category": "monospace",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ubuntumono/v9/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf",
        "italic": "http://fonts.gstatic.com/s/ubuntumono/v9/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf",
        "700": "http://fonts.gstatic.com/s/ubuntumono/v9/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf",
        "700italic": "http://fonts.gstatic.com/s/ubuntumono/v9/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Ultra",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/ultra/v12/zOLy4prXmrtY-tT6yLOD6NxF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Uncial Antiqua",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/uncialantiqua/v7/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Underdog",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/underdog/v8/CHygV-jCElj7diMroVSiU14GN2Il.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Unica One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/unicaone/v7/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "UnifrakturCook",
      "category": "display",
      "variants": [
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "700": "http://fonts.gstatic.com/s/unifrakturcook/v11/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "UnifrakturMaguntia",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/unifrakturmaguntia/v10/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Unkempt",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/unkempt/v11/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf",
        "700": "http://fonts.gstatic.com/s/unkempt/v11/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Unlock",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/unlock/v9/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Unna",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/unna/v13/AYCEpXzofN0NCpgBlGHCWFM.ttf",
        "italic": "http://fonts.gstatic.com/s/unna/v13/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf",
        "700": "http://fonts.gstatic.com/s/unna/v13/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf",
        "700italic": "http://fonts.gstatic.com/s/unna/v13/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "VT323",
      "category": "monospace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vt323/v11/pxiKyp0ihIEF2hsYHpT2dkNE.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vampiro One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vampiroone/v10/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Varela",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/varela/v10/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Varela Round",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "vietnamese",
        "hebrew",
        "latin-ext",
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vast Shadow",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vastshadow/v9/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vesper Libre",
      "category": "serif",
      "variants": [
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vesperlibre/v11/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf",
        "500": "http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf",
        "700": "http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf",
        "900": "http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Viaoda Libre",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2020-03-06",
      "files": {
        "regular": "http://fonts.gstatic.com/s/viaodalibre/v1/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vibes",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v1",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vibes/v1/QdVYSTsmIB6tmbd3HpbsuBlh.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vibur",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vibur/v10/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vidaloka",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vidaloka/v12/7cHrv4c3ipenMKlEass8yn4hnCci.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Viga",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/viga/v8/xMQbuFFdSaiX_QIjD4e2OX8.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Voces",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/voces/v9/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Volkhov",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/volkhov/v11/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf",
        "italic": "http://fonts.gstatic.com/s/volkhov/v11/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf",
        "700": "http://fonts.gstatic.com/s/volkhov/v11/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf",
        "700italic": "http://fonts.gstatic.com/s/volkhov/v11/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vollkorn",
      "category": "serif",
      "variants": [
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "greek",
        "latin-ext",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-17",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vollkorn/v10/0yb9GDoxxrvAnPhYGykuYkw2rQg1.ttf",
        "italic": "http://fonts.gstatic.com/s/vollkorn/v10/0yb7GDoxxrvAnPhYGxksaEgUqBg15TY.ttf",
        "600": "http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxH2TGg-hhQ8_C_3.ttf",
        "600italic": "http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUJA6jBAe-T_34DM.ttf",
        "700": "http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGSTWg-hhQ8_C_3.ttf",
        "700italic": "http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUPQ7jBAe-T_34DM.ttf",
        "900": "http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGqT2g-hhQ8_C_3.ttf",
        "900italic": "http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUMw5jBAe-T_34DM.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Vollkorn SC",
      "category": "serif",
      "variants": [
        "regular",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v3",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/vollkornsc/v3/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf",
        "600": "http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf",
        "700": "http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf",
        "900": "http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Voltaire",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/voltaire/v9/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Waiting for the Sunrise",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/waitingforthesunrise/v10/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Wallpoet",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v11",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/wallpoet/v11/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Walter Turncoat",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/walterturncoat/v10/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Warnes",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/warnes/v9/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Wellfleet",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/wellfleet/v7/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Wendy One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/wendyone/v8/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Wire One",
      "category": "sans-serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/wireone/v10/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Work Sans",
      "category": "sans-serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2020-03-20",
      "files": {
        "100": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf",
        "200": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf",
        "300": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf",
        "regular": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf",
        "500": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf",
        "600": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf",
        "700": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf",
        "800": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf",
        "900": "http://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf",
        "100italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf",
        "200italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf",
        "300italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf",
        "italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf",
        "500italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf",
        "600italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf",
        "700italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf",
        "800italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf",
        "900italic": "http://fonts.gstatic.com/s/worksans/v7/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yanone Kaffeesatz",
      "category": "sans-serif",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2020-02-05",
      "files": {
        "200": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf",
        "300": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf",
        "regular": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf",
        "500": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf",
        "600": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf",
        "700": "http://fonts.gstatic.com/s/yanonekaffeesatz/v14/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yantramanav",
      "category": "sans-serif",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "100": "http://fonts.gstatic.com/s/yantramanav/v5/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf",
        "300": "http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf",
        "regular": "http://fonts.gstatic.com/s/yantramanav/v5/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf",
        "500": "http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf",
        "700": "http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf",
        "900": "http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yatra One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin-ext",
        "latin"
      ],
      "version": "v6",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/yatraone/v6/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yellowtail",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/yellowtail/v10/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yeon Sung",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/yeonsung/v8/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yeseva One",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "vietnamese",
        "cyrillic-ext",
        "latin-ext",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/yesevaone/v14/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yesteryear",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/yesteryear/v8/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Yrsa",
      "category": "serif",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-16",
      "files": {
        "300": "http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf",
        "regular": "http://fonts.gstatic.com/s/yrsa/v5/wlp-gwnQFlxs5QvV-IwQwWc.ttf",
        "500": "http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3f_83IQ73W5OcCk.ttf",
        "600": "http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3dP73IQ73W5OcCk.ttf",
        "700": "http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3bf63IQ73W5OcCk.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "ZCOOL KuaiLe",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zcoolkuaile/v5/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "ZCOOL QingKe HuangYou",
      "category": "display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zcoolqingkehuangyou/v5/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "ZCOOL XiaoWei",
      "category": "serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zcoolxiaowei/v5/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Zeyada",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v9",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zeyada/v9/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Zhi Mang Xing",
      "category": "handwriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-11-05",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zhimangxing/v5/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Zilla Slab",
      "category": "serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v5",
      "lastModified": "2019-07-17",
      "files": {
        "300": "http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf",
        "300italic": "http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf",
        "regular": "http://fonts.gstatic.com/s/zillaslab/v5/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf",
        "italic": "http://fonts.gstatic.com/s/zillaslab/v5/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf",
        "500": "http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf",
        "500italic": "http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf",
        "600": "http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf",
        "600italic": "http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf",
        "700": "http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf",
        "700italic": "http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf"
      }
    },
    {
      "kind": "webfonts#webfont",
      "family": "Zilla Slab Highlight",
      "category": "display",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin-ext",
        "latin"
      ],
      "version": "v7",
      "lastModified": "2019-07-16",
      "files": {
        "regular": "http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf",
        "700": "http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf"
      }
    }
  ]
}
PK�
�[�\8���Tinc/customizer/core/custom-controls/typography/class-colormag-typography-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to include typography control.
 *
 * Class ColorMag_Typography_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the typography customize control.
 *
 * Class ColorMag_Typography_Control
 */
class ColorMag_Typography_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-typography';

	public $suffix = '';

	/**
	 * Languages required subsets.
	 *
	 * @var array
	 */
	public $languages = array();

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$standard_fonts      = $this->get_system_fonts();
		$google_fonts        = $this->get_google_fonts();
		$custom_fonts        = $this->get_custom_fonts();
		$google_font_subsets = ColorMag_Fonts::get_google_font_subsets();
		$localize_scripts    = array(
			'standardfontslabel' => esc_html__( 'Standard Fonts', 'colormag' ),
			'googlefontslabel'   => esc_html__( 'Google Fonts', 'colormag' ),
			'standard'           => $standard_fonts,
			'google'             => $google_fonts,
		);

		// If custom fonts is available,then add it for localization.
		if ( ! empty( $custom_fonts ) ) {
			$localize_scripts[ 'customfontslabel' ] = esc_html__( 'Custom Fonts', 'colormag' );
			$localize_scripts[ 'custom' ]           = $custom_fonts;
		}

		// Loading available fonts.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypography',
			$localize_scripts
		);

		// Loading Google font subsets.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypographySubsets',
			$google_font_subsets
		);

	}

	/**
	 * Formats variants.
	 *
	 * @param array $variants The variants.
	 *
	 * @return array
	 */
	protected function format_variants_array( $variants ) {

		$font_variants  = ColorMag_Fonts::get_font_variants();
		$variants_array = array();

		foreach ( $variants as $variant ) {

			if ( is_string( $variant ) ) {
				$variants_array[] = array(
					'id'    => $variant,
					'label' => isset( $font_variants[ $variant ] ) ? $font_variants[ $variant ] : $variant,
				);
			} elseif ( is_array( $variant ) && isset( $variant[ 'id' ] ) && isset( $variant[ 'label' ] ) ) {
				$variants_array[] = $variant;
			}
		}

		return $variants_array;

	}

	/**
	 * Gets standard fonts properly formatted for control.
	 */
	public function get_system_fonts() {

		$standard_fonts       = ColorMag_Fonts::get_system_fonts();
		$standard_fonts_array = array();
		$default_variants     = $this->format_variants_array(
		/**
		 * Filter for default variants.
		 *
		 * @since   1.0.0
		 */
			apply_filters(
				'colormag_default_variants',
				array(
					'regular',
					'italic',
				)
			)
		);

		foreach ( $standard_fonts as $key => $font ) {

			$standard_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $standard_fonts_array;

	}

	/**
	 * Gets Google fonts properly formatted for control.
	 */
	public function get_google_fonts() {

		// Get formatted array of google fonts.
		$google_fonts          = ColorMag_Fonts::get_google_fonts();
		$font_variants         = ColorMag_Fonts::get_font_variants();
		$foogle_fonts__subsets = ColorMag_Fonts::get_google_font_subsets();
		$google_fonts_array    = array();

		foreach ( $google_fonts as $family => $args ) {

			// Get label, variants, subsets of individual font.
			$label    = ( isset( $args[ 'label' ] ) ) ? $args[ 'label' ] : $family;
			$variants = ( isset( $args[ 'variants' ] ) ) ? $args[ 'variants' ] : array( 'regular' );
			$subsets  = ( isset( $args[ 'subsets' ] ) ) ? $args[ 'subsets' ] : array();

			$available_variants = array();
			if ( is_array( $variants ) ) {
				foreach ( $variants as $variant ) {
					if ( array_key_exists( $variant, $font_variants ) ) {
						$available_variants[] = array(
							'id'    => $variant,
							'label' => $font_variants[ $variant ],
						);
					}
				}
			}

			$available_subsets = array();
			if ( is_array( $subsets ) ) {
				foreach ( $subsets as $subset ) {
					if ( array_key_exists( $subset, $foogle_fonts__subsets ) ) {
						$available_subsets[] = array(
							'id'    => $subset,
							'label' => $foogle_fonts__subsets[ $subset ],
						);
					}
				}
			}

			$google_fonts_array[] = array(
				'family'   => $family,
				'label'    => $label,
				'variants' => $available_variants,
				'subsets'  => $available_subsets,
			);

		}

		return $google_fonts_array;

	}

	/**
	 * Gets custom fonts properly formatted for control.
	 */
	public function get_custom_fonts() {

		$custom_fonts       = ColorMag_Fonts::get_custom_fonts();
		$custom_fonts_array = array();
		$default_variants   = $this->format_variants_array(
			array(
				'regular',
				'italic',
			)
		);

		foreach ( $custom_fonts as $key => $font ) {

			$custom_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $custom_fonts_array;

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = $this->choices;
		$this->json[ 'languages' ]   = ColorMag_Fonts::get_google_font_subsets();

		$input_attrs = colormag_get_typography_input_attrs( $this->value() );

		$this->json[ 'suffix' ]         = $input_attrs[ 'suffix' ];
		$this->json[ 'default_suffix' ] = $input_attrs[ 'default_suffix' ];

		$this->json[ 'input_attrs' ] = array_merge(
			$this->input_attrs,
			$input_attrs[ 'input_attrs' ]

		);
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<# if ( data.default['font-family'] ) { #>
			<div class="font-family customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Family', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-family-{{{ data.id || data.name }}}"></select>
				</div>
			</div>

			<# if ( data.default['font-weight'] ) { #>
			<div class="font-weight customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Weight', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-weight-{{{ data.id || data.name }}}"></select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['subsets'] ) { #>
			<div class="subsets customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Subset(s)', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-subsets-{{{ data.id || data.name }}}" multiple>
						<# _.each( data.value.subsets, function( subset ) { #>
						<option value="{{ subset }}" selected="selected">{{ data.languages[subset] }}</option>
						<# } ); #>
					</select>
				</div>
			</div>
			<# } #>

			<# } #>

			<# if ( data.default['font-size'] ) { #>
			<div class="font-size customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="font-size-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['font-size'], function( suffix ) {  #>
								  <option value="{{ suffix }}"
								    <# if(data.value['font-size'] && data.value['font-size']['desktop'] && data.value['font-size']['desktop']['unit']) { #>
											<# if ( data.value['font-size']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
							  </div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-desktop-warning"
						      id="colormag-font-size-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['desktop']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
							data.value['font-size']['desktop']['size']) { #>
							value="{{ data.value['font-size']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
								data.value['font-size']['desktop']['size']) { #>
								value="{{ data.value['font-size']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="tablet" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['tablet'] && data.value['font-size']['tablet']['unit']) { #>
											<# if ( data.value['font-size']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-tablet-warning"
						      id="colormag-font-size-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['tablet']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
							data.value['font-size']['tablet']['size']) { #>
							value="{{ data.value['font-size']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
								data.value['font-size']['tablet']['size']) { #>
								value="{{ data.value['font-size']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					 <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="mobile" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['mobile'] && data.value['font-size']['mobile']['unit']) { #>
											<# if ( data.value['font-size']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-mobile-warning"
						      id="colormag-font-size-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['mobile']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
							data.value['font-size']['mobile']['size']) { #>
							value="{{ data.value['font-size']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['mobile']['size'] }}"
							<# } #>

							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
								data.value['font-size']['mobile']['size']) { #>
								value="{{ data.value['font-size']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['line-height'] ) { #>
			<div class="line-height customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['line-height'] && data.value['line-height']['desktop'] && data.value['line-height']['desktop']['unit']) { #>
											<# if ( data.value['line-height']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-desktop-warning"
						      id="colormag-line-height-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['desktop']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
							data.value['line-height']['desktop']['size']) { #>
							value="{{ data.value['line-height']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
								data.value['line-height']['desktop']['size']) { #>
								value="{{ data.value['line-height']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['tablet'] && data.value['line-height']['tablet']['unit']) { #>
											<# if ( data.value['line-height']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-tablet-warning"
						      id="colormag-line-height-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['tablet']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
							data.value['line-height']['tablet']['size']) { #>
							value="{{ data.value['line-height']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
								data.value['line-height']['tablet']['size']) { #>
								value="{{ data.value['line-height']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['mobile'] && data.value['line-height']['mobile']['unit']) { #>
											<# if ( data.value['line-height']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-mobile-warning"
						      id="colormag-line-height-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['mobile']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
							data.value['line-height']['mobile']['size']) { #>
							value="{{ data.value['line-height']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
								data.value['line-height']['mobile']['size']) { #>
								value="{{ data.value['line-height']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>


			<# if ( data.default['letter-spacing'] ) { #>
			<div class="letter-spacing customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="desktop" name="unit">

								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] && data.value['letter-spacing']['desktop']['unit']) { #>
											<# if ( data.value['letter-spacing']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-desktop-warning"
						      id="colormag-letter-spacing-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['desktop']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
							data.value['letter-spacing']['desktop']['size']) { #>
							value="{{ data.value['letter-spacing']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
								data.value['letter-spacing']['desktop']['size']) { #>
								value="{{ data.value['letter-spacing']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
								  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] && data.value['letter-spacing']['tablet']['unit']) { #>
											<# if ( data.value['letter-spacing']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-tablet-warning"
						      id="colormag-letter-spacing-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['tablet']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
							data.value['letter-spacing']['tablet']['size']) { #>
							value="{{ data.value['letter-spacing']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
								data.value['letter-spacing']['tablet']['size']) { #>
								value="{{ data.value['letter-spacing']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] && data.value['letter-spacing']['mobile']['unit']) { #>
											<# if ( data.value['letter-spacing']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-mobile-warning"
						      id="colormag-letter-spacing-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['mobile']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
							data.value['letter-spacing']['mobile']['size']) { #>
							value="{{ data.value['letter-spacing']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
								data.value['letter-spacing']['mobile']['size']) { #>
								value="{{ data.value['letter-spacing']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['font-style'] ) { #>
			<div class="font-style customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Style', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-style-{{{ data.id || data.name }}}">
						<option value="normal"
						<# if ( 'normal' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Normal', 'colormag' ); ?></option>
						<option value="italic"
						<# if ( 'italic' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Italic', 'colormag' ); ?></option>
						<option value="oblique"
						<# if ( 'oblique' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Oblique', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-transform'] ) { #>
			<div class="text-transform customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Transform', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-transform-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="capitalize"
						<# if ( 'capitalize' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Capitalize', 'colormag' ); ?></option>
						<option value="uppercase"
						<# if ( 'uppercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Uppercase', 'colormag' ); ?></option>
						<option value="lowercase"
						<# if ( 'lowercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Lowercase', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-decoration'] ) { #>
			<div class="text-decoration customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Decoration', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-decoration-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="underline"
						<# if ( 'underline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Underline', 'colormag' ); ?></option>
						<option value="overline"
						<# if ( 'overline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Overline', 'colormag' ); ?></option>
						<option value="line-through"
						<# if ( 'line-through' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Line Through', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<input class="typography-hidden-value"
			       value="{{ JSON.stringify( data.value ) }}"
			       type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Renders the control wrapper and calls $this->render_content() for the internals.
	 */
	protected function render() {

		$id    = 'customize-control-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id );
		$class = 'customize-control has-responsive-switchers customize-control-' . $this->type;
		?>

		<li id="<?php echo esc_attr( $id ); ?>" class="<?php echo esc_attr( $class ); ?>">
			<?php $this->render_content(); ?>
		</li>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[@�"�}}Jinc/customizer/core/custom-controls/title/class-colormag-title-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Title_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Title_Control
 */
class ColorMag_Title_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-title';
	public $link = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['link']        = esc_url( $this->link );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-title-wrapper">
			<label class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-title">{{{ data.label }}}</span>
				<# if ( data.description ) { #>
				<span class="tool-tip">
                    <i class="dashicons dashicons-editor-help"></i>
				<span class="tooltip-text">{{{ data.description }}}</span>
				</span>
				<# } #>
				<# } #>
			</label>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[b|�<<Tinc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.phpnu�[���<?php
/**
 * Customize Dimensions control class.
 *
 * @package colormag
 *
 * @see WP_Customize_Control
 */

/**
 * Class ColorMag_Dimensions_Control
 */
class ColorMag_Dimensions_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dimensions';

	/**
	 * Suffix for Dimension.
	 *
	 * @var array
	 */
	public $suffix = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = isset( $this->default ) ? $this->default : $this->setting->default;
		$this->json['value']   = $this->value();
		$this->json['suffix']  = $this->suffix;
		$this->json['link']    = $this->get_link();
		$this->json['choices'] = $this->choices;
		$this->json['id']      = $this->id;
		$this->json['sides']   = array(
			'top'    => __( 'Top', 'colormag' ),
			'right'  => __( 'Right', 'colormag' ),
			'bottom' => __( 'Bottom', 'colormag' ),
			'left'   => __( 'Left', 'colormag' ),
		);

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>

		<div class="colormag-dimension-wrapper">
			<input type="hidden" value='{{{ "object" === typeof data.value ? JSON.stringify( data.value ) : data.value  }}}' id="colormag_dimensions_{{{ data.id }}}" name="colormag_dimensions_{{{ data.id }}}">
			<# if ( data.label ) { #>
			<div class="dimension-label-unit-wrapper">
				<div class="label-switcher-wrapper">
					<span class="customize-control-label">{{{ data.label }}}</span>
				</div>
				<div class="unit-wrapper">
					<div class="input-wrapper">
						<select class="dimension-unit" name="unit" data-type="unit" value="">
							<# _.each( data.suffix, function( suffix ) { #>
							<option value="{{ suffix }}" {{{ data.value.unit && data.value.unit == suffix ? 'selected' : '' }}}>{{{ suffix }}}</option>
							<# } ); #>
						</select>
						<div class="colormag-dimensions-reset">
							<span class="dashicons dashicons-image-rotate"
								title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
							</span>
						</div>
					</div>
				</div>
			</div>
			<# } #>
			<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
			<div class="wrapper">
                <div class="control">
					<# _.each( data.sides, function( label, key ) { #>
						<label for="{{ key }}" class="{{ key }}">
							<input type="number"
                                   id="{{ key }}"
                                   data-type="{{{ key }}}"
                                   value="{{{ data.value[ key ] ? data.value[ key ] : data.default[ key ] }}}"
							<h5>{{{ label }}}</h5>
						</label>
					<# } ) #>
					<button class="colormag-binding">
						<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
							<path d="M12 22a5 5 0 0 1-5-5v-2.5a.83.83 0 0 1 .83-.83.84.84 0 0 1 .84.83V17a3.33 3.33 0 0 0 6.66 0v-2.5a.84.84 0 0 1 .84-.83.83.83 0 0 1 .83.83V17a5 5 0 0 1-5 5Zm4.17-11.67a.84.84 0 0 1-.84-.83V7a3.33 3.33 0 0 0-6.66 0v2.5a.84.84 0 0 1-.84.83A.83.83 0 0 1 7 9.5V7a5 5 0 0 1 10 0v2.5a.83.83 0 0 1-.83.83Zm-3.34 5V8.67a.83.83 0 1 0-1.66 0v6.66a.83.83 0 1 0 1.66 0Z"/>
						</svg>
					</button>
				</div>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	protected function render_content() {}
}
PK�
�[&�թ--<inc/customizer/core/custom-controls/dimensions/dimensions.jsnu�[���/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );
PK�
�[D����Minc/customizer/core/custom-controls/class-colormag-customize-base-control.phpnu�[���<?php
/**
 * ColorMag customizer base control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer base control class.
 *
 * Class ColorMag_Customize_Base_Control
 */
class ColorMag_Customize_Base_Control {

	/**
	 * Registered Controls.
	 *
	 * @var array
	 */
	public static $controls;

	/**
	 * Add Control to self::$controls and register custom controls to WordPress Customizer.
	 *
	 * @param string $name       Slug for the control.
	 * @param array  $attributes Control Attributes.
	 *
	 * @return void
	 */
	public static function add_control( $name, $attributes ) {

		global $wp_customize;
		self::$controls[ $name ] = $attributes;

		if ( isset( $attributes['callback'] ) ) {
			$wp_customize->register_control_type( $attributes['callback'] );
		}

	}

	/**
	 * Returns control instance.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return string
	 */
	public static function get_control_instance( $control_type ) {

		$control_class = self::get_control( $control_type );

		if ( isset( $control_class['callback'] ) ) {
			return class_exists( $control_class['callback'] ) ? $control_class['callback'] : false;
		}

		return false;

	}

	/**
	 * Returns control and its attributes.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return array
	 */
	public static function get_control( $control_type ) {

		if ( isset( self::$controls[ $control_type ] ) ) {
			return self::$controls[ $control_type ];
		}

		return array();

	}

	/**
	 * Returns santize callback for control.
	 *
	 * @param string $control Control type for customize option.
	 *
	 * @return string
	 */
	public static function get_sanitize_callback( $control ) {

		if ( isset( self::$controls[ $control ]['sanitize_callback'] ) ) {
			return self::$controls[ $control ]['sanitize_callback'];
		}

		return false;

	}

}

return new ColorMag_Customize_Base_Control();
PK�
�[z��K, , Tinc/customizer/core/custom-controls/background/class-colormag-background-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the background control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the background customize control.
 *
 * Class ColorMag_Background_Control
 */
class ColorMag_Background_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-background';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlBackground',
			array(
				'placeholder' => esc_html__( 'No file selected', 'colormag' ),
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<div class="background-color">
				<span class="customize-control-label"><?php esc_html_e( 'Background Color', 'colormag' ); ?></span>
				<input data-name="{{ data.name }}"
						type="text"
						data-default-color="{{ data.default['background-color'] }}"
						data-alpha-enabled="true"
						value="{{ data.value['background-color'] }}"
						class="colormag-color-picker-alpha color-picker-hex"
				/>
			</div>

			<div class="background-image">
				<span class="customize-control-label"><?php esc_html_e( 'Background Image', 'colormag' ); ?></span>
				<div class="attachment-media-view background-image-upload">
					<# if ( data.value['background-image'] ) { #>
					<div class="thumbnail thumbnail-image"><img src="{{ data.value['background-image'] }}" alt="" />
					</div>
					<# } else { #>
					<div class="placeholder"><?php esc_html_e( 'No Image Selected', 'colormag' ); ?></div>
					<# } #>

					<div class="actions">
						<button data-name="{{ data.name }}"
								class="button background-image-upload-remove-button<# if ( ! data.value['background-image'] ) { #> hidden <# } #>"
						>
							<?php esc_attr_e( 'Remove', 'colormag' ); ?>
						</button>

						<button data-name="{{ data.name }}"
								type="button"
								class="button background-image-upload-button"
						>
							<?php esc_attr_e( 'Select Image', 'colormag' ); ?>
						</button>
					</div>
				</div>
			</div>

			<div class="background-repeat">
				<span class="customize-control-label"><?php esc_html_e( 'Background Repeat', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="no-repeat"
					<# if ( 'no-repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'No Repeat', 'colormag' ); ?></option>
					<option value="repeat"
					<# if ( 'repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat All', 'colormag' ); ?></option>
					<option value="repeat-x"
					<# if ( 'repeat-x' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Horizontally', 'colormag' ); ?></option>
					<option value="repeat-y"
					<# if ( 'repeat-y' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Vertically', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-position">
				<span class="customize-control-label"><?php esc_html_e( 'Background Position', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="left top"
					<# if ( 'left top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Top', 'colormag' ); ?></option>
					<option value="left center"
					<# if ( 'left center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Center', 'colormag' ); ?></option>
					<option value="left bottom"
					<# if ( 'left bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Bottom', 'colormag' ); ?></option>
					<option value="right top"
					<# if ( 'right top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Top', 'colormag' ); ?></option>
					<option value="right center"
					<# if ( 'right center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Center', 'colormag' ); ?></option>
					<option value="right bottom"
					<# if ( 'right bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Bottom', 'colormag' ); ?></option>
					<option value="center top"
					<# if ( 'center top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Top', 'colormag' ); ?></option>
					<option value="center center"
					<# if ( 'center center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Center', 'colormag' ); ?></option>
					<option value="center bottom"
					<# if ( 'center bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Bottom', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-size">
				<span class="customize-control-label"><?php esc_html_e( 'Background Size', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="cover"
					<# if ( 'cover' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Cover', 'colormag' ); ?></option>
					<option value="contain"
					<# if ( 'contain' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Contain', 'colormag' ); ?></option>
					<option value="auto"
					<# if ( 'auto' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Auto', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-attachment">
				<span class="customize-control-label"><?php esc_html_e( 'Background Attachment', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="scroll"
					<# if ( 'scroll' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Scroll', 'colormag' ); ?></option>
					<option value="fixed"
					<# if ( 'fixed' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Fixed', 'colormag' ); ?></option>
				</select>
			</div>

			<input class="background-hidden-value"
					value="{{ JSON.stringify( data.value ) }}"
					data-name="{{ data.name }}"
					type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[���//<inc/customizer/core/custom-controls/background/background.jsnu�[���/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );
PK�
�[�e�""Vinc/customizer/core/custom-controls/radio-image/class-colormag-radio-image-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the radio image.
 *
 * Class ColorMag_Radio_Image_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio image customize control.
 *
 * Class ColorMag_Radio_Image_Control
 */
class ColorMag_Radio_Image_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-radio-image';

	/**
	 * Column for image.
	 *
	 * @var int
	 */
	public $image_col = 1;

	/**
	 * Alignment class.
	 *
	 * @var int
	 */
	public $class = "";

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'image_col' ] = $this->image_col;
		$this->json[ 'class' ]     = $this->class;

		foreach ( $this->choices as $key => $value ) {
			$this->json[ 'choices' ][ $key ]        = $value[ 'url' ];
			$this->json[ 'choices_titles' ][ $key ] = $value[ 'label' ];
		}

		$this->json[ 'inputAttrs' ] = '';
		$this->json[ 'labelStyle' ] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			if ( 'style' !== $attr ) {
				$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
			} else {
				$this->json[ 'labelStyle' ] = 'style="' . esc_attr( $value ) . '" ';
			}
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="image image-col-{{{ data.image_col }}} {{{ data.class }}}">
			<# for ( key in data.choices ) { #>
			<input {{{ data.inputAttrs }}}
			       class="image-select"
			       type="radio"
			       value="{{ key }}"
			       name="_customize-radio-{{ data.id }}"
			       id="{{ data.id }}{{ key }}"
			       {{{ data.link }}}
			<# if ( data.value === key ) { #> checked="checked"<# } #>
			>

			<label for="{{ data.id }}{{ key }}" {{{ data.labelStyle }}} class="colormag-radio-image">
				<img src="{{{ data.choices[ key ] }}}" alt="{{{ data.choices_titles[ key ] }}}">
				<# if ( '' !== data.choices_titles[ key ] ) { #>
				<span class="image-clickable tooltip-text">{{{ data.choices_titles[ key ] }}}</span>
				<# } #>
			</label>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[{m[���>inc/customizer/core/custom-controls/radio-image/radio-image.jsnu�[���/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
PK�
�[;6�t��Jinc/customizer/core/custom-controls/group/class-colormag-group-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to include group control.
 *
 * Class ColorMag_Group_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the group customize control.
 *
 * Class ColorMag_Group_Control
 */
class ColorMag_Group_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-group';

	/**
	 * The control name.
	 *
	 * @var string
	 */
	public $name = '';

	/**
	 * The control tab value.
	 *
	 * @var string
	 */
	public $tab = '';

	/**
	 * The fields for group.
	 *
	 * @var string
	 */
	public $colormag_fields = '';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		// Enqueue jQuery UI tabs.
		wp_enqueue_script( 'jquery-ui-tabs' );

		$tmpl  = '<div class="colormag-field-settings-modal">';
		$tmpl .= '<ul class="colormag-fields-wrap">';
		$tmpl .= '</ul>';
		$tmpl .= '</div>';

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlGroup',
			array(
				'group_modal_tmpl' => $tmpl,
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['name'] = $this->name;
		$config             = array();

		if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] ) ) {

			$tab = array_keys( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] );

			foreach ( $tab as $key => $value ) {
				$config['tabs'][ $value ] = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'][ $value ], 'priority' );
			}
		} else {

			if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ] ) ) {
				$config = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ], 'priority' );
			}
		}

		$this->json['colormag_fields'] = $config;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-group-wrap">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>

				<span
					class="colormag-group-toggle-icon dashicons <# if ( data.description ) { #>toggle-description<# } #>"
					data-control="{{ data.name }}"></span>
			</div>
		</div>

		<div class="colormag-field-settings-wrap">
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
PK�
�[��c'�'�2inc/customizer/core/custom-controls/group/group.jsnu�[���/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );
PK�
�[*���Ninc/customizer/core/custom-controls/divider/class-colormag-divider-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the divider control.
 *
 * Class ColorMag_Divider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the divider customize control.
 *
 * Class ColorMag_Divider_Control
 */
class ColorMag_Divider_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-divider';

	/**
	 * Divider placement
	 *
	 * @var string
	 */
	public $placement = 'above';

	/**
	 * Divider style
	 *
	 * @var string
	 */
	public $style = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['placement'] = $this->placement;

		$this->json['style'] = $this->style;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="divider-placement-{{ data.placement }} colormag-divider-{{data.style}}">
			<# if ( data.placement == 'above' ) { #>
			<hr />
			<# } #>

			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<# if ( data.placement == 'below' ) { #>
			<hr />
			<# } #>
		</div>

		<?php
	}

}
PK�
�[
 ����Jinc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.min.jsnu�[���/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */
!function(o,a){var t={version:300};if("wpColorPickerAlpha"in window&&"version"in window.wpColorPickerAlpha){var r=parseInt(window.wpColorPickerAlpha.version,10);if(!isNaN(r)&&r>=t.version)return}if(!Color.fn.hasOwnProperty("to_s")){Color.fn.to_s=function(o){"hex"===(o=o||"hex")&&this._alpha<1&&(o="rgba");var a="";return"hex"===o?a=this.toString():this.error||(a=this.toCSS(o).replace(/\(\s+/,"(").replace(/\s+\)/,")")),a},window.wpColorPickerAlpha=t;var i="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==";o.widget("a8c.iris",o.a8c.iris,{alphaOptions:{alphaEnabled:!1},_getColor:function(o){return o===a&&(o=this._color),this.alphaOptions.alphaEnabled?(o=o.to_s(this.alphaOptions.alphaColorType),this.alphaOptions.alphaColorWithSpace||(o=o.replace(/\s+/g,"")),o):o.toString()},_create:function(){try{this.alphaOptions=this.element.wpColorPicker("instance").alphaOptions}catch(o){}o.extend({},this.alphaOptions,{alphaEnabled:!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1}),this._super()},_addInputListeners:function(o){var a=this,t=function(t){var r=o.val(),i=new Color(r),l=(r=r.replace(/^(#|(rgb|hsl)a?)/,""),a.alphaOptions.alphaColorType);o.removeClass("iris-error"),i.error?""!==r&&o.addClass("iris-error"):"hex"===l&&"keyup"===t.type&&r.match(/^[0-9a-fA-F]{3}$/)||i.toIEOctoHex()!==a._color.toIEOctoHex()&&a._setOption("color",a._getColor(i))};o.on("change",t).on("keyup",a._debounce(t,100)),a.options.hide&&o.one("focus",(function(){a.show()}))},_initControls:function(){if(this._super(),this.alphaOptions.alphaEnabled){var a=this,t=a.controls.strip.clone(!1,!1),r=t.find(".iris-slider-offset"),i={stripAlpha:t,stripAlphaSlider:r};t.addClass("iris-strip-alpha"),r.addClass("iris-slider-offset-alpha"),t.appendTo(a.picker.find(".iris-picker-inner")),o.each(i,(function(o,t){a.controls[o]=t})),a.controls.stripAlphaSlider.slider({orientation:"vertical",min:0,max:100,step:1,value:parseInt(100*a._color._alpha),slide:function(o,t){a.active="strip",a._color._alpha=parseFloat(t.value/100),a._change.apply(a,arguments)}})}},_dimensions:function(o){if(this._super(o),this.alphaOptions.alphaEnabled){var a,t,r,i,l,e=this,s=e.options,n=e.controls.square,p=e.picker.find(".iris-strip");for(a=Math.round(e.picker.outerWidth(!0)-(s.border?22:0)),t=Math.round(n.outerWidth()),r=Math.round((a-t)/2),i=Math.round(r/2),l=Math.round(t+2*r+2*i);l>a;)r=Math.round(r-2),i=Math.round(i-1),l=Math.round(t+2*r+2*i);n.css("margin","0"),p.width(r).css("margin-left",i+"px")}},_change:function(){var a=this,t=a.active;if(a._super(),a.alphaOptions.alphaEnabled){var r=a.controls,l=parseInt(100*a._color._alpha),e=a._color.toRgb(),s=["rgb("+e.r+","+e.g+","+e.b+") 0%","rgba("+e.r+","+e.g+","+e.b+", 0) 100%"];a.picker.closest(".wp-picker-container").find(".wp-color-result");a.options.color=a._getColor(),r.stripAlpha.css({background:"linear-gradient(to bottom, "+s.join(", ")+"), url("+i+")"}),t&&r.stripAlphaSlider.slider("value",l),a._color.error||a.element.removeClass("iris-error").val(a.options.color),a.picker.find(".iris-palette-container").on("click.palette",".iris-palette",(function(){var t=o(this).data("color");a.alphaOptions.alphaReset&&(a._color._alpha=1,t=a._getColor()),a._setOption("color",t)}))}},_paintDimension:function(o,a){var t=this,r=!1;t.alphaOptions.alphaEnabled&&"strip"===a&&(r=t._color,t._color=new Color(r.toString()),t.hue=t._color.h()),t._super(o,a),r&&(t._color=r)},_setOption:function(o,a){var t=this;if("color"!==o||!t.alphaOptions.alphaEnabled)return t._super(o,a);a=""+a,newColor=new Color(a).setHSpace(t.options.mode),newColor.error||t._getColor(newColor)===t._getColor()||(t._color=newColor,t.options.color=t._getColor(),t.active="external",t._change())},color:function(o){return!0===o?this._color.clone():o===a?this._getColor():void this.option("color",o)}}),o.widget("wp.wpColorPicker",o.wp.wpColorPicker,{alphaOptions:{alphaEnabled:!1},_getAlphaOptions:function(){var a=this.element,t=a.data("type")||this.options.type,r=a.data("defaultColor")||a.val(),i={alphaEnabled:a.data("alphaEnabled")||!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1};return i.alphaEnabled&&(i.alphaEnabled=a.is("input")&&"full"===t),i.alphaEnabled?(i.alphaColorWithSpace=r&&r.match(/\s/),o.each(i,(function(o,t){var l=a.data(o)||t;switch(o){case"alphaCustomWidth":l=l?parseInt(l,10):0,l=isNaN(l)?t:l;break;case"alphaColorType":l.match(/^(hex|(rgb|hsl)a?)$/)||(l=r&&r.match(/^#/)?"hex":r&&r.match(/^hsla?/)?"hsl":t);break;default:l=!!l}i[o]=l})),i):i},_create:function(){o.support.iris&&(this.alphaOptions=this._getAlphaOptions(),this._super())},_addListeners:function(){if(!this.alphaOptions.alphaEnabled)return this._super();var a=this,t=a.element,r=a.toggler.is("a");this.alphaOptions.defaultWidth=t.width(),this.alphaOptions.alphaCustomWidth&&t.width(parseInt(this.alphaOptions.defaultWidth+this.alphaOptions.alphaCustomWidth,10)),a.toggler.css({position:"relative","background-image":"url("+i+")"}),r?a.toggler.html('<span class="color-alpha" />'):a.toggler.append('<span class="color-alpha" />'),a.colorAlpha=a.toggler.find("span.color-alpha").css({width:"30px",height:"100%",position:"absolute",top:0,"background-color":t.val()}),"ltr"===a.colorAlpha.css("direction")?a.colorAlpha.css({"border-bottom-left-radius":"2px","border-top-left-radius":"2px",left:0}):a.colorAlpha.css({"border-bottom-right-radius":"2px","border-top-right-radius":"2px",right:0}),t.iris({change:function(t,r){a.colorAlpha.css({"background-color":r.color.to_s(a.alphaOptions.alphaColorType)}),o.isFunction(a.options.change)&&a.options.change.call(this,t,r)}}),a.wrap.on("click.wpcolorpicker",(function(o){o.stopPropagation()})),a.toggler.click((function(){a.toggler.hasClass("wp-picker-open")?a.close():a.open()})),t.change((function(i){var l=o(this).val();(t.hasClass("iris-error")||""===l||l.match(/^(#|(rgb|hsl)a?)$/))&&(r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i))})),a.button.click((function(i){o(this).hasClass("wp-picker-default")?t.val(a.options.defaultColor).change():o(this).hasClass("wp-picker-clear")&&(t.val(""),r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i),t.trigger("change"))}))}})}}(jQuery);PK�
�[��27`X`X:inc/customizer/core/custom-controls/assets/js/selectWoo.jsnu�[���/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
(function (factory) {
  if (typeof define === 'function' && define.amd) {
    // AMD. Register as an anonymous module.
    define(['jquery'], factory);
  } else if (typeof module === 'object' && module.exports) {
    // Node/CommonJS
    module.exports = function (root, jQuery) {
      if (jQuery === undefined) {
        // require('jQuery') returns a factory that requires window to
        // build a jQuery instance, we normalize how we use modules
        // that require this pattern but the window provided is a noop
        // if it's defined (how jquery works)
        if (typeof window !== 'undefined') {
          jQuery = require('jquery');
        }
        else {
          jQuery = require('jquery')(root);
        }
      }
      factory(jQuery);
      return jQuery;
    };
  } else {
    // Browser globals
    factory(jQuery);
  }
} (function (jQuery) {
  // This is needed so we can catch the AMD loader configuration and use it
  // The inner file should be wrapped (by `banner.start.js`) in a function that
  // returns the AMD loader references.
  var S2 =(function () {
  // Restore the Select2 AMD loader so it can be used
  // Needed mostly in the language files, where the loader is not inserted
  if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
    var S2 = jQuery.fn.select2.amd;
  }
var S2;(function () { if (!S2 || !S2.requirejs) {
if (!S2) { S2 = {}; } else { require = S2; }
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
//Going sloppy to avoid 'use strict' string cost, but strict practices should
//be followed.
/*global setTimeout: false */

var requirejs, require, define;
(function (undef) {
    var main, req, makeMap, handlers,
        defined = {},
        waiting = {},
        config = {},
        defining = {},
        hasOwn = Object.prototype.hasOwnProperty,
        aps = [].slice,
        jsSuffixRegExp = /\.js$/;

    function hasProp(obj, prop) {
        return hasOwn.call(obj, prop);
    }

    /**
     * Given a relative module name, like ./something, normalize it to
     * a real name that can be mapped to a path.
     * @param {String} name the relative name
     * @param {String} baseName a real name that the name arg is relative
     * to.
     * @returns {String} normalized name
     */
    function normalize(name, baseName) {
        var nameParts, nameSegment, mapValue, foundMap, lastIndex,
            foundI, foundStarMap, starI, i, j, part, normalizedBaseParts,
            baseParts = baseName && baseName.split("/"),
            map = config.map,
            starMap = (map && map['*']) || {};

        //Adjust any relative paths.
        if (name) {
            name = name.split('/');
            lastIndex = name.length - 1;

            // If wanting node ID compatibility, strip .js from end
            // of IDs. Have to do this here, and not in nameToUrl
            // because node allows either .js or non .js to map
            // to same file.
            if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) {
                name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, '');
            }

            // Starts with a '.' so need the baseName
            if (name[0].charAt(0) === '.' && baseParts) {
                //Convert baseName to array, and lop off the last part,
                //so that . matches that 'directory' and not name of the baseName's
                //module. For instance, baseName of 'one/two/three', maps to
                //'one/two/three.js', but we want the directory, 'one/two' for
                //this normalization.
                normalizedBaseParts = baseParts.slice(0, baseParts.length - 1);
                name = normalizedBaseParts.concat(name);
            }

            //start trimDots
            for (i = 0; i < name.length; i++) {
                part = name[i];
                if (part === '.') {
                    name.splice(i, 1);
                    i -= 1;
                } else if (part === '..') {
                    // If at the start, or previous value is still ..,
                    // keep them so that when converted to a path it may
                    // still work when converted to a path, even though
                    // as an ID it is less than ideal. In larger point
                    // releases, may be better to just kick out an error.
                    if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') {
                        continue;
                    } else if (i > 0) {
                        name.splice(i - 1, 2);
                        i -= 2;
                    }
                }
            }
            //end trimDots

            name = name.join('/');
        }

        //Apply map config if available.
        if ((baseParts || starMap) && map) {
            nameParts = name.split('/');

            for (i = nameParts.length; i > 0; i -= 1) {
                nameSegment = nameParts.slice(0, i).join("/");

                if (baseParts) {
                    //Find the longest baseName segment match in the config.
                    //So, do joins on the biggest to smallest lengths of baseParts.
                    for (j = baseParts.length; j > 0; j -= 1) {
                        mapValue = map[baseParts.slice(0, j).join('/')];

                        //baseName segment has  config, find if it has one for
                        //this name.
                        if (mapValue) {
                            mapValue = mapValue[nameSegment];
                            if (mapValue) {
                                //Match, update name to the new value.
                                foundMap = mapValue;
                                foundI = i;
                                break;
                            }
                        }
                    }
                }

                if (foundMap) {
                    break;
                }

                //Check for a star map match, but just hold on to it,
                //if there is a shorter segment match later in a matching
                //config, then favor over this star map.
                if (!foundStarMap && starMap && starMap[nameSegment]) {
                    foundStarMap = starMap[nameSegment];
                    starI = i;
                }
            }

            if (!foundMap && foundStarMap) {
                foundMap = foundStarMap;
                foundI = starI;
            }

            if (foundMap) {
                nameParts.splice(0, foundI, foundMap);
                name = nameParts.join('/');
            }
        }

        return name;
    }

    function makeRequire(relName, forceSync) {
        return function () {
            //A version of a require function that passes a moduleName
            //value for items that may need to
            //look up paths relative to the moduleName
            var args = aps.call(arguments, 0);

            //If first arg is not require('string'), and there is only
            //one arg, it is the array form without a callback. Insert
            //a null so that the following concat is correct.
            if (typeof args[0] !== 'string' && args.length === 1) {
                args.push(null);
            }
            return req.apply(undef, args.concat([relName, forceSync]));
        };
    }

    function makeNormalize(relName) {
        return function (name) {
            return normalize(name, relName);
        };
    }

    function makeLoad(depName) {
        return function (value) {
            defined[depName] = value;
        };
    }

    function callDep(name) {
        if (hasProp(waiting, name)) {
            var args = waiting[name];
            delete waiting[name];
            defining[name] = true;
            main.apply(undef, args);
        }

        if (!hasProp(defined, name) && !hasProp(defining, name)) {
            throw new Error('No ' + name);
        }
        return defined[name];
    }

    //Turns a plugin!resource to [plugin, resource]
    //with the plugin being undefined if the name
    //did not have a plugin prefix.
    function splitPrefix(name) {
        var prefix,
            index = name ? name.indexOf('!') : -1;
        if (index > -1) {
            prefix = name.substring(0, index);
            name = name.substring(index + 1, name.length);
        }
        return [prefix, name];
    }

    //Creates a parts array for a relName where first part is plugin ID,
    //second part is resource ID. Assumes relName has already been normalized.
    function makeRelParts(relName) {
        return relName ? splitPrefix(relName) : [];
    }

    /**
     * Makes a name map, normalizing the name, and using a plugin
     * for normalization if necessary. Grabs a ref to plugin
     * too, as an optimization.
     */
    makeMap = function (name, relParts) {
        var plugin,
            parts = splitPrefix(name),
            prefix = parts[0],
            relResourceName = relParts[1];

        name = parts[1];

        if (prefix) {
            prefix = normalize(prefix, relResourceName);
            plugin = callDep(prefix);
        }

        //Normalize according
        if (prefix) {
            if (plugin && plugin.normalize) {
                name = plugin.normalize(name, makeNormalize(relResourceName));
            } else {
                name = normalize(name, relResourceName);
            }
        } else {
            name = normalize(name, relResourceName);
            parts = splitPrefix(name);
            prefix = parts[0];
            name = parts[1];
            if (prefix) {
                plugin = callDep(prefix);
            }
        }

        //Using ridiculous property names for space reasons
        return {
            f: prefix ? prefix + '!' + name : name, //fullName
            n: name,
            pr: prefix,
            p: plugin
        };
    };

    function makeConfig(name) {
        return function () {
            return (config && config.config && config.config[name]) || {};
        };
    }

    handlers = {
        require: function (name) {
            return makeRequire(name);
        },
        exports: function (name) {
            var e = defined[name];
            if (typeof e !== 'undefined') {
                return e;
            } else {
                return (defined[name] = {});
            }
        },
        module: function (name) {
            return {
                id: name,
                uri: '',
                exports: defined[name],
                config: makeConfig(name)
            };
        }
    };

    main = function (name, deps, callback, relName) {
        var cjsModule, depName, ret, map, i, relParts,
            args = [],
            callbackType = typeof callback,
            usingExports;

        //Use name if no relName
        relName = relName || name;
        relParts = makeRelParts(relName);

        //Call the callback to define the module, if necessary.
        if (callbackType === 'undefined' || callbackType === 'function') {
            //Pull out the defined dependencies and pass the ordered
            //values to the callback.
            //Default to [require, exports, module] if no deps
            deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps;
            for (i = 0; i < deps.length; i += 1) {
                map = makeMap(deps[i], relParts);
                depName = map.f;

                //Fast path CommonJS standard dependencies.
                if (depName === "require") {
                    args[i] = handlers.require(name);
                } else if (depName === "exports") {
                    //CommonJS module spec 1.1
                    args[i] = handlers.exports(name);
                    usingExports = true;
                } else if (depName === "module") {
                    //CommonJS module spec 1.1
                    cjsModule = args[i] = handlers.module(name);
                } else if (hasProp(defined, depName) ||
                           hasProp(waiting, depName) ||
                           hasProp(defining, depName)) {
                    args[i] = callDep(depName);
                } else if (map.p) {
                    map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {});
                    args[i] = defined[depName];
                } else {
                    throw new Error(name + ' missing ' + depName);
                }
            }

            ret = callback ? callback.apply(defined[name], args) : undefined;

            if (name) {
                //If setting exports via "module" is in play,
                //favor that over return value and exports. After that,
                //favor a non-undefined return value over exports use.
                if (cjsModule && cjsModule.exports !== undef &&
                        cjsModule.exports !== defined[name]) {
                    defined[name] = cjsModule.exports;
                } else if (ret !== undef || !usingExports) {
                    //Use the return value from the function.
                    defined[name] = ret;
                }
            }
        } else if (name) {
            //May just be an object definition for the module. Only
            //worry about defining if have a module name.
            defined[name] = callback;
        }
    };

    requirejs = require = req = function (deps, callback, relName, forceSync, alt) {
        if (typeof deps === "string") {
            if (handlers[deps]) {
                //callback in this case is really relName
                return handlers[deps](callback);
            }
            //Just return the module wanted. In this scenario, the
            //deps arg is the module name, and second arg (if passed)
            //is just the relName.
            //Normalize module name, if it contains . or ..
            return callDep(makeMap(deps, makeRelParts(callback)).f);
        } else if (!deps.splice) {
            //deps is a config object, not an array.
            config = deps;
            if (config.deps) {
                req(config.deps, config.callback);
            }
            if (!callback) {
                return;
            }

            if (callback.splice) {
                //callback is an array, which means it is a dependency list.
                //Adjust args if there are dependencies
                deps = callback;
                callback = relName;
                relName = null;
            } else {
                deps = undef;
            }
        }

        //Support require(['a'])
        callback = callback || function () {};

        //If relName is a function, it is an errback handler,
        //so remove it.
        if (typeof relName === 'function') {
            relName = forceSync;
            forceSync = alt;
        }

        //Simulate async callback;
        if (forceSync) {
            main(undef, deps, callback, relName);
        } else {
            //Using a non-zero value because of concern for what old browsers
            //do, and latest browsers "upgrade" to 4 if lower value is used:
            //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout:
            //If want a value immediately, use require('id') instead -- something
            //that works in almond on the global level, but not guaranteed and
            //unlikely to work in other AMD implementations.
            setTimeout(function () {
                main(undef, deps, callback, relName);
            }, 4);
        }

        return req;
    };

    /**
     * Just drops the config on the floor, but returns req in case
     * the config return value is used.
     */
    req.config = function (cfg) {
        return req(cfg);
    };

    /**
     * Expose module registry for debugging and tooling
     */
    requirejs._defined = defined;

    define = function (name, deps, callback) {
        if (typeof name !== 'string') {
            throw new Error('See almond README: incorrect module build, no module name');
        }

        //This module may not have dependencies
        if (!deps.splice) {
            //deps is not an array, so probably means
            //an object literal or factory function for
            //the value. Adjust args.
            callback = deps;
            deps = [];
        }

        if (!hasProp(defined, name) && !hasProp(waiting, name)) {
            waiting[name] = [name, deps, callback];
        }
    };

    define.amd = {
        jQuery: true
    };
}());

S2.requirejs = requirejs;S2.require = require;S2.define = define;
}
}());
S2.define("almond", function(){});

/* global jQuery:false, $:false */
S2.define('jquery',[],function () {
  var _$ = jQuery || $;

  if (_$ == null && console && console.error) {
    console.error(
      'Select2: An instance of jQuery or a jQuery-compatible library was not ' +
      'found. Make sure that you are including jQuery before Select2 on your ' +
      'web page.'
    );
  }

  return _$;
});

S2.define('select2/utils',[
  'jquery'
], function ($) {
  var Utils = {};

  Utils.Extend = function (ChildClass, SuperClass) {
    var __hasProp = {}.hasOwnProperty;

    function BaseConstructor () {
      this.constructor = ChildClass;
    }

    for (var key in SuperClass) {
      if (__hasProp.call(SuperClass, key)) {
        ChildClass[key] = SuperClass[key];
      }
    }

    BaseConstructor.prototype = SuperClass.prototype;
    ChildClass.prototype = new BaseConstructor();
    ChildClass.__super__ = SuperClass.prototype;

    return ChildClass;
  };

  function getMethods (theClass) {
    var proto = theClass.prototype;

    var methods = [];

    for (var methodName in proto) {
      var m = proto[methodName];

      if (typeof m !== 'function') {
        continue;
      }

      if (methodName === 'constructor') {
        continue;
      }

      methods.push(methodName);
    }

    return methods;
  }

  Utils.Decorate = function (SuperClass, DecoratorClass) {
    var decoratedMethods = getMethods(DecoratorClass);
    var superMethods = getMethods(SuperClass);

    function DecoratedClass () {
      var unshift = Array.prototype.unshift;

      var argCount = DecoratorClass.prototype.constructor.length;

      var calledConstructor = SuperClass.prototype.constructor;

      if (argCount > 0) {
        unshift.call(arguments, SuperClass.prototype.constructor);

        calledConstructor = DecoratorClass.prototype.constructor;
      }

      calledConstructor.apply(this, arguments);
    }

    DecoratorClass.displayName = SuperClass.displayName;

    function ctr () {
      this.constructor = DecoratedClass;
    }

    DecoratedClass.prototype = new ctr();

    for (var m = 0; m < superMethods.length; m++) {
        var superMethod = superMethods[m];

        DecoratedClass.prototype[superMethod] =
          SuperClass.prototype[superMethod];
    }

    var calledMethod = function (methodName) {
      // Stub out the original method if it's not decorating an actual method
      var originalMethod = function () {};

      if (methodName in DecoratedClass.prototype) {
        originalMethod = DecoratedClass.prototype[methodName];
      }

      var decoratedMethod = DecoratorClass.prototype[methodName];

      return function () {
        var unshift = Array.prototype.unshift;

        unshift.call(arguments, originalMethod);

        return decoratedMethod.apply(this, arguments);
      };
    };

    for (var d = 0; d < decoratedMethods.length; d++) {
      var decoratedMethod = decoratedMethods[d];

      DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod);
    }

    return DecoratedClass;
  };

  var Observable = function () {
    this.listeners = {};
  };

  Observable.prototype.on = function (event, callback) {
    this.listeners = this.listeners || {};

    if (event in this.listeners) {
      this.listeners[event].push(callback);
    } else {
      this.listeners[event] = [callback];
    }
  };

  Observable.prototype.trigger = function (event) {
    var slice = Array.prototype.slice;
    var params = slice.call(arguments, 1);

    this.listeners = this.listeners || {};

    // Params should always come in as an array
    if (params == null) {
      params = [];
    }

    // If there are no arguments to the event, use a temporary object
    if (params.length === 0) {
      params.push({});
    }

    // Set the `_type` of the first object to the event
    params[0]._type = event;

    if (event in this.listeners) {
      this.invoke(this.listeners[event], slice.call(arguments, 1));
    }

    if ('*' in this.listeners) {
      this.invoke(this.listeners['*'], arguments);
    }
  };

  Observable.prototype.invoke = function (listeners, params) {
    for (var i = 0, len = listeners.length; i < len; i++) {
      listeners[i].apply(this, params);
    }
  };

  Utils.Observable = Observable;

  Utils.generateChars = function (length) {
    var chars = '';

    for (var i = 0; i < length; i++) {
      var randomChar = Math.floor(Math.random() * 36);
      chars += randomChar.toString(36);
    }

    return chars;
  };

  Utils.bind = function (func, context) {
    return function () {
      func.apply(context, arguments);
    };
  };

  Utils._convertData = function (data) {
    for (var originalKey in data) {
      var keys = originalKey.split('-');

      var dataLevel = data;

      if (keys.length === 1) {
        continue;
      }

      for (var k = 0; k < keys.length; k++) {
        var key = keys[k];

        // Lowercase the first letter
        // By default, dash-separated becomes camelCase
        key = key.substring(0, 1).toLowerCase() + key.substring(1);

        if (!(key in dataLevel)) {
          dataLevel[key] = {};
        }

        if (k == keys.length - 1) {
          dataLevel[key] = data[originalKey];
        }

        dataLevel = dataLevel[key];
      }

      delete data[originalKey];
    }

    return data;
  };

  Utils.hasScroll = function (index, el) {
    // Adapted from the function created by @ShadowScripter
    // and adapted by @BillBarry on the Stack Exchange Code Review website.
    // The original code can be found at
    // http://codereview.stackexchange.com/q/13338
    // and was designed to be used with the Sizzle selector engine.

    var $el = $(el);
    var overflowX = el.style.overflowX;
    var overflowY = el.style.overflowY;

    //Check both x and y declarations
    if (overflowX === overflowY &&
        (overflowY === 'hidden' || overflowY === 'visible')) {
      return false;
    }

    if (overflowX === 'scroll' || overflowY === 'scroll') {
      return true;
    }

    return ($el.innerHeight() < el.scrollHeight ||
      $el.innerWidth() < el.scrollWidth);
  };

  Utils.escapeMarkup = function (markup) {
    var replaceMap = {
      '\\': '&#92;',
      '&': '&amp;',
      '<': '&lt;',
      '>': '&gt;',
      '"': '&quot;',
      '\'': '&#39;',
      '/': '&#47;'
    };

    // Do not try to escape the markup if it's not a string
    if (typeof markup !== 'string') {
      return markup;
    }

    return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
      return replaceMap[match];
    });
  };

  // Append an array of jQuery nodes to a given element.
  Utils.appendMany = function ($element, $nodes) {
    // jQuery 1.7.x does not support $.fn.append() with an array
    // Fall back to a jQuery object collection using $.fn.add()
    if ($.fn.jquery.substr(0, 3) === '1.7') {
      var $jqNodes = $();

      $.map($nodes, function (node) {
        $jqNodes = $jqNodes.add(node);
      });

      $nodes = $jqNodes;
    }

    $element.append($nodes);
  };

  // Determine whether the browser is on a touchscreen device.
  Utils.isTouchscreen = function() {
    if ('undefined' === typeof Utils._isTouchscreenCache) {
      Utils._isTouchscreenCache = 'ontouchstart' in document.documentElement;
    }
    return Utils._isTouchscreenCache;
  }

  return Utils;
});

S2.define('select2/results',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Results ($element, options, dataAdapter) {
    this.$element = $element;
    this.data = dataAdapter;
    this.options = options;

    Results.__super__.constructor.call(this);
  }

  Utils.Extend(Results, Utils.Observable);

  Results.prototype.render = function () {
    var $results = $(
      '<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>'
    );

    if (this.options.get('multiple')) {
      $results.attr('aria-multiselectable', 'true');
    }

    this.$results = $results;

    return $results;
  };

  Results.prototype.clear = function () {
    this.$results.empty();
  };

  Results.prototype.displayMessage = function (params) {
    var escapeMarkup = this.options.get('escapeMarkup');

    this.clear();
    this.hideLoading();

    var $message = $(
      '<li role="alert" aria-live="assertive"' +
      ' class="select2-results__option"></li>'
    );

    var message = this.options.get('translations').get(params.message);

    $message.append(
      escapeMarkup(
        message(params.args)
      )
    );

    $message[0].className += ' select2-results__message';

    this.$results.append($message);
  };

  Results.prototype.hideMessages = function () {
    this.$results.find('.select2-results__message').remove();
  };

  Results.prototype.append = function (data) {
    this.hideLoading();

    var $options = [];

    if (data.results == null || data.results.length === 0) {
      if (this.$results.children().length === 0) {
        this.trigger('results:message', {
          message: 'noResults'
        });
      }

      return;
    }

    data.results = this.sort(data.results);

    for (var d = 0; d < data.results.length; d++) {
      var item = data.results[d];

      var $option = this.option(item);

      $options.push($option);
    }

    this.$results.append($options);
  };

  Results.prototype.position = function ($results, $dropdown) {
    var $resultsContainer = $dropdown.find('.select2-results');
    $resultsContainer.append($results);
  };

  Results.prototype.sort = function (data) {
    var sorter = this.options.get('sorter');

    return sorter(data);
  };

  Results.prototype.highlightFirstItem = function () {
    var $options = this.$results
      .find('.select2-results__option[data-selected]');

    var $selected = $options.filter('[data-selected=true]');

    // Check if there are any selected options
    if ($selected.length > 0) {
      // If there are selected options, highlight the first
      $selected.first().trigger('mouseenter');
    } else {
      // If there are no selected options, highlight the first option
      // in the dropdown
      $options.first().trigger('mouseenter');
    }

    this.ensureHighlightVisible();
  };

  Results.prototype.setClasses = function () {
    var self = this;

    this.data.current(function (selected) {
      var selectedIds = $.map(selected, function (s) {
        return s.id.toString();
      });

      var $options = self.$results
        .find('.select2-results__option[data-selected]');

      $options.each(function () {
        var $option = $(this);

        var item = $.data(this, 'data');

        // id needs to be converted to a string when comparing
        var id = '' + item.id;

        if ((item.element != null && item.element.selected) ||
            (item.element == null && $.inArray(id, selectedIds) > -1)) {
          $option.attr('data-selected', 'true');
        } else {
          $option.attr('data-selected', 'false');
        }
      });

    });
  };

  Results.prototype.showLoading = function (params) {
    this.hideLoading();

    var loadingMore = this.options.get('translations').get('searching');

    var loading = {
      disabled: true,
      loading: true,
      text: loadingMore(params)
    };
    var $loading = this.option(loading);
    $loading.className += ' loading-results';

    this.$results.prepend($loading);
  };

  Results.prototype.hideLoading = function () {
    this.$results.find('.loading-results').remove();
  };

  Results.prototype.option = function (data) {
    var option = document.createElement('li');
    option.className = 'select2-results__option';

    var attrs = {
      'role': 'option',
      'data-selected': 'false',
      'tabindex': -1
    };

    if (data.disabled) {
      delete attrs['data-selected'];
      attrs['aria-disabled'] = 'true';
    }

    if (data.id == null) {
      delete attrs['data-selected'];
    }

    if (data._resultId != null) {
      option.id = data._resultId;
    }

    if (data.title) {
      option.title = data.title;
    }

    if (data.children) {
      attrs['aria-label'] = data.text;
      delete attrs['data-selected'];
    }

    for (var attr in attrs) {
      var val = attrs[attr];

      option.setAttribute(attr, val);
    }

    if (data.children) {
      var $option = $(option);

      var label = document.createElement('strong');
      label.className = 'select2-results__group';

      var $label = $(label);
      this.template(data, label);
      $label.attr('role', 'presentation');

      var $children = [];

      for (var c = 0; c < data.children.length; c++) {
        var child = data.children[c];

        var $child = this.option(child);

        $children.push($child);
      }

      var $childrenContainer = $('<ul></ul>', {
        'class': 'select2-results__options select2-results__options--nested',
        'role': 'listbox'
      });
      $childrenContainer.append($children);
      $option.attr('role', 'list');

      $option.append(label);
      $option.append($childrenContainer);
    } else {
      this.template(data, option);
    }

    $.data(option, 'data', data);

    return option;
  };

  Results.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-results';

    this.$results.attr('id', id);

    container.on('results:all', function (params) {
      self.clear();
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
        self.highlightFirstItem();
      }
    });

    container.on('results:append', function (params) {
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
      }
    });

    container.on('query', function (params) {
      self.hideMessages();
      self.showLoading(params);
    });

    container.on('select', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('unselect', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expended="true"
      self.$results.attr('aria-expanded', 'true');
      self.$results.attr('aria-hidden', 'false');

      self.setClasses();
      self.ensureHighlightVisible();
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expended="false"
      self.$results.attr('aria-expanded', 'false');
      self.$results.attr('aria-hidden', 'true');
      self.$results.removeAttr('aria-activedescendant');
    });

    container.on('results:toggle', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      $highlighted.trigger('mouseup');
    });

    container.on('results:select', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      var data = $highlighted.data('data');

      if ($highlighted.attr('data-selected') == 'true') {
        self.trigger('close', {});
      } else {
        self.trigger('select', {
          data: data
        });
      }
    });

    container.on('results:previous', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      // If we are already at te top, don't move further
      if (currentIndex === 0) {
        return;
      }

      var nextIndex = currentIndex - 1;

      // If none are highlighted, highlight the first
      if ($highlighted.length === 0) {
        nextIndex = 0;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top;
      var nextTop = $next.offset().top;
      var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset);

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextTop - currentOffset < 0) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:next', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      var nextIndex = currentIndex + 1;

      // If we are at the last option, stay there
      if (nextIndex >= $options.length) {
        return;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var nextBottom = $next.offset().top + $next.outerHeight(false);
      var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset;

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextBottom > currentOffset) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:focus', function (params) {
      params.element.addClass('select2-results__option--highlighted').attr('aria-selected', 'true');
      self.$results.attr('aria-activedescendant', params.element.attr('id'));
    });

    container.on('results:message', function (params) {
      self.displayMessage(params);
    });

    if ($.fn.mousewheel) {
      this.$results.on('mousewheel', function (e) {
        var top = self.$results.scrollTop();

        var bottom = self.$results.get(0).scrollHeight - top + e.deltaY;

        var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0;
        var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height();

        if (isAtTop) {
          self.$results.scrollTop(0);

          e.preventDefault();
          e.stopPropagation();
        } else if (isAtBottom) {
          self.$results.scrollTop(
            self.$results.get(0).scrollHeight - self.$results.height()
          );

          e.preventDefault();
          e.stopPropagation();
        }
      });
    }

    this.$results.on('mouseup', '.select2-results__option[data-selected]',
      function (evt) {
      var $this = $(this);

      var data = $this.data('data');

      if ($this.attr('data-selected') === 'true') {
        if (self.options.get('multiple')) {
          self.trigger('unselect', {
            originalEvent: evt,
            data: data
          });
        } else {
          self.trigger('close', {});
        }

        return;
      }

      self.trigger('select', {
        originalEvent: evt,
        data: data
      });
    });

    this.$results.on('mouseenter', '.select2-results__option[data-selected]',
      function (evt) {
      var data = $(this).data('data');

      self.getHighlightedResults()
          .removeClass('select2-results__option--highlighted')
          .attr('aria-selected', 'false');

      self.trigger('results:focus', {
        data: data,
        element: $(this)
      });
    });
  };

  Results.prototype.getHighlightedResults = function () {
    var $highlighted = this.$results
    .find('.select2-results__option--highlighted');

    return $highlighted;
  };

  Results.prototype.destroy = function () {
    this.$results.remove();
  };

  Results.prototype.ensureHighlightVisible = function () {
    var $highlighted = this.getHighlightedResults();

    if ($highlighted.length === 0) {
      return;
    }

    var $options = this.$results.find('[data-selected]');

    var currentIndex = $options.index($highlighted);

    var currentOffset = this.$results.offset().top;
    var nextTop = $highlighted.offset().top;
    var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset);

    var offsetDelta = nextTop - currentOffset;
    nextOffset -= $highlighted.outerHeight(false) * 2;

    if (currentIndex <= 2) {
      this.$results.scrollTop(0);
    } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) {
      this.$results.scrollTop(nextOffset);
    }
  };

  Results.prototype.template = function (result, container) {
    var template = this.options.get('templateResult');
    var escapeMarkup = this.options.get('escapeMarkup');

    var content = template(result, container);

    if (content == null) {
      container.style.display = 'none';
    } else if (typeof content === 'string') {
      container.innerHTML = escapeMarkup(content);
    } else {
      $(container).append(content);
    }
  };

  return Results;
});

S2.define('select2/keys',[

], function () {
  var KEYS = {
    BACKSPACE: 8,
    TAB: 9,
    ENTER: 13,
    SHIFT: 16,
    CTRL: 17,
    ALT: 18,
    ESC: 27,
    SPACE: 32,
    PAGE_UP: 33,
    PAGE_DOWN: 34,
    END: 35,
    HOME: 36,
    LEFT: 37,
    UP: 38,
    RIGHT: 39,
    DOWN: 40,
    DELETE: 46
  };

  return KEYS;
});

S2.define('select2/selection/base',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function BaseSelection ($element, options) {
    this.$element = $element;
    this.options = options;

    BaseSelection.__super__.constructor.call(this);
  }

  Utils.Extend(BaseSelection, Utils.Observable);

  BaseSelection.prototype.render = function () {
    var $selection = $(
      '<span class="select2-selection" ' +
      ' aria-haspopup="true" aria-expanded="false">' +
      '</span>'
    );

    this._tabindex = 0;

    if (this.$element.data('old-tabindex') != null) {
      this._tabindex = this.$element.data('old-tabindex');
    } else if (this.$element.attr('tabindex') != null) {
      this._tabindex = this.$element.attr('tabindex');
    }

    $selection.attr('title', this.$element.attr('title'));
    $selection.attr('tabindex', this._tabindex);

    this.$selection = $selection;

    return $selection;
  };

  BaseSelection.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-container';
    var resultsId = container.id + '-results';
    var searchHidden = this.options.get('minimumResultsForSearch') === Infinity;

    this.container = container;

    this.$selection.on('focus', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('blur', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      if (evt.which === KEYS.SPACE) {
        evt.preventDefault();
      }
    });

    container.on('results:focus', function (params) {
      self.$selection.attr('aria-activedescendant', params.data._resultId);
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expanded="true"
      self.$selection.attr('aria-expanded', 'true');
      self.$selection.attr('aria-owns', resultsId);

      self._attachCloseHandler(container);
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expanded="false"
      self.$selection.attr('aria-expanded', 'false');
      self.$selection.removeAttr('aria-activedescendant');
      self.$selection.removeAttr('aria-owns');

      // This needs to be delayed as the active element is the body when the
      // key is pressed.
      window.setTimeout(function () {
        self.$selection.focus();
      }, 1);

      self._detachCloseHandler(container);
    });

    container.on('enable', function () {
      self.$selection.attr('tabindex', self._tabindex);
    });

    container.on('disable', function () {
      self.$selection.attr('tabindex', '-1');
    });
  };

  BaseSelection.prototype._handleBlur = function (evt) {
    var self = this;

    // This needs to be delayed as the active element is the body when the tab
    // key is pressed, possibly along with others.
    window.setTimeout(function () {
      // Don't trigger `blur` if the focus is still in the selection
      if (
        (document.activeElement == self.$selection[0]) ||
        ($.contains(self.$selection[0], document.activeElement))
      ) {
        return;
      }

      self.trigger('blur', evt);
    }, 1);
  };

  BaseSelection.prototype._attachCloseHandler = function (container) {
    var self = this;

    $(document.body).on('mousedown.select2.' + container.id, function (e) {
      var $target = $(e.target);

      var $select = $target.closest('.select2');

      var $all = $('.select2.select2-container--open');

      $all.each(function () {
        var $this = $(this);

        if (this == $select[0]) {
          return;
        }

        var $element = $this.data('element');
        $element.select2('close');

        // Remove any focus when dropdown is closed by clicking outside the select area.
        // Timeout of 1 required for close to finish wrapping up.
        setTimeout(function(){
         $this.find('*:focus').blur();
         $target.focus();
        }, 1);
      });
    });
  };

  BaseSelection.prototype._detachCloseHandler = function (container) {
    $(document.body).off('mousedown.select2.' + container.id);
  };

  BaseSelection.prototype.position = function ($selection, $container) {
    var $selectionContainer = $container.find('.selection');
    $selectionContainer.append($selection);
  };

  BaseSelection.prototype.destroy = function () {
    this._detachCloseHandler(this.container);
  };

  BaseSelection.prototype.update = function (data) {
    throw new Error('The `update` method must be defined in child classes.');
  };

  return BaseSelection;
});

S2.define('select2/selection/single',[
  'jquery',
  './base',
  '../utils',
  '../keys'
], function ($, BaseSelection, Utils, KEYS) {
  function SingleSelection () {
    SingleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(SingleSelection, BaseSelection);

  SingleSelection.prototype.render = function () {
    var $selection = SingleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--single');

    $selection.html(
      '<span class="select2-selection__rendered"></span>' +
      '<span class="select2-selection__arrow" role="presentation">' +
        '<b role="presentation"></b>' +
      '</span>'
    );

    return $selection;
  };

  SingleSelection.prototype.bind = function (container, $container) {
    var self = this;

    SingleSelection.__super__.bind.apply(this, arguments);

    var id = container.id + '-container';

    this.$selection.find('.select2-selection__rendered')
      .attr('id', id)
      .attr('role', 'textbox')
      .attr('aria-readonly', 'true');
    this.$selection.attr('aria-labelledby', id);

    // This makes single non-search selects work in screen readers. If it causes problems elsewhere, remove.
    this.$selection.attr('role', 'combobox');

    this.$selection.on('mousedown', function (evt) {
      // Only respond to left clicks
      if (evt.which !== 1) {
        return;
      }

      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on('focus', function (evt) {
      // User focuses on the container
    });

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    this.$selection.on('blur', function (evt) {
      // User exits the container
    });

    container.on('focus', function (evt) {
      if (!container.isOpen()) {
        self.$selection.focus();
      }
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });
  };

  SingleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  SingleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  SingleSelection.prototype.selectionContainer = function () {
    return $('<span></span>');
  };

  SingleSelection.prototype.update = function (data) {
    if (data.length === 0) {
      this.clear();
      return;
    }

    var selection = data[0];

    var $rendered = this.$selection.find('.select2-selection__rendered');
    var formatted = this.display(selection, $rendered);

    $rendered.empty().text(formatted);
    $rendered.prop('title', selection.title || selection.text);
  };

  return SingleSelection;
});

S2.define('select2/selection/multiple',[
  'jquery',
  './base',
  '../utils'
], function ($, BaseSelection, Utils) {
  function MultipleSelection ($element, options) {
    MultipleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(MultipleSelection, BaseSelection);

  MultipleSelection.prototype.render = function () {
    var $selection = MultipleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--multiple');

    $selection.html(
      '<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'
    );

    return $selection;
  };

  MultipleSelection.prototype.bind = function (container, $container) {
    var self = this;

    MultipleSelection.__super__.bind.apply(this, arguments);

    this.$selection.on('click', function (evt) {
      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on(
      'click',
      '.select2-selection__choice__remove',
      function (evt) {
        // Ignore the event if it is disabled
        if (self.options.get('disabled')) {
          return;
        }

        var $remove = $(this);
        var $selection = $remove.parent();

        var data = $selection.data('data');

        self.trigger('unselect', {
          originalEvent: evt,
          data: data
        });
      }
    );

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    // Focus on the search field when the container is focused instead of the main container.
    container.on( 'focus', function(){
      self.focusOnSearch();
    });
  };

  MultipleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  MultipleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  MultipleSelection.prototype.selectionContainer = function () {
    var $container = $(
      '<li class="select2-selection__choice">' +
        '<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' +
          '&times;' +
        '</span>' +
      '</li>'
    );

    return $container;
  };

  /**
   * Focus on the search field instead of the main multiselect container.
   */
  MultipleSelection.prototype.focusOnSearch = function() {
    var self = this;

    if ('undefined' !== typeof self.$search) {
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        // Prevent the dropdown opening again when focused from this.
        // This gets reset automatically when focus is triggered.
        self._keyUpPrevented = true;

        self.$search.focus();
      }, 1);
    }
  }

  MultipleSelection.prototype.update = function (data) {
    this.clear();

    if (data.length === 0) {
      return;
    }

    var $selections = [];

    for (var d = 0; d < data.length; d++) {
      var selection = data[d];

      var $selection = this.selectionContainer();
      var formatted = this.display(selection, $selection);
      if ('string' === typeof formatted) {
        formatted = formatted.trim();
      }

      $selection.append(formatted);
      $selection.prop('title', selection.title || selection.text);

      $selection.data('data', selection);

      $selections.push($selection);
    }

    var $rendered = this.$selection.find('.select2-selection__rendered');

    Utils.appendMany($rendered, $selections);
  };

  return MultipleSelection;
});

S2.define('select2/selection/placeholder',[
  '../utils'
], function (Utils) {
  function Placeholder (decorated, $element, options) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options);
  }

  Placeholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
    var $placeholder = this.selectionContainer();

    $placeholder.html(this.display(placeholder));
    $placeholder.addClass('select2-selection__placeholder')
                .removeClass('select2-selection__choice');

    return $placeholder;
  };

  Placeholder.prototype.update = function (decorated, data) {
    var singlePlaceholder = (
      data.length == 1 && data[0].id != this.placeholder.id
    );
    var multipleSelections = data.length > 1;

    if (multipleSelections || singlePlaceholder) {
      return decorated.call(this, data);
    }

    this.clear();

    var $placeholder = this.createPlaceholder(this.placeholder);

    this.$selection.find('.select2-selection__rendered').append($placeholder);
  };

  return Placeholder;
});

S2.define('select2/selection/allowClear',[
  'jquery',
  '../keys'
], function ($, KEYS) {
  function AllowClear () { }

  AllowClear.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    if (this.placeholder == null) {
      if (this.options.get('debug') && window.console && console.error) {
        console.error(
          'Select2: The `allowClear` option should be used in combination ' +
          'with the `placeholder` option.'
        );
      }
    }

    this.$selection.on('mousedown', '.select2-selection__clear',
      function (evt) {
        self._handleClear(evt);
    });

    container.on('keypress', function (evt) {
      self._handleKeyboardClear(evt, container);
    });
  };

  AllowClear.prototype._handleClear = function (_, evt) {
    // Ignore the event if it is disabled
    if (this.options.get('disabled')) {
      return;
    }

    var $clear = this.$selection.find('.select2-selection__clear');

    // Ignore the event if nothing has been selected
    if ($clear.length === 0) {
      return;
    }

    evt.stopPropagation();

    var data = $clear.data('data');

    for (var d = 0; d < data.length; d++) {
      var unselectData = {
        data: data[d]
      };

      // Trigger the `unselect` event, so people can prevent it from being
      // cleared.
      this.trigger('unselect', unselectData);

      // If the event was prevented, don't clear it out.
      if (unselectData.prevented) {
        return;
      }
    }

    this.$element.val(this.placeholder.id).trigger('change');

    this.trigger('toggle', {});
  };

  AllowClear.prototype._handleKeyboardClear = function (_, evt, container) {
    if (container.isOpen()) {
      return;
    }

    if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) {
      this._handleClear(evt);
    }
  };

  AllowClear.prototype.update = function (decorated, data) {
    decorated.call(this, data);

    if (this.$selection.find('.select2-selection__placeholder').length > 0 ||
        data.length === 0) {
      return;
    }

    var $remove = $(
      '<span class="select2-selection__clear">' +
        '&times;' +
      '</span>'
    );
    $remove.data('data', data);

    this.$selection.find('.select2-selection__rendered').prepend($remove);
  };

  return AllowClear;
});

S2.define('select2/selection/search',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function Search (decorated, $element, options) {
    decorated.call(this, $element, options);
  }

  Search.prototype.render = function (decorated) {
    var $search = $(
      '<li class="select2-search select2-search--inline">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="textbox" aria-autocomplete="list" />' +
      '</li>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    var $rendered = decorated.call(this);

    this._transferTabIndex();

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    container.on('open', function () {
      self.$search.attr('aria-owns', resultsId);
      self.$search.trigger('focus');
    });

    container.on('close', function () {
      self.$search.val('');
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.trigger('focus');
    });

    container.on('enable', function () {
      self.$search.prop('disabled', false);

      self._transferTabIndex();
    });

    container.on('disable', function () {
      self.$search.prop('disabled', true);
    });

    container.on('focus', function (evt) {
      self.$search.trigger('focus');
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });

    this.$selection.on('focusin', '.select2-search--inline', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('focusout', '.select2-search--inline', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', '.select2-search--inline', function (evt) {
      evt.stopPropagation();

      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();

      var key = evt.which;

      if (key === KEYS.BACKSPACE && self.$search.val() === '') {
        var $previousChoice = self.$searchContainer
          .prev('.select2-selection__choice');

        if ($previousChoice.length > 0) {
          var item = $previousChoice.data('data');

          self.searchRemoveChoice(item);

          evt.preventDefault();
        }
      } else if (evt.which === KEYS.ENTER) {
        container.open();
        evt.preventDefault();
      }
    });

    // Try to detect the IE version should the `documentMode` property that
    // is stored on the document. This is only implemented in IE and is
    // slightly cleaner than doing a user agent check.
    // This property is not available in Edge, but Edge also doesn't have
    // this bug.
    var msie = document.documentMode;
    var disableInputEvents = msie && msie <= 11;

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$selection.on(
      'input.searchcheck',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents) {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        // Unbind the duplicated `keyup` event
        self.$selection.off('keyup.search');
      }
    );

    this.$selection.on(
      'keyup.search input.search',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents && evt.type === 'input') {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        var key = evt.which;

        // We can freely ignore events from modifier keys
        if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) {
          return;
        }

        // Tabbing will be handled during the `keydown` phase
        if (key == KEYS.TAB) {
          return;
        }

        self.handleSearch(evt);
      }
    );
  };

  /**
   * This method will transfer the tabindex attribute from the rendered
   * selection to the search box. This allows for the search box to be used as
   * the primary focus instead of the selection container.
   *
   * @private
   */
  Search.prototype._transferTabIndex = function (decorated) {
    this.$search.attr('tabindex', this.$selection.attr('tabindex'));
    this.$selection.attr('tabindex', '-1');
  };

  Search.prototype.createPlaceholder = function (decorated, placeholder) {
    this.$search.attr('placeholder', placeholder.text);
  };

  Search.prototype.update = function (decorated, data) {
    var searchHadFocus = this.$search[0] == document.activeElement;

    this.$search.attr('placeholder', '');

    decorated.call(this, data);

    this.$selection.find('.select2-selection__rendered')
                   .append(this.$searchContainer);

    this.resizeSearch();
    if (searchHadFocus) {
      this.$search.focus();
    }
  };

  Search.prototype.handleSearch = function () {
    this.resizeSearch();

    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.searchRemoveChoice = function (decorated, item) {
    this.trigger('unselect', {
      data: item
    });

    this.$search.val(item.text);
    this.handleSearch();
  };

  Search.prototype.resizeSearch = function () {
    this.$search.css('width', '25px');

    var width = '';

    if (this.$search.attr('placeholder') !== '') {
      width = this.$selection.find('.select2-selection__rendered').innerWidth();
    } else {
      var minimumWidth = this.$search.val().length + 1;

      width = (minimumWidth * 0.75) + 'em';
    }

    this.$search.css('width', width);
  };

  return Search;
});

S2.define('select2/selection/eventRelay',[
  'jquery'
], function ($) {
  function EventRelay () { }

  EventRelay.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var relayEvents = [
      'open', 'opening',
      'close', 'closing',
      'select', 'selecting',
      'unselect', 'unselecting'
    ];

    var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting'];

    decorated.call(this, container, $container);

    container.on('*', function (name, params) {
      // Ignore events that should not be relayed
      if ($.inArray(name, relayEvents) === -1) {
        return;
      }

      // The parameters should always be an object
      params = params || {};

      // Generate the jQuery event for the Select2 event
      var evt = $.Event('select2:' + name, {
        params: params
      });

      self.$element.trigger(evt);

      // Only handle preventable events if it was one
      if ($.inArray(name, preventableEvents) === -1) {
        return;
      }

      params.prevented = evt.isDefaultPrevented();
    });
  };

  return EventRelay;
});

S2.define('select2/translation',[
  'jquery',
  'require'
], function ($, require) {
  function Translation (dict) {
    this.dict = dict || {};
  }

  Translation.prototype.all = function () {
    return this.dict;
  };

  Translation.prototype.get = function (key) {
    return this.dict[key];
  };

  Translation.prototype.extend = function (translation) {
    this.dict = $.extend({}, translation.all(), this.dict);
  };

  // Static functions

  Translation._cache = {};

  Translation.loadPath = function (path) {
    if (!(path in Translation._cache)) {
      var translations = require(path);

      Translation._cache[path] = translations;
    }

    return new Translation(Translation._cache[path]);
  };

  return Translation;
});

S2.define('select2/diacritics',[

], function () {
  var diacritics = {
    '\u24B6': 'A',
    '\uFF21': 'A',
    '\u00C0': 'A',
    '\u00C1': 'A',
    '\u00C2': 'A',
    '\u1EA6': 'A',
    '\u1EA4': 'A',
    '\u1EAA': 'A',
    '\u1EA8': 'A',
    '\u00C3': 'A',
    '\u0100': 'A',
    '\u0102': 'A',
    '\u1EB0': 'A',
    '\u1EAE': 'A',
    '\u1EB4': 'A',
    '\u1EB2': 'A',
    '\u0226': 'A',
    '\u01E0': 'A',
    '\u00C4': 'A',
    '\u01DE': 'A',
    '\u1EA2': 'A',
    '\u00C5': 'A',
    '\u01FA': 'A',
    '\u01CD': 'A',
    '\u0200': 'A',
    '\u0202': 'A',
    '\u1EA0': 'A',
    '\u1EAC': 'A',
    '\u1EB6': 'A',
    '\u1E00': 'A',
    '\u0104': 'A',
    '\u023A': 'A',
    '\u2C6F': 'A',
    '\uA732': 'AA',
    '\u00C6': 'AE',
    '\u01FC': 'AE',
    '\u01E2': 'AE',
    '\uA734': 'AO',
    '\uA736': 'AU',
    '\uA738': 'AV',
    '\uA73A': 'AV',
    '\uA73C': 'AY',
    '\u24B7': 'B',
    '\uFF22': 'B',
    '\u1E02': 'B',
    '\u1E04': 'B',
    '\u1E06': 'B',
    '\u0243': 'B',
    '\u0182': 'B',
    '\u0181': 'B',
    '\u24B8': 'C',
    '\uFF23': 'C',
    '\u0106': 'C',
    '\u0108': 'C',
    '\u010A': 'C',
    '\u010C': 'C',
    '\u00C7': 'C',
    '\u1E08': 'C',
    '\u0187': 'C',
    '\u023B': 'C',
    '\uA73E': 'C',
    '\u24B9': 'D',
    '\uFF24': 'D',
    '\u1E0A': 'D',
    '\u010E': 'D',
    '\u1E0C': 'D',
    '\u1E10': 'D',
    '\u1E12': 'D',
    '\u1E0E': 'D',
    '\u0110': 'D',
    '\u018B': 'D',
    '\u018A': 'D',
    '\u0189': 'D',
    '\uA779': 'D',
    '\u01F1': 'DZ',
    '\u01C4': 'DZ',
    '\u01F2': 'Dz',
    '\u01C5': 'Dz',
    '\u24BA': 'E',
    '\uFF25': 'E',
    '\u00C8': 'E',
    '\u00C9': 'E',
    '\u00CA': 'E',
    '\u1EC0': 'E',
    '\u1EBE': 'E',
    '\u1EC4': 'E',
    '\u1EC2': 'E',
    '\u1EBC': 'E',
    '\u0112': 'E',
    '\u1E14': 'E',
    '\u1E16': 'E',
    '\u0114': 'E',
    '\u0116': 'E',
    '\u00CB': 'E',
    '\u1EBA': 'E',
    '\u011A': 'E',
    '\u0204': 'E',
    '\u0206': 'E',
    '\u1EB8': 'E',
    '\u1EC6': 'E',
    '\u0228': 'E',
    '\u1E1C': 'E',
    '\u0118': 'E',
    '\u1E18': 'E',
    '\u1E1A': 'E',
    '\u0190': 'E',
    '\u018E': 'E',
    '\u24BB': 'F',
    '\uFF26': 'F',
    '\u1E1E': 'F',
    '\u0191': 'F',
    '\uA77B': 'F',
    '\u24BC': 'G',
    '\uFF27': 'G',
    '\u01F4': 'G',
    '\u011C': 'G',
    '\u1E20': 'G',
    '\u011E': 'G',
    '\u0120': 'G',
    '\u01E6': 'G',
    '\u0122': 'G',
    '\u01E4': 'G',
    '\u0193': 'G',
    '\uA7A0': 'G',
    '\uA77D': 'G',
    '\uA77E': 'G',
    '\u24BD': 'H',
    '\uFF28': 'H',
    '\u0124': 'H',
    '\u1E22': 'H',
    '\u1E26': 'H',
    '\u021E': 'H',
    '\u1E24': 'H',
    '\u1E28': 'H',
    '\u1E2A': 'H',
    '\u0126': 'H',
    '\u2C67': 'H',
    '\u2C75': 'H',
    '\uA78D': 'H',
    '\u24BE': 'I',
    '\uFF29': 'I',
    '\u00CC': 'I',
    '\u00CD': 'I',
    '\u00CE': 'I',
    '\u0128': 'I',
    '\u012A': 'I',
    '\u012C': 'I',
    '\u0130': 'I',
    '\u00CF': 'I',
    '\u1E2E': 'I',
    '\u1EC8': 'I',
    '\u01CF': 'I',
    '\u0208': 'I',
    '\u020A': 'I',
    '\u1ECA': 'I',
    '\u012E': 'I',
    '\u1E2C': 'I',
    '\u0197': 'I',
    '\u24BF': 'J',
    '\uFF2A': 'J',
    '\u0134': 'J',
    '\u0248': 'J',
    '\u24C0': 'K',
    '\uFF2B': 'K',
    '\u1E30': 'K',
    '\u01E8': 'K',
    '\u1E32': 'K',
    '\u0136': 'K',
    '\u1E34': 'K',
    '\u0198': 'K',
    '\u2C69': 'K',
    '\uA740': 'K',
    '\uA742': 'K',
    '\uA744': 'K',
    '\uA7A2': 'K',
    '\u24C1': 'L',
    '\uFF2C': 'L',
    '\u013F': 'L',
    '\u0139': 'L',
    '\u013D': 'L',
    '\u1E36': 'L',
    '\u1E38': 'L',
    '\u013B': 'L',
    '\u1E3C': 'L',
    '\u1E3A': 'L',
    '\u0141': 'L',
    '\u023D': 'L',
    '\u2C62': 'L',
    '\u2C60': 'L',
    '\uA748': 'L',
    '\uA746': 'L',
    '\uA780': 'L',
    '\u01C7': 'LJ',
    '\u01C8': 'Lj',
    '\u24C2': 'M',
    '\uFF2D': 'M',
    '\u1E3E': 'M',
    '\u1E40': 'M',
    '\u1E42': 'M',
    '\u2C6E': 'M',
    '\u019C': 'M',
    '\u24C3': 'N',
    '\uFF2E': 'N',
    '\u01F8': 'N',
    '\u0143': 'N',
    '\u00D1': 'N',
    '\u1E44': 'N',
    '\u0147': 'N',
    '\u1E46': 'N',
    '\u0145': 'N',
    '\u1E4A': 'N',
    '\u1E48': 'N',
    '\u0220': 'N',
    '\u019D': 'N',
    '\uA790': 'N',
    '\uA7A4': 'N',
    '\u01CA': 'NJ',
    '\u01CB': 'Nj',
    '\u24C4': 'O',
    '\uFF2F': 'O',
    '\u00D2': 'O',
    '\u00D3': 'O',
    '\u00D4': 'O',
    '\u1ED2': 'O',
    '\u1ED0': 'O',
    '\u1ED6': 'O',
    '\u1ED4': 'O',
    '\u00D5': 'O',
    '\u1E4C': 'O',
    '\u022C': 'O',
    '\u1E4E': 'O',
    '\u014C': 'O',
    '\u1E50': 'O',
    '\u1E52': 'O',
    '\u014E': 'O',
    '\u022E': 'O',
    '\u0230': 'O',
    '\u00D6': 'O',
    '\u022A': 'O',
    '\u1ECE': 'O',
    '\u0150': 'O',
    '\u01D1': 'O',
    '\u020C': 'O',
    '\u020E': 'O',
    '\u01A0': 'O',
    '\u1EDC': 'O',
    '\u1EDA': 'O',
    '\u1EE0': 'O',
    '\u1EDE': 'O',
    '\u1EE2': 'O',
    '\u1ECC': 'O',
    '\u1ED8': 'O',
    '\u01EA': 'O',
    '\u01EC': 'O',
    '\u00D8': 'O',
    '\u01FE': 'O',
    '\u0186': 'O',
    '\u019F': 'O',
    '\uA74A': 'O',
    '\uA74C': 'O',
    '\u01A2': 'OI',
    '\uA74E': 'OO',
    '\u0222': 'OU',
    '\u24C5': 'P',
    '\uFF30': 'P',
    '\u1E54': 'P',
    '\u1E56': 'P',
    '\u01A4': 'P',
    '\u2C63': 'P',
    '\uA750': 'P',
    '\uA752': 'P',
    '\uA754': 'P',
    '\u24C6': 'Q',
    '\uFF31': 'Q',
    '\uA756': 'Q',
    '\uA758': 'Q',
    '\u024A': 'Q',
    '\u24C7': 'R',
    '\uFF32': 'R',
    '\u0154': 'R',
    '\u1E58': 'R',
    '\u0158': 'R',
    '\u0210': 'R',
    '\u0212': 'R',
    '\u1E5A': 'R',
    '\u1E5C': 'R',
    '\u0156': 'R',
    '\u1E5E': 'R',
    '\u024C': 'R',
    '\u2C64': 'R',
    '\uA75A': 'R',
    '\uA7A6': 'R',
    '\uA782': 'R',
    '\u24C8': 'S',
    '\uFF33': 'S',
    '\u1E9E': 'S',
    '\u015A': 'S',
    '\u1E64': 'S',
    '\u015C': 'S',
    '\u1E60': 'S',
    '\u0160': 'S',
    '\u1E66': 'S',
    '\u1E62': 'S',
    '\u1E68': 'S',
    '\u0218': 'S',
    '\u015E': 'S',
    '\u2C7E': 'S',
    '\uA7A8': 'S',
    '\uA784': 'S',
    '\u24C9': 'T',
    '\uFF34': 'T',
    '\u1E6A': 'T',
    '\u0164': 'T',
    '\u1E6C': 'T',
    '\u021A': 'T',
    '\u0162': 'T',
    '\u1E70': 'T',
    '\u1E6E': 'T',
    '\u0166': 'T',
    '\u01AC': 'T',
    '\u01AE': 'T',
    '\u023E': 'T',
    '\uA786': 'T',
    '\uA728': 'TZ',
    '\u24CA': 'U',
    '\uFF35': 'U',
    '\u00D9': 'U',
    '\u00DA': 'U',
    '\u00DB': 'U',
    '\u0168': 'U',
    '\u1E78': 'U',
    '\u016A': 'U',
    '\u1E7A': 'U',
    '\u016C': 'U',
    '\u00DC': 'U',
    '\u01DB': 'U',
    '\u01D7': 'U',
    '\u01D5': 'U',
    '\u01D9': 'U',
    '\u1EE6': 'U',
    '\u016E': 'U',
    '\u0170': 'U',
    '\u01D3': 'U',
    '\u0214': 'U',
    '\u0216': 'U',
    '\u01AF': 'U',
    '\u1EEA': 'U',
    '\u1EE8': 'U',
    '\u1EEE': 'U',
    '\u1EEC': 'U',
    '\u1EF0': 'U',
    '\u1EE4': 'U',
    '\u1E72': 'U',
    '\u0172': 'U',
    '\u1E76': 'U',
    '\u1E74': 'U',
    '\u0244': 'U',
    '\u24CB': 'V',
    '\uFF36': 'V',
    '\u1E7C': 'V',
    '\u1E7E': 'V',
    '\u01B2': 'V',
    '\uA75E': 'V',
    '\u0245': 'V',
    '\uA760': 'VY',
    '\u24CC': 'W',
    '\uFF37': 'W',
    '\u1E80': 'W',
    '\u1E82': 'W',
    '\u0174': 'W',
    '\u1E86': 'W',
    '\u1E84': 'W',
    '\u1E88': 'W',
    '\u2C72': 'W',
    '\u24CD': 'X',
    '\uFF38': 'X',
    '\u1E8A': 'X',
    '\u1E8C': 'X',
    '\u24CE': 'Y',
    '\uFF39': 'Y',
    '\u1EF2': 'Y',
    '\u00DD': 'Y',
    '\u0176': 'Y',
    '\u1EF8': 'Y',
    '\u0232': 'Y',
    '\u1E8E': 'Y',
    '\u0178': 'Y',
    '\u1EF6': 'Y',
    '\u1EF4': 'Y',
    '\u01B3': 'Y',
    '\u024E': 'Y',
    '\u1EFE': 'Y',
    '\u24CF': 'Z',
    '\uFF3A': 'Z',
    '\u0179': 'Z',
    '\u1E90': 'Z',
    '\u017B': 'Z',
    '\u017D': 'Z',
    '\u1E92': 'Z',
    '\u1E94': 'Z',
    '\u01B5': 'Z',
    '\u0224': 'Z',
    '\u2C7F': 'Z',
    '\u2C6B': 'Z',
    '\uA762': 'Z',
    '\u24D0': 'a',
    '\uFF41': 'a',
    '\u1E9A': 'a',
    '\u00E0': 'a',
    '\u00E1': 'a',
    '\u00E2': 'a',
    '\u1EA7': 'a',
    '\u1EA5': 'a',
    '\u1EAB': 'a',
    '\u1EA9': 'a',
    '\u00E3': 'a',
    '\u0101': 'a',
    '\u0103': 'a',
    '\u1EB1': 'a',
    '\u1EAF': 'a',
    '\u1EB5': 'a',
    '\u1EB3': 'a',
    '\u0227': 'a',
    '\u01E1': 'a',
    '\u00E4': 'a',
    '\u01DF': 'a',
    '\u1EA3': 'a',
    '\u00E5': 'a',
    '\u01FB': 'a',
    '\u01CE': 'a',
    '\u0201': 'a',
    '\u0203': 'a',
    '\u1EA1': 'a',
    '\u1EAD': 'a',
    '\u1EB7': 'a',
    '\u1E01': 'a',
    '\u0105': 'a',
    '\u2C65': 'a',
    '\u0250': 'a',
    '\uA733': 'aa',
    '\u00E6': 'ae',
    '\u01FD': 'ae',
    '\u01E3': 'ae',
    '\uA735': 'ao',
    '\uA737': 'au',
    '\uA739': 'av',
    '\uA73B': 'av',
    '\uA73D': 'ay',
    '\u24D1': 'b',
    '\uFF42': 'b',
    '\u1E03': 'b',
    '\u1E05': 'b',
    '\u1E07': 'b',
    '\u0180': 'b',
    '\u0183': 'b',
    '\u0253': 'b',
    '\u24D2': 'c',
    '\uFF43': 'c',
    '\u0107': 'c',
    '\u0109': 'c',
    '\u010B': 'c',
    '\u010D': 'c',
    '\u00E7': 'c',
    '\u1E09': 'c',
    '\u0188': 'c',
    '\u023C': 'c',
    '\uA73F': 'c',
    '\u2184': 'c',
    '\u24D3': 'd',
    '\uFF44': 'd',
    '\u1E0B': 'd',
    '\u010F': 'd',
    '\u1E0D': 'd',
    '\u1E11': 'd',
    '\u1E13': 'd',
    '\u1E0F': 'd',
    '\u0111': 'd',
    '\u018C': 'd',
    '\u0256': 'd',
    '\u0257': 'd',
    '\uA77A': 'd',
    '\u01F3': 'dz',
    '\u01C6': 'dz',
    '\u24D4': 'e',
    '\uFF45': 'e',
    '\u00E8': 'e',
    '\u00E9': 'e',
    '\u00EA': 'e',
    '\u1EC1': 'e',
    '\u1EBF': 'e',
    '\u1EC5': 'e',
    '\u1EC3': 'e',
    '\u1EBD': 'e',
    '\u0113': 'e',
    '\u1E15': 'e',
    '\u1E17': 'e',
    '\u0115': 'e',
    '\u0117': 'e',
    '\u00EB': 'e',
    '\u1EBB': 'e',
    '\u011B': 'e',
    '\u0205': 'e',
    '\u0207': 'e',
    '\u1EB9': 'e',
    '\u1EC7': 'e',
    '\u0229': 'e',
    '\u1E1D': 'e',
    '\u0119': 'e',
    '\u1E19': 'e',
    '\u1E1B': 'e',
    '\u0247': 'e',
    '\u025B': 'e',
    '\u01DD': 'e',
    '\u24D5': 'f',
    '\uFF46': 'f',
    '\u1E1F': 'f',
    '\u0192': 'f',
    '\uA77C': 'f',
    '\u24D6': 'g',
    '\uFF47': 'g',
    '\u01F5': 'g',
    '\u011D': 'g',
    '\u1E21': 'g',
    '\u011F': 'g',
    '\u0121': 'g',
    '\u01E7': 'g',
    '\u0123': 'g',
    '\u01E5': 'g',
    '\u0260': 'g',
    '\uA7A1': 'g',
    '\u1D79': 'g',
    '\uA77F': 'g',
    '\u24D7': 'h',
    '\uFF48': 'h',
    '\u0125': 'h',
    '\u1E23': 'h',
    '\u1E27': 'h',
    '\u021F': 'h',
    '\u1E25': 'h',
    '\u1E29': 'h',
    '\u1E2B': 'h',
    '\u1E96': 'h',
    '\u0127': 'h',
    '\u2C68': 'h',
    '\u2C76': 'h',
    '\u0265': 'h',
    '\u0195': 'hv',
    '\u24D8': 'i',
    '\uFF49': 'i',
    '\u00EC': 'i',
    '\u00ED': 'i',
    '\u00EE': 'i',
    '\u0129': 'i',
    '\u012B': 'i',
    '\u012D': 'i',
    '\u00EF': 'i',
    '\u1E2F': 'i',
    '\u1EC9': 'i',
    '\u01D0': 'i',
    '\u0209': 'i',
    '\u020B': 'i',
    '\u1ECB': 'i',
    '\u012F': 'i',
    '\u1E2D': 'i',
    '\u0268': 'i',
    '\u0131': 'i',
    '\u24D9': 'j',
    '\uFF4A': 'j',
    '\u0135': 'j',
    '\u01F0': 'j',
    '\u0249': 'j',
    '\u24DA': 'k',
    '\uFF4B': 'k',
    '\u1E31': 'k',
    '\u01E9': 'k',
    '\u1E33': 'k',
    '\u0137': 'k',
    '\u1E35': 'k',
    '\u0199': 'k',
    '\u2C6A': 'k',
    '\uA741': 'k',
    '\uA743': 'k',
    '\uA745': 'k',
    '\uA7A3': 'k',
    '\u24DB': 'l',
    '\uFF4C': 'l',
    '\u0140': 'l',
    '\u013A': 'l',
    '\u013E': 'l',
    '\u1E37': 'l',
    '\u1E39': 'l',
    '\u013C': 'l',
    '\u1E3D': 'l',
    '\u1E3B': 'l',
    '\u017F': 'l',
    '\u0142': 'l',
    '\u019A': 'l',
    '\u026B': 'l',
    '\u2C61': 'l',
    '\uA749': 'l',
    '\uA781': 'l',
    '\uA747': 'l',
    '\u01C9': 'lj',
    '\u24DC': 'm',
    '\uFF4D': 'm',
    '\u1E3F': 'm',
    '\u1E41': 'm',
    '\u1E43': 'm',
    '\u0271': 'm',
    '\u026F': 'm',
    '\u24DD': 'n',
    '\uFF4E': 'n',
    '\u01F9': 'n',
    '\u0144': 'n',
    '\u00F1': 'n',
    '\u1E45': 'n',
    '\u0148': 'n',
    '\u1E47': 'n',
    '\u0146': 'n',
    '\u1E4B': 'n',
    '\u1E49': 'n',
    '\u019E': 'n',
    '\u0272': 'n',
    '\u0149': 'n',
    '\uA791': 'n',
    '\uA7A5': 'n',
    '\u01CC': 'nj',
    '\u24DE': 'o',
    '\uFF4F': 'o',
    '\u00F2': 'o',
    '\u00F3': 'o',
    '\u00F4': 'o',
    '\u1ED3': 'o',
    '\u1ED1': 'o',
    '\u1ED7': 'o',
    '\u1ED5': 'o',
    '\u00F5': 'o',
    '\u1E4D': 'o',
    '\u022D': 'o',
    '\u1E4F': 'o',
    '\u014D': 'o',
    '\u1E51': 'o',
    '\u1E53': 'o',
    '\u014F': 'o',
    '\u022F': 'o',
    '\u0231': 'o',
    '\u00F6': 'o',
    '\u022B': 'o',
    '\u1ECF': 'o',
    '\u0151': 'o',
    '\u01D2': 'o',
    '\u020D': 'o',
    '\u020F': 'o',
    '\u01A1': 'o',
    '\u1EDD': 'o',
    '\u1EDB': 'o',
    '\u1EE1': 'o',
    '\u1EDF': 'o',
    '\u1EE3': 'o',
    '\u1ECD': 'o',
    '\u1ED9': 'o',
    '\u01EB': 'o',
    '\u01ED': 'o',
    '\u00F8': 'o',
    '\u01FF': 'o',
    '\u0254': 'o',
    '\uA74B': 'o',
    '\uA74D': 'o',
    '\u0275': 'o',
    '\u01A3': 'oi',
    '\u0223': 'ou',
    '\uA74F': 'oo',
    '\u24DF': 'p',
    '\uFF50': 'p',
    '\u1E55': 'p',
    '\u1E57': 'p',
    '\u01A5': 'p',
    '\u1D7D': 'p',
    '\uA751': 'p',
    '\uA753': 'p',
    '\uA755': 'p',
    '\u24E0': 'q',
    '\uFF51': 'q',
    '\u024B': 'q',
    '\uA757': 'q',
    '\uA759': 'q',
    '\u24E1': 'r',
    '\uFF52': 'r',
    '\u0155': 'r',
    '\u1E59': 'r',
    '\u0159': 'r',
    '\u0211': 'r',
    '\u0213': 'r',
    '\u1E5B': 'r',
    '\u1E5D': 'r',
    '\u0157': 'r',
    '\u1E5F': 'r',
    '\u024D': 'r',
    '\u027D': 'r',
    '\uA75B': 'r',
    '\uA7A7': 'r',
    '\uA783': 'r',
    '\u24E2': 's',
    '\uFF53': 's',
    '\u00DF': 's',
    '\u015B': 's',
    '\u1E65': 's',
    '\u015D': 's',
    '\u1E61': 's',
    '\u0161': 's',
    '\u1E67': 's',
    '\u1E63': 's',
    '\u1E69': 's',
    '\u0219': 's',
    '\u015F': 's',
    '\u023F': 's',
    '\uA7A9': 's',
    '\uA785': 's',
    '\u1E9B': 's',
    '\u24E3': 't',
    '\uFF54': 't',
    '\u1E6B': 't',
    '\u1E97': 't',
    '\u0165': 't',
    '\u1E6D': 't',
    '\u021B': 't',
    '\u0163': 't',
    '\u1E71': 't',
    '\u1E6F': 't',
    '\u0167': 't',
    '\u01AD': 't',
    '\u0288': 't',
    '\u2C66': 't',
    '\uA787': 't',
    '\uA729': 'tz',
    '\u24E4': 'u',
    '\uFF55': 'u',
    '\u00F9': 'u',
    '\u00FA': 'u',
    '\u00FB': 'u',
    '\u0169': 'u',
    '\u1E79': 'u',
    '\u016B': 'u',
    '\u1E7B': 'u',
    '\u016D': 'u',
    '\u00FC': 'u',
    '\u01DC': 'u',
    '\u01D8': 'u',
    '\u01D6': 'u',
    '\u01DA': 'u',
    '\u1EE7': 'u',
    '\u016F': 'u',
    '\u0171': 'u',
    '\u01D4': 'u',
    '\u0215': 'u',
    '\u0217': 'u',
    '\u01B0': 'u',
    '\u1EEB': 'u',
    '\u1EE9': 'u',
    '\u1EEF': 'u',
    '\u1EED': 'u',
    '\u1EF1': 'u',
    '\u1EE5': 'u',
    '\u1E73': 'u',
    '\u0173': 'u',
    '\u1E77': 'u',
    '\u1E75': 'u',
    '\u0289': 'u',
    '\u24E5': 'v',
    '\uFF56': 'v',
    '\u1E7D': 'v',
    '\u1E7F': 'v',
    '\u028B': 'v',
    '\uA75F': 'v',
    '\u028C': 'v',
    '\uA761': 'vy',
    '\u24E6': 'w',
    '\uFF57': 'w',
    '\u1E81': 'w',
    '\u1E83': 'w',
    '\u0175': 'w',
    '\u1E87': 'w',
    '\u1E85': 'w',
    '\u1E98': 'w',
    '\u1E89': 'w',
    '\u2C73': 'w',
    '\u24E7': 'x',
    '\uFF58': 'x',
    '\u1E8B': 'x',
    '\u1E8D': 'x',
    '\u24E8': 'y',
    '\uFF59': 'y',
    '\u1EF3': 'y',
    '\u00FD': 'y',
    '\u0177': 'y',
    '\u1EF9': 'y',
    '\u0233': 'y',
    '\u1E8F': 'y',
    '\u00FF': 'y',
    '\u1EF7': 'y',
    '\u1E99': 'y',
    '\u1EF5': 'y',
    '\u01B4': 'y',
    '\u024F': 'y',
    '\u1EFF': 'y',
    '\u24E9': 'z',
    '\uFF5A': 'z',
    '\u017A': 'z',
    '\u1E91': 'z',
    '\u017C': 'z',
    '\u017E': 'z',
    '\u1E93': 'z',
    '\u1E95': 'z',
    '\u01B6': 'z',
    '\u0225': 'z',
    '\u0240': 'z',
    '\u2C6C': 'z',
    '\uA763': 'z',
    '\u0386': '\u0391',
    '\u0388': '\u0395',
    '\u0389': '\u0397',
    '\u038A': '\u0399',
    '\u03AA': '\u0399',
    '\u038C': '\u039F',
    '\u038E': '\u03A5',
    '\u03AB': '\u03A5',
    '\u038F': '\u03A9',
    '\u03AC': '\u03B1',
    '\u03AD': '\u03B5',
    '\u03AE': '\u03B7',
    '\u03AF': '\u03B9',
    '\u03CA': '\u03B9',
    '\u0390': '\u03B9',
    '\u03CC': '\u03BF',
    '\u03CD': '\u03C5',
    '\u03CB': '\u03C5',
    '\u03B0': '\u03C5',
    '\u03C9': '\u03C9',
    '\u03C2': '\u03C3'
  };

  return diacritics;
});

S2.define('select2/data/base',[
  '../utils'
], function (Utils) {
  function BaseAdapter ($element, options) {
    BaseAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(BaseAdapter, Utils.Observable);

  BaseAdapter.prototype.current = function (callback) {
    throw new Error('The `current` method must be defined in child classes.');
  };

  BaseAdapter.prototype.query = function (params, callback) {
    throw new Error('The `query` method must be defined in child classes.');
  };

  BaseAdapter.prototype.bind = function (container, $container) {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.destroy = function () {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.generateResultId = function (container, data) {
    var id = '';

    if (container != null) {
      id += container.id
    } else {
      id += Utils.generateChars(4);
    }

    id += '-result-';
    id += Utils.generateChars(4);

    if (data.id != null) {
      id += '-' + data.id.toString();
    } else {
      id += '-' + Utils.generateChars(4);
    }
    return id;
  };

  return BaseAdapter;
});

S2.define('select2/data/select',[
  './base',
  '../utils',
  'jquery'
], function (BaseAdapter, Utils, $) {
  function SelectAdapter ($element, options) {
    this.$element = $element;
    this.options = options;

    SelectAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(SelectAdapter, BaseAdapter);

  SelectAdapter.prototype.current = function (callback) {
    var data = [];
    var self = this;

    this.$element.find(':selected').each(function () {
      var $option = $(this);

      var option = self.item($option);

      data.push(option);
    });

    callback(data);
  };

  SelectAdapter.prototype.select = function (data) {
    var self = this;

    data.selected = true;

    // If data.element is a DOM node, use it instead
    if ($(data.element).is('option')) {
      data.element.selected = true;

      this.$element.trigger('change');

      return;
    }

    if (this.$element.prop('multiple')) {
      this.current(function (currentData) {
        var val = [];

        data = [data];
        data.push.apply(data, currentData);

        for (var d = 0; d < data.length; d++) {
          var id = data[d].id;

          if ($.inArray(id, val) === -1) {
            val.push(id);
          }
        }

        self.$element.val(val);
        self.$element.trigger('change');
      });
    } else {
      var val = data.id;

      this.$element.val(val);
      this.$element.trigger('change');
    }
  };

  SelectAdapter.prototype.unselect = function (data) {
    var self = this;

    if (!this.$element.prop('multiple')) {
      return;
    }

    data.selected = false;

    if ($(data.element).is('option')) {
      data.element.selected = false;

      this.$element.trigger('change');

      return;
    }

    this.current(function (currentData) {
      var val = [];

      for (var d = 0; d < currentData.length; d++) {
        var id = currentData[d].id;

        if (id !== data.id && $.inArray(id, val) === -1) {
          val.push(id);
        }
      }

      self.$element.val(val);

      self.$element.trigger('change');
    });
  };

  SelectAdapter.prototype.bind = function (container, $container) {
    var self = this;

    this.container = container;

    container.on('select', function (params) {
      self.select(params.data);
    });

    container.on('unselect', function (params) {
      self.unselect(params.data);
    });
  };

  SelectAdapter.prototype.destroy = function () {
    // Remove anything added to child elements
    this.$element.find('*').each(function () {
      // Remove any custom data set by Select2
      $.removeData(this, 'data');
    });
  };

  SelectAdapter.prototype.query = function (params, callback) {
    var data = [];
    var self = this;

    var $options = this.$element.children();

    $options.each(function () {
      var $option = $(this);

      if (!$option.is('option') && !$option.is('optgroup')) {
        return;
      }

      var option = self.item($option);

      var matches = self.matches(params, option);

      if (matches !== null) {
        data.push(matches);
      }
    });

    callback({
      results: data
    });
  };

  SelectAdapter.prototype.addOptions = function ($options) {
    Utils.appendMany(this.$element, $options);
  };

  SelectAdapter.prototype.option = function (data) {
    var option;

    if (data.children) {
      option = document.createElement('optgroup');
      option.label = data.text;
    } else {
      option = document.createElement('option');

      if (option.textContent !== undefined) {
        option.textContent = data.text;
      } else {
        option.innerText = data.text;
      }
    }

    if (data.id !== undefined) {
      option.value = data.id;
    }

    if (data.disabled) {
      option.disabled = true;
    }

    if (data.selected) {
      option.selected = true;
    }

    if (data.title) {
      option.title = data.title;
    }

    var $option = $(option);

    var normalizedData = this._normalizeItem(data);
    normalizedData.element = option;

    // Override the option's data with the combined data
    $.data(option, 'data', normalizedData);

    return $option;
  };

  SelectAdapter.prototype.item = function ($option) {
    var data = {};

    data = $.data($option[0], 'data');

    if (data != null) {
      return data;
    }

    if ($option.is('option')) {
      data = {
        id: $option.val(),
        text: $option.text(),
        disabled: $option.prop('disabled'),
        selected: $option.prop('selected'),
        title: $option.prop('title')
      };
    } else if ($option.is('optgroup')) {
      data = {
        text: $option.prop('label'),
        children: [],
        title: $option.prop('title')
      };

      var $children = $option.children('option');
      var children = [];

      for (var c = 0; c < $children.length; c++) {
        var $child = $($children[c]);

        var child = this.item($child);

        children.push(child);
      }

      data.children = children;
    }

    data = this._normalizeItem(data);
    data.element = $option[0];

    $.data($option[0], 'data', data);

    return data;
  };

  SelectAdapter.prototype._normalizeItem = function (item) {
    if (!$.isPlainObject(item)) {
      item = {
        id: item,
        text: item
      };
    }

    item = $.extend({}, {
      text: ''
    }, item);

    var defaults = {
      selected: false,
      disabled: false
    };

    if (item.id != null) {
      item.id = item.id.toString();
    }

    if (item.text != null) {
      item.text = item.text.toString();
    }

    if (item._resultId == null && item.id) {
      item._resultId = this.generateResultId(this.container, item);
    }

    return $.extend({}, defaults, item);
  };

  SelectAdapter.prototype.matches = function (params, data) {
    var matcher = this.options.get('matcher');

    return matcher(params, data);
  };

  return SelectAdapter;
});

S2.define('select2/data/array',[
  './select',
  '../utils',
  'jquery'
], function (SelectAdapter, Utils, $) {
  function ArrayAdapter ($element, options) {
    var data = options.get('data') || [];

    ArrayAdapter.__super__.constructor.call(this, $element, options);

    this.addOptions(this.convertToOptions(data));
  }

  Utils.Extend(ArrayAdapter, SelectAdapter);

  ArrayAdapter.prototype.select = function (data) {
    var $option = this.$element.find('option').filter(function (i, elm) {
      return elm.value == data.id.toString();
    });

    if ($option.length === 0) {
      $option = this.option(data);

      this.addOptions($option);
    }

    ArrayAdapter.__super__.select.call(this, data);
  };

  ArrayAdapter.prototype.convertToOptions = function (data) {
    var self = this;

    var $existing = this.$element.find('option');
    var existingIds = $existing.map(function () {
      return self.item($(this)).id;
    }).get();

    var $options = [];

    // Filter out all items except for the one passed in the argument
    function onlyItem (item) {
      return function () {
        return $(this).val() == item.id;
      };
    }

    for (var d = 0; d < data.length; d++) {
      var item = this._normalizeItem(data[d]);

      // Skip items which were pre-loaded, only merge the data
      if ($.inArray(item.id, existingIds) >= 0) {
        var $existingOption = $existing.filter(onlyItem(item));

        var existingData = this.item($existingOption);
        var newData = $.extend(true, {}, item, existingData);

        var $newOption = this.option(newData);

        $existingOption.replaceWith($newOption);

        continue;
      }

      var $option = this.option(item);

      if (item.children) {
        var $children = this.convertToOptions(item.children);

        Utils.appendMany($option, $children);
      }

      $options.push($option);
    }

    return $options;
  };

  return ArrayAdapter;
});

S2.define('select2/data/ajax',[
  './array',
  '../utils',
  'jquery'
], function (ArrayAdapter, Utils, $) {
  function AjaxAdapter ($element, options) {
    this.ajaxOptions = this._applyDefaults(options.get('ajax'));

    if (this.ajaxOptions.processResults != null) {
      this.processResults = this.ajaxOptions.processResults;
    }

    AjaxAdapter.__super__.constructor.call(this, $element, options);
  }

  Utils.Extend(AjaxAdapter, ArrayAdapter);

  AjaxAdapter.prototype._applyDefaults = function (options) {
    var defaults = {
      data: function (params) {
        return $.extend({}, params, {
          q: params.term
        });
      },
      transport: function (params, success, failure) {
        var $request = $.ajax(params);

        $request.then(success);
        $request.fail(failure);

        return $request;
      }
    };

    return $.extend({}, defaults, options, true);
  };

  AjaxAdapter.prototype.processResults = function (results) {
    return results;
  };

  AjaxAdapter.prototype.query = function (params, callback) {
    var matches = [];
    var self = this;

    if (this._request != null) {
      // JSONP requests cannot always be aborted
      if ($.isFunction(this._request.abort)) {
        this._request.abort();
      }

      this._request = null;
    }

    var options = $.extend({
      type: 'GET'
    }, this.ajaxOptions);

    if (typeof options.url === 'function') {
      options.url = options.url.call(this.$element, params);
    }

    if (typeof options.data === 'function') {
      options.data = options.data.call(this.$element, params);
    }

    function request () {
      var $request = options.transport(options, function (data) {
        var results = self.processResults(data, params);

        if (self.options.get('debug') && window.console && console.error) {
          // Check to make sure that the response included a `results` key.
          if (!results || !results.results || !$.isArray(results.results)) {
            console.error(
              'Select2: The AJAX results did not return an array in the ' +
              '`results` key of the response.'
            );
          }
        }

        callback(results);
        self.container.focusOnActiveElement();
      }, function () {
        // Attempt to detect if a request was aborted
        // Only works if the transport exposes a status property
        if ($request.status && $request.status === '0') {
          return;
        }

        self.trigger('results:message', {
          message: 'errorLoading'
        });
      });

      self._request = $request;
    }

    if (this.ajaxOptions.delay && params.term != null) {
      if (this._queryTimeout) {
        window.clearTimeout(this._queryTimeout);
      }

      this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay);
    } else {
      request();
    }
  };

  return AjaxAdapter;
});

S2.define('select2/data/tags',[
  'jquery'
], function ($) {
  function Tags (decorated, $element, options) {
    var tags = options.get('tags');

    var createTag = options.get('createTag');

    if (createTag !== undefined) {
      this.createTag = createTag;
    }

    var insertTag = options.get('insertTag');

    if (insertTag !== undefined) {
        this.insertTag = insertTag;
    }

    decorated.call(this, $element, options);

    if ($.isArray(tags)) {
      for (var t = 0; t < tags.length; t++) {
        var tag = tags[t];
        var item = this._normalizeItem(tag);

        var $option = this.option(item);

        this.$element.append($option);
      }
    }
  }

  Tags.prototype.query = function (decorated, params, callback) {
    var self = this;

    this._removeOldTags();

    if (params.term == null || params.page != null) {
      decorated.call(this, params, callback);
      return;
    }

    function wrapper (obj, child) {
      var data = obj.results;

      for (var i = 0; i < data.length; i++) {
        var option = data[i];

        var checkChildren = (
          option.children != null &&
          !wrapper({
            results: option.children
          }, true)
        );

        var optionText = (option.text || '').toUpperCase();
        var paramsTerm = (params.term || '').toUpperCase();

        var checkText = optionText === paramsTerm;

        if (checkText || checkChildren) {
          if (child) {
            return false;
          }

          obj.data = data;
          callback(obj);

          return;
        }
      }

      if (child) {
        return true;
      }

      var tag = self.createTag(params);

      if (tag != null) {
        var $option = self.option(tag);
        $option.attr('data-select2-tag', true);

        self.addOptions([$option]);

        self.insertTag(data, tag);
      }

      obj.results = data;

      callback(obj);
    }

    decorated.call(this, params, wrapper);
  };

  Tags.prototype.createTag = function (decorated, params) {
    var term = $.trim(params.term);

    if (term === '') {
      return null;
    }

    return {
      id: term,
      text: term
    };
  };

  Tags.prototype.insertTag = function (_, data, tag) {
    data.unshift(tag);
  };

  Tags.prototype._removeOldTags = function (_) {
    var tag = this._lastTag;

    var $options = this.$element.find('option[data-select2-tag]');

    $options.each(function () {
      if (this.selected) {
        return;
      }

      $(this).remove();
    });
  };

  return Tags;
});

S2.define('select2/data/tokenizer',[
  'jquery'
], function ($) {
  function Tokenizer (decorated, $element, options) {
    var tokenizer = options.get('tokenizer');

    if (tokenizer !== undefined) {
      this.tokenizer = tokenizer;
    }

    decorated.call(this, $element, options);
  }

  Tokenizer.prototype.bind = function (decorated, container, $container) {
    decorated.call(this, container, $container);

    this.$search =  container.dropdown.$search || container.selection.$search ||
      $container.find('.select2-search__field');
  };

  Tokenizer.prototype.query = function (decorated, params, callback) {
    var self = this;

    function createAndSelect (data) {
      // Normalize the data object so we can use it for checks
      var item = self._normalizeItem(data);

      // Check if the data object already exists as a tag
      // Select it if it doesn't
      var $existingOptions = self.$element.find('option').filter(function () {
        return $(this).val() === item.id;
      });

      // If an existing option wasn't found for it, create the option
      if (!$existingOptions.length) {
        var $option = self.option(item);
        $option.attr('data-select2-tag', true);

        self._removeOldTags();
        self.addOptions([$option]);
      }

      // Select the item, now that we know there is an option for it
      select(item);
    }

    function select (data) {
      self.trigger('select', {
        data: data
      });
    }

    params.term = params.term || '';

    var tokenData = this.tokenizer(params, this.options, createAndSelect);

    if (tokenData.term !== params.term) {
      // Replace the search term if we have the search box
      if (this.$search.length) {
        this.$search.val(tokenData.term);
        this.$search.focus();
      }

      params.term = tokenData.term;
    }

    decorated.call(this, params, callback);
  };

  Tokenizer.prototype.tokenizer = function (_, params, options, callback) {
    var separators = options.get('tokenSeparators') || [];
    var term = params.term;
    var i = 0;

    var createTag = this.createTag || function (params) {
      return {
        id: params.term,
        text: params.term
      };
    };

    while (i < term.length) {
      var termChar = term[i];

      if ($.inArray(termChar, separators) === -1) {
        i++;

        continue;
      }

      var part = term.substr(0, i);
      var partParams = $.extend({}, params, {
        term: part
      });

      var data = createTag(partParams);

      if (data == null) {
        i++;
        continue;
      }

      callback(data);

      // Reset the term to not include the tokenized portion
      term = term.substr(i + 1) || '';
      i = 0;
    }

    return {
      term: term
    };
  };

  return Tokenizer;
});

S2.define('select2/data/minimumInputLength',[

], function () {
  function MinimumInputLength (decorated, $e, options) {
    this.minimumInputLength = options.get('minimumInputLength');

    decorated.call(this, $e, options);
  }

  MinimumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (params.term.length < this.minimumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooShort',
        args: {
          minimum: this.minimumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MinimumInputLength;
});

S2.define('select2/data/maximumInputLength',[

], function () {
  function MaximumInputLength (decorated, $e, options) {
    this.maximumInputLength = options.get('maximumInputLength');

    decorated.call(this, $e, options);
  }

  MaximumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (this.maximumInputLength > 0 &&
        params.term.length > this.maximumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooLong',
        args: {
          maximum: this.maximumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MaximumInputLength;
});

S2.define('select2/data/maximumSelectionLength',[

], function (){
  function MaximumSelectionLength (decorated, $e, options) {
    this.maximumSelectionLength = options.get('maximumSelectionLength');

    decorated.call(this, $e, options);
  }

  MaximumSelectionLength.prototype.query =
    function (decorated, params, callback) {
      var self = this;

      this.current(function (currentData) {
        var count = currentData != null ? currentData.length : 0;
        if (self.maximumSelectionLength > 0 &&
          count >= self.maximumSelectionLength) {
          self.trigger('results:message', {
            message: 'maximumSelected',
            args: {
              maximum: self.maximumSelectionLength
            }
          });
          return;
        }
        decorated.call(self, params, callback);
      });
  };

  return MaximumSelectionLength;
});

S2.define('select2/dropdown',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Dropdown ($element, options) {
    this.$element = $element;
    this.options = options;

    Dropdown.__super__.constructor.call(this);
  }

  Utils.Extend(Dropdown, Utils.Observable);

  Dropdown.prototype.render = function () {
    var $dropdown = $(
      '<span class="select2-dropdown">' +
        '<span class="select2-results"></span>' +
      '</span>'
    );

    $dropdown.attr('dir', this.options.get('dir'));

    this.$dropdown = $dropdown;

    return $dropdown;
  };

  Dropdown.prototype.bind = function () {
    // Should be implemented in subclasses
  };

  Dropdown.prototype.position = function ($dropdown, $container) {
    // Should be implmented in subclasses
  };

  Dropdown.prototype.destroy = function () {
    // Remove the dropdown from the DOM
    this.$dropdown.remove();
  };

  return Dropdown;
});

S2.define('select2/dropdown/search',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function Search () { }

  Search.prototype.render = function (decorated) {
    var $rendered = decorated.call(this);

    var $search = $(
      '<span class="select2-search select2-search--dropdown">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" />' +
      '</span>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    $rendered.prepend($search);

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    this.$search.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();
    });

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$search.on('input', function (evt) {
      // Unbind the duplicated `keyup` event
      $(this).off('keyup');
    });

    this.$search.on('keyup input', function (evt) {
      self.handleSearch(evt);
    });

    container.on('open', function () {
      self.$search.attr('tabindex', 0);
      self.$search.attr('aria-owns', resultsId);
      self.$search.focus();

      window.setTimeout(function () {
        self.$search.focus();
      }, 0);
    });

    container.on('close', function () {
      self.$search.attr('tabindex', -1);
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.val('');
    });

    container.on('focus', function () {
      if (!container.isOpen()) {
        self.$search.focus();
      }
    });

    container.on('results:all', function (params) {
      if (params.query.term == null || params.query.term === '') {
        var showSearch = self.showSearch(params);

        if (showSearch) {
          self.$searchContainer.removeClass('select2-search--hide');
        } else {
          self.$searchContainer.addClass('select2-search--hide');
        }
      }
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });
  };

  Search.prototype.handleSearch = function (evt) {
    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.showSearch = function (_, params) {
    return true;
  };

  return Search;
});

S2.define('select2/dropdown/hidePlaceholder',[

], function () {
  function HidePlaceholder (decorated, $element, options, dataAdapter) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options, dataAdapter);
  }

  HidePlaceholder.prototype.append = function (decorated, data) {
    data.results = this.removePlaceholder(data.results);

    decorated.call(this, data);
  };

  HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  HidePlaceholder.prototype.removePlaceholder = function (_, data) {
    var modifiedData = data.slice(0);

    for (var d = data.length - 1; d >= 0; d--) {
      var item = data[d];

      if (this.placeholder.id === item.id) {
        modifiedData.splice(d, 1);
      }
    }

    return modifiedData;
  };

  return HidePlaceholder;
});

S2.define('select2/dropdown/infiniteScroll',[
  'jquery'
], function ($) {
  function InfiniteScroll (decorated, $element, options, dataAdapter) {
    this.lastParams = {};

    decorated.call(this, $element, options, dataAdapter);

    this.$loadingMore = this.createLoadingMore();
    this.loading = false;
  }

  InfiniteScroll.prototype.append = function (decorated, data) {
    this.$loadingMore.remove();
    this.loading = false;

    decorated.call(this, data);

    if (this.showLoadingMore(data)) {
      this.$results.append(this.$loadingMore);
    }
  };

  InfiniteScroll.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('query', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    container.on('query:append', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    this.$results.on('scroll', function () {
      var isLoadMoreVisible = $.contains(
        document.documentElement,
        self.$loadingMore[0]
      );

      if (self.loading || !isLoadMoreVisible) {
        return;
      }

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var loadingMoreOffset = self.$loadingMore.offset().top +
        self.$loadingMore.outerHeight(false);

      if (currentOffset + 50 >= loadingMoreOffset) {
        self.loadMore();
      }
    });
  };

  InfiniteScroll.prototype.loadMore = function () {
    this.loading = true;

    var params = $.extend({}, {page: 1}, this.lastParams);

    params.page++;

    this.trigger('query:append', params);
  };

  InfiniteScroll.prototype.showLoadingMore = function (_, data) {
    return data.pagination && data.pagination.more;
  };

  InfiniteScroll.prototype.createLoadingMore = function () {
    var $option = $(
      '<li ' +
      'class="select2-results__option select2-results__option--load-more"' +
      'role="option" aria-disabled="true"></li>'
    );

    var message = this.options.get('translations').get('loadingMore');

    $option.html(message(this.lastParams));

    return $option;
  };

  return InfiniteScroll;
});

S2.define('select2/dropdown/attachBody',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function AttachBody (decorated, $element, options) {
    this.$dropdownParent = options.get('dropdownParent') || $(document.body);

    decorated.call(this, $element, options);
  }

  AttachBody.prototype.bind = function (decorated, container, $container) {
    var self = this;

    var setupResultsEvents = false;

    decorated.call(this, container, $container);

    container.on('open', function () {
      self._showDropdown();
      self._attachPositioningHandler(container);

      if (!setupResultsEvents) {
        setupResultsEvents = true;

        container.on('results:all', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });

        container.on('results:append', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });
      }
    });

    container.on('close', function () {
      self._hideDropdown();
      self._detachPositioningHandler(container);
    });

    this.$dropdownContainer.on('mousedown', function (evt) {
      evt.stopPropagation();
    });
  };

  AttachBody.prototype.destroy = function (decorated) {
    decorated.call(this);

    this.$dropdownContainer.remove();
  };

  AttachBody.prototype.position = function (decorated, $dropdown, $container) {
    // Clone all of the container classes
    $dropdown.attr('class', $container.attr('class'));

    $dropdown.removeClass('select2');
    $dropdown.addClass('select2-container--open');

    $dropdown.css({
      position: 'absolute',
      top: -999999
    });

    this.$container = $container;
  };

  AttachBody.prototype.render = function (decorated) {
    var $container = $('<span></span>');

    var $dropdown = decorated.call(this);
    $container.append($dropdown);

    this.$dropdownContainer = $container;

    return $container;
  };

  AttachBody.prototype._hideDropdown = function (decorated) {
    this.$dropdownContainer.detach();
  };

  AttachBody.prototype._attachPositioningHandler =
      function (decorated, container) {
    var self = this;

    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.each(function () {
      $(this).data('select2-scroll-position', {
        x: $(this).scrollLeft(),
        y: $(this).scrollTop()
      });
    });

    $watchers.on(scrollEvent, function (ev) {
      var position = $(this).data('select2-scroll-position');
      $(this).scrollTop(position.y);
    });

    $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent,
      function (e) {
      self._positionDropdown();
      self._resizeDropdown();
    });
  };

  AttachBody.prototype._detachPositioningHandler =
      function (decorated, container) {
    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.off(scrollEvent);

    $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent);
  };

  AttachBody.prototype._positionDropdown = function () {
    var $window = $(window);

    var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above');
    var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below');

    var newDirection = null;

    var offset = this.$container.offset();

    offset.bottom = offset.top + this.$container.outerHeight(false);

    var container = {
      height: this.$container.outerHeight(false)
    };

    container.top = offset.top;
    container.bottom = offset.top + container.height;

    var dropdown = {
      height: this.$dropdown.outerHeight(false)
    };

    var viewport = {
      top: $window.scrollTop(),
      bottom: $window.scrollTop() + $window.height()
    };

    var enoughRoomAbove = viewport.top < (offset.top - dropdown.height);
    var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height);

    var css = {
      left: offset.left,
      top: container.bottom
    };

    // Determine what the parent element is to use for calciulating the offset
    var $offsetParent = this.$dropdownParent;

    // For statically positoned elements, we need to get the element
    // that is determining the offset
    if ($offsetParent.css('position') === 'static') {
      $offsetParent = $offsetParent.offsetParent();
    }

    var parentOffset = $offsetParent.offset();

    css.top -= parentOffset.top;
    css.left -= parentOffset.left;

    if (!isCurrentlyAbove && !isCurrentlyBelow) {
      newDirection = 'below';
    }

    if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) {
      newDirection = 'above';
    } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) {
      newDirection = 'below';
    }

    if (newDirection == 'above' ||
      (isCurrentlyAbove && newDirection !== 'below')) {
      css.top = container.top - parentOffset.top - dropdown.height;
    }

    if (newDirection != null) {
      this.$dropdown
        .removeClass('select2-dropdown--below select2-dropdown--above')
        .addClass('select2-dropdown--' + newDirection);
      this.$container
        .removeClass('select2-container--below select2-container--above')
        .addClass('select2-container--' + newDirection);
    }

    this.$dropdownContainer.css(css);
  };

  AttachBody.prototype._resizeDropdown = function () {
    var css = {
      width: this.$container.outerWidth(false) + 'px'
    };

    if (this.options.get('dropdownAutoWidth')) {
      css.minWidth = css.width;
      css.position = 'relative';
      css.width = 'auto';
    }

    this.$dropdown.css(css);
  };

  AttachBody.prototype._showDropdown = function (decorated) {
    this.$dropdownContainer.appendTo(this.$dropdownParent);

    this._positionDropdown();
    this._resizeDropdown();
  };

  return AttachBody;
});

S2.define('select2/dropdown/minimumResultsForSearch',[

], function () {
  function countResults (data) {
    var count = 0;

    for (var d = 0; d < data.length; d++) {
      var item = data[d];

      if (item.children) {
        count += countResults(item.children);
      } else {
        count++;
      }
    }

    return count;
  }

  function MinimumResultsForSearch (decorated, $element, options, dataAdapter) {
    this.minimumResultsForSearch = options.get('minimumResultsForSearch');

    if (this.minimumResultsForSearch < 0) {
      this.minimumResultsForSearch = Infinity;
    }

    decorated.call(this, $element, options, dataAdapter);
  }

  MinimumResultsForSearch.prototype.showSearch = function (decorated, params) {
    if (countResults(params.data.results) < this.minimumResultsForSearch) {
      return false;
    }

    return decorated.call(this, params);
  };

  return MinimumResultsForSearch;
});

S2.define('select2/dropdown/selectOnClose',[

], function () {
  function SelectOnClose () { }

  SelectOnClose.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('close', function (params) {
      self._handleSelectOnClose(params);
    });
  };

  SelectOnClose.prototype._handleSelectOnClose = function (_, params) {
    if (params && params.originalSelect2Event != null) {
      var event = params.originalSelect2Event;

      // Don't select an item if the close event was triggered from a select or
      // unselect event
      if (event._type === 'select' || event._type === 'unselect') {
        return;
      }
    }

    var $highlightedResults = this.getHighlightedResults();

    // Only select highlighted results
    if ($highlightedResults.length < 1) {
      return;
    }

    var data = $highlightedResults.data('data');

    // Don't re-select already selected resulte
    if (
      (data.element != null && data.element.selected) ||
      (data.element == null && data.selected)
    ) {
      return;
    }

    this.trigger('select', {
        data: data
    });
  };

  return SelectOnClose;
});

S2.define('select2/dropdown/closeOnSelect',[

], function () {
  function CloseOnSelect () { }

  CloseOnSelect.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('select', function (evt) {
      self._selectTriggered(evt);
    });

    container.on('unselect', function (evt) {
      self._selectTriggered(evt);
    });
  };

  CloseOnSelect.prototype._selectTriggered = function (_, evt) {
    var originalEvent = evt.originalEvent;

    // Don't close if the control key is being held
    if (originalEvent && originalEvent.ctrlKey) {
      return;
    }

    this.trigger('close', {
      originalEvent: originalEvent,
      originalSelect2Event: evt
    });
  };

  return CloseOnSelect;
});

S2.define('select2/i18n/en',[],function () {
  // English
  return {
    errorLoading: function () {
      return 'The results could not be loaded.';
    },
    inputTooLong: function (args) {
      var overChars = args.input.length - args.maximum;

      var message = 'Please delete ' + overChars + ' character';

      if (overChars != 1) {
        message += 's';
      }

      return message;
    },
    inputTooShort: function (args) {
      var remainingChars = args.minimum - args.input.length;

      var message = 'Please enter ' + remainingChars + ' or more characters';

      return message;
    },
    loadingMore: function () {
      return 'Loading more results…';
    },
    maximumSelected: function (args) {
      var message = 'You can only select ' + args.maximum + ' item';

      if (args.maximum != 1) {
        message += 's';
      }

      return message;
    },
    noResults: function () {
      return 'No results found';
    },
    searching: function () {
      return 'Searching…';
    }
  };
});

S2.define('select2/defaults',[
  'jquery',
  'require',

  './results',

  './selection/single',
  './selection/multiple',
  './selection/placeholder',
  './selection/allowClear',
  './selection/search',
  './selection/eventRelay',

  './utils',
  './translation',
  './diacritics',

  './data/select',
  './data/array',
  './data/ajax',
  './data/tags',
  './data/tokenizer',
  './data/minimumInputLength',
  './data/maximumInputLength',
  './data/maximumSelectionLength',

  './dropdown',
  './dropdown/search',
  './dropdown/hidePlaceholder',
  './dropdown/infiniteScroll',
  './dropdown/attachBody',
  './dropdown/minimumResultsForSearch',
  './dropdown/selectOnClose',
  './dropdown/closeOnSelect',

  './i18n/en'
], function ($, require,

             ResultsList,

             SingleSelection, MultipleSelection, Placeholder, AllowClear,
             SelectionSearch, EventRelay,

             Utils, Translation, DIACRITICS,

             SelectData, ArrayData, AjaxData, Tags, Tokenizer,
             MinimumInputLength, MaximumInputLength, MaximumSelectionLength,

             Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll,
             AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect,

             EnglishTranslation) {
  function Defaults () {
    this.reset();
  }

  Defaults.prototype.apply = function (options) {
    options = $.extend(true, {}, this.defaults, options);

    if (options.dataAdapter == null) {
      if (options.ajax != null) {
        options.dataAdapter = AjaxData;
      } else if (options.data != null) {
        options.dataAdapter = ArrayData;
      } else {
        options.dataAdapter = SelectData;
      }

      if (options.minimumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MinimumInputLength
        );
      }

      if (options.maximumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumInputLength
        );
      }

      if (options.maximumSelectionLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumSelectionLength
        );
      }

      if (options.tags) {
        options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags);
      }

      if (options.tokenSeparators != null || options.tokenizer != null) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Tokenizer
        );
      }

      if (options.query != null) {
        var Query = require(options.amdBase + 'compat/query');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Query
        );
      }

      if (options.initSelection != null) {
        var InitSelection = require(options.amdBase + 'compat/initSelection');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          InitSelection
        );
      }
    }

    if (options.resultsAdapter == null) {
      options.resultsAdapter = ResultsList;

      if (options.ajax != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          InfiniteScroll
        );
      }

      if (options.placeholder != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          HidePlaceholder
        );
      }

      if (options.selectOnClose) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          SelectOnClose
        );
      }
    }

    if (options.dropdownAdapter == null) {
      if (options.multiple) {
        options.dropdownAdapter = Dropdown;
      } else {
        var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch);

        options.dropdownAdapter = SearchableDropdown;
      }

      if (options.minimumResultsForSearch !== 0) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          MinimumResultsForSearch
        );
      }

      if (options.closeOnSelect) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          CloseOnSelect
        );
      }

      if (
        options.dropdownCssClass != null ||
        options.dropdownCss != null ||
        options.adaptDropdownCssClass != null
      ) {
        var DropdownCSS = require(options.amdBase + 'compat/dropdownCss');

        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          DropdownCSS
        );
      }

      options.dropdownAdapter = Utils.Decorate(
        options.dropdownAdapter,
        AttachBody
      );
    }

    if (options.selectionAdapter == null) {
      if (options.multiple) {
        options.selectionAdapter = MultipleSelection;
      } else {
        options.selectionAdapter = SingleSelection;
      }

      // Add the placeholder mixin if a placeholder was specified
      if (options.placeholder != null) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          Placeholder
        );
      }

      if (options.allowClear) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          AllowClear
        );
      }

      if (options.multiple) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          SelectionSearch
        );
      }

      if (
        options.containerCssClass != null ||
        options.containerCss != null ||
        options.adaptContainerCssClass != null
      ) {
        var ContainerCSS = require(options.amdBase + 'compat/containerCss');

        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          ContainerCSS
        );
      }

      options.selectionAdapter = Utils.Decorate(
        options.selectionAdapter,
        EventRelay
      );
    }

    if (typeof options.language === 'string') {
      // Check if the language is specified with a region
      if (options.language.indexOf('-') > 0) {
        // Extract the region information if it is included
        var languageParts = options.language.split('-');
        var baseLanguage = languageParts[0];

        options.language = [options.language, baseLanguage];
      } else {
        options.language = [options.language];
      }
    }

    if ($.isArray(options.language)) {
      var languages = new Translation();
      options.language.push('en');

      var languageNames = options.language;

      for (var l = 0; l < languageNames.length; l++) {
        var name = languageNames[l];
        var language = {};

        try {
          // Try to load it with the original name
          language = Translation.loadPath(name);
        } catch (e) {
          try {
            // If we couldn't load it, check if it wasn't the full path
            name = this.defaults.amdLanguageBase + name;
            language = Translation.loadPath(name);
          } catch (ex) {
            // The translation could not be loaded at all. Sometimes this is
            // because of a configuration problem, other times this can be
            // because of how Select2 helps load all possible translation files.
            if (options.debug && window.console && console.warn) {
              console.warn(
                'Select2: The language file for "' + name + '" could not be ' +
                'automatically loaded. A fallback will be used instead.'
              );
            }

            continue;
          }
        }

        languages.extend(language);
      }

      options.translations = languages;
    } else {
      var baseTranslation = Translation.loadPath(
        this.defaults.amdLanguageBase + 'en'
      );
      var customTranslation = new Translation(options.language);

      customTranslation.extend(baseTranslation);

      options.translations = customTranslation;
    }

    return options;
  };

  Defaults.prototype.reset = function () {
    function stripDiacritics (text) {
      // Used 'uni range + named function' from http://jsperf.com/diacritics/18
      function match(a) {
        return DIACRITICS[a] || a;
      }

      return text.replace(/[^\u0000-\u007E]/g, match);
    }

    function matcher (params, data) {
      // Always return the object if there is nothing to compare
      if ($.trim(params.term) === '') {
        return data;
      }

      // Do a recursive check for options with children
      if (data.children && data.children.length > 0) {
        // Clone the data object if there are children
        // This is required as we modify the object to remove any non-matches
        var match = $.extend(true, {}, data);

        // Check each child of the option
        for (var c = data.children.length - 1; c >= 0; c--) {
          var child = data.children[c];

          var matches = matcher(params, child);

          // If there wasn't a match, remove the object in the array
          if (matches == null) {
            match.children.splice(c, 1);
          }
        }

        // If any children matched, return the new object
        if (match.children.length > 0) {
          return match;
        }

        // If there were no matching children, check just the plain object
        return matcher(params, match);
      }

      var original = stripDiacritics(data.text).toUpperCase();
      var term = stripDiacritics(params.term).toUpperCase();

      // Check if the text contains the term
      if (original.indexOf(term) > -1) {
        return data;
      }

      // If it doesn't contain the term, don't return anything
      return null;
    }

    this.defaults = {
      amdBase: './',
      amdLanguageBase: './i18n/',
      closeOnSelect: true,
      debug: false,
      dropdownAutoWidth: false,
      escapeMarkup: Utils.escapeMarkup,
      language: EnglishTranslation,
      matcher: matcher,
      minimumInputLength: 0,
      maximumInputLength: 0,
      maximumSelectionLength: 0,
      minimumResultsForSearch: 0,
      selectOnClose: false,
      sorter: function (data) {
        return data;
      },
      templateResult: function (result) {
        return result.text;
      },
      templateSelection: function (selection) {
        return selection.text;
      },
      theme: 'default',
      width: 'resolve'
    };
  };

  Defaults.prototype.set = function (key, value) {
    var camelKey = $.camelCase(key);

    var data = {};
    data[camelKey] = value;

    var convertedData = Utils._convertData(data);

    $.extend(this.defaults, convertedData);
  };

  var defaults = new Defaults();

  return defaults;
});

S2.define('select2/options',[
  'require',
  'jquery',
  './defaults',
  './utils'
], function (require, $, Defaults, Utils) {
  function Options (options, $element) {
    this.options = options;

    if ($element != null) {
      this.fromElement($element);
    }

    this.options = Defaults.apply(this.options);

    if ($element && $element.is('input')) {
      var InputCompat = require(this.get('amdBase') + 'compat/inputData');

      this.options.dataAdapter = Utils.Decorate(
        this.options.dataAdapter,
        InputCompat
      );
    }
  }

  Options.prototype.fromElement = function ($e) {
    var excludedData = ['select2'];

    if (this.options.multiple == null) {
      this.options.multiple = $e.prop('multiple');
    }

    if (this.options.disabled == null) {
      this.options.disabled = $e.prop('disabled');
    }

    if (this.options.language == null) {
      if ($e.prop('lang')) {
        this.options.language = $e.prop('lang').toLowerCase();
      } else if ($e.closest('[lang]').prop('lang')) {
        this.options.language = $e.closest('[lang]').prop('lang');
      }
    }

    if (this.options.dir == null) {
      if ($e.prop('dir')) {
        this.options.dir = $e.prop('dir');
      } else if ($e.closest('[dir]').prop('dir')) {
        this.options.dir = $e.closest('[dir]').prop('dir');
      } else {
        this.options.dir = 'ltr';
      }
    }

    $e.prop('disabled', this.options.disabled);
    $e.prop('multiple', this.options.multiple);

    if ($e.data('select2Tags')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-select2-tags` attribute has been changed to ' +
          'use the `data-data` and `data-tags="true"` attributes and will be ' +
          'removed in future versions of Select2.'
        );
      }

      $e.data('data', $e.data('select2Tags'));
      $e.data('tags', true);
    }

    if ($e.data('ajaxUrl')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-ajax-url` attribute has been changed to ' +
          '`data-ajax--url` and support for the old attribute will be removed' +
          ' in future versions of Select2.'
        );
      }

      $e.attr('ajax--url', $e.data('ajaxUrl'));
      $e.data('ajax--url', $e.data('ajaxUrl'));
    }

    var dataset = {};

    // Prefer the element's `dataset` attribute if it exists
    // jQuery 1.x does not correctly handle data attributes with multiple dashes
    if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) {
      dataset = $.extend(true, {}, $e[0].dataset, $e.data());
    } else {
      dataset = $e.data();
    }

    var data = $.extend(true, {}, dataset);

    data = Utils._convertData(data);

    for (var key in data) {
      if ($.inArray(key, excludedData) > -1) {
        continue;
      }

      if ($.isPlainObject(this.options[key])) {
        $.extend(this.options[key], data[key]);
      } else {
        this.options[key] = data[key];
      }
    }

    return this;
  };

  Options.prototype.get = function (key) {
    return this.options[key];
  };

  Options.prototype.set = function (key, val) {
    this.options[key] = val;
  };

  return Options;
});

S2.define('select2/core',[
  'jquery',
  './options',
  './utils',
  './keys'
], function ($, Options, Utils, KEYS) {
  var Select2 = function ($element, options) {
    if ($element.data('select2') != null) {
      $element.data('select2').destroy();
    }

    this.$element = $element;

    this.id = this._generateId($element);

    options = options || {};

    this.options = new Options(options, $element);

    Select2.__super__.constructor.call(this);

    // Set up the tabindex

    var tabindex = $element.attr('tabindex') || 0;
    $element.data('old-tabindex', tabindex);
    $element.attr('tabindex', '-1');

    // Set up containers and adapters

    var DataAdapter = this.options.get('dataAdapter');
    this.dataAdapter = new DataAdapter($element, this.options);

    var $container = this.render();

    this._placeContainer($container);

    var SelectionAdapter = this.options.get('selectionAdapter');
    this.selection = new SelectionAdapter($element, this.options);
    this.$selection = this.selection.render();

    this.selection.position(this.$selection, $container);

    var DropdownAdapter = this.options.get('dropdownAdapter');
    this.dropdown = new DropdownAdapter($element, this.options);
    this.$dropdown = this.dropdown.render();

    this.dropdown.position(this.$dropdown, $container);

    var ResultsAdapter = this.options.get('resultsAdapter');
    this.results = new ResultsAdapter($element, this.options, this.dataAdapter);
    this.$results = this.results.render();

    this.results.position(this.$results, this.$dropdown);

    // Bind events

    var self = this;

    // Bind the container to all of the adapters
    this._bindAdapters();

    // Register any DOM event handlers
    this._registerDomEvents();

    // Register any internal event handlers
    this._registerDataEvents();
    this._registerSelectionEvents();
    this._registerDropdownEvents();
    this._registerResultsEvents();
    this._registerEvents();

    // Set the initial state
    this.dataAdapter.current(function (initialData) {
      self.trigger('selection:update', {
        data: initialData
      });
    });

    // Hide the original select
    $element.addClass('select2-hidden-accessible');
    $element.attr('aria-hidden', 'true');

    // Synchronize any monitored attributes
    this._syncAttributes();

    $element.data('select2', this);
  };

  Utils.Extend(Select2, Utils.Observable);

  Select2.prototype._generateId = function ($element) {
    var id = '';

    if ($element.attr('id') != null) {
      id = $element.attr('id');
    } else if ($element.attr('name') != null) {
      id = $element.attr('name') + '-' + Utils.generateChars(2);
    } else {
      id = Utils.generateChars(4);
    }

    id = id.replace(/(:|\.|\[|\]|,)/g, '');
    id = 'select2-' + id;

    return id;
  };

  Select2.prototype._placeContainer = function ($container) {
    $container.insertAfter(this.$element);

    var width = this._resolveWidth(this.$element, this.options.get('width'));

    if (width != null) {
      $container.css('width', width);
    }
  };

  Select2.prototype._resolveWidth = function ($element, method) {
    var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;

    if (method == 'resolve') {
      var styleWidth = this._resolveWidth($element, 'style');

      if (styleWidth != null) {
        return styleWidth;
      }

      return this._resolveWidth($element, 'element');
    }

    if (method == 'element') {
      var elementWidth = $element.outerWidth(false);

      if (elementWidth <= 0) {
        return 'auto';
      }

      return elementWidth + 'px';
    }

    if (method == 'style') {
      var style = $element.attr('style');

      if (typeof(style) !== 'string') {
        return null;
      }

      var attrs = style.split(';');

      for (var i = 0, l = attrs.length; i < l; i = i + 1) {
        var attr = attrs[i].replace(/\s/g, '');
        var matches = attr.match(WIDTH);

        if (matches !== null && matches.length >= 1) {
          return matches[1];
        }
      }

      return null;
    }

    return method;
  };

  Select2.prototype._bindAdapters = function () {
    this.dataAdapter.bind(this, this.$container);
    this.selection.bind(this, this.$container);

    this.dropdown.bind(this, this.$container);
    this.results.bind(this, this.$container);
  };

  Select2.prototype._registerDomEvents = function () {
    var self = this;

    this.$element.on('change.select2', function () {
      self.dataAdapter.current(function (data) {
        self.trigger('selection:update', {
          data: data
        });
      });
    });

    this.$element.on('focus.select2', function (evt) {
      self.trigger('focus', evt);
    });

    this._syncA = Utils.bind(this._syncAttributes, this);
    this._syncS = Utils.bind(this._syncSubtree, this);

    if (this.$element[0].attachEvent) {
      this.$element[0].attachEvent('onpropertychange', this._syncA);
    }

    var observer = window.MutationObserver ||
      window.WebKitMutationObserver ||
      window.MozMutationObserver
    ;

    if (observer != null) {
      this._observer = new observer(function (mutations) {
        $.each(mutations, self._syncA);
        $.each(mutations, self._syncS);
      });
      this._observer.observe(this.$element[0], {
        attributes: true,
        childList: true,
        subtree: false
      });
    } else if (this.$element[0].addEventListener) {
      this.$element[0].addEventListener(
        'DOMAttrModified',
        self._syncA,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeInserted',
        self._syncS,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeRemoved',
        self._syncS,
        false
      );
    }
  };

  Select2.prototype._registerDataEvents = function () {
    var self = this;

    this.dataAdapter.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerSelectionEvents = function () {
    var self = this;
    var nonRelayEvents = ['toggle', 'focus'];

    this.selection.on('toggle', function () {
      self.toggleDropdown();
    });

    this.selection.on('focus', function (params) {
      self.focus(params);
    });

    this.selection.on('*', function (name, params) {
      if ($.inArray(name, nonRelayEvents) !== -1) {
        return;
      }

      self.trigger(name, params);
    });
  };

  Select2.prototype._registerDropdownEvents = function () {
    var self = this;

    this.dropdown.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerResultsEvents = function () {
    var self = this;

    this.results.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerEvents = function () {
    var self = this;

    this.on('open', function () {
      self.$container.addClass('select2-container--open');
    });

    this.on('close', function () {
      self.$container.removeClass('select2-container--open');
    });

    this.on('enable', function () {
      self.$container.removeClass('select2-container--disabled');
    });

    this.on('disable', function () {
      self.$container.addClass('select2-container--disabled');
    });

    this.on('blur', function () {
      self.$container.removeClass('select2-container--focus');
    });

    this.on('query', function (params) {
      if (!self.isOpen()) {
        self.trigger('open', {});
      }

      this.dataAdapter.query(params, function (data) {
        self.trigger('results:all', {
          data: data,
          query: params
        });
      });
    });

    this.on('query:append', function (params) {
      this.dataAdapter.query(params, function (data) {
        self.trigger('results:append', {
          data: data,
          query: params
        });
      });
    });

    this.on('open', function(){
      // Focus on the active element when opening dropdown.
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        self.focusOnActiveElement();
      }, 1);
    });

    $(document).on('keydown', function (evt) {
      var key = evt.which;
      if (self.isOpen()) {
        if (key === KEYS.ESC || (key === KEYS.UP && evt.altKey)) {
          self.close();

          evt.preventDefault();
        } else if (key === KEYS.ENTER || key === KEYS.TAB) {
          self.trigger('results:select', {});

          evt.preventDefault();
        } else if ((key === KEYS.SPACE && evt.ctrlKey)) {
          self.trigger('results:toggle', {});

          evt.preventDefault();
        } else if (key === KEYS.UP) {
          self.trigger('results:previous', {});

          evt.preventDefault();
        } else if (key === KEYS.DOWN) {
          self.trigger('results:next', {});

          evt.preventDefault();
        }

        var $searchField = self.$dropdown.find('.select2-search__field');
        if (! $searchField.length) {
          $searchField = self.$container.find('.select2-search__field');
        }

        // Move the focus to the selected element on keyboard navigation.
        // Required for screen readers to work properly.
        if (key === KEYS.DOWN || key === KEYS.UP) {
            self.focusOnActiveElement();
        } else {
          // Focus on the search if user starts typing.
          $searchField.focus();
          // Focus back to active selection when finished typing.
          // Small delay so typed character can be read by screen reader.
          setTimeout(function(){
              self.focusOnActiveElement();
          }, 1000);
        }
      } else if (self.hasFocus()) {
        if (key === KEYS.ENTER || key === KEYS.SPACE ||
            key === KEYS.DOWN) {
          self.open();
          evt.preventDefault();
        }
      }
    });
  };

  Select2.prototype.focusOnActiveElement = function () {
    // Don't mess with the focus on touchscreens because it causes havoc with on-screen keyboards.
    if (this.isOpen() && ! Utils.isTouchscreen()) {
      this.$results.find('li.select2-results__option--highlighted').focus();
    }
  };

  Select2.prototype._syncAttributes = function () {
    this.options.set('disabled', this.$element.prop('disabled'));

    if (this.options.get('disabled')) {
      if (this.isOpen()) {
        this.close();
      }

      this.trigger('disable', {});
    } else {
      this.trigger('enable', {});
    }
  };

  Select2.prototype._syncSubtree = function (evt, mutations) {
    var changed = false;
    var self = this;

    // Ignore any mutation events raised for elements that aren't options or
    // optgroups. This handles the case when the select element is destroyed
    if (
      evt && evt.target && (
        evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP'
      )
    ) {
      return;
    }

    if (!mutations) {
      // If mutation events aren't supported, then we can only assume that the
      // change affected the selections
      changed = true;
    } else if (mutations.addedNodes && mutations.addedNodes.length > 0) {
      for (var n = 0; n < mutations.addedNodes.length; n++) {
        var node = mutations.addedNodes[n];

        if (node.selected) {
          changed = true;
        }
      }
    } else if (mutations.removedNodes && mutations.removedNodes.length > 0) {
      changed = true;
    }

    // Only re-pull the data if we think there is a change
    if (changed) {
      this.dataAdapter.current(function (currentData) {
        self.trigger('selection:update', {
          data: currentData
        });
      });
    }
  };

  /**
   * Override the trigger method to automatically trigger pre-events when
   * there are events that can be prevented.
   */
  Select2.prototype.trigger = function (name, args) {
    var actualTrigger = Select2.__super__.trigger;
    var preTriggerMap = {
      'open': 'opening',
      'close': 'closing',
      'select': 'selecting',
      'unselect': 'unselecting'
    };

    if (args === undefined) {
      args = {};
    }

    if (name in preTriggerMap) {
      var preTriggerName = preTriggerMap[name];
      var preTriggerArgs = {
        prevented: false,
        name: name,
        args: args
      };

      actualTrigger.call(this, preTriggerName, preTriggerArgs);

      if (preTriggerArgs.prevented) {
        args.prevented = true;

        return;
      }
    }

    actualTrigger.call(this, name, args);
  };

  Select2.prototype.toggleDropdown = function () {
    if (this.options.get('disabled')) {
      return;
    }

    if (this.isOpen()) {
      this.close();
    } else {
      this.open();
    }
  };

  Select2.prototype.open = function () {
    if (this.isOpen()) {
      return;
    }

    this.trigger('query', {});
  };

  Select2.prototype.close = function () {
    if (!this.isOpen()) {
      return;
    }

    this.trigger('close', {});
  };

  Select2.prototype.isOpen = function () {
    return this.$container.hasClass('select2-container--open');
  };

  Select2.prototype.hasFocus = function () {
    return this.$container.hasClass('select2-container--focus');
  };

  Select2.prototype.focus = function (data) {
    // No need to re-trigger focus events if we are already focused
    if (this.hasFocus()) {
      return;
    }

    this.$container.addClass('select2-container--focus');
    this.trigger('focus', {});
  };

  Select2.prototype.enable = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("enable")` method has been deprecated and will' +
        ' be removed in later Select2 versions. Use $element.prop("disabled")' +
        ' instead.'
      );
    }

    if (args == null || args.length === 0) {
      args = [true];
    }

    var disabled = !args[0];

    this.$element.prop('disabled', disabled);
  };

  Select2.prototype.data = function () {
    if (this.options.get('debug') &&
        arguments.length > 0 && window.console && console.warn) {
      console.warn(
        'Select2: Data can no longer be set using `select2("data")`. You ' +
        'should consider setting the value instead using `$element.val()`.'
      );
    }

    var data = [];

    this.dataAdapter.current(function (currentData) {
      data = currentData;
    });

    return data;
  };

  Select2.prototype.val = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("val")` method has been deprecated and will be' +
        ' removed in later Select2 versions. Use $element.val() instead.'
      );
    }

    if (args == null || args.length === 0) {
      return this.$element.val();
    }

    var newVal = args[0];

    if ($.isArray(newVal)) {
      newVal = $.map(newVal, function (obj) {
        return obj.toString();
      });
    }

    this.$element.val(newVal).trigger('change');
  };

  Select2.prototype.destroy = function () {
    this.$container.remove();

    if (this.$element[0].detachEvent) {
      this.$element[0].detachEvent('onpropertychange', this._syncA);
    }

    if (this._observer != null) {
      this._observer.disconnect();
      this._observer = null;
    } else if (this.$element[0].removeEventListener) {
      this.$element[0]
        .removeEventListener('DOMAttrModified', this._syncA, false);
      this.$element[0]
        .removeEventListener('DOMNodeInserted', this._syncS, false);
      this.$element[0]
        .removeEventListener('DOMNodeRemoved', this._syncS, false);
    }

    this._syncA = null;
    this._syncS = null;

    this.$element.off('.select2');
    this.$element.attr('tabindex', this.$element.data('old-tabindex'));

    this.$element.removeClass('select2-hidden-accessible');
    this.$element.attr('aria-hidden', 'false');
    this.$element.removeData('select2');

    this.dataAdapter.destroy();
    this.selection.destroy();
    this.dropdown.destroy();
    this.results.destroy();

    this.dataAdapter = null;
    this.selection = null;
    this.dropdown = null;
    this.results = null;
  };

  Select2.prototype.render = function () {
    var $container = $(
      '<span class="select2 select2-container">' +
        '<span class="selection"></span>' +
        '<span class="dropdown-wrapper" aria-hidden="true"></span>' +
      '</span>'
    );

    $container.attr('dir', this.options.get('dir'));

    this.$container = $container;

    this.$container.addClass('select2-container--' + this.options.get('theme'));

    $container.data('element', this.$element);

    return $container;
  };

  return Select2;
});

S2.define('jquery-mousewheel',[
  'jquery'
], function ($) {
  // Used to shim jQuery.mousewheel for non-full builds.
  return $;
});

S2.define('jquery.select2',[
  'jquery',
  'jquery-mousewheel',

  './select2/core',
  './select2/defaults'
], function ($, _, Select2, Defaults) {
  if ($.fn.selectWoo == null) {
    // All methods that should return the element
    var thisMethods = ['open', 'close', 'destroy'];

    $.fn.selectWoo = function (options) {
      options = options || {};

      if (typeof options === 'object') {
        this.each(function () {
          var instanceOptions = $.extend(true, {}, options);

          var instance = new Select2($(this), instanceOptions);
        });

        return this;
      } else if (typeof options === 'string') {
        var ret;
        var args = Array.prototype.slice.call(arguments, 1);

        this.each(function () {
          var instance = $(this).data('select2');

          if (instance == null && window.console && console.error) {
            console.error(
              'The select2(\'' + options + '\') method was called on an ' +
              'element that is not using Select2.'
            );
          }

          ret = instance[options].apply(instance, args);
        });

        // Check if we should be returning `this`
        if ($.inArray(options, thisMethods) > -1) {
          return this;
        }

        return ret;
      } else {
        throw new Error('Invalid arguments for Select2: ' + options);
      }
    };
  }

  if ($.fn.select2 != null && $.fn.select2.defaults != null) {
    $.fn.selectWoo.defaults = $.fn.select2.defaults;
  }

  if ($.fn.selectWoo.defaults == null) {
    $.fn.selectWoo.defaults = Defaults;
  }

  // Also register selectWoo under select2 if select2 is not already present.
  $.fn.select2 = $.fn.select2 || $.fn.selectWoo;

  return Select2;
});

  // Return the AMD loader configuration so it can be used outside of this file
  return {
    define: S2.define,
    require: S2.require
  };
}());

  // Autoload the jQuery bindings
  // We know that all of the modules exist above this, so we're safe
  var select2 = S2.require('jquery.select2');

  // Hold the AMD module references on the jQuery function that was just loaded
  // This allows Select2 to use the internal loader outside of this file, such
  // as in the language files.
  jQuery.fn.select2.amd = S2;
  jQuery.fn.selectWoo.amd = S2;

  // Return the Select2 instance for anyone who is importing it.
  return select2;
}));
PK�
�[���oDoDFinc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.jsnu�[���/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */

( function( $, undef ) {

	var wpColorPickerAlpha = {
		'version' : 300
	};

	// Always try to use the last version of this script.
	if ( 'wpColorPickerAlpha' in window && 'version' in window.wpColorPickerAlpha ) {
		var version = parseInt( window.wpColorPickerAlpha.version, 10 );
		if ( ! isNaN( version ) && version >= wpColorPickerAlpha.version ) {
			return;
		}
	}

	// Prevent multiple initiations
	if ( Color.fn.hasOwnProperty( 'to_s' ) ) {
		return;
	}

	// Create new method to replace the `Color.toString()` inside the scripts.
	Color.fn.to_s = function( type ) {
		type = ( type || 'hex' );
		// Change hex to rgba to return the correct color.
		if ( 'hex' === type && this._alpha < 1 ) {
			type = 'rgba';
		}

		var color = '';
		if ( 'hex' === type ) {
			color = this.toString();
		} else if ( ! this.error ) {
			color = this.toCSS( type ).replace( /\(\s+/, '(' ).replace( /\s+\)/, ')' );
		}
		return color;
	}

	// Register the global variable.
	window.wpColorPickerAlpha = wpColorPickerAlpha;

	// Background image encoded
	var backgroundImage = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==';

	/**
	 * Iris
	 */
	$.widget( 'a8c.iris', $.a8c.iris, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the current color or the new color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {Object|*} The color instance if not defined return the cuurent color.
		 *
		 * @return {string} The element's color.
		 */
		_getColor: function( color ) {
			if ( color === undef ) {
				color = this._color;
			}

			if ( this.alphaOptions.alphaEnabled ) {
				color = color.to_s( this.alphaOptions.alphaColorType );
				if ( ! this.alphaOptions.alphaColorWithSpace ) {
					color = color.replace( /\s+/g, '' );
				}
				return color;
			}
			return color.toString();
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			try {
				// Try to get the wpColorPicker alpha options.
				this.alphaOptions = this.element.wpColorPicker( 'instance' ).alphaOptions;
			} catch( e ) {}

			// We make sure there are all options
			$.extend( {}, this.alphaOptions, {
				alphaEnabled: false,
				alphaCustomWidth: 130,
				alphaReset: false,
				alphaColorType: 'hex',
				alphaColorWithSpace: false,
			} );

			this._super();
		},
		/**
		 * Binds event listeners to the Iris.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addInputListeners: function( input ) {
			var self = this,
				debounceTimeout = 100,
				callback = function( event ){
					var val = input.val(),
						color = new Color( val ),
						val = val.replace( /^(#|(rgb|hsl)a?)/, '' ),
						type = self.alphaOptions.alphaColorType;

					input.removeClass( 'iris-error' );

					if ( ! color.error ) {
						// let's not do this on keyup for hex shortcodes
						if ( 'hex' !== type || ! ( event.type === 'keyup' && val.match( /^[0-9a-fA-F]{3}$/ ) ) ) {
							// Compare color ( #AARRGGBB )
							if ( color.toIEOctoHex() !== self._color.toIEOctoHex() ) {
								self._setOption( 'color', self._getColor( color ) );
							}
						}
					} else if ( val !== '' ) {
						input.addClass( 'iris-error' );
					}
				};

			input.on( 'change', callback ).on( 'keyup', self._debounce( callback, debounceTimeout ) );

			// If we initialized hidden, show on first focus. The rest is up to you.
			if ( self.options.hide ) {
				input.one( 'focus', function() {
					self.show();
				});
			}
		},
		/**
		 * Init Controls
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_initControls: function() {
			this._super();

			if ( this.alphaOptions.alphaEnabled ) {
				// Create Alpha controls
				var self = this,
					stripAlpha = self.controls.strip.clone(false, false),
					stripAlphaSlider = stripAlpha.find( '.iris-slider-offset' ),
					controls = {
						stripAlpha       : stripAlpha,
						stripAlphaSlider : stripAlphaSlider
					};

				stripAlpha.addClass( 'iris-strip-alpha' );
				stripAlphaSlider.addClass( 'iris-slider-offset-alpha' );
				stripAlpha.appendTo( self.picker.find( '.iris-picker-inner' ) );

				// Push new controls
				$.each( controls, function( k, v ) {
					self.controls[k] = v;
				} );

				// Create slider
				self.controls.stripAlphaSlider.slider( {
					orientation : 'vertical',
					min         : 0,
					max         : 100,
					step        : 1,
					value       : parseInt( self._color._alpha * 100 ),
					slide       : function( event, ui ) {
						self.active = 'strip';
						// Update alpha value
						self._color._alpha = parseFloat( ui.value / 100 );
						self._change.apply( self, arguments );
					}
				} );
			}
		},
		/**
		 * Create the controls sizes
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {bool} reset Set to True for recreate the controls sizes.
		 *
		 * @return {void}
		 */
		_dimensions: function( reset ) {
			this._super( reset );

			if ( this.alphaOptions.alphaEnabled ) {
				var self = this,
					opts = self.options,
					controls = self.controls,
					square = controls.square,
					strip = self.picker.find( '.iris-strip' ),
					innerWidth, squareWidth, stripWidth, stripMargin, totalWidth;

				/**
				 * I use Math.round() to avoid possible size errors,
				 * this function returns the value of a number rounded
				 * to the nearest integer.
				 *
				 * The width to append all widgets,
				 * if border is enabled, 22 is subtracted.
				 * 20 for css left and right property
				 * 2 for css border
				 */
				innerWidth = Math.round( self.picker.outerWidth( true ) - ( opts.border ? 22 : 0 ) );
				// The width of the draggable, aka square.
				squareWidth = Math.round( square.outerWidth() );
				// The width for the sliders
				stripWidth = Math.round( ( innerWidth - squareWidth ) / 2 );
				// The margin for the sliders
				stripMargin = Math.round( stripWidth / 2 );
				// The total width of the elements.
				totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );

				// Check and change if necessary.
				while ( totalWidth > innerWidth ) {
					stripWidth = Math.round( stripWidth - 2 );
					stripMargin = Math.round( stripMargin - 1 );
					totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );
				}


				square.css( 'margin', '0' );
				strip.width( stripWidth ).css( 'margin-left', stripMargin + 'px' );
			}
		},
		/**
		 * Callback to update the controls and the current color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_change: function() {
			var self   = this,
				active = self.active;

			self._super();

			if ( self.alphaOptions.alphaEnabled ) {
				var	controls     = self.controls,
					   alpha        = parseInt( self._color._alpha * 100 ),
					   color        = self._color.toRgb(),
					   gradient     = [
						   'rgb(' + color.r + ',' + color.g + ',' + color.b + ') 0%',
						   'rgba(' + color.r + ',' + color.g + ',' + color.b + ', 0) 100%'
					   ],
					   target       = self.picker.closest( '.wp-picker-container' ).find( '.wp-color-result' );

				self.options.color = self._getColor();
				// Generate background slider alpha, only for CSS3.
				controls.stripAlpha.css( { 'background' : 'linear-gradient(to bottom, ' + gradient.join( ', ' ) + '), url(' + backgroundImage + ')' } );
				// Update alpha value
				if ( active ) {
					controls.stripAlphaSlider.slider( 'value', alpha );
				}

				if ( ! self._color.error ) {
					self.element.removeClass( 'iris-error' ).val( self.options.color );
				}

				self.picker.find( '.iris-palette-container' ).on( 'click.palette', '.iris-palette', function() {
					var color = $( this ).data( 'color' );
					if ( self.alphaOptions.alphaReset ) {
						self._color._alpha = 1;
						color = self._getColor();
					}
					self._setOption( 'color', color );
				} );
			}
		},
		/**
		 * Paint dimensions.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {string} origin  Origin (position).
		 * @param {string} control Type of the control,
		 *
		 * @return {void}
		 */
		_paintDimension: function( origin, control ) {
			var self = this,
				color = false;

			// Fix for slider hue opacity.
			if ( self.alphaOptions.alphaEnabled && 'strip' === control ) {
				color = self._color;
				self._color = new Color( color.toString() );
				self.hue = self._color.h();
			}

			self._super( origin, control );

			// Restore the color after paint.
			if ( color ) {
				self._color = color;
			}
		},
		/**
		 * To update the options, see original source to view the available options.
		 *
		 * @since 3.0.0
		 *
		 * @param {string} key   The Option name.
		 * @param {mixed} value  The Option value to update.
		 *
		 * @return {void}
		 */
		_setOption: function( key, value ) {
			var self = this;
			if ( 'color' === key && self.alphaOptions.alphaEnabled ) {
				// cast to string in case we have a number
				value = '' + value;
				newColor = new Color( value ).setHSpace( self.options.mode );
				// Check if error && Check the color to prevent callbacks with the same color.
				if ( ! newColor.error && self._getColor( newColor ) !== self._getColor() ) {
					self._color = newColor;
					self.options.color = self._getColor();
					self.active = 'external';
					self._change();
				}
			} else {
				return self._super( key, value );
			}
		},
		/**
		 * Returns the iris object if no new color is provided. If a new color is provided, it sets the new color.
		 *
		 * @param newColor {string|*} The new color to use. Can be undefined.
		 *
		 * @since 3.0.0
		 *
		 * @return {string} The element's color.
		 */
		color: function( newColor ) {
			if ( newColor === true ) {
				return this._color.clone();
			}
			if ( newColor === undef ) {
				return this._getColor();
			}
			this.option( 'color', newColor );
		},
	} );

	/**
	 * wpColorPicker
	 */
	$.widget( 'wp.wpColorPicker', $.wp.wpColorPicker, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the alpha options.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {object} The current alpha options.
		 */
		_getAlphaOptions: function() {
			var el = this.element,
				type  = ( el.data( 'type' ) || this.options.type ),
				color = ( el.data( 'defaultColor' ) || el.val() ),
				options = {
					alphaEnabled: ( el.data( 'alphaEnabled' ) || false ),
					alphaCustomWidth: 130,
					alphaReset: false,
					alphaColorType: 'hex',
					alphaColorWithSpace: false,
				};

			if ( options.alphaEnabled ) {
				options.alphaEnabled = ( el.is( 'input' ) && 'full' === type );
			}

			if ( ! options.alphaEnabled ) {
				return options;
			}

			options.alphaColorWithSpace = ( color && color.match( /\s/ ) );

			$.each( options, function( name, defaultValue ) {
				var value = ( el.data( name ) || defaultValue );
				switch ( name ) {
					case 'alphaCustomWidth':
						value = ( value ? parseInt( value, 10 ) : 0 );
						value = ( isNaN( value ) ? defaultValue : value );
						break;
					case 'alphaColorType':
						if ( ! value.match( /^(hex|(rgb|hsl)a?)$/ ) ) {
							if ( color && color.match( /^#/ ) ) {
								value = 'hex';
							} else if ( color && color.match( /^hsla?/ ) ) {
								value = 'hsl';
							} else {
								value = defaultValue;
							}
						}
						break;
					default:
						value = !!value;
						break;
				}
				options[name] = value;
			} );

			return options;
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			// Return early if Iris support is missing.
			if ( ! $.support.iris ) {
				return;
			}

			// Set the alpha options for the current instance.
			this.alphaOptions = this._getAlphaOptions();

			// Create widget.
			this._super();
		},
		/**
		 * Binds event listeners to the color picker and create options, etc...
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addListeners: function() {
			if ( ! this.alphaOptions.alphaEnabled ) {
				return this._super();
			}

			var self = this,
				el = self.element,
				isDeprecated = self.toggler.is( 'a' );

			this.alphaOptions.defaultWidth = el.width();
			if ( this.alphaOptions.alphaCustomWidth ) {
				el.width( parseInt( this.alphaOptions.defaultWidth + this.alphaOptions.alphaCustomWidth, 10 ) );
			}

			self.toggler.css( {
				'position': 'relative',
				'background-image' : 'url(' + backgroundImage + ')'
			} );

			if ( isDeprecated ) {
				self.toggler.html( '<span class="color-alpha" />' );
			} else {
				self.toggler.append( '<span class="color-alpha" />' );
			}

			self.colorAlpha = self.toggler.find( 'span.color-alpha' ).css( {
				'width'            : '30px',
				'height'           : '100%',
				'position'         : 'absolute',
				'top'              : 0,
				'background-color' : el.val(),
			} );

			// Define the correct position for ltr or rtl direction.
			if ( 'ltr' === self.colorAlpha.css( 'direction' ) ) {
				self.colorAlpha.css( {
					'border-bottom-left-radius' : '2px',
					'border-top-left-radius'    : '2px',
					'left'                      : 0
				} );
			} else {
				self.colorAlpha.css( {
					'border-bottom-right-radius' : '2px',
					'border-top-right-radius'    : '2px',
					'right'                      : 0
				} );
			}


			el.iris( {
				/**
				 * @summary Handles the onChange event if one has been defined in the options.
				 *
				 * Handles the onChange event if one has been defined in the options and additionally
				 * sets the background color for the toggler element.
				 *
				 * @since 3.0.0
				 *
				 * @param {Event} event    The event that's being called.
				 * @param {HTMLElement} ui The HTMLElement containing the color picker.
				 *
				 * @returns {void}
				 */
				change: function( event, ui ) {
					self.colorAlpha.css( { 'background-color': ui.color.to_s( self.alphaOptions.alphaColorType ) } );

					// fire change callback if we have one
					if ( $.isFunction( self.options.change ) ) {
						self.options.change.call( this, event, ui );
					}
				}
			} );


			/**
			 * Prevent any clicks inside this widget from leaking to the top and closing it.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.wrap.on( 'click.wpcolorpicker', function( event ) {
				event.stopPropagation();
			});

			/**
			 * Open or close the color picker depending on the class.
			 *
			 * @since 3.0.0
			 */
			self.toggler.click( function() {
				if ( self.toggler.hasClass( 'wp-picker-open' ) ) {
					self.close();
				} else {
					self.open();
				}
			});

			/**
			 * Checks if value is empty when changing the color in the color picker.
			 * If so, the background color is cleared.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			el.change( function( event ) {
				var val = $( this ).val();

				if ( el.hasClass( 'iris-error' ) || val === '' || val.match( /^(#|(rgb|hsl)a?)$/ ) ) {
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}
				}
			} );

			/**
			 * Enables the user to either clear the color in the color picker or revert back to the default color.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.button.click( function( event ) {
				if ( $( this ).hasClass( 'wp-picker-default' ) ) {
					el.val( self.options.defaultColor ).change();
				} else if ( $( this ).hasClass( 'wp-picker-clear' ) ) {
					el.val( '' );
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}

					el.trigger( 'change' );
				}
			} );
		},
	} );
} ( jQuery ) );
PK�
�[�x��
�
>inc/customizer/core/custom-controls/assets/js/selectWoo.min.jsnu�[���/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&module.exports?module.exports=function(t,n){return void 0===n&&(n="undefined"!=typeof window?require("jquery"):require("jquery")(t)),e(n),n}:e(jQuery)}((function(e){var t=function(){if(e&&e.fn&&e.fn.select2&&e.fn.select2.amd)var t=e.fn.select2.amd;return function(){
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
var e,n,i;t&&t.requirejs||(t?n=t:t={},function(t){var o,r,s,a,l={},c={},u={},d={},p=Object.prototype.hasOwnProperty,h=[].slice,f=/\.js$/;function g(e,t){return p.call(e,t)}function m(e,t){var n,i,o,r,s,a,l,c,d,p,h,g=t&&t.split("/"),m=u.map,v=m&&m["*"]||{};if(e){for(s=(e=e.split("/")).length-1,u.nodeIdCompat&&f.test(e[s])&&(e[s]=e[s].replace(f,"")),"."===e[0].charAt(0)&&g&&(e=g.slice(0,g.length-1).concat(e)),d=0;d<e.length;d++)if("."===(h=e[d]))e.splice(d,1),d-=1;else if(".."===h){if(0===d||1===d&&".."===e[2]||".."===e[d-1])continue;d>0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((g||v)&&m){for(d=(n=e.split("/")).length;d>0;d-=1){if(i=n.slice(0,d).join("/"),g)for(p=g.length;p>0;p-=1)if((o=m[g.slice(0,p).join("/")])&&(o=o[i])){r=o,a=d;break}if(r)break;!l&&v&&v[i]&&(l=v[i],c=d)}!r&&l&&(r=l,a=c),r&&(n.splice(0,a,r),e=n.join("/"))}return e}function v(e,n){return function(){var i=h.call(arguments,0);return"string"!=typeof i[0]&&1===i.length&&i.push(null),r.apply(t,i.concat([e,n]))}}function y(e){return function(t){l[e]=t}}function _(e){if(g(c,e)){var n=c[e];delete c[e],d[e]=!0,o.apply(t,n)}if(!g(l,e)&&!g(d,e))throw new Error("No "+e);return l[e]}function $(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function w(e){return e?$(e):[]}function b(e){return function(){return u&&u.config&&u.config[e]||{}}}s=function(e,t){var n,i,o=$(e),r=o[0],s=t[1];return e=o[1],r&&(n=_(r=m(r,s))),r?e=n&&n.normalize?n.normalize(e,(i=s,function(e){return m(e,i)})):m(e,s):(r=(o=$(e=m(e,s)))[0],e=o[1],r&&(n=_(r))),{f:r?r+"!"+e:e,n:e,pr:r,p:n}},a={require:function(e){return v(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:b(e)}}},o=function(e,n,i,o){var r,u,p,h,f,m,$,b=[],A=typeof i;if(m=w(o=o||e),"undefined"===A||"function"===A){for(n=!n.length&&i.length?["require","exports","module"]:n,f=0;f<n.length;f+=1)if("require"===(u=(h=s(n[f],m)).f))b[f]=a.require(e);else if("exports"===u)b[f]=a.exports(e),$=!0;else if("module"===u)r=b[f]=a.module(e);else if(g(l,u)||g(c,u)||g(d,u))b[f]=_(u);else{if(!h.p)throw new Error(e+" missing "+u);h.p.load(h.n,v(o,!0),y(u),{}),b[f]=l[u]}p=i?i.apply(l[e],b):void 0,e&&(r&&r.exports!==t&&r.exports!==l[e]?l[e]=r.exports:p===t&&$||(l[e]=p))}else e&&(l[e]=i)},e=n=r=function(e,n,i,l,c){if("string"==typeof e)return a[e]?a[e](n):_(s(e,w(n)).f);if(!e.splice){if((u=e).deps&&r(u.deps,u.callback),!n)return;n.splice?(e=n,n=i,i=null):e=t}return n=n||function(){},"function"==typeof i&&(i=l,l=c),l?o(t,e,n,i):setTimeout((function(){o(t,e,n,i)}),4),r},r.config=function(e){return r(e)},e._defined=l,(i=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),g(l,e)||g(c,e)||(c[e]=[e,t,n])}).amd={jQuery:!0}}(),t.requirejs=e,t.require=n,t.define=i)}(),t.define("almond",(function(){})),t.define("jquery",[],(function(){var t=e||$;return null==t&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),t})),t.define("select2/utils",["jquery"],(function(e){var t={};function n(e){var t=e.prototype,n=[];for(var i in t){"function"==typeof t[i]&&("constructor"!==i&&n.push(i))}return n}t.Extend=function(e,t){var n={}.hasOwnProperty;function i(){this.constructor=e}for(var o in t)n.call(t,o)&&(e[o]=t[o]);return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},t.Decorate=function(e,t){var i=n(t),o=n(e);function r(){var n=Array.prototype.unshift,i=t.prototype.constructor.length,o=e.prototype.constructor;i>0&&(n.call(arguments,e.prototype.constructor),o=t.prototype.constructor),o.apply(this,arguments)}t.displayName=e.displayName,r.prototype=new function(){this.constructor=r};for(var s=0;s<o.length;s++){var a=o[s];r.prototype[a]=e.prototype[a]}for(var l=function(e){var n=function(){};e in r.prototype&&(n=r.prototype[e]);var i=t.prototype[e];return function(){var e=Array.prototype.unshift;return e.call(arguments,n),i.apply(this,arguments)}},c=0;c<i.length;c++){var u=i[c];r.prototype[u]=l(u)}return r};var i=function(){this.listeners={}};return i.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},i.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},i.prototype.invoke=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n].apply(this,t)},t.Observable=i,t.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},t.bind=function(e,t){return function(){e.apply(t,arguments)}},t._convertData=function(e){for(var t in e){var n=t.split("-"),i=e;if(1!==n.length){for(var o=0;o<n.length;o++){var r=n[o];(r=r.substring(0,1).toLowerCase()+r.substring(1))in i||(i[r]={}),o==n.length-1&&(i[r]=e[t]),i=i[r]}delete e[t]}}return e},t.hasScroll=function(t,n){var i=e(n),o=n.style.overflowX,r=n.style.overflowY;return(o!==r||"hidden"!==r&&"visible"!==r)&&("scroll"===o||"scroll"===r||(i.innerHeight()<n.scrollHeight||i.innerWidth()<n.scrollWidth))},t.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))},t.appendMany=function(t,n){if("1.7"===e.fn.jquery.substr(0,3)){var i=e();e.map(n,(function(e){i=i.add(e)})),n=i}t.append(n)},t.isTouchscreen=function(){return void 0===t._isTouchscreenCache&&(t._isTouchscreenCache="ontouchstart"in document.documentElement),t._isTouchscreenCache},t})),t.define("select2/results",["jquery","./utils"],(function(e,t){function n(e,t,i){this.$element=e,this.data=i,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=e('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),o=this.options.get("translations").get(t.message);i.append(n(o(t.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var i=e.results[n],o=this.option(i);t.push(o)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[data-selected]"),t=e.filter("[data-selected=true]");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var t=this;this.data.current((function(n){var i=e.map(n,(function(e){return e.id.toString()}));t.$results.find(".select2-results__option[data-selected]").each((function(){var t=e(this),n=e.data(this,"data"),o=""+n.id;null!=n.element&&n.element.selected||null==n.element&&e.inArray(o,i)>-1?t.attr("data-selected","true"):t.attr("data-selected","false")}))}))},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(t){var n=document.createElement("li");n.className="select2-results__option";var i={role:"option","data-selected":"false",tabindex:-1};for(var o in t.disabled&&(delete i["data-selected"],i["aria-disabled"]="true"),null==t.id&&delete i["data-selected"],null!=t._resultId&&(n.id=t._resultId),t.title&&(n.title=t.title),t.children&&(i["aria-label"]=t.text,delete i["data-selected"]),i){var r=i[o];n.setAttribute(o,r)}if(t.children){var s=e(n),a=document.createElement("strong");a.className="select2-results__group";var l=e(a);this.template(t,a),l.attr("role","presentation");for(var c=[],u=0;u<t.children.length;u++){var d=t.children[u],p=this.option(d);c.push(p)}var h=e("<ul></ul>",{class:"select2-results__options select2-results__options--nested",role:"listbox"});h.append(c),s.attr("role","list"),s.append(a),s.append(h)}else this.template(t,n);return e.data(n,"data",t),n},n.prototype.bind=function(t,n){var i=this,o=t.id+"-results";this.$results.attr("id",o),t.on("results:all",(function(e){i.clear(),i.append(e.data),t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("results:append",(function(e){i.append(e.data),t.isOpen()&&i.setClasses()})),t.on("query",(function(e){i.hideMessages(),i.showLoading(e)})),t.on("select",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("unselect",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("open",(function(){i.$results.attr("aria-expanded","true"),i.$results.attr("aria-hidden","false"),i.setClasses(),i.ensureHighlightVisible()})),t.on("close",(function(){i.$results.attr("aria-expanded","false"),i.$results.attr("aria-hidden","true"),i.$results.removeAttr("aria-activedescendant")})),t.on("results:toggle",(function(){var e=i.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),t.on("results:select",(function(){var e=i.getHighlightedResults();if(0!==e.length){var t=e.data("data");"true"==e.attr("data-selected")?i.trigger("close",{}):i.trigger("select",{data:t})}})),t.on("results:previous",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e);if(0!==n){var o=n-1;0===e.length&&(o=0);var r=t.eq(o);r.trigger("mouseenter");var s=i.$results.offset().top,a=r.offset().top,l=i.$results.scrollTop()+(a-s);0===o?i.$results.scrollTop(0):a-s<0&&i.$results.scrollTop(l)}})),t.on("results:next",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var o=t.eq(n);o.trigger("mouseenter");var r=i.$results.offset().top+i.$results.outerHeight(!1),s=o.offset().top+o.outerHeight(!1),a=i.$results.scrollTop()+s-r;0===n?i.$results.scrollTop(0):s>r&&i.$results.scrollTop(a)}})),t.on("results:focus",(function(e){e.element.addClass("select2-results__option--highlighted").attr("aria-selected","true"),i.$results.attr("aria-activedescendant",e.element.attr("id"))})),t.on("results:message",(function(e){i.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=i.$results.scrollTop(),n=i.$results.get(0).scrollHeight-t+e.deltaY,o=e.deltaY>0&&t-e.deltaY<=0,r=e.deltaY<0&&n<=i.$results.height();o?(i.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):r&&(i.$results.scrollTop(i.$results.get(0).scrollHeight-i.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option[data-selected]",(function(t){var n=e(this),o=n.data("data");"true"!==n.attr("data-selected")?i.trigger("select",{originalEvent:t,data:o}):i.options.get("multiple")?i.trigger("unselect",{originalEvent:t,data:o}):i.trigger("close",{})})),this.$results.on("mouseenter",".select2-results__option[data-selected]",(function(t){var n=e(this).data("data");i.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),i.trigger("results:focus",{data:n,element:e(this)})}))},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[data-selected]").index(e),n=this.$results.offset().top,i=e.offset().top,o=this.$results.scrollTop()+(i-n),r=i-n;o-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(r>this.$results.outerHeight()||r<0)&&this.$results.scrollTop(o)}},n.prototype.template=function(t,n){var i=this.options.get("templateResult"),o=this.options.get("escapeMarkup"),r=i(t,n);null==r?n.style.display="none":"string"==typeof r?n.innerHTML=o(r):e(n).append(r)},n})),t.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),t.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var t=e('<span class="select2-selection"  aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),t.attr("title",this.$element.attr("title")),t.attr("tabindex",this._tabindex),this.$selection=t,t},i.prototype.bind=function(e,t){var i=this,o=(e.id,e.id+"-results");this.options.get("minimumResultsForSearch");this.container=e,this.$selection.on("focus",(function(e){i.trigger("focus",e)})),this.$selection.on("blur",(function(e){i._handleBlur(e)})),this.$selection.on("keydown",(function(e){i.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){i.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){i.update(e.data)})),e.on("open",(function(){i.$selection.attr("aria-expanded","true"),i.$selection.attr("aria-owns",o),i._attachCloseHandler(e)})),e.on("close",(function(){i.$selection.attr("aria-expanded","false"),i.$selection.removeAttr("aria-activedescendant"),i.$selection.removeAttr("aria-owns"),window.setTimeout((function(){i.$selection.focus()}),1),i._detachCloseHandler(e)})),e.on("enable",(function(){i.$selection.attr("tabindex",i._tabindex)})),e.on("disable",(function(){i.$selection.attr("tabindex","-1")}))},i.prototype._handleBlur=function(t){var n=this;window.setTimeout((function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)}),1)},i.prototype._attachCloseHandler=function(t){e(document.body).on("mousedown.select2."+t.id,(function(t){var n=e(t.target),i=n.closest(".select2");e(".select2.select2-container--open").each((function(){var t=e(this);this!=i[0]&&(t.data("element").select2("close"),setTimeout((function(){t.find("*:focus").blur(),n.focus()}),1))}))}))},i.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},i.prototype.position=function(e,t){t.find(".selection").append(e)},i.prototype.destroy=function(){this._detachCloseHandler(this.container)},i.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},i})),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,n,i){function o(){o.__super__.constructor.apply(this,arguments)}return n.Extend(o,t),o.prototype.render=function(){var e=o.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},o.prototype.bind=function(e,t){var n=this;o.__super__.bind.apply(this,arguments);var i=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.attr("role","combobox"),this.$selection.on("mousedown",(function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("keydown",(function(t){!e.isOpen()&&t.which>=48&&t.which<=90&&e.open()})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||n.$selection.focus()})),e.on("selection:update",(function(e){n.update(e.data)}))},o.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},o.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},o.prototype.selectionContainer=function(){return e("<span></span>")},o.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().text(i),n.prop("title",t.title||t.text)}else this.clear()},o})),t.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,n){function i(e,t){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'),e},i.prototype.bind=function(t,n){var o=this;i.__super__.bind.apply(this,arguments),this.$selection.on("click",(function(e){o.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!o.options.get("disabled")){var n=e(this).parent().data("data");o.trigger("unselect",{originalEvent:t,data:n})}})),this.$selection.on("keydown",(function(e){!t.isOpen()&&e.which>=48&&e.which<=90&&t.open()})),t.on("focus",(function(){o.focusOnSearch()}))},i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">&times;</span></li>')},i.prototype.focusOnSearch=function(){var e=this;void 0!==e.$search&&setTimeout((function(){e._keyUpPrevented=!0,e.$search.focus()}),1)},i.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;i<e.length;i++){var o=e[i],r=this.selectionContainer(),s=this.display(o,r);"string"==typeof s&&(s=s.trim()),r.append(s),r.prop("title",o.title||o.text),r.data("data",o),t.push(r)}var a=this.$selection.find(".select2-selection__rendered");n.appendMany(a,t)}},i})),t.define("select2/selection/placeholder",["../utils"],(function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(t.length>1||n)return e.call(this,t);this.clear();var i=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(i)},t})),t.define("select2/selection/allowClear",["jquery","../keys"],(function(e,t){function n(){}return n.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){i._handleClear(e)})),t.on("keypress",(function(e){i._handleKeyboardClear(e,t)}))},n.prototype._handleClear=function(e,t){if(!this.options.get("disabled")){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();for(var i=n.data("data"),o=0;o<i.length;o++){var r={data:i[o]};if(this.trigger("unselect",r),r.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},n.prototype._handleKeyboardClear=function(e,n,i){i.isOpen()||n.which!=t.DELETE&&n.which!=t.BACKSPACE||this._handleClear(n)},n.prototype.update=function(t,n){if(t.call(this,n),!(this.$selection.find(".select2-selection__placeholder").length>0||0===n.length)){var i=e('<span class="select2-selection__clear">&times;</span>');i.data("data",n),this.$selection.find(".select2-selection__rendered").prepend(i)}},n})),t.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t,n){e.call(this,t,n)}return i.prototype.render=function(t){var n=e('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=n,this.$search=n.find("input");var i=t.call(this);return this._transferTabIndex(),i},i.prototype.bind=function(e,t,i){var o=this,r=t.id+"-results";e.call(this,t,i),t.on("open",(function(){o.$search.attr("aria-owns",r),o.$search.trigger("focus")})),t.on("close",(function(){o.$search.val(""),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.trigger("focus")})),t.on("enable",(function(){o.$search.prop("disabled",!1),o._transferTabIndex()})),t.on("disable",(function(){o.$search.prop("disabled",!0)})),t.on("focus",(function(e){o.$search.trigger("focus")})),t.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)})),this.$selection.on("focusin",".select2-search--inline",(function(e){o.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){o._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===o.$search.val()){var i=o.$searchContainer.prev(".select2-selection__choice");if(i.length>0){var r=i.data("data");o.searchRemoveChoice(r),e.preventDefault()}}else e.which===n.ENTER&&(t.open(),e.preventDefault())}));var s=document.documentMode,a=s&&s<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){a?o.$selection.off("input.search input.searchcheck"):o.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(a&&"input"===e.type)o.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&o.handleSearch(e)}}))},i.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},i.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},i.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.focus()},i.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},i.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},i.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").innerWidth():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},i})),t.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,n,i){var o=this,r=["open","opening","close","closing","select","selecting","unselect","unselecting"],s=["opening","closing","selecting","unselecting"];t.call(this,n,i),n.on("*",(function(t,n){if(-1!==e.inArray(t,r)){n=n||{};var i=e.Event("select2:"+t,{params:n});o.$element.trigger(i),-1!==e.inArray(t,s)&&(n.prevented=i.isDefaultPrevented())}}))},t})),t.define("select2/translation",["jquery","require"],(function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var i=t(e);n._cache[e]=i}return new n(n._cache[e])},n})),t.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}})),t.define("select2/data/base",["../utils"],(function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var i="";return i+=null!=t?t.id:e.generateChars(4),i+="-result-",i+=e.generateChars(4),null!=n.id?i+="-"+n.id.toString():i+="-"+e.generateChars(4),i},t})),t.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var t=[],i=this;this.$element.find(":selected").each((function(){var e=n(this),o=i.item(e);t.push(o)})),e(t)},i.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option"))return e.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current((function(i){var o=[];(e=[e]).push.apply(e,i);for(var r=0;r<e.length;r++){var s=e[r].id;-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}));else{var i=e.id;this.$element.val(i),this.$element.trigger("change")}},i.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple")){if(e.selected=!1,n(e.element).is("option"))return e.element.selected=!1,void this.$element.trigger("change");this.current((function(i){for(var o=[],r=0;r<i.length;r++){var s=i[r].id;s!==e.id&&-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}))}},i.prototype.bind=function(e,t){var n=this;this.container=e,e.on("select",(function(e){n.select(e.data)})),e.on("unselect",(function(e){n.unselect(e.data)}))},i.prototype.destroy=function(){this.$element.find("*").each((function(){n.removeData(this,"data")}))},i.prototype.query=function(e,t){var i=[],o=this;this.$element.children().each((function(){var t=n(this);if(t.is("option")||t.is("optgroup")){var r=o.item(t),s=o.matches(e,r);null!==s&&i.push(s)}})),t({results:i})},i.prototype.addOptions=function(e){t.appendMany(this.$element,e)},i.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var i=n(t),o=this._normalizeItem(e);return o.element=t,n.data(t,"data",o),i},i.prototype.item=function(e){var t={};if(null!=(t=n.data(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),o=[],r=0;r<i.length;r++){var s=n(i[r]),a=this.item(s);o.push(a)}t.children=o}return(t=this._normalizeItem(t)).element=e[0],n.data(e[0],"data",t),t},i.prototype._normalizeItem=function(e){n.isPlainObject(e)||(e={id:e,text:e});return null!=(e=n.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},{selected:!1,disabled:!1},e)},i.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},i})),t.define("select2/data/array",["./select","../utils","jquery"],(function(e,t,n){function i(e,t){var n=t.get("data")||[];i.__super__.constructor.call(this,e,t),this.addOptions(this.convertToOptions(n))}return t.Extend(i,e),i.prototype.select=function(e){var t=this.$element.find("option").filter((function(t,n){return n.value==e.id.toString()}));0===t.length&&(t=this.option(e),this.addOptions(t)),i.__super__.select.call(this,e)},i.prototype.convertToOptions=function(e){var i=this,o=this.$element.find("option"),r=o.map((function(){return i.item(n(this)).id})).get(),s=[];function a(e){return function(){return n(this).val()==e.id}}for(var l=0;l<e.length;l++){var c=this._normalizeItem(e[l]);if(n.inArray(c.id,r)>=0){var u=o.filter(a(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h)}else{var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}s.push(f)}}return s},i})),t.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,n){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,i){var o=n.ajax(e);return o.then(t),o.fail(i),o}};return n.extend({},t,e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(e,t){var i=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var o=n.extend({type:"GET"},this.ajaxOptions);function r(){var r=o.transport(o,(function(o){var r=i.processResults(o,e);i.options.get("debug")&&window.console&&console.error&&(r&&r.results&&n.isArray(r.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(r),i.container.focusOnActiveElement()}),(function(){r.status&&"0"===r.status||i.trigger("results:message",{message:"errorLoading"})}));i._request=r}"function"==typeof o.url&&(o.url=o.url.call(this.$element,e)),"function"==typeof o.data&&(o.data=o.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(r,this.ajaxOptions.delay)):r()},i})),t.define("select2/data/tags",["jquery"],(function(e){function t(t,n,i){var o=i.get("tags"),r=i.get("createTag");void 0!==r&&(this.createTag=r);var s=i.get("insertTag");if(void 0!==s&&(this.insertTag=s),t.call(this,n,i),e.isArray(o))for(var a=0;a<o.length;a++){var l=o[a],c=this._normalizeItem(l),u=this.option(c);this.$element.append(u)}}return t.prototype.query=function(e,t,n){var i=this;this._removeOldTags(),null!=t.term&&null==t.page?e.call(this,t,(function e(o,r){for(var s=o.results,a=0;a<s.length;a++){var l=s[a],c=null!=l.children&&!e({results:l.children},!0);if((l.text||"").toUpperCase()===(t.term||"").toUpperCase()||c)return!r&&(o.data=s,void n(o))}if(r)return!0;var u=i.createTag(t);if(null!=u){var d=i.option(u);d.attr("data-select2-tag",!0),i.addOptions([d]),i.insertTag(s,u)}o.results=s,n(o)})):e.call(this,t,n)},t.prototype.createTag=function(t,n){var i=e.trim(n.term);return""===i?null:{id:i,text:i}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(t){this._lastTag;this.$element.find("option[data-select2-tag]").each((function(){this.selected||e(this).remove()}))},t})),t.define("select2/data/tokenizer",["jquery"],(function(e){function t(e,t,n){var i=n.get("tokenizer");void 0!==i&&(this.tokenizer=i),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,i){var o=this;n.term=n.term||"";var r=this.tokenizer(n,this.options,(function(t){var n=o._normalizeItem(t);if(!o.$element.find("option").filter((function(){return e(this).val()===n.id})).length){var i=o.option(n);i.attr("data-select2-tag",!0),o._removeOldTags(),o.addOptions([i])}!function(e){o.trigger("select",{data:e})}(n)}));r.term!==n.term&&(this.$search.length&&(this.$search.val(r.term),this.$search.focus()),n.term=r.term),t.call(this,n,i)},t.prototype.tokenizer=function(t,n,i,o){for(var r=i.get("tokenSeparators")||[],s=n.term,a=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};a<s.length;){var c=s[a];if(-1!==e.inArray(c,r)){var u=s.substr(0,a),d=l(e.extend({},n,{term:u}));null!=d?(o(d),s=s.substr(a+1)||"",a=0):a++}else a++}return{term:s}},t})),t.define("select2/data/minimumInputLength",[],(function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumInputLength",[],(function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){var i=this;this.current((function(o){var r=null!=o?o.length:0;i.maximumSelectionLength>0&&r>=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):e.call(i,t,n)}))},e})),t.define("select2/dropdown",["jquery","./utils"],(function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n})),t.define("select2/dropdown/search",["jquery","../utils"],(function(e,t){function n(){}return n.prototype.render=function(t){var n=t.call(this),i=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" /></span>');return this.$searchContainer=i,this.$search=i.find("input"),n.prepend(i),n},n.prototype.bind=function(t,n,i){var o=this,r=n.id+"-results";t.call(this,n,i),this.$search.on("keydown",(function(e){o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){o.handleSearch(e)})),n.on("open",(function(){o.$search.attr("tabindex",0),o.$search.attr("aria-owns",r),o.$search.focus(),window.setTimeout((function(){o.$search.focus()}),0)})),n.on("close",(function(){o.$search.attr("tabindex",-1),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.val("")})),n.on("focus",(function(){n.isOpen()||o.$search.focus()})),n.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(o.showSearch(e)?o.$searchContainer.removeClass("select2-search--hide"):o.$searchContainer.addClass("select2-search--hide"))})),n.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)}))},n.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},n.prototype.showSearch=function(e,t){return!0},n})),t.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;i>=0;i--){var o=t[i];this.placeholder.id===o.id&&n.splice(i,1)}return n},e})),t.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&this.$results.append(this.$loadingMore)},t.prototype.bind=function(t,n,i){var o=this;t.call(this,n,i),n.on("query",(function(e){o.lastParams=e,o.loading=!0})),n.on("query:append",(function(e){o.lastParams=e,o.loading=!0})),this.$results.on("scroll",(function(){var t=e.contains(document.documentElement,o.$loadingMore[0]);!o.loading&&t&&(o.$results.offset().top+o.$results.outerHeight(!1)+50>=o.$loadingMore.offset().top+o.$loadingMore.outerHeight(!1)&&o.loadMore())}))},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t})),t.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function n(t,n,i){this.$dropdownParent=i.get("dropdownParent")||e(document.body),t.call(this,n,i)}return n.prototype.bind=function(e,t,n){var i=this,o=!1;e.call(this,t,n),t.on("open",(function(){i._showDropdown(),i._attachPositioningHandler(t),o||(o=!0,t.on("results:all",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("results:append",(function(){i._positionDropdown(),i._resizeDropdown()})))})),t.on("close",(function(){i._hideDropdown(),i._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),i=t.call(this);return n.append(i),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._attachPositioningHandler=function(n,i){var o=this,r="scroll.select2."+i.id,s="resize.select2."+i.id,a="orientationchange.select2."+i.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){e(this).data("select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(r,(function(t){var n=e(this).data("select2-scroll-position");e(this).scrollTop(n.y)})),e(window).on(r+" "+s+" "+a,(function(e){o._positionDropdown(),o._resizeDropdown()}))},n.prototype._detachPositioningHandler=function(n,i){var o="scroll.select2."+i.id,r="resize.select2."+i.id,s="orientationchange.select2."+i.id;this.$container.parents().filter(t.hasScroll).off(o),e(window).off(o+" "+r+" "+s)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),o=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=r.top,s.bottom=r.top+s.height;var a=this.$dropdown.outerHeight(!1),l=t.scrollTop(),c=t.scrollTop()+t.height(),u=l<r.top-a,d=c>r.bottom+a,p={left:r.left,top:s.bottom},h=this.$dropdownParent;"static"===h.css("position")&&(h=h.offsetParent());var f=h.offset();p.top-=f.top,p.left-=f.left,n||i||(o="below"),d||!u||n?!u&&d&&n&&(o="below"):o="above",("above"==o||n&&"below"!==o)&&(p.top=s.top-f.top-a),null!=o&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+o),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+o)),this.$dropdownContainer.css(p)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n})),t.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(t){for(var n=0,i=0;i<t.length;i++){var o=t[i];o.children?n+=e(o.children):n++}return n}function t(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return t.prototype.showSearch=function(t,n){return!(e(n.data.results)<this.minimumResultsForSearch)&&t.call(this,n)},t})),t.define("select2/dropdown/selectOnClose",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("close",(function(e){i._handleSelectOnClose(e)}))},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var i=this.getHighlightedResults();if(!(i.length<1)){var o=i.data("data");null!=o.element&&o.element.selected||null==o.element&&o.selected||this.trigger("select",{data:o})}},e})),t.define("select2/dropdown/closeOnSelect",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",(function(e){i._selectTriggered(e)})),t.on("unselect",(function(e){i._selectTriggered(e)}))},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&n.ctrlKey||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e})),t.define("select2/i18n/en",[],(function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}})),t.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],(function(e,t,n,i,o,r,s,a,l,c,u,d,p,h,f,g,m,v,y,_,$,w,b,A,x,E,O,C,S){function T(){this.reset()}return T.prototype.apply=function(d){if(null==(d=e.extend(!0,{},this.defaults,d)).dataAdapter){if(null!=d.ajax?d.dataAdapter=f:null!=d.data?d.dataAdapter=h:d.dataAdapter=p,d.minimumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,v)),d.maximumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,y)),d.maximumSelectionLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,_)),d.tags&&(d.dataAdapter=c.Decorate(d.dataAdapter,g)),null==d.tokenSeparators&&null==d.tokenizer||(d.dataAdapter=c.Decorate(d.dataAdapter,m)),null!=d.query){var S=t(d.amdBase+"compat/query");d.dataAdapter=c.Decorate(d.dataAdapter,S)}if(null!=d.initSelection){var T=t(d.amdBase+"compat/initSelection");d.dataAdapter=c.Decorate(d.dataAdapter,T)}}if(null==d.resultsAdapter&&(d.resultsAdapter=n,null!=d.ajax&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,A)),null!=d.placeholder&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,b)),d.selectOnClose&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,O))),null==d.dropdownAdapter){if(d.multiple)d.dropdownAdapter=$;else{var D=c.Decorate($,w);d.dropdownAdapter=D}if(0!==d.minimumResultsForSearch&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,E)),d.closeOnSelect&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,C)),null!=d.dropdownCssClass||null!=d.dropdownCss||null!=d.adaptDropdownCssClass){var q=t(d.amdBase+"compat/dropdownCss");d.dropdownAdapter=c.Decorate(d.dropdownAdapter,q)}d.dropdownAdapter=c.Decorate(d.dropdownAdapter,x)}if(null==d.selectionAdapter){if(d.multiple?d.selectionAdapter=o:d.selectionAdapter=i,null!=d.placeholder&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,r)),d.allowClear&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,s)),d.multiple&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,a)),null!=d.containerCssClass||null!=d.containerCss||null!=d.adaptContainerCssClass){var L=t(d.amdBase+"compat/containerCss");d.selectionAdapter=c.Decorate(d.selectionAdapter,L)}d.selectionAdapter=c.Decorate(d.selectionAdapter,l)}if("string"==typeof d.language)if(d.language.indexOf("-")>0){var j=d.language.split("-")[0];d.language=[d.language,j]}else d.language=[d.language];if(e.isArray(d.language)){var P=new u;d.language.push("en");for(var k=d.language,I=0;I<k.length;I++){var R=k[I],U={};try{U=u.loadPath(R)}catch(e){try{R=this.defaults.amdLanguageBase+R,U=u.loadPath(R)}catch(e){d.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+R+'" could not be automatically loaded. A fallback will be used instead.');continue}}P.extend(U)}d.translations=P}else{var M=u.loadPath(this.defaults.amdLanguageBase+"en"),H=new u(d.language);H.extend(M),d.translations=H}return d},T.prototype.reset=function(){function t(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return d[e]||e}))}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:c.escapeMarkup,language:S,matcher:function n(i,o){if(""===e.trim(i.term))return o;if(o.children&&o.children.length>0){for(var r=e.extend(!0,{},o),s=o.children.length-1;s>=0;s--){null==n(i,o.children[s])&&r.children.splice(s,1)}return r.children.length>0?r:n(i,r)}var a=t(o.text).toUpperCase(),l=t(i.term).toUpperCase();return a.indexOf(l)>-1?o:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},T.prototype.set=function(t,n){var i={};i[e.camelCase(t)]=n;var o=c._convertData(i);e.extend(this.defaults,o)},new T})),t.define("select2/options",["require","jquery","./defaults","./utils"],(function(e,t,n,i){function o(t,o){if(this.options=t,null!=o&&this.fromElement(o),this.options=n.apply(this.options),o&&o.is("input")){var r=e(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=i.Decorate(this.options.dataAdapter,r)}}return o.prototype.fromElement=function(e){var n=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.language&&(e.prop("lang")?this.options.language=e.prop("lang").toLowerCase():e.closest("[lang]").prop("lang")&&(this.options.language=e.closest("[lang]").prop("lang"))),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),e.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),e.data("data",e.data("select2Tags")),e.data("tags",!0)),e.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",e.data("ajaxUrl")),e.data("ajax--url",e.data("ajaxUrl")));var o={};o=t.fn.jquery&&"1."==t.fn.jquery.substr(0,2)&&e[0].dataset?t.extend(!0,{},e[0].dataset,e.data()):e.data();var r=t.extend(!0,{},o);for(var s in r=i._convertData(r))t.inArray(s,n)>-1||(t.isPlainObject(this.options[s])?t.extend(this.options[s],r[s]):this.options[s]=r[s]);return this},o.prototype.get=function(e){return this.options[e]},o.prototype.set=function(e,t){this.options[e]=t},o})),t.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,n,i){var o=function(e,n){null!=e.data("select2")&&e.data("select2").destroy(),this.$element=e,this.id=this._generateId(e),n=n||{},this.options=new t(n,e),o.__super__.constructor.call(this);var i=e.attr("tabindex")||0;e.data("old-tabindex",i),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var s=this.render();this._placeContainer(s);var a=this.options.get("selectionAdapter");this.selection=new a(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var l=this.options.get("dropdownAdapter");this.dropdown=new l(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var u=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){u.trigger("selection:update",{data:e})})),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),e.data("select2",this)};return n.Extend(o,n.Observable),o.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},o.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},o.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var o=e.outerWidth(!1);return o<=0?"auto":o+"px"}if("style"==t){var r=e.attr("style");if("string"!=typeof r)return null;for(var s=r.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&c.length>=1)return c[1]}return null}return t},o.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},o.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",(function(){t.dataAdapter.current((function(e){t.trigger("selection:update",{data:e})}))})),this.$element.on("focus.select2",(function(e){t.trigger("focus",e)})),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=i?(this._observer=new i((function(n){e.each(n,t._syncA),e.each(n,t._syncS)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},o.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",(function(){t.toggleDropdown()})),this.selection.on("focus",(function(e){t.focus(e)})),this.selection.on("*",(function(i,o){-1===e.inArray(i,n)&&t.trigger(i,o)}))},o.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerEvents=function(){var t=this;this.on("open",(function(){t.$container.addClass("select2-container--open")})),this.on("close",(function(){t.$container.removeClass("select2-container--open")})),this.on("enable",(function(){t.$container.removeClass("select2-container--disabled")})),this.on("disable",(function(){t.$container.addClass("select2-container--disabled")})),this.on("blur",(function(){t.$container.removeClass("select2-container--focus")})),this.on("query",(function(e){t.isOpen()||t.trigger("open",{}),this.dataAdapter.query(e,(function(n){t.trigger("results:all",{data:n,query:e})}))})),this.on("query:append",(function(e){this.dataAdapter.query(e,(function(n){t.trigger("results:append",{data:n,query:e})}))})),this.on("open",(function(){setTimeout((function(){t.focusOnActiveElement()}),1)})),e(document).on("keydown",(function(e){var n=e.which;if(t.isOpen()){n===i.ESC||n===i.UP&&e.altKey?(t.close(),e.preventDefault()):n===i.ENTER||n===i.TAB?(t.trigger("results:select",{}),e.preventDefault()):n===i.SPACE&&e.ctrlKey?(t.trigger("results:toggle",{}),e.preventDefault()):n===i.UP?(t.trigger("results:previous",{}),e.preventDefault()):n===i.DOWN&&(t.trigger("results:next",{}),e.preventDefault());var o=t.$dropdown.find(".select2-search__field");o.length||(o=t.$container.find(".select2-search__field")),n===i.DOWN||n===i.UP?t.focusOnActiveElement():(o.focus(),setTimeout((function(){t.focusOnActiveElement()}),1e3))}else t.hasFocus()&&(n!==i.ENTER&&n!==i.SPACE&&n!==i.DOWN||(t.open(),e.preventDefault()))}))},o.prototype.focusOnActiveElement=function(){this.isOpen()&&!n.isTouchscreen()&&this.$results.find("li.select2-results__option--highlighted").focus()},o.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},o.prototype._syncSubtree=function(e,t){var n=!1,i=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&t.addedNodes.length>0)for(var o=0;o<t.addedNodes.length;o++){t.addedNodes[o].selected&&(n=!0)}else t.removedNodes&&t.removedNodes.length>0&&(n=!0);else n=!0;n&&this.dataAdapter.current((function(e){i.trigger("selection:update",{data:e})}))}},o.prototype.trigger=function(e,t){var n=o.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===t&&(t={}),e in i){var r=i[e],s={prevented:!1,name:e,args:t};if(n.call(this,r,s),s.prevented)return void(t.prevented=!0)}n.call(this,e,t)},o.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},o.prototype.open=function(){this.isOpen()||this.trigger("query",{})},o.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},o.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},o.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},o.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},o.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},o.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},o.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];e.isArray(n)&&(n=e.map(n,(function(e){return e.toString()}))),this.$element.val(n).trigger("change")},o.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},o.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),t.data("element",this.$element),t},o})),t.define("jquery-mousewheel",["jquery"],(function(e){return e})),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],(function(e,t,n,i){if(null==e.fn.selectWoo){var o=["open","close","destroy"];e.fn.selectWoo=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var i=e.extend(!0,{},t);new n(e(this),i)})),this;if("string"==typeof t){var i,r=Array.prototype.slice.call(arguments,1);return this.each((function(){var n=e(this).data("select2");null==n&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),i=n[t].apply(n,r)})),e.inArray(t,o)>-1?this:i}throw new Error("Invalid arguments for Select2: "+t)}}return null!=e.fn.select2&&null!=e.fn.select2.defaults&&(e.fn.selectWoo.defaults=e.fn.select2.defaults),null==e.fn.selectWoo.defaults&&(e.fn.selectWoo.defaults=i),e.fn.select2=e.fn.select2||e.fn.selectWoo,n})),{define:t.define,require:t.require}}(),n=t.require("jquery.select2");return e.fn.select2.amd=t,e.fn.selectWoo.amd=t,n}));PK�
�[
H%�����Ginc/customizer/core/custom-controls/assets/js/customize-controls.min.jsnu�[���wp.customize.controlConstructor["colormag-buttonset"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-background"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagBackgroundControl()},initColorMagBackgroundControl:function(){var e=this,t=e.setting._value,n=e.container.find(".colormag-color-picker-alpha");(_.isUndefined(t["background-image"])||""===t["background-image"])&&(e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide()),n.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("background-color",n.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0]&&e.saveValue("background-color","")}}),e.container.on("click",".background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img",(function(t){var n=wp.media({multiple:!1}).open().on("select",(function(){var t,i,a,o=n.state().get("selection").first(),r=o.toJSON().sizes.full.url;_.isUndefined(o.toJSON().sizes.medium)?_.isUndefined(o.toJSON().sizes.thumbnail)||(r=o.toJSON().sizes.thumbnail.url):r=o.toJSON().sizes.medium.url,t=o.toJSON().sizes.full.url,o.toJSON().id,o.toJSON().width,o.toJSON().height,""!==t&&e.container.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),e.saveValue("background-image",t),i=e.container.find(".placeholder, .thumbnail"),a=e.container.find(".background-image-upload-remove-button"),i.length&&i.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+r+'" alt="" />'),a.length&&a.show()}));t.preventDefault()})),e.container.on("click",".background-image-upload-remove-button",(function(t){var n,i;t.preventDefault(),e.saveValue("background-image",""),n=e.container.find(".placeholder, .thumbnail"),i=e.container.find(".background-image-upload-remove-button"),e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide(),n.length&&n.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),i.length&&i.hide()})),e.container.on("change",".background-repeat select",(function(){e.saveValue("background-repeat",jQuery(this).val())})),e.container.on("change",".background-position select",(function(){e.saveValue("background-position",jQuery(this).val())})),e.container.on("change",".background-size select",(function(){e.saveValue("background-size",jQuery(this).val())})),e.container.on("change",".background-attachment select",(function(){e.saveValue("background-attachment",jQuery(this).val())}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .background-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-color"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="hue"===this.params.mode,n=this.container.find(".colormag-color-picker-alpha"),i=n.val().replace(/\s+/g,"");n.wpColorPicker({change:function(a,o){var r=t?o.color.h():n.iris("color");jQuery("html").hasClass("colorpicker-ready")&&i!==r.replace(/\s+/g,"")&&e.setting.set(r)},clear:function(){e.setting.get()||e.setting.set(""),e.setting.set("")}})}})}(jQuery),wp.customize.controlConstructor["colormag-dropdown-categories"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("change","select",(function(){e.setting.set(jQuery(this).val())}))}}),function(e,t){t.controlConstructor["colormag-dimensions"]=t.Control.extend({ready:function(){let t=this,n=this.container.find(".control input"),i=this.container.find(".colormag-dimensions-reset"),a=this.container.find(".dimension-unit");n.on("change input",(function(){let i=e(this);i.closest(".control").hasClass("linked")?(t.update({value:i.val(),side:"all"}),n.val(i.val())):t.update({value:i.val(),side:i.data("type")})})),a.on("change",(function(){t.update({value:"",side:"all"}),t.update({value:e(this).val(),side:"unit"}),n.val("")})),t.container.find(".colormag-binding").on("click",(function(t){t.preventDefault();var n=e(this),i=n.parent(".control");n.toggleClass("active"),i.toggleClass("linked"),n.hasClass("active")&&i.find("input").val(i.find("input").first().val()).trigger("change")})),i.on("click",(function(e){e.preventDefault(),t.reset()})),t.container.find(`input#colormag_dimensions_${t.id}`).on("change",(function(){t.setting.set(JSON.parse(e(this).val()))}))},update:function({value:t,side:n="top"}){var i=this.container.find(`input#colormag_dimensions_${this.id}`),a=JSON.parse(i.val());"all"===n?a=e.extend(a,{top:t,right:t,bottom:t,left:t}):a[n]=t,i.val(JSON.stringify(a)).trigger("change")},reset(){var e=this,t=e.params.default;["top","right","bottom","left","unit"].forEach((function(n){var i=t[n]?t[n]:"";e.update({value:i,side:n}),e.container.find(`[data-type="${n}"]`).val(i)}))}})}(jQuery,wp.customize),wp.customize.controlConstructor["colormag-editor"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="editor_"+e.id;wp.editor&&wp.editor.initialize&&wp.editor.initialize(t,{tinymce:{wpautop:!0,setup:function(t){t.on("Paste Change input Undo Redo",(function(){var n=t.getContent();wp.customize.instance(e.id).set(n)}))}},quicktags:!0,mediaButtons:!0})}}),function(e){wp.customize.controlConstructor["colormag-fontawesome"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagFontawesomeControl()},initColorMagFontawesomeControl:function(){var t,n=this,i=n.selector,a=e(i).find("select"),o=[],r=n.setting._value,s=window["ColorMagCustomizerControlFontawesome"+this.id],l=0;e.each(s,(function(e,t){o[l]={id:t,text:t},l++})),(t=a.selectWoo({data:o,width:"100%",templateResult:function(t){return t.id?e('<span><i class="fa fa-lg '+t.text+'"></i> '+t.text+"</span>"):t.text}})).val(r).trigger("change"),t.on("change",(function(){n.setting.set(a.val())}))}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-gradient"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this;t.initColorControl(),t.initColorStopControl(),t.initColor2Control(),t.initColorStop2Control(),t.initGradientAngleControl();var n=e(".types select").find(":selected").val();"radial"===n&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===n&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.container.on("change",".types select",(function(){"radial"===e(this).find(":selected").val()&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===e(this).find(":selected").val()&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.saveValue("gradient-type",jQuery(".types select").val())})),t.container.on("change",".type-radial select",(function(){t.saveValue("gradient-position",jQuery(".type-radial select").val())}))},initColorControl:function(){var e=this,t=(e.setting._value,e.container.find(".color .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".primary-color .wp-color-picker")[0]&&e.saveValue("color","")}})},initColorStopControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop",t)}))},initColor2Control:function(){var e=this,t=(e.setting._value,e.container.find(".color-2 .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color-2",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".secondary-color .wp-color-picker")[0]&&e.saveValue("color-2","")}})},initColorStop2Control:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop-2 input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop-2 .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop-2 .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop-2",t)}))},initGradientAngleControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".type-linear input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".type-linear .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".type-linear .slider-wrapper").find("input[type=range]").val(t),e.saveValue("gradient-angle",t)}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .gradient-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),function(e){wp.customize.controlConstructor["colormag-group"]=wp.customize.Control.extend({ready:function(){"use strict";this.registerToggleEvents(),this.container.on("colormag_settings_changed",this.onOptionChange)},registerToggleEvents:function(){let t=this;e(".wp-full-overlay-sidebar-content").click((function(t){e(t.target).closest(".colormag-field-settings-modal").length||e(".colormag-group-toggle-icon.open").trigger("click")})),t.container.on("click",".colormag-group-wrap .colormag-group-toggle-icon",(function(n){n.preventDefault(),n.stopPropagation();let i=e(this),a=i.closest(".customize-control-colormag-group"),o=a.find(".colormag-field-settings-modal").data("loaded"),r=a.parents(".control-section");if(i.hasClass("open"))a.find(".colormag-field-settings-modal").hide();else{let n=r.find(".colormag-group-toggle-icon.open");if(n.length>0&&n.trigger("click"),o)a.find(".colormag-field-settings-modal").show();else{let n=t.params.colormag_fields,i=e(ColorMagCustomizerControlGroup.group_modal_tmpl),o=e("#customize-footer-actions .active").attr("data-device");a.find(".colormag-field-settings-wrap").append(i),a.find(".colormag-fields-wrap").attr("data-control",t.params.name),t.colormag_render_field(a,n,t),a.find(".colormag-field-settings-modal").show(),"mobile"===o?(e(".control-wrap.mobile").addClass("active"),e(".responsive-switchers .preview-mobile").addClass("active"),e(".control-wrap.tablet, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop").removeClass("active")):"tablet"===o?(e(".control-wrap.tablet").addClass("active"),e(".responsive-switchers .preview-tablet").addClass("active"),e(".control-wrap.mobile, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop").removeClass("active")):(e(".control-wrap.desktop").addClass("active"),e(".responsive-switchers .preview-desktop").addClass("active"),e(".control-wrap.mobile, .control-wrap.tablet").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet").removeClass("active"))}}i.toggleClass("open")})),t.container.on("click",".colormag-group-wrap > .customizer-text",(function(t){t.preventDefault(),t.stopPropagation(),e(this).find(".colormag-group-toggle-icon").trigger("click")}))},colormag_render_field:function(t,n,i){let a=this,o=t.find(".colormag-fields-wrap"),r="",s=[],l=a.isJSONString(i.params.value)?JSON.parse(i.params.value):{};if(void 0!==n.tabs){let t=0;r+='<div id="'+i.params.name+'-tabs" class="colormag-group-tabs">',r+='<ul class="colormag-group-list">',_.each(n.tabs,(function(e,n){let i="";0===t&&(i="active"),r+='<li class="'+i+'"><a href="#tab-'+n.replace(" ","-")+'"><span>'+n+"</span></a></li>",t++})),r+="</ul>",r+='<div class="colormag-tab-content" >',_.each(n.tabs,(function(e,t){let n=a.generateFieldHtml(e,l);r+='<div id="tab-'+t.replace(" ","-")+'" class="tab">',r+=n.html,_.each(n.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),r+="</div>"})),r+="</div>",r+="</div>",o.html(r),e("#"+i.params.name+"-tabs").tabs()}else{let e=a.generateFieldHtml(n,l);r+=e.html,_.each(e.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),o.html(r)}_.each(s,(function(e,t){switch(e.key){case"colormag-color":a.initColorControl(o,i,e.name);break;case"colormag-background":a.initBackgroundControl(i,e,e.name);break;case"colormag-typography":a.initTypographyControl(i,e,e.name)}})),t.find(".colormag-field-settings-modal").data("loaded",!0)},isJSONString:function(e){try{JSON.parse(e)}catch(e){return!1}return!0},generateFieldHtml:function(e,t){let n="",i=[];_.each(e,(function(e,t){let a=wp.customize.control(e.name)?wp.customize.control(e.name).params.value:"",o=e.control,r="customize-control-"+o+"-content",s=wp.template(r),l=a||e.default,c="",u="";e.value=l,e.title=e.label,_.each(e.data_attrs,(function(e,t){c+=" data-"+t+' ="'+e+'"'})),_.each(e.input_attrs,(function(e,t){u+=t+' ="'+e+'"'})),e.dataAttrs=c,e.inputAttrs=u,i.push({key:o,value:l,name:e.name});let d="",p=["colormag-typography"];"colormag-typography"===e.control&&p.includes(e.control)&&(e.languages=ColorMagCustomizerControlTypographySubsets),p.includes(e.control)&&(d="has-responsive-switchers"),e.suffix=window[e.name].suffix,e.default_suffix=window[e.name].default_suffix,e.input_attrs=window[e.name].input_attrs,n+='<li id="customize-control-'+e.name+'" class="customize-control '+d+" customize-control-"+e.control+'" >',n+=s(e),n+="</li>"}));let a=new Object;return a.controls=i,a.html=n,a},onOptionChange:function(t,n,i,a,o){e(".hidden-field-"+o).val(a),wp.customize.control(o).setting.set(a)},initColorControl:function(t,n,i){let a=this;t.find(".customize-control-colormag-color .colormag-color-picker-alpha").wpColorPicker({change:function(t,n){if(void 0!==t.originalEvent||void 0!==n.color._alpha){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=e(n).parents(".customize-control").attr("id");let o=e("#"+i+".customize-control-colormag-color .colormag-color-picker-alpha");i=i.replace("customize-control-","");let r=o.iris("color");e(n).val(r),a.container.trigger("colormag_settings_changed",[a,e(n),r,i])}},clear:function(t){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=(i=e(n).parents(".customize-control").attr("id")).replace("customize-control-",""),e(n).val(""),a.container.trigger("colormag_settings_changed",[a,e(n),"",i]),wp.customize.previewer.refresh()}})},initBackgroundControl:function(t,n,i){let a=e("#customize-control-"+t.id.replace("[","-").replace("]","")+" .background-hidden-value"),o=JSON.parse(a.val()),r=n.name,s=t.container.find(".colormag-color-picker-alpha"),l=t.container.find("#customize-control-"+r);(_.isUndefined(o["background-image"])||""===o["background-image"])&&(l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide()),s.wpColorPicker({change:function(){if(e("html").hasClass("colorpicker-ready")){let n=e(this);setTimeout((function(){t.saveBackgroundValue("background-color",s.val(),n,i)}),100)}},clear:function(n){let a=e(n.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];a&&t.saveBackgroundValue("background-color","",e(a),i),wp.customize.previewer.refresh()}}),l.on("click",".background-image-upload-button, .thumbnail-image img",(function(n){let a=e(this),o=wp.media({multiple:!1}).open().on("select",(function(){let e,n,r,s,c,u,d=o.state().get("selection").first(),p=d.toJSON().sizes.full.url;_.isUndefined(d.toJSON().sizes.medium)?_.isUndefined(d.toJSON().sizes.thumbnail)||(p=d.toJSON().sizes.thumbnail.url):p=d.toJSON().sizes.medium.url,e=d.toJSON().sizes.full.url,n=d.toJSON().id,r=d.toJSON().width,s=d.toJSON().height,""!==e&&l.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),t.saveBackgroundValue("background-image",e,a,i),c=l.find(".placeholder, .thumbnail"),u=l.find(".background-image-upload-remove-button"),c.length&&c.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+p+'" alt="" />'),u.length&&u.show()}));n.preventDefault()})),l.on("click",".background-image-upload-remove-button",(function(n){let i,a;n.preventDefault(),t.saveBackgroundValue("background-image","",e(this)),i=l.find(".placeholder, .thumbnail"),a=l.find(".background-image-upload-remove-button"),l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide(),i.length&&i.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),a.length&&a.hide()})),l.on("change",".background-repeat select",(function(){t.saveBackgroundValue("background-repeat",e(this).val(),e(this),i)})),l.on("change",".background-position select",(function(){t.saveBackgroundValue("background-position",e(this).val(),e(this),i)})),l.on("change",".background-size select",(function(){t.saveBackgroundValue("background-size",e(this).val(),e(this),i)})),l.on("change",".background-attachment select",(function(){t.saveBackgroundValue("background-attachment",e(this).val(),e(this),i)}))},saveBackgroundValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .background-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])},initTypographyControl:function(t,n,i){t.setting._value;let a=n.name,o=t.container.find("#customize-control-"+a);function r(e){t.container.find(`.${e} .control-wrap`).each((function(){const t=jQuery(this),i=t.find(".range input"),a=t.find(".size input"),o=t.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let t=n.input_attrs.attributes_config[e][s];t&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",t.min),jQuery(this).attr("max",t.max),jQuery(this).attr("step",t.step)}))}o.val(s),i.val(r),a.val(r),a.change()}))}n.input_attrs=window[n.name].input_attrs,t.renderTypographyFontSelector(e(this),i,n),t.renderTypographyVariantSelector(e(this),i,n),t.renderTypographySubsetSelector(e(this),i,n),o.on("change",".font-style select",(function(){t.saveTypographyValue("font-style",e(this).val(),e(this),i)})),o.on("change",".text-transform select",(function(){t.saveTypographyValue("text-transform",e(this).val(),e(this),i)})),o.on("change",".text-decoration select",(function(){t.saveTypographyValue("text-decoration",e(this).val(),e(this),i)})),o.on("change keyup paste input",".font-size input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-font-size-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyFontSize(e(this),i,n)})),o.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),o.on("change keyup paste input",".font-size select",(function(){var a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyFontSizeUnit(e(this),i,n)})),o.on("change keyup paste input",".line-height input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-line-height-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLineHeight(e(this),i,n)})),o.on("change keyup paste input",".line-height select",(function(){let a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyLineHeightUnit(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-letter-spacing-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLetterSpacing(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing select",(function(){t.saveTypographyLetterSpacingUnit(e(this),i,n)})),this.container.find(".font-size input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),t.container.on("click",".colormag-font-size-reset",(function(){r("font-size")})),t.container.on("click",".colormag-line-height-reset",(function(){r("line-height")})),t.container.on("click",".colormag-letter-spacing-reset",(function(){r("letter-spacing")}))},renderTypographyFontSelector:function(t,n,i){let a,o=this,r=o.selector+" .font-family select",s=[],l=[],c=[],u=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),d=JSON.parse(u.val()),p=o.getTypographyFonts();_.isUndefined(p.standard)||_.each(p.standard,(function(e){s.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(p.google)||_.each(p.google,(function(e){l.push({id:e.family,text:e.label})})),data=[{text:p.standardfontslabel,children:s},{text:p.googlefontslabel,children:l}],_.isUndefined(p.custom)||(_.each(p.custom,(function(e){c.push({id:e.family,text:e.label})})),data.push({text:p.customfontslabel,children:c})),a=e(r).selectWoo({data:data,width:"100%"}),d["font-family"]&&a.val(d["font-family"].replace(/'/g,'"')).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-family",e(this).val(),e(this),n),o.renderTypographyVariantSelector(e(this),n,i),o.renderTypographySubsetSelector(e(this),n,i)}))},getTypographyFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderTypographyVariantSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographyVariants(l),u=o.selector+" .font-weight select",d=[],p=!1;!1!==c?(e(o.selector+" .font-weight").show(),_.each(c,(function(e){s["font-weight"]===e.id&&(p=!0),d.push({id:e.id,text:e.label})})),p||(s["font-weight"]="regular"),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(s["font-weight"]).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-weight",e(this).val(),e(this),n)}))):e(o.selector+" .font-weight").hide()},getTypographyVariants:function(e){let t=this.getTypographyFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants,n})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants,n})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants,n})),n},renderTypographySubsetSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographySubsets(l),u=o.selector+" .subsets select",d=[],p=s.subsets;!1!==c?(e(o.selector+" .subsets").show(),_.each(c,(function(e){_.isObject(p)&&-1===p.indexOf(e.id)&&(p=_.reject(p,(function(t){return t===e.id}))),d.push({id:e.id,text:e.label})}))):e(o.selector+" .subsets").hide(),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(p).trigger("change"),a.on("change",(function(){o.saveTypographyValue("subsets",e(this).val(),e(this),n)}))},getTypographySubsets:function(e){let t=!1,n=this.getTypographyFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets,t})),t},saveTypographyFontSize:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"font-size":{desktop:{size:r["font-size"].desktop.size,unit:r["font-size"].desktop.unit},tablet:{size:r["font-size"].tablet.size,unit:r["font-size"].tablet.unit},mobile:{size:r["font-size"].mobile.size,unit:r["font-size"].mobile.unit}}};l.find(".font-size .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["font-size"][n]||(c["font-size"][n]={}),c["font-size"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyFontSizeUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"font-size":{desktop:{size:o["font-size"].desktop.size,unit:o["font-size"].desktop.unit},tablet:{size:o["font-size"].tablet.size,unit:o["font-size"].tablet.unit},mobile:{size:o["font-size"].mobile.size,unit:o["font-size"].mobile.unit}}};s.find(".font-size .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["font-size"][n]||(l["font-size"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["font-size"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["font-size"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLineHeight:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"line-height":{desktop:{size:r["line-height"].desktop.size,unit:r["line-height"].desktop.unit},tablet:{size:r["line-height"].tablet.size,unit:r["line-height"].tablet.unit},mobile:{size:r["line-height"].mobile.size,unit:r["line-height"].mobile.unit}}};l.find(".line-height .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["line-height"][n]||(c["line-height"][n]={}),c["line-height"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLineHeightUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"line-height":{desktop:{size:o["line-height"].desktop.size,unit:o["line-height"].desktop.unit},tablet:{size:o["line-height"].tablet.size,unit:o["line-height"].tablet.unit},mobile:{size:o["line-height"].mobile.size,unit:o["line-height"].mobile.unit}}};s.find(".line-height .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["line-height"][n]||(l["line-height"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["line-height"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["line-height"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLetterSpacing:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLetterSpacingUnit:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].unit=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])}})}(jQuery),function(e){e(window).on("load",(function(){e(".tg-navigate a").on("click",(function(t){t.preventDefault();var n=e(this).data("target"),i=e(this).data("section");i&&("panel"===n?wp.customize.panel(i).focus():wp.customize.section(i).focus())}))}))}(jQuery),wp.customize.controlConstructor["colormag-sortable"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;e.sortableContainer=e.container.find("ul.sortable").first(),e.unsortableContainer=e.container.find("ul.unsortable").first(),e.unsortableContainer.find("li").each((function(){jQuery(this).find(".switch").on("click",(function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()})),e.sortableContainer.sortable({stop:function(){e.updateValue()}}).disableSelection().find("li").each((function(){jQuery(this).find(".switch").click((function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()}))},updateValue:function(){"use strict";var e,t=[],n=[];this.sortableContainer.find("li").each((function(){jQuery(this).is(".invisible")||t.push(jQuery(this).data("value"))})),this.unsortableContainer.find("li").each((function(e){jQuery(this).is(".invisible")||n.push(jQuery(this).data("value"))})),e=n.concat(t),this.setting.set(e)}}),wp.customize.controlConstructor["colormag-slider"]=wp.customize.Control.extend({ready:function(){"use strict";let e=this,t=this.container.find(".colormag-progress"),n=this.container.find(".size input").val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100;if(""===n){let e=`linear-gradient(to right, #ebebeb 0%, #ebebeb ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}else{let e=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}e.container.on("change keyup paste input",".size input",(function(){let n=jQuery(this),i=n.val(),a=n.attr("max"),o=t.attr("min"),r=(i-o)/(a-o)*100,s=jQuery(this).closest(".slider-wrapper"),l=s.find("input[type=range]"),c=s.find(".colormag-warning"),u=(l.val(i),`linear-gradient(to right, #0073AA 0%, #0073AA ${r}%, #ebebeb ${r}%, #ebebeb 100%)`);l.css("background",u);let d=parseFloat(a),p=parseFloat(o),g=parseFloat(i);p>g||d<g?(c.html("Value must be between "+o+" and "+a),c.addClass("warning-visible"),n.addClass("invalid-color")):(c.removeClass("warning-visible"),n.removeClass("invalid-color")),e.updateSize()})),e.container.on("change keyup paste input",".range input",(function(){e.updateSize()})),e.container.on("change",".unit-wrapper select",(function(){e.container.find(".slider-label").each((function(){var t=jQuery(this).find(".unit-wrapper select").val();if(t){var n=e.params.input_attrs.attributes_config[t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".slider-label"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateUnit()})),this.container.find("input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear-gradient(to right, #0073AA 0%, #0073AA ${a}%, #ebebeb ${a}%, #ebebeb 100%)`;e.css("background",r),o.val(t),o.change()})),this.container.find(".colormag-slider-reset").click((function(){let t=jQuery(this).closest("li").children(".slider-label"),n=t.find("input[type=range]"),i=t.find(".colormag-range-value input"),a=t.find(".unit-wrapper select"),o=n.data("reset_value"),r=n.data("reset_unit");if(r){var s=e.params.input_attrs.attributes_config[r];s&&t.find("input").each((function(){jQuery(this).attr("min",s.min),jQuery(this).attr("max",s.max),jQuery(this).attr("step",s.step)}))}a.val(r||"px").change(),n.val(o).change(),i.val(o).change();a.val(),n.val(),i.val()}))},updateSize:function(){let e=this,t=e.setting.get(),n=e.container.find(".slider-hidden-value"),i={size:{}};e.container.find(".size .input-wrapper").each((function(){let e=jQuery(this).find("input").val();i.size=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".slider-hidden-value"),i={unit:{}};e.container.find(".unit-wrapper .input-wrapper").each((function(){let e=jQuery(this).find("select").val();i.unit=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)),e.setting.set(t)}}),wp.customize.controlConstructor["colormag-radio-image"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),function(e){wp.customize.controlConstructor["colormag-date"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this,n=t.selector,i=e(n).find("input");i.datepicker({dateFormat:"yy-mm-dd",changeMonth:!0,changeYear:!0,showOn:"button",buttonText:"",beforeShow:function(t,n){e(t).after(e(t).datepicker("widget"))}}),i.on("change keyup paste",(function(){t.setting.set(e(this).val())}))}})}(jQuery),wp.customize.controlConstructor["colormag-typography"]=wp.customize.Control.extend({ready:function(){"use strict";const e=this;function t(t){e.container.find(`.${t} .control-wrap`).each((function(){const n=jQuery(this),i=n.find(".range input"),a=n.find(".size input"),o=n.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let n=e.params.input_attrs.attributes_config[t][s];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}o.val(s||"px").change(),i.val(r).change(),a.val(r).change();o.val(),i.val(),a.val()}))}e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.renderFontSelector(),e.renderVariantSelector(),e.renderSubsetSelector(),e.container.on("change",".font-style select",(function(){e.saveValue("font-style",jQuery(this).val())})),e.container.on("change",".text-transform select",(function(){e.saveValue("text-transform",jQuery(this).val())})),e.container.on("change",".text-decoration select",(function(){e.saveValue("text-decoration",jQuery(this).val())})),e.container.on("change keyup",".font-size .size input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-font-size-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateFontSize()})),e.container.on("change keyup paste input",".font-size .range input",(function(){e.updateFontSize()})),this.container.find(".font-size input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input");t.val(e),t.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),e.container.on("change",".font-size-unit",(function(){e.container.find(".font-size .control-wrap").each((function(){let t=jQuery(this).find(".unit-wrapper .font-size-unit").val();if(t){let n=e.params.input_attrs.attributes_config["font-size"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateFontSizeUnit()})),e.container.on("click",".colormag-font-size-reset",(function(){t("font-size")})),e.container.on("click",".colormag-line-height-reset",(function(){t("line-height")})),e.container.on("click",".colormag-letter-spacing-reset",(function(){t("letter-spacing")})),e.container.on("change keyup paste input",".line-height input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-line-height-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLineHeight()})),e.container.on("change",".line-height-unit",(function(){e.container.find(".line-height .control-wrap").each((function(){var t=jQuery(this).find(".unit-wrapper .line-height-unit").val();if(t){var n=e.params.input_attrs.attributes_config["line-height"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateLineHeightUnit()})),e.container.on("change keyup paste input",".letter-spacing-unit",(function(){e.updateLetterSpacingUnit()})),e.container.on("change keyup paste input",".letter-spacing input",(function(){var t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-letter-spacing-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLetterSpacing()}))},renderFontSelector:function(){var e,t=this,n=t.selector+" .font-family select",i=[],a=[],o=[],r=t.setting._value,s=t.getFonts();_.isUndefined(s.standard)||_.each(s.standard,(function(e){i.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(s.google)||_.each(s.google,(function(e){a.push({id:e.family,text:e.label})})),data=[{text:s.standardfontslabel,children:i},{text:s.googlefontslabel,children:a}],_.isUndefined(s.custom)||(_.each(s.custom,(function(e){o.push({id:e.family,text:e.label})})),data.push({text:s.customfontslabel,children:o})),e=jQuery(n).selectWoo({data:data,width:"100%"}),r["font-family"]&&e.val(r["font-family"].replace(/'/g,'"')).trigger("change"),e.on("change",(function(){t.saveValue("font-family",jQuery(this).val()),t.renderVariantSelector(),t.renderSubsetSelector()}))},getFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderVariantSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getVariants(i),o=t.selector+" .font-weight select",r=[],s=!1;!1!==a?(jQuery(t.selector+" .font-weight").show(),_.each(a,(function(e){n["font-weight"]===e.id&&(s=!0),r.push({id:e.id,text:e.label})})),s||(n["font-weight"]="regular"),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(n["font-weight"]).trigger("change"),e.on("change",(function(){t.saveValue("font-weight",jQuery(this).val())}))):jQuery(t.selector+" .font-weight").hide()},getVariants:function(e){var t=this.getFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants})),n},renderSubsetSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getSubsets(i),o=t.selector+" .subsets select",r=[],s=n.subsets;!1!==a?(jQuery(t.selector+" .subsets").show(),_.each(a,(function(e){_.isObject(s)&&-1===s.indexOf(e.id)&&(s=_.reject(s,(function(t){return t===e.id}))),r.push({id:e.id,text:e.label})}))):jQuery(t.selector+" .subsets").hide(),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(s).trigger("change"),e.on("change",(function(){t.saveValue("subsets",jQuery(this).val())}))},getSubsets:function(e){var t=!1,n=this.getFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets})),t},saveValue:function(e,t){var n=this,i=n.container.find(".typography-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)},updateFontSize:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["font-size"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateFontSizeUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find(".unit-wrapper .font-size-unit").val(),t=jQuery(this).find(".unit-wrapper .font-size-unit").data("device");i["font-size"][t].unit=e,i["font-size"][t].size=""})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeight:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["line-height"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeightUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .line-height-unit").val(),t=jQuery(this).find(".unit-wrapper .line-height-unit").data("device");i["line-height"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacing:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["letter-spacing"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacingUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .letter-spacing-unit").val(),t=jQuery(this).find(".unit-wrapper .letter-spacing-unit").data("device");i["letter-spacing"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)}}),wp.customize.controlConstructor["colormag-toggle"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t=e.setting._value;this.container.on("change","input",(function(){t=!!jQuery(this).is(":checked"),e.setting.set(t)}))}});PK�
�[N{\&�&�Cinc/customizer/core/custom-controls/assets/js/customize-controls.jsnu�[���/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );

/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );

/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );

/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );

/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);

/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );

/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on(
			'load',
			function () {
				$( 'html' ).addClass( 'colorpicker-ready' );
			}
		);

		wp.customize.controlConstructor['colormag-gradient'] = wp.customize.Control.extend(
			{

				ready : function () {

					'use strict';

					var control = this;

					// Init controls.
					control.initColorControl();
					control.initColorStopControl();
					control.initColor2Control();
					control.initColorStop2Control();
					control.initGradientAngleControl();

					var selectedType = $( '.types select' ).find( ':selected' ).val();

					if ( 'radial' === selectedType ) {
						control.container.find( '.type > .type-linear' ).hide();
						control.container.find( '.type > .type-radial' ).show();
					}

					if ( 'linear' === selectedType ) {
						control.container.find( '.type > .type-radial' ).hide();
						control.container.find( '.type > .type-linear' ).show();
					}
					control.container.on(
						'change',
						'.types select',
						function () {
							if ( 'radial' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-linear' ).hide();
								control.container.find( '.type > .type-radial' ).show();
							}

							if ( 'linear' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-radial' ).hide();
								control.container.find( '.type > .type-linear' ).show();
							}

							control.saveValue( 'gradient-type', jQuery( '.types select' ).val() );
						}
					);
					control.container.on(
						'change',
						'.type-radial select',
						function () {
							control.saveValue( 'gradient-position', jQuery( '.type-radial select' ).val() );
						}
					);

				},

				initColorControl : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.primary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color', '' );
								}
							}

							}
					);

				},

				initColorStopControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop' , value );
						}
					);

				},

				initColor2Control : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color-2 .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color-2', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.secondary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color-2', '' );
								}
							}

						}
					);

				},

				initColorStop2Control : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop-2 input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop-2 .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop-2 .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop-2' , value );
						}
					);

				},

				initGradientAngleControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.type-linear input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.type-linear .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.type-linear .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'gradient-angle' , value );
						}
					);

				},

					/**
					 * Saves the value.
					 */
				saveValue : function ( property, value ) {
					var control     = this,
						input       = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .gradient-hidden-value' ),
						val         = control.setting._value;
					val[ property ] = value;
					jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
					control.setting.set( val );
				},

			}
		);

	}
)( jQuery );

/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );

/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );

/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );

/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );

/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);

/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
PK�
�[R^Q����Iinc/customizer/core/custom-controls/assets/css/customize-controls-rtl.cssnu�[���@charset "UTF-8";
.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	right: -2px;
	margin-right: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	right: 50%;
	margin-right: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content, #customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content > div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner + .buttonset-inner {
	border-right: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked + label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked + label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus, .customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-left: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 0 8px 6px;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus, .wp-picker-container .wp-color-result.button:active, .wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	right: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 6px 0 10px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	right: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-right: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-left: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-right: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 100% 0;
	margin: 0;
	left: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	right: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-right: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-right: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	right: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	right: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	right: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-left: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	left: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above + .colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default, .customize-control-colormag-group .ui-widget-content .ui-state-default, .customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap > .customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	left: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	left: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	right: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	left: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before, .customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-right-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked + label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label > img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked + label img,
.customize-control-colormag-radio-image .image-col-2 input:checked + label img,
.customize-control-colormag-radio-image .image-col-3 input:checked + label img,
.customize-control-colormag-radio-image .image-col-4 input:checked + label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label > img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label > img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label > img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc( 25% - 12px);
	flex-basis: calc( 25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label > img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked + label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	right: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover, .customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-left: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: left;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	left: 0;
	border-right: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	left: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked + .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable label input:checked + .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	right: 5px;
	left: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-right: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-right: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap > .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap > .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	left: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	left: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked + .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked + .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-left: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 2px 0 0 2px;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover, .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-right: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial > span {
	border-left: 1px solid #eeeeee;
	padding: 0 8px 0 5px;
}

.colormag-title-wrapper .guide-tutorial > span:first-child, .colormag-title-wrapper .guide-tutorial > span:last-of-type {
	border-left: 0;
	padding-left: 0;
}

.colormag-title-wrapper .guide-tutorial > span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover, .customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option[role="option"] {
	margin-left: 8px;
	margin-right: 8px;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-right: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
PK�
�[��iu;;@inc/customizer/core/custom-controls/assets/css/selectWoo.min.cssnu�[���.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:0;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:0}.select2-container--classic .select2-dropdown--below{border-top:0}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}PK�
�[�04�M�M�Minc/customizer/core/custom-controls/assets/css/customize-controls.min-rtl.cssnu�[���@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;right:-2px;margin-right:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";right:50%;margin-right:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-right:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-left:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 0 8px 6px;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;right:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:100%;border:0;line-height:2.15384615;padding:0 6px 0 10px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;right:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-right:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-left:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-right:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:100%;margin:0;left:-3px;outline:1px solid rgba(0,0,0,0.1);right:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;left:12px;right:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-right:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-right:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{right:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;right:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);right:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:100%;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-left:24px;margin-right:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-left:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:100%;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:100%;left:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;left:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{left:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);right:0;position:absolute;left:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;left:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-right-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;right:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;left:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-left:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:left}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-right:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;left:0;border-right:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{left:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;right:5px;left:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-right:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;left:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{left:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-left:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:2px 0 0 2px;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;left:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-right:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-left:1px solid #eee;padding:0 8px 0 5px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-left:0;padding-left:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:100%}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:100%;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-left:8px;margin-right:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-right:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}PK�
�[�%��}�}Jinc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.min.cssnu�[���/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}PK�
�[�b�N�N�Finc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.cssnu�[���/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
	works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
PK�
�[uͪՃ�_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.pngnu�[����PNG


IHDR(d�-�(IDATX��ʱ
 ����W���MDQEQEQEQ���dS;{PIEND�B`�PK�
�[����^inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.pngnu�[����PNG


IHDR(d�-�)IDATX���1
0��	*g���������(��(��(���9,.B�,�"IEND�B`�PK�
�[m@�tthinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.pngnu�[����PNG


IHDRdbG�IDAT�cx��@�!$��`3i��,��}�
IEND�B`�PK�
�[�7���_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.pngnu�[����PNG


IHDR��:��8IDAT8���1
!�I�[AX�� {S<&u����?�sUY��
K6�s��/X�hD2��IEND�B`�PK�
�[M8y� � [inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.pngnu�[����PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��)�:wctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�PK�
�[�4����_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.pngnu�[����PNG


IHDR��:��8IDAT8Oc���#�(ţ;������| ���b�:0������@�3�?�G���g�Ɋ��IEND�B`�PK�
�[9�s~1~1[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_454545_256x240.pngnu�[����PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGDE�;�-tIME�
%��'E�IDATx��k�%Gu�m;���!�^���pl0�[�HXȹ�H��:w8;��������g1s�����]�&��<�����������Clfq؅!,"�·�Wu׫��{�v�Gwn�>U�UuN=�ΩS��x4g
:�������6!�Agb3� �6+�J�D��0���&�s؇N�_�Bs&&�ڏ>~=��
c{v��j%�_�D����Y�E��F
qܸ�G���
�R�SơC���E�ہ!�'�NP)~��tϷ=;��wהme�BH{s�
S���&�S��6MCP6�z�̐!(�hnE�6�VjնcO��6�y7��iʶ~fK����jڬT0��<�2�����6+��^;�4~%����pxh8�4^/
�������:���2�n6eL�h`~��=u���p����r�n0s��Os횶����Wr���G��h �_
�C��mz�-��=�)w���Fi��#�@u-cթP���O{S�s˛^|B��A�'m	TQ���n`.[��ܫ�
|�Եt�7^�p�����@������pxh8�4^�s���C8�U��k���N��}��A� �栺*�s%�����~�aJYT}�-����1�pT��V�P%�%�?p(�>~�PA.E
�����]�1�^��(��[#��\���ֱWRЃ>4j"m�h��I�@I�>]���y�����ҙ�A6�������E:��q7����n�05A���uP��y
L�8�Pj���K�9
[��E�Z���.�Ȫ����.�L��u֛���L��;X�t�0Ua���2�9�@�às���_!�_	l8�4^/
����@����7���R�?�~¥\4�����F�>�R�7F��{�V�C��l9w����T�.[�)�?}ڕk ��Po5o�t�h��z'���\C���V�g�s�kۥb�%��@���6��[�\ܩ۶`�6��Y��s�K���ݞs7��j�A��A�n�X�2G�?1�R6+�u
����W@P"�[�U��|��~��m�m`�3�` ��{H+���"Ȥ�N=��Mϯ�4�U������ `z~S=����n0�o�粤=���	����̙�hJ#[4�ٗ�v4�`5�@b�t
n0�w59��-���̩B���(X'�[����6�7i3�S�P�@	� ���Ĥ�����/7^/
����@�����:���6��U.Eo��w��sX����E{Ls�U�Xc��a��u7W������v��R҅�l���~���٭��N�v]h���;І���i;M�GC'�{I7�9������J��*F���ͦ�>B\u}A���窞o��<�ȟ�Va���CHP"nLu�m߼]݅�����=e���MF�d�U�f;I��l�;:�D�C�ߪ�iŪ'Ƚǐ�_V�L�:p��s/5V��.�~�{3R[�I����AH�]$��fCT5�����Pہ�(Ku��^([ݬ�N4]&��E@���.��`C�5o�J�����@������pxh8�4�'��Җ�:���6�lB'�.D��
��Р��xw�5��%��1\U��)F��:���Jm^�[u��R�d�T�wOt�I��&~|Uͩz��q;j~đ
��T�s�D�_S>�ܵ���	���������T��G4������m�������5'W�:m��" �VH�#t|dM‚���nz����:�um���?bG��A�-<[ez#�S/\���х��yD�V{���+��
@�����u6y�#�L����<"�<]5��d�	��l�j&�˺'Y�%i��F��b��g�J�AH�}������P�=o2�O౩��pxh8�4�$��J�l_ҿ����A�wp(��
UN�Q��߆�'$k��L�e>��Wƞ�%��ײ�:��Rf���Q�k����b½�?�.�u���x8��L����Pr�07j�N���װ�����OfX˼I���\�9���9T�n?���S�#��Z֙��kk@�g���?m�b�i��ʘ,������k�ċr�]��=
JO��E�*We~� 4�	-�E,dN�9��wuʬq�w>�c�3��e|�q���Ew��Kځ3%�,y ]�Y����$p��)C�Ǣ�����yR�<KۿK}�AHD`���!�@}En���evp�7��/
4shV��TʉX�������J`ג�	~\#gᅑ./T����!�I�j|��*��<^�T���@+�]��uƜ��O�	��e���ә�"�O>������<Y\��U�����s�h&(� 8���0h'yW����ǣ��)����:�)yMj�m�v/	��୅{��Gy�N�h�/�(�?_��i�Rr5^��z�,b��\�S
�,Oqx�YM`�/���*�6�x���g2��
%sT2iW��6�B�E!S�r4�G-2-ՕAE�~�5Ν����f�Ӆ�^�f%��ؑ�VU� ڹ<��b2��a@`�F�^3�ڦ��D2�7	�\�����9�F�U��K4�s�׼2t����;_E�!��|�P�D�N'W:�$n�|�XN�r`�b=b��?L���K3���ԍ�E
��2u�����sXf�0	��@0J��
��pxh8�4^F�e�N���1[��7�0�Ԩ�et�ŷ�C��_޲�H�~D�ܬ�|����O'��P����Xb���G�5�E�9`^a�����Gy�3�T�>�^�(/檜���}cݾ~�[��"�����ɯ�����x�·�z&�$u7@�L�&����i��r=G����g��jw)ZLZ�sܗ�~�M+�@�>�7p�Z��O�I��'y#�GSA��S�^z���U�����K�!�;4�Og�0͂��_���]%=��e`�d
�ԣ��=K?RP��z��1�2�Ӎ�-���x9u��J�Z�[�Ԛ�[�����@b�yvp#��a�i.�\�w���iC���#Y�.�ǵꚸ�M*�R��6ȩ�-~�����fZ������>�Ohզ:�as�|3�����|��*��f��0S}a?����~�o�V�J�]@l,5���}c×%���������E�SԸ��ՙ�_T����	�!co������`_Xp�����j��9�C�>|"qO�ꁾ�K������t��͝���i��'����
�t #{�P��&re����j�5���hv�^�M�8����G�E�����h��&��]@���X֔���Af����a���J�ɂH�*�������_�VnX3�u�g��<}��h���r������PPv!�o��[@�[�D�F- 2��)�o���C��O�SP���{y��#\���_�.1�C���|ܼ���]�,�ҥKY단K����ss��ͅ�d
��w�2L)�߰O˾��e+������'HL�$�1�
�?��Ѽ�z>��!�0�r>��:x���Gt����b�*���h8�.����pxh8�4��6V��tU��9Oyw莇�!+�IT
���.Z��v��Z���F��
"�p�������S�΃ѯ��?���!�p!�B|����5Cޞ�H��(zz�����i8���[97Q{���
��z_b�:L��XTO>��٭�E� {�R\)|er}�o+�BO�����#/������}W�H6����gvs!��Pf^��3d"#Qg����h��8��la��0`X�J&�ɂ�`7�;a�	E
E����O��8��SҿL�D�_���:Z�Q�z�2��*T5�5�XQ{8!�Wf���S~����!�a�8�9�'J��HSle'�@��&3�Y�E,��_�ɷx�1��O�	�WP�1E�#��u�3j�k�E��y�g\iQ�bp��-���;��;�ť\���{�ǔ����U5e�)�6t�����i,��U��J6���os&��X!���؉N���3�˔���A��!�
:�)��OFH*V��3��9g��[yT��,�FU���
&_C�<����ҫ�(_��?(����W1p�?�����OW	�p�!�3J8Ҩ��o���W�d��'�`�9�MYa,���3�˳|�Cl�S�Ŧ���.׳wU!�ܟ��z�Bļ�:���b ؑ�r@j�����vx���_����	E�4�X�3|��8Wi�5gq�qp/�+�3v+��s�+Q7�]��.v��)�����g�p
(6G���,(6G�?�Xd�� �o����u�'p����0M�:��n���C��f�F�/�?>m�O�΅ؑ�T^�r���R[M)<#���5Ќݤ��>;rZs��[�{u����Y����0c?��]��y�Um-��~��/d�|d�7�?���C
��e_>Dѡ���Wg���>�i�K��ݑX�8ƫ
"��J�fqvq�xh8��������p����_�]|-Y��w
:�����o\��+
�>%����W��7:������r.�\����+t�W��#��*�Oԃؗ��q!�TFQu�~rÁ���	&(�_�����=��q~�}�����`���_�Ƴ���CN%�E�Hs���
�h�k�Q��EϬ����6����\P�O6/���I
m!���ƹC�lg>��҅ 1�O 6X}G��.M�.��W�@@,��T�K�D���6�����k,s?ofR"����vޣM�t��2'zlY�=@'�������Ӥ>�U�?R�ω;}�]q?k�o���)\LXf�Ӝ�4��X� ��j��JĽ�A���onLٮg��{�S�a����D���Vf����2��n�2���td�cj�˚k��$��O��ng��y����v'����C�4���6ާ�~4�=MI�3�������d��F9�ݑ��W=	dH!��R����
�u�}�8�o�=�-�p`$��^���/O�e4V<F^�pxh8�4^/
��<:F�@Ǫ1�b�
@ȆEԻ#!�'x�H�m:VK�-������
OK�B��H��a� B��QЏH)�DP��<�wW���~��-���`���*�d�ބC)^H~M_T^th�S<ې�����@_.���UvFm��Ȋ�Z@}�M 6���B鯍�yXR�	�>��F/X������[�I�I
V=z�d1a�b�����X�C
:��oF��E,(�����`�p��4�l�bZ�D�'OW��A]4��RCC�-yЍ�i���s'/��U�S�$�C��C#\r=��h�Lݒ����ï6^/
����@��[�D*->
���M�k_��>��zlI�Т�������3,r���uX(�+d��<��d���B�qv�%^I�g��P�Y��=�:�-�*���%���]~�E�#g�r�bo��n�c���LE8����ȝ�6ΰ��O;�㚌�u5�����>�z�A��C���&�C�&����g��I����ZP�
�b�s�b/�p.�����o'G�+���o^�_��n\!�	�噻/�������fvq�=���fJ�>y�O���eĢH���ES|f���D<�`g�iz�I��>�7p5SZت!�{��y{�~�=4�@���#��˹���5�"p@y�U8ZS���q�	�?*6�6x{���ϖ/
����@Ñ
��<�����п�8����~�o���>U8/���yu�67s����|��W�ٿpo.P���<]ץ�Ɵ�/��D��oz��7hz
�! ����6�*�Uy�jr��6~`�oK?�B?���o˿9�iic�.���ͅ��%�w�vms%���]���\7}����U�]��7��%~��T������_|���JOvh���務����Ѹ[��鄚�����{ [�@+r.����~�ٳ�u��ĭ����O"��2��#��f���`Ͽ=�MM���v��������7Q}�����WL�ZnJߔ�����B���� &�����+�$��U��=	;T�=�����(�r����/K�j���+�o�د~jI8&e �1�Uyz;���6~h�oK?�B?���o˿)~�yUY: u��R��XX�
^���fN��K��)F�i޲i�~�o�����8�K���X�/�pu���97���:dس�~�o����!
��6^/
����@�����*�l��;ݣdm�xr��]��1t(�X�nM�^�
j��!!/6��n���t�1P��;FXQ��A^����qƍt�C�������Tx�Dq���ۜB��k ���3|�|���9/`����/
����@������pl]h��^@���l!����=�mV$!���3h�Z�`�꠳9
�`�x_� akݞ�=�k�.|�!,��!ثØ�~��A+���l[�������������U?�d0���ğrB0_�S<ҥ�I_���~?�������C�W��S|3ȇɲ_���>����N���ք�(�azX�>E����=�<�Y�=��ku��o���������	��U�X��0�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�PK�
�[�վ�pp_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.pngnu�[����PNG


IHDR�J3UIDAT8Oc��0
�%�!6�QHs�%����n�IEND�B`�PK�
�[HUe�6161[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_222222_256x240.pngnu�[����PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD"�b�tIME�
%��'ETIDATx��m�%Uy�
$!,h ,�%�&���@�|I��EM�r�ݱ�D���2;�f��܉A^$5�Ƣj^�K�@U���-wW���D`�|�q��"�t>�������ν3}�S���~�9}�<�>��<�yNp	M�)����`�	�px�h�t%��y�Y��D�^`��O��r�%`:
$%�{��0L�L��?��a|��6��܉�]A�����7P�'@/:�]5JH�&�ay����2���:�8t�y����@����#*'��?��t緝;�Ywגm׸������{�>|Dg7��\J�{�4�K�����3���tf�Z�ޱ�`�7�u7��Yɶ~f]�<��4m�*�<%%�{�^`����FR��
��	l8<O������h8<O�������k�2�n6cL��`>�]=u������$���,`�&�+h��k�6��J_*|�K�0��?@�lx��do��m�]�L�3�ݞߌ0.;���T�E,;��4�����t���MO���mP�L�U�A&�����e��+��`�8u�]�5�77~"���h8<O������h8<��]��C8�Y��s���Z��}i�A� �֠�)ȞsW.!m�.��
���z[�#��R�䨚��
\R��{���v�����
�r	����R�� ?˝#��[�|�f���`��������y��)�A-��Q�N
�4w���Ϯ:Kr{���河�3��ZP�!0t�{l�\�Y�wSn�P�IA.�Vm�-�R��
$y�����sI����@;��eغX�.�v����Yv���B
��n]g�������Wc�Vn���*�ôyT�=M�hpt
���+��3�
�'@��	�px4�
�'@��	�p��C�`���=x?��.�j�lk�]�R
��Q.�ޫ5@�P�,[��Z�j6�ƵK��ɟ�ڕ[ ,�P/5/�t�h��zG]Yn�!��wk�9څ��R��+��@���Ktťa.��mK�uD�<i�5Еc�n��[@z��@VmP���g�Q�O���c��:�Ӕ%�{%���܄.緯�ןߖ�F{�h'��@�{����"ȕ�.=>M篂��U�!Lg�K�\A�t�$���Vr�����X˒��`L�o���Me�/����R����+X.�X.]�L�]N��q�%e�7w��"�<
���ּ��p�뻴�ʩ����@	 ��uǤ
O���O7�
�'@��	�px4��� ��P���d�r��vM{w�Q�v�e�{Ȯ]�0�d1w�%L,v���Qwq�yyx`]�jW�.���!��W��W�l�/������D3�,v�܁6]����iZ<:IݯtM�~�9��U��P�i!�s�nS�!�����Q�yU緯lJ�Ț����!$(�7��-��/ޮB¤F[�^�)F�#���*U��$`7���\��!�OU���Ū3��ǐ�_��J�:𨃏ܽ�X6��X���!��|�.��!}t�$ePR�OQա�/P[Cm�b,�=�����X�A��!�th��o14]�Z���h��=O������h8<��#@k��eE�ٲM&��I�KѢ�&�b���04(.�%�t�h��tIH�2���>���D�g�ͳ��]ݢ��@�N����E]�h���ɟ|�T=���m5���@�.#���B���W��2w�Q׿¨a�lrv��E��b)n�#��ය݄��F���/N���6�%�t���]���KX���"��nz��"�t.���'��`[��A-<�d�#�]/\����#
��sDbVG��ӫ��
@�����u>y�-�L��T�i 	rgW=�����)��l�j&�˺;Y��e��F��,���6��C�G_0l;���y�1|��5�'@��	�px4�S�L�T_ʿ���ߐ�:�AD����V��\�cK�
!��e�8�L�}F�{�=.�y��0�������~w,ݭ9�^n�	���gH���<�s�ٌ�g�d���}ܠ):�$:�N��"��<�S!,��qg
駹��\���v��'�g��{;W3�p�I��m���bn���i�;J�����)��s<.$_�.�[5�{�I�V\ⷸ"�[$@d	Ke�%b!���Ѯ���F���n�0#l�§��8o���($���%�f)@6���[L�9�(?�K��o�?wjSl2�^�9�E�L����
�VH)0ͭ�!k@}Cn���U�:l�|�4���
2s���P�R�Q,Q�g�d�p6صp�Ki�*���B�?O�_1�?Ʒ����d��'%d�;��§\��k:�?r7p#���'�r�eL3��[[$꿟3D
�N��_��8�״)��<��z����'�i�>�]Y�,b���}H!��0L�a�4-�U��ڣ$�R|��c��r�Q�x�/a��_��s�e�R�mD��z�$V��\��
��3<ɔ�0㗹1�VD��<�n&�S	��L�C�4�*��5�O���`K�A����`�5�D$�n��}�5����Bf�"�GP��M	rU/���j"�$���!f+��{/��fjt�k�P�t쇘�S��ӹ�r�#��q>#��a��=���5���!*�,6�~ ���^#J�t
Wg{ȃ�s�d,�o9�X1�	��?������*u�u�B��,=�`�޻�'���1l$[�Gx4�
�'@��	���DΞ��-���z���)�E}:g˖���	���gÁ����yk��>��fi�Na~������ɏ�k`�.����7���3P���ȸҜ�;����+
�Zp�Ml�b�in��F�ݬ��L�����پȓ4� ��:�a�.0J���N�.p�k8�NP��x����\lh݅x2i�ǹ?O�H��5M�@�.K4p�\a������/�>a������y�%�^��z�U���������2�5�O'�0��V�Os�M��R�4�"0V����ܞ�����Fq�y�Y����E��L��0])PK~I��rx/��Q�s�*SL1�fn��>���������6U4�>i�#�����\��}cJ��j�rjo�_u8�n�,���JF�g����yFk6�a[0�y�|���k�S�\6������+������)L*g�	E�D�خq|Y_���'-?Z";�<�W�ϼ=��
��[����\I�L}���‹�7Oq��X�������
���4<��z�7�=~����CP�6w���'ƟL~*?7ȳg����%�n�pM��B��C{��
�L�^�O������2;C!�<��n��$7��B5F&XQ�?̧��>���-��c%D�P]y���_�VaX1�uҗ���E�c��_��t'�[���PP>�`���������4B�� "���O�7��Ց�F���3
�����<�5��ϝ|B�.0�#���b�b���]�,ҥK{�/QW�����ܯ���d������0���~�.�����ꏜ���}��eK�
��Y@�3>?�_����"��X,�u5OԘ��(��x�sG4DI��
��4�
�'@��	�p4���X�N�IM�s(�,�ѡ�ކ<&���R=>@]���ZG�^
_����H�k����|��p7�rF��p��,��/�^>G�-�B���+�7��(z3�d�-��A���^'����qzj�����
��z_`�I:L0��T��|��a��Ʉ��܇<S����I�U̅囌3I'.G���Ó���Ґl�{U���R��̌"�g�h.Gj������,�N�Ui��0`��rƀ1�G�lK�TQ���zy���"?�����or�>���'���/CT��S̤�
U��
�(�.����2����Rr ?<
aG�B�Ks�RƔ[�I���lc��yl�U��_�ɷx����O�	�QH1N�c��Ӻ#�?5f4ߣ��3lg��GA��<�aW�9�w@�I6����8��F�߮��U3���hC'��aQ�?m���*�w���\�����9$�;`[���6q��5e�(�|�E��"�8��ODHF+���~��S��m<���*��M�ʖ
._S�9<�ΐ�ҫ�Q�w �ʼn�W)p�?�����
gW,
�
'�!pF�Q�8�_/�_z������{!��X�Z7&9�W�&�E��f���!��GU)�ŸY�:�l���{����`s6��������Ãl��d��,Gyx��IC�
_�k���Jw�iK��s8��8������Mq,y��
��S��V�{�ycP��I�#ి��űo���os�:�*�i�@Z���8]�^��e�xt7�)�%��-T,)�O�\N�K��Q���|�0w�f���Kl.X�����ګ�=_���;fl⧅���;ϱ�m�� ]/�O�B����.y��S���W�/�)���)�xsp;�+��<��.p�ƴjq��I�CE��[���kO���y��
�'@�Q$��6^�=|;���6�������o\
|�ˤt_���⽃��G}�{����K����T���{���q�8b�
�� vK���"�kK���/n8�'@e���6e^���j��Ԫ�p؀�����l)l�㩻���7h��kdC�]�H�4�nnF�[:b�	l�[�ꑬ�'n�(���|[�Ƹ����4%�t�]�BF�h�%Z`%>�nj��Ԅ&����"\r'V�Z�v�D)y�kC���bW�;�I[‰�k�!�����fui�Q����*t�W�s�N_�~W<�
��g�)�'8}ږjHz��D6���6Dkx��3���?��x����Fy
�z��no���O+�v,���bcx���sLw���xt�n�G��ĝl�Nn2�ھ�I�O�ΐl��Ɵw�
�gkг��=�ޜl���Al)l��[�k��;�)"W2:��-�.H�٥��a�q�6���6$\0��o����qnj����cC�[O������h8<O�":F�@�j1Xg� d�b�ݖ��3<c�w��
�'ú��la��jd�iiK�[:�J�w@!? ����~iy��
�0\���]������#cY9%��&
�B�s�Q�@�6[�sJ8�NI���W�߭C'�QۥdFPMP�8a#$��Q(��+K	:��e�B�zi�X|�N�~<Ɯ��G�c̥��5P�\|t+ss(A[����P}��
���|-V���ܘ `�UZLh��v��$0���sƼyihH�� ��?K��Q`�a��#d�*���A��S#\j=��i�,]�������6�
�'@��	�px4E���zl@dh���!M�����U��c]"!@�n~�R�J%O2�!�E�a��h�=P�~`��$AG��S����r5�2r���b&ATZ�-J��C��-�����W8�?�<��8ʽ��*[4�F�T�jG�p�8�&)�v�U<�U���j�i,~�|���?�=�lW��j�˻�RR�$�3�}�n�|TK5..�NQ�E���\�)�k������)ʿxS,��qE����������i�!�{q}�g�.��r
�g�U����Sq����s=W2^��)�.��[�AB�h��W�.��y�wȼ�=�}��0���6�O�8A���6�ϫ�
����O�
�'@��	�px4l�ԕ��T�
ž�����-���-��@]�-�\�����A�+����õ��2����{]���$g��������-��h�"��M�M�-��|9�ZvY�?0䷕_,��m�o��9�	aa�.�I�����K�*V�J6[���B�:�n�.����a��P/0K�s����Զ_r�S�FOVh�	 �(��ɸ�����5���@Y����	P�}��x5y��o�����E��Z����=����UJȯ|��?t�k3�=h���vn'SO��!`�Շ��]��~r	պpS�n=���ҝ/���A=��p�/c������Nء�葜�&�(G)�JG�$6y��I�/�,�MP���%��P����(��i���CC~[�����v������W��B篾ꒈ�V���$˹�}��工�(�k&���
Z^�8�S�8>z�E�LHWW�����+�wx0�������-���pxk`��	�px4�
�'@��	�p�A�ܣDk�H���2u]���A��zwnP�E�x��Fy�A�u���m�	0F�0b�G:�1;L�6|�C�GI�C�H�R����ݿ6y��~˘�{��o}@���]�Q~"���h8<O������h8�/�~B�	P�-d����׻͒£"D��
��;R�򠫹 `�d]� a����{� �-�+�P�S#R������3@O z-�̒��
��¿r�vJ���Q��z��`W���_9�HG�x��\���E��A����2͌r��͠�&�~U�����>��w�S[�Σ��- `9�'C�~���C@�e�Cٹ�q�_���	��X������z����N�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�PK�
�[��L�22[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_888888_256x240.pngnu�[����PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD�I�( tIME�
%��'E�IDATx��{�eE}�?H(bX�!�²[R�`����J�H��!w��M�b�ݱ�F�Ѩh����������ڥ�XT�#�D
T�;"ba�Rqw}�����G��)b����}N��9�νsO���sϯ�Ow�~�8�����<��3����@��@F����3��� ��
��$����	+�\���$����������	�����Ook�؞�0�Z	"���"`Jy��Qz�B7i��Q'.�����q���I�v�C���T���2��m�k��5e[7��������G�tͩ�k��!HL�^?3dJ��[��
f�Z���S0�Ms��}`�����T8�t��US�˴�����
��@1�a�`��fe��k���ï6^/
����@������px{�|�A��Q���"���i��O����=�]�}����=���\�z��\��mc�-��ܷ>���(�DЯ�'�L�6=�����;�����㴓l���������ۧ�=�����M/>��ڠ̓6�(�ڬ��0������$%GI_�km��+�$�.q��
�W7~!����pxh8�4^/
�����ƐQG8�U��k���V��}��A� �栺*�s%�����~�aJYT}�-��c*v�ۭ.�J�=C
`+~�P}����\��=.�4���3���%4Ph�
�F,�_\���ֱWRЃ>4j"m�h��i�@I��zJҼ�y
ts�Y���@�ee'��C뱅r��jm܍��C�&��[�LM�%m{�e^�.�%��f��lN��źuѶd{��$�*�"n�K9(��u��f��c/ӯ<��-��!LU��i���{�&��0�l��W��W/
����@������pxh8�͡��������p��h�x��ѮO)�L��Q.�ޫU@�P--[��j��j6�ƵKǎ��ɟ���5�r	�7���p�h�ۊ{�]Zn�!��w��3ڹ���R���z�z[�t�a.��m[�uD�,i�9Хcw�nϹ�Cz�Ơ�� G�m,o}�R�f��NaÔ�
J�uˁ�
]�o�ۯ�-�M�u`f�]�g�J(��U@�E ��N=��Mϯ�,�U������ `z~S=����n0�o�粤=���	����̙�hJC,���K���J��s �/��&����޸咲C��9Uhua��v�^u9����&m�t�jc�(���0�H�@�ᗂ/
����@������kR�]y{L�*���k�����,��CV��=�	&���*a�����T���������W;�u�M��B��-����b��5���߮�`���b�p�]��Ӵy4t���tC������lh�b���ٔއA���/(qW�\���;���Ȋ���G�'�+? ��U�@���낢�s�B����d *
�Ȱ�$�����=�����U!zӊUO�{���'�!`5͔��:���K�U�=�����Œ�@mRa��l�{IB%�b��5}�Z��ƀ��T7	셲��j��D�e�!��0��14]�F���h��4^/
����@�1|��E�f /n�l��&t��B��nȫؠ� 
ʹ�wS�L��O�DHZ�pU]�g���@�*�y�;i�-�JӅR�޽��HCt5�jN��ާ��r�	��L�s���_S>�ܵG]�������ϗ-
򩸹�h_�Y��=^�4Y	����kN��ջ��N�c��>BG��A"I՚L�@<4A��G������<�!s�"=;�a[@�ȼ��U�w0b?���X	=��0�H�j��r~z�V�(��U��&�v$��>�R�@P��骁�lO$���H!�`;p�dvY�$��4m�����^�U��_��B����`ڑyP���0l'�z&m0�Oౡ��pxh8�4�$��J�l_ҿ����A�w��`\q����cM�
!OJ�e�8�|z=��=[K<.�i��Ǹ���"0k��ޘ�W�=�������r)��0O�1%�^���q�&�l���
;���GX�)����[�ʝυ�c	��CU��rH�=Ž��1�e�q�3<�qm
����LZ��P�(DV�2�K~�,�y)���xQ@�e��z��RB���c�"~���߲D��ɔ��"2'���Z��o���|�8�8ۀW�a�5p��T�a�,i�1�Y�"@������)�?�ӆ��߻�!�b/�$y
rH��C*s���Y�+r����(󰍋x�!�i��{@�:>P�RN���������%���F���./T��D�UC��|���'ȔՇx� �;���w1w�s:�?r�^f��O��E�1�~6	���Y\��U��������h&(� 8��0h'yW����'�w(����:�*yMj�m�v/	����{��p�n�x�/�(�?_��i�Rz5^��z�,f�\��
�,Osx�YM`�/���*�6;x���g2Ë%s�W2i���al!ަ�)�9ϣ��ՕAE�~�5�]����f�"�G"�z
���^`[�[UE0C���!f �,h���5��c5C�m:�X@`�I��b�Sd������s�h���ye�Q�w���B~���+`$�;�\�l�<�A������r�z$" ��D�/~?U�����e�����!���$�(�<*�@������px-<.�3� @�ac�.'o�aV�Q�t�ŷ����_޲�p�~X�\Q[��t�/X꧓[_(���f,��R�C|
l�e�W���x�1�L)չϰ8�K�*���w�D�/�����n��-
}ߑ���B|W}|�·�z&�$u7@�}L�&����i��p=��
���g��jw)^LZ���/
@��H�V��=��5eO��~�7�)�����T�,�9�TA�'n�T=������~�E<�6���:�L����W8�~GIO��,Y�	�H�n�J�#\�x�A�X������N�S癫�E�ҥ����X�'9��!f�g7�\���b�˅|�K��6T��>c�#��%��V]���I%uB�5�9��ů9���\�
@��L��V���I��T�5lΜo�av�Y~�/�z�q�,�b�/쇗�/�&��o�MޮP��H����:`�oaLc��$1>���a_�~�EvQ�5��y���K
��wہ]�V�\MbL}��n�{�7_�$_f�@M�?g|vhЇO��iT=�wx9����6��M�R���D�?�P�d�3�����ddco�/����\��=��Zy����*N�֫�Ig/7��؜�(���8��6���~���bC2XS��ɇ��v>�G�[����UBu���S����f�������%&�?g��.n^�[$CA�9D�`}�O���&R5j�Q|O� c�]z@hd�}����
�vn�A�sw����$�S&�q�N��w��8BHH�.al�/�.uS�?�-¯[
��Q�ߍ�0���~�-��ӗ�쏌���}��dK���@�3>�����Lb�,�㺪��k,Ox�AJL��
Q��
��4^/
����y��U�4�T���t�U����m`:���!���E�0ݮu\k����_A>�>��^�Ż���
1��y(�u.pn��f>Nȭ�J�ǹ���"o͐�g(�m!��dz��5p����휝�=���Nن~Y�/1��YP,�DO>��٩�E� {�Q\)|uz}��(�BO�U����#/������}W�H6����gvs!��Pf^��3dB����3u�B�J|��y���e0	,p%��dAN�ؙ���"���o��ԧ�E~���)�_�F�xq��/�O^�_��V=g�Ow���	V�.�+��"������8<g''�d颹)c���RDz�I�Z�X���E�|�7������F�(S�@;fqYw\�Sc^s��g�qƕ-v��E��}t�a;��K3�!yo`��1���0wUM�cʢ
���ò�Z���]��!���N�p�⿖����tz[8]�L.I��H⯀H�1E�����U���?~Ιl�6�ngs���9;��u�W0�������QK���|#���h'�_��i�D�u�����5F4x�V����F���t?���@T��C��7Cl����n6�p6��U��vE�9�V���9�rf��	1�k	���`[6����"����Av�E��'xx�h�Q������Js�9����9��8�_����Sq/�\��A��Lv����I�l��_D���N���3t�&�����c,���{��o����u�'p����2M�1>J��Z˿�5���F�-�?>o���ʅؖ�T^�r ZJ�����j�hF�n���m9��zޭν:����y����0c?��]��y�Um-��~�C/d�|l�7�?����
��e_>Dѡ���W���_ִ�%��X�Z�5��,�.�/
G�t�4^����������_��Agܣ7�����ˁ�sE!ܧ���W�*��Agޣ>���p9r��Nٟ�нQ��$�=f��?qb_fƅ�����d�����	&(�_�����5��q^��ϒ���`���_�Ƴ���CN��E�Ds���	@���X��d�������6����\�h�l^�͍��B,1��9�M�2�^�G
����-�W�C��f[X�.��I���!�n?����.3�_P�pǹ��@��}d�@'�������3d>�U�?R��I:}�]�k<`���\LXf�S����X� Y
� E���㶎��ho~sc�v=����C`�x+��!bc�;y�6�Si�qRN��, ����:���W�qUw;�9~�8�c�S�_�\�w'�^x���q'c������:QFf�����߷�~����,%}ϠW'�;��[=���Z���6^�$�!E$'�-vs+�s�U�(�t�g�M���Á�,���Q�h<1c��X�Ixm`������pxh8�4^��X��o26��nQ��H�A�I�4�;F[��Ւa�A����*jd��Ҧ�a=�4tX/��,~���RJ*�o-O�]�U���ŪiS �+8³�*�d�ބC)^H~M?����f{�lC
��]�GG ���%П֡��Ψ��YT�O��	���Bٯ��yXR�	�>��F/X�����כ�I�,*��YS�/
������(������`}��D,(��K�Xg�p��4���bZ�D�'OW��h�+RCC�MyЍ�Y���s'!����nJ�C��C#\r=��h�Lݔ����ï6^/
����@Ñ��[���9�3\�;4[C#=��G=6!h�Mݏ^NW��9��:,���s��o0�C�d!�8;�2�&�s\K�t��Žl�:�-�*���%���A$-�����G9�4?�B��8�=��:�5�F�T���cw�[8͖�?�kx�k��j��/~}�c���n"]������o��.0x�+��>`/]ޭ5�.`+g(�"F�e�r�������s��"����b���ۍ+"xx�p���=����N�K���L�B���g�[y� E���?���Ga�*�J$s�u������̟2$J��LqW3�����[���7�7�C�D��0~ķx%�>1 �X�)Ϲ
G�`j�!�g�����F����o�p��r������pxh82��P����R���������
�^�[����~F:�.��f���~�o���8�����\�#�u]���y��
�K�	����|���@4d���mS�Q\���WӣeW��C|[����V~[���OI�t�Mt1�R�D�U���͕l��w؃zwp��]���W��v���`��
�鑫����K�~����-�ְ|1�t4�0w��q>�Psߜ���Id�hE�%u]�\�1{�Θ���M`OpV�$� �/���#����=���65ك��|���S��~X�B�!�~��_1�j]�)}S���/��G" ��C@4	���F_&���D�xv��{\����(�r���ݯH�j�$�+�o�د~jIDpT�@���+yz;���6~h�oK?�B?���o˿)~�yUY: u��R�D����"GYN��K��.F�޶a�~�o�����s8�K�GY�/�pu������}��l���4�2�AH�ᵁ
����@������pxh8De��t�a�{T��
O��)Cץ{�C@=���P���S��q�HO�3�`c�Ηw�����C�������鑇=B��_�nP�Q�!`�B*rls
�گM�<JBd�����[@P漀a�{T�_j8�4^/
����@ñy���zY꯳��2��|�Y�@xT�,{�Ϡak��W��Q�,+$��	[����!\{��v�Sa�O���z1L���=�l��*+ʶ��O9��oOؿ�H_�s�^AS�'eM�)'�;�#]�B���e��A��@d��{���=@}؏p*���&�G)�[@�j�)B�~?����mVie�Ɲ~�ۣ&���c��<z��6���H�~�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�PK�
�[��`�ww_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.pngnu�[����PNG


IHDR�J3U IDAT8�cx��0
�ČP��Lp>�h��A	�F�(IEND�B`�PK�
�[n�1�  [inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.pngnu�[����PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�J�ctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�PK�
�[$�֙��_inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.pngnu�[����PNG


IHDR�=4e�:IDAT8����
 Cѻ�������
9�MqT�&%zF�<��5&!�ʂ;~0���\=�u'K�6IEND�B`�PK�
�[3���F�F<inc/customizer/core/custom-controls/assets/css/selectWoo.cssnu�[���.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
PK�
�[6�3#�#�Iinc/customizer/core/custom-controls/assets/css/customize-controls.min.cssnu�[���@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;left:-2px;margin-left:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-left:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-right:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 6px 8px 0;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;left:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:0;border:0;line-height:2.15384615;padding:0 10px 0 6px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;left:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-left:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-right:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-left:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:0;margin:0;right:-3px;outline:1px solid rgba(0,0,0,0.1);left:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;right:12px;left:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-left:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-left:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{left:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;left:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);left:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:0;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-right:24px;margin-left:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-right:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:0;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:0;right:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;right:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{right:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);left:0;position:absolute;right:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;right:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-left-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;left:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;right:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-right:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:right}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-left:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;right:0;border-left:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{right:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;left:5px;right:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-left:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;right:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{right:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-right:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:0 2px 2px 0;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;right:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-left:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-right:1px solid #eee;padding:0 5px 0 8px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-right:0;padding-right:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:0}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:0;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-right:8px;margin-left:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-left:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}PK�
�[��m����Einc/customizer/core/custom-controls/assets/css/customize-controls.cssnu�[���@charset "UTF-8";
.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	left: -2px;
	margin-left: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content, #customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content > div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner + .buttonset-inner {
	border-left: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked + label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked + label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus, .customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-right: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 6px 8px 0;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus, .wp-picker-container .wp-color-result.button:active, .wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	left: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 10px 0 6px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	left: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-left: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-right: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-left: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 0 0;
	margin: 0;
	right: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	left: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	right: 12px;
	left: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-left: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-left: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	left: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	left: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	left: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-right: 24px;
	margin-left: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-right: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	right: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above + .colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default, .customize-control-colormag-group .ui-widget-content .ui-state-default, .customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap > .customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	right: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	right: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before, .customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-left-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked + label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label > img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked + label img,
.customize-control-colormag-radio-image .image-col-2 input:checked + label img,
.customize-control-colormag-radio-image .image-col-3 input:checked + label img,
.customize-control-colormag-radio-image .image-col-4 input:checked + label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label > img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label > img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label > img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc( 25% - 12px);
	flex-basis: calc( 25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label > img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked + label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	left: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover, .customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-right: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: right;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	right: 0;
	border-left: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	right: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked + .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable label input:checked + .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	left: 5px;
	right: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-left: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-left: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap > .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap > .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	right: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	right: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked + .switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked + .switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-right: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 0 2px 2px 0;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover, .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-left: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial > span {
	border-right: 1px solid #eeeeee;
	padding: 0 5px 0 8px;
}

.colormag-title-wrapper .guide-tutorial > span:first-child, .colormag-title-wrapper .guide-tutorial > span:last-of-type {
	border-right: 0;
	padding-right: 0;
}

.colormag-title-wrapper .guide-tutorial > span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover, .customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option[role="option"] {
	margin-right: 8px;
	margin-left: 8px;
}

.select2-container.select2-container--default .select2-results > .select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-left: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
PK�
�[�v��8inc/customizer/core/custom-controls/navigate/navigate.jsnu�[���/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );
PK�
�[�--Pinc/customizer/core/custom-controls/navigate/class-colormag-navigate-control.phpnu�[���<?php
/**
 * Extend WP_Customize_Control to add the navigate control.
 *
 * Class ColorMag_Navigate_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the navigate customize control.
 *
 * Class ColorMag_Navigate_Control
 */
class ColorMag_Navigate_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-navigate';

	/**
	 * Holds information regarding section/panel to navigate.
	 *
	 * @var array
	 */
	public $navigate_info = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']         = esc_html( $this->label );
		$this->json['description']   = $this->description;
		$this->json['navigate_info'] = $this->navigate_info;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customize-control-content tg-navigate">
			<?php
			echo sprintf(
				/* Translators: %1$s: Anchor tag open, %2$s: Customizer section name %3$s: Anchor tag close */
				esc_html__(
					'%1$s Click here to edit %2$s features %3$s',
					'colormag'
				),
				'<a data-section="{{{ data.navigate_info.target_id }}}" data-target={{data.navigate_info.target_container}} href="#">',
				'{{{ data.navigate_info.target_label }}}',
				'</a>'
			);
			?>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {

	}
}
PK�
�[ܸ���5inc/customizer/core/class-colormag-generate-fonts.phpnu�[���<?php
/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Generate_Fonts
 */
class ColorMag_Generate_Fonts {

	/**
	 * Get fonts to generate.
	 *
	 * @var array
	 */
	private static $fonts = array();

	/**
	 * Adds data to the $fonts array for a font to be rendered.
	 *
	 * @param string $name        The name key of the font to add.
	 * @param array  $font_weight An array of weight variants.
	 *
	 * @return void
	 */
	public static function add_font( $name, $font_weight = array() ) {

		if ( ! is_array( $font_weight ) ) {
			// For multiple variant selectons for fonts.
			$font_weight = explode( ',', $font_weight );
		}

		if ( ! empty( $font_weight ) && isset( self::$fonts[ $name ] ) ) {
			foreach ( (array) $font_weight as $variant ) {
				if ( ! in_array( $variant, self::$fonts[ $name ]['font-weight'], true ) ) {
					self::$fonts[ $name ]['font-weight'][] = $variant;
				}
			}
		} else {
			self::$fonts[ $name ] = array(
				'font-weight' => (array) $font_weight,
			);
		}

	}

	/**
	 * Get Fonts
	 */
	public static function get_fonts() {

		/**
		 * Action for content width.
		 *
		 * @since   1.0.0
		 */
		do_action( 'colormag_get_fonts' );

		/**
		 * Filter for add fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_add_fonts', self::$fonts );

	}

	/**
	 * Renders the <link> tag for all fonts in the $fonts array.
	 *
	 * @return void
	 */
	public static function render_fonts() {

		/**
		 * Filter for render fonts.
		 *
		 * @since   1.0.0
		 */
		$font_list = apply_filters( 'colormag_render_fonts', self::get_fonts() );

		$google_fonts = array();
		$font_subset  = array();

		$system_fonts = ColorMag_Fonts::get_system_fonts();

		$fonts = 'Open Sans';

		foreach ( $font_list as $name => $font ) {

			if ( ! empty( $name ) && ! isset( $system_fonts[ $name ] ) ) {
				if ( $fonts == $name ) {
					continue;
				}

				// Add font variants.
				$google_fonts[ $name ] = $font['font-weight'];

				/**
				 * Filter to add subset.
				 *
				 * @since   1.0.0
				 */
				$subset = apply_filters( 'colormag_font_subset', '', $name );
				if ( ! empty( $subset ) ) {
					$font_subset = array_unique( $subset );
				}
			}
		}

		if ( empty( $google_fonts ) ) {
			return;
		}

		$google_font_url = self::google_fonts_url( $google_fonts, $font_subset );

		$host_fonts_locally = get_theme_mod( 'colormag_load_google_fonts_locally', 0 );

		if ( 1 == $host_fonts_locally ) {
			wp_enqueue_style( 'colormag_googlefonts', colormag_get_webfont_url( 'https:' . $google_font_url ), array(), COLORMAG_THEME_VERSION, 'all' );
		} else {
			wp_enqueue_style( 'colormag_googlefonts', $google_font_url, array(), COLORMAG_THEME_VERSION, 'all' );
		}

	}

	/**
	 * Google Font URL.
	 * Combine multiple google font in one URL.
	 *
	 * @param array $fonts   Google Fonts array.
	 * @param array $subsets Font's Subsets array.
	 *
	 * @return string
	 */
	public static function google_fonts_url( $fonts, $subsets = array() ) {

		$base_url  = '//fonts.googleapis.com/css';
		$font_args = array();
		$family    = array();

		/**
		 * Filter for google fonts selected.
		 *
		 * @since   1.0.0
		 */
		$fonts = apply_filters( 'colormag_google_fonts_selected', $fonts );

		/* Format Each Font Family in Array */
		foreach ( $fonts as $font_name => $font_weight ) {
			$font_name = str_replace( ' ', '+', $font_name );

			if ( ! empty( $font_weight ) ) {
				if ( is_array( $font_weight ) ) {
					$font_weight = implode( ',', $font_weight );
				}

				$font_family = explode( ',', $font_name );
				$font_family = str_replace( "'", '', $font_family[0] );
				$family[]    = trim( $font_family . ':' . rawurlencode( trim( $font_weight ) ) );
			} else {
				$family[] = trim( $font_name );
			}
		}

		/* Only return URL if font family defined. */
		if ( ! empty( $family ) ) {

			/* Make Font Family a String */
			$family = implode( '|', $family );

			/* Add font family in args */
			$font_args['family'] = $family;

			/* Add font subsets in args */
			if ( ! empty( $subsets ) ) {

				/* format subsets to string */
				if ( is_array( $subsets ) ) {
					$subsets = implode( ',', $subsets );
				}

				$font_args['subset'] = rawurlencode( trim( $subsets ) );
			}

			return add_query_arg( array( $font_args, '&display=swap' ), $base_url );
		}

		return '';
	}

}
PK�
�[;I6ggGinc/customizer/core/extend-customizer/class-colormag-upsell-section.phpnu�[���<?php
/**
 * Customize upsell section.
 *
 * Class ColorMag_Upsell_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include upsell link campaign for theme.
 *
 * Class ColorMag_Upsell_Section
 */
class ColorMag_Upsell_Section extends WP_Customize_Section {

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upsell-section';

	/**
	 * Control URL.
	 *
	 * @var string
	 */
	public $url = '';

	/**
	 * Control ID.
	 *
	 * @var string
	 */
	public $id = '';

	/**
	 * Gather the parameters passed to client JavaScript via JSON.
	 *
	 * @return array The array to be exported to the client as JSON.
	 */
	public function json() {

		$json        = parent::json();
		$json['url'] = esc_url( $this->url );
		$json['id']  = $this->id;

		return $json;

	}

	/**
	 * An Underscore (JS) template for rendering this section.
	 */
	protected function render_template() {
		?>
		<li id="accordion-section-{{ data.id }}"
			class="colormag-upsell-accordion-section control-section-{{ data.type }} cannot-expand accordion-section"
		>
			<h3 class="accordion-section-title"><a href="{{{ data.url }}}" target="_blank">{{ data.title }}</a></h3>
		</li>
		<?php
	}
}
PK�
�[?Z��Oinc/customizer/core/extend-customizer/class-colormag-wp-customize-separator.phpnu�[���<?php
/**
 * Customizer Control: panel.
 *
 * Creates a jQuery color control.
 *
 * @package ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( class_exists( 'WP_Customize_Section' ) ) {

	/**
	 * Adds a custom Customize Section for section separator.
	 *
	 * @link https://gist.github.com/OriginalEXE/9a6183e09f4cae2f30b006232bb154af
	 * @since 2.0.0
	 * @see WP_Customize_Section
	 */
	class ColorMag_WP_Customize_Separator extends WP_Customize_Section {

		/**
		 * Control type.
		 *
		 * @since  1.0.31
		 * @var string
		 */
		public $type = 'colormag-section-separator';

		/**
		 * Template for section separator
		 *
		 * @since 2.0.0
		 */
		protected function render_template() {
			?>
			<li id="accordion-section-{{ data.id }}" class="tg-section-separator accordion-section control-section control-section-{{ data.type }}"></li>
			<?php
		}
	}
}
PK�
�[��Ϯ�Kinc/customizer/core/extend-customizer/class-colormag-wp-customize-panel.phpnu�[���<?php
/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 */
class ColorMag_WP_Customize_Panel extends WP_Customize_Panel {

	/**
	 * Panel
	 *
	 * @var string
	 */
	public $panel;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_panel';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'type',
				'panel',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		return $array;

	}

}
PK�
�[�$�777Minc/customizer/core/extend-customizer/class-colormag-wp-customize-section.phpnu�[���<?php
/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 */
class ColorMag_WP_Customize_Section extends WP_Customize_Section {

	/**
	 * Section
	 *
	 * @var string
	 */
	public $section;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_section';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'panel',
				'type',
				'description_hidden',
				'section',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		if ( $this->panel ) {
			$array['customizeAction'] = sprintf(
				/* Translators: 1: Panel Title. */
				esc_html__( 'Customizing &#9656; %s', 'colormag' ),
				esc_html( $this->manager->get_panel( $this->panel )->title )
			);
		} else {
			$array['customizeAction'] = esc_html__( 'Customizing', 'colormag' );
		}

		return $array;

	}

}
PK�
�[?����!inc/customizer/core/functions.phpnu�[���<?php

function colormag_get_typography_input_attrs( $value ) {

	$input_attrs = array();

	$default_suffix = array(
		'font-size'      => 'px',
		'line-height'    => '-',
		'letter-spacing' => 'px',
	);

	$suffix = array(
		'font-size'      => array( 'px', 'em', 'rem' ),
		'line-height'    => array( '-', 'px', 'em' ),
		'letter-spacing' => array( 'px' ),
	);

	$input_attrs['suffix']         = $suffix;
	$input_attrs['default_suffix'] = $default_suffix;

	$font_size_attribute = array(
		'px'  => array(
			'min'  => 1,
			'max'  => 200,
			'step' => 1,
		),
		'em'  => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
		'rem' => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
	);

	$line_height_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 200,
			'step' => 1,
		),
		'em' => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
		'-'  => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
	);

	$letter_spacing_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 100,
			'step' => 1,
		),
	);

	$font_size_desktop_unit   = ! empty( $value['font-size']['desktop']['unit'] ) ? $value['font-size']['desktop']['unit'] : 'px';
	$font_size_tablet_unit    = ! empty( $value['font-size']['tablet']['unit'] ) ? $value['font-size']['tablet']['unit'] : 'px';
	$font_size_mobile_unit    = ! empty( $value['font-size']['mobile']['unit'] ) ? $value['font-size']['mobile']['unit'] : 'px';
	$line_height_desktop_unit = ! empty( $value['line-height']['desktop']['unit'] ) ? $value['line-height']['desktop']['unit'] : '-';
	$line_height_tablet_unit  = ! empty( $value['line-height']['tablet']['unit'] ) ? $value['line-height']['tablet']['unit'] : '-';
	$line_height_mobile_unit  = ! empty( $value['line-height']['mobile']['unit'] ) ? $value['line-height']['mobile']['unit'] : '-';
	$letter_spacing_unit      = ! empty( $value['letter-spacing']['desktop']['unit'] ) ? $value['letter-spacing']['desktop']['unit'] : 'px';

	$input_attrs['input_attrs'] = array(
		'attributes'        => array(
			'font-size'      => array(
				'desktop' => $font_size_attribute[ $font_size_desktop_unit ],
				'tablet'  => $font_size_attribute[ $font_size_tablet_unit ],
				'mobile'  => $font_size_attribute[ $font_size_mobile_unit ],
			),
			'line-height'    => array(
				'desktop' => $line_height_attribute[ $line_height_desktop_unit ],
				'tablet'  => $line_height_attribute[ $line_height_tablet_unit ],
				'mobile'  => $line_height_attribute[ $line_height_mobile_unit ],
			),
			'letter-spacing' => array(
				'desktop' => $letter_spacing_attribute[ $letter_spacing_unit ],
				'tablet'  => $letter_spacing_attribute[ $letter_spacing_unit ],
				'mobile'  => $letter_spacing_attribute[ $letter_spacing_unit ],
			),
		),
		'attributes_config' => array(
			'font-size'      => $font_size_attribute,
			'line-height'    => $line_height_attribute,
			'letter-spacing' => $letter_spacing_attribute,
		),
	);

	return $input_attrs;

}
PK�
�[�؋o�r�r;inc/customizer/core/class-colormag-customizer-framework.phpnu�[���<?php
/**
 * ColorMag customizer class for theme customize options.
 *
 * Class ColorMag_Customizer_FrameWork
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require dirname( __FILE__ ) . '/functions.php';

// Include Customind base options file.
require dirname( __FILE__ ) . '/class-colormag-customize-base-option.php';

// Include the Customind webfont loader file.
require dirname( __FILE__ ) . '/colormag-webfont-loader.php';

// Include the Customind typography control fonts file.
require dirname( __FILE__ ) . '/class-colormag-fonts.php';
require dirname( __FILE__ ) . '/class-colormag-generate-fonts.php';

/**
 * ColorMag customizer class.
 *
 * Class ColorMag_Customizer_FrameWork
 */
class ColorMag_Customizer_FrameWork {

	/**
	 * Customizer Dependency Array.
	 *
	 * @var array
	 */
	public static $dependency_array = array();

	/**
	 * All groups parent-child relation array data.
	 *
	 * @var array
	 */
	public static $group_configs = array();

	/**
	 * Customizer setup constructor.
	 *
	 * ColorMag_Customizer_FrameWork constructor.
	 */
	public function __construct() {

		// Include the custom extending customize panels and sections files for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_panels_sections_includes' ) );

		// Include the custom controls for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_controls_includes' ) );

		// Register ColorMag customize panels, sections and controls type.
		add_action( 'customize_register', array( $this, 'register_panels_sections_controls' ) );

		// Include the required customize options.
		add_action( 'customize_register', array( $this, 'get_customizer_configurations' ) );

		// Include the required register customize settings array.
		add_action( 'customize_register', array( $this, 'register_customize_settings' ) );

		// Include the required customizer sanitizations, callbacks and partials files.
		add_action( 'customize_register', array( $this, 'customize_sanitize_callback_include' ) );

		// Enqueue the required scripts for the custom customize controls for extending panels, sections and controls.
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'enqueue_customize_controls' ) );

		// Enqueue the preview JS for customize options.
		add_action( 'customize_preview_init', array( $this, 'customize_preview_js' ) );

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_panels_sections_includes( $wp_customize ) {

		// Include the required customizer nested panels and sections files.
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-panel.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-section.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-separator.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-upsell-section.php';

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_controls_includes( $wp_customize ) {

		// Include the customize base controls file.
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-control.php';
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-additional-control.php';

		// Include the required customize controls file.
		require dirname( __FILE__ ) . '/custom-controls/radio-image/class-colormag-radio-image-control.php';
		require dirname( __FILE__ ) . '/custom-controls/support/class-colormag-support-control.php';
		require dirname( __FILE__ ) . '/custom-controls/navigate/class-colormag-navigate-control.php';
		require dirname( __FILE__ ) . '/custom-controls/editor/class-colormag-editor-control.php';
		require dirname( __FILE__ ) . '/custom-controls/color/class-colormag-color-control.php';
		require dirname( __FILE__ ) . '/custom-controls/buttonset/class-colormag-buttonset-control.php';
		require dirname( __FILE__ ) . '/custom-controls/toggle/class-colormag-toggle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/divider/class-colormag-divider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/slider/class-colormag-slider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/custom/class-colormag-custom-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.php';
		require dirname( __FILE__ ) . '/custom-controls/background/class-colormag-background-control.php';
		require dirname( __FILE__ ) . '/custom-controls/typography/class-colormag-typography-control.php';
		require dirname( __FILE__ ) . '/custom-controls/hidden/class-colormag-hidden-control.php';
		require dirname( __FILE__ ) . '/custom-controls/sortable/class-colormag-sortable-control.php';
		require dirname( __FILE__ ) . '/custom-controls/group/class-colormag-group-control.php';
		require dirname( __FILE__ ) . '/custom-controls/title/class-colormag-title-control.php';
		require dirname( __FILE__ ) . '/custom-controls/subtitle/class-colormag-subtitle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dimensions/class-colormag-dimensions-control.php';
		require dirname( __FILE__ ) . '/custom-controls/upgrade/class-colormag-upgrade-control.php';
		require dirname( __FILE__ ) . '/custom-controls/fontawesome/class-colormag-fontawesome-control.php';
		require dirname( __FILE__ ) . '/custom-controls/date/class-colormag-date-control.php';

	}

	/**
	 * Register ColorMag customize panels, sections and controls type.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function register_panels_sections_controls( $wp_customize ) {

		// Register panels and sections.
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Section' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Separator' );
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_Upsell_Section' );

		// Overrides sanitize callback if theme supports custom-background.
		if ( current_theme_supports( 'custom-background' ) ) {

			remove_filter(
				'customize_sanitize_background_color',
				$wp_customize->get_setting( 'background_color' )->sanitize_callback
			);

			$wp_customize->get_setting( 'background_color' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_background_color',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		// Overrides sanitize callback if theme supports custom-header.
		if ( current_theme_supports( 'custom-header' ) ) {

			remove_filter(
				'customize_sanitize_header_textcolor',
				$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback
			);

			$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_header_textcolor',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		/**
		 * Register controls.
		 */
		/**
		 * WordPress default controls.
		 */
		// Checkbox control.
		ColorMag_Customize_Base_Control::add_control(
			'checkbox',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Radio control.
		ColorMag_Customize_Base_Control::add_control(
			'radio',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Select control.
		ColorMag_Customize_Base_Control::add_control(
			'select',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Text control.
		ColorMag_Customize_Base_Control::add_control(
			'text',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_nohtml',
				),
			)
		);

		// Number control.
		ColorMag_Customize_Base_Control::add_control(
			'number',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_number',
				),
			)
		);

		// Email control.
		ColorMag_Customize_Base_Control::add_control(
			'email',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_email',
				),
			)
		);

		// URL control.
		ColorMag_Customize_Base_Control::add_control(
			'url',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_url',
				),
			)
		);

		// Textarea control.
		ColorMag_Customize_Base_Control::add_control(
			'textarea',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Dropdown pages control.
		ColorMag_Customize_Base_Control::add_control(
			'dropdown-pages',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_pages',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'color',
			array(
				'callback'          => 'WP_Customize_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_hex_color',
				),
			)
		);

		// Image upload control.
		ColorMag_Customize_Base_Control::add_control(
			'image',
			array(
				'callback'          => 'WP_Customize_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_image_upload',
				),
			)
		);

		/**
		 * Controls created via the theme.
		 */
		// Radio image control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-radio-image',
			array(
				'callback'          => 'ColorMag_Radio_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Navigate control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-navigate',
			array(
				'callback'          => 'ColorMag_Navigate_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Editor control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-editor',
			array(
				'callback'          => 'ColorMag_Editor_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-color',
			array(
				'callback'          => 'ColorMag_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_alpha_color',
				),
			)
		);

		// Buttonset control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-buttonset',
			array(
				'callback'          => 'ColorMag_Buttonset_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Toggle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-toggle',
			array(
				'callback'          => 'ColorMag_Toggle_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Divider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-divider',
			array(
				'callback'          => 'ColorMag_Divider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Slider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-slider',
			array(
				'callback'          => 'ColorMag_Slider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_slider',
				),
			)
		);

		// Custom control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-custom',
			array(
				'callback'          => 'ColorMag_Custom_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Dropdown categories control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dropdown-categories',
			array(
				'callback'          => 'ColorMag_Dropdown_Categories_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_categories',
				),
			)
		);

		// Background control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-background',
			array(
				'callback'          => 'ColorMag_Background_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_background',
				),
			)
		);

		// Typography control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-typography',
			array(
				'callback'          => 'ColorMag_Typography_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_typography',
				),
			)
		);

		// Hidden control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-hidden',
			array(
				'callback'          => 'ColorMag_Hidden_Control',
				'sanitize_callback' => '',
			)
		);

		// Sortable control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-sortable',
			array(
				'callback'          => 'ColorMag_Sortable_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_sortable',
				),
			)
		);

		// Group control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-group',
			array(
				'callback' => 'ColorMag_Group_Control',
			)
		);

		// Title control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-title',
			array(
				'callback' => 'ColorMag_Title_Control',
			)
		);

		// Subtitle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-subtitle',
			array(
				'callback' => 'ColorMag_Subtitle_Control',
			)
		);

		// Support control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-guide',
			array(
				'callback' => 'ColorMag_Support_Control',
			)
		);

		// Dimensions control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dimensions',
			array(
				'callback' => 'ColorMag_Dimensions_Control',
			)
		);

		// Upgrade control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-upgrade',
			array(
				'callback' => 'ColorMag_Upgrade_Control',
			)
		);

		// Fontawesome control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-fontawesome',
			array(
				'callback'          => 'ColorMag_Fontawesome_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Date Control
		ColorMag_Customize_Base_Control::add_control(
			'colormag-date',
			array(
				'callback'          => 'ColorMag_Date_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_date',
				),
			)
		);
	}

	/**
	 * Include the required customize options.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return array Customizer options for registering panels, sections as well as controls.
	 */
	public function get_customizer_configurations( $wp_customize ) {

		/**
		 * Filter for customizer options.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_options', array(), $wp_customize );

	}

	/**
	 * Return default values for the Customize Configurations.
	 *
	 * @return array
	 */
	public function get_colormag_customizer_default_configuration() {

		$default_configuration = array(
			'priority'             => null,
			'title'                => null,
			'label'                => null,
			'name'                 => null,
			'type'                 => null,
			'description'          => null,
			'capability'           => 'edit_theme_options',
			'datastore_type'       => 'theme_mod',
			'settings'             => null,
			'active_callback'      => null,
			'sanitize_callback'    => null,
			'sanitize_js_callback' => null,
			'theme_supports'       => null,
			'transport'            => null,
			'default'              => null,
			'selector'             => null,
			'colormag_fields'      => array(),
		);

		/**
		 * Filter for customizer default configuration.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_default_configuration', $default_configuration );

	}

	/**
	 * Process and Register Customizer Panels, Sections, Settings and Controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Reference to WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_customize_settings( $wp_customize ) {

		$configurations = $this->get_customizer_configurations( $wp_customize );

		foreach ( $configurations as $key => $config ) {
			$config = wp_parse_args(
				$config,
				$this->get_colormag_customizer_default_configuration()
			);

			switch ( $config['type'] ) {

				case 'panel':
					// Remove `panel` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_panel( $config, $wp_customize );

					break;

				case 'section':
					// Remove `section` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_section( $config, $wp_customize );

					break;

				case 'sub-control':
					// Remove `sub-control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_sub_control_setting( $config, $wp_customize );

					break;

				case 'control':
					// Remove `control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_setting_control( $config, $wp_customize );

					break;
			}
		}

	}

	/**
	 * Register Customizer Panel.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_panel( $config, $wp_customize ) {

		$wp_customize->add_panel(
			new ColorMag_WP_Customize_Panel(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Section.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_section( $config, $wp_customize ) {

		$section_callback = isset( $config['section_callback'] ) ? $config['section_callback'] : 'ColorMag_WP_Customize_Section';

		$wp_customize->add_section(
			new $section_callback(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Sub Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_sub_control_setting( $config, $wp_customize ) {

		$sub_control_name = $config['name'];

		if ( isset( $wp_customize->get_control( $sub_control_name )->id ) ) {
			return;
		}

		$parent = $config['parent'];
		$tab    = ( isset( $config['tab'] ) ) ? $config['tab'] : '';

		if ( empty( self::$group_configs[ $parent ] ) ) {
			self::$group_configs[ $parent ] = array();
		}

		if ( array_key_exists( 'tab', $config ) ) {
			self::$group_configs[ $parent ]['tabs'][ $tab ][] = $config;
		} else {
			self::$group_configs[ $parent ][] = $config;
		}

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';
		$customize_config  = array(
			'name'              => $sub_control_name,

			/**
			 * Filter for customize data store type.
			 *
			 * @since   1.0.0
			 */
			'datastore_type'    => apply_filters( 'colormag_customize_datastore_type', 'theme_mod' ),
			'control'           => 'colormag-hidden',
			'section'           => $config['section'],
			'default'           => $config['default'],
			'transport'         => $transport,
			'sanitize_callback' => $sanitize_callback,
		);

		$wp_customize->add_setting(
			$customize_config['name'],
			array(
				'default'           => $customize_config['default'],
				'type'              => $customize_config['datastore_type'],
				'transport'         => $customize_config['transport'],
				'sanitize_callback' => $customize_config['sanitize_callback'],
			)
		);

		// For adding controls.
		$control_type     = ColorMag_Customize_Base_Control::get_control_instance( $customize_config[ 'control' ] );
		$new_control_type = ColorMag_Customize_Base_Control::get_control_instance( $config[ 'control' ] );

		if ( $new_control_type ) {
			$control_data = new $new_control_type( $wp_customize, $sub_control_name, $config );
			add_action( 'customize_controls_print_footer_scripts', function () use ( $config, $control_data ) {
				$script = "var {$config['name']} = " . wp_json_encode( $control_data->json() ) . ';';
				wp_print_inline_script_tag( $script );
			} );
		}

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$customize_config['name'],
					$customize_config
				)
			);
		} else {
			$wp_customize->add_control(
				$customize_config['name'],
				$customize_config
			);
		}

	}

	/**
	 * Register Customizer Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_setting_control( $config, $wp_customize ) {

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';

		if ( 'colormag-group' === $config['control'] ) {
			$sanitize_callback = false;
		}

		$wp_customize->add_setting(
			$config['name'],
			array(
				'default'           => $config['default'],
				'type'              => $config['datastore_type'],
				'transport'         => $transport,
				'sanitize_callback' => $sanitize_callback,
			)
		);

		// For adding controls.
		$control_type   = ColorMag_Customize_Base_Control::get_control_instance( $config['control'] );
		$config['type'] = $config['control'];

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$config['name'],
					$config
				)
			);
		} else {
			$wp_customize->add_control(
				$config['name'],
				$config
			);
		}

		// For adding selective refresh.
		$selective_refresh = isset( $config['partial'] ) ? true : false;
		$render_callback   = isset( $config['partial']['render_callback'] ) ? $config['partial']['render_callback'] : '';

		if ( $selective_refresh ) {

			if ( isset( $wp_customize->selective_refresh ) ) {
				$wp_customize->selective_refresh->add_partial(
					$config['name'],
					array(
						'selector'        => $config['partial']['selector'],
						'render_callback' => $render_callback,
					)
				);
			}
		}

		// For dependency array.
		if ( isset( $config['dependency'] ) ) {
			$this->update_dependency_array( $config['name'], $config['dependency'] );
		}

	}

	/**
	 * Update dependency in the dependency array for controls and sections.
	 *
	 * @param string $key        Name of the Setting/Control for which the dependency is added.
	 * @param array  $dependency Dependency of the $name Setting/Control.
	 *
	 * @return void
	 */
	private function update_dependency_array( $key, $dependency ) {
		self::$dependency_array[ $key ] = $dependency;
	}

	/**
	 * Get dependency array.
	 *
	 * @return array Dependencies discovered when registering controls and settings.
	 */
	private function get_dependency_array() {
		return self::$dependency_array;
	}

	/**
	 * Include the required customizer sanitization, callbacks and partials file.
	 */
	public function customize_sanitize_callback_include() {

		require dirname( __FILE__ ) . '/class-colormag-customizer-sanitizes.php';
		require dirname( __FILE__ ) . '/class-colormag-customizer-callbacks.php';

	}

	/**
	 * Enqueue custom scripts for customize panels, sections and controls.
	 */
	public function enqueue_customize_controls() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// Extend customizer CSS file.
		wp_enqueue_style(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/css/extend-customizer' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-extend-customizer', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// Extend customizer JS file.
		wp_enqueue_script(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/js/extend-customizer' . $suffix . '.js',
			array(
				'jquery',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls toggle JS file.
		wp_enqueue_script(
			'colormag-customizer-controls-toggle',
			$this->get_assets_url() . '/assets/js/customizer-controls-toggle' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls JS file.
		wp_enqueue_script(
			'colormag-customizer-controls',
			$this->get_assets_url() . '/assets/js/customizer-controls' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer dependency control JS file.
		wp_enqueue_script(
			'colormag-customizer-dependency',
			$this->get_assets_url() . '/assets/js/customizer-dependency' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
				'colormag-customizer-controls',
				'colormag-extend-customizer',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Localize for customizer controls toggle.
		wp_localize_script(
			'colormag-customizer-controls-toggle',
			'ColorMagCustomizerControlsToggle',
			$this->get_dependency_array()
		);

	}

	/**
	 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
	 *
	 * @since ColorMag 3.0.0
	 */
	public function customize_preview_js() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		wp_enqueue_script(
			'colormag-customizer',
			$this->get_assets_url() . '/assets/js/customize-preview' . $suffix . '.js',
			array(
				'customize-preview',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}

return new ColorMag_Customizer_FrameWork();
PK�
�[K�w1aUaU;inc/customizer/core/class-colormag-customizer-sanitizes.phpnu�[���<?php
/**
 * ColorMag customizer class for theme customize sanitizes.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 */
class ColorMag_Customizer_FrameWork_Sanitizes {

	/**
	 * Sanitize the checkbox options set within customizer controls.
	 *
	 * @param int $input Input from the customize controls.
	 *
	 * @return int|string
	 */
	public static function sanitize_checkbox( $input ) {

		return ( ( 1 === $input || '1' === $input || true === (bool) $input ) ? 1 : '' );

	}

	/**
	 * Sanitize the number options set within customizer controls.
	 *
	 * @param int $number Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return int
	 */
	public static function sanitize_integer( $number, $setting ) {

		return ( is_numeric( $number ) ? intval( $number ) : $setting->default );

	}

	/**
	 * Sanitize the strings enabling HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_html( $input ) {

		return wp_kses_post( $input );

	}

	/**
	 * Sanitize the strings disabling the HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_nohtml( $input ) {

		return wp_filter_nohtml_kses( $input );

	}

	/**
	 * Sanitize the key values set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_key( $input ) {

		return sanitize_key( $input );

	}

	/**
	 * Sanitize the text fields set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_text_field( $input ) {

		return sanitize_text_field( $input );

	}

	/**
	 * Sanitize the radio as well as select options set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_radio_select( $input, $setting ) {

		// Ensuring that the input is a slug.
		$input = sanitize_text_field( $input );

		// Get the list of choices from the control associated with the setting.
		$choices = $setting->manager->get_control( $setting->id )->choices;

		// If the input is a valid key, return it, else, return the default.
		return ( array_key_exists( $input, $choices ) ? $input : $setting->default );

	}

	/**
	 * Sanitize the input set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_date( $input ) {

		// General sanitization, to get rid of malicious scripts or characters.
		$input = sanitize_text_field( $input );
		$input = filter_var( $input, FILTER_SANITIZE_STRING );

		// Validate date to check if it is in desired date format.
		if ( self::validate_date_format( $input ) ) {
			return $input;
		} else {
			// If user tries to enter any other value return today's date.
			$input = gmdate( 'Y-m-d' );

			return $input;
		}
	}

	public static function validate_date_format( $input, $date_format = 'Y-m-d' ) {

		// Create a Date object with a given format.
		$d = DateTime::createFromFormat( $date_format, $input );

		// Check if given date matches the given format and return the comparison.
		return $d && $d->format( $date_format ) === $input;
	}

	/**
	 * Sanitize the hex color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_hex_color( $color ) {

		if ( '' === $color ) {
			return '';
		}

		// 3 or 6 hex digits, or the empty string.
		if ( preg_match( '|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) {
			return $color;
		}

	}

	/**
	 * Sanitize the alpha color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_alpha_color( $color, $setting ) {

		if ( '' === $color ) {
			return '';
		}

		if ( 'header_textcolor' === $setting->id && 'blank' === $color ) {
			return 'blank';
		}

		// Hex sanitize if no rgba color option is chosen.
		if ( false === strpos( $color, 'rgb' ) ) {
			return self::sanitize_hex_color( $color );
		}

		// Sanitize the rgba color provided via customize option.
		$color = str_replace( ' ', '', $color );

		if ( strpos( $color, 'rgba' ) !== false ) {

			sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha );

			if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
				return self::convert_rgba_to_hex( $red, $green, $blue, $alpha );
			}

			return 'rgba(' . $red . ',' . $green . ',' . $blue . ',' . $alpha . ')';

		}

		sscanf( $color, 'rgb(%d,%d,%d)', $red, $green, $blue );

		if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
			return self::convert_rgba_to_hex( $red, $green, $blue );
		}

		return 'rgb(' . $red . ',' . $green . ',' . $blue . ')';

	}

	/**
	 * Converts RGB/A to a Hex value.
	 *
	 * @param int $red color value.
	 * @param int $green color value.
	 * @param int $blue color value.
	 * @param float $alpha color value.
	 *
	 * @return string Hex value.
	 */
	public static function convert_rgba_to_hex( $red, $green, $blue, $alpha = 1 ) {

		$red   = dechex( (int) $red );
		$green = dechex( (int) $green );
		$blue  = dechex( (int) $blue );
		$alpha = (float) $alpha;

		if ( strlen( $red ) < 2 ) {
			$red = '0' . $red;
		}

		if ( strlen( $green ) < 2 ) {
			$green = '0' . $green;
		}

		if ( strlen( $blue ) < 2 ) {
			$blue = '0' . $blue;
		}

		if ( $alpha < 1 ) {

			$alpha = $alpha * 255;

			if ( $alpha < 7 ) {
				$alpha = '0' . dechex( $alpha );
			} else {
				$alpha = dechex( $alpha );
			}

			return $red . $green . $blue . $alpha;
		}

		return $red . $green . $blue;
	}

	/**
	 * Sanitize false values within customizer controls, which user does not have to input by their own.
	 *
	 * @return bool
	 */
	public static function sanitize_false_values() {

		return false;

	}

	/**
	 * Sanitize the slider value set within customizer controls.
	 *
	 * @param number $val Customizer setting input number.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_number( $val, $setting ) {

		$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

		if ( isset( $input_attrs ) ) {

			$input_attrs[ 'min' ]  = isset( $input_attrs[ 'min' ] ) ? $input_attrs[ 'min' ] : 0;
			$input_attrs[ 'step' ] = isset( $input_attrs[ 'step' ] ) ? $input_attrs[ 'step' ] : 1;

			if ( isset( $input_attrs[ 'max' ] ) && $val > $input_attrs[ 'max' ] ) {
				$val = $input_attrs[ 'max' ];
			} elseif ( $val < $input_attrs[ 'min' ] ) {
				$val = $input_attrs[ 'min' ];
			}

			if ( $val ) {
				$val = (int) $val;
			}
		}

		return is_numeric( $val ) ? $val : $setting->default;

	}

	/**
	 * Sanitize the dimension value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_dimension( $input, $setting ) {

		if ( isset( $input ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->json()[ 'input_attrs' ];
			$unit        = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$input[ 'top' ]    = isset( $input[ 'top' ] ) ? (float) $input[ 'top' ] : 0;
			$input[ 'bottom' ] = isset( $input[ 'bottom' ] ) ? (float) $input[ 'bottom' ] : 0;
			$input[ 'left' ]   = isset( $input[ 'left' ] ) ? (float) $input[ 'left' ] : 0;
			$input[ 'right' ]  = isset( $input[ 'right' ] ) ? (float) $input[ 'right' ] : 0;

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			foreach ( $input as $key => $value ) {
				if ( $value < $min ) {
					$input[ $key ] = $min;
				} elseif ( $value > $max ) {
					$input[ $key ] = $max;
				}
			}
		}

		return $input;
	}

	/**
	 * Sanitize the slider value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_slider( $input, WP_Customize_Setting $setting ) {

		if ( isset( $input[ 'size' ] ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

			$size = isset( $input[ 'size' ] ) ? (float) $input[ 'size' ] : 0;
			$unit = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			if ( $size < $min ) {
				$size = $min;
			} elseif ( $size > $max ) {
				$size = $max;
			}

			$input = array(
				'size' => $size,
				'unit' => $unit,
			);
		}

		return $input;
	}

	/**
	 * Sanitize the email value set within customizer controls.
	 *
	 * @param string $email Input from the customize controls.
	 * @param object $setting Setting object.
	 *
	 * @return string
	 */
	public static function sanitize_email( $email, $setting ) {

		// Strips out all characters that are not allowable in an email address.
		$email = sanitize_email( $email );

		// If $email is a valid email, return it, otherwise, return the default.
		return ( ! is_null( $email ) ? $email : $setting->default );

	}

	/**
	 * Sanitize the url value set within customizer controls.
	 *
	 * @param string $url Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_url( $url ) {

		return esc_url_raw( $url );

	}

	/**
	 * Sanitize the dropdown categories value set within customizer controls.
	 *
	 * @param number $cat_id Customizer setting input category id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_categories( $cat_id, $setting ) {

		// Ensure input is an absolute integer.
		$cat_id = absint( $cat_id );

		// If $cat_id is an ID of a published category, return it, otherwise, return the default value.
		return ( term_exists( $cat_id, 'category' ) ? $cat_id : $setting->default );

	}

	/**
	 * Sanitize the dropdown pages value set within customizer controls.
	 *
	 * @param number $page_id Customizer setting input page id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_pages( $page_id, $setting ) {

		// Ensure input is an absolute integer.
		$page_id = absint( $page_id );

		// If $page_id is an ID of a published page, return it, otherwise, return the default value.
		return ( 'publish' === get_post_status( $page_id ) ? $page_id : $setting->default );

	}

	/**
	 * Sanitize the image value set within customizer controls.
	 *
	 * @param number $image Customizer setting input image filename.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_image_upload( $image, $setting ) {

		/**
		 * Array of valid image file types.
		 *
		 * The array includes image mime types that are included in wp_get_mime_types()
		 */
		$mimes = array(
			'jpg|jpeg|jpe' => 'image/jpeg',
			'gif'          => 'image/gif',
			'png'          => 'image/png',
			'bmp'          => 'image/bmp',
			'tiff|tif'     => 'image/tiff',
			'ico'          => 'image/x-icon',
		);

		// Return an array with file extension and mime_type.
		$file = wp_check_filetype( $image, $mimes );

		// If $image has a valid mime_type, return it, otherwise, return the empty value.
		return ( $file[ 'ext' ] ? $image : '' );

	}

	/**
	 * Sanitize the background value set within customizer controls.
	 *
	 * @param number $background_args Customizer setting input background arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_background( $background_args, $setting ) {

		if ( ! is_array( $background_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the alpha color option.
		if ( isset( $background_args[ 'background-color' ] ) ) {
			$output[ 'background-color' ] = self::sanitize_alpha_color( $background_args[ 'background-color' ], $setting );
		}

		// Sanitizing the background image option.
		if ( isset( $background_args[ 'background-image' ] ) ) {
			$output[ 'background-image' ] = self::sanitize_image_upload( $background_args[ 'background-image' ], $setting );
		}

		// Sanitizing the background repeat option.
		if ( isset( $background_args[ 'background-repeat' ] ) ) {
			$output[ 'background-repeat' ] = self::sanitize_text_field( $background_args[ 'background-repeat' ] );
		}

		// Sanitizing the background position option.
		if ( isset( $background_args[ 'background-position' ] ) ) {
			$output[ 'background-position' ] = self::sanitize_text_field( $background_args[ 'background-position' ] );
		}

		// Sanitizing the background size option.
		if ( isset( $background_args[ 'background-size' ] ) ) {
			$output[ 'background-size' ] = self::sanitize_text_field( $background_args[ 'background-size' ] );
		}

		// Sanitizing the background attachment option.
		if ( isset( $background_args[ 'background-attachment' ] ) ) {
			$output[ 'background-attachment' ] = self::sanitize_text_field( $background_args[ 'background-attachment' ] );
		}

		return $output;

	}

	/**
	 * Sanitize the typography value set within customizer controls.
	 *
	 * @param number $typography_args Customizer setting input typography arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_typography( $typography_args, $setting ) {

		if ( ! is_array( $typography_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the font family option.
		if ( isset( $typography_args[ 'font-family' ] ) ) {

			$standard_fonts = ColorMag_Fonts::get_system_fonts();
			$google_fonts   = ColorMag_Fonts::get_google_fonts();
			$custom_fonts   = ColorMag_Fonts::get_custom_fonts();
			$valid_keys     = array_merge( $standard_fonts, $google_fonts );

			// If custom fonts is available, merge it to `$valid_keys` array to make those fonts ready for sanitization.
			if ( ! empty( $custom_fonts ) ) {
				$valid_keys = array_merge( $custom_fonts, $valid_keys );
			}

			if ( array_key_exists( $typography_args[ 'font-family' ], $valid_keys ) ) {
				$output[ 'font-family' ] = self::sanitize_text_field( $typography_args[ 'font-family' ] );
			}
		}

		// Sanitizing the font weight option.
		if ( isset( $typography_args[ 'font-weight' ] ) ) {

			$font_variants = ColorMag_Fonts::get_font_variants();

			if ( array_key_exists( $typography_args[ 'font-weight' ], $font_variants ) ) {
				$output[ 'font-weight' ] = self::sanitize_key( $typography_args[ 'font-weight' ] );
			}
		}

		// Sanitizing the subsets option.
		if ( isset( $typography_args[ 'subsets' ] ) ) {

			$subsets        = ColorMag_Fonts::get_google_font_subsets();
			$subsets_values = array();

			if ( is_array( $typography_args[ 'subsets' ] ) ) {

				foreach ( $typography_args[ 'subsets' ] as $key => $value ) {

					if ( array_key_exists( $value, $subsets ) ) {
						$subsets_values[] = self::sanitize_key( $value );
					}
				}

				$output[ 'subsets' ] = $subsets_values;
			}
		}

		// Sanitizing the font style option.
		if ( isset( $typography_args[ 'font-style' ] ) ) {
			$output[ 'font-style' ] = self::sanitize_key( $typography_args[ 'font-style' ] );
		}

		// Sanitizing the text transform option.
		if ( isset( $typography_args[ 'text-transform' ] ) ) {
			$output[ 'text-transform' ] = self::sanitize_key( $typography_args[ 'text-transform' ] );
		}

		// Sanitizing the text decoration option.
		if ( isset( $typography_args[ 'text-decoration' ] ) ) {
			$output[ 'text-decoration' ] = self::sanitize_key( $typography_args[ 'text-decoration' ] );
		}

		$input_attrs = colormag_get_typography_input_attrs( $typography_args );

		// Sanitizing the font size option.
		if ( isset( $typography_args[ 'font-size' ] ) && is_array( $typography_args[ 'font-size' ] ) ) {

			$font_size_values      = array();
			$font_size_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'font-size' ];

			foreach ( $typography_args[ 'font-size' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $font_size_input_attrs[ $unit ][ 'min' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $font_size_input_attrs[ $unit ][ 'max' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'max' ] : 200;

				if ( ! empty( $size ) ) {

					if ( $size < $min ) {
						$size = $min;
					} elseif ( $size > $max ) {
						$size = $max;
					}
				}

				$font_size_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'font-size' ] = $font_size_values;

		}

		// Sanitizing the line height option.
		if ( isset( $typography_args[ 'line-height' ] ) && is_array( $typography_args[ 'line-height' ] ) ) {

			$line_height_values = array();

			$line_height_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'line-height' ];

			foreach ( $typography_args[ 'line-height' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : '-';
				$min  = isset( $line_height_input_attrs[ $unit ][ 'min' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $line_height_input_attrs[ $unit ][ 'max' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'max' ] : 10;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$line_height_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'line-height' ] = $line_height_values;

		}

		// Sanitizing the letter spacing option.
		if ( isset( $typography_args[ 'letter-spacing' ] ) && is_array( $typography_args[ 'letter-spacing' ] ) ) {

			$letter_spacing_values = array();

			$letter_spacing_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'letter-spacing' ];

			foreach ( $typography_args[ 'letter-spacing' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $letter_spacing_input_attrs[ $unit ][ 'min' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $letter_spacing_input_attrs[ $unit ][ 'max' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'max' ] : 100;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$letter_spacing_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'letter-spacing' ] = $letter_spacing_values;
		}

		return $output;

	}

	/**
	 * Sanitize the gradient control's values.
	 *
	 * @param number $gradient_args Customizer setting input gradient arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_gradient( $gradient_args, $setting ) {

		if ( ! is_array( $gradient_args ) ) {
			return array();
		}

		return $gradient_args;
	}

	/**
	 * Sanitize the sortable value set within customizer controls.
	 *
	 * @param number $input Customizer setting input sortable arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_sortable( $input, $setting ) {

		// Get list of choices from the control associated with the setting.
		$choices    = $setting->manager->get_control( $setting->id )->choices;
		$input_keys = $input;

		foreach ( (array) $input_keys as $key => $value ) {
			if ( ! array_key_exists( $value, $choices ) ) {
				unset( $input[ $key ] );
			}
		}

		// If the input is a valid key, return it, otherwise, return the default.
		return ( is_array( $input ) ? $input : $setting->default );

	}

}
PK�
�[z2���<inc/customizer/core/class-colormag-customize-base-option.phpnu�[���<?php


// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class ColorMag_Customize_Base_Option {

	public function __construct() {

		// Register the customize panels, sections and controls.
		add_filter( 'colormag_customizer_options', array( $this, 'register_options' ), 10, 2 );

	}

	/**
	 * Base method for customize options.
	 *
	 * @param array                $options      Customize options provided via the theme.
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		return $options;
	}

	/**
	 * Section Description
	 *
	 * @param array $args Description arguments.
	 *
	 * @return mixed Markup of the section description.
	 */
	public function get_section_description( $args ) {

		// Description.
		$content  = '<div class="colormag-section-description">';
		$content .= wp_kses_post( $args['description'] );

		// Links.
		if ( $args['links'] ) {

			$content .= '<ul>';
			foreach ( $args['links'] as $index => $link ) {

				if ( $link['attrs'] ) {

					$content .= '<li>';

					// Attribute mapping.
					$attributes = ' target="_blank" ';
					foreach ( $link['attrs'] as $attr => $attr_value ) {
						$attributes .= ' ' . $attr . '="' . esc_attr( $attr_value ) . '" ';
					}

					$content .= '<a ' . $attributes . '>' . esc_html( $link['text'] ) . '</a></li>';

					$content .= '</li>';

				}
			}

			$content .= '</ul>';

		}

		$content .= '</div>';

		return $content;
	}

}

return new ColorMag_Customize_Base_Option();
PK�
�[�ڤARR?inc/customizer/core/assets/js/customizer-controls-toggle.min.jsnu�[���!function(o){wp.customize;ColorMagControlTrigger={triggerHook:function(r,g){o("body").trigger("colormag-control-trigger."+r,g)},addHook:function(r,g){o("body").on("colormag-control-trigger."+r,g)},removeHook:function(r,g){o("body").off("colormag-control-trigger."+r,g)}},ColorMagCustomizerToggles={colormag_header_image_link:[]}}(jQuery);PK�
�[2s���%�%6inc/customizer/core/assets/js/customizer-dependency.jsnu�[���/**
 * Customizer dependency controls.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		'use strict';

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMag_Customizer_FrameWork
		 */
		var ColorMag_Customizer_FrameWork = {

			controls : {},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @access private
			 * @method init
			 */
			init : function () {
				var $this = this;

				$this.handleDependency();
				$this.hideEmptySections();

				api.bind(
					'change',
					function ( setting, data ) {
						var has_dependents = $this.hasDependentControls( setting.id );

						if ( has_dependents ) {
							$this.handleDependency();
							$this.hideEmptySections();
						}
					}
				);
			},

			/**
			 * Handles dependency for controls.
			 *
			 * @access private
			 * @method handleDependency
			 */
			handleDependency : function () {
				var $this  = this,
				    values = api.get();

				$this.checked_controls = {};

				_.each(
					values,
					function ( value, id ) {
						var control = api.control( id );

						$this.checkControlVisibility( control, id );
					}
				);
			},

			/**
			 * Hide OR display controls according to dependency
			 *
			 * @access private
			 * @method checkControlVisibility
			 */
			checkControlVisibility : function ( control, id ) {
				var $this  = this,
				    values = api.get();

				if ( ! _.isUndefined( control ) ) {

					// If control has dependency defined.
					if ( 'undefined' != typeof ColorMagCustomizerControlsToggle[id] ) {
						var check            = false,
						    dependency_param = ColorMagCustomizerControlsToggle[id],
						    conditions       = ! _.isUndefined( dependency_param.conditions ) ? dependency_param.conditions : dependency_param,
						    operator         = ! _.isUndefined( dependency_param.operator ) ? dependency_param.operator : 'AND';

						if ( 'undefined' !== typeof conditions ) {
							check                     = $this.checkDependency( conditions, values, operator );
							this.checked_controls[id] = check;

							if ( ! check ) {
								control.container.addClass( 'colormag-hide' );
							} else {
								control.container.removeClass( 'colormag-hide' );
							}
						}
					}

				}
			},

			/**
			 * Checks dependency condtions for controls
			 *
			 * @access private
			 * @method checkDependency
			 */
			checkDependency : function ( conditions, values, compare_operator ) {

				var control   = this,
				    check     = true,
				    returnNow = false,
				    testValue = conditions[0];

				if ( _.isString( testValue ) ) {

					var cond     = conditions[1],
					    cond_val = conditions[2],
					    value;

					if ( ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue] ) ) {
						var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['conditions'] ) ? ColorMagCustomizerControlsToggle[testValue]['conditions'] : ColorMagCustomizerControlsToggle[testValue];
						var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['operator'] ) ? ColorMagCustomizerControlsToggle[testValue]['operator'] : 'AND';

						if ( ! _.isUndefined( conditions ) ) {
							// Check visibility for dependent controls also.
							if ( ! control.checkDependency( conditions, values, operator ) ) {
								returnNow = true;
								check     = false;

								if ( 'AND' == compare_operator ) {
									return;
								}
							} else {
								var control_obj = api.control( testValue );

								control_obj.container.removeClass( 'colormag-hide' );
							}
						}
					}

					if ( ! _.isUndefined( values[testValue] ) && ! returnNow && check ) {
						value = values[testValue];
						check = control.compareValues( value, cond, cond_val );
					}

				} else if ( _.isArray( testValue ) ) {

					$.each(
						conditions,
						function ( index, val ) {

							var cond_key  = val[0],
							    cond_cond = val[1],
							    cond_val  = val[2],
							    test_val  = ! _.isUndefined( values[cond_key] ) ? values[cond_key] : '';

							if ( 'undefined' !== typeof ColorMagCustomizerControlsToggle[cond_key] ) {
								var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['conditions'] ) ? ColorMagCustomizerControlsToggle[cond_key]['conditions'] : ColorMagCustomizerControlsToggle[cond_key];
								var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['operator'] ) ? ColorMagCustomizerControlsToggle[cond_key]['operator'] : 'AND';

								if ( ! _.isUndefined( conditions ) ) {
									// Check visibility for dependent controls also.
									if ( ! control.checkDependency( conditions, values, operator ) ) {
										check = false;

										if ( 'AND' == compare_operator ) {
											return;
										}
									} else {
										check           = true;
										var control_obj = api.control( cond_key );

										control_obj.container.removeClass( 'colormag-hide' );
									}
								}
							} else {
								check = true;
							}

							if ( check ) {
								if ( 'AND' == compare_operator ) {
									if ( ! control.compareValues( test_val, cond_cond, cond_val ) ) {
										check = false;

										return false;
									}
								} else {
									if ( control.compareValues( test_val, cond_cond, cond_val ) ) {
										returnNow = true;
										check     = true;
									} else {
										check = false;
									}
								}
							}
						}

					);

					// Break loop in case of OR operator.
					if ( returnNow && 'OR' == compare_operator ) {
						check = true;
					}

				}

				return check;

			},

			/**
			 * Compare values of the dependent controls.
			 *
			 * @access private
			 * @method compareValues
			 */
			compareValues : function ( value1, condition, value2 ) {

				var equal = false;

				switch ( condition ) {

					case '===':
						equal = (
							value1 === value2
						) ? true : false;
						break;

					case '>':
						equal = (
							value1 > value2
						) ? true : false;
						break;

					case '<':
						equal = (
							value1 < value2
						) ? true : false;
						break;

					case '<=':
						equal = (
							value1 <= value2
						) ? true : false;
						break;

					case '>=':
						equal = (
							value1 >= value2
						) ? true : false;
						break;

					case '!=':
						equal = (
							value1 != value2
						) ? true : false;
						break;

					case 'empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							);

							equal = _.isEmpty( _v ) ? true : false;
						} else {
							equal = _.isNull( _v ) || _v == '' ? true : false;
						}
						break;

					case 'not_empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							)
						}

						equal = _.isEmpty( _v ) ? false : true;
						break;

					case 'contains':
						if ( _.isArray( value1 ) ) {
							if ( $.inArray( value2, value1 ) !== - 1 ) {
								equal = true;
							}
						}
						break;

					default:
						if ( _.isArray( value2 ) ) {
							if ( ! _.isEmpty( value2 ) && ! _.isEmpty( value1 ) ) {
								equal = _.contains( value2, value1 );
							} else {
								equal = false;
							}
						} else {
							equal = (
								value1 == value2
							) ? true : false;
						}
						break;

				}

				return equal;

			},

			/**
			 * Hide Section without Controls.
			 */
			hideEmptySections : function () {

				$( 'ul.accordion-section.control-section-colormag_section' ).each(
					function () {
						var parentId  = $( this ).attr( 'id' ),
						    visibleIt = false,
						    controls  = $( this ).find( ' > .customize-control' );

						if ( controls.length > 0 ) {
							controls.each(
								function () {
									if ( ! $( this ).hasClass( 'colormag-hide' ) && $( this ).css( 'display' ) != 'none' ) {
										visibleIt = true;
									}
								}
							);

							if ( ! visibleIt ) {
								$( '.control-section[aria-owns="' + parentId + '"]' ).addClass( 'colormag-hide' );
							} else {
								$( '.control-section[aria-owns="' + parentId + '"]' ).removeClass( 'colormag-hide' );
							}
						}
					}
				);

			},

			hasDependentControls : function ( control_id ) {
				var check = false;

				$.each(
					ColorMagCustomizerControlsToggle,
					function ( index, val ) {

						if ( ! _.isUndefined( val.conditions ) ) {
							var conditions = val.conditions;

							$.each(
								conditions,
								function ( index, val ) {

									var control = val[0];

									if ( control_id == control ) {
										check = true;
										return;
									}
								}
							);
						} else {
							var control = val[0];

							if ( control_id == control ) {
								check = true;

								return;
							}
						}

					}
				);

				return check;
			},

		};

		$(
			function () {
				ColorMag_Customizer_FrameWork.init();
			}
		);

	}
)( jQuery );
PK�
�[w�..6inc/customizer/core/assets/js/customize-preview.min.jsnu�[���function colormagGenerateCSS(t,e,i,o=null){wp.customize(t,(function(n){n.bind((function(n){var s="";jQuery(`style#${t}`).remove(),null!==o?Array.isArray(i)?i.forEach((function(t){s+=`${t} : ${n+o};`})):s+=`${i} :  ${n+o};`:s+=`${i}: ${n};`,jQuery("head").append(`<style id="${t}">${e}{ ${s} }</style>`)}))}))}function colormagAddRemoveCSSClasses(t,e,i,o=!1){wp.customize(t,(function(t){t.bind((function(t){o?t?jQuery(e).removeClass(i):jQuery(e).addClass(i):t?jQuery(e).addClass(i):jQuery(e).removeClass(i)}))}))}function colormagGenerateDimensionCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.top?o.top:0,s=""!==o.right?o.right:0,a=""!==o.bottom?o.bottom:0,l=""!==o.left?o.left:0,r=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+r+" "+s+r+" "+a+r+" "+l+r} }</style>`)}))}))}function colormagGenerateSliderCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.size?o.size:0,s=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+s} }</style>`)}))}))}function colormagGenerateBackgroundCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o;jQuery("style#"+t).remove(),o=`${e}{background-color: ${i["background-color"]};background-image: url( ${i["background-image"]} );background-attachment: ${i["background-attachment"]};background-position: ${i["background-position"]};background-size: ${i["background-size"]};background-repeat: ${i["background-repeat"]};}`,jQuery("head").append(`<style id="${t}">${o}</style>`)}))}))}function colormagGenerateTypographyCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o="",n="",s="",a="",l="",r="",c="",d="",p="",u="",g="",f="",m="",y="";if("object"==typeof i){if(void 0!==i["font-size"]&&(void 0!==i["font-size"].desktop.size&&""!==i["font-size"].desktop.size&&(r=i["font-size"].desktop.size+i["font-size"].desktop.unit),void 0!==i["font-size"].tablet.size&&""!==i["font-size"].tablet.size&&(c=i["font-size"].tablet.size+i["font-size"].tablet.unit),void 0!==i["font-size"].mobile.size&&""!==i["font-size"].mobile.size&&(d=i["font-size"].mobile.size+i["font-size"].mobile.unit)),void 0!==i["line-height"]){if(void 0!==i["line-height"].desktop.size&&""!==i["line-height"].desktop.size){const t="-"!==i["line-height"].desktop.unit?i["line-height"].desktop.unit:"";p=i["line-height"].desktop.size+t}if(void 0!==i["line-height"].tablet.size&&""!==i["line-height"].tablet.size){const t="-"!==i["line-height"].tablet.unit?i["line-height"].tablet.unit:"";u=i["line-height"].tablet.size+t}if(void 0!==i["line-height"].mobile.size&&""!==i["line-height"].mobile.size){const t="-"!==i["line-height"].mobile.unit?i["line-height"].mobile.unit:"";g=i["line-height"].mobile.size+t}}if(void 0!==i["letter-spacing"]){if(void 0!==i["letter-spacing"].desktop.size&&""!==i["letter-spacing"].desktop.size){const t="-"!==i["letter-spacing"].desktop.unit?i["letter-spacing"].desktop.unit:"";f=i["letter-spacing"].desktop.size+t}if(void 0!==i["letter-spacing"].tablet.size&&""!==i["letter-spacing"].tablet.size){const t="-"!==i["letter-spacing"].tablet.unit?i["letter-spacing"].tablet.unit:"";m=i["letter-spacing"].tablet.size+t}if(void 0!==i["letter-spacing"].mobile.size&&""!==i["letter-spacing"].mobile.size){const t="-"!==i["letter-spacing"].mobile.unit?i["letter-spacing"].mobile.unit:"";y=i["letter-spacing"].mobile.size+t}}void 0!==i["font-family"]&&""!==i["font-family"]&&((n=(n=i["font-family"].split(",")[0]).replace(/'/g,"")).includes("default")||n.includes("-apple-system")?n='-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif':n.includes("Monaco")?n='Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace':o=`<link id="${t}" href="https://fonts.googleapis.com/css?family=${n}" rel="stylesheet">`),void 0!==i["font-weight"]&&""!==i["font-weight"]&&(s=colormagIsNumeric(i["font-weight"])?parseInt(i["font-weight"]):"regular"!=i["font-weight"]?i["font-weight"]:"normal"),void 0!==i["font-style"]&&""!==i["font-style"]&&(a=i["font-style"]),void 0!==i["text-transform"]&&""!==i["text-transform"]&&(l=i["text-transform"]),jQuery("style#"+t).remove(),jQuery("link#"+t).remove(),jQuery("head").append(`<style id="${t}">\n\t\t\t\t\t${e} {\n\t\t\t\t\t\tfont-family: ${n};\n\t\t\t\t\t\tfont-weight: ${s};\n\t\t\t\t\t\tfont-style: ${a};\n\t\t\t\t\t\ttext-transform: ${l};\n\t\t\t\t\t\tfont-size: ${r};\n\t\t\t\t\t\tline-height: ${p};\n\t\t\t\t\t\tletter-spacing: ${f};\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 768px) {\n\t\t\t\t\t\t${e} {\n\t\t\t\t\t\t\tfont-size: ${c};\n\t\t\t\t\t\t\tline-height: ${u};\n\t\t\t\t\t\t\tletter-spacing: ${m};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 600px) {\n\t\t\t\t\t\t${e}{\n\t\t\t\t\t\t\tfont-size: ${d};\n\t\t\t\t\t\t\tline-height:${g};\n\t\t\t\t\t\t\tletter-spacing: ${y};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t</style>${o}`)}}))}))}function colormagIsNumeric(t){return"string"==typeof t&&null!==t.match(/\d+/g)}!function(t){wp.customize("blogname",(function(e){e.bind((function(e){t("#site-title a").text(e)}))})),wp.customize("blogdescription",(function(e){e.bind((function(e){t("#site-description").text(e)}))})),wp.customize("colormag_header_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("body").removeClass("header_display_type_two").addClass("header_display_type_one"):"type_three"===i?t("body").removeClass("header_display_type_one").addClass("header_display_type_two"):"type_one"===i&&t("body").removeClass("header_display_type_one header_display_type_two")}))})),wp.customize("colormag_site_layout",(function(e){e.bind((function(e){var i=e;"wide_layout"===i?t("body").removeClass("box-layout").addClass("wide"):"boxed_layout"===i&&t("body").removeClass("wide").addClass("box-layout")}))})),wp.customize("colormag_footer_copyright_alignment_setting",(function(e){e.bind((function(e){var i=e;"left"===i?t("#colophon").removeClass("copyright-right copyright-center"):"right"===i?t("#colophon").removeClass("copyright-center").addClass("copyright-right"):"center"===i&&t("#colophon").removeClass("copyright-right").addClass("copyright-center")}))})),wp.customize("colormag_main_footer_layout_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("#colophon").removeClass("colormag-footer--classic-bordered").addClass("colormag-footer--classic"):"type_three"===i?t("#colophon").removeClass("colormag-footer--classic").addClass("colormag-footer--classic-bordered"):"type_one"===i&&t("#colophon").removeClass("colormag-footer--classic colormag-footer--classic-bordered")}))}))}(jQuery);PK�
�[g�����4inc/customizer/core/assets/js/customizer-controls.jsnu�[���/**
 * Customizer controls.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMagCustomizer
		 */
		ColorMagCustomizer = {

			controls : {},

			/**
			 * Initializes our custom logic for the Customizer.
			 *
			 * @method init
			 */
			init : function () {
				ColorMagCustomizer._initToggles();
			},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @since 1.0.0
			 * @access private
			 * @method _initToggles
			 */
			_initToggles : function () {

				// Trigger the Adv Tab Click trigger.
				ColorMagControlTrigger.triggerHook( 'colormag-toggle-control', api );

				// Loop through each setting.
				$.each(
					ColorMagCustomizerToggles,
					function ( settingId, toggles ) {

						// Get the setting object.
						api(
							settingId,
							function ( setting ) {

								// Loop though the toggles for the setting.
								$.each(
									toggles,
									function ( i, toggle ) {
										// Loop through the controls for the toggle.
										$.each(
											toggle.controls,
											function ( k, controlId ) {
												// Get the control object.
												api.control(
													controlId,
													function ( control ) {

														// Define the visibility callback.
														var visibility = function ( to ) {
															control.container.toggle( toggle.callback( to ) );
														};

														// Init visibility.
														visibility( setting.get() );

														// Bind the visibility callback to the setting.
														setting.bind( visibility );

													}
												);
											}
										);
									}
								);
							}
						);

					}
				);
			}

		};

		$(
			function () {
				ColorMagCustomizer.init();
			}
		);

	}
)( jQuery );
PK�
�[4<�i&i&2inc/customizer/core/assets/js/extend-customizer.jsnu�[���/**
 * Nesting customize panels and sections.
 */
(
	function ( $ ) {

		var _panelEmbed,
			_panelIsContextuallyActive,
			_panelAttachEvents,
			_sectionEmbed,
			_sectionIsContextuallyActive,
			_sectionAttachEvents;

		wp.customize.bind(
			'pane-contents-reflowed',
			function () {
				var panels   = [],
					sections = [];

				// Reflow sections.
				wp.customize.section.each(
					function ( section ) {
						if (
							'colormag_section' !== section.params.type ||
							'undefined' === typeof section.params.section
						) {
							return;
						}

						sections.push( section );
					}
				);

				sections.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					sections,
					function ( i, section ) {
						var parentContainer = $(
							'#sub-accordion-section-' + section.params.section
						);

						parentContainer
							.children( '.section-meta' )
							.after( section.headContainer );
					}
				);

				// Reflow panels.
				wp.customize.panel.each(
					function ( panel ) {
						if (
							'colormag_panel' !== panel.params.type ||
							'undefined' === typeof panel.params.panel
						) {
							return;
						}

						panels.push( panel );
					}
				);

				panels.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					panels,
					function ( i, panel ) {
						var parentContainer = $(
							'#sub-accordion-panel-' + panel.params.panel
						);

						parentContainer.children( '.panel-meta' ).after( panel.headContainer );
					}
				);
			}
		);

		// Extend Panel.
		_panelEmbed                = wp.customize.Panel.prototype.embed;
		_panelIsContextuallyActive = wp.customize.Panel.prototype.isContextuallyActive;
		_panelAttachEvents         = wp.customize.Panel.prototype.attachEvents;

		wp.customize.Panel = wp.customize.Panel.extend(
			{
				attachEvents         : function () {
					var panel;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelAttachEvents.call( this );

						return;
					}

					_panelAttachEvents.call( this );

					panel = this;

					panel.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.panel( panel.params.panel );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-panel-parent' );
							} else {
								parent.contentContainer.removeClass( 'current-panel-parent' );
							}
						}
					);

					panel.container
						.find( '.customize-panel-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( panel.expanded() ) {
									wp.customize.panel( panel.params.panel ).expand();
								}
							}
						);
				},
				embed                : function () {
					var panel = this,
						parentContainer;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelEmbed.call( this );

						return;
					}

					_panelEmbed.call( this );

					parentContainer = $(
						'#sub-accordion-panel-' + this.params.panel
					);

					parentContainer.append( panel.headContainer );
				},
				isContextuallyActive : function () {
					var panel       = this,
						children,
						activeCount = 0;

					if ( 'colormag_panel' !== this.params.type ) {
						return _panelIsContextuallyActive.call( this );
					}

					children = this._children( 'panel', 'section' );

					wp.customize.panel.each(
						function ( child ) {
							if ( ! child.params.panel ) {
								return;
							}

							if ( child.params.panel !== panel.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( child.active() && child.isContextuallyActive() ) {
								activeCount += 1;
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);

		// Extend Section.
		_sectionEmbed                = wp.customize.Section.prototype.embed;
		_sectionIsContextuallyActive = wp.customize.Section.prototype.isContextuallyActive;
		_sectionAttachEvents         = wp.customize.Section.prototype.attachEvents;

		wp.customize.Section = wp.customize.Section.extend(
			{
				attachEvents         : function () {
					var section = this;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionAttachEvents.call( section );

						return;
					}

					_sectionAttachEvents.call( section );

					section.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.section( section.params.section );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-section-parent' );
							} else {
								parent.contentContainer.removeClass(
									'current-section-parent'
								);
							}
						}
					);

					section.container
						.find( '.customize-section-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( section.expanded() ) {
									wp.customize.section( section.params.section ).expand();
								}
							}
						);
				},
				embed                : function () {
					var section = this,
						parentContainer;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionEmbed.call( section );

						return;
					}

					_sectionEmbed.call( section );

					parentContainer = $(
						'#sub-accordion-section-' + this.params.section
					);

					parentContainer.append( section.headContainer );
				},
				isContextuallyActive : function () {
					var section     = this,
						children,
						activeCount = 0;

					if ( 'colormag_section' !== this.params.type ) {
						return _sectionIsContextuallyActive.call( this );
					}

					children = this._children( 'section', 'control' );

					wp.customize.section.each(
						function ( child ) {
							if ( ! child.params.section ) {
								return;
							}

							if ( child.params.section !== section.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( 'undefined' !== typeof child.isContextuallyActive ) {
								if ( child.active() && child.isContextuallyActive() ) {
									activeCount += 1;
								}
							} else {
								if ( child.active() ) {
									activeCount += 1;
								}
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);
	}
)( jQuery );

/**
 * Description of controls via tooltip.
 */
(
	function ( $ ) {

		wp.customize.bind(
			'ready',
			function () {
				wp.customize.control.each(
					function ( ctrl, i ) {
						var description = ctrl.container.find( '.customize-control-description' );

						if ( description.length ) {
							var title, li_wrapper, tooltip;
							title      = ctrl.container.find( '.customize-control-title' );
							li_wrapper = description.closest( 'li' );
							tooltip    = description.text().replace(
								/[u00A0-u9999<>&]/gim,
								function ( i ) {
									return '&#' + i.charCodeAt( 0 ) + ';';
								}
							);

							// Remove the description from displaying below the controller's label.
							description.remove();

							// Add the help icon in description of customize controls.
							li_wrapper.append( '<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="' + tooltip + '"></i>' );
						}
					}
				);
			}
		);

	}
)( jQuery );

/**
 * Responsive devices mode click event.
 */
jQuery( document ).ready(
	function ( $ ) {

		// Responsive switcher button click.
		$( '.customize-control' ).on(
			'click',
			'.responsive-switchers button',
			function ( event ) {

				// Set up variables.
				var device         = $( event.currentTarget ).data( 'device' );

				togglePreviewDevice( device );
			}
		);

		function togglePreviewDevice ( device ) {
			var devices        = $( '.responsive-switchers' ),
				control        = $( '.customize-control.has-responsive-switchers' );

			wp.customize.previewedDevice.set( device );

			// Switching the button class.
			devices.find( 'button.preview-' + device ).parent( 'li' ).addClass( 'active' ).siblings().removeClass( 'active' );

			// Switching the control class.
			control.find( '.control-wrap' ).removeClass( 'active' );
			control.find( '.control-wrap.' + device ).addClass( 'active' );
		}

		wp.customize.previewedDevice.bind( togglePreviewDevice );

	}
);

/**
 * Extend the Customize section to make it clickable.
 *
 * Currently used for the ColorMag Upseel section only.
 */
(
	function ( $, api ) {
		api.sectionConstructor[ 'colormag-upsell-section' ] = api.Section.extend(
			{
				// No events for this type of section.
				attachEvents: function () {
				},

				// Always make the section active.
				isContextuallyActive: function () {
					return true;
				}
			}
		);
	}
)( jQuery, wp.customize );
PK�
�[r��6inc/customizer/core/assets/js/extend-customizer.min.jsnu�[���!function(e){var t,n,i,o,a,c;wp.customize.bind("pane-contents-reflowed",(function(){var t=[],n=[];wp.customize.section.each((function(e){"colormag_section"===e.params.type&&void 0!==e.params.section&&n.push(e)})),n.sort(wp.customize.utils.prioritySort).reverse(),e.each(n,(function(t,n){e("#sub-accordion-section-"+n.params.section).children(".section-meta").after(n.headContainer)})),wp.customize.panel.each((function(e){"colormag_panel"===e.params.type&&void 0!==e.params.panel&&t.push(e)})),t.sort(wp.customize.utils.prioritySort).reverse(),e.each(t,(function(t,n){e("#sub-accordion-panel-"+n.params.panel).children(".panel-meta").after(n.headContainer)}))})),t=wp.customize.Panel.prototype.embed,n=wp.customize.Panel.prototype.isContextuallyActive,i=wp.customize.Panel.prototype.attachEvents,wp.customize.Panel=wp.customize.Panel.extend({attachEvents:function(){var e;"colormag_panel"===this.params.type&&void 0!==this.params.panel?(i.call(this),(e=this).expanded.bind((function(t){var n=wp.customize.panel(e.params.panel);t?n.contentContainer.addClass("current-panel-parent"):n.contentContainer.removeClass("current-panel-parent")})),e.container.find(".customize-panel-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.panel(e.params.panel).expand())}))):i.call(this)},embed:function(){"colormag_panel"===this.params.type&&void 0!==this.params.panel?(t.call(this),e("#sub-accordion-panel-"+this.params.panel).append(this.headContainer)):t.call(this)},isContextuallyActive:function(){var e,t=this,i=0;return"colormag_panel"!==this.params.type?n.call(this):(e=this._children("panel","section"),wp.customize.panel.each((function(n){n.params.panel&&n.params.panel===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){e.active()&&e.isContextuallyActive()&&(i+=1)})),0!==i)}}),o=wp.customize.Section.prototype.embed,a=wp.customize.Section.prototype.isContextuallyActive,c=wp.customize.Section.prototype.attachEvents,wp.customize.Section=wp.customize.Section.extend({attachEvents:function(){var e=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(c.call(e),e.expanded.bind((function(t){var n=wp.customize.section(e.params.section);t?n.contentContainer.addClass("current-section-parent"):n.contentContainer.removeClass("current-section-parent")})),e.container.find(".customize-section-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.section(e.params.section).expand())}))):c.call(e)},embed:function(){var t=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(o.call(t),e("#sub-accordion-section-"+this.params.section).append(t.headContainer)):o.call(t)},isContextuallyActive:function(){var e,t=this,n=0;return"colormag_section"!==this.params.type?a.call(this):(e=this._children("section","control"),wp.customize.section.each((function(n){n.params.section&&n.params.section===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){void 0!==e.isContextuallyActive?e.active()&&e.isContextuallyActive()&&(n+=1):e.active()&&(n+=1)})),0!==n)}})}(jQuery),jQuery,wp.customize.bind("ready",(function(){wp.customize.control.each((function(e,t){var n,i,o=e.container.find(".customize-control-description");o.length&&(e.container.find(".customize-control-title"),n=o.closest("li"),i=o.text().replace(/[u00A0-u9999<>&]/gim,(function(e){return"&#"+e.charCodeAt(0)+";"})),o.remove(),n.append('<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="'+i+'"></i>'))}))})),jQuery(document).ready((function(e){function t(t){var n=e(".responsive-switchers"),i=e(".customize-control.has-responsive-switchers");wp.customize.previewedDevice.set(t),n.find("button.preview-"+t).parent("li").addClass("active").siblings().removeClass("active"),i.find(".control-wrap").removeClass("active"),i.find(".control-wrap."+t).addClass("active")}e(".customize-control").on("click",".responsive-switchers button",(function(n){t(e(n.currentTarget).data("device"))})),wp.customize.previewedDevice.bind(t)})),function(e,t){t.sectionConstructor["colormag-upsell-section"]=t.Section.extend({attachEvents:function(){},isContextuallyActive:function(){return!0}})}(jQuery,wp.customize);PK�
�[Ba��oo;inc/customizer/core/assets/js/customizer-controls-toggle.jsnu�[���/**
 * Customizer controls toggle.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Trigger hooks
		 */
		ColorMagControlTrigger = {

			/**
			 * Trigger a hook.
			 *
			 * @method triggerHook
			 * @param {String} hook The hook to trigger.
			 * @param {Array} args An array of args to pass to the hook.
			 */
			triggerHook : function ( hook, args ) {
				$( 'body' ).trigger( 'colormag-control-trigger.' + hook, args );
			},

			/**
			 * Add a hook.
			 *
			 * @method addHook
			 * @param {String} hook The hook to add.
			 * @param {Function} callback A function to call when the hook is triggered.
			 */
			addHook : function ( hook, callback ) {
				$( 'body' ).on( 'colormag-control-trigger.' + hook, callback );
			},

			/**
			 * Remove a hook.
			 *
			 * @method removeHook
			 * @param {String} hook The hook to remove.
			 * @param {Function} callback The callback function to remove.
			 */
			removeHook : function ( hook, callback ) {
				$( 'body' ).off( 'colormag-control-trigger.' + hook, callback );
			}

		};

		/**
		 * Helper class that contains data for showing and hiding controls.
		 *
		 * @class ColorMagCustomizerToggles
		 */
		ColorMagCustomizerToggles = {

			'colormag_header_image_link' : [],

		};

	}
)( jQuery );
PK�
�[9�H.H.2inc/customizer/core/assets/js/customize-preview.jsnu�[���/**
 * File customizer.js.
 *
 * Theme Customizer enhancements for a better user experience.
 *
 * Contains handlers to make Theme Customizer preview reload changes asynchronously.
 */

/**
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string||array} cssProperty
 * @param {null} unit
 */
function colormagGenerateCSS( controlId, selector, cssProperty, unit = null ) {

	wp.customize( controlId, function( value ) {

		value.bind( function ( newValue ) {
			var cssText = '';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ newValue + unit };`;
					} );
				} else {
					cssText += `${ cssProperty } :  ${ newValue + unit };`;
				}
			} else {
				cssText += `${ cssProperty }: ${ newValue };`;
			}

			jQuery( 'head' ).append( `<style id="${ controlId }">${ selector }{ ${ cssText } }</style>` );
		} );
	} );
}

/**
 * Control that returns either true or false.
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string} classes
 * @param {boolean} removeOnTrue
 */
function colormagAddRemoveCSSClasses(  controlId, selector, classes, removeOnTrue = false  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( newValue ) {

			if ( removeOnTrue ) {

				if ( newValue ) {
					jQuery( selector ).removeClass( classes );
				} else {
					jQuery( selector ).addClass( classes );
				}
			} else {

				if ( newValue ) {
					jQuery( selector ).addClass( classes );
				} else {
					jQuery( selector ).removeClass( classes );
				}
			}
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateDimensionCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( dimension ) {
			var topCSS = ( '' !== dimension.top ) ? dimension.top : 0,
				rightCSS = ( '' !== dimension.right ) ? dimension.right : 0,
				bottomCSS = ( '' !== dimension.bottom ) ? dimension.bottom : 0,
				leftCSS = ( '' !== dimension.left ) ? dimension.left : 0,
				unit = ( '' !== dimension.unit ) ? dimension.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssProperty } : ${ topCSS + unit + ' ' + rightCSS + unit + ' ' + bottomCSS + unit + ' ' + leftCSS + unit } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {

			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}
			var cssText = '';
			var sizeCSS = slider.size;
			var unit = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ sizeCSS + unit  };`;
					} );
				} else {
					cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
				}
			} else {
				cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
			}

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssText } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderWidthCss( controlId, selector, secondarySelector, cssProperty ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {
			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}

			var sizeCSS  = ( '' !== slider.size ) ? slider.size : 0;
			var secondaryCSS = 100 - sizeCSS;
			var unit       = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${controlId}">
							@media screen and (min-width: 992px) {
							${selector}{ ${cssProperty} : ${sizeCSS + unit} }
							${secondarySelector}{ ${cssProperty} : ${secondaryCSS + unit} }
							}
							</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateBackgroundCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( background ) {
			var css;

			jQuery( 'style#' + controlId ).remove();

			css = `${selector}{background-color: ${background['background-color']};background-image: url( ${background['background-image']} );background-attachment: ${background['background-attachment']};background-position: ${background['background-position']};background-size: ${background['background-size']};background-repeat: ${background['background-repeat']};}`;

			jQuery( 'head' ).append( `<style id="${ controlId }">${ css }</style>` );
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateTypographyCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( typography ) {
			var	link              = '',
				fontFamily = '',
				fontWeight = '',
				fontStyle = '',
				fontTransform = '',
				desktopFontSize = '',
				tabletFontSize = '',
				mobileFontSize = '',
				desktopLineHeight = '',
				tabletLineHeight = '',
				mobileLineHeight = '',
				desktopLetterSpacing = '',
				tabletLetterSpacing = '',
				mobileLetterSpacing = '';

			if ( 'object' == typeof typography ) {

				if ( undefined !== typography['font-size'] ) {

					if ( undefined !== typography['font-size']['desktop']['size'] && '' !== typography['font-size']['desktop']['size'] ) {
						desktopFontSize = typography['font-size']['desktop']['size'] + typography['font-size']['desktop']['unit'];
					}

					if ( undefined !== typography['font-size']['tablet']['size'] && '' !== typography['font-size']['tablet']['size'] ) {
						tabletFontSize = typography['font-size']['tablet']['size'] + typography['font-size']['tablet']['unit'];
					}

					if ( undefined !== typography['font-size']['mobile']['size'] && '' !== typography['font-size']['mobile']['size'] ) {
						mobileFontSize = typography['font-size']['mobile']['size'] + typography['font-size']['mobile']['unit'];
					}
				}

				if ( undefined !== typography['line-height'] ) {

					if ( undefined !== typography['line-height']['desktop']['size'] && '' !== typography['line-height']['desktop']['size'] ) {
						const desktopLineHeightUnit = ('-' !== typography['line-height']['desktop']['unit']) ? typography['line-height']['desktop']['unit'] : '';
						desktopLineHeight = typography['line-height']['desktop']['size'] + desktopLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['tablet']['size'] && '' !== typography['line-height']['tablet']['size'] ) {
						const tabletLineHeightUnit = ('-' !== typography['line-height']['tablet']['unit']) ? typography['line-height']['tablet']['unit'] : '';
						tabletLineHeight = typography['line-height']['tablet']['size'] + tabletLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['mobile']['size'] && '' !== typography['line-height']['mobile']['size'] ) {
						const mobileLineHeightUnit = ('-' !== typography['line-height']['mobile']['unit']) ? typography['line-height']['mobile']['unit'] : '';
						mobileLineHeight = typography['line-height']['mobile']['size'] + mobileLineHeightUnit;
					}
				}

				if ( undefined !== typography['letter-spacing'] ) {

					if ( undefined !== typography['letter-spacing']['desktop']['size'] && '' !== typography['letter-spacing']['desktop']['size'] ) {
						const desktopLetterSpacingUnit = ('-' !== typography['letter-spacing']['desktop']['unit']) ? typography['letter-spacing']['desktop']['unit'] : '';
						desktopLetterSpacing = typography['letter-spacing']['desktop']['size'] + desktopLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['tablet']['size'] && '' !== typography['letter-spacing']['tablet']['size'] ) {
						const tabletLetterSpacingUnit = ('-' !== typography['letter-spacing']['tablet']['unit']) ? typography['letter-spacing']['tablet']['unit'] : '';
						tabletLetterSpacing = typography['letter-spacing']['tablet']['size'] + tabletLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['mobile']['size'] && '' !== typography['letter-spacing']['mobile']['size'] ) {
						const mobileLetterSpacingUnit = ('-' !== typography['letter-spacing']['mobile']['unit']) ? typography['letter-spacing']['mobile']['unit'] : '';
						mobileLetterSpacing = typography['letter-spacing']['mobile']['size'] + mobileLetterSpacingUnit;
					}
				}

				if ( undefined !== typography['font-family'] && '' !== typography['font-family'] ) {
					fontFamily = typography['font-family'].split(",")[0];
					fontFamily = fontFamily.replace(/'/g, '');

					if ( fontFamily.includes( 'default' ) || fontFamily.includes( '-apple-system' )  ) {
						fontFamily = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif';
					} else if ( fontFamily.includes( 'Monaco' ) ) {
						fontFamily = 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace';
					} else {
						link = `<link id="${ controlId }" href="https://fonts.googleapis.com/css?family=${ fontFamily }" rel="stylesheet">`;
					}
				}

				if ( undefined !== typography['font-weight'] && '' !== typography['font-weight'] ) {

					if ( colormagIsNumeric( typography['font-weight'] ) ) {
						fontWeight = parseInt( typography['font-weight'] );
					} else {
						fontWeight = 'regular' != typography['font-weight'] ? typography['font-weight'] : 'normal';
					}
				}

				if ( undefined !== typography['font-style'] && '' !== typography['font-style'] ) {
					fontStyle = typography['font-style'];
				}

				if ( undefined !== typography['text-transform'] && '' !== typography['text-transform'] ) {
					fontTransform = typography['text-transform'];
				}

				jQuery( 'style#' + controlId ).remove();
				jQuery('link#' + controlId).remove();

				jQuery('head').append(
					`<style id="${ controlId }">
					${ selector } {
						font-family: ${ fontFamily };
						font-weight: ${ fontWeight };
						font-style: ${ fontStyle };
						text-transform: ${ fontTransform };
						font-size: ${ desktopFontSize };
						line-height: ${ desktopLineHeight };
						letter-spacing: ${ desktopLetterSpacing };
					}
					@media (max-width: 768px) {
						${ selector } {
							font-size: ${ tabletFontSize };
							line-height: ${ tabletLineHeight };
							letter-spacing: ${ tabletLetterSpacing };
						}
					}
					@media (max-width: 600px) {
						${ selector }{
							font-size: ${ mobileFontSize };
							line-height:${ mobileLineHeight };
							letter-spacing: ${ mobileLetterSpacing };
						}
					}
				</style>${ link }`
				);
			}
		} );
	} );
}

/**
 * @param {string} str
 * @returns {boolean}
 */
function colormagIsNumeric( str ) {
	var matches;

	if ( 'string' !== typeof str ) {
		return false;
	}

	matches = str.match(/\d+/g);

	return null !== matches;
}
PK�
�[���L��8inc/customizer/core/assets/js/customizer-controls.min.jsnu�[���!function(o){var n=wp.customize;ColorMagCustomizer={controls:{},init:function(){ColorMagCustomizer._initToggles()},_initToggles:function(){ColorMagControlTrigger.triggerHook("colormag-toggle-control",n),o.each(ColorMagCustomizerToggles,(function(t,i){n(t,(function(t){o.each(i,(function(i,r){o.each(r.controls,(function(o,i){n.control(i,(function(o){var n=function(n){o.container.toggle(r.callback(n))};n(t.get()),t.bind(n)}))}))}))}))}))}},o((function(){ColorMagCustomizer.init()}))}(jQuery);PK�
�[P�~dx
x
:inc/customizer/core/assets/js/customizer-dependency.min.jsnu�[���!function(o){"use strict";var e=wp.customize,n={controls:{},init:function(){var o=this;o.handleDependency(),o.hideEmptySections(),e.bind("change",(function(e,n){o.hasDependentControls(e.id)&&(o.handleDependency(),o.hideEmptySections())}))},handleDependency:function(){var o=this,n=e.get();o.checked_controls={},_.each(n,(function(n,i){var r=e.control(i);o.checkControlVisibility(r,i)}))},checkControlVisibility:function(o,n){var i=e.get();if(!_.isUndefined(o)&&void 0!==ColorMagCustomizerControlsToggle[n]){var r=!1,t=ColorMagCustomizerControlsToggle[n],s=_.isUndefined(t.conditions)?t:t.conditions,a=_.isUndefined(t.operator)?"AND":t.operator;void 0!==s&&(r=this.checkDependency(s,i,a),this.checked_controls[n]=r,r?o.container.removeClass("colormag-hide"):o.container.addClass("colormag-hide"))}},checkDependency:function(n,i,r){var t=this,s=!0,a=!1,c=n[0];if(_.isString(c)){var l,d=n[1],g=n[2];if(!_.isUndefined(ColorMagCustomizerControlsToggle[c])){n=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions;var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(n))if(t.checkDependency(n,i,C))e.control(c).container.removeClass("colormag-hide");else if(a=!0,s=!1,"AND"==r)return}_.isUndefined(i[c])||a||!s||(l=i[c],s=t.compareValues(l,d,g))}else _.isArray(c)&&(o.each(n,(function(o,n){var c=n[0],l=n[1],d=n[2],g=_.isUndefined(i[c])?"":i[c];if(void 0!==ColorMagCustomizerControlsToggle[c]){var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions,u=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(C))if(t.checkDependency(C,i,u))s=!0,e.control(c).container.removeClass("colormag-hide");else if(s=!1,"AND"==r)return}else s=!0;if(s)if("AND"==r){if(!t.compareValues(g,l,d))return s=!1,!1}else t.compareValues(g,l,d)?(a=!0,s=!0):s=!1})),a&&"OR"==r&&(s=!0));return s},compareValues:function(e,n,i){var r=!1;switch(n){case"===":r=e===i;break;case">":r=e>i;break;case"<":r=e<i;break;case"<=":r=e<=i;break;case">=":r=e>=i;break;case"!=":r=e!=i;break;case"empty":var t=_.clone(e);_.isObject(t)||_.isArray(t)?(_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!!_.isEmpty(t)):r=!(!_.isNull(t)&&""!=t);break;case"not_empty":t=_.clone(e);(_.isObject(t)||_.isArray(t))&&_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!_.isEmpty(t);break;case"contains":_.isArray(e)&&-1!==o.inArray(i,e)&&(r=!0);break;default:r=_.isArray(i)?!_.isEmpty(i)&&!_.isEmpty(e)&&_.contains(i,e):e==i}return r},hideEmptySections:function(){o("ul.accordion-section.control-section-colormag_section").each((function(){var e=o(this).attr("id"),n=!1,i=o(this).find(" > .customize-control");i.length>0&&(i.each((function(){o(this).hasClass("colormag-hide")||"none"==o(this).css("display")||(n=!0)})),n?o('.control-section[aria-owns="'+e+'"]').removeClass("colormag-hide"):o('.control-section[aria-owns="'+e+'"]').addClass("colormag-hide"))}))},hasDependentControls:function(e){var n=!1;return o.each(ColorMagCustomizerControlsToggle,(function(i,r){if(_.isUndefined(r.conditions)){var t=r[0];if(e==t)return void(n=!0)}else{var s=r.conditions;o.each(s,(function(o,i){var r=i[0];e!=r||(n=!0)}))}})),n}};o((function(){n.init()}))}(jQuery);PK�
�[��?���<inc/customizer/core/assets/css/extend-customizer.min-rtl.cssnu�[���a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;left:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;left:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:right;line-height:0;margin:0;padding-left:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-right:-12px;margin-left:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-right:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-right-color:#0073aa;color:#fff !important;padding:0;border-right-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-right:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-right:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 10px 11px 12px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-right:10px;border-color:#ebebeb;color:#444;font-weight:600;border-right-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}PK�
�[�V��P#P#8inc/customizer/core/assets/css/extend-customizer-rtl.cssnu�[���a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	left: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	left: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: right;
	line-height: 0;
	margin: 0;
	padding-left: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-right: -12px;
	margin-left: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-right-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-right-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-right: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-right: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 10px 11px 12px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-right: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-right-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}
PK�
�[/&O��8inc/customizer/core/assets/css/extend-customizer.min.cssnu�[���a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;right:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;right:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:left;line-height:0;margin:0;padding-right:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-left:-12px;margin-right:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-left:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-left-color:#0073aa;color:#fff !important;padding:0;border-left-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-left:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-left:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 12px 11px 10px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-left:10px;border-color:#ebebeb;color:#444;font-weight:600;border-left-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}PK�
�[i�iJ#J#4inc/customizer/core/assets/css/extend-customizer.cssnu�[���a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	right: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	right: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: left;
	line-height: 0;
	margin: 0;
	padding-right: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-left: -12px;
	margin-right: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-left-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-left-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-left: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-left: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 12px 11px 10px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-left: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-left-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}
PK�
�[�j����6inc/customizer/core/assets/scss/extend-customizer.scssnu�[���@import "../../custom-controls/assets/scss/variables";

a{
	color:$color-blue;
	&:focus{
		box-shadow: 0 0 0 1px rgba($color-blue,0.8);
	}
}
.button{
	background: $color-light-gray;
	border-color: $color-blue;
	color:$color-blue;
	font-weight: 600;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);

	&:hover{
		background: $color-white;
		color:$color-blue;
	}
}

.select2-container--default{
	.select2-selection--single{
		height: 32px;

		.select2-selection__arrow{
			b{
				margin-top: 0;
			}
		}
	}


}
.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description {

	.colormag-section-description {

		ul {
			margin: 0;

			> li {
				list-style: none;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		a {
			font-style: italic;
		}
	}
}
.customize-control {
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;

	&.customize-control-colormag-typography {
		select {
			font-size: 13px;
		}
	}

	&.customize-control-colormag-upgrade {
		margin-top: 12px;
		padding: 12px;
		border-radius : 8px;
		border: 1px solid $color-light-gray;
	}

	&.customize-control-colormag-title {
		padding: 12px;

		.customize-control-title {
			color: $color-blue;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 0px;
		}
	}

	.customize-control-title {
		font-size: 13px;
		color: $color-black;
		line-height: 1.5;
		font-weight: 400;
	}

	.colormag-control-tooltip {
		position: absolute;
		right: 10px;
		top: 9px;

		&:hover {
			cursor: pointer;
		}
	}

	.attachment-media-view{
		.button-add-media{
			background: $color-light-gray;
			&:hover{
				background: $color-white;
			}
		}
	}

	select,
	input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
	.select2-selection--single{
		border-color:$color-light-gray;
		border-radius: 2px;

		&:hover {
			border-color:$color-dark-gray;
		}

		&:focus {
			border-color:$color-blue;
			box-shadow: 0 0 0 0 #2271b1;
			outline: 0 solid transparent;
		}
	}

	.customize-inside-control-row {
		padding-bottom: 0;
		padding-top: 0;
	}

	&.customize-control-radio,
	&.customize-control-checkbox {
		.customize-inside-control-row {
			padding-bottom: 6px;
			padding-top: 6px;
		}
	}

	&.has-responsive-switchers {

		.responsive-switchers {
			position: unset;
			right: 0;
			top: -3px;
			width: 26px;
			display: flex;
			overflow: hidden;
			transition: all 0.3s;

			&:hover {
				width: 78px;

				li {
					display: block;
				}
			}

			li {
				float: left;
				line-height: 0;
				margin: 0;
				padding-right:2px;
				display: none;

				&.active {
					display: block;

					button	{
						color: $color-blue;
					}
				}

				button {
					background: transparent;
					border: none;
					color: rgba($color-black, 0.5);
					cursor: pointer;
					outline: none;
					padding: 2px;

					i {
						font-size: 14px;
						line-height: 20px;
					}
				}
			}
		}

		.control-wrap {

			&:not(.active) {
				display: none;
				width: 100%;
			}
		}
	}
}

#customize-theme-controls {

	.in-sub-panel & {

		.customize-pane-child.current-panel-parent {
			transform: translateX(-100%);
		}
	}

	.customize-pane-child.current-section-parent {
		transform: translateX(-100%);
	}

	.control-section {

		&.open {
			height: 100%;
		}

		&.control-section-colormag_section {

			.accordion-section {
				margin-left: -12px;
				margin-right: -12px;
			}

			.accordion-section-title {
				background-color: $color-white;
				border-bottom: 1px solid $color-light-gray;
				border-left: 2px solid $color-light-gray;
				color: $color-black;
				transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
			}

			.accordion-section-title:after {
				color: #AEAEAE;
			}

			.accordion-section-title:hover:after {
				color: $color-blue;
			}
		}
	}
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio{
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section {

	h3 {

		&.accordion-section-title {
			background-color: $color-blue !important;
			border-left-color: #0073aa;
			color: #fff !important;
			padding: 0;
			border-left-width: 2px;

			a {
				color: #fff;
				display: block;
				padding: 8px 0;
				text-decoration: none;
				line-height: 1.2;

				&:focus {
					box-shadow : none;
				}
			}

			&:after {
				color: #fff !important;
			}
		}

		a {

			&::after {
				color: #fff;
			}
		}
	}
}

#customize-theme-controls {
	.control-section-colormag-upsell-section {
		.accordion-section-title {
			border: none;
			border-left: 2px solid $color-dark-blue;

			&:hover,
			&:focus {
				border-left: 2px solid $color-dark-blue !important;
			}
		}
	}

	.control-panel-colormag_panel,
	.control-section-colormag_section {
		.accordion-section-title {
			padding: 11px 12px 11px 10px;
			line-height: 1.2;

			&:after {
				color: $color-dark-gray;
				font-size: 20px;
				top: calc(50% - 9px);
			}

			&:hover,
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}

	.accordion-section-title {
		padding-left: 10px;
		border-color:$color-light-gray;
		color: $color-black;
		font-weight: 600;
		border-left-width: 2px;

		&:hover,
		&:focus {
			background: #FAFAFA;
			color: $color-black;
			border-left: 2px solid $color-blue;
		}

		&:after {
			color: $color-dark-gray;
			font-size: 20px;
			top: calc(50% - 9px);
		}
	}
}

#customize-controls {
	.control-section {
		&:hover {
			>.accordion-section-title {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
		.accordion-section-title {
			&:hover {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}
}
PK�
�[?�^���;inc/customizer/core/class-colormag-customizer-callbacks.phpnu�[���<?php
/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_FrameWork_Callbacks
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_Callbacks
 */
class ColorMag_Customizer_Callbacks {

}
PK�
�[u����$inc/customizer/override-defaults.phpnu�[���<?php
/**
 * Override default customizer panels, sections, settings or controls.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Override Sections.
 */
/**
 * Override controls.
 */
// Outside container > background control.
$wp_customize->get_control( 'background_color' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_color' )->priority = 90;
$wp_customize->get_control( 'background_color' )->type = 'colormag-color';

$wp_customize->get_control( 'background_image' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_image' )->priority = 100;

$wp_customize->get_control( 'background_preset' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_preset' )->priority = 110;

$wp_customize->get_control( 'background_position' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_position' )->priority = 120;

$wp_customize->get_control( 'background_size' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_size' )->priority = 130;

$wp_customize->get_control( 'background_repeat' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_repeat' )->priority = 140;

$wp_customize->get_control( 'background_attachment' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_attachment' )->priority = 150;


// Site Identity.
$wp_customize->get_control( 'custom_logo' )->priority     = 20;
$wp_customize->get_control( 'site_icon' )->priority       = 40;
$wp_customize->get_control( 'blogname' )->priority        = 60;
$wp_customize->get_control( 'blogdescription' )->priority = 145;

$wp_customize->get_section( 'header_image' )->panel    = 'colormag_header_panel';
$wp_customize->get_section( 'header_image' )->priority = 100;

// Override Settings.
$wp_customize->get_setting( 'blogname' )->transport        = 'postMessage';
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';

if ( isset( $wp_customize->selective_refresh ) ) {
	$wp_customize->selective_refresh->add_partial(
		'blogname',
		array(
			'selector'        => '.cm-site-title a',
			'render_callback' => array(
				'ColorMag_Customizer_Partials',
				'render_customize_partial_blogname',
			),
		)
	);

	$wp_customize->selective_refresh->add_partial(
		'blogdescription',
		array(
			'selector'        => '.cm-site-description',
			'render_callback' => array(
				'ColorMag_Customizer_Partials',
				'render_customize_partial_blogdescription',
			),
		)
	);
}

/*
 * Modify WooCommerce default section priorities
*/
if ( class_exists( 'WooCommerce' ) ) {
	$wp_customize->get_panel( 'woocommerce' )->priority = 70;
}
PK�
�[��K7�)�)Einc/customizer/class-colormag-customizer-register-sections-panels.phpnu�[���<?php
/**
 * Class to register panels and sections for customize options.
 *
 * Class ColorMag_Customize_Register_Section_Panels
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to register panels and sections for customize options.
 *
 * Class ColorMag_Customize_Register_Section_Panels
 */
class ColorMag_Customize_Register_Section_Panels extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Panels.
			 */
			array(
				'name'     => 'colormag_global_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Global', 'colormag' ),
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_front_page_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Front Page', 'colormag' ),
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_header_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Header & Navigation', 'colormag' ),
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_content_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Content', 'colormag' ),
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Footer', 'colormag' ),
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_additional_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Additional', 'colormag' ),
				'priority' => 60,
			),

			// Separator.
			array(
				'name'             => 'separator',
				'type'             => 'section',
				'priority'         => 80,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			/**
			 * Global.
			 */
			// Colors.
			array(
				'name'     => 'colormag_global_colors_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Colors', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 10,
			),

			//Category Colors.
			array(
				'name'     => 'colormag_category_colors_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Category Colors', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 20,
			),

			// Container.
			array(
				'name'     => 'colormag_global_container_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Container', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 30,
			),

			// Sidebar.
			array(
				'name'     => 'colormag_global_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 40,
			),

			// Typography.
			array(
				'name'     => 'colormag_global_typography_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Typography', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_button_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Button', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 51,
			),

			array(
				'name'     => 'colormag_site_layout_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Site Layout', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_sidebar_layout_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar Layout', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_container_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Container', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_base_typography_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Base', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_typography_section',
				'priority' => 10,
			),

			/**
			 * Front Page.
			 */
			array(
				'name'     => 'colormag_front_page_general_section',
				'type'     => 'section',
				'title'    => esc_html__( 'General', 'colormag' ),
				'panel'    => 'colormag_front_page_panel',
				'priority' => 0,
			),

			/**
			 * Header.
			 */
			array(
				'name'     => 'colormag_top_bar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Top Bar', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_news_ticker_section',
				'type'     => 'section',
				'title'    => esc_html__( 'News Ticker', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 20,
			),

			array(
				'name'             => 'colormag_top_bar_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 30,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'title_tagline',
				'type'     => 'section',
				'title'    => esc_html__( 'Site Identity', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_primary_header_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Main Header', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_primary_menu_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Primary Menu', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 60,
			),

			array(
				'name'             => 'colormag_primary_menu_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 70,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_header_action_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Header Action', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 80,
			),

			array(
				'name'             => 'colormag_header_media_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 90,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'             => 'colormag_breadcrumb_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 100,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_breadcrumb_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Breadcrumb', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 110,
			),

			array(
				'name'             => 'colormag_sticky_header_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 120,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_sticky_header_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sticky Header', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 130,
			),

			/**
			 * Content.
			 */
			array(
				'name'     => 'colormag_blog_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Blog', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_single_post_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Single Post', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_post_meta_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Post Meta', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_page_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Page', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 50,
			),

			/**
			 * Footer.
			 */
			array(
				'name'     => 'colormag_footer_column_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Footer Column', 'colormag' ),
				'panel'    => 'colormag_footer_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_bar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Footer Bar', 'colormag' ),
				'panel'    => 'colormag_footer_panel',
				'priority' => 20,
			),

			/**
			 * Additional.
			 */
			array(
				'name'     => 'colormag_social_icons_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Social Icons', 'colormag' ),
				'panel'    => 'colormag_additional_panel',
				'priority' => 20,
			),

			/**
			 * WooCommerce.
			 */
			array(
				'name'     => 'colormag_woocommerce_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'woocommerce',
				'priority' => 30,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Register_Section_Panels();
PK�
�[�)�3YY5inc/customizer/class-colormag-customizer-partials.phpnu�[���<?php
/**
 * ColorMag customizer class for theme customize partials.
 *
 * Class ColorMag_Customizer_Partials
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize partials.
 *
 * Class ColorMag_Customizer_Partials
 */
class ColorMag_Customizer_Partials {

	/**
	 * Render the date in the header for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_current_date() {

		// Return if date display is disabled.
		if ( false == get_theme_mod( 'colormag_date_display', false ) ) {
			return;
		}
		?>

		<div class="date-in-header">
			<?php
			if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( 'l, F j, Y' ) );
			} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( get_option( 'date_format' ) ) );
			}
			?>
		</div>

		<?php
	}

	/**
	 * Render the breaking news display type for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_date_display_type() {

		// Return if date display option is not enabled.
		if ( false == get_theme_mod( 'colormag_date_display', false ) ) {
			return;
		}

		if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
			echo esc_html( date_i18n( 'l, F j, Y' ) );
		} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
			echo esc_html( date_i18n( get_option( 'date_format' ) ) );
		}

	}

	/**
	 * Render the random post for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_random_post() {

		// Bail out if random post in menu is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_random_post', 0 ) ) {
			return;
		}

		$get_random_post = new WP_Query(
			array(
				'posts_per_page'         => 1,
				'post_type'              => 'post',
				'ignore_sticky_posts'    => true,
				'orderby'                => 'rand',
				'no_found_rows'          => true,
				'update_post_meta_cache' => false,
				'update_post_term_cache' => false,
			)
		);
		?>

		<div class="cm-random-post">
			<?php
			while ( $get_random_post->have_posts() ) :
				$get_random_post->the_post();
				?>
				<a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'View a random post', 'colormag' ); ?>"><i
							class="fa fa-random"></i></a>
			<?php endwhile; ?>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

	/**
	 * Render the site title for the selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_customize_partial_blogname() {
		bloginfo( 'name' );
	}

	/**
	 * Render the site tagline for the selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_customize_partial_blogdescription() {
		bloginfo( 'description' );
	}

}
PK�
�[��4�hh0inc/customizer/assets/js/cm-customize-preview.jsnu�[���/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 *
 */

colormagGenerateCSS( 'colormag_site_title_color', '.cm-site-title a', 'color' );
colormagGenerateCSS( 'colormag_site_title_hover_color', '.cm-site-title a:hover', 'color' );
colormagGenerateCSS( 'colormag_site_tagline_color', '.cm-site-description', 'color' );
colormagGenerateTypographyCSS( 'colormag_base_typography', 'body, button, input, select, textarea, blockquote p, .entry-meta, .more-link, dl, .previous a, .next a, .nav-previous a, .nav-next a, #respond h3#reply-title #cancel-comment-reply-link, #respond form input[type="text"], #respond form textarea, .cm-secondary .widget, .error-404 .widget, .cm-entry-summary p' );
colormagGenerateTypographyCSS( 'colormag_headings_typography', 'h1, h2, h3 ,h4, h5, h6' );
colormagGenerateTypographyCSS( 'colormag_h1_typography', 'h1' );
colormagGenerateTypographyCSS( 'colormag_h2_typography', 'h2' );
colormagGenerateTypographyCSS( 'colormag_h3_typography', 'h3' );
colormagGenerateTypographyCSS( 'colormag_h4_typography', 'h4' );
colormagGenerateTypographyCSS( 'colormag_h5_typography', 'h5' );
colormagGenerateTypographyCSS( 'colormag_h6_typography', 'h6' );
colormagGenerateTypographyCSS( 'colormag_blog_post_title_typography', '.cm-entry-title' );
colormagGenerateTypographyCSS( 'colormag_site_title_typography', '.cm-site-title' );
colormagGenerateTypographyCSS( 'colormag_site_tagline_typography', '.cm-site-description' );
colormagGenerateTypographyCSS( 'colormag_primary_menu_typography', '.cm-primary-nav ul li a' );
colormagGenerateTypographyCSS( 'colormag_primary_sub_menu_typography', '.cm-primary-nav ul li ul li a' );
colormagGenerateSliderCSS( 'colormag_primary_menu_top_border_width', '#cm-primary-nav', 'border-top-width' );
colormagGenerateCSS( 'colormag_button_color', '.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link', 'color' );
colormagGenerateCSS( 'colormag_button_hover_color', '.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link span:hover, .wp-block-button__link:hover', 'color' );
colormagGenerateCSS( 'colormag_button_background_color', '.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button__link', 'background-color' );
colormagGenerateCSS( 'colormag_button_background_hover_color', '.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link:hover, .wp-block-button__link:hover', 'background-color' );
colormagGenerateDimensionCSS( 'colormag_button_dimension_padding', '.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'padding' );
colormagGenerateSliderCSS( 'colormag_button_border_radius', '.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'border-radius' );
colormagGenerateSliderWidthCss( 'colormag_sidebar_width', '.cm-secondary', '.cm-primary', 'width' );

( function ( $ ) {

	// Site title.
	wp.customize(
		'blogname',
		function ( value ) {
			value.bind(
				function ( to ) {
					$( '#site-title a' ).text( to );
				}
			);
		}
	);

	// Site description.
	wp.customize(
		'blogdescription',
		function ( value ) {
			value.bind(
				function ( to ) {
					$( '#site-description' ).text( to );
				}
			);
		}
	);

	// Header display type.
	wp.customize(
		'colormag_header_display_type',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var display_type = layout;

					if ( display_type === 'type_two' ) {
						$( 'body' ).removeClass( 'header_display_type_two' ).addClass( 'header_display_type_one' );
					} else if ( display_type === 'type_three' ) {
						$( 'body' ).removeClass( 'header_display_type_one' ).addClass( 'header_display_type_two' );
					} else if ( display_type === 'type_one' ) {
						$( 'body' ).removeClass( 'header_display_type_one header_display_type_two' );
					}
				}
			);
		}
	);

	// Site Layout Option.
	wp.customize(
		'colormag_container_layout',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var site_layout = layout;

					if ( 'wide' === site_layout ) {
						$( 'body' ).removeClass( 'boxed' ).addClass( 'wide' );
					} else if ( 'boxed' === site_layout ) {
						$( 'body' ).removeClass( 'wide' ).addClass( 'boxed' );
					}
				}
			);
		}
	);

	// Footer copyright alignment.
	wp.customize(
		'colormag_footer_bar_alignment',
		function ( value ) {
			value.bind(
				function ( alignment ) {
					var alignment_type = alignment;

					if ( alignment_type === 'left' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-2 cm-footer-bar-style-3' ).addClass( 'cm-footer-bar-style-1' );
					} else if ( alignment_type === 'right' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-1 cm-footer-bar-style-3' ).addClass( 'cm-footer-bar-style-2' );
					} else if ( alignment_type === 'center' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-1 cm-footer-bar-style-2' ).addClass( 'cm-footer-bar-style-3' );
					}
				}
			);
		}
	);

	// Footer Main Area Display Type.
	wp.customize(
		'colormag_main_footer_layout',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var display_type = layout;

					if ( display_type === 'layout-2' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic-bordered' ).addClass( 'colormag-footer--classic' );
					} else if ( display_type === 'layout-3' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic' ).addClass( 'colormag-footer--classic-bordered' );
					} else if ( display_type === 'layout-1' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic colormag-footer--classic-bordered' );
					}
				}
			);
		}
	);

} )( jQuery );
PK�
�[�����4inc/customizer/assets/js/cm-customize-preview.min.jsnu�[���colormagGenerateCSS("colormag_site_title_color",".cm-site-title a","color"),colormagGenerateCSS("colormag_site_title_hover_color",".cm-site-title a:hover","color"),colormagGenerateCSS("colormag_site_tagline_color",".cm-site-description","color"),colormagGenerateTypographyCSS("colormag_base_typography",'body, button, input, select, textarea, blockquote p, .entry-meta, .more-link, dl, .previous a, .next a, .nav-previous a, .nav-next a, #respond h3#reply-title #cancel-comment-reply-link, #respond form input[type="text"], #respond form textarea, .cm-secondary .widget, .error-404 .widget, .cm-entry-summary p'),colormagGenerateTypographyCSS("colormag_headings_typography","h1, h2, h3 ,h4, h5, h6"),colormagGenerateTypographyCSS("colormag_h1_typography","h1"),colormagGenerateTypographyCSS("colormag_h2_typography","h2"),colormagGenerateTypographyCSS("colormag_h3_typography","h3"),colormagGenerateTypographyCSS("colormag_h4_typography","h4"),colormagGenerateTypographyCSS("colormag_h5_typography","h5"),colormagGenerateTypographyCSS("colormag_h6_typography","h6"),colormagGenerateTypographyCSS("colormag_blog_post_title_typography",".cm-entry-title"),colormagGenerateTypographyCSS("colormag_site_title_typography",".cm-site-title"),colormagGenerateTypographyCSS("colormag_site_tagline_typography",".cm-site-description"),colormagGenerateTypographyCSS("colormag_primary_menu_typography",".cm-primary-nav ul li a"),colormagGenerateTypographyCSS("colormag_primary_sub_menu_typography",".cm-primary-nav ul li ul li a"),colormagGenerateSliderCSS("colormag_primary_menu_top_border_width","#cm-primary-nav","border-top-width"),colormagGenerateCSS("colormag_button_color",'.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link',"color"),colormagGenerateCSS("colormag_button_hover_color",'.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link span:hover, .wp-block-button__link:hover',"color"),colormagGenerateCSS("colormag_button_background_color",'.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button__link',"background-color"),colormagGenerateCSS("colormag_button_background_hover_color",'.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link:hover, .wp-block-button__link:hover',"background-color"),colormagGenerateDimensionCSS("colormag_button_dimension_padding",'.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"padding"),colormagGenerateSliderCSS("colormag_button_border_radius",'.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"border-radius"),colormagGenerateSliderWidthCss("colormag_sidebar_width",".cm-secondary",".cm-primary","width"),function(o){wp.customize("blogname",(function(e){e.bind((function(e){o("#site-title a").text(e)}))})),wp.customize("blogdescription",(function(e){e.bind((function(e){o("#site-description").text(e)}))})),wp.customize("colormag_header_display_type",(function(e){e.bind((function(e){var t=e;"type_two"===t?o("body").removeClass("header_display_type_two").addClass("header_display_type_one"):"type_three"===t?o("body").removeClass("header_display_type_one").addClass("header_display_type_two"):"type_one"===t&&o("body").removeClass("header_display_type_one header_display_type_two")}))})),wp.customize("colormag_container_layout",(function(e){e.bind((function(e){var t=e;"wide"===t?o("body").removeClass("boxed").addClass("wide"):"boxed"===t&&o("body").removeClass("wide").addClass("boxed")}))})),wp.customize("colormag_footer_bar_alignment",(function(e){e.bind((function(e){var t=e;"left"===t?o(".cm-footer-bar").removeClass("cm-footer-bar-style-2 cm-footer-bar-style-3").addClass("cm-footer-bar-style-1"):"right"===t?o(".cm-footer-bar").removeClass("cm-footer-bar-style-1 cm-footer-bar-style-3").addClass("cm-footer-bar-style-2"):"center"===t&&o(".cm-footer-bar").removeClass("cm-footer-bar-style-1 cm-footer-bar-style-2").addClass("cm-footer-bar-style-3")}))})),wp.customize("colormag_main_footer_layout",(function(e){e.bind((function(e){var t=e;"layout-2"===t?o("#cm-footer").removeClass("colormag-footer--classic-bordered").addClass("colormag-footer--classic"):"layout-3"===t?o("#cm-footer").removeClass("colormag-footer--classic").addClass("colormag-footer--classic-bordered"):"layout-1"===t&&o("#cm-footer").removeClass("colormag-footer--classic colormag-footer--classic-bordered")}))}))}(jQuery);PK�
�[��?���7inc/customizer/assets/css/extend-customizer.min-rtl.cssnu�[���a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;left:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;left:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:right;line-height:0;margin:0;padding-left:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-right:-12px;margin-left:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-right:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-right-color:#0073aa;color:#fff !important;padding:0;border-right-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-right:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-right:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 10px 11px 12px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-right:10px;border-color:#ebebeb;color:#444;font-weight:600;border-right-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}PK�
�[
 dc�!�!3inc/customizer/assets/css/extend-customizer-rtl.cssnu�[���a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	left: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	left: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: right;
	line-height: 0;
	margin: 0;
	padding-left: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-right: -12px;
	margin-left: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-right-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-right-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-right: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-right: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 10px 11px 12px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-right: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-right-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}
PK�
�[/&O��3inc/customizer/assets/css/extend-customizer.min.cssnu�[���a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;right:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;right:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:left;line-height:0;margin:0;padding-right:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-left:-12px;margin-right:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-left:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-left-color:#0073aa;color:#fff !important;padding:0;border-left-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-left:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-left:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 12px 11px 10px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-left:10px;border-color:#ebebeb;color:#444;font-weight:600;border-left-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}PK�
�[⃂�!�!/inc/customizer/assets/css/extend-customizer.cssnu�[���a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	right: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	right: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: left;
	line-height: 0;
	margin: 0;
	padding-right: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-left: -12px;
	margin-right: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-left-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-left-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-left: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-left: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 12px 11px 10px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-left: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-left-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}
PK�
�[�j����1inc/customizer/assets/scss/extend-customizer.scssnu�[���@import "../../custom-controls/assets/scss/variables";

a{
	color:$color-blue;
	&:focus{
		box-shadow: 0 0 0 1px rgba($color-blue,0.8);
	}
}
.button{
	background: $color-light-gray;
	border-color: $color-blue;
	color:$color-blue;
	font-weight: 600;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);

	&:hover{
		background: $color-white;
		color:$color-blue;
	}
}

.select2-container--default{
	.select2-selection--single{
		height: 32px;

		.select2-selection__arrow{
			b{
				margin-top: 0;
			}
		}
	}


}
.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description {

	.colormag-section-description {

		ul {
			margin: 0;

			> li {
				list-style: none;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		a {
			font-style: italic;
		}
	}
}
.customize-control {
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;

	&.customize-control-colormag-typography {
		select {
			font-size: 13px;
		}
	}

	&.customize-control-colormag-upgrade {
		margin-top: 12px;
		padding: 12px;
		border-radius : 8px;
		border: 1px solid $color-light-gray;
	}

	&.customize-control-colormag-title {
		padding: 12px;

		.customize-control-title {
			color: $color-blue;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 0px;
		}
	}

	.customize-control-title {
		font-size: 13px;
		color: $color-black;
		line-height: 1.5;
		font-weight: 400;
	}

	.colormag-control-tooltip {
		position: absolute;
		right: 10px;
		top: 9px;

		&:hover {
			cursor: pointer;
		}
	}

	.attachment-media-view{
		.button-add-media{
			background: $color-light-gray;
			&:hover{
				background: $color-white;
			}
		}
	}

	select,
	input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
	.select2-selection--single{
		border-color:$color-light-gray;
		border-radius: 2px;

		&:hover {
			border-color:$color-dark-gray;
		}

		&:focus {
			border-color:$color-blue;
			box-shadow: 0 0 0 0 #2271b1;
			outline: 0 solid transparent;
		}
	}

	.customize-inside-control-row {
		padding-bottom: 0;
		padding-top: 0;
	}

	&.customize-control-radio,
	&.customize-control-checkbox {
		.customize-inside-control-row {
			padding-bottom: 6px;
			padding-top: 6px;
		}
	}

	&.has-responsive-switchers {

		.responsive-switchers {
			position: unset;
			right: 0;
			top: -3px;
			width: 26px;
			display: flex;
			overflow: hidden;
			transition: all 0.3s;

			&:hover {
				width: 78px;

				li {
					display: block;
				}
			}

			li {
				float: left;
				line-height: 0;
				margin: 0;
				padding-right:2px;
				display: none;

				&.active {
					display: block;

					button	{
						color: $color-blue;
					}
				}

				button {
					background: transparent;
					border: none;
					color: rgba($color-black, 0.5);
					cursor: pointer;
					outline: none;
					padding: 2px;

					i {
						font-size: 14px;
						line-height: 20px;
					}
				}
			}
		}

		.control-wrap {

			&:not(.active) {
				display: none;
				width: 100%;
			}
		}
	}
}

#customize-theme-controls {

	.in-sub-panel & {

		.customize-pane-child.current-panel-parent {
			transform: translateX(-100%);
		}
	}

	.customize-pane-child.current-section-parent {
		transform: translateX(-100%);
	}

	.control-section {

		&.open {
			height: 100%;
		}

		&.control-section-colormag_section {

			.accordion-section {
				margin-left: -12px;
				margin-right: -12px;
			}

			.accordion-section-title {
				background-color: $color-white;
				border-bottom: 1px solid $color-light-gray;
				border-left: 2px solid $color-light-gray;
				color: $color-black;
				transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
			}

			.accordion-section-title:after {
				color: #AEAEAE;
			}

			.accordion-section-title:hover:after {
				color: $color-blue;
			}
		}
	}
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio{
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section {

	h3 {

		&.accordion-section-title {
			background-color: $color-blue !important;
			border-left-color: #0073aa;
			color: #fff !important;
			padding: 0;
			border-left-width: 2px;

			a {
				color: #fff;
				display: block;
				padding: 8px 0;
				text-decoration: none;
				line-height: 1.2;

				&:focus {
					box-shadow : none;
				}
			}

			&:after {
				color: #fff !important;
			}
		}

		a {

			&::after {
				color: #fff;
			}
		}
	}
}

#customize-theme-controls {
	.control-section-colormag-upsell-section {
		.accordion-section-title {
			border: none;
			border-left: 2px solid $color-dark-blue;

			&:hover,
			&:focus {
				border-left: 2px solid $color-dark-blue !important;
			}
		}
	}

	.control-panel-colormag_panel,
	.control-section-colormag_section {
		.accordion-section-title {
			padding: 11px 12px 11px 10px;
			line-height: 1.2;

			&:after {
				color: $color-dark-gray;
				font-size: 20px;
				top: calc(50% - 9px);
			}

			&:hover,
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}

	.accordion-section-title {
		padding-left: 10px;
		border-color:$color-light-gray;
		color: $color-black;
		font-weight: 600;
		border-left-width: 2px;

		&:hover,
		&:focus {
			background: #FAFAFA;
			color: $color-black;
			border-left: 2px solid $color-blue;
		}

		&:after {
			color: $color-dark-gray;
			font-size: 20px;
			top: calc(50% - 9px);
		}
	}
}

#customize-controls {
	.control-section {
		&:hover {
			>.accordion-section-title {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
		.accordion-section-title {
			&:hover {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}
}
PK�
�[�5�r��Yinc/customizer/options/front-page/class-colormag-customize-front-page-general-options.phpnu�[���<?php
/**
 * Class to include Front Page General customize options.
 *
 * Class ColorMag_Customize_Front_Page_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Front Page customize options.
 *
 * Class ColorMag_Customize_Front_Page_Options
 */
class ColorMag_Customize_Front_Page_General_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			// Front page posts/pages display option.
			array(
				'name'     => 'colormag_hide_blog_static_page_post',
				'default'  => false,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Hide blog posts/static page', 'colormag' ),
				'section'  => 'colormag_front_page_general_section',
				'priority' => 10,
			),

			array(
				'name'        => 'colormag_front_page_general_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_front_page_general_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Front_Page_General_Options();
PK�
�[�m��Jinc/customizer/options/global/class-colormag-customize-sidebar-options.phpnu�[���<?php
/**
 * Class to include Sidebar customize options.
 *
 * Class ColorMag_Customize_Sidebar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Sidebar customize options.
 *
 * Class ColorMag_Customize_Sidebar_Options
 */
class ColorMag_Customize_Sidebar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// General title.
			array(
				'name'     => 'colormag_sidebar_general_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 10,
			),

			array(
				'name'        => 'colormag_sidebar_width',
				'default'     => array(
					'size' => 30,
					'unit' => '%',
				),
				'suffix'      => array( '%' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_global_sidebar_section',
				'transport'   => 'postMessage',
				'priority'    => 10,
				'input_attrs' => array(
					'%' => array(
						'min'  => 15,
						'max'  => 80,
						'step' => 1,
					),
				),
			),

			// Layout title.
			array(
				'name'     => 'colormag_sidebar_layout_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Layout', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 10,
			),

			// Default layout heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Default Layout', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 20,
			),

			// Default layout option.
			array(
				'name'      => 'colormag_default_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 30,
			),

			// Default layout pages heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_pages_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Default layout for pages only', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 40,
			),

			// Default layout for pages only option.
			array(
				'name'      => 'colormag_page_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 50,
			),

			// Default layout post heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_post_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Default layout for single posts only', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 60,
			),

			// Default layout for single posts page only option.
			array(
				'name'      => 'colormag_post_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 70,
			),

			array(
				'name'        => 'colormag_sidebar_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_global_sidebar_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Sidebar_Options();
PK�
�[��R�^^Linc/customizer/options/global/class-colormag-customize-container-options.phpnu�[���<?php
/**
 * Class to include Layout customize options.
 *
 * Class ColorMag_Customize_Layout_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Layout customize options.
 *
 * Class ColorMag_Customize_Layout_Options
 */
class ColorMag_Customize_Layout_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// Site layout heading.
			array(
				'name'     => 'colormag_container_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Container', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 10,
			),

			// Site layout heading.
			array(
				'name'     => 'colormag_container_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 20,
			),
			// Site layout option.
			array(
				'name'      => 'colormag_container_layout',
				'default'   => 'wide',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_container_section',
				'choices'   => array(
					'wide'  => array(
						'label' => 'Wide',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/container-layout/wide.svg',
					),
					'boxed' => array(
						'label' => 'Boxed',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/container-layout/box.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_container_outside_background_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_global_container_section',
				'priority' => 50,
			),

			array(
				'name'        => 'colormag_container_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_global_container_section',
				'priority'    => 1000,
			),

			// Site layout heading.
			array(
				'name'     => 'colormag_container_inside_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Inside', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 60,
			),

			array(
				'name'      => 'colormag_inside_container_background',
				'default'   => array(
					'background-color'      => '#ffffff',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'      => 'control',
				'control'   => 'colormag-background',
				'section'   => 'colormag_global_container_section',
				'priority'  => 70,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Layout_Options();
PK�
�[�U��yyIinc/customizer/options/global/class-colormag-customize-button-options.phpnu�[���<?php
/**
 * Class to include Button customize options.
 *
 * Class ColorMag_Customize_Button_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since     @todo
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Button customize options.
 *
 * Class ColorMag_Customize_Button_Options
 */
class ColorMag_Customize_Button_Options extends ColorMag_Customize_Base_Option
{


	/**
	 * Include customize options.
	 *
	 * @param array $options Customize options provided via the theme.
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize )
	{

		$configs = array(

			array(
				'name'     => 'colormag_button_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Button', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 10,
			),

			/**
			 * Colors.
			 */
			array(
				'name'     => 'colormag_button_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 20,
			),

			array(
				'name'      => 'colormag_button_color',
				'default'   => '#ffffff',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Normal', 'colormag' ),
				'priority'  => 30,
			),

			array(
				'name'      => 'colormag_button_hover_color',
				'default'   => '',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Hover', 'colormag' ),
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_button_background_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 40,
			),

			array(
				'name'      => 'colormag_button_background_color',
				'default'   => '#207daf',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_background_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Normal', 'colormag' ),
				'priority'  => 50,
			),

			array(
				'name'      => 'colormag_button_background_hover_color',
				'default'   => '',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_background_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Hover', 'colormag' ),
				'priority'  => 50,
			),

			array(
				'name'      => 'colormag_button_dimension_padding',
				'default'   => array(
					'top'    => '',
					'right'  => '',
					'bottom' => '',
					'left'   => '',
					'unit'   => 'px',
				),
				'suffix'    => array( 'px' ),
				'type'      => 'control',
				'control'   => 'colormag-dimensions',
				'label'     => esc_html__( 'Padding', 'colormag' ),
				'transport' => 'postMessage',
				'section'   => 'colormag_button_section',
				'priority'  => 100,
			),

			array(
				'name'     => 'colormag_button_border_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_button_section',
				'priority' => 110,
			),

			/**
			 * Border options
			 */
			array(
				'name'     => 'colormag_button_border_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Border', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 120,
			),

			array(
				'name'        => 'colormag_button_border_radius',
				'default'     => array(
					'size' => '3',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Radius', 'colormag' ),
				'section'     => 'colormag_button_section',
				'transport'   => 'postMessage',
				'priority'    => 160,
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 50,
						'step' => 1,
					),
				),
			),

			array(
				'name'        => 'colormag_colors_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_button_section',
				'priority'    => 1000,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Button_Options();
PK�
�[�}�JJRinc/customizer/options/global/class-colormag-customize-category-colors-options.phpnu�[���<?php
/**
 * Class to include Category Colors customize options.
 *
 * Class ColorMag_Customize_Category_Colors_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Category Colors customize options.
 *
 * Class ColorMag_Customize_Category_Colors_Options
 */
class ColorMag_Customize_Category_Colors_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$options = array_merge( $options );

		// Category color options.
		$args           = array(
			'orderby'    => 'id',
			'hide_empty' => 0,
		);
		$categories     = get_categories( $args );
		$priority_count = 110;

		foreach ( $categories as $category_list ) {

			$configs[] = array(
				'name'     => 'colormag_category_color_' . get_cat_id( $category_list->cat_name ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-color',
				'label'    => $category_list->cat_name,
				'section'  => 'colormag_category_colors_section',
				'priority' => $priority_count,
			);

			$priority_count++;

		}

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Category_Colors_Options();
PK�
�[p�J)�0�0Minc/customizer/options/global/class-colormag-customize-typography-options.phpnu�[���<?php
/**
 * Class to include Typography General customize options.
 *
 * Class ColorMag_Customize_Typography_options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Typography General customize options.
 *
 * Class ColorMag_Customize_Typography_options
 */
class ColorMag_Customize_Typography_options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Base.
			 */
			array(
				'name'     => 'colormag_body_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Body', 'colormag' ),
				'section'  => 'colormag_global_typography_section',
				'priority' => 10,
			),

			array(
				'name'      => 'colormag_base_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '15',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.6',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '-',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '-',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'control',
				'control'   => 'colormag-typography',
				'transport' => 'postMessage',
				'section'   => 'colormag_global_typography_section',
				'priority'  => 20,
			),

			/**
			 * Headings.
			 */
			array(
				'name'     => 'colormag_headings_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'section'  => 'colormag_global_typography_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_headings_typography_group',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 40,
			),

			array(
				'name'      => 'colormag_headings_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'letter-spacing' => array(
						'desktop' => array(
							'size' => '',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'font-style'     => 'inherit',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_headings_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 50,
			),

			/**
			 * H1.
			 */
			array(
				'name'     => 'colormag_h1_typography_group',
				'label'    => esc_html__( 'H1', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 60,
			),

			array(
				'name'      => 'colormag_h1_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '36',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h1_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 70,
			),

			/**
			 * H2.
			 */
			array(
				'name'     => 'colormag_h2_typography_group',
				'label'    => esc_html__( 'H2', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 80,
			),

			array(
				'name'      => 'colormag_h2_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '32',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h2_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 90,
			),

			/**
			 * H3.
			 */
			array(
				'name'     => 'colormag_h3_typography_group',
				'label'    => esc_html__( 'H3', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 100,
			),

			array(
				'name'      => 'colormag_h3_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h3_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 110,
			),

			/**
			 * H4.
			 */
			array(
				'name'     => 'colormag_h4_typography_group',
				'label'    => esc_html__( 'H4', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 120,
			),

			array(
				'name'      => 'colormag_h4_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'   => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h4_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 130,
			),

			/**
			 * H5.
			 */
			array(
				'name'     => 'colormag_h5_typography_group',
				'label'    => esc_html__( 'H5', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 140,
			),

			array(
				'name'      => 'colormag_h5_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'   => array(
						'desktop' => array(
							'size' => '22',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h5_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),

			/**
			 * H6.
			 */
			array(
				'name'     => 'colormag_h6_typography_group',
				'label'    => esc_html__( 'H6', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 160,
			),

			array(
				'name'      => 'colormag_h6_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'   => array(
						'desktop' => array(
							'size' => '18',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h6_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 170,
			),

			array(
				'name'        => 'colormag_colors_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_global_typography_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Typography_options();
PK�
�[D�7�Iinc/customizer/options/global/class-colormag-customize-colors-options.phpnu�[���<?php
/**
 * Class to include Colors customize options.
 *
 * Class ColorMag_Customize_Colors_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Colors customize options.
 *
 * Class ColorMag_Customize_Colors_Options
 */
class ColorMag_Customize_Colors_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Theme Colors.
			 */
			// Theme Colors heading.
			array(
				'name'     => 'colormag_theme_colors_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Theme Colors', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 10,
			),

			// Primary color option.
			array(
				'name'     => 'colormag_primary_color_group',
				'label'    => esc_html__( 'Primary Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_primary_color',
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_color_group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 30,
			),

			// Base color option.
			array(
				'name'     => 'colormag_base_color_group',
				'label'    => esc_html__( 'Base', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 35,
			),

			array(
				'name'     => 'colormag_base_color',
				'default'  => '#444444',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_base_color_group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 35,
			),

			// Skin color option.
			array(
				'name'     => 'colormag_color_skin_setting',
				'default'  => 'white',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Skin Color', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'choices'  => array(
					'white' => esc_html__( 'White Skin', 'colormag' ),
					'dark'  => esc_html__( 'Dark Skin', 'colormag' ),
				),
				'priority' => 60,
			),

			// Link color.
			array(
				'name'     => 'colormag_box_color_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Box', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 70,
			),

			// Box shadow color option.
			array(
				'name'     => 'colormag_box_shadow_color_group',
				'label'    => esc_html__( 'Border Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_box_shadow_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_box_shadow_color_group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 80,
			),

			// Link color.
			array(
				'name'     => 'colormag_link_color_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Links', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_link_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Links', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 100,
			),

			array(
				'name'     => 'colormag_link_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_link_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_link_hover_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_link_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 120,
			),

			array(
				'name'        => 'colormag_colors_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_global_colors_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Colors_Options();
PK�
�[Q�Y�$$Pinc/customizer/options/footer/class-colormag-customize-footer-column-options.phpnu�[���<?php
/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 */
class ColorMag_Customize_Footer_General_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_footer_column_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Column', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 20,
			),

			// Main total footer area display type option.
			array(
				'name'      => 'colormag_main_footer_layout',
				'default'   => 'layout-1',
				'type'      => 'control',
				'control'   => 'select',
				'label'     => esc_html__( 'Layout', 'colormag' ),
				'section'   => 'colormag_footer_column_section',
				'choices'   => array(
					'layout-1' => esc_html__( 'Layout 1', 'colormag' ),
					'layout-2' => esc_html__( 'Layout 2', 'colormag' ),
				),
				'transport' => 'postMessage',
				'priority'  => 30,
			),
			array(
				'name'      => 'colormag_footer_column_layout',
				'default'   => 'style-4',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'label'     => esc_html__( 'Footer Column Layout', 'colormag' ),
				'section'   => 'colormag_footer_column_section',
				'choices'   => array(
					'style-1' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/footer-column/footer-column-one.svg',
					),
					'style-2' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/footer-column/footer-column-two.svg',
					),
					'style-3' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/footer-column/footer-column-three.svg',
					),
					'style-4' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/footer-column/footer-column-four.svg',
					),
				),

				'image_col' => 2,
				'priority'  => 35,
			),
			array(
				'name'     => 'colormag_footer_style_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_footer_column_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_footer_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 60,
			),

			// Footer background option.
			array(
				'name'     => 'colormag_footer_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_footer_background_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_upper_footer_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Upper Footer', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_upper_footer_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 90,
			),

			// Footer background option.
			array(
				'name'     => 'colormag_upper_footer_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_upper_footer_background_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 100,
			),

			array(
				'name'     => 'colormag_widget_title_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Title', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_footer_widget_title_color_group',
				'default'  => '#ffffff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_footer_widget_title_color',
				'label'    => esc_html__( 'Widget title color.', 'colormag' ),
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_title_color_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 130,
			),

			array(
				'name'     => 'colormag_widget_content_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Content', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 135,
			),

			array(
				'name'     => 'colormag_footer_widget_content_color_group',
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 140,
			),

			array(
				'name'     => 'colormag_footer_widget_content_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_content_color_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 150,
			),

			array(
				'name'        => 'colormag_footer_column_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_footer_column_section',
				'priority'    => 1000,
			),

			array(
				'name'     => 'colormag_widget_link_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Link', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 180,
			),

			// Widget content typography group.
			array(
				'name'     => 'colormag_footer_widget_link_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 190,
			),

			// Widget content link text color option.
			array(
				'name'     => 'colormag_footer_widget_content_link_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_link_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 200,
			),

			// Widget content link text hover color option.
			array(
				'name'     => 'colormag_footer_widget_content_link_text_hover_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_link_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 210,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Footer_General_Options();
PK�
�[�����Minc/customizer/options/footer/class-colormag-customize-footer-bar-options.phpnu�[���<?php
/**
 * Class to include Footer Bottom Bar customize options.
 *
 * Class ColorMag_Customize_Footer_Bottom_Bar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Footer Bottom Bar customize options.
 *
 * Class ColorMag_Customize_Footer_Bottom_Bar_Options
 */
class ColorMag_Customize_Footer_Bottom_Bar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_footer_bar_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Bar', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_bar_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 20,
			),

			// Footer copyright alignment option.
			array(
				'name'      => 'colormag_footer_bar_alignment',
				'default'   => 'left',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'label'     => esc_html__( 'Alignment', 'colormag' ),
				'section'   => 'colormag_footer_bar_section',
				'choices'   => apply_filters(
					'colormag_footer_bar_alignment_choices',
					array(
						'left'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/left.svg',
						),
						'right'  => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/right.svg',
						),
						'center' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/center.svg',
						),
					)
				),
				'image_col' => 2,
				'transport' => 'postMessage',
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_footer_bar_style_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_bar_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_footer_copyright_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_footer_copyright_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_footer_copyright_background_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 40,
			),

			/**
			 * Footer Copyright.
			 */
			array(
				'name'     => 'colormag_footer_copyright_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Copyright', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_footer_copyright_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 60,
			),

			array(
				'name'     => 'colormag_footer_copyright_text_color',
				'tab'      => esc_html__( 'Color', 'colormag' ),
				'default'  => '#f4f4f5',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_copyright_color_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_footer_copyright_link_text_color',
				'tab'      => esc_html__( 'Link Color', 'colormag' ),
				'default'  => '#207dafc',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_copyright_color_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 80,
			),

			/**
			 * Social Icons.
			 */
			array(
				'name'     => 'colormag_footer_bar_social_icons_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Social Icons', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 90,
			),

			array(
				'name'          => 'colormag_footer_bar_social_icons_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'label'         => esc_html__( 'Social Icons', 'colormag' ),
				'section'       => 'colormag_footer_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_social_icons_section',
					'target_label' => esc_html__( 'Social Icons', 'colormag' ),
				),
				'priority'      => 100,
			),

			array(
				'name'        => 'colormag_footer_bar_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_footer_bar_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Footer_Bottom_Bar_Options();
PK�
�[h6r��[inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.phpnu�[���<?php
/**
 * Class to include Design WooCommerce customize options.
 *
 * Class ColorMag_Customize_WooCommerce_Sidebar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Bail out if `WooCommerce` plugin is not installed and activated.
 */
if ( ! class_exists( 'WooCommerce' ) ) {
	return;
}

/**
 * Class to include Design WooCommerce customize options.
 *
 * Class ColorMag_Customize_WooCommerce_Sidebar_Options
 */
class ColorMag_Customize_WooCommerce_Sidebar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// Additional sidebar area for WooCommerce pages option.
			array(
				'name'     => 'colormag_woocommerce_sidebar_register_setting',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'checkbox',
				'label'    => esc_html__( 'Check to register different sidebar areas to be used for WooCommerce pages.', 'colormag' ),
				'section'  => 'colormag_woocommerce_sidebar_section',
				'priority' => 10,
			),

			array(
				'name'       => 'colormag_woocommerce_sidebar_layout_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Sidebar Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 20,
			),

			// WooCommerce shop page layout option.
			array(
				'name'       => 'colormag_woocmmerce_shop_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Shop Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 30,
			),

			// WooCommerce archive page layout option.
			array(
				'name'       => 'colormag_woocmmerce_archive_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Archive Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 40,
			),

			// WooCommerce single product page layout option.
			array(
				'name'       => 'colormag_woocmmerce_single_product_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Single Product Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 50,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_WooCommerce_Sidebar_Options();
PK�
�[�Hz��\inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.phpnu�[���<?php
/**
 * Class to include Breadcrumb customize options.
 *
 * Class ColorMag_Customize_Breadcrumb_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Breadcrumb customize options.
 *
 * Class ColorMag_Customize_Breadcrumb_Options
 */
class ColorMag_Customize_Breadcrumb_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_breadcrumb_general_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_breadcrumb_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_breadcrumb_enable',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_breadcrumb_section',
				'priority' => 20,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Breadcrumb_Options();
PK�
�[��7!	
	
_inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.phpnu�[���<?php
/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Sticky_Header_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Sticky_Header_Options
 */
class ColorMag_Customize_Sticky_Header_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Sticky Menu.
			 */
			// Sticky menu heading separator.
			array(
				'name'     => 'colormag_sticky_header_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Sticky Header', 'colormag' ),
				'section'  => 'colormag_sticky_header_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_sticky_header_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_sticky_header_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_enable_sticky_menu',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_sticky_header_section',
				'priority' => 30,
			),

			array(
				'name'        => 'colormag_sticky_menu_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_sticky_header_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Sticky_Header_Options();
PK�
�[|��%%_inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.phpnu�[���<?php
/**
 * Class to include Site Identity customize options.
 *
 * Class ColorMag_Customize_Site_Identity_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Site Identity customize options.
 *
 * Class ColorMag_Customize_Site_Identity_Options
 */
class ColorMag_Customize_Site_Identity_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 *  Logo.
			 */
			array(
				'name'     => 'colormag_site_logo_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Logo', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_retina_logo',
				'type'     => 'control',
				'control'  => 'image',
				'label'    => esc_html__( 'Retina Logo', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 15,
			),

			/**
			 *  Site Icon.
			 */
			array(
				'name'     => 'colormag_site_icon_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Icon', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 30,
			),

			/**
			 *  Site Title.
			 */
			array(
				'name'     => 'colormag_site_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Title', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_enable_site_identity',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'section'  => 'title_tagline',
				'priority' => 70,
			),

			// Color.
			array(
				'name'       => 'colormag_site_title_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 90,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_title_color_group',
				'tab'        => esc_html__( 'Normal', 'colormag' ),
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 100,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_hover_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_title_color_group',
				'tab'        => esc_html__( 'Hover', 'colormag' ),
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 110,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			// Typography.
			array(
				'name'       => 'colormag_site_title_typography_group',
				'label'      => esc_html__( 'Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 120,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_typography',
				'default'    => array(
					'font-family' => 'default',
					'font-size'   => array(
						'desktop' => array(
							'size' => '40',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
				),
				'type'       => 'sub-control',
				'control'    => 'colormag-typography',
				'parent'     => 'colormag_site_title_typography_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 130,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			/**
			 *  Tagline.
			 */
			array(
				'name'     => 'colormag_site_tagline_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Tagline', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 140,
			),

			array(
				'name'     => 'colormag_enable_site_tagline',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'section'  => 'title_tagline',
				'priority' => 150,
			),

			// Color.
			array(
				'name'       => 'colormag_site_tagline_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 160,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_tagline_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_tagline_color_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 170,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			// Typography.
			array(
				'name'       => 'colormag_site_tagline_typography_group',
				'label'      => esc_html__( 'Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 180,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_tagline_typography',
				'default'    => array(
					'font-family' => 'default',
					'font-size'   => array(
						'desktop' => array(
							'size' => '16',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'       => 'sub-control',
				'control'    => 'colormag-typography',
				'parent'     => 'colormag_site_tagline_typography_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 190,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			array(
				'name'        => 'colormag_site_identity_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'title_tagline',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Site_Identity_Options();
PK�
�[3�ͼxx]inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.phpnu�[���<?php
/**
 * Class to include Main Header customize options.
 *
 * Class ColorMag_Customize_Main_Header_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to include Main Header customize options.
 *
 * Class ColorMag_Customize_Main_Header_Options
 */
class ColorMag_Customize_Main_Header_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_main_header_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Main Header', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_main_header_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_main_header_layout',
				'default'  => 'layout-1',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Layout', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 30,
				'choices'  => array(
					'layout-1' => esc_html__( 'Layout 1', 'colormag' ),
					'layout-2' => esc_html__( 'Layout 2', 'colormag' ),
				),
			),

			array(
				'name'       => 'colormag_main_header_layout_1_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 30,
				'choices'    => apply_filters(
					'colormag_main_header_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-1/style-1.svg',
						),
					)
				),
				'image_col'  => 1,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'       => 'colormag_main_header_layout_2_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 30,
				'choices'    => apply_filters(
					'colormag_main_header_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-2/style-1.svg',
						),
					)
				),
				'image_col'  => 1,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-2',
				),
			),

			array(
				'name'       => 'colormag_header_display_type',
				'default'    => 'type_one',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Alignment', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'dependency' => array(
					'colormag_main_header_layout',
					'!=',
					'layout-2',
				),
				'priority'   => 40,
				'choices'    => apply_filters(
					'colormag_header_display_type_choices',
					array(
						'type_one'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-left.svg',
						),
						'type_three' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-center.svg',
						),
						'type_two'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-right.svg',
						),
					)
				),
				'image_col'  => 2,
			),

			array(
				'name'       => 'colormag_main_header_width_subtitle',
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Width', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 50,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'       => 'colormag_main_header_width_setting',
				'default'    => 'full-width',
				'type'       => 'control',
				'control'    => 'select',
				'section'    => 'colormag_primary_header_section',
				'choices'    => array(
					'full-width' => esc_html__( 'Full Width', 'colormag' ),
					'contained'  => esc_html__( 'Contained', 'colormag' ),
				),
				'priority'   => 60,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'     => 'colormag_main_header_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 70,
			),

			// Header background group.
			array(
				'name'     => 'colormag_main_header_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_header_section',
				'priority' => 80,
			),

			// Header background option.
			array(
				'name'     => 'colormag_main_header_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_main_header_background_group',
				'section'  => 'colormag_primary_header_section',
				'priority' => 90,
			),

			array(
				'name'        => 'colormag_main_header_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_primary_header_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Main_Header_Options();
PK�
�[��n�

]inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.phpnu�[���<?php
/**
 * Class to include News Ticker customize options.
 *
 * Class ColorMag_Customize_News_Ticker_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include News Ticker customize options.
 *
 * Class ColorMag_Customize_News_Ticker_Options
 */
class ColorMag_Customize_News_Ticker_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Breaking news.
			 */
			// Breaking news heading separator.
			array(
				'name'     => 'colormag_news_ticker_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'News Ticker', 'colormag' ),
				'section'  => 'colormag_news_ticker_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_news_ticker_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_news_ticker_section',
				'priority' => 20,
			),

			// Breaking news in header enable/disable option.
			array(
				'name'     => 'colormag_enable_news_ticker',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_news_ticker_section',
				'priority' => 30,
			),

			array(
				'name'        => 'colormag_news_ticker_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_news_ticker_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_News_Ticker_Options();
PK�
�[�����^inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.phpnu�[���<?php
/**
 * Class to include Header Media customize options.
 *
 * Class ColorMag_Customize_Header_Media_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Media customize options.
 *
 * Class ColorMag_Customize_Header_Media_Options
 */
class ColorMag_Customize_Header_Media_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$header_image_value = get_theme_mod( 'header_image' ) === 'remove-header' ? 'remove-header' : '';
		$header_video_value = get_theme_mod( 'header_video' ) === 0 ? 0 : '';

		$configs = array(

			array(
				'name'       => 'colormag_header_media_position_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Position', 'colormag' ),
				'section'    => 'header_image',
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 10,
			),

			// Header image position option.
			array(
				'name'       => 'colormag_header_media_position',
				'default'    => 'position-two',
				'type'       => 'control',
				'control'    => 'select',
				'section'    => 'header_image',
				'choices'    => array(
					'position-one'   => esc_html__( 'Above Header', 'colormag' ),
					'position-two'   => esc_html__( 'Between Site Identity and Primary Menu', 'colormag' ),
					'position-three' => esc_html__( 'Below Header', 'colormag' ),
				),
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 20,
			),

			// Header image link to home page option.
			array(
				'name'       => 'colormag_enable_header_image_link_home',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'checkbox',
				'label'      => esc_html__( 'Check to make header image link back to home page', 'colormag' ),
				'section'    => 'header_image',
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 30,
			),

			array(
				'name'        => 'colormag_header_media_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'header_image',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Header_Media_Options();
PK�
�[��kW[[`inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.phpnu�[���<?php
/**
 * Class to include Header Top Bar customize options.
 *
 * Class ColorMag_Customize_Header_Top_Bar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Top Bar customize options.
 *
 * Class ColorMag_Customize_Header_Top_Bar_Options
 */
class ColorMag_Customize_Header_Top_Bar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Top bar enable.
			 */
			array(
				'name'     => 'colormag_top_bar_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Top Bar', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_enable_top_bar',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 30,
			),

			array(
				'name'       => 'colormag_top_bar_style_subtitle',
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 40,
			),

			array(
				'name'       => 'colormag_top_bar_background_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Background', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 50,
			),

			array(
				'name'       => 'colormag_top_bar_background_color',
				'default'    => '#fff',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_top_bar_background_color_group',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 60,
			),

			/**
			 * Show Date.
			 */
			array(
				'name'       => 'olormag_display_date_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Date', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 70,
			),

			// Date in header display option.
			array(
				'name'       => 'colormag_date_display',
				'default'    => false,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Enable', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector'        => '.date-in-header',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_current_date',
					),
				),
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 80,
			),

			// Date in header display type option.
			array(
				'name'       => 'colormag_date_display_type',
				'default'    => 'theme_default',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Date Format', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'transport'  => $customizer_selective_refresh,
				'choices'    => array(
					'theme_default'          => esc_html__( 'Theme Default Setting', 'colormag' ),
					'wordpress_date_setting' => esc_html__( 'From WordPress Date Setting', 'colormag' ),
				),
				'partial'    => array(
					'selector'        => '.date-in-header',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_date_display_type',
					),
				),
				'dependency' => array(
					'colormag_date_display',
					'!=',
					0,
				),
				'priority'   => 90,
			),

			/**
			 * Breaking news.
			 */
			array(
				'name'       => 'colormag_top_bar_news_ticker_title',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'News Ticker', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 100,
			),

			array(
				'name'          => 'colormag_news_ticker_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'section'       => 'colormag_top_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_news_ticker_section',
					'target_label' => esc_html__( 'News Ticker', 'colormag' ),
				),
				'dependency'    => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'      => 110,
			),

			// Social Icons.
			array(
				'name'       => 'colormag_top_bar_social_icons_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Social Icons', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 120,
			),

			array(
				'name'          => 'colormag_top_bar_social_icons_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'section'       => 'colormag_top_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_social_icons_section',
					'target_label' => esc_html__( 'Social Icons', 'colormag' ),
				),
				'dependency'    => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'      => 130,
			),

			array(
				'name'        => 'colormag_top_bar_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_top_bar_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Header_Top_Bar_Options();
PK�
�[]inc/customizer/options/header-and-navigation/class-colormag-customize-page-header-options.phpnu�[���PK�
�[�XW==^inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.phpnu�[���<?php
/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Primary_Menu_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Primary_Menu_Options
 */
class ColorMag_Customize_Primary_Menu_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_primary_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Primary Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_primary_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_primary_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_primary_menu_background',
				'default'  => array(
					'background-color'      => '#27272A',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_primary_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_button_border_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 45,
			),

			/**
			 * Border options
			 */
			array(
				'name'     => 'colormag_button_border_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Border Top', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 45,
			),

			array(
				'name'     => 'colormag_primary_menu_border_top_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_primary_menu_top_border_color',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_border_top_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 60,
			),

			array(
				'name'        => 'colormag_primary_menu_top_border_width',
				'default'     => array(
					'size' => '4',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_primary_menu_section',
				'transport'   => 'postMessage',
				'priority'    => 65,
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 20,
						'step' => 1,
					),
				),
			),

			array(
				'name'     => 'colormag_mobile_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Mobile Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_mobile_menu_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_mobile_menu_toggle_icon_color',
				'default'  => '#fff',
				'type'     => 'control',
				'control'  => 'colormag-color',
				'label'    => esc_html__( 'Icon Color', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_style_subtitle_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			// Mobile Menu.
			array(
				'name'     => 'colormag_mobile_menu_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_mobile_menu_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_selected_hovered_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_mobile_menu_color_group',
				'tab'      => esc_html__( 'Hover/Selected', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			// Mobile Menu.
			array(
				'name'     => 'colormag_mobile_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_typography',
				'default'  => array(
					'font-family' => 'default',
					'font-weight' => '600',
					'font-size'   => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-typography',
				'parent'   => 'colormag_mobile_menu_typography_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_style_subtitle_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Sub Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			// Background.
			array(
				'name'     => 'colormag_mobile_sub_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_background',
				'default'  => array(
					'background-color'      => '#232323',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_mobile_sub_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_mobile_sub_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			// Primary sub menu typography option.
			array(
				'name'     => 'colormag_mobile_sub_menu_typography',
				'default'  => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-typography',
				'parent'   => 'colormag_mobile_sub_menu_typography_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 90,
			),

			/**
			 * Home icon options.
			 */
			array(
				'name'     => 'colormag_icon_logo_display_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Home Icon/Logo', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 100,
			),

			// Home icon in menu heading separator.
			array(
				'name'     => 'colormag_menu_icon_logo',
				'default'  => 'none',
				'type'     => 'control',
				'control'  => 'select',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 110,
				'choices'  => array(
					'none'      => esc_html__( 'None', 'colormag' ),
					'home-icon' => esc_html__( 'Home Icon', 'colormag' ),
				),
			),

			// Main Menu.
			array(
				'name'     => 'colormag_main_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Main Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Primary Menu.
			array(
				'name'     => 'colormag_primary_menu_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 130,
			),

			array(
				'name'     => 'colormag_primary_menu_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 140,
			),

			array(
				'name'     => 'colormag_primary_menu_selected_hovered_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_color_group',
				'tab'      => esc_html__( 'Hover/Selected', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 150,
			),

			// Primary Menu.
			array(
				'name'     => 'colormag_primary_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 155,
			),

			array(
				'name'      => 'colormag_primary_menu_typography',
				'default'   => array(
					'font-family' => 'default',
					'font-weight' => '600',
					'font-size'   => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_primary_menu_typography_group',
				'section'   => 'colormag_primary_menu_section',
				'transport' => 'postMessage',
				'priority'  => 155,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_sub_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Sub Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 160,
			),

			// Background.
			array(
				'name'     => 'colormag_sub_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 170,
			),

			array(
				'name'     => 'colormag_primary_sub_menu_background',
				'default'  => array(
					'background-color'      => '#232323',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_sub_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 180,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_primary_sub_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 190,
			),

			// Primary sub menu typography option.
			array(
				'name'      => 'colormag_primary_sub_menu_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_primary_sub_menu_typography_group',
				'section'   => 'colormag_primary_menu_section',
				'transport' => 'postMessage',
				'priority'  => 190,
			),

			array(
				'name'        => 'colormag_primary_menu_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_primary_menu_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Primary_Menu_Options();
PK�
�[pr��_inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.phpnu�[���<?php
/**
 * Class to include Header Action customize options.
 *
 * Class ColorMag_Customize_Header_Action_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Action customize options.
 *
 * Class ColorMag_Customize_Heaeder_Action_Options
 */
class ColorMag_Customize_Header_Action_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			// Style.
			array(
				'name'     => 'colormag_header_action_style_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_header_action_icon_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#fff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_header_action_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_header_action_icon_color',
				'default'  => '#fff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'section'  => 'colormag_header_action_section',
				'parent'   => 'colormag_header_action_icon_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_header_action_icon_hover_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'section'  => 'colormag_header_action_section',
				'parent'   => 'colormag_header_action_icon_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'priority' => 20,
			),

			// Search Icon.
			array(
				'name'     => 'colormag_search_icon_in_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Search', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_enable_search',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 40,
			),

			// Random Post.
			array(
				'name'     => 'colormag_enable_random_post_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Random Post', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 50,
			),

			array(
				'name'      => 'colormag_enable_random_post',
				'default'   => 0,
				'type'      => 'control',
				'control'   => 'colormag-toggle',
				'label'     => esc_html__( 'Enable', 'colormag' ),
				'section'   => 'colormag_header_action_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector'        => '.cm-random-post',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_random_post',
					),
				),
				'priority'  => 60,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Header_Action_Options();
PK�
�[A�R�  Hinc/customizer/options/content/class-colormag-customize-page-options.phpnu�[���<?php
/**
 * Class to include Blog Single Page customize options.
 *
 * Class ColorMag_Customize_Page_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Page customize options.
 *
 * Class ColorMag_Customize_Page_Options
 */
class ColorMag_Customize_Page_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_page_featured_image_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Featured Image', 'colormag' ),
				'section'  => 'colormag_page_section',
				'priority' => 10,
			),

			// Featured image display in single page option.
			array(
				'name'     => 'colormag_enable_page_featured_image',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_page_section',
				'priority' => 20,
			),

			array(
				'name'        => 'colormag_page_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_page_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Page_Options();
PK�
�[���D��Oinc/customizer/options/content/class-colormag-customize-single-post-options.phpnu�[���<?php
/**
 * Class to include Blog Single Post customize options.
 *
 * Class ColorMag_Customize_Single_Post_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Blog Single Post customize options.
 *
 * Class ColorMag_Customize_Single_Post_Options
 */
class ColorMag_Customize_Single_Post_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'        => 'colormag_single_post_elements_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Post Elements', 'colormag' ),
				'description' => esc_html__( 'Drag & Drop items to re-arrange the order', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 10,
			),

			array(
				'name'     => 'colormag_single_post_elements',
				'default'  => array(
					'category',
					'title',
					'meta',
					'content',
				),
				'type'     => 'control',
				'control'  => 'colormag-sortable',
				'section'  => 'colormag_single_post_section',
				'choices'  => array(
					'category'    => esc_attr__( 'Category', 'colormag' ),
					'title'       => esc_attr__( 'Title', 'colormag' ),
					'meta'        => esc_attr__( 'Meta Tags', 'colormag' ),
					'content'     => esc_attr__( 'Content', 'colormag' ),
				),
				'priority' => 20,
			),

			/**
			 * Featured Image.
			 */
			array(
				'name'     => 'colormag_single_featured_image_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Featured Image', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_enable_featured_image',
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 60,
			),

			array(
				'name'       => 'colormag_enable_lightbox',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'LightBox', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'dependency' => array(
					'colormag_enable_featured_image',
					'===',
					true,
				),
				'priority'   => 70,
			),

			/**
			 * Related posts options.
			 */
			array(
				'name'     => 'colormag_related_posts_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Related Posts', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 80,
			),

			array(
				'name'      => 'colormag_enable_related_posts',
				'default'   => 0,
				'type'      => 'control',
				'control'   => 'colormag-toggle',
				'label'     => esc_html__( 'Enable', 'colormag' ),
				'section'   => 'colormag_single_post_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector' => '.related-posts',
				),
				'priority'  => 90,
			),

			array(
				'name'       => 'colormag_related_posts_query',
				'default'    => 'categories',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Query', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'categories' => esc_html__( 'Categories', 'colormag' ),
					'tags'       => esc_html__( 'Tags', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_related_posts',
					'!=',
					0,
				),
				'priority'   => 100,
			),

			array(
				'name'        => 'colormag_single_post_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Single_Post_Options();
PK�
�[M;U�YYHinc/customizer/options/content/class-colormag-customize-blog-options.phpnu�[���<?php
/**
 * Class to include Blog General customize options.
 *
 * Class ColorMag_Customize_Blog_Archive_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Blog General customize options.
 *
 * Class ColorMag_Customize_Blog_Archive_Options
 */
class ColorMag_Customize_Blog_Archive_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'        => 'colormag_post_elements_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Post Elements', 'colormag' ),
				'description' => esc_html__( 'Drag & Drop items to re-arrange the order', 'colormag' ),
				'section'     => 'colormag_blog_section',
				'priority'    => 10,
			),

			array(
				'name'       => 'colormag_blog_post_elements',
				'default'    => array(
					'post_format',
					'category',
					'meta',
					'title',
					'content',
				),
				'type'       => 'control',
				'control'    => 'colormag-sortable',
				'section'    => 'colormag_blog_section',
				'choices'    => array(
					'post_format' => esc_attr__( 'Post Format (Image)', 'colormag' ),
					'category'    => esc_attr__( 'Category', 'colormag' ),
					'meta'        => esc_attr__( 'Meta Tags', 'colormag' ),
					'title'       => esc_attr__( 'Title', 'colormag' ),
					'content'     => esc_attr__( 'Content', 'colormag' ),
				),
				'dependency' => apply_filters( 'colormag_structure_archive_blog_order', false ),
				'priority'   => 15,
			),

			array(
				'name'     => 'colormag_blog_post_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Title', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_blog_post_title_typography_group',
				'type'     => 'control',
				'default'  => '',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'priority' => 35,
			),

			array(
				'name'      => 'colormag_blog_post_title_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => '500',
					'font-size'      => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.3',
							'unit' => '',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_blog_post_title_typography_group',
				'section'   => 'colormag_blog_section',
				'transport' => 'postMessage',
				'priority'  => 40,
			),

			array(
				'name'     => 'colormag_blog_post_date_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Date', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_blog_post_date_type',
				'default'  => 'post-date',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Type', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'choices'  => array(
					'post-date'     => esc_html__( 'Post Date', 'colormag' ),
					'modified-date' => esc_html__( 'Modified Date', 'colormag' ),
				),
				'priority' => 40,
			),

			array(
				'name'        => 'colormag_blog_content_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Excerpt', 'colormag' ),
				'description' => esc_html__( 'Choose to display the post content or excerpt:', 'colormag' ),
				'section'     => 'colormag_blog_section',
				'priority'    => 45,
			),

			// Archive pages content display type option.
			array(
				'name'     => 'colormag_blog_content_excerpt_type',
				'default'  => 'excerpt',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Type', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'choices'  => array(
					'excerpt' => esc_html__( 'Excerpt', 'colormag' ),
					'content' => esc_html__( 'Full Content', 'colormag' ),
				),
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_pagination_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Pagination', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'priority' => 55,
			),

			array(
				'name'     => 'colormag_enable_pagination',
				'default'  => 1,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_blog_section',
				'priority' => 60,
			),

			array(
				'name'       => 'colormag_pagination_type',
				'default'    => 'default',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Type', 'colormag' ),
				'section'    => 'colormag_blog_section',
				'choices'    => array(
					'default'             => esc_html__( 'Default', 'colormag' ),
					'numbered_pagination' => esc_html__( 'Numbered', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_pagination',
					'==',
					true,
				),
				'priority'   => 70,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Blog_Archive_Options();
PK�
�[��?677Minc/customizer/options/content/class-colormag-customize-post-meta-options.phpnu�[���<?php
/**
 * Class to include Blog Post Meta customize options.
 *
 * Class ColorMag_Customize_Post_Meta_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Post Meta customize options.
 *
 * Class ColorMag_Customize_Post_Meta_Options
 */
class ColorMag_Customize_Post_Meta_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_post_meta_elements_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Meta Elements', 'colormag' ),
				'section'  => 'colormag_post_meta_section',
				'priority' => 10,
			),

			array(
				'name'       => 'colormag_post_meta_structure',
				'default'    => array(
					'categories',
					'date',
					'author',
				),
				'type'       => 'control',
				'control'    => 'colormag-sortable',
				'section'    => 'colormag_post_meta_section',
				'choices'    => array(
					'categories'  => esc_attr__( 'Categories', 'colormag' ),
					'author'      => esc_attr__( 'Author', 'colormag' ),
					'date'        => esc_attr__( 'Date', 'colormag' ),
					'views'       => esc_attr__( 'Views', 'colormag' ),
					'comments'    => esc_attr__( 'Comments', 'colormag' ),
					'tags'        => esc_attr__( 'Tags', 'colormag' ),
					'read-time'   => esc_attr__( 'Reading Time', 'colormag' ),
					'edit-button' => esc_attr__( 'Edit button', 'colormag' ),
				),
				'unsortable' => array( 'categories' ),
				'priority'   => 20,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Post_Meta_Options();
PK�
�[W"���Sinc/customizer/options/additional/class-colormag-customize-social-icons-options.phpnu�[���<?php
/**
 * Class to include Social customize options.
 *
 * Class ColorMag_Customize_Social_Icons_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Social customize option.
 *
 * Class ColorMag_Customize_Social_Icons_Options
 */
class ColorMag_Customize_Social_Icons_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Social Icons.
			 */
			array(
				'name'     => 'colormag_social_icons_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Social Icons', 'colormag' ),
				'section'  => 'colormag_social_icons_section',
				'priority' => 5,
			),

			// Social links enable/disable option.
			array(
				'name'      => 'colormag_enable_social_icons',
				'default'   => 0,
				'type'      => 'control',
				'control'   => 'colormag-toggle',
				'label'     => esc_html__( 'Enable', 'colormag' ),
				'section'   => 'colormag_social_icons_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector' => '.social-links',
				),
				'priority'  => 10,
			),

			array(
				'name'       => 'colormag_social_icons_position_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Position', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'priority'   => 20,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_enable_social_icons_header',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Header', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.social-links',
				),
				'priority'   => 30,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_enable_social_icons_footer',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Footer', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.social-links',
				),
				'priority'   => 50,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			// Social links separator.
			array(
				'name'       => 'colormag_social_link_separator',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => 60,
			),

			array(
				'name'        => 'colormag_social_icons_upgrade',
				'type'        => 'control',
				'control'     => 'colormag-upgrade',
				'label'       => esc_html__( 'Learn more', 'colormag' ),
				'description' => esc_html__( 'Unlock more features available in Pro version.', 'colormag' ),
				'url'         => esc_url( 'https://themegrill.com/colormag-pricing/' ),
				'section'     => 'colormag_social_icons_section',
				'priority'    => 1000,
			),
		);

		$options = array_merge( $options, $configs );

		// Social links lists.
		$social_links_count    = 70;
		$colormag_social_links = array(
			'colormag_social_facebook'  => array(
				'id'      => 'colormag_social_facebook',
				'title'   => esc_html__( 'Facebook', 'colormag' ),
				'default' => '',
			),
			'colormag_social_twitter'   => array(
				'id'      => 'colormag_social_twitter',
				'title'   => esc_html__( 'Twitter', 'colormag' ),
				'default' => '',
			),
			'colormag_social_instagram' => array(
				'id'      => 'colormag_social_instagram',
				'title'   => esc_html__( 'Instagram', 'colormag' ),
				'default' => '',
			),
			'colormag_social_pinterest' => array(
				'id'      => 'colormag_social_pinterest',
				'title'   => esc_html__( 'Pinterest', 'colormag' ),
				'default' => '',
			),
			'colormag_social_youtube'   => array(
				'id'      => 'colormag_social_youtube',
				'title'   => esc_html__( 'YouTube', 'colormag' ),
				'default' => '',
			),
		);

		// Available social links via theme.
		foreach ( $colormag_social_links as $colormag_social_link ) {

			// Social links url option.
			$configs[] = array(
				'name'       => $colormag_social_link['id'],
				'default'    => $colormag_social_link['default'],
				'type'       => 'control',
				'control'    => 'url',
				'label'      => $colormag_social_link['title'],
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			// Social links open in new tab enable/disable option.
			$configs[] = array(
				'name'       => $colormag_social_link['id'] . '_checkbox',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'checkbox',
				'label'      => esc_html__( 'Check to open in new tab', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			// Social links separator.
			$configs[] = array(
				'name'       => $colormag_social_link['id'] . '_separator',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			$social_links_count++;

		}

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Social_Icons_Options();
PK�
�[�W%��,inc/customizer/class-colormag-customizer.phpnu�[���<?php
/**
 * ColorMag customizer class for theme customize options.
 *
 * Class ColorMag_Customizer
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Include the customizer framework files.
require( dirname( __FILE__ ) . '/core/class-colormag-customizer-framework.php' );

/**
 * ColorMag customizer class.
 *
 * Class ColorMag_Customizer
 */
class ColorMag_Customizer {

	public function __construct() {

		// Include the required files for Customize option.
		add_action( 'customize_register', array( $this, 'customize_register' ) );

		// Include the required files for Customize option.
		add_action( 'customize_register', array( $this, 'customize_options_file_include' ), 1 );

		add_action( 'enqueue_block_editor_assets', array( $this, 'editor_dynamic_css' ) );
	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_register( $wp_customize ) {

		// Override default.
		require COLORMAG_CUSTOMIZER_DIR . '/override-defaults.php';

	}

	/**
	 * Include the required files for Customize option.
	 */
	public function customize_options_file_include() {

		// Include the required customize partials file.
		require COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer-partials.php';

		// Include the required customize section and panels register file.
		require COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer-register-sections-panels.php';

		/**
		 * Include the required customize options file.
		 */
		// Global.
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-colors-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-category-colors-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-container-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-sidebar-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-typography-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-button-options.php';

		// Front Page.
		require COLORMAG_CUSTOMIZER_DIR . '/options/front-page/class-colormag-customize-front-page-general-options.php';

		// Header.
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-site-identity-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-media-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-main-header-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-primary-menu-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-sticky-header-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-news-ticker-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-action-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php';

		// Content.
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-blog-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-single-post-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-page-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-post-meta-options.php';

		// Additional.
		require COLORMAG_CUSTOMIZER_DIR . '/options/additional/class-colormag-customize-social-icons-options.php';

		// Footer.
		require COLORMAG_CUSTOMIZER_DIR . '/options/footer/class-colormag-customize-footer-column-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/footer/class-colormag-customize-footer-bar-options.php';

		// WooCommerce.
		require COLORMAG_CUSTOMIZER_DIR . '/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php';
	}

	/**
	 * Adds inline styles.
	 *
	 * @return void
	 */
	public function customizer_dynamic_css() {
		wp_add_inline_style( 'colormag-style', ColorMag_Dynamic_CSS::get_css() );
	}

	public function editor_dynamic_css() {
		wp_add_inline_style( 'colormag-block-editor-styles', ColorMag_Dynamic_CSS::colormag_editor_block_css() );
	}

	/**
	 * Undocumented function.
	 *
	 * @return void
	 */
	public function get_css() {
	}

}

return new ColorMag_Customizer();
PK�
�[�����,inc/meta-boxes/class-colormag-meta-boxes.phpnu�[���<?php
/**
 * Meta boxes base class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Meta boxes base class.
 *
 * Class ColorMag_Meta_Boxes
 */
class ColorMag_Meta_Boxes {

	/**
	 * Is meta boxes saved once?
	 *
	 * @var boolean
	 */
	private static $saved_meta_boxes = false;

	/**
	 * Constructor.
	 *
	 * ColorMag_Meta_Boxes constructor.
	 */
	public function __construct() {

		// Adding required meta boxes.
		add_action( 'add_meta_boxes', array( $this, 'add_meta_boxes' ) );

		// Enqueue required meta boxes styles and scripts.
		add_action( 'admin_print_styles-post-new.php', array( $this, 'enqueue' ) );
		add_action( 'admin_print_styles-post.php', array( $this, 'enqueue' ) );

		// Save the meta boxes contents.
		add_action( 'save_post', array( $this, 'save_meta_boxes' ), 1, 2 );

		// Save page settings meta boxes.
		add_action( 'colormag_process_page_settings_meta', 'ColorMag_Meta_Box_Page_Settings::save', 10, 2 );

	}

	/**
	 * Adding required meta boxes.
	 */
	public function add_meta_boxes() {

		// Global options for page and posts.
		add_meta_box(
			'colormag-page-setting',
			esc_html__( 'Page Settings', 'colormag' ),
			'ColorMag_Meta_Box_Page_Settings::render',
			array(
				'post',
				'page',
			)
		);

		// Video URL option for video post format only.
		add_meta_box( 'post-video-url', esc_html__( 'Video URL', 'colormag' ), 'ColorMag_Meta_Box_Page_Settings::render_video_url', 'post', 'side', 'high' );

	}

	/**
	 * Enqueue required meta boxes styles and scripts.
	 */
	public function enqueue() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		// Enqueue meta boxes CSS file.
		wp_enqueue_style( 'colormag-meta-boxes', COLORMAG_INCLUDES_URL . '/meta-boxes/assets/css/meta-boxes' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );
		wp_style_add_data( 'colormag-meta-boxes', 'rtl', 'replace' );

		// Enqueue meta boxes JS file.
		wp_enqueue_script( 'colormag-meta-boxes', COLORMAG_INCLUDES_URL . '/meta-boxes/assets/js/meta-boxes' . $suffix . '.js', array( 'jquery-ui-tabs' ), COLORMAG_THEME_VERSION, true );

	}

	/**
	 * Save the meta boxes contents.
	 *
	 * @param int     $post_id Post ID.
	 * @param WP_Post $post    Post object.
	 *
	 * @return null|mixed
	 */
	public function save_meta_boxes( $post_id, $post ) {

		$post_id = absint( $post_id );

		// $post_id and $post are required.
		if ( empty( $post_id ) || empty( $post ) || self::$saved_meta_boxes ) {
			return;
		}

		// Dont' save meta boxes for revisions or autosaves.
		if ( defined( 'DOING_AUTOSAVE' ) || is_int( wp_is_post_revision( $post ) ) || is_int( wp_is_post_autosave( $post ) ) ) {
			return;
		}

		// Check the nonce.
		if ( empty( $_POST['colormag_meta_nonce'] ) || ! wp_verify_nonce( wp_unslash( $_POST['colormag_meta_nonce'] ), 'colormag_save_data' ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
			return;
		}

		// Check the post being saved == the $post_id to prevent triggering this call for other save_post events.
		if ( empty( $_POST['post_ID'] ) || absint( $_POST['post_ID'] ) !== $post_id ) {
			return;
		}

		// Check user has permission to edit.
		if ( isset( $_POST['post_type'] ) && ( 'page' === $_POST['post_type'] ) ) {

			if ( ! current_user_can( 'edit_page', $post_id ) ) {
				return $post_id;
			}
		} else {
			if ( ! current_user_can( 'edit_post', $post_id ) ) {
				return $post_id;
			}
		}

		// We need this save event to run once to avoid potential endless loops.
		self::$saved_meta_boxes = true;

		// Trigger action.
		$process_actions = array( 'page_settings' );
		foreach ( $process_actions as $process_action ) {
			do_action( 'colormag_process_' . $process_action . '_meta', $post_id, $post );
		}

	}

}

return new ColorMag_Meta_Boxes();
PK�
�[�&��8inc/meta-boxes/class-colormag-meta-box-page-settings.phpnu�[���<?php
/**
 * Page settings meta box class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Page settings meta box class.
 *
 * Class ColorMag_Meta_Box_Page_Settings
 */
class ColorMag_Meta_Box_Page_Settings {

	/**
	 * Meta box render content callback for video post format only.
	 *
	 * @param WP_Post $post Current post object.
	 */
	public static function render_video_url( $post ) {

		// Add nonce for security and authentication.
		wp_nonce_field( 'colormag_save_data', 'colormag_meta_nonce' );

		global $post;

		// Video URL.
		$colormag_video_url = get_post_meta( $post->ID, 'video_url', true );
		?>

		<p>
			<input type="text" class="widefat" name="video_url" id="video_url"
			       value="<?php echo esc_url( $colormag_video_url ); ?>"
			/>
		</p>

		<?php

	}

	/**
	 * Meta box render content callback.
	 *
	 * @param WP_Post $post Current post object.
	 */
	public static function render( $post ) {

		// Add nonce for security and authentication.
		wp_nonce_field( 'colormag_save_data', 'colormag_meta_nonce' );

		global $post;

		/**
		 * Meta box options.
		 */
		// Layout.
		$colormag_page_layout = get_post_meta( $post->ID, 'colormag_page_layout', true );
		if ( '' === $colormag_page_layout ) {
			$colormag_page_layout = 'default_layout';
		}
		?>

		<div id="page-settings-tabs-wrapper">
			<ul class="colormag-ui-nav">
				<?php
				$page_setting = apply_filters(
					'colormag_page_setting',
					array(
						'general' => array(
							'label'  => esc_html__( 'General', 'colormag' ),
							'target' => 'page-settings-general',
							'class'  => array(),
						),
					)
				);

				foreach ( $page_setting as $key => $tab ) {
					?>
					<li class="<?php echo esc_attr( implode( ' ', (array) $tab['class'] ) ); ?>">
						<a href="#<?php echo esc_attr( $tab['target'] ); ?>"><?php echo esc_html( $tab['label'] ); ?></a>
					</li>
					<?php
				}
				?>
			</ul>

			<div class="colormag-ui-content">

				<div id="page-settings-general">
					<?php
					// For site layout.
					self::render_radio_image(
						array(
							'value'   => $colormag_page_layout,
							'id'      => 'colormag_page_layout',
							'label'   => esc_html__( 'Select Layout', 'colormag' ),
							'choices' => array(
								'default_layout'              => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
								'right_sidebar'               => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
								'left_sidebar'                => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
								'no_sidebar_full_width'       => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
								'no_sidebar_content_centered' => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
							),
						)
					);
					?>

					<?php
					/**
					 * Hook for general options meta box display.
					 */
					do_action( 'colormag_general_page_setting' );
					?>
				</div>

				<?php
				/**
				 * Hook for page settings tab.
				 */
				do_action( 'colormag_page_settings' );
				?>
			</div>

		</div>

		<?php
	}

	/**
	 * Save meta box content.
	 *
	 * @param int $post_id Post ID.
	 */
	public static function save( $post_id ) {

		$colormag_page_layout = isset( $_POST['colormag_page_layout'] ) ? sanitize_key( $_POST['colormag_page_layout'] ) : 'default_layout';
		$colormag_video_url   = isset( $_POST['video_url'] ) ? esc_url_raw( $_POST['video_url'] ) : '';

		// Site layout.
		if (
			in_array(
				$colormag_page_layout,
				array(
					'right_sidebar',
					'left_sidebar',
					'no_sidebar_full_width',
					'no_sidebar_content_centered',
				),
				true
			)
		) {
			update_post_meta( $post_id, 'colormag_page_layout', $colormag_page_layout );
		} else {
			delete_post_meta( $post_id, 'colormag_page_layout' );
		}

		// Video post format video URL.
		if ( $colormag_video_url ) {
			update_post_meta( $post_id, 'video_url', $colormag_video_url );
		} else {
			delete_post_meta( $post_id, 'video_url' );
		}

		/**
		 * Hook for page settings data save.
		 */
		do_action( 'colormag_page_settings_save', $post_id );

	}

	/**
	 * Output a radio image input field.
	 *
	 * @param array $field The fields of the input types.
	 */
	public static function render_radio_image( $field ) {
		?>

		<div class="options-group">
			<div class="colormag-ui-desc">
				<label><?php echo esc_html( $field['label'] ); ?></label>
			</div>

			<div class="colormag-ui-field">
				<?php foreach ( $field['choices'] as $key => $value ) { ?>
					<label class="colormag-label" for="<?php echo esc_attr( $key ); ?>">
						<input type="radio" name="<?php echo esc_attr( $field['id'] ); ?>"
						       id="<?php echo esc_attr( $key ); ?>"
						       value="<?php echo esc_attr( $key ); ?>"
							<?php checked( $field['value'], $key ); ?>
						/>

						<img src="<?php echo esc_url( $value ); ?>" />
					</label>
				<?php } ?>
			</div>
		</div>

		<?php
	}

}
PK�
�[&x�2KK*inc/meta-boxes/assets/js/meta-boxes.min.jsnu�[���jQuery(document).ready((function(){var e;jQuery("#post-video-url").hide(),jQuery("#post-format-video").is(":checked")&&jQuery("#post-video-url").show(),jQuery('input[name="post_format"]').change((function(){jQuery("#post-video-url").hide(),"video"===jQuery(this).val()?jQuery("#post-video-url").show():jQuery("#post-video-url").hide()})),setInterval((()=>{e?"video"===jQuery('select[id^="post-format-selector"]').val()?jQuery("#post-video-url").show():jQuery("#post-video-url").hide():e=jQuery('select[id^="post-format-selector"]')}),700)})),jQuery("#page-settings-tabs-wrapper").tabs();PK�
�[��*��&inc/meta-boxes/assets/js/meta-boxes.jsnu�[���/**
 * Meta boxes JS for toggle meta box options.
 *
 * @package ColorMag
 */

/**
 * For video post format.
 */
jQuery(document).ready(function () {
	// Hide the div by default.
	jQuery("#post-video-url").hide();
	// If post format is selected, then, display the respective div.
	if (jQuery("#post-format-video").is(":checked")) {
		jQuery("#post-video-url").show();
	}

	// Hiding the default post format type input box by default.
	jQuery('input[name="post_format"]').change(function () {
		jQuery("#post-video-url").hide();
		if (jQuery(this).val() === "video") {
			jQuery("#post-video-url").show();
		} else {
			jQuery("#post-video-url").hide();
		}
	});

	var postFormatSelector;
	setInterval(() => {
		if (!postFormatSelector) {
			postFormatSelector = jQuery('select[id^="post-format-selector"]');
		} else {
			if (
				jQuery('select[id^="post-format-selector"]').val() === "video"
			) {
				jQuery("#post-video-url").show();
			} else {
				jQuery("#post-video-url").hide();
			}
		}
	}, 700);
});

/**
 * Tabs and other settings.
 */
(function ($) {
	// Generate tabs.
	var metaBoxWrap = $("#page-settings-tabs-wrapper");
	metaBoxWrap.tabs();
})(jQuery);
PK�
�[̫�OO,inc/meta-boxes/assets/css/meta-boxes.min.cssnu�[���#colormag-page-setting .inside{margin:0;padding:0}#colormag-page-setting #page-settings-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-nav{width:180px;list-style-type:none;background-color:#fafafa;border-right:1px solid #eee;margin:0;padding:0}#colormag-page-setting .colormag-ui-nav li{margin:0;outline:0}#colormag-page-setting .colormag-ui-nav li a{display:block;padding:10px;text-decoration:none;border-bottom:1px solid #eee;color:#252525}#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a{background:#fff;margin-right:-1px}#colormag-page-setting .colormag-ui-content{padding:0 20px;width:calc(100% - 180px)}#colormag-page-setting .colormag-ui-content .options-group{padding:15px 0;border-bottom:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-content .colormag-ui-desc,#colormag-page-setting .colormag-ui-content .colormag-ui-field{-webkit-box-flex:1;-ms-flex:1;flex:1}#colormag-page-setting .colormag-ui-content .colormag-ui-desc>label{display:block}#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"]{display:none}#colormag-page-setting .colormag-ui-content .colormag-label input:checked+img{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.25);box-shadow:0 0 5px 2px rgba(0,0,0,0.25);border:1px solid #13a1dc}PK�
�[�L,inc/meta-boxes/assets/css/meta-boxes-rtl.cssnu�[���#colormag-page-setting .inside {
	margin: 0;
	padding: 0;
}

#colormag-page-setting #page-settings-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-nav {
	width: 180px;
	list-style-type: none;
	background-color: #fafafa;
	border-left: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
}

#colormag-page-setting .colormag-ui-nav li {
	margin: 0;
	outline: none;
}

#colormag-page-setting .colormag-ui-nav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	color: #252525;
}

#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a {
	background: #ffffff;
	margin-left: -1px;
}

#colormag-page-setting .colormag-ui-content {
	padding: 0 20px;
	width: calc(100% - 180px);
}

#colormag-page-setting .colormag-ui-content .options-group {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc,
#colormag-page-setting .colormag-ui-content .colormag-ui-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc > label {
	display: block;
}

#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"] {
	display: none;
}

#colormag-page-setting .colormag-ui-content .colormag-label input:checked + img {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid #13a1dc;
}
PK�
�[���

(inc/meta-boxes/assets/css/meta-boxes.cssnu�[���#colormag-page-setting .inside {
	margin: 0;
	padding: 0;
}

#colormag-page-setting #page-settings-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-nav {
	width: 180px;
	list-style-type: none;
	background-color: #fafafa;
	border-right: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
}

#colormag-page-setting .colormag-ui-nav li {
	margin: 0;
	outline: none;
}

#colormag-page-setting .colormag-ui-nav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	color: #252525;
}

#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a {
	background: #ffffff;
	margin-right: -1px;
}

#colormag-page-setting .colormag-ui-content {
	padding: 0 20px;
	width: calc(100% - 180px);
}

#colormag-page-setting .colormag-ui-content .options-group {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc,
#colormag-page-setting .colormag-ui-content .colormag-ui-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc > label {
	display: block;
}

#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"] {
	display: none;
}

#colormag-page-setting .colormag-ui-content .colormag-label input:checked + img {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid #13a1dc;
}
PK�
�[<�{�MM0inc/meta-boxes/assets/css/meta-boxes.min-rtl.cssnu�[���#colormag-page-setting .inside{margin:0;padding:0}#colormag-page-setting #page-settings-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-nav{width:180px;list-style-type:none;background-color:#fafafa;border-left:1px solid #eee;margin:0;padding:0}#colormag-page-setting .colormag-ui-nav li{margin:0;outline:0}#colormag-page-setting .colormag-ui-nav li a{display:block;padding:10px;text-decoration:none;border-bottom:1px solid #eee;color:#252525}#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a{background:#fff;margin-left:-1px}#colormag-page-setting .colormag-ui-content{padding:0 20px;width:calc(100% - 180px)}#colormag-page-setting .colormag-ui-content .options-group{padding:15px 0;border-bottom:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-content .colormag-ui-desc,#colormag-page-setting .colormag-ui-content .colormag-ui-field{-webkit-box-flex:1;-ms-flex:1;flex:1}#colormag-page-setting .colormag-ui-content .colormag-ui-desc>label{display:block}#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"]{display:none}#colormag-page-setting .colormag-ui-content .colormag-label input:checked+img{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.25);box-shadow:0 0 5px 2px rgba(0,0,0,0.25);border:1px solid #13a1dc}PK�
�[��ypp*inc/meta-boxes/assets/scss/meta-boxes.scssnu�[���#colormag-page-setting {

	.inside {
		margin: 0;
		padding: 0;
	}

	#page-settings-tabs-wrapper {
		display: flex;
	}

	.colormag-ui-nav {
		width: 180px;
		list-style-type: none;
		background-color: #fafafa;
		border-right: 1px solid #eeeeee;
		margin: 0;
		padding: 0;

		li {
			margin: 0;
			outline: none;

			a {
				display: block;
				padding: 10px;
				text-decoration: none;
				border-bottom: 1px solid #eeeeee;
				color: #252525;

			}

			&.ui-tabs-active {

				a {
					background: #ffffff;
					margin-right: -1px;
				}
			}
		}
	}

	.colormag-ui-content {
		padding: 0 20px;
		width: calc(100% - 180px);

		.options-group {
			padding: 15px 0;
			border-bottom: 1px solid #eeeeee;
			display: flex;
		}

		.colormag-ui-desc,
		.colormag-ui-field {
			flex: 1;
		}

		.colormag-ui-desc {
			> label {
				display: block;
			}
		}

		.colormag-label {

			input[type="radio"] {
				display: none;
			}

			input {

				&:checked + img {
					box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
					border: 1px solid #13a1dc;
				}
			}
		}
	}
}
PK�
�[��}��"inc/class-colormag-walker-page.phpnu�[���<?php
/**
* Colormag_Walker_Page class.
*
* @package Colormag
*/

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit();

if ( ! class_exists( ' Colormag_Walker_Page' ) ) {

	/**
	* Class Colormag_Walker_Page.
	*/
	class Colormag_Walker_Page extends Walker_Page {
		/**
		 * {@inheritDoc}
		 *
		 * @param string $output Used to append additional content (passed by reference).
		 * @param int    $depth  Optional. Depth of page. Used for padding. Default 0.
		 * @param array  $args   Optional. Arguments for outputting the next level.
		 *                       Default empty array.
		 */
		public function start_lvl( &$output, $depth = 0, $args = array() ) {

			if ( isset( $args['item_spacing'] ) && 'preserve' === $args['item_spacing'] ) {
				$t = "\t";
				$n = "\n";
			} else {
				$t = '';
				$n = '';
			}
			$indent  = str_repeat( $t, $depth );
			$output .= "$n$indent<ul class='sub-menu'>$n";
		}

		/**
		* {@inheritDoc}
		*/
		public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) {

			$indent    = str_repeat( "\t", $depth );
			$css_class = '';

			if ( ! empty( $args['current_class'] ) && $page->ID === $current_page ) {
				$css_class .= ' ' . $args['current_class'];
			}

			if ( ! empty( $args['has_children_class'] ) && $this->has_children ) {
				$css_class .= ' ' . $args['has_children_class'];
			}

			$output .= $indent . '<li class="' . $css_class . '">';
			$output .= '<a href="' . get_permalink( $page->ID ) . '">' . $page->post_title . '</a>';

			if ( $args['has_children_class'] && $this->has_children ) {
				$output .= '<span role="button" tabindex="0" class="cm-submenu-toggle" onkeypress="">' .
							'<svg class="cm-icon" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 17.5c-.3 0-.5-.1-.7-.3l-9-9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l8.3 8.3 8.3-8.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-9 9c-.2.2-.4.3-.7.3z"/></svg>' .
							'</span>';
			}
		}
	}
}
PK�
�[�T����-inc/compatibility/woocommerce/woocommerce.phpnu�[���<?php
/**
 * WooCommerce Compatibility File.
 *
 * @package    ThemeGrill
 * @subpackage Colormag
 * @since      Colormag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * WooCommerce setup function.
 *
 * @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/
 * @link https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)
 * @link https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
 *
 * @return void
 */
function colormag_woocommerce_setup() {

	// Adding the WooCommerce plugin 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' );

}

add_action( 'after_setup_theme', 'colormag_woocommerce_setup' );


/**
 * Filter body class for WooCommerce pages.
 *
 * @param array $classes CSS classes applied to the body tag.
 *
 * @return array Classes for WooCommerce pages.
 *
 * @since 2.2.8
 */
function colormag_woocommerce_body_class( $classes ) {

	$classes[] = 'woocommerce-active';

	$woocommerce_widgets_enabled            = get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 );
	$woocommerce_shop_page_layout           = get_theme_mod( 'colormag_woocmmerce_shop_page_layout', 'right_sidebar' );
	$woocommerce_archive_page_layout        = get_theme_mod( 'colormag_woocmmerce_archive_page_layout', 'right_sidebar' );
	$woocommerce_single_product_page_layout = get_theme_mod( 'colormag_woocmmerce_single_product_page_layout', 'right_sidebar' );

	if ( 1 == $woocommerce_widgets_enabled ) :
		if ( is_shop() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_shop_page_layout );
		} elseif ( is_product_category() || is_product_tag() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_archive_page_layout );
		} elseif ( is_product() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_single_product_page_layout );
		}
	endif;

	return $classes;

}

add_filter( 'body_class', 'colormag_woocommerce_body_class' );


if ( ! function_exists( 'colormag_woocommerce_sidebar_select' ) ) :

	/**
	 * Select different sidebars for WooCommerce pages as set by the user
	 * when extra WooCommerce widgets is enabled.
	 *
	 * @since 2.2.8
	 */
	function colormag_woocommerce_sidebar_select() {

		// Bail out if extra sidebar area for WooCommerce page is not activated.
		if ( 0 == get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 ) ) {
			return;
		}

		$woocommerce_shop_page_layout           = get_theme_mod( 'colormag_woocmmerce_shop_page_layout', 'right_sidebar' );
		$woocommerce_archive_page_layout        = get_theme_mod( 'colormag_woocmmerce_archive_page_layout', 'right_sidebar' );
		$woocommerce_single_product_page_layout = get_theme_mod( 'colormag_woocmmerce_single_product_page_layout', 'right_sidebar' );

		if ( is_shop() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_shop_page_layout, false, 'woocommerce' );
		} elseif ( is_product_category() || is_product_tag() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_archive_page_layout, false, 'woocommerce' );
		} elseif ( is_product() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_single_product_page_layout, false, 'woocommerce' );
		}

	}

endif;


/**
 * Remove default WooCommerce wrapper.
 */
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );

// Remove default WooCommerce breadcrumb.
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );

// Remove WooCommerce default sidebar.
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 );

// Disable the page title display for WooCommerce pages.
add_filter( 'woocommerce_show_page_title', '__return_false' );

/**
 * Before Content.
 *
 * Wraps all WooCommerce content in wrappers which match the theme markup.
 *
 * @return void
 */
function colormag_wrapper_start() {
	echo '<div id="cm-primary" class="cm-primary">';
}

add_action( 'woocommerce_before_main_content', 'colormag_wrapper_start', 10 );

/**
 * After Content.
 *
 * Closes the wrapping divs.
 *
 * @return void
 */
function colormag_wrapper_end() {
	echo '</div>';

	if ( 1 == get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 ) ) {
		colormag_woocommerce_sidebar_select();
	} else {
		colormag_sidebar_select();
	}
}

add_action( 'woocommerce_after_main_content', 'colormag_wrapper_end', 10 );


function colormag_is_wc_shop() {

	return ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() );
}

if ( ! function_exists( 'colormag_woocommerce_main_section_inner_end' ) ) :

	/**
	 *  Main section inner ends.
	 */
	function colormag_woocommerce_main_section_inner_end() {

		if ( colormag_is_wc_shop() || is_product() ) {

			echo '</div>';
		}
	}

endif;

add_action( 'colormag_action_after_inner_content', 'colormag_woocommerce_main_section_inner_end',11 );

if ( ! function_exists( 'colormag_woocommerce_main_section_inner_start' ) ) :

	/**
	 * Main section inner starts.
	 */
	function colormag_woocommerce_main_section_inner_start() {

		if ( colormag_is_wc_shop() || is_product() ) {

			echo '<div class="cm-row">';
		}
	}

endif;

add_action( 'colormag_action_before_inner_content', 'colormag_woocommerce_main_section_inner_start', 11 );

add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );

function colormag_enqueue_wc_scripts() {

	wp_enqueue_style( 'colormag-woocommerce-style', get_template_directory_uri() . '/woocommerce.css', array( 'colormag_style' ), COLORMAG_THEME_VERSION );

	add_filter( 'colormag_dynamic_theme_wc_css', array( 'ColorMag_Dynamic_CSS', 'render_wc_output' ) );

	// Generate dynamic CSS to add inline styles for the theme.
	$theme_dynamic_css = apply_filters( 'colormag_dynamic_theme_wc_css', '' );

	wp_add_inline_style( 'colormag-woocommerce-style', $theme_dynamic_css );

	$font_path   = WC()->plugin_url() . '/assets/fonts/';
	$inline_font = '
	@font-face {
		font-family: "star";
		src: url("' . $font_path . 'star.eot");
		src: url("' . $font_path . 'star.eot?#iefix") format("embedded-opentype"),
			url("' . $font_path . 'star.woff") format("woff"),
			url("' . $font_path . 'star.ttf") format("truetype"),
			url("' . $font_path . 'star.svg#star") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: "WooCommerce";
		src: url("' . $font_path . 'WooCommerce.eot");
		src: url("' . $font_path . 'WooCommerce.eot?#iefix") format("embedded-opentype"),
			url("' . $font_path . 'WooCommerce.woff") format("woff"),
			url("' . $font_path . 'WooCommerce.ttf") format("truetype"),
			url("' . $font_path . 'WooCommerce.svg#star") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	';

	wp_add_inline_style( 'colormag-woocommerce-style', $inline_font );
}
add_action( 'wp_enqueue_scripts', 'colormag_enqueue_wc_scripts', 11 );

/**
 * Opening element for filter wrapper at the top of WC pages.
 *
 * @since 1.0.0
 *
 * @return void
	 */
function colormag_woocommerce_filter_wrapper_before() {
		echo '<div class="cm-wc-filter">';
}

/**
 * Closing element for filter wrapper at the top of WC pages.
 *
 * @since 1.0.0
 *
 * @return void
 */
function colormag_woocommerce_filter_wrapper_after() {
	echo '</div><!-- /.cm-wc-filter -->';
}

// Add filter wrapper.
add_action( 'woocommerce_before_shop_loop', 'colormag_woocommerce_filter_wrapper_before', 10 );
add_action( 'woocommerce_before_shop_loop', 'colormag_woocommerce_filter_wrapper_after', 30 );
PK�
�[��b���%inc/compatibility/jetpack/jetpack.phpnu�[���<?php
/**
 * Jetpack Compatibility File.
 *
 * @link       https://jetpack.me/
 *
 * @package    ThemeGrill
 * @subpackage Colormag
 * @since      Colormag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Jetpack setup function.
 *
 * See: https://jetpack.me/support/infinite-scroll/
 * See: https://jetpack.me/support/responsive-videos/
 */
function colormag_jetpack_setup() {

	// Add theme support for Infinite Scroll.
	add_theme_support(
		'infinite-scroll',
		array(
			'container' => 'content',
			'render'    => 'colormag_infinite_scroll_render',
			'footer'    => 'page',
			'wrapper'   => false,
		)
	);

	// Add theme support for Responsive Videos.
	add_theme_support( 'jetpack-responsive-videos' );

}

add_action( 'after_setup_theme', 'colormag_jetpack_setup' );

if ( ! function_exists( 'colormag_infinite_scroll_render' ) ) :

	/**
	 * Custom render function for Infinite Scroll.
	 */
	function colormag_infinite_scroll_render() {
		while ( have_posts() ) {
			the_post();

			if ( is_search() ) :
				get_template_part( 'template-parts/content', 'archive' );
			else :
				get_template_part( 'template-parts/content', '' );
			endif;
		}
	}

endif;

/**
 * Enables Jetpack's Infinite Scroll in search pages, archive pages and blog pages and disables it in WooCommerce
 * product archive pages.
 *
 * @return bool
 */
function colormag_jetpack_infinite_scroll_supported() {
	return current_theme_supports( 'infinite-scroll' ) && ( is_home() || is_archive() || is_search() ) && ! ( is_post_type_archive( 'product' ) || is_tax( 'product_cat' ) || is_tax( 'product_tag' ) );
}

add_filter( 'infinite_scroll_archive_supported', 'colormag_jetpack_infinite_scroll_supported' );
PK�
�[2���Jinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-1.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Block 1.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 1.
 *
 * Class ColorMag_Elementor_Widgets_Block_1
 */
class ColorMag_Elementor_Widgets_Block_1 extends Colormag_Elementor_Widget_Base
{

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_1 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-1';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_1 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 1', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_1 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-1';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_1 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_1 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-block tg-module-block--style-1 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                $get_featured_posts->the_post();

                $featured_image_size = (1 == $count) ? 'colormag-featured-image' : 'colormag-featured-post-small';

                if (1 == $count) : // on first post.
                    ?>
                    <div class="tg-col-control">
                        <div class="tg_module_block">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php
                                    $this->the_post_thumbnail($featured_image_size);

                                    colormag_elementor_colored_category();
                                    ?>
                                </figure>
                            <?php
                            else :
                                if (1 == $count) :
                                    colormag_elementor_colored_category();
                                endif;
                            endif;
                            ?>

                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>

                            <div class="tg-expert entry-content">
                                <?php
                                // Displays the post excerpts.
                                the_excerpt();
                                ?>
                            </div>
                        </div>
                    </div>
                <?php
                endif;

                if (2 == $count) :
                ?>
                <div class="tg-col-control">
                    <?php endif; ?>

                    <?php if (2 <= $count) : // Add grid style after first post. ?>
                        <div class="tg_module_block tg_module_block--list-small">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail($featured_image_size); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    <?php
                    endif;

                    $count++;
                    endwhile;

                    if (2 < $count) :
                    ?>
                </div>
            <?php
            endif;
            // Reset the postdata.
            wp_reset_postdata();
            ?>
            </div>
        </div>

        <?php
    }

}

PK�
�[��
�
Jinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-9.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Block 9.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * Class ColorMag_Elementor_Widgets_Block_9
 */
class ColorMag_Elementor_Widgets_Block_9 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 6;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-9';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 9', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-9';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_9 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_9 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-block tg-module-block--style-9 no-module-thub tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg_module_block tg_module_block--list-small no-thumbnail tg-col-control">
                        <div class="tg-module-info">
                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>
                        </div>
                    </div>

                <?php
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[5�ggLinc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.phpnu�[���<?php
/**
 * Elementor Widget Base class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.0.0
 */

// Declare required namespace.
namespace elementor\widgets;

use Elementor\Widget_Base;
use Elementor\Controls_Manager;
use Elementor\Core\Schemes\Color;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Elementor Widget Base class.
 *
 * Class Colormag_Elementor_Widget_Base
 */
abstract class Colormag_Elementor_Widget_Base extends Widget_Base {

	/**
	 * Post number.
	 *
	 * @var int
	 */
	public $post_number = 5;

	/**
	 * Register Colormag_Elementor_Widget_Base widget controls.
	 *
	 * @access protected
	 */
	protected function register_controls() {

		// Controls related to widget title section.
		$this->widget_title_controls();

		// Controls related to widget title style section.
		$this->widget_title_style_controls();

		// Controls related to posts section.
		$this->posts_controls();

		// Controls related to posts filter section.
		$this->posts_filter_controls();

	}

	/**
	 * Controls related to widget title section.
	 */
	public function widget_title_controls() {

		// Widget title section.
		$this->start_controls_section(
			'section_colormag_widget_title_manage',
			array(
				'label' => esc_html__( 'Block Title', 'colormag' ),
			)
		);

		// Widget title.
		$this->add_control(
			'widget_title',
			array(
				'label'       => esc_html__( 'Title:', 'colormag' ),
				'type'        => Controls_Manager::TEXT,
				'placeholder' => esc_html__( 'Add your custom block title', 'colormag' ),
				'label_block' => true,
			)
		);

		// Extra option control related to widget title section.
		$this->widget_title_controls_extra();

		$this->end_controls_section();

	}

	/**
	 * Extra option control related to widget title section.
	 */
	public function widget_title_controls_extra() {
	}

	/**
	 * Controls related to widget title style section.
	 */
	public function widget_title_style_controls() {

		// Widget design section.
		$this->start_controls_section(
			'section_colormag_widget_title_design_manage',
			array(
				'label' => esc_html__( 'Widget Title', 'colormag' ),
				'tab'   => Controls_Manager::TAB_STYLE,
			)
		);

		$this->add_control(
			'widget_title_color',
			array(
				'label'     => esc_html__( 'Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#289dcc',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .module-title span' => 'background-color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .module-title'      => 'border-bottom-color: {{VALUE}}',
				),
			)
		);

		$this->add_control(
			'widget_title_text_color',
			array(
				'label'     => esc_html__( 'Text Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .module-title span' => 'color: {{VALUE}}',
				),
			)
		);

		// Extra option control related to widget title style section.
		$this->widget_title_style_controls_extra();

		$this->end_controls_section();

	}

	/**
	 * Extra option control related to widget title style section.
	 */
	public function widget_title_style_controls_extra() {
	}

	/**
	 * Controls related to posts section.
	 */
	public function posts_controls() {

		// Widget posts section.
		$this->start_controls_section(
			'section_colormag_posts_manage',
			array(
				'label' => esc_html__( 'Posts', 'colormag' ),
			)
		);

		$this->add_control(
			'posts_number',
			array(
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
				'type'    => Controls_Manager::TEXT,
				'default' => $this->post_number,
			)
		);

		$this->add_control(
			'offset_posts_number',
			array(
				'label' => esc_html__( 'Offset Posts:', 'colormag' ),
				'type'  => Controls_Manager::TEXT,
			)
		);

		// Extra option control related to posts section.
		$this->posts_controls_extra();

		$this->end_controls_section();

	}

	/**
	 * Extra option control related to posts section.
	 */
	public function posts_controls_extra() {
	}

	/**
	 * Controls related to posts filter section.
	 */
	public function posts_filter_controls() {

		// Posts filter section.
		$this->start_controls_section(
			'section_colormag_posts_filter_manage',
			array(
				'label' => esc_html__( 'Filter', 'colormag' ),
			)
		);

		$this->add_control(
			'display_type',
			array(
				'label'   => esc_html__( 'Display the posts from:', 'colormag' ),
				'type'    => Controls_Manager::SELECT,
				'default' => 'latest',
				'options' => array(
					'latest'     => esc_html__( 'Latest Posts', 'colormag' ),
					'categories' => esc_html__( 'Categories', 'colormag' ),
				),
			)
		);

		$this->add_control(
			'categories_selected',
			array(
				'label'     => esc_html__( 'Select categories:', 'colormag' ),
				'type'      => Controls_Manager::SELECT,
				'options'   => colormag_elementor_categories(),
				'condition' => array(
					'display_type' => 'categories',
				),
			)
		);

		// Extra option control related to posts filter section.
		$this->posts_filter_controls_extra();

		$this->end_controls_section();

	}

	/**
	 * Extra option control related to posts filter section.
	 */
	public function posts_filter_controls_extra() {
	}

	/**
	 * Query of the posts within the widgets.
	 *
	 * @param int    $posts_number        The number of posts to display.
	 * @param string $display_type        The display posts from the widget setting.
	 * @param int    $categories_selected The category id of the widget setting.
	 * @param int    $offset_posts_number The offset posts number of the widget setting.
	 *
	 * @return \WP_Query
	 */
	public function query_posts( $posts_number, $display_type, $categories_selected, $offset_posts_number ) {

		$query_args = array(
			'posts_per_page'      => $posts_number,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'no_found_rows'       => true,
		);

		// Display from the category selected.
		if ( 'categories' == $display_type ) {
			$query_args['category__in'] = $categories_selected;
		}

		// Offset the posts.
		if ( ! empty( $offset_posts_number ) ) {
			$query_args['offset'] = $offset_posts_number;
		}

		// Start the WP_Query Object/Class.
		$get_featured_posts = new \WP_Query( $query_args );

		return $get_featured_posts;

	}

	/**
	 * Displays the widget title.
	 *
	 * @param string $widget_title The available widget title.
	 */
	public function widget_title( $widget_title ) {

		// Return if $widget_title is empty.
		if ( ! $widget_title ) {
			return;
		}
		?>

		<div class="tg-module-title-wrap">
			<h4 class="module-title">
				<span><?php echo esc_html( $widget_title ); ?></span>
			</h4>
		</div><!-- tg-module-title-wrap -->

		<?php
	}

	/**
	 * Displays the post title within the widgets.
	 */
	public function the_title() {
		?>
		<h3 class="tg-module-title entry-title">
			<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
		</h3>
		<?php
	}

	/**
	 * Displays the featured image of the post within the widgets.
	 *
	 * @param string $size The featured image size.
	 */
	public function the_post_thumbnail( $size = '' ) {
		?>
		<a href="<?php the_permalink(); ?>" class="tg-thumb-link">
			<?php the_post_thumbnail( $size ); ?>
		</a>
		<?php
	}

}
PK�
�[�x����Jinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Block 6.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 6.
 *
 * Class ColorMag_Elementor_Widgets_Block_6
 */
class ColorMag_Elementor_Widgets_Block_6 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 6;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-6';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 6', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-6';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_6 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_6 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-block tg-module-block--style-6 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg_module_block tg_module_block--list-small tg-col-control">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail('colormag-featured-post-small'); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>
                        </div>
                    </div>
                <?php
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[4v��Iinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-3.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Grid 3.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 3.
 *
 * Class ColorMag_Elementor_Widgets_Grid_3
 */
class ColorMag_Elementor_Widgets_Grid_3 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 2;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-3';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 3', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-3';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_3 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_3 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-grid tg-module-grid--style-3 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-elementor-grid-large-thumbnail'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                    <?php
                    $count++;
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[�14||Iinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-2.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Grid 2.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 2.
 *
 * Class ColorMag_Elementor_Widgets_Grid_2
 */
class ColorMag_Elementor_Widgets_Grid_2 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-2';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 2', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-2';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_2 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_2 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-grid tg-module-grid--style-2 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();

                    $thumbnail_image_size = 'colormag-highlighted-post';
                    $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small tg_module_grid--half tg-col-control';

                    if (1 == $count) {
                        $thumbnail_image_size = 'colormag-elementor-grid-large-thumbnail';
                        $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--full';
                    } elseif (2 == $count) {
                        $thumbnail_image_size = 'colormag-elementor-grid-medium-large-thumbnail';
                        $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small tg_module_grid--full tg-col-control';
                    }

                    if ((1 == $count) || (2 == $count)) :
                        echo '<div class="tg-col-control">';
                    endif;
                    if (2 == $count) :
                        echo '<div class="tg-row thinner">';
                    endif;
                    ?>

                    <div class="<?php echo esc_attr($main_div_loop_wrapper_class); ?>">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail($thumbnail_image_size); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            colormag_elementor_colored_category();

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                    <?php
                    if (1 == $count) :
                        echo '</div>';
                    endif;

                    $count++;
                endwhile;

                if (2 < $count) {
                    echo '</div>';
                    echo '</div>';
                }

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[9^1��Iinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-5.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Grid 5.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 5.
 *
 * Class ColorMag_Elementor_Widgets_Grid_5
 */
class ColorMag_Elementor_Widgets_Grid_5 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-5';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 5', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-5';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_5 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_5 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-grid tg-module-grid--style-5 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row thinner">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid tg_module_grid--small-medium">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-elementor-grid-small-thumbnail'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                <?php
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[,o�#ooIinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-4.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Grid 4.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 4.
 *
 * Class ColorMag_Elementor_Widgets_Grid_4
 */
class ColorMag_Elementor_Widgets_Grid_4 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-4';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 4', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-4';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_4 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_4 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-grid tg-module-grid--style-4 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row thinner">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid tg_module_grid--medium">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-highlighted-post'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                <?php
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[˺��Jinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-4.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Block 4.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 4.
 *
 * Class ColorMag_Elementor_Widgets_Block_4
 */
class ColorMag_Elementor_Widgets_Block_4 extends Colormag_Elementor_Widget_Base
{

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_4 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-4';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_4 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 4', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_4 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-4';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_4 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_4 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-block tg-module-block--style-4 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);

            while ($get_featured_posts->have_posts()) :
                $get_featured_posts->the_post();
                ?>

                <div class="tg_module_block tg-row">
                    <?php if (has_post_thumbnail()) : ?>
                        <figure class="tg-module-thumb tg-col-control">
                            <?php $this->the_post_thumbnail('colormag-highlighted-post'); ?>
                        </figure>
                    <?php endif; ?>

                    <div class="tg-module-info tg-col-control">
                        <?php
                        // Display the post title.
                        $this->the_title();

                        // Displays the entry meta.
                        colormag_elementor_widgets_meta();
                        ?>

                        <div class="tg-excerpt entry-content">
                            <?php
                            // Displays the post excerpts.
                            the_excerpt();
                            ?>
                        </div>
                    </div>
                </div>

            <?php
            endwhile;

            // Reset the postdata.
            wp_reset_postdata();
            ?>
        </div>

        <?php
    }
}
PK�
�[�(�H��Jinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-2.phpnu�[���<?php
/**
 * ColorMag Elementor Widget Block 2.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 2.
 *
 * Class ColorMag_Elementor_Widgets_Block_2
 */
class ColorMag_Elementor_Widgets_Block_2 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_2 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-2';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_2 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 2', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_2 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-2';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_2 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_2 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $categories_selected = $this->get_settings('categories_selected');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number);
        ?>

        <div class="tg-module-block tg-module-wrapper tg-module-block--style-2">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_block">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php
                                    $this->the_post_thumbnail('colormag-highlighted-post');

                                    colormag_elementor_colored_category();
                                    ?>
                                </figure>
                            <?php
                            else :
                                colormag_elementor_colored_category();
                            endif;
                            ?>

                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>

                            <div class="tg-expert entry-content">
                                <?php
                                // Displays the post excerpts.
                                the_excerpt();
                                ?>
                            </div>

                        </div>
                    </div>

                <?php
                endwhile;

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
PK�
�[8� ${	{	Oinc/compatibility/elementor/widgets/colormag-elementor-global-widgets-title.phpnu�[���<?php
/**
 * ColorMag Elementor Global Widget Title.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Global Widget Title.
 *
 * Class ColorMag_Elementor_Global_Widgets_Title
 */
class ColorMag_Elementor_Global_Widgets_Title extends Colormag_Elementor_Widget_Base
{

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Global-Widgets-Title';
    }

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Title Widget', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'eicon-type-tool';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Global_Widgets_Title widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-global');
    }

    /**
     * Disable posts control for this widget.
     */
    public function posts_controls()
    {
    }

    /**
     * Disable posts filter control for this widget.
     */
    public function posts_filter_controls()
    {
    }

    /**
     * Render ColorMag_Elementor_Global_Widgets_Title widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');

        if (!empty($widget_title)) :
            ?>

            <div class="tg-module-wrapper">
                <?php
                // Displays the widget title.
                $this->widget_title($widget_title);
                ?>
            </div>

        <?php
        endif;

    }

}
PK�
�[H��3inc/compatibility/elementor/elementor-functions.phpnu�[���<?php
/**
 * Custom functions to be used within Elementor plugin.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

if ( ! function_exists( 'colormag_elementor_categories' ) ) :

	/**
	 * Return the values of all the categories of the posts present in the site.
	 *
	 * @return array of category ids and its respective names.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_categories() {
		$output     = array();
		$categories = get_categories();

		foreach ( $categories as $category ) {
			$output[ $category->term_id ] = $category->name;
		}

		return $output;
	}

endif;

/**
 * Colormag_Elementor required setups.
 *
 * Particularly used for registering post thumbnail size and others.
 *
 * Hooked in after_setup_theme.
 *
 * @since ColorMag 2.2.3
 */
function colormag_elementor_setup() {

	// Cropping the images to different sizes to be used in the theme for Elementor.
	// For the block widgets.
	add_image_size( 'colormag-elementor-block-extra-large-thumbnail', 1155, 480, true );

	// For the grid widgets.
	add_image_size( 'colormag-elementor-grid-large-thumbnail', 600, 417, true );
	add_image_size( 'colormag-elementor-grid-small-thumbnail', 285, 450, true );
	add_image_size( 'colormag-elementor-grid-medium-large-thumbnail', 575, 198, true );

}

add_action( 'after_setup_theme', 'colormag_elementor_setup' );

if ( ! function_exists( 'colormag_elementor_widgets_meta' ) ) :

	/**
	 * Display the posts meta for use within Elementor widgets
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_widgets_meta() {
		?>

		<div class="tg-module-meta">
			<?php
			// Displays the same published and updated date if the post is never updated.
			$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';

			// Displays the different published and updated date if the post is updated.
			if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
				$time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
			}

			$time_string = sprintf(
				$time_string,
				esc_attr( get_the_date( 'c' ) ),
				esc_html( get_the_date() ),
				esc_attr( get_the_modified_date( 'c' ) ),
				esc_html( get_the_modified_date() )
			);
			?>

			<span class="tg-post-date entry-date">
				<?php echo '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
			</span>

			<span class="tg-post-auther-name author vcard">
				<?php echo '<a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a>'; ?>
			</span>

			<?php if ( ! post_password_required() && comments_open() ) { ?>
				<span class="tg-module-comments">
					<?php comments_popup_link( '0', '1', '%' ); ?>
				</span>
			<?php } ?>
		</div>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_elementor_styles' ) ) :

	/**
	 * Loads styles on elementor editor.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_styles() {
		wp_enqueue_style( 'colormag-econs', get_template_directory_uri() . '/inc/elementor/assets/css/colormag-econs.css', false, '1.0' );
	}

endif;

add_action( 'elementor/editor/after_enqueue_styles', 'colormag_elementor_styles' );


if ( ! function_exists( 'colormag_elementor_colored_category' ) ) :

	/**
	 * Display/Returns the category names for Elementor widgets.
	 *
	 * @param bool $display The option to display or echo the value.
	 *
	 * @return mixed
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_colored_category( $display = 1 ) {
		global $post;
		$categories = get_the_category();
		$separator  = '&nbsp;';
		$output     = '';

		if ( $categories ) {
			$output .= '<div class="tg-post-categories">';

			foreach ( $categories as $category ) {
				$color_code = colormag_category_color( get_cat_id( $category->cat_name ) );
				if ( ! empty( $color_code ) ) {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" style="background:' . colormag_category_color( get_cat_id( $category->cat_name ) ) . '" class="tg-post-category" rel="category tag">' . $category->cat_name . '</a>' . $separator;
				} else {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" class="tg-post-category" rel="category tag">' . $category->cat_name . '</a>' . $separator;
				}
			}

			$output .= '</div>';

			if ( 0 == $display ) {
				$output = trim( $output, $separator );
			}

			if ( 1 == $display ) {
				echo trim( $output, $separator ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}
		}

		if ( 0 == $display ) {
			return $output;
		}
	}

endif;
PK�
�[�'���)inc/compatibility/elementor/elementor.phpnu�[���<?php
/**
 * Implements the compatibility for the Elementor plugin in ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.2.3
 */

use elementor\widgets\ColorMag_Elementor_Global_Widgets_Title;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_1;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_2;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_4;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_6;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_9;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_2;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_3;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_4;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_5;

if ( ! function_exists( 'colormag_elementor_widget_render_filter' ) ) :

	/**
	 * Render the default WordPress widget settings, ie, divs.
	 *
	 * @param array $args The widget id.
	 *
	 * @return array Register sidebar divs.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_widget_render_filter( $args ) {

		$sidebar_args = array(
			'before_widget' => '<section class="widget ' . colormag_widget_class_names( $args['widget_id'] ) . ' clearfix">',
			'after_widget'  => '</section>',
			'before_title'  => '<h3 class="widget-title"><span>',
			'after_title'   => '</span></h3>',
		);

		return $sidebar_args;

	}

endif;

add_filter( 'elementor/widgets/wordpress/widget_args', 'colormag_elementor_widget_render_filter' ); // WPCS: spelling ok.

if ( ! function_exists( 'colormag_widget_class_names' ) ) :

	/**
	 * Render the widget classes for Elementor plugin compatibility.
	 *
	 * @param string $widgets_id The widgets of the id.
	 *
	 * @return mixed The widget classes of the id passed.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_widget_class_names( $widgets_id ) {

		$widgets_id = str_replace( 'wp-widget-', '', $widgets_id );

		$classes = colormag_widgets_classes();

		return isset( $classes[ $widgets_id ] ) ? $classes[ $widgets_id ] : 'widget_featured_posts';

	}

endif;

if ( ! function_exists( 'colormag_widgets_classes' ) ) :

	/**
	 * Return all the arrays of widgets classes and classnames of same respectively.
	 *
	 * @return array the array of widget classnames and its respective classes.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_widgets_classes() {

		$sidebar_class = array(
			'colormag_featured_posts_slider_widget'   => 'widget_featured_slider widget_featured_meta',
			'colormag_highlighted_posts_widget'       => 'widget_highlighted_posts widget_featured_meta',
			'colormag_featured_posts_widget'          => 'widget_featured_posts widget_featured_meta',
			'colormag_featured_posts_vertical_widget' => 'widget_featured_posts widget_featured_posts_vertical widget_featured_meta',
			'colormag_728x90_advertisement_widget'    => 'widget_300x250_advertisement',
			'colormag_300x250_advertisement_widget'   => 'widget_728x90_advertisement',
			'colormag_125x125_advertisement_widget'   => 'widget_125x125_advertisement',
		);

		return $sidebar_class;

	}

endif;

/**
 * Load the ColorMag Elementor widgets file and registers it
 */
if ( ! function_exists( 'colormag_elementor_widgets_registered' ) ) :

	/**
	 * Load and register the required Elementor widgets file.
	 *
	 * @param Elementor\Widgets_Manager $widgets_manager The widgets manager instance.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_widgets_registered( $widgets_manager ) {

		// Require the Widget Base class.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/class-colormag-elementor-widget-base.php';

		// Require the files.
		// 1. Block Widgets.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-1.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-2.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-4.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-6.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-9.php';

		// 2. Grid Widgets.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-2.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-3.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-4.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-5.php';

		// 3. Global Widgets.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-global-widgets-title.php';

		// Register the widgets
		// 1. Block Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_1() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_2() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_4() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_6() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_9() );

		// 2. Grid Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_2() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_3() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_4() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_5() );

		// 3. Global Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Global_Widgets_Title() );

	}

endif;

add_action( 'elementor/widgets/widgets_registered', 'colormag_elementor_widgets_registered' );

if ( ! function_exists( 'colormag_elementor_category' ) ) :

	/**
	 * Add the Elementor category for use in ColorMag widgets as separator.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_category() {

		// Register widget block category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-blocks',
			array(
				'title' => esc_html__( 'ColorMag Widget Blocks', 'colormag' ),
			),
			1
		);

		// Register widget grid category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-grid',
			array(
				'title' => esc_html__( 'ColorMag Widget Grid', 'colormag' ),
			),
			1
		);

		// Register widget global category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-global',
			array(
				'title' => esc_html__( 'ColorMag Global Widgets', 'colormag' ),
			),
			1
		);
	}

endif;

add_action( 'elementor/init', 'colormag_elementor_category' );

if ( ! function_exists( 'colormag_elementor_enqueue_style' ) ) :

	/**
	 * Enqueue the styles for use within Elementor only.
	 *
	 * @since ColorMag 1.2.3
	 */
	function colormag_elementor_enqueue_style() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		// Enqueue the main Elementor CSS file for use with Elementor.
		wp_enqueue_style( 'colormag-elementor', COLORMAG_ELEMENTOR_URL . '/assets/css/elementor' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );
		wp_style_add_data( 'colormag-elementor', 'rtl', 'replace' );

	}

endif;

add_action( 'elementor/frontend/after_enqueue_styles', 'colormag_elementor_enqueue_style' );
PK�
�[11��22;inc/compatibility/elementor/assets/js/colormag-elementor.jsnu�[���/**
 * ColorMag Custom Elementor JS settings
 */PK�
�[�G��>inc/compatibility/elementor/assets/SCSS/responsive/_small.scssnu�[���@media only screen and (max-width : 768px) {
	.elementor {
		.tg-module-wrapper {
			
			// common
			&.tg-module-block {
				&.tg-module-block--style-1,
				&.tg-module-block--style-2,
				&.tg-module-block--style-6,
				&.tg-module-block--style-9 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
			}

			&.tg-module-grid {
				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2,
				&.tg-module-grid--style-3,
				&.tg-module-grid--style-4,
				&.tg-module-grid--style-5 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}

				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2 {
					.tg_module_grid--small {
						flex-basis: $column-6;
					}
				}

				&.tg-module-grid--style-2 {
					.tg_module_grid--full {
						flex-basis: $column-12;
					}
				}

				&.tg-module-grid--style-5 {
					.tg-col-control {
						flex-basis: $column-6;
						margin-bottom: 4px;
					}
				}

				&.tg-module-grid--style-3,
				&.tg-module-grid--style-4,
				&.tg-module-grid--style-5 {
					.tg-col-control {
						margin-bottom: 4px;
					}
				}
			}
		}
	}
}

@media only screen and (max-width : 480px) {
	.elementor {
		.tg-module-wrapper {
			&.tg-module-grid {
				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2 {
					.tg_module_grid--half {
						flex-basis: $column-12;
					}
				}

				&.tg-module-grid--style-5 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
			}
		}
	}
}PK�
�[?inc/compatibility/elementor/assets/SCSS/responsive/_medium.scssnu�[���PK�
�[>inc/compatibility/elementor/assets/SCSS/responsive/_large.scssnu�[���PK�
�[�灀ZZ6inc/compatibility/elementor/assets/SCSS/elementor.scssnu�[���@import 'variables/colors';
@import 'variables/grid';
@import 'layout/grid';
@import 'modules/clearings';
@import 'modules/ticker';
@import 'modules/common';
@import 'modules/block-posts';
@import 'modules/grid-posts';
@import 'responsive/large';
@import 'responsive/medium';
@import 'responsive/small';
@import 'layout/col-control';
PK�
�[�����>inc/compatibility/elementor/assets/SCSS/variables/_colors.scssnu�[���/*=====  Light colors  ======*/
$white:#fff;
$color_gray_eleven: darken($white, 2.5% ); // #f9f9f9
$color_gray_ten: darken($white, 2.6% ); // #f8f8f8
$color_gray_nine: darken($white, 5% ); //#f2f2f2
$color_gray_eight: darken($white, 8.4% ); // #eaeaea
$color_gray_seven: darken($white, 20% ); // #cccccc
$color_meta: #969696;

$black: #000000;
$color_gray_one: lighten($black, 13.6%); // #232323 
$color_gray_two: lighten($black, 20%); // #333333
$color_gray_three: lighten($black, 26.5%); // #444444
$color_gray_four:  lighten($black, 33.5%); // #555555
$color_gray_five: lighten($black, 46.5%); // #777777
$color_gray_six: lighten($black, 53.5%); // #888888

$primary:#289dcc;PK�
�[�Y88<inc/compatibility/elementor/assets/SCSS/variables/_grid.scssnu�[���// Define 12 column grid width
$column-12: 100%;
$collumn-11: 91.66666667%;
$column-10: 83.33333333%;
$column-9: 75%;
$column-8: 66.66666667%;
$column-7: 58.33333333%;
$column-6: 50%;
$column-5: 41.66666667%;
$column-4: 33.33333333%;
$column-3: 25%;
$column-2: 16.66666667%;
$column-1: 8.33333333%;
PK�
�[��^V��9inc/compatibility/elementor/assets/SCSS/layout/_grid.scssnu�[���/*--------------------------------------------------------------
# Grid	
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}
.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}
.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-page {

	.entry-header {
		display: none;
	}
}

.tg-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;

	.tg-col-control {
		padding-right: 15px;
		padding-left: 15px;
	}

	&.thinner {
		margin-left: -2px;
		margin-right: -2px;

		.tg-col-control {
			padding-right: 2px;
			padding-left: 2px;
		}
	}
}PK�
�[/�S���@inc/compatibility/elementor/assets/SCSS/layout/_col-control.scssnu�[���@media only screen and (min-width : 768px) {
	.elementor {
		
		//full width
		.elementor-col-100,
		.elementor-column[data-col="100"] {
			.tg-module-wrapper {
				&.tg-module-block {
					&.tg-module-block--style-2,
					&.tg-module-block--style-3,
					&.tg-module-block--style-6,
					&.tg-module-block--style-8,
					&.tg-module-block--style-9 {
						.tg-col-control {
							flex-basis: $column-4;
						}
					}
				}
			}
		}
		
		//sidebar
		.elementor-col-25,
		.elementor-column[data-col="25"],
		.elementor-col-33,
		.elementor-column[data-col="33"] {
			.tg-module-wrapper {
				&.tg-module-block {
					&.tg-module-block--style-2,
					&.tg-module-block--style-3,
					&.tg-module-block--style-6,
					&.tg-module-block--style-8,
					&.tg-module-block--style-9 {
						.tg-col-control {
							flex-basis: $column-12;
						}
					}
				}
			}
		}
	}
}PK�
�[%z6��Ainc/compatibility/elementor/assets/SCSS/modules/_block-posts.scssnu�[���.elementor {
	.tg-module-wrapper {

		// common
		.tg_module_block {
			.tg-module-thumb {
				position: relative;
				margin-bottom: 13px;

				.tg-post-categories {
					position: absolute;
					bottom: 0;
					left: 0;
				}
			}

			.tg-post-category {
				display: inline-block;
				background-color: #FFE066;
			}
			.tg-module-meta {
				margin-bottom: 10px;
			}

			&.tg_module_block--small {
				.tg-module-title {
					font-size: 16px;
				}
			}

			// Small list style
			&.tg_module_block--list-small {
				position: relative;
				margin-bottom: 15px;

				.tg-module-thumb {
					width: 100px;
					float: left;
					margin-right: 10px;
				}

				.tg-module-info {
					min-height: 73px;

					.entry-title {
						font-size: 14px;
					}
					.entry-content {
						p {
							margin-bottom: 0;
						}
					}

					.tg-module-meta {
						margin-bottom: 0;
					}
				}

				&.no-thumbnail {
					.tg-module-info {
						margin-left: 0;
						min-height: 0;
					}
				}

				&.tg-col-control {

					.tg-module-thumb {
						margin-bottom: 0;
					}
				}

			}

			&.tg_module_block--inner-shadow {
				position: relative;

				.tg-module-thumb {
					&::before,
					&::after {
						content: "";
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: linear-gradient( to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.1) 100%);
					}

					&::after {
						background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
						bottom: 0;
						top: auto;
					}
				}
			}
		}


		&.tg-module-block {
			&.tg-module-block--style-1,
			&.tg-module-block--style-2,
			&.tg-module-block--style-6,
			&.tg-module-block--style-9 {
				.tg-col-control {
					flex-basis: $column-6;
				}
			}

			&.tg-module-block--style-2,
			&.tg-module-block--style-4 {
				.tg-col-control {
					margin-bottom: 30px;
				}
			}

			&.tg-module-block--style-4 {
				.tg-module-thumb {
					flex-basis: $column-4;
				}

				.tg-module-info {
					flex-basis: $column-8;
				}
			}
		}
	}
}
PK�
�[<inc/compatibility/elementor/assets/SCSS/modules/_ticker.scssnu�[���PK�
�[��V��?inc/compatibility/elementor/assets/SCSS/modules/_clearings.scssnu�[���.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}
.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}PK�
�[���7]]<inc/compatibility/elementor/assets/SCSS/modules/_common.scssnu�[���.elementor {

	.elementor-image {
		.wp-caption {
			border: none;

			img {
				margin: 0;
			}
		}
	}
		
	.tg-module-wrapper {
		color: $color_gray_five;
		font-size: 14px;
		margin-bottom: 42px;
		
		.module-title {
			border-bottom: 1px solid $primary;
			padding-bottom: 0;
			font-size: 14px;
			margin-bottom: 30px;
			
			span {
				background-color: $primary;
				color: $white;
				padding:7px 12px;
				display: inline-block;
			}
		}
		
		a {
			transition: 0.5s color ease-in-out;
		}
		
		.tg-post-category {
			background-color: $primary;
			padding: 5px 10px;
			color: $white;
			font-size: 12px;
			text-transform: uppercase;
			display: inline-block;
		}
		
		.tg-module-thumb {
			text-align: left;
			
			img {
				display: block;
				margin-bottom: 0;
				width: 100%;
			}
		}
		
		.tg-module-title {
			font-size: 21px;
			padding-bottom: 0;
			margin-bottom: 5px;
			font-weight: 600;
			color: $color_gray_one;
			
			a {
				color: inherit;
			}

			&:hover {
				a {
					color: $primary;
				}
			}
		}
		
		.tg-module-meta {

			.tg-post-date {
				.updated:not(.published) {
					display: none;
				}
			}
			
			.tg-post-auther-name,
			.tg-post-date,
			.tg-module-comments {
				font-size: 12px;
				margin-right: 10px;
				display: inline-block;
				
				a {
					color: $color_meta;
					
					&:hover {
						color: $primary;
					}
				}
			}
			
			.tg-post-auther-name {
				a {
					color: $color_gray_two;
				}
			}
			
			.tg-module-comments {
				margin-right: 0;
			}
		}
	}
}PK�
�[G
��	�	@inc/compatibility/elementor/assets/SCSS/modules/_grid-posts.scssnu�[���.elementor {
	.tg-module-wrapper {
		
		&.tg-module-grid {
			
			// default styles
			.tg_module_grid {
				position: relative;

				.tg-thumb-link {
					display: block;
					position: relative;
					
					&::before,
					&::after {
						content: "";
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: linear-gradient( to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.1) 100%);
					}
					
					&::after {
						background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
						bottom: 0;
						top: auto;
					}
				}

				.tg-module-info {
					position: absolute;
					bottom: 15px;
					left: 15px;
					right: 15px;

					.tg-post-categories {
						margin-bottom: 7px;
					}

					.tg-module-title {
						font-size: 24px;
						font-weight: 500;
						color: $white;
					}

					.tg-module-meta {
						span,
						a {
							color: $white;
						}
					}
				}

				&.tg_module_grid--small {
					.tg-module-info {
						bottom: 10px;
						right: 10px;
						left: 10px;

						.tg-module-title {
							font-size: 16px;
						}
					}
				}

				&.tg_module_grid--small-medium {
					.tg-module-info {
						.tg-module-title {
							font-size: 18px;
						}
					}
				}

				&.tg_module_grid--medium {
					.tg-module-info {
						.tg-module-title {
							font-size: 21px;
						}
					}
				}

				&.tg_module_grid--half {
					flex-basis: $column-6;
					margin-bottom: 3px;
				}

				&.tg_module_grid--one-fourth {
					flex-basis: $column-3;
					margin-bottom: 3px;
				}

				&.tg_module_grid--one-third {
					flex-basis: $column-4;
					margin-bottom: 3px;
				}

				&.tg_module_grid--full {
					flex-basis: $column-12;
					margin-bottom: 3px;
				}
			}

			&.tg-module-grid--style-2,
			&.tg-module-grid--style-3,
			&.tg-module-grid--style-6 {
				.tg-col-control {
					flex-basis: $column-6;
				}
			}

			&.tg-module-grid--style-2 {
				.tg_module_grid--full {
					flex-basis: $column-12;
				}
			}

			&.tg-module-grid--style-3 {
				.tg-col-control {
					margin-bottom: 4px;
				}
			}

			&.tg-module-grid--style-4 {
				.tg-col-control {
					flex-basis: $column-4;
				}
			}

			&.tg-module-grid--style-5 {
				.tg-col-control {
					flex-basis: $column-3;
				}
			}
		}
	}
}PK�
�[5V�FF=inc/compatibility/elementor/assets/SCSS/modules/_icomoon.scssnu�[���@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?jqs2fp');
	src:  url('../fonts/icomoon.eot?jqs2fp#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?jqs2fp') format('truetype'),
	url('../fonts/icomoon.woff?jqs2fp') format('woff'),
	url('../fonts/icomoon.svg?jqs2fp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Icons-01:before {
	content: "\e900";
}
.icon-Icons-02:before {
	content: "\e901";
}
.icon-Icons-03:before {
	content: "\e902";
}
.icon-Icons-04:before {
	content: "\e903";
	color: #000;
}
.icon-Icons-05:before {
	content: "\e904";
	color: #000;
}
.icon-Icons-06:before {
	content: "\e905";
	color: #000;
}
.icon-Icons-07:before {
	content: "\e906";
}
.icon-Icons-08:before {
	content: "\e907";
}
.icon-Icons-09:before {
	content: "\e908";
	color: #000;
}
.icon-Icons-10:before {
	content: "\e909";
	color: #000;
}
PK�
�[��y`��/inc/compatibility/elementor/assets/img/prev.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="6016.586 884.793 17.121 31.414">
    <defs>
        <style>
            .cls-1 {
                fill: none;
                stroke: #fff;
                stroke-width: 2px;
            }
        </style>
    </defs>
    <path id="prev" class="cls-1" d="M7068,885l15,15-15,15" transform="translate(13101 1800.5) rotate(180)"/>
</svg>PK�
�[F
l�vv/inc/compatibility/elementor/assets/img/next.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" viewBox="7067.293 884.793 17.121 31.414">
    <defs>
        <style>
            .cls-1 {
                fill: none;
                stroke: #fff;
                stroke-width: 2px;
            }
        </style>
    </defs>
    <path id="next" class="cls-1" d="M7068,885l15,15-15,15" transform="translate(0 0.5)"/>
</svg>PK�
�[�XMn�<�<8inc/compatibility/elementor/assets/css/elementor.min.cssnu�[���*{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor-column-gap-default .elementor-row{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}.elementor-column-gap-narrow .elementor-row{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.elementor-column-gap-extended .elementor-row{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.elementor-column-gap-wide .elementor-row{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.elementor-column-gap-wider .elementor-row{width:calc(100% + 60px);margin-left:-30px;margin-right:-30px}.elementor-page .entry-header{display:none}.tg-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.tg-row .tg-col-control{padding-right:15px;padding-left:15px}.tg-row.thinner{margin-left:-2px;margin-right:-2px}.tg-row.thinner .tg-col-control{padding-right:2px;padding-left:2px}.clearfix::before,.clearfix::after,.container::before,.container::after,.container-fluid::before,.container-fluid::after{display:table;content:""}.clearfix::after,.container::after,.container-fluid::after{clear:both}.elementor .elementor-image .wp-caption{border:0}.elementor .elementor-image .wp-caption img{margin:0}.elementor .tg-module-wrapper{color:#777;font-size:14px;margin-bottom:42px}.elementor .tg-module-wrapper .module-title{border-bottom:1px solid #289dcc;padding-bottom:0;font-size:14px;margin-bottom:30px}.elementor .tg-module-wrapper .module-title span{background-color:#289dcc;color:#fff;padding:7px 12px;display:inline-block}.elementor .tg-module-wrapper a{-webkit-transition:.5s color ease-in-out;transition:.5s color ease-in-out}.elementor .tg-module-wrapper .tg-post-category{background-color:#289dcc;padding:5px 10px;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block}.elementor .tg-module-wrapper .tg-module-thumb{text-align:left}.elementor .tg-module-wrapper .tg-module-thumb img{display:block;margin-bottom:0;width:100%}.elementor .tg-module-wrapper .tg-module-title{font-size:21px;padding-bottom:0;margin-bottom:5px;font-weight:600;color:#232323}.elementor .tg-module-wrapper .tg-module-title a{color:inherit}.elementor .tg-module-wrapper .tg-module-title:hover a{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published){display:none}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{font-size:12px;margin-right:10px;display:inline-block}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a{color:#969696}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a{color:#333}.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{margin-right:0}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb{position:relative;margin-bottom:13px}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories{position:absolute;bottom:0;left:0}.elementor .tg-module-wrapper .tg_module_block .tg-post-category{display:inline-block;background-color:#ffe066}.elementor .tg-module-wrapper .tg_module_block .tg-module-meta{margin-bottom:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title{font-size:16px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small{position:relative;margin-bottom:15px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb{width:100px;float:left;margin-right:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info{min-height:73px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-title{font-size:14px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-content p{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info{margin-left:0;min-height:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow{position:relative}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control{margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid{position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link{display:block;position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info{position:absolute;bottom:15px;left:15px;right:15px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-post-categories{margin-bottom:7px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title{font-size:24px;font-weight:500;color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a{color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info{bottom:10px;right:10px;left:10px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title{font-size:16px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title{font-size:18px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title{font-size:21px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:25%;flex-basis:25%}@media only screen and (max-width:768px){.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{margin-bottom:4px}}@media only screen and (max-width:480px){.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (min-width:768px){.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}PK�
�[x;����=inc/compatibility/elementor/assets/css/colormag-econs.min.cssnu�[���@font-face{font-family:'colormag-econs';src:url('../fonts/colormag-econs.eot?qrxuz2');src:url('../fonts/colormag-econs.eot?qrxuz2#iefix') format('embedded-opentype'),url('../fonts/colormag-econs.ttf?qrxuz2') format('truetype'),url('../fonts/colormag-econs.woff?qrxuz2') format('woff'),url('../fonts/colormag-econs.svg?qrxuz2#colormag-econs') format('svg');font-weight:normal;font-style:normal}[class^="colormag-econs-"],[class*=" colormag-econs-"]{font-family:'colormag-econs' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.colormag-econs-block-1:before{content:"\e900"}.colormag-econs-block-2:before{content:"\e901"}.colormag-econs-block-3:before{content:"\e902"}.colormag-econs-block-4:before{content:"\e903"}.colormag-econs-block-5:before{content:"\e904"}.colormag-econs-block-6:before{content:"\e905"}.colormag-econs-block-7:before{content:"\e906"}.colormag-econs-block-8:before{content:"\e907"}.colormag-econs-block-9:before{content:"\e908"}.colormag-econs-grid-1:before{content:"\e90a"}.colormag-econs-grid-2:before{content:"\e90b"}.colormag-econs-grid-3:before{content:"\e90c"}.colormag-econs-grid-4:before{content:"\e90d"}.colormag-econs-grid-5:before{content:"\e90e"}.colormag-econs-grid-6:before{content:"\e90f"}.colormag-econs-grid-7:before{content:"\e909"}.colormag-econs-grid-8:before{content:"\e910"}.colormag-econs-grid-9:before{content:"\e911"}PK�
�[��ȴ::9inc/compatibility/elementor/assets/css/colormag-econs.cssnu�[���@font-face {
  font-family: 'colormag-econs';
  src:  url('../fonts/colormag-econs.eot?qrxuz2');
  src:  url('../fonts/colormag-econs.eot?qrxuz2#iefix') format('embedded-opentype'),
    url('../fonts/colormag-econs.ttf?qrxuz2') format('truetype'),
    url('../fonts/colormag-econs.woff?qrxuz2') format('woff'),
    url('../fonts/colormag-econs.svg?qrxuz2#colormag-econs') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="colormag-econs-"], [class*=" colormag-econs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'colormag-econs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.colormag-econs-block-1:before {
  content: "\e900";
}
.colormag-econs-block-2:before {
  content: "\e901";
}
.colormag-econs-block-3:before {
  content: "\e902";
}
.colormag-econs-block-4:before {
  content: "\e903";
}
.colormag-econs-block-5:before {
  content: "\e904";
}
.colormag-econs-block-6:before {
  content: "\e905";
}
.colormag-econs-block-7:before {
  content: "\e906";
}
.colormag-econs-block-8:before {
  content: "\e907";
}
.colormag-econs-block-9:before {
  content: "\e908";
}
.colormag-econs-grid-1:before {
  content: "\e90a";
}
.colormag-econs-grid-2:before {
  content: "\e90b";
}
.colormag-econs-grid-3:before {
  content: "\e90c";
}
.colormag-econs-grid-4:before {
  content: "\e90d";
}
.colormag-econs-grid-5:before {
  content: "\e90e";
}
.colormag-econs-grid-6:before {
  content: "\e90f";
}
.colormag-econs-grid-7:before {
  content: "\e909";
}
.colormag-econs-grid-8:before {
  content: "\e910";
}
.colormag-econs-grid-9:before {
  content: "\e911";
}
PK�
�['��$7B7B4inc/compatibility/elementor/assets/css/elementor.cssnu�[���/*=====  Light colors  ======*/
/*--------------------------------------------------------------
# Grid	
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-page .entry-header {
	display: none;
}

.tg-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.tg-row .tg-col-control {
	padding-right: 15px;
	padding-left: 15px;
}

.tg-row.thinner {
	margin-left: -2px;
	margin-right: -2px;
}

.tg-row.thinner .tg-col-control {
	padding-right: 2px;
	padding-left: 2px;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}

.elementor .elementor-image .wp-caption {
	border: none;
}

.elementor .elementor-image .wp-caption img {
	margin: 0;
}

.elementor .tg-module-wrapper {
	color: #777777;
	font-size: 14px;
	margin-bottom: 42px;
}

.elementor .tg-module-wrapper .module-title {
	border-bottom: 1px solid #289dcc;
	padding-bottom: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper .module-title span {
	background-color: #289dcc;
	color: #fff;
	padding: 7px 12px;
	display: inline-block;
}

.elementor .tg-module-wrapper a {
	-webkit-transition: 0.5s color ease-in-out;
	transition: 0.5s color ease-in-out;
}

.elementor .tg-module-wrapper .tg-post-category {
	background-color: #289dcc;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-thumb {
	text-align: left;
}

.elementor .tg-module-wrapper .tg-module-thumb img {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.elementor .tg-module-wrapper .tg-module-title {
	font-size: 21px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #232323;
}

.elementor .tg-module-wrapper .tg-module-title a {
	color: inherit;
}

.elementor .tg-module-wrapper .tg-module-title:hover a {
	color: #289dcc;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a {
	color: #969696;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover {
	color: #289dcc;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a {
	color: #333333;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	margin-right: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb {
	position: relative;
	margin-bottom: 13px;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories {
	position: absolute;
	bottom: 0;
	left: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-post-category {
	display: inline-block;
	background-color: #FFE066;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-meta {
	margin-bottom: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small {
	position: relative;
	margin-bottom: 15px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info {
	min-height: 73px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-title {
	font-size: 14px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-content p {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info {
	margin-left: 0;
	min-height: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow {
	position: relative;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before, .elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control {
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid {
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link {
	display: block;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before, .elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-post-categories {
	margin-bottom: 7px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,
.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info {
	bottom: 10px;
	right: 10px;
	left: 10px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title {
	font-size: 18px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title {
	font-size: 21px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control {
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

@media only screen and (max-width: 768px) {
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
PK�
�[*pOF�<�<<inc/compatibility/elementor/assets/css/elementor.min-rtl.cssnu�[���*{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor-column-gap-default .elementor-row{width:calc(100% + 20px);margin-right:-10px;margin-left:-10px}.elementor-column-gap-narrow .elementor-row{width:calc(100% + 10px);margin-right:-5px;margin-left:-5px}.elementor-column-gap-extended .elementor-row{width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}.elementor-column-gap-wide .elementor-row{width:calc(100% + 40px);margin-right:-20px;margin-left:-20px}.elementor-column-gap-wider .elementor-row{width:calc(100% + 60px);margin-right:-30px;margin-left:-30px}.elementor-page .entry-header{display:none}.tg-container{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tg-row .tg-col-control{padding-left:15px;padding-right:15px}.tg-row.thinner{margin-right:-2px;margin-left:-2px}.tg-row.thinner .tg-col-control{padding-left:2px;padding-right:2px}.clearfix::before,.clearfix::after,.container::before,.container::after,.container-fluid::before,.container-fluid::after{display:table;content:""}.clearfix::after,.container::after,.container-fluid::after{clear:both}.elementor .elementor-image .wp-caption{border:0}.elementor .elementor-image .wp-caption img{margin:0}.elementor .tg-module-wrapper{color:#777;font-size:14px;margin-bottom:42px}.elementor .tg-module-wrapper .module-title{border-bottom:1px solid #289dcc;padding-bottom:0;font-size:14px;margin-bottom:30px}.elementor .tg-module-wrapper .module-title span{background-color:#289dcc;color:#fff;padding:7px 12px;display:inline-block}.elementor .tg-module-wrapper a{-webkit-transition:.5s color ease-in-out;transition:.5s color ease-in-out}.elementor .tg-module-wrapper .tg-post-category{background-color:#289dcc;padding:5px 10px;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block}.elementor .tg-module-wrapper .tg-module-thumb{text-align:right}.elementor .tg-module-wrapper .tg-module-thumb img{display:block;margin-bottom:0;width:100%}.elementor .tg-module-wrapper .tg-module-title{font-size:21px;padding-bottom:0;margin-bottom:5px;font-weight:600;color:#232323}.elementor .tg-module-wrapper .tg-module-title a{color:inherit}.elementor .tg-module-wrapper .tg-module-title:hover a{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published){display:none}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{font-size:12px;margin-left:10px;display:inline-block}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a{color:#969696}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a{color:#333}.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{margin-left:0}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb{position:relative;margin-bottom:13px}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories{position:absolute;bottom:0;right:0}.elementor .tg-module-wrapper .tg_module_block .tg-post-category{display:inline-block;background-color:#ffe066}.elementor .tg-module-wrapper .tg_module_block .tg-module-meta{margin-bottom:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title{font-size:16px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small{position:relative;margin-bottom:15px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb{width:100px;float:right;margin-left:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info{min-height:73px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-title{font-size:14px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-content p{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info{margin-right:0;min-height:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow{position:relative}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control{margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid{position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link{display:block;position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info{position:absolute;bottom:15px;right:15px;left:15px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-post-categories{margin-bottom:7px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title{font-size:24px;font-weight:500;color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a{color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info{bottom:10px;left:10px;right:10px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title{font-size:16px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title{font-size:18px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title{font-size:21px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:25%;flex-basis:25%}@media only screen and (max-width:768px){.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{margin-bottom:4px}}@media only screen and (max-width:480px){.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (min-width:768px){.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}PK�
�[V�:	BBBB8inc/compatibility/elementor/assets/css/elementor-rtl.cssnu�[���/*=====  Light colors  ======*/
/*--------------------------------------------------------------
# Grid	
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-right: -10px;
	margin-left: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-right: -5px;
	margin-left: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-right: -30px;
	margin-left: -30px;
}

.elementor-page .entry-header {
	display: none;
}

.tg-container {
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.tg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.tg-row .tg-col-control {
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row.thinner {
	margin-right: -2px;
	margin-left: -2px;
}

.tg-row.thinner .tg-col-control {
	padding-left: 2px;
	padding-right: 2px;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}

.elementor .elementor-image .wp-caption {
	border: none;
}

.elementor .elementor-image .wp-caption img {
	margin: 0;
}

.elementor .tg-module-wrapper {
	color: #777777;
	font-size: 14px;
	margin-bottom: 42px;
}

.elementor .tg-module-wrapper .module-title {
	border-bottom: 1px solid #289dcc;
	padding-bottom: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper .module-title span {
	background-color: #289dcc;
	color: #fff;
	padding: 7px 12px;
	display: inline-block;
}

.elementor .tg-module-wrapper a {
	-webkit-transition: 0.5s color ease-in-out;
	transition: 0.5s color ease-in-out;
}

.elementor .tg-module-wrapper .tg-post-category {
	background-color: #289dcc;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-thumb {
	text-align: right;
}

.elementor .tg-module-wrapper .tg-module-thumb img {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.elementor .tg-module-wrapper .tg-module-title {
	font-size: 21px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #232323;
}

.elementor .tg-module-wrapper .tg-module-title a {
	color: inherit;
}

.elementor .tg-module-wrapper .tg-module-title:hover a {
	color: #289dcc;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a {
	color: #969696;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover {
	color: #289dcc;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a {
	color: #333333;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	margin-left: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb {
	position: relative;
	margin-bottom: 13px;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories {
	position: absolute;
	bottom: 0;
	right: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-post-category {
	display: inline-block;
	background-color: #FFE066;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-meta {
	margin-bottom: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small {
	position: relative;
	margin-bottom: 15px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb {
	width: 100px;
	float: right;
	margin-left: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info {
	min-height: 73px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-title {
	font-size: 14px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-content p {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info {
	margin-right: 0;
	min-height: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow {
	position: relative;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before, .elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control {
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid {
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link {
	display: block;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before, .elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-post-categories {
	margin-bottom: 7px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,
.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info {
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title {
	font-size: 18px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title {
	font-size: 21px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control {
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

@media only screen and (max-width: 768px) {
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 480px) {
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
PK�
�[�Cr��m�m;inc/compatibility/elementor/assets/fonts/colormag-econs.svgnu�[���<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="block-1" d="M499.64 944.26v-684h-489.24v684h489.24zM503.64 950.26h-497.16v-696h497.080v695.96zM509.48 245.28h-508.92v713.96h508.92zM16.34 269.28h477.36v666h-477.36zM6.48 171.020h501.3v-19.1h-501.3v19.1zM513.72 142.9h-513.16v37.1h513.16zM12.42 160.9h489.42v1.1h-489.42zM6.48 66.16h430.1v-19.1h-430.1v19.1zM442.52 38h-441.96v37.2h442zM12.52 56h418.14v1.060h-418.24zM6.48-30.1h484.92v-19.1h-484.92v19.1zM497.34-58.24h-496.78v37.16h496.78zM12.42-40.24h473.060v1.040h-473.060zM694.48 564.68v-234.12h-124.3v234.12h124.3zM698.48 573.28h-132.26v-251.28h132.22v251.28zM704.38 312.94h-144v269.36h144zM576.12 339.6h112.44v216h-112.44zM760.8 575.96h257.28v-8.6h-257.28v8.6zM754.86 584.98h269.14v-26.64h-269.14v26.64zM760.8 458.9h187.74v-8.6h-187.74v8.6zM754.86 467.92h199.6v-26.64h-199.6v26.64zM760.8 333.26h250.32v-8.6h-250.32v8.6zM754.86 342.28h262.18v-26.64h-262.18v26.64zM694.48 187.74v-234.12h-124.3v234.12h124.3zM698.48 196.32h-132.26v-251.3h132.22v251.3zM704.38-64h-144v269.36h144zM576.12-37.36h112.44v216h-112.44zM760.8 199h257.28v-8.6h-257.28v8.6zM754.86 208.040h269.14v-26.64h-269.14v26.64zM760.8 81.96h187.74v-8.6h-187.74v8.6zM754.86 90.98h199.6v-26.64h-199.6v26.64zM760.8-43.7h250.32v-8.6h-250.32v8.6zM754.86-34.66h262.18v-26.64h-262.18v26.64zM694.48 937.82v-234.12h-124.3v234.12h124.3zM698.48 946.42h-132.26v-251.3h132.22v251.3zM704.38 686h-144v269.44h144zM576.12 712.66h112.44v216.14h-112.44zM760.8 949.1h257.28v-8.6h-257.28v8.6zM754.86 958.12h269.14v-26.64h-269.14v26.64zM760.8 832.040h187.74v-8.6h-187.74v8.6zM754.86 841.060h199.6v-26.64h-199.6v26.64zM760.8 706.4h250.32v-8.6h-250.32v8.6zM754.86 715.42h262.18v-26.64h-262.18v26.64z" />
<glyph unicode="&#xe901;" glyph-name="block-2" d="M479 945.58v-659.82h-468.26v659.82h468.26zM482.76 951.32h-475.78v-671.32h475.78v671.32zM488.7 271.34h-487.66v688.66h487.66zM16.7 294.44h456.36v642.46h-456.38zM6.98 170.28h474.36v-15.42h-474.36v15.42zM487.28 147.86h-486.24v29.44h486.24zM12.94 161.86h462.46v1.4h-462.46zM6.98 65.68h432.28v-15.42h-432.28v15.42zM445.2 43.24h-444.16v29.44h444.16zM12.94 57.24h420.38v1.38h-420.38zM6.98-38.94h469.020v-15.42h-469.020v15.42zM482-61.38h-480.96v29.38h480.96zM12.98-47.38h457.020v1.38h-457.060zM1016.3 945.58v-659.82h-468.3v659.82h468.3zM1020 951.32h-475.7v-671.32h475.7v671.32zM1026 271.34h-487.66v688.66h487.66zM554 294.44h456.36v642.46h-456.36zM543.88 170.28h474.36v-15.42h-474.36v15.42zM1024.18 147.86h-486.18v29.44h486.18zM549.82 161.86h462.46v1.4h-462.46zM543.88 65.68h432.28v-15.42h-432.28v15.42zM982.1 43.24h-444.1v29.44h444.1zM549.82 57.24h420.38v1.38h-420.38zM543.88-38.94h469.020v-15.42h-469.020v15.42zM1018.84-61.38h-480.84v29.38h480.84zM549.82-47.38h457.14v1.38h-457.14z" />
<glyph unicode="&#xe902;" glyph-name="block-3" d="M469.26 898.72v-646.5h-458.98v646.5h458.98zM472.94 904.34h-466.34v-657.74h466.34v657.74zM478.76 238h-477.98v674.92h478zM16.1 260.8h447.34v629.32h-447.34zM6.6 134.6h464.96v-14.94h-464.96v14.94zM477.38 112.8h-476.6v28.68h476.6zM12.42 126.52h453.32v1.22h-453.32zM6.6 24.24h423.7v-14.94h-423.7v14.94zM436.14 2.42h-435.36v28.68h435.36zM12.42 16.16h412v1.22h-412zM1014.74 898.72v-646.5h-458.98v646.5h458.98zM1018.42 904.34h-466.42v-657.74h466.42v657.74zM1024.24 238h-478v674.92h478zM561.58 260.8h447.34v629.32h-447.34zM552.080 134.6h464.96v-14.94h-464.96v14.94zM1022.86 112.8h-476.6v28.68h476.6zM558 126.52h453.22v1.22h-453.22zM552.080 24.24h423.72v-14.94h-423.72v14.94zM981.6 2.42h-435.34v28.68h435.34zM558 16.16h412v1.22h-412z" />
<glyph unicode="&#xe903;" glyph-name="block-4" d="M289.66 909.060v-370.56h-274.92v370.56h274.92zM298.4 922.64h-292.4v-397.74h292.4v397.74zM304.4 515.6h-304.4v416.4h304.4zM20.74 547.78h262.9v352h-262.9zM370.46 917.44h647.54v-16.68h-647.54v16.68zM364.44 926.72h659.56v-35.28h-659.56v35.28zM370.46 795.82h469.8v-16.68h-469.8v16.68zM364.44 805.1h481.8v-35.28h-481.8v35.28zM370.46 674.2h626.4v-16.68h-626.4v16.68zM364.44 683.5h638.4v-35.28h-638.4v35.28zM370.46 552.58h565.080v-16.68h-565.080v16.68zM364.44 561.88h577.080v-35.28h-577.080v35.28zM289.66 383.72v-370.56h-274.92v370.56h274.92zM298.4 397.32h-292.4v-397.76h292.4v397.76zM304.4-9.74h-304.4v416.34h304.4zM20.74 22.46h262.9v352h-262.9zM370.46 392.1h647.54v-16.68h-647.54v16.68zM364.44 401.4h659.56v-35.28h-659.56v35.28zM370.46 270.48h469.8v-16.68h-469.8v16.68zM364.44 279.78h481.8v-35.28h-481.8v35.28zM370.46 148.86h626.4v-16.68h-626.4v16.68zM364.44 158.16h638.4v-35.28h-638.4v35.28zM370.46 27.24h565.080v-16.68h-565.080v16.68zM364.44 36.54h577.080v-35.28h-577.080v35.28z" />
<glyph unicode="&#xe904;" glyph-name="block-5" d="M1032 190h-96v16h80v746h-1008v-746h118v-16h-134v778h1040v-778zM140 288h778v-16h-778v16zM140 166h778v-16h-778v16zM140 54h778v-16h-778v16z" />
<glyph unicode="&#xe905;" glyph-name="block-6" d="M137.24 858.44v-181.66h-126.16v181.66h126.16zM141.24 865.12h-134.16v-195h134.16v195zM147.24 663.12h-146.16v209h146.16zM17.080 683.78h114.16v167.66h-114.16zM208.34 863.020h261.28v-6.66h-261.28v6.66zM202.34 870.040h273.28v-20.68h-273.28v20.68zM208.34 776.36h190.66v-6.66h-190.66v6.66zM202.34 783.36h202.66v-20.68h-202.66v20.68zM208.34 678.86h254.22v-6.66h-254.22v6.66zM202.34 685.88h266.22v-20.68h-266.22v20.68zM137.24 541.88v-181.66h-126.16v181.66h126.16zM141.24 548.56h-134.16v-195h134.16v195zM147.24 346.56h-146.16v209h146.16zM17.080 367.24h114.16v167.64h-114.16zM208.34 550.64h261.28v-6.66h-261.28v6.66zM202.34 557.64h273.28v-20.68h-273.28v20.68zM208.34 459.8h190.66v-6.66h-190.66v6.66zM202.34 466.82h202.66v-20.68h-202.66v20.68zM208.34 362.32h254.22v-6.66h-254.22v6.66zM202.34 369.32h266.22v-20.68h-266.22v20.68zM137.24 225.32v-181.66h-126.16v181.66h126.16zM141.24 232h-134.16v-195h134.16v195zM147.24 30h-146.16v209h146.16zM17.080 50.68h114.16v167.64h-114.16zM208.34 234.080h261.28v-6.66h-261.28v6.66zM202.34 241.080h273.28v-20.68h-273.28v20.68zM208.34 143.24h190.66v-6.66h-190.66v6.66zM202.34 150.26h202.66v-20.68h-202.66v20.68zM208.34 45.76h254.22v-6.66h-254.22v6.66zM202.34 52.76h266.22v-20.68h-266.22v20.68zM685.62 858.44v-181.66h-126.16v181.66h126.16zM689.62 865.12h-134.16v-195h134.16v195zM695.62 663.12h-146.16v209h146.16zM565.46 683.78h114.16v167.66h-114.16zM756.72 863.020h261.28v-6.66h-261.28v6.66zM750.72 870.040h273.28v-20.68h-273.28v20.68zM756.72 776.36h190.66v-6.66h-190.66v6.66zM750.72 783.36h202.66v-20.68h-202.66v20.68zM756.72 678.86h254.22v-6.66h-254.22v6.66zM750.72 685.88h266.22v-20.68h-266.22v20.68zM685.62 541.88v-181.66h-126.16v181.66h126.16zM689.62 548.56h-134.16v-195h134.16v195zM695.62 346.56h-146.16v209h146.16zM565.46 367.24h114.16v167.64h-114.16zM756.72 550.64h261.28v-6.66h-261.28v6.66zM750.72 557.64h273.28v-20.68h-273.28v20.68zM756.72 459.8h190.66v-6.66h-190.66v6.66zM750.72 466.82h202.66v-20.68h-202.66v20.68zM756.72 362.32h254.22v-6.66h-254.22v6.66zM750.72 369.32h266.22v-20.68h-266.22v20.68zM685.62 225.32v-181.66h-126.16v181.66h126.16zM689.62 232h-134.16v-195h134.16v195zM695.62 30h-146.16v209h146.16zM565.46 50.68h114.16v167.64h-114.16zM756.72 234.080h261.28v-6.66h-261.28v6.66zM750.72 241.080h273.28v-20.68h-273.28v20.68zM756.72 143.24h190.66v-6.66h-190.66v6.66zM750.72 150.26h202.66v-20.68h-202.66v20.68zM756.72 45.76h254.22v-6.66h-254.22v6.66zM750.72 52.76h266.22v-20.68h-266.22v20.68z" />
<glyph unicode="&#xe906;" glyph-name="block-7" d="M469.46 948.4v-473.18h-459.78v473.18h459.78zM473.14 952.52h-467.14v-481.42h467.14v481.42zM479.14 463.62h-479.14v496.38h479.14zM15.68 482.68h447.78v458.26h-447.78zM57.52 722.82h72.72v-37.46h-72.72v37.46zM138 676.76h-88.22v54.64h88.22zM65.28 694h57.24v20.22h-57.24zM55.4 629.58h336.2v-16.72h-336.2v16.72zM49.78 638.16h347.42v-33.9h-347.42v33.9zM55.4 546.72h364.78v-16.72h-364.78v16.72zM49.78 555.3h376v-33.9h-376v33.9zM137.86 374v-162h-127.44v162h127.44zM141.86 380h-135.5v-174h135.64v174zM148.28 198.96h-148.28v188.12h148.28zM16.78 219.12h114.7v147.8h-114.7zM209.68 378.1h263.96v-5.94h-263.96v5.94zM203.32 385.22h276.68v-20.16h-276.68v20.16zM209.68 300.82h192.62v-5.94h-192.62v5.94zM203.32 307.92h205.34v-20.16h-205.34v20.16zM209.68 213.88h256.82v-5.94h-256.82v5.94zM203.32 220.98h269.56v-20.16h-269.56v20.16zM137.86 111.060v-162h-127.44v162h127.44zM141.86 117.060h-135.5v-173.9h135.64v173.84zM148.28-64h-148.28v188h148.28zM16.78-43.84h114.7v147.84h-114.7zM209.68 118.86h263.96v-5.94h-263.96v5.94zM203.32 125.96h276.68v-20.16h-276.68v20.16zM209.68 37.86h192.62v-5.94h-192.62v5.94zM203.32 44.96h205.34v-20.16h-205.34v20.16zM209.68-49.1h256.82v-5.94h-256.82v5.94zM203.32-41.98h269.56v-20.16h-269.56v20.16zM1014.32 948.4v-473.18h-459.78v473.18h459.78zM1018 952.52h-467.14v-481.42h467.14v481.42zM1024 463.62h-479.14v496.38h479.14zM560.54 482.68h447.78v458.26h-447.78zM591 722.82h73.2v-37.46h-73.2v37.46zM672 676.76h-88.78v54.64h88.78zM598.8 694h57.6v20.22h-57.6zM588.74 629.58h330.82v-16.72h-330.82v16.72zM583.22 638.16h341.88v-33.9h-341.88v33.9zM588.74 546.72h358.96v-16.72h-358.96v16.72zM583.22 555.3h370v-33.9h-370v33.9zM684.34 374v-162h-126.5v162h126.5zM688.34 380h-134.54v-174h134.56v174zM694.68 198.96h-147.2v188.12h147.2zM564.16 219.12h113.84v147.8h-113.84zM755.64 378.1h262.040v-5.94h-262.040v5.94zM749.32 385.22h274.68v-20.16h-274.68v20.16zM755.64 300.82h191.22v-5.94h-191.22v5.94zM749.32 307.92h203.86v-20.16h-203.86v20.16zM755.64 213.88h254.96v-5.94h-254.96v5.94zM749.32 220.98h267.6v-20.16h-267.6v20.16zM684.34 111.060v-162h-126.5v162h126.5zM688.34 117.060h-134.54v-173.9h134.56v173.84zM694.68-64h-147.2v188h147.2zM564.16-43.84h113.84v147.84h-113.84zM755.64 118.86h262.040v-5.94h-262.040v5.94zM749.32 125.96h274.68v-20.16h-274.68v20.16zM755.64 37.86h191.22v-5.94h-191.22v5.94zM749.32 44.96h203.86v-20.16h-203.86v20.16zM755.64-49.1h254.96v-5.94h-254.96v5.94zM749.32-41.98h267.6v-20.16h-267.6v20.16z" />
<glyph unicode="&#xe907;" glyph-name="block-8" d="M308 943.88v-688.86h-299.82v688.86h299.82zM310.4 949.88h-304.62v-700.86h304.58v700.86zM316.26 238.9h-316.38v721.1h316.38zM14 265.14h288v668.62h-288zM5.78 115.96h303.68v-19.92h-303.68v19.92zM-0.12 126.080h315.48v-40.18h-315.48v40.18zM5.78-33.94h276.74v-19.92h-276.74v19.92zM-0.12-23.82h288.54v-40.18h-288.54v40.18zM661.82 943.88v-688.86h-299.82v688.86h299.82zM664.22 949.88h-304.58v-700.86h304.58v700.86zM670.12 238.9h-316.38v721.1h316.38zM368 265.14h288v668.62h-288zM359.64 115.96h303.68v-19.92h-303.68v19.92zM353.74 126.080h315.48v-40.18h-315.48v40.18zM359.64-33.94h276.74v-19.92h-276.74v19.92zM353.74-23.82h288.54v-40.18h-288.54v40.18zM1015.7 943.88v-688.86h-299.7v688.86h299.7zM1018.1 949.88h-304.58v-700.86h304.58v700.86zM1024 238.9h-316.38v721.1h316.38zM721.82 265.14h288v668.62h-288zM713.52 115.96h303.68v-19.92h-303.68v19.92zM707.62 126.080h315.48v-40.18h-315.48v40.18zM713.52-33.94h276.74v-19.92h-276.74v19.92zM707.62-23.82h288.54v-40.18h-288.54v40.18z" />
<glyph unicode="&#xe908;" glyph-name="block-9" d="M8 951.26h454.6v-29.98h-454.6v29.98zM468.6 914.54h-466.6v43.46h466.6zM14 928h442.6v16.52h-442.6zM8 869.12h414.28v-14.2h-414.28v14.2zM428.28 848.18h-426.28v27.68h426.28zM14 861.64h402.28v0.74h-402.28zM8 797.52h151.68v-14.2h-151.68v14.2zM165.68 776.58h-163.68v27.68h163.68zM14 790h139.68v0.72h-139.68zM565.4 951.26h454.6v-29.98h-454.6v29.98zM1026 914.54h-466.6v43.46h466.6zM571.4 928h442.6v16.52h-442.6zM565.4 869.12h414.28v-14.2h-414.28v14.2zM985.68 848.18h-426.28v27.68h426.28zM571.4 861.64h402.28v0.74h-402.28zM565.4 797.52h151.68v-14.2h-151.68v14.2zM723.060 776.58h-163.66v27.68h163.66zM571.4 790h139.66v0.72h-139.66zM8 670.4h454.6v-29.98h-454.6v29.98zM468.6 633.68h-466.6v43.46h466.6zM14 647.14h442.6v16.52h-442.6zM8 588.26h414.28v-14.2h-414.28v14.2zM428.28 567.32h-426.28v27.68h426.28zM14 580.78h402.28v0.74h-402.28zM8 516.66h151.68v-14.2h-151.68v14.2zM165.68 495.72h-163.68v27.68h163.68zM14 509.2h139.68v0.8h-139.68zM565.4 670.4h454.6v-29.98h-454.6v29.98zM1026 633.68h-466.6v43.46h466.6zM571.4 647.14h442.6v16.52h-442.6zM565.4 588.26h414.28v-14.2h-414.28v14.2zM985.68 567.32h-426.28v27.68h426.28zM571.4 580.78h402.28v0.74h-402.28zM565.4 516.66h151.68v-14.2h-151.68v14.2zM723.060 495.72h-163.66v27.68h163.66zM571.4 509.2h139.66v0.8h-139.66zM8 389.54h454.6v-29.98h-454.6v29.98zM468.6 352.82h-466.6v43.46h466.6zM14 366.28h442.6v16.52h-442.6zM8 307.4h414.28v-14.2h-414.28v14.2zM428.28 286.46h-426.28v27.68h426.28zM14 300h402.28v0.74h-402.28zM8 235.8h151.68v-14.2h-151.68v14.2zM165.68 214.86h-163.68v27.68h163.68zM14 228.34h139.68v0.72h-139.68zM565.4 389.54h454.6v-29.98h-454.6v29.98zM1026 352.82h-466.6v43.46h466.6zM571.4 366.28h442.6v16.52h-442.6zM565.4 307.4h414.28v-14.2h-414.28v14.2zM985.68 286.46h-426.28v27.68h426.28zM571.4 300h402.28v0.74h-402.28zM565.4 235.8h151.68v-14.2h-151.68v14.2zM723.060 214.86h-163.66v27.68h163.66zM571.4 228.34h139.66v0.72h-139.66zM8 108.68h454.6v-29.98h-454.6v29.98zM468.6 72h-466.6v43.42h466.6zM14 85.42h442.6v16.58h-442.6zM8 26.54h414.28v-14.2h-414.28v14.2zM428.28 5.58h-426.28v27.68h426.28zM14 19.060h402.28v0.74h-402.28zM8-45.060h151.68v-14.2h-151.68v14.2zM165.68-66h-163.68v27.68h163.68zM14-52.52h139.68v0.72h-139.68zM565.4 108.68h454.6v-29.98h-454.6v29.98zM1026 72h-466.6v43.42h466.6zM571.4 85.46h442.6v16.54h-442.6zM565.4 26.54h414.28v-14.2h-414.28v14.2zM985.68 5.58h-426.28v27.68h426.28zM571.4 19.060h402.28v0.74h-402.28zM565.4-45.060h151.68v-14.2h-151.68v14.2zM723.060-66h-163.66v27.68h163.66zM571.4-52.52h139.66v0.72h-139.66z" />
<glyph unicode="&#xe909;" glyph-name="grid-1" d="M1010 943.66v-991.32h-996v991.32h996zM1018 952.28h-1012v-1008.56h1012v1008.56zM1024-64h-1024v1024h1024zM20-40h984v976h-984zM89.5 473.72h211.18v-88.44h-211.18v88.44zM312 377.56h-233.8v103.88h233.8zM100.82 393h188.56v73h-188.56zM84.18 302.84h786.9v-24.68h-786.9v24.68zM877.1 270.44h-798.9v40.12h798.9zM90.2 285.88h774.9v9.24h-774.9zM84.18 184.36h853.82v-24.68h-853.82v24.68zM944 152h-865.8v40h865.8zM90.2 167.4h841.8v9.24h-841.8zM84.18 65.88h409.3v-24.68h-409.3v24.68zM499.5 33.48h-421.3v40.12h421.3zM90.2 48.92h397.3v9.26h-397.3z" />
<glyph unicode="&#xe90a;" glyph-name="grid-2" d="M495.74 852v-805.16h-485.38v805.16h485.38zM499.64 859h-493.16v-819.16h493.16v819.26zM505.64 32h-505.16v834.94h505.16zM16.36 54.68h473.4v789.58h-473.4zM56.56 468.82h59.36v-44.92h-59.36v44.92zM122 416h-71.42v60.64h71.42zM62.64 431.68h47.36v29.3h-47.44zM56.56 298.020h357.38v-20.060h-357.38v20.060zM420 270.12h-369.42v35.74h369.42zM62.56 285.8h345.44v4.38h-345.44zM56.56 139.66h387.76v-20.060h-387.76v20.060zM450.32 111.76h-399.74v35.72h399.74zM62.56 127.44h375.78v4.38h-375.78zM759.5 855.76v-382.86h-229.5v382.86h229.5zM761.34 859.1h-233.12v-389.52h233.12v389.52zM767.34 461.74h-245.12v405.2h245.12zM536 480.74h217.52v367.26h-217.52zM560.56 665.94h29.78v-28.5h-29.78v28.5zM596.34 629.6h-41.76v44.18h41.76zM566.56 645.28h17.8v12.72h-17.8zM560.56 556.2h165.98v-11.52h-165.98v11.52zM554.58 564.040h177.96v-27.18h-177.96v27.18zM759.5 424.94v-381.78h-229.5v381.78h229.5zM761.34 428.26h-233.12v-388.42h233.12v388.42zM767.34 32h-245.12v404h245.12zM536 51h217.52v366h-217.52zM560.56 235.64h29.78v-28.42h-29.78v28.42zM596.34 199.38h-41.76v44.1h41.76zM566.56 215.060h17.8v12.76h-17.8zM560.56 126.22h165.98v-11.48h-165.98v11.48zM554.58 134.060h177.96v-27.16h-177.96v27.16zM1016.18 424.94v-381.78h-228.72v381.78h228.72zM1018 428.26h-232.36v-388.42h232.36v388.42zM1024 32h-244.36v404h244.36zM793.46 51h216.72v366h-216.72zM817.88 235.64h29.68v-28.42h-29.68v28.42zM853.56 199.38h-41.68v44.1h41.68zM823.88 215.060h17.68v12.76h-17.68zM817.88 126.22h163.2v-11.48h-163.2v11.48zM811.88 134.060h175.18v-27.16h-175.18v27.16zM1016.18 855.76v-382.86h-228.72v382.86h228.72zM1018 859.1h-232.36v-389.52h232.36v389.52zM1024 461.74h-244.36v405.2h244.36zM793.46 480.74h216.72v367.26h-216.72zM817.88 665.94h29.68v-28.5h-29.68v28.5zM853.56 629.6h-41.68v44.18h41.68zM823.88 645.28h17.68v12.72h-17.68zM817.88 556.2h163.2v-11.52h-163.2v11.52zM811.88 564.040h175.18v-27.18h-175.18v27.18z" />
<glyph unicode="&#xe90b;" glyph-name="grid-3" d="M492.4 850v-803.3h-482.54v803.3h482.54zM496.26 856.98h-490.26v-817.26h490.26v817.32zM502.26 32h-502.26v832.74h502.26zM15.86 54.4h470.54v788h-470.54zM43.88 361.7h59v-44.8h-59v44.8zM108.88 309.18h-70.88v60.22h70.88zM49.88 324.6h47.020v29.4h-47.020zM43.88 250.18h376.4v-20h-376.4v20zM426.28 222.46h-388.28v35.42h388.28zM49.88 237.88h364.42v4.58h-364.42zM43.88 151.060h408.4v-20h-408.4v20zM458.28 123.34h-420.28v35.44h420.28zM49.88 138.76h396.42v4.6h-396.42zM1014.12 853.78v-374.3h-484.24v374.3h484.24zM1018 857.040h-492v-380.82h492v380.82zM1024 468.52h-504v396.22h504zM535.86 487.2h472.26v358.8h-472.26zM562.88 662.74h30.4v-27.86h-30.4v27.86zM599.28 627.16h-42.4v43.28h42.4zM568.86 642.58h18.42v12.44h-18.42zM562.88 556.94h419.94v-11.26h-419.94v11.26zM556.88 564.66h431.92v-26.68h-431.92v26.68zM754.44 418.78v-374.3h-226.64v374.3h226.64zM756.26 422.040h-230.26v-380.82h230.26v380.78zM762.26 33.52h-242.26v396.22h242.26zM533.8 52.2h214.64v358.88h-214.64zM558.16 227.72h27.76v-27.86h-27.76v27.86zM592 192.16h-39.84v43.28h39.84zM564.26 207.58h15.74v12.42h-15.76zM558.16 121.94h173.84v-11.26h-173.84v11.26zM552.16 129.66h185.84v-26.68h-185.84v26.68zM1016.18 418.78v-374.3h-226.64v374.3h226.64zM1018 422h-230.26v-380.78h230.26v380.78zM1024 33.52h-242.26v396.22h242.26zM795.54 52.2h214.66v358.88h-214.66zM817.040 227.72h27.76v-27.86h-27.76v27.86zM850.78 192.16h-39.74v43.28h39.74zM823.040 207.58h15.76v12.42h-15.76zM817.040 121.94h173.84v-11.26h-173.84v11.26zM811.040 129.66h185.84v-26.68h-185.84v26.68z" />
<glyph unicode="&#xe90c;" glyph-name="grid-4" d="M491.62 850.96v-804.38h-481.76v804.38h481.76zM495.5 858h-489.5v-818.42h489.5v818.42zM501.48 32h-501.48v833.52h501.48zM15.86 54.16h469.78v789.22h-469.78zM79.96 361.96h99.7v-44.86h-99.7v44.86zM189.82 309.52h-120v60h120zM90.1 324.68h79.42v29.72h-79.42zM75.38 250.32h321.54v-20.040h-321.54v20.040zM402.48 222.7h-332.66v35.18h332.66zM80.94 237.86h310.42v4.88h-310.42zM75.38 151.080h348.88v-20.040h-348.88v20.040zM429.82 123.46h-360v35.2h360zM80.94 138.62h337.76v4.88h-337.76zM1014.14 850.96v-804.38h-481.76v804.38h481.76zM1018 858h-489.5v-818.42h489.5v818.42zM1024 32h-501.48v833.52h501.48zM538.36 54.16h469.78v789.22h-469.78zM603.3 361.96h99.72v-44.86h-99.72v44.86zM713.16 309.52h-120v60h120zM613.46 324.68h79.42v29.72h-79.42zM598.76 250.32h321.46v-20.040h-321.46v20.040zM925.84 222.7h-332.68v35.18h332.68zM604.36 237.86h310.28v4.88h-310.28zM598.76 151.080h348.8v-20.040h-348.8v20.040zM953.16 123.46h-360v35.2h360zM604.36 138.62h337.64v4.88h-337.64z" />
<glyph unicode="&#xe90d;" glyph-name="grid-5" d="M325.58 851.54v-805.080h-317.040v805.080h317.040zM328.12 858.54h-322.12v-819.080h322.12v819.080zM334.12 32h-334.12v834h334.12zM14.54 54h305.040v790h-305.040zM36.26 362.14h59.22v-44.9h-59.22v44.9zM101.48 309.78h-71.2v59.8h71.2zM42.26 324.68h47.24v30h-47.24zM36.26 250.38h215.34v-20.040h-215.34v20.040zM257.6 222.88h-227.32v34.96h227.32zM42.26 237.78h203.34v5.14h-203.34zM36.26 151.060h233.64v-20.040h-233.64v20.040zM276 123.54h-245.72v34.96h245.72zM42.26 138.46h221.74v5.14h-221.74zM669.58 851.54v-805.080h-314.2v805.080h314.2zM672.1 858.54h-319.24v-819.080h319.24v819.080zM678.1 32h-331.24v834h331.24zM361.36 54h302.24v790h-302.24zM396.32 362.14h58.7v-44.9h-58.7v44.9zM461 309.78h-70.68v59.8h70.68zM402.32 324.68h46.7v30h-46.7zM396.32 250.38h213.42v-20.040h-213.42v20.040zM615.72 222.88h-225.4v34.96h225.4zM402.32 237.78h201.42v5.14h-201.42zM396.32 151.060h231.56v-20.040h-231.56v20.040zM633.86 123.54h-243.54v34.96h243.54zM402.32 138.46h219.56v5.14h-219.56zM1015.48 851.54v-805.080h-315.16v805.080h315.16zM1018 858.54h-320.2v-819.080h320.2v819.080zM1024 32h-332.2v834h332.2zM706.32 54h303.16v790h-303.16zM741.38 362.14h58.88v-44.9h-58.88v44.9zM806.26 309.78h-70.86v59.8h70.86zM747.38 324.68h46.88v30h-46.88zM741.38 250.38h214.060v-20.040h-214.060v20.040zM961.44 222.88h-226v34.96h226zM747.44 237.78h202v5.14h-202zM741.38 151.060h232.26v-20.040h-232.26v20.040zM979.64 123.54h-244.24v34.96h244.24zM747.38 138.46h220.26v5.14h-220.26z" />
<glyph unicode="&#xe90e;" glyph-name="grid-6" d="M240.56 851.46v-804.92h-232.7v804.92h232.7zM242.42 858.46h-236.42v-818.92h236.42v818.92zM248.4 32h-248.4v834h248.4zM13.84 54h220.72v790h-220.72zM43.36 362.14h42.72v-44.9h-42.72v44.9zM92 309.72h-54.62v60h54.62zM49.28 324.78h30.72v29.84h-30.66zM43.36 250.42h155.36v-20.040h-155.36v20.040zM204.7 222.84h-167.32v35.16h167.32zM49.34 237.9h143.38v4.98h-143.38zM43.36 151.1h168.56v-20.040h-168.56v20.040zM218 123.52h-180.62v35.12h180.62zM49.34 138.6h156.66v4.98h-156.66zM498.6 851.46v-804.92h-232.6v804.92h232.6zM500.46 858.46h-236.46v-818.92h236.46v818.92zM506.46 32h-248.46v834h248.46zM271.88 54h220.74v790h-220.74zM301.4 362.14h42.72v-44.9h-42.72v44.9zM350.1 309.72h-54.68v60h54.68zM307.38 324.78h30.74v29.84h-30.74zM301.4 250.42h155.36v-20.040h-155.36v20.040zM462.74 222.84h-167.32v35.16h167.32zM307.38 237.9h143.38v4.98h-143.38zM301.4 151.1h168.56v-20.040h-168.56v20.040zM476 123.52h-180.58v35.12h180.58zM307.44 138.6h156.56v4.98h-156.6zM756.64 851.46v-804.92h-232.64v804.92h232.64zM758.52 858.46h-236.52v-818.92h236.52v818.92zM764.5 32h-248.4v834h248.4zM530 54h220.66v790h-220.66zM559.44 362.14h42.72v-44.9h-42.72v44.9zM608.14 309.72h-54.68v60h54.68zM565.44 324.78h30.74v29.84h-30.74zM559.44 250.42h155.36v-20.040h-155.36v20.040zM720.78 222.84h-167.32v35.16h167.32zM565.44 237.9h143.38v4.98h-143.38zM559.44 151.1h168.56v-20.040h-168.56v20.040zM734 123.52h-180.54v35.12h180.54zM565.44 138.6h156.56v4.98h-156.56zM1014.7 851.46v-804.92h-232.7v804.92h232.7zM1016.56 858.46h-236.44v-818.92h236.44v818.92zM1022.54 32h-248.4v834h248.4zM788 54h220.7v790h-220.7zM818.1 362.14h43.42v-44.9h-43.42v44.9zM867.5 309.72h-55.38v60h55.38zM824.1 324.78h31.44v29.84h-31.44zM818.1 250.42h157.9v-20.040h-157.9v20.040zM982 222.84h-169.88v35.16h169.88zM824.12 237.9h146v4.98h-146zM818.1 151.1h171.32v-20.040h-171.32v20.040zM995.42 123.52h-183.3v35.12h183.3zM824.1 138.6h159.34v4.98h-159.34z" />
<glyph unicode="&#xe90f;" glyph-name="grid-7" d="M491.82 871.58v-835.16h-479.58v835.16h479.58zM495.66 878.84h-487.26v-849.68h487.26v849.68zM501.64 22h-499.22v864h499.22zM18.22 43.58h467.62v820.84h-467.62zM66 421.74h58.64v-45.96h-58.64v45.96zM130.62 368.6h-70.62v60.3h70.6zM72 382.92h46.66v31.66h-46.66zM66 279.020h344.2v-20.52h-344.2v20.52zM416.18 251.34h-356.18v34.84h356.18zM72 265.66h332.22v6.2h-332.22zM66 149.040h373.46v-20.52h-373.46v20.52zM445.44 121.36h-385.44v34.84h385.44zM72 135.68h361.48v6.2h-361.48zM1014.1 875.4v-396.58h-488.46v396.58h488.46zM1018.1 878.84h-496.38v-403.46h496.28v403.46zM1024 468.22h-508.26v417.78h508.26zM531.62 486h476.5v382.22h-476.5zM567.060 674.64h43.82v-29.52h-43.82v29.52zM616.86 638h-55.76v43.8h55.76zM573.060 652.32h31.84v15.2h-31.84zM567.060 563.22h410.58v-11.92h-410.58v11.92zM561.1 570.38h422.54v-26.24h-422.54v26.24zM1014.1 429.18v-396.58h-488.46v396.58h488.46zM1018.1 432.62h-496.38v-403.46h496.28v403.46zM1024 22h-508.26v417.78h508.26zM531.62 39.78h476.5v382.22h-476.5zM567.060 228.42h43.82v-29.52h-43.82v29.52zM616.86 191.74h-55.76v43.84h55.76zM573.060 206h31.84v15.2h-31.84zM567.060 117h410.58v-11.92h-410.58v11.92zM561.1 124.16h422.54v-26.24h-422.54v26.24z" />
<glyph unicode="&#xe910;" glyph-name="grid-8" d="M1010 875.18v-548.26h-996v548.26h996zM1018 880h-1012v-557.84h1012v557.84zM1024 316h-1024v570h1024zM20 332.98h984v536.14h-984zM80.14 612.4h112.040v-57.42h-112.040v57.42zM198.18 548.92h-124v69.54h124zM86.18 561.040h100v45.3h-100zM80.14 509.38h795.78v-13.66h-795.78v13.66zM882 489.68h-807.84v25.76h807.84zM86.14 501.8h783.86v1.54h-783.86zM80.14 443.86h863.42v-13.66h-863.42v13.66zM949.58 424.16h-875.42v25.84h875.42zM86.14 436.26h851.44v1.54h-851.44zM80.14 378.34h413.92v-13.66h-413.92v13.66zM500 358.62h-425.84v25.78h425.84zM86 370.74h402v1.54h-402zM240.82 296.44v-266h-232.96v266h232.96zM242.68 298.74h-236.68v-270.74h236.68v270.74zM248.68 22h-248.68v282.8h248.68zM13.86 36.42h220.96v254h-220.96zM48.3 155.040h42.76v-24.84h-42.76v24.84zM97.040 124.14h-54.74v36.94h54.74zM54.28 136.24h30.78v12.74h-30.78zM48.3 93.22h158v-11.080h-158v11.080zM42.3 99.28h170v-23.2h-170v23.2zM499.26 296.44v-266h-232.96v266h232.96zM501.12 298.74h-236.68v-270.74h236.68v270.74zM507.12 22h-248.68v282.8h248.68zM272.3 36.42h220.96v254h-220.96zM306.74 155.040h42.76v-24.84h-42.76v24.84zM355.48 124.14h-54.74v36.94h54.74zM312.72 136.24h30.78v12.74h-30.78zM306.74 93.22h163.3v-11.080h-163.3v11.080zM300.74 99.28h175.3v-23.2h-175.3v23.2zM757.7 296.44v-266h-232.96v266h232.96zM759.56 298.74h-236.68v-270.74h236.68v270.74zM765.56 22h-248.68v282.8h248.68zM530.74 36.42h220.96v254h-220.96zM565.18 155.040h42.76v-24.84h-42.76v24.84zM614 124.14h-54.82v36.94h54.82zM571.26 136.24h30.74v12.74h-30.82zM565.18 93.22h156.62v-11.080h-156.62v11.080zM559.18 99.28h168.6v-23.2h-168.6v23.2zM1016.14 296.44v-266h-232.96v266h232.96zM1018 298.74h-236.68v-270.74h236.68v270.74zM1024 22h-248.68v282.8h248.68zM789.18 36.42h220.96v254h-220.96zM824.24 155.040h43.46v-24.84h-43.46v24.84zM873.68 124.14h-55.44v36.94h55.44zM830.22 136.24h31.48v12.74h-31.48zM824.24 93.22h161.3v-11.080h-161.3v11.080zM818.24 99.28h173.3v-23.2h-173.3v23.2z" />
<glyph unicode="&#xe911;" glyph-name="grid-9" d="M240 359.38v-328.54h-232.14v328.54h232.14zM241.86 362.24h-235.86v-334.24h235.88v334.24zM247.88 22h-247.88v346.22h247.88zM13.88 36.82h220.12v316.58h-220.16zM40.24 160.64h42.62v-26.94h-42.62v26.94zM88.84 127.72h-54.6v38.9h54.6zM46.24 139.72h30.62v14.98h-30.62zM40.24 93.58h164.060v-12.020h-164.060v12.020zM210.3 75.58h-176v24h176zM46.3 87.58h152zM498.72 359.38v-328.54h-232.16v328.54h232.16zM500.58 362.24h-235.88v-334.24h235.88v334.24zM506.58 22h-247.86v346.22h247.86zM272.58 36.82h220.14v316.58h-220.16zM298.94 160.64h42.62v-26.94h-42.62v26.94zM347.56 127.72h-54.6v38.9h54.6zM304.94 139.72h30.62v14.98h-30.62zM298.94 93.58h161.1v-12.020h-161.1v12.020zM466 75.58h-173.040v24h173.040zM304.9 87.58h149.12zM757.44 359.38v-328.54h-232.16v328.54h232.16zM759.3 362.24h-235.88v-334.24h235.88v334.24zM765.3 22h-247.88v346.22h247.88zM531.3 36.82h220.14v316.58h-220.16zM557.66 160.64h42.62v-26.94h-42.62v26.94zM606.26 127.72h-54.6v38.9h54.6zM563.66 139.72h30.62v14.98h-30.62zM557.66 93.58h162.14v-12.020h-162.14v12.020zM725.8 75.58h-174.14v24h174.14zM563.66 87.58h150.14zM1016.14 359.38v-328.54h-232.14v328.54h232.14zM1018 362.24h-235.88v-334.24h235.88v334.24zM1024 22h-247.88v346.22h247.88zM790 36.82h220.16v316.58h-220.16zM816.98 160.64h43.32v-26.94h-43.32v26.94zM866.28 127.72h-55.3v38.9h55.3zM822.98 139.72h31.32v14.98h-31.32zM816.98 93.58h158.56v-12.020h-158.56v12.020zM981.54 75.58h-170.56v24h170.56zM822.98 87.58h146.58zM1015.5 875.82v-483.040h-312.66v483.040h312.66zM1018 880h-317.68v-491.42h317.68v491.42zM1024 382.6h-329.68v503.4h329.68zM708.82 398.74h300.68v471.1h-300.68zM751.56 582.18h58.4v-26.94h-58.4v26.94zM816 549.26h-70.42v38.9h70.42zM757.6 561.26h46.4v14.94h-46.44zM751.56 515.12h212.36v-12.020h-212.36v12.020zM970 497.12h-224.42v24h224.42zM757.64 509.12h200.38zM751.56 455.52h230.42v-12.020h-230.42v12.020zM988 437.52h-242.42v24h242.42zM757.58 449.52h-0.020zM669.74 875.82v-483.040h-314.54v483.040h314.54zM672.26 880.020h-319.58v-491.44h319.58v491.42zM678.26 382.6h-331.56v503.4h331.56zM361.2 398.74h302.56v471.1h-302.56zM394.7 582.18h58.76v-26.94h-58.76v26.94zM459.46 549.26h-70.74v38.9h70.74zM400.7 561.26h46.76v14.94h-46.76zM394.7 515.12h210.34v-12.020h-210.34v12.020zM611.040 497.12h-222.32v24h222.32zM400.7 509.12h198.34zM394.7 455.52h228.22v-12.020h-228.22v12.020zM628.92 437.52h-240.2v24h240.2zM400.7 449.52v0zM323.060 875.82v-483.040h-314.54v483.040h314.54zM325.58 880.020h-319.58v-491.44h319.58v491.42zM331.58 382.6h-331.58v503.4h331.58zM14.52 398.74h302.54v471.1h-302.54zM48.020 590.5h58.76v-26.94h-58.76v26.94zM112.76 557.58h-70.76v38.9h70.76zM54 569.58h46.78v14.98h-46.78zM48.020 523.44h210.34v-12.020h-210.34v12.020zM264.34 505.44h-222.34v24h222.34zM54 517.4h198.36zM48.020 463.84h228.22v-12.020h-228.22v12.020zM282.22 445.84h-240.22v24h240.2zM54 457.8v0z" />
</font></defs></svg>PK�
�[#`O�)�);inc/compatibility/elementor/assets/fonts/colormag-econs.ttfnu�[����0OS/2 �`cmapVҘTgasppglyfՋ�+x%dhead�:]&�6hhea��'$hmtxN'8XlocaWN:'�.maxp_&'� name�J	�'��post)h ��������3	@����@�@ 8
 ����� ���������797979+���"&*/37<AEIMQUZ^cglptx|��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#537#35#335#7!!'!!3#'3#53#'!!5#57#35#335#7!!'!!3#'3#3#'!!5#537#35#335#7!!'!!3#'3#53#'!!5�������"
��
����
���Q��F��R��]����'�||�����qq���
����������=|������qq���
����������=||�����qq���
������������T��H��?�N��%`%W%\������
��	c	��������
��	c	l�������
��c	����!%).26:>BFJNRVZ^bfj!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a	��f��ab�l��a	��f��ab�!%)-26:?CGKOS!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!5!5!!5!!!!5!!5!�5�.��"�1��A	�/�$�/�:��Y��M��X��d�5�.��"�2��A
�/�#�/�;��X��L��X��d��y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
$$�#`	##�	##���s
�s
��`	##�#`	##�
$$��&�%#53!3#!!!!!!!`P�v���
��
��
����
�Xj`<h"&+/37;@EIMQVZ^bfkptx|�������������������������������#537#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#537#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!�~~�����rr�������������A~������rr�������������A~������rr�������������������ss�����������
��A������ss�����������
��A������ss�����������
��Z���Ѽ�^
T����ѽ�bT
����Ѽ�b
T%���Ѽ�I
T{���ѽ�MT
|���Ѽ�M
T>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
���$(,049=AFJOSW[_ch!%!!!!!!!!5'!!5!!5'!!5!%!!!!!!!!5'!!!!'!!5!%!!!!!!!!'!!!!'!!54��.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� ����O��C��9�I���
((�
((�O��C
�I���
(x((�O��C��9�I���(x((H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	1 c $(,048<@DHLPTX\`dhlptx|������������������!%!!!!!!3##5335#!!!5!!5!!!!5!!5!#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#7#3#33#3##5335#3#5'3#5�������&);;AGG;//e��k��q��Y����}��q��}w������������#))��������������#))��������������$**��������������$**����T��%��3��C����-=-�$�#���{��~o�,
fp��~�|��n�,
f>��~�|��n�,
f���{��~o�,
f( a"&*/37;?CGKOSX]afjnrvz~����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����R��#��1��A��� --5<,h$[$��w�����g�+b���w��}�|���g�+b<��w�����g�+b b#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��S��$��B���-<-h#\$��$��B���-<-h#\$' b!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������T��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"4 �b $(-159>BFJNRVZ^bfjnrvz~���������������������#7#3#33#3##5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3#5#5335#����������++177+��������������������������++177+��������������������������++177+��������������������������,,177+  ����������������S��$��B���-<-i#\#��$��2��B���-<-i#\#��$��B���-<-i#\#��$��B���-<-i#\#v#'+/38=AEIMQUZ_dhlptx|�!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!!7!!!!!!3##5335#!!'!!5!!7!!!!!!3##5335#!!'!!5� �����,0;;AGG;//X��^��d��L��u��{����i�����������$#,,288,  ��e��Y��������$#,,288,  ��e��Yh��D��`��4�F.<. �#{#�t��l��e��p~�,i��t��l��e��p~�,h4v $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����k��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ev	
"&+/37;?CHLQUY]aeimqvz~�������������������������������
 #37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������g��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A���������'=A���������&>A���q_<��C���C��������������
B�X���B		�
���
�����$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.PK�
�[OD��)�)<inc/compatibility/elementor/assets/fonts/colormag-econs.woffnu�[���wOFF)�)�OS/2`` cmaphTTVҘgasp�glyf�%d%dՋ�+head'(66�:]hhea'`$$��hmtx'�XXNloca'�..WN:maxp(  _&name(,���J	�post)�  ��������3	@����@�@ 8
 ����� ���������797979+���"&*/37<AEIMQUZ^cglptx|��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#537#35#335#7!!'!!3#'3#53#'!!5#57#35#335#7!!'!!3#'3#3#'!!5#537#35#335#7!!'!!3#'3#53#'!!5�������"
��
����
���Q��F��R��]����'�||�����qq���
����������=|������qq���
����������=||�����qq���
������������T��H��?�N��%`%W%\������
��	c	��������
��	c	l�������
��c	����!%).26:>BFJNRVZ^bfj!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a	��f��ab�l��a	��f��ab�!%)-26:?CGKOS!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!5!5!!5!!!!5!!5!�5�.��"�1��A	�/�$�/�:��Y��M��X��d�5�.��"�2��A
�/�#�/�;��X��L��X��d��y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
$$�#`	##�	##���s
�s
��`	##�#`	##�
$$��&�%#53!3#!!!!!!!`P�v���
��
��
����
�Xj`<h"&+/37;@EIMQVZ^bfkptx|�������������������������������#537#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#537#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!�~~�����rr�������������A~������rr�������������A~������rr�������������������ss�����������
��A������ss�����������
��A������ss�����������
��Z���Ѽ�^
T����ѽ�bT
����Ѽ�b
T%���Ѽ�I
T{���ѽ�MT
|���Ѽ�M
T>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
���$(,049=AFJOSW[_ch!%!!!!!!!!5'!!5!!5'!!5!%!!!!!!!!5'!!!!'!!5!%!!!!!!!!'!!!!'!!54��.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� ����O��C��9�I���
((�
((�O��C
�I���
(x((�O��C��9�I���(x((H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	1 c $(,048<@DHLPTX\`dhlptx|������������������!%!!!!!!3##5335#!!!5!!5!!!!5!!5!#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#7#3#33#3##5335#3#5'3#5�������&);;AGG;//e��k��q��Y����}��q��}w������������#))��������������#))��������������$**��������������$**����T��%��3��C����-=-�$�#���{��~o�,
fp��~�|��n�,
f>��~�|��n�,
f���{��~o�,
f( a"&*/37;?CGKOSX]afjnrvz~����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����R��#��1��A��� --5<,h$[$��w�����g�+b���w��}�|���g�+b<��w�����g�+b b#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��S��$��B���-<-h#\$��$��B���-<-h#\$' b!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������T��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"4 �b $(-159>BFJNRVZ^bfjnrvz~���������������������#7#3#33#3##5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3#5#5335#����������++177+��������������������������++177+��������������������������++177+��������������������������,,177+  ����������������S��$��B���-<-i#\#��$��2��B���-<-i#\#��$��B���-<-i#\#��$��B���-<-i#\#v#'+/38=AEIMQUZ_dhlptx|�!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!!7!!!!!!3##5335#!!'!!5!!7!!!!!!3##5335#!!'!!5� �����,0;;AGG;//X��^��d��L��u��{����i�����������$#,,288,  ��e��Y��������$#,,288,  ��e��Yh��D��`��4�F.<. �#{#�t��l��e��p~�,i��t��l��e��p~�,h4v $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����k��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ev	
"&+/37;?CHLQUY]aeimqvz~�������������������������������
 #37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������g��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A���������'=A���������&>A���q_<��C���C��������������
B�X���B		�
���
�����$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.PK�
�[����,*,*;inc/compatibility/elementor/assets/fonts/colormag-econs.eotnu�[���,*�)�LPq���icomoonRegularVersion 1.0icomoon�0OS/2 �`cmapVҘTgasppglyfՋ�+x%dhead�:]&�6hhea��'$hmtxN'8XlocaWN:'�.maxp_&'� name�J	�'��post)h ��������3	@����@�@ 8
 ����� ���������797979+���"&*/37<AEIMQUZ^cglptx|��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#537#35#335#7!!'!!3#'3#53#'!!5#57#35#335#7!!'!!3#'3#3#'!!5#537#35#335#7!!'!!3#'3#53#'!!5�������"
��
����
���Q��F��R��]����'�||�����qq���
����������=|������qq���
����������=||�����qq���
������������T��H��?�N��%`%W%\������
��	c	��������
��	c	l�������
��c	����!%).26:>BFJNRVZ^bfj!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a	��f��ab�l��a	��f��ab�!%)-26:?CGKOS!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!5!5!!5!!!!5!!5!�5�.��"�1��A	�/�$�/�:��Y��M��X��d�5�.��"�2��A
�/�#�/�;��X��L��X��d��y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
$$�#`	##�	##���s
�s
��`	##�#`	##�
$$��&�%#53!3#!!!!!!!`P�v���
��
��
����
�Xj`<h"&+/37;@EIMQVZ^bfkptx|�������������������������������#537#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#57#3#5335#7!!5'!!53#'3#3#'!!5#537#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!#57#3#5335#7!!'!!3#'3#3#'!!�~~�����rr�������������A~������rr�������������A~������rr�������������������ss�����������
��A������ss�����������
��A������ss�����������
��Z���Ѽ�^
T����ѽ�bT
����Ѽ�b
T%���Ѽ�I
T{���ѽ�MT
|���Ѽ�M
T>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
���$(,049=AFJOSW[_ch!%!!!!!!!!5'!!5!!5'!!5!%!!!!!!!!5'!!!!'!!5!%!!!!!!!!'!!!!'!!54��.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� �����.��0��<�� ��/��;���� ����O��C��9�I���
((�
((�O��C
�I���
(x((�O��C��9�I���(x((H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	1 c $(,048<@DHLPTX\`dhlptx|������������������!%!!!!!!3##5335#!!!5!!5!!!!5!!5!#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#7#3#33#3##5335#3#5'3#5�������&);;AGG;//e��k��q��Y����}��q��}w������������#))��������������#))��������������$**��������������$**����T��%��3��C����-=-�$�#���{��~o�,
fp��~�|��n�,
f>��~�|��n�,
f���{��~o�,
f( a"&*/37;?CGKOSX]afjnrvz~����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����R��#��1��A��� --5<,h$[$��w�����g�+b���w��}�|���g�+b<��w�����g�+b b#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��S��$��B���-<-h#\$��$��B���-<-h#\$' b!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������T��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"4 �b $(-159>BFJNRVZ^bfjnrvz~���������������������#7#3#33#3##5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3#5#5335#����������++177+��������������������������++177+��������������������������++177+��������������������������,,177+  ����������������S��$��B���-<-i#\#��$��2��B���-<-i#\#��$��B���-<-i#\#��$��B���-<-i#\#v#'+/38=AEIMQUZ_dhlptx|�!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!!7!!!!!!3##5335#!!'!!5!!7!!!!!!3##5335#!!'!!5� �����,0;;AGG;//X��^��d��L��u��{����i�����������$#,,288,  ��e��Y��������$#,,288,  ��e��Yh��D��`��4�F.<. �#{#�t��l��e��p~�,i��t��l��e��p~�,h4v $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����k��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ev	
"&+/37;?CHLQUY]aeimqvz~�������������������������������
 #37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������g��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A���������'=A���������&>A���q_<��C���C��������������
B�X���B		�
���
�����$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.PK�
�[�a����+inc/core/class-colormag-enqueue-scripts.phpnu�[���<?php
/**
 * ColorMag enqueue CSS and JS files.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Enqueue_Scripts' ) ) {

	/**
	 * Enqueue Scripts.
	 */
	class ColorMag_Enqueue_Scripts {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object
		 */
		private static $instance;

		/**
		 * Initiator.
		 */
		public static function get_instance() {

			if ( ! isset( self::$instance ) ) {

				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			$this->setup_hooks();
		}

		/**
		 * Define hooks.
		 *
		 * @return void
		 */
		public function setup_hooks() {

			add_action( 'wp_enqueue_scripts', array( $this, 'colormag_scripts_styles_method' ) );

			add_action( 'enqueue_block_editor_assets', array( $this, 'colormag_block_editor_styles' ), 1 );
		}

		/**
		 * Enqueue CSS and JS files.
		 */
		public function colormag_scripts_styles_method() {

			// Return if enqueueing is not enabled by the user.
			if ( false === apply_filters( 'colormag_enqueue_theme_assets', true ) ) {
				return;
			}

			// Variables.
			$suffix              = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
			$skin_color          = get_theme_mod( 'colormag_color_skin_setting', 'white' );
			$inline_style_handle = ( 'white' === $skin_color ) ? 'colormag_style' : 'colormag_dark_style';

			// Loads our main css.
			wp_enqueue_style( 'colormag_style', get_stylesheet_uri(), array(), COLORMAG_THEME_VERSION );
			wp_style_add_data( 'colormag_style', 'rtl', 'replace' );

			// Load dark css.
			if ( 'dark' === $skin_color ) {
				wp_enqueue_style( 'colormag_dark_style', get_template_directory_uri() . '/dark.css', array(), COLORMAG_THEME_VERSION );
			}

			/**
			 * Inline CSS from customizer.
			 */
			add_filter( 'colormag_dynamic_theme_css', array( 'ColorMag_Dynamic_CSS', 'render_output' ) );

			// Enqueue required Google font for the theme.
			ColorMag_Generate_Fonts::render_fonts();

			// Generate dynamic CSS to add inline styles for the theme.
			$theme_dynamic_css = apply_filters( 'colormag_dynamic_theme_css', '' );

			wp_add_inline_style( $inline_style_handle, $theme_dynamic_css );

			/**
			 * Adds JavaScript to pages with the comment form to support
			 * sites with threaded comments (when in use).
			 */
			if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
				wp_enqueue_script( 'comment-reply' );
			}

			// BxSlider JS.
			wp_enqueue_script( 'colormag-bxslider', COLORMAG_JS_URL . '/jquery.bxslider' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// Sticky Menu.
			if ( 1 == get_theme_mod( 'colormag_enable_sticky_menu', 0 ) ) {
				// Sticky JS enqueue.
				wp_enqueue_script( 'colormag-sticky-menu', COLORMAG_JS_URL . '/sticky/jquery.sticky' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			}

			// News Ticker.
			wp_register_script( 'colormag-news-ticker', COLORMAG_JS_URL . '/news-ticker/jquery.newsTicker' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			if ( 1 == get_theme_mod( 'colormag_enable_news_ticker', 0 ) ) {
				wp_enqueue_script( 'colormag-news-ticker', COLORMAG_JS_URL . '/news-ticker/jquery.newsTicker' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			}

			// MagnificPopup JS.
			wp_register_script( 'colormag-featured-image-popup', COLORMAG_JS_URL . '/magnific-popup/jquery.magnific-popup' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// MagnificPopup CSS.
			wp_register_style( 'colormag-featured-image-popup-css', COLORMAG_JS_URL . '/magnific-popup/magnific-popup' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );

			if ( ( 1 == get_theme_mod( 'colormag_enable_lightbox', 0 ) ) && ( is_single() || is_page() ) ) {
				wp_enqueue_script( 'colormag-featured-image-popup' );
				wp_enqueue_style( 'colormag-featured-image-popup-css' );
			}

			// EasyTabs JS.
			wp_register_script( 'colormag-easy-tabs', COLORMAG_JS_URL . '/easytabs/jquery.easytabs' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// Navigation JS.
			wp_enqueue_script( 'colormag-navigation', COLORMAG_JS_URL . '/navigation' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// FontAwesome CSS.
			// Font Awesome 4.
			$font_awesome_styles = array(
				array(
					'handle'  => 'font-awesome-4',
					'file'    => '/library/font-awesome/css/v4-shims',
					'version' => '4.7.0',
				),
				array(
					'handle'  => 'font-awesome-all',
					'file'    => '/library/font-awesome/css/all',
					'version' => '6.2.4',
				),
				array(
					'handle'  => 'font-awesome-solid',
					'file'    => '/library/font-awesome/css/solid',
					'version' => '6.2.4',
				),
				array(
					'handle'  => 'font-awesome-solid',
					'file'    => '/library/font-awesome/css/regular',
					'version' => '6.2.4',
				),
				array(
					'handle'  => 'font-awesome-solid',
					'file'    => '/library/font-awesome/css/brands',
					'version' => '6.2.4',
				),
			);

			foreach ( $font_awesome_styles as $style ) {
				wp_register_style(
					$style['handle'],
					get_template_directory_uri() . '/assets' . $style['file'] . $suffix . '.css',
					false,
					$style['version']
				);
				wp_enqueue_style( $style['handle'] );
			}

			// Weather Icons.
			wp_register_style( 'owfont', get_template_directory_uri() . '/assets/css/owfont-regular' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );

			// FitVids JS.
			wp_enqueue_script( 'colormag-fitvids', COLORMAG_JS_URL . '/fitvids/jquery.fitvids' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// jQuery Video JS.
			wp_register_script( 'jquery-video', COLORMAG_JS_URL . '/jquery.video' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// HTML5Shiv for Lower IE versions.
			wp_enqueue_script( 'html5', COLORMAG_JS_URL . '/html5shiv' . $suffix . '.js', array(), COLORMAG_THEME_VERSION );
			wp_script_add_data( 'html5', 'conditional', 'lte IE 8' );

			// Skip link focus fix JS enqueue.
			wp_enqueue_script( 'colormag-skip-link-focus-fix', COLORMAG_JS_URL . '/skip-link-focus-fix' . $suffix . '.js', array(), COLORMAG_THEME_VERSION, true );

			// Theme custom JS.
			wp_enqueue_script( 'colormag-custom', COLORMAG_JS_URL . '/colormag-custom' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
		}

		/**
		 * Enqueue block editor styles.
		 *
		 * @since ColorMag 2.4.6
		 */
		public function colormag_block_editor_styles() {

			wp_enqueue_style( 'colormag-editor-googlefonts', '//fonts.googleapis.com/css?family=Open+Sans:400,600', array(), COLORMAG_THEME_VERSION );
			wp_enqueue_style( 'colormag-block-editor-styles', get_template_directory_uri() . '/style-editor-block.css', array(), COLORMAG_THEME_VERSION );
			wp_enqueue_style( 'colormag-block-editor-dark-styles', get_template_directory_uri() . '/dark.css', array(), COLORMAG_THEME_VERSION );
			wp_style_add_data( 'colormag-block-editor-styles', 'rtl', 'replace' );
		}
	}

}

ColorMag_Enqueue_Scripts::get_instance();

/**
 * Action hook to get the required Google fonts for this theme.
 */
function colormag_get_fonts() {

	/**
	 * Header options.
	 */
	$site_title_typography_default   = array(
		'font-family' => 'default',
	);
	$site_tagline_typography_default = array(
		'font-family' => 'default',
	);
	$primary_menu_typography_default = array(
		'font-family' => 'default',
		'font-weight' => '600',
	);
	$post_title_typography_default   = array(
		'font-family' => 'default',
		'font-weight' => '500',
	);

	/**
	 * Typography options.
	 */
	$base_typography_default       = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$headings_typography_default   = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h1_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h2_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h3_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);

	$heading_h4_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);

	$heading_h5_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);

	$heading_h6_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);

	$base_typography         = get_theme_mod( 'colormag_base_typography', $base_typography_default );
	$headings_typography     = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );
	$heading_h1_typography   = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );
	$heading_h2_typography   = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );
	$heading_h3_typography   = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );
	$heading_h4_typography   = get_theme_mod( 'colormag_h4_typography', $heading_h4_typography_default );
	$heading_h5_typography   = get_theme_mod( 'colormag_h5_typography', $heading_h5_typography_default );
	$heading_h6_typography   = get_theme_mod( 'colormag_h6_typography', $heading_h6_typography_default );
	$site_title_typography   = get_theme_mod( 'colormag_site_title_typography', $site_title_typography_default );
	$site_tagline_typography = get_theme_mod( 'colormag_site_tagline_typography', $site_tagline_typography_default );
	$primary_menu_typography = get_theme_mod( 'colormag_primary_menu_typography', $primary_menu_typography_default );
	$mobile_menu_typography  = get_theme_mod( 'colormag_mobile_menu_typography', $primary_menu_typography_default );
	$post_title_typography   = get_theme_mod( 'colormag_blog_post_title_typography', $post_title_typography_default );

	/**
	 * Enqueue required Google fonts.
	 */
	// Header options.
	if ( 'default' === $site_title_typography['font-family'] ) {
		$site_title_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $site_tagline_typography['font-family'] ) {
		$site_tagline_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $primary_menu_typography['font-family'] ) {
		$primary_menu_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $mobile_menu_typography['font-family'] ) {
		$mobile_menu_typography['font-family'] = 'Open Sans';
	}

	// Typography options.
	if ( 'default' === $base_typography['font-family'] ) {
		$base_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $headings_typography['font-family'] ) {
		$headings_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h1_typography['font-family'] ) {
		$heading_h1_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h2_typography['font-family'] ) {
		$heading_h2_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h3_typography['font-family'] ) {
		$heading_h3_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $heading_h4_typography['font-family'] ) {
		$heading_h4_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $heading_h5_typography['font-family'] ) {
		$heading_h5_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $heading_h6_typography['font-family'] ) {
		$heading_h6_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $post_title_typography['font-family'] ) {
		$post_title_typography['font-family'] = 'Open Sans';
	}

	$base_typography_font_weight            = $base_typography['font-weight'] ?? 'regular';
	$heading_typography_font_weight         = $headings_typography['font-weight'] ?? 'regular';
	$heading_h1_typography_font_weight      = $heading_h1_typography['font-weight'] ?? 'regular';
	$heading_h2_base_typography_font_weight = $heading_h2_typography['font-weight'] ?? 'regular';
	$heading_h3_typography_font_weight      = $heading_h3_typography['font-weight'] ?? 'regular';
	$heading_h4_typography_font_weight      = $heading_h4_typography['font-weight'] ?? 'regular';
	$heading_h5_typography_font_weight      = $heading_h5_typography['font-weight'] ?? 'regular';
	$heading_h6_typography_font_weight      = $heading_h6_typography['font-weight'] ?? 'regular';
	$primary_menu_typography_font_weight    = $primary_menu_typography['font-weight'] ?? 'regular';
	$mobile_menu_typography_font_weight     = $mobile_menu_typography['font-weight'] ?? 'regular';
	$post_title_typography_font_weight      = $post_title_typography['font-weight'] ?? 'regular';

	ColorMag_Generate_Fonts::add_font( $base_typography['font-family'], $base_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $headings_typography['font-family'], $headings_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h1_typography['font-family'], $heading_h1_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h2_typography['font-family'], $heading_h2_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h3_typography['font-family'], $heading_h3_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h4_typography['font-family'], $heading_h4_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h5_typography['font-family'], $heading_h5_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h6_typography['font-family'], $heading_h6_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h6_typography['font-family'], $heading_h6_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $post_title_typography['font-family'], $post_title_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $base_typography['font-family'], $base_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $headings_typography['font-family'], $heading_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h1_typography['font-family'], $heading_h1_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h2_typography['font-family'], $heading_h2_base_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h3_typography['font-family'], $heading_h3_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h4_typography['font-family'], $heading_h4_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h5_typography['font-family'], $heading_h5_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h6_typography['font-family'], $heading_h6_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $post_title_typography['font-family'], $post_title_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $site_title_typography['font-family'] );
	ColorMag_Generate_Fonts::add_font( $site_tagline_typography['font-family'] );
	ColorMag_Generate_Fonts::add_font( $primary_menu_typography['font-family'], $primary_menu_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $mobile_menu_typography['font-family'], $mobile_menu_typography_font_weight );
}

add_action( 'colormag_get_fonts', 'colormag_get_fonts' );


/**
 * Filter hook to get the required Google font subsets for this theme.
 */
function colormag_font_subset() {

	$google_font_subsets = array();

	/**
	 * Typography options.
	 */
	// Base typography.
	$base_typography_default = array(
		'subsets' => array( 'latin' ),
	);

	$base_typography = get_theme_mod( 'colormag_base_typography', $base_typography_default );

	if ( isset( $base_typography['subsets'] ) && is_array( $base_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $base_typography['subsets'], $google_font_subsets );
	}

	// Headings typography.
	$headings_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$headings_typography         = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );

	if ( isset( $headings_typography['subsets'] ) && is_array( $headings_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $headings_typography['subsets'], $google_font_subsets );
	}

	// Heading H1 typography.
	$heading_h1_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h1_typography         = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );

	if ( isset( $heading_h1_typography['subsets'] ) && is_array( $heading_h1_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h1_typography['subsets'], $google_font_subsets );
	}

	// Heading H2 typography.
	$heading_h2_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h2_typography         = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );

	if ( isset( $heading_h2_typography['subsets'] ) && is_array( $heading_h2_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h2_typography['subsets'], $google_font_subsets );
	}

	// Heading H3 typography.
	$heading_h3_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h3_typography         = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );

	if ( isset( $heading_h3_typography['subsets'] ) && is_array( $heading_h3_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h3_typography['subsets'], $google_font_subsets );
	}

	// Heading H4 typography.
	$heading_h4_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h4_typography         = get_theme_mod( 'colormag_h4_typography', $heading_h4_typography_default );

	if ( isset( $heading_h4_typography['subsets'] ) && is_array( $heading_h4_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h4_typography['subsets'], $google_font_subsets );
	}

	// Heading H5 typography.
	$heading_h5_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h5_typography         = get_theme_mod( 'colormag_h5_typography', $heading_h5_typography_default );

	if ( isset( $heading_h5_typography['subsets'] ) && is_array( $heading_h5_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h5_typography['subsets'], $google_font_subsets );
	}

	// Heading H6 typography.
	$heading_h6_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h6_typography         = get_theme_mod( 'colormag_h6_typography', $heading_h6_typography_default );

	if ( isset( $heading_h6_typography['subsets'] ) && is_array( $heading_h6_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h6_typography['subsets'], $google_font_subsets );
	}

	return $google_font_subsets;
}

add_filter( 'colormag_font_subset', 'colormag_font_subset' );


/**
 * Enqueue image upload script for use within widgets.
 */
function colormag_image_uploader() {

	$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

	wp_enqueue_media();
	wp_enqueue_script( 'colormag-widget-image-upload', COLORMAG_JS_URL . '/image-uploader' . $suffix . '.js', false, COLORMAG_THEME_VERSION, true );
}

add_action( 'admin_enqueue_scripts', 'colormag_image_uploader' );


if ( ! function_exists( 'colormag_darkcolor' ) ) :

	/**
	 * Generate darker color
	 *
	 * @param string $hex   Hex color value.
	 * @param string $steps Steps to change the hex color value for equivalent dark color.
	 *
	 * @return string
	 */
	function colormag_darkcolor( $hex, $steps ) {

		// Steps should be between -255 and 255. Negative = darker, positive = lighter.
		$steps = max( -255, min( 255, $steps ) );

		// Normalize into a six character long hex string.
		$hex = str_replace( '#', '', $hex );
		if ( strlen( $hex ) == 3 ) {
			$hex = str_repeat( substr( $hex, 0, 1 ), 2 ) . str_repeat( substr( $hex, 1, 1 ), 2 ) . str_repeat( substr( $hex, 2, 1 ), 2 );
		}

		// Split into three parts: R, G and B.
		$color_parts = str_split( $hex, 2 );
		$return      = '#';

		foreach ( $color_parts as $color ) {

			// Convert to decimal.
			$color = hexdec( $color );

			// Adjust the color.
			$color = max( 0, min( 255, $color + $steps ) );

			$return .= str_pad( dechex( $color ), 2, '0', STR_PAD_LEFT ); // Make two char hex code.

		}

		return $return;
	}

endif;

if ( ! function_exists( 'colormag_parse_css' ) ) :

	/**
	 * Parses CSS.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param array        $css_output    Array of CSS.
	 * @param string       $min_media     Min Media breakpoint.
	 * @param string       $max_media     Max Media breakpoint.
	 *
	 * @return string Generated CSS.
	 */
	function colormag_parse_css( $default_value, $output_value, $css_output = array(), $min_media = '', $max_media = '' ) {

		// Return if default value matches.
		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = '';

		if ( is_array( $css_output ) && count( $css_output ) > 0 ) {

			foreach ( $css_output as $selector => $properties ) {

				if ( null === $properties ) {
					break;
				}

				if ( ! count( $properties ) ) {
					continue;
				}

				$temp_parse_css   = $selector . '{';
				$properties_added = 0;

				foreach ( $properties as $property => $value ) {

					if ( '' === $value ) {
						continue;
					}

					++$properties_added;
					$temp_parse_css .= $property . ':' . $value . ';';
				}

				$temp_parse_css .= '}';

				if ( $properties_added > 0 ) {
					$parse_css .= $temp_parse_css;
				}
			}

			if ( '' !== $parse_css && ( '' !== $min_media || '' !== $max_media ) ) {

				$media_css       = '@media ';
				$min_media_css   = '';
				$max_media_css   = '';
				$media_separator = '';

				if ( '' !== $min_media ) {
					$min_media_css = 'screen and (min-width:' . $min_media . 'px)';
				}

				if ( '' !== $max_media ) {
					$max_media_css = 'screen and (max-width:' . $max_media . 'px)';
				}

				if ( '' !== $min_media && '' !== $max_media ) {
					$media_separator = ' and ';
				}

				$media_css .= $min_media_css . $media_separator . $max_media_css . '{' . $parse_css . '}';

				return $media_css;
			}
		}

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_background_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 *
	 * @return string|void Generated CSS for background CSS property.
	 */
	function colormag_parse_background_css( $default_value, $output_value, $selector ) {

		if ( $default_value == $output_value ) {
			return;
		}

		$parse_css  = '';
		$parse_css .= $selector . '{';

		// For background color.
		if ( isset( $output_value['background-color'] ) && ( $output_value['background-color'] != $default_value['background-color'] ) ) {
			$parse_css .= 'background-color:' . $output_value['background-color'] . ';';
		}

		// For background image.
		if ( isset( $output_value['background-image'] ) && ( $output_value['background-image'] != $default_value['background-image'] ) ) {
			$parse_css .= 'background-image:url(' . $output_value['background-image'] . ');';
		}

		// For background position.
		if ( isset( $output_value['background-position'] ) && ( $output_value['background-position'] != $default_value['background-position'] ) ) {
			$parse_css .= 'background-position:' . $output_value['background-position'] . ';';
		}

		// For background size.
		if ( isset( $output_value['background-size'] ) && ( $output_value['background-size'] != $default_value['background-size'] ) ) {
			$parse_css .= 'background-size:' . $output_value['background-size'] . ';';
		}

		// For background attachment.
		if ( isset( $output_value['background-attachment'] ) && ( $output_value['background-attachment'] != $default_value['background-attachment'] ) ) {
			$parse_css .= 'background-attachment:' . $output_value['background-attachment'] . ';';
		}

		// For background repeat.
		if ( isset( $output_value['background-repeat'] ) && ( $output_value['background-repeat'] != $default_value['background-repeat'] ) ) {
			$parse_css .= 'background-repeat:' . $output_value['background-repeat'] . ';';
		}

		$parse_css .= '}';

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_dimension_css' ) ) {
	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param string       $property      CSS property.
	 *
	 * @return string|void Generated CSS for dimension CSS.
	 */
	function colormag_parse_dimension_css( $default_value, $output_value, $selector, $property ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = $selector . '{';

		$unit = isset( $output_value['unit'] ) ? $output_value['unit'] : ( isset( $default_value['unit'] ) ? $default_value['unit'] : 'px' );

		if ( isset( $output_value['top'] ) && ! empty( $output_value['top'] ) && ( $output_value['top'] !== $default_value['top'] ) ) {
			$parse_css .= $property . '-top:' . $output_value['top'] . $unit . ';';
		}

		if ( isset( $output_value['top'] ) && ! empty( $output_value['top'] ) && ( $output_value['right'] !== $default_value['right'] ) ) {
			$parse_css .= $property . '-right:' . $output_value['right'] . $unit . ';';
		}

		if ( isset( $output_value['bottom'] ) && ! empty( $output_value['bottom'] ) && ( $output_value['bottom'] !== $default_value['bottom'] ) ) {
			$parse_css .= $property . '-bottom:' . $output_value['bottom'] . $unit . ';';
		}

		if ( isset( $output_value['left'] ) && ! empty( $output_value['left'] ) && ( $output_value['left'] !== $default_value['left'] ) ) {
			$parse_css .= $property . '-left:' . $output_value['left'] . $unit . ';';
		}

		$parse_css .= '}';

		return $parse_css;
	}
}

if ( ! function_exists( 'colormag_parse_border_css' ) ) {
	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param string       $property      CSS property.
	 *
	 * @return string|void Generated CSS for border CSS.
	 */
	function colormag_parse_border_css( $default_value, $output_value, $selector, $property ) {
		if ( $default_value === $output_value ) {
			return;
		}
		$parse_css = $selector . '{';
		if ( isset( $output_value ) && ! empty( $output_value ) && ( $output_value !== $default_value ) ) {
			if ( $property == 'radius' || $property == 'width' ) {
				$parse_css .= 'border-' . $property . ':' . $output_value . 'px;';
			} else {
				$parse_css .= 'border-' . $property . ':' . $output_value . ';';
			}
		}
		$parse_css .= '}';
		return $parse_css;
	}
}

if ( ! function_exists( 'colormag_parse_typography_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param array        $devices       Devices for breakpoints.
	 *
	 * @return string|void Generated CSS for typography CSS.
	 */
	function colormag_parse_typography_css( $default_value, $output_value, $selector, $devices = array() ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = $selector . '{';

		// For font family.
		$default_value_font_family = isset( $default_value['font-family'] ) ? $default_value['font-family'] : '';
		if ( isset( $output_value['font-family'] ) && ! empty( $output_value['font-family'] ) && ( $output_value['font-family'] !== $default_value_font_family ) ) {
			$parse_css .= 'font-family:' . $output_value['font-family'] . ';';
		}

		// For font style.
		$default_value_font_style = isset( $default_value['font-style'] ) ? $default_value['font-style'] : '';
		if ( isset( $output_value['font-style'] ) && ! empty( $output_value['font-style'] ) && ( $output_value['font-style'] !== $default_value_font_style ) ) {
			$parse_css .= 'font-style:' . $output_value['font-style'] . ';';
		}

		// For text transform.
		$default_value_text_transform = isset( $default_value['text-transform'] ) ? $default_value['text-transform'] : '';
		if ( isset( $output_value['text-transform'] ) && ! empty( $output_value['text-transform'] ) && ( $output_value['text-transform'] !== $default_value_text_transform ) ) {
			$parse_css .= 'text-transform:' . $output_value['text-transform'] . ';';
		}

		// For text decoration.
		$default_value_text_decoration = isset( $default_value['text-decoration'] ) ? $default_value['text-decoration'] : '';
		if ( isset( $output_value['text-decoration'] ) && ! empty( $output_value['text-decoration'] ) && ( $output_value['text-decoration'] !== $default_value_text_decoration ) ) {
			$parse_css .= 'text-decoration:' . $output_value['text-decoration'] . ';';
		}

		// For font weight.
		$default_value_font_weight = isset( $default_value['font-weight'] ) ? $default_value['font-weight'] : '';
		if ( isset( $output_value['font-weight'] ) && ! empty( $output_value['font-weight'] ) && ( $output_value['font-weight'] !== $default_value_font_weight ) ) {
			$font_weight_value = $output_value['font-weight'];

			if ( 'italic' === $font_weight_value || 'regular' === $font_weight_value ) {
				$parse_css .= 'font-weight:' . 400 . ';';
			} else {
				$parse_css .= 'font-weight:' . str_replace( 'italic', '', $font_weight_value ) . ';';
			}
		}

		// For font size on desktop.
		$font_size_unit            = isset( $output_value['font-size']['desktop']['unit'] ) ? $output_value['font-size']['desktop']['unit'] : 'px';
		$default_desktop_font_size = isset( $default_value['font-size']['desktop']['size'] ) ? $default_value['font-size']['desktop']['size'] : '';
		if ( isset( $output_value['font-size']['desktop']['size'] ) && ! empty( $output_value['font-size']['desktop']['size'] ) && ( $output_value['font-size']['desktop']['size'] !== $default_desktop_font_size ) ) {
			$parse_css .= 'font-size:' . $output_value['font-size']['desktop']['size'] . $font_size_unit . ';';
		}

		// For line height on desktop.
		$line_height_unit_value      = isset( $output_value['line-height']['desktop']['unit'] ) ? $output_value['line-height']['desktop']['unit'] : 'px';
		$line_height_unit            = ( '-' !== $line_height_unit_value ) ? $line_height_unit_value : '';
		$default_desktop_line_height = isset( $default_value['line-height']['desktop']['size'] ) ? $default_value['line-height']['desktop']['size'] : '';

		if ( isset( $output_value['line-height']['desktop']['size'] ) && ! empty( $output_value['line-height']['desktop']['size'] ) && ( $output_value['line-height']['desktop']['size'] !== $default_desktop_line_height ) ) {
			$parse_css .= 'line-height:' . $output_value['line-height']['desktop']['size'] . $line_height_unit . ';';
		}

		// For letter spacing on desktop.
		$letter_spacing_unit            = isset( $output_value['letter-spacing']['desktop']['unit'] ) ? $output_value['letter-spacing']['desktop']['unit'] : 'px';
		$default_desktop_letter_spacing = isset( $default_value['letter-spacing']['desktop']['size'] ) ? $default_value['letter-spacing']['desktop']['size'] : '';

		if ( isset( $output_value['letter-spacing']['desktop']['size'] ) && ! empty( $output_value['letter-spacing']['desktop']['size'] ) && ( $output_value['letter-spacing']['desktop']['size'] !== $default_desktop_letter_spacing ) ) {
			$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['desktop']['size'] . $letter_spacing_unit . ';';
		}

		$parse_css .= '}';

		// For responsive devices.
		if ( is_array( $devices ) ) {

			foreach ( $devices as $device => $size ) {

				// For tablet devices.
				if ( 'tablet' === $device && $size ) {
					$default_tablet_font_size_spacing = isset( $default_value['font-size']['tablet']['size'] ) ? $default_value['font-size']['tablet']['size'] : '';
					if ( isset( $output_value['font-size']['tablet']['size'] ) && ! empty( $output_value['font-size']['tablet']['size'] ) && $output_value['font-size']['tablet']['size'] !== $default_tablet_font_size_spacing ) {

						$font_size_tablet_unit = $output_value['font-size']['tablet']['unit'] ? $output_value['font-size']['tablet']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'font-size:' . $output_value['font-size']['tablet']['size'] . $font_size_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_tablet_line_height_spacing = isset( $default_value['line-height']['tablet']['size'] ) ? $default_value['line-height']['tablet']['size'] : '';
					if ( isset( $output_value['line-height']['tablet']['size'] ) && ! empty( $output_value['line-height']['tablet']['size'] ) && $output_value['line-height']['tablet']['size'] !== $default_tablet_line_height_spacing ) {

						$line_height_tablet_unit_value = $output_value['line-height']['tablet']['unit'] ? $output_value['line-height']['tablet']['unit'] : '';
						$line_height_tablet_unit       = ( '-' !== $line_height_tablet_unit_value ) ? $line_height_tablet_unit_value : '';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'line-height:' . $output_value['line-height']['tablet']['size'] . $line_height_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_tablet_letter_spacing_spacing = isset( $default_value['letter-spacing']['tablet']['size'] ) ? $default_value['letter-spacing']['tablet']['size'] : '';
					if ( isset( $output_value['letter-spacing']['tablet']['size'] ) && ! empty( $output_value['letter-spacing']['tablet']['size'] ) && $output_value['letter-spacing']['tablet']['size'] !== $default_tablet_letter_spacing_spacing ) {

						$letter_spacing_tablet_unit = $output_value['letter-spacing']['tablet']['unit'] ? $output_value['letter-spacing']['tablet']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['tablet']['size'] . $letter_spacing_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}
				}

				// For mobile devices.
				if ( 'mobile' === $device && $size ) {
					$default_mobile_font_size_spacing = isset( $default_value['font-size']['mobile']['size'] ) ? $default_value['font-size']['mobile']['size'] : '';
					if ( isset( $output_value['font-size']['mobile']['size'] ) && ! empty( $output_value['font-size']['mobile']['size'] ) && $output_value['font-size']['mobile']['size'] !== $default_mobile_font_size_spacing ) {

						$font_size_mobile_unit = $output_value['font-size']['mobile']['unit'] ? $output_value['font-size']['mobile']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'font-size:' . $output_value['font-size']['mobile']['size'] . $font_size_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_mobile_line_height_spacing = isset( $default_value['line-height']['mobile']['size'] ) ? $default_value['line-height']['mobile']['size'] : '';
					if ( isset( $output_value['line-height']['mobile']['size'] ) && ! empty( $output_value['line-height']['mobile']['size'] ) && $output_value['line-height']['mobile']['size'] !== $default_mobile_line_height_spacing ) {

						$line_height_mobile_unit_value = $output_value['line-height']['mobile']['unit'] ? $output_value['line-height']['mobile']['unit'] : '';
						$line_height_mobile_unit       = ( '-' !== $line_height_mobile_unit_value ) ? $line_height_mobile_unit_value : '';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'line-height:' . $output_value['line-height']['mobile']['size'] . $line_height_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_mobile_letter_spacing_spacing = isset( $default_value['letter-spacing']['mobile']['size'] ) ? $default_value['letter-spacing']['mobile']['size'] : '';
					if ( isset( $output_value['letter-spacing']['mobile']['size'] ) && ! empty( $output_value['letter-spacing']['mobile']['size'] ) && $output_value['letter-spacing']['mobile']['size'] !== $default_mobile_letter_spacing_spacing ) {

						$letter_spacing_mobile_unit = $output_value['letter-spacing']['mobile']['unit'] ? $output_value['letter-spacing']['mobile']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['mobile']['size'] . $letter_spacing_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}
				}
			}
		}

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_slider_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value Updated value.
	 * @param string $selector CSS selector.
	 * @param string $property CSS property.
	 *
	 * @return string|void Generated CSS for dimension CSS.
	 */
	function colormag_parse_slider_css( $default_value, $output_value, $selector, $property ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = '';

		if ( isset( $output_value['size'] ) ) {

			$parse_css = $selector . '{';

			$unit       = isset( $output_value['unit'] ) ? $output_value['unit'] : ( isset( $default_value['unit'] ) ? $default_value['unit'] : 'px' );
			$parse_css .= $property . ':' . $output_value['size'] . $unit . ';';

			$parse_css .= '}';
		}

		return $parse_css;
	}

	endif;
PK�
�[��w��-inc/core/class-colormag-after-setup-theme.phpnu�[���<?php
/**
 * ColorMag functions related to WordPress core functionality.
 *
 * @uses    add_theme_support() To add support for post thumbnails and automatic feed links.
 * @uses    register_nav_menu() To add support for navigation menu.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_After_Setup_Theme' ) ) {

	/**
	 * After setup theme.
	 */
	class ColorMag_After_Setup_Theme {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object
		 */
		private static $instance;

		/**
		 * Initiator.
		 */
		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			$this->setup_hooks();
		}

		/**
		 * Define hooks.
		 *
		 * @return void
		 */
		public function setup_hooks(  ) {

			add_action( 'after_setup_theme', array( $this, 'colormag_setup' ) );
		}

		/**
		 * All theme setup functionalities.
		 *
		 * @since 1.0
		 */
		function colormag_setup() {

			/**
			 * Make theme available for translation.
			 * Translations can be filed in the /languages/ directory.
			 */
			load_theme_textdomain( 'colormag', get_template_directory() . '/languages' );

			// Add default posts and comments RSS feed links to head.
			add_theme_support( 'automatic-feed-links' );

			// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page.
			add_theme_support( 'post-thumbnails' );

			// Registering navigation menu.
			register_nav_menus(
				array(
					'primary' => esc_html__( 'Primary Menu', 'colormag' ),
				)
			);

			// Cropping the images to different sizes to be used in the theme.
			add_image_size( 'colormag-highlighted-post', 392, 272, true );
			add_image_size( 'colormag-featured-post-medium', 390, 205, true );
			add_image_size( 'colormag-featured-post-small', 130, 90, true );
			add_image_size( 'colormag-featured-image', 800, 445, true );

			// Pro required image sizes.
			add_image_size( 'colormag-default-news', 150, 150, true );
			add_image_size( 'colormag-featured-image-large', 1400, 600, true );

			// Setup the WordPress core custom background feature.
			add_theme_support(
				'custom-background',
				apply_filters(
					'colormag_custom_background_args',
					array(
						'default-color' => 'eaeaea',
					)
				)
			);

			/**
			 * 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 Formats.
			add_theme_support(
				'post-formats',
				array(
					'aside',
					'image',
					'video',
					'quote',
					'link',
					'gallery',
					'chat',
					'audio',
					'status',
				)
			);

			// Adding excerpt option box for pages as well.
			add_post_type_support( 'page', 'excerpt' );

			/**
			 * 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',
				)
			);

			// Adds the support for the Custom Logo introduced in WordPress 4.5.
			add_theme_support(
				'custom-logo',
				array(
					'flex-width'  => true,
					'flex-height' => true,
				)
			);

			// Support Auto Load Next Post plugin.
			add_theme_support(
				'auto-load-next-post',
				array(
					'content_container'    => '#content',
					'title_selector'       => 'h1.cm-entry-title',
					'navigation_container' => 'ul.default-wp-page',
					'comments_container'   => 'div#comments',
				)
			);

			// Support for selective refresh widgets in Customizer.
			add_theme_support( 'customize-selective-refresh-widgets' );

			// Gutenberg layout support.
			add_theme_support( 'align-wide' );

			// Add support for Block Styles.
			add_theme_support( 'wp-block-styles' );

			// Responsive embeds support.
			add_theme_support( 'responsive-embeds' );

		}

	}
}

ColorMag_After_Setup_Theme::get_instance();

PK�
�[��.�qqinc/core/custom-header.phpnu�[���<?php
/**
 * Implements a custom header for ColorMag.
 *
 * See http://codex.wordpress.org/Custom_Headers
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

/**
 * Setup the WordPress core custom header feature.
 */
function colormag_custom_header_setup() {

	add_theme_support(
		'custom-header',
		apply_filters(
			'colormag_custom_header_args',
			array(
				'default-image'          => '',
				'header-text'            => '',
				'default-text-color'     => '',
				'width'                  => 1400,
				'height'                 => 400,
				'flex-width'             => true,
				'flex-height'            => true,
				'wp-head-callback'       => '',
				'admin-head-callback'    => '',
				'video'                  => true,
				'admin-preview-callback' => 'colormag_admin_header_image',
			)
		)
	);

}

add_action( 'after_setup_theme', 'colormag_custom_header_setup' );

if ( ! function_exists( 'colormag_admin_header_image' ) ) :

	/**
	 * Custom header image markup displayed on the Appearance > Header admin panel.
	 */
	function colormag_admin_header_image() {
		?>
		<div id="headimg">
			<?php
			if ( function_exists( 'the_custom_header_markup' ) ) {
				the_custom_header_markup();
			} else {
				if ( get_header_image() ) :
					?>
					<img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>">
					<?php
				endif;
			}
			?>
		</div>
		<?php
	}

endif;
PK�
�[}sv[[%inc/deprecated/deprecated-filters.phpnu�[���<?php
/**
 * Deprecated filters for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_apply_filters_deprecated' ) ) :

	/**
	 * ColorMag Hook Deprecated.
	 *
	 * @param string $tag         The name of the action hook.
	 * @param array  $args        Array of additional function arguments to be passed to apply_filters().
	 * @param string $version     The version of theme that deprecated the hook.
	 * @param string $replacement Optional. The hook that should have been used. Default null.
	 * @param string $message     Optional. A message regarding the change. Default null.
	 *
	 * @since 3.0.0
	 */
	function colormag_apply_filters_deprecated( $tag, $args, $version, $replacement = null, $message = null ) {

		if ( function_exists( 'apply_filters_deprecated' ) ) {
			apply_filters_deprecated( $tag, $args, $version, $replacement, $message );
		} else {
			apply_filters_ref_array( $tag, $args );
		}
	}

endif;
PK�
�[�]l5��'inc/deprecated/deprecated-functions.phpnu�[���<?php
/**
 * Deprecated functions for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_top_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_top_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_top()' );

		colormag_header_top();

	}

endif;

if ( ! function_exists( 'colormag_middle_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_middle_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_one()' );

		colormag_header_one();

	}

endif;

if ( ! function_exists( 'colormag_below_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_below_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_two()' );

		colormag_header_two();

	}

endif;

if ( ! function_exists( 'colormag_header_nav_container_start' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_header_nav_container_start() {

		_deprecated_function( __FUNCTION__, '4.0.0', '' );

	}

endif;

if ( ! function_exists( 'colormag_header_nav_container_end' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_header_nav_container_end() {

		_deprecated_function( __FUNCTION__, '4.0.0', '' );

	}

endif;

if ( ! function_exists( 'colormag_colored_category_return' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_colored_category_return() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'colormag_colored_category( false )' );

		return colormag_colored_category( false );

	}

endif;


if ( ! function_exists( 'colormag_the_custom_logo' ) ) :

	/**
	 * Deprecated function to display the custom logo.
	 */
	function colormag_the_custom_logo() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'the_custom_logo()' );

		the_custom_logo();

	}

endif;


if ( ! function_exists( 'colormag_render_header_image' ) ) :

	/**
	 * Deprecated function to display the header image.
	 */
	function colormag_render_header_image() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'the_custom_header_markup()' );

		the_custom_header_markup();

	}

endif;


if ( ! function_exists( 'colormag_standard_fonts_array' ) ) :

	/**
	 * Deprecated function standard fonts array.
	 */
	function colormag_standard_fonts_array() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_google_fonts_array' ) ) :

	/**
	 * Deprecated function Google fonts array.
	 */
	function colormag_google_fonts_array() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_radio_select_sanitize' ) ) :

	/**
	 * Deprecate function for radio/select sanitization.
	 *
	 * @param string               $input   Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_radio_select_sanitize( $input, $setting ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_radio_select( $input, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_radio_select( $input, $setting );

	}

endif;


if ( ! function_exists( 'colormag_fonts_sanitization' ) ) :

	/**
	 * Deprecate function for radio/select sanitization.
	 *
	 * @param string $input Customizer input.
	 */
	function colormag_fonts_sanitization( $input ) {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_color_option_hex_sanitize' ) ) :

	/**
	 * Deprecate function for hex color sanitization.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	function colormag_color_option_hex_sanitize( $color ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_hex_color( $color )' );

		return ColorMag_Customizer_Sanitizes::sanitize_hex_color( $color );

	}

endif;


if ( ! function_exists( 'colormag_color_escaping_option_sanitize' ) ) :

	/**
	 * Deprecate function for color escaping sanitization.
	 *
	 * @param string $input Input from the customize controls.
	 */
	function colormag_color_escaping_option_sanitize( $input ) {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_checkbox_sanitize' ) ) :

	/**
	 * Deprecate function for checkbox sanitization.
	 *
	 * @param string $input Input from the customize controls.
	 */
	function colormag_checkbox_sanitize( $input ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_checkbox( $input )' );

		return ColorMag_Customizer_Sanitizes::sanitize_checkbox( $input );

	}

endif;


if ( ! function_exists( 'colormag_links_sanitize' ) ) :

	/**
	 * Deprecate function for false value sanitization.
	 */
	function colormag_links_sanitize() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_false_values()' );

		return ColorMag_Customizer_Sanitizes::sanitize_false_values();

	}

endif;


if ( ! function_exists( 'colormag_excerpt_length_sanitize' ) ) :

	/**
	 * Deprecate function for number sanitization.
	 *
	 * @param string               $val     Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_excerpt_length_sanitize( $val, $setting = array() ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting );

	}

endif;

if ( ! function_exists( 'colormag_customize_partial_blogname' ) ) :

	/**
	 * Deprecate site title partial refresh function.
	 */
	function colormag_customize_partial_blogname() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_customize_partial_blogname()' );

		ColorMag_Customizer_Partials::render_customize_partial_blogname();

	}

endif;


if ( ! function_exists( 'colormag_customize_partial_blogdescription' ) ) :

	/**
	 * Deprecate site tagline partial refresh function.
	 */
	function colormag_customize_partial_blogdescription() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_customize_partial_blogdescription()' );

		ColorMag_Customizer_Partials::render_customize_partial_blogdescription();

	}

endif;


if ( ! function_exists( 'colormag_date_display_type' ) ) :

	/**
	 * Deprecate date display type refresh function.
	 */
	function colormag_date_display_type() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_date_display_type()' );

		ColorMag_Customizer_Partials::render_date_display_type();

	}

endif;

if ( ! function_exists( 'colormag_background_image' ) ) :

	/**
	 * Deprecate background image refresh function.
	 */
	function colormag_background_image() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;
PK�
�[�XhAA#inc/deprecated/deprecated-hooks.phpnu�[���<?php
/**
 * Deprecated hooks for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_do_action_deprecated' ) ) :

	/**
	 * ColorMag Hook Deprecated.
	 *
	 * @param string $tag         The name of the action hook.
	 * @param array  $args        Array of additional function arguments to be passed to do_action().
	 * @param string $version     The version of theme that deprecated the hook.
	 * @param string $replacement Optional. The hook that should have been used. Default null.
	 * @param string $message     Optional. A message regarding the change. Default null.
	 *
	 * @since 3.0.0
	 */
	function colormag_do_action_deprecated( $tag, $args, $version, $replacement = null, $message = null ) {

		if ( function_exists( 'do_action_deprecated' ) ) {
			do_action_deprecated( $tag, $args, $version, $replacement, $message );
		} else {
			do_action_ref_array( $tag, $args );
		}
	}

endif;
PK�
�[��//.inc/widgets/colormag-featured-posts-widget.phpnu�[���<?php
/**
 * TG: Featured Posts (Style 1) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 1) widget.
 *
 * Class colormag_featured_posts_widget
 */
class colormag_featured_posts_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-1';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 1)', 'colormag' );
		$this->settings           = array(
			'widget_layout' => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-1.jpg',
			),
			'title'         => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'          => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'        => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'          => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'      => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title    = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text     = isset( $instance['text'] ) ? $instance['text'] : '';
		$number   = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type     = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category = isset( $instance['category'] ) ? $instance['category'] : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category );

		// Display the description.
		$this->widget_description( $text );

		$i = 1;
		while ( $get_featured_posts->have_posts() ) :
			$get_featured_posts->the_post();

			if ( 1 == $i ) {
				$featured = 'colormag-featured-post-medium';
			} else {
				$featured = 'colormag-featured-post-small';
			}

			if ( 1 == $i ) {
				echo '<div class="cm-first-post">';
			} elseif ( 2 == $i ) {
				echo '<div class="cm-posts">';
			}
			?>

			<div class="cm-post">
				<?php
				if ( has_post_thumbnail() ) {
					$this->the_post_thumbnail( $post->ID, $featured );
				}
				?>

				<div class="cm-post-content">
					<?php
					colormag_colored_category();

					// Displays the post title.
					$this->the_title();

					// Displays the post meta.
					$this->entry_meta();
					?>

					<?php if ( 1 == $i ) { ?>
						<div class="cm-entry-summary">
							<?php the_excerpt(); ?>
						</div>
					<?php } ?>
				</div>

			</div>

			<?php
			if ( 1 == $i ) {
				echo '</div>';
			}
			$i ++;
		endwhile;
		if ( $i > 2 ) {
			echo '</div>';
		}

		// Reset Post Data.
		wp_reset_postdata();

		$this->widget_end( $args );

	}

}
PK�
�[�s1���5inc/widgets/colormag-300x250-advertisement-widget.phpnu�[���<?php
/**
 * 300x250 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 300x250 Advertisement Ads Widget.
 *
 * Class colormag_300x250_advertisement_widget
 */
class colormag_300x250_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_300x250_advertisement';
		$this->widget_description = esc_html__( 'Add your 300x250 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 300x250 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 300x250 Images Here', 'colormag' ),
			),
			'300x250_image_link'   => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ),
			),
			'300x250_image_url'    => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title      = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$image_link = isset( $instance['300x250_image_link'] ) ? $instance['300x250_image_link'] : '';
		$image_url  = isset( $instance['300x250_image_url'] ) ? $instance['300x250_image_url'] : '';

		$this->widget_start( $args );
		?>

		<div class="advertisement_300x250">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			if ( ! empty( $image_url ) ) {
				$image_id  = attachment_url_to_postid( $image_url );
				$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

				$output .= '<div class="cm-advertisement-content">';
				if ( ! empty( $image_link ) ) {

					$output .= '<a href="' . $image_link . '" class="single_ad_300x250" target="_blank" rel="nofollow">';
					$output .= '<img src="' . $image_url . '" width="300" height="250" alt="' . $image_alt . '">';
					$output .= '</a>';
				} else {
					$output .= '<img src="' . $image_url . '" width="300" height="250" alt="' . $image_alt . '">';
				}
				$output .= '</div>';

				echo wp_kses_post( $output );
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}

PK�
�[�u.Z!!4inc/widgets/colormag-728x90-advertisement-widget.phpnu�[���<?php
/**
 * 728x90 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 728x90 Advertisement Ads Widget.
 *
 * Class colormag_728x90_advertisement_widget
 */
class colormag_728x90_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-728x90-advertisemen-widget';
		$this->widget_description = esc_html__( 'Add your 728x90 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 728x90 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 728x90 Images Here', 'colormag' ),
			),
			'728x90_image_link'    => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ),
			),
			'728x90_image_url'     => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title      = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$image_link = isset( $instance['728x90_image_link'] ) ? $instance['728x90_image_link'] : '';
		$image_url  = isset( $instance['728x90_image_url'] ) ? $instance['728x90_image_url'] : '';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: 728x90 Image Link' . $this->id, $image_link );
			icl_register_string( 'ColorMag Pro', 'TG: 728x90 Image URL' . $this->id, $image_url );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$image_link = icl_t( 'ColorMag Pro', 'TG: 728x90 Image Link' . $this->id, $image_link );
			$image_url  = icl_t( 'ColorMag Pro', 'TG: 728x90 Image URL' . $this->id, $image_url );
		}

		$this->widget_start( $args );
		?>

		<div class="advertisement_728x90">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			if ( ! empty( $image_url ) ) {
				$image_id  = attachment_url_to_postid( $image_url );
				$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

				$output .= '<div class="cm-advertisement-content">';
				if ( ! empty( $image_link ) ) {

					$output .= '<a href="' . $image_link . '" class="single_ad_728x90" target="_blank" rel="nofollow">';
					$output .= '<img src="' . $image_url . '" width="728" height="90" alt="' . $image_alt . '">';
					$output .= '</a>';
				} else {
					$output .= '<img src="' . $image_url . '" width="728" height="90" alt="' . $image_alt . '">';
				}
				$output .= '</div>';

				echo wp_kses_post( $output );
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}
PK�
�[��s�??7inc/widgets/colormag-featured-posts-vertical-widget.phpnu�[���<?php
/**
 * TG: Featured Posts (Style 2) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 2) widget.
 *
 * Class colormag_featured_posts_vertical_widget
 */
class colormag_featured_posts_vertical_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-2';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 2)', 'colormag' );
		$this->settings           = array(
			'widget_layout' => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-2.jpg',
			),
			'title'         => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'          => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'        => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'          => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'      => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title    = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text     = isset( $instance['text'] ) ? $instance['text'] : '';
		$number   = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type     = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category = isset( $instance['category'] ) ? $instance['category'] : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category );

		// Display the description.
		$this->widget_description( $text );

		$i = 1;
		while ( $get_featured_posts->have_posts() ) :
			$get_featured_posts->the_post();

			if ( 1 == $i ) {
				$featured = 'colormag-featured-post-medium';
			} else {
				$featured = 'colormag-featured-post-small';
			}

			if ( 1 == $i ) {
				echo '<div class="cm-first-post">';
			} elseif ( 2 == $i ) {
				echo '<div class="cm-posts">';
			}
			?>

			<div class="cm-post">
				<?php
				if ( has_post_thumbnail() ) {
					$this->the_post_thumbnail( $post->ID, $featured );
				}
				?>

				<div class="cm-post-content">
					<?php
					colormag_colored_category();

					// Displays the post title.
					$this->the_title();

					// Displays the post meta.
					$this->entry_meta();
					?>

					<?php if ( 1 == $i ) { ?>
						<div class="cm-entry-summary">
							<?php the_excerpt(); ?>
						</div>
					<?php } ?>
				</div>
			</div>

			<?php
			if ( 1 == $i ) {
				echo '</div>';
			}
			$i ++;
		endwhile;
		if ( $i > 2 ) {
			echo '</div>';
		}

		// Reset Post Data.
		wp_reset_postdata();

		$this->widget_end( $args );

	}

}
PK�
�[F9֯e�e(inc/widgets/abstract-colormag-widget.phpnu�[���<?php
/**
 * Abstract widget class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Widget.
 *
 * Class ColorMag_Widet
 *
 * @extends  WP_Widget
 */
abstract class ColorMag_Widget extends WP_Widget {

	/**
	 * CSS class.
	 *
	 * @var string
	 */
	public $widget_cssclass;

	/**
	 * Widget description.
	 *
	 * @var string
	 */
	public $widget_description;

	/**
	 * Widget ID.
	 *
	 * @var string|bool
	 */
	public $widget_id = false;

	/**
	 * Widget name.
	 *
	 * @var string
	 */
	public $widget_name;

	/**
	 * Settings.
	 *
	 * @var array
	 */
	public $settings = array();

	/**
	 * Widget Control Options.
	 *
	 * @var array
	 */
	public $control_options = array();

	/**
	 * Widget customize selective refresh.
	 *
	 * @var bool
	 */
	public $customize_selective_refresh = true;

	/**
	 * Constructor.
	 */
	public function __construct() {

		$widget_options = array(
			'classname'                   => $this->widget_cssclass,
			'description'                 => $this->widget_description,
			'customize_selective_refresh' => $this->customize_selective_refresh,
		);

		parent::__construct( $this->widget_id, $this->widget_name, $widget_options, $this->control_options );

	}

	/**
	 * Updates a particular instance of a widget.
	 *
	 * @param array $new_instance New instance.
	 * @param array $old_instance Old instance.
	 *
	 * @return array
	 * @see    WP_Widget->update
	 */
	public function update( $new_instance, $old_instance ) {

		$instance = $old_instance;

		if ( empty( $this->settings ) ) {
			return $instance;
		}

		// Loop settings and get values to save.
		foreach ( $this->settings as $key => $setting ) {
			if ( ! isset( $setting['type'] ) ) {
				continue;
			}

			// Format the value based on settings type.
			switch ( $setting['type'] ) {

				case 'url':
					$instance[ $key ] = isset( $new_instance[ $key ] ) ? esc_url_raw( $new_instance[ $key ] ) : $setting['default'];
					break;

				case 'textarea':
					$instance[ $key ] = wp_kses( trim( wp_unslash( $new_instance[ $key ] ) ), wp_kses_allowed_html( 'post' ) );
					break;

				case 'image':
					/**
					 * Array of valid image file types.
					 *
					 * The array includes image mime types that are included in wp_get_mime_types()
					 */
					$mimes = array(
						'jpg|jpeg|jpe' => 'image/jpeg',
						'gif'          => 'image/gif',
						'png'          => 'image/png',
						'bmp'          => 'image/bmp',
						'tiff|tif'     => 'image/tiff',
						'ico'          => 'image/x-icon',
					);

					// Return an array with file extension and mime_type.
					$file = wp_check_filetype( $new_instance[ $key ], $mimes );

					// If $new_instance[ $key ] has a valid mime_type, assign it to $instance[ $key ], otherwise, assign empty value to $instance[ $key ].
					$instance[ $key ] = $file['ext'] ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'checkbox':
					$instance[ $key ] = (
						'1' == $new_instance[ $key ] || 'on' == $new_instance[ $key ]
						) ? '1' : '0';
					break;

				case 'number':
					$instance[ $key ] = is_numeric( $new_instance[ $key ] ) ? intval( $new_instance[ $key ] ) : $setting['default'];

					if ( isset( $setting['input_attrs']['min'] ) && '' !== $setting['input_attrs']['min'] ) {
						$instance[ $key ] = max( $instance[ $key ], $setting['input_attrs']['min'] );
					}

					if ( isset( $setting['input_attrs']['max'] ) && '' !== $setting['input_attrs']['max'] ) {
						$instance[ $key ] = min( $instance[ $key ], $setting['input_attrs']['max'] );
					}
					break;

				case 'radio':
				case 'select':
					$new_instance[ $key ] = sanitize_key( $new_instance[ $key ] );
					$available_choices    = $setting['choices'];

					$instance[ $key ] = array_key_exists( $new_instance[ $key ], $available_choices ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_categories':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );

					$instance[ $key ] = term_exists( $new_instance[ $key ], 'category' ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_tags':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );

					$instance[ $key ] = term_exists( $new_instance[ $key ], 'post_tag' ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_users':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );
					$available_users      = array();
					$all_author_users     = get_users(
						array(
							'capability' => 'authors',
						)
					);

					foreach ( $all_author_users as $author_user ) {
						$available_users[ $author_user->ID ] = $author_user->display_name;
					}

					$instance[ $key ] = array_key_exists( $new_instance[ $key ], $available_users ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'checkboxes':
					$saved_data       = array();
					$instance[ $key ] = $new_instance[ $key ];

					foreach ( $instance[ $key ] as $item => $value ) {
						$saved_data[ $item ] = isset( $item ) ? 1 : 0;
					}

					$instance[ $key ] = $saved_data;
					break;

				case 'numbers':
					$saved_data       = array();
					$instance[ $key ] = $new_instance[ $key ];

					foreach ( $instance[ $key ] as $item => $value ) {
						$temp_data = is_numeric( $value ) ? intval( $value ) : $setting['default'][ $item ];

						if ( isset( $setting['input_attrs']['min'] ) && '' !== $setting['input_attrs']['min'] && ( $value < $setting['input_attrs']['min'] && ! $temp_data ) ) {
							$temp_data = max( $value, $setting['input_attrs']['min'] );
						}

						if ( isset( $setting['input_attrs']['max'] ) && '' !== $setting['input_attrs']['max'] && $value > $setting['input_attrs']['max'] ) {
							$temp_data = min( $value, $setting['input_attrs']['max'] );
						}

						$saved_data[ $item ] = $temp_data;
					}

					$instance[ $key ] = $saved_data;
					break;

				case 'multiselect':
					$selected_choices     = array();
					$available_choices    = $setting['choices'];
					$new_instance[ $key ] = isset( $new_instance[ $key ] ) ? $new_instance[ $key ] : array();

					foreach ( $new_instance[ $key ] as $selected_key => $selected_value ) {

						if ( array_key_exists( $selected_value, $available_choices ) ) {
							$selected_choices[] = $selected_value;
						}
					}

					$instance[ $key ] = $selected_choices;
					break;

				default:
					$instance[ $key ] = isset( $new_instance[ $key ] ) ? sanitize_text_field( $new_instance[ $key ] ) : $setting['default'];
					break;

			}

			/**
			 * Sanitize the value of a setting.
			 */
			$instance[ $key ] = apply_filters( 'colormag_widget_settings_sanitize_option', $instance[ $key ], $new_instance, $key, $setting );
		}

		return $instance;

	}

	/**
	 * Outputs the settings update form.
	 *
	 * @param array $instance Instance.
	 *
	 * @see   WP_Widget->form
	 */
	public function form( $instance ) {

		if ( empty( $this->settings ) ) {
			return;
		}

		foreach ( $this->settings as $key => $setting ) {

			$class = isset( $setting['class'] ) ? $setting['class'] : '';
			$value = isset( $instance[ $key ] ) ? $instance[ $key ] : $setting['default'];

			switch ( $setting['type'] ) {

				case 'text':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input type="text"
							   class="widefat <?php echo esc_attr( $class ); ?>"
							   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
							   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
							   value="<?php echo esc_attr( $value ); ?>"
						/>
					</p>
					<?php
					break;

				case 'url':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input type="url"
							   class="widefat <?php echo esc_attr( $class ); ?>"
							   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
							   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
							   value="<?php echo esc_attr( $value ); ?>"
						/>
					</p>
					<?php
					break;

				case 'textarea':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<textarea class="widefat <?php echo esc_attr( $class ); ?>"
								  rows="5"
								  cols="20"
								  id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								  name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
						><?php echo esc_textarea( $value ); ?></textarea>
					</p>
					<?php
					break;

				case 'image':
					?>
					<div class="media-uploader">
						<p>
							<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
								<?php echo esc_html( $setting['label'] ); ?>
							</label>
						</p>

						<div class="media-uploader" id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<div class="custom_media_preview">
								<?php if ( $value != '' ) : ?>
									<img class="custom_media_preview_default"
										 src="<?php echo esc_url( $value ); ?>"
										 style="max-width:100%;"
									/>
								<?php endif; ?>
							</div>

							<input type="text"
								   class="widefat custom_media_input"
								   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								   value="<?php echo esc_attr( $value ); ?>"
								   style="margin-top:5px;"
							/>

							<button class="custom_media_upload button button-secondary button-large"
									id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
									data-choose="<?php esc_attr_e( 'Choose an image', 'colormag' ); ?>"
									data-update="<?php esc_attr_e( 'Use image', 'colormag' ); ?>"
									style="width:100%;margin-top:6px;margin-right:30px;"
							>
								<?php esc_html_e( 'Select an Image', 'colormag' ); ?>
							</button>
						</div>
					</div>
					<?php
					break;

				case 'checkbox':
					?>
					<p>
						<input class="checkbox"
							   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
							   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
							   type="checkbox"
							<?php echo esc_attr( ( $value == 1 ) ? 'checked' : '' ); ?>
						/>

						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>
					</p>
					<?php
					break;

				case 'number':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input class="widefat <?php echo esc_attr( $class ); ?>"
							   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
							   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
							   type="number"
							   value="<?php echo esc_attr( $value ); ?>"
							<?php if ( isset( $setting['input_attrs']['step'] ) ) { ?>
								step="<?php echo esc_attr( $setting['input_attrs']['step'] ); ?>"
							<?php } ?>
							<?php if ( isset( $setting['input_attrs']['min'] ) ) { ?>
								min="<?php echo esc_attr( $setting['input_attrs']['min'] ); ?>"
							<?php } ?>
							<?php if ( isset( $setting['input_attrs']['max'] ) ) { ?>
								max="<?php echo esc_attr( $setting['input_attrs']['max'] ); ?>"
							<?php } ?>
						/>
					</p>
					<?php
					break;

				case 'radio':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						$count = 1;
						foreach ( $setting['choices'] as $choices_key => $choices_value ) {
							if ( 1 !== $count ) {
								echo '<br />';
							}
							?>

							<input type="radio"
								   id="<?php echo esc_attr( $this->get_field_id( $choices_key ) ); ?>"
								   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								   value="<?php echo esc_attr( $choices_key ); ?>"
								<?php echo esc_attr( ( $choices_key == $value ) ? 'checked' : '' ); ?>
							/>

							<label for="<?php echo esc_attr( $this->get_field_id( $choices_key ) ); ?>">
								<?php echo esc_html( $choices_value ); ?>
							</label>
							<?php
							$count ++;
						}
						?>
					</p>
					<?php
					break;

				case 'select':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<select class="widefat <?php echo esc_attr( $class ); ?>"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
						>
							<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
								<option value="<?php echo esc_attr( $choices_key ); ?>"
									<?php selected( $choices_key, $value ); ?>
								>
									<?php echo esc_html( $choices_value ); ?>
								</option>
							<?php } ?>
						</select>
					</p>
					<?php
					break;

				case 'custom':
					?>
					<div class="custom">
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php
							echo $setting['label']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
							?>
						</label>

						<?php if ( isset( $setting['image_url'] ) ) { ?>
							<div style="text-align: center;">
								<img src="<?php echo esc_url( $setting['image_url'] ); ?>" alt="" />
							</div>
						<?php } ?>
					</div>
					<?php
					break;

				case 'dropdown_categories':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_categories(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'dropdown_tags':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_categories(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'taxonomy'         => 'post_tag',
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'dropdown_users':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_users(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'orderby'          => 'name',
								'order'            => 'ASC',
								'capability'       => 'authors',
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'separator':
					?>
					<hr />
					<?php
					break;

				case 'checkboxes':
					?>
					<h3><?php echo esc_html( $setting['label'] ); ?></h3>

					<p>
						<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
							<label class="alignleft"
								   style="width:50%;display:block;margin-bottom:5px"
								   for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
							>

								<input type="checkbox"
									   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
									   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>[<?php echo esc_attr( $choices_key ); ?>]"
									   value="1"
									<?php
									if ( isset( $value[ $choices_key ] ) ) {
										checked( 1, $value[ $choices_key ], true );
									}
									?>
								/>

								<?php echo esc_html( $choices_value ); ?>
							</label>
						<?php } ?>
					</p>

					<div class="clear"></div>
					<?php
					break;

				case 'numbers':
					?>
					<h3><?php echo esc_html( $setting['label'] ); ?></h3>

					<p>
						<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
							<label class="alignleft"
								   style="width:50%;display:block;margin-bottom:5px"
								   for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
							>

								<input type="number"
									   id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
									   name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>[<?php echo esc_attr( $choices_key ); ?>]"
									   value="<?php echo esc_attr( $value[ $choices_key ] ); ?>"
									<?php if ( isset( $setting['input_attrs']['step'] ) ) { ?>
										step="<?php echo esc_attr( $setting['input_attrs']['step'] ); ?>"
									<?php } ?>
									<?php if ( isset( $setting['input_attrs']['min'] ) ) { ?>
										min="<?php echo esc_attr( $setting['input_attrs']['min'] ); ?>"
									<?php } ?>
									<?php if ( isset( $setting['input_attrs']['max'] ) ) { ?>
										max="<?php echo esc_attr( $setting['input_attrs']['max'] ); ?>"
									<?php } ?>
								/>

								<?php echo esc_html( $choices_value ); ?>
							</label>
						<?php } ?>
					</p>

					<div class="clear"></div>
					<?php
					break;

				case 'api_key':
					$api_key = $setting['api_key'];

					if ( ! $api_key ) {
						$query['autofocus[control]'] = $setting['customize_control'];
						$control_link                = add_query_arg( $query, admin_url( 'customize.php' ) );
						?>
						<p>
							<span class="<?php echo esc_attr( $setting['class'] ); ?>-error">
								<?php echo $setting['description']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
								<br />
								<a href="<?php echo esc_url( $control_link ); ?>"><?php echo esc_html( $setting['label'] ); ?></a>
							</span>
						</p>
						<?php
					}
					break;

				case 'multiselect':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						printf(
							/* Translators: 1. Field name, 2. Field id, 3. Custom style declaration */
							'<select multiple="multiple" name="%s[]" id="%s" %s>',
							esc_attr( $this->get_field_name( $key ) ),
							esc_attr( $this->get_field_id( $key ) ),
							'style="width:100%"'
						);

						$available_values = ! empty( $value ) ? $value : array();

						foreach ( $setting['choices'] as $choices_key => $choices_value ) {
							?>
							<option value="<?php echo esc_attr( $choices_key ); ?>"
								<?php
								if ( in_array( $choices_key, $available_values, true ) ) {
									echo ' selected="selected"';
								}
								?>
							>
								<?php echo esc_html( $choices_value ); ?>
							</option>
							<?php
						}

						echo '</select>';
						?>

					</p>
					<?php
					break;

				// Default: run an action.
				default:
					do_action( 'colormag_widget_field_' . $setting['type'], $key, $value, $setting, $instance );
					break;
			}
		}

	}

	/**
	 * Output the html at the start of a widget.
	 *
	 * @param array $args Arguments.
	 */
	public function widget_start( $args ) {
		echo $args['before_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Output the html at the end of a widget.
	 *
	 * @param array $args Arguments.
	 */
	public function widget_end( $args ) {
		echo $args['after_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Displays the widget title within the widgets.
	 *
	 * @param string $title           The widget title.
	 * @param string $type            The display posts from the widget setting.
	 * @param int    $category        The category id of the widget setting.
	 */
	public function widget_title( $title, $type, $category ) {

		// Return if $title is empty.
		if ( ! $title ) {
			return;
		}

		$border_color   = '';
		$title_color    = '';
		$category_color = colormag_category_color( $category );
		if ( 'latest' != $type && $category_color ) {
			$border_color = 'style="border-bottom-color:' . $category_color . ';"';
			$title_color  = 'style="background-color:' . $category_color . ';"';
		}

		//      // Assign the view all link to be displayed in the widget title.
		//      $category_link = '';
		//      if ( ( ! empty( $category ) && 'latest' != $type ) ) {
		//          $category_link = '<a href="' . esc_url( get_category_link( $category ) ) . '" class="cm-view-all-link">' . esc_html( get_theme_mod( 'colormag_view_all_text', __( 'View All', 'colormag' ) ) ) . '</a>';
		//      }

		// Display the title.
		echo '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title" ' . $border_color . '><span ' . $title_color . '>' . esc_html( $title ) . '</span>' . '</' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

	}

	/**
	 * Displays the widget description within the widgets.
	 *
	 * @param string $text The widget description.
	 */
	public function widget_description( $text ) {

		// Return if $text is empty.
		if ( ! $text ) {
			return;
		}

		echo '<p>' . wp_kses_post( $text ) . '</p>';

	}

	/**
	 * Query of the posts within the widgets.
	 *
	 * @param int    $number                 The number of posts to display.
	 * @param string $type                   The display posts from the widget setting.
	 * @param int    $category               The category id of the widget setting.
	 *
	 * @return \WP_Query
	 */
	public function query_posts( $number, $type, $category ) {

		$post_status = 'publish';
		if ( 1 == get_option( 'fresh_site' ) ) {
			$post_status = array( 'auto-draft', 'publish' );
		}

		$args = array(
			'posts_per_page'      => $number,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'no_found_rows'       => true,
			'post_status'         => $post_status,
		);

		// Display posts from category.
		if ( 'category' == $type ) {
			$args['category__in'] = $category;
		}

		$get_featured_posts = new WP_Query( $args );

		return $get_featured_posts;

	}

	/**
	 * Displays the post title within the widgets.
	 */
	public function the_title() {
		?>
		<h3 class="cm-entry-title">
			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
				<?php the_title(); ?>
			</a>
		</h3>
		<?php
	}

	/**
	 * Displays the featured image of the post within the widgets.
	 *
	 * @param int    $post_id      The post id.
	 * @param string $size         The featured image size.
	 * @param string $figure_class The class for featured image display.
	 * @param bool   $link_enable  The option to link the featured image to post link.
	 */
	public function the_post_thumbnail( $post_id, $size = '', $link_enable = true ) {

		$image           = '';
		$thumbnail_id    = get_post_thumbnail_id( $post_id );
		$image_alt_text  = get_post_meta( $thumbnail_id, '_wp_attachment_image_alt', true );
		$title_attribute = get_the_title( $post_id );
		$image_alt_text  = empty( $image_alt_text ) ? $title_attribute : $image_alt_text;

		if ( $link_enable ) {
			$image .= '<a href="' . esc_url( get_permalink() ) . '" title="' . the_title_attribute( 'echo=0' ) . '">';
		}

		$image .= get_the_post_thumbnail(
			$post_id,
			$size,
			array(
				'title' => esc_attr( $title_attribute ),
				'alt'   => esc_attr( $image_alt_text ),
			)
		);

		if ( $link_enable ) {
			if ( has_post_format( 'video' ) ) {
				$image .= '<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
							</span>';
			}

			$image .= '</a>';
		}

		$image .= '</figure>';

		echo $image; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

	}

	/**
	 * Displays the post meta within the widgets.
	 */
	public function entry_meta() {

		$meta_orders =
			array(
				'categories',
				'date',
				'author',
				'tags',
			);

		$human_diff_time = '';
		if ( 'style-2' == get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) ) {
			$human_diff_time = 'human-diff-time';
		}

		echo '<div class="cm-below-entry-meta ' . esc_attr( $human_diff_time ) . '">';

		foreach ( $meta_orders as $key => $meta_order ) {

			if ( 'date' === $meta_order ) {
				colormag_date_meta_markup();
			}

			if ( 'author' === $meta_order ) {
				colormag_author_meta_markup();
			}
		}

		echo '</div>';
	}
}
PK�
�[
I�G8G8&inc/widgets/class-colormag-widgets.phpnu�[���<?php
/**
 * Contains all the functions related to sidebar and widget.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Function to register the widget areas(sidebar) and widgets.
 */
function colormag_widgets_init() {

	/**
	 * Registering widget areas for front page
	 */
	// Registering main right sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Right Sidebar', 'colormag' ),
			'id'            => 'colormag_right_sidebar',
			'description'   => esc_html__( 'Shows widgets at Right side.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',

		)
	);

	// Registering main left sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Left Sidebar', 'colormag' ),
			'id'            => 'colormag_left_sidebar',
			'description'   => esc_html__( 'Shows widgets at Left side.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering Header sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Header Sidebar', 'colormag' ),
			'id'            => 'colormag_header_sidebar',
			'description'   => esc_html__( 'Shows widgets in header section just above the main navigation menu.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Slider Area Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Slider Area', 'colormag' ),
			'id'            => 'colormag_front_page_slider_area',
			'description'   => esc_html__( 'Show widget just below menu. Suitable for TG: Featured Cat Slider.', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Area beside slider Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Area beside slider', 'colormag' ),
			'id'            => 'colormag_front_page_area_beside_slider',
			'description'   => esc_html__( 'Show widget beside the slider. Suitable for TG: Highlighted Posts.', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Top Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Top Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_top_section',
			'description'   => esc_html__( 'Content Top Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Middle Left Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Middle Left Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_middle_left_section',
			'description'   => esc_html__( 'Content Middle Left Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Middle Right Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Middle Right Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_middle_right_section',
			'description'   => esc_html__( 'Content Middle Right Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Bottom Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Bottom Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_bottom_section',
			'description'   => esc_html__( 'Content Middle Bottom Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering contact Page sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Contact Page Sidebar', 'colormag' ),
			'id'            => 'colormag_contact_page_sidebar',
			'description'   => esc_html__( 'Shows widgets on Contact Page Template.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering Error 404 Page sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Error 404 Page Sidebar', 'colormag' ),
			'id'            => 'colormag_error_404_page_sidebar',
			'description'   => esc_html__( 'Shows widgets on Error 404 page.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering advertisement above footer sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Advertisement Above The Footer', 'colormag' ),
			'id'            => 'colormag_advertisement_above_the_footer_sidebar',
			'description'   => esc_html__( 'Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar one upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar One ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_one_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar one in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar two upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Two ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_two_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar two in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar three upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Three ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_three_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar three in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar one.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar One', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_one',
			'description'   => esc_html__( 'Shows widgets at footer sidebar one.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar two.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Two', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_two',
			'description'   => esc_html__( 'Shows widgets at footer sidebar two.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar three.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Three', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_three',
			'description'   => esc_html__( 'Shows widgets at footer sidebar three.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar four.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Four ( Lower )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_four',
			'description'   => esc_html__( 'Shows widgets at footer sidebar four.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	register_widget( 'colormag_featured_posts_slider_widget' );
	register_widget( 'colormag_highlighted_posts_widget' );
	register_widget( 'colormag_featured_posts_widget' );
	register_widget( 'colormag_featured_posts_vertical_widget' );
	register_widget( 'colormag_728x90_advertisement_widget' );
	register_widget( 'colormag_300x250_advertisement_widget' );
	register_widget( 'colormag_125x125_advertisement_widget' );
}

add_action( 'widgets_init', 'colormag_widgets_init' );

if ( ! function_exists( 'widget_title_markup' ) ) :

	/**
	 * Widget Title Markup.
	 */
	function widget_title_markup( $markup ) {

		$markup = get_theme_mod( 'colormag_widget_markup', 'h3' );

		return $markup;
	}
endif;

add_filter( 'colormag_widget_title_markup', 'widget_title_markup' );

if ( ! function_exists( 'colormag_front_page_widget_post_title_markup' ) ) :

	/**
	 * Widget Title Markup.
	 */
	function colormag_front_page_widget_post_title_markup( $markup ) {
		return get_theme_mod( 'colormag_front_page_widget_post_title_markup', 'h3' );
	}
endif;

add_filter( 'colormag_front_page_widget_post_title_markup', 'colormag_front_page_widget_post_title_markup' );

// Abstract class for widgets.
require COLORMAG_WIDGETS_DIR . '/abstract-colormag-widget.php';

// Require file for TG: Featured Category Slider widget.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-slider-widget.php';

// Require file for TG: Highligted Posts.
require COLORMAG_WIDGETS_DIR . '/colormag-highlighted-posts-widget.php';

// Require file for TG: Featured Post style 1.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-widget.php';

// Require file for TG: Featured Post style 2.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-vertical-widget.php';

// Require file for TG: 300x250 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-300x250-advertisement-widget.php';

// Require file for TG: 728x90 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-728x90-advertisement-widget.php';

// Require file for TG: 728x90 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-125x125-advertisement-widget.php';
PK�
�[:��(��1inc/widgets/colormag-highlighted-posts-widget.phpnu�[���<?php
/**
 * Highlighted Posts widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Highlighted Posts widget.
 *
 * Class colormag_highlighted_posts_widget
 */
class colormag_highlighted_posts_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-highlighted-posts';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Highlighted Posts', 'colormag' );
		$this->settings           = array(
			'number'   => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category' => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$number   = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type     = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category = isset( $instance['category'] ) ? $instance['category'] : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category );

		$this->widget_start( $args );
		?>

		<div class="cm-posts">
			<?php
			$featured = 'colormag-highlighted-post';
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( has_post_thumbnail() ) {
						$this->the_post_thumbnail( $post->ID, $featured, 'cm-featured-image' );
					} else {
						?>
						<img
							src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/highlights-featured-image.png' ); ?>"
							alt=""
						/>
					<?php } ?>

					<div class="cm-post-content">
						<?php
						colormag_colored_category();

						// Displays the post title.
						$this->the_title();

						// Displays the post meta.
						$this->entry_meta();
						?>
					</div>
				</div>

				<?php
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
PK�
�[��s)5inc/widgets/colormag-featured-posts-slider-widget.phpnu�[���<?php
/**
 * Featured Category Slider widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Featured Category Slider widget.
 *
 * Class colormag_featured_posts_slider_widget
 */
class colormag_featured_posts_slider_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'cm-featured-category-slider-widget';
		$this->widget_description          = esc_html__( 'Display latest posts or posts of specific category, which will be used as the slider.', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Featured Category Slider', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'number'   => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category' => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$number   = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type     = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category = isset( $instance['category'] ) ? $instance['category'] : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category );

		$this->widget_start( $args );
		?>

		<div class="cm-featured-category-slider">
			<?php $featured = 'colormag-featured-image'; ?>

			<div class="cm-slider-area-rotate">
				<?php
				$i = 1;
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();

					$classes = 'cm-single-slide  displaynone';
					if ( 1 == $i ) {
						$classes = 'cm-single-slide  displayblock';
					}
					?>

					<div class="<?php echo esc_attr( $classes ); ?>">
						<?php
						if ( has_post_thumbnail() ) {
							$this->the_post_thumbnail( $post->ID, $featured, 'cm-slider-featured-image' );
						} else {
							?>
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<img
									src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/slider-featured-image.png' ); ?>"
									alt=""
								/>
							</a>
						<?php } ?>

							<div class="cm-slide-content">
								<?php
								colormag_colored_category();

								// Displays the post title.
								$this->the_title();

								// Displays the post meta.
								$this->entry_meta();
								?>
							</div>
					</div>

					<?php
					$i ++;
				endwhile;
				// Reset Post Data.
				wp_reset_postdata();
				?>
			</div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
PK�
�[�0�ii5inc/widgets/colormag-125x125-advertisement-widget.phpnu�[���<?php
/**
 * 125x125 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 125x125 Advertisement Ads Widget.
 *
 * Class colormag_125x125_advertisement_widget
 */
class colormag_125x125_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-125x125-advertisement-widget';
		$this->widget_description = esc_html__( 'Add your 125x125 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 125x125 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 125x125 Images Here', 'colormag' ),
			),
			'125x125_image_link_1' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 1,
			),
			'125x125_image_url_1'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 1,
			),
			'125x125_image_link_2' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 2,
			),
			'125x125_image_url_2'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 2,
			),
			'125x125_image_link_3' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 3,
			),
			'125x125_image_url_3'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 3,
			),
			'125x125_image_link_4' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 4,
			),
			'125x125_image_url_4'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 4,
			),
			'125x125_image_link_5' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 5,
			),
			'125x125_image_url_5'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 5,
			),
			'125x125_image_link_6' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 6,
			),
			'125x125_image_url_6'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 6,
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title       = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$image_array = array();
		$link_array  = array();

		$j = 0;
		for ( $i = 1; $i < 7; $i++ ) {
			$image_link = isset( $instance[ '125x125_image_link_' . $i ] ) ? $instance[ '125x125_image_link_' . $i ] : '';
			$image_url  = isset( $instance[ '125x125_image_url_' . $i ] ) ? $instance[ '125x125_image_url_' . $i ] : '';
			array_push( $link_array, $image_link );
			array_push( $image_array, $image_url );
		}

		$this->widget_start( $args );
		?>

		<div class="cm-advertisement_125x125">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			if ( ! empty( $image_array ) ) {
				$output .= '<div class="cm-advertisement-content">';

				for ( $i = 1; $i < 7; $i++ ) {
					$j = $i - 1;

					if ( ! empty( $image_array[ $j ] ) ) {
						$image_id  = attachment_url_to_postid( $image_array[ $j ] );
						$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

						// For WPML plugin compatibility, assign variable to converted string.
						if ( function_exists( 'icl_t' ) ) {
							$image_array[ $j ] = icl_t( 'ColorMag Pro', 'TG: 125x125 Image Link' . $this->id . $j, $image_array[ $j ] );
							$link_array[ $j ]  = icl_t( 'ColorMag Pro', 'TG: 125x125 Image URL' . $this->id . $j, $link_array[ $j ] );
						}

						if ( ! empty( $link_array[ $j ] ) ) {

							$output .= '<a href="' . $link_array[ $j ] . '" class="cm-single_ad_125x125" target="_blank" rel="nofollow">';
							$output .= '<img src="' . $image_array[ $j ] . '" width="125" height="125" alt="' . $image_alt . '">';
							$output .= '</a>';
						} else {
							$output .= '<img src="' . $image_array[ $j ] . '" width="125" height="125" alt="' . $image_alt . '">';
						}
					}
				}

				$output .= '</div>';

				echo wp_kses_post( $output );
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}
PK�
�[�ո�iiinc/admin/js/admin.jsnu�[���/**
 * Remove activate button and replace with activation in progress button.
 *
 * @package ColorMag
 */

/**
 * Import button
 */
jQuery( document ).ready( function ( $ ) {

	$( '.btn-get-started' ).click( function ( e ) {
		e.preventDefault();

		// Show updating gif icon and update button text.
		$( this ).addClass( 'updating-message' ).text( colormagRedirectDemoPage.btn_text );

		var btnData = {
			action   : 'import_button',
			security : colormagRedirectDemoPage.nonce,
		};

		$.ajax( {
			type    : "POST",
			url     : ajaxurl, // URL to "wp-admin/admin-ajax.php"
			data    : btnData,
			success :function( response ) {
				var redirectUri,
					dismissNonce,
					extraUri   = '',
					btnDismiss = $( '.colormag-message-close' );

				if ( btnDismiss.length ) {
					dismissNonce = btnDismiss.attr( 'href' ).split( '_colormag_notice_nonce=' )[1];
					extraUri     = '&_colormag_notice_nonce=' + dismissNonce;
				}

				redirectUri          = response.redirect;
				console.log( redirectUri )
				window.location.href = redirectUri;
			},
			error   : function( xhr, ajaxOptions, thrownError ){
				console.log(thrownError);
			}
		} );
	} );
} );

jQuery(document).ready(function($) {
	$('#cm-notification').click(function(e) {
		// Add the 'open' class to the cm-dialog element
		e.stopPropagation(); // Prevent the click event from reaching the document
		$('#cm-dialog').addClass('open');
		$('.wrap').addClass('overlay');
	});

	// Remove 'open' class when clicking on cm-dialog-close
	$('#dialog-close').click(function(e) {
		e.stopPropagation(); // Prevent the click event from reaching the overlay
		$('#cm-dialog').removeClass('open');
		$('.wrap').removeClass('overlay');
	});

	// Close the dialog when clicking outside the dialog area
	$(document).on('click', function(e) {
		if (!$('#cm-dialog').is(e.target) && $('#cm-dialog').has(e.target).length === 0) {
			$('#cm-dialog').removeClass('open');
			$('.wrap').removeClass('overlay');
		}
	});
});

jQuery(document).ready(function( $ ) {

	// Access the admin URL from the localized script vars
	var adminUrl = colormagRedirectDemoPage.admin_url;

	var targetUrl = adminUrl + 'themes.php?page=colormag';

	// Get the current page URL
	var currentPage = window.location.href;

	// Loop through each menu item and check if it corresponds to the current page
	$('.cm-dashboard-menu-container ul li').each(function() {
		var pageURL = $(this).find('a').attr('href');
		$
		// If the page URL matches the current URL, add the 'active' class
		if (currentPage === pageURL) {
			$(this).addClass('active');
		}
	});

	// Check if the current page URL matches the specific URL
	if (currentPage === targetUrl) {
		// Add the 'active' class to the first li
		$('.cm-dashboard-menu-container ul li:first').addClass('active');
	}
});

jQuery(document).ready(function ($) {
	$('.install-plugin, .activate-plugin').on('click', function (e) {
		e.preventDefault();
		var button = $(this);
		var plugin = button.data('plugin');
		var pluginSlug = button.data('slug');
		var action = button.hasClass('install-plugin') ? 'install_plugin' : 'activate_plugin';
		var data = {
			'action': action,
			'plugin': plugin,
			'slug': pluginSlug,
			'security': colormagRedirectDemoPage.nonce,
		};

		// Add loading animation and update text
		var originalText = button.html();
		button.html('<i class="fa fa-spinner fa-spin"></i> ' + colormagRedirectDemoPage.btn_text);

		$.post(colormagRedirectDemoPage.ajaxurl, data, function (response) {
			// Restore the button text after completion
			button.html('Activated');

			if (response.success) {
				// Optional: You can perform additional actions here if needed.
				if (button.hasClass('activate-plugin') || button.hasClass('install-plugin')) {
					button.removeClass('activate-plugin install-plugin');
					button.addClass('activated-plugin');

					// Add the 'activated-plugin' class to the parent span
					button.parent('span').addClass('activated');
				}
			} else {
				// Handle the case when the response is not successful
			}
		});
	});
});
PK�
�[���(j(j'inc/admin/sass/_colormag-dashboard.scssnu�[���/* Dashboard */
.wrap {
	.colormag-header {
		background-color: $background-color_2;
		padding:0;
		border-bottom: 1px solid #E9E9E9;
	}

	&.overlay {
		background: rgba(0, 0, 0, 0.05);
		filter: blur(1px);
	}
}

.colormag-message__cta {
	.button.button-hero {
		display: flex;
		padding: 10px 20px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 3px;
		background: $color__primary;
		box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.50);
		line-height: unset;
	}
	.button.button-secondary.button-hero {
		background: rgba(15, 103, 173, 0.04);
		border: 1px solid #0F67AD;
		border-radius: 4px;
		padding: 8px 16px;
		line-height: 1.6;
	}
	.btn-contact-support {
		line-height: 1.4;
	}
}

.appearance_page_colormag {
	.wrap {
		margin: 0 0 0 0;
	}
	#wpcontent {
		padding: 0;
	}
	#wpbody-content {
		.metabox-holder {
			padding: 0;
		}
	}
}

.cm-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	a {
		text-decoration: none;
		font-size: 13px;
	}
	ul {
		margin: 0;
		padding: 0;
	}
	.postbox {
		border: 0;
		min-width: initial;
		margin-bottom: 20px;
		padding: 16px;

		.hndle {
			cursor: inherit;
			.dashicons {
				padding-right: 5px;
			}
			margin-bottom: 12px;
		}
	}

	.postbox-title {
		padding: 24px 24px 32px 24px;
	}
}
.colormag-header {
	background-color: $background-color_2;
	text-align: center;
	margin-bottom: 24px;
	padding: 20px;

	.cm-dashboard-menu-container {
		display: flex;
		align-items: center;
		justify-content: flex-start;

		ul {
			display: flex;
			flex-wrap: wrap;
			margin-left: 26px;
			gap:  32px;

			li {
				position: relative;
				margin: 0;

				a {
					color: #383838;
					margin: 0 8px;
					text-align: center;
					font-size: 14px;
					font-weight: 600;
				}

				&.active {
					a {
						color: $color__primary;
					}

					&::before {
						height: 3px;
						width: 100%;
						bottom: 0;
						background-color: $color__primary;
						content: "";
						position: absolute;
						top: 40px;
					}
				}
			}
		}
	}

	.cm-dashboard-head-left {
		display: flex;
		align-items: center;
		justify-content: flex-end;

		img {
			width: 42px;
		}
	}

	>.cm-container {
		display: flex;
		align-items: center;
	}
	.cm-title {
		display: flex;
		align-items: center;
		+ {
			div {
				float: right;
				align-items: center;
				a {
					display: inline-block;
					margin: 0 10px;
					vertical-align: middle;
				}
			}
		}
	}
}

.postbox {
	border-radius: 4px;
	border: 1px solid var(--Grey-grey-25, #F4F4F4);
	background: #FFF;

	p {
		color: #383838;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		margin: 0 0 20px 0;
	}
}
h1.hndle{
	color: #383838;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.dashboard-title {
	display: flex;

	span {
		display: flex;
		padding: 4px 6px;
		justify-content: center;
		align-items: center;
		gap: 2px;
		position: absolute;
		left: 295.5px;
		top: 39.5px;
		border-radius: 2px;
		background: rgba(32, 125, 175, 0.10);
		color: #2563EB;
		text-align: center;
		font-size: 10px;
		font-style: normal;
		font-weight: 600;
	}
}
.btn-create-new-page{
	display: inline-block;
	background: $color__primary;
	border-radius: 3px;
	color: #fff;
	padding: 12px 24px;
	font-size: 13px;
	line-height: 1.6;
	box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.50);

	&:hover{
		color: #fff;
		opacity: 0.9;
	}
}

.cm-starter-templates {
	margin-bottom: 12px;

	img {
		width: 320px;
	}
}

.cm-quick-settings, .cm-premium-features {

	.cm-quick-settings-title, .cm-premium-features-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 24px;

		a {
			&:hover{
				text-decoration-line: none;
				opacity: 0.9;
			}
		}
	}

	a {
		display: flex;
		align-items: center;
		text-align: center;
		color: #7A7A7A;
		font-feature-settings: 'clig' off, 'liga' off;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		text-transform: capitalize;

		&:hover {
			color: #2563EB;
		}

		svg {
			margin-right: 4px;
		}
	}

	h2 {
		margin: 0;
	}
}

.cm-quick-settings {
	.cm-quick-settings-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 24px;

		a{
			color: $color__primary;
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			line-height: 20px;
			text-decoration-line: underline;
		}
	}
	h4 {
		color: #383838;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 21px;
		margin: 0 0 8px 0;
	}
	.cm-quick-settings-content {
		display: flex;
		flex-direction: column;
		gap: 24px;

		.cm-quick-settings-item {
			border: 1px solid #E2E8F0;
			padding: 20px;
			border-radius: 4px;
			display: flex;
			flex-flow: column nowrap;
		}
	}
}
.cm-premium-features{
	.cm-premium-features-title {
		display: flex;
		justify-content: space-between;
		align-items: center;

		a{
			color: $color__primary;
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			line-height: 20px;
			text-decoration-line: underline;
		}
	}
	h4 {
		color: #383838;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 21px;
		margin: 0 0 8px 0;
	}
	.cm-premium-features-content {
		display: flex;
		flex-direction: column;
		gap: 24px;

		.cm-premium-features-item {
			border: 1px solid #E2E8F0;
			padding: 20px;
			border-radius: 4px;
			display: flex;
			justify-content: space-between;
			align-items: center;

			.cm-icon {
				height: 18px;

			}
		}
	}
}




.cm-notification {
	margin-left: 17px;

	&:hover {
		cursor: pointer;
	}
}

.cm-upgrade-to-pro {
	color: $color__primary;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.24px;
}

.cm-icon {
	height: 38px;
}

.cm-version {
	color: $color__primary;
	display: flex;
	padding: 2px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid $color__primary;
	background: #F8FAFF;
	margin-left: 5px;
}

.pro-feature {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	margin: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	>a {
		font-weight: bold;
	}
}

.col-30 {
	a {
		color: $color__primary;
		font-size: 13px;
		font-weight: 400;
		line-height: normal;
		text-decoration-line: underline;

		&:hover {
			text-decoration-line: none;
			opacity: 0.9;
		}
	}

	a.activated-plugin {
		color: #000;
		text-decoration: none;
		cursor: default;
	}

	.postbox {
		padding: 16px;

		.inside {
			padding: 0;

			p {
				color: #6B6B6B;
				font-size: 13px;
				font-style: normal;
				font-weight: 400;
				line-height: 19.3px;
			}
		}
	}

	h3.hndle {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 0;

		span {
			color: #383838;
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: 2.4;
		}
	}

	.ratings {
		display: flex;
		gap: 12px;
		margin-bottom: 14px;

		span {
			color: #999;
			font-size: 11px;
			font-weight: 400;
			display: flex;
			align-items: center;
		}

		svg {
			padding-right: 4px;
		}
	}

	.cm-useful-plugins {
		.hndle {
			margin-bottom :24px;
		}
		.inside {
			margin: 0;
			display: flex;
			justify-content: space-between;
			padding-bottom: 18px;
			align-items: center;
		}

		.inside:nth-child(2) {
			border-radius: 4px 4px 0 0;
			border-bottom: 1px solid #F4F4F4;
			background: #FFF;
		}

		.inside:nth-child(3) {
			padding: 18px 0;
		}
	}

	.content-left {
		display: flex;
		gap: 12px;
		align-items: center ;

		svg {
			height: 40px;
			width: 40px;
		}

		h4, p {
			margin: 0;
		}
	}
}

.postbox-container {
	.colormag-update {
		.colormag-message__content {
			.colormag-message__image {
				flex-basis: 242px;
			}
		}
	}
	.colormag-message__content {
		.colormag-message__cta {
			flex-direction: column;
			align-items: flex-start;
		}
	}
}

/* Products Page */
.products-page {
	.postbox {
		background: unset;
		box-shadow: unset;
		padding: 0;
		margin-bottom: 32px;

		.hndle {
			margin-bottom: 24px;
		}
	}
	.item {
		background: #fff;
		min-width: 0;
	}
	.inside {
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 0;
		margin: 0;
		border-radius: 4px 4px 4px 4px;

		img {
			max-width: -webkit-fill-available;
			border-radius: 4px 4px 0px 0px;
		}

		.content, .cta {
			padding: 20px 16px;
		}

		.content {
			min-height: 130px;
		}

		.cta {
			position: relative;
			display: flex;
			justify-content: space-between;
			align-items: center;
			border-top: 1px solid #F4F4F4;

			.activated {
				background: #ACACAC;

				a {
					cursor: default;
				}

				&:hover {
					opacity: unset;
				}
			}
		}

		p{
			color: #6B6B6B;
			font-size: 13px;
			font-weight: 400;
			line-height: 2.0;
		}

		a {
			color: #7A7A7A;
			font-size: 12px;
			font-weight: 400;
			line-height: 1.8;
			letter-spacing: 0.12px;
			text-decoration-line: underline;
			text-transform: capitalize;
			margin-right: 8px;

			&:nth-child(2):before {
				height: 12px;
				width: 1px;
				bottom: 24px;
				background-color: #7A7A7A;
				content: "";
				position: absolute;
				left: 83px;
			}
		}

		span {
			color: #fff;
			display: flex;
			height: 32px;
			padding: 4px 16px;
			justify-content: center;
			align-items: center;
			gap: 10px;
			border-radius: 4px;
			background: $color__primary;

			a {
				color: #fff;
				font-size: 13px;
				text-decoration: none;
				margin: 0 auto;
			}

			&:hover{
				color: #fff;
				opacity: 0.9;
			}
		}

		h3 {
			margin: 0 0 8px 0;
		}
	}
	.inside__themes{
		margin-bottom: 32px;
	}
	.inside__plugins {
		a {
			&:nth-child(2):before {
				bottom: 34px;
			}
		}
	}
}

/* Help page */
.help-page {
	.cm-help-top-row {
		display: flex;
		gap: 20px;
		flex-direction: column;

		.postbox {
			display: flex;
			flex-direction: column;
			flex: 1;
			align-items: center;
			padding: 32px 24px;
		}

		h3 {
			color: #383838;
			font-size: 16px;
			font-weight: 600;
			padding: 24px 0 12px !important;
		}

		p {
			color: #6B6B6B;
			text-align: center;
			font-size: 13px;
			font-weight: 400;
			line-height: 1.9;
			padding: 0 0 32px 0;
		}

		a {
			color: $color__primary;
			font-size: 14px;
			font-weight: 400;
			text-decoration-line: underline;

			span {
				&:hover {
					border-color: rgba(37, 99, 235, 0.9);
					opacity: 0.9;
				}
			}

			&.help-box {
				padding: 10px 14px;

				&:hover {
					text-decoration-line: none;
					opacity: 0.9;
				}
			}
		}

		span{
			display: inline-flex;
			padding: 10px 14px;
			justify-content: center;
			align-items: center;
			gap: 10px;
			border-radius: 3px;
			border: 1px solid $color__primary;
		}
	}

	h2 {
		margin: 0 0 20px 0;
	}

	.postbox.cm-community {
		padding: 16px;
		display: flex;
		gap: 30px;
		flex-direction: column;

		img {
			max-width: 100%;
		}

		.cm-content {
			padding: 8px 0;
		}

		h3 {
			color: #383838;
			font-size: 20px;
			font-weight: 400;
			line-height: 2.4;
			margin: 0;
		}

		p {
			margin: 0 0 20px 0;
		}

		span {
			color: #fff;
			display: flex;
			width: 98px;
			height: 30px;
			padding: 4px 16px;
			justify-content: center;
			align-items: center;
			gap: 2px;
			border-radius: 4px;
			background: $color__primary;

			&:hover{
				opacity: 0.9;
			}
		}
	}
}

/* Free Vs Pro */
.free-vs-pro-page {
	table {
		width: 100%;
		margin-bottom: 32px;
		-webkit-border-horizontal-spacing: 0;
	}
	.fvp-table {
		tbody {
			tr.fvp-heading {
				td {
					background: #F4F4F4;
					color: #6B6B6B;
					font-weight: 600;
				}
			}

			tr {
				td:first-child {
					width:50%;
					text-align: left;
				}

				td {
					width: 25%;
					background: #fff;
					color:#383838;
					font-size: 14px;
					font-style: normal;
					font-weight: 400;
					line-height: 2.2;
					padding: 12px;
					text-align: center;
					border-left: 0;
					border-right: 0;
				}
			}
		}
	}
	.postbox {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 32px;
		background: #F4F4F4;

		h3 {
			padding: 16px 0 12px 0;
		}

		p {
			margin: 0;
			color: #6B6B6B;
			text-align: center;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.8;
		}

		a {
			margin-top: 24px;
		}

		span {
			color: #fff;
			display: flex;
			padding: 10px 16px;
			justify-content: center;
			align-items: center;
			gap: 10px;
			border-radius: 3px;
			background: $color__primary;
			box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.50);
		}
	}
}

/* Dialog */
.cm-dialog {
	position: fixed;
	right: 0;
	top: 32px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 386px;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.3s;
	z-index: 9999;
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05);

	&.open {
		transform: translateX(0%);
	}

	.dialog-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 24px 20px;
		border-bottom: 1px solid #E9E9E9;

		h3 {
			color: #383838;
			font-size: 16px;
			font-weight: 600;
			line-height: 2.4;
			margin: 0;
		}

		.dialog-close:hover {
			cursor: pointer;
		}
	}

	.dialog-content {
		overflow: auto;

		.cm-changelog {
			padding: 20px;
			flex: 1 1 0;
		}

		.cm-changelog__list-item {
			margin-bottom: 28px;
		}

		.cm-changelog__list-head{
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: row;
			gap: 0.5rem;

			h4 {
				margin: 0;
				line-height: 1.33;
				font-size: 14px;
				font-weight: 600;
			}

			p {
				font-size: 11px;
				line-height: 1;
				margin: 0;
			}
		}

		.cm-changelog__change-item {
			position: relative;
			margin: 20px 0;

			&::after {
				background-color: #e8eefd;
				bottom: 0;
				content: "";
				height: 100%;
				left: 11px;
				position: absolute;
				top: 0;
				width: 2px;
			}

			span {
				display: inline-flex;
				vertical-align: top;
				align-items: center;
				max-width: 100%;
				line-height: 1.7;
				outline: transparent solid 2px;
				outline-offset: 2px;
				border-radius: 0.375em;
				font-size: 14px;
				padding: 0 8px;
				position: sticky;
				z-index: 9999;
				top: 0;
				margin-bottom: 20px;
			}

			.cm-changelog__change-list {
				padding-top: 10px;
			}

			p {
				margin: 0 0 16px 0;
				padding-left: 40px;
				position: relative;

				&::before {
					content: "✓";
					position: absolute;
					left: 9px;
					top: 50%;
					transform: translateY(-50%);
					font-size: 10px;
					z-index: 999;
				}

				&::after {
					background-color:#e8eefd;
					background-position: 50% center;
					border-radius: 50%;
					content: "";
					height: 20px;
					width: 20px;
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					left: 2px;
					z-index: 99;
				}
			}

			&.item--fix {
				span {
					color: #555cff;
					background: #efefff;
				}

				p {
					&::before {
						color: #555cff;
					}

					&::after {
						background: #efefff;
					}
				}
			}

			&.item--feature {
				span {
					color: #22543d;
					background: #c6f6d5;
				}

				p {
					&::before {
						color: #22543d;
					}

					&::after {
						background: #c6f6d5;
					}
				}
			}

			&.item--added {
				span {
					color: #1a202c;
					background: #edf2f7;
				}

				p {
					&::before {
						color: #1a202c;
					}

					&::after {
						background: #edf2f7;
					}
				}
			}

			&.item--tweak {
				span {
					color: #44337a;
					background: #e9d8fd;
				}

				p {
					&::before {
						color: #44337a;
					}

					&::after {
						background: #e9d8fd;
					}
				}
			}

			&.item--enhancement {
				span {
					color: #234e52;
					background: #b2f5ea;
				}

				p {
					&::before {
						color: #234e52;
					}

					&::after {
						background: #b2f5ea;
					}
				}
			}
		}
	}
}

/* Starter Templates */
.appearance_page_colormag {
	.demo-importer {
		max-width: 1280px;
		margin: 0 auto;
		.wp-filter {
			padding: 0 20px;

			.search-form {
				margin-left: 1em;
			}

			.filter-section {
				float: left;

				&.right {
					float: right;
				}
			}

			.filter-links li > a:focus {
				box-shadow: none;
			}
		}

		.theme-browser {
			.theme {
				.premium-demo-banner {
					position: absolute;
					top: 15px;
					right: -16px;
					color: #fff;
					padding: 0 20px;
					font-weight: 600;
					min-height: 30px;
					line-height: 28px;
					background: #5fbd0a;
					text-transform: uppercase;

					&::before,
					&::after {
						content: '';
						position: absolute;
					}

					&::before {
						left: -15px;
						color: #fff;
						border: 15px solid #5fbd0a;
						border-left-color: transparent;
					}

					&::after {
						top: 30px;
						right: 0;
						border: 8px solid #478d07;
						border-right-color: transparent;
						border-bottom-color: transparent;
					}
				}

				.theme-screenshot img {
					object-fit: cover;
				}
			}
		}

		.theme-install-overlay {
			.wp-full-overlay-header {
				background-color: #eee;
			}

			.wp-full-overlay-sidebar-content {
				z-index: 1;
				bottom: 132px;

				.install-theme-info {
					.theme-version {
						margin-top: 0;
					}

					.theme-screenshot {
						width: 100%;
						box-sizing: border-box;
					}

					.premium-demo-tag {
						color: #fff;
						font-size: 13px;
						font-weight: 400;
						margin-left: 5px;
						padding: 0 10px;
						line-height: 22px;
						border-radius: 3px;
						background: #67c016;
						display: inline-block;
					}

					table.plugins-list-table {
						margin-bottom: 1em;

						.plugin-status {
							float: right;

							span {
								width: 20px;
								height: 20px;
								overflow: hidden;
								border-radius: 50%;
								position: relative;
								vertical-align: top;
								white-space: nowrap;
								text-indent: -9999px;
								display: inline-block;
								border: 2px solid #bfbfbf;

								&.active {
									border-color: #5cb85c;

									&::after {
										position: absolute;
										left: 50%;
										top: 50%;
										opacity: 1;
										width: 25%;
										height: 50%;
										content: '';
										transform-origin: left top;
										border-top: 2px solid #5cb85c;
										border-right: 2px solid #5cb85c;
										transform: scaleX(-1) rotate(135deg) translate(-58%, -40%);
									}
								}

								&.updating-message {
									border-left-color: #5cb85c;
									animation: spin .75s linear infinite;
								}
							}
						}
					}
				}
			}

			.wp-full-overlay-footer {
				height: 132px;

				.devices button {
					&:hover,
					&:focus {
						background-color: transparent;
					}
				}

				.demo-import-actions {
					padding: 20px;
					background: #fff;
					border-bottom: 1px solid #ddd;

					.button {
						width: 100%;
						text-align: center;

						&.updated-message,
						&.updating-message {
							&::before {
								margin-top: 11px;
							}
						}
					}
				}
			}

			&.expanded {
				.wp-full-overlay-footer {
					left: initial;
				}
			}
		}
	}
}

/**
 * Tooltips
 */
.tips {
	cursor: help;
	text-decoration: none;
}

img.tips {
	padding: 5px 0 0;
}

#tiptip_holder {
	display: none;
	z-index: 8675309;
	position: absolute;
	top: 0;
	/*rtl:ignore*/
	left: 0;

	&.tip_top {
		padding-bottom: 5px;

		#tiptip_arrow_inner {
			margin-top: -7px;
			margin-left: -6px;
			border-top-color: #333;
		}
	}

	&.tip_bottom {
		padding-top: 5px;

		#tiptip_arrow_inner {
			margin-top: -5px;
			margin-left: -6px;
			border-bottom-color: #333;
		}
	}

	&.tip_right {
		padding-left: 5px;

		#tiptip_arrow_inner {
			margin-top: -6px;
			margin-left: -5px;
			border-right-color: #333;
		}
	}

	&.tip_left {
		padding-right: 5px;

		#tiptip_arrow_inner {
			margin-top: -6px;
			margin-left: -7px;
			border-left-color: #333;
		}
	}
}

#tiptip_content {
	color: #fff;
	font-size: 0.8em;
	max-width: 150px;
	background: #333;
	text-align: center;
	border-radius: 3px;
	padding: 0.618em 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

	code {
		padding: 1px;
		background: #888;
	}
}

#tiptip_arrow,
#tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

/*rtl:raw:
#tiptip_arrow {
	right: 50%;
	margin-right: -6px;
}
*/

/**
 * Demo Import message CSS.
 */
.demo-import-confirm-message {
	font-size: 14px;
	padding: 10px 10px 0;

	ol {
		margin-left: 20px;

		.warning {
			color: #f00000;
		}
	}
}

.jconfirm-buttons {

	.demo-import-confirm-button {
		background: #f00000;
		color: #ffffff;
	}

	.demo-import-cancel-button {
		background: #eeeeee;
		border-color: #999999;
		color: #23282d;
	}
}

body {

	&.demo-import-message-popup {
		overflow: visible;
		visibility: visible;
	}
}

/* Starter Templates - Blank State */
.themegrill-demo-importer-BlankState {
	position: relative;
	padding-top: 200px;
	padding-bottom: 400px;
	text-align: center;
	background: url("../images/starter-templates-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;

	.themegrill-demo-importer-BlankState-icon {
		fill: #ddd;
		width: 128px;
		height: 128px;
		margin: 0 0 .875em;
	}

	.themegrill-demo-importer-BlankState-info {
		position: relative;
		margin: 20px 10px;
		background: #fff;
		max-width: 100%;
		padding: 10px 20px;
		border-radius: 9px;
		z-index: 99;
	}

	.starter-template-overlay {
		position: absolute;
		inset: 0;
		background: #F0F0F1;
		opacity: 0.5;
	}

	h2.themegrill-demo-importer-BlankState-message {
		color: #383838;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
	}

	span {
		color: #fff;
		display: flex;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		align-self: stretch;
		border-radius: 4px;
		background: $color__primary;
	}
}

/* Responsive */
@media (min-width: 768px) {
	.themegrill-demo-importer-BlankState {
		padding-bottom: 695px;

		.themegrill-demo-importer-BlankState-info {
			margin: 20px auto;
			padding: 40px 50px;
		}

		span {
			padding: 16px;
		}
	}
}

/* Responsive */
@media (min-width: 768px) {
	.wrap {
		.colormag-header {
			padding: 12px 20px;
		}
	}

	.colormag-header {

		.cm-dashboard-head-right {

			ul {
				gap:  16px;

				li {

					&.active {
						&::before {
							top: 44px;
						}
					}
				}
			}
		}

		.cm-dashboard-head-left {
			display: flex;
			align-items: center;
			margin-left: auto;

			a{
				margin-left: 17px;
			}

			img {
				width: 42px;
				border-radius: 20px;
				border: 1px solid rgba(211, 211, 211, 0.40);
			}
		}

		>.cm-container {
			display: flex;
			align-items: center;
		}
		.cm-title {
			display: flex;
			align-items: center;
			flex-basis: 20%;
			+ {
				div {
					float: right;
					align-items: center;
					a {
						display: inline-block;
						margin: 0 10px;
						vertical-align: middle;
					}
				}
			}
		}
	}
	.colormag-header {
		background-color: $background-color_2;
		text-align: center;
		margin-bottom: 32px;
		padding: 20px;

		.cm-dashboard-menu-container {
			display: flex;
			align-items: center;
			justify-content: flex-start;

			ul {
				display: flex;
				flex-wrap: wrap;
				margin-left: 26px;
				gap:  32px;

				li {
					position: relative;
					margin: 0;

					a {
						color: #383838;
						margin: 0 8px;
						text-align: center;
						font-size: 14px;
						font-weight: 600;
					}

					&.active {
						a {
							color: $color__primary;
						}

						&::before {
							height: 3px;
							width: 100%;
							bottom: 0;
							background-color: $color__primary;
							content: "";
							position: absolute;
							top: 44px;
						}
					}
				}
			}
		}

		.cm-dashboard-head-left {
			display: flex;
			align-items: center;
			justify-content: flex-end;
		}

		>.cm-container {
			display: flex;
			align-items: center;
		}
		.cm-title {
			display: flex;
			align-items: center;
			+ {
				div {
					float: right;
					align-items: center;
					a {
						display: inline-block;
						margin: 0 10px;
						vertical-align: middle;
					}
				}
			}
		}
	}
	.col-70 {
		float: left;
		width: 70%;
		box-sizing: border-box;
	}
	.col-30 {
		float: left;
		width: 30%;
		box-sizing: border-box;
		padding-left: 20px;
	}

	.products-page {
		.inside {
			display: grid;
			gap: 24px;
			grid-template-columns: 1fr 1fr 1fr;
		}
	}

	.help-page {
		.cm-help-top-row {
			flex-direction: row;
		}
	}

	.themegrill-demo-importer-BlankState {
		padding-top: 200px;
		padding-bottom: 695px;
		text-align: center;
		background-size: contain;

		.themegrill-demo-importer-BlankState-icon {
			fill: #ddd;
			width: 128px;
			height: 128px;
			margin: 0 0 .875em;
		}

		.themegrill-demo-importer-BlankState-info {
			margin: 0 auto;
			background: #fff;
			max-width: 400px;
			padding: 50px 70px 55px 70px;
			border-radius: 9px;
		}

		h2.themegrill-demo-importer-BlankState-message {
			color: #383838;
			text-align: center;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 1.6;
		}

		span {
			color: #fff;
			display: flex;
			padding: 16px;
			justify-content: center;
			align-items: center;
			gap: 8px;
			align-self: stretch;
			border-radius: 4px;
			background: $color__primary;
		}
	}

}

@media (min-width: 1050px) {
	.cm-quick-settings .cm-quick-settings-content, .cm-premium-features .cm-premium-features-content {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.help-page {
		.postbox.cm-community {
			flex-direction: row;

			img {
				max-width: 348px;
			}
		}
	}
}
PK�
�[�&�nninc/admin/sass/admin.scssnu�[���@import "variables/colors";
@import "colormag-dashboard";

.colormag-update {
	background-color: $background-color_1;
	.colormag-message__heading {
		max-width: 768px;
		display: flex;
		align-items: center;
	}
	.colormag-message__content {
		flex-wrap: wrap;
		.colormag-message__image {
			flex-basis: 320px;
			height: 214px;
			min-height: 100px;
		}
	}
	.colormag-message__text {
		flex: 1;
	}
}

/* Notices. */
.colormag-notice {
	position: relative;
	padding: 20px 20px 0 20px;
	border-left-color: #2563EB;
	.links {
		margin: 1.2em 0;
		display: flex;
		flex-wrap: wrap;
		a {
			margin-right: 10px;
			>span {
				vertical-align: middle;
				padding-right: 5px;
			}
		}
	}
	.notice-text {
		.coupon-code {
			display: inline-block;
		}
	}
	.notice-dismiss {
		text-decoration: none;
	}
}

/* Welcome notice. */
.notice-dismiss:before {
	color: #111;
}

.colormag-message__content {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	.colormag-message__image {
		display: flex;
		flex: 0 0 160px;
		object-fit: cover;
		.colormag-screenshot {
			width: 100%;
			margin: 0;
			float: none;
			border-radius: 4px;
			object-fit: cover;
		}
	}
	.colormag-message__head {
		margin-bottom: 24px;
	}

	.colormag-message__subheading {
		color: #383838;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin: unset;
	}

	.colormag-message__heading {
		color: #383838;
		font-size: 26px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-top: 4px;
		margin-bottom: 16px;
	}

	.colormag-message__description {
		color: #383838;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
	}
	.colormag-message__cta {
		display: flex;
		align-items: center;
		gap: 24px;

		.plugin-install-notice {
			color: #727374;
			font-size: 13px;
			font-style: normal;
			font-weight: 400;
		}
		a {
			&:before {
				margin: 5px;
				vertical-align: middle;
			}
		}
	}
}
h1.colormag-message__heading {
	font-weight: 600;
	font-size: 28px;
	line-height: 37px;
	color: $color_1;
	margin-bottom: 12px;
}
h2.colormag-message__heading {
	margin-bottom: 24px;
	font-weight: 400;
	color: $color_1;
	font-size: 16px;
	line-height: 180%;
}
a.colormag-message-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px 10px 21px;
	font-size: 13px;
	line-height: 1.23076923;
	text-decoration: none;
	&:before {
		position: absolute;
		top: 8px;
		left: 0;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
}
.colormag-message__text {
	max-width: 660px;

	img {
		height: 50px;
		width: 50px;
	}
	align-self: center;
	margin-bottom: 24px;
}

/* Colormag review notice */
.colormag-notice.theme-review-notice {
	border-left-color: $border-left-color_1;
	padding: 20px 15px;
	.colormag-message__image {
		flex: 0;
		min-height: auto;
		margin-right: 35px;
		margin-left: 10px;
		padding-right: 0;
		border-right: none;
	}
	.colormag-logo--png {
		width: 80px;
		height: 80px;
	}
	h3 {
		font-size: 21px;
		margin: 0;
		line-height: 1;
		color: $color_2;
	}
	p {
		font-size: 14px;
		line-height: 21px;
		color: $color_3;
		margin: 0 0 6px 0;
		max-width: 720px;
		padding: 2px 0;
	}
	span.dashicons.dashicons-smiley.smile-icon {
		background: #f7e143;
		border-radius: 50%;
		font-size: 15px;
		border: 1px solid;
		width: 17px;
		height: 17px;
	}
	.button-primary {
		background: #6547DB;
		border-color: $border-color_1;
		box-shadow: none;
		color: $color_4;
	}
	.button-secondary {
		color: $color_5;
		border-color: $border-color_1;
		background: #f6f7f7;
		vertical-align: top;
	}
	strong {
		color: $color_2;
	}
	.links {
		margin: 1.2em 0 5px 0;
	}
	a.btn {
		display: flex;
		max-width: fit-content;
		justify-content: center;
		align-items: center;
	}
}

.demo-import-migrate-notice {
	.colormag-message__image {
		.colormag-screenshot {
			height: 100px;
			width: 100px;
		}
	}
	.colormag-message__content {
		.colormag-message__image {
			flex: 0;
		}
		max-width: 768px;
	}
}

/* Responsive. */
@media screen and (max-width: 768px) {
	.colormag-message__content {
		.colormag-message__image {
			display: none;
		}
	}
	.colormag-notice.theme-review-notice {
		.colormag-message__content {
			display: flex;
			flex-direction: column;
		}
		.button-primary {
			margin-bottom: 10px;
		}
		.button-secondary {
			margin-bottom: 10px;
		}
	}
}
@media (max-width: 768px) {
	.colormag-message__content {
		.colormag-screenshot {
			display: none;
		}
		.colormag-message__text {
			padding: 0;
			width: 100%;
		}
	}
}

.colormag-header {
	.cm-title {
		flex-basis: unset;
	}
}

@media screen and (max-width: 767px) {
	.colormag-header {
		>.cm-container {
			display: flex;
			flex-wrap: wrap;
		}
		.cm-title {
			justify-content: center;
			flex-basis: 20%;
			order: 1;
			+ {
				div {
					float: none;
					margin-top: 20px;
					margin-bottom: 20px;
				}
			}
		}

		.cm-dashboard-head-left {
			flex-basis: 80%;
			order: 2;
		}

		.cm-dashboard-menu-container {
			flex-basis: 100%;
			order: 3;
		}
	}
}

@media (min-width: 1236px) {
	.postbox-container {
		.colormag-message__content {
			.colormag-message__cta {
				flex-direction: row;
			}
		}
	}
}
PK�
�[���G��%inc/admin/sass/variables/_colors.scssnu�[���$color__primary : #2563EB;

$color_1: #232323;
$color_2: #000;
$color_3: #3C434A;
$color_4: #fff;
$color_5: #6547DB;
$background-color_1: #FAFDFF;
$background-color_2: #fff;
$border-color_1: #6547DB;
$border-left-color_1: #6547DB;
PK�
�[.��%%-inc/admin/class-colormag-changelog-parser.phpnu�[���<?php
/**
 * ColorMag Changelog Parser Class.
 *
 * @author  ThemeGrill
 * @package ColorMag
 * @since   1.3.9
 */

defined( 'ABSPATH' ) || exit;

/**
 * ColorMag Changelog Parser.
 */
class ColorMag_Changelog_Parser {

	/**
	 * Get item.
	 *
	 */
	public function get_item( $request ) {
		$changelog = $this->read_changelog();
		$changelog = $this->parse_changelog( $changelog );

		$data = array_search( $request['version'], array_column( $changelog, 'version' ), true );
		if ( false === $data ) {
			return new \WP_Error( 'changelog_not_found', esc_html__( 'Changelog not found.', 'colormag' ) );
		}
		$data = $changelog[ $data ];
		return $this->prepare_item_for_response( $data, $request );
	}

	/**
	 * Check if a given request has access to get items.
	 *
	 */
	public function get_items_permissions_check() {

		if ( ! current_user_can( 'manage_themes' ) ) {
			return new \WP_Error(
				'rest_forbidden',
				esc_html__( 'You are not allowed to access this resource.', 'colormag' ),
				array( 'status' => rest_authorization_required_code() )
			);
		}
		return true;
	}

	/**
	 * Regenerate CSS.
	 *
	 */
	public function get_items() {
		$changelog = $this->read_changelog();
		$changelog = $this->parse_changelog( $changelog );

		return $changelog;
	}

	/**
	 * Read changelog.
	 *
	 * @return \WP_Error|string
	 */
	protected function read_changelog() {
		/**
		 * WP_FIlesystem_Direct instance.
		 *
		 *  @var \WP_Filesystem_Direct $wp_filesystem WP_FIlesystem_Direct instance.
		 */
		global $wp_filesystem;

		if ( ! $wp_filesystem || 'direct' !== $wp_filesystem->method ) {
			require_once ABSPATH . '/wp-admin/includes/file.php';
			$credentials = request_filesystem_credentials( '', 'direct' );
			WP_Filesystem( $credentials );
		}

		if ( ! $wp_filesystem ) {
			return new \WP_Error( 'filesystem_error', esc_html__( 'Could not access filesystem.', 'colormag' ) );
		}
		$changelog_file = COLORMAG_PARENT_DIR . '/changelog.txt';

		if ( ! $wp_filesystem->exists( $changelog_file ) ) {
			return new \WP_Error( 'changelog_not_found', esc_html__( 'Changelog not found.', 'colormag' ) );
		}

		$raw_changelog = $wp_filesystem->get_contents( $changelog_file );

		if ( ! $raw_changelog ) {
			return new \WP_Error( 'changelog_read_error', esc_html__( 'Failed to read changelog.', 'colormag' ) );
		}

		return $raw_changelog;
	}

	protected function parse_changelog( $raw_changelog ) {
		if ( is_wp_error( $raw_changelog ) ) {
			return $raw_changelog;
		}

		$entries = preg_split( '/(?=\=\s\d+\.\d+\.\d+|\Z)/', $raw_changelog, -1, PREG_SPLIT_NO_EMPTY );
		array_shift( $entries );

		$parsed_changelog = array();

		foreach ( $entries as $entry ) {
			$date    = null;
			$version = null;

			if ( preg_match( '/^= (\d+(\.\d+)+) - (\d+-\d+-\d+) =/m', $entry, $matches ) ) {
				$version = $matches[1] ?? null;
				$date    = $matches[3] ?? null;
			}

			$changes_arr = array();

			if ( preg_match_all( '/^\* (\w+(\s*-\s*.+)?)$/m', $entry, $matches ) ) {
				$changes = $matches[1] ?? null;

				if ( is_array( $changes ) ) {
					foreach ( $changes as $change ) {
						$parts = explode( ' - ', $change );
						$tag   = trim( $parts[0] ?? '' );
						$data  = isset( $parts[1] ) ? trim( $parts[1] ) : '';

						if ( isset( $changes_arr[ $tag ] ) ) {
							$changes_arr[ $tag ][] = $data;
						} else {
							$changes_arr[ $tag ] = array( $data );
						}
					}
				}
			}

			if ( $version && $date && $changes_arr ) {
				$parsed_changelog[] = array(
					'version' => $version,
					'date'    => $date,
					'changes' => $changes_arr,
				);
			}
		}

		return $parsed_changelog;
	}

	/**
	 * Prepare item for response.
	 *
	 * @param array $item Item.
	 * @param \WP_Rest_Request $request Full detail about the request.
	 * @return \WP_Rest_Response
	 */
	public function prepare_item_for_response( $item, $request ) {
		$data     = $this->add_additional_fields_to_object( $item, $request );
		$response = new \WP_REST_Response( $data );
		$response->add_links( $this->prepare_links( $item ) );

		return apply_filters( 'colormag_blocks_prepare_changelog', $response, $item, $request );
	}

	/**
	 * Prepare links for the request.
	 *
	 * @param array $item
	 * @return array
	 */
	protected function prepare_links( $item ) {
		return array(
			'self' => array(
				'href' => rest_url(
					sprintf(
						$item['version']
					)
				),
			),
		);
	}
}


PK�
�[hgc�7�7inc/admin/views/help.phpnu�[���<?php
if ( ! is_child_theme() ) {
	$theme = wp_get_theme();
} else {
	$theme = wp_get_theme()->parent();
}

$star_icon = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
  						<path d="M4.62151 3.66996L1.43151 4.13246L1.37501 4.14396C1.28947 4.16667 1.2115 4.21167 1.14905 4.27436C1.0866 4.33706 1.04191 4.41521 1.01954 4.50082C0.997165 4.58644 0.997919 4.67647 1.02172 4.7617C1.04552 4.84693 1.09151 4.92432 1.155 4.98596L3.46601 7.23546L2.92101 10.413L2.91451 10.468C2.90927 10.5564 2.92764 10.6447 2.96773 10.7237C3.00782 10.8027 3.0682 10.8697 3.14267 10.9177C3.21715 10.9657 3.30305 10.9931 3.39158 10.997C3.48011 11.0009 3.56809 10.9812 3.64651 10.94L6.49951 9.43996L9.346 10.94L9.396 10.963C9.47854 10.9955 9.56823 11.0054 9.65588 10.9918C9.74354 10.9782 9.826 10.9416 9.8948 10.8856C9.96361 10.8296 10.0163 10.7563 10.0474 10.6733C10.0786 10.5902 10.087 10.5004 10.072 10.413L9.5265 7.23546L11.8385 4.98546L11.8775 4.94296C11.9332 4.87435 11.9697 4.79219 11.9834 4.70486C11.997 4.61753 11.9872 4.52815 11.955 4.44583C11.9229 4.3635 11.8695 4.29118 11.8002 4.23622C11.731 4.18126 11.6485 4.14563 11.561 4.13296L8.37101 3.66996L6.94501 0.779961C6.90374 0.696229 6.83986 0.625719 6.7606 0.576414C6.68134 0.527108 6.58985 0.500977 6.49651 0.500977C6.40316 0.500977 6.31167 0.527108 6.23241 0.576414C6.15315 0.625719 6.08927 0.696229 6.04801 0.779961L4.62151 3.66996Z" fill="#222222"/>
						</svg>';
?>
<div class="cm-container help-page">
	<div class="postbox-container" style="float: none;">
		<div class="col-70">
			<h2 style="height:0;margin:0;"><!-- admin notices below this element --></h2>
			<div class="cm-help-top-row">
				<div class="postbox">
					<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
						<path d="M19.833 3.00977H8.49967C7.79243 3.00977 7.11415 3.29072 6.61406 3.79081C6.11396 4.29091 5.83301 4.96919 5.83301 5.67643V27.0098C5.83301 27.717 6.11396 28.3953 6.61406 28.8954C7.11415 29.3955 7.79243 29.6764 8.49967 29.6764H24.4997C25.2069 29.6764 25.8852 29.3955 26.3853 28.8954C26.8854 28.3953 27.1663 27.717 27.1663 27.0098V10.3431L19.833 3.00977Z" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
						<path d="M19.1665 3.00977V11.0098H27.1665" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
						<path d="M21.8332 17.6758H11.1665" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
						<path d="M21.8332 23.0098H11.1665" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
						<path d="M13.8332 12.3428H11.1665" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
					</svg>
					<h3><?php esc_html_e( 'Need Some Help?', 'colormag' ); ?></h3>
					<p><?php esc_html_e( 'Please check out basic documentation for detailed information on how to use ColorMag.', 'colormag' ); ?></p>
					<a href="<?php echo esc_url( 'https://docs.themegrill.com/colormag/' ); ?>" class="help-box" target="_blank"><?php esc_html_e( 'View Now', 'colormag' ); ?></a>
				</div>
				<div class="postbox">
					<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 33 33" fill="none">
						<path d="M19.1667 20.3428V23.0094C19.1667 23.3631 19.0262 23.7022 18.7761 23.9523C18.5261 24.2023 18.187 24.3428 17.8333 24.3428H8.5L4.5 28.3428V15.0094C4.5 14.6558 4.64048 14.3167 4.89052 14.0666C5.14057 13.8166 5.47971 13.6761 5.83333 13.6761H8.5M28.5 19.0094L24.5 15.0094H15.1667C14.813 15.0094 14.4739 14.869 14.2239 14.6189C13.9738 14.3689 13.8333 14.0297 13.8333 13.6761V5.67611C13.8333 5.32248 13.9738 4.98335 14.2239 4.7333C14.4739 4.48325 14.813 4.34277 15.1667 4.34277H27.1667C27.5203 4.34277 27.8594 4.48325 28.1095 4.7333C28.3595 4.98335 28.5 5.32248 28.5 5.67611V19.0094Z" stroke="#2563EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
					</svg>
					<h3><?php esc_html_e( 'Support', 'colormag' ); ?></h3>
					<p><?php esc_html_e( 'We would be happy to guide you through any issues and queries you have regarding ColorMag!', 'colormag' ); ?></p>
					<a href="<?php echo esc_url( 'https://themegrill.com/contact/' ); ?>" target="_blank"><span><?php esc_html_e( 'Contact Support', 'colormag' ); ?></span></a>
				</div>
			</div>
			<h2><?php esc_html_e( 'Join Our Community', 'colormag' ); ?></h2>
			<div class="postbox cm-community">
				<div class="cm-image">
					<img src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/facebook.webp' ); ?>" alt="<?php esc_attr_e( 'facebook', 'colormag' ); ?>">
				</div>
				<div class="cm-content">
					<h3><?php esc_html_e( 'Facebook Community', 'colormag' ); ?></h3>
					<p><?php esc_html_e( 'Join our Facebook haven, where the latest news and updates eagerly await your arrival.', 'colormag' ); ?></p>
					<a href="<?php echo esc_url( 'https://www.facebook.com/themegrill' ); ?>" target="_blank"><span><?php esc_html_e( 'Join Group', 'colormag' ); ?></span></a>
				</div>
			</div>
			<div class="postbox cm-community">
				<div class="cm-image">
					<img src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/x.webp' ); ?>" alt="<?php esc_attr_e( 'x', 'colormag' ); ?>">
				</div>
				<div class="cm-content">
					<h3><?php esc_html_e( 'X Community', 'colormag' ); ?></h3>
					<p><?php esc_html_e( 'Join our Twitter haven, where the latest news and updates eagerly await your arrival.', 'colormag' ); ?></p>
					<a href="<?php echo esc_url( 'https://twitter.com/themegrill' ); ?>" target="_blank"><span><?php esc_html_e( 'Join Group', 'colormag' ); ?></span></a>
				</div>
			</div>
			<div class="postbox cm-community">
				<div class="cm-image">
					<img src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/youtube.webp' ); ?>" alt="<?php esc_attr_e( 'youtube', 'colormag' ); ?>">
				</div>
				<div class="cm-content">
					<h3><?php esc_html_e( 'Youtube Community', 'colormag' ); ?></h3>
					<p><?php esc_html_e( 'Join our YouTube haven, where the latest news and updates eagerly await your arrival.', 'colormag' ); ?></p>
					<a href="<?php echo esc_url( 'https://www.youtube.com/@ThemeGrillOfficial' ); ?>" target="_blank"><span><?php esc_html_e( 'Subscribe', 'colormag' ); ?></span></a>
				</div>
			</div>
		</div> <!--/.col-70-->
		<div class="col-30">
			<div class="postbox">
				<h3 class="hndle">
					<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none">
						<path
							d="M10.5001 1.66699L13.0751 6.88366L18.8334 7.72533L14.6667 11.7837L15.6501 17.517L10.5001 14.8087L5.35008 17.517L6.33341 11.7837L2.16675 7.72533L7.92508 6.88366L10.5001 1.66699Z"
							stroke="#2563EB" stroke-width="1.66667" stroke-linecap="round"
							stroke-linejoin="round"/>
					</svg>
					<span><?php esc_html_e( 'Leave us a Review', 'colormag' ); ?></span>
				</h3>
				<div class="inside">
					<div class="ratings">
								<span>
										<?php
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										?>
								</span>
						<span><?php esc_html_e( 'Based on 1430+ Reviews', 'colormag' ); ?></span>
					</div>
					<p>
						<?php
						echo sprintf(
						/* translators: %s: Theme Name. */
							esc_html__( 'Sharing your review is a valuable way to help us enhance your experience.', 'colormag' ),
							$theme->Name
						);
						?>
					</p>
					<a href="<?php echo esc_url( 'https://wordpress.org/support/theme/colormag/reviews/?rate=5#new-post' ); ?>"
					   target="_blank"><?php esc_html_e( 'Submit a Review', 'colormag' ); ?></a>
				</div>
			</div>
			<div class="postbox">
				<h3 class="hndle">
					<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"
						 fill="none">
						<path
							d="M12.9998 11.667C13.1664 10.8337 13.5831 10.2503 14.2498 9.58366C15.0831 8.83366 15.4998 7.75033 15.4998 6.66699C15.4998 5.34091 14.973 4.06914 14.0353 3.13146C13.0976 2.19378 11.8258 1.66699 10.4998 1.66699C9.17367 1.66699 7.9019 2.19378 6.96422 3.13146C6.02654 4.06914 5.49976 5.34091 5.49976 6.66699C5.49976 7.50033 5.66642 8.50033 6.74976 9.58366C7.33309 10.167 7.83309 10.8337 7.99976 11.667"
							stroke="#2563EB" stroke-width="1.66667" stroke-linecap="round"
							stroke-linejoin="round"/>
						<path d="M7.99988 15H12.9999" stroke="#2563EB" stroke-width="1.66667"
							  stroke-linecap="round" stroke-linejoin="round"/>
						<path d="M8.83325 18.333H12.1666" stroke="#2563EB" stroke-width="1.66667"
							  stroke-linecap="round" stroke-linejoin="round"/>
					</svg>
					<span><?php esc_html_e( 'Feature Request', 'colormag' ); ?></span>
				</h3>
				<div class="inside">
					<p>
						<?php
						echo sprintf(
						/* translators: %s: Theme Name. */
							esc_html__( 'Please take a moment to suggest any features that could enhance our product.', 'colormag' ),
						);
						?>
					</p>
					<a href="<?php echo esc_url( 'https://themegrill.com/contact/#tg-query' ); ?>"
					   target="_blank"><?php esc_html_e( 'Request a Feature', 'colormag' ); ?></a>
				</div>
			</div>
			<div class="postbox cm-useful-plugins">
				<h3 class="hndle">
					<span><?php esc_html_e( 'Useful Plugins', 'colormag' ); ?></span>
				</h3>
				<?php
				$plugins = array(
					array(
						'name'        => 'Everest Forms',
						'file'        => 'everest-forms/everest-forms.php',
						'slug'        => 'everest-forms',
						'description' => 'Form Builder Plugin',
						'color'       => '#5317AA',
						'svg'         => '<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40"-->
								 fill="none">
								<rect x="0.5" width="40" height="40" rx="3.63636" fill="#5317AA"/>
								<path d="M27.309 11.1045H22.9999L24.3223 13.3268H28.6186L27.309 11.1045Z"
									  fill="white"/>
								<path d="M30.0183 15.5527H25.7156L27.1025 17.7751H31.4085L30.0183 15.5527Z"
									  fill="white"/>
								<path
									d="M29.9506 26.6704H13.5493L20.4292 15.4136L23.2772 20.0002H20.4292L19.11 22.2225H27.2412L20.4292 11.2432L9.5885 28.8959H31.3408L29.9506 26.6704Z"
									fill="white"/>
							</svg>',
					),
					array(
						'name'        => 'BlockArt',
						'file'        => 'blockart-blocks/blockart.php',
						'slug'        => 'blockart',
						'description' => 'Page Builder Plugin',
						'color'       => '#2563EB',
						'svg'         => '<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40"-->
								 fill="none">
								<rect x="0.5" width="40" height="40" rx="3.63636" fill="#2563EB"/>
								<path fill-rule="evenodd" clip-rule="evenodd"
									  d="M8.5 31.2027H32.5V8.5H8.5V31.2027ZM31.2027 29.9054H9.79728V9.7973H31.2027V29.9054ZM20.7109 11.7432L22.3204 17.1421L19.094 17.1563L20.7109 11.7432ZM18.0383 20.7249H23.3909L24.3433 25.5563L24.4319 27.3107H16.8496L16.9161 25.5351L18.0383 20.7249Z"
									  fill="white"/>
							</svg>',
					),
					// Add more plugins as needed
				);

				// Loop through the plugins
				foreach ( $plugins as $plugin ) {
					$plugin_file         = $plugin['file'];
					$plugin_slug         = $plugin['slug'];
					$is_plugin_installed = colormag_is_plugin_installed( $plugin_file );
					$is_plugin_activated = is_plugin_active( $plugin_file );
					?>
					<div class="inside">
						<div class="content-left">
							<?php echo $plugin['svg']; ?>
							<div class="content-info">
								<h4><?php echo esc_html( $plugin['name'] ); ?></h4>
								<p><?php echo esc_html( $plugin['description'] ); ?></p>
							</div>
						</div>
						<?php if ( $is_plugin_installed ) : ?>
							<?php if ( $is_plugin_activated ) : ?>
								<span><?php esc_html_e( 'Activated', 'colormag' ); ?></span>
							<?php else : ?>
								<span><a href="#" class="activate-plugin" data-plugin="<?php echo esc_attr( $plugin_file ); ?>" data-slug="<?php echo esc_attr( $plugin_slug ); ?> "><?php esc_html_e( 'Activate', 'colormag' ); ?></span></a>
							<?php endif; ?>
						<?php else : ?>
							<span><a href="#" class="install-plugin" data-plugin="<?php echo esc_attr( $plugin_file ); ?>" data-slug="<?php echo esc_attr( $plugin_slug ); ?> "><?php esc_html_e( 'Install', 'colormag' ); ?></span></a>
						<?php endif; ?>
					</div>
					<?php
				}
				?>
			</div>
			<div class="postbox">
				<h3 class="hndle">
					<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"
						 fill="none">
						<path
							d="M13.8327 17.5V15.8333C13.8327 14.9493 13.4815 14.1014 12.8564 13.4763C12.2313 12.8512 11.3834 12.5 10.4993 12.5H5.49935C4.61529 12.5 3.76745 12.8512 3.14233 13.4763C2.51721 14.1014 2.16602 14.9493 2.16602 15.8333V17.5"
							stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
						<path
							d="M7.99935 9.16667C9.8403 9.16667 11.3327 7.67428 11.3327 5.83333C11.3327 3.99238 9.8403 2.5 7.99935 2.5C6.1584 2.5 4.66602 3.99238 4.66602 5.83333C4.66602 7.67428 6.1584 9.16667 7.99935 9.16667Z"
							stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
						<path
							d="M18.834 17.5001V15.8334C18.8334 15.0948 18.5876 14.3774 18.1351 13.7937C17.6826 13.2099 17.0491 12.793 16.334 12.6084"
							stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
						<path
							d="M13.834 2.6084C14.551 2.79198 15.1865 3.20898 15.6403 3.79366C16.0942 4.37833 16.3405 5.09742 16.3405 5.83757C16.3405 6.57771 16.0942 7.2968 15.6403 7.88147C15.1865 8.46615 14.551 8.88315 13.834 9.06673"
							stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
					</svg>
					<span><?php esc_html_e( 'ThemeGrill Community', 'colormag' ); ?></span>
				</h3>
				<div class="inside">
					<p>
						<?php
						echo sprintf(
						/* translators: %s: Theme Name. */
							esc_html__( 'Join our facebook group of ColorMag users for creating beautiful websites!', 'colormag' ),
						);
						?>
					</p>
					<a href="<?php echo esc_url( 'https://www.facebook.com/groups/themegrill' ); ?>"
					   target="_blank"><?php esc_html_e( 'Join our Facebook Group', 'colormag' ); ?></a>
				</div>
			</div>
		</div><!--/.col-30-->
	</div>
</div>
PK�
�[۳�  %inc/admin/views/starter-templates.phpnu�[���<?php
$plugins = get_plugins();
$action  = $url = $classes = '';

function demo_importer_plugin_check_html() {

	// Check if TDI is installed but not activated or not installed at all or installed and activated.
	if ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
		$colormag_btn_texts = __( 'Activate ThemeGrill Demo Importer Plugin', 'colormag' );
	} elseif ( ! file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
		$colormag_btn_texts = __( 'Install ThemeGrill Demo Importer Plugin', 'colormag' );
	} else {
		$colormag_btn_texts = __( 'View Starter Templates', 'colormag' );
	}

	$html = '<a class="btn-get-started" href="#" data-name="' . esc_attr( 'themegrill-demo-importer' ) . '" data-slug="' . esc_attr( 'themegrill-demo-importer' ) . '" aria-label="' . esc_attr( $colormag_btn_texts ) . '"><span>' . esc_html( $colormag_btn_texts ) . '</span></a>';

	return $html;
}
?>
	<div class="wrap demo-importer">
		<div class="themegrill-demo-importer-BlankState">

			<div class="themegrill-demo-importer-BlankState-info">
				<svg xmlns="http://www.w3.org/2000/svg" width="120" height="106" viewBox="0 0 120 106" fill="none">
					<path d="M92.2813 12.7843L59.7221 0.790039L27.4741 12.6263C23.3563 14.6181 19.746 15.8152 19.746 19.7462V39.3488C19.6789 53.0679 23.3521 66.5458 30.3709 78.3337C36.3848 88.3457 45.6929 98.6545 60.0573 105.209C73.239 100.819 83.0786 89.1118 89.0925 79.0951C96.1117 67.3091 99.785 53.8326 99.7173 40.1149V22.485C99.6934 16.8734 96.7966 14.1345 92.2813 12.7843Z" fill="#4A7EEE"/>
					<g opacity="0.8">
						<path d="M92.2813 12.7843L59.7221 0.790039L27.4741 12.6263C23.3563 14.6181 19.746 15.8152 19.746 19.7462V39.3488C19.6789 53.0679 23.3521 66.5458 30.3709 78.3337C36.3848 88.3457 45.6929 98.6545 60.0573 105.209C73.239 100.819 83.0786 89.1118 89.0925 79.095C96.1117 67.3091 99.785 53.8326 99.7173 40.1149V22.485C99.6934 16.8734 96.7966 14.1345 92.2813 12.7843Z" fill="white"/>
					</g>
					<path d="M79.6026 36.77H73.6174V29.8108C73.6174 26.1236 72.1527 22.5875 69.5455 19.9803C66.9383 17.3731 63.4022 15.9084 59.7151 15.9084C56.0279 15.9084 52.4918 17.3731 49.8846 19.9803C47.2775 22.5875 45.8127 26.1236 45.8127 29.8108V62.37H39.8276V29.8108C39.7867 27.1731 40.2708 24.5537 41.2519 22.105C42.233 19.6563 43.6913 17.4272 45.5421 15.5474C47.3929 13.6677 49.5991 12.1749 52.0323 11.156C54.4655 10.137 57.0771 9.6123 59.7151 9.6123C62.353 9.6123 64.9646 10.137 67.3978 11.156C69.831 12.1749 72.0372 13.6677 73.888 15.5474C75.7388 17.4272 77.1972 19.6563 78.1782 22.105C79.1593 24.5537 79.6435 27.1731 79.6026 29.8108V36.77Z" fill="#4A7EEE"/>
					<g opacity="0.4">
						<path d="M79.6026 36.77H73.6174V29.8108C73.6174 26.1236 72.1527 22.5875 69.5455 19.9803C66.9383 17.3731 63.4022 15.9084 59.7151 15.9084C56.0279 15.9084 52.4918 17.3731 49.8846 19.9803C47.2775 22.5875 45.8127 26.1236 45.8127 29.8108V62.37H39.8276V29.8108C39.7867 27.1731 40.2708 24.5537 41.2519 22.105C42.233 19.6563 43.6913 17.4272 45.5421 15.5474C47.3929 13.6677 49.5991 12.1749 52.0323 11.156C54.4655 10.137 57.0771 9.6123 59.7151 9.6123C62.353 9.6123 64.9646 10.137 67.3978 11.156C69.831 12.1749 72.0372 13.6677 73.888 15.5474C75.7388 17.4272 77.1972 19.6563 78.1782 22.105C79.1593 24.5537 79.6435 27.1731 79.6026 29.8108V36.77Z" fill="black"/>
					</g>
					<path d="M83.735 47.8809H35.6957C34.1593 47.8809 32.9138 49.1264 32.9138 50.6628V79.4873C32.9138 81.0237 34.1593 82.2692 35.6957 82.2692H83.735C85.2714 82.2692 86.5169 81.0237 86.5169 79.4873V50.6628C86.5169 49.1264 85.2714 47.8809 83.735 47.8809Z" fill="#4A7EEE"/>
					<g opacity="0.5">
						<path d="M64.1943 60.5988C64.1949 59.7649 63.9627 58.9473 63.524 58.2382C63.0853 57.529 62.4574 56.9563 61.7109 56.5844C60.9645 56.2126 60.1291 56.0564 59.2988 56.1334C58.4684 56.2104 57.676 56.5176 57.0107 57.0204C56.3454 57.5231 55.8335 58.2015 55.5327 58.9793C55.2319 59.7571 55.154 60.6034 55.3079 61.423C55.4618 62.2426 55.8413 63.003 56.4038 63.6187C56.9662 64.2344 57.6893 64.6809 58.4917 64.9081V71.6115H60.9384V64.9081C61.8771 64.6437 62.7034 64.0793 63.2913 63.3012C63.8792 62.5231 64.1964 61.574 64.1943 60.5988Z" fill="black"/>
					</g>
					<path d="M35.7723 79.009C35.6478 79.009 35.552 73.2633 35.552 66.2008C35.552 59.1383 35.6478 53.3926 35.7723 53.3926C35.8967 53.3926 35.9973 59.1383 35.9973 66.2008C35.9973 73.2633 35.8967 79.009 35.7723 79.009Z" fill="#FAFAFA"/>
					<path d="M56.2081 66.3397C56.2081 66.3397 55.9974 66.2726 55.6814 66.0428C55.2385 65.7119 54.8492 65.3146 54.5274 64.8649C53.9686 64.1274 53.5797 63.2754 53.3887 62.37C53.1976 61.4645 53.2091 60.528 53.4223 59.6276C53.6355 58.7271 54.0452 57.8849 54.622 57.1613C55.1988 56.4377 55.9285 55.8505 56.7587 55.4419C57.2554 55.1856 57.7882 55.0064 58.3388 54.9104C58.5352 54.8566 58.7409 54.8452 58.9421 54.8769C58.9421 54.9631 58.0946 55.0445 56.9311 55.7196C56.1716 56.1395 55.5084 56.7136 54.9839 57.405C54.4595 58.0963 54.0854 58.8897 53.8856 59.7342C53.6859 60.5787 53.6649 61.4557 53.8241 62.3087C53.9833 63.1618 54.3191 63.9721 54.8099 64.6878C55.2302 65.2756 55.6978 65.8281 56.2081 66.3397Z" fill="#FAFAFA"/>
					<path d="M2.06393 87.0668C3.20367 87.0668 4.12761 86.1429 4.12761 85.0031C4.12761 83.8634 3.20367 82.9395 2.06393 82.9395C0.924185 82.9395 0.000244141 83.8634 0.000244141 85.0031C0.000244141 86.1429 0.924185 87.0668 2.06393 87.0668Z" fill="#4A7EEE"/>
					<path d="M120 19.5743C119.999 19.9823 119.877 20.3808 119.65 20.7195C119.422 21.0583 119.1 21.322 118.723 21.4775C118.345 21.633 117.931 21.6731 117.531 21.593C117.131 21.5128 116.763 21.3159 116.475 21.0271C116.187 20.7383 115.991 20.3706 115.912 19.9704C115.833 19.5702 115.874 19.1555 116.03 18.7787C116.186 18.4019 116.451 18.0799 116.79 17.8533C117.129 17.6268 117.528 17.5059 117.936 17.5059C118.208 17.5059 118.476 17.5594 118.727 17.6634C118.978 17.7674 119.205 17.9198 119.397 18.112C119.589 18.3041 119.741 18.5322 119.844 18.7831C119.948 19.034 120.001 19.3029 120 19.5743Z" fill="#4A7EEE"/>
					<path d="M16.5575 90.3324C16.5575 90.4368 16.5265 90.5388 16.4684 90.6255C16.4103 90.7122 16.3278 90.7797 16.2313 90.8194C16.1348 90.8591 16.0286 90.8693 15.9263 90.8486C15.824 90.8279 15.7302 90.7772 15.6567 90.7031C15.5833 90.6289 15.5335 90.5347 15.5137 90.4322C15.4939 90.3297 15.505 90.2236 15.5456 90.1275C15.5862 90.0313 15.6545 89.9494 15.7417 89.8921C15.829 89.8348 15.9313 89.8047 16.0356 89.8057C16.1745 89.8069 16.3072 89.863 16.405 89.9616C16.5027 90.0603 16.5575 90.1935 16.5575 90.3324Z" fill="#4A7EEE"/>
					<path d="M27.757 32.4828C27.757 32.5869 27.7261 32.6888 27.6682 32.7754C27.6104 32.862 27.5281 32.9295 27.4319 32.9694C27.3356 33.0092 27.2297 33.0196 27.1276 32.9993C27.0254 32.979 26.9315 32.9288 26.8579 32.8552C26.7842 32.7815 26.7341 32.6877 26.7137 32.5855C26.6934 32.4833 26.7038 32.3774 26.7437 32.2812C26.7836 32.185 26.8511 32.1027 26.9377 32.0448C27.0243 31.9869 27.1261 31.9561 27.2303 31.9561C27.37 31.9561 27.504 32.0115 27.6027 32.1103C27.7015 32.2091 27.757 32.3431 27.757 32.4828Z" fill="#4A7EEE"/>
					<path d="M116.922 40.1411C116.922 40.2456 116.892 40.3481 116.835 40.4355C116.777 40.5228 116.695 40.5911 116.599 40.6315C116.502 40.672 116.396 40.6828 116.293 40.6626C116.191 40.6425 116.096 40.5922 116.022 40.5183C115.948 40.4443 115.898 40.35 115.878 40.2474C115.858 40.1448 115.869 40.0385 115.909 39.9421C115.95 39.8456 116.018 39.7634 116.105 39.7059C116.193 39.6484 116.295 39.6182 116.4 39.6192C116.538 39.6192 116.671 39.6741 116.769 39.772C116.867 39.8699 116.922 40.0026 116.922 40.1411Z" fill="#4A7EEE"/>
				</svg>
				<h2 class="themegrill-demo-importer-BlankState-message"><?php echo __( 'In order to be able to import any starter sites for <br> ColorMag you need to install ThemeGrill demo <br> importer plugin active.', 'colormag' ); ?></h2>
				<?php echo demo_importer_plugin_check_html(); ?>
			</div>

			<div class="starter-template-overlay"></div>

		</div>
	</div>
<?php
wp_print_request_filesystem_credentials_modal();
wp_print_admin_notice_templates();
PK�
�[y�?�Y�Yinc/admin/views/dashbaord.phpnu�[���<?php

if ( ! is_child_theme() ) {
	$theme = wp_get_theme();
} else {
	$theme = wp_get_theme()->parent();
}

$link_icon = '<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
						<path fill-rule="evenodd" clip-rule="evenodd" d="M3 4C2.86739 4 2.74021 4.05268 2.64645 4.14645C2.55268 4.24022 2.5 4.3674 2.5 4.5V10C2.5 10.1326 2.55268 10.2598 2.64645 10.3536C2.74022 10.4473 2.86739 10.5 3 10.5H8.5C8.63261 10.5 8.75978 10.4473 8.85355 10.3536C8.94732 10.2598 9 10.1326 9 10V7C9 6.72386 9.22386 6.5 9.5 6.5C9.77614 6.5 10 6.72386 10 7V10C10 10.3978 9.84196 10.7794 9.56066 11.0607C9.27936 11.342 8.89783 11.5 8.5 11.5H3C2.60217 11.5 2.22064 11.342 1.93934 11.0607C1.65804 10.7794 1.5 10.3978 1.5 10V4.5C1.5 4.10218 1.65804 3.72065 1.93934 3.43934C2.22064 3.15804 2.60218 3 3 3H6C6.27614 3 6.5 3.22386 6.5 3.5C6.5 3.77615 6.27614 4 6 4H3Z" fill="#7A7A7A"/>
						<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 2C7.5 1.72386 7.72386 1.5 8 1.5H11C11.2761 1.5 11.5 1.72386 11.5 2V5C11.5 5.27615 11.2761 5.5 11 5.5C10.7239 5.5 10.5 5.27615 10.5 5V2.5H8C7.72386 2.5 7.5 2.27615 7.5 2Z" fill="#7A7A7A"/>
						<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3536 1.64645C11.5489 1.84171 11.5489 2.15829 11.3536 2.35355L5.8536 7.85355C5.65834 8.04882 5.34175 8.04882 5.14649 7.85355C4.95123 7.65829 4.95123 7.34171 5.14649 7.14645L10.6465 1.64645C10.8418 1.45118 11.1583 1.45118 11.3536 1.64645Z" fill="#7A7A7A"/>
					</svg>';

$star_icon = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
  						<path d="M4.62151 3.66996L1.43151 4.13246L1.37501 4.14396C1.28947 4.16667 1.2115 4.21167 1.14905 4.27436C1.0866 4.33706 1.04191 4.41521 1.01954 4.50082C0.997165 4.58644 0.997919 4.67647 1.02172 4.7617C1.04552 4.84693 1.09151 4.92432 1.155 4.98596L3.46601 7.23546L2.92101 10.413L2.91451 10.468C2.90927 10.5564 2.92764 10.6447 2.96773 10.7237C3.00782 10.8027 3.0682 10.8697 3.14267 10.9177C3.21715 10.9657 3.30305 10.9931 3.39158 10.997C3.48011 11.0009 3.56809 10.9812 3.64651 10.94L6.49951 9.43996L9.346 10.94L9.396 10.963C9.47854 10.9955 9.56823 11.0054 9.65588 10.9918C9.74354 10.9782 9.826 10.9416 9.8948 10.8856C9.96361 10.8296 10.0163 10.7563 10.0474 10.6733C10.0786 10.5902 10.087 10.5004 10.072 10.413L9.5265 7.23546L11.8385 4.98546L11.8775 4.94296C11.9332 4.87435 11.9697 4.79219 11.9834 4.70486C11.997 4.61753 11.9872 4.52815 11.955 4.44583C11.9229 4.3635 11.8695 4.29118 11.8002 4.23622C11.731 4.18126 11.6485 4.14563 11.561 4.13296L8.37101 3.66996L6.94501 0.779961C6.90374 0.696229 6.83986 0.625719 6.7606 0.576414C6.68134 0.527108 6.58985 0.500977 6.49651 0.500977C6.40316 0.500977 6.31167 0.527108 6.23241 0.576414C6.15315 0.625719 6.08927 0.696229 6.04801 0.779961L4.62151 3.66996Z" fill="#222222"/>
						</svg>';

$admin_url = admin_url();

function create_button_html() {
	$colormag_btn_texts = __( 'Create a new page', 'colormag' );

	$admin_url = admin_url();

	$html = '<a class="btn-create-new-page" href="' . $admin_url . 'post-new.php?post_type=page" aria-label="' . esc_attr( $colormag_btn_texts ) . '">' . esc_html( $colormag_btn_texts ) . '</a>';

	return $html;
}

function import_button_html() {
	// Check if TDI is installed but not activated or not installed at all or installed and activated.
	if ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
		$colormag_btn_texts = __( 'Activate ThemeGrill Demo Importer Plugin', 'colormag' );
	} elseif ( ! file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
		$colormag_btn_texts = __( 'Install ThemeGrill Demo Importer Plugin', 'colormag' );
	} else {
		$colormag_btn_texts = __( 'View Starter Templates', 'colormag' );
	}

	$html = '<a class="btn-get-started" href="#" data-name="' . esc_attr( 'themegrill-demo-importer' ) . '" data-slug="' . esc_attr( 'themegrill-demo-importer' ) . '" aria-label="' . esc_attr( $colormag_btn_texts ) . '">' . esc_html( $colormag_btn_texts ) . '</a>';

	return $html;
}

?>
	<div class="cm-container">
		<div class="postbox-container" style="float: none;">
			<div class="col-70">
				<h2 style="height:0;margin:0;"><!-- admin notices below this element --></h2>
				<div class="postbox postbox-title">
					<div class="dashboard-title">
						<h1 class="hndle"><?php esc_html_e( 'Welcome to ColorMag', 'colormag' ); ?></h1>
						<span><?php esc_html_e( 'Free', 'colormag' ); ?></span>
					</div>
					<div class="inside" style="padding: 0;margin: 0;">
						<p><?php esc_html_e( 'Experience a seamless magazine-themed website building experience with ColorMag! Explore all the settings and features right here and get started with your first page.', 'colormag' ); ?></p>
						<?php echo create_button_html(); ?>
					</div>
				</div>
				<div class="postbox cm-quick-settings">
					<div class="cm-quick-settings-title">
						<h2><?php esc_html_e( 'Quick Settings', 'colormag' ); ?></h2>
						<a href="<?php echo esc_url( ' ' . $admin_url . 'customize.php?' ); ?>" target="_blank"><?php esc_html_e( 'Go to Customizer', 'colormag' ); ?></a>
					</div>
					<div class="cm-quick-settings-content" style="padding: 0;margin: 0;">
						<?php
						// Array of settings items
						$settings_items = array(
							array(
								'title' => esc_html__( 'Site Identity', 'colormag' ),
								'type'  => 'section',
								'id'    => 'title_tagline',
							),
							array(
								'title' => esc_html__( 'Header Options', 'colormag' ),
								'type'  => 'panel',
								'id'    => 'colormag_header_panel',
							),
							array(
								'title' => esc_html__( 'Footer Options', 'colormag' ),
								'type'  => 'panel',
								'id'    => 'colormag_footer_panel',
							),
							array(
								'title' => esc_html__( 'Global Colors', 'colormag' ),
								'type'  => 'section',
								'id'    => 'colormag_global_colors_section',
							),
							array(
								'title' => esc_html__( 'Sidebar Options', 'colormag' ),
								'type'  => 'section',
								'id'    => 'colormag_global_sidebar_section',
							),
							array(
								'title' => esc_html__( 'Blog', 'colormag' ),
								'type'  => 'section',
								'id'    => 'colormag_blog_section',
							),
						);

						// Loop through the settings items
						foreach ( $settings_items as $item ) {
							?>
							<div class="cm-quick-settings-item">
								<h4><?php echo esc_html( $item['title'] ); ?></h4>
								<a href="
								<?php
								if ( isset( $item['type'] ) ) {
									echo admin_url( 'customize.php?autofocus[' . $item['type'] .']=' . $item['id'] );
								}
								?>
								" target="_blank">
									<?php echo $link_icon . esc_html__( 'Customize', 'colormag' ); ?>
								</a>
							</div>
							<?php
						}
						?>
					</div>
				</div>
				<div class="postbox cm-premium-features">
					<div class="cm-premium-features-title">
						<h2><?php esc_html_e( 'Premium Features', 'colormag' ); ?></h2>
						<a href="<?php echo esc_url( 'https://themegrill.com/colormag-pricing/' ); ?>" target="_blank">
						<?php esc_html_e( 'Upgrade Now', 'colormag' ); ?></a>
					</div>
					<div class="cm-premium-features-content" style="padding: 0;margin: 0;">
						<?php
						// Array of premium features items
						$premium_features_items = array(
							array(
								'title' => esc_html__( 'Top Bar', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/customize-top-bar/',
							),
							array(
								'title' => esc_html__( 'Main Header', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/manage-main-header-layout-and-styles/',
							),
							array(
								'title' => esc_html__( 'Primary Menu', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/customize-the-primary-menu-of-the-site/',
							),
							array(
								'title' => esc_html__( 'Blog', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/manage-blog-page-layout/',
							),
							array(
								'title' => esc_html__( 'Meta', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/customize-the-post-meta/',
							),
							array(
								'title' => esc_html__( 'Footer Column', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/customize-footer-column/',
							),
							array(
								'title' => esc_html__( 'Footer Bar', 'colormag' ),
								'link'  => 'https://docs.themegrill.com/colormag/docs/customize-footer-bar-layout-styles/',
							),
							// Add more items as needed
						);

						// Loop through the premium features items
						foreach ( $premium_features_items as $item ) {
							?>
							<div class="cm-premium-features-item">
								<div class="item-content-left">
									<h4><?php echo esc_html( $item['title'] ); ?></h4>
									<a href="
									<?php
									if ( isset( $item['link'] ) ) {
										echo esc_url( $item['link'] );
									}
									?>
									" target="_blank">
										<?php
										echo $link_icon . esc_html__( 'Documentation', 'colormag' );
										?>
									</a>
								</div>
								<div class="item-content-right">
									<img class="cm-icon" src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/cm-premium.png' ); ?>" alt="<?php esc_attr_e( 'ColorMag', 'colormag' ); ?>">
								</div>
							</div>
							<?php
						}
						?>
					</div>
				</div>
			</div> <!--/.col-70-->
			<div class="col-30">
				<div class="postbox">
					<h3 class="hndle">
						<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
							<g id="download">
								<path id="Vector (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M10.5 2.5C10.9602 2.5 11.3333 2.8731 11.3333 3.33333V11.3215L14.0774 8.57741C14.4028 8.25197 14.9305 8.25197 15.2559 8.57741C15.5814 8.90285 15.5814 9.43049 15.2559 9.75592L11.0893 13.9226C10.7638 14.248 10.2362 14.248 9.91074 13.9226L5.74408 9.75592C5.41864 9.43049 5.41864 8.90285 5.74408 8.57741C6.06951 8.25197 6.59715 8.25197 6.92259 8.57741L9.66667 11.3215V3.33333C9.66667 2.8731 10.0398 2.5 10.5 2.5ZM3.83333 13.3333C4.29357 13.3333 4.66667 13.7064 4.66667 14.1667V15.8333C4.66667 16.0543 4.75446 16.2663 4.91074 16.4226C5.06702 16.5789 5.27899 16.6667 5.5 16.6667H15.5C15.721 16.6667 15.933 16.5789 16.0893 16.4226C16.2455 16.2663 16.3333 16.0543 16.3333 15.8333V14.1667C16.3333 13.7064 16.7064 13.3333 17.1667 13.3333C17.6269 13.3333 18 13.7064 18 14.1667V15.8333C18 16.4964 17.7366 17.1323 17.2678 17.6011C16.7989 18.0699 16.163 18.3333 15.5 18.3333H5.5C4.83696 18.3333 4.20107 18.0699 3.73223 17.6011C3.26339 17.1323 3 16.4964 3 15.8333V14.1667C3 13.7064 3.3731 13.3333 3.83333 13.3333Z" fill="#2563EB"/>
							</g>
						</svg>
						<span><?php esc_html_e( 'Starter Templates', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<div class="cm-starter-templates">
							<img src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/cm-starter-templates.png' ); ?>" alt="<?php esc_attr_e( 'ColorMag', 'colormag' ); ?>">
						</div>
						<p><?php echo __( 'Explore diverse demos from ColorMag theme to get your site running in no time! <br> <br> Simply choose the demo that fits your requirements, import it, and give it some of your personal touch! ', 'colormag' ); ?></p>
						<?php echo import_button_html(); ?>
					</div>
				</div>
				<div class="postbox">
					<h3 class="hndle">
						<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none">
							<path
								d="M12.584 1.66602H5.50065C5.05862 1.66602 4.6347 1.84161 4.32214 2.15417C4.00958 2.46673 3.83398 2.89065 3.83398 3.33268V16.666C3.83398 17.108 4.00958 17.532 4.32214 17.8445C4.6347 18.1571 5.05862 18.3327 5.50065 18.3327H15.5006C15.9427 18.3327 16.3666 18.1571 16.6792 17.8445C16.9917 17.532 17.1673 17.108 17.1673 16.666V6.24935L12.584 1.66602Z"
								stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path d="M12.166 1.66602V6.66602H17.166" stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path d="M13.8327 10.833H7.16602" stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path d="M13.8327 14.166H7.16602" stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path d="M8.83268 7.5H7.16602" stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
						</svg>
						<span><?php esc_html_e( 'Documentation', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<p>
							<?php
							echo esc_html__( 'Stuck due to an issue? Our detailed documentation will surely clear up any confusions you have!', 'colormag' );
							?>
						</p>
						<a href="<?php echo esc_url( 'https://docs.themegrill.com/colormag/' ); ?>"
						   target="_blank"><?php esc_html_e( 'Documentation', 'colormag' ); ?></a>
					</div>
				</div>
				<div class="postbox">
					<h3 class="hndle">
						<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"
							 fill="none">
							<path
								d="M10.5001 1.66699L13.0751 6.88366L18.8334 7.72533L14.6667 11.7837L15.6501 17.517L10.5001 14.8087L5.35008 17.517L6.33341 11.7837L2.16675 7.72533L7.92508 6.88366L10.5001 1.66699Z"
								stroke="#2563EB" stroke-width="1.66667" stroke-linecap="round"
								stroke-linejoin="round"/>
						</svg>
						<span><?php esc_html_e( 'Leave us a Review', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<div class="ratings">
								<span>
										<?php
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										echo $star_icon;
										?>
								</span>
							<span><?php esc_html_e( 'Based on 1430+ Reviews', 'colormag' ); ?></span>
						</div>
						<p>
							<?php

							echo sprintf(
							/* translators: %s: Theme Name. */
								esc_html__( 'What do you think of our theme? Was it a good experience and did it match your expectations? Let us know so we can improve!', 'colormag' ),
								$theme->Name
							);
							?>
						</p>
						<a href="<?php echo esc_url( 'https://wordpress.org/support/theme/colormag/reviews/?rate=5#new-post' ); ?>"
						   target="_blank"><?php esc_html_e( 'Submit a Review', 'colormag' ); ?></a>
					</div>
				</div>
				<div class="postbox">
					<h3 class="hndle">
						<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"
							 fill="none">
							<path
								d="M12.9998 11.667C13.1664 10.8337 13.5831 10.2503 14.2498 9.58366C15.0831 8.83366 15.4998 7.75033 15.4998 6.66699C15.4998 5.34091 14.973 4.06914 14.0353 3.13146C13.0976 2.19378 11.8258 1.66699 10.4998 1.66699C9.17367 1.66699 7.9019 2.19378 6.96422 3.13146C6.02654 4.06914 5.49976 5.34091 5.49976 6.66699C5.49976 7.50033 5.66642 8.50033 6.74976 9.58366C7.33309 10.167 7.83309 10.8337 7.99976 11.667"
								stroke="#2563EB" stroke-width="1.66667" stroke-linecap="round"
								stroke-linejoin="round"/>
							<path d="M7.99988 15H12.9999" stroke="#2563EB" stroke-width="1.66667"
								  stroke-linecap="round" stroke-linejoin="round"/>
							<path d="M8.83325 18.333H12.1666" stroke="#2563EB" stroke-width="1.66667"
								  stroke-linecap="round" stroke-linejoin="round"/>
						</svg>
						<span><?php esc_html_e( 'Feature Request', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<p>
							<?php
							echo sprintf(
							/* translators: %s: Theme Name. */
								esc_html__( 'Please take a moment to suggest any features that could enhance our product.', 'colormag' ),
							);
							?>
						</p>
						<a href="<?php echo esc_url( 'https://themegrill.com/contact/#tg-query' ); ?>"
						   target="_blank"><?php esc_html_e( 'Request a Feature', 'colormag' ); ?></a>
					</div>
				</div>
				<div class="postbox">
					<h3 class="hndle">
						<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20"
							 fill="none">
							<path
								d="M3 11.6667H5.5C5.94203 11.6667 6.36595 11.8423 6.67851 12.1548C6.99107 12.4674 7.16667 12.8913 7.16667 13.3333V15.8333C7.16667 16.2754 6.99107 16.6993 6.67851 17.0118C6.36595 17.3244 5.94203 17.5 5.5 17.5H4.66667C4.22464 17.5 3.80072 17.3244 3.48816 17.0118C3.17559 16.6993 3 16.2754 3 15.8333V10C3 8.01088 3.79018 6.10322 5.1967 4.6967C6.60322 3.29018 8.51088 2.5 10.5 2.5C12.4891 2.5 14.3968 3.29018 15.8033 4.6967C17.2098 6.10322 18 8.01088 18 10V15.8333C18 16.2754 17.8244 16.6993 17.5118 17.0118C17.1993 17.3244 16.7754 17.5 16.3333 17.5H15.5C15.058 17.5 14.634 17.3244 14.3215 17.0118C14.0089 16.6993 13.8333 16.2754 13.8333 15.8333V13.3333C13.8333 12.8913 14.0089 12.4674 14.3215 12.1548C14.634 11.8423 15.058 11.6667 15.5 11.6667H18"
								stroke="#2563EB" stroke-width="1.66667" stroke-linecap="round"
								stroke-linejoin="round"/>
						</svg>
						<span><?php esc_html_e( 'Support', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<p>
							<?php
							echo sprintf(
							/* translators: %s: Theme Name. */
								esc_html__( 'Get in touch with our support team. You can always submit a support ticket for help.', 'colormag' ),
							);
							?>
						</p>
						<a href="<?php echo esc_url( 'https://themegrill.com/contact/' ); ?>"
						   target="_blank"><?php esc_html_e( 'Create a Ticket', 'colormag' ); ?></a>
					</div>
				</div>
				<div class="postbox cm-useful-plugins">
					<h3 class="hndle">
						<span><?php esc_html_e( 'Useful Plugins', 'colormag' ); ?></span>
					</h3>
					<?php
					$plugins = array(
						array(
							'name'        => 'Everest Forms',
							'file'        => 'everest-forms/everest-forms.php',
							'slug'        => 'everest-forms',
							'description' => 'Form Builder Plugin',
							'color'       => '#5317AA',
							'svg'         => '<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40"-->
								 fill="none">
								<rect x="0.5" width="40" height="40" rx="3.63636" fill="#5317AA"/>
								<path d="M27.309 11.1045H22.9999L24.3223 13.3268H28.6186L27.309 11.1045Z"
									  fill="white"/>
								<path d="M30.0183 15.5527H25.7156L27.1025 17.7751H31.4085L30.0183 15.5527Z"
									  fill="white"/>
								<path
									d="M29.9506 26.6704H13.5493L20.4292 15.4136L23.2772 20.0002H20.4292L19.11 22.2225H27.2412L20.4292 11.2432L9.5885 28.8959H31.3408L29.9506 26.6704Z"
									fill="white"/>
							</svg>',
						),
						array(
							'name'        => 'BlockArt',
							'file'        => 'blockart-blocks/blockart.php',
							'slug'        => 'blockart',
							'description' => 'Page Builder Plugin',
							'color'       => '#2563EB',
							'svg'         => '<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40"-->
								 fill="none">
								<rect x="0.5" width="40" height="40" rx="3.63636" fill="#2563EB"/>
								<path fill-rule="evenodd" clip-rule="evenodd"
									  d="M8.5 31.2027H32.5V8.5H8.5V31.2027ZM31.2027 29.9054H9.79728V9.7973H31.2027V29.9054ZM20.7109 11.7432L22.3204 17.1421L19.094 17.1563L20.7109 11.7432ZM18.0383 20.7249H23.3909L24.3433 25.5563L24.4319 27.3107H16.8496L16.9161 25.5351L18.0383 20.7249Z"
									  fill="white"/>
							</svg>',
						),
					// Add more plugins as needed
					);

					// Loop through the plugins
					foreach ( $plugins as $plugin ) {
						$plugin_file         = $plugin['file'];
						$plugin_slug         = $plugin['slug'];
						$is_plugin_installed = colormag_is_plugin_installed( $plugin_file );
						$is_plugin_activated = is_plugin_active( $plugin_file );
						?>
					<div class="inside">
						<div class="content-left">
							<?php echo $plugin['svg']; ?>
							<div class="content-info">
								<h4><?php echo esc_html( $plugin['name'] ); ?></h4>
								<p><?php echo esc_html( $plugin['description'] ); ?></p>
							</div>
						</div>
							<?php if ( $is_plugin_installed ) : ?>
								<?php if ( $is_plugin_activated ) : ?>
									<?php esc_html_e( 'Activated', 'colormag' ); ?>
								<?php else : ?>
									<span><a href="#" class="activate-plugin" data-plugin="<?php echo esc_attr( $plugin_file ); ?>" data-slug="<?php echo esc_attr( $plugin_slug ); ?> "><?php esc_html_e( 'Activate', 'colormag' ); ?></span></a>
								<?php endif; ?>
							<?php else : ?>
								<span><a href="#" class="install-plugin" data-plugin="<?php echo esc_attr( $plugin_file ); ?>" data-slug="<?php echo esc_attr( $plugin_slug ); ?> "><?php esc_html_e( 'Install', 'colormag' ); ?></span></a>
							<?php endif; ?>
					</div>
						<?php
					}
					?>
				</div>
				<div class="postbox">
					<h3 class="hndle">
						<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none">
							<path
								d="M13.8327 17.5V15.8333C13.8327 14.9493 13.4815 14.1014 12.8564 13.4763C12.2313 12.8512 11.3834 12.5 10.4993 12.5H5.49935C4.61529 12.5 3.76745 12.8512 3.14233 13.4763C2.51721 14.1014 2.16602 14.9493 2.16602 15.8333V17.5"
								stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path
								d="M7.99935 9.16667C9.8403 9.16667 11.3327 7.67428 11.3327 5.83333C11.3327 3.99238 9.8403 2.5 7.99935 2.5C6.1584 2.5 4.66602 3.99238 4.66602 5.83333C4.66602 7.67428 6.1584 9.16667 7.99935 9.16667Z"
								stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path
								d="M18.834 17.5001V15.8334C18.8334 15.0948 18.5876 14.3774 18.1351 13.7937C17.6826 13.2099 17.0491 12.793 16.334 12.6084"
								stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
							<path
								d="M13.834 2.6084C14.551 2.79198 15.1865 3.20898 15.6403 3.79366C16.0942 4.37833 16.3405 5.09742 16.3405 5.83757C16.3405 6.57771 16.0942 7.2968 15.6403 7.88147C15.1865 8.46615 14.551 8.88315 13.834 9.06673"
								stroke="#2563EB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
						</svg>
						<span><?php esc_html_e( 'ThemeGrill Community', 'colormag' ); ?></span>
					</h3>
					<div class="inside">
						<p>
							<?php
							echo esc_html__( 'Join our Facebook group filled with ThemeGrill themes users, including ColorMag users to discuss anything about the theme!', 'colormag' );
							?>
						</p>
						<a href="<?php echo esc_url( 'https://www.facebook.com/groups/themegrill' ); ?>" target="_blank"><?php esc_html_e( 'Join our Facebook Group', 'colormag' ); ?></a>
					</div>
				</div>
			</div><!--/.col-30-->
		</div><!--/.postbox-container-->
	</div><!--/.cm-container-->
<?php
PK�
�[��vIvIinc/admin/views/free-vs-pro.phpnu�[���<?php
if ( ! is_child_theme() ) {
	$theme = wp_get_theme();
} else {
	$theme = wp_get_theme()->parent();
}

$tick_mark = '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  						<path d="M5.37994 11.5537L5.7335 11.9073L6.08705 11.5537L13.887 3.75375C13.9296 3.71119 13.9703 3.7002 14.0002 3.7002C14.03 3.7002 14.0707 3.71119 14.1133 3.75375C14.1558 3.79631 14.1668 3.83698 14.1668 3.86686C14.1668 3.89675 14.1558 3.93742 14.1133 3.97998L5.84661 12.2466C5.80946 12.2838 5.79218 12.2918 5.78876 12.2933L5.7886 12.2934C5.78668 12.2943 5.7738 12.3002 5.7335 12.3002C5.6932 12.3002 5.68032 12.2943 5.67839 12.2934L5.67823 12.2933C5.67482 12.2918 5.65753 12.2838 5.62038 12.2466L1.88705 8.51331C1.84449 8.47075 1.8335 8.43008 1.8335 8.4002C1.8335 8.37031 1.84449 8.32964 1.88705 8.28708L1.54017 7.9402L1.88705 8.28708C1.92961 8.24452 1.97028 8.23353 2.00016 8.23353C2.03005 8.23353 2.07072 8.24452 2.11328 8.28708L5.37994 11.5537Z" fill="#222222" stroke="#219653"/>
						</svg>';

$cross_mark = '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  						<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7071 4.70711C13.0976 4.31658 13.0976 3.68342 12.7071 3.29289C12.3166 2.90237 11.6834 2.90237 11.2929 3.29289L8 6.58579L4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L6.58579 8L3.29289 11.2929C2.90237 11.6834 2.90237 12.3166 3.29289 12.7071C3.68342 13.0976 4.31658 13.0976 4.70711 12.7071L8 9.41421L11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071C13.0976 12.3166 13.0976 11.6834 12.7071 11.2929L9.41421 8L12.7071 4.70711Z" fill="#97022E"/>
							</svg>';
?>
<div class="cm-container free-vs-pro-page">
	<div class="postbox-container" style="float: none;">
		<table class="fvp-table">
			<tbody>
			<?php
			$show_free_pro = true; // Set to false to hide the Free/Pro column

			$features = array(
				'General Features'          => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Hook For Developers', $tick_mark, $tick_mark ),
						array( 'WooCommerce Compatible', $tick_mark, $tick_mark ),
						array( 'Gutenberg Compatible', $tick_mark, $tick_mark ),
						array( 'Button Customization', $tick_mark, $tick_mark ),
						array( 'Typography(Font Size, Font Family, Font Weight,...)', $tick_mark, $tick_mark ),
						array( 'Styling Options', 'Limited', $tick_mark ),
						array( 'Background Options', 'Limited', $tick_mark ),
						array( 'Pre Built Demos', 7, 17 ),
					),
				),
				'Colors'                    => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Primary Colors', $tick_mark, $tick_mark ),
						array( 'Heading Colors', $cross_mark, $tick_mark ),
						array( 'Skin Color', $tick_mark, $tick_mark ),
						array( 'Link Color', $cross_mark, $tick_mark ),
						array( 'Category Colors', $tick_mark, $tick_mark ),
					),
				),
				'Header Features'           => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Site Identity Customization', 'Limited', $tick_mark ),
						array( 'Header Layouts', 3, 6 ),
						array( 'Sticky Header', 'Limited', $tick_mark ),
						array( 'Header Content Align', $cross_mark, $tick_mark ),
						array( 'Customize Date', $tick_mark, $tick_mark ),
						array( 'News Ticker', 'Limited', $tick_mark ),
						array( 'Primary Menu Styling Options', $cross_mark, $tick_mark ),
						array( 'Responsive Menu Style', $tick_mark, $tick_mark ),
						array( 'Menu in Top Bar', $cross_mark, $tick_mark ),
					),
				),
				'WooCommerce'               => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Dedicated Sidebar', $cross_mark, $tick_mark ),
					),
				),
				'Container Layout'          => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Boxed', $tick_mark, $tick_mark ),
						array( 'Wide', $tick_mark, $tick_mark ),
						array( 'Sidebar Layout', 4, 5 ),
						array( 'Front Page: Top Full Width', $cross_mark, 2 ),
					),
				),
				'Blog'                      => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Default Blog Layout', $tick_mark, $tick_mark ),
						array( 'One Column Layout', $cross_mark, $tick_mark ),
						array( 'Full Width Layout', $cross_mark, $tick_mark ),
						array( 'Grid Layout', $cross_mark, $tick_mark ),
						array( 'Breadcrumb', $cross_mark, $tick_mark ),
						array( 'Breadcrumb Label', $cross_mark, $tick_mark ),
						array( 'Featured Image', $cross_mark, $tick_mark ),
						array( 'Excerpt', $cross_mark, $tick_mark ),
						array( 'Excerpt Length', $cross_mark, $tick_mark ),
						array( 'Read More Text', $cross_mark, $tick_mark ),
						array( 'Infinite Scroll', $cross_mark, $tick_mark ),
						array( 'Pagination', $cross_mark, $tick_mark ),
					),
				),
				'Content'                   => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Author Bio', $cross_mark, $tick_mark ),
						array( 'Lightbox For Images', $cross_mark, $tick_mark ),
						array( 'Post Navigation Style', 1, 3 ),
						array( 'Related Posts', $tick_mark, $tick_mark ),
						array( 'Reading Post Indicator', $cross_mark, $tick_mark ),
						array( 'Show or hide Post Meta Like Author, Comment, Date, Categories etc', $cross_mark, $tick_mark ),
						array( 'Post Date Format', 1, 2 ),
						array( 'Sticky Sidebar', $cross_mark, $tick_mark ),
						array( 'Sidebar Styling Options', $cross_mark, $tick_mark ),
						array( 'Featured Image in Single Post', $cross_mark, $tick_mark ),
						array( 'Social Share Button', $cross_mark, $tick_mark ),
						array( 'Reading Progress Indicator', $cross_mark, $tick_mark ),
						array( 'Flyout Related Posts', $cross_mark, $tick_mark ),
					),
				),
				'Footer'                    => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Footer Area Style', 2, 3 ),
						array( 'Scroll To Top Button', $cross_mark, $tick_mark ),
						array( 'Footer Widgets Area', $tick_mark, $tick_mark ),
						array( 'Footer Widgets Styling Options', $cross_mark, $tick_mark ),
						array( 'Footer Copyright Editor', $cross_mark, $tick_mark ),
					),
				),
				'Additional'                => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Schema Markup', $cross_mark, $tick_mark ),
						array( 'Social Icons', 6, '18+6 (Custom)' ),
						array( 'Social Icons Position', $cross_mark, 3 ),
					),
				),
				'API Integrations'          => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'OpenWeatherMap API Integration', $cross_mark, $tick_mark ),
						array( 'GoogleMaps API Integration', $cross_mark, $tick_mark ),
						array( 'Exchange Rate API Integration', $cross_mark, $tick_mark ),
					),
				),
				'Widgets'                   => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Widget Areas', 16, '20+' ),
					),
				),
				'TG Widgets'                => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'TG: 125x125 Advertisement', $tick_mark, $tick_mark ),
						array( 'TG: 300x250 Advertisement', $tick_mark, $tick_mark ),
						array( 'TG: 728x90 Advertisement', $tick_mark, $tick_mark ),
						array( 'TG: Breaking News Widget', $cross_mark, $tick_mark ),
						array( 'TG: Call To Action', $cross_mark, $tick_mark ),
						array( 'TG: Currency Exchange', $cross_mark, $tick_mark ),
						array( 'TG: Featured Category Slider', $tick_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 1)', $tick_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 2)', $tick_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 3)', $cross_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 4)', $cross_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 5)', $cross_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 6)', $cross_mark, $tick_mark ),
						array( 'TG: Featured Posts (Style 7)', $cross_mark, $tick_mark ),
						array( 'TG: Featured Video Playlist', $cross_mark, $tick_mark ),
						array( 'TG: Google Maps', $cross_mark, $tick_mark ),
						array( 'TG: Highlighted Posts', $tick_mark, $tick_mark ),
						array( 'TG: Random Posts Widget', $cross_mark, $tick_mark ),
						array( 'TG: Tabbed Widget', $cross_mark, $tick_mark ),
						array( 'TG: Videos', $cross_mark, $tick_mark ),
						array( 'TG: Weather', $cross_mark, $tick_mark ),
					),
				),
				'Premium Elementor Widgets' => array(
					'showFreePro' => false,
					'items'       => array(),
				),
				'ColorMag Widget Blocks'    => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Block Style 1', $tick_mark, $tick_mark ),
						array( 'Block Style 2', $tick_mark, $tick_mark ),
						array( 'Block Style 3', $cross_mark, $tick_mark ),
						array( 'Block Style 4', $tick_mark, $tick_mark ),
						array( 'Block Style 5', $cross_mark, $tick_mark ),
						array( 'Block Style 6', $tick_mark, $tick_mark ),
						array( 'Block Style 7', $cross_mark, $tick_mark ),
						array( 'Block Style 8', $cross_mark, $tick_mark ),
						array( 'Block Style 9', $tick_mark, $tick_mark ),
						array( 'Block Style 10', $cross_mark, $tick_mark ),
						array( 'Pagination', $cross_mark, $tick_mark ),
					),
				),
				'ColorMag Widget Grid'      => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Grid Style 1', $cross_mark, $tick_mark ),
						array( 'Grid Style 2', $tick_mark, $tick_mark ),
						array( 'Grid Style 3', $tick_mark, $tick_mark ),
						array( 'Grid Style 4', $tick_mark, $tick_mark ),
						array( 'Grid Style 5', $tick_mark, $tick_mark ),
						array( 'Grid Style 6', $cross_mark, $tick_mark ),
						array( 'Grid Style 7', $cross_mark, $tick_mark ),
						array( 'Grid Style 8', $cross_mark, $tick_mark ),
						array( 'Grid Style 9', $tick_mark, $tick_mark ),
					),
				),
				'ColorMag Global Widgets'   => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Title Widget', $tick_mark, $tick_mark ),
						array( 'Trending News', $cross_mark, $tick_mark ),
					),
				),
				'ColorMag Support Widgets'  => array(
					'showFreePro' => true,
					'items'       => array(
						array( 'Support', 'WordPress.org Forum', 'Dedicated Support' ),
					),
				),
			);

			foreach ( $features as $category => $feature ) :
				$show_free_pro = $feature['showFreePro'];
				?>
				<tr class="fvp-heading" >
					<td ><?php $category; ?></td>
					<?php if ( $show_free_pro ) : ?>
						<td><?php esc_html_e( 'Free', 'colormag' ); ?></td>
						<td><?php esc_html_e( 'Pro', 'colormag' ); ?></td>
					<?php endif; ?>
				</tr>

				<?php foreach ( $feature['items'] as $item ) : ?>
				<tr>
					<td><?php echo esc_html( $item[0] ); ?></td>
					<td><?php echo $item[1]; ?></td>
					<td><?php echo $item[2]; ?></td>
				</tr>
			<?php endforeach; ?>

			<?php endforeach; ?>

			</tbody>
		</table>
		<div class="postbox">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" width="82" height="70" viewBox="0 0 82 70" fill="none">
					<path
						d="M62.6843 8.04063L40.8137 0L19.1521 7.9347C16.3861 9.26999 13.9611 10.0724 13.9611 12.7077V25.8488C13.916 35.0457 16.3833 44.0809 21.098 51.9832C25.1376 58.695 31.39 65.6057 41.0388 70C49.8932 67.0566 56.5026 59.2086 60.5423 52.4936C65.2572 44.5926 67.7246 35.5583 67.6791 26.3623V14.5437C67.6631 10.7818 65.7172 8.9458 62.6843 8.04063Z"
						fill="#4A7EEE"/>
					<g opacity="0.8">
						<path
							d="M62.6843 8.04063L40.8137 0L19.1521 7.9347C16.3861 9.26999 13.9611 10.0724 13.9611 12.7077V25.8488C13.916 35.0457 16.3833 44.0809 21.098 51.9832C25.1376 58.695 31.39 65.6057 41.0388 70C49.8932 67.0566 56.5026 59.2085 60.5423 52.4936C65.2572 44.5926 67.7246 35.5583 67.6791 26.3623V14.5437C67.6631 10.7818 65.7172 8.9458 62.6843 8.04063Z"
							fill="white"/>
					</g>
					<path
						d="M54.1669 41.2814H50.1466V19.4546C50.1466 16.9828 49.1627 14.6123 47.4114 12.8645C45.6601 11.1167 43.2848 10.1348 40.8081 10.1348C38.3314 10.1348 35.9562 11.1167 34.2049 12.8645C32.4536 14.6123 31.4697 16.9828 31.4697 19.4546V41.2814H27.4494V19.4546C27.4219 17.6864 27.7471 15.9304 28.4061 14.2888C29.0651 12.6473 30.0447 11.1529 31.2879 9.89282C32.5311 8.6327 34.0131 7.63198 35.6475 6.94891C37.2819 6.26584 39.0362 5.91406 40.8081 5.91406C42.5801 5.91406 44.3343 6.26584 45.9688 6.94891C47.6032 7.63198 49.0851 8.6327 50.3283 9.89282C51.5715 11.1529 52.5512 12.6473 53.2102 14.2888C53.8692 15.9304 54.1944 17.6864 54.1669 19.4546V41.2814Z"
						fill="#4A7EEE"/>
					<g opacity="0.4">
						<path
							d="M54.1679 41.2814H50.1475V19.4546C50.1475 16.9828 49.1637 14.6123 47.4124 12.8645C45.6611 11.1167 43.2858 10.1348 40.8091 10.1348C38.3324 10.1348 35.9571 11.1167 34.2058 12.8645C32.4545 14.6123 31.4707 16.9828 31.4707 19.4546V41.2814H27.4503V19.4546C27.4228 17.6864 27.7481 15.9304 28.4071 14.2888C29.0661 12.6473 30.0457 11.1529 31.2889 9.89282C32.5321 8.6327 34.014 7.63198 35.6485 6.94891C37.2829 6.26584 39.0371 5.91406 40.8091 5.91406C42.5811 5.91406 44.3353 6.26584 45.9697 6.94891C47.6042 7.63198 49.0861 8.6327 50.3293 9.89282C51.5725 11.1529 52.5521 12.6473 53.2111 14.2888C53.8701 15.9304 54.1954 17.6864 54.1679 19.4546V41.2814Z"
							fill="black"/>
					</g>
					<path
						d="M56.9436 31.5684H24.6748C23.6428 31.5684 22.8062 32.4033 22.8062 33.4333V52.7564C22.8062 53.7864 23.6428 54.6214 24.6748 54.6214H56.9436C57.9756 54.6214 58.8123 53.7864 58.8123 52.7564V33.4333C58.8123 32.4033 57.9756 31.5684 56.9436 31.5684Z"
						fill="#4A7EEE"/>
					<g opacity="0.5">
						<path
							d="M43.8172 40.0942C43.8176 39.5352 43.6617 38.9871 43.367 38.5117C43.0723 38.0363 42.6505 37.6523 42.1491 37.4031C41.6477 37.1538 41.0866 37.0491 40.5288 37.1007C39.971 37.1524 39.4388 37.3583 38.9919 37.6953C38.545 38.0323 38.2011 38.4871 37.9991 39.0085C37.797 39.5299 37.7447 40.0973 37.8481 40.6467C37.9515 41.1961 38.2064 41.7059 38.5842 42.1186C38.962 42.5314 39.4477 42.8308 39.9867 42.9831V47.4768H41.6302V42.9831C42.2607 42.8058 42.8158 42.4275 43.2107 41.9058C43.6056 41.3842 43.8186 40.748 43.8172 40.0942Z"
							fill="black"/>
					</g>
					<path
						d="M24.7246 52.4363C24.641 52.4363 24.5767 48.5845 24.5767 43.85C24.5767 39.1155 24.641 35.2637 24.7246 35.2637C24.8082 35.2637 24.8758 39.1155 24.8758 43.85C24.8758 48.5845 24.8082 52.4363 24.7246 52.4363Z"
						fill="#FAFAFA"/>
					<path
						d="M38.452 43.9422C38.452 43.9422 38.3105 43.8972 38.0982 43.7432C37.8007 43.5213 37.5392 43.255 37.3231 42.9536C36.9477 42.4591 36.6865 41.888 36.5581 41.281C36.4298 40.674 36.4375 40.0462 36.5807 39.4426C36.724 38.8389 36.9992 38.2743 37.3866 37.7892C37.774 37.3041 38.2642 36.9105 38.8219 36.6366C39.1555 36.4648 39.5134 36.3446 39.8832 36.2803C40.0152 36.2442 40.1533 36.2366 40.2885 36.2578C40.2885 36.3156 39.7192 36.3702 38.9376 36.8228C38.4275 37.1043 37.982 37.4891 37.6297 37.9526C37.2774 38.4161 37.0261 38.9479 36.8919 39.5141C36.7578 40.0802 36.7437 40.6681 36.8506 41.2399C36.9575 41.8118 37.1831 42.3551 37.5128 42.8348C37.7951 43.2289 38.1092 43.5992 38.452 43.9422Z"
						fill="#FAFAFA"/>
					<path
						d="M2.08299 57.8382C2.84857 57.8382 3.4692 57.2188 3.4692 56.4547C3.4692 55.6907 2.84857 55.0713 2.08299 55.0713C1.3174 55.0713 0.696777 55.6907 0.696777 56.4547C0.696777 57.2188 1.3174 57.8382 2.08299 57.8382Z"
						fill="#4A7EEE"/>
					<path
						d="M81.3022 12.5917C81.3016 12.8652 81.2197 13.1324 81.067 13.3594C80.9143 13.5865 80.6976 13.7633 80.4443 13.8676C80.1909 13.9718 79.9123 13.9987 79.6436 13.945C79.3749 13.8912 79.1282 13.7592 78.9347 13.5656C78.7411 13.372 78.6094 13.1255 78.5562 12.8572C78.503 12.589 78.5306 12.311 78.6356 12.0584C78.7406 11.8058 78.9183 11.5899 79.1462 11.438C79.3741 11.2861 79.642 11.2051 79.916 11.2051C80.0983 11.2051 80.2788 11.241 80.4472 11.3107C80.6156 11.3804 80.7686 11.4826 80.8973 11.6114C81.0261 11.7402 81.1281 11.8931 81.1976 12.0613C81.2671 12.2295 81.3026 12.4098 81.3022 12.5917Z"
						fill="#4A7EEE"/>
					<path
						d="M11.8184 60.0269C11.8184 60.0969 11.7976 60.1653 11.7586 60.2234C11.7195 60.2815 11.6641 60.3268 11.5993 60.3534C11.5344 60.3801 11.4631 60.3869 11.3944 60.373C11.3257 60.3591 11.2627 60.3251 11.2133 60.2754C11.164 60.2257 11.1305 60.1625 11.1173 60.0938C11.104 60.0251 11.1114 59.954 11.1387 59.8896C11.166 59.8251 11.2118 59.7702 11.2704 59.7318C11.329 59.6934 11.3977 59.6732 11.4678 59.6738C11.5611 59.6747 11.6503 59.7123 11.7159 59.7784C11.7816 59.8445 11.8184 59.9338 11.8184 60.0269Z"
						fill="#4A7EEE"/>
					<path
						d="M19.3419 21.2457C19.3419 21.3155 19.3211 21.3838 19.2822 21.4418C19.2434 21.4999 19.1881 21.5451 19.1235 21.5719C19.0588 21.5986 18.9877 21.6056 18.919 21.592C18.8504 21.5783 18.7874 21.5447 18.7379 21.4953C18.6884 21.4459 18.6547 21.383 18.6411 21.3145C18.6274 21.2461 18.6344 21.1751 18.6612 21.1105C18.688 21.046 18.7333 20.9909 18.7915 20.9521C18.8497 20.9133 18.9181 20.8926 18.9881 20.8926C19.0819 20.8926 19.1719 20.9298 19.2382 20.996C19.3046 21.0622 19.3419 21.152 19.3419 21.2457Z"
						fill="#4A7EEE"/>
					<path
						d="M74.337 40.0972C74.337 40.1672 74.3161 40.2356 74.2771 40.2937C74.2381 40.3519 74.1826 40.3971 74.1178 40.4237C74.053 40.4504 73.9817 40.4572 73.913 40.4433C73.8443 40.4294 73.7812 40.3954 73.7319 40.3457C73.6825 40.296 73.6491 40.2328 73.6358 40.1641C73.6225 40.0954 73.63 40.0243 73.6573 39.9599C73.6845 39.8954 73.7304 39.8405 73.789 39.8021C73.8476 39.7637 73.9163 39.7435 73.9864 39.7442C74.0327 39.7442 74.0786 39.7533 74.1213 39.7711C74.1641 39.7889 74.2028 39.8149 74.2354 39.8478C74.268 39.8806 74.2938 39.9195 74.3112 39.9624C74.3286 40.0052 74.3374 40.051 74.337 40.0972Z"
						fill="#4A7EEE"/>
					<path
						d="M79.2344 26.3792C79.2351 26.4493 79.2148 26.518 79.1761 26.5765C79.1375 26.6351 79.0823 26.6808 79.0175 26.708C78.9527 26.7351 78.8813 26.7423 78.8124 26.7288C78.7435 26.7153 78.6802 26.6816 78.6305 26.632C78.5808 26.5825 78.547 26.5193 78.5335 26.4505C78.5199 26.3817 78.5272 26.3104 78.5544 26.2458C78.5816 26.1811 78.6274 26.126 78.6861 26.0875C78.7448 26.0489 78.8136 26.0287 78.8839 26.0293C78.9768 26.0293 79.066 26.0662 79.1317 26.1318C79.1975 26.1974 79.2344 26.2864 79.2344 26.3792Z"
						fill="#4A7EEE"/>
				</svg>
			</div>
			<h3><?php esc_html_e( 'Upgrade Now', 'colormag' ); ?></h3>
			<p><?php echo __( 'Access all premium extensions, features, and upcoming updates right away by <br> upgrading to the Pro version.', 'colormag' ); ?></p>
			<a  href="<?php echo esc_url( 'https://themegrill.com/pricing/' ); ?>" target="_blank"><span><?php esc_html_e( 'Get ColorMag Pro Now', 'colormag' ); ?></span></a>
		</div>
	</div>
</div>
PK�
�[�=::inc/admin/views/products.phpnu�[���<div class="cm-container products-page">
	<div class="postbox-container" style="float: none;">
		<div class="postbox">
			<h1 class="hndle">
				<!--Themes-->
				<span><?php esc_html_e( 'Themes', 'colormag' ); ?></span>
			</h1>
			<div class="inside inside__themes">
				<?php
				$themes_data = array(
					'colormag' => array(
						'name'            => 'ColorMag',
						'slug'            => 'colormag',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/colormag.webp',
						'description'     => 'Modern and professional WordPress magazine-styled theme perfect for creating websites for magazines, news portals, and so on.',
						'learn_more_link' => 'https://themegrill.com/themes/colormag/',
						'live_demo_link'  => 'https://themegrilldemos.com/#/themes/colormag',
					),
					'zakra'    => array(
						'name'            => 'Zakra',
						'slug'            => 'zakra',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/zakra.webp',
						'description'     => 'Multipurpose WordPress theme loaded with intuitive features and powerful customization options to create professional websites of any kind.',
						'learn_more_link' => 'https://zakratheme.com/',
						'live_demo_link'  => 'https://zakratheme.com/demos/#/',
					),
					// Add more themes as needed
				);

				foreach ( $themes_data as $theme_info ) :
					$theme_slug = $theme_info['slug'];
					?>
					<div class="item item-<?php echo esc_attr( $theme_slug ); ?>">
						<img class="<?php echo esc_attr( $theme_slug ); ?>-logo" src="<?php echo esc_url( $theme_info['image'] ); ?>" alt="<?php echo esc_attr( $theme_info['name'] ); ?>">
						<div class="content">
							<h3><?php echo esc_html( $theme_info['name'] ); ?></h3>
							<p><?php echo esc_html( $theme_info['description'] ); ?></p>
						</div>
						<div class="cta">
							<div class="cta-text">
								<a href="<?php echo esc_url( $theme_info['learn_more_link'] ); ?>" target="_blank"><?php esc_html_e( 'Learn More', 'colormag' ); ?></a>
								<a href="<?php echo esc_url( $theme_info['live_demo_link'] ); ?>" target="_blank"><?php esc_html_e( 'Live demo', 'colormag'); ?></a>
							</div>
						</div>
					</div>
				<?php endforeach; ?>
			</div>
			<h1 class="hndle">
				<span><?php esc_html_e( 'Plugins', 'colormag' ); ?></span>
			</h1>
			<div class="inside inside__plugins">
				<?php
				$plugins_data = array(
					'ur'              => array(
						'name'            => 'User Registration',
						'file'            => 'user-registration/user-registration.php',
						'slug'            => 'user-registration',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/ur.webp',
						'description'     => 'Ultimate WordPress user registration plugin to streamline the user signup process. Create registration & login forms, manage users, and more.',
						'learn_more_link' => 'https://wpuserregistration.com/',
						'live_demo_link'  => 'https://wpuserregistration.com/',
					),
					'evf'             => array(
						'name'            => 'Everest Forms',
						'file'            => 'everest-forms/everest-forms.php',
						'slug'            => 'everest-forms',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/evf.webp',
						'description'     => 'Feature-rich and highly customizable WordPress form builder plugin to create different types of professional forms for your website.',
						'learn_more_link' => 'https://everestforms.net/',
						'live_demo_link'  => 'https://everestforms.net/',
					),
					'masteriyo'       => array(
						'name'            => 'Masteriyo',
						'file'            => 'learning-management-system/lms.php',
						'slug'            => 'learning-management-system',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/masteriyo.webp',
						'description'     => 'Streamline the learning process with an easy-to-use and highly advanced LMS plugin loaded with powerful features to create and sell courses online through your website effortlessly.',
						'learn_more_link' => 'https://masteriyo.com/',
						'live_demo_link'  => 'https://masteriyo.com/',
					),
					'mzb'             => array(
						'name'            => 'Magazine Blocks',
						'file'            => 'magazine-blocks/magazine-blocks.php',
						'slug'            => 'magazine-blocks',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/magazine-blocks.webp',
						'description'     => 'Powerful WordPress Gutenberg block plugin with the perfect blocks and editing options to create magazine-themed websites.',
						'learn_more_link' => 'https://wpblockart.com/magazine-blocks/',
						'live_demo_link'  => 'https://wpblockart.com/magazine-blocks/',
					),
					'blockart-blocks' => array(
						'name'            => 'BlockArt',
						'file'            => 'blockart-blocks/blockart.php',
						'slug'            => 'blockart-blocks',
						'image'           => COLORMAG_PARENT_URL . '/inc/admin/images/blockart-blocks.webp',
						'description'     => 'Highly customizable WordPress Gutenberg block plugin with pre-made templates and powerful blocks to create websites of any niche in no time. ',
						'learn_more_link' => 'https://wpblockart.com/blockart-blocks/',
						'live_demo_link'  => 'https://wpblockart.com/blockart-blocks/',
					),
					// Add more themes as needed
				);

				foreach ( $plugins_data as $plugin_info ) :
					$plugin_file         = $plugin_info['file'];
					$plugin_slug         = $plugin_info['slug'];
					$is_plugin_installed = colormag_is_plugin_installed( $plugin_file );
					$is_plugin_activated = is_plugin_active( $plugin_file );
					?>
					<div class="item item-<?php echo  $plugin_slug; ?>">
						<img class="<?php echo  $plugin_slug; ?>-logo"
							 src="<?php echo $plugin_info['image']; ?>"
							 alt="<?php echo  $plugin_info['name']; ?>">
						<div class="content">
							<h3><?php echo $plugin_info['name']; ?></h3>
							<p><?php echo $plugin_info['description']; ?></p>
						</div>
						<div class="cta">
							<div class="cta-text">
								<a href="<?php echo $plugin_info['learn_more_link']; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'colormag' ); ?></a>
								<a href="<?php echo $plugin_info['live_demo_link']; ?>" target="_blank"><?php esc_html_e( 'Live Demo', 'colormag' ); ?></a>
							</div>
							<div class="cta-button">
								<?php if ( $is_plugin_installed ) : ?>
									<?php if ( $is_plugin_activated ) : ?>
										<span class="activated"><?php esc_html_e( 'Activated', 'colormag' ); ?></span>
									<?php else : ?>
										<span><a href="#" class="activate-plugin"
												 data-plugin="<?php echo $plugin_file; ?>"
												 data-slug="<?php echo $plugin_slug; ?> "><?php esc_html_e( 'Activate', 'colormag' ); ?></span></a>
									<?php endif; ?>
								<?php else : ?>
									<span><a href="#" class="install-plugin"
											 data-plugin="<?php echo $plugin_file; ?>"
											 data-slug="<?php echo $plugin_slug; ?> "><?php esc_html_e( 'Install', 'colormag' ); ?></span></a>
								<?php endif; ?>
							</div>
						</div>
					</div>
				<?php endforeach; ?>
			</div>
		</div>
		<!-- Add other postboxes as needed -->
	</div>
</div>
PK�
�[�-��ww"inc/admin/class-colormag-admin.phpnu�[���<?php
/**
 * ColorMag Admin Class.
 *
 * @author  ThemeGrill
 * @package ColorMag
 * @since   1.1.4
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! class_exists( 'ColorMag_Admin' ) ) :

	/**
	 * ColorMag_Admin Class.
	 */
	class ColorMag_Admin {

		/**
		 * Constructor.
		 */
		public function __construct() {
			add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
		}

		/**
		 * Localize array for import button AJAX request.
		 */
		public function enqueue_scripts() {
			wp_enqueue_style( 'colormag-admin-style', get_template_directory_uri() . '/inc/admin/css/admin.css', array(), COLORMAG_THEME_VERSION );

			wp_enqueue_script( 'colormag-plugin-install-helper', get_template_directory_uri() . '/inc/admin/js/admin.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			$welcome_data = array(
				'uri'       => esc_url( admin_url( '/themes.php?page=colormag&tab=starter-templates' ) ),
				'btn_text'  => esc_html__( 'Processing...', 'colormag' ),
				'nonce'     => wp_create_nonce( 'colormag_demo_import_nonce' ),
				'admin_url' => esc_url( admin_url() ),
				'ajaxurl'   => admin_url( 'admin-ajax.php' ), // Include this line for using admin-ajax.php
			);

			wp_localize_script( 'colormag-plugin-install-helper', 'colormagRedirectDemoPage', $welcome_data );
		}
	}

endif;

return new ColorMag_Admin();
PK�
�[��G�x�x�inc/admin/css/admin.cssnu�[���@charset "UTF-8";
/* Dashboard */
.wrap .colormag-header {
	background-color: #fff;
	padding: 0;
	border-bottom: 1px solid #E9E9E9;
}

.wrap.overlay {
	background: rgba(0, 0, 0, 0.05);
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.colormag-message__cta .button.button-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background: #2563EB;
	-webkit-box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
	box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
	line-height: unset;
}

.colormag-message__cta .button.button-secondary.button-hero {
	background: rgba(15, 103, 173, 0.04);
	border: 1px solid #0F67AD;
	border-radius: 4px;
	padding: 8px 16px;
	line-height: 1.6;
}

.colormag-message__cta .btn-contact-support {
	line-height: 1.4;
}

.appearance_page_colormag .wrap {
	margin: 0 0 0 0;
}

.appearance_page_colormag #wpcontent {
	padding: 0;
}

.appearance_page_colormag #wpbody-content .metabox-holder {
	padding: 0;
}

.cm-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cm-container a {
	text-decoration: none;
	font-size: 13px;
}

.cm-container ul {
	margin: 0;
	padding: 0;
}

.cm-container .postbox {
	border: 0;
	min-width: initial;
	margin-bottom: 20px;
	padding: 16px;
}

.cm-container .postbox .hndle {
	cursor: inherit;
	margin-bottom: 12px;
}

.cm-container .postbox .hndle .dashicons {
	padding-right: 5px;
}

.cm-container .postbox-title {
	padding: 24px 24px 32px 24px;
}

.colormag-header {
	background-color: #fff;
	text-align: center;
	margin-bottom: 24px;
	padding: 20px;
}

.colormag-header .cm-dashboard-menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.colormag-header .cm-dashboard-menu-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 26px;
	gap: 32px;
}

.colormag-header .cm-dashboard-menu-container ul li {
	position: relative;
	margin: 0;
}

.colormag-header .cm-dashboard-menu-container ul li a {
	color: #383838;
	margin: 0 8px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.colormag-header .cm-dashboard-menu-container ul li.active a {
	color: #2563EB;
}

.colormag-header .cm-dashboard-menu-container ul li.active::before {
	height: 3px;
	width: 100%;
	bottom: 0;
	background-color: #2563EB;
	content: "";
	position: absolute;
	top: 40px;
}

.colormag-header .cm-dashboard-head-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.colormag-header .cm-dashboard-head-left img {
	width: 42px;
}

.colormag-header > .cm-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-header .cm-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-header .cm-title + div {
	float: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-header .cm-title + div a {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.postbox {
	border-radius: 4px;
	border: 1px solid var(--Grey-grey-25, #F4F4F4);
	background: #FFF;
}

.postbox p {
	color: #383838;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 20px 0;
}

h1.hndle {
	color: #383838;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.dashboard-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dashboard-title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 6px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
	position: absolute;
	left: 295.5px;
	top: 39.5px;
	border-radius: 2px;
	background: rgba(32, 125, 175, 0.1);
	color: #2563EB;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
}

.btn-create-new-page {
	display: inline-block;
	background: #2563EB;
	border-radius: 3px;
	color: #fff;
	padding: 12px 24px;
	font-size: 13px;
	line-height: 1.6;
	-webkit-box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
	box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
}

.btn-create-new-page:hover {
	color: #fff;
	opacity: 0.9;
}

.cm-starter-templates {
	margin-bottom: 12px;
}

.cm-starter-templates img {
	width: 320px;
}

.cm-quick-settings .cm-quick-settings-title, .cm-quick-settings .cm-premium-features-title, .cm-premium-features .cm-quick-settings-title, .cm-premium-features .cm-premium-features-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.cm-quick-settings .cm-quick-settings-title a:hover, .cm-quick-settings .cm-premium-features-title a:hover, .cm-premium-features .cm-quick-settings-title a:hover, .cm-premium-features .cm-premium-features-title a:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	opacity: 0.9;
}

.cm-quick-settings a, .cm-premium-features a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #7A7A7A;
	-webkit-font-feature-settings: 'clig' off, 'liga' off;
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}

.cm-quick-settings a:hover, .cm-premium-features a:hover {
	color: #2563EB;
}

.cm-quick-settings a svg, .cm-premium-features a svg {
	margin-right: 4px;
}

.cm-quick-settings h2, .cm-premium-features h2 {
	margin: 0;
}

.cm-quick-settings .cm-quick-settings-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.cm-quick-settings .cm-quick-settings-title a {
	color: #2563EB;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.cm-quick-settings h4 {
	color: #383838;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	margin: 0 0 8px 0;
}

.cm-quick-settings .cm-quick-settings-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.cm-quick-settings .cm-quick-settings-content .cm-quick-settings-item {
	border: 1px solid #E2E8F0;
	padding: 20px;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.cm-premium-features .cm-premium-features-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-premium-features .cm-premium-features-title a {
	color: #2563EB;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.cm-premium-features h4 {
	color: #383838;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	margin: 0 0 8px 0;
}

.cm-premium-features .cm-premium-features-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.cm-premium-features .cm-premium-features-content .cm-premium-features-item {
	border: 1px solid #E2E8F0;
	padding: 20px;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-premium-features .cm-premium-features-content .cm-premium-features-item .cm-icon {
	height: 18px;
}

.cm-notification {
	margin-left: 17px;
}

.cm-notification:hover {
	cursor: pointer;
}

.cm-upgrade-to-pro {
	color: #2563EB;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.24px;
}

.cm-icon {
	height: 38px;
}

.cm-version {
	color: #2563EB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid #2563EB;
	background: #F8FAFF;
	margin-left: 5px;
}

.pro-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	margin: 0;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.pro-feature > a {
	font-weight: bold;
}

.col-30 a {
	color: #2563EB;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.col-30 a:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	opacity: 0.9;
}

.col-30 a.activated-plugin {
	color: #000;
	text-decoration: none;
	cursor: default;
}

.col-30 .postbox {
	padding: 16px;
}

.col-30 .postbox .inside {
	padding: 0;
}

.col-30 .postbox .inside p {
	color: #6B6B6B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.3px;
}

.col-30 h3.hndle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 0;
}

.col-30 h3.hndle span {
	color: #383838;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 2.4;
}

.col-30 .ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.col-30 .ratings span {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-30 .ratings svg {
	padding-right: 4px;
}

.col-30 .cm-useful-plugins .hndle {
	margin-bottom: 24px;
}

.col-30 .cm-useful-plugins .inside {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-30 .cm-useful-plugins .inside:nth-child(2) {
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #F4F4F4;
	background: #FFF;
}

.col-30 .cm-useful-plugins .inside:nth-child(3) {
	padding: 18px 0;
}

.col-30 .content-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-30 .content-left svg {
	height: 40px;
	width: 40px;
}

.col-30 .content-left h4, .col-30 .content-left p {
	margin: 0;
}

.postbox-container .colormag-update .colormag-message__content .colormag-message__image {
	-ms-flex-preferred-size: 242px;
	flex-basis: 242px;
}

.postbox-container .colormag-message__content .colormag-message__cta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* Products Page */
.products-page .postbox {
	background: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 0;
	margin-bottom: 32px;
}

.products-page .postbox .hndle {
	margin-bottom: 24px;
}

.products-page .item {
	background: #fff;
	min-width: 0;
}

.products-page .inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	padding: 0;
	margin: 0;
	border-radius: 4px 4px 4px 4px;
}

.products-page .inside img {
	max-width: -webkit-fill-available;
	border-radius: 4px 4px 0px 0px;
}

.products-page .inside .content, .products-page .inside .cta {
	padding: 20px 16px;
}

.products-page .inside .content {
	min-height: 130px;
}

.products-page .inside .cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #F4F4F4;
}

.products-page .inside .cta .activated {
	background: #ACACAC;
}

.products-page .inside .cta .activated a {
	cursor: default;
}

.products-page .inside .cta .activated:hover {
	opacity: unset;
}

.products-page .inside p {
	color: #6B6B6B;
	font-size: 13px;
	font-weight: 400;
	line-height: 2.0;
}

.products-page .inside a {
	color: #7A7A7A;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.12px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	margin-right: 8px;
}

.products-page .inside a:nth-child(2):before {
	height: 12px;
	width: 1px;
	bottom: 24px;
	background-color: #7A7A7A;
	content: "";
	position: absolute;
	left: 83px;
}

.products-page .inside span {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	padding: 4px 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #2563EB;
}

.products-page .inside span a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin: 0 auto;
}

.products-page .inside span:hover {
	color: #fff;
	opacity: 0.9;
}

.products-page .inside h3 {
	margin: 0 0 8px 0;
}

.products-page .inside__themes {
	margin-bottom: 32px;
}

.products-page .inside__plugins a:nth-child(2):before {
	bottom: 34px;
}

/* Help page */
.help-page .cm-help-top-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.help-page .cm-help-top-row .postbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px 24px;
}

.help-page .cm-help-top-row h3 {
	color: #383838;
	font-size: 16px;
	font-weight: 600;
	padding: 24px 0 12px !important;
}

.help-page .cm-help-top-row p {
	color: #6B6B6B;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.9;
	padding: 0 0 32px 0;
}

.help-page .cm-help-top-row a {
	color: #2563EB;
	font-size: 14px;
	font-weight: 400;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.help-page .cm-help-top-row a span:hover {
	border-color: rgba(37, 99, 235, 0.9);
	opacity: 0.9;
}

.help-page .cm-help-top-row a.help-box {
	padding: 10px 14px;
}

.help-page .cm-help-top-row a.help-box:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	opacity: 0.9;
}

.help-page .cm-help-top-row span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 14px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	border: 1px solid #2563EB;
}

.help-page h2 {
	margin: 0 0 20px 0;
}

.help-page .postbox.cm-community {
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.help-page .postbox.cm-community img {
	max-width: 100%;
}

.help-page .postbox.cm-community .cm-content {
	padding: 8px 0;
}

.help-page .postbox.cm-community h3 {
	color: #383838;
	font-size: 20px;
	font-weight: 400;
	line-height: 2.4;
	margin: 0;
}

.help-page .postbox.cm-community p {
	margin: 0 0 20px 0;
}

.help-page .postbox.cm-community span {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 98px;
	height: 30px;
	padding: 4px 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
	border-radius: 4px;
	background: #2563EB;
}

.help-page .postbox.cm-community span:hover {
	opacity: 0.9;
}

/* Free Vs Pro */
.free-vs-pro-page table {
	width: 100%;
	margin-bottom: 32px;
	-webkit-border-horizontal-spacing: 0;
}

.free-vs-pro-page .fvp-table tbody tr.fvp-heading td {
	background: #F4F4F4;
	color: #6B6B6B;
	font-weight: 600;
}

.free-vs-pro-page .fvp-table tbody tr td:first-child {
	width: 50%;
	text-align: left;
}

.free-vs-pro-page .fvp-table tbody tr td {
	width: 25%;
	background: #fff;
	color: #383838;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2;
	padding: 12px;
	text-align: center;
	border-left: 0;
	border-right: 0;
}

.free-vs-pro-page .postbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px;
	background: #F4F4F4;
}

.free-vs-pro-page .postbox h3 {
	padding: 16px 0 12px 0;
}

.free-vs-pro-page .postbox p {
	margin: 0;
	color: #6B6B6B;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.free-vs-pro-page .postbox a {
	margin-top: 24px;
}

.free-vs-pro-page .postbox span {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background: #2563EB;
	-webkit-box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
	box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.5);
}

/* Dialog */
.cm-dialog {
	position: fixed;
	right: 0;
	top: 32px;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 386px;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	z-index: 9999;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05);
}

.cm-dialog.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.cm-dialog .dialog-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 20px;
	border-bottom: 1px solid #E9E9E9;
}

.cm-dialog .dialog-head h3 {
	color: #383838;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.4;
	margin: 0;
}

.cm-dialog .dialog-head .dialog-close:hover {
	cursor: pointer;
}

.cm-dialog .dialog-content {
	overflow: auto;
}

.cm-dialog .dialog-content .cm-changelog {
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}

.cm-dialog .dialog-content .cm-changelog__list-item {
	margin-bottom: 28px;
}

.cm-dialog .dialog-content .cm-changelog__list-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 0.5rem;
}

.cm-dialog .dialog-content .cm-changelog__list-head h4 {
	margin: 0;
	line-height: 1.33;
	font-size: 14px;
	font-weight: 600;
}

.cm-dialog .dialog-content .cm-changelog__list-head p {
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.cm-dialog .dialog-content .cm-changelog__change-item {
	position: relative;
	margin: 20px 0;
}

.cm-dialog .dialog-content .cm-changelog__change-item::after {
	background-color: #e8eefd;
	bottom: 0;
	content: "";
	height: 100%;
	left: 11px;
	position: absolute;
	top: 0;
	width: 2px;
}

.cm-dialog .dialog-content .cm-changelog__change-item span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	line-height: 1.7;
	outline: transparent solid 2px;
	outline-offset: 2px;
	border-radius: 0.375em;
	font-size: 14px;
	padding: 0 8px;
	position: sticky;
	z-index: 9999;
	top: 0;
	margin-bottom: 20px;
}

.cm-dialog .dialog-content .cm-changelog__change-item .cm-changelog__change-list {
	padding-top: 10px;
}

.cm-dialog .dialog-content .cm-changelog__change-item p {
	margin: 0 0 16px 0;
	padding-left: 40px;
	position: relative;
}

.cm-dialog .dialog-content .cm-changelog__change-item p::before {
	content: "✓";
	position: absolute;
	left: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	z-index: 999;
}

.cm-dialog .dialog-content .cm-changelog__change-item p::after {
	background-color: #e8eefd;
	background-position: 50% center;
	border-radius: 50%;
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2px;
	z-index: 99;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--fix span {
	color: #555cff;
	background: #efefff;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--fix p::before {
	color: #555cff;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--fix p::after {
	background: #efefff;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--feature span {
	color: #22543d;
	background: #c6f6d5;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--feature p::before {
	color: #22543d;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--feature p::after {
	background: #c6f6d5;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--added span {
	color: #1a202c;
	background: #edf2f7;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--added p::before {
	color: #1a202c;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--added p::after {
	background: #edf2f7;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--tweak span {
	color: #44337a;
	background: #e9d8fd;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--tweak p::before {
	color: #44337a;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--tweak p::after {
	background: #e9d8fd;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--enhancement span {
	color: #234e52;
	background: #b2f5ea;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--enhancement p::before {
	color: #234e52;
}

.cm-dialog .dialog-content .cm-changelog__change-item.item--enhancement p::after {
	background: #b2f5ea;
}

/* Starter Templates */
.appearance_page_colormag .demo-importer {
	max-width: 1280px;
	margin: 0 auto;
}

.appearance_page_colormag .demo-importer .wp-filter {
	padding: 0 20px;
}

.appearance_page_colormag .demo-importer .wp-filter .search-form {
	margin-left: 1em;
}

.appearance_page_colormag .demo-importer .wp-filter .filter-section {
	float: left;
}

.appearance_page_colormag .demo-importer .wp-filter .filter-section.right {
	float: right;
}

.appearance_page_colormag .demo-importer .wp-filter .filter-links li > a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.appearance_page_colormag .demo-importer .theme-browser .theme .premium-demo-banner {
	position: absolute;
	top: 15px;
	right: -16px;
	color: #fff;
	padding: 0 20px;
	font-weight: 600;
	min-height: 30px;
	line-height: 28px;
	background: #5fbd0a;
	text-transform: uppercase;
}

.appearance_page_colormag .demo-importer .theme-browser .theme .premium-demo-banner::before, .appearance_page_colormag .demo-importer .theme-browser .theme .premium-demo-banner::after {
	content: '';
	position: absolute;
}

.appearance_page_colormag .demo-importer .theme-browser .theme .premium-demo-banner::before {
	left: -15px;
	color: #fff;
	border: 15px solid #5fbd0a;
	border-left-color: transparent;
}

.appearance_page_colormag .demo-importer .theme-browser .theme .premium-demo-banner::after {
	top: 30px;
	right: 0;
	border: 8px solid #478d07;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.appearance_page_colormag .demo-importer .theme-browser .theme .theme-screenshot img {
	-o-object-fit: cover;
	object-fit: cover;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-header {
	background-color: #eee;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content {
	z-index: 1;
	bottom: 132px;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info .theme-version {
	margin-top: 0;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info .theme-screenshot {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info .premium-demo-tag {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
	background: #67c016;
	display: inline-block;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table {
	margin-bottom: 1em;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table .plugin-status {
	float: right;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table .plugin-status span {
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	text-indent: -9999px;
	display: inline-block;
	border: 2px solid #bfbfbf;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table .plugin-status span.active {
	border-color: #5cb85c;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table .plugin-status span.active::after {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	width: 25%;
	height: 50%;
	content: '';
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-top: 2px solid #5cb85c;
	border-right: 2px solid #5cb85c;
	-webkit-transform: scaleX(-1) rotate(135deg) translate(-58%, -40%);
	transform: scaleX(-1) rotate(135deg) translate(-58%, -40%);
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-sidebar-content .install-theme-info table.plugins-list-table .plugin-status span.updating-message {
	border-left-color: #5cb85c;
	-webkit-animation: spin .75s linear infinite;
	animation: spin .75s linear infinite;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer {
	height: 132px;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .devices button:hover, .appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .devices button:focus {
	background-color: transparent;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .demo-import-actions {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .demo-import-actions .button {
	width: 100%;
	text-align: center;
}

.appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .demo-import-actions .button.updated-message::before, .appearance_page_colormag .demo-importer .theme-install-overlay .wp-full-overlay-footer .demo-import-actions .button.updating-message::before {
	margin-top: 11px;
}

.appearance_page_colormag .demo-importer .theme-install-overlay.expanded .wp-full-overlay-footer {
	left: initial;
}

/**
 * Tooltips
 */
.tips {
	cursor: help;
	text-decoration: none;
}

img.tips {
	padding: 5px 0 0;
}

#tiptip_holder {
	display: none;
	z-index: 8675309;
	position: absolute;
	top: 0;
	/*rtl:ignore*/
	left: 0;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #333;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #333;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #333;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #333;
}

#tiptip_content {
	color: #fff;
	font-size: 0.8em;
	max-width: 150px;
	background: #333;
	text-align: center;
	border-radius: 3px;
	padding: 0.618em 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#tiptip_content code {
	padding: 1px;
	background: #888;
}

#tiptip_arrow,
#tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

/*rtl:raw:
#tiptip_arrow {
	right: 50%;
	margin-right: -6px;
}
*/
/**
 * Demo Import message CSS.
 */
.demo-import-confirm-message {
	font-size: 14px;
	padding: 10px 10px 0;
}

.demo-import-confirm-message ol {
	margin-left: 20px;
}

.demo-import-confirm-message ol .warning {
	color: #f00000;
}

.jconfirm-buttons .demo-import-confirm-button {
	background: #f00000;
	color: #ffffff;
}

.jconfirm-buttons .demo-import-cancel-button {
	background: #eeeeee;
	border-color: #999999;
	color: #23282d;
}

body.demo-import-message-popup {
	overflow: visible;
	visibility: visible;
}

/* Starter Templates - Blank State */
.themegrill-demo-importer-BlankState {
	position: relative;
	padding-top: 200px;
	padding-bottom: 400px;
	text-align: center;
	background: url("../images/starter-templates-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.themegrill-demo-importer-BlankState .themegrill-demo-importer-BlankState-icon {
	fill: #ddd;
	width: 128px;
	height: 128px;
	margin: 0 0 .875em;
}

.themegrill-demo-importer-BlankState .themegrill-demo-importer-BlankState-info {
	position: relative;
	margin: 20px 10px;
	background: #fff;
	max-width: 100%;
	padding: 10px 20px;
	border-radius: 9px;
	z-index: 99;
}

.themegrill-demo-importer-BlankState .starter-template-overlay {
	position: absolute;
	inset: 0;
	background: #F0F0F1;
	opacity: 0.5;
}

.themegrill-demo-importer-BlankState h2.themegrill-demo-importer-BlankState-message {
	color: #383838;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.themegrill-demo-importer-BlankState span {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-radius: 4px;
	background: #2563EB;
}

/* Responsive */
@media (min-width: 768px) {
	.themegrill-demo-importer-BlankState {
		padding-bottom: 695px;
	}
	.themegrill-demo-importer-BlankState .themegrill-demo-importer-BlankState-info {
		margin: 20px auto;
		padding: 40px 50px;
	}
	.themegrill-demo-importer-BlankState span {
		padding: 16px;
	}
}

/* Responsive */
@media (min-width: 768px) {
	.wrap .colormag-header {
		padding: 12px 20px;
	}
	.colormag-header .cm-dashboard-head-right ul {
		gap: 16px;
	}
	.colormag-header .cm-dashboard-head-right ul li.active::before {
		top: 44px;
	}
	.colormag-header .cm-dashboard-head-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: auto;
	}
	.colormag-header .cm-dashboard-head-left a {
		margin-left: 17px;
	}
	.colormag-header .cm-dashboard-head-left img {
		width: 42px;
		border-radius: 20px;
		border: 1px solid rgba(211, 211, 211, 0.4);
	}
	.colormag-header > .cm-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colormag-header .cm-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	.colormag-header .cm-title + div {
		float: right;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colormag-header .cm-title + div a {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle;
	}
	.colormag-header {
		background-color: #fff;
		text-align: center;
		margin-bottom: 32px;
		padding: 20px;
	}
	.colormag-header .cm-dashboard-menu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.colormag-header .cm-dashboard-menu-container ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 26px;
		gap: 32px;
	}
	.colormag-header .cm-dashboard-menu-container ul li {
		position: relative;
		margin: 0;
	}
	.colormag-header .cm-dashboard-menu-container ul li a {
		color: #383838;
		margin: 0 8px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
	}
	.colormag-header .cm-dashboard-menu-container ul li.active a {
		color: #2563EB;
	}
	.colormag-header .cm-dashboard-menu-container ul li.active::before {
		height: 3px;
		width: 100%;
		bottom: 0;
		background-color: #2563EB;
		content: "";
		position: absolute;
		top: 44px;
	}
	.colormag-header .cm-dashboard-head-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.colormag-header > .cm-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colormag-header .cm-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colormag-header .cm-title + div {
		float: right;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.colormag-header .cm-title + div a {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle;
	}
	.col-70 {
		float: left;
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.col-30 {
		float: left;
		width: 30%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.products-page .inside {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.help-page .cm-help-top-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.themegrill-demo-importer-BlankState {
		padding-top: 200px;
		padding-bottom: 695px;
		text-align: center;
		background-size: contain;
	}
	.themegrill-demo-importer-BlankState .themegrill-demo-importer-BlankState-icon {
		fill: #ddd;
		width: 128px;
		height: 128px;
		margin: 0 0 .875em;
	}
	.themegrill-demo-importer-BlankState .themegrill-demo-importer-BlankState-info {
		margin: 0 auto;
		background: #fff;
		max-width: 400px;
		padding: 50px 70px 55px 70px;
		border-radius: 9px;
	}
	.themegrill-demo-importer-BlankState h2.themegrill-demo-importer-BlankState-message {
		color: #383838;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
	}
	.themegrill-demo-importer-BlankState span {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		border-radius: 4px;
		background: #2563EB;
	}
}

@media (min-width: 1050px) {
	.cm-quick-settings .cm-quick-settings-content, .cm-premium-features .cm-premium-features-content {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.help-page .postbox.cm-community {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.help-page .postbox.cm-community img {
		max-width: 348px;
	}
}

.colormag-update {
	background-color: #FAFDFF;
}

.colormag-update .colormag-message__heading {
	max-width: 768px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-update .colormag-message__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.colormag-update .colormag-message__content .colormag-message__image {
	-ms-flex-preferred-size: 320px;
	flex-basis: 320px;
	height: 214px;
	min-height: 100px;
}

.colormag-update .colormag-message__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Notices. */
.colormag-notice {
	position: relative;
	padding: 20px 20px 0 20px;
	border-left-color: #2563EB;
}

.colormag-notice .links {
	margin: 1.2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.colormag-notice .links a {
	margin-right: 10px;
}

.colormag-notice .links a > span {
	vertical-align: middle;
	padding-right: 5px;
}

.colormag-notice .notice-text .coupon-code {
	display: inline-block;
}

.colormag-notice .notice-dismiss {
	text-decoration: none;
}

/* Welcome notice. */
.notice-dismiss:before {
	color: #111;
}

.colormag-message__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}

.colormag-message__content .colormag-message__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	-o-object-fit: cover;
	object-fit: cover;
}

.colormag-message__content .colormag-message__image .colormag-screenshot {
	width: 100%;
	margin: 0;
	float: none;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.colormag-message__content .colormag-message__head {
	margin-bottom: 24px;
}

.colormag-message__content .colormag-message__subheading {
	color: #383838;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: unset;
}

.colormag-message__content .colormag-message__heading {
	color: #383838;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 16px;
}

.colormag-message__content .colormag-message__description {
	color: #383838;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
}

.colormag-message__content .colormag-message__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}

.colormag-message__content .colormag-message__cta .plugin-install-notice {
	color: #727374;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
}

.colormag-message__content .colormag-message__cta a:before {
	margin: 5px;
	vertical-align: middle;
}

h1.colormag-message__heading {
	font-weight: 600;
	font-size: 28px;
	line-height: 37px;
	color: #232323;
	margin-bottom: 12px;
}

h2.colormag-message__heading {
	margin-bottom: 24px;
	font-weight: 400;
	color: #232323;
	font-size: 16px;
	line-height: 180%;
}

a.colormag-message-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px 10px 21px;
	font-size: 13px;
	line-height: 1.23076923;
	text-decoration: none;
}

a.colormag-message-close:before {
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.colormag-message__text {
	max-width: 660px;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 24px;
}

.colormag-message__text img {
	height: 50px;
	width: 50px;
}

/* Colormag review notice */
.colormag-notice.theme-review-notice {
	border-left-color: #6547DB;
	padding: 20px 15px;
}

.colormag-notice.theme-review-notice .colormag-message__image {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	min-height: auto;
	margin-right: 35px;
	margin-left: 10px;
	padding-right: 0;
	border-right: none;
}

.colormag-notice.theme-review-notice .colormag-logo--png {
	width: 80px;
	height: 80px;
}

.colormag-notice.theme-review-notice h3 {
	font-size: 21px;
	margin: 0;
	line-height: 1;
	color: #000;
}

.colormag-notice.theme-review-notice p {
	font-size: 14px;
	line-height: 21px;
	color: #3C434A;
	margin: 0 0 6px 0;
	max-width: 720px;
	padding: 2px 0;
}

.colormag-notice.theme-review-notice span.dashicons.dashicons-smiley.smile-icon {
	background: #f7e143;
	border-radius: 50%;
	font-size: 15px;
	border: 1px solid;
	width: 17px;
	height: 17px;
}

.colormag-notice.theme-review-notice .button-primary {
	background: #6547DB;
	border-color: #6547DB;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.colormag-notice.theme-review-notice .button-secondary {
	color: #6547DB;
	border-color: #6547DB;
	background: #f6f7f7;
	vertical-align: top;
}

.colormag-notice.theme-review-notice strong {
	color: #000;
}

.colormag-notice.theme-review-notice .links {
	margin: 1.2em 0 5px 0;
}

.colormag-notice.theme-review-notice a.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.demo-import-migrate-notice .colormag-message__image .colormag-screenshot {
	height: 100px;
	width: 100px;
}

.demo-import-migrate-notice .colormag-message__content {
	max-width: 768px;
}

.demo-import-migrate-notice .colormag-message__content .colormag-message__image {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

/* Responsive. */
@media screen and (max-width: 768px) {
	.colormag-message__content .colormag-message__image {
		display: none;
	}
	.colormag-notice.theme-review-notice .colormag-message__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.colormag-notice.theme-review-notice .button-primary {
		margin-bottom: 10px;
	}
	.colormag-notice.theme-review-notice .button-secondary {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.colormag-message__content .colormag-screenshot {
		display: none;
	}
	.colormag-message__content .colormag-message__text {
		padding: 0;
		width: 100%;
	}
}

.colormag-header .cm-title {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
}

@media screen and (max-width: 767px) {
	.colormag-header > .cm-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.colormag-header .cm-title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.colormag-header .cm-title + div {
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.colormag-header .cm-dashboard-head-left {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.colormag-header .cm-dashboard-menu-container {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (min-width: 1236px) {
	.postbox-container .colormag-message__content .colormag-message__cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
PK�
�[���TZZ0inc/admin/class-colormag-theme-review-notice.phpnu�[���<?php
/**
 * ColorMag Theme Review Notice Class.
 *
 * @author  ThemeGrill
 * @package ColorMag
 * @since   1.3.9
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to display the theme review notice after certain period.
 *
 * Class ColorMag_Theme_Review_Notice
 */
class ColorMag_Theme_Review_Notice {

	/**
	 * Constructor function to include the required functionality for the class.
	 *
	 * ColorMag_Theme_Review_Notice constructor.
	 */
	public function __construct() {
		add_action( 'after_setup_theme', array( $this, 'review_notice' ) );
		add_action( 'admin_notices', array( $this, 'review_notice_markup' ), 0 );
		add_action( 'admin_init', array( $this, 'ignore_theme_review_notice' ), 0 );
		add_action( 'admin_init', array( $this, 'ignore_theme_review_notice_partially' ), 0 );
		add_action( 'switch_theme', array( $this, 'review_notice_data_remove' ) );
	}

	/**
	 * Set the required option value as needed for theme review notice.
	 */
	public function review_notice() {
		// Set the installed time in `colormag_theme_installed_time` option table.
		if ( ! get_option( 'colormag_theme_installed_time' ) ) {
			update_option( 'colormag_theme_installed_time', time() );
		}
	}

	/**
	 * Show HTML markup if conditions meet.
	 */
	public function review_notice_markup() {
		$user_id                  = get_current_user_id();
		$ignored_notice           = get_user_meta( $user_id, 'colormag_ignore_theme_review_notice', true );
		$ignored_notice_partially = get_user_meta( $user_id, 'nag_colormag_ignore_theme_review_notice_partially', true );
		$dismiss_url              = wp_nonce_url(
			add_query_arg( 'nag_colormag_ignore_theme_review_notice', 0 ),
			'nag_colormag_ignore_theme_review_notice_nonce',
			'_colormag_ignore_theme_review_notice_nonce'
		);
		$temporary_dismiss_url    = wp_nonce_url(
			add_query_arg( 'nag_colormag_ignore_theme_review_notice_partially', 0 ),
			'nag_colormag_ignore_theme_review_notice_partially_nonce',
			'_colormag_ignore_theme_review_notice_nonce'
		);

		if ( ! current_user_can( 'edit_posts' ) ) {
			return;
		}

		/**
		 * Return from notice display if:
		 *
		 * 1. The theme installed is less than 14 days ago.
		 * 2. If the user has ignored the message partially for 14 days.
		 * 3. Dismiss always if clicked on 'I Already Did' button.
		 */
		if ( ( get_option( 'colormag_theme_installed_time' ) > strtotime( '-14 day' ) ) || ( $ignored_notice_partially > strtotime( '-14 day' ) ) || ( $ignored_notice ) ) {
			return;
		}
		?>
		<div class="notice notice-success colormag-notice theme-review-notice" style="position:relative;">
		<div class="colormag-message__content">
			<div class="colormag-message__image">
				<img class="colormag-logo--png" src="<?php echo esc_url( get_template_directory_uri() . '/inc/admin/images/colormag-logo-square.png' ); ?>" alt="<?php esc_attr_e( 'Colormag', 'colormag' ); ?>" />
			</div>
			<div class="colormag-message-review__text">
			<h3><?php echo esc_html( 'HAKUNA MATATA!' ); ?></h3>
					<p>(
						<?php
						printf(
							/* translators: %s: Smile icon */
							esc_html__( 'The above word is just to draw your attention. %s', 'colormag' ),
							'<span class="dashicons dashicons-smiley smile-icon"></span>'
						);
						?>
					)</p>
					<p>
						<?php
							printf(
								/* translators: %1$s: Opening of strong tag, %2$s: Theme's Name, %3$s: Closing of strong tag  */
								esc_html__( 'Hope you are having a nice experience with %1$s %2$s %3$s theme. Please provide this theme a nice review.', 'colormag' ),
								'<strong>',
								esc_html( wp_get_theme( get_template() ) ),
								'</strong>'
							);
						?>
					</p>
					<strong>
						<?php esc_html_e( 'What benefit would you have?', 'colormag' ); ?>
					</strong>
					<p>
						<?php
							printf(
								/* translators: %s: Smiley icon */
								esc_html__( 'Basically, it would encourage us to release updates regularly with new features & bug fixes so that you can keep on using the theme without any issues and also to provide free support like we have been doing. %s', 'colormag' ),
								'<span class="dashicons dashicons-smiley smile-icon"></span>'
							);
						?>
					</p>

			<div class="links">
				<a href="https://wordpress.org/support/theme/colormag/reviews/?filter=5#new-post" class="btn button-primary" target="_blank">
					<span class="dashicons dashicons-external"></span>
					<span><?php esc_html_e( 'Sure, I\'d love to!', 'colormag' ); ?></span>
				</a>

				<a href="<?php echo esc_url( $dismiss_url ); ?>" class="btn button-secondary">
					<span class="dashicons dashicons-smiley"></span>
					<span><?php esc_html_e( 'I already did!', 'colormag' ); ?></span>
				</a>

				<a href="<?php echo esc_url( $temporary_dismiss_url ); ?>" class="btn button-secondary">
					<span class="dashicons dashicons-calendar"></span>
					<span><?php esc_html_e( 'Maybe later', 'colormag' ); ?></span>
				</a>

				<a href="<?php echo esc_url( 'https://wordpress.org/support/theme/colormag/' ); ?>" class="btn button-secondary" target="_blank">
					<span class="dashicons dashicons-testimonial"></span>
					<span><?php esc_html_e( 'I have a query', 'colormag' ); ?></span>
				</a>
			</div> <!-- /.links -->
			</div>
		</div>

			<a class="notice-dismiss" href="<?php echo esc_url( $dismiss_url ); ?>"></a>
		</div> <!-- /.theme-review-notice -->
		<?php
	}

	/**
	 * `I already did` button or `dismiss` button: remove the review notice permanently.
	 */
	public function ignore_theme_review_notice() {

		// If user clicks to ignore the notice, add that to their user meta.
		if ( isset( $_GET['nag_colormag_ignore_theme_review_notice'] ) && isset( $_GET['_colormag_ignore_theme_review_notice_nonce'] ) ) {

			if ( ! wp_verify_nonce( wp_unslash( $_GET['_colormag_ignore_theme_review_notice_nonce'] ), 'nag_colormag_ignore_theme_review_notice_nonce' ) ) {
				wp_die( esc_html__( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
			}

			if ( '0' === $_GET['nag_colormag_ignore_theme_review_notice'] ) {
				add_user_meta( get_current_user_id(), 'colormag_ignore_theme_review_notice', 'true', true );
			}
		}
	}

	/**
	 * `Maybe later` button: remove the review notice partially.
	 */
	public function ignore_theme_review_notice_partially() {

		// If user clicks to ignore the notice, add that to their user meta.
		if ( isset( $_GET['nag_colormag_ignore_theme_review_notice_partially'] ) && isset( $_GET['_colormag_ignore_theme_review_notice_nonce'] ) ) {

			if ( ! wp_verify_nonce( wp_unslash( $_GET['_colormag_ignore_theme_review_notice_nonce'] ), 'nag_colormag_ignore_theme_review_notice_partially_nonce' ) ) {
				wp_die( esc_html__( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
			}

			if ( '0' === $_GET['nag_colormag_ignore_theme_review_notice_partially'] ) {
				update_user_meta( get_current_user_id(), 'nag_colormag_ignore_theme_review_notice_partially', time() );
			}
		}
	}

	/**
	 * Remove the data set after the theme has been switched to other theme.
	 */
	public function review_notice_data_remove() {
		$get_all_users        = get_users();
		$theme_installed_time = get_option( 'colormag_theme_installed_time' );

		// Delete options data.
		if ( $theme_installed_time ) {
			delete_option( 'colormag_theme_installed_time' );
		}

		// Delete user meta data for theme review notice.
		foreach ( $get_all_users as $user ) {
			$ignored_notice           = get_user_meta( $user->ID, 'colormag_ignore_theme_review_notice', true );
			$ignored_notice_partially = get_user_meta( $user->ID, 'nag_colormag_ignore_theme_review_notice_partially', true );

			// Delete permanent notice remove data.
			if ( $ignored_notice ) {
				delete_user_meta( $user->ID, 'colormag_ignore_theme_review_notice' );
			}

			// Delete partial notice remove data.
			if ( $ignored_notice_partially ) {
				delete_user_meta( $user->ID, 'nag_colormag_ignore_theme_review_notice_partially' );
			}
		}
	}
}

new ColorMag_Theme_Review_Notice();
PK�
�[����J#J#&inc/admin/class-colormag-dashboard.phpnu�[���<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

class ColorMag_Dashboard {

	private static $instance;

	public $demo_packages;

	public static function instance() {
		if ( is_null( self::$instance ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}

	private function __construct() {
		$this->setup_hooks();
	}

	private function setup_hooks() {
		add_action( 'admin_menu', array( $this, 'create_menu' ) );
		add_action( 'in_admin_header', array( $this, 'hide_admin_notices' ) );
	}

	public function create_menu() {
		if ( ! is_child_theme() ) {
			$theme = wp_get_theme();
		} else {
			$theme = wp_get_theme()->parent();
		}

		/* translators: %s: Theme Name. */
		$theme_page_name = sprintf( esc_html__( '%s', 'colormag' ), $theme->Name );

		add_theme_page(
			$theme_page_name,
			$theme_page_name,
			'edit_theme_options',
			'colormag',
			array(
				$this,
				'dashboard_page',
			)
		);
	}

	/**
	 * Hide admin notices from BlockArt admin pages.
	 *
	 * @since 1.0.0
	 */
	public function hide_admin_notices() {
		// Bail if we're not on a ColorMag screen or page.
		if ( empty( $_REQUEST['page'] ) || false === strpos( sanitize_text_field( wp_unslash( $_REQUEST['page'] ) ), 'colormag' ) ) { // phpcs:ignore WordPress.Security.NonceVerification
			return;
		}

		global $wp_filter;
		$ignore_notices = apply_filters( 'colormag_ignore_hide_admin_notices', array() );

		foreach ( array( 'user_admin_notices', 'admin_notices', 'all_admin_notices' ) as $wp_notice ) {
			if ( empty( $wp_filter[ $wp_notice ] ) ) {
				continue;
			}

			$hook_callbacks = $wp_filter[ $wp_notice ]->callbacks;

			if ( empty( $hook_callbacks ) || ! is_array( $hook_callbacks ) ) {
				continue;
			}

			foreach ( $hook_callbacks as $priority => $hooks ) {
				foreach ( $hooks as $name => $callback ) {
					if ( ! empty( $name ) && in_array( $name, $ignore_notices, true ) ) {
						continue;
					}
					if (
						! empty( $callback['function'] ) &&
						! is_a( $callback['function'], '\Closure' ) &&
						isset( $callback['function'][0], $callback['function'][1] ) &&
						is_object( $callback['function'][0] ) &&
						in_array( $callback['function'][1], $ignore_notices, true )
					) {
						continue;
					}
					unset( $wp_filter[ $wp_notice ]->callbacks[ $priority ][ $name ] );
				}
			}
		}
	}

	public function dashboard_page() {
		if ( ! is_child_theme() ) {
			$theme = wp_get_theme();
		} else {
			$theme = wp_get_theme()->parent();
		}

		$admin_url = admin_url();
		$tabs      = apply_filters(
			'colormag_dashboard_tabs',
			array(
				'dashboard'         => array(
					'name'     => esc_html__( 'Dashboard', 'colormag' ),
					'callback' => function () {
						include __DIR__ . '/views/dashbaord.php';
					},
				),
				'starter-templates' => array(
					'name'     => esc_html__( 'Starter Templates', 'colormag' ),
					'callback' => function () {
						if ( is_plugin_active( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
							wp_enqueue_style( 'tg-demo-importer' );
							wp_enqueue_script( 'tg-demo-importer' );
							$this->demo_packages = get_transient( 'themegrill_demo_importer_packages' );
							include_once plugin_dir_path( TGDM_PLUGIN_FILE ) . '/includes/admin/views/html-admin-page-importer.php';
						} else {
							include __DIR__ . '/views/starter-templates.php';
						}

					},
				),
				'products'          => array(
					'name'     => esc_html__( 'Products', 'colormag' ),
					'callback' => function () {
						include __DIR__ . '/views/products.php';
					},
				),
				'free-vs-pro'       => array(
					'name'     => esc_html__( 'Free Vs Pro', 'colormag' ),
					'callback' => function () {
						include __DIR__ . '/views/free-vs-pro.php';
					},
				),
				'help'              => array(
					'name'     => esc_html__( 'Help', 'colormag' ),
					'callback' => function () {
						include __DIR__ . '/views/help.php';
					},
				),
			)
		)
		?>
		<div class="wrap">
			<div class="metabox-holder">
				<div class="colormag-header">
					<div class="cm-container" id="cm-dashboard-menu">
<!--						<div class="cm-dashboard-head-right" id="cm-dashboard-menu">-->
							<a class="cm-title" href="<?php echo esc_url( 'https://themegrill.com/themes/colormag/' ); ?>" target="_blank">
								<img class="cm-icon" src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/cm-logo.png' ); ?>" alt="<?php esc_attr_e( 'ColorMag', 'colormag' ); ?>">
							</a>
							<div class="cm-dashboard-menu-container">
								<ul id="cm-dashboard-menu-primary" class="cm-dashboard-menu-primary">
									<?php
									foreach ( $tabs as $id => $tab ) :
										if ( ! is_callable( $tab['callback'] ) ) {
											continue;
										}
										?>
										<li class="menu-item menu-item-<?php echo esc_attr( $id ); ?>">
											<a id="<?php echo esc_attr( $id ); ?>" href=<?php echo esc_url( "{$admin_url}themes.php?page=colormag&tab=$id" ); ?>><?php echo esc_html( $tab['name'] ); ?></a>

										</li>
									<?php endforeach; ?>
								</ul>
							</div>
<!--						</div>-->
						<div class="cm-dashboard-head-left">
							<span class="cm-version">
									<?php
									echo esc_html( $theme->Version );
									?>
							</span>
							<a href="<?php echo esc_url( 'https://themegrill.com/pricing/' ); ?>" target="_blank">
								<span class="cm-upgrade-to-pro">
								<?php esc_html_e( 'Upgrade to Pro', 'colormag' ); ?>
							</span>
							</a>
							<span id="cm-notification" class="cm-notification">
								<img class="cm-notification-icon" src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/notification-button.gif' ); ?>" alt="<?php esc_attr_e( 'ColorMag', 'colormag' ); ?>">
							</span>
						</div>
					</div><!--/.cm-container-->
				</div> <!--/.colormag-header-->
				<?php
				$current_tab = isset( $_GET['tab'] ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : 'dashboard';
				$current_tab = in_array( $current_tab, array_keys( $tabs ), true ) ? $current_tab : 'dashboard';
				$callback    = $tabs[ $current_tab ]['callback'];
				call_user_func( $callback );
				?>
			</div><!--/.metabox-holder-->
		</div><!--/.wrap-->
		<div id="cm-dialog" class="cm-dialog">
			<div class="dialog-head">
				<h3><?php esc_html_e( 'Latest Updates', 'colormag' ); ?></h3>

				<div id="dialog-close" class="dialog-close">
					<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
						<path
							d="M10.052 9.34082L16.277 3.11582C16.577 2.81582 16.577 2.36582 16.277 2.06582C15.977 1.76582 15.5269 1.76582 15.227 2.06582L9.00195 8.29082L2.77695 2.06582C2.47695 1.76582 2.02695 1.76582 1.72695 2.06582C1.42695 2.36582 1.42695 2.81582 1.72695 3.11582L7.95195 9.34082L1.72695 15.5658C1.42695 15.8658 1.42695 16.3158 1.72695 16.6158C1.87695 16.7658 2.02695 16.8408 2.25195 16.8408C2.47695 16.8408 2.62695 16.7658 2.77695 16.6158L9.00195 10.3908L15.227 16.6158C15.377 16.7658 15.602 16.8408 15.752 16.8408C15.902 16.8408 16.127 16.7658 16.277 16.6158C16.577 16.3158 16.577 15.8658 16.277 15.5658L10.052 9.34082Z"
							fill="#999999"/>
					</svg>
				</div>
			</div>

			<div class="dialog-content">
				<?php

				$changelog = new ColorMag_Changelog_Parser();

				// Fetch changelog data.
				$changelog_data = $changelog->get_items();

				// Check if the response contains data
				if ( $changelog_data ) {
					// Output the changelog data
					echo '<div class="cm-changelog">';
					foreach ( $changelog_data as $entry ) {
						echo '<div class="cm-changelog__list-item">';
						echo '<div class="cm-changelog__list-head">';
						echo '<h4 class="cm-changelog__version">Version: ' . esc_html( $entry['version'] ) . '</h4>';
						echo '<p class="cm-changelog__date">' . esc_html( $entry['date'] ) . '</p>';
						echo '</div>'; // cm-changelog__list-head

						// Display each change
						echo '<div class="cm-changelog__change">';
						foreach ( $entry['changes'] as $tag => $changes ) {
							echo '<div class="cm-changelog__change-item item--' . esc_html( strtolower( $tag ) ) . '">';
							echo '<span class="cm-changelog__change-type">' . esc_html( $tag ) . '</span>';
							echo '<div class="cm-changelog__change-list">';
							foreach ( $changes as $change ) {
								echo '<p class="cm-changelog__change-desc">' . esc_html( $change ) . '</p>';
							}
							echo '</div>'; // cm-changelog__change-list
							echo '</div >'; // cm-changelog__change-item
						}
						echo '</div>'; // cm-changelog__change
						echo '</div>'; // cm-changelog__list-item
					}
					echo '</div>'; // cm-changelog
				} else {
					echo '<p>No changelog data available.</p>';
				}

				?>
			</div>
		</div>
		<?php
	}
}

ColorMag_Dashboard::instance();
PK�
�[�(�0�0�,inc/admin/images/colormag-welcome-banner.pngnu�[����PNG


IHDR��`��	pHYs��sRGB���gAMA���a��IDATx��%�U�U/���9MOޙ��yW��J+�%�@D��Ϙ?�H�6�����8ac�� $!��$�w���89�ι_��ιU��U����]��;�R�[U���}�l���Y��qo˷���-�w���m��߯�ʯ�߽���>�d[�~�����:��_?���������6z��:����'�F��=���#�A�gv��޽��w������/�ϸƹ�|���ܯr_���w��};̃�9��ڶ�v�{�6��x	��� �:NH�1���Z�w���y��B#8��C���|�t/:\�F��S�:��S6���aP	w����	�n!p
��}A����Q�|m������)�N��H�u�{����Nc�w^l��
�6�:���~�����q�	'v�slt{#��z�n����<g�~����ZJ9(���7�v��������_�\����{�����(2�ӽr�w���?~6���{got��7RX�u�g��>��o�m���4��w=�ט����ڝ&�������z�}��+�Mp�_��L�+��6v@I���}���
�?�x68�F��{����p߃�^�w���{B�ޠϝ��Fk���m���l����Z߷=�X�$��w�us#�mmdl���^ӓ�n��ujﻍ�D�s`���ή%�
������@����Hp]�cvR��@�L����'�7R��w�A������k�Hquz&׺��R�������dl\G�wR��؁�g_Kq��̍us�
����a����O���ml��]�u�	�̿ҁ�Oڠ0�ք��0�:�X�6^���$��Vmp��S��_AZ����Է��ꤠ:xV��z,��9]��z,h���`a��~�=v�b������m=߿NJ�?ނ���w�������1�n����6�2:}v�"f�������
��%�	a�O����=(��ak\c�z�
�ֹ|�	u���?;�O!���F���"h��ߟ�e#E��z��TB���p���k�9:]۵<S���r�v���8��3�?��j=��]�3]c|�{���:<#k#�ϿM�#n�QO����v�n/ms�G�x�;���o~��[�(�D~A�y�k��	��g�������	,�t�m��[��X'�}��z%�g�1������ߩO����Rh}��:�²�6�����ݩ����������Z�>��*���ܿS��5�:(�uO�
���t��n��%o��cm�j��PE'xk�MX�e@h�p
~F@蠳�	&zد6��=����-��~�5��y���lÁ�o ��ݨ���}	�3��{���op��ݫ�3��P��ӱʧ�X3x��&06:]�:��ѵ�F��>��hW:A�e����'����6���6߂�"@[�$:�u^��Zn׳7��'eP�������$�:	��;�3�v���|č�{����ևk�~�~t�7	�u��0��-(��A��:_�{�N�U�>��a�/���O�k����#�i;���ut2:]s��ڞ�#��a���\�0����F�}��'��v{����7Ҧ0���
|FgK����D��؛��̆��5�\( @:
�
���%H��o� ��ͻ�`_�kꀰ��l'��q�uM׺�N
��uM�z�|~��u��m��~\k;�_�v������=?��an���N�`�ۨR�v�n/���q��{��u����n��2����Ћ$��Px��y���H��2Aϥ�"p�\�Bn/�^�w:nPYmp�m}*����\�\�ڂ�2x
�׍�E(���k��
�C��r�k|!^����{�gA~�{�B	x,��x���L���n׉Y��%��&/6���,<",���7q���NソN�	��t�[�oA�^�9:�!x<O�����]�O��)�霝>��/(��}�/ ��
g��3��w�
��F�gݵϽ��
���]�a���.��~�{��u��%�����1l�1ڱv��D�N��l�";:�`=��t ��ke�}BE��݉�zE�P��G��~_7�Ax���IPu���o�o�Lj[[?���B��;g4���9x���m�#}�ֽ���l�ܞ׽ܟ�F�\�/<f���{n�Ƃ|�����u���Z�n�'�+� T���vt�z�m'9n����O�F\]#D��k�QyxBԝ�Q�;��_P�'�}|�m���y������o�`_���t.���cZ���\w݁~u쟼��b�����y��(ПH�^�=���yp�N��Ae��
��`�D6����>�n$���*z=ų,�)�%S?���)�k�m����F�cp�E����P��y$�,�k��_��_4�^����۶�����9���7��h��l�ɷM��9e{�6�߃���u������c��
��v���xF�Nϡ�o޽�;�O��Y�~^�yF���t����u����?��_ѣ]Y��QP�v���׈�l�߀��x�ݶ[����@�t�L��ma�AX�Nb�_tϞ=q�z1�go_�.���x�}k?w��{|��N����>�����|���:�9���vq�v�'���y:˻�
���{�^�	�
|��o��ێ����|�����Z��{�Z��<p/b���������ķM[_���	��	z�C,�uv��� 쾭�X�$��ݶۆ�Zu{6�O�1��pV���ېW�PhjhW4���}��)�;o2���N����I���?�OX$����}<p���#����Hp%������p����u�c<p��q����`
��ӽ�x~�=>�u��)��~�m�3����_O�w/�=����~��.ۮ?ॴ��k�A블@�F�Â�7ە����Ɉv�����p �g��Zm�›X�RC۟�;�����>a��x��A@Xl�����}]'|;]���h2��F���:�����'�T7��=�u�t!�ܨ���t�{�z���6�>c&�ڦ0�w��g��I\�H�����iA^�}��߁� ��k�ܐC�n�-�H�s���N��ZVO�� V�‰=+,(Ԯ%�6R"~���8m�x����x
O��}r��ݿ�����S߂����}�#�-��m���>����ɍ�������g�{��Y';�?xO:ܧd�_k�\���uu�O�����mC�����Q��5�PlK�t�����|��;.P��m�ul���`9�6O�o�s�|GR3�}�ge'�_vzN�7i��w��A�s�?����>ot�x��'�q�u�������
�{�S�1R�ؿS�R��t��������Tp��3��=�@a_�9w�7q��\�/^;]��6BtA��`_$ܵrS�:��V(ۭ��6����H:e6��j������O�u��_�׶?�p�O`tz��|B4x�6��^��:		��?u�kJ~_'�}�i{�m���@�_{'Ŵ�ߺ�����߻_�g�������g��=;�k��1��a������7�<��"8O'�o���~���`r��c�w�*@�;�-���޶,����x�{�#�����
ȟ�|���<>����{*|�K_�8(��Ox�ș��}g2��-�DV�Y�V2-��쬽X���}���k=�c�
��>������N������v
��k�{�w�+:�u���U�s����������v@�{�?��|~��?o�]�K�Z�����hm�w�~k�w���,:�k�㬮̿���ݗ���-��6���qg�(4܋��{�~+��~ڮ��B���U(��˿,��� P&�?*}�"��V���L�G������A��|3��vI�o�Fἒ-�'�|����b���n�i�%y��_E��a	��S�UE�2i�-�8��Je�^��u���~x�C�E��*�Q�X�m��Z'N��W�+]n�ᇏ��f���$"��a�x�J���d+���R���z�Fw�& ����bTuQ�\m"�� �ʘ��܈E���V����歹2��x�X�b�d
��&���h�B�� y�C�Qu`�,_�W����`?��4��!�^tN^�j-�fs[�|���Y��W.�'����/j�U�8Vl��������e��8�{'zR�L���8��\��AK����b�:)
��ْ-��ټт���5׵�d��qD��B��;�X3�\N�-Q �����}��Ʀ%���y$�z)ik(��E�(d���D���{QZ����i\�,a` �hW�r�|!J�P	{���G�ºR��I9�ZF�����*n��Um�=w��R!~��w��++��ѱA8v����(B=9�Ɉ������������D�a��(��^�ߗ����5��6J3
ؽ6�D�+ܿ�� ��T4�
�;(�	�n�\��
��k©�
��+*�f�0�a�J�Yv0vG���G;q�*�����?y�����]c�K�ZE,�q� �]ݴ2�U��Q�����B����D q��b�3n������L,��Oy�<��q%�ޅ�Z�>�H�=�u�ܹ�I�޲#�M��n�/A�X� ���p,�x,�B��+��V�א���~�t��k���H��J�qqr�x}�^T�9�)��x�R��=D�Ӈ݃J��Xdm(����,��݃��F�P؇����+��F��Q]��lg�F�J#�c�Vrx\�c�)��Z�Q��Do��]NI�Gr1���-�.��"T��~'H8ME��@����U�x>'���Ɉ��(L���E��6�g�}㷛��F=SZ���'��g��݉���W��8��7�H��|�e.�B�湌"ǝ��ޕMw�'3`����P����>t���P�d۫�#��<+F��'�P���쏤��އ��U�EN�$�T$�7ܮ�����AK���{[���z��Q<�5�凶6u|�-�7���o�=���b�ꅃG���2��j.��'���ɒ��m��eAd� �`����������S3T&��V�l���^�v���;��R"�p���撶�?q��kDom�\[���
�U����z&-hK����K��@RWn`��8ᣦ�޼�ݶ�v�:������x�?B��|P�D5��]آm�"˖i��S$��:��?����H��x��KQ"�H&&&�P�Ķo�m�m�}��o�4����w���m�|��"[�3ٲ��#�;���e�dE�5
�%'��D%�p8쌎�b�m��ۢQ㙰y�!ܨM��>9�6��{�+�n�me��}Y��?_�n�
.�U}މ?$X�x%�Z�T���il��ݾq����s���~��QǧX&�nغI����������踯�B\�x۬���p&��=l��K[��/Ë�G{9
k�;`cB��Z���t��g��j^��:~���Z�;��}g��]��;��ۯ����������n_����k�i�vM�>5�[�v�����I���w����_���C7u�C���k�p�1l��:u��Ç_ju��k�;O����tm�[�����������D��L<�ĿMs;���.=̞l��k�c��[8�ж�@��@���	ڦ��i���i�dd���v��7�Ϛ���U0{�i��k��r�t�󺾴�q|��}���w�ֱ���t�{�VS��u��� �7��5w����~e�cM9�P�k��� -t����x1�N,7��S�)�DV�S�z�ɖ΀G;i֪�%�?,����KR��)�={��.]�d�����j5��e��u�!2��e���VmN�"�І8�V�S�>-Kx�BY��
�����ރYk��׺��p����D���:��z�i;��;��fѷw��.���֮Q�f�k���2�o�I��t_�C����er�n=�e����-e��SX�b1�^T�$��ܹsM�B	e����A������6w��=Ϡ���?��'��(-��)o`yu��I�Do��Aa/�� ���H�N�_��^�*�D"�X,���TL9��t��5�޵�� Ff�9κ����k
��:��+hm�	|wO��W�ݰ���1ם�R��1���j�ӂż#xO�����DB����yEN�SY�F���f��}��]c��D8���nx�6)�(�2、eڢ2A ��%o��%	x����Z~��zY�g�%+J���f�������+^lER*��i���!Ꮽ�<HK
H�chMt)D�p{�'f�x!�cƽ���������_�N�w��N��k���'q|��Gm�])8���z�oב�۷��5F{�J%	��;��\5��AE�?y�>�{���n>���f�����,�m�E4A�q�Q�7�=9��n�G�r�ĖvO��2�Y��.�+��Y'�����7xhݴo۶~?;;��,Q�Ba4#^IP�ȶۮ���/F�ZH�C-��	t�<`�w�u��a��;�0����;(P���������o��lh�E�Rn>���7�s��.���;�9�w����c��{Bh����_�u8w�_�\��l?�����R�JuM	ȫ(U$FYH�N}����\�����nO�W���6��3���2�0aO��rM:��so�g�[�����_(��}�'-��N�W!X�eZ9m��ߴB�C[v���瞃������o<@.��gj8|�����������ty�d��W�����ڿ�����һ;����{x�ݷ���r���r?�^��lIr���Y*�����
�kL
I�>�e����x(�|��
T��Ļ-T�X�Pܕ8Ux��wZ<��>1��h]_��&��#��Ɋ3mqV�7\����@k�q��(r�)~A����h�[�#m�V˱��k�)�Ӝ���z�5�˪�a���X�<�r	u>hk�
��wyk-@�6�z_�f��.i�q�|�{�����9��U�fo[�jp`�4w�
aG_QG��:�eo�Q$�����Ąz|R}�Ŵ�;I�{��?�f<��7߂]AzG�J'kP���퉧O��5}�w~K˫4����_T�t~�ߊ�W'���ş}�Q�����ϠV����,�������w�|���_��x��c����q�M7���������W��y�|Z�
������0�A�:9���:%k�Pɬc6�EeC�57��l��hS��d���
b
�|]�k�v ���FF[./`~�3���h)�u<�n��-�b<%h���}wb�}_�����,JO]F��7���G���!zh��h̭"4ХބC/#4�A�O����P7�݂�j��d�/=���"��b+h$"��v�d���<��S$k�G�?�M���/�u�A��j͆w!m�l�㭼��k�ң�Yٺm�Fs�����6�]�X!���bO��U\d/{�MJ����f$�jS����Sji.�P�� ���~��ڨ�iu'7�䚙���P�������YDI���
�?��~���4�߉ɩ9���G�X����R�~�*is�A�������z,.����ѧ���)C���t�c�<&��r��O��R��̓/��H~j��ST��)jI�k�f����*���8�����~�[9��"�)������?�@?�doAub��j�+(=s�=�O.�Y�辕�����G�'�M"vx\��²`2�(}�4�5��{��Q;qVO7�b�tr��3�B��`���}�O���:�`�+��6�h�YDl�۶���6Z�ы�����zV�8�Ż�:�xw\k�ϝ��Ǘx<�(y#\b�_R�׵��P�ʨ��D�-�n�w��a,>MK��2��ֱ�ݱH�>�&��|�;���џ�H"fn	�s���K҂��Y��j���F?����~�gމ��|�}�~��'���N��^�>w	g�^���5��(�:�?ʴ��>��=�IR��d{�\D�86ľu|���z���ж���o���p~��u<+د��;�ז���V��-DƨDfW��m'�}i$nۍ�jI����,}�I©Q�F#Hϫ�X-"���>�;�Dc%�&���<����S��K/��w���V�%ޅ�B�Z$|��Wq�ϐ�ʕ4-���8�_�K��e��&ʉ��;�=���H|r���o�y�wٶ�g�)q�{/V�����Y)sss����f��X�fR�KJ��f�x&/�3��Ҽmw
��9�+��*	���Ck���|��s��ï�,���p��
x��7�ripb��5���x�=��3���=�׾��T.f���}�*�ב3����"a�����	�n���LVq���z����p�xm�ݣ�(��j�r)�5�I"�ӗ��qr$Y���W�"�e�K�ɺ)ܟr�Z��E
����aq�20�mitX�aƐ�O�Ǘ�E�H��,�x4��������5L����L��]�q(-�g
�Z��3Ԧ�2"nHpSV���vnG��*�"�_>�B=��ϩ'Py�<B�Lhڣ~�*�Q�ZQO�
�$*�)|^�Q&sdk�1��h�V�n�"��|�M(֮W�R4��;��z�k���`isɫgpzZ��q�-y��7[k=ý7w"Q]�0�������[�
�~�h����`N���%�&������T*��W��(����C�o��ע����34���F�QY͛߄t��R!܅x��#$�qPZ��x(M*�j�B���^�?e"�i�O8J���	�Œ�\6��Ԡ|�*|�s�KF��>UY�=���r_Fz�d�e��۬�
ݞanc�<���w>yoc�wbZ�No�y�wM>H��7蔵�{�ղ�}��L��8r�
*?y�޹�{�S?��4*��w�u�%��$-:>�]x�7�=�Ə,�����m�+�W�
�uX�;�Z�*����j�WT��j�Q�������&[�X�5�=���O�J2�T>c���r�tq�sj�B�b���P�,	��	���U����%I��RYdgi�râ8����vJ���M��ų��6TFe;
}q�S�@I�5A��mB;�L|%L��I�v��'�����g��L���Z��c�EY5���v>�Ʋ|��	*�F���� ۷k�������yɔ��$|
�"3�R�5:
�����e�V.�Ҧ0\�
�4��Ei�HJ����&�LE"�m�W�4Q�-Q*���H$~+*i&`i
�)̛�[�:��a�$t2�P�~����Q�P/;<�?�n��*"<y)%�-뷮}�BO����;g�{0����$m����e���=���?��w��u�u�X�Zk���F�;xw�up�-�s���>3
ׯ��c[���;��nu�f0qQ�����9��ۋcmY�D��W��W�u߽7��&iB��5��)!�	q9^�i�,�?��D/aѫ�%�o��D�tZo,W�yÚ`^/~�bU<�p.��:F@N8�'P;sO`�EY���ZScɠ6�\��bֺ�,�q:��Ͷ���w��ꇭq>����[�S��gu��-wƻ'Z���J׾o/����q�ƼUS��>E����m���=n�e��y&�����7^��]�
!��m$�P2߅|�Kc4i�!^�vko��(�'�7���{u:R�{Ift�k��H�q-�VXm�[��k�/ 8X��z��o�����h�V_Z���+�N�/x}%��֔�z!/Ͷ�a9m�Щ�?X�n뫫(���v���M37Ѹu��H��@J�r'�:'>M��<��ŭ��f��ۑZ;����$%w{/iQ?K��Ǚ���c[�N���_�6|Z����D�5jV�:����x���g�!�O�3��	��-r�{�����~���o�}�u�sK�����v�8.g�8m�n[��q�ϐ��{��u�rZ|U=o���͖R�:]S˳�5u�c�u^L�SVF��~>X-�':�	�ݶh���?80�5��3�L@�_����f!",J�6,�����h��I��Db������ݶ�7d{衇�v���J�7�?Oؾ?�Xs���V٪��ͻV⢼����
���5)�"���T�T��&.̅m�d�m�o�&s؛�^¢in�mQD@[�ɖ��[6�gQ���(���6Q0�K󗩾V��_
~�m��i�TJ
���u�TrLĈ����x|�/�kCu��-��}��{o�ȶu�\^�4o0z�,�:&^TW%��d�m�o�&3R
	�<����*n��7���o]�-ct�Gtm�5�d#+��b�r���ơ��q���Z�uL�{����C,U|���É��cW��|5��ݶ�۹�c�%;��/IY��	/�x�-z۹0��<��8�Mж�&m���ƒ�~�-���ں��>��嵨L������.�	E��ϑ�����~�o�1..��v�n��-�-��n�M�5��`��w�o��)qI:8#[�ت�FJT .���G�ɫ[�گH��^s�j�^��jm��ݾ1[�4�h�_�+C/�����[�m�r*��>�D!.���Y+s�Z&�W�e�K$���x�d-���bM�qx[R(�YK"kz�q����<��vٯ����ʒn>��#�%���o�`櫵$�N%b̾���_W��\G�c�-:5[���{m_�IS0�~�@�ʟx�{m�>��V���ie�nwm|�!�ҿ�9)g�����=���eХ%<e�[R����w����~��ȖT&>xk-�֗�,0�K�k��Co3�/�sI�x�3��s��/U��	�최�J�B��)O�V)���~��,j�N`��{Q��D%҃��㶣����}/���}B���?�G��Exi�4�����K�18|/J���~;w��J��HW�^]w�����y'��zL]�����8���p��"Vr���������7~;���p~���*"}L#�}���'P[�c�J�m��/��_��/�Z:���KO>�x�WV����!�7�����zpe�'7�{n;���*r���'����ȔV1e�a��vx$�����M��﮽�߁?��_�s�x��wT&?��<�RCo���&���-Q�J\��_�eO��~܊m�Fs�����Ϡ�*�?{Kx�K�����xz8!��\x��򙺮�!%>�5���]��D��4���8z��x�ѯ���2v

��O!�
���.��e��(/����+رk'��^Aĉb� f�f�[*�W�N�Сq���瞾rK{���G�S�8r� �y�
J�*��,f�8�w��K�3���4^��7�Y���+���'O�@��w������'N"�u}������i��1��0N;�xu��H�-��gاQ��&�t���Ӹ�D�Y�HwO>�B�9\ZN�֣�x�ۊ��]�2�7��ۑzn�h/E�CA�s'���w>�D�;��mS�
�2-YX�uK�m~=��"�=��L�!��;_h��+���N�n��m~�m���q���Mo�HoJ!�G>�)|�g�bZ�R<|i-�سJT1Ȃx�v^	zi�b�o�#��l���N�(�g�X$���_����*7<xKr�m����B������~�7��3��R��XxҶ��&�֥���޶�2q�d���l��������ą�44XJW����#	���v�n_�&��r/Q�B�R�U
=z_vuu9�PՃ[���Z&l��ۖMZ��*a��,xQ(n4��_�Wjs	��嚸+-*���o��1:�/�Y�������߿�w�!԰ݶ�v�~[��Û�qWk
x�Yn�`�
�P$�S8P�	npNk�#/���-ܶj4��Fo�U@���}�}��ʢ�x���ʢn�q&2]�D�E��%:0w��g
��UJ�`�m����Ҝ��"q���]��r���/F��l��ʑ�ڶ$���'�:&�$�U�{�T��sɒŚW�*�_Ne���v�n��M�g z	��H�B�:��Ȕ��`�V�H��e�[��}J�_��*M�[����'AS��L�biA]!l��M��E,M�0�s�z����r��dw����$�@Ol�h�h��"�(-�yT�y
yG�hV��C6¡�.X��k6��B���5���z�z��Ys^Bok�
jNWk��\�A�*y�/���fD`n�	�yy�eh��w
aze]�4&���5�˹I�2�ḳ��A�*boz�F�f�Z]���$�*�,�-���,n�?�b��c\F�Y�p�=�n�
���~�z��Q��4��;�X8�9A^k.�C��h�3�t��m�]���x�6�G��7�����r�+Wq�k���NM�l��k��9�H&bz/%l�Q���c7y�*q~�Q���ʴ�����6[�s0�m�u=����i]�ʤ�i�MD��+O�y�y�cQ�B"b�Z���%�S���t}�=��ͪ��|W�#���a ��L�~��ޝ@r���x�(��cf��4�/NCW�Lp{�ԅ���KG���U���tql%8lc�N�ו:�*���E7��q��B2O$�����Ղ�|z��$��;����2�B�رѴދB%�\�E�2��Y{5�<�"͛��%�$�+�2}�t�����-�겼�`��X,�B��g�L(T�Y�S�d8��N�����1��u�>0���;��]!�Ζ�X�aƙC_j�P�j���`d7œ٩D���(pl�9a�\�:�$�l�rY��e4(<*IB��b���h��OE~��\�N���S��*(�P�u-��MD������W.b���pr�\^�Oh�B%VA��
�=�e���S �K�pi�*�ev���I>�sWO���ۑ�&pe�
�S�:����H��'
��d
Ij��KWx�d�S��5&'rj�21$E�:"�E��<aA�\�g�6�?��5h��)��\^��(�*�Q�JU
�0�w��/J�%��z����:z��w�We�4Uq���E�K�0�z�
�:<e�Ʀc�!�U]eҠ21��T�4��(�e,liEQ4�H�+-eR��0{����.�=�d/���*,Q��>�0]�dQH��֚$	U|r��M�{�=��:JF	��)��HEK���:���O}&��g.S��w�.$9�#�ܩ��y�1n?F�E��?"<��S�}����F����H$"%�!�}u��+�2���|$��jK�V�R��2q��C	Z-��Ւ,nD�D���S�6�H7VVV0>���9Z�z00ԇ�Oc�0I�R�Ќa�0K�ZS1��͖����)D�
��4H��*�b�(�T�jM=�DL�U%�C������@?_/d	U*��sgTz�?G`�5�w�Z[�k”'���|j�	��bgj�:��dZK����xݕ.
�(r�D�/��싏c�Y�!����B�R;���i�+H�q�?����h��Q<�4aU1��C8�=o#oK���-S��;ോܤd��a+��F�Ӱ(#<�d�w~:ZF�fG
��\G��T�\�}�z�X���a۬/�L���}t[�):�ҵ�W=�Z9��QN�P���g4G�x(U�x-O��N$"Huǩܚ8��Fn�hɛ��<�
:Q�(t߄Q,�1��8<���t�Г�^�{��eD$%n
?��R�B��UP����W���x��'a��}�i�����{q護#vS7,�<ÑVToڊ�W�@��qD4���BA�Ҵ���չ|iK�x���7)���\[�y�u־X�tdyk>{�]~,�;�(��jt�J�X��ӕ���`l�
$�q�������
o��j���6�`X�WB��Y��%;|��Yd]�1r��:�p���ӥ�t*�P�9�ғ	�K�FDwuu��K,����RiR؊22~?��6]��RS��b,:�Bv#=C�]e�(�J���j�{��Lj��]]=�ӹ�%,7�xv��x	6n��MA��U1��C�+�
�X,)�#���xa��BX�a��H�:J���h��C
�*�Q*�$�Q
�z^5�R��D<�T�}	���/��q��ZPQR�L�/�T��<h�[ݲ�.��l�!��қ
3D-W�X�:�z�y
�w�R��0k�{�,$K�\35��V����R�!5�|5���P�ߝD���&���s�P��<�*6��S�-��Is��F��E��R�����	��k�"qu")�)ߧ��^��.��>�gx��#�ľ�1ܿ�C�(fWq��X������λo��������+I��+j�'�3l�%_�Ţ��畴y~�D�ȃ�G���7O�m^�V.�(���
LY�`�')��B��WZ�‚%�ktt��d/^�dE�L�{SXZXR�&cvz+KY�L.���_�-"݊c<y�����YZ�=j1G(���%,�����)\�
oUi�
�P(��1Dhu؆�F,�$=��m���+�H�N,3dV��ZV�Rl�R���!���JfP,	�G.�5�'Oj����T��K�\���2��*�Z����L��
��*+?!\D>_�B�
��O*��גP*���� p��ĕK��0��
z/r/�j8k%�&�F�&ҶK��+���
�9u�^���<�M�m�1�]��{��^��4�E�S����n㾘m�
��c-��l[�▶zi�["Ԧ�}�׌A�pȄ8�����D�Fh1���]����S��.�n�g�:�z.����.����Ŝ(9��N�����<������q��=�x��s��g>�1�����$z�{؉
���j'��g=O,-��f��\�a��5o��/�!�J<d�W�k;4x+�`x��]����5�W7��g�6�7��ۀ��6�r�I������N��9�B4G�P�0�fy�(`�S��th���$�W�A�ЅAT���!'A�:�Bc��Q���y��"dE��+����Z����
z��i�
FϳyO��-����zKU��g�QM��ֳ���G#N/#�a���j�hH��G��Q[�����������
�"T�.�Zʒ&ĺ�J�S��G"�.�S�� �^�UU1&V�F�٢$�X����R�L��+�&�V�˭R��ћ�E���Մd�\�&@�F���v����l�B�i^�{�����D�,C�5�r=�|��s��\MU� ���7�3�Qh빤�5r	L�b��9	k��Rм'�ⴁ�R}�H�����1ӵ��t*���pAFAD2|K�F�)�c��`(B�z>[*�pV���O^���a)�����+^~7=QB��S���e� z��G���7ތ�S8����w�C�("�K<��@֐�]���.l���nx��9�@�8oS�n��N�+�˙`���^5Eb�JD!.��%�5i�,��K��n�`�(�%^�Ʀ��I)�0*ertFv�`~z3W�Q+7��?�<*�v�_���$Vq��ʹ�*��Z�����)��Z������$I*H��?g �J�&u��b�C�� ;{`�F$�Q���`(��6J
�ei��9WU�X�������o�jm�8C��k�H��љǂ��
k44��T<�ÿ�r9�.��1�
b[�}4S�R�w��@�
�r��7�܀-�=�|�}(Փh�������s�x�(�K��-������p੸P=�5��	�%J�i -C��(�4�
Y�2*X`+��0
�Utԅ�Z��"a<QP!�UtE�3Q�%
NL�R(L�-�ò��`.Q�Wq�&��1��爐�[�d��=�mb�S�H.��Z0��1�W����.���o{ٷ,��0J���qyio���׾V�HS`�\ˋ�4h��0�c��r�ڦ��b�c���w�ؗ���o�v2f�F��2�`m��$/��Hi��2��ނ���]Ԣ������[�3	➲����S �k��-��(��S���	L�D�
�M�*"$�^���{w *D*�s�F�p�S�")�ްr��~Z��&�F�����ܘTA^���D0�غS�^�g�O�<I+<�Q_��H�[.��D�5OlB1��2��n�H�GOO.�����g� Ԡਲ&+�"V�O���@-g�
o~�'���{���s����+��k'���(
�[��� |!·H��7Re'�u��L*׀�|�TL�Σ��Wg�܁$��BQ�)����5Bc��L�/I�T'OR&�R��H�j��sD�`⁁c����
��\�����f�;�G�����@�|o�%(���uU��z'0U�p6�To4j@K�B�(-�����<k8�h6Qt�a(ed<^��l��~����?n"t���W�%T�����S�3�^t.5��Ԕz���p��L�ʒ��.?t=���W�"��
7��?��p�
�K��
͕08<J/����10��>� ���x�=��ؑ��z�P.R����]�=���P�Q滗��*����H<ct���L۲I�Ҽő��\�?��k�g��ğ��z&�(��l.iQ��\�<qc�ᨮ��=H>����%�1BA	 a��G �T�%*�!��ʜ�C�SH8����>t��xK\t�d{����ʟ@]���]���'߲���>,V�pl�Qz9��4Lb���<��I��*2�T��F1ο�h��H��D��f��E���9L�f)��g$�TQ*�	�2��%z9���WT�H�&a����G$�J��A��!��*��'�ۓA*�R>hy%��%�)
Kr6�~{3�/��}�H�
$�X8��B�}q��碑[�bY�����V���m��u(�E),�L�}����҃��(�FQ
"�~�4�2I:�BkgV�ҌYQ��g5y�j�@}�d$��U�
��4<�&�0նE��Q�J�B�#F��2��^1��V�uB{EC��%-�[S^09(��Ȳ
K%�J�q
X��%(�u��y̯��[�{�����=�f�t�Z*h�O��%����#w�=�]���*���H�PCE�P���<G/��G�-v�Ym�ߗ��&���[��߲|0�G���R���"�X�.߹0�z"�U7s��y��S8~�.Zs�V��܅���iDW�ڣ]);˪0�;�(!'���g?*H�)L6's��l
�+!�@ow��Tjʗ�7`��b�_U��U*԰Z_�2()/"�}Q
���8I،�]��C��jZ5�N�T4*���/�k�Q�ԝr[��%2�_Y�*��͹�DlB|M�XM֛�@��/��(���UH�+�A©V��0���4=8U2�����p���;���D��EUVr�(�YM�b���'`Vnt�3r��H�䜢`����0�aӑ(X��
��}�3)&Az(zr�,=C��榑]YA�НӤ"P�L�V�D�	��z1u��H��
Q	F�?�+�԰�LC�hذm��k�%���k4V"��8�4�Ji�X��E��_�n7X���E�<�CEӐ༊�������po
B�ct7S��gph�A�>}��K	����:둛n��O^���1BmQ�yϽx쩯"[�k�����ļ��"w���,�`76�"MC�{�����\R�˝���|�E�?��~��]����
��d�߳&���j�]F�8h?�s?����,!����~����������(��~'�x��=�V���R/��������b��I컥���$ϐ�'��Ͼ��֌�E����~օ�pV����H4{q���S���$��(�D�t���Hh�X���
#ƮNْ	����jz9w��g|=	ڽ�.�'k�\�0�s%Ԋ�#Y''��+���*���1�y��LAD[k*Q,�p5��b�hԖxL�L�D��4d�NN���E�E�ɮ.�����G��l�Um��Y�����לP�E,w�X�—�T衕�P$,Z�+[o�?1����I2�$!J2��H��Q���݅�>z@��$���G��e�K��x6W��8��Tb�T��Ȧ&.!��h�����s�P����C#��p��XR� $|RH�i]�]oG4#v;g"pV��7�cI]a�$��8�z�(��e%ԗ|�(=�	*�a��$�1�h�䒈�hd͟�
O�0uu}�>���]Ct�t�ѿ}��E
�۱s�n�:�G�EL�
�1b�`Ϯ����qdz���,�Yvu���M���᯾{����4w��/_9sKT�۵g�nj�@���	v�;����@���?�����!��0��2�h>��|e�`�w�=����g�&7W¾vo��߶o�3��ﱬ�/�q{�7�%n:�m�-��ɦ w\�ҴP$��j�V-;6�D��j�mp66�L�_o8LaRV���׌c�-q��Vg�����r�V��"Q	y�R�^0Q?��F��A:D���e�Ja^�;BH'�E�L��X4���䠈 �8u��UHaN���/CO/�>R@�	EI��
{�`�n|��P��ڎ���D=E�mJ{L_|J���V��?Bm�����4�#�h��
�h���t>r®�`�kɫ��R�(_"�+Ѯ�a��P�G��kff��V���!f/�w^�ޣz'ʫ����/o�)㽈��p���!���~dH���{^#LU!<U��\4�W�n.�Dk����9��b�Q"BJ
�27Mန�i(g#��8!c�X
kސ��HI14S��]&��ljF���(���3�D�~9~Ş�RqĄ;��HP�y��B#Fy�ϲ;��(�C�0��9���bp�0����B(�jiB���g��c�JB<Q&V�̫Z��cR�)zk_-���r�c�-��œt�7K��ޮ.�;�4Z���{�+���!�ǒ�.��dw�e��?�$���(?4�W�]�w0al��M�V����w��{��޹�ƨ��j:�s�T��8�en��cw�嬶��u�@�a�l�V���9��qRN\����N�&�/Ϣgh��ў�|�g]��e	R��t߇`�Vh�������7cf~s�3ĆG0��ǭ7���%9�AV(n>qQ��O�݀��|�<K�Z�2�I'��y�,�nIGq~6��������%��h�[�Z��P+$R�󺚴XI�U�,^&�A��[�Y���D��i������ۭm��7�ZRaZ��V�S�%0zD@�5�BD��yG"z_$�d�9NNriK@naU(�D��Ʋ���>Z�	z$�*[u�B0���q����bX!ſD���͸F�
a��#qn��oFp��{�����3|��Ģ掤�rj
{%y��ܒN�P��!�-ˆ�.,.b���_�E�Yz�XY��P,����K��?]��lQ&T�B�-M�Y~�]��X��hH����徖�����,5����K΍��J�I�x*fՔX��Xi�^���!
-�:@Kz�d�((�o�XVnCy*�Z��
�Po�ޚ(A*�Z�D�k�Ә+.`�pb�$E��7�&��r�zB&�K”7a��`�QQ�M�[�R	Aʵ8>KV���^�2l���Q�TD9	lF%m�Z-�k%��L��&���mjsթL��s�J<vRrN8.K�f��'f.afnGFQY(�y���@(�ً��0������tG�q-a)��I�c}�طc'v[��Pz�i�,�D��1��n6��ⷚm
��0"�DӉ���Z?�]���_�_K��)��I�n�<���[�Pڎ�t�Y�5��g�	z"D� �'��q̹�]�]�)�U �%��DE�p̯S&�$��tr�����"�馮61H�wp`�8v��fc6)W�Nzv�̉������q�n�l��ݻv`�PǞ���s5%��J�6�F��L�7��)-٘FI8y�B[�<FK���x�''F��9IR:�MŽtgR�+�כP2/.D����f�a��!��;�(R�L,Wqh4����:�~+�����j7]���
��Q��l��SEp��hHp$n#��hEE9Ge2�I�����
Q��9����|�}��P��L!��>=�Ј����™����X�(0�C�#�0�[H����!B6==��H���v��1,.��Ɲq�q
X���(Tt�
N�^�%*��G�ӣ����$Ja��Tr&�9IH�*�t��ܳ�]��P@�4�u%��x*��G�6Y�R8G�� ���)P�r���n)�Ow�B�W�_5-c#�X�ۄוS�L~��[�~d�*�X�sʱS�G=���GI�!�r5�Oi��5,�E�\t TS��Q�	�Y�F��7����q.-_���q�Ř�cƂ�U�k�()?CE"ֳ���p3��i�q�Du���
sLe��.����*�Z!�T�l2��}�_��1�'�n��Ï�Tx�皚�ME�$YfI�0=���g���ij���(O�����e���% �X��T˸��$i�$kq,gWh�5c�@o�����9���a,�Cy��n���a�u����L�U���/��2ނ�bJ���{�2B[�5�¶[
�i��=�Rs�¦g�2k�S(NK9��I���k}oSZ�:N�Db��k)+��Z�xZʤ�6���������	x+�]���ׯ/��ǝ�&9��j1%�����	� %+FFw�kG�
���!S�۝ǩ�Z흮�y2��MN�L�����ڰ�g��xzG#�aY������U��}����۬���A��}a�A��#|C+����zJ�ૺ�[�jaF�Q�V�4�Og�1�."�K�Rm��'�B�Q��%%��a��N띓���~�Z��Pi��T�<OR���((����bU?���8s��y�B���1J��䅧1Y���&�%�w�L-��Џi���ܝ����J�F�J�%KNK�uEy����y,��b�K$��"�($�_��
�-�?���d�El�Rh*wR!�+�[�|�7x�)%�0h�蓒
O+�L���i��P�4Qe��"��IE�
$'ޚ(�.	[&o��k�5��O���;�W�W#u�4�n�|�����8f
�x����_<�1�=t���<!��Y&�qš�Ӡg�����^�H�<W,��M%g��<@o5LB�im&Cʳ��(�U��Q!,!2(�&Kݨ������n�B8~�2r��wS3X��É�'�p�U�J����P�:p+�U�	�*1��3���h���"��z�;p�m7b��23���t]�A� 6�d΋�y:ϱ��ph^x�77�sa�	��#�@r8^���EǢ���m��u��O�8�\뜮�r?�l���c'q���;���AZ�h,,�ң�\2���9�$
�����!����}��R�����f��.�g�[/���['kM���
��P:q*ꩄ#�*,����m�[Y�!�P���ʖ�\�Bf��MZ��5+^���O	�.�H���͚*����	'Hv���yU$Vk��W�h��H J�d������:9��R�!+B�3���
��w�p�j
�|�/h�7ȝ���T�	��c����xxg�mYՒ(q����!�%ł%I�"А(�R�F��QƆ���.)��D������Ih"��]�e�֥M�(!ž��<���]8M�"yv!�AU�2�&��6����%��U�b��b��b�zU�UQ�4k�dƦK��h�7��3�����T6��<�U����Y����=o�!��8��=��]1�&�,ϵ޲ -�ڗ�ba7��Gg`�Y���I>���&K��7|=ar'R�>#�nWH��h�$���T"ez���v6��s2"��S�9H�
c�+�x�L/\@����z};��A�7��Mx�з$}�Jy�X)�F~E����a>)E\Wh:nӳ)��/�k"�6��<��!l���N�<	���ȖF;io��]��Z(�s�
�%S,��zY�?d\���[nAvu	.ne�܂׌�
cnv^��[o�I�^p�(��}7���,���۩F<�J=�_J���'E��3���e,{
�kk�mr�f<x������:�!�YA�k
��X��_us�2ś��7u�;J(�L(I
&<�L��H*"�鷙��Z��(���*����V�����֕�)ͧ���N�eyM�ƭ��TIk�v�V�"t�\���T���ݯ{F�Q8r��('<��f�
kr�c;�[�șD�}�=ȓK;W;�eW�P�[�q[�Q�s���4�D8.�a	�C��h�F��$텸�h[D-~�;�E���ۙ�L�f0@:��wV��.N�n`�d"JvY�Urk�$�g�CoV���~��R8_*k8���e0u/�KL�PF���-�|	��J�"ǔ�7HC��f�����b�6��E*��{��������{߁�V��`���o$_�n	>���4�,{c}��3�)�c(&d���*-ˉ���R��F�x��Z�2d�h�l�D�e*���I>͓S+^̡+�GÅ�{��Y�Mދ�uF�j'��sui�&.����x���X�ǑH�PR,nƣ�����^��!�kd�@��{㽰�Ÿ|FÇ������	w�w,�i�t�ζ�@@��w��ҁ��k��+/�
��>؞pw,��ݽ�(ǫ�D�86����ݸ@�d�}�R�<��5�,�La:���i���~%ئ���a�-М�@O�j{{��i;�[G_����-A%������
#�v�މ�1
�U�*,a����aZ)�Z�,^q����j��m�)X�ƒ��Ym�xKD�X���#$��!�\$��]�
��$�����#G��W�$�Ɍ�5뙚B�*��{}��`�t
���t?�"p�rR�W�)�_&>��$nT�~)�ju�3v�B^B����#|St�>�YJ�y����I>@�X\�a1��%{V�*Z�"ؑTE!�,��9zQ�JM=9^��M*�	�D��ͫ$�s$�K5���݈�%L�b�TV½�^LC-o��4S^KxKa-U*����p˲��2��F&�C�*�>�󃙃xr�)LV���3�+r39������|���))��ʥ`	z�FN9�R��"�Ů\F���bi���Iǵ�����4r���	�'1ۋ�d��͘RQ��@����zM9*�����k���r���q1	^��DP-�)6��.���t��K�
ta��O*�TJ�lӪ�h���7ڔ��֚��+��y6h-�P�xѭ�,��|�@�~��Y��E,���9,��鹄�����*�s'�#�tx��{�n8��Dʵ���1�K�G�[�?���<^�c���1��j-F�%��L���m��Z���t|�ދ0rZ��>������on�E<��v����*�S�Ȯ�����/H�ݮje&�#�Cب˦e�<��E�j�M�;N�^�����$fi
/��%c��%�Z+}+�9b���v������CC��������2�8&�L��o��yb�j�'S����
���z�DIN[�ڿ�&��z}���d���t7�.ū����^U*��U
ؚ(DK
�E[�[�κ�0�+,��_ho�l�J%�Qe��YY�Z) J�U���R�B;��A�eш&�6�X$�� ���/��%�0ǔ�w��Q�@?y�dž�U(�J���(?R7%Qd�U.u%�
�a<9����8���%��=�*�]B���.jIyFW�G�u�?���Ϩr��k�.�	��`�Zld�s+*�
.�gu�.��=����V�6Iw���l��T5�Hȗ\JRk��eaz����R�htlGo�	~��H�?z�q*����d�R3�4��ˊ���4
K4�J�Mt���j5��>����Q���-��J1��6�d㉈	�ཉ��Tʫ$
9zss��0$��[DF�G������e

�@�fiqQK/�:uJ���x�+/l�jS ��\���^e�5�1���3{P�c�DPN�F���C�^��E�l�Z���^��"̾k4�y	x#�'�ԡs�q��a���4d[�=uu	?��4ߏe��{�Tڈ1�q�b�Mš�8B�uG�f8�a����w�6!n���o�\�|��L/�֋��O�>�,?C�S�"U��q�WޙB�I��Rt洞�b��ie
}�$�]��_�p^M�c���dpO�m8Wz���Xe����*	Ԭr/�&E<�C9ek�Aދ��y�O�CW�m$�
��$/#��+���X�����y�9�8
R��ŵ\�Z`���H
Y�(K�%����T3��3�$��]u�V'��
i�M:D��\�(�9�hdST��b��sc�
"�a�BhGR�	��E�Fjv��
�cje�U)!FB�߄�����I��fJ�KY��D�5c��uO�̠�����l����E6��U�]�\�<G�D�(b��ĵX(�!�c��ý�܃�;�i`���„Y��9E'����u��Zؿ),i�I����'rx_<�iB�K=�w�D���h��y&u	��[�������0��M*�P�R-�P ~?Ce[B�^�Tn�y�(��Sطp��GO��p��^z�5�CH�+%��Л���(W
�c�-7R��0����g�0���!��B����Ͷ}��ah�}}�(ћ�[�B��Zx
�.^�r*�\�KK���G����_��$@OMO�葛�x搥���߇W���G?ڒ%mV��\�Mh{��F�{yp=�THQ�����b`�+�^��êEI��a$�݂�l
�0�����Ʋ��Q�����ݾ����Z���/�q4��h�ֈ/g��4h���2�C��şm�B��OH��RQ�ٳg��O�WrO�2��OkP�,Q$qR۲�H���?2�˅
�R;`�C�V�	e4u���C�*ye
�(��J����w`o�f+�p�4�Qh��ӂ�E*�O}�~��Ԋc?�=sSW1<2��(��R�D)��UD,�0�$�S�8]�{���-���b�:]�/1��qz!Z9W����)c�IAM"W .ɥ�H}0z(Ez
ݲZ�c�<2���(ʖ����}����=��J�bY�%D%�~
�#����^*Lc���SZ�l�p7�B�(�������K+����7�Œ#=��9���;��o�&t֭�Cc6�K!�F�F��=���cd\+%��{��1�5C�/����^��m6�
�,w���B_�}ȶ�'ߥ����l���0�x�f/ϑ�]�`�穠�g�Jv��䯤�fWO�WW0�\j\�p{)�/�"�{z�݇1yuc{�hd�c���jļ�-�aijK���ut7�/Nk�w�(2Q���5��?�p���w�ƛR���ꢿI���He3�B��}�l�Heq��s�dz4HCJꨗ����!^�韒�Se���k����2{�Q���q�^H>WP^sue�=wL�//z+8��P��ܚ�]��ZC=�>��|��T��6�X�%�Kr��S>��Œ�g��m#��0���x"k�#�sd��.S{���bT�Q�59��;��2p�ڃ��
L��p߾A|��4�{�x�
��T�vx�ѫ��x�x�����=��̉I|�M;��]�m�����1|����	l�I��պ*��|��J	vQ$6̚#�VV�bu}1N�t�F+�E_rH�pU��%�����	��%� ��B�I��rœ(B�v�W�\9Gh�-}"Vm��9<u�|�����}�V�������;h����/<�L�lYX 6Tr��Y!�&<Î���0Y����Rs�B?BE�M^��5V�T�ԗ*j]1�f�����	���;RjT��DS��x#GJ��-��{�ĕK"���P��j�!��!Ss+L�>��S��+���\Ԁ�lX��e�UJP�&Ԋ�����_����s|i�}2�d—J�?��?B/-���4��?�To�����H�AU��M�����9Y*Д..&%�E	���~C�8���r:��!ؽB]� OC���y�J�3�,��݋Ծ1��ó_~ɽ;�.��/	*�R��,��o��q�ϟ?G�*�7��{q�cxٛ�b���B��4F�va�o�¹Q>�UZ�_u#���c�=p��;0}�9��•��|I���U���3�j�1
�Xo�
��C!��4�P:��6��Ļ�r�JK��	��h���<t�F�<EO2�655��>��s�J>�Շn�1}��x����13�K��zXk��22k���(��t	���J�S�qܨ>�re���
מ!��h�G�귵6~���T�����ڵ��2m��|@ݷ��W�}���k��O��OjU���?�C?���_�|�AZ�C����	|�.�3�<�~Z#���j�����w�ݟ;��x����oOL���>���6���ۇR�w���ף�m��&y�h���c����܏?x�~��4$R��ߵ�߾�֝���I�Z����r���e�r�{v�J�vN�O�JA�"�Y�!�/�����A�O*�$��$)�
�H(��e�I7���LK�N(|����ڭԫZ�Q�'��-U
T�*���3������7Q�_1�tISH�D,r4	��e<��z�7�[ ��=���
FFF��L�xZ�IL֧�QP��6*�T�.\�h�(�U�����1ߘ�Dq�
#AuSrX��x1]<o��GC%���t���\���$�I$�L�#YK�U�]�ʹY���b��j����{!�E%cq��W�%�}M�n���C��톌zx�`yd���x��Ջ(����/�鋄J�U�K�K��ʧ5�l���S=�ݷ��f*�þv�!��>�kƈ�R���=q3�$n�q��d�5$�ćN��6��F�E%
�U�*�B��+f�E����%0y�
R�Ӄ84nF(�ϐ��R0�+�E����ԇ�#�
���{|�ɳ<v
��8fx�\矽�T�B���*!�c?�ZV�W	���Ei�7��L\<��^���X]r�ɝXBO/y�.��6_5�U�|�E�
��%�RB�o��\
Ki�y��Ⳓ��^}���3gΪ�zo.^�SO>�p���|�-�e��/�؂�ލzﶻ�o�h��t	y��o?�N<���e��HI�v��3N�(�S��,�gbuN�hE����]w��Z�CC�ѡ}���1����R��_�U�����8��}�C�zUqO�<�����{�^�������;�>�)�>}��Īk���8�T�@�D�|���%�(�(����>d��^Q��o��`����1�-�>���P98�iA[GG2(еޑIl&�cf��cS���;v㙩e�z�f�ܳgN��v�a�@+4�M�3gO���	Z�A^Pb"�"�2���\F��H��"���5
���Y!��>S����IS����q�dƺ�p��z8}�NT	w�U��M�!�A&Lb�����2s���,���� �~x�%����KZ�D�`�s3��
�H�{�
,W�R*b��i*dB�E����{�W�	���^II��"�$�yU2���z++V��&n����u��X�H��5�-�+�!��s�J�*Q�7}5ȕL济U\X�(%���v��?7X�o��m��J�K1����E����t_*aY�6����oc�4�w���aU��LpO�C���(y�t#&�.c�0�g�<���,��UT�U-�+J"������N��B�}��9�筢��㚇�p�5%�˅��{���^���2ƒ�"7���.h�����D�I�A�%\���ӏ^��jA붕W��5<{�)�ꚝ؁T<M���I�������Q��W�оu�WI�diE1{u�cp$���
G@DKo6u\/�sZ�#�;o#y�@�6�5�<����Ӹ��1K�C�k/�_.�CwW7���{$U@b�3��ꭈw3::�����%*#�4�FZ�%�0(��f�{\x*U/4(RǟF���䳢-�ɻ���"j�}��&X��l/a�*Q��;�x��R��8���;�M��5o�
{�Z�'�|��Q��˙H=��o�]qB��G��k�.b�g۶8B��J�!Q<��HOF>�R��S8ҟT��zWr<4e��r����zg;�Q|e2��~|'�y'�^MΛ�F4�V�,���K��1֓�ǟ���DD��y�"n���B#!�����/��@��
mi<�N+a/��3�Y�5��x!���#�Zx�SI�X_��pBu�~I=*
ָݥ5���Pz)�M��R�\�襘3\�V7��t�pA-1$�:�
b!��UVy�sBF$��Kz�Xz�A,զ�l����0����x���/�Wކ����S�J^�Z֨�U*�>noYKX��UB[+�%]�*A�:��tn�F*�����n�Dt����@��IY���
=ބz5j�r`$&^��k!�	�	���RUM	��U%��U�d���d
%z�\��`춥�x��n)��4	҄Ly\���R��`���"ލT7��#�Wx5�<xcO=����Z�_�
�tr��2ީrY3i_���?��S�ҊfG7rw���SxE�v�V�LC.�
������mM�l�^���ƭ��]��8����� ��ƥKW�,�����?�~�13Y��n���X!�Ot��/?�n�+�^{�[1�9]�b(Ј,<Z�M��T(���pㄖ�ᘖ�r2�˳�G<�<���ǐx�	��`��(w���p��q��i��󓊬x��[S����%�Q<w�y�,=ٮ"q=��0F��[�M�Y���O���
i���݋��A䦯bH���z���cfݟ���u�=���'0�qVϯ�N��VގZq�}O��|��?��'>p��|t�p���k�	������	;(Q$]�BP?�?�{������n�w}�w����~����j}�����_���.|�_���6U(�W�^5����
~��T���%��9:��|j
?{���S�H�_�)�<����F�x�=B,V�Y؈���B_2�ʡ�'u�� _�#W�k��Ċ�m�FKT�n��M�c E"���Ol��L7�sX��UER��C�Z�{C�Xo`^Âe��fS�v˕i�[M�@��baF3QI�d(�.�h���K�Z9���&��NR���k�Y�/�j�������${јo���O?���~����( �1$�L�ם�ژ��KnK2��t��6���ȳ�^/9)�J�M��cij%a����_p�HS��,
���Ҋ�Uw�����{�,�q�:��$1y��
M�!/�q�����%��r�+=,�E�o�@5CJ��W�X�%aŢX2��AO��QS(W�kܷ��
S��La�΃<_N�9	�N�W�|ˮ齗pb���/M�4����N�a)��g&U��EL��x�hE�Xn��gu��x#��4����9%U��p�pO/n%�����H5�"ޓA�P��z�����{p�IL_Y¡;�9W,�8���.��b�Ƒ�w`��G��M�(D593�x)*�ױ�]Ւ8�V������r(�g-�@w�I���.k���c�MA�~��K{w�q������t�#XZ�+p$��gՖ{#����� '$�P���#&$�<{щ	����<�,��2Ls\�|M�g�w�~�Kss|�|C�,��:�%���<�ML
�w�WNcׅXN����f���惿:�����=n!f(�;v������tE��ېʪ��{�n+��/�Eyq���L����O# ~�y��U;��G\�^�JrZ*bӒ�[��b�^�'��.g�x�+w��մ�G"�Q
1B]�y�N����DJټ��]I��R�D��|���R��m�%e]���|Nʫ��B��4��2�l/��ls4^�S$�+�IN�D����m7
�h7l��+��5��.�({�LDTP!�Ta�.ӄ$�j�ș�s��0XY�k��ɀ�E�g�<G]�֨Qp���E���T��̓��S������sx��+�g�>�N�+a��X�@c��GB�H�amz!}����sB�(u��T���(K	�QqI�-E��Ҽ+�얧71C�m�1��@W&�gv[j�tBߙ8�K�&q��i��r�	����,K�jY��H+��+�\�(<Q�R+�T�ҫ�����{�!d304�%��;YhL<+�+&��0*5�(Ⱥ*��P�]���4�BqR��-+�t�4�vQ�������s_��6�a�akm*���-���

�8�d=��i���ȗi-�,��RjEZ"����M���g���~�VXYB`��.\��SǞA����c�p0{2�����up�AM���a�(��'�z�HC��%�kQZɦ"��27FY�U���V3��� _lk��t#�l�s��|��VO�̈́o%�8���y���_H�D������8��C�&7�@�Bk�p*I��#8�����EXT8��R�y�!=vfl�֏�Cve��pá{�ȗ?����
�v�B%5{�a\&�u��`0�)7k�}�x�b���=�0�K����߿��^�浃�R�dm�����n����}k�q���&x��mN�}���Ǟ��7^��Z�ې-��6�"���+f��c�
%��na��^{a!�2���f[C-�l�����HO�+�d{�%�m��jN]�!Z�F�@A���т�&���h9�W�Q��ϩ���‚��Q�B���yW� �J�^N�T����.+�t��$��T��.�Z�"'v\��W�0M� L�R�$��"�S���w%}
S!�� ��-�(���F����GQHb��;A�$Y����Vk	,6������!Kq�wc���8��2-3�Kn馕��i�.P%�R��9
�f�!	�D�b��o�*~�*lS����
��b�9͗`����S鴞C������)����*K���P��JURz��"�5�J��.�Y����x`��T��+�2�s�9ܒ�W˳��[Ѓ[���J�X �@�G�J\ƈT�'�)

�mɲ�B�� )�Zՠ���$5�/=�];w�Wh�`�^ŀZ��p+�A�?BT�eY�R٧�T��i�2]����%5d�R��,@���*�F�[kT��Q&Qw�ID���'Ãy!�LpXXKR�y-��f�Hv�_Q���SΉ{�L�Q8�7_A(��K���-��y�%'g��>�����.L>��Y�����L�l���y&u�V��x\�Mh:���.EL���h+_��u�~��.�O�~C���-[Ne-��0�պ���S��<܊��,SQ�k;��T�Y�U�}ͿꙄ]67��Z�O�����O����,�א��h��b�R��va�$�AH�D�X���2�e�e�K�3��)���s�x��<v�"'����u�	�!�����5����SJ�fB�T"$�%�<M,V8�ä,�l}'�?Cn�0�(.�d�Iֹ�$g���0��$�0)p����,Dճ��:�ąk��z����5"���v
��B���2�UJm/�c���0S}�w�]�	T�:��b���X����K4�[r9��{y�+�R`�45�ڱL�}ޮU�����B��GG�xqMW�aqh�!z=y\����n��$��yU*͂���4�RVΤB��R0ee����b;�a���+�f�����o���1H\�n��5�M/y��eM$!�-�K�x��`عg���!\�pgN�#�\3�yRŘ�e�H���ͤz�镪�MM��r24Z���"O.ԦJ��ց2yXʥ��bu^���Se�J�f�����sW��z��e�����ܖH�5y$���?o��/�k!��s��-�Q�jo��Q%B,��Z��ޞc^LMη}��,�g��׶��L.���{�:���[����~�ɭ��h��	�*�#�?G�lo�����N�y���в�-<E�"���	�j�5�Ƶ"ZV
��g�M�H&��6m�4�D�'�5�������#K@����9�DE�vB9���曈�,��`�g���h.�l��U�l�F8,T���I~W1Ä��XC����N
��WR���UY(I�@SvZ��J�{Y�D�!�DmC�E��b�4�+0�,:1��LS��vi��\3�w�v��6
 �V��X'���P��*�L �I�¨Gʳ��N��E�Y���ԃ��.���r�uO�R�^��Ta)�A묐W_VXP��,�10�^�\�#Q�N�vÂ��J���zG2zn��,�,���h�F��0]�H�ԕJ���$!�f����*�?��_ P�@��;1Y����bG�OaZ�FK��x���HB�����*��I�q׏w�(	�	�Dݵw��5-�����0�����[���3�.!�"��������4�C<��q�;���'q��9��Isy
�i�ɕ�RE��TZ*:G��d���g���=��-ӫ��������V�C�`��I^R���^z������fk�E�]��]��St��@u�+~�6
-w��v�_�k��M��M�M��Z	�n�?�D|h�_[-��SQX�(BYk��n9e�C��g^wd���5�f�.��K �Q�>k뚘�*�0JK�D�U-%@,���h�F�J�F�����XYU�(�,˫	p4,[����jɐr�x+'��V�Pa��v��'FN�O-�A{���t�t�&,��f2)��5D�5B�@���F-oz.��>�A�h B�*�d�M�=E�$Vr*ԥX����9�X�7��\��ѭ܋X��fIW��u��5Ҫ�p-wz6KH��R1Y=���'K�%O+_V�lt	����<nE'v�-�(5�jU
D�n�
�ܥ��-ʓ
��=���*�7c�%l+a8�����"O����]a.cB*H[���(��=�YthH�duWʆ�I�ɾ������%kا�]�r�v�ߒz�R�`l��L��^a/&N�<�k�H='7��?�%�O��_q�X��'0Y,k��+_v���i[40<v�쉢�؅L�ђ9��R�i�?���!:z��}]�a��Ә"���S��?���ݸ�Η��W@>1��qz�T�_z�i>��|�k��X����[�R�!^�1C1L��������c�dj��{&�XZ��o�De�m��k�hAR@�M��ѢP6�"��pZ
�Y{��V=5���l`4Dž��ŷv
k�㴎����Z–YQ��G������	|ޮ��o��v�y
�{�W<~E�b�
sВŜ��oh,&!�O�)+�$�Aw�3!��R i~���%��0HAU/5u`HuUͲ�9��(`�>O�'t�
�Z�$��k�v
�2���+i*�.z�C�jDy�
2�~����Q�$IrK�����*kR�$;f�Yu���ܨ�o�oR��X2X`�D����A���E*����@Y\�U�B�I�r:c����<y�Wļ��r���YH�f2V�=�Lr�W �ܰ�`#��X��9Ģ�$#�4n�Ļ(��U��*o8FQhl�@
<V�`��AЊ�ye4��E�t�\z.Y��;��1�8��/?�;�w�ZҨ�y�j]C����%IHR�pY7�L��v$���Ӈ\%��d	9
�X�lg/��2>��1�P�p8������f�_t�����SX]��5ga���q��$�4=�
��U�w�k�Fbh7R�O�UXW����V�)��D��#���4����|~
Y�H�n������^,�Wq��ܻ�9��ٓh��`�\���p�8ʧ�z/�gs���g~�y�#����.�-_���vۺ���:mK*����o��ϣ=�N��f=p�
̊���d�P�%�Ix@�xQ,Uk����ۄ�\�غ����!|�+-��� MK�F�6�Q�V�7}3��TH����?G�Z*�
_�s�I.^@*׆	�H��y��%�YY��ؙ�s+�T�2��;�,]�Q�K1�8��\[B��2=��)�1��U���⬠��E�ܮ�a-(B[�"�4��$�	&�CJo̒+浴�U���%(	bj��,�S&	�K��J�Bd�b8���h���QU *,+$֥�,ٚh_�בˆV��w�x\�	�u�GJ�LOalx�]V�d-�H� |T!)�ֹ̲,�RX"�ӏ&��~64�*���„�*�ܩAu\!ĕ \t�������F8k<�n�(�Gd��y�p+�6�MC���7��������xÛ^���|���h��\�:��rtr�h����J�
�/]2��U�����[���`�Dl	S#o�p�',/�i���,i-}
�aPol>�۾�h���{���nM`�z
��w�H����{��'�k��t	�����[rP�S'��Ђa~~�b�~qZ{X�&vZ�T��hg�}}Ձ���|^h��ӱ��MZ�Z'��U��F��J�P
aG�B�8wɕX�MJ
w��Y���)�ޚ=�Z��r!UNB��+�T쨭Vk2��9W���9�g/Kᖰ�u4eM�<RŌ��X,N"��כ"�X�'�^���9��f��eBt�b��Kj�:�5-���	�n���
kٔ��}��	C9$k��3(ъ_\�Ӳ����c�d���2�]�.}>e��&ϥ!q
m)����P��e)���1� ��$���.N�o
[)Td�f4G�@ڬ+/\
����<z��u[�c��-R1X`�*�i�ד�҈�L��ʼ���pV$�$N��I����X�'���Jss��IDX�����(E -SZ#�p+8F����x�<��������~������7�ٔ����.Y\��70�Q�u-�b�eq�<�]�x�ͱh�h�-�#k��Q��w[T���Wh%c�* �\�+��G��^��g�wAc�*�p�ԗ0{r�\ER{�?^��UXF�o����th�Z�Lp�q��XA�&��L��/)�&�&�ʸ�U6U(J�%#��(��%ɞ��N!_]�"��A2Z+�w��%z�;bk�S�T�:[�=�(��J�&��Ym̫WT������ �E�"��J�B�*�B�W���[Y$��*��V�]7$�	aT����OA3�]eCu�B�-�֢\�W�L����HY�8�I�+N+�&"��$=�$�����ᶘ�&�W2�%��"LR�6��GC��J�4�V�P�${Jm�pX*��
�&r�/"�xF�	G�
�-�v�Y���Z�w$bK�XJ9�DP�B�<o:խ+C� U|�"^���)b��-/�K2���L�0����#ܐ�7���*x�$2F�nU�n`��J��3�_�:��[�RR_�\E�C�Ŷ&�˕�zz�^sZQ��l�?�ץ�ox'�܈7^�(D�‡eVф��[_��1=w�&O�o��g����y��,n�%�G����)�g��
�\����c���,�9�F4�md�^�zT���#���z^[�msI����Fw��_�x
�L��ZgE��eṮF��3@�᫁��'�d����$u-Y#��k�W	6�A2�	ƨ@L'LM��{Y̪�a8���%�}C�B��BuYsS$	R�,��9�B[q�h4azM�o�R9,i��p
%~H�d8B?#ҥ����*�����G̊�BH�FO���U�Z[�#
#cukn��{Z�r��C�J5T3ј6�VX_� &��¯hx�,�U�g�T[U�\���&$�A��t��J	T���������ڜ����ECT$u���L��$A�fJ��'�ބl�=�4!��	�k��QW'.`�wP=)���V\2�)�%wGr,���!S{M	��U�II�mTrnf�vYȩ;����9\,\�Xh;#c�°|J���ɕ
t
L�۾�U����.�Qw=rs?�B]3�Vt-|o3�[�:�}�Tٛ@��e�r.�������`���[��{ߌ��W�ʌ�C7`i��g�B���c��{��r�滰�'��.�_��j�=]�:������fo�I���/��&���NL��e��q���#q���w`x� �|���6�ܹE�.����=���qz�w�~�p~i���P-pҎ�p����l	�N>�g���߹�F���^�ӧ����v�L�����V�.a��aY�yB	�/���ϝj���mx�-�9���
���#8���y�w
�G��x�5`�z��p�M���Q"�C�{}{n$��s����O�k����}v	��u7r�X�9�&˘Z�U�p	�=�8��w`vvNk��U��i2v�i���]�#�A_����� 쓌')��=%�T��2�9΁.�R��9f�Z�#�#�t+��E&ѣ����	WE��j�z���G$�ި#��Jm��Q�S4���[�!#��S��B�R
C�D��|&L
O歼����!����d�&��Ă�e����2�ܳ��$�s�t���r9��Xc�$D�(D5�r��k���Rh8�7$��V��c�xb�t)U�T*�pW	�k��+m�E#��[��IΓ`�΢�V%V0��^aj�*I=~�	�t
��R�K�5s�%^sL��T��:�=��E�,��+\%^�D�I����>ߙ��%�-��tc��9t�]8ګ�as��s�,�ִvϤ�����;�j{���V#m�����S-Cp>�ȭk���;�.Q��&��������uT&EZ��2���7�{>��ڏ��?���p��_bt�n<~�$���ƥ�D�ć����{vaUVC+�`�\/�l,9Q+�V���$>���Pb���>�V9��a%Gx$������f_gg��퟽r5wN��|�<�‚C'p�?�Trm=o ��}����D�v��0��W�Εi,M��g�N���z���{G��D�)^AA��+W�����P@y�i����U�%��B���	��]D�S��C�m�ic��|A��e{-<v$�b]��.�0�Yߺ�A*֣q�5ӹ��v�^�H���~��B1���e��;�V�L9��o��Ca�4�@abx,9KHH�z�d,p,7
*䮇�hI
�Ӡ�C���+��Ki��]]P!���,�ؗ6k�Wh��9d))q/K�F�9�'i֝Vb�(2�Br�!�Ob�Z����Qq��H����C��Spht�w!���E�X-rX<��3W���Ǵ4�@g��,M+imD���T���⪒�Rj%���͗�L���mdᬈfMCC��vW���jq�=#*��悪���
��v��ȣQ��b0VCÇ���r�^0���6
��X�����fi�\��%U*|��.��P�>��Q.+O/�Z�,�d�:��s�o���W�y�8�����Ժ�f;�/5�r��<���_��<Ak �VV�#R?�w�5ݖ>~�Dk�g�/��ǫ2�d^g2����f�K�@>q�PZgIHP�>���$����M9Ȑ�VQ�[8G��bܗ�;
���eR𱫷K���TXr�z��$���8�n$x�	*�D:�[;�!•R����
C����(�4\��T�^�R�|��RvJm�d8�!�⍔�y�R\ө�^O�������c̗�y�m�!�="�CD�tg��I	���u5����&��n�x;!}O�B�Yx��Z��mS2^3�y$��%H|���T�
�꺈�wu'���Fm5�Jh���<u���<��M�VB&ڣ�B��d��w��g%0�p;r����Z�� �z��Ue�v��"���z7��^�Ο�2��o<v!���!��~�
��cBx���l+_��Mɣ�Oq��l��N����#���2���h����g�m��	s�mķ��ﶆ�z��#��ǃK����~�
�m׶;x�6�E�}}(�$������L�#�ѕP�	GlMdtl�шk��̅���,��.�R�6�7%D�\��������-/Ǘ��D��{�X�U�I�G�Bȋb�T\Va����5K^ErSDI���f�WU������@6�-/E��}��x�#f����נݯeD�k�"/]��Fe�
�2���\���%D�^7d��CF��%rC��G A��5UZ��P^Bf�TR��"�%B8T2�R�!e�C�W������ԃ��rA�#�p1R_c�x.�%y,R�R��g��K8jߊLW/\�^KQ����Qw�MJ��{��EU����Xs�+CV4���jcN�R�3�Gq��H�M���\|����ģ�|�^M�*����Gnُ�g/k2�]�&ZQ�'Aq)��$jN�8q$��^�I,l��<��eԞfp��9�κ��m��v#�*���`��R�K��)�"�g�;)�~�$_}76Ӕr�-i��>-�
��Dr}�~�'�z���ŭ��|3��%-���rֽ�I�`&����3���RA'j��B'��y(���)"�5͊BZk35M�%%���I2���B�<��i$�WgH�����ֺX2��k�X�%��/i��d��K5�m,c �Mʥ��i]VV��\�,��\_&��T�qe�-����Cܯ����@O!�LP�Du[���jiL�@�&a�V�H[��"�r�eq���~�6ƒ4�/�*�6�{S�J��N8%�TB�a4�Prmz��k��=�(�z�!k��c=~�a\^:K�i��Ռ~��Ȑ*�rE���B(�����_(�E�RF�K఺Fcյ��I�L���R)��+��\m,��
��HY�V�S8�ڇL�T�V�^Ӑ����	�cɢhO>pF��P����hvc����o���K�&k�(E��rG�)Ki'O��F%/���ދqc;�|�ң��+�&��*Vx�n�E���O��=�+U�1JqRq�E�
O��M*cI�u867�L,��"	�X	�`P���?� ��|�n8��'��Б���SO�$%��ɩ9,���,]ѳQ/�2�R���MZ��B�V�i~H˟�}~1M����JQ�#��X�=��ZS�A�S�U5|�,=��a�dk�$�BR �Fv��uS�C�YS{��ټ��*kk4(P��e�6��&Y�J`�\��uNꦢ����5��5�Q�׸��,��,D�5e?���������+�U�z�Rk���VVy*>��
�!Mo��uq���]��T15E�*Uf������j*^�DS�MƸX�V����(;I�\��K�&�Q��Z�j�s1�.N���S�K��TwI���$})V�ZR^��5���`����Z3�Ԇ���cb]�5걈�Ω�,��	(���(�iԩl򘭭���]q�ي�2ZbF�_B�V�{i9f\�>y�c!�x�[����#��0�씙&9D�S�LV��D���f�rw�?�x7Z�*��E�1!��w�3��ʽ��7#�EH!I����������󂹒 9����>u��qn��e��)e/�D��v�	������r��d��E^w	�Djk*�k��rF��vj�h�x,#A�H��I��f�k�ؒ�CW��TU�i���1,/=Y�E���E FTЙʷ��$'oEkgՋF`ʚ�	-ҢZ��Y&dT���U

zBQC�e�v;�B�@S���:*꽈�n�u��Ob�ފ��[�1�m$�e�V�R�Gj���j.G2~:�p� �ɰ�2\-�4ѱ���C�@����'ɒ�N�]�=J��
�nx�D0�"i�Yڷ�^5xjf��WE'�E�J�V*�|N%W�%��HЁeʁ	���f]�v�[a;�Z��ՊТp�7G�)���%���`�Yn�U�nyǦ�/d�#z>X�{<j��9��H��yl/��2K�j4�m��+^�2tQ�����>z
B丧P,S�ߊ{��a䛪���ſoa1�����k�4]+����A9�jr�dB
]�ŖW'���<�n�6����uR�����S���NS��m�XL�H��_5�6'��u淬2���sm������cl��+�EZa��n�D-�}��
�ޒH~�����(T���/{��(�o�q�]Z�P
	J����Ө`fe�/<�U��,-�'��a�����H���"�[.�T`	� B Jr_��c��r����YzV]V�b��
�^��+k�+EBd喲
�x�J3�Ph#&�N���Aw4���*=��K��mui��$qJIz[�`-D)`�TBe^���p��\��I%�
�OY��/���1aĎf�W�����$D���]���D������DJV��D�Y�:,r�d<�B�`
RJ���Yx1Q&��պo�,�-x��\�T�$�D�Q&:�ZJ�i�+�<2=�	$�jb�
��ߏ��-�.�퍆� �{ͽ8r���T+"�S �RQ�r�
Q(�9�¢��7���e�M%^�c�(��9�.��HQN)/#^��2�	+5hp̆�
�/�({��D�/��H���q$ߕɡ�G�bږU&�<� Fz-w6��FI��uP����Z
)؂�qp�Q��w�t��j�6�"�K?��H'�t7���#�����7�$v��ʼnM�P2[�ݬ����#	_}���g��Z��5�#p�#�aRC�6
 �(�
ldӒ�5��*!BB�IM����jJ��M�	���c�ƊY.��k��M:����J~U�j/��ɓ�I�i�nجc����b[�6��%�aM>���&%8bnE��T'V����0��D��ƺ�hڣ��D~���Y��[��6A3�V���=�}���@i����o�[���Z$Sk$�J������T�P2���-��Vas
n]Wo�je�(��n+�O;+�c�/q�����q��Gv2���A\�xY��M����*N�P��pP�y�z5��f�F�U�}U��,q-P�%�Cs�l
�P�R��t�&]#�J"j�c��v�Ao����lwF�Ex&�Ky�����}����#�����F�_�x�H��&��r=^�4�����s���	Eq�
��cg���wŞ(1ު��6��k�Ӹ��[���p�$�B�el>�r$R�%!{I����_���7�o�F*�����.4R�]�W��*�!��g�K��2��U�i�VU��(��+4qN…��
_�),x�e	��h�h\�YcD<I�!,��c�V�C�xK\oG���0�	K濂�(�o�5�\ �b�R�&OO !%S�U4"�j�^[��1�Y���h=��J>�D���!�I%�Ц8gD�ߋ&�����¼B��lʼg��+8�#�&��u-�'ѯ�Z�"R�ޥ@��d)��T�GQ���m�����֪��p�F�����L��)]���I�꽹ǒȳ��i�ȍdl�yp����!��, �����1>�����e�����,��B5�N�!�H���Z�K�Y��&�*�%�Px	�F��Z�7׃��[�ms&ϳ�厸J#͵Q��曥�J
��
�G�|	o��[1�$�b�2�[��Z�i��ԠR9=qL��bn3��L�B�
4�3{��&)�O�Y�)S�աf9y�i%���`!�	�,#�ʊ�
[��:t�Z���S6��2�&C^HenuLbQ.]�	��n�k�g��N����s�j��b
��F�z�^IBj��,��r��t��)
���PteA��E��*TM)QJ��"R�u/ִ��;�$����\��բhZ��j*l(���F�C�����Pנ
�Y	F �/N���Ew�˄5{R�
�D���:
�+U� ����"=�].ݳ�
��ʦV�]00��X9�_���x��DZ{���L�@G�P4d�m�2�?�^��<��<���W\D�Q^�Jd �x�*�(G�|M=^�DV�*��rͰ�U�<�0bz*��)�Y���O	5���x0�ׂ0V�\'P�o4z2a��u�$��kXXw"���<�VV�!I�%V�d	�*j�%d��eZN-�h�Ȓ�B�I��d<f*~�TL�@��@Z�B����tW��g"QF2�E�����S"%�+�C*(�R���Vt��g{^����ӧ֯,$42��vk2��N�G#0e��V��mBLx̒Za��g�Vj�Y�u�����ދ�G��_Ch-�#d��٧�@��~����3ˋ��]x��Ll_�
��Va�k}��#����
T.A.Ad��W��jqO�{T��c�����[�ޡ�^�2��"(c��=q��y�샄m��r?�
� �f�9f%F�/k|>t5F�R
_�Dq�SuܬpJ���K/��HʾH��%
6y����zbXWAtS�%��p˪�"�Gj��IJy��:���H�-
Y�I�PJ�r���‡�n�M��ܕ>��H�ѐ���A�e��Sq����,~H���G�Yn���ps5*�FL�K�h�A�J¡wW�[*-j2g��[��XA85|�]~5��E�Hi����H��᫼J��1M��5h<l"��:���b�D����=qu�}�L��I��PR*�3HqrY�m�%�Ea�R��	�N(�b�<{����+|*2��%�!y�"�D"�z9G�f�hU"e��̊�?����/~���o�V�W��-�5��D�m#X{+�uOauu����sR9�:�D����� �5+�����D������U��$bFHM!wE���GJJtPqT(�
��W�	�H�T	u\^^Ѱ?	��ܵd�x,�⸂�K�4���B}E�Z��[XZVk�D��e2�n�K�Tq��5���7ߢ�]��I^�Lq:۶[a��
��3'0q��j3��c��5��g�~���[�����{U��Z��ُ�E�Zy���A"S���,z�Qnv�i�
��^�����qn�ϊ�\��^8y��TYdK+����s(R�=N%Q�,wV��D�Ki�~��BHv��
�h�k��5V&E*)����FA�	��(!���r�d���8a�Y�:��\��Ss=�˔��H�g��ƈb����[�@e��Dh�+Z����O5���t��^�s�R��7��E�.��!��,�)�`��}p\~E֪֎�oQ(R�_ ��cԒ>��"�:Gr�e���Pi�k,9�\E����Rr>ӟ�B~V��Dx旳(�C�k.��η����/Z��B��bi��Ic�t�B��l+��B�2^�~խ��x\\X�cE�6��!5l�{�?�,�\X��������wQM�cG�Lg���fd�%QN.d(��d�x(QS	�Z3̿("[�B!帞}�q�./)|8�p��o~(+U=�b��S	�B[�L�fTju�e��=�#�,�h�"_"!Kc1��Un,7�n��u�����5�bt�=]iL7Q��Y*�:
{5�rR
U�0-{ݬ�䗥Ue=5�c.��S�%5&=�ݭ���fIr�����2��TV���?���iē���910�����;�쓘�:���:���)
�з;���}���$�#���(^��{�cl�ry*�\���H�d?)�!^���h\���i#Υ�yF'v�aW����&�
a�ʤR�Q��˲��x["��j�W���WD�Hb��6B�]k�h!y�|�q��1B[�c
�R��[J�&d�#
K,y�fT=5�8#�J�X�ZwK��e��
����,��#K�*�vS9
1,bZL��+4�{�YU/ �*�B��\�p	fa�FkaZ%��=��
E2��k���*�X&/��VV�-�����K��ߐVm��}�Z�L1Kc�K2����+W�(���2�RpSF9�!�ZOi_Q���p�\R�&�uFM�G�s(8^y#����
�n����òκ���x��^���S�CK]��	�3V'��bFOH��x*Q�fK�V���8�M�J��ɐ*�N!�R�HJ�����l��0��Ւ�'މT{�bޏ���������KG7�L̢^�k.�u�\�mEbZG�Ь��4IG|�sT�����P3U���˦��,�#�5d�mZRQ�b��S�4���M� �^�,lT,��:Qd���0�(oe�B����Y\�r��"y�*b�nK����R�	�����%�s��f�ʺܹl�=���9Lϥ��U,�
M%if]z�A�BTħw��1J��Թ9,�P�ʟ�bK|�����[��x�-�&��
4(��RH��ƶW��I���ņ��M�,��izj�C*��}A���0��(�bMBzS����'c��v�I�"O�=_]U�5d�T����2uU
=�˱�^z[Y�����@%)6��M�"EA���%z��l]�-��	wI-,����R�4"L਽�b��e7��9�V�}�OQ��AjsI��pZ�8
\���K4t�NX�����
���=���Mf��T�"�_Ҩ�d(n��b�ɫ��4��»�4�P��J�R閙R�Ād�O`�%�eiI���~�T]�ʿ9>�|c��Σ��5�����D�-/-h�O�vUZƷhk�1/��
0ݲ�;�\��,tf>{1_�����h��4��pT�cnnf	3���FE��	�E�A*�X�����5�I��Eb�U�c$��rSZ�=�+���=�����8�b��OKC����ũ��~���Wk���4uA�� ���e�8��\������j���Lp�gR)=^��������"!��%Y8[m!h���KZ�\�J�)��RVFx�����j��i�R�Z�ȑ#��Y�N.���瞡q[�K���p��
�S&j-�"�pLDe>N
�:j7oZ���x+Œ�)���� 崋%���߯�V�J@�EV�ɡDT�	;ne[&o� �MKr��
��k��5fpp	�U�|E�cG�BKBe%�'ǥD�����/-/��J��!l��J���8ph�=��ڻc��������;o�E|罘�Z�p�0�4���)<���wX�'�,�w����Fab)��im"�b�G#�%瀃�;o��÷��*�������ĄSkNYuˬ�����m�|F���t��U%-«FXO�G����N|�}�՚V���^,<x��~�paL��\).k9����G���wc�g������("�V�
��E�'ևlyzJ�eh����������DeM]$�o{˷��¼��FL�>�*���~|����};���	~��'��?�9�&/�ō�6{��������>�'x��9e-�E[>�/�&�S��erU�ԍ8&�)N�?�\�eU������D�c�$�!���6f+�� 듄a�*�p��Αla�}���V	��dYa*ᢓ�Z��Խ+p<��l�V���S �띄Z*�4�Ux-"�J����.J�)p�瓏�k��v�+����-�j:R�E1E�@Vb��UJ��MC�K`�-���u(<��{"�O6j�YZ�q�IL�@h�R8L�zM+젛<޾o��ǞU�b��_�?XX�G�\��Db����D�Jvr��/JI ]RJ�#f1/�y����x�
>�
�4<w+6C��86U�լ��E���n>��WQ����%��#��}���‘�;��S�hT�]N�b��^��o�����菶����ۿ�Mx��|��w?��n�3i�P�t'�D��D^-7�h��리�#a�
$�	�����"�⢼邻)/K��E��X(w��D�@���<�,%�X�1>�"-�j��!�Z�'��#��H�$I����h���`�㹥�p��OӅ�o:Ӄ��A:|}Tp��͈&|�]����=t`nك��Sx��{p�,��=������m���O�C[�5�8{�v�=䂿��@&w�\p���Iߔ>1	a�;�+j��v��V�c_~=�c�,�G���.>�0��p�;���O��/`~1�B���K8}r���n��-� c/��cU��1<���T1���~�z?�������ߏ�oC_o��K�y���i���#��}�?�%�4^sW_�ҳ���'{?uoz�-�N��~�Q��Ͻ���ƒ�8��
�d�8rhw~۷���˳_{�߇��;��Ꝩ�s��-�Fa���O����ԓ��ݿ�gYw�T�N��7�	oy�}H��a���]7�����ߏ��<Μ��?�����~�q��vBJ�Kub�M�]�1ɍ��*xВ�4:,��.D�Dkţ=�o&�K<����R��ʖb���0�Lə*z����;L�~*�Q2?�׃�^�L"E�t��1EyyJ��ׇ�`ѵ奃��ߊ����8�"=�⊮iKxV8�0���JF�T�Ǻ8���LĭY⽨��Y�&X@�䐄\o�nH	����+"�K3s��55�,��z�P�ڄ��RJF֟�R/�l?�r�]8v��Ų=��fiJjT��.������zC�;p��^���;[P����\z�Q*�
��>��*�DC2ã�32�G�~{f���n���>�ʯ���M�qa�0�뜉�:�c���ܬ嬭�i	޹R�^[�@�	��I̭��ЛN EE!|���I&�	þ�^�l�b�F�
�L�LJYҴ��O6�W�F�-�ū!]��K�0�%���n��E%�%�Z��J�Hg#f��U��[����b!rt)cE%8U���+E�H0�� ���K��RY��k*�p���ܕY\x�0��_�]�BO��%r'�O+���v.`5�bJ��/�NR��L�@wP�y���'�ѱx��;�B�M]#ݔ�0kY�r��Z8�=��ٓ����Cx��;^���Ǹ�o�-GR��sfm��dn0zpVf��׽��⮗��<��^����ś~����-y��7��O�?�n�s�A;�4�ݯ�	~�'HKZ��EOO0�5��.,��7����[�2���E>��O�c_����{3v�ÿ��~���
�{�!�ʗ�5���g.��3���=�7��>��]���|�Q�@B���0nܑ��)��~
~Ͽ��[_���|��ފ��?>�������O�-�x7���/���fܴ���L���b�s�\�Z��G
��yn�+k]��r<B���������Zy��F�ly	��o�'?�p�O���[�>�w2�̅�'�[�Y�k�ލ�1c͸�)�i�T��7�?b��Ț�qZQ]�x1�Gi���tL�h���;�#��'�7ڗ
By^��ڷ���2�B�����C�7��H�&�"��f�f�&q`�c�f�}4�b��q�B����ז@�,����Xλ|��p�f[������hԊ�P�
��)��ą�(~�ϱ���p�}�!IxUj�i���A4��U2t���j�Y)P��0�݃�� ½;�z��}g��'���
�YٹJC���0�rc�=�U�(�"�[�4Q���y����A��zm�� &��u�uq����Aw��!O����sg��7��>cL�'�E(���K̭�!J��"�&�T)h��`��#R��.���./�n��UœY�f��z���,�^�6E?eq#[פ��bQ+F4�E����إ�z�MHn�DfÅ�B�`����*�*
��*�HdP�l�
��p������Z߽�$y����]�@�P�r!��1�<~*����q�lD�t�O�r�N;j+���A���W�{�����:�B��m�ӆ����|����zn<�w�����b�w�{~�{�M��?4�8��G|Ǐ_�/��wa��)r6n�q'.����t�Wx�Ն)�ȩ)PԱ��'��?�����Wp��adp����伐��	?U�IR�Cnl�N��ݷ����1GE=&8�B!\��ǻ��;1�k��m�8��$���F*�7�w��"x�Ͽ��	-z(b�����:N>�0��|�����9�;�0a�
�.��'~����?�,���Ej�>]~U�\�1
ĢH4r˂Fh H	{/��J�Ty
�F�{���0�+B��}�;n�U|�Zp����J��T���	��w�o��3�	�v�b�fB��&(���Me�߾7�ߊRxQ=u}��%��l��l�|�C1���t�	�`.	~ \���9��v|���u
X�����(o'�S(i*%,���$O��) ]؉ToX=�T_H��z�QY� W��Fe�0��S��%zh�:N�8�K�Σ�aס�Z�@'�*����2�-�9�?Dž�Bm)ʟ+��([5l�]>v�\N���i�h���c��M&��i�����J/�+�F�.	�ͦ�����K��Gf+H��LLfJ��K�binIz���{�;VBtg���}���"���٩U��<�=������#ev(��Q�s%���v��w�@)�;o%t9w{o��&g�m��'?��8q���>�=��9<INt�+�|(,���J�2[��(/�D���P�dt��K��L.���Q�v���5��XL`�4��@?M�֑{F�)-N"N�giyU�|3��r�;�/�b�҉������4֢(o`��[$&��%�#BR"�dA�5꾃��?�]�'�C�Z`��'5!�“z(��i�H�H��J7t_�����-o~��%

=1�X��BZ&ެ�`9
l���Prx-XW-�G>�E<Mҩ���~�_+Y��nǧ>�I��0��lE���t29����=��Ɵ����O?�z�v8�����o�WK~��o�>G��q��o%�n��|�~����|�+�x�@����.%��O|
��Օ�|�D�
V9������~���j�r�,��}�x!'�Ͼ�g��
����v��X���j������-e��׾��o�?�~:����/-���$�J	?� �(r��l;��J�0�	�5�4�^(7:M<%��V��v��z^��Y�+N|� ć��QЖ� ��n�9�km���KM
��(�b%�c�8�В6�xZ]q4ZMZ�2�+�s����/ӽ]]x)��ZL�Z4���q�+��S�LV���|Hb9�Xx��xo����u�ģ���jV����O���Sx�߅��!���Z�����ՉB�3�����j�A^`����L^�⹋��_�!Bg!�3qLdW�Z�L8����Y�j�1m�p6�Hx��UB�o��.�K8�Q“���O��0d	�.�أ�`����KNƍ�6)R�C��.�ߟ������o��c��[V�oz+j�AsuU�z����vgQ�<�[�P�9�����U@���#Lͭj�nB+p�cZ!l�ű<�V�������_� ����~����@��*�^�:�<9j��h�`ٖl��6�If�,����k&-c���9J�rΚ�{��s�]9���s��m�d#`�ܞ�����;a._#R�ST��gε�F���[��g��+����y�<zx,89?���	�#�O��e�Kto	�$�����hs^�Ln2w�����dD��#���Nd��l�	�˂����
QZ���ʲ�M*iQ�������費$�"I|��A
�H�$:���/���M{�bb���AB��Q���GHN槤�Gz����cO��Ń�"�s�q��[H�8I��u�S�1/.������8�"{���Yy|�Q��h�j8��Ǣ����C/a�0�pDa�\i6�(�u�LL.�H��7�o431M��'�
�K���	�E�XXg���-�E"bD��I��I�9��k�}򳚙����p����U�6h>��Qz��d�@�
�N�ca�N&8M�Ƨ��d��|���J����dIj1RZ���w�Oע	��Z��=�#a���0�C�%p>*!�^ͮ�eC$���*�Q	*噔D9��w~
?��]Zc��X��
VB3�79�/=�1:ߏ�<�?qǎ�3c�W���ɑ1�x5U��sɞs*�/���ʹ�a��-}���+J���'I�$..I�Dz��f�*�����xʲNe�3�H�t�<{�a��o��.~���G5��*=�-�`�)�:9k�!iZш\��8��bM[��sL��/�J�Z�(
{#l�jF�M̝�2\†�Hr�
���q<6�NBvo]�z�6�,~kW6t6��8��J�-^}�1x�}ȓ�cCJU�.��zq��~��,z��h>1K�͐���P�M�Rl��&~|'�ي��	���d�@J:U0cj���A{6������e^Ήy=��c=������`[�n�_�Zy&L"�$����	g��!�FOz):(™�<.Hg30D^q�j�X�]0��s(0?�����/���MR
nH���k]��+y��Bp��`�"�E�Q)����p`AVPfO����,�����A�[�8���Cض};r���?�]�q�p��#���S�1T�4�v��E���-��������#ػ��<�	ԧ2���+���Q2z|�sQ��"�n��Z�x���pҵ��̫/<��w�߫�߅�}QVe��};�۸�U�㇎+aR,T�Y��!Ӆ�����v�(��1xMp�-�ˁ-�7cv|��D�p����G[�W��}`V2֭4'���ꯢ���kvtmj¹�K��9TWx��*��)�ǫ�*5�U/s��*&>9Ӟ_Hy�J��9�ĦB��Njjq���*Vi#l�|�8A_���<��#��^�?tYD��=�_��DIH���sH�(6"��g�����#�L?_�s���$���?�g�-��-��zY��+�J�}Yy�0]}�g�����ļqGRـa�9��>�����q�WKr*�ѡ1�%�ˀ0�8���I9OmC#n�q\V��<�%C��ssk��/���)�1�e�7���V�؀��`�B<�X��W��O*/�_��8��9x��|���H̒D�voڌ놧��+�$O-Cו�ɣ?�mW_#��T.%��ca^:����r=FG�H���!�������S�C���_|G>����k1~�4��U��������V�[V�b$*��z�(�r1oz��כ3�K�	���LQ<V1�m��I�…Hg�ty��nlv�,�ruU���s?q�'n��lMrK8�K�d���)���?-�B��n��d9�$aP&��~�$;����e�G-8IB$��2�5�'���D�q(!�l��{�5*^=���]�o>���;>�3�%ro���1YH岲!��؅��:��X(o�޽�d�"��L�����{����IQ ?�»ɺ�ij�G���4wv��{�T:;;$�s� `�N)����Z�$ϝ헐�ͻ�8����"�1LĹ����|�]��Cms=B�r����It�4�=
��
�����������Ղ<=��"���l�
�O����\j.�
�������~���+���/ꫪ�oFdž.��f17�BsG\�~�;+ɱ|�ͪj�I�|���e�G�2{/\R�q�$$�Iȼ����c?F���w��������Z_��UISvA"��Q<�rQy�X�]�d�/G[I5/s,t��)3\.Uj��&�s����EL=�Ω(��e�Q&��~���:.���ʄ�k�w`ao(S9"��&�,��9�}��U��J<���� z�HA��=�99�U�i�қ��"�*���."�S�B��he�C8�j^Ÿ Ţq��K�L��$��p�P2�q�L޷���g1~�4�tw^���Q�̸���F&e�-�2�#�ظY�)C~e�D��R�8uC�;}m����4M
j.􎠽�	���\�b����c�\/�� �9�9��d@��������j\ТR��Ky��/!�7mފ��ܗVq9od�oZ(|��e������fbh'oS��e3�4�e�E�y�d�H-�Ҝ$Ы����\H�`e"1�:��'Gi�2
d�Ds9��/�lW$�	�Uʩ��O�M"�Y���K%�.�#������`5�<�pY���*א/�Lr���bz�D�D\ɕ�I���.�^�s3�?Q$�'��lX����f4��%A���8���0,�K���Fq�Cr4��Nt{N?�`Ϣ������8ܷ�k�vc��>�W�������E�qU3����x�k��c�ecnܲ�,�>?jͻo��^\�o��V����W���3��c���������@��
x��wxZ��~Ký���_�̷�+�K�t]�F�� Y�Y4?�8��^<��G�����!HPA��kQսU�yT�m���U��_|�����������)/��ދbeў��dV��48.��7������<C��,�<&M7J�C��3�سp9A
2Z�5_"|�r*�6�lZ� �<A�9݃�s�c��������w\��~sK	�s2��[����$��b\�=Uس��,W`�.L�O�2��蔄�{	RH'3�!d!��λލG�y�N�8
��k�;J1�W(]"|qhqI~��C�}4�afdAB�sy���Ƀ �i��$	:�u:4����m8��Iɕ57������0Z�����|/��`����D��953)���F��)��.��iRyڏ6ݤ¯�*)Y�U9��ɨ�n\¨{��i��$X:����<���i�s̥�X��%�4F�1G0O�pjt�]ݤ�t$�­d�H��C��<�I�\��Z�k@�FZU�n�{~�'?���S��/߁o>�Vw���F~��&��đ�:��2O�"Ȱf$����{�}?���_�L$aFC�9��aS�����PP�3�gxKzy[-�Q0�n.�"�4L*B�dv�,ĢX�AR�_��������A�YC�8�"�2��xW�{�Id� ���P����q�F�nfѺ�jXI@=��c8��c����
���ݝ=X�~3a�^�n�\L���-]/m�qю��;�&�1�!������բj-%��$7�{^B��a~����Zrw�r,�	����剔�G����($����Ya2v|h�ãpx��=�2��P��w>B�6���wk/��`�f<���.\�㒠^����2)r/�����<N�9�:���Nct6�c��o?	K������{�;���q�m2���6���Qjٌ&�2R-Dd�r%��?�	6StO>�4�&��ό<������9l{o��W&G.�'��]wߥ�bQ
*J�q+�th2p��{�����HsͰ*͢�P!�&cC�gb�d0	�O�|�Rν\X�=���*=S��=���|*��A�א`
�aK���u���ɩ��|3�U��z�&|�ˏ`���#�m���'��O<S9[�ɳco��"��gEUS3�f��Sx��!\}�-�}�[�a��]�
xq��n�g?�غu,d-���
w�ǩW��W������U\��uƞI�x��6^�
O[J31�
r��z��l��M���[�cc�����PK����x�]��^�"B{�{�F�[-b>��O�a�$f��c�G:��
��'oE��M�ӊ�gΡ��Y���$����o�����s�|�1RDI!��3�*R��_�H�}��uKu�:��X
�n�H�ޅ�
�!�K��_<��N�G4��o���Cu#yфd�*���R�4ۙ3�a3���>���ID�Y�l_/�:L-[���i]Z�.���d\�p4�ۑ�<��L?�9Q�2>C����!�K�cY1x����f�|�r����H.
&��+j\ʡ�|1vz��oGY8���-��Z[������"�E*�j\�Dڞ5�	r��Mx�2*s%�RD���v���H����&�|�9�N�¾�;����}�Vl'�����G� by���z�Y����݆���B��[m*�&�9OeHظC���c"+Y�*1�@���IMաbϊ�@V���������B�gr�W�}��P��,ǘ�5��4:�|���S��?�_�؉�����Kjc��fodx�h9�Yӥy���ɽ��Kش�n�Z�n��O�?��&���x��1���P]�9��Lo��Ƿ�v~��߿�	��L�y�6~�;zO������o�:Jdu�?6�PS	�~����u��Vq�ŧ0��j�¯~��(�F�yU&I�<�����>
��}G���(p�Y�
F`�\f�9T�,#�ǰ��]��[S%�$Y���a���
���@A���k��V��b*aQA\g.�C�N���	�/��ݷ��Z׆"I����$J�9<��p�񝯟Esc'Ν;O����,v��#��a�d/j�"h��f7�j숏�~�y��hop�eZ�[ȓ�^��<=�(>�"�k�G��y2�t��8{�h�O(\|O�͑�^�_�N!�0��
�t�*�M�� �|rt��j�zq8����"hƉ�g"ynK�y^݈�L P��ԫG	�6����qc#pY�^�#�j��~;��ƺ]�򜖖��j1�fË��k����hmdi�3���G2��cR
^��:`�5� ~���CdɜüM5A�6��Gx�d��NIA(������x��e�N�x�� [�����V�f/ ���ps	\�E"J�Y�r�h�L��pn����Z��A��{X�#�H�W�B��T�+���&�x�/>HF��U]��QۯϪ}�S���W�=G1GP�+X��::;1<ԏ �N&"09b|�f����T���x�Z��L���L����1�hs�r���T*?od�Ôg�L����<����9�|Ad�M�'R�K���Jyi.$HЖ�C
�>M.,q]Ht	Su:�*����I�:��q�
��/�B��E���䴔{�a�k<~||RH~^t\�I��>� v�b~�W]���|�$n���dűJX=��l߃���J���g�����*91${F�]"�l�\�Up�����,�>��eQ�8G>�~.s�m�)EA G�NP���?�UYX����S�]��8�鿕�-#��{��pB��raRЧ>�_|�QQ:|?��?R,��k��WEX���|A��mo���Iٓ�+z����oW�-f:��Srl>���Y:��" >�[�[�)��?U1���r�^�h�ϓG"e����wb�|�$	�"*8���1��ʛG�.)��Q�Cx8me.�����
��'Qu�4aT�%�O"D?�5�Y�/u����������'��L\�0�'��|�WEBb1���\�{#�+�
�}�	�c9��j@`�A�C#x����Op�i�t����܇��b-���QD����>��Hʼ�Z��Q�߇{�!K����4^�^�������Lca��y�9^����fǗ�_�ǯ�[�G�Wѳ�
��_f!��{� V+y�n;N?{T��W��D0WMG
^��P�5�kd���)\8;B�GV�\>����"DH/�WR���z=#M��)�Dtn~��u$W���Mc��1iel�����B����R��ˌ��`Y� %�st���_#�s����3�$�N�Q�E��<����Vo+}/��
�C�n (QC�e;-ȏ��j�&ut6!NgN���gF��[C��3�S*UCE|�J#�Ku��~D��T<��s�p��7�Ќ��jzGk��I��m�7��I���{�� ��@��5�	 �.�a����H!�w��lran������I��u�$���M�m�y>82����Hsz
6�����밊P�Fb�B�s$��a6",�Z8y� N�������b-����Yi���C�+O&�$���~��
h�v���y�8z��:G\�ܶ�3�>~��7�u��߆������7�������R�-H�49�s�clݲ]݃x��µ&�9X�$
ڌrr��Y0Jiƥ�F�n�\�[SQSҳ�"���c〻/�H���Ἴ �ZG�����_�8��A���������rx�[S�Z�#�$�I*2[$��aS����LQ�- ��&L�lV�AI2����V�]�1$Ԝ��t6a(���u��F��f�ב���bٻᶯ���p~���C2�N���9�:2F�y��{�&��L�GB$�S/�0][�,7OC��ذ��dY��]������J��t�
G��}����Gz���5�}��5��O`r:���A��8��c(5բ���cO>�=7ށ��j,�Q�q�B��Z������O��/d,P�VD=��K�ͥ�:پw�,ijl݀ٳ�d�>>����c��=�"�"11DscG��p��8��yR4Y�[�?v
��kg;FN���P
��$�#�q�A��o���-$��8��a��ĹCĭT!:%�,`��]Q�K�z	"��$ov�H����o�3��Obai!�O-I��`#��"������(
M�sU�$y�L��
���k��Ue�?�[���n�G�M��2\DҙA JޙŇ�����j��A)B<qR�/�/;ڮŋO���C�#�4U�I��eE�6H�`^���=�����IS>�n�S�(��
�b�5�`t*����C�M����Q�ڍZ�
5j�&�:1�HP�:l̐�ѭ��E_�|1i*���b��~s�M�������7E|‰1r�ɢ�~'~���DU�f=���!0�-!�� H8e����%:�p
'/:9)�pu�B̐�S����Ǵ���W����Ϣ�}>�����|����,�\�����"��񄄱�����#Ianv�ӣ�(,���>� f�&��E\WL=wn��g�бDإ����He�X]�H4�2��P�(���{O����</�Ԋ���7�GjF�̊z@���KX�&�P7�TE0s�Y��z��A��y���
F�'�Qq1lݗ��ߒ�RV����u����&�=�L.�D:.�S\�*W����V%��!̬D�Z{(�+*x�(�1y!}9���&��t�Ƥ�<ݛ�;YM�ㅈ�)��(H�Oç�U36��lv5���q��,�d���2Գ��p��Kk�)�.J����9"�w�];#l{��رo�@��6����%Sعu=�/�;O�#�i�Ѵ���z?:��`ݺV��W���8s����"J�U:��™� nÝ��
.-�3_HGЩ���ƶ}�Q
b~z�`+b�<���ٵnG9<Y�h����LxMh��v7�s!����GUȍ�۰e�F���̣����+`�X�i���8�TO�!�s�n��4��G�h�9�t)\ 誾�]�w��h[�
A�d(�-���a��5!��yS'��$�ۈg��_��Abd�ųi��U�!�5Z�q����9ei���QL�-�資1�=�8T�~�/�
'»&��9ɪّQ)%U���гil��׼���fL
�%�(����S88'h?����]�g5?D���s�v^�x�>�H���/����qL�.���Pn'P�$k�R6�h�M�04.�j��'`+����q�^A��I�ɹdxkS���D��pquO�H~���G)Az~���)�i	PZ�6�I+�J���,�
oP�,8i1Nڜ+�2�KeEcr
-nx%$[$ЫC)��V$���L
�f2�drJ�g�z�8,�c|\Q��M�I� ���n��$�5'����d��K�Y�O=�XL�\D��jƕp߲u��k%by�`�Ờ�D�4�L�s�>��K��ah0�g�~��SN+�=Ux��i$n�R��
dU��
q���o��H� �y����ii�gp�y&�0�(��({���Gؽw'N�<�������V4�K��#�x8F�d��e�J�[�{��������˴dT�-7�RIi�X��5]�H��IU��D����u�+נ<VSEY����W�MWQ��!�DL&��j�`VJ�+q���j3ٔ7U���I��:W���J�[��W�U�������??+O�{f����H�hx� �")ő��O[eO�
�������������u�sjq�;�DO{O<�h�x"����/ �𙑃�܃O�yn?L��$��像 �2�<�Z�h
�Y+�K<-��W�}��3�d4�ũP�~��1�>�8��8��!\s�Mhp[��}O
�yXCJe_�J@��M�rr>���q�)���qz�8���$ .L���F�9
;nZ�H�/�S�c��YUD����1��ss�<y����,2��M`sg|��v�CS�L�C���u�xHr㤺t� �%1�u
�m��*���aq��l��"�oÎ�nT׺��7�	��Z�t��Ԅ��=�:B~�>C�߄�%��'/T�;��s����<q�ᄊ�um�5q.\Y��פ��2��gY��~�}��6�!�N���)Bc�8?t6�att7�߃Gx��:QO?�$���q�!�
'c)���D�$?D�z|1,l��B�H�d�Ua4��9$���0�XWSe��NK���j��S\��3��VC��RB �J�R�p �.+o�yd��=��^��BT>� ��텙�`qq�
7"[����څp*��с��A"����UURR}n6.�E�\U.�W����C�y����DՅs�ض��y+)�t��|�FFl���<=�1��7m�)���3��=n��J�r�R��",�cz��Ɔ�8�@kS#�{��_�4���`�� �2.,�\�#k(
�eA�*�����x��A��N�I�կ~?��ģO��,Ժ�:"�/�W�HJ��:��<P
u
ݸ����'����ع�jzN��9/��̈́��k
�sœg2W<+�F�X��lw�	*-w�6��i1MP��e�l��-͈�*Ģ� �W��r�̥�PμP�R�S��P�F1ïŬ�s`~�L�fXe�wǵ�9g��mf/�D��.�%n������/�W�Y%�r��(7�b3Ruظ��Ǔ�=���(UK�}�б:WE�*(àT�	�o9�^B��Bӹb/����r�R���W�+=ǹ�y�#���y��r�X,����QT�7=ϗ}/���e�B7�+r�61$TY�
(�U9���C��ػ�] m{
����1<:�gN�È��*v̉��(�JΛ�5�MUߒ\!��{�uU�>?�M���8�g�J����S��lsؤ.;d*$9*MM���	LL�di0���T�oW�P��.�H�����6�y���d@�r��
 C�XɪI�Tr�#�>��`�]�ja3��_A��\��zϻ���Dn�YPFx8�{צ�Bg��ř�٢��N?l�3��VP��Fä2[X�!�md�SH�,�|�)�L�Ki�9�m�IE�+�E���L��$)��86G�$�4Jd���������1�ػ�G^�I<vLZ𲲫����%�o�F(8#=��y�!�3�$x������t�N�́�z3����3T�F^��3�Y'�9���n��bq;	6��mw�e��,Y̌M"�u���+���a-�]���܉f7y{t�-V�ۥ�ydm1�C�X�ڃDd�,�E��!�_E,CJ�����c��9b�_��7��܈��q[\�s�m����-�޶ZTu4"&�y��d��Spٽ�h�1��v��Q���ذC�K��.�t��观*��T�6r�ēbxM7�V�xX|z��UY��e�bn��jsWD��WB,UԖ�r�eɣ2C����@��%��n�*��<(��q'Hit���+˜,�҂W��ǥe�燶�Ȫ�WNF,��N��^k��k"	��wjꪱm�&���5E]�:����y2�8��|r�.	���	V��ʮ�8�~P�fj���5��Uʎ���7>U�y=���.w�w+I�f�s�t�$�O�����8A�yQ|V�.��/q�x����3��+��b��z����&LE_B')���i�u���P�
#�����]܌B^�X���ȫ]"�=� ���:.��HϦ���m��z�����6�Cp[	B�;�@�����ﵴ��:�����]c}�*��P�X��2���aށˠ0n�rڤ�*�XK�#����f��b��X,.1��%ڙ�P��U	��qq�G"��$G�	� �$LB�y2����(}�=	�M���
_�I�h��h��5/�Jm�F�ӵ	��yy�q��N�0�7������II�䢅\��y�p����%r4�&�$��
SX�'�VX���:n��ku��89�R__�''�G�E!SI��
zT����Ѿ������BYOs�P��������O<
������|�Ȣ���̒е���:5=���v� ���{F �@C+��:��Sϐ��KR�ap�5��ԣ��-�isp�W��5��`e�ɐ귪H%C?%�U\n�VyM�A,�&u��u^\��P��v�媹���T�Wj3��@M+�3�hWWVQ^�J�D�E/��OQ����A�?���_һ��ܠc|tz����#�+h7�x����9uE� -��J��VOW=~
���ɋ)T�9���[u]2����r�8Y�|���^S:V�d��Z[���o���A΅���4Yׯ������ �.��.�`�}M�MXG�I��&F&�=�I�DR����Sty���Q�-��&�ȫvK�����<���p9���J��� Q���T"ϗ��������8��0�W��f%��E��#:�>�"6��OV��r$�S��G>�Q��F<����?}�D/n�𣻱��W��.,&�"O����4'��&b�d|B)6��5R�d����?k����H��9MZVk��M���ޭ;��R�N�=��󨫫��L?pa�-q�y5�qz�A�j4�ϮQ5X�T)I&|NJ�3�(ddQ7Z�BH�R�&��q��s!��&��|N��9���t��p�G�,�5>G���p	t�
q��X��q�	�
�u�e��ʸW�.��x<�)z�&#[����E:1��g��14�!�_��T��c["xB	��pa�ك3�G�%�!�m=K��O���-�]�R8�C'����hmn�wxs�[��\�O:�A	鑱1���v�ډs\�{dl��+�p�^+e�F�M��0ȟ���o�,������;5�d���HԗfŊ22�K��zȫn��^�
�5�x�"��(�by7!�b���U<UPFy!+��Z�H9�I��fX���e��j��P5���2#�:�|M�t��璮��%���߂����;v��S8p���k8A�[�7����Te�r�1�����TVr:6n�(�)���֢��1���i��'᱓���z�;n@�KC5qr������
���w�WNDo����������d]闼V�ַ@��`�����u�N<��Kh�lBs���'uw��ف��b�,6nm����H�W���P}zJ!N��~�'��מ@ӆz:^������B\����x��q����S��?ϛp�;�!�,�YϡP-��-��_~��O��7ƙH�fZuɱ,A=>BT�(��te����"��Y����GN������]^ ���LJn�#�}��q��!I�o߃s��"�
�$��%ᝍ̑�`�kj:�9R$���y�e��ז]����9ҳdؒ=��9�¥�X�2$K
.���”K)�v���!�C����5�3�hl�#�y�<J��twva�����;1<8t�2r� �������� s��!n+��%U6BB1/މ�m5
-��t�aVD�7{Q�آ�*�j��8�D�#�t:)�Ĺ@Xd2�D;YD�\ӆ�ĩ�9�N��c��*�K
���-�}tSa!p��\L�V��S�[n~ƦƉTz���Q���`$�W�(̇8�䞎ӄ�c���T�I���	6���2��>W�.J5�-{n`W�jqYCS�I�\uJ���-�G�0���*+`])e�2#\�DA�*�L‹��K�w�*Uj�	ɼJOU+LZ�jʲfeZ,.�B�q|;7����r�Gy#����b�׍�+/�d�C/���^Wev
"\�
;�+Ⲣэ뗾���
�����\Q�M��R^�ʤdD�1̛$/��EJ~��-��k���d��(�1:؏�p��訯����{�LM.J$ayV��Ȉ�#��>y�<�m;��5I�6�fp5bd�4vwoC��������YLGh��.��}��)MVn��j�G�]��V�[������@��#?	݃��3�?/Ϣ��Y2�4x-�p	�d�-.d���Ӱ��9T���(��z�
�]Mx�X�����M³�j#h5�E�:�8
%�m��cl6���ѱ���ʃ��h��`�pi�G%�{��q�u�_:����ȥ3f�#�/Gr:A�#���Xy1+%��8Y1C���6;1��%�%Ѓ
��F4y�G�����Ffqa1���݆�'��6`S]����SSsX $F�%T֨�	����u
���'�b��z��>�g� tò��L��ʧ���\@U��
��8�X�8��76 O����H0>y�E��v���po#7��K�ɲU��c���v��qٝ�3Qy��a��$�p�X�DU�_���P����8l�{��t$�-E<�u]��'�E�Hq�F��,�b�
u��A���=�&͉��C�-[� I]�D�G���>�c4�c)Uƙ�:�ċ	�@��ciq����G<���t�3p����O����B�����x;׉2�<�`,(A=<8�[(7rzn	�_Þ�uX�3[q9C3�z�(J�0��I�f�ɰJ��(
G�t�{(�F��0V,DÃ)��(���
��/����WC%�uXTEM���a�G�E�̕n�jS���^��J��M��d�WA��uH���
|�G��\�X)J��5��ȩMn<3)��e�r%jky&\�ŪBJ�?����_O��W��0�hΜ�C	����g�RG%+�j��8rkt�^x^���st^��4��Q��
�)���i��K���#�+_YuY�_���1�9�5��+�ᇟ�֝[p�;oÅ�����S3�3m�Q/V�Z��Ź�g�1F�����a�O����םĉc�.�eԝ<~e3bT�r�@yq��-a�AǞ�0Oޑ�@�5%�AP����$K|kk-E	������q��.��G��r<��W҅{�ԟ��~��x��G0<<,��G&DV�̼q�߃t��☙Y�h���
+
���ժ|o�5���d�ƍ�5��\n"�h���ܸB�h�E������;�LZZZ���-����s��ݕߛ��5B�Y�Z�2q\o��D���ުD�Iu:�]�\�de�J���2*J`��'���9r�K�l�q�^׉O�'͗��v���� �:AI\�_���)��d"i�z��	hb��峨"��4d<���10Y�G�,{j>��.rC[�أV�KRDM	3�B�e�擤��3�MKS%����_V�K\���6�
6�R�K�ܗ_5X��:@������^v�T-���U�(��2���W� �KnA���ꡬ/�
K
b*�j�D��g��(_��ٮ(ӭ>�����ʖ���,��P@�Sc%9���Te�S>�$���ī)�E����,3#�8+��
�}�,��\!BUE?�{�����O��]��ʿ����v�4Tt��6��h34;f'G/9�ʡA[�|�	��e�\�T���K~�>���\B�_td���t�c8z�$4�����
#G3�̔�C��m�F��lۂ��^&/ix���v�L3KجCw�[�`ϦnL�=88�!2ly��(m ({��]R�@���wTŁC������GG:��*��Bz���E�g�΍{)�qE�Ve��3���\��k�<�����t�}���L��զ��TJ��+Y��#s�]�d,�Ç�ZU���ٜ�d�BZJ�8\*���6"�h�<K�O��a��� w��ɗ"at��o���wqr�S�VR�V<]�d����*�&�^��<§r)��r��S��J�e)���oہDtAʭLMMH(2P�[��Y�4dr}�,�aú�43�t��QW�r'�#Q
��w�5�|��.()S�!m2H�"V�Z������B�–�9�x�˱8�ⴲ�
'a��H��ފٴ\(Q2̍�dKجT��*]��Ynż܀J�wy��{R�nu~Q���'J���i|ϴ�pǪ� �`��Uw]&�� ���u��.��>��eŰ�oF��jA�Z�I�7��*%Ҕ�ø\�.6¬�ը�Tb���xX�B�.�{+��ƲZ�T��s���+����KT��˥�_���ץU�X9���S���B��9Zu��%.�l��"x�-V+A�� �sC7���NA�q,����KjI���#u��7��d��)�,$�3K*�۸��Q��쉯򨬇��<��W��ڃ��Ͽ9��_ϸD�pIw�	���HEa�DK_��&�d
��KdU�G���Q!T��&�|F�9�Grމ��k��.=NOO�˯j^���b��D�XϜ������pg?n[iup@��Z�E.c�L��d9��f��W�`6!i@R��6�D��u���`|M6�8n���=�ׁ@p� ��(
٤&��ysKz�j�#���~2΂E9�S�[?{z�]^h0\����~#4TE�H���0�ڰ詌����K8I6��R锽�r�6[^Ъϵ�h���]�JK[f+燈
1D9~Yȗ-4m9s��u����q��_V�
y9~% `�Y��eت|0}ex��1�=���W�_u��[�ap��C�H��JF[��V^�Z36���iZ�|���&��PyP��R<��U6j�0��̙�ljh��殎�v^}�/��xOހp��k�d<��w3.wd��5ɂ�|cc����ҳ`�"рEV�5�R0�c^z��x�;�ۏ�)�غ��oX�礵���F�
f���K�b�&b=�"��锶�r�+��*����6/�R�\ZjH{ݽ�ߌq�2aNd�8��ɪrJ�"�$y��pX0Yg�L��%��0Z�W��lp&:3\:����avY���DP;$��v��l%�$��X��c��b6�����Z��*O!cL$��Y��k��Y%:�ą���9/B6�R���
����",a!B�v1���.X$9j�؅l<Q(��84:AsP�86:��vn�M��ȱ�$�pY����qe���{���G��M���<���#� ���G�y�
���87#9v:'���./|$W���H���Marz���?�q�4��"�
x�A"�]�P
-N�nl#8m
��.���0>��ŞE՟�ҷ��{n��z+>��n���M�E�3I����}*pew�ׂ�$����M)�$D=�lg��(Ξ�;���H	~�}�G���R���Z�1`�X�9�&+�h
X���q�ҏ]~NN��8����5O���}�uc�6ׯz?����k�D,�ED�їb���ƦM�Dz�p��I!��tBokFtG�1�&�ܐ��-F���Y��2��c��T�G"��X	��oހ��t'��
�8����LE1|!#��Lȍ���%��K�薲+Y@xi	555���p4��@��G����T�+�ʸ2ޚ#�$�Y�lc�o�4�4�ɻ`Sb8���Nй�P�h7�~;��w��ڂ�/����]��q�w���8A���9��(�v���T<pz�E�D�7�z0v�<l�0ZZ�	�Nj�O��#<;��#��{(��G����CzϦ}�3��f����r�8<��r�Mذ�[6w����Ė�Nb��T�$lz)�FKc�'��iF|�8�bM�:,��P/y���Z�\���e�k�'��M*�րlv'�O��ͣ��Vz���X��y��*��ȃ��M�����@:G�T��Ue���ǥ�I�0�DR��6��ݺd�3ʣ�&�|��a�۹
L���l(
�\"��.�|.�`��s�t��>�KS��!���Ȧ��b�,h�� ����`soq�`�8� B����C地2!*�����3��F\Wƕ���!�c#��J?�I���4`Q'lp�K4r3|�*�����S?��w�}UK[�� #4K��sP�h5�:u�1cȀ|9`G���dQ�d
�aRZE
�J��ȅ�
|�>
d���%i��I"5RcY�>ZZZ�%.���x*���O�LX�l�i���|gNMb�N�	�YZ�G��v5�HqT6�Sto\�iӺn�λ��g��n�k^q���[ǣD�G�$��� QZ�	�D,��C�G>{T���TK�<.�*JytM��K���2&���	2�h���q/I����G��F8B��`���O��Z��,d�Q�����.;lf��Pْ[4�Os�5-Yf���`�qT�"�#�)�)O.��m��Hgl/X�r��|Ϣ���%G�)HV:��z�E�0��q���,+�v�?��+M��sE�\W�[r�3Q�#�]�22�^7L~�@��XN{�ߤ�6�vΞ<��tw(JU�Х�V(WJ(���+<���}�*Ԡ�.{2n�^�U��t��m"�ӄqzF9�t:��}���Cg��V�2�ͭh xkh`�#غ{Z�'��/bC{�T>Y��.��N�R�¥i�uv�C
���N��>���)\t,�_梛�p�.}p�4��1��H+3��g��Pdv,G�b�>��u�w%�]�q�ٳ���Q���JL�W��a��&�D��Iaid��8�s�p�Jʋ=�,�Bp�ϖ?gɛUa���I�7�r�9�R"���8b�����3d9��q�QӘA]=i�y.lH���w�<��ޒx4_&�S�gȥ�hش�I�Z	����G^�`q�D
���4������D;��\�2��+�-88��N|m���
�T���R<V��q�9)iA���|?�~�J�G�6�m،������J8��K�$+�\�8�r����8��,�B:��.����
odϞ=��++��4�R�.��D׺
����� P.��|���$�x� ��y,9�ظ���z#�7�y;6����{pjt�8�����lv#=[;4��a;Irs��p�,z���$y#Ǣ �EɌ����Ad�`��kh�ʹ��I�.]/�Lr��H����q�)��I ��K�-�����G�̒�2!n�J��J��fa��y'�'���ݤ�\6	R],䥗F&�C������1�8'<���"����$y_�,&��B�� B�m���'o��0/*�ii�cc�$�q�#w����мg3��+��xkg�v8�dI���#��z�*)�������!�~��FZhpTV�oni�o��'�o=�v�7b�d�{$�H�d2��umڲ
�uMt�\w- �qx�d(oE�=��4<I��J��B��P�+�oX�׃un��74�Q�Q+�_��\�����=I�+�D8	&H)_0	(M�HໝN)<�&�,�C'��T����%�f����t5�p����'�7ҙJ��\*'ʉ<>�vi����1qV���r��q�����C�(=GH#s�/��HT1;���3G�R�/E��[(���YblD�q�)��es%̒�]2�mI��sr?f��@�
L�8�BUYR�9��.�hu�ʸ2�����56Dm)��z����\ᣴ*<��W]��J
�oϖ-��E����p��~/�4q�8�뮾�=�mܰ�*��O����T��*钛n٪��^㸵d43��l2]�i�	atc�`�Ǽ��uO?;;'������Gx�%�$X���.�n��hhm r)NZ�	�3s�����
���G���1�߇}����cG�>W]}�Ka�v^L��!H$|Sk;bѨt�
V��諯�����m��x�|g�k�>'Z2�e��a�~��|P��9�܄�������9�tTS�b%��,-�-��.�v'��E��9��_D2fG}�+��_%�M��8��+��x��Yn�A����,�J�X�p�{Q��U2�.3575	O����2bzzO>��|�����q�vlƦ�"2�� ��K� ��i݌�H^BlMPU$�fƉ?�'y
�?�a���!C�����Ht{���_SS�ش�^�{�mq�ЗO��0!=G�K�&w/B�G���>6JFqP�L��D��)&�i�/�撨+�ոt����4\O�}.���[����F�=s�w�BcC=��9tuuK\�F߫��"�l��*��=8{�$����Y�Z������{�
۸u�h́�lݾ]F"�^��O�(�	&���Ϻ�.��,­��)\�5���`�g>�%�le@*�r�A�)��b2��'':&�kJ$˭g�4iK\G�%ϳ����8`�^!L��+�:�PNJ�V���|mV�G5Mq!�^;��j�-��H�ps�H4�*�C)���O���(��b`!�;�f��ތ3��,R���>�vޅo<}�P5��K��o
�I��VR�PYMPNd_Ն�P�J�x2��d�� ��;W��B�&秱HH�+#��ٶ��ai����|�o�>�Z&�}����m������g�.��]�;2"kdxs�gpk�q��B�6�[�C�k��Ip�|�f�&��*y���J�;C]�N�"ר�j�#s�x�x�p$&�ϩ�>��Ο����R�=�/}�+��"��}ϼ�b�da_,��S��5�טO�$����C�/�hX�DE�䋪�"��f��\l�'�i�J�O�<9Z"��(L�-�j>٢*��Ձ%����Q�T4�Z��\6�(_b����ަʴ@U��*������H
�*ʘO��q��r*Wƕqe�0G���3�T��T�N��C3*I@�[P��X�����A�$wCɇ��N��6Q˭--(�x��|�M�����߄]ˢv�����^D.��h>N(�^'{	$����"b�M$�sD%��*0s�m.�oa�����L�K�ݹ"��7��
L"�"��Tl��遯��d�&��M*���}��"���8r�~ܔBl!?q#Kď�Өji��d��熕>#4H&s�2)���,�Z\�#I?��	2j��,-�E.a"��s��aXBޢ��j�R2ʊ�TL��]eH1������T!.*/���C[5U־ 
cTV>��5�7��HZ̍�����R*��o�H��,>%��o�*3�-K9��H�^�H̥c��EMqB��{�k�n?T���*����p�s<[(�c�ujq1�Wƕqe�5G�P6~�ceoB��2�ΛT�Ѝ�%�0*�p����%<����=���,�ⴉDw��Cx��Hp�b)���[p|h��}��<�ɷ�%Bn�\���@#H��l$�%:1�.��@B�"Y�[��N�fe�A�k����q�.)d{��V�7��m$��$Ń�j��5:}!$��������-���>��c57��綋�o��ϲ�q�K������s�$���_��J�)���q��mDU��V�����R�V�U�p��0K�D���5��.�n)H��	�rZU�^�ڍ��P���-�y��x��7N,1��/��K
��dG�n�<Z�^J6��I�\��*�.��˄�W�|*nj��5H{M)�\b�@KB���E���I��{���^Wƕ����FA�R^�
F�da�_PI��'���>�Hx�=� 6��_��K¡����7���c�o�Μ'����7��q��<<��+,���p�t�#C�%���^2lKd���F<�.܍2jYq���J�;�N�P.=���k�'��ۨ��� ,dž0�E�H��(;	�z&d��N'DprK��_��7p���8s��E&��0<Џ�[q�o�H�$�)��G��u�]��{�x�;0??/�\|Ҏ��g��=���Im~p��kp��x�K�{&IL���TrO�.�&C�(��k��~���IW���M���Wb2�O�����Ќ*�Bz5�J�
�s�\$Y� 3S^U)��C�4�2��+�9�FA�T��N/0[%(G:0����-��6�*��Lb�>�2)�_G��q��y�]w����sRꉻ�n�h���á�C��[�e]#~c��x���ʑ���z&�����y�Ê�F�VBd��;���
��H'C�NM�H�}����h��W�Sɨ�ȕ�-�GQ����vZ,�k���ء�l)�>��GH����$[]��eXlfnN4�����!�.G|qX�K/��P(H�I���
��.�	'�v�E)%��‚�yr/�&)^���`��g�y��1�T�|c�QT����O�Bg�;<&)yج�d�B�q�f�,���6�VV$z9Y��5�x��+.�1V:6+����lx����	�2��+c�8���vR&Y<��A<j���*T�F��un�feL~s_L\H1B\nY���G�|[�~�}�+������x����wZD�8\�܏�^9q�^}��	�M�H�-\��F|��>�wގ�n,hB]u�#���fV�'g6�0.�3a>W��d\f�?�q톆�*	��S��5"���7����h��_����@=�u��\����z���C��011.���S\�Cyir�r��(z�N)��km1%Q[�k��`�#O"�)�kEvM[.5^V"F��r>�pqW��5Jї˴�+��<�3�XP
��M�P��ܺd�Z�ta��<"�<�l�B�ӥ�i1F)�GM�e�����Rh���ߋ�,����Ʌ'X������U2�����s�|\����#1Z��ג�k��ZO��~xQ���r�����3O�]w���a؃~������	hi�h���w'��y;|��5.Y����Hŗ�l�޺v���g�_�0|nvO��DI��RJ�o$�h�=�2>t�O���G��;�oO3=��5���o}}ǟE�5w!����sg�]�e���!d��r��5�AM�n����QN�T?>��x�$��ȑY�3)-�1𑑸����å��W%�DH�k��z^��I�n�%jK5C����Jݨ��D��vXT�����U��+E	V�r�Ap��!�U��.�{��9z������W5�)���Kb�kQ>����dT0�k��~9�<����	s	ף��:��b�>�$�UA��L��ŏD�3m�N��qN�=I��5U>ͤp�-��V7��@tn�����ͷߋ�ہ��PC8��ArqW�Ʋ�:���i͐}��|�[��粢��
Ʌ1��'�7���wވ��]XJ.�h=�������G�	TIݶ+�G!�KN�m�?�cc�<x��E$rxfN����>l�l�׿�9�6�h�:Q�Ҁs�<�y�j�m�䙅��q��d,搊E%ئ,�0���Ȱ����ዟ�"�	����	u1�����[�pr	�##hj�}\�S_�=�AHM
㳄��.`��W]B�u�&�(--���W&��k���p���?2re4�(��hf��Ӿسm'�]���>�Hf02t�� ��ئ���*H�P��/�S�e�ҹg�'QW�$ǖ���u�E��b�)AI[�H�JA2.ŞI*��0�.y̽�Tӡ��dDF���,�sT��h�Lvu�2����T����"\U�7:Bj��4ٌ�b��0��JF�.��}�Tf�^�/�
��C_Eq��y*!ÚV�(�%���)��3���ot�+k%�4M�B#o'XW�M�Qe+blzyg���h����p�����7�<f�E]���G���\_�ƪux��g��"v]s���	NK	{�H|��C��_��8��W�y����Dو!�O���A,�%�"���{�-�������_�5\W�k��}9H����\k��|�
��	j6<���︛ �Qy�l܈���3_%,v<�;6����a�P�wKT��GO���N���g'�����#��Na+�v�[8%�ҹDU���=���z������aw*Eb�I�ڵ�`1-��c#�Ѩ�M�^s9T~
�ea���_Ź�gp�7��u�z�ȑ0{���/�b,n�Zfl�Y��'�����B8��u-M8?�knBbz�Re��Ӄ?��?�,R�l��+J���a���RY��W��:�]�>^����}�Q][�˽FW��8��\�1O��I�E^N���}��GP���ݬK٫/7���-=��d�T���y�1�ibϪ�#�3�i�%���q��oFs]��{i�3d)�0�6�W	Jx�MF��l<L��`&EM�h��qe\��4XHX`4�$���ʬ^qޭr������l�9��5����Z�*�?Y@�`CMȻ$xs9���wXlкc���p�R���J�tE�����pf`��V��9��|]��=�ӻ$|xz�A[�M
x�t�U���s�#���Br�,�6&'��$�j��"C��C�
�N��KH��m�d<?yE6�Bx��`q
􃽦ށ�?�b&IhMZқ��Q�؄��	B4��~�FԜ�e�w�gC���*�:Qs����&~(#���m�,y��!n;%�l�)��R*�T��v�ĕ�����XQ�,��o+�^���;�`�3�y���r���k9�������z���$!z���[u�sGC���O�6l'���,%-�$P����Z�_�{7YT9�$�Ng�]����OP]姉�����ұ���kÁ[��)��{�&8�X���5j���Y�I�0�&�p6�����5��3�pq��?׃����	F�#�w`j&;��{Ƈ� Tׁg��p6n�A�������
��^
Ҧ"�8�:_+
�rK�p:���FUЋ@O�{�d��1e�%�D�&��#�H�k�5!&8�`�wt!C��:�غ�S�è�}'R���:\��l'RnI��۴����nz�Q��D�`�bTڣ�1LĪI7W���/r8�ll�d�d�
�� +�ds��݅�@|�Ů�G"<�sg�ȑ����	

��D��D��9�Z�pW����H��GUm5�K��N�E���ky+�[���5=���S���2*����Dl�
���P�ja[
g�gUJ��6b���U�I+�ݪ&��e�&2��t\�Fެ�Y׮F��4rqZ��H���F
𭳡.B�L$����6v�؉�d09^@u}330�HhM���
.��MW$<�"1�#k�����1�5�#Na]�U$�C�����V�{�vo��_B�֠��e.l�ϥ+(�w�a/�;`E׮�qv�Y�;�108@�	i"�}X�X��P
O�t��o1��>�06l���F4a���f���M�h�Lc.��7�'�����/NB0iOyH�.�oo�890=I�đ"E�<�U�x�%L
'Oޏ�Oa)��IG3��$.�G^x��Z���4V;p��vli�������3��d㵼��^�*�D��T"�R�׫��L�W*_o�9��ȷ~xɵU�X�����N�tj:������if�<.k\�.L���EF��
m�z�0��agYS��l��	��(�C��0�%˿@ʤ *�6B ��9��+���8�����\x�`�*���|��ҷ`��!�����^�{M�q�>Gf���waXR
<d9Ȑ������Fp�Fr��N�@�FIBl�ԍ����=���n_����7��_��=x��i��:0�ߋk�^���M��#.fcG3n߷�����$L�&x.����3Y˫(�_����
g��V*���� �f6ʉ�;|���ye��\$��*�7:v�ڃ��0n��	���{��}&�����!�Z�b���zJr�t��"�$�&���y��z��vڌo�a{G� ©"J���s!\O�{ 2�m�V��!�t�).�]LD�lݱ��#�޼	��1̤R�\E�Z>��XK��j�! 7%7�!$x�
�O �/�ˏ?�%�����&q��Yl�<�@3���|=�W�v����r�*���z-����蒉�	��t[\PUC-Dz=.����܌T(%��n���u�u�7\zB[#*�1���pN�v�d��>��cZ~ɇ���X�(֌�nҍ���2Ţ"t�K�����Ӗ�+���� ��	68�Ƽ��W���L��D���&�ϴ��<��i������#��#�L�����vtt�ª9Q��Dz�,?B�ݨݴ��/"��˾km�Å�l\Wī��(dRRƩ`�-��t�O��tl�ƫq�u�1��ࢇ�mlG��BU2�L?������M�a�P��	g�~i-��v�=�`��
0�<Xu�6���$�625����6��e�ܾO���Xӹ��
�=}�KX�	���s�:D�M�e�F���"��w��]tvvb��m�G ަ �ӹ�FNU����Oe�)��k�E�贘)%1���2��p�<��6���_�o����`���;��;1=N�#�>����DU]=�}�����أߏs�H_Gx1�
�݈O��[3$V#�aT�6zD��K�`
k�~іC��]P�rĺ�,j5UC�t�|~�&q�����?S�V���E��>��W^�P,#��	�x��4RQ_�W�&�r�ֲf]B��Y�	
Ѕ:L�E�;᜺f�����%}���Fk��Dɱ��X����a�SC�襾����|�����B�OC�ˏ������Juɡ#���s$:?2��3�1y�#K+�>[����<���x�[�J��U�����цz7>��B
��-�'Cq�^D52����J�f"��Ȧ�x��IF�֮v��vy�R��؋����(�w�EW��m���a���*yW����L�F�N|�5�"\�4
�����޽{U ��4���]\BK[=fI)&�Ѳ~Z��4r��ێM6`r&|�2�!E�ű_�2~���.��ky
e��̃�|�Q2o�7rɵ�|��	\w�V�NZ$:��2�G159�����Ly�C��E�_C��s4�ki�Q@j��\Е�Cu�T(F3�Ϥ�ru�qY(f"@t2�|2��.¡���[�1i+��=�V
�տ�gUQ(��D�x�r-�7f��`(9�~��
Ec�����R��ΦH8ԇ$��g��X(����J�|:Q(k��r�v��(]^��}�\n��Rn:�L&�0�H�l�e�s^���u8jZ�]��[¬�2:б^�
��c�%Z%X��s�F"�_>x�{{�W�NJb
��<��0�� ׸��	$ca�W�0\�?�Q�m�=<����	
/�)
�����N���ޣص{�����6�#3d�P Q���2�p���z�#�}�F5��f����Ӂ��	w�z['ɡUfi���V����𐇖�y�]�
s�y��FڲT�#��D�s�`s#�O��QV��r�Te�s��,�b'�4�)!IJ5���y��!��C6�����FӰ�y�<��LF�*���Shn��Gz����]7߄�:��;a�up�U<O����Al#lvnq��}Z�&�4K�Kn'%�y˖7%2-����ZlA]e�i+�).�l�b7�זa����E��b!m��C����'�A�α�l�U!��h�_�^�
�S�TA-E]˚LG+��:*��Zeaϟ˭t
V\d�ޏ�2�XV��H�7_3�s9�w�!_��;�X���9ֹ��
d�g"���I����u-Ryܤ���	Wm�̽Nļ���)���B����D����Ҋ"�"K>
o���+?CH�u�={_}�L����(��=b�-�t��c��f:�YB�Ο�\8��x�N��YZ���g�$.g&g��#��jlq�r_�3���7!<;	��)��ٹ��/ Y�I/(.F�uyp)��r�倉�
S7�%��a�!��$]\BZ��ٹ��a����L��i���L^+��Z�;�U�XV|V}oh�h�_8{��X�P��S1��%�B�6A�������Y\�9\�����CjG���"��e�“$s	L�%�Ck����47��'�C$>_[z�z0p��ν_\@φͰ[޸:I��#�
67Yz>��G#���}E��+�HYq�V{-��eh9&f�X6N��׳4wq)�OD0y>�f�	���*a����%�v��%C�W<��"����>R���_����g�
���L̐��ὕV:������ECÚM��R	kzde=��+/�FX8F1�/lضu#a�r�Y�N��<����I��؇޷f��Y"��7�N���L�?p�
�gp� �yI��zv�f��@���߱�RM|d���j�)�T7�%��=��E�&XՎ��x�	l���u=�xn~��k8�S�u�P׶����پO=�(�5u�-�B�f�X�!�HQ��݁�l�<j���[j�}�XH��^_�?
���2��5��\�W��>��hc-����ߏ��8��5����F�WS�KLp�YML�#>j������"��8���d�׷wW��c{7f���Z�V®u�|`��!�$&�����ˏ��7o��+-bajO
n��z��o�_B„x�)�l�p�({^�'I��R��S�Vz+�.,��K��ׅs�4��'0�#���t&O5#M!r�X�͔�>^�l�W�w}�C�c	/\�ɐ��}��eN�����C}E`㇮�{s�:Vр���c��=?����pv�����Յ���,+=
}�Z���E�V�s)�j0}�g���}���f��E<^Dq6k�dP��"���O�+���:�!Z��^-6oV��¹��]�&d'Һ��D��n���(�'GPt7b}s���$�X���B#��9�m�?��ɩ)�ȣ�M�������`#�;�o���ɤH�^;͇߼z.q��Ue�e9�H|B���D����
�ݧ���18K
j�����e�!�D4�����0��Ҵ��c2'��D�6��uJ$YIˡũc�-յ!��"�[�!�0����(��������AD�6���np&+����I�ʕ�Bח�.]}�e@�ф���}��L6�V��+Ǒ�M���*�0{3^�W�0K��Q,r%�BnU7���.�	�DI9�kc˰D��	/<{�w�`>E���W��lB:[�;�K:P���n��\`��p��Y�۱C,�4-�HdU�����(�O��U�H��J�~�M�B�Wy{&�{�S"1�<+{]U�F<a�fn��G"��M��*q����:��ڲSQ���/?Â�u�D���2��2��k�
�"0X��uL�N���s��Rm�jO�#1�D¹�t�}}P�b��
�?��ۃ��Q5��\t�Z�[�a��+�QjE,G.�=�*��6���tJ@���0f�'�&�g�'o=0
˂,�#Kszf����9�w��P+N�5b�atv��L���j1K����
��!���ر��G�L.���ؘ��b���3���IY��lg�T*����6�[XPY
c4�Nazz�\�����ڳ_����ذ8�O?�2�V�f�^@�eB�9Nr��@Y�O���r��s9uյHĸ<~��p"�[҈FH�4��ɶ:�W�Y~�k(�:����<�W��k�^	o�VWY��z_{cu�,�pڂ��$�.r�/�NK�Q�x���Aז�ǭ�>��E���~}C�h��  B�G�@ɍ�'���pAgô�ѳ��⛸0�P�&���;�o|5��Q�&�f"cB�nj�/��A�&sܰgvw}�g�|����j(��'+�O��f��"i�������D�g���RUkʞ{1m�L.K1'��,v�?9@~�K��q�u�
Y�lYF��#�eOF�����x�g��+[���t��Ѱ�� �D?4"e�ON�ym
z�=���i��b��M���p���O�yH+o%ғ��*qf,��v��'��Z�|q1魯t�.N'�)��T�����2X �xtn��]~Y�
�{G��.2m �7u!}
<�<)l~7� 
��~-t�!oj�B�����62lL�3堝��}{��rp�A�_1���uUA�UR�ss92̥墵���X?��յ���,�!�8v|��du��$2��!�j �bcS#�z{�#�3A��8?'eN�d,�Bɑff��۔ϓ�2@�i�nu��)լ�'�iO���?�]�M'`mن@�z��m�'��E�a�آ�o!�"�N����H^�r�
dL��&󴧬�����<�x��(���`�����o�-8;G�9�@���F���G˜_�~j�t>��T@���������v�����FgQ���e�����!� 	�E�n;�%����Z���h;p�x�AU6lX/�)�&r�q�\��;Qr�ࢅ�m];�.`��Ȁ]��6N���(�?CT�i�\ʚ}�U��7�6Q=�Dڲ�h�:4���Wz0&��_f�ϤҒ��r�	^+�`$��<}ơΙ_`O&	��N�L�$󩬜x���e��d4=���:)*dK�n9i���\!"\���8Edo4�SC���܊�מ����F�����
��4|�)�'��C6���e�V�K�
/��H�_��`��(+��=��qn%�쵁m�ds�0DܒkfR(�n0B^��M'%8;���sohi���V��ֆ�~ꍲ9�#3hjk��F<]}\65�!�x6�9�$)�����&�#�ִ���-����S�?؀7k���̚��av�Ld�ve�A�+-���F�6�{�̗:NTU��n�8y#)2.X���E\
8O#G��,�ͺVAmN�R1ԇ|�^"�k��G�o� .7�L%x$C����)b;lIËF"�CG_�c�<����=�{_5>�K?�������q:�K�&�I�(���IZ�6̌�����0!�8���-��1���^�䑑��9�AsKՕ�\?�X.��Dk����`khaf
{wn��7�>L��ՀLj�;;C�v#r�E��҈G��W����H?�[ת�67((a�6���Q)�����߱k���V���{�z�x+�@V�����@��//�k �E���0)�a�g���~�:(M��p��L��b|�HL�N�}n�����I�v*�$�VBv2�|��/�w�&�[=�@	ްa��(�"�
"������g��>Y�0�D�+�X�ث�`&���`�Zq��ú[��=Ű�7���)�L���hGl)�#;qZ%����14fI_1�ߥ�_�6��%��3�����]jI9�RƇ/���Q��A��9�]ɧ���X�{�&G�e�D��>(���CL�"J�`G��06����Y��$�d�<�6)]2M
檽[�,eqaxy�8J�(��x��(�����C_�T�<��Vxry��o�2ijl"^�x��_���B��\�`�ZIqYD�q~F��"��?���E�E�X�	x��5u�9{��alb?�$�Z��70HǯAza�d<,M���"i-�m���_ņ��"���h<�D�O
���y2�8��!G�7@s{i�/w���S�4��{Q�^���3�p��J��cς�Zԁ]t���}Rb�J�5O�f��n�׍L��'��=����O��W�VZD�>��W}E��5.��Z��k)����7�3��V��C���BA��2y<{���<�$-�IR"����H���&�\���(Ό����f�&Y�)v��gX��z��"S�v��H�١��bjz�<�m��ɛ��Ǒ�9a͙0EBl~jQj.%��P�؀�
DӦi�[��P��f�8�Uo�,�+��k`a��#�wN^th�ݯ��f�!���2D��3�>���F��Zł�i��T��������[ku��m""�F��N�+��F�X;aA�JpT� ���h��P�G�p/�\=v��u�'�����,��"l�R>�"�74�b��G�_���#��E�*܄ڦ��E;;6�P�� �ė��
���"`��ҀT|=5~d�94�$�D���g8�f�����:;:�*�!е����QDɃ�'�����7�|��cz�������{���۸6gA��D�h�D��P�9��P��	C6��s�#�/��GB�`�-;���ZDk[3�$���}��pY������:�~Z02N\Z���7݌�3h�y�e�>/�_���J�����2��y���j��]���p�ŧ@l}
�߁�^,��C7߃�mD�y��j�޲CV,�B[w���?>"';}>�2���Ლ/U&\�xn�W��Sd!,-&�'D��ӭi�hE
	���%ig˵��ښ08>��K8�U�yF��?@��%�(������t�յU�s�h��G�3�&G��������1CX��2��t�h"�d��{�a�&+.E!g�"�Ǫeo{��B��8"
�,��B^��fzm��j��a�r�.�{d�Ȧ��y���V4խ'�,���	_�o�w��L�Y��y)��9hE��\�C3�@�,G�p� �3
+�0y�D$~���(/V�jB��b�iXV
��F91�l�X���c������驃��c~.���Q�0��/��g�h�pd��u�Jf�෿�m[�����C�
a˖
��ST�U!�ɇ��FѶ��/���q��j�W��0<��zY�_�@�3%���@�_K8y�_	_�X�՚�:x}���(���	���9"c]��U���E�nC�KϏ�
�%XA�M���Q"+~��Y�ao{�8�qJ��0+���
�i�$���G��\bM��;1NHp���MO�ɞ��
��_�
k�{����{Ϻ����f�C����M�K�_�EA[B���f9A)3.��r��K�*p�.��(����e9�'�Y\ x��u�	͐q0|�:�u#���a��n'��9�3��&<��	s�F�PS��(A|v:I�ߎD!%eK�*��Y
�tTL�a<�,?#Q�8'�2��c8C�BMK�>�t ��)�N�&��k�$��賯��N����2Rf�n�{�}'��/_&냿���Σ��
��
�v�/]�LxS=��/c�f/m�0C'�Г�8qa���fl�|;��/�΍]tY�x�V<��w�#�����e�'!�3Sc��߶��N��_�-���qd`���6l��z,���i���x�A:o��׿�(R4��X��
��]�'K�j�R#8~�k�[�����~5��n}'):"��i
?u���j�Or���[$��K�1�k.��!���s���]�����,HR]S]~Oַރ{���>V&,V��k��\퍹&V�Q�v�V�������H[L���fg�سf[_�V�~/{���ҙ�[n����X��$����
4��i2���ع��Ƚ$g�y�~X�E\�M�G��Mbn.�M���v9���/Gі��2��±�H7�3*ы�R$E�$>���G196�D��ѡ	L���-�io@��.��?H�YO��d	� O�Ŝ>}Z�햍�075��Q.I�(FR�,oo|nʕI�u[,~������*���^U`(���z%#ȷ�׽�	����p�gM�4c�7�͟����g���w}.'���%Z��=Y�1���0n�C�u�L+l1�&�8�1�k���,�s��h�q�!`!�C��N�G��wj|S&��J#�������v�Q���!��x\ͧ�2<_�u���=cs�����y1&V(�t2�4q���zO#�*���s���||�0?1^Y�!��;C��M�,-~Xa�504��:�}M����F�ETI�]2�̥7Fƴ��K��0z��ߊ�#�q2Z���� 0��q�~�^�S
��kjI����"���E$m�m�z;{�9�kj@y����/�4W����Re225������_��{�M�rs���H�j����!t�v��FO[N���I�v��H�kCU8sAt�?��{���'!//�Yt5�	�H!K��q
�W|�G�pނ���>6���
D��ж�<�Ψ`x͎H,F�"��4fO��/�sNj��'��FUB�:��X^r5���v�~�$� �n�>�<�9��H0q�?���dr
N��}�0��8����\��x1!���	�����FC
A�DbV[��ɣ�FEn���m�+HpT�(���	J����|�{����a~~^�L�L�D���j1;9!��G���]E���/Dh�ϓ��&�(��۔�"	<�hI\vm@cB*�G��эtz��:�$�IJ2�	$&��dD~��Ŧ6�?������d��#�:�xf[�n���u���`�.��j�e�v�12�pf���j���a.�}��H�$�c��G+�c�B:52�`҇��~8��غ/�Z4i��<�y/T�	�>~��ǐ��'N=D�Q��[M�sL����|��9<��q�ץ"rda&��)����sú�^M'1Z�lZ�D�k!A#��+����2�D]0���#&a��Bn�z#^x�t����87�T�H��Ac����s��~zɰ��=�W�.�_4i�[2�tL⍘P��V�	{��$���9'���Ӣ������2����L���X�p��y@��
��K�H���T�K�e��I_�4c���n�QWc',MNi��~�	F��e���,q�Ex��osX��0����r������z����\��Z״FhpgK>����
�]�ǿ�LD�&c�D�M���ز�v�,F���8��7�J�/�\���������u\}�j���}�AuC�[&�
�����S��_�o �h�H;FF�H�����_�E
�!�z	?/&	
#��gQ��p�q����)��4�$LӄK�=B�#JB��wsX=��v�`�֚���@�JИ-��-;�:�� E�4�M��t���	�2������m�!���o���a$�5�i�P�OAk܀(y�R:�k��x#�}�z��\�!���X�����!MXk!����F����tA����i ��H0�f�J��=��i3��P���22_fF���F�A��A�{�J��6՗Fu�KG�1�����K8w�y�Y��DZ�I]�Am���#�J�o?��b�-DT�=gh.b�y��zq>}텍�35a|jQ��RN�x��F�Y��̒7�%R߉I�P�.Q��50�5U�XM|��ّ�NJ��l��C������w���H�SR
��J'��e��
f��dxV�f�FVG����ڮ&�BV�x"+/���8\��]<��B�e�R^}~aI2���� �Њ�MV�:~�#b��-,�SG��W��Q&o{��P�b.�����XJ�r&�6Y �{���u($IA�&d�&tL��Dd���V7Bn��M$�Mho����?��?Hƒ�0j*�X��˜3yZ��V�Lt	r)+�_��㿔J���(�%�Np�V�k�ՊB&M�R*����2'�Ж.�V�Z��|Зo���K��FJ�>�
�Gԁ�%�L�Qk���PK��H~�δ��Z�5ò�sT�F���晐�y�
���o}O=w��|#���݁��r�,a�bhn�����ܽ�����O#���ɥ����?��~�䊥q��1\�Z���
W�ڄ�}�t���/�`���"��.��Ȣ�#���$#�\
�a����"21;���{�(E7Ps�=e�B��+'�ȧLe�Ř*�#��cr&�T��<$w���4��F��p27�
WU#?J<��i+2d�*�T[�X�<�t��FxS�jӰ�w��<'~�1�
A���6�,�9bb=�
��J��Rt�k��z��`X��mM�y+�7m��
��]���E���kO
-�Q��	G̔y�R��H��?C0U��4�q���S3�h&B��u<�‹�^�M�E�<��|�b5)�f�����`��֭gz�P׈#$,��0�O$�Spкa�5B��g�x_���F��DF�1�RE�K+���z{7l5.�>Տ��v��G�#��K��3vG�+�3�e� /���c9)��R�H?<\���6h���Pk�t~����kk�oO�E�aIN�M#�$㡀���N�H{�͕�>͚	+�N^{����>�};�xΈ�웎�!�,����7�-&�fh��H��zb%�G��y�ܹ
��?�87�p�x "�
��J�$g-��₰�����|�փ�L�8Ң$R��o] H܆́$ꫜ�x��z*w���caa�>�����&g�@�u�@���D>�׼�F�{5��FQ���I�hd�Rer�o�����V|�C��Ï<��-�n8ЁO�!r}�x�����0��:fbx�E���ӄ?�/c��\���s?���<���K8x�4\��>?�0�%݆��<[��#��λ�ȍ��Ů2�;U�m��KO�e�%�-��n�������)��v�ٹ�&��\�bz�5�h�=aL�9R�DЈR���]g�A���in"�)��|�<�&$�u���&�qn>��7g��IJ�M����G^�6T��ȑUa��1�[ȱ!Mp�	�75xŲ��F��
|��rT��_4��h�E�qC��##x����^��4��-ϓ0�%��dT�M&�8~� Y������ư��e�-w�@�G�_>���!
���&�$�E�P����BT�'�������$���'����g\�̅^8�N,Ħ%���'��u
�D��^�����M)�.=\�:[t?�}M�4�0���F��%${<ED*5��N��K9o�P"n8i
�d����Fw�٨(\6lM�N�8M&
߫ۚ�D6:���~2榐mȓw���
�l�u8��/��L� k��"7-��h�nn�8�=�uN�WhN�4��J����rAr9B5����L�e���&z�E,q�Qګ��GW����Ho����A���]M�t�vj��``b�.Z�!r�y%i?���%\���:1l8<�H��C�M�,9A�����&���^/��-��b�P�(�M:���x��裇��X�_��.L�P�8���F|��a�/�$O��O�:#O��Oǵ�w#8<�d�ݟ�9AUDrs���~��p�������ܰ��o��`��b���̬��y�wIijt�z,��D�G�s�V�� � �*��/kr��%���*���+�4����޲J4�nX��q(<U�s��Ip����J :D�h�%�f�H$�€g�h�/Ԗ���R
Mj�,u[�5��%�=~
A�H��~t��ֽ�;ث��zL�[��M�J`�9��*9n���M���
 �)�r������_��ᥰ,t�ز�'x�۶������U���H���$����N�|��cAE�s�L�Lvq�(0���5�jKE�!�?-���X�f$J'&C�/a�-���kr�({(�&��B��K/�d@m���'H-b�h?.<u� !�G��(N�c<=�ss"]�~/[ѹ�E���|{���ьs.�%�I����c����#��[1I~^�";Ûf�(
��؉�����َ�������/9fkk�k��{��U�;:W|��	?��d.��~�⭢Hx�'YX��֍�U�vZo��iR�ELOHʄ��Z���3�φ�Ksx^�Qt�-��ly�2I�#8��#��!$�l�����_�ŵ�:�̩a� Ƞ��pι1$S	x�.� ls��������[�sy�:��ҿ��AH�t�y���>���(��hѦ��_�KH�t�j�,5�ˁ��fђ��!lX�E��.�$������tx,���Y� �K
��<��h,K�ЦT�4��)7)���,L%��O�Kk���9��0p?:5��sNm���uu_Rn�Sq�7�jۻ�F�|�a1o�����<��yJHFK$�š�<6������eR��R߈����^�`.9��#�Va����i��j����S/H�$�d%ER��E�I
#�ǐ��%EŠ���[;j\�������g²tQ6R*v�f����0�C��'�:�Mc�x��S��j��Vw
q�5���¨�/�!�({NSy��a��Z�߾�O��ث}䥤i�k�v@����GC|
G�d���
�D����w�}G74�uy�+������!�X������=�~�����o��o���~qe�q�J�����}��(�%ʄ�%��g?�o�M�I���_�{��k�bp�����/�#��䳏aKWګ]H٫��K���dp׍W�W^��-;�DKOj�|�c?����")��DE��<4�2R��l���Y��I�LJ"J�"��M�-���;�w�^|��ř3���>����,F�NV!s&.�%3S\nQN�h��w�R�>�mcDFy�{|9�<��*�^�**����ŵ�x���V�rp� )�8+��L��(�l����X�t��'…� c���ʣ߽��SC�d"����Gd��z&&s�<��b�y3Zjp����$^�g��s�b�\��'�>a�4�Xi��i����y)"w5„����wIe�����k�����2����'�܁��"1�}��%���\o6�ހ;>q#&#OF	o��U���J�G��"������߉�{�B�;�c��s8��!����<��:��,�)G;)���J�����P*
��T�k&��ץ+���������7A���_�%��l+�K#9y�U	ˁB�G�@/Q&5�6���mD�䄕6��������4^>8���g�Vܴ�MUA�r�4.��������~�7������1�Hk��³�j�~��'����hag�˰�DIgɥNĐ!b;��X�{xx�5(U7�~� D8���9�k -����G ��m���
�\�*G\�DR@EC$b)!
�.��{�E*h��� �/I��^$�������6���5\gu)⓼��DD�vt���$�$�Ί@��H�8ё�S"Kx%*�t�.�ix#���Ɖ�!o|��B�y�\3V�V7��~2��'�Z^�vFp$�[�z��V�xѩ��Y�C��Bm��ɨ�2(�yf���)	Ǖ�����,d�t�o&#�sǎK��Dv�b��sn0�b��W���u�k+�-���p� ��B^�c)�s�D^���v7��(�6�/h=��K�i�|h7;�(D0�O��8&��v�x3
�ϞZ@�6�TD5W�-�=�2�K�'�$uuU\P>�Y��6k����΍�%��'h��&E)��ɵ�yZw)b�)"��'l�.���C�Ш!�a�ܟ�
���͎��z�<����qqg�U�]�WVV4+=����(
�f�ҿAk�K�LLT��'�aav�`�u���p��-�����<n�j/z�N�O���z"N�c�A��z�T�kv�J��֝x����3?�Q�	�84�z�C�_�:���$�'+o��#!9\���Bmh�z,�v"|�pz�ďL���������;ށu��XLư�c������ՉL�1�v8�98�P��A��%��B־O��h%!QU���N��(,��"b�app�{Z�\@$��\�Љ�XF,\.Ő&�t��Ė�,l�Z�Rc�C��'EL�s��|�=i�鶑7�Fy��ʈ��4��ژ^�j���ٴ�S���T�b�8�8�冝]����x���0>4
'��3��w6�� ^LI���#/�8��\]�=�xt�4գ��␋�`p��	���,”&%Fkq�8	{�I�@$7K���)�p�־ŏ�,V�K=v���Tk��"�ğ��Bo7)�I�.���U��2)�3h�yU�&�����1����dT�Ƀ(I�pFqu�r=(���&�f�$v���U㌔��D�Q���y�\��0�oq�F��.��~^��H��Jd�1���K�YOYZ���FJ
RU����sp7]������8���f����m�N�|�=�CKg�-�p[�{��-m��E�<o� ��G��Lp�FwӴ���$���=�Hx6G��&�8�$LӰi乄�Q2o�u�+_�uؾm^=|��%Y�YIN�����&O�K9�Ia�3d��c�xh!�I`��mBڠ�%�gS1�}��iQ$��t�׋{�}��k��[Yr��* ���効5v��။��Kǥ'K+��M'� ���	"MV���+�H�,�9KʥS�y�<{�\w�ΡH
4��нsa&��i~lȤH�V��c��_�8D�5Љ�8?t��]�	��Z��W��`]O=v��L���Z$�r?M��܂��`��9�Ȭt:A�ڂ��:)�б��<RO|�(A����
MU�:��0?
G���{� ��1<<B�X���z��i����F#�~>���"��%�},����!�����x�Y���W���i#�P#��)�X6�Zwq9���yGY�:rZ��KI�UB�L�_,|� �h_�+�T4���[7
G8���J
���F<b�>_�5A���I�T���B���4_��z�~�]J��+��^�#����J�AAw�*T��J���Y��8������i�rn�r�q��1�������<�*?�1Z��*��caa��!
�?�zU�Wky+?����z��m\�LJʒ�m��0�z�.z?��džp��ܾ&�zn�ޅ��U,�g�{����_F���ͻ��s_�;��6��+����f�97���A��@�a����[9#
w4&dIؙLy8�	��R(�@3c��{�o�Y�'�O"�����E���ڍ_|č�wv�c�x�x���� �,�L�r*�Ս
l�,â�$R>�I�R��B5
��8k��+�,�7�N89l~q���p�HL��`�-@
�+qM>/�9RC/�&�N�f9���������k��g����s�x�P�4c&M@�9Ls���p�T?n 2��և���7�'�����}�`[P�PRt�'�x�����x�ca2!�Iss���e��Z���6���⊇�O��AB�K��<j��3A���z��!B6�����<6�l�ܹ8쎂4�;?��a�	z�m��J�dvф�6�m��I�H�<�Hn~��'L������9R�D�ҍXj	�zB"ɪ�U8z�4'y�,Z[���הl��j�Fee�#�`�;�n���1V_��5G66ܱ�柼ҧOJ�/��,��%�"�<�S�<�y�(��b�Gza���j�j�e����DR��!.1�8���qLO�����˓E� T�?�LKh�PY�?�"��6l8;pA"1�m�JFb�t�x	ͭ��q�E��K/<�PK=�&-d�!a����;��O���)���,���ZZ�?�8��D{��ZP�k)�+cMe��5X���%�>��{O�m�5h��������a9t�|�mx�G~�~�a����S'N��P�n��R�-}&��$�ϟ�G/�w�c�{a��'��7�o����*����$��b}��}D��
v_5B�i�,!=�����q��,�كG��!���~�}��r+����[�^n�J��b,�LȭT ߳����g�=��C�\E���ذ���wm�)��C	����g�к��T�㻶��}�rؼu:ZB$�\X\�������,Y'�J::��iĦu�?Yp�o����b�ba��zp�;[02ԏ�յ��p��#&{d���)p7
��iB���q�*bX��N|�؝&�OEq�>z�a�8%,
���|b^r}JE��8u��x
�M�k�>4�-2w.;q	�G�N�ڼY������Z�K�`㤤�;45���#�n�FO)�TؓM�I8
6̑��?H�5f	�W�\�X�q)��j�I�����fF����v�m[Q䮇ϓ"�<��kF9�.̆P�<g�f���ܹz`�'q|,]t]^�l�R�-��{��e�BV/��'�;�9hƖ����Jf��8��<|]�w5Rv�dN��C�渣�Zj�L��9Z�Vx��)RB�`#o��̓�)�{�j��������CS$egqe��Z�{����]Q*j\�L�8~�W�S$�������{����‹��[���b���hii��W��qfpf�	Զ���3hki��5ta���8҄鏎��λ߇-���\��u�@Z��C��*�]����f]�͜!���K
V_z�?d!f07����E��~?�K!�PU49)�O��O��UV�DϘ$f_���F:����5�߿_~V*��X����މI��*V2����˳�\�vl<@�քCϾ�M��p7V#�0I�z����wb�@s��]Z�;'�J��N��
�Vn����ĵ�T}������7`����+�
�
�;���Rt^~߰i=�o�)R^�=��t�t�k��0ir�mڎ�q���ͨm���Bf��-�Wm�����˿�]w������qP�0IR2z�����rJ�+��oG8f�M`C�ւ���qî���)�J1�d��磲�2:�%�)��Db�9?6��N���%���T�b�+��Ck��~I�эȮ��Gd���r�_��;$�}�� Kt�j�����q�����If��e�Cg��܃R�)ǩt\c0�6#]��-N'י3�c�TbqL��河d��j��
�2H���GJx �A��k03_I�*6��[�X�R7�6�xAZ1�A�ZUv\}Ֆ���t�>	���U��G+�_+r�B��4"��K�I2GgG=����u�x���8u����YF)\}��d)��7�N�¶
]����ǁ/����n���(��v�'�!J���G�������ù3���g���umؾc�mlGu]�x�@P6I�TR�R&���6i
��!� EB����`������,�^�~�c�4�lOLL���V/���|��ي(��(us4m���O|���*��WZ,� 0�YT���M:C��8 �ylvx�i#cvvz*��#� �9N,���!�/<�9OO��J|D��"�H`��G>t'.\8�(q�p���Bt~����;k1KF*j���O>M$��$<fFн�F�����O&���Fss3ڻ��wbnt�$(K*��d�Ex��~�)]y5Mx�%��J��?���w'�4��?p�a�|�=d��cmT���a�L�%U���Q^���	q`5De�iDG�.N��,Eif�p�;�i4�Z���Rh��2)��$/Ţ[1<ۏ'��i��G��-�7^@��5^hJ���Z����yh���r��Q�>�S�-�E5O���⭻y2�8"�S�[�
v.��J%�~����ⅴ����Ƴ?��N�^	1���3M��a��	8ꄏ) �涍��J�n������3abp���(6�w�:�Z�f��^�E�פl���<���Y$���bd���t���Νn�uh#�(N^��J��I�����kEH6D�:j��
��+�N��B����eo��c�W���%sz�+<3���x��3qKUU��Y����t�a������I�.�sΡc��TQB�Ja�{���ϑ�646!	cxhHUV�+���&.�*u�,r=�{ep��w�@iN�3,Ư��|~�,.�>��
�il�pEcϗ��d4�~�����{���D��t��|��`�q��ظk?�"i�����w�_��sx��	�M����&<�w�u�9�)���ذu;j��!\�7�-[�ĉī�����zf�w�GdkUu
A�Tȥu9U�<?�_���
������$��}8{�4�&�9�M;���s� ��PO��XD��\I2��	^���?f�z3Hޕ�F���,������<������e������9�Q[%�q������v[	Ⱒ�G�sv������s��ϞA��Ky0�Z��QZ�^����G�A���l��i��--H�z��XG�P��p���Qj�C�g����I�6.Yz})���]n'�6t�����F7=]���t��^�-p�HaڄqsiQ�a��������K"�$�ȵ���u�%���N^ځ�n�nc�Aj�퀃���G�� U���1�ŏ�_�u�����#��>�d7���=��"��7y�Gr0�nDWU;t��
����PD�d����?1*��G���f��k��ָnU�����l�e'�C)Zw�O8��C�-4aϼR*S���B���,l�fa�݆RG�k>��ѳ�!���1���͘%�bqr�[[����chrj3N��C����DǑ�3��%058N0U���Y�y$��b�̳�iފ�+^>3��䀐�[�݈h2�g}
��$h�����$cp�#H��q������xc���cvf�x�)�%c-��-{R)�֗���pWEF3tex��:c!����`((�n��Xy$	Q>,OX�$�)�MϜ�n��1�9l��}Q��B<>6���O�CKk�tQ�����¼���?�����(��bT��1��q��h,&둯���<�TC�#$W�bx
yY"T$?)nE��Q6�ä�B��(,�O�?y\�L�\�dfvo-zGf���%��6�NV<��+���ԯ�cS���ޏ�{ R�� ��������CNT�mTpI���j����������g
̵z�N���"�hL"v8Q��9�.���~��R[��5[�BZH���z�Q�տ|7�ل�=��=u׿�ï�x�4wty��H]�
Y9��F��<�,0��&y+��l:��1��I��"�#��F�>'�-�5�̌#�%�6��7`�x���l�	�u�\��:,($fPt��T��t���|�6�4����д
��-j��%�|�.���?,��jnɿo������~odpݦ�H�������l�YY�Ҿ�$w��x�q�P\��St?U�pj�g/���Fm���y\mH�ٺÌ�*�XT���ږ�0�?��	~ndY�g������*�Dr1x�%�ˬ�e
ۈ�p@	w�'\�=ޜV��x�|��kD�Z�� �{e�b2`��r�U2rLt��X�ER^o�iɪ5s�ob.|�ǰZ�J�n7���p��'i/e+���SV�n�IJ��p�GK����
����H
�0��D�9E��L)�o��I�4#Ld|!dz#'጖N�ce��)X�	^�c'42�|���		�\��cY-y�����H�͍��!Cd|C]�=Mă���P���,y:^"2�7�?�N�ϛ��A�\z���<rڔ1����*]C�W�ZP橔bc+�5=�����s������VQ��A+���D�;������E.��Sa%��+Қ� hGOw'6o�D�=Br3*
����YC!�7�
�ߎ�5�Qך�Zi���+ʔ��Uy7Q$1��IR�A�>y]���Ƥ���f���r��2Nk��+��w�#"���[���_����߀�o����y*o�N�Ǐ��'��m�3�?��Y&�����R�8�c+�p�t;�n���0�Y�!��&��'�l3������f�x��*���*�c����Ȓ�����q����Zk����F+-f���!Z9zp*��v�8�0A:�轼�w���i���=ϕ���≤rdq�����
�HDJ����Ec�$-r1-�9e����&���<��S�:"���%f����!��hm'Ȏ�^��U�:Q&P�u�49+n��U��2:q&	!�K�f�phL�L�� �,qe�XU����ΐ�B<��N��k۰�s�ELs�_c��hݹ.�g�.:H����l�]`/)�E�Gɐ��$&�r�M���SO�� �1E�ݶ�}�J�#	eM�5*�J�Ѣnx#��3��O&+�"`�>\Z^S9(��������������3�"9������Z���4����}jk顽��\s��"�Y����{��&�?Lʛ��m���x��3���\��Vxݗ���֬~�к�u]}��򻮺���o��z3���Y�x!�%p6~�|l�XʨFI�q�Z��lL�d�
VIm+nT�•Ṃ��7{+f�I8/�%�tsaxD<��_�e�r=e�U,�uŕ��Z��&%��!'>C[|m�U0Ff�Mae�D�F���C��m�88<�G�+T��|�\�1����\"(���k���6	�[4�H��KfW��pR먳��\e>�~��J;im��I��i�H������7��ى٥Y"#7���>�M���ǎ�6~�4��-]�!���M"�IF�hbM\?+Y�l��[Y|�C�Vi�n<C^��8}a�u��^�"Y�/=u�U�$�l��E�#ogr2� C���w{�y�k����f���<%��T��P��`J,.On��4gP�Kr�Â�O�r�/Hy��`L�T!�Mu8S�ND2�._3�5�J&G��*'Y�g�Ң�j�lq0&�o=� `k�=,+c�MB1�V���]���R��!�@���8��g	ʉ����!��
k��Ӱ���7�o)V�C%xm^	#����ŸД�`����X�gII9EP�L
���ᆭU�{(��d�����݋z�	w��E�̕h.��2?���*�c2�yM7�������"{1���Y���\$+2+��Jdx�5�0��19���ns����ʄ�4�Y98"����}�
7Az��v��	��c�.�<�Hj;��i^C�2��K�1A
F���[}�E����P��YP�l��CEr)�Iy~t��=s��$��:�wb�Ņ�{|.�,�Y�������+�2"���b6�j3�[3�>/�4�+C�e~�d�����LP���T2	�!�^ɋ�o�8�y�}�G��K�~��/�V*��0�2��]�,�K��m�C�D�X�aR
�ud	��'h#�D��NL�N�6Í�|(�BIk�hݰ���Y�3���ܻ	s$�ϟ��'|�,�0�lM�D������b����d�B�U �Ax�Y���
�ӌ�����e_=�ԓ�ؚ�UI��k����e
��
a��hR�B�VE��5XH@�<5��bC�_��n.7�Q�FfG0�@���<�w�h����:6�����ԛ����&"�a�fQy��QM��"���;�����,&'�7P$�c��Ǐ�������;q�<)_n�\䮚��&Xܶ�^�-尮�Ct����&8L9���˚E�W�d���x�����ն�6�[��y�8V-Q
��"&��4iաZ�6���8#H+���i�.F�p��lݺM6��4��º��J�ȹ~���Y1���rYRټၗ$_E /�%I�G��PXq{5l�C<��W"�Ƥۈ�Nܕ���й�ݻ�a'ḀNT�aX����3ՕW,��K_Z�ڇ�Gy�k6o�M���E8:��nF�B2���:n$��!/���9�_�\��ߣ�{�8�h�斞y��"�f����"���u��X�����'�[g�1D�0�I{{����&��dz�\�cT��rh}���EN)M�~��l�I%��R�79?�KDU��PMp� %Γby�"^�-x�88�A+{�,�K|^-q�ZV(�^��
5U*DTZ�T&���?�H
j�s������C���D�KWȜ��,������ѵW��ƃ��5�^6m�(
r���J���\�B�D�d2iZ�9Ģ�Ҋ���"�d��HH�bua�4a��O=�$��^����8l�o��t[��«/&o`�.(#~��4!^� ���톅j2&��D��?Hd�0%��i�&��[�m{�.|�����+�"�����gՂfM-6F��M���`�{�x�G �"���f��e1��Vߺ�~VGpշ0�B�ɾ�\�e�����v�f‹��T�� �3�X�]7n����cW,{o!�f9�����487�ᶽ�����M�][nۋJ�^���X�<N�<�r��,/�B�%iۛ�/�moI୼T��Ix5Mښk��7�������K&���Ċ�����O�ex�����/`��Z	�Fiݎ�d�3�K���t���%�lf2)�H�jW��'�� E��ߒZR���g��1H���\fG��p�5� 9��s��,�M�Ua��a�>��h/c�����t�,�ax3+��S)�R,"TH	�vt!6�H0[��NA}��y�W䊩sI��䊾��O�IiFS�ю����LVK���Ϊ���t��]B�8�]�jQ(��'O�u�[Ekh��N��撔T2�$Ҷ�0~B��ؾwR�.�'�r��z�<�a"�}h�g���E�<wn�kH�#�, ���ZyN���voo/:	.��3�b`�2������O���1R'�MUkP��=���žˁ@R�*IW�\ހ��b|��f���Z9qJ��vl�Z��\��U�&���K\r�?�g%4�{�)sp��I�e�n�(�h4*�s||3����f���Ԧ"��W3=���2�>
1��u]4Y�T��n��SMٌ�%3��/b��0��lYo0���a�u{Ī��iC�䯾|�^9*e.������H�L@Y�.sH����**FB�����x�����t7�)��Q���/I5q�sK��9�gqY�OE�E�:��|�lg�5��{I�X�i\���QM忭,���;��ش~:�7�T�s,He��r�
�����

t��l�[�܆��
U#��"%-&�H�ޚ*iL�f��e<Z�����0��1"V�Aě,�T����!h�̱aiL�$�`����9��]'uْQm��MpM�,���) 5�!�Q)Q���&E�c�,i9��=��^%
%�'ȳ�	�p�[s�I���'�r�x�<6�bY���kMX��RX.I���`��Y]s�C^oD����N�qxR>�,���ȏ�G�U2��j82��.�T|m�&O�("�T���MVrY�hO���p������,<ˣ�-��%���%%�*���H�-�)?M0ey�C�Cp�	�%��#Ü�Hs�)adt�����͍޺x�1"���L��d9��{+�ܞ9sV`���N|�p:���(n�17^��"�K�WV�V�r!IM_&�Y�ݪ�ɰ,�^��o4�ϰ�yV�!^Kb(�0^u%��+
��=BJA_a��a�*3�ՄS��BQ+0ZkC)����n��<Z�Z1Oƨ�J���g�
��#���[�X�У�r��ӟŵ�jq���E4��K��Ǚ��a~jM5~|�g�Ʃ����inD:p�:+Mj9��k	8p�7o�4Y��%´�t�R9�]8��"D)]JJ��ꪼ�ɪ��N�����G�X
D�����C,G��J 1`�_�ANs�ե,n!p*���j��yR��Ql\ּ̭0����>�n�م(l."�l�/��zw�l�<a�[�"8,�edhS�C!T��F_�˱�^ױF{]��L_��m��GӶ�-��D�`�Zז�.1J`K�T#��"Po��]�3X���5;/���z�mը��j��p���DH���I�u�g���M�Đ`�$I�-7]��ɉl�!,�
%Œ�l���;YY�^�+^�)������FP���sQ�<�ri��%w� �kP!��cI"��<���~�0Q�F�"	5��yŵp�p�	G>�|:�l؈���z]��ܝ�6 ⶾ��N��c�j/	��w��Hưkg)�F�WT��.}��g�;;=�T�,�=�#k��I��Iyk���ŏz،n��F?�W_yU�Gq�*��e
Gw�����QƩDk1�����
��ϰ"b�`e�HV6lL3TT~��a���`����]�O�!�$z9��_����a��x	g�0�R%@[��~�_
���F�."�GFG��`Y�+�
J�756
�ʃ�!��8H�nT¸D�����Sh�:�ٿ�JhC��ob�>�l�}1�J~�O���[�й�Ǹ���5�H�_\�[��5!���adpT 4�v6	M�J8�r�"���r�h�׿�M�r΢�&`��='fa��w�M�G](T���y&�r4�O�0��C�3I�r��\В("Q�,��?uD��q�]L8�A,o�����ض�9�u"ŵd	�F/�h �Ķ�%��W�����!����ْ���y��j.j��|��}2.n�lfB�ɣ�#YX���?�����}֥rU
i�S��/DA*���xr&�P�:ޮ+� gGX[@��*:\&U�L�;��+��j�T�v��?|{�q5�h#�C݇�-*^v%�Zݴ,juZwd嗈��
%���aKeN�}V7<��ABqspHR�(��(C�P���;��St/��vWI�٩Il�R�w�6����/���[#���k�u
߿k��߈cɑp�dD�m9�@p�Z��2�7UE��5s{�4y��2�"mr$�WqX��.�
�e��,�`����2Fy��Yi�Q��+���Z�X�ʣ�:n��*c�ߟ��+Y9tm���Ί�C3QO<��&H��E��������R2�M3`���x�(��x�~u��������6��l����n�t4�]�io���8�y�=b58f�̚���ٖ����%�hѻ}"��r��ƚM�� �+��XV",��
?s�>���X�8�s��|�LG�!���+�e�me)�)(�SH�rֻ�(iL��H#&�n��:y .��@`E�W�w��I�լ��.�5��ض�H&w��x�P�3�(M�P,���/��I�_�$�7��̃^>oD�������Ç�s�N��&p�f"�����d���i�z��p M���C�_bcɚ�I��V�ԓ�T+a���Y�ЅFKQxL*"&k�m)�B/{jT6s9�˘Q0���>-i���
�b�p�c���(TE]���@~<7fNɌ
[��W�L�}�>E]�q]u���GG]ۚϰ��vTn�M�3yC��FZw�P��0zEQ(�$�;�@m+�/�N�fM�Wd;�2[R
���GYHaSBA<D0��H�
���Y��~��벾��/Up@m)G���r�L��.��r[���IqP�B�3�>99)�[V4Z��gΑZ���Þ��;�k3��ʍ�.Q&�I8��G���[��q�ΎF��k�'h�+���ן��I�mm�^��z�����
mų�r�A�x��4��N��A��������x��x��ȱm�܄afV����[T�`GG��y�U�����ůK+Z��[�oy\\����rQ��m{9�9_�V�q�9P�z��J%S�l�1�E��������M����c_$Z���gh����.!����. �J��uqY�oX�� �K��ƶ�ɫ�J�+�&�TfH�$�3)��d�?q,��˻��6� Z=�$�E$R��!�)�p�3��p�+�Bly�B�Z�
�
Y�f,LwW�{���[�0&�o�?�o�i�f6k��7t��2�
i^�I��@��p����a�:�%<�����J��k�Y��5�F�saT[;��|A���a���U4���lR�!eV��$8����<����@���}.DB��j�p (�[-ĉ�2�����IDp�\~��C��!*��9:紖�����C6�_����#
P�
�2��Ə�08�����|��3��tcsS����է^{��i��Έ6x=Ǿ�x��S�4�H�1���{��hos.~��4z��Vu����'��v�lp������j[�<�Foi��.3�,���kY���eڧ��qԡ��i��o:���g~�Ǜ;�X��iyL�{;����J��)��r@�G%�� �IcF�F��n�HL��5�-�4��JvQ��=��w��u�=*8�����$�(B�TM�"�jRv�T�d&�'�݈���&:�
ƇlQ��Oy��-MY�wW��.��V���O�/�2�j�� ��}[�D�DIoGR`�Vu��}�8
���:��i4�x����BZ	�I�R�8�@+�;�|˘
�¼�0B�"H�
_�,��+�|-I�KIR����l8	�@Zǁ���\U3����!k^A�"gA�du&�v��z@�}ZIEND�B`�PK�
�[=�z��inc/admin/images/youtube.webpnu�[���RIFF�WEBPVP8X
0k�ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016ALPHwg`�m�����>""��:@nmk�=����2r'�4��&�I=w����xFvD�' j'��*I?muF�����cu�d�I�;[�4�\W�z<"���!�J��2�BU�n��Y-�9k�kΚ���v嬓2g=U��������������������������������������������������������������������������������������������������������������2g=��Y'?s��ל5���WrVk���{�Z���X��|u��j<"����njb%[u��{��i4�O�Y�i�3jVP8 ��>�*l�>1�D"!�� ��~Z���_{�_���8~A�q�c�9m�i��+����?�Ŀ ;�:/�~�򧿦=���~����������_���c���0�����A����������9�S�����N���~�Y�������?�?h��~�~B���������O��������������_ Կ�������(�K��������5�1��������7�?���������O�������~@?����������?���z����翺�C��{+����0���y���쿿���������?5�������˯ɏ�/����W���^�}g�'���o�'�i�o�_����j����G�k��ҿj>?�n���g�O�+���?��~�{��k������D��n���������ߏ�/�_�����Dyŏߔi�%*�2�d�Q�P��4���F�@2R��(JUe�J�L�)Ti�%*�2�d��PA�|�����6�q;�w�h��s��((0C��Gͫ�N�AE��
�>��j��PP`�y���W8��;ϴ|ڹ��!�3���6�q;�w�h��s��((0C��Gͫ�N�AA���]w>��j��PP`�y���W8��;ϴ|ڹ��!�}��� #6�q;�w�h��s��((0C��Gͫ�N�AA���>m\�x��PP`�y���W8��;ϴ|ڹ��!�}����'|���Sw�h��s��((0C��>�&A�aо�"m�H#��nZ���!�}����'|���9w�h��s��((0C��ێ���o{��>����҂�;ϴ|ڹ��!�~��(0C��Gͫ�N�AA����7�w��ȡf�p�,��C����\N�AA���>m\�w�
ÐP`�y���W8��;�P���-���؇�q&���)�s��((0C��Gͫ�N�DO	��;ϴ|ڹ��'
j//�x�<C�Y��8�͡^�)K�Jw�
�>��j��PPv��;ϴ|ڹ��!�h��
ǹ�S�A���pl)ܩ��"h�+��((0C��Gͫ�N�DO	��;ϴ|ڹ��&T�:���@��OUh��q;�w�h��s��((1RS�PP`�y���W8��Iw��p+�x"4H�#"��{)�Z!��Vj,���!�}����'|���O��w�h��s��((0C��C!I�%
�'�w�E���AA���>m\�w�
�G��Z舾p�=�ђ�KY�N�AA���>mpO�P,���XVB�y/��-%.|�'|�����6�q;�a�(0BOO\���
Z�����]��4V)AA���>m\�w��M�((0C��Gͫ�N�AA���$�;�ŀ$��
s���Ӛ���(��;ϴ|ڹ��!�}����'|����Cp��5���j�k�*���¶
>˛>qC����"�v��R�'|�����6�q;�w�dIX_h��s��((0C�mq�����U���L�a�B��95Md߉xm�����'|�����6�q;�"|���f��'|������S[	�E#<i�lߏ���a<y�Vbњ�^��*h�<3?�=��y���W8��;ϴ|گ4�Rs�e'{c��y���W8���u�7h���v`��B`7O�����w��%�7%���v
�>��j��PP`�y�m���łƨs���;�w�h��A��
�>P8Q�c<%��{�ƅ�l�J���Ѧ�f�n�pf�+3Y\N�AA���>m\�w�
0�3����C�m�	@u�%6�q;�w�/ࠢ�C))4h�/�y��3+QB�bc��t�h�){�h��s��((0C��Gͫ��ds�1�*�4sr�'���>'|��@Wٟh��k��������:�;��[���[���.~Lv*�
�Hg;�w�h��s��((/���%��ֶm^}��6h�y����5�!PK�(>//I6Jt_���E�*��F?��
�{I�E�R���q;�w�h��s��J��|K�n��5���S�O{k8��\�Ne�B~��H�c�f+Z�f�OZ������6Қ�i��$��**ށ]w�h��s��((0B���2�h!���ͫ�J��m+�������a҉�-����شj����9�R�?k���v�t�]|��{��
d�r�_��y�U��$�"^k�_:<�ͣ���'|���)�$.$\g(�
�ʧ���<�j�g����u�n��w��75���>����yOw��r�!�s�|)�-��
�C��Q�Y�9�a�n��E���w�	WS ��UX��}�o<�G3D*�7'�%��*��䢟�M�Vm\�w�	�9��U�f�1���$Gz"�����ɤ��8�L���෌�x�a�/���M�[{"�HYV#-�+[���C�,�x�_c�ދtTþ2�J�FH��v�5A���0���Ѹ>��C	�At�ލmdx��@ͮҴ�߸
m���'|�}c��e�ėV��XI��A�t�1��cj�ss
�p5���#�J�<T��T�6�Y:p!A�q��r��ީèu_�׵ڹ��T�H�DkV�s�[5%P�A�3���IN�{H�O�cG�����:VݼA��j��O��h7xd�v\my)����fU��UEB��Ҭ�;����������h��=�h��B}����X�T�O�Z�+���6�L�S�V���/��O�Qo*���4��K�iA��lc��-`�F�u�c�<��w��GͥfXf`��Vw>�|�m�P�=	��5���EUlN�����o��P�G��ۄ���}��T�l�f��d�}��߁^�����Yɽ:~���t�Ȁ�x
�~��ο5J�.�oM���8�|�����U��Sz��Oϰ�2��J4����/w�}�r���Nh�<N�?VJG|y���Bb�7�􎿛��N�x��/y���u��OS��A��%�����{6�q5��&�v�8��m���f
%3����0|�jr@��Sx�xG���bӠ<�xc_4֤>xOCV6�r@��`�OHC����~^�`��$v!����_I�̧��j��,M���d~;Ā~�G�#�x���K+����ғ��Д�6�w�
�Ip�mjҗ�0^�/Ӳ`�R���h���U�d�#O߸����a���ss���;�j�_)C�Tg�<��WU?�^E?0	���ڒ�KB8�K��֩�����]�D����/���U@������ݸ���h7�A�Oڨ�.r}�v6���� [sk�'�ġ+��~��vw�5������ƞ�9Tp�ކ�9��EuGͪ��}�hy��6/%��X���Ã�ߝ��Q�wϡ1C�iG����t�Y[�˵
��2�`�S��[��,��C��"b.�ǫ￉�9	��Q?��D���~Cl MS��^E35���vI��������k��Wb����֬�ڿ���8M�\��S�g2�:s����@�]���Q�/'�
����p���tB�[œ���2�0��w�����U����׷�j���P�G���������~׿H]��e��	���H���X��u{�A��O��_b7!�ɲ�x��Iw��Bd-R��w��^�r���՛�j��[a�*k������]u����NN��O����j���{��$s��]���-xbjc������ׁv�uu��و���OA��z�d��[���	4'�y��_��xԘF5{cY�7j@@�G}M
���ڵ	�����fp�k�
�ƭ�r2&��B�i|��5==ج�w�3�_!�I��`s��ظ�_m�K������7�#�^��Y�NM"�
hH0�n�>Q��C/VJ��X���>lwfJ�=�:Xi�@���n=Q�s��#`�d�s��1��o6	�Z�*�+W�E*�h:J��<����P�1i��w�|�������=�@�8@f�]�x��h�gt�)a��i5�Kt�9��髩w�����|��;<.��|���d/��]&Ӵ�I_�z��ʡ�d9��4yt4��Ҍe��ek1�>j��n�0U�l����%��2�v��k5���N�[�"��_������h��'�
�T�MO
�b�Æ��n�f%� ���4��ꪻ�f� �@���b���
�W�6��4
`�v���3zG�T�#��sð�,��dEN�&����Y�J�K(`Y�0�k�J�/�������G����VyY��8��s��>��[E=Q��~�ڵ�~�A���<�cA=����O]�鲇��>�i-�n�F��&Zb
X�8@�ş˫C��$�sB�U�o����B��0m�kC������WgT�ʶ��|�3�c:��d�V&`@(��!�aH�.5ͻ�
�/�E�j(�iҵ�5���G*Y���p���~k~�I�<Ĩ�ƴ�#�@��u��' !�$8G���YܴV���}�$��p���7��$7<����W����G�#�����K��Kc���0�:&%�$6�&
�V�a�1��-�x�]m��	��͙�����q��
�]v�ǽ��
=$h���U�^zwE��{3mVIJ٨W���L"��!g���s,�z��X�5���P�@RbHQ�8�?�0�H�b-�	J���_���m�h�ry6���×�+��*�(�<��T��v�
�=����Ɩ�P=��s�/Yoڬ�U)����
H�c�o�yh�^�{a�J��ڙ؄$�{Z����{#�T׆[����O�t��p�eY��"d�"w��^�����=��c5�Ӵ�4���Phb�9��eqz��5^�yK���Ë���ov�&��7�霐G�c��J�W�$�)DD\�Z.~gU5��b(��gH.
�i�o�
K(9�q�bs������E�,I_�%ɇ��k���y���`�4��c��?m/�XJ�0�7
J]�|�S��z.}��^/�}6m?WjIb�7��-j<vD�L�E�!�Ϳ�<�Q�X;�o�gï/t|Y��A��
^�	%��RuXTMS�?}-���7~�̈lK^2S�,,���ӽ�5��\��E���+!
�([���"��C֘���ҽ�F���װ��ċ�ﲄ$,��E:X�%h|^8^Q���t�w�2��5��x�B��4j��m��}�*��+�j�:��T���Vn.�
}kD�m��cN�4%ld�&�e�����\9ÔxEV��kk���`ѱU����y�8oS�;�����	��A��a�`'87[�yE�����=YZ�0��}'\RD<�SҦTc;K1��E�N<u�J=|�x� ��_�o�U����(�l[���"�Hc43v/,H�]����q�Bm��Të�p�
��:�s�?��{ڬ�'z4d1�m���c��u皕�oz��g&�ro$��f����D���͐��Smr�sפG<ST�˴��?�Mp
|l��W��
δ`Q����r�J�fGj̈���&����?��e�a�,��z�(��M>5Q�2id��'B�_k
���n�
�9)���.���Š9�®�����	�!����r���)���H�h��Xo���ռпqP_����m����b����K[[A��A�}��'�����|�B���R��=�ƴY��o���K6S�xT����t,�laO�(�6���������"͹�K�2��#�2�3��Wq��IB딢P�DE⎞�9�76w�{2�N�]�O�´�GMz�7�lQ!�37ٜ9<Kr���,a�BdM}g7m=���1����|�5��)��(�{�z�koV�i����p�m*�So|�iz��V�d}u�t?�zg��������}�s���Sf�хG��d̺a�����t8�g�բ�XS��~�����+�2���O�8zT#u��s����8_�'f��Q���H)�,S����OmY?����ɶ#��ف�٩iyܰQ)��<u.�=&�Q��|+���D(\�oc�{�B��7:���ڸ��s��|�	A�7_��B����>�Y3�����	�И0�l�����.���c7 R�A�~Tl�3���Ru�Gj�en�}�a�&�Lt����G"1y�����.Z���v�+�o5)�FY.4�`�dE��\7��SF��N�B�lHE,&�C�{�UK4�9��:��G�Xe������Y(9��:%���}؃�lzʹC�Z��t�f�+ר\�$cY����k�(B�DivžEL���θr|��}}z?���b<�I��Q�w����
�����_2�,,����N�h�3����b����m	���sZ��*��IM4�
@�����S���Zj�a��
Z\�p�<�h�Y��r�MF�%�08t�Q%x��q����!4M�<�n���X��m��fMG3��eET�W@��H��\�:��z
�8���b�����еU	�o!ﲒ�G��4�^h-��̙-&}���t�vZiŃ0@��8�YY9,ZZD�L�|]���W%UK����R	`�o9�˙U��P�
�=��|tj����I�
�ƭ�f
E�`�2����.��L�E�U=��h����0g	��ʧ��˛������|Ă������+�rb���ِ�,�噩�904��U��ՙB�Q�1Хs�TG�B�ϴ����D���[�6�B_�ə:l�i���&��O?̷��dX<�ϛ�#�iN�
�I�Ƣ������K����[F_
V%��o"��) �	I�xL���E`=�g�p�C�<dr����n[�y.X�Q\E���uߣ����7�ڹH2�`�Cc�{6��hht�5Ѿ���B�\&�?I�4�&�� {p��a��6Ww5��oqW��6o��I���֍��$
XY��mOrX_r��˴�&�,�ĩ�$�;ޡv��=--7��M�����!3<�B"��(��9G��$�S�r�:��[�-(�u��*��RFR���L��jj\�QY�¨(�oWE�7���!�=�vS����7Z�8K�JN⾭5ꤐ��U_���F?&l��P�	;�d��=���:	��6ׇaJ��5�=��{Vaf�yÿw�7��"m�8�	���Cx�4����4_�0O8��>ʨ�<��|N�U�+MA���e��^6����
���ȥs,Q�c?:��p>;Ӕ�S�6+E6�h���Bܣh�n�<Ӿ~@�*��of~��vt������)��E��g_�C��W嘫��z����>L��G�y�1�D@xմ`y��4��rS�Y�ԟj��')2�̰#�2�4�F�æ�Ҥ�� �){���1+S�*��^��J�ؕ"�
������J�q_��i�npO���G����A7��}#�],�)��~m=yS�Y����ztZ��F<��ELO�*�FHUch�@����(3y���d]Q*S�U�/mk��"������K���SsȨx�S����b
���6��m��`��h¯��$3�Rf�k�L��nZr�۾���>J��]�c��ӯhڐ�R1��d�R܅|?�de�u"���p�{adHς�����vUjߵ���ڳ����W��1����:l�'��Ԓ��I봏v�ﬓ��2����ewښ5t��;�F�;D#��/�ڀ5�C&7b�ML�e�Sޭ*��|��
׉�'
�lE�V����;W�?���9d<J�����#��`]]�
�x�:w��;��+:W9l����P�#_��n�����	5ߒÆ��ˇ�j�M`ҳ��)�3��h�}�����~^w.6��a�e���)�� 9qK6�g?��ý�1T|�#�N����)t�`�pI�ݟ�va
��Í��%�9�@֮d��l���a6�İ� ��GX�K�8�'�VR�
�����R/,����IM�L��sUm�J4K�jB(�[/�j�JnP{��m[r{^Oj�_�TCj0��� �;^�/�����yZ��ѩ��"㝛VP�b���Cc�xl�����obn��c��
)F-�~n�(1uxh��<k��|#m4'���ݱ���H��;�1Y��:A�w�ʫ���Qn]�Q�	@3���Еjj5���lqf��
�WUo+�d�
�E���&Z�p��w�����)��Rj�5cU��%J<��&�Y@��%��ϑM�ͤ_S����dɞ�+�վ��������~�0�{+�Q�v�~�ٲ>M%�5#!{8�țH%�3H��F��K]��؃Z�':Ž_�e
��
��_C�����{��X�7�]��BK�k�q���K%�V]�Չ�
}1�ޭ�RsT���O�)oD�z����)�0d�!���8N��G'��Q��΋�~8�E���<+B���+�W��>��8�G�Qx�`�ٹ�z�_LPƵ;9�9�|��`���g3
 F��2<����.�@��&�,Y�ʣ�nj^��g�[�?������䇆�^����>��={����('�jl��׃S��-? �I�R���lZ���DJ��g��]v������8�95W���7��ښS�ph"�߉�a�/:���g��R��|�Ut�_����,���N`M�΢�d$ZsL9 �3j�ҝF�����n�8&�Y�91qZJ�,F*DŽY��]'�W�6���MLsz��P$ο�c��Y<zUN+��B��יq�g
�\��2-f�,��.%�.�!���H~5�?߲I�rԙ�(MF<,�Dg{$�B�r�	�$���TR�g�
�������nFC{n�k�����R�.��J ����F_��G���?l�������k���o��v)���7���e�qQ{1��G:����+J�����1zL�����thOm���-�@΃��(w���
!���O�#��L����K��vGU�r�������=6�wN0�;=��R�aG��X�*��zC�p��$�����X!�Ug��{z, 1�`���w���U��Й4o@z��2��|f�@psl%�x�y&����!Pz� �j}R�I���i��1w�7��p^TQ�
��f�@������sͪ��/�ݛȀ+��f��?����}O�8����L�T.白=�U�.jw��HjY��5'���u��mg����ԝN�{�@�y�	T����;%��� �#!�K�j�#�lW��'�y��?�;��L��ϱW��v�A@p���9������۝�b�8�i�xr;mR3\	��0N.q]|�ߜ��e��= �>�7&Fߊ�>��Pf<-S��~�R��5�^-'�O���2��o�R�zn�ǎt9Y&�8d�Z#u�m@?���ǷJ�5�Trn��O��6����;>�Eg(DR���6�cъj�?��!!~I��T��Q�����E㷉�w��J�
���9�ː͉R�+�ؾi]n��u;���o|2�9\��V�����W&��.*�z�/�\�fX�/�V�$|���S�K!��Us^�h[1dU!��0��gp�ݐ�ݼ�t�Ŋ8$��3m��-E��J�tCHq%G�O�
�f�p
���cO�C %iU$~CW�
6_�B
:���{垶b��v��	7π�$@#1��Ki,e���Zj����?���u����^��bN�4���&�؟m�=����S\iH:�1F�k����y��z3�ڽ��$�,%p�jPO(bڧ��6���3����ۛ/5b�BV��9xq���<Љh��H��x�N�y�Z��1_=w� �u`�{n�.��W]�VN�|8h�V��Ј��Ӷ[z��Y�3��d[`�j�m��o����1�6;�$n�9r�
��"���Z3#�Mv�Z�h���sJ���/-�>D���.l�Y��C�G�jM�௑�ωh
�r�i����Ok�1'��8J�0:�qy�"an?M��"�mp7�7����oTb��)L��?��|P�.��ߠÿ�7;�@�LxIհ��0]_T���@���/<��
����m�����"�7�집�YT��!����p�+�?��$�p�;^�]�#೓k�J��Eÿ���9����]�r#.|i1����m'1�m��W�I�%�r��,`Q^���`�KY`��H�rJ%�}q������0����)e�V"�<�zUn�U�(8�no��x��H���x������F�Jqvdg`̾�0?��F�����i��So	��8����,E�܁��_WUX�	����F��e,��g[�C���Aӎ�}��46��3��|�v̙�-\�er���+;[���t@�g1UB{:�	?Ts�wA��Wgyc�wGx���ZB��+K�*Gz�"�"�w?�VC��G��e	��K�4�
�A:h��{`������#š$��pX3D�Cs|�I��mO�$]$JZ�7�7����� �i��G��Tl�R���]g!M�OWk�����ec�� L�m�&��v�@�R��6η���}�i#��Wݤ�C�1�[�}�Y&�'�˭i�7\��4����X^��:��lM�,�f����
5&��V![a[�$a��7�ۙ1�nd�*�>��=��o�Z;�G�
��-�`�82E���>���mzz!y���I��{&`��7�Lc�m�&yT6���`��*���a0��sч�v��p��,�/��i/����k�1�5
`�7�H���r'�JپMG��a�+��h4����yQ[h��:}����)�؍����$��r�r0.��+E԰~���{���ï���N@D�/F�B����,F~�_��~��?4gFxYl�F�x�W�|!�H���������W�AF���l�k��ׄ�ɬ:��65��"ė���W�b�"nOf\�i��b�TI2��������o��u5��PU�#VJ
��&X�N��u6IIS��,H6�C��z��2�~��Vs�]�u�m�Cm)�3��E��ӛ���@�P��(��=gF��D��4���)N��ԩ�D��
:غm0W���e�:���|��}e����$����z5��
��'����WY���� Fx8W��M#�^�s2��@���Y�܊v�;�e�H�⥐Yɲu��=
��k��2�$�p����X[�ܿ���2��L	��B�U�@��= �8�Umx:|�p�
t��iD��`%8)-���/�roH�6�Ö8��=�,������nh���o�����*�څ"0u-D�;k�	��5�~�.)�9��a��.�����\€e�	eJ���ҷ��lmunL
Y��ܳ��{g
�V+�<��'�ƹ�ZN��h�,�Z�:4��h92P!�_���8�ɨ��v�-��p���$t���5�B^.*7zI�-��:��ڶЏ����o�uw��� f{��������f����h%?�h�"z赛8�o���̮�[�Ii�<�yc�%註I'��jw�=熴ͽ��b��i��Ĉ���t��2傈�.c���=�B|/�[.�u�gZ��y��R���ߜ�DTa��~W�&�Hkd������΂�t�U��Bm�[�Í���|��_M��4�fh�7LV����/Z��)D�����~���c�N;x�_�3��E^o֣�/g����<��l�'�̗\T��yC����;��-��,b�z�]�=���p���P���"L@X�M7���鷤>�gU��g���
=(�ꋌA��P��ã���̅%-Σϴ���G��D�j��vP�1kB%�yrƍ8
&����n��eK>�
�%ۖi:T��/6w�8�"�=c��>j�笔
�y���qQ��FQjst9�\�j�ޥ�%��l�V�Ҋ���<u-fG�{��j��IȞ��]sm]�$����~�y�G
xT�J_5v(��C�W�e����ӓR|!`��L��R�|�iǿ�q�+��3v���*~�vm)��������U�}SW���#�����3�3����*K�r��]��oA庒�WBiX���"F�k*�L`���'i;I��g0�L/0��b	d (�>�\˷�@#7����u]��Uؘ�\��5�C�)%x$La�a���]BwB�b�:K�}�B��K�a�w-S�3>z�e:"��(�ʹ�Ў]�Ϥ$�Q�8�j29����v�w5���M�"p�8,�����}Nm7t�7�^8$�$��f��C(��ikS㋦w
���=3�P��?�x�2�B��y�0K�8@n[�$�oz[��G��,ɖ�q�LT��b7 ��p�o�i��U��m�8��
���-�Ē�w����	=ӣ���j�˝}�Yͧ�K�sg�LxN�����*y�'����2�2�\��>0hO�o#7���(�.X����:��m�E�v�Q�iKi}>���3�����a`)�W����H���x�6Qbg�$��b�\�X7���&)�!�y
'y���\��[��'�V"ؙ��2$�v7��V �K��ľO�}�iπ��tuI�V'Is���Ri�vMȆ�9'��]r#G�����?�d��g�=���则�daQ—egۢZ�������!Uw�=Ձp~9��a�p�}c����{;������&߹�E����|��M������0s�.<=HP�=�9���&iGo;1����<��ɿ�
�p"�%wm�^��r5�=�-&'Հ���ќm�ᣳNf�O2{������!=��?0P�I$#��ȝ�p����$�~於5a��%��}OI��߾2�(h��,=��C�D�j�2�Ū���LO���6��y5��]F�����brR:�ע��x|@�>�%��O+���Uk�����L�L=��
��L)�sY_F[�`���ļ<S�����a]586�!�$��@ʹK��
��>w�_�<@�nK�a	7�n�ؔV2�B�?R �Rm�!�G��Y~"xT�����n�a��
��C˫�]�Td�;y�I\{����'�b?�1L��XE9Z#M,2�Wi���.�S�b2O���p��zA~���G�g�+�:�	�KL��'�\Ʃ/Hg�	!^����b�%E ��ѻ"uH�����X�j2,:ɧ����^k�K5EI���b�qRZ�-���e�eP�D��ά��t��*0���К+��P.�#��p\&�C�<b��/�]l�-'��iuLΟ�ܓ_µ�E^)��,�x>e�6��~�=ʻ`38,��JT�Ui  $�톥9�n����̆����w��Gi{V����o�(����h�|Θ㔝��� �W�x�k/x��ߘ�F:×��1�& �H��y28I��*.5��t�҆L[��rY+�f�P�ht���Ɇ��������y�5nhe��$Qc�H�*O���aR�>���/���f�b�7��M�p���ͳ����Z��3�׆�[�9
�xm����Q�-?��Oc�-e#U��݁MPi=���JP���|f+<�1"Hg!*.6�i���*A�}	!�~R���lt��vh���v�N�O��rO�f�M�6
$%�H��`��Wa�p��r���i��4��9Rz�syZ�0�1>Z�G�@��!�lUP��]Rs�H=���h=��f��k+�e�YטYL 㥕
�8(#��E�n-[U�D���^;i��@:��׵����i ���*��s7"�Я��Ў浠/�X��B��覒���EG�>����̡t�Lo�׸~��u <�m���i���I6�=�-iL,^o�Ӳ{wGb�^X�5�ב��[VR�)yк|��)IH���޿�ٚ�ê�Uw���*��f�FM�s��M��0���f/����q�1L�[$�F�Un���^BȒ��C��?.�A�7U4z{gmcEy�S)+V��R���0h(G*4B�¯&����LVL���[��T)��NxE��bqk�:�I%�=�6�"#0mDF�m��,r�����;A:G�Cڸ�af�a�G�Vua�!z���D�Q)��*MiR�U��F�q�4�{���s�$��R��Tk���*�bʧ�B��-1�56Z2�u��R�w�T�R�ۊ��>�b�Cy�����LG|�w�p4��҃�¯�/�1���a@�;�v۫p��,����\

��J��#��ԁ�֏�J��)2���ډ!��H��sY(H_U������hS�ľ����߾��*�+D�|Q3����6~"�Ѽ��K���W|�w��.6�@�$o�=���gy�;��П����(���Y�	Xr�C\-N��N�O�诟�������
����O���c�v;#	��Y�W��a?��8�Wc�����[���d�(d�*#�����a��9�6������bINU�ݤ09�٤H�z�6Ejwz�3i2�4�WS��Py�Y��#ij%����1���$�� 0IC��*��I�ӧX�'�;!ZW��Q���Ϯm�,w~2EIh�w$�v*H�KsL0N�,����S^3˔�Aܾ��.�f�Wf�#�ㄠZg�!�:��b�)�|�>;.��N�.nvĭN}m3H����vv�V��=%�Rd�ioS�/~O|��cG'\��(;fir�c�yb���&R�c��/TI<�����d��%RZ+&3�(=�j�ȧ0�1X1F��)}s4_N#���.�63"1���i�]�Rm��+�lB`�H+���Z�w!�l�1y�n��Me
���|�л�:���5�䨥�(o�.U`����L�h�@�f�'�Ff�y2�MB
��"!�5�����?�~a{9��k�y�D�/����oUL�sX�NVbI�X|vX�N�]f3�|7r�߻<S$���%�*[��P�Z^x��j.�NL,we�`s�ɫ-9L5����<V�6J��(�
��ΣS))�4%(�F�3T�Ig�!|SӾ���B���D��	%�-������5�u�GSr�6� ��`�����"D�c��n}�C�a��m�oA��2��,������FF�G�)1Gv�����p.n{����w�3��&I,��/��*�2����"���Zjɻ��O�b|�Y�k�z:YN�Y�_:OǍ�r�P�Z��$��7��`;�ϖI�r�T��EZ�n�s��A&��Pn%�O�H��Π�ju��8�d(�p��$�i�k5��Z��A�2v��#o~:�}���hvsV:���V)��;�B[A��^�q�+��
jzbج<�+n�	�sFH�<���у����g���u"9�<
�Н��&p@>�e1	0���h�!�������k���Mע�ЊlS���H`��k�_&�0͢���zA؀"��30'Ʈ5��C�/0?4��O�Y��m��P��v��Ap��N���Lҍ>0F����f~��C��)Ч�@i�!g���a�p�b���ksN7�b�\�
,�b�{��EL!X�B�{��33 1��C��]2�s�#�!�
U�����'+v&�ն�2�A)E)ۆX3NAo�ė��j<��0�w\���5c;a�,/�Y�Jz������VyP@�l�;�o��,���5_m���e<��d�ZL3�:~��90=��P��H�UY��f���_�~-�ʊO����XӜ��}.��znY0�	u���m_�	�=�s���^]QQ`�)O��V������Iq�9�5`B�Oj�i���M;����ǽ���g۶���g�k�!Ã���k�śN���J�P4�eY7�,mv�G��UQ=,����+0�j���W���!G&8��Ӡ�����,kQ��ɸ3hS�k��%�0_��jt[�^���[�n�Y�g�4Y�����~���v�Q��C�DS�������M�q�h"�Ő�z���YD�F�g�	6�R�	�t���5%�]��Q<�6B"0�+3�9$����F��I��6��D����H�3�Ee_�%�v��Ӥ{�cw2��c��cג[[�{_y���<)����Q@�#	W�|hפb>6`�|��=4�xk�ly��Қ���N���-�Kp�<�\���.��
'����k�zd^�Q�k4�I��u}#��d��b�?��,�p�V��|Å�H���QY�o��5M��%{-,|r�ֱƾ
ET޹�.�2��ρ6��ǘ��).�	eq�3ʯ�?�-U5O�3�Eh%2��JS��*qs���;�1X&t��0@aɂBD�]Jr�ȝ#���������`0���7���W7v͔��	%�m�H�w�t"k���T>�*pĢ/�5uĿ�YV�OR�D�Ew��E��S�ڃ�ojJ}�T�%�}7R�R=��Bߡ9\	l����c���ܯ�U۠F~y���{;G�h�4s\��a�fm��/��6���W�B6�i�	r��ZKVI`�DQ6®�Cܞ]� [��H��KC�E�o�&�ef�k��
F(�Jã+[�R�X�
��n��j�&{�i6��:H�%�|}��p7@�`}���2�ّ�U�6��> F�'�K��
B���n�O�b&���S�F§���T�ɾO�~k�Y���o����[�y�c.���{Q�
t�Ġi�oI��k�Y�D'���?z��P��5(�O�\g���V"�_�E�l��0<O�we���2��C�&=�;�kɁ�>�|��Hp1{4��EIPz?#E3�C�p#�6
/��͏��/�T�տ��_7�;C@��u�)�`X^h��'́�z�jyMS�o"��
��௶����;,u�>���DZ��|��?)3��Urd��=9��W�'L�9�u��[�XI���(LAa~�܎�^!8�Qߔ5���pR�;�=�
��$�t�ҋ�终z���jXK�|O�T�R�wB�&Tnx>��J�
&�~u΍�p�x�u��2�,y�a	��t�.R&!:��
�
A�IJ�dznX��8�\bxл�]"�k_ʶ\��F��n�n�mz����Vl-������ �p,�-9�?f�M�{5Iyt�_H�h�(:�K���J���>~�g���g�gM�j���[�{�	*<�d���;���\ �D��S�)��x.OȉL�G�;AO�P2G�R�����K��j�/�E§�qh	韄���Us�.�VK��$I����Kp`:*�wA�6�,����Dw��U��x�K�k�q�q.ų]�zxKG^6�I���ΰ���Hp����Nr�I�K�մ�c8`��J�f<~
f��m��ϰ�m���y�`IJ�=.z������}[�Q0�4��I�c�T,����#����҈�[�LĠ	�|#��=^r�d{�*�>���$7&{G��3�@{�ӂ��0ǣ�a�D���s�o�Ƽ?�D��;2���m��9�\%`ѫ��6�/��PB�kk�r���qA4�JhO���j����sᮔD�zzёb;��Z���t�é4mHaq���s_�
��N�
�`'s�1
t��B����q�zk��0��%K�w���������
��I^�O�P���Թ��g��2VĶ�y;W$9ג�� vi�z��歔Z
W�c	�;�H^���)v�S�?�/�m�� A�����@y_�$�ԁ�/�>�Ҷ+Y���4k������4�z+�5a�
_M��C��#r`Bĩ](��0πF�=���;	������u�L_VT��/�����B&�$H!p\B��M��ϴw�n̓���-��+]�A@ݹ��'+?��F��ɉ�g�D^��%��bBr�+8�iř�צw��R>U�����Tfi�
���e#Y1H�f2�}[@�)<��٣ƕk^����coO�~���������?\�+_�L��h�׾o�Y��Y#(e�l�Q�_�1L��S��!�
�
�t�ʶƺ*����U��lk�R���d7��T�����eS�G��
/[���]�w�B"��������T�rc��-�2G�]]���\��T�c�tV��a����#�I�p˫4��T�1���Z�/4O�:o�3<�B�_�]��xh�f�Z�����*~V�0W0F�{Qc8��ɣ|w�'i�ڥ`��"�&|�IX��cB�"?۳#!s�5g�	�b��g��|�T�ݵءV�S8S��s�-�X��2��C�ED��,3�ñ��Lc"�t#���-��L�'3B1�.�`tJ‚{���P���N����&�ׇ�g�'��J�r�оP�?� �A��ֲB�Db���kЇ�Z�>9(����ۿ:�TR���M��!��b�c��'�:��e(R��r­Z<��Mm�a91u�=p`7�M�άz��@MY!4/0&�/7�</ד˺H�'>D�
�wa뙺���\�E�搆ү=ƛ_t�� O�d�즏�C��,C��?Фa`A������,�)�^�s%��"q��+����L)�'#�G-B^��B�t&���VJ`:�/B�����Ά���$6+s��S6%Z�رb�=����ݺ�,Tl|�ί�^P��e�蚞C���%Efc�
�av��9"��nE>=�
lb�Z�2!��q\��}�A%BӃ[�i�VM��=ި��-��=g/��*���E0�dUu�vҍ�����kN���'�����u/���d=����'?��$����rwR�%�}Koލ���?��0d���uk�O?���]��#���˲�((Õ�%�B�2#�Q���\�Ь�٤���Q����k��+�lp��z�X-�`�
S�\�S�N����XÊ�`Fm���m��GWCǘ��/o�򼂞��9��\e�0G�t18�*��NS�����iǨr��f����!��a#��A<�	d!������[+�6,�����{�R^
���w8�*#��'`����DgČ����j6�F��b��/8�Dg���)>�}p�IA�!�򏜶�����S�(�����O�v4�˽ ��Yp�/��PKv�AFq�?TN�&io�7c���u���\UX�_��k�Fv����r��-crKv���L�ˏ9�k�g�Q]���V�*�u/d�,�^1j����4���ᔒ�шB�mQ��.��mF���W8�|�Z`��R����е���{���9T�~&��m�"<�&���<M�������_�˧]%��L�o�G��RE_A[Hڡ[��(�|�yw+��֖��+c�J�0�N�x�eP@�mE��i� ��k2����D�TF�x͡���G
n�i"��b���&���B�C15 Ի�!d�,�"�M5������C�̖N�FS�Δ5�m��W��;�l���4"[#���?��%'��QR^�&������#���a~�ɱX�����
>SHɯo�tJ�
h,��3�Ӌ����[��k�.����Y��J�m�ø�VP�fy!S��8�x�E��g��K^���
�X�8�y4����i�!)�-���l:�Q��ن��
���y��c�j)�P�I4K����1�!J)��ƽ*?��|����
!�+e�ݱf�^���a_JA�o
$�ms�jr�+6������l��F������.�Y��A[^n��
��П�"z���������䅩s�`[<�� A�`��	W�+�ʄ�v���� b3-cF�:PD�zg�-l���@��`,�"֞8&�%��1 ���+�$
��3�<���f�7T��}��lr��"�,)C��*
��c^Zd�*�,�?��W�(�D��㟞3.A�"�r�U���I`���@�<
�ދ��\��ܣ"��_���*�(��ta���<Yٟ(���ż�E)x���P<�3��^�-��-�Ք>4��Kx��p��6�g��]Y��zr�s���[�ƞ��W�a�$r���ҧyC�a�XF8`�̖y��Q~��x���`
�t���x��Jͳ\'߳0�H:t
���TZz�����1����O|����q����[�ϲV{KsV�>�����
���>A;M�K�?��=H��I���V�AV^��G��י�Ilx���7��TѪ�$e��@¢͵��
�I�NG��΁��a��X���(Ld�(o}���t[a[���)�� I%K�g�=�}��0 J����9�����ϴ]�Z���b��n�BOnp'�az�[ڌ�bc����q����IѪ�5n���s�[<s��8'֙kG"�D@=gUqc���g�PWj>��s�ST<еi�ޑ�5p���R�f0Y��ދ�=8�J��AP{�O�*v$�V�����!���? x<')�2�W
��O���۰7��
�û�,
�'�S�A����H�����_��Y T@
�@�c4���~�$is���� ��J��Y�qh���-��q`Q�-��ߗ�ޢ��])b�s�^�R�ַ-� &$����Ho��I�)��J�԰eC����5�e�ɾ���#9/UW�p�R*���R�c�:�&0;[g���_�Gͼy*W��W;����mN�f�B�X������4V�k�
��Ֆuq'��&�H�l3�S��&}��&����ULS��Yu5zL�Q�Igi��.<ߠ[/d��S(��GY����a�����$�/�&h����vj�5<�-�\ԭ�@;��Ɯ��tz��q�M�9�:Z����e���ٯCK��]d�/nhkR�[%R�Y����^����4^��Τe�|�����BQ��>���eÞ��,L->��W2�U�7CUOa��C?�z����6���)>�����q�G.�uD��J���^I�V���b��W.S���
�Ecr0�i���ՍF�u;�ц6��
k܄����|�|���@�� n���U}�Y�b".u �s^&��dH�C���ȝٙ�ssg�0����r�ą��,o���'�DV!ʲ�I��o��ַcKP�u�!�,���r��^��W0�Ɇ�w��6k����Ü#�4��*�m�p�痦�O���P4��tޝ�,�u����%�G�:�q�|30�GjwƛX�
�I�NV?5
�C=����!pTB�9P��S�5p��B-tsp�H�;����UҨ�S��ܮ��er���ī��6��z�\=@��� �}��P�d���P����_��_5Nפ���#�E�C�d�Mƫ�j;a���pM��)���!�����+��b��Z}�y�joK�(���ܷx�.�"&:
���!bہ��1VX�|�!�u���LW����[�j�3GW�
�Xc�c"�DAL���̂mpۯO�\R�	J�,��p�|@���Q+�����~��Tko:@Z��-�L2[�>@4���:)����2�1OȊ��0��PIv�8�7�0^��h��D�2_QR_#�kV��-L�τ_��0Â�i��m�4��b�ծ��0 P_ś�y�ˇ��-m�ĽB�\^�hht/�ϮC)
H���n��
��=+�F���qp��Ļe{=�[N��߰�wQ?�����k�k�Ƴ�I��r	����ۋ)�B�,�߫����
�Mt+��΀A�͛�j���%�;��c���>؁�<�9�R`>5Q�i����P��n�����_Z��u%��4k�9'�K�����=�Jˬ�����mP��0m`:|����-Av���R锺��H�t���j�͍��_/ȫlȹ+������g�������;J�cD��W�۸ް�k����Q�X�Ol�T�c��F*�>^	���:'7Y�H ���Dtx�*P�c����1>.Ҏ�2��$�2�Mv���JD]��pn�o�Ydo����PT���l�rx��ee*Y���_���1��\/�˧&>�˴zɩ�6,���P�5x�yd"2�Ó�
V��3.�"�r�ٝӘs�$sCQ�H����{}��/�p�w=G�b��=��Ea�Nţ1�99�8.��Wm�"�o�̪�i�wx#���aVQao�M���ܗ\��3B�J�������eH�&����B�)����RDڭ�v��)��v�bS\���z��v�͖��m?J��/,v�M= �G>��!��CTV�#�����:6�����~G�w�9 "{������Bi#e��\�7�,0�[se澻��(n�:6��o4зd�"E���?\cI�(�r;c�E���� E�������������+Y�I�V��V���O�Җ�����Fggz���i:�t����b1��-�-^�n^��D&=�d&�����ԁU�G���NS�p���L��b���Sr�)At�()��mn��%��l\w�|H�[�kaP�C�&�E�#^���Z�Ɏ�35�$�F=��;\1�5�D���:������+/9#�(�p�{�JJ)�t��V���a��%�G*AFp��IkI��VU\c1i{�S�]��zR���k�a�4�|�B�{��nE&v�-I'�Sd.z%x�D|(cj�b�m��}�-���耈y0%#�����"w��F��ާ�W���<�	�#K��D���2l�@�+�O�<J��z�\;����V sF�:�#2�	&�{h�Ӧ	])��ͼ��#yy���@|���u�ĚCb����b1?�
+��jX�[=���PW-�Q�	�Qmi�Byd(Y!���GL�d/O�Yz�n���N��v�7X���r�-�_�bC-�Td��e�9-�.Kx�Y�9�
~W��|Q�Ə����E�d�*=�o �Y=��I�"��˹���:7A�o:$���z��}�"�.���fw��5����HZ�����H�?E��6�/q��\��*H��5�i���$Z{)J��)��މ[�p*,R�<g���wG^"Jl�$܏rxc����� �
;�ج���tEA�reu1AG�V� ��!�$
��M_�:QK��$"u���qW�<3b��t �w�k�&�L���9PX:�k4�I�ͤ���"J��U7Pw�<i��3G�O�%Xv0d
IO�H��M��
�$dv�z9�8�n.��y��.X	c�"f"B��I<x�5l���G��IZds�K4��{/�a�jm��N���AA>ƹW	�g�m8Wwg|-�)�',/H�0���J�\iͨ��k�=2��޽�DZh�F��sj���~O#
2v8$y� �%�����z�8V/��:��q�%R�h�ȺK�"��,����Q�����0���g���
���9��'_�C�Y��I�/�p���f\2A���	�� _&��p��Fh��Sm�	�>��\�������T��DLf���X�p��9�ވ'} �>�W͊���9s�{��R�����t(/=�ל�]��"�
G}��~��hw M��������"��\�pwX�'�Ӱ/��1eб�;��w9 �Sj��׏�ጟ�3u�N����D���D����Ŗ��d8mr�}�!
+��(�\z�=�0(���S;�WyA��*Xr�A�g��Yd�w�>�3de��8�/`	a^��?ۮ��^:j�S�<�h�"kہUp�����)Ӝ�����qe_�0m�����iF
�$��K��.z�����.��~�9v�l��"�k�b����&�7f��u�
K�T$�M�bI�75��J��Uĉ�̅���C`d���
i�ͩF	��;�^ϲJ�1t�1���}L@`��C��W�D�[��\r�A�/���7��w��#"�ՏV%�V!�P*bb�[ۡth�:���*
g�\F?q�����@�i����1�3M��~J���N��1�(��y��`�����DRs�����*�U(��Sf%a�����wp6-��c��_ŎV:�Ã�J���7V��>�'��"�$� V�儷�\/Cfp���Ur�Om ��_�|�����3��9f�)1�қ��1KX�m���L��>fτz*��xW��j<�^�۝����
���z�A��T����eI�x��:���(҉l�/��0�m��;�&5+������#~�/Z
\�E�:ҳx���og?	$����z5�Tu@Zh��~����{�Fms=%W�n&��:}���HN!�E�Ưp)Q���Nt".f��5h��u�2�"��S?R\��̜���C+.H�ɯ�mp��W�7��B0��F�g�C�L�SGA�$��΃����[�=�K.��'

��W���K;�'%�簖lovR��$���C|@)�K�Ϫ
a~A�I�s�I�D
��\*Z��nj.�9,��%o���a��E����[�Z���Dt*8�K#j8E�=8#��)�+�߼m�FTY?m�n�_Cd(�������sO�/�׳3e��p�t2�,��v0�R}���f�?c�!���BC��O��ߨ�s�:_�aS{���`�[�͍Pc��~Ű�v�)ӈ�p����r|:�f�����#G�%�n0�ء��:.H�$��䁘��
��/�V��
T���y7Z�dS&��6Ԉ�i�II%�
�7VK�⫌��V"T��30E�9�N�+��!�m:z`�y[�`%ۜ@�~&��i�oR�"a��A�5w)8QOH�6�Щ���WSiJ�pPt�C�(9��7�Sw�V�����υ�h2{���Ў�/��,���� *�*T;\���wЭQq��
 �5����_�~Čʰ��Ф�|����v�:���x@�O�3��v7�G���ޢ�!Q�LL��Ccy
��8>�ek�P����rr�{�Qj6����P*�E�A7�<�g�Fv��X�5���?t��O���xV�Z�u�; �#ԗS�1�Hڏ�o{�+��V�+SB���:��s�p�Q�@�R��ڞY�g9�6h�w>�u��(¤�|������?�w��`*���3󽛂{4���O",*ɔF��t�[@|�Y<Ǽ�i��e�$�f_��Ŷ��5}����0���2�
�s3��GvË�ܫ��F��^g-��}p8`>�	N��,�\K��p�����8`Q�b��җFu�'�{�Q�-R��0�8&ր�
�$��<d�Z�xc��N�V��|�Mx!tfޱ�7?���o��l<��~�GњO�ͺE�V�>9�k��ë����H1���0]��z�r&�&TFy(6�O!l�МQ�nBVL�4/َ��=W��_�)9+��<��P.�@YR�
�͢G�G���$���]�h}�<Y����ɜs^r1�q!�i�r�c�W���a�כB\�{����	�Y�i�x�i�j.��cjy���wR���P���w�y��D
���;+����H��<˳x�������v��T�5�`�ζAƛR#~�8.�\�{����5���v�eB�{��j�Lw��5V̪�캻\��t,����U0�8U���N����2���.>��2�FM��$�&Bk��r�+[$�-.�^f��J7�T�%��W[R�K˒�\���v��(h%���,���-���r
^�W��<{��/n����+���~��d�uK��7�ۥ?Tk6�ݟ*�|��4"1;Y:Q��IPb&�o`N_aǸ�x49�[�`�D0����`�[��"���`��8�;;y%������AA�O�&��<�_
rl�
;n�T
ɝ�1���<@2;�gv䕓}��W�82y�ȽNSw ��咿)P�)(y��`�a�,?�.��]�����.'������D�ηO�$�����	����xne��F�7Ԕoe��(i�!^��#����D�˪��@�{���3E�{S��&C�r��鄙W�g�AXL�b�b�W���

��ÉSD�4>7�p^RKsLu�׬�4��q5+�U6����߄�����b(a����1Q
�u�
�P֬�On��E���	҄;�3O�W�~�=���%
��[t�N�>
�Y@��9�;z��5�g���B�
����ݗ�HR�PІ�����h�Ο���YB{b|��%Z��,Â��v���*��֓��C�ҷ�]��my�!;��p2���n�@C�B���q�p�� �\�M{�ᕶ��nN�^[K�V,��G�Y�uJ��sAZ�H��_Ha��ZЁ�L9�u���[����d���csC�
��"U}[鴣�@���S�KE�k�㜴U�C~��"O��
M����}���s�9�q���i��'
��n�=��v��>��G=h�g�:��SL�<͖����g�ƝQ?Zb}��5�x�[�����^=��к���xc�Lhl-9��2<{R2����3@"�?��iGj��\��ݗ�|�^(30ѓ�"�8?�d	��Q�FF\�i9tQ��p?i�Œ�n���6l�Tx�/FT
A5���'�}/\�z�^���ri1�	I�*��?g=�/�XZ�1j�~LA�>�y��s�V���bh� P�C1Ĥ���Q���o-.��f�C���4��S*�bo�����Ǭ���!)��J���F+b�@!q|���ѦHx� �Z�B�*��+^!'7CT�S�Ƙ��j���FvY�(	+Y�~��N�R�Әt
8�������7��*������*a��$�}��d%�?I�H'ڀw�x�*L����F�j�lP�����l4��W��)��~Z�x��h�J�?�W��iQ[dm.�� �zR.]��bZ&�����il�T|��?Ʃ3��>�Ҭ�Ra�x�֫?��i~*1G�xT�#���]ˏ!}yc��;|K��y2�>i��&�WC���zG���ԧ��ܸ���
���f`�?O�)�������ob����b��]E�W��'�<	�ݶv��nU�j`����O�H���eˋ���E�tMJ�C��\����m�s�n���2LEƓ}�pg	AZ!����X69�f���������G����};ᬏ��b�ф����eUܷS�(���z�d���6<"�yԌč_�ON�''���c�Y��ּb}`C�ޒ�7ܴZ�R7��oOH�ď^M.�h�?֠3�)�D>�:���\�~���
�Bx?l�þ�g�AM���Ik��‰|	���QZ��z�]��� ���敺�+y:��)Q���fd+��3�kJF�����J�+Zn��ń�-��G/�K���C�A�Y�H4}�,j�E<j��-���;j-��D"�ܦ����X�]6�f�m��	clt Y^��F3��鎐�c,k����TJy�>3qA�ݘ7�m#i�d.bu
��Í
'd��MD�҄��{�'��>������e=���q�N�S8{���\܅Wfj�P&ֳ<-��M�v�w�3�[�X�R���]��>�;P�#_��z,kCv�{9$Y�C3!�:3dW�-[Lj��tk����ϧ�i�ܾ�w��M�w��l˦�A�y'�O,��a
���C=��&bYi�7�ˏVK�E9W�g���\�w�b����w3��r��	xht@�u�ۡ!@coL��ъ�A�����'C>�r�)*fH̐�X���9Չk
���fu�Ӌ��%C$AC��/?��>^��3�(��?Fa�9� �*D�@\mW���iP�_�do��iLSú�J��a�<�[&�&nӝ���OgӺ��c,��#Α�"km9͗�y
RZ��"s�N�Us;m���)	�}���Jπ�[���"��I ��K�A/NO����	ס���v/^\+��
��$D	)���F�EŐVM��p$p!(`�B~��DB�
�$��2N|��g1Wq�x��[L���yDQ"���у���m�Ѵ6UG,�&x�`~�"oJB�4Ԫ��^�x*�+H��m;_���YjL�r���-�l���փ���?9�U}�6�OBV,�Gނd'��n�r}ɋ[�A`����,�O�X#�6f����[%M�P���?�n�u$�R�G��+��[��1*����^�l>�!+&H'�*�
d�;�-#�P]K%K��m��'_F���G����jF�^f�\iH�jS��lh�f���!S�R3q��1̔�-�5�C@�>��j��6���
��}r%|u��24��+|'�q�A���� r�ޭ�
�U<�ԌJ���N(�z�JBpHu ����p�J���b��L�Y�.������*��w��_�q��m���-t��ԁWˣ��P�Cl����1B�lnU;�����Aa���f���۫�&.!SU�rA�s�F��o����k�L>D�ǣ�<U��Ʒ=�9V��Z})X���P
f�lA3�ʳ���6by&��QN�@z���i�)}�u��V^��\X�|bThA?
邰~@Vс^Z̹�o���SI���s�w����4�lp��	�3����A�+��9P�#����G���X���w�a�������J:9\�v�.d|\RѸd������܎-7��μT��^@����28x*���-g��e�~��H;"�(.��/]j�-R�"��h����<��kJ��3��2�ig��x��4�L��~��5�x�{ Y���
:�K����D¬<XBߞ�~���Φ���C�a��pq*�]�x��%�R�����7x����� ��a���3	��`⿉p�F1?�-�(1$3,9�����b7�[(b-Ֆ@@:h;2S{�L��ix�҂�N�����Of�Ҽ�M
��̀�����[R~`
��/drj�q�[z��������^��Ib��>	_d���+����9��HN�[�7��j�C��"�
������DL�Qs��ᓙ�7��1>�e/uJ���#�wL$d�������
É����e&{������Oc���ʞ�}5gL�+[�/�NaO#0���5�2�i�z�wyX�j��On�
T��͵z� ��}�Dԧ�¾� !���\�N�B�4L���?��`��s�U�0QjL��ʼn�V���1K�{G}[���@��������i˼[�Qr��)Z,~�����D��I)z����V�K5�����e��M�*�
�t݁0Q���ߧcB��A�e\X\�=�������[A��Z�<`��h���K\~e��^/�V��wf�	چN׎ϡhl^�,�C�i	��x���r)��Ss9�%D&c(�
��GH΋�V8��Rd���B���y�T=S|�R�Zj2��O(�|*Y-s��H	��Ӂ�9L�y�_��)��N ̒P]8#&��وĠ~�]����i�IT)NB+��(Hx�8@G��_�3s����<�+��!3n�	��=R]��u��U�ZL�*\�f���1P�j����\{{�)�O��@��n���txx�؇�aM�v�d6��&.�����"��xP�ՙ���j�Ì�4��S2k#U�Ь0�LZ|D��8g�FH�ov�(�JGy��7az�'��Ԑ�m��[������_s/�7�-�t��������	��hW�E�y�Z��ey[���["���M��~���h#*O�̏~2�%�3Z�Ei����"|%� uE�j��]E�h� s+dW��?�m����Dbғ���tI��K]˦�(���f6��+'��J� LB�YLJ xk��)V�H�������B�F86,���,ܔ�����0[+mT_����*�gC��d�%>��f�$��2����	�E��J~����%�J�>*�Cjg�hAq�{
r�@�_)��4��GK&����zcyz%����?��V�p�a�a�#-�{��4)&��ʄ����WKf)��C�q��L��_^Ɓ�\>�V��Bk�I�X'֘�H�+��cHCvV(�Xv�v��I	t~w~���K��'���+�2���5�����i`؟"n��iv6.$Ǽ���1jx./d�Tq��V�8���U鈑����R���)��-�dO��nt��%�6rF��
�p��{�I�;���o\�A�J�zy5���
�7�RO���R�O*��Q��ӊE���_��RQl҅��D�ሄ�s��0�_��55HQğCd�p��U+���V��_�5�v��٢�.	3���"����g���k0faL-��� ���7T�{.���*��p�lBy>4��j)�T�b;���=E`���,a���-{�C�<^�a���3��v}�Ji��q�:��9���U����Z���@�	�?7/�9J�m����S^��"~��	���x�<q}��)��Qƹ���K���g3+����;^_yMMe��
�C$fD��
���{�!��+�|����,
u��SK�!�����^H#�6�!�;�G}�*96�8�I!]T[�{_�>O�ȼ ��?������?"o>O�UQOMK��iViM��Ad^�3�����
����C�k=$�3R3��b�&��Vo����쏒d�x6Q��i�8��P]��9�qs_�s��\X`���'PvD�u`��%J��j,���~h�v\�Qe.pR	��޸�̷x�
K�
4��!'[���]=��O��%�nwJ�	��T�)U�6>�?�^u��GFb������}��Hp�8�|0	��M�&1�!���W.���e.�&�jL�q�
��)	���q|%p�߮J%�C|i3w+(�r�F}�&���zь8�MĴV�O��K�yўm�@eR.V�߇�Ia'G�z�ȵ�-��'�/�����9�V����0�� >}%rb���Yγ��]	+�n�a�i�]���+UǙ�#
7o����sV�E�ٸL��Z��C{�����Umg���Lu0�D��c8�x	JG��V�����g�������6�ܭ9>
�pdwyJ`��W���
T��)�!�N�]C��WO	�%}�̋N���{�k����%���ߛ����;C�	����`�V	�`b�iˎ�'�خ�!��
j�B�"�tDR@kԵB�>X�Fq�uMx���ZZ��'��N���m��SGD��9�4B��#�nҸ��Y%:E���y|R�z\��Y;�o>�^�*�b�|�����oBL=z�'�`}�~����:��?C�y�`A����Y�ґ�A	�~v^��r?s}b��<�Q�Bؽ�z�c��r��\���@�~�s���,5Tpö0��V�`G�UU�qɊ����#�x���{��up|!$eX��4%�)���Qx!�s�5�4�H&�# �o��`<�󤭗+2�S,m|^Ni��q����@ﵳ�&�YSi��oo�|�\e)Dd��ۯ��m,-������m�\�$��X)K��kU+4uu�7� �	�t��a
�ů�'EAMՄ������PR����2��浾���"�D`����!�xίv�*�9�Z�l�B���0",�+�$O�L�Q�FƊ�� ɚ2DK$9(�-y�(��i�&���^�?
q7Mg�Ku� �[������^��;b���nn4]8e��9.ch�~� ��wj�;���bq�TV?�V
�y�cq���i
��Ą�{��I@�T������^L4��{X�%Y����`+�2߂�yJ,�fE��̗}a�꼇=5p��݆|�vC^Z�ф��VW�p-�bC���;��i��.̂X�0�a�7��൶�m՘��ߣ�t�c���i����fK�*\�GH-wݡ�br5�6�Nl�T�l�5R�^��=i)�58W_��M�
�)k��=�(�&�r�^��ꡳ�;��a�6'�4���%���&*��`���s���B�v5�7r���ҷL��6����c�
�p��}�4������3���cK_J�H��͢u�#�������n�C��������4:�_h�f�l��PyX�^�x���]��u�ƒ&pԯ� Np��;��9E�\�{F�Gg�6����YIz�2�~�fq����wب�Q��I_��QyZ
�@)>������tRCw�&WP�{F��<'j&l�˫\��n�`���x�a�=�Ԣ7k��?Yƕ��Ui
%��z����+M�M��ڴj^��Ch��;�����}���ӧf>]7����;�p�5�qT���G��X��wq�_�����M!3�`��Ψ�m��D譢��4 ���/�����6�������6"�)�]W�6��ι�dn|3y�p�9$��<E�-^#��cdR~2u�š������s��Ѳ跕D�O�O��bB�����AS�H�`�n9�iW_�S=���NV��7�cw?KCS�|�;�L���������\�W����#�[���`f�7�qd�a�N�zv�K�s��+(؍ �m���2L"��co=���0	U�S�M;Pd�	����%�V�O����R��߲ñI��:�!�{��VI�U��9ۥ�٨�4�!���M������5&|!u��eZ�S�")
2�ͬʼn�Gf:�$��F*�uT��v|��_:�+��q6hĘ�6w���]f��@��SF֖�~��Sʎ�l���*��ev��|��W4���K��"��]��}ք��u�Sah�pp�&Pin�o�s1��'⚲���.�6:<�݁��k`x�*$�<��j�/�o-λ+*h�
Z,�Փ�Z�gF.:"�<�]�B�n���?t��|�
���Y��н�9��r�_�g�G
x���B���J���.�����06�ذ�ތ��ہ}��Q���9&
X3;�΃�j��xЗ�YY�~,lҙ�9�S=��2�"����d��/��ᄓ)PΥ����iu�h����#�jt��;��F��䆈�7��͕�q(*Sd��j���i[��,�5�K�\�ټ�Z�3�u��[���3�HK���_���Js�6�%�!��LA#��x3
��1a]`S �۴ d�vVD(`�{P�s���dU3>��TN�-��y �A͜��]��l��%g����)��֌<j�E4
�
ҿ)���r���7'�vQDk	5���\��Ψ4�fЛ��Y,q狻��V�:�Y��27B�q��J&�z&n·��b�[0����L7_t�4�����6�PL��
a�������BD}�ʝ��Q�I�v���Fp��f1P+�}�!�Ԗ�\m��ݫ_�q��;�8��ԩ�mԆ���M��ue8�mH�xQ穣@�bam�-T��5kN����Ń�c���5�����FB�FC�@dK
H�Dj��IVvEq�a6�
�'=�2���y��Ɯ�n�����,$���X��xt�h��bJ<4�t ~��9���C@�=꫅?�r��y3j�H�C�"�3=��t^�Ģ�s*I�AǒC�>
!Ɍw���CE���5��7��iHzI.ڶfd3+v��c���i|A���Ң��H��4��ƪ�܁����A�X��sz���^4:�������~pą��4i��s�Ϳ\#��}�$���`r��"�7b��a9M�j5�T �7��,������f|��h�B#���̇,̍=V�[��g���-�-��A�Љ�f�\LX�:��xo��CT�y��@T�V�CL6�,G����h�B���I�og���
k��"]	�HV�Cd��e�
~�d� ٗ[!����B���̹�!�rw���[�������D#'�(��;�@��ؙ�
Lh���F�5��\�P�=�X0�ȉ�՟�O�Aj-�J#9dW�� �Ty�4�cX젻L/�om�*D-���ԣ
��E�6��sc3��K�),~V:�	~lH�_��2|��0��IvtyY��U����wF�
�����XL 
Wk�~�;r�h��A$i�b�e�D̗���:�Nr�x6�Ex�����'n����be�fD��	���-����d$/��w@H�ݽYG�ws�(.^2��D�\kK0�ǡ��12?4�Q;�J�G^M���)��˾���d��%�ً��8����!ŠJ�l��=���D*dB�G������*�Z��-48�x�d�l��J��`A��Cy�L��W�5�rB!��,�̉�K�o��ms@L�ΧM�����\3DR�KZ��t�2��7�6�Ҡ��ū���91�a�t1ڒ�K����������� I�
Gs�V�Y���d�~��zv�>t��z9��0�e3������g�
vE
L�fڱ?��!'*�sZ.�U՗�L�[v�W����
���fQm�N���뺺�中���&Aa��_&&����|���}s�\�DkZ���R�F+��DE�‚7ׯ�p3�v���lYCn"5��?J��i��u+�D��g	���Z���ƹU�(��Wh��7��f�j�]Z�H��ŋ���^th];9�kW�Z$Ԇ�)�*��*�Q��Y2�܊�����
��|2ZA�bra��=���ij�ظpoh�H�20t��%x� ;aˎ�}Au�e摓�++O8Xe�ĀCZ�Z�����6<-��%��HLHttP���7�\��"��s2�b�
#�u	Z�Z��e	
��r�{�����H
"8)�w��5K3�0�0̿���G��׮
)��	M;LS՜������qFrV��t�d�a�=}@��A"�8�g"�1�Hoi��ݍ�U�H��5��W��t��к �5U��n����&Y��C�*"iN��2�q_F�
�"�\#�}������U��H?3=�˨����n�/A�+�����x4F'�����ס��X+*�������:c��߻��X=qX �!Qo��ӈ������.շ�@40��6}�m��Hc��fe��p�r����-ǃޒa����)��:z|���63|E~d�P��:
����ȭ�B<�+=���?���
�S�+Y���Pp��v�o�v���޽�P��ʱ�g�`���Qc�ve<0-3�GhZ���p��Ǹ�/l��:�cOv)�~������Y�a�i���1����H;�Dp���J)<d<
�B�AU~��	���3�*<L	��B����!��ԭmC`�����v����ش'��6�&v�;dYHZ��V��<�%50�#6�m!M�[+��
��UW\�Z��2��6���c3d}L/0�D�(��-�;M8'���r
t/"7��Fn��W*SyY�ڗP��h��:���+��,m� �B�ί�˲7�M鴦)��]%E�R�QE�պ҈x���l�R1�+%\qp��hG��*�P}�FV|�m��+�͂0��,�W�αf�A"`1�a��y˴����Pi���(a�u���/Y*�3S-vQD�j� �=����ރ����,v��&��h"��� �O4R���8�畦��+&ѲJ����x_���ZHKl�Z�f�L��P�����	���P�&*OƏ��o�&<��.���B�׮�@����Ѷ~ǎ��L9w��<�ݕq�*K��p�w�ܺc^�u���&W2I��FW�B]�O"�-�J���`�l��J�x#� �Ky���+آ�)��'g;��f�p~rĶ�$T��J�t�z�p�W��9y�E�����$�|��ds�ω��Q&���5<(]�|������m<
��c���6
���
YYh~
e*��6��1K�\_4��aﻅ[����5Y�b�-6[i�w�2,��#�!����Rxt���)T�w�;Uuj�0pE������**�".ڰ͓o�N�Sm!�Ă��-b����n�a݈�|�O7��t��|���t��Bec-�c
X�(���N�����FT��_�\�&ٽ;�ICۖ���nO)����岫�TLc~_�հz�	�S�q�G�P�癶ĉ�V��N��]�,�Q�o��&DNv�"�RBo�G?�z��zSo1q��1��"�H1�2R
Y��rW�wS�����k��ڳ�����y�a�Zk��瞭QWY`B<uc�,��x.֤���������{%%(�-�*��2^��>�ꮪ��)��ִ��S��rmM�F�q�O]ﮝ'lU!ҫ�q�|�/d_	?�������i�
�y��n�#����cU̘�<�r�b����,�R��ž���hJ���$p;�Ww�~�+�@8��
aD\������ݠS��
��R.J��s�y�ݱ�]�L�<��O�R��UЖU���c���l��+z����4%f�Wx�Z�O��/1�"��ny��yK��j��7������ʄ�,Ű[�\�妸�Yo,7LB��t������ݤ�;ԇf"�ߎ�_�6\�I8_H��\�up�5ZK���8��y�4�cժ�M����=ޚ�Fvd.}$����<N�=P��޿ٌ�<�?4��y���|c$�=>��3|N�Ã"8�'�T(���i��$�L��J�"�C!�	ln��6��;X�\�S@_)�s��� H<-3}y���,�����wB��j�w�S�+��o�1�"����}0|A�&U�
E�}`Ẏo����-����>]�O�X��C,A���i� ��+:h5�JX���;9�H-c
��N�.�����h����^C��I���P, i���Ji���a}H���R�K��g�.f'ݝg�ͮ=ޗ2#�C���ٶ���-�L�ڱhH�ڈ�	/;���%I&�D9�:~���g���X������ab
�GV1&\�2���D��d�������_�%L�l�4p��}�^�0hl$�~���=K�#�Kz1y~f��ܶem��	����i�uC�թ���}b3+�B���;%%\�J�+W!������x(���9K`#���%N������Ţ�<[�����T�A�B����r���( ��(X���bk7K����/�;eQf�
��Ѡ��?�����z�{`��=E'A�؛*���Ђ�콬�WUsk��7�ОB�|zzW�l5�qE��k�u��g5��ww߳4�����BRsT7y�P@f����nNf!b�0-��l���6�I����	}�ҝ�<�ۤ�3�vb��9��&rdC]m�� ��k�<1�F�4���?Cœ(�v6e�\\��rcHU�K%��GA,�4��%D���(aCX�n�y,k�q���h]ut�2-��� ���Lc�{i���+�����tc1���|��ǶG��[�S]�D��`�[ZK�2��bW�s'n�(�؊��PK�gZA�= y�^�AF;�*,��
Ӟ���n/F[*������f�z�_���ߍŇ8X"(Ĝ�#�-F�WO�
��]�4�&����D<uC�f���IV�un�x�iT�`W?+��
����*�0P�>���kfD٭+�&U�)+z�m�Ih�3�1���g�p
���
_+ /�N��(�F�mdr6��QC�\�1!k�ʊ@�9
����ꤿ�G��#A�S�+�[Ids��hG��#Zi����PK�
�[>-�����inc/admin/images/facebook.webpnu�[���RIFF��WEBPVP8X
0k�ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016ALPHwg`�m�����>""��:@nmk�=����2r'�4��&�I=w����xFvD�' j'��*I?muF�����cu�d�I�;[�4�\W�z<"���!�J��2�BU�n��Y-�9k�kΚ���v嬓2g=U��������������������������������������������������������������������������������������������������������������2g=��Y'?s��ל5���WrVk���{�Z���X��|u��j<"����njb%[u��{��i4�O�Y�i�3jVP8 @�;�*l�>1�D"!��t ��~=���ڸ������ܡ�����c�I�������]���}�O�^j�7���>���g�����Mɿ���e�������ߑ?$?���������������������s�'�?�_ݟP_�?��������'���?��+������_�����/��ؿ�|�o{���������o���1�?�m���G�����������1�������@�?������'�������S�[���o�c�-���ٿ@?	���<=������~�������y��|����?�z�~_�/�7�?ܟ�o���샷����}��O����?����o��`�?[��m�t������?��l���/��G���_�?���o�O�O�����������������Ū�^��ҕzR�JU�J�)W�*�^��ҕzR�JU�J�)W�*�^��ҕzR�JU�J�)W�*�^��Ҕ�a�q:!Ԝ��:!Ԝ��:!Ԝ��:!Ԝ��:!Ԝ��:!Ԝ��:!֘�4���I�*s�I�*s�I�*s�I�*s�I�*s�I�*|��V:��T�D:��T�D:��T�D:��T�D:��T�D:��T�DdjHu' �Έu' �Έu' �Έu' �Έu' �Έu' �Έu'��,��Rr
��Rr
��Rr
��Rr
��Rr
��Rr
���pu' �Έu' �Έu' �Έu' �Έu' �Έu' �Έu'/�EAS��NAS��NAS���;p�Q�e���o3M<ʭ�tC�9NtC�9NtC�9~�*
��Rr
��Rr
�腖^��S]�s]	0�n�F	iw>�§:!Ԝ��:!Ԝ��:!֘�4���I�*s�I�*s����L-	��ۆ
��*��CY�o����I�*s�I�*s�i��K+�!Ԝ��:!Ԝ��:T���pS�Gz�p��~�q'���K+�!Ԝ��:!Ԝ��:2�HT���I�*s�I�*pYM����9-+�I4�E^D\{�4u' �Έu' �Έu'!���S��NAS��NAS���5�z~L^-�ңk2L��%���NAS��NAS���!Ԝ��:!Ԝ��:!Ԝ��*5�i���la+����gT��7O�Q�a��9NtC�9NtC�9
�
��Rr
��Rr
��O�y�5��J��;�{��{�K!S��NAS��NAS��L_Y]���9���9�X\�+ש[��Z�)�f�e�4���I�*s�I�*s��c�K+�!Ԝ��:!Ԝ��:!�Pb#��+ͶxC�]�aewD:��T�D:��T�D:�����|�=?�+Ht�ǥI��9���9��bqPT�D:��T�D:��T�D:�ƖW��|{�k�=�����	ewD:��T�D:��T�D:��T�D:��T�D:��U�U��Z�a���C��6o�Q��!8n�����7��#]%)��*s�I�*s�I�*s�I�c^z����NAWK��4XA`�ϿH�z���m^�
��#@�<�޸m��Y�&W`<V:��T�D:��T�D:��T�>��0�w"]�
,��Rr
��r�=�`w�4i�o����s���A����]M XI��l�iewD:��T�D:��T�D:������(����*�GRr
��Rr�:���s�>c^	�^=�lq�Q�{a��v*���V��D��<�3�I�*s�I�*s�I�*g࠴s``G�q�Js��� =R��u' ���p���J:�(QM�nGg��i�{�.̇bhU%�8�l����s�j����WtC�9NtC�9NtCe�c�w������m���9���9�@Q���Y	
�3��t�(zX����� S�߷k@O�
I�*s�I�*s�E
#��5)L�N8^��tC�6�E��b|u' ��!G�
WIV�ؿ\�%�\t�r���]��+�W4rr��Rr
��Rr
��Q������̀�L�6}𣇪Y\H#J�x4x��D%~=Z*
�,�{s��~�x�-��t�ggFt�qn�Kf��D:��T�D:��T�D:��7HT�V21lz��@����V9l���Zzk(�����W`��!kݞ��[NwD:��m��9�}U�T���~O�^��%m2�gY]���9���8�TbZ~ś�)��0\q6���iR�)��$#�\j6��N,>��1jÇ?�H
b�tE:|4z��כҿXC�d���3/��,��R95�'�m��q�:��>�§:��g���K�D1`{�5�-3`g��7�,�寛ܽ�����
T���y;���h����Es�-�HG��7���a���&٦L"d�;�Q����M�s��,8gPc�h�NAS��T���/�͚�F5R�%I�O�n��x�P�㷵n1Զ��Ӆ�y� ݁$���f-����/̧��Iiq�ԧb���s1�@�J�-Ɏ��mc�dy[�Oƻ��3�<m̯�Y&(�y�0�;��vu��2��
�
,��-�y�[(X�rO�ɾ���1�
��R��7�aOG�`B��U,�\x�*���f��l\���_�I�yC52��͢y�ξ����}�4�`�.�T��_�O���CP	���C��2��5A�/ڰ1KO6Uuۻ�I��Ɉܿ;���;?
�%������u��C��BJ|������bY]���������4��7�+�#4h-��^̦�,�t��
V@��gOYՖ�vl�)$�`T	�����<�(�ȟ�*��X����}��I��H�z���#u���Ysc�u�2<g�n.��ou�?���8n?�8���n�ⴽ���E�#s@G<���!Ԑ>��%�`�"OQ뙑=�[֌F���.t}l����&-ѩ5�����g����o�@z�8�Qz[𢠹��h�f,
�C�#/XA��y����P�c!U���Tojš������<��A����a>b����¿/+|7���P���+�S
4�ev��$�l� R~�݆����`8�5�S��_��b���`��B���6���*M[�t+���)ў�̟c(0�' :�e�E�]�4o�S:�܌#�#�肙�W�+�O9�V��X"Y:=s�u8�]�]���XF(��>W_���Y���]L�2�Ƈ_�I`��d��Z�шQW����+r���?6���͞u�$|�ڄ/�>N��$�HI����U"�n��K܍�yEQ|��ͨJ����7�ay7Sl�a�h��r�3�~v�>cZ-6�����xe�(�4����U=�m.�(�D��X~V��%��^Go¼i�SZ}[��z&Z����v�j���
&X��¼5x~���b�̤��UQ!���)�4,�0�/����
��/��P�*���C��0��X�jBT����x�'�lZ������
��&��ϡe�7����( �2��S�x�2g�E�(��"��#��.D�l��6���[�ui,��<�=�>��"h��ݴ8OR�Nj�x*�'P7S=��,&�o���l�	]������g����Hu%�
��n;����??�~�q�@��cċ4���5�q��տ���,j��q�|�dہХ���?X�t?Y�n:��|t��&�I�UDI�MQ���)}�}�B��G��mJ��"�-Fr� �9��ƃL+*)�Pq"h��cYA�Ӑ�aĴu�s���p7B��%>��`
s,�Ns�@��J~�t�I�bo%�s.�7.l��AV�1â�#Q���ړ5^#�Hߧy�k����Ƃ�4zk����2�y�=����ia�яֹ���Q7NT)�S�=g���� 0��)~�eo�:�#<X����q�L�b�fh���B\IA�s"���آ���l��+Eݮ����>.*��w��Ȗ���W�,�D(�.���8�k���l���G��4��d�ESfV�|V���6����	���
	��팪nu�i�$��܌k�/b.���D�?���rC�}���pxի _v���X1kKb�/Yc�Zi��~��y[=��_�~��0���C����W�iv���0��{�4��[}���vm�'1���
VP0
��W卹w��؇�޶���
���b�w�?2�V���6�™����[,��xS�U�O_Y��oƎ�ւ�
�1ۇ�Iwu���6ꨩ8��8A�aT�����pd�KC���[�X���˪��lk��o$O��W�3p�e�'��Bo�W��>31<;c	�b�"�ԏ�t��Q�����2:�%7߳��د�\�k>��#�����#En��Ly���$b{f�a~���w�S*F�$��JP]�8za�����[�7S��u��i%��S�v4���Ȑo�o��E3�Q>��w!�{|��(?�����_���͆�孁nhl�=�2��?��L�\ﶸ���;ݰ�\��1P�"8��c8y�u�p���M��Q��NS��G�Ĩ��|��0R@J�����`��U��_>8��������.`����ώ!p�$��@�|q�) %_���\0�I*�P/�B�
H	W��|��0R@J�����`��U��_>8��������.`����ώ!p�$��@�|q	��	�O?,�%K�7\���vɔ�#@ wvGǘ���F�s-���Z�����Y|y���6��v�́���D�%�mǑH��Qf��j3�^�B(qn�@<�a�LFu�)~ҠJ�6���p�5��J*{*s�)�W�ȵ��D�3Y��e�p]�F�aV#ZZ�w;�
�RO�1��������+t�hʢ{��`�'�BH���.��q�ܔ/m��K1�QJ#
���QX��/*����3�C�q�Z�w�}�䖣���m<o��1�"�֣<i�B��ZP�JYn�p��E�l��Ĭ4M|9����'�R���/��Ac��J���O�?j''������6��j[��u�y��e4��6��[���U���n-S���ZӠ~}:O��[u�K��h������8:泇�/PCX�T��J�H�f�Ykl�Tc���Ŗ��"������R��{[�Ep��u�+��>�J��C�����_>	��Qr+�P7��휋`�B�D\�G��8�}ƹ�;���(��L#$\�3���6xT��C�c�VC�~,��`y���y������:���NN��ڬTؔ���Y�`�s������#wV�J'@4�4*��۔O<�P��ܯ
q�Z�1Z&�wh��د����vm�he~G�ё�"�c0���ρ��?Ëa�SQ������]	�˺>�ķ�ݽG�73����%����P�����)��0O�}�:0�0��0�'�>M���P:�ԅ���-��C:hˮ,y����)O�P��$f������}���pe2�����4�a��6|��ަ���z1�z���Qr	e-�l�?:2$�9��Jĩ}!���Y
�D���mIM��(F����t�x��n=1�H��~��2��Wb�`"�'j���C����y�S�*�����l�	�������D��&ڐ�[F��w�N�p���<��_��g��>.��վ<�4t](��,!Q�v+IDž�,z]8�?-�)��I�\;�_HU~�/�-o]V����%2w��m!���q�=8�T�vА���4'���#���e��
�H��H�9�?�=5y�<,���y��ϫc��ì�P3_�"����2>~�;���F	k�U��&8�'�۩2w���gp��e�U}w����
[`*�Ƒ-w��j%:�78�G���2W�M��)�؃E���>@WQ P�����,�(�Ly��"��؆z8ّ�iS?��`��.���塹:�<c�܍�e��E�'8���ؑN�UZ�+����>R@N�� �
±l;�.qK65�/X”���ӕ�-~S����	��Rs��`G~�mG�%����1���iߥN��4�V�<cǢ2њJh���|�WZ���|���;0���UU�@)K�ߓ}���P�|��d#���.���Hȼv���':�l�ӹL���Y0��8��C�1���;��vLKK1h���æ�p�Tx���h�L� G�7�$o�E�TL*���'0��k�������]]}�Rޠp�;�R�H��1I�lƇ	̈́�3Ć;�M:�x�������Q�^��Z*��
��^Q��p�$$�M
7�2�7j9�}G��W_;=8F��=_h�QC���]#�&P6�ר���3G�P�+�˱oC"xd������|�ﮇN��F�ݍC>tCA��7R�㥊h�"dN>8i�i���-ɔ��@�
������-@G}*�U���QN-ʠ��+�N����Hr*���s�`�����IN
o��&'Eр�� U����������W�}�d��ϩs8�?ƀ�c��jz�ʡԶ�%6p^b�AĊ\,L�l�hv���%�A-���:�.�ܻn�?���;������xb�FF�Dm����
Lݲ>Ka��%tޭY<��{�d�E���ok�+xV&��Qod����%��΋0#�u��#<��Χ�$�i��R���r�b���{/�N��Gw�*�
d�G2w�Q4�����AQ�|,zr>��x$$�+x�jޑT���X�S�ѫN퐝s�N��+䦆|S�r����1;n@v�k^�ΐƓm
�X��}-�����R�P*ڔD�J�ư@6�<����	I��C����W��d�=�#m��������*����8���c�$Ԡ�fi+/"m�rJ&�R��s2m��N�.�b]AS8!���!bj�2I�s�c��3/�96��
��	,GLX�,�L��Y���

��7ne��@�X��cuB�ք������C ���>�j�	e��E�*��wt�/ϳ��{�� ���-�Kpp����)�Ԋ&
d�� 0����+eC&��箟ov,``��Q���eC���D�/���&�W����Te!f��Z�Zg}����,7\
�vKU�u��ҁ�1��$+�I�h�Xd�
!y��"Yn���cI���
3�C�j�PG���+L��A���<����j�V]J
�%�4���=y}й��l�� ��p�ӟ�@M趓j�aP)��k�	�g�W*����7]*p��q�گ��:'em5I�A�懅J���b5����
>�m�z�i���H"AD_�\��}[�fD�Kf��\7a�=�Q���Y�a��W>�2����C�	�uC?=זT���?h�E�������cyV�	��C0�=�byr6kv8���<�4L�pq-�pj�wT�2#k�=PĪ���py6�t�������?�b�s�<��¶K��{��)���RYK���y�@�yٰ	-�LL;��භ�uS\�L}�����̭��ա֡���ܯ�[[rƚ���@��қXv���+���򷎫8
\|�+&��z���u1���4Ӄ�BΫia�4Wr��sx���2r$M�P%�|���#�9����c�%�H��Y���FP��H*&���_zq����(��t�i����'��rX�I��la�,vʧf�F~
Z-�%"$��>M�~,5��p�+�
T�-����	��
;e?�.�U�,��R��ȷ�'�b�E�-c���8e�ײ�9$�]�xp���s &�a+����8��_I����*՞A�'�5����
��N�/�+�sh�ș��C1�n�ݪc�,��[�P0VD�������^���l��"[tH�y���t�3�F�����2Ξ9��T
����P�[L�?�mR���K�4D��~$�c�(~�B�X�g�z\ �l��A��
xBn����ů�^�����D՗P/PZ=U*�\|�:Z�`���y��#��n�X�d ��Hm���g_5U2e�N川M��E�
�q�
�4D7\�J4��)VT΂��0L���Dad�%�)�8�'��
��Ƣ��.{]$*XDT�~'�
�G<�b�~��?ɽ^|�Q$�c���$tWԸ��'���Յ6b�%�x�["xY�͏�L�UyUs9/� 
|F�1ü/�`_��6�*����Z��9P��f0vx���I1}�z��܎�h!sEi�Z{?����s��*ΰr����q�@�m��3B���8��+�e��Q3
���'(��+{Q:��OM�@*�O,g+v���>F�#K��
���	��c�L�	Ԇ�% l�I��]
څcW�#�V�XD����T#z�(�.M=��C��@'b�F)-q�W��=d���*�?Z�&�޽��a�c�y'"N䤱�=?q!U{��fXSD�ڃ�����AD��0�P>-��̓�F��aU�'����Z�=��Pǯ���Xi�CC�ɦGإ�?��t�������<�w>����Ȱ�Awy�6�V�"���K�P{��M|��-�>Ϛ���vx�m3��s��n�o'շu�7X>�vև�T�.�wM/i�A~��w�_}cb��t��#����n{}���݁7/w�p/۟{��׋�D�BqrR9�'v�{]��(����"��en���E���C��&�.kP���^���`&8ebq՗�
�S`�P���9�IEK]��q��b��8SsX-T�z�ԥd:�7�1O�VF��#�>85�zR�&�R���Pvg��j
y_�\BGu�9�1�Tv)Q�'���ϣ%0nJ�5�1����*.QKF7�md���6WS�$���)����д��h��vjm��k�ߋ�~�0<˭��D��.4�,�ABN>-8��	�
�b�s3�Gp#�)s�g)Ց6�{K�J�و@�\�2��S�ոZl���&oY��h`F������F��t��6���,��8������se�yQ
�KCbz��5uS)�(����)�fd�$$����	T5s�ĭ��WeF豈�8�.rnQ�۹�X'K�F�U ��r�O	�N��l��OK��cV�D�@��&P2��g�~�� ;Ә�wL���}|��^�g���T
�Ҟ0\��]�B$���\&��ff�4�)�Z&Y��-F�h�u���N���iWe%CL��I���e;�x97c5��Ռ�����&������p4<���+涃M 4��M�^�D�LR+wG]�Z��om*P��Dڡ��a#C�nǎ����]�-)"]�*:@
+0��䣕��J-�=Ky�7�s��V�]������<�E�U0,�3�r?Q�F�)��yB��x�|Q�����`%4*�r뼊˂������TS�>�5�]���Ʈ���=�~/�>gh�{t��A��Su��]���n��Pq�7�C����l7,�N��:4�|����A:<��7�jj��k���~v�fYb���P����N%IY�Z�-')���m����#�֩�����Ap$�喗�k7A+w.Z��ؖt
�׶�l&H8�0'��*���_��l��daD�h]���FzP��0���ͺiv]�Z���W���t�g���Q�3����n*4R���}n�F��t��}-����e��u��^s��K�.h)�y/$��A*#F��àPc+���h���C��?���(�"�ə��5f��/jh��X��F:@���Ε��Dm0u��`�\�N�w����$�jAE������'Y�Sp\��^�䅋z�<X&����l�$��T}���=�/b�˶o���X0}<��o��^��fS�d�w�6=��Zuf�b㳆(]�������Hr���|��H����<l�����[�n�.k�ޔu��xD7����Ц�w��I�?���ޡL��ngr�|ul�0�0��G)q�!BҜK�����O).�nR��ڕ8:T��AQՅ*#��z �f!(�����g�Mq*��e*�y�}��u$Ӆxό�k��Ii-��"�g�\�ˍhr"n!Jzqvx�Uh���A�Kф�!"�r���E8�^׈:�����$M��=��e�_RK�Cf��T�����t+m�Y�R�ŭô�����k<G`�[%D"|�}�$,�luN���v�k|�EM���H�u�9�(q�����s@�cM��r�t��"���-�Z-3�a1�F?L1-��l�VV�8�h>�����T|�E��<�����$�-�в1���&~�oċ�e!hE6Hb�/���L�5�Jr�*S�/K\��v�Q��z�a1�'��	[AwRdo��:��?5�[�gH��Z�1����8.S
4�3����V	s���Q��xjy_a��(m̳j7�1���xѩ�:y)��_sJ[�KW �� Ƶ<WG�KEN�$b_��Bi<���?G�.�Pd��r^��d
.� �wlJ6�IH9h�3��NP����^}P���2�E7\z��l�R=G�����ePUy>�95"�)?��4���2���6F}���(����a
�H$3��n�x&��ms�$�0�F�p�E��c�lBN��n��U=�̭3�1}�v�hl%"b.y��n���$�/�d��k�JW�gL��A�b@x.��?���OB,X�X��Tԇ�k*��	���iB����G���̒��uYʡ�H���_7]߃@*��8�aİBF��El�u�4TQ����)����� �����jQP*���	�>�p&ζ�nuY�Ŏ����}*��;�������ݘZE�N��9l�P1��rJn:q�������!DrA!?�Ԯ�
��<�S/��"�z���Yip
�%^ݞ
E��Ư��g|��~����-���SnO͜��1'�R�q
T(I�\�;���O|�@�E���Z���u�Q��?i"Y��5m��8�U�%p�@M�2����`g1ǘ�k���Ѧ:��/p��
�c�`OD�Q��ە�����?��ּ_�*0ڗ����&��iu3�v��D�z���5��\�[�9�����G����9���q�.��ʋ*fM��k� �J
��j�n�gR>���~���,B�ҽ���Z�?�[���"�Qwި�;��@�F�[��a�ҧH[�.z(�Y:
H�D���f<yz���,��?n�kA
�pK%��o����S];�,�н�Eq��Oǫ���6FP{W���7~�Y�ϒ�j��8\�79VzQ��V����5�2b7G^.��;���J��[N�F3��q�7McC�q���ţ�x
(���F�zj��!����{*QAv�������E=#��܊ȗn��-J8D?�Ž�-6�D�j�/{��͓��=��$��0��W��!v��M�?�"���[�V]֐�X�H�-��ݧD�pX���s?M�ŧБ�#���ꕫ�f���*���;���y�BT59�mgD�T.���=���>��UM�1�	6����:<ѽ��S����3Ћ���[bJ�D�7"�Y��2g9�)ܢ����k<�qI>l���[|�[�*���I+Z#ښ�g- _1ݗl(%g���+[�aI�V����1��eǫRonK$C�7����C>�0Q{�
r$�Q%�8����3��[�+����M$%�]]��
c>������*#&�E�~�rd�[/��x%��6~�~,�e�%��0l�&�������V6�p-����M�p)>����L��9����/.��D�5�@��)!��j�
p�.2�j>�M+�ӺQ	C�K���‹n�zB���h%2+�{�E��~�.[u3|B����Q[¨�Fd�K���>����Wc:�(�qx���R�r$�`�=R�,�;h�r���$WX�и�֩#/���S@)yf��GG��4�*1�"WІ]\P'����)�s��GdJ�CՋ����j���;+���s�[
ҷ�n�[.��!���y�ܢf��x k��Ԗ3Ά�xa�8�tG4�Q��<�b�i#�8	�d���P^6�.~����D��A.��t, PR�T��G�+��~�2��U���8�[&VlX�����4��7�ǣ/2�,�Mbf]"�0.�&<U9"x|�i���J�-ٱo��77
?��0��˭F^��C����q�>����,rJa�%�����9��FpV���<v_#4�-ۿ��1�%K5��\yv���aD��N�V1�/~��j��T5�1����}�n� �����7����"���֬5�9U�vn��"*d��v�"=��ɽ���k�����8�?�6d���"���ĔW�H�����L�Щ'��\�[�Uº��T��x$�j�j�N
@
[d�
�/�ii�WL������%�[v��ń�EU��Ig�E,z?����BZ�-� �DD74�iW�� ����1��Yl*�oZq�@��׍�S�a�7�xsn�JTs�!|� ��?�z���+:c���*�3]X��B$ݞ9�#�
ɠ��e��#�jMt�#�3�!w��,h�DA��
�x[��M���hZM6�mhj��ing��;q��q�����fR�"���]?!�ч7��8����ꌠ`����+�g.Ŏ<�X��4D�oڵ��Ŵe#�J����e'���E�1;b����1�[�k�`u�p��o��ɭ3��&��������B��?#O�n���B�ZyE�=����C�O�9~�$�c2���!,�q����Qo{�\�ܩi���S��=}������OI�j#�
���%�.Vׂ'3uy�
�&�5\:��	A�2�@��m���_A+�`�
������jCA�C}�ur�����ԋI.g�.��*/Lkd�6�m��nEZ��b���0/|W�����ս����Z|�TZC)����s�c�3�����#^T$5��g��7&��1���-�Ѕ��WU�S��<¯*3T�F�(��3�Y:M�J&�7f���m����d��Q9��k9�t.�-aNq��fa��	����.��f��,�а\_}6��Hi�cͺ�~6�s}P$MrP���3c�jî|O��6M�`Ca/�Yy�����6�Ss��5�XWԙ������>�'�=�J֬W������c�|[%?�_K�N��Dd�ѕ��.��Y9��J�Lx���4�:9�n[�8��O���,�{����dR��������]�t�jbZ��A�+���6�՝Z�ؑ��P��:��ڣ�_�v:ɚv�o�G�C��GW*�\�;h�2"�A[��Dv%��U+�)�IX���$
�P�����Ψ�x~"o��j�1��ěV�X�(T�ږ��괸����i.���2��� �-�X���`�
ʬ4<A��B4i�^��
��GKE�T�,�H��J7��������Y�{�?+�m���.�q���(�4Qʩ�$�ڐ�%���F�s�n������4�� �藿�X��ݜ�0�5���C/{h���q5c^~����]��(!%8�{
J'�2�ہ�⼈�.F��93�8n�s�#�%"��=���1Bvh�ʗG��`��#��OYx�
7��$4XB(X{��j�ǟ"2��z)���'e���?����s���&K�d����6#%BJ�Y��N^�,�	� A���-*�s��r�q@Ч
�#���ۦ��N�A��)ϝ�;]�> �"j����\�(�����a�i�euS��jgA1�n��Q���r�@�D�E�NeV�@l�t#x��J�N��]�>'�HN�PB�D��fR�"
� �Z7w��l&^7���
�����GIE�~�\��f�� o���.�L�b��� 7]����zHߊ}ʀ��w/���8�:+��}c2蚴�Z��qX��YD�L'@H�uf&{Ns���90�{8=΄oCqo{�?����w��G��HI��X!��'�[m��y;��FLr><Uǚ�Җħx.Ϥ���F�쒌��Q�2a;�k��o���]�R7s����j�Dz��'��@B@	�ć0�$��X�12��
�]ao6w��,ſ/j[|‚��}�*`�=7
�$��T�՜֘j�<b\3‚���X��q91^)(�w�3���=*��0��}��S!;8>;����a�
�����4��1a҈�L��$x��X��p�Z@��/eS�'��}21�z3s/�B:N��6y�9�7�\����B<����m��ƞ,�a�RY�	e�Ѫ����r�f���p�����q�A�E�0%1‹��1/�	���Zx^z.e�u�Gt}�A�S]�i:d�����,S�hYBO�s��D_�e�NmH���UtD5#׼P����K�y��9������$���a\��{�������b��҃�u4hщ@	�J}�j.�u@PU#]��%�I��.�;����['��6n�A}�b��oS�&���RuLq�O;�E~����\�	��z�Ñ�X8�
�HZUS�{��!Dp��ռ�#�h��HV�o�?h$3��BEΫ�-6d�� %��qrQ�y0/�G|�Z��:/7/-0`�&`�+���'ԁ!��&�X��ł�+��� d3��E__��������9�jg��J)��*H�`��t�E��
}�4
�IE�Kr�f'q"��ܧ/�I-�r4"@Ǫ0�3�?kF� ˗��X��a��Sr�x��/��K;n���M��+�dW�v����fnӡM^�Y�c>�Wϝ��d7AGW;�|���[�Ɣ���u��6L���V��~�^b�x8Y
���ǙæR�Ģ%�h���΋���$2���U�8wj�~\yi{��{���N���+��]���W	-��\�x-�
�L΄r��:n�ڋs&����ʔM ����$� j�֟	�#��*C��PR��>���"��9�+�@�N�pr�?^���T|{aŭ=XE�ˬ�F��ϻr<-�2Ea���	⑷ 
_3T�5��+>��wm���Ѷ5U=|�Hpn`ZX��aeA����
�C:�פ�4ܘ8�5��^?��1��wˎ��3'�e}��gjm.ZPI+�ǿMܚj<y�6"�Y{�شFl�OF;,�RFZB�����r�j���W�
tg�$�Ʉ��m�7aX먋�6칻����ُ�� ��v/Z���Ň��}��
��|h �F�Y%�d�?�j)4�<��=��Q�H 7�A
տ[��t���6��(b{b(��i#.�ӟ*Ύ��@�g�kk(��s���8��B��-^
����f��������]��V��Np��ZǺ�P��9ʓPc�0�P��֔#�$��Ҏ�*��=��z��9�c�`�iҰi�Hy��lb��P:ik#�'��u�����������\<S!��)���q6~��\l7尙�^K,뒡���2f觓�r�R������ߔն�'݉�5 ���M�C�i�t	`�z�T��z��Z~u�ќ<���@?+�·!O�p=B�L(%ʝ��̝�<�k8�(]r�(����զ:��^)yVىi��<�n�K�ъƳ襐Kd���EK��>w�?̙W�M���$�J��o���Ql�̣��чwbK�݄�b$ְ�Kv�U�#������$��%'(ܦ�䉴��}G�F�K�3{%G�3o\�s	;��g"�o�&V��S\�?E\-} ��.�H=L�c�
��N���Y�n[s(�#�G`�c:�"�H�HSl�J�^՞�k_5<���Y���CK���T5�:��3��{J��›&�SwK��sY���v{�>�0�i��y8 ��i�r%{�G�A��^�.�i��L�$�;�
�����>���N�.�K*G��+�f�䟴��e���oC�o���-�Œ���_ʍ��m�a�ck��d���H���>���O�_�s�*"�������N�y</k���bZh�BķVCO0����?�
�;.ɐV"��m�ͯ��1�] .T_�2R��E�J��OPt�R������w2�'Ë�����h�&��d�i�q	�V��'�K��e�ou{�fȽ�2iT�u1;}���a��vv"+�*�9�W'ܕC�D!�(#|��F��t�7�ïd��-Sǁ�������hގW�Ѓ�_���f��e��l���Q�*;�o�戭W*e
6������מ	�[��$/�[�ߧ��M�*8o��M��Nƿ�NF�T����Ye(]]r��7Q�i:UA�jN��&�>�@��b��]]g�?�N��CL���B�C�߂O�p_�����@���8u���8��:T��*����%��3�!�eS�;8��%Q�v_�ە^�%L0
�&o�tl����J�Ȁf�Y@�R��b�/�ȡ�7�7��rM �ß#v�-�f�=jU�~u��P��J=2�蓄�A`��ޭ�Kn�0�
���� }:0�'v`�ӛc�K�K_%����I�����b�ΔE�05e�Ơұ�̕�{�s��`�ۄ�ӌ�` 3�iq�qG�tG��Z;���#��>�,u����x9��=�t�����\���9�E�%�5�'��up��?i*�#-
o����拢:~ۼ���.aM�O�ߵM9&r�
�\;?'��5?�ٰ�X��D�H��S�7�����NJ�<.Z�j���«��U��tN�Y�aF�[��y�V�=z-�D����~qm�'����c"(��
\��4u�<M�Au�)��e�f5p��V�b^1K>H��ZN(=n�fM�qM�]w������s+�)Vz"BG[�]�-��}�L}�۱���o�z?�D�\4g�;|#s��H� d��w����4���k~T;U}�!-�:D���FOwU
��� a���9u	w�yT�����C���ȟ��Kx�7���h���z��"�i"^c�t���Z��8`��Hy������zL�=f	��b��^-}�֗0N�{��3��y�ҥ��&��C�]�B����x�y<
���D~�<3�>n��`P��-��f	
�m�No &�t?�U�M�H*��ƾf�t
���e����`m��nO�lh�-u���!	cc=D�8��߬�!TK�e�7G�0��f����Sm����X�$�Q4�r$pr����U!���u�q���,#�x�.��T�,]���'&ߗ2̩KD!���r�2R���0f�YY�E”Y8�f��Z."3b"��G	l
��^�sQ1ӶW����,^Q�a��G,?�������t�{!H^���"��!�au1���'DQK�?����W�5�vk�`��)WA0��`��1#�x����$��&�k�o�S�vG��-�Fի۶��8�ָivf��ʿ�{8N���6�z	k<ipG�@���
��X@SF��t{^f��t���\�<=M���k��NO`̐J�_���0E�2��k(o+zn�,��W<0Z���(
�6M�#��]��-��ҾMس�0��6�l�Q�`l$��uȧA|�f
JZs�J��-�s�Z]�}���v֧xJ��D�*-B��[�J�ϑ��9n�u=N���ň�Dq�󥴺��s����b�v>�qz?���plrg�2!�(ũ��ls�3W_9U:R��N�~Qד~n������ӣ�A�LM��:�i]�e1��J��5MK]���f2
zᯉf���ǭ�'{�tDD{(�m�ݳ(%IA��r�-I��:�;�_�ȑ&��%�G"��d��2�T�rא�'�"ҡ�D�@���|!xh�0z_�ʹo���[}~v!���|�:�,p�ۯ۠�(���nW�V�t��S�3�۽Y�(x��׈�J-�H]��7�y#�0���P�MC�@��G�H�+�:+u.��!P��RNP�z�V�K�uw�<a�b΃O�)/�Q�?8Z�<xH i�KJ-�m0����g4P�H��>��!�x��m�����^mq*�IBB�D�����*jA�J^\�a���Պ�]1��<�6�[�z�GV���@f�nK�I�p��KfiSu:�.���?��n���Yk�'�.�&��
ѡ��
���p�ȼH<�;R\�2����������-ra�b����D'9 �B��$�����!��k��f��f����P�-H8<�]�x�G$y�*�v
ei�?�4N�X	�s*��(�?���2����H��6^Ne�m;�������Rr��'6���t�_���: qi�c7t��9���	T�cq�-�����!�'	��
��R<����v�,��ˇ���m�0���lj�4M�Rk�
�����$��_6��g�l|j��u���e���JM����x-(�cs*G?N�ȳ\�9e���2�@ ��~��N4��8�WÚ���h��F��� �'jW�hM:�Ϥ{0�XK�G�����$@	�<���#�P��~!>V|�Î�R����r�j�Wtq�k}��H�dzg�������N���l�/�K_�����J״&L�b��Yt�v�:*b&����N���C5���	@���?�	<o]����@H�����'��q�>�V�1?��}�+�ު��S�!� |6���4�x�G\�ʯ�f�,l��e\�ߞ<�醮3�X���
Wa����켞�'a�~�w��"�#떽�a'��uit7�!v������M��C��2�g��[	X�!{���͍qn�R�Q�1Q@��,��	)_r"o�>���V��b���j�a��!�qS�V�k�!��RF���7�2���b��rv�B1��O��;�Z	� �kċ�"Q@��}
�pǬ����kG59����v�ʊ&=���ŵ���F����bWK\��ȇ��T�y(���g��@�7��B�f��R�@�0i���Ȁ�;������V�>Ə,�m�ʙ��4z<�����h7��=1̟e���+���<˒����/}wSw@3��$}�FG��ک�d��e��#�)�-���݄���ԿN��5�Xn��T�7\]�;��h������~�ɸ��J�Y��<֑�6��X����5�ܓ�H�
�ꗠ�'Ro����AV�����:��7�2�8�䄉d�����4S�;��br_��=p����v��܏+tx�(e��%�vHX���?��̷Sv��0m��N
���[�aꟼ�O���" M��GݨT��c�C��z_MK�ܒI���l��νEn�4hC����J�ǥ�)=V�`��%+�:/O��Q10�R�j@,!&n�U��E��JA�I~^n�]�'{���{�����v�qE�e6"b�VӔ�d[�� e�Q���Mt�Q!Gb�n�$!LݓM���.¼��·5ŭo����ȅEN�dH��{!�ߞ Hb��Te"�[����5�!ւ�FK_�DGNsi�R"�Íd��ϻ�<����!����l��r�7�M��D�U�2�7��#�势,<UJ,,J����Q�򸯃�1����uթ�K�����mM�ɀM����Lty>I�3��F��}E�.%BOI��F�����l��VoTY��))�S����\��5�3d��=U�7.�tDj5D�E��CJ?˟�u��-ϸ;8���ݸ��Z��=�ZUhtB��Lo�c��?�����F�����$L�h�"�}�ѳL����K�r��@�Gnv��W�l���ȿh�nˮ��i:B"Z��T�)�!!��'���J�$枑3FH�s�������7�����`^'*
�_�m��&�;��H��pX<<�6��'�IlۛW^�P���=l ��.�+ew
vGў�[QM���9�:i}�T|��0��oZV���e�j���tH�
_��ہ�#�l=u.��/��{�tk.���
��n�oI*̇�M»x}�\��x�tJ2��t�L�zg�j�+����|LH�U�wt���
�3��)8<��υ6�Ow|:.%�4r�@�l�\��૪�rSki��_�H�.�y���Ⱦ�.MB�2Q�������
��c����6O%�����{r����|�� ����-�zP�i&�']�;�c7sɐ��nɉ��2��ʉ�F���J[��l92��_Qr`��}�T:vRo��#����_G\.���L-3�
�J�7|Sh2ω�gm#�d��F�����pF�J��	�U
s�H� �KQ�J4��Ո.�?�$�a�H'xyc�$
�������Ʌ5��V��d�V��8gX�X���E���i5�^�|nɇd@k��5�~P{��i\�S���gq��LA����}�J���Eɨs�я���}_x0O��p`\�8��!{|�h�`���Ä��@�d�>/?�1��{P+��*
gDݪx��AD<C��Q�+�~��������8e��5*R�/<<��r���ئhE�]���e��u�f�Z00��Q�C��.���`_~����n|��5��+6�{SY"�V+wTb��^}�ʪ��n��dst�®�FI�J�礤_V�ٸ�d}�7��Ik���&a�L\W,o���.w���0d�� {Qt���ʮJX��C��P�Ҩ[*Żm����&�Y A�t�i?zrP�ro�Φ���HFlL8bM*�,w�O�u�8��Km�)h���Eץ���Eqi�c�Z�S���3��`�&���u�y�؍�O�]in=�~r
ڬ��A��w�NY�a����\�T�ִ��/��o�K� �@C��f��!Z1�Z����&���=&�ź5�V_/�H�v�.ƺ)�wp(�&�����X��+/��(��5� ^_'k�a�s��p&}ŗT������4�hnQ���X��,�H�J��P��W�eX���4z��s%�F��K��9�^���p{�+{:�WL�Y�!��c���ܾBk�\v�4��c���D������+��l&	w\�����S��h���x�;�R��N�-���x�xEK��dj�c�ό��d_S���>" �BUF%���.\v�4q/�e����"�D��dH�|����F��yY�����w��F�57�&�D�v���ݺ狙s�k�<^�����ꡣ#}�f�[k�\^-�Ry���;�u�((GUe��򊙗<fb+�v�G���}ʚH�TO�Gi\�jr�����<�X��Ѻ��!
7ɟٵ��L^9�[���x8���@�J'�O֤%�]��v�X�YI&5@�CY4�Zj��̭�ǩ�mRvvv�
���kad�@w���u�>e�-N���>a�/׮O�tt&K��/
r��{(�oh�z&ލ������'��U����ٺ�n���a�GG���s�ꛚ�K�u؉B&���h.R�O�,�OGt�������#Y���$�w�&��F76}dA�r,��M�HB�=���4��2g�A8f�CyP;�)�А:������&��-���<C�(��,�|������!�:�MZ�@�8�X3NxX'��ٙ
��<LQcƉ��[:�
c�+B�l��>�"mS���CDh",��RJRB���2��(�Ynb�B�_ɡ2���@��5��_�Ҏ�D��z��?��u������`ۋ�u��)I6`�?��AP�6�Az䡉�Ez�K{~D����������	�N6��358��e�c������Y��R��)�FM�r����IX��+^$ß���f
ص�q�z���׍�-(uR���:<1E���a2N!ǒ�<n�빋���ÃR%=5�[Jqݑu�XZ�_:��<���$��}�.�ڰRyt.��
 u��n2�7��[�HtVFj��`������K��h��dv��^'�kb"���0��K��܀t�J�W��Hr~��W~u�z��;������
�*�V�=��5�>���͒������[���'Z��m�.��&�P����i��Xǖ�P��ۥ�f��F�פ��o2��tU�}�h�Y<Kg�	�Z��j{�R>>p��-��[P|tOo<��eZL���”>j�4i�_�'&J�9�U`��&$?<��4�B�{^@]���q����]�AUF�792}ݵ�M�d�'�J��4�{�Hl��6�*�$�g`(�ij$�u�X���	�rHlõ���k��zHS�VA '�U9��z�3*�ɫR/��Lŀs����\�9+X��qL-���!�Ӎ�C����S���g#��d=֍�
*��a���x2G�E�½l߹�2{�+��Ch~�R�;}n#�Iw���>��w��w4������R�u~�[�����^���@a~���z�\'\���JP��
��֭�y�)$8�
���~�^�lXk˻?�����-�m�)p.�I��H���xי�C�R����4�$��Y�����5�(��K%x��U��N�2(����	o�ȣ�#p(֫�z*�t[*[�ܜͦ@��R�(YAD�d}_R�g�Dq����uh�e��vY{��A���þ:�rP��A''��Z���d��s|D�z3�"�Xi�Fhז�$�k���%�&KK�4]���b��/�˙��d�$O>�ǫ�#E�Ϥf��ɬQ\jy�w0Y�~�z��h�$Ben1	�hJ������~*�UvZ��Ե�����Mh�/��Dl����V��г��m<Q̎A���}4����V�E���[�V�=,r;��6���ꖈd~����apWC�VJ�����q���;�z� ���c8�'o�m�Dxv�m�H����Ll4%~k�WN��dh��Hȝ`�A4��	���ca�=ZD�xXs�G�&��@,��ف�����x�V������!���bZ��WS:t�]��)��1w�|�[�*$P�X"	�F�M�LmD�<H�������n�zŸ^8(��{54uO�vDR�|�����d.����m�vċ�C�
�Kp��?���~�c��FZeRF�i�Λ{�[���m�0�<T��]L�ѿd��ݸת���p���'���)X��1��"�O���.g�\o��M"�G��A�f�uH-�<�7��<{i~���kL��R���8w-��v��E�`����$�P޴���&Bg�-�b�,B�:I5~��1i�T�
�h����k1d̼ݩ�X�������3Y����F���TG�������^��� P�<㬻WNaʖ�����ʄ)�KRj�*��hA���~�Xý�ɹ�����?{���բ��|c��D��e��{H�U�ߊe�ާ�J��?^��)��zQ͏#SC0�|>����>�H�>gT�8jl�$�"���<v�
�Du�Ox�KV_2}�K���XS��]Pn�����T4�Mc�%�8a!�9\�s��c���G�企�V�T����o���MS���M�ٍ�\pdu�y=V
�9gm<�ȅ9`+n�����/J�n���m�倝�!�
����/��}��Z��G�Ⓧ��4��4J��/�&u�{O=]��y]T6��r�;o��/g�ɪؠ��@��a�G�fw�J����ά^Y�����A˩'�&cqFznP�t�)'a�~��2��
��Xu�~�?��Y�iC�:
@��A7) ��r��U�7��n1�ШJ/�ͪ�{;��u�q���t�Lau�q
AdX�.���C��zɸh�}�4C"۶	��N��k:�_�E����K���a08(��|����9��M� ,���
0��\sM��F3g������R�Ed�7o�G���_��#�5���'���5�X� ���y�LE߿G����:���L�c�ݪ�hP���m(�	I(�S1Å�A��¯�d�����.�͓�:�h1�s������%5|��&�Mg�V!kcj8����B5��ZS@{���~�J�h��Ma���P�Q��Ǩ���@V�o�KK ^��Hܭg�m���H�2.�_�ȹ0ı�5!�W��N
 B�)Ά[�ࠨ[�|���8���gW w��zx���wZg?>f��v���H�q�S�LM}'ѸgA%�q����+�/��Mf@=�3�ټ�7�|�V��^D�1}ow�kW���*g�^R��gz.��aa�:�4�\�A<&r���~�S_�I�/l���X'��p��`'�.�! ח��MZ��bF�1*8�8U���Ι%8���#X��O�D�Zw_�D�&�:A�:��r[տeF�V\�"Žv:!�NC����>��[s4�b��@B�.L]�5T�Ǭ("����qU
8y�
��"^z�b?&�j[�6]�o�)!��l�/+\��=�B�~��@�w��a�G�@�h�;��
Ե��4��<�&���Bq{~W?�^Wbr'i�U�RR��"C�"ə��rde�N���o�J�.L��(0d��?�y�C�3e�Mk��)�0D���AOE��'�HE�?^$Ռelm�6!�u�D\<�Ա�<��t���/X��p�����|8�
�؄��=��}��7{���j`�-ᙉwh6�A�-6z�B�ʩYy�iܻ$�y�8f0��í.F�N�-Vg�&��']߅̖sɵ�E,Z�4A�]r�h7��l�?"��������He�;+&�MB,�e����Ct���v�ֱkR��[�qcE�p�dq�֫ǓX���Dh��S�S�@�#�R��$�7�h�N��e`y0�穕�N��ꈬ�B9���^�_�p��aP���M�o�^{�B�3��b����(�4�*��V<a�첟/ͅ+
o!� @az����X`���l�燍�-�����lw�dh#�oif�b�����}�әmA��|'d�,珖����Q���-���������
(�~��\��#���@��O��iH�5AR���w'�mP�Jta+
d�Q����m3&����U�M�7*����˴<_`6��x���RDBk6��[�6�nTth;�;�eƛ���.R>�p���ڊ������to��Ί�ZJ��7�+#�
�-Ǒ���ى}ށ���fz�$�op�E�b��o��#�`��`����>�Q���=�#^��FG\7:.�{.a�}��Gư���"�?j[T���xP��u�(�VmHv��^zp3��S��:O�c�����m��ȯ�MAʍ�ѾU��JR[k0�Y�T�
��-+{,z�sD�,"^z-T
��2�����C�i�a��?�}WBqJ�{�}�w���)R��(�>}�}�3R�Zv�[U(���*����0ptn�[�s�[{�Nl�l��{�������N��@�`Ց�͓�!X�ñ�1<$��;;8I�#G!
׼x��V�p�G�~r��\63��ݳ?��e�XEpU��;p/���ee�c7��74+\|}g��9H!*��*U�+������_謋SSBiNw{g�&B�M���\���)��{I����B�ؗY ,3���:��Ս"0�<M�Wo����1��/�0j'�	�["\Z��8�6k�+���8ږ����"�W�6[��:�٧��E%Mm�O��B��2п7�/̇JՈq�	B�Y,�5��ߺ�8r��rB�4u�CҲǾ��nmw�1�R�L�;�a&\"�xhgޭ&/�d&ֹg"��d[�wkv���Z=Gu& ��P�-Vl�3��PGEO�]�V�͒8�RmT�R--N*v�h�P�+�M̄#S?�=�/Nps�`��LD��*Gk���M����~͆�p=��5D��2�sI�S
rl(U�X��U��2�
6$Jq����@*F�菵�C�G�U)!�_i��O�1���^dp��W�FCn	����ԃڛXV��r�i��}�Ј�i3`|��zJۂT���/�LKK��ų��k�sۻ|�U7�'�
|�@��rA��ckRx~u��E�<�Cd�(.k%DN/$����6��!���[��u������˅�C�7�/@~��“
_�@G����,�t�m��}B���
���L��A�aq-�7&�t2LY�]��f��a�b������h����oؙm:rͦм�Z]TY�mw�,���b�2b�蚝�9�k`��0� ��<�)�C��2m��)h����B���� 8��fY�:
�pr�O0�Ɉ�m]>�#�iS�m����OeZ[ؼ�[�IS�m6E��Vn�'�0����0�U���Vu��8�`s@�w��fI��u
���ؾ��:x!����B�"I~"j�9�i�����:6Pj$���>=Ԛ8�SF}��sķ�*��Jr�_9��f���ҋ����I��!J�~/���
~8��}��w�=��Z�.���`l ��ce�6"m���efAh#h�=�����N.�H[Oٌ̅��e�^�x���]��^��u��T7�L�LR[P�C��e��5��ԫ)�(�k|�d)[C��ὥ̮��r���3V6�G��!ў*��
gv�t����>a}�r�Ezy�9��aa��i���+@�j�;�RX���̔��9�#��P*�
��g�x`u���g
u��%���9��?�XT��8_[�8$��L����1�@D<.����}Wr���Ld���LX��7m�U���̆5o���Q�k#��m?� l9t�X�$�:�ٙE�"��h���L��iw��1.I����1u�c�ϻ��f�i�/i�$
��>"���k��@����I9.hH�Z�E��
��æ�Rf�}����h����8�|�(
E]t���;㞐:R�H��?7��j�~W\�	�ښ����?ì�:G4�U8�s|n����OW'q����WMH=s�G�'��R�H�9���v��&�^�JJ#�fx��kޠL��|�0.ͥ����#	7�)@���wy1�U]?��
V$g��vu��K�w&��{Ŵ-���P�9ywT(�rnp�U�ţ���:�qU�tM�ԖVѶT��ET�#L�[Z<Xl�t&�9��ko�-�C�v�;��oiU
��koH����W��i���h����#��Z^Mbo=d�V<DW�{9nf�������t�����m�q�[,8��N��kM������5q�Y;2��S�w��3F�C:pY�QO�δ ��Wn�$#��I�H��{El0Y���e�B ��/�Ī��A��F�l��e~�0U�	�e^)v����f�=V'&/q)�;�B��T��R��k����7�N�%�w���������T��Z����g�1$1�d�3�
#Sܧq��PZ�Q�P��C?��c���}��\����X��PV�"ϒK�������-ۘ
„K!�nF|�s㩡�rH����9���q���$Zkgs�ܶ��t`"���3_�tT�CHB��N����($�'bO�p�F��*���J��-�b����1�'���D��(�|�Q�'���4��{��[,#��F�5��Y���
��s�t���F��Pw9�e4��7�a���[Z�i��Kt1��N����0�.�&E맰��Q��$iϦ����$u���(pd��0V6[0!V�4s�\�K$����������Q[�/����,�`��:K��	X(��^+WThZ5N7B��S�
a�k5k�#��mk}qz�u��؅�Ӹ,���y@:���^��qN�G*1�0�n����ވ4D��f����
ATߕ��R�հT�YN@�^���
�tcz���d���m��_Dž`6_��oR���ξ�j/�8�3��¹���.��4���D���Dܗ���d�b5Vx�b
e���4�#���a��/e�DhtP�#	|��(�ҴK6Э~y�BK�!d0�ߑ��������>����lI�	1�zf�^?5tA�i�u�	�|��
���r��#��
߈")|����V�޺6��:���(k�O��$��*����A�*!��q�����Q�pf��'�9�����4�,�V,�:�7�#���q-�۟o�j�Ƭ�qS[��}����zr������Z��|s$K�@���O���T����Ụ�Y<��� d@mѬa�-��dK
��*��M��߄J�	'DmG�}��h�x-h���[4,%l{@���O`��g�=U��{2���<|�ApX�-5�{�t���0R7|����09؉{Si����JOW�?�$�>��:�Tn��̝��ꃧ��}���NցFE���B�I`�2+�z�ה�6𝺬��˲�ئ�V�0�%��T&]1��LE�H��_�S���J�8�_X�<�cˎ���4z8���v���'� +�N�}�5�-
��͟� �/O�s^	�ʄ.G$��"���r�N�
�z�V���"����\�y�fY���f�T�/L�No�=3�:~��*H�L���\>o%�d���3�.�Ɩ�O?�'�6���Y �+��J]�9��G���q�
�R=�S��������c��}iE��)k*�{&w�_����`�����o�O�}�P�
ۏ�j�a�C������&m�I�L�8�E��m 4��b�W[�7�6#�j��2��)��|���S*|M�����}�)�:�R9�s���\6���*�d�A0�odE~�8E"ߦ�]�s���醪2�M���Qdk)��Ac�5��&Gu�V�J��֚vI�B�
C��j�7��B�G��23Oh�n�32Ei<�ၴz�Q"�2C�0���Yo	�U>�t:%^�j���T�5�>"�B���t��zJ�����gh�.�X��w�bT��ϼ^��5�z!�ܜ߼��v�����Np
��5�(:�%����XË��&(�قT1���+�m��-�Nq	��·c�e�˅��}�a�Ɨ
N�A�.��Gz�'�C���Ln�N�������ē�Y5S�� �y���jl�6 �j�Q����!�2�ԩ�Q����O�>�]#˂M�1*%�(V���L��+R����~��kff�[��d�߰��p��$&ƀ`�VcJ|5�D�x�-Ň;���"!��B������C�܍q֌M7���;��g�|��M�
;$WO�^n�\� h�]}E+Qi~�G�d�2�VtR]�AZ��=���su҂�K�
��v\���ӑ@�
" 6�BL7�%��
��!���\Й���X�f������re���t�?�h�ݷ��Q܄3�.X��������
|���,�!r��_�G�v��np�v��]���x��aP�T��	��4M���q�hQy�")lOxQ.��gު�z�v���3	8��_:�#(�#6��q��u��fIR�5n����U"a��ݎ��!�r�L3��%�+�w��3*p�y`���3���f^�a��zu}n��;�֩1�6�8a�ښ^�NC^Ɏ���q�^����.��
��{��5����F��=��]_/�eR�?-h"��9�D#�N��o�CZ������	X�*�Ib,)�!�1��'�Z?`k���ҷ
�h����W�+l[�)b$�5�	���HVݗ�~��g��+�	r�Y�6��'�#�Dj6h>3�i����#\2Pn6[{� �l��M{:S�������a�/�Q��J��q�Y	f�l��c?Ei�)=P?*L��;'t.��ñ�i1s��#�p
(�d����7�ޅ#�/��T�H4}�ra	IkĔ�6��Dgת�d�V��aM,R�zU=�2��"5,����Ȇ��/~��i�"����$$r�����eH�����T�q~���C�m��M����˟v��aOb:)G�h�Sh�{_��tX��;��ws��<�/R�o��)ǀ�U-5m����WRW�9�(�KX�q���s,�}@��Q'�+�2v��wc̯��[ة��V�kd��Tt4�se�#?l��0w�&����EO�+�Sp
~��������(�<�&��=��*�.��AQ�	��&������I��S�#��a�̜�rZ�oo}�pWo��}w�2hIQ����5d�� ��
*s�߽�
��+5
9�Ԃ�;�j����K�W��cDˆ�aƉ&�ʊN�`8��.�#�HH�l�1�������0�.�}�+�Q� R'���}"ri���/ɐL��XvwM5��]|@+��H���lY�n1A��’S�*hHܸ�Y��*/ �ށU����9|,�q�g`�,őW_H;z���RS9���B��ÿ�%�eVx[��\�(�p^���Tzk�t/����X0܏"S�Ѩ��9
s���pO���7�l�K�@�<�;|����I)���d���N�[�DpIYA�?�B`”���D��zA7h��_d0��򄊙��b����7�=�����n:��,��8}�`���a��,%N�jŎ+g���Q�X��AM����-̄cοM�ՙel�1n�'PD�Ko�"��1��nTi$hA����8&y��o�
��W���=w�S=��݄��%m�<���,U�2��3�h�H��ߡR���9��;/�����W�d����(4)���w�OJ����y���+�:8MO�<���I�&�$�Q1'����He�K6բ�3v�VZl_��`�X�"����>�1?�[[(�\#��o����,�r���O�I��!8�'NO�����,d��D�&Xt�v�ky�)�N�B�򔾠U�!���a���ߘ����q>q��-Iο�+Uk|o��ݣr�H&Y�-���5�b>�M�Y�a�����%�`ǎ�ť�I���=>�G�|}t�ĮD���v$��9?�^�6�M.�=~5o�һ�����Q�Ҹ����Tf��ed�����E�s��ȯ��9g�SG���J� �a�9����N��z
6��`��$[�Yk+v0���q�|,"�?y}�3C�Z>i��7xw����{E��j�Ԏ7�ގn�jL���S�Yq)n��.I��{�y��<�?��w�T"!/M.���iZ�J_r�#����.��g0�@�i�`�X"��>����z�d
�x`�@[��<�f.��z(�f���w��@�_�'���)B�l��{�&���R-g�5\�7C����:G��
�%T���3hy��0�QY��md¼�Q���ԕ6^6�sW@��	p&@�7(��p��lϟ$�s�ɨ7#v�qYc�A�	��祥����ե'���y2�Y��o�h�&�Yh�=XL�wo��O��ӧ`�c`���Hp��`ڶ��Qse��^��Z�sl�AS
�C�C�U���rWu���2ϰ7&��3����]>
Qu?�?���Ȯv%x�L��j �l�F������D�hJ
w/���i�v)�Ѐ"<�~�t�>���������F���a�N���+h�K�����:���6��
Q�E�k��H5PH���x����pt�5)'��D<�A�
/)�n ��ȃ(�}��O�n�k�Έ��l‚s+n���|�`#hz#�D�@��7gXU������ьiJ���j~�+�V5��j��=e.(��/�L�
7��rM��TMq��<b��@
��A�Th���Q�b�˟��M�
�M*!K�(N92��'�
�ο�`Cw�������1C�h��Yn�r6@m������l1~��?����B���镫�M
:O�]dP�g��Id����B(@�#��%��6l��Ŵ.&}���m��:!Dbļ{�k��Lv�xm�� ���߷"Z�C��.�=K>�s�")�Y���)vF�����@JT�l��M�v�g�5	�Mo#����%��Ay�rأr�[n��W�4ČIo�%���2{��h�����X5v�9˨K�;������V/!�Ú=W�o��(�9���?qa<��I���D�3?A$�����/���X��
?٥�Lw�UD�md��7�:d2��S-e`����0]H���œ���>P<I	lưh����Ӝ\��߉or����SYF��;30������t�yU�Dy]���,��M�-O+���}@��1�t�0��n$���3�}�$_��s�M�;��uA�lkTe�u�`��_J �!�)w�qG�P�-P8V�0h0R:/��x��d���Q#�+�F�D���A�K[E0�4�c�s'з��	x^r2�]��G�*�����m ?&س8�e����Ch4*6�c ��e�I.���$&�7�{�>���B�IX*��+�ֱ�!p��y�Մ5��+�m��w�� ���U��p}��s�nę���}��,��C��Y���zb�=T:��������r<je2Pǎ�g��ʰf�1���T���"�4^��_=뺜N���w���2�9���dV�H��@Wӱe�.�)��Ly��}��]U�0��F`�=3M9"x�dF��x
U�?��W��9�x���|
�9`Y��vk4	��J@�F����՟{0Be+֏�^�	z�����`��beu�2�������+��Te\�IuS6t1,��i}�m��&����S{�S&�KyݴkS���Aӂ�,�0�B8�^� Ĵn��A)آ=Zz�'S^�r
�{��ț�k�@>h����ˇ-�������
�ꀗ�
��?
s\��쪱����8��SF9]�A!vv�qL.90��W�:H����(R>���B�pP���I�0�f8<G^t�Ғ�j��ڃ����n�y^��\�Nз?�䝁�n��B�\�?���3Ƴ�����XL��8�)�-�yc]fp+6�^���]�q�njFnQw�񐪉j���vT�s����tRW������
�x��"��^��u��"��Ի�.�aI�A��I�"%EH�x�v�eZ�vmk�%��<��O���.o�ܰEe2-�$yŽ!b��2$���[�S=/f"�������0�Ӳ�8��L�C�����P�aj���[5�������*���,�L�F���Y� [��M��/��_���D=��I��M�q�����V[�6fX�PYk��b�P�_��BLȜ�(�F�����—�o�d��,�(ApH2�7�9�����K��e\^�h�Uj5ݣw�	�<�w|u��׹�Py�s��hYg�u>�o��S��o�����|�3�,��r�·�uOU���1�!���9삐3R�NҰ�ߒB����Vw7�Ye�����ujM�P^�̣v
$�hJ(�;��M�drXo(�`�����x���n�jBZU�V��L��������*v�TS�l�B��%gp��*+��$���{�q��.�j�������'C(k�{o$�#�����q/�mkw<9��ck;k�ܬ"���0(;���O��LlTw
5�_��N`�I�K �vːۘ�$���J|;����^�R�M��َ.#����I�2��3�o��&���SNT�
'��`զ�Zt�:X�}z|�����kl�U�	q�9�s�|�kL� �^�Gg;Em05;b��IѾ!x��z|~F����	�̒�\�D-�d|D��Fц*�0�<؍�`.��n�<��"3ZA�+'����1O�!1aA�F�5���Y�G�hA�3V�8l(�{��h���\ݩ9:�"�8��\e6�9)h��ΉY�wKs,��/����eX�svǩO�ea��k4�iz�������{����D�dvu��L?N�RRN�§4P�� �U��
� �Y�y�ŗ���l���r��s�Z13U�U�ȽE�Q��Q���z���eY��Һ���l2��+�����`ܚ��»[7׷{-�����~!�A����D����;b�۲L<x�A��vOK�<މ�^�9@PK�
�[lLdI��%inc/admin/images/blockart-blocks.webpnu�[���RIFF�WEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 �p�*`�>1�D"!�\0�Z[�&yz�O��A��zW�?�ݟ�?-�����(�M��g�Wh�)���⿐d��Y��������*�C��{�~�����7���������Z������?��,��?���������p���~yw�~��$��W������F��_�����
/��s����7WJ�~Jx����Lwk}h�d�_U���'���ۿ�|��_�7�@};�'������Q�����i��ה��)�������'�?�������������V�����/ط���`�Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ�WG�yq�4�'��V�K6(P�B�
(P�B�
(P�B�
(P�B�
(P�e�bD�������x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x�����W�O�
:�dz�����iMnw�;̬+2a�2h͞u/Y�
6b=�lٳf͛6lٳf͛6lٳf͛6lٰl���ۓ3�Q�N���D"E�0�!;��鉲�7�=5W��@�
�&a(��@�w�5�^Fc��ڡ����e�\�G�!��T9$�0|Ð�p�a/]��fm�A.� � @� @� @V�@ʈ`����~��jˍ�@��/�JQ�1=��g��w�\���UdN�=��<@��b�8Q�L/��Q�@o��o�HC-�@T�7�g95���߿~����߿~����߿~����:��V8�h�B�iC�E�Ǥ��n�k�R�"��HT�0�%H��[����&�Ul���k�cJ9���ͱ��	�Ph-@���f&\\���
7��-.纡�jc���ӧN�:t�ӧN�:t�ӧN�:t�g�iS��+(L����zY�\s���&�����4#̐
�f͛6lٳf͛6lٳf͛6lٳ`��Q4@#�z�c�YF�,�^��<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x���l����7f��x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x������nNߝ�3v���g<�+������n�����֍�-�BPۻ�-��*����j9?��C�s�+�!������������� K�C2�7��<N�aأ��'��@R��?�t�Ǥ����W�'���Q�)>~p!�dA�Vo0�
z=���16ją����^�5��R�t�\4#��ܪc���}�Ί�VW�͛w8�V/h�/�x3����d�n�?`��6�3��-$�'���cU	=.=����.��kp�BD� ���$��.Fc48��:!瓄o�HJ���_dv:cjI9�!ʓg�,�r5n[t��0�����gk��{}Cvow��9�Cz�$����!P�Z9�N�M\ޣWտ���z�����N����d"+�!kBt��d��>L�8�������tS���.՞jX��6H�p�!����J+bt0������U�L�����V%�8И.�:߸8fwZv�@%��:H�.�Fu�9X�MڸP����]B��S��ÇhV��$�Ԃ�!���pF��.JD�9ey͢��
.��H�@���9^��-�C������s��,���i4)a@�@�GQ�X|1��Ë�?��rv�`ܣ��6ոp�NJ��鬗t�ﯖPW�Ք3������Rg+�Ɏ�z(��J�ҏT�:�BR�N3ǽ���lkC�r.BF3s��Cu97[��w��2U�}3���qXm��w���DjZԫہ�n����p��=Dž��wQq��xv�߾�>�./�/{P�(#"p<H�~ZFNQ�u��DǕ�ML��I>?����I�5�<z)8�
E"���~���ŸFfw�'S��y��w��xA)��zeK�^;�UL���b�;\1��|���L���Q�O����cbg�$V��a�P��x�ߞ'k�í�&?1��HŽƇqс��W�8w�)�*�$�����~O�.ї��N���o�wb*3�B�!�2�l��b�
,�|#�;b��L�Ok�"c�oǍ�'߆l��p�^Àn�����!�ؖ|��۝�� �O���ht���]�܅m�3�p�gE��Ң���B%��wY�}Gl0@9�r&e��&�3>8�A�B�A��ܜ��/q��N7�zX:)v��B;�U��Bf%MpS�j�	*h�qZ�E��_0P�+n�}kADe��F�\Г��`P���[�	�~��pKϜP6j�5����E�['�/�M6��Aa��˶��p��rpx\fq%\b	�z�q���m���X�m��N	��㌊�%�q��Gֳ��ܯx��5K�o
Hqî�4�+��2	b�d��%����\
���Ɣ�~�↚~)���'��e�"ڞe/�a)����#��qf�V�wR��^]�
���+<Y�>΀��V�݀OB�Od�R{�x��V�7���6~��`�r����[����u��#��r#�ȿ>^vjG���G�����q��|�"�3x�T�C9UQ������.�ߑ�JN��Ȏ��_���{!<Y�l8hD�%�t�_�$�&��wd���7��4T�_�5t,�#�K�%���n��<�U��[��fVZ|������[~����	��ɻ�P�D�Y�EJ2|.���H���d�#��;�yuSW�7y�t,ȇ��t��q'i���d�F��ѵn�0BĻ�&")z2��M����$7�"S�06ŝ��K����J���9w�I\�1��h�%5!�"!}�5Xd1�!
�}�h"�ag䭘Ʃfݑ2��/��O��Xb9���p����n�]��},���1a%*h��z�ba�ρy�m<��/X?�'~����V��\*#�W��&%���kx1�+#�
�=��;ļE�����$q����?��U*f��}��+���"ONɆ�����u}%��.��0cB�'�cN�*HgMlTA�4�$q&�k��$�>,F��馛�)t��|�q��Y����=e��B.O��B��'���yY�̲�AkWIZ`gR��?w7W��pZ�#g��.gIg�����vt�o�2�Ί-���~|G�҇f,O3��J������?�h�\C4[���Wc�<�~pc��(��������K��n���F\
�}����?���LZ��[�V����R#,ha�>}_�5�R����z�V��B�kE6ǠSA���.�����
,�p��Q)�pY�jG�Z�������@�ȒK��m�2��U2U���+[�O�V��S�qb�k/5k�������lΠ2�3�
��d�TȐ�Z1*��M���棓 ��.;�*�U�1Dž\�.�'���!�,:���N�p���d���_����w���恁*�N>��c 'c�x4�>��j
�޶#�'�@,b�{襟�r�f5H�Ƥ��o���u�B�&OA�uBjo��-F�8;���/k ,F9�c��_���jk�
Qss��=��ǹ�wʃ,g!���?M!O����.�/X����E���n�O��Q�d<t�]ȷ�dCG���7��}�U����ji�	�X{:m���GI�X$��)�9W��騥����vU�F>)�I���Gd#��l��T�\�!��O�"��.?��.�ؑ����,v�j_�F��"m݇w5��Vɦ��l��ہ��Y�эg��Gy�㭈r����;�2-�$<c�q�u7Cø@ߋ��s�,G��gj��y�����a-�귻�����Q��z|w,����2�Ȱ��E\�mC�D��ٕ�#;�os��t����@X
����|1��*���Du�(���XLJJz�p;!�8�U1����zla�W�D{9�WT/����sU3��䲧�t$�Y���9��n�h�v^���gu����HY��'<��|��CUE^6����8w�FR��!�c���p_=��+҉nN�b�ͦ�t�����v��A��n4]Ϸ
�[���ʈ�\;��kP&�RSK��=,�D1���A�M��;'�'c�;8E7�������&�5\s�A����_ͼ�R�˖`UW�7.�-�<�0F���Q�D|a���Ċe(ӈ#^��Ƶ2�1�d��:8��=�$HH�h �&>󊇏�?h'g)X{|s4���~p�N��+j�g�(��9l��f��2T��J�V�CQӁ�hE_'u]�Gd@������Y7�[���sF�?��@�H��6ucd�gW03һ}b(9[��۷{	�hI�g:���gM��ȣ��q����C�yŎ���b�}N����z��=����H�r��n��ʞpJ�P��/�m��+Y�!��:�M���U
�_ڰ �q�ǹ���Ә���{�A�8����47�:�5F���:�����{5-�����8�u���|aM��]#�
��)���碖���ܟ����l��K�����^�T�?p�JH����O.��gց�<Y�����&����J#N=��cQ�o��Y��j9����?����H�Ejaʃ5L�{�\������OZ���%!ax��W�e����I�tQh����hUG�n��<fA
9�n�ȃ�fU�60$j�A`���%��~ӣ��STL1���+m�4���4]�U����Y�UC3�sDR;�K�x�o��L�kj��v.��e�^�l:� b�b���Qx��%p?�A��ȷg�wH)��HS�MV_P0mV��l��RY~��_pț�0�ͼ62�/Į6�$?:Q�a�:P������uk���18ƍ(����m�"�)gmt�ƒ�C���){}����Uug4���z,,�v��X�j�,�����b�zc��3h�z�aF�x"�Q={�l��Q��3�����g��+�Y�O�7�C.��@������Kx}��i�,5c8B{�S��]�f6�+���WU~D�1@�;/#~"�gAꎫ(Js�~QDC�Q���R�c����\���j�N�y��(��j�R`�|�'�'va�
9���&v���`��M��a3�)i,W���O&�u�`�W ��=�t^DԪ�.��k�g�v��ɗ�s��z������k8g��@�0cT�~A ;� zO����. V��Gxgj/,3��}lq�e[�ro���������*B�a=�m�hf��W27aM9�����K�(%3�d	�!�l^"a�d3���Ft��ˏ���樊�n(���T3�.L�,	�R�L��x�a��:d�>��Iꥣ��/X�j}�%�lj��*+w�$��{P��g�(�v�oOa�ǚ򙢋Zz0v��{֨�V�Q
�CZ�ˠk���{�<Qw��q��k��b&HO6������.�%T�>�z�a��-*H�EI
��37�LN�J��u�X��NJVX Q���Dzડ�G鰟��T�T'��v����_7}[?K�-:{���(��"j��4��s$��^��83U�3��}J�豧�n��2�_ԏo��T}��#՗_@��<���+
֛�to���x�!�9s���\�򱬮��Sl}-����D��9F^��4��� �#yj�w����޼b�5n�Z��S�)�?X��/�GM���D�dr4�����m+��:}56X�l��z��^}�Y~������O�q{�2��%�����	�����+���x��
�@����k�-�T^�iZq#SD�$��P�,k<�,�@�	�%$|�I6������#"jC<_�A���\&�������?�]�?]��<��K��(���f��O
�U��q���`�ŀ3>}3��Nd4�e�����@k����n��&��v9b1N��q�i�@L���	��o5�Xdޮ������UWZO	�\�Cm�=o����SI{�fN��#cW���&����PK�
�[�G���0inc/admin/images/featured-image-place-holder.pngnu�[����PNG


IHDR����x	pHYs  ���
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�FIDATx���A
�0���C	i%�NR���L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSLLY0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e0e	��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e����%SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SS�L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSL�X�����f�ZIEND�B`�PK�
�[�g�--inc/admin/images/ur.webpnu�[���RIFF-WEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 +P9�*`�>1�D"!�l@�Z[��yz����W�g��K�����1���a�?��^���ҿ�s���������?t��?�{�~����
�?�+�C�O��?e��?������������}����?�����O������w���ϰ��P��e�)����E������?����|�:���?V~��g�����?�|�#�w��_�?�[����Q��y�{�o�_߿���5�ǡ�d��{�3�������w�������Z�'��`?�_׿�z��]�_��/󿷾�5�
�[�W�O�����s�C�Q��������$Y
��8,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�8�
fن�r��e=M�ϲ.G�s�"�pX�bŋ,X�bŋ,X�bŋ,X�bŋ,X��0���
�^!�5��>zX�$c�.!�Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ���/�)vҐ�!W��ćMh������C��ӧ4���am#�cJulX���RD���]s��#��^�z��ׯ^�z��ׯ^�c��gOO��^?(�H6�doOq��
�t�����t�s�8������v�y�y�=Q�yצO��'���u�
�L��J~�Ju`�E��̪2R�,g���.�rk�<G�����O3��8�X���:���n �+Ey��8��>�f0��T�^K�҉��c���^�z��ׯ^�z��ׯ^�x�zD1���@�옪Aʓ�M]�fQ��$È�kV��)a�p�v�Q_Ȃ���N޶�w>U?#Y��z����j坘x��E4��=���H�ˎ�jR���p-/N;=e���$B�h��o�>T��uhhPL�[y��mQ�P*5��
Z�	6b39Y�#���8T-u9j
Hf,b�޸h�&�tim�p$��[l���z��ׯ^�z��ׯ^�zŜ�{��j\�~q\
�:�$YK����6����xm���TnZ;Y����{��Z�����͘e��3�)w�Om���-~W���[����$ �v#�b
+^�p��`b��8�{�Z��u\��o>c1)Dq?�����q�[/R	=Feq�ו`�Fz*s���?�-V\�'�]�Pi��O�2������`fs�c��v��i������)��z��ׯ^�z��ׯ^�z��c���r�R�ˆ�}}����Hw��n�
��'Nh�^P���A�%�b��^P�A�dF4��n�,X�bŋ,X�bʼn��1��`o�#��L� 3W�:t�ӧN�:t�ӧN�:t�ӧN�:t�ӧN�:t�ӧN��M�<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<��ٺ��o�/�˖_����Z@��;wG�-�K<�#e�� �RSMss��ޏ<�
D&y����V.�H�w�Q��/6��g�<Q{�F��Y�D���mZe�$PW�	�(�:;$�M���)��<]lA0M*\3Z��Ves1�)��L_��/F4��
�"r�ǔT����-!_}���V��T]���T��+:Lm��V2�!=�8ʛ�'��	�SZ�����W`nrEĮv�
e CT�L�5d�x�U��S�'=_L��t�}�8�8
��R�X��ю�X�����5���ȃiK��N�H4�?�C�x�=�6����ȚW����Rz�~vg	�*m�Y��x�t��1����0�vl>�%e��m�A8W��k�������W��Ju�����V:�?J6v �t�İ,~Ȇq��b7�ڳ��t��'-�u\W��<,��qw��!��<?��4�K��HH�٘qMH5�1�<r1s�~�m��е��R�@��?�$���hO֞؏��ř�8���Xh4
!Fi��+�����<�J�2oW���s�T���(��4��T�bTg�&R���ڍ�,{�&S��c�p@�)oXtI�1(P����Y��7H��o��y�r“S;Ԣ��um�ޛ����������`q�-���p7����j�j3۬
)����L��n���}��k�s�,��>�@��yI�|���ow��9d�b��-O��QɈH_M:$��0z�Ϊ�
¸�-A�lv@=G7,O�ƞ��=i�U85�"���G���#wK/�!�T�lB��H���ᰖ���fm��?�s��ܦW���1�︯�Jsz���*<pjѻ2̆	��a�
��r�MD�w�B*#����Ҳ�.3c�ٖd0O�G�—VL5���g7/IpϘl�q���l�h<�Q��C�u����f��g,�k5�ߝh�U���_-���O�v�|Wӵ�K����{�	����V�q�����ǝ��й��h��$�. ;��ۀ�2�X��}�u�_�0��ek?�a��Gv�n�V�z�\@��"#Nt�
�op��xhƂ�t�y�v|]�"�ݠ1��i$m*�0�W�ij`5)4����f�oim�#����7|�~���|m�\R�yb(�J���j�0���}�‰.<xΦ�I�Is��; 6�B�,�	��f'�Zr0)� ;*L��f2��̕2yS���e�J܈:j
�I�
~.PC����a��ѕ�%Ř��Wn�ޓ6�WE��:�ѥ� ����bӉ�5ا���㩝��"��Wmm��H���3d Q�@yFdg`y�#��A�~)ܿ)9O�q�%���3���N��t����Rl�@!ٚK�zi��c|��0b�G�/��b�m����l�h�Ԓ�g��=|�F��0t�AI��0t��ޗKpfE�NC-�bؙ%�3�����׆ }�!�K�����d�;b�G��.3��W��)L��7c�_)�C�'�m�
%��;Q�:�3�OlG#����t���{��8ǣX�)%#Y,�i�𯷐�b��H�ܻ��9�0�5��7FK�@{�?��[@F�Ooި��zO�]���~<�X��iw�?u�iS�{�`��Z��w�t��c;�.�E�~���Q��4	b�Qx���ccj�GOb�YU�GU��L���.q{�#	Q�Vb8�E���v��\���8��b� ?���?�qn�/Ɲ����9�}���^�}���2��x��R��/á��z�Mx�	[:;�m���@;x�����O�.�3�
'�����:����ǁе�ZyJ�m<��z�\43B`��ڈ���ۙ��CR�\w�;�T^`9�U��e�xe���'�Z%,B4���u��G��K8��ŕ�N�E�׈C��PN�e��c����m�\Yч����+��Nk��U�N�
|��7�c5t2��
`�}nb]��n|��˚��u�9�&�\�l�R�P!�(%��O��s��@����(Z\�j�n�DCɐ�4���B��ET>�`.2�5&�Hܚ8�fdJ��Z�gT:H�A
�Չ�a0Љ^y��J�L�ݳ�
З�=����Q	9���\�j�>�z팔�Mf˦�.�wXPEհ�Si�|���e�0!���;ǎ�ߙ��HK�3�ʭ�����>Dl�V�$�5zߒ28s�v�8����ҴyV��ndi���Ԡ�Ő�p��!�Vx-(�'_٬I?'��O��7O_�Cc?V�'�3�%F���֕
y]�U1��U�����c���8�^���J#���3u��~;�G�.��@PM����W�Xs��6�����Rz0z4fH ���7Q���QZ�UC��Y�����}LI[�4���Ф
���AF
N<���1Ài�i�a0�6\=L�ko�pq�*�~�Sk���[�\����GH#'Cz�<g��S��d�f��__X����o�T2Ԓ~�7(O	�9ޭ�=�H��p-xKʫ�ȄjG�eK������
�Q�p�~gG
��G����2U��B��h`�K��J3���0?ye�yJ��\���h�\b�[���-l��W[z^<�`CY�Oaտ�[Չ�/��{~9}��W��:	NN��౷��X���.��Y��o�C�	ƭ1�\�L����Sa�O��`
�>�a�`Ѡ�~>()�J|�أ�a���hk�{I��?^��)���+s��-�Hd����4H�}wܺv�h�Q���]�8����s�����M�˳pۧ9I�.�6��	e�k���J�#��dͬ����Q�dd�֭\$�@7-���φ�NY�P�����r���(+Ǝ0�Ξ����S
����Yv��=:\��Q],�M���<�M!�2��T�!�V�|0($e��G�;��Ӱ�W@w5��D�<��O~����S�+ Z�\�݈u��iS1'�&�_��Y���r7q=O��A"�T[6L�
ۮ���&6��'I(y2����NnC~'6x	��I2J��H�-�Yg�@Z�$�ޫ��ϫ�o'9�o:��pl�;�
�|��]�
U>��D3�O��s��\��YC|	����Y�@���	�e��\�n���u��BGG��9�@�;����Z��v�NN,�6B�v�f
���
�Ͷ:wn��ܷ]��G�~���n��s�|l�&#ӎ#exB�+=|��U����
���j���0Cb�;]���&R
 ^R�
�`LT1�|� jU��_�
���s:K���<]��	�B(���6e$�cx"	m�����vʖ��,ֆ��!��4��+権G��`;�5�Y0�xA�KDP��S�=�j������H�c\��]��d�!��aƇ�mW'�4��b,��޲a�]�5�c�c����%5���~d9�d���Q_���>d�Q�1	+��3��ފ.�g�Ζb�#�i����,Fo�=d�*7M�*���>�@�_�㴋)%
(Y[��=�~Cj���E�es��U������%�,�A7L1_.q9S��j�q�.�
F�I�Q`8��⚬�i������F��y�0�S^���L�)�@�,c�f�����	9����O���Z�����"\�B9Y��40ي*�xX5{�S�}��ʏ���Y(n^T�'��7�b� ��a�!���pr&	Q]s����1�maT��H�~=X>�≾v���U������Ĕz�5O�w��9����4�=�q�
���dR�C��De;jx�O.t$ɋ����S�|(���U�b�SX�z�}R�p��-S��ߒv�r�n��̚��b�j��
A'��K���+@����>��uuzes��:n]i?��
tr��^L4�q��p+�U�$�,�G4��+�W�\��|�*#���ȶGKעW�Tg-U;��sCE�IT�>�m!�r�rGf�6ڤ�!+��|�)��;v�|R�]����z��ő�TAP��;�̙�z��l�W�ޭ�u�~�ye\iJkjh q�!�2w��Z�N|$i��y���_XJ[Z�;�B��0y�
>>XK=�6�����A~�j}��m�����P%�s.��t��Ã�ZJn��P*_�?���;!�d0�u��P��>I��XN�ܧ��U��Iר�g\��"C|�σІ"��4�奇q�k�i��͖�Q#����`6d*)Ф'�pE9��r��-+���W�M���S�(U�Sh��Vf���V�Y0?p����ɆV8Vע*F&�Bֈ��i���Vks�y1���[�A8�{5"�EP�k�
+��w�a�?x���?AG6�	I�3DR?�i�j������gQ��!-����=;��(/B6�G��QL�A�7��._ q���v>a7�*	B�8���#����򲿇6^e��i��S�0�̵f�hތ���U|�_i�;T �z�[~�[����s��;�7T�T�%�[v���`i��<*�U�ώJ�,K��qK�jz���r�J�W�Ͼ޳��ԉM[�ȩ"� ���|#9KC��O��$)	fB�wC;���	λ�"�Y�����4c����Ճ���\����A�̣��}u-jvNjDZawtN	��̬�?X?������\44��~�DA�'���>ı��fs$lOp�_g��߁���a$=3-vx	��p"�2{뛮��vb]� xٯ��=q�d��"s��5�E����uBI�5�X��"�V����Ўƿg�c29ȵj�E�õ��C��rU��μqq���B%�,�8��;�~x�bg��u��_�&��Ǜ�W��m�5����Xc��q�&�����K�+~E�j��vF��1.q�Q�t_\�&W��HnmG�ُ�2�+^b&.�RAg@�|*s�h0�W ��+L63�����6�'г�,�RgUfe��z�M6o@�pn��@��O�o8헽�1�Eۥ�oS��6�"�X�G�̭���fV(�xش��:��Ћl�}�殺̍��0����[�]����>���e����B���R8��4��ox�M c�!��:�l�<���!���ޥ���d5p�c����d�_����	�!c����>�@�SMg��<?8IW��)8gNIA��B7� ���<{��������U�	f��L�2_����w��J�O���1�d���%��gCW�O�b=�)����(��4��QB�@����1l����[DB��d-�I":`���M��pv�/�YLv���e)j��ы�{:0�����q��{�9YQ���)Dž��)��L����<�^I�A��O0�""�\\|9W��zu_Z��~����4��c�Ir/E
�a;'��$ �����LHf:>�����Ul#���6ǂ>@�\�l
З*h����5��Ed<q��J�t>:υP�)o��u��,�#�:��q�ߋ�Jg=�.��~��#3��	Vo}�[�lj������ǿ����j5�,ɔ8F�~<`�p���+7�0����{���ǡ̿�
���A�=�3�6�U��Fi��k�)����ғH~n��I0�3�]h@m����Jy��f\�K���h�F�AK'�$=F�ge�2f����\/��Bg/��?��6��>����kbÞ�n|O���e���wk�Kf*�N��9����N����m�����Zt`��Ȥ����K�D���ƃ�S�l:�lc���s�{j�"a��	��R<���7�_�b��ݨ؄5W��9��(�2�{���lJ-Wc$�����Th�i��,u��l����BkY8��/��H�K���!Y�Ǻ����G�H�x�1��
ܣ����+�Ν�e�v�G����Ђ��R��7#þZ�Sl�La���l�\0E�+�#�Y8�b6Gwٶ9��դ�$�h�y�5����Ñ�
��
���s���o�b^���"1F�,��=9�Y���B�����|Ώ�[\d�m�撤�M���6��d#�����h�[9�l�cpJѕ4f^��~W�Ga9��Q��z���aB����a���^��
�8��m�Բz3��|5�Y�.��GO؋r2�����"�Jh�
n�=OW��h�
�;��׉i��y��/dBeY�V�����
��!���=
���:6���"��0����E�Z�{�!�lũb�
�u3���$���!�F|�Ƃo-ƒ[-�7oF�Ȅ�G<?yY��ā��y�����ɥ��+<���;��z�k�'���k_ZE[��4�T���=Q���d�С�����Es�7�[����e�*��"��F�a��Y��,�@B��Q�;
C�辕Jqi�v ̹�}pp��M4�z���/ܧ�+;|��z�v(딾�<rL/�y+_�Yj�O8���{x1�Er��r�N�R#μ�{�>�$RS>�����|�iQ�5�8@�����V(n��)W��v��Ò]�!���*�
?D[5%{j�eT�㷔k��.�X�nE��<?���5\���܆G�?����>�N0Ό��m���,ތ��
�E���Ʈ�.�`��#�~�Z"�0כn�PW'���r8wP����ڜ�Lݜ�=_�L�
i��ao�d%�l��G�CG��uݩ��(��敆�G�1�a0OǦ�.5��Z-�Á:��N���lI\W���|
}fWK���
�F)0Y?U�L�o���>e�����S�2S���Qh����UE��b�2�K5�,©�b�nb�_>�����»�4LX�`��HA��f=*dL$��%Gi�b!�z>;P�Z�rܴ�ό�hi3���1� ]u	�X,�j�)�j�$�ůU!g�*V �t#�@j�hȖ�KRߕh�ӡ0�Ql�'��bqv� F�O8n#��{}�o?I��<��$~�n6w�:��q�4߶�6��c��
)�u��cI�5�);��q�NPtӽ6r�8q@���D�َʡP�qT8�;��`{`���Ѯ�.�%�R�y���.�@+�Q`_*��B�:[Ά5P�<��ڦ��o0����YAg���HPލ
q8�����19�DW��
��ki�DmTM�2߭MyY(��HƂ~��h�Y=<o
Z�[H+UE�#�e����zÔ@+a�צ�򖅝D)o��-�_S.~(
�p��nG�IslY�а8���I��}2���<���`�:�@��k�X�&�a�������Z�^Pxh�=�,������7�uY%�
P��t_�d�h_ۤ��8�8f��`����������ن{DQ�R�Cr��$rZ[t셗/����l�uTm���n�U�Q�����>���$O�����"��1�R��^;�U�#�����B
���xMӨ%������R1C=6δF�_{�a�)4 ,�H���J�����������!<�6߉A�n}sɵ���F-���d�Ȱ �*Ώa�\pg��ɟ4p˘@��d��;��� �Y�T��>\ n���L
�� ި�\����MÂ\��"��w�sĜ�)�o�Cu���@I�2b�"��R�FL����0�#]����~��wp���|i���@��@��1�)�%����Y�P.���?��Zn�	�R����㥾�z�ʼuQD#�,<�
��&�'Tj?��+�m=i[
�zC��؀��Q,�OƞV�㐲6�@�
����މNqmdW����絲�*��d)K���b���}�`�����ԍ��a�/}w�*O]Cs Hwa�e8pH���N;�tNu^6c�M��J5�6_ܻM�tJ<Z�k���448a��3�@oxA�'�V=f���j�x�i��&Np���!��~�LI�˻��1
��+�(��]��0�%:+O��t��/���r�:��r�a�շv;[�ͫ���Č�}R�X���4�NUr��B{
�v������o�
$�4�>�ƚ�$ey����[�5�=]���Dt��z9<��Ov���B;�����n�	-�9��/��y��[����
�X�HWBh�xׁ���a=+���rgu�m-��##���0�/����E��If�u{�s3��Š���Z�sۋ�Sa�lOd ��6�u��i�i�(�[u�
�M@�����\
�nت��R6B)��,�6Q�?IT�[ij�^�;1���ٗr\(�o����`�U(?�`�og\PK�
�[4C�5V�V�(inc/admin/images/notification-button.gifnu�[���GIF89a����J�K�L�P�R� S�!T�#U�%R�%V�'Ay(Y�(Z�)W�*[�+\�,[�-]�-]�-^�.F}.^�/H�/M�/Z�/^�/_�0\�0`�0`�1I1`�3L�3\�4[�4b�6Y�7X�7_�8O�8W�8e�9Q�:R�:R�:V�;R�;h�=T�>U�>U�?T�?j�@W�@k�BX�Bn�Cm�F`�Fp�H^�Hq�Kt�Lv�Mb�R{�Sz�Ti�Um�Vk�W~�Ym�Z��[��]q�]��`��bu�c��d��e��h|�l��m�m��n��p��q��r��w��w��x��z��|��~�����π����Ճ�ل�ч�ш�ۊ����ӌ�ӏ�Տ�ߑ�֒����Δ�֕�ו�▪Η�ؚ�ٜ�œ�՜�埯͟�١����ա�ܤ�˥�ӥ�馹ۧ�Ҩ�ԩ�Ѫ�߫�ݬ��ԯ������Դ����������������������Ѹ�������׻���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������!�NETSCAPE2.0!�,����J�K�L�P�R� S�!T�#U�%R�%V�'Ay(Y�(Z�)W�*[�+\�,[�-]�-]�-^�.F}.^�/H�/M�/Z�/^�/_�0\�0`�0`�1I1`�3L�3\�4[�4b�6Y�7X�7_�8O�8W�8e�9Q�:R�:R�:V�;R�;h�=T�>U�>U�?T�?j�@W�@k�BX�Bn�Cm�F`�Fp�H^�Hq�Kt�Lv�Mb�R{�Sz�Ti�Um�Vk�W~�Ym�Z��[��]q�]��`��bu�c��d��e��h|�l��m�m��n��p��q��r��w��w��x��z��|��~�����π����Ճ�ل�ч�ш�ۊ����ӌ�ӏ�Տ�ߑ�֒����Δ�֕�ו�▪Η�ؚ�ٜ�œ�՜�埯͟�١����ա�ܤ�˥�ӥ�馹ۧ�Ҩ�ԩ�Ѫ�߫�ݬ��ԯ������Դ����������������������Ѹ�������׻������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������O A�&<��ÆJ\H��D�#f���ǎ ����Ȓ'M�T�reʗ.c��ɲ&L�7m�ԉsgΟ>���Ht�яE�
�4)S�P5��ʳ*P�W�
Պuk֯;�:۴�X�OӒ=+l׷\㺕�.ܹ#תE��/߿l�b�k�.�Æ�-�3�_ǀK~<9�bė3ތ��Nʠ#��L��`͝S�^��uXӰG�M��kշY{νX��ڳK�>�{�q��u�|x��΋#���zq�؛kg��t�ɿg��}{y�Ň_�����?/|����7�?��|���'�=��>����5��>	:��*F�I����L�!I<$��j�W�@��D0��ܠ<	�؈82��:��p� h@CN@����{�1�Z=S�HЁ �bt�u<ٝ~L� -q��X�M���X����QҒfe��i%�H#t `��p�/���/�����Q#�N���N��d%��<��)���
+��bK2����j�#b��9�+Et�b���r*�����SK(�?4�YԦ��O>�L>��� ��0��bK+���.+����تiU֚��>���F8�r'	��/�$���Ȣ�K.M�:�D��e��I�=�@ӆ:��Ï��U$�ʺ��n����]䳏�Z�j-0m@4DX*H.�(����L�!$��<��{-Κ��O>��1���9�2�/��J2g��٦����-� Ls��H���0*�1��^�н�G'
��`y�¼R�˘�b�/�`�M��sy4�SG�(6D2	0 G2	;̮�G/{�/c����^��aMB,4l>pH,�H҉'��2��겢�'vB�O�پM�?��Υ1Qw��t�H'�h�H)�ǯ�)ɐ1��K�P�Ӊ�K	JO~�L���&$A�Gh�� [�Z&�T� ��G�x�N"u�@�`}�k��
���vd@��+��&�0	A�����:X`���@J�r�	`���퇃�у)b1��#$T�R�B��֣]̒Q�ȍFN�fn��8�B[[Y�:n�7�d`�(	T1s�;�����m
��Y��Aå��%����Z�o�DV.�PhԐj�?��s�cp����� ��,A�R��r�c�+v/�=fm��c�p���$�	��P�����=5��f���C%(@ A!4a	=�����e��_4�ʰ(�AbZ��B���O$�}�X��BI$
i�c��P8�ذ**ɠ����؀LAs�C5G.J1PIH–H��.2�7~�	g�4
��
5�i�l�W�%4""��[)���eR�8�đF'z�7	-�@pc{f��" ���@6#�1X�.PH"�~��-�6��V
B$���#@�w�AB	 8M�3u������!P�|�0A$F|�����D
I�!�rҐ&	�-ja�W���`&�3�����: ���J�"�����0��D��0e�ԋ�#�`��	q�FrPH�m�R�(F��l
A����8#�h�,(�@I�B��x1�J8�UQF����`X�ݔ���P$ �"T��B�� �Qkw
bȁaJ]v*Ľ8@ r ؀He���a��j��
t@�Bf����Ձ����&�\8�[���5�<�k�_��j82	�,t;���VY�(�$KqT��C��?pD�,�@�Il�g)�B>I��6I�X-�8�%=RP����[� 0te��@a
,9��t�#ЀU4�6�jO�υ�-Y���&<���nJ�p�~.�w�jn��7�dl7	r�,��*Y��`�.<q�z�<�$��F�ا���Gw��O&M;`P%
���1��B�>����sq%�- ��u+��me!�@���pԜ�۱.X!<`Z�N�������6�E�$���D�A�e&7����!@U�S��@����X���ﶨcL`��:�E�1��H�����s�@4a݈W��=MD������Un	�E$
�L��b�0Å#P���,%s����48�����'��	<�kyK�)��_�ۓ��POO����)��:�@"
S4����"P!F\|Y0y��a����&�F�
V��hÙ-��'��}��I��
_�4�J:}��;}�&��h�*0�' �L�%����E&
���fjH{���>� 
HOM>�y����@�<�b�~�ŝ�i�����P(�u|Z� �����@���
�
�
�
��
��jNy�u^T��� C�G�	�%o�'b$����@���
��
ِ
� ��0��P��P
B�
ِ��0Pp!�Y�
�0K%p�8r z�~��t��%Ԇ|�v.=
F���
8�rX�tx�r���d*�0I��	�C�n�2"=��r�`�7"�64 !��
�Є��N艠���X�qXP`|
��`R��N�
�P/�wR�O�B�%�,�,`/ �-�	��x��v��w�
��dH�$���ebT@�氂֑ �`�f@�) 43 2���AP��H��x��H��P_�bR��@��	}G6����@�T%a#�@0,P-��h�8��!��@�Ȍ$��t͠}U{��O�%F	u?�� #�1��0. /��3��A6�Ű�������N
�@
�&�f`
���lc�
����T���p�������j)���X�t���psG0 P�y����	@�SW� v�6�B	��٘?i(�h�
��K�����0
����g�l���l�( l�������1A���
�p�0��u����[��;�0 *0��T
r3�1���y��َEy6@~|�0� 
�0
�9�
qؙ�8���.f^���pǒ}�tܕ#�/���D��ږ׉R��`��
�
�� � 
���P�s��O8�w]������,�;I@)p0�O�)V��C9��y�2�N 
+�a�
��	� ���	���Y��
�8
� ����"fBg�:�	l��< J/5d��/��!���8�(���XK@8�K��@�w@��Pڰ
�0���/"$�uS?@0�|�PM�V#
T�(�!;�&�,��V��
Ƞ	�@���	���0�
:���h�DP9�J�$f5��R�D�bp��p(,phP�N�m�`װ
�p�y0�yUՇ$ $.��S��'$A�@�Ppu��j�4�]�A��~31�����Q�P��[*[��m{�
*@&���bh� ��`��\�%�z����-'��/P���-T�!�=�4�Z�@lp'+@��S�P9!��	�,����jM1��5�I���� �GK�c6�o�p
p"�T��E۷@Q��
	��N�jo+�Ja�>���P p�$r뷅�E!Z��(�
��%�T�
�BV���˸=���p4��x���;����
����2�G�
{�0󀹉��{3��c��
���;��K�0?�0��z�q���
��ې��Ⱏ�pϋ����u�����P�b�����0���6�RK�21��
��
��.��*��6�[��I[;���L�^[�
�;���M���I�k�
�P��P��
�p'��)������[�P�3,�,��R�L�Ç�Ž!�M�U+�P�Ľk�N�Z��Y,:T��\�;X|�Z\�c��`��a\�k�W��g�j|�^�n��p��(��u��d,ǃ��L���Dž%���|Ȏ,����ȍ�����ǕlNj|ɉHɈ̾!�,Xc�H����*,(o�Ç#J�o����7��ǏZS,�@� S�<�O�@CH0x�H�+s�������
t�\:�^�tzj q�(�:�=�Lò�L2e��q�* P*��@���LQbB$�(:�� (��X�L�
��$�8�,��V�;�=���� R�Ll
Ñ�S�d�b��@ ���K�����D� ��d�|$v*���i�c�Q��T�/T��u�u�w��O^^��� �_����)���Y4ē|}�N��?�0�9�'�B����
��7mp�}@�U@��Cɰ��8<F�A_)�:^�SY�x���C��Y�3܎��J
��Fa��yՒ�
�B�A���F퓏:0D`�9��.���B�#�G�@Fgjg�"
M��2<�IXJ)���t
�K�U(�}�>i�?���@�X"I#�H���)�" �����5/
db#
H�(��JP'�`�1M`����3�8eP���g��4R�$����,�r	�`:j��ς!遀��ʚi≳��K���viZ��ڲĢ����A�HB�B��A��Л2m�䱰�k�etbIB��0A���̬�*upDhB�P��H,.B�x��A}�@�,֔��v�B
���x��B���dA�mB���՝ϋ`T�B�I�Y�2�@�HBPݭ�yГ�4�ƔR�򪐉�4�u�>ҩ%�X��ݞ$� ��W�Б�W哏2l`Lt�����B-�@�@��w�.��PC<S�d�9q<��5d�ep/�p�}.aS�%-B��EA�++�sO֚�D��S0�?�?�b�.��������tN�L�;H9�Q0d�
D�Ѕ���,�D�$���$��B(a��G����H9ڈ@���X��Wюfb$A��C�%h�!�T��������
Oȥ�`!A~q�@"k�(���d ��$2�D`6��l����E�(�4�(@�s�
��P ��,�/��B}��7�Bq���Abqa��2�PX�/A��wy�;pb�i�0A���8�-ZDJ<��0�-~q	0��E�5�IC��0��.�苕1�eI
@45�
0@:���o+������$�HE.rs�\z+~!��� �����t�++i�&�̱ 8*|
~9���0~g�|�c��B&��NP"�	&�	,��-`�W�Bq���J	r�\�O����f!������4!��@v
RH��B��X��@Gψ�~���4w*��OIP:�S#��-@!��]� �	�35��!$@���G��C�<��
\�k�#H�����|���˔pd
`�j62~\�u��'�8�Tc�� 3@�χd��ԉ����q Y�FL	�w���f|,q�X *�Oe=�d0���㈻��D<t �3*���mH�-��Z��)�H��eh"����z�[�D@�셥>@�sl��D,Š�
 i�"��1�+1	:�����BY�[L.�kb��`
��S�P�(`
[Hv�]<5���χH�*RX�A~��
y+}�}p�	 OD6p��u$���<��v��`/!�ƃ4���^&BD��
��=�w���@8ȡ
pd���F��1
p�2Y���2�=KC�!BRcf@� ��ohC�@u5R�l$�6�:(�)$�b�@H2�@��,(��F� a���@����"�7���t�tB�L;��Q���P,� ���퀴�xZF�	��@�fJ/$�ͼ���=X)�r
�Bl�"4��L1�@8ZM��n	�g=-EdF�Ɣ���r,�?�`M�5�� �2�@�0�#K`J�9��Z���D��
_|B��>

��#=�@]&
�4 �mBn�D0�����D�@;ݑi�c� ��  �d�� ��*nF:�6���Ar`�؆@ʡ��lc5�, p�b������$#���
<b�
�x��Q#�(�8��jd���.HЀ
l@�B.~��T���E2�p�T	�Cp��@���@�`�����"��]dc��9��D�k5�T$���& ��M�xTP@aGn�y�
�`:��z�
�Pr�`j
n�
*�0'
�X�l�7��3t��f�( $w����
��	�w���Pڀ~���(�`OH `gEg3HP�/P�a��`�1�S!���`|���	�`�0`p�$~H�1��I���H@A�Z��PH�a�@�z��`:p$��jP����<�'|1A�t��(�����
u�@0O����@b�9H��.��Id$�PsT���������`�K�P(�$�t�
2�)u-av(���pcg�����	�Z���(��W@z0��`w�0��`BM�a��t�	�
&t)���+�P�"��y�V'�*5��-��3&�\3iIA�Œ9iY�0��鰀=I�C$�!�@�E)�P`)�p�P�MYG�p���ēW9�3�
v��Q���e��&��
\ɖ�&�rLy�q6-!�,Yb�H����*(o�Ç#J$�_��&j��q�=qq�I2%�3���u\�� ��ڀ(`���@d�&Pe˟,�E�A		$4����A�P5��
 $t��@M7`b.�ه��D9@�@C��C&	r0�߁S��ѴT�
l��+ٯCI(����әi�ŀ&�qv�*]�s%@��������Mͼp$�E�%*[�t	le�@0
�(�3vKhm�ɃC�-��N�B��ЍQ^�v�q?`q0�`Cl��ڎ��C*��g��Fy���OCπ���Iv�,��S��y��=�,R(Є0���ʭC��]&$�8h|���C�s�`���	��O!���O>��� L ���-�dB���PC���?=	T�H@�
��}
��$�RC^t?u��O=0yQ8*<Ё@�K+��r�)��.B���ɐ@t#$��
H�@�I#�4�%p�t
1�0�>�Z@<m0�=0�/LU���#�<�	�4
�$DL�8�
�ӆ5�$,����,�lA�x�A�䢈?��y��ӆ9��YP=�H��{d1�$�d�����/U���:B�k�=�Tg*��trP'��hP����s�*�#�&5�����H�P��Hj�v���kl
��ǽ_�R$�.B��b\A���Y }����K
��-�u�@'Lɳ���$�ZY�.���@8M���#�h�]�2XЀ���%N?�I"m�I��8�2����4���c�n)0D'�d�
4�ij�9�42�$�$K.�0p�E�R ����<�@��I"��3�?b��L)�\���D<E��}��_���O<?�5P�E���6���ʪ<R�+�B�nےJu@Ɲ&r�#0@+G�7�`�HG�҄���O�n�+��E�f|O*�‡,�d�� ��+���R��A�tp��r�)h����D���H�DC��0�Y��V��0�@@����B1��hs��%�
�
��������T�|&Y����5��E�P@� �� @0(��B���)<�6O4� ��A
*���h	
~����:n��P��H>�����B�|%�w�TF"�(��D`+�9�����3��l�U����� ����'�xB㞁@��������@p'�	DGm�!$�t�O+�@!��%i
���[ �@RH��P�dRȢ^�#,� ���YFd�JC��2��K���X��% gK_�*
�T`!�(!$ �䑒�0a 
P���a�E��hD'JqI��"U@�T��+bf!(�����:T�H�Z�!���p�#N!���g@(Ӟ�Ciz�`P�-`�G�/j�⪭�DF�J<�)B�L>�$	P-a`�
H�'�G2^��x��x)��SE���9r���$�,k �@�Dl�H+j1M\����& 0�Med4�C���4��h�IE'K5���X�&t�ׁ�8$PB���31"��6� 4�A|¼tL�q���=c�h,�O@�V�5�*n5��`��5����""1J�� ��${�)�e&�n�����n�B�A4A���B �GO��gBdp!S@Y��t4h�d?�q�-H+~��t��rK���.�%�@������ �����
�T�,`R����-!4,/8�Y���p���@�
p�D+���$BQ@B溄h�yr���fD@7���i�؃�;��t���6��
o����B��ׂ�27h���z"(DA��a��9��j|#�h�6���f���" �� �H�V�7I���q�
<�� ��lmT���F4b�lTCٰxB�Q�',d�~������(���@	d4�3ȌC�ͨ����@�P����2�b0U�ڈ���JI�y ���_=���Ł7�$H�86�j4Cx��`#��(�YxZR<Xyāl��y�
bP�PaQ�
@�6�����f	��S�@7��+�8`���aoL�x@P�I����@���/a�&@�� 3��)4��@��
H5�ܠ]���Az�-3|� [8@	\h�DH�5�ˆ��?xE.xk�Y	F?�ax�%�(G9��� �0�psb���	��
�"��I`{�US��/���@v�	�P߰
��
��n�x#7�_���T����?�`�!w�H 8|�0Z�	˰
�`|���	�P�@r�0�
�7
H�0
���P�����Q
�<p[6"�aD�Ұ2Zd�@�`L8� 
����
%x�$7,�؆��r�\���;,����b���V�� 	�Є�����P
VX�l�Y�5�@g`{�}�T�f'�����A҃a3 �`
�P:|y����0
����vDF� �&.a2�!�+�tQ�! 
!(�@&&��� 	L�y����X
���Qqv =�8�p����ˤEb���0	zp[��7PL�
�$����g`F�',����`�	���T9q�ݐ
��d�.�\&-�IHh!��>O�$��IY=P��)�p��!e��Ơ�~Ssx!�W��
�@h�N�[`�p��@[����y�`K�h��?4�@�i���tS�ph�	T5����A*4��J��N�$�!����0��p�?A��.���*�6�����U���T�
7��@�	�!K�QK��Bp��)� ׀
�I��2����
���"�Ɵ1�
j��;�05����� ��!�,Ye�H����*��޾|#J�H��@x�
�h��Ǐ���2k��\�2�**:0 ���8s
�o�$t�Р@�(!�\*��@dLH !��	@H`�ӯE(DB@���TqZ�]�����PU�B�


$Q �]����K����I����Zˆ9h`㺏s�׆�&$�0�&�-�ZӁ���qF^�ڿ!&�@�D�+Y	� 0����kc�/Ut�8D��B��䈽b����!@��$�X�Z�LN���O{�L�a�DS��/�����#�<�0G^��S�<�B&��"Q+�41����!By�R{�,c��*�LTK*0�Ȍ
9e#D����" v�A'�+��a@�Ɉ�@���%u�g$sJ���P���A�b�@u�q@��0���%����,�$�K&$0
��)P"�h�AY�G" �4��"}�I)
%3�Y�s)�
��D����h`�LB�$Q%�$zP,��2ͨQ�X�1�B � �%� t�/l�Ū�����?E����&Q�%��g�-���Q�8�P�9m'�$�i�����p��Q���.BA��PbI���:%�;�-����
�ɔFj<:Rg���(�
��%�X�H�xJ�A��@!��O<k����M�@f](	%��/�)P#�XI�/�00�H�μ��XT���Qt$�X�����c3�,R������uO>�q�M�W@���"�ԓ�?<��M+�$o,�
��/x`*-�R8k��Q!f2��+��X�9��~�&��	���PC�:

NYTW'
l�Yģ;�ס��.��J�yEA-K
�a��ÌY���@��@+���H)
t�/���Sd�F������ B5��#�H��	J��p��)H�fg ���>���
T����#��M+HM�� M8�G�Ѽu�C>����,�G�2?�����B��*AN'��#{�5�(�DcI�4)�8#��Ӆ$��Bi��D+eta:H7�uD%�8`�.�5�8�	������@���Nf1E��X�8B^0I�p �(7u��M74�A�@��!�i��"���l1���$�h�
��P��}@� �h�$J�
���l����U�$A����1�A�
�9�F+H.1�!"��A"�����%�A��\d���=!�F�"����'@���d$�8@
������� A\(��h]
G�Fa��+�~�	X�����
  @$��T4��Į4�?�#

��
�`f!�Tq��@ �*CH��&ʐ�z�+�.�|�@9���R�H�L`kiaA"�]Ȣ��(Y
O�2*
��x/ �AFDz�Y��i�G�)�Ś�։E4���01���>�}PBʊ��%����
D�G2bOHBG�-|q���U�F%�t)�PA\�����ackE�N�G4��yٜ:n�.d
0EP����hCcr�[|0���W)T��\��QИP"��i~l	0 �I�b�؇9�1�H��f*~�TT NY�,�^�S���I�V�[=���"�[����*L�~(��Dp��~���<�w5"�iD4	�R�`mNqJF[��	h@�
ĉe�%1�t������)(��$f�b�Ғ��C���f�dě�s��DF�,G	�H>�!�w�� 9��
mh#��̱-����/q�*Y)�0��'��a�`<��r�����7��
[ �FA��LD�jQ�HEKE w���@4�
�d��A� ߄�� TX���ƥ"&�
�p(['��� ��U$���n���!<A�
��AV�b��)�`�,/��hn�W8:!�@����$0����<�������<�0�d���P��V�r�0��x
�a����$*+�7ơm�c���@4PD� ��B�S��@�0�@d �Pa�:�F5���P@u��)JW��~B0�P�� ��@Ёn��c0P�U(�@�ef��x�D�8�K�P�����4*RNL ��� _��l�p&�A��@z�@��.��r���(G�+B̄D��D�2r$]��xP`��u�r	!���4���D"�p�;����u�{!{�w�@aZ�0��@?��	\0`pPL
�
A��G/�N��U���z��}�
\�}�n�����? B_�@�Q����z�{0�p�0&N���|�/�8��
PCP��@0eqCҀ��c�*���PZ[��}�0
�0ڕ�����G� ((/+�'.,(�S%�#12�Q������\8m��Pi ;�cҀK�8 D0Gpra�BG�$�`
��u�F���o�@�����(���!�v� �
�_�y��d��0'�8'� )��~9#Q��!78�w!)�ɧ�v���
�K`&��!`Peި�_��H�S� �"��p�!)�G�91&�p!��B�-��
:����?���q
q)i�,�>) L	���FS�-Iǐ��1��1M�(�o(�1��sX�
������
��!�
�'��H�
��d|��X	����i�b��Hy�����Y�"�H!�,Ye�H����*�/�?~#J�H��@y0^�ȱ�ǃ��xؐ࿏(SF�'.N�!I�z���M���Q���2��ͣ���E@
$�Р"�u�j]�o��:*�����
�n��z[�
TZOO�$�`�`<x�$a�@f���ڕ�::���`aĄ�J��@0��]|Ө�tf�m1�ă	x�����n�$]3>~����@†
�$���<�*���4�6��! B_��� �@��-6����!�j��C*��5=EӴБϸ0l�DrL`,��'Qc��?��H X�@„�*Ɍ�:�H�\�@�@����/�L�
1G��
�O!��U��0qD�/�Ld�/���/�i�<�hbP=:@*��J���$��A��A��b8*<@���J+��r�.�ؒ�-�!@���y�$f4t AI�'��%*D ��t��W<m ��@p��  P,�<B�$�"�-�E/��F�a��AS���"����.�(����
W8m���AuJ��dd1
B�4�ə��K$!u=�:�"�	w�F[䴞�8Ў�1 i�*=�ԉ\^P���$	%�J��)LHk�V�b�D�$���+P#�4�	�-RJ}��D-��?����H�Q���&��%�hұԭ�-<<΅q���-#
(�"7[��՝$b�@�X�A%�G\��H�%��5< ��h�*И�:渒�@����,ɒK&1R'�Ⱥ�C@�'���5A�8S
(W�&g�D� �?}Hk�>��C��@I8)�7�)��©ե�r��z�x��i��&*� ɂ��'��T�H��X5�EX�@�䋇/x�RHbc���@�tp��ȫ�q�)x	QL�E��� ���@|�	/�B����:���#S�:�n�m8�<rA@Y��Q�Z�|��"��:1�@GD	2�'�* �;��<���<9��"���`�:��Fy�$븁���z@d 'I�]x"j�*+�qќL!�(��D�R��F>b�(�OO��$\�a=/�(���!��	(���2�@�\�P�
��^c*n�
K1�iEg
��$B��"P0�&�H�@�p��X�	ҊW��si�5� M�D�#w����1�
$���@d
 �
s��,|!��������^(�i%e$���@.�N�� �HF�Ѓ���L���Cz� A
�cM�К-@A�G��!�
�S �P����-%w�g�[�P�/(�)PH4�x @V�4p("�9@�$����؀zW�$��0�'�R܂��TD�U�# �D:�����;8@{b�\����4q������0���c��i/�r�(�h�:�������F0���G�x���E+H���(��	�B�� �"��tL����.��X��>��PF"+=�iO��R.�4/���K|����xL�E����pC�A���n�B��DA�v��	�‘��Fd}1�M�ԨtH-�>�Ķ���/���(�D��"�%$f։�!��"҅/���u��@E@`��&L��0R�q����t��X"���JL��&��7���g�̈�~)ҁ�R�q1?�!v��� :�m|#�Aev����r��
b��p����%@!`Ǐw��p8��
pT�@�@��mɜsD:a-�D�0��QR��t"(9���C�A���A�
�	-K�'��1�	���S�� h@\}F���)J� �b�WҐR�0� 1��*ʱ��ұjy�N�77
$�Uȗ	$DHi�`bĞg=�h�%�x%r���0����K��KMj6��N�	p#�1b=�o��&����7&b�D��3(� "a�& �` 1���Ќ�|�7��pj��`V̐%`(�:҃��C�*9#���T����!@�܃�$6�
R��h�;�x��M�s�-3��7k�p�k�D(aω^��8��O
�|���'�bP���1��� HC:�`Z��2V�C���(�ьo����؆�6$/�S�(�p@�UpDf���TA�A�")T��6@{ 
a�@�`��@��
��x�pP�7���'LFI�x�9`*@��p�Kp nP��8'���
��7� 
���0��
�6��5P҄46lG�@`A1I��`
à8|y����0
�����%ɥ_ PL�v -�|(0W�|!`�7�����74���� 	��y���LV
�����8�`R�=�H0I�$1�*�����0	zp[�7PL�f��<���� g 3 !�v6������F�n�Z�
�o��a���f�|Z��Zb�������(/`�l�H/ bP�q!��
c�D��Z�f��`�[a�iR���0OP����q���G�d{�`�5���&Y� Q��
��Z+���>$9�*uQ�
q�8I� �?�59���P>Y��",�E��G� ��5�p�V)� ׀
�B� �_Y�@�@�"��
1�vY��qd�wy�z���}����!�,Yb�H����*ho�Ç#J$���}�&j��q���)�!��:�\y�߾��
!���#q�	�Dz'K{��
!Ѐ	  �@ǧS���˗NO
$lа�A
Q����}�)*�f�7H���"���u*0=S�N蠀�E�X9b}�ܫ���U�x!�JB�C�r�j��00(�C��|��E
�	�`8vʖ@V�ZpD�ݔ�{Z.d��:Hx�&�)��N%1��-���3
@�2@L` ����t�:B��:��7�Y�^|:@ �\x���B���Y���D(��N��?�009@��/��@@!��C
��M�$O �UX��)ɰQ�8y��P>��2p���d�d�T��+��
1QР����+uԣeB@�$(��-�K-���@y�`I����I�АK��C<��,��r�.��hB�#�G8(���c�"y!��?�l@�IXJ)��Ҋ/
��K.Ipפ@V��G(��c�@��VT�%�4B	��r�o	?쓧�
}/=�_#
 �Hb(�!��)�41�!�=�k<m0��=�O>��g�[�҈A���(����!4U~Ѧ�F8���Gz ��\e���A�x�A���K��.>�X��:�"�+�$l��"$	)�%<Aik�"��C�E��etb�B�lL�.����$��*]�dB��S�����$�^<,�x��5�F?ëWJ�XHDr�\^X�&�t��ߝT
���		:�e�e�Sȫ/��$h�@���&�p�����@��B��HVV^/�2�~�4��UX�H'�X�{"��q���e��R=ts$DV�C�0�D'�4"I'��B,�P�#h�"A��r
5�suOq��3�)Q^֌I�G�
7��6���A
�GQ �+ⷒ|ܣ!�
�� �u�]i̳��W�B��ްj!�	���C� ���R��B��7?=��Ɂ9�%q\��ܾ��U�O��;�="��B(a:��D"4�m@�X_C���X�����F��#	
�~4"h�!�@0Ցh�!F3

�q
T	�������_�!��r�1�)<�6���8�����!�%�	���@@!	o��c�D�0s�
HR�$�D%˨ˌ�P{��XiE,n7F_������} `��c,����]@�\?1
��b�v� �[�laB��G��9\r���"

@�7%@����54��?� ;�\�Z�!b	�i��W2�PZ�p &�G`�t`�V!/�dm
�������ȅpn�����/�m�R�����<��IO.&�� ��|
���\(��q���qX=����H`*0���p�`]��
�[$����P!U��"����2��� u�r��أ	��S-_�Xl���X�@Il�3"@T�0@�TIJ�X�)?�3TeP����4]�!�H�RC� ��!�eߤ�q��d�}\|�1_T�:�>~Ѐ�.d��MO�!dK��-Mr
JpN ���
bPG�3@�(�UI^�p
`]r�@�!D�.��-���e}�"�u��'�`@X�A�u���$q	�
�tl��x��!�%���{l�h��M,�b$(�9_��U��Bz �,0�+�b������)��	[D�0�E>���]�?�`���a�	�G6�� G>��D�q��MX$�˵��'^�2x�׌ �ÃX�!�qvT��[�Ƞ�@rS@*�3���R���	�&D6���K�?�GE��{�C�x;؁�w0![�B(�3O�8N���P;�Q(H�{��`6;ȁp�C���7�!m4c���m@,�[Y��2a2 u��J$�at �p��o|CڨF���hT#٨F�2��P:!��0H�Qx疁�7D80�	%�K5I�$DL+H�X��D"~�R`�@!��9�@A  P�B1�Q��$D����x�N�����p�6z!�E#`
���`�E
��.�pc��`2(
�Ќo���Z�����a�NP��"��2P�|�	qJ4~p^���b|�:qd.���Vk�S����	��1u������50�9��/>��X�V	�L�th�A��}��a�|Ҋ	c�	Y��>�h�96.�i�C	PMr�\�}�P:7�I-%n^f2��{�Ӱ
��
�
�
�x
�
�0
5 ;4g�\R�U�#U�P*���PA���|����`��
�P�
٠
Ӑ
�7�@�##�����
��
��g�MXV��P!2�����`�p�������p�0o!H�
  ��x��
����X� ?
�+nPMT�C�c)Al���Ch��
㰄ސ����u�|�_X�l�7PP�0z����G6��'Qg
�����w0���`��
�`>pd�����&1H�(@�a�`���ĖZ�`
��	�����	�`�0`0&E 0�$`�ΒZ���H@A�P�7h��U�p
��	��y�f�����j��@X'�?[r`D'B���v0����
u�@0OjK��
�@�v"+�\/�3�M`)	����Ni�p+z��0)�	����Xm�x�@�zq5�p���
��f�
��OZ��IW@z0��u�E� �8�,�
�E� )���`L��Y@r��
�l��>�Y��>��`W��D�YGPWq
�����)�1����t_d�٩@�`������9|�Y�!��#��y`D�
�p��)�
ǐ^L����ș
�@^����a"��
J��L����!�,Xc�H����*,ho�Ç#J��=|
��ȱ�G���oྏ(S"���-3L�0	#)�ʛ8���	4 �x8�r�GN*������I�`W�|V�	$�0�� ���.A�.��������#���]�M5����7�J�+�[cT@�1X~��3Di��&<�q��+V�P�%Pj�3��S�� � �#_�
�倂@���o�<8�����.�X%��`·s���^:5�D�b ��O���*����@�=�E��=�@ӆ:��Ï��U$��B��r
t�c
*��=��A�jC�� �D�1��P�*'��P>���I��09��D�$sF<�s�����!/
D�H��%1G��e@'w5�G�7�0��bK+��"jq�%�H�SW:	Ԑ<r$s�.�B��2a�9��a�Hw�4�uH,�H҉'���+�|r4��#R���N����%��"���Bɐ�X�S�?��������M�"��'|&d�,���5l��?��Z�1�
�@��i(�"�)���]�&��E+�N
���kи�&T+	0�s%q��a�@�f	�99��h�P)�"tJ2U��v��W�&t�:7���<��$�dl����cu5���|��)��C#�"d�/��d.I�kX!��9>TR=>��@
�PB%FDI)���{/���˴1\D+
!7�I#��5�y�A�|�oJ�?��dD���P@B!�X���@��›A���D��N�@��-ZEw��'�h��"�<�@��ġRw�#Y�M�l��)�c�:뛓K)ѻ,	�ݢK&c��7j��Iu@�9���x�@@"��"Gp�8R�Zd��jP���h.��@��
>�BFC��
��1r�s[���# _Q�	0�5h��r�P (��v�\b�qA���(�桃�<r$n�x?��`���x�%�	=D"R(u@B	 ��>*��`C�ÀpF��׈X ��~�0�@#
9ЗH`�t3���8�9~LL�	OC�T����@��
��p!-ڕed6<4�,� �"�Eq��!1I�@�C�_AR�8@�NT9
�)�ld��LD�u��v'�%d᷁�"�8�
�)6
����Y�?�A�1V��k�CH�` Pz�.D��B�	�}�"G�$�.]@��)(�F���H�~��1l �0��4�G8�� ��`� ��)��	O � �*��2dS!�³I��BXK��t��@!0��dp�\1�&���Kv <�CI;`0G
���1�G��]� ���@��T=Dx3���,��S���
D�HiA����T ��:�@�IIDe~BNE���Z�Ni_�B�L�5,0LJL��e�PRs�`����t��EH� f*H+~���a��P� �$",[ �h�� ^D"�iE;�Gp� ��PDt��t3E�O��
X� �/�"E
�����K��C��%�a
�
� ���'��l� �B�W�W%m/�0
��� ���:\����#�h(	*��Bh[\d�^P�I� ߈t�i�?4��|�C��ǩ"���d�M+�@(3�l !	<�y���`9�r|��G6�
m@N�H#j�^��;�0"&�l�*	�@p�����7��
�D��F6�a(HE F��
-�g
@SF�r|ĠшF��g�� �@�&�Z��@��q�*	Ճ�!,�(�O�;�G��ĈB�-{�
)�Al�``Q��bf:̎ �%��j����R�2���V��IH�ucU�+r����$I	(�O/$H�tR��dŰ��@d���Y��@x$�I!5!���0��ދ��_D!�U9A�q�x!��B���kAtQ�O��
�`����5�.mL#n�*!Ka8J\��9� ��H��bx��9�]<��ȁ#0�� S�P��m��H#1�
pP��"D��ixc�6�Ajhc�)!�i�(�HF+^��V��I�P�
2YU���6ȼDP �=,�D�`F(��?��hF4��rl}��	2�W�^��/~�
_�BRIP�ӂ�����'Hc �@[D�
��	����	���m�P
fӐ
�����/g���	l��<���'!
,ʗ, K�%Cw��@�w z�Pڰ
�0� ��B1S@5�M�$�c�G"
T��t+�t�`�1P���@��7�
Ƞ	�P}��	���0�
:�Y5�`$0�,B�_�n K�@N wP
X�V�aװ
���y0�w�u�M�_�C�p%����wl��4�nh��	��[<��
�[�+'�� bh�H'Q��	�@�Wq$%Ձ%!���1QEDP
b�uAF7�`��bI0���APA�b�`�

'=��Ǐa���P p���ɀ�
ُ|�WY�p)1Y���{�ב*�
1$	��
�
)	����`�/��4�s��mX�!6".ɓ*��PP��0�B���W��`�K9��!�!��
�aS9���@�
Aٕ��p)�p�f�7iH�ؖ��
� �(1�qx�eٗA�x�!�,Xc�H����*,(o�Ç#J�o����7��ǏZS,�@� S�<�O�@CH0x�H�+s�������
t�\:�^�tzj q�(�:�=�Lò�L2e��q�* P*��@���LQbB$�(:�� (��X�L�
��$�8�,��V�;�=���� R�Ll
Ñ�S�d�b��@ ���K�����D� ��d�|$v*���i�c�Q��T�/T��u�u�w��O^^��� �_����)���Y4ē|}�N��?�0�9�'�B����
��7mp�}@�U@��Cɰ��8<F�A_)�:^�SY�x���C��Y�3܎��J
��Fa��yՒ�
�B�A���F퓏:0D`�9��.���B�#�G�@Fgjg�"
M��2<�IXJ)���t
�K�U(�}�>i�?���@�X"I#�H���)�" �����5/
db#
H�(��JP'�`�1M`����3�8eP���g��4R�$����,�r	�`:j��ς!遀��ʚi≳��K���viZ��ڲĢ����A�HB�B��A��Л2m�䱰�k�etbIB��0A���̬�*upDhB�P��H,.B�x��A}�@�,֔��v�B
���x��B���dA�mB���՝ϋ`T�B�I�Y�2�@�HBPݭ�yГ�4�ƔR�򪐉�4�u�>ҩ%�X��ݞ$� ��W�Б�W哏2l`Lt�����B-�@�@��w�.��PC<S�d�9q<��5d�ep/�p�}.aS�%-B��EA�++�sO֚�D��S0�?�?�b�.��������tN�L�;H9�Q0d�
D�Ѕ���,�D�$���$��B(a��G����H9ڈ@���X��Wюfb$A��C�%h�!�T��������
Oȥ�`!A~q�@"k�(���d ��$2�D`6��l����E�(�4�(@�s�
��P ��,�/��B}��7�Bq���Abqa��2�PX�/A��wy�;pb�i�0A���8�-ZDJ<��0�-~q	0��E�5�IC��0��.�苕1�eI
@45�
0@:���o+������$�HE.rs�\z+~!��� �����t�++i�&�̱ 8*|
~9���0~g�|�c��B&��NP"�	&�	,��-`�W�Bq���J	r�\�O����f!������4!��@v
RH��B��X��@Gψ�~���4w*��OIP:�S#��-@!��]� �	�35��!$@���G��C�<��
\�k�#H�����|���˔pd
`�j62~\�u��'�8�Tc�� 3@�χd��ԉ����q Y�FL	�w���f|,q�X *�Oe=�d0���㈻��D<t �3*���mH�-��Z��)�H��eh"����z�[�D@�셥>@�sl��D,Š�
 i�"��1�+1	:�����BY�[L.�kb��`
��S�P�(`
[Hv�]<5���χH�*RX�A~��
y+}�}p�	 OD6p��u$���<��v��`/!�ƃ4���^&BD��
��=�w���@8ȡ
pd���F��1
p�2Y���2�=KC�!BRcf@� ��ohC�@u5R�l$�6�:(�)$�b�@H2�@��,(��F� a���@����"�7���t�tB�L;��Q���P,� ���퀴�xZF�	��@�fJ/$�ͼ���=X)�r
�Bl�"4��L1�@8ZM��n	�g=-EdF�Ɣ���r,�?�`M�5�� �2�@�0�#K`J�9��Z���D��
_|B��>

��#=�@]&
�4 �mBn�D0�����D�@;ݑi�c� ��  �d�� ��*nF:�6���Ar`�؆@ʡ��lc5�, p�b������$#���
<b�
�x��Q#�(�8��jd���.HЀ
l@�B.~��T���E2�p�T	�Cp��@���@�`�����"��]dc��9��D�k5�T$���& ��M�xTP@aGn�y�
�`:��z�
�Pr�`j
n�
*�0'
�X�l�7��3t��f�( $w����
��	�w���Pڀ~���(�`OH `gEg3HP�/P�a��`�1�S!���`|���	�`�0`p�$~H�1��I���H@A�Z��PH�a�@�z��`:p$��jP����<�'|1A�t��(�����
u�@0O����@b�9H��.��Id$�PsT���������`�K�P(�$�t�
2�)u-av(���pcg�����	�Z���(��W@z0��`w�0��`BM�a��t�	�
&t)���+�P�"��y�V'�*5��-��3&�\3iIA�Œ9iY�0��鰀=I�C$�!�@�E)�P`)�p�P�MYG�p���ēW9�3�
v��Q���e��&��
\ɖ�&�rLy�q6-!�,Yb�H����*(o�Ç#J$�_��&j��q�=qq�I2%�3���u\�� ��ڀ(`���@d�&Pe˟,�E�A		$4����A�P5��
 $t��@M7`b.�ه��D9@�@C��C&	r0�߁S��ѴT�
l��+ٯCI(����әi�ŀ&�qv�*]�s%@��������Mͼp$�E�%*[�t	le�@0
�(�3vKhm�ɃC�-��N�B��ЍQ^�v�q?`q0�`Cl��ڎ��C*��g��Fy���OCπ���Iv�,��S��y��=�,R(Є0���ʭC��]&$�8h|���C�s�`���	��O!���O>��� L ���-�dB���PC���?=	T�H@�
��}
��$�RC^t?u��O=0yQ8*<Ё@�K+��r�)��.B���ɐ@t#$��
H�@�I#�4�%p�t
1�0�>�Z@<m0�=0�/LU���#�<�	�4
�$DL�8�
�ӆ5�$,����,�lA�x�A�䢈?��y��ӆ9��YP=�H��{d1�$�d�����/U���:B�k�=�Tg*��trP'��hP����s�*�#�&5�����H�P��Hj�v���kl
��ǽ_�R$�.B��b\A���Y }����K
��-�u�@'Lɳ���$�ZY�.���@8M���#�h�]�2XЀ���%N?�I"m�I��8�2����4���c�n)0D'�d�
4�ij�9�42�$�$K.�0p�E�R ����<�@��I"��3�?b��L)�\���D<E��}��_���O<?�5P�E���6���ʪ<R�+�B�nےJu@Ɲ&r�#0@+G�7�`�HG�҄���O�n�+��E�f|O*�‡,�d�� ��+���R��A�tp��r�)h����D���H�DC��0�Y��V��0�@@����B1��hs��%�
�
��������T�|&Y����5��E�P@� �� @0(��B���)<�6O4� ��A
*���h	
~����:n��P��H>�����B�|%�w�TF"�(��D`+�9�����3��l�U����� ����'�xB㞁@��������@p'�	DGm�!$�t�O+�@!��%i
���[ �@RH��P�dRȢ^�#,� ���YFd�JC��2��K���X��% gK_�*
�T`!�(!$ �䑒�0a 
P���a�E��hD'JqI��"U@�T��+bf!(�����:T�H�Z�!���p�#N!���g@(Ӟ�Ciz�`P�-`�G�/j�⪭�DF�J<�)B�L>�$	P-a`�
H�'�G2^��x��x)��SE���9r���$�,k �@�Dl�H+j1M\����& 0�Med4�C���4��h�IE'K5���X�&t�ׁ�8$PB���31"��6� 4�A|¼tL�q���=c�h,�O@�V�5�*n5��`��5����""1J�� ��${�)�e&�n�����n�B�A4A���B �GO��gBdp!S@Y��t4h�d?�q�-H+~��t��rK���.�%�@������ �����
�T�,`R����-!4,/8�Y���p���@�
p�D+���$BQ@B溄h�yr���fD@7���i�؃�;��t���6��
o����B��ׂ�27h���z"(DA��a��9��j|#�h�6���f���" �� �H�V�7I���q�
<�� ��lmT���F4b�lTCٰxB�Q�',d�~������(���@	d4�3ȌC�ͨ����@�P����2�b0U�ڈ���JI�y ���_=���Ł7�$H�86�j4Cx��`#��(�YxZR<Xyāl��y�
bP�PaQ�
@�6�����f	��S�@7��+�8`���aoL�x@P�I����@���/a�&@�� 3��)4��@��
H5�ܠ]���Az�-3|� [8@	\h�DH�5�ˆ��?xE.xk�Y	F?�ax�%�(G9��� �0�psb���	��
�"��I`{�US��/���@v�	�P߰
��
��n�x#7�_���T����?�`�!w�H 8|�0Z�	˰
�`|���	�P�@r�0�
�7
H�0
���P�����Q
�<p[6"�aD�Ұ2Zd�@�`L8� 
����
%x�$7,�؆��r�\���;,����b���V�� 	�Є�����P
VX�l�Y�5�@g`{�}�T�f'�����A҃a3 �`
�P:|y����0
����vDF� �&.a2�!�+�tQ�! 
!(�@&&��� 	L�y����X
���Qqv =�8�p����ˤEb���0	zp[��7PL�
�$����g`F�',����`�	���T9q�ݐ
��d�.�\&-�IHh!��>O�$��IY=P��)�p��!e��Ơ�~Ssx!�W��
�@h�N�[`�p��@[����y�`K�h��?4�@�i���tS�ph�	T5����A*4��J��N�$�!����0��p�?A��.���*�6�����U���T�
7��@�	�!K�QK��Bp��)� ׀
�I��2����
���"�Ɵ1�
j��;�05����� ��!�,Ye�H����*��޾|#J�H��@x�
�h��Ǐ���2k��\�2�**:0 ���8s
�o�$t�Р@�(!�\*��@dLH !��	@H`�ӯE(DB@���TqZ�]�����PU�B�


$Q �]����K����I����Zˆ9h`㺏s�׆�&$�0�&�-�ZӁ���qF^�ڿ!&�@�D�+Y	� 0����kc�/Ut�8D��B��䈽b����!@��$�X�Z�LN���O{�L�a�DS��/�����#�<�0G^��S�<�B&��"Q+�41����!By�R{�,c��*�LTK*0�Ȍ
9e#D����" v�A'�+��a@�Ɉ�@���%u�g$sJ���P���A�b�@u�q@��0���%����,�$�K&$0
��)P"�h�AY�G" �4��"}�I)
%3�Y�s)�
��D����h`�LB�$Q%�$zP,��2ͨQ�X�1�B � �%� t�/l�Ū�����?E����&Q�%��g�-���Q�8�P�9m'�$�i�����p��Q���.BA��PbI���:%�;�-����
�ɔFj<:Rg���(�
��%�X�H�xJ�A��@!��O<k����M�@f](	%��/�)P#�XI�/�00�H�μ��XT���Qt$�X�����c3�,R������uO>�q�M�W@���"�ԓ�?<��M+�$o,�
��/x`*-�R8k��Q!f2��+��X�9��~�&��	���PC�:

NYTW'
l�Yģ;�ס��.��J�yEA-K
�a��ÌY���@��@+���H)
t�/���Sd�F������ B5��#�H��	J��p��)H�fg ���>���
T����#��M+HM�� M8�G�Ѽu�C>����,�G�2?�����B��*AN'��#{�5�(�DcI�4)�8#��Ӆ$��Bi��D+eta:H7�uD%�8`�.�5�8�	������@���Nf1E��X�8B^0I�p �(7u��M74�A�@��!�i��"���l1���$�h�
��P��}@� �h�$J�
���l����U�$A����1�A�
�9�F+H.1�!"��A"�����%�A��\d���=!�F�"����'@���d$�8@
������� A\(��h]
G�Fa��+�~�	X�����
  @$��T4��Į4�?�#

��
�`f!�Tq��@ �*CH��&ʐ�z�+�.�|�@9���R�H�L`kiaA"�]Ȣ��(Y
O�2*
��x/ �AFDz�Y��i�G�)�Ś�։E4���01���>�}PBʊ��%����
D�G2bOHBG�-|q���U�F%�t)�PA\�����ackE�N�G4��yٜ:n�.d
0EP����hCcr�[|0���W)T��\��QИP"��i~l	0 �I�b�؇9�1�H��f*~�TT NY�,�^�S���I�V�[=���"�[����*L�~(��Dp��~���<�w5"�iD4	�R�`mNqJF[��	h@�
ĉe�%1�t������)(��$f�b�Ғ��C���f�dě�s��DF�,G	�H>�!�w�� 9��
mh#��̱-����/q�*Y)�0��'��a�`<��r�����7��
[ �FA��LD�jQ�HEKE w���@4�
�d��A� ߄�� TX���ƥ"&�
�p(['��� ��U$���n���!<A�
��AV�b��)�`�,/��hn�W8:!�@����$0����<�������<�0�d���P��V�r�0��x
�a����$*+�7ơm�c���@4PD� ��B�S��@�0�@d �Pa�:�F5���P@u��)JW��~B0�P�� ��@Ёn��c0P�U(�@�ef��x�D�8�K�P�����4*RNL ��� _��l�p&�A��@z�@��.��r���(G�+B̄D��D�2r$]��xP`��u�r	!���4���D"�p�;����u�{!{�w�@aZ�0��@?��	\0`pPL
�
A��G/�N��U���z��}�
\�}�n�����? B_�@�Q����z�{0�p�0&N���|�/�8��
PCP��@0eqCҀ��c�*���PZ[��}�0
�0ڕ�����G� ((/+�'.,(�S%�#12�Q������\8m��Pi ;�cҀK�8 D0Gpra�BG�$�`
��u�F���o�@�����(���!�v� �
�_�y��d��0'�8'� )��~9#Q��!78�w!)�ɧ�v���
�K`&��!`Peި�_��H�S� �"��p�!)�G�91&�p!��B�-��
:����?���q
q)i�,�>) L	���FS�-Iǐ��1��1M�(�o(�1��sX�
������
��!�
�'��H�
��d|��X	����i�b��Hy�����Y�"�H!�,^e�H����*�/�?~
��ӷ��ŋ��Q`nj C�����
	�+��5Gʜ�О�8Q�$��e
�XG�hQ|
ۀ(`���@d����g�+F�'�E�A	$4����A���)��ū]������B�h���L�������r��a��$���i�y����i-�6�FL��d�	Tc�ӧ��Kg��@<����[�
�!a�Fi�����Mͼp$l�؀�K���(�C1X�F�CkO!��>�D!=��0q04Dh�1�,$�!*�z(�p����3ʁ���g����Z'},FO>��
4!L
���쭓O� ($�P�h@��r*�1Df�?�,@^C���L ��r�-�dB��@`���&գP�B*�H)���!@tZ�O�P�@C������.��R�)��b�-	ݢ�xyO��C0�c4t� AI�'��%�*D ��{��C`<m0#gA��  P,�<B�$�"�-QEIΉ�F���xS���"����.�(���&j,�aξy 	���(Y҈'���/U��tn�L괪�'��ڮ��z��@T;�oD�L��(B�	@�c;�$�X;(���0IஸnDK��"���2�@�h�H'Q�H)� Lբ�����?&UD�D��#�P�#�H���o��϶��@8����#Oc��_4��PmI"sw��%ib	��8���"��TW�l�@Ct�	�@cN<��J�IR�.�$K.�0p�I�O�]��O ��	��$����L)��/��K@D���.H��C��@I8Cb��)����ܥ�r��n�Y�L«�VDҲ#0H� �@�!(T�J`&�.p�	�	$o"�>"�z��zP�.��-x�V_d
���f�����
x�:`/��"��5����^�Um 	
9��a�&��JgI��0�����#����ύ��0@2�\�P�x���f;_8�S)�H�!u,b
0��Fd�P U@.�w��y�irP�q�"CK�nPl`�I:�HV����<�D��d�nЅ'�ư�����
�2��2h�
@dE�8]2$���	)囏���$�jaŁ�Ab�ǖB�`�Y`���Ʉ@k(��2���C�%�HÁ�"7�BH!�`t(���U�S u1HGF�N,��i�+@�;���J8�B9�H��R�j��V�b ��'W;��B�	����B�\�@����L曔q�t����:Q���"U@Q+��3!8�v)�:\�H��&V�����#N�ҁ�����i!�!@�h�`P`t (�����B��R݊�%!J��*2�x�e3`�
H�{�H2^�Pyn �-`	SE���9r��Xd�M����$� \�E*XQ�\@�X,P�M@`
(;�(�X��H��X�
8�JB[�n�m�z�'�[���3���@����I��?��`�UI�$rKDp���E|���C�x`c��T�]�J�B =�����&X��a@�<�H=A@�'��
�fD��:��
M$�i��'�� \� �.2�|�+���T:�>��
�^�b�2U�?(h<��a�
s`��O��Z'؆���H�H��Af�B���<R�0��
��EH�W�Ba~�J084[�	��p���D�4#��(��|d���1F:�rJZ!c�<�w��@8���od�?�͵�V��N9��O}AP#�-D��Z��9��j|��6���� Ÿ��H'�E���&��A۫^�E ����kT� ��w60r��<Ai	�A^�;<a���B��� h@��F���)RM�����v"�p�� 1��*��Rny�[�9Q$�U��	$Dwi�m�G��jZ{j��c�(���0�����K���M�6��N�	pcH���A�ۑh�4��7�1��	���@:���l�'S�I�1�	D)H,�)4�.�h�
b5��^��
�3�&�2�F�p��@$=�;^�s0���oQr�00`�F��$6�
h��h�|ﴟ��s��.*3�š�n�@T������=e"������D/��m��ގH��	�@�h����s\
#�2	
 ))�! 1�0Z�	˰
�`|���	�P��
�@s�
� }!}��P_p�a�U��!�pU��3�d vdd�RP��1`D��p�p
�0
�`0� 
����
���_ �!h$���\��P<�s�A �2p!�az��4�z� 	��������P
㐂��osP]8uP�f`zA��f�@`Au2���0�������P�P
�
J0ah�_0  �4�`2�!���ySx�
w�9,�`���|���	_ h���oэ!v =�8��dB�X�@���
��w�>p5�j�c3�����q1�b������Pjy���	f1.#�e�SjQ������B��-�t<��MЏ���-���!FY �
��@h�1M��V�pW	\���0(Vٕ�!(fI���0�jy�fD�Jqy�Piy��AH�p�ŗw�D���<�
���yN�@p��va������	�#ܒ`�0��)��
Qw�
�Y�!�p
�@V���2�
qDQ��y�n�5�I��B�i���4�ɜ���ٕ!�,^c�H����*\xÇ#J<ho�ŋ%�o���[:��Ƀ��X������N�,�o_J~���`�đ8�����$�vJ�h�߳!0!���	�B��h�p/_:=5��A�4tD��}�lp��p`�
J4�
((���e�k��3e�
H�Qt��#6@0P��˖��[���$�8�,��V�~	C�=�	�˷/_�@�� ���#a�l	d��G@�W�~�|��B���j���l��BH�T ��W����}�@>e��*	��K,G��:�W<*��~������.�R
������:m<�O<��g�Q*�(�T!8�"Da�M�$O �U��)ɰ1�8�
�P>������?Y��x���C��BL���BE��Je)���	�,��RK**   <s�%>�h�I���:0D`�9��.��"�&�
1rpDL��?�,���k)-���$1b)��RK+�(��.�$@e���F}�>B�?�х@�X"I#���)$j��0� �ô�V�R�dY��(d\��TA����/������(s���3��c?�䳈�(��)��(��[�,�r@j+�n:j�#�`��@VF(���'�Ԋ.�4!�)s�?֬�N��$	(�IB����OS�"��C�<�etb�B��L�.���5YH�*x��eB	�S�,]�$���-�xrs���F[+��L�XHD)2d^��&�t��"	Tʚ��		:6yR�6R!Ȣ���@�Y���#�H�{��
�قʛ��@r��ߒ�L��)
�k@0?��"�`���LhA�"@�U�3�C0bB$w>~m`Lt�H#�t2
-���%|{Ġt���B��A
�1��`Cs3	���g�Q�5�D�����:0l���[)@W*E��@�V�*���1X8�'�����Kj�HBu�����UYhL ���� )�@�4�0�V;�T�sl �t����+t� �2:|1"2�:
��T
ux��?���
H�6Rܢ����"<b$A�ـ0"h�!�@d����IO��q�`	���ٯHt�_�!��E��QL�(�@
�a��H�A@<)�K�xE-
I<c6� 
��#>P������jY�d�4W�\iE,�'I_|o���� ��}�`��j,����]��,RL1
� �vt� ���l�D��G��9z���"

@�C%@�9w��?�=�\�]�-b	�i��W2�PZ�1!�G`�t`��V�0��e
��e9#���-@�;�x����ć?0Kҁt@*�I�B�nD�(�/@�9Xž;1a0\0!����	L@�`F�L�.>�YA�q�Q��� *K�[����G�0��Q@�!{4�N��~�e�w��)lE2�X�@VCHE���2��%�IfB�ے�bY�3�ePlΚO��!PH�Q��-�xh9��$���@>�؛��
H�Aֲ�4���9����c�jr5�\��%<A����DE�f��Q�b�������b@��{](�;�[�2Fm�a)�D@� �N����0`��S�+���I����� ���� )�q��bX���%��}H ��P ���"<I�����Z�U�m�@�
b�֒����a�E��w"ք-�Vx c�Xw!.���I��X��*f�=sڑDZ���Hg/i'|K/ �\ȗ�F���A�� ���S3�*X:MRdP@ �),B��D���B���"�*6j����w>�y���`:�y	D�
��8�3`<�Pg��D�)��=�w��@8ȡ
pd���6�1
opb:e!�"�u�E|� F&C�������M�@2�
w���7���j4] وF5���jD=!�(H�R
�/U �~�=�@�"�V�����$��"	��f�R����*?D)�h �����T� (@	��45;��&*0Ld�O<���w'�ATq�fHe������A�G
��]T@�,X�@b0Dh�7�b�ಅ����	��B� `|vd@J�8��S��2�J�s�_#����U�CnM@�{��{�!!XB1��rp�`3�b��V����`
D�3Av��& x8`�r;,�b
�@b�
F�pLPM�[��Z�h�pKwu�t1
�PPr�_���� <7�L!ţK��`2��{�Ӱ
��
�
(�
1|
�
�0
5=Cg�_��X7C%U��1<���%��Ph�A���|����`��
�P�
٠
Ӑ
P��P7�@��$�����
��
Ҕg�P(SI����!2������`�p�������pՀraH�
�!�x�
��רX�  `A)S4�� xAf4�0�V�
�`?|p��X�0��
5
:�
*0�2�l�\p�Qu�b8��a~p+=�{a,@N����
��	�x���Pf؅�0���'Q`1I `q���!p(�T8&@/��@$V���]���`�8��
ư
�~�T$\I@O0-J�"��H@A�P�7hPc�m�p
��	��y�f����UdC�#�H A�����3�o+�����POC�q�I �S!��
$�mB\G_�5��M`q������)�-���,ȩ
ș�U����ys#g�{(Z�U�y��	,UA��ɸ��qT��@��AZ��°���0�������4΀���%�:����'�F�����şѵ�;Q�%��*�1��
��R�v�H�	�:�%�pQ���1�&j��\"��%/j
z��F�
�p`�7z�
ǐ�O�P�C���
�`aM��E�.Z����
I��&�O`j�� !�,]d�H����*\X_>{#J�H1!Ċ3jd��=|��;HK��u7�\Y�"{����`�mX�T�q�?Zf�aFR<�$�@o�S����pC<���{J��?z��uRq$@ĝ@���x#����
:Hak@��2��g�a�$4a�G$(_�ǎ�&jDA`	n���W2�ƨ����g��:Lx��ԯW�X�`K������?:��@�`G�nV+��|���yp����0�\�JB�����lG�F��cO:j�S(���rJB���K�Sb��=�@ӆ:��Ï��U$��B��r
t�i%J�=��t�?C�� ���1��P�*?Q>���I�O>pS䀊.�����V*4d"�46- L�a���T�
�@'E�G�7�0��bK+��"�qc'�}OwE%D�@ȑ�)�t�
�����iAM�ӆ51%
���!�\"I'��"�B���	h� �_=G8R4$y^�H'�Tʙ%C[�O=��RZMA6�N�"��'�&d�,���5��O'�'*��Ã(��"�
��JNU�8�?����A3�S<��&���	9K����AQ���
�Ј&	��,B�$S�u�G�>q�5�B5�sCr�`�#	I�
�Yz�L��o���@&Ԕ:?G�C##d�/�tf.I�-j"���9'굝�=PC$�D	�QR�.���;�K-�w
)D[�`H'�04ݩ�I����ב�3Oy��*�e9�G�(���P�&��8ˍ-P)�Tg+�4Q�2!0EG,E%$�-,�U�rzx��&C/��#�$	�	�1@)��l^�}M��j��6���`
z��ꀠ9rQ��M�;�-t�	(� uQ�?l�n��1�I�'���E)P'P�Ho����-`T[*�-��@p#8*YD[�������($�5��� ��Z��^`�8� �b�Ia��o��!@��d �[Ё�ЁD7����lf@0��
R<���"�]ʈ: ��py	� ���ɡ�9g�+~��BPA!X�f4Ґ��I�Hb#BVDwS��r��8#��,(qAP��y1�H��EDYH
�l��+p	.����)�I��r 
"����z�A@P[�d$�@@b�#���қ�@,!��
D�p�Ը�L��Q��G�4e�:�����t{B4����W���V��D�cA��*d	lZ�tA
J�����B�_�f#;�!��� 
���R�6��7�)1r�vj��4�������GU�6��s#�P�S��$�'���!$\ �]`(M�/"��~n��v��PA;�
bT� �]A.�	��k���6���d$Y0F��� ��&Z1U�
H+π�����(�S��4tTx�ꦺh��@I"kX��@�ͩ�d&�P�N�Mk���A�T�V�B0 �	H@"�Q@"ʲ���NM�E$�x�VXt �pDA�MDJp(K'�UT��@�������(A����NDS0�N�D`��0gy]����AFb�8w!t�?ܫ�68�OCJqV���J�@�OD��Y�1&���N�nAp��xa8��<<� 
��G�x����D4�_��wl�AHk*����%R�<�y���`9�r|��G6�
m@x�H#jqa��e]2"�'�.	�@p�����7��
�D��F6�a(�E JF�j-|
@&0Pv� =�F4�-W?E�B4ׂh,�5H�NL�
e)GA���<z]&F
� ߎ�|$PH	b��� �*�J�y�.A�T <���H�"��`A(�����F�H^c�\d�����P �O^H�@l���:�a��C@�a�r4�ӝBmB(`�a���>.W���B�n`� �8A
4����
!@P�y�� ���'��E$�7A�b�`+��@�
�SD�@��
E�UEVP6�X�H@A�7� ���@�m�xc@/r��� ��"T0��G�Aj"�� #6�l@?�g��.��q`��������P�:�"�xq[q�3�bt7 BS)�W�
`�G( {PW?�
�
�� � 
�
��
�
��j�y1N������
���
�!6V�F`� �(��0� �4�
��	���	���'p�P
�Ӑ
���� 1g��	l��<���67}��!��	���30��@�w~�Pڰ
�0�@��Y�U�@5���$�f�`"
T��w+�w�`�1P��@��w4�
Ƞ	�`���	���0�
:��[_�`$0.]���n K@N wP
XpY�aװ
���y0�w���Gb"nj6C�'���a{���T��h��	��[<�Ч?[�-TF�����95Q��	�@��Y+&H%�$�kh3QHU"D`��a��A{7�����I0�-����R�ACg�x�
?'=�ȓy���P ppDI�ɀ�MYQ�5����2yX���ؕ:�
1dY��
�
i����ɐro��4�0�X�+!N"nɗ;���R��P��i���!��W��!77�,�G!��
�ĠZ����Y�+�p��i�!K8���
��,1�q�����A��!�,^d�H����*\X��?�#J��P��z�(j��Q �}�����>�<:��Ȳ%B��)�Q�C��P�'�}�B��G��,H�	I�P)��l@Hq�:0	��J�|���0@«W4t(D�A~e��g/��5��F[
@,V��g�院Ą
H�Qt��#6@0P�����[�H(�q(Y._�~v+S��w2R�Ll�
�S�d�b��@ �������D�� ��d�|$v*��s�i�a�Q��U�/T�$�K,G�O���<��S/
���/����)���YX4����N��?�0p9(�B����
@�$Nܴ��|�A@[
T�^�%�Fe��Z���c�VY(x�BD��Y�����J5&DW�)�D������P��<5�>��C<��,��r�.3.�
1rp^#�Y�E�,bњ�-������J-���.�$��b�6Td(��ã@���T�%�4B�$���*���'MɦEq�"bA?6���rJ�u��	���
@��?g��"����)�$�#�($�/��Hx����u�Ez �A�e��A�xB�A��҄�HIe�֬1V�{y�o`�{�$����0x��?#��L7�lЏ
s{@�X�P'�\L*��3D*�Je��=R/)��#�XwФl�T��%�y\�pk�+�H)c��&$�p�e�W�""��I�ԫ@�h-�&��x+�t�*lI��=��G(Ҷ	�)
�]�ď�j�"�$�'	��e��vTZ��i哏2l`Lt�H���B-�@�@�x�.��PC<��]�3G?��3�8�E��G�
7�06�\2�"��mP�B��R>��J�2�;��c5���8$��:^a]xby�b�A^�<@
H
p�B{.q��ב��+02G���V�t�ĸ��O���@�X�uB	�Y92xEАRI��T��(E���5�#	
�FA���e�(D����*��A��,����iD-�H�_�!���0�)<�G��HF�l)X�@6�����.@�2J��I�
 
�p���꥕�'˨�o�� ��p ��E������ B#"8d��7��e�t�8�H}ŀ�a;xIP;^�5[�B��xD+la[���� B�((+9�J���(� �5
�\��B��
�.�IP=��t��(����^P�圑�\���"7V�B�D��pK!�]\bMl(eA�$T��a0�/!�����L@2�F�L+>Hj��[��(E��<���8��+�X�Bd���4�#iS@��䖭�e'�GƂ:�*A�	�U!̪�\B����t�I�![�"_,s�A�!�ĭQB�Z�0���#��A�f?�T�K��>~�O�L���d�C���X�i���5�7Jx�I1��01��l~@O���%'h�� ��A��$A�xOD,����''A ��L�H�P"?���l@�,g��>"�%���4@SQ�&xyPh� �@i��zE�Y��n���	r�0�	�'W"�dy]bt� ,��� �p]JS��@���?t/@ 
�B���<�X	���#0��T0� �/��J"Z�Tu�}���l���H>�y���`:��wFē)��b�P�"$0@�jx؃�p���At���G6�
m��'^�E�� � (j�����j>3�
w���7���jt��F6��nD	N�²R $U @|��tG�#�
�0�fhc � 	�pe}a���R@p	r�u@�	�3A�P�sD	�3H#@���B��0�4!&�0P�UX<*��D[�9db<�mդ��)$�
�Ќ�G�yj!4A��%Ĥ(��Lidd�������r@��?mMA�@u� ��hB����#K�J�9�Z ��D��
_|B#d���p@�7҃�Ũ�y@�0��&�~,���c�����@=���i�� ��  �d|� ��*n0I���ܜql�#�v1�m����6�Q��2g*�JC��X8�H���D��FL� ����� !
cD�]�7�
�l�� �$���X�����
��
��g�LSW5� x��/@2��@=6���`�p����ٰ
�0�P
F�z�
@!�5x�
��A�X0Y>w5L��P|T Ca�p���
� <�@�
��uްm
��
*P�(
�X�l�7P5K����( \w5sWR�����w0���Š
2X�`>p�������X�7��!���(&�)�o/�Ơ��an�@�`
��	��|0��
ư
���@ ��$`2s�D7!
h�DK�qp
U�W���p
��	��y�f�_R
�
0 ��(�M�3"�R30D ��#1������
u�@0O���������HA3
B3GES!5��v=������r��0���&J��x�
;٢.�q.az(�:)�p�7|AY��	/Z �G��pW@z DO9�`{°dW��B]��`4(�yq�pE�b�f�<5�זe���%�e�U�l��,�
Gz����u���\5���`���tD"�𖑩t�S�*�p�X�I�
ǐj�Q�9�1�`V�`{���v�5�� ��
���-tE�����)M.��!�,`d�H����*\xÇ#J��0ŋ3ʃ��Ψ� C&ԇ/�?~o �(�>�0E�'ʐ$S=���@T�ạ���D "4��a
�>�`!r�"��HhPA�:}�����:*���
����9��Z�˘`==Q�x ��6x�I���;��rMl�>�F1a���:���d�8��v[h`g�n�ҕ<W2$��;,>~����@a\�����J��V�X���r���&�<8&C��ky+��r�QlD�|"��0q��lЁl���"�!*��K(!�-t���3 <0lҟ/%#���K"R�`'}�DO>��
4!D�$3�{��X�($��8h����C�s�`�c���O!�,��E�0qD�/�=d�/���/h2��<�h�\�����Jy�a��-��!@>�(A�S-���E&���(D.���J)����-��"��pϦeE0f�=�0Ё
$A(�4�I#�X"�A�:��+���3�г�@��� P,�<B�#� I#�pKB�D@��9mX�A�b	~M��"���'��K.�(�C�A)n8m��#	��(�<b�%Жw+�T@"7zb�	rA�x��
/��A�<��Aa^;��"��L���4��h�%�,�$�
��W�+��F��qB�rp°$�0B���^A���Y��͛��b�R
��-v�@(�LI��а$��Y�.���@8���F�$�wB�,�
(a��X"�#�$�@��n���a%A������4���n��)0D'��
4�ij�9�42�$�$K.�0p�-�O��2�B�C@�'�����.�3���+��K��@��'0��	?,�W�("��G<~�0���I�ѓ�`��xE��R�� � ��J����B�: #S9��
��~�H0���fi�k��'���	D�H�Q���K� $<�*H<|�
��\�D)�C�=A]!�@:�k��+��@�1M�c���Cڀ	���H����k������I���^�4ä���Іp)�ȅzdaYȪr`�,|�d!�"/��E�P@v�� Ë @p8����)<!9O�� ��A
��p��	
~ܣ���:n@�@TOBI>�����B�|5Q����&$�(��D�/T /�L����3N���Y����03��C.�x�#��@$^D����p�@�$��	�K�S#42�t!T*5�!�P&��	�![ �@�H��P�h�H�^�#(�!����)Jd&*HJTY�@��R���X����%lgO_�M
*i	(@K	!� ����	?Q��q�V��hD'JqM��"U@�dZm�k5A��̖���!?(@�X+Wa���<���q
Y��8CB!�4�C�zDw`P�2`�W�1�����DV=K<.�%� $��M��E��l@Wa�?��
\�����#Hq��*�eȢAd�0 "�� �ġ(<�G.R��ZD��lE�	LA�/E(�Ő�&”20`V����G7��0M�ӷ�yH��S 1C!#B�@��">ByD.�K�$f�,��49�`����!�]�ǎ�Z�`e�]�a^,"���3 ��!?V����qva�0�
�"8���*4���D�8H.��x���x(D&`���"Y8�Y@@�����hwゴ�%��"��*�F���5
4��A���� 	hBX��Z\E�&xY ^`ȻH��#֣Z��R$��&IPl��Y/!�հ@&]i'�'̈�w"ҁ�4��?�!v��� :�m|#�A҅�ظ��gn��i�. �DP�����:�r|�F4��mDC��̵1D`� H�$��
D�0�rE�d`�@��-9��o<\ըF4�
�`=��F6���o�	��o�ǀ'�/!J8pD2P�
�`B㰺a�� I+@Tτ�4��!#p� ��@��6�r�9�S��'p���@�̳CB��/'�	���Ǥ�X�@lI܈$#
�Wxo��x�Ӑ���Ġ ��8&�>��m�I(��$�ȁt
�7��e0�\@��7�P<� (�$��	P�[ yD�J]�(�0"�3 �� �y1As7`,�7�0��&�bVr���N[p%�@qD �p��\h�?�
��_Q-�M&��Gp���`4��!
�P��
-�0

�0>�N���0-a��1dN"	25X�P8�q|,�4`����
�p�P17�WvT�{�*p'�p
�q t\� =r&�]a�!l���0Z�	˰
�`|���	�P�`v�0�
�7
QH�0
���P�����Q
�<p ;S���� �aD�Ұ3�f�@�`�8� 
��J�
zȇf7�x����\��`>y������>!pq���
��8� 
������
W��{�

��6f `����@�z	n8mHTp#��l&���0�������P�P
�
J�e�ti  ]pd�v -��7%@,����f�d�`��`�|���	_��� u`&!�`R�=�Hwpl�8n�MH�h8���
��w�>p5�j�C1QE��`�pa��0.��e9S'�'���)S�ݐ
�������@7�ZA+�Qb��o� ���-�"
�9�v/`����T)���"�
�@@h G�9[`�p���P_�� ��I�`O0�8�a�(DJ���tW��l
�5�0��(Ad4��gz2Q�:�1���
*�� ����jW�
���^8��`S������C
�$�tBf��M�� ׀
7z�S�!���
��$(�1Z�
j���9�p7n��s��`�*!�,ag�H����*\�0Ç#J��Pŋ3
�go�C���ا��ɂ���Ra�@ҝ�Y��?�)�F�d�H��ͣGUQс	e�%0�H�.�o�$t�Р@�(	a����QȘ�@B�����A����P��"�p��
(���m����XU�B�


$Q��5��������r���e��0b�ºrk���I�$�Iv��V�t p$��׭���o�	 4�JVB<$Lq��I���X���]B�)���d_F��g�@t@
$A+�,���	"-��Eϴ�ZJL4@�x�rv�q�
2�$�D���fN
t�
����C���S���Y�K
ڳ�a<�/��Q-��P@"PFdԔ�S���X���C���9��d���Ǟ�!!���)^
��BU��i}�t�x�
)�\�	(�ȢKB�dB���%���JX���AK#�,"P����P2c��?�B�a�8�*A+=�����$�HB%Pʩ��J
 ����	�1!*�	B�Pr	B���F]$�>�aJ>��s�	�h�%�P�I���

�j#�+��	5a��v�HB��k�)ɜ1@x'b>��#�����P%�l���QB
��b**�� ����F��E(	}��@�X��%�|����r#>�ijO�����ׇ�P�+���	�5�ɜ��Cܴ�@���I���F8�1(p��$���?�P
�'��rdA�$q/	=��=��ӆL?d�l
��,�L=��ÕMݴ�@�B�@���Gf�d3�0s�I$��F<2([����J�ekrɢt�	5�T�P$X�H�aD�v�� 8@�A>�f ���.J�-J� Q -
b�ڨ@d��FD���I��8���/��:h�/ֈR�H �����`	4�;ڟD^kŀ��9�`�

�!rH>����,���D+N']��<�@ ��)�V��,�E�X�
T����#(�N+HM� M(WBtȐ|�e}B��i$ɒ��g�b ����G���!�����E�s�F`�4@l%���8�8#��Ӆ$L��B�k�]%et!>H@9�Q�$�8`�.�c��8�'������@L��pϋ1E��܅8�E�ɐp�:Yu MQw$�A�@��I�m��"���l5���&���
��x�}�� �h�$��
¡�l�`F���.�$��@�5�T �8�=��@Hz�l��!@C�8�?(CNfK�� (@�P���/��'$�Rđ���P@�ܤH�B�Ě�����g�7��xu�-�����!�;�B$`�"S06��Ph�'�HG*�	Sy"[�x�@�p��al��x�'II `�� �J�#�H
_=�H
0A����S��Hp�d�`� �&��6�U�Ѕ,������H����E��X&C���LA�z�[�[ �l�X�dOA<�1c�K'����'e��aP`
�@��q$#7�$$Q6���� 
5X(A���G�v�@2�M�?¡���Ⅷ��#��$x�r��
(���I
��
���JP7b�@�+rq�Dg
���͘&̩�L�03&���w�A�/>��*�(�P�h�����ٙ����!�ZĂ����@E����/Dp��J�����5�iDF	�R� qx(a*�	h�I<	m���tB����)(�$"�$�TDP���`�?�P��������8��	�I�|��|�C�`:�Ar|���F4��n�c[)^�Q_8�Uh��	�
H:�A�av�� :��l|#�@���odB�D4�`���rBD���&F"���;��j Ɇ@�1�� L�qBVK��k��%#�{8,NL]P�*bh��v�1��L�@� +B1����0H�b�_4�R�wA���p!��7�>�h�` h��Wq�M�\�f0����ʁ�q b�HOF1^U] I������Z rш�1�hc[xi������� ��Rm�,L0<�T�9M�Q�! `/�@bq��d��P�ne��^	�0�\AG�KR�]�@w��q��!�U0�L�V=��8%!��z�ns� �	0�����@8��2x0�9l5$@�8�wh=�(����
�0��
��rA�A�o����%�P΀*0pY�B
0�PK�/h`���zpw0�0��P
�w�(؀� [��\�*��� 
U�0
�7��~�8���]����+�y02H���z9X5��*02�*}�B 6�
��!
=`����V�(E���|��h�h8��
PCP)�PD0���G��Ҁ���Q%�,��Ð^Ø� ��0
�0������e� ((/+V(.,(�����$N�������8�a�Pi�=�sҀK�8 D0GPwa'!��#��`
��Pq�	���	b�p��d - p=4�6aY�a#<���	�q#Faɡjm�D�e%�.駖߱�l	%Q@�!����!i����v	�
�0!!�v0�}�o�����F��C�ؘZ!Q�
���0��X����
2�,��a�
���Й)CX��&q
q�)�3�T�	"�	9�)��3��q��x� Y��"�p��I�y:�%��y���
�6�h�
�ԝ1M�
�di�I�0�p
���
hf�A�Ǡ�қ��e�|!�,cg�H����*\����}#J�H�bBu�,j����|��Et�/;�\IP�a&����&,s�ԇ�#���%$1@
��:�Z�'.N�!I�z�Ѐ�X'��D "�BS�e]kP�GnQt�@	
*"(`P'�>zl��_
@��@{7`bN����r��a��$�A��e���є@�#&�W�_�*���k�j�3�n�
 L���-Tϐ0p��q�����f^�6l@�%v��`�Q��w�ɡ��'����{	rQ�}*�L�3Dj�1�,$�!*��%G�=��ɀ�1��|�E�u��Г�"�`�MC�B�$3�|��3cE��I ��h���"*�1KR�?�,aJ���L ��"�-�dB�'-�B���A����J+Z
��Bl��S-84��m@�K+��r�)��bKB��"�f�)B���
H�@�I#yb	�
:�c߫�O������  P,�<B�$�"�-qEPN��K�a
��XS���"����.�(���2X8m���AI��md1
B�4�	���K$"c�.=�:�&����k潞9��aܒ+=�Xz`����$	%���}*Lث�w.�r�D�$��h,P#�4�	�-RJ���f�V����?H-D�D��#�P�#�H�I�w��rjѶ��@88"�$�`%�#VO�Lb4��lmI"{w��%ibɧ9�
�
4J��"�ŐZ�l�@Ct�	�@cN<��J�IR�.�$K.�0p�G���^���P��E�@��I"�ޒ3��rr���h.I��A 	
�ܑH��aoE�����%�q�}���xů�V�W�Q$��g�{��#ԫ26B�#PH�X�@��(T�
�`�@t��O(� 
�O�!B�ԣ'��C�.8�l����6(�x�l(�$~6<9
�NGP��b�u��#z��5��'R�VmX	
�9��b�&�
'fgP��F���b
�Y��6R�
�
�G.�(�S<�n~3�/a��m 5��<R��E�P@�T�!
�
�E�N�@O�� �Pj�E�(�-�A��1B�U�:n0;�"�P���@����
�
bp�8K�2ʠ�(�N"���#
@�Tqdg8�'��"��q$c
� P�	HFj��:��A���Ƽ(T��8d�
��*I���E� �INVAQ�l� FT%:��6����,�*k(��
�dG�l�_4{$���XD�8��'Y��B A�(XH�!�6�)1�wR�Aҁ�S��D)
r�dTZ���pτl����F�@t��ۄ����X{�)�:b�!��N�j!�!@�T�`P`v71�^�D_�X��ja�@��H0i�C�s3��,�	��� "I�+pq*O�
���1�����0G@�����:Y�pa&�`E-�M\B�@�/6�)�o!�0�bb�jjL�Q0`�(�eB)?�э`��[��a�c�V�`r�4H�̰0���q��?���oVI�$�K�0���E|�H�V�xn��N�s��?
�������$&c��b@�<���@A@y(�t�
�&E��:��
M$��[��'��u���2�\1'����T:(��VF��
��IU�?LLh<`�a�
��`4�P��Z'膐�I�H��g�����Ū�	
V�$B
c����"��:"H��J��!'��I���//D-̈�'ҁ�s�	�3?�!v��� :�m|#�n�����x��
��還cv0
�~����@�;�A�o���@���fh� ����	}�����+}Ex,��y@�A�o\� H�1���Ln O����
�1�	K�V������@!@:�o�0��@Ђ�u
�e�5C ���*���TQ��4ؗz��+��!���B^M� !�PJ3�+�F&� \[Y�@�?u!�/7�*�C)�������w���
r�S�@���`�j��nD�hzN��)�P (�$҉�Dlp�V��	L@ "H�@b�H�I�F3n��	4���ʞh����@�2�q�(`(�4҃��c�+9#.;���>/�!@pD@@���)Ѐ*AC4�Ny�O��9怀
�ח��g}�_<�eW7 @ *�k�8�,��	�P߰
�y�
�   �p��bt\
p#C@
Ui"�1�0Z�	˰
�`|���	�P��
��t�
��~�~��P_p�a�U��!��U��:r�P�	.�x1!�|6@{ 
a�@�`��@��
Ͱ~�pP8�d�(�FI@x�9`*@��O�2 !���6�����
�C8� 
���0K�
7��TU�{E&-��8
�T�60T�2QC�`
�p;|y����0
����+f�d 0�9�v -��(0���!��nh8�@�Cd�� 	B�y����V
�������`R�=�H0I�&A�+����0	zp[�7PL�Q��p8���P�Pg 3 ! -J����?���Fߑ
�@3����<��q� ���B8���Av^�$M�������!hy�
��@h2o)��Q�pyijᗸ�(x���!?�i���0����eVL���P���XA^�p��JQ+dE���C�
���,A�@�	�I���������I�0$�b�P���Ĕ
Q�
�y��p
�@Bn��	��
qVTn��!`p���ǀD�~������9�a�y!�,gg�H����*\�0>z#J�H�"Cx3j��Dz}ڬ�H��IeG�b��ˊ�P�͍�,�@�ay7�2��>}A8��_N�P�7՚2`��h�@�Q��o*�@CH0x�H�p�\%��ػ��=B�@@��Nݻ��p/_:=5��A�4tD��}�C��_�j��A� �F��10=S`O蠀�E�X9bS���>g�u�*/�I(�q(Y._�~��z����o_�H��1A@�G�N���U+��|�mW|K���-
DЁ���)sJ��O���y}�@>e��*	��K,)�NQvUu��>:@ Akx���B���,-�bF[��NM��0��@��"*P�IQN/r�7_�A(Pł���������?���V��O�u����.��JpF��?��!XN	q	��Ȉ���.�����%z�����I��Y��C<���,��r�.��kB�#�G ��ie�"@�5�2Tj@:�R
(���B��K�F,Ar�G(�蓥@���eT�%�4B	����|	?��9M/o�b#
��Hb(�!��)�41�!��n<m0��=�O>�xh�[�҈A���+����!�4����F8�v�Tz �Ake���A�x�A���K��1>�X��:#���$���IB
�	�O�Q=	02mD�b�
PF'�(T����/<0�����(?r&�q>����+K2����'M�JP�l7�
qC�G?�D�X�DS�^k^
�&�t��T����		:���>�d��P0����
�+I�)��*�>��$�o_9�h>�-�:]�� p$Lp���<�V�)
(l@F{D'a	&w+S��
�@���g� �$x���'� .�ـ��N$����(hAX<��{D�tq��B��A
�Q?�l��@�1��`�qxB�:X�R$8�x
n���ب�%p�R� j�\0	$����|�#'G)��u���ɿ��W�B���j!�	���C��t$
���@���pI ��BS�H���^y�92&q0���� ֻO��Pي��Q% m��#=�1�m@Ш_N���X����2G�#	
���l"h�!�@�����aLe�'�q�k	��8Z�vԷ_�!���K��QL�`�@�
�lDO��R:9a��($�0�1��(@nb�@�@
K�md�)�
b�t�K ������2��J�� 0,����]@%-�W�&�H��a�tBr೅!`�_A� �F�D�((@�As��pR#�PB�t����%h�	Vdb��BhAʊd�]P�:Ё
d7X��8��5xHHDr��T��>���
���r���*�:��bMH�eP�$G&Zq�ܢ���`���5S�8���D���C��B$0��~[@8�wP� ��E�^Q���%�-rq
�
)�

`X�( E,�=�`2Q`Bo*�I���V�p يt��-�H-C`�=r"t`/	
`��:#[���:6�OB �������aLA�^� nt�n�G2P�����Di�/�p��Q�?h@{2���$���&�tO�%�'Jx��}K1�92(��&����#@Q�4�8�+��*c�P�w �pg�J�,YB��@T�����u�"�$.�[���
pX�$25�9"b&���{@�h�M,��$(\:_��[I�<$�� ����H���-��X�f�WeM���`�0�0���r!�xB��:��1	6c��rX�A^
�c��ͳ��Pd�$�H���k�t!�&Aʇ���	���m�P@��hGr�
�=�@�BH�4��:�
����'�o"��V�p���Dyy>�y���`:���	��
��ˠ]�3�?yQn�DA1S��=�w��@8ȡ
pd���6�1
op�=�	�0�,bw�3@��,.
�4:�U���7��
mT���F4��lTC�	GA���R�|ɨ&$q���\�$H>(=%A`}I�� Mۖxfe$:""H�
@����7\��@J�:UTR�w�T  ��
q�AP�U��-�F�/$`o�!w�RV�r��r��i��`2(
�Ќo����U�P9��	�
�l��-�>P�N~.
?�d�lGC;͇Jjb1�n
���<!�� �KP�g�	0p2S�lS�
�E��	*���`��p���&�{8`v&B#f
�pe�
yftL�@5p
�Z�W��p�y�x1
�D& 3fEx�sP�D$�?$@�S0�a6 1�/1p8��0
�p�P�v�0��ڰ
�P��p3v[��4jR�Y�ȃ�
0!.���h�A���|����`��
�P�
٠
Ӑ
�LJ�7�@�C&�����
��
�gT"WR��	1~u82 Z�	�$���
�w���
��
�8�P
`��1��6�SӁ���@��� JD���{A�Dr�/W�
�`B|��X�0��
y
~�
3?�e�l�\p�Q��~��"�(�����G6��¢�	���Аw0���Њ��
�`>p��F
��N�O1H�(��a�`���/�`�`
��	���	�`�0`@)��� ?@O�/L�A��H@A�P8h��U�p
��	��y�f��
�
0 �HA��%,W4L AQ�a�sB������POC�q M�b!��
$`q��nuIb1M�M`���l�N���l`A��2$��b1���@�Q�8�p������P�
� VZ0�$*W@z0-z�eL� h9�-�
aL�Ԉ:���R�A*rr��
�`�G��`��6��]EZ`Tj9�]q
��[�<*�1�c���z�d�ijrM����oZ�`'"��&y�Vz�J�
�p��9a�p�`L(unʨ1�����If�Q�DŽx��%��
�J�$S�J��o!�,mk�H����*\�P���#J�H��>{1V�ȱc�}��汤ɓ��K7�#��DI�fDS*� �a�͟@�3��	����eI�P��ӫ6; �uK��]���Jˎ] �?{�0�	�ۻe��o S���}�-3L�0	#)���	��pCO`Ƞ������@l�	b�VA��Y$t����B�@�l��
�a�$4a�G$(#���5���@��7�J�+�[cT@�{S~��3Di��L�@���
+���-	�jP�}@�C�)��1	��/�$L-Q�@ |FaI��4���p°�P.��80��<�ؓ���
1�'���*����@�e���4m��=��A	 PE2�,Ԋ.�1@aq9�C��Fq�3D�
�K�s	�R��
��O>�(��>��
�0�*�@�J2g�C<�2�����@��0�A���s�k�ʐ\tBPr}���c�,��-�(�I��*P`��a�Ca$��D��ɜ��t��-��@�d�9mX�ׯzM���%�t��)�,Ċ.�`
���"����'�:�H'�T
�%C[��O�A�S�?��1ږ������$=≲	�"K*0D`�L��]�M��I!��<�]��
䰈���1B���ޝ�j�@\�~�d�B}�S<��&4ds�	L���h����ǟ<d�'���)�l�C���?4�IB���)�T1��**$-S�@� @�]��OVхH���<X�HB��B�A�b�5q��0<��i��?�nӎC�C#T#d�/
�i.IppB�T��*l0l$�{4��k��eC}��p�A$(AJ�n �(�.pv6l�~aƞ�<��0�@���,�
������h$�=��;H,>��
�H
(0���YM�&ŏU�Qy�?��
P��Є%`@�pr)�-dV��	PA\���T&#���d �"��
bU(@�:�O$B�[�&�ǁHb�	a��pWdd5i�]�!��Xo!'�:����0�:4i�\�b����r]d�JX�=�pC
��H�0�W)@���E)R(P�I|����%��	�
�td�Aq�1)����$n���$c���ak�8����i�	�7c�^�|��!����a8�:`#:@p#���p�	/x�^A�GX��@�Ad'�-NQ$��>r�0fG��Q�P�34��F�!� �,��E �HC�&X@ @�:����q
�P�0�g���%B	
]xS � F8i��(#��APyC��"2Fq��!]I�K�C�����
! (�J�U @+�A��U.jS ��"�\8��D�?�`��h-�]ʤ� �+J��,�"$J0x�)��,lF+
�M$���I���qpL���Q
[pq ��v���`"�Eun# iC-烢�c ���&<�W���6$1Ɍt	l�1j*G\��
�I:tOlsCH2�@�@O"��cC�ځ�"�)��v��$A�Â8�%9���	l��@IL�`��W�G��V\W����;$�q! xTj�D��2�����J��H-G�c
�!��Z΍�������e,���UAZ�E��& ��F���63Uم���AZ�ف���5I �D��&�@@xPz�-n�}��v#�Q�#��)��$��"�T`�b�8=�.p�	d�#11C�̐J��m�H̀'��!�8+|q�c��"��#bĨ&�T���`� ��D��Y@
��H
���L�<���+"��3A����<��|Bm��`�<��t���9�Am�#���6 
�6����@|L�#1��!k��� 8��oh��ȆA�Q
�T#�0P#�c#��2�_��@ol#�	�D#J��i��@�!��oA��j��Q2����&�(HeP=�GhQ�ĈB�T?��#�$PH	b��訉*������ĩ.j����A�Bd��� �<M�0�HBS��B^��L<��VH��4�h���#$%�h�RmX$�WxwAv�{@� �F����B
�=f{ү�Ep}� �ʸ���bk� �!�Wu�W-V��	���� ��<�3av60�
�v@��
��?�_0��P.�)\0�#^Rq� �@��'H���!P��
1MGްpf���Rx%�������]�p-�1P6`T�(2� 
�0
�00۠
Qڰ�Q��X�T��
�`d�p���$tKmQ�`�x�� FУ
`i(( {�_K�
�
�� � 
�
��
�
�r!�1˶�����
��
��v^�a�� k�(��0��5�
��	��"��	��wx�P
(Ӑ
����5g���	l��<���HQ�@�P��z !
,��, K�,c|�@�w ��Pڰ
�0堎��^@5�$�@���P)�@+��(;�&,�
��?5�
Ƞ	�����	���0�
:�<>6^�@P�}M���R�D�bp���p
�`	��@�Wy`��JN�F�C��d�.0DR��'M5�����Q�P�>[�0��� A�� Q��	�@�aXQ)�%%��4I4nQ��(D��X!��A8��
sI0iɹ�W[A�"�M�
�'=����A����P pD�9�@��Y�&��M�沁������(�
1
��
�

�p�ɀz�35�@�K�%!�"
��(�� [�������bU��0�'���&�&�
�/����@-�
����`.�0�B��qSԙ���
��&1
rT�A��A�I�!�,h
*O�Hp_=�*\��Ç:�k�}3.�'��SL�Hr�!HX �@��%�t@�A�405li`�
�$�� �#φj�9P�#�*d��@�R"H��e֯`ÊK��ٳhӪ]˶�۷p�ʝKWj>�m���7R�����Y�D�O��BL�@��2�ey���@���\�U(��$:P�9����c�
@l	5��RW��k��b$��,%�BM�X��سk�ν����ËZO�����ӫ_�^)�}����~�2d��#[�V��@[�t	  ��p�Y[}�
@�jR�!��:`�rk��^=&$"!�,a(K�H��2 *\�p�#� ]���ȑ`=�fD�H�d��0#a��>{���%����-G�6o�//x�-�1�?~:q.]H��Μ��*̚O�T�`[�K��ٳhӪ]˶�۷p��+0[Za�h�fYZST$�`jV�"(�`H��I��@x ���Mv�چ�&xp$P8�Y���Gk@��A�Au:��&d�EU-O]X&���4�>���iu d��F�s���سk�ν����Ë=O��y��z>�ᴡ+[uw��L�/	
,�śN]�Y]
7T#����Z��@r
!�,e$J��o���*�O�Ç�	l��ċ���o0�hx@�	Qc����kgJ�>�
��WR"·��2�O�=�;
1�@�L�J�J��իX�j�ʵ�ׯ`ÊK�,uY�,sU��u;D]J�<&�`�(LhHT d.y<w��`%��A�M���Ĉ�b��iւyb*���ӨS�^ͺ��װc˞M���۸�J�L���͓_>��y���'�D�r�S��o�|��~ʹ�̓!�,i#L�(O���*\��@fCJ�8��!
3*�g��	�0�Q�?y�4(��d�|���7�I�%9�t� N����G���H�N�S�ӧP�J�J��իX�j�ʵ�ׯ`ÊU�lj�G��d����Ґ@��)L~��@_��v�! P�T�B�ar��ΎU�2`o_V�W���̹��ϠC�M���ӨS�^ͺuҳ�,[}����uU����1w�07�Ie8 t(�@
�F,3a@!�,k L�Xf����D�Ç��kB�Ń���b�@C��g�If!/���ʔ0%����̛8s��ɳ�ϟ@�
J��ѣH�*]�4�K��ڴ�O���!{�s�>~�X@�3bV{m`�W�^Ӝ.3��K��ݻx���˷�߿�L��E�O�l�v��yG0虱޿PH���F�>���0�!�,mM��'����
��‡��Weċ	ہ���D}��P��?y�•�O`��	œI��͛8s��ɳ�ϟ@�
J��ѣH{J�)���|��:� 'Ay��4�?��)���I^�z�Lʶ�۷p�ʝK��ݻx���˷�߿���/7`;��+�@'���~( �X�
�����c!�,n N��'����ħ��Â�A�}4Pa�#��
P�X��t�$"��A�%�I��͛8s��ɳ�ϟ@�
J��ѣH�*5h��:9v���e������ ��?d@�����gY��]˶�۷p�ʝK��ݻx����W�ٞi��@�Ny��@��8�g�����!�,n M��@0��*\HP��#F�@$jL(��&lI�su:�\ɒ�=|-cʜI��͛8s��ɳ�ϟ@�
J��ѣHV�/�8r��g;���:Ic��WfسhӪ]˶�۷p�ʝK��ݻx�
ȓ^O����4)�
�� +@��:!��4iN�I!�,oL�H$�������
#JP�������� C��o���(S�\ɲ�˗0cʜI��͛8s��ɳ�Ly6���+&?|��PS�?:f�+��g��Y�ʵ�ׯ`ÊK��ٳhӪ]˶-�'aƍ��7d2!1��߿!
HĴWGf�P��n�!�,oK�&����
�t@�Ç�d)�B^X�h�2� C��'��ɓ(S�\ɲ�˗0cʜI��͛8s��ɳ"7 Z��gL^��X���d��I��իX�j�ʵ�ׯ`ÊK��ٳ+�d�B#ˈe����@�K�!�,o
#O���O���*\Ȱ�C���0�E����`�ł�EP��C��:��8r�˗KœI��͛8s��ɳ�ϟ@�
J��ѣH�LZ$A�vf��R�D����Hu*ǜNAJ5�r�ȨLӪ]˶�۷p�ʝK��ݻx����W�̾-y��gؑm�,�3+E�K!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,Xc�H����*,(o�Ç#J�o����7��ǏZS,�@� S�<�O�@CH0x�H�+s�������
t�\:�^�tzj q�(�:�=�Lò�L2e��q�* P*��@���LQbB$�(:�� (��X�L�
��$�8�,��V�;�=���� R�Ll
Ñ�S�d�b��@ ���K�����D� ��d�|$v*���i�c�Q��T�/T��u�u�w��O^^��� �_����)���Y4ē|}�N��?�0�9�'�B����
��7mp�}@�U@��Cɰ��8<F�A_)�:^�SY�x���C��Y�3܎��J
��Fa��yՒ�
�B�A���F퓏:0D`�9��.���B�#�G�@Fgjg�"
M��2<�IXJ)���t
�K�U(�}�>i�?���@�X"I#�H���)�" �����5/
db#
H�(��JP'�`�1M`����3�8eP���g��4R�$����,�r	�`:j��ς!遀��ʚi≳��K���viZ��ڲĢ����A�HB�B��A��Л2m�䱰�k�etbIB��0A���̬�*upDhB�P��H,.B�x��A}�@�,֔��v�B
���x��B���dA�mB���՝ϋ`T�B�I�Y�2�@�HBPݭ�yГ�4�ƔR�򪐉�4�u�>ҩ%�X��ݞ$� ��W�Б�W哏2l`Lt�����B-�@�@��w�.��PC<S�d�9q<��5d�ep/�p�}.aS�%-B��EA�++�sO֚�D��S0�?�?�b�.��������tN�L�;H9�Q0d�
D�Ѕ���,�D�$���$��B(a��G����H9ڈ@���X��Wюfb$A��C�%h�!�T��������
Oȥ�`!A~q�@"k�(���d ��$2�D`6��l����E�(�4�(@�s�
��P ��,�/��B}��7�Bq���Abqa��2�PX�/A��wy�;pb�i�0A���8�-ZDJ<��0�-~q	0��E�5�IC��0��.�苕1�eI
@45�
0@:���o+������$�HE.rs�\z+~!��� �����t�++i�&�̱ 8*|
~9���0~g�|�c��B&��NP"�	&�	,��-`�W�Bq���J	r�\�O����f!������4!��@v
RH��B��X��@Gψ�~���4w*��OIP:�S#��-@!��]� �	�35��!$@���G��C�<��
\�k�#H�����|���˔pd
`�j62~\�u��'�8�Tc�� 3@�χd��ԉ����q Y�FL	�w���f|,q�X *�Oe=�d0���㈻��D<t �3*���mH�-��Z��)�H��eh"����z�[�D@�셥>@�sl��D,Š�
 i�"��1�+1	:�����BY�[L.�kb��`
��S�P�(`
[Hv�]<5���χH�*RX�A~��
y+}�}p�	 OD6p��u$���<��v��`/!�ƃ4���^&BD��
��=�w���@8ȡ
pd���F��1
p�2Y���2�=KC�!BRcf@� ��ohC�@u5R�l$�6�:(�)$�b�@H2�@��,(��F� a���@����"�7���t�tB�L;��Q���P,� ���퀴�xZF�	��@�fJ/$�ͼ���=X)�r
�Bl�"4��L1�@8ZM��n	�g=-EdF�Ɣ���r,�?�`M�5�� �2�@�0�#K`J�9��Z���D��
_|B��>

��#=�@]&
�4 �mBn�D0�����D�@;ݑi�c� ��  �d�� ��*nF:�6���Ar`�؆@ʡ��lc5�, p�b������$#���
<b�
�x��Q#�(�8��jd���.HЀ
l@�B.~��T���E2�p�T	�Cp��@���@�`�����"��]dc��9��D�k5�T$���& ��M�xTP@aGn�y�
�`:��z�
�Pr�`j
n�
*�0'
�X�l�7��3t��f�( $w����
��	�w���Pڀ~���(�`OH `gEg3HP�/P�a��`�1�S!���`|���	�`�0`p�$~H�1��I���H@A�Z��PH�a�@�z��`:p$��jP����<�'|1A�t��(�����
u�@0O����@b�9H��.��Id$�PsT���������`�K�P(�$�t�
2�)u-av(���pcg�����	�Z���(��W@z0��`w�0��`BM�a��t�	�
&t)���+�P�"��y�V'�*5��-��3&�\3iIA�Œ9iY�0��鰀=I�C$�!�@�E)�P`)�p�P�MYG�p���ēW9�3�
v��Q���e��&��
\ɖ�&�rLy�q6-!�,Yb�H����*(o�Ç#J$�_��&j��q�=qq�I2%�3���u\�� ��ڀ(`���@d�&Pe˟,�E�A		$4����A�P5��
 $t��@M7`b.�ه��D9@�@C��C&	r0�߁S��ѴT�
l��+ٯCI(����әi�ŀ&�qv�*]�s%@��������Mͼp$�E�%*[�t	le�@0
�(�3vKhm�ɃC�-��N�B��ЍQ^�v�q?`q0�`Cl��ڎ��C*��g��Fy���OCπ���Iv�,��S��y��=�,R(Є0���ʭC��]&$�8h|���C�s�`���	��O!���O>��� L ���-�dB���PC���?=	T�H@�
��}
��$�RC^t?u��O=0yQ8*<Ё@�K+��r�)��.B���ɐ@t#$��
H�@�I#�4�%p�t
1�0�>�Z@<m0�=0�/LU���#�<�	�4
�$DL�8�
�ӆ5�$,����,�lA�x�A�䢈?��y��ӆ9��YP=�H��{d1�$�d�����/U���:B�k�=�Tg*��trP'��hP����s�*�#�&5�����H�P��Hj�v���kl
��ǽ_�R$�.B��b\A���Y }����K
��-�u�@'Lɳ���$�ZY�.���@8M���#�h�]�2XЀ���%N?�I"m�I��8�2����4���c�n)0D'�d�
4�ij�9�42�$�$K.�0p�E�R ����<�@��I"��3�?b��L)�\���D<E��}��_���O<?�5P�E���6���ʪ<R�+�B�nےJu@Ɲ&r�#0@+G�7�`�HG�҄���O�n�+��E�f|O*�‡,�d�� ��+���R��A�tp��r�)h����D���H�DC��0�Y��V��0�@@����B1��hs��%�
�
��������T�|&Y����5��E�P@� �� @0(��B���)<�6O4� ��A
*���h	
~����:n��P��H>�����B�|%�w�TF"�(��D`+�9�����3��l�U����� ����'�xB㞁@��������@p'�	DGm�!$�t�O+�@!��%i
���[ �@RH��P�dRȢ^�#,� ���YFd�JC��2��K���X��% gK_�*
�T`!�(!$ �䑒�0a 
P���a�E��hD'JqI��"U@�T��+bf!(�����:T�H�Z�!���p�#N!���g@(Ӟ�Ciz�`P�-`�G�/j�⪭�DF�J<�)B�L>�$	P-a`�
H�'�G2^��x��x)��SE���9r���$�,k �@�Dl�H+j1M\����& 0�Med4�C���4��h�IE'K5���X�&t�ׁ�8$PB���31"��6� 4�A|¼tL�q���=c�h,�O@�V�5�*n5��`��5����""1J�� ��${�)�e&�n�����n�B�A4A���B �GO��gBdp!S@Y��t4h�d?�q�-H+~��t��rK���.�%�@������ �����
�T�,`R����-!4,/8�Y���p���@�
p�D+���$BQ@B溄h�yr���fD@7���i�؃�;��t���6��
o����B��ׂ�27h���z"(DA��a��9��j|#�h�6���f���" �� �H�V�7I���q�
<�� ��lmT���F4b�lTCٰxB�Q�',d�~������(���@	d4�3ȌC�ͨ����@�P����2�b0U�ڈ���JI�y ���_=���Ł7�$H�86�j4Cx��`#��(�YxZR<Xyāl��y�
bP�PaQ�
@�6�����f	��S�@7��+�8`���aoL�x@P�I����@���/a�&@�� 3��)4��@��
H5�ܠ]���Az�-3|� [8@	\h�DH�5�ˆ��?xE.xk�Y	F?�ax�%�(G9��� �0�psb���	��
�"��I`{�US��/���@v�	�P߰
��
��n�x#7�_���T����?�`�!w�H 8|�0Z�	˰
�`|���	�P�@r�0�
�7
H�0
���P�����Q
�<p[6"�aD�Ұ2Zd�@�`L8� 
����
%x�$7,�؆��r�\���;,����b���V�� 	�Є�����P
VX�l�Y�5�@g`{�}�T�f'�����A҃a3 �`
�P:|y����0
����vDF� �&.a2�!�+�tQ�! 
!(�@&&��� 	L�y����X
���Qqv =�8�p����ˤEb���0	zp[��7PL�
�$����g`F�',����`�	���T9q�ݐ
��d�.�\&-�IHh!��>O�$��IY=P��)�p��!e��Ơ�~Ssx!�W��
�@h�N�[`�p��@[����y�`K�h��?4�@�i���tS�ph�	T5����A*4��J��N�$�!����0��p�?A��.���*�6�����U���T�
7��@�	�!K�QK��Bp��)� ׀
�I��2����
���"�Ɵ1�
j��;�05����� ��!�,Ye�H����*��޾|#J�H��@x�
�h��Ǐ���2k��\�2�**:0 ���8s
�o�$t�Р@�(!�\*��@dLH !��	@H`�ӯE(DB@���TqZ�]�����PU�B�


$Q �]����K����I����Zˆ9h`㺏s�׆�&$�0�&�-�ZӁ���qF^�ڿ!&�@�D�+Y	� 0����kc�/Ut�8D��B��䈽b����!@��$�X�Z�LN���O{�L�a�DS��/�����#�<�0G^��S�<�B&��"Q+�41����!By�R{�,c��*�LTK*0�Ȍ
9e#D����" v�A'�+��a@�Ɉ�@���%u�g$sJ���P���A�b�@u�q@��0���%����,�$�K&$0
��)P"�h�AY�G" �4��"}�I)
%3�Y�s)�
��D����h`�LB�$Q%�$zP,��2ͨQ�X�1�B � �%� t�/l�Ū�����?E����&Q�%��g�-���Q�8�P�9m'�$�i�����p��Q���.BA��PbI���:%�;�-����
�ɔFj<:Rg���(�
��%�X�H�xJ�A��@!��O<k����M�@f](	%��/�)P#�XI�/�00�H�μ��XT���Qt$�X�����c3�,R������uO>�q�M�W@���"�ԓ�?<��M+�$o,�
��/x`*-�R8k��Q!f2��+��X�9��~�&��	���PC�:

NYTW'
l�Yģ;�ס��.��J�yEA-K
�a��ÌY���@��@+���H)
t�/���Sd�F������ B5��#�H��	J��p��)H�fg ���>���
T����#��M+HM�� M8�G�Ѽu�C>����,�G�2?�����B��*AN'��#{�5�(�DcI�4)�8#��Ӆ$��Bi��D+eta:H7�uD%�8`�.�5�8�	������@���Nf1E��X�8B^0I�p �(7u��M74�A�@��!�i��"���l1���$�h�
��P��}@� �h�$J�
���l����U�$A����1�A�
�9�F+H.1�!"��A"�����%�A��\d���=!�F�"����'@���d$�8@
������� A\(��h]
G�Fa��+�~�	X�����
  @$��T4��Į4�?�#

��
�`f!�Tq��@ �*CH��&ʐ�z�+�.�|�@9���R�H�L`kiaA"�]Ȣ��(Y
O�2*
��x/ �AFDz�Y��i�G�)�Ś�։E4���01���>�}PBʊ��%����
D�G2bOHBG�-|q���U�F%�t)�PA\�����ackE�N�G4��yٜ:n�.d
0EP����hCcr�[|0���W)T��\��QИP"��i~l	0 �I�b�؇9�1�H��f*~�TT NY�,�^�S���I�V�[=���"�[����*L�~(��Dp��~���<�w5"�iD4	�R�`mNqJF[��	h@�
ĉe�%1�t������)(��$f�b�Ғ��C���f�dě�s��DF�,G	�H>�!�w�� 9��
mh#��̱-����/q�*Y)�0��'��a�`<��r�����7��
[ �FA��LD�jQ�HEKE w���@4�
�d��A� ߄�� TX���ƥ"&�
�p(['��� ��U$���n���!<A�
��AV�b��)�`�,/��hn�W8:!�@����$0����<�������<�0�d���P��V�r�0��x
�a����$*+�7ơm�c���@4PD� ��B�S��@�0�@d �Pa�:�F5���P@u��)JW��~B0�P�� ��@Ёn��c0P�U(�@�ef��x�D�8�K�P�����4*RNL ��� _��l�p&�A��@z�@��.��r���(G�+B̄D��D�2r$]��xP`��u�r	!���4���D"�p�;����u�{!{�w�@aZ�0��@?��	\0`pPL
�
A��G/�N��U���z��}�
\�}�n�����? B_�@�Q����z�{0�p�0&N���|�/�8��
PCP��@0eqCҀ��c�*���PZ[��}�0
�0ڕ�����G� ((/+�'.,(�S%�#12�Q������\8m��Pi ;�cҀK�8 D0Gpra�BG�$�`
��u�F���o�@�����(���!�v� �
�_�y��d��0'�8'� )��~9#Q��!78�w!)�ɧ�v���
�K`&��!`Peި�_��H�S� �"��p�!)�G�91&�p!��B�-��
:����?���q
q)i�,�>) L	���FS�-Iǐ��1��1M�(�o(�1��sX�
������
��!�
�'��H�
��d|��X	����i�b��Hy�����Y�"�H!�,Ye�H����*�/�?~#J�H��@y0^�ȱ�ǃ��xؐ࿏(SF�'.N�!I�z���M���Q���2��ͣ���E@
$�Р"�u�j]�o��:*�����
�n��z[�
TZOO�$�`�`<x�$a�@f���ڕ�::���`aĄ�J��@0��]|Ө�tf�m1�ă	x�����n�$]3>~����@†
�$���<�*���4�6��! B_��� �@��-6����!�j��C*��5=EӴБϸ0l�DrL`,��'Qc��?��H X�@„�*Ɍ�:�H�\�@�@����/�L�
1G��
�O!��U��0qD�/�Ld�/���/�i�<�hbP=:@*��J���$��A��A��b8*<@���J+��r�.�ؒ�-�!@���y�$f4t AI�'��%*D ��t��W<m ��@p��  P,�<B�$�"�-�E/��F�a��AS���"����.�(����
W8m���AuJ��dd1
B�4�ə��K$!u=�:�"�	w�F[䴞�8Ў�1 i�*=�ԉ\^P���$	%�J��)LHk�V�b�D�$���+P#�4�	�-RJ}��D-��?����H�Q���&��%�hұԭ�-<<΅q���-#
(�"7[��՝$b�@�X�A%�G\��H�%��5< ��h�*И�:渒�@����,ɒK&1R'�Ⱥ�C@�'���5A�8S
(W�&g�D� �?}Hk�>��C��@I8)�7�)��©ե�r��z�x��i��&*� ɂ��'��T�H��X5�EX�@�䋇/x�RHbc���@�tp��ȫ�q�)x	QL�E��� ���@|�	/�B����:���#S�:�n�m8�<rA@Y��Q�Z�|��"��:1�@GD	2�'�* �;��<���<9��"���`�:��Fy�$븁���z@d 'I�]x"j�*+�qќL!�(��D�R��F>b�(�OO��$\�a=/�(���!��	(���2�@�\�P�
��^c*n�
K1�iEg
��$B��"P0�&�H�@�p��X�	ҊW��si�5� M�D�#w����1�
$���@d
 �
s��,|!��������^(�i%e$���@.�N�� �HF�Ѓ���L���Cz� A
�cM�К-@A�G��!�
�S �P����-%w�g�[�P�/(�)PH4�x @V�4p("�9@�$����؀zW�$��0�'�R܂��TD�U�# �D:�����;8@{b�\����4q������0���c��i/�r�(�h�:�������F0���G�x���E+H���(��	�B�� �"��tL����.��X��>��PF"+=�iO��R.�4/���K|����xL�E����pC�A���n�B��DA�v��	�‘��Fd}1�M�ԨtH-�>�Ķ���/���(�D��"�%$f։�!��"҅/���u��@E@`��&L��0R�q����t��X"���JL��&��7���g�̈�~)ҁ�R�q1?�!v��� :�m|#�Aev����r��
b��p����%@!`Ǐw��p8��
pT�@�@��mɜsD:a-�D�0��QR��t"(9���C�A���A�
�	-K�'��1�	���S�� h@\}F���)J� �b�WҐR�0� 1��*ʱ��ұjy�N�77
$�Uȗ	$DHi�`bĞg=�h�%�x%r���0����K��KMj6��N�	p#�1b=�o��&����7&b�D��3(� "a�& �` 1���Ќ�|�7��pj��`V̐%`(�:҃��C�*9#���T����!@�܃�$6�
R��h�;�x��M�s�-3��7k�p�k�D(aω^��8��O
�|���'�bP���1��� HC:�`Z��2V�C���(�ьo����؆�6$/�S�(�p@�UpDf���TA�A�")T��6@{ 
a�@�`��@��
��x�pP�7���'LFI�x�9`*@��p�Kp nP��8'���
��7� 
���0��
�6��5P҄46lG�@`A1I��`
à8|y����0
�����%ɥ_ PL�v -�|(0W�|!`�7�����74���� 	��y���LV
�����8�`R�=�H0I�$1�*�����0	zp[�7PL�f��<���� g 3 !�v6������F�n�Z�
�o��a���f�|Z��Zb�������(/`�l�H/ bP�q!��
c�D��Z�f��`�[a�iR���0OP����q���G�d{�`�5���&Y� Q��
��Z+���>$9�*uQ�
q�8I� �?�59���P>Y��",�E��G� ��5�p�V)� ׀
�B� �_Y�@�@�"��
1�vY��qd�wy�z���}����!�,Yb�H����*ho�Ç#J$���}�&j��q���)�!��:�\y�߾��
!���#q�	�Dz'K{��
!Ѐ	  �@ǧS���˗NO
$lа�A
Q����}�)*�f�7H���"���u*0=S�N蠀�E�X9b}�ܫ���U�x!�JB�C�r�j��00(�C��|��E
�	�`8vʖ@V�ZpD�ݔ�{Z.d��:Hx�&�)��N%1��-���3
@�2@L` ����t�:B��:��7�Y�^|:@ �\x���B���Y���D(��N��?�009@��/��@@!��C
��M�$O �UX��)ɰQ�8y��P>��2p���d�d�T��+��
1QР����+uԣeB@�$(��-�K-���@y�`I����I�АK��C<��,��r�.��hB�#�G8(���c�"y!��?�l@�IXJ)��Ҋ/
��K.Ipפ@V��G(��c�@��VT�%�4B	��r�o	?쓧�
}/=�_#
 �Hb(�!��)�41�!�=�k<m0��=�O>��g�[�҈A���(����!4U~Ѧ�F8���Gz ��\e���A�x�A���K��.>�X��:�"�+�$l��"$	)�%<Aik�"��C�E��etb�B�lL�.����$��*]�dB��S�����$�^<,�x��5�F?ëWJ�XHDr�\^X�&�t��ߝT
���		:�e�e�Sȫ/��$h�@���&�p�����@��B��HVV^/�2�~�4��UX�H'�X�{"��q���e��R=ts$DV�C�0�D'�4"I'��B,�P�#h�"A��r
5�suOq��3�)Q^֌I�G�
7��6���A
�GQ �+ⷒ|ܣ!�
�� �u�]i̳��W�B��ްj!�	���C� ���R��B��7?=��Ɂ9�%q\��ܾ��U�O��;�="��B(a:��D"4�m@�X_C���X�����F��#	
�~4"h�!�@0Ցh�!F3

�q
T	�������_�!��r�1�)<�6���8�����!�%�	���@@!	o��c�D�0s�
HR�$�D%˨ˌ�P{��XiE,n7F_������} `��c,����]@�\?1
��b�v� �[�laB��G��9\r���"

@�7%@����54��?� ;�\�Z�!b	�i��W2�PZ�p &�G`�t`�V!/�dm
�������ȅpn�����/�m�R�����<��IO.&�� ��|
���\(��q���qX=����H`*0���p�`]��
�[$����P!U��"����2��� u�r��أ	��S-_�Xl���X�@Il�3"@T�0@�TIJ�X�)?�3TeP����4]�!�H�RC� ��!�eߤ�q��d�}\|�1_T�:�>~Ѐ�.d��MO�!dK��-Mr
JpN ���
bPG�3@�(�UI^�p
`]r�@�!D�.��-���e}�"�u��'�`@X�A�u���$q	�
�tl��x��!�%���{l�h��M,�b$(�9_��U��Bz �,0�+�b������)��	[D�0�E>���]�?�`���a�	�G6�� G>��D�q��MX$�˵��'^�2x�׌ �ÃX�!�qvT��[�Ƞ�@rS@*�3���R���	�&D6���K�?�GE��{�C�x;؁�w0![�B(�3O�8N���P;�Q(H�{��`6;ȁp�C���7�!m4c���m@,�[Y��2a2 u��J$�at �p��o|CڨF���hT#٨F�2��P:!��0H�Qx疁�7D80�	%�K5I�$DL+H�X��D"~�R`�@!��9�@A  P�B1�Q��$D����x�N�����p�6z!�E#`
���`�E
��.�pc��`2(
�Ќo���Z�����a�NP��"��2P�|�	qJ4~p^���b|�:qd.���Vk�S����	��1u������50�9��/>��X�V	�L�th�A��}��a�|Ҋ	c�	Y��>�h�96.�i�C	PMr�\�}�P:7�I-%n^f2��{�Ӱ
��
�
�
�x
�
�0
5 ;4g�\R�U�#U�P*���PA���|����`��
�P�
٠
Ӑ
�7�@�##�����
��
��g�MXV��P!2�����`�p�������p�0o!H�
  ��x��
����X� ?
�+nPMT�C�c)Al���Ch��
㰄ސ����u�|�_X�l�7PP�0z����G6��'Qg
�����w0���`��
�`>pd�����&1H�(@�a�`���ĖZ�`
��	�����	�`�0`0&E 0�$`�ΒZ���H@A�P�7h��U�p
��	��y�f�����j��@X'�?[r`D'B���v0����
u�@0OjK��
�@�v"+�\/�3�M`)	����Ni�p+z��0)�	����Xm�x�@�zq5�p���
��f�
��OZ��IW@z0��u�E� �8�,�
�E� )���`L��Y@r��
�l��>�Y��>��`W��D�YGPWq
�����)�1����t_d�٩@�`������9|�Y�!��#��y`D�
�p��)�
ǐ^L����ș
�@^����a"��
J��L����!�,Xc�H����*,ho�Ç#J��=|
��ȱ�G���oྏ(S"���-3L�0	#)�ʛ8���	4 �x8�r�GN*������I�`W�|V�	$�0�� ���.A�.��������#���]�M5����7�J�+�[cT@�1X~��3Di��&<�q��+V�P�%Pj�3��S�� � �#_�
�倂@���o�<8�����.�X%��`·s���^:5�D�b ��O���*����@�=�E��=�@ӆ:��Ï��U$��B��r
t�c
*��=��A�jC�� �D�1��P�*'��P>���I��09��D�$sF<�s�����!/
D�H��%1G��e@'w5�G�7�0��bK+��"jq�%�H�SW:	Ԑ<r$s�.�B��2a�9��a�Hw�4�uH,�H҉'���+�|r4��#R���N����%��"���Bɐ�X�S�?��������M�"��'|&d�,���5l��?��Z�1�
�@��i(�"�)���]�&��E+�N
���kи�&T+	0�s%q��a�@�f	�99��h�P)�"tJ2U��v��W�&t�:7���<��$�dl����cu5���|��)��C#�"d�/��d.I�kX!��9>TR=>��@
�PB%FDI)���{/���˴1\D+
!7�I#��5�y�A�|�oJ�?��dD���P@B!�X���@��›A���D��N�@��-ZEw��'�h��"�<�@��ġRw�#Y�M�l��)�c�:뛓K)ѻ,	�ݢK&c��7j��Iu@�9���x�@@"��"Gp�8R�Zd��jP���h.��@��
>�BFC��
��1r�s[���# _Q�	0�5h��r�P (��v�\b�qA���(�桃�<r$n�x?��`���x�%�	=D"R(u@B	 ��>*��`C�ÀpF��׈X ��~�0�@#
9ЗH`�t3���8�9~LL�	OC�T����@��
��p!-ڕed6<4�,� �"�Eq��!1I�@�C�_AR�8@�NT9
�)�ld��LD�u��v'�%d᷁�"�8�
�)6
����Y�?�A�1V��k�CH�` Pz�.D��B�	�}�"G�$�.]@��)(�F���H�~��1l �0��4�G8�� ��`� ��)��	O � �*��2dS!�³I��BXK��t��@!0��dp�\1�&���Kv <�CI;`0G
���1�G��]� ���@��T=Dx3���,��S���
D�HiA����T ��:�@�IIDe~BNE���Z�Ni_�B�L�5,0LJL��e�PRs�`����t��EH� f*H+~���a��P� �$",[ �h�� ^D"�iE;�Gp� ��PDt��t3E�O��
X� �/�"E
�����K��C��%�a
�
� ���'��l� �B�W�W%m/�0
��� ���:\����#�h(	*��Bh[\d�^P�I� ߈t�i�?4��|�C��ǩ"���d�M+�@(3�l !	<�y���`9�r|��G6�
m@N�H#j�^��;�0"&�l�*	�@p�����7��
�D��F6�a(HE F��
-�g
@SF�r|ĠшF��g�� �@�&�Z��@��q�*	Ճ�!,�(�O�;�G��ĈB�-{�
)�Al�``Q��bf:̎ �%��j����R�2���V��IH�ucU�+r����$I	(�O/$H�tR��dŰ��@d���Y��@x$�I!5!���0��ދ��_D!�U9A�q�x!��B���kAtQ�O��
�`����5�.mL#n�*!Ka8J\��9� ��H��bx��9�]<��ȁ#0�� S�P��m��H#1�
pP��"D��ixc�6�Ajhc�)!�i�(�HF+^��V��I�P�
2YU���6ȼDP �=,�D�`F(��?��hF4��rl}��	2�W�^��/~�
_�BRIP�ӂ�����'Hc �@[D�
��	����	���m�P
fӐ
�����/g���	l��<���'!
,ʗ, K�%Cw��@�w z�Pڰ
�0� ��B1S@5�M�$�c�G"
T��t+�t�`�1P���@��7�
Ƞ	�P}��	���0�
:�Y5�`$0�,B�_�n K�@N wP
X�V�aװ
���y0�w�u�M�_�C�p%����wl��4�nh��	��[<��
�[�+'�� bh�H'Q��	�@�Wq$%Ձ%!���1QEDP
b�uAF7�`��bI0���APA�b�`�

'=��Ǐa���P p���ɀ�
ُ|�WY�p)1Y���{�ב*�
1$	��
�
)	����`�/��4�s��mX�!6".ɓ*��PP��0�B���W��`�K9��!�!��
�aS9���@�
Aٕ��p)�p�f�7iH�ؖ��
� �(1�qx�eٗA�x�!�,Xc�H����*,(o�Ç#J�o����7��ǏZS,�@� S�<�O�@CH0x�H�+s�������
t�\:�^�tzj q�(�:�=�Lò�L2e��q�* P*��@���LQbB$�(:�� (��X�L�
��$�8�,��V�;�=���� R�Ll
Ñ�S�d�b��@ ���K�����D� ��d�|$v*���i�c�Q��T�/T��u�u�w��O^^��� �_����)���Y4ē|}�N��?�0�9�'�B����
��7mp�}@�U@��Cɰ��8<F�A_)�:^�SY�x���C��Y�3܎��J
��Fa��yՒ�
�B�A���F퓏:0D`�9��.���B�#�G�@Fgjg�"
M��2<�IXJ)���t
�K�U(�}�>i�?���@�X"I#�H���)�" �����5/
db#
H�(��JP'�`�1M`����3�8eP���g��4R�$����,�r	�`:j��ς!遀��ʚi≳��K���viZ��ڲĢ����A�HB�B��A��Л2m�䱰�k�etbIB��0A���̬�*upDhB�P��H,.B�x��A}�@�,֔��v�B
���x��B���dA�mB���՝ϋ`T�B�I�Y�2�@�HBPݭ�yГ�4�ƔR�򪐉�4�u�>ҩ%�X��ݞ$� ��W�Б�W哏2l`Lt�����B-�@�@��w�.��PC<S�d�9q<��5d�ep/�p�}.aS�%-B��EA�++�sO֚�D��S0�?�?�b�.��������tN�L�;H9�Q0d�
D�Ѕ���,�D�$���$��B(a��G����H9ڈ@���X��Wюfb$A��C�%h�!�T��������
Oȥ�`!A~q�@"k�(���d ��$2�D`6��l����E�(�4�(@�s�
��P ��,�/��B}��7�Bq���Abqa��2�PX�/A��wy�;pb�i�0A���8�-ZDJ<��0�-~q	0��E�5�IC��0��.�苕1�eI
@45�
0@:���o+������$�HE.rs�\z+~!��� �����t�++i�&�̱ 8*|
~9���0~g�|�c��B&��NP"�	&�	,��-`�W�Bq���J	r�\�O����f!������4!��@v
RH��B��X��@Gψ�~���4w*��OIP:�S#��-@!��]� �	�35��!$@���G��C�<��
\�k�#H�����|���˔pd
`�j62~\�u��'�8�Tc�� 3@�χd��ԉ����q Y�FL	�w���f|,q�X *�Oe=�d0���㈻��D<t �3*���mH�-��Z��)�H��eh"����z�[�D@�셥>@�sl��D,Š�
 i�"��1�+1	:�����BY�[L.�kb��`
��S�P�(`
[Hv�]<5���χH�*RX�A~��
y+}�}p�	 OD6p��u$���<��v��`/!�ƃ4���^&BD��
��=�w���@8ȡ
pd���F��1
p�2Y���2�=KC�!BRcf@� ��ohC�@u5R�l$�6�:(�)$�b�@H2�@��,(��F� a���@����"�7���t�tB�L;��Q���P,� ���퀴�xZF�	��@�fJ/$�ͼ���=X)�r
�Bl�"4��L1�@8ZM��n	�g=-EdF�Ɣ���r,�?�`M�5�� �2�@�0�#K`J�9��Z���D��
_|B��>

��#=�@]&
�4 �mBn�D0�����D�@;ݑi�c� ��  �d�� ��*nF:�6���Ar`�؆@ʡ��lc5�, p�b������$#���
<b�
�x��Q#�(�8��jd���.HЀ
l@�B.~��T���E2�p�T	�Cp��@���@�`�����"��]dc��9��D�k5�T$���& ��M�xTP@aGn�y�
�`:��z�
�Pr�`j
n�
*�0'
�X�l�7��3t��f�( $w����
��	�w���Pڀ~���(�`OH `gEg3HP�/P�a��`�1�S!���`|���	�`�0`p�$~H�1��I���H@A�Z��PH�a�@�z��`:p$��jP����<�'|1A�t��(�����
u�@0O����@b�9H��.��Id$�PsT���������`�K�P(�$�t�
2�)u-av(���pcg�����	�Z���(��W@z0��`w�0��`BM�a��t�	�
&t)���+�P�"��y�V'�*5��-��3&�\3iIA�Œ9iY�0��鰀=I�C$�!�@�E)�P`)�p�P�MYG�p���ēW9�3�
v��Q���e��&��
\ɖ�&�rLy�q6-!�,Yb�H����*(o�Ç#J$�_��&j��q�=qq�I2%�3���u\�� ��ڀ(`���@d�&Pe˟,�E�A		$4����A�P5��
 $t��@M7`b.�ه��D9@�@C��C&	r0�߁S��ѴT�
l��+ٯCI(����әi�ŀ&�qv�*]�s%@��������Mͼp$�E�%*[�t	le�@0
�(�3vKhm�ɃC�-��N�B��ЍQ^�v�q?`q0�`Cl��ڎ��C*��g��Fy���OCπ���Iv�,��S��y��=�,R(Є0���ʭC��]&$�8h|���C�s�`���	��O!���O>��� L ���-�dB���PC���?=	T�H@�
��}
��$�RC^t?u��O=0yQ8*<Ё@�K+��r�)��.B���ɐ@t#$��
H�@�I#�4�%p�t
1�0�>�Z@<m0�=0�/LU���#�<�	�4
�$DL�8�
�ӆ5�$,����,�lA�x�A�䢈?��y��ӆ9��YP=�H��{d1�$�d�����/U���:B�k�=�Tg*��trP'��hP����s�*�#�&5�����H�P��Hj�v���kl
��ǽ_�R$�.B��b\A���Y }����K
��-�u�@'Lɳ���$�ZY�.���@8M���#�h�]�2XЀ���%N?�I"m�I��8�2����4���c�n)0D'�d�
4�ij�9�42�$�$K.�0p�E�R ����<�@��I"��3�?b��L)�\���D<E��}��_���O<?�5P�E���6���ʪ<R�+�B�nےJu@Ɲ&r�#0@+G�7�`�HG�҄���O�n�+��E�f|O*�‡,�d�� ��+���R��A�tp��r�)h����D���H�DC��0�Y��V��0�@@����B1��hs��%�
�
��������T�|&Y����5��E�P@� �� @0(��B���)<�6O4� ��A
*���h	
~����:n��P��H>�����B�|%�w�TF"�(��D`+�9�����3��l�U����� ����'�xB㞁@��������@p'�	DGm�!$�t�O+�@!��%i
���[ �@RH��P�dRȢ^�#,� ���YFd�JC��2��K���X��% gK_�*
�T`!�(!$ �䑒�0a 
P���a�E��hD'JqI��"U@�T��+bf!(�����:T�H�Z�!���p�#N!���g@(Ӟ�Ciz�`P�-`�G�/j�⪭�DF�J<�)B�L>�$	P-a`�
H�'�G2^��x��x)��SE���9r���$�,k �@�Dl�H+j1M\����& 0�Med4�C���4��h�IE'K5���X�&t�ׁ�8$PB���31"��6� 4�A|¼tL�q���=c�h,�O@�V�5�*n5��`��5����""1J�� ��${�)�e&�n�����n�B�A4A���B �GO��gBdp!S@Y��t4h�d?�q�-H+~��t��rK���.�%�@������ �����
�T�,`R����-!4,/8�Y���p���@�
p�D+���$BQ@B溄h�yr���fD@7���i�؃�;��t���6��
o����B��ׂ�27h���z"(DA��a��9��j|#�h�6���f���" �� �H�V�7I���q�
<�� ��lmT���F4b�lTCٰxB�Q�',d�~������(���@	d4�3ȌC�ͨ����@�P����2�b0U�ڈ���JI�y ���_=���Ł7�$H�86�j4Cx��`#��(�YxZR<Xyāl��y�
bP�PaQ�
@�6�����f	��S�@7��+�8`���aoL�x@P�I����@���/a�&@�� 3��)4��@��
H5�ܠ]���Az�-3|� [8@	\h�DH�5�ˆ��?xE.xk�Y	F?�ax�%�(G9��� �0�psb���	��
�"��I`{�US��/���@v�	�P߰
��
��n�x#7�_���T����?�`�!w�H 8|�0Z�	˰
�`|���	�P�@r�0�
�7
H�0
���P�����Q
�<p[6"�aD�Ұ2Zd�@�`L8� 
����
%x�$7,�؆��r�\���;,����b���V�� 	�Є�����P
VX�l�Y�5�@g`{�}�T�f'�����A҃a3 �`
�P:|y����0
����vDF� �&.a2�!�+�tQ�! 
!(�@&&��� 	L�y����X
���Qqv =�8�p����ˤEb���0	zp[��7PL�
�$����g`F�',����`�	���T9q�ݐ
��d�.�\&-�IHh!��>O�$��IY=P��)�p��!e��Ơ�~Ssx!�W��
�@h�N�[`�p��@[����y�`K�h��?4�@�i���tS�ph�	T5����A*4��J��N�$�!����0��p�?A��.���*�6�����U���T�
7��@�	�!K�QK��Bp��)� ׀
�I��2����
���"�Ɵ1�
j��;�05����� ��!�,Ye�H����*��޾|#J�H��@x�
�h��Ǐ���2k��\�2�**:0 ���8s
�o�$t�Р@�(!�\*��@dLH !��	@H`�ӯE(DB@���TqZ�]�����PU�B�


$Q �]����K����I����Zˆ9h`㺏s�׆�&$�0�&�-�ZӁ���qF^�ڿ!&�@�D�+Y	� 0����kc�/Ut�8D��B��䈽b����!@��$�X�Z�LN���O{�L�a�DS��/�����#�<�0G^��S�<�B&��"Q+�41����!By�R{�,c��*�LTK*0�Ȍ
9e#D����" v�A'�+��a@�Ɉ�@���%u�g$sJ���P���A�b�@u�q@��0���%����,�$�K&$0
��)P"�h�AY�G" �4��"}�I)
%3�Y�s)�
��D����h`�LB�$Q%�$zP,��2ͨQ�X�1�B � �%� t�/l�Ū�����?E����&Q�%��g�-���Q�8�P�9m'�$�i�����p��Q���.BA��PbI���:%�;�-����
�ɔFj<:Rg���(�
��%�X�H�xJ�A��@!��O<k����M�@f](	%��/�)P#�XI�/�00�H�μ��XT���Qt$�X�����c3�,R������uO>�q�M�W@���"�ԓ�?<��M+�$o,�
��/x`*-�R8k��Q!f2��+��X�9��~�&��	���PC�:

NYTW'
l�Yģ;�ס��.��J�yEA-K
�a��ÌY���@��@+���H)
t�/���Sd�F������ B5��#�H��	J��p��)H�fg ���>���
T����#��M+HM�� M8�G�Ѽu�C>����,�G�2?�����B��*AN'��#{�5�(�DcI�4)�8#��Ӆ$��Bi��D+eta:H7�uD%�8`�.�5�8�	������@���Nf1E��X�8B^0I�p �(7u��M74�A�@��!�i��"���l1���$�h�
��P��}@� �h�$J�
���l����U�$A����1�A�
�9�F+H.1�!"��A"�����%�A��\d���=!�F�"����'@���d$�8@
������� A\(��h]
G�Fa��+�~�	X�����
  @$��T4��Į4�?�#

��
�`f!�Tq��@ �*CH��&ʐ�z�+�.�|�@9���R�H�L`kiaA"�]Ȣ��(Y
O�2*
��x/ �AFDz�Y��i�G�)�Ś�։E4���01���>�}PBʊ��%����
D�G2bOHBG�-|q���U�F%�t)�PA\�����ackE�N�G4��yٜ:n�.d
0EP����hCcr�[|0���W)T��\��QИP"��i~l	0 �I�b�؇9�1�H��f*~�TT NY�,�^�S���I�V�[=���"�[����*L�~(��Dp��~���<�w5"�iD4	�R�`mNqJF[��	h@�
ĉe�%1�t������)(��$f�b�Ғ��C���f�dě�s��DF�,G	�H>�!�w�� 9��
mh#��̱-����/q�*Y)�0��'��a�`<��r�����7��
[ �FA��LD�jQ�HEKE w���@4�
�d��A� ߄�� TX���ƥ"&�
�p(['��� ��U$���n���!<A�
��AV�b��)�`�,/��hn�W8:!�@����$0����<�������<�0�d���P��V�r�0��x
�a����$*+�7ơm�c���@4PD� ��B�S��@�0�@d �Pa�:�F5���P@u��)JW��~B0�P�� ��@Ёn��c0P�U(�@�ef��x�D�8�K�P�����4*RNL ��� _��l�p&�A��@z�@��.��r���(G�+B̄D��D�2r$]��xP`��u�r	!���4���D"�p�;����u�{!{�w�@aZ�0��@?��	\0`pPL
�
A��G/�N��U���z��}�
\�}�n�����? B_�@�Q����z�{0�p�0&N���|�/�8��
PCP��@0eqCҀ��c�*���PZ[��}�0
�0ڕ�����G� ((/+�'.,(�S%�#12�Q������\8m��Pi ;�cҀK�8 D0Gpra�BG�$�`
��u�F���o�@�����(���!�v� �
�_�y��d��0'�8'� )��~9#Q��!78�w!)�ɧ�v���
�K`&��!`Peި�_��H�S� �"��p�!)�G�91&�p!��B�-��
:����?���q
q)i�,�>) L	���FS�-Iǐ��1��1M�(�o(�1��sX�
������
��!�
�'��H�
��d|��X	����i�b��Hy�����Y�"�H!�,^e�H����*�/�?~
��ӷ��ŋ��Q`nj C�����
	�+��5Gʜ�О�8Q�$��e
�XG�hQ|
ۀ(`���@d����g�+F�'�E�A	$4����A���)��ū]������B�h���L�������r��a��$���i�y����i-�6�FL��d�	Tc�ӧ��Kg��@<����[�
�!a�Fi�����Mͼp$l�؀�K���(�C1X�F�CkO!��>�D!=��0q04Dh�1�,$�!*�z(�p����3ʁ���g����Z'},FO>��
4!L
���쭓O� ($�P�h@��r*�1Df�?�,@^C���L ��r�-�dB��@`���&գP�B*�H)���!@tZ�O�P�@C������.��R�)��b�-	ݢ�xyO��C0�c4t� AI�'��%�*D ��{��C`<m0#gA��  P,�<B�$�"�-QEIΉ�F���xS���"����.�(���&j,�aξy 	���(Y҈'���/U��tn�L괪�'��ڮ��z��@T;�oD�L��(B�	@�c;�$�X;(���0IஸnDK��"���2�@�h�H'Q�H)� Lբ�����?&UD�D��#�P�#�H���o��϶��@8����#Oc��_4��PmI"sw��%ib	��8���"��TW�l�@Ct�	�@cN<��J�IR�.�$K.�0p�I�O�]��O ��	��$����L)��/��K@D���.H��C��@I8Cb��)����ܥ�r��n�Y�L«�VDҲ#0H� �@�!(T�J`&�.p�	�	$o"�>"�z��zP�.��-x�V_d
���f�����
x�:`/��"��5����^�Um 	
9��a�&��JgI��0�����#����ύ��0@2�\�P�x���f;_8�S)�H�!u,b
0��Fd�P U@.�w��y�irP�q�"CK�nPl`�I:�HV����<�D��d�nЅ'�ư�����
�2��2h�
@dE�8]2$���	)囏���$�jaŁ�Ab�ǖB�`�Y`���Ʉ@k(��2���C�%�HÁ�"7�BH!�`t(���U�S u1HGF�N,��i�+@�;���J8�B9�H��R�j��V�b ��'W;��B�	����B�\�@����L曔q�t����:Q���"U@Q+��3!8�v)�:\�H��&V�����#N�ҁ�����i!�!@�h�`P`t (�����B��R݊�%!J��*2�x�e3`�
H�{�H2^�Pyn �-`	SE���9r��Xd�M����$� \�E*XQ�\@�X,P�M@`
(;�(�X��H��X�
8�JB[�n�m�z�'�[���3���@����I��?��`�UI�$rKDp���E|���C�x`c��T�]�J�B =�����&X��a@�<�H=A@�'��
�fD��:��
M$�i��'�� \� �.2�|�+���T:�>��
�^�b�2U�?(h<��a�
s`��O��Z'؆���H�H��Af�B���<R�0��
��EH�W�Ba~�J084[�	��p���D�4#��(��|d���1F:�rJZ!c�<�w��@8���od�?�͵�V��N9��O}AP#�-D��Z��9��j|��6���� Ÿ��H'�E���&��A۫^�E ����kT� ��w60r��<Ai	�A^�;<a���B��� h@��F���)RM�����v"�p�� 1��*��Rny�[�9Q$�U��	$Dwi�m�G��jZ{j��c�(���0�����K���M�6��N�	pcH���A�ۑh�4��7�1��	���@:���l�'S�I�1�	D)H,�)4�.�h�
b5��^��
�3�&�2�F�p��@$=�;^�s0���oQr�00`�F��$6�
h��h�|ﴟ��s��.*3�š�n�@T������=e"������D/��m��ގH��	�@�h����s\
#�2	
 ))�! 1�0Z�	˰
�`|���	�P��
�@s�
� }!}��P_p�a�U��!�pU��3�d vdd�RP��1`D��p�p
�0
�`0� 
����
���_ �!h$���\��P<�s�A �2p!�az��4�z� 	��������P
㐂��osP]8uP�f`zA��f�@`Au2���0�������P�P
�
J0ah�_0  �4�`2�!���ySx�
w�9,�`���|���	_ h���oэ!v =�8��dB�X�@���
��w�>p5�j�c3�����q1�b������Pjy���	f1.#�e�SjQ������B��-�t<��MЏ���-���!FY �
��@h�1M��V�pW	\���0(Vٕ�!(fI���0�jy�fD�Jqy�Piy��AH�p�ŗw�D���<�
���yN�@p��va������	�#ܒ`�0��)��
Qw�
�Y�!�p
�@V���2�
qDQ��y�n�5�I��B�i���4�ɜ���ٕ!�,^c�H����*\xÇ#J<ho�ŋ%�o���[:��Ƀ��X������N�,�o_J~���`�đ8�����$�vJ�h�߳!0!���	�B��h�p/_:=5��A�4tD��}�lp��p`�
J4�
((���e�k��3e�
H�Qt��#6@0P��˖��[���$�8�,��V�~	C�=�	�˷/_�@�� ���#a�l	d��G@�W�~�|��B���j���l��BH�T ��W����}�@>e��*	��K,G��:�W<*��~������.�R
������:m<�O<��g�Q*�(�T!8�"Da�M�$O �U��)ɰ1�8�
�P>������?Y��x���C��BL���BE��Je)���	�,��RK**   <s�%>�h�I���:0D`�9��.��"�&�
1rpDL��?�,���k)-���$1b)��RK+�(��.�$@e���F}�>B�?�х@�X"I#���)$j��0� �ô�V�R�dY��(d\��TA����/������(s���3��c?�䳈�(��)��(��[�,�r@j+�n:j�#�`��@VF(���'�Ԋ.�4!�)s�?֬�N��$	(�IB����OS�"��C�<�etb�B��L�.���5YH�*x��eB	�S�,]�$���-�xrs���F[+��L�XHD)2d^��&�t��"	Tʚ��		:6yR�6R!Ȣ���@�Y���#�H�{��
�قʛ��@r��ߒ�L��)
�k@0?��"�`���LhA�"@�U�3�C0bB$w>~m`Lt�H#�t2
-���%|{Ġt���B��A
�1��`Cs3	���g�Q�5�D�����:0l���[)@W*E��@�V�*���1X8�'�����Kj�HBu�����UYhL ���� )�@�4�0�V;�T�sl �t����+t� �2:|1"2�:
��T
ux��?���
H�6Rܢ����"<b$A�ـ0"h�!�@d����IO��q�`	���ٯHt�_�!��E��QL�(�@
�a��H�A@<)�K�xE-
I<c6� 
��#>P������jY�d�4W�\iE,�'I_|o���� ��}�`��j,����]��,RL1
� �vt� ���l�D��G��9z���"

@�C%@�9w��?�=�\�]�-b	�i��W2�PZ�1!�G`�t`��V�0��e
��e9#���-@�;�x����ć?0Kҁt@*�I�B�nD�(�/@�9Xž;1a0\0!����	L@�`F�L�.>�YA�q�Q��� *K�[����G�0��Q@�!{4�N��~�e�w��)lE2�X�@VCHE���2��%�IfB�ے�bY�3�ePlΚO��!PH�Q��-�xh9��$���@>�؛��
H�Aֲ�4���9����c�jr5�\��%<A����DE�f��Q�b�������b@��{](�;�[�2Fm�a)�D@� �N����0`��S�+���I����� ���� )�q��bX���%��}H ��P ���"<I�����Z�U�m�@�
b�֒����a�E��w"ք-�Vx c�Xw!.���I��X��*f�=sڑDZ���Hg/i'|K/ �\ȗ�F���A�� ���S3�*X:MRdP@ �),B��D���B���"�*6j����w>�y���`:�y	D�
��8�3`<�Pg��D�)��=�w��@8ȡ
pd���6�1
opb:e!�"�u�E|� F&C�������M�@2�
w���7���j4] وF5���jD=!�(H�R
�/U �~�=�@�"�V�����$��"	��f�R����*?D)�h �����T� (@	��45;��&*0Ld�O<���w'�ATq�fHe������A�G
��]T@�,X�@b0Dh�7�b�ಅ����	��B� `|vd@J�8��S��2�J�s�_#����U�CnM@�{��{�!!XB1��rp�`3�b��V����`
D�3Av��& x8`�r;,�b
�@b�
F�pLPM�[��Z�h�pKwu�t1
�PPr�_���� <7�L!ţK��`2��{�Ӱ
��
�
(�
1|
�
�0
5=Cg�_��X7C%U��1<���%��Ph�A���|����`��
�P�
٠
Ӑ
P��P7�@��$�����
��
Ҕg�P(SI����!2������`�p�������pՀraH�
�!�x�
��רX�  `A)S4�� xAf4�0�V�
�`?|p��X�0��
5
:�
*0�2�l�\p�Qu�b8��a~p+=�{a,@N����
��	�x���Pf؅�0���'Q`1I `q���!p(�T8&@/��@$V���]���`�8��
ư
�~�T$\I@O0-J�"��H@A�P�7hPc�m�p
��	��y�f����UdC�#�H A�����3�o+�����POC�q�I �S!��
$�mB\G_�5��M`q������)�-���,ȩ
ș�U����ys#g�{(Z�U�y��	,UA��ɸ��qT��@��AZ��°���0�������4΀���%�:����'�F�����şѵ�;Q�%��*�1��
��R�v�H�	�:�%�pQ���1�&j��\"��%/j
z��F�
�p`�7z�
ǐ�O�P�C���
�`aM��E�.Z����
I��&�O`j�� !�,]d�H����*\X_>{#J�H1!Ċ3jd��=|��;HK��u7�\Y�"{����`�mX�T�q�?Zf�aFR<�$�@o�S����pC<���{J��?z��uRq$@ĝ@���x#����
:Hak@��2��g�a�$4a�G$(_�ǎ�&jDA`	n���W2�ƨ����g��:Lx��ԯW�X�`K������?:��@�`G�nV+��|���yp����0�\�JB�����lG�F��cO:j�S(���rJB���K�Sb��=�@ӆ:��Ï��U$��B��r
t�i%J�=��t�?C�� ���1��P�*?Q>���I�O>pS䀊.�����V*4d"�46- L�a���T�
�@'E�G�7�0��bK+��"�qc'�}OwE%D�@ȑ�)�t�
�����iAM�ӆ51%
���!�\"I'��"�B���	h� �_=G8R4$y^�H'�Tʙ%C[�O=��RZMA6�N�"��'�&d�,���5��O'�'*��Ã(��"�
��JNU�8�?����A3�S<��&���	9K����AQ���
�Ј&	��,B�$S�u�G�>q�5�B5�sCr�`�#	I�
�Yz�L��o���@&Ԕ:?G�C##d�/�tf.I�-j"���9'굝�=PC$�D	�QR�.���;�K-�w
)D[�`H'�04ݩ�I����ב�3Oy��*�e9�G�(���P�&��8ˍ-P)�Tg+�4Q�2!0EG,E%$�-,�U�rzx��&C/��#�$	�	�1@)��l^�}M��j��6���`
z��ꀠ9rQ��M�;�-t�	(� uQ�?l�n��1�I�'���E)P'P�Ho����-`T[*�-��@p#8*YD[�������($�5��� ��Z��^`�8� �b�Ia��o��!@��d �[Ё�ЁD7����lf@0��
R<���"�]ʈ: ��py	� ���ɡ�9g�+~��BPA!X�f4Ґ��I�Hb#BVDwS��r��8#��,(qAP��y1�H��EDYH
�l��+p	.����)�I��r 
"����z�A@P[�d$�@@b�#���қ�@,!��
D�p�Ը�L��Q��G�4e�:�����t{B4����W���V��D�cA��*d	lZ�tA
J�����B�_�f#;�!��� 
���R�6��7�)1r�vj��4�������GU�6��s#�P�S��$�'���!$\ �]`(M�/"��~n��v��PA;�
bT� �]A.�	��k���6���d$Y0F��� ��&Z1U�
H+π�����(�S��4tTx�ꦺh��@I"kX��@�ͩ�d&�P�N�Mk���A�T�V�B0 �	H@"�Q@"ʲ���NM�E$�x�VXt �pDA�MDJp(K'�UT��@�������(A����NDS0�N�D`��0gy]����AFb�8w!t�?ܫ�68�OCJqV���J�@�OD��Y�1&���N�nAp��xa8��<<� 
��G�x����D4�_��wl�AHk*����%R�<�y���`9�r|��G6�
m@x�H#jqa��e]2"�'�.	�@p�����7��
�D��F6�a(�E JF�j-|
@&0Pv� =�F4�-W?E�B4ׂh,�5H�NL�
e)GA���<z]&F
� ߎ�|$PH	b��� �*�J�y�.A�T <���H�"��`A(�����F�H^c�\d�����P �O^H�@l���:�a��C@�a�r4�ӝBmB(`�a���>.W���B�n`� �8A
4����
!@P�y�� ���'��E$�7A�b�`+��@�
�SD�@��
E�UEVP6�X�H@A�7� ���@�m�xc@/r��� ��"T0��G�Aj"�� #6�l@?�g��.��q`��������P�:�"�xq[q�3�bt7 BS)�W�
`�G( {PW?�
�
�� � 
�
��
�
��j�y1N������
���
�!6V�F`� �(��0� �4�
��	���	���'p�P
�Ӑ
���� 1g��	l��<���67}��!��	���30��@�w~�Pڰ
�0�@��Y�U�@5���$�f�`"
T��w+�w�`�1P��@��w4�
Ƞ	�`���	���0�
:��[_�`$0.]���n K@N wP
XpY�aװ
���y0�w���Gb"nj6C�'���a{���T��h��	��[<�Ч?[�-TF�����95Q��	�@��Y+&H%�$�kh3QHU"D`��a��A{7�����I0�-����R�ACg�x�
?'=�ȓy���P ppDI�ɀ�MYQ�5����2yX���ؕ:�
1dY��
�
i����ɐro��4�0�X�+!N"nɗ;���R��P��i���!��W��!77�,�G!��
�ĠZ����Y�+�p��i�!K8���
��,1�q�����A��!�,^d�H����*\X��?�#J��P��z�(j��Q �}�����>�<:��Ȳ%B��)�Q�C��P�'�}�B��G��,H�	I�P)��l@Hq�:0	��J�|���0@«W4t(D�A~e��g/��5��F[
@,V��g�院Ą
H�Qt��#6@0P�����[�H(�q(Y._�~v+S��w2R�Ll�
�S�d�b��@ �������D�� ��d�|$v*��s�i�a�Q��U�/T�$�K,G�O���<��S/
���/����)���YX4����N��?�0p9(�B����
@�$Nܴ��|�A@[
T�^�%�Fe��Z���c�VY(x�BD��Y�����J5&DW�)�D������P��<5�>��C<��,��r�.3.�
1rp^#�Y�E�,bњ�-������J-���.�$��b�6Td(��ã@���T�%�4B�$���*���'MɦEq�"bA?6���rJ�u��	���
@��?g��"����)�$�#�($�/��Hx����u�Ez �A�e��A�xB�A��҄�HIe�֬1V�{y�o`�{�$����0x��?#��L7�lЏ
s{@�X�P'�\L*��3D*�Je��=R/)��#�XwФl�T��%�y\�pk�+�H)c��&$�p�e�W�""��I�ԫ@�h-�&��x+�t�*lI��=��G(Ҷ	�)
�]�ď�j�"�$�'	��e��vTZ��i哏2l`Lt�H���B-�@�@�x�.��PC<��]�3G?��3�8�E��G�
7�06�\2�"��mP�B��R>��J�2�;��c5���8$��:^a]xby�b�A^�<@
H
p�B{.q��ב��+02G���V�t�ĸ��O���@�X�uB	�Y92xEАRI��T��(E���5�#	
�FA���e�(D����*��A��,����iD-�H�_�!���0�)<�G��HF�l)X�@6�����.@�2J��I�
 
�p���꥕�'˨�o�� ��p ��E������ B#"8d��7��e�t�8�H}ŀ�a;xIP;^�5[�B��xD+la[���� B�((+9�J���(� �5
�\��B��
�.�IP=��t��(����^P�圑�\���"7V�B�D��pK!�]\bMl(eA�$T��a0�/!�����L@2�F�L+>Hj��[��(E��<���8��+�X�Bd���4�#iS@��䖭�e'�GƂ:�*A�	�U!̪�\B����t�I�![�"_,s�A�!�ĭQB�Z�0���#��A�f?�T�K��>~�O�L���d�C���X�i���5�7Jx�I1��01��l~@O���%'h�� ��A��$A�xOD,����''A ��L�H�P"?���l@�,g��>"�%���4@SQ�&xyPh� �@i��zE�Y��n���	r�0�	�'W"�dy]bt� ,��� �p]JS��@���?t/@ 
�B���<�X	���#0��T0� �/��J"Z�Tu�}���l���H>�y���`:��wFē)��b�P�"$0@�jx؃�p���At���G6�
m��'^�E�� � (j�����j>3�
w���7���jt��F6��nD	N�²R $U @|��tG�#�
�0�fhc � 	�pe}a���R@p	r�u@�	�3A�P�sD	�3H#@���B��0�4!&�0P�UX<*��D[�9db<�mդ��)$�
�Ќ�G�yj!4A��%Ĥ(��Lidd�������r@��?mMA�@u� ��hB����#K�J�9�Z ��D��
_|B#d���p@�7҃�Ũ�y@�0��&�~,���c�����@=���i�� ��  �d|� ��*n0I���ܜql�#�v1�m����6�Q��2g*�JC��X8�H���D��FL� ����� !
cD�]�7�
�l�� �$���X�����
��
��g�LSW5� x��/@2��@=6���`�p����ٰ
�0�P
F�z�
@!�5x�
��A�X0Y>w5L��P|T Ca�p���
� <�@�
��uްm
��
*P�(
�X�l�7P5K����( \w5sWR�����w0���Š
2X�`>p�������X�7��!���(&�)�o/�Ơ��an�@�`
��	��|0��
ư
���@ ��$`2s�D7!
h�DK�qp
U�W���p
��	��y�f�_R
�
0 ��(�M�3"�R30D ��#1������
u�@0O���������HA3
B3GES!5��v=������r��0���&J��x�
;٢.�q.az(�:)�p�7|AY��	/Z �G��pW@z DO9�`{°dW��B]��`4(�yq�pE�b�f�<5�זe���%�e�U�l��,�
Gz����u���\5���`���tD"�𖑩t�S�*�p�X�I�
ǐj�Q�9�1�`V�`{���v�5�� ��
���-tE�����)M.��!�,`d�H����*\xÇ#J��0ŋ3ʃ��Ψ� C&ԇ/�?~o �(�>�0E�'ʐ$S=���@T�ạ���D "4��a
�>�`!r�"��HhPA�:}�����:*���
����9��Z�˘`==Q�x ��6x�I���;��rMl�>�F1a���:���d�8��v[h`g�n�ҕ<W2$��;,>~����@a\�����J��V�X���r���&�<8&C��ky+��r�QlD�|"��0q��lЁl���"�!*��K(!�-t���3 <0lҟ/%#���K"R�`'}�DO>��
4!D�$3�{��X�($��8h����C�s�`�c���O!�,��E�0qD�/�=d�/���/h2��<�h�\�����Jy�a��-��!@>�(A�S-���E&���(D.���J)����-��"��pϦeE0f�=�0Ё
$A(�4�I#�X"�A�:��+���3�г�@��� P,�<B�#� I#�pKB�D@��9mX�A�b	~M��"���'��K.�(�C�A)n8m��#	��(�<b�%Жw+�T@"7zb�	rA�x��
/��A�<��Aa^;��"��L���4��h�%�,�$�
��W�+��F��qB�rp°$�0B���^A���Y��͛��b�R
��-v�@(�LI��а$��Y�.���@8���F�$�wB�,�
(a��X"�#�$�@��n���a%A������4���n��)0D'��
4�ij�9�42�$�$K.�0p�-�O��2�B�C@�'�����.�3���+��K��@��'0��	?,�W�("��G<~�0���I�ѓ�`��xE��R�� � ��J����B�: #S9��
��~�H0���fi�k��'���	D�H�Q���K� $<�*H<|�
��\�D)�C�=A]!�@:�k��+��@�1M�c���Cڀ	���H����k������I���^�4ä���Іp)�ȅzdaYȪr`�,|�d!�"/��E�P@v�� Ë @p8����)<!9O�� ��A
��p��	
~ܣ���:n@�@TOBI>�����B�|5Q����&$�(��D�/T /�L����3N���Y����03��C.�x�#��@$^D����p�@�$��	�K�S#42�t!T*5�!�P&��	�![ �@�H��P�h�H�^�#(�!����)Jd&*HJTY�@��R���X����%lgO_�M
*i	(@K	!� ����	?Q��q�V��hD'JqM��"U@�dZm�k5A��̖���!?(@�X+Wa���<���q
Y��8CB!�4�C�zDw`P�2`�W�1�����DV=K<.�%� $��M��E��l@Wa�?��
\�����#Hq��*�eȢAd�0 "�� �ġ(<�G.R��ZD��lE�	LA�/E(�Ő�&”20`V����G7��0M�ӷ�yH��S 1C!#B�@��">ByD.�K�$f�,��49�`����!�]�ǎ�Z�`e�]�a^,"���3 ��!?V����qva�0�
�"8���*4���D�8H.��x���x(D&`���"Y8�Y@@�����hwゴ�%��"��*�F���5
4��A���� 	hBX��Z\E�&xY ^`ȻH��#֣Z��R$��&IPl��Y/!�հ@&]i'�'̈�w"ҁ�4��?�!v��� :�m|#�A҅�ظ��gn��i�. �DP�����:�r|�F4��mDC��̵1D`� H�$��
D�0�rE�d`�@��-9��o<\ըF4�
�`=��F6���o�	��o�ǀ'�/!J8pD2P�
�`B㰺a�� I+@Tτ�4��!#p� ��@��6�r�9�S��'p���@�̳CB��/'�	���Ǥ�X�@lI܈$#
�Wxo��x�Ӑ���Ġ ��8&�>��m�I(��$�ȁt
�7��e0�\@��7�P<� (�$��	P�[ yD�J]�(�0"�3 �� �y1As7`,�7�0��&�bVr���N[p%�@qD �p��\h�?�
��_Q-�M&��Gp���`4��!
�P��
-�0

�0>�N���0-a��1dN"	25X�P8�q|,�4`����
�p�P17�WvT�{�*p'�p
�q t\� =r&�]a�!l���0Z�	˰
�`|���	�P�`v�0�
�7
QH�0
���P�����Q
�<p ;S���� �aD�Ұ3�f�@�`�8� 
��J�
zȇf7�x����\��`>y������>!pq���
��8� 
������
W��{�

��6f `����@�z	n8mHTp#��l&���0�������P�P
�
J�e�ti  ]pd�v -��7%@,����f�d�`��`�|���	_��� u`&!�`R�=�Hwpl�8n�MH�h8���
��w�>p5�j�C1QE��`�pa��0.��e9S'�'���)S�ݐ
�������@7�ZA+�Qb��o� ���-�"
�9�v/`����T)���"�
�@@h G�9[`�p���P_�� ��I�`O0�8�a�(DJ���tW��l
�5�0��(Ad4��gz2Q�:�1���
*�� ����jW�
���^8��`S������C
�$�tBf��M�� ׀
7z�S�!���
��$(�1Z�
j���9�p7n��s��`�*!�,ag�H����*\�0Ç#J��Pŋ3
�go�C���ا��ɂ���Ra�@ҝ�Y��?�)�F�d�H��ͣGUQс	e�%0�H�.�o�$t�Р@�(	a����QȘ�@B�����A����P��"�p��
(���m����XU�B�


$Q��5��������r���e��0b�ºrk���I�$�Iv��V�t p$��׭���o�	 4�JVB<$Lq��I���X���]B�)���d_F��g�@t@
$A+�,���	"-��Eϴ�ZJL4@�x�rv�q�
2�$�D���fN
t�
����C���S���Y�K
ڳ�a<�/��Q-��P@"PFdԔ�S���X���C���9��d���Ǟ�!!���)^
��BU��i}�t�x�
)�\�	(�ȢKB�dB���%���JX���AK#�,"P����P2c��?�B�a�8�*A+=�����$�HB%Pʩ��J
 ����	�1!*�	B�Pr	B���F]$�>�aJ>��s�	�h�%�P�I���

�j#�+��	5a��v�HB��k�)ɜ1@x'b>��#�����P%�l���QB
��b**�� ����F��E(	}��@�X��%�|����r#>�ijO�����ׇ�P�+���	�5�ɜ��Cܴ�@���I���F8�1(p��$���?�P
�'��rdA�$q/	=��=��ӆL?d�l
��,�L=��ÕMݴ�@�B�@���Gf�d3�0s�I$��F<2([����J�ekrɢt�	5�T�P$X�H�aD�v�� 8@�A>�f ���.J�-J� Q -
b�ڨ@d��FD���I��8���/��:h�/ֈR�H �����`	4�;ڟD^kŀ��9�`�

�!rH>����,���D+N']��<�@ ��)�V��,�E�X�
T����#(�N+HM� M(WBtȐ|�e}B��i$ɒ��g�b ����G���!�����E�s�F`�4@l%���8�8#��Ӆ$L��B�k�]%et!>H@9�Q�$�8`�.�c��8�'������@L��pϋ1E��܅8�E�ɐp�:Yu MQw$�A�@��I�m��"���l5���&���
��x�}�� �h�$��
¡�l�`F���.�$��@�5�T �8�=��@Hz�l��!@C�8�?(CNfK�� (@�P���/��'$�Rđ���P@�ܤH�B�Ě�����g�7��xu�-�����!�;�B$`�"S06��Ph�'�HG*�	Sy"[�x�@�p��al��x�'II `�� �J�#�H
_=�H
0A����S��Hp�d�`� �&��6�U�Ѕ,������H����E��X&C���LA�z�[�[ �l�X�dOA<�1c�K'����'e��aP`
�@��q$#7�$$Q6���� 
5X(A���G�v�@2�M�?¡���Ⅷ��#��$x�r��
(���I
��
���JP7b�@�+rq�Dg
���͘&̩�L�03&���w�A�/>��*�(�P�h�����ٙ����!�ZĂ����@E����/Dp��J�����5�iDF	�R� qx(a*�	h�I<	m���tB����)(�$"�$�TDP���`�?�P��������8��	�I�|��|�C�`:�Ar|���F4��n�c[)^�Q_8�Uh��	�
H:�A�av�� :��l|#�@���odB�D4�`���rBD���&F"���;��j Ɇ@�1�� L�qBVK��k��%#�{8,NL]P�*bh��v�1��L�@� +B1����0H�b�_4�R�wA���p!��7�>�h�` h��Wq�M�\�f0����ʁ�q b�HOF1^U] I������Z rш�1�hc[xi������� ��Rm�,L0<�T�9M�Q�! `/�@bq��d��P�ne��^	�0�\AG�KR�]�@w��q��!�U0�L�V=��8%!��z�ns� �	0�����@8��2x0�9l5$@�8�wh=�(����
�0��
��rA�A�o����%�P΀*0pY�B
0�PK�/h`���zpw0�0��P
�w�(؀� [��\�*��� 
U�0
�7��~�8���]����+�y02H���z9X5��*02�*}�B 6�
��!
=`����V�(E���|��h�h8��
PCP)�PD0���G��Ҁ���Q%�,��Ð^Ø� ��0
�0������e� ((/+V(.,(�����$N�������8�a�Pi�=�sҀK�8 D0GPwa'!��#��`
��Pq�	���	b�p��d - p=4�6aY�a#<���	�q#Faɡjm�D�e%�.駖߱�l	%Q@�!����!i����v	�
�0!!�v0�}�o�����F��C�ؘZ!Q�
���0��X����
2�,��a�
���Й)CX��&q
q�)�3�T�	"�	9�)��3��q��x� Y��"�p��I�y:�%��y���
�6�h�
�ԝ1M�
�di�I�0�p
���
hf�A�Ǡ�қ��e�|!�,cg�H����*\����}#J�H�bBu�,j����|��Et�/;�\IP�a&����&,s�ԇ�#���%$1@
��:�Z�'.N�!I�z�Ѐ�X'��D "�BS�e]kP�GnQt�@	
*"(`P'�>zl��_
@��@{7`bN����r��a��$�A��e���є@�#&�W�_�*���k�j�3�n�
 L���-Tϐ0p��q�����f^�6l@�%v��`�Q��w�ɡ��'����{	rQ�}*�L�3Dj�1�,$�!*��%G�=��ɀ�1��|�E�u��Г�"�`�MC�B�$3�|��3cE��I ��h���"*�1KR�?�,aJ���L ��"�-�dB�'-�B���A����J+Z
��Bl��S-84��m@�K+��r�)��bKB��"�f�)B���
H�@�I#yb	�
:�c߫�O������  P,�<B�$�"�-qEPN��K�a
��XS���"����.�(���2X8m���AI��md1
B�4�	���K$"c�.=�:�&����k潞9��aܒ+=�Xz`����$	%���}*Lث�w.�r�D�$��h,P#�4�	�-RJ���f�V����?H-D�D��#�P�#�H�I�w��rjѶ��@88"�$�`%�#VO�Lb4��lmI"{w��%ibɧ9�
�
4J��"�ŐZ�l�@Ct�	�@cN<��J�IR�.�$K.�0p�G���^���P��E�@��I"�ޒ3��rr���h.I��A 	
�ܑH��aoE�����%�q�}���xů�V�W�Q$��g�{��#ԫ26B�#PH�X�@��(T�
�`�@t��O(� 
�O�!B�ԣ'��C�.8�l����6(�x�l(�$~6<9
�NGP��b�u��#z��5��'R�VmX	
�9��b�&�
'fgP��F���b
�Y��6R�
�
�G.�(�S<�n~3�/a��m 5��<R��E�P@�T�!
�
�E�N�@O�� �Pj�E�(�-�A��1B�U�:n0;�"�P���@����
�
bp�8K�2ʠ�(�N"���#
@�Tqdg8�'��"��q$c
� P�	HFj��:��A���Ƽ(T��8d�
��*I���E� �INVAQ�l� FT%:��6����,�*k(��
�dG�l�_4{$���XD�8��'Y��B A�(XH�!�6�)1�wR�Aҁ�S��D)
r�dTZ���pτl����F�@t��ۄ����X{�)�:b�!��N�j!�!@�T�`P`v71�^�D_�X��ja�@��H0i�C�s3��,�	��� "I�+pq*O�
���1�����0G@�����:Y�pa&�`E-�M\B�@�/6�)�o!�0�bb�jjL�Q0`�(�eB)?�э`��[��a�c�V�`r�4H�̰0���q��?���oVI�$�K�0���E|�H�V�xn��N�s��?
�������$&c��b@�<���@A@y(�t�
�&E��:��
M$��[��'��u���2�\1'����T:(��VF��
��IU�?LLh<`�a�
��`4�P��Z'膐�I�H��g�����Ū�	
V�$B
c����"��:"H��J��!'��I���//D-̈�'ҁ�s�	�3?�!v��� :�m|#�n�����x��
��還cv0
�~����@�;�A�o���@���fh� ����	}�����+}Ex,��y@�A�o\� H�1���Ln O����
�1�	K�V������@!@:�o�0��@Ђ�u
�e�5C ���*���TQ��4ؗz��+��!���B^M� !�PJ3�+�F&� \[Y�@�?u!�/7�*�C)�������w���
r�S�@���`�j��nD�hzN��)�P (�$҉�Dlp�V��	L@ "H�@b�H�I�F3n��	4���ʞh����@�2�q�(`(�4҃��c�+9#.;���>/�!@pD@@���)Ѐ*AC4�Ny�O��9怀
�ח��g}�_<�eW7 @ *�k�8�,��	�P߰
�y�
�   �p��bt\
p#C@
Ui"�1�0Z�	˰
�`|���	�P��
��t�
��~�~��P_p�a�U��!��U��:r�P�	.�x1!�|6@{ 
a�@�`��@��
Ͱ~�pP8�d�(�FI@x�9`*@��O�2 !���6�����
�C8� 
���0K�
7��TU�{E&-��8
�T�60T�2QC�`
�p;|y����0
����+f�d 0�9�v -��(0���!��nh8�@�Cd�� 	B�y����V
�������`R�=�H0I�&A�+����0	zp[�7PL�Q��p8���P�Pg 3 ! -J����?���Fߑ
�@3����<��q� ���B8���Av^�$M�������!hy�
��@h2o)��Q�pyijᗸ�(x���!?�i���0����eVL���P���XA^�p��JQ+dE���C�
���,A�@�	�I���������I�0$�b�P���Ĕ
Q�
�y��p
�@Bn��	��
qVTn��!`p���ǀD�~������9�a�y!�,gg�H����*\�0>z#J�H�"Cx3j��Dz}ڬ�H��IeG�b��ˊ�P�͍�,�@�ay7�2��>}A8��_N�P�7՚2`��h�@�Q��o*�@CH0x�H�p�\%��ػ��=B�@@��Nݻ��p/_:=5��A�4tD��}�C��_�j��A� �F��10=S`O蠀�E�X9bS���>g�u�*/�I(�q(Y._�~��z����o_�H��1A@�G�N���U+��|�mW|K���-
DЁ���)sJ��O���y}�@>e��*	��K,)�NQvUu��>:@ Akx���B���,-�bF[��NM��0��@��"*P�IQN/r�7_�A(Pł���������?���V��O�u����.��JpF��?��!XN	q	��Ȉ���.�����%z�����I��Y��C<���,��r�.��kB�#�G ��ie�"@�5�2Tj@:�R
(���B��K�F,Ar�G(�蓥@���eT�%�4B	����|	?��9M/o�b#
��Hb(�!��)�41�!��n<m0��=�O>�xh�[�҈A���+����!�4����F8�v�Tz �Ake���A�x�A���K��1>�X��:#���$���IB
�	�O�Q=	02mD�b�
PF'�(T����/<0�����(?r&�q>����+K2����'M�JP�l7�
qC�G?�D�X�DS�^k^
�&�t��T����		:���>�d��P0����
�+I�)��*�>��$�o_9�h>�-�:]�� p$Lp���<�V�)
(l@F{D'a	&w+S��
�@���g� �$x���'� .�ـ��N$����(hAX<��{D�tq��B��A
�Q?�l��@�1��`�qxB�:X�R$8�x
n���ب�%p�R� j�\0	$����|�#'G)��u���ɿ��W�B���j!�	���C��t$
���@���pI ��BS�H���^y�92&q0���� ֻO��Pي��Q% m��#=�1�m@Ш_N���X����2G�#	
���l"h�!�@�����aLe�'�q�k	��8Z�vԷ_�!���K��QL�`�@�
�lDO��R:9a��($�0�1��(@nb�@�@
K�md�)�
b�t�K ������2��J�� 0,����]@%-�W�&�H��a�tBr೅!`�_A� �F�D�((@�As��pR#�PB�t����%h�	Vdb��BhAʊd�]P�:Ё
d7X��8��5xHHDr��T��>���
���r���*�:��bMH�eP�$G&Zq�ܢ���`���5S�8���D���C��B$0��~[@8�wP� ��E�^Q���%�-rq
�
)�

`X�( E,�=�`2Q`Bo*�I���V�p يt��-�H-C`�=r"t`/	
`��:#[���:6�OB �������aLA�^� nt�n�G2P�����Di�/�p��Q�?h@{2���$���&�tO�%�'Jx��}K1�92(��&����#@Q�4�8�+��*c�P�w �pg�J�,YB��@T�����u�"�$.�[���
pX�$25�9"b&���{@�h�M,��$(\:_��[I�<$�� ����H���-��X�f�WeM���`�0�0���r!�xB��:��1	6c��rX�A^
�c��ͳ��Pd�$�H���k�t!�&Aʇ���	���m�P@��hGr�
�=�@�BH�4��:�
����'�o"��V�p���Dyy>�y���`:���	��
��ˠ]�3�?yQn�DA1S��=�w��@8ȡ
pd���6�1
op�=�	�0�,bw�3@��,.
�4:�U���7��
mT���F4��lTC�	GA���R�|ɨ&$q���\�$H>(=%A`}I�� Mۖxfe$:""H�
@����7\��@J�:UTR�w�T  ��
q�AP�U��-�F�/$`o�!w�RV�r��r��i��`2(
�Ќo����U�P9��	�
�l��-�>P�N~.
?�d�lGC;͇Jjb1�n
���<!�� �KP�g�	0p2S�lS�
�E��	*���`��p���&�{8`v&B#f
�pe�
yftL�@5p
�Z�W��p�y�x1
�D& 3fEx�sP�D$�?$@�S0�a6 1�/1p8��0
�p�P�v�0��ڰ
�P��p3v[��4jR�Y�ȃ�
0!.���h�A���|����`��
�P�
٠
Ӑ
�LJ�7�@�C&�����
��
�gT"WR��	1~u82 Z�	�$���
�w���
��
�8�P
`��1��6�SӁ���@��� JD���{A�Dr�/W�
�`B|��X�0��
y
~�
3?�e�l�\p�Q��~��"�(�����G6��¢�	���Аw0���Њ��
�`>p��F
��N�O1H�(��a�`���/�`�`
��	���	�`�0`@)��� ?@O�/L�A��H@A�P8h��U�p
��	��y�f��
�
0 �HA��%,W4L AQ�a�sB������POC�q M�b!��
$`q��nuIb1M�M`���l�N���l`A��2$��b1���@�Q�8�p������P�
� VZ0�$*W@z0-z�eL� h9�-�
aL�Ԉ:���R�A*rr��
�`�G��`��6��]EZ`Tj9�]q
��[�<*�1�c���z�d�ijrM����oZ�`'"��&y�Vz�J�
�p��9a�p�`L(unʨ1�����If�Q�DŽx��%��
�J�$S�J��o!�,mk�H����*\�P���#J�H��>{1V�ȱc�}��汤ɓ��K7�#��DI�fDS*� �a�͟@�3��	����eI�P��ӫ6; �uK��]���Jˎ] �?{�0�	�ۻe��o S���}�-3L�0	#)���	��pCO`Ƞ������@l�	b�VA��Y$t����B�@�l��
�a�$4a�G$(#���5���@��7�J�+�[cT@�{S~��3Di��L�@���
+���-	�jP�}@�C�)��1	��/�$L-Q�@ |FaI��4���p°�P.��80��<�ؓ���
1�'���*����@�e���4m��=��A	 PE2�,Ԋ.�1@aq9�C��Fq�3D�
�K�s	�R��
��O>�(��>��
�0�*�@�J2g�C<�2�����@��0�A���s�k�ʐ\tBPr}���c�,��-�(�I��*P`��a�Ca$��D��ɜ��t��-��@�d�9mX�ׯzM���%�t��)�,Ċ.�`
���"����'�:�H'�T
�%C[��O�A�S�?��1ږ������$=≲	�"K*0D`�L��]�M��I!��<�]��
䰈���1B���ޝ�j�@\�~�d�B}�S<��&4ds�	L���h����ǟ<d�'���)�l�C���?4�IB���)�T1��**$-S�@� @�]��OVхH���<X�HB��B�A�b�5q��0<��i��?�nӎC�C#T#d�/
�i.IppB�T��*l0l$�{4��k��eC}��p�A$(AJ�n �(�.pv6l�~aƞ�<��0�@���,�
������h$�=��;H,>��
�H
(0���YM�&ŏU�Qy�?��
P��Є%`@�pr)�-dV��	PA\���T&#���d �"��
bU(@�:�O$B�[�&�ǁHb�	a��pWdd5i�]�!��Xo!'�:����0�:4i�\�b����r]d�JX�=�pC
��H�0�W)@���E)R(P�I|����%��	�
�td�Aq�1)����$n���$c���ak�8����i�	�7c�^�|��!����a8�:`#:@p#���p�	/x�^A�GX��@�Ad'�-NQ$��>r�0fG��Q�P�34��F�!� �,��E �HC�&X@ @�:����q
�P�0�g���%B	
]xS � F8i��(#��APyC��"2Fq��!]I�K�C�����
! (�J�U @+�A��U.jS ��"�\8��D�?�`��h-�]ʤ� �+J��,�"$J0x�)��,lF+
�M$���I���qpL���Q
[pq ��v���`"�Eun# iC-烢�c ���&<�W���6$1Ɍt	l�1j*G\��
�I:tOlsCH2�@�@O"��cC�ځ�"�)��v��$A�Â8�%9���	l��@IL�`��W�G��V\W����;$�q! xTj�D��2�����J��H-G�c
�!��Z΍�������e,���UAZ�E��& ��F���63Uم���AZ�ف���5I �D��&�@@xPz�-n�}��v#�Q�#��)��$��"�T`�b�8=�.p�	d�#11C�̐J��m�H̀'��!�8+|q�c��"��#bĨ&�T���`� ��D��Y@
��H
���L�<���+"��3A����<��|Bm��`�<��t���9�Am�#���6 
�6����@|L�#1��!k��� 8��oh��ȆA�Q
�T#�0P#�c#��2�_��@ol#�	�D#J��i��@�!��oA��j��Q2����&�(HeP=�GhQ�ĈB�T?��#�$PH	b��訉*������ĩ.j����A�Bd��� �<M�0�HBS��B^��L<��VH��4�h���#$%�h�RmX$�WxwAv�{@� �F����B
�=f{ү�Ep}� �ʸ���bk� �!�Wu�W-V��	���� ��<�3av60�
�v@��
��?�_0��P.�)\0�#^Rq� �@��'H���!P��
1MGްpf���Rx%�������]�p-�1P6`T�(2� 
�0
�00۠
Qڰ�Q��X�T��
�`d�p���$tKmQ�`�x�� FУ
`i(( {�_K�
�
�� � 
�
��
�
�r!�1˶�����
��
��v^�a�� k�(��0��5�
��	��"��	��wx�P
(Ӑ
����5g���	l��<���HQ�@�P��z !
,��, K�,c|�@�w ��Pڰ
�0堎��^@5�$�@���P)�@+��(;�&,�
��?5�
Ƞ	�����	���0�
:�<>6^�@P�}M���R�D�bp���p
�`	��@�Wy`��JN�F�C��d�.0DR��'M5�����Q�P�>[�0��� A�� Q��	�@�aXQ)�%%��4I4nQ��(D��X!��A8��
sI0iɹ�W[A�"�M�
�'=����A����P pD�9�@��Y�&��M�沁������(�
1
��
�

�p�ɀz�35�@�K�%!�"
��(�� [�������bU��0�'���&�&�
�/����@-�
����`.�0�B��qSԙ���
��&1
rT�A��A�I�!�,h
*O�Hp_=�*\��Ç:�k�}3.�'��SL�Hr�!HX �@��%�t@�A�405li`�
�$�� �#φj�9P�#�*d��@�R"H��e֯`ÊK��ٳhӪ]˶�۷p�ʝKWj>�m���7R�����Y�D�O��BL�@��2�ey���@���\�U(��$:P�9����c�
@l	5��RW��k��b$��,%�BM�X��سk�ν����ËZO�����ӫ_�^)�}����~�2d��#[�V��@[�t	  ��p�Y[}�
@�jR�!��:`�rk��^=&$"!�,a(K�H��2 *\�p�#� ]���ȑ`=�fD�H�d��0#a��>{���%����-G�6o�//x�-�1�?~:q.]H��Μ��*̚O�T�`[�K��ٳhӪ]˶�۷p��+0[Za�h�fYZST$�`jV�"(�`H��I��@x ���Mv�چ�&xp$P8�Y���Gk@��A�Au:��&d�EU-O]X&���4�>���iu d��F�s���سk�ν����Ë=O��y��z>�ᴡ+[uw��L�/	
,�śN]�Y]
7T#����Z��@r
!�,e$J��o���*�O�Ç�	l��ċ���o0�hx@�	Qc����kgJ�>�
��WR"·��2�O�=�;
1�@�L�J�J��իX�j�ʵ�ׯ`ÊK�,uY�,sU��u;D]J�<&�`�(LhHT d.y<w��`%��A�M���Ĉ�b��iւyb*���ӨS�^ͺ��װc˞M���۸�J�L���͓_>��y���'�D�r�S��o�|��~ʹ�̓!�,i#L�(O���*\��@fCJ�8��!
3*�g��	�0�Q�?y�4(��d�|���7�I�%9�t� N����G���H�N�S�ӧP�J�J��իX�j�ʵ�ׯ`ÊU�lj�G��d����Ґ@��)L~��@_��v�! P�T�B�ar��ΎU�2`o_V�W���̹��ϠC�M���ӨS�^ͺuҳ�,[}����uU����1w�07�Ie8 t(�@
�F,3a@!�,k L�Xf����D�Ç��kB�Ń���b�@C��g�If!/���ʔ0%����̛8s��ɳ�ϟ@�
J��ѣH�*]�4�K��ڴ�O���!{�s�>~�X@�3bV{m`�W�^Ӝ.3��K��ݻx���˷�߿�L��E�O�l�v��yG0虱޿PH���F�>���0�!�,mM��'����
��‡��Weċ	ہ���D}��P��?y�•�O`��	œI��͛8s��ɳ�ϟ@�
J��ѣH{J�)���|��:� 'Ay��4�?��)���I^�z�Lʶ�۷p�ʝK��ݻx���˷�߿���/7`;��+�@'���~( �X�
�����c!�,n N��'����ħ��Â�A�}4Pa�#��
P�X��t�$"��A�%�I��͛8s��ɳ�ϟ@�
J��ѣH�*5h��:9v���e������ ��?d@�����gY��]˶�۷p�ʝK��ݻx����W�ٞi��@�Ny��@��8�g�����!�,n M��@0��*\HP��#F�@$jL(��&lI�su:�\ɒ�=|-cʜI��͛8s��ɳ�ϟ@�
J��ѣHV�/�8r��g;���:Ic��WfسhӪ]˶�۷p�ʝK��ݻx�
ȓ^O����4)�
�� +@��:!��4iN�I!�,oL�H$�������
#JP�������� C��o���(S�\ɲ�˗0cʜI��͛8s��ɳ�Ly6���+&?|��PS�?:f�+��g��Y�ʵ�ׯ`ÊK��ٳhӪ]˶-�'aƍ��7d2!1��߿!
HĴWGf�P��n�!�,oK�&����
�t@�Ç�d)�B^X�h�2� C��'��ɓ(S�\ɲ�˗0cʜI��͛8s��ɳ"7 Z��gL^��X���d��I��իX�j�ʵ�ׯ`ÊK��ٳ+�d�B#ˈe����@�K�!�,o
#O���O���*\Ȱ�C���0�E����`�ł�EP��C��:��8r�˗KœI��͛8s��ɳ�ϟ@�
J��ѣH�LZ$A�vf��R�D����Hu*ǜNAJ5�r�ȨLӪ]˶�۷p�ʝK��ݻx����W�̾-y��gؑm�,�3+E�K!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��!�,��;PK�
�[3P$��inc/admin/images/cm-premium.pngnu�[����PNG


IHDRbKv3	pHYs��sRGB���gAMA���aoIDATx��?K�@�*M��E+X���B+�����
ND���� NR';�vpt���pn��vS��5�Ἃ�
�!�􁐻����{�;F�!��5c�%���ڔ�@�.I���B(�'͚��KW X�O|d&L�g�W�@ű9�ŕt9>�bbn���Ol 2�p&�E�el��]C2<�^�š�V٤8�)�l�/���t	�S;hw�m����1��G�{y��K��3����	���Z�����0$��H
ߛk�{�Z���`0B�Ϙ��Rۚ�^��~=e�kZ�9�M���Qv�Ng���YSa;�w/�5�7��J��>�
?Ѡ�L/��Z�5�vK��W��B*��1�5p�;_ode���IEND�B`�PK�
�[\/t�*�*%inc/admin/images/magazine-blocks.webpnu�[���RIFF�*WEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 �(�5�*`�>1�D"!�tL�Z[�]�G���_��
��_j��I�W�K�W��%���?G~X���Iڗd�m�������������O���%?A����"�)���������}R�����������~������a�W���?���������m��O��������9�����o�?�������F��s���������~��k���#����NΟ{A��ϟο��7����n?.>�~�c�g��_�z�~W�����_�/�.4͟��������]�ǡf}�?��q�]�a��Ϳ������?�}2�y�/��π�����������������IK���3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~������3H~�G� V^��2�Kvڔ�s3H~������3H~������3H~������0�v��ǟʆ�o��?T�{凲`���F�6|�!��3�,>6|�!����ANz+5\��
қ�dpK���j�����L���s��J硡�*#��"���8X�Ź�F��D���T��N\=8^	�[2�R�G�M�C���.e�y^VE���f���O��>BR5
&|���-�4���|���-��4?zl$�d����50����"�:d|�E�$�G�i��5��M��q/�N
L*��b̀L�b��} ug��hD:J�Dw�e٫�M�7y����<��>X���*��){��h�cy�׊��
�R{�?��ٟ4����]�\��>�C�:��Ҙ��t�Qs���a�,o'�)[$�t�xFQ�M�`������I�3H~������3H~�ꝧjl��Z�N���T�J�ө��[f-����-�V��o�'f'������͡�����1������V��y�NӦ�8=B�A�viD<Dc�xC
9��O����b5�(�3��?�qO@N?�ѾeqG�YU������()���~v�ꀺ���h�Ǹ��0�
�a�[�i�!��a�Z#H�<yƄ���Y���+��o�Ub}}I�9P=�R���v=H��z��1j�=R}�خ�(�w�:��ag2cυ�>����z${��F�:Tm`X�_�%���Y���lJ4���I\�(�'n
|��h�a�[�i�!��a�[�TYR.n�S�FH`�'�aSgo���$� 4
��׫���|���-�4���|���-�M��
�G�����d}�_l-�4�'��|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-�4���|���-����x~�k�ތh�ȋM�y+�iO��<�.C��lb�iZ�qVi,|�ُ�v�:�r�T�*fk�Y�Q��H7�"r'"6b�}��po�*,�*���v+�r'#m��u,�|�g��E��Bƽ�����y��R�^�}�=N<��
>�sjΉ����T�}O��d0�ExJBT���
n��1f�$zL�*��"�����=��"b��4�~���(<(P	_!B����g�p2��ə��?���a�tM �XB(h�38����i��uj�C"�zCL����j�	��h�����᎗%S/�x����]�xh0�Gʬ�2�j��S��K-�[�6H,�{���0�����M��"'t4i~��ndxǀ���e��+h�C���R�')��qU�N�²��CkC	h����rIrxfP�Eڒ+�80�ee�%���}�VՈ�ő)V��,L������$��*0�4&ѻ�|�%�.7����ZzJYtZ#n��.Lj����b�d�0��Q�v�uL�c�~|"b꽣�
�/=V�f�$��e7�ʼnAWg)ngDG�\�k	-�8+I�ǹ���۔���[��-�C�y
y�[���wA?��\
�A�|�/�w�����NQh���Jr{�s�Ӽ�A� � "4<;Y��f%իf==�F�w��{��a�#O���26#�smٛke�r+uꨏi���v�O�l��cT�vn�r�Q
em��R�(�td�U���ԅK��M3�5�uY���[���LG�_d�W�{A�����Mu�����c�'��	8~rѧ�����9N���﷦����V����D��-;P.��e[���:-^v�]�~��_�Cׁ�J_\=��g]Q���,"i��Z�Z�:ׁ'`/*bD��s�x�V|���F�Kբ�n����q�v���I�׭Ni�x<BԾ+��=��}_���dH�w
��DHw�\gWK��
�*E-y���9	�N��W��_x-Sg�v"��,�'�\�3X�E�%�y)���ؔZ`�kyR�2/����u`�@�g��gMG�d}w��5��L^���X�.�~�\ݙ�;�(r�P��dr�����#/��Pd�z�m�{�=�U|�g�1�z���zp|�Y%e=DG�I1��T����_%�{��6�x��a�n�iK���ە��G��f���L>�`o�mGE	y!�F9����;,Eпق�pSX�c�#n���Ap܍�}k�I	����[��T�߹-���̊,o:2a�9�,�#���Ԩ�L}<e0}�����]���L^Cӵ#� �%M��q�����%0j
5Mfy�b�l�#����h�V�+i�<;��7>�7m�T��;w=��[��Ap���>$~-�.�lw��>2d*���f���9��pG�`�(�u�M0��V�j�DŽ�ifAr�#~��g�-����WC����嬨�l<�?eEW��h���?S.v��g9����a�2��CQ}.T���PA�:_��C�6J��B��w�oR$>�nG{PY���6�#���1@���K3�iZ��<����#�'7'�S|����w��pl4�jܴc�Nr�\���A���)�5�ݧC��l`;��u_�v�Ɗ|4#�JE�8b_u�zsG�C�/����v��gQa�jy�y��k�&���������ܟ�Cn�L�
���0lOE��Ffn{�m+�Jq��؂_��V�!��Ϋ����?EZ(��`N�{W�0���c0�*����/
m������I+�)D�����5uA�9���WC� n�id���+�D��vb8���Uh�3|5Vp'N���);�)C�$9��̋�{��ɀ�G�����
�lQc�>��l�x�y3"��/J��"��&�ko	!�3���3�$�m�I�Li�W�g{��7mZ�~.5ʷJd�YhbB�$Z����$�T�D)�Di��iq���r��ˆ]��qy�C(���f�A�~��y��j�u)���l���!{�LZ�����`����Ns��޶k��؍����:k���U�'����5Q)�;G���y�/#�)`�C��g?8n�Ȩ�����2d�7(���c��O����0�e���t���vK=ȍ:�'�_�^�b�B6[g�W�'��("��!x�+��P��+�-�k9�kK�.d����@��Z/�!�r����̯���Z�w"3�}�?��O�s��RvBMW�s���sm�SJ^`�	k��ϊ��tnD�?��t�o�x�A���:��YcJ��\���|tKq�u������=Of�|�f�ռ��e���La�3�+��q����X��y��$�m��F�3gems�>2&KNj��#1?j%q�#)a:xI��D��/T�U�%�l�T�7��������9��F��#U�⯸I%F�>�h��K�4���,U�5W��
��e��q)�4�_�[��Gͅ2����7��u��E֓��6NXC���7<U;_�&�����YāW�|��Q��r�
�Ҡ��v��
�U��9��/#�)d�M�/z�v�ƐL.+%����b���q]�����
A��A�����R��xs~n�w�ܔ
Y��<�����\>��s�v�ؚ�N��p,U�=ul�-,�Q�9�Eg�t%L󛕚I�?`r�UÚ��W
G�W�C�Ł%_���F���F��Ջ���Y��$
�������	HG>�"��T���qHb����L귀��;�J@$����$�\����c���^���KݾsW\m�E���}�9|w.՛O{et5+�x�J�-��=
�[��k|��'QE�1J�.;;�y@��L�/�g��N����l����u����o�Y�S("�5���]�2��ǥ�Ń�o��S��o	��G���`���BE�7����,�U�ۡ������4)$�;W9"X/g����_y����#��g�i�X�wO�[���X�V���{BS��B�滕�o� ��η�p���2�\�`IZ��7v�tAk��J�O�0(����n
�,���m]M{|�)iLX*��~�ζ�hC�R�I��[V:�������^'�XS���μ��=�%�"^��q�H���qԕ���
�+��ր�|�h�;���hkE�I�ֱ���MY��bd�(��A�J@0.��Q��C�{}@�.�1���.q���"��_Z��q!z���A��g�����'��4y!�Z�_���X���Z���Ƹ�M��**��ɠ�l�A
HE�-�#Q*�D���0�!�k��0�8D:���,
��#�t.]%Ğ7aB%���H�$�@<=i1%:; 
3�P^㜚`���{���C0��@W��0S�+T��JRm-�Ǝ��B��㖮�נy��[A7?|���c8��t�]6���!��x�1�rg��t^࿴jtF
N�f�WĊ��&�J�j�݃����3ͪ"v���T��m=��_�Y��źꢈ���&�)��"�χ�5�v�qã`'�*	��7���}fS&���v�'��S��ʇ�$7�A��WC@�!�N� _��z^<�O/�:����h��l�j�K	j7�He;o~ꄢ���w��*9����(�t�o�{,�\���҂k=�(�k����Ûߠ��t,Ua����1ή���_
k�r#����E�!�d�΋��Ni��*�h�h�J ȓ^�e�̷�9�_P��RG.������ta������OG0B�v�;E����b;k��
R�<]&d�]�G�an�$U+�
{r���t������,KבI��'rʔ8<�V?ݏc4x�\�Qq�y*(Q�F=6�y����K�eМ��U_�\'f1�
�Q�Θݎ�ڵ���cY���]���
���~\��*�+��%p�M�5�ܫ�-Yoo3�HS^0G�$�*a(��e���~�T�ly�3=�Fu�%?��$���
��f��R��C��Q>�b=>)��.���Ay!�֞��= ��@�>w��"��x�!�ş�Rʃ��>n`H�ԯ�hٍIpqH�Mf[��z�ӛ餺.��F�1J5+��ƉI-������k����3�x�q^= �U��Ӫ?�>մ[st�e�H��+�
���ze��T�����"\�<�mR�j.�B��X?n��?�D=G��Ƶe�K����~�u�݊�Q�v�� �����~��,���s�[o�MP�4��ւ�ո-��=��ӭ�'�y������ƶ�a��@���		[E����xp^0t�2�z�4�T��Hx��#.�~��d^���U���H�A�~9u#��B�6�]1N���PW�Ht4��(�q�Uwⷑ�ǧ֖B�T*;�P�u����\g$Uk��!��LE����Z4;x�e�C��|�S�z���DTuH2Ô�܃vܐ+:����Ï�sf�P^wSh�l`8ޗ���j�q\ݽl3�2���,,D�_Z-+[k8@<����n�?³�.+����B'$�oՇ��E���<p�v�}�Q�D�^J~���kK�c̵��m78�NТ�����Z��_<�m��X�5��}Y��=��x��o[��5���>��B$}�q���v������0���Z⛆����8��Zq�;�W�f��[������wi����ղ�e|��%v6f��r@�O|����3z~�{}C��A�=���o3��؅ȭ��]�Ql�|�fI}Z�g@?�֖݌S�h�@�]����i�	e�hy�1�.6n�c�B�4=[�o]�1e�
�Ҋ�� �Q�ҵ�����a�HbHnP2$��Ϡ5{�^z�>"ܔ)�;.RP#M�|�)R4aN�@���#�
�x���_[�!
Y�Y��ñ��(	���ިx�"��Rs�F��O����_Q��Ǹ��/��b�v��y]���D��g�{�o�F�<�?{&M�u��P;�T��Lq�C���m������2'��d�q��n��4�تxa�oj���P�?���@�[C�g&HeR/�V5zj���r�V���4a�pl�9h�/�����k�ek��`��&��������oP"���˞��3���&���5��d��/�Y)2*aM.P����MV%��@y��?7]��3n��P7�^#P{����=�WP��A�]���^����
�%��Q��e�џ���PB#��#�(�L.>n4���3��iQd�f�{�omDZݏ�p#�:��[6M�@	0?Ev�0�������DO$Hi-���	M�j�U:i�ohn$-�ݸ	��W�4�Z���ӫV]�3V�c���� �fP��Rf��HY)vE�e9t)X�*��S�E���m���l,	���<�q�tミѩ`I
��KK�a�G��y|fc�k�4��"R�˭�	�ǻ"ҽlƤ���꾍4|,��En��@ۤ��m�T���(P�i{�+���V�~s+5o����y��7Ǯ�t�|r���
aE���*H�smZ�l����]�'�?K:J#12�/e<j��>&����`m8��yt@J�:�7���pţ4��C�[�& �ռ���|-{Vە�Ӕ[ NX7��O�A�K���c1�,Xg�N1���m��?W��SFZݗU���+-_WL����Q�߀�*�����6:�5Eג���h3���Hd�p�� ��Q6�<�~�@s�YfM��I���x��M)��swt�@���O�3���-�&�jF�ˮL
��� 0o�D��,��$X�.���{� E#�5���C�"I2�|Q�)����.���=�O!�i:�&zp�*NO�XX`*��3�6r��ŃPLj''V_��,8�'��w���ތQE�̄��Z�|�x���܋�tI�d�ik�iޛ�	��\Q�lmZ���/Nl�
��E�Bio5F��-RAE�p�BB�.�����ތ���_�("Š���"�R�hוA�W�Kc���0�-�����E��*���5O5�,� j璄\�u�B�KwiE�P��[/›�
�!4tVΑ>��gD�Q�\�9�H�:ۆ!h�����Q�rX����.�q�-���`�Z�B�/�i��6�EepO��̀��
��������g���;�`ƠIGR�ʲQܭ"x�%n5�k�V�|�<VƜDOZL���f:% ,�b��9�V\��.잛��
ާ[����	�ݴ`7��w�n�CL��޳^�\�ݾU�JE�?�G�@�Cf�մ�h,�y�1 �I�fs�Q8K��#6�����9?@��;��R(��WD`N���z#���A��g|�9#3��ʹ|���.�)]{�=�"`9E���[��ꑱD[b�jz����! �����U0u�xbN}^�Jy��!��l�b=Zp�{�s�-�M�ccY�]v���|�;k���M�X�R2�*����F��(1ȷd����v�*l�f�rz��Zb��ϻ�a+r�@��=�����8��8����
Yc��]�b�ٌ9f�C����%��E���>��S.�A��2,S�X�[���Xo�&M�"�0=.y��QTE-<4)
L���$OԵ]���������ҏcz��j6��j��6��tS�R�K�c�X��)r����u�E7e��_�O�3,��1X�kO�@*�i$����8�-�XҾ<���
�!0�����DN�kHBݰ�}E�|����)�ha���,�=�󠋶�f�.���vd���F @�����\�̾h�x�|$�%>�wjss���?!�^�fk�ЭK�d"j�)��`�8hKa���o�1������_�]�rH�?����#~ҿn�
�������?m;,��M���.��'Kh�~��1W%)�!T���=@H���ؖ����B}��J2q�({J�2�����,}V<*{C7�1\��m�Ħ���U��H���ኃ@����"`,������>	P��;��x������{�.,9�������*��{Y^��4BK��
H�GҐo���ଟ-'B�2'�Ƈ�M��5Z��[���3�	���$�-xj����������;��p�F�p��>��AH-yQWr�5�{͹�Π��bڇ�/��۠Z��bm�X����D�A���I��z�*b����B�	�-�\�̐9$ɏ�֊]��:}ȿ �/"�������}WTl�ߟTS2��F�w�U
����%���j�O�\�¿���"#62DXaZ��G)�����&���Oŝ���dZ�N]�K�+��f��B�������3Z�;���������
ʸ�������Ճj:�a{?ۏ<�*~���P��{Ď��`F{?&���b��~���]^����0}�(*�@�r#���.�HzU���"��kd��5��'�{M(��t$����Y���U139�m�]|8V�E<�h��P�k���b��p���4�m��&�
�SCr%��OV��y9�KM�d�Ohyo"��I:�!��@��J���%�$�&�̡��wy��®`b
+�#%^�&zcn_�˦��I��ɛ�����*OV��VZQ0 �H@�D~$B���`R}��xU���2 Z�ʅ���S�:m��B3��*��PK�
�[;�Eb�b�)inc/admin/images/cm-starter-templates.pngnu�[����PNG


IHDR�mf�	pHYs%%IR$�sRGB���gAMA���a�IDATx�y�u[z�=k��w�;�z�=�j�%�$-�U`�M\�0��q�-�8��C;�CA�!B���S&1��첱�A�`!@h��s�ݷ�;~�{��{��{�����~o��^��ҷ�}�s�ִ�^�o��)P�~�#�C�[�)��˜�O�D4�v��Hi^�@|0�٧nvj�RF=GN��RϘ�j�R����\V/煞~�o��>*m��U��g�׍�ݚ��nL�&�K���Q�M�8������1$�����8�Q��ưñ ��5s�v�z�\��#}���2�N��p^.�ܷE���~7͔6h���Cg��o���N���f�u	K��~��VǶ-n��=k���3'���:�hچv-������U�G�G�j[����Ի��5#���!֎ڮ҅���w�9��=�o�\b��ʰc���±9v�v|5�z����ʷ����m�Z��o����u6��P���o7�[혴���u��~�cj�Y���s���m����q��x���^��%_���V;ۺ�k{�t�<�Ƕ}�m§o_����l�.�l=G/V~[^�_��J}�;9+7bO,� �V���Y��]�Y�1��Or7�
d���x���B�O���Q�K��
��?�� X�fa?��eL�gB�K�s�`��mL�F( Y�<Ѯ�����*�D�^ F����\��({
 d� �L�is�r��/���C\��x�L��=1P�e�����'�ڟ�(6�}��Q���i-�1f�68h��3�N�Sy#P����h��)�c,��r��u{WՍ��+p����9�hG��.�n_&���g�&e�F���O��e�d`�NV���ꟶ�e=	����ل�'5�??��ɮ�o��g�k��� �B���Q���-@�N�m��+��v��m��sK�@�cf�����U���߮���s}��{���ɷߞ��Y��ͷ�m#�d�Z����O/P�\r�h��ܵ��j����u����4L���
TW�QW��B�0a�^�~P�@O�`z]�3���;(�h��"��&d
<T�%���o, d*B;O����0��F����
	�U��,�M���BYюQ�'V����	�qH�<�FV�Cj��
L����xU��Z>+�.I�KQ�Y�Wo�T+���n
h�ʽT��wr�
�Z츍�V^��3e�̌G�0��o��AA��+Ġ��Ϟ=h �O`Pl`�2ciCZ]3�X�
�K,�C��E��%T�S��j�T^`���'./���v��L�q_�W�_����NB���
t����������6��ώ�@�1]����� ���O�~��<�`כj�L~,l�츯�Ƶ-�x��~oϱ}~ռ}�_�a�[�Ԏ��ZA�hche�u[πg<|{<j��Ǟ�vl�p�m��Y۬��}���a(_��!
{0w���X�ꊝ��t�@��T=�����pw&�I�qgL��"��a-�d`�~�?��U��*FVU���TU�݀�B��0)�/כDn ;�ۥ cVP`B�[�����Y�c5.�O]tO�]��KU z!i���T8C`�edi�|�Pyf��7��@Xq�J7VD�����L�*�naHU>4��Ih۬@O���@�1U���1bƉ��Eخ��v�I�=k�B�V�&��?a�&6��H4B���O�rۧ_��+�r/����xV�B��e~Eݖa��J�;�/�혧íﶚ�#v�&Q�zm��[�`��	�7�vE�A�ֵ��^Hx�௳k�U��ӗ��g�w�Y�^�ӂ{�@n�eύ�xY|ݾ��ϫ��-����1_�
;�f�`�}�4������j�ck�����C���Ʊu��3f��3��cA���uu�*��L���ڨQY�����Ԭ�s���QUSCc���s@LШ@��6���CF�Ou|6l�J�ĥ	Bc9��
P� ��
dav��7�c_'Z�1�I�/cQ�p�h�MV�
h퓉��C�65�uߐ\�u2��ƒd�̫�g'�6�ؚ��6��hm�����02��x�m��cj��x�1�����ɱ�n�3��3�e񤄑PP�gKh426\+A�o�J�%h'_.�x�df���N�m{|�l���@6qٟ/���y+����&\���
ʷُM+x�:�kڱn�kW�^�x�
w_��ѽ0���BiK��
k��
�@Ю�}��V�u6)VN�ϟ�>�V��5�`�}��-�4;�}&��o�k;[�q�<��A/��<_�+�/ ��ƨW�dj�i5i�� �� ��7�WQ@���c=OOqۤ
�hw!e�[���
Z��>�0��T��a�_\}1��A��*��"4��)��	��ħZ�Jz���2��c�z,�@"Z���hTQ��"��"���d6)� f-�WGF:���P�K�? ���E��}lǖ�`*�Hm�tN!�A�6MlGl�D=х��ֹ0����Q�^C���nm�*&Q����3� v�1~(���P
d���6��ҏ���%���OV&���Zeڹ�%�[a㿷�ʗa�o'!_�o_�*�¬-��m��� �[+�����ւۮ[5^',��[m0Ջ�-��W�-�����mm��o~E��·�����762���ᅝg<���5zD=�}8f�-X�8���?c~k������c����f�m�~%��ݪU$�GR�)YoDz�8(+����� ��A��3nJ�Ҕ��Q2hXD
b�~e)F='�?�K��f;�E2�)�T��ub6����(X��`�b�i�X��	H����	?4:�U�R�P��R*HaN�|b|9����-���%&��VC|{T(j]�Q(J�������3c�ie@����X�8�X߁�g���o�N��ew��l,F�_�ϡSe)d��ci�yhx“x3v2ģ�.�����Ȇ�~�7A��#�&%�\�I��گ-���1ak��M8~��zx/ �w�V�z/�U�?�׻՗v�n˫Z����m��O�~E����&8�m@{�7��+�~�z��酲�я������h��w�])�3�!��1�`��5m�O���?�-�e{��%^�b��}�,y!�)�v,�{����=��\|=��Dj��e ËL�7&D�Ք��"�ٮA�/g6-ײ	r�z3����	���`&w�܋+���>®��HΖ���
X�K'�U��E���*Q���&�^�·p5��jt7:�.��X��l)J459u	�j�Q��>'5��\�#�5ږboP�0hL���k�^2�Z��ɝU��b �̬vaJ����TSJ�UT=��x�����\e�/o�Qهi�o���>�5*\�١LD�z�d��N��ڗ	�m���	�OZ6)���zoHg��\�~?�x����٤f�ŷ�o��߄���J�ˌ����Ү��<cZ���[�R����gk�a�lQ����׵u?��V�z��z��Ey[?�Xn�;��/F�{m綆��9�z�ֲ6�-����?��9�ൽ�2m���-��v�^���{�v�S7�"D'V,4�5�jj�i�^>ub�j���Vj���R��$������D�VG꾹�OO���Z*�*����XL]I���c�Rc}�C��<>*���`T�Zgn^%k��PJu��C��HQJQ;�2kȊ��y+LS�'(���gR�#�b�x�u��=Sc.����{6�ё�G��3A��it��1�<脹�J��Q
Z�[qx�T����]5�Ljye��kW2z�o}M����H��f��E�z����ք�N�~k�R�gT��JM��y���V}��O�[��vk2�u�wD�$۶ǼZ[�k�r�	_�	�t�=�Zų�LD�=�k�o�g�x�E¬��>v�n���?���ϗg.�V��6pގa�9�n��s�UW�F�ZF�eQ<@�e��o�<Z��w�j���m�C�� �l�e��PT�*6Z�)�q�Tm���a��C��^�j�XcIx���`O6{o�d��C(1!��#*��"ry�aaphۨ�V����#�Xa5���WJ)S�w&�'�=�W��ytk���	ݿ
`�
��A������qe7�o%��pTPq��](�dl��y�ȳ jfN,�De,d�K���fCWm,J,W��$ZyɌ��־�&��4�n�NSx^za�)����a����H+xڕ�/��`�ɾ������k��@��ʱ]nQ�~���n��-܎�uul�����Z�2h���_7���vkele��x�}o��#_��"v��'�,�}�ɗ���������������ݮ/k�q�Rh��k/��{R`�صϝS�_����b+˞-�|;|���e"�ɶr�);P��r��j�q�LT)c%���8Q�*�ʜ�=�1 ��h@��]\0���d@�Vm�8���-��a!�6�E�.uT�����F��20�M^��j�wݶS7N��-;�5͚������W�HP*��]k�f��dL zW�ɞ�q���B���y@Xl|GW��c�&��1��`'��^r/�FB�f�"9C�:x�
^
xMZ�и�� �+�K	����Z�|NԂj�w6ע���aku�2��X+�Z�m�����n��I��+���X�/��IrK����ؼ�ڲZ��f�Jo�ߪi��VO�����m��
�B��4��O/��X��Y�m�[�}��{���q�l�@o[�eۂ��>o�4V�?�=�}�?��
l�l���k:�&h��zx�����:X��y�i���=�M�bt)'�`��ߢb�Y�,���3�h�맕]�I@kQs�iTʫ�3��%��[��"δ�A&�
RV�8ռ�e�{(�"��[�3m��'S�5��3f�Xl&݉�1�MiGu�d����TUn|G�k��Ը��>�&^&��j���*��l�_�W�a��A���
��[Q
M�����{���,csL�d�8�j�s�
�W1�T^�E�E�d�AT0}�X�U���'R?1���Қi{��^�m��.�m9�`'Z�*��&$����^h�����V���n'U[��j�
�l����~�O~k�	��{��oo�zmٓv���}9-�h��v��+vkC[�	p���Gi7oc���x��v������X(�־��H+[���G�N�_����晃֘����|=��%�d�wGc"ʮ��Ow�)�è`��0�du��)vgP���w��$�$��Xu��#
=�Q��P�a�*1�`ך�U�9��T�����MC鯮~��9�N9��_�&Ʊ~/�k�ZV��P�m�o(�1��o��3�y�Ğ��tp��E�V桸N6}�z�k�E�_��56�j�_�[}vgee�N��9�g#�j[T?Ńf=&��TN��$ʋ��V��s��)����r��+�vR�/}��jW�-����x.�!�?޶��֫�v�n�k�ܞ�N�[��V���,������:;�?�[� 6*�g��mU<6&m٭m�0���kW�~%n�@�:��R���8�c��m66��:;�<��C~ߖ�6>�>�-~�������{�$�q���Q����+xJԫ�8�P��M�\����ʀ�8��˟aa���|����
>����m�.k��ͼ�����e�%d[�=��W�O/\|⬚o�-��J��h�Ue��~�t��"dRV�T�N+]k48hR����i���9�5���|�
�4�#�vH]*\+*�$k��e�iZ�Ӽ9���1�Ũ�b[�W�A�f��J�)k	���]�Y�,����E�	�5f*�0RCENg�>M�n�Ķ�"Y��>��oKK�[��VX�U�Z�_~E�'���͏���췵�t���
g+۷ï�|;����m�����u[���ci�����ǹݼ���Ѯ����xx��M[*��o�y�}��������� �yO��\_g�ީ�n�������5o�b�x#V�^x�2&����\o��[F��i�ٵ�;c�8�V���5G�ņ0���.��汔��̠&t/5�߉�3�قE���j�z\�	a4t�� ��W�z{ȭ���1������<1�\#���Y���,���TP�:��q��rx؋���a�e����V�&��.Y���݃�Rq[�u1�._�m� h�j�}���1��D+{�v���2����,xá[%�ҍ]gg�j*#1A�a,����|Nu@g��w�%GcS#UuH2�I�%�	�<�$` E�x..���F�c�n�T�����XO�(O�(uw�I���i-�[ݵ���LX�~�ݕ�[�M����!D��dlt�a>u�n���o?�Z9����$�.��7�uW�2vKh����3O�ۤ��s���{fm_���=��۲�زݰ�[��W����>^h�� V��yaiǯk���Y���ʷ1�ؾ{��u*�V��+{܋58_�v��:�8��e|������ǃ�V�em�@ʏO��|�ۅ��{w6�*e,��-�La�#l.��6Zy$���z�&�p�RְȣzdX )�����Q�i���Tnd���)&��ɷ�%�>�U��S6Qgx���)�oP�@Ln�Z�	�[�Ι!��	���U�#G�,��H(ḵ��NY:l+�6D���gR�a��H]��Ω<:>t6��fD9����᯲5"e�R�a/�.���&�ƍ��Eȴ>u#,���C��Z��� �����dh�%zL�ER�[Y�*:��y�\�%H���ql��
0$J�aN�	Z���S�Ւ�W![����]/+��\_a�b���d5�j8n��pHO�<�d@ ע}�:.T��Q���C��4�b7�^IJ�)�-d��-�ʷ�mщ��=V��u	�.^���T���u-<=��}��vN���za�bge�}2�9����Vs%�T��z΢��ò�1�mKX��䞟�ȴ���^X�96.^@yU���ƽe?<��eJ<x�!���ռoS+h�<��X���t8���[k��g��S��6ؼJƫ϶����V�Z���k�����e]lM�䁗C�u)wN^A�O*�y�,�h��W�)�u� 7[�A�n	p�rj�c�F��`R�r�m����.��
:6���ة@�ɃFT���W��	�%K��!�̀�����#�k 4B��i9�0�%H�2
V��k�|".��P�~5M
�'�T��~9o����>C'Ʀs�
-(��I�i
�p����!�KXn���2�s��,��T(�0;�@�=��şp���4���&�dp��>,$ �M�Id��'��y�ꋠ���&��V�œ�����?z��TZ���[�[`犠�(M�"_���Q꯮�R�������<c +yaPxBa�d�\�E~��w���Or����碭v��Z���/@�A`n��F�eF�U�!�|��q�{�>�;����1���3�gx�m3�p�4�����n�X�Ryb��|Q�C&u+����h�c�<kd���sd�
m�g����v�������ͯ^��_��sO�V����eW��Ѿ{��z�Î�w�-��nv�g"�6�{��v<��w�~t�*ǃ�vn��������{]?-�<�2h�:U�i5S{'�j��bf2x@��l�!���/����������p묨L#R���]E�;h���SWN)WW��h,���_\/��+()�LY
�옇&XUQ5X��#ԉ9#Oώ�����z���]/��
� ��U?.��WE�b�Uy)4i��s	vž�N����h���S��h�z�\�3Fcڅ�6�C磔��%�ť�0��eU�犴]&�Tbg�/ɕ�ԲH���N=�D��9Be#���qP�N�.\�`��N�6��h��D��U��BM�
��]�]�u�}��Υ]^��ݸ�0�	??!���i��J}��EЇAZ����MV�"�||�9�W�(�&@�/!��{c��1`U�7}a
|1NhW���l�P�v�Ϧ��y6v���r���+���B�S��y��>V�`L�E�\�ۘ$MV�*Ϥ��S��)��iZ	�3y��ƒ~U��oW�~�tNvM�eb��?��ռ	@r-�����m�/O�[��Z&�_녶gp<�b�cV�o�og�2�̌V��ݫ5���:����gwZ�gklu%G�t璻�)�D�`�DUt�4���j(���a[(��z]ǘ�6x�JSg��^3��/ �T������
;a�u��h��T07up0�S�F�����*��ʇ�?1]�Y
���� ��a�1)�zL'm���}؋04�f�0� S]�ط��^,I���_A�X�W���XBr]Q=7b�/,�.�<)�~]ф��ֹ>Ў�a����0��>��9v��`c*¯f?��G��T�UT�=�/���j>̇�j\G��`�BAE��l���Y>���ZՈ`�=�@Xǥ�Ρ�7a
���~�]V߶*mW�͍�h���-�iL���l6�0��
�OK4�f�`�gW���I\����-X��q}/q>��O�*���&H9OY!g��v�FC�@u��s%�
(�}�o������d �X۬���UUI̾�@�=���^����c�m�++�lI���j+lZ!Үz��~�o�mJ�`��7fů�q���`�JZۭl7��~���Rm1#������hdzeD����ɟk�W�6$mٞ��bA<����e�i}�d���faЩ�c�p�NrP�ӂ���ʼo��?�v�b=X�|�N�#��]ml�h�jQ�`��*۟<�E�	�BSc=Xp��
>$DŽ�4V�Ci���B�:\��!�C��Y����Q���6S�e�ˌڼ��,}M�ee�x�M��E\��2:c9��
�ئ���;-6�tAy���kW
�D�1d}���\s�D��+ 0N"eev!d��[����ܯ,�y�e�>�]��c<����ɼ0�
'�Y.NT8�/τ��S|�cwK/���c�����E("l+�P]���Oj�YWpc�td�p������X˄����a�?[%�'��j.���?�w����cާ؄Q�l%n��}<uN��2������-����E�2��G�{'ji�	u�m𬀁=;^'`Qo�}颵�fGRU6UE%m��t>]4u���.�B�h20i�fm�2�L�:G{��,���@��?�m���	{��`��:�
���~X��V�y���dxPb�֪ �1�	U�_ob�{�[?Z�b%�/~��>���=�a��������*�C�}��Y��/�G�W����5�&5~�U�W�/�QV�Y[��H}�c�o�!�(e����B&���
�6��E���N�h�_�Y�CY��!������	��^�v�Ȓ�Q�F��)����v��"��܎$�~�{�*�ϟ&D�z��="fK#�U.+� �O�\�Ɩ�]�A##��F%vRg��쎸��4q{R�oFVA��n�U�)tS�)�W��.�q���.�Xu��1��B�r��!�b|@�<�Pu�ju�s�0�*ȝ�M�X����О�4�?�e}�u�~�e��!O��R��<PWD���\
Rz�s{�	_���4��j����n"����� �QW)��e=�0�`�/�u�G�c��<����0�#�B�{c(��_yω�����U<@Dq{C��}I�3	�<ȳ��V��9�퇀6���v��w��(�!ߟ.��5�M�v�<�h�}B���/����m��|�/�&�}8OlA��`ʵ8��?[��!�����N3H�\׾�Q��V�<���X�����L+r[g��͖���3GmC�}�Ǹ\3�W�?�I��y��q.ZuN���Ӝ�@[O˘A5u�N󉯱�i?y9�=�=
Ԟ�?ԍ'�Q�u<W<O�k�~�>㙐���_��1����bL�<��͙�q�
�`���?���6���c�?ԇr�ٱqd01$�2����G�O��m?�K2w�~t�~[Y\N'�&ڂ��\A��徑ԅrr7�`�������a���n���[�_��T�8����i�D�58f}�giګc`����nԇ���>�x�yv=�^_��Ϩ˗oc��;n�{`c�UT�um+lJJ�~��o�#��I@^x}d!�y���^�C>����a�I��LϏ%	.�'�
0]�<E�QbM�Y�f`!&gA��E`2������Bx�:�M���F��!,��
�����1
��86D�",�F�9�$7^�M.���,�YjX(BY��`������2rF�LMquJy�T��e�]��*<��9���'�<�Cu`�������Ա�ayU��
��'f��,4�����}]R���_����ҵ���r�+� ���<d�r�m�q�c���i��1�}�*���Ȃ:�9B`��`�\XrC���z<��$O��Y���f��0SB�c�h+!O\1QVҝ���h�n9p��51��%���S[n�Un�(ꯙ�BX���LjN�o�\&�K~��r�{��y��t	��OZ&�Q7��o���:�B��$FnWG<3cnM��{�O��v�]G{�^�(A�����t�>�yVK�<�Yi�_�<��P�M�1�%d��G�F�7&���
d�Lf�&܇#,���s��΂w��e�)wO'��S�b�
?x
���s=t�@O�o�<���r��0� F�7:^,�ϯ�4ʾS�qe�?�I迍)�)�H���)ψ�Sx.����xv����V�x3d���+@�=5�c`碝����ă̛~z��&X�0�iB>��TGH���0�6�T?���vL8z�̶����
�xa��Yz��8��j�Վ�2ak�y�e��8�``���n�^b��_l��@�]�y��y�`�Z]-�Ak��i�/�9*,,1�!j�oZŃ\�ΰ��V�������h*I���d�P��JEb�&����b7��@���˪��;��4�`:WV��*�P�|f�uDɵ`���P�K9����f�v��7n�Fu⁒��mЈf�vǭ�uM�i<TP�^9-���OPId�ҫA%���p�bj">��jP:���)����U0�JP�4��3����^�\��������"y
�&�O_:�Y`����v���@bkP�<��S-F��L��w�
���|Q�斬�O���}��|/���qщ;�ԧ|����y4�Q��Q#x�pⰙ�Zl.n�C���k�q,6)Ҕ�x��gE��uf椨���L<_r[��N�1��E���v�{hR�Ux���[P#����ڿRש��$��q�i�1�ǐ�����y�̽�[L�?ˌ{`�]]t̀S
%�H������]Y�z��U���$}�R���QcMy�澪�|�zl�Y�]�^i�������J�T184�I}�!��D>�=3��c�1��8�
��wهq�w,%3����Ճ����
�O�����ʴ��ih~���/x���z�e��x��x��o]8M��5�z�M�i}�6�X���v𮬾�V}�h����:�����ëM�mU�+�(�m=���2��d��K�2�b9�R%��Ȱ?3�Q-k]��Qt٬���3`����h3��t~�x�"Ȑ��P��W27��vL��y�B6�6���@�!hpL�X&܁�0Z�_Y��.1�
�Ȩ��ZO��
H�m2ʋ�n�	qމ��W�v��� �8�2���8X�c�v†$,9��0�9#H���*��tbU����"�n�Nxc������R�uBS0EVS�t�2l!�$�do���am�,���	�=&��������S!VX�d���ϛ�m
�$$&�]��p%N��X�2-���('�Ѽ�|?0(��d����nOw�L�3��
�d]8Ūz�ʳ���ITT�?��$��ا#X �DU��������p��6̴g�%��18�:
|�>�b�����S^�bl�"���3��G>�#�V_̂巨Ť��Sd��M�z�w|O,�ZdM!e93/�"q{�@��pgP3�s{�z��hs�m�g��
q�⹈�^/��	ǰ����9�-�F�����.�e�J�P/���D� '�LՍ`(�`
������r�oj�0-ڮ�K�e2ޏ}f�vNʂ:��<�����g/1Vt��l��D�c��1FXb_��X�v���[#*���|�sS�yS��s�޽B��񼃹���,��06(��<C�0���^���03�Ʋ���}:�����c\���v���7!�;J�V�^}�%�+�KjaR��l5]&L^���vQ�8���{J��)N�`m��W�x5��Sa5���/�}��&�M�r-���1�R�ӱ
����°�je�{�#cy����t���W����_}�G�*�U?�ׁ�t>(7���b�uEb-~��Q��V!�����ڡ��A'���
b�����2�����0�GV��j�C�F5%9�l}KU�`k��+"&n����`�zv���
m��(YĨ��/@_���ɋ�υ���ˢ=<XEE�.��^o��yx��^�5��0��M��53y��������Qa@P��Ÿ�6d@�g��3O�������'X|�����G�1��2Ob�E���)�W�۳Qa��N�y���\�YJ�V�m��7S�zL�	B����P�<�N<�0�̫k�Z���$���Lm���-aU�>�	��|�P��/�L�v�ɝ
Ii��f��9����)��*'Oo���!g~v�
@&�N��rB�w_7ƣ�<�����+�*����d��ix��{��'ƋY��gX�힝Mۣ�v2P�u�U��g���������*�|${�=�QV����f���9U�a���fayJ:�}]�e���P'i9�����ƛ&_��a�3à�z��X�?Pt���B������l��2e�v�>������2&}F���]�ڂ̐�YTE�:7�4]��ÈX�QR��e�" ��a�(MG\nW��yQ��F
k�5>E�u��e^�>c��ī�!�ybK!6�O����3����L�g<5ߪ�Z�����~���U�p����3*�Nj6�0T��To�a�!����S���2P���6��}1�����i�OS�Z%	>,���@R�N�*ƒ)k����}km>L��A�X�v����I�)�o*Z0;̈́Ƀ�L�Ʀ�HL*�H�%���\2u粫1+��-䱅ɮ��b=�������y�O��ETıx'�.���e�*��I)E�������7p<��f�<Wi�%�rm�X�YS�Y@'{P|�%iT���f��^
��o��a�����5��L�eӾ��~����֢+����
+�b8��u	qp`�aX�:��b0=�u�^l�	�"���N�;�-��mW2h��=���!�4/��R�fm/,��k��ߥ�G��8O�Q: 8�'mUMͶZiWq����RyI����r�xQ��)y���-q�ws��Xf��O	�kb2Q����'��T-1��]�,��hqS�D�e���K����:!tkc��uV���45�������M~�����b�<��v��.Y�PRu#��#�10���I�������76�葩1��M^mg�R�>�;+�Q]u���Ֆ��q$Y��s���Ɠ���iz�.��B�&v�i��
���;����a<�j�<F<��������c^���� S%�;�W�x��]��ciLE�†��cF�}��z��'��2�?���ȣ�<ĸ�e��!^�s��A�xD��P�ѯA�u�H�C_��Ub8ij3��ANuS���2����L�b#?�p'C����b&b��)V��t��Cc���L���,�2�%*�a������SXIџ�#���ME�������+6¬��$��a�:�d~���䩪$���S�*�%}�d�ƁW�AVuy���:ʅ
$�����<�~��f4������B,!S�|k��"�N�v��$�"� ��a����м���mx{f%�‡w�>���aB�S;N�=$�3��et�W��<wl���X��3���"��X+f��\�p��)`5�g�0��*��/yE#�2�d��c`Bl	��e?�3;$a�/tō�'5DL\�6�SMI4vY�J'�W��JD*�<���㢃��2B bu�6&PA\#��;�OZ?z
�`F%�l���2Rv��PA���Q
4�m�Y1t댮�����>�֧݅��,�/LN�cFc����0*�J)���{IV��R�?��2<\x.�0P̅��� ��n����G�	�M��F��e���߱g�yY��dZ1J���]���d;̻†��`o��hf�[�S/����Þ������0�4&�~�3e�!R�"�7��W��~��(~��h�lV��Á���0�(x�����әQ�JQ�h
%�ǀ1���
w+���0�h*1��^�7m󆖦~)�ʸ���� ���7z���k���ŌLm,}��jȫP�c��K8��xp���O�|�Tm"�QK�Y�,�X�O��ϊs,��+�zT��.F�VnBXh�
�S]p�0EI�ύ�ؕ�bWU*H������#�V�J�l"��x�Nb�����V�����t�ቢ����o�U�ӆMU4�6��d����R�k�Y�ma5�Kc`�*+�}��Cq�d�;�@tb�ucw"�x@,l�q�)����
�L��zf�292����"DŽ�F��}y�{'�ɏ� ��������.���0,Z2E�`λ&� O�܉��2?WG��C(�+�Y�;剑c]���sә���c`ԉ=s��F���G���Y�$��s�0�L�N<;�9�_�O��[���t<�s^ L�cn	�	:Hx�tw;�@����/T��+
E�>	p��}�S���=���<
�?L�ae�h\��
�ϼ�n0�X�œTO
U�����4�R�W0�mމ�B{�<2Y�c�I��m�c������j��q���!48�;�>�g�1��.�a�O���y��!�xLN
J��`6���R����О���8e��uYX��s�v�ˢ���{ӝ&����juf,��s�,^P�G
C}��"�u�N�Ƅ���c/����*��}�\�G�/t��(�`M<'�ܗ��Q݆�|E=+on,�1'ht����)����5� RW��.N(A�U�n�;zm���h��ݐ�������މ���E�ĵׄ�)L�8ϵN���
b+�V?���"X��6���m��L0{����g�˻�����M�J�&�<�w�����2޾»� 4�Y�cQ���x��Gk��0=",�0e!��W���B��Ʊ�C�"�2�1�Lj�l�6�؞L(ee$������g�$�['��Y�N�/n��,��(��l���C4V`*�66�Q;A��X,ˠ�OR�$B�P�gT��E�ĄU�"�x�A����ll�c0W��x�ʆ�ĆWI�
f'�0�,���dY�/��`�`@us��8���gV6��u;�/�s"�)q5���GY�Eh���
�,�A�ƒ#����<v�Ĥ
׷ܶS�3EHTY�
����s���9��%�%��	��޺ i0&�n�ʭ��l�#>Ed[��7!:�OBr�ȓ��y�Ȫ��\�]1�uH9���V�PQ�ae;����L��z�򃨅d"�����q�&�I���L�-�z*43�9�"�!��$�/(�[�]/znv���sq�)zYq2��z�I��;<�'�E��՛&��%V�����S�e6�؂(`��T��/�x:q,K�&@*�y�6��bK!�:Lr?%VF*��) ����Y�h�/.��������$�w%�BP%���&T�u���O��1��e�MX���$��.�@<�&�j�s ���H�q�P�ZN�����]�1)�VJG���c>��5�ܨsJ
X'F�xp���ez?��<+\�-�d��^y���6��z�+��k�U���g��ݯ������l-g����Y�#�K}{�7�:�D��ֶûU�zCb��mM�qU�_����>}�<H���u���k���O�>�����հ�&`uF~���1���GbQ
*�yh� �&Ɓ��c�e�xr��a!�d��!%�=�m��bB;]\���=�M"mj��h/J&,U���~ׇ�$6�t�b �S�F��~�"�ARu���4F�k�T�"SW�[��
��}L�� #UpcI����-���m��(+Q��6q���ń��%S���a;L2�L�c[��	&�IYşX����:�,����P�l��X&[�0�9e愥�}� '���=��,��sD�(�<R06c���EW�yE���f:�N�d�#L?w�|0�<"��<���Tʔ��+�$	9�B	�����gfa,�����͜E/�!\���0�i�1`a�����U!,�40]��!x����^�,* �y2�q��
<����ۛ��N��=��g�2]�N�������B�W�1��ر��`D�2���88��֫�E!�E@��/ηx���W��[s�Di
�K�d�G�/�sLP�G���Ǔ�{1�;/�Z�'QstC��I;�%#���"5E��V���z{�-��d�]U4��[�dI����T	Ա���NR��=����3�Ф`bz���q���/)���b�Z��ƥzf�`}b�/V}u�f�\
��Z��>NS,�ed*���ց/�|<�r�B߄����0v��L�P�|]>΄+4�cM�F����݃�Ϣ&q�7��?�-��g����f\��i
^�G�W^�え�%>��m%��X=H�N�|��Ӈ��7VF)6hj��fP�a���ĉ���9��0�4�7Vc�R���re��Z�1���_�i����m]�O/��$}s��2q&MM��*�.�Vk�'Z���Os�$�G΋������s���u�0�3�ϭ�J4;y"��1����{���4t��@�md;�=eJ���\��AA-��`&�B �jȇx	�(2�{�z�},aw׉��H�W�:�C��YC�>�QǫZ��I�P���&M�l�~�]�#rk`r�#(�~��a9��B�Y,D���xA�n��V�E��Y�:����r��lĶgZ��pn�\g�p�!xcR��7.		�\Xhێ�\5�y��[ �Jxc�-�-m��M�����|i�����O��$�6�r�۷D��{MV��y�P�>��ĵ���xw�8�Yi�h�נYE�f}1�G>򜤮����W���3��1a���hy*x�O���A7�]��Uo.�R�����۹��3��]à�4��Ї�v�ɦ.��L�h�Q&�d�y:�<!���%1Z��G��#^9�"�r�X;��]B���T��-Z!��4jk�u!���-���Z��ҷ����h��0Ӗ�c+E��v��j
 �1�V��
m�?��k�w�����?�=�Qq�5�7���60J�y��PN��Tɻx��de~�Z3���z��f�Ui0hWv��5)W�z^#SZǪ��z�>���bĀ2��Xdb0ݧ�f_p�N��`�k��X®�Fi��^�0���/C���y @Ղ�D;{q�D�<!�z�2@�u
W��x��}��x�b��e���.�*�
^��t#+�.lL�"��t�v�P(����r�8
G���,~�r̊Ԟ�d�LvY��e��t��I]3��(���q�^��ɺ�
X�о���]Q,��ÂaN�Ȉ��̆��/7L��
S�.�}ACA�j��n|��6�x��9t'aoXo�!�u#�0Ź�=K�ġ�O'�V���/~����O|[�eaۋeY�6��\���
*^0`��I�q7�0IP-`��Q���^�����g���e�i�P��uy����~#��~�ݘr[P��+b�cYS�����	B�,�%f�L�3������	�U�s~>8�V�������mc�{�ja��PX	Z�>��8M�|�"K�D�{�#Щa$�1���1hk�Z�e֓B�.�Z��
����`�&܁q���qI��FK��B&�AL���&������ܮyfo�^��mu�{�(�
�́�<�NX���:�����N�.���{1j;sD�3��I�&U
�/��M�6pv!�@٤dZx6�0����$D���N�Q�V�q5�2�Kɐ�c��5K���|�)s�,m������^m����׆��_e&ҹۨ��m�� l�αC4:��1̆����&���Gt!��A#�I5��7D5�
k��c�n��"cz�U+ӌ#�����6�~|���8l��\6�I���;�"�¬��|Q$	m�#߳n��Q�$�	�8����mԂ����{��{Į�@�LxM` ����5P} V�/�a�i*�]�kb褺���4�9�����2��"I0�H%$���O��2�u{�l��go�	�W%�a�<����]�U"�ÉG�{u� �dԗ]l��p��s��Uڈ��#���@!�~Pe:|�$��^�����É)o�p�:I0J�x6d5��8�{�:gp|8O��$O�}�Cy
�؋ېd��'�1��3�0a:��/� !��;�܋�����6ƪ��e�$�"�?E	����_ru@�D�e�;�*X?bn@�f�(`��zΑ�	��@�ۙ�/��b<9E���3s��r^Ywl��x�`!�E��e.H���0����J��e̦0����G�R�h�/��s��D{���C���3a|��0�,:r{{6�.�]&f�"�<%�z`�9�b����v�o���!*��-�N9�QÄ_��K�����,A�6�f~�y���:��>��5K�ǚ� =��xƄd/:��(�
$�U��N�c��lFe@��xg�@��N�����O�x��=i��`�5����c�����H�1H8���ܲϢ�1��t��Y�5�G���aQC��/�&�"��0㇒��Ո���w�	�rm��U��?DZ/�*|Xi���j���B������l�<�!�mp]k��^Y9��"����7`���^\����{��	��\�q����_+�TEm1$�j
o�J�5PccyvL=3|������S�K�<��q�΍�߉;�E�3F��^bBX�-u�N��{d��L��v�G���
�=2���(�����������S$�;h��
��M��|BP[R�E�0��a�B�f� Y
*�[V�kP\?%��7�]pv�~����6��&�N'�=Kl��b$)��}�<"�</��n�}��?�yV
��9�pb�.yH~�^(����Y���U%�p#�R^wjy�����v;��
XM��6��=EO%�5�1�����k.0)�_�~�C<f
q^ŝf�D5��8V��2�;��WZ���F0�+���(�}^��
U��b��8;�dY�=K$N�~*��l�Y���"��yEy�-˜�	cQ����
J�h1�Ü�E�NG�%���H�KE9��1^z9�%�G�����w�1�Ī�Ȓ'�"��{�� "W���:�h8� ��3�P�X���b�}�����(�D�aي��"��#�&�4䣘2FFP�[���HǓ�����h�t�e��7����"v�s?ہ��%���CA���	�KF$�D��̠�,���	V���+7m�f:c�:>�߉���C�ð6���tЅs�H�;l��L�t�p��w^����X�N��$I��N���k�@2fC!�ۉ�E*+�%�
`aA�*R�o�0�����%�CI���:x������lY��}���+�V����E�Ɣ67L]��n����m1!m6	ވ0z��V�͂�70a�+�P�zy�a��n�<D0��,�fh�PZ�z5���v��� ̗a셍�w�v��?�;>�h��[Q%2-B�ǁd崕7��F�	5{Ѩ=
͌0�*\�cR<2H�OZ�Z��`�i���l���h�C�Ȏ<2r�A�PI�B	%I�#�:j�+����� X���o4o@/�Ő�	�P"�Y�:��3Έ������<K�E����s���f��)^II1��$4���-V��eY2��>S�`	tXFXm��5�&6�'+�E��c�v��p!}3�K����N,�yl�;A�RyB�.�\-���\wA��g|��.�4��{����.FaA\<�]�%��mA���� {������]��)��6�g)Y��%g �3�	���*HX�g�1O�R�UWa��%���
U\��X\{
�!���ma���c«(���Bu9{�,���$����P�
_;G<�:�,�*��ۂ�K]G���Ħ���e��4ƃ���4�̒DX���p�n�e�r�a�B��G��2�^�G~x�S��8�"��>��Ǒ.�����@��%j���!��}�Լj��on��Jrn�l�³qbO.!��L��x�~"?|��s�b ��f��ğ%�d�����
�^�ƾ�=�2�&7�Y
 ac�k�n7��&�.��}V�=3O����ؑ��UcK�D�PoH�>��gJ���94{��m쳀M~���0��\е���6x�o�ޞ����
���j�x�쵽�<1���ϱeU;��B��zF���恔��g.컁	���6��ֽ���-Ce]<@�㞉Q��$�4���\�*��O7�s����Tb[�-�-���zo����Q&��i��}5��re�@��ɷ���,���ldQ�RI�eQ��Ӌ���\�PʢW��C�
�AQ{)���K��\3��j�Fm�E����'IV\�L�R�5!8�2�9�s�Ï����.ʊӫ��̞����x�xu��G�$.��񪱼��G�*z�>��
�(��yQ���\�ɑ��us�A�lǹ�/3�l���c;^��h�㜸�%��q�����`6�s�l:���$��-T�����tÇ\2�U��K�1YYITN�L7�jB�Tȿw�Ȅ�}�3�gf}��|�\�i	�x2�۝�Ev�n���8M�PN�Z�2�o��5�<{f�[�(���ͧ�I�ٕcط��I>�M���oCVYTH�@؛IlG�F������׵�,�u%��X�&6�|o����X�8����?��Q���r��5�D=��+F�5��%’��f��Ɍ칐�u��Z��?��� E�r9��b�߫�&�F^��S�t�6}���B~&�b5��z���O]�<Y�^%R�u�&����T��KA�	w�GoH�u��}e�'��-a�Dc�6�7���x1#r���5�2[��-�ɭ�k��;?��o�nE��gZ�M7;w+��[7$��e0H�e�d��-�RЊ'�B\�n���i%�Ph��c�5�r�Kb��53gs��C�����T=B�)�Rȃ��t-h(�O��Q$�z;�������FN��Ia�G�6GN�m�6R� �n�H��_�X
�AA�3�W��̀@����r�iL|i����癬9��\2\.L�Oda�e���~����m�0���m)��dO�0��5H�e^�p�3`C�C�z�$�/�Ur܇�o�,8���X��T�P�0��ba���=Gb
���f��!���c`������"�\����s����k�p�	�k6T�`��ߢ��g.$�VYt�q���>�^���~
�cA�4�d19 @|��@J{��2\ȵV�[+�	+�h���}RG=G�i�I���:����#�	y��I��l&�1�v����նa4��_���4�w�֎��cQ���}���D�L�l+08�>��=O��x~?жr��d�cj��,����a��s�`{���}�1V��^���v#�3s���P��<?����g���Z�E�b��Ji����w
`�b\Jx�6����&<�����MmP+�u�������N{A��_��I^������U�o���l�
�o;�
�m}_��q
.���qh�z�?f��Dp�QB]ˉ��D�J���;�}��8'��\&�}Zps���r�~����)�Î��@	�]x
ό�Sf�f����C҇�YA�������X��>@Xv��LJ(;���0�zn-�a�Xۆ#H�m�`��z��7`+.X��aQ�6�����c[�����[�#�&T����V�Y��=é�<"���&=#ڡ�>��p�˝z�ť>�$�fw����N>��YWh0��^�2�r]�u���ƨ/�B��gP�y
�E��WAq
²� ��$�`"j`���	�(n�<I
�#�B���w;�\�Ă�z�?��!��A��L���נ��32���X�P@SW�:��W>z��F��a�$=��g�2�ѕ��߅;Y
���q7teUJ�}ƽ��(���"����RWTƁ�q{&+�LB"�@n�P��?�rDa_���c|G�G�q0]�pq�r�2l��y�6h�{ſs��(����#�@�@;ˉʋ�(��^M�b��H�⋅	�f�v��{8�X(�l��>�XYBiabq��b�Ow{�}�݁���E�5�g�R[�̂P~E�S��g�?��
`���:����یy�{��s<@�~�٠�mρ�>��L[����mwZ�>ux[�&��Sl"��#���f�x⇲W��D�VÝ6�uHH�U���f�nv0��1���J���`6��d��h�j�Qt@�&_2%sgdÑH�
�Ӌ�cߙ���PZ�}�G��h��Q�e��]�0	�6��	m��7���.��?��pt�A��-�#��}a�K�Ą���$�� D��x~wP�@��Ms��窎_wi��y�<�`��1��C	�������B��u�⎗�@�`9Hp<`�y� ر�#�a���`!0�;OPl�8���-�0��]zvmˈ	��HI	��O �ݘ�G�N�F�,,���fQ^qlx���ށ�1v�����:��YA6Q�$W��>���Al'B�$��>Y3�[��D�3�f1H������ZZr]@��
��L��
0�.�Eؠ2���xl@�E��H/r���?!se*u��'MQ�qzz��s��N�?��e�Vh�-h�H^2�=I>��u{�rw�/�g2���w�İ�j�9�&��p�ڴS�AF	���wY�{6���t!�]X:��:��c;x�������bu���w¢F6�V"�9�;�YO͑�M��/	�����vX8~8�4^K����� b/��۞�\�(&켟���<���y(�q����w�.z�`��ILB��6/\��p[a��p��Fe?��1/�<�]�j,�
ǯ�n@�>�Q��7�dv���qmX�H�Pxš���Q�m�w=�}�[��y ����Z�N�흨��n��{�7�4��.���3��<�p;�u���~Yk���Wz����y/�f�;�'J�>�@m��v{�M�cQ���F��H'\�/fa3%<3�����],�{?���C}����P���a+�	Mn�ٽ3�F�fxFv�AL?���D�O�I��M��Y��[�`9 Б�<+:M�#A�� ���'1@dK�5���%q_�ѻuz�Jk�"�4����'�eф���0T�iX��I�����`w�~�U�'N��Y�:�����w����ǖqx��%P
����ǀ��k%�oyB>J��إC�I��[כO����Ya
c/���kn�ɗُ���V�4�)��ׄ�swu������ Ңn��x} ,;��|���w.k�xx�Xa�9�E�����v�zr��a|9��X��1��c`%�Z��qmZ$v�Fv�U=,	��V�7�a��c��;�8�9�=$,�����P303�b`� ��!��0a���ռ�������	�u�-gJR��!��
��b=_�A_���`���r]/��D$�C�9�!֯PAX�x��]r��Hrl�_p+k�3-����c�0�a>}�xL:v\�1r�G�}�E<fz����nԸZl@�I�	 ����
r��"
?�xe,pw���#{”h��&��`gv�ю!��4y�P��	<��8�9�m�����~�O݄�	y8�(�o� RW�e`O
vb�����%[q�ŷł�� DH�I~�pb5�;g�R�C��%`�,�1?x�j�.I|(�6�j�	~�&:3���ݼ��e� p•Wɡ��&:��ф�VTLs��2,���aƈ*Lx�x
��݀u��f���򠇭����=}Ho�/�?V�E���v�1���]aƠmB��pp���,�CNs�u�ēm�G��/!�k�^�Ġӑ��\9�l/L���g�h�m�k'��װB��'�<,̅΋e���K�0���l_�ԫ��
irFe!T�K�hK�y�@uq��N��8�5��r��v�1;	����l�l�\:�������w�a:t�qD[���r�Fpr+��)�]>���-|o�SN��$�6Ɓ�L�:c��P�8AP����჏��!��aY�%M��3�/]�
l\(��Y=Y���"qC&
k�{5%�BG��Yd�Ҩ+9��U#~F�̄���1I��_�8�7�z��r�=X2�<�'�����C�N���;"?!��D����A�X{D��j!@���{$q�$NaNA5�Bv�H�I^�]d��CO�o!����5��߉A�
pw����l	����r�&oBټ.�Q�&}��>�8�;a���#�+&(!p����OD��o@��Z����!x��c�J��@��N��-A�O)s�#u��ya$&�%�����s=���<������a�8!�ͩǸ߽Z8b:��u�_�$��S�Of[�@
��C߱���-���
��ᘟ����c�0�A�����
f)�.:X��	�O��c8I�
���p�N�S���7�P73K�x�ԩ�Fbyp�����ݳ�;�Z�++7��f�fq'�>�
�:‡y��\6�
XL��)O7��R��"B��z�hy$��0j���L�}��W���>�rvp���@0��؊��t��p͡���#-��U�~��o2 �U@��M���@O���X9`�ه₪�e`<��2�Ǯ�k�G�������>d7�	M�^�}��P](l3�Fy�2��g���%yV5j��5�1�L@�.A�[stJ���6+�2|�Y���q�V�N����*bcH�\l-��I�E�̝RbP�1`�\�WbVP6
bS���0$ܮ��p:�y�f��Ha4)c#��;�j��C�n�Y������L�+�!�Tki�er�)H _���@`��*҂��xk �U:���)�A�g9]�� NR���~\9�QbWɬ@�1X��2�Q
$a������"L�c��s(6N�5,�X��Q�!����Uی��YUo���A!���u'v郍�c�i�2�@�z��8z}w�e{*!��S�xi��zڡ،��/�`s�5d2��}B�M6<u�f`!�`]�5�v���=X�WI�6�6Ĥq*s.v��I�r����q�ä66��c��~��ؘrb����9�>�'�zOQ�Ӽ_�2��{��9�:�5�33q�n�^����\��X�>?x��?v��
:�4m.�ȑ����}��n���#*�ֻ>/�.��y�m��E&��g���>߮��b]J�	�uQְ��\%?�>l�uE=�����7Jl�z_�<�������ݷ�츕���{��r,��灐���k�F&����~>m���ۖg�P�-������ߟ֮—3�;���@#��F���ir��b�N�\0�$��	9F�9t�#���u�C�3*蠞��?M�L��w,�&Q0�Aj�++�E�@�7ll��~	�ȋ�LM̛��'k' �2�C03H���,�9b�`r���Z�xcel��X�JZ����U>>"�$'^��e1f��y��؇�����ѽ��vo��5[������ӻ���+XզB1% U5�̈x�#��0��;t�|Lf�W�/�ڼ���|^(�erw`$~
\��8�+{lV�,���Ö��B�E{���cg *���`�Dž�ah�J��������
1y������ʹꅺJ/I���VcK�@�U�
=%󰐕u�ưdZv��5
�/<\&�
|�gI��]�60ܖE<AP��=F��@G����n,7"�
���	b�{K�u��I�<�eA�.�C����p C� ���*�����Y�zB\�u��9�����hv'��G+�:����-��������a�g���?s�4��0�9���h�8A�$����"�"��͒x�f	�>V�A��
>[q�<��{�{_xO�6��4G+׻��s=p��y�ų-B߼[������?=�j�O[6��� �y~������6���e�Ƅ��9�U�`D�*�Fd�|�0x�(�
��0�e�u�`1�������*.g��rlT\�c|�^��+�~si9��敁�Vj�W�vqAI2z&R0�}`&�d������`I;p�AX�,�od�UVY �6�.�.����o�����2L��3�K�3_���Y�;�|�U^U�凬6�~����ac�yT�A�x<ҍ���9I}U��ȉ�h`U&�*sTNΈ�Q AM��`q�%�$��K�r���
aI���@��*R��n㘙a���=g���2�ێ���m�>�����g�����s�VY�@{�H����y}Rf���G���[w�o~;
/�ύ�L� ���0�@���8��p6�o�f��G0C��p��.�b�7V��� L�o���󌕞���Q"�������/��W�b`��
QS7��T�����U
[*c
|����^��Z�c��B��U��[�a�_~\�*H���>
����($ˏQnpeW@�< ���v�>f��&X�h9�k|S{p�JS���b�A�^��1X/�4�<$+�u"q��z4�C��Z�`PutX��~�y��b��.�.PUi M0�v_�/��x���2��hFTc�A�>�����6b�+f<$�DJG�>�m���J��Id�;���e���kL�s�Cz����˲�����;t���gd�=}��g���&z������7<�&���L�?�zz����g���b�ҭ��t�E<���:��c�D�����^x�K��O�e8P�x�n}�z�{�I�y�)�෾��u_~<O��k�p�^�}EO~���4^\������$}�}�J�г��t��j	wʐgڛ���'x�d�O��	��_vtzn���
4=�W:��Ǐ����Cʛ`���=�z�h�=(�7w��˒P����t+�o虏Mt�0*
��r�n���po�+�Cb��"�!�o���m��x����(}��}v�S��O=v��ܞ��v�
D�~�:!����t'�0ܿ4�)��i��TOWy~���@~�g���0ɒV,|���+��s��`*�,��������i25�o	"�*�@��R�W���P�lz�5P�ϘH�����u�V�k��i�ԗس-�aۖ͂������]XXV���ԫc|��|��}6�U���W�Kt*z��2Er�Y����2�� �Q栌��ɀ�YZ05�������'�]p)Q6��+��a�������:�Z�[��Bߺ�,X��70�:�V�#K�[�-XP13r����
�-��F	(eu������<�+�~����Y�����h�AD�;�g�8h?��"�i���|���[tyy��������/|�Nwn1���c��'��\���{������c��4=�'i���O}:�S���Y�?Kw����A@V�d�>��z���nl�(�@���~��?��̳��w�'?G�nO_|�9z������%3��%���CG�����nH4��Ȟp������3������4��_�د��!�B������NO�9g��F�}�6�����yj��	t���r4����鮸���w�j����Ȁ�%at�m��nO��o���w�z�;:]�g2K�����D��s�Kb�����l�9�P:d�gr�a*Qu��R"�Zh���
��3�A/乴
����{;$����h��WU�����E |��y"Kί����@\V��^�Ҏ��RA�r}�:���q�}�������G�|h�3=��%)ƪ$r���jtLX
˛1,�nj�,�n�bxeA�#c�s/���n�9�Ԫ�)�r��~M-�z�M�*g�2%j���[�7W�W�['����A�`L�/"�����p��p�b1i3„:�*�3�}��w���ox��K� �D���8�!zz����tߍ}Oҫ^�fDB�#�<ĵ�X�������V�oX��@ex�9�5g���j����~��@i���e�N��q*��R6�H��]d���g���JW�9*�4�_.چ>�"�ų2�s2;��8���k'�����޸���CI�k��ڑ��Ш]�3~�nO>�=�ȃt�~M=�}��U��wݷ�����<I��;z磯�������_�gͭ�(���e�*7F�bI���y5���3@���"��hڇqauH3W�S�vu+���`k%�K���Z�|{�'}��3m��/g˨ԫ0�k���5&�f��cu�}�곯k��(���g��������W�ĊȪ�iPA�T!m�.xM�ILa�%��t�JP��Kg� '�'M��ۈ���xv˴�����@��8
��2d�F��&���M� ��IX�)#���r���1�,�&��; ����U̢��v�CǞ#�5!�q[v�BL���l	� <��13Y��4�J�^�Bp7�B�w�#�-{_��ۛ��$��C�|�M@p	� r[y{?�@H���!��&
$�LU�oq�p_�8ðFl>�E��5�ۀIn�dF���p�|��٪gk�to�
���l��������7�˹�R}D�X,<v ���/��7D�ܟ%��]x+'�KIB�f�1��YHl<�N&B����r��c��T�	>.��B��5H�+��Qw�{���.j���ك|�]G[κ�sJ/����rZ��m7WQ�X{��R$-�����tISE����/�
�N�Ļu�!3�H�s�M"�4!��#�̍P��ЯM��sb���2!��î)bb���*�P��R�K���@�P�``���웋�ĞȔv��Rʳ�Kȶ"Y����(��H�
aY9�E������E���.����sO�H���Ù�q>O	��uWt��_'B�ŵ�����m/�6��a��͂!��w��*�%aa�S����=��Q�����j\��4��1�@��:qu<l���
Z��|&�Eo_)�-P�]��ʡ���u?���g�>�u~�/߯gL��&k��X�j
P���h���M�s��u�/�je#C�oT�Ad��⍁E��������3�������ſbD�ƑZ��7`R$����|�Z7��U�u"S}���Gp��@�m+^G1���};��FgvmR�[�!�"A����L�\@-����,q�8W�M���,t�tdۆ2�H��!G���6{�e<WB|K��|�8�1#�K}3�"�I��{۽��v����8��a�{R�͋��ʹk�؜�*8�ǜ
a!"e�f�܊�P�(�V�t��Vص^^�[UAi����`��:_�:l�ozm_! 茕�TȯR-��V�z�b@�!���	��U�b�C�Ӄ�����x�z��m3�ʣ��[+k���[~L��\{[�͓fT9��Ā��Ep�2x&[*V_�a%i��6Ҝj��cGQ�p�Q�6��j��%%{��^I*oK�m����sct4����B�mq�V[x1����DFW�d�d���g���p�\������Ff��H˽���vo{�
v�b,>�t����(��S�'�y�s���q��Űc��e��հg��دt=��Q���tm�m�T��m�ҧs�߳�X{�~��Գ��Sy�X�[�Q��ƕ��|k�����ڎY�t
��̐ҏ�]W�M���@6<��j�T��`p��f�)1��T����N)���)�8pҗ8�3�EQc�A�N��ē��J)�8H$�!1�I(lq���c�1��T鿯�1�;cRpQv�u�:��\�
	��,W��U��p.�NbC �7��.��i�9��=T�3x�D>K`L���n�}o����~oHR
��T�P��d��>�л�Mf�բLj�Ό8��c\y&x�}ˀ�j^��6P���в
޻��}V�<m�ں̓�eT|�|�_���f�	&���G�䈘�oo�e�im3Ve+E��1�SU_�OVc��T�кs�.�-��x�����CDb�JC�k��>m�u��y(�IX�&��+���Ȑߡ²�V%���-��*`�
��>a#<�Ӏ�f�	�NM����R\=�m���8k,���eH*�0�K�B�f<x���x�L��vo����I�gdUoe!f]�i�s�wJP�c2Y��X
�7	̶Z�u��(���>7*���3رV�{_�?��"X����-&ij�=��~3��zxx�O_���]^�q]�g1<���(����[��|����Xe�P�B�dt��f\i^�@1��c��ĨE����+���L�A��(6ƒԜT�sP�"JndY�k�S1$�Ƞf�r�/���2�Na�?��wI�Z)d� ��5b�[`e*�2./�O���j�����
.��D�ٹ�7�W����"ƾ���%F�����S�6և���ɯ�
�H��ƚ.|�~-+��������kѯ�2�>$��~���������xF
1-']DNH�EO�A�pRM�E���<vbD)�aC���>��n\����}��*�%x�>WA�������0c�Z���q�Q�L����)��}_������^�т�-�H=QZ;;�6qM�̖��N�tl%1�1bc�I�a���\/�W�bVՆ���GżLg���Z���Ø��̠n�&�2?	�-�l��	U�1$��p���n:�$˚(й��Dň��-'�(a;
\�sIB�L���$[�����?��*��}7�7$Pg�
c$hV�cĭ�G��c���ό���l�q8"�%@��ZJ�{ۯr��4�O�0d6�(��~�����(�p��pI�\d�N|��������E9+�r\�'~�8�:��~Z���+�Pʔ2��a��ڞԔg��pV��J}lb��c��\g建J���]:�p��1��|��n�)��-�j9�\�W��{@�<�
:��G�f6Wh�����w��f�j6�н�b�0��s�;nƊ����s�Q"��.���t��
@TaDg.�v�	<N��=����Z�.r�
+ @�4�X'�JN�zа�q�����2��jXY���Wc�V��#|��2"��r���m���M��u� ��bG�a�@u�4uCX�}P�L
(eF�gھ�"�$����5�d��A��p�(3�DZF^dA&Bm8%���9����e�4��z��!V{��^ �rT�B��n�*����\�o����+xX�Sbf(R�H���ӡ��m�a�
��213Ml+@_m�2-=�Z�0�k��q�C���������� b����+��4Ks�X$K��'/�c��(T�h�;�B��g&;�dZ��ׅX�o�iB#�Mh[Y+a\����g*�sC����H�v�H�寎���Je�E$K�L���{~���C�;��H*@����n�$�TE�+צ瞥��	�?ЀX�yC�p���w=�Q8v��s�K^�S��g�_Q�sa?ѳ^~w��x5$s��W�[:}˜�몹6�\�5#���js]�vYZp{�^��
�Z��Ƈ�,�x�?�Ur~΋�j��grڲ����ڀ��Ũ��f�c��9�D���}&�g�*0�Y��TY(��0��c�>Ŗ`d�<��_<r�q�L�<S^��!����\���w�:PI�UK"-�gI����d^>X=��)�:,�X��"TmHG�0���F�^)�o�3�`!�TIc9+㒸��]��,�2�2&�u�/�t:�i�8!C^\�a
���+��QhIz����D�á��Lp!i�n��`Q�ůfJ4�B3�$Tx0a׿X�l�=��>,\@<� o��o�S&��²!)H	�^R�����H)��䯐��v׶�J�mc��0qY�ϑ�n���܉u]N���O����PVH��	fi^�I�U�C��W��y�
��2������g�}��{ �;�,��F,���.]-b�	{��}���\���GR�k�A���lm|+�T`x&���
:͕�&�Z�6Jd�T��/�m���*�z�}�6 u�ZųP|�@KuL�a��y�e�T�&(��^����y�o�*Wb�0�ѥ�9X誎���≡v$߼;�D�}�vq
N�!+�H�ٍi�Z��4��^%��l�Ԯ��"
`�)Y-e��TbBL�񔆯�0X����S��� ��T[�����r��X��f@'�@%�5΋Yuw�#��%�������T.q��G��>�~.��tθ}�6=����ӄ�	.d���s�ν���m[��}kv�����e���m�`.��g
&�=�п�ק���h]rR=%y`�L-�Wha�=��B�G];|�H��%���~�����"
&��
;��h=/���!Dd0�H�H���R�d�u�='!#_��r�h�g�ߵ52Ȫ��"I
Y��jc&3��{���p�y�׹�rq�)����uQ�[�<�y)��֨����wel_�e{�Oo@�U��R���~kx������V�p3Jm��Ǡ�]�
C=;����g�i9Q�+aƝ�4 Ԭl�0�dkd�K?֦�(?�V����Xp�e��Q����QTU52i�S�L��3 1�5M����1��I(�����&�J��@���ٳ�ı@&O>g��`���y-.� -B���GF��*�x���h�}�

Y;�:CY��/���A�W&p�= ���������@S;�o6�6�^"�l��|�s����}&r�ն8��n�r����P�EZ���Zr�7c
0��l�)F?�0�����8��ư�\D�Ӯ�C4Р�c\aYΎ�qw,�,�q�ԇ>ɢ��K8�w%a`���v��T:I(�qm�K��0P`+b��P/�s[�2ۤU~����>�c� ��h����夰Oέ��
~��^Ƽ^ߪ(�5�������b+z�o��>��U����덺�j+�R��A)��h-m���,��S��ځ�p�[��K�O9/�Z��������=�4��^�6�g�X��[o��jB-ڀ�
T6n��,!��c���yˆ2Z�/�2�؎*5�t���X!,�2 �5�w�	V���q�؋(zɳ̜'��ֲ�|�����[����ߒo��}ߐh?ѣ�˿o�L�0��w��>hw��]�=c�}�"�x�����^���g'�5��+��� g�W`ւ?8���Z��<�`�A�69,�RŔ�6�Oj��I+l���fEȄZ�ѯ����xR�����ߗr,-T�H��(��|>g�ϗ�
�
��4�~�v&�����s`!3����D�\�u1�y��#T�J�^��U�ގ��q�������`�\�ƴ��&d���qiC^o�[cgǼ�7`����k�1[�)�L���`mŹ�ovb�fM�3cPCH��
0�`lųo��F���D2v� �nJ�sO�i�'��Ņ��d�(�E�e���N\�dp��c5$��}��9�Yf��&څU���J�rz1�#��,P�&��
q���ģ�B��2of�@w�o=l�:�����@Q�1��B]F1V�vYpw1"g�`!��=�Gz醕``DiB��u��'$!���@7^}��|���y�E{ZA����+����%=����]�m������������o��|�vr�/=�,���������~�~��������6��|��3��?�o�g�v�y�� ��������u�,��׽7����2�;���<6��2[ Q���Cd���ԭ��֖6�WW��l���FH��
D���v�j|=��ex{��T9?�c�D��#?.FbXY�L��w7.A�D8L���QiԂ��J�rZ�S���6+�O���������H�A��y�������`f��S>�
���
� ីk��Z��l���+u3�4��4/��<����:��10��T,=��k[�3ȴ�m�˫qJ{��+��j�s7ζ����9`�6׍u�+�&^-��w��L̒dk]Meэ�ڟ��W���<�c��X��)��٘RUV�i.���ut��!�5P+�I� x��99�G�\RI���Y��G��!�1Yz���&��w�J=�,�y��3�UH)����Q�g�9B���A�:�ưZ`amD=�!�gQ+�j`��,�^��Y�.O���&��q~�q���t���r����g�ǭXײ�-������蟠�z��/��{?����g�_z��|�Oқ?���g#���g��@�ݟ�Y��?G��O�S�����������G��cO沤�C��ؓO�s�ݢ[���+i�j�޹�=}�g���I���]=����{��s�]<�K�P�t\��Jv�a�E�_5%1*e��\���q����q!��
��[�IZ��ge�SO����Hw��Mo�Kn~�t���F��7i|�#t�w~#��z>o�����o~]~�=�{ϛ���K�������.��}vC)wx�i�=��i��\Ƈ����΍�~=M�M�9PU��`[	��(j���:B�ceUl%�\ҽ�{��6�F�),��,�2hR��T:Np����yxFan2W^G�0x���ϗѲ	^�o%�F�U�*�����,֪_�?��6�U+�
$�~y�_gh��n��ン�>;
z�M*�W�,8�)��.h6N��O��'�X�b�nA+n�f��+�~��.�֠Y7��Q7
������X �W��~���`M�7E�
Z۟�21E'c�(n�@Ad91,���B�����(4!6�a>t6�P���XZ}H��k���UxA�Ñ�i�Hf�Q9�g�	��܋kr^))_Ɨ!Z0���S�.Fz�|}��}��%z��Yh'�уa	����_|�^���g���/����#�73p���/�3���/������=����Q����п��}�}�D�η���{����B�D��_�+�?�Q��_������?D_~�y�}�.}�w};���c�J�x��c��? ����������_D��f8P���X��o
��O��b�B��~�,��ͧd�["���LC*��Q|ՙ4�1��M��L�M]�m��y��Y	���o| �w�������jz����?���>�闟�
�>�ڿ��DO�@�_�ݻ�@�oy+�~��X���72��ix�����?N���7��6��g�{�kh�ԓ�2-]��rO��86�A�c�����w��A.FEu�^��'��!�8��d@�����Ԉ�H��(#���L�����u�k��[�k�!u�W����l�c^�Ѳv����EiU+ש[ڤW��є�
9*��<�P� �@>�eޛ�f����G��ڒ��a�~z����-�A�B��3�`ԩ�
P��ن	��
B�dcsG��?Ȁ��?�⛄QXu�����C�	�ž�H��U];B�T����;K�lfMԠ�yz�]��b�v¢�X���Pe������A�إ�`
Sߠ�����������i9u�}L�p6��-��N���0�G/��熼���rmL�2.���yb�N�����C�_�}����w��=����O<E��#����ݸ���w����7��>�o��3���?����5o��]�xKf9��?�_������~�o���*�W�V��2>y������Hx�Z0Î�)����
���3p{���>���}f{��*%�ú)�W��z�Q�P��Pb?�rZ�@V�
Ce;RZ������H����(�Oߦ�[_���d:����Ȍ��{� W��/?�:��h���t����G������<@�SO�C��-�?�$�۷e��
�bU�����iP�6�beQ��J9�1O�L�<��e7s�k1Om!��ީ"�u��ˮWf /n���X�u���&b.�~U��{aQ���m
�����V��=Z�Ю����ҿ$x[��l3�zk�7�l�Vx6c˞����Akt��4��gJڶlmm)g�gZ�Dښ�2���Ukv�^T�S�f46��M�rdH#�pm+�
E��kҟ�Ue9��?!�&Y�C�m�!�k.0�P��q(j���P���<d�x���cRۈ�
-ȂjYq��'�e�t�ӣ�oX&^`4`X�*Cl"\��ž�F��2����椁%��C�t�b���=Px���ȓ�	���_K_��=�oN�\n&ҧ���Ct���Ҭ����ox�C�M�f�S��_�׾�U�%������?��A�<Ѿ�[�CO~���ܤ��I��_�k�,�+����<湰������>��/�}�����э�����U�<L�}�����=�����oz�b�d �26v����"]†b�EՑ�g�
J(ׅP
�j�(:|�e꾴nA�!�&K��
Hu��P�J$;��$m2�"����z�6��>Hw�st�������O��{�Kw�St�-o�eU�:���}Y�.�<s��翓c�w�dБ2�տ�:}쉬�x�N?�1�>�n:��'h�[�53o����U}������K
��Nu�5��.W:�2S�O'z��m=��g 1�����6�f9�#���!�	�S�՜*Y;1�L��TU
a+mY�<3,m����-]7�y�������Uw�1���{k�v��h��&������m(u�#U��Xy{�\�0�������}���V�|_=3ӂ>���я���^:�dZ�щ��I�]�ܭ
0}�u(�f�\I�ۦ�|���j��*��Uo*��U~����°�>�7��*��e{)���e����\M�V�ۊ}��`$�i�׊&�n�2�/�<�M�1$�T.*{�+D��u�����b�����?���������%l�
quuU���	�篦;t�kc�dj9v4^
x�y7o�<[C��s��1�u�.}�ޛ����>�Po<����}-��j���ŏ1��׽�~%3o}���n��O?Oo���O}�I��G�S��?���3�x���G�/���"����:���0���^	ۗ>N�3��̕`��d5�#���}Z����"0@����h��oy�ʟw�	tx^D5��9pD�;_c�K�m��*��|"��Et�/�v��BKbH�e��\��Ͱ��	ʨ�2�#ER���B�͎
%]��d�zm�M.�v	Um�k����e_�6��AU��g�]���tv,�'�WL$m/㫊����-� ����"��說u���ԏ�����~]e<�`Sv�RY�[Y�!�3��rN�Ǘ�W�[,AK׷�4/��$^[F�>�B!�ڱ%���
`���ߵJa��{��-�he����-}?|_[Ӷ\��5��y�&��+c�\�@��fTvbZ9n��`D�B�
 �����s���zV*&	tb`A��y7N�%�S���&�<<�P�G�q1(h����q/�Z1��Ɣy�MPo�BXia6��>O��_FRC$(ʼnk�N&�YDy�@�$@�N[�[�����`��N\��U�+����]wbo��w�¡O_5/|�v�}�1��
�U�̓D���> L���[�+"����վ}��~������~{�����?�ޡ`۫_-�?��7��~�����w��}��^I�2Nj��E2�nXd���ӝ��2��[���n�F���?�&W�~�13�����<�?�G`�����������l<�!�H����]du��|7�s�>��/i�E�B�c�ͳD+5Gbt�s#!B:6p]�2�� v�c'҆G�g,�=��f�u�F�S�lA2.�4jfZ��ꇀ�#� !�W!��o��X��2���%n`bVi\h�UF5�N�N�w�P�l�!;V_L1?����ݍ���sۺ|8j��/��x���W��:cQ�tOj�WW��V���栆���݇�+{Y�W7��a�W[k�g<!���'>�����<Zfe%,4x�=�n�K?�& �[@U�+Q �T�C�G��zc,��F�ء�'�3��=���>�`���6���IW��9(A�������а��u�B�B2��z�}pl�������@��އN��vMM ,F�$m�����{#��q�q������%�5��%�}������!��C�cF	}��LБR�(� ᙱ��"�Sf,�o�Cd���K�x���*��6�Ђ�f����{���W����ͤ�#�*��J��j���T,�I�AP�2��W�J���>�o��8XbF��$�ߗ�?����*1(0��h��L$�}�Ӊ�K�>��b9�z�לy�<{��"c7�R7�3�>�PN�P��b%���l�%���:��)W��%�3v�P�T$P���`EA@��uu�vT�~�)�>�d����X%�j�fA8�}���˱4��2�	Hb�/�����}�<l;�9�JИ�!�'D#\�H�P�L�S��6T�YW���ϋ��G��l%��_T$+7�VE�i(�*����׸���Fs���c.��)��	�ʇ����8v���5�+��٩|�Z����$'��dF�R�+�eHX}�6��&�l����U�m���b�;3�8j��+���R>���56ztsHz�L�v.�.�����qA��,IUE�R?�!��7F�Ui9"�m�W� D�AT|���ap	QLj(��ꅒ��2����; wy1"�?���+)7ߩ�t[T�ވ�Ū����H�3d�%�嬤lĬ��Y�i���ҍlq��E�8�^���
��~�
�~�)|�v���D���|�]��۟?/n���@�PgI��*T�^��=W�8�?��^��?�<3�B���%�*���{0AN��@i�l��-�m(�zZ�%fD:_�{a��C�2��PD�3�%5}��6���P�jq J=��
I�2��G�:%�Z�h�r�L��`�T3#���L�y��£�L�Y��Ls~��[�9��0�c���Mr)�>ɓ�{��_�k�}]܃*|s���`bp��f�\�X1N�_gcѪU�L�A���%*[{���
�ڐ8/	��r�,�fC��AT�m[A�<[�Mԓ(xF@D.l#���ۃq�`F�8>;U�Y����� ��蚰��S�s�4��ֹ<��&�a���DU��<%������gB
2-����|�����7��t�p� ��j�9J�->	�{�W��^f��5��W��wȚ�'����."p0F����6��ᡇ����"x���`��=�"[ҕt���W�����Ѣ�ھ���A=2���{��?T��~��{���8}&ۗ�ծ
�ɫ���_�s�7�,��l�ʌ����5m�ݮKn��DfNa���h�I�fR>m�^��,h0�A�i���%�}7.��E�uAe����/�򼳎�����pϫ,<����–-���e���-�gZ���]�����/���7a�Z��v��_�|�F�V���6pa��5���~?6m;�~���E��GkH��{o!���c�MB]�sTAI\��M��!���\�����������xg����=���0jcE� n�∺6�/�xm8Y�*�6U
5؎�����Pm0J:pkȤ�""��G���D�80�2:�`�V�=3	�'���АQ4v@5J��i���3��]��Z�$�iy��9l�V�<6L�qo�j�ꑐ�b�-ju��q�<�nrQ��.�&�R�^��A]M���J\Hn�f~튜�,*���ЪCdȓcT�|&���Ҟ<˰Yq���]I�6��,#й�FG$���-�2�}ja����Gh�Y�ʵ��]׏�m�X0�L��������%�[oD$���!�G���l���_��"�q7�&,�[YoS�NUatz+��d�4�`+V–�b[�e�m��PU���o��x�mͬ(K@� �U@�^5buV��6��n��2k;��^5Tsg���-��z�I/�R<p�읣Z�a��x�>����&	y*ɻp@�Q
��eN�F��jv%�4�I�F��A�pԙ�2n#9���y���0�Cg�����Nx,}ꣴ;��B��8 ��pP��L�Ī�EB7���)B:ұC)��Q0@CI�C*`Q��+g���l
*�� ��-8P�6�=ٲ���yvMs6x`����)�����u
�"�0u����eT&`-.��^��Xսj���1��p�δ��O�B�l�l�|
:���q�6QWV}l��6�/��Cy�*G���	#!s���yl�+�s��b�+-�e�I�,Exe���K�U��m�}m@X�eʴ}^�q�W.|�-�R�>����2�<tt+��.��V���ә֟*��j�'1�vl	��eO���1�b�l��-@��ʶ�RZO�� cB����7��f�|F��#}-˜uB�}@���˵������p��4��0�%6��C�cs`�Ȫh@�h��,�M�Qs��W��rg�Q�3��x̍�3�Y`���9qQU��)�8�G�8�Ds5!W�����!�q�!�����;�
&������*?��˔����m<�=�GML�m��f����L+���^_Tue��8�S�2N|WF �w�(��`��_�+q�	Hmo��u鼜��	u��:V�֔A�q-�6Ӻ+w�7���v���mw�7��K�PeR����Yu���,����4z��%�F`/a
8��ZMP)���GUlW��x_���o�@�+��q�L.���~�{{ȹ���L ����j�/��o
%��ѳ(�,�7F��T�ӯ���*|��ܣ����2F˃�E<��s�H�%*�}(UՇ}J��QQ����������3`��9�-P��ʎ�*������"��dv`t�
sSe���{�L�}I۾�s��(ƔE��*�h�q\U�7b5�<Lp�L�$NĸɼN��y3y�9^v�}`����rv�����%��pYtin�#Bb�e>2SAt�%x%m�x�7�9#����W��*��~z�j��a!6�߱e�
v~֫&�Ϥ����k�U�Y2����Tp��4>[{��K��W�p���m\�–
:�j(hB�`W�ʈ��m ��- �N�����v
�'�Q�Zg������i�����[�x�/R�=�a�*qX�Џ��J���[��VCK��6�jPiǒ+̄	N�E��Vi�aeM���щюQjE	�*�P�)Zv���u���+U��cɼl�Gw�H:���d���}L����~R^�tL�zX8����g�b,�!���|&���MĬ�L}ڥ1�1���S�v�f�Cҽt�{۽���w["��0gi�\���rCBX�O�dn�9G�R���/aˀь=�߮�m��U>��O�&�j3hz��5d���P���}?ZuGD�ǫ|�L=a��<�/��oU3�N득g��^�ԪN�`S1��.AX�Tr#��e,�s��V*i_�4���9�w��L�H`*�1�k���4:�=����X�Z�kXw�(���x�w�Gg��d�
�1�����Q�\���dA�H �$����cfu����Z�͡ ��YE�k��}�E	}݅}���C/h�8�-����{۽��!�m�
�c@��<I��a/!g�Rrhh���	V���\��Li�����̈́�_��&d����*���s�>��ö�0l�;�<-�W��\l����:恀gG����y��V���v��=�LD�A���6���	��ԳCD��q!��0�0m�\�D�[3f��A�*��dT��g��Βa{XO
����o�
*���]��6����hET��4�Œ��"1�tu��3��ou
�7d@a}�����Y%�z`�OS��O1��	��;�w�������m/��,���A�l���
��U��9�dpQ�����nDa#���'�jFywE�oBۀ�1&<뀭]�[�w	δ>�^�����u�n�jx�Ď{Ʒ�"/������m�(����I[u�g_�X��Q8*���8ь$ga$�en��J�G.G�,AK��㚅ȭa�>@��Ԩ�;c�E�2�֞�ve%�:B"@���[��B؄y�ƶ����C���F��P����퇸��8�ۄ&��M�H��MuSX8"��`���:Ķ�>�3�`�k�8Z(2j�n�GB*p�z��Ʋ��§��[�|�8"�Ch�F�Z��r�{۽���ܖ<�@��w p>.���c��2{	x�&�R��y\���#t;	
(l�X��0[���%���>�u+���^��
�
��z��jU
\ֆ-Ak�P��*��d�f#��(�-����G�l�Ll��NKU�Xd�v||�q>�1��VX!��PQ��@��V9��?)p�s�6dra�I�\Y�-D9�j(m�s�h	Ó�zc�.-�ut�=�R�5�1�^LꝁP�IU,l�i���6�8m~=Gj`@1Υ�|^'̅y[`���֨���`�O`)�����B�q����@�1fؐ�O�*��	4��%E�E�����f+���v�Kw��n� ����_�?��~�����������8��ÿ��m��{�+s�#�?����gE��b��]�+�x�.�����s^��Ip�=�ԳZcAh���Hiw!��	6b�*6a�^&�|DFl>�e{�E��=�a���ܔZ�a�x��RX���ˮ(0L����jüM��e�_�ۃ�9.4I����h��Y|=m}m��i9g�0�C;�|qF�S����0��DZ慱�ewQ�L��\g99� *��`�Q�	����Ɖ�cӮ��k��hv�̜ս���h�Tc(�7�J����/�lm��p�ʸh.��#�&1{�*��x�� �E4d��O}�A�h[�C#n��S�'yNPM4e�:1�!8M)�Y�	t�}z6�p|����'��nh�K���vo����nC'��=�®�0��~��L�CPk�W�>X�G�@���qfg�`ڄx�4�A۷>�^-�U�(����)L@\o��]�%�
�����y+��/���^��~�f�r\�3^o_���hlo�[���3L��S�`R��xrVS��-R�9_ޱ�=L�$\+�"�����դc�Ơ
,e�	&�O@��8�t��ml>e3�S=�fB��s�e+�(	�t|��E ��پ��t�|Ҭe�*��	H�P���k�Y�A��f{|O1��R
���yo��}�o�y�a�
B�Ce!F��x��%X�U�!��,�F��-mn�si���]K�Ψ�t�r�Z��!�[�����	V���̀��Ӷ�U���K��jc1�dY��}f�`��l'|�n_��떪�f�kq�5�+c�^�ċ(ۨq �ـ���f�G����(�Ql$��X�G9.��F}�LU2r\"p& ��n(������C��2PC�̄f�	�j�YVC��
K�kQA�Q�!�~,�3�<�Jϒj�E�a6T����k����1q�:J����l@i�1"�."^�cw��~",���m8#҄�S��n�{b�s�a�Ol�l6��$�f�+���J���KC=�6��c��mh��8�t.��)Sʨ�!�"�ʑ|��i��[�,k�xM�P"C�ښ�)½�\o�E�uQ(���EI�7w.���ưq+Q����?�K��#�=��t/�����w�����)z�O��?�s�?���e܂F�g6��p
n9�$�L�>w�(�[�a����҇�.�1J�����ku@��/�xb�i�5�d�}w�6%_��1���Lx���c����� �98�W�m�0��n1$ċ��m0PU05�S�@�^m�e�*H1`�
@W��D�yH�v��W7ρ�:�e��E�d�T���wV	�W�'8��� ��]��`�K�� -{'vsOD�F>"���%�ue%�˾)mP�0#���&�$9*f
q=y�
�	'shrevR��{W\�֯*.+�u�㕨T�Z	�ݭn�ج��n��U�(��Z`Pr��}؟��-�{��9�XPk���G?����=M���?e�v#�E���#��S�=O��8m^�O���z�1_�n��o��G?�ez�k^E�z�9zӛ_E?�g�=}��s������)�"�k���`�D���>�Q���k�7���?DϞ:z׻�E_��8���������7���8���w�ݼ���$��n�{��[�O�<=����H�o���/l��o������~���Gh�%���	���/��D�����>���>M�}���?�g�3�{v��?��=���n�G��azx��g��|��H�^������?J����ď���o�O���o����~�?�{3�����[?Eoz�H�=uA�|���/��?���nso�G�������_�_|�6�����&=����2m�CC�P�K��p�!�a��!%���g��*��F��+��$i& �%��-��VdEK�]��$j�V�W!g��-�e�/�rTIZ[�y�+VZj���Uv���.����&��a%ՠR[�"��Vm��"}��~�S����܆���P�'!�ը���eR�u�J����OR}�)�be<�n�S� �q($g�4p��������4[�*B;��Q�K�M��+�_���K�I�ئA�#2Y�nJ�d��v�S��"\�:�CO�+d�r���w�!,�Is��V�|"�Q��A%�k�{]2����4���n�t^A0���[��lj9$��D.���R��ݫُ���D�_����/�
=x��:�O��ߣ;�w�3WOQz�K��R�ko�ӟ>�[_��y��'>����}7��c�}��y�z�7�~��­[��Mx��g蛿����?��׶���g�{����G��D��G��s�~����c?����?G�?qEx�;��}�K��
�����t�ŷ~ӻ��2-�=G^f�`� �������[��kAē����O}����k��L���KwoDz��'職�?�������W��~�3\��>��?M��;�/=E��C���y�Kz����3������>}@|o�?�,������z����dդ_��ك���,9���Bo��V�0���[�^B5�l,�B/=xe�ԡ���T�v U��V���g-|_j4������-�ҁ�7D�����v]��:�ԩo~�=���HD���I�"i��%y�m����Ķ�������a�jgw����@J�d�")
$A$AD^���[9�4�_{�S����x���~��u�N�|��׿��e�CIEɤ�o�M����I����<ɑd;Lx&��a�-	\�U9���ȴ�x2yU����7`�ͯ����wNX]��|O�6�n�{`h�M2�,�΁0������b�rۣq��9�c�o�f�:_���7���kc�+�O�4��"2=4��Vm�<����$v!t�e?�[�2lҀ��HkE0(�!P���F	'nL�Ν=�ad���m���ҿ�����/�y�D��_����rP�)��E�G��#���G����o�|>R)�{xRAgSFPÑ'aW���`0�!՟rD��'P��Y�H�2#��g0�h�2z�z��?�����z��aV��wXG��2? '�>4���(n�e:fA���+!��<F�{[a@��S�GD��>7�!9.B"*��m�i�F`�]�Bؗ�Otx�e�n��m�P����{T�9�Η����ůӛ18,��O�k?�׎FW��+#6N�t3�2<�~\������9q^�zg�oID�|�h2��t���15�u��l����<�'mٍ��ɔ�7�I�3i蓡��}In3iK���;�N�4Ó��Nlʍ�v2�#�o�z^�:e�&"�F��5k�)��&$�u#⋤*6����$���&)�@�چ{QDS��Kx��J���v�hݭV��@RqΆE޶rNs��u%D�e4��˃�,M���*J˵��X���x��C�)��Ϣ=1�*s>�l�7z��$Jr4�BJ��ʁ��T�j��h��
^J#����R��c��5�
!o�˒�G���Uz��C�i�O&���F�bl��`C��a��:�x��z1z=�\�F+��8����e��Ab��}�ԊCo�r�z�Sy I�0�ʃ���
����_��n�H�~����J��v!���ۉ$�V�_���L�}�s.�q̙�;�@�s\�A����!5M�946’c%�
��D2�0m�ߛ֕0aI&t�����_�{Q܆{{>���Vٷ�&r����Ǵ�N.���l�m��X�2�%�S�0s,��v���Ɵ��8���@���5��h��
��1��R��¤R��G�!� {��c��hr"</q݉0�(���OTd �ZtG*�3+v�>��,TW�";m��TZ�	��#��uJ�Po|F ��iJCMo�/�0��2^\y"'ݲm�jIu�,��e��Mߚ�X!���ɀu{]I�
bUN�	T������jP���θ5n�[�?�������&�sgRV��/���M`F_�4�R�?nA`b�4N0��-	��#�7`%�e��r�I/#	����ʎ�z�U��	�ӬA2I2.�L��6�m����,cr7�2˜N�f9���L��i{f��̄�O�NM����T��t��+VR��H�Κ�]�`)�Q�)�2����q�Ay�vHUR���)y�
�n���������4�tB$Q���ҁ�B�;��b2�3wT�2��'O��*0��C�<�%�Z��1I4��GZ�c���6�r1D5U/#aXL(�F<�6~�F`�QQx���iW��0��eJ��'a<���� �������Lz��$ ��P�
�K[��9+���ʜ[�T����B�{an�n�[���92�t4�#�@B4"�i��Z<�0��t��։p%/"�|58|��?��j.VW
`vJz�1�O�
�{ڸ'5�0^y��0��4�����U��M�C2�#&P��)I�,M5�"oc2�0��Hi�P:V�{ZČC8���8w� ��I� M'�N�DuF���Tl\M�@i<���M���v�2���T�*"3�d�v<rC��
�m�hB��#͉����B��@S�&�h8�*(\�<�{o�~�d9��E�N�KkC�,0��Խ4ɔۏ'!{A��U-�e_C��e���L�E�eU��߶#W�]U�54���c0X����ʉէ��5����T��m���TJ.6������Pqi���2����*��ƭ�'s�~`]��O�$XhWZ�+�)6M)�P��h�%��ƪ���@C�(����=�D��='	&�	��&�1�0�t�ӘN��)'b��1�t���F_%CN�?̘.�؀���픟0
��
0���9�m�6!��j���Vq'�%�IQ)
��3LzM��Ga�>&t���j�=��d�s�����x�0�iJ厍�D���h[���w�a��3�w�k�Ny�;*wⵕ[D�5�Ew�Ї
�0 ��_4�٭�7;~��Ɔ4�������T��m�HP��$	kc��1a4�B\�
��ƭqkl�g�o�3�R��^A�RB��D������*�VL��I�铭��ӆj'��䔚g$C�:�V��z�<�I�z��1{0�^�����&ۂ'����CR�tS��mM�t�c'� ��m�3a�d��y�S��N�R;5?��ϱbe�WO�1�	�����ȋP+���9O��D�ۇ��D���a�1�U'�T�R�l�=9����K��z��������Pw�(` |S��%�$|�Aͨjz�kw�ʚs�`U(�F�ӇJjh��Y��h�s��xZU��J)��U(�i
8.!,��V�M�?)�$^ڒ5��λzk��ƭ!CҾil��@HW��B�`�}�%���:�r(#R���Qϕj�;�L�ØPcZ9Ѽg>O��g�p�����`�c����S5���d�X���!����4�_��Kߴ���1�(7dz]���p$�3����k�B�.�cmg�C)Z���ֈ*J��G���[&�ya`��@�n\%�%p���Uf�*Gbܡ�
]K�ӥD���s��H&g
��jFy!�g��e�]M�a-�?Wt䜘\���["d��;�2 ٸḔU�1�	��ڎ���12�m��:���!T�WB���uG�+L��2n�J�
��Q���@'S�^_��k
�p~�w/��r���'�W�����$�a�b��~�_� jRޚ������\6K���rY�u;�n�%��kFC){��"��J�|��1-Oߒ����"�G�O�,�B���SjF�6�Œ��7�_\�J�؎s;f�Y:�>D�`Ds�ջ���m�6���҈]��?��S��`��+/%��9
P�������C������:U�E:߾D{�TL �t�{��A�J��cs������ꌺ�2Y��T,�1z}*�
�v�ܥ��R.��n��1�IY�G&)D؏ϥ��JΛ.A���?�����*?R�� ^�\@�����exiɺW���JG=ȬR��PӉNR`IQ,Y�V�Dy�p~���r`�U�ROZhN����)>&��JU�3v�%���A�/��P�C��{�8g��Ɖ��5�F|�5.�*^�v�#}�*/��@Ծ���5^_����P�(S���v������T)�O��}��+��d�"�;#9���4Q�߫�L@���k�6;T%O�]2�.����k-(�^m���_k�UΒ3�;u������fǥ��ƥ�D����I8"B�U�b�I)&s�r�R℁ux����J%y�˄8��r2!�Tdo��0q|y^�qMm ��Q4a����$�ET���uw�i��d~�db�N�Ȍ���$���$�C,I#>�;1]�a�q�8��B�L�̴���X��dBP�$ZR=a�'7ҢHq�}H��VWY�=߾q�T����}J�g@�$CYiC�+;�-jC���nb%m�[#��FN�
7��}-�-�)vlڠ����
�j!K4�EH�{$!R�h��IZ�J�'��$�ObI�)�L������f` �}+KY�����SM�)�$ʬ�!��z��SC'
Ճ,�\�t��GӑCf)�
8�o�6�5!���t(�O-��0`C5R{ӣ��''p�'O��mij����I>'����=���"�g�C3
|�ni�&y���ۢ�6\�����M��0�A�u�`�`�"8���:=���>�yVw�S|�N�[�+�.��譻�N'�.��U:�^�v8�r6f���-j�csyx��9������&-����E6ͤK��7���'�D������2=���`���k��s�3ij��Ţo7�<5��l&ņ<ñA���>���<�0�!�/
։�hT���')�[�$��<�� ��֥�3I��H���`أ�h g��8�0�X(�a$?��#Y����Cu��q��ӏy��J]�[�/�K"�
TB��ǘa��˿�����(Z��	�z�M˯FT�)��GD�f��<�얟9��"���fP���[\֗��n�$��i�&"�Iy�U�k5#�=�%ELE�ۗy.��{>>?Y�Q �niLRm~P�w�O�$2�˨j�x�x]�da ����(yt���QD#�nj�$�J�+�:�l8��d��^&�re3�[Ƞ�R/��l*�&��q�G^qg�K:˽!�S}v�ݓ6>��t�hH�j��Ӫ��Ν�"K	P�6��I1�I�2>>��?
`���`2�渓�ޓ
���;���k�`W�R�(�Tr�c��u� ������UO=M��
9cm�Y^�Dq���`�V�4yBM"%n>W�J,�B()kwҠǸFm�5`Gwӎ�㓩E�+�ׄ1T�d�
l��8QLPx6i���-ϑ���
y{:�V���k�N�'�C⥭��ЈK��;���)�+E֑mKU�2r�.��!f0}�z��(��=EI�B�J�S��y?h��l�7�����F�LP�B{Wina��z�t~�i�
�c����k�Q�
	D5�@��QN<�l:�
��p�f,J%q󠧰��ɠ"%��#1��gj5��ؘ��m�5oz0����s��H�.;�vH	1�J��W�v�I�Q����F�Q�C�B�
_�(K�Х�?�`'G^o��K���E�D�$4iƩ���
��ϑ�Q��T�]���Hw�ӽ�wх��a&bq�T+�0d�U�, �����c�ս�!08�b`�u3��;���)��H�3|��T`�g0(�Nphя�o ����q��5�H�1�C�}0N0�Q�P�&��:�k�r�d�~�d
x�r$xq,�iP��؉�?0�]KH�0RL��3�N	8��H�-�|�$cCӄ-d������D��I��vzN3��56��}�3����g
��1�j��
~����7�jZ؉��KOQ�� �wY2	|N|0]{�
�{�}��ߧ~�M���9�7��%:��T���
�4H���Nn�Z*��cij����Y(��G�	:)��,Ւ�) H��j���;v�S7��\���M[��V�-�=4P���2Ć5̈́���1$�0&��V$G2apz=�^���D� �:ة4t�$L�~����n�v2�f=1����^_��0�7Ǔ?��ݞ/a:}&YwJ7�$WN�x��ݸ��T$��2Ԍ9E�4�i���X��M(<�0F��y?�+�P��pK�	JYrP��TX�U!B�"2�hRXJg�t���Y�����7Ɲ9�Xs��'B괨+"���P7B-��B`�RZJZ����x�]a[^�J�`{<	eȅ`��Oҙ0<�΄E��;rU�>i4�R���t��T���K�,�<۞����7�F �faq���yc�WZ����/���|����b)�V��}���/�=���Ǖ�5�������S���ן%�7o����YZ�ƪ��q�!#�h6�G\,�[���⍿�ҷ� ���Y=��	�*>'B|]�1�����텇i�2Kk�
J�����^9�j��6�4�'�FQ��Xԩ��;^��Edz�K�(�b��]4��Q{�#��xi?U�%f ,Q�t����g�>�ωg���u�0���1�{=~]/}4Tj�=6@0�`)D���HD���dt����c�3="9�cl�����]İ�Vo[#	����P��o��ch�f`�IE�a�>rd��j�)�P5�$$2
��s6BP�(G('	�c�R����t��b��{}jo�~ާa���3�0����y�Dq�Z����m�-=�38`�"U ���T@��n�uԩ��``���e�?�l��G8�wR�������>����2�x��2]��L[������G�̱�~��'o���Oi��K)	yP��WC�=b�C�Ԁ!�8�C�
ԁDS,�XՒ�/z�a�W/T�q�Y��tV2��|�"Re��$�q�2��SB�N��F�B8c`��|rr]�u�ܞf�I�a>�.15�L&�&�+wʫ��H�[2�0	��+I&��퀋v,�L���6��s��a��Є4Ɓ
Րˍ�	�{%�H���pJ��8��5˫F[X��E*4�u7SH�� *��T��J]��aV�@$'B+$&�;]fP��6��1��$B"�H)�yS�7ɏ�_�eH�"K�C�8<�į}ض7�t�p6���H���uV~dr=��x��E�����HI\;Ht�6��N��c�@H��J�p�ވ|���x�TL��|�fvg������-*��T�0��rLvC���\��!��#��-����_��!�h�Nl�@�
w���ه"������
o#C����T7��f)�z�V����L������x�2�9!�!/{�_�]�n��T�d;[$ߗ]����1y�h����'{7��[4(��Uo�3�ߧ�ߡ^У�.��^�J���2�Q�j��s��-@~���鰡�I���E�=j���1�x�#*�ס�iK3��xN�=��!��<�����ԆT��㺸�	�A���%(铠ϊVUh ���;`���qP�Cq���G�	:oEgY���&UN%e(2�)���%�[Z��>|�74T��Q����o�ί|>��OH�Fr�U�PJؑ3�D�F��p;3�4�-S1�&0x�7�k�tT�s���Bf0F+����ϩ�w���-�M�%**��j��^?�3O|����}��kthv�u�(�y�(�m�j3�~���Ӌ�z�j'��[��}��33��U�%TKS�_X*�2WP�"�_��ꎃ��t�Dϔf��P?���t8�6t"��ʋ�Ȕo�x>2~��JÍ(�K��Z���m�Ș�/'Z�L�Iа��Vr{�r��mOW+$�Q$C��8���xۓ���y�>F��d�ǰ�x��ۮD�]|�H9	��s6�� �m�&@Hr���YJ~�c�y�@a� T2�gň�u�a/gt!D�9�Rh�Q�´�4L��&�����J2��L��`�D��C�����Ǎ��hHh���F���'������L0Rar�vR� ޶�+P1fuOLޱ�Z�����P��8�BH��s�Ā�B�'�
 8ȥJ>#��R��k)��)��#���gZ7��qm��_hP�9�\1G�\��k�T�W���"_\4CT�� QK�P�<�]��+�aw`��;Y=6z�i�����Z�z}I���6`X�ն-�v�_aTU8���w��.��υm4��V��ѐ��v�.�㚿B{�u�W�`���֡�L�ZXg
�]#���
��]���<�w��!Z��e(˞�MŨ@���i�=K��C:%�4$��#h���C��%��i-�n�!�Lڕ��F�!�q�!H��r9/.�`���R�B���ќlؗ�l79�$�R�����C�\����'�w`�(�‘�&�$�?�=%v��ɣ)˨܀@��WMⱼ-a���;!2��$Cl>w�4y�_�1�
`4$���&�dz%*��Zt�x�PC{m �+��$�ѻFԹB��YX䧐���N�r�f�y���Q�5�#��(X*�OV{�E_��W�_��&}��ѣ�����v�!_c�,��s���/}�.�>I3��t�Ӕ�=b\���a�0��I��*YJ$~	�	�����Eu�<%�r��C X�?D:�L�63���U'"�ar�����Fl)��R�Ywr씴�3��lZu�s���1��`�f��0��@�4��3�$T�I���͝�!��1
l�I�I01�z}��F��8�RV�谱�6P�<�e�0�~���9��1%`��РC��!2��8��kC/Iϓh�6�^�B�%��@c��=���1��?*���.����Ӑ0�&�P�1�{h.��{x�$~�N>ui|�R��QÔ��fl�b<�;K�ʪ�s�J��D����
��	ݨÌ����-�6��PT5�<Q��v 6%���N 2�x��E7͐	���3t���4��D�2�i���'�5�K�phKzVQ@�7�ʼE�N������"u��li�ǯ�Q��<S�85�281�@n��fU��K	x�E��}6�h$`"�MS�ېN"ɞ���o7v�m�#�|7b�
��?O*9�����M����� ����fj��K����u�c�iaYڝ&�o��]aRhHYIE�Zx.=$M�`d�|���\��Y4cp�a0@b�P*_���Vl�
Ǻ>آ�^��6w��P�g�o��l�lu��
�~�a�qˌ�Q#	��J�4!�H�0��rQⷤ�HS1K�T��B��A\�|�����Ir"T2 ^Th�q��lF��B�B.�
C�!���#���A��Ȝj4����|�bPY�$wa�e�l���U>'}6��A2)��AC�U!;�@�SQPL,B �0B�S���ȥX������O@�_�s��rםT(��Fo�:W|`������$�^>s�ʋez�{��G��'(U�R.5O�#�.b��6������8��Y	i��Q�F6�a(L>W>t]x������r���O|H�)G'Y����/���'�1��6��Ζ;ϝc5J�ޱ
�4�0x=�_F�hK$=|奫��蓏]�L���Lb�?qN�F>y.&�Jr��s*�ǥ�6ƀd:gB��t"�9&�a�
��~|�L)��8�Z�/�R�T�C��b��?2F[B`K`�>^"�rH${:�WB�oM�]&�)1ҚE R7z��l�Vqߙ�v04�CB�n�%��֑8��p���bŨ�##���-��}�D�K[5P��5��!��=0������]<����
�L�Z�)D~�~St"�L�jJ��+T��hf�H/~���F�F9�=�q�Ӿ�#�����u�u��W��l��)�v�$���3�����KI����`�4�a"��c�A	�6��2	�|�B;����;F�T�'��0%�n��q��ePG+�eꂃ��S�9~�:ԕ��(�,�m�!Z�y��EG]�zC�/Y%Z��ɾ�l���d�����	t��E��hǑ0�4���x�X~n�*���P�[�� �Uf*�Y�����;��iI5E.�c�(E��
�7뒀�Ϣ5����˩�u�s�<�A�
X"�0$I҄<�100`�JUY�k�YVeQZ�ʏ3��
S���Z�&ҥ��,йr5i�$��G9*@�����I¦e����T"iw������H$?�M�B�f-�ƀT;*6z+*�2�6��̏6;�A]�BPS��r����{�c)p&�΋m��W���ע����葇f��	�	�����\j���(���JӅ�g�^�Q�ݠ;c��ç���#�r��p�7X���xnAh��V�4*�:#%	��B�i� ,D4;;�f�<Ii�{��D�j(����!�xV2�����u��l��s���&��
dO/��ur[>m�Q��b)lehǟ'�41��z{��Q�4��$0
p��NG�sl��$PI2%I�d.�(F�̏6);�\��K�?x�4IqGO٩��	i�m��$L&az��)S��h�m�p�
���e($̒��1ʤ�Lw�$hp�<�Z?��t��
-��j�)��
ܤ�6��pt��V��1f"�DX#��o���� 3��A[����eCl'��3����M"&�b��Ni�)�$�Zl�J=z�^�@����Qt��K4Ænvn���sT3S.�eӼ*�c�+�`��AC��h�!��x��d!�,���J����2ʰ�ͱ���ז��Hy��g���:�F
�H��b�)G��t`�5�U�\?GM��%�Y�D0��=��ք�P9¶��M�ʙ�TR&&x����K�^�̼��^�����+WDO�	E�F@��$I�DV0�;G�"�Vǃ���;�S�r��f���]_�
��F�t6���U�s�g�CE�����D2�M�B9ހ��0ǠgS	�Qă����JlD�J6�@�RIa�l�	��|L���Cn؇0ԉ�a"��ϩJ���c�������wlKW �YRy"��4�N���� w7�1:�w��;v0[��蝌z��hם�#��yJ%V�R�4�B`�Rg��3�ݫX	�tJ��㈉)9`-�GYRe�k����ή_��o�����OO>���Yڷ�D}f�VV��su�F&gkZؽ�*�*-,�Ͼ��V�
y�N�5�X۠��"%�]�9PUZ�*)��f�ϩ9ݖ��5��2�&H�ØN�s�
}4�Y*��	�a(�K&�Z��M�.��;Uil�7�6��^~�H2;U4$��eF\*�ID���4�gZ��8�46��3��)<���P�L�3����w�*�c��dՈ9G���x]���&C%�E���V��t��_�)�y��Gqk�1$��Ĭ���%�u��'rTC-iDEX�J�ʍ���Ѓ�:��w|k��F�N�H�_�.���e@� ɎІ0���/n�e�W��-ƀg�7��RŭH�ѠH@X!�Y�
|�l�Z�DO*J�P�C�L&���7bj?��9GRX�i4���D�A��pd�W+��	Q50W�M
!��u��<J}�T�<w!Y~��2�#�u2�JX�Z�ˆ�����1��_n�ztM-�^uʂ�+ "�γ��JX^=�8�;�K�E��Q
����[gؠ��Q~�Cz��7��1
�JJ���Q��.u��Y^�����Ւ���M.�� m�6�wW~�~r�Ǩ�RU��3liRL�
=6�䌴F
�e��2�XF�@UE)��D�|�-ţ��І��dR�C�ʱT�?ܵ���T��@t�����g��*;����`��nǎh����k�&���&�^rȽF���g+RI��a`��Jފ���}@��C"��%rh�)J�j��4�A�ڞ�F �R����ک���U�,����`�:#���0,[�n����	1��!�����0d�eٹgr�0�t��5�*Q!�H�����?hF4���:t�����!=|�C��lR�A_�Cr��eJ�Z���,���������읡;�|]�|��
E�kӾ�����I3ǖ�Fd�$�i��u�[PRB75�~d��C�:��xBi��d�[�lZ��2�qH�h�`N�U
�څ��r����$U>�(L'<���Q��0;�1�12��;�s4����!��+�/����I�=,�\n��	�N7.�~��q5F0Y!2
Pn� |9�Uj�X������
�~@�6j^7J:��!!�o`��z���z,m��R�`�I�X�@�Ӵ>�a��&>��e�L���ITs⫮���S�T�hB:���8���n����v���6�u�m;����ٖ�/yQUWO�w�pn4Kb��"���φ�T_3c�-O�:�4�r�:�Ѕ䁨�	с��Й�A��罹OK��&�\�0Nj]5Z�W��� �zz�g�]���!����;Ψ�mŀ�/#�O�p�O[ :��f|�����9ʳX�eUB%�P6��A(F��B�9G#6���y�<�ް�71O��W�E�(
��]�C_�.�m�Nł�$�iR]��¦S�%�V�ׅX{�vҗ�����_X�96�5�y�ك/�
�ܐ���\��E�C)��I�,��,�"�$�Hb�=�[i-8d
9R���}s�(��b-10	E�2�I�6��x�Z	P�ek�!>�TL�ƶbŽ�P�щ0��I��Ë:���Q��ux����KH��AB�!��F�67ש�J �T$�`�N��=�T�G��.�"n�U��@y��*5F21����{&T�B���Ȕ����0�J*������U~Һ*���X�>��0D�/�%Fm�J`y��UmUZ�Q�����8�ú�����.:v������@�j��i����:u����K�*Б#GPUEw��-�̓ߢk���h._�����k4����<,sh��?��t���|��;}����p8�B�(έb�0t<�j�	6<4�Q��V3��hF��<Ǵ/�����MU@L�J$�j��y1�oאּhB&Y�F�$�J��	�Υ�V�L.kx,dEc�?��O�Z���|�̹H�g&CۏQ��P�~2�1
d��7��$�b�s�)��"7�B���'a(��PԽ꧁�e����Eb+������0�6��S��'�N�]�%���;�mU��v�"y������e�"$���,6�Λr#�H֥n��=��3�^�E	X��KI�3	S�R(R���t-"� &�1:���1�c���Aj��ҥ��V�txV���A�MqHI�z%z챯Ё=G8Ԑ�S/\f�}HϾ�$�g�P4̰�UB�]�(�"�6@>@@��MK�#�
��!Hi�—��(��FIz0�.TIH�/S��4{���0���c�y(ኴ�4Å}�ôga�$nu�1z�:~�
V�r��P��@�t�8̑�y/�W��.%���1(�(J�sa��6l�T,��(����\�UE48��o�
�C�yt%��%X�v�R]��e(`�	*�|��h#��ʑ���
��dL�Kd�����4�A��K��F�4Nc�t5g$`�"�������s����V.��L���Sf��G��^g$���7�c]����T�j��u������f��X���\����J�ڑ���y4��"p�����H�MAD�d���xwh����v�H�#e�����bܖ��A�
/߂v��r��_F����JC�Spْ*Ly�t4^�է�v�Aͭ&�={�9Dw=|7�<u�Âe�ݳD�ԟ�Q�'�5��"�nBޯ�ラN}�ۅ�2\^��bMiF�X�&��ku%Fe�t��Vi�8L���ȃ9dˁ��N7ұR��r�,��2�(�9�ٍH�NR~�!�d�,�yҝ���U���;�}��7~m����))1NLT"$������0���Wٚ����r��^9FR-��9�I�Ӭ?���i��N�b��N�.N�4�0|1�c�n2����[Wr��m��$w�C�+�������C��ӟ�1�iZ�c�䲯���1�k�W?N<Sq扭�r9�N��h��_I@����H� ]�F�G&����oQ���H��ȢL��r?m\�����'���d����tINA �`&rV���HD�f�C��ٻ���1�R�3���,K�m��kK��<��Ϥ0�2�^�<��U�X-=K��<U�ڷ{�@����I��k���W��qힰ�Ĝ"����*��I'�R���tu~s"SE��SC1�FҮ�Xi�נ�R���{�C)HT���P����v�'�4gd9��@x�*R#�Fml��+������N�~U�e�d��l��*��h�h����j����D�	Q�c�BH�J��%��4����T�
	C�����H�ʓ�x�<��.
S���Ÿ
��q/�̢���v��Re���-
����G$���&
H'Wr�K)Q�D������@�����
|��m�TY�	�Ln�HUl���}\����#i�}�4��͕聟z=�}X�L���)e���|�}����WI'��Ȗ�
h��C4�!�K���[���E{��4����,ox���0E73V7Wv��'���J�1J�9QhtA����XjT�
�KH���w�Z(�ǒbQ��$��\�����n�2�0�F%J,�o�۶�-�)��~�v"]������5E_��)��&���<4�n�>����c��7���~'@�a3���d>��$����+0��Ǎ�*�Eb�!$�)�&����HO>Tb*o���d�?�!:���C�O֐�-eԁc"�GI�L&����<q�#*gǟy�/��,鈿�Q9���i�m�~��j�0'��|f��N�s#-
��wn��b\`�e��zf�
3�+G'�Z�t�+<��';fF`&$�����|�_�Q�j��8��V%Q
�q���)$ fy��w[.�l�g�x�P㗖�ә�/�J��=��sͰa-W�4W+�!/�w����۳����GO>�:��_@i��}���y��J"o"ͬ�H|�����aEe������ƺ�+��SC�˺",`i
Q)��Q�_��aO�cPӑ�O�eAƻ�K>L)��R�B5G�C�NG���C�;���O��G�c�F8��^W�0�5݄m<�뜄8�Ҟ��$���Tb���|�B����f��U�(Ĥ0
�^�FL���{�?>
�=BeM�٠V{S�V��J<�|<DCB�"0YG��=%.&�-�0
�B�7�N3�*�P
BBP�DC��w���{����w*,8�6!�Pd��rTH$�\�[`"���a�jw���l��:B�Pzk���I�VC"��}
���~��#��ȣ<�٘!�X�N�ڃi��'$��?5�63a���W��gO�t���t��%:v�Q*ݻ�w��M���|�nv�h��-�d&+k�Ϣ���sl:���8S��NN҈�K�� 6�&���{R�����â�@JbK8q\�v��$���s�0N*�V�4��%��o��9.	�i�cg�9�wޔ0C`��xYd�gΤ͚�Yє�A��.;0�Ni:qt���R������d��YC@�bm(2=1D�I���s<��c1)�#&�B���n����X�|���f�hu�{/E��+��-�PzآUL���l���&O6E�]���6SGFT�.��3Ӷgh���O�������:�z��K	U�r�"�:D�Μ�}@����hx>~p?=ui�בaV�E�,���i�L�<���Ie���Ӂ�Y����ZH96KgN�Rm�@�B����
���ډ�6{�#*���|�l���冞L�gZ!-C��.�.e8^ni��ɇ#y�`!7��[���Nd�dy��q�b���YoKGD�4O�3{�.��H C�"���M:�q#:�TKF�sZ[e�=x�@1�C�ʋ:�̓v�-F��a�˧�;g�IW[�y��P�����DEG���\�f���*�΀g�>��W��/t�z�R!ߗ9y!� �R���u��O�L�:�b���&�ߕ���-Q6�rP�@0�?[��ck�Qp�ࡒd�C����%���m��31�++q)6�E>e6�)��Y�r�-$�I~�Oy�bY*> 2���7:~J��Tɣ
jN�\6�F�1�-�
���N:�!��������.[qT�HD�p��9�/���?r[�,������\9I��9�����8}s�Z����J�T���I�؆.J���I�,�W�r%���'ʳ���	h�#��΀�T�BN�@Ŗ�k��F~��
`�ni�$��R(�ZEX�	���i��Ey�y�~
/u)�>�TťV�E/�8����Ok#�t�Ӕ��i�����&u����<���]����yyV^=�*-�7i��>�,Q�
&���&�K1_X ��x�Q�ɶUU�8IG-	H1f�a�xǠ"i����2Z)�Il&Jl0�x�ơ�H��!%9�����@�_v�y �8��:�z{��hT�x
x��K�CX�S�H�OOj����N�b2�1^#Y�1�n�MY�s�J��ʘQ�Pe��!���
���ۑ[(��R�
q�^���Х��JL�V�TY�I5O��*.?�K��J�Lp�MY���<�f�l��[���a4`��d��W�<���OI�
��e�:P���xq��Fš>?w��L3���Tp�G�9Q\��\e���'��Ćb(�rw�Q�½��"5�}1��7�UF��s��к�����ҧ2ON~���{5�KӼ��*�HPK)��ۖ��q#�ɝ�E��Q�A�X'B`J�u�C�?�DwN��H=8�WFJ�QhG��5����HT����*5�[B�#�������%���_?A/-?E�u^�P�v���;���r���{�Y�H���G�=���z螇�{�O��5��5�f �V_����D��HJX
�rp�^^Y&CY����5�:iv�ݮ|�t�͉��>%���Fj��"���%��}t�!�yG\]�9���\�k"�TL���o�Q`���r/����~�w��B�,R�AL&D�@�d�9)��5(Wʼ���g#��%��<T��Qa�ds�ͻ�(P#;��&��<�_�J$��i�-�BaA�k&X6��H2'�LD!��������� �E��#ǑN�g�c`��X�`y]^W�=������ H��\Sq��|G����$��c��I~���`ߐ.��P��D��*�����ưA�z�6O�е�WE�dueUX)$��=�΀�ˠw�n;x���"�y�
��ix03]����3�싯H�R�ӣ��xF����[�A�-�`��������̂m��T,{��r��|kcJ��k�0�Nܒ�rimՕՙ2�	�0�Q�LVFI���0��`T0^�2�����}�0ކ� ���	 Fz����y�j��fİ�ً��a|l��O�!�,�پ/M��]��/F"yu\�쩁1���H%
"&@��̱|���{�7�$X��9kD*�M�g��O���k�T�c~b�r�m������;���h�¶�a��򳴨�+O-;_�4`q{v�E�P�$/1O�|�i�dT�¥L���RV~&��B�Gg
�F� �����ܝ�č�(���ߔ�Dtsq#�Oy��(,vz}��+�֏�&�y�x$<���EH����Y�C�B<�.$�G�A�f��@X�=l���k�+��A#;��f2��S�(!�oT����s�
 ��j��g���g�󺛴�|v�/�]��rh�E6�J.�O�m |�a	����=֒x�/Fl4�����u��5�o0���@�;�-�w�]��j�
���Y�Y�b��$�����<{Ǝ$J��(�F�'޼ˀ�3;X��Τ,�?D�C(�ߗ�T*���آ�`{8#�K(�!��rB%��l��PEv��WVD�̜�*,"�R�
��W	�Jo�I��"U�!����m�7�c���w?G���޹�D6{|���L�+P�#Ǝ�^FކTsx²Lx��n۞����&�D�1"*J4ϡ3��f�\;�ƌBG�_�Qs���Pu���U�"h�s�l�ϟ}��p�a�C̼�ɧ�K��Zڻ�ABW�ޗ�^Gg�N�I
��z�{C	m66h���
�U�\� �ؾ��]?�(�{��r�<�����z8H����!�>�1(��0R27�V\��U2^�-���x��y��^˫�p@�q�I�f�Β�ұ�Gh��1�0`Bv�&���WiccS™s�3�$K�lG�Օyg�LTBY��*��x�uC�_{\A"����xkpf�܅6���D]��tTb@fŇ��w�� ��}�����
e����u�$��d'Ю��d�g��L���tS��k��J]�%�!�l���oW�G�巹�n��P�Ӳ7E4���Є�G�V�X�e�͔��2֘j�a��S�_�ί���UR������[OT���ѹs��o1P&"�]����"$��Q�	���ʥ�^iV�,�4~8�M����U+&�~��|Vĩ��)�e��`���@���C��^p�
{�W<�p@Ӭy�����^_��V��8~��f�Hѓ�O
I[��3�$��EM��]�n=m	k�o��l|J10(ql;�8Q��4P=�M}ڬ7���Yd8���g��}P`���H8�zhA��Q�=Wk�<�r���pR���=�^�w�Ą����n��L��f�I�Ze۝(���@�`0ePK�(I��@�'(딒G�@�?���Z
	A !��ƨ�܄~�F5B�?��_�����\��3��f}�=�P{X��Q^J��hf<AXk�w#Fjp�>m��~�C�����o�{Y�M���ٝ�
�a�,�gmں���R'����͞N���o�P��j��*��TXT?a�]w��6�.��~]$��7�8�9G�;JsK��p4ӯ�������λCJs8����%�F=*���휾z���U�2�����+�@����M��tNʼn����ߪ(L1V7�d�z��/Bp(��t�&�bw�u'=��}D17�����vZ�V|���|�^}�$�{�=�w����SPia\z��yZߨ�����lb[���χϥ33s�������E�Gc�qN��K� �#s�c�M[2�d���mM����n��
Q2�!�.p�R؆�H���
UN�����wMH#�΀����6��
�(!05yCo��Ӵǟ~�3(@"��ݤ�S6�׈+LS|I�D��{\���(u3M�P�L��O
�0�#+_fOˡK��엽�e�&�kBC~�RA�UBA��B�2�N�'��ʙy�iw���cЦKׯQ��
0<zժk<�e>4Te ��f ���W���^Ŗ�S�s�q���������C��F}�p�=��*Պx:��ю�
�Y?C��&e���3"DUg�R�ݨ�E��i�0C���'!�-���3H���ci~�F�o[��f�2ܐ�}�Tw���K��+��l��\gFd�*-��hoz�f�I
EH�t�ľK�p����,�C=6ȁhC��}*�2c��j�%6X��K{�/	7u�H�ǡ�6HN��d�����8�s�
���_UQ� ?���� ,D�Xl���Y�E6�U���[�~�~������ߥ�ٽt���Y�:�T�ض?)��T٧���H�Krt�>]=ӡ|��2����1=cSi7O�6M��2���1o�`C=K{Ɲ�e�e��Ҩ͌�^Y�~�>�p(S��pHj�Y&0Z_�K�Wh���ci�}���0���E���p�~! �3w�5�M	�u�j�B<|?e�r���u���\����f�"���iB�	Z?�ބ���*�0�n$�O&�O��J�s�xg�� ݓE}���q�B黏p�<��o@ϝ���>Eid�|��i����z��a�$w1��I�I�_&7��&A��5�g%�Pi��BmC'g&m�a�c7���ER��F(1ݎ}'��X'B	E�s7rC4�R�
��ԥ�k3���4�y;GFn
=�i�׻���H~'�M'_��= ���t��G��K�@�j�7�i���N0]�V�BW�%|�2N_'P�A�Q�. �=ɂS���9��¾R=�}������U125.!��vQ<��)s=G���������4�b֠����%z�Ձx�6�K�E�\;��@�~��C��EGbĆ/O{��<�o�ޑ*�e��]\�$���ߑ�z�������h�9�����ޟ��f�Q�P���(\�Q�o�3�������%��a���b��Ifr�K�>����t(I��[����dP,O���:�N�3Fl
sh�P9H�D.��BA�gC1�7~D�G�x�H�onu��jϊ�yp���?�ޟ��m�ؽD/�N�yj�}�;���r��� O�F}R�����#�T�]K�A�T�erjsd�R�y�}Y�����D|�C
�o�������ʖh�ä́��>�o���v���7���y�?���K9��7y=����� -��$��M��/7�b<�s8m(�ʁك4w���t�΃䷻t��ew�}z��i�f�i%iN2���
�Ƕ�Ny���:��������,��ʓ��x_TEO����c���I�rH�}�;ߢ{�q��j����]��GF��4f
X���Ռ3�:o�;�S4F��>u�0!�p��e�>��
������4�Ȓ-��;���
��j+�J>ǟO/?Q.j^��D�D�Ȥ:Xq�D��Hf]�c��S���߻5&�k�db��Nb�e�?3F1�H��/л��д����23�o~I�j���Ӫ�E5��+$V^ ��24_a
�c/�É���-�0M�P�a	�mH�/e��yꅊ6�#[��GHv��8<��斿I�3BT�Qq��!ZX�'om@���}�U�lt���
�4�&s8ڶt�*%�,f�3t$���{u��7��<������-�B�ff�i~�N������uXE��/��h� <7��%�@���9l���!]�_e#�Q�On�ٖ;j{)��!|�677���P(�}N�jG�ZRI�`D<y���1`�J�$��D/��QW[@�i�!��<�@|9o��-%�6�0�
?o�:˝Z?!����LmN>���0�0Ľ.�/�\����.��CôE*yMkt�Տ��Be8�<8�D�،�.u7��bO�NOQ!�*
�*������R�1�4jIh��)lz�#�����|�|~*o�%$m�_���3F�j��JO�y�ʳPł#��]:싊�
�V)��>��2x[tg��u�=���\���M���1�-�y{7�m4�o����/.��sXnb�!+f�R��bi��s���={�ѹ�g����C��e�S̈(���3�Ծ-����R�3V3]�v��^�N��D=����Ow��		ZI&�"*p&������2�{'؜��#pҟ��W̍��,��5y�S��Nt5�"	��]��I�����7k3�۶bɍp��H�~�ɿ��غ�VbU����?��3�.o�d�=ԛ��ŎP��q�_�\v\jdnO�]�z��'��#����d'M��ƚ��ǟ�2�r�	�pP��]���HS���*;sBo�bÏ��w������i��(�ǎ��x�
��{��!�:!���G���i���-�ưD�4��ڔe��R�$}�Ο����N��,�a�td]����.��)SH������f)�-R�R'Q��a�t�]����VB�7�SW9�aC-�{��㧃��,*r��ʡ|�(���u
߆�BW���뫪�H��4��4	2=:!�C6�|��M+���y댺��%,�(��g>]��K�DU��nQ�����@���@�z"�ЇFE�2ƭ1{,�r:<�<�f/��?���l)�
p�Ͻ0��mH���n�
<�p��������
z����?BA��&�V�A�!ˣ�֞'k&�%���d�BQ�}�E�]Ec�:#9x�|-����:T,�]�R�*���E��BiB�C+��J�Edn`�8ܰJ�6����2;Ր뷴w=�c��_����UY��Ef#�{iOm^�%��"���8f�a�F�;��	���4S@���AO>�Z��F�{#�/��'
�nf�r�����|� ���j�6�o��^�|��~���'^}Er���\��V�v��M�_��ر�%i�����]�t����q��.q�$xHS�Yte��Z��p<7jP�i�,�w����O|���+��p�8�6
�sk,�e�pk2�f�Y���B>^���m��9^�����ۇӧO��s;�-Kw�MAtR�Hd��EjL�"�0�;(ZN�9LW�}o�R���8�M$WN�]�M�(u��3��Z":Y0qS��?��s�_�_�|�w���v��bР�?T��|	P��-`"�Tz���'?����+�Fj��������U*EُǾ���>O�`�o��@'"�ͻ��h���ci�2�%j[l���]�=��Ҽ���e�P@<8�V�b$�%��@oɼ��\�)j2����[#Yok��ƽ-�>[�u:���]j
_T+a���u�����{�#�6s6�l�JN�V�+����|fDV�"2�.!{�t�J�o�D)4�B�f�ه��ѐ�ʟ�K�u�W�j�`u��Jm���!��+����`��L�bP�TjQU@
t�:�L����!#�5�$4�����H�iL/��GrP��HMT$�"ϡ���h�X���S.�|�&�9�A��:�6o�ŌF�=:Or,й��Q:�o��bd��E�av!{-���G��᚜�|��__凰��9x��]����Q\�-�T�R�Я�	]XA�p����p�a,Yh#�'�bV�j�=����,Ed��n� {P�t|r��@C�Q��^\1����9�DN9���y?5�pSzjd�x��+Tr*�E�7 a���W��ڝ6l�E�/�]w�V}���f�����h���Y��[���]����Kt�wЉ�'���������W_��o��<D�ϟ���z�[�~)������?�	H��d05;;'��gfg�	,��s�?G�x�;�!|��Cх�T���a4I�O�V��#��u2F]��D�0�ʯT`3�:Z9M��uJw�]�x'��^}_����՚pY"!��D>��|��a��>��}��c'o
%���?�i��\����X����9�c�	Y<`$%���N���*����j���3^�^˃}@n�z���?E#�*hΌ�!L\o�H8��h��gc�K�5��O
1R�J��lj���L��DhsVJ0�C��׾�����HT8�+M�\6~`$��T�
S�s�E*gg��m0U{�AtZ<��`��<.�+k��AJ������`/��Rv/]����u˯32� I
����P���c��=o�-K�RAr�<�N�xU�X��%��(Xx_di�J��������mѵ�4���!RD�J��/r)�dl��5�Ѣ|�d�~4�|
�{���!Qx��N�f�@��x�)A@1	�D�"$9�z����i���V�^H�ë���i�o���E�$6O�р3�b7�]����pc�~��Y�e
���`��Y��g��]3�(njL`��T#3~C�({h� �}����bN_?��>�C��x�-���Y=i���g,�14�غ�w�vG%���҃�< ��ifB%a�����&�F��H�^���q� ����|�UNUs�Nׯ_�c��Cg��ٹ<�(]8u��r�M�?�4�ݳ��y�ݴz��04���~yE�H}��G��������\cV�e,� �o��!=�����Q4B�LJ�a�_�j��}�J3t3�Ѩ�+��Lu��_���3��K������7�η�m����k��C(M�w���	��o�>a�N�:-Z!�:�$T��Z��7��Mv������,_��
M�Z%��0�b0a�3���}� ��sc�T2$��ɀ�n�<ڛN�2��f&�'z{�Vė�8d����e�dO�Џ��J���bTK��������X��|���w��lK@�lq�Ua	�f
5�=@��’=D&���q�$�H�ΘhD&�
�+S�/j��&"�՟M�AH�*0ht�Vd�k��# ��:�3LS��9�讥��=ḊG�˞`!Cw,V��jS��#s%:�і�0D����=P�g.��=�+t�ѥf/�ȓ�.����#g��/d9ۧ/�����W�Lm���B��H�Q@�:��p������Q��F�˓��V��D�wlDj��������+��J�g��b�>',K7lR�)��
d��2ݞ}�'����]�Wo��:��m�E�7��Y��~�n;t���YZe`��#o�t6M+��itv�4E<'-1E�̀���5�[��P.��H�0�WӴ:䉑c�Д���$�NJ�L�'L��ɞ%��6�=`�:CeI1�@����z����j
]M8�O�rh�l������qB��	\*!!��tϔn��&�����2�󄳫0��V��fR�)6��fЍJ�]�K��}�oJ(`�2+�+H�Eb&���]���I���r��8z'U+U�R�Q:���|�f��A�ۢ'�~�za�VA�\���T���8�/��a��b֪�$�\���PYҕ�Űޥ~f�z[#:��Q�,��]z��ߦ}o=L�:��2�b|�Q-���'��lQ�ҷ��,=�co���=8{t�{~�����o��,0�Q��=��;��Ѓ�P����޻���T>X���r!}�7�Ho�������O2+�Id���_BN>���z�Ir�)	�,2)ת�jP�����a����^���ĉ�r�-//����1@�:�K�xn � ��/L�c/]�WN\�vM]m�ܘ�P�j���
۠�Sk��W/�ͩk��YL?C�F�L�'���|�E��,���L��YO<ia-h��0l���Hn�{�_���c��	����/�H�nG�|�Az�g�w��͈H�����1�
+��s�}:�A�xK�i�"9&ۡ�*�ؔ����H�Z{c�\Q�aL8c��"�&��h�A��������(r�Ǐ��~������ٳg��~�/�D/��}򓟌��{��{r<x������<�$���]�E�g�.�=�y��}��=�֥���E����+O_�Z6E�x��\Ǔu6��r#|���=��c��*K���=x��6z����>z�?�F���;�9�����K���O�����Vh�c��}���=6�)z�Z���}���Z���G�Wy�.{,����k�����x�;|�û��c�K/�{��ڐ^�z�-
�k�I>zc�H�t2�l��+���C9'��3�J�<{���L9�c�o���I���4����!p�=��Q_�"�����e����}�?Awshe��c/^���`��~��~��uHh#X	촕#�\_�j��J_�3�&փ�P����[)Xv�}O*3�|&:�XW�Dy|28��ˇ�����n��=�� �b�*y��s(bPE�4�:�p
J�r���2�gtS$�,Ɂ�@� �1�HƜ�D8-ҙ��#�����.����c���&bS��uz��s���g�{�I�س:{�bE�_�a�8C��]�wn/͔fEYr��B�{�����K�0��V���A�.H8�я����Lņ���&ID�tE@�`�f��P;�;tt��4���-*����1�R�
6�w[�&���Z[Y��eZ=�Fs�1s��t����+-��۠�?�
Ֆ��}Q����%Q�\_i���,��S]Q+˫�����+�~�E��-�t��
��|��
��9�# �_�J���r��׽G���M���~��_��,�9��d�aW��GRe��D�R�����?|L�' ��!#�mRr�PŴ����F^ۿ�1�0�+J� DS̮�3qr�%�͐}��
��Rs�<�[T9�����TS��GLت�C֩���Ē1x0�
S�j�ơ�:�7���`JE�s�����M���O*�<7d�NFy�E�T�4�J�\i�(ǭ��bU�̅)�s"����3f%�`B�cmqOW�1�
�%���4��w�Y��[�E�?�8}�C�������ߠ�����/|����k�.������W�B��eY|����=������C��_�G�/_^�}����O��Bϯ�觎�ѵΈ~��&���}tS���믜��W����ŏ�g�/��a�zg��^�"�c���:�ĝ���q3�K3���w푋t��z�Z����C웥�ΐ߯�
��}u�K߿Z���������7#"�$��7�Hϟ�ĺ�/<����S*�)�;�5��f\����B��U�#I�D{�0��gHJ��'5���A:z���Ɔ�:i�ΈmBca.��C$�D�В����gd����bC֧�[�/�u�+7�g�z���a��$ԍ�Lբ����\SdR%j*���Z�-R5S�����<��4lڃ}�]�\��P��*�F��EE1�*�KQ��+	�؎p7���‘�x�E>_^4����F��R푑gRYS� +�?�Z��y��򤄐��Md�C�j4�vE�s4��I:�aK�X����L3�6��6��k���x����k�Ӄ����>��.MY7�fV<�\���?M��נ!3MP�n�l�L�	3{��d���2�J/У��y���X"/�����t���(��ib�}�y��㐅-��SWTȆ�ʗ���_�C���ًԃ�{i�����ܤ~�-ɸ�H-s4_���O�L/���Tjܶ����b�-������C��5	�8rmR����T�-R�Y��W�lQ��'�-���k�•ߣm�=��%6B�Z�xǏ�͌{�������mo�0r�>��$.__�g�.Ż�nI�|������X��Y��ggg���~��mq(��?�k1#������S7�$K?�=���З�VI�z����|�)����.1�3-��y`
f#��]?�
�d�{�.�Ы��8�lQ�0���e�}�s1T8�z���̙3"[�}�B"��U���&��o[�J��� ��ӭ����L�¨Q&�*�TY�LD���aԂ�� *�˨�H��?��-�]$P��*��6���Oӣ�>Jg���?����|�#"� "9�����<@����ʕ+��K/	����u�%!���T�7�6�n�/���݌��lD�}�E3������9���u�˹�?&��7;�V�.�"�D|�����{��Wt�c��#w�eG����}wd&e�=���V���O���#���|�Z��j���4ݾP�����w�g�l����+]A�lN��|��ә��؋��D_ĥl�	g������kJD�g���	�G�4�y<��4
T*b>���R.Hu�G.����@�H$��7E@�l�ֆi*�5v�9�@��2Q����ѳ�Kmo�~�џg/i���^�B�ﺃjL˯2;�j7iscY��N
���HJ�H�FLc�l�ff�,@���Ю���=�w_�^�o5��U�S��R����R���>�6@��(�,y0U/�#<YxD�J�U�Te�q�ACy�?���!�~ߓ��o�Fr8��jK�`��2e�[sڷ�z���|+�iF–����a�H���u��J� ���j�g���ҕ�%f�~�޲�>f	O��^F�6'<��>���^�<Z6��5�^�L�o�@�Ѫxv���_�.ѽ�;i�oH���Q�ʩ����)7-)t�F4�D@�s�%W#�I=O�.�̈r�I�N���K/?���z}u�r��οz��w���mpH��t��z{�������w�3�/�x�N�y���&����q�v�-�]�h��T�8�P�]�Xٱ�|�Zb^�c��;��r���ꝺ�{^"K�'o��-����c}ԧ��&�M���d㧞zZX�3�N3���"�ɸ�ȱB,�������߇�=�!l!7�|`!��կ�]�/�S�B'�L;�5jF)V��q(c��8w� 4�aP44G��<�<BCfˠD�pG���8{�4
����mT�w�:/}����wC�-J��5@��R�����4�2b �
	6BPT���ջ�9O��{�2	�(������iL�;f"���
��0�Zf�N���7�#�<vl`��w�و�+T�B�`�X
�3#�“��a�e���,�
���X���L�lcc���#����h�'���>|���=d/�Gf�<u���B�n����_��X�R-[�y��[�	7#>��6���Y��(E,e]��%O}��&=ui3�ab�I����Qt�0�B*�sW����qq��_|��������n:�!ꑯ^���[@d[xm�>D$z�@�6��s���	%\ȔhqfQhR�s�����}K���r��-=&�<I�̓R�f+e�KGmW����@Ձt̳(k��Ҏ6�j��bq���"��r��ŧ�=��/���C���nJ�]ںҡF���5i��'�
�c�Q��� �2K���Լi1ż'�Ŕ7{t(�_B
K��?��
��3��^8�a ��Ad��wsT�h�=��T�\)��dx� �z>�ǎU}�0��Vi�F�(��B���O�7t��%�\��ε/�[�S1�&��ӷ��cQ����&�*���Y)_�u���/�8�V����%�^�C�(�E2f�L[<)�]~>k�u���F-C��˹2͸U�x���Zþ#s���"�k����34g�R}.�ݯ~'���L�긊)�6�2$�ҙ�†��ݒ��z�N�(d��)�t;��~�S���K����޽�Y���O���N_�r9CG�r\ �|�2=��]T>�L������-j��I���Ithm5Z����}/��+�%Ϩ�슌q�ߦ4���xr|ϯ4�.U�d�\�]S�U	*�4�pV�����<�N^|ض�6W�9i љ԰��7�iZϰ�rY	�?�������)�9�c�md �8#ln��=��|�G9|�L�O�H?c�={��6t��{�_�Q��j����2h����:�b��Q�����Y�Kq^�|}��ѩ�i��#�'�Bգ�k��4Q�cb���{a-(�̅�&�$�cȂ�܆dE�,�L�&�!����FB{�`�p����DJ�7�d�3P@Oc�`�0[�6�<*E�*�˝+?�O�?���T���w#�ߦ_��_���~I	�;��� 	'}����oL^_��(�M�?���w��ߥ�y�|��KE���]������^^�s�>]l
�_|��vG�?|�2��}��ϟ����<�� p��ZP(�A"լm˯7�J6�o�ݕ�H��ݳ����HVc�����g��.�������{\��*��F6��߀;E5oH�"�"B+΃@�–ۊ�B[�%���B��l��f�:�-��#�}j�����莽�ٛ�d�4��y����˧%�P.f���gN12�saQ�i~��q?��*y����
� ����f���bc����N��D��[�A���H��h���g���\-ӕ�%��f���Sg�Й0�0�0����c�]�>Z����,ծL��9H�2���Q�is�=���q?>{�
�����?h?+_���u���ٲ���x��j��<�TJV��W���tNzj�c�D�Q�������!��T�vMU8�d�[qV9n0��urZ��q���0���$���ё���>�ٽ���Rf���J���F�&��@T�8���f؟�M/�Ra����"��,��!A�/�D}�X��і�6Zv�}�d�c�h��BHb��6�����@�>؋�T�35������"n7�o>�
�t�
��*5�_�?��e����:�[�zu�*�fi��͍�U���_�\m7U�i:���P�-XvD'/��=�OG�L�b���YB~O*k����VsK*�0-�"�&{h������R)�Ȓ�cu����n�6�3�:��+����K��!�zz���LR���O<�˦h�RL1>��+Wh��7��F{����5�]�J�Sgɹ�~�=y�2��S�C�k�:8g�st���t&G{|/��\�F��=߭���W:
���wh8�D��}[g�2bm��1:ׯ�m�����۴�[�G�ǞdY�uX�M;c���Dζ1��`��)�a�3f$�]S晊7b�%U��C:t�HL
ɡ�
U>DJNPVb���o�_��_����$'���,a	�1��B�P��J��?�'��VWW%!�%BH�Dnħ?�iI�{�X�0�Ϳ�"�o���������ࣷ�Pε�7~�v����^dc��1Ҏ�x��3�/p������U��@�`���a�\��)��_;�L�9���鶙<-��`S{��P.1�c�bo5O��eD�y���!-���%	��4K���r���-~ �2�#�2�qm��,tO��kGz/�Wx�K-(�V$�Y�ar���;�|�L5�(W
���b��aP�H����,r���69�w�RB��wFQ{�Zd/���z��+���_���h%-��?AE�@�n6�P�Dl�dž-dc��D�S�g���aK@{S�.���K")�~��X|v^o��%e�8���-�lм]���,����2���V3�H��Ws����u�;��.:ݹʞy�,��e��[U�(�ǡ���j̮4��p�5i3�ݜ�	�@��e<NKB&��35��L��%U%��=J���v��c��*)���\��P����屡�T�g�
�C�t�{R*Y�gӾ�C��3���+���z���j2"��#&��"���N�o�H�"p�l��T,�^��gx.��7����KV�=ׯ]Z���([�8�6�
�3�d6���haS�|�� ��K�GD�\hN����p�D�B�a����S$��PT�x���X�E_��)�����nveJ��hkB=�z
 ��`��m'�h�AR�ˊ�t�
k����3Mc#kM-�_�����K�������<�1h�詅�6��<ߟ��];K�e^�]#��죛�R���-�bn������0��7�0ؤ] N���=�}��N�
۞;]�&�/����c�$��"�h��y IF"�I�d��x$s���t2�4����ɖ}��؉�l�N�V�k%k:L��x����<�쩾��w#&�4S/�����kP�t��5�`�߿�e�H$�!�;�1J��{�ӭ����]>sy3.����SB*�q�9T����?��B?�^eV���r��J��H&}��	�F�^�ސu�T��x�L��"Z
�IS�@K�2?�h)f
��/�rE�͹~`@�EF�Ef�P��,g[@C��T3%�Q�nK&ʓ���n�8@�~�'�@��&�#6�g���3
ft
Trj�d�����嘆gc�Ϥim�UM��ŀ}b�%-�m�K�O�|P��s�<�]���
8T��}ѝ�6ԝ�%��B7��3�]֜l7�6Zr#\��$L!�z�-ŬX��Vԡ"3���C����h��}S��=�hei�0+�����Tv�tW����3�&/�	``�f�S�H��㐍���
�i�^�$ݭ&��L��Dr�V^��+7
L��H�Z�Z����*��U��Y�Сf�Σ#fC��	l���7��Sj��(@��@� �����ޟ���w.�jnIr=���<Kc��3��	�(`�:�c��e{Hv�)
��#]�!��D�0'`���������)���n����ki7�c
��2Z�9(�DZ��pܘ�tM*�B�Q'+��R��<mFq�foK�[��R
�F��r�L���M�F�؁p�ws B��Q���p��
�A����tC��{�FP�U
P�'u!�1;S*�&-R�f_�Y�pɿ�]��@mK�p���x�ֺ#ؿ�ɛr?�:'$�wFwէS���-�CqHp��9��r��X��-:��,֬$F3xI���y�ڭ&;Z)�R�4X���a�dx� +�BD4���׈^�����H&Kn�aL�4�`r ���{q�x%��p� �H0���I��(PNiM���\�!����O�" �0�~��A�G+�
�'�p�!}��6��������<2�^���d������]�����Q9��!C�Q�
%Ǻ-66��G�=�����d�H8��k�E�F�����UZZ���V�6;�8�����S�Q�Y�}�������S��3�%�ѓ�f��m�T�s�AMo�C).U��0EJY�+%�{�uAݱGZ(s�e��*����>OF�&[*���V��)'bP�~}4��&�ZR������liN(~���C��>s��W9��bF�=��C�N��9+p �Q,��ܜQSn	�#1-\sL��K�l}%8�0������'��ʧ1emȵPL��ڳa�!��T�<�0�#_��`�����ԍ��4��t2&Lx�h��D���) �<�3�@����7�d���m��_���*���ӵ�
�Ң52�m::T�k�'
l�:��d9w��I�
�@����
�;��w=x���j�#A����rn��3Uag��R[�zC1�Y��eL��(-�.�*Yu�
�Cy��")0��ɑ�}՗���<�i���$ڊ)����=ߖ����>���ي)��Ј,E���v�F	R!�Z���p�AG`
s�++k�
���������.��'���_���:�mC�&��j�[�X��W:�1�s�A?�Jw���Q"��~�]����i�^dB�:eqѤ6DL��0%��3���,���f&���p/�n�MI�&�P�:Χ��V�mc���`��E5�f��$�(U0�~��x�Iŵ��:�&�7	�Y���V��D=��*�d�>����Z�2�j̅����nI�lQ	�k[-r2ȥ�Q��Vh&�H뽫TL�0m����I60�ěD�BI�l�+��xԲM�H�
q�����RԞ�G� W����G
b��iD
j�>Zg"%ɘ����d�O��Z�N������r�Y��]"�=�b&���:Î���	du$a���9r%�Ka����̜x�9����
���q�r��;@����2p�j�2(���9@�ݖ	�+^���uj���:Z�bs��6u=��P%R����a��)_.ʺ��ai���Pzs4[uz������2H`j�o��7�6�0��̞��"܃�A�Q�f�Y����
;�)I����ᐉOK�b�"��i��b�pm�($S�k8Ր*�M�0P��⟧���?-��S�}�����_G�Ԩ��x�t�R,W���3��fa�LFݗQTJiH�*����J
qm��
���X��S@t��!cy$�"/"�mΓl~�R�n�ن�u�8L1Y
A1�H�8	<�=&��f�����O��E�&��RQ���ƶ�Xu����w,['���Br���
@D��	���E�c�&e�����2����4x}#����&�c��I0��;�:����嘅����q8Ò>��0�K"<dPC�H�e�U�pK
Տk����F�@'�Gy���"��ȼ����M=xӟ��y�}�t˙Xۨ�q��İ�|3CE�����㯱�>�JqA&�~����V�.�Q��=��T�w���:�ŕ��1�@�^�~Y&!�j�F�3�扶F���KTe�=���Ύxh{FBd�C0��KR_(�"̒�x�G��@
߸Ut_�<���Zp�v[�ă���b�"�S5�*~7�Ff���~���4KsR�7D��'���A^I����\v`�"�PrP���1hQ��`��"�&Zl��P`�2մ�Q�-<�	ዧ��s$�F��x�j5��!x�m`yPֈ�\���B�:y?	�
�V�d��}D҃B����Hr�.7q�HBB�B�_X�6�J�A��/�'��_�]�Eu�l���Ce���L�rZ�	���;}:��K�
����`i>U��Ԍt���uVQ�060ʻ	%tD��ۈ�;d�������~z�o�e?�Ӵ���w<z?}�F=�vfnR��*�/}�҅
�����Y����'^�� ���q�5��<zu�m���kt��wP�C W���Q�:K�W/13f���,�<��ɯ}���G��.����iek@��G�cp�����:�>F�����˘	)���Q~��d�=9�h/;����G��6����*�R��O%�M?`�'��J��Ԋ �p��㠉X��+�(�g
@R���`!��T:+��~�h�!���S��F��Ä3L�7À��*
=�3�����=]��3.!��,�N6�B%(5� ��DJOz��-&bz�8N��0v2�f���߶����{'��b`�F�>{�l"H��.P��N��3���jS�U��VQ��<Ǻ1�/_�$�y����lN���p��d�`/�C���T��b���M�
�
՜y��W�@�B�ăC6��C���Y+/�6r3\;��g��Z�NP��:�4!\A"To�����/7.�\f��̺h:�8�.��eƙ���A]��3������Zhif`�,�v���+��@�H0���d�\R��v =�O˶~� ��}axl��2�q�y�#�8›/�\��D.�u���~J	�m�_znJHŎ�
_�i�l.-�+��m$�1Wu��*������Fc�N_{��v�;D�#�-h`6b��)�Ry9To@V�O}6���a��D��N+�*�rE0��V)�dtwO%�ki�ψ\�}��Q$D�ZiM��E�Oޝ��
Py��h���z�*ղ'][� oy@��<B����W.�ƦM�JD�w=�q����r��/Ϗ�M������'�>��t���27����:Dŵ!�#��"�|�/\6CY�Q
(�,i�;��Yf���k�^�2����*]>}��x�$�9�1K_��X
3d�c[�P�H�O��F'Z�MOoz����{J����dj��G7X�"ժs�W��aL�5N��QEɕ$�V�"��F��6��G65N�Lv�L�L�Q�j�;3h$�ot%��C2��ڪ��������+��[�5H*qʣ[c�x-1�y��g���咿���$:�ly���-e�N����I��eC��E���a�;�]�^=�<m�ĸ9X���.�fK�z�	H��G[����LK�5UP�3ЃBeHF*?:Tъ�"�,F������
'�tr�zV�v��S�J.E��<� �,�+����f��W=�,U�25���3j��:T1G�b@3�lL��Y�_�+��|��AE(�K�W��\͌!�B!+s�,���+��� ��?��<(QB��֮�x�J��
��yV'lQ����'�a�����%�_�'��$�b"�<�H*a��y�[`��I��uM�b&%����G�a��n�n��:�@���Q�m_iyD$'�xk�+5��Gc�N�%�X����!�3JZv��!u{M��F�E�x���@uGE�����k�
���sϽ@�k n'�ՠ�P��=�4df��s�0h���_�*LZ)�-��28+f_���yf���6�[���T��R=��}\�������ʞ�-,0較��
��W��9��2�sdx���Iu7��|�w���o�N^8Ok�"
�0��z|�_!aG��2�&$�~u�سg/=����Tj���&i�tJk=L�4��VRe����s�֯>�zḁ��3�&�A1�;	6�0ߛ��J̅#ϋP݅��B� ����K_�q*T�J����d��웼��N����和�4��#�Fb��t�Z^Wd��E-�DsRȥK�-�'�Ɔ�S�KE{�B���&{�˔f�������;ר�T�ņq�s�'�:v��}��xA��]&a��2퍶�i�J�J�z�8@2��4@6����P��l���sh���zs���*3��8�Z��d�@+"�ʻ�lu��C
��2��/^s���f�Cyj2�3��.�y7/ꓛ���7ȿ2�ւ�ˏ[��F)��#�g��G��u[}��,���F���u���4�-֪¸��w�$�3�/��H���CZL�#)*"�no����W�|�����(V�T�/Q�Y�ΨK��kTAyp4i�{�$��%<�Je$�s�0/m‹�ˡ0(��6<�{�3�I�D��)4x����E��|�Jib�v�<f)��s����R"Xc�4V���7	i��}�#BҺ����@?��O3�2�8uZrj���2�fS�&
�t�a=է�5J����)��jOT�F��%{u��Uz��g鋚*GHꘒ3��m�zY:�F�y���=�g(����%u���$�&0���?��m���fL3����4�,G��������5���n�����5f+�2�H�~�bSj�Sa�d��H�d�3�D˄��ڠ��
�p%)3�����_�^8��m.����X&����y�H<��ݨ�iL}8��)�11�$����I����$�с�����=Ɔ}���-{S�9G���N��T�:)��-~�imt�4W�9���he���bP�`��Z�He��T����P���<��¢v'LKd�#�\�3��4��Fw���
SU���l��*M ��<Ka@���fÁ���b���Þ�����{��0�z���+�H�s�e��3(h�A8���Bu���sߦd�#L0��Y(}��B<�JA��f!�T.����5TIy�
da.@<�����'X�B1/H۽�I<2![<�,��LNZ�t�+E�r}Y�� )�W�F���"���
�^��"o�%%mUY��|e4�\G=��b
L̀CQ#�Xǂ3G��E�W�I2j-7�^z��ݾ�C�:DD��?NJ��!
29��K�#�奊���ً���?����{��1���D
	�|^Q«��h{�9U*��:��gϲ�(q�"#>R�S!��(� I�I$L��x[�jH^����n�9��i��ָ�q���~�t�����O}R��~�CMiUJ)�Bɍp��M%3$�2R���eS�7�%��!���٪9?.�TL�	����jM"�{�[�Jd�w�n"�CL��5�Q7
KL��э���;��O��z�=tS���$�H�z|K2�,�Π,͗0Z.�I�$|1݅�f5�;���P�#î�D�#�=o- A"]��.4!�[-֤��b�S�Ӑ��<Ǘ�J�F��s��W��C[�j@+eed".X5u��H��nKI%�2Hb���T��Dd��YR�6�H� ��W�ux�P�3#����Gb%d�aP��E�|+�tu�
�����ᣏ� ���=Gp�~�ޗ|
�!{�}fc�T�*��H�bb:�$J�FD�SR�\�ͺ�w�L��L�o:��n���Eʕ��B�LB*���
�/��p�����ΰ-I��:sK�G�@c07�$��9f����tsi�\�.�B�>�<S4�3�IӧO�ͥ��]��<.?2`N��EP��j:_�7
����*���4���2_�9&��Ō��qj�H݇H�HɅK��(�����!�:��ēUeC��i�֡�P��w<��;�N�|Z%t=^~�Z�/�X���T�М��ݔ�6���,�G�Rj�k�o�_Q���li��9(�v��5�0�G�E����â�y�9�y��ҭ�������ɯ~�>���b�{���^��a�Lɱ�@1I�!	�=2Lu���V�#�7�D�Ν��艇*Ԫ��Ɛ��q.���t�
g�����[��5�l���s��GeL�3��hG���{r�?(��{�B�"��n��I�@pҪY
oҽ)0B6������a�L@��L[W�^�P!U��H�F��e��2{��8����!P�S�҃A�;���m5�$�S��ĵ�QK�I�A~��|���-KY#�I0*�#�` #Ky5(u�F@]^�[�b�*TTɊ���(EL�s0�BU�,�i^3(�Y�,a�<���kk�DMrȡ�,S��\����4Ñ�"�6�!H�B��J�p���YJ�#�v����)_1A�o[<p��/�x�'U~K��bg�Q�]c�]T�zZJ^�\>w��O�z�&���]$�n�r�
�m@),Į,I��zg��]t�H�,��nW��JN�V8��{+�����T�A�G����q���
�4cw��1ڽk��#��B4��������)��8^"�ᶐBRgq�����ɶ��R(]FM�>�LNG��
��W���(1�r�:�=z�.�=Mw�7��ا�
�wQg�
�߷��]{�G�8�w�{7m1�v��Ctue��@v�+rH�C7�d�]�L��j�����ӭ�F��y�/�=Cw�.�V�t]���9n��ZW`¨[���]<�;������
m7L�[���u�-f�Q*��,v����%����G��[=��է/�|�b��t����wp\�"m��F<t]~�9���'��]���&ևV��T��ONl�W7�;0@�[��=@_��ߟ�N:_����;h�<Cϝ�H5x(�<����J�z)�εZ�0;O�|z<1o�wXbO���''�u߇?F�����Qm�5�˔��R��6�O�}��?���	�]�0�!]�o�"?�[L���x�������d��=HϿz��w�Q���nfo>����U����g�E�����?f(P�����˕��zsM�x0�iQGgF�nܠh�:�c�ƿ����$^�P�l��R��#>�Y������#�Q0�%U?oI��Ѳ(O��k'��#Ih�zLdD|��9����5�+�X������%���]2%M�T7MT��u�nGKp��9ѮP�ЍvDdiym��̞��8j�B��
+J!k���Q:L��3g(����EC���O8�}�
_r?��)�Y��fe(iSp���T���j&/�f�*��
�]�rID�:�\<��w��nЃ��E+s̘8��T��-z���.�Ƀ%��:G��L�צ��:/?��;Q4E�e�C
y�p]�_�k޲ȏ?;|Q�,g�g��:�JU�m:�R�P��Ѷ���{}�w��?��f��b�~�#?!��=r���λNϑ;��E`���x����]���p���~�n��?�������I?��?C_�������� 
�L�4��;-k���Q�i%��)�4�o��
?]�A�<uaX�v�zb�R�x\WG���N�"��n ���*�ۡʔ�ͮ�0]�3K[�Ze�;�������~���61���:{��t��ۨӥ�Wh���]�hi���#��6�rG�l�6Z�29���U��.(��3d�~F�/��
=����֕r|*�Q���]M$��%����@���'����z���u#t��g,��]�g_Y�������S��#w�I��0$���k��;�ӹ���dՐ6�N'*7�7�#DQ�]��w�ؖ͌��*r`l�T�
��U�@0�0H�3����B# r%�!�a����{f�)��IJ���@����s[r{���m{h�T���"{8#��E��\i�]`�6��4���ܰ��1�59����� �S�PpmI�,DŒ=PT>��2t�_>̈1C���.=*\k$Ʈti>[���W�
(�i�ߐ�%�D�a��PQ���ma 4�㸼�	�~���uI<�6�
�FK�<4�B��E�.ߋ���v	p��>U*Ea$E�⮛F��H�X�o��"ٔ*�"���D{C=f����E��oZ �\����Kw���J���s�f��q���t�p���L��^3lR�J���VI���P)D�q1U�I;���7�?J#��Su"�s������������/y��D��B�c\�i��P�ɾ�<M�e��@	��#0婨��xk��<Ɏ�j�m���?��%:�,�����+-�}f�5zL�z�H��Z����o|f�;�~�;�Z�����~���~�S;~�ͯ~c��gO��7���/~�~�!eg�μ�5�G�p>��yh��iQ���2��qy=}6����ʕ+۶'cУ�<�5VDSAb�)X|�3H�ǝ@�L<j�'���9�4t���JU��
O��K�=�{D9�Hmm�z�!�f�b��430�.��x�"E���2���ps,�#� 
�m����9��!B�>
��x�E���@�4
�a�
0�~٩���L��:��rB�ۢ"��!�-M��gΪP'��"�����"�!�䕲'�"4�*�T���`�ǃBW[Z�K-�P��
E:	x؞
���	?����C0AP����������I�Ź"DZ�3A��0P��@�r�K��1�}j2����2�ui��$��hTԀa��340���u�7D��O$oBx�MD�A\J�H97O�7_��vh'VDg�+Ts��K�8١��ptH%4�C7�%�7�DHDz��/��<��8n%Z���0�@�M2lX��R�)�f�(R���q^FR>۔��u"��%�1\�Ti;$ᐤ���'9KS.�y��M�\��NJf#��D(:������>v�RÀ�1�����;��J���d��kd���Ğ�n6�G#�C>A��ʋ<1Le�H3���F)�H²��\-�s�Ҷ�L�X��if��2��`gmʆY���(��Aj�v-%�v�Vˢ�8�Tc2��D�$XafhkkU���O�Z�/����.�`!ZQ�JVQJ'�NU�7#��He�3L��5�"�9Ҥ�,�K�!�J�<�6V�uyg��Q}�b�mFr��7�H�BIr6��[~5�dy_w}D�Wۖ|\�q����I�`�P��*��E��14'�S*�pzd����b��[*n���>���_���?-�����פ!���K�	�.�%=�g]9'Y�%0����
s8��}���F��t�D%
�4��\>�Jx3r=�8G��F�搞G���4[c�K*m�7���Gi�mj���zz��)��S���Q>w����s(�&+/���Pe�*?B�/I�U��Jd���X`HH$P�ߟ�5c�kf%<�A�C������atEL��J��Jq|�t�O��'��ˌp��ݿ�A�{�Pv�l��?��Ts���a�I���˧��1����6յ�����+�[�R�v�͞�&{�6{��U�(�}���>O�9���l0Ṕ>(]J�_0�X�'�i�ĬT>�*�X[Q�*#�^X�ʑ�T�?2���b��������|�
�� ��JC!�
�ˡ���R�(����I���(HnC�ل��mk���>3�\BO���,���E���e��?�`$V�T��'� �*�4?;/�$"K|>�����0��wJ%W�	��Bs��r�T�!{�#��e#]!aIHG*�G�3�� oʦ������YkJ�}�@�S��.�����@�!�V ����p�Z����U�.:���JG�����1U���
���rM��J�)W��BJ��zo��)^�%��4QK��
��Vh1���Qy�䦦AD�O��ɹB��o~��W��-��/�q�Az�W������a	�G2儔��ė����߆Ly��s�n�Й���H�Y��9�b�H%�|3���SK�-W�����A[X7�wT8���E��D��`���)��S��;�r�@�u�v��$�M
���������q���;
<�"�G�|�i>T�b?�9��\K�,��GR�:�؈C�X�҈P�${m$�S����w,s�9��?@�btC�-L�Tg�}�3C�aG�(�o��/S*�zo����Gal+��n�>�þ�ӯ�4
[tS
��2��k>S��:��w��|x��I�

�24� ;���$��!<�H&|0
}@	�;]$�����!�Fu�B^w$�
�BQd��v u�9~��ޒ.�T0G��F�)�@��6
�2`AKk�
�h>5K�YB��%�QZ�3�Ssh�4��H<��V��1h;�\�L_y��l�n�s���?!�bcc��[�az	�K�Y�5��;P��5�TN �A���:N��T��\,��{
LNʱ���k����N�C�j�}��9��qZ��<IQF�u��9�B�s~�R��W�r��,�v�Z��t�|��*��T����*�M���������T�t=E=ݥ��%��x�ϵ`s���t�f�](O*tڑ�1y�x;�˫"x%�[�c���N�u:{�<��y�T�w�IA[
�d��y?��S���o�.���F�ЪeS�MA|���V��$0v�~GY�\cު!Ze��E��)���V�nf���������ZaZ���ُ���?@y�sN�x���q=��c�}�2|�/]�LA�Nu/E��vQc�2�3� ��+K�S�gw���u�G}�U�ha�H�.��g���`]v�zMb���u�����>�����iBq(Þ,���k���d4L�xJuߐ�(�r��Ν�QӀ�-�J��"���::���;<��yk��1]�9��4]z����7��S|��-I��WY����
$��8IoNi�1@5E.�^<\;��b@�|Щ��Ӭ��G���2�B��r+T�L$u�8�Ζ��A��\�M]�ʼQO�01�����9��w�Otv�5{�}_9&��]�v�Q:R��)�A��	��Ӷ��F�!�
@ �I�k�
eM�p�>{�
��lH�����Di�=>���5:H5{�1�IC�˱�*!�RZ$9B��Q��	��*�a|��h�����8S"5Py�H��c���4�]_�N/_}V�~��'���u(s�EI���3�h���"��H�:�C���_0�!�

�5��bYi��k,a�@ڎ�r�qn
a>I��^��W�����CUrJRy��Db1Q�����!�"}8��y��2�����O�v/��������v�ŵu~Ϗdٔ����j�(U���nq�q��pI>��`4Ҳk�ɂ��PC��a�`†ƄBNt3#�:١=�gv[��%_�Y�ϟ���K/�5�z�
������w�o��7��+�y�˱�!Ʈݔ/��r��W�~�Zh�j<�<�"O0��]��$���tN�Л*w���s<�4!�$�Pf]}�J���������σS��\T��N�T�V�e�%�y�i@�a�o}��[]<w?聺��)'b�H���i=o�%ޅ��
C@�`IJ0#�y�@��;Ө�nQU�aHaR�ΐ����Zʳ�ϗT�/�$D4�
� ��s��u���T��%�M�PV8�{g���u�Ti���-��#��a�%ӿ*�Zl�x=�Y�����CB4�co�[�`���P��J�*x��a�C3�x�y'GWE�Į�g��X�Fm6�R�F��1`�ȠCfЊ��4�:��OI�p�s)�0���-�L4��k����Z\'$�/1ۀuJhH�K!�rs�F�EZ�Y��*Y
ihO�0���u�2YÑ�C�T�h!g�-��"J%,�+۱ܔ�?�R�����V�ᆄ�$\��K75�p��#��w�_��F�fH1��9q�r��R��õ���y�C�o�n5����Bi�ٚLФ��s�9e�Ւ&��i�DH�@H�V��ҡ�(�J��ck�*�Z�LD칢/���&�
�}$� �U�=O�J%�#��
������\c~�(�2��~��m����u���K%�ڼZm�f�"�J�ʶ�e*��{���$�/�a8C$K8���K�J�2�)|ߨ[Z�zτEd�x)LDB�ڠ�HA�Z����
�Pm�UN���i�)Ubfql�d�?���&�N}���N�|�,o�̛�	D��iJUD!�K�h�tY��V��"�
e�m흎}*�ˢ��˦���fgC�1&�@Rp]Q��QA.ڂ�
#u�Ƞ��,Xo��
�ȱw� �$�����(
v�.���@�H�_Z�K��Kif�{%ow��@��蕬��Zc�nF�&�$,�^�1��*�0��ޱ�%�J 
{�R�Q��J������0ہ�
?�����o����X8���~�>B�
ʕ�5��9*.Ь�u.�A��JΡ�w�2�ͤ�e�)�)��zs���Hb���]_<
UZ�.�<'�p�Hd�UE�,���/�ya!��ȧ��6���q�P��;��\XfГm`�$MնP�#5��6̄��P��=X�
��J)>W���6L�_^:�f�6S���Ո���k��8F=t��`��kAӸ�4i+����a/Q1��uL��C��F�,��H�
e��#B���@���g�!ہ�}J];Hq���@�ۛi�wbE'N�lD�{���;�1�G��N���i�m����0���I�b�@)BS��A�P���3v( 5+�͵,-8���.��A�N�%j_^�n�5&�	WL���1�@4s'X�rz)a@�7h�G�N�ǟ��
%zz��L��_{���oF�fvӟ��M�sK{~���)����~��x��u@R`&�
���yxxE��r;���xV��6z�QA��Io���w0�C���$�n�
夐X	ŸRe��Ct���v(w�W/}#�.t�.��!-ٳ��4}�k����rx�
9>���i�4dD�z�or(A=�(���QxS�؂��r�-��;H��K����͡�HU)�G�>!aspF�FM1Ғ���Υ��'�F�?��!�;Fϭ26���J�
[�!�®�$Z��� ��3S`Zp^�҃�og(��@�J�Z�:Ԕ�;V�&�k4
��]�J��+��$�=v�AĪb ��ڷ���w��
aה��Θ�P�#��J)���.����\�0i����D
`����~�֟�i��<GɁD�:�4P}<�sX
�n�Hc��/��3��8wJ��N���nT�yk��
+ݏ���zk'e��@�1�[����P�0�?�!�a�;
�0y�S�a$D��p_��(��^P�h�ԴO~��d#Ћ�'���vx�̤����TY(Q� ��`8�#\do�����׷�=o���S�#z
~�4�$��3�<�%֛��z�03QU��M�;Tش����[/��1�ٔj�,�X�ҽس�C�&��*� }/Bl���kt��0;!6�
4mN�x9p�Be?@+�q�%��FGS���ȉ��joI��H�G�B9��z!)�t�z��ͷ�,�qB!�ΰO/��=��	`���`��@���'G
�2��M��E"��Y*׀�(�_�I^�7e?�����m�����7���i�0�=H�5�#�2:�b.���@��G�3����a_�Ss�]5b,%*5liB6�
�a�fR��|��V�}��Jb�?�T5-)���>I�oşI�rj�@XND�N���
�<R�#�Ȥ�	�H)��EXZ��T��l8�	�|_9~JU�0�̴��Q�І�/���⾩aQF8���Q~�Y~����ǭ��0�����0ɓ;�d��O�Lš�p��4�2h¬8��T��
`"<o��|'%�IA�d�[c�x-V��e?���7��	=1�[����U�-��������� �B��ql�������g~���)i��"�g�VD�})��9�N�M^�1�2�Mn���$�G�y�>����K8 ��x��?9��W�$^!�=�hB2��a�=t��@�"#!Mi[�i�6�b6P�)����p��+�r%�
�
� ��MfH|�R��+C�R����p�R��C�W<�p]�T��Al
�*e��ԇdI%
� m���$�	A=bX^?�3(e�*cdl�G��)a`9��$D��Ao$�֘Mq2��"5�
UƖK˱��wsؠ��	:��0�5���!t{Źt�0H蚉�`qa�P���U�H���
fOu$@x�@�C����8���4�X	��?}�wiϞ�t���ƆZ�Z�?���xc������o1���)9�x3Pa�1�������t�I �j=��P:����Q��PW��M�T��<Bf�oƔ��5	���ኝ��Q�֛ń�?�HVcJ�A4Ώ�y�1�a)[�3���Hn��a����
�xc䄞�!:�>��%���] ���n�5?Ę~В_2�!�6�V�$&�d�ś1����H�W��c���o����/��/��JQ�� ����?B���<y���^��>��m�5^��浬dXCyж��F��/~�Z@`x!ٌ�)6��A#��4�#iGRf�}�*� �iI��\�P$�I�>JI�/`
���Gі�>@�)R�m|��F�.;��G0���$i
À.�l��j���R"�S�;�$T$z�]�����4�}%��E���*�B��Z�I?��<�0J�S�\��1JStlо�UU';���7���P����t��Fc�\j�*ٲ�@�u�%�?�D�ֻ+����f����{]J*Œ��J���5|~��(��@r@���h1샺+�8t%�K�S#.m��!�ۜ����mn6����tۑ��s����9�D��!��b�+�K3R��d#H�m�M
�`����H� �������l��P�����s���Y$$�
#�)�`K��!�>�(�F�d�C���M?LRdrٝ��-�o$�����\�Ʉ��2�	Tg�e�ɘ"v�^�������at"P�����0l�!P�����5z���V�S�ݣ�+��)E4_LKL�3���I
<�3;��Ќ���P/�ߥ|N�P
h�p u�R)�#�Ik������+	~�|�j����<���(�\��EL�Z�6��l�<�َ$�Ա�2@�=�������9��:p�mҵ�py�1�JIF,�iD:Q%v}�������w�
dzV���kt��2�?p@��]�z7��@�e(O�H:>��jwа�'�+#���YZ��N���{���y��ɒv�0a�Tx�a��}��ܤJ�&!�G\T�C2��дz�t��B#��䕗��}�iif�$8b�A�#<�\F�E��Í��g�3���8UJ3������@Z���J��!�m���L�I$��@��Q����G�a#��x����L�SO<Z��
��1�"5��J�1~Hc�
��� �!
�,‹��N��s�lP�x/�:45B�À
��^�zBg�c?���
��~("MX�i�mٚ՘���X�y�ܑ2M)�՝NQca)v��)��]gP�RsT�ڰBet*MY�H
���{�5쨺�Wj35�D��-p�W�ؽV[5��TS0+�Vp��gG��F�=��1}����@C�*C�K����Vt�H7�Z
>�����|��Z
9:�P�Jl]�!y�
o��6���S����Tl86���ۗ�w!
~�"*�6���O5��_[BR���H�Z��*�(���_�w?�i|'X�,�8�uc�M��N���[L���k�R���p�T�D(#	&LNE�M�du�v߁j�m��m%$���D%�����0y"Nŷ�Ni�.\��=�}6�(�-�7;����V����
]�'�H�il�b�Ѹh��Yc�B@����;/�T�Z.
��gC�ɸǔ$�������P���V_>Ok�.���9.���c��׋z](�y;$��M�7�LU�ukf[�
}
6\���J�L�T{�z���]��#�Am�@H���Wۖ�m]'��'��ҩWNPc�U�>e�8:ٻh�[��׮ЉW^�������C="6K�@�p}�N
f�P)ۡ�R���]�|^���j�|�F���g�=����νߤ���+��V��x���2��٘f��7�lkR/5���թ�ِ0�%��;����\�����!S����賓��]�\�$ɅW(�Y}��	��c�hL��z>?�.@��x��rhTe�)�QR��=��]�
xaa$�^%
�V�[0�0p�h(?��/4��6�N�qb}�4�i(jq,l���DJ���E��Z�3|N��P4.P`RL奄9Y˙��DD��A�
��*��y�.�M��oC/lQ�����>��)�N���qe�q����Eyq�t���л��=[���`K�v�HLރ*"�K>�y&2�����LD)��t��}��[kR��0Z��m�I�?�6Nq��
?�Y�����~r$O� �H�.��S���r�&�㬮-�Mq�,�"���|���(�%Br����8g!�ߛ���'^�U`G&�s�l�U�&����y���kM%_��L��C�*„0�!
 PZ
 �1	&lˬ��S�8'"!�T*�E��K8�"ȇ`�a|h��'�u��H���J�t��"����L��t���2�2ې'}0����6�$�YR�fK��5�ds��}ڽ4G�ղ<ז�y����i6���;,�4���]$�J#�XQ�Ub`�e����%�J�P*���̲G��Ip�F�T.W�nг�=-Y�Ǐ�%*�F@(��BQ���B)����N�K���:I��e:x�,�G��,��>{�Ǿ�U����ߡ_�����(�(ؔV���CO&4U5� ��P����Sn�=�I)�74,el�NIe�#��67����8d`!�+T5�$��.������[��`�H�N"!M�)D�ejF�A2%{�i��q�R�v$j�)�W%�E��B�HE؋�P�e�ܔҗ���4�2�Eߏ�]^6#ۑ��rx���pt��������dWq5|^�0�ӓ��朴A+i������`��'p��0c���a�HB(k�7�fvr�霻�����3;+$V����tx�[�NU��`Ǧy� @Ȁ����f��#���0��$Ђ\��E3�##���BvMũf�/��?ajh���f��\Z΁�T�h6��OCUhH�q]����#��W+JDIթ8E	�i�8�n��)q�pnJ;3G"2K�X�,!%V�d�k~-��˜�*�,o�0����ZY�Y
��(�4���a�V��0���KRKk^���p�X��W�D��#���}��k��/
bOl������u�h?��.M@�I��	�iJ	�Fئ4�X����~�4AA���o7
-S��̡Д�9=���uY�]ح+����h}M�t�eX�Kq>c�D�窬8W����?;,�)k�<*�V���6��Pd�(1����i(�@���W��%���ᰀ�ݒ�6&��P�~��3L��
-�Mq��<�p�$m_�����4w54d��0��ia�H-�`����xL�F
��j��)1X2�2l҃�-"o;�ͩ�p��)�`���ܸ�H�w��+�Gg� b~�h�s���9���
okb�B3��p�%<ž}h��S�u��5 �.^��<��^$�݆��[�3ZH�L��
�D}8:�ɩ̻x�%�Ȏ����	�����?}Qă"��%�:q\�!��P�>�[��a.Z������Mb�d@��%`zafO�b��-���#vU��}ւ.J�lإ��d���9��$��I"�z�|a��kQ�yE��~0�*i��b�X	���sR8Iw	�`�DN��p�|Jhq	�\�|N\�j���
;JQ(m��ؠ�)�BfvBZpC��~�Ofz��O$YT�%�<r>viw�W�1�)ͱڣi�3�/au]p�CH��e�+�a�Go��fU�0���Lb�r*T��%y̖��R�FQW,��=Z��'!�]�%�%�䌌�S�0ԻDd*M�p*?E�1IKP�o��'y�5�Gc��U"]�4J�
]��ac�d��ۑW��*�I�V��U�Y�%'��3g~3�pOœcJ_���!a1��
�!M洔t����
u�|�N�5�T΄�9�@o�bpFXV��<)X��L� �0Ѩh@�\ s����sé�:���^R�����$1�H�|?q����%gϕ�}�2�nH7��ӫ/,��ʞj�[�[�̾U�9��̉ �`3�gQ}@}�^��l��m孊�� 
��LYʥ8{�d;��䐅��[��d�]�zh_�2��3��x*N�Ab�!��>���H���O�S�`� �
6�&f+8��Y
/�>�_��w̋��7'���'y)�~u�ZB'i��'�+��k]Y[@�#
��p'�r�Y%4����?!�+���܉L��/���+ϝ)�{�0p�&��8s�?��t���h�
6a�w�P&��] ��[��۞�=��6w��-�ѐ�\&��>���X�Uu1����?=%���v�,Ἀ~�S�CCM@��v>��?���7N��%Y�<)��lU�Lv���w��X��]���_�6�9������]^��W�_��07��z���I<^�l�MIa9V��j����>�:�|ݢIt�.���%6͹L�%)Os]<hf�D�Ŋ�]&��o��z����7���|Z�Luc.����9���~r����=�ǝ�!�\v)jx��x��ނ_}�\.�h!F!	��[��ˆK�aNP,�-��G/���?�$ ��qH�xM3��Y����
l�Yb��O?��(�D�Xw�U��Vz��%,�>UT
Xb�0|���Y�H�2�@)k�?����,�EE���!C�Jf^
|S�Sx��o�$,a���Z��\�Y�6�3����U�"'�1<���iJyT���8���1oi#���o���ݶ�E!�C��|��1�K��D^�'{�K�s��\i=�]B$O"g&�r;w]7���~�P����O�x�	�,��)����uN�$�Z�~�"&��㏿(l1�P-j��B�(k�E��W�i��k������to]��J�Ѯr�n��,��{����>�~j���3,Yjt
�Gs�S8,Kk��ۡd�m��E��sf�V�G[k��"�'�~(�H�&�@�i~�_'�w���G?�G�
^�Q�GMm-^�a�v�5�*��Y�Q�k���8�,��T C�h֕�+�aUj�L�<���THC��6�\�+5�,��KY�Ү����,��r��`#Z�)cI���p*=�,���.y؜W�#���E���L��2�#�^n?���OѢ��R���7�Mi������Y���/:mI��S��Z2,�c��j�,����#@�67���	|ܭ��,�
3,H�>�7�������Ccs�Tp��k�8�:�S�O/�B�~�d���

0jV`<�#Сa*���u�OD��a>��}x�[��yUF��}d,�n�J���q��n��KѤ��SI�sB�ꡥ]|�ニ�}�x枟��m�h�?�\�]��b߁^\u��h�hFr��޷U��xi���ϟ��x��֭ƺu��<����q��_JT�<������ߌ���ͳط�����Wc��Nl{�)D�.�^Ԃ���8��.��0��/|����>�O��Oc��".�b���{�vԶ.��%���Vx�;��ظb9���#�g��7��h�,jGc�\w�fL��7�>J0[���?�ػ�ʷ\������gz%Ms�U��{�}#.��a�ֿ��Wm�}?�
^���a#��=��3��9R�'��.Z��KZ���b��5x�{�G�Ž�{�2�9s����!ɒ�?���b�X>���|�P�(�mz/	UN���/Q�='�3��o�p�K��]�� �`f����_��@�\�|#��n��*�5ס@�"��V�9�^L��^�}ul�������h��n~(�cϬUP��2b��=��+J��MX�C����5Q�*��,�ܮ�@?���HDR�IdGTxͦ��Ȏ�Xp��g�;�3		2~5�J�d=����L��0���������
�4S���r�㧎��‹�C�<��
��^Np'�vrr
��^�E㲦,�h��ͥk�A���9O�Y56SP�"���yM>f�c���������Qh��e�W
[���I�F�K����/���z��7�Ckn$C^F��`�Zs��A�E���
Q*CO����/}whh�,q��a���"J��y<�m�^�9���n��P�U���Q9�>���7�
��� �r؂��2�B�@R����	�f���d��Am�6��a8�]�vHS&�]`�.��k�R�����c!1
�
T������$V"�%��Ҥ��kn��y���
=���+ҳ|Il�&��(U�#Pe'��)����$`�U%�Q��������c/6����:;���,�A�@>t��3�Q���÷�t����f�Xm�
Mputb$�1�P���q
�"��I/��=��*��E�J�R�a�!��d�y�)�p~��4QϜ��4��B46sL���׾�i|�o�o��{������_����ַ���l��/�]s�F��g�x���1�,`��x�_����xō��ů�a28K�6�o���C8yl���W�dW�{�f����G��#��7����%��?|��ܟ�u��B
Ea�8\�PU����շ���t|�}w���L|拟“�Lb�q�z�8��g���h�qd��	P|�C��q7N�9�,Zf&�
n�G�b|�/^�����O���
S�o/.�l#:�yD�s�ꊋ1�<�O����}'n
c"��ާ��s�:������?@a7,_�|��x�_~{_�VD��p2�7���)=AO�M�j�Te�Z�z��Ge��P�w��
��0J���p��B�T6���p�.�9AR5�������RTQ�oS�8�P�"SE�;F��n��<�}!?rZ=Re s.����J0aNI��r9g��	|����L��YJa�vb6U+{����DR�Y<Y3��a�FeD�� &��9��1
�y2�J�T�����i؊�8��Λj�tM�
D���6�S�_43=�|��F�8\�!��*���0#M�X���m8q��B�,��������U�C*��ur��K6��r��	�*x�K�8Y6�
�ia�h��|��$霸'��ތ���0�}I�a8�GK[z�ȡ,�5��=����^�f؊���'�x��iR�ݜ�[T��f~�͢]Ι���8�:���P�а�խӚrI����9�Y�Z�Y]<�D�����)��r���V���
k�����A���\���K�/O&d�s�xWE ��4�_N�ⅿ����!�)0:+[,�ɞ'��<����_a�$�)AM%�̺w:��
ί�&N�b��p�Y�����%c��C�Q�D�;3u���n?����u�%��%��eO�Tq�e@�h�΁J�?�B�)zH,_���&�&�5%�j��4w=�ļU���}�B����<��w�L��y����nuU�!
-͹���><��nX���4�3x!v;��Pޒ#��2�XG��71�'�څ��D�]5R�1<��A4,=��D����О=��?���G|�o?������{����ݎ?}����:�=�����E�#X�4ꚛ�k�S8�s/�� �����`�3�P|�[�r�?3nW|o�>�Ã��=��n�����g��e���=��[6��
x�Coď+/}5�����oz�����~F���H#}�p��a��b�֝����^�Kz'<����>���ދ�:��g>�o~��x��7c��ZI�&`3A_��n�z�58��6غ�g��x;�َ���f<�),Fa� ��,��&�@���c�����PBL����T��u����~k_,�0�~n�� v��q��?n9�em���t
�Q��3l�x8�t,��?�o��4��l_l�5q��(UBU���B�g]N��|��b	�� 0���Y�]@D
��R�n�t3j(�K����(��5�)�#��ld<�b���A�'�l�b�g�Ї�U9.���x��Lq�ʱ�'а�Io��*[*H��=��4r@4��쟡rY��Q<��XQ;O]�x���@ϫ��d<.륄�h-�N��}v+F{{���uX�~-�g��q�]f].��E��&V�L���x!ڮ��H�!��i#��Wy��q F���r4;��SM�'l�gm�aI>��gOW,4=c���7�A�V�`h陟��'�+7/�SϞF}S+���r�m7N�������ϩ��x��ؑC��bN[�ՈFcR)�Wj`p�uJ'�:O����<?�!��D9ѲRTJ���ڰ�}���w�:�M���$^�5�X�y*�0KAHp�B*2�qQHc6�)�1M�IB�c���\��۸Ɵ�"�"1!2�MuA4�҅�דu^�
Ma ��1΅�%qRez3��d�y=�����CJ
)��#+J��p��0�R9���f�jq)���*3��A�r�]�W�g݄<!]����d@�հ�,r�jn�dC�M����0c���p���$���_[�3�m�/�G���m�4q)~N����J/��la@p	�Q�X��yd�9�C��e�۰L���V8̛*���!�w�s������_:�w��:�ŧ�3xL�F��p��G���f����}]p��شf!1O�\��&ϡ���`/qj�$���b������E��,�7�uM�96n|��TZ�)a��̝��&L��'�,X��Pw�b�m��C<��o�O~]��/��W݂�_���������x��_�̿a�G>��[}9"�����d��>�6Z���1r�>�*ڻ�\�r
c�RR960����G��>��?�64,[��>�0v,N�F$E�6�s�YC���d6)�N��H��(��y�6�L����a&�.l]��t��qУ�I�*�ܙt�e�	�xi�~n�x�`i�Z�ۉ˖�@���-d��I�]��m�c��k|�K��r�|Q�]�%���vٯ֦ͻ��,�B�`�:W�$�� ��Gh������Pi�*�6�!=0rI]�3�]t���5RHi���B���;����)\a#�"/�^�����HN�T5$a#���a>p�tW�q��hfՖ��zd�h"z�F�T@�%@UEƆ�n����yr�N�V�(d�x�)��K&	t�Q�YUv\�A��M�hnmU9If�@�a.S:"i�F�g�2;�)�C��27�'�Լ�ć&gZG�5�T��$Mqx8��Mv��(�~N��4��1�%�ҙڠ�B湒��B��e"���|�(�y`�qb`V�Dw��Hޟ���B��$Z��O!�ؾ=$j16A���R舀.1,��8._��o��3�� Yqڕ9+�pp��rV�De��]x�:�o#�a����BYt��@��4X�ͬ-U��unn�4w��-'�ř��&�*+r�fX��'X��hH$���?:�%Ar2C��zG#RyPE�Fx��*��	�'��@��S&Q��TGD�{���#2h�x��b7\d�Y�(�G�����a��\
Cd�U�~Q�� n���T\�qq���9z��"IeP�ۏʼn}aN�rɪ�8��1|��ߤ�8��`�,�dP��o�'=��ك�v445�\��^ �3�׍��Fbl�L�A-.y	��v���V�BV�}l�5-g֣�M����o�×�\��Ͼ��@S}*n`��P̗��{�2���'��˟�>2��d&Sxӫ߅j�B��'�o���!�둱���
�r����hz���� N�C�(=��OM�9��k$o��ǿ@޵_yu4~����6����/�t��$������ F��T�Q$�1q�s��g��X
��G��ND$�!�.���m4&[�b����/b��-H�{���K�}����P�5��믾��Q1�������t��$�:D��ags�F��?�ݷ��>��r����GX�AiRk�� if�D��X�(�hj]*�k�%K@u�pH>�B_Qjbv��&��`�b�Uu���w��W*�����b8��#K�g�O�+��R���`w9�4C� ,*&���r6*3!��#ČL���d˕�9g9�����:1y���R�)b'ȣ�Gl�	�8|6�E:_�HK�d.�ڳ=}]�d�K�r�:9���@�����/���$�o�m�\�x&N!�o�?�����b||\zj���b��gp��*9�+o��������.�Mrs�П�̟��5,�Bm��D�,_��׭��B5)b���}{{Ge=�Ǣ�_G�wߍ���m"��E��O3Ts���p}��.�.M��;��Hm�\bf�g���J���%����;�i�i�њ�%�g��tw	Z���Crh���W�,��-u�M�Ķ(]��9���a\�)�x?��
Ć�pb���a��I��J����X���^ۛ�V�`�Z�����H�\�U#�����3�߭j�rxC���B0�>[)BUb/�d�r8���S
�і�4
�L;%k���Le��һ\�Q�@�Ѽ6��'��"�Ѝ��
O����+v��~/�#	t
����YR��4�✄����8�������;BF A1;'�79�R	yİ:E����) DTi����T|cC�jz�X��3R���W	l���%���U��xF���=�$Ml.=x	���*�Qp+с[w�':�
�D������e�E	�Y���2.iMg
ؾk��(a}�4&c�;��K��n��/�����������ɘ�3���`�6КL#�G*S�iJ�3��B,e�>w;�ݎ�ԤY���S�p��4�}�TP�O\J968*�~>w#d\�B��IIbKE��xߑɨ�I�B�|L^��"�a�$1U<Wxaqq���%�ҽ/�쟢�6B!#�p��.LNE��aY�⩤�[�cyɾ�sݟ�BXc�x������{`E��.��0������
�Ѱ�E�b����Ǡ�o<��U.J���t1��p�W�t��Yf~��j���%��f��կꔬT�Y�fR�ݸ����oz�d
ǣ�s��:���}���)�̽k��E-�r���ϟ�w�*�D8��{��gVf4�g0f��Y��|��P��0�f"�L��m`(>{Ή9]d.L�O�;۝�p�����̯�azƙ�\\��W��{jlȄ�
z6b8��#=�kM�j�h�x	4�.l@̔$W���[��1�p��P�z_Z���`����ʟ����|.�D5>/�S�u颅�i>��h:�<�_o�/���n6���h��z뮸\ı�5N�ԋ��+��d��K���q��]�۟��{�q��]-�
���o�cl^����}Y��8<4D΂�B 1��(�kĈLD�9d��o�j$ɳxJ�K�p*����s��w���:�9g�\5�k�$)��x13� 
��R�"7�2DQ��`��ʄJ+�1�ԳԀk�t��pkf��U�Q����dʂ4��J����'�X������5���m���#e��='��MI�xn�l�0�2Z��;��������Νt�SF��������t��".�<����y�UU~���L
��53,�eȬ,w���U&�\NE���ō��\��	�L�V��$�&��*?=\��,X��7���o�O��8}� X*�3����y��d@�h1��2�,X�^��	�L�;���z\z�U�u;�X���p��6)�Q�{P<�
��U�g�7(�Au�����\+%2C$�	|�����c��LJB�1�
��ѐ�%n�1^��֔L�J��*���f��CJK9�W�a(�K��o��"O%��raf�"�&���NM�܂4D	��>Tn�f�����SL@�~!ͨ�*�1�n�\~j���a�=9e�
 A�u�rWX�,/m�M1���4PZ	����F@�z���u!,�1�R��9yG�g ���&O�]���;pN/U%[�pT?|�+�g��>�ª�ڞ�KU�P,H1'BG�`1���~�fb�䜛]M
0r�̱�b���d�Sıl"�%�n.q��ȼ`�9��R�֪�B��*�����|��'��q���=��O�+��,�L�Z[�q�%T�0M�D,��'Nb��b$���1����Қ���7^���
RZȆS�R
��
�~��(�"�	�bS���rV\��X�*�Y �Ya�I�ԸDA��Yl�F��Gf?tRr~�L�|��q������i�����ڍ7]'��]O�$� l�;Ç�h�*�)D,�-�<*+�H�2#m�'��q��ibh�4�}��;ivQUƾ-=��l�C��Z�L����
�����бd	��P�7(s���d*[���F����k�\xQG%��b�Q�T����1�k��i���_��0$1r�����PN]�M8Ma�F���V����׼�CR���*��)Pi:X��,��F�:�5B��yR�PZ����
gD�U;ɰ�e�BAJ;�etrH�="����|*��{�nQ�4S5�	B�)���f��A	 ��G=y�-��6Li�8���^9�Tgp�-��A46"Z��/^��;�D}�U�x&Yi�5�̠�	��%Wz�ǒ�t&#I�E���c�uRJ��:�ܻ�
7��!רykp�Cb���,����U��ϟ}�o�'N�ꯛ="TN�n�E\{�͸�'?��Y��^S�m+7^����r�:>�g�����AF]9��$�KI���4�Q�s#P�
�Ǻ�\���~	��vny=�[�hz��к[�?�o��g����q
>�ʱ�Y�� ��R��p���u&�7����7j��P�.��Y,L���D
S�RU��<a+9�f`�d�`�)�4Vb=���gH)2�##�cq,���=&��/y�d\P�:+fn��	C3�vk�l����[t<�
Ii��/b-�e��<f��W�X�BNy�(����Y�J�"�C�B�f�Y0;��مi�iA������[��پ_��fue���Ą�J�38� � iD��Z&�E��.L�R2*�W��bB9�&GƐ�箭���2x�NU^� LD7T�=âu
lG(<6N��K�kݢF
�U8�:vQ
�%����`t���.��d��S�?�N	U�Q��]��'�K_�B��5Q�)O�?7�'�������,ln@�xX��(9ENOGv�ƺ+/�m��Y�|TN��	���t�S�?=Zk;q�f<�L���c��Z��\��w�qb�z��y\:��/���v�0Ma��/�j�q1��a3}�@ֹ����044�{p�'ۄ���۶i�D�,���jU~����WpX����a�,S��0-|��C�B04�dJ��΁P�0:��xV�(�Se���y�f%t���˩T�}�q��m�l�ıMu�S׮(Y�A�����x1- �S~K,��/���Z��i����5��r|iبs}1?�^N�$d�4�~��10���8p��<�V�C�.�R8�.�z��`��ۥ��:l*�'iI���<=d9��5�Wk��ss2i��v���ɝ)��I��JG�����|��X�l5�GF�n��h! ᔄR]�"r2+ur��`�'�y���P
F袢�J�x�[_'�Pwo��`�<v�]��[7R�����7d�mi�A����;(�P�x�1�ӗ��j�gN�}�!$���;�;���<v��w��P��}���i[���ű������=�_��o�=��_�����[^F��-��7��
���՘"�|�"/�4<�.�;�'t����W���E�qۭ�`��	̽�F�ڦ����*'[�����6|��G���f����w~[�>,L�]��6^
i{��$|��h(%2�SM��PQ� +#j�?H��E�k�T�1�RK��K�؎��Qj�3����)Yn��,�G�Q�?�q(�G�oEy�6�BFr���L�E�0W�P?c����mV�$�&^�-��r�w<�*��L�,�`�F�%�g�ߢ�B��܊�Bэ����Nb*<N�A?�zG11<��hD�4�[�Ȧ�&o�?=��#8�ss�����>�]5!ӌr'^.����Zz2,�Ţz	���0�0S%:��BE_�^+�QX�~.UM���B�гY��k���;a||BB*�C�j�e�����G{�d���q��U.�����S��f�8{�
]�S7��O��9K?Pw�~�0���미�zT��+ObӲ9����k	�x�	�o��
ᄎũA|og��<X��n��(����x~�o�I��w��ZK��a1���R�i�]�(3ӓ0+߳��r��ۼ��۩�B�RXg������<���Jp���do�4ςJVR�H)�qh�W4�@b�<
"Ea����.zP%���P{���eG-Q�U���
�L��RZ���p���2�*�𜳐V�(�67��-e3:�&?}���y���rf�9����Bu
D�'148���<N�:�������Xo7-,N)�a!�Ӭ��I�$+����<�>>v�j��{hZ��]p�{"�xӛ6:�0y?���z���_c����W4оm��d	�����d���_.>�|�|s"��l%���4�����c��O�J�3��>�Yܷ�������x�|A%��u�7	\>'V/���^�ܵ�nT����0\��\z�5����;���o�>z��,��n.j]3jq�m��j�Ex�����o��O•�^"6[͏1p���ʼn~��]w�m/3�ٿō��������y5�#��ZpӭWa�u/���g����vL}��i�߸��
8��w�>�����ue��_����o��|Ty`�/�`137�A��Ҥ48/���)o���������lHXB35P6�Y�i��3��0J��
_I��!��%֬E�?�E����Ƿ�c���سc'�4C���n~#���O|�C��܏���(�v�[��ayK
��N>F�u��G�q���uӒhjY�֎F�v��ob���>,X2_��#o\��#HF~�U�G����莑g�EW� n���h�óO<���1�<8�7PfCPnإ��\�ȹk<XDs����Ө��%A ��ͣd8���ڎjd�YH�<1(���X�Z�{�hY؉ۯY�_<���8��!H�P��q�.�KΊ����ЈY�p�w��@}s�w��`�������(1�A�����`C�֦���a���'$�ԓY.U��*�8����,9vA��ڱ��G�ύ&���0�Bm]���" ����E<<���.�_�R<p�Y�c
�����y�)��ko�
c�E��VZ[�U8��6ϒ+�l�:�A�H'��x	NO\CN��c�#ݴ^&PG���D7��m���*U9k3����[��i�6ѹ��1�,ϴ�����(Q��S�Ⱦ�@��4�9�M��R��$L@`�k���$KN���S>�];g��|��炑*g���v��5�S�L��:�j"r���^�W�B�(�Q���Pf��H�g8�ѩ�D�]LjC!�hRKC/��wj(L��Q�<�9$�2����#�9J�;�{�޻Q��Sϧ�
���5+��ԌK6_��”��n���X=-�[q��^0�n565��c��X
����z:M��^0D���~�)r%I����ai]yFzOb��9��@2�J�R"%���4Q�3Dœ'J<ï�9�����<��(7K��������5�:��1T�"�'��a�h�8r\�IE��:u@�N��z�	�
KbXt<!��6�~|��+|�?�Eg��.|������
�^�C�c�T4��|n3��Dzj�N&�ݎO��τ>�lt��S���H���z����d��c����c�w�a$����!Ea(
d�UB$J���|A��4!έq�A4#:�!^��T�`��,8v�Jf�bI�Q1	��+�'���$Ϲm9�/Y��P����ͬ%q����w9��X�sξ�R�K��Աx��~'�}�.�ΞlQ��:�cУ#ؼ�
��;��oD�ߏ����{��/�y7La�T�&0Rp�Em��/�v�� ڋD��j躆	���Yi��kWÞ�A[�No1�Ӄ{���l�x��x�ۗ�ܘħ?�X��,]4Wm�/��H�4>�_�$�:̄M*��C�B�[�9�W�f�>��͈�İp�\4T;���m�qokOc"R���"u��\���!��9��x)�Ou��֒����+ס�=�u�Va�t/�
���=��kr9��K/��g���
�7߆��s��s0�j
h�89�P���-�NU��Bj�b���%/��܇$��n�ϻ:C�qh�u~C5�0�$9X�-hn&Msv��Uh�
��?Ӌ��q���Z
S�E
-�b�eruZ�{*��{�su/�
z�%��z�"�N�B�<]�&zv	h�ךꑧs6t?
-�!3څ�f
�:[i�/�1I�������d2���Rc���a�bx3;�Y��S���\]��a�;���"'2�����e 5���ٚp	۠O/�*8��K�� T�P�J-�9+���*����f]B*��:y��S� �]c�X�xQ�HE]/�,�"�ωa���L���26����
M:ω�e�br�*x8�A�ij��e�т��+32b�ui5 ���%$i�kf�U��a�M����j����$���۴nz�	Z)��WS|�gw�q��I�iq����i������E����)�&D�;e��K�8)��	�o�c?(�w\Vƞ+��srs�KJ52�P��FI�"�J�6�>Q��a\N���e1�J�k%Rbp�L��ϗVS�on-m�b��ɝ*�a��~��x�����qח�DF;�S]c����A��G%�r��6ρ�7{(lT3��_z3��q�w����5^�����m�c�>��wc�����|C}=��\y�q���p�R�r���}
�翧����}����/�_���Ə�=��n;�t4�n��~p7>��b��Y��ؿ�N�͗�Ǟ|
�<��z�+q��'8yj?��V|�ߋ��I�W>�%�.���ؘT�>xX�Sh*|f�����3���Y����0cV&3Ni��d�*#�3�����\8� R�

*
��o搰����ֳIl{�i�{z+歊!�u-���V:���T$�=��Y蟢���O��UU�w,A�\�j^��?B��J:N�S��B$iһ�:<��q��� �`��R��w��>D	$4@8>�������Ek���u6!�5p���\g�s8vj'����f�:�r�E�|Ube*E�w��M��%�5��g��ib��$pb��p��h�� ::�㞟>���p|�$����dq�k�t��u��!!6"�%�Y�)��;�G�)\~Nt��`��g��X&�>�s2H�����УA�tb|�U
H�6�w�B� �\r�N,*�G5�3dn^�O�B�*��ót�ʋ�(��j�2O^���hyAZvZ�����p�{���;�%6�q��V�A�nV�Va�6���`��#��sGa�`1D��KC��J��Q�+&=��$���u�����+e��s�G��h��o_Ew�x�a��o�G4p�T�{�t�k?��a�(*�.�x����b^�i���7�g����⨪���cG�⢋�g�V�ii'�G��%.Z"N�����h7�3v�ڎM/A��$�F��P�[��<�j�T��ԁ�l���E�	��`�:%��b*ʉ���Q�6�G�0&��)��֦�m��5������N�f^�l'%4��=~]�BR6��HS��A�dMiM�@������C~Z�8DP������m-M��e!�0'br+p�{�N��j�M�X�@��Y&����&��d�l�(%�>��pL'��dO�v{	��Z���?
#�`hh݄�����:VU��c?y�۷������h���/>��o�C��\6v��i�)Lq���G�fS1�0y�96�8��JG)~�J�0+EXM.��8bx*����?�7��;���������t��4�g(c��D'�^�v��B}h�.�:"-_��焉0�&X;4U�	|���k��5
�y��p��'>)�>�C�����$���]�7��ϔX�zχ��$W]����뱙<�;��cX������x��vJ�-�J��N�_�����in���c�eQ��?��O������V̈́h�|���dn9�[���K�F��~�Nd�ׯ|_�h�f@�3�E���0��`��~dX���S:��Ƀ����_�a(��)���1<S�u�b *C��Y��T}�ԑ�D�ǰ��-�Α��JyܵS7�1��d��*��6���脙�,_�	?�֝�m���=�	2�\ɀ�}ҙ�LOҩ<��#�U|DD��
M�J��}���>�ҏ�/[޷c;�i[V�g��T@L��k�u���[�&�H;E����w-����sP@��S�t���#�-JkMS
��[[~��|��9�;X���-��w���{��U�N�\S���di�����A7�7���N�y��*�h��`�#����g�}2������l0�`9��0��Έ%����O��㇯�'a�Hx�c��܍�o���r`�[��YҜ֧��$|�!96�~�-���&~���Mo�;��L
�����W|�
�ѽp7����Mk
�H�yގup�G)��Ե���R��y����
4͹Ol�Fan2&�T��*�W����ιz��d�����*I_7��4��������h�΅Q�y�KU�ҹw��ĩӧ���?JN����Jc�\7v?x��W�~�c��m�|b�Gq�W��È����K����y�I��,�����L
	�Q֙�>�Ps���{��(��F���4)��V>���ΐ�2Mš�S.�:mf�;I��J*Β�Y�υU���Q�b�<�(Q�u�j��l�B�P2'2r�!Z
1l@X䆥�8�k�Y�C�r�.B�!��C%Z��&�N�$�� �"N��(b>�� -�v��x8,�Qcq��N;�r�|=�B#��@w�1����>ӈnb�-�:uW\q5z��`�P,�'�
��I�s;�w^��I7N'�oN�&F\S�F-�Q�Q!�c���B)�d��|� �r���N����$7�)���B`�v����R����0=i��"�|���/XW���h6��(޼��B%���6`Z��#F����=P����O�5
�3�F�SUinIR,���=)3��+�2f��
���k*Yq��Ȱ�]
y��d[����Ǻ�hVѢ��F�,;�yj�{rB�*J���ց��PΕ&�� �w�i��r�ܞ��<��y�K�H��ߨk]@u�<��CoƏ��(:�p��/�C��O���<�&2^ik�����uo}/�=�ڛp����m!,���8��jDbr��~2�^lZ߉��qa�[�	��ؽ}��_��7�S]������=����1XB�������i��c1�Sq������b����\��}㫈�3% ��s(VB�D8hM��x�|)i�Hb�������b����{��WbaS���4�z��A��q)��qo\�ǟم ��\��w��K�p	�6N� F��A�}|A?�X�vv��8�]v��]����Ex$�W��eĦ=���3��o��T� �\߂z�������]�!1�Fxr�c���f@�Ѽ�Po"<E��\N�u�9�r�r���A����2Į�%�vdjl5�M�8���UH��A睡m>z��S�0K��(&ljB�1[���~�?7��1�cH3�������_bj�5d��Q��jl��]8y��!�ѤJh���fB�y��Z\8l��3%��Pe5j��`�#�,W&6��b<X�!Ű�K�#p0�c.�F��e�d����g�b,�g`�y�i\,�&��\Uuhj�����g�L$��f�.C��;K_3�Y�(��JT�ʖ��ߕʕ���E�&�/J�����,�LFA��Q����`�"Ol���i66�N�⤯��sl�J��S̑Y�o�+e;�<�K�D�������sV$��R�,ډ�&X�,L�{	�$���7
6PH$��.�TY�q��N��r,>�G���z�aM�y�:����g�¶��U/{�xU;�l���%��'�Cp�J�� ���-�55v�� 0�����C�UM�
K���DD�	�
g�����+1�ӗn����Ͼ��z�Ͻ���\@�x�--m"�� Z���$Q�%����DVF��s"�)EJ��4��(��>c��4朡/�F7�u~ݬ%��vHg��~�h!�m��0=yl��oV��I��(5�pSM��M#�l�t�Һ����D9k��n��/�MU�@�:�]!�WZr�+��ڷ���!	i����t��k�z"�n�ٳ�s$T����l����P%�y;(���P��N�ĀF7ʾv��E��+F䩁��t�Z�NbrXw�%�C4O�8���u4b�Bt��q"�Z\y�&|�￈����ګ�~��B������Y̛��w�+є��[���!|�ݞF��$q�W/got3z���T2��6�@��|�Z�Yt���i��c#��\�"��\��-�ynqW]�4�5��sQ��dy�]�Ƕ=N��&��cd sX{�f�~��d�}'�Z1�L�/!�Dj��^�9��q������1���X���Vh:3�NbƎ�?����>5*��#p���k:P �\S�Ez(�Z{ғIi�!fa��u(�ɹX��֔0҈c��%ȓâ���+��I�ּ^�\}�V�ϩ�D�ؐ+���<Ns�Kל 
�8<v�8���!�9�$�fL�P�yh���5>4��9%m�6��Uq���J�~���:�^
ф����)����֡����i�<9rs�3�X8�9�$q�>b�K6��?��(�1G"�Q��f�\�@X���W�;�fcJ�H�5�rb%�ل�Z؉�ܕҼ"��Ցh����c�¬�V,�侽�Cs;?y ���3+!qLN�P�TG�)��6���h��,�5o��1�Ns篓�t���]�b����8(ik��nP�X~����Ut�d��'��E�"�A�A8(��k��~�͹4�#Þ�p�ؔy�(#6�iBU�,�@�Y��)��%8��S���A�H,��xV2��&ܴȰt��־�Ir�� �%���t�A`D�~"o'�)��<�D7�Ķ����gċ}���� �;g�J,Z��WյP��i�����G���O`�E��B��
�`�a��F,]Պ��ܟ�Ȱ�##�����dIb�X!�Ѭ'O���{QUӄ_�;��.
��w�u��!��b)l֦*���ދb�������9f��!$���Ў�;�67y%)X-�-�C6Ʒ��18z�8�I��.o��y.�I�[��@$��5-�Z�?��^łiT�D1�MS0W	�J���]�������
��j�4��a����X��b���@�0)z9F�
4%lf�>X���Xd�6�j�5�39�ؤ��#����ƻ ����9s���mX���	�VQ�`3��Tn��\��j}5��)�xt-��(�܋,y�Fv

u!�%j���.�߄��!�����\�'�e�a�SO�큞�J�&PK1b$q��k[�"t�:��՝��vH�:��E�u'�L`~��Fy�-
!�hO��#��o�W\���݇�l���k6"����{v�){�%���8_S\�`V2��-�b�L7���a#��O�'n'o���ȫM�H�)>ĺ�oĂ9!��λ�*�Ca�!
���h���/���;�؍����؁�v�Z�}r�� ��1���rt�QCs><��T�ؖ�����8ٍ�^�Lƨ��@�`,2E��O��l����:���)�	*�0Ο���1���9l-��8�JU�(�rM�-�d�΍�i�]�����SV��)1ir+��͋׾��D[m��A�b�F5���,_�����{2t\��T���1r��b�9p�oK\^�솛p��0�F�x衇`I޵ȿ�~,�B�t�ظb9i�~�ַͩ%GpR���$0�)�k�Q[�#>���ۏ96ayfcS�x��}XN�~��hQ
���i�0<�"'���4������M�G2�F��Ȗ����5#�3�N@I����9�F��d%�0��S$�7M��K�ʓ�#�.�P�gE������ M�a�_��]�rH�ہKadT��b"�/]Jt��C< �H�֥�o�E�-��!z	6ӘxȘ���`�s�Ax��"�8mK���0�5��b�b�N���<�lVb_�z���^���$�8i'��iR�|Ȥ�A�e�ʚχ8=@��_s�Uغ}+z��'����9Y3E�Zѣ͍��b}���}����х��Ue�>ihh��Y�
�~���:���M��ZmH�Ԥ���gS��K�k��K'��h�>�)]^t�q��\���!�Q�DĚb��x��W�b0�?y�u�Zcw��n���h鐜�CGN*�=���+U;�o(謙�2�u�}z��>6/���Ǟ�]�Z2jcD����>�D8��AT��u��
Um�5��ȳ
5?I�U]���X��i��]`L�!,k�����MI���@�\�3X��7�v���In&��<k!S�Ek��$z
�:���Y�%9n�H*�%�TbRC�JESWB�94�������J�)��?��=�خ�p�<f~����;)��l�!A��+V.��D�����۷+�NV�'�FjW�tT���U�-�zfg����#4�4h����T��Z�2�=�zv�zc��#F��L�?r�{�x���4�q TO�̙�����3���{���Z�ǰux@�L� �Ҽ�y��?]5���-.�|���~�X0�
����\^�K)U6�z�dm��,}�C7�p�||`G{qѲ9��'��hQ�^�7�ۃ�JdU#H�ϐ~G��1Զ6�Ţ{j�):�D����E�h
�b*jH�Q�Nb���iiG2�ı�ضw��m+\�$7�J�p�d?9������	t45н9���K�k.���1��eK�#��X��0�zw��r�V;���Mz)�Il!N�fفœͥ��ڹ�V/6db�s�jq��V�ߌ��:rL����j�N7���&�'�No��q,ZЁj�u���9F�U���Z�2�����p�؟���~C���a�4T�!���,*���
,�ϩj��6��^�T�Y�@�h����src.��.�̫�[Wjb-ygTb�p��]���A�gQ��0�,KWsՆ�Y}t�k�C-�C�x���ib�>��ˬrh��%�qI{��dRbڼ/΃�
?U~�*�#��$�
�E�q̜�o��1U�q}��]�vbtr�E몥%L!h�tQ��'�\��k)���kM��Q�~�p�3!��}����4�:�8�ߍx�Oq�{O�~Ŝ�ԣt	�Ŏ�2����SX��^����+�91Dq�x�?t)qcF�0T��s�~�e��wW�N����p����g��EW�ӌΎ)�"B�ɋ,�D�(�s�CϚ�z4�H�X�d�Ȓ�JhѿE�r?���m���@��	x��#D�QO��x�����%�[1|�	<��>��Ux�k߇�S�xF�ڄ=��`��3{����1(��\�%b�-��J�)_b(t
f��P������\��T02�(v��H�dD3��_�:̾[��0C*lcA�2��%2y
f3��P����\V��+�F�l�i�D���^,�'y���w��$�x5�S]o"}���Gש��^�[�����jX��r?�-�U����L'�dRuO�(�b�m�f%��#Ks��97�����b�T#/uE
�qO[)����Y��L`Ϟ	��mW%�2�_U��rh��ͭ8��y� ���Ǚ�
����D���Zx�����tW7��v��u���1jfX뛛���y��L ���׏~�#�Z�#i�~,��)\���Ǻ��'!�5	������#O����۔j���n��^����#*�I��m('̚B_��0��;�c��K2%�3g�B^��W�k���Ә�|�i-�-}��ko���*�m�_�A~���R<�X;��u�7"�/��߭����ԉ��Xnf�5*_g�Dތ�0��Ώ�Ѕ(R�
����[�|��K�Cu��,�L��ʼn�t&W�P����-�RȬ��	�9
��R������s΃Q�X2)��;f�kZ�l6/s��3n��r�\s,��H���~����r���D��ò��=.�S6�MG)�5�{=�����;�q��I=q�؉g$ù�Ŏys�8q������A�������?D;�&f,�d����K�i�+�ޮmC%mNLNɹp|�=&QȤ�s^F��Ml�a��R,�<r�HC?�TR�K��(���� �m��q�n���+�B���0y2R��1I�I™)� ��'�p�k��p�\5���L-��t	��‰�۶�k�Τ�v�
��1��� Ԉ`m+��>\�a
y?G�1�Q,q�j��S�zkP31j��
�p`�,[1_�B/.��
�|��}�J�G�]MF@3�%���F�*n*(/��|�))n�^8v�'�ͧ+�E��?��f��+9	��UB�t�����aӍ�f�J���)lU1Pk��a�U��	)BM�������_y���������G�#פ��!�v�=7 g�yN���=]�(V��3l�`��_�ڇu�
e9��*�����x�[_-�����i
%�7-����[c��`�(o���QL��(���xZDE�M����"�T�n9De��Y��R�W9[�`6�b�W0��3T�k�p�OmM|UnZ������v�K�O�OnA�=n�|T5;�1b�}�bO[�% �%�<�γ�Y>t#	H�T*�ۗ7`Eg+Vt���g`��4O���3hk�e�|6�W�K�e�����j�;B��!ɣ�{s�+Բ҆���i���b���d�*ϔ�t�~w?�z������\#�����L���6� *�!�Ϩ�gG�fb�Y�i�N)Q.�d#���s&
�7ú�yX�2��9��VT��.r��rK�$'ri�t�I¡
i}K7��7U�@!�,y�#��8�@���Lw��T�b.Ӭ�:1I�V0s	
� J��EH��<ڑ�I2�)���$P����Pm~�h�SB�LJ=ΥMN8�
X{I�X����}��/��e�PWOqO���J�@�B�`�	��f9�=�55�r|G���##;�h�&b��i�s��7|<�9��~}�$ay���v�k�]������a�(���w@��ҿ�'��?~LDfb1?���)�x\>�ѷ�b֊��Ui��e��TJ��ߏ;�����&��>#��n\~ť��:M1�^�=������E��m������-=��&?���ԭ35C��"0���8I�P��fռ�>lfI)�\(�MO�<l&���]��J�
)+cm�V�-Z��Ҟ�_M+�3ł�|���>��1�=3�u3K��e�����9M�ҵ�����$�?H����97��	�Y&U��u�����y3��Ud�(���2O�P��Z�y��t��u]ĩ1�ٌ�"��5cd<�����}t��ȉY�c��,���ھ~�`n��b�ոb�|�����5D1��lp�z0��-�̳�/*��c{�,[���)�ݱ�½~�r����n3canbI��$��y��|�0H�󼥵1r<�D��Χ�R������h"`W0���<#��.Z7��,j�6�!����1�'�!�V	�Ҩ�P���r��L����w����M^A݅o�	�|���i㓟�$�>�������Z�\>�oi��m��� "�B�)�m�0�S�F���4
#hh(�5P��e��s�s3�8zzz���LL��	T�[>O��`��v{QX8��ݣ�B���a͚5����(%���V�w��ݮ��m(�b����8�gT�*~[s-+���\����R8�&�E���Mee���J�)�DDl��m�W|�G�2c�E0 1^�a�DFu���A��D07�a�(M�ϱ�d��KԶӥ�Xぁ�Z�5A�����i��s��VQ�a"J�8�-2�l�P��09��)�� =��ތԂ3��ӵ�DK��D5S@Q��U���
�xRp�ŗ����8}��\b\��h��L��Dh�V���6�Z�{�c��F��:9���<j2�Gչ�67�y%�q���v�U��#�v؏��Ep��2���w�e/�
.��M��taCtI1U�O<�׿i��
)^MUO�Z�53	P�|ü_f��*�n+�ɩ&_�J�~�>�����N^�S[���f�n��H)mdT��0�/`��mJO�J`,��۷�&��"X�Fy��X��@�l�T�j�U�/�-jfқ^b �91JJ��#3�B*)�%S����BiO��3>���X��iAE�w3͛'m�*lƺua�GǞ�|�/{3Q�N��[E!��m.��]�Uk�ؽ�ZX�ab
�\'��5�7a�C?���y��y�a�F�jBR���bǬ���$C����K���Q��v��\wm���N8BMx�k߀ιM��?}'&�Xp�K�%tO�pd�),����O��[荝����PN�EW���]�q4���u�(�������}�-x쁧1o^��Q�ѩ��~���QL>���bӕ��Ta�k>v�؅�x@���"�5�8�g?2��67ס�s.~��F�%���kq�ŋ��������ζj�S9?:�yM�,u�����eD��� �y�P��Ci=�1���Xo-�ߥ$_��8S�@��&�f�4
^r����5��hMڹ��ꚫ�ɕ�Yz������6ڮ�������I,Z{1\AN&'Q]�hD�����s%�G�7'�s/�9���{�m�����s�e&�F&憞hA$��hOFr!<��z�Ip�9D��G6Ë�L��]�=.�%�HN�U�"E�Ȫ����E��93�z��������]),��A�(����+�bDA,�ۂ�up8c&1�r%n�e�ZW��O�Xf"*5%J�	ҳؔ>�E��P�U�r �DE�O���ca�B�i�7�ҕ��r�%Q\�lQ��φ�:�x7���R[:{"'K��	�mDNؐ��Yb:����'���g�`�&(�o�{�^D�;�fs�����L
'NOI>Ǔ8���9n�ħs�T���5�!IHҹ �@��
���/����j<���B��5�cPT4WW�;��\&B��C)�6��I��O#[i�M�\�)D�+5�rͲ�:՜I�ܞ�I`Hw�J���fS�SWa*�E�+���Y�iC�U�(k
vα0A��#k��a��)j��m.�t�Z"�� sUU�M��b�3 �^�p�Q�Y��D�Zy!���uֹb^>#�)��`��#�L�4`T�-�[_�mټ*�f�0V�����1�KT!H�j�e��Ȟ���>,��ʓ�8u�YM����yA62�?�wp�ה'F�P��y�U�B4mV!M!$ƼSS���b�j�bu��Dw_��>u�صI4�4JB���g�9,���X��7�
K�o����e��,W_wy�im)`�3�����p�5q�W`����b^&3�K�m��f��d�^ׄ��98�=+D&i��!���-���I;�^<��� L�Iqh/��7#���B:�>􌌗�q��I8o�|�\n4)�j�cYU�v��<Og�	�8sI�W+V-!��C=~,�߇���2<}}V�a�ػ��X�D��
�M�K���ϻ����ƏH�9b,p����EN��q+�4�q�A�	"�C�0C��Jh5��)�B%�˺3�Lq���r�Uף*T�Ȥ���;�!�b
w��S��`��E�q�{{�	����*o%)g�!O���C)�\of���t^N�Ō8=�\QŒܯ$M����aɣ�e�H֗��>�n��;��MP�)�~>��E,X0O�!Z�ݨ��{Nw�{���V#B�F�I�W�]P���v�ϯ����1gK_���L�b��MY���O8Q�ep�3R�+�r9�g�B�X��\6[9bz8�z�9�Ξ��f�\y6�J�L���0ي�y��{��x*#��H�E��I��<$���|���mE��{��X�ނ�x��TO��x��rLp����
���%%&���9A���p.DУ!��g"�(�\�)b��
��C%~�E�g9HX��W݆��6b��m8�})��4�H]�w���,k�ͤ�7��P}�M��(��f�h>,��fU8�'�kpy��G�B&*���v�~�>�w��^ܴ�����|�zV�=U|�ɗaR����D���95s
ʱy�c�4p���m����s6��Pۦ�ST�P�h��r
tQ&�y���7#M
aWt����f6U,Á�v	lfބɢ�
���}��x[9T2�k-Ws���V+l�?�\�깒��f5r3�R�o���c2�~�ڹ<s�6�R|�����7\#s*���~W>3>؏��~�O�����}����.�-ʧ����4H��$6�_?�6���_�fv?���pW��|���oJ�%C��?|�_0s<�c�Y�=�95L�o�><��6\�fX�	�s�2���#����B)��s߬��U��ʝ��r��q:���?�W�L;���o�?*�|����_P���ͬX�_���'D͉]��Fy^�u;������k��ޏ����f��agv2�{���1�6�D�;�&1�<k��Ȱ�66b����4���[)�������藿�[���q|�{w�s�O�mp������B�Q�cQ�k���`txL�)�s�XF�y2C�3�p�bkf.b�N��0���B�>��|P�B��ƦXZ�%��w����&
AU����.�_5��Z����6�R�o�}feF%��XK����Qـ圇��g��r *�k9g�a���A�s0jp��O�:�v҂C�8��iaOS�-�7uh���R9t�7��%��<6UM�`u�LP�&O`NH㛮ѶY�Nwh��8ᡅ��9͂,�u䔔zfɣ���N�XV
�"���;L�G�Q?��)�CSS
�s�~��!�eRء�
�Aem��h�2<N�&@Mm3n��U/L�C�#F�K�05�5]';���1yC_SѴ�QwZy�J}�V�f �!�x<�(�+�	�������8ߡ��y���u^�Z!9TX�ZL�}c\�0��[%�(-�Z\�吃�ѧ1�!7wN�EEW��ʸ�J�
]/�J�Ti��?�5Z6��a���5ȉ������Lf�(%C�ܗV>wk�3��J�L�3M}�2�l�c;��Q2g�0R6Sl���t٤Ur�<�����k2p5�5xꉧDN�:r�t'g��I���sK2��I��3ٴ��N�0{l���7B����}�-�Z�v�"$��`#9d�.K��S��C�_I�߃'�<%,�O�
�w�{�Oѿ��Y׬��a�w��X$�(�N��V�Po��X��+s`~�"QV.C���S�!D�{��MlA����6K9}Ĕ�`��n�9nC�����	�֯+=;�s�ٿ�#���0�ș��b:#ߙ�ŏ�7�	���q �͟�>p�MU��&��Y{# ̬f;�~�އ[o��t�����>FU�Z,�;Q[��a�_�Q��[V�%��'+���ӕ,�k�mNKĴ~�*4�ʌʃ���9'B�V�Y�u�
�T2%���	���<)I�W��i*G�nf�
pp@ʗx��6�|�d����i-ΦHy'<k�Dr�_0�-���L�EFC�78��A[C⑰$6FX"�BW�8B�4V$����}�BY��S��6����l�<-@���x�.۪%��^���)^8sD�y	�jB�	��)Cv��_G��8z�0R�=|9IL�W��::4��GF�hn���[5"+�;�ϡ<fGa-��Z� ��b�Ӛ����p�C5���n��!��,[9��3�`=�֜��ě��%bUz���䓩RG��D9HbCi3H~��֩����Y�Sa^KuV
Ș���a�����!k�*�j���Kb*���Z9�B]+O�(��R�Ĩ�.e�FI�ۦŒuT�T�{�&�
>�b"̤]��"8'GZq��<i��O>�$�{�m�k��e
���A Z� ���q%?���e�"�dqf�d��VG��f�^�;��ͮyX	��s�_m�����n��R/�Ǚ�}�[�
O�͛0:��N���-��s��ॵ/��kVb*BT<�陣�14���N���jL�:J���@ϱ�!�\ԈQb}"�NF��n+��XZ�Ѓ�H�ܱ�zN��Ћ^Nɑ1��ҷM�e�-��!aMw��B���d*;rZl�L9���YC�Z��{c����[N��-��B��:��4�\��(V�K��Xa7�g�jKI�_N��HB%����慆E:�2U�S�6M޼n���X�sE3A3�K�kK��E�!�
g��ROw�#w��`�����(f��ݑ��r�%��U�\Z�~�@�xU�A�DQ.˔�*M�&2�&9�]nJSԕחS�T�0���t�&=�4
,�7:f.'�BV�@Mu�s�0��E]K��q��Vt�j�)�EK��fJ"�L�cx�=	UKm��.[!%?�EF�[�i\%��(�r�N��2g��.�GX�L�*���a�b�/�f΀]���QN�Tڔ���ay�=����`י�	K4J�c�e`�jWYT����(��q��$���dh��iZYw�܇�n�\,Z���q[	��]��u5f��7Pʉ��U��25�V���f������I3��J��KA�\v$X�V*�l�@��,癨�i�Yi��W� �n}?��=W/�sA��W�x�o���`p:�`�O���](Ay�}����T1G>����f
G�:xX��j��n�8
�m��V��K�q������ղ.?���x���(�K��㱣�%�ζZZ_u�Y�F1<�@�C�(�M��7��'��k��W�U�q�5����i�u"���b,5�J	R�a+3�Ui�@���|�D$���L%���/�vrޜ�"s��J�4)a#T.��	���L��h'9�3u�yYD��$K�vsQ�K%���=#�� ����~n��1�}��`�["��ӧ�ߞ����������y��TIeG8��ǩ0+F%�ZE��ԔUe8�!�ݜf�MN����a�P�]��L�����P���5a��C!�H�w���b��t�H$��DX*E����N�M��ņh���=>�2س_�y���*9��ݚW�;�M8D#����*��1`z�5+����l��]�I�r�2�P.c�#�I"�2D�H3TPI�c���a����/�R�1X̃M�*���PYpȘ��i��<��K]�mtL�¬�u�㳎˦i��tØe[VG��~�i�¤��k�c08y��7O;��s��aSJ�ә��N�8���'F
�h�r�
�zYv`%
+��@����36�.蘽����}��W��|-�ο0Cg/�xq
��;l���5W߂��xe��.hH�Ob˶���Uw��	�%��X���ZU�H��Sۈ$1��T7�^��[�pyJ�zIl���!����%7�!��S�����"��L��7����	�ё�� ��e�K!�	�Y?�?�'�0�II���x�γ��=DF�9�/9��R��29Ғ�VJ��JF�vY��l�]޺����0y���Q:(�Ґ�5Ls�64�B�Ǵ\�Y�/��ݟ��W���^i�e�H镠�DK]F��l��s��d�ԇ~�Yc˄��0���rr��X
���bz)^�[Jͼ>��B^g
\F8�ށ!�Aj� �t�iK�&g��zI�Mzo8l���^tHLNb�t�Y��������P���x'��Őq#��17�C~LM&\p)Q�(����tM�����l��s�۷tZ;�+�M�?��Y񻁑)�Ꞃ�9���c@�η~�Ǩ�m���)�_�m����-.�ه$kG�䈥�s��,^O5�+�0�)c`�Q
�$��\�Ma��q\u��p��WȞ��6���נ���/����\�*t��"�mC�5�JX�:w�b�=(�^�0I��Hd=u�z͍X�|->�ן����{���#�jEϙS����m��Ou^�
����ïyX*Q`v浛���m�޴M�M�qsŪ��w�v�׫�"8!�;6Ӫ<����{�r#��R�dp��ee�`iE�{��"���RO�Qڑ^}g���N�ͷ
��Q	J�W�DH�p;�	��gI�`��4y˼I�?�~���a;m���8��]�9|�}��֒��Bm۹[�^�W��2	I���{09G(�!O��X"%�\��9hiiFm}���q��qQ��z�l��͏ll����S�R�S������[B-:?TvU���l�`��>�xW|l>���7,C�@?�����qǫ:q��-n��p�'�"�Š���
C�9�U
�FZ��V�&{]m-�鬔�%I	��L`g*:�5��¸0.�c��Mlj�֒,r�$\d�,�G̭NFfr���/vh�Y���E~t׾�v<v߃h�Ӂ��ox�M�b"D�X�������4K��G�i�@ft�>҅��.�2,��Ds�
���8u�7�?o!�F�u���`����o��P��녌��1�E��KI-�Щ�VJ�÷c�>4x�z�X�t�.�+��ԃ��B�hoBdt���{ T�D6��O���
7݊�Gbb|��6ؓ�&��tW!>>��O+�!a��1V6��ֈ�f���}>ΰJ1+�&g�t�-���Їe
	��P`���k%y�����CY���%TT&�8���$�*7�R��(���iR�*��ˉr�42)���?f�N����	�@��L}7K��0�W��,|uR^���s��P��3y�7�sf������0�<
H���l7��N�[��f#"I�3J�w��Z7�Yh��r�s6�	�Ukr�2�
���b?N��BM���oE�q
��z�:�F*VG��I�(JT�
�6�q
�1:�ɋZ�t�'/��_,��N������E���މ<9��6���J\ƅqa����'�P$K?>:���Vc��� �y����7v�Tc�)Mg&��C��%�_�Pr�\y�-��Mo��BS\�ǥ�\3��ԉc����&�����@��X��nqD�l��a
��hM���s���@��.������Қ�mTcS��ղߡ��;x[�"��|`I
��O�a׶ظr-��F[���]J9��ath�#=�mJs��}�и�r�Ma�*��)�#����:��Dk���p���Qi���+*��x����E%���e�J]1��fThT�QZ�� fHUj&cQ(�HLg��G!�f\�K+}tY]�=ln���46�NG5!�06[�ޯ��:DD�_*4t=���k�Y�v�a0k�m��DD�C�-�tEZ�����Ө�����d2�������X8�"��,���ͭ�ԜƓ��-�m��B�@e;tո�&�5���|�P8�H��p
GK,��a�h�|1����0��#�`���=��hk*�
i�M�H|^��YQ-m
o�X��j
b&����uM/O�0.���&?��˺ �05��C��H�Z۹I��{YN���z�9_v�J�~��߆������y�m��n^7ED/�K�p+��V*6�ETM��	STO�}j.��[��u�^ə����h$R����$y��!<���}�AI~/�rl@Q�CcKZ��J'�8���.و¶�x�kn��.�����,Gm�	�[��쉯[Sz���]G��N~!����.Z-��9*s�a5Ӫ��9͆��lBUe9l�L����Y�Y��vN�1+��цP�X�Y��NS�rzb%�øE6aQ��ҡA:�!u�(����{��p�c
p���=!�$��7�TigZ����駏��CV������m��*��;k`˥Q$����Ь&I�|tS9Y�o�vU
a�:��P��)a�ɟq9�DK9�ws� �ĭ��J�N�RQE��@�@G���ΒUyL��ӄ
!I�>F�[�r����'p��
aA{X�'rĬ�=n4�������Q����v#9�.zr�=�λQՌ�¸0.��G��0�P]-Z�G6T��/NYl���K�D����ԧ���4.���c'�J�BRFLkW�A��UN��=�*�6���ߜ����$b3	W�S��Mk<�U�R���u�ú�?Np^�l#K�r�:�I�p��Wum
j	H�	Tq�>o/���(}�����K�]!���|
?�ص�
�~�gs"	PS[Ma'����(lA�c�)l3��,��r���Ј�ّ��0�Q�R�e���f@�i�&��Х;@%a�
�{�LM��DhM��&!,�+,-��2N���'G�J�Na�3a"�o�"8ŵ��� |q�>:)q f�_1�<QX�Bm!����r�V�D�mq�[��d�&1�Z�F~w�L*��ȗ�$]u�lzd���	�
�x�$)��)��B�V#� ��H���n�+����-
~��>�F?!c�n�4�ۅ�Q�&	�d�s1d���KL�ة���X$���9�$����2��RBa�\�"jh�u�����zx�Ҩ,O���Ɔ=����B@�E�I)���7�hz~B�ƅqa�1���X�	O};�U~YO��{�붦�����
2K��Zc��������������7����*���0��W���l:(�qg�E�-�4���?E��C����C�f�]����~
��:�ˋ���R�t�o�C�ɓȟ�}�E8}|�qd�(�n'�5g�rt?	�C5��C*��՗�&�څG���k�Á�iw`��c���`-�)\�������B�l`Pʇ��`���~��Y�a�\��������Q*�*,�J�y`5J;����u%�°Z���#����w��
JI�.u�YC+������G�e7+D>X�
�iF�O���.���WF@W�bX��ob2�S���u
SX�Xp�˂$�G��n�V�[�D�U+�55y
��PJ����t�YD��?��"�+$���O�U���g(��§�9�u��|N��x��9`

���	EskAd%G3�@�Q8d�&��ih���!��T�#91���W��ƅqa\�
OU����`5±jAI�㡙*�v���i(��J�E�gZ�j�h�M���hl��I�.��J۲C
�x��b�����6#21A��n�mW�*�s��`d5���B�6Zocyn0B<#{�U{�Ⱦ��\�j��̑���\��]��UC��U���A�b��u��H��U�\�W3+V�K'����v��y(�EA��]>���B��j���.=0�*�t�0���!
�B���j4��)fa"t���A"�zyt�iC��'Nw)Ti(�.�d�.Y,J�o3�Q�@q� Ƈ������Й�;[V�"�Lb|bJ|8��u��x�BR���;L��T-p��t�\R���C>iS�`�BN�̩�JQ�W�Lt��&_{BP#�9a�d5M��qF	�^���3���(<y���Iɦ��r΅I�6Sd�{�I��Z�B>���$��|'rK�\�%��^}����	"L�=��2ƅqa\�6R��-]j��4̤uͦ�
�
�Y�P
@X���#�����Vrw���o\~�fPKL�?I氠��X�S��â��~ݥf�FF�)�!�n�J6��fC5���OV��\���i�mhPe��m���_��5t}���J���j>S�j�e��4#TOވ�4r��P�SĤ��@1G)t��`�˰�4���g�9e��;����,�{�������O��K6�D�z�}���á�G���*`�E�؛g�ɦM8r��j�Qd�K?9�xz����.iB��Sp9�qݍ7�>�Ѓ���m��^�9��h�O>���f���iblT�XW_�N2���L�&����ޔ�4�!X`2&D2B��8�.��	6�]��ziLF�ˆ����{0x`uEK�M�|�J���(��A��I
u8uT�Xo�@������8ZЮ	��0W���"��¸0.�c���[����gs��#KP���J�`-	y$hj��� ��&ǐ���P}v���x�-���54!�A8����C`x;R��D�PTݝ=�M��Y�X� �f����Shkn�u�H����z
��픆`��m�qS���*�Jg��ۃ͗�C0p�3�u������Xv��G�P�Nb�@Ù�a�:'�
J"=KW������L�0St�b!�Y�v�V��T�\j�OX}58���!%���5�﨟��)$e�I��[�G��J�W��xN.���+��Jб(M����YrrLM($Ll�Yoᢋ�"<9)��OlقE��"��=}����+�ӻ~�6)�@MM-8v� �ttbx�_�$��L���!�)
��ang'b����hik'�?����L%0
�m����%�䦉�ᒼ�z&�	8J���y�:�K�s�Y�.߆�kpΉHL�U�5�M��6H
V�Sf�-��@�@�6��>:����PD�0jjD�B�K�Q
Է6�Z�qa\�lC�r���U��e�9����}�ʅ����`EW�����?8�K���Oi��k������b�f�L��r�B,����q�����\Zy�_�=� 9�447����x��{��`�;ېGj�G
��C��� �Х���;prH���؉S���"�1wV1>:�(9����"�^��x'�G$\~���g�>��w!�����Y����F�\|��n1E�h˜��M���O����.}�8����xW8p�Ȣo`L��y{��Ne
,\0��d��Q	X�Ҫа�-eK�U�i�re��r	3'�+(��A��~pZ��C��\)�@��*�#�]f2 ��Yuy<>�-��&���9�~zV�Z���qB�=��}^z��n�0�D/�1k���c�Ӿ)�����?��]$�QQ�� �kx�=�w��JoVU�0D��N���8�Oj����S�k���أ�H�f��N�<I��8r�p�A��J�ܡ�n6��v;T�0MX��H�Of���X��Ф�S�B0�g����p�0�H#���
�⍪����hWM�SLZS�s(��ߘɩ�R�0K�ϛ���_�"P}���¸0.�s+R')��uʖ�Ͱ��9N,��h�6�6ܬ�;80�*r��RS,���%K������ڹ�]��<�����믂��
���d�s�m����,&O�z�Fitt��؉.xYT���g��!S�)beG����JѾkD���.��Sd���e�>W��9�l�l�${�m�`s��)��*/9�upQU@��Wu9��5�\#�FFG�������"��G�QH9��I4�iŲP5��|Z�Sh�}Q8~��5���؊�T�g�P�\@$X�S�P���՘˔��q�fJe[�)@+o�X�iNX��Y�:�sq5�r�&̮��Ϧz�t2F(3*ͭ&'2�I���kǎ]�����^Q�����Ȥ��Q��Q�ܥaM���
��6�K@������Np�
��MfO	���{��b�^y���'E鱇����k�.�ّ����Ua�H{��.�j�e��$6�O��f
	S[�..A�Ni֥�[[�L�Y����-���!���[ʛ��$]����
�ba�F���qa\ƅ1�@k�`� �^�bE�fy��.�&�J�_��PC^$��صk.���R���w��u��^�g�y�� 7�y�V,���'ưb��(>�]�nؖm�S�~XU~)��`*�ʫ�Ʈ'�A���P[-C�q�'PS�ALt#��RN*���zz{9y��
�;ggc9t~�
א���@@�{u���˷Ԑa�C�[/�<�jLK�1��455�C�=<X58K@��-���V
&{�`�F,�Xo��7��7G�\m6�����,���q'���$��f�3���i����;C�l�ʙ��y�Z��!8���y[�-La�v:��6�i%3G^_Z��1��%q�L��2�ճ��e]��|����xJA����f�gU,dS�%8��a�j-�h�.�6���+��������x�ܑ��T٬�!��,��qi����2�H,T��c(��N�R�
���
�l*/bҩ4%X]����JX%��t��� ��u�j�('#m��&:K,�Z0�c5�b�D$L��
[.��¸0��4�E\HK4)�䵏�%�dH�i�e]�E�s��At�:)�|_rݵJ*�4�l�^rNw��1�22T�>�b8V-[��6m�}�Ϡ�px"���S_����f��¡�A,^��XJ��m�*�Q��&���QXʗ���p��� ��.�h�>�/��҂ܪ��#G���Z�;x�絞%8�����	�ӵ��-3�+�U!eiQL�+�
}
��p����Y>��l�Q�ME�,�E��ȘY�!�<C��zOmK�뻥���[z4w���%)lU�1@(1)���eŪ��T:�D�;t�P[S#�y	Mr���`��v
�d�	�54R<)�T2���69N��D���sH�O(֋d2%���5���9�yr��t#����KJ48�#�T�����f7â۳�FKْ��Me�1dŠš�۪DQWw�d�b�
��8�O��F��ff('�ܔ��:��)�bSٕ
I�)�A��fZ�r&�LJjƀL��e	�"|�Y'��8Ɉ�:.��¸0fl6���d}̐�a������S+y��u�E`��)�SQ�ݿc�/^8m��*BZ�(���r�j��<��森�2��Y����Њ�ޑ�r�:o'�x���kꠧ38y���
�D12�P}3��5Ԇ��Q!_`=����b
�N�զ�����p��e��B�d���o+!�2LQ�8T~���x�@B��P�ѧ�ԀKZ}�5���P����D�2
�
�̡���Y�+ө�G�60x�ދQ�!�������<�I�B~��"2��kV�[��]��X�x9"���-׮]#M�}�1�߸˗/'*(K��9���;��P߀���?&9�^�


H���ٳG��.��jW˚�Y!�FI[� ���GCW9�$S.���(�4�n�Q0(H(�}2�`% I��n+�-�M�A�1+�V�(t����P��jU���n��܅���p�rs,��!��-�/���c��;��v����I�D���9��Uc�J8=Z���K�/�g���Mk���n�=���cQ�=����":�l�Ҏl��|��V���������k���5�_���|����l�CFz{�����]G��ޝ	p$
�9}#�Z͉c��ѱ�O 11��`�l@5٘Z
/�
"*�X�M���	��}1�X=0*U(g2���t!*3'��m�[�DA��*g�ΰF���	<�e�%�#1�N�2�ʃ����"�"L�DZ�[N�hi��ʉP�G��LbRG���=��7C�	����G��q<��������E�!��U�]ь �KH��A��1)2�,��B����V�y��Lc��̰		��=;AfM�j�T�W���I:����E�X*�����|�-fU��Ƭ���y����l���\�aY��#�N�q�08�P��x�����y
.�Jp�w�z�w�|���9�����񢔩�>����z��g��:�k�)�o����[�!'����qr�T��D��Ƹ|�Rq,\���|;l�4�q*Z[=~������w�Ʀp���[^�G�.���ГS�&��z���|q��J��W�ʗ܀O}���?��-��E��D�i"U�
�=;�&��(��UW��C�	ou�*� D!q��)���
�͆?ġ?�
����*.�$˂��0X��g-p�ߙ	*,�B~���q­	ʍ�� AJ6me8Y_��:���X++-+'
�s��ur|�����ְ�H�"
Dž���;����j��?��k����Iab���^��ť�S������i�g�s�=��M5�14~�"	�()��Ϝ���Ȝ�a	8�C�&j��K�$��S�l�ܞ��L��̖e֤6��^�Ҏ�)��ܬ^b%�X4�@�	4�
�u݉]ɦ(����B�@﯒X�&z@��p�gKW���Sh���Nu�"�Єƚ?�ʐl���-�{��B]SD�:����O���Bckk)�hbbB�qƋ;�=yt�(���px4��H�����w�8��|�M��O?��k6���QL����.C�[1q�0\Ar�2���h_��cpσ��+p��f����`M�8M��k�?�OM3�{�|n}�1�u���l�؎Ǟ8�Ύ*
Uhm� �yq���������M��O�|�MQ���������?�{�����}�h��Hߋ��*s]>{؅Y�e�.�;�bo�9x��y=�z�{m���:\	s��]<�p�����tͪب��2bf�pu��E=?k�+a��`�j�� o�Vʓ�
T��:gE��2 ID���Ϳ�N+�Θ��fwr�מ˩���m{˴3
V�[���(����$wȔP�����B7�IR%Ͱ�̸�ūX��:�
OpU�.�G�"ؐ�
[)b~�lk�Uѭ�5���[I���]N�4u&,e�Au�,�hp>���1<���۰s�aL����)�I;Q��"��a�V����ׄq�+w���Ҿ�3H������F��<s�)|����
7�
ox�
�C��o܉?��
8����q�mw��!�ʢ���X�)	����5oz�Ri�����ǟ���>B���B��4^�Wa�n7�o?���/��אL�Q�va��Q��v����sn�nj�-����Nk=��P�[�G�
Z
�@�>�$��_�۷>+��49u��4�cSb��$ي��-��˭���EΙ��S�.�16�F1�Z ��X��6�x�?�Zϕ��L��/ݴ��H�Mh5k݀x:�|l�+D���2EtJ�3ώ�~�i��D���`^�f�\>#�e�q�%���P������l�����vL���1,�؝��Nb��eB��
���C9���z�Yw>�d��)�+�w�Rrզ�dE�HdV9l��].��Ryu%�e����'���z�n�&��gd��B�So��4���@IT�;6��7,
4+��&@B���Ï��l�&�A���b���$oܔBQ�F���rN�-�z��t�
c���T�}�&@��lF�*�H3�VH�'�ݔ���@Tt�+�u|&�������4R�Z1J�ںb��^Ȫ�/��le��N���d����Ͼ����x�Ix�:<t��_��!C�E�e��Ad�k���C/[ew�����C�ӂ<���3'�K�GŚ���/~¼^z;��Wp�uw���^�/��_�a��x��ނ�j;�4֯�@w����D]��'���e���<��/�W��qa�^����/G��V��
��t;�FQO�~�eMq����(Zj��ǫ��v�W���Z?Px����tRԇ��)M�8M߉��A[�FL�!44��i����B*�=�����9C>���l��O������i��)�݀��)�׷`��	2�kйy�mK���]������Ai����vٕc9��ʎyu��&��*I��u��3�ٙ{Τ���?Ecu-V�Y�׽�e�]�-����Cj�0��Ib�EK�\�@,A�d��8}X��{w��`�a����dn���p���gQױsZ��5$&ơ{�屨��֕��L'�����ɒV�J�����̰^�$��QJ��� ����ק�CJ�
�o~�d��jNBHؕ��l@�K/EoO��(���0+��G�E�]�ݘ�<ɽX��V�Ø�+?S��m�.*�!t���݊�Y�ƍ��u�0B!����|��o�=a݆����[õ7ށ8�k���|/=�]=}ذv�x)>���͖!?v�,�☷d5�._�l�����������:����'���a{�0��
��7�J.۫���׾�0]���:��Yu�X�z-���)��a��͘?�
�1{��.�;�}��+�_���F��'(����3���L�s�w���P�ҁ��1�0& `��={�Fcg(Ia�h*���	���E�7'r'�1	][�ʛ��m@�cg�1^[����f���#ho�ņ�f���#�akb�7��SQ�#��b��m��q\r镘۱��0jVmĊ��=�&�$1z7�YL �@�y6���@��)feg�Xvw��!�cq�+Doks3B5!�m9�}]����u�~l��ֹ݆���d�b��p���5�ۊё0�+�����(�K]>t�*:~���֎j
�xɬ����ڌ��V��#UKZh�nj<��4P�N-`a�˘��Rc’ɖWe���̘m(桜@I���~9�
�(u��'r�Eɿ��c6!y�$�X��X�7fa'��ֶ��͗]J��<�'{m#����Qknm,��kiE��/_�|���x�
�H{�8��bAS���V��׽�%���V�o1�#=a\�y#��x�-��@K9$25���Ji ��㗿�M���
��57ވ�K����0P#^��w��K��P� Z.0��Ѷ΅�DE�:���ks"�M�y������x�aˌ���34G��0x�ZV�G.�y@?y���(f3dN
Q�
N����lTS�hn[����;�aSdQ��i$rdD�!�+��D�H�Stli.〞Iҏ4&�:�ھ��:PU[+��!���7~�2�r�\5�QE!�j����â�4P��ԙ���:�{��4��A�r��-�k�TĢ%�ؽo���&����s	�N�s����R,��m�v����<r���0��ʎ5�Z��������?�D2�"]��
��LZGS���,V�Y������T����T,E�؎u�ו��l�Ra�Ñ	��Y��])m�ѱ��/t�b%��J��sz{��f6ߚ9���|Cp���$K枘�`��T�Y�#S��x�j/
`�d���C�a�a�ـD�g+���'�m���5����Cu�Cv�
��j�������:�����s瘿�ĥ�o�U�~\y�m�>�
7�~��%/���}�[���ʏK��.��0}O�
�$��,�U:�5vaS��W���Ms014���Zp��	�-X��3��� �9b���Xv�b�E��o<8����˗�N!���x!
�?=���!���m%��Gw>��
���{��C��H��i�Hs��ٶ�Z�zO@>��.Vv֠��מ�KVϑV�bNt�Vέ'F���-(Լ�h1��_�Uoy;&t9s��G+6.\���;��`|�����M��?��pR*�R�<n��k8��Źl�]N�T��k`��N缹h�o���)�g�u���v>���d�N����"P5��J����Q4׺p��=<�p����M!6#��
=z��	�FX�r
�O.`pt-�-�D������|�����R�,k�WXm��5����ɕ���<�\*yR�4f)�4�ݰ�ta��S+�E(�g�Sr٨,��j��8��W	���^%�d*�k���a��{J��0�W�T�@�j'�"9Bq|�?�	jf��<��X�:;1�;�hliGCC3"�8�;�9���\���,<��XI�@��]������p��$N�Dcs��x����`�ț78A�UM^��,��/�T<����~�=R��e�*����y��
���@����w�`֭^�ᰁ|*��j�(���5H5����T����l�x���É
)�ưa�zT�\�����FbK�)�ƎJ�G��D1�?���l�����ªE��I���H
��|/�{mH�S�B�{�͹����tQ8	wU>bk���y\E� :/ƩS
�)��!�'�Z'0rt��ִ#�a�p
Zx�t]}p'sH(��oD�lO�Qd�,[���geӭJ�ϣ2ɒ��
�=+Y�ᓯ�}zS���ʰ4 �2�:�_���m�]������^���pyAa��J�3�A%p8P��娬�0.���c���sQ�g|/�`�#D�d�˒mhw�K������G"��O��mIV?��ڛɋwK���Nq�U	��������"��
�i��7�K�%&/Z9��K�t$��p��?�Id���9��v��7��^��{Z�R�Ȩ�'�ÓMc��y3H��8�w'G&q`�
d�q��Փ5�+_�ˇ����������q�c�*�7fw�\B���ъ7_��8����
�n߆�l7���WI"�B]�":.<k{�i_n����b8j�~���Qя/��ʄJ�Y��0SŲ�i��:@�V�Cu���UO�N4�=_�3�|����>Y�c�/�guLk�%]A�>pa�c�4������W��L�a�g, �����,���l�h�ɼ��y{a���VK����կ���|˛q����.�JOig���s�9u>��_��?�MJ=���i2@vɟ�g�̾�^�j뱥/���6mX���x�sj1p�Y\s�:�	t��h����kn���w�K�&zud��\�'y
n�~�(z�O#��a���
!P]��T�]���p�]*9��I
���I|�����ZP�H"�L�g��ms�$P��8	 �nazo�yv�|��ʉ��۠���Ȋ��V��2XP	��ۘ�^i*V��7PV�<[��iVl�y��ӄ�JB��kf�fVo�a*��>ǹ�*���LPP	@�+/��̏�)����~R�x*��ɢ.n���2�ǂ(L)ډ�Knln���m��� ��ng�W�v�Ӫo�=��U:����F�џqH�wCŸQ񺼆��㸹�Y�����gFMֆ��I%Oő����v9�f�L5�֊�\�m�\�]p�gN�.�h�sT��PM�{!�3�9��i�-�'�߅����s�"�9��#��m�-���*�Ɔ�XX�e�����N��蝊b�3�!�A���Ԭ���}p��Ȼ���Q���~}9�6�������Ͽ�态U�܎���{`?B~��⥰�-�z�\�n��ji�yɃpSX"v�$~���㪛_�����)�C����pd�#�$(�/�YbG�cxtvW�<�z�
��^@sS#nܠ*̎?.��%x��!;$n=����/��Lj7D��E����KDD	ɀrk�"gv��Ze�-��e��a��,�=�J�T�â5�%uͫ��p�ʼ��mM�x�Bb�3
�̤��fc(�2����A�=p�7���B��G���.^��\}=ъ^�ڵs'؉m�b~- d����Z|�/?�?���F�X����8��%��zZFW$?*.��Ƹ�=�Z�[�'?�v��%b2Bڬ�Z���=�7����F����4�i󧛌?�6T��6����Q�z��ca7 �W�j�\X_qЦ�)��y�
�_8�ee�g���]��D��}��k��2���Y�9䶞'�	G��-m���(�B�������s����j��}�Ph��{��qb\^/rŜt�,�A�̪�ɈGF{��r��;,���/��]����9z'��fG�{��(��߶�@L+F�O����'#�����U���O�t2�xtJB0���X�`��X��jZk�����'�;qō����f=�� RQp��&=g��Mp����q���8��ơ�R�drI�K�e�jѢEȒ#ub<g>��ÃX*����a��l��0�>�d�rtw��cˡ����m��NK��`}tct�,����(Y)e�Ô�6�[�Rcf)�5,u�Œ�O3����Є�̉�>D��l�`Q3~g�k	��ON|��݉�;no�k���̣24Qz�fy��l��\ c����ZsP<4��$�J�b��:�e����@�5hj�E4:.�u�U!�:�X�7����>��	vN,���y�4�#��f߮x�(z��o���{խ.�d5T�m11�i0L�!M`�m�s�:���wM7���G-�%�P)�b�ÂQ�ff/��͛GX��I�s�Ͷ9�4�b	�Y�a���ɰ,�W���J�_Ȑ����-�л���.%G��C�ɔ�q
îJ=��Dw����˰ <��d'���`���N�'�5l|h>�Q���"���'�7�;
�"1�]i4�i^�
�� ��C�~�#=�n�����1�V�^io�K�c���蒆[:�T6{M#��K#:ԇ���U�p����M/^���r	�L>bVu��Qt!�@
�[U#\�8�A����,�Sz<af[ZZPMH*J��ƪ�~��v�56#o�<4�5s"��)x|L��$�d79�R���\>��>?m��qfՅ5*���3�e�[�+�Bެ@��Érw�r�NkcN��dP����3�m���m�xd
��J���7c�B|�0�9�?�1[�#�ʪ�٘������J�ߖ|y>�b�N��/���y>g�C���w�b@q�n�сQ�=����>�.�G�(�`=��y����0�:��k��U�p���)$�����|.�3��?w9Zk�H���ۑ�%|"�ĢVܐ�E� �If
v�[,E�͊��f|�b'4������3�@b��	���� �V������Z���׊.��,*������?f�B�����e[CD��G#��Ѕf6i���q�5+\�d�z�AV�����0m�(���9�ǟl��4t�9�o;�H�Q�p�; \|qh�es��h�"�����Ey��C`�<�$��&7��vJ��W�Dz5kD��Z�£Cp{���^444�Mo�SrD&�_�s�mę��p:5�9�܇Ɛ�ݟ�"�—�bբvpS�y����O�bHr���.F��F�q9u�������P�ayG+���������b��"11,�Jә,Z\:����zǂ!<�"�8:�A��"~��mc���MmxQ�<���3%�y�-e]և��!Q�zk�[��L�U��?+e�6��	��Vū�&p�L����9�y�b�w9-�q���w/�P����a�A����A�1��`�2�a�Z�,9
3s!*Yk[���o��Oa�8�w?��nLE#��26��m��M�9
�-[���������9���J���9yˮ�
K�b9��i��x�+o�wߍ+�M��t�bL��Fޒ���tS)��5b"�����z8_��O�	:'���TI�46��z�~����9�a�����%ɋ��pT�pDj��$1��F�����_��Lg'\h&��azPQC�w�
�L�F]W:�8����E��uRi�����4�2�  �XA��g3��QP��`�b1!FA}�^:��8���C:Z`��d(���a5�+��#!A�Z:~_�~���G���1�N�˯��d��$���.�B%;=��F
׸�ٖ�vZ�99b
�6���8�3 ����l:y+�^���_B�=��Kp�
����� To�9~�{/�k��cŜZb��#V�VVvd�c��N�q��t.@o�i#'��-ʃr�s����F�wQ�`v'���	���'��f�.�K�95���Vj[�}TVcT&FZ9V��*e&B�e��a���bekq�w�������J�낀
����s�ˑW@��T�7[0���s�xF2=؝�E��9=N���F���I:��X�s�8�d��ZT�}�<���Ѵϰ��N|�Z�
�ʝ�'�=0�D:	1L�D���_OK�F聯�Ӷ��p��v�*t�ۈT<J��h@�Ot�����d<'�'W������%D�hyK�,D��d�����VKs�ńJ�V%�hfSx=�1�j��V��f+3
b�
��|Y�Qiج5��L����eiۍ�m?�6�Ih�6lR��L#>�����o�1Nc!L���	.�:1�xM&B>g�QX��V�eM��E�J"=�gM=4Oe�gEȃ�F,WNʜv���bE�=�沕�c�gUf#*�����f�'<}��'?A,Cc���6�[���K���(������?�1�&���$��x�L�7��ohin��p�4?Q�I�gi��jH�{vy�Hd���bkA
c��]��{�l;��{O�s�!�
ɘ���z�kD�!����=6���R��(`Um=='>e*֦��,hm�11�@*���>�#Q[H��Eݷ��V@뜏�6�ؙ3��nƂ���ݍ�ۉ��V��	C�k���<���e���$���E�?� �6�7�]_���C��X}��3��Wజ1��1����%���C���(-��J”�[��<�b"�#?˪�/�0�&	�"N�V֩��A9σ*����܀�H����q.�_i����-W⹶�ߕa#�sy{#y�QLĆr�\����$��ɱ���}��@>��X�24�uښӇ��~�<����򪗚��	��Wf�]�z
���YyAYT���t�%���"c�S�D
ؖԐ%�������\�K��p�
p1
8���$� }�
����m.HS�d$+}�s�a'���b�W�R����QUX�/��+h��e��c�^���Y��i�2@��ޏ��n�5���u���b�dV@A�H��c��a����n*�y�00�����*>3�1�KW�<�"$��N���O��G���p�A�R�~����v'b�qi�Oq��G�cH�'Q��F:6y�Sc�%���gq�MW���|��
\}ۭ��b����q4�/Ă9Mx���i��U׎5��{p�^�a
M!�x�@uc;�.�����:��{��Ȧr� `0IC���Fx�>ա��R�(5=�>E���Y �e�B�r�̆�<����Ģa�OR���� ���_�
{v�!n��C4���8�g������dE3�<~l�t���c�K�M�"�p�	D$���-DE}2d+b���o���l�,�%�U.��0fV\������r���9=�|Mm��6+�:�S���DD*_bTo�u�Mx����J��ٕ�:}kqU=���تЛڏ?�a��c�
�I�ϕ^�	0�U0t���P�~�錅Qa%�Њ�Oj8ߑ#��\�DZ�'18�A�_C�Wñ�8\�4WkȰ} O4�;.mů���7��̧8���ȫ`o�g`��
DS:���#Q�TxO����!���)6�Lދ��-z��’e���1�s�Cd<�f�xv�Ӹ���H��k|d���QU߉ڪ��̆�)�.�$'vb{d�st*�>����[����iN|%#a��m%�y�Ĉ�G�҄���I����1Z��Sl��K�����0P�R+��sH�`Pq���IN��0+К��fg+QBu����t�����g
�͍L}"v/�Sq�߹[�)���	t�•�^��-���5�99Hm%nJ���ǯ�@,��"��,1L��h~�9���[ۊ[o�����@Z
��ZI�&qu����B���X��
s�ꦁ�-�8�c� �(�_�>��G'F1;�`���9��8����m[�a=]���c��0߾'1w��?"��1�8:TF���*��1�[������t��v�
��9���sb��N�4*r�4��h�<�����e+�s�N�޵�M��$G����69ԇ�E+i�)<2p+W.F�wqΡ+ؤr������̷>M׾�KMc��S�sG5�g�:��p����S/f���c�|.��VE�i�fn�*\Q�0)�������i�_�N�#g�=0���JT�ꛡ�/��ةI��m���
�,}���ȿ���h�}��L�\
���m���9F4Y��[�ީ^b�y�nt��P�"_�cr���F�G���>�pf	M���D?V$>��C���{���@��Z(��b�c	7���<�M9/��l�o午�x��y��H�~��t1\�n�G`�=���iv��r�aly�~��E�yY�\��/��O���\Z�$��5��z��
*��S��I5��`
1}t+(�ĸ�:�,�=��(��HGA��iG�'"���Q���+�O,�j�2�)�B+�|*r-�l\a���	����m�5ˑ'o�+4RE��{y
���G�'N����/yˍ�~���;3�������̅V�T��\�	��D٘����+04Ӓ'+C/���oy��t����)�#@���7�"�?9������.��yQ����p��]�	��-7^�{���e׾�t�}M�Yی��S�ֵ!ԶuUN8��5��u1��ປnAmm�/�>��8��j���?68�M!H�R��E���=�o7âTge]��ŕ�nM�
�tv�湢�@�6D���C~��C���aHݤ�,V���7�łF��k�����َĔN�L q��Hg��c �I��/pόl�}�"?M�P
�!��=�L�ɞ#��׾F��ֶ��v���Ut�5��<6�9
>h�Z������T2%�П�(�S�uʟ-dRӤ�g;�2,�o�h�2Ȱ��D+*�n�U���1i��yye�@)�.�깡v���V�V�Ņ�B�s�?<טژ�+Q�x1F���}i�Rqx	=6x��y�����ah"�+��b�w`Of!�G�ţ��嘰���9��҆j��A�Qy�X>����⅋ț��m@C�Ù4,XL�fs,Dm�\$�:�;���`
m��r�$>��s:�X�@F�Y����Ac-"��9J���:'mg�Z(~�5VƗ�W$8���D��Y$��Sa�Rؠ�K�0H|��.@�1�9���^޾e;3 ����M�NݜTF�s.S�#�@�������&�8t�8�S\@�]:.{���LLo�l΃0l&Ca1^����2�� �����8$bR�‚�.�Gh�+b��载X�g/�}��g��hQ70N,Ҧ/������#����W�a[N��
�gS%ӏ���V~�t!�[u&�0�ݎ5^���w?O���w�I�Q�:��-��~9�y��9�R(��&q�}���*�Jnުe�����j[PKqy#3�`�b�+��ͷ�!u��KCS�c�N��������^�F#���I��x�v2�����a]�-5u�S��I`��^�f�{��pTTY'� �F׫���$Mv��!.Ǭ� TS�ޓ��䐣9j��F��I�b��mj ����j($RC��=�c�i��>�~��W�E\�g L��z��!& q����{�hNN`��0��ƫ����~s{N���"|�6�{���9K b��X�jz{���U��8$ǩ��QJM�N�@UM�a�8
P�Utn�b��69�K�@zr��&��9����oZ������W$�ņ��^pXzfY'�����g%!?��dL���X)7����*ϴ�=o�k<��MN�,Ȃ��X*�d�J~݄*e��S-��oˉ�mBS��Ye�+�\ɚ/� :s�����w�d=Q�=FM�K��<�dј�3�jB�hR��@t|d2��p�!vxC�����+�������J����x�\�k���W�|�f��h
H��8L�����^�%�u�K6�ꂵi�}���BU@�-�˹��.K�3}�b�g�O����j/�4-��qS|��Ґ�5��M<�A�ŋ�)

���x~�GX��	_3�
�hMĜJ�0ϡ`�4-�uf�ٮ̣b0A@^M�
&�:2�<���Q������&@��m{=�"�?q�8&�
oo�@SC
rҲ��!�G':��q���}�+�9
�١��>�j��kf�K��s[1����t�����8��竏6Gn:��B
9[�@����Fr�¾C�X�����}{�aӲN�5�C_�467�Ў�p���,j	�^ݎ��a�65��T^��wt���,.�����$�����O왝n]]�|��U���1�o^��N"/��?y���&�K�����)tX�呵�j�ܓQJd���m��^�F\F��܄�yqr׳h�3A2�ǺΘ��
=p1��vDLJ�ə����i%���壓��A�e
�&ci���@v2a�C��'�KA�Ã��sS�]�+KP�BQ�̜؅y-+���M?��o�$�hyfX\NIĬ�x�ߥ��m��9m���x��ݼ
�FU(���8NO�lq5����q�y8�6\~��$�N���Cp6���� ���+p�D]g��@ w6෍���<�J``�nu�̇(����{�Iv]������s��ݓr��YD�%y%zWZ�-i��ݵ�Zi�N�mI�d&�)���8�s�Cu�\���s߫�����)�A��+�z�{��'�:uU.@��Q�4M0���HԔ���z��JqR������D�zb#�z�+7J
};�g�U.+p�ͷ=Dr�C����P+n�օ��	d��B�f�)�qB�$u�g��44�Tj:�Ԅ�`��5ν1��M�MHG8ݕ�L�����	v�s�N2�(�
��3B��8p�eb�2z���K�a��N��":F��E�ƙO��"��%Z���9�Iz}V��<ĩel�@}�G���3�j��3��RXT��)�
=�I�_���$ڂ��:44���{��������q�/��#ÛN�\��i*�mk��S1$	����
i�@R���E�\V*R�Q�K����!���Niu7���8w��y�vl���h	.Zˆ�15���Ere	
n�-��|�քk\ 6#����Ų�R�m!L��k�1=7�I\
q�����C�;���.��Z�ҊM���h]��s�P<r�4�əK8C߿c�6�
9>>J�3�m{���Վ�)�=n���A�oup��'~�h~Eqq:�9��������f
m��dюy�N�M�k0�P�y�'����ERe��:@� &���]<��=3�˸����� M7A{_F/��{h��)4�`��s�=7��kƗ����zp�C��c� n�#�XA�CNj/)�H��h�t��[\]%�$�47)�/��=���aj%�ſ�k\>��F~�]�5/��XR�����R�}�Ǯ�ޝ�cϠzܶ��5��%�/#�%�}N<����As���{+�1�o=�ȃx��V���ڪ��,M�P��P+q�����e-��Jeu֤v
�#��@���R�R�p(T#.�V�cY�W�)�Ѹ0�}}#I�3�}}��5��U2vI,��B����r,i�pϽ��s(-/�ds�v�EkʴH�y�X
��h�`J�(v��!a,t�u9����1��nfYE�/E��x�P22(.��BToT��&����mw݄�LzS�=y�P�����w�n����N��r��w��ᕅ%b"�8��3h�o���2,��v�n��ۄ�R�MN�hF���2Ԛ�/î	��섞��s�)�φ�.�!Ha�<�l.�.�:;��7@����'��\�Ӌ���'�����@��.�5F	=H��2����R�IL�U��b�
��	&��p���v��K�N���$��Ftq/_N�!܆StqE�-]�G��}��<���kQE�}�I��/��1,Y4��Ҳ}.<��CD�i�٥D*�M;�Z%s���$�c����M[�qڈ�'F�R�]7��r�|�#|B�#e�d��)Ld�C����M�$�kqX�$=�J�Kր��v�"�������#Fj��%��Q�*ĖdEHf���0<L��`��}��1���ez�XbY$s%���.�����(�t%�8��ͽ�v@�����
?�[�`�1{����fx
��L5�29m��i�F�	�-��a~1���s8��@�S+�h���1Gs�ߟx���E<� �~�|v��љ��U��x�@~��A���+��H��‚�C�t^����íwލgO�����.�5��HLG_ߏ���ظ�u5c�,w�@F5>B��*kQ�:05)��p�
`��Qp��f(�����V����p.�9�ՙS��n"�j��^ƥ�(Fg�D��U������ڽ�+Ґ2Љ����nB�O<J(��&F��LNO`���?~MH+�����m;���holǖ[�h�\�+�5�&�0傣0����R���!�!��@2�Y�"�V�x..E��B�nYL`vbWN-�6i��]���
ě�=����4���҄����=��fɕ�"8\6����w�.��J򽬝%�%$�5�p8i=������z��o���	��	��{`�-J���j��.��/�.n�Y�Cj;8��s �x��X�����/��7�t�4�z�
,�T�V��,�*�I"Ϭ���b'�9��=�/�
�7$���
�F�+�0znl�/���S��qk�l�w��AԻC�v����~&��9Dt���!� CF��+X��`�-���� \���7�M6ϭ���kwA3�QfF���T*SiF��Pk���M�1���o���'��+!NZ���I!���� ѽ���82�4�4Nuӗd��� �L_�٫M�$�Ґ*�]����laY+[�J��W�g_g,&�������:.��B^���
�-.��H�=���a�-#Ft5W/t;���F�S{�*��|^Ou��*����j��N�{C�Z��c~������z\o,X�G�D�>Xa
��vH.}���ٹY�1D̰j�=j�1I!�Y�cɐx�NM2!� �<9����<]�g������s��
�yΑ,*�G�y<��/,
 `G��?Dl.���^�OI��ӊ�8,�����t(��9}���F�m&���e�/J2�Y�]�WǬ^��G=cht��;V����V�VM�
�&���}n|h�p`4�����t�0�g"�	��t���SO}����A��:��~��܌��yb4��ΟKu���{��a�2J�V�4�L��ꖦԱ!�WJZW�U$
�װ*���_���[
�0b�#�����mg=Gڈ��=�Gf�`[��#[i�l�3�|��.�����5�ΐ����� ��&��q�mw�k_�,��.��b8X"Þ�đ���}X�	8��p�P6}3.ĞA�2Mځ~�=�+?߁�����E.Kh�*`�]����]�2&m�k�x�4�gh�X��cE�O���Gt\�ұ�,#����@s�O��K��B��B�E�`��c�\.]Ҥ��nc�.}��%����=0n��;hz�D�&'hB�Κ�x-�P���������©�Ct�Ӹx�2yZQ��xy����2O�l�'���4����KasS5�yiiI���0�T/�t��o'�Ff*"��]]=���ЂQ�x̍۶�u;t�l�g�[ڑNDq�@��㢅ĉ�*ѱd4�H���ƍZ��U�2$���8."2���\lH!�#�>��Hk�F�E^t���н1)��ӓ���A���,���a���'q���qz�)	Ps�����>���ɝ�8�n"oo��M'�����٬�]��y��L��s#����F���^�R���=e��j�������hoh��h���<��Wh�n�� 9���7�
E�\8�+j~�*n5��I ��������
y)a\5�ְa�e����(��y>�������>��!�b9�%v%Ks-�)❰���J�8��B#�`u�@��]5t	<TKH���<�\Q$�l�?��^?f�\N��FS�0פt2F��B���E�rb�y���sݱr6����`�e�e��q�����5i
ˮ+;'f���LY2�>?ǥ��׈�(�������Jk���������i4��]
H������]��s�!�?��NI;�x>����Ҁΰ�#�пin�9$�	g�q��_��_A�$I����%��	"�8G�kϭ�7n�]}Ό>6%���%�L��ang
Q)"U)<eւ�W�B����5A����N�/���_?���O�q�B���c0����N��o�%�;��)�P�t�uu�ۤ	��
��s�^�q�-��7�����6|��;����d�����PkXz�=t#{߃C�������:O�܄m�Q|���WZ���{�N���zK��z�.<����b2E>��2�z$p�=T±���[���B�u&e�K��z��4�S��ַ��������R$j���fO=y�X�.a��'�!�'�=�tԊ��q��V�vX��_��A�4����D������zu�@ԫ�F,��<�VE�3�D!�� z��u�aT
:{, ����L�!�z8y�4>7��e���'J���.��N�g�<
k]3��2��2�&L�O���f�@Xlu�@&�'�ܳ	oi�P���5�2p܃��~�8�]ǡ��i�*h��#%q|;d
�¢R;y,/Dq��q	�Z��c���Q�s��D�F��3�=�A��Ʒ��}	�c�v��1�g�tb<s��a�6p��E�a�=�8�w��煷����"JV]X8�o�G�9JJd[
���ܥy�&�"��z�7Ҍ��g��4Z:�d�N=,��
���;��H��K_no��T&z�W�bR��Xl�i4���Ң���m�.��Y�����z��y^jg���#`O��!'���z������>2\%��f�:z��[@!E�.��x<U�%^�����y�Օb'@ͬBXE�"�A�+0h(��Y3"�9CAJ���h�>������t���P��J/�Z4���DZ��,%Y43��<,�!XISV0�پ�ۓ�8��t��"���A�����Ȓ�$頽��:��]"g�S�����C�km^w<�W7��x����S[��[��x��`�­mx��o��>�0�N�<ͪ�����|�Zn`��k��Y��F��
W���Y�D�~�ٽ�<3m#�i��ޯ���ݯ=�W~x[���2\����s���܆y���P9r�b�(5��#FF<:�K������x��m���_��1����n	�O��pa.���R���c����.���I���$W0���.`pS��N��D����������QoW�Ym��O���E���|�Gr�\�"�	6oEM1F�=4�-rޜN������Hޣ�~�y46���'@Ӂ��
yn�D3M2d|󄸽hmQ�P���_$�4���A���d0ܥe��">q��k=\t��$�y���.��T&�6�{|n�x�����f�P(D�ݴHd�z�����jD������9��k�ku���&/R=��hh�4wR�y���5�5� "�n���vz)Ɓl ���Z%j�o��z/�t2���3����ĥ�<z��.�X�".ML�6
��,Ѽ[A3�������x��gq��hE���>a!�$�q����Ø+���F��Wr�g�$;F1[EY���ň�H&Ҵn��.��%���%��bW,��^k�Eǚ�B�ξ:>��<G�݆-�v�̱D	g�%͗�
�s�>L�TN��q>�����"�hi����$��G΀��Kv��E������{`�Z��u.{!������d�I���4liZ+��0x�1���!���M2
q��Z0���>}Z�?�����K�e��kd��4G�8 ��Q�}1�"o��X��T���i��C�95��I
���B�y{��(b1KDY�6�����^�p>��O�sj��u��� l��t2`@�{Y��O�IYar��џ�EԷu��'�#FhK�WL�f��h���p�	E}�
t�O[Yd�
��
���m;vnx�!���?m+B>r��V��G!ik �u���G��G�`�l��
g��}CS��ʨu7M��3�*��|ug�b}Pf�P�� ���U�(D���5+А5*��x}�~5�سg/vl���&�������J<�m�7B����Q4ul���}����Z`~��Ob��Y?uZX>x������}����;���p����Eמ�V��9��HϿ�
�nwᑏ�p����(�XĮ=<�1>�����L���!ZКȣ�B�+3
��g����#I�)�DZ5M�KČE�'�3��*#�T��Ȑ�/�O�u����~�[��J���Cy܎�P%b%8��e� VJ#�H4�6�e���U؄ͻva��M��q��ɕȋ�g���E�c>XY��M7���
d \�<��W��}7^\��j@@U���G�������[t��c@�'L�0�qq|(���=͙���C@I3�SZ;���5Yy�!Zu.����0ArP,�B�)�q���K���S�	.����;iΔ蚓״B`#V��K�a[�-p�����Kl]GOG��{��-��F��Nť2#�>� Gf���{"*Ź�}�aݬ��WW��Q������V,}�"�I�
bl�2�$��,��{"�	Mι���륂�rV�$���fR(��2I�@��*���0ͥP�F#.Mdž�`�Vk�6�@#��6����ɋ�t6H�å�q47]s;]+��@Ȳ��K1���_�eLLL��<}�$���}�p�E�!r���gS1%l��kANJne��ľ���ĸ��Π̱Aĸ�V�N���r�>��}�X_���k�^��>8|d�v�y7����lA��\ց��Cm�F��D�-Pꁝ�z�����OcaaA��[�	���&;��h�V��#I#G,��e=�����^�����b%�"����.[�nt����cQەsm���a#�����ZY��o�j*�I�Pi�5Y�5M�쵲��{R��Q������ljK��>���ySSs���߁�>x�Q����y������r��;���Fم�>�!)�1u�e|��pffy���_�Μ:��D�����C�-yoW�L������SۙW��e����13{��VXƯkk@>��ҹ��g�zɓk ��n|��_���7�!�:��=�pyr��<��ܲ�
��qE�҉2Q�e�HI�"�d�4��ktkd,��p��E�ВHOM��a�iUKC�Z�r�P�V����>(��<j����H�56_7��
��'l\�
瘇�m4?:U�#n���#2�ca��;ˢ}�<y�VV�8�0,�����lj&#��c��c?Y��܁��S�4�#$�I��Q�N��Gs#�-�A#��GB_ƥ�2�T"E �+��̜�V�}O���Ӝ�0v����77�`%�D�	�fz\��"hj��S�@̂2��:�@��E\��I��}�C�"���4�E�,�"�uC<$}��@Kګ`.iꔥ{K���G�����ZmI_+����!{�bSvb��-�i��Oɱ�ɂ$S	IG��s�Ш�8f��G����������&�{��IY�����?�6ډ��2��˫���vھ�rl�ˋ�pjniC�ؐr�E�c��&�٩I�}~$3y����ԽsR����뎥�����9��jnn��a�vw��G�%���.b��l_�>bK���̐�锒��T�I���9�{��H�.F�@��;b��нW̷c��Z���u��4/6b�Ifi�:%fqea��� }�d��[���EX��qu��f����Ly��j��M��}��y���)��P
���%G��Bu}"��v��q����x��ȣO�=�֐��n<Pp�}p�KE8i�ɓg�tّ����;�cv�,V2.��+��@��Ar��Q��5|�v���������?x�Y�s�.\�r7��n����$��Ks�"/�-��!LM���+G�#9`pp-v+��o���x��>�(�N�9t�F�ut�
�гc�t.�(���T:ɳq���$Р=�#�����t`���~Zt^z�%�F̃%�����j� F:��:Yϝ8�4Y�p��t��|�@���4+���$�4Μ����N:O6�s�]�}�y�Pm#��"6~�a��F�"��H]����8�C>C�.�����H�b���2��c��s�Obbz���j����B^9���x�k+1j�8{�2��U��i�e��釫�i����Ј���4b63dlSb�2�8m߆�49���
�F�i5�2O2�T�������19>��i,�F$�S�ޚ�f�V[DY�]jF��F�C�#��ۉ��Y$�"X8;I@k�sL���"��.}2$9���E��J�~�7�
0�
���p�G����S(�s��H'�F{]+�)!����Ahlj���A8L`-�fPC�19=�8�xj�ű�N��z������M��{lnj9�k!�6���7_�ܮ��eԌ"�x�F�-���	$�G���g֯5���Z��Pq@gS�'�Zc�'O_��1C��W�C�$A���4KwMp-_�C,�&��k4'���44(vl`p�t
�׶lP�*�Z���i�iOΨ�
t����j#����ިBCm��5e�"H,��23ʕg+o6c"�=#`51�FE�'�7���q�Ca�S����bllK9��7GgS��?��:�*}p����<�&3���l�7�����~�7��4W+�Ȉs0�w^|	�����ZB�Ξ��G��/N����$Q�}�AtiV�+��9B6Er	���P�Tu���w��o�~��cl�
�9���>�9}��ʤ,�KD3Ggpya
ܴSs��i��E���4����yM���<�\`��4y+El��̹42Γhl�D�hbQ��O.[�Lu4�[��佮����k��m�2
�y��^��|f�{��U�\�Q�gcUɍ��W��Oc0�d�SL:�@�(��n�s�5v��&���i1��
E�_�.���p�H�9�7.�`���`��l�;�SD���/�\,��4���[��X�2�%6����J⒞�Y'�eqK`{���2�3<+�H��X���~\�9'�����؝�$���q��ճI���*�הdg4fH�*¥UqѰ7x�|���}�=���ǹo�������NQ($��ś�8�>/��� ���68���w�~�4_�[T��F0�0�G��w���H��݂J)d9t�E]C���wH�!I���K��z���QWa���v���s���72C�F������D��C�%�/B�mR?@א�8�.�S����g���HĸnT��|���z�����嵇��4��������̢R�̱���Wa��f�C�����&z��o�ԍs��8�2�2��3�������={�Ώ��!�{�hƦ�Cp�d,�(���w�`�h�|�)ܺk+ښ�cZ���Z���Kts:pvj�(�:<r�}x��><��n\�2���c���{ߋO|��p{�ȥ2�?ϑǙtV���/�|���&�!*2�����a
��m�ޛo¾���/?�H�&�*�燇N\��(���;~��6Z(9Z9Gg��#,��-�4Y�������Sۏ�����t��{��Թ��3����[~օ��ui��H����u�F+�l�+7�Xf��dIvE^u��
��"Q�cyC���\g^K ��#N^�S/Ӽ"�"�D,�y�FOl��Zq�#X���k_�>&�O��Lнィ���%u�����T9B��*y�	��"�qg$����!�E:��qb���G���9IS�AJ_��4���)4kw��%~S���>}ek	����C[��^o+���j�O�T����&���
�붵��!va	�?<��ss(۸]�W:�eI��y<a�玥Ɔ�i��S߿/K~{%cFZM��YOB�BT��^g)�C`����4��D��bq�
��@��_���؈���n��=��O���w��	~4$��%��������Q�X�g��s
D�;4n�X�CVV�!�t�Q�v�nQ�-6��D5x�d��)��j�?s��b��ν�O�-�᯳o�>-$��lm�󯜧���翋C'O���b��^Z$�y3�M�p�p�����7~
��?�5���hk���|�ؽm��2
�󻿍��~��R�Ig,�����x %;�S�N��n}8���%n���QO��֝[���ӿ�i|��/H�R�tg��E�S�]k
�L�I�ݧ1y�<��������B"C�ϡh�c)>O4uˋ�=8s�(¡&X���S�Q���U�ܨ捸��K\n���q��m�W<I�B�FF��JZ��K�wڧ��W���Ƶ�k�*�Cj'3>�Uhwi�����h�<���4�h��	v�"�+�H�{��>~/��,��o�D��ګ_@�DUgoW#ɫ��LjE �A��B�<V��4���?�.xiބ=��n�;�e�I8�G��m%�l�K+��_�ϡ�����x�h[�\@����lݶ�Wܸy`;�{��P{�R�F���)��+��1�4#U�~�A��mӽH\����ѥy'�H���o.�Jų�[(�9�A,.DP��x" ���o9���#6��~�HEL���y׳עJ��s�����I�s�ߨ~ͻD\�vď�X[�rm��ڴ���X�P���k�M�6x��s�;c�0"{�]3��J�P���9��[���*X���n_�v��!��ˢ[*9���Ŧ������g?���v���{��8��{����j��'?��������D�����c}��s���?��� A*�lA&.��黓�2�\[`��4y��!z���k�'�,|;���E2C=�^I�$As����?�|�I�e�AI;u��$w��CG����F��2��wau��3�㤭����!E��$<��h%#�p�M(e2iۅ��ӕmNs��E�!_&O2o���O�0�=��K�^��"Ew�sZ�6��F�L�(_L��p��3<XY��ҁ��n4� M�5F��AsȇB&���[F���2}G��t\t^I�_����O\��I}s����.$h�y�:�s��`#�� P���ԗ�,�3�e��7�U��$As���=�ͭ]�r4��"�
�t���J6�Pއ�BR,}�4��s�8X�[=�H�_�N���D�[��)ePGs�5�4�������.�aG�hk�(���2**)�5U
%���k��`L���EUp
��݅}�uјK�~�PIO��;��y��~
:fN)�/�P�.[n�^�T�Ѽ���q��`���׼�oS��q#��\���F@`=˰>nb�v��?)��M�@HUκY�L�<֗�6%s�,Ě�1�����,�L���\"Q��[͌��!_���g��������D�O����DZN���;v
I������<}3���
K�[�SR�~�?�>:p�h���1A��ox�o?��<�!�AOD�����K�jd��"g���Ҕ���՘R%�ᅻ��(���$�:؁����hy�M`�hvr�:?��g�q���kl�4yq��d��Y9�v�m��id�[��E���fp�1�H��Hޥ+�z��+��Y��6\疌�<]��s�~F���e�p�����}�M�GߓB�^�V�YUY-c42^N�.�հ��L&M�u�8ER�<�	��uƼd�\�7��d�D�����H�qG�2��@�F97�(�7u����B����WM<�˂��"[Cx��6�a�N���q)DŃϟ��A�w��%�<� �:,
H��hB?�������Ԧ�i�.�?���"�%p(V&��s��Ji��
��\7#G2H��7VK���F�A����w��b����x;ݰ7(f�\�<�d����=YA�B���Y��tQG�;?� ���o���=A�|Y�B�bX"���5<��3�1`O_���H��F��=�_���.YSa�p����2X�+� !a%�C�_+x���0+W���x{Kf�-��RP���a�^��H�j�*�w�|
��siQ���P�do2�`I�h��\���|;�����H$�Ҁ3�{�,G�[�S%J��
a�&��K���w��,��?��$%�57b�w�z���׿u�v<�����~
���0C4r���ª���]�����3��|��t�Idb3�6u��#X�tͼ*���:X-�ek�T��%�
m�E=�6����T�p����k��D�.GW�$�^�9<����%O�C�g�iRG�I�8:r����f�Pʦ�CtH�_!�E��4g��W=���^���=��+ߥ�����ͨM��QC3�WM�e%�?��J�2�^����R(�:'FE+,Ӥ��1%�y�6�l�{�y��D��ANe���#V�k�'���.:;����!N�K�|��݅�p=bgu��� 0E��3���n#I�/��}~���s�l6���2���,��l�ʢ_h�DbU-��v�CR�pp�mh��1�<p.�mV�dHօ^֪;x��������qLM�K
��0<�C�ԋ�b%�<W�'sR���rRQ��R��8f9�}�L��.�=��c�t��$� ���U��)vaY�/(������B>J���rV�y��E��ei�l�ҧ�Hoa6L/5�WJ*S�3Ԁ��0���3�2C�t�+6�V�e����㳲hwH��HؿGs�~��Rm�Sf5]5����w86��jd��	,Ebb�H��|�XFqH�i�������p�t^����.��ֆN�?#s�w7uڬ5�./ů�)��(ͳ�y<��S7z����F_��:�@�lUA��G�������i�7�~�
k�H���*u!8���Q^[��Jp��X�k$�\?]XHg9���Ԗ��e"H��"��ȱ��
�Zw���_���~�o��s���-���������	�p�E���}��셃�
گd*�ɱq���費������'��>�����;�����\�M�
�f�N�ݰd�����B����B�c��('g�%iPMh�vmل�������o��p�@N��Z��+1�,r܄��
g/�.��х�.�Q�
u�u�5�o�]�
���r�ם�!��B��i�\y�⠋���bY"�����Q.,�j@ �JF���+����<�;<�m�<^=r�<k�o��c9��~"�(͎Q̅������3.�}�D�':$B���bC��=������{�t�O>�ĚE����4}1���eD@��iI���w�DM�E[���c��p��S����#i]"ZX��q�`:''=����@l���~A�6S%oꐎ���c������ΐ���e
�Ke:�d���:c�|X p1_� ���2$sX%��ILD�#ƢIk^bQx9����#d����1i�t��N$sƃh���/�Z-�7�,MƂ�n� ���&^�ylZ�|CM�����g��ꅹ�.��9�r��X��2�)��"�|9N���(�w֐G�YN�5��p�\����.E���De���3ĪEPlFW[?�:�V�y���d2���Z�d�m(��7��'~�H�����%��y��l�d��#Ǟp���vb30u�����|�ޓ�\d��Zrr���߅�g�^�WCu��Ry����
c��d�Q���k�Oوwf��Q��if%j;y��+֦�V�fH0fym͉50�f6ު*j�Ɨ�GU��n���J0�ұ�\�W�~�_^_?-9�2D����"�'� Y���2���+�<4�g��&{�8��s�ݐˌ�ț<yf��c������ �xn��v���=��ǡ_C2�Ʈ��(�>Fni?������7Kp]D����_��R�:No��0��,-l�A��l�7�ޅ-�uW��x�J�p'2�,�2��޹-���ܗ���/X'��}�����k���9�N5���ܘ����k�
���OϜ���bvz���U�Fkq-���rS�	#�;�Gq��g��YE1Al�7l�!ۙ���o��3c��������+�r��]�M#��q��D=�]8|j�M� F&7�[A��]�����w�������h��pǛ<8|vv�K��.�H���XP�a`�Ǝ3|�[|�9<D��N�d4 c�БI$���V��<B.W^$by9}G��>1�o���PW�k����.�C�*8���w���"E�'+Z^���X8��1���c��ç84;ɻ&�wf��0JQ���<�-�z����ਧ���:��X_{���RU�CRZȠK�nb��J���e�Oo�mj��w��W^���|�����r����R��"�LJ������ߏRK`�}c{��b@�1:�.]>����df51G���O��i�����TjwȞ�(��v�;�ٳ�0��&��X!��W��ih���^;p����b���'q�s�ܴ��e��&'^z��t����«X��дm�$@ZX�%`��s�����{������m�Z�a�zU���^��x{�e]s۫{`T����Z��蹱�ND��x�C��0 PVYҹ�\}/��<�F	~��m����p�ČxtS�x�����֋{�������؉��>ub`x�cW01˽\�c�����_���
�N�T���'
=��#[��S籸�w�EZhf���_�����t`�Sy��,�8��S��Jz�+�H��]8���[h��m��yu�z�O�c����m'��x�I2��5�{����z�~{���F7횿oP@�jtGN��|څZ0Է�]DW_YZ G�v �\��#������	?��-�T��n4�����†�k�'�T���v�	�rA��h&)��smY�����ou0X����y�@��vK����В�OUpIl$Whv�Z1C
��	��	L^Z��������h��qJ"GlM����S���^���؉��I%�L�W�焃~��I���8|b��2hI�8ݘKi[P�� �/ã5K�FB'Y���%����bv
�b'��!P#�!i9G��"-g��7��m��U��o��;Y�&�y
�qY�:�*W��j�v�`CS�38��\������ݸ�CĈ0زK�$7s3e���3K�/��,�<}��h�Vu������T@����H�X���e��y�,.�K�����i.�]-�9��?�]�=s�nu���v�'\L��c����7%���q�����;��� �v��8Z\t�6��	s�y}}�t�Ⱦ}��[��ݎwrl�$��,j�����wv�D�FE�*�
5���{�fv]?�l���ua]��ڍ-�+O��~3���N��ֲ���8H�¿��@�$ݾs9�i/������^8z��(u�����!���	�l}=C8~�58�4���k_�2���'�����d��l��}�����o���!���s�$]7Z���::�9��$���r._�d���"���l,M�%�s�n����5X���ƹ���c�J3)�^{����B��Nv%�2�*m7���7nN��r��zJ��uX��+�ƍ��#+L�E,��.Ơ3���wܴ��0�$5����F��	�+���Z�N�����
�[�).�TC��ʑM���E�s3�r�^K�ᛆ��F�<�P�K�D3��1v��sdQ�� ��e��B�Ǣ��� �Y�&
��1��#"=8�}�{��b�y]H8��8P^^6�wvz-��@/��nЗ�cx����paG����=�cq~Ϗ���`C�A�&K($�H��H�!ϱL&e��"��Cђ'&‡T�#��{��YE�Fd錮�����!��G��(lj�p!]N���@"���C�#=������mSq�f�j=M�
	����Xe#K�Le#d��Һ��#��$�L>D�J���g�pBQ��!+��F�K���/^�vG�ͪ1R�u��p,��W/����?R$�3@Ύƌdj��ʒ��DȐ7���5Ƕ������D~�ؾu�wr)|���OT�C���tr)��Fz��ܟ��̣�?�wrp�[5��FZZem⡀D�i1j��1Z�)��SF�U���Ж��#$nM����d{Ucv�qGƔ�I!��{~w��\>_�/�v+��+�>ƻ��"3l��~�|�c��&`�0ρ9�ڮbv�(��m���nPO��a��`���u�4Q;��l�|�ǚ�S�K�{g�U`I�J+�&�lQ�V�TB2:L��v�P�?�A�뙈@]���hk��׿zYҫ���⹳_D�i!/o/�dp.�E��Y����	��«�G �����ǎ��G2���o�"��)��׉�<~q�-DA/a�����jk!�.�x���ވ��:x=6����u�`,�@Y���\A#٢�l$A�v9b�R%�&?���$���q���c�^���'��F�����K+Ku^+��Ք!���[�-vq�b��ͱH�O�*������g�#t�J�D���u�9n
 �MeV�ϜC�䍁�M���5ihyZ�_z�9��~�wV:69�$��tu�P��g�F���+��J���B#^�������]�H����7�K�y
a/��ſ��x�{�$0т����|��[?����x�ʓ��vcۮa��+͑1��]���&%�95���93���la��2�9]�ⱟ���_���{H�b�
�q�
;i��`AX��B��R�Ih*HN�X5��O�	g����

��
+n$�n@O;��)��kb���e�tڌ���p���jE�桛ظK+��^g΍��߆���`�,�qQ
��Z\��Ʃej�,F�?*��n�eybX�!�Ic��0 ����>4����w�N����Y��pZ+/ޚZ��4�8���D�hG&���Y�?�t���T�덧���_�@2���%��e8-d�s�,۽s�mp9ܘ<s��${�%Z���mmGSX��>q�$����O�Q��1:��Vr.�����bd�|�+���H��6��� 83����Dȡjjn@��Mጱ�|�&e5\�� �G�bk����9|��~A2��ȲA���ٱ���'_����������1@��Uaz��Kn�

��=�\�\6#��ҙ�L�tZuG���n�&����*��$۬���Q��䩫������������նds����$�uN�vUAm�M����gb��9�E�
�lP�#>�p�Al^�(^��E�.�ĻqP�&�l��}Y�#\�Ӧ��m�����7zpL��sZ�����z�C�b��"�L�>MTV�|)�;��r�9�S�\�tb��'����0�,�(%����,����#"v޼��H'�49+7k��k�_��?������S����޻��M G�����䑃��92��t����ڃ��U�p��gp�<��ۚhR�g��c<����U\>w	n�GJ\��+��=4�]��ebq�a�nʼj�фu�盋[&ό���g���KW$��h�E�K�:�Q��J��g�7�'�&E�dYF����"�'�Džj��c�.��8O�.�-@���p�L�[]A0��?Y��b<�M�]�Q���u�7�;w(:�P݌v:V�ۂHf�� &�G���i�&�����k�տ���\AGs��8.��������4���C���c�玟���D[O��i�Gc8����1�:��D�#��c�<�
DO�9(���݉:��-a�T<�E�C�+=oӌzV�
���\�@�~q6�%��p��"��m��G�J�V���y]��|��kV2$[�X���8�#YÁG>�0�.Um��{�d'��	O,�\!%}6l�W���Ð�_R��A�j�-d¸<�B6�Or��bz��y�jD`�6G6ɀ01D%�A��S�}Ț庹6�& A�RY<j��I��5�S��~���f�ƠχoBz9��s�5������=��U�8^E-�%[Yŗ�	�z�|J���^�d"���E:�.�/�����p�y̤t\!9�����+���L�L�/H�����|e;�+��!�i�2�Y;B�
X����ŦFNL�H����H��E.<{*��~胘������鯾J�$S��}��C�Ϟ#c�&�Bè�,E�V��e>�lyM�5�L�d�Á��ahy�s5w��l8�NccL�I1V�o/߄�^��d�mt�M���쫼j�YY�N+�gQ��<E�83���…E���}'h?�di,������c�g14<B�iW._�8��b�ͱV���L���s�Pa��uŘ�t�1����(@!�P�%f4T)}�ǚH�E�d���]���1�J&Sr�1/����Zr+\
xԖ�6kHTK`����i�۬��i��d2�l	�`�u��
<}� J��Ν(j��\�˼��dr���0�׎��
r����@��3�����2��?�#Z��զ�~��X��_=�M26���_`��?�K�I�~�tZB��F�p�m��V�8�	(��B7��"j���bQ���[u�c�(o�K&��&'Ydn��U,9���J;`N�b���74}����_�E��_�Н�8{�<
�T-X��0���?��I}EѰ�2P�
q���d�˺����x��y8~���l�K���ކo�El�5�����{��'�iZ�X����<Z��{���ᤛ ����ƥ�2�+�
�IZ(R�,@LDZ���v���8&�X$�$�T��B^`s���:�6��~���ּ�?d�SlYG���{p�F�1L,V��h��7*5�Eu��Ҏܿ�\Hp�
��l
�$ѻ%���p��Y��V�SED��S"��I��Ν����`s��2�m���0}q�H��v"�`3#��,�-�Ĝ�_\�},�$�R�XO���f3��.I3e��U!�4?\t?�	�49	84��C���v@e��j�>�Z%�R�Dhp�kY�*q*����9b
x�W�����΀��9�]-�Ο��y�(���1#a&�2�b-Y$U����Ca�����^�q��fgr��g	��Z9��`�Wfe	��%ϼL`.N�+���%�E�`A-�Z�c�����p��]�!�xf��7`IJ�����>4ֹpj|����?m�[��:p�m{��h��^h�9E}�ۊXNY0��
��݇CWl��;��T*23A�F��&�[Tuނ6$ɪ����V��m$�a�9wr��i�v��K�R�Fs�&��6��H�V��k�-��`	���L�`�~�ǯ�2X���zy�؉z�z���"RG6K�1{�x�F�{��c��������Tд1���$���m$�ƅY0��3|�3�XX��>+f{A�b�;�k�-��Q�2� �����g\���K�ϭO��Q#g������Po(i%��QM�� j�?�qV��0��ULD��&�0����������2���N:h]��_�����}���d ��<g'��/�?��g�70�o~�����q��;P_o������R� o۵���I�.'���I�t�e3��E�A�/,7Ya� �\��h�I�G����>[ pu��a�g7�B�g/as_���+��rp��:t��I��
ç��:�i�����B���14f-8�����α��������E�mB~����c,��V O'����݉d��b��py[IB�1�y���ρ�~�{�	9�eU�i��x��#^O���~i?�6�C{�cGޮ����~\A�
���yIWj�2������E�T,����*�T��g$7�H��d�''-ls$�
�&���_��W/a�Y[g#���B����^��f
V��3��
]{{�X��9I�+6����$]3fb��?^�+����4ݟ)�nV���o��˹ī���w���.ld�H�?gjۦ�,�����c)�XF5ڒ�o��^��;�܃�?��X�'ݻ�A+
�AC�\�so����T)���+y��=7���DV�^���G�y˹("�)���T\ćw݉�����GMH6o�]m���w��ÀAoW��vUلP��wߵk�g�a�ݩؔJ���V��C��EIx��ye�A�6)KQ0^/y-4��s(���.(�R�Y|_p�w^?�	�G�11��eQ���b=ؓW����<-���w�D�,������絚?�sQʟC|�+����<9/<���̨8�p�9f]3*l����VDq�Y�YT��CĬ��p�<f�����X�-�r�#����8��?_JH:^b~ޞQ^ $xҪ�J��������0G��KY7�*��ڊ�ZMj�*i��Sʒ����k*�"J��(P#s=|�;J{J� F��@7B
���'?�1:�A���kt����D�w����P�1H��"n��v9x+�<�W�}Q������rfn�͝h�l��$�x,EޔnD`[U�~~d�L��5k�_-B�3����̃E��h�.�-�����H�j3K49W�37߆�{����d�����;�H��qLI����)a����v|���W������>�O�]���x,	?�6�o?6�7U�&!���@*�<��(�WQN�'L@�h��R���Dj�N�#�ƌ=������>�P3��fB�o�xλa�M/tnQ�P�&&,SI�Td(�^h��nV2�`o&�ڲ{(Htw�K�Hc�&�fav���O�Q[�H�Y\<���Kg�	X���>Y�<�z4M�ͥ��<��gG�RČ���`��ZX@\��~%-ѩ��C��c ��/L�8m��(���kJH��bNf�q��E�w�Ē�:hsF���q�?)�=*�X�MIOWM�LO�)hC�Vp�&(�0,:yg�ђ��q�n\�ޫ��b$X��1��9��d�q`5I�e�S��[�$^��l����p�J���ř�$�5��^,�:u'�
g�{�f�zu5e�2��3���=l>N�|^���Z�r�Y��89��rU�';T���D�:��eك
r��a�~2��E��ߛ32~^uRՌ׫����,00�%�yqm�v���Z����wq{Ui�$N&��~�ժ'��LFKs��w�H$P��K$b��8���jfOx^XXɗ�geeEb2���7Ʊ[?�ezP[b�2׵���9��Lm�˫.+ BS��"<e��jGO�{�yΌ���[�c�x\��4q�X]�!�@��C��)��P7o��?�Q��ʴ�-���AZT�kۄ��̑���/�޺
�Wfp��$^y�~q?V��[!��XO���YR�~39��}Q.���PUva,�?�*UiF�8�k��WdLX��&N;Q�cn<��U
��Q���R��0`��g��`��}{��*^;q'"Xd�������QDR��Y�`i"�i�O�c]+�\մo}�MϤ���i2g��Ȗ\�7v�ad�]�4E�kN�Q#�8U�{%_��d�x��ߏ����/����������y�6�2)��麺h��� F�5���F���^����:��X��oT)�U�W��|V�Ρ��R�����j�)�n���>����"�&9�&l��%_ƫ����<�4��^=��Y��>q���>�V4,_̡D�K��,a�V�+��A���"�ZE��苲H��I#�����}�<���	��"9��׉�IJ�x�2���!�� @i��b�)U  Q��Ua"7����q%�������+�X7��J0xp~�K��h�uf^>N�5/E�
"g������k�I ���B���b&KFt)Tp�F����dq�]�����8�P'bKs��a��1b=�n��SHI<�|�X�m�5�!҄�g�5�Ɉ�[]k�<�ת�
�<ɌFI�ȱ­8����{2,5�6�sKa:D�=�.^b$,���uo* �	x/��c�!�����\mnuO�%�B�&I���L�!�+�C�&A����`�{y��z8{o^�����n��,���j�����cfp�v��;7ʰ0�)��b�����cM�)�_�J}���_���s�%�6������R�Yk"����p]���.ZLH%�1�=�Z��Ed�h1GP�*�ۃ�cK�����a�D��ۚAyn��H�\ ��)����)&�fw���%i�Ź�
�*��e
�U
^�Yg�����K٢��j���Kx�g��ڂ�Û��G'�_���`!=�[���6�B�_ɸx���XEi��<W±��3��H�tl�0#e��d�lF���+��l3����H"�㤣f��B�Q}��ȹ�~���M`z��ۈ��CD��pE�9K��nO�tmҝ	v���ٴM���ͣ�>�������\����a��	����#�ӱ���+1��%���p׶.Ħg���M�3�'y'O�l�&��cӦ\�Z}K �/UɜwR�H�D(�)%����*=N3�z��i&�	�ű�� ��$�¥�س�
dya���D���/ ց��sq�R��~`I��媎��y1��"����]٢؄�^|�/��ႛ@V1=&5	K��C9-Ol��.`<>�����C�*�;W�~6�@j��*�[��jV^���j�k�,���Y���Y]��9���nE�Ҵ�R�G�� �	p��r�R�ڮbS�:5Q�X&I+J��	��)���u3XM����y�@;2E?��;�qqU�8~�8���'�r���'EV�5�q�N�q�~FI)|���ڻz�����<���f��'G�d!)�Dck������RS~��kȺ�޻[�{���7��F8�ç�wllL�S�Ĝ]2� �rt^�*�
<�F8�NV�O�U�u1�8����*�J�KQa�e�Wd�8��tN3��L)�FS����aL�ҕi̟w�t�k�I\����E2S���D�1vuv����:�������C�\N1�����f+�k�^�3C�Bf&��0�(X��K�f�hu��,����JY�j�V�5��>lfUJ�ͧe�� a��#��8S��
;k��D�a/�d$$�k�jZ�K��x���'�Q�~ya6/4�	|��-�MHo���x��1�:qVR��t#��	[�)�Ԣ)=Mi`jf�lӤ���+��&��(,N�awW�b��^���2鵿��/�6'v�F��8���
� �H�4jS?U\��1
ǒxj_�)���.��n�p�z�-<hm��<ǣ�A�Zx'��ڨ�čX����1t�x�[��QG<���K��E�ٺ
z��/��r�}%�c�c�Zl�ojn��`���R4�m[G�03+l�8�f������nV�]б�.�+�M�"��aqr
��vD%
����3'�2�oe�2�E�S����y�7m1�UKA5f$4C�`*�;��.'q�,*�Ӳ���sZ�x�x��'��)#�B^^^��$�dplԂ�n1�V.b�*Hk�</Beb#�%	��8�"����1D�#e����
�c���b�)Ei}�*A
M�
�z���lv���YZLmK)؃.�qM �Q5��PՏP�@e%���̒�Ff��l���Mc��X�Z�x���&Եs�Pm��\?�f��JN)�Nu�b��2���
)]�x�qd{U�7��
��H��"�юel�V'�<o�|�I�l|��`�X����9,���ojEcS1������[o�ϝ8s��h�&t�=4�8~�J$I���,��n�+��Co���j�2����7o���c�ch#cɁ�\ץ��U�dkK�SSx�O`t�
z�z]�	�8{6.��=f͊%u���k����c<$x��#��H�
�g������
�a'��է�lHj>���RP5zL���b'�<N�3R�^
�|���M2ۆ766���S>���p��G�������~�<u
/qq��%rr"i��S$�“��18�sm��]9k[�����<�KI�i�f�)us	�0�1�� *U(y%4�7�5M�?���0v��`�B�r��aO��>;<�F���tSzH#Ρ�w3]�(y�>�����Ȕ����㾻d�In2�)�Lo�I�`͗'`�����m
x��WI����C@/�%�kKf����.�-2
���^~�&7�Cܤ�ʗ��_������Y	�'a��l���"ύ��p[��P	O��ၞ ���b�+"�P���s/�b���L���b�z1ܨ2��v2�M}x򽿷湎�_�7��?q���w��q���87MyH�)5z+�i7�%��a,����ż,�͂�Be�5Sm���Xr(�n�*��V�m���� ��� ύXz3c���F�`�x�ق&���	X�x!$���J�p>�#��A"����!fripƀ����+�O��બ\r*K���qK��ќ�B�VV����.�:<�-�^���*]V���UNM5�A�\���en�e3|/	�Y5䅼�U���\A�����Iن�y�X���UŎ�_'�L-�-��r�JV��n�FXi����q�~�/h�J$�ə	,/LK�Mm��ܧ��� C�	�$C�cHr-�)�NlD����*r�
'����:�H�s�h����sزe��kϞ�����V��
����53kE�����a?�WFe�dm�3���)2��(?vbDϟ���^z���H�55o4e�e-V�K�Y)D�s�c	�)6��,-u�P�&R�ц�X΍�&Χ.�JɈ�1?�u,�W�0�2jB�e�\$BDut
Y�]��bvv^����D")����s�}89::*`������$Jo5�Ő�s�ߨ�p�Q�`U���P�U35��W�BX&B�ɨ`�P4ΜY�ZP��p����Ru�`�N��@�d3jF�T��Zw`.��^���� d�ç��ٍ'p��W0q�锳ho⓿���xi�����I�2���N�T'��$�m[�cp`gϝ����1����KSޤ�7��XFD=3|i���I�.��_�{��q�JV�8{Y�@��+�$�ӥj�nQ�j΁��o.��6�p4�E���1u���7��y�	N��BKU+6�u��9����{03�Dzq�(~���$��X˘�� D��?�@���	��I��o����D���M{=�-
^�D���ьEˤB-�r�B�aK����]����ׂѡ\yaj����^9��>H��4{����;����'I�J/�$���"=�i;G"E�VZ<�<�p`��l/;���`�����0���X�u?��>��B26V�p]><��M�B@i�m�=�����	�Y��5X<>��2�f6ނZ���^a#j��<�8Ĵ�8���1=@�'�D�UG�F2\W��
��n��)/�v���uvb'VV�>���XQM�VĢi:�y����$5��ՙcppp�v�Ԕ�䌱��	��o�^Bk�w�mw�
T�{�=��cǚ������F��%�kmNj6�Q������? 쁩�3��B b5B�4]��
i��_�<&���pI>g1�I�B�+��*m�wVDA���p}	ɜ�T�>�)�RR����-�p!Ke[���$@�3����|^G3kCpL�*���K)Ԝ�㙝�"�$�"�.�d����W�>^s~s�4�L�5"���v1�����c�d3m����4�5m���N~��2|������H��S1##��:	R`�PӉ�)2�j��H��U��.J.w�a�L��z����	a��_�U,�����
RKS���ѻ���b��;��,�?������7Z y���+A2�p�*ūv�*zV�����I-���F%G�b-r��Z�$5���
�R�@9�t�����gF�(XX�ǥ������F���~K�K�8]Ws�H��W�ޞ^RiPL��h�Eh��X5^b
�.[�n7H;p�7D4!W�d�߇�XA��t����!�3�71=�[��&��r�S+���!}��׬�,�\y���y"�D���A�R���.w03H�xO�D����9��7�?N�dC�x1�p���Q�ܵ��@�=��M��D�'y/:�Gd""Q��T\bQ8�'�MT�xn��k�wއe��-�S2�y��4�1��Z���J�E�Z�˙|/|�9t���t�F�b\�A���0ho�q�Ȓ�JNq��l���:ᚰ�r�0*��ǼJݔ�5���}��Bt��M������:�3n���,�&o��ߊ8���)�u;:�-�����s�L'����X��9׿pK�A��w�Ex��d�;Ӗ
X���f���`E�*P� KI�N����~5��Ըɉd�kGp{��b32,�;�$_*J�{����bJ��J�K�5�u����!iȾq����Qȗ$P�kV�IuM�ba��T��ߧI���� '���f�z*�ΪD�)v�+�[�c0��z��oĨV�T�B���D�� ��P�*��ZdJU��m�b"윋�)4���kZ~+D"ԥ{�*@�i�c!lv�.����֜'��V�[�i|�o��W_�/��Ǯ�����:]�b�"�t��Z���r��t�	u�8Y�]���Z������hV�[,A�v�gB�B��u�Z�]��(��BD8=���9��ht�K(��g�c��h�@Կ���B�~���ݦ6gz�*�\Q�i�\9?�@�b�4G�����W�����ؒ�ـ�a�A�<�u����m�U�@�u�
�VG��R�� ~I�f14zi��53��h�����F����b���(�S��y~�k�|���%�S�
Y
��$V���HJ0ӽ.��Y2��o\��L�Zx�u[a'��*u+m���4�W&�T2���Ӹw�[��S��H���A�K��⑪4R��5��i�Q����f֌�e�ӤY˕����i������3�P0@�V�'�;;�ݪ�ˢ�R@�;�J|oC�$�t�h��GKC�����ԋ����F�z�6��m^���x�MzE���|Z��3�
E�c���h�&*�Q3bʪ%;��2��^r�x�d�[%��X�y%�+������%u"�����nT�4A�YaM�4M��ꕴ�j�I%c�����J5�lb��K�e���^��>����S�sV-P���tﰼ��+���^�~q��-<x��o�Qܛ�ڗ�M���^[���؈����^7A�t�4�'*Ŧ
�ݴ��s_�����b$6J�0�J�kf�-�VB���vl�=��I�M[{=n��w�C��yiq}�&�:���������a��{PGxٸh�X�:a_���T�͒�v���vz�� �XX�<&�on��҉��|WV��܃?��?t1�ߍ��0/�TM@�y�*�'��O?]䳶-���ڈ�r4�y�U�k5|�s72��'���q-� rF9�Fˬ	TY+bѬe�Hh5����
���@��r��X��	YH��]���O�N�aԇD����qyjib�ٔ,n^��Ds쎃���xP_h�mډ��H�l�+�A�T�G� �\�yb!X�p�.�3ӿ���@�@�
ڻ����aZWˆǹvn�kW���0�;u-_�.����x�ݢ*�-
��8T�U�4x�K�G	��:i�!��Ratٴng���oL-�W���
lظM���58N�n��XB�'œ�hf=H��L5Tҹ�CN��a.�3Y�Ba�	�E
�����j�U(�k-8vɔ��d�`���9+�TEMT�$P��)��"i�LI���[�Ub�T���D��g�s	p�wQ:Ϊ󴡤H0f�&{*�ԅ��N�/~�l��7��N'�vUzm���`�
�ͷ�;��j�&[QM�y�	�J��[��!�,��"��{-��&�c��@Ľ�ߏ�
_��r���c����}�?

-x���~n�}�z����D���;���:^(��p}��z�PVj�[���[�.�O&��{;��qa�5N��^Y����Z�*�e�
L� "Y���P��]!C���'yf�o�k�D2+x����[�#�-NF=M���CN�6״(:m�
�P6�1�;�x�a�ۈ��Z�aN�T�DSͬ�]�S���b%���.����NZ3��M٢"_��aQ,�p6Sm0�N|�hR�m��]*�ӌTZ��
0wëT�H��X��F��0lF����bE�`F��1E�F�L�o�x�Ĵ��R�<
��l�eV��<.��k$���v�a��[~�1�T<a���bA̠I�"o�,��O�X�)szr47��Z}�bͲ�͔�XZ��"i�SY3Թ��ˈwcY�Zâ§U��ɖ�]�h9��+c��
�*��	34�`�FN�\_�Gm���
9�ښf̄i���R\�!�`���P٘�5%�Y�r�'��>
{Q�ַ��hm��(%�iQ.���r!�dFF�kɉV�初A/�eN��U�˥�B����T(�=�|c5�67b&j�J���e3��ோ��q��e�%���FSc�nִ,.�Ν�cH�M�Ɩ-;��r�5��wݳ�=oԽ]�Z��
�T�Y�N/�vAC�WN�a��W/�d�؋��%-��.-^]������I2�.2z)�"�7V�����=�<������U��.�U�LW��Ѥe��B���D
��g���	.r�,W�s�a!7/��gsIe^��p;
=�
ε���[τ�j@�虨LW�!��S%&t�}�.�Ũl�b�D�>o(H�e:'y���y;%�d��(���z�2�z���>ݯ��r���>�`0J�$wK��dܹ�ğ�K��8������v�p�	&�	�8��uM7{!��H�
C2�2
��%{󵌭�`��lf�~�2�rT@f�sI�b��X����*���*�Z��}�CU��Mx�^�'��0���[�&>G�7:?t��LVR=�r\���N�x�c��Q�(�������D-�Y�|���j�.�6~�Uy����P �kB��J&�(�&^���Z��ב����5����X�`�H�����߂����?\�y�5v����1O�~���Ka�ā�&���b��#��i��6�{Z���u�{_ūG}X�z`#��ʥ㈦�����:�
C}���s����lmJg-�ˍ	�<wf�=�f�g�>���"^{m���������Qڵc���o�Dgf*�s>�K�Ï� ��p��M����7���+�dz����
�_Y��q��B�EE�g����4\ZP-dH��8�dl��F B�`ʒћ���\�<%��hdN�i*ln9�Vcʖ�i��?oC��TM��h&.w���`F����Fj����)���'A�JF8���iU
�$���J媄�UeFs�W2�Z�+�*��D��:��	�y7�e�놡�F?����(]Ck6��4��_��������R���"3יqK�������y�Vj����E�ž���/��?����e��V�ֵ�_��O��;��P�@MT��u%��0����fgO�{�z�ϣ�Y,)��`-K���1@�K�R;*e�͔N�|��
���o�g�:��D�3Y��.E]�)�|����
����4/��(2%�>5Z����MQZ��^��R�h)I�-�s�[��{�iy�3�X����e�_I��m��hK�/���C�K��Ά������1hd`R�z�`i��
4\/��|��܍f"��=LO�Cq;Q�uuMX P�2�����
ز�E=��o!p��^��Y�gcZ{\�7ʅ,�ץ�oL]>s<��x�Q�*R��z��ݡ��L��S�E%���H�����dii�����I.�+��Vrbz����l��ΌJ��.�}��ˑ�Z���x���L@��������>^��P3�����K�R�
e�黩G*7:���%���H��
�A�}]7�S�P�q���A3k�V����`L�S3��R5��u��P�0g4�J�ÿq�g"g#�s6Ei�(�Υ������99v?���3	[������D�7����عc�T'�d
������/��WU^=}�(f�18�^�
u�*�0A��+rEݏgĦ]�H\���2�7
�}+�H��G��I��z����`�|�螺�}�cz�ס��k��X_H��d�A�;0��@��b�o^+Q	�4_4�f�(���_q�L��T��5c%���H	�p)Z��3dT��Ո@{�a���Ɗ�$�d�&[[����.�)v�uδ��G��N�Q
�e+�Z�bZޞ��7<�ʄ�"�^�Jd;��%u��:�o�#�m�{�`���sh
�����3�ض���r7���Z�b=��
t��;飹�}4����.D�-49��rǰc[3l��$�hhn��Ņ$��I|��
�B�O��鴘\�S/�# Y�����7hlk'���C�YZ%���k?�+��ގB*�}�=[o���Hd$�D��ڄ��e��sp��Q_�ʑ`H�A�yB�G��i��G٘�-�Ds�����FO^+��Jʳy��Έ��oqh��4��/)ւ�Rܨ[EN�ȈĄ� ����qi,��ǭKH�n�5Q��RR҈��Un[ȸ��+�A�[��������ׅ���p\J�6�a�`�m�FF�zm]wN>~�n�.����3$�m�&"AK���x
�8�
a$�T�Q݄"���8%T5�2�6�k��6�{��g�$yM��s'ff#R��x47��}8C����t
�"�Yj�B/���G���w�7���Y� J��m;{p����(Z�Z1>9����/��|G�+��^,ؑ�O�|�CK؋�@��aX2sh;��j�$�����[�m�o��Pو�X�z����񃙈�T��:%�|��<�
��*�ŦL�P�Xp	l�`�bF�@�Qy �W���،��R\
�	��`�M��ohh�q���-�{�@��/�g9#��e��+�y�1Ǣ�谸�9V{0z���&�z�Gp��>2�jQf�\���;�0�%
ۊh��B:����|�h����(Y��}��'/�	���)�΃�����Z4�R�����Gn�Ǖh�o����ev���F�U2���-@h�`/�@	t��DCS�0�&�JNc�^'N��¡��`��&�(Y�����_<���U���|�"�"�#�8|�8:�Q����2rt,6_^y�Y�;h�e�,D1s�A8�;�{�'��4}��oQ���tPo����?�Z�w��Q�+q(zq�|��:-w��5��F��K2�z>� ���[�%��Y1�x�	���$1	Ub��.��`l�H�m�
���E�+R*�Z훅�t�ۇ�c����'�qa�:�ѹ���8�F��b�؎d	\���MͦR++
�,h�Ln
25�kQ�/J�JQt�FI�FX
eѡ�1��f6�jr���5�`V,��jVҚ��-7��&#W(]?�3|��ؽ{_���=Ҍ�P�5�ĸ�4z?i�:�O��'B,�~��o�Z��4�1'�A��0V]�H������d�3�O��oB{��s+��2�E@$
K���q7i����[AS{;|��!\:?��{l���ƹ�F�1X��z�b����n3���ƇV�ĸ�e���2�գ����� K��P����i�9B�#��oM�١s=VP1��,�H
���Ζ�����{>�����?��ut�ބ��y*�O���=�8u�*��
b9�ŗ�=��AL)��� �s��X����8ǨTˢ�K�YI�y��8�X��
�-(�&�:ޅ��)=�����$gGj�0-����[m�y�tvtK���%	w�܃��(-���LM����k�v�G]/Ң�����1lھ��4��7mCcbnk	�0�@,ҡ���퀵-�}�O��{����"yѝ�:]�/�˰���X󡻽�$�v�҃�ϓ�j4�#����W��4o�����KF'K���(���4��12ϴ�-�-4�Ȏ�U���fl����M,��
��gE��|�w�4zwXtCz!��#�W�t�U30���X��0���`��L�]:N	��i��/��O~��&6Eb~UL��[Fi���f�3u�F&��rHt��ZQ�B%���V��"�d�>Vb&�"z<E��&�s#>v��t~Vf��:T0o��儧�����&�1���@�q�7����x=~Py�z{'�֌��f��W�=�Rm��?���
�T[��
���G]��Ϋ��㽷�}~���[��z2F�ލ1�(CZ����wvԲ6l��i�Zб���YSB��ߤ���("�dy��F��3�ԃ(��S�@K0���R�f�t'N��z�?�C,E�]l��	�-�Yz[��u4�|�VdI�N$bR��F���N�L�3{��,�7d_�0�T�C�%�{���]՛��[�l
u#�P�6܈���,�,--HW��A�� �L���E�@~�r97��_�n'My�
����/����R�2��_��.�~}�B�}�bA�}�e�\S2X��{o��&�P��҃ã�kq_9���4���G��tW�4�EU#�
i�٨�x��O��6�b��(\P��T��� ���kg�!�9�T%��e�mI���.&8����,=;8TߦU	h��>L'�ї��eCa���*1.�cv*
c�"1E�N1R9�4X�����t7��Zb8.xɥ��q,G��"yX�Q��LT�.Q/[((p#rK!�$-議r0bg���A���������%��ix'����<|�A!׆�KV�y��p�Dc��Y�q�"���Bh�X�X�YB����#�c�����`�b6�HFCS��]��������Ù}/!��^x3��O�12Іwj\�=�Vm��������xg�Q�q@U�0c$L�`�8��5߿�dvu;kS<�
�p��Jf�nr#-�x��QPJ>���0�05)�
S���}_G���'>�q�<��_�Cs��G���ֈ_��@����a�gO�W�۰���—��g6��j��1�8@�V��(������݆�&��8e��I��bi���F��=��;���.������g͑I�palV�yI5%�]V�V�q)����D{g0��"�؂�T��z1:zV<c�ͅ��f�NN#�� �'!�����3��A�<�����ޅ�߃7;���3-(p���90��3��Y�����W1�F	ԭRH��k�����z���h`��#ӈ$#H�#hOt�b%��Z]�SIP*T�qn+E	Z�^FsHPg.:g���}g�᎛n���~KAm�N����kR�Z���7*˜Z�yfĈ�`B=��Od��5(%�t�	��I��|t.	,�0�FL��P[s�H��B����9md*+#�9n�gv�����d)ea~Az pq!n���8�=�����8�m�'9.��+>�O��I���{��j���1�v\H�.q	�$�҅8���ɟ�0^��7��	���K�
��;F�ݗ��+�������b�
w�4������1)/!��L�p
�F��DZ��o︶�a>��c����O�;3�7�do�qX0i����֧򰙯H*�t�d���g(V�Z��F[
h��N�5�-�Q��rj���,���"�D]�È-���4����A��>��s��(x�E������ՎX���.���`"��έ��4y	��}X�E{k/9����f�1�m�;��/ش�N�6t���$6o�LF�(Ξ�n}w!d��Gf�}��f��s�^L]8�Ŭ
2j�C���݁y��d^�A�y��i��;[FC�/>�D���R�e��V|����"�z�������Z�I�a����ֆ�,~@�T���|\>u����fN�,ӂoG�g��S�+�s��teb$��Z���x!������:$I�!g������&��Z'yz���O�k�ZmYd���v�zFzH}�y<��x��W���nƷ��i�vD"	��>��bA@Dd�"&cجm��輑�Q�"nB������}/�RJ�^%�$��nۅ7�~1S�n�K����g���P�V��QkPQ
�4�\K#u�AױN�-��n�Y}�^"1����%�ʋ���������\m��v�G_�h�d%=�{e�n�P�����I�Y|�ƣ8F�u�ۈ! �\����m�J+�#G`�c,
=�·i�J^0�S��c4b1̬�K�L���wc��l��hUR�-�ÔE*�
�2��(�,����gU=_^�8E�aP��uK����S���YBܚ�j�����aè���8��)rޣ�^��y�q��� Fb��z��M$�9�t�Bю��6�Yv�yu�1�PO?V�%��
n��>�,.D$�1�ˡ��E�z|]$�%�8�Y"
}�7&�i��Qp�9^�a��3�^�x7���b�[b,�}���:yTہ���$�����%Q)ymv��a�ǰ,�2���fj�7����dcTkL�#O
�`9::�{�/>��M�t�k�]�#O��矁3؂��2������<��Y�|������w�A���M{�X����beZ�� 
��{�0~�g�@�t�Rq��P�嵣���m����7�ڹGEc�](�8}q.{+	
߼�w����ʹh��|��WD�,����H{\d�-x��{�y|�m[᫣$��G���Ԛ�g)��o$Ybw?擯a���x�~߰>E��YL���"��D�4~���_���~��r��>}/��*>��'11:Eޢ�� �d�yy9��>=@T5Qũd���:�ً_2&nĭ�v���m[[^9���x��t;�yf	{v�����iТ|
�-vԑ�]�B��}��X�A�V��}�D��:4�~����>��`vnY�L�;{n�C�O���!2D�>Cla	���qebYZh�{;�H 1�����LG�5��S�yHv��74��r�X6*�!���5��6�k0DE�z���EYBϗ����+�9�5��w��pd�t�l����:gl���b;\]S�,�a����0��8�@7�rX��G��C�`��;>���(��)#X�j��.�#��t
��?Fh�b�5 ����u#\�a�H����:R��c�C�`�ک�kBH_
������Or�&K媱*�N�%h����M�:;��e���T_���{�p�|#o����Hr\D3�S/yH����;o�n�
��^]��{�M�n6�tm��wr�@�Z���6�ק��v����	���ǁ�G	��&���ہ��*�^2D-�M���k��Hj
��~�7���}G���B��H4�	iN��	��g|�6Ra�x'gg��T�ɵ��?F5&”-�u"��v�T1P�_�ƨ��U�2#$h���7�	@�Q}�����"ן5}��x�����?������;�C�����8��zll�?���NB�~B�.���v4�5�w�JWy��?<�<u�Ѕ�۵
SQuF��EoWW�q�6��0��n,Ώ�wh��kk��x� zs�B�~��8~r���]T�)��Z�!ﯾ�S�^kl����li#��|�<b˴p�i9��1l�'�1�E��ߍ��Rw6�3O�EQ���Zo��O}���6��{�p7Ӷ�Q�;�d��	��P���O
�K�#@���+�t�Ӧ�-�[32��x����j3��$4Fo7"�q�f��H�B�A2m��FZ�t��:�?TM��H�㶛*o��~�Sm�#���4ox46V�-[�^�η3CU����f����7���5�G�3i�-\�rP:�.�.�2	�t��@�19J�(�}���	=�2A̴��I%t��s�[��h�8}ހ��*(�HI�,W'��J��I�@3��Ɲ<9��nt�4����!�Z2b x+���K�n��+�5T��U�
K%�c�8�R.��
N�䎒A��^z�{X\�Ã�x�%/��F�i;I�/~+��	�9�k�<.��Ri��862��AE��r�9�K�?N����DZD;�,����,1���X��*N��*Z�|8C��w`-un,�Lb9Ec�A����)�]C����}��F�xu��6��1L�A�'k����Lf(X��H��ekJz4�#���b!�9�_5+�3�~��'
��lZ��'�E���\gG�����W���.�Ud��5@?k�q׃T~��ś۹�=����c<�M�?<2��{w*�T̒f�-�ux�.�o�1��u7�ȸ���-�f_{�t�!�1�3�u5cs�l	�ct��D�o���AL?��>X�����ƿ���1
J�y��=.������t;Ę�5U����o}X�:y����g07S���Yw���rs���b:否6u��:5m]���|e_~\�ؤ��8Oq]��n�iJ/`5@���{��а��`꺌��q)&�x�S�(+ _�K
~.��גӳ9�GeQ�P�d�F�KK�&����$�ӳR��
i�E�N;����4P��`�_�+��*TV�S{��U-i��]j9N���=+�eP2���T,7o���3�bQ��1��8�ָ�A�6tS���L�;�����(IHS������q�+x��[Ɉ��v�0;S�C��x�ElPs�2�?�Q+ol~���뒅$��|�+:�Br�09�N�/&Πw�.�RE4�:���!;|��?��~�+b�ӨonF���L+�	��ow,�ƣ��f8��Tϕ
�o[���[3�Y�VV�3��ުT5j���
UB�vM@��f�FY�T������9l.?n���[�����X�tjk�u6�G���wm��[Dat�d���Qf�H�s���_�k/J�8��s8��)��;��}�VY�{mi�ڛ��"����	��hĆX�ʦ���F|�O<1�sg˘�����<|�v�1�r��0�Z۵�3
x�߽ޝ.Zٲ��D�b�K��(��i���A
m�����u,N�b!6MrL���ʆHй��K�k�����`+Y�?����J
N�:��1L���Cb�>YN�bh'�~��K6��L��z>g���J��*�C0�x��kR�4T���%U�,�6h�Ȫ�r�f�)�YHr�m'�#��H�	@��:�`R�vXR���|�M&Ð[ʥ�W����f_ �l�$^x>�<�t���in��w5#7Մ<ׄ��4}W��ہW��9�gϞ
P��9�+6:gE����2��m�yd�Z9]Z	������ih�f�d-S�z���{j�~����m�fAgM
\cc�v�����B*dq����?�8`a�afg��Z��j
Q��a~N��q�y~�B��?���`IEND�B`�PK�
�[�����)inc/admin/images/colormag-logo-square.jpgnu�[������JFIFHH��,Photoshop 3.08BIM�HH��fhhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        ">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
         <dc:format>image/jpeg</dc:format>
         <dc:title>
            <rdf:Alt>
               <rdf:li xml:lang="x-default">themesLogos-master</rdf:li>
            </rdf:Alt>
         </dc:title>
         <xmp:CreatorTool>Adobe Illustrator CC 23.0 (Windows)</xmp:CreatorTool>
         <xmp:CreateDate>2020-11-12T10:18:39+05:45</xmp:CreateDate>
         <xmp:ModifyDate>2020-11-12T04:33:39Z</xmp:ModifyDate>
         <xmp:MetadataDate>2020-11-12T10:18:39+05:45</xmp:MetadataDate>
         <xmp:Thumbnails>
            <rdf:Alt>
               <rdf:li rdf:parseType="Resource">
                  <xmpGImg:width>232</xmpGImg:width>
                  <xmpGImg:height>256</xmpGImg:height>
                  <xmpGImg:format>JPEG</xmpGImg:format>
                  <xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJ&#xA;AAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAA&#xA;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAz&#xA;ZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwA&#xA;AAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAA&#xA;A9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RS&#xA;QwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1Q&#xA;YWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAS&#xA;c1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&#xA;AAAAAAAAAAAAAFhZWiAAAAAAAADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABYWVogAAAA&#xA;AAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9kZXNj&#xA;AAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5p&#xA;ZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAA&#xA;AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA&#xA;AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA&#xA;AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBp&#xA;biBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4g&#xA;SUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDP&#xA;FAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAA&#xA;AAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMA&#xA;KAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCy&#xA;ALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIB&#xA;WQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4&#xA;AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oD&#xA;ZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATT&#xA;BOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowG&#xA;nQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiq&#xA;CL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsL&#xA;Igs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3e&#xA;DfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPUR&#xA;ExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSL&#xA;FK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUY&#xA;ihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzM&#xA;HPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUh&#xA;oSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3&#xA;JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks&#xA;biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJj&#xA;Mpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5&#xA;BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/i&#xA;QCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVH&#xA;e0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9J&#xA;T5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX&#xA;4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2Cq&#xA;YPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFq&#xA;SGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQU&#xA;dHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+&#xA;wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZ&#xA;if6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSV&#xA;X5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFH&#xA;obaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1Erbiu&#xA;La6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsu&#xA;u6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJ&#xA;Osm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc&#xA;1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3m&#xA;lucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe&#xA;9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///+4ADkFkb2JlAGTAAAAAAf/bAIQA&#xA;BgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8f&#xA;Hx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f&#xA;Hx8fHx8fHx8fHx8fHx8f/8AAEQgBAADoAwERAAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQF&#xA;AwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMB&#xA;AgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPBUtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdU&#xA;ZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eX&#xA;p7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZqbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUE&#xA;BQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEyobHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PS&#xA;NeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG&#xA;1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/a&#xA;AAwDAQACEQMRAD8A9EjFVQYqvGKrxiq9cVTJPsL8hireKqN5/vLJ8sVSYYqvGKrxiqoMVVIvtr8x&#xA;iqY4q7FUs1X+/T/V/icVQgxVeMVVBiq9cVRdl+39H8cVROKuxVBar/cp/rfwOKpcMVXjFV4xVeMV&#xA;RNp/ej5YqlYxVB63rFvo+lz6hOCyQgURerMx4qB8ycry5BCJkXK0WklqMoxx5l5efzQ8z3OoMY3j&#xA;toFaggRFYU/ymcFvuIzpuy+z8WbTRySFylv12cvU6OGLLLGLPC9P8sa5+l9NS4dQkwJSVV6ch4fM&#xA;HNTrdL4OTh6OvzY+CVJ0uYbUmSfYX5DFW8VUbz/eWT5YqkwxVL9R8x6Xp0npTyFpupjQciK+PQDN&#xA;brO1sGnlwyPq7g5un0GXKLiNvNU0vzDpeoymG2lJmC8zEylTxBpXfY9exzI0etx6iJljN1z7w16j&#xA;SZMJ9QRLazpiapHpbXCjUJVMiW+5JUCp3pQbCtDmeMEzDjr097jJjF9tfmMqVMcVdiqWar/fp/q/&#xA;xOKoJpEjjaR2CogLMx2AA3JOCUhEWeQTGJJoc2K3v5m6NbTlEgmnjU0MqhVB91DGv30zU/yziJqI&#xA;JHe7/D7O5pxsmIPcyTQ9asNZsFvbJmMRJVg44srDqpH09s2eLLHJHiDqdZo8mnycE+aZLljiouy/&#xA;b+j+OKonFXYqgtV/uU/1v4HFUuGKsRu/zK0+3dgLSWRQaBqqK+9M0UO3ccjtE09Di9nskx9QCeeW&#xA;PMlvr9nJcwwSQCN+BEgFCaVqpGxza6fUDLGwKdd2j2fLSzEZESsXsnYzIdeibT+9HyxVKxiqXeZd&#xA;J/S2i3NlXi0igxsezqQy/iMqz4vEgY97mdn6v8vmjk7vueO2fl26utSWCEpHcVKushIFV69Ad8s9&#xA;mu3fAJ0uYHqY/pH6R8Xou2cUSBnjuDV/oL2Lyrox0vT0gLcm+07dKscztbqfFnxPK5cnEbT5cwmt&#xA;MY/7tfkP1YquxVQvv95JPl/HFUnGKsR8tm2k8x6it5xN2GfgrU/nPLiD9H0ZyfZOMHV5TkHrs1fv&#xA;3r8cnoe0OIaeHB9G33JG5bT/ADTd6jYP6iWctZIQ1QI3PFwB2Fdvnno2k0enGLhjGMZZBuQOZHL8&#xA;e91kuKUAJE+StoEV9L57sNRvBSW+E1wo8EMcqKN+1E29sydTwjTShH+Gh9oaJxoPUo/tr885xoTH&#xA;FXYqleqf70L/AKn8TirHfNpkHl+64eCBqfy8xXNV20T+VlXl94dh2UB+Yjf42Qvkz6pF5WMyIrP+&#xA;+a5G1WKk0Df7CmV9lGMdJxDzv8e5ye1uOWqon+bX497GhqeoJFLJp80luyPWK0tIgIPiNWqF+EfS&#xA;prmFptTkkOIEjyA2dz+XxkgZAJWN5SPq+39b0bSLqa6022uJ4zFNLGrSIQRRqb7HOjxyJiCXlNVj&#xA;jDJKMTYBTay/b+j+OTaETirsVQOq/wB0n+t/DFUvGKvMNCfzMkl4dBSN5eC+r6nGlN+NORGcV2Ic&#xA;2/h+Vva68abhj499apVbVPMDb6zd3FpMAOJtx8AYeysi067iubHxc3iHxTKPdXJp0+HAY/uoxmPP&#xA;+wvRNAmM+j2spuPrRZN7inHkQaGoPcdM3+E3AG7ea1sOHNIcPDvyTe1/vRlripYMVSzzVa3935ev&#xA;LewYrdSIOFDQkBgWWv8AlKCMytFOMcsTL6UhhHlTy/q8eoxS3Fu0CxMGYvSpNOgGHtqEc2bHKH8E&#xA;rJ8q5fH9DtI6uMcEo3vLo9SiFEGYpdUqrgVMo/sL8hireKqN7/vLJ8sVSYYqket+SdF1mf15/Vgn&#xA;bZ5IGClqbDkGVx+GYWbs/FklxEbu10XbGbTx4Y1KPn+A7y75H0nQ2ZoGkn5KUrOVY8SakbBR+GZ8&#xA;JGMIwB2jycXVayeaVmh7k6bSbF9Rh1Ax/wCk26GOJgSAFNR06ftHLBnkIGF+kuNxGqTCL7a/MZSx&#xA;THFXYqlmq/36f6v8TiqBlhimheGVQ8cilXU9CDscjOAnExluCyhMxII5hiF3+WvqNKtnqs1rby/b&#xA;i4lqjwJDpX6Rmnj2OIE8MyIno9Dj9oNhx4xKQ63+wq9r+XsltEYoNWmjjcD1gFoX+fFlH4Zbi7L8&#xA;PaMiA0ntsSNyxxJHLy+xl1jaraWkNsjM6woqB3NWNBSpObOMaFOmzZDOZkepTKy/b+j+OSa0Tirs&#xA;VQWq/wByn+t/A4qlwxVh0/5d3DGX6rrElqsmxCIa07AlZFrmhwdiHEfTkIHu/a9DHt2JAE8Ql8f+&#xA;Olfafl9ew2jWzazI0chHqqI2CtTxX1Dl+PsuUb/eGj+O9h/LMOIEYhY5b/8AHWWaRplvplhFZQEm&#xA;OIH4m6ksakn6Tm0x4xCNB1Oq1Es2QzlzKZ2n96Plk3HSwYqvAqMVbWNAa03w2qsuBV64qmSfYX5D&#xA;FW8VUbz/AHlk+WKpMMVXjFV4xVUGKqkX21+YxVMcVdiqWar/AH6f6v8AE4qhBiq8YqqDFV64qi7L&#xA;9v6P44qicVdiqC1X+5T/AFv4HFUuGKrxiq8YqvGKom0/vR8sVRPow/77X7hirfoxfyL9wxVr0Yf5&#xA;F+4Yq36Uf8g+4Yq36cf8o+7FW8VdiriARQioPUHFVnow/wAi/cMVb9GL+RfuGKtejD/Iv3DFW/Tj&#xA;/lH3DFW+Cfyj7sVbxV2KtNHGxqyhj7iuKrfRh/kX7hirvRh/kX7hirfpRDoi/cMVd6cf8o+4Yq2F&#xA;UdAB8sVbxV2KtMisKMAw9xXFVvow/wAi/cMVb9GH+RfuGKu9GL+RfuGKu9OP+UfcMVbCKNwAD7DF&#xA;VP61bf78X78Vb+s2/wDvxfvxV31iD+cffirfrw/zj78Vd60X84+/FV4Nd8VdirTMqqWY0A6k4qp/&#xA;Wrb/AH4v34q39Zt/9+L9+Ku+sQfzj78Vb9eH+cffirYliJoGFcVXYq7FVjzRIaO4UncAnFWvrVv/&#xA;AL8X78Vd9Zg/34v34q39Yg/nH34q714f5x9+KrldW+yQadaYq3irsVWvJHGKuwUHYE4qt+tW/wDv&#xA;xfvxV31mD/fi/firvrEH84+/FW/Xh/nH34q2siMaKwJxVIRiqoMVXjFV64qvXFUyT7C/IYq3iqje&#xA;f7yyfLFUmGKrxiq8YqqDFVSL7a/MYqmOKuxVLNV/v0/1f4nFUIMVXjFVQYqvXFUXZft/R/HFUTir&#xA;sVQWq/3Kf638DiqXDFV4xVeMVXjFUTaf3o+WKpWMVXjFXnuueZ7+bWJorK4kSJH9KJY2IDFTSu3i&#xA;2cT2jr8885GOREeQovXaPs6EcIMwLqzbPtKSZLKJZnMkiqAztuSe5zsNPCUYASNkDm8vqCDMkCgj&#xA;ly5pTKP7C/IYq3iqje/7yyfLFUmGKpPqPmm2tLs2kMD3Vwv21j6A+Fd9/ozS6vtqGLJ4cYmcx3Oy&#xA;0/Zspw45ERj5rtI822N/dizKNb3DAlFelGI6qD45m9na0aqEjEEGFcQPS/7GrVaGWGjYIKJtvMlj&#xA;P5huNDVXFzbx+o0hA4H7NQN67cx2zby0ko4hk6Fw6TuL7a/MZioTHFXYqlmq/wB+n+r/ABOKpZf3&#xA;8FhZy3c9fTiFSBuSSaAD5nKNTqI4YGcuQbsGCWWYhHmWIyfmBrKRm8TRHfTgTymBelAaE8+PHNXi&#xA;7UyTHF4fo/Hk9DHsLCTwHKBk7tvuu2Z6Vfx6hp9vexKyR3CCRUcUYA+ObjHPiiD3vPanAcWSUDuY&#xA;mkauTaUXZft/R/HFUTirsVQWq/3Kf638DiqXDFWJXvnLVl1K4stP03609uzKQCzMQjcS1FHSuaH+&#xA;VskssscIXwkj5GnoMHZGI44zyT4eKvtTjyxq+s6ilwdT01tPMRURFq/HyrWgYV+Gg+/Nrpss5g8U&#xA;eFwe0dLhwmPhZPEvn5J8MyXWoi0/vR8sVSwYq1cRyyW0scUnpSujKktK8WIoGpUVocjMEggGizxy&#xA;AkCRYB5PHbm3vNL8xGwtn9e6glVYm4j4mIBB4kt45yEtLLFmqO8gdn0THOGfT+JIcMZDd7FpK3a2&#xA;MK3biS4Cj1HAABbvQDOtwiQiOI2Xz/UmBmeAVHojlyxoTGP+7X5D9WKrsVUL7/eST5fxxVJxirDd&#xA;C1Gx07zFqUWozJBMxbjLKQg+0WO52HIEHOU7LrDqsvibE3ufff283pNbp55dPA4wZR7hv0/Qln1e&#xA;z1fWdQfR5VNygM9u0Z2cowGzfqOej6fUY4YoHnGXN1c4yxwAkKb8k3tze+e57m5FLh7ZxKKU+JeC&#xA;nbsdsu7QxiGmAjyv9bhzFPUo/tr8851rTHFXYqleqf70L/qfxOKpJr1vY3Glyw3swt4XoBMafC1a&#xA;r1zB7Rx454jHIeEHr5uZock4ZRKA4j3ME1E+ZfLVok1rqkU+mu4RUjcPs5psjDb/AGBzTeHm0+M8&#xA;MwYVtR/H2PT4pabVSInjkMgHd+kfpR1pqJfyRqRMnCRpUCJy3+Jk5AfMA5ZoMn+Cy36/qceeH/DY&#xA;bbUf0ss8ju7+WLJnYsf3gqTU0Ergfhm70p/dh0/bAA1M68v9yGT2X7f0fxzIdYicVdiqB1X+6T/W&#xA;/hiqXjFXnIstYvPM+pxaTdCzugZ2MpqKr6oFNge5GcfpMeSeryCB4TxS+XE9fLLix6WByx4o+n58&#xA;LeiaJqWo38+nahfMXCl7qRanmYyF707tXfMjQ4pZMs4yl1N/Aoz6uGHFHJCI8vK93pFjax2lnDax&#xA;lmjgRY1ZjViFFBXpnTQjwgDueVzZTkmZHnI2jrX+9GSa0sGKqgxVj1j5TSPzNfa1cFXknYfVlFTw&#xA;QIFYmv7RI+755ix04GQzLuM3ahOmhgjsI8/M39zJlFBTMp06ouKpkn2F+QxVvFVG8/3lk+WKpMMV&#xA;S/VPLWh6swa/tFmcCgcFkangWQqcoyabHM3IWXN03aOfAKxyofA/e7RvK2iaO5fT7f0SV4/aZiBW&#xA;tKsScyRIiAh/COTTn1OTKbmbKNt9H0yDUJdRht1S9nXjLMK1IqD06b03ycs85RECfSGm0xi+2vzG&#xA;VITHFXYqlmq/36f6v8TiqWXthaX9s1vdJ6kTUNKkEEdCCMo1GnhmjwzFhtwZ54pcUTRY+Py08utO&#xA;JJGuJFBr6TOoU+3wqG/HMLH2Rhiev4+DuP8ARDqOGhwjzr9tfYjT5F0Ji5Il4sCFQOAE/wBXau3v&#xA;XJw7LxR5W0DtnOK5fLmnel6db6dYxWVtX0YgQvI1PxEsST8zmdjgIig6/UZ5ZZmcuZTWy/b+j+OT&#xA;aUTirsVQWq/3Kf638DiqXDFUDZaFYWmpXGoxcvrFyCHqaqOTBmoKdyMwsGgx4skskb4pc/vcvLrZ&#xA;zxxxn6Yqtnotla3017Fy9aeoapqoDHkeIp3IyeHRwxzM485Iy6uc4CB5RTIZlOKibT+9HyxVLAre&#xA;BxVeFbwOKrwDiq9QfDFVQA+GKpin2F+QxVvFVG8/3lk+WKpOFbwOKrwp8Diq5QcVVAD4YqqxA812&#xA;7jFUwxV2KpZqgJmSg/Z/icVQoVvA4qvAPhiq9QfDFV6g+GKouzH2/o/jiqJxV2KoLVATClP5v4Yq&#xA;l4VvA4quAPhiq8A4qqAHwxVEWoPq/RiqMxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2&#xA;KuxV2KuxV2KuxV2KuxV2KuxV2KuxVC/pK28T92Kt/pC38T92Kt/X4P8AK+7FWxewe/3Yq2LuH3+7&#xA;FVYGoBHQ4q7FVskixoXb7K7nFUP+krbxP3Yq3+kLfxP3Yq2L+A+P3Yq39ch9/uxVct1ESAK1O3TF&#xA;VXFXYqozXcMLBXrUiooMVWfpG28T92Ku+v2/v92KrhfQHx+7FW/rkPv92Kr45Ukrx7dcVX4q7FVO&#xA;eeOFQz1oTQUxVS/SNt4n7sVd+kLf3+7FWxfQHx+7FV31yH3+7FVyTxu1FrXFUjGKqgxVeMVXjFV6&#xA;4qmSfYX5DFW8VUbz/eWT5YqkwxVeMVXjFVQYqqRfbX5jFUxxV2KpZqv9+n+r/E4qhBiq8YqqDFV6&#xA;4qi7L9v6P44qicVdiqC1X+5T/W/gcVS4YqvGKrxiq8YqibT+9HyxVKxiqoMVS7Wtbj01YhQPJIwq&#xA;vggPxH+ma7tDtAacDqSfs6ubo9IcxPcPvTO3mjnhSWM8kcBlI7g5nwmJAEci4k4GJo8wrrkmKZR/&#xA;YX5DFW8VUb3/AHlk+WKpMMVY5e+ZNYl1Cay0WzS5e3JEplaleJoafEgG/vmil2plnnljwxB4Od/2&#xA;h3WHs/CMYnmkYiXKv7Cl8/5g6nbxxw3GmfV9QDt60UhYKY1Ao69D8Rr49O+dP2VpZaiBlkBhW3xc&#xA;fWaPFjmBjnxxIv3eRZtY3cV5aRXUJrHMoZfavY/LKMmMwkYnmHXEUaRcX21+YyCExxV2KpZqv9+n&#xA;+r/E4qhBirAtb8/X9prpW14tpltII5l4g8/5zy7Hrxp4ZoMvakvGIj9ETXv/AB0er0XYeOeD1/3k&#xA;hY8u7b72aP5g0WLh6l7EvqKHSrD7LCqn2qD3zcHU47riDz8dDmN1E7JjE6SIrowdGAKspqCD0IIy&#xA;8G3FIINHmjbL9v6P44oROKuxVBar/cp/rfwxVjuv301ho9xdQ0EsYXiTuAWcLX8cwe0s8sWCU4/U&#xA;K+0gOXocAy5owPI/qQvlbzEup2EjXDqtza/356Dj1D/hvlHZevObFc/qjz/W5PaXZ5w5AIj0y5fq&#xA;SbR/P0l35imSd0h0gqwhLChBU/CxPWrDtlODtTizESIEOjstV2IMenBjZy7X+PJm9le2l5D61rMs&#xA;0dackNaEdj4HNzCYkLBt53LhnjNSFFHWn96PlkmtLBirHfNnmtdIeCCEhrhiJJF/4rB6f7LNN2p2&#xA;hLCYxh9V2fd+13PZfZZ1AMj9PL4/sYlq+utqN09zWittGvgo6DNJqJnPkMz8Pc7/AEui8KIiyPyF&#xA;5gEjNpczfFu9sT4dWX+P35vOy8pA4D8HVdtaGh4o+P62crm4ecTGP+7X5D9WKrsVUL4VtZPl/HFU&#xA;nGKvPvM0vlxpLyd3ubC9iLn4U5BnHcAGoLfMZyOQabJqJVx48t/Anv8Aj8HqtEdRCA2jkhXf0Y95&#xA;EHmfV5LrUVt1vi6tbmS7YmisoU8SWUkhdq56d+6wYoYZSNxo7dfv6uk1WSEshIHDZ5B6F5KlurV7&#xA;nR7tSstufUUdaA05Co7bgjMTtKMZAZY8i0ZgCBIMuj+2vzGapx0xxV2KpXqn+9Cf6v8AE4qkHmTU&#xA;/wBHaRNKppNIPThp2Zh1+gb5ru1NX4GEkfUdh73O7O03i5gDyG5YHDpPmI6JcW8Wkie3vuEpuCQJ&#xA;AF3Qr8Q9+3fNJpNPnGEgQ2lvf3PVT1enGYTOSpQsV08+n4pV8q3Hlt0vINbWnphfQrz+zvyC8O42&#xA;yXZRx0Rk5tfaA1Fxlg68+X6Xpej/AFH9G231D/ePgPQ6/Z/2W+dPjrhHDyeS1XH4kvE+u902sv2/&#xA;o/jk2hE4q7FUFqo/dIf8r+GKsR86tx8r3p8PT/5Opmu7WF6eXw/3Qdn2ML1UPj/uSwP9D64lhaXO&#xA;lJLLHq0LQTiME0PqUKseykKDU++aTFpMkYRMLqYo/N6v83gOSUcpAOKVi/d08/2Ot7GLTvMT2Jkh&#xA;lSEFGNzy9IN6YLMeHxfarxyPhjHqTCht1N1yYy1XjYOMCQJ/m8+fnt72T/lm7fWNSSvwUjbj2rVh&#xA;3zd9nHm6r2hA4YHrv+h6Ha/3o+WbN5hLBiqBvNB0q8mM89pDJMaVkeNGY0FBUkV6ZTPTwkbMQT7n&#xA;Lw63LjjwxlID3lanljRgKCzgp4ekn9MiNLjH8I+TM9o5v58vmURbeX9KgmWaK0hSRDVXWNAwPsQM&#xA;nHDAGwAxnrsshRlIj3lNVy1w0yT7C/IYq3iqjef7yyfLFUmGKtSW9vN/exJJTpyUN+vIyhE8xbOO&#xA;SUeRIVIIIIU4QxrGv8qgAfcMmTbBVVV5FqDkdie+NqrRfbX5jAqY4q7FUs1X+/T/AFf4nFUvubS1&#xA;u4vSuYlmjqDxcVFR3yrLhhkFTAkPNsx5ZQNxNFEKAAABQDYDtTLQGslAN5Z0B5nmaxiMkjcnbj1P&#xA;WpHTMc6XFfFwiy5ke0M8YiImaCaRRxxoscahI0ACooAAA6AAZeBTiSkSbPNG2X7f0fxwoROKuxVB&#xA;ar/cp/rfwOKpVPbwXELQToskMgo6MKgjIzgJCjuGePJKEhKJohfbW8NvCkECCOGMcURRQADwxjER&#xA;FDks5ynIykbJQknlzQ5rx7yWzje5lp6khH2qCgr2O2VT02OUuIxBLdj1mWEeGMiAjbPT7G0aVraB&#xA;IWmPKUooHIjxp88sjCMeQpryZ5zAEiTXJMbT+9HyybUghY3X++z94xVeLO5/kP4YquFrcfyHFV4t&#xA;Z/5P1YquFvN/L+rFUcgIRQeoAxVvFVK6Rnt3VRViNhiqWCyuv99n7xiq4Wdz/IfwxVcLW4/kOKrx&#xA;bT/yfqxVUjglDqSuwOKo3FXYqgNQt5pZVaNeQC0J28cVQ4srr/fZ/DFVwtLgfsH8MVXi1uP5D+GK&#xA;rhbT/wAn6sVRNrG6cuQpWlMVV8VdiqF1CGSWJRGvIhqn7sVQIsrr/fZ+8YqvFnc/yH8MVXC1uP5D&#xA;iq8W0/8AJ+rFVa3ikWSrLQUxVFYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&#xA;Yq7FXYq7FXYq7FXYq7FXYqkQmm/3433nFV4ml/nb7ziq8Syfzn7ziq8SSfzH7ziq8SP/ADH78VTB&#xA;PsL8hireKqV2SLaQg0IGxGKpQJpv52+84qvEsv8AO33nFVwkk/mP3nFVQSSfzH7ziqpG7l1+I9R3&#xA;xVH4q7FUu1OSRZkCsVHHsadziqFE0v8AO33nFV4ll/nb7ziq9ZJP5z95xVeJJP5j95xVFWjMedST&#xA;064qiMVdiqD1N2WJCpKnl2NO2KoATTfzt95xVcJZf52+84qvEkn8x+84qvEkn8x+84qiLVmMlCSd&#xA;sVSoYqqDFV4xVKNF8wNqN7exLGBBbuEikBry3IJP3VzWaHXnPOYr0xNA9/N2Gq0PhQib9Uhunq5s&#xA;3Xpkn2F+QxVvFVG8/wB5ZPliqTDFUouvOGgWsjpNcHlGxVuKORUbHcDNYe2NOJGPFuPIuyxdk55g&#xA;EDn5hTi8/eVXi5pe1PIqY+EnMEUO68em/XNvpMMtRHixi4/L72jU6HLhlwzFHnzCb6ZrWm6kCbOY&#xA;SFd2QgqwHjRgMnm008f1Bx5QMeaZRfbX5jKGCY4q7FUs1X+/T/V/icVSrUdTtNNtvrF0xWOoUUBJ&#xA;LEE02+WY2q1cMEeKZ2um/T6aeaXDDmk4/MTywrhZJpIwTuzRtQfOlTmNj7Vwy5E/J2X8gakiwAfi&#xA;yaCaKaJJoXEkUihkdTUFTuCCM2IIIsOonAxJBFEKy4WKLsv2/o/jiqJxV2KoLVf7lP8AW/gcVSuS&#xA;VIomlkPGONSzt4ACpORnMRiZHkGUYmRAHMsfl/MLy3CSHeXbwjOa2HbGCXIn5O3h2DqZcgPmnuka&#xA;tZarYpe2Tl4JCQCQVIKmhBBzYY8gnHiHJ12q0s8EzCYqQR4yxx0Taf3o+WKpWMVSHzbq9/YLZxWU&#xA;gikupCnMgHwA6g/zeGaftbU5cfBHEaMi7bsrS48vEZixEKbalrOm6BfXep3CTSop9BkAWhb4V3AS&#xA;vxHwyUZ58WGRyyEpdK/A+5sjp8ObPCGKJA63+D0X+QbIw6NFKwo89Zj8m+z/AMKBkuysHh4R57r2&#xA;1l4sxA/h2/HxZYubR0qYx/3a/IfqxVdiqhff7ySfL+OKpOMVeaxTXMV3fNb6WmqvVv3UieoF+I70&#xA;oc4Ts8kZ51AZN+663exyCJxxvIcfmDXRL/yugi1XX76TUbKNWUPILYqAisz0PwUp8PSlM9b1kjh0&#xA;8I4/SPLbo8vnySJsyMj3vWLPSNNtLh57a3SGVxxYpsKdaBfsjp2GaWeonOPDI2GkzJFFMI/tr88p&#xA;YJjirsVSvVP96E/1P4nFWIefv+OLH/xnX/iD5oPaL+4j/XH3Sdz2H/fH+r+kMJ1vV4bjSbXTP0RH&#xA;bTlYgl81FdwKDkpKps9NyWpmGNQJYow4BE0N+/z5Dm9PotKYZZZfFMo7+noPLmeXuTWLU9Z0TTbe&#xA;C31GErb/AAi1SkhAJJNW4cTv/lZk4NRlhEDjia6D+z9LgnT4dTkMpQl6v4uX6b+x6Jo98b/TLW8I&#xA;4tPGrMo6Bqb0+nN/jnxRBeV1WHwssodxTey/b+j+OTcdE4q7FUDqv90n+t/DFUj1f/jkX3/MPL/x&#xA;A5ia/wDxfJ/Ul9xcjSf30P6w+951pN3qUFrcCz0RNVq5PqPH6nE8R8PQ/POa7JnMQIEOLfnT1+rx&#xA;Y5EcWU49uV0mdr5t1rTrGS0mtFhuTQwIUEfp8t941AB67ZscOuzQBhMepwf5MxZpiYkTHrvd/FnO&#xA;hfpT9FwHVCDekEyUAHUkqDxoK060zd4eLhHFzdBrPC8U+F9CbWv96PlljipYMVSbzVoUOqWaPJJJ&#xA;G1rykRohybpuAvfptmDr9NHLGzfp32dn2ZrZYJkAA8W27FE8nxXUtvBJe3rR3CetxZSFCimzE1Ct&#xA;vmuhpRIxieP1C9+nkfN3x7WMBKQhjuJrm9F0+1S2t0iQUVFCqPADYZvYRoU8nmyGciT1Ri5JqTKP&#xA;7C/IYq3iqje/7yyfLFUmGKpToegPp19d3DSiRZyfTUDcAnlvmo7P7MOnyTmTYlydjrNcM0IxquFK&#xA;7/yLcLrEmq6LefU5piWmjNQOTfaKsK7Md6EZ1uHtGPh8GSPEA4UZDqnWg6PqVnNJcX9811NIvDjU&#xA;lRvWu/8ATMbVamEwIwjwhM8gIoBPovtr8xmE1JjirsVSzVf79P8AV/icVY/5k0ebVtOFtC6xyLIs&#xA;gL1oaAim1f5s1vamilqcYjE0RK/v/W5/Z2rGDJxEWKpLfNHkx9X8s2+n28qx6jYpGLW4YHiWjABV&#xA;qb8X45PJoRLFGB5xFX8KbdN2nLFmlMfTMmx8f0JZYeQvMH6Ka1ubqBCSH4LVgXG1C/FW4gf7WYeD&#xA;szJCPCZCnYjtnCJiXDK+X4Fs40awaw0y2s2YO0CBWYdCe9M3GKHDEB0WrzeLllPlZTey/b+j+OTc&#xA;dE4q7FUFqv8Acp/rfwOKpRd2/wBZs57evH1o3j5eHJSK/jlOoxeJjlD+cCPmGzDPgmJdxBYdH5O8&#xA;22kciadqkdurnkVUuKmlP5Tml0vZmowihMAPRT7W0uTeeMyPw/WiLPyLd3FncnU7jlfyH9zKCWAP&#xA;i1aFq5fg7LIiTOVzPVoPbIjMeHGsY6fjkyjy/ZX1lpcNtezCeeOo5rUjjX4RUgE0GbTDCUYgE2XV&#xA;63NDJlMoDhiU4tP70fLLXESwYqvAqMVbESeGCmXEVZcLFeuKpkn2F+QxVvFVG8/3lk+WKpMMVXjF&#xA;V4xVUGKqkX21+YxVMcVdiqWar/fp/q/xOKoQYqvGKqgxVeuKouy/b+j+OKonFXYqgtV/uU/1v4HF&#xA;UuGKrxiq8YqvGKom0/vR8sVVfqNr/vsfecVb+p238g+84q76nbfyfif64q39Vg/k/Xirf1eH+X9e&#xA;KqgAAoOgxV2KtOiupVhVT1GKqP1K1/32PvOKt/U7b+QfecVcLO3H7H4n+uKrvq0H8n68VbEEINQu&#xA;4xVfirsVU5beGUhpF5EbA74qt+pWv++x95xV31O2/k/E4q2LS3H7H4nFW/q0H8n68VXJGiV4ileu&#xA;KrsVdiqyWGOUASLyA3GKrPqVr/vsfecVd9Ttv5PxOKti0tx+x+JxVv6tB/J+vFVywxqaqtDiq7FX&#xA;Yq7FXYq7FXYq7FXEgCpNAOpOKrPWh/nX7xirfrRfzr94xVr1of51+8Yq36kf8w+8Yq3zT+Yffire&#xA;KuxVppI1NGYKfc0xVb60P86/eMVd60P86/eMVb9WI9HX7xirvUj/AJh94xVsMp6EH5Yq3irsVaZ1&#xA;UVYhR7mmKrfWh/nX7xirfrQ/zr94xV3rRfzr94xV3qR/zD7xirYdTsCCfY4q3irsVdirsVdirsVd&#xA;iqjef7yyfLFUmGKrxiq8YqqDFVSL7a/MYqmOKuxVLNV/v0/1f4nFUIMVXjFVQYqvXFUXZft/R/HF&#xA;UTirsVQWq/3Kf638DiqXDFV4xVeMVXjFUTaf3o+WKozFXYq7FXYq7FXYq7FVG9/3lk+WKpMMVYrq&#xA;P5iWVnNNGtnNOISQWUgV47VpvmlHbUJTMREmjTvcPYU5xEjKItFeSfPFp5piuWhtpLZ7YgMshBqG&#xA;rxII/wBU50mp0k8IHF/E6bJDhNXaZ2PmSzu9audJjRxNbAkyGnFipAYDeu1ccmklDGMh5FiYEC07&#xA;i+2vzGYrFMcVdiqWar/fp/q/xOKpfcXMNtbS3EzcYolLufZRXIZJiETI8gzx4zOQiOZSbyx5ytdc&#xA;uZ7YQm3niHNFLBuaVoT0FCKiozD0evGckVRdp2j2RLTREr4on7CyUZnuoXriqLsv2/o/jiqJxV2K&#xA;oLVf7lP9b+BxVKpphDBJMRURqzkDwUVyGWfBEy7hbKEOKQHexE/mFfMGNtoktwqmhaORmFffjEc0&#xA;uDtmWUWMZ+f7HoR2DAfVlEfeP+PMo0HU59T02O7ns5LGRywNvLXkKGldwpoflm4w5DONkU6fW6aO&#xA;HIYRkJjvH4KZjLXERFp/ej5YqjcVdirsVdirsVdirsVUL7/eST5fxxVJxirzfTrXzDc6pqKaJdRW&#xA;s/xeo0oBBXmaAVSTvnH9lxynLPwyBvv8/cXsdTk08cMPGiZDpXu94S/8vdP80iK7/RVzFC/7v6yW&#xA;Cnl9rhTkj9N89Y188I4fFF86+z3PL5OFk3lGC7j813ZvGD3XGUTOtKF+S1IoB+rMXXGJ08eH6dqT&#xA;kA4NnoEf21+eaFxUxxV2KpXqn+9C/wCp/E4qwT8wtVMdpHpsZ+Kakk9P5AfhH0nf6M57tzV0BiHX&#xA;c+7o9D2Bpbmch6bBhk2padDfwy6RHNE0EMSTO4CFpPi5MvFm+1TNTqcsQYHHY239/e74QykGOWiC&#xA;SRXd3bjoyN0vU1azitdRkP6SjiY3IJrxm67V39s2sYSjkAEj6gN/e6+MoHFIzgP3ZO39VHeTnu7X&#xA;zZfaa1w80CLIDzJNSjgBqEnfNhpbjkMbaO1RCelhk4QJGvtD0iy/b+j+ObJ5dE4q7FUDqv8AdJ/r&#xA;fwxVJtR/4511/wAYZP8AiJzH1f8Acz/qn7m7T/3kf6w+959oVp5smtbh9Fu0toFk/ehyBVuI33Vu&#xA;2cz2PjznGTjNRt67W5tJCQ8eJka/HUIiyt9Q1HTdSkkvnAtIzO6gkh3oxFdx2XLOz45MkJEyPp39&#xA;7Tky48WSAEB6jXu5frZL+Xt3c3Ghv68hkMM7xxljUheKNSp92Ob7QyJhv3uq7dxRhnHCKuIP2ll1&#xA;r/ejMx0yNxV2KuxV2KuxV2KuxVRvP95ZPliqTDFUHp2iWFhc3FzbqRJcmr1NQNyaL4DfMPTaHHhl&#xA;KUecnKz6zJljGMuUV2j6Fp+k+t9TUr67Bn5GvStAPYVzaZ9VPLXF0ceUiVa20iyt9Qmvo1Inn2ep&#xA;23IJoPemCeonKAgeQSchIpMovtr8xlDBMcVdiqWar/fp/q/xOKpA3l6yk1karIWeUAARNQpULxrS&#xA;nhmvPZ2M5/GN8Xd05U5sdfMYfCHLv6rta8t2OrQLFITCyE8XjArvT29sOs7PhnAvau5Oj7QnglY3&#xA;96jZeTdNtZLCRJJWNggVAxHxFWLAtt4t2ycdFASjLf0t+XtbJMTBA9Z/Yi7Ly3ZWut3GrRu5muAQ&#xA;YyRxBYgsRtXtlscAjMy72nL2hOeGOIgVFkVl+39H8cvcBE4q7FUFqv8Acp/rfwOKpXLEk0LxP9iR&#xA;SjU60YUOQyQE4mJ5EUyhIxII6MUufyx0i4DBrq4Abw4f805qMXYmOHKUvsd9D2iyx/hj9v6050fy&#xA;nYabZXVqkkkqXi+nMzEA8SCNqDb7RzL0vZ8MMZRBJ4nX6jtGeWcZUBwbj8fBG6Bolto1m1rbu8iu&#xA;5lZnpXkQB2A7KMysOEY40GrW6yWonxSAG1J1af3o+WWuIjMVdirsVdirsVdirsVUbz/eWT5Yqkwx&#xA;VeMVXjFVQYqqRfbX5jFUxxV2KpZqv9+n+r/E4qhBiq8YqqDFV64qi7L9v6P44qicVdiqC1X+5T/W&#xA;/gcVS4YqvGKrxiq8YqibT+9HyxV//9k=</xmpGImg:image>
               </rdf:li>
            </rdf:Alt>
         </xmp:Thumbnails>
         <xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
         <xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID>
         <xmpMM:DocumentID>xmp.did:785194e2-b1e9-d947-a16b-21d76a63cde8</xmpMM:DocumentID>
         <xmpMM:InstanceID>xmp.iid:785194e2-b1e9-d947-a16b-21d76a63cde8</xmpMM:InstanceID>
         <xmpMM:DerivedFrom rdf:parseType="Resource">
            <stRef:instanceID>xmp.iid:355b6238-19c5-b346-a69e-74b0ff58e277</stRef:instanceID>
            <stRef:documentID>xmp.did:355b6238-19c5-b346-a69e-74b0ff58e277</stRef:documentID>
            <stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID>
            <stRef:renditionClass>proof:pdf</stRef:renditionClass>
         </xmpMM:DerivedFrom>
         <xmpMM:History>
            <rdf:Seq>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>saved</stEvt:action>
                  <stEvt:instanceID>xmp.iid:a57b2a78-e7bc-d747-8cfa-2946da27c7f8</stEvt:instanceID>
                  <stEvt:when>2020-01-14T12:56+05:45</stEvt:when>
                  <stEvt:softwareAgent>Adobe Illustrator CC 23.0 (Windows)</stEvt:softwareAgent>
                  <stEvt:changed>/</stEvt:changed>
               </rdf:li>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>saved</stEvt:action>
                  <stEvt:instanceID>xmp.iid:785194e2-b1e9-d947-a16b-21d76a63cde8</stEvt:instanceID>
                  <stEvt:when>2020-11-12T10:18:39+05:45</stEvt:when>
                  <stEvt:softwareAgent>Adobe Illustrator CC 23.0 (Windows)</stEvt:softwareAgent>
                  <stEvt:changed>/</stEvt:changed>
               </rdf:li>
            </rdf:Seq>
         </xmpMM:History>
         <illustrator:StartupProfile>Web</illustrator:StartupProfile>
         <pdf:Producer>Adobe PDF library 15.00</pdf:Producer>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                           
<?xpacket end="w"?>��XICC_PROFILEHLinomntrRGB XYZ �	1acspMSFTIEC sRGB���-HP  cprtP3desc�lwtpt�bkptrXYZgXYZ,bXYZ@dmndTpdmdd��vuedL�view�$lumi�meas$tech0rTRC<gTRC<bTRC<textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ �Q�XYZ XYZ o�8��XYZ b����XYZ $����descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view��_.���\�XYZ L	VPW�meas�sig CRT curv
#(-27;@EJOTY^chmrw|�������������������������
%+28>ELRY`gnu|����������������&/8AKT]gqz������������!-8COZfr~���������� -;HUcq~���������
+:IXgw��������'7HYj{�������+=Oat�������2FZn�������		%	:	O	d	y	�	�	�	�	�	�

'
=
T
j
�
�
�
�
�
�"9Qi������*C\u�����


&
@
Z
t
�
�
�
�
�.Id����	%A^z����	&Ca~����1Om����&Ed����#Cc����'Ij����4Vx���&Il����Ae����@e���� Ek���*Qw���;c���*R{���Gp���@j���>i���  A l � � �!!H!u!�!�!�"'"U"�"�"�#
#8#f#�#�#�$$M$|$�$�%	%8%h%�%�%�&'&W&�&�&�''I'z'�'�(
(?(q(�(�))8)k)�)�**5*h*�*�++6+i+�+�,,9,n,�,�--A-v-�-�..L.�.�.�/$/Z/�/�/�050l0�0�11J1�1�1�2*2c2�2�3
3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>�?!?a?�?�@#@d@�@�A)AjA�A�B0BrB�B�C:C}C�DDGD�D�EEUE�E�F"FgF�F�G5G{G�HHKH�H�IIcI�I�J7J}J�KKSK�K�L*LrL�MMJM�M�N%NnN�OOIO�O�P'PqP�QQPQ�Q�R1R|R�SS_S�S�TBT�T�U(UuU�VV\V�V�WDW�W�X/X}X�YYiY�ZZVZ�Z�[E[�[�\5\�\�]']x]�^^l^�__a_�``W`�`�aOa�a�bIb�b�cCc�c�d@d�d�e=e�e�f=f�f�g=g�g�h?h�h�iCi�i�jHj�j�kOk�k�lWl�mm`m�nnkn�ooxo�p+p�p�q:q�q�rKr�ss]s�ttpt�u(u�u�v>v�v�wVw�xxnx�y*y�y�zFz�{{c{�|!|�|�}A}�~~b~�#��G���
�k�͂0����W�������G����r�ׇ;����i�Ή3�����d�ʋ0�����c�ʍ1�����f�Ώ6����n�֑?����z��M��� ����_�ɖ4���
�u��L���$�����h�՛B��������d�Ҟ@��������i�ءG���&����v��V�ǥ8��������n��R�ĩ7�������u��\�ЭD���-�������u��`�ֲK�³8���%�������y��h��Y�ѹJ�º;���.���!������
�����z���p��g���_���X���Q���K���F���Aǿ�=ȼ�:ɹ�8ʷ�6˶�5̵�5͵�6ζ�7ϸ�9к�<Ѿ�?��D���I���N���U���\���d���l���v�ۀ�܊�ݖ�ޢ�)߯�6��D���S���c���s���
����2��F���[���p�����(��@���X���r�����4��P��m��������8��W��w����)���K��m����Adobed������,,���	
	
1q���!A2"�Qa�	��B3b#�R$4D%6f�r�CcT��5EUF�7	
!1AQaq"��2B#��Rb�3�	r�Ss$u�c��e'�dt�U��񒢳4�&6F7��?�0@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@���!�p@J@9����@Y ̷��#������3�� �g�o�P@	���� 2O�.�s�����Fch�z@��
��P��J��e��@] ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d �x�l�g�o�P@�-�����s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��s=#��@5�o�@G绚�vg��@5 ,�P���3G�@d �@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@Ap�<�6x��j�o����@]����@fE#\���@= ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d 8��՚gG[�v�7�]���披�d4��F����6W�*����|��c{�x�]��=cwj�v���%����үL�w&�(AJo�,��{w]�٫N�����ڄ�ҭ:�Ҥ#锚��hꎭ���,���m�X���d�������`��.��J�����i�+��ڸ���~<�F^����=
�nyS�ڤ#]���Z|�);���6���}(ҷ�G�h�v�.�\��;����iYgipx�a�|<|4.��Dw�ە�v晏f��߿��LJU���ˏO��dž���-š���v�9۵jү	;Μ�W�LJ<�}��i�Mv����kԱ����ڮV��dK\Ա���Ji��̭W�V3���z��~���e�~R{v�ռ�iN����}k:������P����Y�#'	i���s�{YKv-a	p� ��|3���;W"��¿j���ʻaү�Wm�'EN
�������u/(5ȷ�kY6���B��7	٥]x��5�ӎ�Ӟ�;a1S\��I�?�v�eE��8��d�nk~/\�@ч��H��矲۞�15�ghy���U�;O�^Ǖ֗�wmڊ����j
���:$%��,]O5t�>��^.��
�ͷ;�~	�sEܫUwJKͲ��/I��
u,�O-
©��OQp����z��n|z��ɱ��^U��y���Wݝ�(��x�P�5-'2z~��{>ۤ�݄�8�c$���Al��u̎jz�g�LK&�VI�%��F9�p��|��p��8\N3\�Tk�g�����ٚ\?���/�~�Ru�ٳj!��s@1 .�so�-����������o��k�>�>?O��/_�?�?w����ΟJ��ß>������
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@Ӯ������z�#�YG�P�)�U�Ke�s�C��F[���|ak�P?�W5Ш7�3�.��L��/�ѳ��u�����pg��ҟ">6���R�vR�gd�ݞ�,�ܛ������[��1�j��Ve�6���J2���S�5F���{՗˅��1v5�,s��E%;C)�iZ���#��M�;�{n���^�:�N��Ϳ~��QMצ�!j�|�ڌ-����o�j��Ҷ�%�L�ݷU�N�ˌ�M��r���gX�|��u��j�o���Y��_����G>u-Le�� �c���`�G��}��w;�㹻S���ynQw��]x�Q���şU��Rs����Z���%��}������8��!F�&�r�|m�T��G�I����wS�֤����7���M$�I%�����^��1��W�U�T��{HŎ�O�O�c�Ηn|��W{y�]7K�&�+V��e[�#s+L�>���nR���ܕ�FRSɵ����er�55Y���v�Ln4�-�>1��*:��܊Q�T�`�T����w���.�Yu��
YjK�o�s8����d���/LfF#%��2���Z\Z=��hgl}�{B�}p�%j�(�ڕz&�>2U}3��WJ�ѓ�<[��G�^���;}A8��8�>�b����@?z����b@xe��{�Ց���b;=�kt�Om���6J��]�׳�+4���NYWm�Y�0־�Z��$'�(��/���i2�l�����O�ȩ[���~pu��s�[RN0�L�e%�q��N|�%�s��R��V��wV>sT��K#�_R���t��5әOQy=]^8�l!iZVc���*%JR��N�N��r=��7=�뙵��u5
�T�540v��|����a���O^�?St�/���]��:a4�>���EI�!Ϙ����+��kc���Ɣ^U�qQ�vܤ��c���4�Ғ��/z5��"�K�'��
�
�g�r@H�mP@��}vg��@5 ,�P���3G��>�{�7o-�N���-AHe����	�ݖR���
��Z�@}p�(�w�q��q<�_힋��o�o�J˕��~�,��\Z�9�(�J����|97�߳�����^�ն0�R�ܛ�KO�Z���\�'n���y:�9�s��=�qs��\�9�9�8��N$����W$�6�۫o�m�m��tZ1�b��R�K�D/���9&{b�7�#�K#��{�~�����b�j���1����F)�ߩ.,���j�ƣͷD�����]I	�f�կ����9xt 3�ee�3����-��w�}�΃�O&��K�7ԭS�8���c��;F�߃sU�c{���l�q�μ|7UGWC1�������AU��4bF&9�ǁ�>^K���o�]F��|���r����d��~�+2��ùn��%(��m��z�{�
<���M�1�e��gYh��̩� �ìUDΟ2|��~GuMWH�m�r�iN9S�6,˦��
V2S�����]R���W/u3]�f�>Om��e$�)�V�N��~=q�<kˈ~���n{����6
)܇��$��m���`s��./��R{��=1/꿾;-�}���
Z����\�:|h��(��B��U���W��h~��j����B��8��%L��G�~�ȏ�w4q�Y�_o���ٲG������H��+Vݠ�m�WE!
���2�N�G\�h���vGj6-���\]
���/�dˊ�Ƕ�Z��+���_�����ư�.�/��?ˁ�\�ꪚ��檬��j����5EMMD��z�搹��4�.s�K��I8��Y���b�c0��b��TI%�$�$�# ��G�Ix���WO�S�
��KO�O��ѻ���tE�qi1O��M#ǢXds\2!�,/��;o�#4��˚�U�q��4��[Х�%�#����\�,��Fch�z@�����=���fz�������8���=K�-�SO^�-�C��l��V8��83��9�k瘰26��=�y��ܚf��Y��Y�N��b]ȸ�*�jN1�I�T邯�&��˶��f�-kBӣ՝�~�ΝS��]+HƽR~M�
k][u�Z����R�/�	�eg[��h�C)( s�/����"�G��ߛ�W���w��'-OPɕ�*����j
�vm�Z��(B(���ۚ~��؛oK�0�,�	�'&���î�ܮO�)3��H��on�٫;�F��O���:y�9�-��j���zj	$c�=���z��K��/�=�L�,~U3{�������Sq�E#{:�%I��i�X�N7oQ�*ڵ���q�g}��x��y[���r��oU��$�U�&��U��'s�q��S�n�F����Hi�E�&�#|�t��>��Um�Q-ƾR?�i^�<1�u�ev�av�8+I���F4r�m|i��ߗU��&�´ �ޛ�w�<�ɟ��q���o���J��T!�?~����<>��81�A�N��t��\�78q��AW$x��x�p����on�'�n\=COu���6�C�?v�d���^E�K�u}%fh�Y�k�ٹ;r��i�����#�vN�Ũ�l����o�V���uH�EUZ+(��潆���ecHw�[Ӂ�{��mm^��:�g��n{��1�������Q�}_i���)'�!��E.��E>�*�c�csc_�۽��>1_m�0UK�]6���+��h�Or�晵TZ��ָ4��{mdE��5{�c8�1-���J����S����]Ų��	4�b���ƹG��N/ؚ�Τ��[�04��l]geaj�J
q�˱�8�*��	�GOCg_���k]�����"�E[,�]�%�m5<͞+uCqeT�O$��Xހ\\�Ψ
o"��jo�]��.�H��ۻ+OɃ��+���S�ɳ*J�-Z��v,݊�;�w�-�թ^����Γ��2��^�2czQy�j���nK�ܤ�)�-�Et�')(�-o���,e�I�$r1�c�{s�Ak��#�ߌ+iæi85F�&�����}L{?�;���7��n��P4���m\�1��_(LuX�%|���es��[{x_��ŭ��c?�'��ڝa��Q��H�u<7���T����9|����c�Ϲk�dG绚���3�g���IX�>��k�4��Bi.Z��j{�@?.V�S(���)�3�1ǣ�]��Cf�Xζ���7�U�B�+bߥV-ݒ��5*�>���u����x/�|>1�%!c*�=��L9)��UE"��Nf��O�������?v���,7�2�nu��L��n�\������}w��7�+�F89 $f6�(���@
>��3�� �g�o�P@	�������ՒY;YE�)��Xߩ�j��6v�kW�A�#�i8����]�s@�>�ƗNF��۷5����.S��8�8�I�oʮ܆�����Ι�)�/^
��w��4����aр@r�������zJ�����Al�����v6����uGEK�+��²탴s7��nVN��j�RU��˭x�V��K�b�u�m����]�,[�iZuJ1nO�9�z�|�6;f�����V�5
5���1�5,M�0�g$�
�{�.{�q$�W�[��
+j�X�oB�><,ٶ�F��:VR|e&�&�l��뺦F��\wu�ҹrO�Sm�b\������!�pW��cNΠ~��?�Ԁ��`�c�8/ހ�o������~�n�|?�+�^)��ڻ�3��}l��:��/��G��:#	�C3�*^<��̥d�+f������{,a�
�9"�d��7>��W�kj�#���z��������
ک��3^�M�GJ��j�+���ǒZ�-�Nb��=1�T��1
�U��a��6d��A�\Ӻ�٢��/�ix��.���܄��gְV#�W�[�~��‘�0�S_���w4V}�w�v;�W����Sk]R�tƊln�)��[�{����q}C^�c�Oȍ��l�ca���lb�C�Cĥ���p��m?OƝ �u��%�M�yy*-}�x���O�٢{��8�=Ĺ�q.s��9ĒK�̜�O�D�������	 �ڕ
.�2S���UT��m�r��'���OkOݮlEa����_�~�����ʅ,M�ȗ�g��=C�b��Fch�z@�����=���fz�������8���ߍ��j�c/��7q���@���s�#�Y�- �c�s�Ó��GX���t�F6�{!*�O&��n��_�%Zq����z�Bӣkmk�=����֜՛]iW��¼+������_�>�쬺��������阀C+)�!��/g1 �Lo"��_�6s�G��f����prV���:x֞�����Ws�}�ǰ�i9dS���{�ZsTx�l�#�jzp��v:�P�K$펋!���o���o<����-ٞ����֌�gEK:��:'��i���~X��SMZ����ӊ�#��>�5�n(��˙���a���*�QJV�K�|��.�7^'��̻�{��JK�`��z�oQ����X�w��%���	�W��%]4�9���{���8t�z�oآ�c&���D�TR�����5ƹ��,����W�|��4v�?=�֙,�ο�^�;��]p��Z��%�^�)*�T���.a,�^�0W 8>�<�])�v�[#e�yv�5���T�j�´ׇƒ���\��<ҰV."�T�>2�2���y!����M�A�H0��)&Qq0��,�e)C�mn�a������k{Xq��.���\�ٮ�<��f��\�>�����s�3G�@d �@]���
@3�7�( ������>��[��:�sh?��W�>�;j}���1��v�tO�<T�o���w�e�:[�O�?j��>�J_��柨~�����?a���^����2=
<m~�2[���h8���B�|<������{��ߥnG@�S�JYx��cq�}���nܡ�t�i���E��U�}'�U��Uu����8 %������`a��4����7�0���O����}h�6J�}�����h��G��ኛ*��q0�HF8�69*���R�y�?U�{��}��HaԚfǪ��A��گ�l����i*�����<0*ۢ�Z�r>�*��˻�v>1�jTi�*=3���x��ٽo#������N.��Q�S8T�����&��(�����W�6{�eC�җΝ;�b!z�1�~[C���Z��qk]!�������������,EKX�lg�� �m��v5������,�Ν��)[��h����p���{��`�gg��lU�7Vw9��H%ZKUE7���N����[�l0J�cMTO������ް��[��Ư^Mp��/��꾴Ӕ��[�]*�'B��fmf�����_+�I�?�B<���f(4`KO���R)8�˹�����c��6{��IX�UU��>)�L�0�YGn�l�H��(~Y��5�L�FF,��6�����c�³�w3N���e8ӇK�zZmJ)KƇ���d�S��T�k�7��Z||�Q�&��O����}�?v��,C�ν�׿��f�x�c������g�k=C�6`c�Fch�z@�����=���fz�������8����ߕ��G]H˭�M����_l�]�^:A�kn���>x>J�]:v�����?�CVS𭌬��p�B���Ǡ�Pscsd�zrk�֫���lY��_b����ta@bZ f@_�7��|����E�Z�K��Z*�E}n
}E5��tk��#���riv�Cu���úڎn��j*�'8^ƾ�96�j�+�9Q�8���M���Yq���؛t�[�k��r�kK��v(����8 $�3@%���s���O~Ov�G7<5�vx��wq��X�#��vg�w��gWP��O�yI$C�Mx��ҏ�0�����EC�z��^�7���;c~�ҶM]�4��o�l{��Z��~�b[�hEL��3A��������	��W�sgMRԮڝ_���7=	u?�7�(ϩ�kl=K�;�"��L{ץ�_K��?S����c�L�:s3�[�F��g��U��N>��k-q���zf-Qs���!�h4�����Y��T>�908KP����H둬`q= �.��t}�,��U���<����f��^��$ۢU<V���u�1�ě����
->�b�·Ӎ=�k���4w�tuwzA>��f�Q�F���+�Y3� �?��*���å��7�է{㿿�{6vp�Ӯ�VlӜ#O��� �b�rp|Re�]�XX�C��=��/�_���PȺ�������sV�-Ν���l�$y��k����:%$c��w�+��^��ÿ��8e���ZY|�#�I׷���6o��K~|ý�R�}K3�7�+�F��3G�@d �@]���
@3�7�( �����B��i����∼��]���i&*=CH�[4�x|��,��	��=E@/?�Bz���7m�7=;P�bm.V��)K�U�hEW��$�����}�����6��Qf���|�6�W�����A��TIp���\����������7�}�7�{-���n�G۞�h}aS)��k����ŖK�rZ�20J�m������{@[o��v�6�X�b�E^|xc�R�}�U�7'$�ZF�-�s{��V�V"�fF$��Í�M]���E+��[�M�CQ��X�b{$�F6H�쑏�{�Z�9�G����.A\�ԡ$�i�4�4�S�g�	ۛ�q8�-���Mpi�ɯe�~��}&�t���n7x�x����@tG�}�
�)Á1�Ϙr���snG?R��Z]7^���Fy�u+��>'���8s��M5#i�b	��
��E�����[����Ś6��6P�4����
g���E�5����_���ggk;�W%���i\'��ϖ�6���~kcc��k��9����>8��ٍ��4�P�d���Y�W�I%�w���To��'�Cdm�K����#��kݗ��L�U�S:�$$yb�~��(zL ު�U(�S�b��i�"�y���CLt��,��(�`/|�{�k@ē�_R�pw.5E6�tI.-��$�_�FQIu7D}	{b��]��M�OT��j{��XJr;��!k��>��{5,Q�7�Ŏ|o���+�]����{��jM�6~�q_e��>R�&��I�/�Sk��3ev?���b�y��_�
.�q'��\}Գ)��KK����ȧ���\�ѹ ��L�J
3��aߎɻ���m�ݬ��b=×���W�7�k��P���T�E�P,�
�
�A�� ��������f{��P�
�
�#1�q@=���� �gn5v����o�����1"*k�+�]e�������н�x�<�����M��l쎕,�V��\�~
\�7N4��BN���3n�n��|i���S���r+��ζ�W�ejS�k�M?�.�+�����O-
��[Un�Q�:'������t�0�-=DNk��p�'@��soi��k:��[�	/z!'�K��I��GptՉ��YԴ���E�]�8��܊�%���3�$��K��ִ�Qv�	�%��oWzo�����{2��a���;?��=��j�f��*�An���
��N\��銆�CLT�H�LMlX�f�O�/.��zV7ow����Ƅm��ܕ!r��{�|!rڤmJO���j�c�9���.�cR��f�ƞND�w;�\�ٸ�+�6���Z��;ъr�6�Q۔��Q����A� �<9T�M5U���M:>g�W|��z��H~~��R	����<�>����u�m��IU]f+��M�IZ׹�����c	�xk�h8�#�
C�p�f�����[ӟ����%����NV���4�ҩ6�rTM�U���k��k��0�H�
?�!ik�\G������{�ѯ�������o�=����M��cJ���d��-�^T����.�q�ӵ� pe�|�F00;r_����:d$�US_�������J˖�/	4�V�����{x�����2@�7K����KEX~�2��>;�Է��%���M�/pE�\˄�$��5�jN�-�k!�l�vZx�~���׭)3��w����浐]鋩����9�,+�j���6�]�ZM�Z�\U&��.nԩ5EV������j�J�#zo�4��%��b�����֦�X$�	���MѺ9b�'I��5�7��`WG�݅�+�ڕ�$�N���4���ѹ����G�1��
��Sp��_c����w
��Iצ{{,54��.�.:�Vک�Ճ^,���[��Vӂ:dZ���핶�gM[SN2��d�r\?�d��.�ba��PXx�t���?T<_��}��Ϩ k#�1u{����J��M2��7N���_�$l���)�|��IO�-��K�9+����N˜2��nOݬ,��O`k����\-ڔW�/��?�g�[=C�Zj��#1�q@= B@i�ٞ�a���=C�r@H�mP@!�Po�������42Mi�x;�EK?�\Cc����8��hnMk!�w�EWL�����拳s��˹z��_qYЊ�]Ĕc�E�.$�u�\��~$�z[�˽��{G����V��No����x�o��O�vWֵ��Š��2\����7�tN�������ޮ��Q췂`Ip�U�֛�=��}F�о���8m�;�7�k=3[=��(�%��5
���Am�����Fⶾ��7p����h��D0b����7��~L!z3P^�t��ޞ\�A���nmz��r�g��W.cNԮ��w��rT9��/����BT����Y.���1�3��c)��Q��P���la���3�ø�e'�����ꚏ|b�u\
'��_�J�mj�Rqtu�r�)���4�ʏ���{���c������{$e�OXh�!�
&:٨*�0;���c�9�?�k�R�D�U�5�Z�j/䓃��$�%�*=�Ч�c��ɻT�2r&���\��/
J
Qr�]	�g֝��wI{���ri�>[���Wr�����:��i�,hvc�)��Y�]���5�o��F�;������m�K'r��+C�غn������'ݷf�-[^�F
1��Ҭ����t�E7���O��W�Z�Ol��_�k�3��d��Zs���ǨR�M��C���CK��ύ�;�7v�+��Z�b�#�r1_$RDF��&>ps���Fӆ4�_�w�ˏ��NM��轖R���1X�Φw���ro5Z�B�-�kR\]�6۔U�w�~%�!=U5V��� �9�����Dv׿;SO���,���m*Z�m��Z��t��nA}J�2��j�ң�h{�z}���\Ǐ�j�Q^�:)/G�.*�u�M{�%}���6��Y�+?%�{���$=@��Jim�0�0$�	��p�[CW�-�lb�踙��>�qBմ�:��9s�P⾲/y[�N��mݝ����տ�zs����e�-z;JQ��l���VWU��Wr�T��WVJK��Z0c���6"�mɫn�f�����ͼ�8F\#G�L"�%ž2�rm�w��PɖVK��|�x$���՜�XO!�����qv�_M�4�K�]];mi�/��6��U��>_��L�}���L�%�l��B?��2�oݫ��b]���s�~�p�j�����D�E�J��
�
婨� ��������f{��P�
�
�#1�q@= 1+�(n�5�˝5��p���������h�t54�T�5��O</-{\�A*9�����˄.�݃��$�FJ����i��Th���e��v��.ܳ�f�gn�$�8N
J3��ԣ(�'&�j���ݯ�
M�ڛ���վ�S�	5u�J�2z�E��K��4KU|Ӕ��l�ꪦ��f��t�
�G��^��w]��瑠ɹJ¬����ܴ��p��N�뇖�7�����{�~��J6�e���6k��.��'�����q��)�+˹k�IA ��A> ���2������I���\3�����֛�=��?&��?x�����}G�`�|
}�.��ü��U�OIօ�7�\�s�y���?`��2�ńiZ�[��O�Ѫ(��u]Gv�:jmQh��R��GWCWE_B�%y
�Ѿ�4��3�N���s>��6�j�Sń��R��-ݴ�|_Õ��n��8wWC������r�=�q���)(���z���)������?N+��J�dv�C�t��PU�OGO!d�2!0aps���
�3�I�4y�B\��8��ʜmaZ���I�1�U[m�-z������L���J�%Z�U�~�=��F�f�����-����������8�R缓���N$�y�u+����q�э��v�&�9�Q��Q�/L��G�j�u�g'U�۝�Ғ�5�+���$��ޱ4��<���,����s@1 <������=²�首è�Tvyk���Z$�ꢕ�oD?���)a�8�Y.*l�k�xY;c#m�QZ�.D������}.o��eN�+�fU��3ªW��ʞ��q�S�p�}�>X).�eҁ�/j=��k~�h3GK4��'|��W������ʆ\��D�5��Jhi�o�O�C��=�ܘ{���ǜVNf<�C�g+�v�ҿ2ܥ9?KI�wL14��mu܋�W�r���U!��P��n��r@H�mP@��}vg��@5 ,�P���3G�@d :k�_b݈�՗��5F��ue�ͫtQ���WT��3^�2�5���,��:���k=��}���K.헋�ˋ�f�r~�ŽoŴ��,�]��w��ڵ�b�CV�֒Q���q_V��(߲��0S���,��ߥ7|�O?o5^�����
����@SZ����m$��3�
-�v_��{.��v���.��:
����h��P����OD�t�#�e�ڹo��z�_U[\z��}�����W�k:�u�c�۪"�я��W���������7B�m���ni�
�b��O��Mx~/J$N��˖�o��n�*��;�����[�*�˅+��eMS]�g܌�Q�>�R�#ꗶھn�����&�2�垟u��q
������?u���=Ծw
~�ߞ�}��{�k�tN�S”��do9׏�U�Ī��������cTR���
�8��k��?�[\�g0	�n9>�����ti���?����?��4���-�NRw�>�u����\��j�y�^5O��M���e�FO�/:OGS��U5Z���"��k[�p��l
3����%�v�<}�������F��;���V�����\��k2�N��˞�v����6�Gi�j�K�*�Xȅ}�+t!�cCC"����K��]Ud���%���ںe�7'?��m�F2˷�%�u���n\���!���3瓤�`ix�n���g.?�9MF��ڴ�4�7o{QEk���*,jY3�[�i%�7G��Z�p_���{�w������U?�j*ݶӪ�KޝS��i4��j�ct�Z�]��`�\"�b�>>2�I�><��hm>i��ta�NC�!����t�
��屣�_g�@r���������{���j�=v��֚��ʬ�\ l���������-�'�9������Z&}�OI�s>ӬgI/�i���d�RM6���n���p�Mp��\���J�b]���uTpj�(���K������d����|���9~ŏ�ܶ|�Տ�9a\�Ju�ǽ�gW��S�NH�����'i�K���c�{�
��1��]?Ic��얲H̵�*��涢�q��j��X��Z��-[��n��߼7L�/��S�a���E(�r�eD���Xss��.ns��KԒ���s�z��c��r@H�mP@��}vg��@5 ,�P���3G�@d �v��a� ?.���i����P�YP��>xm�$��h�$�����3� ?
���1�
�ɇ�����4Tt�D�w��p٭�cph����@a���2���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6
���L�R�c����;�.�F��X<q�}���X�B=� 3a���`їՇ�S�ܼ��p�y�3� %��s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��cX���[Jz�?r��df[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@���!�p@J@9����@Y ̷��#������3�� �g�o�P@	���� 2O�.�s�����Fch�z@��
��P��J��e��@] ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d �x�l�g�o�P@�-�����s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��s=#��@5�o�@G绚�vg��@5 ,�P���3G�@d �@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@��PK�
�[��$��)inc/admin/images/colormag-logo-square.pngnu�[����PNG


IHDR��
�PLTELiq�������������������������������������������������������������������������������������������������������������������������������������������|���z�x��|�r�y尀�|�{鲂�q�o⮀�|�s��H=�~�z淃�뵃�v�{�p�~�~麅�m��H<�w�t�w��H;�~�x�tᰁ�u�l���u帅ﳃ�m�j�x��3�X5�z況�v��l-�n��f/�M9�mсi��R7����b2�]4����p��m��oѬ}紂��t)�#�z'�Y3�Q8�K;�h.�\3�����V5�n��Ѳ�U7����}%�q�� �q*Ɲ볕�����a0��rזt亖��!�mν���N:��孒��"�������L����p*��w'�����@�s���̺����������멏������ʻ��nc����Ȳ褍��c��Y�Ǚ�ֿ颛閎������i���ͮ�Ƨ����侴ˑ�� ���賚�i���g�Y柈����ʅ쪅�ǻ�یL�A�̧�'�|��d�|�k�����j;��ʱ��Ѽ�y�|�ʇv�sӲ��s�ӊf��JF�\B����1�pũ�㳇�x�}⼀�u����ɇ�~�z�ߏ?�ZP����[Pѓ~�Ƿ�NW�v�̔��\��wǥz�r<��tRNS� P��@@���P����  ���h �a	pHYs!7!73X�zIDATx���wT�p��X��ļr�� �@y��4ua�]�**>��DDE����������<{7�X��^���gz^o�{���;���Fw�3߿����N��`�޿{��ĉGv\���`v��y����Ύ�k=�15�ӻg/	LWA���%w�W%L���ٹ�9�s/H$]�����\�{I�2��_���J$]������S�����)!��꾔0ЮD��H	�?����oh��pЮ��� %$�+�6�,,tC����������
�^BC���! �k���m��m�@��B�pxEx��([��m�v�BA?�RDw{�/�@r�?��n�~��s�?����Z�t�ZDwW4�hy�O6���hs��G�7w�%�����9����u����"ٚ�-4�q����6U�fnU$�}�&���\@?%��K��"�Uᡏ<�b����F㟒hL��H١�ՙ��S{"Z�hr�s�C:����Fn7�3�"�2za���{k�܉T��¨�����ʳ��9��,��Z���(�N�����}�rY��&;�+-�A�������56�F�M��;0�`��k�����������2��iӐ����;*3�_��"���i0���)����ǭ.��>��D�7L�8���EW~l���J^ރ
��-c&�a��񊶶� �C��F7���هl�6Z�(��
,�Obc���ލb���:u*�6ms��z��b�Obcc�~$��T��|��Y
��ѱhc��600���

>�\
}��
�R�P�ؾ��7@?Vb4E��&G���@��#z�)y{�L&�h���k�X�t�7�H85�yDO7&o��h@+��蟓���cc��@�D�0��%�}�mR�mr�R�T�a Z�����d�n��M��o`������q~�x�2�@Ɓ������+��ON?��M�eÇN��7��бBƅ�h|��-F��Q@�Q�yC�
kU�k@{�(6$%%%i|}�;9�@(�Ӈ���������?&� +����W{|�T\\\<��`�dm8<<�K��>>&�S,�ɓ�z�H�h�ݫ�
��G��D�o��
>>>II��}�I�Y��d��#z�;+̠G�`6t����0����z\����>O�sF�ntITz��0�!V{ܸq��j�b���h4�PO�dd�����]�{��A�GG�GlTl��F��2��٨I [�{�F7D���O��<9�a�	}�Z�7ek4��})�������Q��	��A�n�bO��~z�>C��!�O�F���-*����7�j�..���^����ԚE��l��>!��w�%�J����
�6_�C���ɤI��Uz��dgd�t�F�x���T���9u�)w||<�h�h0�)
�����o��G��%u:��xHD��B�﯂n_��r���wbbb"`���u2�K*�t��;$d��=�����_�Q�T�\�a��!�N�ZKh�]�h��2Ч2�'��R���tk���6l���)���Ob����b�V�ɰK��z��[�$��˿��1�i����|�4��n5Z����%
E��>�c ��{h�����nn6��b��BQ����1�z���c�?lp��MQT-�����ܼc�>�Ӱ����
�lmff�O��!..,�ua��G�7,v>��(�ڋЅ��;@��r��DEa6@���Av�^�rщF��D����W��Q]]]}�Y4`C5D����M={�f��Į�^���O�<�����i��(��P-?��S�	vXL��b4{4R8o�!xݺ���m�i�t)�E�O2�j�C��Ac�l��WW�����ڸ177��sh����LF����d@�l���Ex�e5gee�������܀h��C��ٺ���.**j
D�+�h����m�l��a��A���<�o2������?͍�ӣ���������j���4*7�:�ě7o�|��ӣy�0�3hy=�P]O��v�4lf�H$7 ��y�=����?>Z�|�r���J��f�Vg.l


bسmu��]��~�g,9|��8}x���0���+�Še�			�	9Z���#�f�<�����d���x�ڵk��9���={�,\�p���t=o7Fˎ%����qqX��G�t-��3���,Y�x.[�l@��"��
�V*���v5:��


�l^�uw�x&JZZ/a��f͚�驩�����>h@��N$Z��� ^���ഴ%(<k֬�Ϥ����@u�nO��)j�:8�yDS%=M���}��€Avϝ;7$55�kM^�`�0�}�_��4�@�ʕ+Wb��&�w.�NI��E�)99��>�h��R�hѢE��_s�2��[D7�@v�hp�c�a��P�~������cA��VQd}�A�B�t3�:"}�J��U��:gʮ7xGS�/xg�5�?�UTT�QXF75`׷�-+8��z�ģ@�	�����Tt��v��27^�J��[���Ga�������EE��M��6������<��R���Vc�_�?���M�Oh4<q�g�������O�N@��0���u6���D��p�o��0Y@�Ί�6��a�q��~�b	�0?*���&����Fw2)��%y�7�^��y��[D�M� K�����8����B���<�#��6z8�ȇ�����b;>�'���C���Zx��*:�`m�G�M[�ª:�"�S_����x���^J"��6��F?%�4ax���_i$�;��Qֿ��_�&���9˯�3�C��˳��E����X暘8�f���DdEDmAi=x0{7ɰ1(��2�Y��谉�M�a��H<˄����LS�tz�
&��Eh�LB������+�����mt|���>��,�n�6���n�>|L���ҳ���2� �h<ՠm'u�ML�*��3�9Q�0����œ�X�Js�naN���]|:z����dn4�}IEND�B`�PK�
�[�^^VVinc/admin/images/cm-logo.pngnu�[����PNG


IHDR&'ca:	pHYs��sRGB���gAMA���a�IDATx�X[lTE�朳���[Z
-؀.�!�V��oꋉ>�P#$�"iB1�G�QcL0��^��C@A�ʥV�%�m[�ݶK���9�7��ew�ݳmi�%���9s����=s@www@Q�ZM��!��Æa�l�k~�?�YB̤�C�����d2��$S��H<�*�ne���\^^�f������;�n�^��Hh�����G|>�q�:�J,>ώ>��&s�"��;8��eeeߢ��^477�}}}��%)<<�f�g��������}
���x��=��>�<��D"�:�o9ȫI}#Ia�A�^�λ�S�ѧN0ۅ����_�>WrHd�7��xkdd�@���J��Ebj1>R��L����o��ݐ�LŎIRX$�����G�e��p;�W�Ƞ0
#��6��lۇY�����`&i����+s!b�dJ/c��3���{��W��h��k%Ɨ6�{|'V<Z��.��~�ۀ�%�+��u�BUk�4�[��O�>�y�m��������J�aliX
��5xە8~�:
9�7��rO;��ݣ��nC�։,RI*eT�F<�
F��S뻌�~��x$���Гh9�M���7��{V��:X"	���tI�y��&ӟ��(�m�!.}��x��W���=h�q�@tT@S����*���OJb5����Xo���X�������ӷ�`�L.-� xÆ�v�%��i=��j)���SX�F���%�n�m��Ίt�g�/*J=���N�4t\�x��i1K�E��b*f5"*e��,��12I-�&�Q4�XBy�؝�lTGE���$v����>�+V˥��$��U-��\�����Wf������JT��?���(ay��*UKj9 �\r1hY�[q_��٠�hGҤxE����\&TU+�28ea&�R��R��V�bC2\t[�2*6Q�j(#�P��� ��H?::���N$�C�=����|]n�$FB>a�(ɘ����x�Ԧ1�^���\��bCb�>8N�Ӊ/��v���Ո�A��K��脂�a�V��8Bm�k��c�#I)B*k.Z�b�P�oh�L�!jk'ĝ�0}6;,u���z������7բK�m
�^X)�����,�*�����]�굿`tua��@�?�Ȫ
p��C�/���R��t�X�ez��U�nǶ��/��0�/�X�����D�\��x<p:�f�I_����;�F'����c���˛?��;�V1Ij6 �@6i�S������_����a�e�J�Y��"��7i�5���<��q����5NO���������£}xx���S"]�o\�{���m��].��'��)�gٲe�
l؆�G�+�T^b˗/����N`��L�y�p;�,��a<S����q�Mt�(�HXUU���Z�ٝ��.�g��f+RE\����p��0��b]�*���)��������%ɠ���&���]�W��z��q8���mf����5��U�IEND�B`�PK�
�[����)�)"inc/admin/images/colormag-logo.pngnu�[����PNG


IHDRP���]	pHYs%%IR$�sRGB���gAMA���a)LIDATx��{��}'���]�Z>�%�����dK9I<^H&�K^%��t8r��e ��q�����.`�p6C	"��(�2���c}�9șK��D
-�I��(>v����t�7���j�9=]����3��������TwW����J��3=;�m5����f�+�X���7�?Tٳg�d���{���f9??��*����j��fy�ر�\���g�%}�׵{��߳���{A��ӟl������q����yV$�7����Ui���v���񽏧�V��/����O_-��T�������U%�T�J���S���
������juL:�����������^W��f�/;]��?5�,f��gUB�v�������}*�]:$q�w��R�7�Ç?�r�s�Λ�%u��״�g�r!(���6dI۽{��[_���]�����H�YEN�>���Y�+��I��r������y����S��Qθ��~�YPDe^ehjfj���8_2Y���������'�}߼�ۻ_������ߕ�^���B�8�{:@��ˆ���?^��n�c���z�ʺ~ҎDݩ�5�C��zE$�=�����?��������H�w5�7LF��_���ޑ�����&
�zc�/�S�?��h�m[�z��3��Id��Ǥ*�a[�v�Y��_�ܓ*���R��D�?d�<ױZނ8&���U!�	A(�ArT��SǨ��Ӂ�O}�}���o����YR���B�kӎ
�"מ9�_e���{�:O��������fI�?��Mu��� �l��z�@��j�QK}/��u��:�����6K��ͩ4����_���YR;��-5=��u��,/g��-�\>GR�DPG����ݟi{Wr�t�#�>���"iE���^�_o����R�h����Q�B۵�\ޮ������S?YE��nO������"�����Ho�t�R����;U6B)�td����U6>�Z���HC��nl�;՗C����X>���˵/�z9������pNf�}k�z[C�?�B��	���Lk����_b��v�q{�������3q��f�5\~��Osy��M����z��?��7�Qi�q�\��M���~�W�X_���~鏸������������%��G�(Dy�Y�r�-|���_\P)P_�c8v��r�<r�H�cEz�/�i����o5����m�x������sЁ#�M[2&+�Ț�>�_���w|�_�K�_i��z�c���z���(o���y�N;�o5��mO2�����h};Pk*z����򶭷���\�<sRuc��-m__T�U�ى��r�H�c�ܩ�T?i�Dܨ�!�W����hWg��Wp��1a��=�aI=?�Qt��/�.\�rLC=���r�V
r&�w{�1�~���uj����z�M��E����D�
���7� :^ՓI>��>��M�oj�܆�
\��M���{���2.��;���/��/+[������9.%26�糸[f7}V��X�%=�?U(r%;���<ϓk��S}���0h;9�,s�(�1P�c��B��3~��G���{�}~��};Ud:J^���{�H�����>O��zv}W��o��ޮ)b�۵i�L�E��ͮe�Uh�ہ���uuGo|����jE/w���\J$)N\�)�X%�Q���T?k��TԵ�5���깷D�
k@���$QVXvh��g�E�7K;�\��t��4�f<ӱP�z5U+���翹���ξ��}%��m�=��bǺ�\�m\��	.%�$����sy��Q.�~�K��������O�,m߰����	C��߮�dP�]:�}�K�8䚬��1z��E�Cc:jll�����o�tx�
�#g�v�Y9r�;�a�Y�F�ʓe�Τ���[��k#5�<�L�o�6dV�m}d6����X^y��V� XO��ly�Z�SQ��:u{�>N:J���Ai��ƚM�����Y��v�&�Np)&���;\�tF/��߼v����j���nd�-��lϔ��9������v,���`����U��mZ����Vl��~I�Ɯt?+0��C�Ӷw>�s|��;uTm#����`�Q�f��I�]�nO��īҞ�2��sB���J\3~MۿK�i��gýq�
.?��c\J�J�(��tZeaM5���CkfL�=��s~:���%
�ʁ�X�7��vQ�ghY�{��_	��4y1Z^����OC�����%��w�ڤ*x$�c06�T�L���v�3��H*��NH�i�s
~�D��F��2U�Ώ'��_�]��Z���5Oy<���TdV��CfŒ��(�Oh��H�����̶�n�N۞��U�z6x@�er���^O��gl*�a� ���.�.�����Q�
5���Ѵ}��揣G�k��;���"J�������L�+߽{�������M�g��$X
�-��zf�*ՙ~���=�3�T���v�����kʆߟ��$�x˥~��z�cH4=��ٽ����O����O��N�N[�?i�
�7��qM�{�F����˭�f{�-۴f��gr�3exI���a6��v'&&����Ee�6P�3�
��Kx}��8���Y�l��y���������j����:��{2�����U&�8ɑ���ʘ��L��z��MDM��x��-x]#�z�1�ǽ����^��.,J�i<�,G��i}~��N���
x��x�D���1[y�'
���]e��ƘI{��@�TF�]"O��%*nEe)��_�h�n��
��z��lnn����)e�v�Fgж�q�mauF)y���cU4�?��)�q�ڵ률>�O�f�I?��:f�S���H�������j�7�U{�4*��<�U=�1���.,�\B�?���!�����w=���i]O�KȺc�0f+���,��2�Lړ�%<S�#v7%�:���N]�^G�6�N��~��imD���e��}���o��?�|��r���2dT����I��p�/�i�&^�����GFF�>��T3gXai�M�ۃ��2�C�%��6o���փ_}��]�4��Ns�m;m�x�:�������r�N��/�/O�;�����_D�[X�l�\Z�d�<���U,������q���k:a�]�՞��W�Sl���0���#'�|O���"a%fB�58p���HU����r�GR}O�8��Q���$�_���v]��̹��w|�Qw5�W�Dt��n��ٴ�w���ڻ<>=;��,���ח,��A�g��J�ߓ�O�i�^��V�uR}�jOi�+���̋3\~�������U7dl�r]o'�����Wm
=~��.����GR�Kst��!T:�(C��ȥ�-d�����~����מm�!���x��
�d̐m�v�.˛Fړ�O�\��u��IY�Wfv݁zc�P��(I�$�;��WS}�j��(.�,W�T��!�z�R�v�L��L������]�Qw�7��x��Y�ٌ���n��m���d$/�l��ۓ��/ק���%=�p�F�y���7p)(y|��,��rf���V�S�m��(��r��+fW�l��3�����,%��֫^�K�B�H�A�W]цz��mO�/�3[>8�*}J.�ɘ��F�
�^o���[y}мڀU}e���9Zn��(����'�ߤ�O���
�1��b�֋^��K�t�yA�z��mO�q�Z�Un�Yxe!�������h��Ӌz�^t�􅞌Ţ�N�����,�1_��=�
��:bf0FDf9��NI�mP�����,?Z^J߁�&�
�G�d}�'c�C��f��]��.��?f�K�ߪ[q����ۈހ��8]w��o��*o�����g_����U7��?�#��:�Ӗ���>3г��f��D��Z�ڵK��X�Cf�v�"H:�;�#1A��l��c�Zf����9z�m��v\�>/G���w��e&k�]w� ���ӑ�O���A�>8�j�N�~roO��;]w���׃�o�z[������B�k�~��b����wLfAY̖�ַ���c����˗�h}XՃ��ͥ	_E�:�F�x�H1�;���@d�� �u����l��A��K�z�Vv�5u쓾�RE��@ɥ���\:��pj!��a�؆��g/�ebY���{�n={�T)����u�^¬��HM�|�F^ i�G��<f��"7����YZt��k�r��$��}}�h�ei�������]m�c��L���v������&.��C	��p�W+
�CK$�F����J&�:���:��|�x�5EJTA��7�w$*��J�CV�ĦQ3�g�#M �^qWp
��}�=�ڮ��^�ی�v��_ַ��v㵡��W� ��"�q��[��ݳ'ɫ�v|<�Hנh��]
��(����ߩ�$;Z�16s���f�E�^șvl����9��+��h�h}n�����3K2K0nl	�n3�CwZڛ]d�U�Ft�g��۵�n�>��T_���T�آj$�k�t��QZ����G*L�v���	�c�*q�����"��{�H�g��A�%ۼ20�P<|��=Ւf	���:#9t'ed�r�7�K��v}�\_���8$�R��]�s\���p�}����-���bmQeA^G�dIrq��I��"W��$�Ƌ�C2��[�@cc�r����\tFr�\�>��Dv�)��Lj���rٮ�ہ����l�O"Q�Fօ��NV(y��1YK�l.@����4;+2���x�������"Eg$�K��~#��v]���^��w�p'����ӽ��^.�c��et�O�P��텷��a�����
�7\�p���wy�g�`=��T�򹞅�d�U�4Z�W/����eP��T�}�n~ߵ���Hsvz��� �ճ�b���\���8��������g����=�F~��*TF]��sV����C>�%r�ĉl��^��/��Cc$�K�-S�C�W=ۿ��3l'�s�r�W�1Z�y�6����:`O�a�����_|��vhK���3I��!c�y�.?���pyӖ�B�-\����O�>���'����A:=���,��)����q�'<K-)#rKrU�͑YY��2#9$��I~����~�]ӥ�\���v�d��k�%�ŕ���k����ւ�x6�|e�1Y�����]�bs���|���7�����|O�3"{�آ²�eh�bV�a=3�HE�ٟ�c���h��x�>��P��-��=}I�5�����N|+�td�]�n��3o>��K�	a4}�S?��gO�%^����ű��R���"���CͲ�h̩P�B�p�f�9W�I���~Za7�5�E�5�Գ��ʞ���J�>�{��-��z�?ޮ%���H�@]n��W/����ޥ�Beԩ�S�2��9�3�wrI��ѣ��"��pǢ6Ѿ2���A�Eu��"D�y���`ղg$�=��{�Y�5�l׳�g*�<��@n(���i���OI�ɠ�Q��[��wO<�}5#��|<�uelQ���#Pq-�Lzj��ʥ�>�c�d�`�o�vRt���]A=��kW���ٮ�������s�r��ݦg�[U�$���tܬ4��� �q̑��%ܬ�[�!��j��@Y�3����d�]Z��OL=at3��N��5K�n��k��ݮ�Rx
��˗��<j�y�;rCg��͒�X;��Iz</I��s}W���|�lya�_gl�X����f�I�I���}�Y�ؕ*� �C��%u��?_���[�YT����ձ��X��;P�w]�Z�v?�J�ڥ��ܼ/}�I�'�_��q�)cP��\��V��V#N�|��������+u88���������u�d�AK�3����s��*Kku>�?������O���r�����8I�ml�{����st	�oUZ���xt@�t8P�Q����M�ME3S�/7s"����z�����ư�?�>���tn�
��֫�+��g�u�vSİ��k��>ގ��c!�u�b;P�6py���U�z��|.�3t�3�VD���\����}��NR}
ͨ��!�0�T4��8;E��B��|�XU6dly���co _�k�y�ѣ��d��u�b;P�<�M.��Du��E����[}�f�����
��5}���($�t	O%�2��ޅ��N������Apd$�+x+oו���SRm�t	��Oꀩ2��@�~�u�귛������gu���1G��<I�)ױ�A�˪@)2�O�n�
c��
k�ޮk�lL{���/�izD�xuϬ�z�.��諈ΰ����	~����Wc�����K�����"f��
��[E���' ��j�3[Ͷk'�vm!.��z\t�zD��k��(K}E��d���ܜ�b���Whޘ�{�%�+)�U�����{���	=ВGͬ����D�%�I݁�����;o�3�S�P���*�׮���/��B��́�q�\�y�����7�\S]Z~��9.�9���L�W�QA7�b�QLjof���If�Q���r~~�Y�g��l���N�5U��M�z��u��)��̢���}<��:��
N���*W����J���iޮg���]KٞRw�䦽��@\\���V�.w�v)�xt��k6s�vdmhy�PAf�f��Mf_A:�����Fc���PY�?2:³�L�rD���\.F�Gx�P=��z̢��^���b�
���==0�C/���\��)�F(�w���[/}�˻��	���.O�9��XUow��_��\N�:��C��������{#���1�׏_��?�i.���?p�X_T��g��#�a���);���l/Q�7�����q��Z��u�WԞ�{*G���(��;/�j����R��q�ﴜ���5e�ޝ�$�b�d�7Z�ڇ�v]��$c&Sw�*����\�i ^>��~�#��r۸>��<{�K78A~�}�߾m�m\����ݾa�~��_-?����kƯ�2��7��
]Ё��^Tҳ7혙��13I��i}[X-O�~K����}��gpO������B^�]��0{�""g��qo�RYh�,=��l�I>of���Z8$c��nXN,{����׏���7�c�N^��7ν��'�}�˧_yZ�#�Y*�yXd9�ȖQ$B"��Y���ܻ�ꌿ�;]��R䃺'(�P �xq�xy�Q��{���4�-g�'*��u�_���Xn�%�+�Y���������)��'�J��j�)��̬U�L�ix���]5NDZ�(��p�ޥ�B�-՗��X�c��c��
P�5c�a����H�")"�	���}Vm�ą�����*�|P�RfW�N��;�gNΔ{5��QFcW�#A{_3ޱ��5UC^������:m{J�A��j�)����}����].�=���_�{.��	�Z��\�%�����õ=,--q�z����(i��{���{?>|�����QL���U_z���Z��t$�P����R��s�N^�رc�Fz|'8�����bǒ9֑��7�����u�/)��w��`IDnlӘ�2~�1ڐ��_�[he�
oe�H=��A�}߼��{���;nGi����^Nl���OөT��'�����ƻy�^_����O_<�e�����Rfսz�U.o�|�&/��"t	���.W�#�.a9���id$��z�3�+�/��4�|P*Xt鳘3,�z���?QG���L�̵{|jf�6/�����Y�)��]���_�J����A߷�]1I۞�ڋ�9v�O'������I����KTGf�����k�����#��dL�Ʌ���_=�oB����W⩠�u��l��q�X����1
r�nyyy^�ɤ���%x�n�s�@T�Z>�����b��G"aI��-7�׶�Z���7��^Gϲ�x�����͞�u^_2{�b̤U�"z�ީ#g��iyn�Ա�NW*��-��m�;�	ڛ���k��O�5ڮKО�Z�%c�d�\�>��\z���mY��K�$�c���CX\���m�e����-���;�k4F�%�혔L�K��<n{F��*֤��2&��a[mQ�m�]!��m3w��j5��u��f/��踞Wg�g����ݵwz��L9~���ۛq�63y��Sh�ٳ\_8���s��'u�O����;���ӗ�6�Ӊ5��>���^T��"	|m���@��sKG���ZJ�?�����i��?��ѓ��/��6!gz^ZZzL�1�?�>g��h��)(s��'�2�;~!��>x�����-�v���ۋ�yǷ��	�2ڛf$o��ުժU{����:��C����w�Er�]W̾'�>���^�'Z�����/���=�@-��H�dK+:�al���6q)���YЉ;k^���eS�TR�dV![��x�y��L�=�/7|Kԯ��4�˖OY�
ฺ^Ɨ�
�K��;*�j���#����{��O�睞����f$w��f5R$�ۻ|�8��~,Xm׽jO�<ގ��mSw�d�ݖw�t\N�7�=��GB?|�0�g��p�aDw���$����|MvqqQf�<���!P��<�R�A}������R��}y���==ϴ�RT�Wї ̻O�9d���b6��]2�q�ʆ�
���Y�3w:pa�������t6����3K�?+d�I�����(�e�4h\�6�r�|8�|vY_�����q�&A"V��*b���9��{��U1xlF�^����zP_Q���o��(ۗ�l<���6f�{��.A����3�-d����X���z�����T!�:��l�AI^1��xҞ�����X�ny�k���^4y�ӗN[�]^W"N
�}b�.�L-�\[�{�d}�&���f�A���+j���ٜ,C��R�bY�Ɠ{kE��O2$��43����������ew�E��|ů��c6K��|���ui�|EAϥ�Ŭg�yͨ�3��&�+�R�k�x��h�8����.�K����]T����34�L�u�Ƒ'��wi�6P�er�:z�h)f�ee��_�|P"��xq�ֲ�'�j��I�'�A�V��H��n���a���<�W��c�|���g���
����Y�ƛ�?�ͼ#�����k��lv��zP��3P���z���J���gT-�z��u�{?=�B۸qc��@����R��z�Tc��Ű�?�|P�2�DZ��ē{b��4���:l���OHA�b��W��/�����͟5ˑ��@�%W�P� �e>(jw�*�l������_�7�n���lv�c:[2~�2���>�gjtf~<�S�\�ӎ�����J��3T�o���a��_i�AFp�X��DG�zY�ḵ�O����OcX�=�����<��G��P�#��[��u>��۵D6�f����ƥ#uhߡ���*��UC�o��<�SU��s��d�
}?2x�Ϭ��=��G
w!x�w�?q*�{���o��q�x�b���[f�ݥr$�ckXןD��ߙ,O��ru��{���^�Dr)�T*;
q�ܪ�U����t��DPy���B�'��&
PjN?�7�~�]uXVǰ(��%�󻃿��<}��F�;E"��9�^Z��ʹ=^�-
�o�%i��m�]�'i�����.�?=�3�J�j4��l,5��$��;v�����hǐ��9��i�)�S���`�P��y�쾃�Ѿ���<��>Z7��m_=K�	vZf-u�$Mg�$kZ_h��I��cM*^eDtiu6�[����
�_q���GIEND�B`�PK�
�[��a$v$vinc/admin/images/x.webpnu�[���RIFFvWEBPVP8X
0k�ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016ALPHwg`�m�����>""��:@nmk�=����2r'�4��&�I=w����xFvD�' j'��*I?muF�����cu�d�I�;[�4�\W�z<"���!�J��2�BU�n��Y-�9k�kΚ���v嬓2g=U��������������������������������������������������������������������������������������������������������������2g=��Y'?s��ל5���WrVk���{�Z���X��|u��j<"����njb%[u��{��i4�O�Y�i�3jVP8 �r0�*l�>1�D"!��x̰(��~3x�@ҟ���?�{�!?�?�~�k�n���籉'����Q?������/���z�'�O�����A~��'�����7��4?���������~���O���bc�/�/���߿�~�_������O��ӿ������O�o���+�_����P���#�?�o���?�����7�?`�?����e�����?`���_�������~���������?������0������?��������G��������@�ܵ�䕟��T���4����ي��׆��V~{1RvZ��rJ��f*N�^NIY���I�k�I�+?=��;-xh��d�u��/p^�{�����/p^�{�����/p^�{�����e����/�_̿�2�e����/�_̿�2�e���Yg�1e����/�_̿�2�e����/�_̿�2�e����0��<b���/�_̿�2�e����/�_̿�2�e����/�_�=ŗ�/�_̿�2�e����/�_̿�2�e����/�_̿�	ry�_̿�2�e����/�_̿�2�e����/�_̿�3�,��,��2�e����/�_��R���1�~�j #nq��2�e����/�_̿�<���,��2�e����/�_@ָ^�;�5;N"Ds)?}ŗ�/�_̿�2�e����.O<b���/�_̿�2�e�����a�}Z��8��s�:������W�]����1e����0��<b���/�_̿�2�e����N`�M�X��Gȭ���^k��"*�u`�@�8���F,��2�e����/�_���P�/�_̿�2�e����V\�m�]�mNR^�އ��T�5u�,��~���@<�/�_̿�3�,��,��2�e����/�\��΅o�ک`�2{�2n	��I����1e����/�_̿�<���,��2�e����/�A�d�l:Oܶ_1j݌�}鄾��v��BÇ>
��E����@<�/�_̿���c_̿�2�e����/�|Dn��PH��pJP�d�d�{��*�26�������1e����/�_��<�/�_̿�2�e����ˑ��e&�/	ϗ�I�x��/�_̿�2�e����/�ue�xŗ�/�_̿�2�e����6��%�/�q���Z�\�/p^�{�����?�b��c�Ԗ��_�D}������/p^�{�����/p^�{����c����	�����`C��#�k�D<b�Y2�e����/�_̿�2�e���Q.������V����j�5�+f��/
@�)
�8��@<�/�_̿�2�e����]:f�TC� xŗ���Ӳ=����G��jYR��Ӈc�~�
o��SV
��w�TC� xŗ�/�_̿�2��C+� 2�e����/�_�=���aҘ�aH�)����K�z3�r��!�[[*���v�Q�y�_̿�2�e���1p?�!�6i���G.,��2�e��f��jx�	X��̊���*w�A`�b�.%}�:�
��#�3]����1e����/�_E�����c�
o���b�Y2�e��s�U&�G�nR{��x��A�D����o0.�!�:Ĩ��V-�%~�֋t/p^�{�����/n6pW���\��Go��_̿�2�e���A�h,-fc#<ϭ.�
���)/��b�J�,*6��X:e����/�_̿�2�e��N�D�j<�h�J��jSdY2�e�����=S	#"Ad~���J
��?�B���᥿����'�I����/�_̿�2�e�˵�x��tU��>��t
<��X9H
�����H'x�ꈌ�/�Ky����Ѯئ��i`�� X�N.��/p^�{��� 6����R���zP^�?�!��<�슢!���X�'V�2�QDFn�����v��~��ƽ썆��E��D�TO<b���/�_̿���qi]3��eŖ6��k�^@щ�Y�"��u�%���N��U���=.���O���oВ}Lq6?��9��Ep��N�G��]]9>�����@+T�^�`'��y�2�e���Fh{]U{�����Y
f|��>ղ�id�"Ђ>��Scs��]��
��y�@�2�cQ��3t��Y���&&��i�1����r��v�LQ��<H3W��r�����/�_̿�⸜�y4��fn9��v��/i�	��Qe ��6�����'���;�(�����xb�&.��4.�/��wb�#�ގ���(Q�}G����B��'N�y����I�Q,�Є�P�׀B2�K���q�mU+�L���
?��lX˻�%�BMH��~�U3�
�K�
m��s�l-<b��f��W.�n�՞0��n�ģ&����y�%���X�Ν��ģ�@_�*�ׇ1b[��
T���=����]�p27N�u���/��爼�9I�v<aµpN�H�AE��������\��{������ƽ�F8{�ũg��*��-�����HK���8��	��!�]��6��%,�E�#Z��طfQ[ϛ\��mP6oBV�C�6���m����Em@1���,v��!��c����2�{5ښ��C��6��ڮ��#�2��W���cxO<b��0��F�Ƿ������xG<,�z%qvQ(F������T�wxeȥ������g읣�H�B�C.d6�MEP*�%]h���M��;��\֢)y�P�v�mb�#(^ܓ@��N(��Y=�0�"���w�6ޱ?��̿��M�݁$�
цZ �p���,i�����C�~#�X�҈�-�I��ɐe��~���Y��
�f�Mچ�(v�Q<f��Z�!�i�Sh�nn�^�4�%
�xG�Z)�be�T�|� z�_��[������������'��D��u�l�3�w���|٣�	f-��S��
�����^��ӈif�L�I�ՄC,oE��$���l������Xm�i�	�W����bԟ:L2,k�Bg@��4
6��2m�ř��x=)��Ve�Ri��;U�
�Ts1���.�eu���Un��p`;�"6Ii4-2d�B��|�4\��ٯB��oP�-҂^����66���2�zj-�{�@��Mx��=�?���#	�h�]R�,d��`Ixϸ�X<s��"�~�������q�JK�e���m�2����5���͌�M��0l��GWұ���.��'&�^���	�x#�r�Ͼڳ+�8w�����b��D ����TR\��N�
o���!u�Q+L��CT�Ek��Î��$��DW[���m)�8T���WO��Wx�����nAx��~�/k�q��r�c�ܮ@�׆g�'g��R�cS(� �m��-?�ݐ���N�����`~�{�
���z��q���w��u��%� �3�P8��N�1��Ae~�]'hT4�@FNOۼ����H�pv�5
�v��{Un
BҲ�@���Sb.�A���]�������9�ж���oy٘�f�l��UQ�zB�/?����˦;"����k6����fB���c���W�-j��3}.AG�t/u� >��.*���ve�U�_}	�?D�#��f����K�f&�^�i�^׻<(7MW��T����0���ژ�:�F��f5Y��
�@3�pc{{�����vUC�S�'/U"��
�B�Տ)�ڸ]��*�^�ý�����o�|�Gd��/�����a��1����}t��ތp� wɰ���9�N���kw$�oG�~�@��B�A��>�{%K�*aϳ���q��Y��%��?W:fR��Ҩ'�f��^Q�C=S6��[%�I9���]`)q���e�����Kǻ6�:��RS9��YƏ�R�-��>�!�C�x_�b�8���N�p�1��U��\ˀ�?K�n�i��gBuoB�˩^Kz1j��M��+DŽ,���ǝ0�B�
�ҋ�:3ez�wps�bh�%ze���o'�Uy�	�	��h^z>�&#X�YKH�6Ѝ����x���.��c-�Tc���2�KP~�>���^�N�>��,�
�J�����%�?�[�e�دl��W�[��!����B�=R�L8�𚂿=�ti��������Y3��f7�����7G}/gf���쵞��X��'#u��d���j����У|<xc.Vr%I����������[0`�0� 왹�,22������A^i�nscL=��qR�[[ ��ۋ��e�(ʹ�Sg��\Ae��3t{u��W�78������g>��L_h�?�)��&1��B`�$�����$�=ĉ%�|���$I/��&q"I}�!0{�K�	��H�_w�L�D���B`�$��Cg�^�(��Rd,�_�����
'ah� ��ℶQwy�yT����HB�Ղ�Es��wmYW&tk�@�5��5��1�/��G�PX�r�Ur�`]|GzJ1N�2���Q���L�n����v޽#�!��$��Y�W�֔�@@Xǜ���B^	tN�C�%l��h��:2t�G��;�)���w�%唥_��?�k�b̪=԰���
�R�������ncZJ6S#ԗ�%{�^�2՗��9�+r��*t�����4gҌ�Xm��J���L!�1\�ީ��#�R�_J�4}Q߽�{j��fv��
�XS�44��TV��N�1�9�?V錎�6�B$�|�����n
�FF|/��o�F�V�!����ﳄl�߬�m��#�^Xl�֜�A.�ꖕ;�?*�
8}���[���5p�t۴�U�N�
O}�4��	�F_e�z������8Yup��1_Juz���:|!#hh��	��Vro���'*I���XM�,���;m6�҅wyy�B,��3�uȤ�N��V�{�c���������_*���yFe�g�R�q�#�I�U�h�D��3�J���Ƽj}���3y���H
lƖ��)#3o,f��a�9�(f 	�5P/��4U3�*m��Ʃ�,�)`x鈺�4�;e��vQ��u��rrs�І�:t�&�ߓӗ��}�<-��;Qr�v��/��@϶Bb&G(^0�FE�R�"�t�6�L��̅2���+J3k-+��b���6����ɢg0��8XS��b�~>�	2���+z���Q�/�slT�Gx��7ᘥ-��F�*���oM�¬��b�����[�1cm
;�֯���?S��$U��us��`t��^��B�&�����C�_�_�
�%4e)B��+QZ:W�	Z���V���X8YL2��<������<1-�ꢅ}D
	9����>9gۤ	��u�x"���J�?q�e� �n����O.��K���-/'����}f�J-�I�o�k뤯�O���4��„Yw$�����Ώ^܄m:����>FDH�|�r�n�[�m�jpY@�J����.b�莻f�tЖ�<�Acܶ�?o�,Z��}�L��҉m�v�WW���W�S����V��ŜsV��ӛ����Ԍ�R�8����$��ޙ'��Zb{��gvzϠ�~���,�?�ǚ���?��y!�N���ۜ��^ݜ��C�k�O(��g����!����ZY���X��B��m�j��̐3j���YnF_l�S��3��Yp��S������������Ԗ�f\nޘ@M�S�;jw_�<b���H�|��6��ifE鄠�
���0��!�������W�ゼ{�e����$��vC�r1ZD��[� ������@6R�:~h�I�Z�8
��[�;�︒�������lg��2W���Ƈ��D�r_2g������I]�QV��`�Θ�T:c}���M�]W���8DmC���En��h��6P��ұ��%E0_�����ڗ���_s�?���	
V�<�$q���H�;��dl�\�~�L^���,d�D���g1毈XN���y��%h�[6~k)F�?�Q�/��vz�LZ�~i~==���q���_4ĭ���_�"�.!BxN�a�eH�_2ߤ��l/z�WU�7�2�}�gm���&ԓ�_UJ�C�cN[�lQ�#,A<�	R�Tq�q���I�kZu�-�U�3�2WOM�n�_�3�S�N�0#�eG�֥�F�eN/�U�8eC;��\j��4���!�څׄ�뮨�e�=\�ǯ
����.�'K�YC��.�ZJY����}��0BR��A��ݘ�3��*Z�[��6̠^+����n<1LN��	��5����� �E1����rq�5�O��?�?t<��w�u������wĪ1�.�o�����+m�$6�ے�&1�[�8�0�c�ߗ֦^�B��5���õ�w���N�%DJ
�� J �pwD��ȳ.N:��<�9�=4��a��oaR�ׂ�EI������E�&޿�%���(#0!9�u�Uf+0b���=#�Z�N5P�T1,G5�l�3W�(᯾;C�L�����!k�V�|����!i'�|~�g({��Qާ@��ņh]F�g�Kyַ��,�(l�ˏ��h���H��B���ߘ���e��L��b1��=I	ʊ�H�╕d���-J>�#��r�����p;� ~�>�eM�6�Ԕ�?ȣO`��'�H-j�+��0�~����{D��Ɲa���y�<��Z�ւ>�/�|���m��\�ORܛiá{Lm����J;�gmXXC����(�W�f�HW�U�|���hE��ߡ��j�}��ju�Z�߫�$N�~�6�8e-��)��lI=ӠtY(�7��5���ߛK��[�}�m�(EÆ6��f�$2�hp�;���U{6T�\�����	Q���ڥ��leG>��Uf�Hr�oǒ%�{e�9ޯ�>�927�r�׺�{��#�F����}�Qm�E�c``�C�:�6V�kEw�4B����c�(�s�J9ޢ�bu1o�^o.��:(%���1���9�Fe]^h�cDS�&�=���ꅅ(�(��*Om���� I_!
�ۡ����W�ť�}C�te$�2��f
��<��I:Qj�[UBD��ţ�<j gDd��r�,/!�.9o�jxӾ.�evȽ�ҿ�>�QJ�9�Dv=��s�ҷ�Ҏ(8�d�$�"�Ͼ��:�O�!��m��BH�L��%���u���u��6�]�����M�ν���G�';��y��XĠ%�Ⱥlm���E-�ZO$g0���-�*�Ep;���eΊ�|*�_�#g�]��31�)i�s�c��bR��-��ţ�3MOa3Z��I�Y����
�!HG�i�-8
�r;w��ӽ�H�?��ڈ�/�"��������N3�������Z?£i�L��ߏ�c�q�"ID�D����,7�}$	n�3̳V�ʎ�`+@�n=ڜa�S]*��B`h�.��%b
^{;k���:J$
��iK�K��U_���ֺs\}�p�b�C����7y���gKoab6�թ�}���;��ʪ��̯�*wӔ�]_�_h���!:7!=]���}�*&<L�i��kk�pV~��ʉnIϠ� �j����P����9��Q	Ig�u�X!���5%��LQ�Nq)����X��@�:�i�E��Yc@$b�j�~z#l��#�m�<[����3��}vb�t�5�����'�ae�?�v��M�h�ۤ���\�IIߙ
gK��W�A�&g�U�I	!��[����xχ�Y�p@�B���˶�A[�7bx����s^���{a�W�R���raA��[\�iϊі����B����4��
m�0ƨɡNe�!����/�NH {UVc%�O
{>o�� �h,��?�s��3\v��>(Ѓ��R���:�@^D}K�z�beK���e��4�T{]��J���L~G���$N�f	�1�,�3�4��Di}�l�?���g�T6��T5?��n:��"��:�~%��7��#�u�"G�	\*"q"��/����c���ԭ{ N�#�Hk�k�� A
<H�W�o�����#�e:���^\;�:�dX-�Dm<a��l	�;}![���(	S�yv�
���FS��9ٹ3L�x��j����1A
;&ҩ�_ �T��@�$����9w�q:���*�9DP7�4l�S���CETRiK��VMy:T�Y.�N�*v8�U�Tx�%Um�"�_d K0X���#Ө�W���T�*�{��b$���V���#W�¤w�J��1�(λ�,/�?%�E���ͼx�_��RH�S��D�<�{�� �o6�
J�~�F0E��)s<t���+H�1���m'IB��&�Rz<h_D�
�[���n�c�.`9�Q�=�*��׶�M2��Zm������E��[�q"&�9���8$��¡�osή�(ɠ�~�5}�E�:'�7��z�����Ά�52n��K��%C���Q����Ɠ��7W�����IV�o�>g�2�TD��H�fQ�W�fS?�>E�ql��pBBq\,�
��X.�M�Ϗ���Ԙ��?v
	���υU�~[�	��]c�5/��\�=�T�J<�V}�V$�R
��
$��+37.\C��FZUS�u�
7PE��9����ѹW���N\VyZ���72��A�c�eu��o{���C�i0��H���N�a�����x����'I�H�<�w���p��vw��eG��XB�Ϩ����Y�{\���k���VL'�9������p���M�~=�$uHl ��y�~l��êP_[���Ul?�Xl�!���x %�.	>��Э��(3$a���I�zŲ�8��ڳ+ib�I��ǀ!��u�'�r'��D�WJ�k�Ǡ:i�ڕ#�Ɇ��5�Ж� �S@�ק)��ā��qL
�j.�!G/!������a���u;[�Wk~�]`���T_�
vĊ�K���=D���1��xo�6ɰt�2������g�<�`�������2�M@�E����r�u��êM�'Enh��<�	}�ݲ�i�����N�@�P��[m�
�╥�t� e�w��v�vI܃C����*��`�#���n��9s�.G��BM��p�ΧZpn�0��FŇn�n�~�m
�
V�o�	��tU�S��<n���d\AX���]�]6���l5��ˊ[��WX�O�.���(�s#��,'!�i1���5U�(ڶ(C#��sj�magȲa�U��5n�8�i�C�W,�
���#�r��%
��#�J�����y���uq��5��R�G�\��[�V�Ut��{ޘ2
0����ʜV���a�5��n�~���yg���S�x%H�mW�+�I��?���P�A���z���)Ʒ�,�:Dd��9Z#`Gp�m;�&��`�m@�C4J�uj����{��^�mz+��:ڲ<RJ7/�$Ĺ�,���؋n�*+=��#牙۞�ҩ��.�ٛ6F����R�W�W�O���@Bd�i��c�iW���*�N��|Z������R��w��qt���=;M�6�	E7g{���͌�]Gs��]y���q[��#˺�ɶ�0�f���=�&F*
Z�1�Ȃ�Sg��%@�f5h�zd�|���_��\�W4����1�K��#�p��W�.9ܓ�<�_J�2!�DںĊ�*Q���C:��Ock`txV�]�2}����Gl�D���'�t�+���O��;��$�aU�������}Y�o]���eq~~�e�m��2X���iф�9�"+S���j⬖���B+~h�Mhc�(&�7��n�f��N��Q�����x�/a����l�@��o�!�
�Vpf�J��^T
�[�F����j���k��Mm�s�д�j���L-��(�}&٧{
.`�q,&�:1���hh��(0���W:@cX	ѰԐѨ�SDU)ă0Ns����;"|��ٲ���D���񸐑=:`��냠��ʫ���2L�є3v�\i��͵�������:8�S,�6��ͪ&�4�c�6�g���1�nȓY�����Ү�gp�n��h�m�
(+�
���u�h��ҹ��-���#�s�����Ua������� �>��^��4��!�ٺM��e\�sQ�@-mN{�׶��O�[�B�Bs�Cj���m�^4��5ڱiig��B���i�8��)"տ�B�g�8^\��jS:��xxEHvڮ�d�a��=%봣&Pԋ�1	f�k�*�0u&�&�o]/g�Z��scsP7�]�o�Q���_�lO>�Q�<���&��k��<<}0>:󠺀8#�x3�җ��Y��7�E�*�`M�JTcGF
����ea����>q)$�vI�Һ/[V��'7���[)8�\^9�hƑ���?w�o�1�ʪ/q�� ��0������S�c3�b��;�I���䧓��C#��d�Y������?����㴷������#�KqJ5�.��ˈJZ��;Y�EV�D���U;wna�_(Y��|��
$��'es�t'�rZg�9n�xA��<~��Je�:l�� #?��H���cD.ꮤ�����C����6�~�NpW�+�6�U$;"��x	�s0��Lħq��qk_]����i�V��I!'v���Xb���T��?���c^��-�	J�cR�'�J��pɋpKXN׳#:;�<;x��9�!�E��F�N��t�l���t����>d�BXk�i�����LF�OcH����L���at�^c!����B��{A@�S�F�	d!��}j�#.�쾴�r���U`Z����fx�[��ֹ*�	+?W�7Q�k�"XpB���i��L߼�^�/�&��moUs4D�oC��
�=�1�_;k׏y�b��`I&-�@D�pK!
��찾&��Rx�$�/���η��[� ��@�Q~ �j�<��=�����j�5ȅ��#򵱀!a+Blru���r�W�Pu�&'�H�Pt�������qq�R�>l��唇�	��~5��C���"��m���ؒ�nנ~�~-V�h��9�+'�&�H>��V���P;2�/o�r�D�5�8�ʴ;�f�̇�#Q��1�0���岴��&��Sd��:湹8���J��3ܪm�5�G˩p	��>��h��w13!3�WF;v�r���y��Q�1|�H�U��@+�IZ�Dˍ˔8�+e.署
�Vff��*NE��gm��9��Ύ�O��5��)�Q,p�2����6�I�-�c�nA3����~Қ8`vG�V����ifC~lC�߸��X�$�I�'���@v~���(�a��Q�ݸ)O���lv�	̖�Y���i��%$
�ac�̰��@���#��k����f�4�Դ�
r��OyG?h�{�Z���4ܟö�6X#~���W���JH̴b��L'5�!��ZB��'	�M�qqX{�T0㴁|��w�E=e�?�F��R�l��=�|�1�ȳ WȻ�>���m�y$�i��j�<�Ig5�
�4_q��Uk�O���]�f�*Z�����v��Kw�q;BZ��_.|�I�}%9��
ъه����z�T���Y��J�#��C�sG����ʿf�i�����S*�g���#�&�U7�Ol��''.уZ�BO��w���p~30OE�WpF���[G�B7J��uP�r�V)�࿖Hh|��c#[Ɗ`���:#�8�c�݆[\���<x���y�f�D^<���ײ���)�4N ��F��/���`�3�q�O����{|� ��z�����*+���� ���,=4�h�?�M���|�S�Dg����q�t7���
�Fk�(Nt�l���h���c�*tq+�r@O]�YR3I|g���:��z#�
�G�o<��:���r2�lo4�	ZY�hޭ��JOn�(�&��)P7J��)?�­�߅�<{뛕Fa{_��D{V/q���$~m+h�9%�Y1ST�I�*��w�@���3p{$�W��8O�'��=;��6��7\م�ի�$ǒ����1D�V���:5L�l�%�Rv�'�P^kɦ�Q�K�,����&�~�h��X#'�*,i�1o�:T�V�'����[�~&a�@e��7������F_E�x.#b��v�� ��C�6�TBh�迏�9M7+�	]��>�0ʸ�k�H22'fd*(Ѧ��E����j�����	�w+�y9U�����)�f�c���ߦ_m���1�V�o��\P6%��[��N\x?{J��o����{Z:���W��k��g�
6#���]K������&��ߵ	Ѷa#	}Ce}1x��}D�Q�L���1����
�}P��3�v��D��:�'gՀ+
�{�-""��R&aF.�T���=�����e����@3�ۇ���O�l ~�N�@1�I
����:���?]�$��v�̀�.X���XK�ͽ�Ej�s��k����ұ��ߵ�n�G챳��y!WtX�T�2�U�Y�y�<�ij���m�=.X |s?������{@��	T��b���V������t�?oe$:`)�̤�	��L
�{��K�������MO0����r1���z%��%�B6��ޥ�a.�6��i�Sb%e�[2�8,ݨ�dP�Q����8p�
���/sW��c���YZ��|��1��D��SZ���`�H�E%{��#f�q��6�7%�Qt��C�
�H^�I�_�(��'�m��v��E@+��I�wy�I_1ri{�[I%��6	^a��;�X��Y�h|��;/�t�(`\�r|�_6�^��мp�շֶf�����JE�w�;{/��@�X Iβje#�FR�d����s)��T	���Y��VUQ6&8�t�=�/�Z�uG!r�Z{(��D~��N[�6<|"E���+����a]K���;*[�8�Zf�k�|���O�խ�`n�b��L�PE&/v���gG����M��"�b��ɶ�qC����`��1B�xQ)��s��m�䤄XU���୿,����3�H�Q^Q��V#r�MY-�C֘ EM����P.�gn�\�yf,��z����ߕb�(�^�����Ua6�.P���H��6=�]�����A��d�?��G�`�j)�U4���v½�s˲����=��f^V�dU�̓:
��-,q�!fKO��j^Y��ٍ��#�#3nR�(k���qw8/0���c�\l�����t%�>b����^6Q�~��Qk|(��>��͉�[���T�j��� B���g�a�t�Ĉŕ�%	��^/e�.5��X�z�����~�M}�vH� �`���9��P�fa��t���,�t����B4��3�9�:�@$�uk���%�h��Q�4��̨bK�,�ye?��Z��1D9���ë��2b3	���G��~E~�f��K�ˮ�����}���@E�ݾ��.��^�~�C}q7�ȯ]�D\MBc��d���R���N��4#����J��?.�D��U?���]B���[���x'O�eB�ۛO5���f$�0���PLv�jԹ�n�(*f?�
�p���6��
���L��z��YKlq���Ti����Ƚk����	u�3so�-|&&���\ls
)�9�ݒ �g������d�D�$�潫�#S����0cUS�%�?�.h��
#�( )���+-)��OA���^���6pBs�Cb����|C
�C�!���|��!ӟ�i�zV6���P'Afi@�)i�3LP�P����vS�9�0����mtz��V��I�B�6�D����"�������LMM���P�s�-:Q�+�0���wMUn���jη��DЄp?�������uq�>*�Yg�q$�F��
�v�ET:�/Fۚ��` )!c١�ԡ���~񳬻�Z�>����Р���d��Ӷv:~�?>Y��,n�8�%!��
�W�)yKe�Dn��1l��b�v�K[�20��$P����ƣѳ8�Cȝ���c�F�"�5�v�ܖN�"aR���d�b0I�گ�d�N�,���C��ն�X>*��3����Ki<N�[���4E��_���S��]
��3,�.�E�4X�1���6�k�[�z���Kܯ(>uI��!T8:��_s�ڵ��N=��$#���BH��n���~�M��`~�q�5������D�p��*�
;��ŐЫߚj`:��U�󙩑�=Ѐ`~[ �"�ǭ�v��˔o�*o��PЗ/1�;�����!����q/~j�����[�a�^7j<NU�揫/�����u����_�I>y�<���E\/s����K:���p�b�����
8�<�9pd)^�|�rd�1Z2��;kaF]op����p����w��_�E'~G���"�\�q:�8�T��hK+��x��d�A�؉x6j��u�g��{Wp)���h�<Q��ۿ���}��G!��Z��~���	��Hx/���#ed�F{�	i��w�+�zz6�
m�: W�o�)U.vh�"�3�M��dP���.�ӵ��\�a�6-`���])���?�BsȻj�g�B�����xj<]���V��x@�8Z�s\T��'���t���(�d5l��W����A�4��#PΗ�LW���7�A)��dN��.�z�>��ZkCͬ�)�U5uF��P����4�A</>Z�Cd��b#�|��� ƹ�B���/E�q�Q�4uH)V�z�da���tMV��w������P��S�Zmc�Ir��:?�O'Y~ta�v�q��X�A�ŏ�g��exw��z�1��Z�@�� ��N+w�M��L���%
;eӗ�c5��\z,�S7r�c��[sa�s\����+AX�k�_6e��7���i�D z
`>��a��b>����P�-�G5���[�<���z��Z=�t�o�mM�퓄��|�j���j�K�j��$�iOb�V9%��Ξ��y�|뻭���obse^��Bm���[8�C���;{gKLq���z��l
���)�;.��s��5�9'0�k���!��d�U�I-��,��+y�F�_Ϋ�3��ن�~g,�)�Y�!qD� ѿXU>�v���h��y�=>�&G	)��5�5-G �}T��`�mg�D�y	����$n�v3����^�)�{������h��~�0tl�$34����~-t��ZG�)�(�Y�A��eU)Q|Gmu���o�Y�𐋶�RQ�n�4��]�ի�bY���T�ya��qf&�:J���E�m�Ȩ�%�P����w���{�au���f������<�3�O���磻��&ۊk۳���&M`#P	�%R�Q���@"^�Atn$37.�|���/���'c�v�_]s����&���.�8��bMg��}�^�@W�<A���k@%�Oʵd$#O�x�
���	
a�C���`l��T��]"^1*�x�ԑ^V�Hi��ų� �!��e�m�d�U�ol�WYeI�M,��+ҿ�i��F5>DŽ��t�Và�ʷ~���p|�[���H%�3D<}N��Â�!���I�3�j�x�{��v�ʗ��9��mUj���q�a�{N׌c�����E���[�@Z�G:	ޙ�s@�.�X	�y2V�#�%'ܺp8|��IJ�ݬ*�b8���M��q�6�̝F
��$�3:�1t2z|�̴>�v���=nV�	��ZA�I	زr!��$V��75�����6�<
W�++����"�&J�4Ռ��k}����>:
7ބ���)��X�`�
�+f���)�"�[F�_�gVfA� 4�p�=-n��P	�OB��/n�@���u�O*˩�C�I�FY���>z��4���}s��6�tw�v��mE�e��`�[ݡ[ ���=�rffը��b�����C%����W7�jM�Y���,N���<�RI"+�I�,.�<�A�F:eL!-US�\p��\�J�^!H���;���r��&�bc���
2�@	!w��ӆc����a��$Ҧ�us_h��cjܽ�����]׵��8y�	���-���xya
NЫ�����Y�㮵�Zy�� ���P����n�y�tt�e�$D?��'+3[�R"]�!��vNn�yk����Ԅc���r\�`������[zR���Eq'g~��:��}!�w��<����/�$QKH�[����I����;�l���

�h:4�z�ޥ���'�&���l��1,�_. ��[��A�ĵ%�=�c���/F�Q36\���a�)<k:�}d=w�]�Еx7���Wg�	���ϔ�`�e��|Y֙bÿ�3�Fp�����0��l��M��H�1���z���9W�J�nsc:��r��(�l����4�:x�����8!sd��,$V��4xDq,����s,����Q5���x�`˷cJl��[m�Mغ�]?����Õω��E7�,y�F�����%�\��ML�j�"lY�D��œ���C�	�+
"6h�j�h&o�	\����9��0�ЕP�G�Y�Y�=��=�"�Nn/W�v�a=�^|���@���_<��Զz�X���(�_����%����0S���UvK9?}M-�_�_;���$���7�<{��^k�ƍ��C�?/?!kŲ��pZ�0�+��ד���E2}L�d��D�2�L9�^L�h����C�����l�2c^@�.��O)TKz�Q�J���� �
�7��\�p����^����q�B��#˾1z9�q/Y ̎hC�Y*&�x��?�V��5F�Wo}o�
�C�Đ���{�d�hW�EP�h�s��0��Wj)HQ#c���x�ն!gbP|��)����ۂT#]B��ꞎE�B]�1���o��H���ȿ�#�^zI��Y��wZ���띏���Q�hD�?���W�ʹ,!�1Z����4���ȫ>��2i@�ay��K�}Y�g�{Z���e:�n|��Xܣ=����^�;x�Y�S@z��Pt�!H��a�NL�����:Ԩ&����&	R�%�O��xu��}��Asbm�|Cݽ5�zRUI�U�!�r�X]f~=�!G��(���`��4q>;,�DY��� v�޶����i#�V�.Re���j��B@��+����n��� �u���J�u�^zIRV���rP=S���a��b��|*�����p�*�\U�G��3��lz��C����XF�7c���2�<�^)s��߂ƙ/�
��ބrE��rZף������o��QZ
�5'����Vj[Etxk��B�Gr%I0�#2���U9��ֿ��Q!�|�v5���T�y@�yk��*0�2��5L#)��c�U��Y�m~�׊���8Hl����F|S�W����Wԓc͕�q����k[w\��"#���ASJX�;-Ռ+M��|�8T�ҋB$GMX�O���-ŐS{ԅ b�Q"أ?Ԝ�Jt&�V�`p���Fmй���N�ʲ�������;��Q�<��cX+C��(��f�`l�MP�v��X;� �m�|H���p�ׯ�P�Bi����$+����Q}�M�1=0V�ZWú��@�6�%�;�i��y!�~
�ۼJJ+8�s'�H/��$z�<w���EY@��:(��OB�݈�+\�\ݜ:d�'W>������h���9#���k����ӛ���x��a����������@����VjF�h�Ƴ�_�������՚��n�|_#�)��X��6�T�q�:Ei�A`_uk��ٷsL�?��
9IFYQ��.�����;<�H��%�	e*)�V�m�%0x
k��;��=K��4��2Q�0���Kq�u���pVY��-�T�&�8��&��l)�
ЈOc%`WrS�����}a�|��
:X�3�ܽ|�k�g3�l�V<f4=�|�6�9��%F� �,G�Z�ӏ�]k�#�2���@��V��T3m>"sC��?��O�c�
�J��:��(��i�|0���1�G�v?%^�X~���=��Sk$#G����w��f��*OzE����ɶh�Fr�X�K/{)�ǟ�ބ�۷�$���{m#̯8��F0�u�F��Zؿ���\*�e���R��GRB��T�iN'��\[�kk���U��;��;��yzMs��+F�Z�բ�.߇�.HZ��}�l�mSb�%���!Y�Y|9_a�>�үW�,���C���	��1R��B�{6Щ{#)[�_�o�)�����3`�!&�;h���,8f����r8��l!�Gk�x�e�@�a��DY$E��Yg>v��hĆƟ����۫�����R0$\�)rQ[�ɒ����{�7J��w��i_��į'��7���w��p����1
�-Ĉ2�
�Bi����"�P�|�X�z�T�<k긱��]h?F�(;ZP���2�I�5�6�Q-��@h�(d`t�u�Rh�[��!���w��K�#^�z��	j��=r�
ᑓ͈|F�	U�iU.�ۻ�؟���Ś="��˚�n�>i;�xs.�Z�*1ڱ89��i���tj�e�b$��b���9��]�Q��<�/ε����;�,,��vJ�],X�qF�4V:1��M�"�՘�c����?�A٫�y�.~�R�Dx�+��l).���`"Z�:��H/`��$Ϋ����7۸�MH���?��@��K�*���hU�,T��m�x
�ȣ,��/������gb���S��O?o%�������Gm�Iӆ�Bh��ּgJ��g�_!����FQ�%@]�-
gUb��n�J��ۀ�rN���V�ȉ�uea�7%�2=$���3q��Vr�=OƲ�y�{���xQ2f#�.��؂�A�39��+�y�sQ�X��D�{�]��y������/g7�}�.�i	�6�b����=���T�c8��-��|��=���ϭ���':��[��b��mh-y���g�[�ei͆��@�����W�� 'zKX&�k
K��W��Y2�����{��U/,蕕�ړw�i�2�yѳ���9kZ�+��v{m��؃���2~k�h�Sc��-L��Y��st�@rCV���޷e��5?ZGAq�U-�!�����Z&�~ia<q*���f�?��+�>��*#�3��*J����`�/��.����Ck9`�a>��cPM�?JdJj�yP%�u^�nqWY�Zm���E�2RX�yt��I�I��Z2\<`F�ի>�UV�7�W<�e85}�&Hn�ƴ����'V�2��'��!/�U%���υ�VL��>]5g����Rʚ
s�/+�$UEp �r^���6"��a����2���}�ҩ�3��=!���r”6둭C�fIb�n!�D��!�Z�"SB͡�t��a���)��ls��#�&���2%Ղ+��$��]����"���75)�D�bT�S��h�4��+:�Q�_����Nܢ>���y�;a�aaG_J�,�sQ!G�����\w]m�e��D+��������P�r��B��rJh��w���/E�Aw�m�O����1Q$�i}/�@m�2n�w�wf�L`�y%<�RU�
D]ݮ�y��2ؚ�*A~P50�sFQM{�_Xr�?�l���x�'�-=�	9��)��h�|��.m��hb���rU]O�0�}|�7C���,�
`��(������`�"�	�� f}u�=��*_��ߌ_��:^���o�#��t�i�\�p��zY#fCb��
NZG]NV�]�5I*���e�.���R{Ij�s>-��w�x�,�ϦF&)_�L�Qi5�W�
�^\1l\D�@��d.�ϭ�.!�J������$�v\�s
I.`Z��
���*�Ϝ��-\g�+<�r_o%`�$�4����Ⲷ�M^m���e������]N!�@����P]6�O�4��R��Q���rٕU���
۳�{��0x'8�WE�����MEa����<�w��9�2�R�������D�b$����|�Q
؋�w���p? %.��������b�2?���/uL	<ͳ�Ie�m���q�k+�?�dk�ˢ�K֬K�	<D�����7O$��A�F�;(hy��3X�\2=Œ���ü�a,�_�LBke�)Drx#7`�n��Ҽ۰f�~��L�8��.
|Qߡp]�z�4�*��$�$����
�fk.m��,֥v����-�7��n�as���BYU���~���p
(t���<�K�m���R�G�-���(D�W�v�m���E(����`��^��R���7m�~��T��|�3^����[}粸��~n�i�`��{�0M�S�(�n�ۚ��+��r*"��Z`��O�>�+��NQ�q���ֻ�E�c)�YI��O�fKFϔf|v�0��Y�-��dT��xekT�=3[4����)�u���|�Sz��5��F��PyWY�Wˠ��h}Pv:��؋U9����]�M ���d4&:M�ظ\�gi
o�
��޿�۸[%ـЪU�2�LH��Iv?|,��T��er+��XFݤ�W�<NlD	��%�re��m?
^��(��?�;�h3n}r0�"����G.w��|.��,��G�rZ���2�^�3p$����2�M�w�GY"��9K� �inO���)V����o����Ͻ���h�����@V������aBT�8Ja��+��b����!,,j&�Ps��gݲ�V
��ϠP2���<��/���l�~�,}dRNoQ�<���B�fJ3x[[�`�ZO��_�G�I���I�gN�ɋ{;�oa���S��\)�
�9z�,����p�Q����^�3�����t�t%�9-<����_��6g P����4���i��V{ia�'ke��6��xz3j
�3���$Z�ǽ�;�,Y{g
.��>(ۊ'�L��c���J^�4'�Jdb8�Z\�F��}�elZ��������u��������8	k��Is��bf�Wo\>#H����#�N&���5�/��<�L	�µ?ϘMc܉{����kL����5��3cx���
%��/-�VRQ�)1�2X��2��cp<�M���i�cgՙ�۰�)d��k���P��sD>6=2�
W ������8fV/oo��7dxH4q�aBn�r����r�/9�Bi����6���'h�Zh1
�q��5�7���d�t�{��}��z�@�HT���[�	�C��`G�A��a�ٛ�m���zػ\�[c�7]\	?�%4�K�+�Tc��3�2�:2B���.,�ht!���D.�v((�#�`Z�~�����$݇����b��W�Sލ$x�6ް��Ҩ .gE��%]JY(�Ҫ�K�+E����Z�2U��s{t��/�=�26#dK֟�½1�m���ߟ�6b����RUܰHJ�� �o�ԢrK�־��m}"Z)�P!X=|���;,��U���5��Y�x]n�E�zcdY���R˛��l,`���W��{��ˮ�T-��D�
�������lf��
b��ki�m��@~�C�D|qC.	מAݽ)xίʍ3Y�l휨g����+�y��j���`���g(|���q�8���-ڿ5�|�FI�6�ɏ��
�9c�d�ч��.>+�gű�h�Ɣ��6L�'��y��"��7�ٝ�Q���N�XB�p�w�H\�
�����;����֝
�.6U��;Y�l
V3�hs\����(�z���<W�T�Z���
�p&��}��\�R�^g�.�Ǥe���/�)��/yo�3��-����գ����pw�Su?]��ȼO]����S����8Lh��\��+�z���S�q�<�
�2w����k�K�B@b����}���U��–ʋz)��ͽ�>��wf�v�ʔ� Y��-�SU�Wl�Jr���B�u8�T���" �Kv�j��ţ�n�_͠A�c��L��0HV�i��MC(ږ�p����;ZK�eϼB���$ P�+
�N8���Pf��z����Z�pr0���O7�Fre�
�p2:V�>�l�'R���,����:њ�إ_���i�Ϝg\C]C3F�6\Y�\y�5 ��W^eXNԙ �j��I���8ꀻ��(�"��߬�V�|���^�����P���!���;�֡��)��U���@�i`�㲱x��
���rXk(���
�~1t��W�!���1�m�:���H�����z�ߵ���/�&=�Z�xb�x�ZJ�������ʪ3A�\�vQMr��P���ю�d��!$����Brw�R�9�ޤH}���ර	+�!�՝����*�\�jc�Go���f��.��I}eٷJ�&�����p�s;�:e�������	�Ɂג�Q��_]��S
�??\�^u�M4�f�~���>x�(�`kw��Q{�ʂ�7cUG['��nc�j�yy��S�a����%Y�J���
�rU�$lzk�>
�As�v��z{#6���yHKn�D����n4\�.�FW��	"�]S���(0\�hUÑx�R®��)R%�@���|�3C�yP�X�����`�S�Q-�~>3Ȫ����l��/#	v>�i��/�����uyF.%	�Lrl��$�ח}�Vx(���<���P���z�]zz_��#Q�</�z�.���4���
�9�c�Q�5/t;^)�,M��_��h��8"iCz�>m
�P��0�υ�ݎ�s�Tt��)�o���HaZ��!S�� �R��P���U�ɫ{�oݎ���=$�����J}4�6B�h�gDqJ�"�)X����R���7�W�:�TC�R~�0���T' ��$�M;W�n~��^��	�!��U�%3�"�h+��uk-]�Ț��ʋA��^��_�.��-�l��O}p�P>�+4�}��2-ků|�ٜR��Pdv�}?=�–07L�&N�i8E��$54��]�AuKnto��>�|\Ka]�׮��:ȋ۹�q6pVs�㙜��T8_ȸ	=\E4o����4[)�$��`!N>��ϔ>�>�b�aU���\�uf1߆�d�c�M������Ë��s�ţh�kI@8H�3�F����)��a�e�A�V�N$\D��3���9�2��r�/���gm�d�q�xiP��R�i}9��VҼR�,\�R�(.���ո�a?��n˅77�ZU���9a	�]G#���x8c��3��}+�>�׌>�N���/�w/�=�f��#��.PmY3Y7��|���K�ət�,��N7N9-啓���X�V�e�_~�����S��O���@���]<F�G� ���S֐=hK�ps��bۢ�F4"������R�Q���MjՕ�������.[�Z��(4�A���2�/\:����+�q?�u��f��i��aѾ9i�Rr��Ϻ�T�>��W#��s��iW�4�h�sM�%�9�ጨ;R��^��e}�~�	��ׅA�:��%�ˏ��fƙ[M*�&æ|�����M��6�Eګh�T��eJ�/z�����Y�
7�*�$32�crXD�Eg�Hp~#���+�r�p���̼az�u*h\��`06�JtJ�3��~����];��j�n%Y"|o�����C�����r�����H�dh�)�l:��O]�m/�̿�0��HDxÚ�)ۉ� �d��i��':�V#���-�&[���%)�IA�b���{�����S� ��Y�qh������(P�<5������=L��x��4!��<��e������ۏ� &fj����W��&m"�_��%�e80f>֏���[G�P��(��*.Rj^/ޏm��1���バT�w0�'tD��F���<3��(��m�08�a�B{N��[?͘d绱��>����F�R�G*铬�J9���	7�u�K
Kb�R`�NT�m��y��c���$�l����(�b�Z;-Il��8]����T�O���t�Bt���ܧ�z��A���g��P�ꏡ��K5_���{�`�#Ú>��?���bkg�pSb 8�h}Lerٟs�����O�n��~��>*�S%+k��T�3�cU��u�971�Nh�21S�Dq�$��&�b|o�%� \��%m�ڪ���N���{�in�Z���˭��hd8��P�c=Y���b���jr�En�<�M��xlN���\mzNP���l��`�Ϋ
���C*��V�_�=���vJa�����dy�Eڄ�V��ߖy�;�JJ�?��eJ;�C��ĥ�IWf����j�"5)�B�1&��|���X�5����7�Q1��k����\@���	��M`,W�}�qe�<S%���L%r��ѻ`κ�3S�V�;.�sP"a~O/�ru�+2�!h��g�ayj&ҹj�Иz�}�/�y}�
ɛ�94{�T��1���P�Y�U{-rTQb��Q��� 7�<U�!�d���
�Ks���K��4���z!{��`mw?��`�An)A���s�-��-��B-Dg�j_h�2���t�/���Ѿ΄�/H�r�L�ɓ'��˱���Z=k��3�B=�>ҏ����ߍk	�M
�B�
��$�ʭf���::���a�g���A�\^N^���;'jaN�6�c����~�!�	a���Q�pG^�>>L���O.�]�/��
i.y�y�s.��#��3��z�d���5���H��q[;�ʷ�C�s���f�L���o�s�G$])���H�ӘUi5���q�̄z;5�}&���&�v�F�Yc��D�p���:d�9N
2+F��!��g�6�c�V��sU������A���s��F.V�WS�܋�r��s��=nR���?b#h��ñ]��1����=(�U/-�[\���*C���;��jT��+�0�0}u�Q��7hJ
��Z���p��I��}�H��-rX�Iv��|��Fm]I+}*7�.�*�0��i5Hh/\�nG��_<qHi���7�kf��Zf��j���u�\���W>M����ʵ�rls�Li%w������`i kze�B��#�H���g�Zyx�����Y�3����
�)���߉�c���P���!��rg���^����rzg�B�!��$�=#2,u�F�X�3mBl�ws���*��'�W�v]�y?J7C)́�Ź��b�� �y������6��a'��\�f㧿.�!����:13y�h�YqG���%z�K�<Q���
��PMo�RCԓ�ˣ14i�K�%V�~	<: �t���������4J2l�Y����ߵ�X�ã�I�L��ѝ��J�R_�0�O��\��N����W�4���,�,��G��P چM�d$I��������66b�_�8^��oRB�5����`�g�;]�M�V�7�*�$���������ʠ���m���@w�T�E	ӭw7��\��1�V9�Z,tt�+K��w�n��Z���wP��L�kNTQ��x���
�p��9��u� ���.�C�,�yK�i�������K
�?�X����G�rӍg����\y�Es�wr*D�m��HUl��w�;[��*�v���[�C�q앒�q>:���Ҩ�2=��y;��!�Q�4:��dp~��k�ʩ|���x�Bd?��{V��+��C�p 2���x���TE'�m�bϞ�"�	��4FCE��Q�Y�y+��r=�`��h$����h��⺆����a�����VwVTʮ��*=������h?�k���7v �Ğ�ᢇs��hm�0gj�ү�}�q$f5aq`�k�#L�`
��S��<�Б��v�p���
Qm���=��_RJ=��K�ŀ�%b�4�F4h��|�w��2T��=
�
���:��P�^��Z�۪R�^T2hwb"0Ƥ�pB�����0(Whp�7�>PJ@����wT�XeE[�������^wᕩ�����m`Z_m�������YP:�j��+���ٮ�:�3Z����b�PB���Îx>j�F�gj��D��0�����ţ� Dݕ�g��(��UrV��^ю�,���s2Pf��:rD��<O��}�4���幵�|Wc�,1Z߭=�<�n�<�,nW�ECN�:����Ւ:�f����v;�[)4r��ΨYQ�J]����� ���2��Q�
�^!.����9���{c�dӑ�|�'�)�#�a�Z�4!�xR�45ΤVSuk�0�fh�$���#��u���_�*�*�g�T�j
`:����?|Xv�*AX��~�g��8!��ך>*����lk[@�$�K�*o�����W{���?_FE��*�4�t�S9��T*G���� �E�Q�C~��%k��4!����'Wȼ΀&���^���.��-�My�m[�����)K�Rd3
�������
�l�뛢>�
i��I�r:<������Q�$�hM�2y�Y���������ؑD±��c%7�igtv����<_�y��
�"��lR)�~<Cz"tA+R�/������E�M�R>�w\����ޞ��"��o�\�{K�Q��r��0��Jn�{��0�u�ب
�cȫzϭ8�Sm��:!|p� ��;�VOx�3x��&�Ds���[��1'�!~�;��?�j�Fl���OK^�?�0����5�ǶW�A�?��|ň=}��)�/�\�U�l|wZ���s�B`R�zCe(+
���Ҟ6�/�`�?A�݁�f�%�_-Vƀ����xO
'�5<���g\�)�����|��1��yA������%��{�� \6��͝Z�s,�j�q�!'7����J�#�Q"�9w��sdA[�d,��<i�-5Z�X	L�D��
�g�:�A���)�Q,p�▰�#U��鳀�x��=(K_L����_bAEƂ��w��7��ݟ�'ǰVػ\�(�L����C��A�O�cH�eM�)�S�a�B[��:��:���k����1QN�n�uZ������^��G9"���� v���^W��B�֪,Ԕ���G[��&6�Vb���o��� ��2��B{�,'l��-)��;��\��iˈ�-�e)1��jՠ'zA6��B|��󐛽Y�2o
}w;�n@���(@K8�5�z�9z��pqT'm���m�^,J����8ۓ;H�&��m��Z�dr�ըӟnk�ƅ���5�ԧxp\ѻMf[�B�������9z7���w��a�wb�#'�{��ob��.��O��Ki'�)7Ѝ���*}·��?���Q��~��ֶ1m{�
���J:ƊF���y|M򋣱9@�g���I�a�����|Ѵ_���B�bn�t���$/�%ԯ���m�A���i�^�MB�>��\r�g�\^Z�7>��I����_ю2#������Oֺ1��һ��
��.r�3���#.��l���7�[&l���_�g\6��¸u;�<�c:$j��Pcl�%���`���`��cSH���J��a5�>,����!�ەU�JWH�
q����m$��L��I-H�=K�Y�Fx��B�vF0bA�cq�t&4u�� ���$?\oV�q+��ٚf���J�[8�ø�M�ʙ���A���p[�ZX�Q��W��q��U�h�A����f}OsD%ݮ�	恜�In����Ӕ�,g
�ѯ�b,��
��f���n\�:]�ߕZ��/g�ۭ'A|�l�]�g��6�4w:�_���T�q�V;��N
8f���[u|Z'1h��+:jm�d�rס��ˋ�a1��x�55���(��_�	)�Sy ��J�`Œdp�O�
�1M8�j'�4=������vdF�H�.fX��G8#�D��nMp.��t��p�&{#�-�݅�ۣ9��m����q�g̳����'{=�s����OM*�ŀ�Eb���'�3���ga�OZ��;P�>�Z�G$��
�_ŕT��}�!��ԥ��!F?1�h�82Ut�Όx�x/���k� ���BIn�‡v�%�չh�T�[�l�>u��nH!��܊@��}W�/I�t��W�$�`�� ��U�&�9`�b���_�D�#Br�Ɗw���;�Y���1�X��0A��U�l��!ȫ�'"�%��M��:����s���� ��9Ւ�@�,���_�9*'
�_e��:���T���c����R��н�� ��x�
��r��1�P����n`��17��T��\��0�a����;��NK�q�Ȋ	=��:�5\�8��j�?P���"|o����(�����Po�H�F���t�w$�y���
�>?�`̣�J�
�[y	L��eQĐ6VT�&�լ1�0,*�^A�u�P�R[Ȝ7>�!c�^^Ap��l�a� �|�͡(<{ʭ���<�PK�
�[��� � inc/admin/images/masteriyo.webpnu�[���RIFF| WEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 ��!�*`�>1�D"!�d4�Z[�&x��A^�'�-w�;�k�+�h�_����z���[����ԧ�`����=y����3�gݫ��������?������v~�|5~�~�7j�x���?��������~�^�rI��3�������ڟ����w�����O��?-������k�`��S�����o{��{��o�ߘ@�?�����S�`/�_ӿ���{�j�������?;��g�7�W�����~������e����l�N8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç
�H�lQO��X @� @� @� @� @����=���!�D]�(��M��%^�-��V��G0R�MH�S�8XM�\� }# �߿~����߿~����߿~��������mLLp�Hs�ǵF]l��s��f��!��5��"r�K~]��D�_u��o(V��CD��t��"r�,X�bŋ,X�bŋ,X�bʼnDU�"���eh���>��h�x��8��U1uS�C`��Qۡi��6�w�1h?���'�m��,4����u�WĬK_W����2�BZ�E��5�0��zo��SH>��BSc��N�wՐ5E�l&�z.I�V+�E��ڬ�ͻ�'�g�+/̎3䱗x��0��c, @� @� @���sI�o}���y���+���nd��r����}����2ݓ(>�"f���M�����س�4��	���CX%�,9K:r��9�k.���{8�s�D�*������	6��X�bŋ,X�bŋ,X�bŊ�l۷9fX�����e�&��3Jí�����8� �s��,z�L����Zvv�*H[�R$A��U�C��܄�Ew�]FiD��⿧�0�4fgC1�v����,ɲ"�7�m����PP�w��\1`©��
(P�B�
(P�B�
(P��HKȞ���s���?qk�.bqș��`*�<����%�B�ރ��N����D�<�oN�����v
ŋ,X�bŋ,X�bŋ,X�b�
XTDzT�
�p�Ç "���n���OX]p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p�Ç8p��t��0�9����S�2��rcN�[j%b}�Tک�l�不1�2��*ນ���+P���A�q��[^0L-�~�d�����i�0�|q���d�Ѩ�<n�.u�ˋ��G��`��G�9-��[��o�{���i2-��-�7h�k}|�	���8�"�,�t��� eo]nA`�C#���ԙ����\��fza�4X7Ѩ����{P|���1�YQ�>0�]c��q�J[�IQT��b���@%㨪(���o�ذ�<�|��*��~ER���x����g�:�:���>����.�Q>�����Q�M���O��mvm��	_�̑U14!|�>ڋʺ�Hmuw�.��/��4A\fvk|���}a�����Ly���ϫ��^�߷�G�K@A��J��E���e=��Y��t����{6^?�Tk���g�v����
�T���u,�l�`�k	/5f�����C|��C���"��7/�L=�@�`pJSh7�/����ze-i��ۜ���6�"�l`!�vlnx��I��Ѭln��l�ҿȅ|=^�V|�knșq��1i��h`Ž,q��t]QӍ���Gk�?P|������,q�֘�.|�S���*�+�W6G[oğ�.=l���'XD�_fP�q���!��;g���?�{�����&���O�d�t8���(��N�Q���u(�s�:O|װ��~�����v�����%��C��|���1K���IN܂����`��3e�"��TD����(�����P�J����PC��cu+~d��]��9Lʬ+�i¶-�;�5�B޳L��ɬ�9��A�I�^_��.sf<Ȋ�O� n�x���ͨ;8��IJZ�z�9.�p��ڄ,i�R^�_"�ܿ������9V�jTP.$�"M�3Om�S�~h��bbL6[-�-��ՙ��往�Q�QƶOd,B���QE~�Dծ@P
��u�::��j��z,S���d�T�ڊb�;��w�%th��[m@���(�u<8gr?����n������h�oٹqX��
�n��B<���bX��}�D�9�_��>�����ڗ�yդ_�CZ�=H��ش�Ն/_�$�H|9��K�����l���b�T�zȊ�@���|�W%�Y��[�֩+��&.��U�rV�3G�<0�����#���u;��j[�H1�E�Stf���?E7w━Ts�Q�����1�
�~���,�}�W%<g����;��̥v����x�ӆ&$�25�K�k(�����,bx����g�eT'�
��=nQ�������υA��1N�%��l��}�;[4���x�Wp���M�#�O�C�o��9�c������r�Y`���}p!�Y1�}��zR�uO��kG��4��E��+|�`K&��XXiX����C��G��A,Y�3��ɽó���b�O=&�t q�X�$��Ծ�	�U�!Ցjpv�����T�B���w�v[�
pZ���OIZ9T�ɹPxB�$�c���R&�+�~�p��Uo�zf~��T��-�E�CK�X7��>�+:� wƔ��⧡c���S������$L�
^و@�Ċ�����U��[J�l��{�-��i�+,=��~g#^W��;�]���;6�{֓U+�F��%�=�)V�P�`'_?o�p��c��e�j.#E$�k]��'iOf�����XW��ݭ�+��Q���}�D ��[
Cd��"����K;%��A>��xJc����qO��8�g�ϩ��������о���!b�� �p�!`!���E)��f���%=�^�]�Ws�yᨒj\��7OԌ�zH�ǒ���>�9#�Â�r(%�<W�J��*���Y�6aKp��C���7�-�j5�~�[�����]���t~�ꜣ[��9�o=��^���p��q�ˑ�0��`oI�r��,�DA$���S��Ie���zH��L�?Y+�y��FS�����w����	�"���HŠ�{����FwN�du��>��L��=�aY���5��\$���ɼ�c�����Y���O����d�//
s���s�\�Y�Yu�Fb�cì �
Ѩ�c4�V��].��
�쩨Y+��Q6�b�W�=�JK����X��p�1\�Ա����ay�Uh�&9��Y��X�*n��x<���f���z�Tn�b�Se�89x5��_!�F��f�T�0����U�bj`?�y��95u�����-DRN����/\��׌Lfr�_7���-�w�Z�lW�&�8�]��>����#S0W�Z�e���-�}&�'�N�I�T�u�ygEZ[������=(ɂ�*ˏ�b��R=�^EG����T���h �}[�^�G�&�"]T/:���A��Z�5&�tq��|t�5�=X˥L�%�m�#J׶�׵"k����+���ļ���Պ�S�rONk�"�\�WoM��߸>���k�Wӽ!�@�?�>�>�2�2]�
ޣ��^(�@��m��ٺ?�}����K�����gmm$�F/F�ˆ��#M8�M�������1x�zA!G\Z�r5�
#�>%�>g}�?<��~P�OV�sIZ�с����;@��I��Ҋ4H�A�LJ��Ū ����MT:^�㽒�5���	|����g�1�8���c���0ジo�VGf��5
�����g�G�L�]���VT�`�)?���o�Cc�ƅ]�D���
��d��K��w
��B$�<�Mj���K:��==����z���zА����J���* /�	����G������w%w���b�}B��Q>�
ZG��1%�a�ʜBP��g��`����H<OK�Rk�m'Q�XQl���64����5N�b�'ۮ��6�����f=C�M�-��'5-~W9&�u4�vy�-�Ħܤ���X�!��Yr��9@�TO�th��A�ߚ�����w�/0ӍhlB��	O^�������_�P
���BVG2��A�勓�B����
��
������ b��+�w�x9����ih�Ηm���+K��%Lȏw��-�[�{�XmΒ���F,�î/5Lp�|Z�m�c`S	N�������
�y�����:�Ԟ��2F�s��;�,�ϧ����y3���F�.�@����NS��ZN�!��!��fD��3����\ɥ��Z��Ym�k��y
�g�Ã�c�ݨ�B",ʳ���}�ī�jj��>����e����*2�rofY��`��Zj�?)h<�l~�x;�p��+��^\�oC� �]߼���t�/��6sA�BW��{�/H�I@��_t�"n��&0�eJ�09*
�-���u��qռN4�DO��*5X�kƙ�3��~1�53�9���z#TE��H���|5t�=�U��cy�ь(�[�;6,��Ű6Q*�r���_Hv��qd�J�d�iб�,m�X��c�;Xşe&P��跖|�-*U�Y����j-�~j�m��2\��P����Q�(�E�8����&�V�}�|�%g���v��8�����<vE7,�R�L���y����=J�/&���dV��;��ܡ�G�w֝P�լ�D��-%&���h�=ί�y}���3B�	Z1ߡ��P�W2��|57�|�^�9�@�&��!
��hH�a+�{�\�eFk�7�O����Uf4�^JƱ���y��H��8H�����ĕ)|0�k�e�#���WԔ�*��[~��+�A��H�����J��31���VmZ�j%"Y(�A����ܻT�^�|��"w��,I�ۧ.h�=�fw�z
�\�F�3i�1��i
ӽ���e��uU��A��p@�u��;W��)���8uC��B�cE�B����{g��W�f�7r<�|/�)f��x��ݩ��g�F�#�o������X�m �-?F�P��k�h�ErXa�qDKC����ʰ+^���U��=�d�ɽƹ���m��l�1�7Ⱦcُ:,K4�e8|$�����Ӥ�
͕�.�a$_Go����5⬩|=�'vU}H�*��i���J����)��GGW������%���/��O�s>�� Q�t7L�����M�c3\sAAТ�f ���W�5�(�D6-���im4�x�!�n�^���
�[A�r�g�7� ���E`��֯^nG�!\Ո�̓jv���
/n��t;���۱�BC|V&RY���;��"�
�m���s��˜�;ۙS�,��*B\�!����S�9;���m�i�6���:��o���}��,UF�������K�a���N�7�ٹ�چ�b���$�sruΪ��l�ӥ��p�6�:ڨ�#�x`�&}�������hʹ9���D^f��m�h�)��#�0�S��U�g\�����Z���O��F����O��tű���h������wA���Z�S���̈E�XI��pY�����%,����a�cD����	lNixV����USKh:{�����Y�����mr&����@�wuI�ZX�ŝ�ӭ�@R:��p����|@d��0O+��O:AL8�e��ev�8'�6�+����tY�-���vI��y����J��H�4L ~�׀��uu�#�C��9�5��`&��h�q/&�}ÝtX�W5xU���(�eI�al2�w7m/�����9����	
W��Ϯ$]21K| ����{;9�/~��Ӟ���%Cu,�&�ͨ�n�m����
mP0񍸚��tݍע;r��4�x���#��/{?u�����cT�h�R�ն^�_����\f<睕A�H�s��:�zx�|C��(*�������9�mh
>����{��T�����r��(,�O'(T���_
��}�t�E��B�=��&-��M��5e=�'������iѩ�t�t���9��)�⾡_����s#[o�kyb��������G�n�J�%��i�o�g�A�a�����$�	�gt�d���_z�n��p�Tf��6ݱ~/����j��y��q�j�!V�sF7��Huڑ�?�#� �Ι��no�4
���7�Bn� �	�*��%kK�,�z?}�֍�fe$�1�f=)��|�M1[��][�*���a3�mB��\�T&���
�|O�ߩ'��z�Q��(�SzNr`-�F�|�*�����P�ļ�/:��-n7/P�
i�����n*]��d(hqLNmTcK�[�.�Q�}̇x-�=U��O�.��`�'�c'��LzK�q��PK�
�[�^��
�
�1inc/admin/images/starter-templates-background.jpgnu�[������JFIF���		''#*" "*#>1++1>H<9<HWNNWmhm���		''#*" "*#>1++1>H<9<HWNNWmhm�����d"��	���h�
n��@��4{����=kf9�-�w�a�m���I����V�[&V����~�^d\�i��C������/���7�w|����ם�z����K�1v\>�~G�Z.���������k!σ��n��z9,6}��'��g}�z��er�^z�}������r>��t�����ڍ��k����@�$N��z �}F뚺^�]d�G����t9z���q�,}�7�庨{���t;�0B�1$c�LMAY�����@.�)�j�i�TSl4�t���,.��@� )P[pyb���J�A�_�y�q�|�#�x·�6_M���z�y��y�]҇	��!}Q����~,Ru�|���.�N�
��@9��Q��f�o68oI�8�����A_��g�Tr[	��A����D���Su�]��j�k�ޮؒ���5������I�]$^W�@�փͶ2�c�ß���@�l��E��W��e�&���F�&�.ˎ�e�2��`��8櫦��>�^}M�g7���vR�`�0Ÿ	��B��[��йX}^�-��\��c��ɒk�O N2��c�[��Aр
4ـ���ga`�K��$�rЍ�������ӆ���P��m@j6�O N�J�i���6`5�����<Z��D�#�2�pPL��E/�UT�
N�hR�=�o���LǗLk3�u2�e/�p�����l�&�,�|�wmu�H�p-�vl�UEJ�K�@���yp孱�'0�b���Zɐ�.R��a��iJ.�E��J_�JYe�͗�������i�8�lÞ��*h)��v�m�w�/s�zU����E�de��y���n�E������?�zO�xO���Om �l*�ɮ�L5��[?W~kr��fY��F,s4��Ȇ������m�m�˚�[J+uin�yE��9vl�W�V⋩�5�S�@�`Z�+���Q��v�#0;y���_U�o��ᢱ�29�p�X���S
���n�WZzg�֜_G���y#�z�������ߥ�\	��r��D,Xs^�$ƶ�V�g�&{�a�{�{hSb�T=iQZ.�Z}Rhg�t=N�����9�,)KJ
���4��|��c���/�h�Vi���L�SA�R�.�˶�8�k-��B�s��8�j}���n&r�1��߬�"G
&&�.��H;:o@��G�e�5��M��~ߛ�qكZ�٧I�<X��=�)~�y������ͳX��&�{��*%��)�·���e��)YT�z��{�Ű����Kǽ��Rm�fJہ��[�K��͞N�U�=1`��r���ti����m�l��a�5i��F��9�F.R��_GR�jy�-qK�Ye�}=�H��p�F��;C�_� |�cQR-��J�D��o��+=-�-O�{�SU��_��9Ƚ��,�/Y��i:;5����
Vm��W{��Y�{ȷG���ql*�$�h�-d����]�����%,boF�j��d��t(�@o�Ѥf�O#˚�ٮ���_J[f5ٯ[m�R��R�,�&k���.��l��Y���H��͂���a�f{)0��������VȲ0�n��'V��<�o�`I�͎�����ˤ\��0�?S���p�Ë��!�,�¤�h�����g�gi�®�UQB�@��FJD�;�G
�^)��ti��-�Z߈$��l;xq����>�v�!F��maE�/5�a]Jf�1�l<�A����"@x��)e����)L�2d��Ҧe����<��
\�K�����Ȋ=���U�J�*J�쮷F���C]�6k�Ҳ~9��I���`Yt��s��(��-��A�iu,4s�P�y��ql*����
7�����ryx:[p�����\YqH�3�5��	-l�XwI�;�f�]|���[a�����>q�-G���xs�]+�n������c��_ �9���r��.<<��i^Fn�;����0o7�i�Q7O�;�>��3��K�������2�\�v��i����l�jv�ڨ`i/S�r^�����~��y��f�������J�->�w����F�[�u3�r�����X��ia�{�s�-�_)�{|0
��g��zF`@.-���$
_�������v���F`B�V.M�~<=?i�hu�o:�?��.�c��i��03�֧��}І0D�	����w�k)"k��L�c���Lr��iMz~<�r�%��̨Q�S-/]��um��.�#Y�vf�W���rv��K�����,�t�F�j8�:�^��<®�P[�H�HR.K�q�.~ߥ<����u��J�=���z�:�l5���f����A��s��ߴπ.F�����|��H���:�.��[̺�(����;�W��z�p�s���O�wڞ^n�T��fK����
@�2e�5�z�;��.���dn�{������Ų��ߟlu����}ޯ��yRcV�l�}?��[
�Jqz�u���k�9��>ӯ�ɺ?
;��_s��g�A/;�vz�VK�U�����4��$�!빞Gȴ~��P=����}f��<G��G�|S��7�>�����4�Iz?���o,K����~r�N\�1���+u[�m��K�h��w+��=��'�f�޻���&�{*D�M��8,��l�M�p��s����<�u���鹕)[�s�>}����<^۵���+�y�A��g�^��aWi�Q9�3��C�J�pj�m��Y�׋��oe毝�@�s��E�x7�h��9�a�8���F`B�f���Ϻ֤����^��e��.����8.w���O�q�H�o�E���b�M�L �p5�=k/�@��0e�˒V{#m�g�q�n�Q�=�
��
\��5�,�<�$N�9��������=%5x�����)�&�O��\�{�N��~��}_�<Ϥ�G-n���*R�����j|��7���U�D�z�l�)���.��dmǪ�ar\,�g�M����7:��ۼ�Yᾥ���H�����^��H�HY�k�-��l@ϓ%%y��A���#w>��y�Ӝ���c�yƓ�/i��>��_�-��P.F��hZ���e������Y�u�︞�cC��-�b�x߃�=�Ҝ����
��t�@�M>��(R/,�CG�I�9oB洶��G���2�r5����H�C�>ÿ�+���n������@�փ��>��-�]�o�!���2S��.�.�w��Ĺ<�,��P�m_�}�/�B����y�~,��O�j�W�oTѤf$,����ǍM^k�m<�u�|��ӱ�����糴�8/�=���>��{�m�$j�{��N��Y{-Čz݇C��z�闂�8d�Kb��i�L/M�bzn.���s��%��34ݷ�v�����^SNSc�"m�ݾ�}:gC����u'�����?��N��rك�V�-������"�[
�H�9�3�Z��M��_Zهw�l9�	�k�v�Co��3���NWm瞫��(�l��ɾ�OF�������6�����}�8N���c/�h�0�O��G��H����S'mP����$k~}���e�@�g�ͬ���m<����y�G'��p��4z�sڼ�I�ɦ����_Tm\ݯ����>����z�R���W��~a�Ǔ��/����u�dο���Ҡח�t>�O��<���m��6�l�v�~y��ͷ�s��;K,�n��5����b��}_��r�����|��g��8l:+�K�d������3�<�W�ɃL8��ܶ�-�����x5�N��O�Wktv��~���m�z�̓6�A�$k�U��]�Ȳ���%��xW3'�0y\�����y;_j�y�H���r�������y�%c����@�8K�]���f~���{n�y��?M��z>�=��V��]�|I��s�ɃW��k[�Z�R!k+����-�]�/��q��Y+]��Y�C��x��]���m��Y��ä�X�_��l}����y��kִi�I�0�=~>*2ٖ��p�_G�G��uï�ru�cB�Q�'�mt�	���%�H�<Q����'_�LjB��q[�7I~���i���9~rO�����G1���C��.o�=�yt��u�a��?�뽧�!c���?��{����G~K��.Ǚ��aF�U����ɮ���Ŋ���aWi��Mm5��m��5�l:�Cι�Y�9I=�a�z��x�(��6r���{G�N�K�G��}A�:4��$�?���:���Jϋ���??���{cω�dѧ����'��f�sd��#[��x�Ο�5�x�y	2m�2�i��W��Z��'�-�7|�
L��ŵ����4�SU�;YM-���k���'z���[��s;�_��͗^fl|]�7JR����Ju�����ۧ��-�]��l��,�����e�9�8����ͯ�!�i/�X��ً��ynf�R��}�H�HA�d<�m�u��џ}匝_����|��=��l;��\�<���p |�9�K�I|d���ɵ��{9+��3z��Y7���Z�y�R=ޟ;k�xWy3��`MG#wg-���u�=�ع�w�@�#�ޮ�d���2�뭲�1c���qU2Q[���M�aWi�ؐ��D�c��1��ų)��y^���'�?О뉨Þ�;y	s�|�O�t7[d_B��i�I_!z�.X��Ç��U�'ף�d�ﻏ�݇I����,�T-�n�"\�W�vf�ϱ����e�y��d���l1yF�M�ƿg����fy�]����l�"���/�|��t�����m��N���9^�v�i�q%O��ɏd��d��y�nH�,ŏ?F�2.��9�I��?g\�����;��5���'��ᗒ^�m��y���������U�,����G���f��)���4��$�?����.�'#�N
m�/��.�v/�U�3h9.���w;��%f�cU*�3����#Q��T�QdB�je��Ʋݓi��o.񮓝Ǥ��R���_��s"_j��Q/F�5[vZ�a��H�X��p�����O���_�˴���<8�givLp�ͦ��9��e�.,yI��~��B�[�_���U�k�j��em���3�&vנ�tN���G���njF�KW���e���K������]F�#0	!�~�L�[
�Cn9M>��e�~N��=���z��;��w�,S�}�<�mX�$j�w캗;���ص�5�m�+����&�<̝��Ӽ����Z�s���@nd��lt�/�=S��4:?7��a./)�f�b�I����O�e��L��Joa��4�*��n�>�ۼK��j��nO�7�7�wl*�4�<m��+s��]
ٷ}m'�@���]�>ݪ�{@���?9hrƗ�����}?ֺ�F`B�;�R'�|<y�Z�������ב��ۍ_�fx��\TN��Xֲ�j
cK�����e*��fyq������7{(�<�
����|�}���������7yк�������@���j<��1�;�u�sG�>D�OO�.��q��MF��J�!w��}����6�6;6���_c�����|�%'[L9rj�ۨ�c����I�c�:��{N���O�C�q���Վ�� ���^��h�3�>-�.�ҲʏX~64m�П;������:����O���>s�[�kd��K�����%�;-�dٰ�[��u��SIy|�����8�[MlޛQ�A���!��o0Ϗ������(Қ�3��<�T�ŏ��F�y��nƾ벷v��/h�V���ˋ�|����v��I�8ﴮ�U�i�^���r����;�[��q��~_c�_]��{�������UK"u�Ӭ��}F����'�˫ϴ�\��_U��7[tk�}��Ϟ�M?�~����W_LYr��K����g5���L�$��
>��K�{�C��R�yl��~��ۼ���
>�^����`Çq���2>���S��m\����<�G��+��l605�g�����n��14Z��$�[_U����3i�n��_���[
�M���>��c��K$G��l�=^�.:ֹ��l��i��ZN�w�zO�B�9=��v}�4��$�>�i����`�7��3�Wig:dSU��#C�I[�5i�`K����f����?gM���F�s����l�dL��yt�a����Ǫ�]�-~�k����
q|�ڜ_��Gi9~�/A�n�+$�C�
,�/��~�
Q����X3n`��dc��5�U�k~g�F�p�5�(V�/�>�zjR�2��p�<N��|�'ge-��s�4i�INr�R�D�	,QuhV��K����kmEE*�i\u��+K�/@��ˏ��8�ʥ�Ŗ�h�L��X/�`�-\����1��v�E@��n�#0	 �"�It�<L�T�m��&���`9�P�'�)aWi���oW���H����[�H�H��L�6%F�U#ɶ%�٢�~%V�}��p#�Ԕ�B�y%���Z����S���8�`���0�h�6z�������䳣݀r����n6�D�=K�ti�I�7�g�d����5�`hd]e!��L�2ESQ�]~+~����#7<_��=p1���e¡jD��/����E���×
Y�Y�8P톇XϼT+" ®�J�
T+m+p��Lf��mS��F�����g��,U,��W}��v����d�[�ƒ�n뫁�W��D�	��7]J_���.�G#���|��>R���]�{,�;�ˇ5�&ҿ/�W/����R�Y���Rn=o���<���Է;��@�>v�D̸a�0�d�W�b�����|Ѩ�q����7����S�O�,�Y)T��G�L�~[b�>���4��$�x��2ˣh��V�,�J��Z��@��d��C�hK���o[�˱��^	��}�����C����gm}b�gY~;v��ҿ/r[�(;�0��$>����;P����u��cR���t��m���{�|��H�VNo��2��i�>�aWi��c��N��"G���(�N{��_@�O�����Qmׇ���HÒ�ms���%�4��$�A�n������.��~�PK���st�k������:����R��~��k6�{ҩ�2l,���W��G��˛u���2�q}}>��(���9�H�ؘ&r]Ucɥ�֪*Fx�lw���*�Zk��#=:�|\2:OJ��l*�4�m�ٴZ�ѳl=?O�t=.����:�<�߇cP?@�~<�����$�F���R�K���s��g���=��k:�}c�?(�N���>J���:~����c()_�y9�/�����ϯ60�.Z����y�w��y�%�x�C�o����Y5�%¦�T�j���Ǘqʉ�ߪ��]�Y��}[�`l*�5?9i���٢�w]�y<��7޿�<\��7����
㧩zYn�#0	!�������3{+�5���s[�ـ.G;������m�t�ݏk#�<����*�ew;�Z�����\��������
r>��k���O)��j��oB�~<9��k$kvY�x�
��%C��߇K����aWi��;�Hڼ�ɽ�o��h>T��?���[&����=s��Xp���~�[�H�H.,�ZW*�QEFI�%�H�>:�����Y�vY��~>�����B�v��>����)\Rԯ��뮽JP�ز�MW�hz+!5�9.��������+�L�}k\3u��lҬǟ��>����J��b[�=�®��g�.Bx=w�Z�W[���t_#{��|��=�E�L���֦����ı�^�[�H�H4�0N�hwȏ���pȏ�L�ѰbŎ�m�=;�5�l�L��qm,K���|g�'�jat�?�u*F\-��v�	=����v~��xgk���ρ���J���޺�R�l��e
j�I�|�W/���A�)3��]��剖˖��pȱ�vc�|�e�t���3_�[�aWi�Ϲ�[л�[Mv����|��^���s-ώt�5�uT��u}In�#0	 ��.�Hx>kO�|v���x���YLx{����."\�o�_�s��?$�~���w��|�����ʻ���{��t )_��z֪�����7�YzH|G����{H\o/����1}'��2�vXӰK�L�rlG�pԺ|�=����a���l*�4�:s�[o��y���O�zk�{��t�4Gʿ5qm��4��$�_Ks�&hD�,�rG/�<G9Km��R�Y����X��$��p9��{L�\�FM�s����$H��-��(_G�}�ş()_
��薒�S&+�}XS�����qW4]|���]���/��C%k�%��)aWio�x��LOQ�u�g��O�@�o�Z�/�����/���v��F���]UT�F��6\D�oI���)JR�����T��.G1�y����bɛc��;]���3zG�Z�����B��]E+`�B��"��sS�r`�;a�<H���ӝ�k"�&� l*�)��g?�89�;m��\��¾���]��ˏ&%���G����H�H4أV�pt9d#�C����-�vm6,5�������v�ۗ����K�_�E�/��]T��Զ����
�Y��K��,�kiz�/A�W����kI��n+�5�0r��l�v��dɟ������Үǒ��.�u�m�ۅ�I�U2�n`k�ܦLW_'a����q����狮m;�^�_���Kq�%#��@,�2�Y �(�,��`����
�D�	@��d��F@�VH%@JkxI�D�l��G�&�?�\�Yi[t��]���[##���g}7[�t=��3|�y��ʀ�VKE�t]]!�{���A��t�#�*"T���3o���O�� �ɧ�N���,��S�� �FG��W�[~����9^�]�<�l�@����4[�X�Nó�M�>M��t`%@JC�Y�6���#��NoC��鸮���	��FF���]�M��j�Ŭ�E�|�p@�d�����^���m��̦���"T�{@�h�[#  f���
�D�	@��d��F@�VH%@JG�&�0X�2 e�@*0�(�P)���[��T�P��@Î��(�ٓt\y(R�V=���Z���@�,�Fk���u�1�Y����dÖn�$�/��E�]�h�Y��a�6gϪ���bg��#ޮ]�&;r�Ϲ�4�MNi\�O���0~Ѐ6�W�y����H�[�_~
����۹�`P�E�[m(�kz�T*
�a�T�*SU�`�3�ǥ��w:}�LL����f��IM&VLWd��
P\!X<�r�
6�E�P�@�E(�"�M��@0�2ho��1����Q�`�3�ރ6iy�u�b��W��p��6bfA�<I��8��OCq���=�p�ͧԘ�ٮ!����]#t�U��f��Ƞ9j�+tkm�JR�QJR��-�)#=)Jv���a�d�#|Iv:�]�I�cť�5���`�ϧ��o�:6
��m�� ��y.ۚ�v�O?q��܀)�ßf�C�m�S��u��1e�:Þ<�v����t4���#���
�X���ӡ�_'5�����;|Y@�dɞ[��+�|�NϨ��Iw��V��٨�1�Y�d�`���dD�Q�`�3��Oɨ�_���,�����^G{��!��B��ݠ�q��+N�̅5����#�t����1�&7;�6|���=F˭���5�fŗ"���-�4���X�6
-��-����JR���$6L��]:�~�y���,�#|I�s��?Av�:C�+�^���/�L��c�C�F)�[�΄_���Hr�liW��r3 ��8����^�W�@՞��
Q)�|c�˹���rY��M#WiF$�]���Z֔h�j)��+j�R��-������黈��0�2h�(�]h.���S��6>۶�O������"��s�n뮅��#�����c�$���C2<>t�
�a�~��z0Ṩ��8{o��5s�u����e�S%��un*R�a�*��v�N���%�Xl�6�@
F)�[�΄6>۶�t�����Mv�f`�Ǟ�R���)�����a�)�z�^M�R�����(T
����~�
�.�{�D��
��0~Ћ����Zen�]蕘��-�֩vl5��sb��5
*8�+нx��>�6�ml�wۨ|�}����i�}�إ��i�6���W�~�
�.��kg����t4������o��j��lz]���S���.�%P_e�ƎVffx��H�.p�|���3!o��v9=�,��g�S&*I��>��{��캳��:ON
�.��֓����R�)E�R����E��S�`�3���U5e�X�\�Y��.��u���}�̀�췄_��W譍�Z2�[�s}F���#�����<K}�[�cg�3J�)�7��d�|���@l��F)�[�΄V�-�}��L�G�}�a�b��C����m�z_M���ص���]��+��#��*���M�E4Ӓ���u9�|����.ce摖ڮn�_Y�z�a�t��?&j
�Su���W%�V�v�Uu�:l������dɰ**�u��嵥�(�6<��+K�R�.�S�`�3����8h�wUZ�UkZ��<�i~d��t����z���fг���L�E���n�����Wu�W;��/D���^q���O<�}�'�^m&n\�ys����l�D�i��MǤ�$kh�}�3���9���<ibE��k����~��K�F�^����^��_�
�%��QE��L��<r�d�I����M�����M�|*G��9X}�-F)�[�΄u�[輇�����պ�ԥ�}�U�gM���5|N�Y�z���i�m.�f�?N|�fB/�=�E���x�J��Y���=�ߨ�y�i��<�vk��_yD�����uޫvJr�E��U15�/d����իf�G#�x.o_����!�`c�͹x�3�!�=�l���?s�/ف�ɒ�sz�E�g�7�JY�^|���_��N�G�u��e�t�웿�X2q��oK��Q�`�3�_��3�<�����u�]ukujR�?�.�W{�f�F=�q}����Ǽ�p���h2�R�K�wY������'�717��&tvy�λ[�q�;�f���-DZ��w�Z�@���s�z���������g[��u�o�@f�;iZ^UO�|��c�6�@x=�W�ÿ?G��k=��~t�/���+����s�~�~�6L���^��pנ���x�Ⱦ�7ʞ[\��ɑ�lX��[��u���zGKOK��Q�`�3�n�����k�[{�����֥��zl���ˊ�1��\S�h%m�?)� և�3@�����*�6}�^g����֏���^"�S�qtφ������9굴�y��?;�{���DL@@��,�}G��1N��k��[����^����w^Y���8�t�y[�>#��l����A�Ȼ(��{*�@���00�2_[4p���Y}_��B�c�"��+ym��I�K"C���t��_��7�C�}5��0~Ѝ�A�>�M��/�<�5�j���M�]>$%|.#�]V��_�e��p�L�C��>���4�u"L�n�C�ۉ|É��n40rɅN��?�+���e?]5c��LD�k��%{-�U�����=�c⺮Z�`���};�羭�M����=W�p�%�E�Ӄ5e�^�j�B{-�00�2_v;6H6[iY�Qf9R2F����Y�āW7�_>t�������4x��MF)�[�΄m�����n�ӽ	4�u)�$G�;;�̨|ti�y��zؼL[�`y֯}�4	�,o i5=���9<9T�y�]�K缺=-���W.6�꿞��<\�gc��0�u�}�����<�������s1�����6�A��]̘�ߤ��}9�הi0n��Y����_S��Ol}��n�.x�D�]�00�2_�d�7/>����M���UK1�Ϧ�om�-�e+g:v��f���ܘ���{���t��F��Q�`�3�n�����wݴ��8��c�c�r�旓�v]<�/5�n��s~�$}kz��+}�4	�_6w{8�qX��9M�+�ޓ�ɣ��4�:�iZ:��_�����r�Y&m��r��D�i��Y�m�s}.��v�k�u>�}s��x]�M�}O�z�6)\���®H������rC�iT�o#��߳
�%�͹�ٷj�t���t��Y��qv}�M���$���'���3��dæ�_Q��S�`�3�G��}�����l��$n���p� i:ۣ�$������s��]�H|��L�F�_c��k�\����gI�/'���.����D��iJtU|�:�=v�L<��e���DL@@���9_��9(�o���h���//��3��5�����Rg+�lsL�v��=��{NR�Z��}���l�����#��orG��􉡶����>��;Ų���V��/ܟ!o���Ů� �a[��YjqL߆t#�6:lr1����ʅ?��m4��V���e��ҷ��4��K#��JaL�F��t��q7c��g�M�u#�gK�U��<����s1�_��;�Ye�c.�2�q0y��z�WY����<D�sq��rw�W_�>~�} �Ydˉ���^�6>K��͏��~�6L��m�x�݂��`d����
�#�q]�$�Fhq4y����t��@�@��>��b���G]����'_d
ny��3��䃓i��|We"}6p�{<�5�~�E�s��~����@}�4	��,uZ�+e�n�'M?@���o:�I���<�)�_��>��$��9���UL���<��<V�d�{mN��9�K>׻����k���ۿ��}��%��l�u�����2L�E���9�w����00�3'ϻ�Atx����5��	��O�<��$�thy�����ָ�R�z�S���t;��bg�l��~Nm=��Yi�q~9���'#�F����:M���ge�]�����f�3!�)Q9|;�vI���x\�Mt]�[E�'QgM�ǂu��z7�t�'��<iX+��/�A0y��BuZo2�kx����y)͞=o&�L;/�>v�c��_�=���&�?�j���}B~��<�ʽ��oف�ə��mm��.[�c��w~��8�]�Ѿ��_�(a�#��d��\�[��LjqL߆t#i�lsG��'w�C���^��d	{I�g�M�B���+�[���4M����t��M�~"|�fBŘ�L�u3}n�6�gO^g��bA���h7��OO)�l��������d���L@@��*mXp��‹�y�s�l+sA���l{O�>l�[�[i��J�/��ӽ�?J���]��~�6L��.�5���q���ޏ������o�z��n�C�˃Cm��I���b�Y&=;��N)�[�΄N��g�J,Yٛ,F�i��7��.�}I�k���4=oK���x}��-��x�}�4	��9���|�.��;<>�.��$>G4z��6��{-��߸MZ�>P"b2�S�s�7<X�E�瑰��_u���>�c�vؼ��?�?En~�ؽ����MO�.�m�~����d��m�;���v��[
��~jwO����>��9�<N?
�$���kU�s��<���?KjqL߆t"V�c[Y�3�����
�5X��(�楛XpaR~�_��z�6�n7�}/m��O�f�3!㌸,�����~[M�6���F��]�|Z�V��l7�`�����mdœ���L@@��_*�,��;�5Ս2�'=�.<P�VOٟ"摟��u�
��~��,�/T����W��m�[�`a�e~L����m����@�ǿ5��I^s�߼_[������G����g�4^�o/��Ay�@�qL߆t"N�ς,ܵ����7`l�h%k���7k*6�{"������'V�}7���3@����G1��WL���f�,,űb��uf�⏶�O���5D�Q{{2ߵ1�|��Y��i�9��V�f]_�ŭ�.��h���d�L|����~��h���������~��w��d�����̦z�4P���0I����9���ۍt�\�2a�xgޞ
��w
�̹�p,�����F}�k�!̣���͟i>F-6
n���E`����~�c��t�{
�Wu��\�}�4	��?��zde�&i��2,�ޛ����uc�6z��B�뽷:���1�|�����W����Y,��s���_U�3�L�N����ũ�Ǿ�M�V|׷�]�00�3�����6���9��\n3/ Q��-����#Q�����\�2�z���S��ͱ�̰��v���yY,�� �1��t��WY�;5�� �!u�9-0}�4	��:��r���v�u�/5/��c�$iSrUkaL֟�2�0y�ʟQx�8��A"\:l9��U�`���������o1_~�՞%����6��_A���00�2ώ`o�����㮊F���]χ�+�F�j�x�3:=�G/ig=��B���u�o�:~EV�W��n�xw��-���n4X�-u��=$@��h2>l���H5��M'��2ou;�z��I�p�w�+�r:�w��Z�w������̾Q�Э.�[��+�O�~E�/4� 曞%.�[�=����m7t��77��߳
�1|qf�f6���$Y�A���?[h���x��%���QY�w�y���u\��k��]��ZjqL߆t �f�3!��ci��z����������;���/A+����F�ɥ����?Q�k���a�l��H���"bo�
�Z�y$%E��s�_b�1�}��00�/�-���l*ֹ/�:�n�>��o4�ZYj(��ò��
�t�o���n��-�gB��h2>I��+5ڙ�����2�o�<�o�z/3.�d�F�7'�{?�މ�徜��u�L@`�d�0�2_K�Ye�Y�����ί�����Q�`�3�P�
�}�4	�
�]n�C?���{x=�8Z}��]���k;H���^gE��'+��@"b�@�a�d�5�o�:3�ϧ��g�z:>��M��P�@��h2ߑvS�N@�[�o �?��nx�3��ɂ�Ӗ�~����#ěF�ټ�L@RH86L���-�gB.�UD�T�_[l-Dz�K���쥞[>��̆��	z���:��Ws�SE��[�b���_�me��V/�|ɰ���X����c�& )&\d�8ye�
V}��s���ol�
�2r�,w��,[���<���f���F)�[�΄K��_.5���ų�{=�_}���‡���V�'�g�+�[u1r��屃L�b��".��ž&ZI��a�s�7��]��&|��.l#t?H앺e@1I8+��J�h59ql�k%��Ȝ��,t�͸c��dɱ-�<R�yϏmv14���xF)�[�΄I�'@�.,�ݬ[?�v/���\�s2���W��3�OV�YKp߂�W�F�f�3 c�EK�R��x�P��iu�[�G�*m������*S7��Ek�pl�w�瓯ɿ��������';����mG'���Y0��e�v��s�����0~Љ;���ϢR���%_}�
�Z��!s0}��J��?�H�YY5�y�p��h2"b�k��w]葻Y/���B���+z�+�w�J���un�C��a�d/������;�:n�m�|&9U�4��^O_�#��_i��٫Z)���ޫ��nf�7��-�gB/�mh�m��c�Ƶ�����irk�������=_{n(xdg��p�CL�F�̮�Ӏ1I4�(�{��5�ɋ$��&��/���\�-�ϣ�p.����>����X�K��86K����};w���~o�};���_v�t�~�|��{�}9�͒�ʈ{�몓���].v��-�gB%�y0d��dky�����J�;O?�UJj�r��(V�^�󖏱�{�W
0��h2>g�3u�`m�& )%�4�O���u�6��� ]#㹤]��n�=8����az�˜sd��k;pl��[>�}��;�9�WY�j��,]�G[�mk�_��[?�vx�K/�[�y�~��f�m�SQ�`�3�zlY#�������5��;����n��?���_����2�lLm0��h2�@T(T"b�k�k���Zُɢ���$��T�ُ��޷g�ݧ��6;�a���1�a�[�Y
w�]V.��9�r�7�ߵ0��赗.��V�ٺ+.��ٚ�S�����nJ�S}�}7u�/Q�E��Y��B���8��~/��,�`���M-����&d)���b�9���e������#d����~�.[0�~�& )&�N�a��wN�n&�<���}:6�^�p.���Dk:����+���0�2��tr�[�ܭ�q�"��Q|�ۓ�<��y�����1g�&�
F)�[�΄e��u�Uf9~�?a�e���Z�>^������k��~S���Yn-Y��>��̄�;L��B��bVz���-���Qrä���|�/w7��mr��f��w��ƺ���}�|>y4\ln��_���6��@]� �g��q�nfp�rqx^y���3�ܮ�s�-ޫ�������x�����Vݖ���6���̙qf��a�Wd�-�3P$u������}]��oqkz-}2�N;����a3����QJ���3J5�%z�)������4?2��t=oW�-2[J�˲��������T�%#��@,�2�Y �(�,��`����
�D�	@��d��F@�VH%@JG�g�J�nh�n*{@�i�O�\0X�29�=�O]�5����VJ�'q��"T���&v<���6��;��}`{@�i�82�������\���v�FG�n!��ݏ7>.�>����
�p����p%@JjxlvC�Ą��w=��g����dӂ�zM�;gA�I�.��.��2���-���WQ�������_���(��9Y178��J��+N�,��ʘ��[# ��@��r}$�J���hM`�dd@�d�"T�{@�h�[# P+$�c�ǐy�J\ǐy�-�"Wc�j嵢����\>8;��Ns�o�[^��*J�[��V�ˀ� U����Lw2��\[���s�'j
@����֫����j��[���aɓ2c� :ݾ��y�F�sv���[�^��}ly4�c��7��[��x��&�3 <���}"[u0Ia�f\s�O�Y�t@D�y Q�~8�Z*V��y���S��}�4	�D��4T��}�>w�����e����)C�V�-��r������6-X>����L�
W�z~y�����&Ϛ��
�L@H�
V�6�G�k&7EP�n��:-O�v���� �u:}V[n��l��x�^���!�4,���D��]e����8���� [�>�'����f��+�7�����(N�̀�~y��-�<�5=s��]�c��Ȳܘ۹�+z>���� ���iv{L�I��Q�i<�{��-G!�~e�Ϧ�ѺƷ�:iYof���ߪHr
�/�e�|y0�Z@]3a}�3c��DŽ+/e���i�r���g��j���,χD���&�/�r`���L�+AB�*����nʴ���& $H��zd/�9㺭DMF��i�5�e�\^�)C�u�R�UJ��]x�1Zw�\�o�3�p��=�Ú��uN��jwy��mw;�=;�2"bD��h���EK@��9�P
�� [�>�~�Z�+��N�I�H���=;�2Q�E�zL�D���Ki*5�i�\k�vH�٫n)q2+���d�Ɏ�o�
@��2��d�*@.����~'ѧ}��~%r�UZ��.�}[Ѐ�� ��y���$���H�&��&�8{��'�$��qF���L@H�)��s�W��L�,�����W"��L�Y@��H���@)�z%<�V�G��~F]�dE庛��:��UK$C�z�Z��`[�>�;�݅�_�Z�_E6���/���7�rR�,:`z����P�̀�5���+E#�-��U��>�}�it<o�f	9���$�<rw-��٥������t9�z�~�&��o�I]�,z�`/�;���Hr?
�Ѡ�U@�߉�i~�{��p'd=b���3�s�Y�`րv3��$H!���;oN �|p�~�߉�`X�8c�Ő	J�T�
�*���(T�!���Ze�G�l�j2M���V�q�Zf�V�5.�1V�;߮@���՜��/�������h�ҥV=���bL(x�L�f�@$H���=�l�Z���b�}r����I���n���x�~���j=��R��ML�;ML�-�귱�/��{��˰�9ٗ��4���S�a���ކ~lPo�S���|�9�5�օ�!�[*g�=6h���S.k��7��Y�=���osf�<��s��/�Jc����}�@$H�<�EL��	e��4\Fϝ��+M��A'+k��c�{�Kα׳��W���AHrdh��·�lΟi�\�'���=G9��]u�e�m�6:i]n�]��j���g�d��w�\�o���V��@�_�W��)c���=�g��};�{�y�i7ⲝ_7o�'��}�2�Ň�\*�9_�z�b�������K�5��W~��i�|y+������Y~�4��7�P��>8�s��� gY>�E�v�;���;5��Y��im�������D��[��� [��d�1��xY9pA�;=��$i|���N�v�k���1F�r�x ]&U�u��{�NY� )�c�Yfo�X�_��9�x��ͩ�]���۶�sQl��ɱ���/�AHr����~_@�r�����\�=>�jD��=eu��f́�[2~�e���;߮@����p�>|�L�ɾ�tx�4�uQ/�]N�e�|�|�<������zI���0b�������w/<���7?�.��W9�&Y"t��l�qql��Ve=g�R��\�Q��:%�"m3��5��w3�v}g9�ηT͛c�Y?�����bð�m�8���� [�n��8yA�;�|�uv�0���HX���.�
ݘb���J�d�Sb��5;�z�b���?���#w��h��j�fZm=?��:^�ۺ���1>���s���@�9�ɼ��S��O�6�Gk���_@���<�=;'o����z>c$Ȼ�����^{"�g;߮@���'I����E��y�P'm�d_U
{����ǔ>��}�6���N�Ɓ�Bņ���l�-�.�O�yӭ��pG��}�1dD�x���u�W��/�8�_f��5�[��.I7��[�lu�^í�Om�|�!�;����Y�B�o�]��y�1�J��Q�h&�eY�E�Ȧ�;��6�ml�� �~�߃t
�Ծ3<V�wn�[��ub�:��QEj����U.}ծO�1�8yA�<eϓ���qv�qwNN-�}�黹
fK Ł���P2s�gG�v�G�}P1dD�x��s|��=u�g��a�.\��c]��k%3�Ú�1ُ-�r�Ū��} 
@���lf�ێ����k�޿��A��s=�e�����z���i>x�Y͆�\]0$I;߮@���g�|LLQ�D�tP�1�}h�T�m��]E)��qSM�i]/����.�6O�1�8yA�<W&��m��ߒ�v��9��8��;����7��i3m!1[��:��_F� Ő	�>[����8�-�6�t�$��j���<��B�"��'c��+'�Ƴھ� �|p63y��O�D�=?�o&��h�n�_�l��?+�r�a��o���.�Ue�݇&C���~
�3z����a�v�ޮ.ǣ��]~^Ǭb������/A�v�l�����<~��P|���f�&㽇�ɗO����.��9��o�m�j2��f���k/�>��"@<_�ثc.�,��D��aɲ�T���G���9��k��t�j�?� �9����K���5\�g�ي�w��3�Ú�cӬm�<�v]wi�絛����I���}�{����K����`�����)��(s\�mT=����+]��	��Z�O_g������{
�A���p���oǓe#Ev�}U��Z�6,���‹K����d�<=�˞����_RY� 3�&j)u�q_����2L�d�������{�6r��9vS|�/��
@���L���u<\.�[�n=>O�[���J�6g5�ͦ��v�m�Y��ޟ��uq�m6�8{z����~
�'}�6��y�t�{{��<��/�B�=+����vZ�����2�S_7�V�������ǔ>�璷��8�v
\m�Kl�{M�ގ�Lx0`�*읮<���Y�ߠ�;�,�H��I��tkJ���4��,�%�������r��vL��F���Hr	����7����R5d�')���i3[���E�m�z,,�g�:<V��r啮�j���-�7@��_�Ѣ�w���ڮ��p:nNF�s�vä.�L�1ɷY����@��ߺ/U��xH��<���祷f��
d^M�5��gMvK�cϼ���h=W���.��4mg�ݨ1dD�x����#���L�pm��C��o=/��,����=f�}��x�:hб���>� �|p&{�#,nv�-k��v���^�O���m���|���)u�tx�:��僊!�r��=�;���}��~�t��ZH[͆�o���R.�T8�8F,{�7C+����~?Ag�(>|��H���t��Yfo�L��YKi��u����l�-�W�fϭ��N��"@<G����e1K�\�L�����;�eF�=79���f�t-~�-sA��N���>8;L���pP�;|rx\_�:O<��"ə�ҙ�y֚6��K����Xz�ƧNw�\�o���u�Ι�s9$n��)��Ǘ�0h:�}t��sK��`��,�]���
m�^�*�%�8yA�̋n}�F�q��bs���C���f�:�>}���t]�[�`Ő	���FhzMe���V�[_n�I��Ow3<Y�̹r_X�)C�#��3�e�ʏ:�/7�#�:+t䩛��0��i�<�ѩꞗ��L.?c���ǯ��� [�n�/� f��[��t�y���y��s��t�&�2�dc�@���|�ߘǕE�=;���'��8yA���]�<�ز����m��_��ué�m��3a��.�:^�A��{�,�H�/����g,��i�D˧�㮒,{g�T�>=S݁Hr��	xv����0ɛ�rL��5s5�JM�[���{���g�t�l�4�6A��r����K׸�Y��o/���Z����C/K���&d��Ee��l)��8Jk�?����� ?Ag�(4:Uv�$xи~2�[t�9.�u:��4|����m�����"@��>8i�{
��kR�E�;eg�\83b��>,Q��z�~�I�t���
[.�\'{����K��?yg'��g�u����Z��)�0E�����2A�k+�k����y�6�N�Vo,�1�8yA
S	���q�x��̲,����~*��j�CW}~�f�_��'ꮠ�"@)QJ���>8��m���*)R�r�U�\*���-�7@��y����$j���U�4�N�I��y����Iq'D�����,��l���?���ǔ]�Zr;X6s��.�슯]u��[���_I���#y>�鎠�"@<��knN��Hr
�;߮@���W����;�B���m)Km��i?�i��i�
�)Yv�<�s}���,<��G�,�1�?�ۋ�qB�� C��>U�u��g�D�lk��:�=��,��
������ $Mύ��/�@��3ny�7`�7[�()C�P�{����I�v��N������y���-�ۘ�C�at��t[<��ezI����s���,s��p��W��n�D~��[��D�B��=8�oK�V�����GA͔S,��K��Ő	��ݟ52_LJ`�gC����
��Y|�-��w��;K�G�n��q�d�o�{�R����K�"�e�Fl6�H�*=���)m��7s���h��-��}�f�P�~�߃t�}�K�=��:��_�r�.��v��~MoM�c��d�Y���}!�����uR�n?5�8yA��
�l91d�+q�ηC�9}>�����I�Į�I�\����+]�F�}7�,�H�C��3U��K1F�
�k>Y�0�vq�N{���M�z�lO-ϴ�5�ۏ���!��N�.�~�&m�=.�$^"ݏC���q���Y~�ר���v��σ&�,�U�Zw�\�o��OM��w��?��a��c�J�ε8���.l�Ņ������y�����'���ǔe�3r+��Q�.�7_�y|��m^K������{�n�̉\m�B��J��׷`Ő	�qS��4n׮aų��L�X7z��[ݦ����
n��yɜ�Kb�L[
�>��AHr
�M��k�R�c�L��S?��n�����a�FC�<����q���;߮@��={5��w�J��vU�ur��u���^]��t�0g�u��}���3���Y�5�X�RP�����7�����ɝ%�����cj������G�<m��6[<����@b���x�$�ӎ�B�ϳ��w����{�o!'л���N7�Æ��1n������� �|p$l����@�!e�{財ks[H@;N��v�R�����~��/���$[���Oc'��fR�n�i.����e؅X��Sg��9y�����Ԥ�(8�~��~�|�:�k�tz-M���˅��D���0ߦ�e��[�{�?Q��ZY� �绾wui�E�M~������~���u����}�s[}��jn���g���!�A������|�:�]��{���k��uM�|��}��5���IK.�_�S^'��+s���CԤ�(8�Z��f]V�Jncs�a�:{��Z�sB�n����ǯ��=x1dD�sK��9_>�i����M��e��9~"����B�}!�A����X�qz�-��_x
@���V���r�_�IJR�\rf�.ؖ_����r��n<x�n)�_�@�)c�c�)J�.u����r��-�M�`o���Yo�fK�_�Н1dD�r�[~�A������������'4��M�zm�m?;��7�_�J�><�ظ���� �|p�~��/��)c�Ő	�~;�r���o0���1����v�����qr[��Ki�z�����HW�U܂��>8w�\�o��&bς��T
Lσ&(��Vѓ-�m�UB�=J@�0�D�x��t�4�+��y��)�}9����.צ���6���j<x�Z����7ԝ�)C�?
�9�*�����-��I�������l-�g��=3��*„
�����l�Y.�����HD�+� 9����t�9�������ka�P6w�v]����o�qz	q�����ev9R���9����WGH=74�	�r�_�������e��ݮZ�E�D}���E�E�yb�z��&dD���:��v���;�ki�N��i|-:�i��4P�{W�ۏ
��or��>8�nK@��{���|s{�p;�K�ǀ4���}�Xlw|��b�z��&d!�[K�`�ޥ��(��� =D:L��n�t[�]	������f��v�v�9�]�h��7���a�g��ǧ�\�ⶓa���˂���٤��B;߮@�����[j�z��&d9����#�7)N�`�D��AK+[�Jҥ����_P
F��"i�٫��X��e�i�=�ه5�[u��FJ�[17�[�l�R@5�%#��@,�2�Y �(�,��`����
�D�	@��d��F@�VH%@Jj��Ȼ<��:�0뭑�Dž���d��v]�����[##�������2�˭�z'�z>�i��:�p1mxy�5��꺻���
�px]�K�zw���%l Iˢ�~�O���P��3.m������~3U��f��s��hM<�E�׾���-���5S2i����I��zw�˓��
v�����ۭ^�'�HP+%��V;�z��%h7I83Hà���*Q��{,����ݾ��>�ifx���,�q��yeŗ���-��C�#�;<5�m6��i���ad����@�j�VJ�$�q��5Jj�z��>��5]��(�,��`����
�D�	@��d��F@�VH%@IG�L`�s�A�H-@��rm�P���@�(T@�p8}2���R�Y|�2�kv`��v@��붾�R�V�W���Y\��0�a����
Q�Y��*�}��Ub�-��ϸ&�W�L��e��Ynk-���o*������@�䃉�R��zl�V�Rh�m�%o�p���/�'ѭV˕-���#G�͈0�߃tO��n5��F�6��z�,���o�n��
e��3&;�_�����o�/�Ly
Ҭ9�]L��]m�a�
�3Jb�6 !o��
��$����,�$�B�	��,���Q斀X��b���-N�-�R]�<�e��Է����<㹚�R�>�s{��	��!Sjr�2�V�n2����m���0��tL@H�1�w?/W3�c�p���j؀�4����*[�`�!�.-�7A���b�8�K|�6OP�x/�d��W=�l�H�퍰��V�/�7�t ��Lɣ�d�f9���2P1����z��j,��R���u9M\K/�ZeÏ���. $H�G�z_������pħ������u1�g���j؀�!��6N0{�ſ�6���]�N�y�:m�[e�z����[;��{����k�SEJW/a��S��~�u�'���L�� ��s��J�nv=�1|g�g�]V�Wl��Wd=.e��@��9�ث�d\y0��}u$��^�����y޳�1�����/�oH���|��⼳"��,Ɏ��[�ǑKW����H�g
C�.-�7A����ÒU��f�1������ͅ��L���u�S��*�槮���u�t�fN6v�鰶���ۃŘ}2|��B�)\5T��+C�Yms��R|~w���. $Hs=0g����ɂ�G�/�:-�	��_�u��=nXpt]��M�w����g�A�=?�.��{�ſ�6������qR�
j�9.,����t�f@g�+ZEsB��ˇ5���}��c�~���Ҁ����CM��~�m��o�E�e�Ǜ�[~–��B�������}.����Əq;3O&�{�ſ�6��،�����L�
*PT���]�^'�n��F��=��E�I�y��k�wLW|��us9���a�
�s��~,�V?a�΃��f����z�4�n�LI��ږ���~�x�(��UQP��QU
�U�2�q��/�1^�t�nډ�<����$!rS�^*V�c��/���7]��e���9�l��^�Q��7/B4�z����3�g�U��.s�z��힡H?-tށ��}ld�~��Y������GE��L�^s��l�6z]����)b߅9���w��+��X{�rB�Y��&��Cf�������V0q�W��}9���}��	�|FC���[0�ð��>==���V�\:��Z�p�$��~�?��1���y�l���~��y�~~�g�y�L�J�����Q��F�q�,��4|�gqq6�f�}&�//��{�l�^�f�S�R�ߊ���~[͵�=޿< =�ܺ@L����7*���n{�ȴ�J�5�+�5��h���˹��?㠿5�v������`:��s���W��+o�?e���>/�{�1t^���h�n'e��͝�b��I��~��6���N?��t��ٚ��➟,����{T���?X�<9��
ϵD����:�������V��ov���V:��td
?��x<����ܾ0z� j��������/\ů�x�>��0|Ͼ��g�t�g!��.î��1}C�{'=��tz.��1��=�q���h5���[�=Ә��� n�ZFK�"��Xs���,�&dD����:�>����L�K��k~X�pۛ���G3��6�fJs�A�
o�+o?/�x[�W�W�{�4��6��zc��ҹ�a�m']���}1�tڍ�������sr[�`�у���*��tܼ��U������{��n�޿�›|h�	~���~h���b���̑�T\�V�[B�����B���-_.& <�A����>���B��}E��g�؋z� j��G�qw�>����zϦE�����l:Y�]uin;lV��{����)�|�ޏ�9��o<M7���~S�����n'UI�|���u�t[�zk���x6oA��i�u=a�h4�Z�|���:&����I�l��U�pt;���|͒v:�nHT�l�B�A��{�tL@y��;?hQ��a�=2�=
��m��(�.��+j���ڮ �ܡ�ϲ.���w:?J�������-�OY����3$��YW��N�q�%y�N���|/[7A?v[Z;_m����?#���'�6�.Mڛg�˩�Mv);Jc��k��&���6�}�y=n�w��4-�C[�������1dM�R��|��Kռ�7��>~�wG��R�1�B�YJ�=�-.�t�d	<��LLߪ���n����n����}��̗
V�m��y+=#�����yu��R�׸����L�eTR?�{�C�� L�|E������u����۱��f.�v[�3��v�c��kz���/��9��x��ǔ��b�#��*<;�Ч�Z��_^��[B책oc���=�zn�fl�G��S��kߒ��O��}�E��XZh7����!r�'��g�,.�m�R�w���^�v��i��eRϚ�ZO�e�3K�:W&���9>h]��ɥ��u{��i24�i\��}�P����1����o�΋�yB���\�+P1c��� ��p/���s�zGw6����/�N��)5o�>����c&�q�1��i<�a�U��z�����}���vL��I���=/���p>����+����;�񎃶-��dz|g��]��շSo�L"��},	�O�-��u���4��9K����z+�C�h��y�%K��ʑ�v�.��69=6���4�a��g��<�Y�|����08�R�� O/�~(~M9�ת������6ˀ����6:Jl0ǻ���v۬$�˽S���9�7����}h~J�l����B����Nr'{f?,�����&�k��#���k�-��;c�S��;�~ÒE�����������}��f���_9�صt����l�f(��I��s�O��7a��a��Ecj�z�n��(��ǔ+�s[9��e��mcm�����ŋ-�l���o�f���V�����%@4�/K&��;���/缧e���_�yZgGˍZE{�0��}m�K����)��Zߔ�3���RW[�i}kw��|��7+�l]g�xg��=\޻�����m����� ��}��)��h}�0	�ߘg�˒N+��br���$��&|VF�>��V��SkVH�G�H��x(�>ԉ�yB�M�O�s��Ayn��$����i���wI#�;�vU۬�2ȿ8�z�tY���i8^���w�+�ę���&n�iɦ����m͚��[m1���a���\�U?�vPoʚ\�g��-��r��]�hft����
��z~+�8��Q�Ƕ㷻���;a�S�8__�f��Y%e��l����Q�v]�Y�Ǐ_��{ne�s�őe#�\���b�e�[��\@c��NYT}�|���vVv�Y��.�+1��q�t�I�+�[��,?A�:,�h�z괾s���G3���4]���=B~,9�z{M/ٵ�����W5~��8N3�g'��m;������`[�N���<;��a�:o�������g�p^�������v:S��������6�s�&m1|w����&k�g�L���X��^J5�o���#E���u�J�����Lr9��eŊ�V�m1]oe��\@c��Nc+F�m�:���uWd�m�]_w�v�l|X0vVmm�g���ƕ�/A�*,�s����]�t�
?�N���i�{=8����.�h���[=��]}|������)�[��t7������Foǘz���C����lu����[�z��{�1��,�F���y���R�X�={�8��׋��t��G�)��(Z����3]�:D��W=��{[���q"l�`d�n��:����͕F��1c��7�H��<�_'�0B��v��<=��O����~������Q�|pt���fu;_4�/����TY�|y��:x�]�^>}^~>�I��k;���j�O�����r\�r'��v�[��̵�:�sa�쾓ߍt�'�!�V�@�l�'�ө����O#�|�c��1��㾋H�V��z���a|�^��%����&��s@����]v�vT=Uv�|~_��ߎ-3���v=�z�>�����zF�U��>J�lR_m�xO7ˇ��w=�;2VN�A�w+LR��[�0��k}�o��6�3�;�x�����@9�������gC�__��9�n�7]�2�.N5��mdf�������7d�6$���˺�t�$�Io�Zi�u�'Z�+�t�G���v1t}蜗���M�n��R�Z�}��ų�w�L?B��&j~d̛/-o�|=�m���́�5���f�ˣVwC����t���GD�͑/e�A3oRgu�|��rk��e7��=��lJ��׸�w�����%ى��v�����{=_�b�g�}?@Ős�]����b���O�&|�#{�ky�N�u>s�tc�7������8@�OU�O�n6<=�]�.�%!z�� [�n�/��\�5[��S��5��Ǥq]Mz����t���[m�w~�
��H�~2��2X5�,NL���m��P�h���p�Ɏ\}'
���M��v�R�C�����m��9�̝��. 1�
��3~���1u�'v��s[b[�yF���8��j�����$�ly�?M�q~��@9ϛ�Z�'qX��+pB��<w{��髵�򺎿7;�殿�kt>k_��2۩���uWS+>�u����-�{O����y*������W�;���Ҳy�5��8oQ�����)N��t��I��2����~;�m>���_�i2�ʣ�<L��{�v��&<;�2\��7Q�΃
?a�lX�N�dк
��F��yB�;r�eɍ���o�^�5���6�"s:���s�8(���d��h:�:'k����G�1d��2^M��t�q`���r�G�Fn�|����q���)6os�'��v0�vf�q
��[�kߒy������#&~��:9Z�����;�<o1��4���k7��ʻ�s�>������+e.�yv����X5'l��F�e��ٲ�Q3{�[h��&m,�r�B�{�r-�����i��>& 1�
���1�g�x]��i��ď���ˬ�5U��K�f
�-7�#>�E�ϝ���~�b�1�|�q��;��w�e���ה�fי��wG��e�ל���?=�A7[��a�,���ﶁo�z����BU�>��'�ď;��u���|�n���{����=υ��ϟAwU��E,���EIf�䜲$eɚ~(��7K����=�,PaW����A�֞O�A��N���8��ɱ��\@c��?(����g�=�ܹ�s�)&��J�\��<�l�x�'���}�����7%6U���F�Ee��f����ݏ�w�cϪ]��1���-��R���G��o���ۿ>�;|&�_�ix��,
��]�r��� Y����U
c�=�mim�ݕB��4���)`L�����I�6l�&f��ƍ/[r���Ǿ�L�C�X��ѣW]�q^��/Y�B���m�v& 1�
����\�mgW��>��}?�������Y���krm:;t:͞��o�b��Y��@Ő���^�Ff8�ng��
�˃4�J�uo�m�l�X�+m� -�7A������ף�e��|���i��z�7)�}L,��g�g���ހ��
c�����;��ˤ�"�fhX�"�|H��A�D~����j�K�Xڼxk�佚|����c�m��& 1�
�<��%�w?��n�a��{G��t��i����3j�t�c`�%�z�G�����@Ő
l@���6���=��9����;�h%5Rvv_������oU�xo1g���8	�_�6�)�&��Y�\ՇM��[0�z9�)fzf�����аH������lL@c��c��굛�+�6�;�%�u>4+}W�i9��K_q�&8}�5������ ؁@4�`�������:˖^*�}+e�l�VO��b�B�L�'��,�&a��L�D�z�q`�h��8yp/*��4�nm�n�2d����yB�7�m6��_�>[휏���^W��i��g͡z��>ZίG��qd�����7�����,�Sb	)w[p8���#6�uw)~
�m?C����m$le�ƒT�6z�F�-�[n֔i>x�M�z��_r�~�����Y�L���yB�/��ߔӦ���$���a���k�v���/���5�r�i����k���u~�@Ő
l@�@T)P���6���a�k&R��i��L�6k�S����/,�9f���O9�c�{���<�<s��l�w�< ?Ag3"�@& 1�
����m��˽VO=�u�~�_��u<�������[\�q�t�<2)��m�;�m�b�6 ��<�}��y��<�v�p��|�
/���Y�Ԡ��B�V
�����6���8h�y��v�h�{��7�Y��݆����{6���=7-�>��{��ܧc�ǰ�#Ñ����~x@~��f�����]�
�e�����ǔ+�<�*�d�s��Ӑ��γS֧�y>��Ŭ�����k����ɯM����@Ő
lAO��2#�m�v]�3G�O�[������y����$��G���n)^�
@߃tO��<R=�z�y�lzl�x<��Wo	�r|��u�n��^����Q����9%DǴ��h>�����Y�L���o�o���_i�n��D�<�_�8-��� Y<��E�
Ny��rՓ��e��z�W��g?�>;#�7[��Y�����w�;Z���3����kX�q���g�l�'���ܯ�W���͔ o��
��w�?>g�#g���t�4��<͞��;Jq\73oC�}������=�� ���ܡvJ��K������Y�L��B�P��J]J�P�.�~m�M��Ŀ$�Nk`uM��W��]�'�z6�ι/-�!�������M�|d�uk^ʵ^y3���󞓲�|�wI���'s^��{�YUg�$������;�T�@�Zn�a�����׫��W���I�����/M����C�^��(e�a�����~�����Y�L��?e&V�wQ����0���w�J�0�}K��=����;��1���6���b�ŖʥG��D�<�_�<:6\��nq����ay��o��>��\5��wZ�A���n���n�����I��� ؁��z�&+���_=�/3�Z�w�8��N��k�t\�K#�=��{��C��d�� �-�7A���>T�k>\����`l'{��ډf�f�������������ܙvB�)Ӟ���8	�o�7����ښ^���M�dǮ�?��3�����W}��e��l0�.�ͽ7�ﭷ$��1�(W�>u��i!cWs�6���{��;�y��]�N�Q+I�|ۦ�;�_������b�6 ��>�����^e�^a�Լ�E:m/k�N����͇�/]�5�7��=�Y;� o��
��w���/�����Ǹ�{oc��szKp�����۰���ݿi�(U>��_�X�Y�L�xlQdnf[�e��s�f�7)�?C�_[��>kn����5>A��iv>�Ks㑯��>�i�~z���lQ�H���o1�㴛\P�ۯ��Á�{�w�����4�[��:�'�ށ� ؂�6r]߷J�+h�ɳ[�w^a^��9i>#��8I:�N��'��b�ߓ&� o�|���;�ߝtq�Y����I�z��|cI�<_��w��W�zߨv�!s`+E~��O�h�Y�L��mTK�Ϗ���tZ�Fn�ν?�o�a��>�o��x��v�����Sq�& ����;s�s[�ս4��=�6Z����z^�M��q�&c��C-�\��hT0�l��`^Զew�4���j��ʥ16ȵW�)��Z&�TJ` ��P	���@L�3K� %��l�%�"@`�����" �[�lo�.�f��	�ikT�M�DX:�@���c��RҢ&��_��W�>3�A/�&f�fu=}�ă�ɵB	! W���@B@_�ˀ7f�q���g-oL�:��L�:�:���&f��ˑ�m)�c�b���-QkyBP�	"HL����6B��n�?'���ͷ��ZD�"����$����k���!�Oצ}p 	IP-II	2�S��4�kM�&�D�o�)���9S�=�y-H��[��hU�%9���F���c�}F��V�m�)l���<�5���&i�ɘ�#��|��+�_o֥w�*�,�ji��8cه����7=�	��1d�y���9s�˷m:��������JD�1��'�Zo�&hj-,����������^�8�u�q�[ĝ\��7>�t� �q�o��M��4��w��}%)��PJ��;�jO~x"r��רL���[a��:�J���<V�6��[����N�m/e��N�1����_��n�j_h�+g�PD�_?L^�R��Nu�w�������e^=�Ϸ�N��tLy����0V����z�r$KDP�M#��y�>�#Ȋ�?C@B�îM��C��T�xbL�1��a6����,���Vje��Nm�]z1˯V@罱�K"8�����çR�99�h�u�k�8�VS�^����Lz������Ӯ���-j5S)�[��}���dH\���e2�Të��5���*�����Xήn^����ƶڜu�9�ͽb�j�����[ָ�j�[T	�3��f�-j�\��[-)Ḳ;�p�׏E+H���"4�'=v]�;z1f��䵫jș������kX�be[T� �f��fܚ� bֈ����Y�Vt�E�fz9��е�FvR�4E�Bd�KH���@	�`mS這��7�:@n�d�7��@- A0��Fzַ����>��J��
��2�hM��7n�7����A���-P�H�-,�*������y�a։��烇�托�F{���E������}�?��n�u��+�V�浥�u��[�����.�2��	�f�1��������'H�@�fs�+T! )Z�6�U�H3⍫�9/�]&V�i����������z����Z�>r��y5��INuyiyZk���b��j4V��lu�Y�H)5�@��[kҊ�OPg�E��@X�ݠ�@Y(����b`y�%	�ޗ��T�.;�3fq2��"mP J�-^Eh��0$!@ @ `TY
\�L��ڵ�0kc"@$
d%�zW�9c�9e�YS;��
�@`����`"&@�<��H���;�zS0�l��m��d���,},�~o������?C����i��g���Vg�)JR��+=8R@L�
�/�����w��ͩz��՛V�q��ZGG,}ߴ����I�H��A�}�	�Tm��|��{�]�D�n!��}�S����$]E-�DV�E+����� <Ol2�ԋYP�z!1(������Gg��y�V��v�������y�����):֩���Jƙ��-l� 4M�H�M8q�0�t�^��4�g9������W��9:c���=>��䮼��\�#_80�Ka�}��g�En�;��;x`�X���-�0�޻@>N����r^3Ӻ��)|gzi`w�����_����
_�9<���"��f�psc�9i��\��V-4�=M|�UJ$S�.Κc�H>�6��Zg�i�K�-�IL��~�ז��圲��GˎXc�"uy�˖�;s�5�Fԥ��u�Wп�0����8�ғj\z�8u֜T�}sִ�M���Fw��*S*��ӑ����|o����K��9rO?O}b�`3�z�r�i��-bj��NX�ɵp��-�U�$�:2�(�s��{�<���:qaX�y��t&X��M��ґ ����\��^�����v�:V�X�I�H��ۗK�+�:};����3��=��P�º��mf���ٵ��UH�=��[�~�`�Ι�떱l�L��RYEՊãKb�7�#^C8$�F��Dâ1WS����3&��j"�66����Z��z2;��z�tV�UbNu�-���Lb��[�QJښX��rUgxV���P�"������o��A��"PHL
H���h�����4���`"�@H���&�L�/hH@����� $�t)YD�3Mf�3}gIkS�0�m���/0
�D�X���;[��|‘K�Lwr�/���[ԉ�fI�/�j�!`~��K�S���|1�vے	�a�Ϯއ��W�~�OV�6$��'(L+��k`�P���pH��켞��+���ӟ��w��o�ssm�g�_Ҟ�~�^AZ�3�&Ԉ�6��_����J��ZC<o��5��3�jy~���>9㜦D����?�=>�>��k�@�cF5�U���pZ�`��C�z@W�{��			@��4�'��u�fb"3��8�j�}{sQ(��G���'P8�N����{�{���g7�#�{���wu����
st�*a����+v��|o��&%"@��D>�~�)�Ө�\6��&B &Dqy����&b��D��v��ttI4��i�{1�)ЋZyr��6���b"��y�%:�O?�l�SWy9����{[�@���$&&�����Je˔�:t^j��(D?(z@El�����y1Ev����:�^Q�c��cs.��2�M8VN;}%�|"mX�D����V2�_M&gdcǃj:�dۋ���S1J[jʭ&N�pk؜u����"��|wo��5�nz:��3���ʕ�vʲ��H"3��祢�Eq�<��'m�*�Z[���[o�eQp��xF�(��'�D��SO[p���A�ѿ3��y����2�Q��.��?F��v���
2�p�ߪY]{ɾ����c���t���p^3�{B"f
VsS	���?3��𽮽m2��{GO+�ںuӉ�7-Z�r�zW�^י|b��_o
x�Z�:˘�mu��;R�u��D�R+3ip+[o=<�l����-�٘�/��ZmI���&�U��2×(��A�+3�`�ı�X�&"bfb��}@�����<��z
o��n�7�on�	�S��i���2E!~�k���xʉ"2��B�iͦu��[y�>ƫ�Zq�e�f��GO?fy�V�i� �Њּ�	׺+��e �X]DX᝵ꈧ���y���)�w�̀Su�,����<���m 	�����髳yӊ'�34$�7�{~�e�fZS���:)�dF:ss׷�}́n
o�2�{i�D#9�@��uSK���4�=�-Ͷ�e@x/�JZӥi�n��_����矣H&br�i��e�z���u�����adk���Z�ʠ��vaM("ڱ?F�˗����Mx��A������V��|���~_�zf�������}_����[/��ֶ��<JW-z��Յ@�D�z`��>_G?>(=g75 ����ANwP�f�	-�(H��E@h� D@@@H�J�fDL+�K�x5�@n���@��&�	��	��[gA��:�G?]��/�ӻH�Ht�7;^����c���M���}�'Fpt�����XJ9�&d�P#�<-�烟뾜��_Gz�/�$-h�ӭ͈&�G�����I���!g8� ���e��վ�׏{\�c���.
"������y��?��_�������}4�\�뙊�i5�ֻw��y��z�ׯ�=o��U�Y�{c�L&LT=��<:��<<���x�I79�iG?D����Z#�k��Ӯ�o�g|"�j
̈́YP)q�T�t0�{ms��=�������m7���G?Tsr��hr^�(��|��w/�����W��ԛ��}��V`�^4!�|�쾷SX˼:t�#-��u�4�ӫ��>h�딫�u�lk�lm<�'�R`�2�,�טG�˯�^�g�)����0Ba(E9���}�s�߯x�4gяV>2}
tZ������Bz�)�GN�󻸭�M} LR�M�*�6�3�;ʗ ���"8�f� �2���򧪜�Q�R-�"�����w�Y�O��W�֑�v�^фߚ��I��—L�h
q��g�_G���9-!�L�xz=
�sq{�ɕ;)14�'�>�����Gç�����y�]j�׵��*�����^�1�ܗӑ�^�^�?��N�4�ԅ$������r�n�e���v�g�D��yxOW���zC�Ǎ��W����(�:f�Π&"cu��_+_���M}k���>�e�uj�8�2�6���>'N�ޕ�]Ȏ3��x��0�5x�=N�D$OHs�|�����)��Fz��n*��3�cM��
�믣��5�t�������˿J�宅\��~���]������\@W=�����yb��r�6�i���J�u��	Zx蝲iz.���/���㮊hs�WL�o�N���7��Ӛ���k���u߱[A�w	�Myho�)�g\8�M���}��E},�)�Ѷ��t�Ԍ����Uh�A0,+2�i����q�I�{�i�9��xV��"-�i��:��i�Z�34�+M����Z!T���i�TXB@�g�s뵹��"�)��3 
�n" N�9�H���r�kHMm�Փ��󀲠'Df���_k�N��Ȋ��k/տ�PVv�j�N����u�E��KP�(��Yi�+��ʖ�m��J@m��+L��]3�]j��Sft��c]"@l��G4�)�D��"@ƙM���oGŧ?M/l��/
S�<v��<��S�g)�/{f��[y
b�/��p�}��p'��h����2�Z�Eo��w��3HH�^�J���-��YY��h���p�/ ��V����յl�$&R���oZ܈���E�2!� U6�D�HB@g��$��V��]*6��Z�:����++)�W&��L{1)�g�FUmj�B�+�k������O�3������eF�#��A/��;\�Z��Mj+�}L�z���%*���w���g���Q�8��⮑�˕�Z��د���u�<�~��aJWN��Ŧ��ԂKM	B@�0J eY.Rvt
#5���%5})s�
A��e@>/�d ���1(�2�>��%	SH!0/XF�j�Qi��hL&�J	���&2�ڜ}���n�8N����jk�Ŕ���=7�������.ʋ̄��_G��kX���Bzp��[u_��l+�}&0�տ��e��y=>������VլLDE��,�����r��>=�$�$�o˗e,���.@�s�+7���H�/�w�Ǔ�ܘ}P	Hy��tuy}㋗me���\s/э/�JGM0�|���gX�"F1׎�ZN�g�"�zZ�V}|e�q�����ߟ���tL��ٽ�ɽk
\#)�&Zg)�Tc��㯑l��,��tϐ]+i".��q�#z�1:q�c�'���m3�t_�	�O:ӝ�)3kғ^��"V�4�%��s�9��)߮��A-kQKM��BfJ����\���-m��`������Zf�^~���շ�@��],_~Ig�U�ъ��bm|�6�D!5�)��B-ێ3�o������v��X䉵y�r��}K�gJ���i-w�$�z-\5��	�a�tY�M-�5��a~�W�"�CU5�b����R��3�_<t�ͧ;�P\��z����uߪ����b!6�ⰙRfS�ŭH6��n] E���L�o�@��V��|�D�ׄĀL��`Sɿ���g��濮�}=@g�WX�_�@�-3f�eç'v�25�@�	�7�
j���z�{�"i�5M�u׋����)�ϰ��J���v'JR��t�<��R�|���=�	�Ɍ�����yy맻��Dm�A#)�p�/�::y�1/�@������@�/y›�<@���C�ͯ��u1'?or��uk�q�i��2���i��`��k�����2��=`�Z�����xj͑�����oKNJ"Q!j�%po�0��Z�r�@�^��r#���S35���ۑF���
i Z'����ֈ�Q3	A7�q�R:�L � $@�@�$��--�
��8�(:�M��[릚��1�	 �0y0�L�(=>�x�3�3m7�]��=�о��ddM�	��P��{�����J</N��]kL�	N�M�k^׾�_M2�|�5 �f#��M��}��<6�v�[�ɸ�zG�֟K&�2������66V�Y�3����4"@���'���ޅfz4�ܓ�2���L���}8�	���`^i1��Mmi#j^ӧnxC�����kM�O7K���#�sZK礢1�!7�%�E
��"�:u�v��IR#[�բr�/��5:����o��N�O��4����5�b�ۡ6�6SdW����_Db�3���n�_���OG&y�lgkZ����ֹ_:���VZ�뷟�c��i�m�>%��a��M4�Ŭ�m(���m��E�-���4H��J��ߗ>�����ZJ�P_Mb�>��vh����_=YM�<�{fWK��zz�V0�F��`	�,�2�Q��xMd.�|���/�_~y�����*T�
z�m4�g�
]:�_�L�Q�iz�c[ڔ�}�W���Zbۀ�޼���P�L��d�ppO��z�6�L-�O��� ۦ�V��m��:i��<�_^�o'�0��D�Z�)�����=<��U5�e|y���.�c��l�W1ۃ`y��z�k�KE��_:6�N�0��ߏ*t_=u�'Ut�Z;)<�j)&�'o_<��gx��@sF�^��v憘�{2�
&�ҷ����tg�f�g�b���
1kV��L&o�0�'o%�\u�4����0�4D�*		��4�
��&%��VמDZЭ.0L��)��r�tmp�=�	����P.��Rd&���D���4���[|k<-o|��#�Հ��^��E��67���
�|�PP��d,��W����\|Yyp+��s�H��/�y�
�"ִ�Ć=�8��	�V��aoF����}c�	���}dsp��@P+�Oy�W����mo����7l��m�e�>��p��g�����!ѿ$kb�C��X�p����WoS��u��:���J;���>�r"������=���<�R��������ԗ�S��?.^ը���� ^*:�N��~��z�S�``��8~������>�^p�	�Y�]x�x���z��S��Xd�:�
:)� �@	@B@H�e5�G83��π$�c��B$5Ҹۘ�ΐo�����s�Mf�kր�g7�ZfT�;�t�Ϗo��@	�zT�Ɓ���so���˷��k��=o�>���9�@D�=C��e�,���C���x��
�o7�H�D�! ����@��zi_:T��_[ÿf\��/����Ɲ\^}ix���Ŵ��}��h�����L����
��Mi�:�u�MSd��o�ĥ0_!������f�tzVE�`�p�{�V�MYgZ�M�2�6P�L_�c�$�:g~�q�t�� ���f�W.�;�c�ka��{�	 H���Ε�s�z5��g� �:1�6��ʝ�8Հ
���x�k�o��G^���H
k+��� GN��2:Z�_(ɔ��9܈�ki���9x�q�}6�lO�ǜm�ɦܾ��]�<�)	����i�'D�c��OJ�H�mN��5��ss�M�K�<�=>*���&zmڳ�z�L��w<Ӟ�^<��ta�mhi\�
)[����5�\�T�N>y'J��oX��W��4XԘA�^7����5�x���/g����ny��+���֕��Lq�Vg,6�LL��a�F�ʓU���S˝�e0�"��
5��h��,�����G���ޔ���SE2��N`f/9�l�m6�a�JiLX�Ek)�j�5In��Μ��3���̀Vvc�U�Z4�M���>S���yq�kL��3jmY�YM�����	֗�~__�o��/�ұk�T*����)oC���T���5���/�$۫7���[���/���k���zu��*;��M�)���O.��ݺa�5� ��`H4�@��y�zi[m�˕�zm����>f���t�p�0L͵�XF�|�γ�F�f�Ey� =_o��Y���j��t�==w�@"��s��v�u_�6��@u�^{�2��H��.�rzv�u�XI�^RFm`��ѣ(�ms�qg~h�=i��������u{T���v���N�/y>BN��!:1��ƨD,�D��}�H������&��L8��G�>����%L+6�fH H��ϑ�D�L	l&$`͐�8������0���i2�Z��;߰���L?��=?}k�}(8���;Xy�����tt�#���o�?
��r>7��f^��Ӕ�>�ޯ�&��2���@H�å�sG҂��F<.΀!�����>Y�d|��_<�Ч���ޗ������S9�L�g�΍��9�O-�c*���=��^d$��T���8HH���gM{o�JZ�� ��n��ޗ����~���+ӳ��~���X:n��I7��I�z%%9������I�Yje=�<6�gL7�4���S¿���ў���p�K�zL��(g=�|�t��X�X%��v�������2&)�����X�e�Ϫ؛��E�e$�w��b�F����Euv[�;6�WMx{�m����-8�m�����ӎ!{��¥�6�ixO�ӏ|sM+Kc�o�-0��5�,"%ii����i��li��ֿ>��s���HX*+`L���|���ѕ��@���k�̄DKz^}f􄗡zM�o*3��a��#Z�My�4��q�bm@��"I���6�|>l��Lp�ti�����1����P����۪�<�Q��ty�����^0��u���;D��t�*%QX�P�g_CI��)Zּ`"u�+[��f\פv�^�\Ӆn�;�uَT���\�'�׏��Ն�^_>�ѧ4�&ڱ�_�<�_ �=.kr	�s����7�@"m[mL;w�Z�W��a�)P[�ϟ�_Zym�u��N�#���L)��\�:|�/����Q6���W��m��q���=w�S�������`��%^�<,���'Τ���O���s�=}<]�-Ͷ���m���h��?K��^x���ծֵ�}`}���[��<��q��]�����aŠM�׻n����"m}yU�'\���~'��$���L�V�=Nc�|}o6�ӣ���g����4_����y��4�rs̿O�x~|�S|�|X��'�5–��y�/+���u�]<�@���ʖ"D�*�Dݙp�M2�^��s�$tt^9y�E�k�~}5�S�	�s�jv�S�q��Ku���{(�V�2�d0-3XB�bT�H�r[���}y���ƾ���~�rm�HE�j
�L�{dΥ�٧.���Ծg2�9�0[l+={��O>/N�r���ێ�/�薲��[�-��
;+�}�q�֛swk�P[�xـ���p��Z|}g~=4�[t�����痿�
��yE�[�)ۧ����JDvۗ9]�z��"� +a�gԞ(�w�n�Dk��'2�N�K�G���oJg��4��ޚ�/�vߛ.��^H�_w����ӐW$�?��@	! 012"3645AP#@$%CQBp&`a�7Dq�����I6oi�*�3}x��7׌�^3}x��7׌_^1}x��׌_^1}x��׌_^1}x��׌_E��&�<G�����f[2̶ٖe�-�l�o�[t������g�3>�w|3��]nD:g ��ޖC��%�&�ұw�^/_1������p1ݣ��dΝ��
�������5���4�he��"�����&�ӑM�8�	�ifa����+cb�y��h+�bj��Z��+èps�z��$q���w6��fq9����0%�دb1�M����JY�(I4E�הd�(l�bG<2�\3�y���C3��'0�z��Zz�J�k?�����y<}�&��9(q�I�hBO��qԅ�3#vrw�X&'!��~��L�`�����d��1�S��2	vqa�`r.Zvm9�yr���0}C����%�#���#
&q-�|�3W!���u�L~��j�W�����a[��P��j+�]��a��/��Fi�wp5�d��K�������&��҂ԗ4d6$��Nœ��g%�p�������^�X�uiPи*KR���
k��.����
Nr���XgkI�rC����֋ٸS�gya��6��6o'��k����(�+����P�ll�Jhn���c�Ia�2w$xKP���Ҋ�bI�ل9f|=[1]y�)�˛�>���u��ZLd��8P���l͛���֮�2Mo%nQ�^�R�([�x�wm�.j��L��_�����Ei\�"-7�	5���,NM�;M�8�^;K�2��F���x��L͝�Lֿ��vs�Ik�]j�,V���L3xs��8|ư���v����Կ���o���i�s�c �����̳�[5,k��e������SCW���n�s�<��)�_�oᆵZ���5����+�2o[���3ǧ���y1�W���_�g�Ri�P�.в��Lq���Ef��Ɍ(�8e�Z)�k]�J�ף��0ň�T��F����G��RT�k���MN�D(�Fx2Y)ξ&�z~�"����P��e-ڊ�٩�.܍�V?be��b��U���d��R�vc�m��{�f�+��yYz�1ZS������c�viX�`'FX�5LR�R�~�;v-U�n�ǧ�o��T�V�#
e��Q�V
�-�ܡ-�Q���Z���wʬ�>�J��,ݥ;5H4^��e�N���l99Ւ8�	'�:ri�U��P���Է����T�2�i<&^p��c������y^F�B�
��;vN��J�k?��?be��b��h�^;0K�|=<5�S���'�o�/�/�/�/�/�/�/�/�/�/�/�/�/�/�/�/�/�/�/�)o��D��cF�j�������~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�QwꋿT]����~���Eߪ.�Q		����g~,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ)DzR*��C�㿯���/�H�Mώ����j�jp��;J��5=S��S���)���Zb2N�}��d#�-��;{�[���^V�/+b���؅�lB�!y[���^V�/+b���؅�lB�!y[���^V�/+b���؅�lB�!y[���^V�/+b���؅�lB�!y[���^V�/+b���؅�lB�!y[���^V�/+b���؅�lB�!y[���^V�/+b���؄zc-�Pi�e;��e��O�����&�8"9dԺ��ZѰ��f�T����w&r(��p���hbqi?��<�})&����3����.0��	�ӯǼ3����Y��)A�?�Ia�yH����T&��(���y?�����/�H�Mώ���ɯl�<�U%��!b�#V�\�e����Ϩ"�sM��e��t�5��T�b�w���_�zja*?ڴ_�eT子�6@��CN��9��ܕ1��:�J�'�7����N�y۶��<��9g�M����S��!��ڮ��c��AF[R�g�ղ^�'�w5^<K�
3b�H2�j
Cs�A^�̖&��<�z��f:ڂ�Z�����/Nh��rЎF�o��Tc�7sc]�+*�e�	�L��������A��r�`�7n��{8���}��-Ga��VΧhd�
c��i��')�/��:�[�.�[�{H��t7�/�R,N�7'���b���{-Қ�ù6��$��o�i�[5ޫY�����R����ժM<�cy�K�ӳ�N����`���f��Ԧz�81�e�Tل���Z��k���0K4V5J�U+�~ո.��g1j'x����nj9b�*��b��V���-���cZ��K4͆|�����={9���*զ�C	l�Z�f�P-G~�MG�j�jJ�V�֠�V����:�͌����PٚI�*Mi�F�O'�1+˖�J�LX�L�Tb~�[�R�G%<�:�ImI��(��|L3ef9��>;+K!	�[6�Ԅ��/��i�GV�n�:8Fz��l����+�Bյ&*{cP.f���9�Z7�3�WR⧜!��,��h���Ԋ���������s`�S�b͈⯁����i���d.ɪK58r�Q��[�!�����g�9:�2���Z�W�ؽ��?��YpP�~;v`��p�hn�'�k�h\���܇9���1���Ё�#�	B�ښ��2z��޿B�J�1mc�Q�N�9"�x4��kO�~Lh=��)v����YF�I~�Y�kEП'�*��a
�t��%�a�U�5���L�6\��n������R�PFY*};�4���=�&��d��j��gY��.�}5 I��.σ��B,�8��j�z��|��bFe�+rc�+��;���(�,�s#��Z�*�[t�ôK|��܋�����y������ܒ�8K!k&�`6�X;5m����X��ְWr9Y����r��}�mU�X�L���5ɓ��B�n�Ur�b劔[��䣐�xc�I5Gjpb�ܲ���EF�̓�8䱧��9J
B�X$�R���hp=z9mz�,�ǖY�O8o;՟n\�ř;�l��D���UŻHq��%,�q���r��+s��E#d3[�#��>6Ώ��#�|���O���Xw�z��\}Lu{�1'TlX�T�c�Ŕ�{P�q��dh07�1�	1qDz���s��S�xY˩mЕ�������b
Y�2߫]�1�n0�|kU�.�W�7��*v$�("�Tqڔ����U����h���Ԋ�������:Q_�=Y2��8˒֞)e�A�)����x櫖�S��g3���eh
=,��#7�ai�V|Nj��x��KT�T�(Ì�4*��mښ�V�6�Ҏ�H�������\&;UiԦi�xId)$������8��a�h�<I�r��S�B�x�9BXb�"�V�a����?h,�+V)"���8B��ix<�q�˜{�zU ��8|=IyՓ��0?r������~IjES�h~|w��~\曡���͐��3^Bj�K���z�G�u)1a�;�a>Fb�1�/�O-�4���/P0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�sP��|e��O������"ha�%}7�����K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�/-`���K�X%���	yk���^Z�( ��m_jES�h~|w������8��f�C���{7��fbF^l�k͚my�M�vvg���_ڑT���-V��^3����f�0/�x��`^3����f�0/�x��`^3��\�̥�Q�/4�F�X�׌��f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0+��b!�^iy/4���Q��_�`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x��`^3����f�0/�x�
L�G��YƼL�6̶e�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f��Ra�&�؊�qmˣOm�V��n�U=z����T���OV�3;�[��Tgf]ޮ�.�YwZ˻V]ڲ��Wv���eݫ.�U5j�7r�w(r�w(r�w(r�w(r�w(r�w(r�w(r�w(r�w(r�w(r�w(r�w(s�On�9("�Xȷƴ��^�Q�VJ�$�xj��$�
�`��Vr*�5�ORm�Y�M���T"�~r3�^x����Ɗ�����"�tfR�<����ކ�H��F4fF�ٙ‡>)������vx�}��D��4xGm�r���Uܪ��Uw*��U]ʪ�UWr���Uܪ��Uw*��U]ʪ�UWr���Uܪ��PY
�ed��ьy8��<�M
(�9I�X3<b��E��Hl,pQ�'2�,aY��Q����Ԃ�2JŌ\&���j�2�Lclw{x�8|���ˋ��'��snˎ�Ü1њ60�V�Pn9��Gf\EEe��^M�.�
�B���]WBЅwh�v�wh�v�wh�u�wX�w�wX�u�wX�u�wX�t�wh�v�wh�v�wh�v�wh�v�wh�v�wh�v�wh�v�wh�v�wh�v�wh�v�wh�=G��g�}�(�6��]v�D��"�*�"!&ݥ�1ۈ�"������s̵8��T�8��R��W��J�^t�+�ڥy�U/;j��mV�Y����T�9j��-R��W��J�^s�+�z�6��+�Z�y�T�:j��]R��W��R�M��c��Yj���-R��W�5J�^u�Kκ�y�U&֚�y�T�9j��=R��W�uJ�^w�K��y�V!֚�6��K�z�y�T�:��U/<j��V��P�=Z�9�َJ�K,�~zD�bg{P�nxaw~0b��~�lA���bBQy��41�^<T��%&�9�I��d8�RPy6v�m�Y����Ѳ,k��&�X�srE��z�z%���,��rf&�#���fzwŋ"e^F��-��$�^z3�1�/�v��W{&���j�Y(d�"ӕ��&�L21HK bQ���\�83�-�jط��
'���!���c�vR��F�_£���~�g���Q�dr6���7iq�&�X��� `�G�xxpqM�������W���s!ud#�U䉰zx�X)��P�cs���e�"��v�
h�Z��0O�ɜ�r�Ԓ-�k2��Մ�/<���R��U[Z�k��9��ǥ�W��8����"0�`�JĖ�)JKN
*����Yپs�	��?ʚ&�2lq���#ݡ�(	�>:d��#��M�����=3���*F��2>6R)��s4��[��=�v
��B����4���F���I����>����r6'bٙ����X1���+���s����6�D嗓<;�(�;u,����b�B0��
�M�|`�����z���;�$��?��wB�t�n�w[|�%)�}�������듦��u�uMuMu
u	s%̖����Ie�yO���O���&es��bZc)�q6�ï'�ֲ���ր����u�uMuMuM1����fwt0���XV�ȿ���*���2⸮+�⸮+�⸮+�⸮+�⸮+�����n+q[��V����n+q[��V����n+q[��V��W�_�n+�ҿJ�V�B�	���r7�w���HYl�[-��e��l�[-��e��l�[-�����5�5�5�5�5�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�5�5�5�5�5�5l[�;��	��
aɝt�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�Y��?��?C���T��9'4�!i�-xK���/���JY��(�3�1���}�e����4탆ԡ.���c�9@6����X�;��v�V��b�nԴ勓U�+ؒ���I��fE���V9�x�$�����Q�1��\��$~A�1�R��.�e+��a��u���t�,�-ӐqU�
q���h��V��΋?�{�]�B#��c mS�<X�6��ٙ�;�%�񙾅
�̿��F_#v�q�{*�ɵY�������|�]�˷���(sل���}�9�o�gs�sO��h�f|�Xr}A�w^`̧��W�3)�ey�2���A�r���]6o,�5�^5�O��#��ِ�s�r��r˳�s�ęϒ����~���H��jeb
�cͯ1�ט�k�y���6�Z�>�6j$��Q/6j$ڳQ/5�ڳQ&�z�y�P�՚�y�Q/5��B�U�%�B�U�%��B�רUM_��p+-Az�OM�M�I�M�F��2�̺�.�˫2�g�����f̯3fW��(_qg��$?�|1������E�����ay�0���^~�/>���}�^�fW����m�^�fW���ez��^�fW���ez��^�fW���ez��M�ez��^��W�9��ez��Z#6K��������PNI�9|�����q�t�T_I�����'�Ҳ6���e�<��0]�ѵNH�M���<��nd2t���(���ѷM����1U�/<��7�lTd)̈́�k�����{R���6&�1�{,%zv�a�xX:��k�3��@t�"��K3x5n���ww��{;�ۈ�m�\]�b o���޼�Q3�vt�#��=*��5N��:7�Ti���}YD۴<�<����H�?��rNI�v;�bo�Cn�*wٝսr�ܚ���
ڳ�G\�K�u8Y�[���u����C]<�`�o!���Bja��cy��(l�%����2�+�ma�ګe�b�6,Vr��^)>}]?���QS�ac��>6؏'}�����t�u�j�����M�#��<�1G06�MhcG����Z�8ڕofz:�kb�#kO#ԁ��+�a���َC��}���t΀���wL��w0dSF���1{7dzf��~�_A�v�Ƚ��5D�DO'תS�]�R� �U�B��k�Ե[39���4��e��t�Z�TӐ�T3�];s�l�fa��a�;B�,�x�9u5h�W�_RSj=�X���{R���P,�P`�sqh)�$VJJxv�\�����U��e�d�8X�x�4���NYl�I��8��|.6V��<RWɛ>6��A��Ia�v@��Lֱ���xn�m��{���|6l�s���^�C�����C����S�n�k{ّ��5�ձ8(k���	�k������5�Nƶ���_���헫63SGzY�,^���+�j�� �VW>e��yV��>����z����c�HB+��`�66�HUU�E�*�G�	X
ሄ+l���.�o�8�O�s%�Io�D������l�������#qZ)ٴ�.����v�f�����a��Yn��񃀍��{�����.>�甏���b<G�)2���<A�Yq�kvtV�yTg	@;����2�]ٶ�K�&��nr�r-�}�u�����K�-�i<�x��g��'b�R��ͩ��&v�alCY�M����gg�mH$����1��K�&?�ҭ�\
�wNI�;���ݏ����硷y�Y*��|�L�=c+Oc��Pd+g�8������kl������k��5����i��fjߛQd�2J�N����8���4i�:)Vb��+%&#bl�D�>��S�T���Q	��ai�[��c-��2\�r$_wN���+#v����1y��f9��K0!>��MZ*���Y�9&�e	����]��uZՐ����^[C+r9%�8;�(Ӌ��u�m�{����./�ɛf�;1vl9���E��`Z�f��sMy�dlY<�v�62l`խ��
GS��u�/�x��>���ݍ��CVyA�'�S.o����C��M>>'��!��P��L|`Q����_*C��$�
��r�K\ɝ��<m,�J\�+�U��;Z�9ɩ���9K[x��B��6�����9M�P[��`�F&qa�Z���	���b�ݑ�*-��ݓ�'g^��l�X�!��V'g��b���1R�Xx�5+կB3W��3�2���լW�-]?U��+N��=��N�L>:���<N"�I�ƻ;;��C���C����U�^HHO����x��ʕZ����d�M�5%ǝ;s�_+Vyq�Ҭ%��>/,�l*ݭ^*5�fcg���a�
��A�},v���?�]�Ѓ2�b�P��
̓	F'k&I�C��g���;�r�Ě�VBga�e��dcw�� �l�d��ᓪ�L�C�:���T�0�16@ܝ�3�ItP~����� �_�>0~��kY�5A�lu�C���Z��w+��]EN�3����캢�؝��x�͎�˸�]���7�Ѽ����ׇ�M���Gq�p�����o'�y=��ׇ_C���Z��]���7�Ѽ����/���:����qw�c�7۸�]���W�q�����/&��M������n��u=���]���ï��������o�d�I��d��m�e�\�b��԰�i�f�T��D�Z�
<�,�G�5eS��nu�Dl�8�hux�>���2�1��J�@��B��*����>�ݵ>I�)6q&|����1�|����ЪvJ��by0=��+��ā��c"�"����}�\�F�D�r���f�p�gb��pE(�o�``fo����㍟��9�mރl[OM�dG� �c��߳fÚ�~�_A�v��չǦ�vz���
�0�^�kGa&��$��q7-�l��$�Z̖��*y�YC��.�����HI�U�4"��T ��)-c+��<��������R~^��E�t��ٳ���m<�<�#���gt���֊'|�=�'2���x��;۔d��2g��%�0��3d����9Lob��
�i�ӖԆ�ls�w��k&q:t���o,�ɥ��f��P�V���ͼeKUe���%�Ż�K-��WjK��T�S�ޞ�#"����C����~\����ch���^}��ݜ�8ɶ"�2vw�F�(�p<WDx�D����_�3�(lل\C��Cr��m��͓��g{�]��z��s]��s�|ρ���k���[J������k����ݹȹȹȹȜ�v�p5��l
�|`���Q�d�+
��/	ů	ů�/�,�+8�\d�-����̒�JZ���N�p�hV�^��U�X�11���J��/=<�����Yf�b!2b���u4�U����p��#6�gtρ-�E���6��m!�x�ǀ-���u��}�ݢ��%&������
|$����q�!�Z��w�<6���M��/	ŧ�b���ؤxl3}����b����
�o�����<F#l��=9�#G��X&�/�/�/æ�◄��ւ��=
�̿����d��kw"n�r��Ҽ�n�2��ܲ�*�-�'�,�����.�����,�.�/Kr�{,���#���>]?d���6Y7e9e�nU7e�F��c�^�e��4����v[��~���eW��foM��x�����mf��b��7��5͸����X�P*��j/�߻�mk�����5oKs����>�-ϯKs��d:�s�}��ѝL���ѭL�ԫѽJ���J�ԫ��J���J�ѽJ�ԫѽJ�ԫѽJ�ԫѭL�ԫѽJ�hO���37�=��hlخNP�j��W��dqX�v�m?�����ž��V�
��o.b��1I��+o.b�i�?���^Yï,�זp��8u�:��yc���^Xï,aז0��u�:��yc���^Xï+ᗕ���e�:�y_�Ma��PA
h�8�����Ч/�uuuuue��:Ќ�����mV�j8����0ױF�S67�T]8��,�V��b�c�PAZ"�F�Qq6�c�X[�q���ׯ˧(�(�7�I�ҥ�:�������LF�� .Th�3?�c����HY�j�f19<?�ɂ
�ɘ:Q���������������������Լ\�r��PWPWPWPWPWPT��їГ)O+���XF�f�����Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�Vy�
�Յ^j¯5aW����XU�*�V6ox��<�GE$�7����׍�׎bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�bW�b���1�J���X?��$?�|5f���g�(�����V�&��L��~�������� �`�/X2��� �`�/W���� �_�/W���� �`�/W���� �_�/W����� �_�/W����� �`�/X2��� �_�/X2���� �`�/X2���� �`�/X2���� �`�/X2���� �`�/W����ݣ����� ������H�N��w9�J9��n^-0�p�'6
E!��G�054��w�6wf�+�$��on�Lۓ�/gn�|I�}6w�/8����Z3r���S�#�6:�c�ݫ�Kjh��
��͎�������9;r���K�v�xe�w�*������YlT�ӌ$���R�0,;o�nL*X�B�J�܅��X��H��A�٭f��9�S�k�C�2|�/ʢ��E�w���m�h
㒽+�v�Ɋ�F��8����cq(qy�	"�ۦ�ew�O�H�.�u���n�w[����u���n�w[����u���n�w[����u���b�r�!l�2lm���ױfQ��yh*���u�'�>��2
-�!���K|���\���G=H,�B�2^!qx���W��^!ux���W��^!qx���W�]^!ux���7�\^!qx���7��^!ux���W�]^!ux���7�]^!ux���7�\^#qx�����^#qx���7��^#qW�[�Q���^sȯ9�W��+�y�<��Ey�"������Yd�ݝ��M��j�n�x�Uzո�?�x��V�Z�F�37��!�[�ڿ��V7��֕���V����Օ�<}Z��<S�6��3� L1J,�*�:�N�&�b@�8|)�]�(,qІ��ٟ	�	���<���X��٬��A$����ـN�`p�[x,	M���N`�����d�m�a|^$AؤG��lY��l#��61hbs����;F�s0Fj\.�!�be3f�ւ�����i�fY�N-��Vr��N�F8�l*����]�����Ј9���+��+��+�+���.��ˢˠˠˠˠˠ+�ˠˠˠ+�ˢ�+��+��+��+��+��+��+��+��+��+��)��9�~�.�&��tWEtWEtWEtWEtW3}�?o���%Ya�勂pl�c�%	L��-��ȴ�����J�f�Y��:ً�ahb�QZ8�Cw�p�섗N"���j�z^b��X5VT������指�S�s�$�K/n����;L,�����FU5J�D�S�HD�>D�:�~k�u�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�,fL)��\�^�F*�9��p9�ڊ�N	yn˲O�2}
u�O0���X�G^�H�=Spn
�C�<�H�U��^Mo��SjJ��xG���V#+ڦ���F�5(Z���8� -F�԰31j��>/��*�`y�|�;���1�o��׉M#HnM��nj)z�k-��I�wTvk��YɔZ�ƠU{z����`�Cq�ï+��]�(�����v~�8����_f+:�d��FS�BѨd��&�k(f�	���Y�,��h�=�c$�;�g��;=��%��7�9G��
\ec�mIx.�iC	���g/a�1����!���o���y���.�5DV�/�!��!��U�Ga�3�nD�閭^�j�鎭^���閭^�j�鎭^���閭^�j�閭^�j�鎭^���閭^�j�鎭^���閭^���鎭^�j�閭^�j�鎭^���閭^���閭^�j�鎭^���鎭^���鎭^���鎭^���鎭^���鎭^���鎭^���=�j�vq=�N�@۳=^/�E�9cLuj�zPb��ٷ��W���v�_@�tr38���3b������_���^V��+`W��+���l
�y[���^V��+`W��+���l
�y[���^V��+`W��+���l
�y[���^V��+`W��+���l
�y[���^V��+`W��+���l
�y[���^V��+`W��+���l
�y[���^V��+`W��+���l
,3��[���C+����{'����е��g@T����|g�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq��\j�W�ƯEq�/ٍ,	rQ��vr�X����A��H�c��k�����_��7vv�)�c&i��X��R����۫9��gw��&�2�V�m������W�!E�.IM�g�;9�0j:�19;[���2f
}�e�v�
s��Q=Mu�U�r7d�K�2�l����2�(�������l�KZMp�mImb�\���V��k��,̑r�'چ��n�j����y˶MB?z��科���<&�>�g�g����׺�֜�����^}zר�z�zר��M��V�7\pe�l�9��}
w�U��ѫ$����A�%=�^����i����Yʼn��ڶ(��]�c��g��ؽJƳqoS(/T���Z�;��q}�J�q�Kڶ:/�����d&���h���u/D��V]��w�t�6cqW58R�ciu��#GhT"���n�!)ٔ���tz��|����z�-�eR��̵���*z����,rkJ���rՕ[����FK�I��_��j���|�ĝy���m��Urv��r�l6����;��u]6���.�r"M�^*.�I�=�%�O}E+H;���E��`Yk�F�WX�k	�jɝ�����j���Z�`ږ��fN-��X���X��-���v��uT�w|��&˚,ъ��l��缛�%&jH����}�Z"]GE.̬�J�jy��>����fO�&� նI�j�﷚-&˓�e��k;�'X��@��fմC�!Ֆ�澻���f�w��m�㳇lw�wx�����U�TZ�
��UN�ζC"L�R��6w�N�ˮ�K�:��˲��v&N�~����`��oW��;g���-{&}͟QP�$��;[X ��?���-�������?B��/�e�ը"WkBͺ�w���di��u�NDy��c.2�ngw���-լ톍c�c�DQC㩃��C��ʓoj5bg�-���V�̻�H�Y��a��8����yH'��TA�|Vf���Ar�LjV+�7l6��OM�3t��e#��X��Obn�;�I�l���Ib:��K���;0.��ʮ�?��8€;̯��6�r��T]��ǫ��(Y�/yG&D.5ZV��S�~s��6�2�N��{Js'm�Xx=��n���.I��-�1�$�7bj��Y��iy
������f&u�ݸ�y8��<��Z9�9�����gQM����JE��Gi��bt�ɺ�eXNJ�x%��;9r9:2\��� �uq��{V�agf���x���'��M=�R��� ;I-4���,�񜝊Әӿ���G�D��5.:��9Fh�k�$W%���7,�b}KZ�Y��r�sS�·%;}�)3 �ʣ�ʣ�J�4h3$�0��c���~�_A�v�_j����{�	�09����x��13;,(�]�hi��)�6B&�3�3�{ih�&��Y'��zԄ�횵�v�Vݝ�Z���Նg��J��u\������2�e��fe$�N���<����nD��O������l�ݰ���P�E,9�8$	,Gp���n��L�0�dzl�O.林�6Z�j��OVA�|2��CXҌ9�F�[��ș�Ѿ�M�k��;Gv̶%y$�o��
��#n=������J�@�C����VN�Өs)5���p��s:�_L�I�u��h�R��>�g7�Ч��>��f��+ ���dl�}���:��by
^ѬJ���iY]�_���>��n�H��X�zڒk@��-����[rrk93���-�24��ЪM#��� ����d�,����<��񬳜�!���!�8)�=E�d��'5h��bxy�I䁤{y�v�%�l�v���dvZ^YԓڎL�h��[5�{��+��Q��O��O��O��R��g�Z��^�~���%�Ԓė���?B��/�_��ɖD�v�.�4�$��qX{�/Gv$GC
���F�NrCU�!֯n)q!��W�~�"�n@�c��w��Y���]g=��F��d-
x\�Y^iH�K�������	�Վ�֎�8W=&[�u�w��$�A��8��ᤴ�]�ueZ��<��4����͌��{���ʭe�<ˊ*K��W���Ce^�ʽ
�i�Qa�U�?'[�N�:w��|��
�̫S��{K�.oa�YL��fV"�C��Vx��13:�9�8�$�3o!���L��13�brL/���dgw�9E����줤��;:�A�~-�ƍh����M`]AV�ع~�kW!h��4����U0`&�4��#��W�07��H��D"�6���S�mF%��b��h�����
��@PM`4���+f��t�bN?���G�1�YhH�d�g�g�Q�+٣�EW)��v��F�矃<y�ų"������v�ٝ�Ӡ��m��r�R"|��E��`Z��S��О!�$t:� C3��۸��J�YY�!O<�F�tJY7��bfm7��힒�2m��X����I5a��s�R��Os<m�<@�dzX��vuNV�Fa�O+�N-r!��lܝ8�>�:(�]��c�BN.���>�X�$B���Y�=ZZK7i߾G����2X�ˏ�rS�{3k&��#KИN�G���k�Z�#�%)�x�i]U>�zv�Ēm��w`����
ZA#X�Yfwc5�s��5B��(�^̻7��
=�J�@�C����V�flD�֤2n/�
�Ve}�[����1����n5m��,�76!�V��)?&c6or7-�W�>��=�9���%g���9-C`��F9��0�����)L����;Uy��V�&�Jj�dڕ�3�������>���7��	̼~C�LK+���}�V��K<��i�{��E������:ώkє�2<�'n���,�.�f%؟��FZ�.A�d�ʥV�#�s��<`bˊ!D)�vN�8�]�?h~��_��au>H"�d�b�Lf�I?J
�CAa��-}����Cvz���t�@��}X�(���v��]���-�s=��U)W8/�gh9�i,��W$�R����9�/m��71�G3�ja�
^����&^��ʹ9����ڣr��ZK��rޥj��C�jA�i���Bpn�8�o.��ʫrU�1��s�bQg�z�Q�9���V �"���(̚,��2�D�H�Q�5<"ܠ��M�����Pۼʵ#o���jcx�&,N�11�F���#s,�1�������1��u�w-�s����fv���k�騷C��3:鳺��#c�i[f��5��g���*O��ۍ�8u��G��/G���"3\���<�P`�Iݠb
�%���%V
�'�麞ی\G�(�����.;��ټ;q�o~�xc�Z����b�u�gQ�)%f��-���Z>Z�����B�yG������ӴQ��h�&vBnβs;X ��>��O`�c���Q��8�l��ᢤo'|��E��`Y�b�,��~�fFv�[ݘ��f(x��h�b���g
��V�ms�cqϐyYa�"x�=�iN߆�6�YWg(��i��)s3 rC��I�8�uII,d�҆ÉqGbM�O#;�q��e%-��q��%W�Kb�@��3�&D/#��N..[�.V�r>w_��qg����Fb�d�A�9l��#b�)�N2���^�a�tj@�-a3�w2�g��E��!��>Xf�#U�?1�<ػÐ�ն?��(���2`c:aX����X��1�Ҟ&�td9_v%���7��#��	��w�Z��L�X�byi$��M�CJi	��6�řݞH=�f�G�Cb�~���D�.��w�B%�+8|NJ��즣������;�6��5�fh���37Z�w�5&*MT�a�r'����ꍘ���6��G7ܢ�D�l�ꭚ��,S�Pm]�D�I�������<5	
�
��f�K�i�L���0��z7^�٨GL���3�!�w(���K�Y1{8��p`v�9������6DȗeM�*e�C�+�R���+u���h�D�*�\}�lòٹn�[wvawbw6�YG�&�̀��۪,�x�9��1"���TY�aij�jw���6��Wf7ٶ}#�ab�“M���J�N:���볒w�lR0ޡ� ��SEjL�F��A�1,�2I��.\Zl�2j���R��9M�b��M�q��\�a�O�W'6vX�{�w{�ے(Z��cm毖y�����9����NBǚ��!�1��}
w�V�~{N��3rS�qn����[�.5_mɃ�(����ǐ�P���lj~;���v�X����[t}�T&M8P��J�.�ʡt���Ȕ^��)K;nmj�1B���^�ω����Q�ܫQ�˻E��ff&jz~�q���0F��xk�-)֢q4EڭZ���*�e���H���#�1G^+���D8�/*�J)c�Na�&����Ie#��c��|�@�J-�	�h�i"���ɉ�嫔�#�',��>I��S��Ť�`wb���b�ӳ�ò�Ƀ3�%�Q}�����XG}�Mo���'��,Ή��\�Δf�x7�<n;ɛ;5Yڼ' G^�e��r��c#Ȉڎ i'��k��#2�r6����@�v�����#�6"�\d���m��� &��d,��E��2(�K��<\]ӫr�z7##jK�1�X�k�DK?-Fk+�aie}C~
O��۹>N���k)jW �:�����۝�MZ)�7�����*9K�G���Ż�ˑyZ��pز��Hg��e�E2;��LM+pn�o�s/gn�@�C����V�m�S2�!nࡕ�ث��>�5�c⦸J��}���,�d.ͳG�(�	�'��Nh�hx� 
�t۾��t�u���6!�T���0l�s'��ѫ&fĤ����΢�ÿVΠ�\�$-9��&5�l�81D2��²�8�*Ե��J|�.+SY�s#��\��8�1W2�SA��ɒy+<��b�a�c��%>'��v�2.�?��-j{j\�Y���䆎���i�����V!�fp�B9����D�
b�K=�1�Rfn�_|D����W�����	KKc�������h�q���O�qݝ{��wN."���t��2m�؅�dB�+5Sc���ÞN���(i�x�ؑ�V''y�5y�6��)!�ӕ�<c��G�X�\�vU�)g���G�G�
��	�a,���qSMQ�_���kw^_�+u�w�<��][������ŝ������v��۴;�B�m�{��1)�N1C�+v�����С�y�j����ɷ���pm�G���(����L�F]�8`9~�؅�P�1�G�>;q9D�`�nm�����\{������(^\u}Tq�q��1(�1)]��c&�]֐d��ϺNb��s�3e���q�HT������%�lG,c,r��U�6�Y��$��b�d���Nᢴ�:�7$�%j��6�R�#]�O�QF�k�g�v<�GV2
#0�3n�)R���D������.m�(Mb��O��4no��.rrv�e���;ǔm�����Q�	\�h*aCQ�K���
��-U�S92p��QI<�0�D��33���;c�U�Km�=�ɜ�6lyN4K�.Z�l�����=�ĘثKrI*,���1�i�4x��$M^7f�ٟ(�'Z�j�Tj��[�㻜�p��N�l�v)	��9����}���n�lvi�\���fm�� ��2Z&x����a��Gb� ŵ�z3�Y�d=�69-�}��R��1���O��֩b�}�#�I��D��?U?j��z�k�Y��ӯT���v��N�=G]��9K�K�%�ierq��-l�7�w,dD�9���o�;��V\q:����Y�٤�~�r~���rي	����6}ۓ��ݛ�h�~B1�n��$����'����f��~D�VvvU��v�[<�g.�Y�3�׆���]�6w�P��,�M���v�WXJ��
`"�
��L���-Y;���K�s�b����ԅ�yI;	<y�#H7�e�9�"2�扱�"9�۱�U��-�>E4�6���y]�#�ˑA��hd��f}�k���Ź~�[LSV���3lݑ�<L����W����}�'M7�C�����I'Xv�c	a+��iɝw�V]�dR��&���Y�G+6�[��a�L�#>BWxg��R�w�<#דm1�g�XrU���l����ا�^1Y�<�,���O׌�3�r��
�r��׵z=�K��.ڍ�M�v,;���n���,��%���1$�!zw��vPh
5�,l�32�.K�乺"wo��|��
�̫U��[i��I�ϻ7�`w���13&8i�3�>FY���LB���Mx��r�q��=��G�0�6m���Cf�M��̧+�Ճ���a0�{"vl�}χ����h�����B�Mk����Y]_'X���6�^�D9=��1I�&�☩F��[�ٶbռT��M�k�kc���-+��a�&�����=|uÊ��W%�,]ޡ�cV��e7�QF��k��!�������ϗ�!Z��u=���'��b݋Q�;0Zh̗w�P���{T
�����^w'f�g����^��b�d��%�Q}�����2h������2���r;���Rr�4�J�RA�lEf�Ru1R����|��l�c1���2yq�蓰�1���d��m�7��?5���fX╙���f�r
/1E7�@	�F�P�\�]�uɜ�#�dѸ��ݝ�ߑl���ٓ�
�`-!�g,l��G�Ɍ�V�L|�\���+���ԮL�S̆(��=3�ii�V���fs����}=��Dk�[MC;Nݤ<a�+p��!�]�M��|ev�*���Wb�'�����
�E���*�dGٻ�����w�����4Sk������o�;��]��t��O���t�΢aU`�2��U�r{Vf6h�hE��f/�cx�vbg}�KZ̮=+s�q3	;R�t8�RLNS�[7���(��������(�Ԋ�O ����&/�1��Hr8;9J���o�q��j;`�1eq�ڎ���}[a��W|�;�8jױ��w^g�<|��!��ɱ�ѧ-�*"��'���Tx����]�b�R=��h2�]����o1�;	,dO.�����
)�X�	�+5��3��F.�7,ί����"#]��������Я�K�Y}��O��	
7�s���	�ߘ��9�ݓX����bu�ɤ�C#n��	���lέ
V�bdf�!=I7���V�0�ʥ�f:-T+ЮA5�o�6n�'3��>�k1�Ū4Ň(�C�����^Ni'ˁ4,ew#���a̝�G��'�"��<��M;�[�¿�˫&Q�)��[��yE��S��+^Hv����OBQI���v��'�ZL���6p��/t�k�jw&�݌ٙ�s��6�2�O��e3;���L�7�'�=id6���)��si�q8��-������h�'i6}�HSl
�xxn����48�|t^�e ���Z�ɹ;�v8;oB�7�5$�;fHpQז)�	�Z;`.�c�p�:��nb1vǴh��T��,���9ٽ�D��q�NN�λQ��LZc��#�e�ؤ��i}�a����Vᓭ%;���+vc�e�7���`vd�'�f�1jh�zi�V���ߒ��Qgr�6��B݈$�6���,O%��F1��3x�^!��O��Bm+.�Ϻ	����N�_��o݁g͂�;�����R���p'!ou8��V�|]b
��c�We�x�Q�y�R��|��i^���~���[
�r���*��n(��籰�9:v�ik15��A#bu<�x+ �F6���
������;D��J7��z�������P�,��Rv)�">��nz3.m��n�6�f����X�r�:���L�� y�#�J�[��v�Lf�tE�Q�m��v٦��
��9`��\����ǎȵV�!K*~�4��M�d�����X��0Z�(���v#v	1K R�%�!��|��}�dY,~���ž��_��M����gݸ�AÓn�0�;��j�6K��������u��Cl�_G�r׎e��u捲v�T��%�9��F&;,L������1<SS��_��,��,����ټd�cR��X��]���n�����E��P��cZ�w`��;Mgq��(��
����[��)Η~�Z3�^V����k}�pE�!;S)`g%���%���p�&����[��2le�_g�N�CҹG/!J^�&�'U<���E�ѷ��w��|`����)~k�J�q�{rϕ��h���#ш�ŊC�����']Gw�!tvK�;;��E.���u�2z3�5�jo���\�U�Y�iomc�V�ggt�r��c(�u�d򊟧,G���1b!�*���#��Z����Q����%z1�G؆������t��"�pJ�f��,f-q�ю����\��>B�颁��<�g*�g&u4Y�7`z9�xܤ�'�xCddg7�C���С�y�jg���SI���gwx���y2`�Q���t�dNN�uXH���/NG�6�YݜE�k�U��Ŋg�B�[;0�|�M-Y�㱑�XKd�^M)v.3G,��PjԳ�T��0�u^��`=/~&�ܪZ��M����(3q�~O���8de�n҆u�����}2��zl"y��l�a�cO��1��y�ĂC&3R�q�W�6O)5v���f�K�+���
4��UKn���Md���g\�ٳ>�6c2,B��]�6r2F�vu���j.V�s��W�Ĝ&�L�����벣&���K���
��-X�ԅۋ�(���xܜKu���R)m[�^03+��;�P���b��i��Q�g~�V�};hiYh�{O^˹�Ռ�c�rum�Iƹ	[��5�GGe�*<A����v����4,E���U��������������'tv��e}�M�cz3���BAcu�dD���V��.f�K���V�L�FQ��X'F���~23��bm�|rK��1��񍁞�k�`�/;G����ə3LY�@t��V;���$���
��wk+�i�b������0}�	��w�Z���V�,Έ�݅݅�K˓���{��F����3����l�Va�g�C��fx��������<��?[1,s�SGej��Z�LѴ9�(*՛S_�{�8��]�C3�q-MO��?	�u�7�A3{ĩ��A+�Ť�	�i3�dU�����kP^:Ǟ�ǑO��x�}[�!`{:���S��`����k�a����ex�vE�e�	FX��)Gbl̯��.fi^'#��8�of�ؓ��Q<��]���,+�����_���{R���ffm7BNe9`�&�����t��$mԒ�'C'�:iTV������!���9���N�?i>�]`s#RC��y��ϱ��6���˾)�"D�:�X���VPb$����R7u�|ެԵ�C!���@�uA�F����Q����$0g�3vCҹ+���غ�'`���VĎ�|�|����䅊�z�Ј�YC����\����+����?��?�/�Cn�*��
mJ�L��LB���
��L�	0�1����^.�n���vj�d�V&���s+��ɲ���B���fk��,�����@m�:�?�R���{
����`��'��朖 lE�gZ���..B�������DN/RH��V�V����:m[�^k�/4�����wr^s?��;��f�'�8��b�V5i����,ε���ܮq��C�1���eW]i�]�H�vN�/?b76v���qf�e��
9ö��ξ�Vc����]�4�&[60��K%�Q}���}�������`�X�S�9m���-�K���7�F�/{Wc��M����0�$���@�a�Y&&����9[�`�<U`�*����9����w�ݷ����!;���8�֐^�q�c}��l�.V�]��؎Ra1朁��+/�7d�nn�
&쥏���
�����I<Èg���ݵy��Ç^bï1���L2}O�O�p��Xe�2������Fy��Ta��^h�2}M���p��&�e�L2�>�¬���x�g�Mj�9��Z+=���?���-�����:��a/fdnܶS0������ݣtS7�+q4߮I6��
�b��v9d!k�$;�Q]��Q��؝�bn���Lu+��,e�1���R<���
�Z�8�JT��r�؅���Z}���]ɬA_�[K�Ҵ����4_O4����%�~��Qvg�I�p�E���K���/Lt�6��iU�>�ZwF�p�t3ZgC[�X��:C��>��{?C�t��A�C�[���:�kӝ�9�I�:�L�8z�>����W����_��R+�����Ce�	�ܔ�����&�zs�ej��
��'�9D�ї�M#����<���/�oǕ�b�=���9,3dk.��-��F�&�;�|u�6�5�C-|t�j,��;M��GՓSf,�>���Ni�y{D�Y�ry*��T3���Eܝnې�G|�-�Blo��V�fl���aZF�i����删f��Nj��$����ݖ�e칺rwo��|��
�̫R�>"�<����1�'B.��f�v���S�.��ޣ��
n��P�㊬�O)3P�Jp�L��^���h��x����-$"
+��5�&�e!h%wd���Si��$sA4=)H�9lL,�7a���v�ًt
�u��m����V� f݇��b�L���l��kס/JNDN��,��p���k���&0�:�T�|��Z�D\dx�@�bň���<r���W��k@��[	F��+��0�M���[#�4���"������I5��_��o݁k/�N�0���rn�m�>;��O��s��dg)!��M�T�����P����u�j1ц�;��g�
)�08�^z1	�+�$#G]���Y��f��&�5٣��V�wt��c����S2�!���̣��]�����v@�r\�	�M��w�wve���U���`B�l�qN)�8��<~�)�R�'[
0�?H	q�����2�и�vgZ��뾄��\��M�ro��!�[�+T�X����>�0�M���0�vt1��Ľ�A讔d;�Wm���: �%�ه�Cs�JR>���j�Š (��:�C+;�v
7A/1�W�t/���qSS�`M��'��Y��U4��vu٬�PgR}��g$}G���,��6��<,��Ef68�}ֽ�qՙ6j�O!��@�}䈶�i懒�F�Uvbo�服Ȥ)��ݤ����W����L�F�5��Ԥ�׊�a�Iq�ZqV�5m����]ހ��[������N���7�4���10��{��E�l�U�T��w~�Dq���팤R9�V�\`6�pm���۞���q�c��\Wi���v��[��<okn iܵ��RжN�	f���Ў���퉨�"�ņ����6�vB��Uegm��k���w��"hJ)2�qv��'�ZL����fr�>Vv-�;�NN�l��9��}
w�V�'�g��3�巳��-�Wwن6&t#�ݎ6g}�qfPX(�fR�H�ʴ����S�w�0����Wd��	=��Bd*qm�q�H�3��7���U����<a[M��H�q���b���E)�����=�K���+_��J.���YL�^��-?����a/2H*d��0��{����w���I����3m�.����)=f����Ԗ��NQE�Z�3�LQbFI%�<Sn͟�ݘȳ���_�j?l�>�z�XZ�n(+Ei�cvmQ>5d�j/�߻ՠ�S��q�M��U�v�����[��e���6��b�x�|���J��n�d���a�d��GjH�+"#^K4�Wϙ�\�R�^�5f4"�P��U����1,M�Oӷ�Z�9)�BI�Q#�lk�=X�#���I�; w� lȟ}�V3m�K}�!
����71�[��;�<i7�iC��E�.��Ɗ5��e���%�����'w\]��3��;C�x�d>
5yb.2FOu��z��X�3X�=�P;��ž��y8a�v)�BO�=���{3�dO�b���H�v���j��e��|�1\��	�G!3�zY������w��&}�h��2�qT�s}�T��G$���J�5�rtLY�Ñ�wQL@��1�d�n�*_�|2��!��Ԋ�,�>n�d��\���/��@�إ��[~��p�3D�����k�Y�VI�Pp%Rč��Z��w�3vZs��t�t�2��5i�?h~��_�!��w).H
Z�Z�����9�r9��j	�b^��\f�3��a�k��
x�,�{U�$��[b2g���Xɔ�`����f�O��Ӗ^�i�\�$mO/��x��n���-h!8f|�lQ^{���ce��u�%�<�g5i��q����.f-74��C�X��c
2bʳ2�	�i����<�f�b�Ϙ�Ç��LJ��FY�0\�;�W�l۔9'v�f�9��u���H��6Ldg6" ܾc��6�2�U����N���Lm���d]��O�Ɉ��GؿHt���s~Mb��잔�#o4dL"-W��yo,xHENqmȣ/�J�J�*�����U�cfC��F�#��PV��If�E�I�6���.�C(�$��hCl;�"("ә	���i�X�6�A֯N����c�	��%�C lL��7����8���&2��D0E)D�."d{�p�ݞ0u#��6����r񬓌6oC#P��y-�*8��0�ܬK�֭M���̉��#F,1�4V�q�����wl~��M�ny/ڋ�7��W�~�|������3+y�[���[�Y��N��i2X�
�1r��9��J7��X�Y��K 
.���'�܎I���Y�V��R�3%�v$��(�#H8�L�c5BkX�X��B��JKQ5���DZZĂ%]ߗ��Cɓ��Y<?��'gY���q0ah�x�)�l=���($3�C���fⅈkì���/��ņv�u�o`�1�q�0pc����	6^���K �g�0ut�tN���RIar��c꾠 ��3��F���i�m�a�-!�3�
��T���MPe��ח�"vvZ��l�h�����$?�|1��kf���d_���G	6�F"E^8���VcsS�d�.�(ɻ�df,�I+�C[9�l��B@wb�wO^Wd�'�C����iY�'gf*cb�k���΀Z*U��1I�g`�X�7,`�#�ŧn�\Z�
|i񓳠��@�bfe�Yw��7`��d�W��aa��
y���1��l��5j��-=���*��'Z޴����VVwU�������NS9Ɋ�x�Š��۷]�<��a�Ǫֈ���i�U�����Я�K�d�j]S���?�Y��N/��3�c2N�Fm�����m���[���X|�<��Nd6Y�5gu�ͧh\�U�R�.u	d��i�9,�"ͧm�f(��G�I,=��rt��e`�h���ȑ�oWQd���+%�c2?�dס�Y��?2.��IW����f�g.9�Ϙ�OX���ôF
W3�XmgJgx_%�mR��{=�Ø�h��ԝ��PV��bs�p$���JRB�~{��w{�G��&m�{�<C#�Z(ɢ�,������Pۼʵs1`�28 �1vӳB0'�E5��ԠQ32T�MK��V�L.�Uq�6��gŞ�&���i�+/Gߐ�l���vgO��\Yc�,��C�ڞ7�!"{ڟ*�`�Gd����\U��D�z�2� �Me��-�b\�agU�I�Ç��\��#ٖ�������6C�<�j��8���e����x0��3�-�9�f�m���3,�K%�q4sy(g
M�n��Z�(�;ՌN����]&{A��Y
�:����ʼ�`��Z8'�����\�m�3��U�8,��E��`Z���J�L��ʃ�X�R��#�I[/��4�!g�����oC�q���3;�<�����0���	}�S�3C$1�ysk+ߪU����H�]hH��c2�rH,{�f2Y2�,��~j�c����+��T��ΎM���<Cj���*f2E���q6]X�Ԗr�r�Wc;Zv�t�K��ُ�|f'��g�`�g(n�l���[4M�U���� ���!7;2���H�b�\�m3Y�V<x�D�ڂa�|2ұ���r��vw�8��Is��٤�p��5,/�>v����K�����B�
���q��&5�3xL@�C����V� �;;��
h�=Z,ͳ�P@�5�qq��Xh�`x�h�8�b��w�b��!&jғ�sA ��@L��&�尺i�E#2�~8���N��kc!;�k"u����Ɏ ��B��a	,�wP��{���9C�eˋ�����6�(��F�)7	w�T�7Է����ٻӮ��:�N�v�h��m�A߽:���I��qjl�(������'�+d�.M,��6
S���%����>_T(@�P޽��W�Gf�r��~t�W���?B��/͔��eC.��g�9d"`5]�8���np�O̎U�����єڎV�J	�3��1Z��` ������vn�[	��4	�4�Fvs�Ȉ��'��؏�Q]���ZzPMm��8�d����pg�Ը�@z8�^Z�J(�}�ѝ��e���_�ݯF�~��Lf�u	��!�ؼt��jV��J�"9\Ì���=�W��<�����删f�C�Nj��$�{.������������=��?�/�Cn�*��<���h@X�:P����R�ð��;9Co�2Cu�f�r\\�!��,�֩=����l�Ob�u�"��Ӌ�R���!z�H��"u&N&h�b�9$j�%-��҂6C|8�eo���a�#>�����پ��؅E������)����:��X†-�<���wU�>����4-^;pMZ�M=:Owv�z�<��;�������`z��HW��D�
,r�ָ��S�e/[�G5v��Mi���F(i-�(��Gf(��Cݵ�~`����@z�a)�Mg>&�"|�5�؉�2_��o݁k�i*TJ�Ȩ�7ܚ�FYj5����L�r!���,�\j��v{�{�r{��!��A�WNR0�g�QT�
l+u���{=f:�B.�ы��,S۰f,�=h�C���9�O"�?��A�-$� 7��������R1{���6��f�U�f�Y$�ά�L�&WhX�Ai,�gZfҙ&�B�Y���pO4��u 
�jc+U+V`1���]з�*�ǥ�v����x�LiH��Z�8/��^B ����<j���^䐉�99≥p��`X���4�0�zP=GQ�?�C��$?�|1��k>��	T���lV�ͱ5{$n)�Y�ѵ����V��/�z)a�?r�����1�FV�-��x�ی��d���!!;�챗�P�Ǔ�n!`r�6��f8c�!9ϲvv.NE�&�@���$o��.��]��Sp�_n��j�x%Y�G܄,v��4�^�e�pg�ڕ )�>�z��a��P�¼͉�A�#wm//9�Z�^:�ڒ������r�Z�7�b&�m��ad��r�*���a�f���S&򥍹RQc�j��tM%U����Я�K�el}�V�<m϶��6,M���J�����!7�Ԗ�L��4�Yߣ���J8�u%b�զѹ�v����2f>H�bu,�iKB흠��w�%��������6}��vsg8��_�f�c���A�	�'g[y��lP9ۤj���@"O��\FKu�ݍd���Ԡq�x��Օ��/�3ӸmjW���4��j8�Rƪk��CI�������oXb&<�0;��0�ɓfJHg0,پ�$�f�\�����PۼʵV儶�m2�
�^�,��b�(d�3H�3�n�X�)AZ�K(@
�X��j�Y����sMɤ�����xz-��4V�}�$�`ۏ'feQ�D�i��i�<.�Ǔ�8�fV��63"*�5�\���F��{�Pϲ0��>�%�\}sZ�)_�v*|㉣lO0�i�U�,��pe*�f�K��X��F�۷��L;�	.g�&T��oCV�X�`�E�X�n�ɋQ��qB��&6���O$��nq�KMCf9H�ԇ�'´0
�1���1� 8��N٘p�Z��6�V'�G�:���k0ad%�����~�]
�V�xAu��4�+|b�+��#�W��m��ד��a�ŗ(oW(�E�z�9!�AP$O{#Vz�Fr�ZC˟�f$pe��'Pf`��y.��?'Xg%g Vdܪ�4��4|B7�҉��a�|6�'O'�7VN��Mj���**rF�7l
�Udyc.���H��c2�Il����s�2eL��!�����Y�V퓓�9)6m���%��F�w�D$�+r�y3��!�/I�0g��i4�M,�O�����k�������R�s&�������?���-����� �Y'�'m�µ�O��ɤ�粶f�i�j���n��^<�J)d�95H�ģ�3��|�١(��;: f�p'`wRͻ�1	{�����Y�ޣ;����["�0"���H#n��3��!�w_�+ݟu�~�q-�h���8�}_7Q������zDQds�'�Aa��;2<�5H�}U�;v{�U�4��Kw*4��vn�D��YZ�b�W_�T刷)5>@�����r�Bu
�6�di�W�R;[r�21�ͷ�{��0.x����Я�K�e���W����vh�H�b���ϻGt�ي+�l���M;.�)�
��Vv(qP���)D-Ҩn��1 >r��)ٴ��JA`����[M�{�uz�ħcrE��@q&�vj[��mS�X�
L���|�sgRjI���=Ce��]�R�0ɕ��d� }�v%3�C$�-����\��e��X��ZnS w�0�7({���gn�^:����vr�[$[C*�=hǓnF���_B���U��ٻ�+�{\��H��i���'�����eǼҼ��&�b+ժv���W�,p�lP;mq���ᡉ�Te�:�w+sN��=�(a?ujg��dk���c��]S(����H[�K��f�E�d���J�a�~�������ŝI�"�!<,�!�����(�{K�'�`�Y)�h��NFRm�Z�ER0�w'��a��#Z3�
C�i���(��>Zn",Y��ܲv#r>�&mG-]
�u�^
��R��3'(�5�2ו�:�"�H$;��y��g+Ђ��y��"�� 3߼�ru�ww�A؛�6̲_��o݁v�'uRj3��q�e�_�9%f�/:sՖ���"�nzsН�{����dp�b�lQS�~�uj�~<1�y+�q4aJ���u6��JŶ�E��ĜX\J�A^8�1��&�%�7�D՜�-�KY�L[1�WUuVHۮ� ���2�G �8��d�ً�K{�K�]�3Y��g����,�8#�lݚ�\�^B�$f�0;3��vOdw�d��j�rИ�`�Rb�e������zb��g #$R��c��0UZ��r�nQ�]3a),1e9�h���3�,|й����?����$?�|1��v���q����sVb�s��e�r�2i�=�r�5�J�~(C��K1�����+xn�\��C�^[g� �ź+�m�{�^�J_��t�دV��Iv͜������GdF�e���I�]�֎�O��µ�.ċ!X��H�Ó11��]�ؼuhI�Xh�
�/T���,OfKw���gsu,\Z�P
c}ȭ��X��<zo��r6�h|'�Y�����ݵ\&v��6��2{L��n�%��;������_�� �2����IK!�Q�e��}�Ӎ,�6ҩ�0�N��ن����K/N����L/N����L�O4�n�t�6�/f�Ro��� ��y�)X�xrX�Y:�V�]�iX��=?�K��4�>�K��2�=�+�4�Z_��橝�xl�_�G�J�r�G�K���I'�H�ҍ�:k��X��F��֟�ԴA��(���zc�7�%�ᇡ�'m�#+l��&6+�q�Ex�0G�����(m�eZ�9fӷ�*�ܧTy�p�2��9q9�v`������<�;&sr
8,����n�T%�C��f!_	��c3�o,�Ŋ���VG
�E�ːs2�eyl̓ʨ�y��p��{G��j��i���=��Yz�i+�����4��*�S`srL��fvab�f��}?�!�8��G
���{0��a���g���õ7���F�>�4r=�PC��j�����7'GGPH��P�]1�k38p��,�|Y>1�	�]�S���{��re��V8�AHF����~��q��l�H5[��\n~p�F��*A\��%���sI��\�>�,�.�!�WO�X�~�_A�vڑ;b+�b's�����֩��Y�c9=��78ٟR��E+�5��Fm�������g$���R����Q�,0�nN��4�P�f���I�F�Պ������n��둓Փ�����.'�0�˄I���l��rN��K��]�0|��'$yKO�K)�<�v�<t���4b
�M�zt�n�Rd��9�v}�tyi�DZL�O}���C1mc?�������-Q�zcH皵��L%�o�݀C�gnMۄ��':����$?ڡ��ž��>l��Z�q�`78mvi���eZ�M�f���fx�5��#9K���<%��WH{����ٚ~�uCm��8���ٖ���ϲ�`m���O�&�g�>ɵ����k��fz�]z{��Y��5\bR6K�}]om��m`,�&�({&����>�����>����^�Z_�}OK9R��M��W#:�EԫȺ�yR�4������;�zg���u*�.�^Eԫ�ڕh<W=���;;�y-E~�v�V/J�Z�U�����zw���߳mTN�3�I�4�+�MP��MP�4�dp����C�+�R�� =!�̌���gwPi
?\أ�vf[��+�ҿJ朷o��|��
�̨�I�"�M�f:���U(����oaz�����ٽ��g��J��UON��Sӫ�J�6EJ�{7q��*4�Ѥ��F�:�{�J���ֲ�ݶr�I��r���$�l��&EJ�*T�Ҧ��M�μ���)3'�I*L���OF�*T�Ѧ��6d�i'�I�f:�~���oըﻕJ-�*��َ�=���-�IT��c�I�a:�~�U(���Q�1ԥ��ԣ��q��K���
��+���	�J6�|2�z5T��l��'��@���fS`�l�>��7���S��;6�X@�3>���;}��x]����ov�!���qI�8�Z{�KM��zw��o
�n�{?h�8���?
��6���k�i���2�*���w��2�xQowӘfO�0�}9�d�o�w�XV���²}7�o�i�+'�xVO��}3�ܥ�R:���0-�K`���?��3'�XV�ɦ0L��[��
���ܴ�Qi�+}���kQ�S����$?�|1��;�.q�q�`���u"g��HWVM$)��4���)���K
ib]X����C�+�R��?�/�Cn�*�9V�$�ښ��5��Kk��屄���.��b��i���Ez��^�dW�y�Az��^��W�Y�Ez��^�dW����dV:�Y�������~�Q�Tz��^�㗪���9z��^�cٗ�x�ݩ��_S��
q��j81��G皋�5�j/<�^x���Qcu]{���}�7v��!�[�+.e9"������Fv�M�Y%���s�;��mx�Ex�Ex�Ex�Ix�Mx�M>["�_"�_"�_"�-�^f���C�+�R�-[�n�{Mgf���^���4W���Mhm'ص��^�O��`�R�z�+Ա^�2�,T����V�z�Ց^�
>�X]E��R2���G�(�{b	7k"���Aڬf>�v�,_p퇓쇵�^�
���]��7v���͗��UAj����psx���D�|��
�̫5��u��Y��:{��ɶ���0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s�0\�s��Z�=���3��2�;|�vF�ΰN#���%�Q}��j�١U�De Ó��%�v(q=Y�J8���1�أ��r�ƒ���SFڦ&���&�&B�:"�:h�0�jm(0�rv��1���x�z6��f����$?�|1��e )�`8l���ؼ�n���& p>�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳮ�:ﳢ�)�&�5���%Hc>,�J�w86uh��o�g��%����Я�K�P��-H�V�Zx	�lT')���wu[���U�E6I�"�n.Ck�O��� �.��h#u9;�p\�q-�D��w�7��w���w�ow����	�̺���sݝ�\ٛu4�,��fhE2��<7QF/�m���_/.�/��_B���Us��r����mm����|î��BTyA���L����ޒ�cW[��)<��m߼b�xŮ�-4��5xI�1Zĉ8�zĿ۽bW{�.��]��*��=�ݡ]�ݡ]�ݡ]�ݡ]�ݡ]�ݡQ�!�
�?��'�7��|�WG�����&��~�_A�v��T�U�>�`W�X�?fx�zi�^�`���2����3����"�W�ʻ���H����H����H�>d���O��>:d���O��>:d���O��>:d���O��>:d���O��	@ؾ\��$�Mï&�דqɸu��:�n}�M3��8�A<����뻺���nM��q����ž��ٛݦ�ɧ��h��˜i��o�z���D�n��1�i��sԉ<���v��XK��/����.��ϐ'0m��J�Ԩ̍��=�~S�����?B��/��?��?�7ڼ6'"hΕ�vg����]gM
�C��9M���<e�G"��$`')
��!07��d����]Y���<�f�#r��3F���̿̆�{�阙�c\�O�F�̻7�L���zg4�q��5�a��U\d���^�^}����}
w�Wh.�W��ԑ1Ⱥ�.�����D��wQ���
c��v�Z����2��F<�u!��'.*����E�D���tV6�4o��Z��.4e�HD�+A�`=��~�X��XV��M��m�1P_n���0j�i
9B�ӈ�&V(��vG;����h9�h2��8�/����<�8�b�s����6΢�P���(����-Aݙ�5�f�W�VɐB��k��V��N�E���8�.����E��`Z��5P��7����„r��%��U6��K���vvk���w�C*���u�1�.�8��mJ�3]f�w���{���u��K����i%���/�������s���u����_��ݎ��c��D�/f̶ٖe�-�l�f[2̶ٖd��ɗk���AT�.�ۓ��{��j=B�ێwQ�L���=Q�m��ڐ�]�=�Aٟ��A�Ԅ<���>͜�.�gR���q��M����os"�ݟ��H�c���6����4y=K�܂I�qu��v�1y���=�g���Ԗ�޳jMKrP�zʿ��lg,��Y�����/O`Y�ka�Y��ْv<�VܐC�,q��Te��i��O�޿���&�١df��s�F�P����~���-?��+S�I�nNmN�M@,���D��^	���^.��ǝ���>+�����\�q�b3����-��I��|����ōDž��Y`�ѝ��>�Xᡌ��Ӵ���9A$�`�P����ڊJ�6�5�����{3�#���?��C�+�R�.ә�J���(f�r��n��呸N.���6l��_#uɉM4ӟ3�K�.$���JRD@��Y$����g읏m�\�M�l�إ���#�Cٚ3�ـ���h���v����N�h��wx���^p���(r�����{&'e�f�_?��_B���U��|����ḍ��'w�^i���KMJ�����MF�ML�r��v�f}���c�J
-�h�ZRBZ��4��J�M~�R0��33�*��N�=ٱ�Ae$�dD�Yv�9�A��X�FE�0>*�A�[�-�2��&�5\�H&hpR�,�U01C<�R���چ��(��t���kJ01�2�G�d�����	��eO^��$I�/���O{��~��m7n���;b�>�K6:Xc����$M,:f���Cf��nu�$�Z���\�6z�,ܝ������~�_A�v�I�݈v�;�������N��a*߮��כy����}W"*����Z�#v�ݍ�ؘ�6�;;�pv���m�K��ݽ�����|��:�׮���&r��:��lZ�f2���\���V��o>�d�o�L�d�!��1�n�U����,����������A���;�L�Ob
�H�㞍�ُ����n�D#�I��v�$�Ç��Y�f
��D��ʨ�V�ȳwg��ž��>�*z�gtm�to�x�p:�B��&��mG$vڞ��Ȁ[�Щ$�Ņ�����[$��������EɀH�w0�Z��73�R��[ظ��T���mxl�}7f���-��Y,�������X��`�3=gydh�Rw�v���Sz�q�ه1�rZ�*���$m^m��Vd��avEV���Z;8ֈ~��1��5����
�,r���وG=R���S�y1���5�Qs�)��7�L�jG���}AB,v�w�J�<�y�K�����_��[�c�.�חpk˸5����
yw���^]��/`ח�k��E��"�y[N����]:﻾�ӏ�m-�E�o,i��>�����M8�(��WN����u6����:}ycO'�zm�wm)����}<������})����-4��������T�ӣJ��?�/�Cn�*���G�̫֚�:s���_'�!���ٌD؜��mvu��=x�v���t�ؖI�9d�2�����z��ҵ����v�����,;KT&� �n���ϋ�ԟ`*o�
�T�y��+������r9�=�?1��~Z�m������z
��r��.��p	�a�Ui`�yn�3�6���tx��D�NR!��'���(��~/�|5��{�l)�;�|n�\L�L��{#�O��u�[�'�<�����95���[����>�O�켧1�$B`1�r��?����UEd�j/�߻��+��r[_�@���)0�<3�����x�b��p]x¾����R�;�`ά��g��.��Q�;��-x�].#�}؅�F��n.ۻ���q�az�vӜ���93�h�:O�>���n��<4���'��v�ݙ��N6�OY���%�cvc	�'�QH���?�2�v�@l:u�o��yٜF��s*���W��Gv�W�n��nH��yZ}��Q��Ս�`:&ͺzn,�U�F&�@��"�ݟ��H�c���/�MeA��`�۱��CBl�8�p�1�(I3��h��
��[�ֆ܃ ^�c22V
ؗ�-Ӑ��j֊�cZ�L��k0��8meЩl�Y��[è�&�c0k��+!-�`ڢ�X�Oi�-<S=���T��i��¡���W�9DG,Yz�ɲK�W�0��rQ���iA��&����.*�K��5�i,Pvc:Hˏ>,DX�/id������Z��n�vy����_�>0~�
���;;?�gg��wfL��O���PۼʻA�/��b�Wr���M/��`"i�K�=:ֳ�I��x�ӯX.��g��0��;X{�,����!>͏�Y������6�+��Op��U�G�b�^�HG5�"����&�M��Gz@�-sq��,�{x���N���e�G{����cy7����g���R�F ��(L��Sڪu��C7�_�k�� 	�ؼ?w�P4\�s� ��V���ۃc��Wp}ɔu�0؟�"Eb��4�XF��VY/ڋ�7��� �vr�[��Z�n�8�5��~ZYJ��n��䖴u�Njm�{��ؕ�c.��[n������s%j��6����
�Ms!2�[W<@+A`�����rvl;�p���^�NF����Y�Ph�N:1M{Ŏ��7ۺe^Q%\�E�>���ٌ歕�Dc�Ild�J����МV��K"�zw:�G�x��g�4l[�c�G���kI�^Mf7dr�LΣ-�L�Z���h�W��ִ�C��Z~�	�מZqfo��b�ٞ���; �@u��٠8�pȳwg��ž��<�!��v�������T��,�$�C�Fc�X��\X<����>/�-�zxk��6y	�"��b,����c�'j�S%hF{x�s?%c;S����wka��SZ�9x�'n�'�>K(�d�y�������W<�-[�U4�K�ua�ݡ��5H�vvv�3�5h�� �7ğ�7ɨ?�\�6�ζO���f�������_���4�Nf��yv�U�E�h�F�eyBp���ah� ��[wj�;
��b)�)��NgŜ���=Cu„2��,�J�'h�C{��&�{�gy�Se,G#8w�����c��С�y�v��_"�vc���;�{��3�Ԭ�1ҹYg�n��l�L��v߃��w�4�s�MV����:ؑ9�9a��=K���"�zR�
ܳ�c�
�����g����9z}�M�=6����%�Z����3��/ԿR�K�/ԿR�K�/ԿR�I����?���:w}�7ٝ�ro�NS2r~N����u�-�Uw�~�_A�v�]˴�0�V[���׷��^l��2��ܙ�E��G@��H�)孉�Rj�F�WLOJȜX��͈o�q���Q�ͪ��j�����&�c����--�2�������׊>�Xv�X�����B}��q�3��i�r5C~g|v	���%hn���]�CP�;�0������a�D�46���x�5UY��L�7�f[2پ�L�A7l�l�
�I����HL��1��PYȤW�>RD�r0�a��I@ٙ��Oe%�eh�B�ɋwa�}���h��,�7v��!�[�+QG���|����>�prx�7V�w2����j�$nC5��3f-S{o60��r���{�*E��r�H,<�;>�#��j�v��dA��;1d�.
,�!�
)%�{�<�6�7!<"�4_�a�@w2�Yܻ�
�Z�_b�H �b�V�e�q[.+e�m������G+�)�3���$hq�7#�y7O��m����C�+�R��W\]qu��\]qu��\]���4�s�����̷��]�.�]w�˽V]��}���5ߩ.�Iw�K��]����W�Q^!Ex�����\]qu�qu��\]qu������PۼʻA/�e�;<�����^�Ǽ<Q
!�p�` "*�β�C�vO���D��C#�PQ��7��%���oWY�G��[�ҎI1:w?%�#�ڬB�N�ԕ��≵������K}�^����v�w����v~Ƴ�|�N�^�ߞ�f�o�Ve�)���dV+�9�جB��f�����̚�vfm���_
s����ɝn�n��n�ԟgX9�Yd�j/�߻�#�I��dfhq�i�F�M9a��[!^
�hk�$[�dDn��hO�O/cŎ��}3�*�Yy5�8�c��߇���Y�B�uPZ��y�]�2�5:Z>�Jo�g���#>����K���f��I\x��Ԃw��+A�q�:�4lqF$��Ԋ!��/FBnev�E�!��"&v���\�ň�)Tci����G�g��6n�g!&�Ughsu
�GƠ90O�L�D��/&�(���%�%9������(L�sH��̇o�Ԉ}�8�{:8]�T��V&g�KɎ�<�7v��!�[�+(�U
�)�a�oկn	`�9��M�Fl���ڃ;��'%��zșЏ
|�����)������-d���cS�;�Rj��q��H�f��ד�ᨴ�?Vc,�-�q՚��Aw"a�\�e�)n��.[��v��M�|�
����F%Ӓ8��v!s����m�ɋ3c�~�y�=�V���o�P����o�DLLdۉL%��0�ۜD�Deȝ�����?��C�+�R��b�VȢ7ʀ�ɚ��-[35X�B�y���[4#�A�5�ճ}COP0������2W-؆��w�#���`)F�������),L��&����vr�6ߤ��Ev�+֓ݴ��m��m=�k��Ev�{��}��>�d�v5(L�FOtGw�wٞ��5|��Őf6OS�� ʷ��9��ʳ3!ch����_B���U��\��v\s��I3x�a����v>w٫9V6��0B���[�Mc�����������A�2�n�h�I�>����e(d�����8S�gx!�xKb���h�k�$�e(e-n�Y����%&
��H���[Ņ�+8Y��uϣ��N��Ƅ�S�g��l�q�4ݢ��a�n.[�������[���������	����~�_A�v�m�JBo[#��W���-'V)��HD"���-I�"f��q��$y�wa�)�ϩh�e|�g����������^�X������S�Y₞3ll�VQӧT��bL��ⲹ\K�
���?V��xΫ��65�`iq��;%���-�s�l����ې-ܸ�ĸ�M&2FfO6+n$� ��k!͊lI�¦�$�O��ў)�a��Ugcd�d˴�O���+&!�0�����^�B�>�&3wwv��옓;l왍���J����;��:Om�"�ݟ��H�c���{T56B�X�I�z��pҳ�ɜ�_#���}T�U0�15��6i�� Y����p��VB��L�dպ��.���3�;P�`��\�'�C�ZIa�;�g9�|E��˜]��1��
��
�]��f�	�q�fļX��4�~���j�v�A�"�V(Z"=qfeJ�uX�~CM�d�=�W���?��?��>��?���eg֋��+�ˋ��{n�=��u��a���7���?B��/�>2)�y]��d��*uڬ|�R��,�*�Py��� q49	F��x�n6�_�<Юdq����2h����'#���"sNH�9|:�3:�g]��$��rJ�<^7k�'(C������_B���U�/�L��^kv#�"���G^�fA�B.�`�&�UE��gib�y��ٲ���hf�c�چ���u;o��zߎ�{m�l�W)�5zo��7�x��$^�(����?�bP?�,l��\��6�b,�oј�X���v��L��䙡��b���~kOCrgkA�/����6��#x4���N�"u�/	�xL��f^2𙗄L�"u������8㫳�j/�߻��+C���Z��H.�,�QF-<m��q��kt0s�.���n����c��l��B㕶��a�c��
v�G��Wg�mȬڡfbW,��pז9:r�DЏ��\icb���8眚a�\4�6yjc�r#
�#�ͤ��7"y(cffx�M��7n/�݅���#t�sC�Ì��i��/7|=f���M�e�t��a 0y0U8�p�c>B-�3|�k---y����s��fwgf��=�h��FE$�/,Q�����ez�M�3	�a�̳��Y�fe�L�}�u�06�n�E��?�?���-�����ݷ��w�vr:'&J���L��+Vf�{�Q�fo��1x�d��ꉬ^��"#�e�W�5�YU���zR3
���<��{�8���L�ls��[��,3BC�N�%��ld�ڷ���ac�(d�哘��g7�	�o.��#
PBCqd�f~��3(���+W��@0���M2��h����%ⴔS�+nZ����W����`촂�dy�M�Kݣ�0_'n�ؖ�|��R�њ�d/ձ�`��hg��g��ڋj�Ԙ*w�OjX�����4rd�����@�yJ�<mb��r\��w����
���R�IR���Œ�٣ɳ��+��Jܷ
mh]�o����|��
�̫�o�y5�	�ˍw�%����X%���f$�U`��M�YFߣ=��Y�ئ�F�Ξ�$5��\\���a"�Ď�ff��F��I�O��M�"e�?�d���(v�
캮*XM�v�8�b�v����M�d%�o�=�-���x�ZP�~|�v�H{�H|�W����ݤ��I�Z2}�ń��Hk����V7vwz�|�t�ϋE^)$v]��Y�C�n��_��o݁v��H7p�I���Y�d�~Bܝ̽ݹ3�c&�'!�FVb�%V	@��V��(�M�֯�6���c&`���M�v�}�x�d$gx�;��O� q���՜P�#�<<�����?f<,}��
K`�v'�9>^�AE�}�&���f����$?�|1��d�ڻ��m��(k׿��F2H�G�ѹ�Ֆ�5����S�p�?g&0M-	0ӰEJ��mA\!8�ƒC�1�ضx@��	L��'eH�x�}����-�F���v��P�f�e���\����o"�S�;�;ү:�QuQuQuQuQ9o����$��N�ߧG��Rr����?B��/�͙�[���'wo�%��ԿR�I�m�?�2,��N�cյ\%��ѱc#�x�3��� 5��`����
X�6!,QR�7BCj7�թ,�2��65���{���×��/Թ:�Kw[���9m�gw�?-�s��6�2��}�M���jY��X���/"��i�k����"����1dњ4��"�Ro�J"u���vA#����Q�R����w���G+n�a���na��v�g:��꺢�Z�e�����g�-z�}��u�-�{��r%ȗ"\�r%�ﻭA����X�-��k>�oP���}����|��y6�Ϸ��Y�g>�-j���}�ϗ�'H��_��o݁v���(7}�;'���o���Zg�gi���K�l���3l7$��{�Y�wy�e�&C)�ᐷW�?��y%��H�}����M�ɕ��>��<ф^h�/4a�0��E�"�Qbg�c��dY����	��w�Yh��8��}ۭ�ӻ���s���:�J!��	���i۱o5,��n��n���'���8�Q����@�eڄ�lӊ�K</
r욶�Y
Z�2�\\���t%멠���Ŗ#*<�z�ۻ��FnYj�'�%^}�G��|Y^���fw�LX�D,ɖCOS�7Vo)c����
l�u5�MwS]��u5�MwS]��u5�MwS]��u5.��>0~�
���=��$ߦ:־�-��,���0�?g*��`�����9B8#�
������d�gY�*������J�i���:�)�R��R��y�l��飐
6v;�i��A��6F��t��p�|�#��D�;��[���#�����ai����F4��
`1d�F�$7�Gt�3��J�3c�ö>����)�?9��}NQ�G��gj�o,��1���:��6��/-bW���X��Rm=�o�`�7ٰ���غ����»�k��b��m<vyn�+,lH��E��g�˅��M
�B6E�++�����er��Y\��VW++�����e�E�n�mr������������������������������[!�֥��6?����q��vKPj��0`�7��E�.7d�U�NzQ�^����5�
7d�F�?d�E�zE�^����4ݓaY����*.��N��,��b�	B*U{͵�m��mw�k��]���6�y��͵�m��mw�k��]���6�y��͵�m��m���3�ٲ�z,��,�h�'��EZ*���4S�.��EU�5j�y��͵�m��mw�k��]���6չl[�� �d��dP4�o��Od8H��qvC��wW4�Z��z��b ��֑�53gBӋl�Ty�<Z�1<B�F�>�ʵ�iz��-�ll���-ٖ7+jY�Z�[MY�:���Z�8��KFϡzez�W��g�;b����CB���'adTĈ	��j�.LP9>����A����G%���քvl��V��Kn�ߧet짆˓:��];+�et����Ҳ�VWF���O�]�ʉ���)��ͱwYu�A�C�"i9K�i�ӭ�[N��m:��2�d�w݃m�X8a0 ��'4xh�F��	13�2h��ÄRs��,1�����;��)���y��t`�1��������(.�1�J2��1������l�ٞ$��;=�U-�4=Prv���d�䟲�1>��>zQ�^�aW��U�FzO�^��W��E�6a�=�ᮅ��N�a���)�1%&9H����l�nN-���uF�Q��ض�q�ж�r�?�ӭ�[N��m:�t�������wg�����?��@�P��������?��C��������ݟ���(f?�p��}
�yݟ��!��?��c�������?��?���m����������ʼnkcmMg��/�ik����x�VC����2ث�AR;W�zx��xP3�xg�d�����?�_�_ j��:�j���C��ش�5��W�YG�a~���߀j�C�І^��28��OS&��l��,��L_;4�9kڋ%9u��"X��V����/��%���Ԛ�\k�V�z}���Y�]�N&��L���S��o9��<ټ4�If�P�����P�5���dmM[-��wqx�~��MoV��٬=�^��Ѥ�ŗ��$Q�!�q���ꌳݷ�����pg5{�
[�����m��C�m�+�����,M��ɮ/޽�c![Qң=L�6�T���Qvk�l�dž�n���Wr��\�f2
����q�\Z�����=�U�7�[�!8�YsXxgh%�e�V�X���;�(�ٯ6G(x
b��R0��r�X
�c1��0�`HLX��!�P_Bޓ�?�]U#|m-;��*M���2���g7	�C�0��5ȭ!��x5!��S�j�����/�/�q�vިfl�g��c���
ǩL���Mk��9p�<�(���R9k׋�c�Qٝ��~^��FRjعnK��wS[<^>�X�Ղ�����	C�1�n�C_Ԓ�*�f5��.�X��mKR沞,��]�mr�2�.��A&R�����eO���nQ�\��lu��MY.�d��
�$�gW�{���b�M��ta�l3���C/fXB
�?�C�m�+���֓��V^�W��(�jbu�
J��|�O-2�����ٰ�6p�b�q�8�Z�+qR,�G!��6/�ȵ졞r�0���;�ŻF���49�`��`��h����{y��ؕ�����Ta��e��q�W�ߣjF��rU11C�!�P_Bޓ㐩�iOYyf2Ӎ��4�qi�0��4�\�Ъ���Cz�`�vrK��H_O`����~q|��?�o��JW�_�[
`+X%���I�<��+�1�Qi�}KeM��MKg�4x��Q�f�;⊌44n��CѫB0T�;?����	C�1�s�z�n	ji=C���ic�h/R�i��q�_����i��fN�
r����c�Tt1|b&�i`��d��H%���N}~��ޤ�@rpY�M�km�B�./>��6l���i�S��5]P� vg�K�Я�����|u܍���g�ʫ8'�;[&��+�~k����<M�V1x桎����<X�C>RZF�d&�����<|խഛb���&�ҏ��4�Z�t/\Ӎ>Sp3���l�k�d�a�c�k�LC�X,X�SP �:SK�t��^�q����/��I�����/�/�ve���������N*��r�*t���U�Я����P_Bޓ�ݟ�?�_�_����	C�1������W����/��I�����/�/�ve���������m�+��v��p.NC�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U��ۗ�c�e�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�U�T�d���;&	������������������������������������������������������������������������������������������������������������������������}��<e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\e\eB���;9	�E<L�~��2變讓.�.�.�讂�.���變�.�讂�.�����變變變變變變變變變變變變變&�LA�)�m�O7ݢg�tQ�����3�0� ���@�A�@�A�@�w%��t	t]<;�ɝ�Fd��9��A�>��.��2�.���.��2�.�.�K���仹.�K���仹.�K���仹.�K���仹.�K���仹.�H�D��I�t��h��6�d�hy}�N�Νɽ��{	,�k���c'J/ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�ZuZ��U�R� ��z���M��b^�ؑЄwzն�zտ�խ��֭��֪�	���/
�xlK�b^�ؗ�ļ6%�/
�xlK�b^�ؗ�ļ6%�/
�xlK�b^�ؗ�ļ6%�/
�xlK�b^�ؗ�ļ6%�/
�xlK�b^�ؓ���U���)�bct�m��U�⊤��/
�xlK�b^�>����?��u�*��*�gg���aRE�ba��!�եX�J�H̚�yc���8BZ�9$r�^i��oԞ;���3���Sax��L�Lòx�:h�v&p�F/v�vtA;��\�v/�rc�<�V�Ar�����PO,�� 9��1��&%7�П�>�ArfjwY���^��o�gMޓ�5{���Ea���i�m���K �4�P�JO,��?J�=RpzW�~S���#N��ӲͼOS �;[�M�P�@��&vz��fn�{���
�����֗g��ڜ�1V>�b��djIaǍ(^�6�e��Yi;����JN���������O�|��x �yB(��da��3q*��� �Mܖ������m̄�h)Y�)E��?��o�~�8<�v[�ݔ��38酙�å��*�3�r��ż6E�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e0#�Y����W��Vj�F`�Y��U�X��Q:��A��H�e�-�n�1[7o�x��u��n�[���u���.�w[����:�뛧7]R]RO1&��T�JI�%��'LN���u����B�|+3;������������
�
�
����������������������������������������� fgG�:?��?����O������Ajɤ�U<����1�5hC	;�EOPdb������Z����f��r�a�|� �WN��b�'y0nj�l1���*�#���!�Q��|o�~�!g�Kaw��8��ؘ�i�,�"GV��D#a�����>o^^���1�A$����L.�3��M�u�W!\�r�W!\�r�W!\�r�W!\�n+��B�
�?-��l����l�O�0m�B^c%�2^bu�^`%����$��K̄��K�ļ�K�$��K�D��K�d��K̈́��Kͤ��K�ļ�K�ļ�J-R�;�3��;�3��;�4:����&�����W�R݁�^I^^�1qK$o�%z��^�bW��}�bG��>!zψ^������>!zψ^������>!zψ^������>!zψ^������>!zψ^������>!zψM�%z��^�bW���%i�Шf��X�t���}�	j�����½��[/B�a�
OSڻ5ɵ
+�"`��+j��ڛm�K00���s�cc��j��Dtm�Î�
�`�ee#z`��1�d��v��1�:�4>�V^�V^�V^�V^�V^�V^�V^�V^�V^�V^�V^�VU�l�AM�9ל�X��d)���1�{.-����bf>���j2�6��EKW1EK�%���0Uf^&����j
/V��1���=CZ�C�1��-�)��]�i�wfu1p���,BB)�&%���w�c��	d��yrg,���Wc�S�����S�;�^w���ey��}q;�2hY��@��@��@��ֶ$��9μ�:�g��ْ��O���`hɫj:60ϔ7����K<1X�fw��T���h�X��h����J兮�`b��O�����8-A;?M�@�M���**�J.BT����zs�3��aə�3 t�+�������۲�.K�洙o�u/�П�
�tf .E[)FX�Hb�e0����­���[Qг#����Q�GJԂN3C$'�I�§N{��0����F�0�
�/#i|��L�iL�u��r��W���b9
��]�w�#}����k��jR;�1����ŐV�@s�pI�ʅ�'�)cvi;*�D�G�:?��?����O���ח�������Y��ekd�4��m+��>\o��ˇ�^־�.��N���ܠx��Y����;�a��z�j��l�aue}9q��.c,�
L}�y<e}F
 j`F�Q�LsA٦���f7x?��J�	�uI�U�b"	�Dͳ'fvWj[y]���z�vcz�w�|���:���}�#�9��;��[Gp��o�?�i�ǀqz�قӭ��
7x��P�e��4�+&9�bi�6�R�J��v���3�v�����qX,�X��2�"�Õ��&�eަHw�n�[���R��U�K�����zof�aٙ>Jw&'3y
��a�A����0\!Q�R�KB��("�$5��Q�3���.I�h��,|$���'�¯�N�����si��r9�w'�V�׿w1�|D�q9;�'�V�'/m�G 9|����f�����ۇ��]�Qe�H'>b�.C�	
�b����j����l�@��LsיC����峵/2��,NG�씯���O��ٍ�P�1��mr���)u�����:�,�s���r|�d���P`yp���C�g��r���N�Q
��%M�셶fe['b�ms!���ۭ�{�e�brvU���.��to��-S��?�׀�O!��ձ�}��ٷve��MX,,����+I=�[Hd��'ZS#$=G��ۘ��bVmݙW�W�Vi�D�߄�3/���2���α�~�F.�'�2���&�˄L�.$�9{&pO���39�0�Wk}^V�2�K/+W']��䡂�b�|��N��zZ���ޮ��5ɠ/,T�����d�ҿ����|�<��A��nȲx*y8�ڏ	P)=W-� ��5٘�Jb��>VŽf������i�zd��6���-���(0T��ޭ(*��_�8�;�lkc[��ƶ%ė\Ilk�.$������Qiɱ�u�0����q�v�ՖzA�)5Z�X�����kE�@��<l��tw�	�R6���)����ж�H܊�yC�檨�,%��sљ;W!�lh��	&�Di���t�k�6c)�lc�+�Č�֞.(��x״R��r\�&\�%�j��*�\���n�Sf}�J�N�io�9jl�6~=J���ʊ�����l��V^[�g�����Şi��~g숈�r�n�\���߷an�ۘП�
�u$c ��g�-�9������К�ױ�4#��ਅ��qT���zO<��֚�&j���M���z������*�t���­���[U�0�
A��g
�g<���,aUL�N->d��KS��p#+� ��=;,b ؼ#G��„!��b�KX���'�<�1��ub�CW��vS�!�)b(�W������p�7Z3;.�<��?�C��9���u�V�]�"�������KT�'��d$6�>j�s�?�l�A��4����2����7�d�-۳��/ߌx�d�B���r���Y���En�t�)�'g'�dݝ���x�\�n�er��ڵ p?��&�jm�R�	�˄�24ݨQ�4�/�x�츼�O�j�l�ٳ�Z ��_����x��
�St�7O/St�/O���B�);F�F�����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�^����n�R����BwN�ِ�|tv�v}��3N�p���C���4����I��C�_�tw�	�[�V�gk��e��J�U�D��N�����eޝ���u]�<��M"�湦%�n��%��,�;���l��ew+��GBw�n�aw�Y^exu�ᶗ�[^mx]��w��^qxU��7W�\^qxU����w��/��2�|u�]����H�Yg��i�v:S�;����š�� �2^o��|*���e�)1�@.h��۲m�}@������>�Sh]D�m�=F���א���^C�k�z�>�Ԯ���=F���א���^C�k�z�yQ�!�5�=F���א���^C�k�z�yQ��څ�����>�^G���v{�r���Md����}�	j�����e����N"�.�G��v{��Q�Q�&62�,\d��"���K�2�F@����+��>^�?�S������C��hV�6۲���(�LY��7���O����M��R8�A,>Mf6�yA��S,t6_-��N#x�@6,�d:v�P�K��Dm��EPax�T���cZ3�Y��y�k#TkwvlU,�)K�U�{��V$���<1����6p�!��Z��\D��G��������) w��Ռ���sf�Mc���,�թ��R�����'�u}��Jd4s��ɜ�$�0�g1����t�Me����m�ޣCn6t�"�w�P]����6�Mr� Mr���|���u�+��]w��WOr�{��ہ=�ہ=�Z�5�[�w�\�w��W]���|���u�+��]=����]�v�Mnwa�
r$�"Gn't��Mr=����Q�z��=�b��!��h���,�G��?�>~�
�n�v\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�nΏ�t���}�	j�����e����F"�.�E�ҿ��ֺ[#��A5_N3�ӌ���<�����������@�hܭ��R�{6�ԭ�>ϵ��dz����AjWm���O��}���@�FZR;�w��|�����*���E&���P���5"����g��M��g���|��S�u�'��@�@fa��E�u!}�@j3�ӌ���<�8�/N3�ӌ���<�8�/N3�ӌ���<�8�/N3�ӌ���<����`�t0�Lܤ��;���/k���������2��%ff�{�5&R��q��95�95�y%�Y5�9E�YE�%�5�y5�YE�YU�5�yE�yE�YT����̚�����|�Mx�Ix�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Mx�Ix�Ix�Ix�Ix�Ix�Ix�EG���l�}CH�^�}�1��e׬�Ԇ���W�R8�j|�Hl�h̯4fV_Wg!�F{ԫ�z�y�R�=�U�J���W��*�ޥ^{ԫ�z�y�R�=�U�J���W��*�ޥ^{ԫ�z�y�R�=�U�J���W��*�ޥ^{ԫ�z�y�R�=�U�J���W��*�ޥ^{ԫ�z�y�R�=�U�J���W��*�ޥ^{ԫ�z�y�R�=�U�J���W��*�ޥ]�j��K4��/����@�Z��>�r�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�t�4O�o��x�]f�/=R^z���Iy���%�H�����Az�Az�Az�Az�AN2u�1��&B#�+�_��cʼn���`��J�\���gvw��ۆ��X���s�GF�W����N�갹!�T���̞�>B�-�"�/�2vOv�!�:�ߨ6��fK��h��<�'?�������6K =8|��^@�/ d�2����Ay ���^@�/ d�2=X�����#�֊�c�ko�v�a�C��*�F&p���on��B�mCq���3��u%�Hĝ������J3��=2s�R�\"��7X|�4\�V�м�)ϩ��Wu)1K!6/$��M�)���mG�Z�7��0H�k0jx_��:�g��T����EA��Y1�,�g
v*W��[Sc&�_��d��$����W���I�i,��xx�A��PW��l��&�t��yv���>�RX�lj����d�~�x�;�ŅZ�0�u-1u$�D��LB.��E�
������F��j'fO�!Y|p��`�ac�W����b&���*]�?����\�ӯ6{c;�vS���~(�'G����?��,��ǒ�ʺR'�F�])5��N�6#$�xFI+ `�-����#�NEٝ��w�*�1;># ��xNK}����6�w)72����RI8��"h������]�ra�ɛ�1���&eԠ&>q�q@�Xk�bye��������]*�X.[�q�{%��j����FF�伂m�A�o�85}t&�RK��.�g��N�ኬ,�
X����f��U��o��7l-G������U"wO���6�n��\�&��c�Ҏ	�A�E�O�6�i�1&H�y�"�5���Q�P��j+��Lm��<%�1/�d�4���5�����������������������������������������������������Һ�)�#��¯�j�6���"�K����&�ݾ܉r/�2�Iȟ�ݗ"\�s4�O�[�.d��ww��"o�2[���wgݛ!q�8�e?�Y��to��-S��?�:�l�yYu�]yW^T&���f2�fr$��ߏn��e� <GŲN�l��rv<��$	
�y7ww�ij;<���tvd0��]�eqٚ.\!q5�LNL��;3۰G���ff{s�9;_��̥�bQ�s����	�#�t�T�o�����'�-1�$Șٱa�c�~�3o���_S5J�3T�SuB���M�yVי����Z��^��s��3<�����ғ�������v���z�z��ש��G�v�gnPv���3Tge���k�����r��7T	���Ֆ��5���������]�����o��6���&��ق����QIb��5e,�i9�0���z��W��z��W��z��W��z�����I�F��R�K�MF�.j�kOAv�?z��!�/�6f)^*���e�N�^��eG_�#	%�^ҵ��Q�����Pv��W�:����k,��#4#�s.�L��_�G�G���'�¯�Y�Bq��'
ϻ����S���3�K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4��K�K4���&�OP����}�	j�����s5̗2\�s%��3\�s5��3\�s5��3\�s5��3\�s5��2\�s%̗2\�s%̗2\�s%̗2\�s5��3\�s5��3\�s5��3N��Gi��7m|�߽��#1CFԃ.��s�|�F����c'��ʻ�|�������q�-q5�6k�;%;CW_f�@�[��\��JΓ�1���h��L�,whY���({H�,6���Ա_8s�ߤ�w��(�����F'W�.[���ں�8
�г�q�80�:��2.�u2�65�S����ӗ�v��w�nҳ����2��'<�cBa�A���+:l��s/�du|TM��o�ԇĦ^'2�9��̲�j� �^�l�3aT�O%���L��|��i�(�c����?������Nxu��Bn��g�E���ͻ��"_d��)�LC�͑��-�݌�1X��>Z�o|[��/D5�z9��,���c��4��t%
��NPh�ӆG��E��{�g�v[|B�KY�sm��}�e?�*�{�.^dD�NO�}��œ�t*����-���ZE��.3%�Y�`��F7�|#������W��+Wu�Փ�/��V��Z��k/��)U��V^-Yx�g^-Yx�e�՗�V^-Y>Z�|�d�z��j��jμR����J� �η��o�;��iuꮖMڞ�M�~��7��m?izm���i�tݠi�oP��G��.�4���?L�@��j�e��qUu>*�1E&r�c�I����
.д�K����3�'N(5�c�����w�'N/R��/N,F��eg�U/��N����%���]���9#�,���W�8�\]�\�$�^�z*�Xec�������&��%ǯI1��<z��#ǯH���<z��#ǯH��U�}W�;qV����1"L�P��vC�b-�4��Hu>�f�֖�
����]�%ٷPV�܊_�����م'��YGgw���4��A�M�U�U�]��REم&ShLD/�jL��������1�{&E���MU⊐�q��Ĉ�Ӿ����#�r��K!�9
�%�ݳ�h��M�,��kE\�"6b�_���w6�nu�1j;�b�N�܆x2t�w�d"��5���o	`���������>�hC=�p�s��w�x�6`!=g!�������ؠ&���{-4`9�kqݰ`�D!��	�4�짘g���.\��ߚ湲y���g�dDκ�Ų��k������X�߇j�e�p�0O��@��qC;J4pV-��5؊	��'�t΢�����F��Ɋ�b�0�~�L1K1Lf���3C	X�&>�H5sY+���{w%%G�O�Ӡ���+1���V�I��x���l�������ͧr�L�T�7v>"�[��8�7�%�O�
���O�7n�[�nD̮I�b�3�-�&Xh�V�P��l��z2s�Yk����w��#������W��ȟ�/�|7[��������2ľ�L�[�wN�}�!�n�?��Q����y,M�uc��H���8&�-�1�.��;2{���ތ��k����)Y�Ŷ*�F6�X���g��e<r�R�OJq�$\c�w��Je��nJ�D/�>���?��N����%���]�����p��X��f u���^A�K�Z*�p�]�I���:g�7[�L����v��nu�Fj(�d�{{U�f�����}�j��d�Ê���@vR�9
��24{����"'���#٬� Qp���ah��[�n�8
`�L�[����>#_7��!������j�&�s)@�����r��Vd�(�\o�~�7�c���2� ��s1��t哔O���n��8F,�W��Rhl�s�N;�D�9Y����V[%)۩nq�-��ͳ���4��-�C��� \bn1E;IɋPئ��3V���l}P�S�Z�y���t��8a>��Zw�\���w�F�S�Ԑuk�ZPM)���L�b��N���1�P�(�������͝
�^ L����ɕ<��a�G�b���l�?ٲ�J\�����#�JF�fBwy�V�
c��-��$�?w�h�wqM�p��G�2<r�,]�/���Aɫ禩B��SJr�Ë�rt�"����2�!3�	�y��@�_�&�������4��mیBL�J���͗h�c��Z��6�;��S���F�k�bg�6n�jW�6bv&u��F�X"�bխ�)�[�D�gsj��gv��E���~���f�N���v����g6�{����3n�?���.N��@��[��䞬K�q���")��wX'��6Bhl0��p>��`�U����'�y:�2鲑�W%�n����?�����u��L�ܪd�am��e��o�wD�_���'�k��=�_6�=�0�Ug�E�H�R�1�>VqO����K��Q�
���Xb-�;�#1������b��E���S7�����Z�q��-����5���������l�^6-����CԌ�ϻp���!�ۿ������}B(�G�:?��?����O��q_�볌��>{�C��"� ��A!�La���]���Ku�bL��g[���v[�t�H�7:��"�8��92�Q��]p�J6�M���Qen6f}��ɻ+�;�"������&6���{<�dǵl$�Պv�^:��QÖ0�)��(���8"%�������o]gf����U�߽��4�ʽ��V�ejF5p�f�jʱ�ѝ]A
���X��tzGe1�b�L�n2�؋�ĥ7r����)�p &fu^a��f���zN�G��O�*��P�jK��Yŵ�3��T
eָ5��z8�\�v��X\�S-A}�d������؝�n����b�N�]ԤhƬ���@��{��<���wE������q�,�J�&�Xw�C+n�V�ŏ�,������e�!V��$�	Jhr�K_�I�,~��^�&�`�,�Z�Jn���L!��IQ�T���$�`�s���)U\$�$g,�?���Mm�E�M�b`�|r������S�Nȅ�x�gX����@SX�9J&'z7μ���Eb(��m�$g^)N�j�L6 |!FXz�]��U�06>�����!�����s^�W�bL@vq�˥�t���a�y��rGN~O����H��0b�f����1�)`|6��C������1O��7
xB���\0Ps�u��&��u���!93v"�\Z��
�u١���p>��`�U���	�w�霖�'�	-��YY�nԜ_������9���`�2��!�;�O�n�[�����u��b?av��$��n��!�ِ\�G�ő�33f,���nn�dZNRKH�X�5�eg-6"!ZZ"	��wv����2���������F9���4�:��-�X\3�լ<��1��Y�n&�vY��Q�.��to��-S��?��x�.�/A8G�c�5��<;��31o'(q(�ag[�u�b[�7[���u�o�����L39Υ1R@��l1d�r�m��r�E�Xds��%����L�Oy��0s��#ž�2�:Ձ�l�hac��4פ��Zb��t�v&�9���a�/��c�I�'>

��iI���n��67�
�C���g��# ���&~I�n$�كn8�՘u����9&�Rc�Y3���9й)���x�aq�I݄I�Ӿ�i%7���v���!8��N�լb�Y$�V�s0u����J��ݙrU�Ohh�����"�6RXl<A�2-��;�����;�4��b�Lσ���DL �I��}B�O
�ۼJ F��pJ�,��ؚ-��9�"#�p���v�x!�ݖ��@��^z�+ixe�L�]�8�V4���|�����X�߇j��eL�	<0]b�Ƭ��yk)�7��X�Sc�i�,���, b�̽�`��)��NUEMǫ��7)�18�ֱ����$cx�zv�w2N�$��L�h���;1d�6%�NcSX��f�FP��ܡ�,�fl��ַ5�e�����p�����W��I�z�?h,?����;&ݖ��6^<�����.և�>w�e�Ǧ26`�>�v,\Nݥ3���,���A�
��n�%����N�y]�'�'��j<��c��MZ×[o80�5ʼ���	�rb.6EvV[�{��П�
�u}��6g���d�۫Y8�\r�/��/]Z���Ad�B��n�*���H��/�f[���u�'L��3�u���]��=�|���wg@�e�.,�Q3��*������TY����ⱃш�B��,AV��%�DB�T��֊�Hh�"Sd(�.�$IS):W�9�ͤ)�̲��n<�_�����t���}�	j�������97����Z�����|4�p�X$��S1&tv"��;R�(Z����3�Ku�s\�%�7��֖�šrQD ��睜Y�X&�����m�wo6d��6Y�K;���ɕ����x�V�,5޵ܦF���<���}�祪һ6�9=�G:wa�;���h�H��Y�viX�ž*
���6�7NKh���lo�~�7�c��
� �F�$���3�,�ؘUi@2X��@�j:�q�$����}�&v� l���-�R&q�"�*ν�Y֙~X�Y8��DX���Ș�\�xA�'d�ݡ�[F��i���7"gFw�s��Q���y��m��K�-e#�C&�.�_,�3Ϙ���Y�V8s���D�
IU�u%y�t���ڲ���7'&���'Sj�3�:�1(�X��=ܠm3<wl���Ɵ�ƣ|�����X�߇j_ƥL�Q�`��CUc�&�R�*�4��wI��,���&mѻm�d�Ģ����\�N�OS��cc���Sꍭm��secPe%g��NNCJ2vs��	�K�JG��*�8<�I��H�1�L�c!�Ҽ�:2>]��T�<���`�Vɛ��J&��L�X.�4��TSw��`�Y�OVXg8���̝�&�QJQH�5�,�9���`x���m*nҷ󍽪ds�#g��;���妀��� C���ۅ��|�X#i�NV��yf�����N̳�w��^W���rH�cv��{��П�
�u��
���tΧm�������WvG��̏/
�u^�Q��6�ߓ��.��T��cf�-��u�'B��ի�֍�M#��!L䏶?�/�2N��b`�8�+֞W�\��pT�d��Y�WFSh�q���U���9$G�T���v|v�g'3�-�U
�+!�!`�Z̓����A-�EZ�٥��
0�noJ�
�Pׯ׏1zػF!m�X�,��}�!�������KT�'����� t2�:��Z���b��:��l$ښ���1+��NQY�6��~2��rݖ�u�rNj{/|�.ok�&Am,l2��hy��rU��G��Fl���϶F�Bl,�W�����ثQ����u���폜b���#��6��W��0�nK
#`����
�����P�5�&�I��yleZ6���9��͍������|���}Q��@�Qa	�v��]���a�m�8�٨�����+�kk�E,G�B"�4PO�����d&&f�]�w�ً��誦u�M�&q�,��0'W���+����N����d�ɉ�n@ʛ4p�o3���"v�ٝ���A�Z��4��`3�S%��SV�f��x]�jr�1y#<}I05���}�3�H�1�鹓"̄fq�Uz��i���o���r�H�{,\��t��d�B��;R�5*�*��	걝��X��	�
�XY�[����ꦗ;u��~���(N/bR��3��-�߃W����-��*Ց�>��X���Q�78��n�*���Jŋ�!;Q�S>��p�$0����wX��D!��b+�xy[�;@0��2��쬮�ǎ���ֲ�n�)�&D��~�������`�ռ�Ӓ,�no!��Y����-=u��`|}����n�Y�kd��\�@,ͫ���i�.Fc��
]fsUis�f�)�5~T
���'�9O6�t;��d�x�պ�t����П�
�u�v�房Q u7��gf�BN�'aRL��t.����7W�m׺g[�7N��u�am�'��J"w�j9/��c]��=�|�_v���fa,�����وA�z����:�q3%��P�rf�Gr�������t�D�GnYyKA��F!rqp��[4�3ŗ�Ig��=h���~ý��y9�@XU���8�Ykҗ�9kH���b��t���}�	j�������I4��1�#&�i�Aۆ?�Z�lW���n�5�;�d=��S��y��45;�VB\�g\�%�sD{,�E��9�ܾ�;�ۅc3�~����6�B�D�E4Jrq}�G'&V!g�����[n-��;5�U[��<�yn�$a�����6Y��=�p�ւ��]�S�f�W���Ը����V�>�b�Y\��b��M�n�ֿA�����67�
�C���fG|]�z�E\��J	�T���Uےz8�~e.6���1N����CP$;1OnY����Xh�W����(V�L�%��W`q�Nϑ�҆��cs�k��L��VKy��F��o��Mڶ0�@�
���&��nj��pc'����'wo�����cinᢍ�[�X1s�Vk�e��7�Z�
�6 !�5(ce7v��z��9)F�,��ɰ�.dD�J�H�P�X6v�hśn�)�nM���层��Z��O�c�~��3;�����M<�4�!�Ƅ���&6��H��>��K=J��d�����JHOm�؀���nH'�}�h�^+��V��gGFGcyr(�UF27*����J��%[-tdm�bz�5�Ǿ"����34�
��w�E�w�?|��*H�ĦÁ��c�E�4�8��ܝ"��5�EZ&��CO�Dգ-�-�u���Z�i�|dk�1����tqu��W�6b�R�;��c��X��	8�Ǎ:�ņ��Q4g���31S��9%i���w��,�0���n�D�ط�l��?��?�>~�$�ב�Ga"�-F/�%��M_�#�E��!vO����G��ݕ,!33�H�f���@�Nɫl���0pu��o�7�LJ�B�@�.gVIa�*�,�>�)�ƻc�}�U*����6{a�O��؜��D@������b��r�8�y$ra��[���k�O��*6mG`��j��j�F�X"���;[\ݳ�Ҳ2�ݕ�5�����r�$%�XK��.ɍ�Q�/����@�Z��>���mݳ W�z`��>!&+���Q2v�G��Աݬ_ȅf��W�W;�sflȑ�J�X�2�qvl�n�M�U�*�F b�F]f]V]QR�l��nn��O�J��>Mߺ���u����/v�hc-���.%�Ȍ��7#wP�^*Ʃ\yFp)���_i�vyj�ؖ9�A��d(�
�l��%���y���F�e��P�9�1!p��'��&M񲉘�������~\o�~�7�c�͋>.訪F�r�8���ok�o�nMWQ]�fa��f�7�fn�AJW�G�(�dq\���Z�d+OF~��>�Ia��cjRp,�"�Yz�9<Ei`��i�����29��4u,0��$n��E4��Z��n����(���R6J��{K�?'��0��R'�������1��&o':	Y��҆7Afi����NM;S19�A�#��X���P�	�Sqd6�fM`��x7}�Z��֙��?�d�f�-Y'б���E�MJ�_D��n�F�Հ$�����Wp����E3<�6�m�Q�G�Ɏ)b};3G�wg��V��^y��Y�gq�39�rS̓a��>X�Ԛj���uC��e�������ʽ�~R���6�_���&��m/gd��~..�7e�ً������42r.,�~FV,���w�8���.5�67kTڞ�u��u{��������}J���W��"�M�u0��cS;�Wԫ��y_R�+jE�/#��y�(�p>��`�U����u%ub�I!�GZY_�qs;"�M���bi��f������L��o�	��g����(Ӕj����ɘ��6\�9���1����H���rv��<��e��lϲJ���̧��0��tߛK�Ȉ׍�=؛iC�Y�k3E#�q�I��.uG���ӷ���?�<�E63R\��l5��&��l��a�B�kJ�[�د+��ϼ��h'1nI�vE���to��-S��?�M8W�\��9��ziS�Mu��f�'3TIGg���6(�$SY�픂{�ӫSM|b0�gކ	q�W�B�vg����/"ھ�m]m���?w�P�$�	d��gvb�$���%A�"PN�L��ɛy-�������X_l���썏�IA/�y�_ybu3��N��H���$~R
���{��t��߉3�N�N�S9l�WvNν��ˍ������|���q}��R��i�SB2���kώ��
�yf&g�'� �Զ%���m'8����i���m�K�l�����gT��9Eǔ�-����	��6"
l��N�I�CW�y�o=�e�V!g�T�1��
���g�U��zF�����Z�3�<X�pi&�cBS���4�V�M���4񕲘��c�
:���O?�����m=���:u����L[�y
�qM���~�pL�o��	���q��vu�o���E��
zy�U�F"��؏�d�B��;Q>nW^!d�h�c�E4���XT�l��Y�Q~&L���K��R)�wv��8��Oѳ6؛s��o�FhF���.�`�'�1CZ�{<�͓��kp0k%#JL�d$��U���E��8ŏ�E!�)�[1`6�J[el��Ƙ�ϲ�G�ƈX]�E�ɝ1�IF">���,�6>��(3S�R���.X��Z��kJ��l����%��c��Y���?�Y�w�m��?��0l<��}����K�2iu�].�d1�D�����O��_��*r� �Bs��(�e��s�F�z�����۪�����G�u]�s?�$�@���<]�I��y��<��{9�u�s����µ����#���7[���k�O��%P�%ܙ�����^VfU^7�X^F�8ա�'ڼ7b��w��#8��鍊G�T?�����F�6��vl�د��W�y���ݿww�m��v�{)��~���	������O˲��;���'G����?��.����"��7o~���~�YŹN|߆��`�W���&]V�f�$�^hW��w��
j�q�m9�Vh�[��;5,�(٣w�C��ʼn������A��.N��|�������e8�6�i�e^wgSX>��~x���K`Xc���ә��Ty!��2YAcg8�.68o�B&��F���i罅�c�����0d4Mj��,a���H�t���`ӕ�s�A1���C(��]�׆�B�(�fg}c�[M�\G��AW�c~�>L�p�����f���[+ti@�T���-b����oV���BH���vc���LΊ��I8qv$�*�l����v7�)��뵘o���4���K�'$5y�+6��Q����X��p����i"�寏)+C2{I;��|p��=�L6�]�0�p��gf!�9������N۶�6�u���2UY���X��Zqrjz���iF��z{�i�e6�h��S��|��uA�Q�k���e*� �S��'X@]6R�G��N���9��7�k��>���v��fU�#��M19u��	�� 2a��a�
{BL�;֚S��Ȫʹ���3�̲��I����Z��NOw*����qfaRY��S2�0�/�^�L�د�b�nܣ�K�,��v{������.-�)-8��h:ʗ���乩�Ln�����I�\�m��-�T�p��S���`����ZE��ĻDs�M�l\����6��f�+E$��ja���Ϩ�=�}�J⦒�3��φ7�b��2M���%,V!�\�d���}�"z���B�|*��nG
�ݹ�ȡ�jm��� ���ay�������"f
��&pw\�se�]E$�і��a��7�b`2�u�d��y�B	�[���u��vM�]�?�&��}�����'���}�S
�e���rnN���k�s���-(����ȼ��m��fٜ�����-�I�����G�p�K��O��@�4��/��N����%���\L��� �g�U(p�Ŧ���!f+&2!X��Nx�c��a��_���T���ګ�#� �C��Z��Ũy�Q�	�]�2�����꽂f�_���;���ߢ������Q��LH�i	�s�j�����P�b��m��G
Xl�I��zA;�؍�M�t��jKorf�@L��#�@��;ᐂZr籷�5+-I�L
&��<<��@%-��X��E$�R&�m>;��AW�c~�>L�<xl���V@q����
�1�e66�N�k��Жh�ԐMl�?�Ev��I�D�(�Ǔ�DU�J�4��L���1�<G+��#d�B��*����Uٝ]��8M�:�ؤ&�Y�G1�Rzr��"��eh��M�VF<|rN/ȹ���v�J
�ݢ�ٹU��ݧ��͏�L/�g��{=�0I�X��H�3�����׎)d�[Dm`)DC�a:y��E��Ԛxd���NlN�\�1�À������N������X�߇j��f�iJ��ŻP�쳴t��o�`ĞN�x8m���Xń�m�����
��8=��ۅĥ�j�1E�R՜_e�wW�I�q�1�����N/�����X��d6m�yj�;���"�nl�[l
�?���溊Y�|T�J>�Ų�r�J�´�g+M#֓ie]U��|+_�-���h\�sN@������:��j��!��xX��/|���v�݊J�<��6^ׇ<$0�N6�)e&&�j��:���O��_�̈�)�½X����b�3��=��Z'O3o��!�u�Yu�Y=�d�1��Ri �L���A$o$-VeF8�
��[�7[��c�b�ޗ�ٍ)jaxI�/�g[�t$ɍ�5�r\�dD�6���
�M���M�-��D���H�'��3b�ղ��M��泖~��6��g�����k��y=�n��]�<�)~(�'G����?��.+n��v�h3���D�֤���f�9{ݑ���9I��IZZ�8K,p��wSԯ��������؎�����f��
��>PE�P�ɝ����|��=�3�Ņ�f�ٖ�7,<�����p!�f��JN�&Ubi������
�4lt����ܧ�U�t}Rw����msjVd�VX�$��-��-�p,j����lc��h^Z��������x�bz�ط#F���T1�˶&�|w͍������|������
jGw�
ͻכ d�#��3�3e��LE����y�]�lx��!��k5�������_��꼔{4���<�r��ST�����5J)%�Zh�*�$�v�[�x�Ic�X]4��LL�	����!nY%��N��)�`��/�5B�^h�fgu������d#B9�B1?��(�Pb�8(������־F�X�0x*�|DR�MQ��n��dpYrwh@����O�c�~���n���BE�!%>R���u^�8'�fM�ʛ�-^�l���5�yZFq+oo����;��3i$�ve`�zv=�{�B�J3L�N�,N�W��x��1nb�Vv�l_����@�|Y�?�v�"���"�1�{2wr
���	{-�P��h޴V!�O*y�}�^�3���H&�/5��y#�茍�<E~�fZr=2���ܧoM�"���j��F���ڃZd26{�b����hlמxe���C���П�
�u��(ʹ�Ō�\)f���;��j$S�>`��H��Z���mVB	�%�24�	a��"��a�$��D�8̍i�v���q�ډ�d�M*�r��j)z�In�Mȟf���9�*���Z�30��}�K��.�a'י7lf��z71mu������<ZF�D&�m�����Ȏ��vgjs��.�aY�}��ݖ?���o� �x�Ji�&]2\Fnɘ�YX	��I�t�f�JZ�.`��{.�[l�"�Q�N����%���Z���qȚV�Q���h�ٱ��6:���F0�yx
�X�:�aX�X�hsc�z�4��Gt�"g���X*=�.
�ՊU��(fRUmAC9I�z���3߂�F�]Gi���E�M�*���3�v*	)���\�z�F���0�74���2˼Bv]�cd�n�ry�C��'��g�0�$5fX��T�X�7a��<fr��MOB�����ٵ0Ek�h%�2nśd��˶?y��67�
�C���e�o�]�s�;Y*�<dj��w0���2�G~�u�`vbp�A1�fguD�kvl;�2�.�4�xqBfj'u�&&&���h��`
0"
֥l��V�I���V�"�n���Z�k����	���E����9�2��Xx#�F���W��KOՆ�6f�I_c�X�[�>//�a�g{CcFZ��/gyg��o�,��Bc>�r;�����/׵�d�B��;V�17–Vה,H�i�o�
��8�<N�SA_K�2�N�:Y�c����Q�
8�m�t�׃NcHqՊ�0�2S�s���J�R؟N��x^�b1(䩍���,|f��R�hڕ�U�OQ
G��3�NJ8H.�y�χ��z�4�ƾ9�\�!O!,P��[s�6�M�����z��v��e���$��\���8R���@u!Vh���me����XضL�	�)�Z�`?��O*����k����L��b��!._E�l���e^��;���Sә'q�)k�Y�����j�l�å���4/�q�#w�,�dv�����n�������W�r�Ze���%z2�I^�S�����k��+�=����U��Ճ|XوX,c	�;�3W�ϭf�H��	F!����b|UYۭܰ��ϩY���'%�kX';�X�!wT��PT�6m�&d2&�Ia�'������k�'�ɳa�iR����3}��)���飈D�_���{08e�6��N˾�����6fswrw|��Կ�ceT#{e���܍Պخ��pc�D˺�K��!�Y�T~-MӁ��lY�.��6ٛ���A�<ȿ���}�	j������&!q{�-�z���0��ܳrKO��t�W'�`Pϗ�J�2���e�f���+w^F�﵉���v+7��0f�!^./b�ʶlDQ�ns��r)���nQf�F�&>�`�g�)K�d	��Z�F|L���T�Üo&-�=����	�bݡ���:����-؇���oϻ������1{�}�X�V�"U�s����ZAl>Vk�4J=J-�9���,O�iMH��)�炌
3�s�/�'\l�;.�e�=��_����3��y��ҕ�f���>R3��\�<3DyO�H��gfw�8&wݎ�H�ń�p��Ʉe_�t��ZZU��m��-'�X�FO��H]OT&����W����}�Y�k��[�BR�"rm�&��(d��)����b����8�mR�4O��H�����f�f�cݧ��P���Lϳ�j�l띝IJwk:�p2�G��AjO�Q�ي���U0~#��E�[/Y�T���n��e.Z�d,�eꗳZ�>*�^�����Z��O�c�~��2��[�
A,�D�5b���vԭOd"*�F�~�
{9l�f�L;���a�ȅ7��������S��5{7�`�92�XB&�9��F�c-j@&���VJI[P�E��k����-�)�E��a��1��b`�3����R��̙��Π�A�5�_};�u�w�ʮk7Z'Sj�^?��#e׵^�T��9�
������[1	�����tJF�+�L��`M�Ο}3]k�-ol��M*C�ڎ)��v��z�W�͞BA�#�ik�6w`�j��+Af��d���Qa�W��Lg�ʔ���������}	���Y��Yep��!�Q�j
�%��5+O��T�Wx%��صR�U��O��Ac=w�c�֤U�BIe�U�@1�J����9�5��0b���P�Y8-x-�4�i�ڼ�,�{5��^]5�i�^�f+'WLc��H�Ɉ�{_B�o�+�G�6n���gp(����`�MP��b`s-����w�ᡋ���aIýߡ�'x���
}?�c=���d�TO1���U�rT[k�Ԥ-�V�[��Dx����+	�y"kw`�V���:�G(�ۡ��X���~��Q��h9?K%j��p�0�'��7'��l��/����@�Z��>�,|��d8�-W!ib�ca9�z:��#��2�Z���uE~6��gz�'@K>z������Kr*�H��ҬN����,�z�D6�cz�J9��X��L�$��l�3�m~�X)8M4-YTӹHd���Q�ʔ�Ԁ���
��U�$u��s�^8��31��a�����I��٭a���!�R�Y��o@��4�f�֪�d��栵j"����sm��b��J7�E��h���e�qx�eF��M
�|V��#��ա��n���3XY�-*�֊�f���=�^��Ж��_����2�͏��P�n�
��R0�tJ�E]�����7fa�
X���S��Љ>�7P_f�1�7)=��̪��Ԉ"jW�8�^A�I`g��/F�c�T�����7Z�a����;'�_�F�E��o� �)��S�gק�������iZ=M0�aV\���F�׳nVhc�c�\8lC��4�Z�E��ԋ~1`�9�`���*,
hfi]5��^VRi�7��knF����r��k��>���v��be��tn��U�N%����j�3R۩�hƸ�a�����݊kS�����Bc-\ـ…�q��
J�z�b|ٶBu(
�v���9���ŧ�C.7��q��f����;3HL�/�ې����I���ͳ����2Ǿ��9�Y��3yC���BIC;��X����r�h�K�1��M/���|/�#ib�XխdeV�I����Q�[YtsA=l�f����e��j���=cdW�a�axn��P��)��֗��	L��U��i馭��)�g��y$��I��G�����4vEdj�4��u�)�ּ��p>��`�U��E���Y��<r(2�EFQ�ee����%h�k
n�Z{ON�&D���F���բ�s$#-MIp�(��8��	m��[p��a��i�����?��\WQe�o��+38�y��(�f���6�c;�����\�a���w]��]��?ɬ}Lws�gf�4�(�}7���0�a4�qXg���5�p,�,�0Q��a�SU�G!��V�Ԇ,~J��Y ܕ�ή�D��YT�ǵ��>�Ҿ>
Ce�A��;^G��$����b.^z=Ξ�|t��j�~��l�G 4竆&5L�Z���	B��ۖ{���G�:?��?����O��`��>���CZ<��*8�c�bl��ۮD��)�L���fu�6�w{�u����p'wd&�
�bf�&bߦ<̿�q�+۱������Zg��A��~��@��l5����T�%��x=Gj"3	u=����Զ���ȓ77�[v9O#���p��1s
���]ʕȻ�y�_�nڇLil�}�1�t��^�q��L�:�&�A��t�$����N��ܨ�'�crl�����U�߽��(�q����
�o{�s7��4oo�����MB"w��"r��+��]�K�3��5�xv��.c=���i�dl�W�~��kfd�}.�e0�ֲ�ыjŘ���V.I�ɓ`��m�ȷ�i�֤��!x��&�Aj��L�ΜE����ٓ�}����akE��I�Of{��8��L�1�$�EF�A�f��q��e-(x�iv�or�DN��6����$�?w�ڷ�q�KQ4��˛��4���4N�iݍ�X���cr�ж�Z��O1�'x����y�b~���������ffm�[��ٞyS�ۺw��;l��}����%��J&�5�?�c�q��^M����`�g�/�4pD#��DE®w���Ŵ�$-����3�P`����+�_RR��D���≢�Û��}U�Cשּׂ3Ë���R����c���˂��
�qX�.T1�z#��mFX�g95|aV��"�
�\>$�#	�@$@��$�����O��_��N#���{�,�u1%��T��2Y�PCE�3����A�,T1�����c�Kω�U��;X�疄o]���l�q�
��j�x6���1X�Sb�2\Ո�#B��N�Ab�[F�z�^�)��b��\^Gu��n�]�]�{k����۷�	!J�:��7�܌�����u��n�wD�ǿ�mtR4zn3+����P�2�g�q;n,������[�V�%e�a����D�K��.r�ϓ9��%8(^��^G|�J��YK���]�K<ژ9���'G����?��,O��Wd�j1fu�ܝ����٘+|ylr�9w���O��L�\y����N�LF�DǺsvtҢ=�4]�����/�R�>��Ӻ��	3���8ʴf�mM��O�)�k���ܱ����F�A?47h��N���9�o1q�oKn��!Hn��볪x�W��:��&��a=lT�f�Ӡ19CNV���C?+���Lmb��*��m&2z\&ݤ���67�
�C���el}�PU����j�^�:�FY'yr�,�s�^:Y�݉�y�W��b�7�g�N�ۅB��:�~፷6��װΫ��׌�Uf�xڏ�77����[(�5�BQ�$�θ����t����W�,XVM��`T��ucoIE+����&�4�z��'������X�߇j��&L����VԖq�f�qI6�7sVP�ӔD_�4F����t�!��\���.b�p����yM�v�
��o���<M�,kLǬ��.�c�9�IQ�{ia�ۦ��m�φ�^7�G}�bA�5��<��6��K�(p��X�1�Đ)0v���@x́�(�Qv�Z�؍=�,{[SV�r����k�2�;��fO��9�Z���w�R	�92�Aw[�����v.�V�#������W�G�k��r��q�]�Px��7�����l�ߚd�f�K@�1����sw	͛v��f�M`H�S�ئ���.\�^Gw߯#��$�6V3{���w[���u�����'��gd�D��M.D�9j�B�MEjZ�C$�s-����]]Z�*���*7����������"�y��(x�"�7`�jK,���ӯVԖ#�dJ`d9kD�ֹܳ1�Dۮ�����'G����?��(�2i9��˛.l���˛.l��iu4��@qݹ��˨ɤAg�;Y�w��ڍK0��2bv�r\��I���6t$����9&�f�?���V�2�G*V�ع�����2��SK9؛dB��	N3C���p;S��|���*�o��ɕ�q��)+���xE�Lʶ���I��^�8L�U�Ek�f������X�­�K��C���XWv�
=$��Ť.�3�46d�š�3���Fb
}�	e������M? ��o֬"A�����I�rە�)$��I�D�$1-1a�¾$��V�B� �.��]�$6��ݓK���ICR^���@=��㝂i�G�aAs���S����a��\��
R܁��q��Z�����������52�ćR@�BϨ��E��Y��Q��Þ����+Y�P�k��>���v��be��!rp�ȉ���ww��M�>뛧^�n��m�_�X֗�9�Y�v��T;N����rvg�=�l����G�� 0��[������O�23J�Y[�Fc�Vz�",��yȜ����h��:�yUMy�lH�t�'j�y��.*�V+U�I�ZM�Ō����"�Z]E��*��$���"�{S����fߗ'w]��M��G���'�¯�j�o��.��f��޼����ƞX�X�u&O`L��7�&-�(f�I�����+�1��~�r���E-�y-�wV ���D��䣔���@1~D����u��v3�yvͿ�5"��Zg�Nٔ�m;u�w=3q�M�i��A��[��`����ݾ?u������EQg�4��\�y`f��	����;K_0�d;c�H[n���@�K{Sэ����ع�(�����nnjKPǹ~(�'G����?�����U�߽��QI@�e��]V�yȪ_
�7�o9u�F5`�c�F�����k8گ`,ٜ���$��I�2��c�=���RHN9������+�ed劋h����|�g�}���<��y��fW�P���{d�<�r��H LX�a�o,����=Ɔ��ʌ�$rWs��-��T��9z��W�]LP�ie�{7�A�ȜG"�ײ��C�c!ӑ@zr���q�-����rwx����c)��g�QnN�`�l�a)��bq︳⨌\|uH$)b�-Y'б��
S��?�:E�/EAz*�P^���T����/EAz,+�q^���`W���/EAz*�P^���T���谠�\��6�Q�ר������7��踯Fz0+с^�
�`W���E�il�1��Tvdܴ�ע½�F�z,�`^��h���/E�h�f���B�|*�֬}�w��7�vG�N�� d���윶GD��a��7�\�t���;02rm�[��n�-�4����u��v/�uv��&�Ԣ,,;`�3�.�l�N���5�L��Wm;>�X�뫫$-��C}��9�3�w�KQ�bw^eɳ������Fg>��8�������N��c�s%�&m�-��n�=����c���G�:?��?����O��w�������|�����]6#��&7��粒�e�[0���<ste�T����U��Dmj�Ó�,m.�n�!��N՞���s]��0���m�Iv(
F<��''k�62&<��X�p9K�m6@䎠��܂���F�������0��b�(-?%�_$�-�+��c+�#Z�.!f��;����Ye����}�(e8���f��
�m�|jb���d-;i��Q�{ 8�u&�W3��:#�����/��@Ѷ���Y'�xZYIw!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Wr܅w!]�Q�h�2����W�U��y ��,��DO�F�^��u�v�^���n�E�f����Q�[�'��ҝ,�*��ҭ.�+�ҭ.�(���M*��+��"��+�
"��+��"��+��"��+����V����N��R_��֏^���Ώ^���Ύ^���Ώ^���Ώ^���֏PvE�"�d��T��c�@�� �k�$��+��"�F�z�gG�Ftzn�t��wG���kG����~�m���צ�������KT�'��:�;?���ζ���*�o��ɩ[lMi��T��ֳ��0�r噦�Q�QU fh�4'�>~�,���5A�B{Y�(fm��5���}M���:T��tnF]l��U��
z��^+O?YW�WT�'�j�n*=AY�W�NX|Qi5pF!�s��YdZ���ư�0�'T�ʲ�l�4u�1Gu)��ռ2�n��F,N*j�3�*cK�ٺa<"�7�65Cǡ1�!�����=s������F'����5�����O��I����?�?�>~����t���}�	j�����4����٫�X��e~L����CL�g#�KB[|�|ն�� cY������t��?;�/w��4�PD�ه��]���6�$q�&�΋��m8� �s������ggv��_����5q�d�=��R1����`$�"���j*-+J�g�CɆ�o������V&���W�����N�;��Ն�n�h^��%�!x5�,L�z�7��A��[�*[!J��8�M�9俪�n\#���׆I�Z�p@
\�:\�9C��Kܣ��=5;
��#��[H�b#��]A^{3Fa���u_'Wbew5N�eay^G�j��
ۘ�G;z��������a5�S�ݬjma�����	�n����T�b�d1��^>sW�Q>�>��|�$hu�q�E��rJ��9ǨMٟP�;�LY��^�O$_5��$�~���}�����W�kv�o���~�h�Z%։u�]h����?��N����%���Vu�%�%�5�%�%�%�%�%�%�$��|��q���\]�����/��>��î���:����������l.�mw��Z]�eݧ�»��ᕾ�l�� C�d��t��$��V�����AW�c~�>MJ����f01�ƭ��iW�㊆[0�X���ڮ�Ov�f�Gaf8�Y�!��T㑫��&r]�>9��26�7$���X2VNK3iҒC9��ףY�f�I�x��#�1������1�Y<�iY��јHs��H��b� O#����b|u*����U�E`(2��NAq��f%�l��v�Ï�Z�%u1�6�1�(�q�Z�~��#U2M U�&	H�X��v�HrN��=9A�48�8fq�r�ɐ���R�3�cZ��^V*�?�Ҫ�3�p���Gm�a�	�~[_�I�"��>g8@\l䎽�Y��Ժ��0a�V)�ϻ7қ,�h�fW�ڜS�:��@m�ƻ���^�e55lu� �t�;/^��yܔ�-��1�^c���}y���P�)@^6���.�&��c�П�
�u�6
R𽛟5�e'(����\n���#;q��{uc���lw��x��\�㷓h�ʕ�g3�S�K3ւ�C��9-�^#��u�9=�^)�]�۵>P�d6a}�y��w}����?������O�|��O�\9w�>L
$s�i���<@��-�-��S̈́M�a:�b�4����K���j_�Ӡ'��%
}0M���>���i���c�/��>�lu5��ׇRM�������SӖf�.ӫ�=Z`�q�A�'E[�) �Iˆ{sAՈ�a����qDfwǍ�Yb?���7€@f�F�� �C[�]R��(�Z����-����j�3|���*�o��ɕ��1���/C�^�N�v/,.��ٽ��b֚Nk��]���"����=��O��8�?f<�*.�&/��&�n�H-�7g,D]�����s�W���7g������*T}�Bp�?�2�wdJfm8ҳO��x;���!Q��@['}��R�����>�4��L�ZH�V��E�o�扫b�1�6(���e�#!���ۆ
(|�Xzx�߻c�gb
[��դc�Q�<C�Z��O��I��,�pFd�]Ʒ�|uW-�|L؎dͳ3})�%n�Ռ��@��N! !�G@�y<w��"�Z�Q�H�TV�<F��1I�=W���&�w*���vU�~%��<�tO#nǜ�+.�-�2�h���>�	���V뵘J7lL�&�1t�JB��©��(���� ���_��ګ�r���#����h
6]�v4�e6'�;�c,����a�~��?������O�|��VG�a6�33���:B!l�E�>�F>b�vh3������r'��e�_l�7Ug�Y3���Ʌ0����e��@6H�"�C% f�,G�BS�sS]�䖴��`�+7l֏���K���h���9j`�\ö�P�82,s��� �S�vOI��`�3',d���T�������y_`����f����U�߽��ר�v��#i,LM��Ca�H~K‡�Ǥ1q��� ���n��3'���(Z6پ���$�~�m�9F�v(��!(�ݚI��v+I�;�����b�?�03�����.���y��ˎ^e�/2㗙q�̘��Lz�=y��Ǐ^cǦ�x��*�.8[w
O�?��Lz�69y��ˎ^e�/2㗙q�̸��\rmI�wf@L`$ږ������דc���>����}֚7x]�0��]�L��3Fϻre#�������O��_��Y��>y��l���h9Gt:�"B��'�c�G�;�m��&�Z�Pwx�[[c�fA��v����j<U�b�B��I��3Zڥw��X�m)���Tݫ�U꾤e�{B<�3�E�U��	�Q�,��Aڦ��;A
-c�ř�A��r;�C�r]�#q}ٝf�Ь�GkX[��Ǵ,��xb�����G�EeE�a`����Qi3�8�Rg�;1gkq�^#�d
z��3����n�~�HѰ��2�`kfN�Ӽb���;�/N��jb,����?������O�|��X�er��DS�wE�v��+�E&F����Xg1�Wq��`��@;7�S3-�̶[-����;��fB���&��/�㹐f�Q�È�H��NP�E���+�ࡃ#����'<�>ѶV�G�}�£������[X���<�)���)����� ���2o�kx�dR���3��Q/͍���������d�B/ޓ�ϳ:���3�8k
q�y-U<u��@�ߞ���Q�����M]��L#(�I�p�����9�T���*�bj��'�_�'�:��m�����~�4o�st�+��f&@])�w�d�@?!U��33�ܢe���G'�RW
�3�L��Q3��{n��4l뤺HNj�,}�����W�H�/#�}�]�Ѹ��0A`��vf��*#q'���ç��|��P�,�ԓA�)fָ��KPi���F=Е�Raky��0�	��q��)<&!$#5Y��n��Ĝ���%�c�0�0 #3�f.�1+18��W;5
�Pg"
�S��(Y�8[gkX���c��M
�6n��+����j��>��'��MR
�CRwqfٙ�b�<m��޺�x쬰�?[�+ӓC��R���*e!6}����0�2
HμZb�����RE!�L��?��G�:?��?����O��@]�ۻ�ͺ�H�)I�n���"���eЙt�C�3�33�b��m�w��P6���ݙA�f�|�S_va�^v�wo��g\];3�a	�d4f�
�Y�iSߕ�K,�44�V(�x$��mZ�׮����KT�m1`�رH��t��b㝸ώ��c�+��rwu%Yܽ���5�feҔY���u��������?͍������|�N�S]���wh��
J-������ϣ5~C3�8,����d�B/ޓ��)$�mXy@K�_"�t�C��CD2X���c��@�6�������E�M��J�}9����޶4�͝�Y�����~f�^���1��-Nd�������7ۿ�Q���G�C3j呎Ky���	kي�C$8~B��M�mi��3PK����ۀguU���
jռk�>C�N�9cܢ����|b!ƛ�T-��R��#�6y.@���m���X�G�'�¯�j w��f
F�$r���\��N܁���)c�B-�{2�J{�8�WxnȨJV�Ld�_o#<�Oі���i3�V��q�c�x�/e�dk<M6�A�k2D���>6�1��f!�Y�z��e�!,��є�1��˴��KƬ\k��GPkA<aSUӡ�
���ON㦔'�aɚz���Y�a��k��qb��0L;����p��&�����b�[M��V�b�.'#�Ya��J�=�J�%�E^E~��%h\�{��v��I��^ظ?��N����%���Z[���kv\�����16Dw��b9ch�kr�"��? ���٠�?Q�������vwwlo����b��8��Gy$�3��T������;���f����˦��fB?i?X���1s���$h�&�:�%xc*q��4��`�Y幉b�g�r�*��g2�?�o*/���I�*��Ew��%H�qܨ��)�k�O'	��}��;:����AW�c~�>L�o�7Dqr�q�(���iٙ�g,�d��Cf��Oߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠ]�ߠMn�>K_�I�"��>��^l}KҒ,���SA�����d�;��
ò%ڹ���o���.�rw�{O^W�g���S9
=�K�d�gW����-ff4�[3�W�B��n�tɉG+����&1ܴ�o��^�3��
��4&��j9a(�����jS�n�-#]�l`^kL�DY�����wm���P��c��}?ֲ�<%��Z_����?�?�>~�R9�*Ӆ���ĀP=���J�r���W%t�IAbb
�����pfY�z�g'*�ҏ��j���qϓ��v�0�fx�\�3OS�S�;Y�EJ�5�
Rd2u�2��"S�l�����"���X�-%Y#+ql���<�1��o�L����ּY�;4�p�W��d���(���w[�͍���Q�t8�b��U�-��/����%��ffx��g���5�l�>�&�y�Z���Ej���ڥ�^�������+;t�)`r�������KT�'��H�Q!���3p%)�\�����x�O����?aÊ��g���3��7�CPZ����->ܲ�G$qLѴY ��5<�Ѵ�r�S�1�Πk=Vdߏ����N�m�![�K�d�F�	�j>yIZHzRT����V���)F{=Xb���ؑ�x�È�6��kY�ڊ���Di�̷Q��ԏ]�to_���ΰ�4n����ȝ�u'�͍������|����ʚ�T�r���`�n�k��ƺq��k��ƺq��k��ƺq��k�����ĺq��k��ƺq��k��ƺq��k��ƺq��k��ƺq��k��ƺq��k��ƺq��k�h�mY'Ћ���{l���۔�?M0h�2�l�{F�pN�^L�
n
��+��B�ٗU3�������]�R��;������
����\-BJ9�$���6���-�+U���Nz"���Մ���U_�W�^��)�c�X ys��2��on�r#_#;�^l��yRr����Mv��'nv�0޵��O�)~�h���`�U��@|q���س-�7;|c��8�h�/;�K!4�+���|�@����$��+\��5��&8sR�k�A{;���M���\�)~�w��l.Ua�\�9�x�bd��\lS�hCwv�j_n<l6K�̨Q����$�y|s��f���N��ٝ�������{0�d��K�L���vQ����H�����QgMJMJgtԡgb�>�Uc"wp�#�]���@�Z��>�|$M}�@#<�sty*�,7���L�F;-�n�v[�ݔ�e�"�gj�F��I!�RI:�g&���Ye�&�4qF�`��Ũ�wܫZi�ĩ��>Bno�����0vg�w}�<@�F6.�5���X{���������qis����d�0[Ɛ��̝.p�����ܑ�P}�3�X����Ɇ���"��He��t�v"�ݓ�wݝI��͍������|��d&l�8�^%3��>h�nRZi�"P�͜h�(�sq��)�$r	E� )7|���A(�H�-�zP�k;�%�QV��s'ƬY�i��|ZH�L�rnZ7Q��a�Y�5u
�^3o0D� �磎�DC���
�s1sԐ��	���9Жx�o���N��,�d�3�/,oW�P	�5��cm�l.oı�r7�K�9?Ddb��
�6�%(G�"x���n3�ѵ�d�B/ޓ�3;�Z�v�C��e#F�"3�{�M3D��^�#�5���%�f�I���d��{<l痦<v�r��q�vd�gW����e.=:3N��ڹ`�����v�c�LnO[T�w�
���x�>�.B�1���1�$�i����E2gu�ӵ��r �1U��MO�ݞ��"s��O);/Ӈ�Ӻw��I.A��2m�Z!m��5�4��+��˓�,}�����W���fbo§�^\,��طX�Jں�l6si����mdX-���6����X�S�>�i��)iZ�9�4���f���8Gggs@�PȌ-,�OHӿ�s��l[OF&�֜�d�ee4W8GW{���?�.ԬX�����_+�s�U��O(�#%�+'���W�(D�$��Y���U�("|��>Υl�G�3�2N�V��nYav��Ek��.�7ŝ��?��N����%���X�̙��X]��ۦ�+���&�4��Ү�*j�89�u��$��6e���1;Ռ��Q�̫��R�9fw�Ũ81b-�2
�6��0%��Vbp"T�@��*����K!9
������3�Ռ�:�.v�J+1�:ԕ�����0|ӁT�Ì�X�N�C&''Z�4��,NyY�{�HU_i�rݙ1(2V��4%���B혾?��d��fr ;3����ӿ������AW�c~�>L���2�?��\q�
ID��~=�mKN*��4͆�����N�����`w*X�-�q��10<MOwx��@~[�ʬ³x��d�����౧2���
!j8����
���%�w���1�jk�h_��ep�H����;�A��K ��Z�Sw��.���$r�^R��1�O��9����Pl���6-nӶF�L�rW=Q��A!ӣ$|��`⎦1و��8��[I�
�<F��}1	��^$SF�L��_V��rT��Mh�;�jd ���0���Fi�C���iP�.-z�	��1U�bC�T8qz�ҪdA�+),@�g�%o~KS��FExFExFExFExFEg��v�V��h\�V�"�h�e\�d����lSTp��Lj�w`�I�ه��t.�\�FkH2b�:oU�_�c�� �
3���#+���$�#$�#$�$�#$�#$��b��BGd2!���M����}e
�~�O[vݦ��JzͶ�fq٬W峽�ٓMO����O��Ħ�����ɕyc�Y�lu��>X��O�?�<fҹ�d/j}-r9�(o��Mы���	COd������_haз��æ���)i���a���PM��0���J�ē=m7!Ӓ��`���h�C����c`��#'�d���d�n0�ˌ�En��3�V�����h�U�bњ������L`�H^,-Z�d[fQ6E�ܚr�;J�n��fPK�f�dz�P�X�g�P�LD���|A�]�o`�_�˾VGf�s��H���.P���%�ZG�'Dgw�:i�dF�n`�N��+),��3��v���K?�����ڃ�Mn�4���Mn�4��g:�)Dذ:�Z6kx`!w[A˥��E#���q������h<6Ut������ׂnk-���Bv����Z�{b�8�1ބ�Jf��G�z��٤�Z��ѧ�ν3?)�_��a�}�CfaFp��)�<��.1���"sc���n1T�S=�i�4���9����??A�nc5%�`?.j�2GwD�l�2�CCd�3�o�f�Isx������Q\�Ǖ��XM~y ͵����^���^�����^�k��޻^�k��ֻ^�k�鮸^�ku馷^�ku馷^�ku�
UľzV"��c|���e��,�Cv}�X�U1Z�l��+��'�yYF\�FҳS
|�F��&��{1
R�x��o��+.�Yw�˾V]�|��O՘b��}Wv͙�G���=�5i�{%�2a���_�u���)��2g�U0������\/O��K;;=
��f&��G�l|�#�]��W�Vl�����[�WŽ|$c�JX�rc��F;�mO��h��-4T�}�*b���Uٙ���۬,��e�+.�Yw�˾V]�|���e�+)�	m��I�����/�/�ve���������m�+��v�Ї���wg�����?��@�P��������?��C��������ݟ���(f?�p��}
�yݟ��!��>6�GR��%Ӻ���9�g�;M�]�r+�a�͎���ص��l�8ٲ��8�kE0�������/�/������͈�r��On3i
��Y������c��u=!��Z�	fp�Fvvge_9J�ە#�f�����Y�W��\�R�QW�v
����
������d�"3��
�8�Ը�q�_2�P
!����P_Bޓ�?�]ZH<�*f֎�Y��J��oV�����S�=��w#����e�,z�1w�35�ģ���u���<
�Yg?%cә{�/�@�
��y�݊���J���m�[��-YN�j�ѓ��y[��,�1���v�9뵵fZ<���2�jgƶ>�8�Mm���*�����f���6��b|�0(�B�s��ٔ��2�×���aj[���7�8x�0�u5��V�\&{'F�/0:��D$�
�_��JV���Ŗ�ֽ�����?��?��R�>��3�E�[}LU���Z��Q�9�����y;s�=IRL-��\n�����u�Z��y�%K����b/i��a4+nZ��'����]Ej����X�e�ڧ5_�$�Ϙ���?��m�+���>�h�}:5�Xܛ�����sg�0=+y<�+5���K�jxq����!��>9�91nmK�X����O�����蝜�z���;�n�z��_ֽB�b�1^�k�\.��ä2��E>-1R�Y
VRhz�`�Mج�Z��]�s�j��c+G
�3��;��?��?�@�8�M5Vx��\`2UoFT5&.�w1yA�[�\��V�2�ꓤ��4c��q�ڭ科����a��4��򘼞6->�b��M[��e,c�zV���f2�Ō8V���-E\���ڭvv�&�e�������:�i�f0��[/�!zuN2�Lf.*�	��8+p�m��������t�k6s�F\�k�0��[8|OG~�gԫ67!������;�X�v���]�O%;/NV������0��}
�y~:�y|k�]c��ӽ���OVQ��nE��d��оO��D4� ������P_Bޓ�ep��6�j=68��c����?�_�_O9�|�6zm����W���`ކK!q��������c��7���S�`��C#�����W����4����5Z�T���?��C��������ݟ���(f?�p��}
�yݟ��!��?��c�������?��?���m��������o��.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.�����ɻpv�K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�)fy�|��$�È�z]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�w�ޗz]�D�ѳ?�<E"�K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�.���K�&'9H��v6���N���];K�it�.��b��fy�b�l�}�Y�zv�N�q���N�v�N�q��g�gm��Ӯ��Ӵ�v�N���];K�it�.��Ӵ�v�N���];K�it�.��Ӵ�v�N���];K�it�.��Ӵ�v��e�ݺ�۳��ۿ��n��/�N���];K�it�.��M0q���/��T�ݟS4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�S4j�3F�n��YK�S������h�N�����f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��f�^�h��,a ���7&��Ӵ�v�N���];J�R�7�|�f�“�3u�D�i�ӭ�[N��m2a��v�u���i���?��i�ӭ�L3���;K�it�.��Ӵ�v�N���];K�it�.��Ӵ�v�N���];K�it�.��M0�O�o����~�m���t�.��Ӵ�v�N���[����6�2����.�)�
�iB��?*RCСV��h�!A�g!��
����vO_ ��<Y/���q���ȹ3�A�rm���gMSwu]�hُ�Ԣ��2�X1�4.E�%j�#����_k_6K����c�iZF���7��]��Q�\�:���CF�K t�<�'%ZᎥ�&�L.)��^�Nb��ÿBl������bf�3;�z�?w���E^���(�߻Wwٞ�M���ى�W���ZQ|�W���wx6wNͻ�@h����3ڎ9st(R�|1�HEj�Q���@JV�h"a�4!�؜�D��4q�%>R�"o��_�XϠ�-M��9�D�"�P�82����="UOwv�������E�-Z:�͎���p���`"�r�;zg��nv�է��6po��nО���M��7���kr�$!�1���߽���=��OA�6�ˈl�hL���P�+'N�p���E����; ;:<}�74x��wq�ge&? -�J�@a'CC!Ǒw��ጾ�˸�����0��S)�ݣ���nD}޽+���/�L��u�dp��[�8d1��0�(ݖZ�{�7/���}
M����b��aru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�ru��'\�s-�Ldϻ9���2�>��;���/���2����N��^�0���ru��f��s�}�	jg���8�.K��:rw\�r\�%�r\�%�r\�%�r\�%�r\�%�r\�%�r\�%�r\�%�r\�%�r\�%�r[�K�乺�.K����V�c�S���e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-����6o����_���OrH3�[QU/k\OX�-��f�C+:{3u�csx��������JD�K+)��9ױ�E��C$��\����ْA>�l�ri�a�~�n�r��s��t��t��u��u��t��t��t��u��u��t��t��?�}Sn�'�d�j/�����n��+�⸮+�⸮+�⸮+�⸮+�⸮+�⸮+�⸮+�v�����3��KS$����IPL2q?�i�Ո�X���O�3+˹������ayw0���^]�//f��)���9��9��9�G/�
uļk�k�������߽��5��NI���e�[���3��)A���WsU(��1jlKUJ���r9Nu&6k�ɯj�]�gW�gjӍ����̘��
����d��o��x%�	w�]�y%�	w�]�x%�	�x%�	w�]�zuޝw�Md�DNC��k��>�
�̿>g3W[�<Z���Q���1ɐ����d��tT,�Pk�Fy�Դ���z��ƒ�Q�%�#I�|�i��[5�����MzR���l@d�S1F1��du�^�whtf��L�Ͳ�[2�L��U�)�cu����+�Z��p�7R&�S��aw[)�Xf�{O#i��u
kz$iўi&�4�0���ylkA*>�M͡�¤˰���%�Q}
{�G3�ӧ%�&�	�w�����rArX�i�lQ���c#1�����^(�{X�kW�b�4U����<O1Z���`o�P��=���3��ݿ�2h��tYtEtYtEt�0��|���3�}�	jo�ߍJ�f�P
M*�5;Q�	�Q�ek屡�<d���+Sקv�6Z��&���Ԝ���<}����ĕ)mI��$�q��*��܌���������z�V�����}m+��>\o��ϫ�a����h\�[v�Si�|c[5���u����\����QɆ��1�����:U��V ��u�V�j��������u1�㧥})�Sܐ>�ߴJr�b'����[��;9��ZHۨ�c��,�Q�P]ɜ7�6߁I����ٞ�y"'"���Y;�'�M&O��'����r������}
w�~}o��~�s�s�2�FY2:gQd��nK�5��y�-�s�X2�N���T,�Z{*����yK��G֊*$u 	>]G4�����L#�0��w矑v���P��l�6NIf�9*�E"�U�	}��6e��J�Jv�{p�#�Gi	;��R+1�O1n��(=8SA�PE�x?+�b�~�C��&�b��{��U��@��$�'a.Z��#yw'^c5n�U�Ӗ$�Gn����[����%�Q}
{�G3��d����Ж����Z���&T%�^�<2��T�k�O�;OP��j��c��Z��"�3�Y��*�Ǜ�牢��U��77��x�R[��N�v�n�H��F�m�ú��63�}�ضu?r�/��vC�Ab�by��.�b&�I=�ϲ�$f��_�/��?�xϠ�-M��;���d��z����ʖ��d�A�|,w._�S
jcgTq�c �9�i7��A�7PEjz��u��Bb��#M�{G�4��\/�?�f�I�yǼ�fq� �_�<����M���2�<�A1��	1�(���&���.7�c�t���G&�� w��l�R��wZ��t�>����Κ�-�j��aB-��YY�2f����x�g�B���߹�.�	�o��d�Ŷۢi�5ݝwg]��@M��]�g��Y'С�y���e��<m4�L�xy���cmC��+���`�+d/��-�������i_aV�7�mar�ւ�T��B�����"w�wO`�N���&6�<fE5�~W6��q=L۳��^M,�30=\�ڶu����p6�0���ޮmٙڶu�e%��s�B��2y���~�_C^���D.�'4�m��N�������0�����v"m��i����D�ɆI�Ĉ��/�촤�����������ܾ��vg����%���g~Lh�<eQ�f�h��|�6��ڞRz�fs��1��b�h���#iٙ��ۉdm���.&�y�����3\�i�Dpճ�R+c�w��wz���<7$Ӵ+C_'����f�pY��6a����.7�c�ݯ�$�6�2��8 ?r�u�~7���b"Q�c�5ş���K�"r/�n�F���3�w�b���؅��u��u��u��u��u��u��u��u��u��u��u��u��u��u5���%�Q}
y�G3�cw[����u���n�w[����u���n�w[����u���n�w[����u�������3��KS$�@�@[Ne��o.eח2��.�c����������������������������������������dbvaӚm�a�o䯚��
��7f��Rس���aj��"��
Z֚��+ٰvg�c��_���~�>|�j�/���-y��v���VOV��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V��kN�V���ke1�v���}
w�~{W��f)�Ç^aâ�xam�u>�����:�ρ^h�&�:}6��7��%��:�ρC���Ui�C���4��>6��7ٵN�dڧ�o4`��0H5V�:�O�{6����%��:�тM�p�U`����٧W�4�mS��j�&�8m���+͚uy��Ui�^h��3�W�4꧚��w��͒�����`}-����c�z�X�-;�d>U���Y_�ѧ7L�c�z�\1�=pǮ���c�z�\1�=pǮ���c�z�\1�=pǮ���c�z�\1�=pǮ���c�z�\1�=pǮ���c�z�M�\1�=pǮ���c�gcM�v9���%���g~8�뫨�lW�ôO�g�\
;;}�	?ہ.�ǁ��I����Ӊ��l��k��$����XD��GJ�a�F�߭��ˍ���E���Hcɞ����?�:������*�3�&˾��V�>�(*�;��r�&�n��c,��(�Ĝ^$��#<U�ow�\�e��أ5qb5.Ԁ&ω���`�N/9��]wfO����u���JX"
E��Vg�[ߊ*�,���;�!�D�N1�f��*|�����Pۼ���� L��i�$�!)����d�e�VD�1}���;�ö�Y�v��yٷ���J��Jc}���}ȧ˫"n��0�t�Jϳ��O�0�wٜm2���ϲ#�]��I]�m����~�ϲy%g��.���"�Ⱥ�.���"�ȚI]ٚj�#%�l��w���_���_�2�.���>[c��67�#Śx�+��Ę�$8�z���ƾ)�6�Àf~n:y�.!��O%ܘ�����#��N��ȼ�N��׌w��>b���z��#�/�N�����:J�^W��:�0��M�%���p~�zx6��Q��n�������ʄ8��pi���ݛ1��	jo�ߎ7���0�d�j&6%=��
��O�m�j�\�P�&Q��Bǒ��f�c����(���
bR�=I��&>����H��4�w/nj��1F�D±7��9���G���qbvr'jS���g)4s���^) g�^�f�/����ͥ��x.\�º�+�
�º�+�
�B��.�K��+q[�ҿ����|���uPX���ɝ��Rnu
�ag`�+[l�#e�ty;f��,,�ٖwg�N؇|��"$D����B\��v��w��}�|��}�{sN��(�6�l��gdF�NO�r����Kk���[2�,&��b6�_'m͍���|�{R�ǩ�j\���,7�2�(�^�?�T��Y'С�y���K�L���ş9+�
�{֕�;��y93��8�3R�]c�rQa����˯i�g���f����'e6x��~]����9=[Za�|�.��w v�X������L��R=[%Zf�_?;��L������R��e<�4�!V���4:�X�E�7+F@�f%��)d�HG�c7�@6����9b>ƿ���_���o���.��.��,frJb>n�y�e��ٺ��]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�]E�M13��+��.��.��.�O}e������3�&1ۀ�=M�`3�W��[e�_�V����������������������������������������������������1��|4ޝ�+;֭
X#��!)v�Ⱥ�.���"�Ⱥ�,�:�G�y�y_�����r�s�W�:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs���:Yzs��:�8ځV�VEՑud]YVEՑ;��N�=
�̿>��rg��!�u�\�~�lM�Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Z��Zm3j���d�j/�����g����%���g��`�ޜ�+8�u�EV�/�?�_�m���(m�e�Ȅ~�h�My�uc]h�x�u�]x�^%։u�]h�^%։u�]xW^ׅu�]xW^��g�-�]xWx�u�]x�^%։u�]x�^%�Սu�]h�Z%֍��X�Z%ׅw�W^ׅ�_o�%�Q}
{�G3�3;27�ۿz�w��y�w��z�w��x���
�]aP��#�۫X��)92���81��m�����qx")π�.˫5d��66t���(<N�\�rd��'MZGOZFR�ͼe�."p�"��ɧ}��ѳ;���x�U�v��;U��H��߉3���.���sm�\�13����3�}�	d0��oܐ�����������������������������������������������������������)c�V�
XB�h�)~}W��i���zͅ^�aW��U�6zˆM�z��^�a��xe�7k�u��'m�v��^���v��d}����zdž^��W��U�6b�S�dn`�^㡐�ϴ|`�z�����~���ִ哋ɫ��5mUZ�&�T�wg}kQ��>����6���]Q"����f�T��>����AO��BH�� �����ô�I��(�F�����4V>�^��o�/�Cn�/��nR�:�W�:�O¶��q�&��>y��.�7�v�s&ϳ�k0,��7dz�)�#�9�H�<WIX'�e��'��@�C��sfd�Σ�^�Ϫ�
�^�^i�K�:�y�P/5g�3Xj�����Ñ�X�:���ë53��@ꆢ���g�n)"h�͛lC���ͳj��C���q����߫�Rs���޹p�R}G�w�u��wٱ��2ӏ;+�Xel��B�O���U����a��UjVwg�3��do
ϛ%�Q}
{�G3��*q�6@"��Wb�=d��dD��r;M`ciI����YiB��U+P:r����A�[l�@w`fX�j����$*f�cw÷�[-�Y훋0�̪���6�
�����l�ѹ�F�凐�Z1�>8ݚe,[>�P�cw�|y?�/K��jJ�3���=W��7�FR>�΃m���?�����3�}�	\����<�t4�ݙ���jF��%��)�j&��D�#�B.�H�MQ�'�K��Ա@�|=&�)�x�1>V�u�a��"�x�)~~ۿzt��Q7����طN[��/��=�b���kA�ŞQw�Km�C<��wvfs؝�>���;�w�'f�h�圅�����u3�gZ�c�!pvx�ɹ5N�;�f�#�/<�O�&qq��vt�89�V&�OZM�c�+(z�!�H�'7�ܟ���?�ױsŌ�%v�0�w=�H���/��x��
�̿>��	j�҅�ێdb�6;��S3DW��̓}�6�]�+2����]�P��V�Q�F)b�U���e�l
��fVp�lO��u��1-�ؖq��ʞ"wQ?wR��ڌ���jPq����ȿ&U�b�B�>�.��� �Rߣ,E�
�a�Z�b7&�0�E��f�l��0��ܓ;9��B�E!C {�Bܭ����ؓ���/ڋ�k��9��mɔ�,��u=b���!�&�@�d�V�p�ӎ���E��q�a3���ti��g���Q��0fx��ȧ�����$��Ø�93*n�0�����+EӀ�s��Y��.�ͻ���ג5��{qW�dݞ�������h8�`�Ꮬzf2Y3� .����N��?'f��@�W?���3�_v�k�.d���� �2Nf�w��9�����Y����r���V'�į!�jOЏ���lz��3�t��
b&��7O���†-��<L
�K� h��;K-�p�j�I�u$P��bQ�!���f�x�b��6e�
�0$���V�N[8M��)cr#<�Μ%,M{! �����d+
��f�G(7!��a��ى����[lE~��Ɋ��[MB"�H��,>�3�����.\�[��:��c��CJ��ڦ�3~�}
w�~~�瞵
�,u��ԇ�Z0�(��E���w`�A0w�r�'�z�&��acg��,uh�LN��&�Je�3U�{ɳ������6��Y�_�S��4dOɞ���0m�JS��8���dP�ruL���;�w��X�{ȓ�n�6�N���Fo����~yŃrtpF2*�4�.Wim�LLO�v ��2?>K������g兛uq�����[+Te�"��d<^,d�T;L�v�e�/�+J���JM��l�b�ϫ/[b�G(b�M�g������챑1W`Da6S{Jk��C7��7�'T�yE�O�QM���E�"ʧ����������4�@';N�KHZj�r���M�Բы����0����@��a�w�8���]�ݐ����O�'Q|���3�}�	g;C�y��U�b�1z��L^�/S�����b�1z��L^�/S�����b�1z��L^�/S�����b�1z��L^�/S�����b�1z��L^�/S�����b�1z��L^�/S�����b�1z��L^�/S�����b�1P.t�/��/��_�������m���1�ɝ�Os٫F���p��
��ŏ��L���cI܌q��B�g��2q׳]��qN� �-�l����vt@��K�^$J	�;s��nԘ�
��vg��,n�U���� *W��sז	94��c��K�'8�G$R9��v5�m�Y?ʎ۷��gd���K$���;v�ٮ��{��]��|M
�7�߼_B���_���څgT5hCpH�U���qꝂX�Td�{�����j�k&�/K�s��@ݝݺ�����ͻ��6�.�]�V��R����!,����w�\�u�qwV�wU��{Tq{���4��q�;�"#���&����(���-�Ff�$o�}��t�	 ��8�:��#8�!�2g(�D���u��/ڋ�k��9������݋v���l�t�M)��'���<�]8������4���ɹ�ry�F�c��h/Y�"�6��dfY����alg��#�f�+�n�o꽜g/�l\xn���i�e=��@J7�Y&��6w'f�.23<�����Y�AfC�:�\k��ld�\����8�;3�����Ƕ]��P~d��J'�O�"Q?��ٟ�<g�?����S�?��?���R����͏[��w����ubco�ԡ�C�?��y��ܝ��y'��lÓ�m�%INA~�ڐ�I��H�%8�6�aeb�F[�F���w��]�ʈ+x��!ch����'�7�:���N˴le3C$2ޠPJ�-E9��Mj*��Z��~���&��l2p�"�C8�vf7w�i$
��j6c��Y���[P�/ݬY����Y�>�6<-r����Pۼ��ѷ�UUB��1�7�#������̶`�|�j���ɣ"�9-c��<�=2*�Na�,��t�#wh�X�!�v\쭳����o��l���`�PE����ߋ�l�����
4l�[�°�E?$e	�3Gr�u�88�l�ud`gǑO�-�dbP;<��c�j��>A�NF2�bʹ���Ȥgv{Sq���?��G��~�_C^���������lN�	��+�	�7&����H�NsHD��H%k��bF�B,�;%O��I�>g�#J�K��;�Q��;*"eV6i!���iMa]�׿xv�f͍��-�f�,S,��[��]{���r�uBN�fA��m#{��g2~=��Ѝ��M�%�<��C)��BQ4[>��w�; �<�
�
�L���_t���ٟ�<g�?����S�?��?���R���}���rt�(	��K�c��'��>(���������nb��z�2��6@�7�r��"/(�n��۶�a��R)r�/b���A�h�p�D���f�l���t�	7+1���@���wf{7:���devx��~ac�.���H�^�3#�
!��ت�D��x�gC4R�sFr;��e��b2GP�?R\��B�=;U�v��6�2����>2��LM&JC8��^�ۏQ��U�%s�r��c�R�R�ٳ\�jÙ�lۭ$��Υ�`w�Orܑ�GY�� ���&6��em��4�E�m���F-�pW����F�WhQ�Q��=���B7pԎ
nP?Ѳ��]�U�!��TlUw'g���(��C$�G��jN��@#����?���"ab"�	/a3r�V��-�a��2?>K������g�n�7�(��Ww�v��l��JJ��j:����#b�HL�ή�`��0�*�|�,l���){���/�-F.<A�?S,y�T�X��#�Vf�����;{牉È�2����u��V��h؏v
-T�Ĵ�P�ɧj�J�6LBG�
g��Χ&�Dv1��	zR���	9�e�Ia牘����M4/4�x?v6�M'&eKo ���;-��������N���>���g�A�7�@��ҙ(��'�������66gM���&����j�,ܛ	m��w����"ƃ	l��;ri��fMy3&���^Lɯ&�דrkɹ%�ܒ�nIy7$���^M�,Wgٌ�S��9��V}zS�^��ץ9��N}zS�^��ץ9��N}zS�V�3�U��8{9�M��f9�^��vY�^�gץ���vyz]�^�痥���~yz]�Z�H�p1C%�����Џ�����L)��;�.
��?�q.,�w&unb(X߭��Z�ثǸ����5��E����M��3LJFf�}�?����b6�uv�i	Cơv�63b�ymԷ2���vdbq�9\�+��Gv�S<np�b���=��)N�S��ʯ#u�8�
�v���af>Mމ����m��d��ť��>�ާs�2DL��c8�Z0wf�A�9U�v��6�2���7*YW��$##ߠ�daL�>�����u��OZ{1�̡;�6��q����j<'wL���ki�#'��-�h�cv6}ݽ��'o������x�ҥ,ڢr>��y���Rs-�MF�<k'��H=IOL�z@MgN�i��������c�GH��r��dw��[����Wd)�a��f�����g�W�n�<I�i��n��i4�+��<���b�S#��j/����~Z�ﺰ/�G9��E�I��:�I���GY�@�v'v���s]G�ai>�u"dz�Y�Q��J9�%�چ�ɥ��ݕ��F�3�Blҷ�����{8�#�恅�geI��+"o�
�SO�mW3��ԗM����^�^y�G0�7b���vU䙣&c��}� �M�E%��3,�����=w�8ږ1`{��Q�R�ي
Y���.D���v�����ٟ�<g�?����S�>8�哨�h�F3��^�JXQD��4�	��;��k%�*p5y��fvv�RQ r���Dm"A��!{33P1|�3ru�n�:���-�;�փ��(�[���u��n�[��}����g�8P6̷L�2���;��*[4Yj�l�F&ݙ�
k���~\g���B?�_����1��sfd,��'b`g��Q�Y��U��+���ʬ��[�ga1�m+IJ8zR���GPi�n�C'	�~e�����w���V�O����o��DĴ��f�w����1ѓ���&ѩ��U��q�qRY�$)�E9�|�s��S�(
��h�2i��bybf*��e�B�8��8������d�
��`��ޙ�6�=a���F.�Bw޸5�����п�=��v��6�2���I�]c7z;���p����X�c�t�8�\����2��GFr�5K���L�2,�e4E$RtH����S}���%�����/�Vg
�|����=�CC2�[+4n[6:��6p���fa����U��F�:�gd_R���oR�$��w�M�˻6��2�D��<�7,.t��>4&�P�(�ٍ�N�#9��8����W��ct,��^y~l��E�5����I�I+[���u�o���
�YU���Y~/YݷgX�ELx�##	4�Rvrw��zO]��—�ߓ,s�U���Dl�7���������q؜�G��VFn��$Q�kr�l��Y��7�6��^U�ab���y��Ơ���cԑ0�1jH�]�� �ŵ��ٷ���$��SВ@�5�Ƽ�X_�V�sg�Rc�#B
jYjX���^+���tK�(>��vg����%�?���:W��y
j{�E�ʎK.�M�r]Ow�HM�y8F�)�ȱ���]��nM5��>#s*.�H"���B'>+e�q[.+�ّZ�%�w��#?��h��^�P�'&�_'+2�1q8��i�ܖ�u��n����b��
���B�s�����N�N{�������LۍL�F����"�M�셖��{ޖ;��o��#����m�cӹ/}�[�ށ����=�m�3��α������)�ڽ�9��0�f��]
0�x�b��^��Nl;��ftR>����;?�֑��1�rt��Ϊ�J��=,Tl��1F�h\v���G'�|sL�0�Cu��'2�����n�[.6,F��֩x�j��]�3�oZGc�<��T��̠��|����u���\s��e��Qӑ�(1�I�e�2���"�\������Pۼ�������3v!�8�y�0;�v��l+��z%�)a��Ͽ(ryy�4�]>���O^nEW!���K���*�O3�����e���nA�1��K��R]�
�hJ���||��E�~9�2���f�ɶv��\��>�O$N��a�ɵ�ӑ�r�Z�]Pog�P���������Ӏ��Ѕ��@l^��������c&�K��2")l����2�P�,�A���~�_C^����ؕ������7���1���ޟj.��6B��ˋ5wNl�̈́gz����{B¥��9-U��s�RG���2LJR�{��&�w��ٰ͵��̽�B���Qۨ+/���3&&\�4���\�df/�~���ۧ�e�gd$�L��x�Xθ�������ܞ�@�Fg��z����Dw\}��h@ń^6g��f���g����%�?���f�x�e��RҐ'q�d����C(�3ϹC^YɈ��dfc��N6QU��6��
��e,�@ҶR>+e�q[-�G1Z�8��\���(�#��=�b���u��r�xߙ��f��"�7�p �;d�3�ř�X��c��擀�]M.�V[2ې䕅�N,����#L.���[(��t�gfNK���q�.3�}_��/����y�ϳ
rU� 6VO������3��p���R��҈����}��ف�1��fp���}���yۊ"�wLk�:rge�w|�2��<�U&�^}�庮�Ev��݅�H ��!O''�����B�0fX�,r�nb��5����rU���ޤ��vkAX�Fp9�Uji@��Ȝ�lt@61CZ(�~��1��א�u�r�cFI�
��߼_B���_��yA��;؂&�
Fk`8Lb�!;{��nJY
B�㜠gf�#np1��0�Hۿ���=�D�N�{�^Yq�.J�*�S�,d�P���\
����ـ�N@[u欹>�k;9��n6��d�&wpt.�Qm瑙��yf�p�>y�.��wL��BV����=�f}�{Wv�<�/��0��|l�)L&�Kf�Q<�9:��<���dNa:�)���[s�c�ߨ)��9���%�Q}
{�G3��-���g��6��P��L��Pۼ���"v�#�]����̱,]�q��llm3��&�Her��vl�d�>�8���#t�K�Hk[�dϲΓ7�Ī���w�	�ٖ�u��ҿ2�Y�
���;�!vO�'B�&X���Ξ�f�[Rb2Q����b��D�5{�攅^� �Y]7�;�3��m�P��?t���|���3�}�	j��:��@\�@-cQ@������-Գ-m��,���Y��6�ܘ�.ٔe;�9;?Q�'�<��Դ�jKJ��>^"m��e��f�
T:0�P��yf�[q�R�Y"�r�|)�A2�0�I�l���r3K�쌽��0��n�b�]=�g���
��TE�y��������>��P����w/�e�%�NYԧ�D��1�~Q]e�F��ы,1-پ�E��q����)~~۾����u9�wA�eqg�V�!&B�;퍼p�wE�Y���B�n��)!�Q�琝�T���	Y�w�+�룳��ə�ӻ��f��/4Q�h�i�ܜٸ�E���ܙ��O6�̡�dSn��e��[l��nY���?A��&(�V��i��O��.%<�j,q��D���7!#7zNـ�͡�r�h�eKZ�����Pۼ���,0��r9��G���m�ݹY|p��}Ӣ�	��<�8�wu�qfj�5\)r�-�'(�v�[yb����9�|�M��y[��&w�v,�E�d�[��ʆ�YO._�"��:�ۊ��v�de2p�^�~-����l�_���8��Z��N�%�X�᧽g�;1Y�QѨq�),��-��Y볿V;����]ap��t-�Ǻ͔����~�_C^���~έ;�[�ٌ����eŞ�*�Cf-�}�ye�����VHk�1�|�%+R��N���B�]���l��>�V[ # ��ʌ����3"��X��;w�D��f�>)��]�`Y���^�a���^Q|D�����zlL�Y��6vD�7�ʕ� g�6z���g��NOz�&��h�I��17�Dr�mv�;�4���B�>�Ӗ6�vF.��/9��]/vfi$�c#�������3��KV)�k�z���*#���J<���ݙ��T�k4	���Nh��j�h��i�l�߭r;,���86�W8s:�l�Y�N��U����fF��JVguF1��g+M������Ǽ�ݣ���ɥ� �xc������Ż!r��9l�9��V��;/�a/q
���?�),C�V�E��O{(l�,,�ˀ��K5�p�BN��n�3�;�B�lX��V!�~��E��q����)~~�?r�л2t�7��*�f�oz�@ɐ�g�[������杹3����6��"t9X�24�9lRxL�Μ�K�N���9;e�kgrb�x>��'��ٛfg'�Z����N�2���|���5��&*Q{�o��~�.�ދ����6f�G��+�H�6خ��QÐ��b�Ya�<�*�u���*�QF������'kZS�����Pۼ������l�zWv�h�(���k��M5�Dp���7}��gt��=�ٔ성�_��8<�ԃ����p.�O����W���_#Y	"eޝWv&}���V9	�@����gπ�lš����5 �1���\�C|��	���BG&����%���v?�{ѻ�h��w3��S�]>'�Y
���8�+��v?9˕�o�d�j/����~Z��Z��:���x�p~%�nVIڨ�<jվ��=��7����Í��X9n���P��Gu�Afz�� M�	_��e�J�@�r�a�r�w]��VY� �V����x�\J�l��h�-�rO�c#|�����8?��fM�d��V��De:�c�����Lݏ/d��=��5�6�;Bg3"v# )학\��D��+$�,c/dz?�xϠ�-Y��P|hGr|���
�E`�V���Km�����Ϟ���c��J�+U+Z��]E�ڜ�����l�AB��1U���`���M�j�O$��D���<e�V�.,r���@��܍��� ��P�)^i7����0���B�7`-طC#�VDN�wt�,�7����5-����'RB2ggV�����vr��G�K�fx��&oՄ�����3'u���X����Џ����]"u�5ґ4r(�ؙR�u�0ۗ5�L[:�N$ΊR2O�&�2̃�{P������n��n�N���t����J�vWH���1�oY�8�3���M�W6wf�6NQ��� -&n�XG1!��e��>؈ɮ�V����)�oZ=¾���[����;���U��5,�&��K=Ͷl��4}�Y+��K3�8�cf~�ćLTb�����Pۼ�����IS�ٚt�`�mÒ�~{���sq���<V�IR�{943�rM��ɢ��Cq`w��ʜ�0�
�^X�UW!�9�er{�Lb�r�+w��w�u�^�g�_|�N���z�6�Qg}��+BQD�P��	�qi05e���bkց�v��ۜW���G�:�������͍i�M�HE�)��U�`����8r&�V
Ր����g�ܓޒ6'k3�0y]v.[�r?>K������g嫾���f�#�q�.헂-3G�u�y�5XL��+$yY���W���f�Ye���m�nC^ǚ���ޔ���qfB��hq�66ث6�U>y#5$��²��!��������t�X�RJŴ�[�g����F��%3GLlL�Q�r2�h��vL���o���ɸ��}�zw�bo
��nLB��`R��Dd��:���d�Z��.�+���'sV�Ð�����>���g�A���	� ����օ��=ӗ�K8F$E���z�5b�Zc���j|}�a\@�bq�h�4fے�f��Gg�ö�ei��bNRn}ckT�n��S�$�g�C`�9Z2�l��Vɛ8���1V���]�e�nAj26vs�>��h`ur����ؙn��D�n���\�f�Q@�ˉF�L���s6�8��d1�ܡ&�؛�i�lܧ~Ku���X����Џ�����X�����f�k����%	4UN�yl�D�6��,l�Lo�2W�7؝�Q2
�0ڮ5��ʤp�3+PW7v{���e��\�� ���#-��֔���U�X�x�����r�+H��cA�7.cjY,�"�o+m��d���x��&v
צ)S�/�j\wf����Pٯ�P��'�#���;�d���;w��|Œ6r�r�K�2�����Pۼ�����`uhc��e���#+�Zr��4����x�s�]��{3V�E���wvp������g�t�/�*eI��rI��tD�5^�B�sgi��ORR7���PR,�6B�b;����;R�;1X�����-F*u��Lu<�8r���4�Su3y�A�r�7G�aJ�9�G�,Ɨ?yF�֥���&7�+6,B��&s>�>7����W��q�\�Dv�e�1x6W�o_ra-�.��ŧ�eA�I6>�hi�>YL�ϒ������#��k/�׭F��&ۨ�]ȏx�I�?g���x٪���I-�]�7d��8e2a#h���8���i°J���G�EN��qʢsxk��\�����*S�r9��.�]Oe]����~�=\&>X��0��w���q�H0T��k�]�ļ���g�
�y3��m��;���*�`��lE����^,�͆3�A��<�
8f�бB-,�-�H���#i]�wɐ�����>���g�A�Ƕ�`Pd*��X��O^��\��J,?�#�rqr'}�=�pg���3j�V�Qq~)�f�, �;�j'��΁��V��2r�L%.n���0�0Nb\�>p��P�-��[dR���ɽ�QJ�'��MP�3���Ֆsf&_nE%���3��zy���%&h��vw�j"!�М��Н���jU�F28�
�*@S�cJ�\#m�:�c�,wˌ��W�G�K���&Ŏ��,i�x	�kb�b��OXw.4��?y�s��*� ��:�����⥁�b�L��󊮟�h�����0�C�TR���2���B#o8���hHYX�a=Il��t�:pv���*��BPɏs&� Ɲ��W
��fm�8��I-b�J�N<LD�����oY��Q_�U�N�X�6(�=Y$*��; ,i�3�cy;_&�whqpT���.�Y0�υZr�y@�*�j�E�7�С�y��������(i�{{	C��Y���i�%V	!`�&>��8�7v/���̽�ș��Vwov�_��@Er'~����c#�A+W0qa�c�EnI�j�Ճ���D�h�w健q���e##����6R��Mh�.Rd�ڽ	 �rN/���B�@�I��+��9ܓɞ�{��^g6��W�=~``��V@F^ÿ�d~|��E�5�����3V���|s�f��ԣrI��+ͼ9HB��-}�m<�jM,e����7�Q2M��Ԓ9�ܙ�����	�B��LY|HU���(hg��ђ�B���W�樼
,�\�[Cܢ��|�B	m3��Q�	���c�PW�\��Rf�pi"�99�c�sy7tz��3ql�����H �ա�{A�FD~�4�N%RVgv!!}�&Z*�l2sjx�v�/1Ց�
C��^�f��^���h)������^��B�'�4�/�6�h��d����ٟ�<g�?����S�>4_kp��+�6I٢#j���S�
��s��sgN����e,�8��;o<m�<�lm7 �� |�l?W�x3R���Lo,s�b�TA߄�A}&��@�,7Ȟ#�w����31;8�3���3�?E��h�		uX�U���9�
��$��\���F
H�EXĴJ�r�<���� `~(0Q8�3��A��3�&�㚬m$�i�3�տ�����~���?m�����n��3�r���K��#�6����b��&2U�,c�6JÏ���r7�)����k'Tft�\��!�fr`�L���l�y��3��I�I���J9-�}Å��ӱ:Ҁ^*�C�匆�庴RM�:zvfg�O!>틘=����>2�"�X�c�܎�,�[�W#`H��#�#��a�r3�b*��f�+��A�*r�[M��R�o藍���
rF���x`�b�����Pۼ����pǏ�Y�I���5�;��f��=��7���-x�s�Z���M�פ��zM�פ��zO�פ��zM��vQ���vi�צ��fZ��f~���Y��*֑�U��]��L����l���z�܏Gj2-�)�5,��h#d:;T�֊�E�}���c��V?�4��;3��m�;�Ʃ�R�pez���'�m}f�'֊>�u���(֦����D��k5�&�^�kU�n�����%��/ڋ�k��9��=\4�T�`��ij��SM�X��&�ôQ�P�1m]�V�T(�|mv��KV��&?r�+
�F/]�o�p�F���]�W�9n��H^��� ��Q�S�Z�3И\k�2��`�H;��
��Y,�M����g%Ӏ��e��g'����1e2�#���eh\��C�>n�0Ag2v�x��v9
��hOj=��S�a��K�z��y‹����Ў�&i������v�9�+u$�J�F�7g�ν�rݩ�ۓ�峔���jc����ٟ�<g�?����S�>4v�p�TX���r�S�G�����k�v��S����rX
��+j��ȖJ�2��������k�����_
����F�U��`6��L�d	�z��	�u24���i%�E/?��x�tl�X���Zj�ƪHKԕ��ݭ6���O��.��X��7�ʸqO}��
c���gp�e���3q��tV�q�F�D��L��� 7h�q4ę�j��<ˌ��W�G�K�永ܟO�y+M��:i>��L�͢���F�^I�I�f�wP�1!8�z[l'��D��a0��
<>ߋ����՜F&��vq�����-T���}S]>���v��Um]YZX��ȝ�u�'֋��/;:�<:�P@4�L�k��5%]�wԕ@��mAN̎dٚ��M���}A�
�ۜ���7XW� /tڊ������=��U� 㥬w�5y~v��6�2���~�_C^����?������\6hd	�׳Ȥ(bg.�Ru¢p����;����b�����	��(,�$�֝�A�k;���_y&rmг��#�%��RbPf/�f�-zQ�Ǩ� �,��y*MŚ�n��ꋭ&���d�
���n< B�a6Rh����˔ʞN�&!��d�0p��f٣��`c�Y�7��3~6aw�Y19"�� � NH���}���N���W�|���3�}�	j��:��E٭ý��Vw�=��p�G�Zgw�e��34�ߥ�vP֥h�i�(�bw66�jJ�t^u���Ҷe�ǫo�g�3�U����Rhü��RH�\�	�s�կ���畷l}g7����~&�A�mn7w\�f�b�x�����!�y�v�-�d�lϿ���)�s�r�9+��w=���c�\�n�Q��F�mT$��(1��=k���D��j_�c�\g���B?�_����r\���乩�n����(ގXH�9�>�U��+�����C�h�o��N���?���8��
♓2�pr���Bm�G��L���)#a7p�؉���{���u#���An./.�8��zȫ8��v�Ĝߔ5�'b}�`j����(m�e��@˼»�+�»�(d���~�_C^����ٖ�?�w[��e�-�l�f[2̶ٖeŖ̶e�|���S37ٽ�p�PK 7r'���?g���wu��'\�ru���n듮O�g����%�?����(;b��z�Ec�gp��f�#~�=h+�x�H`��!�얒���J�6a��]��3o�����\r�V�\oMj��R�Ԓ_4�O�i�5�^l���Qe�8��;=;�F�#Y�2mֲџCV�H�P��9U��0��vR8���y#p��������t��n��������6�rVz�3���+���7x�a�P~�',pD>鉓:����A*]�>�|���~���>Z�u�s|�?��$ǿ�/�͑/����y��j�>�u�(�6�%�;{OjA�)��*'�1�f��I#~=��PǏfM��qL+d̙���#2t�T�����E�i#E�x��R!*R�~��&W���r�[Cb�{1MR�C�������Y�K���L3||'!r�B(�a
��3~�}
w�~}}j�z�<-j���dn�m\)�'����6�_v[���u��n�[���u��n�[���u��n����������#��vu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu�����3�}�	j��:��H:��O!����!��g+����ك�~�V]1d+ݒ��6�b!x�&� �k<��>]�q�*֗�޵FX~-�ν�S+4Ґ-�}�,�a�3ݠ �ϖ���x	ez���""��P6ͳ���]�:�i〉�7��sw�֛g�Yn�j�����Z�b|�Na��z����U�:��"�	2�gA.˴��N�ˌ��W�G�K��
!���02��7ز`̇*���^�s��0�����%4�jE"���@��
��ʃn|$OՂfeڅs7�M�awU��4N�"��fqy1�����J���cVvb��͂ߔ���2vM4���3Z	���Ң�4[��LR4�Aj�vl��kM
���9�b��i�e1�b��[�iJr��=�"��w�Jm�v��6�2���%\�s����^B�/!�V/O�ű5n���*�J�R����*�J�R����*�J�R����*�J�R����*�J�R����*�J�R���0!g�3���gl�Z�>��Z�P�0ͭs<c�KZfd����ɬ���,l������#�#�90�G|^���g&�� ��M�s���ZV嫘Ж�͒������#���u���n�w[����u���n�w[����u���n�w[����u���n�w[����u���n�w[����u���n�w[������?�xϠ�-Y��P|i��I�T���S#��w�}���X�f�P!�,>��x�;�46�rӃ�[V���Q�i�v��VKXCiuU!�n����m��
�s�A[���	�m����K�:�,o!��M�X�xK��~������ډɛ�F���Hۖ�<|[h�fg��I�ٱ?���oo���7�Z��Є���R�əMS��8�ؽ�4��͢�'+4�ݚf�t{��Ћz��\g���B?�_�W�Ѵ	�}�?h���ܫ���E�&��7�x�rS���V����1#~_�Oՙ�	����E��G���W0��Ga=S1�֩W{�v�����J���7[�d��\�DN2��r�p�bbv^��,θ��%���i��hZ��27-≽��6�G��:����ַՉ�T��԰G!�����D�g�B�q�d���Xb'����С�y���f���A�Y�v
]��j�^cg��f���6�fܵo��P�y�6G�E�f��
��c�G!,�dq0��7l��ܕ���k�X���s�'7a�ֹ��ګ]��3��b��i�;�+���
�$�v�Rݡ�Ƭ��~���2'�P�4�X��y�G�,�T[
��R�����0����e���8�ͱ��D�3�eA��#m�H$œ�(���-1�2�p+�$�^�X)X��\�g39�#"��_��׿�s?)wM*�	ؑ�K0�����E��4-,Q�2G͛�/��Ra�q���^GvflnA�f�~�@�dO�,fD]��r�I~֖@#saV(خ��4F����(�w凫�^�����+%��6H́���cdx�� ��8���9�����gx�ҷ`>��+�i"����V�<�8ۧIx����67!�3�&&���	����:�y�2$��x���$X��r�Q�2vvwg��g����%�?�����|����++��bЄRr�͙�JRL��ç��MUp��3'Q�Aǖ��];��g�r�?W�ɯdv�IٮF��`�+�q�		�ZM�
�<�?l�5�|���������E����~���ܙб;(�eCˑ7���P ٫�:��kpl\��l,�$�/�	�����uD��"Ln��!�9l.�Ŗ����;3�3���g4���λA���ˌ��W�G�K��&
��P��q�Z�@�:��F��Mm�!�p3������
[�
�Z�攃��#�T��1���ш�Jwg%�������e�^3����ECj�BY1�Z�O�Q�<��r����Z2f�U�vbc�8�cHA.E�GĽㅉ��k+"�*o�Q������"C��/>��Zk'�i]АFmϾ;��K6�8���Ř�9F�����iܥ�}3Y�a��3~�}
w�~}`��Q��O&�a��^yK�U�+
�:k��4Q��jVmܘI�m�Aiv�?G�,[�X���iג�����c2Q�f�[V�f��9��.E�v�)��b˅��ag�lL��KIdev"|H����ϣOy-
�7Eh��n:���ʚ�;��X]�׬ѳ�ևwE>�l�g�fw�&��+�&gӠ�>K������g��9Օ�)L��ͯ���-��ϔ��ī
Z�׆h:y�+�!v� �3�L�@\ɬg+��w3�Js�d�༏.l�Ųf-Wp���8�1��*�5#�W{p��Zd
]���W��T�����Y��������I���n;��e�YL�Zpx��b!�<�R7��\�bAq7bg��h�8ӶV*�R'����a␥+Q���g�<=�<#dB�<dٮ����M��2�9����e��^f˩�N�0Hڛ.���H��k=���,Z�+	r��Ȝ��ٟ�<g�?����S�>0��,e:6���L\�q0�K֩Rh�F�q��:!��R&	�[����j��R�q5�#-H�xM፸�����'lH-Bm+�ۑ�t�MZb	��U�СA�~]
���ō�(���� ���4�kV���d�X6e�9[,v���ѐ�x�Љ3<�ꕦ����NbÈ���,t\.fVq��
\.aj�pD���Ǔ=8���;좝�W��<�BARd.I#Ʊ7%iE�Q��LB�)�ݓ��
���q����)~~��xڪ�+��+��9I�pV��&jF=��.)��*�rr5�d�E`_�S��V
�(d�@)�������/;�E�mS'k2���f�
��j���5��{�&3�������
	ݜ�����fl�9��Xd���c�7.��2�����1�j��MR��`�x�Yˉ���#wQ��D6��S�T�K!*��`�(�I���l�e�;��돳i�:��K�o�/�Cn�/ϫ}�F(o6�-O˒E���n�%�i��|�r�*&���q�Z+���&�f��'m�C��zWy+�u�j�N�
��q�A�z��eb�ϟ���k��s<Ruk4CP��c:���;�L���O�	=.�N+U	��N8��B�������p��6}
|�ȭ[�����r�2����E���;0�
��\f}̘vt�r����� �LRK,5�v~��6���|��E�5����U��vE#C<�Tn4!���۩7�o<�C�
'� �o$W��xm���}�m�1մr�9W����d6����bw�T���,�ԣ�ʼn��آ���#
ZWh����vv}�K��9X�L�zs�E<���Bfwt��t�ay�)���|'�1�I�*еx3���Y�^K���j�q姬���HJ6�!�^~F7ā�Zs1;�P�����wwfzS�;��1~2�q>��g����%��X�yl�����9�+J8�qڵ`#���f8��&�.�q�S�J9�)G�A���w�;����K^~������f9"�EYNjkz��Gq�8»J�`���#^��}�� �1M���8��X��⥕ٙ�؜V��٭U�3����)���gu���E������5�<�3<�V?� ��b&dқ}�BNn�svSV7os��ݪ�ѕJ��D/@�D��H!y
<Y������IX-�FI�T`�%��f�5����OKf�8�c&:pӑn������◧8���)zs�TE���#�����@��ت�q��:z���Ǭ�Tb#0���Nf��:�N[��&e<U�����<U�fO.��&>pYx������›=QƜ��:���H�z���E_p@J
�y\hCVX�N�Z$l��9ź���t�EB>"҅�-�Ɠ��e�CZ�=z�:�3���W��q��(�c$�#��H#i�E����z<	��cffj�ƍ�������*z�E7�cNM���"|��8�x���سA��=&|��o�/�Cn�/Ϫ[� Q��滷("�vn�����~��\�ug�7)�"���䃥=*7nt�Gu�0*t�Y������zp�x-�9ud���yc�����ӾkY��k7�撅������n9\y�[v��
�P�t��y#��95�X���h�q��g�"x������
�w�)+@5n@fh��+�ܭ��]m��&�������ci�jՙ�$zؙ��	� Bv��
r���W��bVb�]��oԻ2&;�6K������g�	x�B�d�ZmA��Ԓ�e^�Nj�M!���^>��E�f�m4O#��?ݝ�n�˭7��Ĉ��V��L�r��vEr��$���"��3.�{���D���x�>���S�P�j��I���*�6�s�kI6�|�4&�(���B㢂�9kM��$��bv�u�]i}��0�����/f��@�W?���s�z�8��^;^D��"�y8Ǔ͑��̰99g���k�r(�M$��Or˃a�.��"q�2x�&}k8I�ll��fp�n�;Aj�a�gfCz�\��en���9C���?u��b�r��)7�#XG��cS�c��$�31���xff�[���rd�(y3��u�f���[d,�Zy���Y)
�4S��B'+�L��'��4O���鯓�L<��Z?ci�c�܏�<_B?�_�U�7A0V��Vٚ�2�9C�����x����]����j���j:��l�]���}�֧9�p��P?��Z�?�����vj�Ι�]�ш� ve
�������9��=w���o�aqbRRru=J���^Ff���V�Uq� �ZX�`a�5x�3B�_�߆ﲴ|�9	��(����T�)y�Rȱ	Y�1]��
�;��otJFZ!����o�/�Cn�/Ϫ?h����͇�޽6�f�3J3֞2�"�+�+2���`���%����x��r�Y�("�c;�,���,��գ]��@r�?b�������o�7EE���kk#O��A]⑧M�v1w���
A~k�9���cj�a�8��z6�3��-a���6hJS�:�N(�?b��d7ֶO�6�k
'c|&V*0�K�����p�Z|�V�J<�R���ja�B��X�b8W�㡆���v"��g�Lԯ�Bv��o/���d�j/����~�� �34Ҳ�ʞCv��4�l�,��iS�n�?����3��J�v~9ލ���%^G��&��{3��r������"�F91
G�}�7�`��a㹟	c��Y�6y5T�iu�-�]��e$� �'�L-ɼd��X�}Gc��Yy�9��J)>ɏ�;��)Y��6�n�_gX"����ddtY	��O�<��/��n�[����
��g1|���������d��8r���R���Ё�5���Uv'P������jOЏ����	��,�5]���bw��j��8���#��ž8��&i�p�S���e�X
�#t�j�Zx���6�C�[���.� J72:�#ƒI�!��c,�#.0*�o;��8�D�̍��#���s(֥���bÿ��yY����OP�D����9K��Y'�U:L�=��gQ�ș�I~Go�1��B�L�C3�����С�y����?j8�H�2��1�����,�گ�Q�ۄ��;��<��_)r1�?�n�oD]_-2�r����j׮`�1Ot'c�W�뱻1M�ɘk/ٍf���J���X���W |�h�kD�ԗ܊{V�+<n��1p��"(���N�c|�G.I�^!Oq�!ؙ��r����D�����{�'Nk��D�Լ+��.��I��o4N�f�F�8��Tt$�Y)�3{.͋m;ϒ������#��Y��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��N���>���Wg�$c zk�i�I'm1�o��|;�����4��Υ�ӕ�'���ǧqq�>	�O�1n\��~	���Ja������(�Ҙcm��v	>��?ݴ^6��7�t�~�[�/.b��|9��#O;����A1�X�v�wX�u�wX�u�wX�u�wX�v�wX�V��s�w8Ү�w��v��I>O���O�����\��4����)�۸VP֊w����}�)~}E��q��w$���^\�/-�Y�i����E�>����.�˻�Ǥ3��]�/�h��3n�;2�Ff6���3;GKd�A\G�Yd�+,���e�̲�^U�ʐ����|�6����;Ϛ}
�vQhL�~~F�p6v�Y�/z�#!\�R����]��E�ƤAٶ�m�g���s�Rvo�Mצ��Gٮ�ggs��>�Aپx����>�!��:ͱI��eٙ�4��bm-Fzz�����Pۼ����ea�^�$�4Aɏp�j��@�1
:Sa�3��X��S������.d�ʌ���gv�}w�#rb.�0��g������m����?��7������`�|�\�qs�۾s��`�2�H�E��ׂ���@*�
�͵c�� i�v��Zŷ�K����[f�flnGmKRYuM�g��%�Ó���$��&"�U몗��q�2�6����v"��[�6r5 ��2��ݴ�?>K������g��f��@�W?������}�)ݷ�С�y���s���ͅ�C��ܘ�g+c)αLV�H�h��v��X��cP������������z�Z��:�{�v=Q,Q�v8�Bܻj��h5�ڵ+DS岔��U�;������/QIZ���Dž��j�N�ގ�p��0����,���a�)Z9����"1��2h����&�V�d�]�m�ֶ��bgc߂���y#b"��!`�<o�8��"'	ws%�n���Yvn�t�>K������g��f��@�W?���W�j�9��izh��\�*�J�Ugv~.���n�Ip%��f\Iqu��	:a'�*�-Ygx���ƅ�']�ߌ��ſ=���Ip4�O��Il�.��,qI#;�T��b�(	5N۱R�,�Il�.�f��ۮ%��ě��*OЏ�l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g_���(m�e��dX��F�R9K[!�.�QK���``�D!��)�
�n+�+�B�<U���E�Ͼ>zap=Q�QF
��˰�lnUv���6���2	M�9�x����1(jԱR���������fah��{JX���2j4|޵h�	�(�7i��w�Q�q�Z���l
y�vaF��LĦ��54�K/"0~����Q��2�R���>��{퀇��~�_C^����c�$髛�;t]<[.�鮚鮚鮚鮚鮚鮚鮚鮚鮚鮚鮚鮚鮚鮚&��:�8NO�}��w-�M?٪�g�lۮ��2�2�2�2�2�2�2�2�21��vg����%s��?&>�U�H"�m�xkg����ږz��t:6��"`wMa�Y�LlA�L�N�9�7a.��-3m�|m�{
�Mm��۾���ㄘ����:��;t��GK3T0QX��j���Aˏ&y��u�$ܺ��&���i&&m�����36�!�7/�ߤ��cJ��|�B�ޡi��Ld/5ș�����#a�B�r�.;0��x�r���w���4��|�?���Q'�ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,���ˋ.,�
�f��m�e��]�%�T�\٫�-*���h$�(X�CU,A�i�5�8�ՙ�:e��>Q6 #gj�;;�f}ސ7.qe�r�Y�?u�g�7*�]�I�xEN�W��.�3$�N1F*�9z����Ww�%�LQS��fm��� ިZ�4LC!IhD�j�1���}�y̙�]�{�2���=Ei�����3��3I�+3A�jx�3���:�@�'��L<KgBƟ��J���
��6K������g��u���*ӊ!����b�6�E���b�j���Pi܆��x������b�1XiC9�j��K��"
�F_��?�xϠ�+���1u�y�,w��N���Ϳ��O�rM!<�;2FY�ɳl�fwgg�+>�M�;��~8
����Z@kP�׼aY�
1B���0ْv�+����ܟ�.�Ž�;;Z6vv+dQ8?Ɍ��V;U��M�M�j�+���d@��m%M�IQ����f�V�J@F�J���}o���_�I�(m�e���i�Lq��E>6�Mśy��x��!�~���<�H6�y�jv���r+�l�kB�2�{#�s}%�+�4Vt~��NF�S.�0�^;%�ѫ�=h0�q�v�۬�)���^�'&[�
���lt^�g\��c�+��4��v�g�7�3u/i��*�5���l���>�1wqԮ��:s$�<��p�>��L��~�o���<��殺��0���m�6��;~��Zq��ӂȴN�E�t�}�CݩЭJ&~l��E�5����3�1<m��7\�su��7\�su��7\�su��7\�su��7\�su��7\�su��7\�su��7\�s�sI2\�s%̗2\�s%̗2\�s%̗2\�s$���vg����%s��?&.�u���j`f��"�Y&j�R��Y��A,��<`$%އu��M3K��B�k��v�Z_/6�l~�9�"��ԡ6a�\I��n�� ��i�Fo�BVL��Y��	�8k�#���(���Щ�<_C�����YWhPg���no�\ۛ����	�w(b'������e�"�ٙ[pmE�O�s��Qg
��]K��X�l���4�^��}
w�~|�I�DJ�X�G�
���:��9"<n?3HW���'q�C6s�V���Gx����@��lf���C2RJ�t3���	
��W�ݠMZ ���Y��h卣��iL��3#��ٟ�8�q����Lnm�6�
�KO4�ax��|�i�Lnf!�*y�����/����W��v�~6�����>i���4�����4��ei���T��/ڋ�k��9��NS`���)�$K��d��*�zͨ��[J�9L�u�e�K��t��W�הdh=+g4H�K옾�=�vf���MJf�s)t�����X�C����4�B�
1���I�xKK��������˔�Z�dj��o��}9[|d(幉�HX�D[.n�.K��K��L��w]7M	�R:��TXi�^2�Hꐱ|{3�g�����]��w[���d�����"M���vg�����O��߽��T`��<<��O�rN�&�y��2�e\#�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�)�J�]��]�D�ŴfE��ɹ$�/ ��Z&�6ŏ�=J���N�N�N�N�N�N�N�N��o���}��i6�k��&���k������ `m��cfbh���Mq5��\Mq4�M��i�����\M<Nﻸ�?G�dU��I�Z9@��˒h�~�Mq5��\Mq5��\
O�p�dyg�yW���^U�*��ԃ�^&���k��&���k��&���k��&���I�=�{�k܇�X��^D�+ȚEyH��P?'�CN8���t��&�M���>�[�i|13����&�^G҈tF�b�n�����]&�A��= ���Tz+KE�6��ɴ�	��[¢�ߔZ?M�<b}/�G�4���a�� <E�ٙ�I��wq�gdZOO;?��I�v�w���n��&�^C�+�zAyH�!��="���W���&�^E�k�QyJ&�:U�ͣ4�}����i=<�o*��/Kͳ��M"���W�4��I��t�j���!�c�2�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj�Lj���o�')v�k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��&���k��gi��ޓ�ݟ�?�_�_����	C�1������W����/��I�����/�/�ve���������m�+��v�Ї���wg�����?��@�P��������?��C��|s9H�X��KOJ�3���k	���5�&�#��X�Un��ĝت>W9C��&?&RW��SM
l���BS���V��~�,;�c*;��,�3�G����3i�����j
g��p��g)Y�Y��E��]�N�8��b�b�-\���?�Y�c����R��3��9ޘ2�S+N5��5q��X�E��Ӛ��[�˄KJ�᥋�Z���Œ�b�ag�_��Jُ㚒F՘qn��ҙ"�4p؜\�`�8���M�ҋSW3�f���Mb
��=KV�Ma��d +��O(�ù��R�	&���r��Z=i�+QW�'1��
#/�[�CUZ�&��$8��_��*�;#7��c8G&[Q�qTmj��[�Ж)��*P|���P���Z��x+
z/S˛����Ͱ�v��H ��jK/���|���ҝ�i5^$*U��ME���J;6s�k]�P�Y���F(ͤ���m�+�����:7 ��MV
�o&qiZz�zB��9�:����L��2�du��ڴ�@ܹO,E>��(�F�};V� sŭ1�j8$�j<n��+kL=���6OS��LQj:b�%}�b��z�JJ���q-o�f����dh��[bZn*3	L?���!��>:�>KN^�
�?��	t؜6ueZ�w���p�R�†Q��1C��y��&�ư���ʽ�z(��0f/�&�t w��(��ک���l2��I�g�b��7�:~�KI�̸���8?�L��iȭ�J�g��2����Ig���ɦf�=C�y�+p�r��u+��ֳ��)�m.�b��0
#E��x�n��u�(?�Y������c��CP�nO�r4li��C���CK�&��8cӇ��1l���
�v��8���,Bzr��Vb����0�\�Z�5������g���.{6��i�/�H�P︽C�
p�
��&��6;N��>������� ���i;Ac��
�x��݇!����9����7	�sЇ�:��
�s��1v+i|��u��+NT�X��li���2���X�)"�eg�gGKo-z�4�`����m�+����5�=�V���,]7��<u�� 5�a��*�:���Xê:�(� ��������u��Ri�6������� v[RF\v6ő(�]G�s��\b�f�e�9(*�k�S�_�Λ�2�9s��6�-^�<eJ�X��\�GV5����k��#����?�'�{C�������1�T�E`���?��Z�y�XZ8 ��K���Vqzw����b)cZ�V�H�N��M�0͉���1��j62_�%����%Ku0Xڸ��G[E�kN�E��c��\�i�^V�5���ҿTkM�Ә�Y��������䷡pV�Ml�Ln,��4�#!lm�ONb�=���S�Q��H4�*
�*�3WTkV�ag�_��Jُ��Q��(-��N���<��M���Lj����<�7�#�19+�nZ�B���^�-��;MahX�������$�i�DT$���p#F��B��vggg���@m�;��W��Vz�����ZZ�g��-9%�bi��;W0ۖjٗ#�0��iib)S�Uc���n*i�v��I^zt�V*���z9I�u�G
~��uq�*�z��t�/Zz�qZ{���F�F�]�DE���m�+�������'jݪ�t�"�N�J|�&�V�Aj�n�K�t�'+(Mb���SȶB���c��J�6�)�֏��t�F�h�V�7�o�;ٸ/�>��Oy�9���Ǫ�VH�p�a�-������֩��T�6�81�����P_Bޓ�ݟ�?�_�_����	C�1������W����/��I�����/�/�ve���������m�+��v�Ѕۭ"ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�;;G��n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�vV]�/��%�J5�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�C�m�+�1J�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�e�#����B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B4�Fϻ|�"M��#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�B5Ѝt#]�C��ƺ��k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���i���o��}ߡ�F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F���k��F�~�2��
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+v��ː�B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B���+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��B�
�+��C�we�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!\�r�W!L�B�QK<�'t���e�+.�YwJ˺VZ�S��Z�����ͻ���}I�E��O�O\P�n�G@O���}�n��1P&݌���v)(�;wv�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���e�++�B�!��Tl�q���-�dU�ɍ�I�k�3�ޫ�T-c/�G_�V]Ҳt���e�++p@�Q��"RB%�+.�YwJ˺V]Ҳժ-��v���de���PXб���c��cÈ��Nj{��i3�V��\\�c�߽��a��/v;X�-�Z�ۍ�q9l�1��˽�w}��0]�1�G�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���e�&+5���Z��s�P����e�+.�YwJ˺V]Ҳ�Z��>s�	j]]�+�<���V�~��vnAU�!<Ƚ>��^�\^��O��^���z{q�z}mzi�� ��˧a��>�����Zz�=>���ˌ�=��;���ˌ��ۋ�˛/O./O��<������������������������������������������@Y�>ry~�H��c��Qh+2�8��f輺h�@�Ж#as}e��]<1<�[DKh9���Zs��5~�����uj�X�r�X��^Jw�T��a.گ_Xj��Sj�-�mm�<Z�c����l�-�w�U�`r�D]���@awk��06ޫ���[d�k@di�[d(���natj�"�S�8���Twj��8֪�?t���e�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���e�+.�YwJ˺V]Ҳt���d�k3+Sy:�c�����mja��R�>�����[x�5u�A�����j�E�+)c����H�lJ��j=$٫pX^A�yt}��d�'rsT��r%H%}��괌lԫ3��c�:�\W�U�
�ûc�7��Eb"��biۭ&%j�b�'�O���ڨ�B�5��N�8�C�_�J8��}��[�ݖ�e�-�;�βݝǐ�K}�:����<^`2K���Ĥ�XɝwZ���"wr�X�]��d�*���W�ժ��ݫ��UwZ�.�Yř½p.A�-�n�v[�ݖ�e�-�n�v[�ݖ�e�-�n�v[�ݖ�eJ�4�4񔩄�P�l��)��;�ݖ�e�-�^6(��?����S�>_�3�
��:Ye#o
��m�ַwg�9��^eّcl;n��a1$�wy+�qi{>��ryȚ�ɉh
��g�rJ��X�;�厰��B��|e�؝�L�΋`�:
2�!�񶸿u�����S6��k%�k������b���9q$w{���}���ۺV��Z�*�
[�)�–�B���7S����3�}_�@�;�*U�8���=�i�g�ݖ`}���g��8����xݺ﻽*�$���,�Z�����}���B�'����5x0���+Wٻ�;.�K��g�m�����GH2#�&"�(%����)kU�G7��y��!֨U�Z�J���b�n�=1b�+?��ѰE�����U��-Y��P|0��**����ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�g[:��ζu���l�)�������СϾ�e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��e��l�[-��edXm�7�Cn�/���T�3�6�Hˁ���m��j���}L�|�A���� N%���Fyy�<�ў^h�/4g��3������Fyy�<�Rf͙��9��ʫ�˝��F��?�ڻV�O-���Y���A��j,)A$��u=P�VZ
��E-z����谽��8h��!�w,�1�ʞV��Zj�J�y�c�Χ�`������Fyy�<�ў^h�/4g��3������Fy��H<O�9����e����-Y��P|0��j,g����=e[Oc/��v��o������=��^ر�Nݶ����o[qi�m�/[qm�m�&����[}���c6�ݶcvیM�f1zٌ^��vی^�b���f/m��x���v�o%1�_4g��3������Fyy�<�ў^h�)�jh�)$��	L�?)i��-8����ey�2����,�&7�c�����e;I�ӹ<C�Q�w>ײ�N����.��|��Sʰ��Y�F,�lG}�N�2,
�Ռ�g2��=����!��ռ�������z��be����e_�KھV7foWr�����v���U�"�[(.��u7kW��ݬ�w^��G��Wߌ=���=ǵ�{��Բ��ղ�2����l��g*l��d�YZ�LqgV����Pۼ�_]j��Q���V�Vt���a�
���3�
�,U
zv�5��杹�Z��^���{L�f��;����f���P�}�#��'��c�A|nk�rj�KS鐵��Bq/�K���+~��u�3+f|E�y,dsr�W��u�ZzKQ��FW?��Ӹl�L�ӻ��7����i<�2�95&���r�ձ���c/N�6.�3п��xH2��N�,3}`�G�?����S�>_�3�
��KVX���|P�*�.[A,��p�#�F���2ߥo�)���#���C��	sY.Mx�d
t3y��W0�7�����QA$��F�1��K"�+B$Os~�-�zVR�כ@܅��i7Brk�X���lO�R������o��/9EI�� )��-׺�2=ݞe��4
���,X<�yXd��W�@|�߽��GT`�4V�Qbc�����99�5��c���e(�yl�uv"}*�u���9W����Z�T꽀�~��3�,�)�x���[y�di\'h�ko��Q�����8��1��4�?�F�|��A��lρ�?���(�b��yŅyw�Ob��ZkM��:m5�o���i��)�w�-6�Ob�,��1+�x���N;#
%$m	8;8>�D	�Y#'x#7�Ɋ^;)fy6d���g�������k��>�
�̿��[<�'���P*8)[�5Z	_�-m���3N�ھ���3�҆C3�;D%����$����C5�>:�#	�����ץ���N�Y��ђ� �k*];���`^�Bv/��6�0�3c�6-٣l^2l�����j�S�OM� ���S��7h�iY[�o݃��k	['Y��бB��7�����
=V�j�U��Ŋ�xf"�;�
L^.���|n#Ny1�����G�?����S�>_�3�
�R�Z|��n����x�7%I.J|i�[}��S;�dҲ4W+OZZ�ɏn9(�!����R.9@پn�?~����.)��$�p��h��39�q=����
MO�����r�	�:��&�
s[ֵ��y��h��3�i���j���x�&LN�F;���{��n�H�cpcb3�_
Gh����j�����Ġ�,ԇ�"���O��,Ha{��N�����a�j��ٹ%����FG���ZĐ��J�h��������x̞�ʖ[\CV;�Z�ꊘ�~cN�'(h��F����b=US������<�H�*�W�UTs�
9��;T��T�6kN7l�í��zx��Ze����£��=�Mc�ţ���͙��"�ZA�P��b�hhY�
�%D�'v�U����c:�U��ܘ��Vl����zpO$4��.��2V6��f'C�">,ع\�Y�r6��D�c�Yj���S��I1{���~�D-��W~Q�*VF�09�����n�X�YC�Z/�=E�
��d�B���_���I����\R�ƇL�y���z�MV��������/O��;G����Kv�L<�|�����Ԛ�����І��絗���&J-Dy��6����b,M���NŘkD�M���4?;�޺�f(P�s�N����֚�g���7��r�٩�a���@�4����ꜜ��
��^�g�Y��qz�^�g�Y��qz�^�g�Y��qz�^�g�Y��q7m��zը׮9�=�g��P�[5
��8���B�oZ�.���n�3����Q/Z���P��>��9��^�^���ۨ�}k�K��n۳��Q/Z�.�5{��Y��^�^��$]���ܽr�/\���,��:���u._=P&���Vf�:���̀�-ܽ��K1B�q�RL�*����."���r2/�?��%�?�����E������+0�1��aݖ۞��=q��Gb؂Df���MP�8��V�oM[�հM$��W�����>��0t�L��L�~�&vU���Ӕ��X�%��v3]��,����bGxf��
��&�{X7޵�P�{��܊�
��ݓ{(�bw�m���A�N�:9��t�&�A4m�Q��ze�՜�]����y��,T��d1ra�7jގŬ�����0|t����q�{	�vY.�1�n��h�u�dT�����Rd{;�{#-�6����GJ�;��n>�ؕ�^;�Y�%MN�C�ǧ*����L�x��NR*�
ƚ�<q��ABb�~k��N���d<\��cF�:�w��qt�3&�r�;yR���R�]���ى_ٟ(B$.�g)G��{�(dGa���>HvMy��3��t�&������k��E��x�Bg^���p'g�ݝ��8�c-�8X�gPP����bh�{��G[�.�30����/�U��$�6�2��&wf���I2
��
h�Ys��s;��Flq����}y�Ok6'���z!���)r��K���/h�3��19�(E��XRh�ă,�c���F#�QБ�'����^X��j�j$�����F���Z�JO���O&��P�4:��X�Y3�2�� �4fVuUij�ˑ�F��B��a��%9����#1v��m6x�I���+����!w��+B1���c%�˅غc�fwvf�ZO~��0�3|��<��,S�����'8�n""�kv�m�����Z��N��a��X��+��ֺ6�~HJ?Io�Io�Io�Io��"�I�z)�^�d���%�Iz+�^�dW��%�Ez-�^�d�����d����E?b�%�Iz+�^�d���%{�0k5��V!���?K���]��y�6��岑�s�~Aq?�J�h����V�o^aΏ�Se��:?R��鴖�v$�CV'�:��ܴ��ٶm+����mJ�G�i]J�J�5��C&�Қ��g����G�5_��H�os�z���lN��}\�6��L;?��J}%�[}����2�����u�m�⼙���v�z�y3Pl�����/Su�-%���
N�-#��6s���a
��}��T�Қh�V����R!��[���u��n�[���u��n�[���u��n�[���u��n�[���u��n�[���Ũ+�R˟�e&q�K���.~�6�6���CwH)���߫J�h}=�gy�~yS�EC��_��MV16���nY
5�1�4�Я���L1i3;�zkzK�#>��83�zS�o.�´D�-h�c��Z�>�9n�[Ors���M&ϐӸ6�J,�-�׃F�?v����p�ͺv[-��oe7&�6�����X�̟O(3C�ųD'&#O4L�n�26Z#Hಚz+�m�m;���"�i/v�J͡4���^B�
֛�U�f���������Z��N��a��X��+��c���;�^;�O�0����:�٧��4��f�^l��͚yy�O/6i���<�٧��4��f�^l��͚yy�O/6i���<�٧��4��f�^l��͚yy�O/6i���<�٧��4��f�^l��͚yy�O/6i���<�٧��4��f�^l��͚yd�n2
���ٞ��4�[J�h����[�l�f^�f[2̶ٖe�-�l�f[2ٗ�̶ٖe�-�l�f[2̶ٖe�/e�-�l�f[2ٖ��d�B��/.,���ˋ.,���ˋ.,��ٖ¶�-�l+a[2�V¶Ŗ¶���l�a[
�¶���l+a\Eqe���l�f[
�V²�Jy��xe�<2�y�C���<2�y���^C�/!ᗐ��X`(�qQ۩���i�}�����LѰcg'�)ѡ<�i�|L�Ƕ'�
���a�&����t���^�K���k��?C��e�����wj��B�[ܷf�i��Z�G�'�N��	ٟ��dL��s-\r��9��4���6�]+�i���X�\���G���7�c�4� S��b�3��~�;��l�ŷC�wfu���QD����� �X�ۛ��R6B �
�;���Jq��i�S[�qfZ�Y��-21��bL^�Ai���,=^/�PΔ�6>�[Ua����Zi����r8D��fݭEǍZK�xUU��
J2��N�Bu����Xٙ�fo��Z��N��a��X��+�dDٙ��k�����I+��̹̞I[�Ցu%\�\�\�\�]YVD�3��ʜ�o�VEՑs�s�ud]Y)�9�RUՑ4���2�Ⱥ�&9���eՑud]YVEՑudM,��
Q~�8�ݓ^nɯ7d������(�We꼻3�Зe�9Ȩ��h�MZ3��w�����9��qJr'�	�9o\�C��t1�A'ɍ��Y9�
s�iʳ��k˯5��OW�!�<�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫ^�j�ꖫZW�-E��ԫ8o�]�Y'С�y����ܖ��U�����nn�Kw"�J�0a�011lj�D�c(\�r<�:�%��a�.�b5'Kg����Z�8��2b��<(qy��&�f���j)
GjC<T�	�����^Jdž�8;�Xl�39ˇ��  x]L�.����i��FQA�K����>+5�Q��^����K�A�3��G&q|V�h5N)c�͔��e�)V6��l^�������"�b���ɖ���h���!���3��
7�e���u�CV���#)鼘�[Rf*�cX��f ićiv�)K��\�j�062Q���p��i��LYJ��I��Ɉ�؛B�w�R���;����V�k�-���*��5fr��r�ˀ�z8�TP�����Nӳ��m�3���3��p8��g7,c�6ό"%�L..����FG���<p1�2��E��ù�Y
����G�8H]�6��(R�S(4�"'YH��R�a��:b�\���V��Ʃ���e��v�RjKT�#��ձO E?4䮖�8Q{,��8�7��%����������hѯF�A��-Z���Ӌ��u����WZ�����lS݆H�G?��lk9;͕�Q�Ej�qev�s��
�N�p�I6V���$�Z|c�ƪ����ZBv��V�l�6q�z;�BD��\HI6^�3x�.��@�R ��I�/X���3P��%�Tf�F%B���f�T)@w��y"~�e)GO���a��A��b35��i��K¡�v"7���X�O~ȿ��Y��7S����_��Rk�#�=����.7�aj�v���Q�ّҔ��?�,��)M��4��`l�nE��ú�,Q�np�3����؛�`m�n툱���~��t�[�ț�;|m�
�	8���m�L��ȧ��)G�
rH�Q����*J񑚂�P�h]؋l�無����T�v��_�Պ��VU���ޛj��It/�z?V����_�X��v�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<�I��ԝ<����f�Qի����Y�C�Z*�1|���4�T����h�2�2�Wfg������S�u5��h1r]�U��lDtq4�����
x����FԴmEb=?�l�:	ӿ�����+��δG��V���Vv
<F�ޫ
���й!�*C��O��f�MI"��3���k+��^!q��j�W���=�cR`i�NB|n��,m)��ׂY�i�)��մ�0�A��96z8���b<�cj�2��b�up
�aru1����b>�bL�˒��H11��̽waP�3��
I/�j�t�H-����T�uk!^I��_�bZ�ޫ,
�^�0ѣ^�`���Z����͘nΰ��+Qc���Ta2���r��9u��9��q��:�yR� jU�
J���W�5*��^@ԫ��yR� jU�
J���W�5*��^@ԫ��yR� jU�
J���W�5*��^@ԫ��yR� jU�
J���W�5*��^@ԫ��yR� jU�
J���W�5*��^@ԫ��yR� jU�
J���W�5*��J�qz����n,��_uI�C���8����c~�i���S��;�O36������P����ɮ�c�Ñ�?b�`�؜�ٙ�Vg�v���6؎����F��'�i��~��ۿ[M~�}��������]�ym؛~� &!|����d���/�@d�2jK�U���	�	BQ�Q_�"�B�'���k��>�j��/��?ǹ�EZ��1wy���_N8�C�Z�����?ة[�_>�$5-N<�����o��c��RE,E�O�;9L�u��Z�/�U�S�/�5���&o��Ra��y�rA V���ԃ7G�iK�k����0�Ȭ{nڞ���a�G@2���I��6e��xqB뒲��H�{^��W/l�.����4����n��U�z��rŮn���C^Fw����QV%��h2����vs�ffr�N�4Y(�v���.�lճ�8|��#�A�q�6'=YL�̹&�!n"i��tz�g!qhCOq=+Eǎ�
��eM����$���%���bY�Q�찔�Ԧ瓒�1���������9H玄Eܦ�;<�8���<� �Q�J
5�>c�	e����kKp�篋�A������l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�-�l�f[2̶ٖe�|3��n,��_)����O����Wꕊ�BϢ�w^J�y*e@�b���E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��E��D�/E��E��E��eVq9X.��̭Y'��W���u�����sF�~
�[�G�'��2��S1[p��!3��.n����L���G)@�W����͘�Q�rd��8������sh�[���&E�o}ˣ�k�-�6s7�2P�Z<NQ������F��RE��Q	cv{����ݣ��%X$5b��`�Y��5u�#�O�C�8�3v��s�X-Do�r�{�e.J;��%#�f��E��}�	�+6q��_%p�x�x�&�\H� 4�%!8�ݚ�"?��X��$]܃7� q<V;?��*z���b������5��&*h!��O��Lu�vbs�őY�ێ��Z����dDO	�M>��P���X�Md?���}��4�����V����iL�φ�Z�x����CRgNj�h�j��W�۱b�ӆ��ڢ6��̄M�M�q?d�6X*�]&,�2	�\�>zй��e`Yd�;��J��|�~VL�JQ��dw�3�3�T5Mk��b��b�	{��vL|l���3��[�⚳�)��Zj���q�cEœ�LvFk;��Ӎ�"NKT\��Z �Kn�}�R����H4i�^�'���%n�O��w��[#A_	����)�0F�K��'�*+ű�>�ާ!0�V5Ս4�.�K��ĚX�Z&v�%։u��4���.�M캱2ybeօ
ڤ������;�7z��6F�}��rC��l��G��6of�]�w���fn�Qx�8��)�?abawfeߪ�|�O�*���A Hۇ��i����m|q���o���_�I�;U�q>%N�yFl�x�_���� ���<��ގb	��!��b>L�s.����;�DN�$�E����yb�tb�\J�P�,�+t�����,�;�٤&&mH[(u�@'�H�I"-DE�2�d_�a�G���<#_U�n��9!��'g$f^�2jG)��MD�P���������7yu	K��K�_�G�2��ʍ���.��}ٍ��ݰ��B\�������E����5]7~1����Jc-E=I��9"v�oaaaffff����v�nVe'�N0e+�U^�C"WCR~�3a]J(8<r��d���"�GS�řx"ٲ�N����`�0x���	�o�b0���bY�^T����m��t�x���V����W�Pv�����
����ysR)t���ֻ���u��ҽ��2)Z0"s�T����X�$%ҩpd�De�
���A4�;�ԏ|��$'��/+Ea��o_+X��e"�r�@'��2�����|��Y�d�c�rn8�y\Bh]�1v�՘���st��촍�'�!2ٖj��BҀf��9=���m�v��#����Y�H^Y.ر�'���o]��	�J �7y�Id�c-Ht��&�Y�s{I!���R4b��-�劄��6A�kW��S���rR�&UǦ����R#��1`��"9"���x�v	�����⦷�gg�g]�����n:}�p��l!�]���q�3�9�9wx�3���l�
�r�dG�����?��YO�6�,g���C����8��[�[�[�[�[�[�W�S�/��7��Se1��
����*�������x��<k}�[�-�^+�O��'��W��W��W��W��Sd��%Ax�=6K�o��%�M���n�U��v���}��#Ex��+�(���#E��#Ex��x��Td)�ۿ�]���)�x�Lk/ƨ�4$&V����v���{�Q�c�
R�+�:���En�����#��y˃���?���(��31,m�Jݾ�����b��ֻ18?�A�dW�vbʃ��w�}/�(b��b��I({�Od�K�՘ɫI����p;�����$1d����ݦ�B�;5�DC0�c�u#�Nfð�<�柧	��9:N���Yfܒ�{i����P6gl�u!�6 &��)�|V��q��X�ٷ��֕K�9�f)Ş�H �\k�i¶��*<��˹��8��'Ae�{.��ޙ
��vk�Ϻ����~�t�}�Okw�<����m�w��ٯ�f�L�sV���J�)�Ie�Q�ɳ���I��V���-�w��癒�Rw�#D��z��d����ű��M^8�����Dr��܁�g�X�ptYU�'�G�����R9���K7)G�˲lX�!�
e�h�i/������&Z>@�9
�vec���cO-)b�)�J�;Rk���IfC�B�س1=[R�Ǚs?�T�,������
��Q�g����vn�h��Xu��i�mG�hNe�ՙIo�OGW���D�*���F�\�ڷdd�֬M&pevf��˴%�����&tc��3�xc}��f<a�<A�|)��A�8�c|+��B
x�� '�W����.Kf�&H�hL��&��u8�<��\�K�Is�.y%�$��R[sf�.b-��=�6�u�������-m!6�Ȑ�B�3^!}x�Ax����d/��y5��{w�`�d������{!�c%nP����O��%��]�f�u���N�7f|��׈d�W/��{��޼���߯��}w��G۹&J�X�ԝY���v������l���5N���֝�x�Nl,�;:�V�&V�;��ޏm���1���Ex ���_q����kv�}���<���/L�疠�[/n8��x[b���m�͌��7�K-���g��D/�F��G�(���,�Y'��w$���sk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9����myG6���^Qͯ(�הsk�9��p9~l������]Og��b.{���(��59F������Ps'6U���u���1�.���l[���X��4��[/�y��J�߫�7��ݜ���G/P�.K�~ܤ�u���{r���m(�����<��S�ܗ�m����e�ӻ��JJͣ��;Y��%t��m��i �D'i��d��p"�(��3
�3V:�Sg�x;&R(;̘��+�31֖2��V_�k����d��D�B�c���N1�w}�6��ߠ�,����;�㊔�vT���k_�	u�펍6:%
A������db��zٶ���,�׎��0�2�ˊz�ۍ��r9�x�_-^�*�R��������ꌴ�swr�.���"$��Pt���f#%��g��1>_PU��<e,�`� �doEO��rS	&L��[�!�M%|�ĕ�d{5޲l��Qw���D�r���Yh)�Ϟw��{w����	;|�`o��&�6���j2H����1�{]�#��;���
,�.�:�8�qvC`�d	�Y瑌}���G){#��ԅȝ:�2L'읓��e�E�'i��nS&��&5'�FCL���j�V��f��F��G�;;����+���{�e���K5{B-{3\�΄q�1�#�RmJ��N�Le�d��ۀI��XF���֓z�+�;��9��MTba�u�KLc|V>Z�\&�A�"���W���h�V�������������mn��gT��Q�T����k?����i-NB��������uw6�Ɲb���1>�Ñ���#<��d���f��N�zjA��ZDo3�<�����99�AŴ�i;�,�Fo�T�P�J�ϓ{pu�G���K�.[�śt[3��u��"\�aFc�ئ��XmW���\P�:�QB14�Z���~���]��!�����P��x����9
��ѹ91Y���֘�a#�0K߂܄�~��,K�s�3��.̩�:�����K>���p�b�b�*$�V5��~t�)���fl<C�D[���q'ha�0|�;"X�Nq�8�z���>�ْ�Of�0�ˋ7�4�9rӄGu�l�����鹂1�O��X͎�>IbjPX��.��V?㭌�T|�ri�H�b��zg)�.�v��gq
n' fu�v[:vu�ӊ���8jGawmE�峖��������>y��j=�8f�^�3���۷�u��N�ОKֈp� ;��x
5��6f�7ύ��Z�I�i�,�Fۨ�Lc��T'Wca�m�ɥu�t�	�]��t��8��t�m������3-��vj�$��t��%�r3ɸ�6�4�0N��Py�Pce�>,]`�9�����d�0h�Mf�;�x^j�"#p\���g�0��T)FFsǎ�����b--��3�Y�N�
E�W�Ը&y'�N(*��ga�u�3s�djZԵE��YZ��O�?�?L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�y����2�Ifg�����4����ӵq�9#6m��D[;�>��6ib�I��`hŷl�u �f�dU�'P�衜�2�(��c�nHN_�E��Ci�n�uė\	q$"L���(:�����RJ7���C ����������ߑ?�
�
V���RJ��GTd)'7q7��;��F�8B�ϓpiX�EE��4��'�bx��Y
�lT�n-���R�r���0��r\�m�{��j��{������)X�U!:s#9((�.������jZ�'w������t���Fw���׆ջ8Ly�6����<-f�ӕ���>%ᚘW�-���"�OM� �sD�-y{�Vbk�R���W��V�d��-v:a�-!������J7����I��^�J�Z��x��['b[~I��ιx�$;�:�2b��a�<�*�s�w��Q�)Y�~��OOU�-[��v�ǻ=[�qd�}��H�ެV#iS��ؘ�L�X����`���ݬ_���5�o���_�2JO��6@o��ۛgzz~Y�B�ۈL.�^����
������U@�[*�D����Bc�> �񖴀�?�g�km<�w��߼J�"QI�0*��i�V�2�%Ҏ6 �)3<�t̃��2�Ezm+S�5ˊ�]���
���W�~EQ�F�Nñ�l���;�ZFQ׀�\����<NX�c��G6�-���9���)�f�vI,����UPQ~"�Y'��?��
�h�h��VCb
�5��;P�q�]�u�)�ǓY��7�� sO~w��r�)8���i��������hC"t���rLt�U���d�-��l%�r�~�
��p�PV��`eHc��J�4��!}���m$&/�����3��Ӓ�V(���k:l2�a�^�a�1�UW�=!��1��'{��JB�hZ�G]��F�X�������a�R��������-�n+q\���3Y�5sq��n�v[���i>��qD�j��,�0����i*�zÄ�p��ba2מx��`
�q!G��Ɋr�o=�&��FEB���3�y���}�	g��=�v��������D٪D��o��4HACVY�`���)c�_I�aݴ���U,E�`�ZV:����&R�~Y<U,�~��4��{Mۈ�-�~k�x�*�<�㊶���#F*l���pة~<[Ijl^����46��*����$���3�-3K^�1�i�sݻH�ѣq�!�X2ӓ�Q�]'\p\N"�3fdY�ۍ��0�8^{@-��ܹn*�R��>����-fW���>��b���G��q��H�8�!-٪�x����^n8��d�r�;��7����������-w�_$��5��	e&`�����䩆�Y�a������Rl*�N��� p{�R8���Fm�F3�p�e��<���2�N
�e���c��zĴc;f'\��J"Mh�N�؄M��q(����=@{S�#�5�'m�������V�o��a�s��8��K���ӿNR3�7+�;(�a>��sO+H��!ş%T-��lb� k�7(��K�
����'zh@��}�;�z
?�U��$������$�c��b!�λ�\���k����x��VG��F&�Wgo��B��]��"p���3�����j/��Z
f&&<`���r,3<���1����Ҧ�W�愘Y�C��� Fρ�=	IJARYq�x2,;��:]�J4�X�`�����>!�S�M�z-�1��Y<�ѭPC���1V��ͤ�9��DA������sM��^m�ү0u��l�Q4T��6FArѲ�Ƭ�4'?{h��p����w�q��e��J��'��=%�S��L&������>�p�08hk&.M6�8����J;Q��Ǡ�!r|^�;-XFL<d ���-J�����6��f�{Ց�
�K�[I5����F�J�~^��ϧ�As-:��t���K?����./���
ꑳT�kv�9:���ٛLc��^�rw^/K��u%�cV*�n'e�d�=9{2٫���;���kw�ZY��7���G^�/x*PEݙ��4�3�=��܈d,�NT���i`-��'=#
ʹF��R�C(r���i�C��@|5�m6���b�Yg㌭<3�13�̝��콝;
v���WE��̫��xܕ�==|m� �������|�ͦ�I�h<;��Dd�Y��4tY�[��V��q�2�Z{?���3cl:�J-r�)$w�}��e�������-u�c$�)O4�ƞwg��(�f��4m�� �3l.7�����'Q��i�ݾ'o�{�Aq�
�qfeN'm��-�3?�&}���ȶvF����1�&~��Z߀�P9M�a�<�i\�Ŧ&nL�!���]�#��vM�ӻ7��ZnNN3njœj�%6NX��=�/���2�[d/�v�{�(w�fwF1}�Ff�M��7s�N�	�Q�Q��k��>���Sυx8�D�n��kkeoVI��:�i�2�����XY7m�ղ�5s�5�M��&����b�g:�*>�l���v�k�.D�6������M�Gڅ�}�^]�����}z�}zˑ^�^^�^^��^��^��^��^��X��nZ�Z�^��m��Y��W���l���V�sx�R�{�ݨ�w��>�n�n?�M�����S���W�+ջ�I��9��X��4��CQ3��3�8�Z�p��Zջ#�^$[0���^YY�᧒^C���ܢ޾�ٍ��2�F���"���&",��t%�>'#�7X�>G���kߏ��kr�I�O�؟z��{C0f�ݵ�m�-�s_��9�X�L��J�/R@NQ>��7�-?��ߧ����yyc<���^Yί,痖s�����l��qy[8���G�2rh�t+�Y�����qG��1���7X���F�r���lFE��a�q����r���Zq��1gl�"�ai4vI�q}'�o�S/H�h���{����g����͞�sp��ظ���ډ0ԉk_�s&�T��fY�� �1T�s3B�cbx�ř�M�N�o
�.ˣ"���٭Yf�u=�\���gof+p�ت��l���켼p�D�b�8�Y9Dd�4�G����<u�+�d�����G��s�z�
��M<s��5�ԎWr��~@)�갶c���E�E�@W@WD�+B�-�7Wʜ�C��AzYTtr|��LvK��6+8��78ƴ��yxJg���ݢ]�$ �7�� ,��$��w�	��iOݟ�����Z�1|�Mq�f���E�g@��d
�{��'��qe,}Hdf��珐��[�:(�]�<](�B��U���j�����_t����V�9��3���-�k���
��q�y�w�&V��F7���wfۯ���>2�~�8�L;��q�����˔v��ܻə3��}�d.�,�R����,�\A��ċ#��o�n�K<��˻3)�hI�33l�vZ�V9F�U��$����[ۡCSm�yG���I�+S�rX�z�1�2��S	@̳�ܥC̠Ro�v(X�t�(�m�p&���
��gSUS�G[�0�x��_��#�=he���읾���|Dč^R��!�w�_�l�pۛ�Na(@,��{�D�•�i�)�dq��.��5"����
H��k�!,��6�HE@��g P~8S���4�s��(�Iz K=�f
o��p�M-�8j���"�>�A,�fF{L�Ś���Z3i֊r0��Sg~#i�����{�5�cc�LLN���L<�5l�bw��HoOY�z�@�h�#&���j����FߔR�#n,���m�5�kh�������h�1��v'�)�ܔs�14�&.ef���뽣w�$R8D�� &�t�A�Ng�z�H��ZR�[�9�N�<�s�Ty|���<�U��l>��7�WT	��kY���ɘ*1+@�1h������i�=+;M�	`0��g���&��)��ڭ��}�n�]�C<y\1d.��aʌGR\�@���O���=O\��S_��h���M
�k^�7Pڄ�(�6,�	Lj����u"�r6F�T,Iԯ�"vx�R�9�M�2X+yL݋r��TKg�q���ҋvN�O�e������B�8S�
x�O+�m���� �e��v�:ad�.�������Z���W����B`��	3��wv}�]�l�(	��1��I��e�x"#�n�>ͺ��J��?q�,eG?�����˩��c�tG�Q��Y�7�)	�u�����u�wS�[��lH\a���@�Ò��]��Ba�ٝ������نsfOd���I٢'Q�v���o��n���~D�GwgDO����o�
ւ�U�Q~�Y'��?��Q��c͚i6܇�|���afgq�54�W��&c|���%���
*���\���٣�'(Y���wR����"��}�$ϻ2rR3:�&Q��O�ri�MYs8�L�10���fwO��;|0Ӵ{$On�M+:�����ݞi1���x��`n�3���ۧ>;nr���o�۰�v�wpF���o4�w������-�r&7��q�l���y,��u�vy�2�C���WLm�gzw��r��h������J��93�g�W��ƭ��Q7CP;�~�X%9�S�i��m�S	��(��&NNα�|ȳ�б��I��%y�;�lޜ�����*ԒP��G'�9T��d9,�Ѱ`r��ɴm"iQ1�k���XA�����9"乧%��)1�X�V�q�S�D"�Y`�f���#�K�Z#���sLr�V�T�-�x�96���B��-~�e �5�6\�T_�<�*CQT!���%b�Y3y�&�!V�6�Y9��CL��6����Lư��^s9�Yj%njx<`�X��16F܅�j�i34�ִ@��c^	$�Xs���b��[�X}��B;G>V9��r���ؒ.���NSIhk��\�y�<�ػ'��PЖ|�L�|PV'u�����C��#-;�e�p�YJU�؁��i�	��&��b�u�u�pN/�}�h��?���M��j�Ngg��^�=�S�y�(+�;dMi;��2���n\!��K*��k�'tW�bꕻҹu���@[�,:� �g�g���7�<���U��7�aj��q��:m�F�&��I��[����F�˒ݘ��^&�98��I�-���&��'V�����T"{���F1���|������_e,���7����ff�}��^ǐU2��#����x�G-�=�\�<��Ǖ���!�{�
g�c��+�w�%�x=���&p��	d�[x٣9IQ;	�����t/�3'wgN������H�'/tE��v�u#� o��@*Ǩ��
��d�@x�~ҥ`�QW��#9[��k���f�}S�pb�L����򁔷Ξu��̭ǜӀ�5���$|M^,�%y�x[\J�-_O��ʹ�ّN9	U�a �2��=�����=��;#��ZΟ���S��:����P�V	��'v\��$�DOpqVBQ��b��r��֨��~��8d���cm��Y?�vr�st�w�������o��ω�F���F'�5�m��C�f��lY(�=0��gTڼ�s�0D<+�jIav8�,�K�Q+��j׳n���b��V�T�����Q�*�F���H��C}P��fj��^��ܹgu	ޖq,K�� ��Hgq�L���AZ��b欆ٳWҗ#����ɝ�Vt�9�)Z��#�H����E�]E�bg�^WЬP
��I�	.��/�i�rHR;�	�ΌAa���G��B"*�nΣḎEX�w�4����]��ʼn��=2�I���.Ϯ��'��-@ul�N�Fȅ�oR���XkP�73����2��{��j3Ԏ�(�Urz�����t�n+%���%����d�1Z��xrՎP��y�U�kO-P�
\R�q�p�D���0�!�ܯ_Aб��sE��ު����1��u�
�v�Iə�[�i�г㰸��Dc@#���[�8�0���T^>,�y��$�&넎�dN2'c[�Ю�5|�L�Ez��0�?#f�5|������Sq(3y6��Ig�j
�;[�f����~$�����9��_�����l:���]����(�<J��U��7�aj�o��"�D�ܹ(Y�E�n,;2�7�����#���3�1:�b`��pl,ʦ.
�5�z��vu�$�Q�K�7!�T nLۋ��œLtvY�vx��܇gݹ��C�苓�\N��R`(�����;��M�Zr�R9<X<lҴMcJՁ�d���ܝ��^���DZ<����EݜY�\��h���B��`�;/�g��f�l��[��ޘdv_}��/�����Ҽ�� ����~��I�%ȹ��I��l�ҽ�^�g*�0�E���$�����+�Z��Q��P_�<FsFd�����=H�q�[62�ϴ2������j�Se�X�kO|���%Y ��+3t��I�t�Aois��E��2bed�Vw�6�\�5i���<Bj����f�"vG�Z|Xp�
�ܷ�9@�kU����zM֣hA��c.=I���k���Lu����8I��E2���_�=٦��R}��'�4�w�������A@ߠV66($u�Ɖ�7����M���.s<�i�ՙ܆x�S/w�4o�q��}쒸_��3�	T�Ӻ�c�3f�|��C�rV-U �T䧬�������R4���8*7U�db���1diFrr�Jz�rG�������r����n��O�Ҷ�dž�f�J+�)���-���%Qܷ�
K��^!QZ�R�� Ԙ�R&�b38�9ޞchWy�ϻw��U4s�,�
"�
Y:�(�4���J1����d��H���;:�]7��kY�E]�����0�C�3�h��-U���-K#G��1�oq��\�Us�L5#�Z�x��I1��
�F'	�b�0Q�3�r���ؗp�ѓ��Gb�Y�����!�	��֡@[�C ����8�%Q�
�Sݝ�F������hdc�����뛲V��0�y:��S�M��~���N}�gZ���cL�e�f�3����'}�~��)�Q.B�9o�5;m\�v��-=�v�w��E��<LG���3��CY��n�?��s���BP�r���d�l]�Y���&c!;?'3�C[�c~����]B_��1n,�2p7M$NKr���Q�ݝ��a�������Lű�F�8��q�̲��X�O��(�g��QVcV�k�3��Hd��)9���
���\wi$�GawX6m򎥞A�;\�G�N�Cfd��Fk8�F���W��x ���J+�5dD��-_e��dg�znqɳ�$�pU7��/��Ԡd,7eCc������J�:�H���%�9-��ʍ7ٕ��$������m�5���9��l��0c,x�z�M��);������J��ɀ��9jX��8╥`�	5��q�@0E]��d���y=���"7�7Pc�mzG)\Jr���YX�YoZbp-��blη�;'fPHqi���.�@n�Vq��o-��Fa��{s0�%13�e'%N�ڷ�O�	̦!b#��yxb��d)Ŕ3K	�eY��1w���/��՟��
7���;t
jrށ�?���7{��Ћ݈�S�3&�LU�2c7�d_l��G-Z��2�;K�Z�Y-�U����Q�����9�Y�C3�ⴼqT����7�ԻW�*�;29agj䠓h���L���;Т��E��T"f��"&�m�n�Q�a�a%;iɺ��}��a����.�l����Y��j@�I,�#=E�SUdc����}l���x�e
����>n�m�ݢ�1^H����I!7�&f�t�e���JTءh��HA��qCl�#�+��c ��KDDg�iM��%�#w�Y�r���l9͎}�B��92am�@�&.��w��3l���Ӕ,	6ͮhI
�=3U��$m3H�Q�[�RA>��gm�P3�M��Q���2�r��n	��n�H�3dTN��{<P��HeZ�ߝ#eBr�Wz��1�V&��J����,^v�;1Y3u�%�t�{��y�w�Z
f<ɫaƱ�uBY(1+d}�����^.��*�C�C�(�1�;��L8������ѳ;��6n+�
o����Z��W]�و�m��n�^�����n��r��G
�r�m��.&�lc�az����jyv�*:����LH�rPJ�33��H�d�i�	��u!�:���rdck�"���"��uY�Cz�i]��p&)F�Y��޹3���<�,>��ge��9j0&���i�]b��;X�,�G-r?wE'&�n���(D��~��� �dnH�<m��7�r\�%�-�ě����}��A���6o#2.���IV���f܇#�ljG9�V����Y��sסh���+����<G0m5��+q��� �+I�`5?��(�(�69[m���@Ci�6J<=���6�Qr�T�f���Q6(XS�.;'[ �7}W�,�.5��J<�h^9��\���{"Q�4s�"ݪG|YȞ�����_�O�3Z����iK���.�?�ȟ�4��CV�)eqv��	�DlTdX�k����]wW-�^&��Wy�����J�1K��Y��r6��J&�#�a�Y
�Y&hU-�OjD
ɴ����a+i�uB�ښ�ѝ�*Qu�Ў/�V����?螛����4 8�2�~��ݙ��,M��W��[��O�P�Ͱ�+{0�m��	?�xH�H����ӌ�#W*X���vM�<d�I�7s�Ե�1�})}��/���,t�[�fI�𱁐���q��7��ݷf^ɶft%�'w�P�<L�^�݌��ҽ�Y�>�g��a���%��g.o*C���j����ȱ�3R�kl�阗"\�c��I�d��7�ō�+��``ُV�{" ��"�S�dN�	��إX��FZ��1����2�NQ
�K~�>�J��Yr���H�7a���xI'<t.�8���G��7�KZ��D�T�s�[u��p$�ݮH�1F$���'d����8Hٝ�R�1��y����&�X�KO�Ǧ0���8���?;��B6,l�/���(`sߔu�ͅPm�W�߽�����N��:�[�f��K����v[39n�88�pQ?JG�O�vI��9�;+��8يC&+�K�;��b*Gg�C/م��tjB�t����i���ŗ�.�{�����C�i�D��Hk\'�՞C��)��lp�@QךW7	 �7v&�q]�O(j����5�aݠ	Ķ2�y�j�1�ɍ񳰾Z$�]��`�˷�e�ݔr�%�c]��I�̭Y'��?�������g��.�Q�A�0'��znapb��-��Z8z��p��a^|�(�j�jGXH�k05���؍G���)�΍�ްGbP&y�N�!��m�W1�5�خ�(��5�MR�)f~��1<��g�fmE��28�ꨃ���쉙{��~�n���<u:QT�K9/m�L�	��1ןz�O20
�O�ŴV��j�pQ�	�U`�F�cQ��Y�y�Y�`��\oa��I���rmUvCퟑ?�i�������G�K�f���JFTK���e�b����"���;a�ߛdE�K'3��Y	�MjRg�~d۩��vT��To�.3P�v�T���dΕ�`SeqV{�0A��%����xf�$f2C�{;	Go>�`���l��;L�9��/&��-7r�&���
M�o��1�>�&:=�>�dz{Q�պn4�	�b�88S}�Aͭ99;m�����AnpO :��#�ǑܻQ�����(����ZB����x��4��lܶ�o��l$[=��]0xm���&.�XyC­�C�䯩�L_9�����Ȟ�Y���N�Z�r�!���坙wuݿ�����H_!L%�bT+�h�@��86��*Ύ�N�H'��T{��� Z���S�V7��ڟ�����Vܲ�a�klm��꼬{o�56������7�Wc�a��c�㥭.�
��R-��	b:�<3�<��4%�B���.��#ِ�;2���
�*L��qv�!}��Ӻvne��y'�!�vU�ut��ֲ���\�>v>�J후Y�yȞ>L9�XgϷ����y��";c,�����?�S�Z݆��T���7�aj�f�^f� n�����f1}�x�ݶ�����w\�3��O}،�\���������i�97oyݝ��
�l����vO���uw�x��wm����Ȥgݜ���l�����k}�\O^�J�򎥹轇��A%���u͡����L0@�|�:��:Ib�5��r�r7wR��7hL���mSI9��LjY���b΢�H͜\�wqi��lE5��7g�'-�a(�v2��2fA07k_��&�2��d�@x�~�ex��@:z�p�at�V�p�SK��ԊX0�R��<���
�O�LVQ�l5�{&.�u�G��%.F���-P^��A)x��ۻ�
��da�^��ye�X���M6j	�`�4�&�1Z�<�
\eqVpZX%ap�Fh!�{�l�3ǁ�-1����j;�jYNa���w	����Q;6��MKN���i���~�S��π��H��ةI�,��J��K!�wx�R�"�yZ�Д�'	�=����+�%2fra��yyL��4��CX{i̒�#nY(b��j�Nw�sیa�������BST8���-�H��"9A�ʿNW(�Q��'%!{#��^
<�1�Q`51}�)�_�p��^�5���#��D�]s�h]����XqY��^�T�Y⒡چȀ���4��bo5��^;7�siJi�nzk"�BY�C�;rOm�B�[�9����pQYl��͍��3o옷Yss��ӖyF�8��1���@���;6��N�*<�AQ���Aݏ0A"�o<� ���
h�{�������sf6XۅJ�Ks���2�-2�Y�n�9���3��X�w��xk�w��l4�Zܿ��'��;&j�=��0b7}�� j��I�����J�݈b�$�X����ӏa�b�Չ!ᴱ��O�~f��3�ڗ� cFy�#������S�g|E֖g�0�`�>ӈ�$:h
�|�^:�"��v�1!�	�$c�8��F�y�����B�TD�F%��}�3��!�e�p]����+���l��q�5�MC���]h���]�}\,x̡6b���%�i�ۼ$L�j�8m�.�nn72����f��2/8�s8������������RB\α�`OC�:�C���{��I�t��>I�ø9G�x���L��bx>փ�F��u�>���V�T��|�-fPJ�����Wh�X�,<���U���/vN6@��3�olC�`m�N������'?g!ou<���-��$�ٱ$Y�5�^�ؕ�	NI�3�&�٭Z	�I$e1ϐ�Ӿ���p���<��!�I!4Ճ)M�ܝ���z�,�h�Tj�Bv!vv�
y�&����Fl a<�.-��ɨ��tc�p��kP�H�ˏ��PS���$�[� ��
�+_�I�����f�c��N� ������"��v�`q�W�*�6;�NĠ�>*��lFǜ��
��.Iy�X&h���Ž�7wݤg�g�`��6̑��Z��e%y�y��'��䡒��ug)6�"t n.�]��mĉsD��|����j�0�d�2�J�as|-�"=�8���~Ly"!U�oe��{q��Ys�%�	�$�a��"�M�kUh�ݻ2cl��w������MG_+Zi%�����(^|]�|,7��!�,��v1qG�!� s11p�"��#�����2q3�����J�L R6� |F�s�fu<1�)�>
�nx�(�lt���$W�;�+���1҈Y�b�ɆҢ�O�+�4���L���d��O��c�'6}9T`E��;��cpbl�Ar!
x�����_-Fձ/�Al�1
y��b��E)�Uq>�W.-�<�$��Y�\`�x�1$m1AON`����WU�i턦<>�����#OJ�w9$�r�����d&uk�@�ޠ�%��3F������Tf���%����؉�Ձ��V�0�6j�3k��1�������݉����$ɧ7vW�ػz�q�� `
$��I�������#��b������5��f;- c�݈�
3�l��O
�k�s�� �k2i���Z6�JGԒW9E`���[��\1�Ya(�V���v���0�H���"�>�2��7�3�"]����}��F�\��d��H�N���O��S�Z�8�y�Zj���r�i���v}��u�bnl9.����q�ћ|�9g.4���z^�^�q�}o���;��3������}��aop��;�>#�a�W��F��!}���1(�����a8f��fi`EŝN�l�W><���ٓ�`��!�ѻ����#�9}�����Ffwy]���ّ��{�c�~�D�0>�O�	>6���)rf����W��v�q�8�4�+E
(93�"r�X�]����j��~'%q�1M��n��W1m΍6>"���L�lE�0!g~�j���mr�}��w�)l�i���j��sXc�!
o�+_�I�����K&N���o��Lj@g�ڄ}�=?�c��z<n���3�̳��\�߫>ՠ�_Je䑙�����ԑ}ز���s��l�2����9�ffl}��,&ݑ`sC�t�fW^Uʰn�Kf�ُJf����ܘM�K�z�s��ɯ/�9l�[̧�Y��,��������~��<�~��ybow�e�ϗo?�M1�q�/�2�&�ٗ�h��w�3���83<:O ���ȃ{G����96~���*������
i�g(��h����?��+��\u�ݳ���O�A�f"~{:���1��>x�IF�3
O�swV�m��L����������=>-�e�a�,�s4�8�k�z5z�>V���%{'���!��Z��Z�)�4�w?����sxi#�ÿ��GlL;�jK;�m!_��<Q�}�`����)�q�)�H�J�l�#[�E,�
'�
�����K.�<n�q����پ�.�w����I*Y�N�|4n�9�� FFR�9:'m����C���:�
�[h�4e%h��L�H!�'��Z�'jL�\�@�j�����>8�f��~|u�%fv^+00�Z�i̕�c{9	#7���f�y��H��<���γ��~��V#,�-A��O,��˜�#�\}���������d:mV��׷,1eg�!��*�8�K�)p3X�ԡ��՚S��s���O�nT5W�;���������lL�u^6��=��Z1&�]�|���ƞ(�W��t��U�4q��#j�q�3rw�_��fG�kB�M��_q�^K��.t����-b��s"�l �o$��tD@�l�	��dkX^��x�	8�%��P����ylc�ߦ�Pqc*��1�jŜlE�k�Z��
�%(G!�1�~#v��E[%V8�X���n��zvB�C�(��y��ij�W#r�[�Z�dq�ٲ�Ԙ��'&�g���v��6|��r�P�9N1y�ۍ�b�O=���[�ϴ��A�z���-rY�vxKQ�Y�uNaܙ�˔�K�^I�nB�ݯ\��1Y�`"t�z�o�~�C4!��|x�Z��Ȳ]�i�X�R�0���'5�a|�~̭Y'��?�[�w�6��5�g�r�h���k��O����	H[Fֶq��Y���N-�b8����9S�	
��Tɱf�)I�rݙA�L��e�C�q�<Luە}A��#��b5r�ٚ7�G����I��J~C�N�8���")�7�ۜw�-��,��4SD[�����w�10��E!���"2D
^��}:���/P}�xݕ�؀����獙���K���.T��=�b�O0�Ǡ�Q��.����鮛^��}dz�:!Ž=ӑ���=��۷�0�>��иP�I���v&�x/qb��M�n���a!`H���	��?�0����w�t6�f}�qqs��N����杌H��`���O��G��m�}	�rdݞ�痚
�rA�qA��Kï&b}�Fb��p�tv!y?���^Oĩ4Fm�Ǣ��yCͻ�;���v^K�"�x�����E�0�>�}��n��g�W�zezg�S�i�Y�L����L3{�f�m�d��6qm�⼏�O�1��0��՟�u��֢�A]v�&ڊ�i���|�2O��LKNdw�;��B1������T�
��V�aZ.�T��o&�9Fdz4﩯oBsX̝S�5��b֙xJ:�8���k,�ş��f	���
9@������y�8���g����lJ:M��<W�Q�b̹�l�2reɐ���7z�RY�.�ٶ�>i��~����_�~��Ӌ�ؗ�_�~����[>����7S����3�}_����Z�fә&lX�v�l;sb�LLO
M��#���%�^�O+s/vx�}Ә�9[m������\r ���J}��K�f_f���3;�bvu���ޖRe!�l>�.i�932��֑���]��#�C)k�gY\��^��>o&%�ji
�97񘣚9��ٗR7��L��qv�;Y�"�-[�s��fϥ��r���~�a6��;T��ؑ�����2��4�A
�X�c�����Z�9;���@�OԐ�s\������Z��O�?�>����_|���S�I���w�Ŝ]�'#��k]	VA��,ѕ�#�(
6�++(�^A:9|te���"�J��+lڕ�ϧ��Y� ���1�cwu���qҼJο�!;C��]�������$|%�Le{�@O�DZޕ��=�n���/x�}�1�}�vm�{�X��B���*�D�-��}5%�����{M�n�û�����x-��n��T��b�[j��ȜX�C(nﶀ�,{?�i���~���,�����g�A��u����WZ�B�9����fez[�^�f�γ�e��^�u����v�����6��#I%m���{���'�r�'�|�*����7r�B�+�q��Qve�X�<�e��PD ݒ�N"��6$]�f���I�=��.ʯD���F�zq�o��boq��(�8˻�M��ӌ���,������*�8�/M���|���0�7̭�28l�ٝ6O���Xe�Xe�Xe�Xe�Xe�Xe�Xu�Xu�Xe�Xu�Xe_;;ֵV�;����qe?���?��߽��E�M�Tv��9�Q��^!dx'�jID���9L<�N[�O��6_��v��ӻ��l��ǐ�e���3��ɶf-�J���It�˳�F�K�����wgO��;����y�k�e9��D��ó3������6qb�?/��5
��E�V�#&q
kc�	�N��ό��6�:(��������i�Q,�U����u-�3݇(�
� ��;H�8�dM��ȓ��湲�˛->[�k��YZ��O�?�>�o���Q��Hޭ����\oU�J�qZ���rj��3��;
����$���g�,vC!��f��2oi��K$��"�I^�������083
�O�[��F̳��msy��,����A���C��Q���4�Ҷ�Q�ؙ��U$�e		,�5޾����`]�i���ǘ��K�q�3+4�7}�`g"����&?|Mj��)u��w�Ұ�P�$�$��B���o��3e�O��_�?�߻Ч��fib�n�F|�:� �]��<�S�{�ݾ��ȳwg��՟�u��֢�A]���x��Z(rt��P�+G�>J����U?��j����!���)&�Pof�j?�2T���N��,�'�Qۯ+�B����.`�����ƺ�����.�h�Ӆ��2��O��;lϙƨ/R��"Z���9A�uw뫿]]���W����߮��uw���]]���Jif����qe?���?��߽���F�Ԍ�����ݐ����ݓ��zW�O�F
zQ�^��ץ�D���?�vY�q�ϲ>_p��"�;�`W�� �^���I��/���z5������5��z;���Z{gu�ޝ^��Վ���b�kFs2M���6�SD�EtR�[F/E�b�cE�E�b.ŴR�[E�F4b�t�/I�ٖ���0?cZ1�޷dZF��,M�pK��5�\"�.
y'�C�6�>��3"иFE�p��CaY��CaT�ؚ���+_�I�����a��~z��2e�E(����٠��Z��i��j�^���e%R�x���W����Ԑ��lG�j�Z�q��ة�p1w��䊼Q�8�,t�L�V6�]E�	�Y�8D��3���K���ڣǚ��ڑ���,,m`9����'U��2�M���6L�qIܝ�9
����Y0���30re�9��Wsd�XD�E�ߔ���q��m�we^Ե����33:��n�!6ʙ������7����"	��a��jG��K�:d�#o_�0��jH̵!�\��y*ES>��w���/���ϰ?R=���	�T��ё�C?-ve=D/(��?��f����%�?�����E�������dtpL.�\,��MZ� ��}�e�VO�Nr����$��`�a	')Ṁ��)�EjU���ٹZ}�u��n듧�e�'Y[����`1�J�FH6u���l�Pdf���oQdr���N�{4�x	�L��.
��I���Z�VW�>��v�cn,��)�������������d�@x�~�]�'@VP�V5��V�Ѵ��p�1���\�<��Ov�;�\�6�v�����V��j<K�1�:7N�qDS�|i��U�D
�.�d������r��܄�%v�4r���n`+K��f=��F ����������5�aV&?gD�!fE�r����Bb$2}�<� x�ݑ��ó00���v!�D�4m#W���
�-f!���?6'���/��o݃�p�;�&\�ro�$Q��e�|we�-�n�X#���dY����	j��:���Qc?���-�l�������%���p��߃ m��`m������|�L��'
7�\�x�Xj�H�4m����Y�[vi]��b�V~�y���G,��b�ٛ��Mf��6���\4��;-�z䴱7,őי��I^Y��=@7�:��h���o�x�)(�ٮ�;�څk��Y_�OM��ԣ��-9'Qi+R߫Q��W%+ρ����2g�kt������/����p_g]��ۮ���7S����3�}_����r�W1\�n���.L�2�˓-��Z��O�?�>�*C~�˞���ѐF||���V�n�,s{��&�T��0H��kˈ����U�5����b����;6<��QK4�ɘ2��b�w&�r��������lYr���
�F!x��gL����1� �W�k�fY`�٩]��Eg��p%��n�P~J6�l�1m+�2��P�V&k8�6X�� �n�y������9��Q~��
@�4�΂qv���˛'���/��o݃���e�s3�׃��6��\�j�A�V�F|&>@�l����4��62�b1���,x��e.ӭcn�8A�9�pgO��:|�H]���p�^%c)��`�ܬB���w��z�쁙/��歴��7�&ݻ��g+bgV�ň��^xu�L8�3ڀ%�aw���R]���`�I3M�+���2���U�L�{�\�J�����IZ�vs{��Ϙ8d!ky����|����O�w*�iݧ��,�����g�A��u����W]�f���
ID��·vwSg-Y�0��ɽg�9�i�)��L�F��#��j
�u$�j"7~�"�<`piJp��oNTh��#Nzrn��A-Y%�x����0�����jE����;X#�d�Z�J
U�y�Z���S���ӕ�#�ܨ�r�C����B�Vᩇ�(���r"Lj0��F�1?�t�m�	�e�����k��Y_�����ӿV�]iN*Ū��d1�ھ��z㰌f��@rW���t�.��)���HO1�3n����s�MŔ��k��W�c~�����0��Zv7l��q�s{2�B򞁳,�r7��}�,T�1Mr@w[dѾDE�^�R��O�f�ZS<�V��}��C��y�P,�0R�w����!&��)%b}�w/d[���؃v�祮�����'�e!tc�*��;��I0�=�9�e����������ɳ��ٛu4U�ᎍI��ڱH�� M^��:��3~���j����oo	�I���}y"x�8�_e��v��A�n���a8d)q���N<V3v]
Q��B踫Z{��|V6 ��s���@���st�e#4Nȣ�N%��3eM?�i���~�;��k��&��JHx�`���Lߘ��TpX��3b��X�!yp��eN\\�0�>�҄��I��L�82����o�ҙ���y���2�D�g��}�����P���2#.'��E	�sRՋ&.�NSrҌ�ZGnJ|�XF����k��b�4��A9>~iCR�S-<פ��d4��1�,�<�9&	�x�mDx�!����26%x[LB��"�KE5�e^Y�d!m�o�"�ݟ��KV)�/�Z��u�}P�P�7�o�i
�@o;&���i�3K�g��.g�y6<�`���
���>��>끫xh����͘�d��"X���h�a�-j[y�Z��eH"y�Z���lc��MB3jk��*[���L�ױ,����K��`�����n�n�-KI�ώ�L�)��6Pد�zA#ld˳2ڜ�K�Σp֙��k��YU��,r=��b��1X� 2ACQ�����fSb��;�2`��HbgC�g��Z�G"x��S2g���]�n����n,��_g���C���x�oc,�K2���َhX��.̧�.�}5����
B���������������������������������������������������������������ɹe*�q�
�o/(������ח���&.�6	"-�-�-�-�-�-�-�-�-�-�-�(�v-�Z��O�?�?l)h�1dԵkD"5f)-�L�+A`b|�1��8�7����e�1`���9�-<�mX#(�<�����3;)asf�4gs���c�㋚�@E�*�2=ȯU'�s���9
/�`e.��I<��錛}�i�|S�<�E�������Jޑ�G�2�əg}����Vd[�Q�y��Պ ��j%�LQC�W�r5�,�'t�_(̤��3��N�}���q�#n3�Q�Z�p�Og���/��o݃��֘���撵-9������+:w-q9`ɠ��	��t`'�k��s�d,�Ё��QH#����n����,���\'�JW�/���#/�ɷ"ٜ�w'��ά�FX��R�Ve81�Y�Ӓ9�#���sӱIz~
T:;��.O�������m�����(�Ӣ
�k��������X�P�<���(��ƄY!(k�n�k(��&r~���Ale���Y����	j��:���Qc?���O�!��&&Q���n)��uy�>1w[��g�0��%��C.����ks�i�8��SW�=׊ߐ���Bqc�p�Kq-�[�L.�3����`�H���̓�u���ۆ�͵8��41nK�����v7�<�g�zP�uc�#nՁ�M	�����8H2��Ǿ'"��3O+*sU�������3�l�nzz'��K\*�wt�7Et����x_oo�o�l�����Vs�MŔ��k��W�c~��2���
�
�
�
�˛.��L���˨+�+�+��L_ٗR5��F�����7o���ۿZ$���������o�k��>���{�q��<&�O�.��Ivy���9'i]�]J[�*�"{�b6`w��)A<5V�0���{�r[�Ȥn���D%�W2���:�T�Vc0��]��ϛ+�h(F1��×�}����|&�Zv�Y�Uk-�t�+������=�`rL5J(�$����cf������1w�яhQw*x��.��l&nx�@�RH�@FD�\_��fY)^ĖJ�r���݉�I]�f�2n��4��A�v�g5��R�_0��g�o��݄N�8���>,��Sv�G��~�6�6`��]�{A
�G�e��W�O�c�V&�,��ֳdL���c�#?vV�A�!g�8[͛ٔ�<<&bENIQڞ�&�%�i��G3�F�&���61W#���NZ�٭��A>�bK�������MaذTF�(֘&f��{��Ț@�����&}�z���v��y�ˊc��i,Sqx�}��dY����	j��:���Qc?���mH&�g.{�I��jS��	��Ņ�s;8Z�n�a�Ƅ�K�l�R9F�B�CO���0J��ϓ3�.�P�Q��f0;�ۏ��Q;�grX�7��Eِ��&y.lҺ��V���Y�@�i��τ�c�;6��1Z�+Z�(:��Դ�����X�VH��Ā�wY'g�pU���T����g��#��z0l�&����yW�?�e~H%Z�,ks=�h�5�'Y�B�K���ś��g�ۋ9����q���o��1�{R����Y|�Jb��d�w:��PU���b�ۍ�z���˼���M=�i]�}��6,�ە鐵L�®�v2S���n^��3y9����4�\���M���b۲���9�=��	][��<F跊�s�R��'�9���|v���n <�����r���o`��=��|���r��ʍP�$�<�������g8[*3���z��݉���X4��z�����-�ܵ6X�X��[��:��a7�*�P��y ��e�P�!)e�����a&fy3��Y�>׿K����6��/�?^�I�����}��g�X�3��'v�g�&&D[:"ܓ�b~K��+��a�k��:� ���H{;+L����x�,QOnŋC,���<"�C��G:��~2I-�
I0��J��FB�ݯ^6'���1�����ׯP�8��㸽�ah�&�$�<.�(�G�;	�F�7k}n�N�14���O
L\n6�	s'f<^���� �?�f�x}�J�O;?���».���������7���S��3���X�6y��!���`NG�-B��>!��9�J*[�E�U[)�@]�3�xv�p�R�P�.O8V��ݡ��6͐�҅y���7ԷI�H'��R4�$��{N�h9s9scΥXu=���p��m$�q�ݞy�}��6C*B}5mԌ�Fq~��0�a�1Y�F�]�v7�y�{��lu�c�{�E�{��<p��>�M�=�&p��n6ڬ�2k�c9p=I6�d-H?6E��?�?����S�>_�3�
�R�RK`1�2�i�W6`{E����r0����V��=Ŭo$�G ��;�����-c�c�),�R�~�[�����B#�ԏ q��1��U�Y�l��֠x�`U����%�'޶6���uh���a8�'v٤�fW&޼�D��'z�]1�A���n�&�S2�M�t�pl��]k��Y_���n���"�H�cv��S��������s�MŔ��k��W�c~��.8K�N��LYʰ���K��O�~�\�XS��ɏ��K�6�g�2�y�+��Ն���,���}̥bh@�˻���'uO�ZgY�G �Ӽ��I8�l����SI�q͓��d(�i��l�Y�q�pl��=�#'=?m��x-�1"�c��w�ӓlヴ��X�'�l�xb��R'	uT�;"x�b�GRcN��[N�{�	ԁ���J8�~k
bKJ5��y	m�����%���ZbrypV
Q&���VRr��Y'��?��X!����Y6J��@�=kSBs;�n�3;�2x݉��#w�eC�UcB����Ff�O���bPQ8��bq�L�x��=��R7����UP��̲�7���D-3�,G#�p�����n�N�8;�<@���ڬ�c��հ1K[Yؒ�+r��3b����F�J�d���qͻ7N���սn)I�X�J�n���M����"��<E�?�i���~�;��h]�MO7���;oz#�����FX���c@��9B�ur�a�]����ffپ���U�%l*�5����;"���^6w��f
�ן	?�O�1E$U�!%���V,�(�u��Z�=J)u�.���=�����	l��I��ъ7��b��
�b5c�F"6��ph��-cHL2b�L>��Y�u�Y]�Xps]˛�������ril6E��ּ���5<�;L�d3C�c�U���\��3�k^ls|�n�@�Z��N��a��X��+����Y�lj��J���Y�!���N�9�r��2-�d��o�ǻ���.��9B��R��&n"��:�o��P���O٦E��&e�rZӳAq�vt֘w���+/D�w��a؊Ű	`�9в��
1��� %���짙�=�
,���ő	�%��֏�8f���,rn�=�J,����o�����wUŖ�d���m|q���o�����	xU*���b~X�#9Y^���*�Зm�=�ȊG!vCd��c��×ZIMͽ�]�����Y͢�%g��6+��9�wi��c�N��+
�dn��fi��)@��S������e��t�7�N��|@%�;ێþ��l�l�8_�V��^_��6%�|m�ve��{�ӎF���n�kD�	5��z�Ż��ͷ>�lMa����r�;�;�n96/�_�,|r��5>�;�~6�������4�9{1����e��m3�.s>�Y3*b�'����G�X�g~�*���
o����G��gY��:\߂�)��Q~J?��q���@7��Ź8nL�r�6z�1��@b�&�� g�E�V��d2Q�<Y�V��G�O��3<°�d�'X�N9e�̠,MN���!4o�۞���Cr'����k؉����$��4��A�v���ZV��S�z�;��1&`i`�T�n�0�,M^r}��2�A4����B0g�kj�O��ٺN�n�-����wm���!v�Cp��n,�N�R�b���V���`բ�S(����V���e_ޘ�4f�OyE���4�j*��jm��<X��4a��k}{ښی1�n���`���"�T�H�&+��mLn��4���Hgf0��f����%�Y�ϟ�a��X��+�G��D_�,�c6f���!���&FO�N��m�b�{iM�9��C�]���rw!gqXY^D5)U�e�>�^�Br�U>MB��mfC��Sd-ɒ�K$�^+��|c�jx���;��.X#!��s'fN��Y'�Y_��*6揀��31�L�rp�,�T��H�
_R�y~�Yw*˹V]ʲ�U�r���eܫ'�Y�r���gvOJ��X�<u�9`f�[u���k��W�c~��mCrVa�����%vA�Cwv��.�M������I�=��ؙU���,W�`%�uy��M�ҡ�7w*PO����F�����ڑ����'��"m����?�,=�
�H`M�~�̊���ژ��cf�S����0FxK1�lmpq��}g��0.O���2�x��g�%�,f{x��H�N̬۝�����B$F��|��W!1Q� 0AR��"2aq�S�����BPr��#3@TUb��႔�Ccs$p�4` Dt����	?�I���ɣYl<DN@���N@���N@���N@���N@���N@���N@�q��� c��i��4�4�w�r;�?�9Ɵ朁��O�N@�q��� c��Ӑ1�i�i��4�4�w�r;�?�9Ɵ朏��O��%�2��?���qX���L�>���H6O�')b��ЧP�{�r�L^5�B���t��\-A{�c)P]�,�Ү��a1T�=fIY�.��9K��Sg�&�*D\;�ch�i������S�j��a�A�{O𴪴���l��4�Oa�
14�Q��]g)឵��j�p��厀L}��e\�,�Q�[o�p�ܫ��S��2�Ԧ�M���iZ��S,5�	�Xp�R��񜯆\[�1u
u2��'P��n:�'*ᖷp����3A���RY>3N�#������?�<؊tT�.m1t�ۑ��5:��*%1������~��0��p�AI����`ɜ��
��B;Q�o�����Br���T�zTqd)�dY��?OQ�J1+O"����,3����z4���+�L|�SH+n,�Qc\Qf���{ʭ^��Q��*RT�/�N�,�)ܐHYT���fr��?��7��yU�a��I�5����i�S�F)�R���D�ɀ�����Q4qR�;w�7z�f��f���hS�PQ�E�=�%�
%|uu���vwg{�eF8u��:�mi�5QV�;���3=z��+��s�3

*Vȷ=畓���f"%��9W�ڹƋ�㘥�S��"�@C],�7�%����(���:+{)b�M��7��O�5���]3��l�a҂��M���:��^�a=�Ƒ,7�ډ��Y�U��[����<槣V$�-c񜻇�
_�=5	��i��M:�ŝi��s��iy�I���UWOؘ�R��j�5s�Z}|�
f�.J���B����܅�s9{�}l*�W_���zteoF�}�r��J�ɤXU�N�F�䯊\��Elv����k+l�K!^�.��WJ,*8�di�|�|\��O�_���O�')aQ�Dj�!q���Q@��~9o
긽C��4���+0Bx����"�@�y������Oﵿxӿ[�Dc�@��4[�PO�r���zU��S��R�c����O����>�v�nO�'�m/�%d�U�.u�5�R�z�.ތ��,v�Sj��Gu�r�)]A��}&z˪uk&�4欔�@
g`���?O��P�\���e3(GҬZysg�Ct3��+�����ZL��"),
WB�C-��s�0x�E�*2���7���\Π�R4�z7��k���S�A��� Z�!�9'\�=H��ҋ�t#�t������:�&md }br]U�T�q��,�jT�6z�-k�<�!`J��e�,%g5ܠ@���T_K�0��*���r�콥
t=�JKS�-�M��i��0�*_��U�)�a����)���U-J��lt7�q?n�M�T�͆�S�H�6ⲁj�c�cQ���F50�V�"�2��첐~#*Ԩ��bڱ$�cWX�!�0��R�6ڬ�p;����)J�ت��Mj1]@")4*R4�c���J���o��ɛ1��m�I�Rـ6:�E*8l�	�E������h�\��T9߉���,U���jӹ�i�d^aҒ���b1����!�5���0���M�6Ⲑz
����E]?ȕ�S���1ؠ����v-sks�{��e�7�}����lm3�$ٜ���tZ�:�Ui�.sj'[��N���9��o��s�:�T��u������S�����?���uN'[��N���9��o��s�:�T��u������S�����?���uN'[��N���9��o��s�:�T�"����=������P+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V����%a+	XJ�V�����4�@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �@ �gpt��?��{�wO�ӣU)�^� |�X
�NJ���rU?�3�uBeQF�u�_��T(���P��IX�o��q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?�J�l�q+}��ĭ�����?��^�Je�߰/���t���tAv1�a��P��a�U}�'h�
I��Uґ�mWN�&mb��*���3�:���͔c��A���I���6�mL�s�w�8�To�;��r�Q]w��ӧQPl�!�?٪�u��H����5?x\�s����4��E.*O5/H��N���9���%jU#C���5�^�	��S�V�ʠ-�pČ�Ӭ��W�Őد������
MF��"(�>����J��XSO�,61��x-P�'³����1z�Ҋ`q���-Jd�i�l�F���\=Ͼ˧J���L�)ܐb��T�*�����ђ'&;J:TL)�a�X�yFɉ@R�6�u�)e��>k�y�M/����&�OU[-�0���kzy��]�U�*��5�:���۬����}�
�䣅Z�S��K�l�ri�ӣoIS҄���o0n���V`H�i�G
R�3Q��Tϔ_[
'!�*[��}����Z�v�qsrF[�9��Xg�kj���a��׭��ϓM�@�S��R�O>qo��m[�U�k�P�9����9/(�Q*z:��;0�6i8�kL7�>�n����ڞuoJ*f��'&F���P��f�lJ�A�/�:NI��KӅ��5#YKѹd͚��R�=7�X���M�F�����78�3��~�L��O�U�e�8Qc����hS�M�t���f��9+zPx��'$�tL=�^�،�݈��N��[���̲�+Z�T
}�H���a����N0��\��_g�=�.��㣏�B�ᙔ-sD�5d5��j���ف�wYh�e�Q�I`��%U�R�}Ac�m�$5&�/��\Ƨ��!�W��d�*h}�
Ӓ�L>S���KL	ĽZ�?_ 7$X�l���@�GҎ9�(�I��jg/���Ɔ�K郑�*���O��=����c��UZ4ҚSsL�K-�<⩄'ѵcQ��e��y�����0,i�TW
�g'�8��,�P�4��D��V�U�V�{��Cmg%�1�U} k�/��I�8����F=��A���햭+�ӎ��G
N��M�0�s��4��j�� �'&F��%QT/mm(d�(Ro쒻�G�5?xy�
C��V4�l�b��&��MO��U#0�&)s�������ѡr~c=���t(G�Չ`NoF�E��h՘��2QfO�*�~��E���Q��f
��8UYR�9�R�dzW]�#9fPr����c�J~�e*��:ʵu��S!<F5E�ł�ʭ�_F:����CP��YP���x3Ӗs`ޅŸ�~���[�:�;���i���U�#s�,2��[�JpkI��5���)�B�z*b�}L�7�QҚ,���,�<u"Svê�(��D��U�)�wI�-J4M45m5�\�s�O�K�q�?�Rͫ�|�
�ސ���B����\S����"�c��Q U�zH�g[���R��mP�ɔ|X�H��f��5Z�M�#!f+���ft�mR�FS���1kUw�ȶYM�j���Af-rG�>&�UJ�t|�ݙ�������ފ]=��~��Fޕa_g)�EOJ6��5�8�+��8��QM��A�B�ѕB��]��6��>)�B���.�"��	_�1ҝcQ��e�{�+�W)A=F
6f�^#d|<�)ե#�Ч�F�D|]*)3�ٕ��'P����V�T��$��A�8/WŲ^�
`e
��I�vb��z�S��U���j2F��-�V�OCb�4�r�
��z����b ���[3ܝYN��.�5�j�1#@̃Q�GĎ��J���%"p�����3|˪��1O��ԡD�L�k�Ŕ��B�W�LJ����b��t�	GѵdT��ȭ�Lo,
��Y�0xZ)��I1<�1� a�5AG�e:���jlUKY��.{%
�I��! �֧m�R{RƇaml*�d͔��)S��pb��`��kه��)�u���݋a+��Q�F�Z�Wpn��@c��
���|�W�0!!V�Ͷz�!
�T��3���F���=V�m�2�"���P��v��
D�k�	I�*�٩������(U�qPdede	�7��d�e-��*pͭ���a���0•
�JR�7bT�$	��q*�C&F�sZ�#�*H�R�W�J��8|J&J�Vta�H &T�W5143���h���"ݗ#d�S�:X:�6��tA�ӿ�I|���ɍ凪�N��d��h���$mQ�+�G��K�P@�Ū��t�S���Qcl�U٥�i����4�ܾV���Nj+S�F�	$�%|:����PT��LE*��n��"�(Z�o������*�`3fӰ�jYhhH�z�@���Mš�-pV��G�uG)[6Q1�0ũ'�j��e����6'�����Q�7��Ik�{;�o�ʶ�-
�G���ɘ����T*4/��bhc0��)�P
J{M����.گ�t6�rjԧ�FS�����o��wL��ѧB�u�K1�H!�؂')b]�V��Luz(v�T*'(b+S;U�3jv�L�����_�5#�c0�B�͒����.?N��i�p�bu,����w(�ҋ�7���Bܒ{I7=����ѬWE.��L=:)�(���z�k50L�Q��œ:��%a�Vʁs)� ت,��9�M˚`�2�
�,X
L��Q���e5tafVrv,�����f�l��kL
Z�ڪ�PCI-�H�e�a�Q�T�{|&�l�3�iB�:]�Pr}
O�D
f�u�
�6���zb�.Ukj�ԟ��|�C�gpt��:)g�A�@+�e�%�Ⳓ�qY�Ξ�VU��5�X���ڝ\*���aq�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa
҅���=��4��B]�r})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�Jr})��'Ҝ�J E���3�:F�عJ��F*�[U ؉���\?����ePI;�����NV��+a�_��wL��*������xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG�T	_V��{�ؘ)�o()�w�)��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0��Ԥ�	Qk������������׸P/�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�>#�<��s��9��xG���<#�a��0���|G�y�={� z����U���	h[IaxV(�[X��@ �ADADADADADAD�5Z��M�5��%Db�T\�A�%�kkxDR���	��1@\ʪ�	o�H,�j��P/P�\�RQ}��B�DYL\��XJj/e ���%5�6��R����5���)	HJBR����%!)	HJBR����%!)	HJBRI������H2�^҈��l�X�{e!e�e-��켤*��^�m)(�=[_딄�
����14iT�
T���.msK-��yHN�MH"��`0eר�`�9�@A� � � �"�AAAAAz@.W��F��4A��c��G�K��������������������������������^r�y�����������������8��������������8���,ל����������������������������������������������^r�"r�"r�"r�"r�"r�"r�"r�y��,W��^r�"b�_�.��p���m�ʤ\�Ҷn߮V���6n�eM]��e�c�K>�m��7e�J�ȱ��7n�SK�*�0�J�b��GИ�I#�5�{���cъno�1����Qe�6l���+�I����*�U��x&5�-��)�
H'[��[a�Q����@^c���>�F�XP�R�J���BtP8F>ʯ	SE��x�i1I�FF��Dkh%CF�m{�+�?٩�T	���9�j�%@�b��`>� E�Z(O���{]r�=zO�v͎�uŦ)�zd)'UCp����l�NbL#M��*�'`$�,�
����p�o��]Ŋ�4�@�	�����n3w>�*Z��>��{�U�T�t�I�z�x�F�ذ���	S4�u�c�c�J�ʚ�42��[�>ڑ�����{Lahv�^"Tv.��#���?�h=#Io�i)�r���,{�����Ū�x��{��wW�9�a�a�C0�D"�B!�D0�a���a�s} �>�f`#��8�#��T���%A*	PJ�T���%A*	PJ�T���%A*	PJ�8�#��8�!�%�������v�j�$�C�MO���J��#�|W�r�3�e.���d�].t,tJ>���[J�V����~�?g.xꔞ�"1�*/0��z,r��(-*�S]N��:����*.z��>,��i��oѬ��$_�c����ՙ-au�`.T0'~�1+����1i��tĩ�|p��Ά�BP#f;o����n|R�\Ӕ��R�=��:��u:��͊uP�	��1u8�eI��1�&2��T�ړS��ԘړRc*LmY��1�f6��ԘړS����1�8�uN3S����1�&2��T�ʓS��T�ʓRcjq�ڒ�vʹϥG��ؗ����1�&>��Ԙ���j��Ug)U��Vr�Y�Ug)U��Vr�Y�Ug)U��Vr�Y�Ug)U��Vr�Y�Uf2�ZW�6Y����@�ď�V����+V�W�������j�j�r�_J�|m+��W�ҽ_J�n#�32�E옑�Y����Y�������v�p_(G�p_(G�p_(W��B8/�#��B8/�+�|�^��<���|�^��P��
�_(G�x/�+�|�^��P��
�_(G�x/�#��B���Si����6PK���؝��Ta�]�;e<�b�$8
4��T¦K�l�QQ��T}�
8�e�� $	Q}>
�Ӡ.5�H�>�_	T�
{LW��խU�3ps{2����f�*�GO�ܝ.rʠP��c}��S4�ҭW9$��bA<e|�-Ж���)��|y�}=N�q�1j�V�W�ֹ���K;��������[��<��o��0�^�e�s'��s�*��*��9N�w������k��z��u:���Uŵ"C�`�pa�-J��
CL\����lh�K�m�?�ԩPڝ1���U��
e�3_��=SH�I��S%P�R&QHح�/G��Ug�*^!�Q��ci�
��c��l���ջLM,O�^�h��*��F�\���Tɡ��QP(b��A0���4�P&][M�)����-rTL%"�pԝِ>r�y
4����i��X攀u�=-���1�EE���r��!e�^���C�:��A),�@&�f	I]O�"��F�J��ȵ�r�&�ӥPS�X���.�)����)����*�J��j�ALĠ-a5Z�ɋ�V���(��	)��}��*dm�)��䶹��Q�:�Kq�J�žي�}V�{6�@��Ǫ�j��J��VT���nn��U�?�YC�3�3�TD?�P�����r��M*ս����n�T����
��S�)�I����6�l��M��j���f�M7�-�T�.u"a��e&�d�������
�n�3��b��:����&��p	����j8�]��^R�k��֜���t	�π2�}By�f�LP�S:I��%�?�{�B��iB�X(��Q5�>�Y�jm�_[�@���\���a��|�>���������
0`�7-mD_�l��ڔ��d��R�Ig�kAk���t�%~�3k�S0���3���W�~m��:>�����\�U���U�N���
��S*1m���
ו���6;D��nVp�+��52�g�}eF�eg`v��)��3B�g����)���4�=2I�	YK[��_K�&2��b��G��sJ�6��IYZ�J��V��K ���4���N��&҄�V��1Ro)��2�j+;+.g
E�1ʯ�E���"Ej�4��w^!cF��`�eX�8�ٽ�)�R*����͘^)ˋJu��?E�Q�FP*zOKu������Y�5��6#�uI����}��d�{�� v�a��3d#2�;ģN��ő2�}��(�4�n��2f��L=�-%cHE���*���LԦ�im`$b}Z���(-I2�˩��n4��z��e���%���F1�;��GQ�ju�)�2�5j~�e&�W��_F�A�4�ܨ�W����ۓ�e��J��.����=�g1�-F��f�B~���Qv�l"I���Q
��m�=s{{�k��v��b�RO�h�n1�����ؐ�/�%5װ�s�D!�jՆD�Pz"��{dL*X�u#��b+g��G��8��@3��m���
V��&�.l@S+�p�U�.��A�Z�m���譥Ҕ)�[����=���P��:	P2��*���g33�JY��ۥ*�^����`r����l�����+z;�Cq��͉����J�7��=J�vr�<���z( �NKL5e����mI�*�k��I�k�Rp��9��e:�Mj�T���(�f�A촤��[�n&�T�Ҕ�өO) ���T��t*jf�~���2�5'j��Қ���S1����o�RG�	b�A����#W�F��9��K��:���k�l�T:{���Kt�����A�_Tn2��F����Ϳ��G��Qwv|������3W�f���-_�j�~Ɇ�3W�f���-_�Z�0�|aj�������3	W�f���-_�Z�0�|aj�������3W�f���5_�Z�0�|aj�������3W�f���%_�Z�0�|aj�������3
W�f���-_�Z�0�|aj�������3W�f���-_�Z�0�|a*�������3W�b?ΟC�Gps`hU~��V����h��Pe�0T)1��MT��r~�F��II?D�Q����e��04)6�~�0��+�3q�*қԵ5���R̂�r��L%݆E��(il�T�0�!�
���Z({ʀ��G�K\B��,m������L8��־�F�6�ï���ԍ�Q���P�9k\ZP
Z�ն��_q��2�3�H�_Ai�V�p4��$ۦv�%A���*O�VF���v���*�f��w�Ҏ����}�FKZ�Q��1 2�� �-��V;nDS�QB�	K�����fL�Ak^�	P�u�M��S��iL����� �pf����K�tg-k
�msr{OKq��dM})�uВ-6��.�k
���0��S�l�%d�&�7�)IU�K��L*ڱ��?Y� ��J	��&�kr�(48�N�
ȘJe��}A�0t�h@4�*v-�N�
��(�2��3Ӧ�Z�:���ZwMt��0m�l�@���פ^�O�5��kR����0��$�;I=
��
HN��V��E�
%~Q)#��"���Mt٤E�Z"��h�mֈ�u�2���o�^��?L'1��|�1LS�1L�3@�O�)�b��S%1�dž'����f������R�C�c��O��NO��yNO��yNO�}��O�}��O�'�,@Ns�������hg'�E�Ju"`p�b<�
���|�/���S��l��|�'�n��򜟆���_)��X��)��o��S���쯔��0�i|�
��򜟆��
�NN�������/��6�C�W�`0�6���08o�S�����<�'a�G�,�5��L�W�r~�e|�'�~�<�'�~�<�'a~�g&��g'��g'��''�~�<�'�~�<�'��g&��g'aI��Y�_�I�o�Y�o�Yɸo�Y�o�Yɸo�Y��`?��rV�o�[����,�7�,�7�,�7�,��'ؤ�7�,�/ا����(9UB���Q�ٱt�j��*f:���m/	��^1��&c)xL�R𙌥�3G�f6���m	��>1�|&ch�L�R𙍥��m	��>1�|&ch�L��𙌥�3K�f.���e/	��^1�|&ch�L�R𙍥�3������ǧ9B�_���O_q��L��2��^��GQ�6\��d�&I�d�&HRd�!HRd�&I�d�!I��&Hi�J���X�g�@�,I���"ĩ�����X�f&�3��A3V��n����f���Ҁ�%�J�J��0�fx,Îaׂ�8�&x,�/�e��a���2�Y�^0�fx,�/�e��a���2�Y�^0�fx,�/�e��(TG��v��jJL5E%Π�u|_�0�O�$�
kp~��vh&� kJcM��q�m3Pe1iHF��" �@"miLY��,6h%�%16���Rw��l���vF"ĩ��L�z}��VZy���c����f)x�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f58�NcS����f!]� �u
dW��^b�����f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ���f-x�^bׁ�p������:���MX8�)�>r�>�R����=>�a��>sO��z|�z|����|���0�9�����=>�a��>sO��z|����|�89����i�����=>�a��>sO��z|����|���0�9�����=>�a��>sO��z|�z|����|���0�9�����=>�a��>sO��z|����|���0�9�����=>�a��>sO��t�|���0�9�N�a��>r�y��F����&J�B���qy�;xL;h�Za[RD�0�)�F$X��̤e3��ρ�2T�=�Fl�<�J�l��(���(iyN�>��;����,��v�œ6��r�Y����:��`�\����]M�3�i��$'��	S���=�c)3�kv	�|ٲ��0�6�a���3
��U��e{�L3��f�Z���L3���Gl¼�ԼB�6����:4�]�ԾU�{J�QY�D�WS���e��Q0���ؓ��u�PiP���E�v�gT?)Y��Y�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�-�-�a��a��a��a��a��a��a��a��r]6�bsY��a�po9���������� 5��>1R*DQL{o�������>j�M��YP�D��ПhL}R��)���7��A������FL��}��mB��n.>鋬Nke���:��;*d$���]b�K�W@�^��/o���c�[ڸ��{�.~�la��[_K{�3�oS�j;��>eC+�kq���˓1��i1U�ݢ�l��1���!��cj�Sab=o��Q�}[�*؏���]�nR'(�͘K��{4��r	��/n�Ɋ����J�Ӱ����U���fajT͚��ii��u}��o��qG1�P�)�mS����y��Gza�zFc=�a�a�a�a�a�a�/��a�a�a�wGQ߭7���%��N�B�����=��,��HF��>����*Z��]�����*��{r��a��P7LkzD���
�@w0��?
�D+�O��ݝ���V'�*���c��:�['�L�l7�2���C�˟�с|�/�"��h-j�)� ����v��)�aG��vm$�&tV`�b��NP8�sƝG�<�#�	k��R��%��)R�Ue����|����{	E����RT�p&�zu��*6�ks0������ߔU-���;D�����И µR��n��v�[[(�ᬠ�@�4�k)z�vk�7	M�+�@̻����|��/�(�u�����皑ZkAR�9����J�^�A(��]f0V���.@iUD��Y�f��ϴhs�o�
�Q+�᡽�%�����b
"�L0���0�Џ`�a����?�:J�p@����6�1ë9`G����ྊ��LS�}�
���O0�1�[(��3w5�a,>����ܨ�Sg|���`��
0G�L��x4�
0G�L��x4�
0G�L��x4��
0G�L��x4�
0G�L��x4�
0G�L��x4��
0G�L��x4�
0G�L��x4�
0G�L��x4�
0G�L��x4�
0G�L��x4��~
(9����0l<S�*{b��0G�L1J`s�������(-@����m��/�0�0	��>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0������>&`)�3O��
|L�S�f�0�N�`���=C\@�O�b\����V`1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I��1u&.��Ԙ��Rb�L]I]��~����m�YG�z[�����w�[e����S-��|b$����5)��&��zR�je4"���%$�i��:@�)�@�+zA�(�&`iL5����J3DL-��)*%6Jj���	Fa(L%	��0� 
���S�GpAuK_�6�0�a(��w�a�Py�~��3�)4��
RQi��0�&�ü`�S0�@$	�؊�N����D8�f[utap�A�Jf!>�\Jf�)�)�R1o(�Z�IA��F����S2�YL�e"	��/=�NT��`� �"��i�A���E�͢ĉIJR��AX9���$CJR��Rr�ā(�-�W���0��}�U}�a(L!�'p7�M����T|P�Y��c��tAþ�D�0�0Ҟ[Z5�ԧ�01��=�n�w��;�5�%�yR.��*��7��[��x��&�Ӻ�1�9�]7�c���e�
���;�M?i���0���Ź��$b�K+f>ͷ�]�;1�\�D ��Jw��3�±'޹f�-��̶P��w��f,8E$�m���I�u��wܿ�C;y�3l$@/5g8�]b9�Ȅ����e1�Tw}�ӕ�9�X�x��H.�_"٥bR�E�ͼ�H�H.M}�6�{�m��U�0���H����սCm!���}/�2���܂=�*3X�1�x�C�Q�} ����O9�����^�ň�U����b
���6���%���_��OqKl���Ș�B{3	�B̧�y�U4��V��X����a���n-���
nHhMYo�@!VF��k;�,��I�"�h����7��l�J^�����?|���S#��|�������yO�J���
?jR��4PA�ŷ0�B�6R�6R�
k����amL]�j���Ħ�;uR��5$�14�n�%`
ShA��1r�їq�q)�|f
9%E7"aD�	�&L0�yC�>���R�GC��w���9+�"ez�G�=�f�R$��2�]v�8a�l0so���)�^c�1-���6�Ԧ�	�V�>�kN�ܘg�Q��T��\�M��P��B��f�z��b-�`^�,3;6\l��c;���A����9S��?�9S��?�9S��1lִA>��;�n_�!�0$Ạ����m��ڞa�,C�P�Pmq�A!r�YʅFk~���p�A�%*S�u�XA�������%Q���7���������
�{_0��n�x,,5��[�g�1@S�FT&�{m��Deq�:�/h暩�V�Z(�:˩�q0���GQ�w���,��4�$Im��
�R$j�&�1M�
TJgS%�&l�_�iZ���
1�#�A���~k0 \DQA9D�N�/�CR�_L���E#�����VD@��x��z��W�LfDF*QA�f`v�!��BφďP�I���6��؝42��i��L<��|�w���f�}�i�=��Cq5��BGd�F�IHׂ�YIc�	�t � �x+&%I�������%v8j���M��	�QΨ.u��D�\A��5:��
2J�)�$ej����$��U�����*�A���A�iP�P�e���|�}#|�8�K�ʹ���n����{���L��/��#���M�R�;
��q0��"`h�*�7E��3��0��3�V��q;�
����Q�[h�+���Ѷ�6�)ܘ�.���W��Q�vh��
�eUn��"o9f%j�6�Sj����i�$�����0���)�K^`���
T�p&ܝ��{�D�H�z���;�n_�!�(������@t)�֝�ը	 �D�#��b�`�sZ��� �����}��&-l�Oz��轷_�#�ah��*���5bi ��\	��AA���$�V�[=�t=����i�����a�i:JE���mj�*b�����FS��A�����
y���hw,eC�v�Jd�ﴦG��3|�Q�} ��,-6s�6���Q𔲶]{mc)�2�� �Q���^��e 씁k����Kf}4� �7ͼ�XL;f��( ���m�ЀyGz�vH���~�OGq�ʵ
Z���C���W$��{������_(3g�f�óaC?�3�������n��F�ħ�Q��aa�:T���A<	'(�a���v��U;�sK��.�����u�@���7��t2���10Bm5�� �s�s
LF��(z�m���n��9u��\Y�
�	,� ����>,-
���K�**Ss�39��`@�ijck��j�7k�P�1
��J�Wk	t�3F��k����y���a�;^����{���L���k��BN��\�w�|N��"����ȼ��K]xB�����c	��_���(�H�>�S�Z )RnZ�m�%&#���)��m��.@��tb=�	Q����y�ҝ�(9��a�g���K텁��
�KCR�����4�2��?8�TM�n�"z2�-�������&_��>��;�n_�9���q3S�/)�0�:A�:CY��)��������(�ϰM��c
�2�����yX)��Z�z�I0��E4ƹH�����se�BL$�ci(��bzZ�4
�D����
������w[�O�5�\۶�ވ��Cr���^�롍`6��`9m�LbHi�A;�m�:�Vl���&**�%b���W�8��Aq]�7�l[g�!%{	���~ŕs/��)oT]���($i��pG@�� �:�OƳe:`}�(z���M��꽐1$hໝN��'��`ĉX���z�6$��%Z�����!��c0E[����?�=/hGb�&\{&�|����ר�f�}�5�%��D^�qqq�$6�b&8׹�NbD�bs�Q�
�z���H2��-iV�)���2��s�螷	[627��^;&P9��lvV]���K9;L�_�
ʹ&&����i��<��m��f�f���P�Dc���F}'C��w�fm�a{F����a��۔���a6�~bm'^d$ĵ�$|!,o�=�3�b�F��f'�W*��G�Mu�M�(��Jv$�����<`��{�dK�JS�Ⱥ�����{���	��4�K�M��%��6�+� X(�yQ�U�Pm�:JT�Ǵwk�4ۖV�w
���eB(TJ���-
�7�����ă1�kP'�RI�um�콳 �j ����ul%<�L��2�@�bc��+a�^��J���/+mQ*�J�f�߄�U�z�^���ݶ�X�V��b V&3q���R���8i�2�/���u��(��m�>�uH'���f�m��s}`�v�"���#Hs�ڑ,�0C�C�K����Vju㡊��m�X��n��T��|���vsm�0s�A;����(5R臁�)���]��6�a+0L�>�D
��i�2K�;Lgo�C��܀��c(	@J0�0�($��^��e��l�E��Zm"�Q����ChI0A�^}�lå�SQ��$ćrL;G3*{��ӹ=��X �f�c\�7T:�Iw���Xu�;D}#Y�� ��_&�H�3�nwJh�19A�yZ��y�b�S������ط``��f�c�C�fsM�G�N�Z
lZR�~�xy��M�^�u(|@1�BJ�җ�G&}���Cv7>�Ÿ�aHe7 � �����&�C��j���A���^q!JSb	�:1l�}�f6�#�l���F�Tޜ8{:�k�U�&�u�笭N���H_��j�H�3�u$�o턅�"��;Y�tjEr��bE�XY�;!L͈t�o��o�]
��lI����^=V��G1��
)F&���Lu���#��T	��/����
�s�l �@�Y��̠���N�����GQ�w�l63i3w9���).��{�z��%�L�1��	�	]���)'p��S�0�/5�\ʬi5�+��
�;y�5�4?���v�Qi��c1��]֙�T��-o�HS>���Q"��������OѩJ���D������Pz9IJ^aFy�fӃJ�1��6���6J������(���dd͛꼮J.�u�FcL��UZ�Qs�GrQ–���3o7n"���}F�7s�=6�`9���]��q���{	���_u�4Y��1%�� e�,�q�`���;h�mٌ��uok��]�O|�j��bm1yN[�����-�#�;f*�)�[q�DZoI��vݓP*��9A�����b=#��?E�i�c�=H���9I�|E�S�r_�3��=Qq��1d�p_@8LSn�9B�_h��{9���:��������c�dz�����Ϥ��W�&�	,b�E�@]>�"m�oFn���r�n-c�;�)15�@iA�f����6�P؁9EE���O��)����(k(�t�/�P��0���Ó��K �;���	��Cr"�֋�C�@��D� ,�L�������=@*�~�45<�6���s��)*#�hk���j&����x�ͺ
tCm�xGdg�릃QÊ��.heG�]@��Bm	�!P1���a��?�h�k:�`���Sv*����0Tk�WA*8s���a�Ge[0����u���{hH�+2��`�)\���<�}�w�Ҏ��?�&�e�sTAa���m{�ڤ��t`����|�M���3k�v	�E�jm���Ae�46�i�5��0~l���b'�YL:) \�kMғ��q0�*(��t��҉�,R�����3\�b7D0*�	��ۀ�}��V�l[2g�;W.��
����T���g6h��*�oo|7�9����Bw)u��ϸ�a��5��K��כA(��Ff��N�B@v$���H��
��5±��-P
eC�e����}= 5��b��'t�4�rKs��b,�m�Ɇ{�o���d�I�t�[|���t�U�^�t`->�m��mj��1k�S���j��Ġ���(������T
���)VA��C��w�]�]A��C�'v-�� ������L�����p���3&Q�-��y�Ձ@r���"�"��,�D�G������������������}6[��Ck���)����-R�P�B"-��^TU*����>T����GP��E@�j�'���-�5򌡭��ew�@�:}��wܿ�t�ͬӛY���QZ���h1�������7����nL>����;0���5טء�0�q�B�J�9�N��zB?�ǔZ���9G�rn�Q�R�\X����J���J/�*xe�B��R`2T�
(;[_�b%7�Yr�W6��l�M��(�ab2m����(�koW|5?�� �z1�)�-a�YJ��fQ�S�(��y�A�q~���>�<� ��߶z����0���o���[(#A3v����;
ľc.woI�a{n���50�s�\��~5���ŀ���%L����W�s���ٛi˶R{~�z�I��B*�YM�Jo�S~�𔟄BM�O���
@� �ı>�{l�wd��5��*U�n���P��e'���(T�B���/��4�D���R�7��wI�#io1���m!�}e��:�.�7��p���>�t1���}�r��(5�6��9�R���qp��*I�il�|!��X���6���?��M;+7�3�`I߷�*(`��Eћ�oRַK�:�����A�c)�.�(=1��XF
o~�s�ϻ�[E�A�s��5��;���#C1��
��4������&�
��֚_�1�Sq�FD��mO��	�`nD���&1�{NE򘍃p�3ن]�͗H
��͏�+u:^�P�����Ps��)��P'|�A=�S��:E�����;�n_�9ۜs�%2��lixl��0�C5��=�*�|f�/}���scX�_t`l��4�r�ۘ$��t�9��9��9��9��9��9��r�)�Xv��NF��yNF��yNE��yNE��yNN�E�'2�g#Q��꺗=�3��9�_���I�D��*��'-��Ji�����A�?���b�?�&)S@.]�(��r�9�SM3�~���D�����J:���>G��F�sl�Ѓs1ߺ5��Dz�Vc{���u���@�A�4��P6��eF;e�
]�h�Y6î�+�-ksb��^za�u?96��NL���)x��^9.��NK����x�^9*��NJ����x�^0���B���4�rM/��K�'%R�	�4�rE��G�'%R�	�T|rU��F�"�O��qoU`�^�q���tD<Ǜ@cu���6F�)��xD5N�/
�翫/����u�r
�ݭ��g�y�6��9H�o��7挟h4��9�ґ�ߚS<[�S<[�JG�~h��ͩ�14�vb\���1T~��"���O��W����*'��xG��io���3���g�B�3������=�G{�ܝ�es�A��<g+�l*��P�m�Ӕ=7R�-��ao�ʦ�={�9�c�W�[b�Gl�O��
Z��Q	��L��֔�j���Q�ǔJe�0�TWB[������Ī2,-+-'F՘�u�Ħ'6�)���G��0
a�"5�m����.e(��"�"��G��:���qϭ�ә�cҝ�l0c���]H#���$�6�`�C�1C�u���=��r"��ݍ���Ev�6K�Q�}Ps����읰��f��K�A5&`a"���L�P�L��	�1��N�,y��LHzD{,�����@����i�SD@��9uu�{o'IO)�Ė��l횛ϥG�	��0�ˀ`�`��㊋�� k�	T3
��x4�pH;#-��3.S�*z/Gw,{���2S�~����5�i�}P��k^i7u~b	��s��mϷ�y����i���B����Q����1�l�c���bڨ:��M�:F�汔�9����S��C�H���Lﰑ�f)�ڢ'������	�K���VpV��y��x���#*�����1ؓ�1��v���n1ی$�z�����E�30��[�,�_,�0�I��o��o�H�M�!�f'�K۶i�sr|�Sb_V䈵�?��\m��[ �-��E�@���8W�쯸�vS?�ĸ	0�9b�&�+iqm%5�%0j~�ZQ��"�ݱ�9��y���{��,��=�1��K
3o"��?	�{�3����/0�T���f�)�{[q�Y>=Gpu�;�!0��a�m9�R%OVTb��W�Ц���������}�e2�&�ucPo���ط*��Zڜ�0�U��n�*"�������m�1I�	��;��2�/K���IB���r����%N��B-���;̩qyS]ѡ��T�e
��6�l}(�>�O�_������o�h�"��mѿ��r�ٚ��k
��KN�M�����f:���m�xŒ�3��a$��Դ=�%[T�^�,�؞���%;�:0������#�w�P��mx�X:~��k��M�H�y��Dncb�D�P'�V�
�M�)���ϸ�k��6�c!�0�G"�|$��y�8���U|���(�������l�S"�ã�mca�	�f����Y�(6�9/�A�9,�����~�>`O�j0���U�g�����=�G{�ݝ�a�f*d5ԁ��r���m�s�*�s���2��
j�n���.ٯm©-Iml�G�.���=�-`7�LZTӶw�'�f�P3F�� ��5��Z�E�
�|���{b
��K�w�i�PMceb�r��	�_��WaP�a��Ԍ�o��,�I�{��++�T&��̪}!m��F�	�� RAۤP,%!l�s,�op�S\ݻ%1�u�[�>��;�n_�9�0x��"}�	���a"��M�F�41"�)2��-+��T5��Y��A�5��"�c^��`����)�8����Z����[�b�Ḩ�=J5�d9~SR�*��M��S����c���ϛ�'�D��0��O|'��b��T�*6�ɘTf=�i����܂��I/eͰ���$f�{L���Po���q�\[��O�G�	�ZWUm���ʀ��b2�c�{=@CN|��P�[XV���5ޛ�$��>�&6�ސ$�k�*8� J����{a�77�c�z����%=Zsk�!��a%v����0�wG�B�m�I�z�G��+W�Pvfb>��Dì���7;o�h���ē���T�m�\�(l�FˍDke�(f��I�&���*��UM���P���n�g6:U�}fa�*�6eʠj:���Ջ?�W]޲��.�q������6��
��r�_IOX�E�L�	��V�Zg"��l���,f 9���V�Sx+~��j��
�E��̱�,8�W��}��`%
�
�
ZVГr���
�'�4��1"D�챘���`>PXs	qrНL]��z�����Ms-b3
D���6�B��,,	�YH驋��f�h�ШD�����K�]Kl�6����Tl�{^0 ܋�@�-sٶfR6ٴ�v���5��Fa�)kD(�P�!��s�a�6FS�6��S�"���d?��mrU\��o�����S:�*.��h�*h�}ӑ�m�B�}ӓi9Ss�V:�"`�����on�k��
�dΰ��4��VsrXE��H�N��������Q����0�v.؍����dV��z���;�/��ЏnZZu�r/)�F�G
%k�~�DY�����y��C�s1/�X2�,mh�k9Ћ�nي�����~$̌z�z�1��ʅ�[�M�cܒF��?�"m����ʃ)�����B%Գ�n2�o
G��j��I�h�@~�(���M�_����.�o"I��7��P�ԉQJ
���b����Sb�r};��@��Sx�P����L�Q�} �N��0_IH����+Z�5��'�S-I�7d�3FH�="t#l>�������M��eZ�٥Vb�.I���v�{Dd��
���
�Z^��rf=�a�u��>b�v��P�����,gJo�{��R�q��yJ��+Ԧ}�[�*v�TeQ���l�Y�Q��0
�����2?���ԨM�F���%@K�����B/K�K� #��P�~aT2��_ŬR!�~!;����n��@��X�o�|�,�A���u3��
f �vʙP�"c����=u�1�nc~���G!����w\�Fbm+TT�m+?�ʬ~$�}SG�eoH�N����w1%HCn��a�oTé'�a���|̠��0�-��_�G%ms{�)�3TJ���.��0�"iޘw�Z��AY&��x��w�C��w�]�?L�Ur�	zNm���}p�o��Tڡe"�tJyKt1)�[�^�-����P)�/��N�o���f\�HY��I���yF�1V+}�Ql.��P���XƓ�%A�E���gs�:J��-�G[�!e�]�i��x݀0�CGтj@Կ�U)����ѩ�|�+�-as=^�	c�i�X��>m�N�%/�JB�f�����!��m���0�Q�6��{�iGa�;u�M�;F�)z�.��)�{�n�]h[8>�iJ���s��5�
�e�bm�	ꑴF�1����H�X�D��W2�R�яa��$����qS+�=�����fl��a��s�W�|�3)X�$��WN7�BI�[�����e��؀Pv��\+���Lā|]k��f:���m�_.�	�ejވ%;
��U������.V��Zj*mѠ���ڭy�7Qnb����>�uH'���;%5&QYIF��iL^�
��R�`.e,��.\l�M��!
���ώ�:���=�e3rt]��'�
A�����a��[m���~as/d���Q�ؖ*8^X��0���Q�S�v���}�|/*sk1�� ��]Z?��xG�m),�
a�f]в�D�Ω���7����b^�6�)��*Vv�1�,w��k8�+y��M�Ao���9[Yk=����wiu�����
��R;m)�h��)���2��l%3ub�v^S6�0�a�<Ù�H.`�������6y�Ҏ�L'�����J��U�0�Sr7��>�(������Nt��rX����P���� L"(ri0�m���ru0���`�%�©	��*��5��n�'{ˡ��;�.�_�2�'冱�L�n��q��Q�,RM��A��h��E��9��	��L?��˺Uo�ܟ5�7Ž�-Fؖ1}e����~FFq@�}�e>�~�����aБ7S�UI�G'�*�7��I�κ�O��\٘	@�a�f�GZL�����f5�0X��pu�]�	S3�A�S8'}�(���@��7�u�_H��t[|�\��?\��**�i�[|��h�D_��")S�7���Z�ݮiIH2��(�C����`I��|u�Ҙa�?���&`4�n��y��U(���F�m�-\�:�Nކ�uY���LfiT;2��o�������i�����ZUK��_�[%u�C����J�Ԡ�mnt�ik�'(zR�[�@�+�j̪Jd?�m��B@�k��a9t��S�L��I�6��
�>*���jwʈ���;�̈́z�e9I������J��)[�-2�\��6�@�Hp/.�fo� >s��u��&���#� '�n�+�b9�N��t���`�}(�>�O�)�3t�̻T�	5K���hN�A�^¢��)��i.�S�/}��2��;�ڔ�!D�FB9IA��F�"e�{=����.�0��c�H�X}Q;s"�;"�v*�!�����q��=�핇���4����lk�
�na���Rr���֪_��P��3���[��ԝ@��TS�v�i~!;����n���e/�|F��ۥQ�ʢ�T����P��#��Ќ��Ƽ��<�fX�}Ӷ��v��Ѵ������!�f�׽�z˲7�i�msht	����$ڕ�(��KXN�/�xcj!����t���eR��0��K�M�d:�o�r|י���jv���w�3�.r�CE�)(&("�D@��݆��C��6�s�l���e��^��o|Ug�b�����U,�������:���b_�ħ��h��F��Cw 
x��ڋvy�e���@�H��>�1�/*gcN��se���]��*v��̥4�
�U$��1Wq��B�H�l�&k_6_q�!nA��B�*��w[F���v�:8R�@a�O֤H���Xf����H
;}m���"�T��R�Q٠�	�.��*��"T�V���R�G 	P�l�
��>���
�S�4q��"���a��@���t�Q\��1W;)�i+��:6��w\5F��++^�c5�fk��|`��>�uH'���4���}#�P�$=���v�v�NK�����b��VjW����Ř혖�uqd�#k�^_1�,���A��.v���p�Q���.ٖ�t��E�K�Sc��	��*6�X��W�B�%�
,%,��5��i6����G�қ�m
�V�\[vX	1��]�AX�;(���u��T�m,��d��6�7̦jL�w)u����1��k��t�5���F^���%c�	숞��N��*�5�]������0���30l�M�+)�H�`cZT�dİ���vB5�P��;��"�������a��[Өn�����׳l�Z��|e��{dXFkY}ß��`�o�1i���|�f��i���6�_[,>���3��C��w�B���`�c���i���}�`���/���3�������`��0y�O�����������O=#m&�3	������}�a>�0�y�O��}̡�

53���}�0{L�������0{J>�j[6�읩Im�8G"�4��&[���)f���2�$�C_����"l�e�''���"�frf'�r~%�4�������Wam,�`1I6���%bG��Io�30u���(�#p�|�[p�g&�2��4��o�4�o�����3X۰�>S��6�H�>!�I���/z�S0�lM�e$�L��F���&bl�4�W�4��W�4��O�4�W�4��M�~��&�>ɧ'�r��z&�0�j�3Rg'�H���M���Faq9���a1"���}S�!��Du�lU/H,֥�&QM��Frn'��rv'��rn+�rn+�akS��d#�`1?�V�™ ��`qJH��#�)bnE��8L>&�5_E0x����O��K
��4��*&��GO�rv$�Dӓq?dӓ�?dg'�~��N��J/M��ai�A?��ɦ�~ٿ�픙���H��n�I#dV#��)�0�5�z��	����,so�
�+So\0��-�ĂӸ��`�|��a*������bWt�WT�`n�U�9���o���U*��J�ı#(�eF	�(1�M��^��&U�1߲(��*i`"��S�s�O��f�{a(�}�,Æ?
��a���YD_��a׃�Y����A�Y�Q��o�����,��?�)'�����)/����jg�f/���9���������0���,�'��
�*~Y�^?,¯��
�*~Y����"��((��	��� @|�8?��8?����a׃�L"�n`�7�r��)Ax?����P^�)���eiԨH��x?�u��a���Y�^�fp�0Ã�Y�����(��a������yX�C��w�T��,D���}w�<o�0v ��� �:���;�D�O�&��L5/�)�D��(����%
~('�J�"QNP��J��4�j^0���0Լ"a�xD�L�%
~(��J)񴤖��0��"a��D�S�B��dL5?�j^0�"a�D���M[u����L5?�j~0�"a�D����K�&��L="w�K�%S�%l�i*&��J�"P��K�&��L=?�z^0�"a�xD����G�Z}(�>�JJ��E��)	Ef�������a)7�f
��`(�f
��e�:^���>��ᜟG�0T|3K�0t�3G�04|3G�0|3K�0���%!)	HJBR���SR��m���'�f��`h�f��`(�f��`(�f��`(�f��`(�f��fPF����$�Ȝ�C�9>��f`(�f��`(�f��r}����
>����o[�q����#��Q8���:��q�q׈����eE�*/��G{��pu����(}��0ҘPF��«�;k�`��?,�/�~Y�_���1�f	|c�����%��0K��`��<�	|c�����%��0K��`��?,..gҎ��B�\-��(T�z���%
�RP�(T��Y�P�$��O)<���O)<F���=�����"W<ev��m�!�,�	�~3�f%��MN3Rb*LK��1/�b_��^�v�}?Q��5���i��i��i��y��i��i��i��[�$�L$�L�o�a�`�a&�0��3	0�	0Fafaf&_X�u]��w�>b >�?t�"XZh-��0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�c1�Ìa�0�q�8�9����l��gҎ���t�4pm�8n�ֺJ�._P[�{Lq��2�mkF�-�r'��#�s�̲�����87ۤ�N��.���f�-��{���7��V0�%+�FQ�eFQ�eFQ�eFQ�eFQ�eFQ�eFQ�eJ�����:���w��G{����r����Ab�([�y�B�f ��Z��p%e���q++�������@`������u�@��dp	�J���a��雪���!P���a+a|I+a|I+a|I1e;è��?j&:�ڬ��7�~�~2���ү�1I�O�&2��	��?�O���A1t��LU?����H��c)}���_h&6��	����c��B�#����fn37����f�3q����fn37��?�>]~ܧ��A*eP�6���1
㘆��Cx�(��)�s�9]�sPT��)W�V��_�L�*�jӔ���NR���9N�ڴ�*�jӔ���_�L�:�jӔq�U�(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>է(�>զ>������T)���LH�11�& x�ď�����*�眢�jg(?ڙ�/��r������jg(�ڙ�/��cj���	�e�7��ʩ��?�S�%T����W�>,&"��LE/�-�#�2�_��a�T^2��	�������N�#�a�����~����}s	${�mGz_x�o��a,�zA=��φ�ӿ�u����ɵ�4�`Xv��0ʖ[a���V��~��K�o��O��"k�1�L�Wpu�;���;q��c���;q���j�l�:�M�@��W(0L��(�V�b4�,�)�5�1�p�����}kS:���1!H�ekAp�ox��?�
W�z�LWR4!�:�Q�$�6��m��n�"TX����!��v���U�+sa�����ʠY��;L��������[�V��,{#ܡ!�:+
P6ð���C{&TT\�z�u����gҎ��b���n�1��������I��LBT{>��Y�g:�*������ck|3LS�3���+�1r��3�#+�������c1U|fb*���������1�5�Rnv�U��Dp%Q*��^��!�9Q�4�|m��^r�3�r�/�^r�3�Zr�7�r�7�r�5wZ��U��NV���V�e��yʘ��i���i�د�iʘ��i��Zֶw-�w���n3w=oFöcjݏ|�}�i�����i�5)Р�.3Lujt�uF��N;����P�=17�g*�Eb�Hы�]^���V��U:��J�Բ5����$�*B�����Ĝ��`���d�կ�_�b3".��7��r��C!I{)ӿ>^��闾`�*h@��֔J��ff��CyH����X^Sf��0�pvJlN�E�#�Zā���	�t��Dr����5�'m�V&�d�T��L^T�J�9��Ƌ�^Vl��h�HJZ)�c��{�J�z�ȫ�6��=���?Q�꾍�0H1�'�X�[u��7�A��/a�E2�`6��~o�*~��6�`1L^�C��w�ab>�M�����wQ����zJo�$vY�Z�ȉ��i�e���%O��&+1]�����+V�*زʄ�Nu>�J���,o�•\���
������R�3
�0e�kN�&���BI;��@�U���%���0_I�BU`�͘{�LK��sT'��Lc��q��&%��dzdİG�l�=]ҳ����~�Y�a����t��6-����=Q������tP��3�,A"��|���*��칕Q¦cPh�J���
��.,~��MJB���H��T}7�a�Kp�i�*F��(��t�N�!vhm6���X�:�E���?3>�uH'|B%�
%eM�󲮇�-JLlc~��4�
���A�rǰD������q�ʔ��r���3�\�����C�&b���U-cۙ�)T�g*=�&bޢz&=w��Ђ�6��0Ȩေ�0��L�_l���6) �lX��!��
;e�z;G��Jf��6S�i{FΫN�Oz���(���lZ�V�L0��v;H�����=G�u��X��E�Q�ꄍ	��F�>�?���@;��%�ʈމ2�k�����Y��=��$A��5���Eʾ�S�;%P؃}�ƧLIk�[�m15�r6�\��u���z�~��6���E�����a��G��h�)���%�AiIe%�h� K���D/J���Ps��l�m�IA����G8��*u/�5�(��M�okJl·C�vj��(EHA���UBJe��o��g���~����ai�+�����ɴ<3��xg'P��M�᜛C�9:��ru����<3��xg'P��N�᜕���K�g%a�3�p�	�X�?�r^�9/ᜓ��NG�x'%a����	�x�?�r^�9'
���NJ�g$�3�p�	�8o�7�rF�9#
����	I.NU=Wpu�;��ם��*��Q�����ώa1�����tWP5���w��
>�k��b}硲�~���Bh��
��TUk����"���n�
�U���SȶŁ�g��_�ۄ5QF�֕AR}��1��s������mb+>P������*/��R�J��i�R7��1�G�𸙲�F�J�@fbڍo��@�E�hM�@WK��.gQ��]��� �yJ�J�zi��]1t���%�Jc�t�i&)�U2%"�
�11�����S���&���b��a�i��B�#���`V�� ͜����J:��\�#)��ۥ=�Nmt�P#���J�鍦z�ix�i1H%A�=�A���ߌ�e;^S��;�5ʲ�ML�g��8X��_�؝�;XS3e�{��A�l]X��e/T(���0�}[Ńt�/Ϩ�f�pIN�'����gX��FϤ�=�0�/�BKz�1+S"�@3�5� m�̨��%r@;bF����pv�IB}pzݰ���Q�5�〇P��#�i�T:ve0g�O���(��/a�D�c�}�}�c���n�N�Of��� &)�}"�dS{s���~�����:���k�H�C?��C�8�]iU�4��xE��V0�P���bs٘:��")&`�/}�Uő�ey���Vc��3����\�=+eԁ�n��b���+��5��@G� �2M���nm�sfmiS�*
/�{�)�Sz�~�q�|�}�G�>\�VҮ�:�*��{{r!#�{J�C�T]&1
���J��T_��~f}(�>�N���B�l������6��R���z�F3W��k)0A�d6��l�#K^W��[C��]��9E��p�O�.�^!��PvEl���)�vs�TR���HP�;�ũ�!�q�zE���Ͳ���~�:Lޜܓ�W"���Rl5�3��Y�n��% w�*� ��hW�7dpI?\/|��"1-�k2�b䍄�̟�f�5�M��0��4|�m�K��J�1V>N�ಱ
h.LCa6^vC�w���n3w=2��W���&X��Q5*9���yL8�6��> �U���u&�Z��Qӳ3��7��D�{%Bh{�x�=5Q� |7�/Pد�*�P��2؈�̮0�,:�g�\�)�D��	D�aVϡmg�����E���lQ�أ��/�_���~��������\ݦp��}�[e73ڶ�>�^����"a�e�r�v�)����i�"ډڠ�b�������t0��`�\vL��u���w��^d�����'&6�'p�!��!��W�P~b
C���X��.z�lj~�Ք� S77ui@�u%�K���f/O�"���5�`�Sڻ�a9Ul%g��C��+���%�0�0�0�<��s��O3cL'�����l>�>�uH ����a�?	M���K	[�L#��f�����,	"Sf�X���6Zn�[�D��I����k�/e�^UJ��]H1��+w�HX�`�ݧ4̕iPM��/��ւ�Z�
����{�#P!�ؚo����
���������S�-h݀���͉���b8b{D��M����ZQrOn]"Zǩ�1�h��p�ۄV�9��|��,O�J�M���c
�=�M�n��/Ϩ�f�za�)Ը�/��	AN,7�ݗ3
_��se/�[z�'���N���ŢիE=�d\񌶨p��/�ۥjU��y@ҡTX��KӺv�D����RP>Q(en�c�T��aމl���Nn+v�����3�a+��� ��A���9��F6�l���C���ߧ��;�ضP;/������=>1��S���D��D��!+��	���O�&&��LM/��^!14�Bbix��R񉊥�K�&*��LU/����}��wܟ�e0��o{�JyX���e�i}@<�f
�\�lfU��
��c�1&ҭ@2�˭�\�eJ���mcj�m��d�P����n�C�9J����r�Yʕg)�"r�E��S|�J���z��Ī���9���!uٮ�Y/�BUO�(�n%E���UA"�Q���m�	��r{�O�_�+~#>�uH'|��u�>�C�F#=����u�}�v�%/���s*�
ٗ�eSM�а��L�g�A$�|�]��馃�¥fP��{�C�\@���\�-
����a�U*����*j�`��X���t��_(o)�wJ�*�l���RuS7����M������	]���)jֶ����Ö-��J-�n]%���,Cv�-)�f���{DEa����/{XL�H_S���O�ʻ4�5��6�O	R8��A�J���q��a��P��u��w���n3w8��"��9X��n"W6jms���rq�Y��J��xf���ܧ�nj��tq��e��CJ�*���`cB�6�,8���5��C4�?�0m��JL�h���%Le=iU6J�\�!�{�?4�T�15	�f!���f!���V��k���>��ci���"�,XjwLu<��6n���kic+���W��s.o��`I�w��rE��+���b��T�*�?���O��w�x�B����#]�����0�lf5Y�l�*��?d	UZ�M���'`���4�&�z���)	�Q���7q��ң
f�“�Ʌ���1��k�q+?���+3
��Wf�`iR��L��#+���<FW��3S�f"���EO���#1<Fb*x��U����2���hI�y�
wI��5�H��ka�WMHYT��$iS��ʀ��d�8	�t����	�OƼ�p���	uY�_F�l}5M�+%E�zN���d����THW��cڢX�mxoP ����sDP�4ͺ} ���H0XV@�d\ϡ����_&�g(��7�����Pv����F{�)�����ߤu2����B	��f��C~��8�6�o�V6-�d7 m����O�ϥG���@>�)e&RR~�5�%�	�����:}��7�)ܶ���UAicZ�0^T�@Ƹ����d�J�X�7*��7��as$�r"f�#�+1{��@����."��́w\B���\L�Du�N�2\-�͂��L�v��e��%�]�V��/2�/��+�B�:m���C�-�[D��#�@0�H���L�6���L�N��n��W�6�Ĥ����	���R٩��`}�RE �b����e�T��]�vLX4A�*@dk|A�m�����c���cē0}�Ԉ��E�(?b-A��x&Q�kC�^��*�+U�	O#�����+�J��pFakC���(�v��3U
}���'���AbWYXJ�WYXJ�V��ţ�Z�?Q����m*�^Vl�WXł�S�7�7Jve$����n&h�!��~&
�����mD�/�H��5�7��T��{��Ck�
��wQ����b����& =wk��Yu����+*�Rv���*�7IS�J��i�9����¤��O��/y����Е^k��>�|�B���C�]�	�Bc�Cjju}���h��f.�4#^06f}��~��9~Q�qG�aG�qF�q;�ϥG��_L��f$&9m�V]���l}�QI�&(����c����|��I��S2�#AKG*i�k�h=�u��^V+L�C|!�0 S�!�_�6-�v��S�B3��U�	P
4�5:���!Q�
����sE�0��h�nA���,�]i)�/��-��V#,"Z�ZZZZZZ2����ZӼ�>�q�������jZȹ�K�
Z子f-�*5:���5�d�jhn��O�r}��*�D
�m��K����bv؀l�c1S�9d�&P:��i��&����-�4��U_H�kskGj� .�G6�,D�c�l���_���'��>���a�&�*t�(�W���������t�0]׏��v���5���-�R3�\�&/��)ލ��-*Z���g`[}����"����:���<�]׏��?�5���;���	ݧ�ņ�v�&=g4茹m��)R�$��	���4�VF��f6�0Xt�O�!Ͼ%2@_h	�Am'�T�z���v{�������m����Hāa��H[k���	�?�{�6���[�G���1��o��/*X\�>�n�~f}(�>�O�	�h�Uq����o�2�7Ō&���X���f�vb���`�)���2����)���z�o���O�*}ҫ��㴪vG>���;*����ȴ��P��xt�gy~}F�7t1�QTT��D������q0��6sLQ�H��Vo�h�v����e@*v�-q5��*7Q��<�l�>��R�lEg&���Ѣs,_Q � �z�݄�3�˙�~&9?����w�n/��cG��f�{�$ږ$�V�F�-�f@X�^�H�2{��/}�X�P"���K���):u���y�^ca�X�F�;���	ݧ�Ŋ���hg$R���]��	Z�F;�D��"7��#p��"��C���`<���L-W��SLLZ��I7,�S2�8��E�,X�bŋ/>�5�s,�7�|�
�k�0��_9�o���y�	�7�|�
�k�0m�_9�o��x��`�ƾs���C(?V��GQ�yO���C5��, sX}r���;�c���MM���T�_٫�b/k��o)���o)���o)���v�����n3w9��ı"&Y_5F`��b��P��A���7�a�[�zځe�Qюl�=�V��9�Sϓ�rz�NY��)�􈭗�/���41J�sas.vX�A�؀@&v���3LҭEq���)��☚�)��☚�)��☚�)��☚�)��☚�)��☚�)Q��OC��w�x�M�1���c���9B��&r�6:�L�٘
.t��+��_;e��Tk�
�:��|-d�۶�B��^8gojс�L���B�ۗ��j�U�}[X���x-���n?#͋	c��Y��ng)X�hI7��j}vLh�q��ǁ�\�Q���Ŝ�@��Fو9���;n%\�GpunT^�(�3�H63�p�	ɸO��'�rn�97	���NN�'&�|���	��_�a|���&�f�3C�f���4xF�)Q�g�{���J�Wd�op��U\�P�)�œ)�œ)�œ)�œ)�œ)�œ4��i�0��a���O���
>|4�i�0��a���O���
>|�|�oH6�Z�ů*�"�
-
�#���x��Lf3Ɵ�cq�4����䘼_�?$��i�&/�O�1��~I����Ln7Ɵ�cq�4�����w�?$��|i�&3�O�1��~I����Lf3Ɵ�c1���#f�L����7��\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�|�\��@���}�ʵ�H��G��T|��qR�Q��)���yJ�K)��)������������n1��FXP�A����c�Ki��y��IH �2����t`�;��2�T�FY���ej�N�<�j�G��S�򕟈򕟈�ZT�����:e��b1in�䘚�MU��[�ʅ)��OF��y��?�1�?�1���#�MB�SV�[[ZR��ĥe�,e*7]�N����J�)��e:<���i�3�p3���m-��@�����~W�d���qU���7�	VU�ȷd�*�Ҵ�+JҴ�1LKq�~��4��c,e������
p0�
p0�
p0�2浮#Z>���T������\�Z���P0�+n0��aNb+�H�pf+ȿ�̤��N!��e���ųLf(�u���M���_�?$�b|K�f"���_�1ث�ο�b�(Oq���n7Ɵ�c1�4������g�?$�c<i�&3�O�1��~I��x��Lf3Ɵ�c1�4���j���}�!N6���7����0��
��&5ৗ1:���K���
>�aN�aN�aNZ�FΣ�?]��Q�����Q���w��������;���|u��x�����{�Ϩ�~����?]��Q�����Q���w��������;����E��^T
����(K��`U	�o\��qWE,��F!�5v]��Ur<&cp�͕C��m#l�L"�9FcY
��vʩQ\2���c�G|t+��S%�(�N�[F�>-����:��(ݠ�pb��t���������u\��A�ch%l��5E
�fkn����iTW��>J⋚f���t�ǽzn�S@5V#`�
��=g ��D�R4Q�p��'�k���i+�va՛�Ϩ�gps��ck�S���l�J;h�t�Y��Am�Tp�����}*��2�jT
?F2�l��T�S�M�7���	��-v`_y��;��Ef��J���z
�Pe���b교�5��Ys���l�BD�<%j�jS�����4�U�-9G
�P��T�pI?T�%.���EK��"RQ�C����^cS���]"d���Ϩ�s��|��J����W)��izڑ1k�=꒪��BI��a��E{xf?
���KUi��etb�tu!�6�]I3�6���k�3d�6�f?
�-�U����N��P�N�1TizCd��s|/14��_"��Z����xD��mYp&V�p3�Po�G�V�]M���=�שX�)�/1t[����bi-gZE�s�������zȬ~�cR.����:�����iF���I�5��v�@��~�)5_J�i�[��INJLU$z�o�]}����G�1=%�G;��%0�ԩ��?X��Q���zu��6�0qB��S@�biI1��✆���W�JT�=�ݚ����98����rQ��gd.1�J�Z��!c��)ګ����:u-��m!ؼ �REA�Qo՛�Ϩ�gps�(�%2{���j8zc%"NS��M:X�m�)��D�Ғ��yO�b+�5^�1,�˚TfZ8�B�M�Dp�R�­�vټ����{Я�C����Oql��5&�Wk��x|u�S�pͰ������R��В�`��k��	6��B.�T<`��6�
��92��v�;�7���~}G{������=��������
���rQɉzc�brd�J�Eh�\Ѥ*�\�a�U��`���+
�a
�+��t9C�L���d�m4R�a֗��+Ѧ*z\�	r�m��S���T6�t�������J5R�rˍR\��I�ZUJ�T?|�/@'���1>�|�\
���S�dyA�p�b(~O5��>1�=A��2�)�URlg���K�Gts�OH��k�W
d**��w�W˙M\���a�_��V��$iy��\1�d![f���d��V�OG�f�^���W��*�oc._Joi��b�W�r��v~��:�Pb�2[.�9W9�;0m�䙈􉍬��.cyˌp�z%�+m�6����6K�Ѝ��aME�{��<;R�Y7�7����Ç4�e�u��������+��K^�OE��?�bzʠ=@�s6��f���7���CzuP����ʊ�h��d`�,��<b�� �~�^cN3k*T/�eqU1�A���@N^z8*���(X�{�J����FbJ�I?J��H&{n�*��-19���X��1^�"Y*�����[5ja1���R���9g�˱��.T�qa�U��رB�+�`����"�r����Z�B�,nlCLa�{7�W9%H7:��MDRM%���s��6���;�@���l�m�R�bЯ���#m���O/�˷om��N��CL�Fm���
Z���J��&8�M�
��/�'[
4Y��kj!�j!��0�Éz���A��I��O��%�!��i�y�5��l��.D�]�d��M��>�Q!���#"�O-�k�ʾ�ҭ��5�,)�S6|�����F�}J��V��_NHaQȶ|��\8j�Rzf�����W�s�R�Q������{�Ϩ�gpu����[�i-O�&���@���W��������;���|u��x�����{�Ϩ�~����?]��Q�����Q���w����������f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��Tcc~��A��ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�+4�ҳJ�GSU�%f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f����E�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��ViY�f��1$���n�6J��U~2��_���eG�*?U�ʯ�U~2�����eG�*?Q�ʏ�T~2�����eG�*?Q�ʏ�T~2�����eG�*?Q�ʏ�T~2�����eG�*?Q�ʏ�T~2�����eG�*?Q�ʏ�T~2������`���eW�*�U�ʏ�;����v�TiU�ʭ�Un2�q�[���eV�*���eV�:�R�b5���wm�_)Y�f��ViY�f��ViY�f��UiU�ʭ�Un2�q�[���eV�*�U�ʭ�Un2�q�[���eV�*�U�ʭ�Un2�q�[��ٚ��*�U�ʭ�Un2�_�*�U�ʭ*4v�:���4�غԐ�T�܎������^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���
��ay?�S��/'�*~y��O�0������?<�����^O�T���d�e Z��+U�<�j�G��W����R�^#�W��yJ�x�)^��+U��yJ�x�)Z��+U�<�j�G��W���R�^#�V��yJ�x�)Z��+U�<�j�G��W���R�^#�V��yJ�x�)Z��+U�<�j�G��W���R�^#�V��yJ�x�)Z��+U�<�j�G��W���R�^#�V��yJ�x�)Z��+U�<�j�G��W���SS�Z��T�R�R-�yLMS���+�X򘊬>"V��yJ�x�)Z��+U�<���Q���YX^8/��./����5�����f;&!T_A1Pu�5�eK�I�}o�{�RT���d����k���H�f��ؐel��~^\�w�Q����Ҹ��$���K�5�J����4��婰'&�u5��;A3��XNNzT�؛������p���ZT*�VJ�\�!��gs��_��6$hel��'`�Da�87��Sh>��n3�G���]؀�C�r ��saEJKr&�m)`.@�K��m�>�z���C�+[�+_Y[A�Y�u�7��r/QF��Mu�30f$\���|�v6�	l���pu��:��w�u���~�g�z8l�݇�"�7���S(� űĹ�/��QG�D?�(���:x�2T�EA���ŲU9k�u�k�������)�/O�ε��붐���)�$�洦�U@u=�6�h�5���C�Vl��
4��O���rl���
�ٲ;��d�ŀ����[�Z���Q�ca{k6����Gtf[��r��)�r�INS��9NS��9JR��)JR��)JR��)JS��9NS���)��?�lE$�R��1��(�2��(�2��(�2��(�2��(�2��(�2��(�2��(�2��>��n3�G���]i�V#�e#o�쟰��Խ��
TJG���[�{yJF�i���
�lBد�&�8�z5���
�>dn>q=Ke#x�tŃa�6 JV�S6q�e�~%{z�R{���r�O��S�'(T�	�<r�O��S�'(T�	�<r�O��S�'(T�	�<a�P/�`��f
<FSK`o���EL�f6�7���=vX�`�̂™�a�
�9?�Mީk����D
�O�Vm��A�h5zuYR�uK�SG-Л0?}ӱ@�˾TPw*/Qx�-�&��鄩km��o�a���T��L3����S����~.g'�񙀧�3�)�O�'�a�04�f`)x�R񙀥�3K�f	.@ј4��O��-po�Gp�B�a耹����L��ܬ�bifFqq+�R�.�^W���v �fp����@앩��$ו%���Ҫ��R�
�����E��E���l�
����7|u�ϰ�Ujd$6R[|&��G��o��g��͛e����Qc(����� ���$�m'p����L���`�)�3����q����n��)�IRM�m��LE!Q����%5J��l�k^��h��;�ZU���/�ixĩH�ۛA�6�M���
P��L�U��Sd����
��g��+���c����6���c���_Q�#�{ãb?��5@]/��zb����ʨ������OBC��kh��*�0
�&㤬*�=:h�FQ�%QN�U_U�	O�ȡ������%M�lԍf"��.q��?�w�9��am���-qn����yG\��*
��GS�tG�f��H`DB���ο��ÛaqJ�������^EJܔ�� 4�䪵R��k��%���_j���Ta���R����C���FƽҐ�w
m1��Z��L���.fM6�^�J8l�Q�^�ʎ���M��)p)�b����R�s��7���ҍeL�N�@v�,�"�m;�.,N���9�}_.��De&��0Q�{e�����c�a��ysw�Q���@͂�]k.Ќt�-T�f*.��Y	-+],WkX��q�VJ��FjuI���1,�S
���c=�)����_S+��W���p;ʫ�-�g٦|��+�� ��i�=7���[�������>��r�¨[}r��%�Ho�槝^�Su��������4�'�7�O�i��#^��A�`@;^�3\�b`A�5\�)���V���2�k윖���8���T.�s�C����9i�k,����1v'i"�}��Y�<�r�Q��Ȅ�.�����
��g��+���@g`���Y�
TS.S��1�
l���;f@@`O3�73��ʷ|���C����![u�^1	�Ha
0ň8���56�	���{���M��^�^vR� �X����i���T��1��V���<�L��7����k*9T��\)��Q�%"CT3��P4L�_��6���?G�:��Y�.�:˲n�-�Z�[X������c;�'�̄�2��7���L�vv`>�LMv��H
n52�>�[�&4hѣF�cC���)4\��=�T�|��?�ǣ��
~fr��j���46ۚ?�m��k��ȕ��L������á���h�Y/{(L��ZaɧQ�u
k\J.���s�l�M�o9/��5ĭGN��
}ZS|��Q�6P��R����Y�kŬ�8�P���)�R�d�o�L5�������S;�v�ѽ+�k	P��Ԩ2��a�)���  ��F��v}�F���72�[uͥG�c�6k����\��z���&�m�jR$9ͳ�3ӫ@eG��ֵ�
D۩6��v�˔����3�h����t�[�"��@UZ��2��G�M��ϖR*�)Sf���2����Lz��7�g#�
z��o��j��T^�QR�e��N��A���r��`m�DS�-�@Q�f�1�!��0�=�A̫ec�6ٶ�٣�|ڎL��t�,��CzV=
�5�!�3p�oSo�+NӜLN��UM�K�
�cͻ�M��p<�
�&��s��tw��q��8�����c�0�'`�q��>�kLmz����>�l]d��"ck�o�cLUj�H%Y�GǛ]F�Q���@;�V���$���k��c�6"�;l��~S�?�1�� �U��V��9_��I�V�����Ď�5��ݷF��OJ.�sv�.��r���(���WGmGl��X�m	�e7P
ؐ@� �ak|C��Nj���c��1��1�s�1�s�1�s�1�s�1�s�1�s�1�s�1�s�1�s�1�s�1���k����>�������=��YG0v6k�	mօ}�"��P%*��ccc�H�J^����D�W�a�0��^�"D�$H�"D�S��9NS��9NS��9NS��8�"E�d:�=��;�6��p�Sf��j7�!�&�x��<D�"`�0g��3�L�&�x��b�L�&�x��<D��"`�0g��3�L�&�x��<D��"`�0g��C�L!�&�x��<D�U9���q��8�����;��ߤ���r�"o�Y�M�`*��+�eW�c�X��T�ڋ���G�Cx��U��#�I�6`Ѭ�I�?�:+�ʢ�M	��s�[�`eQ�Cf����x�FbeK0L���+��l�U��}L�	R5�s��=�7�rM�� ���.S�_��J^ͅ�e�
8n0Qb�R��9g=�?�tO~6����i�8�#�PJ�T��UYUeU�VUYUeU�VUYUeU�VUYPJ�*	PJ�*����ʫ*����ʫ*����ʫ*������%A*�8�#��0�S�G�:���a�F�aF�aF�aF�aF�aF�aF�aF�aF�aF�aF�aF�aB9���q��8����}�tc�7i=�?F�i��fI�d�#*L���DpaYTJ��X� ʲ��e�qx�c(T����#�&I�d�&I�d�&I�d�&I�2#pv��@轮�ec*X9�����Vy]�!�v��Wy�i�i�y]�w������Wy�i�i]�w��Wy]�!�!�!�!�!�!�%�%�%�%�%�%�%�%�%�%�!�!�!�!�!�!�!�!�!�v�X��/"�����c�4ƽGxs�2�b8LAю��3f(�1������i�f4�3x��<Lƞ&cO1������i�f4�3x��<Lƞ&cO1������i�f4�3x��<Lƞ&cO1������i�f4�3x��<Lƞ&cO1������i�f4�3x��<Lƞ&cO1������i�f4�3x��<Lƞ&cO1%ӟx�7�#���[�`k�6�ܙ���f��:�V`��Y���f��*�D�W�&
�0U�����L~"SmDF���lL�Ľ���t���Li�L�&Q��0�P^T��ePM�kT��q���42�$ʂU��cJ�������ؚ4�v��1��|�P��2��1�>�����e�c(}�C��|�P��2��1�>�£a�&���"��2���pz=����k�k	�i~0�oF��am�
������(
��}�a�0�;>r�ܭ�6��Ԟ�y��,	����/۬�U:|ā)�&Qk��A�6��tK1;I��9$Z�[�	mf2�O�'�0@��~#��T�;5�*�$w��J����D��U��4�������o�L6��Y[oo`��3��b����b�>3��('S1Ŷ�LC+�/�9R�k�sTe#e�r5�ϳ1Y��_��U!S.V��^�V:h�j��c�}>S�7h�=�ITTVL��b@=��_5�j�+��+����C�R�V;��²�Z`w���oF�?�q_�=!�C�1B[t¹��iA�M�
�y�lֽ��6?@�T�[�����"�(츌�i�W���|u�J9n./)ݐ؉@�)�.Lt�`
m�����tArH{��@(�ޗxt4Ό�E�,��d�Lf�Y)�o��V�Z&ȚD�h�X�Ȱ��D�oS�&�&�Y�����>a�8�[(�:8�����4��UȕZUiU�:���t�NQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkNQ�9F��ӔkL]J���voy����gx�1��yɄ��Lc���1����V9X����n3�G���1�Ǐ;W'.��b��LA*�E��>b{Z���7:
�W%��6LI��#�#�)�U*�"=��V2���+eR[|�eCs+P���(5���ޟx~���N�u>(�UE��n���'��}��1_ryLV���R���,�|#�T`�_��oȿ�b��򘟹<�+�O)����b��򘯹<��f,S�m�[J�Bmr�Z�a1Y�6�B�i\��9W�V��JƵvʀ�ɑ�B��+��+��LP�v���a�2\���l�>���>���>���>���>��Q�q�O��pb#�T	_f�e���<�+�O)����b}E��b,>�1?r�LOܾS�/��j�E�YZξ��J�p��O6��w�>�����8�=�u�4ï���O0k�y�_���`����7�5���
|o0k�y�_���`����7�5���
|o0k�y�_���`����7�5���
|o0k�y�_���`����7�5���
|o0k�y�_���`����7�5���
|o0k�y�_���`����7�5���
|o(��L~g�x�7�#����a�a�a�a�a�a�a�a�a�a�a�a�5J����;á�);p�]�A�	!��ּ0��T\
6G��(�1ԛ�YO�a*��g�e_���a݆�h�I,7J��( م።�O�m*ذ��X}R�$|%OX��S~]���%C�F6�a���U��T���|Е�hѡ�cݷJ��0��C�������X�UE�����D�& $��fB�˧PlDh�ֹ���Nـ>�E�kn2�Oy�/Y}��Q�Hϴ.��"�Pa�Y�{��%�7&���Y�
y���g
�}pܓ~�ӫt������i��=��3�6��w�>�#��8�#��8�#��8�#��8�%A*	PJ���G�q�"VP	B�6��u/�u/�u/�u/�m/�m?�u?�m/�e/�]?�m?�u+��X�%�Zc)��b���T����,�S��2�Z)����~%��'��ci��ci��c)��ci��b�paϼu���~��j��i�n��9����$��ŷ	�n�&-�L[L[L[p���1m�c��7�c�1�����cxf1�3�& ��c�f�3p1�	Q�Bm�0�ѡ��W�ĝ@���1m9B�1m�bۄŷ	�n�&)�NQPeaQj�K�ר�����B2����d}�$j9��)�t�R��W�160�!~bP�������S�
'K�f��m�T4 ���{`�zc)&��#54ю����z��cDk%ϸ��}3n�|����ƽ�lu�ڠŴSh-no������M3K��-Ap:;���!�H:=��7m㣱��C
�:�ޠ؈���]I�,l��9rG��Ȥ���2}a��^��ȏ�� b�Sx�Y[d� ��s��`�"�1H�#�ߡ߫��:d�Ԩj�mLrH�]��~��U�L�36��w�?t�I����~�J!*�i`��c��D��#U�[M󱁂�(��6
'i�S�f�m=
��g��+���k�q!�A�M��(u�?�w��:
bł�i	�j��[�R=hr�=�Pj����^TґT;W�o�J�.�v��[�/�^��:�*~���bO�T����󵯤%�
��f��H��A�t��nu�g������KG!���t�.bؔa���#ր�*���L ���JEp��ˎ�M̫K@ݷ����q0�	�d'��B��OT�2�v���*�43�W��^�p�[�3c
��!��^.�hnX��D��\���F�IF�~�Dfህ�f����
M��N��F5*S�{462�[[�a{O���T_p�R?�Kt;��ZJ����,�О&G�ɿ��`�S��II�o
L�S�e�~ɛ�
���-���^�pY��۷[Oe�@���\��Q��2���1�}��
��*��t�o��;��T�kJ�k������3^ē�0��M�N��D ��.��,b\N��v�bFa��b�,��m�][a0vA��ݥ�;�Q���W�G�c���"s��H���m��x�Bn�(���Ǜ�!��&�	R}�nAK2�RH��
�\�J-f��@%u
�������2n����>f�	��g���k�w�Cg���L��=�˸n�A��_�a��8&]��[�3l�1��
Qc��:�����
��{��툥�$�r�h�򢨾�D�zY�(��r>���O�	ڠ>��R&�0���7na=�9�H���Ս#zÙ�U���9���L&R��D�U������y���m𔲟��5R��bE�\Ԭ���3J���i�m/15���Ub&"lԉXڀ4��m�g�iN�:�֭z���U@�	��R�(m�w ��l�5�$@wL�{D7^��7A�f��fԯ��$%�����AH�l(&S@1��- {@A�Ѳ�vs�i��[A�:�;����Q���7��0�O]�T?v9�3Y��s#߬��J`o��~3���\���L(e?l�{
���
Ϫf�$�,%��f�f%�҈M�AiUŅ�nc��u��^��oF�?�q_�=�FWRxƾe��nw��Y�����	����a�0��,���]r�)lE��@g'_�i
���сa�BP�I?\QF����߀��\͡߁�v�m�q�)Ba��[t��}����W�Ĉ��1�.č"z�٣����e=�o>�I��}Rc��s`6F ���y��>�nO�\�O�cM�l1����4��O�	`R8K>Qb��)�l�ap�[\�S 8�|e"0�M��S���"Rl�@A�E���9��m�l9�((���
�:��1+_u�S�cA�uS
|NQ`����iN��-����;?�	�L�Fҵ4�+{��"�cpu�K
E;���T`U�؂'*bj)!��ʊT�BAپpz�*ڑ`��i?9��8����������G��E{�e&��"ȹ��=-K��o)4�sn���(#��F�	���oGxs�L��ѣF���!����Ry��}�))��M��P]v����	pE�E+��af]v�¡�(sv���j�����*	e`�;WtĒ�[����I`#��������q��8���t��j�M&�<��xʨZځ�o�M�E��s̥���s�ͳ�$p*��h^a( ���2�jua)�7!�����t��"\��?(��2��b�Tq��l�_��k�w�C��_�f�ǘl�H4�[,>��)bnb��n���ns�<���Ё44�|']�����v���s�<��)�!;_��S���l��T��4��5	"P[��5�s�F����P[0��J (��@-0���g7үG��F�ͼs�T0�76���a�ۘ�s��Lr
jF�
�A{3FT[�
fVS��f=�X�*���Pod������[����V�,Z�5�));�)�*lf֢'~P9[a�V��G��[�8�+�e|�A9L]T�c[�EM}�#sD���lu9Ar: ����������Yxk�a��M=�|¨�Go�0����H	5󊹩�2٪d>
�(f���4���^m��~��DE���Z�{!���*�ʬ5ѣ-<��A0�-�$�s]=�$e1r�i���(2��h,��?|B��G�SVn՘��Z٥l��LI��$�I���w^W��Q� �h:�U�z�� �r����"�%C�&TqJW~0���u���~��{��f`���:$��7��h���P\��5��O`��3a���r�����c�z��Ѷ�6zd���왙�~��‚����S2=�vn�+-�}�t�췔�5��5�D��u9,�B�*��9]������I�����W���TE�-����B�=U^&�����;��<��͊ �����n3y�<��)�!;���2�c�f����5����T�E����F����sR���_X-
��;k'G��F�ͼsT�uC
�$������P�Ûe���h-@DbC_��� ͭ�.-����FPT��EV���J���Bӿ�d�_���C1(�0!,�����?����<���s�i��,e�%�?h����B3�7S
�B}7��oGxs�L���ǻv	���F}ݎz��>�lD%t$�1G�h�Q){L�@���"��C�]I�3D����=��_|Ш� kAkA��S5
��g��+����<��E�0�2�Q��E���݇�T-���<��� �N���c�o�@�'h�A�`��:�k��ȳ���2�(�`G�	D+���
,)�[]M�3�w&`���as�0ȟ����!���B��>�z���h
��W�������}c�D"��|�@���eA�/�P(�05V�)2\m�NRy��l�Kʀ�
a�s�[�~��a�Eݧ����jP~J��U�S�0�H���5�6U��.e1x9���=��7m�\���V�l���-�M�o� ��#[Mf�"vM�Q6E�-�����)��a0�YT1۲%��Ϡ��l���ߘA�s.�{|�}�
gp�skݟ�l�L���bAv:�;!ۥ%VG�����R�/*(\�&��TCI_�3~�M�D��e�|���x�;ß�f�a���9�R�K��O7x�#>����;v	��g��}U��a�k��'g?|N��/�N�T�E"���Zn6��{s7Cx�7�#�����j�)�@�wC���=U�L*�brԎe����mcxن]�a��P1];z'[Cu0Z�Ǡy�8���aM��� ����f[IT�;�A���V#]L���0 ���	�m!��z���vЩ�y��	R�j!��4-,)b�T{�."���P%1���>����X~k)�k�*%2)�#,�:�d�LR ��1L��)�!;��Ab
��t3a���a6
e�7�H͇O���/Q�so����� YM��y��7Q7Ź�c5�^t�PN�H2����FL���5-u��7(�?e*�Z�*�\v�m���ek�p{7Ϡ��&�Mu��6?G�oo���MZeΔل�c�+Zށ��#�~��#�~��#c~��#c~��#c~��#�~��#�~��#�~��#�~��#�~��#c~����l*!]���Q���~P��'���2�:$B!�>&8g��t;���T?v!�w����v�R�a�9�vͥI0��m^n��@>r���������xCO�d-�0���Cx3b! ��0����:����xz;	Pæk�Ә�p��X�H�l��%�S�\7���`I�o�s`O�hx��9�D�e�������e(�a̢T��A�:�`"s:C�0�y��A9w�S�F,��z���ר���?�v^~��ǘ@@�k0���7yG�h��m%�����a}�l���
�߁�W*��gbN�ߌ�%0sJ7�0�-���<���i��-�e���A��U�|��|��|��|��|��|���}q>~q~~q~~q>~r���/��/��/��-���]�GG��F�ͼE�y��ͷ�a���m~��IP'�Qc� E�Q)��{\��t�(���>6���Bn62)��0��,•%��
=���ܑ��tI$˓oX��|�?J�ڵ*����U�}�9�83����*L~|j��L�S����zs�0?mNc�aw�T���y���9?���X���9c��ޜ�Ю�I�����:����4#i�x�^2�c6��#s+'�0�땘��x�&�E��؆�����
�p.t1�$ʀ題�A�,kvB3[^n�����#t>��>Ѫ�����&�a�cU��rm��Jm��S~S~Sn}��g��+���l[	Uy���5T~��:>���tAC��Cv	P�Z��m�+�����-�"�H��l��Bڦ`W�Tmb��1�d� C�	Io� a���P
�1���i�0���\�!l�leeP5�m����H�\휬�ئ��~������C"ʍ�0rh�y3�Mdq�P��dE��1��sT�ٔk��q
E�䜪�e9Q�y�c�r���Ś�;S/K�ר���T�1����[m��9�Y�^T����#���Ku7F���鰕C*�xB��;��>��K���YF�����f"�F�L`^ѷ�}q��7:Z!a�iA�Sc3�t��9���/{�L��V��>s`O����mr%�6�c�>�r�Q}����UQV�X��G^"T[�Du�v��qz�Ûx��{���)8�`$�O�2��LB@�"�O1�3�h��m/��C
������+~���P}`��j�*�e��'tě+����>�N�9���LPXv�;��1�����"�pJ�6Ц5�� f��i�	
�D� ��V(��=�Ju۰�g9��	�����x�;ß���\���Ø�1�gGt`E,@����H^�[0:��w��i�Xݎ��a�7|@�cl��A���|�����Ӕp>r��Na�^�l�z����“�'ޔ��0�9C
�m�������q��8���je�J��62�P6�h3�`�����}�3!�3/��C�
�ۮ�3T�����U���U1����a\���1Φ\G�Ǵ�$��e5,l�Pc�����ab�k�`T�o`b��1!C��Q-�~���b
�z�^6�H��a�����/�^��:�U�&T
�F�17��\D&f�S%�)�B�^2�Y�R~2���D�Na�BU��.2�F�96�0km��X�žS�m-�c[_�2��) ^8\��l�F�E�t�V��)/�V50���K�x�B���)�K�?�#l�ҩ֦�ұ ʺ�X�+5���L�|��Vm����>��6�̔�`	���,\?��A�3g����
�X(��d_Y�y���e�*c�^XC�Ù�7��ű�,H�@a>�N�DtF�9����S�� f�/mce�A��Y[NՁ��g|Ê46'�|�ی��Skƥ�h��y�p�؞�����Q���E���c1�a
�bh�����Y`17�!2�nc�3�~�u���P��f6���1���i���NR��y�P�}�y�es��\|*4�b~ռ�(b>ռ�(�>Ѽ�;��1���i���s9<��Q���W�G���6G���b5U��c���!�H��	�C��(������e���k�K��!�+0���}����s��6�}7�,`6�#���!<݌%=[�𽯳YP+��D�ͭ��QZ�g�J�E�Ո*~���Ya	Ȗ�s�z���m8j���n��#��e0@�0��Qh,~�)�D��n��&��LlҚ�s(x���3�NY�S�����H��5u�����bL�B�M����g0S�,'=�;�N��v���m��N�v>��k(�.��"�{D>�hN�5��Ba�;��n��3�U�c+x�b������������6����J�j0�ΌG�40��`�v�6@I����|��h. ���1:���@N��)���C���Fwi�cmm1���1��
��"�����4�q�!j���}x��Sv�QJ��y�J���3T�*匬᳛��n��/6��w�?e6�G�2������6Pv���f$	R�[��=�l��J�C(k�E�B˗d��!:�5���'g8&)�K�A7������bd��h�0��Jf'7|O�>``<�b��f����k��:����xz;������wlcq&B{�	R�3����k5 ,N���k2�~"X��53�u�u�/+��T:z֕�ZL���Fo[]-iS���ΫL����)���1��R�*56��9�1:��\����eQ�P��`@"0��>bJ���Ҡ Mʫ��%Q}L7���sx�x��"�� ��"�׽���C�f$���e�ƐԦ=�ұ���`�.}���)�3s�z���j�B���@��ْ��Ap���*�?*U7�e@��9"!6�)Bt�+X2�����W7��׽Ģ�#p�fA���J-}�.	�J�9B�γb�X�6V:�e�;	�c�k�������U�d��{�ç�����޾q�����ҏ���7m㘮q��r�a�m������&C���e�m�DT�|��=�����e0Խl��py����H��ج"�j�z��-�D"�aE\�m-��S$��[[!;�ȕ}oKMH�~T�P0�f֔M$��wH"�L.�"a�V([e�xCR�poruL���-��b�z�MT�[�a����lϕ�i�ʯX irD' �ck}�	��H���"'�{k�α��[[�A���?�rS��5�[t(S�R��%U{	P3�"Ucr=Rt�(;��H�,��C�^m��~�O�M��?�� l�  �m��C���9
������M��D�m~0���d�EDs�m#�']%Ma3PDY��ɸ�DQ�:;���X݈����gE��bk���;g|N���`����q��M�w�
���"�cYn���n3�G����6��R��"��H9u0rI�/�cs�lw��eV	LjM�f*���lH�z)PE��8,�{v��8@�G���B(#f5����1��#h�p,�|�X�����G��ϩ;1s��m�1,�o6����)6�2���HX�39ʤ��;%��Das��ה�Pmx�56�՛�_&�F��I���&5l�
�=TL=2F��IA�������%`a����k�w�C��O�e6"�'�]L$� �
GC�6ä=�s9?�T��;Q~Ph`عa�Pe��s{�yAvD7,YO3);H��򹿧����Ay�F�,��
�H�E�p��7���;_�x����D��>�f���9��do�e�MųZb��x\Rjt���9U��V��v��
J��v]�+3���b\R��Vk��m�Ȍ-��`�`��*�+��wJ�>`��Wvu����*�`H�s���5e�Ch^�⚋�>Zf��وf�Oh�K��Ӽ'�	�QQw���cj�b�����P�7�C���b�mͷ��O�gb�2�E
b�e=�!������Z-�U��g��@6N��/6��w�?ѿ�c7�W��	��I@ų����ah�Af��)Z�T+�G��W�m�т�	���\R��c;Vj��e�+h��� j�
bmvl���"4S�1���ZIPFo_~�U�
��e��b+�Q\��x�q+Z��3-��I�Ҳ��H�����C#-��a15Y�ڠ$_�cbZ�+�L2���"V�e*,}��*��T�؋i�I�v��
����G��g|�&�E��Љj�����2��+W@/ڶ?�*S.Ej�.���"-
�O�:(��kv�QL
*��NQ|���f6��("�|V;�_IS1�UV�J�}D�Fb2��vn��B>s(7�'�Jm�);D�W)p@V]�\��L>\��4�kQr�;�v�!��֝Ų��V�&�Mm(���Z.bE�A��Y�����u���~��wC`�*Mn& 2��ELzf=LjV,j���@2�B����4�[�'!
%J/w��J�0��T�s�"�Ep���)f5/{�pL�ХU^�+�V��f( z`-K�mqAt�6;4��_;��oX6��ƭ(SR�;U�Dz,�s��\C�GЈiZ��X�e@̏S1m��%tgE7
Q�m$�5�`�Et/rN�"`)"��t�R%6����
~�i�QOO�V;&
:�P������� ��}i�E)m��0T�o ��i���Z�)󔩄4�X���8s+06m�Wsk�fV����h�t���e�����?�	��$�4'�3W�.��2�T�N�gM-��L[X�J�J�&����E��Hn�ѯQ����%1)�0�N��Qs"���x=V
��	0�5��ec*Ƹ%gѯ�a�i���E��/)�LD�zd�Qv �@��q������h�;S,�K^v�K�xI��7
Giq��:	u*`70jã�^�p��9�TH�Y���s�rE.�:�?���X��L�ӥH�)-�XNL����&�����%G��	k�P�p�Ⲷ�}��a�-:-�j�"�S92�/KKJ�6p����)�:d�{Ϯ�9���wL�x:����\}d�B�S�JR;䅭V�Å�ս�89��g&�E�؀�f�e�S96��j�s�7��`(����;6��CͰ�h?HO��f
�U��,[�����X��v\�ak�[�\�3P��`�m�\�p�r�5Z�'6�PA���ufX����bY�=����a�����,~�A����m��TZ�ܻ���fh�&9ItA;.>I�Bv��1��u>R���V�sLZ�B׹:[���cbNR|�s���,����*X�6���SN�NDzW��0$l�m3���y����9���S�j���J�d\�}��^��DnQk�7�֕B��q13m�1U
�m�+�L�e����V�#�X��cT�u]�7�
��;��J��5WML�6v&W������LK�%u��eZ�
O��
b����U�|�bY���3z徳1MQT���������ٽ#�7Zr�l��W��c�W[��xLKU��յ������Iak��l�X�i9t��� S|�������j	�ʕ1��)�+�C�7��{=�� M��p�$�+A�.ֿ�D���
�&�Oќ�n�6����+�\�&b=m�㊵ؒ*|�"�b�&ې�a����ʫoX�T	P>�%&ٷMG>��n3�G��� 5Gs�6������	��
�Pnj��:�QkJ-h��6YE��tHHh��W��&�L-6sQ�c��Vрg&6 �"��=��/k��V,A��c;9�5K�E��SQ��l����� s��	W>s�	�֦�9:�&�_������
v0:��6���z���}���a)��@2� 	D�)f�`v	�"���>3
lf׼�J��L9*�}L-�a�����Q˗V�cv�’�U����jR!�/&�����o�\į��kF�S.���s�+'�.��A�4"=��D�
����z���6��E�a�5�a��c�}����T9wJkQ���}#]�ܙP�%Bm�T71ͯyP�c��fa>�O��gtq��m�(dW�5+
�m�P�`��h5��0�T������\��g�a��'U��Y���)�|�����[*���7R��Q���M��|���W񙺔�6|�@f$�R䓰��I��&%Ճ��V`�Lؓ�k�A&�c}
�{�3AUck/c�}��qA�5����u�ƸSaʇ���Q������f�zn�]�ܝ���)�*��:��0语�mi���e'��j2�T1?�(#9�R�'�
L�0ٔ�"*Mɱ �0⣀�t�U���$���C��*�'`$^aU���
��Q@�d�hvA)Vd�
M����JGѩ&�����T��k�)�ý|0�	�)��`�a��3�LT*'`1��Q��w��i�X�ʋSE�N��wBvJF#�z��&Ţ&zl�[��b�16�𘫱Ѝ%R�{o��a3kp���s�IZ��W �v�J瀏~}��g��+�����`��7��,�U"ҹ���#^>���٠��7�?��_t�xnzf47=�����}5[�R��f�|�:��LId�Զ�Q6�I�.K��aʸk�q�Tg\��9 Jh����|�X_�bC��V��ʡf*�{e|݄��S�u2�'�i6w�z���}��@��c��f%��Jca�}�sKX�J�����tlЫO�Q
�"��A�ҧ�>P@��iT&T]f Cp��;��n��6&�R�*J�{��D�a�D4�e����c���T���U���xǽ�a��������m��m~�g��N��'�	�8+}/h�5�~y�W^ì�r���R�S��֔��u�ok�0z�͈�2�v߫���V��4Êz��DsQ	{%:���f}�"э��?���"�ZS�w���#l�l��p0N��/6��w�?��3�~p1[��XvĘ�C����P�yT��c	�����Val�19���mG�5�K�O���G��I] �N�JHꈄ8�6-�}�>�_�@Q�B��7'߬�fe�M��D��'��t3k�H:�*���Gx�7�#���Ƿ�=c� �q�莁읝/�^��:�п�bR��V@�bS�#����/�w�_�arl>&��eD۾��gi������͒�Jv\ �)�L{3�����xx�J�>�Y2��옔�n�b)��ueWg�X��Р�t����갦AQ� SsԵ���l��%�yr�I�
f6��V>�t��>�l�ƹU$�{��n��5wU=��I=#�=�>�O��l���x��Qf>�X��+�۾�V�6J�iP�c����T���w�3?@R2��AS'�����$�	�~���{D���0�B�(2�%����C5f�}�2���}!�/6��w�?��0��K���[Z�
��a�'a��-�[Xm3
��Mv&L ��a�%�7Q�Q�zG��?���a�t&$���KG�o� FS�̨��G�i���ʛ��z�6��A��Eɴ�p~
X5��aj��DzE��_����]��t��J�Ɨ��9���z�Q���W�뿣^��:��;{[�c��X���oNt:�F\̧�*���+�ӷ�*����L/lǴ�w��k�eb���5�s4��<ZaM����:�'X��c��ʷ��4���0�l,~�*]�N��������\m�*[�X�z�[�~2�)��ԑi�%��1�X������-�7�0L�F�F���6�%�)MlMβ������(��׼�/c��Q��� }䘗RI�YHm�� �E��G��F��W%�my����r��/㜧����)��9����r��/㜧����)��9����r��/㜧����)��9����r��/㜥����)��9����r��/㜧����)��9����r��/㜧����)��9����r���_��0�������r��/㜥����)�9�_���r��/㜥����)�9�_���r��/㜥����)�9�_���Uϐ��k{F��ˀ�}����?�_�9K���S��s����/�_�9K���R��s����/�_�9O���S��s�����MF$����oGxs�O�;����9��#s!��|�&�C��Ќm*��2�q���Y��ʭs�X�����(q��m46����<"�!Cq����a?څ��8��x�7�#���w�k�w�C��o�eP�؄�o9I�X���bm�+p��{%&7��nt&0ֵ?�r���(�or
���P}=�c�C
�Jf�	c.UQ��Q�n����.t������S}4��Q�����#g|��h��T�m~P��눤�XT7��C�Y\�o�lB
>3it�*����r�6�g(�6��3��YDxN�Ʊ0��w�6��F�4hѣF�4hѣF�4hѣF�4hѣF�4hѣF�4hѣF�4hѣC\��9��ԩ��P����3���r���
�9B��P��*x��sS�(T��<r�O�S�(T��=O�T��5O�T��5O�T��5O�T��5O�T��ei�A�g
	
��j�9���j�9���j�9���j�9���j�9���j�9��u��G�._t�T��=O�T��5O�T��-O�T��5O����=_�T��5O����~}��g��+���?[}����[��5W;}���m:~Y�
ˣ,��;?,���r5���`��?T�B�� y�kS��E���@vZ�4׏�`��U�G���`֛����90�hS��[�`�2��C�7�*�{����'&�?�r8@����f\d�Brm�'6��`��آ��96rh�Q�K����0�K0\���a33R��R�

�"�
�T�_PC�6���^�����T�`J�o�"Ѵ�n�`���^��?]��Q�����q��8���pŦ@�=��)
tZd\�e5WJ��2ۤ��Y_�
��,��r-k7��`��뺐R�k�,lm=%@�*Y����4|AϘ�R���
��.L�ҋJ-0�	��p��m�&%�h%�ZRn�ѯQ��_Hm���3�m�o���N��0ʀ��m�ӓig�Il�o�a)�f.N=���R,2�D�Hקev�U*SK�/96�:�
!�ُ`���U�\�Q{L0'���NNE'`�3��PK���}�?��o��w����CӦ�E���3�
���0T�(��K���L
T5i�B���Y���
��A\�'e�
��]�?�re�c��2�h4jxf|VaT�%O\��2�#Ki)t�ͦ�@d�`-�y�B2X�c0����2�)EiZ���6���=�]J.�I3W��@��T-n��b�j��Icf�)����
peI�H��D����풉��J$JE��X�e�w���}��w�����G�qF��:����x��ZPiA��PiA��PiA��PiE�#(��ҋJfS7��C��>��g}�}/�^��:�+~)�p�o���#RW�"g9t�@��-���X�O��%2��.]/0��}��(]i���aԖ�J��a�����i��`��o����RG�%�3��e������}S��6"���P!�n�����@g�3鴁i��%�"������4�Z�t}:~!;���_3E��\�5���t�I}R�م���0�o٘ec٤�(#�)��Otç	A8D����^��9�L�
[lV���e���ǫQ���6j������W�9X���7�$�e����b.�>��|�Kz��2̳,�2̶&v��w�Q��P�X
�T��F�3����J�;�kD\��R5���F%�=A��"��O���>pYJ���)���UN3R����bj[�1U8������6�ǣ�u���~��E��Ģ�ZRoB}���&�a���BnOd���}�-)��iM�۲Sqv�dG��Nqp^POdvJ	�PN�&8L:p�t�0��aӄç	�N�%�0��*���V��
iA6n�P��)��S�7���C��8h}�-c;���k��#�P?�}�#�G@{~���z���i�i:_���2c&2c&.cf*b��
+i`%i^V�W��iWB%i�"b̭b@��Vce{���Z�2���LyLii�����2��J��TV����=��f�ț�PH�(��J+���Me��(Q���n��&�x�F[}�[��U��7���5����iX����AG�MH�i���2����yT�׸�����ySRu�m{k���&�}%0[@e#r~�N�Iס�Gxs�\�0@�-]D�s�Arn`���o�
�����Y�p�@��N��^n�f!���[*�tw��q��8����7�T���\��QRY�����6��-0�.-(+Za�e�oC��E���X�l��p���/�V��!?X���	M�2��j@�:{�Φ���8F�	Um+�!����ʩ*�#`���T�U]���ѯQ����3�$���h�;��:����a�:ʁL�:F��{���pT�<�y�S���N�
��88*ppT�<�y�S���N�
��88*ppT�<�y�S���N�
��88*ppT��sa�M�.k��i���a�p�j�&�	���a�هd�9�9��9��#0�/2����R4��Y��>��iL�$j')Q�J�Sް��d	1X{����(e6"�KBW��{ґ�xU�<�(;?hQ0�����T�wsN`"
�S�$Ji����%��7��eR�
=��S����8�	@�%E˴��ec��)�a���Dr���U�
r�a�̈́sha�z���g��+����38B4�L)�Ǿa�m2��lV:X�
e6�鋜�m��z�%��K���#+�o)]����Iζ٤��*���PM��>ȴ�����-��/��u��;����	N��(վ�o9B��[��e:���\
�e:�{6���T��nɸ��}��︽Gts�C�X)֩�Ŗ/�b	ݒ�p����LX��j&=l�H�iy�X�����H[�n&-F�_>�ee9�iQEƗ":��?�7ϩ G^1�a��z��w��G=������2�G�K�:����hT�1��ݧ|G��^S#�D�˧���*.U6�jmz:��ٿ�Ҙ�QIn��{
�t�3U7cs+Ru"�
���\�4��d�E�#V�O�g"ciS���D��v\*(��	#|u����n-nm����l�c~�F
(�ۭ���V����ѧ�L  n$��)q��
DAs� �(��51@;e��u;�+�AI�����k�Q��f<��?F����(9!���)�/���{SSv��қ^�-���O�tw��q��8������/�
�<9�'�����4P`��=�ݦ��t�!��s�/�`r�E�xA
a_�퀗(�6������6`E����S)c��ߤ޿�M�M�JM�Sn}P�a��z_F�Gxt6Ӥ��� y� |&��S
~��/Q�ۢ��FU�a�+(oi��%�4�*�@�&V>���+=�W6�H���i]�&���V��Cr9���}A�
�f�@
���X��ߌ��ew��>TU��@�I��`AF�;��)�b��``e��"�o6�3;�1*��?�� ZbA*�o����~�2�z���ķ�/*��F�TP�Cq��Gxs�M�D>�p�!w�%0����)���@^V/��)$��5zv��N�rM�J.��Á��LfD��Ai�&��[_�:�{���Z�L�����vf�B��*����,6�Ѯj���ڸ��M���R�x���@K���5��2��l5#�U�Da��0��xÌ=k�Ea���������s��O�3��/m�t���hT��`���a��c}�o��.(6��t���oF�?�q_�=�n4�c��S�90��9O��0&�d����֪ı�R''�9WR����>S�K���8L
�ى	p@��oq��xl�`�C���gz#h�E�	����'f��l��l�r��w2�L�A��/�o��_ц'�o��1��)ޚ췘�ס���@c��}srM�y��B�A񘭧|Ư�0���+
v�Ϻo=/�^��:��S��Lw��P�NK���7��v9����L�v�ѣF�4hѣF�4hѣF�4hѣF�4hѣF�4hѣF�ף�^��9�7:�2�=h�v��'�a�河*���R$3l���A�H�C���{�50|:$���e��� u��/�}��M@��JK��Z5�/+��A��im��Kv���q����_���e��K��m
�<f!�$���ʆß�:���"�ۄ�ur4��mF��>��=���F
w��P5ܬ�T�5̣��_fUA��J���Nm%`�}T��^�5(���6�0�	���	>�a;w�Ӿ�
CT@�e:�JO��H�VL5%o�P#_t0��a���@ ���j� t6�|����U�k���J�{6�*߰XESop�����h���u���~��v����������(ڢ%#q�� ���0�ֶ�P"؋��ě�~n���re2��.���ﴃ.v�  e��1
��F�jԳ[�rIU�-���=��7�
�[+hm�mc;�D�:���xʏ��I
��k�w�@\L5/�j^0ԼP���E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E�xD^�E���/Q��д/�˖��(�:?H�>�U�/�
o��5I����_��jp1����R���N�̆����sM͍����VT>�T��-(�fR7�KINv�-��M��w�Q�������lr�*Ua�c0�o�'�a*��|��ߴ��Rz��0�¡���	����5��J�u.��+�M7��P�}�K�$�G>�v�*�
��Ͼѳ
M�x�ʂ�km�	�10�Xv8�0�~q0�W7xM��F� LM��>114G�:�-�hXLB���b�+/�y��;���Ax6t7��q��8���d��u�tPPt��6ZҒ���Ԭ�Q��6o[IP� �ne��S6;a��s�G1��	�挤�3��{{�����S1�폘���mE�ͥ��x�.�ު{�m��ϖ���E��_F�Gxt
�ReU��ƕB��]�a)�2�E�_dF��!�D%I3cGK�T��UJ��bڠSw��1>�7˚V6���K	M����֔�e��>�x�Sac��A+x��t1.�����hI��zF]�eԆ֚�z�O1�iL�q�u ���M��Π�]��;���&R�Ҳf1 �Z�Ͳb,F�U��"�mF�� c��J��є�F�/�a�kʷ`.FS�F���A;.L;��̦�=�%:c�&�唕�ZREq�/��R^�3`t���_��\X���<W�ew�b�DA� �p��:=��w�>�F�(�I���pc%W}咩
c(�}[����k[YH�`l��"�Z����./a�P�N��(��ش�S!���@EH唝�J	�"bj��c+��m������:1�5��1��C�1����X�^Ŕ[�4rj=#ru�Dw�����E6����8/e6�m���8.�u�|���!�>�U$hG�1�q
�jL�[�Q���W�Gi��R{D~���[�G�b?��k�{@���ކ���G@,/�H#�[�m>��!�kf픜�� ��m[��>sS����4!��b�F�s	�zY}��a1�o{k������K(�e�13z5$X�&�G�o��3m�"bʹf3���1���h혚�~��o�}���>��U?T�S��2�q����5
�Z��0>�.�*F����e:w:���SL��� ��t�i��V�z�a�ot�A�W��1��*��FS�嵳.�,��bCDK��>R��M��������k��JJn49�a��o��5��n��	o|���aPޱ�ٿdD���>P܁}�sw�)��]���i@�#Y��ņr%�B�{�W���@Z��P�,�D�{��"x"'�$���MCo���A���h�g%�l�갫L|�r}t��µ8�Z���0'i�F�B�`o���a����� cmF�b2���[v�l�ϣ_����Kݴ$��{�F7�eU��7x��<DÞ"a�0爘2���s/��cY���
Eo�)�iɬt隆����s�*�ԭI��r(����?�9=�w���I�ԧ���x��E�K��w�{Υ��0��n�0��x��<DÞ"a�0爘s�L9ۼCb-���/9>�/�)�J-(�>�ç�T�I���M���6�h	�O�S�&7�c}��G{���5F��E��@�u.��a?Ծs���eG�99�S�Y&#w�PD�i��ln4=�C�j��.Xk��0��`ɬ�s��D@��
�L��l褂A6�2�L1�%v�fz"��RfbBE���-��0�=���reL���'�F�뉇6���l���<��Q���;zr[�O9�m�O9�����Z�E��@�ſB�c-���G����Y�Սͯ1n}��T�),f �w�u��f0�u�k_I�k�A��j��?�c��1���1��� �C+�6U�o���ME��J��k�N��6���+:��E̫v���1��ͼu��z5���SoKOUw$Zr+��/�9�֗朊�kK�NE����#� �-/�9
�����@�-��S��9w�$�J_�r
��Ӷ���!!$X���! �ٝ?<����"S�n�O�9H,	P��!5=-�U���#?��ӒY[�S��Iں8��jMĨշR�k�3�3�����_9���q�0 -L�R�!����Th�q�0�f�h��u�@B6�$�����yi[C�o����ݔ�����s,�zG�����	l���OЍK2��M�/b"3:�2���mZ�9��Q��f�;����}:Z�/�9�֗朐�mO�NH����$?�R�Ӓ�~i����4�w�Z_�r;��/�9�֗朎�kK�NG����#?��ӑ_�i~iȯ���4�W�Z_�r+��/�9�֗�� u
k��G�����9�T��T]�� NJ}�KO�NNH�‘�<�%����rc��jS��Z�`I+{���>Q���*��T��������������ƛ#[Lk�r��6�ƞS��=ߵ0�E_A��V������oFCYTٮ>�e�J)r,NH��[jn�P�g�r��)��䔓�)�_m�QL�X�����q�v(�h{D�N�w �M��*-S�S�Y�>���7S�CJ�m�q��]����J����1���1���1���1���1���1��
�Q�wG��;�����7�����Q�w�Gt~��?]�>�q����y����}��wG��;�����7�����Q�w�Gts�"�ja{#X�_!l� ���T\�ǧ�>��ŇAj�Z��b�!��3�J�dJc3���;��O��B�� ���cG�]���n3�9�bj�oahS�`����(� �~'�?��j\i���T�g��Žd9O1��0(��a&������Au�,W�?>���UA$�&'��/�AUD}R�FQ��o9]��
�o��^��;�����ˆ�Q�wzF%��08V'w��a+S��M�=���]g-a�J�'��3�+�:ႚ��+�>�t��DR�`�3��	���`�	)A�.>/1���^�P"�@{g-�^���(SP[�
��l5kS�MT��N��rSzmS_D�҅b7@���DՀ\�Y�)y?*�@�$z9�6⺘�J����6�քg�(�N���T��Q�W����v�đWAk'j������j��k�uE@��.ayO�S�W�i]�)��j�	ʣP�*�1�J{ z�4��K�h�l]EK}�>���њ�eD���Zb�Q)
�0��P.u�1t�f��IV�R�r�Q3-jY�&�S�ҝ:.BU(� w�eU�^�?J�@�/�`)�;���g�D��s�!U�����Lw���)�������Ϩ�gps���(�� �1	F��
Z�������ܥO�Oц�n�p���N�@A��r̯�ޗ*�g��]vʃ��,Qɠok)h�ݨj�=`�c��xU�͡t�
N@1�'���|%7��G���W�Qh��l[ʃ�*���t��F�ŚT�i&r����h��Mi�_����w��(�����`�S���%A'M�
h}*
i�
]F�')d��jrz�f0U�W�ϣU�RMī��:9�����}��wG:�b�.N���/=-5*sf�ln&��\�1 �f�F��"�\9@ĝ�Z�(!9�!���p&
�'�����ߔ��#���	��V�:NH���ԭT�w��Ă��I�ԫ`�M�]p���Z�oR�L=D�%���AR�в�]��Ju?��J�]���W�UiT\��Q���.)J#��&���L5ZX:Vz6�
&��+�G])�9l,
������:���PuGt�YH
�L=J�\V%�SRr0����J� �����m�|�O�5��z�TL5C��T5�œ���<&��V�����FKNF�]r��h�w<PiER�
�I`,���5�"�Rj`:�1l��kb0�CM*@�Y��-�$�hz����>ւ`��Hniܰ9�`a��(z
H��*pH6�?�M]�S��
l��B�ɦ���4��ѷ�Q��x����|z��0-詳����L���WJ���/캉J�\6���_3-�m��jPé֡B�_j�J�Jt29RY�(:
��U���'��V�C�n��YEښ�fp��꼦N&��tQ�E�v\M R��IЋg�Q���B~|��Q���M��-J�*Sj)%}>�g&�*�A�P���3
��r{(�V�.lv+�U�����;Z�6)�)���SV�g�����{�L
U��i1�v2���Z��H����VS4�S�0�&!�{�;B�����:�\�j�(��A��XLSb�u}�����o�]��w�W[�zE#=�Z���k^ß�˖ɖ�nI�Y�|���wQ��iS�2����Mj�[5Z������~}G{���C�j�UM��@��X�ϸ:��w�G|~��>}F�;������;߮�����}��w�����n3�?]�?>����:�$6JM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�E��^��ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJl5F�I�JM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4�ғJM)4��&�RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI�&��RiI��2�����L�aۈ�v�&���n"aۈ�v� �%d�	Y<BQ%w�L;q�D�x�D��D÷("a��(�"Q<D÷0��L;q�D÷0��L;q�D÷0��L;q�D÷0��L;q�D÷0��L;q�D÷0��L;q�D÷0��L;q�D�H��D��%#�J$�baۈ�v�&���n"aۈ�v�%��\���!������A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�A�u?,�
��_*dq�\�O(��F�#�J�2��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS��TgS�͌.:�E��L;q�D÷0��L;q�D>�6��Z�3����r��7��%�J'��O(�"Q<D�x�D���%�J'��(�"Q<D�x�D��?X�v�&���n"aۈ�v�&���n"aۈ�v�&���n"aۈ�v�&���n"aۈ�v�&���n"aۈ�H��)"R<D�x�A��&���n"aۈ�v�&���n"!R�����[T��*�o�NHt�@I�?�t����%pS�k+�+��+ʠ[|���i��L���}�����lV��b
W
@y�jՀ7rvܙ�B
���ߧ��em2�̪t;%b	���30R#�/�X�%G$mG��V֘�6�ܩ[�H�*m�f�v�ک�;#��9��o��
%H��=ͣ���?Zl֌B��9j��C+`vk*� ){�D��d)v�I�������Q���O�9�'Y�7#�}ҳ_0�
��J�ҹ�� �0�W[��ʕ8�(n?R��<3:��"b�$R��F;�>`�\�Hg���VO�V��N��pF�!���F:����Z��i��v;�,�V��'H�JSPo�	��k�f(��}f$���bHk[lŐċZbi�$�:�cy�o��#gm�p��)����J����P�M�;uc�7z`�5�J��T &�M�>�ޠ�vo�(�?���ݜ��jy��5R����n3�C�����Pv0�w�^��?�a���#|�r����2QY�!�"���=�s k
�C���iBa�aL��������������R�Q�w�{�~������p�)6���*��	�xL�7�0o�`߄��	�~�&
�	���`+xf��`+xf��c)�u.3K������G�:dh4��LS�kԮ�o8*�Xiy\m�e�؍/�}l�mm�:^�=
ZA���%V>�ڵ��k�Vʛ.L{�lF��z���Ӿ�ʣkN�'R,���)զ��z��������Y�)�J�*d�E�
)T�V���CNl!9ʃyJ�EV�E����%7C������h�����V��	a4���Z�\�����.9ΠΌ�(����2�����c�o}��Fg@q LrzP�����)5
���u[�J����J:����!UE������؋yLH5���g�=3�����p��v��v�r��Xn�{"�m׎���m%Eqk�M��'�%6�f�H;�6�uoݞ�q����}����T�J��|���5sn��L�IY
�}�����>�L�Z�^(��Z�Ç:�b�LS���Px�b�l����z��P�P�����pDRdJd9��F�z��~�xt�9w0�,v�hV��	�Qbe*�����e�\AF�H-=	4��*�(���|Hz�ǥSOP3L&'�
,j9Ck�&�Z�4	�
��a+8�(�`�ݯ��u�vJ5�)Wԡ��ژjZ�Rs|:��JKx��4$J�m�LE@A�%gnkJ�G�b_������%���&�|Ķ�
�X7Of�KB-�����zV�N�R
���P�.�]�(�0I�("RRNoF�9/%^M?ձkT̹7L �WR�D\�n�TX�u��+���e�� ���*)�yu��zV=Γ�TP�:JI'XA#o��	�lka�-���P0$	Q��U	��!�+3��۬`��pG9
&�ny��B�w�ϐ�����k}���mKXKd�m1��I�d+���n����r�g�r��
g(�a�7��zF�D�F���ӕ�!���Kv��J:����p�k�/Gsk�l�PzJs]J��|SBI�tC�2�J���)kp��R�!���&��zF�S�T�QV��t�(���lٓ[펶D5�/X?ܤJ�1L��M��КEJe���(�0X�cs���o��s6�.-h	k�,4�ipׁ�l�7��5�&f")����`�]���.�S�a7�wV���7�!����6U{�0�jakP
�MK��0��yޒ!���`��᫩�Z��82�����1�X�1m�n-��2�@�sl��9��& ��bʺ�����X
N�)G�"�r��ܙ�sO�r�&�S�ɾ�{J14�����ת�қ0���9ج�rv*�JN��
I�B.���t~��=��(� 6��?	Mm�Қ��5��Jk� ��A��"n�u� �yMe1)�LJbS"�SAADz�����	�Rr���17bD�%~"Ppi�U�N�2�' 4��Xs)�jB�B���1]P��3�w�&aj��V����3�_���q|Q��yGG�W�6�|R��ZQ�^RŁ�yG-�^S����Y�]^Q�^a�-�F2�DSڤt��u�ߢH;Ī��$��Wvc+:����\��c�m��1���n1���`N�	'�^�߻=F�?�1?�=-,u���>�TZ)Kآ�d�
z��=es�Drj1$��ʚ�SRnc��cySd{��oc�x�<a,���:!�_J-�v�����1J(*]����켢
� #`�V�M
�{*��:H��w�^��?�RC�Pf��JH>9��s7�r���r�0�p�'y��@|)��Q�	����N���M��NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�NL�}�L%D�(��.�Ҏ������[�g��g��'���\���4�<�<�Pa�a�a�a�a�a�a�a�a�a�\�� .}�#gF�&'=Ł_|��f�ؖ�vj92��_l����2����Z�z��D����G�N���^^^�4�3L�4�3L�4�3L�4�3L�4�3L�4�3L�4�3L�4�3L�4�3L�4�3L�4�F=>��Ӫ����f18�@>r�0>
9B���O�NQ����>�1�4�
|c��3�i�i�4�7��ӿ��}=��c���Ӕi�i�4�7��
|c��i��4���f>�1��i���sL}>
1��4�4���g(S��N�1��i�4�4�|c��i��4���Ӕipo)�4�4�
|c���Ӕ)�i�4�7��|bV��k�u=^	��c�4&	��a0�L&1��a0�L&	��a0�L&	��a0�L&	��a0�L&	����a0�L&	��_ݞ�q����~��7x�LS�)��S�xE<9��xE<���)�O�)���\�L��B�_����w�
"�(��{^״[.��a6�'�@��=d�&��_�E�a��.��hy�C�f�f؛EƢ-���������3X�\l뮟=�q�h~�xopq���t���wO�Lяg�34���f������3B�4c���a��LьbL�3L�6��1��3B׌c��9�c��9�c��v���(�>��;3ˑ}g�} �v�J��ĸ��%��z�0u��@s���5|�&�H�A�PX��Jd��>�.3i�o�S�sf���v@�7�Q	}m����3���n���-�G�odz�l�C�.oڷ�
.;?���!>�#�m�EQ�۷�����a_[4��n����n3�C���߂�Jc�
gx�N[\n�*y�4�L:���m����6��Glª��X	��C+�̳�d��{03L�bWM�LeU��a�	�9����"`��DF��6^-��+}S����SVQW5��iL)S��d5���"UO�S�%T�	U<BUO�S�%T�	U<BT^"T^"T^"T^"�O�~�xt��q�����ҡ�
�*9�ѮG5SiPݶé�c*T��R=�<�
��u�RcXʧITʧQ��$~g��n#��vuMfŔy���O��Gpt����(S�Z�>s�����=!���4�[a�植��mi��C����MTS[���2a��D��9�����a�p>si�;�Q6�9I���o�L��;�Le�8��($o�iޟ����Q�2�#C�0�u�9B�����P�o�٨��� l>r�2	���)Sc��.v�j��!j0ڿM��Q�wx �	MZ���|��|�0�@ADs � � � �hy�A�[�g��g��'�����b�b�b�V���AAAAAAAAAAAE�G0+A,w�ʈ�Ja�bg˲a�É�fx	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x	�^`W���&x�).ņa��Gpt��f1f1f5f='($ǤǤǤǤǤǤǤǤ�������������������������������*z@�?�G�w�w����Q���O���.,w�ʈ,K���:���фh�8�F�G�qG�qG�qF�aG�aF��#�8�#�8�#��0=?�G�w��_��ʹ̲�浦Y�M���a�v�������n3
���B��RZ`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�f
x��^&`׉�5�`ˆF���"�E����v����W��i���4��࿚a��_�0�x/�*��a��_�0�x/�j��Jx�(U�?4�W��҅^�Jx�(U࿚P��~iB���W��i���4��࿚Q�o�#�|<�'�<���y�=B>�Ru��<�c)6���r�M}��S~�S~�R~�#�qS~�S~�#�/�y�=N�#�r��r��p���:w�^Uu��yLUBOfQ1>�1�}C�r��g)1��[��Lsi�3�b�A�J�2o�<�"�O�R�`��]���?P���'(���S��P��g(�೔jpY��f9��f5��a9I�,���S��Q{�1�4�&=���'(����u�}��rO�g)�#�*�s�6�a9A�3|�X�Vm/qd��?R�k�:e����1����_��}BN�r��,�
�b��P�?�G�w��}5��{3XCu��e�ܕ��Pl��ϸ��uW1�D\��P�id� �y�Ҧv���c�n����n3�_��a{�0�x��:�^1���Au�����L�+�λ�H�Ϭ���A�@�c����׈]������Xٛ9�y�6�d[�����=��+C��0���L�̖
6��t�;f�\�2�|lè�:y}�؋Qhn�F�r`��~n���ZeA�ҝ1��b4N�u����3	��PhO�7�n 	��ޛ��ɕ���1A�@Ͳ���A7�0���kͳh1D�7S�(�?��ST'g3��C���ʁ�՗7v�����f�&��nz��m3i6��J��U
�7��vP�Z#(	�o�<�m�����[�g��gҿϠc�1�c�X�1�a?��Ս� �7'����u �0t5<�{m�6S�`��0u��z_�M�?���( �Q�1�$���V\�+Ӿ��t
���	`c����)��4��@@J��:}��wM�>�)E�.�eL�[�-�Ey�^hbm��T��[/��ev�eV*}��X��l���5���TC?Hs5�,�]�b�0��*��~f!ws0י��6�}?�G�w�;cB2��M���	$�E�#�����a���o=gi�pn.-���t
,Թ����dmOdkCx �V���7����V�|��#t���f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�0����W��'���a?�3	���O����f�_�?I�;�@�E	�0@I:
�=��>Ɇ���F�-�DQ~a?�<;j6��c��� ��*G��]��)T3A�݆T!I�c���b\�
.t�I1̬E�o�m�ҝ׽+X��l}��Y;v�f&�l��GQ�>ʲ��^��]nG�6
c����%s�3i��2��:gXn&�͡����My����Q��J���?l`
�׏6��6_��6�/��7�7'O�GQ���&�C�*���	����	vf1J���ɾ9
y����; ���4��\�m!'���퓶�jo5^�T�����oz�տvz���b�z]���CbͰ�IF�A)��g'Pa>��"�chD<�~a�*l��[+l&E����
m`�Ip/��*t
�=�K|"�chb�ح)�7�=\���BM�����{����~Xi����͠ڣ�O	O7�����
���e�"��@�b��"aʮ�&��y����&%�V��1�d�]I�!�0�Su��f��ʏk��*���ƹ�<�S{^)
w��~�A���O�GQ��G�OdE%`����`E1ARf�mͺc���������'h��h�ȺFK�=���"���hAp��Y�Ai�ga#��[�g��g��+�����/Q����m3�����m��Dcf0^փ��~�1Ip��0�b9Q(m�K�m)������Nۈ}|�ƹS4ei�0jf��}{@�T�A�Z��ܑ5Qx͖��̓��:}��h��[M�I;�Jwc��̭Vڱ��;L�T���������T���9�~�ck��b#�h�Jt�2�<��7�t���F��t[Ǟ���%��7pˇ��.�ȶC�E94���4<���u�ߦ;e �sRR[���a(=��B��r���1o�Շ�M�y�M�y���
�x�����t���Xsv��;4��(=�mc�Qs��엕�6MWn�O��|a�
 ���ת�[�g��g��+���k�N���"ŀX��A0"�@8�� D��q"�@8��*Ƒ�m� D��q"�@8�� D��x�q"�@8�� D��q"�@-P�:?D�G{��;6�5��n%L�{��M��z#b�x��RDE���(�͡�)��
�1�
�^l
H����D�E�Ua��!��Mw��^k���:���ԕ-x�Әs\2)��[|c&��M��f]Hm"د8�aנy�e�%]�ǻ��eR@�i������,b���
�((�"�X����KڀjHVأX�1�"��Z����u�ߨ1�3���#s=������I���o3t�t�`xZR+�Le#��E��NQ�-̧�1-s{J5��7�u��{� ɰN�E�W����Q���,W�O?k�c+��e�
���iy��)�1������`�!�Ī~�7���-8�:=���^��Ԉ'�qy�9�e��h�OT٣�a��O2���7�s}J`�R��&غ$������h.����m)�Pi)����z�Ē%=o�JW�YJ�&��.@��[C�v�w=�5��u]��wOn~m��v��S�+�SA�	�67F�L�
��ų�ɔ�D=B���7%lc�ȊқJB��JneԙP�6��^���l��7�h������H��	�à[z�g2��6�o���F��39�{>��[��:��:��\�s�12��S-�\��� �l�9l�U@oy�OG0����Y�]���.|�~���������߾a�W#�L����&kk�=N�߻=F�?ı_�<�U�(��ˠp�A{!�,f݋;;!p�n�6���`��ό%��/�/?�cS�$A-x����~Fn�{��!�'A=��Hթ������|�kͼ��2�+m�HA�L#����SqQ��>�)��$L�	�CD�#d¶i�7p/�}s
Ac(4“q�`M���3��[���+U%&�͉�S��Cq�k��6�f�l��:}��wO��A�̄{���l;b*�G��;�Y���J��R7���K/b�%u�1��&L�L(7
�a��(��7ƍ�RcF�J��F0�C�f��\�1-���t���P�ʆT1�)�u�ߩ<��7t
�6��AT���Zm��7M磿�A�X�A��A�m0����Ӡ�h�t7V���7�%�������A�-E��|B~�m��l����X�j��Ш�����:g5N��D��);�LUF�Zb��3K�]��'��y�1������?)ݛ;L9�����ēͤטن�]9��:?D�G{���0��{y�Q�9��6�/�m~���j;�Ml&�a�l��Oo�¢S��b܈,�^򎨹���B���j�5�f�k���)��)�>��;��ߕԒM�t���~�bu�Xk6m?E��}�/iX\�"f�`&f�멹3؃k�v��e��S���5ʏ)E>�_)O�c��/����YA����@>��&�Q,���5�V����1�J'!;L����#e�E�N�YMP�f1�O�ez614�1�"����Q�w~�����9���/�QA�eT+آ����d�y�R4쉩���{
���l�7�����9;�}P�UFʤ–j��}vĵ�U��]z{�~����~��pKXvSm�OR�9��c�����}��[Sf��@�hG��=��Oe�n=|�Hީ��
pKb]�As��,A�JN���cޥM/�ҪTF�e
�so�W�6�6͇����*�>=�6Ұ�OPG��ē�u�3@X���$l<�i���:?D�G{���Hy��u�iL�< =�1����G�o��D�T(.������TЍ��2�Ølh�3���q]��v��6�!��:i�g�����1o��S%�I&�i�ʖ��D��o������fcq�"aC��홃_���-;��oّL(?F�Q�%K�	����(<a�̅J��	`���e���mL����ҝ�۩1�br�A�2��F�-�l&jWa�����Q���s/�5v�Aಢ��^)�[�Sk7`�x5��	��h{O8#�x�!��`�='�ʪ)!�k2�S�kmљK�+)�=Pt&SWV��qA
�.���U� �>�K܆ 4�U��eR{�D)�c�;A[t7V���7�%����6��7r�`��Z�%���ms�:��R-�J-��e
�F��@����Ug0��;�Z[l$����d�y�Lv)�~�f�H�S�
�4zg��E.[��š��)d�\�2�0�0���'nٻ�`[�a
�>���`#�[�[�7~�G藨�u��vo<�n�yLJcIe0��^�J�9�:��Aa�.7�=�Rc�a��e�;gxG�J����VT?�G�S�kn�r�s*)$������tu��Y@f*	7��.T�}r�����kA�=�L��X^zD�,2�"zB`�����E��0��0���8P��9����\�z��-�h! �7�kqxYr�%Bo��s��*F�ch1�ܝ?�G�w�+�Sn6A;�
m��L~K��I�wu�C{�� ���E�� �$_���``���F�
@�U���@�#�}v�9�ʮU���z�ưe��n
�d���U��^bYԶp	���`:�~����~��@i�������*=�,z
T}�M1)+�J��ы�ö�tO���6ԃ*0�ă��/��=���/)"1�W�x���Nc�k�m=��0!ԛ�L�݂v��H'�?~�G藨�u,X#��v����a��u��/'�7�+����-m�������s�	�΄���f���n��X�2 G��0����H��1'���Qpe����[��
�6��è�:}�%���e6�e&��K�Jm�S`	��Rmw�O`m�R{���M�c��қ�n���
�#(6�{��~��/�,R?�j�|�W���[N؀�3(���	���RNӤ#a�K��)f@$���o�[��C�R�JKqI� �)�l� �}O�U&��^4y��O�GQ��;� >��7Jt�""��`��[������eR~�
��ސ_H4����om4�� ��:N�0���9��K��@�V��)���.P�jf�f�5�)�l���o�0M�𛀃l��X���ܑ��[�g��g��+�����B�#�
S��F�cZ�:�s��!��#���4]L���F�!��!�F�H9O��k�K���bna�SS�s���t;i��:�
�S
�6M��Q
����9���%�;�Bf�(J�R����VQ*��3t:�<��"��.�\A�'���,f
��0T�}��`��}p���0�)�Zvk��b�I�.�Iao�S"ӋN��ˋ���ai�Pu L3�)�����g�(��y�A�̶,Nɗ�Q�Gpt��yC�@sm�.�f��S{m�0�,���(�e��.�(��˜�a���n�`=t#M�fA9�7�+����m6�dW{vl�Q�A�R����~2�L�bm0����*j��P�a�Nbt�-�g�4�Fm[[J�6���36ME�Ql�����0�A� ;7�M���^)j�k�7��,�Fل$}R���"��)�A�̥�K6�3��NaqfFodf��0�����a�Q�OF\�F�m(��0���������*7P����)�����k�&�D X����<"	'dz���RI����S� 5�JG.qѯ��lBI:G`��6�5��ħL;� �����X	b����c�z4��\�İLC��(�mS;ǘ�o㣺���Q���,W�O?zT
����o)+�B�/N��"�Sr>F$)�y�a�F�!����lQ���T)��=���}��淴�`gn)������1ʰf��L��Z�l0^z��XAr�X6~��~�z��P�F�1�R��#� m�%M��n�x���Ke�7�?��K������J��zdp�L����q�~]�����\��u�pC�LJ�:Z���/)zޚ�f��~YM��G'gg�F
�5�%�ak�g�5�wo/��r��u��B|?�PU����Z�`��
�g�[�Zf&����Al�Ec��(�P"�~��i6�!��:m�ה�t
i���b�J4���!v�)Sj��K���R�wX�iN�X�����S�J�����Q}&%m��1t�@�*��H�9/sx�XJ픛��Wk^�L|�i�V�D)9��ʁ��{\܅�kf��i�~&Wfe�nt��6��Y���ev�Φb_>\���+�f�Vf`$��J:����&�����OҔ�)9�
���5 -�D!��y��@w�)�*����5�[P�M���:atŶ4���i���2�zjXůy���j�f|�K�D����ja�U���&����ʙ��)�����f
}F�&�.�߲m��`@��L:F��2���=�Hequ�b��Jd�:�<"��4,em-
�S���V0ݵ�QK1�&-��)X�����y��
տvz���b�zy��f]&�%�"R �
�>�un��>`Ѷh&�x2��A��%2�C��_�q�Yr��)��7 ��
-i�7dk7d;q
�DE���f�E���@��p�M��d�@�Y�������������G藨�u�
��P���ls��1��	�X��
a9miQ����\T�T�c�g\��e�+5��ز�i�~���f�Pٶ�`$�LZ/0�U���(�0�_f�5�h/��qyC>ow��0N�\��@;�i�M�
6[d�!��
� _I��N��)X�0
��  u����:t�y�3f����0�0,f��0`��3��#R��FrJ,��0`H3�A�RM��(���RL��f�!�`���3B��L�	�3g')�	�300��Kt��u�ߤ���f�,���i[s��O��kT!�UJ�-�q+W��B��ja��+u^�t��M��u]�t|���ׄ�&qZ�h;r����+F�1�Ҟ 2�h5�]Y��b1�0���F�E��~BߠL����,vT�òmf�m�Ż�|�!Jj��0��RX���|�%����0��:�3|������3�Xk��;�U۳,�R5;4>s��f����dݬUj�/��`��bK[a0Z�_V �@�R,.b�J�X{�6��))<"���dZ�/��:��A`�~�%��47�Cuoݞ�q��X�ޞ~�:�1l�H��,��)�&72�������@��VT.��72�ZW�;D���D{�=��
I�I
;-.�Iտ�`>�jXw�.)��C�v�a��^�a�&�M�6vs�O6�=p5�6��/���GȽ�K�v���~��/Q���2�%�&	x	�^`����&x	�^a��A�L �&l��0ia���'9:����96����L��>s�h�?�rm�NM��)ɔ<�9:�����L	��G�4�Q��0|'�L	��G�4�Q��04������
/��/��/��O�[��rm��N���������|?�96���g&�����:���O���2�9��|'�`(����~���GQ����u�ߪ:��rč�hM�g��y�/3K����5��A}R����H�/{�s�e�o�n�]vGV2��C1�����!ԝ����SN�����e� �2��6	l�ATpA2ĒO���[�g��g��+����X�"0+��:����]#\Ch���Mj��y�4��?N}��Dh�a�n2�_t���i�F��^&me&Q�hY�;s�5��~o��ɴ��f�	\�0F�\%�<���S�Y�t;��%�;�q�0&vC�a��p��3`q�n�q��4l0�6�[l�e3S���nf��ߨ�:d�8�#�A�_����@Ab1�=0��a������Q���,W�O>�cz�`�d��#]�dK�e7ai��.��m�0ꄞ$�������q[���w�F���7����U�eptn���{5�2�m�4W��[�'zn�Cu�����v��`�w���K�w�gl�~�A��L��*���+1�Թ�a�hڝ�9���)�n�OG���g����{ł�2�J���������Ha�Y�D��a�z���;��T�/9G[vNR��as����}ҩ{~��Q�w~�� � � � � � � � � � � � ����n3�K���mv�+�I`#�q��}!T/�x-��\F�$f�Ɓ�pFG�ݳ�QR�h0���3��f)���c�|7&�_���C;��:6�u&���Ø���[��~��/Q���C3HcD,�A0���7���+�x�
���	����m��6��o�0�Ba����G�;���V ��}%K8�
�Gtu��
`n-�qo8�y��&�\�cǏ<x��Ǐ<x��Ǐ<x���yZ���4����V#���%_�J�p���J�F�1`xe��[_�W��W���O�GQ��]���n3�K���t
ĩm�2�	&-�������
.�PeDq�`ejh=�>���!b$nK%@��ᕿ�,���",A/��C463\��p�3l�	�W`������u��7�+6[��~��/Q��k���N���@��@��kG7��<ߢ
��oj)�K,D� �!< 67a7�ڠ��?3e�o�t��Aum���
+��_ZV7�3n�c}�Gtu�ӣ�޴����0?���?��A�O�����L���<�0�����/��������v�'��Ni�3
���a� -kf��rr��s��E4E'Z�i9��������NB�G�����_�'#
g����0k���?t�>��?�9�'�' ���S!�3������?��G�a�RG��5�k
���;��c-�i�
�sl����u�ߣ�&vM�^R�
�uk
6L-@P\�������L+�{����I܄�o�Z�Z��m0�t3	[�f�OiR9� A�1
��1M��l;�o����H�:���*���3�	�ð]��Z�7��t�ޡ�[z�L%`���*)2�������eE�Hk(;�Ac�L%QaڤL-Q��B�Tԋ6S�_|��$nBf��a�����0u�9�;�f�/k�"a����PX�7V���7�%��������N�m����+�7����y\ҽT;���+Է���DklI"�oUI���ov��o,~�,A��]�_�M��ۊ��h �_��l�鬶�Ya�M�6KOiE�=���� �-)�5"PyE����"�*'y�6Ͷ���c!�:�ȇ"�%=j��a۴s�����I�z5ky�ϸ�̡{4�m�EQ�A�L ���ch��䝒��JF��5�&)E�a��O�:����/�"TVPu�_�AD�
����c6=A~1n�FSo|]X�o�f�`р�De�ҩ��m�=%�`Y���^|6�� �����G!j9�M�MP9�L��>s�M���%+�Ǟ�x�is��GQ��#[��Rk�}��U�6����s)1��[vf�{�u,�7��M����A��SGF����H���bi0.č���R�Zͨ6#뜣IJlk>s�����b�2���s��"0=�­6 �e��Vj��a��땽o�˴JƥK]m��G%�Xi+0%J��ʤ����8P�=�P����~Z��+}Ls��-��p�"fP�z�X��*g@��j��f:Dр�1�����@Y~��4���e�՚bP��q9T2sb8��_&�J�\�u�Oٕ�m�
t�D7$��7V���7�%�����)�A�/���UT�e"��1
�,c���)
�`\���m��
~�Yo�״���l��1 �R������ag?Y����і��ay�*�0S�~3�nԪ�'&߀��%vc�e���Eѳm��^b\�m����:^cUfԉ���~���9Q
�ŗ�c^�-�m~�*X��J
{Vb= sk
��M{{o+]�Z��c���&WS��ީf(!�y_1n̶���]��	`J�{�s;��%�;�FTo�����%�S~3��S�o��		��異���-��U�6!읨�!(+�bu�ª����(����Սɖ�건:vM�݆�^�W���=�QV�i����{��PvC�9���k���A ?Tp=è�:}�vP�gY�-�C^Q�T�&�	�J�R����_Wm��
�G���ly��c8�6�[q\��%ju���X�`�Yl����S�[��v�kX/�� J��܁i����k(���3(f��;�����%+v�6�L�N�6�`�(�	z��@GS���_��}��sS�-��P�3��W{�֕��yQ�r�ۚbjj/��C��&䓩1��+���ϯ���Jy�P5��j:�� 6�D�����)������^���*�Z"p��m���|;�)��V�U�b�b�x�D�@QX��M\�ebNEX�\-������G��.mo^5͉�7�
G�A��/����߻=F��V�U�~.�ʏ*<w��\��tY�
�b�r*}�_��na�mZU9	P�����\��
�����v6��Rm���h���}	�����;e���S�ҷi���똒	������ͣٽpt�1Mt|���^?�/�9�"�u:J�F���T6�1�n�ʌ>�a7�=)�����m����)s�ьv��1�K�D&�5��1���;-�{�\|%KekX�f]{6J��l-�K�[�o*_�����
w"�Q�G�Ty؀u��p�KJְ3�cq��eM�0��G�a�v��DC�A���Sq*X���
ǣ���.#\��hr����һ萛��UA�����G�5��F�c��̮��W������Ϻ?�v�c�f�l���8,)���@)��+���Hk�dz�m����T7ϖ�U�*��m��/�W�̨Vװ�7ob)eж]w@s_��:{����U9F�C�7 �)��v��4ݿJ6mvk*0@E'd�궚{�A���V�kw�RG�XA[�cc?F��A;���"ܥ&�����!����\5��W�JC$@A�S�3:��j+V���P09X�	d�����%��B�6�;"���*7J6bOdSbe3�����0��6ޣ�GQ��'[����_S
�7�Rl+h�
�1Ξ�猩���&Q�ʍ�Ta��O9�E�7(���i(2�p���%�E���6��н�V"��+�}�f�lV�c�=��SA�L6�����F\$�V���7���:e����T��=B�Xf��>3�n��C���nװ&U;nu�	�=���\c��d�
�3�;��P��38���g��ҳ���_�b\��2���Vn2�0�L���c4$���Ө���#6P�f�J���c2�A�� ���W`T�Uk��UbG�Vn3^��6�6�
�0�k0:	�r	"���׌�>2��M@�qitPs!����e��z�Ƴ�!��7�Ú��ɴ�c6��s �"���l&l��S�U�&Wѧ���a9�$�`͔���L�~��:�����ٝξ��X�Q.���a�a��r��`"2�"�{�͜6���Y��т�%a�~��o}�_Z����N��}�f�玾��}�SR)��L�[����Ĉ�	P�Ϲ����C��$�����mY�K6f��qS8�����aU�;m��n;f�����0K�m��`�#��a�ŷL8>���b�0�l��z��(�?��T�G1�co��Ds�=f�߻=F�>��|��#F���*��1@f-c�aq�2�6A��
ɞ����k��b�X��D�	��P�T���L��I��Q��b���v�u#Xo,��ѶB`���470Z�:;���P�8�i��`2��8�0<�}�QĨ/h��a��Z�"�؈����l0k�>�PZU[�8�	R����*����/}e@M28ZT�A�~��:��� FG
�]��l������*���]��2.�����V�b��V�9�J$
�d��1U��L��ӟH'}>bwD��C�A�U��x�k-G
�`���C֨քYj}�Ż�lf�r��o���Y��V
��M&�� �e�i�@7d�E�a�2�8�� �!=OҎ����L"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D#�����Q�ϥ�8�#Y@fL8�q0�8�%9���D�&L0�d�D‰�
&L �Q0�P��q0�aK%5
�pbŋ,X�bŋ,H���%(����8�m~��H�@ DE��"�X�]`�(�*���"�_tU����E��V�V"�X�e5���Ie5��:�����5���m3T�𶲙Vs��֕(7��B��Q�ƫ[7��
Ķ���`s!!6�`+�,����)d]��њb_1Q{X������y�w��'tN�}٧f6�SJ�/{�v��I��	��׼�ԝ�z��F��4%����l�����S�
�^ןN��!�
ol0��,t�UR.�R�3��U׬�Q�w�{�~���W�����w�]�GQ�:�^��r�ԛ��eUzA�!@��!�f��eB���@(p�Y���0�ai�jH��0.���)���\�a�( ��0��󔲏O*�Ts*�D*I���3�Zϯ�L[�]���=��b��*���epnV��B5P�t0X1]!���OVw� ��ӿ�I�7:�����a&�m�!�Ϳ��Q�w�{�~���W��)3��s\J-a�2�$m�S7�A�`1LS� ��Rf�L��~ɈI�[��ȷ�S� 1OEI��,wI�M�� 0E1LhS���~��:}�E���e̱V�B��ās��2�(���\�Ҡ[����dĖ���e�_y0X��O?�'�ű�,L�1��Ԩ "�o�ɇl�=�(z�.Xl��H>�a�[-ꆋ��syى���_���o;sk7s��GҎ����N�mh�A����"���b�o��Q�V��{v�a�a���߻=F�>��}뱀zO��ϥ�@���WIN�1�~�G�5�I	OdK�y�-)�;D�6s��nFc1pE��fV�A2������e
��H�kl�l
�iGF]�b�KR%+��G|(��^��X���7�.�򞶈�p������&%���"ۨ��l � � � � � � � � � � � � � � �lȽGpt�*��J`�E(u��Mo������=<�ݭ�$�J�-*�J��`l����+L�Љ�9��}:��P=[
&��{
`��OXfp*8�*�m�+�]H ʀ����X{o��BI��A��
Db��
���@I&)T�iH1l�c�`0���u�ߣ�9�W"��oq�0�����(z26�o�3�1u�i;�L�l��}S�nm(+39�w,��®c�ۦS��}�۫~���W�����N��a�ahq�ː�#jA�
.b
"D�:��^�Z�j{E�e@�.Ŵ�9N�"l����v��S�H��Q��=�2�U��`a;��ss�C�h�m�Xu{���w�^��:i��98�x�
��ra�k��5�v	�c���a	���B�F7[l�ږ�_ڜ�V�R�zL#�0UA�L-^�Sg�q�U_���{����rn�:5�I�c��+�3��Za�h{o0��
3}�(�&`�I��02���@�-X��f�TnҀ����K��D��Y���Y���Y����&
��f�٬�Q�5�
>�
>�
>�� ؠ[���9I������a�a�a�a����n3�_��\�N�L�7cZe[��	V��LB3�T)���RD�P:�[Rk�1�'+�*v���Ge	�m��ܟy&%:��$�L�b$P-ԛkq�3���c�=��wu��>ؖ���io�0�����O��F0�KB!�o���;����N��r(a�ݚ�!K5�q�3܋�g��TS5����Y�fpO׬�P{��1�:Yo��qsk���q�El����]i5J�ut�J�6��9�z�^S^�P"ݑϣ��φ���0RXm"9ΫPS��%r��ڗ���j�7|eV=��d�y�P5�<a�4u-�v�f,3��5��C.�ǜ�O�/}���(�����Ɵ���f4��O�1���~Y�?gS�ʙ�}����(�?��J�_��;m�y�ZbU4,č����F��T��T�ǵ�A���%a+���X�l|��O8�.��e9m2�V��[�2��~�<�H��3/��.
���r�(��p)e{e̺���Zl7���e ��9���8� �c�1�A
���[�g��gҿϢy��=q?�L�:uB1�c�(�ʠp� � � � � � �)o)����|�Lmı� � �&ޟqz�e�F�i^��W���z�)^��W�╪}��q���ʵ8�|R�_�W�+��J�|R�_�S��W�+T�+��J�|R�_�R�Z��T~1ؕ���^)W�9�۝���*�\�W�+��J�|R�_�W�+��J�|R�_�S�0t�9�̠���|r}��G�''�����M%z�)^��W���z�)^��W���z�)^��W���z�)^��Tv�Ƅߨ��(�9]\g"a>�g"a>�g"a>�g"a>�g#aGš�K���;FA9�k9	�K9�k9>�� �
Vm���rF��r.�r6��r>���Jûo4�����5����%����%����%���_�5��C�&��L/��D��r]�	������ �
	��B�''�#�����A9>��NM�G�	�����9.��PȘO�YȘO�YȘO�YȘO�YȘO�YȘO�YȘO�YȘO�Yȸ_�Yȸ_�Y��_�Y��_�Y�o�Y�X�K���hx��>9'�k9	�K9	�K9	�K9/F�{.�Ө�e,���m3�ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï0�L:��ï=�EG_[��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W���z�)^��W����F����}��w�����n3�?]�?>����:��w�G|~��>}F�;������;߮�����}��w�����n3�?]�?>����:���i��Q���F��|S,�T�L���$�X�����Ҧ��Z�٨ר���m\�X�隺S������T���DJ�k �Q��*xe]j���n���*@�lvL6�OlХ�/�W�5"U��I4�VZ�����A�kV����Gj����K]��X�H��^�0���Z�8�@]�.E���0Ċ��Gt�F�B\��V`�.a��z0F�?R��Q�
���uɖ��-�"c[ɸ�+���2=�
���_%
~���"�0ԋhD���*����S��:J�S�WR��)V��{
���6�c�|���w;�R����΢���L0ؾ�įM�)�D
�Ot�bq�P�’((@	I�\0��c=:4*�2�P�M�YG@�����d���ET* 9�%l%@�T]p�?��JU�m+&GT�c(zW
�+R�M��I�F�U6C�N�ݰ��0'E*���btKn*��,C����Va�����R�K�Lg���P�qX�����H��T���զ٫n�u�F�O��'�����Q27�ġ��Ū= �o�"1Se��%BƵ1WP��6}ңdr�O�R��/�0�*�����@V7��B��TT���o��J�Yljx�>.���kR������3c(#�Ѽ����;��>%[�]o�|e4)c�&T&�
M'��$��i8��s �޶]5"Tp����U�]��*�J���˟56Щ�N�J��1ի*�7��A�ؐ�6�K^Tf�I�9f@9�U�K%6�10�ԩ�R�;|Z鈬.)�W���]����&_�Z��w).w���T�R��L�|�f&��萵&PFA��S��jU�3p��%�|��m
(�k9�c�x�2��#PG�>��;����t��-�:z_F�&*�jt�ډ5
M���?�4��J�(�-+v ܙ����:{j� V\^7Iʋ�͆���J���N_Lee��"ѧKK�A���\�ғCF�B��Q٭crGϡ��F'p�%��c��J��-���L��T���.q��V�|5�2��Q]��V��g�U[�z���:z��b��C�;w�%
�}t�Nװ`5
�R��Q�
���m6�h�XӪ^��̩mu#�*Q�z
`�w
�u#@��1k�>��QUTg�b�Yn`j����5Q{
��n�B���]��w��Q����҆`��@�N�b�T���Q�H0�~�& V��[����¿�Y�e�{U-y[���j�2��MH3�WJ�!�WE8����}��P�C@h��/����+�|�s�5�iʴ|U"�tJs
g�'��'t��%uJ��J����V��(U�<�1o��(��B�T�W
�Ox�����_��f�x��4R9I���qa�^r�`j�[�z�-���%ƽjN�B*X�݉3��m��B��=
mI�\�?��+���L�Q&����|=*��w�(]Pƪ��[0[lXs1�1O��iᰢ�k�3 ��>3��׹�r+.v�Г�.P�Հ�q��Ϩ�s�M#�k�LG�T{���hq�֥1�5\�
f��a;��ѐT4���ݺ�4͹=�� ��D�F�K��׮-��Wh��`�S��B���}1P˱r�*�'\2%=365�3�OC�,k��i�r�oy�����l�Q��@v8������$��(�N\-#a�)�O�@��JjX�"�]-�m����?��F�ҽ?�4���ޔS���a���:���P�I���5
 |�\��:�����nV�f���)�����)و9��DfJ5��F�A��#����a
v,,MZ�P�h�=5CQ�I����VUr��E�����"�k�C��)��%ံG��s�����k9�>)�2��Q-N��m�Su�����"ޒ���o�~��:�j��J�BP
N�:��������ӿ�,�S����+F���sF�k����
OF��w.E���;�Ϩ�gps�Z���(�w���5@����d�N�V̛"1z�V���53q�=$*�1���Z��6�U鑰�q$�����|�o�F��[1�PKl�]E��U�~��Oo6��$�U\#�\�Y����M�>�Jg1��Sa�g�s{�$�G"�ާ���F�9wV9�L�Y�9��X����R�b"3-:��č@"SaZ���}�:�W���4��J�f������y0TSTܩr�>쀚ok�m��)SP�	��P)��,�8D�J���jD�rE&�9�b~$�DS�|�k�ReJė�'5���9ϛ#�g��X��y���}�X�*�_5RM�nL�N"����DfK��˨7�Ʀ���JN�WeJNi��q���6�$��S"�B���o�	'�(�W>q}N}��4�T���J��`˞�1[n&rN*�������u�9:��@ֹ�P�9�=���V��9Eo�C)T\=G�ʵ
ʘ���2��b7���X�'@-��l�v'[���#Ū�9�$�!5'"Vu��A`��>��;���|u��x�����{�Ϩ�~����?]��Q�����Q���w��������;��B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"���w�"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"h���?�!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!������"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D";��DQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQ��"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"���QEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEDQEu
"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"��(�"���yX�!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!���D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D#�"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�H�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B!�D"�B:�e�VQYEe�V`
V�{e���Sij��qY�.���R����jl$�MA�DII4�Jh���vi)�̢���+(�����+(�����+(�����+(�����+(�����+(�����m}7�JJ���6Sh�)w�M{5�d��$�DV؛�VQYEe�VQYH/�_�������+(�����+9%�v�' �Ⳓ���{�%5��IME��"�1����q��E�옋�q����{�����[�b(�����%�VQYEe�VQYEe�VQYEe�VQYEe�VQYEe�VQYEe%��፶Z*1��ht���DC(�����+(�����q�Q��[�%*x�J"
�U�@���lӗ��9�c?�|����3�]��?�?�ܯ�s�3�]��?�?�ܯ�s�3�]��?�?�ܱ�s�3�]��?�?�ܱ�s�3�[�������X���O�,x�~I��劵B���a�I�������W����������W�����������X����������X����������X����������X����������X����������X����������X����������X����������X����������X����������X����������X���������X���+�`)��+�c.��?�?�ܱ�s�3�_��8����[`�s�3�]�����?�ܱ����g�o�s�3�a���#�g��E��3���F#Z�r�;�r�;��Lz��"*�Rr���M03[��2����%_M��|�a���0�_t�
F�a���2���0���tÂH�Ɇ�qr7L0;��q�`�=�L8�k�i0��Cq�`%�(�����+(�����+(�����+(�����+(�����+(�����+(�����2d��3�0>��:Za�;�X����ܰ[	��@ l�dfr�|��B�t�)%��VA����|���:c��z�I�����1Y�8.`:A�Xʼn��d���^ɴ-�N�.R�����b2��L�>��ʽ?�G��fq�c�';�)�ĔĦK�X	LJBS���52��"^�"X�iS�)$�r�QQ�7��{4R	������~��w�vUd3�f!���혗�b\^=�Ǜm`'&�V�q9fҤ�\J�/�bZVabu��4�5�2�LC�Wca+��^b��r��?�ͅ�r�@�Br�52�3Z�썡`m�cNb=K}ҹV�5m��f'q������>������R���L^,{�O�1x�)�1X�zU�v��,Qx��vŽ�E�EE�]�E��?��̻[�����*��S����)���IR�����wG뽾�uH?]�̿>�q��X�ޞn���O�<�D�Gc�}��;��EU���YU�_XzU���^��Wj5������r��Y��g(?���r��Y��g(?���r��Y��g(?�� ��7����5EXl'��Me����j_ͅaP�3嘺l����4��L��a����-LE:d����*�֪T�.o1)D��	��)6�,,f2�C�l3L-/k�|ee��c)uu�*�9Zcj=��r��Y��g(?���r��Y��g(?���r��Y��g(?��#�&1�,�7���wCq��X�ޞn��cB���PyE��w�w�w�w�w�w�w�w�g�w�w�w�w�w�w�w�g�r�A�$�೔��P~9A�,�೔��P~9A�,�;#@�,���i���i���i�`�,��7��ಡw���˴)0h�D"D�)Ĕ��$H�M�Ń�"D�LH�LSα"ĉS�B�<���;��9����I�P�1"�2��BL{V�j�ʚ@Y��1f�2��o$� �r�%7����9B�`��R�LU1��9���VE�v1ac+�5�L�5�M�y}`*\���m��q��b��#nW
nZZ��6��}*|�?H?�������V���
��L��`%#7�s�_�u����Jwe"���j���UT��fT�Yh5*�oS"�%;�͚��L0�A+�-N�;&�:���6�|��z��,�6�.*];,�`�#�*AБ���:���~��w�vb��z��–�1�U4�{���Tser�vXL}HE�����7�	���
����]�Xe��1��}G�5��f�ڡ��7%�Q�7{��5����7�tǩ��/uAq�Qcm�Rk �hvZ�e�|��[JMe�ly���W4��S&ő�Qi]I5�'�#4����{̬4k�������q�H��h��m*��J��R�?�M]N�4t��B��H����Ѧ����Q�|��c�;��̮��Kޝ��t�mf`�E�nη3E*
��D��j,lXeU4�Ik�XJ��� �+�pv\Jȟ��m�z}�C����n���R-P��v�����r����P>&�s�o9CO�o9@���P>&�?��s���?��r����P�Sy��o9G�M�(����m�(����o8���ܙRb��KX@M��s;�p���;��8���L�M<��iv�+ӿoh�+a†;�;D�3a�0K~ԳnȠ�c.)V�r�fف5�?���EaB��)����aN�S#.[�.�Z�e;���Q��+�.�f�zĵA�(퀂6��\�׸�
��`����}�a�Ju�h�/bd�ԍSoF�'l�իZ�C0�I�����T��~�~�P�@9!#oGת��*<CR��.��n�0oA�+Ŝ�`w�_9�>F#S�H\�$߉��
��b�zy��+h�*��8�BMC����r�U
T�y��
��xM��@�L9��U�|u���?�.Eξ�7l�&P��Ә���SL=�M��z��u���4��~Zf+L�
Ҙ�s�ٱ�%
{@6iE�8�Z��-�W`Nd6���0�ϫQ[�)���t��F&!�ӥ^��
��V�\^2���lm��H�="��l�u현�Es��`�B�F���`�6v(�h�#2{m��9:�������KA��MJ�{,Y���i
�C���hSigp�+��%���Ԁ%Gt���.����{�Y��fUf��6�z`�K_�j5��Lկ����Nvt
?�P\��\��z�Y��d%T���-�Hkߧ�m�b�Cr�=D'�<�q�2�ao��:�.�����,�T���e��`2�r�����K�]��SS�#@��4��r�o}�D!Z�ͱAB3��m���B#C�l��,qe"8�xE�&0�0�<�]�x5
y�Po��o�w��;��w�s��j�i]�=�ʙ�\#z:�GQ)%l�S8�P�k��r�*�ht�z[YWm��N���f"5���`Ib%$��Fű�t:�m�FFmapM�:�"
m�8TL�)����8�w��P-Y�=�`7+�i&�L�:��U�S[�5l�`��C�S��\φ�j(�D���~I�_���1�&|c�L
�����0+��`W�?$���~I�_���1�&|c�L
�����0+��r�	ɇ�<c�NN��9;��97��0+��ro�	ɇ�<�0�?$���	ɇ�������L��90���`G�~I���'&�L��9?�����	ɇ��x��L
��䜚|�90���rw�	�_���1�&|c�L��0�G�4,G����+��a�u�&���kZJ�"�ɦq���zjW�xBgL����D�$�7��?ı_�<�݄�,m�������\�*�q��ypPO}��u�4:B}��P!%��!�`A�l�t(Y@�m0�7���(�X���`F�s(�L��!�����Sـ�S)����a�厗;&��d��q�;o�SM�ѢjSE�6^�C�Ф�*��T��K���+Z��.�����-*T�,L�]��t>��=�͊����٧q~J�ދبu`f"�&�{�r�&cjҫP�r\|�Vz�
֣\���Q}��6�LlƲee+1,i�O�7��{;�	X�w�t�W'h]eB�����Y��'��m�OS��*�����+/�w��W��$v�1 ۮى���1i;f'�Z�3(�9�$
�y�n�1?ꘑ���)�)��Ҫ��S���1��5��ƦU��i���Hvى]���fw��;��w�#1^���0UXJ��da����Y��$ܙU�7)���+���r�Ȼ��*3��$��ҧϣ���a��M�
��g%�?��<���a��07 ��*+��N͓��!dpB�W6
��P3<�'R��<��B!~$��3��XlG���7ߔyL3�����Q�T��ͪ�/s0R	�����)�f�V?��yNO�wz��f*��NM��}Q�96���yL-4)U�`�f�eP5Q�92�V˔yJ(�T�v[�\���:d@�tj��,1?9UБbU��JΌv�b	���[iW ���Pnw-���
��b�zy���L�&$LH��1"b�b�Ŭ�	�Y�Y��&)f)f(LR�P��1K1k1Bb�cA�(�T�tj���f9xBA����X�15K�`���2�.�Q��#�{�(�(��Q�9�|�70�<sS�0�|s
W�0�<s
R�Ҙz�9���g�L=O�U�ߘZ�9���*x���a�[����a�����a���
���<D��"`�0'���L�&	�Bajx�
����S�)�n3U�7��qz��\�Ua+A}���*|�*�E*�x�*ywV`���g��	�K����f
.ʳ��*e���W�`)�V`�*~�L%!�A�f
���f�Va�*��QP~RB,
�%�m�D]��-�u�����*��.�׼�!R4l��P��=ˬw�D+��V"����A�e5;�E?َ,�e��@&a�A�?tÀX�	�F�k�Rr��`i���,v��`i��`)�`)�`)�`)S{�_(,_�t7�%��������*��ů1k��j}��|r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi�)��(����r�pi\V�F���i��=�︽A�(��Py�9�C=Q�2�`��Q�U�x��U�x��U�x��U�x��V���U�x��U�x��U�x��U�x��U�x��U�x��U�x��=Vv�-?\�,A�	��R�6�G�D/U�@��9�A`!6v@�2����U�A���op��LK�{�t@X��¬��=�!f]d�N�G�"�ʹI�T��?s@X�J�
ITTS�o�Z���X�iG�sZ	M>6�8�hn��=��97If��P��7�t8�ך����S��R�-�y��dRl{H�S��S��S���m������{��3��u+k�56�8@�"����w�%�������;�0��3Bдf�c4f�дf�c���4s�h��0�-�1�f�c�����9�c��1���|�:�)��9N����=�i��r�	��xO��F߰�p*�`�4�:!iW���R�*9��r��ߚQ��EM@; N���_�o����I%O����[�2���1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8��Ď/�1#���H�s8���=�}��w������v4�2�1f�<��6r�+n3�2�u�f;����khu�"d��ҦG;����zJ`܈u�܁/�ݺ�aK��/1�{7�Ɍ)u@�޻x�
TSP�;X
f(�;X	�l��9D���t��u[1�ѵ;}U�mы�1=�b�R��,FV�s�bo+z:�f��D5v;>gV�1E��7i9Jᗁ�1����c	ck^b�Jm�wt]���
��|O���aЌ�|\��:-���f)�)�S�ڰm�=C��7�Q�"i(ܝ�aN�-nc�7�t)��;Ӷ��B%�&Q�Cz��h����Pt"TAhT�g-�2��x�����]�J�_t�ɔv�M1�U�a�b[�C��Q^��sA��G@�)���&5��S���H�ͥ%��&T^��?�q_�<��楮�(�'�3\��):��bt�y�k$l��)߷�\�0�1R����k����^#����y��kY�A����ֈt:�-��7�VZߤf�=�"���Rp�a[hw��c):0�ks#5ȵ�#���!ne$������"X����UO�{����{�e�&U�H�
>�)զ����C��n�3Wp3�K�'u�Fm��̵�n1;eE:�:�,t���ѕ
m�/������T�X
c(Q�
���)":��V��P�ؘ��6�����2�i�͵�b-h��l�l%r��p~�Ӛ��bc�Lu,�s*ݾ�ޛ��/QS(�,�T��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��L��ֺ��eá���Q��mm����ݾ��M��l�OA�\�G;��B���O9�V�J��6��;���G���k�h7��d{���cG�m�7�h�(H��ix��Px�I��7d3�Xm���K>���G0�OD�lAs;u�cM����7ן|Ғ�oȽ-�k|~ ��<��,��M��9�bL���3f��30f`���3f��30f`���3f��30f`���3f��30f`���3f��30f`���3f��30�)�����O�<��(Z�=v��7�o�c��|���NkZ�J�� �����V�"V$1���ҩ�o=b-k}R��OY�c�m���V!F�+��Z���J�+�����lF�}����L�Z�w��;��w�tП���%&)7��6�(�?	A�L;��GYA�^��	W�f���/��mbm�a6AL�|(TQ���zD	L2+��^�Xl y�,_�]�@׹���.����M��}�~mӽ�O�`7�/KF��vT���6�1��e�pDp,�
���:	��ƴ&�#X��Wy�g��R�a�zz��6^T�f��`��#\���[�=�£[�Ts��*���*�=�TC`ͩ��b�T��=Q[V�>�bcfK��s��ӹ>��٫TA�����ԉ\L@��1 c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�c�cU�#��^��S�6h�#�;"�Pl%��� ���ru���"	���
��:�=���0��:|&PN]Ol��7:���[Pu�K5��nȪ(��)3��@��hH����f�z���Nr�_I�����ɭQ��rf��Plo���ɌA��y��i�ϴ�a�b4�`�B
���m��('��~�ׄE�`��[�q(��}P/�U��;Fr{3��7��T�i�ͨ�c���{5��20�}&1�i�K��L�^�y���O���%�;Db	:��A�ʡ�� ��֔B�&�t�����.U�u��nI7�@����ۧz_�[}�j��%�V�>�i{:�� �D:�BI[|��yL�5��<��glV����ɂ��{%�g�0f��ך�e������v���^�J�#&�eu7=�xI��B����#��b��	�Y�{��T"�\��)�ҩ�pm,f����a:b���c;5��b)��LU/��^!14���#��TX�G���u�DaGĨ�et'u�&&��0�S�����IUH�y]/�Bbi��t�+%�2�x���f&�����'paI�O�%z~!+��	^��FoWr}!�%�;��qz��N��#� G�H6���U͔z�n%�����I�L7��%2H�<���0��@����S��e�� "�k*�w;�D��!��ؕ�U��s(��b,<�^�<�B�[��Jf���(#"�@6�*r��-0��^��\����&��i)���db���>�U���� l�4G@� �%&a����Z~�����uĽF鷘͹LF�g
H� l֎Sk�Qx�FXn{'q�S1�
��{&�ceP��8jt���m8�?�>�lʶ2�وT���VJ�T
n�x����?��ʉ�i��Zw����S�1���Jw=a*&��#�]��V:�v���Yφb��J����!�����і먷�5�#MΆW6j�>��ښ��R����.��|n"��@��6���F~�=F�)�2��?lʍ2�x��4����3S�eg#�	�@]��-S�J�YƑ��l������yX�����G`Tk1�}����]��+���y\��H��,h����n�1U���eH�-;3
d��SGn�X�^�;����Q�����-�����R��LbG��y�,ĺ�M��0R�^�q��i]�66�nz��C��K�w�`�6�l�a���Y����v�c��h���E��?�,��E��h���E��?�,��E��>11T|bc(}��m�Y����1�>�f:��,�a��f;��1��Y����1�>�f7��1��Y����n�b赅�N�c(}��m�Y����1�>�f2��,��񉈥�K�&&��LM/��>11�~�f.��f.��Le�e�]�e�Y����1�>�f*��LU/��>11t|k1�>�f?
��1��Y���{Ԟn��69�ȗ����X!�%6��^�@c�|���yL/)�@W��0t�e"�]>����:��f��}P�E*�;�f\���4��<�V���0t��˨͝���F4�{��+T�U��#�!��B�B�9N��K{\yL"
�yL%3s}m�)-;
�[�����@0�LR��刦��i��:6�6o�m�~SK�3h���7���.=ap"���|gl}�����x�<a�k��H��l�����Ԓ"�yk�"&jkL��lLP�O̘o��p~2�>����1h/�6��p
0:Җ��0{@á&n����n0���1=���4�� J��:}�'��dd$l���vˆ��r�2ӯOQ��t�y�"Wf��_H��Ң�I:�UH=���h������є�[�v��M�P�уT�37�RJ�X��A�rV'2�k*����k�t#K�h=�uc�b�+�.q�����x��7��5?E�/��XZW���Q��f(���?�Q-ۘ	��_�L���`������?������&��0��@"�y�$�C�'ѯQ��"�Kx�W��c+��Le�i����1��Ѧ2��4�����񙌯�i����1u�fb���f&���]o���31U�fb�x��V񙌯��1��Ѧ.��4��񙋭�i���i���i���i���i��G��\���֟�:f.���Mk�󙉯�i��I�9����k��q�^��s��fU��w��T���V6�1u��J��g3W���1�;@f���31U}�9��˻�:���ezީ��L�Ub��LM@߶ez�&�녶�3k1�Ui���9�5�g�W��w�p���)�(\���3f�1�c0�a���3f�1�c0�a���3f�1�c0�a���3f�1�c0�a���3f�1�c0�a���3f�1�c0�a���3f�1�c0�a���2�T4~�è��$zj���kd�����f鿛WM���ib��CCՈH���!�n'
�ڂ��~Ӧ�����k
�2���������o��1�1��\��B-�N�6sv
߻n�q���fX�=i�ѷF�*i�~&c�1�G��S�2�T�Q��LK�{[0���Q�)$�"c+�0��ҩ.�1,�ht�� �\�V�ð$J�2k{�C�Q��e ��z[j	M@P�'{	pK�-�3ʄfo3+E;b�[�cTVS��b����c�>s�Lŷ1m��Sq3x�I��D�!����ڐ�aa;)���'��w�Q�9�0����o�p�̀�X�A��#dD�@��/ip>7�[K�)R��D�H���sM�6����� $�D[5MI�@6�\̚nP"�j_1,�]>��~�RZ�A���a$�����%D.���F��S�%��Ӳ-�����w���}���b@
vX�P��8[3��p���3����`�bF�G!Y�"�[��<�|���:`�Ns7��Uφ�\�yL������wk*�Y���B�6�����.�c��ו�8:�L�r���s��k�A��w͌4i���
��އ��g���Ɗ�7tN�'n�[�L�hV�"�okD��0n!`�H:��^���.-h�͵����ۺP7~�-v�b�r�ۈ2'l��7�Ԩ�p6����l2�*��Q�_5��c
v�a�ѧП�!�Lq����
w�4�
|�
|�#��P��:��"zC�C`.e5�K��M��2��>���3y類�S�=@�m�c^�v�A�k��
�/��,B�>��}xm�]�B�r���f�|�L��b^�r�-�o���XnI���'2�}Vy���`
6ϥ?��A3p>R��̠��4וŭ��QK�3t�/Q�1AAAAAAAAAAAO�:�b0�Z��a�#�����[�����h�ll�;����T&�l<�Hb��a~O� �:�G�S����ss*T�0�~��7������A��E�y��\�g_�"R6�n�)4����6��.�q�C����7zwy�2݆�K*�$Cv[)�� �-�J9��ƒ��I@���Qj�O`n�E%��i��`MŢ�izuj
�Y�#��fԘ<k"ʈ�դF�Љ[%T����z��.�z��*��Ydĭ0�
�]ttk���=�?�M�L���7l��^��#|����K
v+�O��M��b���b@���1y��#�c���X#T:�jP����YY��7���w������/�k	��q��e��Z�O���A��6�B}w$|�>�B�@��������~0�\�4-B�ܱ�j`�}�+6�q�\�����k�P���_d�N�p�c[@D"��7��y�ߌ '�S4��VJ����m�w��;��wGWPf�*�IPJ��Um���A�(;H0R��c
`v_��G��	Mޕ5���+S�
M�(T�l2��S9�6�RPשu�NO�����m�^inm��m����M��xsmacDuf����5��iE�hҁ��a^�M,E�0�)�ikJ&�+��f��L@��/0Ώ��A�,G0�	����L3�~�-i��N��kt��)�m���v7�5��iU�f$v�M�����6l�L�7˨�gf6��3X�zߣ7t3�WjD�d:���R���GpnI�e�m���x���̠��q]�b^����@��f��;�a�!�}�@;��ռđX��*ސ���ZHmo�7VR�����0A��5�vZ�b��M}�7J9�2e��_2�Vv�!6�6���%0�,Gd�j1���������2�D��V��ء�4���#�b��SU�ċ�c+Nˏ)W3.�zrʄ��d� {�pu�>���3y�[�[�9�m=�4��C5��iLص����@��f�PL����%���q��c��>�Q_zӾ�π�#=��Bf`�Ų("S�}�&���bvDSL���;�#�e��vOk�@�B���V7e�1%$��U��_�>���c��HS���N��ը&Xl�/)�LZ �]����x=V\�u��-�}��w`p
�+)a+��^V�r��s14�52}bt��
��'�c�~Y�Ÿ���)�&��T@�n~#|���5=�L�g�W@*^��u�>����"���2���Be�>SIJ5�&r�v!7��2���ɥvBT��ؘ�T-��}S���T��]��,.M�o�1��G�ݭb�m�r���[��]�ϔ�SVCc��}V��`5��A�1�r}rn��1Ԁ��O��R��|�2�l��r��6�U�o`M��N�n:?������6����D��)��ũ�I��?���0M�i��>�d{��?
&>��S�1tH�N����-3�t�LJ�GڳK-1�ğ)���Le$��|�(�(ڐ�淆ci�l�W&�+�&&�{�i+��Y]}E'C;�=F�?��fj'zn�{o�=&�/�v���kiMQ�T�Kݥ�1B�"�7��F��Qv��%;Uc��Y�
��a��5��aoJ�J�9�S�>Bw�!(
�,VUa{����'��Oas6���SmУ�a������bI:]�b�Q�C�s�5�bu2���c����O�ö6�#z�-;%1�7�59b~������;�}
O�b���]��٧7gQ�@t�`�������֌,7;&�n���Y�k�9#tK�=�7#t�u�m�m�a*�_�iʹN��'qz����͚S����|�=�4M"J�=�J=�&�A�L�eO�X'L�0�fa��)�i��i��i��Y@�FD��<��)�s(J��e(L<�e	H���@ԡ�ҋ0�6@��Ң���W"=������K���,���f_l���5�8�����v���]���f��oW�e#�_A��L5Na��43	W�L=l���L�URE��f�0�E�)�:��U�f�0�x4�U�f�0�x���3S�f
���O	�*�0��i�q-�iY����%^
0�x���0��]��e3���.��|L�\�>������ž&S'�B�%E\e>��=F�?��f5�1��6۟� >���W�a�d�'p�����LŮ6���M��)_L�[ư�	,vJ$S}/�DЩ��h������2�l�Ae-�Ab�Ȍ5b-��Y>s5���*����FL�t>�ћꕋU:Cc	6���i	A�{��Ն�Lÿă0�I���70̪�A�bŋG�	����w����;O@t7\s���Gg?��(�%��V�+����9SN2���#
c�*a��7f�vMI<�
��Xy�����N���:���0��2�|6#Y��qj�}e�����~e�)�2�}�ꝃ^m��j�� �S(���`	��P�-6�͉e�B=�7��bb�X"��b�"���>��;�T6�7��Ub5�uC*5�F��'�b�a�ܘuBu�r�U6��{#ɭ�ѷ�40a���Op����[�{_(�T��X�b7��D_kp��zC�h�B"����E�"/x�Z"����E�
��T#M$�K��\Ff]���+��72�"ډp-	=�Nr�Tm�3�O�z��Sb?�W��fs)�����6ۘ��>�G���V́I^�rmON���^�`��5e@k��12�D���e�����j��Ȼ(P64�J�\(f���G1V{�
��J��0?(5@~0h���lj�ґ�K�*��I�mb/L�V1
JGK�SԧU�bL[��ȱ"�(�v����wQ����;O9��1��Ԙ �<�p�~�;X�r��$J��Bו4�ȕ�c���i:Ͱ�a�<ǟ���ޛ��/Q�3���D�|P	a�rZ���*����o��;O�DF�-�l"S�)�[L__w7l7��D�Ƨ�=���\iagǤmvO� �Dl���G�'�Ԙ��:�9�wO�:�ᝂo���ai���`�m&�R�	�f���{��}�A�x3,����
q��Z�����#/{����N���ڸ>�/6�)to_�`"��z~�Gؑ2ڷ�@_�s=\�Y��,b�H�V$�e&�m�aa��w�=�q
�Ⱦ�Ac���=F�1��@��eT���������ʁFS�6I��h��"Q��{�� ��52Ziq���P彁2��.˙�,.��Ҳ�Tб�!$�3\���V/N�z��nWI`S�^�n">TA�
��1&�0�-�{�t��T�A�Y��3l�a�o�?1
�:�S�\���Bu��[��ez�6%5�	���-�ci�vP�!#t�c�����S�t�yO ���Rw��wQ��������Y�Ht����/�N�4X-h4�0�����?P\T{�-�:�ѣa������wB�Ai�6J^��1{٢z��,�7�6_N��;9�}H�w��;��wGOm���6@-k��0��� @=����k�ʋ���c�'`�
��kPղtՀ5*��M��vL:�����d�0������U������"5��ԟtE�)R��p	$	K�b6����6�����*����+�6
�=�����+�}B�’��o����e���ϻ��Ge#�y���6��vq1����.Kd}f�;D�9���C��3�3*�K���j�ꄂ5�#/��v.��=��Ȫ.o�l���Ƕt�.�E��) �	E�g�K�Ѯ�u�t�"�QH�Ø�,n���z`X�5�2�t�4Y��Z��-��X�aX�w��$�
b(�`w��uW�UbN�J� �1��,6�3��=F����G�P��AUlX���A�-�C}!�c1SPI�Y]
�@��YO��V
ý�ʊ~\+TKe"�Փ0�.�9�@П�90=
��-��k'i�P-�J*	JD�ch���"�ػ�@Z�~�l�"-�q~"aS6Q�Q�i`VX�����'�&Ҥ	R����s*X.˴ĭ4w%�yG1��q��\�1�{X�c�vL�׶�A��ܢ�
NID�g�b�uh���pu�>��	���4�y��F& %��E���4a�'t�1��MGE���W�]g,���{��NWg�S����c���S��ާ�}�9a���r�6��r����NU_�NRB߰?4��木�g�S�U������1���r�x����9A<�NPO�����=<�Lzx朣O�?4���9A<�Lzx����1��̳p���;��H�٬<1h���-k�b�#IX3�,��V�&b=btR>���ITU�e"��g�n�[�V�;%;���j�?�%�
�:���1�F�A��Gkm�.�!,n��a��X?h1�m��A��tb��j��P(eN�9�7������G�m���f�A�9��+{�f�h	��=�{�����B@#X�~�s�%\��H2��#ic��J��DB��6�	�4k�PH�6�E'��'��Ĩ#���*J��p�\���D���KS���l�2�6e�eYR�C�1ʏt9m��MH1�q�I'�1��1�P
}��lf�"����7������eĨًo;��s��\�a�{#j�F��L5/�Q) ��'��M���������a(�� �P%<�m� �L	���MC}dN�M�Y�M8F�����9��'�9��U�A���*{%ؙ@+[ڷ�V J�l�����ܓT�cQ��xo�;gю��'�?�3y����n}�v̀�@	�h��`
��a��s	���'o'b�m����Pe�P�Q�,L�U�����o�JY��KSF�ᔋ�:-=�w���ZDŽ�a��!P-��
[h>�q�ccv��^ݰ��L�YNȪ���dk^��&k	��?t������(,3b]?�'0��m��nQ0r��S&h&�|PD���M(��Q�G���F�C�,>����R��mmu�M������A�	�a�����v��:��&m�SR��JDS`3Bl�[) "���H�� �����j�@'�e�0x_���K���+鐝/=2,c��yΞ��#��&R�i���5���]���K騕=rt�In���7P*}�z������ዤ?�7ta���2�JVhe��lk4�҃�t M��L�ga򛠸�4��m�	%��켽���Av���uB~bm�Br���)7	@��VP,7�V��R5�;�5���}�;�}�I��3oP5�Oe����g���m�9���}��ؑ�e�AQ���kpI�brꝄ��/kʀ��Ay�����"�1&��Z�:���0];f�6��wGM�9[��;�a�sq�ǰK�
���A��3,w�+8a*��!Q�(�c��e�w�%Md�ů�i���A�oP��}f>�7�cf����5��s`b;bWm�%��@2�Xs�H��-��s������#;[��h.׼�^�Xo��JL6� :���A���-��!�:�D�P�bFΠ���݂˭����@kh;-�P�7���bʼn�0���(���)���)�>"R f<���h#{;�.!Ԓz;r.42�fK����7a|ms�� ��3ai�,1���6��4p5�7�	S��=�n&���~�7��a�l�f�X��=J�Y�H/w�K�k�b�2��>�;ӱGϛaר���5)����R'�D�>0�~Ș@�ȔUN�Ru+��cF��wQ��𙿜k�:&}Sh�g��ǘAb't��0�@�ƿ� �I$�9z�!Zd؃�
�S��w��U��9�h۶�n�Ь�KW�F`�A��L�y��;z��;���1�Qf|���/�2�b�I��0�@%u6�`I�g�z�[S���iI��G�ojP������D�ɞ�P-�����=Q��{�0�b0;�DΚ!3"Ӿ����c��4[����k,�a?E�V$��iԛ6�t{��%F���pE�����
\�̠ٳ�^P|�Q2��k�L-P�ΛH�]����׵)�!;4��S!c�l�S������{�3�kH�e�y�4��������>��>��a��7	ۧ`���4h&�>����]�B}]�-mD�|�[@a9�?F)9ZŽ�h6�n����.��6:��&�.3�1��eB�o����5��s�������ò1#1���H�zf�T�2�"�`��?�7K�#��A�6�E6��w����cCsx6	��=�0�^06Y��~���q46�f�Z�v�`#� ���6��g��YZf:M�>Z��Pܱ�,�˴A��s�0�7���p�e*Ԟ�8TQ����e�luQ�[��6�)���l��)��t�k�ےT�3�T9��6�؃��	�O�L�cCJ�Ī#\s�f��W9��}���6�}C���E	6���V1+k0;�"Ԏ{��D����7�cf]��o���T��oҾäR�;VhT�u�"o�3CH��X��f�/n�e���^��:{�Ot�^��:����G����R��g�`&r�:!�EƳ�]��'(�/fX�R��ȶ��}+-�ZLM�%B��ncg@NN�=��2��"�z~�

Y��v��1V#�"b�1V�{X�b�L�i�zKT�*�N`�[/�|�G�ڒ������^cgPT�')�Jz�H�=1���s�ɎT��N��X�D
�/��?}?�
��ݓ��r�TE�v ��z���LY�QAʫm~3E
�\�'19���5�Pi��� ͜kxNBI�9[�5F:bC��l&�=��|uB��)��y�ڠ�V%f��a}��G�-��1���0X�c��������(�R�6�`r1�
_նY��;��[����2�� Xk�T,��c�,��|��Fa��Pel� �[,��mH�4a��^���M���9<�˺`Z��vNK#]��0�I]4��Bb �;6�����Z�Q�ad}A����[>{e2��L�U���~�)X��w��BE��k}p~����OQ�ǽ3���C*���9�6ۙN��6�LMo�32d}���ͩ��l�	e�l,�kH�4��a�5�m-p��hX�"YlDm��X�_h���_i����?�ă�㩛�-]/���0�:B���V�\���o�{�	[=�
�w���2gc�Q#0E�aY�b�0-���f]�|�ð����Ae��݄�jc�{9`��4�wQ�g��a�4�3�i�U��Օm
��bA�=������}���c6mͳ�|:���!�<�g'�����i۶!��—���;��T\v�c0
��@���(����8�u�J
*S���7eA���D��m���N�6}��JT�a8��#\Ö]��Gdѷ@=��'�L���l���^��:u��YR�_Bbi��,<eD�f�8b�h�F;f8�}�&,��1��,������[o�f��go(����
#P܏�u��G{O|1��0���Oưz���?�r�M�� �^l&:ٔc�`na�Im��R�/O�:��iYP>��&*���÷ꎡ��\Y�΃h�t�R�ô�� �������
��eH��iv@À͍kM����P��Qc�3’��kjf0ݎ�l��Q�Lq��06��tg�d���a6�c�ܒ�X�c�z3�[�3��W>�ӄ�%1��b�r�F�?|�ڲ�\	R�kӽ�c1Yvi1z�$LX�"U�c��U�mk�UX�Sy]F����&(l�sq��Lvb�	��ĉ�ϼ\LB���e�۴��*X��3U�����r@�	�X�$���I��6mf4���s�*�R�S9Rč:�S;Fb2�`aIX渹�q}#F��n3G8�m��C��H��� �̚Z�aB]��*�#�3E���On� ��&@��}��PC�X��]n���*�sS}��S��H�����`vo��_YPaq*"���%jc�x�v����B�^��j>S
ˮ�L��!W��v�loI��w�;��R��C�"�6@�����X��Y�@��L�T0�s��v/Q��_�	��t��:@b��7��hI"!*
�8��ɡj��:e$�
�8��؟�=Pj��W�b4�1�hem���b�X�@~�Ҡb�U�41�"5�1�S� ��O�b����7���Ј�N��Ϳ���Gtt�A�9\�S�JO��JO�ŵC�J7?\�70c�L%��l�R�7�f:���n<�%q���0c.�)��Ļ�>G���Q�o�JU84�����Ìói��+_�f��a�C�?LX�|��~s�ÞR����^��{��8���O(����9�<Cm�2��>1/�a��a�(~&]:}��}L.p&����`s53��]I��@{=���1Zj�0��lD�z�����*�M��7�b�pYL�G��ڐ�f��@2�dju������09[��-��Y�P)���a3�>����(�fS`Ć$�x�-"B�C��K�m�,���!�C�jg�2�b	"a�V$�76�s�ݚL%������n��[�]j>�0ߴ�s���0>��k��L0�5 �e{C���Q��d���W�C��*Kk;G=+Yl%>�"{6�ީ����(w�-�Dѥ4$��vD_�@fS��.���,X}rn&��L$ڙz���	ζop �,l,����;mԮ@�9����7k��#��@�QxJk�@D����	D�$�a�O`II�s)�38��Q��_�b���}�E����f6��xFuZ`5Panr�¢��Im�����&?н��.�W6M��e�m}c�޽����u�h�S��[_YoE}��C}�SRU�bN�L��,/�6����a�X�҇��m��^�H)�K`��؝�Pe�s�eQ��oϵy7G�Q%=#�ݤN�q)1)����n���g�JF�e��f�N�L9&a�e�_�I�+E�Z3��ԁل�&ئ{C�7qz�����?�%EP7�#�����7�Ǐ�1$���O�eG����}��	���Bm7s�
>3�v�X_�f��9�`h����1�Bo�f��C�?|�,v�ư�2���f���Xa���|u�Ꜭ=�P|�>�@[�a��:��>�@k��q�����J_?9H}��>��
�‡��J�e��E��QR�(��R?9��î��[[�(���~�A~��[������&��R|�HJ"Q|�%!)�Q�H}򘔇�)	H}�
6�C����(�a��e��~��_�a��e��~��[�ڔ���D}�鷷N�q��X�ޞn���iLD� ؠ=$�{�����}%v�	�M�l�K��A�H�a1�|vLB�V�Q���fд�`�ILڐ%j�V�q� K���
�M`�@��ܟHy��z��CS�	/��;6e����@�>\�rһA��ʢ�\M@è��=�?��W��ԩf�S0o��M�t��ϔi��)�s��NN$[2�y	�ts�YD�6�L>Qئ`Ea�ߪS�T
��Ғڦ]�Za�'f��12��U�ǥ�H[�[t�0;
Ģױ��)kc�Q9B��|���m�e,wJ�	H�v����/Q�>�|��Ȳ	�e
�_���vdQ;v�6@,f�M�5��J�p�)٬��t��'y�:�l��Jf�e%�f��0��v�ǰL%YL�����93P �ք����"���L#�&�D.%;+���fn��Q��y~}F�?ı_�<�ݕ@V�����&!|3����?dLHFW\Ҡ�J�Y_�&bF��1Bö��bo1#2���1R�*#'	Q|2�xD����VV^�������D�%e��UYTGM,�x<ܣ�GT�PD�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<'�$�<%��LE*��8o��O�<�D�GxO��eB�:�bQ�VoV��|�s��k�J���VkZּi�Ha�^c0�}^���~�B�����dJ@�)�-�Jj�F]wJH	1E��"��M��(�x���0^$1ݯsD�-���]��
Q��7N�����56����ݴ��J%�ߴ�݄���QY@�];%7u;LgS�7���]�r�+9%E�2���nf"����͡�~ZJdE���k�?!6^.�P���e@O�C*\��0k�Xlcjy�&�g3C�E��}��} �*]��B�uu,�O�,M��Ի�ň��������n3�K���ߝ�U�HO�&"��LE+�И�~!1�BW���?���%d�	^��hJ�Bb)���S�	^��hJ�BW�o����a�#�0�#�8�#�0���H��&.��LU/�����	�P�c�W�f*���U_���31U|fb����U񙊫�3W�f*���U_���3*3�>����/�J�{ťJ�)R��=oz�(�|Q�x���J��Q��W���=o�_���=oz�(�|R�_z�)R��U��+����G��[�*V�J��Q��R��q��^S�]�әO���G�Җ+�,O�JX����?m)b~�R�����iO��gۙF���U�E�RR����?��V�H�|q*����ī�W�_�9�|pU��K㞓2�nn���p.�����~��vC�zV�ebT����w��&lz�6���E�kM�\�a&�,:��k�6A�5� �>]zG��xeKn����Ѝ״5��=��g0���|uH:�U���f�\*Z�I���a�el���E��Z/q��7{Ǧ���~2����i��bPE�e�Ͷ�Ǻ]Y����]��7�����I$3_�*�v��SR�png�R���k����n3�K���ߝ�M�V�*7Q�ʯ�T~2�q��c���Tm���]� ���q����eF�*7Č�\�a��2�� J᷈y�&̐��
H��3�{����[����^n�~��r}!�%�;��qz����m�X���5'�Y�10
�����ƺ	�6���ݖ�\n�zЈ�{M�l}`��F������V0����S�Z���^޴�w1�
F�t�h��}��} ��!��Aa��gP	������n3�K���ߝ�m�\B��I��ւ��}�m;a�4:����>0_�A̤G!C���p�{t�;�I�26�ld
�p�-(+Y��K�RK��G�|9O�n�~���"��{G+����ڎ/[
��:�=��=��g��XF�h��6�6���>������0�#�dB!�G_�^��:t�Z�tP���6���J��n���f��S�V�Lo\mʸQn"96��[5pЌ��t�Q.I����ʹM�-a�>�um��h��h6o�y�t��A�bJ���1fb��e�`L���\���e����H�{�ұ��S*��V2��eYWC<$�U
��o�Sl�G�x�cǏ*G�A(��r3l�'2
�T��O��o
_�luH<6���fQu��;�r�/����n3�K���ߝ�Ir
�B)�k�K���M3Y-W;�kAa�-k���F�n��n�ĊTm�(��(�a�(�2��)%Lr]���滆����h���y���o�sl�X@�����
\xכ���s!)^��}+�H��Wi�v'H�xt*�L��ezb��p0v��S�{L�D��[d�<�ܟHy��z��f��?d�eOj�cZ�cZ�1�`֕9��B�p&%��̮m1&W:�利�w���?�c_M%]H�1T�6�fQ�u�h��!#�4�.�@G�͎4�S�D�d���ԯX�;�c�I�7ʁm&/h�b�jLv�c�`$���O}�,e���S@�RI���))o��Lx ��b3Sv��7�#D�9�W8���F��v�F�����b��v���9�t��A���R���	���*U�R�w��[ǫ�z�Ӳ5[��Z1�7��ϩ���J���-�t����q�LN��[�ו�'���s��k�IP:��,\��#*���g�!���yU��<QM@E�����d������I[o2�V9��ݑ�f�{vʍ��Y��X��T$�Q�_�Q���,W�O7~wy��	���:����o��6\�|�`��}�Rɵ��\���s�׸�攂��D����r�c}E��������ʦ���4����3p��3X2�-�[�l�Q�A-�ҷ�3�eF�W[M�w��ك?�9����g�cM���oF������*S$����hԙ�	��v��s촭�i.�c
;v	�`�m�!N�;�>����V�����i���Le-}���].'��U'��I�k�]�E��ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧ�ŧo��d���t���d���d��l�x�~��~��~��~��~��y���wGL]2�ǂRl�|*-�}Ѭ�	�����Dm*��Nɷ��n��*z�nzǛ��!������S�*Q>S���)[��|�+�~s�18f�9�p�#�*�G�T��o)R���S�P6I9G���543�0��Rc�I��O|�J��#�+�G�W�xϔ�`�ơ򜣂��!���o�>S��m���=>��>�u���$L�vfLFʤ�D��,%rJEH�Jq5����ҙ٧>��E%�uG$�t˵u
��m���z��f6��b��=V���Xh�P����Re��%�����|��
���b�ղ���i0�ކ�+N��3��ts��SUPr.ML����Ѻ�H
��S�)�d1?TH�/����n3�K���ߝ�k�ߝs1��>��J��{H�	UZ�_hn�ՏfUJ���7_u̩`�X�6�f�`E5�4�������z��n�=%Z�
Y@���?�c�)ʢ�@'�G 6=�W3(���J��� �#��W��o�!*e�������jo�}^n�~�2�q�S���c�����g~w'��^��9�F�aB!�Ü��0�#�0�aF�q��8�#�ï�/Q�>�O�E6.\�]ox�7d7��qpD����K��7A�_�t�M���*��F�/*~n�on�%=K��}�J��� >���r�=���m�@NR.cjF��pD�E�$OTJ�ZT�zD�}ׄDa~~�
�1�Q7t��A�=0�y��x��K�#�$��e
�#���G@[f�:�׌���y��=�6A=E$���,M�H1�e6:�Te�-�)
�r��bF��ہ)�.	��H�B!����o��V�j�ٰ&0�K�	_նdm����F߄L�**�Ԟl���
"}�B�����c`I�����eM�|*H�����n3�K���ߝ�L7�!�I�	�w��	G$.ϯ�����A��ʲ�>+
�lT��Hy�2�7�Drħ�=`�ȱa�2R� J�CJ��@,���(b��W�C�Ee`t,m��B�Ⳳ�|� m���^%�\��V��Ɯ����vq�&�Q��f���]x�
$�b���O�<�D�GxBC
Ob?d�UK��UK�K��}f%�J�+4��6�y�m���*�H&T�YY�%�*���T"b��b��{$�F�LU@z�x�ƿ��15	=�R�U �r���@�`�TPA�a�� yJ�k�)U@���_�V�Ru��o�8w��+�1�+l��yF~�8�9�LE|��2��1u.f.��P��epR�-��t�ǸyFS�(��j�k����1*�jh�Q};%PAE;�� �pR��ِyM���	��3�F��u4Q�R5@�?qz���*|���ƛ8͊l ڣ���*�H�Y�!�7bM�I��%�m�9�.��	F&]V!�����Z��#��pL7
���#$B���:��k�ͳ(��Q􃨫L16�"%�۰�U�ƣ�#�biS����¢�(��c�����k�į���g��9Y�ݯ�6��6Թ>��oo��b%B
�e��J&��[�$-	���7j�T>����#����q�n���0��:��r�w.
���l�.=�p����D.,��X]�و[��0��#)ͨ�=� ��i�)�?�r��Z��Ju�9�L���I�0�����n3�K���ߝ�l�l"�@N����S�-�S�o*0+�V���YF�(�z1nɨP�������+�Q��C`�Q??m6t;k?�U6ִ��7��(��J�#����tH���G�;��?�/Q�����A�6��t��)��f�����.E"�S;�����V�4:�Zv\�f!(0ٞ�c�i� �YY�"ҩ� �̄Zb���ITٴ_��C�%es|�����s}�^��f2�ou���Wa������J�%vPW$��	U��u=Gqz���#��l��j��S(���{�kN�tX�;י��@l����k+e2Ł�it�:��f��U�bē�<Ď�ąX�Z�e3������Rb���63�O�:��AoD�
��~�X�a�L��e�rj.g���5��f4��2F�TD@,6(����t���q�F���ɹ�=�l%&�}�*���mmޣ[p2��`6�k�Em}�O|�M�E#����Q,*v���ĝ��,A �g;[���_w�Ҫ�"���*���P�_�L�6��R�{��e:`
�Q)ӱ*e��)B-a���L�DE`>���b�zy��Ͳj�!�
��a�6��m6M��Q5�R̥�.`����0�t@L����yT��/ jN�4e���m��񽣯�16�-��$z#��9��[ߝ�>����;i?�0ks6A�sjy��+|���o�
�=�[����77���o�$�W��0Y�6A�k�]lt#Hy�mr���6�E�;7�#^�d:tm��"0�d7��Nc��c�9+H}^�ٷC��/Q�6>�O��ʧf�~������t�N�.�h�:s����n0�Yr�h1�d4���1����nm��.a� �s��D
������PZ�\im�/���)�
�����ZDnu�i����yؐj�f��7$�����{$��aq�B�-�oWf�ju&n��()���b��
�c���6�3+U1ޭ1�������#��6n�l�Pa�������n3�K���ߝ�m�_^w��
nlA���E �?1�t4��ʚ(��'|�*�hۡ&��!�F�e��6�N�}��d.��JbS��Ħ%1)�LJbS����;iϤ<�D�GxO�o�f�s��n�]~Qtl sn��r�rL[����S�j�������E�₦Ӧot��+�����"�N���Fq�h\�����3=��+��6�|�@z����K!1Q ARS"02aq�3��#@BT�Pbr4Cs��`��$5p��������?�
S2�>vCV\l�Ю4ҳ�;���N���A�+?S���J���4ҳ�;���N���A�+?S���J���4ҳ�;��K +h�s���#��#��[����P�6s�}]�
��к�։���e�h�G:@#O��bše����;�-k�tp�����<�?�XD�����Zjm8�2�n���a9����H�6օ�Ǹ�R��`˴�-�pE�M�V��ݸ�V��>�3H�#Zݝx'�[�ѫ�c?�����3JC��5���Rf���8�����=�^�-�k1��A7潢B�2��`���渐�wj����{"ϝ�
4skI�Ng��K����I�)���'1i���mz#��0�6����7�U������?���8��ŧ�i�id�����䃉-.Ѝ�a,�.q��{�ws/��a��`M@�K@ִlМ	���/��p8�'u?�p�&�bG�
��RW)i�u�B�a�\]2�Mv�cˏ̸4�����4P捳~�iK���s~����g�\���;۔h@ims?#�\Z�:�b�1R5�@�����n)�5��'S�u�FGѦ�'y6�5��Im�#�jLSߟ�ks6�_;�%z\��������Qb��X���7g�o�>�����������I�{g�~'8���!q�/���\x������/�"���%Nj�H���q�/���\x������/�"���%Nj�H���q�/���C60�_��'8��s��l��{�A��F읬n|.��?f�
�����OB�Q�?�JM����w�~�n�Y�n��5Ёn���^�����&X�;!A�']��C]H!���ޓ�8�k���$����#����XDi��(��կ�ٴl0��#����
~��d{���im���Z�ߦ�l���&�rk`���ICV]w���bp�[t�os�{F"k�>�ۻ�����v�͏���`�	��4 wq�����[
��_Է̋�Ի�֟��d�����\v���ԂU{CJ����z��}V�k~��mwݝ��Y���cH�uZ�F��,�QN�5ƹ����SH?^�4�[Ӎ�DU���e
s�0;���v�~i���
��`�_̓�!F��\�Q#��3�`4��'�^��ɳ�h+��v����Vb����if?���'`�I��� Z
q�J$
���ޝV=�i��8�@�v��:i
��s��칲�惚\[z��j����:������v	��?��?��?��?�/qO�k�n��(���i���`$ܙ!` 'F�Or|a�i��� �F���@�ݗ����EW䦕���R`�U�TӺj�^Ȓi=�x����CD'�Gý�N&��!�$,�Yܳ�f(�}�$Z�?�c�f�6)dr� *���쬧<����*��Z\��,�A%�F�(��kg=�c�������YC�[��#����ָ��:};XV?�������i>��Hƚ%���e�mW�{C]����]�BFp��'µZ��7\�ŕ�g����E�1�]n�E�y]&Β�Ic1��e��دXc���������ezv7��Y^����_�W�c��������ez~;���YCa��<�=��Q����ԋ	�,q~��.`%aE��oHDž�xAV���<���z.�j�\?���o-�Ѱ�SW���E�M^����l?��a����EM,`�Ū�}��.:d��� �Ei��B�����Z�'䑏��
8�8Xh�r8渂cظh{���G���x	h�Ŗ�9FY#9��^�6thM�&�	�xA�� Zfo5��y>��a��%�&ִ��0��^M�A�Q�|��y�L��{N�+�O��?���k�k��4�k[����G4n�F��
B�A�#�L�C���Ì䕱P�����kP�
pm,���\�׶@q�|�R@�$�+�l6'�tm�f��6A˱����:͘�xӑSH$ypmh;3���˿e�7�Z��� �5�V���bh�]dZ��.�������j�HY��Z��Wժ�j�TU��j��V�UEQC�#���	E���خ�[�˅/���K��R�n�.�[�˅/���K��R�n�.�[�˅/���K��R�n�.�[�˅/���K��R�n�.�[�˅/���K��R�n�.�[�˅/�ﲍ��ە�5����xO�\lg�����x�\lg�����I{�~f�9��;<Agg�,���� ���vx���Y��;<A�(�,�x��e��>�p���Y��;<Ago�,���� ���v����Y���:b�a���g��:�;.[5�	$i���#$��ݗ���6Az](�r�	a)0�EY�E��p����[W�m\?��pǍ������ڀp�Q�^ߜ>����{~p��o�u��8}��<�_���~��u��8}��<�^ߜ>�p��o�tC����k�����YG?��������z�8h�z�����
;c8�hPX6����t+|!em�Q�+y�xB��Aeo ���Y[�+y�����Aeo ���V�+y,�����A:68Z(�Utw��^���阽S���1z����b�WG_�+��;�V.��a�ĵ��2AtD�s����c�
Aý�P�\���!np��@�V����d�h�Z�jբ�_�O�c��8��TU�TU*\h��g�uQYJk�`X\h��f�"�4�F��D�es�+� g�&�+���o\)<%p��ew%���O6��LcyE+�&�a�,+�/�PWU+�`��f0\F�#y��X�����X/�l����ì#�IH�(٭��&"ɤ!-�עÜ��;-h6>9�t�'\҈�Gǂ��7��-��E��Q����j�4�I��;D��E�����J�,K�c�cIJ����L�N+��ѱ���B�e}S�b�~jY,���dq�Tg��W�~�4�B�y�@;��/�A�wN���t����h�'�)4GPН�g%3CexǵG��\�u�mA\|�x���POm�mf�DL���XvB���~{)`c�8`�~�`���P7ހ�h��EnϾ�BhYU U�*
lC��a�6@h^��T�
4A�̮(��m�"_�ӥx�e�/-%t|l����<7���H�^��ps�3!9y�[���,7��a������>����69����? ��:�8a�wGbHe����S���*�Rd���+�F4�b�dMap�,�|u��Ӛ�T�y��Chu�����Me#ۢ�m; ��*�.;�+�Yi���̣�k��T͸�jL,��Mn��h��^�;Б�M���Z�y�sK�H@�%{.�QM4Z2C\�1����vi�g�: h��{#�7@��	
uU�l��I��a�u&?(h&‰�i1���T���5��~�'�n>�Y����[��d�)5�.�T:�U�!�J�g�/���\&�8��A”���ũ����#�����?NlO��\�y �#5d�]�|A�4�fG��?���
rK;'Az��sT�1P��V+\D�_s�SA��i��S�Mq*j1��9�\���\~k��c~�<<`������#�$4d�V+���[*U��{�A�ku�H]�R���2Y;�4�5�����RӛV���&�k@���"�HQ��7�Nɬs�7���@E�*#�ꋳ8��+����3��L��~�4䟂��n����]|��@߅�J����cR���@h��.+���j�A��z��5Xg�a���$�p�R>V�{Әi��R��w�ٓߘ�N6
Ȳ��tav�D�A�z��t1q�n��Dq��SfiFFif�h[���ҚSeB��y'L�f�sP��}�n�bX�t*h��{E.�uұ8�jt!����h��
����73��縦v�qJ�q��8�Y2�7d�<� #P��y
 ����T.�+�%{�Y{㑥�`���r����
�?��?Gh�W��+��T�<d.�SY�胚6
V�u��*8�{O�ڣ{�}��3��B�:T߷�H���˕I=�j�پ�Mئ�]h줘�CQ%Hi��sH���E� "W��V�=�*ѕ�<�����'����R-Є�������J�w-(��md
+m��I+�a㵊�{wn�+�7��ث!I�
�,<�4�6�NmHk`�k_`�#���XO`����M�/y��f���(,�JnG{�H�#%P�*�?$`��ED�<��Rd@kީS@��J��[��FiF�m��-uR�J��F��8��Z��.�ۥ�0@�wD,Kŵ��ۖ���;}�������᳒᳒��#Þy�q
o��P剂C��Ǚ\6rN���De}�Q�OK�fӹ	��Y��R��(\_{�j��7d
;)0�24�s2�ny�{ZI($�	�}q1�78� ���A��
�X|+�a�E�±P�Z7=V��VT�61n=���_Qp���+6�!Z|~�e��uDG{�XFS^y�O�ӨYh�������T��;�M{���f������"��ˁ#E�����4�5�y�J�eD���oD3w�NCe�1��/2>,���!5��oޟ��䈥j�ۤkd��C��lt��/o1�tr0[��9����*���k8=��jb%e4��6\���;[������-�6�a˃D�$���]Ą����p��q?NE	�~XH�[z��$�6,Z�
�{�܌�)�.u�����`�vip�F�?d���w�0�G�J�3��lu��ՠ r����@*��s���U�lTn|z��O4q
���S'c�lV7��N{X-�s*��l����!E8ԑ�7'�M4�'���:�B��+�;�v�
I*F49�ޅ>l�e��R�pN�C��T�	(88��F��6Vf�{��"(���Wz������	=_���	�Q	�p�Q�J(���P�&��6�'細��THLxj�u=��xR�:�R�^��)�ⰱΣ�z�y��V�x~[�Rn�u>5�Bc�ַi�����j��m67!5�F��~�^�����%l��|���{N���L���I��c�󸲙ɝ�3��Qb`����iW����ȸ��(�G���\׏hh��:�Hrtr���E�"����@�K��?e����pkZ2�hS�C�#!��m���}��XꝮ�*�9�d7��W�2�goz|l�c�"�F�֧e�%0x`�->6H2�AM
`����2��X'��˲Q8G#^E�K�c��ű��sz)1,|����mO�l���-��G�t�(�f�����b���/�l�⾊6��6~e0�u�C���E��Gb�G5�w�w���e��|�Ct�H��ע�8V(�`�n��
Q&�	��&��cCZ�e�����V�{�u�QZ�y�3䌌�S�5z&��XZ�Q��E��:�.{�˥w�D��M�I������yNV���QX|>Y�hq��Sh�8Ѩ0�4���,T@�Qf���/cK��6(�9�"6˶F�
֝�R-hj,��[i<t���|� V���ѥ�N���Й�,��К�,A���8X4��ⳘC)趻!�ru�4*H6o����R"Bp�X���v����B��z�D� �`�,�գ�h�+V�-$ڢ�wu ��`��-��S��GI���W�
�Z��ANL�
�U���P�戱V���4��cys\$"�Ǵ�5ۄr��rYG$"�VE�#!@خ(
v��Q\O��H�}�9�k��FQ�<f64F"{�A�� ��
�q�g\D��
�(�Y#��D�d"�ZUZ
��

��RsmeғZ(����7�Z݀�w�+��HM����B��8�[�%���j�5c���X�sV9�Վj�5c���X�sV9�ՎjǾ%YVU��ˈ��<
zL�&������D�F�D�r]*�݈ac$sr*1bh�3Z��. �كu�W�?�\V|��qY��g��W�?�\V|��qY��g��W�?�\V|��qY��g��W�?�\F|�Ǯ6���d|!dg�"X
ed�dZ�X��B��PTAPYB��*T��@T�*
�P��@�t@ �4^���Y�C6"g�p��?N��ݎ�v��+u&0�:��4FO��?XΗ�
Ǽ��4��$-��bl��:Fi¥IXcp��Ï�?\8�!p���l4{����o�CI�N�6��zH�#�n��^�<zH��C�W��	M6�y�R��Wl��%�ף����! �@��ej�Օ����b�21�2���n�1�.ִ*9^�=����)f�=%����F1�H�.��TFCӇqBF�`'Jְ��*�^U�Cba>��Ӟ�M�,k��~F�+��[�l�/�}Goyt�
���R���k����4AM �"&�IA�����l�-j�1c�+�
1��V��h��}����G���Z��0ї�� �k���5&���Ч���|��T�_5J�J��ϠT�;$���DR���H]%��8|m�@헍�p�h��E�d"����d$|d
�*��-K��
�M��2�>D����\Xu̴�&�uSt���U���$yq�]1����G0�u6S���D��e��Fl771���/������VFx
��X��w�cݪ��Q�Z��Cd�EW%	�\�hn�^A7(�
F����He�J�2�34�%����>7H��$��~HGT�0��I���I����;�O��Z��3�g�ݹ����`(�G䨢��d"������l4e�9�뭓h��Lxp��#3�;;�w^�t|�s,�����< j��ᡐ49� ma̠P���4���؃��l�hD��{��Z�~����X� %���s	M5����E�� �6R9��+l���U2�V�c��P�(�;�r���d�N��K�Q�L��cAi5�8r+nh츐Q-ϓ)�ꣾ>�݇jl,�R�T�M
�Q
Gd"�m�"[�a��mV�"�A.���h�Ҙ���Z�l�zW�g�i��ƙ#�u~�%i`x>��sD��	�R���E�$rɘ�Zp�L!����Gƽ"^��/I�Ƨ�'�C]gݕ]Du�ZHmw M�\7	��3Z`��%�~���9��kO`{��+��h6נa<.���C��n����vn�^�����'}��!4��œ��Z���{<Њ0��9I-~��� ����	��MNi�(l=�F�<�F�U*�3�^�t;��	�)�F�l��4�(�]�+
X�zn��d��4Q�����5G#��PB���{�R? �^�|!1ٚ����Z�p!�H'쪭1�QZGi����5��|C��.h�j�i7���Y��/Z��b���/ZM�z�o-�ֳylD�'��ޕj�5��� �E��D_z�٭;Ǽq��9Z�W��^/��*ŵ��B�4N{��nC�J8�wf@��#d���ּ�e�����A��,�e(YB���pB�]���B']�
�W��&�D�hjmf0Y��6��Z�?�A���d+)YJ�VU�e+*ʲ��e+!Y
�VB����d+!Y
�VB����e?���uҤE��u\���TE�T�Wbի
µk2�ֹٜ��۬�R'Ow�f>��>G=��ZsC�%�������=�vW٣D� ��v0�\+��|������G�z&�>�`0�i87�����"8h|(��:&��7� 'E�挏����x�H�'O�l�*ʲ��*ʲ��*ʲ��*ʵg��lx��}l�
����^���c�pp4Ah^��/�O�/\�'��zK����=%�I�랒������IR~�t/Hc18�ɦ.o���K�ܬ��a���๰���*��IR~�z礿�?`�s�_ԟ�^��/�O�/\�'��zK����=%�I���͈�6I_����݂�IY\�J�VG(_�6u�����&�u��&��%����ך��ρ��6�����NE;t�J��5����q:k���:9�0x �ckK�Sͻ9�)p86��9+���~]+]lw�\P�6vG�//�O��/��=��;��4^\h�aq��Nj�/\h�aa;��>��Ń��Ƌ�/\h�aq��Ƌ�/\h�aq��Ƌ�/\h�aq��Ƌ�/FXH ��.��A�H^ܯ?.���9�a�09�\h��(��g9"�����y �B~	aS'w��H,
5Zw�d,�4Lu�� �����{��×���p��Bu�p�$c<��+�y�܊��Edw"�;�T8ɢ�02�^�������#���=#?����q���h�?Ȍ��C�����T��{���Q�߉>$p
>%��<f%9���*ʲ���U�RʩeT�eYVU_ƽ썎{�@�J�^�~-�b��|�Y�c#d2��;�e�7�o�3��]�y�R�,����
׫�=��;�x�3<��\|dX�N��"
�I\n�ep��"�c%p���H�$���Fi��ip��|3I�Hv���uܔb}����W_\|pe����W_\|c&V[Ƨ���>g���=Q�ݙ�-5V��`q
q�e�!�ł�'}���tI&�W@����m{���G��Mɯyu�sX�$�N?��\I<Eq$�$��Vy<e$�ē�Q�^eg��WO\I<Eg��Vw���'���x��Y��+;�eg����2���Vw���'����$��Q{�6�ڐ��Qj�c�DtZ]-:��Ի�Վafo1���՝��XHqL�1n�
/P�o���W��7�w�+�=�������F�n�Ez��|�~��;�+�:0a���9��f��r+��(N���X����d2J�9�Ez��|�~��CѾ[�Q^���-ߨ�P�o���W�z7�w�+�z'<l!ـ���&�1�$��³	�lM7Z��=p��0HQ������j,'��UݛR`Lwlрݫ$~[�T<��3�
?

�ˆ�*��0D�W��,�<+$~QxS�M݉�'
^���h�p�w0�&��bg�d�²G�Y#�ʤ��� v��W
ɞȢ�Z�jիV�Z�jիV�Z�jիW�Y[�@5c��Gd<i�����RL�ȴ���@iҵ��+J��N������5	!�j�2�a���{�.f
�`�+Y�e}]%�È�,����G��(���wb�j=X2Ns�S����xh{��N?to��-*�O��S�4�E%��4��1H7j,(�󙣘P�!�!&h�958��<�I�nS�M6�7};N4�����g+��������\g.3�~�	�ʫ�*P�$�G�Uꛂ�чY�8H�eٽ�f7H�٦����ˊ�
���}Ȥ@���ךך���<՞h�E'4�i��Y�h=g,�8�X�YTN��"—W���hN25�8%��&��4��P�5��P<S��z':&
"Ӝ�]��I#�A���8���,�����pY�����V`�,齸?	��D0�k���p�/��Q��ES_�,T�s�.�q�!�v��N�Uӓ��B��e"�u�>�Xl`��ſ����y@���w
�e��vW�ִ�g�W��қ{����S����fN}��������J�!f)�SK�h�2ɩ4�d��X%7V��u���XT��2	���7�L����Hb%����=�S�'K��C�RHl��pX������z�m�z�E+	�t$l���@���L�F��㣅��B�5�qB�H���s���`w!gR(��Ы���ڱ������(5��������郜t�BK�V�B���:�,��iM�@�	�ڲ�!4Wn�j
�X|K�:{�p�J��h�2�f7H(����p�7��s��^�#���)�:��}"��9a�)�ch'p��
X�@���u� �䃸��~ ��Q���Q�K��#� ^IY��QmK�n�v��uE+��3Z�H�/���z����*��Uӂ4I*�GeJ��SP�
F���@�'��sw �vI����$k�����ֆ�dk�p#�^��1�`4�� }���Q{$��D���\��6(@���[M"�m)���[�@(�sa9����Pѕ�
"�&4�BC��-ȡhy��!
H��?	�^�iakFjE(Y�cC��t��c�7^h�=7^JV�� ��s���'HNEa�"��H"7E�� ��S����F��P�i�k�p��
�d��:�7U�P�l)
�N���+�v�5�
S��}nA��2 ߙA	Z\��^��q �Bf����,��4���P�un�j(�֏h��s�n���$�C�%6f;d�.��e�+ە�$�=9��:��Q��E�
�꬝��ɤ�$��'aݨC���0}'��5��Nn� �q6H#d؆P���W0��M���J�ТF�a��)fvg]���sBch���i�J*7e(�M�YL�MP��O%,������-��̽m;]�9ý��H�<�Q6�Q6:���B.O.��"S�{�ݔlG\o]W�;����O�z7̯F��3ƙZ��/��ڜ��cR�'`�4�uK�`n�\��W]Pu��5�T㝒8ݒ/M��F�2f� ��~wFh71$�����_x��Zc�Aiﶟs+s���`���P�e�Ѫ��_�d���h�	(�M#3�X]t��9�5(����o?*E�n�	�p���C��6i�>A<�ңsKO���,5GDec�/��V��B��k��A��(�8�i�H[�@�o������5޽�T9,����P�*�MBB�h��Y~��-;
�F7=�N�2�y���of�����Z�D�EZ��?�V}/Eȹ9ƉL�0�
�D��5d�\�Ԑ������dnk��3I��*XZun�D�$���jh��L�F�+A�Z�\�'*���(�YsF�QT��.�i��^ƫ_rn�/���x��Q�(�ٽ���[�D
Ct7D��:�Vm����nΈ�i�n�%��&J&?BS��B�[�Jv�����)ؖ�f��BP"��F�GO������h��4��AR8���:ԣ�ˆ���f�껑΢Ph�C��MR�	_�M�H����u�>g򋎷i��~K8F@�"�%_Vw&4���p��&B�_���3dw�j3�"�_�kc�]F��O��b�6��P�΋.R�F7�
~e:�Z�8&:�
_�wӵH�ۂ��u�5t�uM�ި��b�VCǴ���O�5:G��4K�_B��u�{.ul��ž��&=�pP`�vA��5�Ne4��*�%�+*�GE���*w��Hi��S��㘝�(�#I��V�=� hQ�����DzG�4}��ty8c+�/�s��#�E����偤E�UeYCh
�$l��Qj`��,sK�'}��
�"��4��γ�
̌M{����*��~T��Y�$h�r��JN}���D|�g�e�rY�"tG�
�����mq��;��2�e.6M��1P��3�r�X&������A�G��Xxs��[����;���K�n�v�X�U�W�V���E��
cͪ��lMWΕkw�\�e_�|���kj��UQX�g���l��N�����: ���}���6F:�z���{��k�X:�Ui�Z�;vVj�R4P +��V��"*��2Ds�Gzk�4[�zY��DhkW�s���v��1���A�H z Q=gT!YM;ں*�����$oMh��5�d�����𚥬ɲ[��E,�r뾳��n����b��T7@HPo�N����S�hw�]N����Q?4N�o
_�wӶz��ߨ2������#��MakA'~�]�W�ֻ%�
�ʴ:���\u(X�@�"E�4��ה"4Tlh���ʆc�NfaJ1L�� HaSM��CM�AU|�P�����=��G6�bcP4UC��mR����“��I�pd�2rB9.��
NK�'%������pd�2rP1�&�tN;�p��p��p��p����C�#�K	{��	��
NHE'%“�0��E��HR�����D�/�R�P���=���J�!�TJ��kA%��%�9���k@�XSNmF�����y��K�C�KE�t��nf�ރ�hJ�d
c}�h�x����k�+���?ĸ��.#�K���?ĸ��.#�K���?ĸ��.#�K���?ĸ��.#�K���?ĸ��.#�K���?ĸ��.#�K���?ĸ��.#�I�y�e{�ԫUؽiW���X�+V=�ج�CCK59�Q�����R2�CB�솉@�)h�f�	NdbBk]�c\��,�5�P�#�n�‘�m��Ya�:M�ڬ{Ѳ"�<�u�w��,Ұ=�Ez��^��|��w��=j��+Gn���	�е�.'�	,�^�k1Y��Vb��)�
\_���\O��|�䃏$M.'�
E�);c����+o4@%=��(�	�c�+
£�}Q�E5�R�[�[Zh( �4OӁ!��e�'�ލ�v�+
��`��G�5�.ؚ^���\��z'�r�LO��蘟)�����W
O	Y�*�.�VF3pT�t��5�r����s\b��^��;v���u�b�]�$k�h���Ā9�I�,c�p�ON��nb4\x��!#M�#yM#+�ׇm�p�B���p#�8�>��n�J,Z���Ym�J7�J�5��ep����7�eU�Y�F�A�z6XHY)�1�J07��(s(��t��&���u�ˡ�_����O����ry�N)�Ȩ�)�>K�
n�T����*�:��k\i5ﺷZ��c�F��úi
���4Q�%ݸX9�,IJ���;�l��r��)��=��]/��%��ΰ���I���)���<�YQ�����97+}�I>�ef*Ք	��,*
��#��h&�B.#�v�<V��/��6�k���^��������ø���[V�aXV�aXV�aXV�aXV�aXV�p6X��{�Ð���O�t�G��ܢ��01��TUE��%�h�*C�=��U�MĻ���@.,G�`Ns|I�m� �m9��r��Qa	�$��Xޚ�;�Xx�:�/1���{tv�b�T����1��4�ca2�nV��T�D#ƭ<���@��4 ��{.�v�R<���¸6�D;tu"h��ۯp5LeS��[��&��j����i���4Tj�g��ꮣ�f���E��m�ڿ���+�N{[��3�k�v��J�*�@�/�$���zS*�L��p}��b(-�泛:&;0�B����cc�/{[`nizVϏ��Xo>?���8a����������M'G�k4E�P��ÃMʤ�F9�y�N�'��K�'8s�Tz�\,YYX
��h�Z!V�jK�@�3�@?t�r�j��p6KF<�X�����D�`k�#ZhR����t�p7쇊4�{��4�-M'�G7=� �{��I���)��U\.��	�Z�ij��3Zh�^���@��6��v�S���Mc�#����i�5�ՐSC��D;1=G���4��!A\'s��hF�h4�>�Ff��9�<f��E%�r�ݷ1��4㚨��'	nӰ�m�^e
�P��8����ި����e>"��De��|K)��v�a,7q�b%s��(�ڗۺ4�ǖ�Q�]���op5p�𝯱$���7�B�J�C�v#��#pG�D�@+;t�f_�M(�'�vh�"q$m�6�'�F��G�Ll���/ñ�#v�_%�I��#���G���&'ȏ���LW��_���"?�i1>D�~�b����辘��1>64d&���;�ܠ
^��{';��k���!��E`1�	+�b�K�,��t�qL��,�{ɲ�{3V���M��]�,m�7��(�B��݆LM��EV'��F#6�m&q5�Gʿ�鎈�a��n��tT@�	�����4��'D��n��kC��@͕��X�4l��{�ˇ�(�ޯ�y����@Y��v7گ��"�E�
٘�Af<��y��+1�VcȬ�"�Ef<���+7Ȭ�"�Ef<��|%f<��y��+1�VcȬǑY�"�Ef<��y��(�t�HI�ta�0;�_b<�.�Ļ��l�*T�R�J�*T�R�J�*T�c�3a��v{��u��|��H��[�{t� n�8fy�/G�ߢ���Z�1�������?�ڑŬ$.<��ʠ�*
�APTAPTAPT�R�C�b��D��t���ԑ�^�*&=��?�:n)^��P;F<Yp_��WC�����1�����<��LL���@�B��o�g�/ن�VB��o�g�/ن�VB��o�g�/ٖ�VB8]~?�$r�A>�ih���is��aB���V�aXV�aXV�aXV�aXV�aX��c^��lW���Q��4���6�Z�jիVU�*ʲ�Z�jիV}ݎ�*���YO$t@��
�9�Aꢲ�J��أ�G�cq����s��z�%���y/^���z��Kׯ��^����<��_��z�%���y/^���z��Kׯ��^����<��_��z�%���y/^���z��Kׯ��^����<��_��z�%���y/^���z��Kׯ��^�?���K(���44�Յaf�f�A���Vv]Z�۫Y��gg5�,Ú�3�i�Y����f�دh�b5�����7柈����hT2>@�¨�حmjt^����qA��p(]Z�d��HЅ${Ë�F�<�����T�%U�����Kܣ�S��G���9��p6F2H�ܲ��(�W���O��=@�u�C_������t>�Y���?t]Pa�w�
X"�4���:U����'
��P�s+�4�C�����*Վ�<5��uj�!.�T�՛�ED�l�����uZ�g<��p'o�7�pȰ�G����{��P�A��=�n�E�':���pt��~�J��N?�!K~ Tn�w���GriE�ԣ��?�ۨhW�R|G���G�EE���˹���Q�jBp�V���Y�b0���+laz��r�S���^��y?ܯT�<��W�pO�+�8'������N��z��r�S���^��y?ܯT�<��W�pO�+�8'������N��z��r�S���^��y?ܯT�<��W�pO�+�8'������N��z��r�S���^��y?ܯT�<��W�pO�>��h�	ϣi��Aƨ�[D�@Z��SJ�<���P��4�T��YEd����&��h��Bn�ݔz�
�Y$���A	X�I&����Y�}�GL�1�͐�sR?���qz�`zLcf{89r����489ȵ�;B)e}�R���h�P����,m��Sl���J6F8��G�E@���f��f�����ј�|d�i ��vM"�P{�Wh��
°��;8.#<AfmիW�(�SΉ�� l�MZu�@CI"�:<9�ɆIu0�VB�i�j�\2 =���`SXC����{��7Պ����(b�̑� �
/P�wQײ�>�3�a=�p�_!�|�p��F��!J�0�0w
�t�C�GT`�Y�V���R��X���F���#ô*y��3K���ĹCVu7r��R|eBK^�7�!�`�q���RH��R�I=d�ӽa����I�	�A�y{=��6H�h��v34nP-;fct%	�=�8�b�JL]8����J��Qb��p��Q5h6Ԍ�cE�#U]�	pN��r���o@�ϔ�
!������5�T$i�Ca��ʑ�>&�v����dk@R ��nl��P�wU��U�;�mj�`pq�N�
��R�yl)%�2C�p;�_RH��V�8Xi�v�=�({�nS> ��T]�O�<\$Wr
�(�\�6�R�(�'�T}ȕe:jxj�jӜ,����
yp���n\-9�kM՟s;�-L9���ѡ��5h)�9��0#Gˬ�t�v�M���Yqڧ�N�k�M�����&r�XӧyT��f��ы�g����[E�ҫ��S��&�� h��4���i��FӮ�Ǽ<�X��5�ʐe--�Ss��%��~$߄{����4�pd9IC�E(�H�����y�� "�=�
���(�hj[���^�jii����p�.���T�ݨ�Í�h�J�6�N��s
�ulT}��n�UA)��YEU&�JG4��!9������6��t�Q46�!�Z2������aj�d�S���p�`!�\O��b�=�-F̍���A)�{���j5*�ݭ,��
S`�a6G4��.#B�}��Z�����J������TB�7b��u�
��`�����	Y�+#�'���c���M!��Kz0��=�CIZq:���
\!�è���}U��@K�S��/˜�eE�T+ݔ��Iô�uLcX�֊P���c:?&&W��Î���Kp�ň�$��+�0����\�K��ګ�)8K��v�H�%�V�S��oE��؋���y��Ekv�#n�"���<P�C'x��7H�Y<Np�g�G��%�ˉ����"�c�RD*7<��n�E\��q6Gu���S��D,���$Ve&8h�
�
�K-�i��/� ��VGxJ��Ep&?�)�{>&��ѹ��~v�:,�Ҵ�T6$�w�q���0��.�u�Wi���
�
6{���s��cR��$G[�+]�h*��Q3$`{����+��+��EZ(�ި����5��<�#�x4!�yR��U�)���+��L�+��e�w�'L��	́��hM�������v�"�UCC����ދT��
��a*��d�����N�h���(��$ҞW_N{��;��/���:�c`G$�|.}��^�'����mLh�Mt��?ػ��ʰ���Ν@Z|;����}x�kym1���E+\�5J;�l��%R-�61�4�6���LJRF�:�����XF��6���R���эȴ��A����
�{��/�*�0W'0�y�3Gz�Ю᪒,�g�)���,�4����Y]�G�E���%��5�����e ެ�Y
+�|HF|^�Hx�i'@����d�-M4aXR5��d�5���Ls�,�s\(��G�uZ��=X�sRµ�k�9�ˆX���[��Eܖ�	@n��݁k#�,��Y>a>��!�5��x�#����8}:�_P#�暳|�pN:�n�=���P���{��J�;`�3�!zf�B��|�sti�i�i�i�i�i�i�i�i�i�i�i�E�$4�����;6\���H�Oaa��,���4YBF��QT��oQ��Cu=n{[�BX�xgz8q�D��i�Ekϩ�f;X�<�p˲1�H=��
ktB�7t��(L]�g�ng8�Z�&�Z ����,=�.;�	����@����W���
8�Mu?�A՗�A��rDT��vP�hS\� YB�P��7W9fԄ%vz'D�KV�v�s�,����P���몘3)��@K�%dY9������Su�i'7�wv��{+6�p{��6E��I�(P�׿a�z�kv[#\Ȧ�=����C`>AQ)��l��˞7N�$��+
9-
v�U��%p�x��P4c�!��i�R5�"�
h44Pjҡ � q�l͌ep"ԍh��E��AL��¸���↥<h�0'g�cIԪT��Ca���4YR�Zt�وӹ:p�mq��!qڸ�9(ro���oNjA�!A����|�[谖�!�$��gvrhY\�R�`k�;@݉TN�'n}ֹ�Д��h%����"����F�mC����C&7���t�c��ܺ'4̗���"���ER�/EfS8�����:�ݢ���P���XInQܞ�
�D��N�4�T��w��/T�H1�6��@:(��	��><�a�(�k�8�=��8�=�l;t��=�q����D�AU�5��G['4����Ca2�7@Y� ��sBQ��;9�$�hm�����H��{�ԃƇ�Lk����A�7�%3�7����7��'�O;WqMs��~k!�B�9�q����t�n�����a.���'S�7}�z�`�y���tXV�l�)z�
�z5��=���z��
k�Ӱ�z���
�?G�{��H�NaO�H��XR+#ӺGN�r��!�ו�׸_�.�²0���k��O���O�`�}��H�}��H�}��H�u�����KטO��/�'F�z�׭0����oL�(1���y��D־��ca�D�R]"PM���M��F'�;�(X�vE��6����
����䇼�9��5�"��\i�q�4?����KO����M��������bP?d��Zl�t�`�2����278�.�`7h7�eR~#���=?�0��5�y����.�S�ˁ7��UG�a�N�bq�6 ����I�-�aQT{
c�r���Az6#��z6#�۪���Q썇�KX��5�%�`��Ǽ���O��tms��xhM#��mfoqQ��Y(Jk@c�CX���^�����?쟄DZ�'����Fe{��W7$fGV��ќ�ŧDdq���tn�����4j�+{���O��K�������?�A��]��t�����f�C��8�iq�#�ys�iE6F�=�4中��?�:b�P���i�s��;ձ���o.:.�-�g�Nˈ��J�6�������)`�]�ϡX��߲��o�Ms��5gx	�t�D���I{�I$�����0N�@�Ӳ���ʛ�,2�h��۳޽�"�[����Xi�fJ�����7�S�e���fi�����ł�$�j��
��B�PG;�X���(��#��J8n�#Xg�%9�1Ů.n
�Y��+;�G�9��ɠ��E A�c��t�
h�Q���^�7�����*�EQ����Ն��(~[�z��P����a���BW��#�rޝ�zU�B��,�7�^ݣ���|�c��Z+�⿚$���a1'
;e
�E7L�V���^?!omW~�l;rf�r�o���jիV�Z�jիV�ѥS|�K�Q��jի�1�{
�ŧ�izF#��+�1s�QD�I$�@^�D����`�\Y<n��������s�30;�-z<K?H^����������y,�!z<K?H^����������y,�!z<K?H^����������y,�!z<K?H^����������y,�!z<K?H^����������y,�!z<K?H^����������y,�!z<K?H^����������y,�!z<K?H��?����O�-{:����q��h�rd�u�
+���K����K����K����K����K����K����K���!��5w��CI��	��+Z�&"�����R������R������R������R������R������R������R����Ap���斚#��1c	�=���Z/�L�/�/�L�/�/�L�/�/�L�/�/�L�/�/�L�/�/�L�/�,K��p�c��N��9e+!Y�����dr��54��ˆ��r���r��X�CU'���Js�7Mp���p��u5����S������aa�D��m����.G����'M4q4��4^ڡ�s]ŋ&R�kC��=3L�IbcZ���v��z)�	_�9�_������t�E7�$`	��I�sZ�C��V&"2��Fp�h�d�VO�ϝ����f��E;�fk]��^�g1큿X�v��Jǜ�Z�5��W�v����А�'
��!b%�G7�̠
t������P�����v��w���S�o����X;��p�������z.pX8��L`�M���'Dz*p������i�7�
|+�ln/c���n:������m@F1HǪp��&4U�b�*���
4�giEm��^�UG�*j 
��m���VVsTu��g+���]Sd��᠋��	&�]1҃�_�ӿ3Յ�A��R,1��Ί��fg�,�=��)q�I��$/�d���8�;�,T�y�����kE��<W���V3$��;�X�S�S�g�	�X|{��g�ƌ�@���4:L; {Y�{_����pN������s*�����X�v��7g�����q$��k�
x%b?̄��S��p �{���V@�A:B(�o[�QΞ�l16���̣�͓0�7��hձ��X�K0D�66h�%�_���Iݱ���k3��I���HH9,�)�K;iq���.&�fEګ����W��H��oJ��X��Bػ�m\�g�C�?R���L�K��93�/����Կg�C�?R����F�2�,�O�������{�_�u��2�TT�ƨ���{�P��S�����3���V���3w��)�C�Թ�e4��iĆ��౽�عL�d�4;@:�@��_��#ɟ�����ԽE���ԽA����#��8g�I�Ƚ
�<�cl�;<8�K�����ұxa���R�J�*T�R�J�*T�R���	n79�ɪN��q$�$�s/����_��#�?Կg�G�?R���L�K��93�/F��
3qN���"�g���p���*����*����*����*����*����*����=��H\|pe����W_\|pe����W_\|pe����W_\|pe����W_\|pe����W_\|pe����W_\|pe����W_]!��%����f"YEG�<HPz��)_�y�vS@i�:�>ë�;�e�&6�ˌ�)���qIaK��v����ޅ
���&`J?`�B.�c��1�K�f��w=zutc��A.p)�q0�|V���/c綸Ah�Z-�E��h�ZsZsZsZ-9��E��i�j��x'�=�R���1�`�����7G��Q�#�����}Z= �51Ҿ�u�Yπ��Vc�+9�	=Ա�Ӆ�b�&� \`V���3�\C�+9��>��@�ڔ��ǹ�6N�
 d�6BZӗp���q�g>���b��0ұ�n�i�MS%.4[H*���j���	&��
�߫HE���Mk^��3mJdmp̄-F�h9i66U�U�C��9I&j"�(G�O3h�H͕��f4P�q��DZ{�oD����-{DU�X�z�����G����<�VWxJ��	��Ș���#��#��V�Z�jիV�Z�jիV�Z�jիW��?>�KK� +�� �������x��{#��w�	��3�4��},OlDH�v�7��wj��H4
�V.<A���&���q!�X\�,�9����xc|(47aٟ�d�v�v�l�O�9����ia�pC~��%=d��
��(9e������F�p�P@=�dU&�G���?W���-�<��k@X[�]RhKN�Gy�TB��&�+\My#��^��1��m��e|:�=�P��ZZD�i9� R���M1
�+�_�mI�d�dh*�n���	���{�GZ��;8e�5:����ͯ��8����S�dsH��Z���p�c�C�}�-<��u���BO�̃���J���JlĚʌ��)�E�ɿ���]�>�����ܢ�2��1W�H�\i����}��^�}���◦�����[A;,��3�;Q�@����d��xB��<!zl��6O^�'�/M������d��xB��<!zl��6O^�'�/M������d��xB��<!zl��6O^�'�/M������d��xB��<!?����k�v�F�5;�BSQ*&�5�������]�A, (�
ԝS_�QaZ
�/ks$ѼB��2t�J$�ЫO��Pӽ���{�&�+�[aqܛ+�<���L�G8�&?�*�M�� �B{��R���~hK��M,\�^�zDMkC��P���"IZZr��!ױ^���C���g��}��I�{�RFX���
,E����8dg�L�w�Tױ���R�^�a3v)Ed.�T��k9����V���
f��_��M�Ǘ:�����6 �0���;S�SJ��i�J�wQخ�����H���F�6Q������$!������?`����P�$��;;�P�����;���+������BM��L��kܱ#�Sa��p9A<���@��8w6R�;��1�3l
��װ�
!Z�k
�J8���M�{Z�Ge�
T�s��T�%�'a��6�
B �AGX�V�Mj-'�~�m��ЩnW�S�q
˩�Or����D�
��Pm��8YnSK	r`Ѵ�e�MRa�Q47(���:"��+p���;Е��gj�՘+
°��\F�+.�qX��\F�#P ���@ ��;M��X���u�Qw��k�°����&k� �Ŏ�'U���P�jF���Ջ5���\fV5�`��&�V��`��FK��T�NW�v�H|�l~�y+��	�@OrsL
���"����Pk2��K
V�D��ث*լ/�~j��r��N�q�k]�-��]����x'�y,v���sKM��:�B�W;�a�E�O���*��
���Uzl�t�N�Ō<�vP�n�Sq 
c(�۰�ˈ$pE���Vt�wK5

�i��5ܒ@4�8�~�����1��(�ʈ�I� ig &@�ӈi�p�bԍn��6���Eh��ը�ܟ��`�"�{�����ӹO�CjAM}w�N����X�e�\�WS���{Z�Ҙ���
O��i4��M(d�M\^	���kb�8{�[�> �F7�jc$��0��c-��b�}TL��hjP,��6M|��#���[_d�EĹ��������{�R��`�t��!��ɮ��]C���Fւ�JĒc��C����-�[J-Y!e��d����$��r�C,c;ʛ�x�����v������d���y��Qt�HCqF�echпh�V��#�!c����^򁦚��s���x@П�dLi̳�FS_�qAϥ�A�L�!p�h��\ִG�
�kF��@{��	�<�;�lM@�t)�W̨�ܺ�Z8����M�ahu����AW�\>Ee#u����X=&���n~����oq��ZM�o� 
B`�d�ܝ�IL�h'���%�nI�đT����6Ǡܢ�i�dKN�9�fj��k�\�{#kn�w�m�@P&ν�	��l��?l8�ޞ���lͽ[ް���;d���,a����R��vc�Wȅ��049�������tsR-�)V��@��S��i��K��X��U�5G��`��(6R��R��h�٫U���Lp}���H^�vQ�&bZ�ݗ�%G��/W�����eb0F3�lXw1�y���p�.hst�$1��mlP�"�ksJH�e[M&9uP�:�F* ״:�p����ʀ�UZ�&

ʕ��!E:0
�Pm��i�A[Cu3buR0������7`��F�i�N�V��FcA6k���m���at�}
����&"�z&�i��B��±�
�F�Z�by� �7�a��F	n���zS���j65�f�&���T����YVU�Z��C{�'���ت�s��Od�(a�+Ȼ`ZY���&3 ��	��Z�v�?�����{�`�"\!|֋M�V�]`�S\p�5dj>B�(��I�vw�ܯ�O�O�TO��ۃE�S�#�}�I!wc	�_�"�}@vl\߷dn;RiU&4*���E}o�O�H��=͢�ZB�i$`k���o�r9��/TH46�M{(n�kq���
X�1iݺ���
�%cΞ�-���,JQ��]�.B�0[��I��X�E�?���;�&E��pۛ5@u۾}19�#�H�;`�q��dl�;��rb���--p���;KN���'6��)�Xuie���[��@�(c�6�}��H.J�b�,tzOr�3�᳚{@4:��q҂����Rd��� �d4u����B�*M�(�^�O>À5h�!c�W�t~��H8�2�j�0�9���l��F�S�V3�i�[yR���tmd���Q���MM��Nҍt����c�M]'��Ec���h�����w],�>;.D�dn'��`cHrW�e��^���g�`��J�9�P�
q�Jq%�n�D�`�;�+3n�Y�5E�Q�@��T$n_�k�A�-�tZ�+�!"rdo�K�qӒ�A�~�'4�����4�9$��C��Z���Y����)E��QDE�-<�i��"��%��U�|�v��?E�H�F�B׵���9%���
�R2�#�cAh�&Ѻ�!=���4�CE'����г�)*´O�+�y,��#�r�;�Ys��H��T����z*vm�X�q�kz´6vJ{�^�{���@��0rYtsSa
�s
)Ҁ�{F�5�]T2��nS�[sZ�ęFR�X\�.sZ�(^��;���VT?�V�� )e ϱ#�����Y&g�'��gDW�a���D�y-Q�d��
(�6E
ߪ@�J̭;b����^�Au�Q�O叺�I��=��&�����ש��B&~��|i�g�XH��f�V�p|J��2�2ӿ�]ڹ��U+:S�c�
3�DoMP�^f���ћn�t��G�;dhnP�E��E�K*wxYNeZ-�(괵z �(uR{�蝺���5�`�,��I;�
��y�_}��VV�Y[�eo%���V�Y[�eo%���
h��V�6��\��W	�$i-�X�t�]�>;ʭ[��E�J�g�;	��DS��8�p�4	��^(�Kѥ���
�Ҡ$�%;�s\�N��sc�(߾�uz�gz��� �*�e"��ٰ��z�qV�Ӫ#�F�m��o�wE�����~H�g�$y��3��Jl���9�
��Ч�94�a8�A�Z�?m�q���C����2�[]k!Y��ю��O���T�R�J� �H�%�#�^����k3����;��y�TJʲ��(�UAPT���|z��h9�P�4VoD�5B�h���&WaH���r�u�*��D�Շ*C��s��S�&V�]#E�X��f���g�jբ�ed+!Y
�Qmy(&�%h�ڽi�ĵΎ����3(��;~���
7RJˎ/t�� 'h�
�XM:��9�Q�N�	��
��d����.�T�x&ŊS@3��s�e� .���I�л��f++h<nz�E����k{ԃ4e^�U�U�$w�������,�����HV���z��f��P��do�n��9����.��7�8�� u��V7�#��\t�v�Y٦�z�\x�#X����[w(��9ª��N��X|;���
	��Si��恾�ʍ�iq&���yG�e�F�L9\I��o�!���}TV[�0�U�E�)����uK�G�7`����Vc�ˊ�^�(��hZij�!P�(ҁ�O�
Q��v�0�%��N��Ki5�C@Rsm�mS[�E�#P�R�{(�� ��p1�q�����WƤfGU��ӟ�A1�ӝ����T,$q�(�'D\I�)��5���S��˫	���N�����|EV�ZA����*��V�UU�ά�Lqa��S��T�ȃ�h��|m1q�Ĉ��j�淒k	��"���uK�v��Emq�l-߽Hܮ����"���f���p��4U�~�M���A�O�9�)8qT-��)��GD�/$��B�V��)��[�iv��=����qE�<���
\��]��v$�7@��L@���Gr����ePt-Z
��BB�u�$f-��_��@͚��Ǻ9	��#�'ޞ�4Mh
먊�h�$�Rs���R��
�gDPø�s����������������\��#��L.oHˮ�]��!���wҖ�A�;G)E�z!�X�9�%���d�C�[g���q�P��:Ԇ����N	!1Q"0ARS� 2aq3@T���#crBPb4��C`p��$%5s����Dde���?��s���ȵ��a�+���Wy��,���Y]�@���>�ew�}��0���a���3�M�����o=X~���t��j_��6,'O-:6���C;�h7��"��x>/�Ѥh�ց? V���-�,?�Mp1	;�ߞ� �|c��ғI{	h�5Ƹ+oW]\��@�TK��cC��(����k��+N�/���� a���Q}�>�=�h�q�H�:�`��Y�kv(w(H	����A��@�����%k�#� 7�#Bu�oFJ��|Q��?�޷Ql|Z]��vf�
����A�u�F;�4B�&9����N����Z�9�{��3�|- ��`#����G�������(�E��C��֩�^���}��qsG�9�KO�D����#�uZ��K����	������ݮ�X?3k ��=TW�R
�vt6c
	�?dZ���H�H.&���G�l��} �@({�+s�
Gy���Gy���Gy���Gy���Gy���Gy���Gy���Gy���Gy���C�;�@�=���(�(��"�ze�qX}I���G�����M��������O�븣���q@�?��������}t(ݸ
��Ε��q��ܚlsi�׺�>��U�\��W���
?�x.���c�h��T.���Є;���ӫ~S_Z�i�|T���ѷ��Ɯ��w�����X���UNkj��z�Sk��o6�A��u�UV�N��}4L'�N�}H�?쿳��n�~�7�wi��kZ��}MI������j�'���K�����8[��B�Ͽ#h~tQ��]�y�;����*�S�/�i��ȯ��>���� n�u˸!�e�}Z�m�x�x�\������m~��-i�f$'X�N� ���d* �P�k}��qΦ����J�ªU��J��T�k� '=���>�8��
�^�@$��{\氐��
ɬ{��֒����X�]Ɏk�kZ'��Ӆ(�PKH9���+F7���8�gfl���E�
-9N��\�7��EWf�
!l�UKc�g���0�-����pO,R��t
d�c��}��J�4��U<j���A��s�'�-zٷ���5��;2Ɩ�����5��Ņ`dM�
�^�o1�)A�d������1�` 
	M`i$,F6|C��w#�0�dV��I��i�� �#VF��Y��2-c2�r���Plo]&S3e4\7XOq{�㼟�I���p�Z=���1�q��Y(b��tm^-�0�3�� �ei�TR�V�a���i6Q=�yE�<�9OU�?R���c��87R|^�:H�/a�5բ�I�w��p��]4m4N�@#�h��s[X��a���i �7�,d�,���.��qQ��Y[l���x	؆���
9��:s�b� b!u�^Zw�����k�V�_1ޫk/��U���w��M��m��_�ط�vJ��$7C�c0Ŏ~�F�?TǶF�7q�W���O!�d�
!.0��΢��.6��Ux��s���g��܎7�9t�_���q~s�K��G��z��=��<�����C�WM�~!˦���8�D؇6I\���W�\���bin�5���.<F���@S�փ��ݥH�3�e�H��搛ɒ��͔[A
�p!7��ƹ��BE��5a ��d~b\Oh��-p�w���ٶ�!���m���Ύ���v&w�̎�3"�N�i8<��j{�������A+�.iF��4�s������4��N)0��C���{N�+��7���C��x�[��w��Mc[yE{�k^��LƲG5��9��OW@(�v���h�H�4�Crcp4D\:�_�#Aƍ��H�Bg%�8)��D9,5�	��S��И"/�l�����?��}�:�E��z��G���;y�H7K��+O�=�����#xFW�Ny&��O���g�kEa
U<�-�XZ+V�V�Z���Z���XV�+�]4,4�WI�y�At�<�z�� ��H��g�]"9��t�<�z�� ��H��g�]"9��t�<�z�� ��H��g�]"5��t�<�z�� �Y�H��g�]"5��t�<�z�� �Y�H��g�]"5��t�<�z�� �Y���f~w���t^M����`�k�rw�?Z�ܝ�֢~�ll��h�����h��Y���;<c�gg�z���U��1곳�=VvxǪ���N1�Qx�Y!�U��M4�x�Y���;<c�gg�z���U��1곳�=VvxǪ���Y���������x�΢3}�D�q��@�8���5���[�[S�mO��>[��n[S�mO��>[��nD��0�E����_�}G�~ʢ�?�/�ʢ�?�/�ʢ�?�/��,_���X��,�~�Yb�?���7#
�>�		?�if��vx�����D[�PC���&�*
�z
����
�%��QvV��6��++tꅑ����F�B��Y[�#|!eo�,�����V�B��Y[�#|!eo�,���7�F�B,a�.��E������`����ya4XX��d�5�
Pa����ֻ�1�#C;�z�5�I�c,��<�Z�l"��i�=�
��+
°���V���^֚'Tcxnl� �H)����tF7�yy��4�u-�>0����3ij����>������`%Gq�F����{0�E��(�>�R��EI�PO�C�$����N}WHx
h��ZZ�<���ZY!�@��@;�h����Tl���>)[�S\��c�e{p����"��J��z¹��Q�8
�5m#�j�!o�jը�s�ے/�#DV]
����*�Qǣ��H��� >/���gw�Kf�w��0s���t8�k����'	��~]��g�r�qT�)���������if��. �Sñ�%��n)���i��h�n�| {�'T%fV�Y��j8��!Zn��
�i�5Ʋ��ƶ�r��BƘ�V�1د4�b��xkd$��lF6e|�7A]?�1��4�+�#s��;��Au�*�Q�]Ka���J��%��Or�b]�øWK��E���k})".m�OmH��%;n7��B9��W<4�T�6��:��7Lo��it�'�%5�Zs˻��#ܾh�q�X���-R`�RtG}�nCKr�����S�p�Z�Kh��	�!\�	ޣ�6�-3�S�ږ'ac?�!�6���и�O��(1�DAw�	Ĺ�Ok��T����Y��A��nR��h�=� lRs�6���J�`��-�0�&�y�U�#��M��QAf�'r��8�	�^7�ayA��q��R�a+�����Xl0���C	43F�qR�~'N�2hjQ��H
v�Im�����ش�{JRO��i��Uv��Р�(�����w�> 
�R�y\Ǹ8�	���Ny�ُ���M�Ԏf�H�t	�Jn�c@�4!�3�(��Ћ
��
2�Nyv���}�B�s����LiԂ�Hё�D�+�1�p�ʱe�r�jsW��V�*��c�g ~J,D��Ս�
n�����c�TA��{Jx.:��nP���S�ͱ�X�v�ik@A
V�Zl�5�J�(�M-�Ph�y�!
'SA1sm��T�u��i=�[��uRǴk�ޙ�c�1��;C�C�g�6N���I�s��'r�RFG�Q�֏���nr�lp*\\�P}��{�6d�Ӛ㼒����|�'�@�s��N�IGPSA�-s}�B@�D�X��вF�^|�"����*�U��\� kqA�J�
"�3Q��V@V�^�]|-Tn�(��Ox-<�5��4��βC�w&h2HS�>F��ٔP�h��H�#	@SZ,��?$}�5E��!���ʲ�*�6C��y��"m_�܊k�A�o��O0��Zq�Ў�	G����SBg��)����I��F�3��m˸&���GE�l���P����hrf�pr:j��7	�d���ܦ����5�
̤�ζ�s
�>au���al���HIk0�t`�Lp*0��aڻ�*F��ޜ��ܷ"��hG3�C	m'��Č�Q�P�j巗ę,������1�"n�m> i�0�XO<����E�@iQ��$��h�^��#ޕ�h�	�Jӽt�x��/�$��x�=�!ǹW�E��tEW0��+�����H>���e;�s=��
nVVP�
10wX�>�3�FxB��@Wb��|˕��9�0Y�
g��@�Q
'r�p[ʗd�X�ҍ��2L�l��Ɨa=�!���?4
��78�0��w��h�vY$kL�	L��w�P��o�**�����Y;�j��x*<��܆�8Q��{@��	�j¶F��4�J�>6�SZ�ߝ-�֓+�dhO���M�ͽ��3D
�2xIj�P�������D��OS]N�4#�9��h�in5�ۃr7�tmp�F
�D��)ѹ��;��cK���6Z���woA;p��-��@�tF�܈(��A��VGxJ"��B��q��'v�G�7�h���©Uv�r�h"��SA6F�)K�A^�*��Dj�\�V�����N�F���N���pQ���Ш�ٸ:�tû'���m�&N�V����<�J]@��[�k�YŧkJ�ެ(�-��򴓻��(���aX-��\��:h��X�E ��|��y"=f���.N���,՝��<L3��T�{��l��q������Z �z�z�>7{�r9|�;h޳�V��/Y�j�NF��G_�4�N�XNJ8|K&�@���tC�2ݩ��w^ܧ�1ϫp��w��+Mmg�j����hҎGF��#T^d��IN']8��&��K�l���p�4��k\�X���e���Oz�t����S`_&B%���G�����㯠���>)Z�6��^�8��A���P
{��U�i8\�a��lCH��D]j7��1h#�4���i��{K@65@ߺ�i:��y˓���q�Փ_$�2���F��w&�V�u��(9�.�!��H�I��� z�l�U�D��E-J�8����ևhS���]��n�\7�p�$am�?1i��q&}/�Z�Z���%��e� ���Y��2�}�C�[g&�
y�����]9��AȻ�k��i�<���GE���}7)Ž�w&d�F��(���@)���/
��ہR縂�#<S湹�`i2V�^F�~�ngt��R5��7H&�Z��r�r�VG*+*�Hh�s*T�Rj���Ϛ.色�$�2V2�F��dB+��}�2�T�Z�rA�ER�J��A@P��J�l�f7k9Y�̯��YQa�ZR٠�M
+h��͕�
p	͵�Y�VN%l��5�y�R�Ī@Wa���'�3��9�D�eaX��<Ok!"7���"R>�2yL�[��bq2b�8W��x�Q��G�ںV'��.r��D��lT��k����ںf'���V �Ɨ���;<[d26��+�e��"��L���,�f0Y��`��,�f0Y��9�{��u��Vw��B/9�N7���g����q��j�Z�h*��^�a�z-�~�C�؊ܛM�ѫ�o�0��$pm���0h���ٶ6�IR9���9�Ӿ�Oe��U�,a�ieo��V�Y[�eo�p�)z�h%t<
QrD6�@{���`��\
A5�����Ê�Ê�Ê,h$,�YX��dj�Ց�#VF��@�.$��%.����5,�#+x,�Y[�eo|��_~ಕ�DM���#��a-�Qi��
���g������?�lR�al&��HB�Zo�B�,�������	���V��;�v5Ũ�l!J�6�L�|axs^��E��LLr�����R�M{����_����%�y�(c�������H�f4��Fl�jH��z/��
����4����и�����Z��κ��W͋��i���G�M�L3u��+�I�z�X�4�{����������C ��6Ղ7��͢�Au�=��j}2���G�,ͺ;��_V�&q���
�{��md����
�`X3x����PD�i�9�iYQ�Q6�8��*rMZf:�������;�##yS?i!w�#sCu4���L!�F^�m�\B��p���F���b� �I,mQ@�����cz��D�ε�{��ˊ�"h�E�S��KK5c��9J-�'ow׳s�+j�!�
W�pNpY�$�8�~!�)�aef7�Pcli��hi9���U����u��@tNvcu]��h��(��
, Y��ϺX�+
�c���X�q����5��MxHNu�4�Р�D)I5xha=kP�����T�Infχt��`j�2�&%�zD� ij\Ok��������DEa����0��!�`;W���X~H�K."#+r�k��.,wEa��()�,R��Agu)���r�:��ԋ����,34%J��毚�>1��z�|Ӭ0腀��f9�� �����1��|mZ�,Mk�h�r�ׂ�e$(�z���$��K�DgW0x�-tLW��.'�]啅�����0��_<N�J-%��JI
7v�T�I^�d�'z|�lq���
 �����Z��mU 9��p�W6>"/�E�k򇉞�W�,���{k�o�C�1��sH^��=��(����~P˙�	,a;�����%	��t��-��VS�.���(�y'�P�c ��S��{�da�v�Ĵ��]�6�;�,�m]�n{�	�)kġ#�lڶm[6��A���RVg�ܝ�N��k�i�k!;MT&���Se&�<a�Hb5�k�1��-��2���7qLw���l����J`"���c��ݑ�(�A��a>�{|��,�%�p[A�9��<f<\mc����p�l���͗�^��y�~��8o6O�{
��/`��?e�7�'�2����7K(�Z�
�	D⃝��go�d���
óy��9ֳ̽c����h;b�vq�4j���R�8
Z���`��u�H�����#r�?�Y����*ʲ����p	�e�sl�&��
��f^S�{�a���'�ti~K�K�]_��71�;��-��^��ص���*��YVU�+UJ����EQTVR�����e+*,��3_$o7lݮ�!�YOg_r�)�5,�1n�f�3>�+V�M��'ǔS����F����l,���l�B(�!^0�xP��C��!��x�a|�9?	�ɸ?)K��HrV�O�]!C���R���(�v#�dt�H�?pٵlضmY�1dbٱlڶm[6��Vͫfճjٵl؝@'�6B�徜�'�Ay|��x�1t�G��^#�]/�.���K�y�	<�KN}���doy!�%e��cxZ@��]!�v<��K�y���<���a���<���b�x�1t�G���s�q�g��>8��wh��������lƖ��<*�I��š���A!&�F:��h&��[s��r�4�B4#\���ٿ$w�sW˘��T8*o(+Wϯs�N�O߱XvH���8dB�."s^��M�h7s�M��|S�	x�!~������ǁ�H��a������d�^����轙����{7�Y=�q����O���J?$p��k�3z#��7
0J%���d�^��OE���d�^��OE���d�^��OE���d�^��OE���d�^��OE���d�^��OE���d�^��OE���d�\�����>2���<�4:X�wSc��փ�{��D�#�3#�v7�i�NֶB(P5���`��}O8���+!�VS�e<S�e<
�xG�TxG�M{�ʶ�𭫼+j�
?†"OC/�!���!����f�9N,!ʸ�-�r�#�j���ڛ�8��6/mb|�/mb�Fŋ�)�XwB�4'��7�{��<��[S�mJڞjVԭ�[R��mJڕ�+jV��[S�	W�I
�@,N$�i�0s�H�‚�'1֯�N���'����~I���;�c\l�^���G��,���dm'q�?��>7��q�����~C��]�����v����c���5?؋]����!����&!�1S��?�t�5���yCb��c�j~������r�G(��n�4u^���G꽩����{S�����'�*?U�NO�T~�ڜ����W�9?�Q��Q�!��6V��`;��c��C��z�sA!A$��(K 6wW�%Ēl�l���;����6�q:���v���YY��+;����"�;�Y�Ĭ��������Vgx���Y��+3�Efw������"�;�Vgx���Y��+3�Efw������"���Vwx���������
�n��E���+N{���t-l��;�l����#o˛#	
Oi"d��t��}WB�O��X	�]�>��a�'�t,?����V��w������yl�(�t�v�r'z�=��O�[�֧�׶~)\�I�����Uа���}WB�O��X	�S�adv�n��C����D������M4�olfBJ08w-��kd�7�p;qm/fM[���韻(ĝ��F �z�aZq�)�3a�c�mf�%l
�9l�O�=��E��&��lJn�4)+��C�3�fy�Z��ɡ�����<�88WL��X��d��ԩR��QTU*T�R�J�*T�R�J�*�A#q[i�������D�l���$�
q���=u�5��#sp���\֭��HTQ�V�V��0��e+)YJ�VB��Esb^�ѾŠ&���ϸ���:��)�vP���gF�ED�C��/n!�R;�`n�Sd'J�;�p�o�H�ȟ6�&�`j�OB7��VRw)�����MR m�� �i�((�.�hst#P�A����H�-e*�P���,�d B0V�-�N��$�jT�������'��.��t�����L��p�W5APTAPT�.@�3#{���k��X�j��B7�������Bqip�;,8�R6���
pA��C)]�ވ�ED�K����]ܥ�kv�
�"�r�D�V��w*T��I)�HܩRʝ��n��ݙ��PS
�#� Z��0�4I��t4����B��4i�*k�m#0�Xg���cyX���bE��r�H�|��'D�M�;����x�c��4*���9_� X�rL��p�LJk��	p�D��~��D�m�މ�S$��Oo��K-��o��z1`��q���Ʌ���w�E66�Y~eS�K��r��)C],A����a�cKf�|AC�?����A���+�^�k+�u��odN����۹�	*��Y�"�p�S౐���ICW8���Ƽ4��4�I�1�����S�)Ը�%���M��Im���`���Bڰ�mF7�KA-Mk��/����Pu)KH�Ʉڞ�cuoMh�����Q6yٹZ$j	Z��@M�v�}��	�-�:6�Q�kr��:�&;fho�\�ӻ�c�XOtoik�QD�MD;�Tj�g$��6���$NkAn��Dz���9��n�ՠ#�O`�[�C�j@h���'\&'|mեc#0-k��;�f!�(<곔ה�/^�$����z-ǚܭ�YТ��}���<��go��ϊ�
�E�2�kCu��,�|(��Q���ڃhe�D�Y@�lW=*
=	��f�	��p�H�
NY�>��p�@�)���hh�e�����R:���.���9�
ݎo*H���I�����pQ8�3]�I�1;:��Bz�bq�D�Y�
�*G��_3^r��u��X ��Χs�{ʈ�<�rw���'9�hC�S^ӣ��%���(��h(��&��.��HY�Ȳ8&K`�ܹT�ecc��`ߒ;C����z��q���5��ݦa�F<8o\�o
?� �ר@�X2]դw{�n(�h�(:�l���`����sKɳ�WW�Mj#b$Lk�~rE��wڗ��f$a�{�-'&L�#��j�fB$1�Gu��敀���'��
�J����0u�b)�Y/rvF�
��~㋯r ��0L�n�~l�:R-."�,���8��E�Uػ�dc{��L��#����L��c���	Tr0�d:������89�6H�f8�ׂ
�DT8�����Dc�X���7'�u�uN�qWj¾mlR�MqN�Q� �+s6���w{�ܙT��;��hU��$_F����;�5�����������B�=De4�(���4�*I3�l�
Ǹ+?�,�dw�o��o�EEQGw��N��)n;�r#��D�=�āތ��{��y?�f8����G��B̆&6L�v������i��1ц4����8�_P���3��&���\��Z{%g&�촖�}�Ksn�\ԃGK*h�v0=�$�q4�Mw�Wf�ܯJ^jT��e�eA��'���x�=� �46��!{�ڊ�Wv���±�c(=��oz���Z�<nk��ZE�.��f
9u�S5�G���4P�+� ּV,s=�xy��ÿ0�YxQ�쌅	�N+�6��s
XVL!�X��[��i1-'+��b�{@uh-@�r���VU�g�n�
!�s#9�6���>��W7Uvؤ�@"Iv�����)
+"KQX�KY��� ��ѐ�w�atm��k�?�u��0P$���CC��A������֎b969|]WpRᦉ��28�w{�=���+����\֣#U!#聾p	�,�Y�wfё�2g9x^�\�$M+�/�_�_˚��������r��u�3y$��W��]��ܱÓv@�s��w���������Q���ĕ#F�oz���onB8���	Ã��d}:���A��d��&rc���^��a<;��x��b�ou�HG�#媋f��,�H�-���>m*6��.u�&8�� ���ƃr���4B�wzq{#�->I֒��E�ڷw6sUk1�IFC�Jͪd���[@�-iK>���B�'qJ��Q��)��*̳nX�\��
Yn�tP?�D�r�Rx�G���S&m�����c������4�<-m���hޮ��!ש�M/X���8��P�8���oFIh ��jҀM���9�I$����:֩���t�jޭ����3�۫]����\	̟���;>�ÙŠ�Wx삵k�=Y�VU���僗�ӳ3+r�ܐG�=�ʰ��Md@I^εk>P�YH�5\�(a��x�����B�e1�]Np^��Z��:�.M�O���쐆��j�ņ�f�d��wқ��AU!��eie&ɉӭI�s��lުH���ܝ�����i��2F*C���0>S(;u���Ź�6�Ok]V�@���J�I(GE2w�����P�e䜥���܊�\M�]�7��	�E�%|�s��PyD�1M�ͭ�	-mwPM{�P�u�6G�SP�?�L�;P�(f�NjMij5f�bLn�^(��B t�������w�j������$,�t[]7##�Q�5����E�-x��Aw���ِ
�^��޼
8H�:s��t�.!Ϋ)�x��-:��Du�|Ѵ>F��%?�[(5�R�}��("5܅�t�l-m�6k@��`�˪�w[���W�k���Zk##Qޞ̎-���&dZZ�!e���	��VtMh�
�Hh���p�<I�!e�+ T��kZX8���0�h�#s�Ts�yڷw1�mZ�m�Z�i�Z�k+);���D(#�n�F�F��1��.pu��+��w{��M��n)�M�Aq�������)k�:w�+�ݳh
I�u�h����Ȓw�t:����[��@���z���4��Q��$Us���)���(��Ӳ���&Z6�vg�ط�����R��F�ӓT4pE�E�fڮ�!7p���fr��({�t	�=��:W��+y�[�UEQTV���EQTPZ�s׸�Ә���Cr;����
�Ѯ��7�����Z�
��{լ����	MhpX�[+X4m�$@24Sh�;C�ޮ峫��lP)�-4�CyN�;Dk]Wv��m 9��'1�h-.��i��5�%�"̏:��3D%�8��4��&����kd,NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�NJ�x�Ǐ�k��'2��^��8W�YQ�R�;M��z-��z,��E��
�ò�=�9����j�T����(������E��wZ{s�r�u����d���	ҁYݘ;�'�d�r�l��:�(94��$�jQ�E��J�@��H�٘i��TWC���%$/��V��v���]��;�n�t#��Ra]�wnyőV���*ʲ��*ʲ��*����2����xJy]��=�TTo��L���)�Ӕ����YJ(6��ܧ�4�8X)���:�N�EqM:&��cz~n�=�Z��R�J�&���ka/���?��0��)�`�Gt]�w�/g��E�1����~7���^��~������?�{;�g�/gc��E6xkk�{�a^�pD��hh��V1��Q�({�R�N�rsj��t��e�'�f�������M��Q⡑�v�rnWU
��H�)d<��"�-#ޅ�5�pG	��8 ������vGܛ��_l��	�~�Vw���'��}�)3*У���1�'y�J�>P�{�J��8��`i/uUS�L����7�V{�����1t�qhn�jkﺓ�C�������03��Rr�6�.� C��
��APEz �
����]O�4r��ό�[nr�rs���g�Xh���,.�'��E�8��h^��&�!���r&=���Z���b��	��&�Aa�=�ǀ	�	ޤ�H�}��)D�0�/B,,Kf��ckYu�};�:&��:���;�;�_l��
�թ$
C�w�Ǒ0�y`ę!d�nP�Hఴ+�\�Qca`kr���ew���Y]����VWp++���
��ew���Y]����VWp++���
��ew���Y]����VWp(�=���.<��it�X�J��D�71X�J#�4+V�+X/��D���z�sZz�t
,[�#��-Rd�s_�It�>hK];uX9����
X�?��?����t�ˇp`!��$�A&!�±p3��Z�B��p��DZ.ё��@Js�x"��.f�ʡ�m�H��V��Q�h�i�)��͇sa��j��Á%��{N��i�����Q��#-J������\}\�sg5 Ҏw����KE�0���| �F�[�?o��H��Eک�i����y�Xn�,�x�pp�U�eYVU�e�r$��ՕeYVU�%��>�2toh$�eYVU�g�)���(	ͭ9�+Z�;1D�b��<k?PGa��u�	�d8����g�or|��Fg?��5{[�~JnS���ߵ��Ӛ���O��gC_2�Tr�t@��Y׮L��&/�M��&/�L��&/�/���g+D�R
�y�i��q8�ܦgWZ�V�T}��UN����5����O�d�a�S���sLs�I~KiP�V]xZt7F�d,E���P���"xR����Y���s
e��}�A�4�0s�W���T.n�.���P���߅��@$Z	փ�l�Z��屺��6���܍a���:�����5�k��x�*a��Z~?wFS�Q��+���G�j�$	��}�Mm��|(�Q�}9�m�I=��G1��.�߾���������U���h�v�l���VلVūm��U�����Bf.���;}V�* ��u���?!����ǀ�'q�-8`ͫ��]��jw�G�#`��{��XlN��d�X�i��ѫ5���{�g_��1��dE�ĀG�C�q�na�0���-��*xȚ��#B8���dc���|G�����b6Ƈ;�
vfD%s)�q��l/{X7�I�DX��,�t��5��
o�x��'���x��'���x��'���x����&R�4��/*υ�dƴ���潵��qD@]�rq.q'��<@��ܱ��$z.���Z�m>I��Z}���@c�V�zĜ;Iu���>=�a�f
y
�ç��ǵ�x)�sC��0��c��*��P1V��vM2��qX[��k�9�LY��̿�rvn�w��VHNd{2�8�uGl����8��I�G�y/�%=�a����"��<~��G���t�G��<����bk�n9�'���X��dcn��t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��G���t�G��ِ�f��
��<#1��"����b�LX�b�ejիV�Z�jիV�Z�j�+M��N��縱���18���B�.n\�h��7�l��}�$M�v1ۊ�n��X���1�YAVU�eZ�jʵjիV�YV�Z�}�!�\'�':`i�8�-��0���S�i؎˓�[���a���=� �,�|��g���ɯc[(s��7���R�5ؒZA;�g+��ʺ�?e���.�<��t�~���������-��`�s]������]�L/��;q�(
UEQTUEQT�QT��*���R�J�i���d�{N���[��,f3���N��
�
V����*T�*
���*
����
�ʨ*
�g^��:7�Yi	�s�S����o;�S����,Ê��+0�*�i�U��qV`�{�l3�pk����/���|ƯeK�5{*_1��R��^ʗ�j�T�cW�����/���|ƯeK�5{*_1��R��^ʗ�j�T�cW�����/���|ƯeK�5{*_1��R��^ʗ�j�T�cW�����/���|ƯeK�5{*_1��R��P�����ҥEQTUj*�Ee<EQTUEQ���ֽ��O��z�L]Џ�;kH�?$g��7�S�VJsC��z�(�
A���du�U��M��kC�5ƅ�\S��a�vv� k�Q�ő�(�ZZ���{1��߹�3,
����b��}-�b�����N�	�]4Qb��d0ՍB8�7�ֽ���7�טW�޻�����%}���9�օe��Y<c�T�0���A�^���%��:��]{��c��m��Q�48�^c�J�3\�h��z��˽U��ٹd(��Pvu	�qLv��B0�5�N��֜Q��J�I��p��GOW �8އr��M�Ɩ;3����%n�p)̀0�DI�;�����\~f���J?�ZF�B�E!�G�9n�1���I����v���V,_م����A�P}�V/{���U�A��ڕ4!ͦMw�
P:���5@�/^⻵Cr���E<��X���^b�1t�W��~+�]?�.���O�y������^b�1t�W��~+�]?�.���O�y������^b�1t�W��~+�]?�.���O�y������^b�1t�W��~+�]?�v9�zНYmʎ�B�&�J��୧����H�Ѳ4QAH/�w�m#م�h�+^	��X>)�m�,���^Mƙ\I:���؆�����R1�%�G8Q`6���������x)��ֿ=٭ԟ��t$�8�#E8���L�ڑ����R�2'zI������ɼ�D]N(�f>u��(��ڎG3.��}�ӽ`�=b���X�j��9R3U��8�)�7�Ǎ�Z;�V�Š<��1��潶�hq� I�܂)��<�x*<SW]��XV�����ki�YGR����et���L�tG;����
QmM�)�{�(pV��5Z,�4]}�-�9���Pmm<�GT�_��i:�a�GM�!,�׸&��rt�;�q4�<�%����Y�l��D<"�Ip%�$'�qN
 �J�H�L�$1��,;����+ia��7[Qa��d�Yw���58;4{�0��nz�}���bՌ����'�{?�LkZ�ѠU���	�r
���U�J�ۻ��M�@T�S��R��%Bq�[7"���\j��>>�m״ -QQIiǂy$��U���b�_�l�B�q�+�����Ɠ��aU6ơ[���[tiS��cww�cz̘-ȿ��5%YL��6f݊Xw���ޤ�9�&'�4�C�*���8i����,'=���L��Y��Z8�Smĝj���	mEր����m5�P�ͮ?4��mx'F�����%��o������M��a~�+��{/�fˈ�޳\v�m�6�b�5X/�g�~KFɫ�;�*Cm̨*����h"����C�h޷a5�/���i66�i�ZO8��/pY�F�n�5Nmr�9���j�R�+�f*��P$��B.�Ӟ��Q=�
�s��j�a�7#h92F��Ԅ7&����� �(��.��#ل96R��Qi�G4�q��A�;H�E�Ly�w�;�-+DH=�5�&��ӏT#-��Rt�����>BZ�H�33#�>F�qMci�
$jBc�'8 ���6'�#*��z�o�@�*W4�h��w}'L���F̭js��'y[y�z���Rb#@p
�۾�
���,8�ڱ?��B��E�9��������yc�i�mܥ�`�d�0T��N �M��`�@�N6y��	�;r��IYy���	�3��,��7�7s�U����6�!H�ꅊZ�G�;K�gP{x�w��D��Zw������'��s�{�#�	���bKF&�M��{��elq7FB����i�[FfY��/u��=��bF�SA8��<�ߗ7�.l<�5����	�|�.l����������,��X����[y�
M��=}��sX�m��cpw�O�G��$WP~��G����P�[G�� ��˖��c0���$�Թ�yG�ψ�A���'��_��Н9����!���A����vV��A
V�/��q�rS�'�I\���la�{���AG��MP{-��y���D�vQ�8NMse-�5�}����2��U
��a��jmØJ@��A���E])���{A�#��kBo
��f��{Gr�y�l$�:�lY4���J!dՔ�f2������()��|of@3
B&�(F����J7f�{
µaZ�aZ.����(8��U�Z-�E�#�3�=��-3)4T�u*�B�n�}�v{���B�R9�	Ny�רC��@���kc��>?;@�B��֚i�Q(�X�C��q�L�k���\����ᑲ�إ����
h�h���re�;({��\�9����)��x]b���,�V�s�����Ru\�9����Y� igA��1ڀ�+6@
/f3Vf����A�&�+(�QiYJq�Y;�Qܚ����I�2�Q�~�
,�$H�����
����[F�vx{|(M]��%i�|ٸ��%��k򂯛9���RU*L%��\�=`V�k[�<�n���)F�$�z��c2Dvd�,��8���V�
�ߘHaZ�aԝ��N�+h5�|Ů�Ћz��E�4|�|��呤#v���d����K0��uk�ܑ����y{�O�i�5r��|V:Y���B�e0��YG�,��Q�(�x��<ae0��YG�,��kV�����Ц��ғ`{�@��G��t���8m	�����.�e)���=��h7�A:+
���5���䀑��\�k�	�{���������G��6P(�DZlD�	е��*�7��!�\LD���hV$�����8����ɡ��m����7)Ke0�5��<9628�� �6�(~>a�ϟ]t��M4��|G�;�b�q:'gj��+;�b��rXN$5��k@�����8�U�-;U��%o��[�3 �k4�
©D׃td����Q�Z���BK�N���ACp���b��,�����;Ǿ������c��N�+FM"I@7��
*܉ai�q
7�U��������Х�H��F��mfa�_�2L㚿d])�Ϡx�Lyh9SK�E�?���J�O�ݕ�p�ɜܯ"��J<c��6���O�b�xY3H�,p�;^�i�w��|�YmfM�@���4
լ�
���܀$�L��IR�:��l����!ʜ)����h
�(��[���Qʣpk��M��\�3H��N��n�C��(��l5n��X����)d��9��]Tx������k��օv� 5���B	�y:(�|����xo(,|1���4ᲂ�]~�d� �N�
��R�����ك�|̴I�
6ZE��*�1��F������xo(#���F�I;�O�d%4�������(,nR��Q���~���ܰ�25�sH�V�k�)��:4g�B��t:������RQ篚�Jً޵4#���ܡj}d��&�$�5)ϡ��k��6Oե�g�ri9V��]i�NމTX.�N���is]'u���Y��K��I�ͮ���g!�:�l�J�I�sc0�����8�f��j<�?��ٓ���'Oň�\��L���OY����&!ɓ���'N������L�m^˟��M��$9��s����?���s����?���s����>@��޽�?����0�Z��&��7qj<�9�3V,S1�-��w�|�F�ew���țm~dq�tE�}l�7q*	�n���&��ps�n��K�`��M����bed�������#��]�7��������Gr1�D�K^+s@�q����}���j���C����-s*)�F�'��b�w-���$�����	%3�o�'���_��sZ-�����M�n���V�+� h���V�1���c��+�֋q-�>c}V�1����c�;�M^�6��� 
8R�7��Z&ʫ�=�5���)�dm��n!05�}���?5��nN���x���t��ؤ}��ik�=�JrҋW�i��e�cX0�Ef��'�2����5pu�G�䯴��G7(ß�CSI�����z��l���Ew���ٳ�ٱ5��J|�1���^^�Uɠ����GW�=VGV��#�����$Q���W}B†���r-{
�ӽ�4�,!l�����$ ���mO�w璳�
V�䶿$uA�Ɣx�ǹ?�{E��rٟ
���+Or��Y��q5f�P��t�{�Ɨ8�b��s�H�����z�:!�rW�K���xv��^�i�C�?���[6�(1�߻&	�yy:��	�yQa�p��lڀP�1��,��&�:����[s^ӿ�bw�
b��Y{�m0b�+i����J�J�*T�R�J�yD��Uz�''��|�
�;
�۲-�zХJ�*��%Y�~�I5g� DX[8�
�Y�uk�߅�-��c�V�_1ޫk/��U���w����;�me�궲���[Y|�z���c�V�_1ޫk/��U���w����;�me�궲���[Y|�z���c�V�_1ޫk/��U���w����;�me�궲���[Y|�z���c�V�_1ޫk/��U���w����;��%��ݧ���[��eF����w���sO�o\�9<>>��/[~��_�k�
~�>�v���;9q-���;�|^.��˧��r��x\�|^.����x\����+��N�t`�X����r��x\�|^.��˧��r��x\���ݳ�,���Ķ�x�^׋i��YDM�ZH�.��˧��r��x\�|^/hE�r��^.���S%~V�
^���S��;�r�q)�;7��(���v���t�7�t�5���0�O�<���z!�XRk1�G�ju�#�8`jϢ�������轣����*�	���r���i�������� a�v���
=�,g)af�2�Ac����J@h*H�ɕ��m�SJf ��W�R��U��dik��B�;��9�<37BA�P���k(vkҊ|e�]E�7���Q��NJ37G��A �#��Ϙ�4IC&l��sP������Z����qX��7(!霠�G�e�|�o(J^b�G�$����r��<-x�L��^����(RV�?^g^S[�D�9M�Z*C��X?�,Wz��~�kz{��XS]���Nq�3߀���#��������-nl�p���<��������v<���$��4tm
�<��{�(�e��=�խo�w��خ��5�1�,}y�⧅̻��<�+%��ao��i.:I�	�	m�d��xk��?m:d�:7?0$�]�q)�>P����\��ηZ���L�6��"���RA�qA<�����P'��d��$�G��,��b��W@e���=�5��&+�#4�D���W$Ɉ�Ζ\C�F���PI3켂ա#�s�� �@��4�:���g�����a�l�?+۸��w,OcYy�=�m+VU�(�Ox�X�N��o�9���Qt�pӚ��­t��C�9����
Y�)�9�?��>�,�������������
�"��p�l��]�R��qi.�P�}n�I$����7�\�i<"�6�)!.͐]����2�&��{V�cp�{,V$07W�.s3�mct�e%t�\Klf���Bs���cH�Y'����~X��7G#C��Dy7K�ö�$�]�;��.�@N
<8x�p�1�t9�分W����R
��L��l�W�`�T�Utw'�.=�O!����&/_�˩�B�ȸ�ː�(��?�تszL�;~�U���Ч
�,T��+�=����)��R�v�'�T8@��؝MP�3-��Y&��衊m�s��D�ݞ�E5��{���f��u�w�q,�I�e�w��?��t�^����]���3��S�s5����Y�,sX�F�+��q���wEPRu�.��#�Cn���F&o-���Yu���ճ5kfJw��F�ӄ`u��1���m,Te����k�AN8���AK��J�v_���L�F9u���?��/U�q��3��H$�ө6'����(b݄�Hև�Q_�	|��1ظv���ҵjիV�Z�jիV�Z�jS.Z�(��&�z��?��t)�^��O�]���3��V��ĥեW<��{��J��g�_E�_'K+#kd���jիV�Z�|��_=��j�4x,�಻���+�,���x��Y��!�VS�d<S�d<
�x��+)�e<
�x��Y��+�,���x,�಻�����PA����x�5�Pf�o
�Q��z�gc�7��B[i.n����mlc~��Db��{�Dn����b4���� !�ɤ�Fא��Os�6�����#{����d�S�ahM�ט"�l&X���*Dc����o�\s��cr��ߥr4of��Ә�~�&G|��kC@iύ����ܘa��?B��#��l�@ڲ���9�h E�:��u�%%%g�	�/4�p����W�W�W�W��d�
����<eqn�*�K7�_�_�ܑ��p;��{��
;U&�F6Ѱ���]SΜ�r��Y�Yݖ�N���-�A�F�I>G��],�I���	�0����Ћ�r���|�&0��;���R
q���YY��p����W7�(P�Ř
S���G��F���ڍ}�����!�5�������1ۜ(���#����$�=�iu��R�J�*T�R�J�*T�R�J�*T�W��9��ER�)�C%��+z�����5��{��ů.?��7�ިpT8,�4O�F3835�P�� �#]U
���Ս������ʄ��'��?w7r�Y��-T5[ER㝀�U��Ԭ�|� �Z��c���P�t.4�s'GIj��V3��Xǖ�0��m�����z��48o'��2���-R~�h�sQTQ�X�#z�u���Nd�N��ӈ�v�M�;��h^�uk��mk�}��O��4��Ya�YMs]�4�[A�ߤ�����V�pw�(H	�w��-Z�kQ�����ởh2����_�5!;��a��:����?d9 {o�G�ɹ][D96�N�P�Ƹ��u���&o��!�ֳꝆ�h:�r{�O��������ڞjx-�ට�ڞjx-�ට�ڞjx-�ට�ڞjx-�ට�ڞjx-�ට�ڞjx-�ට�ڞjx-���+�	ē�T��P��am9:�ӜoA��Y���dn6����ҕ�w�iXQ8	J�r��<�P����,��EC�xqr�,�Q�FCbx#U$jQu��K�{�D�5����l��s�� �@����M�5�� �)<��Ł�nQ�=�X���df�XP�F�h�2s�Hl����z�1���fcImm����۳����`W�3�u���ܴM��Z�5�!-�h:�s��ӝ���2��}�vζ�I����ky��xƲ:	�Ӛ�kC�P��ϙ�AL�U�S��20�
	X���;�o{�m���R5R��
�Q���q�/�fwur�?���I��H�y��Vj�È~k�CC�o^`���j�j/��[�,u��.ғ͹���4"��y��$����g���� M��<c���7('����i��֋�jT΍���ޠ|�i��:LDre:�N�J��%M�k���U�	�,)[b���R�p�+��7B�049�k�#�Zk{&:�Gq�F�`U��
���5n��;;ku����w
ފR�c%�7�%�������
$8�ޜC\z���X)Wq�H�Zf'V��+���h����Ԛ�!��֫���7��F'�[,�F7��ZB����G,�Y�n�n�9dr"��$�����gD�n%Tx+4�y�Zڜ�4�|��������SC��PAB'�!��hߧq�Z�)�f�DZ��T�9�kr���1���M���5�a�'�N�z���N`0�h�/3���T�a,6�5��C�jy$� t���V���=�-P���}�w��5�@30�5�Z���.*7�'���˭�LO�t?��M��u��)p�Y'8��V}���\Qa�K{�$A�nw�NS�Ր�p�t�OcZ�B�$����0
�qMfs!�k��w*�X���@Z�cu��I��!5�Nmr��/}�~�ckc����53m�wيCR��
��~kKS�fxh���m+� ٠��kKEݩ#s
8Tc����Q�G`*�@%9�{I W�l�m���E��6–���L̎��1�u��I���
��"VH	'Q�'��3��x�!�K7.W5�D1�k��j1�e
%M�d��n�?5	�膇����-nU8���V�B��A�����F�f��������m��VBMxo
<t�cX*������n�X~_�a��E��l�A_�~T�,��nT��b�w���HFGU�@��-iZ�z��Z{hI(����l�F�ss�p{��@��N��:8�5��}s��I,�<��z�����22�`2{�c���O�<��j|c+��[���,��>/}�~�b���B�h?5_˕DcA�;�w+E�h_}�B��6���~�6ԍ�4X��fq��ԛ�R��E3cݩF{{��E�����*+)TS_�ۮ�u�����a"
n�s�U�������o�V��;���4
�^p	��A���eGl����~f�Z�l;��A̲�Ǜ�Y���Cz��i�S+*�
�x~�^�ʫ�BFS�kwi�b��-�ϳ�Ǫ�`3.�I�H�⧄��{�����B9�^�hE�BBkT�
����)K�t��"w��N��T�$1���4�F��m޶�:v$��j�r�ދ��)�u�I���ޤ!�ȭ`�5W���?W�V|�D�Tx��b�=Q�MSO��sU��{�p�F�4��8����~&�V'��'J���4ܣ3^C#�
�S�H�Oq�+�{�j�*��4A,���I��rބ��k�@���y�P�'Ӻ���T��Iޛ.i,��*
�}���T�XN~�����Z!���h��\�'���@&?(:#>G�]鸺�S�
�#xi6iB�\�t*Q��G����pl��C�X��(�n���25��G��QNV�sG)�bX6q<w�r/�Lf�.��J9��d\5���z�h���;84a��.��
F��}���q��&���B���\3Z;�^	�>-^ީB F�"pi��R��n�Q<1ڦ��M�JK�maKv����{��w��\�;F���oԣ�e����-�>j2B�zeR��P�v��!�nX�G�k�|��Tr1�x�S�ն)��&�F�9Pqq���}�~�i����ph�r����ý�y��]O�2���p�=�D�Ѵ~K�6I��9L��>;9N�Fc˩Ly�RB�sU5��N���]����w�$l���Y��94�9�ۚ
U�GO���1�p����gP�
-�TѶ7�u{��^H���`��a��O)I�ö��)��f�5�@�9s��ֹ?ҁvL�][�JF�ME S�9Z~H�Pށ�W4.��|MNc�64Yi68i|�-�����T
����$B:�M߻�i9�:=

}�H��c��d�V��š�F����F'��
����B����93	��#ˤ�Om&�ƓZ��:1��R#���<��xF9�{FFI"ݢ
v���&a����{�fxf���^�3��:�N��j%mIk��m!�v�u�Oc�a�j��$�����h"�RE���;�bP*R�Z���VU��br��A(8^�1�8*p��� .R�e_w1�-U|���RG�I!1���.�!S�<��}��C�h�)��X����`;gl[�]_�c��g�-{d�1�(�K2�A�?]S�Z�]��
Ȳ��d�����v���a�sj�����Hn�`���9�ykƨ:��}���s�9qN�'fZ��aMK�'8�,C�bu��ey#re�|�j ��:��
$�Oy�4�J���Z�]v�ò#`�k��ֹ�.�kE-a�����@��X�Ƈp@��
��������	���q���=�9W�pш����
����,~>oԽ�����,O(�l�bd���7���lnЦ�(�&���';�ԃ�
�`?��2,b$k�i����o���_�NM�T��k�y[�tr5��6������w�8�@9���4�Y3gE*aYLs�F�i���v�T���8<�CZG�0���N	�m�q�x"�(�5�7�Ż�hs�����嚐v���,“��o�g���)�12��EYI�P��m`׊��gj�)�f�Dž�|@05����c�Z�v)Ұ(9aFX�;��+h�ށNA��o�$��l���fuO�D�k�Qq;���:�Nk<�usy��*ʲ��*�p�⋜E}���I;Ͻ�_d�#,^ �|e�ڪ5V�;�ވTܷ�^
�#am�(�G��K�h��~ɱi��0��[x�am��n��H 0|�ǵ���ԬC��oO�C )A��<��p&YԀ���ø��Sr�Y}�F�[�r�6
3>�Ec�o�P^U8�j��.]V���
ߪ�M��Mu4����2�Y=�;բ�!�N�ŷkx��� t`���,�w���s5��ٿ0�RJ]���A%=���9b��1�х��Hu�\l/ubp4V��A�޶_5���v�������V�Z.�J�����oC��J���+;�Em�D���Ҥ	���Ĭ����J��#�j
���*��YL���ER���Y�X,���I����j]&�ȸҙ��I���V�B�}Ⱦ��x!1kh���(��H܉��w+��V��[@j��I	6�x])�Ҩ�C�I����D�Ť��1��4-A�d䆃��J�*T��g8೎h8 �S���Jӎ�;l;�_g�-k��oY<�p�H5a4
l=���%�4Oժ�8�(�W]�ڕH5��zէ
���DZ��j8�[�R�$p�I>���}��1��S��c�a��.;QB�a{IXˬ���R,s�҇�>;;��b`8|D��Yc���O(�e"�4����F�|������Ar����8W�KI�xv�vW�k����~��Q�O}R�4�9ǽO\
oQ�@<iY�=�z$��,"y���i����I��Pk��Nim$�I
`��Okd> ����D�c,k����L�9%|oh�k�P��px������@F	Z]�����
$"�OsI
<8{X�;�"
��mU�����s�x���1�)J���Q�X���P��&g�x^�#����S1L%���+�[��B
���Ɍf�5@���ܦ ���Q)�{k�@����6�8���=�Q�穵�ݻ��׷{M��%�3��+�Kʞ6~����J�s���xB�<!f��Y��,��a�0�xB�<!f�Y��,��a�
f2h��U� ���%
��+�-�>��������&����{�O�9d�s�O�9d�s�O�9d�q�CsN�B�A�25���b�R4���������hԨ�
�4��i09����#sh98��׸EfV�(<�ΤI'S����!$�a$k^�ZJ5�����=�����c�$
����ѣ���,ڜ��W�����������7W1�U��M�)��R����(��[�EE���'P�k)k
����4�T3�eq|a�l&M�ِ�O��H�cDM��ڔQCJ)�9��ݥ'������Zc�y�yS}���0Ñ�t���Z�mE���C�N5I��vv��WW��X���woD�5��n�Z@A�L�4~&}iN*v�4}U
~ P�O�e��l�>jw�`j6����-�:���hu�{=;�j+z

� vo�Ы����n�;���q�c�x�ަs�n��D�P�'+
|�+D���8��Y��,|�|m�,��Sz�N�3Y����-�ъ�s��r��B��"�/�S_��,��fڗ�A3#X	m��3	k �R2���:�����R�\����02�Mg����]5��k<t�x
��G�S[`��ɑ�DoU�(j���F���8*�(��<(�s�
\��oA��G��N�X��YA��PK�
�[�	}TTinc/admin/images/colormag.webpnu�[���RIFFLWEBPVP8X
0_ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016ALPH�
$m�H�:��w/�����眇��s���>�w#I#I0��d/�`���� "|+�dٶm[m@�V)�Q�:z�V��|;�dI�m[f�����aϹ.9��?D�EնE�m0�!=���IO�"��m��3_7�Qƍ$9!���5x��ܶ
���n���۶�I��_BB� 
�B����_����[Wim��@�`0��mf���$K6��$�m�訽��pDz���Zo���T�엏���O$��HjEoI���T[���=�m�>���ĝ��Ѽ���^�q�ӱ����٣�T_������rQz���d��P��e��P�D��V$��Xh��%b�}S�
�S��7�0�Gu�Q�'f�t��T��\6��Q�~eH�Β���8�@�8x|߁JCPs���3#5na7��є f�=�Z' &�.�"f�0�/s��-������M�.�,E��#1
y>p��0kؘ�+��C���5BЦ��`�R���?5 o}X���v��4#� �\_��_9]���e�C�]�蠦*��̵;�v�p�k4i�I̭G�����Lj]G#���#���/w�L�ϜP
��;��j��	('�e�
ఇ��*�]'B�Ǹ����h�r��}/���[������F�(�3�G���؞�[�)jK
��-��u�y~�+
�"��]�	��Y����Vd�[g�m�:�~P����=#��c:a�gdm���B����\;l<1%�8��2XjPp4m�{��(���[<?V�sav���9G���A[�k�����M�ZT/kgzB��3!�/wWf��dac6�NF���G�����FH�ݐd��ɋ���Mʼ�
:����?|�  �&�e��K�Na%c��r�;��q}��8O��-�d����^V0���y<�V[Á������Rl�x�%�g��&��#5�f��<���g�3�X4��ְ�6h�3���3�!Д0�!��N���qB.}���;(�!2f3Dꉊ2�:T}>�~�2o_�o���[�?����e�~:���L�|q;1�����gʛ����,��D��
4j�c>OEd�$e�p��#�ߒ����"��5�ao��\� $ݟw.�A`�����kF�An�̏��d8�8[�a��R�qFja�"΍K�L0�O��W��k�ft�&"�@�>�,
��ˬ��Oo^�A���/�G�#5rBA$�?CI���z1��qk�==�̴��3H�r�J�l+Cr/�Df���'tI-b8}^k����fz��L3� d�y��eC�oZ�#���w�����	]���b]���|��P,H�	�{�ol���[QdN	�M�`S9�݄�@�B���H��	�
(qr���FtJP���� �i��S�0N+�a�l�e��)i���Y0޳��_���
�z���'ܖ3?l�j��2�����
����v5�f;� ���a�
/�{�?��b�C�MQ���J�
A��Hv�)��`�,�8.U��L�l-d��)'?8�I����؉Z�^B8h=e�_��KB%LB�o�2�7I�ʯEx �:���&�F5�c�"C���2��[R�2�Ɣ�s�Q�s��v�!*�x�䉵	�����}L1N�TzQi���c�gBo9
5(���2WIF�K���c��{��şDNC��)�y.f{k35j�.q	��`
d|c��'l�碈��en���8-_&�N"�r��9lM�I)8H9F��3�|�rȵ�r��&Aʏ�{�u]���R��,4__�Կ��e�ˈ�����&��f",:]~�h�#z?��WҌ��0�vp̜�\�-�$�k {=��V|�s�z&
-�rb,��M�[�B�H<n�x����5b'�(�g���՘��*�:�*)�m�H�=WDI4�Ѷ
����EJ|�{��}��u��,��8T���/W,��y��V���[�k��3=ʇ�G6τT��(�?/9\�h�S����&l�~{�)6��}�{NF-X[P���CR��8����X���l�6�T������L]��gkb�M��!��� &�\�֋�x&Z �J��h�cI��_oxp\Xo�[V4�U�yKJn?��z��B�)��,�X��DD��!��޳OE�{��픷�R~�7��f�i�������"k����{���x�"��m����<��	�G��Ge�Ă/���N0�-�c��^�.+e*dEqԭ;gf_�_G98����4�U�l�������
,�N�ݽ~#�L�Jt�9[_�e�!�9�8�m@A�8|j��̆���н�]���C˻
U,4�yp�8�v�����
A�U@a	s����J?�|_�k��>ȶ�|���d��c�<�-�nD�@�ƑXg�� F��dϡ���TK�+$jՊ^��$��m$�+MVE0�-)*�" JUU�8%	�g���!6��-C&����[�;$� 
%.2�L�XtV�l�ou���$�H�p�gb���/�(m	53����b�YPR�]�qD_���A��x��)[��PE�P�P��S���ܩ�i�V����:��|`�R�c�z|=�"�Ǒ����`c�����%�denT�qk>.���V���:�wc�tZ���O��X.
h�l��փ�p�
1'_�#�NC2�oђ�Ѳ)
p��_O�x������ޚ�W�J�T�k�]':
�UL���މb*,"�
�L
/w��q~��W�4�y!з`X�»j-����K���ҍ�}�!q'R����ڧ����˗�^�g�{�n��W)��'�f�z`C	�`}M˞�cB{�k=�$�L�]���lTY�pC��K;)W@%K�E�
x|���9�:���r����-��I�G���`�2=_��[~���d��S��@͡k�p���xe�$�����^�<��%vݺ�!L�;o?o��@Bt��ܛ~����03��]�߿�Xh��R[�s��3M;�R��/�5�BB�n�c�e)m/7J|Nu"}�[���Yw�~O�n�K��',���t�/R�/{�x6�y�
�e$kV'�A���F?S�Q`V\�1'8��]�W�kCq�z֋���0�J�RL��%0B2��������ИcF|AL[;ٵ�yYfʚP��4|�r����6�@��*"P�,�l9�2#"�׍��ws�.�v-6�`+{��H��y&`��1�X,3#N�-��z9�O��[)�;B@�������T�b	��R��Rgu������A�6,�����7Y�R�30�ڪ��=.��Y|�GZ�H�p�g���h�J~�E���SeP�8�1[��f�'Z:#�Y���	ki8$\��fT���p"|���4v�^9��͡a$w�^K��̌*)��Aic+���{:m��r���@�mu$!Q/׽��������}�{6�"�b�����֐ajݼ�	q9��?�@x�ࡣ�.�x��
cD����W��$a�
&>��uID�Y��̝A�'���h��g�Z-t�VB�l��S��B)M|p�3ir"�ss;�h�d�}�`�B���� �ԡy���,ԗ��e�%0rdCh�(�6P��Β ����
Ӽ��>�<c����w�qz�K!��-s<ҳɸ�RC�;���_��%��9��&ih��#Ht��wA>� ���!�?8�lv�s-��U�
������y�r�T(,$b��F����P^�/LIR�	w9�i�~g��8�����
@�b&��)mS|��3�
�@�+|��O`q�&i�?�1�`�+��V�t���'��ijnQ��uX�"�{�;a�L����Yc��\&:�>�WL6�q܂(T1F�����h�4��Ϳ��W���N��"V�T��)X_�J�C�ܽ��o&)��(�:B�S�����1�D|��}��aP`4)����rG?��0����
��R�jʢ���:����*�b?Onl!@���B��O_L��@qK��ɋ��CI���4޵�y¬�=�5�����HH�����H�I�`�	ֶ��D/ ϝӁ�X�B
y����y�s�5�IXT6Fپ0XPvr�8Q�AY��o+�Ek%2|��a�56Ɵ酥CX�FӜ2'ǩ��"�v�$tH,>U��e*��#vT������6��oW��ipC]�sx�|�4ש-�,��%w���� 	s1�!^�z��6{��դ��[#3��%odQ� ��Q@mE�!ǟD[꒼&�w��q�Kx�b�eˑ�KR.w��Ml�#�Q誳�hht�S̯���9Kj��2ϗ�d�s{���T����3z�#8�������}��3wx�DΔ�h`����@U��J�i\m0H}(�t?L��V��{l�G�u٘H��{Ӗ���A�d�s����~�ݦ@#�cv�I�nW�bnD�i�aBhY�4d�Ł0�"�4"#��T�$ɟ\ܞ{d�IL|s��Ԇ.C���=�ŝ��c�P�*9�H���|T.Ő�m�X1&^ ~Rih�ǩ�(fy���]J?� �2��:���A�������q:)x#�-�h�O�ܗen��L���U�mk?�2����l©��W���k�%���qڈ/&Tlg_X�ȕ��sI��k�1�}f�.s���)n+����Fw'����3����~'�~�6”|��%�zp�_L�卷AO6~Oc0�<,������֞��.{���
y4��@��#�JpsQ��H`��Q��ݷ�@ ����49!�8;�C�|�E�t�r���%#K/�e��PS�-߹q8��}�D�DYu��=�j�0c�I!F�q�մ���颦iX�ߣ� �f-�>�q�|��f�r��s�0�V�X�<i��F���C!�:z�X�g�[�i�h4��Q�6�kU��CB.`����|��_<�s��;)Y$?/w����M ep9����I��Ƙ�y�U��Tu��kߵ�muхq��

�����f�v}Ӟ��V:*�x�Wf!;�7�2���]q|t���ऌ�`�����%���u��"��'a����G����3��� �|�D)�Z<�޺/w�޹F$�-��\~ܺǽp8 ��R�u=���-��-3�6�)a=�#�c(� �ƾ�K�6�h=���p}$�?����x`���"�jB�x�+���_6��)GcYj�v�s�����$H��I�I��~R�f�@h;w�m�~c
�9��Pj�i1�����G����Jބ�ˆ}G,+��|�M*&ā�Ή3H.&!�P�[���S8<>G��"���=דԌ=�gCd�:K�!���Yz�>���~<G;�Cj_��3���m��|�-{��d8J�Z���B:��P={�h�[x���:������H�y~�r/B`�9e��}3�S���)piK�$��11Lp��!��ǔ�����u��&�>sI��->:ߘ���x��$���	7AÑ�$�G+נ���)�aӏX؏�Y�x�� �%ҳ���v��x����~����Ki_�	�Qm7>�I	h������T�cF�!�c#�q���͎��a�B���~U�󎤍y���͌���{b��8T|b�n�	-l乿]N��z;)���,3*&�ǁMt��$0�(�F�Pc�t�!><t��9�G�/�q�Shq�L�x���;�*����{��;�Ps�byxq1�yr3b<m�GjV���L̠��v.���|\M5���i����B�Zm��>D s���+�).��Rj<�FT�af��13��ӎ�!�����v��Ϡ-/�e�\^��@��C�#�N��9���~d枾t� EX���/�E]�ڄ��/䋎pn�BS�[��TD�Z��kn��z�?��e1�|&�G��.��ҧe�-](����b&�������ۂ�\�������rj#��F%�qó ����S�������X%H�o��,7`aj���_x$�|�Uf����@��u���R0d
E	'�X��~ԛЯ?�#�S����-V��
��u��-������r'E�{PS�j��yW��C�bVNiX1�G�C���t�xIT���70�;�	���z�d�-�k�K����@���E������.�/��	�_�Ǯ&�!�9�ga\w�����9��,In�E:�	�mX�Qd���1���{-L���I���?/so3�F��~���se����__��i�FҒ	a�G"E&��s)��9ݨx���jb����$��L4�/��]�LD�-�:��CO���K�HG5�V4Z"45+��8g�n���$��Jf��W>�׮���q�W�S9�tu��=�Y�S^;��}c����`[�ڐ��+��l��g>����vGi
�@$k�3g?g���r�3�s�B^�[c���n��Z����g���e�ޓi,�c/Sq��1z��'�z��L��Q�Wmw��.J�,�U����MJ4��ҹa� B4,�+=���q\ah��D~�H�4��-@���OsM�di6ɞ�!�v��<�%��<$��
�ޥ/w��Ǭ��6��l.�ٳ7����Y{�G�6R+>��́$�U������2N���빷+ڝD�Qb�|�|���)����o�=�\���6��5������%nw,�I�I��Zi�nj����V��q2��
Y-�g
�	.�O���Dy��b�(l�iZA>�ރ��;�FX7�v��Qv1����yH�Y��k3.��Gl�?�	�;���~��5t�w�pL���tl���R%Z���
�)ȏ�3��*b�K�;��E�7r��x�٘ã��
-�e����c��q�w�P��f�4�7_�[�P4�x��!��@��~�^ b�3��P�y��BI��P��@N�CFV4�S`��o�!��ۀLrKh5f�R��t����螩��h*�
�[��Ya�N�����q�v۔�g�?���@9�W��gJJɄ����']ۃ�)A�j�W'F�/`�~�~���r�E�%��@����\�q,F��n��4^?��`��j�44�刷l�2;
�#'�"�m�Cn=�{��/���{R��^�⫌���<e��uk�F�y4Č}�b0��O�>p�ޛ��h��hh����g��Fv~f���3�Z��lj�ޡ��C�h����ѫ����
�c�$��|�f�����Hv�|#�/22�����?�Dp�[�ߟrJ2s?�y�8'"��.����=�8�t1.�7��ܥ���,�
9��P�%�\��/T����"�����>����Y��q�H�ŏ��n�)@���%gt��t��
�X�[qL@�t���hD\�9$��|,,z&�԰¶2�:��@����>�����)!O��Lˡ�pSU�#hi�y�Fѱ��ɒp���r!Q�C�\Y���3��W��}i�RN�3�2��2[�g7g%�E�6�>><�h�4��`�U��&&p��3w�F�ݘ���tڹ�����@gR�� �{�ށ)�`Y4�\`��5=��&�"�C4���A��`��Ң-����y��.w�]�n�~?.��7M���0��4)��A�����ě��8�-E�5�� :^��+`]c!D���AP���g�"R�{꼚߶���D���]��&f��crE�y��Z[�$��kL՗���x�5�1͞�Ŵ�Z��P/�0l�H��kq�|�k��Lp1y���Y_��E�Z?�vf�\ē��der�0׿���*z繁�4W�6q_���L���Q��E�A����>�VK�����7n�}R�u����m�@�LD��h������L_�#t>�A�D�L���a�e iI�4ea�ܜ�!j��sG/���3AZ2EIb��N?�V'EY�Fմi�~��Sr|FD�ǔ&&�����)�c;ӌ����EU�7f��5��Y�U��3��b}�#��
���D~Q����	V�p��U���q��t��@��T�P]��_��g��ό�r��n��Y@ZY���������-|,t�hq�����+,\H�Ge|�w�j��b������"�Μ��=-L��*�^�q�Ңl��\���3V?�o�	���!�mHޟ �+�U?O�L<yÚ���l��x�C@zA��V6ȇ�JY�"��;��C�ݓ`@j��g�m[+Ç�7l|&��=I�VMZ�E��"��u���L����VqTaji1�N��A�أ��H�Ê���e�LؠLp�H�)?.ϛ��B�/�E���KSg\��q�~ރ\�v�-����A�1e���S�*@1¤���_;�v�i���w�m�Y�=oA�ӑR	���x.��:�F�6�/f6N�/w��^	���}�91�����z,��K�ɻ�y#��'ڦ�{`����r)�e�� �	��%�9�+#=�*1�Μ�}�{�/�Vz�6E�q8�lAu��	���t ���v��Xٟ �ߎ��|[<����t�h���;��Cp��"y�Y€fkv�>ጀN�X���~��ɩ@5�N���*�1���ݡ�}A!81b.�)�3�S��u��S/^5��o��k~�B����) ��gU�ݔ�q��3�+N�D��3�"�y�qn-�y^��\Lb4J���M���8�o��,�.�
ͰhԾ�
c7\|\����o*?r�p�4�!ȡo��#Щ:��rgd�Kۀ�=21���`���Ǫ�~ϊ�W�q)�G�e�af�DԺMz9��q�m���CIr#z=H�f
�Y���y�>O����Le��"�|�kS�r@&4]�uN��^^�	?�F\�*J�0$�Q+��pG	��9y�y�9���h�;x��>,��`K-I��6gP�-���b�����f슀l�6_��X�I6�)����8u�)���,*���nP�B""%)�h�=�=k.�rh���5��
!)�g����L�W�(֐QQ��X�ʶ�
����ͽ�����e">N<�:�t���$0��Hm�[�Z����{0f�Iq2V|�o�Њ��q�"��RW*�q�W����gT�ۗ�����t1�w�A�z�T��7-F�!�{
|{|_�_��r,�U�f���\����4݆�~�~f�B�4gDNy���)��k�c4(�ڡ�'Z��p_zX'g�yTmR$�!���s����A�֔E���[�xR&���f�Nr��2ЀQ�d��{�[�)��6*S�E|���t�?������s�0�xA#p�҇g*����h��/�F�����H��X,�����a�rs�^O`�<�������m�`������f��+��\>`�~�d�l�gGLH!c�_SA��Vݽ�����}�݈����"����1L8(L@1��^#/��a�<����	�a�3p��l�����6�L~&��8`��Tt�3�K��^� �-��H�j��!'W�T̑����t�]� ����K
���?p��L��޿�u���g�}`�]Hq`c��gj?��
�Fr�~o��?�q��xtz���9���F�Q���[|�����I�R�C��Ou)��:�f���$���m�0	m�!�.E�;/�N?N�!��ځО���y<�
�3�Hy�@���,�@�s��3��t��|iq<h���0w�b�}��BK��B���!Z�I�
�a���o��J@ m�6OT�ˈ�.-�A�Ա�cT���O������|�'iw�#��k��H5�o��l���m	�m�Itsq�FY��!�-o�N�4*܊H�]��)�,!e�X�Ehxn��3�*�X�4I:d]��x�CKD�"a���$�����������<���?	�Ō��j�.�Z��a4�,
A��F��a>��r����X2�E�}pb� ����N4ԑ�n\.s�f��jo@s�w�ߒ/�7��gw%�
�:�g+���A��=_�H8��uB+�grrõ%�|Vb�xn�L��!�:�4{&)�6�����/:;����IitV)�.g�uj
;�l�f<T��3wX1��̏�%g�@��3��v�E|�Ј�@2�L�u�6��s�z�,:�d�t��sse@��\��������Z[=&�����u����U.�b�8�d�Ǖ>�C�Dw��mh�7q=?υ�\C����k<-F��aY�K�� ��AR�ȃ}�͓��Q4P
a��l2�Y�'�^>�>H��;gq��$��$�����A˹�:�jK�&�o
;G���d?0sW�w1ڤ���_�G*>N�v�`�-�_�*���"&����D6�&�_�+�F2�L$6���R�l���(��Q2G��0�`���
6h�m�Ҭ���U`��S���+8/T3h�N�
�d���&�_�Y��9�z�!��fW�o�?�j�j���X�;c�#���ۮ�ebsY�hhJ,%X�II�;W���%Ɖ��XȰ���Pb�K Z��+�"7��a�\��bDȄa�r'M=�#ęKN����hb
$���`	!g�=k����k�NF���&G�t���~���2��VV�hp�A�|��!�x�b�H��ጠ�n���a$��FS��x7c���62L���m��(��XO���S�ٶ�A�U
l�	"�r/���H��3?����x��p~kmX]Pp�?�O�v.7z��{�7��X�	�C��1����Nm�׆aAs�Gt�J���7������E�H>�:Ϭ���]�m8<�kS(�HB��w];<EY�'B�Ԝ�I��Bq�>1s/-��%O�s�"jo�As3/*�ã*��Z��|�/�Zbڀ?��=�E��#��u�	>z�
t �o���R/S���e��O�{�L�a��0Qۼ�ՙ,rbO�8#;(,�g�P��]��^������	&t���hp�??�qgY����}���W�2�9
��o����7�6�ʞI��ɰ?�Xeq�Y
�/�) ЖX�i�KW���z������X5�Sx��oǀ�����9��<��X�H�Γ�8��*���(5��O���z�e>�Bq�R����~!�A��� 3���w�y�C����fA�-R�1dv0x�u�8��l���չɦߍ~��
p�z�3Ș���9�u<e�xސ�{}��9XK�:�Ύ��r�=�c��e�B���t�:��Õ��9E^�*���n��Q�$��v!��0-�F��V�,��P����xm���)������S0�v�	U��b�N�%��|���1H~���qPȆ�U�E�
h*�A���G�(�����.7!��P��]W���U��2#7��;�g�n�t>
�����h�?O��@c�XA��ʔmU~�)����x��$��/��1��gm�ܕ�ޑ#�����nf�RZ���kmu<^D�q���{k���������:2�|Y�=ן�u�]uFĮ��s�T-H��?g+f�κ��߹�Ĭ>Z��@��X4
��M��x�gK/o��g낊3U�,�M�gҔ¢/�09t��X�������|��[��yZ�	0)��G�O�����=Ck���Xg�rOJ�L��8Zzt�qb�d@����plx��W@�Tk8Y�Ac>Oe�5-�7��v��08��Q]&�;�i�J���ژ��92�0��#�K1�]�9��r�C('�~t�r���`�4�$���H`+��
\j�;#5׎�d}��0e ��8c>�<'�!�7dw<s�F!���B�b��K��\�~?~fNՄ�Ԙ+P^d�;�?We�H�|��ܫ9M	%p�!Yk/��Ѯ�A��7Se�K�nL���g�&�����S���}(���%�D-��E��Vu�3��}�
�:Ic���:޷	�jG-X�1$���mΪgL~�ˬG�3��r a�r��q�s���NC���s���t�����R3;�B0�qτ��H�D�b~&���1����l�s�g��Ѫ������#w��Ie��!�*)�a�2��)s�J,��R��0I2m�}�~���Mۙ}��0"J�	�dp�����x���o��?0s�����M�EbZ�%��	���>E!i�����_79d���V
�bv9=s?b��QXQz
v�i`
"�Z�so	�����p�G�0�u�$T�bj�RJ"f{���}i,Z�D��e��<���G�nDva
�Eu�Lɍ"��������=.�Ry]�xʝŐ/���;%H�K�53Ȇ,#��k�������ǚ2&?����K��mLE��ѫ���0���rfi] 2v�����[��PJ�Д7Y����(����2S�j}�D-,��Z/u�k�H�Y1�G��2�r����r�2l5j�"��9ò���fݍ
�l?��zX�$=� �[(���@T���b_�=BK1,��g�դY'o�B��:ϒM�{�A�G���'{�P!ET�jA��O�I��}�;;�e�?h�m�,5P�(�

�p3�0��gPZ��p�����Ź�<.&I��%ծ7!@�� �1%[nQ{��z���?!��-�s�R�}�C[��q�^�"��T���˽�C�C�Ud�׶H�F�H$�#M�GJ	D�I>��fh�yڹ�20��#E`
�.k�y|� ���}��Sd�f�����񋀌P�DZ��;��n�-�Ug�r�n״*�$��_�����m#�O앭�3��� UT���ԉ,Ff�s�1m�-����=����X����p�M�,��(&��0!5�h9.[��G'O�)�H	/�x���O��	�۱�>fGe92�>��9��.�w�uO��*�܉�/�@�
�����%.���ѭ�Qx�z{R�b�>s� )S������TX�
�}�{3U����SE�!���j�^�1#APdw�x<3dc̚*�J�K���|_��xF
7v�mbR�6�T�p��$(�6q-��߳xf�0ޥI��+U��s��iCv�m�)��0s	N����0so��[�3,�L�q
 ɐ��g�����1���<�[ME�����i� )#���GT��xU`���􁙻:�޿Ȏ���nAks�X�eh���U�&&��E�rK�R�5`��R�;���茗)γ ���z���%�LI<�;�P+����=F�i�Y﹌g����{'5�-}ysmQv�3EzS%m��-@�2]g��_}��)�������cP�-ؿ�x;%8AZD™2�bfs��9/7���54ܱ�1���6K�.<@/Kf����1X	��>�d4��&��G��$7lT���
�%mO	 *�	��ڭ�5�ُ�ۂ�A�wL����b�z����7����e��F�AҠ=Qq���ݣ��r��}hQB�g��r���u�$F��32P)Bg�D�rK�+L2�zF��x���p=K^�a��%!�	��H�L�Z�����״��*ZE�~
[1�ľ�aAf����dBr�H�x�3-��<y�+�
/��XU�/*(�bT Wl8��Kx��5BZZ	^�XW�T��6��D�|��[Xm�bH|��IٮZ(�wm'O �˽��4�����D�,(�����}����n1��և�D
��ϥi_��\n��PF�H�m�*�a]��ki4�j�U���ݔ�~8#�R�b�,ԯ ��Z���s
��tL��^�!�y2�̀&e�t=q��n��/pg����A
��Fkl��<�Z&_D��R���=fd��ȌA9ʶ��)͑��i��s�%�uy��%��}b>E��=Fе���������F��:�8����-�F��d�N�f},T�@q��%�9�^�"w4(l�^!!#�
�3����m�Re���|��U8�B�q��?����´y�\3x���۰d3�`����A�Zˋ3,Y�X�+�/w�$�Ĉ�P��YY�N7�a*�J6�(�PՉ,3�
ɴ��m��Vq�D�KՁ����ٮ�y�y�q�;�^w81���Qr��	s݇z�bw���O�z�D�[^��2R����9���K��Ӛ	/>VA�u�l��R�"���bE���<
���R�K��^5h�!�E�SS{n����p��,���$����3�W�KbE�s����:U#�pC�X�J4����� ���d`��1�&�=�P���e@�c���훷�M���T"x�a��^�h�1�1�eO�cd4c�R`�<L@;#:9LN��{+�6��p�?��0��b��O�B_@g.�����Gd|י-��m*`  �6���s�sJLY�`��+�H��roQ* �3Q�)p�{�V)�����B2N7��k�Z¤L�"�"���E0?O�4nݍb$���^����e�YIf��qX-#��2GB0�9�hBO�[�@av��臆иt��W�r�Y�x����ۑ���	���(-��;�oB�)�ѓ���9#��$8,!����Eu=�|����<�"� NBb�`}+J��P��ܻ}���@a��Q�H�I��.D�B?F���k�]��i����k,����1a�"��ce�l���y]�����1�&���+�iL�D�O����La�N���\��Jf�@�vo-��:�X��{�	�l��ĉ?�*6�1��	i���5���-:?/sٮ	q���^|L���Ɵ���v$5��2� �Y�ʖk��k�I�]������;�
�2.S�m�{��N��K��`��(ڿ�"���<�e�e[>���9"�y~4�� �0�1�Y-D0,sŪ�r�g�	i���{<�Nt�aB����Ȉi.@��{qGC���aú�t"P,�Y0��GjU����n]6��^$l�r�*c6����W�1JV�__f�j����T�����(�3�����re$�[-��U�e��?"+ʦ �U�T��O	ٷ���aW�֖�9лx\�kT�~�w��{����T��\h@~�3+Jmu|�r%|eNi�8#U0���{��/58��-P
�,�:�YV벽(�җ;��[{���9d���W�%Xx�;sy�V�e�S�h��RP���qC���h�,R�wk~�|��u�d�m�
R�i�SC�	/�����h���O�����4�����at`�+E�8�呉�&�d„}��:�3�1���,��Uc��ŭ7Í�<���bl4����(�Nya4�eq+�@�A"�>ΐw޾Z��˼8J|ar|CNE�o�0S�6}k]{T9������ R__|�:�i�@:f'�1�D�Ĩ�eB�1�^ﭽ�W���}p��I$���C�sIE��Ҡ[2�r�,�L��<�QY�
�A=�`���k��r�n�M�p�Y����̉L5�)bi[~s�c\9�8wu������ڠ�Y�����,�ϕ\���b�� �U206�<�zM*&���Ӷ��q�?(2Wל�i{
��d����1PZ��Fxl5�ػ?��z,�z�`�\��f��|_�� ���?8��|!,�0LgEw�l1;_�y͡ϻ
�߽E''AN�.��|�ϻ�f��e6B&��p8��}a�.�݆^F��I}�(��[��(<S\N2S��]�s�(��S�"�2�`�rQ!�y?��3��PjL��l,תtQ �L>1Kѿ1s��u>�Y���?X�[�|\}�[2�q���n�����
>n-�f�LU.���S�]�haj������5y  �'f��Ƙj�Pv]�$�����M�)dy.Pb
��vM�kI�t�����Rf4 ��g����M:��f�厜�M�M	�"l`�$��2=�fu|M�p9���'w�_
Տ d��{�0	�ۈ�H�5�9KШka��rEđ�˞�/;��#eo%pk9
7�>��,��6��Q����Q�}c��Qk��~��áh����5䆀!o5�v���Vy����ل9Ku�c:���py���9��^Pn/CF�#?6s�YN7�Z��~~����d#�������ZA�8uM5���
bRO�ꙋA���y0;�t�ᤥ�5����*%� Cz}��Q����R�`Sm[q�Y
�n�(��@#�� �����<`��5��-��#��yz�r��Cp��E{���a��h���\9,U,�?J�#�W�[���+�rGb�g�=���D��٦����Q�ń��f X̺�m0��	�η'fP��(d�`�4-
#�gv�HǯP���q�'Ш�5�@�e6д�
F��rG��"� S�?��W���*G�?��q�X�(�K�z[@�z��Xk�;w�����r@+��isx����Z�����0��7f����O����@���Qä��ݶÿ:A
X��%
�4F �G��o&���'ʹ�	�V�
���Tꈢ���	j@l�.�	�31.�0F[�-�qH�Ǫ�2n�_�LH�WV�f��F���ԣ-+"���u�R�N�?o��r��D
���p��@����q~�fP(�4Pp/K0�]����Ȣ�_�D& �N�b�)	V������FcY�,aD�<
4t���E/�����`B�÷���m�_���oE]-����k�EC8���S)ְ
	�����o�{�m�ȓ]���0�6����;�%�8wLk��87�o@�o�4�d>K4-�}?�pL��W?)S���_i�����C�IN?��m%�%��Y�{�r	~oz(i�7��W#L��W��0ۛ�D�D��-E���8G���HC��-�61��g�V~�?p�y���h��	�[!f:�� ڏ�NبFt�Ȏ@�J�K�3����?I!��,���<���v�y[d|3b(y�[V�l�
|�@�A�Z�h�M[v(4]����L
!p���T���ɥ-���IS��j�EC����[����q\���^���`[KK:���(�{���9����_ �ǩ�5)��j��� %�㬕��LC�%B�J�d�`��p�DŽp�k�G�40�a��[�g�Y�,Áe��[�"��	Д��zB,��{�lBνu/Cr��X�m�6�&_��ѻ�ȴk�ʼn -"��H(�I�b1x��1l�[V{KI�1���,�W�����.U�@I
�B��3���$�9�������#��꯽��Ԫ�N�RWJ�mDB}�c�w*�,�?ifTsE����X�� F�4es����>0st��f�&�G�4���?��Mbtdu]m_�`^���p�Ѹw�����G�pf�~�5l&�
F��Rظ�cZ�܁�ӣl�#c��U/��sfO;�.�*���t�LpA���}2�0�p��3i�~P\c��u�h�>z��y�1]��'��p>�d�%�+��aJ��ə���:���4�IݦN׼�Y��N�T�щݦ�0Ӓ*\��{@9Ȉ8t8��}'B@�����A�i����AtqQ@
��Ƕ�U!'v��ݐ��1΍���p(ם��2}����C �Ȇ�hŃ�
� 0��J�r۬���殧�'fI���&U���g+����%�p�q1\��a�"���q��γ��tn҂�#9��K4Y6��;��Ή��$�"g7���h�����~�9���S]��u�{9��?���	�6ʞ�MJO��b
41m\0LqV�����|eK��d����҈�ɀ����.�����{.P��;(^�5��OP�n/���2/�Ca=0Y^��Ԕ���wٔ-�����,�5��2��{�1�~5�Z��f���s�6�`����7���-K�aSaYo�3��]��>�֜{`�(�J�V�D'K%&v��Z�(T�`���z��/�pLy�Q���]�5*��Lx��\V��=π}[�Y�b����á�B�Ņv'+���V9A����	�f�E#c��^1j�=}��rO wO�ǰm@eԆ��H���j���k�k=��
ꈖ�c�Ơ*��(;��r9�gnY�8�2jȴ�<�����-�
"Y%�1vn=&P	L���@��h?��>yZ�����Y���`�]{ŗ��@2�7�m�S�����U�O�z�����?;��?n�)���m#�Ya�=
xʩ0
3��_�������qp<6=S?��9|�̢a�.[S�l�>�f\,����xx���{}��Ѥ,�ȴS$�fY�����К>(�T���E	񁯽��ގVC+Ǣ0(o�E��#��Ս�5gʗ{�Չ4���
�<9��g�_�ʲ(
�^
��\��}�����C�1фY�����_3�H�e�r�w���𷫕��o��s�лɞ��z���sE^WP;?>�{?2O��'���h)���O�`’6L<����'��1��!Ɣ
Id���rOЧ�I+���#)h�I�6��{t��7��^�����t�ug��z��;F��* ��3��n�"߫�Q��L�*_�`f��/��DBFO-f�_`�4pZ�����_;m��7��w�X������*����e���'z�R%�4�*��˝��Ba�3q*v��;1
`#���h�?5�R?���Qg:��ѵ�d�E��G=~���,ત��q����S&
 c������+�Y�{��c�죁
�Pry>�_ ���@1׋��(�<G+^�8,��e�e����,��7�U*�ǹY�\��6Q�"O�E�ܡ�& ���Ƌd�
�WL����RS���g��~ܱ1��m׀�-�I�O�A��W����%c�1:��C��܁t-1�<�F]�iYf+&(]tILs��À��c��+
K��c�5�D�O��:k���ρ�2��k`?/&$�1"HzO9q���\9�4w�mF�b	q��>0������
J�PXC!�@�����?JB���H�ڏ6�E����
K�[��{���<����{��3?��Ř�_�KpT`���wo W���o��"ޣD쯥=FfO$b�uՓCJ<lj������$8�g�����y�+�����f��P5Eب��6o�NE�ð�-炆�+)�ji��s�Z��&)�b%ePG�p^��)gA&�33�h��8/��}�"�`N���|�^�Y����h9=�~� �<��uœ�	�~ص��Dm_o
��s��VdR���r���c��)'�/TǼ�v�h<��r �C��m�@��\��
,�]o�s����8�]�>�(�?]ls4��,]o�P���2�h��/��
!�����`��D��v
'ʡ���E����C�8����~���IX"�ߏʸg��F��q֣�:���3w:�w�~��͂�}`��h���%)I�q� )p���?���VQ�gFj��nv٣)A�~{��N@L��]�/D̊a|_��4D[&q�������]�Y��10Gb�|�0��aְ15Wʕ��(3k0��M?o�¥��j@��L񯭰�g)�6��?�f�WNW�-hY�uW(:�����(s-����,܃�M�&@Rs�d�a�1b��H�z�DA��z��C���(S�3'T���<ý��q�Ij�8�a��F��`׉P�1�}K�yH;�#,�{q�_��1�J��^Qg 1���K˽�=;��S�$�<[����L;V�E,�0���<>@�TU��Ȃ�κ�$(u����ŏ{F
:%N�t�"��:�^ks�����;�v�xbJ$qF�e�.Ԡ�h8e�#:�z���[<?V�sav���9G���A[�k�����M�ZT/kgzB��3!�/wW��en��1X'#��Ḥ��K��j#��nH2���E��	e�&
e�p�|��>Ih�s�m���1�y���>K~�'���c��\�l/+�DP�{�<�����A����~~)6D�ْA��FG���[3�C��d�3�ř{,�FLk�4N�����hJ��vh��'�{�8!��>�C����"�DEe���H?S��/��[�G�������{?�[�w��k���]Jȉz�3��T�`Q}l"[[��1�'�"�s��k8B��oI��Qc��ڰ��d�T���;� 0��z�D�5�� 7V��EX2�rN�DA�-ְ�Z)�8#��U�ƥ~&�'f���5s3:x�^ qW�s��e��ϧ7/� ���	̣�9� I������i���8����XfZ���t�W�e��!��t"3N��FRG�F��Z�1�r��^�o"�*�Bq�gvِ�ۄV����m�y�sB�4���X���=0_�;%�c�� ��V�S�߹k�+ؔAΟq7�-���q3��y��J��2@x~��Ԡ�<$9HoZ/�T6��J�C�6[rY1qJZ�ni������>�����&�	���[�ڃ��̰�~*,eD��.&�]ͽَ�:�51���^�y����%��p�|'{-�+����8���v�A�yv��Z���%vOX���_vh�)*��PIZ!H�Ɏ1��,��%ǥJ������<���G0��⁡��;Q��K��,����Ga��VJH<k9A��m�4k<w�l�;N�.����w�����o��q�O����@�?X�N�I裄Ih��
�@��� �B���W�[�D}Ш�!}�Yd�1��U�!|�~uKJ�Yfט�{�#j��{�8���w��]'��&sN��h���6~w���R�}�$�oV�ޅA|<������g���j�x��Z���q���>��g*��4���3����]�o��$#�%
E��1	D�=�[��O"��������Ao$ߋ���⾑����d��4{]�����{Z�qL�k5��{~�۝W�L	f�s1�[��Q�v�K k �3f�=a=E�,s��%]��i�2uy��ĸ�ak�LJ�A�1�=�)��C�%�>8s���q2˛��9tN��*~7���������Ë����/�M��w���6$�z���&�&�Yh������L�6�O����MZ��DXt��8ѬG�~�5�2�E)a��9����;0�,�|"�4�{0�GZ�"~�~5-*�Nj�(^~����\`m�c���؊�t�^Ϥ��_N���b�ivK[H���
=o���F�d%�,���s\C��@g�CE#������dPR�uUކ���y��s߼"~7�����s�T{����غ�(�6�B����оH�ox03�ϵ#��s�c�e_�*ܢ���E#\>����Q|p
�~�G����晐�_�`���%�{W����[e�0�w�4�f���+�w1ֳ�$���<';��N�;Z�c#F��	�ı���c��� ~��ӄQV�Ԯ���Ax&�3�`bk;V~?:��
q���/0+S��x�ٚi���s��ѕSɍ�\�6�;o�+�wb�1�}<"+�n��
T�#v�5�UALb���i�L0�@@���FDz��qyp\Xo�[V4�U�yKJn?��z��B�)��,�X��DD��!��޳O��><u�y����n�A�~'�(���^r��UW�v��N�k���@���A�d6H&���L�Y�
|6�c=�_���ml3�g��牦HM(=Bн<�+3$��s������Y�]�*�u�;;�[1�W
w���_�vG�=��ڂ:&�`�u�R�B�AVGݺsf��u������h ��َ+(��m;�Xp�^�{�8F�����ds����BY]���fq,�d��;�n�:�u�\�'�;L��ם2���|�6� �y>5у[f������.C�
�qڡ�݆*��<�a\;K��X�Jf�� �*���9��PL�g~�}"��S�����,�yU�΢[[�O������owf�ט��}�mo�8�?�	�A=�ty&[���<�)�J�#�΀�mA��ɞCQa��DWH������F��dU���TO]�ziw��y����wk���]�|�۝_�-)*�" JUU�8%	�g���!6��-C&����[�;$� 
%.2�L�XtV�l�ou���$�H�b�<l�6��
`A&��(�B�^	���Ye�m6R�&FQJ�J��v�ս}��o/���ҖP3ëH.6P�%��%G��/���wߜ�u-�UD���1ui�ϝZ� h�Zh��|�;�|�Av�d�Nx-�u���%��A�Aܥ`6�"~g���W�����owf�C
p�Qρ���3�ķ�s��=$-'c(s�ڏ[�q���d�?�K�Ӫ�n�$�ri@�`�Dž����W�9���M2φq�r�D�X?&�	Q�A���fb�k�w���Pn*�?�s�>b���w1$3:�-	?�-���0����W�����ix��Ou��f�u���@[�$O�(��"R����Ԥ�?���r_/6cS��/�
�ν�*~�c2�;��{/�~���~컋ӎu�b՛�;��R��!̯�iv�B�o���w�Z81�]������C��I��υ��ڧ����˗��G�=�ܻt�V�J�>)�ֹwN�RL�O��l�\ź���Y�Y;�������
Ka)5��G�T���i��'���ڝ�;z`C	�`}M˞�cB{�k=�$�L�]���lTY�pC��K;)W@%K�E�
x|���9�:���ޡ��������Y��ȧ�Y������\]��
�vo�]mi��z��X�� �
�Q�ҬߚD{./�,�����GLf
=e�?�C�~�p���xe�$�����^�<��%vݝ�^�<~|n�s_��"'�>u�ŝK-_��~-$j_X�Z��ݡu�0����]�{�ro��V�S��|?w�|��c�~L��Km=�A��4�K链t~��	]�a�x�����(�9Չ켋����ߊ��R'��	y����E��Ea���C�;��ά�e鉜u^��־$�}��[�!K��!������aØ�.����fu"�l�_�O�3�f��Es��ج�\��߮�c���]��r
A�H=+뉆���.��݉u��\���ֳ^T��	V�b:�7�(����F�՟���`ؗg��3�b��ɮ���28Pք���໕��K�nN鴙����ߙ;��j��d���Ŋ��Gh�P��u�I��2V�zg�fˁ�釸n���;u���h��[�� G�g�3܍��:`�qo	���(�ȁ��s��e6���].��&~G�Xmn��po�[.~��+���ߩuoi������rcC�R��%��J��J��
�c��?B�=�Ԇ�_�oC|��&�QJpfT[5��>#kC�������P�z��u��D�t1��~N,?��ά{��#%™���
����7���SeP�8�1[��f�'Z:#�Y���	ki8$\��fT���p"2�@J7���;;��'t���e�–;����nw=���g'��ʸ�A���BZB�L�a�ϗ���������!���_-�.�A+*��)�|���6���Q�
��,٤�vGe�� p�"�$��ݡ���νm������an
#��C��Z��dfT!H!��,�H[�E}��iK\�cE�f�l�#	��x��g�_T4��?s�91��hk��IW�%d���0�:i��h��r*��9�c]a��m�dSXq�]�����(��:�� �y���`x?S�+��r7D�*28	H�'%U�5�wO:�gx��ݮ�IV�7R�	.�F�i�����k��Á➟�3��)]C*ɋz�|јv��N6�"�b�����֐ajݼ�	q9��?�@�o�x許� �hƨ�Q��e��.6Iغm�Ɂϴz]�{��̹����p�3�I4tDq����V�٬�
�*0����8��זܣ+=&_�楫��7����Nq��~9+��[*�9�w��#�i0&��I~�̢iw�7�\�Ul��g��I6o���� ��������柙k�Х[	m��2O�f�g�84�9�Ϥɉ\#���d���ax����}
ݞ·�`��R��H.����;���d�,BAe"�6�L��{|n7G���ކ{pi��Ɇ�]Lb�Q�/�Q�[�B����]C�t������ܕ%��!��::�׶~�?�5O�'S2;Y��N�����#m�CuF	����X�t�*��Yd#�b��[[a�W�ч�g�3|��C�?nAot)�Q��qYz6WYj�vǕѓy�X���]��
H��,ù�aϚ�w�ŸMz9�oV8wr܃a�`��λ�h}�P�$6�~²и+\z�<��]<v��
�q�;���K�f6����bC�g�nH��u�=��BԮ�/d������ �-�/�� _@X8wP� ���p�ٕϵ�GDT�7��24�?��B��PXH�� 1u��w�'��us'�pU���/p��&
f��xW�����G��2!r[�Np� [��
���0G��nG������;`,���`�X�݇�e�|�����	¦�;^wJ_���<�rD���@�q~
��L��I��|J��cr�L|��{.�
=6�X��I��O��s�J���HY�e�w��܃/Z<�Mhw�BӭCQL��҂���"�e}����.g�����\A���ƽ��M
�]%���P��xE����/��>���MJ�p����wew]wb�ނT�Y��Ij�:,[��x��|C��1�g.�Z�O�+&��8nA��#H�`�p�g��`���������sO�_��]��T��O�⇰Ug�e�
wOe���!�7	�ݘ1;1��\�"/~:nIl�5�J���]�
��Ȫ��K��߁�������݁A~���3�b�e
�ׯ|E��;w�}�I��yJ:��P������C7�qv�3�w��e
GJ��s�m�w>AK�Z���x9�XY��4��JK����Uį����W}��ilĨ�P�YnT�H��3'm�"ܡ�8�-k�)���4Эd<D�,NB�s���Y6G0t�ƹ��	]A��Y��E)�g5eQ�gzG��S��L@��'7� ��[!��r���b¤��[bO^\uJ�}����o+���0[6�Z��D���k�qžw���зE����G�K	ipe9���T�`�;����ۗ��h��<w+�t�+�f�;]w�[�����HH���^�"]j{7H��U�&zy�D�4ƒj�c��_�y�s�5�IXT6Fپ0XPvr�8Q�AY��o+�Ek%2�m$I��{��(m���+�*}���c��V�#�'��A�<0���I����K�;AR��$�1m���3�xsE7����|�!�"kl�?�K����6�9eN�S
�E��.I�X|�"G�T`�G
����9
`llt��!r�PW��/߅&�u�x�o�;ur'�ًSF�����.7c��wN�C��a������F$��D��F��T��AV��{)ƣ�H\̈́ޖ�;ѿ�z+��l��rXr�^�*:}�0�1��jn�gm]M�8Q�52S�\�F%����Vdr�y@��.�kr~�Yw=�Sc.[��\�*
�@)\�^�$���%��n�D�'����:j�
w�"�V����,�����_w��v��P���}!59�u)��q�q���Q��^����&�tZ=1B,y��֔v��N�q[��Hf:�t�hht�S̯���9Kj��2ϗ�d�m�.<�|��Q�`�@pFow��܇.����r�OqjQ����0oVgq�R:���d���܁�r�'��n���(eIz۟|n�M��m�Z����~�;�`�^�r��δ����*(�xtJy�ݤ�w�hw��, b��&�?�l
T�I�w�m0H}(�t?L��VL�>qU���ec"�/$�� HL[�^�������,���p���é����0Pj��ڥ�0�
�@ �ڛxR?U�:���!p�ǽ��/Z�7^x��
��1��2�=鴠4�X9��V�cCE���Z�7�ݹ����~�ݦ@#�cv�I�nW�
��gGğ�&4��5LC�X�*rJ#�1rkJ�L�����GF���7��Z@m�2�?q�fCtw��;lg���qϧ��[�ǝi50w`d��Bn�W�^�w��p����D��l5�<�;�	�["3F"lN��-
�ce�&������f���q</c;hY�a���{�� �UZ�
�hw��D���~�jQ%g	�>��`��ʥ2�m+���oB*
��8��,o���K��Y��Rg��9HQ1�0N'o�E��WΝ˛j�.�5~���3�N�4q�"�}ȇ���)%$JB���3���]*T�guw6�Jb)AELD�
��Ij̛���Z1@��I^:wm.o=1O���]��E�?D��O��]�,Z���Ӟ�8�6:�ȭ%�F�;bw�en��L���U�mk?�2����l©��W���k�%���qڈ/&Tlg_X���v���Jb`]�9w�O��Z��\�
�����]/;Zp�)Y�;0������0bw$w(�M���r� �+T�q@~�즓�lU��sL�U�8s��$�wݣ��{2��^&��&��>�����ѿ)���{f�/I[��d]4:��;�x&��) %�c�;������$,�Ճ�X�b�.�ZmP�����S��(˟8w>�4��9l�rOWƨ���pg�8�;]b�'���>��7�Zs��BܭH[�&�"�%5�B��4�ƿޟxE�z��Ӑ�N��1���Ľ�~���e��=�^��ˍhw��֞��.{���
y4��@��#�JpsQ��H`��Q��ݷ�@ ����49!�8;�C�|�E�t&ޅjS��^j��F�E?��(<���5��ܒ�b@�MΕq�.�H}Ǧ�):�w@����!��<���:�&v��z�{��~�u��H����Pyr�F%������g����6���l{KF�^J�á�[�s�p��#�<ĉ��L�?\�_5H�1¤#�8�jZ��~�tQ�4,��QEe��GǸC�u�����_��e2��H��fC��a��;��h!�'pL\w����c�wl�kl��'"q~�FQ��w�`�@<^���S@	o�bி��1_�?�;�<�W��5����)R?�w+�	�{�4�y#H�ǡPc���v(�����h����m"תL���\�,&����?�a�y."W��2+��gJ��uM�ӾN�$��r�yQ�L��&b�������ע`ϐ��"�T�w|�N�r��ctKw�Wp�Z��o�ZҐS��0�j��6�f�&�;^w��f�R7����H>F3$&),c*�WPfT<SY�!k�}�ַ�E����7|(��o���6
�q�M{ֆ[�hK�>�H���TN�R�f�p'+�_��솹#=Ȏ\�kF����b�Bwh�٩[�s硨Agd�=�m�>��s�Y%I���V&V? �B��s�1g����*��;^w*���O_�k��8>:�	��!�ݒ2��IO�W� Žw��o��6��9o��E_[O��v�
��WO������7�w�Ka������؆�〝�f+��bÝ���sW琱��K;�����i%g��G$ƞu��:
�-`��z��g�ˋ�����x�m3ڝ�;��s�H�][�����u�{�p@���8�z��-Z.�)Zf�m<S�z&Gp�P
A��+�}-��m&�z\ŭ�H$NVC����I��n��I�i��Mr�;��]�,��!�,,�:���|];��:��G�?z��=��!��^P���NP����]��P:D��?)�--J���k�N��s���hw����*B�&�W?���/L�ϔ��,5C�e���bw�E��E�$
dk?�d�q ����6K����rϜ	���W(5ش��s�����fg��Nً|�e�]D[v��ȝ
1�x�@�tr���W�j��<�bP(�b�wX�Ke���lv�[ 8[���~+�SB4k�'�lpY]A@~��5���c?�LD�T�&4F�;bY��o�P1!ԎpN�Ar1	0��܂�����9bhl�P���f�<"��Y�I�6`e���c��x�|#ى�����M��;I��)w3w.�`܏L�Zs�&B��+�+Eܱ"lTܓ-�A
���J�@�R��^܍�;�������T� ������	�v爡�QDBU�7�]?���!��ǐ�:��3���[��	�z��(ykٷ�4�C��qom����T�Ss#�y�Y�x4�hm���0�͊���M�}i��
/<w9��;|������UJ�
w4"+g�^e>��� j�e��1��
�(��P�Cj尶;��hj�+�^��Bs�P-�~Z�f*��e��w�R4�Җ�Ih�cb���CZ��)z9�g	ꢧM�}�f�[|t�ҹo�p7����{��iv�E�e/�M�]ާy�|^(ֶ�
�n'���
}A�ʦ�D4{����\Il[��6�Άe���qPӡ[$z��0��Mhw���x��$���	7AÑ�$�G+נ���)�aӏX؏�Y�x�� �%ҳ���v��x����~��r��q?���z�c�!_�᮫7�*b�c��SE���e�[AEdQ�lp�L��g��y>�°��\��t�!���bX�  ưvшv��N)-�K"�=����3)m}4�_�<�{�jz��:��a`lD7��9B��1}�7^�6�S��*|ޑ�1O���U���o��SQ1�����8�8���Ll��l��l��x�wF�d�	W&�PV��	{�w��u$�
Ci1	��*i8�52�S���1�@�Lj�����;V���F���������?1a�q��2�b"~�D�l@O���`�%0�M��C
/`��y�b�9�'��d�����C���r�i����p��.;�P3w6�8wV�f�	�w0�+q�`�Թ'�X�G�4�-*͎�8��t�<m��L�d��9���
�B�ŋ�9@��OB#D���i[
8R��L�gb��s�]�0D ���5���i����B�Zm��>D s�?m���}�Ӣ&���
w>���G#w6Vq�(d��u�fI�~�I�!:��L�u�f������4 ���[ZWlpՁ��.����}a�i$}�Oq񀽖R�6��`3��ƞv
i}0\���Kmy�/�b���p���;�/҅	xa�ҹ3��醿k��,���-"3!�>�ūWό�.��͎{ȯ������ ������#��D=A��)��S	K�nXL�n�ř��@����;�K�R���>CC���M(k��B���)4e�%Iq�AE���?!���߽����L&����K+���]~�����.&M��� U(r�fI�Gi�f���2~A�
wd9���X�d.� ���O��w*�@�v���d~�j&�
K�}b7���!�{��O�!�Au�}��֝^��.`Ҭ�ﴘ	��t������ۂ�\������]�=�e���F	|��,�c=˿��������X%Hz���-7`aj�wq�;`�,j�.�-��׆;M��$wI-�n!��ί*+`��7�w���~'z0���g��U
w�;`��F����6M���i�
�3ʬS���{���
�;��^nQ�߅Scnpݡe��d��2˜��|��/��{kj��E��BQ�	�=V��$��&��|�#�S����-V��
��u��-��������+:)�wy�
ph��/m�ɂ;�s�l5p��]n��F4�l�]H�̝7Qq�J���"��
������~�
����zQ'w�f[��w�߱c)
kw��5U���w%N:t,f唆3~D<���Ng���DE��~Cc 챃��*8�Mf��λ���*�-$akqY���{>����.��2��l�Of�\����q���sWG��g$D:w8y%0A�JI�P%?.�BG,������aey;z���L��ܟ�h.?��x�. ���64�������D~�mH(w2��eq�Y�w �O���	�d!��Hr�,��LHm��"e�����ka�0O�����ι�kܳmR=w:ˎ3�p?�<1sg���
MSݧ���#�I�ȝ)U��~�T�O��2r�[�� b�g���;�@�ѹoh���s�Y�Nd�#)�M#��;m&Өb��O3t������3�򇑴dB���H��I�_�(��>X�Lt��q�2P����4Î�23�4�����N����\w6[;~���|2k��O�)㥱&Mr31?�	sg�'T��;`%�J~OX�p�[��q'j��؟���@	�&Gչ˂%��;�N3�֋���ﯽ9�wՇ��ب���q�g"B�h!ֱO�z�,�5R9� ��jحh�Dh:jV
x�q�.t#��I8_��Zۯ|ʿ��U��>.��ʢu*��n�]-��3�?~dup_�L�y���{��i_�n,�f(�*�4�Cn$^��y#9�m�Y�̗VJK�R0�~�x���;w0��ӈ�FwYq�;�;YL��I9w��mNslH��u'�1�
���)��{�L[؂��FX9���KΦ|?�A�-�~kw��0
$A��:s�s�j^���, �g,瞅�w�E��OӬ�g��=�7����|
,P��jҝC��r���ps�
$w��F�r��'�ߑ�c�HX�OL�q����6(w��,]�>��O��4չ����݁$H֌�o����5�)���ȫ�;z�x&ɾ��Q��=���?�2���+!�]B�g;{���@��h�+T�tQ�fI��D��sO�p���dϽ?n�!���^OMQ����ά|RK���y��.sڜ�Χ�I䙹�����'L6�.f��G�9�`1qG�$p܃�z����C%u�����,�(�.4���cR q��
#�9`a_�1���������-"	�pҷ���?�!4��-��${�~ܹw�u���u��j��p��]���= �\���;�>����rp�O�Je�S��%
)B7��(��:9=ǥ���p�&3�;�$cy�s�͉-�~LJ@���16��B�.]�a0�!��'�6:�������P����pQ/�N�3ڝ�;9�Y�m8�\(0p�go8u���'��'���|��I�3&�No-;��e����?�soW<�;����Ģ�4���%�a�b�p�`�=#ŝCL\�h�-DZo�U:?���a�䙸�E������s/�9ϝ�#�t3w��=���3�H�����i��V/��{�
||6r�.�h,I����Еּv����Kɱ��ʅ�Hjs�Z�)���:��Y�v����|\����v���l�Y'#���Ղx�����4ȼAG���3f��4� �{�_ݿu�w]z��当������s��h�ࢉ��&C��=�d�/�=�<nx#��wgl'�-��G��w>�Y��2�-�:��&��w`5q�6s��gN����3:��p�Vu�n��Ղx&I�ƹ�k�u�h�g���b�y����1�H
�$f\<����i�����;�e
���9"v9���T��x�Bt
���Le�
���j�O'b�&���a����A�XFd�@�V�t_Msw}#���6⬺��p��k-��;�{�+W���ٌ���,rLJU�rW�����v`���{�L�&�����>��ٙW��=n/��[��.�^vϠ���E�7r��x�٘ã��
-�e����c��q�w�P��f�4�7_�[�P4�x��!��@��~�^ b�'����_~\��tô�wž�N��G~c�ᅻ^,���G�-�={�����;���rw�c��j���(+Rv�;�����u�K��̧�1�w�&$sM�W����<�=�OS���
�0�o���x�!��һ��K%|��"?7#+�)���ۂ^�m@&�$|~��R��t����螩��h*�
�[��Y��s'���޶��|�`��Ԍ�A�ǣ`�6p��d��OuŁ"a$�p����>���z�Lr'C�3`���jG���(sX����T�ҳ�;Q��TZ�&�����8p�l�]��
vL�7�׾�
RM ����j�Mhw���Ɩ��!��8x�mJ�3�lp�y��Ǐ+Lw�3�
�d�K���i�$�k{�<%�|�bA����(�����591��E^Y�������'�;���:M���r@�
�jJイ_N���H�O���k�o�q�5
�q��&-
'"u���U`��;@���=n��
z}�� �f�rJ��0����;4�ջ�Sm�!�ם�X�PB��	,��'�cs4k�!2���d<�8��)

t9�-[�L�N��Q���l���z��\�_���2�Y1���XPPeA6&H��ޱ-rTGQO�����N����`I8:�~z����.��Sk�!�(�~������s�{#jF�.�����ͅ��oH��uG|��Y��L�n
�1/�&���/P�&���I���{34-�
-��q����Eg
f�֝���C��#�di+��������H��(U�X��~�(�h�p
�9�C�:�tY&z�����ô����h�]�߁��1x��'�A)p���[�Y���؈v�z���5�t��$ٚ�Aج�X�n��c�����p{]�g�ay+���SNIf��g:��D�3�e�3���`^������ꪊKY(��51r�sUY�v �v���v7�Ώ�E�K~��	�:�)��Pc2d6��氍�����nݭ�k%̀��;^w����,�
9��P��A��P
��[�.���0�{D�sdmf�1#i?n0F����J��_~�G�q�e,��8&��e�w��L���8!��"�h&�n��"�p'�.jB������J���6�]�9*�;��	b���>�0����}24��|bE�w�tls�.r���#qO9ב�ͪqOu�ug�G#��!���ca�3�������8��
,D���-o��8O	yj������
AK���4��եL����E 6���gT� 1��:d��?T&9��r���݂�.��=��;o���;`^P��.�������˷B= ��~�}��V}�1|}r��]@�ȹ��(э�r�,�
����+čd���M)��ǙJ��IC������"h�bW4q�N��P�[���W�}��ҭ�3�}��_#@��Ⱥs��n�8����b���7_�D��Ꮕ�{�j���4���n1"r+�?O��qj�1��ǘ�����F�0��OB�աnwm��ܭwcVf`{�i���&'�I)�g�|��!{�8Ϥ+ǿ�3�a�&�@�����@�q��>5H��� �ZZ�e{�%�.�7#���_#����ws���>[�+��G�pm��l�;t�}�p�5�����(w�-M����@����w������9���XX�_1H*��iߜ'��xw���߅`�ِv����.��p����be�P���IF�r��7�&ޤ���m)J���ё�>h�\�!�4?�2�З=C���_�Q��w�w5��v�7�c�N�պ�]DE�{>ϸ�x$��.z(wSp�TX��<L�����wrG��9�/�XM����1�b���3[w�`c�Y�gg>��+T3�
iw��Ϋ�m��������Ì�!�aL��>�]k��^\b����2����7�ٓc|���T+~���mi?�`-NY�}�����ov�Ʊ
��"o,���?z����+�:"�̺�}3��Y
��bt���7��90�~w�r�ӿ-��J1@)PϦ٬�[Q����|����%p~1�M�zi�����UˡW�$��nPE�Ҏ��C,5Bq#4
iw��k��Lp1y���Y_��E�Z?�vf�\ē��der�0׿���*z繁�4W�6q_���L���Q��E�A��ka����-�h��>l��ah�=���!rA���z,G�*�����c>�<L ��evދ >��HlK��>��I~7
&�놛/AM~�#0^�����F^|���c�p/�{<1ə��d˻5��~`�!�톴;]w���c):X��>��M�O
6�����MȖ���~}��������G�|��D�4N�0��3�6�@4�&��i�º�9�C�f3ȿ?mVit���3ŏ�6O7����Q%ܓ����w0��R��㪸�o�Q,ek6�*�Bc�����d淛�w��P�M���Oz�%����Y����1�P��^�CBٕ<�_�:�������|��}�q�Y�݋��Pm���\,�#��D1�ir��6�3\qp#���sG/���3AZ2EIb��N?�V'EY�Fմi�~��Sr|FD�ǔ&&�����)�c;ӌ����EU�s'
<�>��\��'�nu���۴K��K7�A�5I������:��f�y��[�Z��s���o�=�&���o9a方�G�~%ܳ���"l��{U�]�,������:�.�,Ӣ�+�������z�m�/i��[��A�o��J�0�W�߽�I܄vg��j�c@c�p����LoE��F����bf1�_�?�`�b�� �C��*,��LW/�O�9�UL�ř�{��_�6�?��eQ��㮇�
cNQn٩��J֋}�k�칓D�,��tæ�ݳ߮��FQhPJ�Q��g߫����\�m��=��;�KD-���7���#nKݞ�c����z�\c'�?�[�X��o��x/�WX����*����%��V�����M�El�96f��ޠ���
��q\�8}�F�p�0�ˏ�`d�{�	dJ��eVr	�k�X��m'Ï⿇��!1Lx�ЯW�<e2�L�
k;$�����]�&�����.���ӦO���  
� �o+��p��PMN�J��!��I0 ���3��ض�����	6>h`㞤@��-â�v[��u�:�Tb&ӵ��'ñ��0Ym
�{�T�ۃ_�J~�UU؅ZZ��{P4�(/@)��bp0a?6(\��"Bʏ��f3���4��3?��1�0��(�2N�\��!㻓-�oz���LŒ#�7�:������١�X�oiƔy�npN����R�3��9���s�Yn��g	 �8��OGfHQ$V2��l��<��\���8=ۻ��ο(�F^�ʥ��r;����N!�W����u��EN�Bp��"�K���(C��y��~�����X�!<�\
oG�6H�v�!cIu��HϼJ��3'�5��7wlc5��*NS{�V���_���+#�.�2�m���p&���еC=��@L�<�Z-���?Ab7��W���x�5�%��8�뛻8����2迡��y�}��Ƀ��4[���	gt��2x�'���LN��iu�(�ͨVq�y\�,�ŀ����y���p�N����ݳ.6E��N~�c
�������q�ūf@��Z{ͯ:B(���<y>>��즜�S����_!p� ��w�9t��Îs�h�ȍ��
T�N;o&�����b�Qz$go�D�q�e�g�w�oh�E��e�U���㢦��~S��k��,��A}#���N�!n{�}ˮ�����F�R�6`y�L�1:8ؤ(��߳��q\
��oYf�Y��n�^�bs�l9��P�܈^ҰY��~ �}�����m��ܮ?���N
N�τP�+�Z�x�6�1)�`B��_�D����%����l�����C������wT���ߙ������ƺc{�U=��,?�����a!�[jI"� ַ��8�ʈoy��{��N6cWd�������@N�aN�6&�ǩsOY��`QY���2������
_H�B�$M��gͥP�4��&u^!$���#��ĵe�b�@����b�źW��W��-o�������R̜�o*��h�b���ϳ&]�-87	�;R[�ֱ)�/���a�E����%�"dl��<�H2�ԕ��c\���U�'������^�=��:���nFgo-��[��.&�nq�"h�Wo�j��H�0�zO�o�輸��>S@�E���LV7��U���ې����S(�F��)o�<=��w�wϦ'C�����W����>F����x��8��G�ŀ�qr&�G�6 E�"��}87p�X;H�mMY�l�m �E�'e��ጀ��78��6����t���Z~��$�/#
eK���g��r�ip�a�2U_��:}�H���/����n=�
�4�.}x��+��Z�Rh���?o8`�{�ł��{�,�x{���\�a�
�w���0x��b�'0��Y�q�}{��
~�M���yH�
E3@��P.0h��G2��ӳ#&����毩 �z����cY��>�nD�'8w�o6�MЍ�A�,ݬ��A�F󻯋�/T�s�0�0��g${���҆�򄦊'PH����V����c���3l�3�]`��+�P�9KS�}�M�y�"�㴅|"*w����^��V�;fq	�Øۋd�eB�)R-� ��ꖊ9RwV0�κk$SY�q�B���������� �΀��l����i�켔�R��G/
�v~�]Hq`c��gj?��
�Fr�~o��?�q��xtz���9���F�Q���[|�����I�R�C��Ou)��:�f���$���m�0	m�!�.E�;/�N?N�!��ځО���y<�
�3�Hy�@���,�@���|�u:}_��8��QDK���1׾�b�%M_!�����$|��0�Yo�q�X% �6[�'��`�e�Q�ˁ��� Z�X�1��}��'M�Y	fhx�ܓ4����A����HE��劷@\6�P��6�$:���R�,�Ӑ
b��7m�@n�$��ٔ���2V��"4<7���{��`�P�$���	�c<�}����bW@�Y�^i��|�pS��U�bƿ�~5PH-K�0x�� 
��`#��0�x�W�cc,
�"�>8�h��[Ca'�Hb7.�9`3|x�7�9����oɗݛY��b�
�b������L�� ��/w�F�:��39���{>+1q
<7a&b�e�A�=��	�B�HM�����F\̤4:��{�3�:���p6Z3���;���y�`���3�N q�[Y��">nh�q �
p���s�:Z��{=k^��d��޹�2 �`.�؊F|��ii|��_����:H���*����qHx���J�!I�;��6��������j�!DGQ�5����ڥl�TA� )n���Ga�((����?�6��,œR/��L$	���ԝ������x��vz�D���g����e����#X�x����ջm�����#'V�g�ċίe[TQ����^�|"A�/�k#Y&���LO�}6�J`��(��EG�{����4�	hi��|�*0s�R	]����I'܆g��LW�/�ì��n=��d���7��c�Z5����i,�1����m��2���d4��	%���������~
`��DP_,dXHQx(�	�%-F�H���P�0�r��d1"d�0x������%'c��FS41���L���3��ׇ�OԵk'�zVk��n��B@��x�b���
+���48� I���C<1m`���pFPV��M�0y�E���Fʉ	��1��n�u�fԶ�b��r��d��)�l�� H�*��}��yJe���ICEL<nl8?���6�.�?���\;��\��َ�WA,�ӡ�X�xe�����kð���#�]�U_�a�r��Tt���"O$�i�gV�D���	ρ�)�^$!�|�����,��!Lj��$�k�8m�����Ò��ǹ`��g������Q�[}-
Ur���-1m��}��ޢ��a{ܺ��qE�:����Q�o���|\�2~�'�=|��r�w���m���L9�'|����3q(�j�.to���\�:a�v48˟�縳,B�����+s�ۜ����C��b�?eϤu�d��W���C�,���hK��4ɥ�`Dy�n�_���x��)���c@
������q�o�`$�	�IW�jlcV��\����V=�y�2��l�8B)�l�q?�wϠ\{�E��f�;���!xbLx� ���2;<�Ϻ��i��V���d��F?S�}�x=�d�����:��K<o���F���%a�g��x��ޱY�2g��ng�n�W�����"/i�D�s��B�(wP�?���H���_#�R+^p�	s�ۇH�y���h�q�D�f�u�)b;�τ*�c1F�גv�P>��$?n���?(d�S����"o4�� }�ݣB��
�@lj��Vz���+ă��ls	������3@�y:��wnv4ܟ��{�1v� hieʶ*?�֔�wga<za�_�o���h��6

^��a�ȑ�HHVa7�|)-��v�5��:/"�8����5AK�_��s��w��T��ٞ���:�y֮:#b�XB���[��Hퟳ�ug]����dbV-�y[ �x,���ަ?�P
�������\�гuA���U��&�3iJa�`���E��
�B���j�N�-��<-���I�#|�'|��ό|瞡�~�^��N�3S9�'%x&�x-
=:�81h2 ��yf{86�܋�+�}�5�,��1��2ᚖ؛�f;|P�vԨ.���4q��R`MmL����U�����Ʈ�oE��!�d?:x�O��D�0TXc�l$��̋.5�
Ν?����kG�g��>�A�2yPc�1~�������;�������{f!F����`.w�?3�j�lj�(/2����؟�2h$��Z��S�՜&���ǐ������h�ĠH˛�2�H7�e��3j�X��}ف)|a�>���p��U�V�"Cn�:tL�S�>Yt���}�u���]�#�����gՉ3&��s܇e�#�\9��i9�pX��ѹ��w�!�}���jt:Q��MR��b!ڸgBty��"�
?����pt6���3rK�h���r�LSX��;�|��2u�F��0H����9s%��i�){tE�����k?K����>�q%�w28C��u��[{��yS�ҷ������X�p�y��&�"1������h��[�����RT��f诛�ydv+D1��������(�(	��޴��{�爅��g�ro�N8q�#I��:i�N1�X)%��C�l��4�I"��EG����#o7"�0�â:A&��F�k���\�b����`���G<��b�L��؝��%c��dC����5@Q_z��cM������%��6�"����FP�VR}���.;����-G�(��\hʛ,Ip�
_�q	K�t��
a��u���C����l{$٬ɣBJ@
�y���x�C�5k���aY��Q3������{=,�g�]��-�Guw	 ���|�/������3Y�jҬ��]!�s�gɦ�=����#X퓅�w��"*��L� ����|ܾ?�썲��ȶu�(Gk�j�k�A�3(-�N�m��y�B|aH��\h�	�$��jכ�Fa�p˘�����O=Be������ݹC�ۏ>ԡ�MA��J�N��R*�y����ǡ��!R�*2�k[�{#z$ߑ&ݣ���$��p34���\N��e���	�C�5��<�V���־�)2a�MN��r��E@F�g"-[�ZD7�L���E9N7�kZe��/ȏS{i�޶��'����\�h�*��|P��Q��
����@��͘��
���SܞI�����~,E~@s
�˦Z�xe[h���
F4��-������|����{��iۧC����XP����US��^��ֺ'�B�o���g 
�����v�������ց	���^�=)_1s�9H��)�Z���s*,�ɾ���*B����n��Ne��/��� (��l<���2�1fM�}��%���/s�u�?����6�)u
��R�T�BM��{���a��Y<�h�R���$Z�����P紃!�J����d��
�^�zp_����?�ϭ���]���8�dH�3�ؿ�Z��_�en�����"����h�4�U�
��`
�H�#��s�*�����i���]�A�_d�m�q���5���j��24�s�檊�U���"d�%x)�0Y[)���qDht���Y��v�p��r�m~�$��[��z[l�#숴�\�3L~L潓�ɖ�<���(��"���6�� y���X���CÔO��i����1���_d��� ��"�L�j1�9OƜ��k���͘]�z�%w��%�W�x|���s
T2��
K�����b�6�LC
�������U��ƈi��Ś��G�mAh� �;&�|\s�{=x||�����_���B#� iО������Q]T���>�(!�3Ex����:E#Wˌ���x�r�%�&L=��y�Zŀb��%/��s��[R�|�}���Z��k�rp��"L?��Kb�ٰ 3SE�X2!9�z$h<π��Qu��ĕ����{X���L1*�+6�׎%<Y�[�!-�/P���{*PE�g�"Y>sAz�-��6�c1$�	��lW-ݻ��'��^�a@y��Gg"W��|N�N~�>�s�ԏ@����ED��{����Ҵ��H�
7^G(#R$�6G�ذ�g�4X5uߪx��n�@?��C)�Y�T�W��]�@�
ǹ��U:&�c/ސ�<�_f@�2�
��8��C�]�������J�یt� �n�5���~J����/"ZW�ڎs�32��adƂ�e[����HJӴG�9e���뺼��`�>1��Q�#�Z��m�v���Nq^#�?G�y[�
MꖁQ#�a2��f���R��8F���i{�{�;
6I������H���{Ivi��w��vkz>Nڀ*s�̸w
y�M��P}a�<N.������mX�J0l�`��i��ŋ�,�
,��ї;uBb���|z��,_���0�x%�S~��D��ކd�݉�6��z�8�?�ԥ���ć�lׁü����{�;���f�(�[脹�C=m�;���'C�r��-/�q)�[���
��%D�ḯ� κn6Uk�t�Lx�"�qr`u��|z�r���%�r�4�tޢ©�=��|��fr8�iofq�R�Q�߫�%���9e��jq���a�!{�X%�CR��k�bvk20w煘y_�Ǟ^w���A�p�2
 �1X����&Noh*����0Dn�J����˲��?�12
��p��u&���&'�˽�GAV����@�[u��~�'u�/ �3E�s�a�#2���N�60�^�׹�9%��b�i�Z��y@p��(♨�8�ҽG��Y���rq!
�I�5C�aR��@�GM	�`�"��'f��F1���r@�O/�J���2��$3Vu�8���Ti�#!����{4�'筈i�0;���CCh\:��t��W�TQ��H�}��Uje��c��7!ϔ���Q�㜑�g�?�K���ڏ���}�^炍�u_�m�
!1y���%�Z�ka�ݾ���b����(d�Ƥ�yb�\��Ae�������4_���5J�g�Ƙ0��z��f����y����.�{
GFP�W����4�X���'��s�0pV����|�xn%�N T��MN�H�Z�=��O6�|�Ă�S����ʘ�?ۄ4o��`U������lׄ8DVp�`/>��Y��
����^;���Yy��[eˊ��õˀ�$�.��TYd����g�)��̽�B'�֥��~k�It�_����D�2ײ-�����<?�߂R�z��"��b�|9ij��4���=�i':�0��nngd�4��ク����a�U:(�|�,C�#�*��`ln�.��v/�e9Z�1}��ҫ�%
+��/�a5xt�~K�L�z�h�Aot�s�2��V�D���2g���eS��*r�b������{а+Fk����<.w�5*X��;x�=w�O�r@�ar�?.4 �wʙ��:>F��2�4|���*���=d��V�(��
�D�,�u�^�H�˝��=DDJ�2���+�,<<|���)c��d)���s�8�!݊a�?	pP����5?\�ʈ�K2ض�s�)״٩!����{��Qj�nlo�']�[�	Lo�X�w�0:���"���DH�I2a¾�}�AE���{�[�s�1m���։���Fs����W1�K�w�f��e}��0�P
����^�� Ng�;o_-�֏e^�	%>�09�!�"�7A�)F����=��B�t��r����?�m�4�M �͘u`"	nbT�2!�w����+��Ϳ>8�$
�EJ�!ܹ���ui�-D9^Y��@���ب,������̞�@0}�nj��zg�f�ĦA8�g��m
O�D��ю��-���1�~��:]H|BphmP��g��`L�A����J.�l�T�\V
��*q~�&}��i���8�	��k�ϴ���@�g
2AZu��(�L}#<�W���s=z=n0u��D�hr�/s������s>�e����;z���/�<��Ѓ�]��ޢ�� �H�u����]�g�!��c|8F�þ0s��nC/#`ाvU��-���).'�)~��u޹qA�mP�i0M���Ƽ��љ��(5&�f6�kU�(�^
&����ߘ�k�:��,Sm��,��-O��>�-�ɸ{�w�VuP
s����v3�[�*���)��v�0��T������<���3�NcL5U(�.Q�MY������<(��pt�&�$\�f
K��M)3�B��3y
��wȋ&�nx3�rGNP��ަo
60@���	�g�:�&�N���Qɓ���G��X�=r��mDI$ך��%hԵ0�}��"��ߎeOӗ��ݑ���������c�[Z�K|Z�(��IŨľ�Aʨ��v?��P��~[l�rC����q;�Ӄ�m�����lœ%�:��1�Lf��
Uf�bp/(��!#N���9�,��G�mk?��Y[
D���J��`[k��L����RU�}1��W��Ł�s_�l�<���:�p�R��a�h���M�!=�>���^�n)�I����8�{�MI�Z��N�[�V~0w�ޚ��ӊ?���}
�<�v9��!����ϰ{�4ň�c.���*�����-E��{�#1�������hb�j�l�`����(�bB�p3,f��6��s��3(M��2xP0x�����l����W�c�L�8�h��r ʎ2h��#Kt���y�L��)��ď+��d���Q�8E,j��%C�- Z=FX�5����^��H9��N��9��[g�x-\^lbs���3w���'�l�z�� A��a�΀�n��_��,y��E#�E�?�7��K����K+�R�r�h*uD�HT�5 6
O�Մ��w����8��c�i7�/`&$�+�D3�c#p�y�і���`���I)Z��ϟ��t��["��KET8dk O���8?zON3(�K(��%��.���CVd�ϯR"�
��b�ʔ�^}~��q��,p�0"�������ݢ�����Q0!���LR��6�/��췢��E�`��5c��!�a���k؆�X�����=Ķl��.L���x���e��d�;&�5cn���7 �÷Kq2�%�H����p8&��~�����)M�ȯ��Z�\C���$�
_�h�,�=[��7=��������+����^"z"d	��"����#qd`X�!��z���	�3q+��8�<Z�m��
�ѭ3�EG�G�{'lT�
���d� L��l����ҟ���IM���Y��q��ڼ-�	�1���-��N6g�>s�� Z-�C4K��-;����bz&�8�Rj��~������$��Ev5뢡�I�茭[S��8.��|y�	��|B
w���%G�G�˂��k��m�l��/��T⚔OK��q����q�JCF&���!D%_�i��y��cB8ĵ
���t��0�ŭ�3��^��2j�|��r�h��D=!���=l6!�޺�!��\,@�6e�g�/w��]Ydڵ��D��e$�Ԏ�a�<G���-���$Θ��L��+T]_�g��*v^��a��d�����
Q��L�KE��r���hqTjUU'yG_�+��6"�>�1�;l�43��"T��^,�K#M�2�9EVxh��:i�n�e��#IK���c�W�&1:�����vX0/�مH8�h�;k��_�@8�R?�6A�#�i)l\�1-_���Q6Ƒ���*��Ԉ�9���k�w����H:�&��C��>Qf8��뙴W?(�1b��p4=Y��ܘ.����d8�	M
2��J�0%�����zJH�JtЎ�nS��k�o�,Nh'X����nS�w{�iI.��=�dD:���!���U�W�˴��@� ��(��f��c�ܪ���^�nHY���L�a8�����|����E��Gi�!�Gd�m��A@
B�T_%s
�m�ďks�S��$SFv�����DijQ�[ԅ�W�w���.�N�0qL���8��e�Ykb:7iA둁�	��%�,����k��aw�����Ca��4G���j����٩��ݺܽ��q�QeOW�&��\B1��6.�8�R��nrh���JD�@�|kiD�d��	Gaj�YZw��W�=(��/�š���'(`��l�ء���,/�~j�\S޻l��J�	{d�MnL�
b�����y��ȈG�z��9�N�b0���s	��ﰩ����[�îfY��Pk�=0Mg�L+[���;�-R*K0�R|=q���T8���(k�����m&��R.�Y�g���-ܬV1��w���Ph!�������HZ�������Q�Ţ��\j����>B�}�'��'�c�6�2jC�@���r5Ba��
�	EuD�1zcP�X�
��Z9��3�,_��5
d�p���e���l��`�;�(�&�|\C�QY���r�<-G�x���CD�Į��K�a �Z���)y�@Tc�*E�'r�@D\掟`��ה��È��Ȭ0�<�T���/`����wB�ix�88�������>��]f�0t��)g�[uF�.DPz�N<����=��>��hR�	y�Dd�)�W
����_uS�\h��L���G������^�woG���cQ�7̢��ԑ����FӚ3��=��D�~�V@`����̳�/IeY`/Zz��о}��Y�!ꁘh¬�F����B$��2o9л��S�@���ʅK�7f�9_��d��D=��9���+��۽���Г�D��`��P�'n0aI&�	߉�o���P���cʆ$2{
|�|�'�SۤsO��vđ�	�$h�}�=��›\|�z��o��3�b�����dp���c7g��U�(�EY&u�/w0�����V"!����/�u8�V���?덯��Hv˛�t�;W,u��nrk�Fȏ���	�=\�y�P����N�[n�0Ҁ��8�n靘��T{�j4˟�B��I��3l�������"Y壉��T{pU�B�8��q��)��1r�r�����,н�E�����@�L(�<��/�z\Y����E�F�Q�{���?PE�2�2`�NP�@��*��ܬ?}.�}Q�(E���"^�P�o���M�E2B���+�	��	LD�)k��3@Z?�ؘQsԶk@_����'ߠ��+��F�1�|�!�Z�
���P�Y�.���,��.��$�9��a�r��1��%��1R�Y"ɧ	��o��]yD���y��w�V��5����p�$�'����K@.��H�;�6��L���vm�^�@����i(,���f�b����%���p$]�G��"�md��%�-��=Lue�e�=��T�b��/�%8*0��ڻ��+yd�t�o�?�Q"���#�'������!%�	65���q��Lh�ʳX�i����`~��EK3�i��"lT|�	��~�"�aXԖsAC���B��s��9r�{L�P1���2�#u8/t{ �e��~����ɾ�x\0���q�uZ/S�,C�qk���~���]��Bx�:aN΄�O?�Z�S�����uֹ�n+2���`9�J��1
a��c�[;c4��m9��!d�ϊ�
o��p��bp�î�ֹ��u��.thߟ.��9�p]��7t��
�w�y�{���XW����A�L�Mc0\���f;����P��ނ}G��|��D|��B�$,��Geܳ��a���8�QF�{���;�;U?��f��>0�?�F4J�Β���8�@�8x���@Ps���3#5na7��є f�=�Z' &�.�"f�0�/s��-������M�.�,E��#1
y>p��0kؘ�+��C���5BЦ��`�R���?5 o}X���V��f���3w�+�����sȺ+��C�P��`��N�Au�&m )����r�0���h�]�p��`}�=c�!��n�)����qG��^��8��$��R��]U�Te��D��׾��<��������ίoa�t%O��F�(�3�G���؞�[�)jK
��-��u�y~�+
�"��]�	��Y����_d�[g�m�:�~P����=#��c:a�gdm���B����\;l<1%�8��2XjPp4�2��X=�^�-�+ڹ0;����#�e��5L��a�m-����3=!i���ӗ�+��27Yؘ
,��Bb$�QD�ǥ�q�Rg7$�fs�"����2D�2o��N>j���$�	vٹ�ҶSX������|\�%?��Bq�1Yf���L"(�=i����p�}}�q?��"�lɠ�Y��If�H
���!Oi�����=
n|#�5�
'���Lw4%�wH;4�E���=~���B���s�L���z����U߀O����ۗ�ۭ�#����|{c|ٽ�έ�;��5_�E�.%�D=��f�b�(�>6����Z�ϓ@�9I�5���$�r�����y
m�[s2W*I��f�g��@"���Q{�+��",N9�{� �k�`��e��Zت�s�R?�3�U�����H/�������9��2���ӛm�g��Q�H��P�$��PR`�^��q�Z{O�3���R�ܫ�2�ʐ�K:�'�_��r#��E��`�Ҙ]9�L��7�i�l�8�3�l�mB�z��r��6�<�9�K���C��������1v��
Tp+��)��ܵ�l� �ϸ���^HҸI�<�V%NN�<?ވN	j�q��7-��{*�i��!l�-���8%-R�4�{��s_�[��@���r�-R�A}]f�~?�2�aqۮ��lGCĚCC:,���%vOX���_vh�)*��PIZ!H�Ɏ1��,��%ǥJ������<���G0��⁡��;Q��K��,�3wI裄Ih��
�@��� �B���W�[�D}Ш�!}�Yd�1��U�!|�~uKJ�Yfט�{�#jb��ٮ�2D�/�<��C"�rxܲ����)��J/*
��}��L�-��E�[�*��s�B�uwL�~�㖽�Ӂ�ia(`��3%�!��lom�Fm�%.�P���o̘a��-�\���-��t�����I�Y��6��	�3))��|���W�]���$H�qwョkC����aBj��������ls�a\�|ܤ��L�E�ˏ�zD�g_��*C�Q���������\`m�c���؊�t�^Ϥ��_N���b�ivK[H���
=o���F�d%�,���s\C��@g�CE#�������(�6�B����оH�ox03�ϵ#��s�c�e_�*ܢ���E#\>����Q|p
�~�G����晐�_�`���%��-uʀ��QԄm���o�1��a��y�i¨+`j��\pH� <��G0��+��
�†8���Q�����YB��lM��IB�9��]\�$�k|�z��CT	�mt,����
��-wˊF�J;oI����:Z�sS(8����Eq��P>�s��{����r/����6Qʏ�A���Lt M0�XB�2=cTd
7��x���~�2/P���@~�!��'�"5��A���̐X�{�	��uL����e�L�@��(��u�����#'Qw��ʚ��r�߶�^���ൻ׏c�i[�N6g�˽�9D5G:G�
(H`�OM����~;��7�ː��p�vhy�����9n��R�<���Y�"H��(,aN�0S�Ǚ��}��������c��L�cL�g�e������8�x���q��9v�jIt�D�Z��w����$r�ɪ�%E%TD��J�$��3�?s�!��3�e�70zk�$�2��$�E����J?�
��.X@��i.�L,�^�E�-�f�W7�\l�4JJ�K6��+�_6S�9e�Z���
j��yc���;�8-@��3��R����C
p�Qρ�GSD�8��l̕���D���̍j?n��E��j��_�n,�N�r��i�˥
����z��^!���}�����bHft�-Z~�5Z6��`��i�p?7P�[��j[	��aͺ�Dǣ���I0��;QL�E��Ὗ���.5?�/�j�f7/�kPxW����~	\Y�Q�>$�DJ���@x\�� q�½{��+���s���[�*e4�����]�l(A��i��qLh��b�G�D�	��q��*+xnHyi�/%��
�d)�h�C��OZ�3GR�?Z�aA��3���Y�5��(\^�Y���q!|�/����z���9t��Ζw��A�D�tw1�p«�'r��.��[�;�����-x�B���#�{ӯ�:�f����
�c��^j�y��x�i�XJ���f^H��
s,��,���F�ϩN�/w��9�.���)ڭ}IP�����C����C��eo�Æ1o]B���d��D0R���g�1
�*��4�G�Y��=�sm(�[�zQuW&XiP�����FHf��W�BB�a_�s̈/�ik'�6>/��@YJܚƃ�VN�3�����XEꝥ�-VfD�⺑W�n�ԥ�N��&�leO�����1�lp7F��ef�i�%<[�� #���{K� �uGH4��"7\�
^,�UTjT�n���=�Ԇ�_�oC|��&�QJpfT[5��>#k�/�(C�)�,�VMV�/\�h�x}�j~?f�����$CKg�9x?a-
�#��C�k�qԌ�0�N�/���F�.^��#�Q�94�d���kIV��Q� �ó H#ml�yO�-q=P��h���$$j��w�~P�\:�/s��\d]���~��2L���6 .�`Z�!�(�<t���O4cTa�(c�²�
�$lݶ��gZ�.��=k���3H"����6�6��\��.�Jh�-�yJ7{?C(š�ι~&MN�ann'͔����S��c<�:4�@pᜅ�r���:�F�l�X�t�*��Yd#�b��[[a�W�ч�g�3|��C�?nAot)�q�e�Gz6WYj�vǕѓ���=�d�v=�x!�$
��u����.�G��¹�2a���ͮx�E�?"�*������;�T.�
��D���S�˽�)I�3�.G4�����А_��Y̤}P>�m��19`&>V�=x���	,N�$M��?F�l�vR�jA�.������`�x�-j�Z��V��{',�i?ߐ?k���D�����&<�[�*&��75��=Xt~���}�j����É ?S��j��2��W	�"b����׾��$E��%_G(~�Y_@`s���8;晈����2
��#%�Թ�6_��gBW��uֳwA��YMYT��Q��T�3SP��ɍ-H�V�x��	��(n�<yq�y(�]�ƻ�:O�u�G��׵��I#i=#��si1��� ��V=���a:�KV�!�9ڽ�?�v.��/<	���(��f�N�'J3(�>�me�h�D�/w2,���3���ak�hc�S��8հXD_��ŧ*r��@�{���
Q8��pv��ƺ��J9
n�+{ϗ�B��:���6�䮽�Ut�$a.�c0��S���f�ں��q�xkd����, J`Q9
���4��hK]���.�4�z	O]��l9RrI����`��-�y$3
]uM"���t��u���:gI�<�V��@}n�^�|��Q�`�@pFow�ߟ7t1����}a����ș�
Lr���\�0��
�E���q��
���ȶ.�~!�oAb���2��t��{�w���!��h$��0)Ӎ��
1�A̍�?�?Lh-k���8�U�F$c�֔��$�����s��0��oΗ����e�ߖ�G���~�jQ%g	�>��`��ʥ2�m+���oB*
��8��,o���K��Y��Rg��9HQ1�0N'o�E��������~�	�8���m�GYf�ߒM8<��jp4�`��q8N��ń��싃���u.	�{�0ƺ����e�=�mE?�u������x|z���4����$�/�F�����$Wc��	���6������)bF���3����S��e�<C׾!�&��az�U	n.j�	�:j����_?[B�&'� �g�wh�/���N_����ddiॴ,1jJ��;7gY<��C���(����W
f�0)�7ο�ֱ1��"]�4
��{TD٬����1��o��l^��F�Jq�'
u���q(�XG����~k?��&�9��&r��txH��br9���>�a�y.�'%+��g���6C��	�.G�1�!1IY`�S9/��2��ʢY{���.�0.�o|��C!�~��z ٌۮoڳ6�JGE/��,dG��S�W�ڣ+���{�#��qL�xzܸ�v���~[d��$�y{ߵ�(��z~���9���(E_���[��N�;׈d�ߵ���ˏ[���[���G�ݢ�r��e���3%�grw��!����r��f��U���D��g5�r��T�PM�Oqe����S�3�h,K��n�����s��`��:)0I��O*�lm����/c���3g� �J
6-��\0 ����H�3!Sɛ�\��e�:�ϾiCń8P;�9q��$�0�s��{
��爡�QDBU���z�����l�L^g�2$�ۀ5K�����r׏���hxH��r`�?��
=��ߢeO�כG��X˾�XH�Q�g��{k�W�V��P����	0���]�E,4�U�Z�o��q�]V�}�_ E.m)��v<&�	�7�u��R�wA���]��.zڤ�g.i���G�3w����׀$9��6��&Hc8���h���=�#�;l��q>+5���Dz6r;�6�{�?�������y�{)-�K"�=����3)m}4�_�<�{�jz��:��a`lD7��9B��1}�7^�6�S��*|ޑ�1O���U���7�wO����O�ܭ2���<���	X[o'�b�6��eF�D�8���ـ���(xJ`,�6ć�^� ���>�s
-N��o55w�\��{Up�j.^,�/�#F2OnF��m5�H͊2���t8��ewQ���������c1�\�0_�Z��wчd��a�{%�7���ZJ�gڈ��1�L�?ff{�Q4���p���.9�������"h�Y�v(rd��=ga^؏��ӗn�k���(�V�P��|��MSh�zK��P��X���pͭ�_��,��D�sХ�S��̽W���]t[��b��<<}��v[0����6#�C�]Nm����C�>nx䱞uu��z��8��I����,L̀�{�����,{^c���ٽ�55]�"��L�(��+�Aޏz���r�t
�S1����Y�ñnr�]ܡ��A`[��rj�Xm�;�J0�t�X��)
+f��x( W��"/��r9���@�c7�Up\/�̲��w�qIU:[H�����2�v�|�%�� �������2�8�,����>�Z`3'����#�-�H�3!�
0�L�1Ɵ{����;�<	�"��e�m&Өb��O3t����0}[��|9M��HZ2!�H��d�B|.e���2g��C���]M��9 v������e=ߗ�랉���X�>b�ɒ�_��c	騆݊FKD���f��7���B7�M@pP���Uɬ���'��U��>.��ʢu*���.���8+x�k����o��3Yla�V�rr�×�M�~��G�<[���(MaH�d�u���;��\�b�y�r�Y��bkS��
�Ww�t�L�}[���{2���e*N�;F/VB��X�v��	6���j��P��Ei�%�J�񁙻I	��QT:7�D�怅}���ޢ7�+�{"��oI����(Ը_�i���l� �&��<���]w�g���u�烤�@!׻������߆S�ͅ7{��Sב9k��h�Fj��7�9���:c���ֲ�\�	}<�s=�v�C���y?J,�/@�/w�9ŗ�c�
�'�����ҵfSx!�ut�����3	0�^+M�M�~���J�>NF4Q!��L!5�%�i�y�(�4^P���8M+���{p8>0s��Ѯ7:�.f��{�:I#��pMb��3��
�G�4�q�W���޲�N���	���
��]�D}<\!:�qx�2U@�u�r���(�FNQ�a1sxt���e���zLb3>��������&��y�&���/4>6d<hҏ ��D�x�_��\"/wR()�ʽT��)r�Ȋ�u
,q�-ö �Ww�In	���]*�r�~ྀ�3Uv@M�VApk3�/��icK�p��1�n���L�'��B(���
��L)CC)���^�$�k{�<%�|�bA����(�����Ϟ^H����s���� ��h������g2�x�B픆��\�`��Ar�V�B�-ȭx�����Z �}/@J���]|��Y��L�n
�1/�&���/P�&���I���{34-�
-����{����Q�q�`Vk�8��;�:;bHm!�;z���5�t��$ٚ�Aج�X�n��cD�EFf����p{]�g�ay+���SNIf��g:��D�3�e�3��'��.�����ԓC��!g
�d�+b��j|?�Z�s�zۧ��#�#k3;��I��q�1�M<�P����.1�n��AKp+�I�h�.�!|T��K`88�D�c���E��V�VT���(�q@ڧ������<%��i9n�*t-m>��(:V�2Yr�X^� $Jtc��+K�B���y&x�
q#Y�/mSʩ�q�R�c�Pfk8�����f��LJ�M�Ʒ�,�*����n7}`�nՈ��2ۛN;w67q8�LJY>���;0%"�,K���l����g>#���@�q��>5H��� �ZZ�e{{<#/�7#��N"�3�m��ǥ�����QC�3�&E�:ȑv�8��x���緥(��DG����s�k,�h�<�C_�UD�rO�W��5{��ڹ��Ì�!�aL��>�]k��^\b����2����7�ٓc|���T+~���mi?�`-N�/wbMv�	.&�� 닒�HX��ڎ�얂�x���L.�7�~7\E�=5S������&�+uޝ�_�@;*ճ:h:^�����c):X��>��M�O
6�����MȖ���~m��Yy���p��G;H�H�	�?>3l�D#m"i��,����8Dmv1b���\x�#HK�(I����ǽ���(+Ҩ�6��os{J�ψU��Ĥ6���>E^vlg���z۽�
��̝C��1�1K����Q�z���YL���tr]a1���/�r0�a1�J�����UX<n���^ �=�js�����3����]����<6H+����5v2�3�����na�V-����q��	����.xA�Qb^lU���ܴ^[�֙`c|����I\~4@#C�� 0N SZ�-��K0p^c���m;!~�=�
�a��~���)��g� oX��!��
/wHC/�����0\)+TD�Sb���qH�{H�0�L~?�mke�p�A���ظ')Ъ)C˰��V$x��N4���t�r�*�*�B--��	�=�{��IrX18����	�	��i!���y�]�bc��H�?�p	cꌂ��!�4���{����łX�x;H3��t�s�\(F��ҝ�k��9-ԝ��r�M>K����-�~:2C�b !`��!�e�]������������+�~�ӺO�"'f!�^W�Q�%}zi�!y�<od��D�Tw���^.���l{�@;����:�se�g^%Fۙ��/s���%���2��"@/Cߦ(9g�
` �N];�1�ÞĔ��Ӯ��+�$v��1x�o��G]YB����3w�qN8Z$�#8K�l���'�Љ��q��R39u��թ��6�Z�5�q���;�/�#'��B��…;�~a��c
�������q�ūf@��Z{ͯ:B(�#��� ��j��r<N5vc~���s���y��A�?;�m�%�1��]b���I,�F鑜�	�m���E �%���ڗVa솋���>8�M�G����:9�pwd:U�8^�#t)`��G&�lR�Xu��YQ��8.���,3�,߃��Z�I/�a�9N�
�����`(InD�iج�?K?�>�牗��R�	��W䵀/�bm*cR���˿�����Kz#�و�cYE���!:jeW��"aa�3'/7/0�o�u/wtÇ��l�%�`�X����*#��Z�Q4�:ٌ]�m���k9Ɇ=8��:ؘ���=eT��Ee=��
_H�B�$M��gͥP�4��&u^!$���}�ϖ	����2*�`�^�V^�^�����t�C4`�L�lj�Y�.������x�X��ї~��0�"NƊ��Z26�B�P$�]��A�1.Z����P_��j�a�r�[��.&�nq�"h�Wo�j��H�0�zO�o�輸��>S@�E���LV7��U���ې����S(�F��)o�<=��wm��ES;4�D�q�K�����L4��m@�d9D�<pn��v� (ۚ�h���@`�O�d[�������In5^F0ʖLQq�z+6�4��"�Fe����u�b���_|C�=X�z��/h�]��LEW9
���H15�p�	����{��`A0�^n���	�5�gV|{��w�m��l��q�`C�PtE?�����v����	� d��k*ȴު����@V�������]D}���3�	�	� �?#�k䥗6��'4U�8�B:�vN�Bݕ-�/��aۦ����^��Y��.wfq	�Øۋd�eB�)R-� ��ꖊ9RwV0�κk$SY�q�B���������� �΀��l��ܷ)l��L�G���HN����=N;��N/�>�{x���#J?sp�B�����[8�V�ou�{C����a"�\���p����|���&��0�ߥhs����i5$^;�s��}1o�g�ap&)���4מ�`�a~q��/F��Nߗ/-�-`���VP8 H4�H�*`�>1�D"!�m4�Z[�������A`���������'>?����~g������L�+��D��xI������Ӻx�������_���;�#�o��[�������w������_�?�!��;������_��������է�����_��������������t?�����W������޶��߶���?�}��b�C��������O���������7���w����~��`�C�?��3�O�~�F��~�~������o�?�08@���Sj5�`̮5:;���Gӗ����^�A�)����������k{��X����
`N,X�bŋ,X�bŋA���'����!�$��^�e<�<y�t��-��ɪ�)�0"�N�z��^�{�{��pX��0��ϱ��ni��`J!p����:���eFm�U���]�Ǭ�P6z/?�E�X$��ƙ)�¬�n,FB9°1�3�V�Fhu�Ŝ��Fg�^C�8+�ȕ��[�#�%�.�?Ҟ]1ϡx��wa��<S�0ۮB1wQ�t���;�*䬷�z�n�SS�i���]��yrx���׿�vq���|�{�I�P�"[�U��		j�j�H7��
c�	�+���5�|�3��!�~<x����Pǡ�h�kLpn�ڔ*
��Ϗw"���7w.�,X�=�V��c�PY�z�&��	H�uyu5Z��sX<ܶ��5��oc�L�%j���6��$��	�� �>�h�b`@���f�=K$���M�9�eZ��Ǝ>?�6�f�Z'�ia�B�p;/�y�T��B�~H��A����UR:R�<�	P��o��*��J����d
�֊�.���\�G��6;"�h~'Hr�x�:���э9�`����Nd.�c�;xzP���͞���)�.����V���HJ�r�ЏpԢ�Y����E�`�d�/�^D�Ic�ϵ��-��!ω�w��Sʫ�0��M�\�<����
��&yq��-�s"Qcg .z���d(�w.�B>���A�U9~ejn9u���l��C��uLJ4;�m#����3N�4�&�2|w���Ƽ�\���G�z�F�m�(��x�%������(�H�׻K��0����JxM�"�xoq�eu�Ei�ޓ�'���N�&:
�@:��%�?�D���"���q�0r	>x����#��R���t�/B���3f�/�i�3@�=�?Zej(d<���S�E֥$ø��h�h�03M&��ݫXq�G��T�Z�����D߬b#��;�i1JxGx�4O�'1^���;�P� �D���t8��u�JEB��%O1��	Y1�V��IQ�u~�W�\V
�~���$w��Ĥ<�Z���}T��ە����c����Qe�����������5�QV��c��yRJA�c��xՄ ��@�V[����
\�"Y��j�*���l��L��o���ϳ�w���g����v�a�v�xߺ����i�Ml�ҵR[3����އ�!�
7J�|�Y�����
g�؈�w�?Z�����u
y�⨀�#ͅ�.����}}�v����A��?�"�Q�n�-</�V�.ar�f^YG6�!ڔJXV!%JԊ�z$4��dV'�s�墳F|M�jөF��u��G+h-X�� �Y.�o �2{;ywN=0M��ٰUZ��P�C��g��;���:(3��Z_B��=���<i����H3��y���v��R5���Yy�W�%��ӷ犠�z%~z"�	ќ5@��]��S���wZ�-笃��v ϙ�+3�
vjwMů��̘�$���z
��2�q0�t-�da�n�5T酼?vM�rR��
:����}���
$��j]�J6G5[���T��۞�o-��d�h1"�T��.A�8�rbj�@]�@�1f����
)��"\�2$�Bȋ��%V���4�uw�vq�pbeJ&�yL��N|I�H��h`v���t"h�5`\������-,�uS6�ÿ�;�ЇUܹ��4H��m�d��5zP�:��r�3$r�����F��)`:sx�u]�x����P�ُ
�E4>�<���=s�I��:�k21���H@��[ ��]�In�(���<ţ#��_`<��<'�4N���S۹N��A�9�׬{<c�]X���p8qu��_�1r�;I2��w��_���[1�oXi��:�*��B��mmH�NJ� �
h�{�-�}��:�\TLٕ�u����a��n+j�?6�+�9�f�<o��gy�g��9���a�-������)#:�¾<g�(�w�V�{����dSc��I>k���_bT�'M�ɯ����Y�7��}�����:LY6c�fk�s������ը*{���m�O
i
�^�t2
Ό(�@�g���j��N��ԯ2�`��n1�-�ư�RE7ۮ$|�e5[�����M�;�x�;?�H�k����Մr{8�a^�j��C�������
�o/��Or�5�^�=B��#��<u��p;��Q��2��w�!��#徹��ʰ(k�Ԯ�A+��E�[E’��5���U��<��<�
i.4��o���լ���S�:�<�EZޖ���ճ��4�{�g�D�ǟ��@���w�V�`D�5��D�p�����2���D���4V$4T$ҧ		�����7m��$u��.��|�3�-�x�D����*�)6V$3�A}5���5�C ��&ʇKj1�e&�g��{�A՛Yh0�ա��=� ����19w��h=W�sF�.��w��^��9�-%,���-P������WA��n��bF�o$xw��1?e���A�@�PM����\�S2Hh�Ei�@�(%�Fñ$�.��l�fB�S�-����;����]N�Xx��>�v0�L���fn͹~��\h�Ļ��`S��94�O��U^�$��cQ�8	�Hܚ�խ$'l��f���(�s�~�gެx�o���M��A*۲r9�/�/xsvX8$����f�4]?�<+B���) 6}�[�撉���!ٔ�7#�:��Jv6KR�����+�/��ES��w�9��u�%� q�"+}�Q[n+P�J�*9�����+�6Z�KLF�,�9?n۩�]�e�<��h"m0�$�vn�
*��B,3��7+=�NJ���� b�-�G���F&a��p� /����
p2<��,�	���o����v���aZ�|�Ӓ�E�:M�	w��jD�`�ր� ���j[J{98��f*�
�'���
���ޭ���!�&�}1�o��;�OK�hn <�-�m�~��T
��oA1�#s�G�Y9H��zjJ�A�*V��a��7Hv]�| �p�$�^CM.߶�v5h�o���Ǟ�ȩ��
��ĩTq��������Q�+ঔk���d��R�c,�!ٲ��+�Q�8K�U��m�>�k3ZH�b\zhyV7yѴIM`9Բs.��� ��F��� � �.wA�D~�S�5R�f��a��~��<��=47�N�U.-
�KАT�`��s.�`SҰY��>���y(��Nܜ�L}PVR��^�@�A��#�!��T�S��E���%��f?��+�_.!��G��':E�2P��#��x�� ��M�K�4[��#*������2����(S�F��9��8l*�̲䒂y}$�`�e����n��҇%���)Z#�RQ�؈"���p�
�Hf)��;|��
��)���h�r��|��h�
��aJ}É��|7�?��Ż��HR�*��G"�41NH�¯���jL�iX����>��b�v�Z�5Lɯ�O���vr���_A�%Q�@�*�ӲI�fL���"h��>=ot:8��읆e�W������ܼ4�.�r�E�f�&_Td݀GL�l�g�ђV-�_1<�SZ�4m.��"T�c�=J����8��	�����4���a��{$ύj����A��l�*�$67�['oZ�)���d��zJ����]X�i��P�i��k���S�(�86ǔ�9G�{e�+>��s�B
�Z������;���A�b�g�TD���)�(5�E7%�B�)����+k�	��!�Z���&�2�7����#�L#!�T?����4�RsB���T��_a�˻v�.U�(Μl�Z12���=ڗ�P~v�Xg�Q&C�s<���(S

H<PZH�Z�����zo�n�t�b�b�!����CaO����Ŷ�
�I�U�v�|����;����i��?M@�0�{�]&I��<W�r�u�G�Lr�ݽlc��W�ZR��%$����?{�_���h?�3M2������)�x-�'���o�m'Iԣm��Fa�8�Ri.r(e^M�Z�8��X0D�l��-�&G��26�e���mľ��N�bH�ѐzq"%�V�z��߫��{��_-��O��o襬{��kZ�	� C2�y�Z�3է�/�+�^?q�R$X�A3,B��,�L�����7�z�c��g]��5���d�'�XY�3~�F����2,	��h�f�{jL��_��)�թ��� �����R�������>P"}�p�h�;T�ϩ˷��^�-�+��@�ݳXǵk�A�~3��c���*,%Mr�*�CY�wRt�.�irp�|�0�t�1KL���qUf�w�|:��f1
�gCV�:M���T��R�o�~m����߅I�J$������Ԭ��m��g2��]��>����D��PB��W���l% ]*�H�ѱ�
���j��Z�(o�|�����.83<m-U-a�)��T�@�E9	�'u�T��PDP�ˈ�������):���Z���v�?�f�wo� �%��w~�z��a�KӸx�I֫�H��^�����:�}���|�zM[�)]�[����([�i�U�֛&��>�o^m��3�F�����-`���4���96��h1�+G�Of�@��Ȧ�wc*�d�B#<C�h��&�2Z�GNӥ7������'R�oy4����2��&��<1�
�#(Z�r\#M���98��i��=���f��|!��Q5QwG�.��7 ��7�T�w�2�1k���Nn���A�3��qoWq�%4\(�)`����5��� ����_3��Q�aCfm��h$q��r����[ճUѸ��*R��!�F�
F�}��V.�o�#R�ΰr�0?C[�_[��SO��R|%�\��m�_�<ڻ��){���SA���Y7g�Y�_l���-o����*��*�������G�L+��[��+f���P혫��Y�N�Z���^�YW�<1A�6+&}�띷�Ѝ�FL�_^|��
���߲?J�Tٿ5�f�%�������ͮ����jS�YZw��6�*/��`���S{�Z#��Ŧ�c��7���i9��e,R�S����l�SzJ��uc�8��]�������N��dz����hL��i�ꪋ�J
g���xYmC���W�&Iw~�5lU�����[;M&NJ�P��9-����}��kB[	^�
zQ5�K'��e!�:Q��6�P��&W-���{�=�;
)��7�@�Q��
~���0���\?ݹ��Qϕ��:-Qa㙎Γ�7p�+�l̄�~נO=�L�g ���qKe��]�M�q;��yuc�tǝ�@
1q�'U�]hW�l�r�U�g)��9&�wZ~�4͊j$EЛx\�T6��a7~3�K?
m�]���E�r����
|�F�y�r �E�H��z�ʻ�����XG^� ��]Z�����\#V���l1�W_��oAX��VP��H�����l
;�{����$�e��/��$^)�r%�Z���}�V�Lw����b.
L��@��(��KH��J��f�\�nsj�u����%��LX����0�p�ў��D� 6>�OE�"eId�%�	�{�vnLO��B�]\���b�aH�zD��޲�';&���v���WE�F|}d�x1GkCӣ,��j�
�J�Cyd���ɺ*
:k��7�������IJ���x����a�")�MZ]
�2�`�M8�ċ,���=�?��A�j�����ŧ����mu�{�:n1��2�f����e�R�Œ�G4��RG/�|�W�;	��M�)�}�W�䤢�9EzC[D��_�|�y)~v�*~�~���s���rBy1D�G�x-3}�'�����	�$U�q=M�t͗6��[��`���zXeb�a#����|��aV��ٝx��}D�%�)��̓��m�i����6;ہ�Ao;)u�*�2W%l�'ޑ�Ÿ�U�w�ߜ1��t�_��_k��fXAdQR6�>~i�$l֨7?�X����yl-w�e�kȮ�s��k�(-��Iz�H�j�Q+,�|�Ԓ�t���/��/#�@�$iڿ� �5�P��+��X���9�g�X�3���C�A��,|�P!����HVk���xkn�@^S6$���pJ�WR��B�iۗŦ�t���)��]��7NO��DB��L��W����t�?D�h�$�β�"O��W�;ɣv�D�W��㚅l�r[�a��
Q�чkn���U,����A��*�oI��㟺�}{�֓6)��,+S��΀��~��A2�R�f�c��yd�+�ɜNs�)�V�{�;���dZ���������c��I)��;xW�_��@i�m�*��}Ly�ߍ2ݷ�W�7Zc����9h'T���\b��t.c�KjG�`���|�s���JL&6�}��<�A�����|����&&�*qU����v4�Ҙ����z���f[Nɭ<x���џ0ڲ�}�5=��3����(:a-cU��5Z�8
�#��Ml������6�ރY������ �Mo��9Sֲ
�1�%?���Xg���J�:�#�ަ��YƳNw�vY�v:�O�s��K5x.�r��qA�3���-g�;Ⱦ~[eu�&Jk�_�P�r����dO��GO�jԬ�LrW�?�Y1�N���4P﫛z[��/g�uA����6F/P���V_f�s�.L�J�t�:�N59�'�hAdmpVb��(�,��ᝣn؉�4�H�/+m3�������z?|�2?0Iz�+KmZϮ���_��
e��D����u��4��
wV�`v�*[Gm�6���C�k�XM�`��=}��!��{d��8.��OFչ���[����ã�Y�ZCR������*%m�X;�9<�o1��_�R/�pб��?�j�����\d�}_�]7����0�[���iju�M�sI@Wm䗣P7��h�����:^"9����I��Q�"�\<U����+�Hؿ���o���U/]�"ްU�%W��Y�����o"���Ag����*�5w��Mq�=x�����,>G�-.ւ�Ғ;��>�W��2q�9�0���+L��[\�CU0���V{�.�Ox�h�|E��<Ɵ22K��m�����c���'O��3�U�}���w$?��t#��W����!}~�j�T�z��}��5c+�R<df\���TM	�'�B%	T�JL�3n}�0Nc΋R�-F��5���=�u��)�|&ZjM�(l���Z�-E���﹣�xu�I倱�rz�qX��_�Ք�9�Q�s�i�By��cС~RE2���]C����*6�6^
���`�,V����E�;���o	?�m�%G/xAkp�鿱�K��;�Eg��Ē�0����{("	Fp�g��=궛��%���s<�2�fP�<��S�)=K�-[�q���(���!'�q���Sw��?��[���<�d&%B+�:t����u�{�B����؉y?����7���ͩѽaTY4���+�]`ϫ�/�� ��bޣ�^X@�����70�m|�@z�v�ux�.��x��0R���4��u��V�>+�8����5��G�o�6S���@%��k���!��#柌��F�+�-�j���@�<4ѕ�\��Nt����4�=���&��|��.�1> Z��<�TF��a��``b��
�g�P�/�0��s�Ŵ;�H�ʓ1ό���F�|��'�`7����@]4v�j?���7�����S�� �
|��Q�0��S����h0@ƨ��/�u��7_j$G5`u��U�(|�V��4)�v���@�>͍�i��\"�ʤ��B�#�l�o��>A�ٚ�Lg���&�L��J�Y�>2!'�_���Vz~YJ�'�ו�,��Qn�c�m)ً2��x��o6}2h�p�*v tĽ�Yna?�|�'�5�
�߄�nyW���p^4�i�=��z=]�x�O����}4Pf3�A�(~�@aî!ֵ��r�XG���oC��G
P,��������{�
`�=B��L�M�00qj�gSWٿj�}����)ӏǶ-F�Hn�_^�U��M+P��	(K��Oů�o]�����#�{�ҹ8>�ul���ˢ�!1+H�c|3�
L�e���]
��^0�\����<vsmС�LM����`�v�L5�˥h�ASDM91f������/�1��<Y�ح��ߏJ�_!��XEO"!�zF�J�$[^}θ��g��L���,%i��<5�Y&��y����A{6�
W�6+M7zo��={��#ޫ�� �W۵��C����Q�EL2�(Y�$ץ/�?Z�����#�*LB���QQ:+�ƴlěA��^�}��9
��T�<��H�<�k��r�T���e+�u
O]=�J���x����!��6CC���L����o��{���U��샤�|�ò���7��^�6��æ����L#���_W�؀��w�����jq����<C��|ԛ�_�h7�ݺJ�����8��rL�a�X���!��w��0��B�n�~��W�m�uĴ�������$����T�jO�\2�P2�b+�R"OT���H�A���v���������z����d l�'�q�ě�^�	��S�D�D�.j))��¢Ϗ��	
�JP��u-���k1nmE�����7B]G7M.��cH7�_~�@��;�|[n��F@BS�q"�����[�c�0:����.�?�/��nz�n�G��q�ܸ?�y^�c���&��f�N]�֘��l/�+/��W��猺��v��yc��R�TIc��@�Q}�vMn9@�Cu�4,z霞�/����zb9,���j#,\JG��p�������`<0�-g�������x|'��aq�]�����Qu�->�VzY~�Ia�5��<.p�@���D�ZWI!�3��	���Zٙ��f�Q�:��<�<Qɥ�K�Z�+H8%oKt�(�f
�AYJe
�X	��=C�F�J��75�p/�iѺ�Yd�r��{%�n� R
�H϶�F�,`�k#6�o������+���+�B�߷noa)Eh�I�p���OZkx��
\;�LLwZ{k6��`����-�h�i챗�\�w�����T=O�4��X�x�q�g7��L���ճ�PΰFVy���]�-$����.�,"�6C�F����K!9����o)๔y����\+f�L-��Z�.t�촗�u��&05�2��Ϳ��d��Ӯ,iG�
�~��|��$��
��m������9w��/�.[��朝��r��r�r�\=u�[4���:zR!(NU��yNId���
��(SPm����6CɅT�p��l\�`��Zl�a��wD�[�=����ʾ�$N�ӈҩ����tQ��V�m��Bq
����A�k����%nn���Cc
��6q�����vO<B0�	�NQ��t�Ѷ�ZsQ2
�����hnB��Q�6'(�~�\�r=o���� ��T�
8���9�׭w�]px(<����5��uP�5e�ު���ʶ�=�_�W	pb�7}���`��_��M)�LZ�e�Y�"k.��?�^��⣅�7�Oa��&�M�َ�v�D��܋�3�J3��Q *U���Q�Ζ���1��S��V�ee��$6@�ա�~5%3�Ý�:(]6j%3��:���R|W�c�4�*����^�1���תKASeN$D�P���7�S_�틽_�#%{�m�79Z]\p��	|�����L��f
��~�:��Z�8fo��(�1T�a�)�}�3����c� 3������J��0td���wLx�vg·׻���w��D��0�����aM�2@�©�y�u�t +�¾콃?��R���
I�$���*�BDi@0����+��y/_\��	z=�|�)�{����0���dCC��ќm^�AP!�n��Ӈ"�46po�gF��Kr����64��#4x��y�#�E,�����#����F�]�AU��dm���ۋ��y�&8ݲ�hQ��\�3��0��;J��n�#s���)\G����C��
� �D�RŎ���l���D�%����岟�f��˜�:���h��}���۱V��xq	�B�v��Ds��]&{��9N5<d��#Se���Ng��S�c~���[`�eC�ρI��ͭ	���vw'vNv�D8�r�&��8q!|�����	-]E��
�3ɹI�A�H����g<���w�tW`��FI4)0��J����[Qy ����V�,/�˱�)�$<��	� u���׬ki�
�kUΙ_��k�ˆ�+́�h���21���d7ȭҀ1x�������%	-��5��c�d[6ld�]y�?�x̫��thzg�Fd�#��t,�#���x�`�}?��}�4<��7�
jRUݎ-kc��k���X=�1��.�N�gT���#�;ݞʈ#g'xA�d�����4wrr8�� (�!�S6�k?c#���;ut[�0�*�a`C�*J'>��0r;� �]Z�7q�}�BTX��~�ݺ�����9?��V�Snv�g��!�=�i�>��l'�JSHpD2���ם![�3��c/��,�W�g�]{�D=���A�е5�a���)o!���*.���GS�S%ۦ9E�a��W;��~JK����-Y�}��g�+��;�~<��	��V�:tv̗^ݼ�T��3�Ǿp�<�����bœ�XV�_�g9��N�v�tlb�ӊ��(Z{Pc��M�|-��H��P�L�ZE��F�W�~�`ɥ����Y��|c�xP���s�1���(��W��k4���fDˌם	����Ku1n<R%LJ��{w���;@¤�Kc�]Lu�b��GyB�K?��FL��BV�6��vH�A��x�l�'�0S��,��G��$������@ӂ���d'�C��u�����)���!��c�~�?��!��Z�Us�'Ԗ��r+Y�
��c�����8�=�;�/�}��J��!���Q��_˖9�C�3�l�FOXB�H׈�T.�+��
/
�q,]�=uS�M�lZ��2-�'�/�ё�:d�}"M�+�&g�>�gS6R{{��8�$�4[�'�.�A�O��&eQ�
�{����丩��4�hI��������.�����ߏ%���Y����Ј�Ph5(��)o�U�Y���{�(8��*����BȆb�!��z��ְ��^���/����ؙ
�+�N���ٯ�1��w8JP��çƥ�>5j�\�U�<ZRxNMI�R��	{����@�b�G�a�=��A���>�V�iܦ���ڒ4Z���2�R�i���i�R�Q~n�&�M\�p|����ﴳ�$x9�Uԙ�]��(��]Ĭ�r4[���x��JD?ʼn7[�n�#G�zvm,�L^d�1��%�x>�|4R\�A!:>iqM���mj����e	gM��N�y�.y=�u��~�ˈBb'�AR'�n;�v��TApr���ظ���D`٦+[�wU�ё������]+�X��E4`��1z#B��Z{�&���/�v�� ���]�	 }m3@m� ��'�N2�����4"��Q/�d��٥��J:�\�d)ֵ\��g��w1��b�tsW�d��F���q	��H<�5g%���;�f_�8*��u�̒(���wF5}x���UF��A�\J(54r��7\ �Tu|�r1as�ߔ���>֠w��Y�(e��ݾ�����b�\YD�ۊ����i(XXT3���;�Kphv����	u���.DŽH�f�`d��pS�a�c�~�Rr�J9�;����d�
p�*�&Lr ��"ۖ���/�^ʦâ�S��<�ic�!)��B� [��z�帯;�uq�;KW�e�zb�����0k��<\|5&���>3����o��HT��v0;s��f�P���eYWuJ�Y��"Q�݂z���d��׻��T?�Jr"�Ab2��cѳF�G�>2i�.�}��[�ݒx�&�16y���%/�HaD���B�&N~� �Ņ�t��ⓑ�w�r��%�`,�F%
^ll؏Eo2�ٸt���t���}Ź�IO�����Ԥ�
n+�R�
6�9�2���rq�	��0ekY\�ݫ��[�7*�(��&�~�D"��Z�����?��!��5��K��`�3���[�с�ND�;�%�����Ѕ��یP�u7L�mPp��2���p���A���˾�&�??��)�l�߳J��-I�E�0o���҃�&��������Q�&SҬջ��ZK�0�a��ZVy%8�(�0NQ��ȍ	�uUT��Bq��w�O�X1�J�W��ٝ�ȗ{	����>��X�&M�JR-���k�i�5���v
��9��U(��pY�F5)C(q�(	/�4]�M,�j�+��\+_ltl\t��aQ��J�jJ�����jaH	)��m&�|/�e$.n.G�$�W>ίK��k\:�Zq�T��#bU����1SKy�����ݫ9�=�PK�
�[��d1n&n&inc/admin/images/evf.webpnu�[���RIFFf&WEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 x$(�*`�>1�D"!�d��Z[�]瀭�A��-�"���e(�a��?������9�����@�:�/����������?���~����U���s���?�7��0?ο����?���#���/�os��?p=�?�X�����Y�����G��\��?������~�>�������Q?I��~7������J<�w&ί�3���?�m�������7�w����E���ߎ8}Q�-�����c^�e���?�_��w��G���_�?�^}0�%�K��?��������_�_1����{���<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ�K���6+�<x��Ǐ<x��Ǐ<x��Ǐ<x��Ǐ<x�����k�;N��.Z�s�Z�@9:pX�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bʼn͉f%�	�:�V�7_�/�X���}��U��6�J�dɓ&&�J7B�6�mu8p�Ç8p�Ç8p�Ç8p���|~�b��4Q8���_W�V��sN	��q�}e�ML�܆��;��/C��6Qe�e������ò�QX?�F4S�enX�E-�Y�(`�V
��c�q��}�fi�n��+2��������ǙAv�܂��:t�ӧN�:t�ӧN�:t�ӥT��n�9N�u3��XM�q�G�3ĭ� �"YûB(��0�!�d���Њ#Y2��oIf�v�,p����_�<J�n���ekc�	u)�1LV���-��q���7q@�`�RZ���וXuǷ���y�2&�?L&fG��VdlU�;�>�^
�O5�LJ�hv�	��tHKs���8p�Ç8p�Ç8p�Z9 ��>�ŨT�s��r��y�j/1��Y�CW�xs'�i�[��P��(�H�hW�����*�w�9�F,XDN��io_Y��aAVv��� *R��(a��x��;���:��`�Vk����L�)s�A��g�1bŋ,X�bŋ,X�b�!�y�Q���Z�]��o�0aZE�,��W��O�p;DmG�HK�<���2؎�TB\���("�\��ο�t�oX�yl*,�^'dm/ٔ�Ç8p�Ç8p�Ç
��q�<�n�[�]�C�飋vU}���,X�bʯ��,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ����1?ʟ1ʴ^����`��h�W&�ig�1Yyϱ e2q�Q~�1�0�8F�*�e}���HxZ�'�F����+Q�x�<:�jF<掍��V0��Ѻ�Ҳg5"Q���I6�]y��b���G����/�ƛ�"�^����KV��x�3�U{7�hp�G<�[\ܖW��i�~:�$f�K���ݎ��������
�E����;>�:<E�Ѿy�R(�4�/�'�W��$��?F�>��dB�KP���t���JZ�y%b����:�U2�&�K��k�>�*�dm�����?ĉZ���lC&����FZ��$��6У��XA4L��]f�qT��#��\�+\���
'�ۋr*�
~�J�+����K%����.@���X�)��E1Y~9�J,�X��2��Cz�}��K���`{&S,��D���@��b�����1��R9�U�,����e����8��X 鴲�� �Ww���f���2[�&��1�+��mu+���.-�~̗r�k��;��7�� zƢBBʸ��yq�G�/3�PV�t���Uau�A�s�ͣʳ�/O�)�{E��t4��K�v\�(���,qLY��b���EO�/
�b��ֱA���%��k�T�޿�֟X�<�3�6l�L�P�8>v��%-@!����j�R����
��ro�2[�M\&��¥I�\Qj���z@���uRw:v��fؖԛ���i*|�)����/�D��]RM�g�w���Ȱj)�Rn�?Y>d�'���]�ڞz�
�ZQ��%�||&�<��� S�	vA$�����Y{��f��A�1srT�B}4�05�asBWo��\%�������Q8M���R�x���@��
d	�sW���k��1��4qdk���P�Z��5[C��*
����a�YKõ����I$ЩPgPR����փ\_�g��h�l�B�jF�=��c�.�Q�WFp80���+v����(g�e����z��%�i�p��{�����m����
�M0�pQ�����p����'Vǡs;�2PZG��W�x���ޑt�_y-',�g��+�ņ��(�f�� �-UtA�@�Y��X"(M�)*��C�nt�	�9��fr���{���a�o��V�9<V��?I��'�~VS��=�0s��0�w��8�s9?M��;O?{|��f9bZ��J{���eF?��'|��SP���'��A�amw����§b��&��YR8���`d���rc��'�o��^�K1��8��u�5�n�]�"c��$�G�k�%�u{p-*����&���,W�=�+�k$�}��r�4�H9���usli��D��C�|����;y�D����C
�ج-�7�W�R��h�B��Q$p��Q�V�� ��#���p
�~��l%�諤����0����F�Dm���]?+�he槨f<<>��	sm�2[�X� ��~�����kV�{桝��'?� ���SK�w^Әlb��J�����˰.��h\�3h�ߘ�kD(X4������{�;���_����_�Y�i;�`+끹G,
�9P�"��9���x�=�X2#Mr�y������F=�ς�69�<%ND�o���͊��p���Wx��]p��i8;����=�R��/�4U
�����'ďM![O�����E�q���e}�&�پ�����!s(�S^�����_�z�B��q��Z�Jᬽ�G���=�U_١�ʟ�G��C�?l�%˃h�fN^%�����B�7D��!��KtR���Oٙ���B>�U3x�<��Q&m�e�V�'�L�d��'UƆ2$�&OY�?������j�qǢ1�7���r���˿�}q�D+��H��U�qG�p#/��+���ѡ��{v~�� �{Y��
=���R^��F����7O�p���`V���GA/��k���"�R�]�M�5�TU�aMuQl�_wt���f��	X�"j����&)`�Oе(���eI_�,���.�qq�Kmdd��m�Ɔ�k�l��Nߟz4�D�!J�T[���_�D�x��i:l'�#�?_�)��Eh
y��B�vc+ȿ�8�WW���5k�ę@/�D�g�=�GF�/�F�ɏ�Р��Ų��P���Y�(��C��:�~c�V�N�l*�/���%;��}<��a���S���f�ṮP����
�.=]�e���£��	���#V̱��0P��U�u��K��On�<l�V�-�s����l�>]6J�x-z�ť@�R��)s���o����<L��J-�����.���B�wZ@LW%��K�W��e��,��^��ֶ��
��?�=�|�B�[����x�"��hgB;'�Ȫ C5p@���U$��7��b&Nn���@R��a����B�`��~��L��g���*n�w$���m�	��a�1蔝W.=Ҋ��31W��P���<�#�B>�Щ��K���J)ʎ����殱�PvMp�f$���c��%�<8����h�<O}Uy���F��b�C\����z]�	����Ḩ��O9�Jdi�
!��-���l����c!�)k�G_p�:��`�|�M���|JI_=f�;:�ԯ���p=�����q�ku?Ȋ|�[
C:�,�.�"�C���x"�p��v�݋<�ҲIiI��Uv�HĘEHa�2v
�o�n�$�{X�2�'��9�{��5����h>�N-���V�&����Bt2�3��F5�f�94�0>i���p}�@ބL��U�;�9:G�8pS��`;:7l��I7�^���2V{�����LճS7=����xc��C3�(����
�g��\�Փ�g��!��5���1�3Z@lgP/$���{_�iF)t�
D�')�Z��?t�`�Ęډ��b>�������_�#]��R�,��ψ��T�{U��^A�+@����Z��&�bۭ���c���7"� ��)�
ӕ5�䏁��+��ʕ��La(Nr��y������^�2�wO��W�)��]dw����4�~B
뚥��H��Fc4�Y—"	S|�J���n>ߵ�ֱW���$�D�Y�!����dt��~[��^���ZRq��6v�s���})�U_ab�ow��p�
��𤒤_���RC����1#�z,�S�6@#�Շϗ�^
t��u���at�-l���e3ɭ�t�>�E^�a[�a¢���!⨼ƜnͰud��}m�>>d�B�>��	�"}��Z���=�v+_���n��"�d)S3iFN�~ �-�l��S؊�]������h�	L�{y��-�:B`!�݊�W������Ǖ����Ϡ���@���a�E���hX�y��E���A��Z����U=�sW���W>K&i�F�F��6k���d�LG�2XD���y�x�l��s���$�IU
l��@[KC=�U�0���k������@���$V�a�Z�1���d&���9B8ߘ~e�����q檏�nw�K�JLjZ�$*q�˹���>���aj5_��D���<����yS�Ornt�F8-Q���6��ZD�%h`���o�L�Kr.��dv
��$����jC����A�.!����"KY�U�MS|��z�R�s�ݯv���ƴ�����H�x����j��e���k�z�d���1j��!���*�'��~J��uJ�$��I�,�0j��8�v%N-h���BB��6��Y �����4lO�\t+ϨVC��\,9�c'�v̆E3�n+�mat6�ߞ�&+2��s�f��j؀k���jɫ'�$2&Ή��/^�Mz�*�����o��x�&��j9���a��cI�{����C�x-�E�G�ǣ}ƇN5�Y�J���}*>#/s�����k�j��e�Ǘ�� ¢�C�h�^�C��D䴚�Rr��b���sF\�L*�N�/Db6#�On�>��D�Fd��xY���2N�:���=!���M�Nj �4-X����/EW�qUV=	�3�ޕ�6Yu����+fP�i���}�����X�v��Q����8��z� '�UT�Fiq'x���D�XV�G�$����k�n��[`�I�)5��I�Ϥ̅�|Xt���T��P���� x�(�Y��\p��f�D��N!uM��/�5�aށ���H�Rt���x��~�F��~5��/�sG�FuW�![)sz�C���Q�E���>h�Eo�!a�B+�����wR��%W�8���<�OtO��V]^놷�QJ�K���1�U�IF�`���;�.U��(�o�A� 	���?��>:�5�Ċ@��[Ç�a�L \{�q��#�!֟�����~i�}{ϩ��MDt��蘭N���rB�
\��=#�U����4(�C�ƛXbbK�3{a�|�e���;�J��
�lB{T�"=�K��v�(2lV�?��dhͿ�N��<=&�K���y)�>�j(�6<�B�X�ik��=O|�����GcJ�S�v]��|R������ɺ�a��l���?�g�w}����a;�h�qS��dp�<��o�����,4�eM�V���e�۝�֏��'�q��4�
mN_͑;�xO��q�b��xބR�v�Xwv�ӌ�O������ǥ{I87��q��7dB��ۙ-f
�gjd�6!q�\���`�t=z���F�I�N���#$9��%.Y[t���pş�Q?���)?�B��k("6��`��ea����񱲣77:�b\Dڧh{H��>Wͭa�ӁL7��+uϡQ�"����qKcͻxL���vH��b���q�e�=�{�k(rn��k�&�/7ь<y��}�V269��5�~΁w�)I�iO�h�����u�D�?�d��?,���+��bV��c�KU�*$�S@dSIe�֡2��BH���8�e�8�_��c���1��2#ܐ|!B���	.�~F�*�&��葃J��`oEMdz,0�䂄T�7QU%?gXՋ�E�+v��GFB*���	v��eP٣���dj� ����rӼ������>�G�g�7�����3~�}���X��#1`�ͧW�l\~��]z��/B��[*Um�F��_�D%�=�>��l|Ŀ)��u�0"��+�r�Pb��Q�,5�nW?���t��j2[W� �f�w,FH�����;J�S�5��O���:��d�7�/�-D��\��)��V���כ9�����'�5��L���|1��rΦ�,��i�\��,���a�"�;*{q�k�]w��kl^*l�I�͂K������I�/M��HrX��K9��\K	1<�A����("2��+<j��H��ʶtcn����7��P
ûJՂ׆{:��O)3�i��Ls��D
�pi#���cP�mB�A��1�)v2%^*�3Χ“�?�I��[ZcY�ԡK��~���C���H[!��U7uwA�_�f+�f|�����C�;.�04.�~Њn�������K,m�(���:���<�_̣��J�@
*�G�0@�B�%Po;�h-M4_�6:z�iÙ�Z��}�nG�61�#�蝃\�9�!NW�Ysk����#��b%!�O6q���6�J�vuݕ��F�g�6�y4N��obM�^KF7�2��x�*��?A�����zQ����wI�`���~OՋ�B�4�o]h0����Ao�z�
W��ৡ��_F��n��^h<�8Ͼ��zæ�"��:�nAF'L�hke�D'�a�#>'��o���j�QLG/L�'I���� ,�Q��huq��G��F,mx�x鈯~���wr"
H.��"�2���	��[іq���o�:t�;c����mA�#fjd
`X]�9i�v�����_+��8����Ǹ4�c��
���y`R~�ڕ��׀������]��o���5����k�@�3r%h�pi�2&�<��Š�m~�ҒS<J#�d��f�5��0��3���w�u��r�ȒQY)��v����*<x+3����)��$|�}�ʮ������q,�/�/*�ة��$���FW.�2ym�Ci�����h��"�Q��;��T���@�3I-g��y��DD$��Jy$�E�_
��5i�Nt�L�:1	�0^7���KI�I��7]��5��>����fv��{�h�jc>Vgd�,%�<��\��g]]�L���[�a�y�EX�.u�`;�}�l2��� �N�y�8��@ƒz����s|a��#q�N;k	�ށT��u��E�D!����1�,+tg�����M��^�t��n��@Q��=�j���� �q��b`>�H�\����Ci�Ne<V9Q�
�T|��v�z��<\�,6*G\jjV
)H�q�P�s��Fl`O��*��.�>��-I��-:��SJ�;�C�|�8M��������s٥,�|bu�=��:	]�,���|���Ʉv�!b�$E?�BJ��B����0&Ќ0��zZ�Lc�����Җ�B�yS�ɢ�$ј�ښ�(C(���j#U�!&�ABW���J�k[�@~��jG��
�/.H_Wh�|��F�8y�ɶzm|�Wd�QLܜ�s���	���O�l��*H��@���u���Y���J�Ѹ��0b*d���䚶#L9�<Q�@���f&c���rC���;B:�q��K���-}%�}�Y�B|������[1�y�e'r
StPK�
�[�3S�S�!inc/admin/images/announcement.gifnu�[���GIF89a����
	

	
$"$#$
-$%&'%'.-.,1:1(2)	55666:F<0>I?>=D7ETF8I WIHEJKLO `PJPTTSRU'cUCV"gZ+g]#q]\]_L`$u`)rc%ye&{e.ueb^f*{g]ih'k)�lmWmljo,�q3�qZs1�sstv:�}{y}||~^~{s8�����h�<��k�wU�>��?������?��A��3����D������x�z����|��u�������K���@�������OƨPǪ������RǮSͮ������������UҸ���Vڻ��r��>ÛÜ����Y��/g����+�Z��[��������\��\�Щ�����_�Ԛ�ԣԪ֫�a��b�ܷ�����d����h����뷁���
��@�"(���^�)'��������V�����9$������������������*������,�,������������������
������ ����(��4����+��=��H��S��\��i��u�����������%,�+)�.+�K �s��
���������������_��=����!��������������`��t������������������������������������������������!�NETSCAPE2.0!�,����
	

	
$"$#$
-$%&'%'.-.,1:1(2)	55666:F<0>I?>=D7ETF8I WIHEJKLO `PJPTTSRU'cUCV"gZ+g]#q]\]_L`$u`)rc%ye&{e.ueb^f*{g]ih'k)�lmWmljo,�q3�qZs1�sstv:�}{y}||~^~{s8�����h�<��k�wU�>��?������?��A��3����D������x�z����|��u�������K���@�������OƨPǪ������RǮSͮ������������UҸ���Vڻ��r��>ÛÜ����Y��/g����+�Z��[��������\��\�Щ�����_�Ԛ�ԣԪ֫�a��b�ܷ�����d����h����뷁���
��@�"(���^�)'��������V�����9$������������������*������,�,������������������
������ ����(��4����+��=��H��S��\��i��u�����������%,�+)�.+�K �s��
���������������_��=����!��������������`��t�������������������������������������������������[�Hp���*L�p�ÆJ�Hq�Ŋ	��WO#G�7��(�ɒ(I����J�-S�|)�͚8Ib��s�Ϟ@

���љHoU�4gӥN�J�9�*Q�X�j:�ק`���J��X�Y�n]��-P�e�+��ٸ0��e�w�ڻt��K8p�~�*N�آ�ǃ!�|8��ˍ3c6HYr�ϞC��Lzs韢;G^����Ӧc���:5hַk��-�7mN\�o��y�^����ǣ'��yq�̏J�>�/����_��N��V�ٯ��]��y����O�ܽ����_��D_�]������J
&(aF
����M�a�Z��� E(�t V(�?��
=&V7⋽�J=�R��lČ1Ơ3�?�t�^r�\2P=��*��B�,�����QBl`G-7��?愣˘���L=,
ic��bJ	�@q�acbɄ�.L���/Qr%���8�2�$
vA�N.�P��.����?�(�_H^��"��7��O��b?2����}��';����������ð���a�*ُ�s�����K8���`{�ʃqC���
��V��ά���g���+gŽj
�0l��0,L���v���.ώ�K�O+̵�al������7��t���P��J���J+��@9�@��ROp��:��
1Cr���=��bIA��.�@���
�S�?~�W=@����wD�����!0�9˨�<�H�c+Œ�nɵ��L�o'P���u�Q�?�@������1L)���K1�(��:���1H/���|��f������u�1��`��(R��b�*�0��/���1r�m��~�7|�q)	���@�onF
p�!�2���ʘc&�4.�bʴ���/?Fm�Z�^A��=䰆�n܁ �"�wA��v�;�v�v)pn'��3V���h�������	@ !�u�{~_9P���
G,�%���0����;�!pk�A�@�b<�
u�'��Pd/J�y-/?��$0��@k�CD�<b� `�g;�� 0���\|n}x�c� ����I�3
��=\�����A%Db$��FH���E#��r��d����|1�yIF �*�
P��:pAUe����F�1���'�`tԣ��p#!� Ӗ{����"%�P�G4�$�(�@r`���O��t��F���o���*o�pጴT�>o��B`���A9V��a
sL���2��� -*my���L��� �$7�MV
��
0�'"�V�ӝ�E�^$c��U�N�
�_��ES0�|�Ԗ�D�,9�\8B]*�9�a`�zD������t��ʫ�0�n�'�g
��m���۬�%YQ���
à:�!8b��Ş�d\��6�
E��:���"zJ;4���k���8�F�|F��
�����a��ZXE�^.���i��C�<B�� �!J�VJ�(9��V>����&��
&@x%+xZK��D"��!���D	���:(�X��f�OA@"	��0�j�\�B
�EˁTJ���.�Q�~<�%�ZH(�l��H@Rp3���]�iWB?<���J��V?M���1ܼ�,Z��ZъW���8ݨzi8�F�"��Hz�gYT�R�`�0�`>9��3�R���]�����9\a6��,��������>��;�b���E7���o���h�9����Yw�.{�0�P\�	����[���?�a_�w�[,p��o`�����'�Q_����B
o^��8�F"��c8F�x�]�);��d����'�q�k`��0)(i�C��Q4��%����
�M��Ǣ�����b`DhUэn0�sI/�$��$ҹ�w�]�9���P)0�
a�[%x�J c�t���۵�d��>��G.��6\!F2Ƥ�UG`t�ؽ�f{9naK�'s�c��#<8U�Ȣ�.E�-~��V�u��V���Hh�V�B	��c@+���Ct�u_Η��P1ԡ~tJ�7��9JvR?�"���4߉�"wk8|�A̡,
ƥ���aX����+F��@
�x�1Ջẹ#�k4�����M��5�A
j����$q��e�cW������`��I-���8}`8Y��kF=�!{�lGW�`�]��'2i��,e�r�}@����Г�4�)�.�A�ɏ{�ӭ�~
q!A��B>04�S��}�� �Q�@
d~�.�"�&� `��9
�,���`��7D�<�1�'t�@�@2���p�H���R
�`E�'v9"��0� <�@�L��0�'-ŇZ0Q"Ã��0!S��p{�.��
�gy9�*�wHʴ.�}��4D���!�B�=a��W�����L�y��z��o��f��`�s�b(��7���L!��>���Q�a�F���X�8����$� &��P`�x����;Mr������p��������")ҋ�(�ڸ�H��(���k���]���帎�"☎���8��yӎ�H����E���($��4�戊ɏ�X��x��8���Ȑ���){ِEQ�
I:������9� ���1��X��h"ْa�+�!(��*Y�&2��0��XC8i�6	�ғ��@9%.y��X�J9HٔB�P�B)�?��!�,+M;�H�U-�*\Ȱ�ÇC	l%�E��.^��}4��l��V/0 �N�z&*�i�R�
��M��^�4%!�=n���S��@%���m������XȦk�U
K��R�؅
(�/��"����44��U�l�#9ކ�#pBz����M�p2�DE~�	�nݻ>�X�r�9��{uA�b��lnY:v�!D{q�F�+,R8(��Y ��rFA8V�g�9sW�f��\0�@�y�
����Q�rVx'<�q�h��Bn�`@��,�_` ��x
��
Q�����#q
��@I%������@�T�S��#�Q�q�@��	D
f��E�t��!�D�]�LL7��v�\�#��(Є%N@����$B��W�M܅�!
��&�� �r�G�%*E#�DA�0����@ͅ�h�2�Iz
�E�q�ij�xr����	�'	TH}tQC4N�JP��Q�t"���%v\����38��4�*�-�)A-$IH-��]��I|;�qIK��@p�C�
)�w��Ĉ�O�VCB�H"PH�g]"/SO�D��!D@tL�<��F� � ��DJ�@9Q�Bx&����2…+�|*��
4!0����1�b�Y���D�7
�*4����0{����K�\<*�a���J ^Dܩn����*�h2
BҸ0�
��.dCJ4�2K�Ѷ�4�L6�TCJ5�d3a)�'d�Fä.�8�^���.���.�.���z�#(:�[�����A�@P��K1���<-�|I�0�ph�S���U���觯���C<�#�<R@!�,)P?�H����"����Ç#J�ذU���Q����1f�6J��J�I��N� ѐ
j$R�М�]��$����3b��C�` ō'H@�W����`�Ǐ�P��&�/h��c����Y�+&9�@��K�����s�a ��s,�sE�`��a`��J&�R�Ź2��H�9Lx���ѹN�
���^�N�����u@�nj�}�ILw���G��C�:����勘�d�8�7��2�x`��LA�LXA8	��0�P�h<`�c�W�@�1�
�]
�g�.;�Fm'X�D��b���E%
1�k���@Xේ=@�n���	tč�D�q\A��A>t�%	�נq	�P	�b�M#@��Q�D��$	Yx�@`D%�xR�A��E#Af��	�
`����@��4@�"bJ�q@~���C3i`
?���Q�)P#�J�/�5t� &�W�qp�!���C�6�2�@=$6"�=p�"�H�T�b�;�S��W#
�*���m"�Q�J��A_b�����t�H1L�
SA�DK�88����@D0@I�l"*�-L�h���
D�3D��e[&��P(���D	)�8D� �	=ɄD/ҤQI0�T"m,%�@�퐅vD��*m,�OWH� �d�D�@� ��A�I&_]��,�3��8;����Ci�nu���
�
���:���A�TY�ePP�[�Q�#z'.	C��#��$���.T*dD��"�a ��L�iC�Sn����8������BT�@��ސ0�֊F��P9b��(�H�	!�oC�uЏ�ðFf!��L#9������C	DZDQ
iDc��:���BБ�:��L�ָE5�@`4D�:~]ĭ m3�h��%��
$iEL�".�������_I��u�� ͐�u��#�F2�юd�Z,H<Є�uH� �AVǁ�� z|�:��pv�BZ�G����c#�%č�	12i��9���!�ʍ$���2�H��!�,)RA�H����*䧰�Ç#J��U+�	6����LJ���a���¼P�DRI���
��e��8 �B6
.���?$��q�D���d&P�AYD�����Y	��0�
r�p�`�>A׍#��N9��qC�O�%�ͤkД2���CAc��Y/��>rD�Tou40`F�݌�~=T�9�K9@U���C8]�r�~��G,"��[O$¥N��
�r�͜=�X�0BI���罊P$��n9g
p.@�w�|<��N��w�w�r8d�A�L1���M��4���Ap�Ao,G
΄]�H�
�QW�?���T��,R�E'!��
ąr'<�^Au (��GQ��l@u�Q���!-�+A�Q-�7p8�\N0�!�4�_b�fs}DE���l9Q��AfGL��
��&��Y�$4@�bo8�Z��	�{` �Ft���8ƬC�K��7Ĉ�C���#H!�
` kG¤�D��z�*�'D�GF%�C�$��g�p�<Nt�����,rTB8�ک��Q�|Q�@RH�oI["h:85@�x:�(�%]d0'�@i"ȓ�H�C�4"��G�w�0$��@��U�@Ȟ�Q(h,q 0"�� 
?�Ȫ�DD�0���0B�u	![��i@��w��p�]���RA;;T�AQ!tIa�4Pg5ۏT�o�LF�8�Q��\QCD��h�jH��0_A�5�-aQ)!yA}�.@�M�����M����i�D���]�1{e��:C3z|��NI-��J�q��]�2P׌P�A��E�@�8��2ߖT�;�T��DNA&P/�TP?�I�Ȋ)1��
�.Ǹ�A�ෆO �K�1�ᰂ����OB����q�C�a� �B!�8�40
it"�ʑ�����O�j��e��(⅁��:L!ᰈ$�C0Xq�SH��bЈr��P�KF�ڴ�}�8
Y�U��
k����0��A�@��hF0n����/�cB����5V!�=�FZ� h��&5�Ƈ�����Dt�&x	��HF:��<˒�@3������r�A��ac��%]�%ď�C�aG�AdBD0��;Jg��D�8�<Hf�	�r�$�,#�����n19#�Jt��\�<=�ʌ!�,+P?�HP`�Z�\Ȱ!CәC�ΠË[a���1�;��^�'C�\
�rๅ�Zn$)i��d�(l'Ñ�0!�M�t�,����-%HM)t�铩-�P�N2��q��P��9���T����#�@:&�؎ƗKkի�"�	��X`0Gcp��8@�~hŲ�ZQ@���~Hp�lC����6LD��Aō�܁T0�;Y���9��������9��~�C���0N�ׯbȖ5co_�����<�Fi�o8!CW�(PxBo��B�1ɠc�L��DR
��V?�1PG��$��wB:��?DE����#~��T-!��gAf�@�!�0d��ȥ�W�y�C�QAB;<�P�q�*�Ȥ��qop�@(��8����5]K%��?pC��XW�P�ET�'����N��"&|@:�@\��������PHq'�:9�Q(	(����q�W B@�B#��O�p�P(�Clk
��q�F� GP�L3�`ħ��J��PI��*�	�B����i�C|�ZX��
�r4N��0�*/�3=�_@� Ò,<R�N�D�'b�`�\TJǴC�B�� 
2p �@L@��&�$9�0$F�^$F`a�����A����4�9��*0�Ƌ�]�B
/PP�Y��L�H�8cTECs$�#u>�:L�Պ$v(��o�N,ݴ�:Tb���4mb
T�$s<��@X���hy�@\ E����L�%P�Ї�d��qH���=�4$�@���@���Q��� 1��sh�����l@�:��R�U��~	,�H p(��[8�Y�h�9�Q�`���I/b��EC؂� �4��E%�P	�iXI�`�4�N�[�@r�'��^�	A�U�_d ����
�uH G����\�a@�
VЅLHv��G�Ցb8��1�)~�]�	B\p���@F~q���qUAV�3"�(� ��o�PcA�1_P/:��9JA�W���� ņ삁�DQH�a
RL#��4�`42��N�G"	�~@�!�(�a
�����,H=~q�u�`�؀��a�[��H27�6��\��xC�d�2�(�*���\���܈�9;�ܲ�Pb�ْn.�d�2���o
�z!�8�aq����XF,`9 �Q;�qb���&F��Lv�e:q&F*jѩ� �hRG��Vu�a#M�J7r4�#�+��3z��h�t)���qS�$o ���R���b�BMjO1���!�,+P?�Hp�?��
*\Ȱ�@u�έsH�b�z3ZLN�*sC&�N�9#CZ<@�Bt*3���` �D1+��*��K%�p�C��.���o�BIh�A�Gx8]K�.���mEH2?t�a@�ؐ��h�"�Q�-06!�^��
�%��7
r W��_)B[z��4�*Ċ�@�>��4�b��9[��zA������è�^����mʼn�j�9��8�$7��coK���L8$@�9t�pR'@���QT���_Ž)c�,�A�����p\D���uDA��aE��J/�s�2�$,c�aW7�gFyE!�]��*��2.�O�,��
А�@G (�Q̶�$�Y�K\R:�u���DL��<X��!�@ÈqA�T���\�	�\Fa����"P.���B�d����od
:�R.�@�9#�F��RO9��
\�F���C��H�Ё�,�2�h�?%�Afpĉ�����)1�A1X�1�9TO+��H^�bD�jH_$FR��K��
�d
ZC2�6�
�^�T��p��D1�4%�u�yB��1�~�eH��a:���L<�FN
�FPG�>U+qaD�H�/�EPBu!w%[p�#���Q�A���r��]ATq���	2�J�d�|��##��E��2P-!��	��=pQ�!����G/���T�
���0�`�9��2]�G<�0��$���
�5AwC~��O�xZ�)�`�Aw{^���� �4*�!�]P!l�F�|	�	8`�!�)bI
С�*��1A�<&�7��O^��d�<ln�;dA} Č0�P?A��MF��$HA
E=�A���	x)�@G2�!�_���6��,E+���@�B�.�0D�80�YQ�
E�ɠ��`(R?�9�5PA�2�VpH )��@
p	�`MP�2 0d�H0��v2�4<� �B���N�C���@�H"���.����8-#qYSJr�����A'"
<�� �[:��
J0�E5�
i�"�X@��ʐ�j��dr��)�
�
�F$2ʭr �8�<�X�r�"���&jE
�r �H<��1�0S �[�*��̇�$	�3�E�ARd��V7������!EzN�Ԩ��$���p���2��w6��0�2b���`R#�\%%��	��8G:�����?�H;�aAs����H34�M�,&�iH�8�i���B��:��/��S���
���x � �a�S6%�<T�>��N�:e'�&)�՜д����r!�,)OA�H����*�o�Ç#J�(�V-��[��]Ƈ�B}Ĩk๑k�
��R"I�P.\ ����d\@R�A�D���@X�

Ъ^�2
h�`����!�5O��VO8�#�J`]�L���*�$G�@��Y�n��X2��;HA���|�k�A��
�Q� �����P�V A�`8 �c+a��T<�r����Ah
	�4h"�x,)~@���9�Сcw�7����CdWi��؂�9~�	plj�z<R��@UŒ%[��Y�}�
��D�d�
�`X7�Q�@\� X("H&��/��3�(�_��\O �]4DA:L ��G���P�Q$X��7�@up!2�D��
F��\h�UvAuD���<�XBI��)`�t��G4 ���a��Q�x��SE$�y�݀ŋ�Y���)`+��2eF"ЏDm Bi��@o�q8��!�4̪à��0�����5Сo�Ajr�B5��`��|�K2�ͥ�u�a�FN�`�NLb'D�
 9|N��1�@tE)�8?����N�@�쫧LŨs�BP�6�4�Vn;�8��:/|
�LW]Hj�����IQ�a�D�dTc���P(2���#�b�2�$�P.|H���,��[��Dn+�@8�����x���\�DLT�PLf��<2�Ç\�<L)�&��qA�@�,AC80@`��N��G���8��X�ȧL@�#�R+�0̤�r�Kh Q��`G�q�#n`�@qt��@NFR��D�@(����Y�Bfܡ�#�4�@��A
፤�B�	$I	(���^D�PD]�3�}#P�Tr�C�<dQ(+�J��9,Aq]
�W�� XF02�T� ����6��\q�(�?h�)���@�2��C�F0T��e	�%���0��3��a�r���V�ԀHWb�
�tC �P�Q��4`�/ H�(�<���%�d�Mx�x0�A��H�0҇+�`u	 hb`�
"v\H0�1��]B <�0�(/x�
��C�ԋ	ċX�G-�a�<^� �@E�2�D� qp/�a�F6-�CH�qP̢ !p�Šd�͖)NBHW
j@�8E��X� ��c8fK�`8T�MX�
�T�!�@�A���yH"6���Թ���+H�'=��c�C�l�=�ٮy�i�C&?=3�xN����<l��H�3!;
@I.��_���`��#��eSZE8V�a$��0�@r�������(Avd��-ȥhb����F/|ae�#�	�'�wQ��� ��?�'�"�OU��r)�8da�	#r�2�U&�!�N��V�8��H-늒��3|�	<z�Q�5�(�E�!S��d� F0αW�Z���D!�,)QA�H����*�o�Ç#J�HQ`�z+:C�,^#b�_ȇ��;��_��j�b	��q��L��N
	ZH�y��cD�z�F<�3i�X�ղ��R�
X�"�A��D�Xup���[/I���9��pe'��x!�5N�N��6�@$��9h0g���2;��ߐ�̡���O��YR;��!�?$0��@��-�@ͭ�6��vi�?(Ps�2Zz���[��ޞ�܊��?h9�c�����F�ϔv� ��M&��I�,g�48�FTܠ�H��K0�$�L:�<�w�.F�T��P`u����0��@��"�1砣�(+M�_F1��9���A�	�� �cA8
�aT�p Qd�%(��l98q�����"���V
�Kl���9���@f�`�w(2Aw�Fg��d+C,�Cq`�up�$���h�p�C.�44W�@o�q�`��ȡ)r�@�V�ʧ�d���(�q�M �!Pv:+�9�PD\1���CI"�Q�u�A$�5p6�D%���D�,s�D�`�@�`�f�B
B�B�E����.�8��VC�[�9L�J$D�lbC{�]H�&��$��tn.r�P�A{�UL:�dR+���X9��
�pEb�P�B���0Ӳb�@�3��SP=�)��v��f�[�H!9�CIr8�A�@�/��;�K��Ğ<��#~ͫ@�SJ�@��	�b�,`'PI/�������!��KQ8@�
��A_4�@�C�<CF����	IpQ($<�!�*t�1�B���G�M�(@dNj$�}���0�'a�!���!`;���/���Y,P�&b��� ���^@�	�$����(�Y� a�`�^a�UBQ��`$�ĩV���4@E�B��G�.\�g<!���lQE7�A�4!�2"r�����D.�-�`�w��L���G2����)ƶ&�
6Q��`�� %�<ҁc����E/�֋����8I�>H�$v 6Q`l�b���� a(��lP��m#�x�14��$h��
r�hF��@P�!t�e@��<�!�N�H�y�K8`\0�9$��_�()�$
��
�	qA2��]8��9���"�.vq�\� �I	҉�B p�*���;HQ9�!�i�`�]B���$[�D��R���#.��1��Ft�iN5���ӥ	i8ƖS��ң�x�K���0"N�i?���*ī�L�����S �(�p&bϦ�^
��/��v�.��B�AV�����E1��x�΋P��򾾂��؅0��v�#;8�M�Β�!�h��2���4D�)[D[��H�	Qk?�=NN�QKig�&��-M�Ԃ�¡�=�3dh��%�%�Ȍ�n�\�<����h�y�����n��Sd��D�V?K��!�,)OA�H����*�o�Ç#J�8�_-��A���}�a|�*@�z#%.�K]J���|�p^t��j�f�PZB�c�O���;:�_��T@`�׍;(�P��`�
S%���Y҃�@�t�/�����"���z)tv���,~�DA�-Ge�R���K	$�10�Ф�ua2�%[�@���71�����NY���	��!<�	;,(3��~.}�K.��Q ����!��!�a�=ؐ`�sߥ�& �o��gD1�
�1�$�L:�<�v���.�3Rj @q�qqGw����@�Q+�c�9�ӎ,�Q�2/�r���@o��

p�!�(B���B�`�E`
1�	����o��Q�`�!�`��H+����*6J�?]TK�C481�N��$�tb���P���Eةe�b�y�F\a&�)��)b5�:TP��鐃uT2�x��!:+��JE������@�o8��DL�A��@)���R�]/p�ذjp�*
p$�

ÇP���K�0c]{��8p6�a�l�=�nAg�Q`S
�{���2�D�At���ba��*�"�<\�l���H��|����Ѓ@4��@y�B�����&P��A�KBO
!@b�	���H�#
#���$0�>I�V��s�t�U"`�'`�!!S�@�8�0�x�‡#��#�A���uaF@l?�p�r
��K*�P.F$���kAq���)]�,�@���$���D�,Ċ.�m�{��^�[#�@t!a	Gxx�#)B���l�İw��0�6�
�X��i�W���	=p��!�+"p��N�"$@�B��b �0�2�\a�
?(@;�� �(�u�� qJ,p!�S��Rr�@h �H�_$�����A��I�o���J`���Q�#���k�
BCP�4 �5�8'��h�<��p�I�B�8Tq
�l#"O�"R�(v� �A`C` -J<�a�`�By#G9X���`!oA� R��$�
��EZ�xO��P��W��@�!y�#L Gx���"�	Px �H@<��<���@� 	x��`;\A*�C�"R%%p�
P�OW+Õ#`C�|!��IO�
I�
}�1x�cb��8�:}r�� �3�	���!!b2%1Q�tJ�5
 );���8�8EA�e>��%���8��L"��
�8Z���0.9�CyES�D���EIʌ��4bC���iԁ�C0MH.��FD��E�D���Q
��/�:��Jd���U��R���I��.x!�d4�tB�D�AV��Ì���*‘�_c�A����*�}�2p�
_��`hM��R8!��kC������vp�T�X5�׹�C,�V�S����:c:�p0�)�e�
x�)�KĎ{�u-��s��
�	���t)�P�0��Q�q�^��/Sd�X��T�	!�,)NA�H�����Տ�?�#J�H��ŋ�c��!����zr"�^�9+��^�V,'2�+W�]�blU+�?I}���`���(+*��D-L�&�K���O'�V[P ���4z��9��_�t֚�$�?�� A�ZWK��u�.x1[�k�$�DB�nLS��
��h�ŵ�>�qC�|<y	�^���t^+H�4\
�D�]1����	 ��8���\��@��� ��`q3��`��9t�(�#��~�_���C�bO�c�z  C{9���("HtS��3��?�4SE��G�@��F`�
�u�  E���J/�s�9��L<�tf�~
��,��Cf��?���G�3�2.�8�2/��D�f�qWL�$`�%��'�A�1��y3��@��R0�M�Xl �L:Y���"��g_05/�UQ(�Ԁ�mQ��q,j�0�!m��YU�_�
N�FN�$|�j^��"P.fb��@�*��%4 P�Q�jj��o(�Ц̒#0Ie�F���\4P��N�	U&�n9��!G#��{�8��N�-�᣾���Ѐ\ +Q����Q0̘"��	��ȍ(�Qq¾�Q�4ˆ@	0 u��2�`B�9P7�Vub�D��0�`�0�+��K2�(�H��M�Pi��<Ѧ�S�|=0�����@��N�D���)w�:h@
�L�Q��l�*IC�'@���0̈́��b<L9b�U��%}QN�	���|�n�/��C����	
<>��g���C(������0&�@�w	$(rH��$�Pt�wD�@9��x
�9
����(�;�B��/!�xP	�)��H)`�x�H�D���
<M �����\�
���>���b�C�K$
5��
X`N0��/�'X�%�x���_
�����&�P$�$��D4"��DE@"X%@,�᷂@k �@	#]�#��y^@S\b:�@-`�&�HF0|�?pX�"�H1�Is�I���r�B0��xls 	4�Z�A~Ȣ@��q���(��(!�����rp��1���DX�
> @
EV����(	I��F���@E�lR	�H� uL/��ϰ$������@�#�Ag$+$R"&�Q���� �@�B��p�9$H(\b�`*�A`?�xN��@�s0!�Y�F�A�/X�sa�@P���.3�\6>�b���aF��ω�H��>vQ�edfP��ᴢ:��4�B�)~qX`U���ꆸ]􇫯�cLd��}�5!6�E�V^�"�$[b(�d���:�a���e"�lf��]��Y��E0��vd� ���V$��L���P�:ޚ�wM�;�};�ьvs�*'KHi%�L�]D�[�:؏���HWb�.�$%���m���U��+�-	w6�����h��w�r^p2�:Q�WY��#�`Esuѡ��Ũ�/Rj_��	��/S�q���"!�,)N@�H����"�WO�Ç#J�H��E�������V#6�Ū�1y!��
d˔	�	ܯ}��$�/��V�4����
�W/�'%2�`�_-��<�,@G���0��@$U���e�UbBS2���4zx�
K��%��jȕ�jh��Ǐd��7d�b	u`��?$�C�
 �P�!E��V9d3�?�
z��1p���AZL��W���A:��O0��@z'�`��\���ت�$H�x,��z�0d��hu�K�dž�������DD'��ƃ=Ͱ�>��7w�@�C49�mCp��p����%�!�	1�@�SL2�4<�p�[�f�U�$`����Fo�����#����F.4�R/h&qܽ�
��7��kP7L@��"\*�+bV�0��
�5
LPeU�'J
�J�T$�рE4��'��$~�t�!��R��S�Uv�9k�L�A�pAeA��
�@���ʆ�G�mW�H�nk��wpA�^~(b�!��*�@��B�[ZVD�@"�T-u�@`?������$�$�n�lB�8�PK�.�x��J�� 
@`�r�)��qHB�2AB� �P�LHŬ#�B��S7 	]LR�;@R�C�10B.�pI�.��B38qtP���@:q�
�)p�"CO�Gφ��/�<co+�԰�s�Ц
@��I�1c�����˴�Ë9���#���
I��K�#�L9��3�0�&tL,�]UH�Aǯ�!����C��1�njiF�8�4c�K7��)0��@�����W�oB�$��s�@w)I�(B{ٵ+��D��8@%0<0��C�ӝ�v!�@@�p�
�P�$�7�C`�z�D��)����[PB�o"��$�p�l`�D��,��\�x�#���(�B9�J������9�)Q�� ��`?b�/�`��8C���
�
_��e��C ��@��_�a�d@[PB	�#C
� 	o:$`e��.h��F6RK��F�!���T�IL��$����B��'���4���E)�X�bF߸FA�XA	c#�J=��J���p��`�P��
1}8c�G��oDR�	��/�u���A /x�!	 �9(A�[	d*C.��O@<�:�ԟ ��XF 1,(V����@@�$���@x�\�b��$L$��%�0>�%���
A��D9�X��H�:E�`�!B�4���+!Z!FQ�6�P\EQ��%Ana���hM�/�T/�0!@ʆ@��NL�P�D9RP��b�^%f"�l*!�i\s���LwU��D�8� ���9�q��~ձ���@d׸�Q�8a\�
�u8
��hd�S��槁}H/��Xh!c�Y_�TM��c����_c΀�0��W�P+�G8x!�d�p݇0>��`G��+~at�C�:!H�v����W��8F2��yD'���y	��$d^�E,_#b�(�I��@�Q·@c%� �@�%`��Ġ	�L�C��VC���Et"���M�0a0A~�^�DZ:J8Dl␰#M�ER��b�����H@!�,)NB�H��������Ç#J�H�b�z�j	�g��G����"���DŽ��
U�$ȁ�chҥ�V[��,�*^v�
k�@���+T&L"��<�u�\~F��!�<��
h�b;�ᬧ�'N�@��z��
�k��V<(`�G���XCx.k%`�
 7r��"@�Pu+���a����
�
�{�� ��:#r\�P�G�$ @�Ǎ�s��v�Z�����
���P�J�8$@�͛/[@"@	�7\{�]|MuT�o�[�:�p�
: ���C*8�<��D�?���D��FN���:Ȗf�
DX ���
��L1�(Ì:��3O+�+yZE�������D�QGj��C�q�#.�.1�$/�c�9�L�o}��f�
j�!g@�@�~"$)9�%�.��D�utI�
Q<)�G� 	��!��i�0��2�^�䂟D{�eQ+s ��P�@oAI<b�@�<Ҟ
�bd�7D����@u�1%k(2�@��H{Bs�8]vtZwqX�@�O��$�j�q�AF*�����6QK�8��a78A�:�ȴU{ȼL0�0��@.�R��2�D�C8IR@Dtno�qG4���hz���B��(��.�N�2�H$����X(@��{P��h�(�@L��GƬ#aB�MP4r���2���*tH��q1�LD���4��_���%#�&P4�T,��3L��B��Š��
$*.�p,42
��l��"RqH4����K���bNO�Ǧ�	���vVu�U��ɾ�(Ե@�`G�P'4h��=#F`��Wq#�A��N�գ�2� ��2�$aA0l�{����9$��%F�=hK!�AGA.񞂜�	\��$	k�-zJ�#��/8�|`9��a`�lZ��`	/Ȁ�����X��!ABE��	�"�@�xI!è^}JQ)`zZ��$�p�d`Av�7���SD�vU�'"�8T9��O��C�H��B�l� �80'�f��",1�!��ة$od��82�-RE"���\"i@Bb��fX����d��r����pc �3ȩ~����	K���)��}DH@#u0c˰'!�n�!��E��%���GJHn�����4J`}��Zlq	2<���*z�3��<KF�>���  �,V���A
@�
H�"-)���4�/M���L�h2K�
`�+WP҈d!� FQP:��b��(�8�C�\���@ �z5tT�3�Ν�O*�HfA��Wtb�)�́�m���
�TXs9E4�
���:���&�1�[)�a
��C!���{������0<��p��)3Z�A���#�eh�h��4㵀�IPVAU�I��;rQ��*���IY��pDd/y�+xA,��!��U��3y�֮�䗾X�cܨL	L_k^\�>��	.z!�d4�zz!���p�� o}q�e�C��~dA��&$Q���,�a���X�?4B:��#/A�w�Y�,
A�w?���\q�&����3~�k�@�!�p�@��c�0�_YE3����xP����|���6��㙨lu�¹�(M=L�e�̣��l��J�57�#!�,*O@�H����"�Ç#
�'�E�3j�옰c�6b����E�	ٍ[%0ܲ�P:�5��L����%�/V:o�U2�Ps

 �W�]�-5�4T�2(� �Rb�MHӤ
 å�2�%V��T�W!��
T�'ӜB^��D�@~��D;�b�@��\�-����4~�$E��2c�@*T�Ro.N$@@�u�a @�حHFT`�B]���
����=��	��dH��I��>�yc�V��� yr�t��@��\R�-�
==�t!�]"�#�o@h��7�(EcL2�4�;��c�@����:(��p�
�aFuD���1I`PJ.��K/�|Db:„�:(QW4�׃w��=�0��YD�+��$P)Rj$�F��SO"LP�
Q�!Pj� ,<2� ����FtfD�HH=1	n�@k�a"��$~"$�@�zB풘F��R˕4w�u��up����� 
���L.���"�R�:�p�
TtY�wD1(�t���0K�ܔF�`����<�qD�G@�GA�(�
�PN94��/�̣Q+v�Z9`�mu`AC��Aƒ�{!����2�>��be�i�4P���@���&�`p���F��K2�aA�"�	?��j�a�_PG�
�AF�H8rS�ưӞA2����@
���$�(d�!�h�0.�*�$��"�0�(�P+}Ԙ��4A�(� $��<�*0�^��,�@K�tɴA|) ��ĎEh��!��C�B��L�ɨ�os�'��Q��`��f?tNA4a��?�`\<��!�X�w��&B��و'���#�K�.����G	i�0�E(�p� 䗷��H
A0<!�M�#��'�:	�@�@3p�	HD~���a�qQO�t��0!�0XD4#�K\"e@B	�=X E��#&qCS@�z�UE
!�@���$)C�?�B�PHbK(@Z���Xx��l�C@��)�������@7z����c�[BBA���"DZCj�����K��;x�
PG1n�6�/!� B���`>��@�Z���
~&��`a�e���0G1��
nh��Bt��q�c�R���<lE#��q %@�%�R��Dl�]/��
����J�aH���a,|�6��� �CA��b@+&7��u�h;)#]���00���!ȨF�‡�=%!�����"�>�aO��0�XT� ���@@�6 �6x�.Α���<��E���j �(B �U��.����=9����q����+�
P�@�P"AV!_� 9IF8��rd����5��%�|�A��~�,I�0����0mA�����R��q�l�]����-8�*[���%gmh�ː}8%��+t[�"p��.j[]�ȥ!��Ts6�ɡW��mw�U�c���9���
0��Eub�ۀ���/���t�c ���C@�h���ItW�c,#)��@F��(�<��	;��`���@�@(B�@a�E�>��� �kAh�Yõ|�#�e���
��0f���x,rQ�A���'�?-H.‘+�.��/T��e�9�X�.�q$-'�e�	E��$�Y(�a����*�Y&��2���?��~�H@!�,*NA�H�������‡#J�Hŋ3
|��x1�
	����ZG2�?���<���U�L�DX�^�2w�� K�B����_(Bl�Jڪ�p˒dZ��	�iY�!�U��G�V+I� �C�}�jd�L�/�B�*@�
 @��!������u��.xkg�r+I�Dr���O@�Ȓ�B��C֫U+�$���!0Ǐ��dl'���P�^�@D�o M��_"d�WV��t�o�?z��-:��9��������k�V ���@Cz:ܐ�k@ˤ��3���TA�XE�($�UOs��h7P��?�h@��A��J.��R�1�#a<jM�.��2��
\�@X�Ca�@�T,��xhM�q��T!L���N���up���A�G\�%W��.���8���E���)����a�)P�#�TExLR���K�x`7�)�\���\<"�!�@��D���N��F�H2@��dl2I��Q�@~LRD#l�*PR��QD[=v�8bf(IlGD��#�+$;�0��3���@1��C�]1�	g�`���&�*'A�NC1�����coH��cq�,���I���,�H�
��bV���1�x���7�,Ku��D��"�t��$@�\��F���/�<�H�"i9`��:�́"b�@| D9q	heǰ�ql0y��obAw�nT��Ȝ�AP`�
�BN�\&$L:��U�"�=2�?$���Y0��3%|4��0w�K.����2 4�% �[7������D�D7D��0�LH�P8��C���� �	D�

,7H�MS�9�4���r�@���B����_2@"��2L"��!����=Dn�֭B�M�F9�aAF҇�%, �`?(��x�!�(�|�R���!D��(E��b�h
#2	�x�$��6�@R�$BD�!�@V�C9�gk�CO�6dd_1�$氄P@A�p��5��x�!`�H����d�]���E7���o���.ޑ����-bH+���`@X�8�w��$���}(���Ҵ\3�ktÑ�RBV$��&���pS$"
HH���B��`
$~�C��/~A�`�"O��6rD����I��`';�� �`�0������	�+@*(�ntC��H1�!�]�6XA� �P4!�0�O�a (��p�%����/�1�b��)L �+	���@�Ĭ ����Š]hI�2hK.�!��	���N�n�!(��NX�AQW]���ъABq	bL� B�5fi$�'�z�`PT���
4j�\�� ���-N�Y�5����Ã���ǮK��(�Z��E5�q�l�E���9t��j�%��C)��c3B.�"U�  ��I���D&���1ء[Қֹ�vZ�J��/I�����j�SF��$c�U���SNn�^�,�d�U���H/�]d�P뛝�j�b$���O3F���S�
;�ċ#�B�(�2��5���/�@����1��y<��a��2a��ţ`3�A���&
�S�\|�nBöC	�3��s0�!�1`k��^�$��qD���T� �,�Lܨb]�#2���[r��ٚsH��/����3I^�c# ���I2�E��!ŽH@!�,*MA�H�������‡#J�8�ŋ30��Y�VC�4-�_��2&/@��[1�YP֯��I��ZZ�
ųg=au�zְ�2e:x젮tS2lU�$5�$
4$���R���V}2 @���0��`��4�����2&@(�����%L���P����pHp����X)��]���[�
 7r�DD�
��R��+k��hrm�f�m��Y��u���|ȫT��!k��w)�?n�(x��/^����~��r��X8���#�["W�"!�z4�C
(�BC<#OT���D��"�H�%"����zNqC?D�	@��/���2ͬ�<����E���F���)�pbD�@D����`�*���/�d�NH��R�% ��R��up����G9�	��8!��E���$(
f��Ɠ\� ���H
��0��F�dH�x%@�'Q�@p��C
��� ��A���H����K�rI
�*%w��qa�\@��@\p%�����<	f��vb���I
(��!e���K.��Q8�8@I�RdH�Ƣ('� �!M�D(��^j��2�Pd(�ঔj8�X�0�f<"A�I`�(lʊ���.ǰ,?��ܑ4�)%w�q�D�0.��$0 �`D9����0̀��A��p^z=�pD�@�'�@|� �LEL� ��ݻ����1SB^'����,C��q�'p�"
��ou`������5/�8S�S�]a���@��P�"�&d�!�h 0�B�K9�oo.
�LI�.���[۟�'@�LKQ���0��>,���Kd����z@ȰX��Ll��'�Cl���^�E�ҺX�?�
	貃GL�e��Hp�R�#l�D�-�bob�H����T��@��c�G@B��1�*�� �����+�ポ
"0����5CH�R�	pQp��Iw���bFEl�]���`]����x����@
���:†�x�A�A�����&�+��F7r<F$HC*�`b
I��	�"�8�w8�$�CX��1J񟁨&c��@��
��	!��TƔ�"1N(�!�
`Bl� (	`��u��hRg$C��*X��^c��6
�-��D@A�C�9C�l����'����#Y�c
L@,��
n�"[
��^7�"͆:���`�)��؃b��$C@Ca�-�@ |8�Ct�\��%���E@r����jP�F|����BE�X�S)N�ѱ��@�Ȫ�0����l�`�@t"xp�(���y�8�����`����d�8E�A<@ hD�^Ӯd��k���F5@1�W�B ��%�x\�#-�� ��g�²)E��qR�P���E%앐U��M3VU�\��9X�D��y������I��Pp+�f�#9�M�v����7�������x�ыvFD��V�X�<r�����m���d/W
]H�"�p�z�D\Д5�
.~qt�ci�/Dx�	�#���.����ȇ)
��>A�3�K���"�F2�Qճ����
W��,f1��u�� �5�:XS\�#ʖ!�F�Z����1�ϦS���ST��Lp=%	��G"a��)Θ������h�aR��oKE^�H��
}��ƒ�I:��`$G��������Pk$���H@!�,*LB�H��������Ç�ȯ^ċ3l�C� C*�W,׸_�j�\�����V�
�,�D����"K�����$�q��`2�C�5%ȰO�*�
��A\���ե%%2����Hu^�
��V;���%Bi��.���Ŷ�$�"p��a����
�*a�}J�U�@t�2��L�0/XC\���dX�
:����E�s`C�W"3�Uk=`A�A7/�4����n."��C���*4~�C~�@�@ҿT�cJ�\D�[!Y�Wi)q�9�0\9aE@A2�0�;��C�U4�D���M ���L�|��=�@DeoT�2�™/�cL2��.���P=�����p�upG�i����
��bn���J8�R Hn�"�i�ExD���~
P�"��q�K�t��1N�'��Y�Q�@�`@�r�!�E98��h-�8�
X��F�n� $(bH����̵+�p�EZ�r�
ȇxZj$�$~�H��0���WI�䐋v���`�Ձ�
�a�ȮAbTR���d�:��P-�m�	��`F�u����p�"�ą@R0!G.䈛Q����<}��A."1�nk܁���$��D@���QgC�G
�WS���
X����� fL�!�@"f�D%�(��8�4�*��Nz�Բ�3�\��q�^�p/Ba�9�p*3��P��!\����dMv�'���B�("�@��A�����0������Kۼ��C�	D��;P�9�p�j<ҳB�X0�'
�·(� ��#�DP*[�v�W!
��i'��B� �0���K��YC�@�
����� ���	�#�]���@����<q�$����@��?B�!
x�A@"h_Bp�	�i������0F �2��j����`���kD�4��]�� �Y�G(�9�qK"j@
$`k��	�@�5�A���:%��bM�D
@	r��0�)+v�
U��D��BCrq�u8��`^ ���`A�P��!��ç&��^�d���š�m\C��FDJq���E<[�DH�/i�d�3�q���ec���*`Q
r�H�0�
�8_�$"�`�[B��Dv�����T��x8C�H�=�����b�B�e�*#	���c���`��G���p�P�"�@����X�	”�
�!�ȇ�]�n����	�h��Ww�p�‘�a	i�Ph`*ą�rȁ/.����A[Bl��],�&�Qj^���_� A�<�� V���]�e�xx��]z�~P)G6��F#�2�pC71�R��_(du� 5N1�S�"���A|��T���2짐q����F8�1�\\� �@Y-z�Z��c@�@���@H���[�fHe��Q��������1�ќU�V�%HXH�]�t%�miN��;��w6���Cئ��^�$(�f��ކ�Ċ�UӸ �
���.�;��;�^C�`TQ�g��(IqmW�+D
u^F,('0�� JBF+�����&g
8��c,��H-&
�<�D
��3�Q��C�`�/��g�c �Cț�K�`@���;�qe�����w��&.7c+{0RX��t8!�
qz�f��ü9�ܔwx!u!4K������V�)^�$�*),�4H�1]�Y�SY�.��0�'�
�<@����z*�~�J���!�,+KA�H�������4	#J�H����,j�ȱ �e„%�װ�ɓ�
�+^�(cr�h./]�v�C��̄E	q�_�~�Yo�Г�p^�~J�
l�1T(���
�,����Փ�dC	<$���W]w�K��Ϡ�@����g�`	�
���q�V+ q#@�
\jJ�?c�$�"YK�P%h@$G�DHX1�"_��V�{�t��u�� G
(Aۯ�Z��Y4Z<@S�r,��1P9���:"V�����+���'kժ���� �s9A�@�>��c]=�Ў.��E�/>E�QF����'q�m9�P��,@8��/�c�2̤�3�PE�F��!��p�\pA�
@���0�	0��8�2N��JM�?�v�wp�=� 3X�D#�B*��u�|��oգ�%(��@G��o�q�'P�#��@�l)�0�������mf�!Po8��`��!���w��Ii�~������:4��p�!�}Q*��"UG��=�V+ P9Dq����2`A�)���10���'G��C��iI2���q��f@
��2�"u �S����L;���b���6�E�u�q��`�#
	1���
G�YXL:���A���"��
X��h�,��"-z(`0Қ�K.���2�t��B554	��{�oܡ:h���$��GRT�ts)�|P8�v��5G�"6w�\���ӆt� ��
�F�3�*�����RNT3��Q+�i�CA7Ԯ��B���y`xD�!���CqA��UJ/��C��$`���	��pD��nqx0r����	0��I�u��,��
9(g�$x�E��F/!��# �0]D�4�}�t���,�3�	k�E.<�Б�h�l𬉨d ��Y��@�$�^��@aQ+�  1�x�O,�܎lp@���5��@�3�����1�A�����!*'�@
5L!*Ƒ��
C(0�
"p|� A�Z�8�0j�v7�A��D�"V\�D���/���mp�O�XB�s�����^��!(
8A��?(T�$R �<W�Zj��o`c ��*	��
J$��PZ�R`OXApKh IH�P���8�1�qNPB �І6���
r d�4�U4r�]"	�-8!��T�(�
R�T�����8V�u��%�0��r8�Q%���f j�
 �̫,���b1[@���H8b0�0XQ�@A �\�-"F�a�'kU\�'�xqb�!�S��Ā'�"8r�� H \��@)1b!�dW�$ �)M+*$�-�1�hH�ӰB����i��ܹ�Y^2g�c�A�0�Q�SD��=� �{������֊V�B�K�?��
kX#�(�<�^����
F�ъ}�"�x�)�b�F����j�_��	�Ej���0�A�2Z���VȀ�@���Q��X����6+cYE1F_�"u�/E��^4B�ȖR��U袓d��>Z��K��.t��+����QB�‹u\G�&��Ҽ�	D���1������	@1�$s�%��e�Y�^-��xGR^R��X�.&/�
f�V�YV ��*yx��8F3�Qb�h,W*��@r��^�D�yG2��e���5Ш3A�њ��� /���͢f�(z"ִ��T�c�A�وC���h� �.�:}�t�eG<�J4�j��Óae�2
_8��O��x@'���U=옘���3a�mv,����kBkm�+�@I@!�,+JA�H������F/���#J�H��ŋ�
Po��e�>�H�dAsK�Z6Ҥˋ�(��&��^��/@3�y@�j���jI�]�q�������
E�j<���gU����֫�U`ъT�C�W�=w����_�(��S��?c�%���o-@0` $�J�`qB]�գ�Wk4����W2Sd&Q/yV�^P��:�a@�zo!��+b�u:�-@�"4���A�D��Z5��*�mx�*.�k�a�D�N0Gl�UϖA��BQ.��g%����]��Ѓ�94@*���:�<�<}���P��)&%��h0���p�@L@�01L)P��1�sTﰗ�H�H9��\@Ev?h�G9*���*%�F�{��@ؗ��Ѧ4ao�Q\#à"�.|^TJ1a��?% �@����r��tBbFlB��&S�EZ�#�
 �u��u�Ѥ��H��TPe��.�0G�$�0��T?�0�~b�#; D��Bҟ��TB*����pn��*:���!b�"$�E9����M�c�:6�mA"�R��@�����N�0�,L�G�(��Ҋ���@0���V^m�'�墪2�2�"o�,�VF���.Ǭ3�;d�g0�u,Z�9�h�@��ED@%�L����.�0#B����7�qGu`q
�:�I�
��	��J.���ÁӋ9�$U�@Ze@�@M��pa�(�����
���P)���&����5v1ʹ�Q_%@���	`�"� d�! ���C�
p
{�K��	U�-����"�h�!C8�H�	�;���I�eBH!ҺDv���*}0&#=I�)B�*r�� ��D(Q�
�"r�4D Y)�	������!�C�"�HB�0B� �PIX�F���A�YK>�@'���Ib��ͮ謂†�9��2R+�( D�B�@��a�25��x�$L�<?bb5�� !�X�����<��np���'6qD�� �	@(�P����K�8�"p�N���# f��@8n���6��
�4� ���8pa���� !Ba"�p�!��2�4p�"D�
wPD*'�<!��/x�Q���@�6�q
ll�p�EX|q���#�(�Z2���
C0Ab(X�;(�P����,x����FM4\�B���1'�{�SH�C�A�=�R@A0)
 B�`�9(!�^G��Xt��@H��N���0�؀^@D��
9�^
����S �JQT��{��ቡn��B :�@X!��O�层��^JƮ���Zl�Eɓ�P>V���E4��iL!(��D��(F��1ҝH�
<�@hF_���x�,��h|��`�pֲ`.�"yF9�H\�b�F5�A�jX���
2�d�#�@�q�Q�V�w�T2�������"�z@H���"b��c"Bb�qcQ��}	,
d\���:�1��d��.�D2�<����6���B�HNY�
��"࣋%,���C3e�E/|D���	Y�0�я�\���B�#���{��S�Q�	$�Kkw�/R� ��VAd4#��@d�������O��g�*����3��� �@��]v#��N�w�sQ �X�/���"]�==��/����CsJ��ba���hGZ�Bh8���\�9蛀�9� ˢ=}���}�A�b|:q�xƨ���b!n�=6���&��Ͳ�2���iݶKf���͙��ĭ�t���5c�Mg��VC���mxwD�q���b�68���~4D�	!�, +HA�H�������V‡#J�H��ŋ���W/4� CD�k׮c�D��.��\�V	���ʛ���j`)u8!vT��WA]����`��O1�0�]��Em`jͧ��V���X���x����k��ີ�졮XM둍���<�t���U��*w�BҿP�X��וS���Y,4pp	.�x�p!E��/y�����2~�	 �~.�JX�]�:�O$Y�*X�#��:~<�0$@+h���C�_�c�G���[$&����
��F+���2�Tta9�(�]9�C�@�a2�,�L:�0s�/�P_���
=�0!�7( @��S� �4HS�RKh�_�4�����@��R��d"HOŵ�2#
T�@kT����R��#F=!RGq��i�D��FN��C`��{�
HH3�r�����Ë?���q9Р@���!���(FH��U?9T�?_�`�
�)h���<�E#3*�TL3�8D�M�sI��
\�Fn���"����01���
��9�|F�A���p	:�9�9� b�"�A���EW��8Ť��@�Ug�[i 7lk����aF���$~��� ��T�.:��<Qy,P����	MހE�����#����1ge�
,��<R���˳)zD�[e ��I�Q�wD���r�D��L9Ô�ߴ�{�;�#���D��N��d�"<�!���20|�r��jD�$�Y�0���
%� �	��\�ރ4��V�
�@D��0s��*��USn�H@@�򗃓2 @~bHBk�'����0��A��t�JX������ٖ`t��!U���M���.���qM"r�D�'8��@��q0p�����(�0��dm����O��ln$�"�C L�;�$���P����8Dd�0EA��E��W,H<��8� 1GA�j�x�0+]i�[T��k\c�`9�Ѭ����c�A
�l��,��`�wx�"&Q,C��p���R�c�(*�
Bb� �#H 7���D.z	�%
��'��L����\pC!a�	$�#�h:D�=ȁ�P7��Ȅ@'�`�R
��+� ��t���,@���Q �0�%�������a�S�=���@N-|�.F�b`B̅��f ��d&#�B VDipaܰG*�M3���a�1(�N� ��^p>=�F�>$�h�R	2�����aH!��F�ixa7�pV�\ ��Q�J:���X�'�k���(��@{�*���q%�� �Ȑ���-Hq�iH����&��_�d*Bk�<6v	IÆag��
o�b��KH/pڦ�T���G-��\�� /LVJW��B�\��@��fC"L��s��#�X�?���b�g	R��e��pN0���`�g�	�0��{�/	.����"�����Vнv�%,\c@K���RqRy�	�ltѬ��� 긕@j�u u9�N�+V��;aE0�q��p
:��Kౌ_��i=l_r%��r�83ޱ�s\��A�<�a]�7Fi�u��U�.�	��v���
:�+��7���=�G�˙���Xn�R���J 4Q�pU����@YW�a�b$#{f˟B�v%:ړ���ᏗB�#�
�R��L�+���Dh��b �(;a\uoB���.��ZN=k�(��1��Zz}����	��C-b�$���*4�젤UG0t��j�$��vu����#!�,"+EB�H��������Ç��H��Ł��bH��ŏ �Kfn��V!S~T�+\K^���SI����X��K��`k
-xs߯���,�̡P�C�,�D�n\xZ�du�;��+T��Rl�pת_�����F�)���8\ﬞ�g���B��>��+�.����U�z��d`��>�֚��1�ZWiN�`p%@(�7����WF��! @č@�0 �̿P����WR���N���
d��!P�$
:�_v��;���Gѭ�-��
�C@p��3Ot���_�E4�]D�����
=pH^@�PF��K0���Q��b1\(��	HCyr�JK�@H_��wtO�ސ�N�ǡ���+�}T�Em�H��78!PT�� 
��H�0O^��Jp��9q������HQN)!��^�
�e���À?�QG��IY�0I�|��R1��Ð?�(��]�8�#�4PQG�k܁E7(@�����/ɼ����U �1`f�:�u`q���#��iC9�2�EI��K1��3W��S!JЅ1	8������N�@�kf(b�")`�&�Ċ.���9�l:C���¡S�qj�njx~(�!~<����P��ȋAI�;1���m�ac�7���u�{
��$~	 ��
u�
9���1*�ұ�Ǭ����bq��qC������ 	��P.}�C	#��3L��K.��:A��'$��f,�Ŕ2�(��	�r$�10{\ @g��9hC&�.�TK�0�@�9q��?d)�߂4�p��a�b�@K��9Ș�
1ІS������AY�������L9���`�H��h�?9��@✮!���׆�=����*`Q
����K�c�!˴�
�6�& �}N:�!�? �A:��ەbq�D�v��eE��V����"e8EC��`*AX�E�Ӊ.���mtc^��Ap��줣 ��@�	h@��`�G@B�8D
�x�����sq�U�c��6�
������0;�����b!��`�"E4��(�/|�_#7�q�kTR>@�/Ɣ�&
W�
$0��
�
�vP.�����e
t�y��7s�U�FǐG��
�HGF�xL�t��!�0���e�a����h)ÀEv0/�m�P]�C�P��6���7J�p��ҙ�F@��p)��bc�8�)TB�x
�F#Ёa��@��z!(@�:�����r��$�.���Y�*�axBq��E4�1
�J#��@�����&����`v|F��z�S�b��k4� �q�!�8Fe�wT���B�6`�"��F5n��U����c�TiRy�c��C�`ق�#Èml��;��<f2T�S�#O �,����!��GV42�w�?��.��]#�O
3���t$����G��HV�h(��P�ярC .�0#��b����nk�ǀ�!��0��D� aM��d�c��O��(�+��s}�
����aA��1�ćļ��(�b�u ��=�Pn�]4t :���Z��b(����c<�+��Oc��҄1HA
$y"e]���G	 axLl�|��$���_\ҋ�c�&�	@�(�c��:Mʞ�
e`%��.`!e�C��A�$2
��GԱ�f�.Р�~B��4c�mGU(z�u^�&��Atb\�@��HME��L� ���D��g�LdS��$�k�t$}�r����Ⱥ�)YFRx^��ЮI?���^8Đ�?x�m���hu�K�hr�[%�VD!�,$,CA�H�����KȰ�Ç�
�m!ċ/�{&��Ō C|'�/a�U��By��ҵ*���8.�',�.����կ^Σ���k^��H�2;�k�ͨQ��4ȫ�V�0:�_�����K��p��B��_�z��z���U�dE���V-����M�����j�j���Kv��1�!��VAF�*���!�>�X�Њb;x�فi����m�z�T���.p���g�M0�D]��=e�ӣ�����H������?c��B�5|�?Sp䆎�9рt���>���L8�@��9H'�\����:�G�2�v��b.��0;���]�\�:�p��=��:L���$F���LHF�V�$�9�@�
K�Al{Ê�!�@Z�T���ߍ9�D̨C
*Xf� 2��YI"�:��gX��k��,�
儤.��d4�ԃ�A���	BI�Ա�X�'3�0��RM����L]	u���C�D��u�q,��!0�	0���hƤ��E�s�@+�sI��
\��knԡ�'P�%U�.���KM���3{`�@�և~@� ��0����#��V��PU`".᜸�3�уgŅ1	�ո�@�q7�u��
�I����ή�;,n1hL3���W-.�ק�:�9�ʁ"���@���2L9`��+$��.���9E�U��P2��,
D���$~���$0FC��#�(�.�rM�O;�^�$���Gԡ�����t� :B*��&#p@�V��PL�T��k�9�\�ÔE<R�@�(bF#�:A���q��.|`@#�2�`2c�����O����^$8 B����0���(�o����%?8ȁ@d�����7����*�����ڞ'�a��qۻ�^�q�I
� '@���B�P���&m��/��� �����Q@l��l��i=���08��o�@�	��X��@��
�h��t�@X1/^L� �iM�D@���I��%��CB�@� 1�C6��XE8��R����6��mD��@.��-�+SD@9"�Tf�CLB�x$q�G�Ch�2��e�Crx�7��
n�"2�ꅖ��PtA(2��6����fP�,��
w	P�X�� ��`�.!��Ɛ���~p	!d�H�.!	a�&�@���<��p^�`���OFc�_��Ni�^,��4@�"p�ý!p�B0`t�=r��"NїH2Պ.�t���	!x��@��LhH8���Ke�#zp�&�&���4fPHC���0��-�Pƾrb�_�@�
^�f�����)��h�����00=��D���p�g�x)�`%���G6V�
V
BH8�4���G��>
��'䡃�9�AUv�I@)~A�������;�q�U�дɧ�V1�`(�hX1EG�b�}<�� �h��x�L�p�E򕓴���H�1�_�c��M2��b��s�mNv�p��(t�.�6+�8C�oK�"�^�bg�ŏ����F>��<�q�`�����E�ъ�Ą!4	, �
���.�G:�ዝ
$���?��bćĻٞ(�)a�C�xU�3�q�^d��>u1���V�� �r�.�%IV#���2F�Dx��ˆ���j"�R9�0:��¤E��I(eׁ�:�:j�ƙ���P�vP�QX�Τ	���f`�>�X��hlv �G1��Ȍ2�H�r�	��Z 5��@����S%���CV���$D)b��������It�a�
�'�L�Y"�}@��e�4������i�X؍�fc�h"�sb�x�I�wHR��!�,&-CA�H�����A��_=�#J�H��?�3j�/��u������Ɠ(�60�V)cj��8]8���Q�O���8T�şH
�������ѫ���,_u�x�j̇��!�5�]�^��I�_�s�x��Y+�i=�H"Ou����®I�Z\�c�]���e*m��ֶ�\�V(�:�.2Dvg��]���fI�,���\���*�*=����SCB� �l��o^�M%��%��^���^Z1�
�����-��v�ˆ3^O��Sf.OX��$"�>��i��L<��3����@�t�K/��BFr��JG)��3���w,qC9���i Ô��D���'��J3�Pr�)qCO���
:���z����D5�01@��:TI�
T)�02�z��2}��eB�r�4 #�7FA�O�'B#��
J����Z�5�u��R,�p�
G�@u`1�)�c9�n48���<�18՞-v�
�@(o���G�D
�%��D�.�PL3��*W����T�`F�Q�����`�P1M8���<GAci0-V2�o�[ǰu�a�	{h9�z��9+�	��1�W�e@�@9����[���`�Kt�������8�.��K2��3���s��
X�;����@D�aI@!ѣ�B�.���A��*�tQ���C�"�k��G���!�bAD2��
0
{�2D8���Y��kt
���[�wp!�	�� � ���2�`�F00�bSTO�����y%��������C.�4?���D�̮v+ t^�@:�,@H��	��!�"~(p�&0L9땲��`�0B���@}������� �,���"A�*@c�Yr��a�A�3�.�b��d-v<�((��Sp:�#8?<�`*t����M��7���\�)"�0�>�Ԓ�Zd�_�ѧ�f�`��0� �&�G8qN���G}�P�F\Ѕ̘ͽ<�6@=��z�!�I~8�!�C������PO��G�0�.�q�k`�$�PVa�gD�5C�X� �"(@X�I<�P�!1�@b��=ҡ|<c
6�ESTэo��)�X�B.)$@�(�`8p̠�;�!��0\
�D+"y6���A2C�P P�F��c@<�"�4@��	����rALf�j���b �	�=�!0��U�A�BB�*@� G�r�
1i[�aeC�0�q�C!�4�1�it���0HG�q�4i��s|�VF���\ ��5��ht"eu�P���Y�|U �^#�&�Q���f֨5Nq
j��>$#t�z4()�I/. ��@Ur�Q*hy��p+AV!�u�H>iH=��g�# H�w�*1���fN�	.vƋiQ�?�
�Xs�>\��ȳ̶�_ #�	MU�R-�`溵ȇ\ �8�C�bA�aɤ���0�0�!a���bbt�� �H2V��ʄ�H�*\X �-S��t� �@�1zQ�0H&\1�.`A��`Di�ҋ���P�0�&�]��Hy�.�g��,�L2���_$�@Ʌ.̂�����ՠ@(v ����`����n��?IFA��8�9�1�z<#�yʏ��]Tɸ'�HPxQ�P��5�2P3~���`�Dv]����m�{af�J8�4:ҏ�,���E<ԙ�tА��x��Ƃ�C.�5��x!��4�X�:����9�~���^i�J�#2�c���K��x��{��!X��_;/�:F������Nm��Af~A�u�Q�y�ӫ8ƺ�M�X��œ����ZI�;#!�,(-AB�H��������Ç!��H��Ł�������C����x�@�\IZ�s�p�Å��D�82�j,��Z�j�G��;��J�9[	���_��՘\U��p��կ�֑���i�U�d ����6^�q�3�pnŸ��l�N��
1�%�o^�eu�[�T.Q�Rb4�N+��V3<T!G�M/4��_��6�+^g3�U/e�P*[![��gf�E�t��^�T�]�p^�fl!�=�q�H)M�35���}xPH�@ŖV�౒��׾�)vv�W/_��� @���`I�Ne"�dW8�肊.�|��q rcQh��i!%�.���0F�?p�:�8L.��F�гPH���0P��D�8�7A�#���E�d&n��d1�x6�$@�?���9p	��1̘�bL3�t4M�9�D蔲K.�0 @��C9АC=��ؠ�E���ˠ��&B�#L)�T��u�p\`�:�`@!YQ.U��������3
/�0@@����@wԡ���9�#bF��A�dhj1�<c&B���L̊�
N�����
9��L�A�����;��`���p�@������p��Q��VJ0��gͷ
9���!��fH�1�l֑sb�
��q/� g	ĿHQB�#�T2�01�u��n�J
p{�
T���ux��4�\P
0�40q00��|�0�B�c)]2@@�I��?`J�= �A?y�B{��1�0D;.	�wx���� ,b.T�0qH1L9��3��1jEqtI��xf�i��%3�b[��a)��"�W8���5~����
Du||�N�ICܡ�`���+�F>��g�q��e#�XhЫ�DA
n��r04��~��� a�7��
n��^Aja�#�P������X�ze)�@��#�@��Q�)�g��
ld�AXQ](C �sjq<�W���~@�
��!�\@&������@nh���}p����aBZ����\�֏؈��8� �@ �H�=�1x�؅*x�����'�0GV(

�?(\�x4�\��00��p$�x��6��
�M��E:���$"�:��X�<���9N�(2�p F8�Az2�5�"��D	D� ���4`�<@B`���.�tl$-	�@�\`6�F�@8@"�@Hc�p����@��B��I+XS�p�1��q4�!��E4����Z�)�R�bD6f(��E*�T9�q�C9JqR�⥧ �5PӪ�J U���7�u�b�c�lPG8�6�˼�pCE?�Z~q�uD�9��,��v�#�B5����(�܄�v��,$�-ꁆ�h�@�A�_�#]�H:ԁC��G7��L*v��{��9bq�<��(d�x��,��F1�qd$��`F3�!��-%9�`�2���pX4*�*�[3T
p�W�G�E)�Ax4�?}�~-z��ؤ u�`5��'t���^a|)�&d���,#+Hy�Y�]HU n-Hh�;�V#6)�	q񨘄#�9
^���N�% y�|��?��G��HF,�1dH��/d
�w��`&�q����Ā�E���C������_(٥1`n��W� +��Jʒ��6l��X�u�hP��؇1|��l8'�E/����!/
�2�{)�s%��I<,]h*#$��E/�2�;��89u+�xD)4x^�g
j�8�%2F�d����TW-GI%,t�8�%��L�wC^?�"X�:�a�k�95 ���/"n�!�,(.AB�H�����!\Ȱ�C���
T���ŋ�Z��x��Dž���WK!ŏ(-�;�Kز~S�to�q�#��̟��`�p�6]Ztu0V��I�%� � �x��ʔ�OX�\Qá��T��y��;�k���n/:}7W׃�j���b+a�v!d��ja�#	���,�B��"p,o��߱��p<�?yT�����Ƒ>�+�2��;R��{����)���*a�?��F?�Ρ?o�o�?�u�r&�0J��{���u��⇌��D��f̘�C�l��s��%3ǿ�0`���T�@c�w�#LW��RJ8
�K.�T�B0�&���b���k�$8\鲋.,���0��0`#L�,���H!A�OI"�.����h��4 B
2��`@	0�rL3�GPn��:~�2N.}���*1`�	?�@q�P	0h9.�;��sD���,�*H��4q�7�CD��%q]
Ԡ/�4�R�P1���f.�c��æ9�ç��'堲��
��y���K1�ZWK�8ϊJ���9�@C�=�lB����v/�5�/Ǥ�܈�˾�D ��r��X`ŧ��b�!A�D�+�(A,j8�<C�I#.S
/���A÷\P�u�q�
?�0@�RP)�C+=�S
����*Š&д���.��
����F̼�@@��0����07�K.[I4�)����
��w��Q�ul��+��<9b�h�q
 F�
U�NA>��0|��
�rxZ^7x{�'�7
#�RN9Ô��������P+�4�-	?�ۃu��5�upAC�3�J��x��.Cs	�
�v4T���Y(���	@�}�k�5T��50�˾k��r8l�l�XE26c����� ��.,�p��h@aP�
np���0؅�Ⱒ4�I42�@O�;B�ܷ5.lJa�,�¢}@�7�������h�
%�` 4��꠆_m�3�S��Q+T�bظ�uWV(&�ш��Ԃ�@8������ �r��^������n|�~y���R35$,�C�H�/SD��hF��
x��Zq	 �8�U��dBH=jQI�z�%�n:�� (��I�����fÕ��l���p�x��e(���E�� �����*�����b��S�6�'4"��0�/�`h���̂4c�q�GB�KH�R)�U�d��Ш�� �@�`p�"���#�Pŭ�Ԁ	(�F6@\`<D���(�`=	$�`A����B�؃
0@Nt@
P�2�q�j����F��b�e�4�D�D�u0��@F�r�A�D�0�r8)�P�<b���Fi�T�@
�HŌ��w���(�*��B���H$��HR�K8	疊�&$�0G0�5�`�cZ3��2~Q�c�$c�PG,�A�
�z�]Y�W����(F/��}�U���b��A����*~&�����8Pd��C3)i�Ljcx�Gg��_�ID�H��xnCČX1D;�ͅT���DM��l��
c�6�bo��x�U�"L��<�RD
XV��9~��5�M�xG=����uLR�"Uf�uLj�.(\B]8C�:�&6e�i��E0���8����i?�,�H3tH%FI����Q��˾���"�}�"�V����Q�f�)%�u�&Y�W;�h�L�����A�V����T:ּ3��X�ܜc���s�@Ɍ��%�	_:za�%G��ɢ���HƸI�����1�3:��
g9#��C�!�x,�ʈ��=��&���Q�ꑀ!�,'/BA�H�����!\Ȱ�Ç#J�Z�z�ѣȱ#Au�ԙ��J�Ǔ
->�+�_�4��ɰ�*^��"V�͟�H�kW�qv�RW�_�@g��E0g1�P�v��oY8]�pl��"F�e�Z�+�@^̵�#�Z�QEZ�W�zt��mH[VT�
���`�\�}�[P��y
?^+��]�ҵr���0\�r-T-�_����mvsUÜ�4����Z�{��=�D���mԽy䲶��z�s�I���F?h������W؇��%cNkO��ɂ��ت]�m;\�K�B�tqtWp��;�0��9��K/G�f^��!��9��Qw>��3�C�/��$P8l�������b)��0�0�,u��:��#�X�"�.��Z.���0�0�d.���e'��K1�4��>�	�A��,�
�ߊб�K9��a�
6H!�(Ð�CnТ�Ŝ�<#d�:��6PX�P�+�lb��0`�&à�jC��b8����<��&�:��7P~С��0p� � )h`�QΝi��A+�
Nhc�F��Գ"j0FD*B@���?q���Qΰ�20��$B�"Ed8�TD�2�&��#�@�
:��Cs+���BI#�,�_��`�@�L@�2*��9�@�C?����;�N���WIf�ah����7�p����?��
�2B(��HD]A
3ل��)��tf��N�@r�
�I#(<���s���9M=E]�L��.�Çx�t\��F��A��K� ��Pb�@��	|�P)�dxAB���8`�K9զ���7`qGo|q렃�1c,eH�r����:�1��3��JNЀ�@��u�Q�`u��6ܔ��b:���@������x�*�
�P�
Oxo�]z�����5=��e쨅P���*5�@~�8���.��!��}�E�A�o�N1��<F�h��X0�6q���G���X5�,`�@��
UH� �	F<4�C����`["���fP!��p,(
,� "� �*�<����c�@�d`<�%���.G\��q��#
�G*�!���뀹;��޻���P�Aֳ������L��,�f��'2�	`C��v��,�K+���X�h�n�2(�+ ��p"�0(1�A*�d�4�*sP7/�+�3��.�D�(E9�0���`gh��ٸa�a~�(a8�Q�a|��¶�ŭ��%�9b�u��b��3��s�_�cH ܀$@���p�f�� �hG��cD%�i�<�8R��@q[�@�q��b@Gy�{BAI\a�@�r�«�;�!��D��Z��w c�X<��T؂7v�
J�=�I`�1d8����9ҏ0�iE��1́�X$@R� ��w�Ԓ+ۅg�"X�
�C��Մc��HfZA��8	�6�7�F4�D�S�g� aA0`q��Gge9II�a����-�i�9�!����0�Ir�s� �
X�s�� �ؘ}���@�#%1+q�{�U����Y�
vC'�-�mv�ߧ@�%{K.R�_�#C	�w�Œ^�� ���>�C��"�U���@�+���"�q�.l;t�H=�E1�1�/!�,�q�ؒr��b���]�c�c �M�YKŒ��IJ'��)h�u$C���E$���#-�28��^���Ci�;��_�6"��G�)�����mlJܡGoz!��Ǥ!�,&.BB�H�����!\Ȱ�Æ�
�{H��Ł뚱��Ǐ#��+�b�@��Hl/V�Vk��&C~��ڕk\�]���WϦт�t�R�+�.a��k\�>�
����Rk[���]����r�3\���"�4]=z�ت<�VS��~u��b�wq�f���W…*L��_�"WT��b\w�CW��ʔ:��k��
�����p�D�}�_t����+��[qU���Fo7[�
2+�*��b���z����^޻t�p�K��/c斥c��5B~!�A����2���*�0�EK1(!/�c�9��N<�-�@�<:��\Ip�6�bY��.���b8��4�.���q$�2��W)��K�%�Y�)��,!S�Ċp��A��/��bS=��әf��0S�0l���@�aU�g.��8ϙ&�1� ��CS�R0��G{8B�0�)�O6��wI6H�.��O-������
*���G��t�%�$�&0��������.¼&�,�,�P)��曕� 
 �4@00rĀA(�}�}�]2`%L8�-4L#�0b�,��@�
$�1�@6t0p���/�Ԃ�y�S�B����vp-$�C�p�7��C�+��n�1@�D�+δ2�@��B�AK!����,��@��C9D
�t�
,�
�lD;���[*�T2��:2A��9���:<}��6���c�A�ҏ��Ԏg�R�l�����7��k�aN�4��7��YA�����/�BN#r�2�L@�
&���o�Q|n(��?���`Ӎ����7�%Aq���0��C�7/����y�@�`�M7������$�/t� *J)��a n@��P<,��n
8'|1'�4{��M0�������z@�(o �C_����p0`�_1t�����np'�a
4���<�Y`���@���V�q9lH?���qخ���Pv�:$��+2�BVb\b��2pH�#K��&��5�ft�X'<���''�,CgX\�?�a�5y�˫�Ѩ�5��2
���]��C)��@r�}ĨhL	~�A
u �����jp�@hc�c-GqF\�D	heҏ9��'��}�Sd�|���C!Y�:� a"�A��4L:�?h"&00�CR�["���.~�@
�v���}-�`��xA�f��Q�%�(�0a��k &CY�ǁH �GB����d0���8^T�=�K48`اɠ�%`��4����QZa�_,HSm�ަ���4��	`8� 3�XG2:���q�:Бc���B��
v�>ر�b�.35΀ز����`�l{��
��>�q_(YJ,l��Zģ�XOz�#�Z�������d�#���
"�e��O�2��b#�< yLa`@�D��Ԑ��&�Dƌj��^��00����"��E0T�Ҥ(	I�N�v]|c��IC���d0��
B泋����G-�_|�E�K8֡�����
�SXqY�p� 0�*����E��p4�,%9<�3�|�+w)08�ծ�l��!O+�A��%�XDžWyaH����Ll�fp� %��������Ji
|�(�ͱGZa_X`6�PF��è@�i�.0��_�$!
3P$sؗ�a�*�S�@��1��V���8�D�N����nj�3�)��G =�HTF���У�RɎT���E=�9JTD{&ך-��H@!�,&-A@�H�����у��Ç#J�o�ŋ���,Y�yC�,�LW)]����r��x�p�����Z���y�_�e�x�B�+��>y*
�/��_�D
�k\���*-�*�*��iU��.]q�Z9vg�Uh��U*Ӷ"��3N�������kW��c�W8��)������U.�D��#[��kD]lCl��8��9�m����%��.v}6m�ra��|�ˆ+�f��=�ҡƋXd�����E��]ūׯ`Ǝ�[��}�1����vv���Z*F]��4�k��S 8��/��AY	d�;�$#La���H�]�+��"o�c�N<��9�(g�@��Y#
��TU�6�.���:�\':���W"e$D�TJO>)P�4YJ���h%��E�8�k���@�S�0��
0��9L�
�d9�a�D�@C�RN.{@aC6!F#���L�&�H�/��Q3gI�r��ʧ���A�*�F ��0@�Xy�.a��@���D��!�{C0�t0� �3�@B�
F9�T��{c)A����?�$�.S9��0` ��P��Z �@?�@� �p���PΆ0�s�?�d'�
�18+p���:�Cܠ�
���*ð��&�U1�FHP:�C	�K.��@,q���p��7������0��L����v9S�A��#D��Sʇ�00D�/�Q`��?�Ѓ�?����eZ]�"O+>�\�3��c�F�S&+b ��ud��NРC9�p��@h���ֆ��0�40��J7�`@�w���n�Fkd��(˰����N+�I��1��K.���
6M@��������a������`�ae��z�% ��#[�b>�݁
9���3�4� �&�tPE.9ʅ/<@�e�3��`2�-P-C�2X����g��.PA��?hZ�`���\��~��b���p�Ht�v��,:zӶ<�A,�� �{C�72 X@�Z�0�D��$�i�6# �����oPCz����"��B���B9��0�� ��nDP��X7�r�����p��B2�v�����ȚF"`a�����v"|Q���2ࣔZ@��SU�.
-dwCY���d@H:1�c�K�fJ�
`(K�+�BF2�%���2ʅv�&QF%b��̞!'�h���!�@C~���D\f�Yq�?�W>��"��K8�0�lZ�A� ��#V��H��|�+,�@��[ ���ŀ�Q�����E'�!`�B�"@8�T�S%�D���_|MK���<౎e�C.��*�V	(�r p�
�c<�z<��/��і���X�0L�(]l�	�#~ыJ�#�T�3vR<����F%(9`�,�H�d�ZF!��_#�`�>�8�єf��.�
^�d�!k��ACҔg��5�@�2V����@�ħ>
$*��EuZ��j<P�J�����B�X�0���x��p�H�jEk�s����:�6��#�s�h%��V�#��@�/��iIuuHO�q�D�0�5�K�tX>�G3�Q����G�ERZ���l���H;��~$��0A�%� բ��@�q��>A���a�w ��9�<�r	�(�3k�׬�`<X[e���U�E3t2��)>�F?Ȉ$�\�pFu��߁�k,�\q:���Z���!�,&,A@�H�����!\Ȱ�C���W���3jȎ�:SC�1�0\�p�� �ȗ���Ŋ��V0s.�W������`Y~:���L+]u�z�Ҥ����IPW8c�\^}�/@�UD
�J76'���-�׼�ڎ��9�"��S�6�w�C�5�շ����X��ch��U�a�Z�&suh�s�e�`5v����
˚�,��A��71�A��AS�_�uhWm,vN:f�b�O�]�V������$k��<\�U)S����W0aƎ�[&�ò��c�Θ��9�,4���*� �`�����A�\��@�L1��'�HB�c�@s钋��@�K8���P<�#L/�V+���82��S	4U�N3��8�.�5�
+��S�0�LI+�<�ʇ��
K�O1=
Ċ�e�H�0��aD6!#k%0��Hճ�/r�(��\��K9�� ,ʨ����S�Z�,VvF��*@����f�#�( 2�	�� ��X8
�F���I#�3P�����?�����L�\j[8��SO)�C��ì` G��B��C7����@��� ԋ<�j�O
�2L#�pt ��� ��9��
4ܐC�@�`�J���N-H�'9�0��'Tc�&r�#��
G8�=а�2�@�
��*��A�8,�|@���,���2�C7aFp�a�4���H1����20W��3�,�B��h0p���BQ�u�Q�pG���4�A��bN+�5�O���#�C�7�t�
h� �k�����7�
�4BZ�S��UUڙ�o7�\��6�@4D19�n�~�\��$�0DcJ�Ɇ�P�E�M�G�@�Eٝ�/ � o�@/౩�d'��	]T��
:b�@�X�rfЗR�/�m�s`D���C���~����r\PڳH 1�
�]�La��jS3P�6��wȝ@(��#����1d�Z��eBE9� �hPm:���;P!xj�n� �'�`�S̴#`0b��W��@�5��	kc�`�rx���I=�Q�c�&��P3v��?0���18*��kƂ�(�)�b���d:��r�k	� �Xꡛ�0)(b�B��e>��,��J�<a߄E)�(]`9!�0���
$"�0��PD�HJ= �^����+��Fq@т�F(�H���b,y�X�{,�`Y�=t�Q
	N  bCp�@�a�_ %)��z��$|f�a���P�(��<ӡ�cn2�N�#��$I�E)t�3J�AR`�`�_�Af�3p5�����iy�%�KP�R�ЁM��C%JK.�aI�$e�)��2QW��X�'(�+� {�	o�h��U(a�j�1V�,u�eG=:�V,���?���$�@�PG2�jĆHE�zɦ���q�#�x�12yɔ,�7�XF0PrI�@��/i�Lh�T�&�<z���=�BxQ��`��͇��\�V�$o���w��d�
e|��j���LA<e mG V��h��aD�D��luڋ�����[B�\�"�`�%��p�"��<�:�����h��e��@�wߒp�bPY�/�a�dd"\}�)B�������^"`���;�82�!��dy��UVbӈ��鎗!�,&,A@�H�����!\Ȱ�Å�j�'O ��3b�^1_����H�d�~���
`8^��3ISc�p�t�x,ǚ@���� �tA��nծ�{�SJ5��c�t4WU�g�h=�+Ј��…0�E�5����߻q��5l7W#�s�x9�7c�y���z�����t�ː�.x��D��rC\�,҃��h�~Ε�K2�]�PH�a���0˪�!�^��5K�n�v�Q�W�޿Z�f����XITV�ܮ�/^�|�V�عx
1��ܢ������J�.T�`�ʥU1^����/�I�G��O;��v�2�0�@0�L)��'�eޭ���]$�@�4�Lb���C�3F��#!*��_K-��a���9�@h_O=4L%( �\ E�01���>�$#�.l��.����b�!�)А�
8��`��0� �K8�S�@��`�a�S��?�P)?ࠁ�{�+��I�3j�#B���
+�
�+��@2�í:��
�q��|Z�Z���@=eD�0��jv�C��@
=�j�
?ܰ+�2�ɩ��rN+��ڛ���1���#a���7��G���7!�6�*��ԃ A�4z+�!@ 
�L�
9�����uܱ����V:BN)OcJ���FB��'��#�|�3_9F�B��rq�P�����AP��e��lP�IȇYO�K9��19@�Q�\�u�\�.sK���]:���5A쬄P91L.��]^ymr@��jF�P׍��Z�����L���D��tPBxj��I�?����t�q���TRhF� c*e���V7�l��.�PL�#�Fa^�����O*�1�::	6�v���
6a�
~���9d��Ӻ�����;Q�x�@�.Ž���^l	7�mp�l�(0F ��[����  ���2��x�eb�P/�Q�)�"M	�D�
�����l�M @(jRs�C1����0H�P@��w'��{u�B��w\��*I�Z��xH ���0�,	 ��v��8N���^f�H"(�
�3|�S F���(�2`Z�n@�}	dW����ȃ)E9� ��`^���2K��!R0��c6Jɍ2ZT��
cA4^
+���U0�i!jъzT%Yю*=a�j���`�8"�SD�&�4�TE]�*�!�#`��r���& ������ [`+�?��F�tg;�Qe)�p�V�bx�)�h��(�r�X��#�}R�W*@j��Z8�X���J���\�Y�/T R�E;F��6��$!ʋ���:�G�0�P�_��
@8B��T䑰��Av2��J&C3��e�_Ȣt$��9z����M��_���U�g��.�Q�e�(�E��좭ZQ�#á�4�3���8Va�Ьb�X�CP�׌$���Ew��f���8�/�Zт�g�HJ3�q�u��#�`������G3����� �
G�J��4�C��[
�t(�t
�N+ޑ�	�}y�:|B��4&'i��.\R��ñϱ
J���b��T��M/�J����A�!��%���nպ��.��JA�"�<�=���s�"ac]�I?Z�]	dt$*��1|ۤHd���^���������g�k�Sn$j������If���-�$��A!�,&+@A�H������;Ȱ�Ç#J�H�?S͔1�U��ǁ��*�kU/gSJ���]�x�5/@=�8
�t�j+����IT ����7PW�uE�^�e�篅QU�����\�fʼnL�O�����<_����:T]Ϲl���p-ވ��
��!տ6õK�2��QԵ�&d��=ەK�C���KE��T���Zk�)��+՘b2x���'O�<S���-PX�Y��J�
&l|q��W0b„3v�M���3[b�aq"@�z(+I�.c� �:��=�J.�@��@2�ЀH1,_�K8�pTD���L10PD�`�,��9�'��`�]���B�3�N\:4.�#	��
:��
RA�3�W.���A��rN0�$P�
)�J)�“=��C?�yÓX�1�@���l����1����8�8��CG��J9R DQ�@��R�p�4p%���<6
�LZ��*iꂊ���Cq��\`���D� ���4c�@q5�*��r5�+���,
��ut��TF��l2:�@ßqg=�K9�x",�(g_)�
@7�@�k��Fo�AĔ+�@�6�j�$�'F0�6PBP\�!Y����n�a2���,��O*�0�@_��e/y��কG\�FAÜ8�B+;
�C��8R�0�P��&��������7A0�F���Q@A=�t��4�'��BΞi���� -p�Q,}'�ҐH��0�1+?����@�@u`���栃HP�M�+#��0R�Qc���
,���\)��1�s�x�k�a��s�-sdAeS�7�\s�6�$
S�f
c�Pz�����t� @
H��p�V��?��@��
p��F��'�<�uR���.(�N	@J�x��6��
\c�8ẃ}�4�HP�(9�N������K�ni�9��.���Q�Њ4���(`�@,��r^q@H�_Eҡ�DX^��&�V�&@��"���28@r�[I�q��!H�� X!��%��t�RО>��#GᇗpQ���b���i� �ԐM�P��h���!��K��"��@�@�iL���E ����
h�D@|'�a0�!-LC ѐ5nA31��q��3�� 	fN��X�U� �'�a�ld��yW%p_��{�Dh����$�.�*jD�q	�G��1 ��G<F��	y�F@ ����L�c��G)	��*Bʎ���h�6(��#b��?$ӑ��I�0�V���b��%MM�?�AU�0�H�X�*J1�p K�xG=����X��pG
-#'���K�#1f cKC$���"uH�zA���<��E<p��+�=�S�u���22�Km	�(�s^�"� 0���d|5-���@3T��DϨG2�B���K �X�?j��t㣺ȮA�ۑ�<�TY�.J!�Q�?�f+��b�1��l���wl�3��2�.����QM-�a�^�bH�XE1���D��
�/�B�&ʢ��/�a
�Ǿ�
�9j�;$5	I�?�17��Ѕ?�ҋ��"��oc;�u��0�f�ۖZ��9iE;��]�#��?���'���RQ
�	!�,&+A@�H��A����G�Ç#J,�o�ŋ���O�_��eI�`?a�V	�5��K�	��ۥ�@a�^�h��w

ЯV�]�l��Чd��u�T����u`<XT:\�u$���Q}�k^Y�V�FL��b�g��B�J��Ĵ`%��w�^(���f-`�Dd[�4X��g��^L7�p�>5J�X�$��P���M�xb�x��z����T$���_��/�k��b�8m0�E8NL `̲e�^қW^.�m�
�k?��Сȏ0!��Y��\.��̫�2�h�C7 ��?�`�_�S
l�5Y�4s/�2N. nr��^=��C��0�Hd�@����0���JkXJ9R�4�pC4��?������I�@<͘�K8�|ȣD&0@{��DG(���@h����;���@�p�e����0{�@�@�w�Q@�`�2�aV
��9���X��.�CI�D�w��jf����
@Lg�eA6,{>�J�D��.���`"u��lk�Aő���T�2�+�3L.��T.�4B�mA���Fo��Û�
PC���f
p�A�C;��(p��NܱF�:��E���/S
# �q|wP��cIЀ�G�A1��:A�P��@�,#�Q�#@�*�h�"
��
`1�Oj����#� .0��+�$&�8a��,41��މPp�@�E�d���3�.�zЎ���@~@����E��ށE	*	@	�D� �.薭�����E@��!��`bT�h�����J�?�I���R�*�p�͟��(�a�!�D������/��@=5������5ش�MS�!.�G;<2��O�zoJR�T$�w1�%�m�p�@P�c�	X�#^'�G���۬� �X�"Rsx�x�E��M�!�`�:��Z��6w8�!�q�r�6'��r�>\�����TQ C��.�P\�O�@��IHc�d���+�E~ύ� �X"�8���@��I<�T�%��L@$�
Ї�]$5�XA����xD'��8��	N�X�6@P�K�/#
�G3�TV�
1
i@�x� �1���@^06��VA�EfČ�+(@'�1�W����(���VX�]#IC�q�:��—�`D5�APRX�9�0���&#��
Kj�$1rHfXQ`���F96�O�����f��*}H.4��0�Ch���9��3���\� 	�E&aK�X�t�2��0��0F2Сg��J2��a9�G\��.b����}$	.�H�\�bt��K sT���j���)��!Șkq�”?��;��Y^R�@9� ���9> V�� w�aGҏz,c�*��V�Q�~�#�������(;�q��eX%(��G:�����8�xIQ֡2�D��H�Ih��`F1r!�O�1z�?�a8�����F��
x,c�)�lȢ���s	/���H��`�9|A^�g�$��/xԫb�����)ڱy�#��G-��ؕ`�%�B�a!��co.YU9��_�C�%�R�\r�c�p�[�2�#�@F_.엉�h2�-2��a%$ !�,&*D@�H�����!\Ȱ�Ç���ċ3���)� C�`ٮq�|���Bf����׳�8N6N׸4�%�I��v�$H]ѧ���`�w����`ZqB����σ�²T�n/�a'
;�p_�[M�`ͪ� �0TA�Z����0��z����Q`d�ź>�%���vT$(����{s�}F�1��&54@@@4�s�tV��/�"@�@t�!���R�b̵+�u���@A�9n�N��k�|��CV�V�Ϗ���=�w7L��^�0��.I�R�pD9��C�*�	jD�@�y�~�lr�,�4�@C���\��P��2���J�R�
, �7�r�b)D<�Ë}���0{�?�u��0�!��?AÎ2��.J�I�E��YN.�U
G�Q�oԡƆ�`��h�,� �KL��� �B0��"���
X��ƣ�rAë@�0�W
Ġ1�fH��ɪTȅ�`ƣ�F�F7dH-h�,��P)�BN)F�Q��En��wQ�
d0Ў��֠
L9�'CB@%q0�$w��l���F1�y$�Qd��*5bDF82�C���' 0� �p0�sG0mu�q��0��$���2N.6@�
(C��SΪX<��#Ep«\�!�u! 
P���<LH�	9�@q�'&�0q���"����-J��F
'�9t��C�#Gb��0�|�AK�w("�!�� @�4�D�'�u�Z���#\�.$��_C��c�IL��(b
�G�G@�C5�0�u�O۹�70� ��t�PՌ��"�`�!���^�^�V����L�)H%6�Vtc���[h���h�A�C�t�����h=t��Av�X�� �7�q���b(	G�\� @�!!��Opk0�	�\T-���e"��hF $7Z��n���/T�b(c��D��nt[3Cؕ�!M�z�e�0fQ�7�AG�����?�A�>� ��>E(����ZU
��0S	"3;�8��@����h`Cx@�L8��$���T�H0��8��OȈE�q�?di �\�,�`!pAz	� "���J�� Xx�9DK�h`AXQ�`@�0
iԳA�/{��0A
	8�.ъV|�$��Df�w#��`�@\ 
�H#���5��F����1�<#��iE(j���|dل
>�Y�B Ө�7��I#p�#l0d�8QCrQ�RX�P��(2�B�b�H����Z؂�-�I:�x�R��9H�SQB�
��T���+~"C�	
���!Rz��(��I[�Bd��&�P�I�Ҍ��Di���*�]�
J%aN�B����	�`�Җ�,
%���/�1"���#��DFӢ,I
g9ۓ�D�H�S��1dT0�3�a��GTI�/dQې�I�P�Av�e ��`�P����X�RK�Aօ�D ��3��6��E<r"�d8� ���1:3��F!�|�2��Y�&�)�`�{�.dD�aG2@	�p�B���D#ށ�"��y�](2�u�˰KQ�ѯ��x-D�dP�>E*�m13X2����%
}@�b��/b	�:N(�d��81E:��0/�13B!�,%*GA�H������;Ȱ�ÇB���ŋe1K�.Ə %p�kU8p�B�\I1X��)}�ZI��Bv�t�"xLa͟�`e�У)�uP<�P�[�PXT����j(�jM���rc(���^M�l�Ά��UlU�"�V^��"�pUχxHB�4j��`�iD������2pPF``���Vd��a�V�
��AC�5�6�k\E��	B�V�P4�����	Jx����]��Wb@
"4z��qC�/����k�[���Cv옱����D`���@~%�g���ES)�P�)� P(�4�%*-�P2�]d[�t�0&P
?�p�
=А�}ݑ $QB9�M��2�7�p�fp�w�`@��4�`�<�$L�!��0q0�|@Qǘu�Q�@�@���@����/T���PR�\0v\���crA�
?�0�
O3���V*m9L.�x�A\��e�f*(�Gl��PX�A�0SLJ��E�J�0�0 ���a@�!�u�qA���@n�0��k�WD[�ѣ# �#��e�\4(�fl�C���@�B+�t�m��1C��q� ���7`1j�u��
?�l	3�8�L��`ɐ
\zf<"� �D@����r��H�'P<�9T
9�|�A��0u�
9�P2�
$An���A�&Rq��kd:(�D��@<���+b@6l:¶
�E)0H�� ���%r���DL��	�K�*n32L9��aC�
1�~(�!���#f�c�Npzġʊ���ݍ�
,����N���#�7菤 �@��
��C4�]=4#UD��
�>��R5�@�
�('�@a54�R^C�ӻ*#�!���G`AD2�@���AgYC��	J�����6|�
^����,��\p"0x�!
B>A�IN@�$�c�C��p`�<�FA��Q��l/��E2�q	�����&�A��e�d��I<�<`
s4���6��`,#�@G��I�$P� � E���#��;�20	�f~
I�0��b|ȀRq�D�@�0	H<Bt�B` ��23"r@pS��IH<����an3+x�J�d��@X <���^0�.�!�h�gp��,�6ճ�0�У���^����� �1��<�.��>ɦ�͏؅�YZ�N$�h%��r�@r�\9�0�'�2-�iF�1�y�� ��@�H�x�+H�
�y���#�dç>��#j�rB8�4^!�S��� 
*tQ
�23��W��bG6�
` 1d@d�'��
�@^���: �r���$���dL�'^�	DD���Ԇ���/�1�x�,@!�*t�X^��h�W֊������0c�� �Մ�[I�.|1F�,D9�%b�֮52HIH�W���$cPI���b�$LY-Aj�}ԃF@i��"Ze���0�����{�B��M-Dz!���c�@�/\1DvoJ.DvQ�bxDJ��,�)�����Ei�Ҍ�d+�8Ǫ�[�~���H�1n\����Q�1��좻A�|�a�¹P��
���#��VC&Ï��SϐE�;�P%��Ȍ�*���C��Ew���Z��.^i�1�:a��?Y�<��]�C�PJ+�}d9*�0ۗ�J��� !�,&*H?�H��A��*\Ȱ�Æ�j=�H���fƄ�e��G���`W��(S`��`�Tʜ�/��������a����I� ����"Yp׳�E�@Wjԫ
�ȵ�f�V��j��/V��^�3@��5��J���9 (�b�@�D�M461Կ%zLP@@�K$�'�W�W�k��0�d��C�	��_�uA'�z@*B×��CǍ:��P@R��2����WM���A�e�@r�С=(�����"�}��{6
^�v��H�G�9z��A��n�$�3su�/��2R.�L�@7� �v�) @�}�2*�,���F��v�?��
A�\�|�.[�X�
� �	@�p�o�qD���I�mŃNl)钋.`F�cw�q�G��
@�06�\�0S/)�*�B
a	a��Doԑ�M�pP�:�X%���B�0�pj�0@��)�@E�Q��NT��G4���0�s�e�K9��!�_��"�<�"��@o$�
��_�
��2�0קJ�����~2�"o�AN��hk�a�/��W7P<�C\M�K.�`�0r�n<"� ���	�h�kpwC��a��2Q)[�#"��R��QN.#��"P�$) &g�{�o9���$$�/�
0�B	�P<�B�LI·2�#\�;Z���1-~?��_���0����6PB����%�P�"�$H���z�
GPGD���0����`��0r0�b@<2�+�a�!�$vŐ!�E�DX��w�1�/�C��RN�8"0X6���1ŇS|D�p������	0|�=pA�}A��=v��v߅@�_���B���
i�C�е�P����D܇D����ȃ0�A�b�o�L!���ӌ�7� a�!Q9Ȁ4������f3�[.�Ul����7�P�VX
-��=x �:(Bz��`�t=� d@�@/v�WA�qx�h+�Q��
U@
���8~��u�C��51)�K�x�$��A���#�@�9�BJ
i�W��olc��.8q�u�#�GB�`G��"9	E�o�p� ` zIJ��Kd�!찌��H(D(l��K�	@
p�N�A
D�4Bp^��0�!��EX�2��C0��*���G�R��o�(0�)ô�M�Q�����`�>/���BF�(H!��ѩ�	 R�HiJ�RHv$4��W�xA��,HQ
N
�SL@6A	>�H KB'#�z,� �@`�hD����4�1�bO�p�,R��T�����b 5NA
R�B����
����d��,���0p!�MU� #�0T1�Q��('a������oDd�/ԑ��\�5�9�Aې�b�H��r��Ĉ�1�1�H%�EQ�rH�Q�X�.X��U�#��kN�Z�x�!��-V�k[�)w���/�aܙԄ��Q2��U(�Q�:�О �"�h�j����}Wsq	��"��:��
4Z�~�7�pf����uWa�����*�kw<�"WA/C,���0��P�a�p�*�e�/̐�|��8F2xܓ-� <2�>,�z�X"�(oOj{��B�#>��i/�p�9�XG�]�H�*�Jl���y$���X1x�+���P�G<܌�!�,'*I@�H�����*\Ȱ�C��ʓ���ŋ�xf��b�0�	�V�^��
��˗��ۥk�@a�`괘PX]�ෳ(Cx��*�-�p@�
�ת^-�5���*ց�j��5n�R��%�$�VN��*L*�m(aG`(���j�+�E���`A�j�}��߯\�تs�h��� �}��ٸ\/s��4��q��sRqY���

Qc�V�ZI @��7zd����a;��5��>��l���6
9�CǏ�l��+��3̠��2�(�L2�d��9�G�v?�0��]DT3�a�*���a8���8(��!�@�&Po�m��Kǐ��.��J96����CG�����C8�FPO��8.q9ΏL@�%Q�u�i�@9����W�N`;�Rpp�#T���i��FXР'�D�T�@��/\��*��Š'����(…��@o���pjV6�O,�]#�R0�pG�(R�E��N�
��B�^*�k�'+�l�D� �� �"H�@hu�Z�'!7dg��0q,ց
� {���0D���d�?���nD�[+�>�
0��%唃N@2�!�<�D�:pm��*�$P��Ë@/̯up����"� �*[�=��@�V[�'��TD..����
���#D0<2���
Ɋ)�p�@w��}@�@~���
r�@��<49|	��;P���4\pq
?�
����)CII�r0"��:��@���s�)�	+
7�@�n*P[���%C�C��>�'|������	 �=�8��@P:�YH�\�")�p���hl!�����7����x@�Ar,o!� G%p�"^~�D@����@�$��DbFR�vэn|� @�PV�N��S� /xQ���x��/
3�vai��6�!�$��&�E2�q��M�k�!��<E(��#$��$4$@���H�)����b@�l�B�x�c��)aX	 a�R=��!�/'� h�@S
A�cAf�Up��`�(�Y�#�x�$^ �a!�n�zp�Xy@���mH�$��H�h�q�B� ����H��P�ń0/��&6����		(�.����H�@t��(C dDb�0��3�!��@� �8@%�C�V���G(TJ���o4��6q�43A(�!�@}�Y �r�BO@M-��P�*�%��B�!��� ��F5��
]t���EQЁ,r�\JS���h��U_�Y���b��E.)X4���YD� ��#�A��V#�F5��rPb�a����K�0B;I��'�� E�B��Td�s��.JY��c�݈g�R�]�<�u�Tj��U�1��حRp��p��X�W���`%��y�X�NJyF/,�[]�B�Յr��x�!�3�q�`��D�]�*�*�Z��ͥ3��6�W!ȐJB�[Z���Œ@��e���ox��^w���@xY�I��(��Š��Kш<�k�]|0�5H=���9=���EY��֞���3`�<U?�`G;6뒄̸�AF�/�ch�x�R1���'c$!fV�?��y!���J<�,Y�+�HF0���;�i�sQx,�!�,')KA�H��A����;Ȱ�Ç#X(��ŋ�s��Ǐ�`�K�*b S�@/@3p��
�+�ʛ��E�Ο�x�+@L��*5���*^�-�:�XÚ+C���U�ZK���%s���$]
hKv�f*���
l�"��Re�x:L���,  !�8E
+���z����AǏ48`�+�g��j}"��:n|N`@�+���1iˌZ��f�#�9���`�_����XT���"����L
n����*5���"փ�晚7qb 7z�a<Ǐ	��G��Qj��c�1�#1���/{��P
:p@7('�+�3�E�
�{�2��q'��\ql!Z @iZ�J)�R�.���0	�,�pDT�AD��peQ?=3N.7�X�p��#@��X��u����@[^>DQ�03H�Ph�PA����4�`�t�
?���m�1�@�4c�.��
.�L)�lrU@�"� �p?pQ�@t����]a�C�S�@JT�0�8�H%x�N<� �rܠkn�1gq!� ��$O:��N{�$[ъ����h�0BE@2�!��481�G� �ӧ@���L/?�K� �P�"H���$8p�v���`g	�2�*���,�A4��Q�@B��#��;�!���:D��kqg= �@`��3C��0�@��0�P�.���2�@ؖ|�h4�+�\�"�3�5Y�I�R���C1�Q�Q����,$�j�8���7̕3��t����!���a��]�GD�FP�I#` �C�́!b� ����g^���OD����
�.�
#���P�O+2�"
 	n�xH{FЁa�"���`��rA��!�%�87 m^� ��bFb�V�1d�0F����O ��C�D��@����A�a��@vQ7��эQf G)&`l9m��b���5M��8m�
4�;v�C�A���-}ݸA�t������L�A4�n�P�'E��
\��X��	�1�+�
ъ�D=4���\�����1���lf�Iv9a'��4)P����>�E�iƱ�nt����L���$h��@ �(�LB�@к%؁��J1k�ȃУ%��IvI١�<���$� �@0�`_�#8���Zl�I`�K�Z��b�i��� � �C9�W�r4B(G9(8`-��`�0���c2�#�8P���r^�40
ixF.��qt@c�
�%tp*�XFC�� ��(�1�iX�l4��D
�KAZ
;��Jؠu��,^!
Rd#�H).r�MHAS��F���K�&�q�j���9�
]X=��u �2�t=�0�F&���(:l1�
D�h�AT[�ƲB��GX�"��Re�G1�1���T��k{����G��(J�B�߲V)E1�v��}�"� �ge��Ne,�`��
^��!��2�r\�Ă�H�/��w�bl��O>���<� �Fw�v,%�5o	 ݾBq
�i�Ѕ�O ��:��ƫ�̐l+��tD$��3DU�����?������c�G71~���B�0�q���(�nR#��")6�i���$c��G-����(���.-�)�-o��e3���e����v#�sγ�W"���"!�,%)NA�H��A���;Ȱ�Ç#�'��ŋ�Ql�L�<� CV4el��_�D�\YY]�v�%/@B�8/ʓɊ���@-���ಠH&;�+;�8�	%5��z���+J�h��*��X�ԱV�5mXle���lذ��طIс{�,�P�% @�Ԙ��Ձ|{i0	=dp �fqPy�"�zf�b�z%��#� )��s�*��al���=����h�<gq)A����:���T��
��s�9DՕu���.E���0����u���ʅ�pU�.���<����;�8�N,������C7А�:��
8��y!1,��/���,���K)����L@��9�Ex����1��B�ಞE��dE�0&�� 
�!wԱn"���>�`�E���I���K�x�:�Dn�e���$w�B��*�C'"�"@�u��u`��
@� �U_;��R)��
���p� �(B28�'�u�� ��VCA'<���H��L9���裏"� �� �	�
�iG�PD�s=�N1���*9�0"`l�h0(2k��t���QG��@�<3�,�,9��@��@,T+�@�(r��E�G�k�ع���1����%�4�1��4ȝ��0�jz0
Q) ���1�\DtR0���HJ�!����D��f��3l,�2�@��+�`��ĉ��Фxp�
X�q9��@h�[CΒ#�1HAI9�	��x-P�
���A�G�
��@OE��'#p���;0�x��"
=�,�����bhA���`@�n�B��hD�CT��f`@��jb
�QDR�G�4E+���y%�!���Y�E@h��e}h��,����J�$f���!Y�DE!���
`^3��e�HS�0`l�!�X�ݠ5 � �!���/}=B��D�����1�A��0��F��
5�(MYVPq�H���� �(�Z=����p5p�8Hs�$&~
IG�.W�a� {)�*�!�� �$�(G~��
f�BX@���(P�(�
�)�Cj"F�pC �x�/�AKc c절$6�H΀N�#&`���%���I\���G����jLY�*�Q	Hq ��z��0���p�6B@(ZAͩL0"�8�C��:���M��Y��bb�#va�� �%���`�e��D�B{�XA+X����0�5r�#6a;�@/��@��J��w�� ��D#rP+P��\��F���(p	�T ��A(с��¨8E6�8��B`6�'I��(�P��E#���)��7�����(6����QCl��lX��Ȇ.����7A,A*�X8o�sQ�t��z��)k�6�&��cmRr�\�8��FjW������JSn��V�r�ZD��S�6+	��`�\\���}mEza_��6�mb�#�H��<�a�_��IH0���B7r-�L��\����F��DH��)F8�K\0G Ҥ�@��t�O�I���$�iC��
�#4!�NO���� �(vRT�*���2���2i�1)�>.Bcux �3Ƃ�Bz��Y�V��#�ҵrj��*-�X �P�K�L�2�d�fnH@!�,')MA�H��A��*\Ȱ�Ç#J�HQ^3e��Q��";_}��H����~��5��>�0'��nK��bꌨ,���
�j�Г��yt�?����:3Ӧ����	�KS[M��b[]0�CL�����:�jU�J$X�P��$�:=l����>e�A$��%	-��q@3�o��}8��@H���Ltx=$&�q;�1�����kҘDs���F?�V;G ?r�ԑC�����($D^��=��M�3� ������<�=���O��3��:�0��2�$��9g�u���e7�P�
@X ���ő2�P��.3�@)�0b��%2 "k���x:��
.R�0钋��T	�.�|�w(��!�p�up�Zy?4�a�=�O����8�[��H��f�AfQ���
D�0�sA��@̄C'I��2h�"~�H�F��ay�)�B-m6d�:���Q)�B�.�0�����1��Dfe9j�
;渗�F�S�0�0��F�*�"b�!~�@�
Df�=DHҢAz�o?]5Q9�0�(đ���2�!��&w��w`!��@HAo
�:���SIÈ!@#�|�!"$G�w��u`A�k@\�b�1c�YMJQ)��1@�X����0�	��(puL|�%b,��LD��P.�`p�0���KQ'|�!���	!���k�Ƴ��]dA�J9�jk�C(��.��-�#\��Xpq���eY��
*R�Ё
�0mC������!�+�#��F�
7��k��Nn�|@�:dk)�� �!uP�@�_��@��2�&0��0�
A����H�b��NЀ��3�X%�P]CF��[a�(�pEDa�P��9x��p8��-t#��r8"��� 1CAo�x�`���@
��U�I�h
�/�T��	Ć��շr��I<bP��`���N	Z�@dD_C�ҍm�EcJ�T�; "�ĸ�H\1�~���p�����$ ~��Q:��G�)F:Zq	dE��'�"h��–�8+@���I\b3@St ҍCC�H�2ԡ���@�E*؀
�0�,��G-�5��8d�Q�7��G���%�PF
D��@���T"Qi�)���%Si7��].d��@	V��
� 'C��A�a�#ʑ�-@K=��͎�$��E)�8>�	��� �� �'t�
]x"W`x�O ̉�I�\L�n0
1
��b���2��3���N�y�j�"���4�
j(��#��0@$�)�<J-����<�@ 2
jX�PH.r�
�)*gH+���� �ٰF6.;9����(E3Z���
��0�A�b�lvA�[HV�AY2���A#L(����$�=hz!��6�P��nsҦ<�P�mS���>v"�]\GYz���jW#�p�����A|�c�id�
�*��b�3΁8���#�8H�;�)4�Јis␟ C,r��>bq�_0h��Hr��/�A�(�L���v���	�V�u�cM��A��1��G:|F�6#S�/J�,zT�$�h�:lڙY71�<6����	I&iܳ0�VV6�T�e��#�M��/�f#�".n����� !�,')NA�H�����*\Ȱ�Ç#J�Hq`���![&��Ǐ��*5ȓ'�'0������f�~�xI�\6�B4 �A�B����U��e�
��3��.��7S(Nv�������K5p�CR�Z��*���&`K\�@�9����D���#�H�ڔ��a:�\��0!�
7��x�I+�'Յ3JW��X�ȑ��	ة�d��][�@A�4��X���`�X;D6��A���
`jC�&�1x��MA�i�ZY)Hb��4n���3����LEͨ�:�(��9�S�0�S	$a��q�X��m?�P\�+��@�TK�0@�(R$��Dw��
��& ��KE��KU�TVԋ{��$~@��}?pQ�u��a9a���'�u���\L�!���j��XԦ���Dˀ���R�x�ɜ�(R�
a�@o���`�@	fBO3�8�Q.� �<�ƣ�r� �4@
f�1������>�ÓG���&��LP0���1� �<Z�eQ|�� I-�Ď9d��+䀁`�'L���T�p�n�Q@�ƁvМA�,�M�C#|�
0��d�!��A�9�QGo�{m�0oŃN1j`jA�HT��Q�0c�@�,4�!�l{ķu��Cy"��?�c��
].93�(��I�
CC��L��s!���Q�SB�dT�#�z2B;8$���V�
=�cⰻ
C�
00�D;:%PDK?R�:��+�6`=���� D���I�I<��C�����@9��p��#��I9CCaD�D��$�Dd��h`�x��G�W`-б�P�'��RU��
�Dd�I�9 �� ��\�7�p.`��$)"�8��D��D��w:=�Q��@��@�&򽁰�~����h@�!��%E����#�?�A
\pBN@�G@<"�F��6��#l�
��%��wpC��h@ȣ@��
��OxBĐX)�
��zf5���@�;���6E�I`����%���x`+�•a�fE�N�����bF:�q�V\!w�A蕻cS�q�4�L1H+��t-�GZ��
UT� !p�B4�H��#���80��`���(AC�a���Є�(�C@�
d 7{H�1�a�F���QH�O� h&v� ��A\�@�!`%@����b�:_���c&�Q�0� J�D � �)*�H����`���� �]�;&�\T� �)��TDT�0S+��y�� 
���*�Sl�`$c`��q��rd%�G2�d��Q�*3V�d棲4�Q��Bd���u�*�ղ��,��3�v@&�%�6�R�sdV&D!k]}��z%�ǘ�h-CY���6";�{�\��@�'DJ�t���P,f+]�#�>�-o`y(��0F/p\�C���s����� ��MZ���C�8$�x^��!@B��Ж��({�����'�x�Bxq��^� �U|}!g�P!�xB��ւ��J{)���X"��,AJ\�x"�x���Ž��8��F��{�<C0=�l=ց�u��Hʋ����!�,%)QA�H�����*\Ȱ�Ç#J�H�a�cƔU��Q"����ױ�I�	Յӥk��Z'crL`WA�2	���^��a��`3�����Q�Xd��i�+C�HJ�_��6�;��տ'���_-�@�9=���)X�0 ��z2��5� �v���l�+�]���	���9r���pLtZέ�*�]h|�CG�l1�1�ܰm��_�~�!	��@ oؾ[R�����(7�<�Kkq�
`+9�"���X��9��0��Iv�)��OV<x��N�	p@D=�6P�
p�IˀC�9ʘ�Q1��/��0���<B"8f�Q��7��e�T�F���j���&�C~@��-b!�QܐC��m`�<�ld.��BT�8�@E � ��@����A���Y@"���:5��81���1@D��o�
=�@	\�E�p�
+�xIP��@��*��Fա��� /�7�(�$E�S0��fLb�"��0���q���@�C�,�3�*�T�0�P"G�CNR��"$E0�Ep6�
4�@����:�d�T�M�&( #8E�q� �(�,(�w8!e?�)Ik�sa��-E�n2��4"�� H4�!�h�\�����Y!9��0N��#x�C��1�	&*�S�w�\ЮI�8�4TT)�&�l�A38Tj�,f<�;c�"'3�'��c6C�Hu�E���Ώ�&�3>�þ���P<�9��p�z�P9���8� �8t� UO?�6PU&�q�DF0�NGtAYLT�� �5�0��M4���`���0�s�.( �{��[�c��
�����C�FpE8g~0Dp�I�@`A|t05Y��@�n�N!���*�$��ؙ�P�R)"E��$�Aܡ"H�&��P�_bH:�xA��	�	�E�
�R�L����)b��x$a�;�Q�80�e 
K&���ȣ!|p��
mD)��@x�h�a c�
Հ'���P�����O�q	I�"9A<H:��k���@�X���]��VJ�xdpI\�.fQHKb�m|�P�:���H�<P��`6�.��K��-�x�@�Z��;	�7��^xC {P��vJ�/(@�)�F��� 0�p� }(Ff�Lb� �q)�
d�`�8p��R���������aC�f� $xp������$���+ƒ�4��B�8�`����U�Cbx��`�3��A����ɧB~ĊrpR z��@��2��?�@��\�mȰE+�"��@�S-�*�y�aD$*�E]
�W��"mYD�q���Y�_|DZ�2�N��pϱ��fv�
ȒS��=(.�q�f�		,"2[��868�H��Q�"*�o�+r�Ὲ��8FY[ۅ��*��-D������p������X���u �x3���I����`1ؐ\�8	�@j��u�CW�)/��ߺ6c��E;r��b��HIn���-��
1�Wƪ��O�9FR
,���8�i���@A�Gv��e�Ȅm������qaN,���	!�,')OA�H��A��j\Ȱ�Ç#J�H��@�)+&,�<� C>��`0Y"S��ܮ��lX��L���4x.@��k�T��^�
�•h�V�(�	4VCx@�J��A�4��<��ᯛQ`��%.���R�Ý+CQpB8��OlHz��
�ԩ�Kp�#Ǐ$H�K�"Fu^:.(IB�2~�q��Tt�l�������[jͮhW���?De�@�?*�f
�ƀ��G�L�D\������(N[����E	 7��q�Kp�l���y��<쬓N3��3D�1I|Ew�� ���E��Q0����.����*��Cr�#GD�upqC9��QH%Y��B/�2B)(r� �8��Q4�P���E��w�M��.��aR�Q�A3<b�!�<�G�Q�@nq�t$ �y5�P�0@��!���GT�wDqC:��c���b�*���{TŢ
r�
�@���Q��x�O�F9s�Y �R�@�S
Apq���0�j�1�@��
�Q<̨4.q!���(�$���s"`qg�o�#k��)��lJ|:�����!q�!@G@i�z�fP2�TfJ������ �
-��`�@j`��8
���*�t����

� �<t�V��j7������0�x�0� �j��#�*�Р�N�ked��J549�8��Drlbl#�&!ѫ�81��M=P8�%���T�<]?�n�@��$�$�K)�Ė�`�aC1��.�` ��"����!�,��q@:�8Kr����Dq˥�"X@
D�W�S�7t3d�;�R9P`�Q�1@�B�R�#,��4� ;�"�؜@�ԟ��fPD�'�O��Ha��7��
E�`����CR��R��T�O�~� ��8�"1�GLB������"��@��  hA	|@���� ����
5
g�:j��@8���PE���["�`WHC$q�P��<��Y�_�"~��2b�� B@�[��2�H�5@��0��b.��2��l� �AHu�|�#�x!T�RJ�b0� �J����H"��V@�*��Ey&� � @�)	;\�+0�1v�sl&8�).��g"��2�����\H)r;X��d%��@݀)`����c'�,H%Z<$�@�"��b��@�%��6`Ơ2���2��B�
r�B���DaJ}� >��@>����!��0�1|چ
iĊB�jH�;��G-�ET���1��:(��N$`eH����		�JN\ ���"{
@��
S��3�0�^����Prw��:��bĖ�M+D�Cظ*�"�aL.Bː1a��D=�D��vl�~�)iA^Ž����2�S�x���8����dX�k�"�[��o �`�2�ы��bHޡ�^����c�?��m|k� ����+F&�_�ì
�m+ށ�e0c�
{򑈼�K�-LsR[��D�{E�3��u3upj#a��b��n���X8cãA0���7$ !�,')PA�H��A���Џ��#J�H�`Š3j��/��c�~�����Ɍ�v$f�˗���K�a��V-���UpY~@	�Z`i��;��PԂ��ع�^����:���O�`H�V��vD��hA��~��"@"� �+P~��:{����À���l7�jD�yM����7r�"@�qOvdVJ�b��J0�D,�~��g�%Q���s�P��?�&M%�ȋbǜL%���ǀ@n�C0���hLa-�ShK) ���j?hP�O'���2��O<ϴ�N,頳�2�c���"�� �i�����E\I7m$L0��‹.��ң@���Lp�#~<�@��X���t
 �u%��N����X��C��!~L��yQ���w�?��p���8&��'��I���!�"�#Ep�Q�Щ�^_�e��Y�D��"�!~@B�`ᤤoAj?��%�a4O1�jt\�4@Nd�"u�@��YG7L� ��E�$��I�D�AX$�!�(���
-!�i�5<��|&9b�#�@R��ChB2��f�!���I��A��1��t0�nb01� �(b�Fo��C/0���c��2L���0��2f$2�!�X  w�q�S��ʙ�A��B�*�00�0�x�&&0E�NR�D`1�o�(�c3d�A�0ηA�+%��'�8��@E`E��Z%
��&��\�F����x�
#�H�ǯU<28E��hpr�'�l��3oK���'�����0|@��Ѱ8��@�M�$�6SQ.6�|)PmI����HI~+X
?������z��4O�0��>F��,� I��@����x�M"�ZA�U�9~�@a�C<B�x�$a	.��$HA���%"�؄6���~=�� |��=����P4.8�0��FX���?��bg�@A ���7�q�@��@"`�;@��"q�;���=H�,���A
���0��#�E�1���O *	�5(\�c��UE8N��	P�b�LP�'�������D�Lk H	�U2��-�C ��E0���<f�L���2�`W@(�4vA�'m��>4R�|����6@�'zb{p%ȱ��N=Bъ� �+%i�Dt1�aȁ>HC!Q4a9��@t���#�8��p	B̡��@(j�h�� L$�Z2�M$�����`��@<&���d��D'��S�^��4�$�Pq�N`6�\�Đ)�sy��!�"H40��@j�R)�z�W�Avu�LCW��<N�Ձ�#V��X�RV����PH[	������9i�9�׹2$�r����5�+[�z’<�"B9�2�#��K��S8\�в6�n1�)��s$�6�$DV9W��� |JFA��t��~�j�1ׅXE�Y,B�xT�Y�X���utf�밈@"�z���ؒ���L���-�H'��}�C��nY9�S��"!�=�xY^���x�|���Če��H.����,��R�a�_%!�`oL�
��#�H@!�,')QA�H��A���
�w��Ç#J<(k�ċ3J��]1_���H�dFv�
ke��˂
�	7Y�~/�lժV΃�z��σ�<*P�:\��c*�CBCj,I��ң��5$ʴg�'�5�O�2����0���B����Nj*D4
��Hݾ��"]�hp"��k��rYDV9[�@�{� M��-�F�Τ�`X�y��;e�e�Q�u�#G��J�`ǡ~��A��Jֈsjtí��)�	�;�ȑ���9� �r��T�2��>���;꤃�2ɘs�1�k\<��4ljDA�x��P[O$�F��ҋ.��"V8�4y�� ��a@9`@u8Ay��BK��TA���~� ��u�g=�\�I넓�a��	�("�!�<
j���Q�*�Qi�f*C���!
b�#3���!�7����E������8���AI0A��p�E>���C�e2de4k���0fNܱ��u�_9�O��u%�
�#0p�r\d�"�ݰ��I.�Xi
֐,�I�X��F0�FL��$E�a�KD|�� J�9LIÔS��Bd� ��!�9�Y����k�-��6�%r�`gD��	?��x��v	��>�@�&�rP#P�D��ȶ �q�!���;��՛�!G%9]��EFAN"C�D��
d0F��b��D���G��IA6 �	@ 7�xެ��|8�#FB&I����B��1����D"�K�@{Ļ[x�� Qz뭶��� ޜ���<�PJ�P,�p�D�4��A�!Y
d�!N�y��;���@��ED�>�Dg���
H)C�N�x$ !E�j�B�X�[A@��UM"�KA��	��H��Ѳ:pG�	�8�`@�!\
}HD"�@�@�}�ƪ��c8#>F�@0�
���`��
!	S�bM��C�A`D���E1���fu���0�X�v��$B�n� �aN[�Lj$#"��7|�<<C��B	�oL�7!�r�#+��Y�N�DU�Z�-��W�Aˆ�
���0&�2l	+P��r���C�&�$V��U.P���d�p"���D� � �pH.tq�$�`mHDܨ��LDa
њAr��r2��Y�M"2�NHC��@<�R<��0F��K�
�by��i�B#���MLZ~���DDӃLԤ��HO‘ON	NDQ�L�*�O��M"e�@ES�HU T����ʌtA�"���U���_�b9��Z�2��!�1�u,��X�X�΁'C��E�:��C����ϫ��\DZtà�jp�T�|�"6�N-�q��î�(�.��͡f�
��u�xF<Ա� 
�Z���B��4�D�KS����8O˔1פ�H�@x1��f�8�L����-x!���>$ !�,')Q?�H�����*\Ȱ�Ç
��H��Ň�4֫���.�I�Y�b$S�4X�߯q�&[�տz�Z�4�.�Af;��%0TЁ&
����@�}J8pP#�S��|d������#Ѐ���I��`��ۙ0@���€G�q]��VD� "��?z4�$�ѕ��ie8/e�0es� Z�
��2٪��iVV@��:���RF�D��r�ˢ?h�t�z ��"�<(��َ��k��~��&x	D��8����яO�����tWΓ�L_!$��$=�DG�p��AJ�E�9"��L;��:�$��1��/��E�(R,�Eo!Z�@A(�U�1"���8��#�k�$E��� �$!	G��Fn�0Z?p��uQ<���Jw��)�wMp�@�(�<�upA�@)0�e"�'�RK)T

� HA�(9A��t���H�9W
3b�@��YG��w81�@�E��"W��8�d&C����
t�Yw���v�Sg��&E��3�.�l�K9�B��$D0fƔn��@?�h^6t�/$�+L �!4�Ck�+�@\,�D��AI
T�E���I��#`�p� �(��fܡ�'
��n{�uP/��
�Q"00!P
�8d��qp��u8!�^�f:N��	F��0�`��*��@���i��k�C�PbE�AN)1@��Ώ$�mw�	\��'E�@�p4��C�d/f\�� ���@:�p��V
���C��@""�#� ������.C
���P�E��b^J��I����0WQ96�������"<Ґ܇
r(��t��%�p�2@"���C��r��Rċ@�@BA~|*��8�#	�)��z��P�	̋g@�.L-�+���,2�U�����g��=����p�5p�	E�	,��y���J�
�zH7�T����$؝�`�;�X8�N����m�6�\!v(�%|s0�d��`�#‹m\#o@���^��+ʃ‘���E H@JP$�ahC(pĐe�]"�/T!d����
:W�=�(�ЁԬ�7���
B���r%�H��яz��MHA���rHk�(G�T�K,!`dTFg��!b�
�0�9��	*8�
c&�R�"[�hD���@H��`3�@P= 	WÐ�.����g �[E�/"�\B�	;��(�?ɇ�0����q܃ ���<f� �"�(�0�2х�q!�0)�A��8#!i�A���@��NB!x$6�I/�1T�XP�@i*A�1�q�(�:ugK��$�1jCp!P��da��HV��O!�0t1G�hU�aY�;+bx4���X�ڔ��ls�i��t�e>��X����:$a
�G,�!�)r+w�����H�98�eXj��@+ML+�VA�Ñ:%�<X�ź� ���ou

�Lv�G9�f���"W%a������>7(�Fw�1��:Ŵ�h�w!�,')RA�H��A��*\Ȱ�Ç�=�H��E��|�
`�ŏ /.+E�Xȓ(��8pW�s�t�/@���`e�N��]
Ъ�ρ�)tv�`�
�!�V���v�%��@I'p@`��Fq��0���G/Qp��'�c��U
�-� ��:nI�WR��)�yUh4�@'~ �$��(�0�P]�'���Y`�,	*��y��A�G�^�������:rЁ8�
.��ҙ���E��0šA����
�x �y�*�?��{�ݽ>wPt�@��N8�\9$G@���G�U��3�Ē:�$c�1��/��$�@U�<pC�Eb���e��<�|4.��.��`�@����`Fo�A�
�� C+��`��"�#@�o0Y�����Qw3\7�
2�#) �uP&4���fE�D�U"�R��1�jT����� E�0�L>V��X��?��4PyQ3Ơ�	|l�b��B�(r$GT�D�wy�q�P;ɜ�
9���eF��D������ �	K���頃��֜�% �{��
C$�Q�u�D�"��t�Ԕ�(�9A�-��� �(�,Dan���*HPW^Q�o$��G!"D~@��?��y����S,A��C�\�Ȫ��mt>d� &��+A,~v(D�4�|p�9�C�A����
�ߐ
��bS7jC�n��@(xr�w��#;0��7(��x�mrA`P�I��RJ�~���)G��B�[Ј@>2BOhp�B��-���(��#�L��	4���Q�� �<"������@�|�b�upA8� ��0D�f��@/{(��K����@a?l
I�8��~)J��e:Y``��	�����	��Bz�X@A
��`	[� �$!��P�ZE|���T)F`��rA�8/�ʐ�� ��H=���|�C�E1����H�t��&�`(�A��ju�+%7��ټҋ� QC(A�ģr�c {�r	I�A	@"�B��HC�0�� ÐIJ��\� ؀pJ��+j��R�� �)+�&�e�<�Hj��D�v
A�.�q�D\�i�$�i��Lz� ���@eX�i� �-
��@:!jdcjYE0��l.D7|@���=D'�<H�R�l��}Oz�P��o!<��	+�]�E�CEΊ�$�"U&�|��
�v�4#J}�*efE;���6/��s!.a�K�1��:�8���	e��)��,ء�b�BN#��@Љ�w�!�	�GR�x�#��Q8p�Ձ�å� �G���Q4�5*�EzY�G
�BDҁ���0F0�Ӑ�c��A"Ji��dǥ�ܧB(�ٙ��Y9�I;��l�����I<
9�q�4�?y�1XU�z%��W$�ۦ���	!�,&)S?�H�����*\Ȱ�Ç�����ŋ���+Y��0�y�\A�$-��*%C��ҕ��2�k}X��N���@Іs�����т�p��AIxҴ�����U`(4�a��PN�B��b���C�@nh���O�Fw�=�5�@:��1x�Ueѹ�`�@
@�Б��^S:�0�+Y � �J�R^/�v���^~y����o� �k˔�_�Wa	�~,�� �6�z�ȑ�Tw�7�B��u͚E�0�У�G� P��F����E��2�c�0���+DGA~L��,�Fo8q�_�}��E��8u(�*H5�5�#�A�<�'P�u���h�5 �$���Lΐ�,�)FT�6����@k��
��@��f�f�y2�B�(bF`A����n5p�E	�b$�b�#,$�"w(@@u��4��C|�Q;�a�
��C+�"�#"���@u8a�?40�%��Y.�p8�|�
�_���FuD�"@�b
�H�00B0A�4�ȉ
�J�����m:$�@��Ĉ�ш#LC����!�Rǂ�ց)zD� �*T�S�t������c3(Q�z�6&�"+j�L%�1L� @� 	r�!��D&@�� 3��8s99Bԁ��F�y� ���@h���HR��B
��B�H�C8�$4P�H~<�B�1P7�@�p=
%sbd�@�!�H�DJ����E��3���E��0��lg�@`:L@ Y4L�0C�#��A�8�s�P�"�<	$�XbFX�B
�OU��,q�H�`� ��s�0?I�(r�w��E;�e�A/L&�U)2������`}�0���($�T5�$ %�����=��(�1���$�B�0�p@@A
 � �	i��$.����5�#I0�������h\	�`	a�C.Q��`!�	��
��0#�F/T�`C�H"�(���b���� [�

%���8iB�� ��ҥR� 06q\���C,ә�-����p�.\�� A�pXC\�•-z� s3�T�dd&�8C	�����C`�5�0V��4�>�,j��>B�[ZE/�C�6X� ѐ�5����#��2���s��2��S<�(�0�<b���A��+^1
j�BGi�@�R�{�T��:�!PV�^-�=��P�̣�Q8�8��N%.
�nɋx�4��-���c$AtH0��[�C$�@P�S��#��@j���$!uJ>Fb�w��2j�]z:�gh�$�`�2�*��b��D]*��&��:�!�`�!�GXrT�ĥ�m�G:�a�c���Q�zӃԃ��H�z����/����'�1�B�zڣ��XxmkG�}�m�lq�y ��J�7wk��æ�]H@!�,%*T=�H������\Ȱ�ÇB�ٮq�E�ȱ#Gc�&�ϣI��N>��Y�]ѩ<���̆2����VC����1���zVt�%�@$jZ��/����G���
i��`��D��È�1�A�$� )��&ϒ͔6	�A2r����.qmj.�V^P��` $�������k�I{�@hi�,���a?h,��!Џ�".V�CF��O��l`p�]� �Gw�7�X�p6�J�M����Ι�f�A.H%��j�(f�<����y�N:�%sL1���.��TPA�E�Fup1�:4�S3�ҋe��0!P�"Z��o���
�@7�d+��C�(rG���pC98�B)�$��l��!�2��a#�鐃�]D%�eҏ1����@u�@x�MeG.��b��TA�j�1Є|fc}yT����R|��0I E*6t�!w�@�����hE�M{�9
<�0W�2�"6ʰ���*�cHTJ�A��@�l����By)��,jAwP�w@<ƃC�$�O�`����@;<rD��bN�a���9��B�@8T9�@P�#��Y��WK�9#:t/G(P@H�p� 
r� ���A���G{@���F��G�hh�b�	$���Z�F$@#@�.�����d� ��@�	��@�F�0�Cs�cO���!~<��W4@�d�ZZN�LP#Il~b� �P� �{j�@�$�(2srpZ �Rv�7���T.�!A��$)��wE2�`���bA�<K�/p0t
�T$�rG�9�C
4Ѐ4��P�a�F���G�8�
3�< ��$��"�ʧ��mC�B!�K�b2iG�8����\)�@P0#@3�d�P;$Bfr��$��LALjv��w	�(
	!�"�����*�	r��0aC(��@�$)�G�n��><I ��V��E`�YSA�$�'[�O�vT"������� `�X�P��J� x=�2
!�@�p� �xB	V��-�ay$*IDf�� �r,�G��G+��<�h2�pH�#� �� ��D�a�V���a	/�+�X!Ӹ�@�����"�|�1`���4NQ�R�!�@\4"����@:OD�s&�"����H��&�\�8[�–W�S �xg.��|N睄��@�M��B
��6bȍ�2)(0��CĨhj2M�>�niE<����d�]�W�1̙��@�KRO��0��(�I��y��xW)��Σ:0=HT2Ȃ��HF2&���)��iAJ�0�|�#���X	����k�KI0��T&�p	(^�ɏ	
$0{��>����!!�,')R?�H����\Ȱ�Ç�s��ŋ��%PƏ ?
+�_H���:�p�A\�Xʜ��A�4�ZR�DZ�4Yla�xL�h*AWԫGs_/���.X"�4R�#(Mv�V|@��7�"ɉN����10G�%��\b.5@�߁?dHp��ʐ�~�m���?
�%`��w�!^uHO ?�~L8��/IRC2����|B��Ijd��@ҦO��5s�<x�إc�,��<�<�:t���#n��!�/��	����)Kv�X�_��r�C��Q�?��n�Ѓ@?p��Y��3��fQZ!�!(��@�2���14@�B5��N�إKhP� �(�=��`k!�
= A(�]d�]��!		��Ɛ8qCm?hPTU�RQj1r@;@�a�

�@��H�TN�
�@U �B��1rdFm���\�v�&b���0 *�`C~<�7Աej��`d���Vq�p��PJ.8J�#Nx��@f�V{]���!�RN�PI)�:�	Y� 2�w�	Y���W�;K���:`xb%�$��	��*��b�#�*�1@r��!��X��If+A���iؐ#8��J "��#
�^a�SbF|�}$����@z
@<5>4�#�:q�@�2Ҋ��Hr�`s��]��{x���6T$���Q9	���t�XuH1���@p$(�@�(r�~<�4�	��C�4LWcdDn��"+�&�r�\dQ$p��Ԃ@�	dDbl�1
;���<�f`�,p0c�T� �0�hؑH!�4O23�'A�T� 0�'XЀ�*$ v�!Ie�:�@�`IZ8�
a�&�@9��� #@�d�ЇD\�I�(��
B����*���6�a�x�@���`@a��D%D��a�"�)�
 ���o3��G�P��cA��1�\��B$��0 ���B�D�	Y��"����C����ć�"�0:W�c��C��Q�6:�a�#H\`/X!C|�� �`b�v���4f�p#���d`�G	�&_!�[��!�P�#b��J
�+8
i�"���2f�O0����7e_����B�F�mNWA4�����$E!�,��]�"��j�B��G] c�$�#w�B"�^�l�4�	���U��(�U�S(�����'D�'y�b�X�@X�:
���0���c�F����|�3��(C,ڐV�#���8tR���0��@��t(c�'4�exYD!5%�I���`D�I=�A~�Τ~��yg^cU��
}RWe��$u�R��~؄3b+M���>$ !�,&)T?�H�����*\Ȱ�Ç����ŋ��%pYCh%Ң�_=����_���h���@]����e�Z�v4w�ջ��.B!A�4J&�З��Cm@��@/IFշk!��X����ƄLa
+@����
ܪ�G�:�p"@�zJU2T�4h�I�
��
�(���^���x @Ə+�g�NY� ��D�r�(���hErv�&H��	��"�`E
쾱[`���^�.\EbR!J��
�У;с �v �%`&͋s%?y�ڱK�lY�c��@I4� ѡ��N�C$bJ�XdN3�!S�0��K}�!b��@�uQ])�L�x87�M�E�4�@� �#"@�udj���V�a��N;�d#0�����`�@��
 �J�|%�"�Ԡg�A$�ZQ*�2P��1@E0�A�4�w���^f%�S�H�T�]�(W$*4�!�X���qZ:H���
Q�EB�L��D�IC��y����@7��v�S�"�t�I^��C��d��1Y? A(���)X
�䢋�`g���n2�JP9 ��O�#�w0�r��v!:P�EB�X�C��փ���<���J_@��	�����@�^Kh<_T�C6l"9B	-F������k-�4�:6�:�@M� HIb��e�@muͫA�2�Hrc6X�@L���Z���Nn@4���,$~`�
@T�\�(��9��6��Ac��@�,�#���`�ЀW\R�ln+4.0I���yL�@����\8Q�'X�T@	�`PB�B�^g�AI��>��u���;� � 
 �+qEv$r�%r)d
2B�8�N���0���d<��!	S�� �;�:Pr�����:0�@�(�
0
��^<@R���^4�r�1*�K�0�@��@�(
���.�Q�r��y�%��.�H#���aW�8Pq=E�hCX�@��(�3�@�C��)a%hc@:V�X9�U�k���QC��4�X�H"�p6�}���� A�BBF*��xC�ѐ$x��@��@#,HUy+�N`�
( 
ZF��YCtq^^�B�0�
�	��"԰�@ry�89S!�#��洇[T���F�V^\�;EZ�4{x��q�'��'A�ʺT ���gv�Og��m���A�̐0
"��3b�c0�����Pxr�"�`:@zЊP�!GHrb
v,�miA�!G��c�(F/Pf�$�q+����c�`�Dtڲ��B�T�	��S�Ԣ�Y
Q"���&�$j�rV��B�m�J8�ց�U�%I�/�BP�
��~UH@!�,%*T>�H������\Ȱ�Ç�6]�~36�WK���|d��Ǔ(=Z�Kດ[	�$)T�z2a.<V�U�]�t6�x�E�ج'� �`u���)C
L��$���bXl�����!��D7��sh.4��2� \
бi���� PAD��6%Sa�Z.�`���d��A7�Lm5^/��:�$��;)�(�#��������W<�w�`JEǐ4��CwA�W�&�(��F�3(�$�Ǎ#G��-�NcW�4�/^Bu̖%CV�b��(���P�F�:�#�G�(��1�@/>
�*�d� �(��q��@b
:�3�N/$0�u	��!�n���Z$�J���B�4&�A��x�@n�@D��G6�T�Y9rA��p��@\�W�e��<`@IL�dA���8�9� �-�D�G�ԡ@c
�E84�#S�@�D�f�\���(�q�ب�A��">�F�Ѓ
��;��
9P�\�I)#@B�rȟ��@�Z��?uJ��C��u��Dd�#�Ew�X]:L0�����/M��1�a�� ���9�Ž��-���@K.�JD{�A�P�F~L��@�8Po8�]�L����
7�qR�w@��y���
�3	��te����Q#y��k��4�<N�oZ��33
� �Ȏ�Л@΍��0	����@����#�L"�"��Q/N(���Ki�`��$Q�"�<"$�rG\PQ$p���%�@`}PYUr�fe}���a�!�ܱ�=� ��IPl��O�aG"��Ҋ��2C�H�P���N(z}12p=��%��s\r	���A��FPB#� `��a4"`P`(0@v�ߨj��TFk4H?�A��d��F1���`E 8�O<�(����%�@�-#��)��0�\��E.���C�
xP
�'���Cp�&4�!<;*�q�
$ ��E�	��
�
e�U�h(C$a
�h&pA\��q!���=�^A������w��"����cH:1�N̂��\Cf�Ƀ� ��d �@DC �8�-���8_jeF�>��� E5���rh}��J,�r��F(�N4����l3\�\L��E�n��h�B��X��,2��I��Ɨi2�K7�%��>�`���8����h>%#�X�<ށ�2$����2��<��`�E‹$m#��C:I�y8#�8N90>D�r�)1�a�)_��M��B�!�6�8�1jT��� �l�U�:�J�*���/LzU��%�]%H@!�,'+S=�H���Έ	��,��#J,Xk�ʼn�xLw���VC\Vp\v"S�T�ʎ��2d	�pY�>_L6/���M9Ѐ��� 5�Nb̩Mm����b�PW�dc	&ZJ�F`%9՜EtXC�0AOȐ6��q��^	0ADD�`�xqWU�<h���9��T��_�"B�g���K �4	2
�_�LU�Vb��E:9G'N>�a ���G��Df��g�֥Cw�1a����P�G�e8�s�����r��]�q3X�]�AP`�=�@jA���^"A�Pof
D�.6hvA~L�C�
�\)0O*1SJom����E"pAA�FM��J�0�@;<bA�(�S!8\���PZ��@ND��A�?��m%ԄKJ�0��e�(��5��P���@ �e�<��4$F��A�t���8ud`
�#D��iT#`@x2c
KNd�!�����AA`�e�A�\�@a�0|���)��O��&�k�C�X��a.��8P��@����O,�	##��&�
4�R@V�:4�}��P�z@.�ĠYM�2�[(
�q[
�P����)תH� X�@�FPf��KG�`u$/�� �(k���9�J���Fy*b�#�0I 48��&/�B�%��	�uy�,�#��q�X8��@�EX��qA�<R��~�aI���
��@8�A	 <�\A�M��2@�("H�fDq
'>8ᆫP�a�Q�$��C�A���K�E��VP��4@��PI��
<lQC<��xDC���n8��0��pA� ��J�_���#�^���FiC�t44�P�0Ð�`��@��Dp҇��C:�H$V�K�� �D.���/�@��t0o"6@	x�$d&@P��PP zx[�(�4�h5��9L���CQ�@�T��� ��q	v�2F�� X!9�x��|��P<xV�dP!\:16R���0jъz8n{y�A^D�#�x(5�Lji���0(������4�1�BN���^$"&��� ED�Nd��dD�w�U��p�%;�Uvі�����&���ԥ@ڡK�s ��J2d�\��4�@<z�fv?��<ry�t�#�5�	=���H2���q�s ���D�I�g4㛺XSP�o!(�qiA�7��/���E*s���:R��P�J*:�s("��QpG]^� ��hZ��ς�>*��(J)]`T�#�iM,�����5:M,|�ɠ�fπ�Q!!�,'*R>�H��A���w��Ç#J,�n�/u3>�'��F��t\���@�=��x��H]�V�dG�L������C��6P"�O��z'��Q��\*����yڳb�pǸ�D!��@N�F,:�����'A�������r����e� A�Mz�$�|�$�+�58"�Q>C�0{h�=8��i��N=J�`�!HO�3��b%M� ɣ�=��\A�K+?���t̖%3V,Xd�\�r����-2�)�hN;�`�v�Pj +rB��)#�X�� �W&�r�|���Y~(RPr�AA
`�\�%+�r�0�`�"�4�AAt+���a���jE@2�!�@��Go&s�@b@@�~$HU��cGf0F���
�`�Q=$]��L6t`���@�=�w9��9%<�|7�I���t�>�� �h
Y@Ci�BRgk�����\P\)J��p�p�u�G��)V�1�W��It�
 N9�|��9�=5�82�0���� �ft��T�p��LN�
��k�%B���A��w"JUj�,\�l>X4Q#Cm��(%�0	�+I������O���d~u#��
��@�84Ȱ�hG1�0WO��j��<�� w���=�K��a4��䫑Hpt��M"�"7�FN�� �)A	lP�-l�J�ӯA�b��w��sWO`���A	5(��H�
J
=��C�@�`A�L�P���]i�����)(P,0�`0�
F�ab�pH�S���J����<Ȭ�K�4GY���AD�rI"W�;€#Р+��@l"��F7���P%�\���z
.P
4A�@ʏ�P�B	�5�q$C��D�"Y�C�h!� 	S��l��C�֐� Q��Ҍ�=��Ʌ�P@���<��
��>���Xk ��O��!-i�#6����1�
�W�1�4�-�1���d����
R�#��0P������R��ɤ��	�!0�)�w����j��栨@5��$��@�h��pC��!����75��C̱F���!��aC�qa�Q SlG%�G��"��0j�ݍ2�l��*���ăe2��U��O�\�22�^�2�G9eA|�Fd��!��3���q�\�Ab�ͧ�CW���a���N�	!�,%*T>�H��A��\Ȱ�Ç�&�׺����Q�3��:�)ҜA^�Hf5M!��XU��<��8�Az���u�ؿG}L ����ԥ	�8"0�@4W,s8Vi�Z�4���@]5֐f��W�X� ��y���g�$�]8D�{�Ty�D�������|ލ�&�~��YD�"
n�۠�� C�`#D�s����Q�t&h@�0��
Γ��ٺf˒+F̗�)��!�!m��݆��1��b�~`����("�u���>Q�@����q�z]2�R�0� h�
��ƃ*GSN �Ao��&I�,�Ex(6UD~qx}�2�LP�#��PHБ?���Q.��!�����	���T=S�HD
�A�D�‘�A;ǰ�/A!�ؑY�Pȃ�L>QRP�<#GtD50��9���J�Q9<>P�Hy
D��(�@�A�L12Q�@�|���~#�W�n�DP;a�"��%@�T����B�-�H ��"
2��(�E�^�f����%�)�"��I�r�2��3�2$񁓵�
d�"�
��!~�aG�Bs��j?��k9�0%�w,|�'p�
 A	/�0��4�/:6�H����da����C�'��+q}Hr����+C�BA�*�J9r�@XJ�	l��OءD���B�,�lCg�k�l"P_B���-��K��@�@Q<�t���a�ALdD�`�$}<�U�
Q/AcX
��b�[$4%P^��)FM$�pQِeI�}<��U*ɎQ-�b��Q; �Q1S��J3�w$�@^8���7��B�|���������_���h�i��T9r�y,��l�
�$� ��ߖ�|����3�$��+‘bX���"��cji�@�����4	@
�
�*"�YH<ej8B�(�,�!A�e�vE4�C��D�8�!�BD����!Cv��%"��Az0*��	F<ܨ�g@цY�cXd�=J�����x�y�Q U$d!�,'*S>�H��A���\Ȱ�Ç�
�.�E��.jX� �wC��xW�^���R�2,;l�˜���ޮ��x2�@����.�σɖ�`�,��pb��ʤ>TxE���,�&�0��!v��Ji��1�Et3c(Rp@���'<��]()C���&��@�K8�->h�@'�50�c�@��D�Y�>Y�4�	~���ddI�'��4�9�A����{`���Ӱ��Tc؁�V����T$�p������X��Q���C		X�1�@\�xU-�#�$�H��@�@��HA-�@Y0D�q��@KĤ�F�,D0P���e�D��l�9���w8��2�'�	�U�D�O,�,5�0�� �8	X@�[����9�@�ÜH��PP8�c�@d�!,���{j��b��%C� ӋP`4h�F�H�'
��`FP?и�L1<��#�'���g�
@�n�	,4�9��ؚ�D��`�x=�NP�0����Q#�(� "Ew�A:�`��RD��!��2���WD����/�6D%f*��_���oH�$5c�A�'��deC�Dn����1N
,Q���\�!w��E=�@�dk�RP�rG\T�"X`�N%��
< �D���9@k�\���QPB
J�aG"��R��9�uC�� �@���C�4ԯ@8�
H\����>瘤�Ar8B�I]�P1MP�@�`D� ��q]\�0Aw7�R�8�#��3�af���
O�+3vC�����1�@�>ϐl<�)�20gߐ@�{A�yvD��!��sL8��Eqxː$tv�xC�����:�"��
F3�I�a�
���+� 3n1�U�3�<X�Jj'���l}x �4P��{`)�A�X�o��b�l�m�w����01"+�H��D"��������<1������K�PU��L.ga�"{""-R��w!�
�gsd��2�aƼaщ
�E)�YT�f�E誘�l9�=�MD�"A�x�칥v�Ԉr��ē���Bx�T�ĕ��3l)�xr9zY	/qBJ���KT�ɖw���	!�,')RA�H��A��*\Ȱ�Ç
�=�H��E��r���G��>R\Wp��~"S�$�Ҙ�_�V2�U/��2h�4���Aa�v������
|7N�Д��*��H�h�@��(�1T&5T�0Xi���@BB�-��Y�yJ�A�H�	��TY�a,��Z��� �2�r�T��6��@��-(���C^~�R	(A�$� r�`(�R���j^�F@,��h�4h�lQ�b���`]@ѝ
����Gy�2d*2��s��H�`/4�	 �
��~\8�h_U�,-�K���A��2B[�t� �p��@?��g�:��"UVA;<R�#�������@9@{/z��@{��$�܈C,���(���ER�JSb@y~$$T����c[�yd�T��D��B�(�@��q�yP�C��C"���B�(�=����0�EzDN�DI�e��$G�i�o���y?�@�z�b�Tx҈@E@�'1�o�Ѓ���;r
��E�ć@�E�P4C'8�FQ��pY?b	�Kt�E�N��)��FDm�0�`=��O��T��@�$��D�E"
�P;��"��M�@�R�@���E���@�=|hU��#`���0](� )�X��E��@�
�qC�(�H]��#
$����I�q���D��'�L�E�U0���@��ؤX$���	E�v���L��"Jw02ο	FU��B=��A�
�5 ��:$��Y-���Bd�O�ч$�+P+��dȫл\�=�<����B%�0��-�"��7�ЮscPS�b�aX�P"�@HtA�TCh��C}ԋ*��:
a%��?("�
�;�DE �h�A:U_/��A.��u�k �h�q(��A)�8�����;� �q�Al`���/H�5�k1�@��2-��%;DTB��){P�\� ���@�"�,Cc)`�r/�b �*�vn� �A��	R	��()v�ƃ4��~�Y��� G�%r |�0!�j�"����D�<� �:��0�|��'?��Q�R>�x��>�Nn��{d�V�J	���|`E��T�)(q$/��x�,�"�7��!���Hb_
�ˤ�,�eÛ�4�B>蠋�#�gCneeʳ���@p�>y�$��?U"P�����JVcK��™
-�0bQ��b��G#+���L$(�HGj�x�T !�,')SA�H�����*\Ȱ�Ç�ŃH��ŋv�*��G��j}t�`�^�����P,)��pẽ�\&B3��̓�|,��`(�<Ҫ�v�9ت^�a @�N�1\6u �r��!��.�� ]�S�DD.���p�@vE/�h�Ǎo��,̘���3��3L��V`�:�����)�v�f�"u�``ES�
�b�`Kf,q���	�ɒDd�N���m�pR:�x/c�WQWeSBK���[)
���\D�
��@`y�E�@2m�A0<r�@��1@G�!PGDBa��8���� �t�@��q�7� +���e�PE~t�"�1�!�e�[DZ�J�Hq�2�C)�����%u	�і���hP�B�(��\�@f� #WQB �E�,T

� C���Nd�i���BVĎ9�a4L6���SɄ3��$z� �@:$�-�^A.�#�>���G�0„�@��� z0�u��Ŏj��
��#�B�(�K�#%L��b�!��%Cff�
��ϯ��1��D���B$�#T`��@-��
���L0YԤE�u�s�[R��cN/��#Ft…)�J�'G�,�T$�������HZ�&4���B�zAB[�1��[4DVK\u=��ES��M�L�2	�	� 	H�BDg��E�|�� M����MYAh�ZQ�5oyQ�^r���}$~%H��YJA	���`qĘ]��E��B��e�z�
E
��Y`�
�U�B�[4�b$�@����A���@�
Lhb0@�$�7�M�#�A�.�/��1�� �D`��@ ����I��O�3�-D�H�a����@,rѽ�`%��@�0Y$cx
��@��$\�	HP�Bj��a�������C8��� �va��)bY�@�0B!!����9�>!#�<�Ɛd
$x�AHѮ��Ma,�3��`��	(
i�"� ��d��d�Y�"� E6�����(�p%�p�jT���)ҚKBD���)Y��0Be���]V	�0�ʔ�`��c�1�d��E�(�b4B�|�/�AK��B��3�aH�$s tl&D���X(�i�)���DX�4�]h�˅���/i���S��I�XЉ;O���k��I?=���B�	�x$�)�
�Dz�eE�� E"v8t� 
)A�#҂!�,%)T?�H��A��*\Ȱ�Ç�ɂH��ŋ���e,^�~C�9��>�C�����]��[	q�VZգ�0�1�/��!�̙@8[�,)��L�@3w:U���V�/p�!�F�/�5�p�:�*/�`��:tL�$�گy��H��	D�ȑ�@;@=:�%%N;� H�2PPY�Aa8I���fϟ9���i���n���ξ
���ŏu� �T���&��"�b��D���ĉ���e%���J&(L���)��G�@�ԩ�Z�r �S�n!�r�2�R���@�0��2�$N �ot��:dA�<7R:#��,�Y��4�#\�Au�Ewq�l(5�*�\$�"u�@�	�7����Hn�DDY�!��D�9�!^: ��s�E�+6�u�#
=Bj�@X`_#"�ADPA������ 4`A�q�\@�@!9�/�Ç(� 09r��
�"���f\��㏴9ď@Ш�0B0@�*.�YaC��	X��Q�,��C�,I�`DR<�`�E��!?`Q�D�@�ePu��L<�+P.g$)h�A9��p���L{[�*P"�y�0(A��q<��K�\P���*��G��4c��X���)�萣{�AIFS�J�(B�X?􀜠̩�Z=]2L)u���0Դ@Ғ��{q�@S��L(B�4|0R'����8$)C��!�?� @��XQ9��9EZ4�.P�4�@�0Hkp�a
#�@!y�*K�*P�j��A��q�Y1��4WH�V���UBP�$���.��Tu�����
`%���5��yc���%F
 [�
�+���҇�l�!��MC$Wm,D���:P�=���@� 8�@H�-���
)WAP�Q`\�c�O�l��\����A ��D!�����$�X/p��l��@e�
;�� # G)rf�a�A +XA
 ��' 	�3���}�[[��V@�X%@�BVA�/(` �$av`�!R��(��de���$�C1�
ٞA
�/�AX��R7�q+��G2i��kH:1
�H#�+ex\/��n)�YLCð/�Šq8@'�h������Q0����5���۬,��9r��rF�H��x4H����.��Z$!�;	�_x%�t�<��5�� �@�0�ǐ8��')�B�3�^$�s'=B*�R�e�/"(O9d:��I����T$�THzvӐЌ F�iO+��ls ��PCRɂ�K�	��_F5H
�0*�ƫ�d�ȯ�!�,')R?�H��A��*\Ȱ�Ç
����ŋ!��l_Ə[��#�`�T,y�^+��Q��ХZ3i�uМN��@,�CR�P?�`�p�ςH%
�AA�v���L�͞��!�	 r�`�џ���T�$
&��!���6��i�I��#�H_��g�G�h�@�� �Պd�XX9,���
���V�����᪸�
'HO �<p��|�
�䄀����i�\���2U��!E�ȡ���
0���E\]	��'�St� Ú/H�b�!p�u`Fm9ABWhRa�Ìw���.�#�0�@�"�#��E�upA[?�0@�	V�p@�\��
qHޕKj
}��1I��dn�E|�pB[p���Xp�#�X@�@n��2��?���*1@�
)�8��@o8�c=��K�B�LI�T�0��A0(��Ar&kL�*����C\�i��� 5EB�j�@@ªA�(�P��dA�u�P-���W�Bp��#��nU4�B��G�`�G j
7�>�C�F���.qLX>���p�w��CZ�N2<	��\m
'�$�@�-x�����A�\+����1*�~���v��5�Q�ƳL0�B0��C6$�@��{�!�l�d
� �P+��0��#�X��w(��ǝS�PkZ:�����n���4��.S�L�G��H�?P��@�<+(P��J�� `��
=+��P��2�Z	=:4��0��a`�!fBм��{^�Ȋ���k>��aP
H1pzE$��\�	(A��Ԁa �J��5�P"F��@=�pVƨ������(!v�v���!�0Ȕ��U�C���X��@�`	aH@�v�!���ArQ���,��0 �``B�r�B�b	Ў�.���"�0Y|�c(�S)`:��r�b���<Q�Ч����H^}$!�HF���GIDox���� p�@�(�Qpg!��@��<�a�B
2 DiD[X�R
$�M갏B�(0@���$Arq�B��
�����e��+o4�6��B༅���ZH<�"M�0� .�@��
k4��!�#�g<� oH��S���%Q�@|��a�x�+ �܂h�I:B�Jdß�ЅC�ҿo&b)KA*ӟ���8ͩNiRϝ.�5��O/���t!���P�gd��Ru"�D�8�@ ��d@�
��:Bө�D�hx�v�\%�.J�U�b$%�;.���#��Xҕ��"�q1�Ê�uq,M�ҋ�J&�HS/K�x�#@�@!�,')RA�H��A��*\Ȱ�Ç���H��Ŋ�
�l^C�Y�]�b�H����.��@k	񒩔�j�4(O���
�(�@����2��Y�J	���CtFXja��
 ��@
V�w2�N�S 	 r�ȡ!@�Z�F�5�+^�2c�1p�[Zi\��L��<(��:� @R��	�,�G\p�� �V�c��`���A)��
����F���6(@����GZ�K�P�(���#��,�`�}`3�3�H�L�9c��H$��`�?DqGT@�
`�d=3�,��1���@�N{a~������u��@@���V�Eb`�,2�"utF��a�9�F%�ZE?]�KC�E�	A���:�A�ι���ҏ��
�@���{7�AB�y*ybB)i��1�\�(�?@�]�PB�u�83�@�D	�p�AG��@NX��g� �|��2�C���KH%R"�L�1L��0P`C�2(
D��D��C�T^��;���8�J!�*�@�@Y8$$G�A�j���P�AJ��O3��S"I��@I)�|@d�@jb��@=�K�@�=�̰�J�����@�Q4$;,��Nl+�l��A� 3�@[�h���P_)r����@9��
Ii�O3�0��@'C4�1Tʢ$�*HE�:1+m�'��e�@��r�*/�S	%��S��$'�A���c��C���0Dz�P�b�k@ж	ĩ�:�뒋�(��i`�"�����$�p0@287�>BF���"
"(R���)�!M�"~�aFG��"A5�S˜��0t�R�Rtjb��8l�@�"��N��
0@A����i�WD�>�t�"� F�0<�	wث��?4�4@2�<�
}�D���h�"��ҳ�G {@��v�?�	��
��0*]"x���Xc�1�ҍh#�@��_h' H�!�@�
X��D�0,O�A<�t��%5�Y�8�o���*�a� ��N�	G8B��C�~��h�:;���p5�\�k�x�<.#�D��3�S�J�r��U%؂^��d�@�N�Q5��"���j��9��C#A����T��gP�8yK%ı��2� )DcH�·��d@��\�f��Br�� �	���xa��:H�r����,�8�b��3��+���@� ��5���d`_� �~�}�� �M�#��4��iP��X�J-���T�@6*J`l�!&٩Cr�U��tJ�*EF!����XͪV��U��b���@^RήR�T}�3�q�`4��'1kAp���H1vf�tȕ �pgC���dcg�@�_���ȃ��	�V
W��ȥ��
�����QM�B^�X�(T�%�_��چdI �ȅ![K�d����E�ьt�C��5=�!�,&)R?�H������;Ȱ�Ç#:�'��ŋ�#VlE� ��R�3^��,�qe�UuH�"I������&�}�d�*@�^��xshC\��9%X��@������f0��l�+�ȁC���4�i�a�gf� @�@H��:��@��L�,�D �t "B@�-
[�+ț<p��
  �*�f������"��[G�z}P�����Wpa��6�@C��s���G
-�*|Qe�]��d��VI�dȺ�?��/PDŽq�LE���A��<줳�9�C�P�@���u��@�}7�?��f,�:�(cN1��+�R�@p@��q�wpq�n=�bE�$�K�4N.
#EZo$$)�FEY�v��Av��2.�d9Q��d�#E����
���#��1��C$�A�<�D�@GDv�D^D���A�l2B0�h�!~�od�Id�E����<����I��PgC��`�@up��ig�Q{�43 F��R��H9��q����8!T�@����nm��A�(�. �2�V�
��!r��òԁ
�q�[`�A-��14�$F#�	%L�\��&����Fd�w��@� 3���&��0���9�
l�p���@�MO2���H7�, k
$/ns�+�?�C�C4�K�ɁBذ�=� 
�pp2��d�a�p:
�L�tL��L��Dx�p�E�(��4|�_$`�?��Q�ԁ��]�!��z�	
��;��0)c��0rDp>���zH��B}B:�Pa��ÔS9F�1L���#�x��"�B��!~t��:gT�a�CPA���|UD��p`~�1E�l���p`H�� MH;�!;���i�C~�J� Y�D�	���T(�D�	Ȁ
xp6B�hE�JT���M�bCDq����A�0X�
�D� �PH��5�ܐ �@�F_(�M�%:���`@jІ>��PO@R����w⁈)Ρ��� ��t!�`C=�!
�>ā�����dMCy�1�d�q#��F7X�	|�C��$�0���h�`����'�!HXA��|�"	�:�Րo|c����;̡	*hfA��ɰ�r_(�@��3�p�L�=���D0dH=�`�[�W�#ل��(��G� 0�>
b��@�,�xB+0Dx�E0��M���!W:�+H���>$�as�q>�0�@�"�S�Br��HJ�ԋ�Þ���V�8�"�٪X�Jփ���e��X�U�u%��[�‹s����\�ҋ�`�@�1|���D�c�^#�^)�'�@2~�����e�*�!�����F�t���D@yU�X�/�e�b;��9X�ani�]���
.d¦�,�!	3t�\��@mnH,z�I�$�@3�q�!�,&)RA�H��A���\Ȱ�Ç#J�H�bCyˊk&�ŏ !��E0Yȉ�Bhura�����e�z���h�.f=�A���P<�:c�.�Z�.� @�D��:m���V�S5�H��j��I��%�'�<hfѪ](��ɜZ@#��?dT@eȴc����T
t��H
T�
�t�C�)_�@�Dn�qY%���Nbͅ�)H�D	T��Ú�a ���{��اjKE��Bcv�=�0$k����7/�;v�%;V�LU3�(�'�p�jq�f9�`@�`��A��Î:�(��1���A��E
�I�8!�s\�FD���"PF+�M��8�`Z���@L`��`�#\�f�@f4����O+���.?
���@.6���@~(��
aFn��Dy!P@��y�9��@
� �@���9�1P\�p`�J~��@a�A3(r�"' t����y6��E��O�>0�*�TI��A�@��kQ�!��GHG-���C/��N1
��#r�I�U��!u�nL�b��@���p��GC�AP��@-ʐ"5����o(�YP�R���/bnZ�DG#�����IXw�z�	���@Ш�-8!�S��S��@� �L�?Pa���`�*�@R�,s��-��H�Wd�"U��tl&�7����N͎9d�2SA��,}*��"�b�D_�5�a���
�I��0�yP9��39m�i.A��E�<�G�@x]'�{/���B�`�H0C#��+9B�����?�H�-5�Cbp@6@��А����
b�!~Lr����$@��D���
���H�ʻ@�r�"�8$�?�@$�@��qF0��kq�d �B	��:D��H�uP��4t �\� �Y�Az�
d&:,H���=P��$��I�j��f �	(�@2P<!
}�D"xd�i"��eB�R,�x�,�7`!	28�@@XDB!	��J ��.�x�3Šy���At�
^$�-%��P����/XB�0�d d��@XB�0���&�
��(:d��L
$���=4B�:A
��I�"�;Ǻ�`c �(�=𑏶�OH�@�p�r�s�(G�@�I�
Hp@����0�$���%�A�}�B
�I�
�L��&���6ɉ)΁��dS[ⱃ���\�:��dH�	`��B�[$���D'4u�S
��2�S�=Z,VQ��@,;�D�ZOD$��A<"��Xt!��J�Jo$W�I;�z�!NČl�H��(^�*�d=^�ڋ}�{
,D�F׆㩂-�A���
�
lb}��#��d'{^,E���:�Q���Kg
@o8�_��!�`:��0Z�����/����j �xG3��V�d��q�bh,�&��s[��N7"�dEs݉��@�mw#2���b;��C~�s,��/^�۶�!�,')QA�H����@;Ȱ�Ç#J�H��ņ�!K��Ǐ�nH��Z�|xl�\����a�jݬI�W�Ub�l��ХR���A]t�S84��>x!)�Ϊ}ū��8 �J�<�9$F���P���@�-^y{h�f�KY5�!���ڴRzR^�����wRR�{�"�lל'�I4��c��� 
"'�@�,C\ͨ:�l���ɡ#G�F[��_�����j���7�D��?,�� �����c=b��ǰ޾x���2�3E
�1�X
N���
���̡S=ų�D�<�4��2�C�/��D��!u���oP4�0��O(�U�80U�A��9����(�"w�@QԱF��@
p�o���*(��!V �!
@`~�E�@nqxQKU��'0�"�4�#�@E96&���`]����GjT%�C�2��� �Q�cQ����7?�u�*��B0N
T�#�$�B�f�G�o�YZ8��IU�Na�3L)�P��@le�pw�����@��@(�-?��G��0Pp$�C���	N�1+7�"d�C�,�TKR�
9�q������"k0�
���cm�Ɛ1%P=� Ë@�Z��x�0y@� �d̂Q��{��F-�4O3�5�D�����JFT�$\�
@��ر�@����O��6D@��'N#%�N$�#'�Z7{]lA� 4�3��b�C0
S�D�(�f�'(bHE��a�,��@?�)V	�.;��&P�Ё�P4��0<rѣ\@�uC�/l�T�=@#�%99"��zDs�*�"NP�	D�@D�E�4@�3%#��v�a$�
Y� ��f��P^1�$`8	2�
M��@�P��cE{HH����!\8�
�j�Bv@ � ���Б��CiP�Iw�G0$���HX��~����p���@P�%��aȜ�.�@J�������Tw��$T�~�.�� !sHę��#�J�@F��@��7�1�\�"I�0�TZ !�I69�6��!\�
�`^���rȷ��j�7�A������9F����
P`)��UA����.������H27@{�c@l�	���+a9�q������D"��9�)�X��>%�����PE(��-(��`�9�0b���0��l2l�Ix�+d�"*A�@�$�-K;+F� x|Svc"�Y�A��������4p
 [�jT����T`�s� I|�C�
pe���Q�$>$iIU�J���5��kE��v�'YE/|uئ�$���/Xي�"2��?��Rd��K_*I�~�S�1�;4�tִF�����fz����La
Y�6��!Hx�t�C���|�5�gE��:���"z�;
	�3��\C�!�i�{�6r�"/-ȇ5��R�E.)�aݛ���{��D�!ݢ#b�/E��s8c3N�~ś�!�,&)QA�H�����*\Ȱ�Ç#J�H�a�uʖ9��ǏMXJ:�[�C�0Y�]qHDza�z�Z�ZY� ��0��Pe��x
�N�A^ϖP`�
+�$����A^~�Z��@P��/��s
a���md�!�2��J=X��>���i��>_��Ci@@n��C��B�+{��p�*fR���3:z��#�
Gk6��p\u�-�f�-&L@����9xR���+����I
w4�!Z�
�?h(p�����z�[�o��w�4��9<|&�!
�C9Dq�
9p"�e��D��#<쨃�2��/A�J� �"~<`@|\�Q9�ƠZnW�:�_/��#8�bB)(rȁpoTy���vv�T�G'�,m2B38)�"��@DoPen��0@
~W�0�`��"� �� G�)PQРC:@�Q_R�G��$�@�<�$P)�wp�`?X�$)�%�S�.����1r@U��L�u��R(@yF$�K9��2�0���@\4�A�L0�X��Fn�c��t�A�	�;��J9�H����Af<�� ���	D�+�DDX<��)��R���� D(z�#jЀNܱ�?��� oAt
�2��.)F$0#�H���
<�p��Ea#4�'�/Xl�?��+K�QN)��Dt��x-H�覃4P|3A�0C�@��4�*�*��@Ì� �J���0Є�-�u�$����@�:%��"	���Q2���@��5�Ny%S.
��8ra��>��M�.��D�7��?(@A��JfC�\��20�CeM$�	P]��0@�n	��Km0��P��`��b\�� tE(�EH	hp� �ʙDl0J��W�`E�#�K	|���$�o��� ��.a0���Ăo)��F֭�Bp��+P!`MB�0D�G��~����X�K6���	��EP�K!_(9r�H$P@b��:��	EH@�@ ����Iԧ!	��1?�``����Ahe�H5H@��Z� ���Z|�R�1J��l��)�H7�']�?l�bFt`�
���!��~)A�����!::�k$�`F3�����Hs�	O�Zr�	VR�K� �Y�G䑯��s�7���o�i�D*B
Bt)�@]��V����-AtpYg��o	��	$` ��	�^���*�R�%�I��*���x��&���+4ROI�<��\xTO���0�1�.�^�0C�V�W��A��(��U��cY�/r��XC"�@F]�!n ��,�3�Z�D���A|1�
�5�
�e��_�Ʋ)Rhg�y,U"��C4fٽE�w� �@xǐӭF����3ԑ�b��!�A���6=��:�a����8A�	dAk��D^!HeLюe�N��0
K\�E!��;��s0c3��,:(ɐ^�"�,q�]��"*�4�[ކ�B�-�G~r_��
f�3d�F%�1};
��r��^j)�b��c�0r�[��!/>H@!�,')OA�H��A��*\Ȱ�Ç#J�H�`-��W��LJ��	\�+�Ǔ(��,����إ\X/@��j���WV{���0�M���:�Kҁ��ع�V-�(�[(��L��TL0$T�Z^S�T��X?��*C�	$8 !Z�'�5<��_�!D����M�q^C]����qn%�� G '$�dp�w_��hqDn$"B�(MB���V•�k(���o� �
]������iB�ؿ�|`�c��X�#G��XLb0��'u͔�h�i7�D��AH�s�G�LT�?���;�4�L2��/�����]$H�jD�c7��)�M$E���.��K�l@)l�A;<2�!ԙ�E�E��q@b'�f�$/�9%��#��y@��s�V
�pS�!�E/�i�#�$�$���ՁE��)�E�=D�G���d!� �1��@�u��o��v��AWE@R�K.���JA|2� ���:L�ƫu��)���q1$�?kM��.��3L9%
$df(B�@�(�����t�q�9�'�+\��a���/�P��8��a�#@A�@,$$,�jPY�����*�]+���*��bC��0�!�p�lQ���"h�y)gȃ�0'�2��_(}f����!@CS��=@��rN�.��#H�g9jG퐩N�4PA�?��s���c�8��YP�Dl*��l�Bust�'�{7P�U:�1�/T
9#�B�x‡@�q[�����7��/;d7��#b��0�;T�@"2� �.��h�!h`+�R�RJ��@T��9I�"�hɁ[�׃����8�w ��PL����uXCa�A���0��4G��(�|� �0<���1d#h����0��Cq�G`��� a���0@~��u�c��J�\��pCR.��rĀ#$� fxE(X|����*� h�@��,F��?��-�i����	D@;��"`8�C�j�BX ��{dt�^��0�A���A�4��j�E7��
7
db
�/�!A� ,�Bp@(@��^6�����Ar·�4�D��(��� )t�)p��� d4�  �)���� �=u)�0�.��}�cH�+�A������P�2ԡ�H�<���98��(��.�p���#�0�B��n�*�C(�t	;ԠA4X`cP@"!�9l�<��aJbp�`)��	
��{8%+|���y�e�t`�!��F/"�`*Ld�d@��$R#s,W��@�:�W4�`�G,�b����9ȯrẂDU �c�*v��_�����~�9,I��E�D�*L
9<��dC�/��X�4�!�H"A��nuv [�H�&�=�3;:-.~x���W�J%k�x���Hmm�ᑥ�v!
=-4�(�p�b.�KD�ۙ��H�<؁�c�b�`5sy�\��6��2�q��D$�D ���#���$��T7�]�K�!� D ��:�Q�b����=�At�և���
�,Cx������Z	g_�'�G:|\C(�	<�;�b�5�(��ns����#	q�j�����1���"g�ɎMHUV�!�,&)PA�H������:Ȱ�Ç#J�H��E��ֱ�w��lj�x	���ɓ�h`\]ۡl��޿�3
#(�W����P�����`0�Gެi4�Qg/�ZhO.�Jh5':��$5*0�ͱ@��pY� �
$x16TY���AL8��X	�ȍ	Z�}��߇�:���!��9Ҁ��VkO�|�׳����o5�$<��#�v��QYDX|�@pJ��)�x@��z�@��	���r�Da	�7��O��LPܠCl4�C7A�����<�Tt�T��O;�4�L2��/�0@�L@@s98�9��H�G��sQ1Lj�L4N8��'B�G�p�wt��9�@`���Q:�x��*��BP9| �E�R[7��ƛo��`{��O[%sL�0D��)� �8�u�F\Р�pI������ ����fn�7��!E8��KG.	�K���f<2� �8!	?pQ����
��`[���DK�)�@��R�@�J��o`AQ�qlu`1ی��*D����N�ҧ'q0��}���dh7�f�\(P�3�T@���0b0a��E��1	��w�an�l�@�D�O,��UE�}C#�x���94�"kЀ?�q�Ѐ����0A��#�I�l�
Ð�e�D�	��fD�&{/��P;���.M�*%�x�4��C�r!@?HĂ頃���?�X:�C�'�Q�1*�@�~H�$$ 	�'P���n�\=�.@4.���LS3�@�k�"yz��)'P���@�T��.�B&
$�&�`ΐ�r�f�!� �[	�����6t,L`DD� �����#�h�͑6����:�߄GP"��+Dq(��!T(?��8�#�g�*�E0��	�b��I �rH.��с�b9 ���1@��� 85AL����$�C��fp�``���ei��@(Q
��/>�(`t�P�" �-F�f�` �	dtq@	^0�\A>,H�~�T�s��F7�є>�
H���@�����������e�\�asH�XbA��C��ҵB����7@�����Gؠ�@��(�\"���	l�x�F�$ej��3.��	�w�F9�Qc�c�	d9��=�`1`B� �g 	$���Z�"�F3	�-�|c��,P1IX��h�(���pF9(!�8����$xD�"�PI�ыN6�O��^P�G @0P�����䰁�H���Ne�a֎ �#�A��@�
`H.`� 2/H�Z�"�wc��P���� �(�AnEFā���@�ӌ_T� ��CfA�l�!� 0��K�G �PFX�( x�4����갅g
���<Dk�@6.���v�Ii�x� �������ܬ�Ʒ��g/�\h4�):j��p6���$-̅�Df�po��<�x�;c����h`���W ޑL�Bx4���E8�����%��/s�K9f�)�H<�qa��K��o�>��8�?�C�x�c��1ta'W ��?L����v���D���蘽9f/R�b��ƾ�Ev���v y��	�M_�x �O���\�[�`�a�^�C �
�G���y&��O��!�,&)OA�H��A��\Ȱ�Ç#J�H��~�=�WϢǏ�㵫�(�(Sd�+\�q�z=M�͊��"��͂�2��Ypޯ���X�f�P[���gPxK��9Ԕ$I�Z��J4@���
�,=���"q`��0T�6U���]��b�8�D,ԡ6�X{p\v)�Р#$(6�^��|=�5S��4��!�Ǐ�WE��r�p��Qt�@@r���b��D'Q�n�Aw�;@?n����Gh$SU"�x�&4h���W\A�*�A;�����G�C�2ص"<����2�c�(��
��C=���
�9'@�y�LR�u�2�#L0�P��@q��w0 ��:����%2�E
��Q)j�7P���Qq�w)�)�D+�@f�����N���rG
�gFopG7���SO=�Q�Qbe��~=�)�n�!@�G��+�&��1�!��FCs�)�y�@���i�:�B0ä%P�k��$8p�X\�w`q�
@� �cA�@���/��+%|���0��&A�<���D��y�1��C��Ìd U�B���	��
��
j��n\|��"fA���9�RFQZ|p��2!�@�$$,���w��04	D	\�t
֊:91���xR0ġhC��AeQ�����@�L�ϴ�,LK��K.�B4��Q�@`,����w�\����RA��K8?�}P.����0�vlҐ��@x�
h@<�x��*�S�&H�6Ck𸨂<tr�"$ǟ~:��
ď��R&ĀB#��%Gd�
K�
oH�l1VUg=��0�2��BnC����E�(�4'��x:0�%����C�tC�k�C�F`���A$'�C4Q~�ݹ��!ɏX�T&�VF.P�
X�Ky�*�'' v�0� d��Ab�+�#&	E��0��4`��`@���0A'*Š��68 $�C4�T���1�E)���@	@�cŽ%j� �(�8U|C���q!�|��_k��#q?��N�A
8��ot^��0ء��IC䁌�� qpD���k\#��d��$b#�p`(@ژ8`5�C!.A����!�D���a���(�1�1�Z�a�
0�F��PI�O	@CS��XI%VH|H3zq�8�tC�؆*tqY$s0����=��@ �r�D,��L@ɰ�.fd\PF����0$@ g�1�a��b@䐇4(!�J>SҎA�L��D�r� ��.�@#˪�"K&$���@Gi0&J� �b ш�5�
�Ia���A�����B�M�` V�4��S4d�'�U�J��<�$-�*��
( ���@NQ��R��E/d���zu ��,A|�JX�k��0����$�D�3&�V��6��E8"�]��n�mAҡ܁��b�U�rU��E!�mn‘���m/�a�*�"I	�CJ��eG�C`�)]�� �Fv�<�#�ƙ|�^�$(ŀ�o�1���#�/f4���m-F�n����u��PF1xqGN�36q���$W �ɧ<ֱc���2����"�)�`�%�q�A�iA�&�E|��ۃX�{FNɎ�*�,�f!�h��mr^���X�M��3���jVIP���C8q��>�1�<��r��!�,')MA�H�����*\Ȱ�Ç#J�Hџ@h�(j�(Q��`����H��@��|�%�<�07&��`�V1��I�_-at\�,@?���֫�/!��jT��I�����t�B\�@+���4v.�*�Ә�
�J�V�>P`�%�v�k,C]���تVIp0�A�oI��V_���X/i�)�� �s�x^���F��8@���0H�ח�f��L����H��h��10�������1c�URRU�4zcڲ�B�{���5�&I@=��s���>��N:�,s�h �4�p~�=@ei��,���P�4�3�$sL1���K.��B�
�$���N1\@���Vإ;AQ�JAO��˓B�fI�@
N��GЀ
P�h�M��DB	$�m���p$Gp��f��Fk��qHԂS�E�*�Ɂ"�@��"�o��\��P��D�@�g�"�@�0
p���#\@��k��%�9�g��h�(CV��E��BN)I��b� ��!@B���A
=�pal5�A�ų�/&J�j9ð��0��E� 2�r�@upq�w2����Î9�N�0`t0��F�!�@�<2,���o�n8�BVY%O3@0N��It`�Ԁ�Dm��9p���c�r���/O���F�0�5 �!
�I�D��)�G@0�O|��c�@,�I�8�2���!�0p8DmTz�nԡ��
�vSI�̺B�i�����C{t �@r`@C�(r���9�%�6���A��Lo9��P��m���	�Iܴ@?� @
l�YLO64�&Rt�A���P)�N@��:�ȯZ�;�������+�0r�p@�z�(��=��x�kX $��L���
rP"��@V�8�s!\�~	b��U���O�@-��@�!`���� R&\J��!�1���D�Xgl\�D���� ��lP��<	���*��t+V���!���C�0�P�$�A�����@"%
$,ќB�4]�Bs|�S�nƋt�A N�De�HTR�������x
F�
��/��cծ��
{_7�
m��QE\B��(����̀�#�8�(0S�@	e��$.�G��X;.���\��X+v�` �~H�8� ��31P�\ax�����0�r
1�9�D���#��7�|�b��$�P�/ؠ#�������H0���"�h�F�Q����0(Q�\avH�~���t`�"�0�A	0`�hF(���!0ÚHF�������+�`���@<A�]� hj@Ս�˨I.9��� ��:1i�BQ�&F��� ���I<�Aׁ0�`f���WL�]<��� 9dB�OH|�A�����d2�hH#و�Bn3Tr�$0�=HQrPJ0�ո�5�!��0�Y���F����!���1j�k��"ai�8"u(� �Gc�ҋд5'�.At�&��7�an���$�H#��Ux��0��J(r3]Xx��]~�
"���9�ы(@k�-Hi��
C��H<֡�b�b���W"_���1Bcy�b��a��R�ӽ�Z��1Ձ,�*�;�a_�,��
��k��9��rA��v4��p�@�Ð�ԃ�
9J?+�0�I�n�@�[����U�sI~\g��$�.�E^0��&MQv1�"̈��>��(c$���;�A�L_7�h�4A!�,&)LB�H�����*\Ȱ�Ç����ŋ���Ǐ�5Cf�<�(SH��p�ASI�#��v	,岦O���,x.@К�8��3@�_w��ُ�P�B	d��8\�X���֥�Z�5�3]�Y���1T�DW�����j�V?�-�Η��}�@@�!��f��U���q����'Xp0�B!��QJ���aO��v0A�@r�0���*�BT�o�>
�Bc��%�N���M�U�=@����䆎:r�r���S�K���d��T :��
?��,�VJ�@�D����>�8K3�$sL1���%�4��
7��C�&I-���QB�`�
/�
�@���ID�?� XAC7q�<��[�\��W��.��,�"(�
\�!�Ki@�܇�DE�RS.�@�ܡ���Fk�:�@e�"�E,	��G_
�g�� �4`�7Q�o��
9� *�FYE��*���*����"�p������f�+=4�J���8�@9�ViD'<b�!�@��?A�@u��*���#D�H��C�1� �(P��� ����f�ᆡwP�"$����@�8�/�N�9R���2� ��!@�a1j�u`Q��.QOj
���et�Q)��k%�����L� �h ����QD��A��s�/��K�SIB�K9q�ܐ$��֡wG���ê<�UP+�-\�Z�E =��!)����T���
[0�_,-�X� n.�`�C�l�0� ���I�'�z��*tW�̖9�L�'������
�ByL(0�U	�uvC�x�B���Tِ'��C�<�
h�с
p	�<�!��� O��(�B9�/'<"��@�"T�x`RS��|!|(�8�$�,�l��R67��[�8�B��6?(���#��Ch
Y9.��a�VPl*tQ
p��X�!��E?‹MS$�h�2H���d��EV(ǁ��|�0G$N����D��G<b���܀$D���u�
3Y0b7�}c���:T��(�@̀�C\u0��F
 �1�I�@P�+$b+
��2�$?K9�AݸF������XEꂑ���B�����*�"�%p���H��
!��
d3��(����ظ�6���o���x�>Ҋ9H� �%$�3@��`�J���X4Xq�B`���ž�F7��Mx	���%$a$P� ���>T����Q�9`�k�Z5��(��!�A
0��.�B�r�n�(�
`�MP"dH@ʀQ��CF�8X@������dB�tAc*`Q���&�O
(铓�e^�,���c2D�@4�1Z�`
����)��Q��:�2"L�+^1�hP�!�P�&6�|��Y��K�q��.r�)HQ�jd#N\��
d��;���@KxT�É�Pj�QG��+|Fnr;U7%ICK�;��w ǀgS�����>�uF}�k���#i�-CT��%�^�:� ��݇� �
a�m��	
"��6�"� K<�qa���
u��+��Ĩ/��ݮC��ޒ4V��&5�IU��_���I|"�X(��@�@�!-���%V�.�1ЋD"L�ō�Q��
$.˃���$�`�\��O�s]�"��E$d���q�]3�:��2M���#�ekF<Mb�h ��/�S2�w�W���\6�S4���
��vՍ�3�!�,%*LA�H������;Ȱ�Ç#�F�_-�3jd��2v�6���b�]q��"ɗ/�X��@s0s�<%Atu
����A]�

��_ȥ/����w�����?�Kʴj��<�0���t)P��H(2Ԝ-h
}��N�� �����0�i(�C�Q����Q�i_��|:d�Y�yC���  ~a��
ǐs��E���\�	�W�k„��v�@rh�D�-��K2��]�z�{ݰ��VO(���F��x�K�#�S�Q���>_A#�3ά�:�$s��i�
�an7@"���H��J�#�/��B*��@��7��
���%�֖H���F�P6.K"��0����vQ��7�Dhv��Ho���@�T2@o�
:�p��y
=�/���H�P�+�lAXX"›?�EoP�Wj�@�\DQl3�*�j���AN�H
o�w���wDq�
DP��?�I$�@�,��F�:�0�@
�M�$8p
f�!����2����
;ǘ(R)���{82�
��l�Dq]}X���@o�C�	��EZ :�$9�F�S	��
p*	�b� ����:i����$p	s#.7�?�$c�.��4�I�G%#t�� =@}9���N�HҐs	�O3Œ���DA)� G�Q� ��Pc}�avDh�$�VA�$C�L
������@t~���4p!�w�q8n��KK17P.��r,917D�&r��#k�z� �Pie�Yn)w�I�v���M���0��!G#Y?c��@�jC�(b��:�p�~�@\1��;�,�P.����A#��}U@��'\���9�
�PϘ�S���
��p��D��$@����`%W�'@8���+�l
@V9X�$��D��=D��hn����`����x��ԭ#�0t�R��!<��p�y�g�8D���@D�~��!��-	1�@�f�q�bB�]��&�z>!FP��Xl�� 1G9*B�P�%�Л���	�zut %sqQ�л^pc���*v^�����K��b�8��&�I����B���$�{/�DI���#P8���#�����$�b�@��@�����������
PbD�d�/@�
��C�3k�'lpC�HF2��u<C �x�
���@\�P�� �K��)�:�7L���F<a�4��9���x�&���0��@{`D%�!	�`!_aKZ�M=d!�@�E��l`X"�����(VQ&
�F9�A��e)� 8��ŪX�`8#�X�F�r�0 �Ì���/�`�s�P���HN �AB�	�̂��������*f�K�%T.�x CPp�ND����4n�q@�	�0I��)
]��)���P�5NA
R�B�]��r�W�]J?`��4s��E���X��h�?�]���!�@�yVA�mv �y��Q$�
$!J��RУ�x�w ������D��/�����8A�O����W�m�&�Nָ�!(̯�;�`��2��%�J.H8�_~��n�k��ьdC@%WA�w!ˆȒ���0G0�4��B
���0�.�9~ы]c=�M�1��_��m"
��V�x�7(
�C���08#r�i�r�`�Y�?�<�(#��+¡�7Z$�1A����̗&I<�3]X8�:iF8�8��Ҩ��9��/�ָ�H�sm��!�,&*JA�H��A��*\Ȱ�Ç�H�ŋ�z�N^Ə V|V,�8]��ɒ�`�t��`�ʖ81�+�W��@!&ˠ��H�f�f�x8���^R��x,��V�B]5�n\�����H�^X�S�N\V�aʌ�\�cGR����?c�2dv�V�!����������:��Bm`��	���*s��!W�0�!�^�N�����8�䇌	H��7nK����r-�P��h$��:t����Մ!+"�h��z�L��/��,~��10�x��z ��KF�4�L2�#�/���*0�=ܠ_pH��X-�C�G������K1 @@ܠ�
�p�w� @"�`H;��.��Š����0PP)�w�\��čå@
���P9�2���2�`�w�q������H�`�GN��0��� 0@�9Q�upG9�	\1�k%�U���'Fg�b*�lr@fX�@�Eo�1�~:�@	� �C���G��TN.��K�U@��w�w@jkQ��
�ZC�@;�h�Km��10p@&t8��8!	�:A���Ŏ@p @A��,�KӨ��J0��$~��h�����@f��	�VA�T$�3��"._�+������"�"�
`%q^kF�@��A�)�>���Pg�@�HR�S ��!�1I
�+�B�/
=� H�6���$Ӌ@'������cjC�T�&Pr#4�#\`����[GG� ��;��B�S�'��R���TJ�X(d�ȐC4`���
��+/47��#(LxbC��L�� �D!�5f�#�9��e��Crp�_�hDL��?"0	D�};A:����0(����@#��)�>;�d��7��5b���+��WaG�����`� �'B*�B`�#b�G`AJ, ��n�;"p`[z�Vr��…��W��K!�Ѕ.V `��`�A���#������	�2�'!$�1�B�����7�a�%	�(FF>T`��	�l��!9�C<B��D|Ԁ��H"����pX
q�&��^l�a�*Ѕ�p���@!5@‹x$1�G�o�B���q2��@"^c0�����>d�1�Q�b$��"3
��n0C� �X�P�RS�
��CX��I�e&�8�.���}c��/PqI�G*��2O4�H�d���!$a
�H�Rs;��"�$@Hh�J@K)/(�b`�ـ�XaP��&� D�%�e�)9(qӁ xD'��)��:�5m<`�������Ȑ�Br�D&x�4�q
o�����1a���@����$Sc ��h����Ћ�>,.5H@���,co��F`�itb� �5Zx�T�AA_��%K�̐� �X�0��l�H�B�a 0�H)R�������C�R
p<����mZz]����
x^���H�	xi���35KJQ�2q�����b�wx�*�#D�t"Vh�o9G�q=����1�a_�|�ɹRD���W�o�e�)�c� 	�e"�]�bl�y��`�hq1z�8Jq�2�ˮ����'֡"�X�8����+^���3K6H���'Y�̀ǁʃ�`���D~5�cl� �
�G�����#̊E�R�Px�,�1Ah��5#�%��,&��D�� ��1@�V�#"��4K���_��5R��h�W�W�3�!�,%+IA�H������A@�Ç#J���տ�3jtX/@�t�~	K��Ɠ(�k�L�*���KI3��x����9.���@Q6;�YA�B� ٪]��'S�U���`u��Ś������@������j�=�s�.�\���1T����
�,�݃�r���V����½��X�W���c�$�X"	�E�4/��%j0�
�u{@�Ģ��I�x�Wc���E:�^�0��	@\�8Pt�2��;'�ֿz��$�@np a�烙763��t�,s�1��0�	D� P7��lXrɥ$�<���8���KO�S�0q�7�C9�C?��C-�y��E�h��.v�/���H��7�@C40H����[4ń�a�2+���/�@Q���P�i(QeNRw�@��"
\�@f�w�w�a$�B{e�R.��J)�|@
�'od�')�<ԓj��<�(��K�3L9�0��~h ��9Q���Q�4�h����E3�1��wR.\�P�Aj@b�
��D�
��D�d!�<�(Jܪ�H{�n�D��
H꺆�d��'�Edޕ��@�4c��a��\*F$~@��)�Ŀ�DD�hA(����9��,��ջ��#0J���"\��J�k�����`�4S�8��$�@���
W���|���ܡ� C�a������"��p�@����qq������%[�KP�'����Z���
Sw���?0b�Ё
|��C��3�
B�`�k�\��2�BX&���&���D�	)2��
�p&OL�Q.�c��0�pp�D
���	�(��{:��|v�y�]J�(0"�
r����$rg�� �:�	�
��b�"Z��
r``��C�`8d�P�Aa�Cp@h����
AT�G1$���"�@�*�~8��0��$<�a� 1�C��~�`&������bk�C#8nh㍪��s"p���H����
Bd�!��I(�0	d�$�
��j�q��$|��7��O�B�(�2�r	��x�! Q�G�w�\��`��� j��Y�ҍ7n��Ѓ3�!�}��q��pq�
E�	8���6`tJP\����2XqDK��%��-��]��l#��^:��}H�%z)ca�"�0F8.���`-��'A�+x!8�� j	`�.�! �4�)I+fz� �:H;�@� ��4:�X�j8�'�A�\� ]�i����y��| .�A�k	���40PXc�@,J�R��NtYG�@�@��	�јE4^q�jxc���&0@/P���,ӹ��"����-6����b��*�2�-�l������1���Ϩ�MUK���N �)+J�d��<���2�'����(FZ�5��5(wG8z�L�*)C��.Ȫ#�u��*]�BraP�"���f�|�O��v���Ѡ/�1\�#uw�#b���N�8ĈGF�d�.G4�]�4���Y�1���@��8�/�\��|��E8b���X$�!NZ�2�̃�0�/V�U����4����%J6H?�ȃ�E0��z����I�|��e�I1,��ddU�04�l��Vf�0
�y���XK "Fr�g����G~�Uh�܄���Ғ�F+����.�ki���?F��;M�RG�Kv��!�,%+GA�H��A�����Ç#J�H��ŋ�kvn��0�I�_�x��	\���K����3n�M��@��9�/Va�%/�I�H6T�K�Aa&&�*P�CdT���U,�Ӄ�\�j4�<^c�l5�-���z���3��Z����Ԅ��u�+1���R\k�@�;�+��Cp�j���б$;v����_��y��U1pC�&c��'�E�Hxr��l��]��EQ�t�A�m`��
h����)}:�Ke�N�������L�˔�	~�A��+���l���_� sL1��K/1@9�`@�`�96�H����*����
=t��40�v��E;��u�.�蒋.��c�)q�@4�C?Ȑ]o��&?�S�K��#���
9��'�P�gQTF�����8��	X�78QǝX� dpI-~]HQ+� 3F����01��]��Ƥw�y"�D~�j�#.*a�+��J.`������o�@G����ӝD��b�@��wQ.�ȁ�����cQ��F��a
:�0�X��@����/��H��2N�!@jp�?�@��1��@�@�)Y�)��˓�*R�;���`�XiGܱ��!$,1A!��N2���fAl�J@A%0�h��!~���7��q��JC2P�~��r�*ᬲK��B�@�<i�(Rx�	�qH��m��y�@�+8&�VŀS�e��Z�&r����;��8�H�@rĽq�`��nh��4�]pB�2+�PlıuD��@
r�
�xb\�q�G,�C�<�,(D�2���%|t ��U�h4�#0�7g�7��)h�j���rE�������m\@B� ��1z��
��-���2�_�!�B�ȁV��)|3H�$���q=Ș���8�H�.��"6 ��7��9eGw8��.��Q'�ݕ�@��{i�<��A�@]B��0f�
nl���.hd#5��q�Ab�0��@�Rn� ��
Ž`L��6h�RT
G�P�>ZQB��C"��<b6T�� �ze�A<%�e�F�6��
n�Y3�q�!��%�G����`�*@/���d�
<��9X��k<a2�f1���0�8A
Yp�`  `B��M
�������?�!�t��F0P� ��P`�B�;%�F`
}H�%.��B��/s�g�a���sa�'���x�@��&�A
b�<P����Cl
�T�~a1����C�@\ ��Fc�F97�P��S"s�Zd�$�0�A�� �H4Na
�<����`�b��L�_�� �HA��V��FQ��&$4�xA��V�#�]ʁ5��BW��`����,e�T�K]FH��Q���&9�>�r�����HF3�A�U��w;�JR��p��N9FL��8l'�؅x�c��#��Sv��0	)
i�`*B>p<��'uG�p�i<G$�kt߈��*��X	�]4���{R]�� ���Q��W���pF��f ïTk�Sܵ� �-�HFM�b܅�.R�3�Q_p�+
s�/`<�x�#%<ȍVaz�8�Xi"�u(C�pn8z���x�H�c�4d,�H:��[�LE�Y,A���P�T9}��2�8d�13F�L���� ��d_ҕ����=�I�f�
�(=��h�����k*�� �ȩǜ9M�Rc�S�65A!�,%+EA�H��A��j����Ç#J�H��E�����^Ë C:��.����'�e�u�p��nW<�8+�2���`,s
=�p��q�`8��@vV\`�ӡ��gPW���6�g��^��۲Vy�p�:��լ7&d�!Ժ}*��)�T'R����Vzֻ�3�s�`���Z��e)�R��v��W�_�~�ԦK�>�j�K���䡱t��x�� #)`	�\�*�h�����QW�c����s�.]:�8qB	��;�b�W��S 9h��@�@D$0�Ʉ��H���. �4*�|�@�C9ܠ2����O}!���*s��
9�0 ��C=䠃40���Pa�C�UT�,È@���
�p��?���$tdEA��1ہt�'�0?�H�\p�D7(K��u���a}=��09I�8��L9����:�@�wP�qVJ@����CH���1���w�B0��1�@?�w�Q�wp"F�HĒk��N2��W_]t�0���hP�����F�:���+��g�	�l+��J8���0�4���q�C��QǷnhj
=*�@(����@��sL]2風@2���t��X�����'P�un	�
:��5��"9��JD�xr�|p� <����v��U����
��9̄�@�3+��S0��Jܡ�X	������@� �E�ېJ�T�0��0@AI?C4$�#,���=`Fu���"��[�2�G�T�G�
�0#p�� �p�?X����f�%	��E�����SI#�H�9X�H�������n8�Ї��,��&à�
,����0� �!�"ZIþX�U 	�+s��
2#�` 1��A|F�4��(H� LG<�P~@���:�;���� �B9��ot�_�K�v��Uc($����v�_�@4��i*�@�1	�F�`0T�
�\q=��D�4�
���!qA<�P
� �<a_�Ę

����LAf"�.��F9z�U�B�Hk��,<��0� ��� =ܗ�r���!9R���U�g����6�!�3\"���D�C�I(����#&�HL�qЀF�@C�[D�qy�#b/4�0`�\!W�P'l��
j�B���� @�	��	���_~�Vlm�h���X!x�B�S���l�qfHH�ZR)�~(cr9.��@�`x��40�W�P�½<�J�bA1��ݤ�"�rF1HWy�Z��4�щ̂�(�0�A	�z�r ��
B�+CA�ִ�1`��x�+�A
k8
fF`F��8C-j����,8��0ȑ�lX#�xUTF\�9&H�Z�����!��"0��� ��G"V��t�U	~����D5�C��J�����E�����,��G<�A\x��R�X����υ/���c�b�9QFN�6H]<c%M9��`�5�R��PGE��fń�!d�t��\ds����>�5�̃�Fl"]�=�
+�_Ajf����5�;��
��8�Q�@&QnS�"��.�3U�u,C
�`]�����0�vၟ����
��ُz|��@�/p�kN��
�b|��aIaޱc@�T��E�q�HQ��1��e�@c`P{y�3䡰��c��
s���`'���\�Rt�ū �ǟ�"����Y4_,’b����
�/*;i��CQ �q:�2{��%�X��Z�����
!�,'+AB�H��A���\Ȱ�Ç�A�H���Z���ϢǏ[�3wlپ�@�������p��%o�͇��b�KWa)o
%ퟲp>	&m��V��
�̩Ў�v�;8�U���
���W���-��X˳�K�pY~p)��n\���p�{X+�Ƴ�B�/�ă����p�#��s�z�Z��*a?h��M�i��*��!K�Q���K�
�;�͎�pх�NcB[�%ٱ���>}��9k�p�M��5[�,Y���a�P�
�&�Z�tZ0(4��9����>�<fQJ���O��D�Pa'(���S�.��fQ�儋G�#	��
ܐC@�xB�*�Ԓ�D�	Ԋ]���,AC9���
?��(�2�9�^�"O3Qme*��/
�d4̨���0���QCw��O,���p�����C:�\��40�2���oiďu�8��/�2�.�B�,�8��n��Fu�PG2A�O��JM�<��%l	
��bQ�k��N���V�@{��1����"fC���$�:��J�Fk
Ĕ}�#Z��s����T��C���x���놬N�x���R:��$�B��L9$�ʉ�S��p��:��@X��
�PK-
yY$,�0�a��'�B��C�(���\��Ƴ�r�"
��J�@Ċ_60��1��2L�I0�:�pD�3SqC�d��F��[��1�Y
9�aD�0�#�p�<�dXܱ���dP�?�Y*A����
0�öA�CfX‚)8�(w�Z{� |�eˀ�P)�t�0���x�A��$<����7��f`@�@�^��)�L/��N�B`p�h5�V�U.|���APĔX�G5�j� /^
$�XZAGP��؆6��V�'�`+6�G"���p(���a�0I�F2H��H\��@��
��b1��/��	��x!$f��M�j�
����AH��]��H�0�q
mh��=���u<7�@
1�AB
�~���/@@��K-�=��kNU�"N��$����vB�?(��|��"��@I�Fc���"���|���H��B���8��y(�,xH`�S)J��$0���0����4� L�@��M�˟��.�e�Dp�(�PXA Ҙ�+��t�@b`@B^p�K����3�a���mA@40�W��G,��r� @%�3�Zd�C�Q�8T�� E5�Q���(tZ���&L1�P�ᗃ�b�cw.������[�c/^��JRN
lY9~��$���Y�q�լ$*��H0�8�Z$��(�-���)i�HJ�#8��b��Mo��v,%c�P�q.���"ũ�>�e#E���q��8�"��NN8������k�"�U�17�ſ�!��-D8���H�R�w�I+�t�ڟ�i� �QH����'�X�2���
�
@.r��$����;���'H<�a_���M
}�r�`$#�0�}����)�	{�!�]tL'��-.���HlAƢ �#AyF3�5���&�GO�2�b0MY4ޓ�5����1���$�)1��T��U\�Bi�9��Fc ���h�|���5�{�q��մcT�E��,�#�G}ŋ����G=�Q��C�q4�A�fĂ#��1hb�T���	!�,%,@A�H�����*\Ȱ�Á��
���ŋ�͋'+!Ə 	&���׮^���������*�1�8� �.]t�
�,�Q��Z0V�VG�F�w.P��|�
P+��V�V1-h�W����\L�g[2P� P�q?֣W��υ�x�[��b�y��*�)lda���z�,�D�����5g�G��*�롮f{$hV`Ŝ#��S�P�]����e�͙�k�lyu�g�VYJ��?����'K^�x�ޱkg�x�t��3w̘1aˆ���]�p��nj���¸�9Vq�0�1@�0ÔB�.b)�NH��M0Aa��0�x ��G9���m��k<S�E��#�h�p�`���K1�"ajаs������	?���@����0�Z��vL�0��s�(C�G��	��7��7��Cd��.���D�	T�;�@8���+��@�Ô7�pC�:�����)��3�S�L��u0��@�7D���8
=HJ���#J<�	�[=�0c�U�)z*�H�(u��Eu��4��	�0L3��d�?������L38L*)w�Q�ԁ�94 �'�=EX<g���@��20���KC��@����u\,�t!e<�g„�CBP�&�xR0�BN%4�48A�[{�u�@
���3��0����1Pb�A�S	����1P\D+���E{Pp1@1��H�7�p����\�p$p�s���.k-T�&t�0�P���-
��w�5���ԳA���P9nS2�'���B2���:�pCG܁��?�
08T��c�B�0��@W��9�`��u�E�o�aF�뀀�d�YA��r����K7�|�4ѵ�0L�J@��U���q�4��DȐ�.�2��Q��F�#���
xD
��/y��D�[�6B$.TI]�m`���/��Q���2�F�XB
���t�/J��Q!���0`�@�
��op�݈����
$v DJ�R"���ԣ+"�kҡ�]�e ���$��v�@�5(��"�7�11=P�� ������@�s�=|�\p��PD$'�։_�w��$D���AXA�@ ��@�P�"D!

@H@�*A+@������dYu����4��Yh�=��
�4�=R��Z��4cA*�<D��x�)��M8"Y��0�J�C(�pҏ���j�(G)�a�[X#�FM�(��1�8!	��#��EL���n���r�Çp80�<[0�[��?j1�_�g!�0�L���� ��d��KLq�������2��+���~�4��ԃg�aAl#v��té�>֡�`E>��IBz*��� ��sB�t#�/
/J��V�$]a�2�񋇭B�J:6�t��#�@[��`��%�0<�q��.�(Fr�?��C�-��>�K��b��.���K��K��x�#5������
t����L�����jm	1���_�-�lЋ��(U.t��u7���M֧> �a	�����+����$L7���p�'\�D6Ót �gE8��~�"K:�PtQ�`I��8G1���}�KB�/�B��HH\���de��%�p�yCrڜHDyՕ	2衑�8)�(������$	9�����y����`��e����3�!�,%-@A�H������A�G���#J��_��(j��1@�Z��5{��_Ǔ(-��`Ue(cr��.�8]�r�C'�gD�����UЙϣk���������jͧy@V�j��-�� �f^��2���AV���/@<^��
̤ù���.`����;���H=,��>_��Z���ɿ>�X`/Ea��W4A�a��ٯչRn%�*u.?��c�
vL���u\�zus�`�͛gj����͎�.+��x�3f��1aň	��/_�z�
�.cL~�е�kժq��R
,����(��յ�_��c�w�39��L9��!+����@D	�`=���3��Q.{1bD`0�r�R+����6��u���2�p��.B  �` �0K��..}��>�(Z�쳎9I�,�lҁ
�@CА��'���#���2���
�,G&��/zr�� i=��4<0����ZvGX����Kf�
p�D�����U�ぺ���ɢ�1�vy���RL�
=PKC�7P{`C9�l9�d.�K�.�zP^��+y��'@���p�\pAŴ���{�*�2���w�ba9�r�0p��:P�u��k81�0`B�����@J�ËS8%b@!�&�9*���?�Jw��t!qC?L#�$��AWM�
9R��L)��Q�"����A�P
F�U3+�!���B�
#�0�D[��G����"��4����-a�YЄ�>4bs0X����8���T4�m�dR<�4��10�g.����0Ǵ��4�K���? �@��A��SZt��-�8��B��]iH�Q�p`r:(�@(=�X�H�.�4`��8P7��
n��&�X,�1����75�*= ������.100n�(Eø�&)���Ԑ��Yn 4��㹇t�,	]i@�Bl\C�ȅ/�S�#h��,�a
fpZ�R$�"#�y�C�QV���8%T 	�\� �U��& �>�#��D��t�%'��w��`Oh6P w��0�Q�R�ґw�bq��5'Q�A��n�>>j�h�Z����!�8D�V�����4\@��`V��/���h<N�񋃠�lB{�4�!�t"T2�	.5+��x*�"{�x� �8�bp�h�������4��8@%�"�HcL�>��n�E6F*
rl��d�\�L�x�>QR�g��D]!0�" q`@@04�"5X4��2")l���d=���@����'&�iYn:�q�#�0G&(�R���@G�6��r��Q΢`��X&#���Zp�QKQ�E0�B�w�C���T���{5U:�q.�dfF�
RZ1x�cl9<�3
tc2\Qb��s��Ba�9v�A3���P�0X�����Ta�F�qe�c�)�PŠ��3��,�T�|Gʝ�G�Q ����H3΅����g2~aVAR�Y�aD�x���w�빿����Ev��O�01юMǑ�kI6��M�B���I)�X1ꋋ]h8�j�q��7j7���q
5�v,C
�T)#��>�M�1�Q��@���<�!���s=q�����K�8�0��SR�g<�4	�/�hly"���b�_h�9l,)�,$C������qa���y"�8��?�9"�a�2��C4�u����H�9 !�,%-AA�H��A��j��w��Ç#�7��ċ3��^��(jI��V��5{F��F����
�KW3�8%�k��/V�Vh����~��
��X��J�Ǯ���G��2p�
�]�uj��Y�ocْ!�9��?hoI�\���ܛy_n$���.\����Q�~��b,�k�e`#�B���H�S7
CQתw���pD��(B��=ڶ��M/u˝�^� ��㭐+O�<�?z���#1׸e͘1kƽ{�t�7�c2d���b\������`/P�*b�F&�7���)5.���.�`����*�Du�?1��0�@)�p�!{��PPUy@m(T�3�C�C���0�c�01�2�uZW�t�4sBXU��)�$L�a4c#_�CP���0�pb{=X��@
���1�@�/�J.�8C �u %嬲�
� .��fPr)�i���FÈ@
� 2����0�m��P��R^�(�8�Є�A<�h�P@�	?�C�@�@��u���d8�I�3�0�ʣ
��!�
��@�
�@7��
�0���,��@#\D2�X。����
:�C7ܐ�? ���ul�@�%0��a
6��@�t0@
@�K0QD�l#Y��ʗ1$�/�@D .6p@�*�2LhP2�Q�QGu��9q6���.�#fC.�.����(
��U62�nQ���n��Q��rP�KP��3�Ar F9��hc���
|0u���Q0"8�pĆDa;i�k*�p0E?�a�&�m4Pѹ�nt54�1,�{И����`DÔ��ˎ�Ӹ���E翿!Pf�
�:C>ex脥�@��	,�r��6��E�!�p`[?�A�5�/jhY0�c�dByG0����z�6��
T�b_�����ϵ�\0ؿ�}؂!�s�<�R��h G7���n����P��nkh�������A+j1��\�<��E8t�8�x#MhD	
�@�X�p�ށB
��*#�P<F#��C-�
�@�p�:��V�;���VP(���S��@k F���'E�@�,���d�}FB@��X����0�t�MWx��+���ǜ�#$�0�
����NVp8��Ϝ漁���}X�(��:��Mr������B�L��$�	�$	#�7�	�XQ`�"��G �jW�,�[����_N��&�h(�X�
�	�@2�D,$"�XF/J�O�dL�x����7
c#�S� � !�`F�r�''�i�󓃔���
@�(�
�Ї2�5�U�BR��3��d�dlՏ���x`px`a�b�E:�$!��c�3�q�^�Ë��Jt(,�t�}C���˘�az!����E��J*�^�ȃ�a1́�X<ïhE:�:a�H-A�.�ؐ�tb#�
f�#_��R].��=�b>*�@�bU�JD��C�~8�x��D�U$'cRq	��l
�H kя$��&
/�‚�$�4�wKQ�g|fb�H2z���׾puIo�����^r�1�H�0�.| �!�3.1�.��_��,�-H<�a���;ĉEdr�m���ZD���Z���HEL�dDxQ���)�����=
�/J4f��.6m&�,~��I&�F��b�d�Q��]�Xȃ��޳?T��D  !�,&.@B�H�����!\Ȱ�C�
�{H����Z�k��Ǐ��'o^��@�t�0�:a�|����&Cz���
`��l
-��X]�
��?x�跴fFt�x$��Ǔ��[�,�<��c�����~�y\ۃ��;)�b+~��b6�/K����b8�W�†�B��!�ƺF6V�V�̀�����Qk���.VW����`=��p�e�ױZ��у|x?h��%�/�V�`Wܵ*����c����y�����З2e��5K�n;g�œ�o��))v��Qت]��[o��[!��.����/nj�g��C\B��sTC��2.~��.$��K.��28�<��A�aO:�C�*��#+:� CZ%�@��3\�ţ�9���SC ��*���K����B!
��F���L1#��.�(؉�C���g�8�xuF	TK?a9��1���b.j>K.��I#�4�	0�i�����A ��RAЊ36ҹ+�4�A�#
�t��L���������/���NG�������
+���t{`�p`A�*@���1��[0�R��1\����#�0��)0P�2�@�@考��`0%��j'u���@{E^AR�R%_�E#�H9�$�B:��
:�D"��t�0R������"A�<�
9P�����0L�
@� P7@-�,��G9<�/��|�:�-v�8� 
�
���8�
���� �v�p2U3��(�Q��/�v:�B��+B��!�堘K9]0M� �f��G��?���0>��K\)����L,��0����VJ9b�A�xa�uT(瀷l����4|B�,�펂�D���
9���k��Fkp��7��b�'�J9�O=�3���R7���O�?H�
���7��x��=��MyH?Z�d��G��6��
D@D�
�P��
�c��p2�`	��/V>�5��@���n\���~���a��|�@ާ�&���3���Q�2��7z��h s4�Ba�@�!N�A~@�+&lC��S�qp�h H�0*!VQyl|`c�4Рh��Y&��e� �������a�@��`���A��C$��bd'T�� ����p�t����c�#6�`<ld��p+_Ԛ�,x�N(��p
�cB+9�2~RX|"X��H�*ޠ�ʻ4�2dg���M̑����BQ@
8͹�͠�A@�_0C-+�
�9���M��J^��S��?�8~�Ú��N����?iB�?�	f�h �j�M�юt,��KѸ�"��(pD/W�q��)�\I+�v0���'�0W@@@0!�S]�E)���k!�@G)x1�L��pY��@��� ��>A2��`�3��f��0�>�a9�]H(!��G/�$�]���@�2V+\����qp�t�\08���<W�䃗u�#����&3:��S�!�݈���]׎��T�(J�%A|!�~�bH�XA������ˣ�H���Z����C�Ћ�ց^�DYZ�6�����?�%+�����pH�@�tċ�
�k���G���Y�C�G0����D8a�9|�� �7��G=�fd�N��L�P[Y4Cr�Q{A�t�G���/�1�5�8i�2�a��Z�"�Jִ�ṣ�<�K=6�]_h�%�*!�p���x�N3�
���fs�z^IG��㈘�	!�,&0A@�H��A��&<Ȱ�Ç,�6�_ċ#&��꟩x�2�Ypc��|��L�E�0/v4.���-���`��x3@�q�A��Ta�~�Ε�%pծUƚjuYk����t�RW��֞х�U�U�`gy�$f��8]��)�K��:�u��%k'߈?)WԠ�d@g�7��A���I�H��9p�f��վ^Y�Eڡ��C�	���Z��᾽1.Ga�/�`��a����[6#/yɡу�O:E�'փ�П��t������ӣ��Ih��Gr�/a��)c��ݻx���^�5�A�9�L2pŴ�@�<(/�c2�,�Na��R?
4�;�$S�/�D��2�Q�"�.��(.�8*���R�3�:���@��2^C���x4eK�+���K��cP<��}�e#�����G��K..��P.W1S=��0�����
&(*���'�=�.���<��C����
�eR	�0��i9��2N9�Bh9����.�4C�@�P�*�c�@�4L#`�CF��0�"����V%QX��KH���8���%�PJ�{� �K�bt�F1�#�iWXG���"�C�n"�Ё�lC4@4��0��tZ�Q,A�	j�B�A��C	�d�A��?�@3?�`���(��Ä�,I��y݋29^&^PR�0�0�9ԃ@7�p�:q�1�.��m�����A�έ
#{�-%�pY���
4��u:�d��M.���w�cP��pX$�>	�	����?��XD��
�{-�`�M����h�Q�N�ɹ	%T�Bhx�7D�FuDo��'�L��mV^�@�6O��ʖ�0�h��2�pC�XD������=(��ܢ�`�%s
��3~ѐm BB�np�:��y��lրl�P+‹/���O�`�/�P�x�\��,X�:`�����a�J5�x�S�`���e A�R�ę��o��@�X�"@����Ci<�̔t�D�-k\���8��8�8 �8K0�*NL�7 h`	$�5'@�P����xV��'�X$K����M�\��@��
(%����)�!Ɗ��	@���='`k��6��T(
7[9��JQ�
r�����w$? ��
 1c�a
E�"2�0@�r��9�	G��@�	���H�0�a��4�8N��D
�k
@h���?h@Ȱ�e�0J���V�X0�� �:)?+�M5�&P�c��&7�E<�я����@�h@�x-q��
/I�F��MO�᥂�*��p��g4�@`��MN ��9�Ҕc���А3�
��A�8@p@��Ş%��#MF�&7^����e.�`�D9.Ր^�C�0�G0�2��@U%�зl�Z�*�N�����}Ȕ&����&�"VxF<TP�!xY�^xR�2������+�0�*�h3���1TZ�,$	a���ы�y��@#�M� b!��yҢ��;$����2@�U���[J=�+�v�/a��loՌ;�T$�@�.��e��!�Hɓ�5%�|&�9�ªC3��@䱌_�hF��e������E3>����*><��E4�.α�{��"��:�!V�b�$AǓr�ֶf$�}G2����t�)��Ƈ���6SW��qs!�,&/BA�H�����A�G�Ç#J�H���z�)[�΢Ǐ[+�k��e SV�Wk�]�v�
�.4�8���+���V�/�Q���KN�8����zG�h����)P�ϟȬ^
�������%u�3�bU�z��`]V�J����RcMFe�K߾����P���/��ec�Ru��/2E�֡��Y�~�!b�',\.�l�+�Zu:�?��vX+@=b�!��,l������
�kPud��[M!����zJQW�b���E[lvg��%;��u'�Օlݻy��v�0�3v�,��1��.����4�e��3���[B��1?��aI^���.?�KZ��"1�,�<���
B�Nf�蒋�R�%��)���Au�a25]xZ͔""��DPI��RO ��i)uNS@���@��+d�9�*������R曍1�/�`U�2�0�eA*S�0�T
9�&+���V
�(��
tѣU��
0�0"�|C(%`��A�`������0��!bP2�T��]:��@+�p�P)�8�0�{Q� @�2 �'����k�ĘWoe��R脃+�8"�qPR�0k�2�C4��t챉'����TP�ԓ!��.�nA�vp�(Ð�� B?qC9��4p ���9�@%��PaTK��(����à�
<@9T���pC�)0Ө���8���8h���*�$��E��@���*I���A�[�p
:�pC?d���:�*>!
L�t��Az�)S�Iej.���:�|�NpaQ1P@��h��7����@�-�Np##7| օ2��
G�qG�ߡF4��@6p�iI�H$�?��TT�#��:k�������7�*l�́��[���q�ߙd$c�zp�p��{C�0�5ae�0�
`܎ �Z�D�'�8%��g57���CFG��g<R.D#,�4�(��X�0��DP���@A�ԁ4@��r��+>sFt<"�~X�FG���}4H��Q���.������I�� �� �4�
N�����M<�D��E<���h��`N@���ѐ�|"G���1*�${ht�b��4ಭ�{P3rt?p���UC4"4�R�є\�2��@FG5��Q��6�T��X��Ăs�	�q@T��`pGpYEG@͐�~��=����s�p@uXH����xzS�u���J�a��'�`�A�PF����"�	���Ƀ`D�$�B�y�@��`���k�n�f���s@�E��(�e����I�#����V��V�&'�P��3[`d8�0��Y	��2�����+�P�SSRv�d�2�ьX�CEp�@%8�7|�
pX� ?�NnҮ�5��1�aD��P�/vuE���� �FxpRsb	!�BA)��R��QB�*~��H��9t�b�0�LD�A��$��h��3�n� �I>�]�c�i;����(��O+2f�""�i��p�,B.-1F,�F���C\a�@�#X�~�L…L��#���c�@V3`�ï�…1j�z@���`E��`/ʅ&d�8%J�X�c�7X^ԓw!��jM�(1N�!_��Ƣu�Cʃ^��
�	���MhZ��R �e�#������4[�<�!�xF���djh���qs�A#$ !�,'.A@�H�����!\Ȱ�Æ�j��'��Ë3��L�xC�h1^�p���R��ȗ���,]��܉����7TW�e��\:�)_�v��j�*bL���W/YT��t�b�^֝�ޭ*��&��0��'l�.�b{ɂ�����F]լ%ߌfe�µ0�8arc���\����L�E�d��*YY��v�!U]���f8/���
�VzX�B�������bY�i<v�!Q��(\:o_�g���J���sȎ��
�C��9uR��d�~��k\ʔ�­B�ҼCǸ�"�\I��,�l��.�UU,�8�YHW%�<!q�/a�����ND�����4$Lk�	�@�@)7�X�B�9�Z�!��;����?���P "�ʓ���0�T	L�0�P.S
��8���;f�Z2��+�C�0�4R���'�\��A{"���R�@�P�<�t�dà����сTJ)682�8}b	�c��2�AR�N,I�U$<j"�
9�H�q��J@"���@����#�p��#E[ճ΢���
Tʁ?���?�p�t@	9{�CD %Ìz���S`���
3�4��aC`��
=|�7q\@IRp�
B��r4ʐU�
�,W�|5�c��:��C�@�@����1S�0��%��;�]�0�SA����1��"�Z��
�2�4q����?h����.���'��.7)kE?A��T�.���+�@o�Q�X��@4�����L.��"�#W��i�"�t<�\V޾����G^���a��b��
7�t3����C��Og�v@
����^8+�,1�
6�`�M�$U/�D�P��`I%T}�4Da����F���@`�6�3�41)�MC"#�e��Ѐ����1� u�
z�� ���E7��
�ed2�����!�{�@040~���@�L
8�($����c.Q�D���@
X͆�+�A�����*�q�/�0��MF�b�e�
�����!o`Y�d@���5�
/�ž��&�0
T�5"��q�
V��@
�`ŗC�$<�K1���[���:�A~�{b�0�F��F��1ķv��0@��5'`N@��pĠQ!b�]�!�0��(�TH�	�e9pb��@��@��ta f�-Ep�-.O�A�2��a���}|�/zs)�P������,@���4�0਋`4�����R��g|@4��mu�����]���jJ:�Q�y��2J�,�q�L� 	d�j��B����Di�PF��ʝD����-��T
����	x�bϐKD����c���3��v�c@@��.6A
�HfXD����9���z�)�c��E/�Q�c$c�V1@��qJ,�ȡ���4G,Ǩ=:7�n���fJ�J�c�@k�S�����˄hT���d�����r6]�mJ��:�^�h*��0H+�8�A���@P���oYE�ⴅ��^/Q�2h� ��	Tc�p�p!���j^��y/��E2ڡ��
��t,�1Q���4�`�P�e���PN$�v���;�A�>D!�H,v��c}�̑��[W��өn�����"#��t�ʐw�CK8���P�83��W�����
/Vq���P�,=~B('D.�	.��pLw,�0)R�\X�0�87�<̬��=��I3�1��&.���Y�h�!�,(-AA�H���������Ç#B�'��ŋ��n��0�9�_2]�t�bG�e��@��p���粧�Q�X�ZUS�2�H	�Y�.�Nq	[�i�V���廪>y��5�ป�A���

]E�m˵���K.���J�.X��Q\���Zo���k�����j]����U���p�Ԇ����*_���cH�'D���RW/�K�)R�gj��}��W�a]��h���uaˆ���/_�z�*+�b/Y�|�l�.�{��߿�jh�V$�o�f߾5�i���
+��Ri��$�p�E��a5'|�肊��S�����s��;�a��S�U�A��29��!�q8�K9pITV8��rL3�XO�9T�0��1�@)H@���.�‹0ˬ��Cj��L8�X@"���Ly��XhZ�� Q�@dH��O1=�J9R@�@�):��b�dA��@�0��ZA��"O�
��0F@@
?���ì:�
\�� 0L��NV%}�
;I
T
�@�:ܠ
9��C=�@�PJ�H�b�AI9�F[p@S�L��BH+k���7�C�@�@y�B�nN	���.B���m�
2^
��@m�N��Fo�Ĭ=����
@�%����iPP�YPzj��0{`��7`q�o����	01*��G9��]��Q���(�G>k�)�w��r&�a�
-�@#���0Ô����t`CD�|uU��s�z�PC�\k0��8�2�.[)��&/tV�\����l2����'���@w8��?L0�&}yɍ6�l�
\X�z�G��T-�p"�r�F���!PQ�@p���7mS�C�dU�G�ӊ$J��C�\ԍ�@�;�r:Q�/��F󾑦���%��~.���ZN�A�@�k��
<!�\��b�GK60�i�\�C�7�
`?�N0�!l!JF(��e���?Cپ����D��&�*"�9H8z��a$���&ž��Q����C�S*� d��
�G���@���@n@���jV90�B�0�u5�UZ�;@:�@���Y���4� &�#C>[E/�!����0&���j�XD����rѫ��n�	E���\� �-s@�����5��
`�,(y
/Vь� ��xGxz��X�2 �D�7A�C#]�\�+�"�XLRL!Y�#v�@�X+6�l�'Q⒡U�HUN@ka��� p���%�,�A)ynҋt{�A�c����}0����p�hP��d����G�z2�`���	1�Q��2S�>Sʗ�����c֡ǘ�'̊hJ��=������
a��w5E2�⠻�#/��ˀ3™�4�	�Jɂ�4� �.��ő�>D�K��J��.�Y	<�����7A�@��U\�	H�0;�Q1.�˫d	�^��s����Alk�b�=�Z�/�T�4��	=j����S2��2��X�,$�0Gn�u��%점@`1�^�#�0TR��V�öIGt�d�#Uz)F3�Q~��G`�6��%�#�H���^�ʀ�|1�_��ƈ[�K�!��GϠ�?j��$��n;�2�p�������a��� �YG�'����X$�@�_�q� e�#�<�1d u5-�GH�g��X��-e�!�,(-AA�H������
�Ç#F�'��ŋ�5L'̗0f�0�)�b�pW�KF�eņ�vؕK�q�4�܉���U���
]<�
�`�*���
WL�R���28�՝H��Z�.\�j1��B]�tc���qz�I�^��Jw��Ūw�ch�bЈ�d�M��?z�/g�l�q;\q�TW�_c�c+�u˓޿y�޽�G޳۷��7��E���M&��ٯUpu!:/Q�{��j�ծUY[B��.�͛�Ɓ��
V.r��
,��Rñ��TdȪ��X
}>_��3L)m5VH�a��/�wS��2�'R\ n��P�h� ��>�֙D��A��#G`�	,� � 9�I��/椃�@���?ʄC�@�
���W^ɂ�@���^��rL3��dA��LA1
!�2���
=ܠ�:��F���j�	��.�0��C���h�(
��C7�@C�=䐃9(��0��ehc��d1˼��A����L)�X�ǜ��@�GD�D4�C,�0p� *j�.A�B�Q��O=�<��p�
G�QǸj��@?��H{�
�J.!~Y0A�d,U��>�����o��Fk����I	H!h�#
#\0��L����v�c��⩆�
�Q07|�]�
.�4r@#��A�A*D[�=��:�iG,u��ѧ�4�9�!'�
P�^9����a�rP=��r�L-���@D�Ct�^x��*�X��(D4�/��rP("�y��	�@o�u�䠒�*��0���?����ROpD48�����:������.���M7���ǐ��:AN��ݩ�T����	@!(����7�`s�5�#z���9~�
��wpYƅ����U�b_R�6��dyz���5D!Xz�0_�"�H'Tt��`�AdBgX��R=@|8��h�=�H�B�Q�H���Zg���!Y!��Sw�N��'̡s�
�7D&Py�0����ȧ>%>���3)8y(F<�渋@.@��5=݀,0@�B�@� �=�gie����P#\io
��6I<LcҘF �P�K	Fv���ma�n ���^1�WP3���{�5���I?R��=�LP�٣�֨�<oa
p�<�2�2����g�cv�A����(�0��y͋T���)����I�A:�B��0p�@���;`2H||�Ť���HE+��D 68�rF�>��n(�X�R��t,#�0�0��r���x��O�n+I
Rf��R�9��0(!X k9 �!���R��;i�1Ʊ1�.�0PTWՃP�D,�G=Ri��0=ݏZw�MX�E+�Y�1��Rp���h������B�k�Lj�N
y�9BBX�#9y�c�tt��(\��*~�v �
��X�b/�	���`�!p�˳�ӊ��c,�%��Z��X���L��l?(�
�P� j
�1,�s�#(bH8�����2MLQ:x��C���p�Kd᢭����Ge�$��C��z�"�d��x�}3����
�EgRZ�\w'���dZ�&�����7��Y@�4K�H}l�p����	��Œ6Y��QGPT�
c,��A&�2����F�'M�0���ry'LI@!�,(,@A�H�����P���Ç���0�ŋ�1C��Ǐ����9�(1�
�LW^�v�Z�_ʛ�8.W�_�j�jYA���#�4@3\s�ZE�^ӔK�B�K�U�5�q͵��?�_?�D�jתf5�~��Xhr3�z�җ��y%�P*.v�����9��t%#js�z�1ײ���R����H,�ح[��ٻQϞ铵o߼B��*+x7��[�kd�q�X�#G	�8�~V�E���|�J�V����ۃ��\��Gc8��-�0J1P��	�A%øgQ.��"O=xy��Q�R0@��!4p��c`D�eZ\��?Ʉ�}r���
7��t�`���1��#�g�#Z)�4�^
?�p�7Hi� �0�Y��*���,1VPb�,��wp7��T栃�4�@)?y�@����:��XA��R�0R�A�4��o��D�G9�x��K��:�4��?�r7��p�k�Aiu��?��ð�KO�J.��DR��b�:��O(��!�`���a�Uƚ�"NՐr���Ո�:�/��c�P- �48q���KĔ�����0�8�G#���C��'A�8`@=��޺���(%��]w�2p����,�Bq�08n�/��{g�0���oÈ
r�G���weWP"�B�q����*C���*��7�P0�G_���&
��R��yC���Q��	��0�*#���RNېO
ĵ?P	�u�z8V�@��&����@�x�9��!D��-�P�Ѐ�R����v��h�1L.?4�.�l�
7.�3�C��)��@<
GD���N���N�!���ۨЇ�@�l�{C��BV�@Id7
pt��@x� �`�c��V�` ��!7��^�� �@"��	� �t��Paw ���u4c��G�b�	u�B��A�c<"+yH�/	�N�k�f�C�+�D*`�K�A�x*�
.�	�N@L�J?x`
O�?L�
@(@� ��,��%�ȇJ8G�*C��aH�a���@@h0�U�]@EKi�E��
B8@ ����`~D/Hc��8�� �(E0�!�A��XBң��@@p-�����:_�az��I�qhX�"+�'�@�LA
F�F0&l�� �)N1�S�����B�В+RA�@�F�)�*�1\xC�FIaς�E�7�G+jъ9 BhS�`*��"f(��CN�\&�h3lpH��#	��H���9�(�X�2�����R`O�����c!)��1�A�a�b�(�Ò�F�\//�J<�Q�&T�#�E�bV}��x�.
�4�E�]��C;����#�h�A�����b��QRBV-��G�l��#�uH�vf��B^E
�:�RBѬ��`<�a
�H� >�E<N����EK��KJ�c0�,�Pn�t=�(�%g��>�B3X�f*�0F3⑨�u%X�g����D$Ym��$�@�+Œ@�xxE*	�e=�
gC��E{�z�T�$�E�:Њ4]ƿV��C�"����f���3v��e)"��?n���NqD*�X��0�1J|1a�&B�>���tT8�A�@���>9"!�,(,AA�H�����P���Ç!�[�_ċ3�2���� C�`]���K`�ȗ���*+]���y�V�z���NY~<��Ȳ �A�J%���8\���*�bXw�JW�kז
��
g.4�/�9��"\�����׻�U}�*\ީ�����V�V[�*8Q�/���2�ܳ�@c5!>�/)4��ؽ��O�(��r��-��]�+�:�<e�	�0�<�sɔ�}Q��`*�
ְF�!��"�l.����	s�*^��A� 7�2(���FU�O�B#ɝD:`��
@� �ėKF���L�Rv��	�@D�4�@��HQN)�,�Q1��)�� �搃QqC�:�'@���F)���1�p��4�$j�qGXT�8�.ԁ�K/�Ē�@6���#n��Ƣu81%�`D9�\�o�@8����@.!t	
��
f�QG�n���=��@lB*x�T�S@
�΃MVL�pĢȾQ�A������
,��"$J#��.�#�_��2�p�w���������ȝ��J��3L9�PJC������7�@�*+Pf<
���0�"�0��a�
F�̭��@���w8��y
�#ܙ�@�z�~ �A#��PU�8f+P�
�"+������ð��A` *���T�DF�2�=ܐ�w�qč��0@��1@?�
9�8���#J1\tX���p�9��*�{���u�TBN��U\|�l�t����4����D��c�'�#�(�L�A5��*�<E	#�_4YHe7h�!
�ա� �b��袾.��_�*�\s�6���A��K,��|�A^V��@H�$�p?L`9�����p�P�5�^�`����$s/�!Cb��"�c#�(�98ш	~�۠��V��=d8����20�N��C��`�$�Vt���؀��!�0�C #�l�Sc��E⎆h�"4
��	]�BJ�@�_��`�?_��L
��$(���`	EL��$�P� G= ��A]��$�Z�B�P
@=ʙ�R��(��nHBPLxp�2���� ����(���D"l��$�2i�ND� ��@P ��di�V2b�z�c�1����0@
B��ra
jDc}�4!��5���<C�Dh��0�ׯ;�)֨�-n��\��ga�Q�Bz@���]@�{���
.�1��#S�BȈT:���R0`� � ���gx�%�;؁�`�b� �&�*�Lĝ�U�B �bA9�z��(ﰋH�Qv�b}#z.�dV��/y��H̡X<u O���X������/��]�"��,L,���JV 
�"�]�&oIF8XK�����$�0F3�qL=�DY�(F�Ӕ�((Q
�/��Yt�rN��AxQ$��e���I��v���?ZZU_�D/�(}^�c ��؅1�/B;z͎<�2���"�P�/���Z��-���zA����� %�Ei�œ/ڗ �Ű@&�?_ %�I5c���3�&.�A�#�F)�J�&���f�\�	��KS�]�Bȣ-�0xCg��4H��(�e�@��;1D!�,&+AA�H�������/�Ç#J�H�b�}����ϢǏ�Z��W3�(#B�l\]�ƭZW�^ʛe��V�b8�JP._�	
z����h�e:���-��*HV�*�jqޯ����W�*ى��ҥ�l�V[�z���.pM�����a,���	�V��?;5$H��ͿZ���c����.y=��f!h����(�@񮈻V]u�o�3�-��D�64S��<Y�܎�+@2�蘨>Q��
:�p�cX)]�>S�NL6�Z��P@�:r�� �r���Ku�@.�L�Q=�1���@C7��?�@y��d�\'}TO(��}�q�w��ðb�G�)��D����qCG���f�'0�z�3�4D�`J���pDu�1$�� �kr��G���:]ݘP�l���	Y�]�^D� c�G��2	>���HCyzYGG|	h�a%1~4L�R3��`i�B���kt�9�7@0��2�S�U� �`1(	�@��NZ�����A�@4BX��0���A���/ʼ3�^v��cоqgu�A��=�����B�0�x"�0�y�$���@g\�9P��i��#�p�
�Ș+�l"0��$�@� ���#�w���Q��!`�� ���	���a�@anD�Tه�@�\4~:���"�"n�$+g$��c�8F�0�>���^��@��@�?�p��D$y�$~��$0��.��.���K9��@p�@?�w)0�!�b� �A��3cA���J��2��A���L"@
t� P9H�`�"��=�!���
7�|�R)���p^$"���G������"����B V���H�5�1���@��ʻ0�H=��p��P�!���(�1>��
�X/�QeL)Y �d`��9(���GBC��?�f8q���0�n�O=�sI1ܕ�V�@0�Z3
���8�"q��!Md@�$
��D ����
t�e�����5�
@��?��P�"�	����J��H!&�IAva�b,�7��^1�%0J Bf�hq���`�` �#�^0C)Ȋ^��Z8`{�Fp�?pA �1�LCx��!��KwLjGlb�PT���1ʱ�D@_�(a��S����4�щ@ ���A|����2x��ل�d�(���[���<)4�	�ŭ ��H?؉��� @6�X��\��8��
��B*ԉ�f��|�B��	r�.�j.ȥ;\��(�IKAR*v�"0����]��= ��<��\�s�CE�N
�^��J(QG���,���1�U��%(G��@��\�!X��/�鑕,�tEL�ZX��«E�B���C��9�؄�iK0f��ݨ+�8F3FS�u���h=Ґ����٫0��S�á���Y �b��#��͞�[f<��\�	3W��]0F=��XL7��>Z[�6��!�A�q݊�&�p3m�~Ԣ�
32�Q�`/N$<�X�X2����2F�?	�`$$5y�GL���$!VqB����¤:�1H<�R(á:�H��d�ͨ�b��2�&�XI��,��!�,$+EA�H����B��^‡#J�H��E��ΙC'��� C
�'P��R�މ\yQe�]/�M��~d�k��@'���Y��A�"�iNiR�q�֯�S��V!4����V`�m�_y���eԡ�P�F,VdN���D�K$�ӛ�)ĵ���Z/�)y��r2�
�VVς���@��4t�8A@������G�ݸ\�"�j��D�~c8��3U0^ډ�fI֎�@rh� �P��L��c��2)1W�`��T`@
"�o��Ap>���*&�DO�P�
��
��w�@7!��.�W�.l�Hp�1��pf�qDw=�pP�S
Kx1Rc  ��qQǐut�
@#䰒[H�P?nM�!X�C4Y�o�
?h'@��J��Έ4M`wo�gf�P
��C_�Ӥ{!��2.-fVD�ߊw�Qdo���~���H|�H�^�Kg�RL3��B�I��e�`F{ �v�	��%X@x�h.� �K2�<�p�_���F�X�����"�� 
t�������]8��L<�$Yh@�~V��@od��p�"��aqF9�>40��dA����1��(\Wp~���wDqC�,4��<�B��H�	
��#r0�I9���]Z��N�d��	��Y�Xܠ�x�� X?rB{qB{D�$pF������O��~?�p\��~:���2HŠ�a���]�0|��|�aC��J��@V%�e�9����@�Ѐ\<"�!��$N ���#P�F�0�tmD9�E��C?���Dp0�	/2� =���|m���I(��M~oH��Aމ �~�nH��H���*�G�p�D�@4��`<�A�X�!
�T�.ڵnlc�H.�!�t���  ���,�\ޠ�A��o$� �=�CR��*p��\����"�<� ��S& �g,8Da&�ĬH�:�_�� �/4�nh#��V�^�C �B�@Ґ�a)IȂ��G<�o��Z�0���ǔ��S�`�p/����ǠW����
HPAibȠ
f��$�CX��@�4�l�1�$�X#Az_��"z�ElB!��$P8'��IHA��$���� BƑ�T�J��'��e0F`�d���x(a�@X�@��IX��h�&/���	�D9ʡ`q0
���@�"��4�
$���Ar�]��*Ј#H@؊!�0R����r��՘Ff�W|�B؄JbM����?�tJ��*X��ax�� )�a
oX�!�X?�sS����� ��B@�	�*n�ӊ
��/H"S�䤧��-Y\�ñ8L.|!�v#�X�.Jq��=$h��lb�X��k��8�r��71F�r����U6��?�!�*��(lH�r�RD0"0�D:Sܮ���Nz��d�k ʍ�1�g��l���dĂϑ�]t�}�"m���/���w�F �D`�%7�/��]C�p�^�b��V"���M`��p�c�0G:�L�,D�V��?&G݄�b�M3���v��^	y�fbr���)�1=b�Ї��#�8�f����Ĺ��N���w%��,B�Yۛ�/�
�:��W/�X���t�"��S����c,&	'�,��(�qȘ'!�,"+G?�H����
���Z‡#J�8o�ŋ
��K��2��p8s$S��%0��\�s��&DYw
�`Y6�b4&���d��R�뵚2#�U:
����'�PU	���/�����}��J�);[�H��"��t�zx�k�KC
0��K��*���B۲I��$p�^��|��ͱO
��A��'lh�,ЂJ%�ZլvͶO�DǍǁp��^���j���,ˉ�N(3������!����-C�.ֻQ�ֱ�Q'�uE��4@��9耜����*��2.��B�D���o)�@
�%wD��� E9���XcL(�.��ԖL^�X�Q�:�	���0�<L���Hc� @ܠw��#4�p@@�貊J���m�@��o����eN��0��%�8��@
��Y]p�:XY���F�?�@�,��05��i���48�hu�ʣ���$o��%��gJ���>A��)`o�Q��r���a�$N��#��H�rNW�$	�G�B*�R���"�#�ap`܊�.���<�4Vp@�
nޱFn�aF�� @��q�!~0��qmD���R�b�3�D�@ wD��!����� 4?�E��` �D����0��IP.Y�"3��6��
\�j��ry�"�r� ����bB���6@!9C�K:������N� e�
�`�"��kH�N�#�"� �@4�vB�\�_	%y��
Dp0�H�@��1����������	�$P+���7�v�db� MRDF0&B�x��0���'��iD}	]7�D�P�X�<A��c�"�uB�
9i
DP
��"1��� o�
†�x#+��^��	��@ ���u��p��`�V�'��6��
nx#={�AX��c�p�
�`�PD�����B��2|���Ê�0�&�mɊ1.t��\B	�La,��$p�H�#�w�t(�?Z��e$��<'*q�o�P��@���I�� �j��”�0p���H<kHt0�DE }�$%�H4\ �%W<��a(U�w��� 	f���r ��
���P ��"]$
T��HtZ
n�#
�?0&`��X�f ��  �2����$P�xJX,��G�"��8��P`�8ؠ�
B��iHá�pAT�uY2*蕚�@ &�B�
�U���F4^
�<�
L0*W�,���a��0,JѺ�
#��FKW:
-h��Y/���Zڤ���8���`�7�a��z�S��i5A3��F9��Â�8$G��*�_ E�5�;�\�������4�!���Q��4��*i�0kd|��F)F=.'�x�"|
h��eX�"P}�N�Cښ�c�XEl�B1��"�X�M��%D�u�+��+Zdʀ
;�������h�3Z1�b`�'mmQN�+���p�<�R���aF[{3����`�,�H��
�'X�����f���H�:�A���4�!HC�@eEq8m�?���SBd�B��Ԃ����tYx,�� �Um�_�Ȣ��.ޚ8�}qQ�.T����MS�\����,�S�uT6��ꔍX��5�H@!�, +HA�H������V��#J�(��;x�Q�ȱ�f�p��.�C�(S"�@׮x*c��2��]�����WA���j�@as��%��F��
0U�9��t��:�V+�
��k��㲄����j-����(������`�P�1�_/�@aC:��%�׼�<��) @A
8X<0��X��zM\����4�I�X����v�=������50[�dX��#@dHp��…O�ݘl�WI�B<G�ŁL��"<y�ꤨ�[� � B�Ǎ��!�(��K0���2͜��.��LLS����@N1'à"P8�K8J-��:УR(�C�9��oDQ�2@lB��{��+��z(�@��Du�Q�:��C�8p
�䒋@4y�.A=��T% w�Q�uP�������dJ��K[mqt�
���
QTY�@G\H�I@��*�0��8�	��Do��?�g��nl���`�"��!�P0���1���DS
��kT9�:�j�w(�$N�b80��DS/ɔ�[.B���9���o؉Ņ, ���\�Bd�������*�4�^D�d@xZ6Qk�2H�2Aq�@��3�J'�rNi�9��%
fP����~("HƆ(��HL���?
��1,TC
��(���}���"$IC9R�1��R�0��16f�,d���ND��r�aHƇ�Ⱦ�Q.�1Q	D��+���?5 ���@C�:�0Ńt}�@�X�@�Q.���
(dE�4�V>�Pz.�@+)(���]��	1R@k�S�
K�2wpI8�]Z.����Aa�p6B�\
9���J�`@�	�?�0A�!�ƣ�;<��pB�%�4�Y����1!��H=��lL)�|�3AB�	y��~Ǘ�Є�F�P�8�	"�0H+�L��f���$pu8�	� �ȕ�P�fN J
X���k\cߘD�‹����A
@hQPC!�E�Ѕ��"��0���	.�rc�ІA�e���H�W>'	;,a8�DХ7BKTD�f� 1��:���t�#p�7��
0JDf��A�R��BH@`4 E0�	l	 ���p�V��H0�0�qP/)
b��&�9��B*(���@��(`p`�$��%5l$2"�z4$��2�{�bp�@�`@ �N&�4r� �{���� ����am��%�+�� Ӱ�� i�(�.��K��0���PAp
���+^�h`@��QđȀ	W�3!b��t!�B�֠�)�1�S�"�0B�X�$PI�1���\��d
�J�l���c2�@�}�FeP��(tQ
]� ��\.�۬�!�8�:����A6!e�&B�Q�E�`�Zb��C>	�p����h���p����p�i��&Et� �Jg9�P�ڈ���.G����.R�����j)��RqŰp�.��
���`�,�S�I�.=��]�B)'j�0���}T ��Z4ۗl�DyF/�X#��?��[��E"�r�p"t,#���@�
�� �H;��q�#(vn�R�<��Z�������0,��
e����rY����?(�5�/4��7���[�ъ*۹#	�nP4���(i�0�[�Qڸψ��X��J[Z%��Ǒ;!�,*JB�H����𧰡Ç#J�H�bx͘��ϢǏ���9� SZdŋU�U����p^�vu�F�g�xu�%�g�V�"�H��A]���g��Z�d�x!�ˌ��z�I		j$�t�Ʉ����J`� �7M��)\�ÙYk�@@
=R@Hk[���Ե��P%L�A$G�D�б�B��v9��N�ǭ+h��ㆎ:n��ǿVT�A��!ù�|�|�L��'�s���@)���`k�<#C�1i!��ox�!<���1�]�u�ij�a�D�K��R] p�p�@t�C$@��R�.�貋/���D�d�QVv0�:��w��]:`A�@�.�5΁L'�*�|dUn2@FuԱFQ�p!<�L�+ ~)�D.�^�Ѐ�Q�p��p4��"�pø��/�'Q]W@7��Sp��@
�(r�8�P �TE�ԣ4��p��r��	�1���!���+�FQ.$��@�PQ(	 �
N�*�w8q�ĩ��!~L�D1��0ÐS�G�$�DY%"�@�p�o
$e�7�6�!�
@
����c��SL:��O�Y�"���Q��*��0��� �h( ��XD���,�m�����&�fX���q�!�d)x2
�A*ႋ�m&�.Ǩ�����o9Dq�9k+�"�
�t9�0o3��.�0S�Q������p���h@ϊb� �
4�0D"�0xR	%���K�$�AiN �p��p�Cnj��'6�u���j/��R�B����cp@�?ߛ��!pC�0�bHQr�i�Ե	�?C8H��8�@(��!�7�l�*�82#
GR�^C�–Z�����o`(��c\�	��3+�������i �h��"���౳��!��K��/D
p��
��N H<����w}y��
R���op��@.6����#A�!�$�P�$@ ��AԠ�ITJqS�a��<c\!
�r
l@�����(������$�}"��HT*��C !����@F0x�T�b��7�q��@
!ʰ�BBіV��xBP�$�,8���DH@�	�)A!�2�x�C��Ŋnp�a4�( R�_�җ-��?���`�z����M�C!��N zLȘ~����!Yi ���ރ�Px� ��@�(��!���2�r�t��	&�*�#��>$xD ���@ *!\��b-M0YF�(rx�n��a<\T {p�/�֓P�	%�
�Чq�"��ӲA��"�xE4q�8"��Hx�����X>��2`��de�F6�A
jP���90�V ��0�	VR\|�s�0HH�pU� İJ��Y��ɠB�$[�����Ta�x'�>D.�1���#��YG8���U(#�1Ә���洳)�g#��7Iy-�.\2H��c��r�;��"��9���`�!R�.A`��	d�@F:Fq��xw�
9n�qpt��/<�9�,,�
�2]��4�?��]��(�@�rg�"�MH/^f�ָ�a�?p��_8��qOʐ�6��WB���֣��g�qB.@F֯G��\���ZN�2p�=]���`X�A���W0 m^3H�u뽫8F=�q9�$�:���@�5}.�G��bEӄ�	!�,*KA�H����짰�Ç#����ŋٝ3��Ǐ�@N �`�Pɲ%��Zʴ� ���՚y0�@�-��:��O��Z	���ҏ�!\��@����p��%���<���h
�u 	����
 ��L��JPp�G�"P��.�L+�L��2�pH��D8X�/���&�N�QD��q��
�7��B��VН�W��-[����9�����mS����4~�?[�0�J�;��x�u3�!�>Yo�q�/S 	 �G�4A�e9ABq�@�/�sL2�4K;��S�E��@|���q�4P�FX�P�	8�F�n����.���+��K�HF�:�XG�qĈ'��$�}Q,鲋.�x�K2,�1�q4�Fo$
�	��$wL�PI�	�Q+�,!���H�q&νqHop%���R/�a�
j~��n$�
=���1	`�����G����N��`�N I:� @�r� �@�@0㬊�1@4���"�xCw��wp��fT<b����8�H)���j1͈$��R��Y$d"Z�7�@��`���(�A�u���.����2�d�y6�,qCGd�$h� ���q� r�
 �1$HoQY
/���pC�G�yf�Q�V�2ȡ
�\ J9q �0��
*Tv���>1�SH�)2kD8�?��N�}���
�2�0�H�l�	ԋ2�h<��[pB�����<��	�0*�D�0|�!%��d��1�t@h �@I�\@� A1�
9��@�@	9�#�R�������@�`�EOuB��Ap4�0����H����.���Sg�����G.�(�
�B	#�.�(G%@���:��@8 ��98�#� 5�9�6SUC�!V��f��m��Il ���')b�P����0��B
�+v�C ``D�3��
5(���w�$q(A�0� !�xY
@�t������7�
�9�lC�CQ�2�`ء,'���x$13C1�h��Q�g�F(�ă���;�NB����}XBвCp`�2$ �CX"
�a��s#"1ևn�&�R�������Y@��%�I�A+	С@�$�1	H�����x�	J��ot�7:�b��HA��q�$��P�R�:@K��
@@0�+��	/H�@�樄�D5	��.b��}��2P@)UbL��L0��!rH)]��̰��<��DhT��"���!q�8��P�"AH�@0G��&ɐ�U�����.P�S]xb�8�,�A�@D@ ��Ax��b4k�
E�`�Bbp�E���j����,:q#��S�E:��Z@9z
J�cްF5HQ�jX�];,�������n�v�pH�p�C�*x[��c
;:��}^D�Krbp��c���3�x�ɹc
�2�;��2���
ye���"<�Hr����E+�Ej7T�p�!/A^/��&D7B��9�a����9���#K>�8X���(���Y1��x���S22���R��2�Q�U���X�:��@�	<�@���H�1��v�c�:�A�A���/#�.E�3��	��<�Q�9�Cv�-y�懴"T&�_X�K�6[$.��.��ҙ'�(�K�T�?_�oQo�`^C˄!��]���h���;���w*-y(��)�y⶝�d��-4D!�,*JA�H��������Ç#
�&��Ŋ�	3��Ǐ
���.E�(-63�+Ô[ɬ�
�@vu�j��M����� �̊��W�ҕ V�X侖q%+�Ֆ0@EP��f�f���q���5��z�᱆��,`
":~�� @��,�s�
�O�nWА8��?Xpp��Ĥ
u@�2��9~��1�
@D��[�:�����X�7t�.����-��X�a����W�\
��p��?R�a;G��- ��2f��w0^�����f��!��p�\���
7!��}1*���K0��:�3^D��t�E���:�@�o���?�|w2Apt�*�P�.�X�2��(�u�X�4���w<R�02�w`�K.AVdyE��'�ww��w8��
L����!��S&J�lW�Rv��9��ƌ�Q�9��"$U�,���8���I]�5���@3��81I�TD(�����^�K%���^a@wFe�Er
p�"�2Q0�3.�J�]0��MJ\�"
X�Q��>hi
��k�<"BR4"�r�H�(#�@'�?5��ÝND-4H(�r�!�c@��SnD
�28
�0A���C�!gf���(� )r����,Q�@
��)�ՂU��
NpAE�Mǃ�Af�%�C9��k�4N�,�p�P���+�(
9�	�+�
y0;��Dnа�bN�=�m6*����"e7��@���0�|a�r��eB#��@�$���%f�Ɛ�q��
=2C��7$p@�q{C
��@���	$�dې��T���S
�9
���j<l���3 ��������&�P�a���Lм���4W00�������4u6�H�!�ү�(�q��^@	�(�0H<��8��ᇃ��A�_��� d$��!��b)L
�`�"N��
� ��/?�Ĉ"xt�ը�;��F��
��cn	V�����(�j0����2����I(Bh=��Њf�� �X�
�-q ��0�F���D&C�G-@�-<�	���*�nP@2�����@�1�a�bl���6p
9�	!�h����zD���^BQ40 d��W2p�`}H"@p�M���QŠsP�#5�O��MF�A
(��FP��L	�x�@/b��1�1�D&ϑ�
��` -�'61�$!B�p�AD��I6 ���F)`�
R).�4�

/,� �	B��fT3�H+$1�+���U�T�R���0(T�+T8m �K�<�B�Z4�K=5�*�kPC���,�����Ɋ1N�֮��jŀ�<�
]�.ָ�-4�
��� �(Ia+y�"�
QM�s7���$�e�1�q��	!u�f–p��i��@Ra}��U�b��e�f��R
7�X�f١�:s��f���ЪƸ��e��=����./��_T�=.At�F��(�2�!����?��Z�[x��e�Յ/��v��XT{FKBِ_�s��%.��f8c�=�3y"��&[㑎f<c/�	2cD�!��fQ;~Ѓ�
�GwrZ���#[Q�V��^��!G.rJ�{&+$�Q.A�%�'��7��/�fe�8c�� l�m�f�������f���"!�,*L@�H��������Ç!�X/�ŋ	2#�K�� C"�`���|X/T��
w���J<�k�
P�_-�8�3�+@���
|�/�O)��`�dJ��%i�>	�S�<_t,�_Њi�6H�"��W��)L���8�^{ȏ@npI�1\���.��/�0 ��
���b�Έ�5,ڬ�ȭ���XG�:dP�V����t�f+R��#Ǐ�=����V�*l]4f�"C��C��9nи�G�t	��"����F�K^!I2�=��C:�:�	ԡAzsL2�4��;��,��NH��3�吃\�Q�+*P� w(��@8����/&��/�DT�GIetI�"w��4�@�~@bT�.�t'�* �H��!�y7�pDoT�� �#Yr!�#�8������ F;9��=��bn0�
,��#�0�t�+J���Ei*��
@H9PD���\<�"�!
~Έ�Շx�fkd��)�!�2�PN)���G��3X
?�@�p�FQ�P)��i��	0�0�kF�,�@�5$���X�F��9рf�I�@��ȄH�B8�/�8�V5 ����G�P)�[�"~< �#�K���e
�Ղ���
X���+>��������
�qoF��N<EP�!���"�B��<���X�����38����R���)$6Ph2���8�\�Ir���~C���9�1���v�=�s2 ���#�2L�
و
t`��
�3$}I����P�$~4��1�����}B4	T�)Z���a��-@�Cd�#�B�
���I�#�A��4P� 8`@\��""g?@������
]�����.rQ�``��GKx����)(� �H(�V�� R�hN!��+ơkI!��%�
�4�`��f�7d��d��r7@~�BD��
C&�IOjq�>\a�W �p����#A�ee	�1v�#T�؆6��
Am-!���AvⒽ���A	
�M N0�'�H">v�;����"��u��cT�OEZ��'`��!�P�4��8�8��]�dyG:б�e���� ��`�#:	^p����Pp��L�f�@��\�
8@%�`x�~H��t�Q��M
�P�K\����D�1|!��@�d 	a�@r��q��!��@����@��1�r��9�fz�P�F�l�*�Q��DWx�
��P��+XQ�q�AE�1U<� {�0T��_\3+a�e&��QU�
��E5^��9�J��Kl`mE+.#�d��)��
���|(G�9�d����"��Q�x�ٰ�5��ہ� �dY��HE�drE�\���Q�"G;s����@���Ȣ���2z�e�H���Ekh�Z̃H���Pz��>�*��h�r�@A�8�Exx�ނ�(��ɎЋb,#���Cza�ު�*�T8V1_c�P�ۈ�b����/Ҳ���`�>������m�0(L[xc�F2�h��$NHRc4� �[H���"�kҊ3� {��ee���$"X�lAx+dcD8J�p��Z=2�ΰEe�h�)�Q��e�$�Q��T\�$�$f�1��搼�1�"�\g��#�XC��g���"!�,)LB�H�����Ç#J�H��@��'O`?� C\拕/s�D6�ժVF�
s0�̂��k�/�M��� �ρ<k]�S��Q��.{��0'�O�)��:���ό�xhm�A�@6����+a0z�n�1@�D~���R\���)dO�� h��#ǍH���eDh�)��(h�����Hz\ ���%�u85$�+&T֑���ĥ����deSR7r���l:&�x�+A�����d�N��:�
 
�i��x� ��K�0�C�<@sٔ�@?�������A@���K0� �3�"OJ��J/B�u��wB}:�Q�8A��$\p%c8����/� �K2ANo]R�?�F;�qGű�H�d!@��+�IP��TQ=�l`A}G��uP��`0<2� =�,�T�829:�/��U�'�w��w8�D1���C(�s+
R�T�
7�o�(�9w�"�2��0+�P)gEc���Cx>����F�`Ơ���	�	!�.��CgE�ĐC��ѭk7��@u8��P� �dH"E�x�	0Ì�KE� ÎN�y,�j|z:�0@�r�r�aBV|�0�J�K13:ē�Н@\��1���@H
��lH��ӑ@�����lN�6���pB4L�1LD�$g8��3
B�]|�k�@Ä�ſI'��4L9#`0L���l�58�1�Ԋ����x8�Z�Cf����!iB��.��m���4��@�������t�� �B�El�pCpG0�T�~�@�,�bN/p��
�qP��	�D#�m{B���BD�
�,��0�G=$��Ȁ `���	"y�Ī�(��� �r�/!�`�P +�!1	E(�~0���3
�y
Y%rq������p�+Ԁ*p@�� 	f�$ ��!���`D&��@��=�<�'�!�P�

��PD=*��bET!l#�.�od6@�+���T����j� @E�!&�`Yq$�$�1%���@y�*��&���!�����z|%p@"�0�
�F���aM�	#KC���b�򋯼�@�1��zȀj1@8�&��D"T��e咤zc
$!�y�c�P�=�|c �Hȁp!����]ɋ��� {�\6`99�А�PX�W@�!r��	�E3D2�:@HV0�
r���,*���0(@mJ���S)(H�(�2��(EJ�V�b�S]���4"ǀ�G`2@;\aO�ı��(8�"^��4r�P�!˜�E��{�C�Y�+:P@E=�
�R7YkE*�ѐ\��ш�_Oa���� ���V{�_D��0P\e��q�!�hG��L
�T�*�����ǨH�Bۂ�S�-P��d�ȩ�-g?�2V��UFk�X�š��i ��rjM�/:b��� S�ŋ���b$C�^2�_�B��L�rY\��ˈ�<9�b`� �F^�K�Vt7Q�E0́�w���UqJ+�2H��N���>�A�b�#��@��;����~3|�>��	�E)��b��#k�8
�ysY�`i�*Y�B�d��ΰ�}�Q������ Х�J�9t�1��rH�1HV\7�b>
<���](c�i��3�ј8�D����Q���!�,)MA�H�����֏�‡#J�H��ŋ�{���G��v��U��G��Z	l��dB]����˂-oF��L���

)b�$��!4�3TS5X��Nv	���O
RܸA"@S.M��<�N% "�?��E�ң�_
W�;���%N	pCG4�U���>�I�?t��1H�T�h,b������#�@�j �jh��Th�)�qZkuluI�?n�`LC 
�HNT�_�
�\��C��d-��C���ң8���7j��,V�x� g��LUĕ$�4a�uDA`�%X��&����/��:�8MJMKV�J-H$V[?�Q�up!��aHQp�'�8�ಋ/�D.�u�7tw�Q�fd9�!�TD蒋.����if�Ja4@�m?��@=�0@"H���	l4.RNĖ[� �=�E_P9؇�#�2���*:	f�r/Pc\����G�`�w(2�@��H
�0.����G�XdX!
:�Ffq�,L���Z�L9Ǣ��q�RK"Xpc���D`���t�! E��%��E��A�!ĕp@�h4Ļi,|�Ȑ2A�@��c.F�0��C��c]w�j�AEc
h�Ƞ���~h�E����/稕`A\�1��Y 3r0@
��!Q|TIB|d^����A�J��Z��
lk�
�A@]9+�tp.�c�@��N1�,M�)�,i\��n,*D����@	���.�Prp��M��*�=�8�� tC�0@������_P���P���fu�^NQ`��~�j�b��jB���)!���@����Q F�@9�6�T�;���P#���z�# �EDk
9�'��L H���'��&���%Ql`*�`�7B�� �G��x�B��<���"�!�?�Ӈ+�@��8�.b�U�B�+��+Ɔo|Cl"�t $%,��@�Q�%%(@�$�~P��yd��[��q1��5��
��ށ�wj�! 
�)�j@�=6�3�~4 �'|'�E/�q�E��B�1�,!C H=���c�(�a����;��A ���6�F�@��T��I��
�@9��F��PV�(�
4a���$�0���u�\�S�/Z�-�x�j�c�c�(�@xC�P� �2�.��^���G���@1�0t�*s�B�!�2��8��E�α2��#�H�(z��"6r 6��4�$�_�(�Z��$�i8J��"�x�4
��A�
F,�0����1��j`�X*�
�$�h�e�cU�B"Q�F6"r�b���	O3�F�B���A�Y��B�`�D4��tv ��]�"Y���V:�ٵ�v�!�`TE2�p䱅=o!2܈�B-��N0�S�\02��eE|���"�E%\/�af�C��1r�ٞ�BnZ$8��c(#�Ȥ@�q�����qJ�X��`�>���"�m�U/S�t���x��������L�߄X8!�Ii;<h��X�H-��F�$F$ƈd����$-���yc�����@t�����%�p�v�_��.�/	�p��.��1v��_,LqX��3���0��	!�,)NA�H����"�͟‡#J�H��ŋ�[�/=�C���L�@_�F*��_���L�L�.����7�����I�� :�&�,*�U�+P��tM�Y�U+I� �B
���.����r��i�8��W�Z�~^��ݮ��tBS	X�$��q�G�̌�q���k��zȍ9�� @@����A\6Sd�T���	�b,�X�[���GS�M����
�������
���P�x��Ə�YHbF@��
�O6��N��m���j@'Ѓ%U �1�,�;��s�wˬrD&�v�Z �@��QGj��	D�$N��(���a/�c�2�c
3|(m#�Æ�Fu��FD��f<�GE�.���8��8��b&EƙG�Ls��=��Du�!�(`�����E,�`�lI^�@=��@o!"<2� �4C1cU�ă�%*X�[oR��p�$~"� ���
àR�a)U�r:G�Q�FQܠwbH���	1���i�QDž�
��C9ܩ�n!_
�"A�*"BL�
9� *H��>wÝS��
`�� �&4`H�+�Z�.����@n"��@:�+�A�o�I�
��E�G����߉�O+$[]Gp�Dj��"�>4��l��8BHd�L;	V�Zpù�06�� )0���E�WA��b�:����C�r��)R��/L�0���@�0�1A"!!@

������A�|�I���&{�I�(�2�TO=�0��:��e	3Ef0@#�x�.66xҭA�۔�,��2�p�h���l9�D�G����2�|�/�#��\�k�?BQ��8E���G(u{ȼj�r(�L����!*G��nI��n@,���p�y1��j_B1��[�„�#0��$�栄$@ �;}���I8pZ�r�yT"
��HDx@�LE,���5	E(b^�:�$`�R$�QE7�1�FH!.w��Kb����h�V���"��l�I��o��
82\t/�#"������NيD�A|H$@R��X���2��Q�aER�ё�|gCA�8�1���p�H�"��<�!}�!_�eq�14DH@C���-���D*a��8�W��>�����g���A�������8P�
T��_���"�=���Gfr�>\� (����
�BA
P�P""�X�)ҝ���%�BX�-��Q8��@�ѻ�.,aI�L��	A��!��WF�ŏ�b+��@�J
)l"�G0D�Ճ�#Q��@<A?��;5UG�q�sTD��K��Zy$
��]jbB]�i�|Y[M�4�*q)�b����
��@�#P���-�2RDV��yv���I�4�U������/#ڃ�� � 2��y�E��0z��$�(�/�qu<�1E���"�C�@:�!��"į�5��v�C�p�@��x� �(�A��^�8ļ	q� 2`�vd;y}HG���w&|��f��-��	;J��fx$�@�@��������.&lb����A����.�0���Rc�!�,+O?�H����tƬ���J� ��Z3J��L���Za���p����,=�
C����E�0[�D�sY8���ۙ�տPC�Q�P��@��2Pp�^��:0VB_��
4*):���cB;j�ӕp\;�2/I@�G�=9!��$��zؕ0]V�(@�9t�A�@����5�ِ]h0,0Ǐ?n(0���ȏ�(�J�V�K� x�F�&T �����E<M�p�h�Z��!��9������� +a���f��([��
?pQ�G�&�!�$����2ͬ�<��G����hpq�P�����@��"P���b̄ƒ�I�UO(Z78q`up�C
�� ��C&�e*	�J8���_�e�QIX@�s9��Fk܁��ŋT9C(T�@���
L���q�8pˆI.�d4���"� �� 9� $�I��@w&m �m܀ʼn�0(�b� њ�@��5�:&�7�g:�`�@M�i�#�b	傊@���2m�Q+vt6b=;�,`�"�d)X��kÐS�N�ydT��\�ʩ�D1��0ba��<��2�h��!��w���rH�]�0�V��LY�	@t�
:4���,���BI�1�SaÎD����$D��5 �2�ѳR5cfAF�!��v"0A�6Kt�10`�L���+9��-PJ���C]@+������P���jT�@r�
��q42�AA�{�N>@@��/j�[�Gn p����9�	K�2όZ�?�
$����l���* F%��q�h-�/�$	5�Bf��$�D��.�����P0�%D?D��d`"����ZMB���!8VA4�䰑D���]�N
�R���<;<A� ��h~�� �0�<=BXŧ�b���E3!H+Z!�'����`�;<���^Q���М@���np�s��Y���`�A-�
@�A�P�C0��G2z�7��b��6����K#:)j@�P�b׃@6 ،SL�dC�E/$��^l� +L�.�qH@KA�)�@���
0 ��hBj�R~�E|�E7�����*OH6���� ���E�ud%@BҐ�%p&n月.���`$ �@��rT-�`0���� FDH0:�����H��p	a�n ��@���:�UE���"Dw��@:1��i)A�b
[P�"� HN5b��}M�@�T2r���/��'I�JSDdT��>r�j1� A�9䁌��o�W5�3K��a5H2&�ϰ�*���d�*�z��t�E���`�5�p*]�ዉR��G��ӿ

��1�a����#C��:”���q�@3�ӂ�F���_�.�h��GH	�S���"|��<��y�T��f~V��v���D"�P��bQY-f�Q��fD7:HJފܧ���u�kv�� �h�o�K�wDu �(-{�����(�|����(�~�d�����ue
�.XW���>!�,)QA�H����*�o�Ç#J�Hq`�V)�[��]�!��cȇ��	\���V MI
��?����J]M�	�H0 ��	a<��`�z�`���*j��!��[�*1��Dnh�$R�:
�׵^=4��FHB�n�Bv`_�$��8�@k�Q
y�B��t8�$PϗCd?C��T���@D�͊��-�)�'�N��!�o�?N�"pM[�
�Ma1\{�=y���=n���_""8�T$x�&��iD�5�@
@Du�a��`�"�����R2�0��;�tWPN5��?���WG��
���@8LLA��̅�4�2��FW$��
?�!�G6�!�2H3�9���@��ҖsMC@�r98q���,�#�"$,�A��B�.��ϐ�\�@(
d�@u�a�t��)�!`�0`��QEZ����Fn��( � ��	`
��NF4�?p�u�1�$�C�SԪ@F��K@�T�s9�焯k܁E�$DY4*'�@ EU8�Cio�� $�B��.�	#t`���D�$�@�<�O(�s �4\UG�@(Xl9'�r��SK+	�p�@�pZ�DL�q��I��H ���!��"�C~F����M�Π	(C�A�@o(r4D
�@q���*�`Z�0��y�/��#i�"��ѡ��$~P��w\G�`�P.{@!�7�9P�S(�ʷ`��Q�Du\��0�<��E���	�rL��1@
 0	p1�"��@�)��T�Aql���Hx�H		$�y4�Bf�1#$�=��
I�P.���H�d�@��rI(��Q�!�f0-A@��8���? �u7SH9VRJ ���@jq	;<A� �"p�3z�#�$:�D遹������'�0I~C�V�+ �M�0�8!|3R��,A�&�C*�@�H�op#�H%�f��"���
@�Bb5��@<�d�
�0�0�~,���@�+�@�[ LT��X,@���D�d�8F0~�
_�S��H]b��
��_��l��`�l�!DO �#	�yt!�*b�}�$G�6@����ʑ%���Ѕ!�,7LD���y��<���b�q�b~B,����,�_�1b��J}�D+���G�Ù�LH@�,_���b��@��Oz�� �4���`PY�X�7�(H��k!��DAD�d����(ED��� ��JQ_��m)E6�	��!�@�3����-�3?-H;�у&u ��aA��vH��zj��I�t�IR��LJdR5��Bʪ��H���� ��j5J9�Jzs0���2V�V��U��	G���q���XG<�
��,c�1�]����H�(
F��|�&�`*BZ�Y���P(CR��`v ^l�I
�3��Įw�Dֱ�qPU�'a���ZX<�HiG&��V��-�/Hkݚ<�*!�f��݌T7�Wy��b�t��z���r��H@!�,)OA�H����*@o�Ç#J�(�U�P�(RT�L;��
��b��
[e��&�$��PB���L�+[ ��V7#Z0
�
D�h`H�D0C�k^�[���#@�]M�ֳ�@�0 ȍ��@��U��©�Y�Ud��C`�d��j^��5� �u�P0@1���1���0���@$��տDh֡�\�
(*DL�"�
���Aayœ�"@�:������L����v���ؘ�u k�J��@�䒃�	�0/���2ͬ�,�
��D��cN�0�
f��9���"��@8���/Ƙ�L:'Aф�F��Eod"$���PP.�t�Ud��f����
`�q�!
b�@ìb�.��Q/%
!?��@�!P2���!��H�w9C�Hx��>�@k8��NL�A�$�U���C��rI
`��
��!�.��f.���M
ET����!;<b��
0˒L9jjD�Y�t�@�u�w�Q��p�"�"DfP8���� �L;0-�X�@�@=`a?h0�>�A0�4+A�1�8Եu
�
?�e��:t�S���0�8@l1F��K2��BD�|�'����B�.��Lz}ZϨ
ԩ-��D��>��(���LT�Al��9��@u��ID
:al���T�g?��JB!��
��Ae}�@)$& H�)r��JI��r8��1�t�@=	D���H�r�Cw$�9�00�����b?d#A}�P� $ ���(2�#���<dC#�20`@.�f�?�]��/T�0$�E�N�Hϳt�1�M���MA,b��Cs@B	����f�à ��C$I�8D�b7-�V�y
I
��\��B�f�7����ȃu��&4IH7��PBH+�F��V�dDTvx�
: @=���Й��̀�@XĢ��aD��`����xn'�@t$��E0~/�H�"��@��>H�H��D�M0�6�@^`��$6(���!8%iɀ�F���`��CPq+fe�I��
���%���A�HڎA���$[B	P"��	����9Dg�a���\�"�4-|.A�"0��|n!6��^�s�V��X�A(<����/����O��1�HH)��W�ӐF��H!�X�,BxI�h!jb)
�
DY
�2��2�
d��3������CN���T$�0�:�#χ�T C�TLJ�0s",�Y�ʐi��L�h5����E�P]�.t�6�x����aT��~�Il*[8���`��$eJT2��@Fj*�.X�b,C񀊅�J����HF3ޱ��t*quM��b���`G<����"��jC�!�\
$��8B��(}���C���N����TB/�¶$�� ���[�� �hlq����].J�� -�ҍJ0R��f�&�X�0���}�&�=�]d+��!�,+O?�H�`�Z*\8���f�̩cH�b�V�Uܸ�8���q���K[x �C���]йdJ�3]*+�*���	k^�	,��b.���5*��8� �#
.�:��BV�Ț�Uď�]��P�l�uӑ�"�ہ:~�0c���`2��ct�x�
���p�^t1466g�K8e�|#@f	PB�LY�6#;$	 �sܐ���pж-������#�Q׳�[֔4�@�=:�yS\�����"],x�8��3��J����k�;�9�8I�
��/�c�2���<��2�����vDkP7h��"� �h��*��"�1�0c�K���
fD�W�q� ��A0���8SQ��a5 �=�pyEq�)@�A�d�]�"UK����
IAo�AX<�dA'��;�P�@�'��
$�� ��*d1�Fh@�k9�ho8!=LB�B��8S���L��D)A���
p�!��T
,�4S0���Qo�
��@\q����#0RP��8�:R��
�T����VT�@��eN����Q6\D�-G�$GP�Z��EO�+ADX@��$�*�@(��*�˜A�$p7�Ɂ"sN_�G�a*�0�/�
�4�c����7L0�JΛ-y"F6H�	��rL;UF
�����#K���H/̑#A �F�8�S��~	�#Y��'p@#��S	
#��w� �H<���X�1$��m� �.�wE�ሬ��3L�:kN�H� $ ���~(���r&Au����NJ!a�@���P��(2�#���0Q=P�9�$d��+ -�$�E�O�|�v��7
�,e�����l�9}@	���4�f �@
����h�*�(�HƐk��gQ�H\���� ���` !`�@�ьs�����v�
��2q	Fn%� 
��_�a�#��������
b!BF�	�t���9Ȃ�d��2V�R�bw�
���`CX��1� #�HS.1�+� @B(́��bVà��*Rȍ�r�����S$S��A\�Mdv)H0𲾱���H�BPA�F�� ��a��/��"�h�FRˁ`$h)
P{�^�Ô�4Ѭ��Y��x�@�`�J� ��E2�N��cb�	9�a��s_		���I�_��وhP�5���9q�@"���cm&زCЉ00����CB����>@S�6��&MHFq1�^�k$I8B��2d�@3���h�#hܑD��#��1��xf u G*Qx#7m<�Ym�>
4��V�P4/i%�sغsQĮqmJF_$�|�u*�pj��W����P�
;�x�"!	el31$�Z���d�N1���\��
mCz:��!�,)MA�H����&짰�Ç#J�(�U��.R�x�X3��6"�O�I���,J� Z�Xoe�e6	���9 MO
2r�P�Q��d�# �@n�!�B-�O�zw��d�1�DŽ .~
KPW��'%%��-AA�\�̮�s&k�@b�_�@D���`��@�b�64���G_�?H��#�b�t�2�1#�����A�4�X��B���
�>̕yc��DJ��N���(
C �t����b�
h�ΡÌ�:Gt4 pG� �b��뗰c�0��;�t6�1�TS����
TXW�N�0��� ����.�S�9�#+ (QK<�a9��9�0@��@�`CA�
��H�E�)ЃVP1�@jaA�
d�@�%��>}Šk�Ņ@o�a
(�!Wtc��DWp�@=���Eq'��YP�t���D5l5�
@��@0��}�0+��E �g�?��ƄQ� �	��!9�l�J����3���:�'foDq���B�p���g�:]D�7��G ����`� �1�*��$^�'���<��!�*d���GF��:�$������jBl�_(OA=�b�@�@@N���D�PN.�H0�$4�@��C�@-%2����	=��Fo���D�l�
1@A�B���NE��P�(�H���V
���b ��l-�B�m7��;7Q0P	0A��0
�bP"e���  
��w<$��9wBp@��Ѭ�Z�`jR+����88)$��1A��(��@%&�R�@�\b��! Bս~ȕ~<2�ìR�C���T/\R� ���l�$����0�M�6|#�&|<o�\��?��DU	��N��.�u�1��`�i� ��'�`���K�u,*�0zqfl�i��0�08 c���!
Fā �C�-t�h�@�p1�����؇I��‚Ԡ�P+��a�� 	�j�4�	�^C����"lx����O `�� r���F*!%r� !�IAЈ��!�X�Sv��(dr�@�!�@� Ph�A���,�!��5fQ/�/��BH/���|2����)�1�Y�"V@#�F��BJ\`,���"���9���@�/���*
���%Ap�G�	]�|�r��"��|�?��)���7r�}��$�
�c,'Q�j������x�|6���/��f8��if<�N����?����Gi�Y�u*�YA�GE�"X �.���F�1��5G��GO
ҋ`�)�0�Q��ϥn���ۡ�J�죩�UM�t H�[
�N�:��!�,+R?�H�`�*\�p 3���5�H�`��33��c�V$!� ��(�
p.eE�W
4 �I�Z.s�\X'�H�10�ΣHA��G�R�)Fg�Y�$�DsȑCAU�6|h��t��AP��*�����j���5]��X!��Εj)"	@�؄�q�b 4��"Ot,	�r{<=2�A�:�`x�Pb~�����4���C�?� ���;x�j�M��q�� �N�7@n�РȐ��u�"f,ٲt��ͣ��ʆ�r���	,L��!�0A��#,�s�2�5���@�
Gx'�Gp���0�,4�N��T�1�~��ܡ� ���n��R�0�p/� �	�B`�	��m���npDf\(��$CQH�@G��X`�!�U�J.j��R(	 ��j9Q��q�81IJ�P��Q{��%4�@:��G��&�mRĄ4�
��N1�t��VPx�eJ&��!�
\ �Q�0�OE8]�@?ܐ��0��Q�@#��,�@�9�&�j$��Ǎ-Y��=C�R�	D�$P�(��5FGN�2��Av0��4d��Z�4��$�#Q	E�8�mp`M�Q�.�9��A%<�0���R��X��-A�2�1�9F)�SHvb�*$0�$�ź)"�@OE�*�B'NTb}��1���,8���0(Ck`���"�.9RQ0�|SB���4��T�!$���m)�щr��X��D(s<Q�`0�J�q��eT1*U�K`�@�Hr�nE�@��L[[��@��ԯ�
tR
��!�
T�@@0O,�p�
��/V�,A	Cl��ы@��R	#�L/P]HRP*hx`w��eBK�]A��	D�*H(��,Eq�&R�K�!HX!`
�;���4E��M0%�X�p��`z�#�u‰���(U���/�"���B0��-r�M
�%kL��Hbr,�#xk�0DQ�(���: �a����BJaEoX�ըF���r�q"�X�2|�`�p�ǎ��� e���
��$C~�=��02�=��g�tc$� S]����$Jv�x� �0�2����#}��	�ǂ#�hGt�Dbdw�G2�J�aĘ�TȮ2%2��L&u�͆�K�(yEąM�<c}�e7�)΂cr��<��f��*}y'Jtf���>IϜ!�,)L?�H����"�Ç#J�8��@�33�n^F��.}@�,�[Y���A�(#��,f=�<@�@��l��
X��@I@B�Nข��
�@=�P"*Dv#���H�4
�+�܂OLr�`�=�*\E27t��@�!
pS�*<V,�o
�Q��D_}��h�N?�*&�$@�y��>��2��-Љ�X�`A��G)�[�N����Q�#`G��\�CF��PT0W�`��	d��Heyh�����!�!��+�cL
6�M�$`�m��6�@L��4�A�%D��[�`��q4�� ���a�4,
���@X�$~H��{�
��`�@o��Xur��(YtI�u��X�騐�cF�D$	�
t��a�`�#
L%�lfA�i�"�upA�)@"�Db@�.�aI�@�^N�r��Yi�
`S��am���H6��2�R@�	�����!nJ��@�B��C��D�Me�0�W�r`H���08��\PFW��l���G�8J%Pt��6�`=���
�D�"�<�Ƚ�B�/D��1@#�����P�r]��)8a� !�]\�h9���nD�$"	 W� �@p�oB(�*7�DD�H!�?�ء�
	t,	E�qG��87P�����2ٔP(��@r�,���@)CR��Q�$]V���]�@�@
p�Cu��O=asT�A��%��$P$@'�W�cj�:4�@v�4�OCÈB��;�h�xAܤ~�5<av�D%�0�AW$�JAiЈ�Ѓ��@d�@���
 AYdQ�����W@U�U��P���J�U��<`��A�!M-��HRg�����`�N���r18)�P�@�&�$���+�1i�@}�C�/��)z4$�@6H�Y�B ��⠐^,cVNJE�q�j�"�@�B,O���D���A�*^�>P�#'y�I`�`"���Ij�V"��` �i�#I���u<C���8zQ�s��HdD�cd0��CبȆ�� �[C���1�#�xHp*^�r.�<�*��b�r"�@_�sВ"�1�:$!�,*O<�H�`��*\Ȱ�Ä��=�H����^�t�cAb�)Q`�@�!�
`.�Õ�Tl00F�	��tx�B�	2~���a���RJ�� �:h@fQ�̮&���Ԃ:d�B ʔ���9$�"z�qC�����dŰ��>��Q���0�p�n�օ^e�(U`
	\�����8B��,XckCy�&�
�1C����	@%�S��-S�,�)�z?7l㖠���`GAm�K2e����Wp6�s%��,���f�<�R�D�U�)_�R���	��a�4��B�tdU�G�S)bC�$�_H�U��bNf�n>�v&KGp�@Ϲ!�7`���"hH2@@�H}�Qe�CFD�@|�hV�85�
�	�EP�"��H#.��bEvH�"BO�0�E ��E¤C`"Ă
2HHL��K��� R�UW\�gH�89D��U�;�Au:�
4�`����BW�gW
�\H*A}v�@;ye��@B��GE���I8 
��=b�jb�0��gJ�\R�5d�,���
�Vf8�g����
M0"�B�ū�tA��	�@
I���5���s}�QæY�}��a�@����QʵV��$�0rpD�Ci�,�#$�l)�2�S3!q��K,6֒��	%|�SBs�HA�<�4��R�Ew]0P"C�u��NW���WؤP.���:�%p9bt�o��@{�s�E���X�t�	A �x�{�
*�DSP'!�۝wt�5���+ Œ��L<
��5ՐB
)�hBI���z��à^���G/=� M��N:}��lGLKYYO�.����E����A���:���:��Kʹ��D������0!�9`�pw:0E�x C�'���m�	!�,)E6�H����"�GO�Ç#J�H�bBtŊY�ȱ�C6)��I��N��(�A4�2�3�	���`��5[eHH��8��Ө�P�h��`�>���
��Xhݸ%a�4(R�"����Qp(C'\�i��#�펇>�/���X mL�@A*pȐ�CH�UX�`ςb5����
��..a-��
�3p
�
�^
1+Bձ#
Y]h���7�-�wG,@�v����mjQ�8{�8��ЀE�	W��'I`U�7(�ȢR��W~� f�Rf����CU�z�
4�
��JB`^3(6�n�����@I4�0ĝ���_,R��px7��1��T�7�nPA�f"�dP;	x���R�A@�&�1sR�AH���I�%B|���O%`G3U�A.�\��)!�	 ��=OB_4��P�@r4:P.�3�A�H hi�P.��b*A�7@�-�2P'0���@�)�P�@��j�8���F+��Vk�5�X�!�,��;PK�
�[��M�||inc/admin/images/zakra.webpnu�[���RIFFtWEBPVP8X
 _ICCP��0mntrRGB XYZ �acsp���-	desc�$rXYZgXYZ(bXYZ<wtptPrTRCd(gTRCd(bTRCd(cprt�<mlucenUSsRGBXYZ o�8��XYZ b����XYZ $����XYZ ���-paraff�
Y�
[mlucenUS Google Inc. 2016VP8 ���*`�>1�D"!�DT�Z[�������m����?ʯ���o�<9T��~���7姾/��>����{���������n�^`�j�e=��������������;
�?������G���������������� ���K�_��z����N&������_ܿq��k�_��(���G�q��?A�����_��B��=!�	�����/����P������-�[���|�.���#�O���q?�_���d?��O�$�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�8����_�X}����j��He��"�f���X�bŋ,X�bŋ,X�bŋ,X�bŋ�����]�C�p�#�L�=M+)s5$�bŋ,X�bŋ,X�bŋ,X�b��H�.�7d�%^B���iϗs<�T�Iŋ,X�bŋ,X�bŋ,X�bŋ,X�bʼnɄJlj�x��	6���WMa��*W�j��I��?3ԛ�%5��*$
�T>*X_�jV5�,X�bŋ,X�bŋ,X�bŋ,X�8��p�|�of��,/>�\��Ʊl'q���ӥ._�k���$��V���VV��>�р]?�un�T/��%!��#��$�"\��(BSq�Xb9���f���X�bŋ,X�bŋ,X�bŋ�FL��-~����0M��BpMg���FO�َ�a�IO��jC�y� ��,)k�:*标3a�@>�Z���Yp�Iŋ,X�bŋ,X�bŋ,X�b�|T��A:�k��
���*P����	4����ϔLM��C�&x���E��N՗�	[+�"��8	"&�iV1��f� ���H�CGx� *��jů����[R��Iŋ,X�bŋ,X�bŋ,X�bʼn��ℐ2��)��� H�~^6�%��&���X�bŋ,X�bŋ,X�bŋ'HK��D
�T
Ď.�2y�&���X�bŋ,X�bŋ,X�bŋ,X�bŋ,��b͘4���9&���@9Z����I#X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,X�bŋ,W�����ۿ�GY*0���	���k�_�RE�~��)�N�ND�닥H�i�Gg㔳��e6��;r�P�����_g���������
���Z;��ʩ�qA��Ģ
�r_��Š�`�bO��p�9|�yɈ��=G���B�ܯ�11��.�y��r8�ƲU��lqt&�j�_e�_���T*�
��
F�y�+&G#�}W��u�)G��x�7q��ڿj�}��X�~K���XUtT�2��$0N�%���32�xw6��
�a�Юr��ƻ��Cx��3ER�V�q,�@(�L����|~3f��G�����6�LR���[:{E�i�3w��ZY�r��AX�.�*m�[0~�o��w{Q���{u'�
,�����n
r�n1c�@"5�3�xm��R1��x���slɲ6��*������g��>�yu4%��*$��
%�|����xLhPK6�&�*�79��^�{k0�Tl�t������v��K�@­���s�(N����ˈ�J�?~y�b�IL�%��v_3�)���a)���2�:&K�zvu �)�oYvP�0���]ʱ잛�����T���$�VT\5B3��t�	��2���$��v�����H�O�U����~#��Z4�1Ә���̑
���I?`s�h�����r}=,����	N�S�.~Жjle�+�u�K�;�y_���U�|�-�sr�Y����h�8f�чhѨ?}���$#�e2�T�[�
7�"J������z%C�ϗ��!��(��]�t�}�{����P�%d7�e��O�a"���I������#n�"�0O]-)��
�:t��;hW�{�*�xf��,����bs
�p�p��p���Z�:���vh�y��?f�י�3X���E'�Ϗ�V��?q��(/v��f�ʪT
0AU�w�f���p����`\�tZa�=
��ɷ�$�6䔦��}���XѬ�.G�*���b�1U�u }:��SR��'����U�K���N
B�I�H���d��_/��C���;#JȼJ+l�
�7֚
T�z��zn7i�y��}�&��蠐E��w�ȗo�XfEQ`0�qk�cQ~�TJF�����UL窡�=۸ʦ>�.�@I�|�|G4xh�eδK`����V�A�����*ƇO=�P����t�=������iT����w��a�ȷ���p��;~���q|���	���"��b�`��u.�½;���mñB��G3-��$zG��9�x��?�5�M8�E���q��ñ�%�$H��_<d��<�qdg_vȰ��h��8BT6�{]�3����\inW>*aZ=n�[�
�ҴTw��e����ڪđ�j�ו��EQ}E�nV@�R��ԅt²N�D���,�}x���6���[m���t߳Wb�Pwg�K^	�cw b�݆ۂli�X�85���/;��P���l+����?�q"����h���!0Q�Ч��'����{���f���悉JB���z7�ZTvb�/���\���u�4
��g���0Xg����)��:�o5�}��_iK��^��W��p�
f��v&�
��<��W̬L��G��QJ.~(煤�w䃎��^v(�~��D�tU�Y�5��B>N�x��ms�
v�	�x��I�&���뙍���]����b��O 1�
�Ւ{�tE(�a�Ulw�)�,3eZB�F�<��/��	k�eL�p�ں�!�mLC�Ԧ�&D��Z&����?���
D��eB|:��il\�n$z
�0��P��4��H�w��mK��k�1���g�Lj�
ڪ�L
܇Ă�d)�&���?��x}3,c7$����a~]��*&]�|p�m��![��9�w��(���K�:B�^�;Ҫ���3��tj�N��5���k����Gv�2`3���]�Y��Q8����ь�,���`W�k�:3�y/LbRAX���z�֮��]7'�3��!�W�B�u|��;�먐Iʷ��ע�.?���tQ��5��u{v�T����s~��+�
y*���لH5�b�xU����b�0؅}�_�+dW[�Ɠ�
WGeh��8}P�3���Q�2�f�'+`�6#g�&	�dc*(\�����#:�&���?�ҕ�\��E������1h�X���y�4�!x������;��2��/�����H:���Z�������e�jĖ�!C�%@���g�����r#Q�=ʊZ�ҟ����9����j�b-��"Es�\8�r���ؙ)o�}M��,'�e�8��[�J�|��%��
:☤�m>&��
�:m=�!@��6��m
o�o����|?�@^JB����s�r�N푔�/�i
:� �j�F��a,����[���y�o�q�O�ա��<�%6p�^Z��֦�Dۻ�<��y���(� @Ȳ[��I��5����*�^�A���������!���u*��{fio?b<�{aY���-���(�O�\���c�RE�WGd���#�o|a�(4�
�7MR��.����]X�����*!$���E�8�m.\Aq`��d�ý
�����Ԃ������ډص"���^e���gOڄ��A�1>�,)�Dګ(eS![�D9-�=�o�9�jc����t�m�3`��2�{y�Xu,� wJn;y���R��Kg4�*vZ�������-]ֳ��J�{�A�L'��5q��)­�C�
�(w.>nR�!�6~P��i�s�
��+u�	J{;=��g���:�t�0u�y��_I�DX?8�%&�y��%�H��?oOp��y>�F#>J^����\:�>`&����7\g!?L�U�T����(|�0X�<H1�?,�?�l���
�l�|�2��AeO!P � ��`m��?B(*vH1�F����N�˕ܖ5��ŗn�ix���?P�)gn����E4�}$L2|������wKM�D��J{A��oGG�`V�A�믬���lZ@x����+�lN'��K�����~<��Ze�Yb��b	(��[B����#Q�VO�v͡i�>�9��ݝ�j��fLe��.o"�ن�wnFUk���c��{��Jk%+�}R�[��e�]� ���6b}Yj��=��3x���8Y�ϭTk��ori�(*Z��{��gaT�e{��ë+�ά�hy�pE��x�ϑ�K�3���J�!���}��UR�s�yr�X�)��+\`Z��
�v�����5����G�\.�O�ה��D*x���"V�U�<�g�\�É����e�����u�	b$찴N��% ��)�Z;>�d\�ۓGF��k��`��N�t]��Cž ��8jbһtd8�T���7f5ئ�]���3[=�wNH��^i��u!g_�m�n3�x�!�w:b�
��Jџ!dC�
�`޳h��f�z�d�1�\욺���k���:��$b��]�F8���#���BO�=����Џ�z��>_�`���m�h���F]�w�RD3�tn���Γ~P��V��y;�?Z�~�f8qmdu��$�ݧAᠰ�qZB#�H����+0
��gL��?{s���\��	i�`��c��,0�sӾ���v'����ڌ	��	RkS���"|�v��v''@Z�O!���[�l�q@��0H�d�}�J�:ę!��Zjx����/�1�l�Y�T�s�P�ܔ��fQj�QkY
>-�
�Y����(�}(�����(��w�W\ƣ����C�e�0���p�~
^��TL%����$�lC�����h�{�q��v�H�8�-G� K�&
cXF~�΁�{4zn��F�o.�
~�U���$W�t4t�=�E�W��[Q���b
u��1�J��;�t����a؞q�C��+�C4�,�P����/�S����3��.�Q�<������4�����՜�Ǔ�Y�ZV��
%�c	��"����͖����Pת�j�ց`a�U�{��V�`|<��cz{h?D��YG���t������2��h�����oAc�Z�^$y8���;^���0�^;�/�AQjk0?k"S6�a=��4��H���UdS��Qʗ1}fK�R��)����v�zD]9���ȁ�P,�L�^����tH���������8=�/i^
��W�E�$%�O��\N��)�ծ��=�2�=������t'���#�*�q��9>D/��ɧ&u�<Mb2�$e�)��P�:�?�[����
���z�(�5��J��)���"wa�k�a�W�2���(U5Vt[���~�MΧ�vO��IbhO�@^G��qrp�Xz�w����)��E9�������`G����̦�b+ ��)�ƅļ�+H��cb�mD#������Q�_�M��
KTz���78" T���$����
T�L��Eі݇;E�G5_m�L5{�&�@R`bK3W#h-v�寭NW;�w����C#�}��O���B{Y���솽����m��I��,3����=C54T&p1ڠ�6�ߓR��E�:�Wд��}{�'Y<��Qr�\`{���c�K�#z/
l��%��K�,S�
���O���u]M(��f!�4��:��5�L���x$�=�	��?>	r�fV)k��q��B8���VO>a#� �={
K~\^���hK��M�V�I�T�G�W�����%���H�Nt��%
8����Z���P�5�?�]��_�4�ʈ~*_�d�@,�r����tM�o,W��Fi���S�ob��v�eg7��v���PL�_�z�]�V���;�
������V��J*š5�b6@�Nb����^��^Г	��7#&T9���"[ehK�/�?+��PK�
�[�G!L��+inc/admin/class-colormag-welcome-notice.phpnu�[���<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

class Colormag_Welcome_Notice {

	public function __construct() {
		add_action( 'wp_loaded', array( $this, 'welcome_notice' ), 20 );
		add_action( 'wp_loaded', array( $this, 'hide_notices' ), 15 );
		add_action( 'wp_ajax_import_button', array( $this, 'welcome_notice_import_handler' ) );
	}

	public function welcome_notice() {
		if ( ! get_option( 'colormag_admin_noticewelcome' ) ) {
			add_action( 'admin_notices', array( $this, 'welcome_notice_markup' ) ); // Show notice.
		}
	}

	/**
	 * echo `Get started` CTA.
	 *
	 * @return string
	 *
	 */
	public function import_button_html() {
		$html = '<a class="btn-get-started button button-primary button-hero" href="#" data-name="' . esc_attr( 'themegrill-demo-importer' ) . '" data-slug="' . esc_attr( 'themegrill-demo-importer' ) . '" aria-label="' . esc_attr__( 'Get started', 'colormag' ) . '">' . esc_html__( 'Get started', 'colormag' ) . '</a>';

		return $html;
	}

	/**
	 * Show welcome notice.
	 */
	public function welcome_notice_markup() {
		$dismiss_url = wp_nonce_url(
			remove_query_arg( array( 'activated' ), add_query_arg( 'colormag-hide-notice', 'welcome' ) ),
			'colormag_hide_notices_nonce',
			'_colormag_notice_nonce'
		);

		// Get the current user object
		$current_user = wp_get_current_user();

		// Check if the user is logged in
		if ( 0 !== $current_user->ID ) {
			// Get the username
			$username = $current_user->user_login;
		}

		if ( is_plugin_active( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
			return;
		}
		?>
		<div id="message" class="notice notice-success colormag-notice">
			<a class="colormag-message-close notice-dismiss" href="<?php echo esc_url( $dismiss_url ); ?>"></a>

			<div class="colormag-message__content">
				<div class="colormag-message__text">
					<div class="colormag-message__head">
						<p class="colormag-message__subheading">
							<?php
							printf(
							/* translators: 1: Username */
								esc_html__( 'Welcome %1$s!', 'colormag' ),
								$username
							);
							?>
						</p>
						<h2 class="colormag-message__heading">
							<?php
							printf(
								esc_html__( 'Start Building with ColorMag!', 'colormag' )
							);
							?>
						</h2>
						<p class="colormag-message__description">
							<?php
							printf(
							/* translators: 1: welcome page link starting html tag, 2: welcome page link ending html tag. */
								esc_html__( 'Welcome! Thank you for choosing ColorMag! To get started with professionally designed pre-built templates from ColorMag, click on the button below!', 'colormag' )
							);
							?>
						</p>
					</div>
					<div class="colormag-message__cta">
						<?php echo $this->import_button_html(); ?>
						<span class="plugin-install-notice"><?php esc_html_e( 'Clicking this button will install and activate the ThemeGrill Demo Importer plugin allowing you to import the theme’s demos.', 'colormag' ); ?></span>
					</div>
				</div>
				<div class="colormag-message__image">
					<img src="<?php echo esc_url( get_template_directory_uri() ); ?>/inc/admin/images/colormag-welcome-banner.png" alt="ColorMag Templates">
				</div>
			</div>
		</div> <!-- /.colormag-message__content -->
		<?php
	}

	/**
	 * Hide a notice if the GET variable is set.
	 */
	public function hide_notices() {
		if ( isset( $_GET['colormag-hide-notice'] ) && isset( $_GET['_colormag_notice_nonce'] ) ) { // WPCS: input var ok.
			if ( ! wp_verify_nonce( wp_unslash( $_GET['_colormag_notice_nonce'] ), 'colormag_hide_notices_nonce' ) ) { // phpcs:ignore WordPress.VIP.ValidatedSanitizedInput.InputNotSanitized
				wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) ); // WPCS: xss ok.
			}

			if ( ! current_user_can( 'manage_options' ) ) {
				wp_die( __( 'Cheatin&#8217; huh?', 'colormag' ) ); // WPCS: xss ok.
			}

			$hide_notice = sanitize_text_field( wp_unslash( $_GET['colormag-hide-notice'] ) );

			// Hide.
			if ( 'welcome' === $_GET['colormag-hide-notice'] ) {
				update_option( 'colormag_admin_notice' . $hide_notice, 1 );
			} else { // Show.
				delete_option( 'colormag_admin_notice' . $hide_notice );
			}
		}
	}

	/**
	 * Handle the AJAX process while import or get started button clicked.
	 */
	public function welcome_notice_import_handler() {
		check_ajax_referer( 'colormag_demo_import_nonce', 'security' );

		$state = '';

		if ( class_exists( 'themegrill_demo_importer' ) ) {
			$state = 'activated';
		} elseif ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
			$state = 'installed';
		}

		if ( 'activated' === $state ) {
			$response['redirect'] = admin_url( '/themes.php?page=colormag&tab=starter-templates' );
		} elseif ( 'installed' === $state ) {
			$response['redirect'] = admin_url( '/themes.php?page=colormag&tab=starter-templates' );
			if ( current_user_can( 'activate_plugin' ) ) {
				$result = activate_plugin( 'themegrill-demo-importer/themegrill-demo-importer.php' );

				if ( is_wp_error( $result ) ) {
					$response['errorCode']    = $result->get_error_code();
					$response['errorMessage'] = $result->get_error_message();
				}
			}
		} else {
			wp_enqueue_style( 'plugin-install' );
			wp_enqueue_script( 'plugin-install' );

			$response['redirect'] = admin_url( '/themes.php?page=colormag&tab=starter-templates' );

			/**
			 * Install Plugin.
			 */
			include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
			include_once ABSPATH . 'wp-admin/includes/plugin-install.php';

			$api = plugins_api(
				'plugin_information',
				array(
					'slug'   => sanitize_key( wp_unslash( 'themegrill-demo-importer' ) ),
					'fields' => array(
						'sections' => false,
					),
				)
			);

			$skin     = new WP_Ajax_Upgrader_Skin();
			$upgrader = new Plugin_Upgrader( $skin );
			$result   = $upgrader->install( $api->download_link );

			if ( $result ) {
				$response['installed'] = 'succeed';
			} else {
				$response['installed'] = 'failed';
			}

			// Activate plugin.
			if ( current_user_can( 'activate_plugin' ) ) {
				$result = activate_plugin( 'themegrill-demo-importer/themegrill-demo-importer.php' );

				if ( is_wp_error( $result ) ) {
					$response['errorCode']    = $result->get_error_code();
					$response['errorMessage'] = $result->get_error_message();
				}
			}
		}

		wp_send_json( $response );

		exit();
	}
}

new Colormag_Welcome_Notice();
PK�
�[�Wzinc/colormag-wp-query.phpnu�[���<?php
/**
 * ColorMag custom WP_Query functions.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


if ( ! function_exists( 'colormag_breaking_news' ) ) :

	/**
	 * Breaking News/Latest Posts ticker section in the header.
	 */
	function colormag_breaking_news() {

		$post_status = 'publish';
		if ( 1 == get_option( 'fresh_site' ) ) {
			$post_status = array( 'auto-draft', 'publish' );
		}

		// Arguments for post query.
		$args = array(
			'posts_per_page'      => 5,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'post_status'         => $post_status,
		);

		$get_featured_posts = new WP_Query( $args );
		?>

		<div class="breaking-news">
			<strong class="breaking-news-latest"><?php esc_html_e( 'Latest:', 'colormag' ); ?></strong>

			<ul class="newsticker">
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>
					<li>
						<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
							<?php the_title(); ?>
						</a>
					</li>
				<?php endwhile; ?>
			</ul>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

endif;


if ( ! function_exists( 'colormag_random_post' ) ) :

	/**
	 * Random post icon in menu.
	 */
	function colormag_random_post() {

		// Bail out if random post in menu is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_random_post', 0 ) ) {
			return;
		}

		// Arguments for post query.
		$args = array(
			'posts_per_page'         => 1,
			'post_type'              => 'post',
			'ignore_sticky_posts'    => true,
			'orderby'                => 'rand',
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
		);

		$get_random_post = new WP_Query( $args );
		?>

		<div class="cm-random-post">
			<?php
			while ( $get_random_post->have_posts() ) :
				$get_random_post->the_post();
				?>
				<a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'View a random post', 'colormag' ); ?>">
					<?php colormag_get_icon( 'random-fill' ); ?>
				</a>
			<?php endwhile; ?>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

endif;


if ( ! function_exists( 'colormag_related_posts_function' ) ) :

	/**
	 * Query for the related posts.
	 */
	function colormag_related_posts_function() {

		wp_reset_postdata();
		global $post;

		// Define shared post arguments.
		$args = array(
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
			'ignore_sticky_posts'    => 1,
			'orderby'                => 'rand',
			'post__not_in'           => array( $post->ID ),
			'posts_per_page'         => 3,
		);

		// Related by categories.
		if ( 'categories' == get_theme_mod( 'colormag_related_posts_query', 'categories' ) ) {
			$cats                 = wp_get_post_categories( $post->ID, array( 'fields' => 'ids' ) );
			$args['category__in'] = $cats;
		}

		// Related by tags.
		if ( 'tags' == get_theme_mod( 'colormag_related_posts_query', 'categories' ) ) {
			$tags            = wp_get_post_tags( $post->ID, array( 'fields' => 'ids' ) );
			$args['tag__in'] = $tags;

			// If no tags added, return.
			if ( ! $tags ) {
				$break = true;
			}
		}

		$query = ! isset( $break ) ? new WP_Query( $args ) : new WP_Query();

		return $query;

	}

endif;
PK�
�[��t��#inc/helper/class-colormag-utils.phpnu�[���<?php
/**
 * ColorMag utils class.
 *
 * @package ColorMag
 * @since   1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * ColorMag utils.
 *
 * Class responsible for different utility methods.
 *
 * @since 1.0.0
 */
class ColorMag_Utils {

	/**
	 * Given an hex colors, returns an array with the colors components.
	 *
	 * @param string $hex Hex color.
	 *
	 * @return array      Array with color components (r, g, b).
	 * @since  1.0.0
	 *
	 */
	public static function get_rgba_values_from_hex( $hex ) {

		if ( false !== strpos( $hex, 'rgb' ) ) {
			$hex = self::rgba_to_hex( $hex );
		}

		// Format the hex color string.
		$hex  = str_replace( '#', '', $hex );
		$rgba = array();

		switch ( strlen( $hex ) ) {

			case 3:
				$rgba['r'] = hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
				$rgba['g'] = hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
				$rgba['b'] = hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
				$rgba['a'] = 1;

				break;
			case 7:
			case 6:
				$rgba['r'] = hexdec( substr( $hex, 0, 2 ) );
				$rgba['g'] = hexdec( substr( $hex, 2, 2 ) );
				$rgba['b'] = hexdec( substr( $hex, 4, 2 ) );
				$rgba['a'] = 1;

				break;
			case 8:
				$rgba['r'] = hexdec( substr( $hex, 0, 2 ) );
				$rgba['g'] = hexdec( substr( $hex, 2, 2 ) );
				$rgba['b'] = hexdec( substr( $hex, 4, 2 ) );
				$rgba['a'] = hexdec( substr( $hex, 6, 2 ) ) / 255;
				break;
		}

		return $rgba;
	}

	/**
	 * Convert rgba to hex.
	 *
	 * @param string $rgba RGBA color value.
	 *
	 * @return string
	 * @since  1.0.0
	 *
	 */
	public static function rgba_to_hex( $rgba ) {

		$regex = '#\((([^()]+|(?R))*)\)#';

		if ( preg_match_all( $regex, $rgba, $matches ) ) {
			$rgba = explode( ',', implode( ' ', $matches[1] ) );
		} else {
			$rgba = explode( ',', $rgba );
		}

		$r_hex = dechex( $rgba['0'] );
		$g_hex = dechex( $rgba['1'] );
		$b_hex = dechex( $rgba['2'] );
		$a_hex = '';

		if ( array_key_exists( '3', $rgba ) ) {
			$a_hex = dechex( $rgba['3'] * 255 );
		}

		return '#' . $r_hex . $g_hex . $b_hex . $a_hex;
	}

	/**
	 * Generate hex/rgba color value by changing brightness.
	 *
	 * Useful for generating hover color values.
	 *
	 * @param string $hex Hex color value.
	 * @param integer $steps -255 (darken) to 255 (brighten).
	 *
	 * @return string          hex or rgba color value depending on the param passed.
	 * @since  1.0.0
	 *
	 */
	public static function adjust_color_brightness( $hex, $steps ) {

		$steps = max( -255, min( 255, $steps ) );

		$rgb_values = self::get_rgba_values_from_hex( $hex );

		$r = max( 0, min( 255, $rgb_values['r'] + $steps ) );
		$g = max( 0, min( 255, $rgb_values['g'] + $steps ) );
		$b = max( 0, min( 255, $rgb_values['b'] + $steps ) );

		if ( $rgb_values['a'] >= 0 && $rgb_values['a'] < 1 && 1 !== $rgb_values['a'] ) {
			return 'rgba(' . $r . ',' . $g . ',' . $b . ',' . round( $rgb_values['a'], 2 ) . ')';
		}

		$r_hex = str_pad( dechex( $r ), 2, '0', STR_PAD_LEFT );
		$g_hex = str_pad( dechex( $g ), 2, '0', STR_PAD_LEFT );
		$b_hex = str_pad( dechex( $b ), 2, '0', STR_PAD_LEFT );

		return '#' . $r_hex . $g_hex . $b_hex;
	}

	/**
	 * Adjust opacity level of color.
	 *
	 * Useful for dynamically changing color opacity of reference color.
	 *
	 * $package ColorMag
	 *
	 * @param string $hex Hex color value.
	 * @param integer $steps 0 (transparent) to 100 (opaque).
	 *
	 * @return string          rgba color value with opacity level.
	 * @since   1.0.2
	 *
	 */

	public static function adjust_color_opacity( $hex, $steps ) {

		$steps     = max( 0, min( 100, $steps ) );
		$rgba      = self::get_rgba_values_from_hex( $hex );
		$a         = isset( $rgba['a'] ) ? $rgba['a'] : 1;
		$a         = $steps / 100 * $a;
		$a         = max( 0, min( 1, round( $a, 2 ) ) );
		$rgba['a'] = $a;

		return 'rgba(' . implode( ',', array_values( $rgba ) ) . ')';
	}

	/**
	 * Check whether Elementor plugin is activated and is active on current page or not.
	 *
	 * @return bool
	 *
	 * @since ColorMag 2.2.3
	 */
	public static function colormag_elementor_active_page_check() {
		global $post;

		if ( defined( 'ELEMENTOR_VERSION' ) && get_post_meta( $post->ID, '_elementor_edit_mode', true ) ) {
			return true;
		}

		return false;
	}

	/**
	 * Check if WooCommerce plugin is active.
	 *
	 * @see https://docs.woocommerce.com/document/query-whether-woocommerce-is-activated/
	 */
	public static function colormag_is_woocommerce_active() {

		if ( class_exists( 'woocommerce' ) ) {
			return true;
		} else {
			return false;
		}
	}

	/**
	 * Returns the class for sidebar layout.
	 *
	 * @param string $class Option value.
	 *
	 * @return string Required class for sidebar layout to be used on body class.
	 */
	public static function colormag_get_sidebar_layout_class( $class ) {

		$output = str_replace( '_', '-', $class );

		// This extra hack is needed since our theme does not have the class of `.no-sidebar-content-centered`.
		if ( 'no-sidebar-content-centered' === $output ) {
			$output = 'no-sidebar';
		}

		return $output;

	}

	/**
	 * Get sidebar as per the option chosen.
	 *
	 * @param string $sidebar        The passed sidebar area to be used.
	 * @param bool   $disable_suffix Option to bare the `get_sidebar()` file call for `right` sidebar.
	 * @param string $sidebar_prefix The prefix for sidebar area to be used.
	 */
	public static function colormag_get_sidebar( $sidebar, $disable_suffix = true, $sidebar_prefix = '' ) {

		// Bail out if `no_sidebar_full_width` or `no_sidebar_content_centered` is chosen.
		if ( 'no_sidebar_full_width' === $sidebar || 'no_sidebar_content_centered' === $sidebar ) {
			return;
		}

		$sidebar = str_replace( '_sidebar', '', $sidebar );

		// Bare the sidebar if sidebar is set to `right` sidebar to prevent being called different sidebar
		// if user is utilizing it via the child theme.
		if ( 'right' === $sidebar && $disable_suffix ) {
			$sidebar = '';
		}

		if ( $sidebar_prefix ) {
			get_sidebar( $sidebar_prefix . '-' . $sidebar );
		} else {
			get_sidebar( $sidebar );
		}

	}
}
PK�
�[��=�K�Kinc/template-functions.phpnu�[���<?php
/**
 * Functions which enhance the theme by hooking into WordPress.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Add a pingback url auto-discovery header for single posts, pages, or attachments.
 */
function colormag_pingback_header() {
	if ( is_singular() && pings_open() ) {
		printf( '<link rel="pingback" href="%s">', esc_url( get_bloginfo( 'pingback_url' ) ) );
	}
}

add_action( 'wp_head', 'colormag_pingback_header' );

/**
 * Removing the default style of WordPress gallery.
 */
add_filter( 'use_default_gallery_style', '__return_false' );

/**
 * Filtering the size to be full from thumbnail to be used in WordPress gallery as a default size.
 *
 * @param array $out   The output array of shortcode attributes.
 * @param array $pairs The supported attributes and their defaults.
 * @param array $atts  The user defined shortcode attributes.
 *
 * @return mixed
 */
function colormag_gallery_atts( $out, $pairs, $atts ) {
	$atts = shortcode_atts(
		array(
			'size' => 'colormag-featured-image',
		),
		$atts
	);

	$out['size'] = $atts['size'];

	return $out;
}

add_filter( 'shortcode_atts_gallery', 'colormag_gallery_atts', 10, 3 );


/**
 * Removing the more link jumping to middle of content.
 *
 * @param string $link Read More link element.
 *
 * @return string|string[]
 */
function colormag_remove_more_jump_link( $link ) {
	$offset = strpos( $link, '#more-' );

	if ( $offset ) {
		$end = strpos( $link, '"', $offset );
	}

	if ( $end ) {
		$link = substr_replace( $link, '', $offset, $end - $offset );
	}

	return $link;
}

add_filter( 'the_content_more_link', 'colormag_remove_more_jump_link' );


/**
 * Creating responsive video for posts/pages.
 *
 * @param string|false $html    The cached HTML result, stored in post meta.
 * @param string       $url     The attempted embed URL.
 * @param array        $attr    An array of shortcode attributes.
 * @param int          $post_ID Post ID.
 *
 * @return string
 */
function colormag_responsive_video( $html, $url, $attr, $post_ID ) {

	if ( ! current_theme_supports( 'responsive-embeds' ) ) {
		return '<div class="fitvids-video">' . $html . '</div>';
	}

	return $html;

}

add_filter( 'embed_oembed_html', 'colormag_responsive_video', 10, 4 );


/**
 * Use of the hooks for Category Color in the archive titles
 *
 * @param string $title Category title.
 *
 * @return string Category page title.
 */
function colormag_colored_category_title( $title ) {

	$output             = '';
	$color_value        = colormag_category_color( get_cat_id( $title ) );
	$color_border_value = colormag_category_color( get_cat_id( $title ) );

	if ( ! empty( $color_value ) ) {
		$output = '<h1 class="cm-page-title" style="border-bottom-color: ' . esc_attr( $color_border_value ) . '"><span style="background-color: ' . esc_attr( $color_value ) . '">' . esc_html( $title ) . '</span></h1>';
	} else {
		$output = '<h1 class="cm-page-title"><span>' . $title . '</span></h1>';
	}

	return $output;

}

/**
 * Filters the single_cat_title.
 *
 * @param string $category_title Category title.
 */
function colormag_category_title_function( $category_title ) {
	add_filter( 'single_cat_title', 'colormag_colored_category_title' );
}

add_action( 'colormag_category_title', 'colormag_category_title_function' );


/**
 * Filter the get_header_image_tag() for option of adding the link back to home page option.
 *
 * @param string $html   The HTML image tag markup being filtered.
 * @param object $header The custom header object returned by 'get_custom_header()'.
 * @param array  $attr   Array of the attributes for the image tag.
 *
 * @return string
 */
function colormag_header_image_markup( $html, $header, $attr ) {

	$output       = '';
	$header_image = get_header_image();

	if ( ! empty( $header_image ) ) {
		$output .= '<div class="header-image-wrap">';

		if ( 1 == get_theme_mod( 'colormag_enable_header_image_link_home', 0 ) ) {
			$output .= '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" rel="home">';
		}

		$output .= '<img src="' . esc_url( $header_image ) . '" class="header-image" width="' . absint( get_custom_header()->width ) . '" height="' . absint( get_custom_header()->height ) . '" alt="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '">';

		if ( 1 == get_theme_mod( 'colormag_enable_header_image_link_home', 0 ) ) {
			$output .= '</a>';
		}

		$output .= '</div>';
	}

	return $output;

}

add_filter( 'get_header_image_tag', 'colormag_header_image_markup', 10, 3 );


/**
 * Filter the body_class.
 *
 * Throwing different body class for the different layouts in the body tag.
 *
 * @param array $classes CSS classes applied to the body tag.
 *
 * @return array Classes for body.
 */
function colormag_body_class( $classes ) {

	global $post;

	if ( $post ) {
		$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
	}

	if ( is_home() ) {
		$queried_id  = get_option( 'page_for_posts' );
		$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
	}

	if ( empty( $layout_meta ) || is_archive() || is_search() ) {
		$layout_meta = 'default_layout';
	}

	$woocommerce_widgets_enabled  = get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 );
	$colormag_default_sidebar_layout      = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
	$colormag_page_sidebar_layout = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
	$colormag_default_post_layout = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

	/**
	 * Header styles.
	 */
	$header_layout_class = get_theme_mod( 'colormag_main_header_layout', 'layout-1' );

	if ( 'layout-1' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-1 adv-style-1';
	} elseif ( 'layout-2' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-2 adv-style-1';
	} elseif ( 'layout-3' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-3 adv-style-1';
	} elseif ( 'layout-4' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-4 adv-style-1';
	}

	// Proceed only if WooCommerce extra widget option is not enabled as well as
	// Proceed only if WooCommerce is enabled and not in WooCommerce pages.
	if ( 0 == $woocommerce_widgets_enabled || ( 1 == $woocommerce_widgets_enabled && ( function_exists( 'is_woocommerce' ) && ( ! is_woocommerce() ) ) ) ) :
		if ( 'default_layout' === $layout_meta ) {
			if ( is_page() ) {
				if ( 'right_sidebar' === $colormag_page_sidebar_layout ) {
					$classes[] = '';
				} elseif ( 'left_sidebar' === $colormag_page_sidebar_layout ) {
					$classes[] = 'left-sidebar';
				} elseif ( 'no_sidebar_full_width' === $colormag_page_sidebar_layout ) {
					$classes[] = 'no-sidebar-full-width';
				} elseif ( 'no_sidebar_content_centered' === $colormag_page_sidebar_layout ) {
					$classes[] = 'no-sidebar';
				}
			} elseif ( is_single() ) {
				if ( 'right_sidebar' === $colormag_default_post_layout ) {
					$classes[] = '';
				} elseif ( 'left_sidebar' === $colormag_default_post_layout ) {
					$classes[] = 'left-sidebar';
				} elseif ( 'no_sidebar_full_width' === $colormag_default_post_layout ) {
					$classes[] = 'no-sidebar-full-width';
				} elseif ( 'no_sidebar_content_centered' === $colormag_default_post_layout ) {
					$classes[] = 'no-sidebar';
				}
			} elseif ( 'right_sidebar' === $colormag_default_sidebar_layout ) {
				$classes[] = '';
			} elseif ( 'left_sidebar' === $colormag_default_sidebar_layout ) {
				$classes[] = 'left-sidebar';
			} elseif ( 'no_sidebar_full_width' === $colormag_default_sidebar_layout ) {
				$classes[] = 'no-sidebar-full-width';
			} elseif ( 'no_sidebar_content_centered' === $colormag_default_sidebar_layout ) {
				$classes[] = 'no-sidebar';
			}
		} elseif ( 'right_sidebar' === $layout_meta ) {
			$classes[] = '';
		} elseif ( 'left_sidebar' === $layout_meta ) {
			$classes[] = 'left-sidebar';
		} elseif ( 'no_sidebar_full_width' === $layout_meta ) {
			$classes[] = 'no-sidebar-full-width';
		} elseif ( 'no_sidebar_content_centered' === $layout_meta ) {
			$classes[] = 'no-sidebar';
		}

	endif;

	// For site layout option.
	$site_layout = get_theme_mod( 'colormag_container_layout', 'wide' );
	$classes[]   = ( 'wide' == $site_layout ) ? 'wide' : 'boxed';

	// Add body class for header display type.
	$header_display_type = get_theme_mod( 'colormag_header_display_type', 'type_one' );

	// For header display type 2.
	if ( 'type_two' === $header_display_type ) {
		$classes[] = 'header_display_type_one';
	}

	// For header display type 3.
	if ( 'type_three' === $header_display_type ) {
		$classes[] = 'header_display_type_two';
	}

	// Add body class for body skin type.
	if ( 'dark' === get_theme_mod( 'colormag_color_skin_setting', 'white' ) ) {
		$classes[] = 'dark-skin';
	}

	// For background image clickable.
	$background_image_url_link = get_theme_mod( 'colormag_background_image_link' );
	if ( $background_image_url_link ) {
		$classes[] = 'clickable-background-image';
	}

	return $classes;

}

add_filter( 'body_class', 'colormag_body_class' );

/**
 * List of allowed social protocols in HTML attributes.
 *
 * @param array $protocols Array of allowed protocols.
 *
 * @return array
 */
function colormag_allowed_social_protocols( $protocols ) {
	$social_protocols = array(
		'skype',
	);

	return array_merge( $protocols, $social_protocols );
}

add_filter( 'kses_allowed_protocols', 'colormag_allowed_social_protocols' );

/**
 * Filters the columns displayed in the Posts list table.
 *
 * @param string[] $columns An associative array of column headings.
 *
 * @return mixed
 */
function colormag_posts_column_views( $columns ) {

	$columns['post_views'] = esc_html__( 'Total Views', 'colormag' );

	return $columns;

}

add_filter( 'manage_posts_columns', 'colormag_posts_column_views' );

/**
 * Fires in each custom column in the Posts list table.
 *
 * @param string $column_name The name of the column to display.
 * @param int    $post_id     The current post ID.
 */
function colormag_posts_custom_column_views( $column_name, $post_id ) {
	if ( 'post_views' === $column_name ) {
		echo wp_kses_post( colormag_post_view_display( get_the_ID(), false ) );
	}
}

add_action( 'manage_posts_custom_column', 'colormag_posts_custom_column_views', 5, 2 );

/**
 * Adding the custom generated user field.
 *
 * @param int $user User id.
 */
function colormag_extra_user_field( $user ) {
	?>
	<h3><?php esc_html_e( 'User Social Links', 'colormag' ); ?></h3>

	<table class="form-table">
		<tr>
			<th><label for="colormag_twitter"><?php esc_html_e( 'Twitter', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_twitter" id="colormag_twitter"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_twitter', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_facebook"><?php esc_html_e( 'Facebook', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_facebook" id="colormag_facebook"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_facebook', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_google_plus"><?php esc_html_e( 'Google Plus', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_google_plus" id="colormag_google_plus"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_google_plus', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_flickr"><?php esc_html_e( 'Flickr', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_flickr" id="colormag_flickr"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_flickr', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_linkedin"><?php esc_html_e( 'LinkedIn', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_linkedin" id="colormag_linkedin"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_linkedin', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_instagram"><?php esc_html_e( 'Instagram', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_instagram" id="colormag_instagram"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_instagram', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_tumblr"><?php esc_html_e( 'Tumblr', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_tumblr" id="colormag_tumblr"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_tumblr', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_youtube"><?php esc_html_e( 'Youtube', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_youtube" id="colormag_youtube"
					   value="<?php echo esc_attr( get_the_author_meta( 'colormag_youtube', $user->ID ) ); ?>"
					   class="regular-text"
				/>
			</td>
		</tr>
	</table>
	<?php
}

add_action( 'show_user_profile', 'colormag_extra_user_field' );
add_action( 'edit_user_profile', 'colormag_extra_user_field' );

/**
 * Saving the user field used above for social sites.
 *
 * @param int $user_id User id.
 *
 * @return bool
 */
function colormag_extra_user_field_save_option( $user_id ) {

	if ( ! current_user_can( 'edit_user', $user_id ) ) {
		return false;
	}

	// Update user meta for Twitter.
	if ( isset( $_POST['colormag_twitter'] ) && wp_unslash( $_POST['colormag_twitter'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_twitter', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_twitter'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_twitter' );
	}

	// Update user meta for Facebook.
	if ( isset( $_POST['colormag_facebook'] ) && wp_unslash( $_POST['colormag_facebook'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_facebook', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_facebook'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_facebook' );
	}

	// Update user meta for Google Plus.
	if ( isset( $_POST['colormag_google_plus'] ) && wp_unslash( $_POST['colormag_google_plus'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_google_plus', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_google_plus'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_google_plus' );
	}

	// Update user meta for Flickr.
	if ( isset( $_POST['colormag_flickr'] ) && wp_unslash( $_POST['colormag_flickr'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_flickr', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_flickr'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_flickr' );
	}

	// Update user meta for LinkedIn.
	if ( isset( $_POST['colormag_linkedin'] ) && wp_unslash( $_POST['colormag_linkedin'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_linkedin', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_linkedin'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_linkedin' );
	}

	// Update user meta for Instagram.
	if ( isset( $_POST['colormag_instagram'] ) && wp_unslash( $_POST['colormag_instagram'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_instagram', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_instagram'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_instagram' );
	}

	// Update user meta for Tumblr.
	if ( isset( $_POST['colormag_tumblr'] ) && wp_unslash( $_POST['colormag_tumblr'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_tumblr', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_tumblr'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_tumblr' );
	}

	// Update user meta for YouTube.
	if ( isset( $_POST['colormag_youtube'] ) && wp_unslash( $_POST['colormag_youtube'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_youtube', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_youtube'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_youtube' );
	}

}

add_action( 'personal_options_update', 'colormag_extra_user_field_save_option' );
add_action( 'edit_user_profile_update', 'colormag_extra_user_field_save_option' );

if ( ! function_exists( 'colormag_get_icon' ) ) :

	/**
	 * Get SVG icon.
	 *
	 * @param string $icon Default is empty.
	 * @param bool $echo Default is true.
	 * @param array $args Default is empty.
	 *
	 * @return string|null
	 */
	function colormag_get_icon( $icon = '', $echo = true, $args = array() ) {
		return ColorMag_SVG_Icons::get_svg( $icon, $echo, $args );
	}
endif;

if ( ! function_exists( 'colormag_css_class' ) ) :

	/**
	 * Adds css classes to elements dynamically.
	 *
	 * @param string $tag Filter tag name.
	 *
	 * TODO: deprecate this function to ColorMag_Dynamic_Filter
	 *
	 * @return string CSS classes.
	 */
	function colormag_css_class( $tag, $echo = true ) {

		// Get list of css classes in array for the `$tag` aka element.
		$classes = ColorMag_Dynamic_Filter::filter_via_tag( $tag );

		// Filter for the element classes.
		$classes = apply_filters( $tag, $classes );

		// Remove duplicate classes if any.
		$classes = array_unique( $classes );

		// Output in string format.
		if ( true === $echo ) {

			echo esc_attr( join( ' ', $classes ) );
		} else {

			return join( ' ', $classes );
		}
	}
endif;
PK�
�[}	�B����inc/class-breadcrumb-trail.phpnu�[���<?php
/**
 * Breadcrumb Trail - A breadcrumb menu script for WordPress.
 *
 * Breadcrumb Trail is a script for showing a breadcrumb trail for any type of page.  It tries to
 * anticipate any type of structure and display the best possible trail that matches your site's
 * permalink structure.  While not perfect, it attempts to fill in the gaps left by many other
 * breadcrumb scripts.
 *
 * 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.
 *
 * @package   BreadcrumbTrail
 * @version   1.1.0
 * @author    Justin Tadlock <justin@justintadlock.com>
 * @copyright Copyright (c) 2008 - 2017, Justin Tadlock
 * @link      https://themehybrid.com/plugins/breadcrumb-trail
 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */

/**
 * Shows a breadcrumb for all types of pages.  This is a wrapper function for the Breadcrumb_Trail class,
 * which should be used in theme templates.
 *
 * @access public
 *
 * @param  array $args Arguments to pass to Breadcrumb_Trail.
 *
 * @return string html output.
 */
function breadcrumb_trail( $args = array() ) {

	$breadcrumb = apply_filters( 'breadcrumb_trail_object', null, $args );

	if ( ! is_object( $breadcrumb ) ) {
		$breadcrumb = new Breadcrumb_Trail( $args );
	}

	return $breadcrumb->trail();
}

/**
 * Creates a breadcrumbs menu for the site based on the current page that's being viewed by the user.
 *
 * @access public
 */
class Breadcrumb_Trail {

	/**
	 * Array of items belonging to the current breadcrumb trail.
	 *
	 * @access public
	 * @var    array
	 */
	public $items = array();

	/**
	 * Arguments used to build the breadcrumb trail.
	 *
	 * @access public
	 * @var    array
	 */
	public $args = array();

	/**
	 * Array of text labels.
	 *
	 * @access public
	 * @var    array
	 */
	public $labels = array();

	/**
	 * Array of post types (key) and taxonomies (value) to use for single post views.
	 *
	 * @access public
	 * @var    array
	 */
	public $post_taxonomy = array();

	/* ====== Magic Methods ====== */

	/**
	 * Magic method to use in case someone tries to output the layout object as a string.
	 * We'll just return the trail HTML.
	 *
	 * @access public
	 * @return string
	 */
	public function __toString() {
		return $this->trail();
	}

	/**
	 * Sets up the breadcrumb trail properties.  Calls the `Breadcrumb_Trail::add_items()` method
	 * to creat the array of breadcrumb items.
	 *
	 * @access public
	 *
	 * @param array $args          {.
	 *
	 * @type string $container     Container HTML element. nav|div
	 * @type string $before        String to output before breadcrumb menu.
	 * @type string $after         String to output after breadcrumb menu.
	 * @type string $browse_tag    The HTML tag to use to wrap the "Browse" header text.
	 * @type string $list_tag      The HTML tag to use for the list wrapper.
	 * @type string $item_tag      The HTML tag to use for the item wrapper.
	 * @type bool   $show_on_front Whether to show when `is_front_page()`.
	 * @type bool   $network       Whether to link to the network main site (multisite only).
	 * @type bool   $show_title    Whether to show the title (last item) in the trail.
	 * @type bool   $show_browse   Whether to show the breadcrumb menu header.
	 * @type array  $labels        Text labels. @see Breadcrumb_Trail::set_labels()
	 * @type array  $post_taxonomy Taxonomies to use for post types. @see Breadcrumb_Trail::set_post_taxonomy()
	 * @type bool   $echo          Whether to print or return the breadcrumbs.
	 * }
	 * @return void
	 */
	public function __construct( $args = array() ) {

		$defaults = array(
			'container'         => 'nav',
			'before'            => '',
			'after'             => '',
			'browse_tag'        => 'h2',
			'list_tag'          => 'ul',
			'item_tag'          => 'li',
			'show_on_front'     => true,
			'network'           => false,
			'show_title'        => true,
			'show_browse'       => true,
			'link_current_item' => false,
			'labels'            => array(),
			'post_taxonomy'     => array(),
			'echo'              => true,
		);

		// Parse the arguments with the deaults.
		$this->args = apply_filters( 'breadcrumb_trail_args', wp_parse_args( $args, $defaults ) );

		// Set the labels and post taxonomy properties.
		$this->set_labels();
		$this->set_post_taxonomy();

		// Let's find some items to add to the trail!
		$this->add_items();
	}

	/* ====== Public Methods ====== */

	/**
	 * Formats the HTML output for the breadcrumb trail.
	 *
	 * @access public
	 * @return string
	 */
	public function trail() {

		// Set up variables that we'll need.
		$breadcrumb    = '';
		$item_count    = count( $this->items );
		$item_position = 0;

		// Connect the breadcrumb trail if there are items in the trail.
		if ( 0 < $item_count ) {

			// Add 'browse' label if it should be shown.
			if ( true === $this->args['show_browse'] ) {

				$breadcrumb .= sprintf(
					'<%1$s class="trail-browse">%2$s</%1$s>',
					tag_escape( $this->args['browse_tag'] ),
					$this->labels['browse']
				);
			}

			// Open the unordered list.
			$breadcrumb .= sprintf(
				'<%s class="trail-items" itemscope itemtype="http://schema.org/BreadcrumbList">',
				tag_escape( $this->args['list_tag'] )
			);

			// Add the number of items and item list order schema.
			$breadcrumb .= sprintf( '<meta name="numberOfItems" content="%d" />', absint( $item_count ) );
			$breadcrumb .= '<meta name="itemListOrder" content="Ascending" />';

			// Loop through the items and add them to the list.
			foreach ( $this->items as $item ) {

				// Iterate the item position.
				++$item_position;

				// Check if the item is linked.
				preg_match( '/(<a.*?>)(.*?)(<\/a>)/i', $item, $matches );

				// Wrap the item text with appropriate itemprop.
				$item = ! empty( $matches ) ? sprintf( '%s<span itemprop="name">%s</span>%s', $matches[1], $matches[2], $matches[3] ) : sprintf( '<span>%s</span>', $item );

				// Add list item classes.
				$item_class = 'trail-item';

				// Create list item attributes.
				$attributes = 'itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="' . $item_class . '"';
				$span_item = '<span itemprop="item">%s</span>';
				$meta = sprintf( '<meta itemprop="position" content="%s" />', absint( $item_position ) );

				if ( 1 === $item_position && 1 < $item_count ) {
					$item_class .= ' trail-begin';
					// Build the meta position HTML.
				} elseif ( $item_count === $item_position ) {
					$item_class .= ' trail-end';

					if ( is_404() || false === $this->args['link_current_item'] ) {
						$attributes = 'class="' . $item_class . '"';
						$span_item = '%s';
						$meta = '';
					}
				}

				// Wrap the item with its itemprop.
				$item = ! empty( $matches )
					? preg_replace( '/(<a.*?)([\'"])>/i', '$1$2 itemprop=$2item$2>', $item )
					: sprintf( $span_item, $item );

				// Build the list item.
				$breadcrumb .= sprintf( '<%1$s %2$s>%3$s%4$s</%1$s>', tag_escape( $this->args['item_tag'] ), $attributes, $item, $meta );
			}

			// Close the unordered list.
			$breadcrumb .= sprintf( '</%s>', tag_escape( $this->args['list_tag'] ) );

			// Wrap the breadcrumb trail.
			$breadcrumb = sprintf(
				'<%1$s role="navigation" aria-label="%2$s" class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb">%3$s%4$s%5$s%6$s</%1$s>',
				tag_escape( $this->args['container'] ),
				esc_attr( $this->labels['aria_label'] ),
				$this->args['before'],
				'<span class="breadcrumb-title">' . get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here:', 'colormag' ) ) . '</span>',
				$breadcrumb,
				$this->args['after']
			);
		}

		// Allow developers to filter the breadcrumb trail HTML.
		$breadcrumb = apply_filters( 'breadcrumb_trail', $breadcrumb, $this->args );

		if ( false === $this->args['echo'] ) {
			return $breadcrumb;
		}

		echo $breadcrumb; // WPCS xss ok.
	}

	/* ====== Protected Methods ====== */

	/**
	 * Sets the labels property.  Parses the inputted labels array with the defaults.
	 *
	 * @access protected
	 * @return void
	 */
	protected function set_labels() {

		$defaults = array(
			'browse'              => esc_html__( 'Browse:', 'colormag' ),
			'aria_label'          => esc_attr_x( 'Breadcrumbs', 'breadcrumbs aria label', 'colormag' ),
			'home'                => esc_html__( 'Home', 'colormag' ),
			'error_404'           => esc_html__( '404 Not Found', 'colormag' ),
			'archives'            => esc_html__( 'Archives', 'colormag' ),
			// Translators: %s is the search query.
			'search'              => esc_html__( 'Search results for: %s', 'colormag' ),
			// Translators: %s is the page number.
			'paged'               => esc_html__( 'Page %s', 'colormag' ),
			// Translators: %s is the page number.
			'paged_comments'      => esc_html__( 'Comment Page %s', 'colormag' ),
			// Translators: Minute archive title. %s is the minute time format.
			'archive_minute'      => esc_html__( 'Minute %s', 'colormag' ),
			// Translators: Weekly archive title. %s is the week date format.
			'archive_week'        => esc_html__( 'Week %s', 'colormag' ),

			// "%s" is replaced with the translated date/time format.
			'archive_minute_hour' => '%s',
			'archive_hour'        => '%s',
			'archive_day'         => '%s',
			'archive_month'       => '%s',
			'archive_year'        => '%s',
		);

		$this->labels = apply_filters( 'breadcrumb_trail_labels', wp_parse_args( $this->args['labels'], $defaults ) );
	}

	/**
	 * Sets the `$post_taxonomy` property.  This is an array of post types (key) and taxonomies (value).
	 * The taxonomy's terms are shown on the singular post view if set.
	 *
	 * @access protected
	 * @return void
	 */
	protected function set_post_taxonomy() {

		$defaults = array();

		// If post permalink is set to `%postname%`, use the `category` taxonomy.
		if ( '%postname%' === trim( get_option( 'permalink_structure' ), '/' ) ) {
			$defaults['post'] = 'category';
		}

		$this->post_taxonomy = apply_filters( 'breadcrumb_trail_post_taxonomy', wp_parse_args( $this->args['post_taxonomy'], $defaults ) );
	}

	/**
	 * Runs through the various WordPress conditional tags to check the current page being viewed.  Once
	 * a condition is met, a specific method is launched to add items to the `$items` array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_items() {

		// If viewing the front page.
		if ( is_front_page() ) {
			$this->add_front_page_items();
		} else { // If not viewing the front page.

			// Add the network and site home links.
			$this->add_network_home_link();
			$this->add_site_home_link();

			// If viewing the home/blog page.
			if ( is_home() ) {
				$this->add_blog_items();
			} elseif ( is_singular() ) { // If not viewing the front page.
				$this->add_singular_items();
			} elseif ( is_archive() ) { // If viewing an archive page.

				if ( is_post_type_archive() ) {
					$this->add_post_type_archive_items();
				} elseif ( is_category() || is_tag() || is_tax() ) {
					$this->add_term_archive_items();
				} elseif ( is_author() ) {
					$this->add_user_archive_items();
				} elseif ( get_query_var( 'minute' ) && get_query_var( 'hour' ) ) {
					$this->add_minute_hour_archive_items();
				} elseif ( get_query_var( 'minute' ) ) {
					$this->add_minute_archive_items();
				} elseif ( get_query_var( 'hour' ) ) {
					$this->add_hour_archive_items();
				} elseif ( is_day() ) {
					$this->add_day_archive_items();
				} elseif ( get_query_var( 'w' ) ) {
					$this->add_week_archive_items();
				} elseif ( is_month() ) {
					$this->add_month_archive_items();
				} elseif ( is_year() ) {
					$this->add_year_archive_items();
				} else {
					$this->add_default_archive_items();
				}
			} elseif ( is_search() ) { // If viewing a search results page.
				$this->add_search_items();
			} elseif ( is_404() ) { // If viewing the 404 page.
				$this->add_404_items();
			}
		}

		// Add paged items if they exist.
		$this->add_paged_items();

		// Allow developers to overwrite the items for the breadcrumb trail.
		$this->items = array_unique( apply_filters( 'breadcrumb_trail_items', $this->items, $this->args ) );
	}

	/**
	 * Gets front items based on $wp_rewrite->front.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_rewrite_front_items() {
		global $wp_rewrite;

		if ( $wp_rewrite->front ) {
			$this->add_path_parents( $wp_rewrite->front );
		}
	}

	/**
	 * Adds the page/paged number to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_paged_items() {

		// If viewing a paged singular post.
		if ( is_singular() && 1 < get_query_var( 'page' ) && true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['paged'], number_format_i18n( absint( get_query_var( 'page' ) ) ) );
		} elseif ( is_singular() && get_option( 'page_comments' ) && 1 < get_query_var( 'cpage' ) ) { // If viewing a singular post with paged comments.
			$this->items[] = sprintf( $this->labels['paged_comments'], number_format_i18n( absint( get_query_var( 'cpage' ) ) ) );
		} elseif ( is_paged() && true === $this->args['show_title'] ) { // If viewing a paged archive-type page.
			$this->items[] = sprintf( $this->labels['paged'], number_format_i18n( absint( get_query_var( 'paged' ) ) ) );
		}
	}

	/**
	 * Adds the network (all sites) home page link to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_network_home_link() {

		if ( is_multisite() && ! is_main_site() && true === $this->args['network'] ) {
			$this->items[] = sprintf( '<a href="%s" rel="home">%s</a>', esc_url( network_home_url() ), $this->labels['home'] );
		}
	}

	/**
	 * Adds the current site's home page link to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_site_home_link() {

		$network = is_multisite() && ! is_main_site() && true === $this->args['network'];
		$label   = $network ? get_bloginfo( 'name' ) : $this->labels['home'];
		$rel     = $network ? '' : ' rel="home"';

		$this->items[] = sprintf( '<a href="%s"%s>%s</a>', esc_url( user_trailingslashit( home_url() ) ), $rel, $label );
	}

	/**
	 * Adds items for the front page to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_front_page_items() {

		// Only show front items if the 'show_on_front' argument is set to 'true'.
		if ( true === $this->args['show_on_front'] || is_paged() || ( is_singular() && 1 < get_query_var( 'page' ) ) ) {

			// Add network home link.
			$this->add_network_home_link();

			// If on a paged view, add the site home link.
			if ( is_paged() ) {
				$this->add_site_home_link();
			} elseif ( true === $this->args['show_title'] ) { // If on the main front page, add the network home title.
				$this->items[] = is_multisite() && true === $this->args['network'] ? get_bloginfo( 'name' ) : $this->labels['home'];
			}
		}
	}

	/**
	 * Adds items for the posts page (i.e., is_home()) to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_blog_items() {

		// Get the post ID and post.
		$post_id = get_queried_object_id();
		$post    = get_post( $post_id );

		// If the post has parents, add them to the trail.
		if ( 0 < $post->post_parent ) {
			$this->add_post_parents( $post->post_parent );
		}
		// Get the page title.
		$title = get_the_title( $post_id );

		// Add the posts page item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), $title );
		} elseif ( $title && true === $this->args['show_title'] ) {
			$this->items[] = $title;
		}
	}

	/**
	 * Adds singular post items to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_singular_items() {

		// Get the queried post.
		$post       = get_queried_object();
		$post_id    = get_queried_object_id();
		$post_title = single_post_title( '', false );

		// If the post has a parent, follow the parent trail.
		if ( 0 < $post->post_parent ) {
			$this->add_post_parents( $post->post_parent );
		} else { // If the post doesn't have a parent, get its hierarchy based off the post type.
			$this->add_post_hierarchy( $post_id );
		}

		// Display terms for specific post type taxonomy if requested.
		if ( ! empty( $this->post_taxonomy[ $post->post_type ] ) ) {
			$this->add_post_terms( $post_id, $this->post_taxonomy[ $post->post_type ] );
		}

		// End with the post title.
		if ( $post_title ) {

			if ( true === $this->args['link_current_item'] || ( 1 < get_query_var( 'page' ) || is_paged() ) || ( get_option( 'page_comments' ) && 1 < absint( get_query_var( 'cpage' ) ) ) ) {
				$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), $post_title );
			} elseif ( true === $this->args['show_title'] ) {
				$this->items[] = $post_title;
			}
		}
	}

	/**
	 * Adds the items to the trail items array for taxonomy term archives.
	 *
	 * @access protected
	 * @global object $wp_rewrite
	 * @return void
	 */
	protected function add_term_archive_items() {
		global $wp_rewrite;

		// Get some taxonomy and term variables.
		$term           = get_queried_object();
		$taxonomy       = get_taxonomy( $term->taxonomy );
		$done_post_type = false;

		// If there are rewrite rules for the taxonomy.
		if ( false !== $taxonomy->rewrite ) {

			// If 'with_front' is true, dd $wp_rewrite->front to the trail.
			if ( array_key_exists( 'with_front', $taxonomy->rewrite ) && $taxonomy->rewrite['with_front'] && $wp_rewrite->front ) {
				$this->add_rewrite_front_items();
			}

			// Get parent pages by path if they exist.
			$this->add_path_parents( $taxonomy->rewrite['slug'] );

			// Add post type archive if its 'has_archive' matches the taxonomy rewrite 'slug'.
			if ( $taxonomy->rewrite['slug'] ) {

				$slug = trim( $taxonomy->rewrite['slug'], '/' );

				// Deals with the situation if the slug has a '/' between multiple
				// strings. For example, "movies/genres" where "movies" is the post
				// type archive.
				$matches = explode( '/', $slug );

				// If matches are found for the path.
				if ( isset( $matches ) ) {

					// Reverse the array of matches to search for posts in the proper order.
					$matches = array_reverse( $matches );

					// Loop through each of the path matches.
					foreach ( $matches as $match ) {

						// If a match is found.
						$slug = $match;

						// Get public post types that match the rewrite slug.
						$post_types = $this->get_post_types_by_slug( $match );

						if ( ! empty( $post_types ) ) {

							$post_type_object = $post_types[0];

							// Add support for a non-standard label of 'archive_title' (special use case).
							$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

							// Core filter hook.
							$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

							// Add the post type archive link to the trail.
							$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), $label );

							$done_post_type = true;

							// Break out of the loop.
							break;
						}
					}
				}
			}
		}

		// If there's a single post type for the taxonomy, use it.
		if ( false === $done_post_type && 1 === count( $taxonomy->object_type ) && post_type_exists( $taxonomy->object_type[0] ) ) {

			// If the post type is 'post'.
			if ( 'post' === $taxonomy->object_type[0] ) {
				$post_id = get_option( 'page_for_posts' );

				if ( 'posts' !== get_option( 'show_on_front' ) && 0 < $post_id ) {
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), get_the_title( $post_id ) );
				}

				// If the post type is not 'post'.
			} else {
				$post_type_object = get_post_type_object( $taxonomy->object_type[0] );

				$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

				// Core filter hook.
				$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

				$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), $label );
			}
		}

		// If the taxonomy is hierarchical, list its parent terms.
		if ( is_taxonomy_hierarchical( $term->taxonomy ) && $term->parent ) {
			$this->add_term_parents( $term->parent, $term->taxonomy );
		}

		// Add the term name to the trail end.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $term->taxonomy ) ), single_term_title( '', false ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = single_term_title( '', false );
		}
	}

	/**
	 * Adds the items to the trail items array for post type archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_post_type_archive_items() {

		// Get the post type object.
		$post_type_object = get_post_type_object( get_query_var( 'post_type' ) );

		if ( false !== $post_type_object->rewrite ) {

			// If 'with_front' is true, add $wp_rewrite->front to the trail.
			if ( $post_type_object->rewrite['with_front'] ) {
				$this->add_rewrite_front_items();
			}

			// If there's a rewrite slug, check for parents.
			if ( ! empty( $post_type_object->rewrite['slug'] ) ) {
				$this->add_path_parents( $post_type_object->rewrite['slug'] );
			}
		}

		// Add the post type [plural] name to the trail end.
		if ( is_paged() || is_author() ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), post_type_archive_title( '', false ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = post_type_archive_title( '', false );
		}

		// If viewing a post type archive by author.
		if ( is_author() ) {
			$this->add_user_archive_items();
		}
	}

	/**
	 * Adds the items to the trail items array for user (author) archives.
	 *
	 * @access protected
	 * @global object $wp_rewrite
	 * @return void
	 */
	protected function add_user_archive_items() {
		global $wp_rewrite;

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the user ID.
		$user_id = get_query_var( 'author' );

		// If $author_base exists, check for parent pages.
		if ( ! empty( $wp_rewrite->author_base ) && ! is_post_type_archive() ) {
			$this->add_path_parents( $wp_rewrite->author_base );
		}

		// Add the author's display name to the trail end.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_author_posts_url( $user_id ) ), get_the_author_meta( 'display_name', $user_id ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = get_the_author_meta( 'display_name', $user_id );
		}
	}

	/**
	 * Adds the items to the trail items array for minute + hour archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_minute_hour_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the minute + hour item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_minute_hour'], get_the_time( esc_html_x( 'g:i a', 'minute and hour archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for minute archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_minute_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the minute item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_minute'], get_the_time( esc_html_x( 'i', 'minute archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for hour archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_hour_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the hour item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_hour'], get_the_time( esc_html_x( 'g a', 'hour archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for day archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_day_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get year, month, and day.
		$year  = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$month = sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) );
		$day   = sprintf( $this->labels['archive_day'], get_the_time( esc_html_x( 'j', 'daily archives date format', 'colormag' ) ) );

		// Add the year and month items.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y' ), get_the_time( 'm' ) ) ), $month );

		// Add the day item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' )  ) ), $day );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $day;
		}
	}

	/**
	 * Adds the items to the trail items array for week archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_week_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year and week.
		$year = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$week = sprintf( $this->labels['archive_week'], get_the_time( esc_html_x( 'W', 'weekly archives date format', 'colormag' ) ) );

		// Add the year item.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );

		// Add the week item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = esc_url(
				get_archives_link(
					add_query_arg(
						array(
							'm' => get_the_time( 'Y' ),
							'w' => get_the_time( 'W' ),
						),
						home_url()
					),
					$week,
					false
				)
			);
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $week;
		}
	}

	/**
	 * Adds the items to the trail items array for month archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_month_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year and month.
		$year  = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$month = sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) );

		// Add the year item.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );

		// Add the month item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y' ), get_the_time( 'm' ) ) ), $month );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $month;
		}
	}

	/**
	 * Adds the items to the trail items array for year archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_year_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year.
		$year = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );

		// Add the year item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $year;
		}
	}

	/**
	 * Adds the items to the trail items array for archives that don't have a more specific method
	 * defined in this class.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_default_archive_items() {

		// If this is a date-/time-based archive, add $wp_rewrite->front to the trail.
		if ( is_date() || is_time() ) {
			$this->add_rewrite_front_items();
		}
		if ( true === $this->args['show_title'] ) {
			$this->items[] = $this->labels['archives'];
		}
	}

	/**
	 * Adds the items to the trail items array for search results.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_search_items() {

		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_search_link() ), sprintf( $this->labels['search'], get_search_query() ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['search'], get_search_query() );
		}
	}

	/**
	 * Adds the items to the trail items array for 404 pages.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_404_items() {

		if ( true === $this->args['show_title'] ) {
			$this->items[] = $this->labels['error_404'];
		}
	}

	/**
	 * Adds a specific post's parents to the items array.
	 *
	 * @access protected
	 *
	 * @param int $post_id post id.
	 *
	 * @return void
	 */
	protected function add_post_parents( $post_id ) {
		$parents = array();

		while ( $post_id ) {

			// Get the post by ID.
			$post = get_post( $post_id );

			// If we hit a page that's set as the front page, bail.
			if ( 'page' === $post->post_type && 'page' === get_option( 'show_on_front' ) && get_option( 'page_on_front' ) === $post_id ) {
				break;
			}

			// Add the formatted post link to the array of parents.
			$parents[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), get_the_title( $post_id ) );

			// If there's no longer a post parent, break out of the loop.
			if ( 0 >= $post->post_parent ) {
				break;
			}

			// Change the post ID to the parent post to continue looping.
			$post_id = $post->post_parent;
		}

		// Get the post hierarchy based off the final parent post.
		$this->add_post_hierarchy( $post_id );

		// Display terms for specific post type taxonomy if requested.
		if ( ! empty( $this->post_taxonomy[ $post->post_type ] ) ) {
			$this->add_post_terms( $post_id, $this->post_taxonomy[ $post->post_type ] );
		}

		// Merge the parent items into the items array.
		$this->items = array_merge( $this->items, array_reverse( $parents ) );
	}

	/**
	 * Adds a specific post's hierarchy to the items array.  The hierarchy is determined by post type's
	 * rewrite arguments and whether it has an archive page.
	 *
	 * @access protected
	 *
	 * @param int $post_id post id.
	 *
	 * @return void
	 */
	protected function add_post_hierarchy( $post_id ) {

		// Get the post type.
		$post_type        = get_post_type( $post_id );
		$post_type_object = get_post_type_object( $post_type );

		// If this is the 'post' post type, get the rewrite front items and map the rewrite tags.
		if ( 'post' === $post_type ) {

			// Add $wp_rewrite->front to the trail.
			$this->add_rewrite_front_items();

			// Map the rewrite tags.
			$this->map_rewrite_tags( $post_id, get_option( 'permalink_structure' ) );
		} elseif ( false !== $post_type_object->rewrite ) { // If the post type has rewrite rules.

			// If 'with_front' is true, add $wp_rewrite->front to the trail.
			if ( $post_type_object->rewrite['with_front'] ) {
				$this->add_rewrite_front_items();
			}

			// If there's a path, check for parents.
			if ( ! empty( $post_type_object->rewrite['slug'] ) ) {
				$this->add_path_parents( $post_type_object->rewrite['slug'] );
			}
		}

		// If there's an archive page, add it to the trail.
		if ( $post_type_object->has_archive ) {

			// Add support for a non-standard label of 'archive_title' (special use case).
			$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

			// Core filter hook.
			$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type ) ), $label );
		}

		// Map the rewrite tags if there's a `%` in the slug.
		if ( 'post' !== $post_type && ! empty( $post_type_object->rewrite['slug'] ) && false !== strpos( $post_type_object->rewrite['slug'], '%' ) ) {
			$this->map_rewrite_tags( $post_id, $post_type_object->rewrite['slug'] );
		}
	}

	/**
	 * Gets post types by slug.  This is needed because the get_post_types() function doesn't exactly
	 * match the 'has_archive' argument when it's set as a string instead of a boolean.
	 *
	 * @access protected
	 *
	 * @param int $slug The post type archive slug to search for.
	 *
	 * @return array $return post type.
	 */
	protected function get_post_types_by_slug( $slug ) {

		$return = array();

		$post_types = get_post_types( array(), 'objects' );

		foreach ( $post_types as $type ) {

			if ( $slug === $type->has_archive || ( true === $type->has_archive && $slug === $type->rewrite['slug'] ) ) {
				$return[] = $type;
			}
		}

		return $return;
	}

	/**
	 * Adds a post's terms from a specific taxonomy to the items array.
	 *
	 * @access protected
	 *
	 * @param int    $post_id  The ID of the post to get the terms for.
	 * @param string $taxonomy The taxonomy to get the terms from.
	 *
	 * @return void
	 */
	protected function add_post_terms( $post_id, $taxonomy ) {

		// Get the post type.
		$post_type = get_post_type( $post_id );

		// Get the post categories.
		$terms = get_the_terms( $post_id, $taxonomy );

		// Check that categories were returned.
		if ( $terms && ! is_wp_error( $terms ) ) {

			// Sort the terms by ID and get the first category.
			if ( function_exists( 'wp_list_sort' ) ) {
				$terms = wp_list_sort( $terms, 'term_id' );
			} else {
				usort( $terms, '_usort_terms_by_ID' );
			}
			$term = get_term( $terms[0], $taxonomy );

			// If the category has a parent, add the hierarchy to the trail.
			if ( 0 < $term->parent ) {
				$this->add_term_parents( $term->parent, $taxonomy );
			}

			// Add the category archive link to the trail.
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $taxonomy ) ), $term->name );
		}
	}

	/**
	 * Get parent posts by path.  Currently, this method only supports getting parents of the 'page'
	 * post type.  The goal of this function is to create a clear path back to home given what would
	 * normally be a "ghost" directory.  If any page matches the given path, it'll be added.
	 *
	 * @access protected
	 *
	 * @param  string $path The path (slug) to search for posts by.
	 *
	 * @return void
	 */
	protected function add_path_parents( $path ) {

		// Trim '/' off $path in case we just got a simple '/' instead of a real path.
		$path = trim( $path, '/' );

		// If there's no path, return.
		if ( empty( $path ) ) {
			return;
		}

		// Get parent post by the path.
		$post = get_page_by_path( $path );

		if ( ! empty( $post ) ) {
			$this->add_post_parents( $post->ID );
		} elseif ( is_null( $post ) ) {

			// Separate post names into separate paths by '/'.
			$path = trim( $path, '/' );
			preg_match_all( '/\/.*?\z/', $path, $matches );

			// If matches are found for the path.
			if ( isset( $matches ) ) {

				// Reverse the array of matches to search for posts in the proper order.
				$matches = array_reverse( $matches );

				// Loop through each of the path matches.
				foreach ( $matches as $match ) {

					// If a match is found.
					if ( isset( $match[0] ) ) {

						// Get the parent post by the given path.
						$path = str_replace( $match[0], '', $path );
						$post = get_page_by_path( trim( $path, '/' ) );

						// If a parent post is found, set the $post_id and break out of the loop.
						if ( ! empty( $post ) && 0 < $post->ID ) {
							$this->add_post_parents( $post->ID );
							break;
						}
					}
				}
			}
		}
	}

	/**
	 * Searches for term parents of hierarchical taxonomies.  This function is similar to the WordPress
	 * function get_category_parents() but handles any type of taxonomy.
	 *
	 * @param  int    $term_id  ID of the term to get the parents of.
	 * @param  string $taxonomy Name of the taxonomy for the given term.
	 *
	 * @return void
	 */
	protected function add_term_parents( $term_id, $taxonomy ) {

		// Set up some default arrays.
		$parents = array();

		// While there is a parent ID, add the parent term link to the $parents array.
		while ( $term_id ) {

			// Get the parent term.
			$term = get_term( $term_id, $taxonomy );

			// Add the formatted term link to the array of parent terms.
			$parents[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $taxonomy ) ), $term->name );

			// Set the parent term's parent as the parent ID.
			$term_id = $term->parent;
		}

		// If we have parent terms, reverse the array to put them in the proper order for the trail.
		if ( ! empty( $parents ) ) {
			$this->items = array_merge( $this->items, array_reverse( $parents ) );
		}
	}

	/**
	 * Turns %tag% from permalink structures into usable links for the breadcrumb trail.  This feels kind of
	 * hackish for now because we're checking for specific %tag% examples and only doing it for the 'post'
	 * post type.  In the future, maybe it'll handle a wider variety of possibilities, especially for custom post
	 * types.
	 *
	 * @access protected
	 *
	 * @param  int    $post_id ID of the post whose parents we want.
	 * @param  string $path    Path of a potential parent page.
	 */
	protected function map_rewrite_tags( $post_id, $path ) {

		$post = get_post( $post_id );

		// Trim '/' from both sides of the $path.
		$path = trim( $path, '/' );

		// Split the $path into an array of strings.
		$matches = explode( '/', $path );

		// If matches are found for the path.
		if ( is_array( $matches ) ) {

			// Loop through each of the matches, adding each to the $trail array.
			foreach ( $matches as $match ) {

				// Trim any '/' from the $match.
				$tag = trim( $match, '/' );

				// If using the %year% tag, add a link to the yearly archive.
				if ( '%year%' === $tag ) {
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y', $post_id ) ) ), sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) ) );
				} elseif ( '%monthnum%' === $tag ) { // If using the %monthnum% tag, add a link to the monthly archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y', $post_id ), get_the_time( 'm', $post_id ) ) ), sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) ) );
				} elseif ( '%day%' === $tag ) { // If using the %day% tag, add a link to the daily archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y', $post_id ), get_the_time( 'm', $post_id ), get_the_time( 'd', $post_id ) ) ), sprintf( $this->labels['archive_day'], get_the_time( esc_html_x( 'j', 'daily archives date format', 'colormag' ) ) ) );
				} elseif ( '%author%' === $tag ) { // If using the %author% tag, add a link to the post author archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_author_posts_url( $post->post_author ) ), get_the_author_meta( 'display_name', $post->post_author ) );
				} elseif ( taxonomy_exists( trim( $tag, '%' ) ) ) { // If using the %category% tag, add a link to the first category archive to match permalinks.

					// Force override terms in this post type.
					$this->post_taxonomy[ $post->post_type ] = false;

					// Add the post categories.
					$this->add_post_terms( $post_id, trim( $tag, '%' ) );
				}
			}
		}
	}
}
PK�
�[��]9'9' inc/class-colormag-svg-icons.phpnu�[���<?php
/**
 * ColorMag svg icons class
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit();

if ( ! class_exists( 'ColorMag_SVG_Icons' ) ) {

	/**
	 * ColorMag_SVG_Icons class.
	 */
	class ColorMag_SVG_Icons {

		/**
		 * Allowed HTML.
		 *
		 * @var bool[][]
		 */
		public static $allowed_html = array(
			'svg'     => array(
				'class'       => true,
				'xmlns'       => true,
				'width'       => true,
				'height'      => true,
				'viewbox'     => true,
				'aria-hidden' => true,
				'role'        => true,
				'focusable'   => true,
			),
			'path'    => array(
				'fill'      => true,
				'fill-rule' => true,
				'd'         => true,
				'transform' => true,
			),
			'circle'  => array(
				'cx' => true,
				'cy' => true,
				'r'  => true,
			),
			'polygon' => array(
				'fill'      => true,
				'fill-rule' => true,
				'points'    => true,
				'transform' => true,
				'focusable' => true,
			),
		);

		/**
		 * SVG icons.
		 *
		 * @var string[]
		 */
		public static $icons = array(
			'calendar-fill'    => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.1 6.6v1.6c0 .6-.4 1-1 1H3.9c-.6 0-1-.4-1-1V6.6c0-1.5 1.3-2.8 2.8-2.8h1.7V3c0-.6.4-1 1-1s1 .4 1 1v.8h5.2V3c0-.6.4-1 1-1s1 .4 1 1v.8h1.7c1.5 0 2.8 1.3 2.8 2.8zm-1 4.6H3.9c-.6 0-1 .4-1 1v7c0 1.5 1.3 2.8 2.8 2.8h12.6c1.5 0 2.8-1.3 2.8-2.8v-7c0-.6-.4-1-1-1z"></path></svg>',
			'comment'          => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5v10c0 1.7-1.3 3-3 3H7.4l-3.7 3.7c-.2.2-.4.3-.7.3-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9V5c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3z"></path></svg>',
			'eye'              => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.9 11.6c-.2-.2-3.6-7-9.9-7s-9.8 6.7-9.9 7c-.1.3-.1.6 0 .9.2.2 3.7 7 9.9 7s9.7-6.8 9.9-7c.1-.3.1-.6 0-.9zM12 15.5c-2 0-3.5-1.5-3.5-3.5S10 8.5 12 8.5s3.5 1.5 3.5 3.5-1.5 3.5-3.5 3.5z"></path></svg>',
			'heart-fill'       => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.32 4.83a5.73 5.73 0 0 0-8.11 0L12 5l-.21-.21a5.73 5.73 0 0 0-8.11 8.11l7.61 7.62a1 1 0 0 0 1.42 0l7.61-7.62a5.73 5.73 0 0 0 0-8.07Z"></path></svg>',
			'user'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7c0-2.8 2.2-5 5-5s5 2.2 5 5-2.2 5-5 5-5-2.2-5-5zm9 7H8c-2.8 0-5 2.2-5 5v2c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-2c0-2.8-2.2-5-5-5z"></path></svg>',
			'edit'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.31 22H4.79A2.79 2.79 0 0 1 2 19.21V6.69A2.79 2.79 0 0 1 4.79 3.9h6.26a1 1 0 0 1 0 2H4.79a.79.79 0 0 0-.79.79v12.52a.79.79 0 0 0 .79.79h12.52a.79.79 0 0 0 .79-.79V13a1 1 0 1 1 2 0v6.26A2.79 2.79 0 0 1 17.31 22Zm-8.7-5.4 3.58-.89a1.17 1.17 0 0 0 .46-.26L21.15 7a2.9 2.9 0 1 0-4.1-4.1l-8.49 8.5a1.08 1.08 0 0 0-.27.46l-.89 3.53a1 1 0 0 0 .26.95 1 1 0 0 0 .71.29 1 1 0 0 0 .24-.03Zm9.86-12.34A.9.9 0 0 1 20 4.9a.88.88 0 0 1-.26.63l-8.31 8.3-1.69.43.43-1.69Z"></path></svg>',
			'tag'              => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.2 10.4-8.1-8.1c-.2-.2-.4-.3-.7-.3H3c-.6 0-1 .5-1 1v9.4c0 .3.1.5.3.7l8.1 8.1c.5.5 1.3.8 2 .8.8 0 1.5-.3 2-.8l6.7-6.7c1.2-1.2 1.2-3 .1-4.1zM7.7 8.7c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"></path></svg>',
			'home'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 22"><path d="M13.6465 6.01133L5.11148 13.0409V20.6278C5.11148 20.8242 5.18952 21.0126 5.32842 21.1515C5.46733 21.2904 5.65572 21.3685 5.85217 21.3685L11.0397 21.3551C11.2355 21.3541 11.423 21.2756 11.5611 21.1368C11.6992 20.998 11.7767 20.8102 11.7767 20.6144V16.1837C11.7767 15.9873 11.8547 15.7989 11.9937 15.66C12.1326 15.521 12.321 15.443 12.5174 15.443H15.4801C15.6766 15.443 15.865 15.521 16.0039 15.66C16.1428 15.7989 16.2208 15.9873 16.2208 16.1837V20.6111C16.2205 20.7086 16.2394 20.8052 16.2765 20.8953C16.3136 20.9854 16.3681 21.0673 16.4369 21.1364C16.5057 21.2054 16.5875 21.2602 16.6775 21.2975C16.7675 21.3349 16.864 21.3541 16.9615 21.3541L22.1472 21.3685C22.3436 21.3685 22.532 21.2904 22.6709 21.1515C22.8099 21.0126 22.8879 20.8242 22.8879 20.6278V13.0358L14.3548 6.01133C14.2544 5.93047 14.1295 5.88637 14.0006 5.88637C13.8718 5.88637 13.7468 5.93047 13.6465 6.01133ZM27.1283 10.7892L23.2582 7.59917V1.18717C23.2582 1.03983 23.1997 0.898538 23.0955 0.794359C22.9913 0.69018 22.8501 0.631653 22.7027 0.631653H20.1103C19.963 0.631653 19.8217 0.69018 19.7175 0.794359C19.6133 0.898538 19.5548 1.03983 19.5548 1.18717V4.54848L15.4102 1.13856C15.0125 0.811259 14.5134 0.632307 13.9983 0.632307C13.4832 0.632307 12.9841 0.811259 12.5864 1.13856L0.868291 10.7892C0.81204 10.8357 0.765501 10.8928 0.731333 10.9573C0.697165 11.0218 0.676038 11.0924 0.66916 11.165C0.662282 11.2377 0.669786 11.311 0.691245 11.3807C0.712704 11.4505 0.747696 11.5153 0.794223 11.5715L1.97469 13.0066C2.02109 13.063 2.07816 13.1098 2.14264 13.1441C2.20711 13.1784 2.27773 13.1997 2.35044 13.2067C2.42315 13.2137 2.49653 13.2063 2.56638 13.1849C2.63623 13.1636 2.70118 13.1286 2.7575 13.0821L13.6465 4.11333C13.7468 4.03247 13.8718 3.98837 14.0006 3.98837C14.1295 3.98837 14.2544 4.03247 14.3548 4.11333L25.2442 13.0821C25.3004 13.1286 25.3653 13.1636 25.435 13.1851C25.5048 13.2065 25.5781 13.214 25.6507 13.2071C25.7234 13.2003 25.794 13.1791 25.8584 13.145C25.9229 13.1108 25.98 13.0643 26.0265 13.008L27.207 11.5729C27.2535 11.5164 27.2883 11.4512 27.3095 11.3812C27.3307 11.3111 27.3379 11.2375 27.3306 11.1647C27.3233 11.0919 27.3016 11.0212 27.2669 10.9568C27.2322 10.8923 27.1851 10.8354 27.1283 10.7892Z" /></svg>',
			'arrow-left'       => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg>',
			'arrow-right'      => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg>',
			'arrow-left-long'  => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12.38a1 1 0 0 1 0-.76.91.91 0 0 1 .22-.33L6.52 7a1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.41L5.36 11H21a1 1 0 0 1 0 2H5.36l2.58 2.58a1 1 0 0 1 0 1.41 1 1 0 0 1-.71.3 1 1 0 0 1-.71-.3l-4.28-4.28a.91.91 0 0 1-.24-.33Z"></path></svg>',
			'arrow-right-long' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33L17.42 7A1 1 0 0 0 16 8.42L18.59 11H2.94a1 1 0 1 0 0 2h15.65L16 15.58A1 1 0 0 0 16 17a1 1 0 0 0 1.41 0l4.29-4.28a1 1 0 0 0 .22-.34Z"></path></svg>',
			'bars'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Zm0-6H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Zm0-6H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Z"></path></svg>',
			'x-mark'           => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.4 12 8.3-8.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0L12 10.6 3.7 2.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l8.3 8.3-8.3 8.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3l8.3-8.3 8.3 8.3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4L13.4 12z"></path></svg>',
			'random-fill'      => '<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M21.73 16a1 1 0 0 1 0 1.33l-3.13 3.14a.94.94 0 0 1-1.6-.66v-1.56h-2.3a.39.39 0 0 1-.18 0 .36.36 0 0 1-.16-.11l-2.76-3 2.09-2.23 2.06 2.21H17v-1.56a.94.94 0 0 1 1.6-.66ZM2.47 8.88h3.28l2.06 2.2L9.9 8.85 7.14 5.9A.36.36 0 0 0 7 5.79a.39.39 0 0 0-.18 0H2.47a.47.47 0 0 0-.47.43v2.19a.47.47 0 0 0 .47.47Zm14.53 0v1.56a.94.94 0 0 0 1.6.66L21.73 8a1 1 0 0 0 0-1.33L18.6 3.53a.94.94 0 0 0-1.6.66v1.56h-2.3a.39.39 0 0 0-.18 0 .36.36 0 0 0-.16.11l-8.61 9.27H2.47a.46.46 0 0 0-.47.46v2.19a.47.47 0 0 0 .47.47H6.8a.45.45 0 0 0 .34-.15l8.61-9.22Z"></path></svg>',
			'permalink'        => '<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M16.48 21.91a5.45 5.45 0 0 0 3.91-9.22L17.66 10a7.19 7.19 0 0 0-.59-.51 5.45 5.45 0 0 0-7.61 1.1.91.91 0 1 0 1.45 1.09 3.62 3.62 0 0 1 5.09-.77 3.14 3.14 0 0 1 .4.34L19.09 14a3.57 3.57 0 0 1 1 2.57A3.63 3.63 0 0 1 14 19.08l-1.54-1.54a.89.89 0 0 0-1.28 0 .91.91 0 0 0 0 1.28l1.55 1.55a5.43 5.43 0 0 0 3.75 1.54Zm-6.3-6.28a5.46 5.46 0 0 0 4.36-2.18.92.92 0 0 0-.19-1.27.91.91 0 0 0-1.27.18 3.62 3.62 0 0 1-5.08.73 2.5 2.5 0 0 1-.39-.34L4.9 10A3.63 3.63 0 0 1 10 4.92l1.55 1.54a.9.9 0 1 0 1.27-1.28L11.3 3.63a5.43 5.43 0 0 0-7.69 7.68L6.34 14a5.48 5.48 0 0 0 3.84 1.59Z"></path></svg>',
		);

		/**
		 * Get the SVG icon.
		 *
		 * @param string $icon Default is empty.
		 * @param bool   $echo Default is true.
		 * @param array  $args Default is empty.
		 *
		 * @return string|null
		 */
		public static function get_svg( $icon = '', $echo = true, $args = array() ) {

			$icons = self::get_icons();
			$atts  = '';
			$svg   = '';

			if ( ! empty( $args ) ) {

				foreach ( $args as $key => $value ) {

					if ( ! empty( $value ) ) {

						$atts .= esc_html( $key ) . '="' . esc_attr( $value ) . '" ';
					}
				}
			}

			if ( array_key_exists( $icon, $icons ) ) {

				$repl = sprintf( '<svg class="cm-icon cm-icon--%1$s" %2$s', $icon, $atts );
				$svg  = preg_replace( '/^<svg /', $repl, trim( $icons[ $icon ] ) );
				$svg  = preg_replace( "/([\n\t]+)/", ' ', $svg );
				$svg  = preg_replace( '/>\s*</', '><', $svg );
			}

			if ( ! $svg ) {

				return null;
			}

			if ( $echo ) {

				echo wp_kses( $svg, self::$allowed_html );
			} else {

				return wp_kses( $svg, self::$allowed_html );
			}
		}

		/**
		 * Get all SVG icons.
		 *
		 * @return mixed|void
		 */
		public static function get_icons() {

			/**
			 * Filter for svg icons.
			 *
			 * TODO: @since.
			 */
			return apply_filters( 'coloramg_svg_icons', self::$icons );
		}
	}
}
PK�
�[�J�$&2&2*inc/migration/class-colormag-migration.phpnu�[���<?php
/**
 * Migration scripts for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Migration' ) ) {
	class ColorMag_Migration {

		private $old_theme_mods;

		public function __construct() {
			add_action( 'after_setup_theme', array( $this, 'colormag_social_icons_control_migrate' ) );

			if ( self::maybe_run_migration() || self::colormag_demo_import_migration() ) {
				add_action( 'after_setup_theme', array( $this, 'colormag_free_major_update_customizer_migration_v1' ) );
			}
		}

		/**
		 * Migrate the social icons control.
		 *
		 * @since ColorMag 2.0.6
		 */
		public function colormag_social_icons_control_migrate() {

			$social_icon            = get_theme_mod( 'colormag_social_link_activate', 0 );
			$social_icon_visibility = get_theme_mod( 'colormag_social_link_location_option', 'both' );

			// Disable social icon on header if enabled on footer only.
			if ( 0 !== $social_icon ) {
				set_theme_mod( 'colormag_social_icons_activate', true );
			}

			// Disable social icon on header if enabled on footer only.
			if ( 'footer' === $social_icon_visibility ) {
				set_theme_mod( 'colormag_social_icons_header_activate', false );
			}

			// Disable social icon on footer if enabled on header only.
			if ( 'header' === $social_icon_visibility ) {
				set_theme_mod( 'colormag_social_icons_footer_activate', false );
			}

			$remove_theme_mod_settings = array(
				'colormag_social_link_activate',
				'colormag_social_link_location_option',
			);

			// Loop through the theme mods to remove them.
			foreach ( $remove_theme_mod_settings as $remove_theme_mod_setting ) {
				remove_theme_mod( $remove_theme_mod_setting );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_social_icons_control_migrate', true );

		}

		/**
		 * Migrate all of the customize options for 3.0.0 theme update.
		 *
		 * @since ColorMag 3.0.0
		 */
		public function colormag_free_major_update_customizer_migration_v1() {

			/**
			 * Select control migration.
			 */
			// Site Layout.
			$container_layout = get_theme_mod( 'colormag_site_layout' );

			if ( $container_layout ) {
				if ( 'boxed_layout' === $container_layout ) {
					$new_container_layout = 'boxed';
				} elseif ( 'wide_layout' === $container_layout ) {
					$new_container_layout = 'wide';
				}
				set_theme_mod( 'colormag_container_layout', $new_container_layout );
				remove_theme_mod( 'colormag_site_layout' );
			}

			// Home Icon.
			$home_icon = get_theme_mod( 'colormag_home_icon_display', '0' );

			if ( $home_icon ) {
				set_theme_mod( 'colormag_menu_icon_logo', 'home-icon' );
				remove_theme_mod( 'colormag_home_icon_display' );
			}

			// Site identity placement.
			$header_logo_placement = get_theme_mod( 'colormag_header_logo_placement', 'header_text_only' );

			switch ( $header_logo_placement ) {
				case 'disable':
				case 'header_logo_only':
					set_theme_mod( 'colormag_enable_site_identity', 0 );
					set_theme_mod( 'colormag_enable_site_tagline', 0 );
					break;
				case 'show_both':
				case 'header_text_only':
					set_theme_mod( 'colormag_enable_site_identity', 1 );
					set_theme_mod( 'colormag_enable_site_tagline', 1 );
					break;
			}

			// Header media position.
			$old_header_media_position = get_theme_mod( 'colormag_header_image_position' );

			if ( $old_header_media_position ) {

				if ( 'position_one' === $old_header_media_position ) {
					$new_header_media_position = 'position-one';
				} elseif ( 'position_two' === $old_header_media_position ) {
					$new_header_media_position = 'position-two';
				} elseif ( 'position_three' === $old_header_media_position ) {
					$new_header_media_position = 'position-three';
				} else {
					$new_header_media_position = 'position-one';
				}

				set_theme_mod( 'colormag_header_media_position', $new_header_media_position );
				remove_theme_mod( 'colormag_header_image_position' );
			}

			// Main Header layout.
			$old_main_header_layout = get_theme_mod( 'colormag_main_total_header_area_display_type' );

			if ( $old_main_header_layout ) {

				if ( 'type_one' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );
				} elseif ( 'type_two' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );
					set_theme_mod( 'colormag_main_header_width_setting', 'contained' );
				} elseif ( 'type_three' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-2' );
					set_theme_mod( 'colormag_main_header_layout_2_style', 'style-1' );
				}
				remove_theme_mod( 'colormag_main_total_header_area_display_type' );
			}

			// Sticky Menu.
			$enable_sticky_menu = get_theme_mod( 'colormag_primary_sticky_menu' );

			if ( $enable_sticky_menu ) {
				set_theme_mod( 'colormag_enable_sticky_menu', true );
				remove_theme_mod( 'colormag_primary_sticky_menu' );
			}

			// Main footer layout.
			$old_main_footer_layout = get_theme_mod( 'colormag_main_footer_layout_display_type' );

			if ( $old_main_footer_layout ) {

				if ( 'type_one' === $old_main_footer_layout ) {
					$new_main_footer_layout = 'layout-1';
				} elseif ( 'type_two' === $old_main_footer_layout ) {
					$new_main_footer_layout = 'layout-2';
				}

				set_theme_mod( 'colormag_main_footer_layout', $new_main_footer_layout );
				remove_theme_mod( 'colormag_main_footer_layout_display_type' );
			}

			/**
			 * Toggle control migration.
			 */
			// Top bar.
			$top_bar_date_enable        = get_theme_mod( 'colormag_date_display' );
			$top_bar_news_ticker_enable = get_theme_mod( 'colormag_enable_news_ticker' );

			if ( $top_bar_date_enable || $top_bar_news_ticker_enable ) {
				set_theme_mod( 'colormag_enable_top_bar', true );
			}

			// Search.
			$search_enable = get_theme_mod( 'colormag_search_icon_in_menu' );

			if ( $search_enable ) {
				set_theme_mod( 'colormag_enable_search', true );
				remove_theme_mod( 'colormag_search_icon_in_menu' );
			}

			// Hide Blog/Static page posts.
			$blog_static_page_posts = get_theme_mod( 'colormag_hide_blog_front' );

			if ( $blog_static_page_posts ) {
				set_theme_mod( 'colormag_hide_blog_static_page_post', true );
				remove_theme_mod( 'colormag_hide_blog_front' );
			}

			// Header media link home.
			$enable_header_image_link_home = get_theme_mod( 'colormag_header_image_link' );

			if ( $enable_header_image_link_home ) {
				set_theme_mod( 'colormag_enable_header_image_link_home', true );
				remove_theme_mod( 'colormag_header_image_link' );
			}

			// Enable News Ticker.
			$enable_news_ticker = get_theme_mod( 'colormag_breaking_news' );

			if ( $enable_news_ticker ) {
				set_theme_mod( 'colormag_enable_news_ticker', true );
				remove_theme_mod( 'colormag_breaking_news' );
			}

			// Social Icons.
			$enable_social_icons = get_theme_mod( 'colormag_social_icons_activate' );

			if ( $enable_social_icons ) {
				set_theme_mod( 'colormag_enable_social_icons', true );
				remove_theme_mod( 'colormag_social_icons_activate' );
			}

			// Header Social Icons.
			$enable_header_social_icons = get_theme_mod( 'colormag_social_icons_header_activate', true );

			if ( $enable_header_social_icons ) {
				set_theme_mod( 'colormag_enable_social_icons_header', true );
				remove_theme_mod( 'colormag_social_icons_header_activate' );
			} else {
				set_theme_mod( 'colormag_enable_social_icons_header', false );
				remove_theme_mod( 'colormag_social_icons_header_activate' );
			}

			// Footer Social Icons.
			$enable_footer_social_icons = get_theme_mod( 'colormag_social_icons_footer_activate', true );

			if ( $enable_footer_social_icons ) {
				set_theme_mod( 'colormag_enable_social_icons_footer', true );
				remove_theme_mod( 'colormag_social_icons_header_activate' );
			} else {
				set_theme_mod( 'colormag_enable_social_icons_footer', false );
				remove_theme_mod( 'colormag_social_icons_header_activate' );
			}

			// Single Post Featured Image.
			$enable_post_featured_image = get_theme_mod( 'colormag_featured_image_show' );

			if ( ! empty( $enable_post_featured_image ) ) {
				set_theme_mod( 'colormag_enable_featured_image', false );
			} else {
				set_theme_mod( 'colormag_enable_featured_image', true );
			}

			// Lightbox.
			$enable_lightbox = get_theme_mod( 'colormag_featured_image_popup' );

			if ( $enable_lightbox ) {
				set_theme_mod( 'colormag_enable_lightbox', true );
				remove_theme_mod( 'colormag_featured_image_popup' );
			}

			// Related posts.
			$enable_related_post = get_theme_mod( 'colormag_related_posts_activate' );

			if ( $enable_related_post ) {
				set_theme_mod( 'colormag_enable_related_posts', true );
				remove_theme_mod( 'colormag_related_posts_activate' );
			}

			// Related post query.
			$old_related_post_query = get_theme_mod( 'colormag_related_posts' );

			if ( $old_related_post_query ) {

				if ( 'tags' === $old_related_post_query ) {
					$new_related_post_query = 'tags';
				} else {
					$new_related_post_query = 'categories';
				}

				set_theme_mod( 'colormag_related_posts_query', $new_related_post_query );
				remove_theme_mod( 'colormag_related_posts' );
			}

			// Page Featured Image.
			$enable_page_featured_image = get_theme_mod( 'colormag_featured_image_single_page_show' );

			if ( $enable_page_featured_image ) {
				set_theme_mod( 'colormag_enable_page_featured_image', true );
				remove_theme_mod( 'colormag_featured_image_single_page_show' );
			}

			// Search.
			$enable_search_in_menu = get_theme_mod( 'colormag_enable_search' );

			if ( $enable_search_in_menu ) {
				set_theme_mod( 'colormag_enable_search', true );
				remove_theme_mod( 'colormag_search_icon_in_menu' );
			}

			// Random post.
			$enable_random_post = get_theme_mod( 'colormag_random_post_in_menu' );

			if ( $enable_random_post ) {
				set_theme_mod( 'colormag_enable_random_post', true );
				remove_theme_mod( 'colormag_random_post_in_menu' );
			}

			/**
			 * Radio image control migration.
			 */
			// Sidebar Layout Migration.
			$sidebar_layout_option = array(
				array(
					'old_key' => 'colormag_default_layout',
					'new_key' => 'colormag_default_sidebar_layout',
				),
				array(
					'old_key' => 'colormag_default_page_layout',
					'new_key' => 'colormag_page_sidebar_layout',
				),
				array(
					'old_key' => 'colormag_default_single_posts_layout',
					'new_key' => 'colormag_post_sidebar_layout',
				),
			);

			foreach ( $sidebar_layout_option as $option ) {

				$old_value = get_theme_mod( $option['old_key'] );

				if ( $old_value ) {

					if ( 'right_sidebar' === $old_value ) {
						$new_value = 'right_sidebar';
					} elseif ( 'left_sidebar' === $old_value ) {
						$new_value = 'left_sidebar';
					} elseif ( 'no_sidebar_full_width' === $old_value ) {
						$new_value = 'no_sidebar_full_width';
					} elseif ( 'no_sidebar_content_centered' === $old_value ) {
						$new_value = 'no_sidebar_content_centered';
					} else {
						$new_value = 'right_sidebar';
					}

					set_theme_mod( $option['new_key'], $new_value );
					remove_theme_mod( $option['old_key'] );
				}
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_free_major_update_customizer_migration_v1', true );
		}

		/**
		 * Return the value for customize migration on demo import.
		 *
		 * @return bool
		 */
		function colormag_demo_import_migration() {
			if ( isset( $_GET['demo-import-migration'] ) && isset( $_GET['_demo_import_migration_nonce'] ) ) {
				if ( ! wp_verify_nonce( $_GET['_demo_import_migration_nonce'], 'demo_import_migration' ) ) {
					wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
				}

				update_option( 'colormag_demo_import_migration_notice_dismiss', true );
				return true;
			}

			return false;
		}


		/**
		 * @return bool
		 */
		public static function maybe_run_migration() {

			/**
			 * Check migration is already run or not.
			 * If migration is already run then return false.
			 *
			 */
			$migrated = get_option( 'colormag_free_major_update_customizer_migration_v1' );

			if ( $migrated ) {

				return false;
			}

			/**
			 * If user don't import the demo and upgrade the theme.
			 * Then we need to run the migration.
			 *
			 */
			$result     = false;
			$theme_mods = get_theme_mods();

			foreach ( $theme_mods as $key => $_ ) {

				if ( strpos( $key, 'colormag_' ) !== false ) {

					$result = true;
					break;
				}
			}

			return $result;
		}
	}

	new ColorMag_Migration();
}
PK�
�[�xmm'inc/migration/demo-import-migration.phpnu�[���<?php
/**
 * Demo import migration.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Display the admin notice for demo import customize migration.
 */
function colormag_demo_import_migration_notice() {
	$demo_imported  = get_option( 'themegrill_demo_importer_activated_id' );
	$notice_dismiss = get_option( 'colormag_demo_import_migration_notice_dismiss' );
	$migration_flag = get_option( 'colormag_free_major_update_customizer_migration_v1' );

	if ( ! $notice_dismiss && $migration_flag && $demo_imported ) :
		?>
			<div class="notice notice-success colormag-notice demo-import-migrate-notice" style="position:relative;">
				<div class="colormag-message__content">
					<div class="colormag-message__image">
						<img class="colormag-screenshot" src="<?php echo esc_url( get_template_directory_uri() ); ?>/inc/admin/images/colormag-logo-square.jpg" alt="<?php esc_attr_e( 'Colormag', 'colormag' ); ?>" /><?php // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped, Squiz.PHP.EmbeddedPhp.SpacingBeforeClose ?>
					</div>
					<div class="colormag-message__text">
				<p>
					<?php
					esc_html_e(
						'It seems you&#39;ve either imported ColorMag demos recently or updated ColorMag to 3.0 version. After these actions, if you&#39;ve seen any design issues in your site, please try clicking the button below:',
						'colormag'
					);
					?>
				</p>

				<p>
					<a href="<?php echo wp_nonce_url( add_query_arg( 'demo-import-migration', 'true' ), 'demo_import_migration', '_demo_import_migration_nonce' ); ?>" class="btn button-primary">
						<span><?php esc_html_e( 'Fix Migration Issues', 'colormag' ); ?></span>
					</a>

					<a href="<?php echo esc_url( 'https://themegrill.com/contact/' ); ?>" class="btn button-secondary" target="_blank">
						<span><?php esc_html_e( 'Contact Support', 'colormag' ); ?></span>
					</a>
				</p>

				<a class="notice-dismiss" href="<?php echo wp_nonce_url( add_query_arg( 'demo-import-migration-notice-dismiss', 'true' ), 'demo_import_migration_notice_dismiss', '_demo_import_migration_notice_dismiss_nonce' ); ?>"></a>
			</div>
			</div>
			</div>

			<?php
		endif;
}
add_action( 'admin_notices', 'colormag_demo_import_migration_notice' );

/**
 * Option to dismiss the notice.
 */
function colormag_demo_import_migration_notice_dismiss() {
	if ( isset( $_GET['demo-import-migration-notice-dismiss'] ) && isset( $_GET['_demo_import_migration_notice_dismiss_nonce'] ) ) {
		if ( ! wp_verify_nonce( $_GET['_demo_import_migration_notice_dismiss_nonce'], 'demo_import_migration_notice_dismiss' ) ) {
			wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
		}
		update_option( 'colormag_demo_import_migration_notice_dismiss', true );
	}
}
add_action( 'admin_init', 'colormag_demo_import_migration_notice_dismiss' );

PK�
�[�?y]wAwAinc/colormag-setup.phpnu�[���<?php
/**
 * Setup ColorMag required setup hooks.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_setup' ) ) :

	/**
	 * All theme setup functionalities.
	 *
	 * @since 1.0
	 */
	function colormag_setup() {

		/**
		 * Make theme available for translation.
		 * Translations can be filed in the /languages/ directory.
		 */
		load_theme_textdomain( 'colormag', get_template_directory() . '/languages' );

		// Add default posts and comments RSS feed links to head.
		add_theme_support( 'automatic-feed-links' );

		// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page.
		add_theme_support( 'post-thumbnails' );

		// Registering navigation menu.
		register_nav_menu(
			'primary',
			esc_html__( 'Primary Menu', 'colormag' )
		);

		// Cropping the images to different sizes to be used in the theme.
		add_image_size( 'colormag-highlighted-post', 392, 272, true );
		add_image_size( 'colormag-featured-post-medium', 390, 205, true );
		add_image_size( 'colormag-featured-post-small', 130, 90, true );
		add_image_size( 'colormag-featured-image', 800, 445, true );

		// Setup the WordPress core custom background feature.
		add_theme_support(
			'custom-background',
			apply_filters(
				'colormag_custom_background_args',
				array(
					'default-color' => 'eaeaea',
				)
			)
		);

		/**
		 * 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 Formats.
		add_theme_support(
			'post-formats',
			array(
				'aside',
				'image',
				'video',
				'quote',
				'link',
				'gallery',
				'chat',
				'audio',
				'status',
			)
		);

		// Adding excerpt option box for pages as well.
		add_post_type_support( 'page', 'excerpt' );

		/**
		 * 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',
			)
		);

		// Adds the support for the Custom Logo introduced in WordPress 4.5.
		add_theme_support(
			'custom-logo',
			array(
				'flex-width'  => true,
				'flex-height' => true,
			)
		);

		// Support for selective refresh widgets in Customizer.
		add_theme_support( 'customize-selective-refresh-widgets' );

		// Gutenberg layout support.
		add_theme_support( 'align-wide' );

		// Add support for Block Styles.
		add_theme_support( 'wp-block-styles' );

		// Responsive embeds support.
		add_theme_support( 'responsive-embeds' );

		$starter_content = array(
			'widgets'     => array(
				'colormag_header_sidebar'                 => array(
					'ad_banner_header' => array(
						'colormag_728x90_advertisement_widget',
						array(
							'728x90_image_link' => 'https://themegrilldemos.com/colormag-pro/',
							'728x90_image_url'  => get_template_directory_uri() . '/img/ad-large.jpg',
						),
					),
				),
				'colormag_front_page_slider_area'         => array(
					'featured_posts_slider' => array(
						'colormag_featured_posts_slider_widget',
						array(
							'number' => 2,
						),
					),
				),
				'colormag_front_page_area_beside_slider'  => array(
					'featured_posts_slider' => array(
						'colormag_highlighted_posts_widget',
						array(
							'number' => 4,
						),
					),
				),
				'colormag_right_sidebar'                  => array(
					'featured_posts_right_sidebar' => array(
						'colormag_featured_posts_vertical_widget',
						array(
							'title'  => 'NEWS',
							'number' => 2,
						),
					),
					'text_premium_themes'          => array(
						'text',
						array(
							'title' => 'Premium Themes',
							'text'  => '<ul>
										<li><a href="https://themegrill.com/themes/spacious-pro/">Spacious Pro</a></li>
										<li><a href="https://themegrill.com/themes/foodhunt-pro/">FoodHunt Pro</a></li>
										<li><a href="https://themegrill.com/themes/colornews-pro/">ColorNews Pro</a></li>
										<li><a href="https://themegrill.com/themes/accelerate-pro/">Accelerate Pro</a></li>
										<li><a href="https://themegrill.com/themes/esteem-pro/">Esteem Pro</a></li>
										<li><a href="https://http://themegrill.com/themes/radiate-pro/">Radiate Pro</a></li>
										<li><a href="https://themegrill.com/themes/fitclub-pro/">Fitclub Pro</a></li>
										<li><a href="https://themegrill.com/themes/himalayas-pro/">Himalayas Pro</a></li>
									</ul>',
						),
					),
					'ad_banner_right'              => array(
						'colormag_125x125_advertisement_widget',
						array(
							'title'                => 'TG: 125x125 Ads',
							'125x125_image_link_1' => 'https://themegrill.com/',
							'125x125_image_url_1'  => get_template_directory_uri() . '/img/ad-small.jpg',
							'125x125_image_link_2' => 'https://themegrill.com/',
							'125x125_image_url_2'  => get_template_directory_uri() . '/img/ad-small.jpg',
							'125x125_image_link_3' => 'https://themegrill.com/',
							'125x125_image_url_3'  => get_template_directory_uri() . '/img/ad-small.jpg',
							'125x125_image_link_4' => 'https://themegrill.com/',
							'125x125_image_url_4'  => get_template_directory_uri() . '/img/ad-small.jpg',
						),
					),
				),
				'colormag_front_page_content_top_section' => array(
					'featured_posts_style_1' => array(
						'colormag_featured_posts_widget',
						array(
							'title'  => 'HEALTH',
							'number' => 5,
						),
					),
				),
				'colormag_front_page_content_middle_left_section' => array(
					'featured_posts_style_2_left' => array(
						'colormag_featured_posts_vertical_widget',
						array(
							'title'  => 'FASHION',
							'number' => 4,
						),
					),
				),
				'colormag_front_page_content_middle_right_section' => array(
					'featured_posts_style_2_right' => array(
						'colormag_featured_posts_vertical_widget',
						array(
							'title'  => 'SPORTS',
							'number' => 4,
						),
					),
				),
				'colormag_front_page_content_bottom_section' => array(
					'featured_posts_style_1_bottom' => array(
						'colormag_featured_posts_widget',
						array(
							'title'  => 'TECHNOLOGY',
							'text'   => 'Check out technology changing the life.',
							'number' => 4,
						),
					),
				),
				'colormag_footer_sidebar_one'             => array(
					'text_footer_about' => array(
						'text',
						array(
							'title' => 'About Us',
							'text'  => '<a title="logo" href="' . home_url() . '"><img src="' . get_template_directory_uri() . '/img/colormag-logo.png" alt="Logo" /></a> <br> We love WordPress and we are here to provide you with professional looking WordPress themes so that you can take your website one step ahead. We focus on simplicity, elegant design and clean code.',
						),
					),
				),
				'colormag_footer_sidebar_two'             => array(
					'text_footer_links' => array(
						'text',
						array(
							'title' => 'Useful Links',
							'text'  => '<ul>
										<li><a href="https://themegrill.com/">ThemeGrill</a></li>
										<li><a href="https://themegrill.com/contact/">Support</a></li>
										<li><a href="https://docs.themegrill.com/colormag/">Documentation</a></li>
										<li><a href="https://themegrill.com/frequently-asked-questions/">FAQ</a></li>
										<li><a href="https://themegrill.com/themes/">Themes</a></li>
										<li><a href="https://themegrill.com/plugins/">Plugins</a></li>
										<li><a href="https://themegrill.com/blog/">Blog</a></li>
										<li><a href="https://themegrill.com/plans-pricing/">Plans &amp; Pricing</a></li>
									</ul>',
						),
					),
				),
				'colormag_footer_sidebar_three'           => array(
					'text_footer_other_themes' => array(
						'text',
						array(
							'title' => 'Other Themes',
							'text'  => '<ul>
										<li><a href="https://themegrill.com/themes/envince/">Envince</a></li>
										<li><a href="https://themegrill.com/themes/estore/">eStore</a></li>
										<li><a href="https://themegrill.com/themes/ample/">Ample</a></li>
										<li><a href="https://themegrill.com/themes/spacious/">Spacious</a></li>
										<li><a href="https://themegrill.com/themes/accelerate/">Accelerate</a></li>
										<li><a href="https://themegrill.com/themes/radiate/">Radiate</a></li>
										<li><a href="https://themegrill.com/themes/esteem/">Esteem</a></li>
										<li><a href="https://themegrill.com/themes/himalayas/">Himalayas</a></li>
										<li><a href="https://themegrill.com/themes/colornews/">ColorNews</a></li>
									</ul>',
						),
					),
				),
				'colormag_footer_sidebar_four'            => array(
					'ad_banner_footer'         => array(
						'colormag_300x250_advertisement_widget',
						array(
							'title'              => 'ColorMag Pro',
							'300x250_image_link' => 'https://themegrilldemos.com/colormag-pro/',
							'300x250_image_url'  => get_template_directory_uri() . '/img/ad-medium.jpg',
						),
					),
					'text_footer_colormag_pro' => array(
						'text',
						array(
							'text' => 'Contains all features of free version and many new additional features.',
						),
					),
				),
			),

			// Specify the core-defined pages to create and add custom thumbnails to some of them.
			'posts'       => array(
				'layout'                             => array(
					'post_type'    => 'page',
					'post_title'   => 'Layout',
					'post_content' => 'ThemeGrill layout content',
				),
				'contact'                            => array(
					'template' => 'page-templates/contact.php',
				),

				// Create posts.
				'coffee-is-health-food-myth-or-fact' => array(
					'post_type'    => 'post',
					'post_title'   => 'Coffee is health food: Myth or fact?',
					'post_content' => 'Vivamus vestibulum ut magna vitae facilisis. Maecenas laoreet lobortis tristique. Aenean accumsan malesuada convallis. Suspendisse egestas luctus nisl, sit amet',
					'thumbnail'    => '{{featured-image-coffee}}',
				),
				'get-more-nutrition-in-every-bite'   => array(
					'post_type'    => 'post',
					'post_title'   => 'Get more nutrition in every bite',
					'post_content' => 'Fusce non nunc mi. Integer placerat nulla id quam varius dapibus. Nulla sit amet tellus et purus lobortis efficitur. Vivamus tempus posuere ipsum in suscipit. Quisque pulvinar fringilla cursus. Morbi malesuada laoreet dui, vitae consequat arcu vehicula vel. Fusce vel turpis non ante mollis bibendum a ac risus. Morbi ornare ipsum sit amet enim rhoncus, sed eleifend felis tristique. Mauris sed sollicitudin libero. In nec lacus quis erat rhoncus molestie.',
					'thumbnail'    => '{{featured-image-yummy}}',
				),
				'womens-relay-competition'           => array(
					'post_type'    => 'post',
					'post_title'   => 'Womens Relay Competition',
					'post_content' => 'The young team of Franziska Hildebrand, Franziska Preuss, Vanessa Hinz and Dahlmeier clocked 1 hour, 11 minutes, 54.6 seconds to beat France by just over 1 minute. Italy took bronze, 1:06.1 behind. Germany missed six targets overall, avoiding any laps around the penalty loop. Maria Dorin Habert of France, who has two individual gold medals at these worlds, passed Russia and France on the last leg and to take her team from fourth to second.',
					'thumbnail'    => '{{featured-image-relay-race}}',
				),
				'a-paradise-for-holiday'             => array(
					'post_type'    => 'post',
					'post_title'   => 'A Paradise for Holiday',
					'post_content' => 'Chocolate bar marzipan sweet marzipan. Danish tart bear claw donut cake bonbon biscuit powder croissant. Liquorice cake cookie. Dessert cotton candy macaroon gummies sweet gingerbread sugar plum. Biscuit tart cake. Candy jelly ice cream halvah jelly-o jelly beans brownie pastry sweet. Candy sweet roll dessert. Lemon drops jelly-o fruitcake topping. Souffle jelly beans bonbon.',
					'thumbnail'    => '{{featured-image-paradise-for-holiday}}',
				),
				'destruction-in-montania'            => array(
					'post_type'    => 'post',
					'post_title'   => 'Destruction in Montania',
					'post_content' => 'Nunc consectetur ipsum nisi, ut pellentesque felis tempus vitae. Integer eget lacinia nunc. Vestibulum consectetur convallis augue id egestas. Nullam rhoncus, arcu in tincidunt ultricies, velit diam imperdiet lacus, sed faucibus mi massa vel nunc. In ac viverra augue, a luctus nisl. Donec interdum enim tempus, aliquet metus maximus, euismod quam. Sed pretium finibus rhoncus. Phasellus libero diam, rutrum non ipsum ut, ultricies sodales sapien. Duis viverra purus lorem.',
					'thumbnail'    => '{{featured-image-fireman}}',
				),
			),

			// Create the custom image attachments used as post thumbnails for pages.
			'attachments' => array(
				'colormag-logo'                       => array(
					'post_title' => 'ColorMag Logo',
					'file'       => 'img/colormag-logo.png',
				),
				'featured-image-fireman'              => array(
					'post_title' => 'Featured image fireman',
					'file'       => 'img/fireman.jpg',
				),
				'featured-image-coffee'               => array(
					'post_title' => 'Featured image coffee',
					'file'       => 'img/coffee.jpg',
				),
				'featured-image-yummy'                => array(
					'post_title' => 'Featured image yummy',
					'file'       => 'img/yummy.jpg',
				),
				'featured-image-relay-race'           => array(
					'post_title' => 'Featured image relay race',
					'file'       => 'img/relay-race.jpg',
				),
				'featured-image-paradise-for-holiday' => array(
					'post_title' => 'Featured image paradise for holiday',
					'file'       => 'img/sea.jpg',
				),
				'featured-image-ad-medium'            => array(
					'post_title' => 'Featured image ad medium',
					'file'       => 'img/ad-medium.jpg',
				),
				'featured-image-ad-large'             => array(
					'post_title' => 'Featured image ad large',
					'file'       => 'img/ad-large.jpg',
				),
			),

			'options'     => array(
				'blogname'        => 'ColorMag',
				'blogdescription' => 'ColorMag Demo site',
			),

			// Set the front page section theme mods to the IDs of the core-registered pages.
			'theme_mods'  => array(
				'custom_logo'                     => '{{colormag-logo}}',
				'colormag_breaking_news'          => 1,
				'colormag_date_display'           => 1,
				'colormag_header_logo_placement'  => 'header_logo_only',
				'colormag_hide_blog_front'        => 1,
				'colormag_search_icon_in_menu'    => 1,
				'colormag_random_post_in_menu'    => 1,
				'colormag_social_link_activate'   => 1,
				'colormag_home_icon_display'      => 1,
				'colormag_primary_sticky_menu'    => 1,
				'colormag_related_posts_activate' => 1,
				'colormag_social_facebook'        => '#',
				'colormag_social_twitter'         => '#',
				'colormag_social_googleplus'      => '#',
				'colormag_social_instagram'       => '#',
				'colormag_social_pinterest'       => '#',
				'colormag_social_youtube'         => '#',
			),

			// Set up nav menus for each of the two areas registered in the theme.
			'nav_menus'   => array(
				// Assign a menu to the "primary" location.
				'primary' => array(
					'name'  => 'Primary',
					'items' => array(
						'link_download'   => array(
							'type'  => 'custom',
							'title' => 'Download',
							'url'   => 'https://downloads.wordpress.org/theme/colormag.zip',
						),
						'link_theme-info' => array(
							'type'  => 'custom',
							'title' => 'Theme Info',
							'url'   => 'https://themegrill.com/themes/colormag/',
						),
						'link_view-pro'   => array(
							'type'  => 'custom',
							'title' => 'View pro',
							'url'   => 'https://themegrill.com/themes/colormag/',
						),
						'page_layout'     => array(
							'type'      => 'post_type',
							'object'    => 'page',
							'object_id' => '{{layout}}',
						),
						'page_contact',
					),
				),
			),

		);

		$starter_content = apply_filters( 'colormag_starter_content', $starter_content );

		add_theme_support( 'starter-content', $starter_content );

	}

endif;

add_action( 'after_setup_theme', 'colormag_setup' );
PK�
�[
V�Ȯ�'inc/base/class-colormag-css-classes.phpnu�[���<?php
/**
 * Adds classes to appropriate places.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Css_Classes' ) ) :

	/**
	 * ColorMag_Css_Classes class.
	 */
	class ColorMag_Css_Classes {

		/**
		 * Constructor.
		 */
		public function __construct() {

			add_filter( 'colormag_header_class', array( $this, 'colormag_add_header_classes' ) );

		}

		/**
		 * Adds css classes into header
		 *
		 * @param array $classes list of old classes.
		 *
		 * @return array
		 */
		public function colormag_add_header_classes( $classes ) {

			$layout = get_theme_mod( 'colormag_main_header_layout', 'layout-1' );
			$width  = get_theme_mod( 'colormag_main_header_width_setting', 'full-width' );

			$classes[] = 'cm-' . $layout;

			$layout1_style = get_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );

			$layout2_style = get_theme_mod( 'colormag_main_header_layout_2_style', 'style-1' );

			if ( 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout1_style;
			} elseif ( 'layout-2' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout2_style;
			}

			if ( 'full-width' === $width && 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $width;
			} elseif ( 'contained' === $width && 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $width;
			}

			return $classes;
		}

	}
endif;

new ColorMag_Css_Classes();
PK�
�[��Q��*inc/base/class-colormag-dynamic-filter.phpnu�[���<?php
/**
 * Filter array values.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================== HEADER > HEADER TOP BAR ==========================================*/
if ( ! class_exists( 'ColorMag_Dynamic_Filter' ) ) :

	/**
	 * Filter array values.
	 */
	class ColorMag_Dynamic_Filter {

		/**
		 * Array of filter name and css classes.
		 *
		 * @since    TBD
		 * @access   private
		 * @var      array $css_class_arr Filter tag and class list.
		 */
		private static $css_class_arr = array();

		/**
		 * Get filter tag and class list in Array.
		 *
		 * @since    1.1.7
		 * @access   public
		 *
		 * @return array Filter tag and class list.
		 */
		public static function css_class_list() {

			self::$css_class_arr = array(
				'colormag_header_class' => array(
					'cm-header',
				),
			);

			return apply_filters( 'colormag_css_class_list', self::$css_class_arr );

		}

		/**
		 * Filter the array according to key.
		 *
		 * @since    1.1.7
		 * @access   public
		 *
		 * @param string $tag Filter tag.
		 *
		 * @return array Filter tag and class list.
		 */
		public static function filter_via_tag( $tag ) {

			$css_class = self::css_class_list();

			$filtered = array();

			if ( isset( $css_class[ $tag ] ) ) {
				$filtered = $css_class[ $tag ];
			}

			return $filtered;

		}

	}

endif;
PK�
�[���=j
j
%inc/base/class-colormag-constants.phpnu�[���<?php
/**
 * Define constants.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Constants' ) ) {

	/**
	 * ColorMag_Constants class.
	 */
	class ColorMag_Constants {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object Singleton instance of ColorMag_Constants class
		 */
		private static $instance;

		/**
		 * Array of constants and their values.
		 *
		 * @access private
		 * @var array
		 */
		private $constants;

		/**
		 * Singleton instance.
		 *
		 * @return ColorMag_Constants
		 *
		 */
		public static function get_instance() {

			if ( ! isset( self::$instance ) ) {

				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			// TODO: reuse constant instead of calling function for each constant.
			// TODO: sending constant data as constructor argument.
			$this->constants = array(

				/**
				 * Define Directory Location Constants
				 */
				'COLORMAG_THEME_VERSION'         => wp_get_theme( get_template() )->get( 'Version' ),
				'COLORMAG_PARENT_DIR'            => get_template_directory(),
				'COLORMAG_INCLUDES_DIR'          => get_template_directory() . '/inc',
				'COLORMAG_CSS_DIR'               => get_template_directory() . '/assets/css',
				'COLORMAG_JS_DIR'                => get_template_directory() . '/assets/js',
				'COLORMAG_LANGUAGES_DIR'         => get_template_directory() . '/languages',
				'COLORMAG_WIDGETS_DIR'           => get_template_directory() . '/inc/widgets',
				'COLORMAG_CUSTOMIZER_DIR'        => get_template_directory() . '/inc/customizer',
				'COLORMAG_ELEMENTOR_DIR'         => get_template_directory() . '/inc/compatibility/elementor',
				'COLORMAG_ELEMENTOR_WIDGETS_DIR' => get_template_directory() . '/inc/compatibility/elementor/widgets',

				'COLORMAG_CHILD_DIR'             => get_stylesheet_directory(),

				/**
				 * Define URL Location Constants
				 */
				'COLORMAG_PARENT_URL'            => get_template_directory_uri(),

				'COLORMAG_INCLUDES_URL'          => get_template_directory_uri() . '/inc',
				'COLORMAG_CSS_URL'               => get_template_directory_uri() . '/assets/css',
				'COLORMAG_JS_URL'                => get_template_directory_uri() . '/assets/js',
				'COLORMAG_IMG_URL'               => get_template_directory_uri() . '/assets/img',
				'COLORMAG_LANGUAGES_URL'         => get_template_directory_uri() . '/languages',
				'COLORMAG_WIDGETS_URL'           => get_template_directory_uri() . '/inc/widgets',
				'COLORMAG_CUSTOMIZER_URL'        => get_template_directory_uri() . '/inc/customizer',
				'COLORMAG_ELEMENTOR_URL'         => get_template_directory_uri() . '/inc/compatibility/elementor',
				'COLORMAG_ELEMENTOR_WIDGETS_URL' => get_template_directory_uri() . '/inc/compatibilitye/lementor/widgets',

				'COLORMAG_CHILD_URL'             => get_stylesheet_directory_uri(),
			);

			foreach ( $this->constants as $name => $value ) {

				$this->define_constant( $name, $value );
			}
		}

		/**
		 * Define constant safely.
		 *
		 * TODO: @since.
		 *
		 * @param string $name  Constant name.
		 * @param mixed  $value Constant value.
		 *
		 * @return void
		 */
		public function define_constant( $name, $value ) {

			if ( ! defined( $name ) ) {

				define( $name, $value );
			}
		}

	}
}

ColorMag_Constants::get_instance();
PK�
�[[���33+inc/base/class-colormag-dynamic-classes.phpnu�[���<?php
/**
 * Adds classes to appropriate places.
 *
 * @package ColorMag
 *
 * @since   ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_footer_layout_class' ) ) :

	/**
	 * Function to return the classname for footer option layout class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_footer_layout_class() {

		$colormag_footer_layout_class = get_theme_mod( 'colormag_main_footer_layout', 'layout-1' );
		$class_name                   = '';

		if ( 'layout-2' === $colormag_footer_layout_class ) {
			$class_name = 'colormag-footer--classic';
		}

		return $class_name;

	}

endif;


if ( ! function_exists( 'colormag_copyright_alignment_class' ) ) :

	/**
	 * Function to return the classname for footer copyright alignment class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_copyright_alignment_class() {

		$colormag_copyright_alignment_class = get_theme_mod( 'colormag_footer_bar_alignment', 'left' );
		$class_name                         = 'cm-footer-bar-style-1';

		if ( 'right' === $colormag_copyright_alignment_class ) {
			$class_name = 'cm-footer-bar-style-2';
		} elseif ( 'center' === $colormag_copyright_alignment_class ) {
			$class_name = 'cm-footer-bar-style-3';
		}

		return $class_name;

	}

endif;
PK�
�[^M��M�M�'inc/base/class-colormag-dynamic-css.phpnu�[���<?php
/**
 * ColorMag dynamic CSS generation file for theme options.
 *
 * Class ColorMag_Dynamic_CSS
 *
 * @package ColorMag
 *
 * @since   ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * ColorMag dynamic CSS generation file for theme options.
 *
 * Class ColorMag_Dynamic_CSS
 */
class ColorMag_Dynamic_CSS {


	/**
	 * Return dynamic CSS output.
	 *
	 * @param string $dynamic_css Dynamic CSS.
	 * @param string $dynamic_css_filtered Dynamic CSS Filters.
	 *
	 * @return string Generated CSS.
	 */
	public static function render_output( $dynamic_css, $dynamic_css_filtered = '' ) {

		// Generate dynamic CSS.
		$parse_css = '';

		/**
		 * Global.
		 */

		// Primary Color.
		$primary_color = get_theme_mod( 'colormag_primary_color', '#207daf' );

		$primary_color_css = array(
			'.colormag-button,
			blockquote, button,
			input[type=reset],
			input[type=button],
			input[type=submit],
			.cm-home-icon.front_page_on,
			.cm-post-categories a,
			.cm-primary-nav ul li ul li:hover,
			.cm-primary-nav ul li.current-menu-item,
			.cm-primary-nav ul li.current_page_ancestor,
			.cm-primary-nav ul li.current-menu-ancestor,
			.cm-primary-nav ul li.current_page_item,
			.cm-primary-nav ul li:hover,
			.cm-primary-nav ul li.focus,
			.cm-mobile-nav li a:hover,
			.colormag-header-clean #cm-primary-nav .cm-menu-toggle:hover,
			.cm-header .cm-mobile-nav li:hover,
			.cm-header .cm-mobile-nav li.current-page-ancestor,
			.cm-header .cm-mobile-nav li.current-menu-ancestor,
			.cm-header .cm-mobile-nav li.current-page-item,
			.cm-header .cm-mobile-nav li.current-menu-item,
			.cm-primary-nav ul li.focus > a,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a,
			.cm-mobile-nav .current-menu-item>a, .cm-mobile-nav .current_page_item>a,
			.colormag-header-clean .cm-mobile-nav li:hover > a,
			.colormag-header-clean .cm-mobile-nav li.current-page-ancestor > a,
			.colormag-header-clean .cm-mobile-nav li.current-menu-ancestor > a,
			.colormag-header-clean .cm-mobile-nav li.current-page-item > a,
			.colormag-header-clean .cm-mobile-nav li.current-menu-item > a,
			.fa.search-top:hover,
			.widget_call_to_action .btn--primary,
			.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before,
			.colormag-footer--classic-bordered .cm-footer-cols .cm-row .cm-widget-title span::before,
			.cm-featured-posts .cm-widget-title span,
			.cm-featured-category-slider-widget .cm-slide-content .cm-entry-header-meta .cm-post-categories a,
			.cm-highlighted-posts .cm-post-content .cm-entry-header-meta .cm-post-categories a,
			.cm-category-slide-next, .cm-category-slide-prev, .slide-next,
			.slide-prev, .cm-tabbed-widget ul li, .cm-posts .wp-pagenavi .current,
			.cm-posts .wp-pagenavi a:hover, .cm-secondary .cm-widget-title span,
			.cm-posts .post .cm-post-content .cm-entry-header-meta .cm-post-categories a,
			.cm-page-header .cm-page-title span, .entry-meta .post-format i,
			.format-link .cm-entry-summary a, .cm-entry-button, .infinite-scroll .tg-infinite-scroll,
			.no-more-post-text, .pagination span,
			.comments-area .comment-author-link span,
			.cm-footer-cols .cm-row .cm-widget-title span,
			.advertisement_above_footer .cm-widget-title span,
			.error, .cm-primary .cm-widget-title span,
			.related-posts-wrapper.style-three .cm-post-content .cm-entry-title a:hover:before,
			.cm-slider-area .cm-widget-title span,
			.cm-beside-slider-widget .cm-widget-title span,
			.top-full-width-sidebar .cm-widget-title span,
			.wp-block-quote, .wp-block-quote.is-style-large,
			.wp-block-quote.has-text-align-right,
			.cm-error-404 .cm-btn, .widget .wp-block-heading, .wp-block-search button,
			.widget a::before, .cm-post-date a::before,
			.byline a::before,
			.colormag-footer--classic-bordered .cm-widget-title::before,
			.wp-block-button__link,
			#cm-tertiary .cm-widget-title span,
			.link-pagination .post-page-numbers.current,
			.wp-block-query-pagination-numbers .page-numbers.current,
			.wp-element-button,
			.wp-block-button .wp-block-button__link,
			.wp-element-button,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus,
			.search-wrap button,
			.page-numbers .current,
			.wp-block-search .wp-element-button:hover' => array(
			'background-color' => esc_html( $primary_color ),
			),

			'a,
			.cm-layout-2 #cm-primary-nav .fa.search-top:hover,
			.cm-layout-2 #cm-primary-nav.cm-mobile-nav .cm-random-post a:hover .fa-random,
			.cm-layout-2 #cm-primary-nav.cm-primary-nav .cm-random-post a:hover .fa-random,
			.cm-layout-2 .breaking-news .newsticker a:hover,
			.cm-layout-2 .cm-primary-nav ul li.current-menu-item > a,
			.cm-layout-2 .cm-primary-nav ul li.current_page_item > a,
			.cm-layout-2 .cm-primary-nav ul li:hover > a,
			.cm-layout-2 .cm-primary-nav ul li.focus > a
			.dark-skin .cm-layout-2-style-1 #cm-primary-nav.cm-primary-nav .cm-home-icon:hover .fa,
			.byline a:hover, .comments a:hover, .cm-edit-link a:hover, .cm-post-date a:hover,
			.social-links:not(.cm-header-actions .social-links) i.fa:hover, .cm-tag-links a:hover,
			.colormag-header-clean .social-links li:hover i.fa, .cm-layout-2-style-1 .social-links li:hover i.fa,
			.colormag-header-clean .breaking-news .newsticker a:hover, .widget_featured_posts .article-content .cm-entry-title a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .byline a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .comments a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .cm-post-date a:hover,
			.widget_featured_slider .slide-content .cm-entry-title a:hover,
			.widget_block_picture_news.widget_featured_posts .article-content .cm-entry-title a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .byline a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .comments a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .cm-post-date a:hover,
			.widget_highlighted_posts .article-content .cm-entry-title a:hover, i.fa-arrow-up, i.fa-arrow-down,
			.cm-site-title a, #content .post .article-content .cm-entry-title a:hover, .entry-meta .byline i,
			.entry-meta .cat-links i, .entry-meta a, .post .cm-entry-title a:hover, .search .cm-entry-title a:hover,
			.entry-meta .comments-link a:hover, .entry-meta .cm-edit-link a:hover, .entry-meta .cm-post-date a:hover,
			.entry-meta .cm-tag-links a:hover, .single #content .tags a:hover, .count, .next a:hover, .previous a:hover,
			.related-posts-main-title .fa, .single-related-posts .article-content .cm-entry-title a:hover,
			.pagination a span:hover,
			#content .comments-area a.comment-cm-edit-link:hover, #content .comments-area a.comment-permalink:hover,
			#content .comments-area article header cite a:hover, .comments-area .comment-author-link a:hover,
			.comment .comment-reply-link:hover,
			.nav-next a, .nav-previous a,
			#cm-footer .cm-footer-menu ul li a:hover,
			.cm-footer-cols .cm-row a:hover, a#scroll-up i, .related-posts-wrapper-flyout .cm-entry-title a:hover,
			.human-diff-time .human-diff-time-display:hover,
			.cm-layout-2-style-1 #cm-primary-nav .fa:hover,
			.cm-footer-bar a,
			.cm-post-date a:hover,
			.cm-author a:hover,
			.cm-comments-link a:hover,
			.cm-tag-links a:hover,
			.cm-edit-link a:hover,
			.cm-footer-bar .copyright a,
			.cm-featured-posts .cm-entry-title a:hover,
			.cm-posts .post .cm-post-content .cm-entry-title a:hover,
			.cm-posts .post .single-title-above .cm-entry-title a:hover,
			.cm-layout-2 .cm-primary-nav ul li:hover > a,
			.cm-layout-2 #cm-primary-nav .fa:hover,
			.cm-entry-title a:hover,
			button:hover, input[type="button"]:hover,
			input[type="reset"]:hover,
			input[type="submit"]:hover,
			.wp-block-button .wp-block-button__link:hover,
			.cm-button:hover,
			.wp-element-button:hover,
			li.product .added_to_cart:hover,
			.comments-area .comment-permalink:hover,
			.cm-footer-bar-area .cm-footer-bar__2 a'
			=> array(
				'color' => esc_html( $primary_color ),
			),

			'#cm-primary-nav,
			.cm-contained .cm-header-2 .cm-row'
			=> array(
				'border-top-color' => esc_html( $primary_color ),
			),

			'.cm-layout-2 #cm-primary-nav,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover,
			.cm-layout-2 .cm-primary-nav ul > li:hover > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus,
			cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			cm-layout-2 #cm-primary-nav .cm-menu-toggle:hover,
			cm-layout-2 #cm-primary-nav.cm-mobile-nav .cm-menu-toggle,
			cm-layout-2 .cm-primary-nav ul > li:hover > a,
			cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a,
			cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a,
			.cm-layout-2 .cm-primary-nav ul li.focus > a, .pagination a span:hover,
			.cm-error-404 .cm-btn,
			.single-post .cm-post-categories a::after,
			.widget .block-title,
			.cm-layout-2 .cm-primary-nav ul li.focus > a,
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			.wp-block-button .wp-block-button__link,
			.cm-button,
			.wp-element-button,
			li.product .added_to_cart'
			=> array(
				'border-color' => esc_html( $primary_color ),
			),

			'.cm-secondary .cm-widget-title,
			#cm-tertiary .cm-widget-title,
			.widget_featured_posts .widget-title,
			#secondary .widget-title,
			#cm-tertiary .widget-title,
			.cm-page-header .cm-page-title,
			.cm-footer-cols .cm-row .widget-title,
			.advertisement_above_footer .widget-title,
			#primary .widget-title,
			.widget_slider_area .widget-title,
			.widget_beside_slider .widget-title,
			.top-full-width-sidebar .widget-title,
			.cm-footer-cols .cm-row .cm-widget-title,
			.cm-footer-bar .copyright a,
			.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav,
			.cm-layout-2 .cm-primary-nav ul > li:hover > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a'
			=> array(
				'border-bottom-color' => esc_html( $primary_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_css );

		// Base color
		$text_color     = get_theme_mod( 'colormag_base_color', '' );
		$text_color_css = array(
			'body' => array(
				'color' => esc_html( $text_color ),
			),
		);
		$parse_css     .= colormag_parse_css( '', $text_color, $text_color_css );

		// Box shadow color
		$box_shadow_color     = get_theme_mod( 'colormag_box_shadow_color', '' );
		$box_shadow_color_css = array(
			'.cm-posts .post' => array(
				'box-shadow' => '0px 0px 2px 0px ' . esc_html( $box_shadow_color ),
			),
		);
		$parse_css           .= colormag_parse_css( '', $box_shadow_color, $box_shadow_color_css );

		// Link colors.
		$link_color_normal     = get_theme_mod( 'colormag_link_color', '' );
		$link_color_normal_css = array(
			'.cm-entry-summary a' => array(
				'color' => esc_html( $link_color_normal ),
			),
		);
		$parse_css            .= colormag_parse_css( '', $link_color_normal, $link_color_normal_css );

		// Link hover color.
		$link_color_hover     = get_theme_mod( 'colormag_link_hover_color', '' );
		$link_color_hover_css = array(
			'.cm-entry-summary a:hover,
			.pagebuilder-content a:hover, .pagebuilder-content a:hover' => array(
	'color' => esc_html( $link_color_hover ),
),
		);
		$parse_css           .= colormag_parse_css( '', $link_color_hover, $link_color_hover_css );

		/**
		 * Typography options.
		 */
		$base_typography_default             = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '15',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.6',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$headings_typography_default         = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'inherit',
			'text-transform' => 'none',
		);
		$heading_h1_typography_default       = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '36',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h2_typography_default       = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '32',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h3_typography_default       = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h4_typography_default       = array(
			'font-family' => 'default',
			'font-weight' => 'regular',
			'subsets'     => array( 'latin' ),
			'font-size'   => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$heading_h5_typography_default       = array(
			'font-family' => 'default',
			'font-weight' => 'regular',
			'subsets'     => array( 'latin' ),
			'font-size'   => array(
				'desktop' => array(
					'size' => '22',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$heading_h6_typography_default       = array(
			'font-family' => 'default',
			'font-weight' => 'regular',
			'subsets'     => array( 'latin' ),
			'font-size'   => array(
				'desktop' => array(
					'size' => '18',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$site_title_typography_default       = array(
			'font-family' => 'default',
			'font-size'   => array(
				'desktop' => array(
					'size' => '40',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$site_tagline_typography_default     = array(
			'font-family' => 'default',
			'font-size'   => array(
				'desktop' => array(
					'size' => '16',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$primary_menu_typography_default     = array(
			'font-family' => 'default',
			'font-weight' => 600,
			'font-size'   => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$primary_sub_menu_typography_default = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$post_title_typography_default       = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'font-size'      => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.3',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);

		$base_typography             = get_theme_mod( 'colormag_base_typography', $base_typography_default );
		$headings_typography         = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );
		$heading_h1_typography       = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );
		$heading_h2_typography       = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );
		$heading_h3_typography       = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );
		$heading_h4_typography       = get_theme_mod( 'colormag_h4_typography', $heading_h4_typography_default );
		$heading_h5_typography       = get_theme_mod( 'colormag_h5_typography', $heading_h5_typography_default );
		$heading_h6_typography       = get_theme_mod( 'colormag_h6_typography', $heading_h6_typography_default );
		$site_title_typography       = get_theme_mod( 'colormag_site_title_typography', $site_title_typography_default );
		$site_tagline_typography     = get_theme_mod( 'colormag_site_tagline_typography', $site_tagline_typography_default );
		$primary_menu_typography     = get_theme_mod( 'colormag_primary_menu_typography', $primary_menu_typography_default );
		$mobile_menu_typography     = get_theme_mod( 'colormag_mobile_menu_typography', $primary_menu_typography_default );
		$primary_sub_menu_typography = get_theme_mod( 'colormag_primary_sub_menu_typography', $primary_sub_menu_typography_default );
		$mobile_sub_menu_typography = get_theme_mod( 'colormag_mobile_sub_menu_typography', $primary_sub_menu_typography_default );
		$post_title_typography       = get_theme_mod( 'colormag_blog_post_title_typography', $post_title_typography_default );

		/**
		 * Typography.
		 */
		// Base typography.
		$parse_css .= colormag_parse_typography_css(
			$base_typography_default,
			$base_typography,
			'body,
			button,
			input,
			select,
			textarea,
			blockquote p,
			.entry-meta,
			.cm-entry-button,
			dl,
			.previous a,
			.next a,
			.nav-previous a,
			.nav-next a,
			#respond h3#reply-title #cancel-comment-reply-link,
			#respond form input[type="text"],
			#respond form textarea,
			.cm-secondary .widget,
			.cm-error-404 .widget,
			.cm-entry-summary p',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Headings typography.
		$parse_css .= colormag_parse_typography_css(
			$headings_typography_default,
			$headings_typography,
			'h1 ,h2, h3, h4, h5, h6',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H1 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h1_typography_default,
			$heading_h1_typography,
			'h1',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H2 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h2_typography_default,
			$heading_h2_typography,
			'h2',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H3 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h3_typography_default,
			$heading_h3_typography,
			'h3',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H4 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h4_typography_default,
			$heading_h4_typography,
			'h4',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H5 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h5_typography_default,
			$heading_h5_typography,
			'h5',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H6 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h6_typography_default,
			$heading_h6_typography,
			'h6',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Post title typography.
		$parse_css .= colormag_parse_typography_css(
			$post_title_typography_default,
			$post_title_typography,
			'.cm-entry-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Site title typography.
		$parse_css .= colormag_parse_typography_css(
			$site_title_typography_default,
			$site_title_typography,
			'.cm-site-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Site tagline typography.
		$parse_css .= colormag_parse_typography_css(
			$site_tagline_typography_default,
			$site_tagline_typography,
			'.cm-site-description',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Primary menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_menu_typography_default,
			$primary_menu_typography,
			'.cm-primary-nav ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Mobile menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_menu_typography_default,
			$mobile_menu_typography,
			'.cm-mobile-nav ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Primary sub menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_sub_menu_typography_default,
			$primary_sub_menu_typography,
			'.cm-primary-nav ul li ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Mobile menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_sub_menu_typography_default,
			$mobile_sub_menu_typography,
			'.cm-mobile-nav ul li ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Site title color.
		$site_title_color = get_theme_mod( 'colormag_site_title_color', '' );

		$site_title_color_css = array(
			'.cm-site-title a' => array(
				'color' => esc_html( $site_title_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $site_title_color, $site_title_color_css );

		// Site title hover color.
		$site_title_hover_color = get_theme_mod( 'colormag_site_title_hover_color', '' );

		$site_title_hover_color_css = array(
			'.cm-site-title a:hover' => array(
				'color' => esc_html( $site_title_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $site_title_hover_color, $site_title_hover_color_css );

		// Site tagline color.
		$site_tagline_color = get_theme_mod( 'colormag_site_tagline_color', '' );

		$site_tagline_color_css = array(
			'.cm-site-description' => array(
				'color' => esc_html( $site_tagline_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $site_tagline_color, $site_tagline_color_css );

		/**
		 * Sidebar width.
		 */
		$sidebar_width_default = array(
			'size' => 30,
			'unit' => '%',
		);

		$sidebar_width = get_theme_mod( 'colormag_sidebar_width', $sidebar_width_default );

		$content_width_css = array(
			'.cm-primary' => array(
				'width' => ( 100 - (float) $sidebar_width['size'] ) . '%',
			),
		);

		$parse_css .= '@media screen and (min-width: 992px) {';
		$parse_css .= colormag_parse_css( 70, ( 100 - (float) $sidebar_width['size'] ), $content_width_css );
		$parse_css .= colormag_parse_slider_css(
			$sidebar_width_default,
			$sidebar_width,
			'.cm-secondary ',
			'width'
		);
		$parse_css .= '}';

		/**
		 * Primary menu top border width.
		 */
		$primary_menu_width_default = array(
			'size' => '4',
			'unit' => 'px',
		);

		$primary_menu_width = get_theme_mod( 'colormag_primary_menu_top_border_width', $primary_menu_width_default );

		$parse_css .= colormag_parse_slider_css(
			$primary_menu_width_default,
			$primary_menu_width,
			'#cm-primary-nav',
			'border-top-width'
		);

		// Button text color.
		$button_text_color = get_theme_mod( 'colormag_button_color', '' );

		$button_text_color_css = array(
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button span,
			.wp-block-button .wp-block-button__link' => array(
		'color' => esc_html( $button_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $button_text_color, $button_text_color_css );

		// Button text hover color.
		$button_hover_text_color = get_theme_mod( 'colormag_button_hover_color', '' );

		$button_hover_text_color_css = array(
			'.colormag-button:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			input[type="submit"]:hover,
			button:hover,
			.cm-entry-button span:hover,
			.wp-block-button .wp-block-button__link:hover' => array(
		'color' => esc_html( $button_hover_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $button_hover_text_color, $button_hover_text_color_css );

		// Button background color.
		$button_background_color = get_theme_mod( 'colormag_button_background_color', '' );

		$button_background_color_css = array(
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button span,
			.wp-block-button .wp-block-button__link' => array(
		'background-color' => esc_html( $button_background_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#207daf', $button_background_color, $button_background_color_css );

		// Button background hover color.
		$button_background_hover_color = get_theme_mod( 'colormag_button_background_hover_color', '' );

		$button_background_hover_color_css = array(
			'.colormag-button:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			input[type="submit"]:hover,
			button:hover,
			.cm-entry-button span:hover,
			.wp-block-button .wp-block-button__link:hover' => array(
		'background-color' => esc_html( $button_background_hover_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $button_background_hover_color, $button_background_hover_color_css );

		// Footer widget title color.
		$footer_widget_title_color = get_theme_mod( 'colormag_footer_widget_title_color', '' );

		$footer_widget_title_color_css = array(
			'.cm-footer-cols .cm-row .cm-widget-title span' => array(
				'color' => esc_html( $footer_widget_title_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $footer_widget_title_color, $footer_widget_title_color_css );

		// Footer content color.
		$footer_widget_content_color = get_theme_mod( 'colormag_footer_widget_content_color', '' );

		$footer_widget_content_color_css = array(
			'.cm-footer-cols .cm-row,
			.cm-footer-cols .cm-row p' => array(
		'color' => esc_html( $footer_widget_content_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $footer_widget_content_color, $footer_widget_content_color_css );

		// Footer Widget link color.
		$footer_widget_link_color = get_theme_mod( 'colormag_footer_widget_content_link_text_color', '' );

		$footer_widget_link_color_css = array(
			'.cm-footer-cols .cm-row a' => array(
				'color' => esc_html( $footer_widget_link_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $footer_widget_link_color, $footer_widget_link_color_css );

		// Footer Widget link hover color.
		$footer_widget_link_hover_color = get_theme_mod( 'colormag_footer_widget_content_link_text_hover_color', '' );

		$footer_widget_link_hover_color_css = array(
			'.cm-footer-cols .cm-row a:hover' => array(
				'color' => esc_html( $footer_widget_link_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $footer_widget_link_hover_color, $footer_widget_link_hover_color_css );

		/**
		 * Button.
		 */
		$button_padding_default = array(
			'top'    => '',
			'right'  => '',
			'bottom' => '',
			'left'   => '',
			'unit'   => 'px',
		);

		$button_padding = get_theme_mod( 'colormag_button_dimension_padding', $button_padding_default );

		$parse_css .= colormag_parse_dimension_css(
			$button_padding_default,
			$button_padding,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button span,
			.wp-block-button .wp-block-button__link',
			'padding'
		);

		// Border radius.
		$button_border_radius_default = array(
			'size' => 3,
			'unit' => 'px',
		);

		$button_border_radius = get_theme_mod( 'colormag_button_border_radius', '' );

		$parse_css .= colormag_parse_slider_css(
			$button_border_radius_default,
			$button_border_radius,
			'.cm-entry-button span,.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button .wp-block-button__link',
			'border-radius'
		);

		// Top bar options.
		$top_bar_background_color     = get_theme_mod( 'colormag_top_bar_background_color', '#fff' );
		$top_bar_background_color_css = array(
			'.cm-top-bar' => array(
				'background-color' => esc_html( $top_bar_background_color ),
			),
		);
		$parse_css                   .= colormag_parse_css( '#fff', $top_bar_background_color, $top_bar_background_color_css );

		// Post content background.
		$post_content_background_default = array(
			'background-color'      => '#ffffff',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$post_content_background         = get_theme_mod( 'colormag_inside_container_background', $post_content_background_default );
		$parse_css                      .= colormag_parse_background_css( $post_content_background_default, $post_content_background, '.cm-content' );

		// Main header options.
		$header_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$header_background         = get_theme_mod( 'colormag_main_header_background', $header_background_default );
		$parse_css                .= colormag_parse_background_css( $header_background_default, $header_background, '.cm-header-1, .dark-skin .cm-header-1' );

		// Primary menu options.
		$primary_menu_background_default = array(
			'background-color'      => '#27272A',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$primary_menu_background         = get_theme_mod( 'colormag_primary_menu_background', $primary_menu_background_default );
		$parse_css                      .= colormag_parse_background_css( $primary_menu_background_default, $primary_menu_background, '.cm-mobile-nav li, #cm-primary-nav, .cm-layout-2 #cm-primary-nav, .cm-header .cm-main-header .cm-primary-nav .cm-row, .cm-home-icon.front_page_on' );

		$primary_menu_top_border_color     = get_theme_mod( 'colormag_primary_menu_top_border_color', '#207daf' );
		$primary_menu_top_border_color_css = array(
			'#cm-primary-nav' => array(
				'border-top-color' => esc_html( $primary_menu_top_border_color ),
			),
		);
		$parse_css                        .= colormag_parse_css( '#207daf', $primary_menu_top_border_color, $primary_menu_top_border_color_css );

		$primary_menu_text_color     = get_theme_mod( 'colormag_primary_menu_text_color', '' );
		$primary_menu_text_color_css = array(
			'.cm-primary-nav a,
		.cm-primary-nav ul li ul li a,
		.cm-primary-nav ul li.current-menu-item ul li a,
		.cm-primary-nav ul li ul li.current-menu-item a,
		.cm-primary-nav ul li.current_page_ancestor ul li a,
		.cm-primary-nav ul li.current-menu-ancestor ul li a,
		.cm-primary-nav ul li.current_page_item ul li a,
		.cm-primary-nav li.menu-item-has-children>a::after,
		.cm-primary-nav li.page_item_has_children>a::after,
		.cm-layout-2-style-1 .cm-primary-nav a,
		.cm-layout-2-style-1 .cm-primary-nav ul > li > a' => array(
	'color' => esc_html( $primary_menu_text_color ),
),
			'.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon,
		.cm-primary-nav .cm-submenu-toggle .cm-icon'      => array(
		'fill' => esc_html( $primary_menu_text_color ),
		),
		);
		$parse_css                  .= colormag_parse_css( '', $primary_menu_text_color, $primary_menu_text_color_css );

		$primary_menu_selected_hovered_text_color     = get_theme_mod( 'colormag_primary_menu_selected_hovered_text_color', '' );
		$primary_menu_selected_hovered_text_color_css = array(
			'.cm-primary-nav a:hover,
		.cm-primary-nav ul li.current-menu-item a,
		.cm-primary-nav ul li ul li.current-menu-item a,
		.cm-primary-nav ul li.current_page_ancestor a,
		.cm-primary-nav ul li.current-menu-ancestor a,
		.cm-primary-nav ul li.current_page_item a, .cm-primary-nav ul li:hover>a,
		.cm-primary-nav ul li ul li a:hover, .cm-primary-nav ul li ul li:hover>a,
		.cm-primary-nav ul li.current-menu-item ul li a:hover,
		.cm-primary-nav li.page_item_has_children.current-menu-item>a::after,
		.cm-layout-2-style-1 .cm-primary-nav ul li:hover > a' => array(
		'color' => esc_html( $primary_menu_selected_hovered_text_color ),
		),
			'.cm-layout-2 .cm-primary-nav li:hover > .cm-submenu-toggle .cm-icon,
			.cm-primary-nav li:hover > .cm-submenu-toggle .cm-icon
		' => array(
		'fill' => esc_html( $primary_menu_selected_hovered_text_color ),
		),
		);
		$parse_css                                   .= colormag_parse_css( '', $primary_menu_selected_hovered_text_color, $primary_menu_selected_hovered_text_color_css );

		$primary_sub_menu_background_default = array(
			'background-color'      => '#232323',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$primary_sub_menu_background         = get_theme_mod( 'colormag_primary_sub_menu_background', $primary_sub_menu_background_default );
		$parse_css                          .= colormag_parse_background_css( $primary_sub_menu_background_default, $primary_sub_menu_background, '.cm-primary-nav .sub-menu, .cm-primary-nav .children' );

		$mobile_sub_menu_background_default = array(
			'background-color'      => '#232323',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$mobile_sub_menu_background         = get_theme_mod( 'colormag_mobile_sub_menu_background', $mobile_sub_menu_background_default );
		$parse_css                          .= colormag_parse_background_css( $mobile_sub_menu_background_default, $mobile_sub_menu_background, '.cm-mobile-nav .sub-menu,.cm-mobile-nav .sub-menu li, .cm-mobile-nav .children' );

		// Header action color option
		$header_action_icon_color     = get_theme_mod( 'colormag_header_action_icon_color', '#fff' );
		$header_action_icon_color_css = array(
			'.fa.search-top'                      => array(
				'color' => esc_html( $header_action_icon_color ),
			),

			'.cm-primary-nav .cm-random-post a svg,
			.cm-mobile-nav .cm-random-post a svg' => array(
		'fill' => esc_html( $header_action_icon_color ),
		),
		);
		$parse_css .= colormag_parse_css( '#fff', $header_action_icon_color, $header_action_icon_color_css );

		$header_action_icon_hover_color     = get_theme_mod( 'colormag_header_action_icon_hover_color', '' );
		$header_action_icon_hover_color_css = array(
			'.fa.search-top:hover'                        => array(
				'color' => esc_html( $header_action_icon_hover_color ),
			),

			'.cm-primary-nav .cm-random-post a:hover > svg,
			.cm-mobile-nav .cm-random-post a:hover > svg' => array(
		'fill' => esc_html( $header_action_icon_hover_color ),
		),
		);
		$parse_css .= colormag_parse_css( '#fff', $header_action_icon_hover_color, $header_action_icon_hover_color_css );

		// Footer column options.
		$footer_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_background         = get_theme_mod( 'colormag_footer_background', $footer_background_default );
		$parse_css                .= colormag_parse_background_css( $footer_background_default, $footer_background, '.cm-footer-cols' );

		// Mobile menu toggle color.
		$mobile_menu_toggle_color = get_theme_mod( 'colormag_mobile_menu_toggle_icon_color', '#fff' );

		$mobile_menu_toggle_color_css = array(
			'.cm-header .cm-menu-toggle svg,
			.cm-header .cm-menu-toggle svg' => array(
		'fill' => esc_html( $mobile_menu_toggle_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $mobile_menu_toggle_color, $mobile_menu_toggle_color_css );

		$mobile_menu_text_color     = get_theme_mod( 'colormag_mobile_menu_text_color', '' );
		$mobile_menu_text_color_css = array(
			'.cm-mobile-nav a,
		.cm-mobile-nav ul li ul li a,
		.cm-mobile-nav ul li.current-menu-item ul li a,
		.cm-mobile-nav ul li ul li.current-menu-item a,
		.cm-mobile-nav ul li.current_page_ancestor ul li a,
		.cm-mobile-nav ul li.current-menu-ancestor ul li a,
		.cm-mobile-nav ul li.current_page_item ul li a,
		.cm-mobile-nav li.menu-item-has-children>a::after,
		.cm-mobile-nav li.page_item_has_children>a::after,
		.cm-layout-2-style-1 .cm-mobile-nav a,
		.cm-layout-2-style-1 .cm-mobile-nav ul > li > a' => array(
				'color' => esc_html( $mobile_menu_text_color ),
			),
			'.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle .cm-icon,
		.cm-mobile-nav .cm-submenu-toggle .cm-icon'      => array(
				'fill' => esc_html( $mobile_menu_text_color ),
			),
		);
		$parse_css                  .= colormag_parse_css( '', $mobile_menu_text_color, $mobile_menu_text_color_css );

		$mobile_menu_selected_hovered_text_color     = get_theme_mod( 'colormag_mobile_menu_selected_hovered_text_color', '' );
		$mobile_menu_selected_hovered_text_color_css = array(
			'.cm-mobile-nav a:hover,
		.cm-mobile-nav ul li.current-menu-item a,
		.cm-mobile-nav ul li ul li.current-menu-item a,
		.cm-mobile-nav ul li.current_page_ancestor a,
		.cm-mobile-nav ul li.current-menu-ancestor a,
		.cm-mobile-nav ul li.current_page_item a, .cm-mobile-nav ul li:hover>a,
		.cm-mobile-nav ul li ul li a:hover, .cm-mobile-nav ul li ul li:hover>a,
		.cm-mobile-nav ul li.current-menu-item ul li a:hover,
		.cm-mobile-nav li.page_item_has_children.current-menu-item>a::after,
		.cm-layout-2-style-1 .cm-mobile-nav ul li:hover > a' => array(
				'color' => esc_html( $mobile_menu_selected_hovered_text_color ),
			),
			'.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle .cm-icon,
			.cm-mobile-nav li:hover > .cm-submenu-toggle .cm-icon
		' => array(
				'fill' => esc_html( $mobile_menu_selected_hovered_text_color ),
			),
		);
		$parse_css                                   .= colormag_parse_css( '', $mobile_menu_selected_hovered_text_color, $mobile_menu_selected_hovered_text_color_css );

		$footer_upper_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_upper_background         = get_theme_mod( 'colormag_upper_footer_background', $footer_upper_background_default );
		$parse_css                      .= colormag_parse_background_css( $footer_upper_background_default, $footer_upper_background, '.cm-footer .cm-upper-footer-cols .widget' );

		// Footer bar options.
		$footer_copyright_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_copyright_background         = get_theme_mod( 'colormag_footer_copyright_background', $footer_copyright_background_default );
		$parse_css                          .= colormag_parse_background_css( $footer_copyright_background_default, $footer_copyright_background, '.cm-footer-bar' );

		$footer_copyright_color     = get_theme_mod( 'colormag_footer_copyright_text_color', '#F4F4F5' );
		$footer_copyright_color_css = array(
			'.cm-footer-bar-area .cm-footer-bar__2' => array(
				'color' => esc_html( $footer_copyright_color ),
			),
		);
		$parse_css                 .= colormag_parse_css( '#F4F4F5', $footer_copyright_color, $footer_copyright_color_css );

		$footer_copyright_link_color     = get_theme_mod( 'colormag_footer_copyright_link_text_color', '#207daf' );
		$footer_copyright_link_color_css = array(
			'.cm-footer-bar-area .cm-footer-bar__2 a' => array(
				'color' => esc_html( $footer_copyright_link_color ),
			),
		);
		$parse_css                      .= colormag_parse_css( '##207daf', $footer_copyright_link_color, $footer_copyright_link_color_css );

		// Primary color for Elementor.
		if ( defined( 'ELEMENTOR_VERSION' ) ) {

			$primary_color_elementor_css = array(
				'.elementor .elementor-widget-wrap .tg-module-wrapper .module-title span,
			.elementor .elementor-widget-wrap .tg-module-wrapper .tg-post-category,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more,
				.elementor .elementor-widget-wrap .tg-module-wrapper tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before'
				=> array(
					'background-color' => esc_html( $primary_color ),
				),

				'.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-title:hover a,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a:hover,
			.elementor .elementor-widget-wrap .tg-trending-news .trending-news-wrapper a:hover,
			.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-next:hover, .elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-prev:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,
			.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover'
				=> array(
					'color' => esc_html( $primary_color ),
				),

				'.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-next:hover,
			.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-prev:hover'
				=> array(
					'border-color' => esc_html( $primary_color ),
				),
			);

			$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_elementor_css );

		}

		// Add the custom CSS rendered dynamically, which is static.
		$parse_css .= self::render_custom_output();

		$parse_css .= $dynamic_css;

		$parse_css .= self::colormag_editor_block_css();

		return apply_filters( 'colormag_theme_dynamic_css', $parse_css );
	}

	/**
	 * Function to output Custom CSS code, which does not have the specific CSS design option, ie, static CSS code.
	 *
	 * @return string
	 */
	public static function render_custom_output() {

		// Generate dynamic CSS.
		$colormag_custom_css = '';

		return $colormag_custom_css;
	}

	/**
	 * Returns the background CSS property for editor.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value Updated value.
	 * @param string $selector CSS selector.
	 *
	 * @return string|void Generated CSS for background CSS property.
	 */
	public static function colormag_editor_block_css() {
		$parse_css = '';

		// Primary color.
		$primary_color     = get_theme_mod( 'colormag_primary_color', '#207daf' );
		$primary_color_css = array(
			'.mzb-featured-posts, .mzb-social-icon, .mzb-featured-categories, .mzb-social-icons-insert'
			=> array(
				'--color--light--primary' => ColorMag_Utils::adjust_color_opacity( $primary_color, 10 ),
			),

			'body'
			=> array(
				'--color--light--primary' => esc_html( $primary_color ),
				'--color--primary'        => esc_html( $primary_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_css );

		return $parse_css;
	}

	/**
	 * Return dynamic CSS output.
	 *
	 * @param string $dynamic_css Dynamic CSS.
	 * @param string $dynamic_css_filtered Dynamic CSS Filters.
	 *
	 * @return string Generated CSS.
	 */
	public static function render_wc_output( $dynamic_css, $dynamic_css_filtered = '' ) {

		// Generate dynamic CSS.
		$parse_wc_css     = $dynamic_css;
		$wc_primary_color = get_theme_mod( 'colormag_primary_color', '#207daf' );

		$wc_primary_color_css = array(
			'.woocommerce-cart .actions .button,
			li.product .added_to_cart:hover'
			=> array(
				'border-color' => esc_html( $wc_primary_color ),
			),

			'li.product .added_to_cart,
			.woocommerce-MyAccount-navigation ul .is-active a'
			=> array(
				'background-color' => esc_html( $wc_primary_color ),
			),

			'.woocommerce-cart .actions .button[aria-disabled="true"]'
			=> array(
				'background-color' => esc_html( $wc_primary_color ),
				'border-color'     => esc_html( $wc_primary_color ),
			),

			'.product-subtotal,
			.woocommerce-cart .actions .button,
			li.product .added_to_cart:hover,
			.stock.in-stock,
			.woocommerce-MyAccount-navigation ul li a:hover,
			.woocommerce-MyAccount-navigation ul li a:focus'
			=> array(
				'color' => esc_html( $wc_primary_color ),
			),
		);

		$parse_wc_css .= colormag_parse_css( '#207daf', $wc_primary_color, $wc_primary_color_css );

		return $parse_wc_css;
	}
}
PK�
�[�xS|��inc/ajax.phpnu�[���<?php
/**
 * Localize load more scripts.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
/**
 * Navigation for single post that loads on scroll on single post page.
 */
function colormag_ajax_single_post_navigation() {

	if ( is_attachment() ) :
		?>
		<ul class="default-wp-page">
			<li class="previous"><?php previous_image_link( false, esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
			<li class="next"><?php next_image_link( false, esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
		</ul>
		<?php
	endif;
}


/**
 * Comments section for single post that loads on scroll on single post page.
 */
function colormag_ajax_single_post_comments( $query, $comments ) {
	?>

	<div id="comments" class="comments-area">

		<?php

		if ( $query->have_comments() ) {
			$query->the_comment();
			?>

		<h3 class="comments-title">

			<?php
			$comment_count = get_comments_number();

			if ( '1' === $comment_count ) {

				printf(
					/* Translators: %1$s: Post title */
					esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'colormag' ),
					'<span>' . wp_kses_post( get_the_title() ) . '</span>'
				);
			} else {

				printf(
				/* Translators: %1$s: Comment count, %2$s: Post title */
					esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comment_count, 'comments title', 'colormag' ) ),
					number_format_i18n( $comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
					'<span>' . esc_html( get_the_title() ) . '</span>'
				);
			}
			?>

		</h3>

		<ul class="comment-list">

			<?php
			wp_list_comments(
				array(
					'callback'          => 'colormag_comment',
					'short_ping'        => true,
					'reverse_top_level' => true,
				),
				$comments
			);
			?>

		</ul><!-- .comment-list -->

			<?php

			// If comments are closed and there are comments, let's leave a little note, shall we?
			if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) {
				?>

		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'colormag' ); ?></p>
				<?php
			}
		}
		comment_form();
}
PK�
�[���llinc/template-tags.phpnu�[���<?php
/**
 * Custom template tags for this theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_entry_meta' ) ) :

	/**
	 * Shows meta information of post.
	 *
	 * @param bool $full_post_meta       Whether to display full post meta or not.
	 * @param bool $reading_time_display Whether to display reading time post meta or not, used for Ajax call.
	 */
	function colormag_entry_meta( $full_post_meta = true, $reading_time_display = false ) {

		$meta_orders = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
			)
		);

		$human_diff_time = '';

		echo '<div class="cm-below-entry-meta ' . esc_attr( $human_diff_time ) . '">';

		if ( 'post' === get_post_type() ) :

			foreach ( $meta_orders as $key => $meta_order ) {

				if ( 'date' === $meta_order ) {
					colormag_date_meta_markup();
				}

				if ( 'author' === $meta_order ) {
					colormag_author_meta_markup();
				}

				if ( 'views' === $meta_order && $full_post_meta ) {
					echo wp_kses(
						colormag_post_view_display( get_the_ID() ),
						array(
							'span' => array(
								'class' => true,
							),
						) + ColorMag_SVG_Icons::$allowed_html
					);
				}

				if ( 'comments' === $meta_order ) {
					colormag_comment_meta_markup( $full_post_meta );
				}

				if ( 'tags' === $meta_order && $full_post_meta ) {
					colormag_tags_meta_markup();
				}

				if ( 'read-time' === $meta_order ) {
					colormag_read_time_meta_markup( $full_post_meta, $reading_time_display );
				}

				if ( 'edit-button' === $meta_order && $full_post_meta ) {
					edit_post_link( __( 'Edit', 'colormag' ), '<span class="cm-edit-link">' . colormag_get_icon( 'edit', false ) . ' ', '</span>' );
				}
			}

		endif;
		echo '</div>';
	}

endif;


if ( ! function_exists( 'wp_body_open' ) ) :

	/**
	 * Adds backwards compatibility for wp_body_open() introduced with WordPress 5.2.
	 *
	 * @return void
	 * @see   https://developer.wordpress.org/reference/functions/wp_body_open/
	 */
	function wp_body_open() {
		do_action( 'wp_body_open' );
	}

endif;


if ( ! function_exists( 'colormag_reading_time' ) ) :

	/**
	 * Displays the reading time in post meta.
	 *
	 * Since we were using JS for this feature, we were compromising site speed since it checks every link when loaded,
	 * for displaying the time taken, and hence, we are opting for this function instead for this feature to fix site speed.
	 *
	 * @return string Reading time taken for post.
	 */
	function colormag_reading_time() {

		global $post;
		$post_content        = get_post_field( 'post_content', $post->ID );
		$word_count          = count( preg_split( '/\s+/', $post_content ) );
		$reading_time        = floor( $word_count / 200 );
		$reading_time_suffix = esc_html__( 'min read', 'colormag' );
		$total_reading_time  = $reading_time . ' ' . $reading_time_suffix;

		return $total_reading_time;
	}

endif;

if ( ! function_exists( 'colormag_category_color' ) ) :

	/**
	 * Getting Category Color.
	 *
	 * @param int $wp_category_id Category id.
	 *
	 * @return string The category color.
	 */
	function colormag_category_color( $wp_category_id ) {

		$args     = array(
			'orderby'    => 'id',
			'hide_empty' => 0,
		);
		$category = get_categories( $args );

		foreach ( $category as $category_list ) {
			$color = get_theme_mod( 'colormag_category_color_' . $wp_category_id );

			return $color;
		}
	}

endif;

if ( ! function_exists( 'colormag_colored_category' ) ) :

	/**
	 * Category Color for widgets and other
	 *
	 * @param bool $echo Boolean value to echo or just return.
	 *
	 * @return mixed
	 */
	function colormag_colored_category( $echo = true ) {

		global $post;

		$meta_structure = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
				'views',
				'comments',
				'tags',
				'read-time',
			)
		);

		$categories = get_the_category();
		$output     = '';

		if ( in_array( 'categories', $meta_structure, true ) && $categories ) {
			$output .= '<div class="cm-entry-header-meta"><div class="cm-post-categories">';

			foreach ( $categories as $category ) {
				$color_code = colormag_category_color( get_cat_id( $category->cat_name ) );
				if ( ! empty( $color_code ) ) {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" style="background:' . colormag_category_color( get_cat_id( $category->cat_name ) ) . '" rel="category tag">' . $category->cat_name . '</a>';
				} else {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '"  rel="category tag">' . $category->cat_name . '</a>';
				}
			}

			$output .= '</div></div>';

			if ( $echo ) {
				echo wp_kses_post( $output );
			} else {
				return trim( $output );
			}
		}
	}

endif;

/**
 * Sets the post excerpt length to 20 words.
 *
 * Function tied to the excerpt_length filter hook.
 *
 * @param int $length The excerpt length.
 *
 * @return int The filtered excerpt length.
 * @uses filter excerpt_length
 */
function colormag_excerpt_length( $length ) {
	return 20;
}

add_filter( 'excerpt_length', 'colormag_excerpt_length' );

/**
 * Returns a "Continue Reading" link for excerpts.
 */
function colormag_continue_reading() {
	return '';
}

add_filter( 'excerpt_more', 'colormag_continue_reading' );


if ( ! function_exists( 'colormag_sidebar_select' ) ) :

	/**
	 * Function to display the sidebar selected.
	 */
	function colormag_sidebar_select() {

		if ( ( is_page_template( 'page-templates/page-builder.php' ) ) ) {
			return;
		}

		global $post;

		if ( $post ) {
			$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
		}

		if ( is_home() ) {
			$queried_id  = get_option( 'page_for_posts' );
			$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
		}

		if ( empty( $layout_meta ) || is_archive() || is_search() ) {
			$layout_meta = 'default_layout';
		}

		$colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
		$colormag_page_sidebar_layout    = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
		$colormag_default_post_layout    = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

		if ( 'default_layout' === $layout_meta ) {

			if ( is_page() ) {

				if ( 'right_sidebar' === $colormag_page_sidebar_layout || 'two_sidebars' === $colormag_page_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( $colormag_page_sidebar_layout );
				} elseif ( 'left_sidebar' === $colormag_page_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'left' );
				}
			} elseif ( is_single() ) {

				if ( 'right_sidebar' === $colormag_default_post_layout || 'two_sidebars' === $colormag_default_post_layout ) {
					ColorMag_Utils::colormag_get_sidebar( $colormag_default_post_layout );
				} elseif ( 'left_sidebar' === $colormag_default_post_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'left' );
				}
			} elseif ( 'right_sidebar' === $colormag_default_sidebar_layout || 'two_sidebars' === $colormag_default_sidebar_layout ) {
				ColorMag_Utils::colormag_get_sidebar( $colormag_default_sidebar_layout );
			} elseif ( 'left_sidebar' === $colormag_default_sidebar_layout ) {
				ColorMag_Utils::colormag_get_sidebar( 'left' );
			}
		} elseif ( 'right_sidebar' === $layout_meta || 'two_sidebars' === $layout_meta ) {
			ColorMag_Utils::colormag_get_sidebar( $layout_meta );
		} elseif ( 'left_sidebar' === $layout_meta ) {
			ColorMag_Utils::colormag_get_sidebar( 'left' );
		}
	}

endif;

if ( ! function_exists( 'colormag_social_links' ) ) :

	/**
	 * Displays the social links.
	 */
	function colormag_social_links() {

		// Bail out if social links is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_social_icons', 0 ) ) {
			return;
		}

		$colormag_social_links = array(
			'colormag_social_facebook'  => 'Facebook',
			'colormag_social_twitter'   => 'Twitter',
			'colormag_social_instagram' => 'Instagram',
			'colormag_social_pinterest' => 'Pinterest',
			'colormag_social_youtube'   => 'YouTube',
		);
		?>

		<div class="social-links">
			<ul>
				<?php
				/**
				 * Social links set which is static via the theme customize option.
				 */
				$i                     = 0;
				$colormag_links_output = '';
				foreach ( $colormag_social_links as $key => $value ) {
					$link = get_theme_mod( $key, '' );

					if ( ! empty( $link ) ) {
						$new_tab = '';

						// For opening link in new tab.
						if ( 1 == get_theme_mod( $key . '_checkbox', 0 ) ) {
							$new_tab = 'target="_blank"';
						}

						if ( 'Twitter' == $value ) {
							$colormag_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa-brands fa-x-twitter"></i></a></li>';
						} else {
							$colormag_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa fa-' . strtolower( $value ) . '"></i></a></li>';
						}
					}

					++$i;
				}

				// Displays the social links which is set static via theme customize option.
				echo wp_kses_post( $colormag_links_output );
				?>
			</ul>
		</div><!-- .social-links -->
		<?php
	}

endif;

if ( ! function_exists( 'colormag_date_display' ) ) :

	/**
	 * Display the date in the header.
	 */
	function colormag_date_display() {

		// Bail out if date in header option is disabled.
		if ( 0 == get_theme_mod( 'colormag_date_display', 0 ) ) {
			return;
		}
		?>

		<div class="date-in-header">
			<?php
			if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( 'l, F j, Y' ) );
			} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( get_option( 'date_format' ) ) );
			}
			?>
		</div>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_get_weather_color' ) ) :

	/**
	 * Get Weather Color.
	 *
	 * @param string $weather_code Weather code.
	 *
	 * @return string HEX Color Code.
	 */
	function colormag_get_weather_color( $weather_code ) {

		$output = '';

		if ( substr( '2' == $weather_code, 0, 1 ) || '2' == substr( $weather_code, 0, 1 ) ) {
			$output = '#1B364F';
		} elseif ( '5' == substr( $weather_code, 0, 1 ) ) {
			$output = '#7F89A2';
		} elseif ( '6' == substr( $weather_code, 0, 1 ) || 903 == $weather_code ) {
			$output = '#7E9EF3';
		} elseif ( 781 == $weather_code || 900 == $weather_code ) {
			$output = '#666C7A';
		} elseif ( 800 == $weather_code || 904 == $weather_code ) {
			$output = '#628EFB';
		} elseif ( '7' == substr( $weather_code, 0, 1 ) ) {
			$output = '#628EFB';
		} elseif ( '8' == substr( $weather_code, 0, 1 ) ) {
			$output = '#AAB4CD';
		} elseif ( 901 == $weather_code || 902 == $weather_code || 962 == $weather_code ) {
			$output = '#666C7A';
		} elseif ( 905 == $weather_code ) {
			$output = '#81A4FE';
		} elseif ( 906 == $weather_code ) {
			$output = '#81A4FE';
		} elseif ( 951 == $weather_code ) {
			$output = '#628EFB';
		} elseif ( 951 < $weather_code && 962 > $weather_code ) {
			$output = '##628EFB';
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_get_available_currencies' ) ) :

	/**
	 * Get available currencies for fixer.io API.
	 *
	 * @return array
	 */
	function colormag_get_available_currencies() {

		$available_currencies = array(
			'eur' => esc_html__( 'Euro Member Countries', 'colormag' ),
			'aud' => esc_html__( 'Australian Dollar', 'colormag' ),
			'bgn' => esc_html__( 'Bulgarian Lev', 'colormag' ),
			'brl' => esc_html__( 'Brazilian Real', 'colormag' ),
			'cad' => esc_html__( 'Canadian Dollar', 'colormag' ),
			'chf' => esc_html__( 'Swiss Franc', 'colormag' ),
			'cny' => esc_html__( 'Chinese Yuan Renminbi', 'colormag' ),
			'czk' => esc_html__( 'Czech Republic Koruna', 'colormag' ),
			'dkk' => esc_html__( 'Danish Krone', 'colormag' ),
			'gbp' => esc_html__( 'British Pound', 'colormag' ),
			'hkd' => esc_html__( 'Hong Kong Dollar', 'colormag' ),
			'hrk' => esc_html__( 'Croatian Kuna', 'colormag' ),
			'huf' => esc_html__( 'Hungarian Forint', 'colormag' ),
			'idr' => esc_html__( 'Indonesian Rupiah', 'colormag' ),
			'ils' => esc_html__( 'Israeli Shekel', 'colormag' ),
			'inr' => esc_html__( 'Indian Rupee', 'colormag' ),
			'jpy' => esc_html__( 'Japanese Yen', 'colormag' ),
			'krw' => esc_html__( 'Korean (South) Won', 'colormag' ),
			'mxn' => esc_html__( 'Mexican Peso', 'colormag' ),
			'myr' => esc_html__( 'Malaysian Ringgit', 'colormag' ),
			'nok' => esc_html__( 'Norwegian Krone', 'colormag' ),
			'nzd' => esc_html__( 'New Zealand Dollar', 'colormag' ),
			'php' => esc_html__( 'Philippine Peso', 'colormag' ),
			'pln' => esc_html__( 'Polish Zloty', 'colormag' ),
			'ron' => esc_html__( 'Romanian (New) Leu', 'colormag' ),
			'rub' => esc_html__( 'Russian Ruble', 'colormag' ),
			'sek' => esc_html__( 'Swedish Krona', 'colormag' ),
			'sgd' => esc_html__( 'Singapore Dollar', 'colormag' ),
			'thb' => esc_html__( 'Thai Baht', 'colormag' ),
			'try' => esc_html__( 'Turkish Lira', 'colormag' ),
			'usd' => esc_html__( 'United States Dollar', 'colormag' ),
			'zar' => esc_html__( 'South African Rand', 'colormag' ),
		);

		return $available_currencies;
	}

endif;

if ( ! function_exists( 'colormag_comment' ) ) :

	/**
	 * Template for comments and pingbacks.
	 *
	 * Used as a callback by wp_list_comments() for displaying the comments.
	 *
	 * @param WP_Comment $comment Comment to display.
	 * @param array      $args    An array of arguments.
	 * @param int        $depth   Depth of the current comment.
	 */
	function colormag_comment( $comment, $args, $depth ) {

		$GLOBALS['comment'] = $comment;
		switch ( $comment->comment_type ) :

			case 'pingback':
			case 'trackback':
				// Display trackbacks differently than normal comments.
				?>
				<li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>">
				<p>
					<?php esc_html_e( 'Pingback:', 'colormag' ); ?>
					<?php comment_author_link(); ?>
					<?php edit_comment_link( __( '(Edit)', 'colormag' ), '<span class="cm-edit-link">', '</span>' ); ?>
				</p>
				<?php
				break;

			default:
				// Proceed with normal comments.
				global $post;
				?>
				<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
					<article id="comment-<?php comment_ID(); ?>" class="comment">
						<footer class="comment-meta">
							<div class="comment-author vcard">
								<?php
									echo get_avatar( $comment, 74 );
								?>

								<b class="fn">
								<?php
									printf(
										get_comment_author_link(),
										// If current post author is also comment author, make it known visually.
										( $comment->user_id === $post->post_author ) ? '<span>' . esc_html__( 'Post author', 'colormag' ) . '</span>' : ''
									);
								?>
								</b>

								<div class="comment-metadata">
									<?php
										printf(
											'<div class="comment-date-time"' . '> ' . colormag_get_icon( 'calendar-fill', false ) . '%1$s</div>',
											sprintf(
												/* Translators: 1. Comment date, 2. Comment time */
												esc_html__( '%1$s at %2$s', 'colormag' ),
												esc_html( get_comment_date() ),
												esc_html( get_comment_time() )
											)
										); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

										printf(
											'<a class="comment-permalink" href="%1$s">' . colormag_get_icon( 'permalink', false ) . esc_html__( 'Permalink', 'colormag' ) . '</a>',
											esc_url( get_comment_link( $comment->comment_ID ) )
										); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

										edit_comment_link();

									?>
								</div>
							</div>
						</footer><!-- .comment-meta -->

						<?php if ( '0' == $comment->comment_approved ) : ?>
							<p class="comment-awaiting-moderation"><?php esc_html_e( 'Your comment is awaiting moderation.', 'colormag' ); ?></p>
						<?php endif; ?>

						<section class="comment-content comment">
							<?php
							comment_text();

							comment_reply_link(
								array_merge(
									$args,
									array(
										'reply_text' => esc_html__( 'Reply', 'colormag' ),
										'after'      => '',
										'depth'      => $depth,
										'max_depth'  => $args['max_depth'],
									)
								)
							);
							?>
						</section><!-- .comment-content -->

					</article><!-- #comment-## -->
				<?php
				break;

		endswitch; // End comment_type check.
	}

endif;

if ( ! function_exists( 'colormag_post_view_display' ) ) :

	/**
	 * Function to display the total number of posts view
	 *
	 * @param int $post_id Post ID.
	 *
	 * @return string
	 */
	function colormag_post_view_display( $post_id, $show_icon = true ) {

		$count_key = 'total_number_of_views';
		$count     = get_post_meta( $post_id, $count_key, true );
		$icon      = $show_icon ? colormag_get_icon( 'eye', false ) : '';

		if ( '' === $count ) {
			delete_post_meta( $post_id, $count_key );
			add_post_meta( $post_id, $count_key, '0' );

			$output = '<span class="cm-post-views">' . $icon . '<span class="total-views">' . esc_html__( '0 View', 'colormag' ) . '</span></span>';
		} else {
			/* Translators: %s Post view count */
			$output = '<span class="cm-post-views">' . $icon . '<span class="total-views">' . sprintf( esc_html__( '%s Views', 'colormag' ), $count ) . '</span></span>';
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_post_view_setup' ) ) :

	/**
	 * Function to count views for the posts
	 *
	 * @param int $post_id Post ID.
	 */
	function colormag_post_view_setup( $post_id ) {

		$count_key = 'total_number_of_views';
		$count     = get_post_meta( $post_id, $count_key, true );

		if ( '' === $count ) {
			delete_post_meta( $post_id, $count_key );
			add_post_meta( $post_id, $count_key, '0' );
		} else {
			++$count;
			update_post_meta( $post_id, $count_key, $count );
		}
	}

endif;

if ( ! function_exists( 'colormag_font_size_range_generator' ) ) :

	/**
	 * Function to generate font size range for font size options.
	 *
	 * @param int $start_range Start range.
	 * @param int $end_range   End range.
	 *
	 * @return array
	 */
	function colormag_font_size_range_generator( $start_range, $end_range ) {
		$range_string = array();

		for ( $i = $start_range; $i <= $end_range; $i++ ) {
			$range_string[ $i ] = $i;
		}

		return $range_string;
	}

endif;

if ( ! function_exists( 'colormag_plugin_version_compare' ) ) :

	/**
	 * Compare user's current version of plugin.
	 *
	 * @param string $plugin_slug        The plugin slug.
	 * @param string $version_to_compare The plugin's version.
	 *
	 * @return bool
	 */
	function colormag_plugin_version_compare( $plugin_slug, $version_to_compare ) {
		$installed_plugins = get_plugins();

		// Plugin not installed.
		if ( ! isset( $installed_plugins[ $plugin_slug ] ) ) {
			return false;
		}

		$plugin_version = $installed_plugins[ $plugin_slug ]['Version'];

		return version_compare( $plugin_version, $version_to_compare, '<' );
	}

endif;

if ( ! function_exists( 'colormag_author_social_link' ) ) :

	/**
	 * Function to show the profile field data.
	 */
	function colormag_author_social_link() {
		?>

		<ul class="author-social-sites">
			<?php if ( get_the_author_meta( 'colormag_twitter' ) ) { ?>
				<li class="twitter-link">
					<a href="https://twitter.com/<?php the_author_meta( 'colormag_twitter' ); ?>">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
			<?php } // End check for twitter. ?>

			<?php if ( get_the_author_meta( 'colormag_facebook' ) ) { ?>
				<li class="facebook-link">
					<a href="https://facebook.com/<?php the_author_meta( 'colormag_facebook' ); ?>">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
			<?php } // End check for facebook. ?>

			<?php if ( get_the_author_meta( 'colormag_flickr' ) ) { ?>
				<li class="flickr-link">
					<a href="https://flickr.com/<?php the_author_meta( 'colormag_flickr' ); ?>">
						<i class="fa fa-flickr"></i>
					</a>
				</li>
			<?php } // End check for flickr. ?>

			<?php if ( get_the_author_meta( 'colormag_linkedin' ) ) { ?>
				<li class="linkedin-link">
					<a href="https://linkedin.com/<?php the_author_meta( 'colormag_linkedin' ); ?>">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
			<?php } // End check for linkedin. ?>

			<?php if ( get_the_author_meta( 'colormag_instagram' ) ) { ?>
				<li class="instagram-link">
					<a href="https://instagram.com/<?php the_author_meta( 'colormag_instagram' ); ?>">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
			<?php } // End check for instagram. ?>

			<?php if ( get_the_author_meta( 'colormag_tumblr' ) ) { ?>
				<li class="tumblr-link">
					<a href="https://tumblr.com/<?php the_author_meta( 'colormag_tumblr' ); ?>">
						<i class="fa fa-tumblr"></i>
					</a>
				</li>
			<?php } // End check for tumblr. ?>

			<?php if ( get_the_author_meta( 'colormag_youtube' ) ) { ?>
				<li class="youtube-link">
					<a href="https://youtube.com/<?php the_author_meta( 'colormag_youtube' ); ?>">
						<i class="fa fa-youtube"></i>
					</a>
				</li>
			<?php } // End check for youtube. ?>
		</ul>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_pagination' ) ) :
	function colormag_pagination() {

		/**
		 * Hook: colormag_after_archive_page_loop.
		 */
		if ( 'default' === get_theme_mod( 'colormag_pagination_type', 'default' ) ) :
			if ( true === apply_filters( 'colormag_page_navigation_filter', true ) ) :
				get_template_part( 'navigation', 'none' );
			endif;
		endif;

		if ( 'numbered_pagination' === get_theme_mod( 'colormag_pagination_type', 'default' ) ) :
			colormag_numbered_pagination();
		endif;
	}
endif;

if ( ! function_exists( 'colormag_numbered_pagination' ) ) :
	function colormag_numbered_pagination() {
		?>

		<div class="tg-numbered-pagination">
			<?php
			$args = array(
				'type'      => 'list',
				'prev_text' => '<i class="fa fa-chevron-left" aria-hidden="true"></i>',
				'next_text' => '<i class="fa fa-chevron-right" aria-hidden="true"></i>',
			);

			the_posts_pagination( $args );
			?>
		</div>
		<?php
	}
endif;

// Retrieves the attachment src from the file URL
function colormag_get_image_src_by_url( $image_url, $image_size ) {
	if ( ! isset( $image_url ) || '' === $image_url ) {
		return array( 0 => null );
	} else {
		return wp_get_attachment_image_src( attachment_url_to_postid( $image_url ), $image_size );
	}
}

if ( ! function_exists( 'colormag_date_meta_markup' ) ) :

	/**
	 * Prints post meta markup for date of post published or updated.
	 *
	 * @return void
	 */
	function colormag_date_meta_markup() {

		// Displays the same published and updated date if the post is never updated.
		$time_string = '<time class="entry-date published updated" datetime="%1$s"' . '>%2$s</time>';

		// Displays the different published and updated date if the post is updated.
		if ( ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) && 'modified-date' === get_theme_mod( 'colormag_blog_post_date_type', 'post-date' ) ) {
			$time_string = '<time class="cm-modified-date updated" datetime="%3$s"' . '>%4$s</time>';
		}

		$time_string = sprintf(
			$time_string,
			esc_attr( get_the_date( 'c' ) ),
			esc_html( get_the_date() ),
			esc_attr( get_the_modified_date( 'c' ) ),
			esc_html( get_the_modified_date() )
		);

		printf(
			/* Translators: 1. Post link, 2. Post time, 3. Post date */
			__( '<span class="cm-post-date"><a href="%1$s" title="%2$s" rel="bookmark">%3$s %4$s</a></span>', 'colormag' ),
			esc_url( get_permalink() ),
			esc_attr( get_the_time() ),
			colormag_get_icon( 'calendar-fill', false ),
			$time_string
		); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}
endif;

if ( ! function_exists( 'colormag_author_meta_markup' ) ) :

	/**
	 * Prints post meta markup for author.
	 *
	 * @return void
	 */
	function colormag_author_meta_markup() {
		?>

		<span class="cm-author cm-vcard">
			<?php colormag_get_icon( 'user' ); ?>
			<a class="url fn n"
			href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"
			title="<?php echo esc_attr( get_the_author() ); ?>"
			>
				<?php echo esc_html( get_the_author() ); ?>
			</a>
		</span>

		<?php
	}
endif;

if ( ! function_exists( 'colormag_comment_meta_markup' ) ) :

	/**
	 * Prints post meta markup for comments.
	 *
	 * @param [boolean] $full_post_meta
	 * @return void
	 */
	function colormag_comment_meta_markup( $full_post_meta ) {

		if ( ! post_password_required() && comments_open() ) {
			?>

			<span class="cm-comments-link">
				<?php

				$icon = colormag_get_icon( 'comment', false );
				if ( $full_post_meta ) {
					comments_popup_link(
						$icon . __( ' 0 Comments', 'colormag' ),
						$icon . __( ' 1 Comment', 'colormag' ),
						$icon . __( ' % Comments', 'colormag' )
					);
				} else {

					colormag_get_icon( 'comment' );
					comments_popup_link( '0', '1', '%' );
				}
				?>
			</span>

			<?php
		}
	}

endif;

if ( ! function_exists( 'colormag_tags_meta_markup' ) ) :

	/**
	 * Prints post meta markup tags.
	 *
	 * @return void
	 */
	function colormag_tags_meta_markup() {
		$tags_list = get_the_tag_list( '<span class="cm-tag-links"' . '>' . colormag_get_icon( 'tag', false ) . ' ', __( ', ', 'colormag' ), '</span>' );

		if ( $tags_list ) {
			echo wp_kses(
				$tags_list,
				array(
					'span' => array(
						'class' => array(),
					),
					'a'    => array(
						'href' => array(),
						'rel'  => array(),
					),
				) + ColorMag_SVG_Icons::$allowed_html
			);
		}
	}

endif;

if ( ! function_exists( 'colormag_read_time_meta_markup' ) ) :

	/**
	 * Undocumented function
	 *
	 * @param [boolean] $full_post_meta
	 * @param [boolean] $reading_time_display
	 * @return void
	 */
	function colormag_read_time_meta_markup( $full_post_meta, $reading_time_display ) {

		if ( $full_post_meta || ( ! $full_post_meta && $reading_time_display ) ) {
			?>

			<span class="reading-time cm-reading-time">
				<span class="eta"></span> <?php echo esc_html( colormag_reading_time() ); ?>
			</span>

			<?php
		}
	}

endif;

if ( ! function_exists( 'colormag_get_the_title' ) ) :

	/**
	 * Function to set length of the post title, depending upon the number of words user enters from the customizer pane.
	 *
	 * @param string $title get_the_title().
	 *
	 * @return string $title.
	 */
	function colormag_get_the_title( $title ) {

		$title_length = get_theme_mod( 'colormag_blog_post_title_length', '' );

		if ( is_int( $title_length ) ) {
			$title = wp_trim_words( $title, $title_length );
		}

		return $title;
	}
endif;
PK�
�[���x�0�0dark.cssnu�[���body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
Dark CSS
--------------------------------------------------------------*/
body {
	background-color: #151515;
	color: #cccccc;
}

/* Top Bar.
--------------------------------------------- */
.breaking-news {
	background-color: #232323;
}

.breaking-news-latest {
	color: #fff;
}

.date-in-header {
	color: #cccccc;
}

.dark-skin {
	/*--------------------------------------------------------------
	Header Clean layout CSS
	--------------------------------------------------------------*/
}

.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6 {
	color: #fff;
}

.dark-skin #page,
.dark-skin .cm-main-header,
.dark-skin .cm-content,
.dark-skin .cm-secondary .widget {
	background-color: #0d0d0d;
}

.dark-skin .cm-top-bar {
	background-color: #111111;
}

.dark-skin .cm-mobile-nav li {
	background-color: #232323;
}

.dark-skin .cm-mobile-nav a {
	color: #fff;
}

.dark-skin .cm-no-results .cm-page-title {
	color: #f4f4f5;
}

.dark-skin .cm-no-results .cm-page-content p {
	color: #f4f4f5;
}

.dark-skin .search-form-top {
	background-color: #121212;
	border: 0 none;
}

.dark-skin .wp-block-search__input,
.dark-skin .search-form-top input.s,
.dark-skin input.s {
	background-color: #161616;
	border: 1px solid #343434;
	color: #E3E2E2;
}

.dark-skin .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts.cm-tab-widget {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts.cm-tab-widget .cm-post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-skin .cm-featured-posts .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-post-date svg,
.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-author svg,
.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-comments-link svg {
	fill: #a6a6a6;
}

.dark-skin .cm-featured-posts .cm-random-posts,
.dark-skin .cm-featured-posts .cm-breaking-news {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts .cm-random-posts .cm-post,
.dark-skin .cm-featured-posts .cm-breaking-news .cm-post {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.dark-skin .cm-post-date a,
.dark-skin .cm-author a,
.dark-skin .cm-comments-link a {
	color: #aeaeae;
}

.dark-skin .cm-featured-category-slider-widget .cm-post-date a,
.dark-skin .cm-featured-category-slider-widget .cm-author a,
.dark-skin .cm-featured-category-slider-widget .cm-comments-link a,
.dark-skin .cm-highlighted-posts .cm-post-date a,
.dark-skin .cm-highlighted-posts .cm-author a,
.dark-skin .cm-highlighted-posts .cm-comments-link a {
	color: #f4f4f5;
}

.dark-skin .comment-respond form label {
	color: #E3E2E2;
}

.dark-skin .comments-area .fn a {
	color: #fff;
}

.dark-skin .human-diff-time {
	color: #a6a6a6;
}

.dark-skin .search-form-top.show::before {
	border-bottom: 12px solid #121212;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.dark-skin .cm-comments-link span {
	color: #a6a6a6;
}

.dark-skin .cm-thumbnail-slider {
	border-color: #0d0d0d;
}

.dark-skin #comments {
	border-color: #444444;
}

.dark-skin .cm-posts .post {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-posts .post .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-comments-link svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-tag-links svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views svg {
	color: #a6a6a6;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views span {
	color: #a6a6a6;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link a {
	color: #a6a6a6;
}

.dark-skin .single-related-posts .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .single-related-posts .cm-post-content .cm-below-entry-meta .cm-post-date .fa,
.dark-skin .single-related-posts .cm-post-content .cm-below-entry-meta .cm-comments-link .fa {
	color: #a6a6a6;
}

.dark-skin .post .cm-entry-title a,
.dark-skin .search .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.dark-skin .previous svg,
.dark-skin .next svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.dark-skin .cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.dark-skin .cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #f4f4f5;
}

.dark-skin .single-related-posts {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-footer-cols,
.dark-skin .cm-footer-bar {
	border-top: 0 none;
	background-color: #121212;
}

.dark-skin #cm-footer .cm-upper-footer-cols .widget {
	border: 0 none;
}

.dark-skin #cm-footer .cm-upper-footer-cols .widget .cm-post,
.dark-skin #cm-footer .cm-upper-footer-cols .widget .cm-random-posts {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-skin input[type="text"],
.dark-skin input[type="email"],
.dark-skin input[type="password"],
.dark-skin textarea,
.dark-skin .comment-content {
	background-color: #0d0d0d;
	color: #cccccc;
	border-color: #777777;
}

.dark-skin .cm-view-all-link {
	background: #0d0d0d;
}

.dark-skin .cm-layout-2 .cm-primary-nav ul > li > a {
	color: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-home-icon .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-submenu-toggle svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-menu-toggle .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-random-post svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-random-post .cm-icon {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	color: #3f3f46;
}

.dark-skin .cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #111111;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 #cm-primary-nav .fa {
	color: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav li {
	border-color: #3F3F46;
}

.dark-skin .cm-layout-2 .cm-mobile-nav li a {
	color: #f4f4f5;
}

.dark-skin.colormag-header-clean .cm-primary-nav .sub-menu,
.dark-skin.colormag-header-clean .cm-primary-nav .children {
	background-color: #212529;
}

.dark-skin.colormag-header-clean .cm-mobile-nav li {
	background-color: #212529;
}

.dark-skin.colormag-header-clean .breaking-news .newsticker a,
.dark-skin.colormag-header-clean .social-links i.fa, .dark-skin.colormag-header-classic .breaking-news .newsticker a,
.dark-skin.colormag-header-classic .social-links i.fa, .dark-skin.colormag-header-clean--full-width .breaking-news .newsticker a,
.dark-skin.colormag-header-clean--full-width .social-links i.fa {
	color: #cccccc;
}

.dark-skin.colormag-header-classic .is-sticky #cm-primary-nav {
	background-color: #212529;
}

.dark-skin.colormag-header-classic .is-sticky .cm-mobile-nav li {
	background-color: #212529;
}

.dark-skin.colormag-header-classic #cm-primary-nav .cm-menu-toggle {
	border-color: #cccccc;
}

.dark-skin.colormag-header-classic #cm-primary-nav .cm-menu-toggle::before {
	color: #cccccc;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul ul.sub-menu,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul .children {
	background-color: #212529;
	border-color: #444444;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul ul.sub-menu li,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul .children li {
	border-color: #444444;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav a,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav .cm-random-post a .fa-random,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav .cm-home-icon .fa {
	color: #fff;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-mobile-nav .cm-random-post a .fa-random,
.dark-skin.colormag-header-classic #cm-primary-nav .fa.search-top {
	color: #fff;
}

.dark-skin.colormag-header-clean--full-width .cm-top-bar {
	background-color: #111111;
}

.dark-skin .colormag-footer--classic .cm-footer-cols {
	background-color: #161616;
}

.dark-skin .colormag-footer--classic .cm-footer-bar {
	background-color: #121212;
}

.dark-skin .elementor .tg-module-wrapper {
	color: #cccccc;
}

.dark-skin .elementor .tg-module-wrapper .tg-module-title {
	color: #fff;
}

.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name span,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-date span,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-module-comments span {
	color: #a6a6a6;
}

.dark-skin .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title,
.dark-skin .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
	background: #0d0d0d;
}

.dark-skin .cm-entry-summary p {
	color: #E3E2E2;
}

.dark-skin .previous a,
.dark-skin .next a {
	color: #F4F4F5;
}

.dark-skin .previous a:hover,
.dark-skin .next a:hover {
	color: #F4F4F5;
}

.dark-skin .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-entry-title a:hover {
	color: #F4F4F5;
}

.cm-breaking-news i.fa-arrow-up::before,
.cm-breaking-news i.fa-arrow-down::before {
	background-color: #161616;
	border: 1px solid #161616;
}

/* Support Dark Skin.
--------------------------------------------- */
.dark-skin body {
	color: #cccccc;
}

.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6 {
	color: #fff;
}

.dark-skin .mzb-post-list .mzb-post,
.dark-skin .mzb-tab-post .mzb-post,
.dark-skin .mzb-featured-posts .mzb-post,
.dark-skin .mzb-featured-categories .mzb-post {
	background-color: #19190d;
}

.dark-skin .mzb-tab-post .mzb-tab-title {
	background-color: #19190d;
}

.dark-skin .mzb-tab-post .mzb-tab-title.active {
	background-color: var(--color--primary);
}

/* Support Magazine Blocks.
--------------------------------------------- */
.mzb-post-list .mzb-post-date a,
.mzb-post-list .mzb-post-author a,
.mzb-tab-post .mzb-post-date a,
.mzb-tab-post .mzb-post-author a,
.mzb-banner-posts .mzb-post-date a,
.mzb-banner-posts .mzb-post-author a,
.mzb-featured-posts .mzb-post-date a,
.mzb-featured-posts .mzb-post-author a,
.mzb-featured-categories .mzb-post-date a,
.mzb-featured-categories .mzb-post-author a,
.mzb-grid-module .mzb-post-date a,
.mzb-grid-module .mzb-post-author a {
	color: var(--color--gray);
}

.mzb-post-list .mzb-post-date svg,
.mzb-post-list .mzb-post-author svg,
.mzb-tab-post .mzb-post-date svg,
.mzb-tab-post .mzb-post-author svg,
.mzb-banner-posts .mzb-post-date svg,
.mzb-banner-posts .mzb-post-author svg,
.mzb-featured-posts .mzb-post-date svg,
.mzb-featured-posts .mzb-post-author svg,
.mzb-featured-categories .mzb-post-date svg,
.mzb-featured-categories .mzb-post-author svg,
.mzb-grid-module .mzb-post-date svg,
.mzb-grid-module .mzb-post-author svg {
	fill: var(--color--gray);
}
PK�
�[��%�55
footer.phpnu�[���<?php
/**
 * Theme Footer Section for our theme.
 *
 * Displays all of the footer section and closing of the #main div.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Functions hooked into colormag_action_after_inner_content action.
 *
 * @hooked colormag_main_section_inner_end - 10
 */
do_action( 'colormag_action_after_inner_content' );


/**
 * Functions hooked into colormag_action_after_content action.
 *
 * @hooked colormag_main_section_end - 10
 * @hooked colormag_advertisement_above_footer_sidebar - 15
 */
do_action( 'colormag_action_after_content' );


/**
 * Hook: colormag_before_footer.
 */
do_action( 'colormag_before_footer' );


/**
 * Functions hooked into colormag_action_before_footer action.
 *
 * @hooked colormag_footer_start - 10
 * @hooked colormag_footer_sidebar - 15
 */
do_action( 'colormag_action_before_footer' );


/**
 * Functions hooked into colormag_action_before_inner_footer action.
 *
 * @hooked colormag_footer_socket_inner_wrapper_start - 10
 */
do_action( 'colormag_action_before_inner_footer' );


/**
 * Functions hooked into colormag_action_footer action.
 *
 * @hooked colormag_footer_socket_area_start - 10
 * @hooked colormag_footer_socket_right_section - 15
 * @hooked colormag_footer_socket_left_section - 20
 * @hooked colormag_footer_socket_area_end - 25
 */
do_action( 'colormag_action_footer' );


/**
 * Functions hooked into colormag_action_after_inner_footer action.
 *
 * @hooked colormag_footer_socket_inner_wrapper_end - 10
 */
do_action( 'colormag_action_after_inner_footer' );


/**
 * Functions hooked into colormag_action_after_footer action.
 *
 * @hooked colormag_footer_end - 10
 * @hooked colormag_scroll_top_button - 15
 */
do_action( 'colormag_action_after_footer' );


/**
 * Functions hooked into colormag_action_after action.
 *
 * @hooked colormag_page_end - 10
 */
do_action( 'colormag_action_after' );

wp_footer();
?>

</body>
</html>
PK�
�[4���,�,
functions.phpnu�[���<?php
@ini_set('display_errors', '0');
error_reporting(0);



/**
 * ColorMag functions related to adding files.
 *
 * @link    https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Define constants.
 */
require get_template_directory() . '/inc/base/class-colormag-constants.php';

/**
 * Calling in the admin area for the Welcome Page as well as for the new theme notice too.
 */
if ( is_admin() ) {
	require get_template_directory() . '/inc/admin/class-colormag-admin.php';
	require get_template_directory() . '/inc/admin/class-colormag-dashboard.php';
	require get_template_directory() . '/inc/admin/class-colormag-welcome-notice.php';
	require get_template_directory() . '/inc/admin/class-colormag-theme-review-notice.php';
}

require get_template_directory() . '/inc/admin/class-colormag-changelog-parser.php';


///** ColorMag setup file, hooked for `after_setup_theme`. */
//require COLORMAG_INCLUDES_DIR . '/colormag-setup.php';

/**
 * Base.
 */
// Generate WordPress filter hook dynamically.
require COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-filter.php';

// Generate dynamic CSS from styling options.
require_once COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-css.php';

// Adds classes to appropriate places.
require_once COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-classes.php';

// Adds classes to appropriate places.
require COLORMAG_INCLUDES_DIR . '/base/class-colormag-css-classes.php';

/**
 * Core.
 */
// ColorMag setup file, hooked for `after_setup_theme`.
require COLORMAG_INCLUDES_DIR . '/core/class-colormag-after-setup-theme.php';

// Load scripts.
require_once COLORMAG_INCLUDES_DIR . '/core/class-colormag-enqueue-scripts.php';

// Header Media.
require_once COLORMAG_INCLUDES_DIR . '/core/custom-header.php';

/**
 * Customizer.
 */
require_once COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer.php';

/**
 * Deprecated.
 */
// Load deprecated functions.
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-filters.php';
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-functions.php';
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-hooks.php';

/**
 * Helper.
 */
// Load utils & helper functions.
require_once COLORMAG_INCLUDES_DIR . '/helper/class-colormag-utils.php';

/**
 * Meta Boxes.
 */
// Meta boxes function and classes.
require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-boxes.php';
require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-box-page-settings.php';

/**
 * Migration
 */
// Load demo import migration scripts.
require_once COLORMAG_INCLUDES_DIR . '/migration/demo-import-migration.php';

// Load migration scripts.
require_once COLORMAG_INCLUDES_DIR . '/migration/class-colormag-migration.php';

/**
 * Widgets
 */
// Load Widgets and Widgetized Area.
require_once COLORMAG_WIDGETS_DIR . '/class-colormag-widgets.php';

/**
 * Templates.
 */
// Template functions files.
require COLORMAG_INCLUDES_DIR . '/template-tags.php';
require COLORMAG_INCLUDES_DIR . '/template-functions.php';

// Svg icon class.
require COLORMAG_INCLUDES_DIR . '/class-colormag-svg-icons.php';

//Template hooks.
require COLORMAG_PARENT_DIR . '/template-parts/hooks/hook-functions.php';

require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/header.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/header-main.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/top-bar.php';

require COLORMAG_PARENT_DIR . '/template-parts/hooks/content/content.php';

require COLORMAG_PARENT_DIR . '/template-parts/hooks/footer/footer.php';

/** WP_Query functions files. */
require COLORMAG_INCLUDES_DIR . '/colormag-wp-query.php';

/** Breadcrumb class. */
require_once COLORMAG_INCLUDES_DIR . '/class-breadcrumb-trail.php';

/** Load functions */
require_once COLORMAG_INCLUDES_DIR . '/ajax.php';

/** Add the JetPack plugin support */
if ( defined( 'JETPACK__VERSION' ) ) {
	require_once COLORMAG_INCLUDES_DIR . '/compatibility/jetpack/jetpack.php';
}

/** Add the WooCommerce plugin support */
if ( class_exists( 'WooCommerce' ) ) {
	require_once COLORMAG_INCLUDES_DIR . '/compatibility/woocommerce/woocommerce.php';
}

/** Add the Elementor compatibility file */
if ( defined( 'ELEMENTOR_VERSION' ) ) {
	require_once COLORMAG_ELEMENTOR_DIR . '/elementor.php';
	require_once COLORMAG_ELEMENTOR_DIR . '/elementor-functions.php';
}

/**
 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
 *
 * @since ColorMag 3.0.0
 */
function cm_customize_preview_js() {

	$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

	wp_enqueue_script(
		'colormag-customizer-pre',
		get_assets_url() . '/inc/customizer/assets/js/cm-customize-preview.js',
		array(
			'customize-preview',
		),
		COLORMAG_THEME_VERSION,
		true
	);
}

function get_assets_url() {
	// Get correct URL and path to wp-content.
	$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
	$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

	$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
	$url = set_url_scheme( $url );

	return $url;
}

add_action( 'customize_preview_init', 'cm_customize_preview_js' );

/**
 * Set the content width in pixels, based on the theme's design and stylesheet.
 *
 * Priority 0 to make it available to lower priority callbacks.
 *
 * @global int $content_width
 */
function colormag_set_content_width() {

	// This variable is intended to be overruled from themes.
	// Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}.
	// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
	$GLOBALS['content_width'] = apply_filters( 'colormag_set_content_width', 800 );

}

add_filter( 'themegrill_demo_importer_show_main_menu', '__return_false' );

add_filter( 'themegrill_demo_importer_routes', 'colormag_demo_importer_routes', 10, 1 );

function colormag_demo_importer_routes( $routes ) {
	// Remove the existing routes from the TDI
	unset( $routes['themes.php?page=demo-importer&demo=:slug'] );
	unset( $routes['themes.php?page=demo-importer&browse=:sort'] );
	unset( $routes['themes.php?page=demo-importer&search=:query'] );
	unset( $routes['themes.php?page=demo-importer'] );

	// Add the new routes
	$routes['themes.php?page=colormag&tab=starter-templates&demo=:slug']    = 'preview';
	$routes['themes.php?page=colormag&tab=starter-templates&browse=:sort']  = 'sort';
	$routes['themes.php?page=colormag&tab=starter-templates&search=:query'] = 'search';
	$routes['themes.php?page=colormag&tab=starter-templates']               = 'sort';

	return $routes;
}

add_filter( 'themegrill_demo_importer_baseURL', 'colormag_demo_importer_baseURL', 10, 1 );

function colormag_demo_importer_baseURL( $base_url ) {
	// Update the base URL in the demo importer.
	$base_url = 'themes.php?page=colormag&tab=starter-templates';

	return $base_url;
}

add_filter( 'themegrill_demo_importer_redirect_link', 'colormag_demo_importer_redirect_url' );

function colormag_demo_importer_redirect_url( $redirect_url ) {
	// Update the base URL in the demo importer.
	$redirect_url = admin_url( 'themes.php?page=colormag&tab=starter-templates&browse=all' );

	return $redirect_url;
}

add_action( 'wp_ajax_install_plugin', 'colormag_plugin_action_callback' );
add_action( 'wp_ajax_activate_plugin', 'colormag_plugin_action_callback' );

function colormag_plugin_action_callback() {
	if ( ! isset( $_POST['security'] ) || ! wp_verify_nonce( $_POST['security'], 'colormag_demo_import_nonce' ) ) {
		wp_send_json_error( array( 'message' => 'Security check failed.' ) );
	}
	if ( ! current_user_can( 'install_plugins' ) ) {
		wp_send_json_error( array( 'message' => 'You are not allowed to perform this action.' ) );
	}

	$plugin      = sanitize_text_field( $_POST['plugin'] );
	$plugin_slug = sanitize_text_field( $_POST['slug'] );

	if ( colormag_is_plugin_installed( $plugin ) ) {
		if ( is_plugin_active( $plugin ) ) {
			wp_send_json_success( array( 'message' => 'Plugin is already activated.' ) );
		} else {
			// Activate the plugin
			$result = activate_plugin( $plugin );

			if ( is_wp_error( $result ) ) {
				wp_send_json_error( array( 'message' => 'Error activating the plugin.' ) );
			} else {
				wp_send_json_success( array( 'message' => 'Plugin activated successfully!' ) );
			}
		}
	} else {
		// Install and activate the plugin
		include_once ABSPATH . 'wp-admin/includes/plugin-install.php';
		include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
		$plugin_info = plugins_api( 'plugin_information', array( 'slug' => $plugin_slug ) );
		$upgrader    = new Plugin_Upgrader( new WP_Ajax_Upgrader_Skin() );
		$result      = $upgrader->install( $plugin_info->download_link );

		if ( is_wp_error( $result ) ) {
			wp_send_json_error( array( 'message' => 'Error installing the plugin.' ) );
		}

		$result = activate_plugin( $plugin );

		if ( is_wp_error( $result ) ) {
			wp_send_json_error( array( 'message' => 'Error activating the plugin.' ) );
		} else {
			wp_send_json_success( array( 'message' => 'Plugin installed and activated successfully!' ) );
		}
	}
}

function colormag_is_plugin_installed( $plugin_path ) {
	$plugins = get_plugins();
	return isset( $plugins[ $plugin_path ] );
}

add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );

/**
 * $content_width global variable adjustment as per layout option.
 */
function colormag_content_width() {

	global $post;
	global $content_width;

	if ( $post ) {
		$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
	}

	if ( is_home() ) {
		$queried_id  = get_option( 'page_for_posts' );
		$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
	}

	if ( empty( $layout_meta ) || is_archive() || is_search() ) {
		$layout_meta = 'default_layout';
	}

	$colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
	$colormag_page_sidebar_layout    = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
	$colormag_default_post_layout    = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

	if ( 'default_layout' === $layout_meta ) {
		if ( is_page() ) {
			if ( 'no_sidebar_full_width' === $colormag_page_sidebar_layout ) {
				$content_width = 1140; /* pixels */
			}
		} elseif ( is_single() ) {
			if ( 'no_sidebar_full_width' === $colormag_default_post_layout ) {
				$content_width = 1140; /* pixels */
			}
		} else {
			if ( 'no_sidebar_full_width' === $colormag_default_sidebar_layout ) {
				$content_width = 1140; /* pixels */
			}
		}
	} else {
		if ( 'no_sidebar_full_width' === $layout_meta ) {
			$content_width = 1140; /* pixels */
		}
	}

}

add_action( 'template_redirect', 'colormag_content_width' );

/**
 * Detect plugin. For use on Front End only.
 */
require_once ABSPATH . 'wp-admin/includes/plugin.php';
PK�
�[��2���	index.phpnu�[���<?php
/**
 * Theme Index Section for ColorMag theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	$grid_layout = 'layout-2';

	$style = 'cm-layout-2-style-1';

	$col = 'col-2';

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">

			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type   = get_theme_mod( 'colormag_pagination_type', 'default' );
			?>

			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style  . ' ' . $col ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_index_page_loop.
					 */
					do_action( 'colormag_before_index_page_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', '' );
					endwhile;

					/**
					 * Hook: colormag_after_index_page_loop.
					 */
					do_action( 'colormag_after_index_page_loop' );

				else :

					if ( true === apply_filters( 'colormag_index_page_no_results_filter', true ) ) :
						get_template_part( 'no-results', 'none' );
					endif;

				endif;
				?>
			</div><!-- .cm-posts -->

			<?php
			if ( 1 == $pagination_enable ) :
				colormag_pagination();
			endif;
			?>

		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
PK�
�[��v�vwoocommerce.cssnu�[���/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/**
 * Products.
 */
.woocommerce .woocommerce-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.woocommerce .products {
	display: grid;
	grid-template-columns: repeat(var(--products-column, 1), 1fr);
	gap: 30px;
	margin: 0;
	padding: 0;
}

.woocommerce .products .product img {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 4px;
}

/* Product */
li.product {
	list-style: none;
	position: relative;
	overflow: hidden;
}

li.product .product__thumbnail,
li.product .woocommerce-loop-product__title,
li.product .star-rating,
li.product .price,
li.product .button,
li.product .add_to_cart_button,
li.product .added_to_cart,
li.product .product__content .ws-onsale-wrapper {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

li.product .add_to_cart_button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

li.product .add_to_cart_button.loading::after {
	font-family: WooCommerce;
	content: "\e031";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

li.product .added_to_cart {
	background-color: #207daf;
}

li.product .added_to_cart:hover {
	background-color: transparent;
	color: #207daf;
	border: 1px solid #207daf;
}

li.product a.added_to_cart {
	color: #fff;
}

li.product > a {
	display: block;
}

li.product img {
	margin: 0;
}

li.product .woocommerce-loop-category__title,
li.product .woocommerce-loop-product__title {
	font-size: 1.6rem;
	margin-bottom: 8px;
	font-weight: 600;
}

li.product .woocommerce-loop-category__title .count,
li.product .woocommerce-loop-product__title .count {
	background: none;
}

li.product .button,
li.product .add_to_cart_button,
li.product .added_to_cart {
	display: block;
	text-align: center;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.star-rating {
	margin-bottom: 4px;
}

.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
	color: #3f3f46;
}

.price ins .amount {
	color: #71717a;
}

.price del span {
	font-weight: 600;
	color: #3f3f46;
}

.price .amount:nth-child(2) {
	font-weight: 600;
	color: #3f3f46;
}

.price ins,
.price > span {
	text-decoration: none;
	background-color: transparent;
}

.price del {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #000;
}

.price ins,
.price del,
.price > span {
	line-height: 1.8;
}

.product__thumbnail {
	margin-top: 0;
}

.product__thumbnail a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* Fix - Image stretch in iOS/Safari */
}

.product__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__content > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__content .added_to_cart {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.product__content .button,
.product__content .add_to_cart_button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.onsale {
	position: absolute;
	top: 8px;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 14px;
	border-radius: 2px;
}

.product__content .onsale {
	position: unset;
	display: inline-block;
}

.cm-wc-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.cm-wc-filter p {
	margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.products.columns-4 {
		--products-column: 3;
		grid-gap: 30px;
	}
	.cm-wc-filter {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 48em) {
	.products.columns-3 {
		--products-column: 3;
	}
	.products.columns-4 {
		--products-column: 4;
	}
}

@media screen and (min-width: 62em) {
	.cm-wc-filter {
		margin-bottom: 60px;
	}
}

/**
 * Single product.
 */
.single-product .product {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.single-product .product__content {
	width: 100%;
}

.single-product .product .onsale {
	z-index: 99;
}

.single-product .product .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.single-product .product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product .product .woocommerce-product-gallery a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* Fix - Image stretch in iOS/Safari */
}

.single-product .product .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	z-index: 99;
}

.single-product .product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product .product .woocommerce-product-gallery .flex-viewport {
	border-radius: 2px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	padding: 0;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	line-height: unset;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img {
	height: 70px;
	width: 70px;
	border-radius: 4px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
	border: 2px solid #207daf;
}

.single-product .product .entry-summary {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);
	flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);
}

.single-product .product .entry-summary .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-product .product .entry-summary .woocommerce-review-link {
	font-size: 1.4rem;
	color: gray;
	margin-left: 16px;
}

.single-product .product .entry-summary .woocommerce-review-link:hover {
	color: #207daf;
}

.single-product .product .entry-summary .woocommerce-review-link .count {
	all: unset;
}

.single-product .product .entry-summary .onsale {
	position: unset;
	display: inline-block;
}

.single-product .product .entry-summary .price {
	font-size: 1.6rem;
}

.single-product .product .entry-summary .stock,
.single-product .product .entry-summary .available-on-backorder {
	font-style: italic;
}

.single-product .product .entry-summary .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	margin-top: 24px;
}

.single-product .product .entry-summary .variations__form table.variations {
	position: relative;
	margin-bottom: 40px;
}

.single-product .product .entry-summary .variations__form select {
	padding: 16px;
	width: 100%;
}

.single-product .product .entry-summary .variations__form .reset_variations {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
}

.single-product .product .entry-summary .variations__form .single_variation {
	margin-top: 16px;
	margin-bottom: 32px;
}

.single-product .product .entry-summary .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product .product .entry-summary .qty {
	width: 100px;
	padding: 8px 24px;
}

.single-product .product .entry-summary .single_add_to_cart_button {
	width: 100px;
	padding: 8px 24px;
	border-radius: 4px;
}

.single-product .product.product-type-external .entry-summary .single_add_to_cart_button {
	margin-left: unset;
}

.single-product .product .wc-tabs-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.single-product .product .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
	padding: 16px 0;
	border-top: 1px solid #d4d4d8;
	border-bottom: 1px solid #d4d4d8;
}

.single-product .product .product_meta > span {
	margin: 8px 0;
}

.single-product .product .variations label {
	margin-bottom: 0;
}

.single-product .product table td {
	border: 0;
}

.single-product .product .woocommerce-grouped-product-list-item {
	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	column-gap: 2px;
}

.single-product .product .product_title {
	margin-top: 30px;
}

.single-product .related,
.single-product .upsells {
	grid: unset;
	grid-gap: 0;
	margin: 40px 0;
	width: 100%;
}

.single-product .related .product,
.single-product .upsells .product {
	all: unset;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.single-product .shop_attributes {
	background: #fff;
	border-radius: 2px;
}

.single-product .shop_attributes p {
	margin: 0;
}

.single-product .comment-form {
	margin-top: 16px;
}

.single-product ol.commentlist {
	list-style: none;
	margin: 0;
}

.single-product ol.commentlist > li {
	padding: 16px 16px 0;
	border-bottom: 1px solid gray;
	border-radius: 2px;
	margin-bottom: 16px;
}

.single-product ol.commentlist .children {
	margin-left: 16px;
	border-bottom: 1px solid gray;
}

.single-product ol.commentlist .children:last-child {
	border-bottom: 0;
}

.single-product ol.commentlist .children li {
	border-top: 1px solid gray;
	padding-top: 16px;
}

.single-product ol.commentlist .comment_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product ol.commentlist .avatar {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.single-product .comment-respond {
	margin-top: 32px;
}

.single-product .comment-respond .comment-reply-title {
	font-size: 2.4rem;
	font-weight: 500;
}

.single-product .comment-respond .comment-form {
	background: #fff;
	padding: 16px 0;
}

.single-product .comment-respond label {
	display: block;
	margin-bottom: 8px;
}

.single-product .comment-respond input[type="text"],
.single-product .comment-respond input[type="email"],
.single-product .comment-respond input[type="number"] {
	width: 100%;
}

.single-product .comment-respond input[type="checkbox"] {
	margin-right: 8px;
}

.single-product .comment-respond .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.quantity input {
	border: 1px solid #d4d4d8;
	border-radius: 4px;
}

.reset_variations {
	margin-left: 1em;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #207daf;
}

.stock.out-of-stock {
	color: #e2401c;
}

@media screen and (min-width: 48em) {
	.single-product .product {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	.single-product .product .woocommerce-product-gallery {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
		flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
	}
	.single-product .product .product_title {
		margin-top: 0;
	}
	.single-product .related,
	.single-product .upsells {
		margin: 60px 0;
	}
	.single-product .upsells + .related {
		margin-top: 0;
	}
	.comment-respond {
		width: 100%;
	}
}

/**
 * General WooCommerce components.
 */
/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #27272a;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #27272a;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #27272a;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #27272a;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
	padding: 0;
	border-bottom: 1px solid #d4d4d8;
	list-style: none;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding-bottom: 12px;
	display: block;
	color: #27272a;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
}

.woocommerce-tabs .panel {
	background: #fff;
	margin-top: 24px;
	color: #52525b;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 1.6rem;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel table td {
	border: 1px solid #e4e4e7;
}

.select2-container.select2-container--default {
	z-index: 9999;
}

.select2-container.select2-container--default .select2-selection--single {
	color: #27272a;
	border-color: #d4d4d8;
	border-radius: 4px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
	float: none;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	background-color: #207daf;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #d4d4d8;
}

.select2-container.select2-container--default .select2-dropdown {
	border-color: #d4d4d8;
}

@media screen and (min-width: 48em) {
	.woocommerce-tabs ul.tabs {
		gap: 60px;
	}
}

/**
 * Cart.
 */
.woocommerce-cart .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
}

.woocommerce-cart :has(.return-to-shop) .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	gap: 22px;
}

.woocommerce-cart thead {
	background-color: #fff;
}

.woocommerce-cart th {
	padding: 16px 0;
	border: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce-cart td {
	border: 0;
	color: #3f3f46;
}

.woocommerce-cart td:before {
	font-weight: 500;
	color: #3f3f46;
}

.woocommerce-cart tr {
	display: block;
	position: relative;
	border-radius: 2px;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-cart tr:last-child {
	margin-bottom: 0;
}

.woocommerce-cart thead tr {
	border-bottom: 1px solid #EBEBEC;
}

.woocommerce-cart .cart_totals {
	margin-top: 30px;
	padding: 30px 24px;
	background-color: #f4f4f5;
	border: 1px solid #E4E4E7;
	border-radius: 4px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	width: 100%;
}

.woocommerce-cart .actions .button {
	width: 100%;
	border: 1px solid #207daf;
	background-color: #fff;
	color: #207daf;
}

.woocommerce-cart .actions .button:hover, .woocommerce-cart .actions .button:focus {
	background-color: #d4d4d8;
}

.woocommerce-cart .actions .button[aria-disabled="true"] {
	margin-top: 20px;
	width: calc(100% - 20px);
	background-color: #6aa8c9;
	border: 1px solid #6aa8c9;
	color: #fff;
	cursor: not-allowed;
}

.woocommerce-cart .coupon {
	float: left;
}

.woocommerce-cart .coupon .input-text {
	margin: 0;
}

.woocommerce-cart-form {
	border: 1px solid #d4d4d8;
}

.product-thumbnail {
	text-align: left;
	width: 100px;
}

.product-thumbnail:before {
	display: none;
}

.qty {
	width: 50px;
	padding: 4px 8px;
}

.product-subtotal {
	color: #207daf;
}

.coupon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
}

.coupon label {
	display: none;
}

.coupon .input-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 8px 16px;
}

.coupon .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 8px;
}

.woocommerce-cart-form {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cart-collaterals {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: calc(100% - 80px);
}

.cart-collaterals tr {
	margin-bottom: 0;
	border-bottom: 1px solid #6aa8c9;
}

.cart-collaterals tr:last-child {
	border-bottom: 0;
}

@media screen and (min-width: 48em) {
	.woocommerce-cart tr {
		display: revert;
	}
	.woocommerce-cart tbody tr {
		border-bottom: 1px solid #6aa8c9;
	}
	.woocommerce-cart tbody tr:last-child {
		border-bottom: 0;
	}
	.woocommerce-cart .coupon .input-text {
		border-radius: 2px;
		width: 222px;
		padding: 12px;
		margin-bottom: 0;
	}
	.woocommerce-cart .actions .button[aria-disabled="true"] {
		float: right;
		width: unset;
		margin-top: 0;
	}
	.woocommerce-cart .cart_totals {
		margin-top: 0;
	}
	.cart-collaterals {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media screen and (min-width: 62em) {
	.woocommerce-cart-form {
		-ms-flex-preferred-size: 66%;
		flex-basis: 66%;
	}
	.cart-collaterals {
		display: unset;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(26% - 16px);
		flex: 1 1 calc(26% - 16px);
	}
}

/**
 * Shop tables.
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: center;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
		vertical-align: middle;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Checkout.
 */
.woocommerce-checkout::after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-checkout h3 {
	font-size: 2.4rem;
}

.woocommerce-checkout .checkout {
	margin-top: 30px;
}

.woocommerce-checkout .form-row {
	margin-bottom: 16px;
}

.woocommerce-checkout .form-row input:not([type="checkbox"]) {
	width: 100%;
	padding: 10px 18px;
	margin-bottom: 0;
	background-color: #fff;
	line-height: 1.5;
}

.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 4px;
	font-size: 1.4rem;
	color: #27272a;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.woocommerce-checkout .woocommerce-form-login {
	padding: 24px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #d4d4d8;
}

.woocommerce-checkout .woocommerce-form-login button {
	width: unset;
	margin-top: 8px;
}

.woocommerce-checkout .checkout_coupon {
	background-color: #f4f4f5;
	padding: 0 16px 16px 16px;
	margin-bottom: 20px;
}

.woocommerce-checkout .checkout_coupon .form-row {
	display: inline-block;
}

.woocommerce-checkout .checkout_coupon .form-row input:not([type="checkbox"]) {
	width: 100%;
	padding: 8px;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	background-color: #f4f4f5;
	padding: 16px;
}

.woocommerce-checkout textarea {
	height: 100px;
	background-color: #fff;
}

.col2-set {
	background: #fff;
	margin-bottom: 32px;
}

.col2-set .col-2 {
	margin-top: 32px;
}

.col2-set .shipping_address {
	margin-bottom: 32px;
}

.woocommerce-checkout-review-order {
	padding: 30px 24px;
	background-color: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 4px;
}

.woocommerce-checkout-review-order .form-row {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order ul {
	margin: 0;
	list-style: none;
}

.woocommerce-checkout-review-order table {
	background-color: #fafafa;
}

.woocommerce-checkout-review-order table thead,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table .cart-subtotal {
	display: block;
	padding-bottom: 24px;
	background-color: #fafafa;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table .order-total {
	padding-top: 24px;
}

.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table .order-total {
	font-weight: 600;
}

.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce-checkout-review-order table th {
	text-align: left;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}

.woocommerce-checkout-review-order table td {
	display: block;
	padding: 0;
	border: none;
	line-height: 1.2;
}

.woocommerce-checkout-review-order table strong {
	font-weight: 600;
}

.woocommerce-checkout-review-order table tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.woocommerce-checkout-review-order ul.wc_payment_methods {
	padding: 0;
	list-style: none;
	margin: 0;
}

.woocommerce-checkout-review-order ul.wc_payment_methods li {
	padding: 18px 20px;
	border: 2px dashed #d4d4d8;
	border-radius: 4px;
}

.woocommerce-checkout-review-order .place-order {
	margin-top: 24px;
}

.woocommerce-checkout-review-order button {
	width: 100%;
	margin-top: 16px;
}

.ws-distraction-free-checkout .site-header .ws-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 48em) {
	.col2-set {
		float: left;
		width: calc(56% - 16px);
	}
	#order_review_heading {
		float: right;
		width: 42.5%;
		clear: right;
	}
	.woocommerce-checkout-review-order {
		float: right;
		width: 38%;
	}
}

/**
 * Account Page.
 */
.woocommerce-account.logged-in .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.woocommerce-account .cm-entry-header {
	margin-bottom: 30px;
}

.woocommerce-account h2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.woocommerce-account .col2-set#customer_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.woocommerce-account .col2-set#customer_login .col-1,
.woocommerce-account .col2-set#customer_login .col-2 {
	width: 100%;
}

.woocommerce-account .col2-set#customer_login .col-2 {
	margin-top: 0;
}

.woocommerce-account label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

.woocommerce-account .woocommerce-Addresses {
	background: #f4f4f5;
}

.woocommerce-account .woocommerce-form-row--last,
.woocommerce-account .woocommerce-form-row--first {
	margin-bottom: 0;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="url"],
.woocommerce-account input[type="tel"] {
	margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation {
	background: #f4f4f5;
	border-radius: 4px;
	overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	padding: 0 20px;
	font-weight: 500;
	color: #27272a;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
	background: #d4d4d8;
	color: #207daf;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	color: #fff;
	background-color: #207daf;
}

.woocommerce-MyAccount-navigation ul .is-active a:hover, .woocommerce-MyAccount-navigation ul .is-active a:focus {
	background-color: #a1a1aa;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px;
	background-color: #f4f4f5;
	border-radius: 4px;
}

.woocommerce-MyAccount-content p {
	margin-bottom: 12px;
}

.woocommerce-MyAccount-content p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.woocommerce-account.logged-in .woocommerce {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.woocommerce-account .col2-set#customer_login {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.woocommerce-MyAccount-navigation {
		width: 35%;
	}
	.woocommerce-MyAccount-content {
		width: 65%;
	}
}

/**
 * Account Page.
 */
.woocommerce-form-login__rememberme {
	display: block;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
	margin-right: 8px;
}

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
	margin-bottom: 16px;
}

.woocommerce-form-login .woocommerce-button {
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 8px 54px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
	font-size: 1.6rem;
}

.woocommerce-form-login p.form-row {
	margin-bottom: 0;
}

.woocommerce-lost-password .woocommerce label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

.woocommerce-lost-password button {
	background-color: transparent;
	color: #207daf;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
	width: 288px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-lost-password .woocommerce-ResetPassword p {
	margin-bottom: 16px;
}

.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"] {
	background-color: #fff;
	margin-bottom: 16px;
}

.woocommerce-form-register {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce-form-register input[type="email"] {
	margin-bottom: 16px;
}

.woocommerce-form-register button.woocommerce-Button {
	color: #207daf;
	background-color: transparent;
	margin-top: 16px;
}

.woocommerce-form-register button.woocommerce-Button:hover {
	background-color: #207daf;
	color: #fff;
}

.woocommerce-form-register,
.woocommerce-form-login {
	padding: 30px 24px;
	background-color: #f4f4f5;
	border-radius: 4px;
	border: 1px solid #e4e4e7;
}

.woocommerce-form-register label,
.woocommerce-form-login label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

@media screen and (min-width: 48em) {
	.woocommerce-lost-password .woocommerce-ResetPassword {
		width: 570px;
	}
}
PK�
�[�0ȼppsidebar-two.phpnu�[���<?php
/**
 * The secondary sidebar containing the widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 3.0.8
 */

?>

<div id="tertiary">
	<?php do_action( 'colormag_before_sidebar' );

	if ( ! is_active_sidebar( 'colormag_left_sidebar' ) ) :

		the_widget( 'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf( esc_html__( 'This is an example widget to show how the Secondary sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets are added then this will be replaced by those widgets', 'colormag' ), current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '', current_user_can( 'edit_theme_options' ) ? '</a>' : '' ),
				'filter' => true,
			),
			array(
				'before_widget' => '<section class="widget widget_text">',
				'after_widget'  => '</section>',
				'before_title'  => '<h3 class="cm-widget-title">',
				'after_title'   => '</h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_left_sidebar' );
	endif;

	do_action( 'colormag_after_sidebar' ); ?>
</div>
PK�
�[�#�assets/js/navigation.min.jsnu�[���!function(){var e,a,t,s,n,i;if((e=document.getElementById("cm-primary-nav"))&&void 0!==(a=e.getElementsByClassName("cm-menu-toggle")[0]))if(void 0!==(t=e.getElementsByTagName("ul")[0])){for(t.setAttribute("aria-expanded","false"),-1===t.className.indexOf("nav-menu")&&(t.className+="nav-menu"),a.onclick=function(){-1!==e.className.indexOf("cm-mobile-nav")?(e.className=e.className.replace("cm-mobile-nav","cm-primary-nav"),a.setAttribute("aria-expanded","false"),t.setAttribute("aria-expanded","false")):(e.className=e.className.replace("cm-primary-nav","cm-mobile-nav"),a.setAttribute("aria-expanded","true"),t.setAttribute("aria-expanded","true"))},n=0,i=(s=t.getElementsByTagName("a")).length;n<i;n++)s[n].addEventListener("focus",c,!0),s[n].addEventListener("blur",c,!0);!function(e){var a,t,s=e.querySelectorAll(".menu-item-has-children > a, .page_item_has_children > a");if("ontouchstart"in window&&window.matchMedia("(min-width: 768px)").matches)for(a=function(e){var a,t=this.parentNode;if(t.classList.contains("focus"))t.classList.remove("focus");else{for(e.preventDefault(),a=0;a<t.parentNode.children.length;++a)t!==t.parentNode.children[a]&&t.parentNode.children[a].classList.remove("focus");t.classList.add("focus")}},t=0;t<s.length;++t)s[t].addEventListener("touchstart",a,!1)}(e)}else a.style.display="none";function c(){for(var e=this;-1===e.className.indexOf("nav-menu");)"li"===e.tagName.toLowerCase()&&(-1!==e.className.indexOf("focus")?e.className=e.className.replace(" focus",""):e.className+=" focus"),e=e.parentElement}}();PK�
�[ c�e��assets/js/jquery.bxslider.jsnu�[���/**
 * bxSlider v4.2.1d
 * Copyright 2013-2017 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

;(function($) {

  var defaults = {

    // GENERAL
    mode: 'horizontal',
    slideSelector: '',
    infiniteLoop: true,
    hideControlOnEnd: false,
    speed: 500,
    easing: null,
    slideMargin: 0,
    startSlide: 0,
    randomStart: false,
    captions: false,
    ticker: false,
    tickerHover: false,
    adaptiveHeight: false,
    adaptiveHeightSpeed: 500,
    video: false,
    useCSS: true,
    preloadImages: 'visible',
    responsive: true,
    slideZIndex: 50,
    wrapperClass: 'cm-slider',

    // TOUCH
    touchEnabled: true,
    swipeThreshold: 50,
    oneToOneTouch: true,
    preventDefaultSwipeX: true,
    preventDefaultSwipeY: false,

    // ACCESSIBILITY
    ariaLive: true,
    ariaHidden: true,

    // KEYBOARD
    keyboardEnabled: false,

    // PAGER
    pager: true,
    pagerType: 'full',
    pagerShortSeparator: ' / ',
    pagerSelector: null,
    buildPager: null,
    pagerCustom: null,

    // CONTROLS
    controls: true,
    nextText: 'Next',
    prevText: 'Prev',
    nextSelector: null,
    prevSelector: null,
    autoControls: false,
    startText: 'Start',
    stopText: 'Stop',
    autoControlsCombine: false,
    autoControlsSelector: null,

    // AUTO
    auto: false,
    pause: 4000,
    autoStart: true,
    autoDirection: 'next',
    stopAutoOnClick: false,
    autoHover: false,
    autoDelay: 0,
    autoSlideForOnePage: false,

    // CAROUSEL
    minSlides: 1,
    maxSlides: 1,
    moveSlides: 0,
    slideWidth: 0,
    shrinkItems: false,

    // CALLBACKS
    onSliderLoad: function() { return true; },
    onSlideBefore: function() { return true; },
    onSlideAfter: function() { return true; },
    onSlideNext: function() { return true; },
    onSlidePrev: function() { return true; },
    onSliderResize: function() { return true; },
    onAutoChange: function() { return true; } //calls when auto slides starts and stops
  };

  $.fn.bxSlider = function(options) {

    if (this.length === 0) {
      return this;
    }

    // support multiple elements
    if (this.length > 1) {
      this.each(function() {
        $(this).bxSlider(options);
      });
      return this;
    }

    // create a namespace to be used throughout the plugin
    var slider = {},
        // set a reference to our slider element
        el = this,
        // get the original window dimens (thanks a lot IE)
        windowWidth = $(window).width(),
        windowHeight = $(window).height();

    // Return if slider is already initialized
    if ($(el).data('bxSlider')) { return; }

    /**
     * ===================================================================================
     * = PRIVATE FUNCTIONS
     * ===================================================================================
     */

    /**
     * Initializes namespace settings to be used throughout plugin
     */
    var init = function() {
      // Return if slider is already initialized
      if ($(el).data('bxSlider')) { return; }
      // merge user-supplied options with the defaults
      slider.settings = $.extend({}, defaults, options);
      // parse slideWidth setting
      slider.settings.slideWidth = parseInt(slider.settings.slideWidth);
      // store the original children
      slider.children = el.children(slider.settings.slideSelector);
      // check if actual number of slides is less than minSlides / maxSlides
      if (slider.children.length < slider.settings.minSlides) { slider.settings.minSlides = slider.children.length; }
      if (slider.children.length < slider.settings.maxSlides) { slider.settings.maxSlides = slider.children.length; }
      // if random start, set the startSlide setting to random number
      if (slider.settings.randomStart) { slider.settings.startSlide = Math.floor(Math.random() * slider.children.length); }
      // store active slide information
      slider.active = { index: slider.settings.startSlide };
      // store if the slider is in carousel mode (displaying / moving multiple slides)
      slider.carousel = slider.settings.minSlides > 1 || slider.settings.maxSlides > 1;
      // if carousel, force preloadImages = 'all'
      if (slider.carousel) { slider.settings.preloadImages = 'all'; }
      // calculate the min / max width thresholds based on min / max number of slides
      // used to setup and update carousel slides dimensions
      slider.minThreshold = (slider.settings.minSlides * slider.settings.slideWidth) + ((slider.settings.minSlides - 1) * slider.settings.slideMargin);
      slider.maxThreshold = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
      // store the current state of the slider (if currently animating, working is true)
      slider.working = false;
      // initialize the controls object
      slider.controls = {};
      // initialize an auto interval
      slider.interval = null;
      // determine which property to use for transitions
      slider.animProp = slider.settings.mode === 'vertical' ? 'top' : 'left';
      // determine if hardware acceleration can be used
      slider.usingCSS = slider.settings.useCSS && slider.settings.mode !== 'fade' && (function() {
        // create our test div element
        var div = document.createElement('div'),
            // css transition properties
            props = ['WebkitPerspective', 'MozPerspective', 'OPerspective', 'msPerspective'];
        // test for each property
        for (var i = 0; i < props.length; i++) {
          if (div.style[props[i]] !== undefined) {
            slider.cssPrefix = props[i].replace('Perspective', '').toLowerCase();
            slider.animProp = '-' + slider.cssPrefix + '-transform';
            return true;
          }
        }
        return false;
      }());
      // if vertical mode always make maxSlides and minSlides equal
      if (slider.settings.mode === 'vertical') { slider.settings.maxSlides = slider.settings.minSlides; }
      // save original style data
      el.data('origStyle', el.attr('style'));
      el.children(slider.settings.slideSelector).each(function() {
        $(this).data('origStyle', $(this).attr('style'));
      });

      // perform all DOM / CSS modifications
      setup();
    };

    /**
     * Performs all DOM and CSS modifications
     */
    var setup = function() {
      var preloadSelector = slider.children.eq(slider.settings.startSlide); // set the default preload selector (visible)

      // wrap el in a wrapper
      el.wrap('<div class="' + slider.settings.wrapperClass + '"><div class="bx-viewport"></div></div>');
      // store a namespace reference to .bx-viewport
      slider.viewport = el.parent();

      // add aria-live if the setting is enabled and ticker mode is disabled
      if (slider.settings.ariaLive && !slider.settings.ticker) {
        slider.viewport.attr('aria-live', 'polite');
      }
      // add a loading div to display while images are loading
      slider.loader = $('<div class="bx-loading" />');
      slider.viewport.prepend(slider.loader);
      // set el to a massive width, to hold any needed slides
      // also strip any margin and padding from el
      el.css({
        width: slider.settings.mode === 'horizontal' ? (slider.children.length * 1000 + 215) + '%' : 'auto',
        position: 'relative'
      });
      // if using CSS, add the easing property
      if (slider.usingCSS && slider.settings.easing) {
        el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing);
        // if not using CSS and no easing value was supplied, use the default JS animation easing (swing)
      } else if (!slider.settings.easing) {
        slider.settings.easing = 'swing';
      }
      // make modifications to the viewport (.bx-viewport)
      slider.viewport.css({
        width: '100%',
        overflow: 'hidden',
        position: 'relative'
      });
      slider.viewport.parent().css({
        maxWidth: getViewportMaxWidth()
      });
      // apply css to all slider children
      slider.children.css({
        // the float attribute is a reserved word in compressors like YUI compressor and need to be quoted #48
        'float': slider.settings.mode === 'horizontal' ? 'left' : 'none',
        listStyle: 'none',
        position: 'relative'
      });
      // apply the calculated width after the float is applied to prevent scrollbar interference
      slider.children.css('width', getSlideWidth());
      // if slideMargin is supplied, add the css
      if (slider.settings.mode === 'horizontal' && slider.settings.slideMargin > 0) { slider.children.css('marginRight', slider.settings.slideMargin); }
      if (slider.settings.mode === 'vertical' && slider.settings.slideMargin > 0) { slider.children.css('marginBottom', slider.settings.slideMargin); }
      // if "fade" mode, add positioning and z-index CSS
      if (slider.settings.mode === 'fade') {
        slider.children.css({
          position: 'absolute',
          zIndex: 0,
          display: 'none'
        });
        // prepare the z-index on the showing element
        slider.children.eq(slider.settings.startSlide).css({zIndex: slider.settings.slideZIndex, display: 'block'});
      }
      // create an element to contain all slider controls (pager, start / stop, etc)
      slider.controls.el = $('<div class="bx-controls" />');
      // if captions are requested, add them
      if (slider.settings.captions) { appendCaptions(); }
      // check if startSlide is last slide
      slider.active.last = slider.settings.startSlide === getPagerQty() - 1;
      // if video is true, set up the fitVids plugin
      if (slider.settings.video) { el.fitVids(); }
      //preloadImages
      if (slider.settings.preloadImages === 'none') {
        preloadSelector = null;
      }
      else if (slider.settings.preloadImages === 'all' || slider.settings.ticker) {
        preloadSelector = slider.children;
      }
      // only check for control addition if not in "ticker" mode
      if (!slider.settings.ticker) {
        // if controls are requested, add them
        if (slider.settings.controls) { appendControls(); }
        // if auto is true, and auto controls are requested, add them
        if (slider.settings.auto && slider.settings.autoControls) { appendControlsAuto(); }
        // if pager is requested, add it
        if (slider.settings.pager) { appendPager(); }
        // if any control option is requested, add the controls wrapper
        if (slider.settings.controls || slider.settings.autoControls || slider.settings.pager) { slider.viewport.after(slider.controls.el); }
        // if ticker mode, do not allow a pager
      } else {
        slider.settings.pager = false;
      }
      if (preloadSelector === null) {
        start();
      } else {
        loadElements(preloadSelector, start);
      }
    };

    var loadElements = function(selector, callback) {
      var total = selector.find('img:not([src=""]), iframe').length,
          count = 0;
      if (total === 0) {
        callback();
        return;
      }
      selector.find('img:not([src=""]), iframe').each(function() {
        $(this).one('load error', function() {
          if (++count === total) { callback(); }
        }).each(function() {
          $(this).trigger('load');
        });
      });
    };

    /**
     * Start the slider
     */
    var start = function() {
      // if infinite loop, prepare additional slides
      if (slider.settings.infiniteLoop && slider.settings.mode !== 'fade' && !slider.settings.ticker) {
        var slice    = slider.settings.mode === 'vertical' ? slider.settings.minSlides : slider.settings.maxSlides,
            sliceAppend  = slider.children.slice(0, slice).clone(true).addClass('bx-clone'),
            slicePrepend = slider.children.slice(-slice).clone(true).addClass('bx-clone');
        if (slider.settings.ariaHidden) {
          sliceAppend.attr('aria-hidden', true);
          slicePrepend.attr('aria-hidden', true);
        }
        el.append(sliceAppend).prepend(slicePrepend);
      }
      // remove the loading DOM element
      slider.loader.remove();
      // set the left / top position of "el"
      setSlidePosition();
      // if "vertical" mode, always use adaptiveHeight to prevent odd behavior
      if (slider.settings.mode === 'vertical') { slider.settings.adaptiveHeight = true; }
      // set the viewport height
      slider.viewport.height(getViewportHeight());
      // make sure everything is positioned just right (same as a window resize)
      el.redrawSlider();
      // onSliderLoad callback
      slider.settings.onSliderLoad.call(el, slider.active.index);
      // slider has been fully initialized
      slider.initialized = true;
      // add the resize call to the window
      if (slider.settings.responsive) { $(window).on('resize', resizeWindow); }
      // if auto is true and has more than 1 page, start the show
      if (slider.settings.auto && slider.settings.autoStart && (getPagerQty() > 1 || slider.settings.autoSlideForOnePage)) { initAuto(); }
      // if ticker is true, start the ticker
      if (slider.settings.ticker) { initTicker(); }
      // if pager is requested, make the appropriate pager link active
      if (slider.settings.pager) { updatePagerActive(slider.settings.startSlide); }
      // check for any updates to the controls (like hideControlOnEnd updates)
      if (slider.settings.controls) { updateDirectionControls(); }
      // if touchEnabled is true, setup the touch events
      if (navigator.maxTouchPoints > 1) { initTouch(); }
      // if keyboardEnabled is true, setup the keyboard events
      if (slider.settings.keyboardEnabled && !slider.settings.ticker) {
        $(document).keydown(keyPress);
      }
    };

    /**
     * Returns the calculated height of the viewport, used to determine either adaptiveHeight or the maxHeight value
     */
    var getViewportHeight = function() {
      var height = 0;
      // first determine which children (slides) should be used in our height calculation
      var children = $();
      // if mode is not "vertical" and adaptiveHeight is false, include all children
      if (slider.settings.mode !== 'vertical' && !slider.settings.adaptiveHeight) {
        children = slider.children;
      } else {
        // if not carousel, return the single active child
        if (!slider.carousel) {
          children = slider.children.eq(slider.active.index);
          // if carousel, return a slice of children
        } else {
          // get the individual slide index
          var currentIndex = slider.settings.moveSlides === 1 ? slider.active.index : slider.active.index * getMoveBy();
          // add the current slide to the children
          children = slider.children.eq(currentIndex);
          // cycle through the remaining "showing" slides
          for (i = 1; i <= slider.settings.maxSlides - 1; i++) {
            // if looped back to the start
            if (currentIndex + i >= slider.children.length) {
              children = children.add(slider.children.eq(i - 1));
            } else {
              children = children.add(slider.children.eq(currentIndex + i));
            }
          }
        }
      }
      // if "vertical" mode, calculate the sum of the heights of the children
      if (slider.settings.mode === 'vertical') {
        children.each(function(index) {
          height += $(this).outerHeight();
        });
        // add user-supplied margins
        if (slider.settings.slideMargin > 0) {
          height += slider.settings.slideMargin * (slider.settings.minSlides - 1);
        }
        // if not "vertical" mode, calculate the max height of the children
      } else {
        height = Math.max.apply(Math, children.map(function() {
          return $(this).outerHeight(false);
        }).get());
      }

      if (slider.viewport.css('box-sizing') === 'border-box') {
        height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom')) +
            parseFloat(slider.viewport.css('border-top-width')) + parseFloat(slider.viewport.css('border-bottom-width'));
      } else if (slider.viewport.css('box-sizing') === 'padding-box') {
        height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom'));
      }

      return height;
    };

    /**
     * Returns the calculated width to be used for the outer wrapper / viewport
     */
    var getViewportMaxWidth = function() {
      var width = '100%';
      if (slider.settings.slideWidth > 0) {
        if (slider.settings.mode === 'horizontal') {
          width = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
        } else {
          width = slider.settings.slideWidth;
        }
      }
      return width;
    };

    /**
     * Returns the calculated width to be applied to each slide
     */
    var getSlideWidth = function() {
      var newElWidth = slider.settings.slideWidth, // start with any user-supplied slide width
          wrapWidth      = slider.viewport.width();    // get the current viewport width
      // if slide width was not supplied, or is larger than the viewport use the viewport width
      if (slider.settings.slideWidth === 0 ||
          (slider.settings.slideWidth > wrapWidth && !slider.carousel) ||
          slider.settings.mode === 'vertical') {
        newElWidth = wrapWidth;
        // if carousel, use the thresholds to determine the width
      } else if (slider.settings.maxSlides > 1 && slider.settings.mode === 'horizontal') {
        if (wrapWidth > slider.maxThreshold) {
          return newElWidth;
        } else if (wrapWidth < slider.minThreshold) {
          newElWidth = (wrapWidth - (slider.settings.slideMargin * (slider.settings.minSlides - 1))) / slider.settings.minSlides;
        } else if (slider.settings.shrinkItems) {
          newElWidth = Math.floor((wrapWidth + slider.settings.slideMargin) / (Math.ceil((wrapWidth + slider.settings.slideMargin) / (newElWidth + slider.settings.slideMargin))) - slider.settings.slideMargin);
        }
      }
      return newElWidth;
    };

    /**
     * Returns the number of slides currently visible in the viewport (includes partially visible slides)
     */
    var getNumberSlidesShowing = function() {
      var slidesShowing = 1,
          childWidth = null;
      if (slider.settings.mode === 'horizontal' && slider.settings.slideWidth > 0) {
        // if viewport is smaller than minThreshold, return minSlides
        if (slider.viewport.width() < slider.minThreshold) {
          slidesShowing = slider.settings.minSlides;
          // if viewport is larger than maxThreshold, return maxSlides
        } else if (slider.viewport.width() > slider.maxThreshold) {
          slidesShowing = slider.settings.maxSlides;
          // if viewport is between min / max thresholds, divide viewport width by first child width
        } else {
          childWidth = slider.children.first().width() + slider.settings.slideMargin;
          slidesShowing = Math.floor((slider.viewport.width() +
              slider.settings.slideMargin) / childWidth) || 1;
        }
        // if "vertical" mode, slides showing will always be minSlides
      } else if (slider.settings.mode === 'vertical') {
        slidesShowing = slider.settings.minSlides;
      }
      return slidesShowing;
    };

    /**
     * Returns the number of pages (one full viewport of slides is one "page")
     */
    var getPagerQty = function() {
      var pagerQty = 0,
          breakPoint = 0,
          counter = 0;
      // if moveSlides is specified by the user
      if (slider.settings.moveSlides > 0) {
        if (slider.settings.infiniteLoop) {
          pagerQty = Math.ceil(slider.children.length / getMoveBy());
        } else {
          // when breakpoint goes above children length, counter is the number of pages
          while (breakPoint < slider.children.length) {
            ++pagerQty;
            breakPoint = counter + getNumberSlidesShowing();
            counter += slider.settings.moveSlides <= getNumberSlidesShowing() ? slider.settings.moveSlides : getNumberSlidesShowing();
          }
          return counter;
        }
        // if moveSlides is 0 (auto) divide children length by sides showing, then round up
      } else {
        pagerQty = Math.ceil(slider.children.length / getNumberSlidesShowing());
      }
      return pagerQty;
    };

    /**
     * Returns the number of individual slides by which to shift the slider
     */
    var getMoveBy = function() {
      // if moveSlides was set by the user and moveSlides is less than number of slides showing
      if (slider.settings.moveSlides > 0 && slider.settings.moveSlides <= getNumberSlidesShowing()) {
        return slider.settings.moveSlides;
      }
      // if moveSlides is 0 (auto)
      return getNumberSlidesShowing();
    };

    /**
     * Sets the slider's (el) left or top position
     */
    var setSlidePosition = function() {
      var position, lastChild, lastShowingIndex;
      // if last slide, not infinite loop, and number of children is larger than specified maxSlides
      if (slider.children.length > slider.settings.maxSlides && slider.active.last && !slider.settings.infiniteLoop) {
        if (slider.settings.mode === 'horizontal') {
          // get the last child's position
          lastChild = slider.children.last();
          position = lastChild.position();
          // set the left position
          setPositionProperty(-(position.left - (slider.viewport.width() - lastChild.outerWidth())), 'reset', 0);
        } else if (slider.settings.mode === 'vertical') {
          // get the last showing index's position
          lastShowingIndex = slider.children.length - slider.settings.minSlides;
          position = slider.children.eq(lastShowingIndex).position();
          // set the top position
          setPositionProperty(-position.top, 'reset', 0);
        }
        // if not last slide
      } else {
        // get the position of the first showing slide
        position = slider.children.eq(slider.active.index * getMoveBy()).position();
        // check for last slide
        if (slider.active.index === getPagerQty() - 1) { slider.active.last = true; }
        // set the respective position
        if (position !== undefined) {
          if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
          else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
        }
      }
    };

    /**
     * Sets the el's animating property position (which in turn will sometimes animate el).
     * If using CSS, sets the transform property. If not using CSS, sets the top / left property.
     *
     * @param value (int)
     *  - the animating property's value
     *
     * @param type (string) 'slide', 'reset', 'ticker'
     *  - the type of instance for which the function is being
     *
     * @param duration (int)
     *  - the amount of time (in ms) the transition should occupy
     *
     * @param params (array) optional
     *  - an optional parameter containing any variables that need to be passed in
     */
    var setPositionProperty = function(value, type, duration, params) {
      var animateObj, propValue;
      // use CSS transform
      if (slider.usingCSS) {
        // determine the translate3d value
        propValue = slider.settings.mode === 'vertical' ? 'translate3d(0, ' + value + 'px, 0)' : 'translate3d(' + value + 'px, 0, 0)';
        // add the CSS transition-duration
        el.css('-' + slider.cssPrefix + '-transition-duration', duration / 1000 + 's');
        if (type === 'slide') {
          // set the property value
          el.css(slider.animProp, propValue);
          if (duration !== 0) {
            // add a callback method - executes when CSS transition completes
            el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(e) {
              //make sure it's the correct one
              if (!$(e.target).is(el)) { return; }
              // remove the callback
              el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
              updateAfterSlideTransition();
            });
          } else { //duration = 0
            updateAfterSlideTransition();
          }
        } else if (type === 'reset') {
          el.css(slider.animProp, propValue);
        } else if (type === 'ticker') {
          // make the transition use 'linear'
          el.css('-' + slider.cssPrefix + '-transition-timing-function', 'linear');
          el.css(slider.animProp, propValue);
          if (duration !== 0) {
            el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(e) {
              //make sure it's the correct one
              if (!$(e.target).is(el)) { return; }
              // remove the callback
              el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
              // reset the position
              setPositionProperty(params.resetValue, 'reset', 0);
              // start the loop again
              tickerLoop();
            });
          } else { //duration = 0
            setPositionProperty(params.resetValue, 'reset', 0);
            tickerLoop();
          }
        }
        // use JS animate
      } else {
        animateObj = {};
        animateObj[slider.animProp] = value;
        if (type === 'slide') {
          el.animate(animateObj, duration, slider.settings.easing, function() {
            updateAfterSlideTransition();
          });
        } else if (type === 'reset') {
          el.css(slider.animProp, value);
        } else if (type === 'ticker') {
          el.animate(animateObj, duration, 'linear', function() {
            setPositionProperty(params.resetValue, 'reset', 0);
            // run the recursive loop after animation
            tickerLoop();
          });
        }
      }
    };

    /**
     * Populates the pager with proper amount of pages
     */
    var populatePager = function() {
      var pagerHtml = '',
          linkContent = '',
          pagerQty = getPagerQty();
      // loop through each pager item
      for (var i = 0; i < pagerQty; i++) {
        linkContent = '';
        // if a buildPager function is supplied, use it to get pager link value, else use index + 1
        if (slider.settings.buildPager && $.isFunction(slider.settings.buildPager) || slider.settings.pagerCustom) {
          linkContent = slider.settings.buildPager(i);
          slider.pagerEl.addClass('bx-custom-pager');
        } else {
          linkContent = i + 1;
          slider.pagerEl.addClass('bx-default-pager');
        }
        // var linkContent = slider.settings.buildPager && $.isFunction(slider.settings.buildPager) ? slider.settings.buildPager(i) : i + 1;
        // add the markup to the string
        pagerHtml += '<div class="bx-pager-item"><a href="" data-slide-index="' + i + '" class="bx-pager-link">' + linkContent + '</a></div>';
      }
      // populate the pager element with pager links
      slider.pagerEl.html(pagerHtml);
    };

    /**
     * Appends the pager to the controls element
     */
    var appendPager = function() {
      if (!slider.settings.pagerCustom) {
        // create the pager DOM element
        slider.pagerEl = $('<div class="bx-pager" />');
        // if a pager selector was supplied, populate it with the pager
        if (slider.settings.pagerSelector) {
          $(slider.settings.pagerSelector).html(slider.pagerEl);
          // if no pager selector was supplied, add it after the wrapper
        } else {
          slider.controls.el.addClass('bx-has-pager').append(slider.pagerEl);
        }
        // populate the pager
        populatePager();
      } else {
        slider.pagerEl = $(slider.settings.pagerCustom);
      }
      // assign the pager click binding
      slider.pagerEl.on('click touchend', 'a', clickPagerBind);
    };

    /**
     * Appends prev / next controls to the controls element
     */
    var appendControls = function() {
      slider.controls.next = $('<a class="bx-next" href="">' + slider.settings.nextText + '</a>');
      slider.controls.prev = $('<a class="bx-prev" href="">' + slider.settings.prevText + '</a>');
      // add click actions to the controls
      slider.controls.next.on('click touchend', clickNextBind);
      slider.controls.prev.on('click touchend', clickPrevBind);
      // if nextSelector was supplied, populate it
      if (slider.settings.nextSelector) {
        $(slider.settings.nextSelector).append(slider.controls.next);
      }
      // if prevSelector was supplied, populate it
      if (slider.settings.prevSelector) {
        $(slider.settings.prevSelector).append(slider.controls.prev);
      }
      // if no custom selectors were supplied
      if (!slider.settings.nextSelector && !slider.settings.prevSelector) {
        // add the controls to the DOM
        slider.controls.directionEl = $('<div class="bx-controls-direction" />');
        // add the control elements to the directionEl
        slider.controls.directionEl.append(slider.controls.prev).append(slider.controls.next);
        // slider.viewport.append(slider.controls.directionEl);
        slider.controls.el.addClass('bx-has-controls-direction').append(slider.controls.directionEl);
      }
    };

    /**
     * Appends start / stop auto controls to the controls element
     */
    var appendControlsAuto = function() {
      slider.controls.start = $('<div class="bx-controls-auto-item"><a class="bx-start" href="">' + slider.settings.startText + '</a></div>');
      slider.controls.stop = $('<div class="bx-controls-auto-item"><a class="bx-stop" href="">' + slider.settings.stopText + '</a></div>');
      // add the controls to the DOM
      slider.controls.autoEl = $('<div class="bx-controls-auto" />');
      // on click actions to the controls
      slider.controls.autoEl.on('click', '.bx-start', clickStartBind);
      slider.controls.autoEl.on('click', '.bx-stop', clickStopBind);
      // if autoControlsCombine, insert only the "start" control
      if (slider.settings.autoControlsCombine) {
        slider.controls.autoEl.append(slider.controls.start);
        // if autoControlsCombine is false, insert both controls
      } else {
        slider.controls.autoEl.append(slider.controls.start).append(slider.controls.stop);
      }
      // if auto controls selector was supplied, populate it with the controls
      if (slider.settings.autoControlsSelector) {
        $(slider.settings.autoControlsSelector).html(slider.controls.autoEl);
        // if auto controls selector was not supplied, add it after the wrapper
      } else {
        slider.controls.el.addClass('bx-has-controls-auto').append(slider.controls.autoEl);
      }
      // update the auto controls
      updateAutoControls(slider.settings.autoStart ? 'stop' : 'start');
    };

    /**
     * Appends image captions to the DOM
     */
    var appendCaptions = function() {
      // cycle through each child
      slider.children.each(function(index) {
        // get the image title attribute
        var title = $(this).find('img:first').attr('title');
        // append the caption
        if (title !== undefined && ('' + title).length) {
          $(this).append('<div class="bx-caption"><span>' + title + '</span></div>');
        }
      });
    };

    /**
     * Click next binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickNextBind = function(e) {
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) { return; }
      // if auto show is running, stop it
      if (slider.settings.auto && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      el.goToNextSlide();
    };

    /**
     * Click prev binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickPrevBind = function(e) {
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) { return; }
      // if auto show is running, stop it
      if (slider.settings.auto && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      el.goToPrevSlide();
    };

    /**
     * Click start binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickStartBind = function(e) {
      el.startAuto();
      e.preventDefault();
    };

    /**
     * Click stop binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickStopBind = function(e) {
      el.stopAuto();
      e.preventDefault();
    };

    /**
     * Click pager binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickPagerBind = function(e) {
      var pagerLink, pagerIndex;
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) {
        return;
      }
      // if auto show is running, stop it
      if (slider.settings.auto  && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      pagerLink = $(e.currentTarget);
      if (pagerLink.attr('data-slide-index') !== undefined) {
        pagerIndex = parseInt(pagerLink.attr('data-slide-index'));
        // if clicked pager link is not active, continue with the goToSlide call
        if (pagerIndex !== slider.active.index) { el.goToSlide(pagerIndex); }
      }
    };

    /**
     * Updates the pager links with an active class
     *
     * @param slideIndex (int)
     *  - index of slide to make active
     */
    var updatePagerActive = function(slideIndex) {
      // if "short" pager type
      var len = slider.children.length; // nb of children
      if (slider.settings.pagerType === 'short') {
        if (slider.settings.maxSlides > 1) {
          len = Math.ceil(slider.children.length / slider.settings.maxSlides);
        }
        slider.pagerEl.html((slideIndex + 1) + slider.settings.pagerShortSeparator + len);
        return;
      }
      // remove all pager active classes
      slider.pagerEl.find('a').removeClass('active');
      // apply the active class for all pagers
      slider.pagerEl.each(function(i, el) { $(el).find('a').eq(slideIndex).addClass('active'); });
    };

    /**
     * Performs needed actions after a slide transition
     */
    var updateAfterSlideTransition = function() {
      // if infinite loop is true
      if (slider.settings.infiniteLoop) {
        var position = '';
        // first slide
        if (slider.active.index === 0) {
          // set the new position
          position = slider.children.eq(0).position();
          // carousel, last slide
        } else if (slider.active.index === getPagerQty() - 1 && slider.carousel) {
          position = slider.children.eq((getPagerQty() - 1) * getMoveBy()).position();
          // last slide
        } else if (slider.active.index === slider.children.length - 1) {
          position = slider.children.eq(slider.children.length - 1).position();
        }
        if (position) {
          if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
          else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
        }
      }
      // declare that the transition is complete
      slider.working = false;
      // onSlideAfter callback
      slider.settings.onSlideAfter.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index);
    };

    /**
     * Updates the auto controls state (either active, or combined switch)
     *
     * @param state (string) "start", "stop"
     *  - the new state of the auto show
     */
    var updateAutoControls = function(state) {
      // if autoControlsCombine is true, replace the current control with the new state
      if (slider.settings.autoControlsCombine) {
        slider.controls.autoEl.html(slider.controls[state]);
        // if autoControlsCombine is false, apply the "active" class to the appropriate control
      } else {
        slider.controls.autoEl.find('a').removeClass('active');
        slider.controls.autoEl.find('a:not(.bx-' + state + ')').addClass('active');
      }
    };

    /**
     * Updates the direction controls (checks if either should be hidden)
     */
    var updateDirectionControls = function() {
      if (getPagerQty() === 1) {
        slider.controls.prev.addClass('disabled');
        slider.controls.next.addClass('disabled');
      } else if (!slider.settings.infiniteLoop && slider.settings.hideControlOnEnd) {
        // if first slide
        if (slider.active.index === 0) {
          slider.controls.prev.addClass('disabled');
          slider.controls.next.removeClass('disabled');
          // if last slide
        } else if (slider.active.index === getPagerQty() - 1) {
          slider.controls.next.addClass('disabled');
          slider.controls.prev.removeClass('disabled');
          // if any slide in the middle
        } else {
          slider.controls.prev.removeClass('disabled');
          slider.controls.next.removeClass('disabled');
        }
      }
    };
    /* auto start and stop functions */
    var windowFocusHandler = function() { el.startAuto(); };
    var windowBlurHandler = function() { el.stopAuto(); };
    /**
     * Initializes the auto process
     */
    var initAuto = function() {
      // if autoDelay was supplied, launch the auto show using a setTimeout() call
      if (slider.settings.autoDelay > 0) {
        setTimeout(el.startAuto, slider.settings.autoDelay);
        // if autoDelay was not supplied, start the auto show normally
      } else {
        el.startAuto();

        //add focus and blur events to ensure its running if timeout gets paused
        $(window).focus(windowFocusHandler).blur(windowBlurHandler);
      }
      // if autoHover is requested
      if (slider.settings.autoHover) {
        // on el hover
        el.hover(function() {
          // if the auto show is currently playing (has an active interval)
          if (slider.interval) {
            // stop the auto show and pass true argument which will prevent control update
            el.stopAuto(true);
            // create a new autoPaused value which will be used by the relative "mouseout" event
            slider.autoPaused = true;
          }
        }, function() {
          // if the autoPaused value was created be the prior "mouseover" event
          if (slider.autoPaused) {
            // start the auto show and pass true argument which will prevent control update
            el.startAuto(true);
            // reset the autoPaused value
            slider.autoPaused = null;
          }
        });
      }
    };

    /**
     * Initializes the ticker process
     */
    var initTicker = function() {
      var startPosition = 0,
          position, transform, value, idx, ratio, property, newSpeed, totalDimens;
      // if autoDirection is "next", append a clone of the entire slider
      if (slider.settings.autoDirection === 'next') {
        el.append(slider.children.clone().addClass('bx-clone'));
        // if autoDirection is "prev", prepend a clone of the entire slider, and set the left position
      } else {
        el.prepend(slider.children.clone().addClass('bx-clone'));
        position = slider.children.first().position();
        startPosition = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
      }
      setPositionProperty(startPosition, 'reset', 0);
      // do not allow controls in ticker mode
      slider.settings.pager = false;
      slider.settings.controls = false;
      slider.settings.autoControls = false;
      // if autoHover is requested
      if (slider.settings.tickerHover) {
        if (slider.usingCSS) {
          idx = slider.settings.mode === 'horizontal' ? 4 : 5;
          slider.viewport.hover(function() {
            transform = el.css('-' + slider.cssPrefix + '-transform');
            value = parseFloat(transform.split(',')[idx]);
            setPositionProperty(value, 'reset', 0);
          }, function() {
            totalDimens = 0;
            slider.children.each(function(index) {
              totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
            });
            // calculate the speed ratio (used to determine the new speed to finish the paused animation)
            ratio = slider.settings.speed / totalDimens;
            // determine which property to use
            property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
            // calculate the new speed
            newSpeed = ratio * (totalDimens - (Math.abs(parseInt(value))));
            tickerLoop(newSpeed);
          });
        } else {
          // on el hover
          slider.viewport.hover(function() {
            el.stop();
          }, function() {
            // calculate the total width of children (used to calculate the speed ratio)
            totalDimens = 0;
            slider.children.each(function(index) {
              totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
            });
            // calculate the speed ratio (used to determine the new speed to finish the paused animation)
            ratio = slider.settings.speed / totalDimens;
            // determine which property to use
            property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
            // calculate the new speed
            newSpeed = ratio * (totalDimens - (Math.abs(parseInt(el.css(property)))));
            tickerLoop(newSpeed);
          });
        }
      }
      // start the ticker loop
      tickerLoop();
    };

    /**
     * Runs a continuous loop, news ticker-style
     */
    var tickerLoop = function(resumeSpeed) {
      var speed = resumeSpeed ? resumeSpeed : slider.settings.speed,
          position = {left: 0, top: 0},
          reset = {left: 0, top: 0},
          animateProperty, resetValue, params;

      // if "next" animate left position to last child, then reset left to 0
      if (slider.settings.autoDirection === 'next') {
        position = el.find('.bx-clone').first().position();
        // if "prev" animate left position to 0, then reset left to first non-clone child
      } else {
        reset = slider.children.first().position();
      }
      animateProperty = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
      resetValue = slider.settings.mode === 'horizontal' ? -reset.left : -reset.top;
      params = {resetValue: resetValue};
      setPositionProperty(animateProperty, 'ticker', speed, params);
    };

    /**
     * Check if el is on screen
     */
    var isOnScreen = function(el) {
      var win = $(window),
          viewport = {
            top: win.scrollTop(),
            left: win.scrollLeft()
          },
          bounds = el.offset();

      viewport.right = viewport.left + win.width();
      viewport.bottom = viewport.top + win.height();
      bounds.right = bounds.left + el.outerWidth();
      bounds.bottom = bounds.top + el.outerHeight();

      return (!(viewport.right < bounds.left || viewport.left > bounds.right || viewport.bottom < bounds.top || viewport.top > bounds.bottom));
    };

    /**
     * Initializes keyboard events
     */
    var keyPress = function(e) {
      var activeElementTag = document.activeElement.tagName.toLowerCase(),
          tagFilters = 'input|textarea',
          p = new RegExp(activeElementTag,['i']),
          result = p.exec(tagFilters);

      if (result == null && isOnScreen(el)) {
        if (e.keyCode === 39) {
          clickNextBind(e);
          return false;
        } else if (e.keyCode === 37) {
          clickPrevBind(e);
          return false;
        }
      }
    };

    /**
     * Initializes touch events
     */
    var initTouch = function() {
      // initialize object to contain all touch values
      slider.touch = {
        start: {x: 0, y: 0},
        end: {x: 0, y: 0}
      };
      var isTouch =  !!("ontouchstart" in window) || window.navigator.msMaxTouchPoints > 0;
      if (isTouch) {
        slider.viewport.bind('touchstart MSPointerDown pointerdown', onTouchStart);
      }
      // slider.viewport.on('touchstart MSPointerDown pointerdown', onTouchStart);

      //for browsers that have implemented pointer events and fire a click after
      //every pointerup regardless of whether pointerup is on same screen location as pointerdown or not
      slider.viewport.on('click', '.bxslider a', function(e) {
        if (slider.viewport.hasClass('click-disabled')) {
          e.preventDefault();
          slider.viewport.removeClass('click-disabled');
        }
      });
    };

    /**
     * Event handler for "touchstart"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchStart = function(e) {
      // watch only for left mouse, touch contact and pen contact
      // touchstart event object doesn`t have button property
      if (e.type !== 'touchstart' && e.button !== 0) {
        return;
      }
      // Enable once the BxSlider library fixes this issue and it is to fix the touch for Android devices.
      // e.preventDefault();

      //disable slider controls while user is interacting with slides to avoid slider freeze that happens on touch devices when a slide swipe happens immediately after interacting with slider controls
      slider.controls.el.addClass('disabled');

      if (slider.working) {
        slider.controls.el.removeClass('disabled');
      } else {
        // record the original position when touch starts
        slider.touch.originalPos = el.position();
        var orig = e.originalEvent,
            touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig];
        var chromePointerEvents = typeof PointerEvent === 'function';
        if (chromePointerEvents) {
          if (orig.pointerId === undefined) {
            return;
          }
        }
        // record the starting touch x, y coordinates
        slider.touch.start.x = touchPoints[0].pageX;
        slider.touch.start.y = touchPoints[0].pageY;

        if (slider.viewport.get(0).setPointerCapture) {
          slider.pointerId = orig.pointerId;
          slider.viewport.get(0).setPointerCapture(slider.pointerId);
        }
        // store original event data for click fixation
        slider.originalClickTarget = orig.originalTarget || orig.target;
        slider.originalClickButton = orig.button;
        slider.originalClickButtons = orig.buttons;
        slider.originalEventType = orig.type;
        // at this moment we don`t know what it is click or swipe
        slider.hasMove = false;
        // on a "touchmove" event to the viewport
        slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove);
        // on a "touchend" event to the viewport
        slider.viewport.on('touchend MSPointerUp pointerup', onTouchEnd);
        slider.viewport.on('MSPointerCancel pointercancel', onPointerCancel);
      }
    };

    /**
     * Cancel Pointer for Windows Phone
     *
     * @param e (event)
     *  - DOM event object
     */
    var onPointerCancel = function(e) {
      e.preventDefault();
      /* onPointerCancel handler is needed to deal with situations when a touchend
       doesn't fire after a touchstart (this happens on windows phones only) */
      setPositionProperty(slider.touch.originalPos.left, 'reset', 0);

      //remove handlers
      slider.controls.el.removeClass('disabled');
      slider.viewport.off('MSPointerCancel pointercancel', onPointerCancel);
      slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
      slider.viewport.off('touchend MSPointerUp pointerup', onTouchEnd);
      if (slider.viewport.get(0).releasePointerCapture) {
        slider.viewport.get(0).releasePointerCapture(slider.pointerId);
      }
    };

    /**
     * Event handler for "touchmove"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchMove = function(e) {
      var orig = e.originalEvent,
          touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig],
          // if scrolling on y axis, do not prevent default
          xMovement = Math.abs(touchPoints[0].pageX - slider.touch.start.x),
          yMovement = Math.abs(touchPoints[0].pageY - slider.touch.start.y),
          value = 0,
          change = 0;
      // this is swipe
      slider.hasMove = true;

      // x axis swipe
      if ((xMovement * 3) > yMovement && slider.settings.preventDefaultSwipeX) {
        e.preventDefault();
        // y axis swipe
      } else if ((yMovement * 3) > xMovement && slider.settings.preventDefaultSwipeY) {
        e.preventDefault();
      }
      if (e.type !== 'touchmove') {
        e.preventDefault();
      }

      if (slider.settings.mode !== 'fade' && slider.settings.oneToOneTouch) {
        // if horizontal, drag along x axis
        if (slider.settings.mode === 'horizontal') {
          change = touchPoints[0].pageX - slider.touch.start.x;
          value = slider.touch.originalPos.left + change;
          // if vertical, drag along y axis
        } else {
          change = touchPoints[0].pageY - slider.touch.start.y;
          value = slider.touch.originalPos.top + change;
        }
        setPositionProperty(value, 'reset', 0);
      }
    };

    /**
     * Event handler for "touchend"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchEnd = function(e) {
      e.preventDefault();
      slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
      //enable slider controls as soon as user stops interacing with slides
      slider.controls.el.removeClass('disabled');
      var orig    = e.originalEvent,
          touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig],
          value       = 0,
          distance    = 0;
      // record end x, y positions
      slider.touch.end.x = touchPoints[0].pageX;
      slider.touch.end.y = touchPoints[0].pageY;
      // if fade mode, check if absolute x distance clears the threshold
      if (slider.settings.mode === 'fade') {
        distance = Math.abs(slider.touch.start.x - slider.touch.end.x);
        if (distance >= slider.settings.swipeThreshold) {
          if (slider.touch.start.x > slider.touch.end.x) {
            el.goToNextSlide();
          } else {
            el.goToPrevSlide();
          }
          el.stopAuto();
        }
        // not fade mode
      } else {
        // calculate distance and el's animate property
        if (slider.settings.mode === 'horizontal') {
          distance = slider.touch.end.x - slider.touch.start.x;
          value = slider.touch.originalPos.left;
        } else {
          distance = slider.touch.end.y - slider.touch.start.y;
          value = slider.touch.originalPos.top;
        }
        // if not infinite loop and first / last slide, do not attempt a slide transition
        if (!slider.settings.infiniteLoop && ((slider.active.index === 0 && distance > 0) || (slider.active.last && distance < 0))) {
          setPositionProperty(value, 'reset', 200);
        } else {
          // check if distance clears threshold
          if (Math.abs(distance) >= slider.settings.swipeThreshold) {
            if (distance < 0) {
              el.goToNextSlide();
            } else {
              el.goToPrevSlide();
            }
            el.stopAuto();
          } else {
            // el.animate(property, 200);
            setPositionProperty(value, 'reset', 200);
          }
        }
      }
      slider.viewport.off('touchend MSPointerUp pointerup', onTouchEnd);

      if (slider.viewport.get(0).releasePointerCapture) {
        slider.viewport.get(0).releasePointerCapture(slider.pointerId);
      }
      // if slider had swipe with left mouse, touch contact and pen contact
      if (slider.hasMove === false && (slider.originalClickButton === 0 || slider.originalEventType === 'touchstart')) {
        // trigger click event (fix for Firefox59 and PointerEvent standard compatibility)
        $(slider.originalClickTarget).trigger({
          type: 'click',
          button: slider.originalClickButton,
          buttons: slider.originalClickButtons
        });
      }
    };

    /**
     * Window resize event callback
     */
    var resizeWindow = function(e) {
      // don't do anything if slider isn't initialized.
      if (!slider.initialized) { return; }
      // Delay if slider working.
      if (slider.working) {
        window.setTimeout(resizeWindow, 10);
      } else {
        // get the new window dimens (again, thank you IE)
        var windowWidthNew = $(window).width(),
            windowHeightNew = $(window).height();
        // make sure that it is a true window resize
        // *we must check this because our dinosaur friend IE fires a window resize event when certain DOM elements
        // are resized. Can you just die already?*
        if (windowWidth !== windowWidthNew || windowHeight !== windowHeightNew) {
          // set the new window dimens
          windowWidth = windowWidthNew;
          windowHeight = windowHeightNew;
          // update all dynamic elements
          el.redrawSlider();
          // Call user resize handler
          slider.settings.onSliderResize.call(el, slider.active.index);
        }
      }
    };

    /**
     * Adds an aria-hidden=true attribute to each element
     *
     * @param startVisibleIndex (int)
     *  - the first visible element's index
     */
    var applyAriaHiddenAttributes = function(startVisibleIndex) {
      var numberOfSlidesShowing = getNumberSlidesShowing();
      // only apply attributes if the setting is enabled and not in ticker mode
      if (slider.settings.ariaHidden && !slider.settings.ticker) {
        // add aria-hidden=true to all elements
        slider.children.attr('aria-hidden', 'true');
        // get the visible elements and change to aria-hidden=false
        slider.children.slice(startVisibleIndex, startVisibleIndex + numberOfSlidesShowing).attr('aria-hidden', 'false');
      }
    };

    /**
     * Returns index according to present page range
     *
     * @param slideOndex (int)
     *  - the desired slide index
     */
    var setSlideIndex = function(slideIndex) {
      if (slideIndex < 0) {
        if (slider.settings.infiniteLoop) {
          return getPagerQty() - 1;
        }else {
          //we don't go to undefined slides
          return slider.active.index;
        }
        // if slideIndex is greater than children length, set active index to 0 (this happens during infinite loop)
      } else if (slideIndex >= getPagerQty()) {
        if (slider.settings.infiniteLoop) {
          return 0;
        } else {
          //we don't move to undefined pages
          return slider.active.index;
        }
        // set active index to requested slide
      } else {
        return slideIndex;
      }
    };

    /**
     * ===================================================================================
     * = PUBLIC FUNCTIONS
     * ===================================================================================
     */

    /**
     * Performs slide transition to the specified slide
     *
     * @param slideIndex (int)
     *  - the destination slide's index (zero-based)
     *
     * @param direction (string)
     *  - INTERNAL USE ONLY - the direction of travel ("prev" / "next")
     */
    el.goToSlide = function(slideIndex, direction) {
      // onSlideBefore, onSlideNext, onSlidePrev callbacks
      // Allow transition canceling based on returned value
      var performTransition = true,
          moveBy = 0,
          position = {left: 0, top: 0},
          lastChild = null,
          lastShowingIndex, eq, value, requestEl;
      // store the old index
      slider.oldIndex = slider.active.index;
      //set new index
      slider.active.index = setSlideIndex(slideIndex);

      // if plugin is currently in motion, ignore request
      if (slider.working || slider.active.index === slider.oldIndex) { return; }
      // declare that plugin is in motion
      slider.working = true;

      performTransition = slider.settings.onSlideBefore.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index);

      // If transitions canceled, reset and return
      if (typeof (performTransition) !== 'undefined' && !performTransition) {
        slider.active.index = slider.oldIndex; // restore old index
        slider.working = false; // is not in motion
        return;
      }

      if (direction === 'next') {
        // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
        if (!slider.settings.onSlideNext.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
          performTransition = false;
        }
      } else if (direction === 'prev') {
        // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
        if (!slider.settings.onSlidePrev.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
          performTransition = false;
        }
      }

      // check if last slide
      slider.active.last = slider.active.index >= getPagerQty() - 1;
      // update the pager with active class
      if (slider.settings.pager || slider.settings.pagerCustom) { updatePagerActive(slider.active.index); }
      // // check for direction control update
      if (slider.settings.controls) { updateDirectionControls(); }
      // if slider is set to mode: "fade"
      if (slider.settings.mode === 'fade') {
        // if adaptiveHeight is true and next height is different from current height, animate to the new height
        if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
          slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
        }
        // fade out the visible child and reset its z-index value
        slider.children.filter(':visible').fadeOut(slider.settings.speed).css({zIndex: 0});
        // fade in the newly requested slide
        slider.children.eq(slider.active.index).css('zIndex', slider.settings.slideZIndex + 1).fadeIn(slider.settings.speed, function() {
          $(this).css('zIndex', slider.settings.slideZIndex);
          updateAfterSlideTransition();
        });
        // slider mode is not "fade"
      } else {
        // if adaptiveHeight is true and next height is different from current height, animate to the new height
        if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
          slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
        }
        // if carousel and not infinite loop
        if (!slider.settings.infiniteLoop && slider.carousel && slider.active.last) {
          if (slider.settings.mode === 'horizontal') {
            // get the last child position
            lastChild = slider.children.eq(slider.children.length - 1);
            position = lastChild.position();
            // calculate the position of the last slide
            moveBy = slider.viewport.width() - lastChild.outerWidth();
          } else {
            // get last showing index position
            lastShowingIndex = slider.children.length - slider.settings.minSlides;
            position = slider.children.eq(lastShowingIndex).position();
          }
          // horizontal carousel, going previous while on first slide (infiniteLoop mode)
        } else if (slider.carousel && slider.active.last && direction === 'prev') {
          // get the last child position
          eq = slider.settings.moveSlides === 1 ? slider.settings.maxSlides - getMoveBy() : ((getPagerQty() - 1) * getMoveBy()) - (slider.children.length - slider.settings.maxSlides);
          lastChild = el.children('.bx-clone').eq(eq);
          position = lastChild.position();
          // if infinite loop and "Next" is clicked on the last slide
        } else if (direction === 'next' && slider.active.index === 0) {
          // get the last clone position
          position = el.find('> .bx-clone').eq(slider.settings.maxSlides).position();
          slider.active.last = false;
          // normal non-zero requests
        } else if (slideIndex >= 0) {
          //parseInt is applied to allow floats for slides/page
          requestEl = slideIndex * parseInt(getMoveBy());
          position = slider.children.eq(requestEl).position();
        }

        /* If the position doesn't exist
         * (e.g. if you destroy the slider on a next click),
         * it doesn't throw an error.
         */
        if (typeof (position) !== 'undefined') {
          value = slider.settings.mode === 'horizontal' ? -(position.left - moveBy) : -position.top;
          // plugin values to be animated
          setPositionProperty(value, 'slide', slider.settings.speed);
        }
        slider.working = false;
      }
      if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
    };

    /**
     * Transitions to the next slide in the show
     */
    el.goToNextSlide = function() {
      // if infiniteLoop is false and last page is showing, disregard call
      if (!slider.settings.infiniteLoop && slider.active.last) { return; }
      if (slider.working === true){ return ;}
      var pagerIndex = parseInt(slider.active.index) + 1;
      el.goToSlide(pagerIndex, 'next');
    };

    /**
     * Transitions to the prev slide in the show
     */
    el.goToPrevSlide = function() {
      // if infiniteLoop is false and last page is showing, disregard call
      if (!slider.settings.infiniteLoop && slider.active.index === 0) { return; }
      if (slider.working === true){ return ;}
      var pagerIndex = parseInt(slider.active.index) - 1;
      el.goToSlide(pagerIndex, 'prev');
    };

    /**
     * Starts the auto show
     *
     * @param preventControlUpdate (boolean)
     *  - if true, auto controls state will not be updated
     */
    el.startAuto = function(preventControlUpdate) {
      // if an interval already exists, disregard call
      if (slider.interval) { return; }
      // create an interval
      slider.interval = setInterval(function() {
        if (slider.settings.autoDirection === 'next') {
          el.goToNextSlide();
        } else {
          el.goToPrevSlide();
        }
      }, slider.settings.pause);
      //allback for when the auto rotate status changes
      slider.settings.onAutoChange.call(el, true);
      // if auto controls are displayed and preventControlUpdate is not true
      if (slider.settings.autoControls && preventControlUpdate !== true) { updateAutoControls('stop'); }
    };

    /**
     * Stops the auto show
     *
     * @param preventControlUpdate (boolean)
     *  - if true, auto controls state will not be updated
     */
    el.stopAuto = function(preventControlUpdate) {
      // if slider is auto paused, just clear that state
      if (slider.autoPaused) slider.autoPaused = false;
      // if no interval exists, disregard call
      if (!slider.interval) { return; }
      // clear the interval
      clearInterval(slider.interval);
      slider.interval = null;
      //allback for when the auto rotate status changes
      slider.settings.onAutoChange.call(el, false);
      // if auto controls are displayed and preventControlUpdate is not true
      if (slider.settings.autoControls && preventControlUpdate !== true) { updateAutoControls('start'); }
    };

    /**
     * Returns current slide index (zero-based)
     */
    el.getCurrentSlide = function() {
      return slider.active.index;
    };

    /**
     * Returns current slide element
     */
    el.getCurrentSlideElement = function() {
      return slider.children.eq(slider.active.index);
    };

    /**
     * Returns a slide element
     * @param index (int)
     *  - The index (zero-based) of the element you want returned.
     */
    el.getSlideElement = function(index) {
      return slider.children.eq(index);
    };

    /**
     * Returns number of slides in show
     */
    el.getSlideCount = function() {
      return slider.children.length;
    };

    /**
     * Return slider.working variable
     */
    el.isWorking = function() {
      return slider.working;
    };

    /**
     * Update all dynamic slider elements
     */
    el.redrawSlider = function() {
      // resize all children in ratio to new screen size
      slider.children.add(el.find('.bx-clone')).outerWidth(getSlideWidth());
      // adjust the height
      slider.viewport.css('height', getViewportHeight());
      // update the slide position
      if (!slider.settings.ticker) { setSlidePosition(); }
      // if active.last was true before the screen resize, we want
      // to keep it last no matter what screen size we end on
      if (slider.active.last) { slider.active.index = getPagerQty() - 1; }
      // if the active index (page) no longer exists due to the resize, simply set the index as last
      if (slider.active.index >= getPagerQty()) { slider.active.last = true; }
      // if a pager is being displayed and a custom pager is not being used, update it
      if (slider.settings.pager && !slider.settings.pagerCustom) {
        populatePager();
        updatePagerActive(slider.active.index);
      }
      if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
    };

    /**
     * Destroy the current instance of the slider (revert everything back to original state)
     */
    el.destroySlider = function() {
      // don't do anything if slider has already been destroyed
      if (!slider.initialized) { return; }
      slider.initialized = false;
      $('.bx-clone', this).remove();
      slider.children.each(function() {
        if ($(this).data('origStyle') !== undefined) {
          $(this).attr('style', $(this).data('origStyle'));
        } else {
          $(this).removeAttr('style');
        }
      });
      if ($(this).data('origStyle') !== undefined) {
        this.attr('style', $(this).data('origStyle'));
      } else {
        $(this).removeAttr('style');
      }
      $(this).unwrap().unwrap();
      if (slider.controls.el) { slider.controls.el.remove(); }
      if (slider.controls.next) { slider.controls.next.remove(); }
      if (slider.controls.prev) { slider.controls.prev.remove(); }
      if (slider.pagerEl && slider.settings.controls && !slider.settings.pagerCustom) { slider.pagerEl.remove(); }
      $('.bx-caption', this).remove();
      if (slider.controls.autoEl) { slider.controls.autoEl.remove(); }
      clearInterval(slider.interval);
      if (slider.settings.responsive) { $(window).off('resize', resizeWindow); }
      if (slider.settings.keyboardEnabled) { $(document).off('keydown', keyPress); }
      //remove self reference in data
      $(this).removeData('bxSlider');
      // remove global window handlers
      $(window).off('blur', windowBlurHandler).off('focus', windowFocusHandler);
    };

    /**
     * Reload the slider (revert all DOM changes, and re-initialize)
     */
    el.reloadSlider = function(settings) {
      if (settings !== undefined) { options = settings; }
      el.destroySlider();
      init();
      //store reference to self in order to access public functions later
      $(el).data('bxSlider', this);
    };

    init();

    $(el).data('bxSlider', this);

    // returns the current jQuery object
    return this;
  };

})(jQuery);
PK�
�[�R��cc/assets/js/magnific-popup/magnific-popup.min.cssnu�[���.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}PK�
�[)�a�E�E�1assets/js/magnific-popup/jquery.magnific-popup.jsnu�[���/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
;(function (factory) { 
if (typeof define === 'function' && define.amd) { 
 // AMD. Register as an anonymous module. 
 define(['jquery'], factory); 
 } else if (typeof exports === 'object') { 
 // Node/CommonJS 
 factory(require('jquery')); 
 } else { 
 // Browser globals 
 factory(window.jQuery || window.Zepto); 
 } 
 }(function($) { 

/*>>core*/
/**
 * 
 * Magnific Popup Core JS file
 * 
 */


/**
 * Private static constants
 */
var CLOSE_EVENT = 'Close',
	BEFORE_CLOSE_EVENT = 'BeforeClose',
	AFTER_CLOSE_EVENT = 'AfterClose',
	BEFORE_APPEND_EVENT = 'BeforeAppend',
	MARKUP_PARSE_EVENT = 'MarkupParse',
	OPEN_EVENT = 'Open',
	CHANGE_EVENT = 'Change',
	NS = 'mfp',
	EVENT_NS = '.' + NS,
	READY_CLASS = 'mfp-ready',
	REMOVING_CLASS = 'mfp-removing',
	PREVENT_CLOSE_CLASS = 'mfp-prevent-close';


/**
 * Private vars 
 */
/*jshint -W079 */
var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this'
	MagnificPopup = function(){},
	_isJQ = !!(window.jQuery),
	_prevStatus,
	_window = $(window),
	_document,
	_prevContentType,
	_wrapClasses,
	_currPopupType;


/**
 * Private functions
 */
var _mfpOn = function(name, f) {
		mfp.ev.on(NS + name + EVENT_NS, f);
	},
	_getEl = function(className, appendTo, html, raw) {
		var el = document.createElement('div');
		el.className = 'mfp-'+className;
		if(html) {
			el.innerHTML = html;
		}
		if(!raw) {
			el = $(el);
			if(appendTo) {
				el.appendTo(appendTo);
			}
		} else if(appendTo) {
			appendTo.appendChild(el);
		}
		return el;
	},
	_mfpTrigger = function(e, data) {
		mfp.ev.triggerHandler(NS + e, data);

		if(mfp.st.callbacks) {
			// converts "mfpEventName" to "eventName" callback and triggers it if it's present
			e = e.charAt(0).toLowerCase() + e.slice(1);
			if(mfp.st.callbacks[e]) {
				mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]);
			}
		}
	},
	_getCloseBtn = function(type) {
		if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {
			mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) );
			_currPopupType = type;
		}
		return mfp.currTemplate.closeBtn;
	},
	// Initialize Magnific Popup only when called at least once
	_checkInstance = function() {
		if(!$.magnificPopup.instance) {
			/*jshint -W020 */
			mfp = new MagnificPopup();
			mfp.init();
			$.magnificPopup.instance = mfp;
		}
	},
	// CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr
	supportsTransitions = function() {
		var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist
			v = ['ms','O','Moz','Webkit']; // 'v' for vendor

		if( s['transition'] !== undefined ) {
			return true; 
		}
			
		while( v.length ) {
			if( v.pop() + 'Transition' in s ) {
				return true;
			}
		}
				
		return false;
	};



/**
 * Public functions
 */
MagnificPopup.prototype = {

	constructor: MagnificPopup,

	/**
	 * Initializes Magnific Popup plugin. 
	 * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed
	 */
	init: function() {
		var appVersion = navigator.appVersion;
		mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener;
		mfp.isAndroid = (/android/gi).test(appVersion);
		mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion);
		mfp.supportsTransition = supportsTransitions();

		// We disable fixed positioned lightbox on devices that don't handle it nicely.
		// If you know a better way of detecting this - let me know.
		mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) );
		_document = $(document);

		mfp.popupsCache = {};
	},

	/**
	 * Opens popup
	 * @param  data [description]
	 */
	open: function(data) {

		var i;

		if(data.isObj === false) { 
			// convert jQuery collection to array to avoid conflicts later
			mfp.items = data.items.toArray();

			mfp.index = 0;
			var items = data.items,
				item;
			for(i = 0; i < items.length; i++) {
				item = items[i];
				if(item.parsed) {
					item = item.el[0];
				}
				if(item === data.el[0]) {
					mfp.index = i;
					break;
				}
			}
		} else {
			mfp.items = $.isArray(data.items) ? data.items : [data.items];
			mfp.index = data.index || 0;
		}

		// if popup is already opened - we just update the content
		if(mfp.isOpen) {
			mfp.updateItemHTML();
			return;
		}
		
		mfp.types = []; 
		_wrapClasses = '';
		if(data.mainEl && data.mainEl.length) {
			mfp.ev = data.mainEl.eq(0);
		} else {
			mfp.ev = _document;
		}

		if(data.key) {
			if(!mfp.popupsCache[data.key]) {
				mfp.popupsCache[data.key] = {};
			}
			mfp.currTemplate = mfp.popupsCache[data.key];
		} else {
			mfp.currTemplate = {};
		}



		mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data ); 
		mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos;

		if(mfp.st.modal) {
			mfp.st.closeOnContentClick = false;
			mfp.st.closeOnBgClick = false;
			mfp.st.showCloseBtn = false;
			mfp.st.enableEscapeKey = false;
		}
		

		// Building markup
		// main containers are created only once
		if(!mfp.bgOverlay) {

			// Dark overlay
			mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() {
				mfp.close();
			});

			mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) {
				if(mfp._checkIfClose(e.target)) {
					mfp.close();
				}
			});

			mfp.container = _getEl('container', mfp.wrap);
		}

		mfp.contentContainer = _getEl('content');
		if(mfp.st.preloader) {
			mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading);
		}


		// Initializing modules
		var modules = $.magnificPopup.modules;
		for(i = 0; i < modules.length; i++) {
			var n = modules[i];
			n = n.charAt(0).toUpperCase() + n.slice(1);
			mfp['init'+n].call(mfp);
		}
		_mfpTrigger('BeforeOpen');


		if(mfp.st.showCloseBtn) {
			// Close button
			if(!mfp.st.closeBtnInside) {
				mfp.wrap.append( _getCloseBtn() );
			} else {
				_mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) {
					values.close_replaceWith = _getCloseBtn(item.type);
				});
				_wrapClasses += ' mfp-close-btn-in';
			}
		}

		if(mfp.st.alignTop) {
			_wrapClasses += ' mfp-align-top';
		}

	

		if(mfp.fixedContentPos) {
			mfp.wrap.css({
				overflow: mfp.st.overflowY,
				overflowX: 'hidden',
				overflowY: mfp.st.overflowY
			});
		} else {
			mfp.wrap.css({ 
				top: _window.scrollTop(),
				position: 'absolute'
			});
		}
		if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) {
			mfp.bgOverlay.css({
				height: _document.height(),
				position: 'absolute'
			});
		}

		

		if(mfp.st.enableEscapeKey) {
			// Close on ESC key
			_document.on('keyup' + EVENT_NS, function(e) {
				if(e.keyCode === 27) {
					mfp.close();
				}
			});
		}

		_window.on('resize' + EVENT_NS, function() {
			mfp.updateSize();
		});


		if(!mfp.st.closeOnContentClick) {
			_wrapClasses += ' mfp-auto-cursor';
		}
		
		if(_wrapClasses)
			mfp.wrap.addClass(_wrapClasses);


		// this triggers recalculation of layout, so we get it once to not to trigger twice
		var windowHeight = mfp.wH = _window.height();

		
		var windowStyles = {};

		if( mfp.fixedContentPos ) {
            if(mfp._hasScrollBar(windowHeight)){
                var s = mfp._getScrollbarSize();
                if(s) {
                    windowStyles.marginRight = s;
                }
            }
        }

		if(mfp.fixedContentPos) {
			if(!mfp.isIE7) {
				windowStyles.overflow = 'hidden';
			} else {
				// ie7 double-scroll bug
				$('body, html').css('overflow', 'hidden');
			}
		}

		
		
		var classesToadd = mfp.st.mainClass;
		if(mfp.isIE7) {
			classesToadd += ' mfp-ie7';
		}
		if(classesToadd) {
			mfp._addClassToMFP( classesToadd );
		}

		// add content
		mfp.updateItemHTML();

		_mfpTrigger('BuildControls');

		// remove scrollbar, add margin e.t.c
		$('html').css(windowStyles);
		
		// add everything to DOM
		mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) );

		// Save last focused element
		mfp._lastFocusedEl = document.activeElement;
		
		// Wait for next cycle to allow CSS transition
		setTimeout(function() {
			
			if(mfp.content) {
				mfp._addClassToMFP(READY_CLASS);
				mfp._setFocus();
			} else {
				// if content is not defined (not loaded e.t.c) we add class only for BG
				mfp.bgOverlay.addClass(READY_CLASS);
			}
			
			// Trap the focus in popup
			_document.on('focusin' + EVENT_NS, mfp._onFocusIn);

		}, 16);

		mfp.isOpen = true;
		mfp.updateSize(windowHeight);
		_mfpTrigger(OPEN_EVENT);

		return data;
	},

	/**
	 * Closes the popup
	 */
	close: function() {
		if(!mfp.isOpen) return;
		_mfpTrigger(BEFORE_CLOSE_EVENT);

		mfp.isOpen = false;
		// for CSS3 animation
		if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition )  {
			mfp._addClassToMFP(REMOVING_CLASS);
			setTimeout(function() {
				mfp._close();
			}, mfp.st.removalDelay);
		} else {
			mfp._close();
		}
	},

	/**
	 * Helper for close() function
	 */
	_close: function() {
		_mfpTrigger(CLOSE_EVENT);

		var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' ';

		mfp.bgOverlay.detach();
		mfp.wrap.detach();
		mfp.container.empty();

		if(mfp.st.mainClass) {
			classesToRemove += mfp.st.mainClass + ' ';
		}

		mfp._removeClassFromMFP(classesToRemove);

		if(mfp.fixedContentPos) {
			var windowStyles = {marginRight: ''};
			if(mfp.isIE7) {
				$('body, html').css('overflow', '');
			} else {
				windowStyles.overflow = '';
			}
			$('html').css(windowStyles);
		}
		
		_document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS);
		mfp.ev.off(EVENT_NS);

		// clean up DOM elements that aren't removed
		mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style');
		mfp.bgOverlay.attr('class', 'mfp-bg');
		mfp.container.attr('class', 'mfp-container');

		// remove close button from target element
		if(mfp.st.showCloseBtn &&
		(!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) {
			if(mfp.currTemplate.closeBtn)
				mfp.currTemplate.closeBtn.detach();
		}


		if(mfp.st.autoFocusLast && mfp._lastFocusedEl) {
			$(mfp._lastFocusedEl).focus(); // put tab focus back
		}
		mfp.currItem = null;	
		mfp.content = null;
		mfp.currTemplate = null;
		mfp.prevHeight = 0;

		_mfpTrigger(AFTER_CLOSE_EVENT);
	},
	
	updateSize: function(winHeight) {

		if(mfp.isIOS) {
			// fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2
			var zoomLevel = document.documentElement.clientWidth / window.innerWidth;
			var height = window.innerHeight * zoomLevel;
			mfp.wrap.css('height', height);
			mfp.wH = height;
		} else {
			mfp.wH = winHeight || _window.height();
		}
		// Fixes #84: popup incorrectly positioned with position:relative on body
		if(!mfp.fixedContentPos) {
			mfp.wrap.css('height', mfp.wH);
		}

		_mfpTrigger('Resize');

	},

	/**
	 * Set content of popup based on current index
	 */
	updateItemHTML: function() {
		var item = mfp.items[mfp.index];

		// Detach and perform modifications
		mfp.contentContainer.detach();

		if(mfp.content)
			mfp.content.detach();

		if(!item.parsed) {
			item = mfp.parseEl( mfp.index );
		}

		var type = item.type;

		_mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]);
		// BeforeChange event works like so:
		// _mfpOn('BeforeChange', function(e, prevType, newType) { });

		mfp.currItem = item;

		if(!mfp.currTemplate[type]) {
			var markup = mfp.st[type] ? mfp.st[type].markup : false;

			// allows to modify markup
			_mfpTrigger('FirstMarkupParse', markup);

			if(markup) {
				mfp.currTemplate[type] = $(markup);
			} else {
				// if there is no markup found we just define that template is parsed
				mfp.currTemplate[type] = true;
			}
		}

		if(_prevContentType && _prevContentType !== item.type) {
			mfp.container.removeClass('mfp-'+_prevContentType+'-holder');
		}

		var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]);
		mfp.appendContent(newContent, type);

		item.preloaded = true;

		_mfpTrigger(CHANGE_EVENT, item);
		_prevContentType = item.type;

		// Append container back after its content changed
		mfp.container.prepend(mfp.contentContainer);

		_mfpTrigger('AfterChange');
	},


	/**
	 * Set HTML content of popup
	 */
	appendContent: function(newContent, type) {
		mfp.content = newContent;

		if(newContent) {
			if(mfp.st.showCloseBtn && mfp.st.closeBtnInside &&
				mfp.currTemplate[type] === true) {
				// if there is no markup, we just append close button element inside
				if(!mfp.content.find('.mfp-close').length) {
					mfp.content.append(_getCloseBtn());
				}
			} else {
				mfp.content = newContent;
			}
		} else {
			mfp.content = '';
		}

		_mfpTrigger(BEFORE_APPEND_EVENT);
		mfp.container.addClass('mfp-'+type+'-holder');

		mfp.contentContainer.append(mfp.content);
	},


	/**
	 * Creates Magnific Popup data object based on given data
	 * @param  {int} index Index of item to parse
	 */
	parseEl: function(index) {
		var item = mfp.items[index],
			type;

		if(item.tagName) {
			item = { el: $(item) };
		} else {
			type = item.type;
			item = { data: item, src: item.src };
		}

		if(item.el) {
			var types = mfp.types;

			// check for 'mfp-TYPE' class
			for(var i = 0; i < types.length; i++) {
				if( item.el.hasClass('mfp-'+types[i]) ) {
					type = types[i];
					break;
				}
			}

			item.src = item.el.attr('data-mfp-src');
			if(!item.src) {
				item.src = item.el.attr('href');
			}
		}

		item.type = type || mfp.st.type || 'inline';
		item.index = index;
		item.parsed = true;
		mfp.items[index] = item;
		_mfpTrigger('ElementParse', item);

		return mfp.items[index];
	},


	/**
	 * Initializes single popup or a group of popups
	 */
	addGroup: function(el, options) {
		var eHandler = function(e) {
			e.mfpEl = this;
			mfp._openClick(e, el, options);
		};

		if(!options) {
			options = {};
		}

		var eName = 'click.magnificPopup';
		options.mainEl = el;

		if(options.items) {
			options.isObj = true;
			el.off(eName).on(eName, eHandler);
		} else {
			options.isObj = false;
			if(options.delegate) {
				el.off(eName).on(eName, options.delegate , eHandler);
			} else {
				options.items = el;
				el.off(eName).on(eName, eHandler);
			}
		}
	},
	_openClick: function(e, el, options) {
		var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick;


		if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) {
			return;
		}

		var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn;

		if(disableOn) {
			if($.isFunction(disableOn)) {
				if( !disableOn.call(mfp) ) {
					return true;
				}
			} else { // else it's number
				if( _window.width() < disableOn ) {
					return true;
				}
			}
		}

		if(e.type) {
			e.preventDefault();

			// This will prevent popup from closing if element is inside and popup is already opened
			if(mfp.isOpen) {
				e.stopPropagation();
			}
		}

		options.el = $(e.mfpEl);
		if(options.delegate) {
			options.items = el.find(options.delegate);
		}
		mfp.open(options);
	},


	/**
	 * Updates text on preloader
	 */
	updateStatus: function(status, text) {

		if(mfp.preloader) {
			if(_prevStatus !== status) {
				mfp.container.removeClass('mfp-s-'+_prevStatus);
			}

			if(!text && status === 'loading') {
				text = mfp.st.tLoading;
			}

			var data = {
				status: status,
				text: text
			};
			// allows to modify status
			_mfpTrigger('UpdateStatus', data);

			status = data.status;
			text = data.text;

			mfp.preloader.html(text);

			mfp.preloader.find('a').on('click', function(e) {
				e.stopImmediatePropagation();
			});

			mfp.container.addClass('mfp-s-'+status);
			_prevStatus = status;
		}
	},


	/*
		"Private" helpers that aren't private at all
	 */
	// Check to close popup or not
	// "target" is an element that was clicked
	_checkIfClose: function(target) {

		if($(target).hasClass(PREVENT_CLOSE_CLASS)) {
			return;
		}

		var closeOnContent = mfp.st.closeOnContentClick;
		var closeOnBg = mfp.st.closeOnBgClick;

		if(closeOnContent && closeOnBg) {
			return true;
		} else {

			// We close the popup if click is on close button or on preloader. Or if there is no content.
			if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) {
				return true;
			}

			// if click is outside the content
			if(  (target !== mfp.content[0] && !$.contains(mfp.content[0], target))  ) {
				if(closeOnBg) {
					// last check, if the clicked element is in DOM, (in case it's removed onclick)
					if( $.contains(document, target) ) {
						return true;
					}
				}
			} else if(closeOnContent) {
				return true;
			}

		}
		return false;
	},
	_addClassToMFP: function(cName) {
		mfp.bgOverlay.addClass(cName);
		mfp.wrap.addClass(cName);
	},
	_removeClassFromMFP: function(cName) {
		this.bgOverlay.removeClass(cName);
		mfp.wrap.removeClass(cName);
	},
	_hasScrollBar: function(winHeight) {
		return (  (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) );
	},
	_setFocus: function() {
		(mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();
	},
	_onFocusIn: function(e) {
		if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) {
			mfp._setFocus();
			return false;
		}
	},
	_parseMarkup: function(template, values, item) {
		var arr;
		if(item.data) {
			values = $.extend(item.data, values);
		}
		_mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] );

		$.each(values, function(key, value) {
			if(value === undefined || value === false) {
				return true;
			}
			arr = key.split('_');
			if(arr.length > 1) {
				var el = template.find(EVENT_NS + '-'+arr[0]);

				if(el.length > 0) {
					var attr = arr[1];
					if(attr === 'replaceWith') {
						if(el[0] !== value[0]) {
							el.replaceWith(value);
						}
					} else if(attr === 'img') {
						if(el.is('img')) {
							el.attr('src', value);
						} else {
							el.replaceWith( $('<img>').attr('src', value).attr('class', el.attr('class')) );
						}
					} else {
						el.attr(arr[1], value);
					}
				}

			} else {
				template.find(EVENT_NS + '-'+key).html(value);
			}
		});
	},

	_getScrollbarSize: function() {
		// thx David
		if(mfp.scrollbarSize === undefined) {
			var scrollDiv = document.createElement("div");
			scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;';
			document.body.appendChild(scrollDiv);
			mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth;
			document.body.removeChild(scrollDiv);
		}
		return mfp.scrollbarSize;
	}

}; /* MagnificPopup core prototype end */




/**
 * Public static functions
 */
$.magnificPopup = {
	instance: null,
	proto: MagnificPopup.prototype,
	modules: [],

	open: function(options, index) {
		_checkInstance();

		if(!options) {
			options = {};
		} else {
			options = $.extend(true, {}, options);
		}

		options.isObj = true;
		options.index = index || 0;
		return this.instance.open(options);
	},

	close: function() {
		return $.magnificPopup.instance && $.magnificPopup.instance.close();
	},

	registerModule: function(name, module) {
		if(module.options) {
			$.magnificPopup.defaults[name] = module.options;
		}
		$.extend(this.proto, module.proto);
		this.modules.push(name);
	},

	defaults: {

		// Info about options is in docs:
		// http://dimsemenov.com/plugins/magnific-popup/documentation.html#options

		disableOn: 0,

		key: null,

		midClick: false,

		mainClass: '',

		preloader: true,

		focus: '', // CSS selector of input to focus after popup is opened

		closeOnContentClick: false,

		closeOnBgClick: true,

		closeBtnInside: true,

		showCloseBtn: true,

		enableEscapeKey: true,

		modal: false,

		alignTop: false,

		removalDelay: 0,

		prependTo: null,

		fixedContentPos: 'auto',

		fixedBgPos: 'auto',

		overflowY: 'auto',

		closeMarkup: '<button title="%title%" type="button" class="mfp-close">&#215;</button>',

		tClose: 'Close (Esc)',

		tLoading: 'Loading...',

		autoFocusLast: true

	}
};



$.fn.magnificPopup = function(options) {
	_checkInstance();

	var jqEl = $(this);

	// We call some API method of first param is a string
	if (typeof options === "string" ) {

		if(options === 'open') {
			var items,
				itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup,
				index = parseInt(arguments[1], 10) || 0;

			if(itemOpts.items) {
				items = itemOpts.items[index];
			} else {
				items = jqEl;
				if(itemOpts.delegate) {
					items = items.find(itemOpts.delegate);
				}
				items = items.eq( index );
			}
			mfp._openClick({mfpEl:items}, jqEl, itemOpts);
		} else {
			if(mfp.isOpen)
				mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1));
		}

	} else {
		// clone options obj
		options = $.extend(true, {}, options);

		/*
		 * As Zepto doesn't support .data() method for objects
		 * and it works only in normal browsers
		 * we assign "options" object directly to the DOM element. FTW!
		 */
		if(_isJQ) {
			jqEl.data('magnificPopup', options);
		} else {
			jqEl[0].magnificPopup = options;
		}

		mfp.addGroup(jqEl, options);

	}
	return jqEl;
};

/*>>core*/

/*>>inline*/

var INLINE_NS = 'inline',
	_hiddenClass,
	_inlinePlaceholder,
	_lastInlineElement,
	_putInlineElementsBack = function() {
		if(_lastInlineElement) {
			_inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach();
			_lastInlineElement = null;
		}
	};

$.magnificPopup.registerModule(INLINE_NS, {
	options: {
		hiddenClass: 'hide', // will be appended with `mfp-` prefix
		markup: '',
		tNotFound: 'Content not found'
	},
	proto: {

		initInline: function() {
			mfp.types.push(INLINE_NS);

			_mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() {
				_putInlineElementsBack();
			});
		},

		getInline: function(item, template) {

			_putInlineElementsBack();

			if(item.src) {
				var inlineSt = mfp.st.inline,
					el = $(item.src);

				if(el.length) {

					// If target element has parent - we replace it with placeholder and put it back after popup is closed
					var parent = el[0].parentNode;
					if(parent && parent.tagName) {
						if(!_inlinePlaceholder) {
							_hiddenClass = inlineSt.hiddenClass;
							_inlinePlaceholder = _getEl(_hiddenClass);
							_hiddenClass = 'mfp-'+_hiddenClass;
						}
						// replace target inline element with placeholder
						_lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass);
					}

					mfp.updateStatus('ready');
				} else {
					mfp.updateStatus('error', inlineSt.tNotFound);
					el = $('<div>');
				}

				item.inlineElement = el;
				return el;
			}

			mfp.updateStatus('ready');
			mfp._parseMarkup(template, {}, item);
			return template;
		}
	}
});

/*>>inline*/

/*>>ajax*/
var AJAX_NS = 'ajax',
	_ajaxCur,
	_removeAjaxCursor = function() {
		if(_ajaxCur) {
			$(document.body).removeClass(_ajaxCur);
		}
	},
	_destroyAjaxRequest = function() {
		_removeAjaxCursor();
		if(mfp.req) {
			mfp.req.abort();
		}
	};

$.magnificPopup.registerModule(AJAX_NS, {

	options: {
		settings: null,
		cursor: 'mfp-ajax-cur',
		tError: '<a href="%url%">The content</a> could not be loaded.'
	},

	proto: {
		initAjax: function() {
			mfp.types.push(AJAX_NS);
			_ajaxCur = mfp.st.ajax.cursor;

			_mfpOn(CLOSE_EVENT+'.'+AJAX_NS, _destroyAjaxRequest);
			_mfpOn('BeforeChange.' + AJAX_NS, _destroyAjaxRequest);
		},
		getAjax: function(item) {

			if(_ajaxCur) {
				$(document.body).addClass(_ajaxCur);
			}

			mfp.updateStatus('loading');

			var opts = $.extend({
				url: item.src,
				success: function(data, textStatus, jqXHR) {
					var temp = {
						data:data,
						xhr:jqXHR
					};

					_mfpTrigger('ParseAjax', temp);

					mfp.appendContent( $(temp.data), AJAX_NS );

					item.finished = true;

					_removeAjaxCursor();

					mfp._setFocus();

					setTimeout(function() {
						mfp.wrap.addClass(READY_CLASS);
					}, 16);

					mfp.updateStatus('ready');

					_mfpTrigger('AjaxContentAdded');
				},
				error: function() {
					_removeAjaxCursor();
					item.finished = item.loadError = true;
					mfp.updateStatus('error', mfp.st.ajax.tError.replace('%url%', item.src));
				}
			}, mfp.st.ajax.settings);

			mfp.req = $.ajax(opts);

			return '';
		}
	}
});

/*>>ajax*/

/*>>image*/
var _imgInterval,
	_getTitle = function(item) {
		if(item.data && item.data.title !== undefined)
			return item.data.title;

		var src = mfp.st.image.titleSrc;

		if(src) {
			if($.isFunction(src)) {
				return src.call(mfp, item);
			} else if(item.el) {
				return item.el.attr(src) || '';
			}
		}
		return '';
	};

$.magnificPopup.registerModule('image', {

	options: {
		markup: '<div class="mfp-figure">'+
					'<div class="mfp-close"></div>'+
					'<figure>'+
						'<div class="mfp-img"></div>'+
						'<figcaption>'+
							'<div class="mfp-bottom-bar">'+
								'<div class="mfp-title"></div>'+
								'<div class="mfp-counter"></div>'+
							'</div>'+
						'</figcaption>'+
					'</figure>'+
				'</div>',
		cursor: 'mfp-zoom-out-cur',
		titleSrc: 'title',
		verticalFit: true,
		tError: '<a href="%url%">The image</a> could not be loaded.'
	},

	proto: {
		initImage: function() {
			var imgSt = mfp.st.image,
				ns = '.image';

			mfp.types.push('image');

			_mfpOn(OPEN_EVENT+ns, function() {
				if(mfp.currItem.type === 'image' && imgSt.cursor) {
					$(document.body).addClass(imgSt.cursor);
				}
			});

			_mfpOn(CLOSE_EVENT+ns, function() {
				if(imgSt.cursor) {
					$(document.body).removeClass(imgSt.cursor);
				}
				_window.off('resize' + EVENT_NS);
			});

			_mfpOn('Resize'+ns, mfp.resizeImage);
			if(mfp.isLowIE) {
				_mfpOn('AfterChange', mfp.resizeImage);
			}
		},
		resizeImage: function() {
			var item = mfp.currItem;
			if(!item || !item.img) return;

			if(mfp.st.image.verticalFit) {
				var decr = 0;
				// fix box-sizing in ie7/8
				if(mfp.isLowIE) {
					decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10);
				}
				item.img.css('max-height', mfp.wH-decr);
			}
		},
		_onImageHasSize: function(item) {
			if(item.img) {

				item.hasSize = true;

				if(_imgInterval) {
					clearInterval(_imgInterval);
				}

				item.isCheckingImgSize = false;

				_mfpTrigger('ImageHasSize', item);

				if(item.imgHidden) {
					if(mfp.content)
						mfp.content.removeClass('mfp-loading');

					item.imgHidden = false;
				}

			}
		},

		/**
		 * Function that loops until the image has size to display elements that rely on it asap
		 */
		findImageSize: function(item) {

			var counter = 0,
				img = item.img[0],
				mfpSetInterval = function(delay) {

					if(_imgInterval) {
						clearInterval(_imgInterval);
					}
					// decelerating interval that checks for size of an image
					_imgInterval = setInterval(function() {
						if(img.naturalWidth > 0) {
							mfp._onImageHasSize(item);
							return;
						}

						if(counter > 200) {
							clearInterval(_imgInterval);
						}

						counter++;
						if(counter === 3) {
							mfpSetInterval(10);
						} else if(counter === 40) {
							mfpSetInterval(50);
						} else if(counter === 100) {
							mfpSetInterval(500);
						}
					}, delay);
				};

			mfpSetInterval(1);
		},

		getImage: function(item, template) {

			var guard = 0,

				// image load complete handler
				onLoadComplete = function() {
					if(item) {
						if (item.img[0].complete) {
							item.img.off('.mfploader');

							if(item === mfp.currItem){
								mfp._onImageHasSize(item);

								mfp.updateStatus('ready');
							}

							item.hasSize = true;
							item.loaded = true;

							_mfpTrigger('ImageLoadComplete');

						}
						else {
							// if image complete check fails 200 times (20 sec), we assume that there was an error.
							guard++;
							if(guard < 200) {
								setTimeout(onLoadComplete,100);
							} else {
								onLoadError();
							}
						}
					}
				},

				// image error handler
				onLoadError = function() {
					if(item) {
						item.img.off('.mfploader');
						if(item === mfp.currItem){
							mfp._onImageHasSize(item);
							mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
						}

						item.hasSize = true;
						item.loaded = true;
						item.loadError = true;
					}
				},
				imgSt = mfp.st.image;


			var el = template.find('.mfp-img');
			if(el.length) {
				var img = document.createElement('img');
				img.className = 'mfp-img';
				if(item.el && item.el.find('img').length) {
					img.alt = item.el.find('img').attr('alt');
				}
				item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);
				img.src = item.src;

				// without clone() "error" event is not firing when IMG is replaced by new IMG
				// TODO: find a way to avoid such cloning
				if(el.is('img')) {
					item.img = item.img.clone();
				}

				img = item.img[0];
				if(img.naturalWidth > 0) {
					item.hasSize = true;
				} else if(!img.width) {
					item.hasSize = false;
				}
			}

			mfp._parseMarkup(template, {
				title: _getTitle(item),
				img_replaceWith: item.img
			}, item);

			mfp.resizeImage();

			if(item.hasSize) {
				if(_imgInterval) clearInterval(_imgInterval);

				if(item.loadError) {
					template.addClass('mfp-loading');
					mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
				} else {
					template.removeClass('mfp-loading');
					mfp.updateStatus('ready');
				}
				return template;
			}

			mfp.updateStatus('loading');
			item.loading = true;

			if(!item.hasSize) {
				item.imgHidden = true;
				template.addClass('mfp-loading');
				mfp.findImageSize(item);
			}

			return template;
		}
	}
});

/*>>image*/

/*>>zoom*/
var hasMozTransform,
	getHasMozTransform = function() {
		if(hasMozTransform === undefined) {
			hasMozTransform = document.createElement('p').style.MozTransform !== undefined;
		}
		return hasMozTransform;
	};

$.magnificPopup.registerModule('zoom', {

	options: {
		enabled: false,
		easing: 'ease-in-out',
		duration: 300,
		opener: function(element) {
			return element.is('img') ? element : element.find('img');
		}
	},

	proto: {

		initZoom: function() {
			var zoomSt = mfp.st.zoom,
				ns = '.zoom',
				image;

			if(!zoomSt.enabled || !mfp.supportsTransition) {
				return;
			}

			var duration = zoomSt.duration,
				getElToAnimate = function(image) {
					var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'),
						transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing,
						cssObj = {
							position: 'fixed',
							zIndex: 9999,
							left: 0,
							top: 0,
							'-webkit-backface-visibility': 'hidden'
						},
						t = 'transition';

					cssObj['-webkit-'+t] = cssObj['-moz-'+t] = cssObj['-o-'+t] = cssObj[t] = transition;

					newImg.css(cssObj);
					return newImg;
				},
				showMainContent = function() {
					mfp.content.css('visibility', 'visible');
				},
				openTimeout,
				animatedImg;

			_mfpOn('BuildControls'+ns, function() {
				if(mfp._allowZoom()) {

					clearTimeout(openTimeout);
					mfp.content.css('visibility', 'hidden');

					// Basically, all code below does is clones existing image, puts in on top of the current one and animated it

					image = mfp._getItemToZoom();

					if(!image) {
						showMainContent();
						return;
					}

					animatedImg = getElToAnimate(image);

					animatedImg.css( mfp._getOffset() );

					mfp.wrap.append(animatedImg);

					openTimeout = setTimeout(function() {
						animatedImg.css( mfp._getOffset( true ) );
						openTimeout = setTimeout(function() {

							showMainContent();

							setTimeout(function() {
								animatedImg.remove();
								image = animatedImg = null;
								_mfpTrigger('ZoomAnimationEnded');
							}, 16); // avoid blink when switching images

						}, duration); // this timeout equals animation duration

					}, 16); // by adding this timeout we avoid short glitch at the beginning of animation


					// Lots of timeouts...
				}
			});
			_mfpOn(BEFORE_CLOSE_EVENT+ns, function() {
				if(mfp._allowZoom()) {

					clearTimeout(openTimeout);

					mfp.st.removalDelay = duration;

					if(!image) {
						image = mfp._getItemToZoom();
						if(!image) {
							return;
						}
						animatedImg = getElToAnimate(image);
					}

					animatedImg.css( mfp._getOffset(true) );
					mfp.wrap.append(animatedImg);
					mfp.content.css('visibility', 'hidden');

					setTimeout(function() {
						animatedImg.css( mfp._getOffset() );
					}, 16);
				}

			});

			_mfpOn(CLOSE_EVENT+ns, function() {
				if(mfp._allowZoom()) {
					showMainContent();
					if(animatedImg) {
						animatedImg.remove();
					}
					image = null;
				}
			});
		},

		_allowZoom: function() {
			return mfp.currItem.type === 'image';
		},

		_getItemToZoom: function() {
			if(mfp.currItem.hasSize) {
				return mfp.currItem.img;
			} else {
				return false;
			}
		},

		// Get element postion relative to viewport
		_getOffset: function(isLarge) {
			var el;
			if(isLarge) {
				el = mfp.currItem.img;
			} else {
				el = mfp.st.zoom.opener(mfp.currItem.el || mfp.currItem);
			}

			var offset = el.offset();
			var paddingTop = parseInt(el.css('padding-top'),10);
			var paddingBottom = parseInt(el.css('padding-bottom'),10);
			offset.top -= ( $(window).scrollTop() - paddingTop );


			/*

			Animating left + top + width/height looks glitchy in Firefox, but perfect in Chrome. And vice-versa.

			 */
			var obj = {
				width: el.width(),
				// fix Zepto height+padding issue
				height: (_isJQ ? el.innerHeight() : el[0].offsetHeight) - paddingBottom - paddingTop
			};

			// I hate to do this, but there is no another option
			if( getHasMozTransform() ) {
				obj['-moz-transform'] = obj['transform'] = 'translate(' + offset.left + 'px,' + offset.top + 'px)';
			} else {
				obj.left = offset.left;
				obj.top = offset.top;
			}
			return obj;
		}

	}
});



/*>>zoom*/

/*>>iframe*/

var IFRAME_NS = 'iframe',
	_emptyPage = '//about:blank',

	_fixIframeBugs = function(isShowing) {
		if(mfp.currTemplate[IFRAME_NS]) {
			var el = mfp.currTemplate[IFRAME_NS].find('iframe');
			if(el.length) {
				// reset src after the popup is closed to avoid "video keeps playing after popup is closed" bug
				if(!isShowing) {
					el[0].src = _emptyPage;
				}

				// IE8 black screen bug fix
				if(mfp.isIE8) {
					el.css('display', isShowing ? 'block' : 'none');
				}
			}
		}
	};

$.magnificPopup.registerModule(IFRAME_NS, {

	options: {
		markup: '<div class="mfp-iframe-scaler">'+
					'<div class="mfp-close"></div>'+
					'<iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe>'+
				'</div>',

		srcAction: 'iframe_src',

		// we don't care and support only one default type of URL by default
		patterns: {
			youtube: {
				index: 'youtube.com',
				id: 'v=',
				src: '//www.youtube.com/embed/%id%?autoplay=1'
			},
			vimeo: {
				index: 'vimeo.com/',
				id: '/',
				src: '//player.vimeo.com/video/%id%?autoplay=1'
			},
			gmaps: {
				index: '//maps.google.',
				src: '%id%&output=embed'
			}
		}
	},

	proto: {
		initIframe: function() {
			mfp.types.push(IFRAME_NS);

			_mfpOn('BeforeChange', function(e, prevType, newType) {
				if(prevType !== newType) {
					if(prevType === IFRAME_NS) {
						_fixIframeBugs(); // iframe if removed
					} else if(newType === IFRAME_NS) {
						_fixIframeBugs(true); // iframe is showing
					}
				}// else {
					// iframe source is switched, don't do anything
				//}
			});

			_mfpOn(CLOSE_EVENT + '.' + IFRAME_NS, function() {
				_fixIframeBugs();
			});
		},

		getIframe: function(item, template) {
			var embedSrc = item.src;
			var iframeSt = mfp.st.iframe;

			$.each(iframeSt.patterns, function() {
				if(embedSrc.indexOf( this.index ) > -1) {
					if(this.id) {
						if(typeof this.id === 'string') {
							embedSrc = embedSrc.substr(embedSrc.lastIndexOf(this.id)+this.id.length, embedSrc.length);
						} else {
							embedSrc = this.id.call( this, embedSrc );
						}
					}
					embedSrc = this.src.replace('%id%', embedSrc );
					return false; // break;
				}
			});

			var dataObj = {};
			if(iframeSt.srcAction) {
				dataObj[iframeSt.srcAction] = embedSrc;
			}
			mfp._parseMarkup(template, dataObj, item);

			mfp.updateStatus('ready');

			return template;
		}
	}
});



/*>>iframe*/

/*>>gallery*/
/**
 * Get looped index depending on number of slides
 */
var _getLoopedId = function(index) {
		var numSlides = mfp.items.length;
		if(index > numSlides - 1) {
			return index - numSlides;
		} else  if(index < 0) {
			return numSlides + index;
		}
		return index;
	},
	_replaceCurrTotal = function(text, curr, total) {
		return text.replace(/%curr%/gi, curr + 1).replace(/%total%/gi, total);
	};

$.magnificPopup.registerModule('gallery', {

	options: {
		enabled: false,
		arrowMarkup: '<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',
		preload: [0,2],
		navigateByImgClick: true,
		arrows: true,

		tPrev: 'Previous (Left arrow key)',
		tNext: 'Next (Right arrow key)',
		tCounter: '%curr% of %total%'
	},

	proto: {
		initGallery: function() {

			var gSt = mfp.st.gallery,
				ns = '.mfp-gallery';

			mfp.direction = true; // true - next, false - prev

			if(!gSt || !gSt.enabled ) return false;

			_wrapClasses += ' mfp-gallery';

			_mfpOn(OPEN_EVENT+ns, function() {

				if(gSt.navigateByImgClick) {
					mfp.wrap.on('click'+ns, '.mfp-img', function() {
						if(mfp.items.length > 1) {
							mfp.next();
							return false;
						}
					});
				}

				_document.on('keydown'+ns, function(e) {
					if (e.keyCode === 37) {
						mfp.prev();
					} else if (e.keyCode === 39) {
						mfp.next();
					}
				});
			});

			_mfpOn('UpdateStatus'+ns, function(e, data) {
				if(data.text) {
					data.text = _replaceCurrTotal(data.text, mfp.currItem.index, mfp.items.length);
				}
			});

			_mfpOn(MARKUP_PARSE_EVENT+ns, function(e, element, values, item) {
				var l = mfp.items.length;
				values.counter = l > 1 ? _replaceCurrTotal(gSt.tCounter, item.index, l) : '';
			});

			_mfpOn('BuildControls' + ns, function() {
				if(mfp.items.length > 1 && gSt.arrows && !mfp.arrowLeft) {
					var markup = gSt.arrowMarkup,
						arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, gSt.tPrev).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS),
						arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, gSt.tNext).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS);

					arrowLeft.click(function() {
						mfp.prev();
					});
					arrowRight.click(function() {
						mfp.next();
					});

					mfp.container.append(arrowLeft.add(arrowRight));
				}
			});

			_mfpOn(CHANGE_EVENT+ns, function() {
				if(mfp._preloadTimeout) clearTimeout(mfp._preloadTimeout);

				mfp._preloadTimeout = setTimeout(function() {
					mfp.preloadNearbyImages();
					mfp._preloadTimeout = null;
				}, 16);
			});


			_mfpOn(CLOSE_EVENT+ns, function() {
				_document.off(ns);
				mfp.wrap.off('click'+ns);
				mfp.arrowRight = mfp.arrowLeft = null;
			});

		},
		next: function() {
			mfp.direction = true;
			mfp.index = _getLoopedId(mfp.index + 1);
			mfp.updateItemHTML();
		},
		prev: function() {
			mfp.direction = false;
			mfp.index = _getLoopedId(mfp.index - 1);
			mfp.updateItemHTML();
		},
		goTo: function(newIndex) {
			mfp.direction = (newIndex >= mfp.index);
			mfp.index = newIndex;
			mfp.updateItemHTML();
		},
		preloadNearbyImages: function() {
			var p = mfp.st.gallery.preload,
				preloadBefore = Math.min(p[0], mfp.items.length),
				preloadAfter = Math.min(p[1], mfp.items.length),
				i;

			for(i = 1; i <= (mfp.direction ? preloadAfter : preloadBefore); i++) {
				mfp._preloadItem(mfp.index+i);
			}
			for(i = 1; i <= (mfp.direction ? preloadBefore : preloadAfter); i++) {
				mfp._preloadItem(mfp.index-i);
			}
		},
		_preloadItem: function(index) {
			index = _getLoopedId(index);

			if(mfp.items[index].preloaded) {
				return;
			}

			var item = mfp.items[index];
			if(!item.parsed) {
				item = mfp.parseEl( index );
			}

			_mfpTrigger('LazyLoad', item);

			if(item.type === 'image') {
				item.img = $('<img class="mfp-img" />').on('load.mfploader', function() {
					item.hasSize = true;
				}).on('error.mfploader', function() {
					item.hasSize = true;
					item.loadError = true;
					_mfpTrigger('LazyLoadError', item);
				}).attr('src', item.src);
			}


			item.preloaded = true;
		}
	}
});

/*>>gallery*/

/*>>retina*/

var RETINA_NS = 'retina';

$.magnificPopup.registerModule(RETINA_NS, {
	options: {
		replaceSrc: function(item) {
			return item.src.replace(/\.\w+$/, function(m) { return '@2x' + m; });
		},
		ratio: 1 // Function or number.  Set to 1 to disable.
	},
	proto: {
		initRetina: function() {
			if(window.devicePixelRatio > 1) {

				var st = mfp.st.retina,
					ratio = st.ratio;

				ratio = !isNaN(ratio) ? ratio : ratio();

				if(ratio > 1) {
					_mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) {
						item.img.css({
							'max-width': item.img[0].naturalWidth / ratio,
							'width': '100%'
						});
					});
					_mfpOn('ElementParse' + '.' + RETINA_NS, function(e, item) {
						item.src = st.replaceSrc(item, ratio);
					});
				}
			}

		}
	}
});

/*>>retina*/
 _checkInstance(); }));PK�
�[�Q��''+assets/js/magnific-popup/magnific-popup.cssnu�[���/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
PK�
�[�&^>�N�N5assets/js/magnific-popup/jquery.magnific-popup.min.jsnu�[���/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(window.jQuery||window.Zepto)}((function(e){var t,n,i,o,r,a,s="Close",l="BeforeClose",c="MarkupParse",d="Open",u="Change",p="mfp",f="."+p,m="mfp-ready",g="mfp-removing",h="mfp-prevent-close",v=function(){},y=!!window.jQuery,C=e(window),w=function(e,n){t.ev.on(p+e+f,n)},b=function(t,n,i,o){var r=document.createElement("div");return r.className="mfp-"+t,i&&(r.innerHTML=i),o?n&&n.appendChild(r):(r=e(r),n&&r.appendTo(n)),r},I=function(n,i){t.ev.triggerHandler(p+n,i),t.st.callbacks&&(n=n.charAt(0).toLowerCase()+n.slice(1),t.st.callbacks[n]&&t.st.callbacks[n].apply(t,e.isArray(i)?i:[i]))},x=function(n){return n===a&&t.currTemplate.closeBtn||(t.currTemplate.closeBtn=e(t.st.closeMarkup.replace("%title%",t.st.tClose)),a=n),t.currTemplate.closeBtn},k=function(){e.magnificPopup.instance||((t=new v).init(),e.magnificPopup.instance=t)};v.prototype={constructor:v,init:function(){var n=navigator.appVersion;t.isLowIE=t.isIE8=document.all&&!document.addEventListener,t.isAndroid=/android/gi.test(n),t.isIOS=/iphone|ipad|ipod/gi.test(n),t.supportsTransition=function(){var e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in e)return!0;return!1}(),t.probablyMobile=t.isAndroid||t.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),i=e(document),t.popupsCache={}},open:function(n){var o;if(!1===n.isObj){t.items=n.items.toArray(),t.index=0;var a,s=n.items;for(o=0;o<s.length;o++)if((a=s[o]).parsed&&(a=a.el[0]),a===n.el[0]){t.index=o;break}}else t.items=e.isArray(n.items)?n.items:[n.items],t.index=n.index||0;if(!t.isOpen){t.types=[],r="",n.mainEl&&n.mainEl.length?t.ev=n.mainEl.eq(0):t.ev=i,n.key?(t.popupsCache[n.key]||(t.popupsCache[n.key]={}),t.currTemplate=t.popupsCache[n.key]):t.currTemplate={},t.st=e.extend(!0,{},e.magnificPopup.defaults,n),t.fixedContentPos="auto"===t.st.fixedContentPos?!t.probablyMobile:t.st.fixedContentPos,t.st.modal&&(t.st.closeOnContentClick=!1,t.st.closeOnBgClick=!1,t.st.showCloseBtn=!1,t.st.enableEscapeKey=!1),t.bgOverlay||(t.bgOverlay=b("bg").on("click"+f,(function(){t.close()})),t.wrap=b("wrap").attr("tabindex",-1).on("click"+f,(function(e){t._checkIfClose(e.target)&&t.close()})),t.container=b("container",t.wrap)),t.contentContainer=b("content"),t.st.preloader&&(t.preloader=b("preloader",t.container,t.st.tLoading));var l=e.magnificPopup.modules;for(o=0;o<l.length;o++){var u=l[o];u=u.charAt(0).toUpperCase()+u.slice(1),t["init"+u].call(t)}I("BeforeOpen"),t.st.showCloseBtn&&(t.st.closeBtnInside?(w(c,(function(e,t,n,i){n.close_replaceWith=x(i.type)})),r+=" mfp-close-btn-in"):t.wrap.append(x())),t.st.alignTop&&(r+=" mfp-align-top"),t.fixedContentPos?t.wrap.css({overflow:t.st.overflowY,overflowX:"hidden",overflowY:t.st.overflowY}):t.wrap.css({top:C.scrollTop(),position:"absolute"}),(!1===t.st.fixedBgPos||"auto"===t.st.fixedBgPos&&!t.fixedContentPos)&&t.bgOverlay.css({height:i.height(),position:"absolute"}),t.st.enableEscapeKey&&i.on("keyup"+f,(function(e){27===e.keyCode&&t.close()})),C.on("resize"+f,(function(){t.updateSize()})),t.st.closeOnContentClick||(r+=" mfp-auto-cursor"),r&&t.wrap.addClass(r);var p=t.wH=C.height(),g={};if(t.fixedContentPos&&t._hasScrollBar(p)){var h=t._getScrollbarSize();h&&(g.marginRight=h)}t.fixedContentPos&&(t.isIE7?e("body, html").css("overflow","hidden"):g.overflow="hidden");var v=t.st.mainClass;return t.isIE7&&(v+=" mfp-ie7"),v&&t._addClassToMFP(v),t.updateItemHTML(),I("BuildControls"),e("html").css(g),t.bgOverlay.add(t.wrap).prependTo(t.st.prependTo||e(document.body)),t._lastFocusedEl=document.activeElement,setTimeout((function(){t.content?(t._addClassToMFP(m),t._setFocus()):t.bgOverlay.addClass(m),i.on("focusin"+f,t._onFocusIn)}),16),t.isOpen=!0,t.updateSize(p),I(d),n}t.updateItemHTML()},close:function(){t.isOpen&&(I(l),t.isOpen=!1,t.st.removalDelay&&!t.isLowIE&&t.supportsTransition?(t._addClassToMFP(g),setTimeout((function(){t._close()}),t.st.removalDelay)):t._close())},_close:function(){I(s);var n=g+" "+m+" ";if(t.bgOverlay.detach(),t.wrap.detach(),t.container.empty(),t.st.mainClass&&(n+=t.st.mainClass+" "),t._removeClassFromMFP(n),t.fixedContentPos){var o={marginRight:""};t.isIE7?e("body, html").css("overflow",""):o.overflow="",e("html").css(o)}i.off("keyup.mfp focusin"+f),t.ev.off(f),t.wrap.attr("class","mfp-wrap").removeAttr("style"),t.bgOverlay.attr("class","mfp-bg"),t.container.attr("class","mfp-container"),!t.st.showCloseBtn||t.st.closeBtnInside&&!0!==t.currTemplate[t.currItem.type]||t.currTemplate.closeBtn&&t.currTemplate.closeBtn.detach(),t.st.autoFocusLast&&t._lastFocusedEl&&e(t._lastFocusedEl).focus(),t.currItem=null,t.content=null,t.currTemplate=null,t.prevHeight=0,I("AfterClose")},updateSize:function(e){if(t.isIOS){var n=document.documentElement.clientWidth/window.innerWidth,i=window.innerHeight*n;t.wrap.css("height",i),t.wH=i}else t.wH=e||C.height();t.fixedContentPos||t.wrap.css("height",t.wH),I("Resize")},updateItemHTML:function(){var n=t.items[t.index];t.contentContainer.detach(),t.content&&t.content.detach(),n.parsed||(n=t.parseEl(t.index));var i=n.type;if(I("BeforeChange",[t.currItem?t.currItem.type:"",i]),t.currItem=n,!t.currTemplate[i]){var r=!!t.st[i]&&t.st[i].markup;I("FirstMarkupParse",r),t.currTemplate[i]=!r||e(r)}o&&o!==n.type&&t.container.removeClass("mfp-"+o+"-holder");var a=t["get"+i.charAt(0).toUpperCase()+i.slice(1)](n,t.currTemplate[i]);t.appendContent(a,i),n.preloaded=!0,I(u,n),o=n.type,t.container.prepend(t.contentContainer),I("AfterChange")},appendContent:function(e,n){t.content=e,e?t.st.showCloseBtn&&t.st.closeBtnInside&&!0===t.currTemplate[n]?t.content.find(".mfp-close").length||t.content.append(x()):t.content=e:t.content="",I("BeforeAppend"),t.container.addClass("mfp-"+n+"-holder"),t.contentContainer.append(t.content)},parseEl:function(n){var i,o=t.items[n];if(o.tagName?o={el:e(o)}:(i=o.type,o={data:o,src:o.src}),o.el){for(var r=t.types,a=0;a<r.length;a++)if(o.el.hasClass("mfp-"+r[a])){i=r[a];break}o.src=o.el.attr("data-mfp-src"),o.src||(o.src=o.el.attr("href"))}return o.type=i||t.st.type||"inline",o.index=n,o.parsed=!0,t.items[n]=o,I("ElementParse",o),t.items[n]},addGroup:function(e,n){var i=function(i){i.mfpEl=this,t._openClick(i,e,n)};n||(n={});var o="click.magnificPopup";n.mainEl=e,n.items?(n.isObj=!0,e.off(o).on(o,i)):(n.isObj=!1,n.delegate?e.off(o).on(o,n.delegate,i):(n.items=e,e.off(o).on(o,i)))},_openClick:function(n,i,o){if((void 0!==o.midClick?o.midClick:e.magnificPopup.defaults.midClick)||!(2===n.which||n.ctrlKey||n.metaKey||n.altKey||n.shiftKey)){var r=void 0!==o.disableOn?o.disableOn:e.magnificPopup.defaults.disableOn;if(r)if(e.isFunction(r)){if(!r.call(t))return!0}else if(C.width()<r)return!0;n.type&&(n.preventDefault(),t.isOpen&&n.stopPropagation()),o.el=e(n.mfpEl),o.delegate&&(o.items=i.find(o.delegate)),t.open(o)}},updateStatus:function(e,i){if(t.preloader){n!==e&&t.container.removeClass("mfp-s-"+n),i||"loading"!==e||(i=t.st.tLoading);var o={status:e,text:i};I("UpdateStatus",o),e=o.status,i=o.text,t.preloader.html(i),t.preloader.find("a").on("click",(function(e){e.stopImmediatePropagation()})),t.container.addClass("mfp-s-"+e),n=e}},_checkIfClose:function(n){if(!e(n).hasClass(h)){var i=t.st.closeOnContentClick,o=t.st.closeOnBgClick;if(i&&o)return!0;if(!t.content||e(n).hasClass("mfp-close")||t.preloader&&n===t.preloader[0])return!0;if(n===t.content[0]||e.contains(t.content[0],n)){if(i)return!0}else if(o&&e.contains(document,n))return!0;return!1}},_addClassToMFP:function(e){t.bgOverlay.addClass(e),t.wrap.addClass(e)},_removeClassFromMFP:function(e){this.bgOverlay.removeClass(e),t.wrap.removeClass(e)},_hasScrollBar:function(e){return(t.isIE7?i.height():document.body.scrollHeight)>(e||C.height())},_setFocus:function(){(t.st.focus?t.content.find(t.st.focus).eq(0):t.wrap).focus()},_onFocusIn:function(n){if(n.target!==t.wrap[0]&&!e.contains(t.wrap[0],n.target))return t._setFocus(),!1},_parseMarkup:function(t,n,i){var o;i.data&&(n=e.extend(i.data,n)),I(c,[t,n,i]),e.each(n,(function(n,i){if(void 0===i||!1===i)return!0;if((o=n.split("_")).length>1){var r=t.find(f+"-"+o[0]);if(r.length>0){var a=o[1];"replaceWith"===a?r[0]!==i[0]&&r.replaceWith(i):"img"===a?r.is("img")?r.attr("src",i):r.replaceWith(e("<img>").attr("src",i).attr("class",r.attr("class"))):r.attr(o[1],i)}}else t.find(f+"-"+n).html(i)}))},_getScrollbarSize:function(){if(void 0===t.scrollbarSize){var e=document.createElement("div");e.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(e),t.scrollbarSize=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return t.scrollbarSize}},e.magnificPopup={instance:null,proto:v.prototype,modules:[],open:function(t,n){return k(),(t=t?e.extend(!0,{},t):{}).isObj=!0,t.index=n||0,this.instance.open(t)},close:function(){return e.magnificPopup.instance&&e.magnificPopup.instance.close()},registerModule:function(t,n){n.options&&(e.magnificPopup.defaults[t]=n.options),e.extend(this.proto,n.proto),this.modules.push(t)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">&#215;</button>',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},e.fn.magnificPopup=function(n){k();var i=e(this);if("string"==typeof n)if("open"===n){var o,r=y?i.data("magnificPopup"):i[0].magnificPopup,a=parseInt(arguments[1],10)||0;r.items?o=r.items[a]:(o=i,r.delegate&&(o=o.find(r.delegate)),o=o.eq(a)),t._openClick({mfpEl:o},i,r)}else t.isOpen&&t[n].apply(t,Array.prototype.slice.call(arguments,1));else n=e.extend(!0,{},n),y?i.data("magnificPopup",n):i[0].magnificPopup=n,t.addGroup(i,n);return i};var T,_,P,S="inline",E=function(){P&&(_.after(P.addClass(T)).detach(),P=null)};e.magnificPopup.registerModule(S,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){t.types.push(S),w(s+"."+S,(function(){E()}))},getInline:function(n,i){if(E(),n.src){var o=t.st.inline,r=e(n.src);if(r.length){var a=r[0].parentNode;a&&a.tagName&&(_||(T=o.hiddenClass,_=b(T),T="mfp-"+T),P=r.after(_).detach().removeClass(T)),t.updateStatus("ready")}else t.updateStatus("error",o.tNotFound),r=e("<div>");return n.inlineElement=r,r}return t.updateStatus("ready"),t._parseMarkup(i,{},n),i}}});var z,O="ajax",M=function(){z&&e(document.body).removeClass(z)},B=function(){M(),t.req&&t.req.abort()};e.magnificPopup.registerModule(O,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){t.types.push(O),z=t.st.ajax.cursor,w(s+"."+O,B),w("BeforeChange."+O,B)},getAjax:function(n){z&&e(document.body).addClass(z),t.updateStatus("loading");var i=e.extend({url:n.src,success:function(i,o,r){var a={data:i,xhr:r};I("ParseAjax",a),t.appendContent(e(a.data),O),n.finished=!0,M(),t._setFocus(),setTimeout((function(){t.wrap.addClass(m)}),16),t.updateStatus("ready"),I("AjaxContentAdded")},error:function(){M(),n.finished=n.loadError=!0,t.updateStatus("error",t.st.ajax.tError.replace("%url%",n.src))}},t.st.ajax.settings);return t.req=e.ajax(i),""}}});var L,H=function(n){if(n.data&&void 0!==n.data.title)return n.data.title;var i=t.st.image.titleSrc;if(i){if(e.isFunction(i))return i.call(t,n);if(n.el)return n.el.attr(i)||""}return""};e.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var n=t.st.image,i=".image";t.types.push("image"),w(d+i,(function(){"image"===t.currItem.type&&n.cursor&&e(document.body).addClass(n.cursor)})),w(s+i,(function(){n.cursor&&e(document.body).removeClass(n.cursor),C.off("resize"+f)})),w("Resize"+i,t.resizeImage),t.isLowIE&&w("AfterChange",t.resizeImage)},resizeImage:function(){var e=t.currItem;if(e&&e.img&&t.st.image.verticalFit){var n=0;t.isLowIE&&(n=parseInt(e.img.css("padding-top"),10)+parseInt(e.img.css("padding-bottom"),10)),e.img.css("max-height",t.wH-n)}},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,L&&clearInterval(L),e.isCheckingImgSize=!1,I("ImageHasSize",e),e.imgHidden&&(t.content&&t.content.removeClass("mfp-loading"),e.imgHidden=!1))},findImageSize:function(e){var n=0,i=e.img[0],o=function(r){L&&clearInterval(L),L=setInterval((function(){i.naturalWidth>0?t._onImageHasSize(e):(n>200&&clearInterval(L),3===++n?o(10):40===n?o(50):100===n&&o(500))}),r)};o(1)},getImage:function(n,i){var o=0,r=function(){n&&(n.img[0].complete?(n.img.off(".mfploader"),n===t.currItem&&(t._onImageHasSize(n),t.updateStatus("ready")),n.hasSize=!0,n.loaded=!0,I("ImageLoadComplete")):++o<200?setTimeout(r,100):a())},a=function(){n&&(n.img.off(".mfploader"),n===t.currItem&&(t._onImageHasSize(n),t.updateStatus("error",s.tError.replace("%url%",n.src))),n.hasSize=!0,n.loaded=!0,n.loadError=!0)},s=t.st.image,l=i.find(".mfp-img");if(l.length){var c=document.createElement("img");c.className="mfp-img",n.el&&n.el.find("img").length&&(c.alt=n.el.find("img").attr("alt")),n.img=e(c).on("load.mfploader",r).on("error.mfploader",a),c.src=n.src,l.is("img")&&(n.img=n.img.clone()),(c=n.img[0]).naturalWidth>0?n.hasSize=!0:c.width||(n.hasSize=!1)}return t._parseMarkup(i,{title:H(n),img_replaceWith:n.img},n),t.resizeImage(),n.hasSize?(L&&clearInterval(L),n.loadError?(i.addClass("mfp-loading"),t.updateStatus("error",s.tError.replace("%url%",n.src))):(i.removeClass("mfp-loading"),t.updateStatus("ready")),i):(t.updateStatus("loading"),n.loading=!0,n.hasSize||(n.imgHidden=!0,i.addClass("mfp-loading"),t.findImageSize(n)),i)}}});var A;e.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(e){return e.is("img")?e:e.find("img")}},proto:{initZoom:function(){var e,n=t.st.zoom,i=".zoom";if(n.enabled&&t.supportsTransition){var o,r,a=n.duration,c=function(e){var t=e.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),i="all "+n.duration/1e3+"s "+n.easing,o={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},r="transition";return o["-webkit-"+r]=o["-moz-"+r]=o["-o-"+r]=o[r]=i,t.css(o),t},d=function(){t.content.css("visibility","visible")};w("BuildControls"+i,(function(){if(t._allowZoom()){if(clearTimeout(o),t.content.css("visibility","hidden"),!(e=t._getItemToZoom()))return void d();(r=c(e)).css(t._getOffset()),t.wrap.append(r),o=setTimeout((function(){r.css(t._getOffset(!0)),o=setTimeout((function(){d(),setTimeout((function(){r.remove(),e=r=null,I("ZoomAnimationEnded")}),16)}),a)}),16)}})),w(l+i,(function(){if(t._allowZoom()){if(clearTimeout(o),t.st.removalDelay=a,!e){if(!(e=t._getItemToZoom()))return;r=c(e)}r.css(t._getOffset(!0)),t.wrap.append(r),t.content.css("visibility","hidden"),setTimeout((function(){r.css(t._getOffset())}),16)}})),w(s+i,(function(){t._allowZoom()&&(d(),r&&r.remove(),e=null)}))}},_allowZoom:function(){return"image"===t.currItem.type},_getItemToZoom:function(){return!!t.currItem.hasSize&&t.currItem.img},_getOffset:function(n){var i,o=(i=n?t.currItem.img:t.st.zoom.opener(t.currItem.el||t.currItem)).offset(),r=parseInt(i.css("padding-top"),10),a=parseInt(i.css("padding-bottom"),10);o.top-=e(window).scrollTop()-r;var s={width:i.width(),height:(y?i.innerHeight():i[0].offsetHeight)-a-r};return void 0===A&&(A=void 0!==document.createElement("p").style.MozTransform),A?s["-moz-transform"]=s.transform="translate("+o.left+"px,"+o.top+"px)":(s.left=o.left,s.top=o.top),s}}});var F="iframe",j=function(e){if(t.currTemplate[F]){var n=t.currTemplate[F].find("iframe");n.length&&(e||(n[0].src="//about:blank"),t.isIE8&&n.css("display",e?"block":"none"))}};e.magnificPopup.registerModule(F,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){t.types.push(F),w("BeforeChange",(function(e,t,n){t!==n&&(t===F?j():n===F&&j(!0))})),w(s+"."+F,(function(){j()}))},getIframe:function(n,i){var o=n.src,r=t.st.iframe;e.each(r.patterns,(function(){if(o.indexOf(this.index)>-1)return this.id&&(o="string"==typeof this.id?o.substr(o.lastIndexOf(this.id)+this.id.length,o.length):this.id.call(this,o)),o=this.src.replace("%id%",o),!1}));var a={};return r.srcAction&&(a[r.srcAction]=o),t._parseMarkup(i,a,n),t.updateStatus("ready"),i}}});var N=function(e){var n=t.items.length;return e>n-1?e-n:e<0?n+e:e},W=function(e,t,n){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,n)};e.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var n=t.st.gallery,o=".mfp-gallery";if(t.direction=!0,!n||!n.enabled)return!1;r+=" mfp-gallery",w(d+o,(function(){n.navigateByImgClick&&t.wrap.on("click"+o,".mfp-img",(function(){if(t.items.length>1)return t.next(),!1})),i.on("keydown"+o,(function(e){37===e.keyCode?t.prev():39===e.keyCode&&t.next()}))})),w("UpdateStatus"+o,(function(e,n){n.text&&(n.text=W(n.text,t.currItem.index,t.items.length))})),w(c+o,(function(e,i,o,r){var a=t.items.length;o.counter=a>1?W(n.tCounter,r.index,a):""})),w("BuildControls"+o,(function(){if(t.items.length>1&&n.arrows&&!t.arrowLeft){var i=n.arrowMarkup,o=t.arrowLeft=e(i.replace(/%title%/gi,n.tPrev).replace(/%dir%/gi,"left")).addClass(h),r=t.arrowRight=e(i.replace(/%title%/gi,n.tNext).replace(/%dir%/gi,"right")).addClass(h);o.click((function(){t.prev()})),r.click((function(){t.next()})),t.container.append(o.add(r))}})),w(u+o,(function(){t._preloadTimeout&&clearTimeout(t._preloadTimeout),t._preloadTimeout=setTimeout((function(){t.preloadNearbyImages(),t._preloadTimeout=null}),16)})),w(s+o,(function(){i.off(o),t.wrap.off("click"+o),t.arrowRight=t.arrowLeft=null}))},next:function(){t.direction=!0,t.index=N(t.index+1),t.updateItemHTML()},prev:function(){t.direction=!1,t.index=N(t.index-1),t.updateItemHTML()},goTo:function(e){t.direction=e>=t.index,t.index=e,t.updateItemHTML()},preloadNearbyImages:function(){var e,n=t.st.gallery.preload,i=Math.min(n[0],t.items.length),o=Math.min(n[1],t.items.length);for(e=1;e<=(t.direction?o:i);e++)t._preloadItem(t.index+e);for(e=1;e<=(t.direction?i:o);e++)t._preloadItem(t.index-e)},_preloadItem:function(n){if(n=N(n),!t.items[n].preloaded){var i=t.items[n];i.parsed||(i=t.parseEl(n)),I("LazyLoad",i),"image"===i.type&&(i.img=e('<img class="mfp-img" />').on("load.mfploader",(function(){i.hasSize=!0})).on("error.mfploader",(function(){i.hasSize=!0,i.loadError=!0,I("LazyLoadError",i)})).attr("src",i.src)),i.preloaded=!0}}}});var Z="retina";e.magnificPopup.registerModule(Z,{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,(function(e){return"@2x"+e}))},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var e=t.st.retina,n=e.ratio;(n=isNaN(n)?n():n)>1&&(w("ImageHasSize."+Z,(function(e,t){t.img.css({"max-width":t.img[0].naturalWidth/n,width:"100%"})})),w("ElementParse."+Z,(function(t,i){i.src=e.replaceSrc(i,n)})))}}}}),k()}));PK�
�[��t
t
assets/js/html5shiv.min.jsnu�[���/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
!function(e,t){var n,r,a=e.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,c=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,i="_html5shiv",l=0,m={};function s(){var e=f.elements;return"string"==typeof e?e.split(" "):e}function u(e){var t=m[e[i]];return t||(t={},l++,e[i]=l,m[l]=t),t}function d(e,n,a){return n||(n=t),r?n.createElement(e):(a||(a=u(n)),!(i=a.cache[e]?a.cache[e].cloneNode():c.test(e)?(a.cache[e]=a.createElem(e)).cloneNode():a.createElem(e)).canHaveChildren||o.test(e)||i.tagUrn?i:a.frag.appendChild(i));var i}function h(e){e||(e=t);var a=u(e);return!f.shivCSS||n||a.hasCSS||(a.hasCSS=!!function(e,t){var n=e.createElement("p"),r=e.getElementsByTagName("head")[0]||e.documentElement;return n.innerHTML="x<style>"+t+"</style>",r.insertBefore(n.lastChild,r.firstChild)}(e,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),r||function(e,t){t.cache||(t.cache={},t.createElem=e.createElement,t.createFrag=e.createDocumentFragment,t.frag=t.createFrag()),e.createElement=function(n){return f.shivMethods?d(n,e,t):t.createElem(n)},e.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+s().join().replace(/[\w\-:]+/g,(function(e){return t.createElem(e),t.frag.createElement(e),'c("'+e+'")'}))+");return n}")(f,t.frag)}(e,a),e}!function(){try{var e=t.createElement("a");e.innerHTML="<xyz></xyz>",n="hidden"in e,r=1==e.childNodes.length||function(){t.createElement("a");var e=t.createDocumentFragment();return void 0===e.cloneNode||void 0===e.createDocumentFragment||void 0===e.createElement}()}catch(e){n=!0,r=!0}}();var f={elements:a.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:"3.7.3",shivCSS:!1!==a.shivCSS,supportsUnknownElements:r,shivMethods:!1!==a.shivMethods,type:"default",shivDocument:h,createElement:d,createDocumentFragment:function(e,n){if(e||(e=t),r)return e.createDocumentFragment();for(var a=(n=n||u(e)).frag.cloneNode(),o=0,c=s(),i=c.length;o<i;o++)a.createElement(c[o]);return a},addElements:function(e,t){var n=f.elements;"string"!=typeof n&&(n=n.join(" ")),"string"!=typeof e&&(e=e.join(" ")),f.elements=n+" "+e,h(t)}};e.html5=f,h(t),"object"==typeof module&&module.exports&&(module.exports=f)}("undefined"!=typeof window?window:this,document);PK�
�[�n�+��assets/js/navigation.jsnu�[���/**
 * navigation.js
 *
 * Handles toggling the navigation menu for small screens.
 */

(
	function () {
		var container, button, menu, links, i, len;

		container = document.getElementById( 'cm-primary-nav' );
		if ( ! container ) {
			return;
		}

		button = container.getElementsByClassName( 'cm-menu-toggle' )[0];
		if ( 'undefined' === typeof button ) {
			return;
		}

		menu = container.getElementsByTagName( 'ul' )[0];

		// Hide menu toggle button if menu is empty and return early.
		if ( 'undefined' === typeof menu ) {
			button.style.display = 'none';
			return;
		}

		menu.setAttribute( 'aria-expanded', 'false' );
		if ( - 1 === menu.className.indexOf( 'nav-menu' ) ) {
			menu.className += 'nav-menu';
		}

		button.onclick = function () {
			if ( - 1 !== container.className.indexOf( 'cm-mobile-nav' ) ) {
				container.className = container.className.replace( 'cm-mobile-nav', 'cm-primary-nav' );
				button.setAttribute( 'aria-expanded', 'false' );
				menu.setAttribute( 'aria-expanded', 'false' );
			} else {
				container.className = container.className.replace( 'cm-primary-nav', 'cm-mobile-nav' );
				button.setAttribute( 'aria-expanded', 'true' );
				menu.setAttribute( 'aria-expanded', 'true' );
			}
		};

		// Get all the link elements within the menu.
		links = menu.getElementsByTagName( 'a' );

		// Each time a menu link is focused or blurred, toggle focus.
		for ( i = 0, len = links.length; i < len; i ++ ) {
			links[i].addEventListener( 'focus', toggleFocus, true );
			links[i].addEventListener( 'blur', toggleFocus, true );
		}

		/**
		 * Sets or removes .focus class on an element.
		 */
		function toggleFocus() {
			var self = this;

			// Move up through the ancestors of the current link until we hit .nav-menu.
			while ( - 1 === self.className.indexOf( 'nav-menu' ) ) {

				// On li elements toggle the class .focus.
				if ( 'li' === self.tagName.toLowerCase() ) {
					if ( - 1 !== self.className.indexOf( 'focus' ) ) {
						self.className = self.className.replace( ' focus', '' );
					} else {
						self.className += ' focus';
					}
				}

				self = self.parentElement;
			}
		}

		/**
		 * Toggles `focus` class to allow submenu access on tablets.
		 */
		(
			function ( container ) {
				var touchStartFn, i,
				    parentLink = container.querySelectorAll( '.menu-item-has-children > a, .page_item_has_children > a' );

				if ( 'ontouchstart' in window && window.matchMedia( '(min-width: 768px)' ).matches ) {
					touchStartFn = function ( e ) {
						var menuItem = this.parentNode, i;

						if ( ! menuItem.classList.contains( 'focus' ) ) {
							e.preventDefault();
							for ( i = 0; i < menuItem.parentNode.children.length; ++ i ) {
								if ( menuItem === menuItem.parentNode.children[i] ) {
									continue;
								}

								menuItem.parentNode.children[i].classList.remove( 'focus' );
							}
							menuItem.classList.add( 'focus' );
						} else {
							menuItem.classList.remove( 'focus' );
						}
					};

					for ( i = 0; i < parentLink.length; ++ i ) {
						parentLink[i].addEventListener( 'touchstart', touchStartFn, false );
					}
				}
			}( container )
		);
	}
)();
PK�
�[�!���%assets/js/sticky/jquery.sticky.min.jsnu�[���!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}((function(t){var e=Array.prototype.slice,i=Array.prototype.splice,n={topSpacing:0,bottomSpacing:0,className:"is-sticky",wrapperClassName:"sticky-wrapper",center:!1,getWidthFrom:"",widthFromWrapper:!0,responsiveWidth:!1,zIndex:"auto"},r=t(window),s=t(document),o=[],c=r.height(),a=function(){for(var e=r.scrollTop(),i=s.height(),n=i-c,a=e>n?n-e:0,p=0,d=o.length;p<d;p++){var l=o[p],h=l.stickyWrapper.offset().top-l.topSpacing-a;if(l.stickyWrapper.css("height",l.stickyElement.outerHeight()),e<=h)null!==l.currentTop&&(l.stickyElement.css({width:"",position:"",top:"","z-index":""}),l.stickyElement.parent().removeClass(l.className),l.stickyElement.trigger("sticky-end",[l]),l.currentTop=null);else{var u,g=i-l.stickyElement.outerHeight()-l.topSpacing-l.bottomSpacing-e-a;if(g<0?g+=l.topSpacing:g=l.topSpacing,l.currentTop!==g)l.getWidthFrom?u=t(l.getWidthFrom).width()||null:l.widthFromWrapper&&(u=l.stickyWrapper.width()),null==u&&(u=l.stickyElement.width()),l.stickyElement.css("width",u).css("position","fixed").css("top",g).css("z-index",l.zIndex),l.stickyElement.parent().addClass(l.className),null===l.currentTop?l.stickyElement.trigger("sticky-start",[l]):l.stickyElement.trigger("sticky-update",[l]),l.currentTop===l.topSpacing&&l.currentTop>g||null===l.currentTop&&g<l.topSpacing?l.stickyElement.trigger("sticky-bottom-reached",[l]):null!==l.currentTop&&g===l.topSpacing&&l.currentTop<g&&l.stickyElement.trigger("sticky-bottom-unreached",[l]),l.currentTop=g;var m=l.stickyWrapper.parent();l.stickyElement.offset().top+l.stickyElement.outerHeight()>=m.offset().top+m.outerHeight()&&l.stickyElement.offset().top<=l.topSpacing?l.stickyElement.css("position","absolute").css("top","").css("bottom",0).css("z-index",""):l.stickyElement.css("position","fixed").css("top",g).css("bottom","").css("z-index",l.zIndex)}}},p=function(){c=r.height();for(var e=0,i=o.length;e<i;e++){var n=o[e],s=null;n.getWidthFrom?n.responsiveWidth&&(s=t(n.getWidthFrom).width()):n.widthFromWrapper&&(s=n.stickyWrapper.width()),null!=s&&n.stickyElement.css("width",s)}},d={init:function(e){return this.each((function(){var i=t.extend({},n,e),r=t(this),s=r.attr("id"),c=s?s+"-"+n.wrapperClassName:n.wrapperClassName,a=t("<div></div>").attr("id",c).addClass(i.wrapperClassName);r.wrapAll((function(){if(0==t(this).parent("#"+c).length)return a}));var p=r.parent();i.center&&p.css({width:r.outerWidth(),marginLeft:"auto",marginRight:"auto"}),"right"===r.css("float")&&r.css({float:"none"}).parent().css({float:"right"}),i.stickyElement=r,i.stickyWrapper=p,i.currentTop=null,o.push(i),d.setWrapperHeight(this),d.setupChangeListeners(this)}))},setWrapperHeight:function(e){var i=t(e),n=i.parent();n&&n.css("height",i.outerHeight())},setupChangeListeners:function(t){window.MutationObserver?new window.MutationObserver((function(e){(e[0].addedNodes.length||e[0].removedNodes.length)&&d.setWrapperHeight(t)})).observe(t,{subtree:!0,childList:!0}):window.addEventListener?(t.addEventListener("DOMNodeInserted",(function(){d.setWrapperHeight(t)}),!1),t.addEventListener("DOMNodeRemoved",(function(){d.setWrapperHeight(t)}),!1)):window.attachEvent&&(t.attachEvent("onDOMNodeInserted",(function(){d.setWrapperHeight(t)})),t.attachEvent("onDOMNodeRemoved",(function(){d.setWrapperHeight(t)})))},update:a,unstick:function(e){return this.each((function(){for(var e=t(this),n=-1,r=o.length;r-- >0;)o[r].stickyElement.get(0)===this&&(i.call(o,r,1),n=r);-1!==n&&(e.unwrap(),e.css({width:"",position:"",top:"",float:"","z-index":""}))}))}};window.addEventListener?(window.addEventListener("scroll",a,!1),window.addEventListener("resize",p,!1)):window.attachEvent&&(window.attachEvent("onscroll",a),window.attachEvent("onresize",p)),t.fn.sticky=function(i){return d[i]?d[i].apply(this,e.call(arguments,1)):"object"!=typeof i&&i?void t.error("Method "+i+" does not exist on jQuery.sticky"):d.init.apply(this,arguments)},t.fn.unstick=function(i){return d[i]?d[i].apply(this,e.call(arguments,1)):"object"!=typeof i&&i?void t.error("Method "+i+" does not exist on jQuery.sticky"):d.unstick.apply(this,arguments)},t((function(){setTimeout(a,0)}))}));PK�
�[�Sq$($(!assets/js/sticky/jquery.sticky.jsnu�[���// Sticky Plugin v1.0.4 for jQuery
// =============
// Author: Anthony Garand
// Improvements by German M. Bravo (Kronuz) and Ruud Kamphuis (ruudk)
// Improvements by Leonardo C. Daronco (daronco)
// Created: 02/14/2011
// Date: 07/20/2015
// Website: http://stickyjs.com/
// Description: Makes an element on the page stick on the screen as you scroll
//              It will only set the 'top' and 'position' of your element, you
//              might need to adjust the width in some cases.

(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define(['jquery'], factory);
    } else if (typeof module === 'object' && module.exports) {
        // Node/CommonJS
        module.exports = factory(require('jquery'));
    } else {
        // Browser globals
        factory(jQuery);
    }
}(function ($) {
    var slice = Array.prototype.slice; // save ref to original slice()
    var splice = Array.prototype.splice; // save ref to original slice()

  var defaults = {
      topSpacing: 0,
      bottomSpacing: 0,
      className: 'is-sticky',
      wrapperClassName: 'sticky-wrapper',
      center: false,
      getWidthFrom: '',
      widthFromWrapper: true, // works only when .getWidthFrom is empty
      responsiveWidth: false,
      zIndex: 'auto'
    },
    $window = $(window),
    $document = $(document),
    sticked = [],
    windowHeight = $window.height(),
    scroller = function() {
      var scrollTop = $window.scrollTop(),
        documentHeight = $document.height(),
        dwh = documentHeight - windowHeight,
        extra = (scrollTop > dwh) ? dwh - scrollTop : 0;

      for (var i = 0, l = sticked.length; i < l; i++) {
        var s = sticked[i],
          elementTop = s.stickyWrapper.offset().top,
          etse = elementTop - s.topSpacing - extra;

        //update height in case of dynamic content
        s.stickyWrapper.css('height', s.stickyElement.outerHeight());

        if (scrollTop <= etse) {
          if (s.currentTop !== null) {
            s.stickyElement
              .css({
                'width': '',
                'position': '',
                'top': '',
                'z-index': ''
              });
            s.stickyElement.parent().removeClass(s.className);
            s.stickyElement.trigger('sticky-end', [s]);
            s.currentTop = null;
          }
        }
        else {
          var newTop = documentHeight - s.stickyElement.outerHeight()
            - s.topSpacing - s.bottomSpacing - scrollTop - extra;
          if (newTop < 0) {
            newTop = newTop + s.topSpacing;
          } else {
            newTop = s.topSpacing;
          }
          if (s.currentTop !== newTop) {
            var newWidth;
            if (s.getWidthFrom) {
                newWidth = $(s.getWidthFrom).width() || null;
            } else if (s.widthFromWrapper) {
                newWidth = s.stickyWrapper.width();
            }
            if (newWidth == null) {
                newWidth = s.stickyElement.width();
            }
            s.stickyElement
              .css('width', newWidth)
              .css('position', 'fixed')
              .css('top', newTop)
              .css('z-index', s.zIndex);

            s.stickyElement.parent().addClass(s.className);

            if (s.currentTop === null) {
              s.stickyElement.trigger('sticky-start', [s]);
            } else {
              // sticky is started but it have to be repositioned
              s.stickyElement.trigger('sticky-update', [s]);
            }

            if (s.currentTop === s.topSpacing && s.currentTop > newTop || s.currentTop === null && newTop < s.topSpacing) {
              // just reached bottom || just started to stick but bottom is already reached
              s.stickyElement.trigger('sticky-bottom-reached', [s]);
            } else if(s.currentTop !== null && newTop === s.topSpacing && s.currentTop < newTop) {
              // sticky is started && sticked at topSpacing && overflowing from top just finished
              s.stickyElement.trigger('sticky-bottom-unreached', [s]);
            }

            s.currentTop = newTop;
          }

          // Check if sticky has reached end of container and stop sticking
          var stickyWrapperContainer = s.stickyWrapper.parent();
          var unstick = (s.stickyElement.offset().top + s.stickyElement.outerHeight() >= stickyWrapperContainer.offset().top + stickyWrapperContainer.outerHeight()) && (s.stickyElement.offset().top <= s.topSpacing);

          if( unstick ) {
            s.stickyElement
              .css('position', 'absolute')
              .css('top', '')
              .css('bottom', 0)
              .css('z-index', '');
          } else {
            s.stickyElement
              .css('position', 'fixed')
              .css('top', newTop)
              .css('bottom', '')
              .css('z-index', s.zIndex);
          }
        }
      }
    },
    resizer = function() {
      windowHeight = $window.height();

      for (var i = 0, l = sticked.length; i < l; i++) {
        var s = sticked[i];
        var newWidth = null;
        if (s.getWidthFrom) {
            if (s.responsiveWidth) {
                newWidth = $(s.getWidthFrom).width();
            }
        } else if(s.widthFromWrapper) {
            newWidth = s.stickyWrapper.width();
        }
        if (newWidth != null) {
            s.stickyElement.css('width', newWidth);
        }
      }
    },
    methods = {
      init: function(options) {
        return this.each(function() {
          var o = $.extend({}, defaults, options);
          var stickyElement = $(this);

          var stickyId = stickyElement.attr('id');
          var wrapperId = stickyId ? stickyId + '-' + defaults.wrapperClassName : defaults.wrapperClassName;
          var wrapper = $('<div></div>')
            .attr('id', wrapperId)
            .addClass(o.wrapperClassName);

          stickyElement.wrapAll(function() {
            if ($(this).parent("#" + wrapperId).length == 0) {
                    return wrapper;
            }
});

          var stickyWrapper = stickyElement.parent();

          if (o.center) {
            stickyWrapper.css({width:stickyElement.outerWidth(),marginLeft:"auto",marginRight:"auto"});
          }

          if (stickyElement.css("float") === "right") {
            stickyElement.css({"float":"none"}).parent().css({"float":"right"});
          }

          o.stickyElement = stickyElement;
          o.stickyWrapper = stickyWrapper;
          o.currentTop    = null;

          sticked.push(o);

          methods.setWrapperHeight(this);
          methods.setupChangeListeners(this);
        });
      },

      setWrapperHeight: function(stickyElement) {
        var element = $(stickyElement);
        var stickyWrapper = element.parent();
        if (stickyWrapper) {
          stickyWrapper.css('height', element.outerHeight());
        }
      },

      setupChangeListeners: function(stickyElement) {
        if (window.MutationObserver) {
          var mutationObserver = new window.MutationObserver(function(mutations) {
            if (mutations[0].addedNodes.length || mutations[0].removedNodes.length) {
              methods.setWrapperHeight(stickyElement);
            }
          });
          mutationObserver.observe(stickyElement, {subtree: true, childList: true});
        } else {
          if (window.addEventListener) {
            stickyElement.addEventListener('DOMNodeInserted', function() {
              methods.setWrapperHeight(stickyElement);
            }, false);
            stickyElement.addEventListener('DOMNodeRemoved', function() {
              methods.setWrapperHeight(stickyElement);
            }, false);
          } else if (window.attachEvent) {
            stickyElement.attachEvent('onDOMNodeInserted', function() {
              methods.setWrapperHeight(stickyElement);
            });
            stickyElement.attachEvent('onDOMNodeRemoved', function() {
              methods.setWrapperHeight(stickyElement);
            });
          }
        }
      },
      update: scroller,
      unstick: function(options) {
        return this.each(function() {
          var that = this;
          var unstickyElement = $(that);

          var removeIdx = -1;
          var i = sticked.length;
          while (i-- > 0) {
            if (sticked[i].stickyElement.get(0) === that) {
                splice.call(sticked,i,1);
                removeIdx = i;
            }
          }
          if(removeIdx !== -1) {
            unstickyElement.unwrap();
            unstickyElement
              .css({
                'width': '',
                'position': '',
                'top': '',
                'float': '',
                'z-index': ''
              })
            ;
          }
        });
      }
    };

  // should be more efficient than using $window.scroll(scroller) and $window.resize(resizer):
  if (window.addEventListener) {
    window.addEventListener('scroll', scroller, false);
    window.addEventListener('resize', resizer, false);
  } else if (window.attachEvent) {
    window.attachEvent('onscroll', scroller);
    window.attachEvent('onresize', resizer);
  }

  $.fn.sticky = function(method) {
    if (methods[method]) {
      return methods[method].apply(this, slice.call(arguments, 1));
    } else if (typeof method === 'object' || !method ) {
      return methods.init.apply( this, arguments );
    } else {
      $.error('Method ' + method + ' does not exist on jQuery.sticky');
    }
  };

  $.fn.unstick = function(method) {
    if (methods[method]) {
      return methods[method].apply(this, slice.call(arguments, 1));
    } else if (typeof method === 'object' || !method ) {
      return methods.unstick.apply( this, arguments );
    } else {
      $.error('Method ' + method + ' does not exist on jQuery.sticky');
    }
  };
  $(function() {
    setTimeout(scroller, 0);
  });
}));
PK�
�[1��H'assets/js/fitvids/jquery.fitvids.min.jsnu�[���/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/
!function(t){"use strict";t.fn.fitVids=function(e){var i={customSelector:null,ignore:null};if(!document.getElementById("fit-vids-style")){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("div");a.innerHTML='<p>x</p><style id="fit-vids-style">.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}</style>',r.appendChild(a.childNodes[1])}return e&&t.extend(i,e),this.each((function(){var e=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]',"object","embed"];i.customSelector&&e.push(i.customSelector);var r=".fitvidsignore";i.ignore&&(r=r+", "+i.ignore);var a=t(this).find(e.join(","));(a=(a=a.not("object object")).not(r)).each((function(){var e=t(this);if(!(e.parents(r).length>0||"embed"===this.tagName.toLowerCase()&&e.parent("object").length||e.parent(".fluid-width-video-wrapper").length)){e.css("height")||e.css("width")||!isNaN(e.attr("height"))&&!isNaN(e.attr("width"))||(e.attr("height",9),e.attr("width",16));var i=("object"===this.tagName.toLowerCase()||e.attr("height")&&!isNaN(parseInt(e.attr("height"),10))?parseInt(e.attr("height"),10):e.height())/(isNaN(parseInt(e.attr("width"),10))?e.width():parseInt(e.attr("width"),10));if(!e.attr("name")){var a="fitvid"+t.fn.fitVids._count;e.attr("name",a),t.fn.fitVids._count++}e.wrap('<div class="fluid-width-video-wrapper"></div>').parent(".fluid-width-video-wrapper").css("padding-top",100*i+"%"),e.removeAttr("height").removeAttr("width")}}))}))},t.fn.fitVids._count=0}(window.jQuery||window.Zepto);PK�
�[��8xm
m
#assets/js/fitvids/jquery.fitvids.jsnu�[���/*jshint browser:true */
/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/

;(function( $ ){

  'use strict';

  $.fn.fitVids = function( options ) {
    var settings = {
      customSelector: null,
      ignore: null
    };

    if(!document.getElementById('fit-vids-style')) {
      // appendStyles: https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js
      var head = document.head || document.getElementsByTagName('head')[0];
      var css = '.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';
      var div = document.createElement("div");
      div.innerHTML = '<p>x</p><style id="fit-vids-style">' + css + '</style>';
      head.appendChild(div.childNodes[1]);
    }

    if ( options ) {
      $.extend( settings, options );
    }

    return this.each(function(){
      var selectors = [
        'iframe[src*="player.vimeo.com"]',
        'iframe[src*="youtube.com"]',
        'iframe[src*="youtube-nocookie.com"]',
        'iframe[src*="kickstarter.com"][src*="video.html"]',
        'object',
        'embed'
      ];

      if (settings.customSelector) {
        selectors.push(settings.customSelector);
      }

      var ignoreList = '.fitvidsignore';

      if(settings.ignore) {
        ignoreList = ignoreList + ', ' + settings.ignore;
      }

      var $allVideos = $(this).find(selectors.join(','));
      $allVideos = $allVideos.not('object object'); // SwfObj conflict patch
      $allVideos = $allVideos.not(ignoreList); // Disable FitVids on this video.

      $allVideos.each(function(){
        var $this = $(this);
        if($this.parents(ignoreList).length > 0) {
          return; // Disable FitVids on this video.
        }
        if (this.tagName.toLowerCase() === 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; }
        if ((!$this.css('height') && !$this.css('width')) && (isNaN($this.attr('height')) || isNaN($this.attr('width'))))
        {
          $this.attr('height', 9);
          $this.attr('width', 16);
        }
        var height = ( this.tagName.toLowerCase() === 'object' || ($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? parseInt($this.attr('height'), 10) : $this.height(),
            width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10) : $this.width(),
            aspectRatio = height / width;
        if(!$this.attr('name')){
          var videoName = 'fitvid' + $.fn.fitVids._count;
          $this.attr('name', videoName);
          $.fn.fitVids._count++;
        }
        $this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%');
        $this.removeAttr('height').removeAttr('width');
      });
    });
  };
  
  // Internal counter for unique video names.
  $.fn.fitVids._count = 0;
  
// Works with either jQuery or Zepto
})( window.jQuery || window.Zepto );
PK�
�[Gr����assets/js/image-uploader.min.jsnu�[���jQuery(document).ready((function(e){var t;e(document.body).on("click",".custom_media_upload",(function(i){var a=e(this),n=a.parent().find(".custom_media_input"),s=a.parent().find(".custom_media_preview");i.preventDefault(),(t=wp.media.frames.media_file=wp.media({title:a.data("choose"),button:{text:a.data("update")},states:[new wp.media.controller.Library({title:a.data("choose"),library:wp.media.query({type:"image"})})]})).on("select",(function(){var e=t.state().get("selection").first().toJSON();n.val(e.url).change(),s.css({display:"none"}).find("img").remove(),s.css({display:"block"}).append('<img src="'+e.url+'" style="max-width:100%">')})),t.open()})),e("input.custom_media_input").each((function(){var t=e(this).val(),i=e(this).siblings(".custom_media_preview");""!==t&&(i.find("img.custom_media_preview_default").remove(),i.css({display:"block"}).append('<img src="'+t+'" style="max-width:100%">'))}))}));PK�
�[�<�S^^ assets/js/jquery.bxslider.min.jsnu�[���!function(t){var e={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,slideZIndex:50,wrapperClass:"cm-slider",touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,ariaLive:!0,ariaHidden:!0,keyboardEnabled:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4e3,autoStart:!0,autoDirection:"next",stopAutoOnClick:!1,autoHover:!1,autoDelay:0,autoSlideForOnePage:!1,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,shrinkItems:!1,onSliderLoad:function(){return!0},onSlideBefore:function(){return!0},onSlideAfter:function(){return!0},onSlideNext:function(){return!0},onSlidePrev:function(){return!0},onSliderResize:function(){return!0},onAutoChange:function(){return!0}};t.fn.bxSlider=function(n){if(0===this.length)return this;if(this.length>1)return this.each((function(){t(this).bxSlider(n)})),this;var s={},o=this,r=t(window).width(),a=t(window).height();if(!t(o).data("bxSlider")){var l=function(){t(o).data("bxSlider")||(s.settings=t.extend({},e,n),s.settings.slideWidth=parseInt(s.settings.slideWidth),s.children=o.children(s.settings.slideSelector),s.children.length<s.settings.minSlides&&(s.settings.minSlides=s.children.length),s.children.length<s.settings.maxSlides&&(s.settings.maxSlides=s.children.length),s.settings.randomStart&&(s.settings.startSlide=Math.floor(Math.random()*s.children.length)),s.active={index:s.settings.startSlide},s.carousel=s.settings.minSlides>1||s.settings.maxSlides>1,s.carousel&&(s.settings.preloadImages="all"),s.minThreshold=s.settings.minSlides*s.settings.slideWidth+(s.settings.minSlides-1)*s.settings.slideMargin,s.maxThreshold=s.settings.maxSlides*s.settings.slideWidth+(s.settings.maxSlides-1)*s.settings.slideMargin,s.working=!1,s.controls={},s.interval=null,s.animProp="vertical"===s.settings.mode?"top":"left",s.usingCSS=s.settings.useCSS&&"fade"!==s.settings.mode&&function(){for(var t=document.createElement("div"),e=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"],i=0;i<e.length;i++)if(void 0!==t.style[e[i]])return s.cssPrefix=e[i].replace("Perspective","").toLowerCase(),s.animProp="-"+s.cssPrefix+"-transform",!0;return!1}(),"vertical"===s.settings.mode&&(s.settings.maxSlides=s.settings.minSlides),o.data("origStyle",o.attr("style")),o.children(s.settings.slideSelector).each((function(){t(this).data("origStyle",t(this).attr("style"))})),d())},d=function(){var e=s.children.eq(s.settings.startSlide);o.wrap('<div class="'+s.settings.wrapperClass+'"><div class="bx-viewport"></div></div>'),s.viewport=o.parent(),s.settings.ariaLive&&!s.settings.ticker&&s.viewport.attr("aria-live","polite"),s.loader=t('<div class="bx-loading" />'),s.viewport.prepend(s.loader),o.css({width:"horizontal"===s.settings.mode?1e3*s.children.length+215+"%":"auto",position:"relative"}),s.usingCSS&&s.settings.easing?o.css("-"+s.cssPrefix+"-transition-timing-function",s.settings.easing):s.settings.easing||(s.settings.easing="swing"),s.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),s.viewport.parent().css({maxWidth:u()}),s.children.css({float:"horizontal"===s.settings.mode?"left":"none",listStyle:"none",position:"relative"}),s.children.css("width",h()),"horizontal"===s.settings.mode&&s.settings.slideMargin>0&&s.children.css("marginRight",s.settings.slideMargin),"vertical"===s.settings.mode&&s.settings.slideMargin>0&&s.children.css("marginBottom",s.settings.slideMargin),"fade"===s.settings.mode&&(s.children.css({position:"absolute",zIndex:0,display:"none"}),s.children.eq(s.settings.startSlide).css({zIndex:s.settings.slideZIndex,display:"block"})),s.controls.el=t('<div class="bx-controls" />'),s.settings.captions&&k(),s.active.last=s.settings.startSlide===f()-1,s.settings.video&&o.fitVids(),"none"===s.settings.preloadImages?e=null:("all"===s.settings.preloadImages||s.settings.ticker)&&(e=s.children),s.settings.ticker?s.settings.pager=!1:(s.settings.controls&&C(),s.settings.auto&&s.settings.autoControls&&T(),s.settings.pager&&b(),(s.settings.controls||s.settings.autoControls||s.settings.pager)&&s.viewport.after(s.controls.el)),null===e?g():c(e,g)},c=function(e,i){var n=e.find('img:not([src=""]), iframe').length,s=0;0!==n?e.find('img:not([src=""]), iframe').each((function(){t(this).one("load error",(function(){++s===n&&i()})).each((function(){t(this).trigger("load")}))})):i()},g=function(){if(s.settings.infiniteLoop&&"fade"!==s.settings.mode&&!s.settings.ticker){var e="vertical"===s.settings.mode?s.settings.minSlides:s.settings.maxSlides,i=s.children.slice(0,e).clone(!0).addClass("bx-clone"),n=s.children.slice(-e).clone(!0).addClass("bx-clone");s.settings.ariaHidden&&(i.attr("aria-hidden",!0),n.attr("aria-hidden",!0)),o.append(i).prepend(n)}s.loader.remove(),m(),"vertical"===s.settings.mode&&(s.settings.adaptiveHeight=!0),s.viewport.height(p()),o.redrawSlider(),s.settings.onSliderLoad.call(o,s.active.index),s.initialized=!0,s.settings.responsive&&t(window).on("resize",Z),s.settings.auto&&s.settings.autoStart&&(f()>1||s.settings.autoSlideForOnePage)&&L(),s.settings.ticker&&O(),s.settings.pager&&z(s.settings.startSlide),s.settings.controls&&D(),navigator.maxTouchPoints>1&&B(),s.settings.keyboardEnabled&&!s.settings.ticker&&t(document).keydown(N)},p=function(){var e=0,n=t();if("vertical"===s.settings.mode||s.settings.adaptiveHeight)if(s.carousel){var o=1===s.settings.moveSlides?s.active.index:s.active.index*x();for(n=s.children.eq(o),i=1;i<=s.settings.maxSlides-1;i++)n=o+i>=s.children.length?n.add(s.children.eq(i-1)):n.add(s.children.eq(o+i))}else n=s.children.eq(s.active.index);else n=s.children;return"vertical"===s.settings.mode?(n.each((function(i){e+=t(this).outerHeight()})),s.settings.slideMargin>0&&(e+=s.settings.slideMargin*(s.settings.minSlides-1))):e=Math.max.apply(Math,n.map((function(){return t(this).outerHeight(!1)})).get()),"border-box"===s.viewport.css("box-sizing")?e+=parseFloat(s.viewport.css("padding-top"))+parseFloat(s.viewport.css("padding-bottom"))+parseFloat(s.viewport.css("border-top-width"))+parseFloat(s.viewport.css("border-bottom-width")):"padding-box"===s.viewport.css("box-sizing")&&(e+=parseFloat(s.viewport.css("padding-top"))+parseFloat(s.viewport.css("padding-bottom"))),e},u=function(){var t="100%";return s.settings.slideWidth>0&&(t="horizontal"===s.settings.mode?s.settings.maxSlides*s.settings.slideWidth+(s.settings.maxSlides-1)*s.settings.slideMargin:s.settings.slideWidth),t},h=function(){var t=s.settings.slideWidth,e=s.viewport.width();if(0===s.settings.slideWidth||s.settings.slideWidth>e&&!s.carousel||"vertical"===s.settings.mode)t=e;else if(s.settings.maxSlides>1&&"horizontal"===s.settings.mode){if(e>s.maxThreshold)return t;e<s.minThreshold?t=(e-s.settings.slideMargin*(s.settings.minSlides-1))/s.settings.minSlides:s.settings.shrinkItems&&(t=Math.floor((e+s.settings.slideMargin)/Math.ceil((e+s.settings.slideMargin)/(t+s.settings.slideMargin))-s.settings.slideMargin))}return t},v=function(){var t=1,e=null;return"horizontal"===s.settings.mode&&s.settings.slideWidth>0?s.viewport.width()<s.minThreshold?t=s.settings.minSlides:s.viewport.width()>s.maxThreshold?t=s.settings.maxSlides:(e=s.children.first().width()+s.settings.slideMargin,t=Math.floor((s.viewport.width()+s.settings.slideMargin)/e)||1):"vertical"===s.settings.mode&&(t=s.settings.minSlides),t},f=function(){var t=0,e=0,i=0;if(s.settings.moveSlides>0){if(!s.settings.infiniteLoop){for(;e<s.children.length;)++t,e=i+v(),i+=s.settings.moveSlides<=v()?s.settings.moveSlides:v();return i}t=Math.ceil(s.children.length/x())}else t=Math.ceil(s.children.length/v());return t},x=function(){return s.settings.moveSlides>0&&s.settings.moveSlides<=v()?s.settings.moveSlides:v()},m=function(){var t,e,i;s.children.length>s.settings.maxSlides&&s.active.last&&!s.settings.infiniteLoop?"horizontal"===s.settings.mode?(t=(e=s.children.last()).position(),S(-(t.left-(s.viewport.width()-e.outerWidth())),"reset",0)):"vertical"===s.settings.mode&&(i=s.children.length-s.settings.minSlides,t=s.children.eq(i).position(),S(-t.top,"reset",0)):(t=s.children.eq(s.active.index*x()).position(),s.active.index===f()-1&&(s.active.last=!0),void 0!==t&&("horizontal"===s.settings.mode?S(-t.left,"reset",0):"vertical"===s.settings.mode&&S(-t.top,"reset",0)))},S=function(e,i,n,r){var a,l;s.usingCSS?(l="vertical"===s.settings.mode?"translate3d(0, "+e+"px, 0)":"translate3d("+e+"px, 0, 0)",o.css("-"+s.cssPrefix+"-transition-duration",n/1e3+"s"),"slide"===i?(o.css(s.animProp,l),0!==n?o.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",(function(e){t(e.target).is(o)&&(o.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),A())})):A()):"reset"===i?o.css(s.animProp,l):"ticker"===i&&(o.css("-"+s.cssPrefix+"-transition-timing-function","linear"),o.css(s.animProp,l),0!==n?o.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",(function(e){t(e.target).is(o)&&(o.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),S(r.resetValue,"reset",0),F())})):(S(r.resetValue,"reset",0),F()))):((a={})[s.animProp]=e,"slide"===i?o.animate(a,n,s.settings.easing,(function(){A()})):"reset"===i?o.css(s.animProp,e):"ticker"===i&&o.animate(a,n,"linear",(function(){S(r.resetValue,"reset",0),F()})))},w=function(){for(var e="",i="",n=f(),o=0;o<n;o++)i="",s.settings.buildPager&&t.isFunction(s.settings.buildPager)||s.settings.pagerCustom?(i=s.settings.buildPager(o),s.pagerEl.addClass("bx-custom-pager")):(i=o+1,s.pagerEl.addClass("bx-default-pager")),e+='<div class="bx-pager-item"><a href="" data-slide-index="'+o+'" class="bx-pager-link">'+i+"</a></div>";s.pagerEl.html(e)},b=function(){s.settings.pagerCustom?s.pagerEl=t(s.settings.pagerCustom):(s.pagerEl=t('<div class="bx-pager" />'),s.settings.pagerSelector?t(s.settings.pagerSelector).html(s.pagerEl):s.controls.el.addClass("bx-has-pager").append(s.pagerEl),w()),s.pagerEl.on("click touchend","a",I)},C=function(){s.controls.next=t('<a class="bx-next" href="">'+s.settings.nextText+"</a>"),s.controls.prev=t('<a class="bx-prev" href="">'+s.settings.prevText+"</a>"),s.controls.next.on("click touchend",P),s.controls.prev.on("click touchend",E),s.settings.nextSelector&&t(s.settings.nextSelector).append(s.controls.next),s.settings.prevSelector&&t(s.settings.prevSelector).append(s.controls.prev),s.settings.nextSelector||s.settings.prevSelector||(s.controls.directionEl=t('<div class="bx-controls-direction" />'),s.controls.directionEl.append(s.controls.prev).append(s.controls.next),s.controls.el.addClass("bx-has-controls-direction").append(s.controls.directionEl))},T=function(){s.controls.start=t('<div class="bx-controls-auto-item"><a class="bx-start" href="">'+s.settings.startText+"</a></div>"),s.controls.stop=t('<div class="bx-controls-auto-item"><a class="bx-stop" href="">'+s.settings.stopText+"</a></div>"),s.controls.autoEl=t('<div class="bx-controls-auto" />'),s.controls.autoEl.on("click",".bx-start",M),s.controls.autoEl.on("click",".bx-stop",y),s.settings.autoControlsCombine?s.controls.autoEl.append(s.controls.start):s.controls.autoEl.append(s.controls.start).append(s.controls.stop),s.settings.autoControlsSelector?t(s.settings.autoControlsSelector).html(s.controls.autoEl):s.controls.el.addClass("bx-has-controls-auto").append(s.controls.autoEl),q(s.settings.autoStart?"stop":"start")},k=function(){s.children.each((function(e){var i=t(this).find("img:first").attr("title");void 0!==i&&(""+i).length&&t(this).append('<div class="bx-caption"><span>'+i+"</span></div>")}))},P=function(t){t.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),o.goToNextSlide())},E=function(t){t.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),o.goToPrevSlide())},M=function(t){o.startAuto(),t.preventDefault()},y=function(t){o.stopAuto(),t.preventDefault()},I=function(e){var i,n;e.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),void 0!==(i=t(e.currentTarget)).attr("data-slide-index")&&(n=parseInt(i.attr("data-slide-index")))!==s.active.index&&o.goToSlide(n))},z=function(e){var i=s.children.length;if("short"===s.settings.pagerType)return s.settings.maxSlides>1&&(i=Math.ceil(s.children.length/s.settings.maxSlides)),void s.pagerEl.html(e+1+s.settings.pagerShortSeparator+i);s.pagerEl.find("a").removeClass("active"),s.pagerEl.each((function(i,n){t(n).find("a").eq(e).addClass("active")}))},A=function(){if(s.settings.infiniteLoop){var t="";0===s.active.index?t=s.children.eq(0).position():s.active.index===f()-1&&s.carousel?t=s.children.eq((f()-1)*x()).position():s.active.index===s.children.length-1&&(t=s.children.eq(s.children.length-1).position()),t&&("horizontal"===s.settings.mode?S(-t.left,"reset",0):"vertical"===s.settings.mode&&S(-t.top,"reset",0))}s.working=!1,s.settings.onSlideAfter.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)},q=function(t){s.settings.autoControlsCombine?s.controls.autoEl.html(s.controls[t]):(s.controls.autoEl.find("a").removeClass("active"),s.controls.autoEl.find("a:not(.bx-"+t+")").addClass("active"))},D=function(){1===f()?(s.controls.prev.addClass("disabled"),s.controls.next.addClass("disabled")):!s.settings.infiniteLoop&&s.settings.hideControlOnEnd&&(0===s.active.index?(s.controls.prev.addClass("disabled"),s.controls.next.removeClass("disabled")):s.active.index===f()-1?(s.controls.next.addClass("disabled"),s.controls.prev.removeClass("disabled")):(s.controls.prev.removeClass("disabled"),s.controls.next.removeClass("disabled")))},H=function(){o.startAuto()},W=function(){o.stopAuto()},L=function(){s.settings.autoDelay>0?setTimeout(o.startAuto,s.settings.autoDelay):(o.startAuto(),t(window).focus(H).blur(W)),s.settings.autoHover&&o.hover((function(){s.interval&&(o.stopAuto(!0),s.autoPaused=!0)}),(function(){s.autoPaused&&(o.startAuto(!0),s.autoPaused=null)}))},O=function(){var e,i,n,r,a,l,d,c,g=0;"next"===s.settings.autoDirection?o.append(s.children.clone().addClass("bx-clone")):(o.prepend(s.children.clone().addClass("bx-clone")),e=s.children.first().position(),g="horizontal"===s.settings.mode?-e.left:-e.top),S(g,"reset",0),s.settings.pager=!1,s.settings.controls=!1,s.settings.autoControls=!1,s.settings.tickerHover&&(s.usingCSS?(r="horizontal"===s.settings.mode?4:5,s.viewport.hover((function(){i=o.css("-"+s.cssPrefix+"-transform"),n=parseFloat(i.split(",")[r]),S(n,"reset",0)}),(function(){c=0,s.children.each((function(e){c+="horizontal"===s.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)})),a=s.settings.speed/c,l="horizontal"===s.settings.mode?"left":"top",d=a*(c-Math.abs(parseInt(n))),F(d)}))):s.viewport.hover((function(){o.stop()}),(function(){c=0,s.children.each((function(e){c+="horizontal"===s.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)})),a=s.settings.speed/c,l="horizontal"===s.settings.mode?"left":"top",d=a*(c-Math.abs(parseInt(o.css(l)))),F(d)}))),F()},F=function(t){var e,i,n=t||s.settings.speed,r={left:0,top:0},a={left:0,top:0};"next"===s.settings.autoDirection?r=o.find(".bx-clone").first().position():a=s.children.first().position(),e="horizontal"===s.settings.mode?-r.left:-r.top,i="horizontal"===s.settings.mode?-a.left:-a.top,S(e,"ticker",n,{resetValue:i})},N=function(e){var i=document.activeElement.tagName.toLowerCase();if(null==new RegExp(i,["i"]).exec("input|textarea")&&function(e){var i=t(window),n={top:i.scrollTop(),left:i.scrollLeft()},s=e.offset();return n.right=n.left+i.width(),n.bottom=n.top+i.height(),s.right=s.left+e.outerWidth(),s.bottom=s.top+e.outerHeight(),!(n.right<s.left||n.left>s.right||n.bottom<s.top||n.top>s.bottom)}(o)){if(39===e.keyCode)return P(e),!1;if(37===e.keyCode)return E(e),!1}},B=function(){s.touch={start:{x:0,y:0},end:{x:0,y:0}},(!!("ontouchstart"in window)||window.navigator.msMaxTouchPoints>0)&&s.viewport.bind("touchstart MSPointerDown pointerdown",X),s.viewport.on("click",".bxslider a",(function(t){s.viewport.hasClass("click-disabled")&&(t.preventDefault(),s.viewport.removeClass("click-disabled"))}))},X=function(t){if("touchstart"===t.type||0===t.button)if(s.controls.el.addClass("disabled"),s.working)s.controls.el.removeClass("disabled");else{s.touch.originalPos=o.position();var e=t.originalEvent,i=void 0!==e.changedTouches?e.changedTouches:[e];if("function"==typeof PointerEvent&&void 0===e.pointerId)return;s.touch.start.x=i[0].pageX,s.touch.start.y=i[0].pageY,s.viewport.get(0).setPointerCapture&&(s.pointerId=e.pointerId,s.viewport.get(0).setPointerCapture(s.pointerId)),s.originalClickTarget=e.originalTarget||e.target,s.originalClickButton=e.button,s.originalClickButtons=e.buttons,s.originalEventType=e.type,s.hasMove=!1,s.viewport.on("touchmove MSPointerMove pointermove",V),s.viewport.on("touchend MSPointerUp pointerup",R),s.viewport.on("MSPointerCancel pointercancel",Y)}},Y=function(t){t.preventDefault(),S(s.touch.originalPos.left,"reset",0),s.controls.el.removeClass("disabled"),s.viewport.off("MSPointerCancel pointercancel",Y),s.viewport.off("touchmove MSPointerMove pointermove",V),s.viewport.off("touchend MSPointerUp pointerup",R),s.viewport.get(0).releasePointerCapture&&s.viewport.get(0).releasePointerCapture(s.pointerId)},V=function(t){var e=t.originalEvent,i=void 0!==e.changedTouches?e.changedTouches:[e],n=Math.abs(i[0].pageX-s.touch.start.x),o=Math.abs(i[0].pageY-s.touch.start.y),r=0,a=0;s.hasMove=!0,(3*n>o&&s.settings.preventDefaultSwipeX||3*o>n&&s.settings.preventDefaultSwipeY)&&t.preventDefault(),"touchmove"!==t.type&&t.preventDefault(),"fade"!==s.settings.mode&&s.settings.oneToOneTouch&&("horizontal"===s.settings.mode?(a=i[0].pageX-s.touch.start.x,r=s.touch.originalPos.left+a):(a=i[0].pageY-s.touch.start.y,r=s.touch.originalPos.top+a),S(r,"reset",0))},R=function(e){e.preventDefault(),s.viewport.off("touchmove MSPointerMove pointermove",V),s.controls.el.removeClass("disabled");var i=e.originalEvent,n=void 0!==i.changedTouches?i.changedTouches:[i],r=0,a=0;s.touch.end.x=n[0].pageX,s.touch.end.y=n[0].pageY,"fade"===s.settings.mode?(a=Math.abs(s.touch.start.x-s.touch.end.x))>=s.settings.swipeThreshold&&(s.touch.start.x>s.touch.end.x?o.goToNextSlide():o.goToPrevSlide(),o.stopAuto()):("horizontal"===s.settings.mode?(a=s.touch.end.x-s.touch.start.x,r=s.touch.originalPos.left):(a=s.touch.end.y-s.touch.start.y,r=s.touch.originalPos.top),!s.settings.infiniteLoop&&(0===s.active.index&&a>0||s.active.last&&a<0)?S(r,"reset",200):Math.abs(a)>=s.settings.swipeThreshold?(a<0?o.goToNextSlide():o.goToPrevSlide(),o.stopAuto()):S(r,"reset",200)),s.viewport.off("touchend MSPointerUp pointerup",R),s.viewport.get(0).releasePointerCapture&&s.viewport.get(0).releasePointerCapture(s.pointerId),!1!==s.hasMove||0!==s.originalClickButton&&"touchstart"!==s.originalEventType||t(s.originalClickTarget).trigger({type:"click",button:s.originalClickButton,buttons:s.originalClickButtons})},Z=function(e){if(s.initialized)if(s.working)window.setTimeout(Z,10);else{var i=t(window).width(),n=t(window).height();r===i&&a===n||(r=i,a=n,o.redrawSlider(),s.settings.onSliderResize.call(o,s.active.index))}},U=function(t){var e=v();s.settings.ariaHidden&&!s.settings.ticker&&(s.children.attr("aria-hidden","true"),s.children.slice(t,t+e).attr("aria-hidden","false"))};return o.goToSlide=function(e,i){var n,r,a,l,d=!0,c=0,g={left:0,top:0},u=null;if(s.oldIndex=s.active.index,s.active.index=function(t){return t<0?s.settings.infiniteLoop?f()-1:s.active.index:t>=f()?s.settings.infiniteLoop?0:s.active.index:t}(e),!s.working&&s.active.index!==s.oldIndex){if(s.working=!0,void 0!==(d=s.settings.onSlideBefore.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index))&&!d)return s.active.index=s.oldIndex,void(s.working=!1);"next"===i?s.settings.onSlideNext.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)||(d=!1):"prev"===i&&(s.settings.onSlidePrev.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)||(d=!1)),s.active.last=s.active.index>=f()-1,(s.settings.pager||s.settings.pagerCustom)&&z(s.active.index),s.settings.controls&&D(),"fade"===s.settings.mode?(s.settings.adaptiveHeight&&s.viewport.height()!==p()&&s.viewport.animate({height:p()},s.settings.adaptiveHeightSpeed),s.children.filter(":visible").fadeOut(s.settings.speed).css({zIndex:0}),s.children.eq(s.active.index).css("zIndex",s.settings.slideZIndex+1).fadeIn(s.settings.speed,(function(){t(this).css("zIndex",s.settings.slideZIndex),A()}))):(s.settings.adaptiveHeight&&s.viewport.height()!==p()&&s.viewport.animate({height:p()},s.settings.adaptiveHeightSpeed),!s.settings.infiniteLoop&&s.carousel&&s.active.last?"horizontal"===s.settings.mode?(g=(u=s.children.eq(s.children.length-1)).position(),c=s.viewport.width()-u.outerWidth()):(n=s.children.length-s.settings.minSlides,g=s.children.eq(n).position()):s.carousel&&s.active.last&&"prev"===i?(r=1===s.settings.moveSlides?s.settings.maxSlides-x():(f()-1)*x()-(s.children.length-s.settings.maxSlides),g=(u=o.children(".bx-clone").eq(r)).position()):"next"===i&&0===s.active.index?(g=o.find("> .bx-clone").eq(s.settings.maxSlides).position(),s.active.last=!1):e>=0&&(l=e*parseInt(x()),g=s.children.eq(l).position()),void 0!==g&&(a="horizontal"===s.settings.mode?-(g.left-c):-g.top,S(a,"slide",s.settings.speed)),s.working=!1),s.settings.ariaHidden&&U(s.active.index*x())}},o.goToNextSlide=function(){if((s.settings.infiniteLoop||!s.active.last)&&!0!==s.working){var t=parseInt(s.active.index)+1;o.goToSlide(t,"next")}},o.goToPrevSlide=function(){if((s.settings.infiniteLoop||0!==s.active.index)&&!0!==s.working){var t=parseInt(s.active.index)-1;o.goToSlide(t,"prev")}},o.startAuto=function(t){s.interval||(s.interval=setInterval((function(){"next"===s.settings.autoDirection?o.goToNextSlide():o.goToPrevSlide()}),s.settings.pause),s.settings.onAutoChange.call(o,!0),s.settings.autoControls&&!0!==t&&q("stop"))},o.stopAuto=function(t){s.autoPaused&&(s.autoPaused=!1),s.interval&&(clearInterval(s.interval),s.interval=null,s.settings.onAutoChange.call(o,!1),s.settings.autoControls&&!0!==t&&q("start"))},o.getCurrentSlide=function(){return s.active.index},o.getCurrentSlideElement=function(){return s.children.eq(s.active.index)},o.getSlideElement=function(t){return s.children.eq(t)},o.getSlideCount=function(){return s.children.length},o.isWorking=function(){return s.working},o.redrawSlider=function(){s.children.add(o.find(".bx-clone")).outerWidth(h()),s.viewport.css("height",p()),s.settings.ticker||m(),s.active.last&&(s.active.index=f()-1),s.active.index>=f()&&(s.active.last=!0),s.settings.pager&&!s.settings.pagerCustom&&(w(),z(s.active.index)),s.settings.ariaHidden&&U(s.active.index*x())},o.destroySlider=function(){s.initialized&&(s.initialized=!1,t(".bx-clone",this).remove(),s.children.each((function(){void 0!==t(this).data("origStyle")?t(this).attr("style",t(this).data("origStyle")):t(this).removeAttr("style")})),void 0!==t(this).data("origStyle")?this.attr("style",t(this).data("origStyle")):t(this).removeAttr("style"),t(this).unwrap().unwrap(),s.controls.el&&s.controls.el.remove(),s.controls.next&&s.controls.next.remove(),s.controls.prev&&s.controls.prev.remove(),s.pagerEl&&s.settings.controls&&!s.settings.pagerCustom&&s.pagerEl.remove(),t(".bx-caption",this).remove(),s.controls.autoEl&&s.controls.autoEl.remove(),clearInterval(s.interval),s.settings.responsive&&t(window).off("resize",Z),s.settings.keyboardEnabled&&t(document).off("keydown",N),t(this).removeData("bxSlider"),t(window).off("blur",W).off("focus",H))},o.reloadSlider=function(e){void 0!==e&&(n=e),o.destroySlider(),l(),t(o).data("bxSlider",this)},l(),t(o).data("bxSlider",this),this}}}(jQuery);PK�
�[���assets/js/image-uploader.jsnu�[���/**
 * Image upload JS setting.
 */

jQuery( document ).ready(
	function ( $ ) {
		var file_frame;

		$( document.body ).on(
			'click',
			'.custom_media_upload',
			function ( event ) {
				var $el                 = $( this );
				var file_target_input   = $el.parent().find( '.custom_media_input' );
				var file_target_preview = $el.parent().find( '.custom_media_preview' );

				event.preventDefault();

				// Create the media frame.
				file_frame = wp.media.frames.media_file = wp.media(
					{
						// Set the title of the modal.
						title  : $el.data( 'choose' ),
						button : {
							text : $el.data( 'update' )
						},
						states : [
							new wp.media.controller.Library(
								{
									title   : $el.data( 'choose' ),
									library : wp.media.query( { type : 'image' } )
								}
							)
						]
					}
				);

				// When an image is selected, run a callback.
				file_frame.on(
					'select',
					function () {
						// Get the attachment from the modal frame.
						var attachment = file_frame.state().get( 'selection' ).first().toJSON();

						// Initialize input and preview change.
						file_target_input.val( attachment.url ).change();
						file_target_preview.css( { display : 'none' } ).find( 'img' ).remove();
						file_target_preview.css( { display : 'block' } ).append( '<img src="' + attachment.url + '" style="max-width:100%">' );
					}
				);

				// Finally, open the modal.
				file_frame.open();
			}
		);

		// Media Uploader Preview.
		$( 'input.custom_media_input' ).each(
			function () {
				var preview_image  = $( this ).val(),
				    preview_target = $( this ).siblings( '.custom_media_preview' );

				// Initialize image previews.
				if ( preview_image !== '' ) {
					preview_target.find( 'img.custom_media_preview_default' ).remove();
					preview_target.css( { display : 'block' } ).append( '<img src="' + preview_image + '" style="max-width:100%">' );
				}
			}
		);
	}
);
PK�
�[s�:t
t
.assets/js/news-ticker/jquery.newsTicker.min.jsnu�[���!function(t,i,s,o){"use strict";var n="newsTicker",e={row_height:20,max_rows:3,speed:400,duration:2500,direction:"up",autostart:1,pauseOnHover:1,nextButton:null,prevButton:null,startButton:null,stopButton:null,hasMoved:function(){},movingUp:function(){},movingDown:function(){},start:function(){},stop:function(){},pause:function(){},unpause:function(){}};function h(i,s){this.element=i,this.$el=t(i),this.options=t.extend({},e,s),this._defaults=e,this._name=n,this.moveInterval,this.state=0,this.paused=0,this.moving=0,this.$el.is("ul, ol")&&this.init()}h.prototype={init:function(){this.$el.height(this.options.row_height*this.options.max_rows).css({overflow:"hidden"}),this.checkSpeed(),this.options.nextButton&&void 0!==this.options.nextButton[0]&&this.options.nextButton.click(function(t){this.moveNext(),this.resetInterval()}.bind(this)),this.options.prevButton&&void 0!==this.options.prevButton[0]&&this.options.prevButton.click(function(t){this.movePrev(),this.resetInterval()}.bind(this)),this.options.stopButton&&void 0!==this.options.stopButton[0]&&this.options.stopButton.click(function(t){this.stop()}.bind(this)),this.options.startButton&&void 0!==this.options.startButton[0]&&this.options.startButton.click(function(t){this.start()}.bind(this)),this.options.pauseOnHover&&this.$el.hover(function(){this.state&&this.pause()}.bind(this),function(){this.state&&this.unpause()}.bind(this)),this.options.autostart&&this.start()},start:function(){this.state||(this.state=1,this.resetInterval(),this.options.start())},stop:function(){this.state&&(clearInterval(this.moveInterval),this.state=0,this.options.stop())},resetInterval:function(){this.state&&(clearInterval(this.moveInterval),this.moveInterval=setInterval(function(){this.move()}.bind(this),this.options.duration))},move:function(){this.paused||this.moveNext()},moveNext:function(){"down"===this.options.direction?this.moveDown():"up"===this.options.direction&&this.moveUp()},movePrev:function(){"down"===this.options.direction?this.moveUp():"up"===this.options.direction&&this.moveDown()},pause:function(){this.paused||(this.paused=1),this.options.pause()},unpause:function(){this.paused&&(this.paused=0),this.options.unpause()},moveDown:function(){this.moving||(this.moving=1,this.options.movingDown(),this.$el.children("li:last").detach().prependTo(this.$el).css("marginTop","-"+this.options.row_height+"px").animate({marginTop:"0px"},this.options.speed,function(){this.moving=0,this.options.hasMoved()}.bind(this)))},moveUp:function(){if(!this.moving){this.moving=1,this.options.movingUp();var t=this.$el.children("li:first");t.animate({marginTop:"-"+this.options.row_height+"px"},this.options.speed,function(){t.detach().css("marginTop","0").appendTo(this.$el),this.moving=0,this.options.hasMoved()}.bind(this))}},updateOption:function(t,i){void 0!==this.options[t]&&(this.options[t]=i,"duration"!=t&&"speed"!=t||(this.checkSpeed(),this.resetInterval()))},add:function(i){this.$el.append(t("<li>").html(i))},getState:function(){return paused?2:this.state},checkSpeed:function(){this.options.duration<this.options.speed+25&&(this.options.speed=this.options.duration-25)},destroy:function(){this._destroy()}},t.fn[n]=function(i){var s=arguments;return this.each((function(){var o=t(this),e=t.data(this,"plugin_"+n),p="object"==typeof i&&i;e||o.data("plugin_"+n,e=new h(this,p)),"string"==typeof i&&e[i].apply(e,Array.prototype.slice.call(s,1))}))}}(jQuery,window,document);PK�
�[{w"��2�2*assets/js/news-ticker/jquery.newsTicker.jsnu�[���/*
                      _____              _____              _____             _______         
                     /\    \            /\    \            /\    \           /::\    \        
                    /::\    \          /::\    \          /::\    \         /::::\    \       
                   /::::\    \         \:::\    \        /::::\    \       /::::::\    \      
                  /::::::\    \         \:::\    \      /::::::\    \     /::::::::\    \     
                 /:::/\:::\    \         \:::\    \    /:::/\:::\    \   /:::/~~\:::\    \    
                /:::/__\:::\    \         \:::\    \  /:::/__\:::\    \ /:::/    \:::\    \   
               /::::\   \:::\    \        /::::\    \ \:::\   \:::\    \:::/    / \:::\    \  
              /::::::\   \:::\    \__    /::::::\    \_\:::\   \:::\    \:/____/   \:::\____\ 
             /:::/\:::\   \:::\____\ \  /:::/\:::\    \ \:::\   \:::\    \    |     |:::|    |
            /:::/  \:::\   \:::|    | \/:::/  \:::\____\ \:::\   \:::\____\___|     |:::|____|
            \::/   |::::\  /:::|____| /:::/    \::/    /  \:::\   \::/    /   _\___/:::/    / 
             \/____|:::::\/:::/    /\/:::/    / \/____/\   \:::\   \/____/:\ |::| /:::/    /  
                   |:::::::::/    /:::::/    /      \:::\   \:::\    \  \:::\|::|/:::/    /   
                   |::|\::::/    /\::::/____/        \:::\   \:::\____\  \::::::::::/    /    
                   |::| \::/____/  \:::\    \         \:::\  /:::/    /   \::::::::/    /     
                   |::|  ~|         \:::\    \         \:::\/:::/    /     \::::::/    /      
                   |::|   |          \:::\    \         \::::::/    /       \::::/____/       
                   \::|   |           \:::\____\         \::::/    /         |::|    |        
                    \:|   |            \::/    /          \::/    /          |::|____|        
                     \|___|             \/____/            \/____/            ~~              
                                                                                                                
     ____.________                                  _____       .___                                     .___ 
    |    |\_____  \  __ __   ___________ ___.__.   /  _  \    __| _/__  _______    ____   ____  ____   __| _/ 
    |    | /  / \  \|  |  \_/ __ \_  __ <   |  |  /  /_\  \  / __ |\  \/ /\__  \  /    \_/ ___\/ __ \ / __ |  
/\__|    |/   \_/.  \  |  /\  ___/|  | \/\___  | /    |    \/ /_/ | \   /  / __ \|   |  \  \__\  ___// /_/ |  
\________|\_____\ \_/____/  \___  >__|   / ____| \____|__  /\____ |  \_/  (____  /___|  /\___  >___  >____ |  
                 \__>           \/       \/              \/      \/            \/     \/     \/    \/     \/  
                   _______                        ___________.__        __                                    
                   \      \   ______  _  ________ \__    ___/|__| ____ |  | __ ___________                    
          ______   /   |   \_/ __ \ \/ \/ /  ___/   |    |   |  |/ ___\|  |/ // __ \_  __ \   ______          
         /_____/  /    |    \  ___/\     /\___ \    |    |   |  \  \___|    <\  ___/|  | \/  /_____/          
                  \____|__  /\___  >\/\_//____  >   |____|   |__|\___  >__|_ \\___  >__|                      
                          \/     \/           \/                     \/     \/    \/                          


==============================================================================================================
    JQuery Advanced News Ticker 1.0.11 (20/02/14)
    created by risq
    website (docs & demos) : http://risq.github.io/jquery-advanced-news-ticker/
==============================================================================================================

*/

;
(function($, window, document, undefined) {
        'use strict';
        var pluginName = 'newsTicker',
                defaults = {
                        row_height: 20,
                        max_rows: 3,
                        speed: 400,
                        duration: 2500,
                        direction: 'up',
                        autostart: 1,
                        pauseOnHover: 1,
                        nextButton: null,
                        prevButton: null,
                        startButton: null,
                        stopButton: null,
                        hasMoved: function() {},
                        movingUp: function() {},
                        movingDown: function() {},
                        start: function() {},
                        stop: function() {},
                        pause: function() {},
                        unpause: function() {}
                };

        function Plugin(element, options) {
                this.element = element;
                this.$el = $(element);
                this.options = $.extend({}, defaults, options);
                this._defaults = defaults;
                this._name = pluginName;
                this.moveInterval;
                this.state = 0;
                this.paused = 0;
                this.moving = 0;
                if (this.$el.is('ul, ol')) {
                        this.init();
                }
        }

        Plugin.prototype = {
                init: function() {
                        this.$el.height(this.options.row_height * this.options.max_rows)
                                .css({overflow : 'hidden'});

                        this.checkSpeed();

                        if(this.options.nextButton && typeof(this.options.nextButton[0]) !== 'undefined')
                                this.options.nextButton.click(function(e) {
                                        this.moveNext();
                                        this.resetInterval();
                                }.bind(this));
                        if(this.options.prevButton && typeof(this.options.prevButton[0]) !== 'undefined')
                                this.options.prevButton.click(function(e) {
                                        this.movePrev();
                                        this.resetInterval();
                                }.bind(this));
                        if(this.options.stopButton && typeof(this.options.stopButton[0]) !== 'undefined')
                                this.options.stopButton.click(function(e) {
                                        this.stop()
                                }.bind(this));
                        if(this.options.startButton && typeof(this.options.startButton[0]) !== 'undefined')
                                this.options.startButton.click(function(e) {
                                        this.start()
                                }.bind(this));
                        
                        if(this.options.pauseOnHover) {
                                this.$el.hover(function() {
                                        if (this.state)
                                                this.pause();
                                }.bind(this), function() {
                                        if (this.state)
                                                this.unpause();
                                }.bind(this));
                        }

                        if(this.options.autostart)
                                this.start();
                },

                start: function() {
                        if (!this.state) {
                                this.state = 1;
                                this.resetInterval();
                                this.options.start();
                        }
                },

                stop: function() {
                        if (this.state) {
                                clearInterval(this.moveInterval);
                                this.state = 0;
                                this.options.stop();
                        }
                },

                resetInterval: function() {
                        if (this.state) {
                                clearInterval(this.moveInterval);
                                this.moveInterval = setInterval(function() {this.move()}.bind(this), this.options.duration);
                        }
                },

                move: function() {
                         if (!this.paused) this.moveNext();
                },

                moveNext: function() {
                        if (this.options.direction === 'down')
                                this.moveDown();
                        else if (this.options.direction === 'up')
                                this.moveUp();
                },

                movePrev: function() {
                        if (this.options.direction === 'down')
                                this.moveUp();
                        else if (this.options.direction === 'up')
                                this.moveDown();
                },

                pause: function() {
                        if (!this.paused) this.paused = 1;
                        this.options.pause();
                },

                unpause: function() {
                        if (this.paused) this.paused = 0;
                        this.options.unpause();
                },

                moveDown: function() {
                        if (!this.moving) {
                                this.moving = 1;
                                this.options.movingDown();
                                this.$el.children('li:last').detach().prependTo(this.$el).css('marginTop', '-' + this.options.row_height + 'px')
                                        .animate({marginTop: '0px'}, this.options.speed, function(){
                                                this.moving = 0;
                                                this.options.hasMoved();
                                        }.bind(this));
                        }
                },

                moveUp: function() {
                        if (!this.moving) {
                                this.moving = 1;
                                this.options.movingUp();
                                var element = this.$el.children('li:first');
                                element.animate({marginTop: '-' + this.options.row_height + 'px'}, this.options.speed,
                                        function(){
                                                element.detach().css('marginTop', '0').appendTo(this.$el);
                                                this.moving = 0;
                                                this.options.hasMoved();
                                        }.bind(this));
                        }
                },

                updateOption: function(option, value) {
                        if (typeof(this.options[option]) !== 'undefined'){
                                this.options[option] = value;
                                if (option == 'duration' || option == 'speed'){
                                    this.checkSpeed();
                                    this.resetInterval();
                                }
                        }
                },

                add: function(content){
                    this.$el.append($('<li>').html(content));
                },

                getState: function() {
                        if (paused) return 2 // 2 = paused
                        else return this.state;// 0 = stopped, 1 = started
                },

                checkSpeed: function() {
                        if (this.options.duration < (this.options.speed + 25))
                                this.options.speed = this.options.duration - 25;
                },

                destroy: function() {
                        this._destroy(); // or this.delete; depends on jQuery version
                }
        };

        $.fn[pluginName] = function(option) {
                var args = arguments;
                
                return this.each(function() {
                        var $this = $(this),
                                data = $.data(this, 'plugin_' + pluginName),
                                options = typeof option === 'object' && option;
                        if (!data) {
                                $this.data('plugin_' + pluginName, (data = new Plugin(this, options)));
                        }
                        // if first argument is a string, call silimarly named function
                        if (typeof option === 'string') {
                                data[option].apply(data, Array.prototype.slice.call(args, 1));
                        }
                });
        };
})(jQuery, window, document);
PK�
�[�o�@%% assets/js/skip-link-focus-fix.jsnu�[���/**
 * File skip-link-focus-fix.js.
 *
 * Helps with accessibility for keyboard only users.
 *
 * Learn more: https://git.io/vWdr2
 */

(
	function () {
		var isIe = /(trident|msie)/i.test( navigator.userAgent );

		if ( isIe && document.getElementById && window.addEventListener ) {
			window.addEventListener(
				'hashchange',
				function () {
					var id = location.hash.substring( 1 ),
					    element;

					if ( ! (
						/^[A-z0-9_-]+$/.test( id )
					) ) {
						return;
					}

					element = document.getElementById( id );

					if ( element ) {
						if ( ! (
							/^(?:a|select|input|button|textarea)$/i.test( element.tagName )
						) ) {
							element.tabIndex = - 1;
						}

						element.focus();
					}
				},
				false
			);
		}
	}
)();
PK�
�[�d�8�8assets/js/colormag-custom.jsnu�[���/**
 * ColorMag theme custom JS file.
 *
 * @package ColorMag
 */
jQuery( document ).ready(
	function () {

		/**
		 * Search.
		 */
		var hideSearchForm = function () {
			jQuery( '#cm-masthead .search-form-top' ).removeClass( 'show' );
			jQuery( '#cm-content' ).removeClass( 'backdrop' );
		};

		// For Search Icon Toggle effect added at the top.
		jQuery( '.search-top' ).click(
			function () {
				jQuery( this ).next( '#cm-masthead .search-form-top' ).toggleClass( 'show' );

				jQuery( '#cm-content' ).toggleClass( 'backdrop' );
				// Focus after some time to fix conflict with toggleClass.
				setTimeout(
					function () {
						jQuery( '#cm-masthead .search-form-top input' ).focus();
					},
					200
				);

				// For esc key press.
				jQuery( document ).on(
					'keyup',
					function ( e ) {
						// On esc key press.
						if ( 27 === e.keyCode ) {
							// If search box is opened.
							if ( jQuery( '#cm-masthead .search-form-top' ).hasClass( 'show' ) ) {
								hideSearchForm();
							}
						}
					}
				);

				jQuery( document ).on(
					'click.outEvent',
					function ( e ) {
						if ( e.target.closest( '.cm-top-search' ) ) {
							return;
						}

						hideSearchForm();

						// Unbind current click event.
						jQuery( document ).off( 'click.outEvent' );
					}
				);
			}
		);

		/**
		 * Scroll to top JS setting.
		 */
		// Hides the scroll up button initially.
		jQuery( '#scroll-up' ).hide();

		// Scroll up settings.
		jQuery( window ).scroll(
			function () {
				if ( jQuery( this ).scrollTop() > 1000 ) {
					jQuery( '#scroll-up' ).fadeIn();
				} else {
					jQuery( '#scroll-up' ).fadeOut();
				}
			}
		);

		jQuery( 'a#scroll-up' ).click(
			function () {
				jQuery( 'body,html' ).animate(
					{
						scrollTop : 0
					},
					800
				);
				return false;
			}
		);

		/**
		 * Better responsive menu settings.
		 */
		// Adds right icon to submenu.
		// Adds right icon to submenu.
		jQuery( '.cm-menu-primary-container .menu-item-has-children' ) ;

		// Adds down icon for menu with sub menu.
		jQuery( '.cm-menu-primary-container .cm-submenu-toggle' ).click(
			function () {
				jQuery( this ).parent( '.menu-item-has-children' ).children( 'ul.sub-menu' ).first().slideToggle( '1000' );
			}
		);

		jQuery( document ).on(
			'click',
			'#cm-primary-nav ul li.menu-item-has-children > a',
			function ( event ) {
				var menuClass = jQuery( this ).parent( '.menu-item-has-children' );

				if ( ! menuClass.hasClass( 'focus' ) && jQuery( window ).width() <= 768 ) {
					menuClass.addClass( 'focus' );
					event.preventDefault();
					menuClass.children( '.sub-menu' ).css(
						{
							'display' : 'block'
						}
					);
				}
			}
		);

		/**
		 * Scrollbar on fixed responsive menu.
		 */
		jQuery( window ).on( 'load',
			function() {
				if ( window.matchMedia( '(max-width: 768px)' ).matches && jQuery( '#cm-masthead .sticky-wrapper, #cm-masthead .headroom' ).length >= 1 ) {
					var screenHeight        = jQuery( window ).height();
					var availableMenuHeight = screenHeight - 88;
					var menu                = jQuery( '#cm-primary-nav' ).find( 'ul' ).first();

					menu.css( 'max-height', availableMenuHeight );
					menu.addClass( 'menu-scrollbar' );
				}
			}
		);

		// add widget block title class.
		jQuery( '.wp-block-group__inner-container h2' ).wrap( '<div class="block-title"></div>' );
		jQuery( '.wp-block-heading' ).wrap( '<div class="block-title"></div>' );

		// Magnific Popup Setting.
		if ( typeof jQuery.fn.magnificPopup !== 'undefined' ) {

			// Featured Image Popup Setting.
			jQuery( '.image-popup' ).magnificPopup( { type : 'image' } );

			// Magnific Popup for gallery.
			jQuery( '.gallery' ).find( 'a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".ico"]' ).magnificPopup(
				{
					type    : 'image',
					gallery : { enabled : true }
				}
			);

			// Ticker news popup.
			jQuery( '.colormag-ticker-news-popup-link' ).magnificPopup(
				{
					type      : 'ajax',
					callbacks : {
						parseAjax : function ( mfpResponse ) {
							var setting      = jQuery.magnificPopup.instance,
							    content      = jQuery( setting.currItem.el[0] ),
							    fragment     = (
								    content.data( 'fragment' )
							    );
							mfpResponse.data = jQuery( mfpResponse.data ).find( fragment );
						}
					}
				}
			);

		}

		// Fitvids setting.
		if ( typeof jQuery.fn.fitVids !== 'undefined' ) {
			jQuery( '.fitvids-video' ).fitVids();
		}

		// Settings of the ticker.
		if ( typeof jQuery.fn.newsTicker !== 'undefined' ) {
			jQuery( '.newsticker' ).newsTicker(
				{
					row_height   : 20,
					max_rows     : 1,
					speed        : 1000,
					direction    : 'down',
					duration     : 4000,
					autostart    : 1,
					pauseOnHover : 1,
					start        : function () {
						jQuery( '.newsticker' ).css( 'visibility', 'visible' );
					}
				}
			);
		}

		// Settings of the sticky menu.
		if ( typeof jQuery.fn.sticky !== 'undefined' ) {
			var wpAdminBar = jQuery( '#wpadminbar' );

			if ( wpAdminBar.length ) {
				jQuery( '#cm-primary-nav' ).sticky(
					{
						topSpacing : wpAdminBar.height(),
						zIndex     : 999
					}
				);
			} else {
				jQuery( '#cm-primary-nav' ).sticky(
					{
						topSpacing : 0,
						zIndex     : 999
					}
				);
			}
		}

		// Adds placeholder in search input.
		jQuery( '.wp-block-search__input' ).attr("placeholder", "Search posts");

		// Menu reveal on scroll.
		if ( typeof jQuery.fn.headroom !== 'undefined' ) {
			var offset_value = jQuery( '#cm-primary-nav' ).offset().top;
			var wpAdminBar   = jQuery( '#wpadminbar' );
			var menuwidth    = jQuery( '.cm-primary-nav' ).width();

			if ( wpAdminBar.length ) {
				offset_value = wpAdminBar.height() + jQuery( '#cm-primary-nav' ).offset().top;
			}

			jQuery( '.cm-primary-nav' ).headroom(
				{
					'offset'    : offset_value,
					'tolerance' : 0,
					onPin       : function () {
						if ( wpAdminBar.length ) {
							jQuery( '.cm-primary-nav' ).css(
								{
									'top'      : wpAdminBar.height(),
									'position' : 'fixed',
									'width'    : menuwidth
								}
							);
						} else {
							jQuery( '.cm-primary-nav' ).css(
								{
									'top'      : 0,
									'position' : 'fixed',
									'width'    : menuwidth
								}
							);
						}
					},
					onTop       : function () {
						jQuery( '.cm-primary-nav' ).css(
							{
								'top'      : 0,
								'position' : 'relative'
							}
						);
					}
				}
			);
		}

		// BxSlider JS Settings.
		if ( typeof jQuery.fn.bxSlider !== 'undefined' ) {

			// Category slider widget slider setting.
			jQuery( '.cm-slider-area-rotate' ).bxSlider(
				{
					mode           : 'horizontal',
					speed          : 1500,
					auto           : true,
					pause          : 5000,
					adaptiveHeight : true,
					nextText       : '',
					prevText       : '',
					nextSelector   : '.slide-next',
					prevSelector   : '.slide-prev',
					pager          : false,
					tickerHover    : true,
					onSliderLoad   : function () {
						jQuery( '.cm-slider-area-rotate' ).css( 'visibility', 'visible' );
						jQuery( '.cm-slider-area-rotate' ).css( 'height', 'auto' );
					}
				}
			);

			// Post format gallery slider setting.
			jQuery( '.blog .gallery-images, .archive .gallery-images, .search .gallery-images, .single-post .gallery-images' ).bxSlider(
				{
					mode           : 'fade',
					speed          : 1500,
					auto           : true,
					pause          : 3000,
					adaptiveHeight : true,
					nextText       : '',
					prevText       : '',
					nextSelector   : '.slide-next',
					prevSelector   : '.slide-prev',
					pager          : false
				}
			);

		}

		// Tabbed widget.
		if ( typeof jQuery.fn.easytabs !== 'undefined' ) {
			jQuery( '.cm-tabbed-widget' ).easytabs();
		}

		// Sticky sidebar JS setting.
		if ( typeof jQuery.fn.theiaStickySidebar !== 'undefined' && typeof ResizeSensor !== 'undefined' ) {
			// Calculate the whole height of sticky menu.
			var height = jQuery( '#site-navigation-sticky-wrapper' ).outerHeight();

			// Assign height value to 0 if it returns null.
			if ( height === null ) {
				height = 0;
			}

			// Apply sticky sidebar/content area JS setting.
			jQuery( '#cm-primary, #cm-secondary, #tertiary' ).theiaStickySidebar(
				{
					additionalMarginTop : 40 + height
				}
			);
		}

		/**
		 * Featured video playlist widget setting.
 		 */
		jQuery( '.video-player' ).each(
			function ( index ) {

				var playercontainer = jQuery( this );
				var itemid          = 'video-playlist-item-' + index;
				var playerframe     = jQuery( this ).find( '.player-frame' );

				playercontainer.attr( 'id', itemid );

				playerframe.video();

				update_video_status( playercontainer );

				playerframe.addVideoEvent(
					'ready',
					function () {
						playerframe.css( 'visibility', 'visible' ).fadeIn();
					}
				);

				playercontainer.on(
					'click',
					'.video-playlist-item',
					function () {
						var item             = jQuery( this );
						var iframe_id        = item.data( 'id' );
						var current_video_id = jQuery( '#' + iframe_id );
						var src              = item.data( 'src' );

						// Pause all videos if a item is clicked.
						playercontainer.find( '.player-frame' ).each(
							function () {
								jQuery( this ).pauseVideo().hide();
							}
						);

						if ( ! current_video_id.length ) {
							playercontainer.find( '.video-frame' ).append( '<iframe id="' + iframe_id + '" class="player-frame" src="' + src + '" frameborder="0" width="100%" height="434" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>' );
							current_video_id = jQuery( '#' + iframe_id );
							current_video_id.video();

							current_video_id.addVideoEvent(
								'ready',
								function ( e, $current_video_id, video_type ) {
									current_video_id.playVideo();
								}
							);
						} else {
							current_video_id.playVideo();
						}

						current_video_id.css( 'visibility', 'visible' ).fadeIn();

						update_video_status( playercontainer );
					}
				);

			}
		);

		// Update Video status.
		function update_video_status( playercontainer ) {
			playercontainer.find( '.player-frame' ).each(
				function () {
					var frame     = jQuery( this ),
					    videoitem = jQuery( '[data-id="' + frame.attr( 'id' ) + '"]' );

					frame.addVideoEvent(
						'play',
						function ( e, $video, video_type ) {
							videoitem.removeClass( 'is-paused' ).addClass( 'is-playing' );
						}
					);

					frame.addVideoEvent(
						'pause',
						function ( e, $video, video_type ) {
							videoitem.removeClass( 'is-playing' ).addClass( 'is-paused' );
						}
					);

					frame.addVideoEvent(
						'finish',
						function ( e, $video, video_type ) {
							videoitem.removeClass( 'is-paused is-playing' );
						}
					);
				}
			);
		}

		// Google Maps Settings.
		if ( typeof google !== 'undefined' && typeof colormag_google_maps_widget_settings !== 'undefined' ) {

			// Create function to initialize Google Maps.
			function initMap() {

				// Float the value coming from wp_localize_script to be used for JS.
				var longitude = parseFloat( colormag_google_maps_widget_settings.longitude );
				var latitude  = parseFloat( colormag_google_maps_widget_settings.latitude );
				var zoom_size = parseInt( colormag_google_maps_widget_settings.zoom_size );

				// Add latitude and longitude to variable.
				var latitudelongitude = {
					lat : latitude,
					lng : longitude
				};

				var map = new google.maps.Map(
					document.getElementById( 'GoogleMaps' ),
					{
						zoom   : zoom_size,
						center : latitudelongitude
					}
				);

				var marker = new google.maps.Marker(
					{
						position : latitudelongitude,
						map      : map
					}
				);

			}

			// Call the function to display the Google Maps.
			initMap();

			// Add the dynamic width and height set in widget options.
			jQuery( '#GoogleMaps' ).css(
				{
					height : colormag_google_maps_widget_settings.height
				}
			);

		}

		/**
		 * Social share button.
		 */
		(
			function () {

				var facebookShare   = jQuery( '.share-buttons #facebook' )[0],
				    twitterShare    = jQuery( '.share-buttons #twitter' )[0],
				    pinterestshare  = jQuery( '.share-buttons #pinterest' )[0],
				    facebookWindow,
				    twitterWindow,
				    pinterestWindow;

				if ( facebookShare ) {
					jQuery( facebookShare ).click(
						function ( e ) {
							e.preventDefault();
							facebookWindow = window.open(
								'https://www.facebook.com/sharer/sharer.php?u=' + document.URL + '&p[title]=' + document.title,
								'facebook-popup',
								'height=350,width=600'
							);

							if ( facebookWindow.focus ) {
								facebookWindow.focus();
							}

							return false;
						}
					);
				}

				if ( twitterShare ) {
					jQuery( twitterShare ).click(
						function ( e ) {
							e.preventDefault();
							twitterWindow = window.open(
								'https://twitter.com/share?text=' + document.title + '&url=' + document.URL,
								'twitter-popup',
								'height=350,width=600'
							);

							if ( twitterWindow.focus ) {
								twitterWindow.focus();
							}

							return false;
						}
					);
				}

				if ( pinterestshare ) {
					jQuery( pinterestshare ).click(
						function ( e ) {
							e.preventDefault();
							var featuredImage = jQuery( '.cm-posts .cm-featured-image img' ).attr( 'src' ) ? jQuery( '.cm-posts .cm-featured-image img' ).attr( 'src' ) : '';

							pinterestWindow = window.open(
								'https://pinterest.com/pin/create/button/?url=' + document.URL + '&media=' + featuredImage + '&description=' + document.title,
								'pinterest-popup',
								'height=350,width=600'
							);

							if ( pinterestWindow.focus ) {
								pinterestWindow.focus();
							}

							return false;
						}
					);
				}

			}()
		);

	}
);
PK�
�[n��)�)assets/js/html5shiv.jsnu�[���/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
  /** version */
  var version = '3.7.3';

  /** Preset options */
  var options = window.html5 || {};

  /** Used to skip problem elements */
  var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i;

  /** Not all elements can be cloned in IE **/
  var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i;

  /** Detect whether the browser supports default html5 styles */
  var supportsHtml5Styles;

  /** Name of the expando, to work with multiple documents or to re-shiv one document */
  var expando = '_html5shiv';

  /** The id for the the documents expando */
  var expanID = 0;

  /** Cached data for each document */
  var expandoData = {};

  /** Detect whether the browser supports unknown elements */
  var supportsUnknownElements;

  (function() {
    try {
        var a = document.createElement('a');
        a.innerHTML = '<xyz></xyz>';
        //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles
        supportsHtml5Styles = ('hidden' in a);

        supportsUnknownElements = a.childNodes.length == 1 || (function() {
          // assign a false positive if unable to shiv
          (document.createElement)('a');
          var frag = document.createDocumentFragment();
          return (
            typeof frag.cloneNode == 'undefined' ||
            typeof frag.createDocumentFragment == 'undefined' ||
            typeof frag.createElement == 'undefined'
          );
        }());
    } catch(e) {
      // assign a false positive if detection fails => unable to shiv
      supportsHtml5Styles = true;
      supportsUnknownElements = true;
    }

  }());

  /*--------------------------------------------------------------------------*/

  /**
   * Creates a style sheet with the given CSS text and adds it to the document.
   * @private
   * @param {Document} ownerDocument The document.
   * @param {String} cssText The CSS text.
   * @returns {StyleSheet} The style element.
   */
  function addStyleSheet(ownerDocument, cssText) {
    var p = ownerDocument.createElement('p'),
        parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement;

    p.innerHTML = 'x<style>' + cssText + '</style>';
    return parent.insertBefore(p.lastChild, parent.firstChild);
  }

  /**
   * Returns the value of `html5.elements` as an array.
   * @private
   * @returns {Array} An array of shived element node names.
   */
  function getElements() {
    var elements = html5.elements;
    return typeof elements == 'string' ? elements.split(' ') : elements;
  }

  /**
   * Extends the built-in list of html5 elements
   * @memberOf html5
   * @param {String|Array} newElements whitespace separated list or array of new element names to shiv
   * @param {Document} ownerDocument The context document.
   */
  function addElements(newElements, ownerDocument) {
    var elements = html5.elements;
    if(typeof elements != 'string'){
      elements = elements.join(' ');
    }
    if(typeof newElements != 'string'){
      newElements = newElements.join(' ');
    }
    html5.elements = elements +' '+ newElements;
    shivDocument(ownerDocument);
  }

   /**
   * Returns the data associated to the given document
   * @private
   * @param {Document} ownerDocument The document.
   * @returns {Object} An object of data.
   */
  function getExpandoData(ownerDocument) {
    var data = expandoData[ownerDocument[expando]];
    if (!data) {
        data = {};
        expanID++;
        ownerDocument[expando] = expanID;
        expandoData[expanID] = data;
    }
    return data;
  }

  /**
   * returns a shived element for the given nodeName and document
   * @memberOf html5
   * @param {String} nodeName name of the element
   * @param {Document|DocumentFragment} ownerDocument The context document.
   * @returns {Object} The shived element.
   */
  function createElement(nodeName, ownerDocument, data){
    if (!ownerDocument) {
        ownerDocument = document;
    }
    if(supportsUnknownElements){
        return ownerDocument.createElement(nodeName);
    }
    if (!data) {
        data = getExpandoData(ownerDocument);
    }
    var node;

    if (data.cache[nodeName]) {
        node = data.cache[nodeName].cloneNode();
    } else if (saveClones.test(nodeName)) {
        node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();
    } else {
        node = data.createElem(nodeName);
    }

    // Avoid adding some elements to fragments in IE < 9 because
    // * Attributes like `name` or `type` cannot be set/changed once an element
    //   is inserted into a document/fragment
    // * Link elements with `src` attributes that are inaccessible, as with
    //   a 403 response, will cause the tab/window to crash
    // * Script elements appended to fragments will execute when their `src`
    //   or `text` property is set
    return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node;
  }

  /**
   * returns a shived DocumentFragment for the given document
   * @memberOf html5
   * @param {Document} ownerDocument The context document.
   * @returns {Object} The shived DocumentFragment.
   */
  function createDocumentFragment(ownerDocument, data){
    if (!ownerDocument) {
        ownerDocument = document;
    }
    if(supportsUnknownElements){
        return ownerDocument.createDocumentFragment();
    }
    data = data || getExpandoData(ownerDocument);
    var clone = data.frag.cloneNode(),
        i = 0,
        elems = getElements(),
        l = elems.length;
    for(;i<l;i++){
        clone.createElement(elems[i]);
    }
    return clone;
  }

  /**
   * Shivs the `createElement` and `createDocumentFragment` methods of the document.
   * @private
   * @param {Document|DocumentFragment} ownerDocument The document.
   * @param {Object} data of the document.
   */
  function shivMethods(ownerDocument, data) {
    if (!data.cache) {
        data.cache = {};
        data.createElem = ownerDocument.createElement;
        data.createFrag = ownerDocument.createDocumentFragment;
        data.frag = data.createFrag();
    }


    ownerDocument.createElement = function(nodeName) {
      //abort shiv
      if (!html5.shivMethods) {
          return data.createElem(nodeName);
      }
      return createElement(nodeName, ownerDocument, data);
    };

    ownerDocument.createDocumentFragment = Function('h,f', 'return function(){' +
      'var n=f.cloneNode(),c=n.createElement;' +
      'h.shivMethods&&(' +
        // unroll the `createElement` calls
        getElements().join().replace(/[\w\-:]+/g, function(nodeName) {
          data.createElem(nodeName);
          data.frag.createElement(nodeName);
          return 'c("' + nodeName + '")';
        }) +
      ');return n}'
    )(html5, data.frag);
  }

  /*--------------------------------------------------------------------------*/

  /**
   * Shivs the given document.
   * @memberOf html5
   * @param {Document} ownerDocument The document to shiv.
   * @returns {Document} The shived document.
   */
  function shivDocument(ownerDocument) {
    if (!ownerDocument) {
        ownerDocument = document;
    }
    var data = getExpandoData(ownerDocument);

    if (html5.shivCSS && !supportsHtml5Styles && !data.hasCSS) {
      data.hasCSS = !!addStyleSheet(ownerDocument,
        // corrects block display not defined in IE6/7/8/9
        'article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}' +
        // adds styling not present in IE6/7/8/9
        'mark{background:#FF0;color:#000}' +
        // hides non-rendered elements
        'template{display:none}'
      );
    }
    if (!supportsUnknownElements) {
      shivMethods(ownerDocument, data);
    }
    return ownerDocument;
  }

  /*--------------------------------------------------------------------------*/

  /**
   * The `html5` object is exposed so that more elements can be shived and
   * existing shiving can be detected on iframes.
   * @type Object
   * @example
   *
   * // options can be changed before the script is included
   * html5 = { 'elements': 'mark section', 'shivCSS': false, 'shivMethods': false };
   */
  var html5 = {

    /**
     * An array or space separated string of node names of the elements to shiv.
     * @memberOf html5
     * @type Array|String
     */
    'elements': options.elements || 'abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video',

    /**
     * current version of html5shiv
     */
    'version': version,

    /**
     * A flag to indicate that the HTML5 style sheet should be inserted.
     * @memberOf html5
     * @type Boolean
     */
    'shivCSS': (options.shivCSS !== false),

    /**
     * Is equal to true if a browser supports creating unknown/HTML5 elements
     * @memberOf html5
     * @type boolean
     */
    'supportsUnknownElements': supportsUnknownElements,

    /**
     * A flag to indicate that the document's `createElement` and `createDocumentFragment`
     * methods should be overwritten.
     * @memberOf html5
     * @type Boolean
     */
    'shivMethods': (options.shivMethods !== false),

    /**
     * A string to describe the type of `html5` object ("default" or "default print").
     * @memberOf html5
     * @type String
     */
    'type': 'default',

    // shivs the document according to the specified `html5` object options
    'shivDocument': shivDocument,

    //creates a shived element
    createElement: createElement,

    //creates a shived documentFragment
    createDocumentFragment: createDocumentFragment,

    //extends list of elements
    addElements: addElements
  };

  /*--------------------------------------------------------------------------*/

  // expose html5
  window.html5 = html5;

  // shiv the document
  shivDocument(document);

  if(typeof module == 'object' && module.exports){
    module.exports = html5;
  }

}(typeof window !== "undefined" ? window : this, document));
PK�
�[�D�S?? assets/js/colormag-custom.min.jsnu�[���jQuery(document).ready((function(){var e,i,t,r,a,o,n,s,c,u,d,l=function(){jQuery("#cm-masthead .search-form-top").removeClass("show"),jQuery("#cm-content").removeClass("backdrop")};(jQuery(".search-top").click((function(){jQuery(this).next("#cm-masthead .search-form-top").toggleClass("show"),jQuery("#cm-content").toggleClass("backdrop"),setTimeout((function(){jQuery("#cm-masthead .search-form-top input").focus()}),200),jQuery(document).on("keyup",(function(e){27===e.keyCode&&jQuery("#cm-masthead .search-form-top").hasClass("show")&&l()})),jQuery(document).on("click.outEvent",(function(e){e.target.closest(".cm-top-search")||(l(),jQuery(document).off("click.outEvent"))}))})),jQuery("#scroll-up").hide(),jQuery(window).scroll((function(){jQuery(this).scrollTop()>1e3?jQuery("#scroll-up").fadeIn():jQuery("#scroll-up").fadeOut()})),jQuery("a#scroll-up").click((function(){return jQuery("body,html").animate({scrollTop:0},800),!1})),jQuery(".cm-menu-primary-container .menu-item-has-children"),jQuery(".cm-menu-primary-container .cm-submenu-toggle").click((function(){jQuery(this).parent(".menu-item-has-children").children("ul.sub-menu").first().slideToggle("1000")})),jQuery(document).on("click","#cm-primary-nav ul li.menu-item-has-children > a",(function(e){var i=jQuery(this).parent(".menu-item-has-children");!i.hasClass("focus")&&jQuery(window).width()<=768&&(i.addClass("focus"),e.preventDefault(),i.children(".sub-menu").css({display:"block"}))})),jQuery(window).on("load",(function(){if(window.matchMedia("(max-width: 768px)").matches&&jQuery("#cm-masthead .sticky-wrapper, #cm-masthead .headroom").length>=1){var e=jQuery(window).height()-88,i=jQuery("#cm-primary-nav").find("ul").first();i.css("max-height",e),i.addClass("menu-scrollbar")}})),jQuery(".wp-block-group__inner-container h2").wrap('<div class="block-title"></div>'),jQuery(".wp-block-heading").wrap('<div class="block-title"></div>'),void 0!==jQuery.fn.magnificPopup&&(jQuery(".image-popup").magnificPopup({type:"image"}),jQuery(".gallery").find('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".ico"]').magnificPopup({type:"image",gallery:{enabled:!0}}),jQuery(".colormag-ticker-news-popup-link").magnificPopup({type:"ajax",callbacks:{parseAjax:function(e){var i=jQuery.magnificPopup.instance,t=jQuery(i.currItem.el[0]).data("fragment");e.data=jQuery(e.data).find(t)}}})),void 0!==jQuery.fn.fitVids&&jQuery(".fitvids-video").fitVids(),void 0!==jQuery.fn.newsTicker&&jQuery(".newsticker").newsTicker({row_height:20,max_rows:1,speed:1e3,direction:"down",duration:4e3,autostart:1,pauseOnHover:1,start:function(){jQuery(".newsticker").css("visibility","visible")}}),void 0!==jQuery.fn.sticky)&&((m=jQuery("#wpadminbar")).length?jQuery("#cm-primary-nav").sticky({topSpacing:m.height(),zIndex:999}):jQuery("#cm-primary-nav").sticky({topSpacing:0,zIndex:999}));if(jQuery(".wp-block-search__input").attr("placeholder","Search posts"),void 0!==jQuery.fn.headroom){var p=jQuery("#cm-primary-nav").offset().top,m=jQuery("#wpadminbar"),y=jQuery(".cm-primary-nav").width();m.length&&(p=m.height()+jQuery("#cm-primary-nav").offset().top),jQuery(".cm-primary-nav").headroom({offset:p,tolerance:0,onPin:function(){m.length?jQuery(".cm-primary-nav").css({top:m.height(),position:"fixed",width:y}):jQuery(".cm-primary-nav").css({top:0,position:"fixed",width:y})},onTop:function(){jQuery(".cm-primary-nav").css({top:0,position:"relative"})}})}if(void 0!==jQuery.fn.bxSlider&&(jQuery(".cm-slider-area-rotate").bxSlider({mode:"horizontal",speed:1500,auto:!0,pause:5e3,adaptiveHeight:!0,nextText:"",prevText:"",nextSelector:".slide-next",prevSelector:".slide-prev",pager:!1,tickerHover:!0,onSliderLoad:function(){jQuery(".cm-slider-area-rotate").css("visibility","visible"),jQuery(".cm-slider-area-rotate").css("height","auto")}}),jQuery(".blog .gallery-images, .archive .gallery-images, .search .gallery-images, .single-post .gallery-images").bxSlider({mode:"fade",speed:1500,auto:!0,pause:3e3,adaptiveHeight:!0,nextText:"",prevText:"",nextSelector:".slide-next",prevSelector:".slide-prev",pager:!1})),void 0!==jQuery.fn.easytabs&&jQuery(".cm-tabbed-widget").easytabs(),void 0!==jQuery.fn.theiaStickySidebar&&"undefined"!=typeof ResizeSensor){var f=jQuery("#site-navigation-sticky-wrapper").outerHeight();null===f&&(f=0),jQuery("#cm-primary, #cm-secondary, #tertiary").theiaStickySidebar({additionalMarginTop:40+f})}function h(e){e.find(".player-frame").each((function(){var e=jQuery(this),i=jQuery('[data-id="'+e.attr("id")+'"]');e.addVideoEvent("play",(function(e,t,r){i.removeClass("is-paused").addClass("is-playing")})),e.addVideoEvent("pause",(function(e,t,r){i.removeClass("is-playing").addClass("is-paused")})),e.addVideoEvent("finish",(function(e,t,r){i.removeClass("is-paused is-playing")}))}))}if(jQuery(".video-player").each((function(e){var i=jQuery(this),t="video-playlist-item-"+e,r=jQuery(this).find(".player-frame");i.attr("id",t),r.video(),h(i),r.addVideoEvent("ready",(function(){r.css("visibility","visible").fadeIn()})),i.on("click",".video-playlist-item",(function(){var e=jQuery(this),t=e.data("id"),r=jQuery("#"+t),a=e.data("src");i.find(".player-frame").each((function(){jQuery(this).pauseVideo().hide()})),r.length?r.playVideo():(i.find(".video-frame").append('<iframe id="'+t+'" class="player-frame" src="'+a+'" frameborder="0" width="100%" height="434" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(r=jQuery("#"+t)).video(),r.addVideoEvent("ready",(function(e,i,t){r.playVideo()}))),r.css("visibility","visible").fadeIn(),h(i)}))})),"undefined"!=typeof google&&"undefined"!=typeof colormag_google_maps_widget_settings){e=parseFloat(colormag_google_maps_widget_settings.longitude),i=parseFloat(colormag_google_maps_widget_settings.latitude),t=parseInt(colormag_google_maps_widget_settings.zoom_size),r={lat:i,lng:e},a=new google.maps.Map(document.getElementById("GoogleMaps"),{zoom:t,center:r}),new google.maps.Marker({position:r,map:a}),jQuery("#GoogleMaps").css({height:colormag_google_maps_widget_settings.height})}c=jQuery(".share-buttons #facebook")[0],u=jQuery(".share-buttons #twitter")[0],d=jQuery(".share-buttons #pinterest")[0],c&&jQuery(c).click((function(e){return e.preventDefault(),(o=window.open("https://www.facebook.com/sharer/sharer.php?u="+document.URL+"&p[title]="+document.title,"facebook-popup","height=350,width=600")).focus&&o.focus(),!1})),u&&jQuery(u).click((function(e){return e.preventDefault(),(n=window.open("https://twitter.com/share?text="+document.title+"&url="+document.URL,"twitter-popup","height=350,width=600")).focus&&n.focus(),!1})),d&&jQuery(d).click((function(e){e.preventDefault();var i=jQuery(".cm-posts .cm-featured-image img").attr("src")?jQuery(".cm-posts .cm-featured-image img").attr("src"):"";return(s=window.open("https://pinterest.com/pin/create/button/?url="+document.URL+"&media="+i+"&description="+document.title,"pinterest-popup","height=350,width=600")).focus&&s.focus(),!1}))}));PK�
�[�ʲ�GG$assets/js/skip-link-focus-fix.min.jsnu�[���/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",(function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}),!1);PK�
�[[�Ѫ��,assets/sass/plugins/woocommerce/_tables.scssnu�[���table.shop_table_responsive {

	thead {
		display: none;
	}

	tbody {

		th {
			display: none;
		}
	}

	tr {

		td {
			display: block;
			text-align: right;
			clear: both;

			&::before {
				content: attr(data-title) ": ";
				float: left;
			}

			&.product-remove {

				a {
					text-align: center;
				}

				&::before {
					display: none;
				}
			}

			&.actions,
			&.download-actions {

				&::before {
					display: none;
				}
			}

			&.download-actions {

				.button {
					display: block;
					text-align: center;
				}
			}
		}
	}
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive {

		thead {
			display: table-header-group;
		}

		tbody {

			th {
				display: table-cell;
			}
		}

		tr {

			th,
			td {
				text-align: left;
			}

			td {
				display: table-cell;
				vertical-align: middle;

				&::before {
					display: none;
				}
			}
		}
	}
}
PK�
�[��(X

0assets/sass/plugins/woocommerce/_components.scssnu�[���/**
 * Star rating
 */
 .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;

	&::before {
		content: "\53\53\53\53\53";
		opacity: 0.25;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
	}

	span {
		overflow: hidden;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		padding-top: 1.5em;
	}

	span::before {
		content: "\53\53\53\53\53";
		top: 0;
		position: absolute;
		left: 0;
		color: $color__gray-800;
	}
}

p.stars {

	a {
		position: relative;
		height: 1em;
		width: 1em;
		text-indent: -999em;
		display: inline-block;
		text-decoration: none;
		margin-right: 1px;
		font-weight: 400;

		&::before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 1em;
			height: 1em;
			line-height: 1;
			font-family: star;
			content: "\53";
			color: $color__gray-800;
			text-indent: 0;
			opacity: 0.25;
		}

		&:hover {

			~ a::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 0.25;
			}
		}
	}

	&:hover {

		a {
			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}
		}
	}

	&.selected {

		a.active {
			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}

			~ a::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 0.25;
			}
		}

		a:not(.active) {

			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}
		}
	}
}

/**
 * Tabs
 */
 .woocommerce-tabs {

	ul.tabs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
        margin-top: length( 'l-30' );
        padding: 0;
        border-bottom: 1px solid $color__gray-300;
        list-style: none;
		text-align: left;

		li {
			display: block;
			position: relative;

			a {
				padding-bottom: length( 'l-6' );
				display: block;
				color: $color__gray-800;
				font-weight: 600;
				font-size: 16px;
				line-height: 1.8;
			}
		}
	}

	.panel {
		background: $color__white;
		margin-top: length( 'l-12' );
		color: $color__gray-600;

		h2:first-of-type {
			font-size: 1.6rem;
		}

		p {

			&:last-child {
				margin-bottom: 0;
			}
		}
	}

	.woocommerce-Tabs-panel  {

		table {

			td {
				border: 1px solid #e4e4e7;
			}
		}
	}
}

.select2-container.select2-container--default {
	z-index: 9999;

	.select2-selection--single {
		color: $color__gray-800;
		border-color: $color__gray-300;
		border-radius: 4px;
		height: 44px;
		display: flex;
		align-items: center;

		.select2-selection__arrow {
			top: 50%;
			transform: translateY(-50%);
		}

		.select2-selection__clear {
			float: none;
			height: 16px;
			width: 16px;
			border-radius: 4px;
			background-color: $color__primary;
			color: $color__white;
			display: inline-flex;
			justify-content: center;
			align-items: center;
			font-weight: 400;
		}
	}

	.select2-search--dropdown .select2-search__field {
		border-color: $color__gray-300;
	}

	.select2-dropdown {
		border-color: $color__gray-300;
	}
}


@include breakpoint("mdm") {

	.woocommerce-tabs {

		ul.tabs {
			gap: 60px;
		}
	}
}
PK�
�[�x&--4assets/sass/plugins/woocommerce/_single-product.scssnu�[���.single-product {

	.product {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		column-gap: 30px;

		&__content {
			width: 100%;
		}

		.onsale {
			z-index: 99;
		}

		.woocommerce-product-details__short-description {

			p {
				margin-bottom: 0;
			}
		}

		.woocommerce-product-gallery {
			position: relative;
			float: left;

			a {
				display: flex;
				align-items: flex-start; /* Fix - Image stretch in iOS/Safari */
			}

			&__trigger {
				position: absolute;
				top: 16px;
				right: 16px;
				display: block;
				z-index: 99;
			}

			&__wrapper {
				margin: 0;
			}

			.flex-viewport {
				border-radius: 2px;
			}

			ol.flex-control-thumbs {
				display: flex;
				flex-wrap: wrap;
				gap: 8px;
				margin-top: 8px;
				padding: 0;

				li {
					list-style: none;
					cursor: pointer;
					line-height: unset;

					img {
						height: 70px;
						width: 70px;
						border-radius: 4px;

						&.flex-active {
							border: 2px solid $color__primary;
						}
					}
				}
			}
		}

		.entry-summary {
			flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);

			.woocommerce-product-rating {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
			}

			.woocommerce-review-link {
				font-size: 1.4rem;
				color: gray;
				margin-left: 16px;

				&:hover {
					color: $color__primary;
				}

				.count {
					all: unset;
				}
			}

			.onsale {
				position: unset;
				display: inline-block;
			}

			.price {
				@include font-size("font-size-sm");
			}

			.stock,
			.available-on-backorder {
				font-style: italic;
			}

			.cart {
				display: flex;
				flex-wrap: wrap;
				gap: 16px;
				margin-bottom: length( 'l-12' );
				margin-top: length( 'l-12' );
			}

			.variations {
				&__form {
					table.variations {
						position: relative;
						margin-bottom: 40px;
					}

					select {
						padding: 16px;
						width: 100%;
					}

					.reset_variations {
						position: absolute;
						top: calc(100% + #{16px});
						right: 0;
					}

					.single_variation {
						margin-top: 16px;
						margin-bottom: 32px;
					}
				}

				&_button {
					display: flex;
				}
			}

			.qty {
				width: 100px;
				padding: length( 'l-4' ) length( 'l-12' );
			}

			.single_add_to_cart_button {
				width: 100px;
				padding: length( 'l-4' ) length( 'l-12' );
				border-radius: 4px;
			}
		}

		&.product-type-external {
			.entry-summary {
				.single_add_to_cart_button {
					margin-left: unset;
				}
			}
		}

		.wc-tabs-wrapper {
			flex-basis: 100%;
		}

		.product_meta {
			display: flex;
			flex-direction: column;
			margin-top: length( 'l-12' );
			padding: 16px 0;
			border-top: 1px solid $color__gray-300;
			border-bottom: 1px solid $color__gray-300;

			> span {
				margin: 8px 0;
			}
		}

		.variations {
			label {
				margin-bottom: 0;
			}
		}

		table {

			td {
				border: 0;
			}
		}

		.woocommerce-grouped-product-list-item {
			column-gap: 2px;
		}

		.product_title {
			margin-top: length( 'l-15' );
		}
	}

	.related,
	.upsells {
		grid: unset;
		grid-gap: 0;
		margin: 40px 0;
		width: 100%;

		.product {
			all: unset;
			list-style: none;
			position: relative;
			overflow: hidden;
		}
	}

	.shop_attributes {
		background: $color__white;
		border-radius: 2px;

		p {
			margin: 0;
		}
	}

	.comment-form {
		margin-top: 16px;
	}

	ol.commentlist {
		list-style: none;
		margin: 0;

		> li {
			padding: 16px 16px 0;
			border-bottom: 1px solid gray;
			border-radius: 2px;
			margin-bottom: 16px;
		}

		.children {
			margin-left: 16px;
			border-bottom: 1px solid gray;

			&:last-child {
				border-bottom: 0;
			}

			li {
				border-top: 1px solid gray;
				padding-top: 16px;
			}
		}

		.comment_container {
			display: flex;
		}

		.avatar {
			width: 40px;
			height: 40px;
			margin-right: 16px;
			border-radius: 100%;
			box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		}
	}

	.comment-respond {
		margin-top: 32px;

		.comment-reply-title {
			font-size: 2.4rem;
			font-weight: 500;
		}

		.comment-form {
			background: $color__white;
			padding: 16px 0;
		}

		label {
			display: block;
			margin-bottom: 8px;
		}

		input[type="text"],
		input[type="email"],
		input[type="number"] {
			width: 100%;
		}

		input[type="checkbox"] {
			margin-right: 8px;
		}

		.comment-form-cookies-consent {
			display: flex;
			align-items: baseline;
		}
	}
}

.quantity {

	input {
		border: 1px solid $color__gray-300;
		border-radius: 4px;
	}
}

.reset_variations {
	margin-left: 1em;
}

.stock {

	&:empty::before {
		display: none;
	}

	&.in-stock {
		color: $color__primary;
	}

	&.out-of-stock {
		color: $woocommerce__color-error;
	}
}

@include breakpoint("mdm") {

	.single-product {

		.product {
			flex-direction: unset;

			.woocommerce-product-gallery {
				flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
			}

			.product_title {
				margin-top: 0;
			}
		}

		.related,
		.upsells {
			margin: 60px 0;
		}

		.upsells + .related {
			margin-top: 0;
		}
	}

	.comment-respond {
		width: 100%;
	}
}
PK�
�[8ʭ���2assets/sass/plugins/woocommerce/_account-page.scssnu�[���.woocommerce-account {

	&.logged-in {

		.woocommerce {
			display: flex;
			flex-direction: column;
			gap: 30px;
		}
	}

	.cm-entry-header {
		margin-bottom: length( 'l-15' );
	}

	h2 {
		margin-bottom: length( 'l-15' );
		@include font-size('font-size-xl');
	}

	.col2-set {

		&#customer_login {
			display: flex;
			flex-direction: column;
			gap: 30px;
			width: 100%;

			.col-1,
			.col-2 {
				width: 100%;
			}

			.col-2 {
				margin-top: 0;
			}
		}
	}

	label {
		display: block;
		margin-bottom: length( 'l-2' );
		font-weight: 600;
		line-height: 1.8;
	}

	.woocommerce-Addresses {
		background: $color__gray-100;
	}

	.woocommerce-form-row--last,
	.woocommerce-form-row--first {
		margin-bottom: 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="url"],
	input[type="tel"] {
		margin-bottom: length( 'l-8') ;
	}
}

.woocommerce-MyAccount-navigation {
	background: $color__gray-100;
	border-radius: 4px;
	overflow: hidden;

	ul {
		list-style: none;
		margin: 0;
		padding: 0;

		li {

			a {
				display: flex;
				align-items: center;
				height: 55px;
				padding: 0 20px;
				font-weight: 500;
				color: $color__gray-800;
				border-bottom: 1px solid $color__gray-300;

				&:hover,
				&:focus {
					background: $color__gray-300;
					color: $color__primary;
				}
			}

			&:last-child {

				a {
					border-bottom: 0;
				}
			}
		}

		.is-active {

			a {
				color: $color__white;
				background-color: $color__primary;

				&:hover,
				&:focus {
					background-color: $color__gray-400;
					color: $color__white;
				}
			}
		}
	}
}

.woocommerce-MyAccount-content {
	padding: length( 'l-10' );
	background-color: $color__gray-100;
	border-radius: 4px;

	p {
		margin-bottom: length( 'l-6' );

		&:last-child {
			margin-bottom: 0;
		}
	}
}

@include breakpoint("mdm") {

	.woocommerce-account {

		&.logged-in {
			.woocommerce {
				flex-direction: row;
			}
		}

		.col2-set {

			&#customer_login {
				flex-direction: row;
			}
		}
	}

	.woocommerce-MyAccount-navigation {
		width: 35%;
	}

	.woocommerce-MyAccount-content {
		width: 65%;
	}
}
PK�
�[eł�0assets/sass/plugins/woocommerce/_login-page.scssnu�[���.woocommerce-form-login {

	&__rememberme {
		display: block;

		input[type="checkbox"] {
			margin-right: length( 'l-4' );;
		}
	}

	input[type="text"],
	input[type="password"] {
		margin-bottom: length( 'l-8' );
	}

	.woocommerce-button {
		margin-top: length( 'l-8' );
		margin-bottom: length( 'l-16' );
		padding: length( 'l-4' ) length( 'l-27' );
	}

	.woocommerce-LostPassword {

		a {
			@include font-size('font-size-sm');
		}
	}

	p.form-row {
		margin-bottom: 0;
	}
}

.woocommerce-lost-password  {

	.woocommerce {

		label {
			display: block;
			margin-bottom: length( 'l-2' );
			font-weight: 600;
			line-height: 1.8;
		}
	}

	button {
		background-color: transparent;
		color: $color__primary;
	}

	.woocommerce-ResetPassword {
		width: 288px;
		margin-left: auto;
		margin-right: auto;

		p {
			margin-bottom: length( 'l-8' );
		}

		input[type="text"] {
			background-color: $color__white;
			margin-bottom: length( 'l-8' );
		}
	}
}

.woocommerce-form-register {
	display: flex;
	flex-direction: column;

	input[type="email"] {
		margin-bottom: length( 'l-8' );
	}

	button.woocommerce-Button {
		color: $color__primary;
		background-color: transparent;
		margin-top: length( 'l-8' );

		&:hover {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.woocommerce-form-register,
.woocommerce-form-login {
	padding: length( 'l-15' ) length( 'l-12' );
	background-color: $color__gray-100;
	border-radius: 4px;
	border: 1px solid $color__gray-200;

	label {
		display: block;
		margin-bottom: length( 'l-2' );
		font-weight: 600;
		line-height: 1.8;
	}
}

@include breakpoint("mdm") {

	.woocommerce-lost-password  {
	
		.woocommerce-ResetPassword {
			width: 570px
		}
	}
}
PK�
�[�Wf��.assets/sass/plugins/woocommerce/_checkout.scssnu�[���.woocommerce-checkout {

	&::after {
		content: "";
		clear: both;
		display: table;
	}

	h3 {
		font-size: 2.4rem;
	}

	.checkout {
		margin-top: length( 'l-15' );
	}

	.form-row {
		margin-bottom: length( 'l-8');

		input:not([type="checkbox"]) {
			width: 100%;
			padding: length( 'l-5') length( 'l-9');
			margin-bottom: 0;
			background-color: $color__white;
			line-height: 1.5;
		}

		label {
			display: block;
			margin-bottom: 4px;
			@include font-size('font-size-xs');
			color: $color__gray-800;
			font-weight: 600;
			line-height: 1.8;
			letter-spacing: 0.01em;
			text-transform: capitalize;
		}
	}

	.woocommerce-form-login {
		padding: 24px;
		background-color: $color__white;
		border-radius: 4px;
		width: 100%;
		border: 1px solid $color__gray_300;

		button {
			width: unset;
			margin-top: 8px;
		}
	}

	.checkout_coupon {
		background-color: $color__gray-100;
		padding: 0 16px 16px 16px;
		margin-bottom: 20px;

		.form-row {
			display: inline-block;
			input:not([type="checkbox"]) {
				width: 100%;
				padding: 8px;
				margin-bottom: 0;
			}
		}
	}

	.woocommerce-form-coupon-toggle {
		background-color: $color__gray-100;
		padding: 16px
	}

	textarea {
		height: 100px;
		background-color: $color__white;
	}
}

.col2-set {
	background: $color__white;
	margin-bottom: 32px;

	.col-2 {
		margin-top: 32px;
	}

	.shipping_address {
		margin-bottom: 32px;
	}
}

.woocommerce-checkout-review-order {
	padding: length( 'l-15') length( 'l-12');
	background-color: $color__gray-50;
	border: 1px solid $color__gray-200;
	border-radius: 4px;

	.form-row {
		margin-bottom: 0;
	}

	ul {
		margin: 0;
		list-style: none;
	}

	table {
		background-color: $color__gray-50;

		thead,
		tbody,
		.cart-subtotal {
			display: block;
			padding-bottom: 24px;
			background-color: $color__gray-50;
			border-bottom: 1px solid $color__gray_300;
		}

		tbody,
		.cart-subtotal,
		.order-total {
			padding-top: 24px;
		}

		.cart-subtotal,
		.order-total {
			font-weight: 600;
		}

		.cart-subtotal,
		tr {
			display: flex;
			justify-content: space-between;
		}

		th {
			text-align: left;
			padding: 0;
			font-weight: 600;
			text-transform: uppercase;
			border: none;
		}

		td {
			display: block;
			padding: 0;
			border: none;
			line-height: 1.2;
		}

		strong {
			font-weight: 600;
		}

		tbody {
			display: flex;
			flex-direction: column;
			gap: 16px;
		}
	}

	ul.wc_payment_methods {
		padding: 0;
		list-style: none;
		margin: 0;

		li {
			padding: length( 'l-9') length( 'l-10');
			border: 2px dashed $color__gray_300;
			border-radius: 4px;
		}
	}

	.place-order {
		margin-top: 24px;
	}

	button {
		width: 100%;
		margin-top: 16px;
	}
}

.ws-distraction-free-checkout {
	.site-header {
		.ws-row {
			justify-content: center;
		}
	}
}

@include breakpoint("mdm") {

	.col2-set {
		float: left;
		width: calc(56% - #{16px});
	}

	#order_review_heading {
		float: right;
		width: 42.5%;
		clear: right;
	}

	.woocommerce-checkout-review-order {
		float: right;
		width: 38%;
	}
}
PK�
�[�R �xx.assets/sass/plugins/woocommerce/_products.scssnu�[���.woocommerce {

	.woocommerce-pagination {
		display: flex;
		justify-content: center;
		margin-top: length( 'l-30' );
	}

	.products {
		display: grid;
		grid-template-columns: repeat(var(--products-column, 1), 1fr);
		gap: 30px;
		margin: 0;
		padding: 0;

		.product {

			img {
				width: 100%;
				margin-bottom: length( 'l-8' );
				border-radius: br( 'br-2' );
			}
		}
	}
}

/* Product */
li.product {
	list-style: none;
	position: relative;
	overflow: hidden;

	.product__thumbnail,
	.woocommerce-loop-product__title,
	.star-rating,
	.price,
	.button,
	.add_to_cart_button,
	.added_to_cart,
	.product__content .ws-onsale-wrapper {
		transform: translateY(0);
		transition: all 0.3s ease-out;
	}

	.add_to_cart_button {

		&.added::after {
			font-family: WooCommerce;
			content: "\e017";
			margin-left: 0.5em;
			display: inline-block;
			width: auto;
			height: auto;
		}

		&.loading::after {
			font-family: WooCommerce;
			content: "\e031";
			animation: spin 2s linear infinite;
			margin-left: 0.5em;
			display: inline-block;
			width: auto;
			height: auto;
		}
	}

	
	.added_to_cart {
		background-color: $color__primary;

		&:hover {
			background-color: transparent;
			color: $color__primary;
			border: 1px solid $color__primary;
		}
	}

	a.added_to_cart {
		color: $color__white;
	}

	& > a {
		display: block;
	}

	img {
		margin: 0;
	}

	.woocommerce-loop-category__title,
	.woocommerce-loop-product__title {
		@include font-size('font-size-sm');
		margin-bottom: length( 'l-4' );
		font-weight: 600;

		.count {
			background: none;
		}
	}

	.button,
	.add_to_cart_button,
	.added_to_cart {
		display: block;
		text-align: center;
		margin-top: 16px;
		padding: length( 'l-4' ) length( 'l-12' );
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 4px;
	}
}

.star-rating {
	margin-bottom: 4px;
}

.price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	@include font-size("font-size-xs");
	color: $color__gray-700;

	ins {

		.amount {
			color: $color__gray-500;
		}
	}

	del {

		span {
			font-weight: 600;
			color: $color__gray-700;
		}
	}

	.amount {
		&:nth-child(2) {
			font-weight: 600;
			color: $color__gray-700;
		}
	}

	ins,
	& > span {
		text-decoration: none;
		background-color: transparent;
	}

	del {
		order: 1;
		color: #000;
	}

	ins,
	del,
	& > span {
		line-height: 1.8;
	}
}

.product__thumbnail {
	margin-top: 0;

	a {
		display: flex;
		align-items: flex-start; /* Fix - Image stretch in iOS/Safari */
	}
}

.product__content {
	position: relative;
	display: flex;
	flex-direction: column;

	& > a {
		display: flex;
		flex-direction: column;
	}

	.added_to_cart {
		order: 0;
	}

	.button,
	.add_to_cart_button {
		order: 1;
	}
}

.onsale {
	position: absolute;
	top: 8px;
	left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 30px;
	background-color: $color__blue-900;
	color: $color__white;
	font-size: 1.4rem;
	padding: 0 length( 'l-7' );
	border-radius: 2px;
}

.product__content {

	.onsale {
		position: unset;
		display: inline-block;
	}

}

.cm-wc-filter {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
	margin-bottom: length( 'l-15' );

	p {
		margin-bottom: 0;
	}
}

@include breakpoint("sml") {

	.products {

		&.columns-4 {
			--products-column: 3;
			grid-gap: 30px;
		}
	}

	.cm-wc-filter {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: length( 'l-15' );
	}
}

@include breakpoint("mdm") {

	@for $i from 3 through 4 {

		.products {

			&.columns-#{$i} {
				--products-column: #{$i};
			}
		}
	}
}

@include breakpoint("lrg") {

	
	.cm-wc-filter {
		margin-bottom: length( 'l-30' );
	}
}
PK�
�[�M�==*assets/sass/plugins/woocommerce/_cart.scssnu�[���.woocommerce-cart {

	.woocommerce {
		display: flex;
		flex-wrap: wrap;
		gap: 32px
	}

	:has(.return-to-shop) {

		.woocommerce {
			display: flex;
			flex-direction: column;
			text-align: center;
			gap: 22px;
		}
	}

	thead {
		background-color: $color__white;
	}

	th {
		padding: length( 'l-8') 0;
		border: 0;
		text-transform: uppercase;
		font-weight: 500;
	}

	td {
		border: 0;
		color:$color__gray-700;

		&:before {
			font-weight: 500;
			color: $color__gray-700;
		}
	}

	tr {
		display: block;
		position: relative;
		border-radius: 2px;
		border-bottom: 1px solid $color__gray-300;

		&:last-child {
			margin-bottom: 0;
		}
	}

	thead tr {
		border-bottom: 1px solid #EBEBEC;
	}

	.cart_totals {
		margin-top: length( 'l-15' );
		padding: length( 'l-15') length( 'l-12');
		background-color: $color__gray-100;	
		border: 1px solid #E4E4E7;
		border-radius: 4px;
	}

	.woocommerce-notices-wrapper {
		width: 100%;
	}

	.actions {

		.button {
			width: 100%;
			border: 1px solid $color__primary;
			background-color: $color__white;
			color: $color__primary;

			&:hover,
			&:focus {
				background-color: $color__gray-300;
			}

			&[aria-disabled="true"] {
				margin-top: length( 'l-10' );
				width: calc(100% - 20px);
				background-color: $color__blue-300;
				border: 1px solid $color__blue-300;
				color: $color__white;
				cursor: not-allowed;
			}
		}
	}

	.coupon {
		float: left;

		.input-text {
			margin: 0;
		}
	}
}

.woocommerce-cart-form {
	border: 1px solid $color__gray-300;
}

.product-thumbnail {
	text-align: left;
	width: 100px;

	&:before {
		display: none;
	}
}

.qty {
	width: 50px;
	padding: 4px 8px;
}

.product-subtotal {
	color: $color__primary;
}

.coupon {
	display: inline-flex;
	gap: 8px;

	label {
		display: none;
	}

	.input-text {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 8px 16px;
	}

	.button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 8px;
	}
}

.woocommerce-cart-form {
	flex-basis: 100%;
}

.cart-collaterals {
	flex-basis: 100%;
	width: calc(100% - 80px);

	tr {
		margin-bottom: 0;
		border-bottom: 1px solid $color__blue-300;

		&:last-child {
			border-bottom: 0;
		}
	}
}

@include breakpoint("mdm") {

	.woocommerce-cart {

		tr {
			display: revert;
		}

		tbody {

			tr {
				border-bottom: 1px solid $color__blue-300;

				&:last-child {
					border-bottom: 0;
				}
			}
		}

		.coupon {

			.input-text {
				border-radius: 2px;
				width: 222px;
				padding: 12px;
				margin-bottom: 0;
			}
		}

		.actions {

			.button {

				&[aria-disabled="true"] {
					float: right;
					width: unset;
					margin-top: 0;
				}
			}
		}

		.cart_totals {
			margin-top: 0;
		}
	}

	.cart-collaterals {
		flex-basis: 50%;
	}
}

@include breakpoint(lrg) {

	.woocommerce-cart-form {
		flex-basis: 66%;
	}

	.cart-collaterals {
		display: unset;
		flex: 1 1 calc(26% - 16px);
	}
}
PK�
�[�
�HH)assets/sass/plugins/_magazine-blocks.scssnu�[���[class*='mzb'] {

	h3 {
		padding-bottom: 0
	}

	h2 {
		padding-bottom: 0;
	}

	img {
		margin-bottom: 0;
	}

	.editor-styles-wrapper h1,
	.editor-styles-wrapper h2,
	.editor-styles-wrapper h3,
	.editor-styles-wrapper h4,
	.editor-styles-wrapper h5,
	.editor-styles-wrapper h6 {
		padding-bottom: 0;
	}
}
PK�
�[�{���%assets/sass/plugins/_wp-pagenavi.scssnu�[���/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi {

	.page, a {
		padding: 4px 10px;
		color: #777777;
		border: 1px solid #f2f2f2;
	}

	.current {
		padding: 4px 10px;
		color: $color__white;
		background-color: $color__primary;
		border: 1px solid #f2f2f2;
	}

	a {

		&:hover {
			padding: 4px 10px;
			color: $color__white;
			background-color: $color__primary;
			border: 1px solid #f2f2f2;
		}

		margin-left: 5px;
		border-radius: 2px;
	}

	span {
		margin-left: 5px;
		border-radius: 2px;

		&.pages {
			margin-left: 0;
			color: #777777;
			padding: 4px 10px;
			border: 1px solid #f2f2f2;
		}
	}
}
PK�
�[,�`�++"assets/sass/plugins/_headroom.scssnu�[���/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}

#cm-primary-nav {

	&.headroom--pinned {
		transform: translateY(0%);
	}

	&.headroom--unpinned {
		transform: translateY(-100%);
	}
}
PK�
�[�X�GG"assets/sass/plugins/_wishlist.scssnu�[���.add-to-wishlist-before_image {

    .yith-wcwl-add-to-wishlist {
        position: absolute;
        top: 12px;
        left: 0;
        right: 8px;
        display: flex;;
        align-items: center;
        justify-content: flex-end;
        height: 30px;
        color: $color__gray-700;
        font-size: 1.4rem;
    }

    .yith-wcwl-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: $color__gray-50;
        border-radius: 50px;
    }
}
PK�
�[ɰ�^��0assets/sass/abstracts/mixins/_miscellenious.scssnu�[���@mixin center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@mixin clearfix() {

	&::before,
	&::after {
		display: table;
		content: "";
	}

	&::after {
		clear: both;
	}
}
PK�
�[YXE���-assets/sass/abstracts/mixins/_typography.scssnu�[���$font-size__base: 10px;
$font-size__percent: 62.5%; // 10/16 = 62.5%

$font-sizes: (
	"font-size-xxs": 12px,
	"font-size-xs":  14px,
	"font-size-sm":   16px,
	"font-size-md":   18px,
	"font-size-lg":   20px,
	"font-size-xl":   24px,
	"font-size-xxl":   32px,
	"font-size-xxxl":   40px,
);

// px to rem.
@function font-size($size, $unit: rem) {
	@return ($size / $font-size__base) + $unit;
}

// Generate font sizes as per key provided.
@mixin font-size($size-key) {
	$size: map-get($font-sizes, $size-key);

	@if not $size {
		@warn 'Invalid font size key: #{$size-key}.';
		$size: map-get($font-sizes, "font-size-xl");
	}

	font-size: font-size($size);
}
PK�
�[��B�,assets/sass/abstracts/mixins/_structure.scssnu�[���$border-radius: (
	'br-1': 2px,
	'br-2': 4px,
);

@function br($size) {

	@if not map-has-key($border-radius, $size) {
		@error "Invalid border radius size '#{$size}'. Must be one of: #{map-keys($border-radius)}.";
	}

	@return map-get($border-radius, $size);
}
PK�
�[��[��)assets/sass/abstracts/mixins/_length.scssnu�[���$valid-units: ('px', 'rem', 'em');

$length-values: (
		'l-1': 2,
		'l-2': 4,
		'l-3': 6,
		'l-4': 8,
		'l-5': 10,
		'l-6': 12,
		'l-7': 14,
		'l-8': 16,
		'l-9': 18,
		'l-10': 20,
		'l-11': 22,
		'l-12': 24,
		'l-13': 26,
		'l-14': 28,
		'l-15': 30,
		'l-16': 32,
		'l-17': 34,
		'l-18': 36,
		'l-19': 38,
		'l-20': 40,
		'l-27': 54,
		'l-30': 60,
);

@function length($size, $unit: px) {
	$output-value: 0;

	@if not map-has-key($length-values, $size) {
		@error "Invalid size '#{$size}' for length mixin. Must be one of: #{map-keys($length-values)}.";
	}

	@if not index($valid-units, $unit) {
		@error "Invalid unit '#{$unit}' for length mixin. Must be one of: #{$valid-units}.";
	}

	$pixel-value: map-get($length-values, $size);

	@if $unit == 'px' {
		$output-value: $pixel-value + px;
	} @else {
		$output-value: $pixel-value / 16 * 1#{if($unit == 'rem', 'rem', 'em')};
	}

	@return $output-value;
}
PK�
�[s����.assets/sass/abstracts/mixins/_breakpoints.scssnu�[���// Breakpoints.

@mixin breakpoint($point) {

	@if $point == xlrg {

		@media screen and (min-width: 75em) { @content ; }
	}
	@else if $point == lrg {

		@media screen and (min-width: 62em) { @content ; }
	}
	@else if $point == mdm {

		@media screen and (min-width: 48em) { @content ; }
	}
	@else if $point == sml {

		@media screen and (min-width: 37.5em)  { @content ; }
	}
	@else if $point == xsml {

		@media screen and (max-width: 37.5em)  { @content ; }
	}
}
PK�
�[���&��%assets/sass/abstracts/_abstracts.scssnu�[���@import "mixins/breakpoints";
@import "mixins/length";
@import "mixins/typography";
@import "mixins/miscellenious";
@import "mixins/structure";

@import "variables/colors";
@import "variables/typography";
PK�
�[�-�;kk,assets/sass/abstracts/variables/_colors.scssnu�[���// Neutral.
$color__gray-900:            #18181b;
$color__gray-800:            #27272a;
$color__gray-700:            #3f3f46;
$color__gray-600:            #52525b;
$color__gray-500:            #71717a;
$color__gray-400:            #a1a1aa;
$color__gray-300:            #d4d4d8;
$color__gray-200:            #e4e4e7;
$color__gray-100:            #f4f4f5;
$color__gray-50:             #fafafa;

// White.
$color__white:               #fff;

// Black.
$color__black:               #000;

// Brand.
$color__blue-900:             #0d354a;
$color__blue-800:             #124560;
$color__blue-700:             #17597c;
$color__blue-600:             #1d729f;
$color__blue-500:             #207daf;
$color__blue-400:             #4d97bf;
$color__blue-300:             #6aa8c9;
$color__blue-200:             #98c3da;
$color__blue-100:             #bad7e6;
$color__blue-50:              #e9f2f7;

// Others.
$color__primary:             $color__blue-500;
$color__text:                $color__gray-700;

// Light.
$color__gray-eleven:         darken($color__white, 2.5%); // #f9f9f9
$color__gray-ten:            darken($color__white, 2.6%); // #f8f8f8
$color__gray-nine:           darken($color__white, 5%); // #f2f2f2
$color__gray-eight:          darken($color__white, 8.4%); // #eaeaea
$color__gray-seven:          darken($color__white, 20%); // #cccccc

// Dark.
$color__gray-one: lighten($color__black, 13.6%); // #232323
$color__gray-two: lighten($color__black, 20%); // #333333
$color__gray-three: lighten($color__black, 26.5%); // #444444
$color__gray-four: lighten($color__black, 33.5%); // # 555
$color__gray-five: lighten($color__black, 46.5%); // #777777
$color__gray-six: lighten($color__black, 53.5%); // #888888

// Brand.
$color__background-news: #212529;
$color__menu-link: #343a40;
$color__background-news-bar: #f1f3f5;
$color__background-footer-socket: #252730;
$color__light-content: darken($color__white, 35%);

// Dark mode.
$color__background-dark: #151515;
$color__background-light: #19190d;
$color__background-dark-page: #0d0d0d;
$color__background-dark-footer-socket: #121212;
$color__background-medium-footer-socket: lighten($color__background-dark-footer-socket, 1.5%);
$color__background-dark-news: lighten($color__background-dark-page, 1.5%); // #1e1e1e

// Socials.
$color__twitter: #1bb2e9;
$color__facebook: #3b5a9b;
$color__youtube: #ed3f41;
$color__vimeo-square: #44bbff;
$color__skype: #009cef;
$color__linkedin: #007bb6;
$color__google-plus: #dc4937;
$color__github: #4183c4;
$color__flickr: #0062dd;
$color__dribbble: #e24d87;
$color__instagram: #3f729b;
$color__pinterest: #d5282e;
$color__stumbleupon: #ec4823;
$color__tumblr: #455469;
$color__wordpress: #21759b;
$color__codepen: #ccc;
$color__digg: #14589e;
$color__reddit: #ff4500;
$color__xing: #026466;
$color__vk: #45668e;
$color__weibo: #e6162d;
$color__leanpub: #000;
$color__renren: #237bc2;
$color__rss: #f26522;
$color__soundcloud: #ff3a00;
$color__vine: #00bf8f;
$color__delicious: #2a96ff;

body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
    --color--primary: #207daf;
}
PK�
�[w7}II0assets/sass/abstracts/variables/_typography.scssnu�[���// Line height.
$line-height__body: 1.8;
$line-height__headings: 1.3;
PK�
�[�9c0ee#assets/sass/generic/_normalize.scssnu�[���/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid $color__gray-200;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

embed, iframe, object {
	max-width: 100%;
}

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}
PK�
�[�8�{XX$assets/sass/generic/_box-sizing.scssnu�[���/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
PK�
�[��ͷ��'assets/sass/responsive/_responsive.scssnu�[���/* Responsive.
--------------------------------------------- */

@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-left: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical {
		.video-playing {
			width: 60%;
			padding-bottom: 54%;
		}

		.video-playlist-info {
			width: 70.5%;
		}
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}

	.video-player--vertical {

		.video-playing,
		.video-playlist {
			width: 100%;
			display: block;
		}

		.video-playing {
			padding-bottom: 65%;
		}

		&.video-playlist-item img {
			margin-bottom: 0;
			width: 20%;
		}
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {

	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {

	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}

	.author-img {
		img {
			margin-right: 0;
		}

		display: block;
		margin: 0 auto;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish {
		&:nth-child( 2n ), &:nth-child( 2n+1 ) {
			float: none;
			width: 100%;
		}
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal {
		.video-playing {
			padding-bottom: 70%;
		}

		.video-playlist .video-playlist-item {
			width: 51%;
		}
	}
	.exchange-currency {
		&.exchange-column-2 .currency-table, &.exchange-column-3 .currency-table {
			width: 100%;
			padding-right: 0;
		}
	}

	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}

	.no-sidebar-full-width,
	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: 0;
					margin-right: 0;
				}
			}
		}

		&.box-layout {

			.cm-primary {

				.cm-entry-summary {

					> .alignwide {
						margin-left: 0;
						margin-right: 0;
					}
				}
			}
		}
	}

}

@media screen and (max-width: 420px) {

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}

	.related-posts-wrapper-flyout {
		width: 95%;

		.related-posts-flyout-main-title {
			padding: 20px;
		}

		.related-posts-flyout {
			padding: 20px;
		}
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */

.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */

.mega-menu {
	.cm-image-ticker-news,
	.cm-breaking-news-slider-widget {
		visibility: hidden !important;
	}

	.mega-toggle-on {
		.cm-slider-area-rotate
		.cm-image-ticker-news,
		.cm-breaking-news-slider-widget {
			visibility: visible !important;
		}
	}
}
PK�
�[�x_'assets/sass/blocks/products/_style.scssnu�[���.wc-block-product-new,
.wc-block-product-best-sellers,
.wp-block-product-top-rated,
.wc-block-handpicked-products {

	.wc-block-grid__product-title,
	.wc-block-grid__product-add-to-cart {
		display: flex;
		justify-content: flex-start;
	}

	.wc-block-grid__product-title {
		margin-bottom: length( 'l-4' );
		color: $color__gray-700;
		@include font-size('font-size-sm');
		font-weight: 600;
		line-height: 1.8;
	}

	.wc-block-grid__product-rating {
		margin-bottom: 0;

		.star-rating {
			display: flex;
			justify-content: flex-start;
			margin: unset;
		}
	}

	.wc-block-grid__product {
		position: relative;
		margin-left: -1em;
		margin-right: -1em;

		&-add-to-cart{ 

			.wp-block-button__link {

				&.wp-element-button {
					display: block;
					text-align: center;
					margin-top: 16px;
					padding: length( 'l-4' ) length( 'l-12' );
					font-size: 1.4rem;
					font-weight: 600;
					border-radius: 4px;
				}
			}
		}

		.wc-block-grid__product-image {
			margin-bottom: length( 'l-8' );
		}
	}

	ul {

		&.wc-block-grid__products {
			padding: 0;
			gap: 30px;
		}
	}

	.price {

		ins {

			.amount {
				color: $color__gray-500;
			}
		}

		del {

			span {
				font-weight: 600;
				color: $color__gray-700;
			}
		}
	}

	.wc-block-grid__product-image {
		margin-bottom: length( 'l-8' );

		img {
			width: 100%;
			border-radius: 4px;
		}
	}

	.wc-block-grid__product-onsale {
		position: absolute;
		top: 8px;
		left: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		padding: 0 length( 'l-7' );
		background-color: $color__blue-900;
		color: $color__white;
		@include font-size('font-size-xs');
		text-transform: initial;
		border-radius: 2px;
	}
}
PK�
�[�R��DD)assets/sass/blocks/blockquote/_style.scssnu�[���blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 30px 20px 82px;
	margin-bottom: length( 'l-15' );
	margin-top: length( 'l-8' );
	background-color: $color__primary;
	color: $color__white;
	border-radius: 4px;
	border-left: 0;

	p {
		position: relative;
		font-family: "Open Sans", serif;
		line-height: 1.8;
		padding-top: 0;
		margin-bottom: 0;

		&::before {
			content: "\f10d";
			position: absolute;
			left: -50px;
			top: 0;
			line-height: 1;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			color: $color__white;
			@include font-size("font-size-xxl");
		}
	}

	a {
		color: $color__white;
		text-decoration: underline;
	}

	em,
	i,
	cite {
		font-style: normal;
	}

	cite {
		font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300;
		letter-spacing: 0.05em;
		float: right;
	}
}

blockquote {

	&.wp-block-quote {

		&.has-text-align-right {
			border-right: 0;
		}
	}
}
PK�
�[|��~��$assets/sass/blocks/query/_style.scssnu�[���.wp-block-query {

	.wp-block-post {

		&.post {
			box-shadow: none;
		}
	}

	.wp-block-post-template {
		padding: 0;
	}
}
PK�
�[3�0iiassets/sass/blocks/_blocks.scssnu�[���@import "blockquote/style";
@import "button/style";
@import "query/style";
@import "products/style";
PK�
�[)>�55%assets/sass/blocks/button/_style.scssnu�[���.wp-block-button {

	.search-icon {

		&::before {
			display: none;
		}
	}
}

.wp-block-search__inside-wrapper,
.search-wrap {

	.search-icon::before {
		content: "\f002";
		color: $color__white;
		@include font-size("font-size-lg");
		font-family: FontAwesome;
		font-weight: 400;
	}
}
PK�
�[ [q�zz&assets/sass/blocks/gallery/_style.scssnu�[���.wp-block-gallery,
.wp-block-social-links {

	&.alignleft,
	&.alignright,
	&.aligncenter {
		display: flex;
	}
}
PK�
�[j2�|>>assets/sass/style.scssnu�[���/*
Theme Name: ColorMag
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: ColorMag is always the best choice when it comes to magazine, news, and blog WordPress themes. You can create elegant and modern websites for news portals, online magazines, and publishing sites. With ColorMag’s 8 and counting free starter demos for health, food, entertainment, sports, and fashion industries, building a magazine style website is super easy. Best of all, the ColorMag WordPress theme offers multiple ad spaces in its layout. So, you can monetize your website by displaying ads in these slots without any fuss. And if you plan to sell products and services online, you can rely on the theme’s compatibility with WooCommerce. Some of its key features are:  >> SEO Optimized >> Translation & RTL Ready >> Cross-browser Compatible >> Custom Widgets >> Responsive Design >> Sticky Menu. So, download the free ColorMag theme and create professional magazine websites quickly. You can get free support for ColorMag at https://themegrill.com/contact/ and check our demos at https://themegrilldemos.com/colormag/
Version: 3.1.10
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* Import Fonts.
--------------------------------------------- */
@import "fonts/fonts";

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/

/* Import variables and mixins.
--------------------------------------------- */
@import "abstracts/abstracts";

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
@import "generic/normalize";
@import "generic/box-sizing";

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@import "base/base";

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@import "components/components";

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@import "layouts/layouts";

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
@import "blocks/blocks";

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
@import "plugins/wp-pagenavi";
@import "plugins/headroom";
@import "plugins/magazine-blocks";
@import "plugins/wishlist";

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@import "utilities/accessibility";
@import "utilities/alignments";
@import "utilities/clearings";
@import "utilities/infinite-scroll";

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@import "responsive/responsive";
PK�
�[��K7

.assets/sass/components/comments/_comments.scssnu�[���/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: length( 'l-8' );
}

.bypostauthor {
	display: block
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: length( 'l-30' );

	.comments-title {
		@include font-size("font-size-xl");
		margin-bottom: length( 'l-20' );
	}

	.comment-metadata {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-left: length( 'l-30' );
	}

	#comment:focus-visible {
		outline: none;
	}

	.avatar {
		height: 40px;
		width: 40px;
		margin-right: length( 'l-8' );
		margin-bottom: 0;
		border: 1px solid rgba(17, 17, 17, 0.15)
	}

	.fn {

		a {
			color: $color__gray-800;
			font-size: 20px;
			font-weight: 500;
		}
	}

	.comment-content {
		margin-top:length( 'l-8' );
		margin-left: length( 'l-30' );


		p {
			line-height: 1.8;
			margin-bottom: length( 'l-6' );
		}

		a {
			word-wrap: break-word;
		}
	}

	.comment-date-time,
	.comment-permalink {
		display: flex;
		align-items: center;
		gap: 6px;
		@include font-size("font-size-xxs");
		font-weight: 400;
		line-height: 1.8;
		color: $color__gray-500;
	}

	.comment-permalink {

		&:hover {
			color: $color__primary;
		}
	}

	.comment-reply-link {
		margin-top: 12px;
		@include font-size("font-size-xs");
		font-weight: 600;
	}
}

.comment {
	margin-bottom: length( 'l-10' );

	ul,
	ol {
		margin: 0 0 20px 20px;
	}

	ul {
		list-style: square outside none;
	}

	a {
		&:hover {
			text-decoration: underline;
		}
	}
}

.comment-list {
	margin-bottom: length( 'l-12' );

	.children {
		margin-left: 20px;
		list-style-type: none;
		padding: 0;
	}

	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	@include font-size("font-size-xxs");
}

.comment-awaiting-moderation {
	margin-top:length( 'l-8' );
	margin-left: length( 'l-30' );
}

/* Comments Form.
--------------------------------------------- */
.comment-respond {

	.comment-reply-title{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: length( 'l-3' );
		margin-bottom: length( 'l-4' );
		@include font-size("font-size-xl");

		#cancel-comment-reply-link {
			font-weight: normal;
			@include font-size("font-size-sm");
		}
	}

	.logged-in-as,
	.comment-notes {
		margin-bottom: length( 'l-16' );
		@include font-size("font-size-sm");
	}

	form {

		.comment-form-cookies-consent {

			#wp-comment-cookies-consent {
				margin-right: length( 'l-3' );
			}

			label {
				display: inline-block;
				font-weight: 400;
				margin-top: length( l-5 );
				margin-bottom: length( l-16 );
			}
		}

		input[type="text"],
		textarea,
		input[type="email"],
		input[type="url"] {
			box-sizing: border-box;
			@include font-size("font-size-sm");
			line-height: 1.5;
			padding: 10px;
			width: 100%;
			margin-bottom: length( l-7 );
		}

		p.form-allowed-tags {
			display: none;
			@include font-size("font-size-sm");
			line-height: 1;
			color: #5e5e5e;
		}
	}

	label {
		display: block;
		@include font-size("font-size-sm");
		font-weight: 600;
		color: $color__gray-600;
		margin-bottom: length( 'l-4' );
		line-height: 1.8;
	}

	p {
		margin-bottom: 0;
	}
}

.required {
	color: red;
}
PK�
�[.dκ

:assets/sass/components/header-actions/_header-actions.scssnu�[���/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: flex;
	align-items: center;
	order: 3;
	flex-basis: 100%;
	justify-content: flex-end;
	margin-left: auto;
}

.cm-top-search {
	position: initial;

	&:has(.show) {

		.fa.search-top {

			&::before {
				content: '✖';
			}
		}
		
	}
}

.fa.search-top {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: length( 'l-4' );
	width: 48px;
	height: 48px;
	color: $color__white;
	@include font-size("font-size-xl");
	cursor: pointer;

	&:hover {
		background-color: $color__primary;
	}
}

.search-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 4px;

	button {
		padding: length( 'l-7' );
		color: $color__white;
		background-color: $color__primary;
		@include font-size("font-size-xs");
		border-radius: 0 4px 4px 0;
		line-height: 0.8;
	}
}

.search-form-top {
	position: absolute;
	right: 0;
	z-index: 9999;
	border: 1px solid $color__gray-100;
	display: none;
	padding: length( 'l-12' );
	border-radius: 0 0 4px 4px;
	background-color: $color__white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

	&.show {
		display: block;
		width: 100%;

		&::before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-bottom: 12px solid $color__white;
			border-left: 12px solid transparent;
			border-right: 12px solid transparent;
			top: -10px;
			right: 54px;
		}
	}

	:focus-visible {
		outline: none;
	}

	input.s {
		width: 100%;
		padding: length( 'l-6' );
		@include font-size("font-size-xs");
		border: 1px solid $color__gray-200;
		border-radius: 4px 0 0 4px;
	}

	.search-wrap {
		display: flex;
	}
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	order :1;

	.fa-random {
		color: $color__white;
		@include font-size("font-size-xl");
		vertical-align: middle;
	}
}

.cm-primary-nav {

	.cm-random-post {

		a {
			display: flex;
			align-items: center;
			height: 48px;
			padding: length( 'l-4' );
			border-bottom: medium none;

			&:hover {
				background-color: $color__primary;
			}

			svg {
				display: block;
				fill: #fff;
				font-size: 32px;
			}
		}

	}
}

@include breakpoint("mdm") {

	.cm-header-actions {
		flex-basis: unset;
	}

	.search-form-top{

		&.show {
			width: 570px;

			&::before {
				right: 10px;
			}
		}
	}

	.cm-top-search {
		position: relative;
	}
}
PK�
�[X&����'assets/sass/components/_components.scssnu�[���/* Top bar.
--------------------------------------------- */
@import "top-bar/top-bar";
@import "top-bar/breaking-news";
@import "top-bar/header-date";
@import "top-bar/menu";

/* Social icons.
--------------------------------------------- */
@import "social-icons/social-icons";

/* Header actions.
--------------------------------------------- */
@import "header-actions/header-actions";

/* Header media.
--------------------------------------------- */
@import "header-media/header-media";

/* Page header.
--------------------------------------------- */
@import "page-header/page-header";
@import "page-header/breadcrumbs";

/* Navigation.
--------------------------------------------- */
@import "menus/common-desktop-mobile-menu";
@import "menus/navigation";
@import "menus/primary-menu";

/* Comments.
--------------------------------------------- */
@import "comments/comments";

/* Entry.
--------------------------------------------- */
@import "entry/entry";

/* Widgets.
--------------------------------------------- */
@import "widgets/advertisement";
@import "widgets/call-to-action";
@import "widgets/category-slider";
@import "widgets/featured-category-slider";
@import "widgets/featured-post-style-1";
@import "widgets/featured-post-style-2";
@import "widgets/highlighted-posts";
@import "widgets/random-post";
@import "widgets/search";
@import "widgets/widgets";
PK�
�[�[�6x	x	6assets/sass/components/social-icons/_social-icons.scssnu�[���/* Social Icons.
--------------------------------------------- */
.fa {
	@include font-size('font-size-sm');
	color: $color__gray-500;
}

.social-links {

	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;

		li {

			&:hover > a {
				background-color: transparent;
			}
		}

		a {
			text-decoration: none;

			&:hover {
				text-decoration: none;
			}
		}
	}

	li {
		margin-left: 16px;
		border-top: 0;

		&:first-child {
			margin-left: 0;
		}
	}

	a {
		display: flex;
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
	}

	.fa {
		text-align: center;
		transition: color 0.2s ease-out 0s;
		font-size: 18px;

		&:hover {
			color: $color__primary;
		}
	}

	.fa-twitter {
		color: $color__twitter;
	}

	.fa-facebook {
		color: $color__facebook;
	}

	.fa-youtube {
		color: $color__youtube;
	}

	.fa-vimeo-square {
		color: $color__vimeo-square;
	}

	.fa-skype {
		color: $color__skype;
	}

	.fa-linkedin {
		color: $color__linkedin;
	}

	.fa-google-plus {
		color: $color__google-plus;
	}

	.fa-github {
		color: $color__github;
	}

	.fa-flickr {
		color: $color__flickr;
	}

	.fa-dribbble {
		color: $color__dribbble;
	}

	.fa-instagram {
		color: $color__instagram;
	}

	.fa-pinterest {
		color: $color__pinterest;
	}

	.fa-stumbleupon {
		color: $color__stumbleupon;
	}

	.fa-tumblr {
		color: $color__tumblr;
	}

	.fa-wordpress {
		color: $color__wordpress;
	}

	.fa-codepen {
		color: $color__gray-seven;
	}

	.fa-digg {
		color: $color__digg;
	}

	.fa-reddit {
		color: $color__reddit;
	}

	.fa-xing {
		color: $color__xing;
	}

	.fa-vk {
		color: $color__vk;
	}

	.fa-weibo {
		color: $color__weibo;
	}

	.fa-leanpub {
		color: $color__leanpub;
	}

	.fa-renren {
		color: $color__renren;
	}

	.fa-rss {
		color: $color__rss;
	}

	.fa-soundcloud {
		color: $color__soundcloud;
	}

	.fa-vine {
		color: $color__vine;
	}

	.fa-delicious {
		color: $color__delicious;
	}
}

.cm-header-actions {

	.social-links {

		a {
			padding: 0;
		}

		li {
			margin-left: 0;
			padding: 12px;
		}

		ul {

			li {
				display: inline-block;
				background: transparent;

				a {

					&:hover {
						background-color: transparent;
					}
				}
			}
		}
	}
}
PK�
�[jj�see,assets/sass/components/entry/_thumbnail.scssnu�[���.cm-featured-image {
	text-align: center;

	a {
		display: block;
		position: relative;
	}
}
PK�
�[Z�{��*assets/sass/components/entry/_summary.scssnu�[���.cm-entry-summary {
	margin-top: length( 'l-6' );

	p {
		margin-bottom: length( 'l-12', em );
		@include font-size("font-size-xs");

		&:last-child {
			margin-bottom: 0;
		}
	}
}
PK�
�[���tt(assets/sass/components/entry/_entry.scssnu�[���@import "button";
@import "footer";
@import "header";
@import "meta";
@import "summary";
@import "thumbnail";
PK�
�[ye���)assets/sass/components/entry/_header.scssnu�[���.cm-entry-title {
	margin-bottom: length( 'l-6' );
	@include font-size("font-size-xl");
	font-weight: 500;

	a {
		color: $color__gray-800;

		&:hover {
			color: $color__primary;
			text-decoration: underline;
		}
	}
}
PK�
�[}��Mcc)assets/sass/components/entry/_footer.scssnu�[���.cm-entry-footer {

	.cm-edit-link {
		margin-top: length( 'l-12' );
		line-height: 1;
	}
}
PK�
�[�;0��'assets/sass/components/entry/_meta.scssnu�[���.cm-entry-header-meta {
	display: flex;
	margin-bottom: length( 'l-6' );
}

.cm-below-entry-meta {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    gap: 8px;
	margin-bottom: 12px;

	.cm-post-date,
	.cm-comments-link {

		a {
			display: flex;
			align-items: center;
			gap: 4px;
		}
	}
}

.cm-below-entry-meta,
.cm-entry-header-meta {

	a {

		&:hover {
			text-decoration: underline;
		}
	}
}

.cm-author,
.cm-post-views,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: flex;
	align-items: center;
	gap: 4px;
	@include font-size('font-size-xxs');
}

.cm-post-date,
.cm-author,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link {

	a {
		color: $color__gray-500;
		@include font-size('font-size-xxs');
	}
}

.cm-tag-links {
	flex-wrap: wrap;
}

.cm-total-views {
	color: $color__gray-500;
	@include font-size('font-size-xxs');
}
PK�
�[�����)assets/sass/components/entry/_button.scssnu�[���.cm-entry-button {
	display: inline-block;

	span {
		display: inline-block;
		padding: length( 'l-2', px ) length( 'l-6', px );
		color: $color__white;
		@include font-size('font-size-xs');
		font-weight: 600;
		cursor: pointer;
		line-height: 1.8;
		background-color: $color__primary;
		border-radius: 2px;

		&:hover {
			background-color: rgba(0, 0, 0, 0.1);
		}
	}
}
PK�
�[W�
�--=assets/sass/components/widgets/_featured-category-slider.scssnu�[���/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider {
	position: relative;

    .cm-single-slide {
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}

	img {
		width: 100%;
		margin-bottom: 0;
	}

	.cm-below-entry-meta {
		margin-bottom: 0;
	}

	.single-post {

		.bx-controls-direction {
			display: none;
		}
	}

	.cm-slide-content {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: grid;
		grid-template-rows: repeat(1, 1fr);
		align-items: end;
		text-align: left;
		padding: 16px;
		background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);

		.cm-entry-header-meta .cm-post-categories a {
			background-color: $color__primary;
		}
	}

	.cm-entry-title {
		color: $color__white;
		@include font-size('font-size-sm');

		a {
			color: inherit;

			&:hover {
				color: $color__white;
				opacity: 0.8;
			}
		}
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link {

		svg {
			fill: $color__white;
		}
	}

	.cm-post-date a,
	.cm-author a,
	.cm-reading-time,
	.cm-reading-time::before,
	.human-diff-time-display {
		color: $color__white;
	}

	.cm-comments-link {

		a,
		span {
			color: $color__white;
		}
	}
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0
}

@include breakpoint("mdm") {

	.cm-featured-category-slider {

		.cm-entry-title {
			@include font-size('font-size-xl');
		}

		.cm-slide-content {
			padding: length( 'l-12' );
		}
	}
}
PK�
�[���+assets/sass/components/widgets/_search.scssnu�[���/* Widget Search.
	--------------------------------------------- */
.wp-block-search {

	.wp-block-search__label {
		display: none;
	}

	.wp-block-search__button {
		border: 0;
		margin-left: 0;
		border-radius: 0 4px 4px 0;
	}

	.wp-block-search__input{
		position: relative;
		padding: length( 'l-6' );
		@include font-size("font-size-xs");
		border: 1px solid $color__gray-300;
		border-radius: 4px 0 0 4px;
		line-height: 1.6;

		&:focus-visible {
			outline: none;
		}
	}

	.wp-element-button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		padding: 0;
		color: transparent;

		&::before {
			position: absolute;
			content: "\f002";
			color: $color__white;
			@include font-size("font-size-lg");
			font-family: FontAwesome;
			font-weight: 400;
		}

		&:hover {
			background-color: $color__primary;
			color: transparent;
		}
	}
}
PK�
�[����~~6assets/sass/components/widgets/_highlighted-posts.scssnu�[���/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts {

	.cm-posts {
		display: grid;
		grid-template-columns: 1fr;
		gap: length( 'l-6' );
	}

	a {
		display: block;
	}

	.cm-post {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
	}

	img {
		width: 100%;
	}

	.cm-post-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		align-items: end;
		grid-template-rows: repeat(1, 1fr);
		padding: length( 'l-8' );
		background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
	}

	.cm-below-entry-meta {
		margin-bottom: 0;
	}

	.cm-author,
	.cm-comments-link,
	.cm-entry-header-meta {
		display: none;
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link {
		svg {
			fill: $color__white;
		}
	}

	.cm-post-date a,
	.cm-author a,
	.cm-reading-time,
	.cm-reading-time::before,
	.human-diff-time-display {
		color: $color__white;
	}

	.cm-entry-title {
		margin-bottom: length( 'l-4' );
		@include font-size("font-size-sm");
		font-weight: 500;

		a {
			color: $color__white;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

			&:hover {
				color: $color__white;
				opacity: 0.8;
			}
		}
	}
}


@include breakpoint("mdm") {

	.cm-highlighted-posts {

		.cm-posts {
			grid-template-columns: 1fr 1fr;
		}
	}
}
PK�
�[���MM,assets/sass/components/widgets/_widgets.scssnu�[���/* Widget Title.
--------------------------------------------- */
.widget {

	&:last-child {
		margin-bottom: 0;
	  }

	  .wp-block-heading {
		display: inline-block;
		background-color: $color__primary;
		color: $color__white;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.8;
		margin-bottom: 0;
		padding: 4px 12px 2px;
		border-radius: 2px 2px 0 0;
		letter-spacing: 0.01em;
	}

	.block-title {
		display: block;
		margin-bottom: 20px;
		border-bottom: 2px solid $color__primary;
	}

	select {
		border: 1px solid #dddddd;
		color: #777777;
		padding: 2px;
		width: 60%;
	}
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: length( 'l-15', px );

	.cm-widget-title {
		display: flex;
		flex-basis: 100%;
		justify-content: space-between;
		border-bottom: 2px solid $color__primary;
		font-size: 18px;

		span {
			display: inline-block;
			padding: 6px 12px;
			color: $color__white;
			background-color: $color__primary;
		}
	}

	.cm-posts {

		.cm-post {
			display: flex;
		}

		.cm-author {
			display: none;
		}
	}

	.cm-post {
		overflow: hidden;
	}

	.cm-entry-title {
		font-size: 14px;

		a {
			display: block;
			color: inherit;
			text-shadow: none;
			word-wrap: break-word;
			line-height: 1.5;

			&:hover {
				color: $color__primary;
			}
		}
	}

	.cm-entry-header-meta {
		display: none;
	}

	.cm-post-content {
		flex: 1;
		align-self: center;
		padding: length( 'l-6', px) length( 'l-8', px);
	}

	img {
		width: 100%;
	}

	.cm-first-post {
		flex-basis: 100%;
		margin-bottom: 12px;

		figure {
			position: relative;
		}

		.cm-post-content {
			padding: 18px;
		}

		.cm-entry-title {
			font-size: 24px;
		}

		.cm-entry-header-meta {
			display: flex;
		}
	}

	.cm-below-entry-meta {
		margin-bottom: 12px;
	}

	.cm-breaking-news {

		.cm-post {
			overflow: visible;
			box-shadow: none;
		}
	}

	.cm-entry-summary {

		p {
			margin-bottom: 0;
		}
	}
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area,
.cm-beside-slider-widget {

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 0;

		span {
			display: inline-block;
			padding: 6px 12px;
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.cm-view-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: $color__white;
	font-weight: 600;
	background-color: $color__black;

	.cm-primary & {

		span {
			background: transparent;
		}
	}
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: $color__primary;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: $color__white;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary,
.cm-footer,
#cm-tertiary {

	.widget {

		ul {
			li {

				li {
					border-bottom: none;
				}
			}
	
			ul {
				padding-left: 10px;
			}
		}
	}
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;

	.cm-widget-title {
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid $color__primary;
		margin-bottom: 15px;

		span {
			display: inline-block;
			background-color: $color__primary;
			color: $color__white;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.8;
			margin-bottom: 0;
			padding: 4px 12px 2px;
			border-radius: 2px 2px 0 0;
			letter-spacing: 0.01em;

			.rsswidget {
				color: $color__white;

				img {
					margin-top: 5px;
					margin-bottom: 0;
				}

				&:hover {
					text-decoration: none;
				}
			}
		}
	}

	a:hover {
		text-decoration: underline;
	}

	.widget {
		margin-bottom: length( l-16 );
		@include font-size("font-size-xs");

		p {
			@include font-size("font-size-xs");
		}

		ul {

			li {
				line-height: 1.5;
				padding: 6px 0;
				list-style: none;
			}
		}

		li {
			line-height: 1.8;
		}
	}
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: $color__white;
}

#style6_pager_colormag_slider_news_widget-9 {

	img:hover {

		.play-button-wrapper {
			background-color: #207DAF;
		}
	}
}

.widget,
.cm-featured-image {

	.play-button-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(35, 35, 35, 0.75);
		width: 42px;
		height: 26px;
		border-radius: 3px;
		transition: background 0.3s ease 0s;

		.fa {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: $color__white;
		}
	}
}

@include breakpoint("mdm") {

	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}

	.cm-featured-posts--style-4 {

		.cm-post {
			flex-direction: row;
		}
	}
}

@include breakpoint("lrg") {

	.cm-front-page-top-section {
		flex-direction: row;
		margin-bottom: 50px;
	}

	.cm-slider-area {
		width: 55.26315789%;
	}

	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}
PK�
�[YDR4��:assets/sass/components/widgets/_featured-post-style-1.scssnu�[���/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 {

    p {
        display: inline-block;
        width: 100%;
    }

    .cm-entry-title {
        margin-bottom: length( 'l-4' );
    }

    .cm-first-post {

        .cm-entry-title {
            margin-bottom: length( 'l-6' );
        }
    }

    .cm-posts {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: length( 'l-6' );

        .cm-below-entry-meta {
            margin-bottom: 0;
        }
    }
}

@include breakpoint("mdm") {
	
    .cm-featured-posts {

        &.cm-featured-posts--style-1 {
            gap: 20px;

            .cm-posts {
                flex-basis: calc(50% - 10px);
            }

            .cm-first-post {
                flex-basis: calc(50% - 10px);
                margin-bottom: 0;
            }
        }
    }
}
PK�
�[����3assets/sass/components/widgets/_call-to-action.scssnu�[���/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: length( 'l-15' );
}

.call-to-action {
	padding: length( 'l-15' );
	background-color: $color__primary;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);

}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: left;
}

.call-to-action--right {
	text-align: right;
}

.call-to-action-border {

	&::before {
		position: absolute;
		content: "";
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		border: 1px solid #c0bcb9;
		height: auto;
		width: auto;
		z-index: -1;
	}

	&::after {
		position: absolute;
		content: "";
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		border: 1px solid #c0bcb9;
		height: auto;
		width: auto;
		z-index: -1;
		top: 34px;
		left: 34px;
		right: 34px;
		bottom: 34px;
	}
}

.call-to-action__title {
	margin-bottom: length( 'l-5' );
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: length( 'l-20' );
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: $color__white;
	background-color: $color__primary;
	@include font-size("font-size-xs");
	font-weight: 700;
	text-transform: uppercase;

}
PK�
�[�q��:assets/sass/components/widgets/_featured-post-style-2.scssnu�[���/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2 {

    &.cm-featured-posts {

        .cm-first-post,
        .cm-posts {
            flex-basis: 100%;
            width: 100%;
            gap: length( 'l-6' );
        }
    }

    .cm-posts {

        .cm-entry-title {
            margin-bottom: length( 'l-4' );
        }

        .cm-below-entry-meta {
            margin-bottom: 0;
        }
    }
}
PK�
�[�uf��0assets/sass/components/widgets/_random-post.scssnu�[���/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget {

	.cm-post {
		display: flex;
		box-shadow: none;

		a {
			position: relative;
		}
	}

	.cm-random-post {
		width: 100%;
	}

	.cm-post-content {
		flex: 1;

		.cm-entry-title {
			margin-bottom: length( 'l-4' );
			font-size: 14px;
			line-height: 1.4;
		}

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	.cm-author {
		display: none;
	}
}

.cm-random-posts {
	display: flex;
	flex-direction: column;
	gap: length( 'l-6' );
	padding: length( 'l-6' );
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;

	img {
		border-radius: 4px;
	}
}
PK�
�[E0��++4assets/sass/components/widgets/_category-slider.scssnu�[���/* Category Slider Widget.
--------------------------------------------- */
.rtl {

    .cm-slider {
        direction: rtl;
    }
}

.cm-featured-category-slider-widget {
	margin-bottom: length( 'l-15' );
}

.cm-slider-area {

    .cm-featured-category-slider-widget {
        margin-bottom: 0;
    }
}

.top-full-width-sidebar {

    .cm-featured-category-slider-widget {
        margin-bottom: length( 'l-5' );
    }
}

.tg-full-width {

	&.inner-wrap {
		max-width: 100%;
		padding: 0 15px;
	}

	.home .cm-content {
		padding-top: 0;
	}
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
    transform: translateY(-92%);
	background-color: $color__primary;
	border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

	.cm-icon {
		fill: $color__white;
	}
}

.cm-category-slide-prev {
	right: 0;
	margin-right: length( 'l-30' );
}

.cm-category-slide-next {
	right: 0;
	margin-right: length( 'l-12' );
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}
PK�
�[-�W��2assets/sass/components/widgets/_advertisement.scssnu�[���/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 {

	.cm-advertisement-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
}

.advertisement_below_post_title {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;

	img {
		padding: 0;
	}
}

.advertisement_728x90 {
	display: block;
}


.advertisement_728x90 {

	img {
		width: calc(100% - 50px);
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		padding: 24px 26px;
		margin-left: auto;
		margin-right: auto;
	}
}
PK�
�[;$�nQQ-assets/sass/components/menus/_navigation.scssnu�[���/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin-top: length( 'l-15' );

	.previous,
	.next {
		flex: 1;
	}

	.next {
		text-align: right;
	}
}

.wp-block-query-pagination-numbers {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;

	.page-numbers {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 14px;
		height: 14px;
		border-radius: 4px;
		border: 1px solid $color__gray-100;
		background-color: $color__white;
		color: $color__gray-700;
		font-size: 14px;
		padding: 8px;
		font-weight: 400;

		&.current {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.previous,
.next {

	a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: $color__gray-700;
		cursor: pointer;
		@include font-size('font-size-sm');
		font-weight: 600;

		&:hover {
			color: $color__primary;
			text-decoration: underline;
		}
	}

	svg {
		fill: $color__gray-800;
	}
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;

	a {
		color: $color__primary;
		cursor: pointer;
		font-size: 16px;

		&:hover {
			text-decoration: underline;
		}
	}
}

.nav-previous {

	a {
		float: left;
	}
}

.nav-next  {

	a {
		float: right;
	}
}

.link-pagination {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: length( 'l-8' ) 0;

	.post-page-numbers  {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 14px;
		height: 14px;
		padding: length( 'l-4' );
		background-color: $color__white;
		color: $color__gray-700;
		@include font-size("font-size-xs");
		font-weight: 400;
		border-radius: 4px;
		border: 1px solid $color__gray-100;

		&.current {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: $color__primary;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

	.cm-icon {
		fill: $color__white;
	}
}

.slide-prev {
	margin-left: 20px;
}

.slide-next {
	right: 0;
	margin-right: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: length( 'l-16' );
}

@media screen and (max-width: 767px) {

	.thumbnail-pagination {

		li {
			width: 100%;
			display: block;
			min-height: 70px;

			&.previous {
				margin-bottom: 20px;
			}
		}

		a {
			font-size: 15px;
		}
	}
}

@include breakpoint("mdm") {

	.default-wp-page {
		flex-direction: row;
	}
}
PK�
�[��&xx=assets/sass/components/menus/_common-desktop-mobile-menu.scssnu�[���// Common styles for desktop and mobile menu.
.cm-primary-nav {

	li {
		display: flex;
		flex-wrap: wrap;
	}

	// Submenu toggle button.
	.cm-submenu-toggle {
		display: flex;
		align-items: center;
		padding-left: length( 'l-4' );
		cursor: pointer;

		.cm-icon {
			width: length( 'l-7' );
			height: length( 'l-7' );
			fill: $color__white;
		}
	}
}
PK�
�[Il##/assets/sass/components/menus/_primary-menu.scssnu�[���/* Primary Menu.
--------------------------------------------- */
nav li {

	> ul,
	> ol {
		margin: 0;
		list-style: none;
	}
}

.cm-primary-nav {
	width: 100%;
	text-align: center;

	.menu {
		flex: 1;
	}

	li {
		position: relative;
		font-family: "Open Sans", serif;
		font-weight: 300;
		padding: length( 'l-5') length( 'l-8' );
	}

	a {
		display: flex;
		flex: 1;
		color: $color__white;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 2;
	}

	li.default-menu {
		display: none;
	}

	.cm-home-icon {

		a {
			padding: length( 'l-4' );

			&:hover {
				background-color: $color__primary;
			}
		}
	}

	a:hover {
		color: $color__white;
	}

	ul {
		display: none;
	}

	ul li {
		&.current-menu-item,
		&.current_page_ancestor,
		&.current-menu-ancestor,
		&.current_page_item,
		&:hover,
		&.focus {
			background-color: $color__primary;
		}
	}

	.sub-menu,
	.children {
		background-color: #232323;
	}

	ul {
		li {
			ul,
			&:hover ul ul,
			&.focus ul ul {
				left: -99999px;
				z-index: 100;
			}

			&.focus > ul {
				display: block;
			}
		}

		ul {
			li:hover ul ul,
			li.focus ul ul {
				left: -99999px;
				z-index: 100;
			}

			ul {
				li:hover ul ul,
				ul li:hover ul ul,
				li:hover ul ul,
				ul li:hover ul ul {
					left: -99999px;
					z-index: 100;
				}
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: 0;
		}

		ul {
			li:hover > ul,
			li.focus > ul {
				left: 100%;
			}

			ul {
				li:hover > ul,
				li.focus > ul {
					left: 100%;
				}

				ul {
					li:hover > ul,
					ul li:hover > ul,
					li.focus > ul,
					ul li.focus > ul {
						left: 100%;
					}
				}
			}
		}

		li {

			ul {
				position: absolute;
				flex-direction: column;
				width: 200px;
				top: 100%;

				li {
					float: none;

					a {
						border-top: none;
						float: none;
						font-size: 14px;
						height: 100%;
						color: $color__white;
						display: block;
						text-align: left;
						text-transform: none;
						word-break: break-word;
					}
				}
			}

			ul li {
				&:hover {
					color: $color__white;
					background-color: $color__primary;
				}
			}

			&.current-menu-item ul li a:hover {
				color: $color__white;
				background-color: $color__primary;
			}

			ul li ul {
				left: 200px;
				top: 0;
			}
		}
	}

	select {
		display: none;
	}
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid $color__primary;

	.cm-row {
		position: relative;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}

.cm-home-icon {

	&.front_page_on {
		background-color: $color__primary;
	}

	svg {
		display: block;
		fill: $color__white;
		font-size: 32px;
	}
}

.sticky-wrapper {
	&.is-sticky .cm-primary-nav .cm-home-icon a,
	.cm-primary-nav .cm-home-icon a {
		padding: 8px;
	}
}

.cm-menu-primary-container {
	flex-grow: 1;
	flex-basis: 70%;

	.sub-menu {
		display: none;
	}
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	right: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: $color__white;
	cursor: pointer;
	line-height: 21px;

	.fa {
		color: $color__white;
	}
}

.menu-logo {

	a {
		padding: 0;

		&:hover {
			background-color: unset;
		}
	}

	img {
		width: auto;
		margin-bottom: 0;
	}
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header {

	.cm-menu-toggle[aria-expanded="true"] {

		.cm-icon--bars {
			display: none;
		}
	}

	.cm-menu-toggle[aria-expanded="false"] {

		.cm-icon--x-mark {
			display: none;
		}
	}

	.cm-menu-toggle {
		color: $color__white;
		margin: 0;
		text-align: center;
		font-family: "Open Sans", serif;
		padding-bottom: 0;
		line-height: 1.2;
		width: 48px;
		height: 48px;

		&:hover {
			color: $color__white;
		}

		svg {
			width: 48px;
			height: 48px;
			fill: $color__white;
			padding: length( 'l-4');

			&:hover {
				color: $color__white;
			}
		}
	}

	.cm-mobile-nav {

		ul {

			&.menu-scrollbar {
				overflow-y: scroll;
				width: 100%;
			}
		}

		li {
			&:hover,
			&.current-page-ancestor,
			&.current-menu-ancestor,
			&.current-page-item,
			&.current-menu-item {
				color: $color__white;
				background-color: $color__primary;

				> .cm-sub-toggle {
					i {
						color: $color__white;
					}
				}
			}
		}
	}
}

.cm-mobile-nav {

	.menu-logo {

		a {
			padding: 0;
		}
	}

	.menu {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		right: 0;
		filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	}

	.cm-menu-primary-container {
		width: 100%;
		position: absolute;
		top: 100%;
		filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1))
	}

	.cm-menu-primary-container,
	.menu {
		& > ul {
			width: 100%;
		}
	}

	ul {
		margin: 0;
		list-style: none;
	}

	a {
		display: block;
		flex-grow: 1;
		font-size: 14px;
		color: $color__white;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.cm-random-post a {
		display: flex;
		padding: length( 'l-4' );
		height: 48px;
		line-height: 1.8;

		svg {
			display: block;
			fill: #fff;
			font-size: 32px;
		}
	}

	li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background-color: #27272A;
		border-top: 1px solid #3F3F46;

		a:hover {
			background-color: $color__primary;
			color: $color__white;
		}
	}

	.sub-menu {
		flex-basis: 100%;
	}

	.cm-submenu-toggle {
		display: flex;
		align-items: center;
		padding: length( 'l-7' );
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		cursor: pointer;

		svg {
			fill: $color__white;
		}
	}

	ul ul {
		a {
			padding-left: 45px;
			text-transform: none;
		}

		ul a {
			padding-left: 90px;
		}
	}

	.current_page_item > a, .current-menu-item {
		background: $color__primary;
		color: $color__white;
	}

	.cm-home-icon {
		a {
			padding: 8px;
		}
	}
}

.default-wp-page {

	&.thumbnail-background-pagination {
		overflow: hidden;

		img {
			width: 100%;
			display: inline-block;
			margin-bottom: 0;

		}

		li {
			width: 50%;
			transition: 0.4s all ease-in-out;
			padding: 0;
			position: relative;
		}

		a {
			font-size: 18px;
			color: $color__white;
			position: absolute;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom: 0;
			z-index: 1;
			padding: 15px;
			background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));

			.meta-nav {
				display: block;
				font-size: 14px;
			}

			&:hover {
				text-decoration: none;
			}
		}

		.previous {
			width: calc(50% - 15px);
			margin-right: 15px;
		}

		.next {
			width: calc(50% - 15px);
			margin-left: 15px;
			text-align: right;

			&:hover {
				transform: translateX(0);
			}
		}

		.previous {

			&:hover {
				transform: translateX(0);
			}
		}
	}
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;

	a,
	span {
		display: block;
	}

	li {
		display: inline-block;

		&:hover {
			& > a {
				background-color: #ebebec;
			}
		}

		&:first-child {
			margin-left: 0;
		}

		&:last-child {
			margin-right: 0;
		}

		& > a,
		& > span {
			display: flex;
			align-items: center;
			justify-content: space-around;
			width: 32px;
			height: 32px;
			border-radius: 4px;
			border: 1px solid $color__gray-100;
			background-color: $color__white;
			color: $color__gray-700;
			font-size: 14px;
			padding: 8px;
			font-weight: 400;
		}

		.fa {
			color: $color__gray-700;
		}
	}

	.current {
		background-color: $color__primary;
		color: $color__white;
	}
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/

.tg-autoload-posts {

	.related-posts {
		margin-bottom: 25px;
	}

	.tg-post + .tg-post {
		margin-top: 15px;
		padding-top: 60px;
		border-top: 1px solid #f8f8f8;
	}
}

#comments.comments-area {

	.tg-autoload-posts & {
		border-top: 1px solid transparent;
		padding: 0;
	}
}

@include breakpoint("mdm") {

	.cm-primary-nav {

		ul {
			display: flex;
			flex-wrap: wrap;
			list-style: none;
		}
	}

	.cm-menu-primary-container .sub-menu {
		display: flex;
	}

	.cm-sub-toggle {
		display: none;
	}
}
PK�
�[��U��6assets/sass/components/header-media/_header-media.scssnu�[���/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button {
	&::before {
		content: "\f04b";
		display: block;
		font-family: FontAwesome;
		font-size: 20px;
	}

	&.wp-custom-header-video-pause::before {
		content: "\f04c";
	}
}
PK�
�[�t�RR4assets/sass/components/page-header/_breadcrumbs.scssnu�[���.breadcrumb-wrap {
	color: $color__gray-six;
	@include font-size("font-size-sm");
	margin-bottom: length( 'l-15' );
	padding-bottom: length( 'l-10' );

	.inner-wrap {

		& > span {
			margin: 0 2px;
		}
	}
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;

	ul {
		display: inline-flex;
		list-style-type: none;
		flex-wrap: wrap;

		li {

			a, &:last-child {
				margin: 0 2px;
			}

			&::after {
				content: " > ";
				white-space: pre;
				font-family: FontAwesome;
			}

			&:last-child {

				&::after {
					content: none;
				}
			}
		}
	}
}
PK�
�[�����4assets/sass/components/page-header/_page-header.scssnu�[���.cm-page-header {

	.cm-page-title {
		margin-bottom: length( 'l-8' );
		padding-bottom: 0;
		@include font-size("font-size-md");
		border-bottom: 2px solid $color__primary;
	}

	span {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: length( 'l-3' ) length( 'l-6' );
		background-color: $color__primary;
		color: $color__white;
	}

	.vcard {
		padding: 0;
	}
}
PK�
�[p��KK,assets/sass/components/top-bar/_top-bar.scssnu�[���@include breakpoint("lrg") {

	.social-links {
		margin-top: 0;
	}
}
PK�
�[�����)assets/sass/components/top-bar/_menu.scssnu�[���.top-bar-menu {
	text-align: center;

	ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		list-style: none;
	}

	li {

		&:first-child {
			margin-left: 0;
		}
	}

	a {
		display: block;
	}
}
PK�
�[�}�GG0assets/sass/components/top-bar/_header-date.scssnu�[���.date-in-header {
	color: $color__gray-700;
	text-align: center;
}
PK�
�[yGz�2assets/sass/components/top-bar/_breaking-news.scssnu�[���.breaking-news {
	position: relative;
	display: flex;
	margin-top: length( 'l-5' );
	padding-left: length( 'l-4' );
	padding-right: length( 'l-4' );
	background-color: $color__gray-50;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;

	.breaking-news-main & {
		display: inline-flex;
	}

	div {
		display: inline-block;
		word-wrap: break-word;
	}

	li {
		line-height: 20px;
	}
}

.breaking-news-latest {
	position: relative;
	color: $color__gray-four;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-left: length( 'l-2' );
    height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: length( 'l-15' );
}

@include breakpoint("mdm") {

	.breaking-news {
		margin-top: 0;
	}
}
PK�
�[]�Z�'B'B#assets/sass/style-editor-block.scssnu�[���/* Basic Block Editor CSS */
.editor-styles-wrapper {
	background-color: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;

	>* {
		font-family: 'Open Sans', serif;
		color: #444444;
	}

	.wp-block.editor-post-title__block {

		.editor-post-title__input {
			padding: 5px 0 0;
			font-size: 32px;
			line-height: 1.2;
			color: #333333;
			font-weight: normal;
		}
	}

	.wp-block[data-align="wide"] {
		max-width: 1200px;
	}

	/* Theme specific CSS */
	/* Headings */
	.wp-block {

		h1 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 42px;
		}

		h2 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 38px;
		}

		h3 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 34px;
		}

		h4 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 30px;
		}

		h5 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 26px;
		}

		h6 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 22px;
		}

		blockquote.has-text-align-right {
			border-right: 0;
			border-left: 0;
			padding: 30px 30px 20px 45px;
		}

		button {

			&:not(.components-button) {
				margin-bottom: 30px;
				padding: 10px 20px;
				background-color: #207DAF;
				border: 0px;
				transition: background-color 0.3s linear 0s;
				border-radius: 3px;
				font-size: 18px;
				appearance: none !important;
				cursor: pointer;
				display: inline-block;
				color: #ffffff;
				background-color: #33363b;
				box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
			}
		}

		.mce-widget {

			button {
				font-size: 13px;
				line-height: 1.53846153;
				padding: 2px 3px;
				box-shadow: none;
				background-color: transparent;
				color: #595959;
				margin-bottom: 0;
				appearance: inherit !important;
				cursor: inherit;
			}
		}

		th {
			font-weight: bold;
			border: 1px solid #eaeaea;
			padding: 6px 10px;
			text-align: left;
		}

		td {
			border: 1px solid #eaeaea;
			padding: 6px 10px;
			text-align: left;
		}

		caption {
			text-align: left;
		}

		.mce-content-body {

			.alignleft {
				display: inline;
				float: left;
				margin-right: 30px;
			}

			.alignright {
				display: inline;
				float: right;
				margin-left: 30px;
			}

			.aligncenter {
				clear: both;
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
		}

		.gallery-columns-3 {

			.gallery-item {
				padding: 15px 1%;
				width: 33.33%;
			}
		}

		.gallery-columns-4 {

			.gallery-item {
				padding: 15px 1%;
				width: 25%;
			}
		}

		.gallery-columns-5 {

			.gallery-item {
				padding: 15px 1%;
				width: 20%;
			}
		}

		.gallery-columns-6 {

			.gallery-item {
				padding: 10px 0.5%;
				width: 16.66%;
			}
		}

		.gallery-columns-7 {

			.gallery-item {
				padding: 10px 0.5%;
				width: 14.28%;
			}
		}

		.gallery-columns-8 {

			.gallery-item {
				padding: 10px 0.5%;
				width: 12.5%;
			}
		}

		.gallery-columns-9 {

			.gallery-item {
				padding: 10px 0.5%;
				width: 11.11%;
			}
		}

		.gallery-columns-2 {

			.gallery-item {
				width: 50%;
			}
		}
	}

	h1.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h2.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h3.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h4.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h5.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h6.wp-block {
		margin-top: 0;
		margin-bottom: 0;
	}

	h1 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	h2 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	h3 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	h4 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	h5 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	h6 {
		padding-bottom: 18px;
		color: #333333;
		font-weight: normal;
		line-height: 1.2;
	}

	/* Horizontal Lines */

	hr {
		background-color: #eaeaea;
		border: 0;
		height: 1px;
		margin: 30px 0;
	}

	hr.is-style-dots {
		height: auto;
	}

	p {
		margin-bottom: 15px;
		font-size: 15px;
	}

	strong {
		font-weight: bold;
	}

	cite {
		font-style: italic;
	}

	em {
		font-style: italic;
	}

	i {
		font-style: italic;
	}

	code {
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	kbd {
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	var {
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	samp {
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	tt {
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	abbr {
		border-bottom: 1px dotted #777777;
		cursor: help;
	}

	acronym {
		border-bottom: 1px dotted #777777;
		cursor: help;
	}

	dfn {
		border-bottom: 1px dotted #777777;
		cursor: help;
	}

	address {
		display: block;
		font-style: italic;
		margin: 0 0 15px;
	}

	ins {
		background: #f8f8f8;
	}


	/* Tables */
	table {
		margin: 0 0 1.5em;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 0 1.5em;
		width: 100%;
	}

	sup {
		font-size: 10px;
		height: 0;
		line-height: 1;
		position: relative;
		vertical-align: baseline;
		bottom: 1ex;
	}

	sub {
		font-size: 10px;
		height: 0;
		line-height: 1;
		position: relative;
		vertical-align: baseline;
		top: .5ex;
	}

	dl {
		margin-bottom: 24px;
	}

	dt {
		font-weight: bold;
		margin-bottom: 5px;
	}

	dd {
		margin-bottom: 24px;
	}

	ul {
		list-style: none;
		list-style: square;
	}

	ol {
		list-style: none;
		list-style: decimal;
	}

	li {
		>ul {
			margin: 0 0 0 10px;
		}

		>ol {
			margin: 0 0 0 10px;
		}

		font-size: 15px;
		line-height: 1.3;
	}

	pre {
		background-color: #ffffff;
		margin-bottom: 20px;
		overflow: auto;
		padding: 20px;
		border: 1px solid #eaeaea;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 14px;
		line-height: 1.4;
		white-space: pre-wrap;
	}

	blockquote {
		padding: 30px 30px 20px 45px;
		margin-bottom: 20px;
		background-color: #207DAF;
		color: #ffffff;
		border-radius: 5px;
		border-left: 0;

		p {
			line-height: 1.4;
			position: relative;
			padding-top: 0;
			padding-left: 15px;

			&::before {
				content: "\f10d";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #ffffff;
				font-size: 32px;
				position: absolute;
				top: -27px;
				left: -27px;
			}
		}

		a {
			color: #ffffff;
			text-decoration: underline;
		}

		em {
			color: #ffffff;
			text-decoration: underline;
		}

		i {
			color: #ffffff;
			text-decoration: underline;
		}

		cite {
			color: #ffffff;
			text-decoration: underline;
			font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight: 300;
			letter-spacing: 0.05em;
			float: right;
		}
	}

	blockquote.is-style-large {
		padding: 30px 30px 20px 45px;
		margin-bottom: 20px;
		background-color: #207DAF;
		color: #ffffff;
		border-radius: 5px;
		border-left: 0;

		p {
			line-height: 1.4;
			position: relative;
			padding-top: 0;
			padding-left: 15px;

			&::before {
				content: "\f10d";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #ffffff;
				font-size: 32px;
				position: absolute;
				top: -27px;
				left: -27px;
			}
		}

		a {
			color: #ffffff;
			text-decoration: underline;
		}

		em {
			color: #ffffff;
			text-decoration: underline;
		}

		i {
			color: #ffffff;
			text-decoration: underline;
		}

		cite {
			color: #ffffff;
			text-decoration: underline;
			font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight: 300;
			letter-spacing: 0.05em;
			float: right;
		}
	}

	input[type="search"] {
		appearance: none !important;
		appearance: none !important;
		padding: 1%;
		border: 1px solid #eaeaea;
		line-height: 20px;
		width: 95%;
		margin: 0 0 30px;
		background-color: #f8f8f8;
		border-radius: 3px;

		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	input[type="text"] {
		appearance: none !important;
		padding: 1%;
		border: 1px solid #eaeaea;
		line-height: 20px;
		width: 95%;
		margin: 0 0 30px;
		background-color: #f8f8f8;
		border-radius: 3px;

		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	input[type="email"] {
		appearance: none !important;
		padding: 1%;
		border: 1px solid #eaeaea;
		line-height: 20px;
		width: 95%;
		margin: 0 0 30px;
		background-color: #f8f8f8;
		border-radius: 3px;

		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	input[type="url"] {
		appearance: none !important;
		padding: 1%;
		border: 1px solid #eaeaea;
		line-height: 20px;
		width: 95%;
		margin: 0 0 30px;
		background-color: #f8f8f8;
		border-radius: 3px;

		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	textarea {
		appearance: none !important;
		padding: 1%;
		border: 1px solid #eaeaea;
		line-height: 20px;
		width: 95%;
		margin: 0 0 30px;
		background-color: #f8f8f8;
		border-radius: 3px;

		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	input[type="password"] {
		&:focus {
			border: 1px solid #eaeaea;
		}
	}

	input[type="reset"] {
		margin-bottom: 30px;
		padding: 10px 20px;
		background-color: #207DAF;
		border: 0px;
		transition: background-color 0.3s linear 0s;
		border-radius: 3px;
		font-size: 18px;
		appearance: none !important;
		cursor: pointer;
		display: inline-block;
		color: #ffffff;

		&:hover {
			background-color: #33363b;
		}

		&:active {
			box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
		}
	}

	input[type="button"] {
		margin-bottom: 30px;
		padding: 10px 20px;
		background-color: #207DAF;
		border: 0px;
		transition: background-color 0.3s linear 0s;
		border-radius: 3px;
		font-size: 18px;
		appearance: none !important;
		cursor: pointer;
		display: inline-block;
		color: #ffffff;

		&:hover {
			background-color: #33363b;
		}

		&:active {
			box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
		}
	}

	input[type="submit"] {
		margin-bottom: 30px;
		padding: 10px 20px;
		background-color: #207DAF;
		border: 0px;
		transition: background-color 0.3s linear 0s;
		border-radius: 3px;
		font-size: 18px;
		appearance: none !important;
		cursor: pointer;
		display: inline-block;
		color: #ffffff;

		&:hover {
			background-color: #33363b;
		}

		&:active {
			box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
		}
	}

	a {
		color: #207DAF;
		text-decoration: none;

		&:hover {
			text-decoration: underline;
		}

		&:focus {
			text-decoration: underline;
		}

		&:active {
			text-decoration: underline;
		}
	}

	th {
		font-weight: bold;
		border: 1px solid #eaeaea;
		padding: 6px 10px;
		text-align: left;
	}

	td {
		border: 1px solid #eaeaea;
		padding: 6px 10px;
		text-align: left;
	}

	caption {
		text-align: left;
	}

	th.has-text-align-center {
		text-align: center;
	}

	td.has-text-align-center {
		text-align: center;
	}

	th.has-text-align-right {
		text-align: right;
	}

	td.has-text-align-right {
		text-align: right;
	}

	.alignleft {
		display: inline;
		float: left;
		margin-right: 30px;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 30px;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	embed {
		max-width: 100%;
	}

	iframe {
		max-width: 100%;
	}

	object {
		max-width: 100%;
	}

	.wp-caption {
		border: 1px solid #cccccc;
		margin-bottom: 1.5rem;
		max-width: 100%;

		img[class*="wp-image-"] {
			display: block;
			margin: 1.2% auto 0;
			max-width: 98%;

			dt {
				display: block;
				margin: 1.2% auto 0;
				max-width: 98%;
			}
		}

		.wp-caption-dd {
			text-align: center;
			margin: 0.8075rem 0;
		}

		.wp-caption-text {
			margin: 0.8075rem 0;
		}
	}

	.wp-caption-text {
		text-align: center;
	}

	.gallery {
		margin: 0 auto 15px;

		.gallery-caption {
			font-size: 12px;
			line-height: 1.2;
			padding-top: 5px;
		}
	}

	.gallery-item {
		display: inline-block;
		padding: 15px 2%;
		text-align: center;
		vertical-align: top;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gallery-icon {

		img {
			margin: 0 auto;
		}
	}

	.wp-block-gallery {

		ol {
			margin: 0;
		}

		ul {
			margin: 0;
		}
	}
	}

.wp-block {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce {

	blockquote {
		padding: 30px 30px 20px 45px;
		margin-bottom: 20px;
		background-color: #207DAF;
		color: #ffffff;
		border-radius: 5px;
		border-left: 0;

		p {
			line-height: 1.4;
			position: relative;
			padding-top: 0;
			padding-left: 15px;
			margin-top: 0;
			margin-bottom: 0;

			&::before {
				content: "\f10d";
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-decoration: inherit;
				color: #ffffff;
				font-size: 32px;
				position: absolute;
				top: -27px;
				left: -27px;
			}
		}

		a {
			color: #ffffff;
			text-decoration: underline;
		}

		em {
			color: #ffffff;
			text-decoration: underline;
		}

		i {
			color: #ffffff;
			text-decoration: underline;
		}

		cite {
			color: #ffffff;
			text-decoration: underline;
			font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight: 300;
			letter-spacing: 0.05em;
			float: right;
		}
	}

	blockquote.is-style-large {

		p {
			margin-top: 0;
			margin-bottom: 0;
		}
	}
}

.block-editor-default-block-appender {

	.block-editor-inserter__toggle.components-button {
		padding: inherit;
	}
}

/* Links */
.wp-block-file {

	.wp-block-file__textlink {
		color: #207DAF;
		text-decoration: none;
	}
}

@media only screen and (max-width: 600px) {

	.editor-styles-wrapper {

		.wp-block {

			.gallery-columns-4 {

				.gallery-item {
					width: 25%;
				}
			}

			.gallery-columns-5 {

				.gallery-item {
					width: 25%;
				}
			}

			.gallery-columns-6 {

				.gallery-item {
					width: 25%;
				}
			}

			.gallery-columns-7 {

				.gallery-item {
					width: 25%;
				}
			}

			.gallery-columns-8 {

				.gallery-item {
					width: 25%;
				}
			}

			.gallery-columns-9 {

				.gallery-item {
					width: 25%;
				}
			}
		}
	}
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table;
}

.wp-embed-responsive {

	.editor-styles-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

}

@media only screen and (max-width: 420px) {

	.editor-styles-wrapper {

		.wp-block {

			.gallery-columns-4 {

				.gallery-item {
					width: 33.33%;
				}
			}

			.gallery-columns-5 {

				.gallery-item {
					width: 33.33%;
				}
			}

			.gallery-columns-6 {

				.gallery-item {
					width: 33.33%;
				}
			}

			.gallery-columns-7 {

				.gallery-item {
					width: 33.33%;
				}
			}

			.gallery-columns-8 {

				.gallery-item {
					width: 33.33%;
				}
			}

			.gallery-columns-9 {

				.gallery-item {
					width: 33.33%;
				}
			}
		}
	}
}

/* Support Magazine Blocks */
[class*='mzb'] {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding-bottom: 0;
	}

	a:hover {
		text-decoration: none;
	}

	.mzb-post-list,
	.mzb-tab-post,
	.mzb-featured-categories,
	.mzb-banner-posts {

		.mzb-post-title {
			margin-bottom: 10px;
		}
	}
}

.editor-styles-wrapper {

	.components-placeholder {

		&.mzb-section-preset {

			.mzb-section-preset-btn {
				padding: 0 !important;
				background-color: rgba(0, 0, 0, 0) !important;
				display: inline-flex;
				cursor: pointer;
				outline: none;
				border: none;
			}
		}
	}
}
PK�
�[+ͅ�YYassets/sass/woocommerce.scssnu�[���

// WooCommerce color variables
$woocommerce__color-error: #e2401c;
$woocommerce__color-success: #c7ab62;
$woocommerce__color-info: #ebebec;

/* Import variables and mixins.
--------------------------------------------- */
@import "abstracts/abstracts";

/**
 * Products.
 */
 @import "plugins/woocommerce/products";

 /**
 * Single product.
 */
@import "plugins/woocommerce/single-product";

/**
 * General WooCommerce components.
 */
 @import "plugins/woocommerce/components";

/**
 * Cart.
 */
 @import "plugins/woocommerce/cart";
 
 /**
 * Shop tables.
 */
@import "plugins/woocommerce/tables";

/**
 * Checkout.
 */
 @import "plugins/woocommerce/checkout";

 /**
 * Account Page.
 */
 @import "plugins/woocommerce/account-page";
 
  /**
 * Account Page.
 */
 @import "plugins/woocommerce/login-page";
PK�
�[�A�
�
assets/sass/fonts/_fonts.scssnu�[���/* Fonts.
--------------------------------------------- */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format('woff');
}
PK�
�[����QQ+assets/sass/layouts/footer/_footer-bar.scssnu�[���/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: length( 'l-12', em );
    padding-bottom: length( 'l-12', em );
	background-color: $color__gray-800;
    color: $color__gray-100;

    .cm-row {
        @include font-size('font-size-xs');
    }

    a {
		color: $color__primary;

		&:hover {
			color: $color__white;
			text-decoration: underline;
		}
	}
}

.cm-footer-bar__1 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.cm-footer-bar-style-1 {

	.social-links  {

		ul {
			justify-content: center;
		}
	}
}

.cm-footer-bar-style-2 {

	.cm-footer-bar-area {
		flex-direction: row-reverse;
	}

	.cm-footer-bar__1 {
		display: flex;
		order: 2;

		.cm-footer-menu {

			&:first-child {
				padding-left: 0;
			}
		}
	}

	.social-links {
		text-align: left;

		ul {
			justify-content: center;
		}
	}
}

.cm-footer-bar-style-3 {

	.cm-footer-bar-area {
		flex-direction: column;
		text-align: center;
	}

	.cm-footer-bar__1 {

		.social-links {
			text-align: center;
		}

		.cm-footer-menu {

			&:first-child {
				padding-left: 0;
			}
		}
	}
}

@include breakpoint("mdm") {

    .cm-footer-bar-area {
        flex-direction: row-reverse;
        text-align: left;
    }

	.cm-footer-bar-style-1 {

		.social-links  {

			ul {
				justify-content: flex-end;
			}
		}
	}
}
PK�
�[�H2���'assets/sass/layouts/footer/_footer.scssnu�[���/* General Styles.
--------------------------------------------- */
.cm-footer {

	.widget {
		display: block;

		ul {

			li {
				padding: length( 'l-4', px ) 0;
				font-weight: 600;
				border-bottom: 1px solid $color__gray-600;

				&:last-child {
					border-bottom: none;
				}
			}
		}
	}

	.cm-upper-footer-cols {

		.widget {
			background-color: $color__gray-800;
			border-radius: 4px;
			padding: length("l-6", px);
		}

		.cm-entry-title {

			a {
				color: $color__white;
			}
		}

		.cm-random-posts {
			padding: 0;
		}

		.cm-first-post {

			.cm-post-content {
				margin-top: 12px;
				padding: 0;
			}
		}

		.cm-icon {
			fill: $color__white;
		}

		.cm-post {
			box-shadow: unset;
		}

		.cm-featured-posts--style-3 {

			img {
				border-radius: 4px;
			}
		}
	}

	.cm-footer-menu {

		ul {

			li {

				a {
					color: $color__white;
					text-decoration: none;

					&:hover {
						color: $color__primary;
					}
				}
			}
		}
	}
}

/* Footer column. */
.cm-footer-cols {
	background-color: $color__gray-700;

	.cm-row {
		display: flex;
		flex-direction: column;
		gap: length("l-20");
		padding-top: length("l-20", px);
		padding-bottom: length("l-20", px);
		color: $color__gray-200;
	}

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		@include font-size("font-size-xs");

		span {
			display: inline-block;
			padding: 6px 12px;
			background-color: $color__primary;
			color: $color__white;
			@include font-size("font-size-sm");
		}
	}

	a,
	.human-diff-time {
		color: $color__white;

		&:hover {
			color: $color__primary;
		}
	}

	ul {
		list-style: none;
	}

	.cm-reading-time {
		color: $color__white;
	}

	.cm-tab-widget {

		.cm-tabs a:hover {
			color: $color__white;
		}
	}
}

.cm-upper-footer-cols {
	display: flex;
	flex-direction: column;
	gap: 30px;

	.cm-post-date a,
	.cm-author a,
	.cm-tag-links a,
	.cm-edit-link a,
	.cm-comments-link a {
		color: $color__white;
	}

	.cm-featured-posts {

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	.cm-posts {

		img {
			border-radius: 4px;
		}
	}
}

.cm-lower-footer-cols {
	gap: 30px;
	@include font-size("font-size-xs");
	width: 100%;
}

.cm-lower-footer-col,
.cm-lower-footer-cols {
	display: flex;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic {

	.cm-footer-cols .cm-row {

		.cm-widget-title {
			border-bottom: 0 none;

			span {
				background-color: transparent !important;
				padding: 0 0 6px;
				position: relative;

				&::before {
					position: absolute;
					display: block;
					bottom: -1px;
					content: " ";
					left: 0;
					width: 25px;
					height: 2px;
					background-color: $color__primary;
				}
			}
		}

		.cm-view-all-link {
			background-color: $color__gray-900;
		}
	}

	.cm-footer-bar {
		background-color: $color__background-footer-socket;
		padding: 20px 0;
	}
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered {

	.cm-widget-title {
		border-bottom: 0 none;
		background-color: transparent !important;
		position: relative;
		border-bottom: 1px solid $color__gray-600 !important;

		&::before {
			position: absolute;
			display: block;
			bottom: -1px;
			content: " ";
			left: 0;
			width: 25px;
			height: 2px;
			background-color: $color__primary;
		}

		span {
			background-color: transparent !important;
			padding-left: 0;
		}
	}

	.cm-view-all-link {
		margin-bottom: 0;
	}

	.cm-footer-bar {
		padding-top: 0;

		.cm-footer-bar-area {
			padding-top: 20px;
			border-top: 1px solid $color__gray-600;
		}
	}
}

#cm-footer {

	&.colormag-footer--classic,
	&.colormag-footer--classic-bordered {

		.cm-random-posts {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			gap: 16px;

			.cm-post {
				padding-bottom: length( 'l-8' );
				border-bottom: 1px solid $color__gray-600;

				&:last-child {
					border-bottom: none;
					margin-bottom: 0;
					padding-bottom: 0;
				}
			}
		}

		.cm-featured-posts {

			.cm-post {
				box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
				border-radius: 0;
			}
		}

		.cm-posts {

			.cm-post {
				border-bottom: 1px solid $color__gray-600;
				padding-bottom: length( 'l-8' );

				&:last-child {
					border-bottom: none;
					padding-bottom: 0;
				}
			}
		}

		.cm-first-post {
			border-bottom: 1px solid $color__gray-600;

			.cm-post-content {
				padding: 0 0 5px;
			}
		}

		.cm-featured-posts--style-2,
		.cm-featured-posts--style-3 {

			.cm-posts {
				gap: 16px;
			}

			img {
				border-radius: 4px;
			}
		}
	}
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu {

	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 16px;
		row-gap: 4px;
		list-style: none;

		li {
			font-size: 12px;
		}
	}
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: $color__white;

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		font-size: 18px;
		margin-bottom: length( 'l-8' );
		padding-bottom: 0;

		span {
			background-color: $color__primary;
			color: $color__white;
			padding: 6px 12px;
			display: inline-block;
		}
	}
}

@include breakpoint("lrg") {

	.cm-upper-footer-cols {
		flex-direction: row;
		justify-content: space-between;
	}

	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}

	.cm-lower-footer-cols {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;

		.cm-lower-footer-col {
			flex: 1;
		}

		.cm-lower-footer-col--1 {
			flex-basis: 20%;
		}
	}
}
PK�
�[XHY��.assets/sass/layouts/footer/_scroll-to-top.scssnu�[���/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */

	i {
		font-size: 40px;
		color: $color__primary;
	}

	&:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		/* For IE8 and earlier */
	}
}
PK�
�[F��5assets/sass/layouts/page-templates/_page-builder.scssnu�[���.page-template-page-builder {

	.cm-primary {
		float: none;
		width: 100%;
	}

	.cm-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.home {

	&.page-template-page-builder {

		.cm-primary {

			.cm-posts {
				display: block;
			}
		}
	}
}
PK�
�[n6��1assets/sass/layouts/post-format/_post-format.scssnu�[���/* Post Format: Link.
--------------------------------------------- */
.format-link {

	.cm-entry-summary {

		p {
			text-align: center;
			padding-top: length( 'l-15' );
		}

		a {
			display: inline-block;
			padding: 15px 40px;
			background-color: $color__primary;
			color: $color__white;
			border-radius: 3px;
			text-decoration: underline;
			text-transform: uppercase;
			transition: background-color 0.3s linear 0s;

			&:hover {
				background-color: #33363b;
			}
		}
	}
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside {

	.cm-entry-header {
		display: none;
	}
}
PK�
�[�2V�

#assets/sass/layouts/blog/_blog.scssnu�[���.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;

	.post {
		overflow: hidden;
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
		border-radius: 4px;

	}
}

.cm-post {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;

	a {
		position: relative;
		display: block;
	}

	&:hover {

		.play-button-wrapper {
			background-color: #207DAF;
		}
	}
}

.post {

	&:hover {

		.play-button-wrapper {
			background-color: #207daf;
		}
	}
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post {

	.post:first-child,
	.page:first-child {
		grid-column: 1/-1;

		.cm-entry-title {
			font-size: 32px;
		}
	}
}

.cm-post-categories {
    display: inline-flex;
	gap: 10px;
    flex-wrap: wrap;
    align-items: center;

	a {
		display: inline-block;
		padding: length( 'l-2', px ) length( 'l-4', px);
		background-color: $color__primary;
		color: $color__white;
		font-size: 10px;
		text-transform: uppercase;
		border-radius: 2px;
		line-height: 1.8;
	}
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 0 0 15px;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: $color__gray-500;

	.cm-post-date {
		&:not( .human-diff-time-display ) {
			display: none;
		}
	}

	.human-diff-time-display {

		&:hover {
			color: $color__primary;
			cursor: pointer;
		}
	}
}

.cm-tag-links a,
.cm-edit-link a {
	color: $color__gray-500;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary {

	ul {
		padding: 0 0 0 30px;
		margin-bottom: 30px;
	}

	ol {
		padding: 0 0 0 30px;
		margin-bottom: 30px;
	}

	li {
		> {
			ul, ol {
				margin-bottom: 0;
			}
		}
	}
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;

	img {
		margin-bottom: 0;
	}
}


@include breakpoint("mdm") {

	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}
PK�
�[�q���/assets/sass/layouts/blog/layouts/_layout-1.scssnu�[���.cm-posts {

    &.cm-layout-1-style-1 {
		--grid-column: 1;
	}
}

.cm-layout-1-style-1 {

	.post {
		display: flex;
		flex-direction: column;

		&:first-child {
			padding: 0;
		}
	}

	.cm-featured-image {
		flex-basis: 50%;

		img {
			width: 100%;
		}
	}

	.cm-post-content {
		flex: 1;
		align-items: center;
		padding: length( 'l-10' );
	}
}

@include breakpoint("mdm") {

	.cm-layout-1-style-1 {

		.post {
			flex-direction: row;
		}
	}
}
PK�
�[�ﺈ��/assets/sass/layouts/blog/layouts/_layout-2.scssnu�[���.cm-posts {

	&.cm-layout-2-style-1 {

		.post:first-child,
		.page:first-child {
			grid-column: 1/-1;
		}
	}

	&.cm-layout-2-style-2,
	&.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);

		&.col-2 {
			--grid-column: 1;
		}
	
		&.col-3 {
			--grid-column: 1;
		}
	
		&.col-4 {
			--grid-column: 1;
		}
	}
}

@include breakpoint("mdm") {

	.cm-posts {

		&.cm-layout-2-style-2,
		&.cm-layout-2-style-1 {
			grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	
			&.col-2 {
				--grid-column: 2;
			}
		
			&.col-3 {
				--grid-column: 3;
			}
		
			&.col-4 {
				--grid-column: 4;
			}
		}
	}
}

PK�
�[��p7��*assets/sass/layouts/blog/_single-post.scssnu�[���.single {

	.cm-posts {

		.tags a {
			border: 1px solid $color__gray-200;
			padding: 3px 5px;
			border-radius: 3px;
			color: #777777;

			&:hover {
				color: $color__primary;
				text-decoration: none;
			}
		}
	}

	.cm-entry-header {

		.cm-entry-title {
			@include font-size("font-size-xxl");
		}
	}
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 100%;
	display: inline-block;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: right;
	width: 85%;
}

.author-img img {
	margin-right: 15px;
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;

	a {
		display: inline-block;
		margin-top: 5px;
		width: 100%;
	}
}

.share {
	.fa-twitter {
		color: #55acee;
	}

	.fa-facebook-square {
		color: #3b5998;
	}

	.fa-google-plus-square {
		color: #dd4b39;
	}

	.fa-pinterest {
		color: #cc2127;
	}
}

.author-box {
	margin-top: 30px;

	&.author-bio-style-2 {
		.author-name {
			float: left;
		}

		.author-social-sites {
			float: right;
		}

		.author-description {
			display: inline-block;
		}
	}

	&.author-bio-style-3 {

		.author-social-sites {
			float: left;
		}

		.author-description {
			display: inline-block;
		}
	}

}

/* Related Posts.
--------------------------------------------- */
.related-posts-wrapper {
	h3 {
		font-size: 2rem;
	}
}
.related-posts-main-title {
	margin-bottom: length( 'l-15' );

	.fa {
		color: $color__primary;
	}

	span {
		font-size: 26px;
		padding-left: 10px;
	}
}

.single-related-posts {
	width: 100%;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;

	.cm-post-content {
		padding: length( 'l-10' )
	}

	.cm-author {
		display: none;
	}

	.cm-post-content {

		.cm-entry-title {
			font-size: 20px;
			margin-bottom: length( 'l-8' );
		}
	}

	img {
		width: 100%;
	}
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;

	.related-posts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.related-post-carousel {
		visibility: hidden;
		height: 0;
	}

	&.style-1 {

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	&.style-2 {

		.single-related-posts {
			display: grid;
    		grid-template-columns: 1fr;
		}

		.related-posts  {
			grid-template-columns: 1fr;
		}
	}

	&.style-3 {

		.related-posts  {
			grid-template-columns: 1fr;
			gap: 12px;
		}

		.single-related-posts {
			width: 100%;
			box-shadow: none;
		}

		.cm-post-content {
			padding: 0;

			.cm-entry-title {
				padding: 0;
				font-size: 16px;
				margin-bottom: 0;

				a {
					position: relative;
					margin-left: 20px;

					&::before {
						display: block;
						content: "";
						background: #333333;
						height: 8px;
						width: 8px;
						top: 50%;
						position: absolute;
						transform: translateY(-50%);
					}

					&:hover {
						&::before {
							background: $color__primary;
						}
					}
				}
			}
		}
	}

	&.style-4 {

		.related-posts {
			display: block;

			.cm-below-entry-meta {
				margin-bottom: 0;
			}
		}
	}
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: $color__gray-ten;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.2s all ease-in-out;

	&.flyout {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		z-index: 10;
	}

	.flyout-related-post-close {
		float: right;
		cursor: pointer;
	}

	.related-posts-flyout-main-title {
		font-size: 18px;
		padding: 20px 30px;
		background-color: #2c2e34;
		color: #ffffff;
	}

	.related-posts-flyout {
		padding: 30px;
	}

	.single-related-posts-flyout {
		margin-bottom: 20px;

		&:last-child {
			margin-bottom: 0;
		}
	}

	.related-posts-thumbnail {
		float: left;
		margin-right: 15px;
		width: 130px;
	}

	.cm-post-content {
		min-height: 90px;
		padding: 8px;
	}

	.cm-entry-title {
		font-size: 14px;
		line-height: 1.6;
		padding-bottom: 0;

		a {
			color: #232323;

			&:hover {
				color: $color__primary;
			}
		}
	}

	.cm-author {
		display: none;
	}
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: length( 'l-12' );
}

.box {
	border: 1px solid $color__gray-200;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 0 0 #f2f2f2;
	color: $color__primary;
	float: right;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: left;
	margin-right: 10px;
}

#twitter, #facebook, #googleplus, #pinterest {
	float: left;

	&.share {
		margin-right: 0;
		padding: 0 10px;
		cursor: pointer;
	}
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites {

	li {
		float: left;
	}

	.fa-twitter, .fa-facebook, .fa-google-plus, .fa-flickr, .fa-linkedin, .fa-instagram, .fa-youtube, .fa-tumblr {
		font-size: 25px;
		padding: 5px;
	}

	.fa-twitter {
		color: #55acee;
	}

	.fa-facebook {
		color: #3b5998;
	}

	.fa-google-plus {
		color: #dd4b39;
	}

	.fa-flickr {
		color: #006399;
	}

	.fa-linkedin {
		color: #007bb6;
	}

	.fa-instagram {
		color: #9c7c6e;
	}

	.fa-youtube {
		color: #e02a20;
	}

	.fa-tumblr {
		color: #45556c;
	}
}

@include breakpoint("mdm") {

	.related-posts-wrapper {

		.related-posts {
			grid-template-columns: repeat(3, 1fr);
		}

		&.style-2 {

			.single-related-posts {
				grid-template-columns: 50% 50%;
			}
		}
	}
}
PK�
�[/assets/sass/layouts/sidebar/_right-sidebar.scssnu�[���PK�
�[���,assets/sass/layouts/sidebar/_no-sidebar.scssnu�[���.no-sidebar {

	.cm-primary {
		margin: 0 auto;
	}
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;

	.cm-primary {

		.cm-entry-summary {

			> .alignfull {
				margin-left: calc(50% - 50vw);
				margin-right: calc(50% - 50vw);
				max-width: unset;

				&.wp-block-cover,
				&.wp-block-cover-image {
					width: unset;
				}
			}

			> .alignwide {
				margin-left: -100px;
				margin-right: -100px;
				max-width: unset;
			}
		}
	}

	&.box-layout {

		.cm-content {
			overflow: hidden;
		}

		.cm-primary {

			.cm-entry-summary {

				> .alignfull {
					margin-left: -30px;
					margin-right: -30px;

					&.wp-block-cover,
					&.wp-block-cover-image {
						width: unset;
					}
				}

				> .alignwide {
					margin-left: -30px;
					margin-right: -30px;
					max-width: unset;
				}
			}
		}
	}
}

@media screen and (max-width: 1200px) {

	.no-sidebar-full-width {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -20px;
					margin-right: -20px;
				}
			}
		}
	}

	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -50px;
					margin-right: -50px;
				}

				> .alignfull {
					margin-left: -100px;
					margin-right: -100px;
				}
			}
		}
	}
}
PK�
�[kZ���)assets/sass/layouts/sidebar/_sidebar.scssnu�[���@media screen and (max-width: 768px) {

	.cm-primary,
	.cm-secondary {
		width: 100%;
	}

	.no-sidebar-full-width,
	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -15px;
					margin-right: -15px;
				}
			}
		}

		&.box-layout {

			.cm-primary {

				.cm-entry-summary {

					> .alignwide {
						margin-left: -15px;
						margin-right: -15px;
					}

					> .alignfull {
						margin-left: -30px;
						margin-right: -30px;
					}
				}
			}
		}
	}

	.no-sidebar {
		.cm-primary {

			.cm-entry-summary {

				> .alignfull {
					margin-left: -15px;
					margin-right: -15px;
				}
			}
		}
	}
}
PK�
�['}w���.assets/sass/layouts/sidebar/_left-sidebar.scssnu�[���@include breakpoint("mdm") {

	.left-sidebar {

		.cm-content {
	
			.cm-row {
				flex-direction: row-reverse;
			}
		
			.cm-primary {
				padding-right: 0;
				padding-left: length( 'l-15' );
			}
		}
	}
}
PK�
�[zDQCKK&assets/sass/layouts/pages/_search.scssnu�[���/* Search.
--------------------------------------------- */
.search {

	.status-publish {
		margin-bottom: length( 'l-15' );
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		width: 48.7013%;

		.cm-post-content {
			padding: length( 'l-8' );
		}

		&:nth-child( 2n ) {
			float: left;
			clear: both;
		}

		&:nth-child( 2n+1 ) {
			float: right;
		}

		&:first-child {
			float: none;
			width: 100%;
		}
	}

	.cm-grid-style-2.status-publish {
		width: 100%;

		img {
			float: left;
			margin-bottom: 0;
			margin-right: length( 'l-10' );
		}
	}
}
PK�
�[SC=��)assets/sass/layouts/pages/_no-result.scssnu�[���/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;

    img {
        margin-bottom: 32px;
    }

	.cm-page-title {
        color: #52525B;
		@include font-size("font-size-lg");
		font-weight: 600;
		line-height: 1.3;
        border-bottom: 0;
	}

	.cm-page-header {
		margin-bottom: 12px;
	}

	.cm-page-content {
		display: flex;
        flex-direction: column;
		justify-content: center;
        align-items: center;
		gap: 40px;

		p {
			width: 100%;
			margin-bottom: 0;
			color: #52525B;
		}
	}

    .search-wrap {
        display: flex;
    }

    .search-form {
        width: 100%;
    }

	input.s {
        width: 100%;
        @include font-size("font-size-xs");
        border: 1px solid #E4E4E7;
        border-radius: 4px 0 0 4px;
    }
}

.search-no-results {
    .cm-posts {
        display: block;
    }
}

@include breakpoint("mdm") {

	.cm-no-results {

        .cm-page-content {

            p {
                width: 430px;
            }
        }

        .search-form {
            width: 670px;
        }
    }
}
PK�
�[�ܜ�#assets/sass/layouts/pages/_404.scssnu�[���/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;

	.cm-page-title {
		color: $color__primary;
		font-size: 300px;
		font-weight: 700;
		line-height: 300px;
	}

	.cm-page-header {
		margin-bottom: 	length( 'l-12' );

		.cm-page-title {
			font-size: 150px;
			line-height: 135px;
			border-bottom: 0;
		}

		p {
			font-size: 22px;
			line-height: 1.3;
			margin-bottom: length( 'l-4' );
		}

		.cm-page-title,
		p {
			color: #52525B;
			font-weight: 600;
		}
	}

	.cm-page-content {
		display: flex;
		justify-content: center;
		margin-bottom: length( 'l-20' );

		p {
			width: 100%;
			margin-bottom: 0;
			color: #52525B;
		}
	}

	.cm-btn {
		display: inline-block;
		padding: 12px 24px;
		background-color: $color__primary;
		color: $color__white;
		font-weight: 600;
		border: 1px solid $color__primary;
		border-radius: 2px;

		&:hover {
			background-color: #33363b;
			border-color: #33363b;
		}
	}
}

@include breakpoint("mdm") {

	.cm-error-404 {
	
		.cm-page-header {
			margin-bottom: length( 'l-12' );
	
			.cm-page-title {
				font-size: 240px;
				line-height: 215px;
			}
		}

		.cm-page-content {

			p {
				width: 570px;
			}
		}
	}
}
PK�
�[�_���!assets/sass/layouts/_layouts.scssnu�[���/* Header.
--------------------------------------------- */
@import "header/top-bar";
@import "header/header";
@import "header/layouts/layout-2/style-1";

/* Page templates.
--------------------------------------------- */
@import "page-templates/page-builder";

/* Content.
--------------------------------------------- */
@import "content/content";

/* Blog.
--------------------------------------------- */
@import "blog/layouts/layout-1";
@import "blog/layouts/layout-2";
@import "blog/blog";
@import "blog/single-post";

/* Common.
--------------------------------------------- */
@import "common/header-footer-bars";

/* Post format.
--------------------------------------------- */
@import "post-format/post-format";

/* Sidebar.
--------------------------------------------- */
@import "sidebar/right-sidebar";
@import "sidebar/left-sidebar";
@import "sidebar/no-sidebar";
@import "sidebar/sidebar";

/* Pages.
--------------------------------------------- */
@import "pages/404";
@import "pages/no-result";
@import "pages/search";

/* Footer.
--------------------------------------------- */
@import "footer/footer-bar";
@import "footer/footer";
@import "footer/scroll-to-top";
PK�
�[3assets/sass/layouts/common/_header-footer-bars.scssnu�[���PK�
�[�U9rRR)assets/sass/layouts/content/_content.scssnu�[���#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top:  length( 'l-30' );
	padding-bottom:  length( 'l-30' );
	background-color: $color__white;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;

	#page {
		max-width: 100%;
	}
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content {

	.cm-row {
		display: flex;
		flex-direction: column;
		row-gap: 60px;
	
		.cm-one-half {
			width: 100%;
			padding-bottom: 0;
			margin-right: 0;
		}
	}
}

.top-full-width-sidebar {
	margin-bottom: length( 'l-15');

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		@include font-size("font-size-xs");
		margin-bottom:  length( 'l-12' );
		padding-bottom: 0;

		span {
			background-color: $color__primary;
			color: $color__white;
			padding: 6px 12px;
			display: inline-block;
		}

	}
}

@include breakpoint("lrg") {

	.cm-content {

		.cm-row {
			flex-direction: row;
		}
	}

	.cm-primary {
		width: calc(100% - 30%);
		padding-right: length( 'l-15', em );
	}

	.cm-secondary {
		width: 30%;
	}
}
PK�
�[�Q���(assets/sass/layouts/header/_top-bar.scssnu�[���/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: $color__white;
}

.cm-top-bar {
	background-color: $color__gray-100;
	padding: 10px 0;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;

	.cm-row {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.tg-full-width {
		max-width: 100%;
		padding: 0 15px;
	}
}

.cm-top-bar__2 {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
	align-items: center;
}

@include breakpoint("mdm") {

	.cm-top-bar__1 {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.cm-top-bar__2 {
		flex-direction: row;
		justify-content: flex-end;
		gap: 16px;
	}

	.cm-top-bar {

		.cm-row {
			gap: 15px;
		}
	}
}

@include breakpoint("lrg") {

	.cm-top-bar {
		padding: 8px;

		.cm-row {
			flex-direction: row;
		}
	}
}
PK�
�[.��]��'assets/sass/layouts/header/_header.scssnu�[���/* Header.
--------------------------------------------- */
.cm-header {
	background-color: $color__white;
}

.cm-site-branding {

	img {
		width: auto;
		margin-bottom: 0;
	}

	a {
		display: block;
	}
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;

	a {
		color: $color__primary;
	}
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: $color__gray-600;
	margin: length( 'l-2' ) 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid $color__gray-200;
	width: 100%;
}

.cm-header-col-1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	flex-basis: 30%;
}

.cm-header-col-2 {

	.widget {
		text-align: right;
		color: $color__gray-700;

		.cm-widget-title {
			font-size: 18px;
			line-height: 1.2;
			padding-bottom: length( 'l-2' );
		}
	}

	.wp-block-image {
		margin: 0;
	}

	img {
		margin-bottom: 0;
	}
}

.cm-header-2 {

	.cm-row {
		display: flex;
	}
}

/* For header display type one */
.header_display_type_one {

	.cm-header-1 {

		.cm-row {
			flex-direction: row-reverse;
		}
	}

	.cm-header-col-2 .widget {
		text-align: left;
	}
}

/* For header display type two */
.header_display_type_two {

	.cm-header-1 {

		.cm-row {
			flex-direction: column;
		}
	}

	.cm-header-col-1 {
		flex-direction: column;
		float: none;
		text-align: center;
		justify-content: center;
	}

	.cm-site-branding {
		padding-right: 0;
	}

	#cm-site-info {
		padding-right: 0;
	}

	.cm-header-col-2 {

		.widget {
			color: $color__gray-700;
			text-align: center;
		}

	}
}

.cm-menu-toggle {
	display: flex;
	cursor: pointer;
}

.cm-contained {

	.cm-header-2 {

		#cm-primary-nav {
			box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
			position: relative;
			background-color: transparent;
			border-top: 0 solid transparent;
			z-index: 999;
		}
	
		.cm-row {
			background-color: $color__background-news;
			border-top: 4px solid #289dcc;
		}
	}
}

@include breakpoint("mdm") {

	.cm-menu-toggle {
		display: none;
	}
}
PK�
�[��҃�9assets/sass/layouts/header/layouts/layout-2/_style-1.scssnu�[���/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 {

	.cm-header-1 {
		.cm-row {
			flex-direction: column;
		}
	}

	.cm-header-2 {
		.cm-row {
			flex-direction: row;
			-ms-flex-direction: row;
		}
	}

	.cm-row {
		justify-content: center;

		.cm-header-col-2 {
			display: none;
		}

		.cm-header-col-1 {
			display: unset;
			float: none;
			text-align: center;
		}
	}

	.cm-top-bar {
		.cm-row {
			padding: 0;
		}
	}

	#cm-primary-nav {
		background-color: transparent;

		&.headroom--pinned {
			background: inherit;
		}

		.cm-row {
			background-color: transparent;
			justify-content: flex-start;
		}

		.fa {
			color: #3F3F46;

			&:hover {
				background: transparent;
				color: $color__primary;
			}

		}

		.cm-home-icon {

			&.front_page_on {
				background-color: transparent;
			}
		}
	}

	.cm-primary-nav {

		a {
			color: #3F3F46;
			background-color: transparent;

			&::after {
				color: inherit;
			}

			&:hover {
				background-color: transparent;
			}
		}

		li {
			background-color: transparent;
		}

		ul {
			justify-content: center;

			li {

				&.current-menu-item,
				&.current_page_item,
				&:hover,
				&.focus {
					color: $color__primary;
					background-color: transparent;
				}

				&.current-menu-item ul li a,
				ul li.current-menu-item a,
				&.current_page_ancestor ul li a,
				&.current-menu-ancestor ul li a,
				&.current_page_item ul li a {
					color: $color__menu-link;
				}
			}

			>li {
				vertical-align: top;

				>a {
					border-bottom: 2px solid transparent;
					transition: border 0.5s ease;
					color: #3F3F46;
				}

				&:hover,
				&.current-menu-item,
				&.current-menu-ancestor {

					>a {
						background-color: transparent;
						border-bottom: 2px solid $color__primary;
					}

				}
			}

			ul.sub-menu {
				background-color: $color__white;
				transition: all 0.3s ease;
				display: block;
				opacity: 0;
				visibility: hidden;
				border: 1px solid #F4F4F5;
				text-align: left;

				li {
					border-bottom: 1px solid #F4F4F5;
					display: flex;

					a {
						width: auto;
						transition: all 0.5s ease;
						border-color: transparent;
					}

					&:hover,
					&.current-menu-ancestor,
					&.current-menu-item,
					&.focus {
						border-color: $color__primary;
						background-color: $color__primary;

						>a {
							color: $color__white;
						}
					}

					&:last-child {
						border-bottom: none transparent;
					}

					ul {
						top: 0;
						transition: none;
					}
				}
			}


			li.menu-item-has-children {

				&:hover {

					>ul.sub-menu {
						opacity: 1;
						visibility: visible;
					}
				}

				a {

					&::after {
						color: #343a40;
					}
				}
			}

			li.focus {

				>a {
					border-color: $color__primary;
				}

				>ul.sub-menu {
					opacity: 1;
					visibility: visible;
				}
			}
		}

		.cm-random-post {

			a {
				&:hover {
					background: transparent;

					.fa-random {
						color: $color__primary;
					}
				}

				.fa-random {
					color: #3F3F46;
				}
			}
		}

		.cm-submenu-toggle {

			.cm-icon {
				fill: $color__gray-700
			}
		}

		.cm-menu-toggle,
		.cm-home-icon,
		.cm-random-post {

			svg {
				fill: #3F3F46;
			}
		}
	}

	.cm-mobile-nav {

		.nav-menu {
			padding-top: 0;
			position: absolute;
			top: 100%;
			width: 100%;
			box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
		}

		.cm-random-post {

			a {

				&:hover {
					background: transparent;

					.fa-random {
						color: $color__primary;
					}
				}

				.fa-random {
					color: $color__menu-link;
				}
			}
		}

		li {
			background-color: $color__white;
			border-color: #E4E4E7;

			a {
				color: #3F3F46;
			}

			&:hover,
			&.current-page-ancestor,
			&.current-menu-ancestor,
			&.current-page-item,
			&.current-menu-item {
				>.cm-submenu-toggle {
					i {
						color: $color__white;
					}
				}
			}
		}

		.cm-submenu-toggle,
		.cm-home-icon,
		.cm-menu-toggle {

			svg {
				fill: $color__gray-700
			}
		}

		.cm-random-post {

			a {
				svg {
					fill: $color__gray-700
				}
			}
		}
	}

	.is-sticky {

		#cm-primary-nav {
			background-color: $color__white;
			box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
		}
	}

	.cm-menu-primary-container {
		flex-grow: 1;
	}
}

@include breakpoint("mdm") {

	.cm-layout-2 {

		.cm-layout-2-style-1 {

			#cm-primary-nav {
				border-top: 4px solid #207daf;
			}
		}
	}
}PK�
�[�z>���%assets/sass/utilities/_clearings.scssnu�[���.clearfix {

	&::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
PK�
�[��&assets/sass/utilities/_alignments.scssnu�[���.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
PK�
�[4�q��)assets/sass/utilities/_accessibility.scssnu�[���.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

	&:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: 0.875rem;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
}

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"] {

	&:focus {
		outline: 0;
	}
}
PK�
�[�==88+assets/sass/utilities/_infinite-scroll.scssnu�[���/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll {
	.default-wp-page, &.neverending #cm-footer {
		/* Theme Footer (when set to scrolling) */
		display: none;
	}
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending #cm-footer {
	display: block;
}
PK�
�[��>$$$assets/sass/dark.scssnu�[���@import 'abstracts/variables/colors';

/*--------------------------------------------------------------
Dark CSS
--------------------------------------------------------------*/

body {
	background-color: $color__background-dark;
	color: $color__gray-seven;
}

/* Top Bar.
--------------------------------------------- */
.breaking-news {
	background-color: $color__gray-one;

	&-latest {
		color: $color__white;
	}
}

.date-in-header {
	color: $color__gray-seven;
}

.dark-skin {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: $color__white;
	}

	#page,
	.cm-main-header,
	.cm-content,
	.cm-secondary .widget {
		background-color: $color__background-dark-page;
	}

	.cm-top-bar {
		background-color: $color__background-dark-news;
	}

	.cm-mobile-nav {

		li {
			background-color: $color__gray-one;
		}
		a {
			color: $color__white;
		}
	}

	.cm-no-results {

		.cm-page-title {
			color: $color__gray-100;
		}

		.cm-page-content {

			p {
				color: $color__gray-100;
			}
		}
	}

	.search-form-top {
		background-color: $color__background-dark-footer-socket;
		border: 0 none;
	}

	.wp-block-search__input,
	.search-form-top input.s,
	input.s {
		background-color: #161616;
		border: 1px solid #343434;
		color: #E3E2E2;
	}

	.cm-featured-posts {

		.cm-post {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;
		}

		&.cm-tab-widget {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post {
				box-shadow: none;
			}
		}

		.cm-post-content {

			.cm-entry-title {
				a {
					color: #F4F4F5;
				}
			}

			.cm-below-entry-meta {

				.cm-post-date,
				.cm-author,
				.cm-comments-link {
					svg {
						fill: $color__light-content;
					}
				}
			}
		}

		.cm-random-posts,
		.cm-breaking-news {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post {
				box-shadow: 0 0 0 0 transparent;
			}
		}
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link {

		a {
			color: #aeaeae;
		}
	}

	.cm-featured-category-slider-widget,
	.cm-highlighted-posts {

		.cm-post-date,
		.cm-author,
		.cm-comments-link {

			a {
				color: $color__gray-100;
			}
		}
	}

	.comment-respond {

		form {

			label {
				color: #E3E2E2;
			}
		}
	}

	.comments-area {

		.fn {

			a {
				color: $color__white;
			}
		}
	}

	.human-diff-time {
		color: $color__light-content;
	}

	.search-form-top.show::before {
		border-bottom: 12px solid #121212;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}

	.cm-comments-link {

		span {
			color: $color__light-content;
		}
	}

	.cm-thumbnail-slider {
		border-color: $color__background-dark-page;
	}

	#comments {
		border-color: $color__gray-three;
	}

	.cm-posts {

		.post {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post-content {

				.cm-entry-title a {
					color: #F4F4F5;
				}

				.cm-below-entry-meta {

					.cm-author,
					.cm-comments-link,
					.cm-tag-links,
					.cm-edit-link,
					.cm-post-date,
					.cm-post-views {

						svg {
							color: $color__light-content;
						}
					}

					.cm-post-views {

						span {
							color: $color__light-content;
						}
					}

					.cm-edit-link {

						a {
							color: $color__light-content;
						}
					}
				}
			}
		}
	}

	.single-related-posts {

		.cm-post-content {

			.cm-entry-title {
				a {
					color: #F4F4F5;
				}
			}

			.cm-below-entry-meta {

				.cm-post-date,
				.cm-comments-link {

					.fa {
						color: $color__light-content;
					}
				}
			}
		}
	}

	.post,
	.search {

		.cm-entry-title {

			a {
				color: #F4F4F5;
			}
		}

	}

	.cm-random-posts {
		box-shadow: 0 0 0 0 transparent;
	}

	.previous,
	.next {

		svg {
			fill: $color__gray-100
		}

	}

	.cm-layout-2 {

		.cm-mobile-nav {
			.cm-submenu-toggle,
			.cm-home-icon,
			.cm-menu-toggle {
		
				svg {
					fill: $color__gray-100
				}
			}
		
			.cm-random-post {
		
				a {
					svg {
						fill: $color__gray-100
					}
				}
			}
		}
	}

	.single-related-posts {
		box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
		border-radius: 4px;
	}

	.cm-footer-cols,
	.cm-footer-bar {
		border-top: 0 none;
		background-color:$color__background-dark-footer-socket;
	}

	#cm-footer .cm-upper-footer-cols .widget {
		border: 0 none;

		.cm-post,
		.cm-random-posts {
			box-shadow: none;
		}
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	textarea,
	.comment-content {
		background-color: $color__background-dark-page;
		color: $color__gray-seven;
		border-color: $color__gray-five;
	}
	.cm-view-all-link {
		background :$color__background-dark-page;
	}

	/*--------------------------------------------------------------
	Header Clean layout CSS
	--------------------------------------------------------------*/

	.cm-layout-2 {

		.cm-primary-nav {

			ul > li > a {
				color: $color__gray-100;
			}

			.cm-home-icon,
			.cm-submenu-toggle,
			.cm-menu-toggle,
			.cm-random-post {
				svg,
				.cm-icon {
					fill: $color__gray-100;
				}
			}

			ul ul.sub-menu li a {
				color: $color__gray-700;
			}

		}

		.is-sticky #cm-primary-nav {
			background-color: #111111;
		}

		.cm-mobile-nav {

			.cm-submenu-toggle {

				svg{
					fill: $color__gray-100;
				}
			}
		}

		#cm-primary-nav {

			.fa {
				color: $color__gray-100;
			}
		}

		.cm-mobile-nav li {
			border-color: #3F3F46;
			a {
				color: $color__gray-100;
			}
		}
	}

	&.colormag-header-clean {

		.cm-primary-nav {
			.sub-menu,
			.children {
				background-color: $color__background-news;
			}
		}

		.cm-mobile-nav {

			li {
				background-color:$color__background-news;
			}
		}
	}

	&.colormag-header-clean,
	&.colormag-header-classic,
	&.colormag-header-clean--full-width {

		.breaking-news .newsticker a,
		.social-links i.fa {
			color: $color__gray-seven;
		}
	}

	&.colormag-header-classic {

		.is-sticky {

			#cm-primary-nav {
				background-color: $color__background-news;
			}

			.cm-mobile-nav li {
				background-color: $color__background-news;
			}
		}

		#cm-primary-nav {

			.cm-menu-toggle {
				border-color: $color__gray-seven;

				&::before {
					color:$color__gray-seven;
				}
			}

			&.cm-primary-nav {

				ul {

					ul.sub-menu,
					.children {
						background-color: $color__background-news;
						border-color: $color__gray-three;

						li {
							border-color: $color__gray-three;
						}
					}
				}

				a,
				.cm-random-post a .fa-random,
				.cm-home-icon .fa {
					color: $color__white;
				}
			}

			&.cm-mobile-nav .cm-random-post a .fa-random,
			.fa.search-top {
				color: $color__white;
			}
		}
	}
	&.colormag-header-clean--full-width {

		.cm-top-bar {
			background-color: $color__background-dark-news;
		}
	}

	.colormag-footer--classic {

		.cm-footer-cols {
			background-color: $color__background-medium-footer-socket;
		}
		.cm-footer-bar {
			background-color: $color__background-dark-footer-socket;
		}
	}

	.elementor {

		.tg-module-wrapper {
			color: $color__gray-seven;

			.tg-module-title {
				color: $color__white;
			}

			.tg-module-meta {

				.tg-post-auther-name,
				.tg-post-date,
				.tg-module-comments {

					a,
					span {
						color: $color__light-content;
					}
				}
			}

			&.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title,
			&.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
				background: $color__background-dark-page;
			}
		}
	}

	.cm-entry-summary p {
		color: #E3E2E2;
	}

	.previous a,
	.next a {
		color: #F4F4F5;

		&:hover {
			color: #F4F4F5;
		}
	}

	.cm-entry-title {

		a {
			color: #F4F4F5;

			&:hover {
				color: #F4F4F5;
			}
		}
	}

}

.cm-breaking-news i.fa-arrow-up::before,
.cm-breaking-news i.fa-arrow-down::before {
	background-color: #161616;
	border: 1px solid #161616;
}

/* Support Dark Skin.
--------------------------------------------- */
.dark-skin {

	body {
		color: #cccccc;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #fff;
	}

	.mzb-post-list,
	.mzb-tab-post,
	.mzb-featured-posts,
	.mzb-featured-categories {
		.mzb-post {
			background-color: $color__background-light;
		}
	}

	.mzb-tab-post {

		.mzb-tab-title {
			background-color: $color__background-light;

			&.active {
				background-color: var(--color--primary);
			}
		}
	}
}

/* Support Magazine Blocks.
--------------------------------------------- */
.mzb-post-list,
.mzb-tab-post,
.mzb-banner-posts,
.mzb-featured-posts,
.mzb-featured-categories,
.mzb-grid-module {

	.mzb-post-date,
	.mzb-post-author {
		a {
			color: var(--color--gray);
		}

		svg {
			fill: var(--color--gray);
		}
	}
}
PK�
�[�+��IIassets/sass/base/_base.scssnu�[���/* Container
--------------------------------------------- */
@import "elements/container";
@import "elements/grid";

/* Typography
--------------------------------------------- */
@import "typography/copy";
@import "typography/headings";

/* Elements
--------------------------------------------- */
@import "elements/body";
@import "elements/button";
@import "elements/columns";
@import "elements/common";
@import "elements/fields";
@import "elements/link";
@import "elements/list";
@import "elements/media";
@import "elements/table";
@import "elements/icons";
PK�
�[�M�6��*assets/sass/base/typography/_headings.scssnu�[���h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: length( 'l-10' );
	color: $color__gray-800;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: $line-height__headings;
}

h1 {
	@include font-size('font-size-xxxl');
}

h2 {
	@include font-size('font-size-xxl');
}

h3 {
	@include font-size('font-size-xxl');
}

h4 {
	@include font-size('font-size-lg');
}

h5 {
	@include font-size('font-size-md');
}

h6 {
	@include font-size('font-size-sm');
}
PK�
�[��-�__&assets/sass/base/typography/_copy.scssnu�[���html {
	font-size: $font-size__percent; /* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: $color__text;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: $line-height__body;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: $line-height__body;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	overflow: auto;
    max-width: 100%;
    width: 798px;
	margin-bottom: 20px;
    padding: 30px 30px 84px 30px ;
	background-color: $color__gray-50;
	@include font-size("font-size-xs");
	font-style: italic;
    line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	@include font-size("font-size-xs");
	line-height: 1.4;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted $color__gray-300;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 length( 'l-8' );
}

ins {
	background: $color__gray-100;
}

hr,
.wp-block-separator {
	background-color: $color__gray-200;
	border: 0;
	height: 1px;
	margin: length( 'l-15' ) 0;
}

dl {
	@include font-size("font-size-sm");
}

dt {
	font-weight: bold;
	margin-bottom: length( 'l-2' );
}

dd {
	margin-bottom: length( 'l-12');
}
PK�
�[�V,��%assets/sass/base/elements/_icons.scssnu�[���/* SVG icons */
.cm-icon {
	display: block;
	width: length( 'l-8', em );
	height: length( 'l-8', em );
	transition: all 0.3s;
    fill: $color__gray-500;
}
PK�
�[v��S��$assets/sass/base/elements/_body.scssnu�[���/**
 * Body.
 */
body {
	background-color: $color__gray-200;
	padding-top: length( 'l-5' );
	padding-bottom: length( 'l-5' );
	background-size: cover;

	&.clickable-background-image {
		position: relative;

		.background-image-clickable {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			z-index: 1;
			cursor: pointer;
		}

		.site {
			position: relative;
			z-index: 99;
		}
	}
}
PK�
�[$assets/sass/base/elements/_grid.scssnu�[���PK�
�[t�J77%assets/sass/base/elements/_table.scssnu�[���table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;

	thead {
		background-color: #F4F8FB;
	}

	th {
		text-transform: uppercase;
		padding: 6px 12px;
		font-weight: 500;
	}

	td {
		padding: 6px 12px;
		border-bottom: 1px solid $color__gray-800;
	}
}
PK�
�[�p3tt'assets/sass/base/elements/_columns.scssnu�[���/**
 * Columns.
 */

.cm-column-half {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom:  length( 'l-15' );
}

/* 4 Columns. */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}

.tg-one-fourth-last {
	margin: 0;
}

@include breakpoint("mdm") {

	.cm-column-half {
		flex-direction: row;
	}
}
PK�
�[��\�$assets/sass/base/elements/_list.scssnu�[���/**
 * List.
 */
ul {
	list-style: disc;

	ul {
		list-style: circle;

		ul {
			list-style: square;
		}
	}

	&.default-wp-page {
		list-style: none;
	}
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;

	>ul,
	>ol {
		margin: 0 0 0 10px;
	}
}
PK�
�[�I�S��&assets/sass/base/elements/_common.scssnu�[���/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: $color__gray-400;
}
PK�
�[H��s��&assets/sass/base/elements/_fields.scssnu�[���/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input {
	&[type="text"],
	&[type="email"],
	&[type="search"],
	&[type="password"],
	&[type="url"] {
		appearance: none;
		outline: none;

		&:focus {
			border: 1px solid $color__gray-200;
		}
	}

	&[type="text"],
	&[type="email"],
	&[type="password"],
	&[type="url"],
	&[type="tel"] {
		box-sizing: border-box;
		padding: 10px;
		border: 1px solid $color__gray-200;
		line-height: 20px;
		width: 100%;
		margin: 0 0 32px;
		background-color: #FCFCFC;
		border-radius: 4px;
	}

	&.s {
		position: relative;
		width: 100%;
		padding: length( 'l-6' );
        @include font-size("font-size-xs");
        border: 1px solid $color__gray-300;
        border-radius: 4px 0 0 4px;
		line-height: 1.6;

		&:focus {
			padding-left: 10px;
			border-color: $color__gray-200;
			text-indent: 0;
		}
	}
}

textarea {
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;

	&:focus {
		border: 1px solid $color__gray-200;
	}
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: $color__primary;
	border: 0;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	appearance: none !important;
	cursor: pointer;
	color: $color__white;

	&:hover {
		background-color: #33363b;
	}
}

#search-form {

	input[type="submit"] {
		border-radius: 0;
		margin-left: -8px;
		margin-bottom: 0;
		padding: 6px 10px 5px;
		font-size: 18px;
	}
}

select {
	border: 1px solid $color__gray-200;
	padding: length( 'l-4') length( 'l-8');
}
PK�
�[Q����)assets/sass/base/elements/_container.scssnu�[���/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: length( 'l-8' );
    padding-right: length( 'l-8' );
    box-sizing: content-box;
}

.cm-header-1 {

	.cm-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
		gap: length( 'l-5');
		padding: length( 'l-12' ) 0;;
	}
}

@include breakpoint("mdm") {

	.cm-header-1 {

		.cm-row {
			flex-direction: row;
			justify-content: space-between;
			text-align: left;
			gap: length( 'l-10');
		}
	}
}
PK�
�[ �5ש�%assets/sass/base/elements/_media.scssnu�[���/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.cm-entry-summary,
.comment-content,
.widget {

	img {
		max-width: 100%; /* Fluid images for posts, comments, and widgets */
	}
}

img {

	&.size-full,
	&.size-large {
		max-width: 100%;
		height: auto;
	}

	&.alignleft,
	&.alignright,
	&.aligncenter {
		margin-bottom: 1.625em;
	}

	a & {
		border: 0;
	}

	&#wpstats {
		display: none;
	}
}

.cm-entry-summary {

	img {

		&.wp-smiley {
			border: none;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
		}
	}
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;

	img[class*="wp-image-"] {
		display: block;
		margin: 1.2% auto 0;
		max-width: 98%;
	}

	#cm-footer & {
		border: 1px solid #444444;
	}

	.wp-caption-text {
		margin: 0.8075rem 0;
	}
}

.wp-caption-text {
	text-align: center;
}

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;

	.gallery-caption {
		font-size: 12px;
		line-height: 1.2;
		padding-top: 5px;
	}
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;

	.gallery-columns-3 &,
	.gallery-columns-4 &,
	.gallery-columns-5 & {
		padding: 15px 1%;
	}

	.gallery-columns-6 &,
	.gallery-columns-7 &,
	.gallery-columns-8 &,
	.gallery-columns-9 & {
		padding: 10px 0.5%;
	}

	.gallery-columns-2 & {
		width: 50%;
	}

	.gallery-columns-3 & {
		width: 33.33%;
	}

	.gallery-columns-4 & {
		width: 25%;
	}

	.gallery-columns-5 & {
		width: 20%;
	}

	.gallery-columns-6 & {
		width: 16.66%;
	}

	.gallery-columns-7 & {
		width: 14.28%;
	}

	.gallery-columns-8 & {
		width: 12.5%;
	}

	.gallery-columns-9 & {
		width: 11.11%;
	}
}

.gallery-icon {

	img {
		margin: 0 auto;
	}
}
PK�
�[�?��$assets/sass/base/elements/_link.scssnu�[���/**
 * Links.
 */
a {
	color: $color__primary;
	text-decoration: none;
	transition: all 0.3s ease;

	&:focus,
	&:active,
	&:hover {
		text-decoration: none;
	}
}
PK�
�[<W���&assets/sass/base/elements/_button.scssnu�[���button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: $color__primary;
	color: $color__white;
	font-size: 16px;
    font-weight: 600;
	border: 1px solid $color__primary;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;

	&:hover {
		color: $color__primary;
		background-color: transparent;
	}
}
PK�
�[�	��#�#'assets/library/font-awesome/css/all.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
PK�
�[A�t�T�T/assets/library/font-awesome/css/svg-with-js.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
          transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }
PK�
�[�8�yy4assets/library/font-awesome/css/font-awesome.min.cssnu�[���/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
PK�
�[&g��k�k0assets/library/font-awesome/css/v4-shims.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}PK�
�[�:��I�I.assets/library/font-awesome/css/brands.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}
PK�
�[	—�kk)assets/library/font-awesome/css/solid.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
PK�
�[3�p�;�;3assets/library/font-awesome/css/fontawesome.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}PK�
�[ȣ6�ss+assets/library/font-awesome/css/regular.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
PK�
�[R�/�]�]*assets/library/font-awesome/css/brands.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
PK�
�[��f�f�,assets/library/font-awesome/css/v4-shims.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-home:before {
  content: "\f015"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-list-alt:before {
  content: "\f022"; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-edit:before {
  content: "\f044"; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart:before {
  content: "\e0e3"; }

.fa.fa-bar-chart-o:before {
  content: "\e0e3"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter-square:before {
  content: "\f081"; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-square:before {
  content: "\f082"; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-github-square:before {
  content: "\f092"; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-globe:before {
  content: "\f57d"; }

.fa.fa-tasks:before {
  content: "\f828"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-cut:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-save:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-magic:before {
  content: "\e2ca"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f625"; }

.fa.fa-dashboard:before {
  content: "\f625"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard:before {
  content: "\f0ea"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f0ed"; }

.fa.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f5c0"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f5c0"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f5c0"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-unlink:before {
  content: "\f127"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-unlock-alt:before {
  content: "\f09c"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\24"; }

.fa.fa-dollar:before {
  content: "\24"; }

.fa.fa-inr:before {
  content: "\e1bc"; }

.fa.fa-rupee:before {
  content: "\e1bc"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f884"; }

.fa.fa-sort-amount-desc:before {
  content: "\f160"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-square:before {
  content: "\f431"; }

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square:before {
  content: "\f169"; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square:before {
  content: "\f174"; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo-square:before {
  content: "\f194"; }

.fa.fa-try:before {
  content: "\e2bb"; }

.fa.fa-turkish-lira:before {
  content: "\e2bb"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square:before {
  content: "\f1a2"; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square:before {
  content: "\f1b5"; }

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square:before {
  content: "\f1b7"; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-git-square:before {
  content: "\f1d2"; }

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square:before {
  content: "\f203"; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-transgender:before {
  content: "\f224"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-transgender-alt:before {
  content: "\f225"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
PK�
�[�277-assets/library/font-awesome/css/solid.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
PK�
�[R��A<�<�0assets/library/font-awesome/css/font-awesome.cssnu�[���/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
PK�
�[�t@
�
�/assets/library/font-awesome/css/fontawesome.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
PK�
�[0��<B<B3assets/library/font-awesome/css/svg-with-js.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}PK�
�[�;���+assets/library/font-awesome/css/all.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-v4compatibility.woff2) format("woff2"),url(../fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
PK�
�[{-�??/assets/library/font-awesome/css/regular.min.cssnu�[���/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
PK�
�[���2assets/library/font-awesome/fonts/fa-solid-900.ttfnu�[���
� OS/2aKbK(`cmap� �DH�glyf��spu�?Dhead&�'<�6hhea;��$hmtx��N��loca�_��maxp�" nameT_6���post@����L���~�_<����������������������oo �LfGLf��	AWSM�!������@9� �@���@���@@@�@@@@@���@�@��@@��@@@@ ���@�@@���@���@@@ @ ��@�@ ����@ @�����"�"���������@@��@@���@� ��� � @�@�@�@@@������������@��@@��� @@@� �@��@������@��@@@@�� ���@@ @ �@� � � � @�@�����@�@��� @ ��@���@@@@@@�@���	@�� ��@@@@@@@@�����@������@@@�@� ��@���@���@��@��@@������ � @@@@@@�@@�@@@ @���@$����@@@@@@���� � � � �����@�������@@@�@@@�@@@������������ �@�@@���@��� � @@ @��@���������@���������@��@�@�@�@@@��������@�@��  @@@@ ��@�@���@��������������@@@@@@@�@@�����@ ����� �� @� � @ @@� � ������@�@�@����@'���@����@������@���@@�@���@'@'@@@'@'� � @@��@�����@@������������ ��	�����@ �@ @@�@ @�@@@�����`��� @� �������@@@@@@@�������� @ � ��   �@ @@�@ @��@ ��� @�@@@@@@������ @@@@ ����@��@�����@����@@���@���@�@��@�@��@�@��� @@�@����������@@@@��
��@�@���@������������������@@@@���@�
�������@@@@���@�@�@@@@��@�����@��@��@�����@�@��@���@�@@��@@��@@��������@�8�@@�� @�@�@��@��@ ��@@�@��@@�����@@@�@� ������� ��@���@@�@@�����@�� �@���@@�@���@������@����@�����@@� @��@�����	�@@�����@�����@�@��@� @@� ����������@���@'@'@@@'@'@������$~$
~Z�	�!%+9Zabcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��A�v�����������������1�<�@�R�c�i�m�{�����������������������	�"�-�=�������������������<�E�H�l�s�w�{��������������������%�/�O�X�o�t������������������������>�@�D�E�F�N�[�\�]�^�f�g�h�i�n�~�������������������������������������������������������"�#�'�(�)�*�.�5�:�>�F�G�N�T�U�Y�^�e�x�������������������������������������������-�6�9�I�J�N�P�]�l�w�x�z�{����������������������������������������������������(�2�8�[�]�`�c�����������������������������"�$�%�4�6�:�<�?�A�C�E�G�K�N�P�S�X�]�_�b�f�m�r�t�y�}�������������������������������	�+�,�0�1�5�6�@�A�������������������������������������!�%�*�0�7�<�A�D�G�J�O�Q�U�X�^�b�f�k�m�o�t�v�y�|������������������������������������������������"�)�+�/�=�@�C�G�M�S�V�[�_�i�l�p�s�}��������������������������������������������������
���
������*�/�>�J�L�P�S�^�c�m�y�}������������������!#*0<abcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��?�Y�����������������1�9�@�R�c�i�m�{�����������������������	�!�-�=�������������������<�E�G�l�s�v�z���������������������'�2�Q�Z�q�v�����������������������!�@�A�E�F�G�P�\�]�^�`�g�h�i�j�p��������������������������������������������	��
�������� �#�$�(�)�*�+�0�7�=�@�G�H�P�U�V�[�`�u����������������������������������������
��!�3�8�@�J�M�P�Q�l�q�x�y�{������������������������������������������������	���(�2�7�X�]�`�b�����������������������������"�$�%�2�6�9�<�?�A�C�E�G�K�N�P�S�X�\�_�a�f�h�p�t�w�}�~�������������������������������,�-�1�2�6�7�A�B������������������������������������!�$�)�.�7�;�A�D�G�J�O�Q�S�X�]�b�d�i�m�o�t�v�x�{�������������������������������������������������"�(�+�.�;�@�C�G�M�Q�V�Z�^�i�k�o�r�|��������������������������������������������������
���
������'�/�>�J�L�P�S�^�c�m�y�{������������������������ + % !������������~2+(�����������������v_UF���������p���WON+%#!

������������������������������~|zxwutsrqpnlkjihfcba`SRNMLIHEDCBA;:987654210/.-,
	�������������������������������~|qonmjfe^VUSQNLJFC@10'����������������}qnh_NM@?=<:9876310.*'&%"!
�����������������������������������������~|wrqolic`\ZXVRQPNJGFDCB>=<;986*)% 	
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
{
y
x
w
u
t
n
l
j
i
h
g
d
c
b
a
]
T
O
M
K
J
I
G
A
?
:
9
8
6
5
1
(
$




�������������~o��������������������������<>\�P���6 $@�^����zz��������8����r�~t|nL"nnR�n�`�V��������x���pxrrxj����*.."$$����8*.*""j��,"<��������HF�t�:$*�,�2||���������J���zJH42~8����t���l����8�����:4

j�r����4��@�<jj2d������R�zHr�z|���xvBD�fdb`t\|`��f�H��pnf\���4 !"#$%&'()*+,-./����������������������������������������#-.0567;=CDEHIJKOPRTWouwz}������������������������������������

%'()*,8:;<>@FPQRSTUW\^_ioswyz{|}��������������`a������������������$&-2470�!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/�����������D�������E������  �  O  P 9 9H : :I � �� � �� � �� � �� � �� � �� � �4 � ��!"!"!�!��!�!��!�!��!�!��!�!�P!�!�Q!�!�W!�!�.!�!��!�!�5""�""�##J##K###(#(W#)#)�#*#*�#+#+#�#��#�#��#�#��#�#��#�#��#�#��#�#�@#�#�#�#��#�#��#�#��#�#��$�$��%�%�%�%��%�%�R%�%��%�%�%�%�&&�&&&&2&&�&&z&&$&&& & �&"&"&&#&#&%&%�&*&*�&,&,�&.&.�&/&/�&8&8�&9&9T&?&?�&@&@�&B&B�&Z&Zy&[&[|&\&\}&]&]w&^&^z&_&_{&e&e�&f&f�&r&r�&z&z�&{&{�&~&~�&�&��&�&��&�&��&�&��&�&��&�&��&�&�o&�&��&�&��&�&�&�&��&�&�0&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&�R&�&�R&�&��&�&��&�&�s&�&�2&�&��&�&��&�&�#&�&��&�&��&�&�-&�&��&�&��''''''''z'	'	-'
'
�''''
''F''a''`''�''�''�''�''�'!'!�'1'1'D'D:'F'F:'L'L�'N'N8'S'S'T'T'U'U'W'W'd'd�'�'�'�'��'�'��)4)4_)5)5^+
+
Q++�++�+$+$R+P+P���0�
�
2��3�?�A4�Y�v7��U��W��Y��Z��[��\��]��^����7����_����`����a�1�1c�9�<d�@�@h�R�Ri�c�cj�i�ik�m�ml�{�{m��n��p��q��s��t��u����v����w����x����y����z����{����|��}��~�	�	�!�"��-�-��=�=���������������������������������������������������<�<��E�E��G�H��l�l��s�s��v�w��z�{������������������������������������������������������%��'�/�2�O�Q�X9�Z�oA�q�tW�v�[��m��t��~�����������������-��������������>�����������R��U�����u����!�>��@�@F�A�D��E�E}�F�Fz�G�N��P�[��\�\��]�]��^�^��`�f��g�g�h�h��i�i�j�n��p�~����������������������������������������������;�����������"����$����-����.�������������������0����8��<��������=��D��\�	�L��R�
�O��Q��i��������S�����X� �"Y�#�#��$�'\�(�(�)�)`�*�*�+�.a�0�5e�7�:k�=�>o�@�Fq�G�Gw�H�Nx�P�T�U�U�V�Y��[�^��`�e��u�x���������T��S��������C�����������������;����������������������������������R������������������������������������
������!�-��3�6��8�9��@�I��J�J��M�N��P�P�Q�]�l�l
�q�w�x�x�y�z�{�{����������������������������#��%��'��(��(��)��)��*��*������+����,����-����5����o����9����;����<����=����>����?��A��C��D��E�	�I��M��N�(�(O�2�2��7�8P�X�[R�]�]V�`�`W�b�cX��6��7��Z��\��]��^��`����a����b����c����f����g����h����i����j��k�����m��n��o�"�"p�$�$q�%�%%�2�4r�6�6u�9�:v�<�<x�?�?y�A�Az�C�C{�E�E|�G�G}�K�K~�N�N�P�P��S�S��X�X��\�]��_�_��a�b��f�f��h�m��p�r��t�t��w�y��}�}=�~���������������������������������������������������������������������������������%��	���+��,�,�-�0��1�1�2�5��6�6�7�@��A�A�B�������K����V����Z����^����f����h����k����o����v����{����}���������������������������������������������������������������������!�!��$�%��)�*��.�0��7�7��;�<��A�A��D�D��G�G��J�J��O�O��Q�Q��S�U��X�X��]�^��b�b��d�f��i�k��m�m��o�o��t�t��v�v��x�y��{�|��������������������������������������������������������������������������������������������������������������������������������������������������������������������"�"��(�)��+�+��.�/��;�=��@�@��C�C��G�G��M�M��Q�S��V�V��Z�[��^�_�i�i�k�l�o�p�r�s�|�}
������������������������������������������������!����#����%����'����(����*����+����-����/����2����3����4����8����;����<����=����?����@����A��C��D�
�
��������
�
G��H��J��K��M��N�'�*O�/�/S�>�>T�J�JU�L�LV�P�PW�S�SX�^�^Y�c�cZ�m�m[�y�y\�{�}]����`����b����f����g����h����j����k����l����
����m����n��������
�
5��6��7��
����!�!/�&�&��'�'��)�)�*�*�-�-H�1�1��2�2��6�6L�K�K��N�N~�O�O~�h�hI�j�j�t�t<�w�w��x�x4��������������b�����v�����������������t��X����1���������Y�������������t������������������������y������������������������=����L�������������������	�	���������1�A�A��M�M��N�N��Q�Q��U�U�d�d��e�e��{�{��������]����������������4��������D�����N������L���������������������������h����h����O�������������������������������������M���������K���������)������������������d��������k�����Y��?����
�
��������
�
������������;������������%�%��'�'�(�(��,�,��4�4R�5�5R�G�G��I�I��J�J��K�K��L�L��M�M��N�N��S�S��k�k�n�n��q�q��u�u��w�w��{�{��}�}\����-���������G����`���������E�������������\������������������j�����������������������������������������������������6����5��������������������������9��R��A��:��;��<��>�	�	��
�
j�
�
=��U��N��P��O��B��D��C� � �"�"g�&�&3�+�+w�,�,8�-�-f�.�.r�3�32�6�6Z�B�BS�D�D[������������������������h����>�������������������#���������7���������������������������������1���������U����
����5����2����3�����������������������g���������d����c����(���������R����R����R����R����R������������������������������������
�
�������������#�#?�)�)@�A�A"�B�B�C�C�D�D;�N�Ns�S�S9�U�U�Z�ZB�w�w�������������������������x������������������������d��������������~����i�������������:��������������L������y�y��z�z9����������������������8�����4�h		p
`h�<
�$� ��0� ��h�p��Hp�@�(��h�4L �!�#0&�(|)P*0+�-�.�0$1�2�3�5<66�9�;;�<�=`>�?�ABdC DD�E�G�H�KLDM�NTN�O�P�Q|R�R�S�T�UpV�W�XY�Z�\]P^p_P_�`�b<c$c�d4d�e�flg�h�i`jkk�lLm|nloxp,p�q�rdsTs�t�uxv�w�x�y�z�|},~�����������8���l�p�������|�L�������������T���T�����4���0���������������x���h�h�����x�8�@����� �d����� ���L�(����Ŵ�4�ʰ�P͸�h��Ҙ�����ט�@�d��Dݠޠߜ��������x�P�<��`���4�\���P�X�L�L�0�<�P�H�`�����������Lx��	�
��
�l�l ��X����t4H`�L �"$H%�'�()p)�*�,�.</�1T34H5x6�7�8�9�:�<8=T>�@A`B�DD�F\G<H�I�J�LLM�N�O�Q<R�T�VWXY(Z$[�]<^h_�`�bcTd`e$f@gdh�i�kk�l�mxop�r\s�u<u�v�w�xxylzH{�|�~�T�8���<�����t����������� �d�����|����t�(�����t�������������������4�������$�������$���d��\���|����������P����t�0�d���,���`���<�P�����8�������Ä����T�P�H�(������������l�(τ�Ќ�tҐ��|���,Ը��t��`���,׀�ؘ�@��ڰ�t���|���T��,߸�����$�����x�8�P�L���h�����T���D��l�8����@�0������������`�@��0����\����<������,p�L�|	
4
�`

� p����������x���L��<��,� d!4!�"�#�$�%T& &�'�(�**�+<+�-$.t/h0H1,1�2\2�3�4 4�55X5�5�6p6�7l8H9$:X:�;�<�=�>|@�A�B`C4C�D4D�FGHG�H�I�J4K�L@MMpNN�O�P(P�Q8Q�R�S�T�U�VV�WxXXX�YLY�ZTZ�[�\�]L]�^L^�_�`tbb�c�d|d�e�f�g�i$jXk�mm�n�o$o�o�phqLrs<s�tDu�vv�w�x�y�zD{{�}<~�������p�`�������`��T����d�0�H�X�������������D������p�x������������4���h��������4�����@����$�����H�����`���h�@����������������h����Ǹ�`�Dʐ�0���l�͔�����8Ѩ�0�T���՜�t�$��ؔ�0�$�(�d�$���t�L��������|���D���X�@�<�@�$�8�� ���4����x���@�L�T�������������hL�8xL�	<
�XH�
��t<���$�x�0��h�H��0��D�� \!l""�##�$ $�%�&$&�'(@(�)�*$*�+8+�,0,�-X-�.�/(0\1T283�4$4�5�6d6�7�8�9�:t;�< <�==�?@|A\A�B�C�D,EE�F�HLI|JLKdLL�MlNOO�PtQPQ�R�S�UV|WHXX�YY�Z�[x\�]t^�_(_�a�bxcc�e`f0gDhTi\j(k�l�m�oo�pPqXr8st`t�u�vw�xHyDz�{�|�}�~�8�<�$�����\��H�t�t�8���L�������$�0�������$�,��������0�����0�<�0�����x�D����������0���L��L���������|�$���(���������|����T�P��������x���t��t�@��,�<��ʌ���Ͱ��$�H�4�D��$��d���p�`ۜ�8����ߔ�T�X�P����,������|�L�t��X���� �p������T�<�T��|�<T	h
X��
����ll$,�X`��pl�� @!�"�#@#�%�&L&�'�(�)x*�,,�-�.�/�0�1<1�3x4$5�6�7p8�9�:x;�<�>>�?�@lA(B<C\DLD�E�FpG<H�I�J�K$L�OP�Q�TU(VV�W�X�[\l^^�`�a|a�b�de\f�g�i�k�l�o`o�qs�uw�z�{D{�|�}�~t��������|�\�P�8�4���h��������8����������L������������0�x�d��D�8�T�����������4�<�������4�������������������D�P��ǀ�T��ˤ̰������@ӨԌ�0���ذ٬ڐ�8�L�޼߸��@�t�L������d�0�����d� ���p�(��������|���8��L�h������0���	(	�
�`�(

����L @���<��P<���T !,!�#@#�'�)0* *�,|,�-�/801,2T3�4�67p8�9T:0:�;0<$=4><?D����%?'3'77#7%67167!!&'&'@ZZ'�ZY�YY3�YZ��
 

��
:����:��������

�`

�����H� 4'1&#"32765676'&'@								 



�				�				�`����UZ13767632+32+'&'&?#'&'&?#"'&5476;7#"'&5476;767637#�
_

	:				E:				E

	_

	:				E:				E

__�

;E

;				�				E

;E

;				�				E�����0�r2123011/&21#"'&=0#01#1&'&'&'&76767676'&'&/101&'&'&'&767676754763�		0

/01				
1
1

		�		$


 
!				#	

 
#		�� -6514'&#"327&'&767&'&767w		


��		


@�        I


		��


		@	$$$$�$$$$����=2176/#"'&='&'&76?'&'&767654763�		p
rs
p				o
rr
p		�		�C
DE
C�				�B
EE
C�		����)4'1&#"#";3276=327654'&+5				�				�				�				�p				�				�				�				���@�'67167&'&'57167675&'&'--DD----DD--�))))D----D�D----D�`)�))�)���$&'&?#";27654'&+�`
.@				``				@�		
@
��								`��@�*"#"'&54?6732#!&'&?67&'&'�"


		+<>())��				�	�"`		


*)(><+�				�""��@�94716;3#"'&/&767636767&'&'#&'&?#"'&5		�	�:&''&:O 
Oh	��		�		x'&::&'x		����/6'1&'&;3276=327654'&+54'&#"#7�
�	
�				 				 				�kr
��P				P				�				����@�66732+3#"'&/&767636767&'&'#"'&?!�				�r:&''&:S
S�
	!�				p'&::&'	���@�!;6'1&'&01016767&'&'71#"'&'&54767632�	

	�%--DD--*+@?







k
		
�+9D----DB,-K�







��@�47163!'&'&7#"'&5		
���		�		��
P		��@�<X&'1&'#367674'&'673#&'&'6767301013010150901#0101&'&'676730$%6 6%$#$%6@6%$#�@    6%$$%65$ 6%$$%6 $5�@��@�5132767654'&'&#"&'1&'6767'&'&?@







XA+*--DD--$�	

@







�-,BD----D7*�
		
K1
'%&'67%6}����@n���

�@�@'"13!27654'&#!"13!27654'&#!0				`				��				`				��@								�								�1
7%67&'%&��@��n���

���0�3@6716733276=4?676=&'&'#32765676'&'P +'				*$%6 6%$				P



 "0				
!6%$$%6				�����KX12#&'&'&'676767&'&'&'67676323276=&'&'&'&767R6666R				H9:"""":9HH9:"")-$36%$$%6+ 
						66R@    �66RR66				"":9HH9:"""":9H )!!$%66%$		P 				 R66�$$$$����&'76?37676/#7�	x(
� 
(x*�HH���`
LL
` ����@�'41367674'&'67&'&'##53;#5@�6%$$%6`````` ����$%6#"06%$��@�����+&#1"327632#"'&'&767632#"'I1<<1//1<<1


	

DVVD,,DVVD

	

1//1@@1//		


AA-9999,BB

		����$671673#&'&'3#36767&'&'`?2332?`�``D----D`32??23@��--DD--��@�+1327654'&+5327654'&+5327654'&+@�				�				��				����				�				�				��@�%13276=327654'&+5327654'&+@				�				��				����				�				�				����716767#"'&5476;2&'&'&'676767'&'�D----D;++}				�	>>Z?2332?X=
	

,?`--DD--$#8				X9:32??237	


	(����)%3276=4'&#"!54'&#"3276=!@								�								��				�				��				��				���@�*"1;#"3!27654'&+327654'&+ 				``								``				���				��								@				��@�%21&'&'54763267674763 		--DD--				))		�		�D----D 				 ))		��@�+6514'&#"54'&#"3276=77676/77	


�.								A�
��j

	
�/�				��x				kC�
ˍ ��@�2132+"'&54763@		�				�				�		��						�		����$676#"'&5#"/#"'&567��				�

�				�����				���				�����647632'#"'&567				��				���(				��=��				�����3"132767654'&'&#1#"'&'&'6767632�+%%%%++%%%%+�45;;5445;;54`%&**&%%&**&%�=3333==3333=��@�&671673##"'&=36767&'&'#`D----D`				@`))``--DD--`				��))�����<7167'&767667&'&'&'&'&'676767'&/@--D,#H


	G--DD--5D?2332??2350


	.�D--V

	U*7D----D�"32??2332?V=9


	
8��@�$013276=37676/6767&'&'##53@				_g
T(()=pppp""���				��
x$#.=)(�""��?�b013'9&'&'&'&#&'&767627676'&'&'01&#&'&'&'&7'676'&'&'7&c
8
:7E

	
9 
8
  :7E


9 W
	
		
$@


	
		
$@

����"1;32765327654'&+ 				�				�				���				��				`				����%216767547632&'&'54763 		$%66%$				66RR66		�		�6%$$%6�				�R6666R�		����61676&'&767��
�	�
�
��9
�����?�%6167676#&'"'&767
nUUn

�	QQ	�
�
��$��&

�����
����)6'1&'&'&'&76?7676/7y


	��	

��


	��	


��k

	��	

��


	
��
	

������&'1&3276=76'&'&':

�				�

���

ז				��

������47163!32#!&'&7#"'&5		@	��				��	�		�		��				L		�"R'"3?;27654'&#54'&#""1;6732;2765&'&'#'&+5'#"#�`				``				`				�				d!;;!$				@		--D 	
  
	``												�		@		..						D--	,,	���#Sh2172#/+"'&54763547634716;76;57323+"'&54'&+&'#"'&=632#"'&=4?�		`				``				`		�		`	
  
	 D--		@				$!;;!d		�				�												�			,,	--D						..		@�+				+��@�,9%1#!&'&'5#&'&547%625476;2%3675&'#@		
 �� 		
	k		 		5��PP�
		��		

�	^%				y.
?PP��@�%8J[&#1"3276753676/673#&'567&'&'&'271654'&#"3'67&'&'f

�B/0�
 	�F@@��N4444A								 %'&:�		�00Bp��@@044NA44�								�%:&' ���?Sn67167&'&'47675710016767&'&'01015&'&'67167&'5&'%#4'&#"#32?6'&'�


""
00 ()==)( 0

P 				 	@


@P

�""�p 0�%3=)(()=3%�0 �`
!33!
@ 				��@		@ �� �?Sn67167&'&'47675710016767&'&'01015&'&'67167&'5&'3676/&#"332765�


""
00 ()==)( 0

0 	@


@	 				P

�""�p 0�%3=)(()=3%�0 �`
!��!
@		@��				 ����%.9BMXew136767;27654'&+5&'&'!567"567&#567&'7&'567&'567676'&'521#"'&547630

++�p				@
�@ `Ppp��----								�
�
**				�
@�	��qq��	�������'((''(('p								�������#*<&&'&'&'&'&01119"321'??232776/6776/6776/676776/6'76'&&'76''1233721#"'&54763767&'?76776/6776/6776/676776/01656745614541=92#"'14576'&&'76'&"#"'&'&'&'&?71&#&#1#"'&5476321




	
	






	�0
								@�




	
	


		


	�
0�								�



			

	





	��P								0��



			

	








	��								��������6'&&'&'&'&'&010111"31'??776/67567576/6776/676776/6'76'&&'71'7676'&'7&'67�
!
	

'
 %


#

 ��44��




 


$ 
��+����8E332!/&54763#3!367&'#73!567673!!&'&'5]s

U$�/
00

�
O
�`
�[@@�
�@@
pp
�0

0��@�KR#336753675&'#5&'#6716'&'&#&'67;27654'&+"#";2?%31"101�880880P


wy@				@N-#-%				��,$���808808��


X				$		@		^����Pi��216754763267547632#&/&5476324545476326754763&#"32?654/#"/&54?632#"/&54?632@											/@]Cq
<						�0000�0000�		��				�p				�	

&?k
:				��		���0000��0000 �� �#0^iv�271654'&#"3271654'&#"3&'&76745015476?6?6'&'&?6'&954'&#"%76'&;1376'&&'1&367&'#&'67367&'#&'67367&'#&'67367&'#9#7676'�								`								���.<
.	N
	>	
D+				,
	
/
 	
?
<''3�\||��|�].�								�								��0I'#"7..%O
	�	
k	uK1				G*2
@/	(
	%('.

		
����2L&76/&/'76367675&'&'+/&#"'7&#"'	37676776767'P�
�M�*

LH!YR#~w��
l\	��0j
{<

�
�
/IBc�_%

�
S	����'9IRaj&76/&/'765#/&#"'7&#"'%37676776767%'#;276=&'67%;276=&'#67&''P�
�M�H!YR#~w��\	��7		 		0�		 		P ��0j
{<

��/IBc�_�S	�,�				����				������4FOXajs|7671671673+1##1#"'&=&'&'!271654'&#"367&'7&'6767&/&'6?67&'&'6732?I77*

mk
P(�		.`								p�(((�>32--E5
 
		I=M								�x�x����+HQZc%2121#'&76673+1%67##1#"'&=&'&'&'67'&'6?67&'�,
+'

��39MI77*

�@;>+"P(�		.h@(z""�(,--E5
f:1�"		I=M�0 �� �#BT747#"'&=&'&''67673#313#3#3+56701637271654'&#"3 	��		.��56DI77*	�!8�
��
��
0								�!��		I=MG�:##--E5

	@ 
�

P								���,mv7671671673+#+"'&=&'&'7'&766767676'&76767&'&'&76'&'&'&'&'6767&'32?I77*

@		�		.�																(�>32--E5
@ 				I=M�																`P��@�,9I%671676/54'&+"'&#&3!6767'3%&'&767671673#&' 
		5		 		j
��
		 A �$$$$p"@"��		

/y				%^	�

		���    �""����"'E6312#5&'#3#&'&'5#&'&?35#'4716;23+&'&'6735�

�
�@@�
 	І��0		�		 
0�0
 �		�	&@�
p��ِ�				�

�����V����21&#"54763&'1&567672"/&'7'654'&5456301636767&'&'"'"'4547654''&&'&'&'&76'&'&'67676'&767676776#&'&'5456767676767&01#"227767&'&'67@		

		}
#&H 

																�H&# qH�		||		�
	'&,,,&

�																E&,,,&'	

� ��j�-:Zy676'&'671673#&'&'5&'&?%676'&'&'673#&'&'57654/35676'&'5#/&?6@    & ,+@0
 
�    *, 
 
0@�`@@`@@�$$$$� @/I

t2�$$$$� 2t

I/@(  @@
  @@
����51#'&76'&733%#&?#+&'4?'&567I����(8	et�(AB	81g+*
	�����?�r�:
nn
"����2K3532327654/&+4'&+"13676/&'&'#3#&'5#&'673567��<"


		"!<		@		��c    �` "		


"				���x    "����2H3532327654/&+4'&+"13676/&'&'#1#"'&'6767632��<"


		"!<		@		����` "		


"				��������]fo&#"767676'4'&/76'&&'&'&'&76'&'&'67676'&767676767&'&'67
�
/.VV./
�
																H�P3EEAB++BAEE3Pm																� ���MZ47163232765&'&'#5&'&'#3#";27654'&+567367&'##55!!6767 								))@00P				��				P88@��@))`								))�								���  ))���+Vk676'&'676'&'74'1&#"32765#&'&'67673&'#!67675&'&'136767&'&'+�p$$$$`								)�))X�))@))�� �`�    �								�+)))&)�))�)`����0DOu"1;6767&'7654'&#"&'5327654'&+1&'&'56767675&''"'&?673#&'54?6=&'�				L11;;XX;; 		


+9				`pt	
%'	,@'�				"88PX;;;;X@1


		#
"				�``4``	", ,����!+=&76/5#'5#'!27654/&'!'3'3#5#367675''P7@�@+F
L�t#Ue
�@
�
@��0+ʘd4"
	r�O	
���P

A3$����+5I&76/=1#"''676727676/&#!"'327'5#"'1&'!27'#'PW	�())*:��8Ij!0@����0D�d�	%%%[

$,�S���@
v����#8J&76/6767&'&''65&767!'%327676?1&'&54767'Pn&));
"��&9H��	
	
��								��0V55MR6666RK5.&,243'0-���L55 		A�����+<IV&76/367&'&'#"'67&'&''67&'&''130101&/#1!67'#7676'&''P��.*)0)"+'D.�	I�8&&J�@�----��0�.
."#)$  ""�.+9�&&8��'((''(('���q~�4'1&#"/&#"#";32?63276=676327654/&767327654'&+&'&?654'&#"'&'5676'&'&'67 				 

		

&				&

		


	 				  






'				'

		


 p��				&

		


	 				 

		

&				'

		


 				 

		

&�8����@Jx&76/&767327654'&+&'&?654'&#"'&'54'&#"/&#"'63'%#";32?63276=6767'P�				'

		


 				 

`�


E���				&

		


 				��0y				 

		

&				&

		K�
7��
				 

		

'				����PYk��?63#/&&'5&'&'&?6'&'#&'673676/&7676756767&''4'1&#"32765176'&&'&'&'&76'&'&'67676'&76767674'1&#"32765�


	

	





		


00								@																								�	





	

	





	�@								P																p								����Wbm7'673676754/&=&'&'#0101"101&'&'&'01"10101#327&=4?/&7676'&7�8//F
�
0

0
��0

0

��0

0

ӧ��

�HJ

JH�
�
"x0

0

00

0

����Wd}�+&'&'54?6=67673010103016767670121010;#&'&'54?&'676'&''?76/76'&'&;67&'#5&'�8�
0

0�
F//7



 				� z�"
�
�HJ

JH�

���~�				  @`/%"1;276=4'&#"'&#"'&#"32?#�				�						�


i�


		�


i�S`						�				S�		j�		


�		j� @`/"'1&5476;2#"'&=#"/#"'&54?6327#�				�						�


i�


		�


i�S 						�				S�		j�		


�		j�����#K&#1"32?3276=327654/4'1&#"!676754'&#"#!"'&=�


�		


I				I


		��				))						�		�		�


		J�				�J		


���				@))@				@				@����EIN&'#";#";76?37676/327654'&+'327654'&+'#73#7�	H[				@
3				
� 
				3
@				[G@  [v
�
��				 				4
LL
4				 				��MM@  ��@�27AFR"1#";3276=367674'&'67&'&'54'&##535#5353#�		JF				 0  0		 00@

@00@ 

 �		 z*v 				  0%0  		�````

@````

��@�IUb4716323547632#"'&=##"'&=#"'&=476;536767&'&'##36767&'&'#0				 				# 0				 				
p

ppp�

 �				  				 
'%0  				  				 v*z �

`@`

����"?673232+"'&54?#"'&5�.�
�		/�		��{
	���		����-:671673?7675;2#2+!&'&'13!5!")`	66	  								 ��)@		�		`)�
++
�		��		@				)@��		@		@��@�9V#!6767&'&'#'&'##&'4?&#"'&?6776367332?6&'#&'5�
K�K
"z"�M
#21$
�M
#21$
��
""
M@
""
M ��`�6@4'1&#"3276=67676'&'&57676'&'&'5&'&'6767				F,--,F				/$	

	$/@**�				#
34II43
#				#	
�
	#d�"!..!"���/BVi21!2#!&'&'476321#"'&=47637#"'&=4763221#"'&=47637#"'&=47632 		�				�p"		�								�								@								�								�		��				"P		�		@				@		@�				�				 		`				`		`�				�				���/BU21!2#!&'&'47634716;2+"'&532+"'&5476332+"'&54763 		�				�p"		`		`				`		`�				�				�@				@				�		��				"P		`								@								`								��� -#3?"#54'3'#3?#13?#!!67675�V\@hv�\\�F�����@h�@��������1#/&+32?622?63676754/&747636;67654/&?654'&'#"'"'&5&?6=&'&'"/&#�	 
		� 
			���,5bk/&54?6367675&'&56767#&'67%676'&'5#&'&'4767567673567&'@
PP


""

$%6���
PP


""

$%6�(	HH	(�	""	�6%$(�8	HH	(�	""	�6%$(�h����S\e67&'71;276=&'&56767#&'&'47675#&'&'5&'&5676767&'&'67PP

		�		

""

)0

""

0)

""�xX	'				'	""	')G	""	G)'	""�����,5Xaj3&'&'47675&'&'#/&54?6&'67&'&'47675&'&56767&'6767&'2
6%$

""


PP�

""



""

H�($%6�	""	�(	HH	NI�	""	�	""	�� ��`�LT[6'1&'&76?76?67676'&'&7676'&'0#&'76'&'&&'7&'47677&'�

B)*




2'	
6


\.	=>
�

-33F,%&G

4

*	
�
	<

0g�(%�� ����J7671677676'&'&'67676'&'&=6727676'&/&#"&#"&'&'`--D?,


		
=X?2332?X=
	

,?


		+�D--(	



	732??237	


	(`	
		7	S&'2��@�+013#"3!27654'&+'36767&'&'!!!@�E								E��@��@���� 								  @�� ����0=Q"1#";&#27276=27654'&#4'&#676'&'"13!27654'&#! 		 				 #6%$$%6%								�    `				@				���						1$%66%$		`�						�$$$$�								���
#0F\iw3276/&1!6767&'&'!&'&767671673+"'&=3671673+"'&=7676'&'7?6'&'#"�@
�
@E���`P
@
		`		�
@
		`		 5@
�
@�@
	

@

{�`�

				

				��

@
	

@��@�1J67!&/&='&721#"'&'&54767636'&'&?76/7�
k=''@
�
�'!!!!''!!!!';

%%

$$

%%

$$��
//A)$0
O��""&&""""&&""k

$$

%%

$$

%%����9"1#";#";276?327654'&+767327654'&+;7k				P-	%				%7k				P-	%				%��				l				�				l				���!&'&'5!!567673;���@�� 
� ��@@
��@�;"1#";3276=327654'&+5327654'&+5327654'&+P										P				P�				��				��		�`				@				@				@				`				����3=D"13276=67674'&+5327654'&'54'&#&'&'676753�		F,--,F				F,-		�"

	
*<		 **@\	"�		#
34II43
#				#
34I		\		



)#		��"!..!"�\"	��@�3:E&'!";;6?3276?32?3276=4'&+5#73#'!!&'67�@				
		(		`h
C				�\i�����		p		�
h

K			P		�@;����
Phs&'567/&766767547632'&/&7676/&7676/&7676/&7676=67547632'&?6Pc 
	 
	f|						%166)d5		]]		uu		]*%)%				% 	
 	
�@@0
	0
	`|'				�+%$'d5		]]		uu		]��**0b(				�+%$�	
0	
0��@� -=%1#!&'&'5#&'&547%62'&'&7671367&'&'#@		
 �� 		
	�    `"�"@�
		��		

�	�
 $$$$`""��@�H4716;2+32+/&76732767#"'&5476;&'&+"'&5		@�				8#				$
!!.�

�P	�				�	@		�										,g

�

				

		����=6716'&'&54'&#"#";3276=7676'&/327654'&+7U
		
�				 				 				�
		
��				��h	

	�z				�				�				z�	

	�				�����_21632547632'&'&'#"'&=&#"#"'&=32+"'&5476;&'676754763�						*



#								.$%6�				��				/2		�		!!				1#$.

-D				__				D%?6%$								5K;..1		����/4'1&#"?3!27654'&+57676'&'&5�				)

						�

w�				�

�						�'

"�����9"13276=6767327653276=&'&'54'&#�		F,-				*				*				-,F		�		#
34I�				�.!"��				"!.�				�I43
#		��(5BMXc"+6?67675&'&'+"/&#'&'&=673%6753%673#&'3#&'67673#&'@*"%	H)l5DD5l)H	&"*�(#�#(���������U*  
#"  *U��U0E55E0U�0P����Q6'1&'&&'"&'"3276=676776?276=76323276=&'&'7.
"	 0							

N
		$
				+�
_!
		P�				�

+�
<		�d�				�-6����$+2?T!67675&'&'!1#57153#6767'3&'&'676'&/&'!67&'!&'&'5`��`@@@@`@@@�'((''(('�""3��p`���@�@�@�@p----X�3""�����6:>&#";3276=37675327654'&+54'&#"#'3/#5{ 				 				da 				 				9��w::��				�				���				�				���@VV����%?'3'77#7%67167!!&'&'@ZZ'�ZY�YY3�YZ��
 

��
:����:��������

�`

�����+=V"1327676732767&'&#"&'&'&#471632#"'&5!2'&''&?632763.




EFllFE



EFllFE
2								
|	FccF		EW
�

��



d

�								�




W		!����-5="1"33276=36767327654'&+&'&'##533#5@										`;++				++;�ۻ` �� `�		`				`�				`$#8				8#$�@@@����DJRX"1"3"33276=36767327654'&+654'327654'&+&'&'##533#5#53@														P4))								))4p��P/����/P��		@				 				@`				@+								+` @ ` ���167167/"#'"#&'54?5'&=4?5���:
nn
:��bBw	99P+*
  
*+P99	wB���$0JW4716;'&/##"'&=36767&'&'#%3##"'&=476367167&'&'#3		P=)('4
8*				@0""0P0  00						P

00�		()=-#"�
��				��""�` 00 `				��		�

`��@�74716;2++++"'&5476;5476;5476;5�		�				`		`		`		�				`		`		`�						`		`		`						`		`		`����U^g&'6767165&'&'#"3!67674'&'5!27654'&+56765&'&'!5%67&'&'67� 

""

@				

""

				@

""

��H�xa	""	7				7	""	7				7	""	77I�����'0BT67167!+"'&=!+"'&=&'!'&'#4'1&#"32765271654'&#"3"`"		 		�		 		� �								 								p""��)0				  				0) HHH�								 								����O2176763676756763#"'&='&'&76?5'&'&76?54763`		w

�w

�@4$$
	
	66N`		

)

)		�		#"

'"

'�""5
		
N33		�



6		��@�*DW133733736767&'&'!676'&'521#"'&'&5476763&'5&'6767@@�@�@�----+%%%%++%%%%+

���    `��'((''(('�%&**&%%&**&%�ss!

!�� �.3Le32?654/&#"1327654/&#"	'732?654/&#"32?654/&#"�&&&&�#}#���ii�#8998`8998�&&&&��#}#��8ii"9988�9988���
k6'&?'&&/&&/&32?32?6/&'732?6/&'732?6/&'76'&&6'76'&&/�XX�

 
E		


E'&		",
&'		", &'		.; 
:.�XX		'&*!		&'*!		&'D


		E! ! .<	!!:.����C]676'&'&'&'&76?63'&'&?#&'&'676727'27167654'&'&#"3@s	)
	)&,Z&b


F
--DD----D7*-







�I
++�

z"D----DD--6��







����O&1#";367675&'&'#";2#"'&=327654'&+5&'&/$


 				 ) R66)						$%6 		 				 %�


				�)66R )						 6%$		�				&���
 :EP[fq|��673#&'3#&'673#&'6747163!2#&/&'&'7673#&'#673#&/3#&'67673#&/3#&'67673#&/3#&'67'3#&'67��8�0�0�`�x`�0Hk6))))6S`````H ��`�I&'&767&'5'&'&?676;23+#"'&=+#"'&=�H
:-
"		(								���7
a'!$ 		`				``				a��@�X%671676/54'&+"'&#&301;23232;276=476;2;232;276=47'3 
		5		 		j
��
		  		@		! �		

/y				%^	�

		Ep@				@���@�/%671676/&#&33'&?'&7636767'3 
		�
��
		 f
U<		vQ&{ �		

�	�

		�4	GS	]
C@���@� =%671676/&#&3!6767'3%6733##&'5#&'56735 
		�
��
		 A �� 00 00�		

�	�

		��P0 00 0 ��`�=21'&'676#"'&=&'&'676754763�		/$	
!,6%$$%6,!
	$/				F,--,F		�		#
$%66%$
	#				#
34II43
#		����)=4'1&#"#";3276=327654'&+513!27654'&#!"�				p				p				p				p�		@				��		�				p				p				p				p�@								��:�
,676+&'#"'&?6&7!!&'&/
�
�,�	��"!,��,!"�	��	@Q��
��**����r�6767676'&'&'&'&"30011'&'&'1&'&#&233137676'&'676'&'&'&'#&'&'&7&901#&'&'&7676A(

6,/"
))


5,/



)	M)	(	#`

	6
*
		

	4
&


�
		���!.5@KT1335+"'&54763!67&'!35'&67'7674'#327&'&'67&'@//E8�				��p�H@
�7)Vy&}[��++8��D--�				�XH
"#F@/@W$�	]0@���Rw�21/&+#"'&=&/&'&7676367675&/&'&56767547634716;'&/##"'&=36767&'&'#�		

!4"#				
 4"$		�p		P=)('4
8*				@0""0�		#%'				

#%(
		@		()=-#"�
��				��""�����+@671673#&'&'671673#&'&'5%3#&'&'6767�
 

 
�
 

 
p 

 

p

��

`�

�

��
��

 
���&R1#3/&76735#&'&'56767!5#3676'3!&'&'5676733#332?3�.FF.��@S
G��G
S�� @FF@@@�@@@@���D%5!!!&'&'56767!1#&'&'56767;3/&76735&'#�����������"&FF&P @@@@@@@"FF@���D%5&'&'!!67675;#353#?6'&'#5&'&'+36767����@���P&FF&"��� @@@@@FF"@���IZep{67167654'&'&'/&'&/&76?6?67?632#"/&'7#"/&76?6673#&'7/&76'&?6F::$""$::FF::$""$::F/'



#

		

A	+'�
 

 

@!"<=CC=<"!!"<=CC=<"!�


	�		
���
P 

 

����,A`e&76/65327654'&+&'6?654'&#"&+"'%1;276=&'&'#";32?5'67''P�@				@	@		


@p�)�)�@				@@		


?%5��8'_��0x				@


		@�))�				% @


		?!�m�&Jv��@�!;T671673;#!&'&'#521#"'&'&5476763&'#3675367&'#5�		�8$#"����0'!!!!''!!!!'0000��		'.->-%%�@��`""&&""""&&""P0000����,9W!6767654/&'!3##5#36767=21#54763";276=4'&#5&'&'%�//	
L�tL
[@�@
�
�		@		P				�				""

	rr	
 ���P

P �		00		 0		�				�		0""���x��673#7'&76/3567&'5#76'&?'3#&'6735&'/&767&'#&'567367''&?6675#&'&'&76767&'�P/#8""8$.P/#8""8$.0@�"8$.P/#8""8#/P/#8"�h����Ar&76/673675&'#&'776/&&'5367&'#3'76'&'#5&'6753'&76/7#367&'#567''P�""8#/P/#!_n""8$.P���0|#P/#8""!K�		P/#8""�����Uo~1#"'&54763267&'&'#";#&'&'576/&?;27&'#=327654'&+4'1&'&#"3276765'/&7676@								))))				 0)88--DPP" 				+""&&""""&&""M

H(

=`								P4))4				�)88D--%P�				�'!!!!''!!!!'+H

(

<

����Uox�1#"'&54763267&'&'#";#&'&'576/&?;27&'#=327654'&+27167654'&'&#"35&'675&'567@								))))				 0)88--DPP" 				�'!!!!''!!!!'`								P4))4				�)88D--%P�				��""&&""""&&""`�PP����Uo�1#"'&54763267&'&'#";#&'&'576/&?;27&'#=327654'&+27167654'&'&#"37/'&?'&7676@								))))				 0)88--DPP" 				�'!!!!''!!!!';$$

%%

$$

%%

`								P4))4				�)88D--%P�				��""&&""""&&""�%%

$$

%%

$$

����Wd�1#"'&54763267&'&'#";#&'&'576/&?;27&=+5327654'&+21#54763";276=4'&#5&'&'@								))))				 0)88--DPP0 				�		@		P				�				""`								P4))4				�)88D--
!�				@		00		 0		�				�		0""��@�KWc312?654'&#"5!27654'&+5327654/&#"32?+";'&#"354'&#"#3276=�


`		


)`				`)


		`


`		


)�@`				`)


		`	@				@@				7		`


		*s				s*		


`		`


		*s				s*		


`7�				���				�����EQ]j�7654'&#"5!547#5327654/&#"32?+";'&#"32754'&#"33276=#721#54763";276=4'&#5&'&'�`		


)K)


		`


`		


)�@@				@)


		`


					@�				@�		@		P				�				""7`


		*ss*		


`		`


		*s				s*		


`		7�				���				�P		00		 0		�				�		0""����#0=JWd�67167335673+&'&'3675&'#3675&'#3675&'#73675&'#3675&'#%#"'&54?#"'&5476;'&547632 
`
(

�`
@      �    ��P		P


		s				s		


�

�HH
�

�   P  p    p  �P


P		


				


		��@�#Xj~%2716=327654/&#"32?3&'1&7676767677676'&'&'&1&'&'#676763635&'1&'#16765 		


		P


P		


		#+*#

&,21		12-&

#**#N�

�
�	`		�		


P		P


		�		F






�
�
�0
�
���@�S�1#6767636367632327626=&'&'#5327654/&#"32?#5&'&'#&&'1&7676767677676'&'&'&1&'p

!
0


		P


P		


�
��#+*#

&,21		12-&

#**#�
�
`



`
�		


P		P


		��
�Z






��@�#0=JWdq~���"1;32?3276=4'&+&'&767&'&767676'&'&'&7673&'&767%676'&'&'&767676'&'%&'&767'676'&'�				3�		


�						���00���0��0�				�


		�3				�		P��PPP0�P��@�6Z%!"3!27654'&#76514'&#"54'&#"'&#"32?%&#1"54'&#"'&#"32?654' �										


)				)


		`


`��


)				)


		`


`		 								�


		*�				�*		


`		`.		*�				�*		


`		`


��o�!.;��'&?6'&5&'&'&767&'&767676'&'76/6?;276=?;276=76/&'&+"'&'&+"&+"?;276=?6'&5&''&�@@��8



��	$		0		$			0			&""&			0		�@@�v@@v�



`



(j1	D16				61D	1&				&1	G

?

?

G	1&				&!@@vv��GZ21#"'&5476313'&547632#"'&54?##"/&54?632%#"'&547632 								�		*�*		


`		`


		*�*		


`		`


�								�		��				@		I


))


		`


`		


))


		`


`		)��				@				 ����/G_36754'&&'"637675&'#"3&567#'&3276/674'&'76'&'#?275#;* 
p

"=V|!
	p
"5A#ZA#!
	p
"5�;* 
p

"=V`#!
	p
"5A; 
p

"=V;*E;* 
p

"=V�#!
	p
"5A���M#1"'&54?632#"/32+&'&'&'&'##"/&54?632325�


		`


`		


)@				@6%$s*		


`		`


		*s#))		


`		`


		*��				$%6)


		`


`		


)�*����(5]��63125476321+"'&5476;'&547676'&'#"'&5476;921#"'&=#"'&54?471632763232+"'1&'&595#"/#"'&=101014767630932+	


i				`				j		�    �				`					i


		j-				i


		j				`	mj		


i					`				�		j				`				i


�$$$$`					`				j		


i				j		


i					`�i


		j				`					���6Qm213#"/&7673547637632##"'&=#&'&7'35676'&'5#"'&54763&514?632+/21#"'&54763		 	@


@ 		W@


@	 				 	� @		@ 				)		@ 				 @I								�		 @		@ 		�w@		@ 				 � 	@


@ 				7


@	 				 	@7								��x�3@Uj6567#&'673'&767167167&'&'&'&7676'&'63#&'5677&?#&'673&'5'!'&'5673#'?`&?w%%11%%

%%11%%�$$$$?&`?��?&`?@?`&?�?&`?�L    1?`&?�?`&??&`?����-[6312#"'&54?##"'&=67673'&5476312#"'&54?#"#"'&=67673'&547)


`		`


		*�				$%6�*		`


`		`


		*�						)�*		�		`


`		


) 				 6%$)


�		`


`		


)		 				 ))


���-Zgt63123#"'&=4'&+#"/&54?#"'&54?#"#"'&=67673'&547632676'&'%&'&767�


		�)						�		


P		PP		P


		�						)�		


y    ��$$$$�		


) 				 		


		P


P�P


P		


		 				 )


		g$$$$�    ��@�6Z!27654'&#!"3132?3276=327654/&#"312?3276=327654/&#" 				�						


)				)


		`


`@


)				)


		`


`		`								�


		*�				�*		


`		`.		*�				�*		


`		`


���@"16767&'4'&#1!6767&'&'#"&'&'54'&+				�

�

P		))		P�		��%%			�
��

 
		�))�		 �� �,@3676754'&'&'56767&'#9#9#"'1&'67676#`�p@

�A!��!A��





 �� �=HS3#5676?6;2#&'&'67&'67&'67&'67&'367&'#367&'#xP�XZ
�
@````�((�

Xp���*D6716703036767267632632121!&547163!2#&/&'&'

	�	�0�0[6))))6����1>KV67167!#6=675&'&'#56/&?6757%67!!&'5#!"'&=!367&'#
 

�
p;

@@

%%��`��`		�		@�``�

�`
�! 
P��@

@

$yy$

�  P�				�@��@�@EJO"1;#;276=6767;276=67675#5327654'&#!#53##53##53 				(H)		 		))		 		)H(				��PP�PP�PP�				@�)@				@))@				@)�@				@@@@@@@ ����5:?D^m"1;#;276=6767267675#5327654'&#!#53##53##534'1&'&#"3276765'/&7676@				(H)		 		)		))5A/H(				��PP�PP�PP�""&&""""&&""M

H(

=�				@�)@				@),'H@				@@@@@@@��'!!!!''!!!!'+H

(

<

 ����5:?D^gr"1;#;276=6767267675#5327654'&#!#53##53##5327167654'&'&#"35&'675&'567@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!'�				@�)@				@),'H@				@@@@@@@�`""&&""""&&""`�PP ����5:?D^w"1;#;276=6767267675#5327654'&#!#53##53##5327167654'&'&#"37/'&?'&7676@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!';$$

%%

$$

%%

�				@�)@				@),'H@				@@@@@@@�`""&&""""&&""�%%

$$

%%

$$

 ����5:?DQp47163!2+#&'+"'&=&'&'535#"'&535#5#3'35#"1354'&#671672+"'&=47635 						(0 	,)		 		)H(		xPP0PP�PPx		@		P""				�				�						@ 0 )@				@)�@		 @@@@@@@@�		00		 ""0		�				�		0��@�3h47163!2#"1=&'&'&'&#5&'&'"'&=6716'&'&'&'&''&'&7676761676				))3#**#

&-21		12,&

#*+#`				$}�))�}$��






����8#567673#5&'&'#47163!2++"'&/#"'&5`0+*A0A*+0,0,`		�				

�

		(A*++*A,,H						��		��<�>}76'&'&#'&3?6776/&/536?6'&#&'76'&74'"'76'&'&?7?6/7?6'&'6'�!" &&&& LB4	
%
# "


UI::I(
8((8
(�/%?P	'-$
&
5

	����$1>KXer��67167!#5&'&'#&'&'3675&'#3675&'#73675&'#'3675&'#73675&'#3675&'#47167632#"'&'&57#3?6/&
 
3`

`
P  P  p  �  p  P  `""&&""""&&""�

YY

8

8�

�##)L2P

P
��      p      �'!!!!''!!!!'C

88

	����$1>KXer��1356767367&'47675&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'5674'1&'&#"3276765'/&76760

`

`3
��  p  P  �  P  p  p""&&""""&&""M

H(

=�
�`
P

P2L)##�
�      �      ��'!!!!''!!!!'+H

(

<


����$1>KXer���1356767367&'47675&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'56727167654'&'&#"35&'675&'5670

`

`3
��  p  P  �  P  p  �'!!!!''!!!!'�
�`
P

P2L)##�
�      �      �`""&&""""&&""`�PP	����$1>KXer��1356767367&'47675&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'56727167654'&'&#"37/'&?'&76760

`

`3
��  p  P  �  P  p  �'!!!!''!!!!';$$

%%

$$

%%

�
�`
P

P2L)##�
�      �      �`""&&""""&&""�%%

$$

%%

$$

���� -:GTan�135676736767&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'56?"133675&'#4'&#0

`

`

��  p  P  �  P  p  �		@��		�
�`
P

P
�
�      �      `		� @�			��@�$1>KXer�13567673&=675675&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'56721#54763";276=4'&#5&'&'0

`

Y	
��  p  P  �  P  p  �		@		P				�				""�
�`
P

P�%/�
�      �      �		00		 0		�				�		0""���� -:G^i}�135676736767&'&'!673#&'573#&'567673#&'5'3#3567#&'567675&'67167&'&'5'567/&'56760

`

`

��  p  P  X0  �0



�#
#
�
�`
P

P
�
�      �@X   

 

 )4+`	4+`	��@�.;HUbo��67167!+0+5&'&'#&'&'3675&'#3675&'#'3675&'#73675&'#3675&'#6'&'&'&76?'6767
 
*& 7	
`

`
P  P  `  p  P  �		x6		6xh_2�

� -88,P

P
��    �      r0!))&&&&))!0V&�*)(���� -:G^w135676736767&'&'!673#&'573#&'567673#&'5'567/&'567667567&'&'5670

`

`

��  p  P  #
#
}

�
�`
P

P
�
�      �4+`	4+`		@@@

@	����#0=JWdq~�13567673&54767=&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'567&'&7671;2765&'&'#0

`

Z

��  p  P  �  P  p  0'((''(('�

�

'f'�
�`
P

P$`�
�      �      �----�



''���� -:GTan{��������67167!#5&'&'#&'&'3675&'#3675&'#73675&'#'3675&'#73675&'#3675&'##5676731#5676731#567673#&'&'535#&'&'535#&'&'537&'567&'567'&'567
 

`

`
P  P  p  �  p  P  �""""""�""""""`��

�`
P

P
��      p      P""�""p""@""`""�""�hh@    ���0&?6?76/767&/76'&'&''&	pcg5
e!!e
5gj
G" ��	� !e
5gg5
e!"G
jcp ����
>GP[f&'6753#767';276=!;276=&/&'&+"&'6767&'76/&!?6'&^��K 								 
����00�00�PP�
55
O%(@ 				  				 @(%O�I0000���/8AJS113&=6?676;2367675&'&'&'&=#3'3'&+"67&'7&'67H9:""+t+"":9Hk�֬�t��"":9H�	p!@

@!p	�H9:""�	((	�**� �� �;p676'&'533276=7676/&'#76?32765+";36/3675&'#57675&'#5&'5&'�$$$$				

4444
								<,05
@    ����				�R,,R
�				�d	 		�		`\T8m	t��o�FS�&'&7675#"'&?'&'&?67'&/+#"'&=##"'&5&'&767#"'&='&'&?673'&/#"'&=#�$$$$H	
:%::%;
								�$$$$				

4444
				�    � P]%	
N..N
	%]P				PP				�    ��`				�R,,R
�				`����(267167&'&'&'276767&'7657'�"!�"""�""!%���%	�""!J""�
""+�J
J������0Se1#!6767&'&'#&'&'21#"'&547636716;&'54?65&'#"'&75471632#"'&5� 
&% 								V: ,:
6								���@@								�

$
		�								��?�!,7BM�21673!&'&'67676767'&?6%'&?6'&?67'&?66716'&'&'&'&''&'&7676761676�"��)S0

0
	G	0

0
�0

0
	g	0

0
1#**#

&-21		12,&

#*+#�)��P	P	!
P	P	!P	P	!
P	P	�






����0FQ\n!5!%13#"3!27654'&+'367675&'&')136767&'&'#3#&'67673#&'21#"'&54763���@��u
K								K
u���

@

@     								`��@� 								 �
��

`
@P�								����*@Vk�;276=4'&+"1?676/&'&7"1;276=4'&+"1;276=4'&+;276=4'&+"'"1;276=4'&+�		@				@		m 
7 
7�				@				@@				@				@�		@				@		�				@				@�@				@				�
7 
7 		@				@		�		@				@		 @				@				 		@				@		����)CR1?676?67&'&'!#1"/!&'47%4'1&'&#"3276765'/&76760
�:'&3
�`��('Z""&&""""&&""M

H(

=�
�+.
��

��/A	'!!!!''!!!!'+H

(

<

��@�0GR676#&'&#"#'&7667'&7663237671!132#!"'&5476;&'567��a

WG  
PL
a?f

��L� 				�				 ����7W4h
X���K								�00��?�<Av323!'&76734763!2#&'&#"#&'&'01'&=4763!5!6716'&'&'&'&''&'&7676761676�		K
��
K		��		33		 @���#**#

&-21		12,&

#*+#�		





		�		|HH|		@``�






��@�!;DO671673;#!&'&'#521#"'&'&547676367&'5675&'�		�8$#"����0'!!!!''!!!!'��		'.->-%%�@��`""&&""""&&""��PP��@�!;F671673;#!&'&'#547167632#"'&'&53&'#367�		�8$#"����`""&&""""&&""�����		'.->-%%�@���'!!!!''!!!!'��@�!;Dg671673;#!&'&'#521#"'&'&547676367&''6756736757674'&'#�		�8$#"����0'!!!!''!!!!'@	(
 	

(��		'.->-%%�@��`""&&""""&&""��	
	
��@� 7>671673;#!&'&'#56'&'&'&76?'6767�		�]!7
����'		x6		6xh_2��		/%%-::/�@��b0!))&&&&))!0V&�*)(����7k}��676&'&'67676326716'&'&'&'&'&'3274716;2#!5"'&5476;22#!"'&=47635271654'&#"374'1&#"32765271654'&#"3&

%--DE-,3L
$#��		 				�				 						��				 								�								��								� $-D----D*22.��*%						@@						`		@				@		`�								 								 								��@�2D&'&??676767676'&'&'&'&/471632#"'&5	]
..
]	N)#""#)Nm								�17
PP
71;;�								����#HS7#&'&'"'&5476;2#35#%;2#!&'&'4?5"'&5476;3'&=#�)				@@@				1O@@� 				v
��
v				  0�1@;) 								�PF``@				����				@�	OO	����� "367676'&#!'3'&/ 	
!�!
	��)�!!�

�l  �

�]]���� 4"367676'&#!'3'&/7&'1&'&6767 	
!�!
	��3�
      
��

�l  �

����f	����)S}���6716'&'&&#76767236767456?&1237676'&'65&'&#"&'&'1&277676'&'&'45&'&'"#&'6'1&'&"#767367674'67%477675&'#"76'&'7'&3276/67&'&'&�

!	

�



	 ��

	!

�



 	��
<!]!	=x

	!

=



!
��

!	





	!H=	,!';'=	-!��@�.5dk7&716?6;2++"'&5476;67&'#'&'%13010#1+"'&=476;76;2+3761#0103

$-��				%-#-N@				@yw
v�

$-��				%-#-N@				@yw
���
]		@		$				X

0�
^		@		$				X

0����#Ic����471632#"'&521#"'&54763213&'&'6767&=673476327167654'&'&#"374'67&=673476323&'&'6534'1&'&#"327676521#"'&5476321#"'&54763�								0								 		+--DD--,		







�5				+--D/%&�







�								P								�																P		''2D----D2''		��







`'"3				''2D--'"'







`								0								 ��`�[r4'1&#"#;67&'#76=4'&#"'&?6'&'&#=4/&'&/=35335367&'+3`				V �@� V				E



	/@/	


E@�@�  �@�  �				@;$cc$;@				@1\#
	
4&>  >&4
	
#\1@�@    ����*^�&'&767"/#'&?'&?632/%217676/&5476321#"/&'=4763!21+&'&'56?1?632?6=4763@



-
&&
��3
	 		


  
Cd0dC
  


		 
3��Y##Y

d(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(����M�21#"'&'&5476763217676/&5476321#"/&'=4763!21+&'&'56?1?632?6=4763@####��3
	 		


  
Cd0dC
  


		 
3�""""@(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(��@�&@W732?&'676726=&'&'&'&'&27167654'&'&#"3732'&?#"'&?60�21K+$!!4#!  !#4!!/�'!!!!''!!!!'0$`$`��+8K12

6&'





'&6A,�""&&""""&&""�	6H6H��@�&@O732?&'676726=&'&'&'&'&4'1&'&#"3276765'/&76760�21K+$!!4#!  !#4!!/""&&""""&&""M

H(

=��+8K12

6&'





'&6A,D'!!!!''!!!!'+H

(

<

��@�&@IT732?&'676726=&'&'&'&'&27167654'&'&#"35&'675&'5670�21K+$!!4#!  !#4!!/�'!!!!''!!!!'��+8K12

6&'





'&6A,�""&&""""&&""`�PP��@�&@K732?&'676726=&'&'&'&'&4'1&'&#"3276765##&'6730�21K+$!!4#!  !#4!!/""&&""""&&""@����+8K12

6&'





'&6A,D'!!!!''!!!!'��@�&@Y732?&'676726=&'&'&'&'&27167654'&'&#"373#&'5#&'6735670�21K+$!!4#!  !#4!!/�'!!!!''!!!!'0000��+8K12

6&'





'&6A,�""&&""""&&""�0000��@�&@Y732?&'676726=&'&'&'&'&27167654'&'&#"37/'&?'&76760�21K+$!!4#!  !#4!!/�'!!!!''!!!!';$$

%%

$$

%%

��+8K12

6&'





'&6A,�""&&""""&&""�%%

$$

%%

$$

����
!,V%3&'&'#6767!15&'&'#536767574'1&#"3276=33276=4'&#"#5�A=<Y=+*AA*+=Y<=�=<Y=+*AA*+=Y<=�								`								`�Y<=A*+=@=+*A=<YY<=A*+=@=+*A=<Y@				�				@@				�				@@���(-D]%&'1&';;67&'#'5;27654'&#1'73567/&'567667567&'&'567�	CBbC66  &p�	`VP 				�N .##
#
}

�`??  66C8&y�				�I8�:4+`	4+`		@@@

@��A�3EWh%7167654'&'&76#"/674'&'65&'&'&'4'1&#"32765271654'&#"3%&1!676'�R#"+#
7(																�d"=
	��.##
Q,	"!!
��R								�								i	
��"e��@�#6HZ;2?6/&+"'&1!676'	?6=4/&4'1&#"32765271654'&#"3�	6		6	�"=
	���0000��								�								X0000	
��"e��	6		6	T								�								����3M\%671672'&#&301;23232;276=476;4'1&'&#"3276765'/&7676A11F

�
��
		  		@?""&&""""&&""M

H(

=`E-,�	�

		Ep@		'!!!!''!!!!'+H

(

<

����3MVa%671672'&#&301;23232;276=476;27167654'&'&#"35&'675&'567A11F

�
��
		  		@�'!!!!''!!!!'`E-,�	�

		Ep@		�""&&""""&&""`�PP����3Mf%671672'&#&301;23232;276=476;27167654'&'&#"37/'&?'&7676A11F

�
��
		  		@�'!!!!''!!!!';$$

%%

$$

%%

`E-,�	�

		Ep@		�""&&""""&&""�%%

$$

%%

$$

����2Oj%#"+"#"#"+"'&=4=#&'&547%62&7676&'&'67676326716'&'&'&'&'&'327  		  		
	�6"
�

%--DE-,3L
$#b		@pE		

�	y
16� $-D----D*22.��*%����;"133675&'#4'&#'&3;276=476;2;1#�		@pp		@�� 		@				@				A�		���@�		�w��				`				`		a��?�"W�&3367632327636753676/&'1&7676767677676'&'&'&1&'&&'&&'1&7676767677676'&'&'&13�!�%#+*#

&,21		12-&

#**#r*##+*#

&,21		12-&

#*��II���







�






��_�.P��4'1&'&#"3276765'6'&?#&'673'&71676323276353676/&&&'1&7676767677676'&'&'&1&'&&'1&7676767677676'&'&'&1&' ""&&""""&&""�8

8

YY

� �P#+*#

&,21		12-&

#**##+*#

&,21		12-&

#**#0'!!!!''!!!!'C

88

C+%$T�:%+�







p






����>Kj#"'&=4'&+"+"#"#"+"'&=4=#&'&547%627"1354'&#671672+"'&=47635�			@		  		
	�"�		@		P""				�				 @				@pE		

�	�%%��		00		 ""0		�				�		0����3M\%1!&'&'5#&'&547%62&#"#5&'##3367347167632#"'&'&57&'&?6'@#�� 		
	�

)##( 00  ""&&""""&&""�=

(H

P-%&�		

�	�00 0'!!!!''!!!!'+

<

(

H����3MVa%1!&'&'5#&'&547%62&#"#5&'##336?21#"'&'&547676367&'5675&'@#�� 		
	�

)##( 00 �'!!!!''!!!!'P-%&�		

�	�00 0�""&&""""&&""��PP����3Mf%1!&'&'5#&'&547%62&#"#5&'##336?21#"'&'&547676376'&'&?76/@#�� 		
	�

)##( 00 �'!!!!''!!!!'$

%%

$$

%%

$P-%&�		

�	�00 0�""&&""""&&""�%

$$

%%

$$

%����'D213##5476331!"'&=#&'&?6#336753675&'#5&'#�		pp@		ˋ��		 �500 00 �		���@�		(w��		���0 00 0��@�_|�6716727676'&'&#323232316767677676'&'&'&1&'&0101"'&'&5676727676'&'&#723276265'4/&&'&&'1&7676767677676'&'&'&1Q"!+

 $X;<%%C1		12-&

#**##+%#=*�
``3*##+*#

&,21		12-&

#*7!

88VF55



	%
(
y
�
HH��






��@�)?4716;2+"'&5671673#&'&'"1;276=4'&+ 		�				�		 ��`				�				��								��� @		`				`		��@�)?Up4716;2+"'&5671673#&'&'3#;6767&'#&'&'#;6767&+#367536767&+&' 		�				�		 ��p* *0* *0**�								��� vJ  ���@&#"5&'6753356736754/5367=&''54/

,��:``;��,�

g
MT8 !3@@3! 8TM
g����(;6733#&'6735671673!&'&'5!3276=4'&#"`P�`$%6�6%$�								��6%$$%6��`				`				�� �;HZg���4'1&'&#"32767651&'&'67673673#&'#'&'&7673#&'67356753#&'&/;#+"'&=6767&'#33#&'67�







,'&4=)(()=4&'Hh

hH�$$$$`�`p�
�
�P 

		@		����0







 1()==)(1

`    ��pp

�

				P@ P ��`�
)4?&'5674716;2!567!!&'&?6/&7%6'&?X�		�		�MD	�h	Ohh
hh�����				  [77H
HH
H���B3#32#!"'&5476;56733353353353301!&'&?212=PP�				�`				��@(@0@(@0�@0�@ 								p������  �����151#35#5!35&'&'!#367675#"'&=33'�-!�@@���p

�
`		 ``��!`�  �
��

�		```����';6'1&'&7677&17676'&'3"1327654'&#�

�

�G

@

@[								v

��

�*��

�

		��				�		���)6T6756756767&'&'327&'&76721#54763";276=4'&#5&'&'�)
44IR66''

$$$$�		@		P				�				""3_%+G-,66R-;;78!s    p		00		 0		�				�		0""��@�CGLV_3&+'&'&'&'&??3?376/3676701015&'&'&'##7#717#&'678L56@*
)

	�O+(4K
0P'
	"!!88E3/X0!�N&��-.Ha
72

��e7F*FD	
,"(E88!!�((&)'a0���/%#"/&'&'6767'&#3?6/�'		


~5FX;;;;XX;;�vvHH�F5~


		';;XX;;;;XYHH���%0;%#"/&'&'6767675&'7675&'675&'�'		


~5FX;;;;XX;;��PP�F5~


		';;XX;;;;X@@`��@``������&'1919191919191999999999999#399999999999999999999999999999999963#67#396595959
59
59	595959595959595959595959595959595959595959595959595959367&'#1595959595159595959595959595151515951595951595159456767&'77675&'#21#"'&'&5476763'&#"'&?7&'4767'�'+=D--&&;;&&'ph







�L(B	N
	;;	)!<�'%--D=,+

+,=0%'
p�







n

J		E-

P663E.'&J����
BP\'&'&=6737#5&'4767676?67675&'&'#&'&'365&'354'&#"�g�)G#;



:$G)�"#'("#(g �@				D9U0U*  
/M)*M/  *U**0U9D���				��/#3!6767&'&'!4716;2+"'&=��  ���		@				@		������� 				�				�	��@�*3<ENW`k671673#&'&';276=4'&+"67&'&'6?67&'&'6?67&'&'67367&'#��@		�				�		88�@@����`@				@				�88888h����-V]e&76'&?#&'673'3#/&54?63332?#65&'&'#6'&#"56767#676713527167654'&'&#"3@@���R��@@	�u�u@@�@�







�@

@��@

@9
�
�@@�@ 







���2HOV^fs9#"'&="/'&'&76?67#"'&5476;12167167!!&'&'53&'&'7#6767135'15#&'&767�				i

[[
		
pYU				`	�)
�

�`
00
00
p
00
0`    �`				jNN	

	`LT					��

�

�p0
p0
p
0p
0P$$$$���
#.;IWdr������1&'&'673#&'673#&'67673#&'767&'&'71&'&'671&'6767'&'67671&'676767167!!&'&'53&'&'7#6767135'15#&'&767�""x00 pp00�""�""P""�""`""�
�

�`
00
00
p
00
0`    �""H`�""""�""""""�

�

�p0
p0
p
0p
0P$$$$����h6/54/176767&'&/76/76'&5&'5&''76/&?1?6=7676=7�
*C�$#"�(&0	22	0&)�"#$�B*0				0:17	Wz*%)*3@
'2&99&2'
@3*(%*zW	71
8	8?
				
?8	8
����f�����&?54?5'&'&'676?'&?'&7656756327'&?6&'&'''&'&='%35673#3#3#&'5#&'5#&'5#&'6735#&'6735#&'673567356735#35#'35#35#�
;u  �1
 -- 

1�"#
( +				  
W00000000P0000
=,<f%*
*:
@%'++&&@
:*
* # +2
				
2 )@
�0000p00P00�00P00  `671632!&'&?�&&--&&l		�>		l
''������-:GTagw16;#367675&'&'#5&'#5&'&'#3#&'567673#&'5673#&'53#&'567%#'?&'!676'P
G Iz

(
`     �    ��<=0J

�
	{	
��
\w z""
�
HH�
@  p  `  P  �c@)z,��:����(676'&'!;67674/&#"'&'0----�EK{	�0~�	 '((''(('���O�����@�AF&'1&'&'5&'#"3!27654'&+'#7#5%?676/73#	!
l�								�C>BK5)Q
!*��p�� 
['#'��								�NK��X^

!��}  
����-HU[hnt�676'&'57+"'&=&'&567673567&'673+"'&5676'&'654'%&'&76757654'1+"'&=&'&567673H�.		@		 0 %�.% 0 		@		x�$$$$P�@		@		 0 0 h    �T2*B4'				"0 �'4B* 0"				H    �T�    ��T*T*"+				+"0  0����-:�&'&767676'&'"13!27654'&#!%676'&'76/6?;276=?;276=76/&'&+"'&'&+"&+"?;276=h�



p				@				���



��	$		0		$			0			&""&			0		x



��								�j1	D16				61D	1&				&1	G

?

?

G	1&				&��@�r�676'&'13277676/37676'230176767410176?03277676/&/77676'&/&'&#"'&+%676'&'32?6?'&'P			



9t

	G

2	
"#&�5�r<		


=(` �		�

{�

6@!NX

\	6A
%"<	 �>;


		>	$-��/�6CP~1&'&/&'&3276=3327656?6'&'&676'&'!676'&'13276=33276=;27654'&+'&'#�  	

	;								;	

	X��								
0				&+!�#

#D��				��				2D#

#% `�				��				�				;$����#0=�'%'&'&767%6&'&767&'&767676'&''+"'&='&?676;27676;26;2/+"'&='&?&/+"'&='P 
���
!



�



8�		0			&""&			0			$		0		$	��
��
��`(



�1&				&1	G

?

?

G	1&				&1	D16				61D	����Fi676'&'53+";!27654'&#!57676/&'&+"76?'&#"32?654'&#"54'&#"�@X				xPx				��
:

:
X


		P


P		


				`��``								�/
a

a
/���		


P		P


		�				����Fi676'&'53+";!27654'&#!57676/&'&+"76?'&#"32?3276=327654'�@X				xPx				��
:

:
�P


P		


				


		`��``								�/
a

a
/�GP		P


		�				�		


����LY&'&767'&'&7#&'54'&#"/"'01&'&'&74?676;2'&'&767�----�?
<(				f	
�
C $L#3
u�'((''(('��O
-%				03
	P
eG


3



���?g676'&'533276=7676/&'&+"76?32765&#"'&?76/?'76'&'�				
:

:
				��L(B	N
	;;	
27'L`����				�/
a

a
/�				�

J		E-

P66O)&E		J ����=V&'&7677676/&'#"76?3276=33276=67675&'&'675/	


J-$
:
								X��9	

Y"
a
0�				��				��pp ����Y676'&'5332765;27654'&+53#5#367675&'&'#+"76?32765�				8@				��@
�

�
MB
:
				`����				 				@� 0

�

P
a
0�				��@�;Ud676'&'#"'&='&'&?676;2&/#"'&=#47167632#"'&'&57&'&?6'p(				
:

-				�""&&""""&&""�=

(H

��Ѐ				�0
a

J#/�				�'!!!!''!!!!'+

<

(

H��@�;U^i676'&'#"'&='&'&?676;2&/#"'&=#%21#"'&'&547676367&'5675&'p(				
:

-				'!!!!''!!!!'��Ѐ				�0
a

J#/�				��""&&""""&&""��PP��@�;U`676'&'#"'&='&'&?676;2&/#"'&=#47167632#"'&'&53&'#367p(				
:

-				�""&&""""&&""�����Ѐ				�0
a

J#/�				�'!!!!''!!!!'��@�;Un676'&'#"'&='&'&?676;2&/#"'&=#%21#"'&'&5476763&'#3675367&'#5p(				
:

-				'!!!!''!!!!'0000��Ѐ				�0
a

J#/�				��""&&""""&&""P0000��@�;U^�676'&'#"'&='&'&?676;2&/#"'&=#%21#"'&'&547676367&''6756736757674'&'#p(				
:

-				'!!!!''!!!!'@	(
 	

(��Ѐ				�0
a

J#/�				��""&&""""&&""��	
	
��@�;Un676'&'#"'&='&'&?676;2&/#"'&=#%21#"'&'&54767636'&'&?76/7p(				
:

-				'!!!!''!!!!';

%%

$$

%%

$$��Ѐ				�0
a

J#/�				��""&&""""&&""k

$$

%%

$$

%%���Ks&'&76733276=33276=3276/7676/&'&+"76?3&#"'&?76/?'76'&'�								&"
55
"&�L(B	N
	;;	
27'L���`				``				`s8
YY
8sn

J		E-

P66O)&E		J��?�-:o4'1&#"6763276?676'&'&'&'&'5676'&'&&'1&7676767677676'&'&'&1&'�				!i

i?=&�$$$$
#+*#

&,21		12-&

#**#�				 )$#�
a

 ( �    �






@����>K213'&/+'&/#"'&=6767676=4763&'&767 		!9W,
	&`\
�				.		��		
)##P:
	3�
�J				J1((
		 ��|�>Kz4'1&#"3276=477676/;7676/&'#'1676=&'&76776/7676/76'&'&#"'&011327				.				�
\P&	
,G9!�p;	
O
A'LL(B	$'�				
('2J				J�
�3	
:P##)
0�6O

-F		J

J		E-
1$��@�(J&'&767532'&/#"'&=1'671671#"'&=#"'&?'&'&?�
;
				n				&"
5����
a
0�				���`				`s9
Z��@�=Jkv�676'&'73276=33276=7676/&'#"767%&'&767'&76?367675&'&'367&'#&76/��								/	


J-$
:
�)07�88

0
0`�0�				��				�9	

Y"
a
Ah;*`87f(2


 �� �+;H3675&'167674'#"1;7&+357676/&';276=#���""����i�Z��6	M�		�		��
b""pY��.Z		�� 				 ����AW`6?#&'3&'&'47'01'6;27&76'&'#"'&='&'&?67#'67&'����""�6�2_8$L		V�		6		L��
9""��Zn��	
`
@�		4		nZ		�������%1>Tk�3675&##67674';23'6=&'&'#"7676'&'1;276=&'&'#654/&#3?7675367&'#5&'&Goow{�		���@��$$$$ 		�		@�@
XX
@H@
XX
@�
A				� 		o+ j�      				 ��8
  
88
  
8���?JU`k676'&'#"'&='&'&?676;2'&/#"'&=#6/&7!6'&?&?6'!'&76'�(				
:

;
				�PP�PP�0PP�PP��Ѐ				�/
a

a
/�				�YPPPP�PPPP�� �!V2#5'&'&?676;'676'&'%756733##&'5#"'&=47635675&'67;	' �6		L%2i'((''((' 
50,<				�ԮZ		� p----Pt	m8U\`		�		 	d���+N&32765732765&/676'&'5367576/&'&+"?67�				��				�



	&&	��
��				-nn��				@
����XX�1	G

G	1�����HZ�676'&'431277676/&/77676'&/&'&#"76?6?32?6?'&'3127654/36767&'&'#";#7654'&#"�TG

2	"#3

	<		


=([


		D----D�				�))		


P		P`i@!MX

\	6A
%5

�>;


		>	$-w		


--DD--				))


		P


P����HZ~676'&'431277676/&/77676'&/&'&#"76?6?32?6?'&'%&#1"#";32?654/�TG

2	"#3

	<		


=(�


		�				�		


P		P`i@!MX

\	6A
%5

�>;


		>	$-�		


				


		P


P����HZ~����676'&'431277676/&/77676'&/&'&#"76?6?32?6?'&'%&#1"#";32?654/675&'&'675675&'&'675�TG

2	"#3

	<		


=(�


		�				�		


P		P�`i@!MX

\	6A
%5

�>;


		>	$-�		


				


		P


P�00��x00$�� �HZs676'&'431277676/&/77676'&/&'&#"76?6?32?6?'&/&'&76?6?6'�TG

1	"#3

	<		


=(>
	 6
@7
@,`i@!MX

\	6A
%5

�>;


		>	$->7o oL
	����*DS1?2372367&'&54767'5&'&'4'1&'&#"3276765'/&7676��:
nn
#M�""&&""""&&""M

H(

=�Ti	B1G+*
  "#).&%,T��'!!!!''!!!!'+H

(

<

����*DMX1?2372367&'&54767'5&'&'27167654'&'&#"35&'675&'567��:
nn
#M�'!!!!''!!!!'�Ti	B1G+*
  "#).&%,T�""&&""""&&""`�PP����*D]1?2372367&'&54767'5&'&'27167654'&'&#"37/'&?'&7676��:
nn
#M�'!!!!''!!!!';$$

%%

$$

%%

�Ti	B1G+*
  "#).&%,T�""&&""""&&""�%%

$$

%%

$$

����.;Z67167'"#'"#&'54?5'54?5"1354'&#671672+"'&=47635�f@:
nn
:��P		@		P""				�				bT:"G+
  
*+G1B	iT�		00		 ""0		�				�		0
����%0?O^m|�1&'&'5673#&'673#&'67673#&'767&'&'571&'&'567&'56767'&'56767&'56767&7163!2#!"'&=&'&'�""x00 pp00�""�""P""�""`""��%		�		%�"" H`�""""�""""""�&				&��@�A[r"1354'&#3"1354'&#"133276=67&56767654'&#!27167654'&'&#"3732'&?#"'&?6`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0$`$`�		``				``		�				 ;++C				C=.-		��""&&""""&&""�	6H6H��@�A[j"1354'&#3"1354'&#"133276=67&56767654'&#!4'1&'&#"3276765'/&7676`		@		�		@		�				$#8				##8		�� ""&&""""&&""M

H(

=�		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'+H

(

<

��@�A[do"1354'&#3"1354'&#"133276=67&56767654'&#!27167654'&'&#"35&'675&'567`		@		�		@		�				$#8				##8		���'!!!!''!!!!'�		``				``		�				 ;++C				C=.-		��""&&""""&&""`�PP��@�A[f"1354'&#3"1354'&#"133276=67&56767654'&#!4'1&'&#"3276765##&'673`		@		�		@		�				$#8				##8		�� ""&&""""&&""@���		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'��@�A[t"1354'&#3"1354'&#"133276=67&56767654'&#!27167654'&'&#"373#&'5#&'673567`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0000�		``				``		�				 ;++C				C=.-		��""&&""""&&""�0000��@�A[t"1354'&#3"1354'&#"133276=67&56767654'&#!27167654'&'&#"37/'&?'&7676`		@		�		@		�				$#8				##8		���'!!!!''!!!!';$$

%%

$$

%%

�		``				``		�				 ;++C				C=.-		��""&&""""&&""�%%

$$

%%

$$

����4J_'&#"?765'76'&/"1;276=4'&+"1;276=4'&+;276=4'&+"b4&	//	&4b				�				��				�				��		�				�		�00%54%�		�				�		@		�				�		`@				@				����$+A"13276=7#54'&##3?3?#'3?#3327654'&#" 						UU		uJZJZ*J[JZ�ZJZJ U								U�		��				�� 		@����������				�				6�����*5[`!2#!"'&54763675&'&'675675&'!#3+"'&=&'&'535#"'&54763#35`				�				��@(()		 		)H(				�PP�		�@				�		�@@�@@X@@8@@`)@				@)`@				@@@ ����=Wf33276=32&#"54'&#"327#"#&'&'47676347167632#"'&'&57&'&?6'�K				K+-%&								�v�""&&""""&&""�=

(H

�@				@x#+				@				@		L��'!!!!''!!!!'+

<

(

H ����=W`k33276=32&#"54'&#"327#"#&'&'47676321#"'&'&547676367&'5675&'�K				K+-%&								�v'!!!!''!!!!'�@				@x#+				@				@		L�""&&""""&&""��PP ����=Wp33276=32&#"54'&#"327#"#&'&'47676321#"'&'&547676376'&'&?76/�K				K+-%&								�v'!!!!''!!!!'$

%%

$$

%%

$�@				@x#+				@				@		L�""&&""""&&""�%

$$

%%

$$

% ����0CPn#"3547632356756767'&'&+#"'&=#"'&=4763221#54763";276=4'&#5&'&' Kv�				 ,K				@								�		@		P				�				""���		@				@�%-V@				@�@				@						00		 0		�				�		0""�[$76716567656765676+5!2#!"'&54763@
c
c
c
�
	D@@@@@� @				��				K
��
��
��
��								��*/Z;+&'6735#&'6735#&'6735#&'6735#&'673!!#3#3#3#3+=;  X��`  �XPPX(  (���(  (XPPX���/H376'&'##901!6767&'&'&'01&'&'/'&?'&7676��/
�
/��*)  )@)  )*////////`G		G "#78R))R87#"�////////����6CP_y�&#!1#567671367#&'&'67676725&'&'#'3#&'5673#&'56?367&'#5&'4'1&'&#"3276765'6/&767R�v

@$%%%,;-%&
v��    � @""&&""""&&""c

H(

=�

[
��
`:)%%% #{
[�@@�@@� �'!!!!''!!!!'+

H

(

<����6CP_y��&#!1#567671367#&'&'67676725&'&'#'3#&'5673#&'56?367&'#5&'27167654'&'&#"35&'675&'567R�v

@$%%%,;-%&
v��    � �'!!!!''!!!!'�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""`�PP����6CP_y�&#!1#567671367#&'&'67676725&'&'#'3#&'5673#&'56?367&'#5&'27167654'&'&#"37/'&?'&7676R�v

@$%%%,;-%&
v��    � �'!!!!''!!!!'$

%%

$$

%%

$�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""�%

$$

%%

$$

%��@�.;HUbo3#3#5&'&'#&'&'567673754763&'&767%3675&'#3675&'#3675&'#!3675&'# pOYf�

�fZ		0�  p  ��  �  �@@�p

p�@@		�@@@@p@@@@����)6CP_l�63&'&'#131!&'&'6767373675&'#3675&'#7676'&'73#&'567"1354'&#671672+"'&=47635.�v
 00 @@��

v��    �2222 �		@		P""				�				�

[
�0  0%`
@
[�@@�@@H*,,**,,*x `		00		 ""0		�				�		0����"-17135476;&'&'!'&?6'&?6#7�		���`

`

`�

�

u���		 ��u`

`

 �

�

�뀀����8AJ&#"767676'4'&/6732;2?631&'&'567&'7&'67
�
/.VV./
�m	(0(
))8`�P3EEAB++BAEE3P�	66	v))v�����<LU&#"767676'4'&/36767533#"/&54?';#"'&=67&'67
�
/.VV./
�l,	@"0c(				��P3EEAB++BAEE3P��@ "3*~  				00����4&#"767676'4'&/671672763/&'
�
/.VV./
�}SS�P3EEAB++BAEE3P�R

R����,CN67167!!&'&'6757675&''&675367&'#5367&'#3&'675@��LBB�000@�`��@A�fn
�fn
@`P ������"D1!6767&'&'!676'&'67167"/'&'&?6765@@��`P71)���@phf78`*;����Vhq1!6767&'&'!76'&&'&'&'&76'&'&'67676'&7676767271654'&#"3&'67@@��� 								X���@>�								 ����js3#5367&'+3#5367&'#&'5'#"'&5476;'#&'&'67673'+#&'&'6767;'54105676321167&'�A))(((())+'$)#
#Z	

	��))P�))Pd+ )$_�
		
E����0=O�"'&?32?76/767&/76'&'&#&'&7674'1&#"3276547163276765&'5&'&'&#76765&'547632!"3!27654'&+=�
9
7

7
9

9
7		7
9
$$$$ 								8				

"""

				�X				@				h�
7
9

9
7

7
9

9
7
`    @												5!
		
!5"""!
		
!				�								�`@�-&'1&'!!5476;57#21#"'&54763@�@`		������								@��		�����@								��@�37I&'1&'67676'367673#"!&'&'676753271654'&#"3 �
  ��		�������								  �		�����								��@�6+'!"'&76?
� 	
���
	 �����
��
 �����37/&765677662#!"'&5476;576?3'�
PP
(({�				��				��MMPHH
$zz$
�
�								�
��ǀ���@�"9&!76'&76/!?654/&;53276/&/�
"�m!
PP
!�!
PP��
	�``		��

HH

HH��
�������@� 76'&76/!675&'&'!7&;53276/&/x
PP
!q""3��!��
	�``		��
HH
((3""}�
�������8�)@&5&''&?6'!&5&''&?6'&;53276/&/�((
PP
`((
PP
��
	�``		�P
$zz$
HH
$zz$
HH7�
���������)3276/&/&&;53276/&/��
��		���
	�``		��z	�)��

��
�������@�*!54'&#!"#6753675#!&'567@		�		�����  				@��p�@@��@�*7JU32!54763;&'5#&'5675&'732!54763;&'5#&'5675&' �		�		 �����		�		 ����		  		`��p�@@�		  		`��p�@@��@�3UZ^o�&17676'&5476'&'!1767654'&'&65&'&'76?37676'#73'#7'6'&76'&547%&7654'?

�

���
���Q&L&}&�2::2
'--'

'--'
2::2���
--.�  �SS�#''##''#���;?EIMX6#+32+"10+"101#"'&5476;7#"'&="'&76?'3'7'#7'''367&'#��
		 E				_�`				E 		
�I;:uu??t.#n-"v���PP		�								�		PP�C11�55SC&&C�����#0=JWd�67167335673+&'&'3675&'#3675&'#3675&'#73675&'#3675&'#%##"'&=#&'&'67&56767 
`
(

�`
@      �    �� "
	
		#))�

�HH
�

�   P  p    p  �	)#�				�#)	))���$%'&76767&54?632#"'XcB�
P
Ac_`�cA
P
Bc`_��� 6K`3673#&'#/&'6?64716;2+"'&=32+"'&=476;!2#!"'&=4763�YX

XY��/		�				�		�`				`				�				�				�	H

H		`

`	�				@				@�		@				@				@				@		����4:GTi67167!322+&'&'#&'&'#&'&'35'#676'&'%&'&767&#3?6/
@
3M				 ))�))
��M3�p��'��'PP�

0M @				))))
@�M`�0A''PP����4:GTh67167!322+&'&'#&'&'#&'&'35'#676'&'%&'&767%67167&'&'&
@
3M				 ))�))
��M3�p���

0M @				))))
@�M`�0�!!

!!����BGTa671673332+&'&'#&'&'#"'&547635"'&=476353'#676'&'%&'&767 �%4)5				 ))�)) 								`V++�p`$w 				))))				 		`		 �``�0����DIVcz�1"3";676736767327654'&#5&'&'#&505'&'#&'#3#5676'&'%&'&767'567/&'567667567&'&'567`								 ))�)) 				5)4%� ++V��p�#
#
}

� 		`		 				))))				 w$```�0�4+`	4+`		@@@

@����*IR[d1??&=&'1=15&'&'367533675675&'&'!673#7&'6767&'��{2[ZX�
�
P�����kQ	@%R( !"R�a��!+((+!�

O11a����
"4F]jw67!!&'67!!&'676'&'6716732#"'&5&'1&'6;+'+"'&547676;27676'&/&'&767P��P��S    3`V		�`		Rg3		
�		0
`
,    q--..��0H$$$$�			 			>0				/�$$$$@'((''(('����/FS`t&'&7671;6767&+32765&'&'#"'&+";2767&'&'7&'&767676'&'"13!27654'&#!�    �		V`�R		`g
`
0		�
		3�    �--..��				@				��`$$$$�			 			>/				0�$$$$`'((''(('�								
����
 +8O\l{�&76/!?6'&?6'&!76/&%676'&'3674'&'&'&+""'676'&'136767&+67&'&'#"3'676'&')HH.HH��HHPHH��$$$$l�&P($



8FpF85�HHHH�HHHH�    P

#	%p 
P
p����+8GViv�1!6767&'&'!47163!2#!"'&5&'&76736767&+367&'&'#"'&+"3674'&'7&'&767676'&'`))�))�@ 		�				�@		��8Fm8FYP)�)��$$$$�)��))@)`				��				@P�

/	&

&	qP    
����-<O\iz��367&'#"675676'&'136767&+67&'&'#"3#&'&+"3674'7676'&''&'&76?36754'&+5&';67&'#!3276=&'#0Xh		�



8FpF8Y)P)�$P    xX		h�8		hX�h		X�		hX� 
P
&		&

p $$$$�Xh		�`Xh				hX��� %?N4716;2#&'&'"'&535#47167632#"'&'&57&'&?6'		@@@				3)		`@@�""&&""""&&""�=

(H

�						�,9&!') 		 ``��'!!!!''!!!!'+

<

(

H���05w��"13674741&'&'676705&54767527654'&+53#1766767676'&76767&'&'&76'&'&'&''&721#"'&5476367&' 				),				@@@@@@xh								(�				��)r				�``�X								`����
g���6'&?'&&/&&/&32?32?6/&'77414567&'767&'76'&&6'76'&&/27167654'&'&#"35&'675&'567�XX�

 
E		


E'&		",
$. 	+F.; 
:.�'!!!!''!!!!'�XX		'&*!		&'*!		&'D


		E! "2(
 	5.<	!!:.�""&&""""&&""`�PP ����?H671673&'&'54'&#"&'&'567673276=#&'&'7&'67)&&'&::&'

'&::&' )�`)&V�:&''&:P�

�:&''&:P�)����'@Yr"13!27654'&#!"13!27654'&#!'?76/76'&'&!&?76/76'&'3?76/76'&'& 				@				��				@				��7777777777777777�77777777�								��								�777777777777777777777777��@�F&'&7673276=33276=3276/7676/&'76?;�    �								
;%::%:
	�$$$$��P				PP				P]%	
N..N
	%]��o�F&'&767&/&'&3276=3327656?6'&'&#"'"1"'    g%
+				 				,
�$$$$i
 
)��				``				+
��@�!;J671673;#!&'&'#547167632#"'&'&57&'&?6'�		�8$#"����`""&&""""&&""�=

(H

��		'.->-%%�@���'!!!!''!!!!'+

<

(

H��@�!;T671673;#!&'&'#521#"'&'&54767636'&'&?76/7�		�8$#"����0'!!!!''!!!!';

%%

$$

%%

$$��		'.->-%%�@��`""&&""""&&""k

$$

%%

$$

%%����"FP]30101#!3#/&+'4#676=#36767&'&'!!7676/3+0101547&'&767@�.@ �DLG)"I.+�

��

!
TJ(�JEJ�
('2J@��[?##)
��@
`

��
2
~0Jg���Q671673276765&'5&'&'&#3276765&'567673276= ..""33""3""..				H
66
3""""3""3
66
 �				� �����,1%+!"'&54763!5!"'&='&'&54?676325%!�
P@��				���			
$$$*)%F���@��
				0		u/!�9I����<Rdv"'&?67!/&+3#"/#+&'&?&'5676735#"1;276=4'&+4'1&#"32765271654'&#"3W

**

q()#B(
	7�7	
(B#)(qI				�				� 								`								�  0)�/B	77	B/�)0p		 				 		�								 								���!%#";27654'&+576'&'!'! 	�@				``				@�	�@�&��ֳ								��ӓ����*&'&'676725&'&'67672=67%6�
)))�)))@
�
H��"""�M�"""�H`	���4%#"/&'&'676727167654'&'&#"3�'		


~5FX;;;;XX;;�'!!!!''!!!!'�F5~


		';;XX;;;;X�""&&""""&&""���732?675&'&'&'&'&0��/!!4#!  !#4!!/���,A6&'





'&6A,��(�&'?76/76'&/=	
@�h��h
�@��g�	DD	�g�����-727167654'&'&#"313!2765&'&'#�####.K32	
�
	23K\�""""023K
		
K32	���"/<IVcx�67167!!&'&'3675&'#%3675&'#%3675&'#%3675&'#%3675&'#%3675&'#;276=4'&+""1;276=4'&+���0  p  ��  p  ��  p  �		�				�		 				�				�`��@��    p    p     @				@				�		@				@		���	)#53#53'#533#51!6767&'&'!�����ࠠ������`�����@��@����@
���$).38=B1!6767&'&'!#5;#53#533#53#5;#5#5;#53#53@���XXX8XX�XX��XX�XX@XX�XX8XX�XX���@@@@@@@@�@@@@@@�@@@@@@���$).367167!!&'&'335#)!535#)!535#)!5���@@@����@@����@@��`��@@@@@�@@@@�@@@@ �`1#"/&5476327632�		�


�		


i�


W


�		�


		j�		  ``)6514'&#"'&#"32?327654/7W		


ii


		jj		


ii


		jj)


		jj		


ii


		jj		


ii���3%#"/&'&'6767675367&'#5&'#3�'		


~5FX;;;;XX;;�@@@@�F5~


		';;XX;;;;XX@@@@���%%#"/&'&'6767%367&'#�'		


~5FX;;;;XX;;�����F5~


		';;XX;;;;X����I4'1&#"3276=6716'&'&6767674'&'&&'&'4767 								�
	

)  66CC66  (


	
21KK21�				�				�Y	

"/08C66    66C80/"


	##)K1221K)## ��`�':Na21#"'&5476321#"'&54763#"'&54763221#"'&=4763#"'&=47632@								�								`								�								`								�		�@				�		`		��				`		��								@		�				�		�@				@				����P]/#"'&/&''&/&'&?&547'&76?6766?6763276676'&'�
,,
	

88

		
,,
		
88

	�----
(

(
	::	
'


(

99
�'((''(('��@�J%1#+"#"+"'&=4'&+"+"#"#"+"'&=4=#&'&547%62@		
 !		@		  		
	�
		�@				@pE		

�	�
���(1&'&'&547676776/5&'F::$""$::FF::$""$::F`U�!"<=CC=<"!!"<=CC=<"!x�
@9{��@�.A#"3547632367674'&'&+#"'&=#"'&=47632Kv�				�vK				@								���		@				@		L@				@�@				@				���#@I4'1&#"'&#"32?654'&#"51!67675&'&'##"/#&'67 				I


		�


�		


I��e.-fp�				�J		


�		�


		J�  --8���,"1!676754/&'&#!!##&/&'#7y9�9��03		x		30�
�\\�
@�� ����@#";276=4'&#"'&'&767654'&#"#"'&547632�2				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//����5p767632#";0109276=4'&#"'&'&7673276=1767676'&'&#"'1'327654'&+"##i1@@12				�						,9999,%
B				,9999,%
1@@12				��"//						�				3,,%.
V�				3,,%.
"//				��@�'9KVal67167!!&'&'271654'&#"374'1&#"32765271654'&#"37367&'#367&'#367&'#��@�								 								 								`������`��@�								�								�								�``����+35&'&'567673!&'&'567673��""@()==)(��000""00=)(()=0������+4'1&#"3276=76?675&'&#"'&5@								@@;EI"
	$&&#7;E�				 ��p				�"
	�	���9163&'&'=676767&'&'567672&'&'Q99

""":9HH9:"""

99Qp32O
�
"00H9:"""":9H00"
�
O23��@�&'&#3767@�DD��	
x@x
	�����'/#&'&'56767376'&767&'&76-�DD�p!!�	��	
x@x
�//����/@W1'&767654'&'&761'&767&'&76'&767&'&76'/#&'&'5676737611))=!!33<!!p�DD��(9:DD:9)!009900!K&'--'&*FF*K//�	��	
x@x
	����05JOox�671673#&'&'535#671673#&'&'535#3#&'&'56767#3567336767#&'&'#&'5&'673&'67
`

`
@@@@
`

`
@@@�`

`

P@@�@ @ p@p

`

`@@�

`

`@@@
`

`
@@@�`@�����$1>I367&'#367&'3367&'#3367&'#367&'#'67&'XH`�@��p��`��p��p��p��`�����'32?654/&+21#"'&54763����
p								p����
 								���*<'&?654/&765676732#"/&574'1&#"32765Y�''pp���
�����								��*66*qq##���
���V								���� ,7B1!327654'&#527654'&+!!!"'&547637673#&'3#&'67`))  								 ���				 �����)��)				@		@		��@				�0����2?367&'&'!��
��
��Hll�

���<E1353354/&+!=!3276=&'&'!;!67675'&'67�@�@��@ 		��		 �``CC�� @@ 		``		@@����6#!6767&'&'#'&'#21#"'&'&5476763�
K�K
"z"k







�







����/3&'#";27654'&+73#";27654'&+#7�		�				`				�				`				�p88���								00								k�������)6C4716;+"'&5476;=#"'&567167&'&'#336767&'&'+		0�6%$$%6�0						�ppp� p�		$%60"#6%$				��		��@�����)4716;2+32+"'&5476;#"'&5�		�				;�@				�				;�@		�						��								@		��@�5Y53#";27654'&+33276=&'&'+32765%&#1"3#32?6'&'#53676/@@ 				�				 @				
pp
				�


@	  	@


@	  	@@ ��								@ 				0

0				W		@�@		@�@����5Y53#";27654'&+533276=&'&'+32765176753?654/&#5&'&@�				`				�				
��
				7		@�@		@�@@ �								� 				0

0				�


@	  	@


@  	@����';O1+"'&5476;21+"'&5476;2%47163!2#!"'&51#!"'&54763!2 		�				�				�				�		��		�				��		�		��				�		�								�								�								�								����';O4'1&+";27654'1&#!"3!276513!27654'&#!"%4'1&+";2765`		�				�		`		��				�		�@		�				��		`		�				�		�								�								�								�								����';O1+"'&5476;21+"'&5476;2%47163!2#!"'&51#!"'&54763!2�		�				�				�				�		�@		�				��		�		��				�		�								�								�								�								����';O4'1&#!"3!27654'1&#!"3!2765%13!27654'&#!"4'1&#!"3!2765�		��				�				��				�		�@		�				��		�		��				�		�								�								�								�								��� 4HUb3675&'#"13!27654'&#!"13!27654'&#!"13!27654'&#!'3675&'#3675&'#(00�				 				��				 				��				 				��0000�00								�								�								�00�00������':N\47163!2#!"'&54716;2+"'&532+"'&5476347163!2#!"'&=&?6/		�				��		�		�				�		 �				�				�		�				��		f		f�								�								`								�								�

O�O����':N\47163!2#!"'&54716;2+"'&532+"'&5476347163!2#!"'&57'&'5676		�				��		�		�				�		 �				�				�		�				��		�f		f�								�								`								�								�O�O

@�&67167!!&'&'%/=?6�/``@�	�		
@
�
@	���-:67167!!&'&'&#"'&#";276/676'&'���D
W@` �x�`��@k!		P



�����11#"'&'&'&'6767�''

''66RR66-;;78!!87;;-R6666R���
$%&'1&'6767!67167632#"'&'&'�66RR66�@!"<=CC=<"!!"<=CC=<"!�R66��66RF::$""$::FF::$""$::F����+&'1&'6767676;2'&'67&'&'&'�R66!!''		''!!66R` 0"@66R/??7777??/R66�0 "����
M&#1"7654/?6?''1!676754'&#"#!"'&5476;27654'&+�b��	
Y	�b�L)))						�				`				`�b�	
X
	�b��)�))`				`										���i&#1"32?#7654'&#"327654/3'&#"32?654'&#"5332?654/&#"#5327654/


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@�		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@@� %767&'&54'&#"3276=�								�	@	�
�				��				�
��*%//#"'&5476327676���								���v	�v				@				v�	v�	��	�
 %767&'&'=&'&7675������	@	�**�Y`� 	�

�	@����&7%67&'%I ���
��
��@�+136767&'&'#3136767&'&'#0

 

 �

 

 �
��

 

��

 
��67167!!&'&'�@��
 7'&'6767=676'&'55�����	@	�**�Y`� 	�

�	@�*7??327654'&#"'&'&��								���v	�v				@				v�	v�	��	@� 7'&'676547632#"'&=5�								�	@	�
�				��				�
�����#2!&'&?6367167!!&'&'��
����
`

��
����p



���71327654/7654'&#"			�


		��		


��


�		


��


		�@��@�%1#"'&54?'&5476327		�


		��		


��


�		


��


		����267167654'&'&''5#&'6735673#&'F::$""$::FF::$""$::F@@@@@!"<=CC=<"!!"<=CC=<"!�@@@@���$67167654'&'&'3#&'67F::$""$::FF::$""$::FH��@!"<=CC=<"!!"<=CC=<"!���267167654'&'&'676/'&?'&7F::$""$::FF::$""$::FQ////////@!"<=CC=<"!!"<=CC=<"!Q////////���(67167654'&'&'/&7676F::$""$::FF::$""$::Fq�@/o@!"<=CC=<"!!"<=CC=<"!/�@/o���<N67167654'&'&'6716;&'54?65&'#"'&75471632#"'&5F::$""$::FF::$""$::FV: ,:
6								@!"<=CC=<"!!"<=CC=<"![

$
		�								���/A67167654'&'&''35#&'6733#&'6?21#"'&54763F::$""$::FF::$""$::F(0P(								@!"<=CC=<"!!"<=CC=<"!�@X�								���9s�2132+#"'&=&'&'#"'&5476;67675476315476326767#"'&5476;&'&'#"'&=32+721#"'&54763		H11
				
12G				H11
				
11H		�
 ,				, 
				
 ,				, 
				�								�		
12G				H11
				
11H				H11
		��, 
				
 ,				, 
				
 ,				@								���	-%6?67&'&'%67167632#"'&'&'o��#66R?0."66R?0�c!"<=CC=<"!!"<=CC=<"!#0?R66".0?R66#��oF::$""$::FF::$""$::F��#71327654/!27654'&#!7654'&#"			�


		j3				��j		


��


�		


i				i


		���#%6514/&#"!"3!32?�		�


		j��				3j		


��


�		


i				i


		�����#&#1"32?32765327654/�


�		


i				i


		��		�


		j��				3j		


�����#312?654'&#"4'&#"'&#"�


�		


i				i


		�		�


		j3				��j		


����*#367&'&'&'67673?654/&3pK12
	)`���	@21K8%%
)@	
�

�
����3Mg"13276=327654'&+4'1&#";27654'&+5"1;3276=4'&+4'1&#"#";276= 						@				` 						`				@				@						`�				@				`		�		`				@				��				`						@@				@				`		��				@						`����3Mg4'1&#"#";276="1;3276=4'&+4'1&#";27654'&+5"13276=327654'&+�				@				`		�				@						`@						`				@ 						@				`�				@						`�				@				`						`						@�		`				@				���%1#!"'&54763!2�		��				`		�								���$667167654'&'&'&'567471632#"'&5F::$""$::FF::$""$::F 								@!"<=CC=<"!!"<=CC=<"!�pp�								���8HQZ+"'&5476;#"3!276=4'&+65&'&'#'&'#!1+7673235#367675#�"H

*				�				*
%33%PH#��
���
�{;		@				@		%**)+%;Ȱ
��
�����:1673+0101"016756736767674'&#"+<--3=XH'!,4..>C66  h`"!7	./9K0:$$''BAQA7���� :6676&'&'&'676727676'&'&'&'&3�)%		32??32++GC% 




  1�&. @55    55@<HIC�e&%$ 4��@�%?[1676767676'&'&'&'&'47167632#"'&'&571"'&7676'&'&' =00$##$00==00$##$00=�""&&""""&&""�	
!!('			�"!####!""!####!"�'!!!!''!!!!'@	
'	!!(
	����4M&76/67676'&'&'&'&''67'6'&'&''#&'&'47'67''Pi#$00=3+*!p�(9=)('
		Z�=)(^"$#00=H6I��0R ##!"X�%()=&"
	F�
()=

J.$##!":���,!&'&767675&'4'1&#"32765�

�P

� 								���p�pp�								��@�-1##&?#+&'4?'&567323'&733�te	81g+*

*+g18	et��:
nn
:������#0=JWdq~2135476323!56767354763!!&'&'3675&'#33675&'#73675&'#3675&'#73675&'#3675&'#�		�				0
�@
0		��
��
@  �  �  ��  �  p  �		  				 
00
 		���

P      �      ���+R6'&'5#"'7673567#"'&5476;2?'&'5#&/&+"'&5476;;5676�@		@ 
*(/ �(/@				@
* /�
@				@/�
 @		@�@


@ 
85*% 	�5*%				
8�	 %�
				%�
 	@


@���/%11"'"'&7950107676767&'676767"":9H80#&,
/"":9HH9:""�://

%4E:////:����'46767675#&'&'5#5354'&+"!354'&+"32??23�))��		@		@�		@		 `?2332?``))` @				@@				@ `�`6312#"/#"'&54?�


�		


��


		�W		�


		��		


�  � 7312?654'&#"'&#"�


�		


��


		�)		�


		��		


�@�%K%271654'&+"'&=3676/&#"33"1;2#32?6'&'#5&'&'#				p		 	@


@ )p 				p		 	@


@	 )p 						�@		@�)@						�@		@�)��;�#0=673!#!!!"'&'&+&'676'&'%&'&767."�)�� ��4.�P���H0���!6767&'&'#"/&'#@��
 � 
����@�&7676732;!67!!&'&?YYvu��$
�
p
�p
p� �� �� �3&#1"32?'&#"32?654'&#"327654/�


`		


))


		`


`		


))


		`�		`


		*��*		


`		`


		*&*		


`@@2%7654/&#"!7654'&#"327654/!327�`		`


		*��*		


`		`


		*&*		


I`


`		


))


		`


`		


))


		���/BU21!2#!&'&'47634716;2+"'&532+"'&54763!2#!"'&54763 		�				�p"		`		�				�		 �				�								�				�		��				"P		`								@								`								���
-:73#&'#5327!6767&'&'#"#5&'#676'&'�2�s!,,!s����
3 @�*,,**,,*G`@��@�2222���#0%67167&'&'3675367532?3&'&767PK1221KK12�P((
!(



`21KK1221K�
P((!��x�Q^��6'&/&'&&/&'&#1"'&?3276?6776?676/654'7676'&'76?676/6?67654'&/&'76'&/&'&&#"'&?327'&'&7675










��
	

	



	

	


)9
	

	



	

	


)��











�����$M767167&'&'1#967677167676'905"1&'&'&'67&'&'�X;;;;XX;;'	"/:�=>Z66I:/"		'66S`21KK1221K;,
	
�V88	9#$
	,;G11����?23# 
@�h����g�	D�����#K%6514/&#"#";32?%271654'&+327654'&+"'&5476;�		�


		J�				�J		


���				@))@				@				@�


�		


I				I


		��				)�)								���%147163!2+#!"'&?6?#"'&53#"'&= 						9	
��
	9		�@				�						�@

@�		��`				`���#O"1;32?3276=4'&+1!676754'&#"!&'67327654'&+@				S�		


�						��""@"				��p				p�				�


		�S				�		 "��""p				p@				���&J32+";6767&'&'#"36514/&#"#";32?`@				@				@))@							�


		J�				�J		


�`		�						))				�


�		


I				I


		���@�FR^##+";27654'&+"'&5476767676767&'#654'&'3&'&'&'67673��
j#!%%				�				%%""j
��T&#�#&T�
E21! 
								
 !12E
pC//!##1�!//C1##���"@I#"'&=#"'&54?632#"/367673!&'&'5676767&' 				I


		�


�		


I����pS�				�J		


�		�


		J�  h����1C&'1&'"'&27676767676'&767651'&767676�
	998,+
	998,+�* 
%%2
`+,899	
+,899	

 *
2%%���!&'1&6?6'&/&&'&'76/�
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����01!6767&'&'!676&'&'&'6?@@��[
6	0?23,���@a0
6
,32?����06716727676'&'&'#!67675&'&'#5�"

"",=)(@�0"

%()=0��0��@�
%01!5&'&'!!!676753#&'67673#&'@@�@����0@@p���  ��������*I47163#"'&5&'&'&'"'&5676'&'11#"'&5&'&'&'"'&54763		t^^78				//OPb		     PAA'&				32?				�		87^^t				bPO//		��$$$$&'AAP				?23				���&8J67167!&'!5!!&'&'56767271654'&#"374'1&#"32765�&��&@���								�								`���@@�								 								���4B&'&+;276=32767567654'&'5&'&+532767�+%./3	 `		@			3/.%+				@-77<		<77-�	,$`�				�$,	��M��(`(����H&'&??76?76/7676/76'&/76'&'&'&'�

>
	?
	//	
?	
>
--

>
	?
	..	
?	
>
--�	
?	
>
--

>
	?
	..	
?	
>
--

>
	?
	//� 4Hw21+5321+"'&5476;71+"'&5476;221+"'&5476;'3#&'&'56?673#"'&=&'�				�Р				@				@@		0				0		`				@				@X			D--.%5`				@�								@								�								`--D>B/%X88� 4Hw"1;5#"1;27654'&+'1;27654'&+""1;27654'&+7#367675&/&'#3276=67 				�Р				@				@@		0				0		`				@				@X			D--.&5`				@�								@								�								`--D>B/%X88���� 4Hw471632#5471632#"'&='21#"'&=4763471632#"'&=5327327#&/&'5676732+36767 				@�								@								�								`--D>B/%X88�				�Р				@				@@		0				0		`				@				@X			D--.&5���� 4Hw13276=#713276=4'&#"2716=4'&#"3713276=4'&#"'632676325&'&'#327654'&+&'673 				@�								@								�								`--D>B/%X88 				�Р				@				@@		0				0		`				@				@X			D--.%5���.%&'1&'&#"3276767%63#/&?!"<=CC=<"!!"<=CC=<"!��G��Gpp�F::$""$::FF::$""$::F�GGpp���.713276767&'&'&#"'&?#&'673'&76!"<=CC=<"!!"<=CC=<"!G��Gpp�F::$""$::FF::$""$::F�GGpp���.67167654'&'&'/&'5'&?6F::$""$::FF::$""$::F�GGpp@!"<=CC=<"!!"<=CC=<"!G��Gpp���.16767654'&'&'&7656776/F::$""$::FF::$""$::F�GGpp�!"<=CC=<"!!"<=CC=<"!��G��Gpp	���
+3>LT]%#&547373#654'7#&'+676766+67673#&547&'3''&/&'&'3!1673`��{{pt(<-,��		�t,-<({{�	�	<(<-,tf,-;'t�!!!!@!!!! b6'(87(##(78('6b !!!!�(77(##_b6'(88('6b���-6%671674'&'&+&'54?6'&'&#2?3&'67`D--M9MD--
�����--DL9M--D��	X���!5I]j#"/&7676#"/&767674716;2+"'&54716;2+"'&547163!2#!"'&5'&'&767�
H
(7
H
(7H		�				�				�				�		@		 				��		p�P(=
�P(=
f								�								�								0���67!/&='&7�
�@
�
��
0
O����#<3#567#;5&'&'#5&'&'##+"'&=#!67675���8@���@���		@		���(((``(� 				 �����I&#1"3#5&'&76753#32?6'&'#53?654/&#53676/


@	 `@		@` 	@


@ `@		@` 	@�		@` 	@


@ `@		@` 	@


@ `@����-A[k&'&767!&'&76767167320101#&'0901674'6;#'47167632#"'&'&5671673!&'�----p----�.*)��)*.ֵ







`&&8v8&&���'((''((''((''(('��.
;%%;
.`







��8&&&&8��n�7o%6514'&'&?6#"'&'&?6'&'&32?%1?676'&'&'&'&54?63276?6'&'&#"D**'43,
q  
&-9:-p��**'43-	
p  
&-9:,q�-:9-%

 !q
,43'**p-:9-%

 !q
,43'**p����&71!6767&'&'65&'&'"&'&'01()=p6%$,)$$-D--+p=)($%6/"#	)$--D$$0����(3+"3!67674/&=27654'&+53#765 � 					m
6
l
				 `@#�"�				����				�$88$����+5BO'65&'&'27&#67674'6'&#"3276/'676'&'&'&767' 00  0''0  00 �v�@�0'0  00 '( 00  0

��v

�@������,32#&'&'67673#353#&'&'6767�|D
�

�P@�@
�

�D�

 
�@� 0

 
����E&1"32?632#"'&54?632#"'&54?632?654'l�  !++!�		�3AA300�%//%##��		�

�l�!++!  �		�003AA3�##%//%��		�

�����,91!676754/&+4716;2+"'&=&'&767@@M�		�				�		�$$$$����M`				@				@�    ����67167!!&'&'@��`��@��';47163!2#!"'&547163!2#!"'&51#!"'&54763!2		�				��				�				��		�		��				�		`								�								�								��� 4HUb676'&'7"13!27654'&#!"13!27654'&#!"13!27654'&#!676'&'7&'&767@�				 				��				 				��				 				��00P								�								�								P����4GZm6733#&'6735#&'&'&?6763#&'&?6'!2#!"'&54763!2#!"'&54763!2#!"'&54763 P?
#!X	H�				�								�								�				�x`��&
N
								�								�								���>l6767676'&'&'&'&01#"3!27654'&+0101#&'&'&7'&'&'"1&'&'&2997676'#�!8



E7:
]				�				�7
�!8

E7:L
0


@#
								

�	


@	����;O4716;2+67675#"'&5476;2+&'&'5#"'&547163!2#!"'&5		`				))				`				--DD--				�				��		�						�))�								�D----D�		��								���	)753#3#553#7#53%1!6767&'&'!@����ࠠ���������``@`````�``���@���&5147632#"/7'}#��#Nii}#��#ii����4:GT13676736767327654'&#=4/&+5&'&'!3#5676'&'%&'&7670

))�)) 				M3
��p3M���p�
��
))))				@ M0
�M`�0@�#+3M1!6767&'&'!#5'5367167#7&'1&'3'21#"'&'&5476763@��@@@@@�@@@�







����@�@�@�@ 







@@7312?6'&'!�


�	�	�I		���@@&#1"!676/�


�		�7		���`7&514?6/			���


�	�	�@`76514/&?�		���


�	�	����67167!!&'&'3#!#3���@�����`��@@����@� 6312!&'&?'&767!#"'�


�	�	��		�


�		���R��		��@�#1"/&767!�


�		�		���@�&#1"!676/�


�		��		���$1?67&'&'!!67675#"/0
��
�`0����
��
p�У

�����@32+"'&=476327676'&'&547632327654'&#"~2				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//���-G&#1"32?32?654/&#"'7654/&#1"32?654/7''?


x		


j		


x		


j		�


p		0


p		;-;�		x


		j


		x


		j


��		p


0		p


;-;����6'&37%6'&'#7]	�	pM	oL�
��
����@�m671673#33#&'&'5676735&'#3#&'&'5676735#3#&'&'5676735676735#&'&'5�
@

�

@

�

@

�

@

�
p

@
( 
@

@
 (
@

@
( 
@

@
 (
@��>�;X21'&'&#&'&'&'&'&'&'"'&56767547632"'&/&7676367563 		eEF	
		
	FEe		
"
�		@@``@@		��s"
s���5>B#3676735&'&'#&'1367675#"'&=+'&'673'�%9

�"0
9%p

�
`		@0p``�
��
"
�
��

�		`XX``��p�):%671496767&'&'93671675#&'6767 21KK12 �P"�"P 0"@.'+9K1221K9+
'/�""P0 "����#G6514/&#"!"3!32?3127654/!27654'&#!7654'&#"�		`


		*��				3*		


`��


		*3				��*		


`		`)


`		


)				)


		`��		


)				)


		`


`����$9&'1&'676745676763!7?6'&5&''&�=)(+--D-$$),$%6��OPP'' ()=0$$D--$)	#"/6%$�PP'��'����$9&'1&'676745676763!7?67576/&�=)(+--D-$$),$%6��O''PP ()=0$$D--$)	#"/6%$�'��'PP����gp727167654'&'&#"313!2765&'&'#&'6754'&#"#&'547675&+"&'&'4767567&'�####`9##	
�
	##9
				
		\		�""""7.->
		
>-.3(				(9A;� ��0�Se167675'&'&767667675&'&56767&'&'&'&'5476?6271654'&#"3�
))

#$7,0 

""

21KG119#$
R								�
	y))y	

y;+*
+ 0G	""	GK12-.F++;y
�								���&335&'#567673!5#3#&'&'6767#3���0��@  �  �((((( ��` ����������$/"1!676/&'5&'&'54'&#65+327�		8#$/
	�	
0$#8		-@@�		++;H7		6I;++		�����&947163!3##&'&'536767&'&'#!2#!"'&54763`		@@6%$$%6 )�)�  �@				�				�		$%66%$))���								����3Ol671673#5&'&'#3#&'&'5367&'#5367&'#56767!1#3#3#3%#336753675&'#5&'#�
�
P

P�pp
PPPP
 
PPPP
pp���

�0P

P�0�`
�@0

0@�
� ����4:GTq67167!322+&'&'#&'&'#&'&'35'#676'&'%&'&767#336753675&'#5&'#
@
3M				 ))�))
��M3�p��00 00 �

0M @				))))
@�M`�0P0 00 0���&3P3#567!=&'&'##336767&'&'#6733##&'5#&'56735���8�   @  � 00 00�((( ��` ((������0 00 0����BM673#32+3#&'6735#+"'&="'&547635476;235#&'367&'#�phtffthp 7	
								
	7 P@@��&&��7			@				@			7�� ���!*5@K47163!23#&'&'76=&'#'&'6753&'6753&'675 		 		3!
R�`83�@@�				 !f
%"`�f������������/1!6767&'&'!&'5#&'5673567@@�������@xhhPP�PP����.1!6767&'&'!5#&'6735673#&'@@���@@@@���@��@@@@ ��271327654/7654'&#"%327654/7654'&#")		�


		��		


�`�		�


		��		


�


�		


��


		���


�		


��


		@��2%6514/&#"32?7654/&#"327�		�


		��		


����		�


		��		


�


�		


��


		���


�		


��


		 ��2&#1"32?327654/'&#"32?327654'�


�		


��


		���


�		


��


		�		�


		��		


����		�


		��		


 ����2#1"/&5476327632#"/&5476327632�


�		


��


		���


�		


��


				�


		��		


�`�		�


		��		


 �71327654/7654'&#")		�


		��		


��


�		


��


		�@ �%1#"'&54?'&547632		�


		��		


��


�		


��


		� `�@6312#"/#"'&54?�


�		


��


		�7		�


		��		


� `�@7312?654'&#"'&#"�


�		


��


		�i		�


		��		


����� 13!3&'&'!!6767&'!�@�@��m!�!�������!!����'1!6767&'&'!21#"'&54763@@���								�����p								��p�'136767&'&'#21#"'&54763P��p								�����p								 �`&M76716732+3#&'&'=!6716732+3#&'&'=""3				@@""3				@@�3""				@  H3""				@  H �`&M%1#"'&5476;67675#&'&'567673!1#"'&5476;67675#&'&'567673�""3				@@�""3				@@�3""				@  H3""				@  H���&3@MZ&'&767&'&767%676'&'%&'&7676'&'&76'&'&77676'&0�������`�0�&�����67167654'&'&'F::$""$::FF::$""$::F@!"<=CC=<"!!"<=CC=<"!���3EW67167654'&'&''167676&'&'&76'671632#"'&'721#"'&'6763F::$""$::FF::$""$::F\!!
	))			
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�

		v								 								���2DV67167654'&'&'''&76767'&'&''671632#"'&'721#"'&'6763F::$""$::FF::$""$::Fa

""..""


##
		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!{
((
�								 								���+=H67167654'&'&'21#"'&'6763671632#"'&'3#&'67F::$""$::FF::$""$::FP				
				
�		
				
		���@!"<=CC=<"!!"<=CC=<"!P								 								��� -F1!6767&'&'!&'&767676'&/673#&'5#&'6735�R6666RR6666R�0



h�    �66RR6666RR66h�



h    @�"/<IVcp}�����1!6767&'&'!3#&'567673#&'53#&'56?673#&'53#&'567673#&'573#&'567673#&'573#&'567673#&'573#&'567673#&'53#&'567@��@      P    ��p    p    p      ��@  p  P  �  P  p  �  p  p  p  p  p  P  ����,W`h217632?6'&#"'&=54763776757635'&'55&/5&'&'"5?5'75#? 		E;7#&&$	
"IE;@@						 @@1'
*!)

@@!�			��	
"`				PB 		�BA@	@CGF@>	HKI�	HN�G
E��@�,&5147632#"'&54?'!2#!"'&54763			


�		�


		��� 				��				i


		�


�		


����								����-G&17676'&'132?654/&#"!&#1"327654/7654'�
�

�
P		ZZ		


p		p


��


p		p


		ZZ		�
�@

�
x


YY


		p


p				p


p		


YY


��@�;&76/76'&'&7675327676767&'&'#5�������� )	
21K0�����	
�

�
	@)
%%8K12@����6'&37�����d��`���@7654'&#"#34'&#"#";35#73276=327654'&+�7		


6��				 				 ��				 				 S6


		7@�3				 				�@��				 				����PYb67&'716;67675&'&56767#&'&'4767=&'&567673&'6767&'PP

#`

""

$%6`

""



""���X	X	""	6%$	""	�	""������09A_&76/7654'&'&?6'6'&'&'&'61''7%?676'&'&'&'&54?''P�[**'43,
`  )55,��s��-&&&��9**'43-	
=2��0oZ-:9-%

 !`)+,!'!s�!*Z��>0		�8-:9-%

 !>(����1676'&'4716;232+"'&5476;5#"'&500		@		 				�				  		p�				�								�		�Y4'&3";27654'&#5"1;#";2?;27654'&+'7327654'&+"'&+� 
				  				�@				ZZ				 
VV
 				ZZ				 
VV
 �		P								� 				��				zz				��				zz���9Y"1;#";2?;27654'&+'7327654'&+"'&+4'&3";27654'&#5 				ZZ				 
VV
 				ZZ				 
VV
 � 
				  				�				��				zz				��				zz�		P								�'�� �%;27654'&+7654/&#"+'7#�Pi	�				|��	iP|�D��P				����P}�C���p&'&'67671316767&'&'1#&'16767&'&'1#&'&'56716767&'&'1&'567673671�9
	

	
9y
	

	
yW	

	
9y
	

	
y9
��p�>167675&'&'&'#;67&'#567675&'&'&'5�))))�+*B0HH0B*+$%66%$�)�))�)�(D00
""
00D((6%$$%6(���� A&76/675&''5&'&''67'#&'&'5'#;67&'#5'P�))�1+6%$/+*B0HH0��0|(1(( �))6��W"$%6	%(D00
""����2'&'&'&7476?63�
/.VV./
��P3EEAB++BAEE3P����"/#!5&'&'#54'&#"#54'&#"!!6767`0
�
0				�				`�@
`
� 
00
 				  				���

���3@I/&'##547675'&767675476;236?6#&'&'5367&'��A�8! *		 		A��`�p�
`
	 #"��"5&
				 	�g  @����-:7'&767#"'&?6736767676'&='7676'&'�
j5)R*2211%<"Y
�



?Y"<%1122*R)5k
����(%&'1&'&#"3276767'6/&?!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���(713276767&'&'&#"'&?'&76!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���(67167654'&'&'7/'&?6F::$""$::FF::$""$::FyWWhh@!"<=CC=<"!!"<=CC=<"!�WWhh���(16767654'&'&'&7676/F::$""$::FF::$""$::FyWWhh�!"<=CC=<"!!"<=CC=<"!�WWhh��@�h1#"'&54763267&'&'#";#&'&'576/&?;6767576/&?#5327654'&+@								))))				 0)88--DPPD--88)0 				`								P4))4				�)88D----D88)�				����0D13!&'&'56767356767'&'&'&#271654'&+";�"���()=,""

 				@				@�"0��0=)(%

��								���3@Zl%4'1&'&#"3276765!67167632#"'&'&'676'&'521#"'&'&5476763471632#"'&5�--33----33--�@!"<=CC=<"!!"<=CC=<"!----'!!!!''!!!!' 								�4,,,,44,,,,4F::$""$::FF::$""$::FP'((''(('�""&&""""&&""�								���&7676'&'3676'&'7&'&767��    �        8��x�&7676'&'5676'&'7&'&767@        8X�h    ����(9K1!6767&'&'!67&'&'&'&'67&'&'&'&'471632#"'&5@@�� E88!!98UA*+,								���@h!!88EU89`+*A,x								���)767167632#"'&'&'7?654/&!"<=CC=<"!!"<=CC=<"!�
��
�F::$""$::FF::$""$::Fm�X

X@�'4J1!67675&'&'67675&'&'!!675&'!'47163!2#!"'&=@��@@ �� 		@				��		�@""@@""@p��				�				����� 1!6767&'&'!3#&'67@@��X�����@���`�-7"1;6767327654/&#"32?+ 				`)I


		�


�		


I		`				)3J		


�		�


		J��		��`�-"'1&5476;7632#"/&5476324'&+ 				`)I


		�


�		


I		`�				)��J		


�		�


		J3		����$1!6767&'&'!/&7676@@���@/o���@��@/o����"01!6767&'&'!'76327'&?67@@��G

�iGi	<	���@l
G�iGi	<	����*1!&'&'6767!3?675&'#���@�^������@p��f���0�.Y%##"'&'&'&'67673547632+"'&=%!67547632!&'&'676732+`.#()=P


��			��@				"��""0				0�# 
/=)(=

	|}		@���0				0""@"				���*<67167654'&'&'7'&?6?6'4'1&#"32765F::$""$::FF::$""$::F3�

8
�

8
								@!"<=CC=<"!!"<=CC=<"!�8

�
8

�
E								����%67167&'&'!!'"/&7673#���@�
h
�
h
 @���p

p����%1!6767&'&'!2#&'&?63@@���
h
�
h
���@�p

p����%&'1&'!!6767'&'5676���@�p

p`��@�
h
�
h
��@�Y7101#";327654'&+&'&'327654'&+4=45327654'&+6767327654'&+#";0				66H				,##~				��				~##,				H66				�				@'(				$								$				('@				��@�C6716727676'&/&##";!27654'&+56=327654'&+5p
Q

Q6$%					
				�p				p 

%$6@				-2				&,-				@����$0�4716;'&/##"'&=36767&'&'#3'9&'&'&#1&#&'&'&7676107676'&'&/&'&'&7676'&'&'&		P=)('4
8*				@0""0


$"'



##'
			�		()=-#"�
��				��""�		
+


		+

��?�I&'1&#";#";3276=327654'&+5327654'&+76'&'&';
_4				PP				P				P				PP				4_
ee�
�				 				@				@				 				�
������:F"1#";#";3276=327654'&+536767&'&'##53`		 				  				 				�				�p=)(()=��pp""�		�				 				 				 				 ()==)(�""���>BFJ&'1&#";36?32?327654'&+76'&'&#'&'#'3'?#3'>

2				)9*.*9)				2

9@**@9Nm`�

�				����				�

�����..@@..����671673;!&'&'#5�		�������		���@������&1<1!6767#"'&=#33'3#&'673#&'673#&'67@�		�������������� 		����@@'���"B^b#"/&767647632767674716;32+&'&?#"'&5'&/#'&'&?673'�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(

`
		$.				��$		

`�		I				I		 �  ��(('���"B^b&#"76?327657676/1;327654'&+76'&'#"76?37676/&'7#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`��		I				I		 �  ��((��@�"6J^r#"/&7676476327676"'1&5476;2+5"'1&5476;2+5"'1&5476;2+5"'1&5476;2+�

X		
 				 

		X�				 				 				`				`				�				�				�				�

`
		$.				��$		

`
								�								�								�								��@�"5H[n&#"76?327657676/327654'&+"35327654'&+"35327654'&+"35327654'&+"3�

X		
 				 

		X� 				 				`				`				�				�				�				�				�

`
		$��				.$		

`�K								�								�								�								'���$GYr&?#";27654'&+54'2?6'&'&4'&#"'&'&3%61'&'&76776?65&'&'�0

				00				
��
X		
 				 

		X




	1%%�	

4								`
�F
`
		$.				��$		

`
�

q	
	B$%%	'���$GYs32+"'&5476;5'&'&76?6%2'&/#"'&5'&'&?636716'&'&7&'1&56767'&'&?�
				00				

0��
X		
 				 

		X


)%%1	
�
`								4

	
`
		$��				.$		

`
��

7	%%$B	
	���2G13#"/&'=6?6?67632+"'&=47639�

a&*#)��@				@				�(#


"
3&0.!3�		�				�		���2G6716/&'36767&'674'&'65&'65&'&'#"7%3276=4'&+"39�

a&*#)��@				@				(#


"
3&0.!3_		�				�		 ��`�#312?654'&#"4'&#"'&#"�


�		


I				I


		�7		�


		Js				��J		


� ��`�#&#1"32?32765327654/�


�		


I				I


		��		�


		J��				sJ		


� `#71327654/!27654'&#!7654'&#"			�


		Js				��J		


��


�		


I				I


		� `#%6514/&#"!"3!32?�		�


		J��				sJ		


��


�		


I				I


		���?�K&'&767#"'&?'&'&?676;2'&/+#"'&=##"'&=�H&"
55
"&								���s9
ZZ
9s`				``				`��@�?676'&'#"'&='&'&?676;2'&/#"'&=#p(				
:

;
				��Ѐ				�0
a

a
0�				����0Jd/'&/&'&?'&76?6767647167632#"'&'&534'1&'&#"3276765jl>>lZZl>>lZZ�







�""""�lZZl>>lZZl>>�







####���$11676'&#&'&'47676'&'&#�?2332?]>J21(
	
�32??23=	

21K2((
���!,!2#!"'&=4763!!&'&'367&'# �				�@				�������		 				 		��P���w1+"'&=6767631206;24?63232+#"/5&'&'#"'&54?67&5#"'&5476;67&/&547)�)�


@p@


		@	@				@@		


?%55%?


		@@				@	@		�))i		@@		


@				% @


		?!��!?		


@ %				@


����%71!6767&'&'!74?6/&5@���p

p @���
h
�
h
���367167654'&'&'21#"'&'&5476763F::$""$::FF::$""$::F







@!"<=CC=<"!!"<=CC=<"!`







����-b676'&'6'&67676'&#&'&'676?'&'&#32;2?676'&'&'&'&+'327654'&+�G
/--D.%%	!0 !�

^
$
0


E	?				L`�	((4D--'	 0$
G

t
a

D0				��@�W6716727676'&/&##";#";!27654'&+567327654'&+5327654'&+5p
Q

Q6$%										
				�q				pp				p 

%$6 				 				2				"				 				 ����
;J2?#3'&+3!5#3"3#35367!27676'&'&#!&'##"=432�>5k��k5>�

) 5.."

"..5��)�


  @``@ ``
0�0
`,,t

X

����!31!6767&'&'!'67!#&'7#!"'&=327@@������		�		�


���@�ddY~				~Y���4F!675676/&##!676/"1"=##5##5##5721#"'&54763����

s@0�0@(@0@(�								�``��  �������								����6H"7676'&'5676?6327%67&'%&#16767'#"/@��:

@
	�
�
����66RR66���e'1,%B*.$>
=:ee���33��� 26k67167;!!+&'&'!!!&'?376/#7%;#/&''&?67'&7667+&'673567�0�0�@��

@		J		@& ,
			#H4@��0�		�9++E$	���'8J\n�353354/&+;27654'&+"!3!27654'&#21#"'&54763471632#"'&521#"'&54763471632#"'&5�@�@��		 				 		�		@				�								`								 								�								�``CC`��				@				 ��						@								 								`								 								���� -:GTan135676736767&'&'!673#&'573#&'567673#&'5'3#&'567673#&'573#&'5670

`

`

��  p  P  �  P  p  �
�`
P

P
�
�      �      ��?�>676'&'#"'&='&'&?67632'&/#"'&=#`    0				
($$(				 �$$$$��`				�!??
!�				`����#HZl1'&'&76761'&'&767667167166#"/&#"'&=47%&'1&7676/&'1&7676'�
	

	
$#"!!"#$
XX
ap
	
	
c!	!!	!j

	

	�F'&&'F

v	

	

]	!!	!!���$6/&'&=476?7'75��������� ���D�DD�D<>>>>��9�9���@�+07<CJ'76"??675&/&#015&/&57'765776'757#NQQN�`"!`qr` "`"``"RR�NQQNRR�NQQNfMR�  ,p$&w#*

11

*$w&$p&$$&vY Z(�d `$��"d [���"Jq6776/&'&?'&''&'&?61#/&?6327654/&767%'&76?6/;2+&'&'4?�44'
W
&

�
)`@@`		��
W3		 				 )2�,,>	
X	<
�() @@
 			'
W	R							)P���5GY!'&'#7676;2+"'&=!+"'&=47674'1&#"32765271654'&#"3�&�_#
�
#		 		��		 		X								 								KKKPee�0				00				0�[								 								���?HZl"10101;276=!;276=4'&/&'&'010154'&+3!76721#"'&54763471632#"'&5�		
#		 		@		 		#
		����E								 								�		 e�0				00				0�e 		�KK�								 								����23333276=3674/3674/3674/&#"ӕI!K�				�K!I���	I	Z	 				 	Z	I	�����%8&'&'5676767&'&'5676767&'&'5�@?__?@@?__?@7 @?__?@ FccF�w FccF @?__?@p0""0""�f""f�V""V����19JSj671673;##&'&'#53#&'=6767&'#373#&'567675&'#37673#3#&'=�		��0����  ` 

  P0   ��		���@��� 0PP0P
@
��@`p 0@@����81!6767#"'&=#33'76776"/&/&76@�		�����0!!0��� 		�����YZZY�__�����41!6767#"'&=#33'76/'&?'&76@�		����d$$
//$$
//��� 		����44BB44BB����/<1!6767#"'&=#33'3#&'=67271654'&+3@�		����xD  ,D,,��� 		����   8hh8����-F1!6767#"'&=#33'471632#"'&52+"'&?632763@�		�����								�X
X(00	0		
0��� 		����								 �	PF����&1<P[1!6767#"'&=#33'673#&'673#&'673#&'673&'&'4?367&'#@�		�����        ��� 		���0@@HXXX����5HY1!6767#"'&=#33'1'&767654'&'&76/#&'5673766'&7654'&7@�		����
	

	
\


$!!$
3
		
��� 		����##
	

	

�
#0##	

	
	����1>1!6767#"'&=#33'4716;2+"'&='5763"'@�		�����		`				`		�--��� 		�����				`				`n@h����*91!6767#"'&=#33'/&?67'&?'&76@�		����g00p00��� 		�����00"00���
+6ALY%&'7327367&'6'&&'&76776/654'7&#"'67&'677676'&'o0??0::[44
B[[B
44B[[B
.::#".::0??0�:##:2#"":

:B[[B
44B[[B
44.::0??0::##�:0??0:5���516767&'&'&'&7676&'&'&'67676�
<&&66RR66&%=

Q22"":9HH9:""22Q
�
12BR6666RB21

BAYH9:"""":9HYAB
���/'&'54?6'&'&'476�@
xD�	
�X���`1J	T�	�,	
	���4C'&3676/67&'&676767&'&'&'"76/5&'K"n6RR6666R>0
?SH9:"""":9H5/.#�HAu"n666RR66!
-"":9HH9:""#5h
HA^����[4716;2+35#"'&5476;2+32+"'&5476;5#32+"'&5476;=#"'&5		00				�				00								00				�				00						�						pp								��								��								��		 ����);2+#"'&5##"'&=#&'&'6767�@�				 				 				 D----D�				��				`��				`--DD--���%7Io��71;32767327654'&+&'&#"#"3471632#"'&57471632#"'&57"1#";32767327654'&+&'&#'"'1&547632#7&'1&#"#";32767327654'&+		7		�				�		7		�								�								 	�				�		7				7	�								I		W				W		�				� 		



				



										�								P

				



				

0								@



				



				����5%67167&'&'&'676767&'&''654'7`)))^())(^)))(^^(�)))/))/)))//����G1!6767&'&'!1"'63&'&'45'&'&'67677456767@@��@UUQQ���@�./--���5K'&#"6?67&/&#1"&#67674'7654/1&'567673#�....�


"%X;;;;XX;;		P,'&:�----5		;;XX;;;;X%!


PW,:&'���*DT%'"#"/&'&#&'7676/6732?67167654'&'&'&36?6/�GG= 0770 =�F::$""$::FF::$""$::F0
<
0XFF)5&B'..'B'4)�!"<=CC=<"!!"<=CC=<"!F		#88#		����)6CP]jw�7'&76767/&'5&'673#&'5673#&'573#&'567673#&'573#&'567673#&'53#&'567673#&'5&=<TT<=QMMQ    p  P  p  P    �����($ !! $(77_  `  p        P    ��� 4BG32#54763+"'&=476?67;+"'&53'4716;2#5#53� 		`		@		�		d�		�		dd		 		` @@�		  		`��				;5-#(<<(#-5;				@@				  @������@"1354'&#3"1354'&#"133276=6767527654'&#!`		@		�		@		�				$#8				8#$				���		``				``		�				 ;++C				C++; 				���#0;FQ\67167!!&'&'47632673675&'#7367&'#367&'#!67&'!!67&'!` ��"				@pp�0000���`��"				��0PP```����!>K7671632327654'&'&'3277676'4'&'&#"767&'&76764DDNNDD4


	
=OO[[OO=
	


W=
		
'017710&
		
=W@    �22	



	;!  !;	


	56	



	""	


	6�$$$$
����*<Nbt����1!6767&'&'!32+"'&=47631#"'&547632"'1&547632#4716;2+"'&57"'1&547632#1#"'&5476327"'1&547632#1#"'&547632"'1&547632#@� �				�				 								 								 		`				`		�								 								@								 								 								����@		 				 		�								�								@								�								@								@								@								�								����#.9&76/65&/&'5&'&'54'&#"'!'+32765'PX$#8				B$�y!��@@��0E+ -#;++				7t�- +������'#"3!27654'&+'&'#!;2767�`				�				`	x	��
�
�								n��



S���;67167654'&'&''31276#"'&547632'&#"F::$""$::FF::$""$::F9  '33(%%(33'  @!"<=CC=<"!!"<=CC=<"!�%%(33'&&  ���6'&#"327654/7654'&#"?32?'+54?'Vf	


		�


		
f((��(*!x-y$x-y�f
		


�		


	f((��!*(y-x$y-x ��@�-%6?6'&'&'&'#";67674545S+�
�%st.
				�0 Q$��/hi .
				 0����)>��3276=4/&#"33276=4/&#"3276=4/&#"4'1&#"6767674305039010163290121676767296321012167676729632901306754'&'54'&#"#54'&#"#5#&'&'&'&'&'&'"'3!276=V�h�				
		
		@				@@
#####"
		�		�*

**

**

**�				0GG0				00				00�U				U���;4'1&#"!27654'&#!&'!276=4/&'"'"/&#"3@				"�				�p` 		A


'
O		�				��"				P��		D	M
	/[	T		 ��>� )%567#671672&'&'&'/30?23��:9Z�
<OC66  
=
����32? ]AB�+  66CV8		����;4'1&#"!27654'&#!&'6514'&#"'&#"32?32?@				"�				�p�		


i9


p		


Y9


��				��"				PW


		j:		p


		Z:		�@�'A1#&'&'67673&'1&'#3676727167654'&'&#"3�6%$$%6�6%$$%6��66R�R6666R�R66��







@$%66%$$%66%$�R6666RR6666R`







@�-136767&'&'#21#"'&'&5476763�R6666R�R6666R��







�66RR6666RR66`







����9Pglp3#'&+3&#676732?6767&'&'"'&'#76/63&'&'673#&'&'67672301?+73'8"�8,6%$$%62##1
U-$%66%$$%6b	#� 	 ��A"3I{[l1<�@&
5$%66%$ 0�(%>6%$$%66%$���;	<@10ee�SS �� �BO\n��12##+"'&=#+"'&="'&="'&=476315156767;5#"3276=4'&+271654'&#"3!271654'&#"3&'#367 f<=								 		�		 								=<f�		pp		�p				p�								 								0���" 		@		�		 				  				 		�		@		 "�`		�		�		`		�p																@��@�6X67167!!&'&'76'&'676'&&'&'67676716776'&'676'&&'&'��@�
,)),


�

,)),

`��@p
))


0

))

����#G"13276533276=&'&'#671674'&#"#54'&#"; 						�				$%6� 6%$				�						��		��				`�				�6%$�@$%6 				���				�		��;�#0=V673!#!!!"'&'&+&'676'&'%&'&7673675367&'#5&'#."�)�� ��4.�P�,,,,���H0,,,,��;�4AN323!67&'!&/!276?6'&'#76/&765#&'#676'&'%&'&767.4 �� )�@@�#.�P����f@@f�0���&#1"32?654/�����������?�08m4716;23#"'&#""/&76?5676735765!6716'&'&'&'&''&'&7676761676�		�		0
,
e!e
,
0 ll��#**#

&-21		12,&

#*+#�				 
�\\�
 �$$[[�






����G`ej&'"1&'#3!27654'&'765&'#654'674'&'&'&'01"1#&'&#"#"'&=327#'7'?�	
$>	<'!	
�
	!'<	>$
	8


+55+X 0@�0 @�#

a%%,
		
,%%a

#�` ��  ��  ����BY}�3'&+"33&547676767&'&'"'3276=4'&+"'&'#76/23&'&'471#&'&'676723&'&'6767#271654'&#"3:b-e		`D--F-$%66%$$%67>					/?�	��C
""06%$$%60""
C;								�R-		 --D(!!%>6%$$%66%$f		 		(��4	5A-$%66%$-								���*c&'&7671;36?3276=&'&'#6'&67676767&'&'&'&&'&'&76767@    `		&		@\2 
	"EeeE"	
 2-
=``>
-�$$$$`0		dd		0�	
		
					���E'&'36?2?3#"'%#"/&''&#+"&=676767676�W$1*"h��)3 k	!!4#!  !#4!!� n

U��/SrL6&'





'&6��p�K47167632#"'&'&567167&'&'#";3276=327654'&+5P�?((21KK12((? 				 				 				 �0/BK1221KB/0#				 				 				#���� $>673/&'&'67677'&7927167654'&'&#"3"p!521KK1221K8,4!n��p!4,8K1221KK125!!����p�=W61676763#&'5#&'6735&'&'4767&'&767132767654'&'&#"H
	//	

#+*B    B*+$
�
##
	
&&.D00

00D.&&
	�`�������673/19191919191919999999999993#9999999999999999999999999999999996+96595959
59
59	595959595959595959595959595959595959595959595959595959#&'673159595959515959595959595959515151595159595159515945&'&'67677'&793&'34'1&'&#"3276765Rp'&&;;&&--D=+'n�`







�p'%0=,+

+,=D--%'!�H







���Rl276677'&7673/3#&'5#&'6735&'&'67''&?''&'56734'1&'&#"3276765p
)66)E
`

E&&;;&&
	`�







�

E
	`E)6=,+

+,=6)
`�







��p�K�727167654'&'&#"37132+#"'&=#"'&5476;5&'&'6767676767&'&'&'6732+#"'&=#"'&5476;5&'��((? 				 				 				 ?((21KK12'0  0'-;K12((? 				 				 				 ( �pB/0#				 				 				#0/BK1221K� 00 !21KB/0#				 				 				#���� $>m&'6767&'77675&'#947167632#"'&'&567167&'77675&'#90#0"'38!4,8K1221KK125!pX��0K125!p!(!$ 0"�!521KK1221K8,4!p0��21K8,4!p
!)$ 30 ����Kx727167654'&'&#"37132+#"'&=#"'&5476;5&'&'6767676767&'&'"&'637'&7673/&'��((? 				 				 				 ?((21KK12P-0  0
8,!p!21KN2�pB/0#				 				 				#0/BK1221K� 00  !p!,8K125 ���.2L'&&'6767&'776/77675&'#947167632#"'&'&5x!,8K1221KK12!pX���!21KK1221K8,!p0���@�4N6#3#&'&'676741415#&'6735#"'&?4'1&'&#"3276765�@
(  ;&&--DD--&&;  (
@k







�

@
	
+,=D----D=,+


@��







 ppI727167654'&'&#"371&'&'6767356735676'&'5#&'5#��
00DK1221KD00
" PP "PXB*+21KK12+*B888PP
888��p�547167632#"'&'&567167&'&'3276=P�?((21KK12((?				�0/BK1221KB/0�				�pp321#"'&'&547676327167654'&'&#"3�0((((00((((00��)*..*))*..*)���'=FO1!67675&'&'!&'6767&'1!67675&'&'!&'6767&'@���0�����8�@@H�@@H����-F47167632#"'&'&5671673#!"'&5%5#&'6735673#&'`""""`23K\K32	
�|
	�@@@@@####��K3223K
		
�@@@@����-F47167632#"'&'&5671673#!"'&5676/'&?'&7`""""`23K\K32	
�|
	�////////@####��K3223K
		
S////////����,92135476;#"'&=+!#"'&54763&'&767 		�		�)				� �						�----�		��		)�				  				�		`'((''(('����'=J132?3;676/6767&'&'!47163!2#!"'&=&'&767`)#.(
	7�7	
(.#)� 						�		��)�%.	77	.%)`				`				`�����'=Rdv132?3;676/6767&'&'!4716;2+"'&=732+"'&=4763471632#"'&5%21#"'&54763`)#.(
	7�7	
(.#)� 		P				P		�P				P				�								 								�)�%.	77	.%)�				`				` 		`				`		�								 								 @`,1!&'567!%1!67675276=4'&#5&'&'!!!5������""�"				"��p��` ��@"�""		@		"`�� @`,1!&'567!%1!67675276=4'&#5&'&'!!!5������""�"				"��� ��@"�""		@		"`�� @`,1!&'567!%1!67675276=4'&#5&'&'!#35������""�"				"���� ��@"�""		@		"`�� @`,1!&'567!%1!67675276=4'&#5&'&'!#35������""�"				"��p`` ��@"�""		@		"`�� @`,!675&'!67167!2#!&'&'5P���P"�"				"��" ��""		@		""���@�2?7676/3674'%&#
R:8v��	���_tr
����Y1#";#?677676'&'#&'&'5327654'&+5676?676'&'&&/&	
 				 
		
4!!4
		
 				 
		
4!!4
	�
	`				`	

	&&	

	`				`	

	&&	
��@�$1G^&'6767!67&'!&'&'67%!!67&'4716;2+"'&=36767532+"'&= %R%%��%���R��		�				�		� @				�		I%%��%%��@				`				`� 		`				 ����$1\&'6767367&'#&'&'67573675&'#&'&'67533675&'#&'5367&'# %�%%�%W��%@�.	I%%�I%%r%%rrr��%))r%r%����!135676735&'&'!+?@�
p���-C @ ���p
���C- @ ���+%#535#367675#'367675&'&'# �@@�@@���@�@@`����~�26JNa32+32+"'&5476;&'#"'&5476;673'&'1&'&?63%3'&?63&'&'��				r	%�				��				�%	r				�))8�HHH0#"	
__
	"#0�I�H~
__
	#"00#"	�				(��								'(				��||`"�
�"�||��
�""����7A"13";!327654'&#5&/767527654'&+!##56? 				.DD.				  				.DD.				 � �DD�				B/DD/B								B/DD/B				�K(DD'����7@H"13";!327654'&#5&/767527654'&+!#53#&56?# 				.DD.				  				.DD.				 � @��DD��				B/DD/B								B/DD/B				K��DD����7A"13";!327654'&#5&/767527654'&+!#53'&' 				.DD.				  				.DD.				 � @�DD�				B/DD/B								B/DD/B				K(DD(����7AK4716;!32#2+!#"'&5476356?'&'5"'&57675#35&/		  				.DD.				 � 				.DD.		`DD��DD�						B/DD/B								B/DD/B		 (DD'��(DD' ����<1&'5;276=6767=&'&'"&'&#"&'&#"&'&#�
	-2		�		$






�
03&;'*`				i )P



����H4'1&#"&'54'&#"'&#"3676754'&#"&'54'&#"&'5 								<
qC]K12								�				��				��:
k?21K�				p�				���67"1;;67675&'&'#/1'&#(�

 @6%$+$2."K
C����



$%6q?,#
@B�667167;+"'&='+&'&'6767;6767&'&'+&'&'
pP/9#q		`		N"P0

0P

Pp
P
/�#0				2




 �� �R&'1&&/&'&/&#";09010167676'&'&#&?6'&'&&/�

5
+

?7
qC]-!"
R

%	$

&9�

�	�

�5
k?+

�	
�

������6ALW4716326367263+1#"'&'&/&7676&'6757675&'&'675�
!


$%6@*$$H

8p0P��

006%$"`

KC��`````` ���� 4@q21#5476321#"'&=4763471632#"'&=%#'&76765;2+367675327327#&/&'56767�		@		`								@								��SFG
F88--D>B/%�		��		�		@				@		@				@				@���
�			D--.&5 �`$C&3276=32?32765&'&'1;3276=327654'&+"Z				V

V				vv��		@				@				�		S�				�s

s�				��		�				�						���1=67167654'&'&'673/#&'=327654'&+F::$""$::FF::$""$::F`X"""%=0@				@@!"<=CC=<"!!"<=CC=<"!h",KRH`pX				@����-!!#67167!!&'&'!2#!"'&54763@�@���				��				��� �� ��								 ����"/H#!5&'&'#54'&#"#54'&#"!!67673#&'5#&'673567�0
�
0				�				`�@
`
�8888� 
00
 				  				���

88888 ����#0;2135476323!56767354763!!&'&'67&'#3�		�				0
�@
0		��
��
8���		  				 
00
 		���

� ����#0I2135476323!56767354763!!&'&'6'&'&?76/7�		�				0
�@
0		��
��
1////////�		  				 
00
 		���

q////////����#0?2135476323!56767354763!!&'&'6'&'&?�		�				0
�@
0		��
��
I_/@p�		  				 
00
 		���

q_/@p �� �$"1!6767=&'&5&'&54'&+@		
�
��		@�		�0P

��T?T�		��0�*947167632#"'&'&5767&'6767675327#"'&5""&&""""&&""�) 				0'!!!!''!!!!'@)�p��				����5A#"3!2?6/&+4'&#"4'1&+5##"3!276=5#32765�				y0		0�						�@�0		0y		�@				�		@		00				�		  00		@�``				��@�'7767'&'67��� 
	
��o�
	
7�7��2
��:|:�}3
O���13?36767&'&'!@`		{������P
] ���,?67167654'&'&'#"'&=476323#"'&=47632F::$""$::FF::$""$::F 								�								@!"<=CC=<"!!"<=CC=<"!@�				�				�				�				���.67167654'&'&'32+"'&=4763F::$""$::FF::$""$::F@�				�				@!"<=CC=<"!!"<=CC=<"!`		�				�		����,5>67167#5#!67675&'&'#5&'&'&'6767&'��0@
))
@ 00 �P000
�))�
00  000��@�*5@K6'&#"33!276?27654'&+'&#7&'5677&'567&'567�	]V				44				V]	Q�Q=`��	�				�

�				�	����``````���DQ767167632#"'&'&'7&?63276/&=6?6'&#"/7676'&'!"<=CC=<"!!"<=CC=<"!�		
(++(_



�F::$""$::FF::$""$::FV
3V	II	V2

 ����;GR676'&'"176?3276=4/57676/&'#76?'76/�/#M				2F	
M/(

5C	
vv` ]F+MS				Y2^^	
g%�}

X5�	
����@�'+;G1!6767&'&'!/#'&?672'37673#&'536767&'&'#@��@�H
R	H*[8))80 

 ���@���
k**`))�`

���&7Y11&'&'&'&'6721#"'&54763'67&'&'&'&/6176&'&'&'6?A4444N								 :&'%�
(	1)*5(`
}ee<<X�44AN44�								H'&:%w`(5*)1	(
X<<ee}
����"+8AN[hu~���������676'&'67&'5&'&767&'67#676'&'3&'67#676'&/&'&76?&'&767676'&'3&'67#676'&'67&'5&'&767&'67#676'&/67&'5&'&767&'67#676'&'    �$$$$�P    �P    `$$$$�$$$$�    �P    @$$$$P    `$$$$P    `$$$$�P    �$$$$$$$$�    �    @$$$$$$$$�P    �$$$$�P    �$$$$���5k}���&11232765&'&'&'&'&#0141"9#96767167"3676754767&'&'767271654'&#"374'1&#"327651327654/&#"747163267&'&'67�				
��,0 


				0 -21KE10	


a								�								�		@


		@


�				""�"				1$$�+ 0-
				 00GK12+,D


��								�									


@		


@		y				""����I�6'1&'&;1676'&'&"'&547637676'&'7676'&'&7676'&'&7176?6=&'&'+1767672#&'&'&??�U$%6H7&Q
eR
	

fFV
$%6H7&P
eR
	

f��	6%$-

"


D	

U.�\�	6%$-

"


D	


U.���%[u#"'&54?632#"'&54?63271'&'&76767"'&5476367675676767&'&'"1&'6767&'4'&#�(


		(


		���


		�


		9,


	01EK12- 0				



 0		""		�(		


(		


���		


�		


�+



D,+21KG00 				
-0 P		""		 �� �+8E�4=4'&/&/&7676/&769547632%01'&76+1#'&766716#&'67367&'#&'67367&'#&'67367&'#&'67393'&'&7 .<
.	N
	>	
D+				��
	
.
 	
?
<'+*A�\||��|�]. I'#"7..%O
	�	
k	uK1				G*2
@/	(
	%('.A*+
����5<M&76/67676'&'&'&'&''6716'6'&'&''67%12301%'Pi#$00=3+*!p�&11+.'
		Z��S�e$#00=����0R ##!"X�"!442"
	F����
�##!"�

����F#&'&'567275#&'&'"#"'&547632676763276767�------								-- ���@	�	��				�				
��APYhq?65#/&#"'&'&76?&#"376767767677676'&/%;276=#&'67%;276=&'#67&'C`
	
c
�H!4TH\	���		 		P �		 		P kO



N��/}(C0�S		
{R�				���				�����
 ?#"/57"!67675&/&#@���������0uu0�� �� � ���$1<GR1!6767&'&'!3#&'6767'676'&'%&'675675&'&'675` ��p@"�"     P������""`$$$$p@@p@@�@@��@�$1<GR1!6767&'&'!3#&'6767'676'&'%3#&'673#&'673#&'67@��@P@"�"     ���������@�""`$$$$ @@���,9%&'1&+"32767%67167632#"'&'&'676'&'�$@$$%++%$�q!"<=CC=<"!!"<=CC=<"!))))@�F::$""$::FF::$""$::F#$$##$$#����$1<1!6767&'&'!3#&'6767'676'&'73#&'67@�`@"�"     ``������""`$$$$���@�
'4?JU!&'&'!!6767!671673#&'7&'&767673#&'673#&'673#&'@�@���@v
�
p$$$$�������` �� ��

�    @@��0�?S167674'&'5&'&'671670101&'&'6767010151&'&'67567�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�?S167674'&'5&'&'671670101&'&'6767010151&'&'67567�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�?S167674'&'5&'&'671670101&'&'6767010151&'&'67567�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!ss!��0�?S167674'&'5&'&'671670101&'&'6767010151&'&'67567�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!33!��0�?L67167&'&'476757101016767&'&'01015&'&'676'&'p


""
00 ()==)( 0P

�""�p 0�%3=)(()=3%�0 �`���,>Pbt���471632?6'&&'&'&'32765271654'&#"34'1&#"3276=271654'&#"34'1&#"3276=271654'&#"34'1&#"327657271654'&#"3@

� !)+				�								@																@																@								 								<
 !�+��				<�								@								�								@								�								@								 								���1N672?6'&&'"'&#"3!27654'&#!53276=!3276=675!`h
 !				�				��@								�@s
h!�								���,(								(,����+Lfs%67165&'&'&'&'676767567'&'&'67&'&'&'6767'61#"'&'&'&'67635&'&767?%21KK12%=%%32??23%%=	
))
	1()==)(1]    L&'/K1221K/'&67F?2332?F76&	,)),	*D=)(()=D*
	))))		����(1!6767&'&'!!2#!"'&54763@��� @				��				���@@								�� 7"13!27654'&#! 				�				�@ 								���2F##567673#53675&'67167!!&'&'1;27654'&+"��@"�""�P�@		�				�		�""�"@��� 								����.1!6767&'&'!676/'&?'&7@@��O////////���@�////////���`uz&'#3#3#3675367536756767367&'#5367&'#5367&'#&'&'5&'#5&'#532+"'&=4763#35�((((((88((((((88�				�				����(88((((((88(((((h		�				�		 �������2176?676/76///#"'&='&?5'&?'&'&76?'&767''&?'&'&7676'&765'&7654763�		1=D<<D=1				1=
C>=D=1		�		1F#C#$C#F1				1F$B
##C#F1		���7&5676767"'#"'&54?�,+1)$$)"�


		��!)$$)1+,�		


�����OT&1133276=4'&#&'"3276=67674/&#&/&'&'595�
 						��
"				"
		0�&'Gp�				�p�		

�	
#�				�#
	�

�	��	������57#&'5676676'&'&547632327654'&#"#1	*,9989,,,,9999,

	

1@@1//1?@1)w��*,,,9999,,,	

		//1@@1/.)����'2=H67332#!"'&5476;7!!&'&'675&'3675&'3675&'�	x	`				��				`g��```�								n��@@����������*S6312301013675&'&&'&767671?767676'&'&#"'76'&'#1#�1?@1)x*,9989,%
*,9989,%
1?@1)x1/.)�*,,%.
!�x*,,%.
"/.)����1<"1;6767&'7654'&#"&'5327654'&+&'567�				L11;;XX;; 		


+9				00H�				"88PX;;;;X@1


		#
"				������F#"'&=#"'&=476;547632'#";2+&'&'676732#z{{


�				�


�@				@				@))@				V{{


>		@		>



		�						))				���F#"'&=#"'&=476;547632327654'&+"'&5476;#"'&54763�{{


�				�


�@				@				@))@				V{{


>		@		>


��								)�)				 ����5%3675&'&&'&767654'&#"#"'&5476323�*,9989,,,,9999,

	

1@@1//1?@1)x��*,,,9999,,,	

		//1@@1/.)���=Oas&##!6767&'&'67&'&'#67&'&'#65&'&'21#"'&54763471632#"'&5&'&'&5673
	"p$M								`								@))��"$$%�								 								l

��@�-?T1!67675&'&'!+&'&?6327632'471632#"'&5'&'!67&'!&'&'5�`���`�0P	@8

�								�'&:@��%���k�


P		T								�:&'%����� 3>%7/?6?76?3?654/&#"'&?6�">"�#

x��	O �">"(0�

�

�">"�y

$��N	 }">"'��		�		����7654/&#"?6?'k1�1(G�#

x��1�1(G�x

#�����11'1/7632&'&?632'&?6?'�(4`4�ff
`�Jf
		I�
�(4`4`ff
`�I		
fI�
��@�732?6'&'#4'&+"#�

�H		@		Hq�� 				�� _7/&54?6!2#!���
 				��
"
�

�
H		@		H _%?654/&!"3!O����				 "
�

�
H		@		H��?�6/&#"3;2765367>
�

�
H		@		H��
��				 
��@�*8671673;#&'&'#5'76327'&?67�		�W�����G

�G�	<	��		~WK
�@��l
G��G�	<	 ����@#?'&3676/73675&'&'77675&'#'76'&'Ȑ(OO(�(OO(�(OO(�(OO(��(OO(�(OO(�(OO(�(OO(����0;1#!6767&'&'#&'&'21#"'&547633#&'67� 
&% 								P�����@@								�?@"%654/&#5&'&76753?�p
�
pp
�
p�

h
88
h

h
88
h���"&#"3#32?6'&'#53676/�

h
88
h

h
88
h�p
�
pp
�
p���516767654'&'&'#"/&56735476;23F::$""$::FF::$""$::Fykk:		 		:�!"<=CC=<"!!"<=CC=<"!��dd
`				`
���5%&'1&'&#"3276767'&54?6332+"'!"<=CC=<"!!"<=CC=<"!��cc
`				`
�F::$""$::FF::$""$::Fykk:		 		:���5713276767&'&'&#"%#&'5#"'&=476;5672!"<=CC=<"!!"<=CC=<"!'dd
`				`
�F::$""$::FF::$""$::Fykk:		 		:���567167654'&'&'7632#+"'&=#&'47F::$""$::FF::$""$::Fykk:		 		:@!"<=CC=<"!!"<=CC=<"!'dd
`				`
���F32?76754'&+1!676754'&#"!&'67327654'&+`	*�		


�)		���""@"				��p				p�)�


		�*	�		 "��""p				p@				����/1!&'&'6767!5&'#32?367���@@�!B$B!	���@��	!B$B!���6!5676'&'5!"'&5476321#!/&54?6! @`		`��				�				��`		`@`@	`


`@				�				@	`


	`@���#G713276567673?654/&#4'1&#"#5&'&767536767				)�@		@�D--				)�@		@�D--�				) 	@


@ --D@				) 	@


@ --D �`2%676'&'71&'&'#"'&5476;676732+@----�++;;++�				�++;;++�				�p'((''(('08#$$#8				8#$$#8				����DMV&'6767165&'&'67674'&'5336767&'&'"#&'&'&'67%67&'P 

""



""

)7W	""	W& �a	""	�	""	W

""

&����@�+013#"3!27654'&+'36767&'&'!!5!@�E								E��@��@���� 								  @������.6;2#"'&?2103767&/76'&'&u�p
��
p&:����9ZZ�

���(``aa��_�%%#"/&767354'&+"'&=476;3^
�

�
X		P				P6%$Xq���				 		$%6���_�%6/&#"3+";67675367^
�

�
X		P				P6%$X��
�				 		$%6�
��@�2671673276=&'&'#!67675&'&'#5`""				()==)(�@ 0""0				0=)(()=0��0����'67167167&'&'327&'&767�''66RR66''

$$$$3!87;;-R6666R-;;78!s    ��p�%Q6767#&'6735#&'6735#&'673&'&'&'&'5&'#;67&'#567675&'`))PPPPPP))�$%66%$+*B0HH0B*+`�))  ))�6%$$%6((D00
""
00D(��p�',671673#&'&'4'1&#"32765#3���								P��������								���@��p� 136767&'&'#3#&'67P��P@@�����P��p� %671673#&'&'367&'##3���@@������������@@�#+3Mc1!6767&'&'!#5'5367167#7&'1&'347167632#"'&'&57#;67&'#5&'#@��@@@@@�@@@��L����@�@�@�@@00D����0&'1&76'&&'76/36?6'&/&&'�
X0�P��1	(a\:FGO
`(�
QHH:z��� '(`��H-X
(	1
����"6&'1&'!!6767676'&'671673+"'&5���    0W������$$$$����*3#&'676767&'&'#/&54?6�pK12
	)`���	@21K8%%
)@	
�

�
����&2'&'&'&7476?63676765'1�
/.VV./
�D'&��P3EEAB++BAEE3PC��#669:.J����',67167!!&'&'4'1&#"32765!!@��								���@������								���@���� 1!6767&'&'!3#&'67@@��p``�����P@�'67167!!&'&'56767&'&'5��@@@""@@""@���-%27167654'&'&#"313!2765&'&'#'!!!!''!!!!'_D.-		
�
		-.D��""&&""""&&"" -.D
				
D.-���.1!6767&'&'!676/'&?'&7@���o////////���@�////////���+6#&'567673//&?'&767� W'
�'W���'W W'� W'�'W���'W W'���+3//&?'&767#&'567676X�'W W'��'W W'
��'W W'��'W W'���%0"76?6?654/&#&'&767%76/&��I%3&t�)X'((''(('�@@��t%3%I�)�P----!@@���P]j7#"'676727654'2323&#"3632&547&'""#"#&'&'&'4532765&'77676'&&7676'?::UH9:""	::UH9:""	:E!
;E!
;�U::	"":9HU::	"":9H
!E;K
!E;���%08@K674'367'7"7&'"'7'65&'672&#6767/27&567WU#B1,;*U�,=�Fc�>�=4H�>�=4H;*U,�#B1U=�Ed,�U*;,1B#UWH4=�>�cF�=,&cF�=, #U1B5*;,U=�>H4���+=O67167654'&'&'21#"'&54763471632#"'&5'21#"'&54763F::$""$::FF::$""$::F								 								@								@!"<=CC=<"!!"<=CC=<"!�								�								@								���/<Ijr&'#3##33'367&'#765&'#5367&'#53674/#!3674/#'3'76=&'##5&'##5&'#67#5�4!�!4`+�+� +�+� ~P � T��T �p::::�4	HH	4`  ��@�'4"1356767&''&?&'674'&+!674/#�		$&&�d

j&$		@P))��		!:;J#		#80c

j:!		�P)		)����:?DIN1!6767&'&'!353353#3#3#5##5##535#535#5335#5#;#35135#@@��@@@@@@@@@@@@@@@@@@@@@@@@@@@@@���@@@@@@@@@@@@@@@@@@@@�@@@@@@@@@����2?2132+32!'&5476;5#"'&5476;547637!!&'47�						�M��M�						�) )���						0��0						�'))		����%.;?6?6!76=&'&'#67&'!674/!`
2�@66R�ar)��)�
�
%		W �R66
D��		))��0�"/767165&'&'#"3'674'&+3674/#�

,,

			
�		��)�)�,,		pp		�		))����8<I&'&7676767673276+'&7676327679!!&'4?    z,,

k(�(k

z� )��)��%%

��

P�)		)����(8E567336756733675673!7'&536754'&#"7!!&'47 @ @ @
3��3
� 				�)@)���((((�
&��&
`0				0�))		����,X]4716;2+"'&=#"'&="'&547635476;5!322#++"'&=476;2#53`		 				 		 								 � 								 		 				 		����				�@�				@		@				@		@@		@				@		@				�@�				�@@����)4?676767'6'&'&'76/&76/&76/&7�b-�b-�WD��߽WD7@

@

0@

@

0@

@

�'N-2�'N-2�WE��ݽWEK

@

@0

@

@0

@

@����$5Gk1#&'&'67671#327674'&'327654'&#71#327654'&4716;2+#"'&=&'#"'&5�'�'66RR66�
	
	
			4	

	

	q
		

	
�		@@										3)**)3R6666RA	

	
		2
	
	
		

	
	�												�$%&'1&'676767&'&'567mHHHHmmHHHHm�&HHmmHH&OqqO�))))�))���@�0=1#'56727632#&'4?6'&'6?6&'&7677		�"l	"�


��v/+<�3"1C�----�


�"	l"�		�vC1*
q1#/u'((''(('���!!���@��@�9S%"1'37676&'%"+&/&#"/&56?674/&'54721#"'&'&5476763�&�<,9999,3!,���5%


:	
 	
C


$o







� �<,,3CC?��#$


C
	 
	:


	&5"�







���)6CP%6'&''&'677'&'1&'6323&/&56767&'6767&'677#()6Q32	KRSH$:=@A>�.(.E$%B=�I//%&>F:&&$..P0M=	AKKH#--4�PGF4BBY#0)$27$ 7E;;-.KJW �##;;I K<;!Z;E$55>+SED&�w')%-!����HQZclu~4'1&#"&'54'&#"'&#"3676754'&#"&'54'&#"&'567&'&'6?67&'&'6767&/&'67 								<
qC]K12								0P0p0�				��				��:
k?21K�				p�				���P0 �`(1:C%367675&'&'#!!!13#67&'7&'6767&'7&'67�`` ���``�xxx ���@��@�@px����
35#3'&'#!!6767533�r��3r�@@�e�ee� ����@�:W#367675&'&'##&'51367675&'&'##&'5#367675&'&'##&'5#"3�(
�
(0��(0( �(0(�
pp
PP���PP��PP����)F3#567#!6767&'&'#5&'&'#6733##&'5#&'56735���8@�@�` 00 00�(((�(�0 00 0����1%'&/&#"67674'&'&'4?6?632u4oo476QQ67[)))		*��gg�"P6666P"1((6)		)6��?�2?H67167#5#676757676/&'&5&'&'&71676'#1017"@

`@ 00 �,,''�,,(* 00 )
CPA�0

pp�0  0��'--(�'!20  0@
b8_�����0?1#!6767&'&'#&'&'21#"'&54763/&7676� 
&% 								q�@/o���@@								р@/o����09DMX1#!6767&'&'#&'&'21#"'&5476367&'73#&'6767&'3673#&'� 
&% 								xh��hX�����@@								�p��@�CNW`ir676'&'67167357676'&'&'&'&'47&'00"'7!67&'!767&'&'67'&'6767&' 2222�$�$
#
;G[E

7���h�p*,,**,,*�
mm



[�8`����QX_e2193&'?6767#"'&5!#"'&5676767&'&'&'47632!4763#!&'367!67#�		,6 v& 				��				,66,				@		M�

��
��
8 v�		-$$)$$$-								-$$)$$)$$-						��0��?�'A4716;276&'&'67#"'&5&716?7'76'&/		I\.�

�()#\I		�
.=.
1
�1�		��#C

D()0		g==
�
1
�����=_"1;367674'367674'327654'&#!&'&'&'#!67675&'&'#/'&=# 				"

�

C				�0"�
@

`	''	`
�				��"



				 "P�

�
�		�
����81!6767#"'&=#33'6733##&'5#&'56735@�		����` 00 00��� 		����0 00 0 ����2613276323#"/#"/#!6767#"'&=#33'`p
2

FP
2

f�		������	#c		7	#c		7� 		�����@�
 =13#3!!67167&'&'#36733##&'5#&'56735@  @@���  � 00 00�����@��@@�@00 00 0���367167654'&'&'&'5#&'5673567F::$""$::FF::$""$::Fp��@!"<=CC=<"!!"<=CC=<"!hhhPP�PP��@�5DQ32+"'&=476333676753!&'&'6767367&'&'#7676'&'@				@				��
`
��@p
�
vp$$$$�		@				@		@0

0��@��

U    ����2G76767!+&'&'7#336753675&'#5&'##&'&'5673`:��00 00 �:&'%�`�:�0 00 0��'&:��%����/497"1;#";27654'&+5327654'&+3#5;#5 				  				@��@				  				@��@`��ࠠ�				@								@				@@@@@��@� 3E135&'&'67167&'&'5#1/&74767&'&'67636p
`
p 00  00 +

�
#,D--<#,D--

�
`
pp
00  0�0  0�
�

--D,#<--D,#
�

����747163!2#!"'&=!#&'&'5367&'#5367&'#5367&'#5		@				��		 @�pppppp�				 				 `�� @@@����"?47163!2#!"'&=!#&'&'#336753675&'#5&'#		@				��		 @��00 00 �				 				 `��@p0 00 0����Q^3#"/"/#&'67327676376?3#"'&=+!#"'&547632354763#&'&767�)\h/
){�
.
�
  R)				� �								�		�----�6
 d=$a�)�				  				�				��		'((''(('����TZgt1#;+;+;#676736767327654'&#=4/&+5&'&'!#53&'&767676'&'p
00����00��))�)) 				M3
���3M���
0�))))				@ M0
�`M�0����=SXl�#"'&=4/&'5476325&/&'547632#"'&567167!2#!&'&'5335#%21#"'&=476;21#"'&=4763�) 				<				�) 				<				��`				��ࠠ 								`								�;+!.				=V				�;+!.				=V				�		`		   @		`				`				`				`		���A//&767'&7672102+'&?54?76/776/�  &7HH7&�=88�Y99+9

9*9

9�  &7HH7&�=88�99Y,9

9*9

9����
)7%67&'&'76/&67!67676'56'&'&'!f--D1&
�
/
�
--D1&����+*;;*+

+*;;*+�&1D--

�
/

�
&1D--J7####7 8####8���+754?76/776/776/767+'&?`9

9*9

9*9

9.+,�YYYBY9

9*9

9*9

9.,+�YY���"'&#1"367327654/7#W


		
��)'	


		 ` ��3`f�		


	��()
		


 ` ��3`���#BG4716;2#&'&'"'&5#3574716;2#&'&'"'&5#35		808				""		�00�		808				""		�00�						��""0		 �� 						��""0		 ������#,164767%6#&'4'&#!"#&'!&'5!%5!!=!!0		��		0����������(=kk��				��88p@@`PP���8M47167632#"'&'&5%&'1&#"#!6767&'&'#4'76'&32765�""""##))##8�8`"
!####p��@�O
N���%clu47163!2#2#!"'&54763"'&5#3#3'&+"36?654'&+"5367&'#5367&'#5&'&'6767&'		�								�@						PPpp3
	x	
3ppPP0P�						��								@		  0G

G0 ���r�46372//&'&??/&'&=76?3;��*�SS�*7

��

�7�		T

.��.

TV[$�

33

�$[���/ASe%67167167&'&'&'#09367673'21#"'&5476;21#"'&54763471632#"'&5H9:"""":9HH9:""/
,&#08�								�								`								//::////:E4%

�																 								����6&76/67&'&'&''#0936767327'Pv="":9HhGj/
,&#0880����0\9P://6S�E4%


%*����D67167!!5&'&'56763+"'&5!+"'&=676723!3=@$%66%$���
		 		�@		 		
 �  6%$$%6"00"p!
�								�
!0  0���p�%#"'0141&'&'6767"'&'9"'"'&67567676'&'&'01#&'&505476376'&'5&'3#;5#673!&'&'56767G"%%".!8;;XX;;8 ,G		
				�*H��H+

�`

,":VX;;;;XV:!8


��'  '
@

@
���
CL5&'&'&11&'&'&'&'"2?367675765&'#7&'67�)%#	� ,-((
	�)(>LJD--d"P_.A@/ ""8""0:*)&=--D�-"��@�.;%6716'&'&#&'67;27654'&+"#";2?%0"141050110


wy@				@N-#-%				��,$��8


X				$		@		^��@�HO&51476327632#"/1+"'&=476;76;2+3761#0103�e


	f�

$-��				%-#-N@				@yw
��7g

g�
^		@		$				X

0��@�S��'&#""101013&'5&'"#&#&#&76327656516'&/&'&'67675671+"'&=476;76;2+3761#01038

	

		

$-��				%-#-N@				@yw
���
 "	
 #
��
^		@		$				X

0��@�CJ632&'&'54?1+"'&=476;76;2+3761#0103B))C$

$-��				%-#-N@				@yw
���`))`��
^		@		$				X

0����3f4'1&#";67675&/1/&#"/&=!'&'&?654'&#"132?6=4'&#"PdC
  


		 
3�3
 		


  
CdX8@f'd
O.! 		


 		3(P((P(3		 


		 !.O
d'f@8
��v�/j%7654/&#"&+13276=01015;01013'&'&'532?230;27674'327674'67651&'&'0101# FN(p�"�JN%�




x�EN)xH"88w9IN&
��#U?6367675&'&'+/&#"'&'&76?&#"#376767767677676'&/C`
	
c
�*

LH!4THP

l\	�kO



N�
�
/}(C0
�
S		
{����E45&'&'3#"'3&5476733676754'736'&'&'3&+53�&&22&&o 	xD#$
�
`
�
$#Dx	 pN2//2N��0))--)�
`

`
�)--))0�����_kx�676'&''&/&=67675476;2?67'&'&?6?5+"#"'&/&/7'&'&7&'&767'&/7P@3

O&/
		�		
0&O

3<;�01%
�N0
%1��A3[

VOXGL				LGXOV

[3A�w1^
���w
^1��@�`i&+"454567672367332++"'&=#+"'&=&'#&'&'67673#367676;&'67��))-
				 		 		�		 		6	
-�@`)) !7		`		@				  				@)G-!!�����-8%1'1'676776=4/&'#11?676/'?M�58U(*L(&8S\6
X�S_
7L}�:		=]%<#!5$@`i`X`hR���@\n�11'#";!6767327654'&+&'&'67673&'&'67671'&'&'&'676774'1&#"32765%271654'&#"3]				`))��
	
�				`))())�u


))
								 								`				))				))))�w	))�								�								���.1&'6767324716;#"'&=&'&'&'66T633@ 		�		 ?23				?23�W==
Q:4		@		32? �				�32?���)>21!2#!#"'&5#"'&5476;54763!2#!"'&=4763`		`				��				 				 		`				�				�		 				��				`				 		�		�				�		���3EV67167654'&'&''167676&'&'&76'671632#"'&''&7632'&#"F::$""$::FF::$""$::F\!!
	))			
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�

		v								



��@�!;H%67165&'&'&'!27654'&+21#"'&'&5476763&'&767}32??2332?@				��







@     ))/?2332??23				







`$$$$����&D&'&''&'&767%67673&'&767%&716??6/76'&/� 0/ ��

@�@��
..)
�*��p0 .d

W"�p�
M	M

�
*
�����8?Qcu16767674';67674'3276=4/&'#5&'&'!#53221#"'&54763471632#"'&5'21#"'&54763@"))"�"""			;1��	i129								��								`								��P""""		@
G0�@=p								 								 								����!-&76/767&'&'5&'&'#'	!67'PW` �Kp��%��0D
				
@
��;�d'���.�*/6716;232+"'&5476;5&'&?3'# 		
�
		40				PP				048���		�7)*d								d*)7�c@@����%&76/6767&'&''#'#3!3'P�%()=5'&���;D.-		
���0�"",=)(  2n��-.D
		����#8Qt|�&'1&'6767676=4'&'#&'&'567673'&#"32?654/1;5476;232765&'&'&'35&'67&'s''22''		''22''		#) )
�
�L3	
b		�		b
	30??0? ``++		
@
		++		
@
		0))

�,,9
	@				@	
9,,""�00 ��x�-<47167632#"'&'&5671673#!"'&5/&7676`""""`23K\K32	
�|
	q�@/o@####��K3223K
		
1�@/o����,FU21#"'&'&547676332!"'&5676747167632#"'&'&57367&'#5&'�####.\	#��
	23K�""&&""""&&""�0 �""""��
-%&	
K32@'!!!!''!!!!'P@0��o�7��21#"'&'&5476763327!"'&56767%6763276/#"'&'5&''&'&'&?&547'&7676766754'&765�####.\

��
	23K



		

		





		

		\�""""��
	
K32V�

����-;I727167654'&'&#"313!&?6?&'#%&#1"7654/?6?'�####.K32	
%(1J\�

G�	<	�G��""""023K
	
<
(0DG
�	<	�G�����-CT47167632#"'&'&5671673#!"'&5#6=4'&'012;#&'674'67`""""`23K\K32	
�|
	a�	!>D.-		
�0&0  0@####��K3223K
		
.''-.D
		 )6)! 00 ����%?6&'&'5'+"'&?5&'6?6?6#!"'&56767��M$%66%$0 �kGG2		
�~
		2�(96%$$%69
AOOG(��
L

L
))7
				
7))����,9W727167654'&'&#"313!&=45&'#%21#54763";276=4'&#5&'&'�####.K32	
k	0B\^		@		P				�				""�""""023K
	�)@		00		 0		�				�		0""����-847167632#"'&'&5671673#!"'&53#&'67`""""`23K\K32	
�|
	ؐ�@####��K3223K
		
����-HS7&'1&'&5676767&'&'&'436763671676?6#!"'&5367&'#�, !

		
&6%$$%6�%$;	>

>	;$%	
�|
	����'

	$%66%$�?./S

S/.?
		
�����-DL727167654'&'&#"313!23&'&'&+%767676'&/&15�####.K32	
�9\5x6		6x		h2_�""""023K
	,78.N0!))&&&&))!0V()*�&����%&76'%6767&'&''13!27%'P��*$%66$$��H//	
�����0�!"-6%$$#5x��21I
	���y�-DM727167654'&'&#"313!67'&=&+7"132?654/&+67&'�####.K32	
�	d\�		kIkS�""""023K
	d!!P		SkIkP����G7"'1&'&54767632#'&767;76+"'#5+"'&5676767�####		!$
6!"		
�p�
		"!6
$!�""""g|�
*+9
				
9+*
�|����,Ai���676'&'!676'&'30101&'47&+67676765&'&'&'#!&=&''&'&'51'1#&'&76?4545'7#"675476763276&'&'6'&/&'&&'5&'&#"'&?3276756776?676/654'7676'&'�----p----��)*.@%)))Ah8&&,
�*
	

	
-\







	

	







	
� '((''((''((''(('�%;
.)))<	&&8
	

�

,�	

	
				

			



��~�15IMa6716'&'&&'?;27654'&+6?7#671676/&#%#7167676/&#


q."{

�		�				�!~RHH�H0#"	
__
	"#0��I�H~	#"00#"		`_
�

%%")

-��						'"*�||`"�
�#\||�""�
���}�15IMa&'1&767667/+"'&5476;&/'3&'1&'&?63%3'1&'&'&?63v

q."z

�		�				�!~RHH�H0#"	
__
	"#0I�H~	#"00#"	
__
�

%%")

-��						'"*�||`"�
�"\||�""�
�����*/DV67167;!#3#3#3!'#&'&'5'#3!!&'&'56767271654'&#"3@ 6
	���|jb�	W�FR 

��

�								�@@@`�����
 

 
`								��@�?71654'&'&'"767633671672765&'&'&#7�  ,&!!	 !L! 	!!&,  	y
��				r
��	��@�1Haz'&'&547676%'&'&7654'&7676#"'&5&'6767''&'&547676%'&'&7654'&7676P

�

�				�
%
�'--'
2::2
2::2
'--'
l%��				)%3
$))$
$))$

��@�06514'&#"'&#3674/7'&?63676'7		


�"	l"��vC1"3�=+/�


		�"l	"���v/#1q
*1C��@�013!3&'&'!#"3!27654'&+54'&+"`@�@����								�		�		��� �� �� 								 				����%?N67167!#&'35476;23!&#521#"'&'&54767633!&'6767�`�#d		@		@��#







68&&��&&8���' 				  1 @







�&&88&&����(3?&'#33567673&/5367&'#535671675&/3X  q``q  ��
Pg7
gP�.D��``D.��\
�8�
\8����@Pq�&'&'"'&'676763201010109101#&'&'&'676767&'67670145""'&'&'567676767433=6767456767&'&'5%.M=W%66RR66��/'(&('0\8%##9�+!+ %8\0'(%=WW=	 7�W=66RR66=Wp""Q		O!
#`	#
 

#
p
#""#
���+EZ767167632#"'&'&'"'1&547632#'132767654'&'&#"'676767&'"67!"<=CC=<"!!"<=CC=<"!								`







@+,7" �F::$""$::FF::$""$::F 								 







7,+ "��|�2;1?376/3230376/6767=76'&'&+&'&'67�%��

J�/
')/
*>&'Q
2*�%��


9q
_q
f22C@
@��@�G674'&#"/654'&#"301213!276?030127654'&#"'&/59
Y--Y
9Vs

G
��
G

s
����'09BYb&#1"32?654/67&/&'67&'677&'67'&'671367675&'&'#7&'67����Kh���`�rt���������P���t"x����'9K]o1!6767&'&'!21#"'&54763471632#"'&5721#"'&547637471632#"'&521#"'&54763@@��@								 								�								@								 								���@`								�								�								@								�								����'9K]67167!!&'&'4'1&#"32765271654'&#"374'1&#"32765271654'&#"3@���								 								�								 								`��@@								�								�								�								����'1!6767&'&'!21#"'&54763@@���								���@�								����'9K]o�67167!!&'&'4'1&#"32765271654'&#"34'1&#"327657271654'&#"34'1&#"32765271654'&#"3@���								 								 								�								 								 								`��@@								�								@								�								@								�								����'9K1!6767&'&'!21#"'&54763471632#"'&521#"'&54763@@��@								@								�								���@`								�								@								����'967167!!&'&'4'1&#"32765'271654'&#"3@��`								�								`��@�								�								����-&'&767&'&76?271654'&#!"3!�				��				``���								��@�!367167!32+!#"'&5476;271654'&#"3`@				p��p				@ 								���								��								��@�*B4'&#";51#"'&54763273;27654'&+&'&'#@
�

 				@� @



``		@				 `�		-

��				 ��								���						@@���5%?3676'&'&'4?6?6'&'#&'4?6765&/&'76�9DL?
Q p,-@@-h$��9(		" %@-,,h$//37�			��@�PY132+"/6'&'&#"?967632#!&'&'676767676767&'p U�\3				@
n	!)) J
	J%Z				��&&AAR� "S\					oF
	G%				TEE,,h���HU6716733675&'&='&76&'&'54'&+2#!"'&547633675&'# �%
 

M				��				@����% �@ 

M
 � �								�``��@�~��671011390173671&'&93070307676767'&'"'&?632#&'&/##&'&'=474?67632/&#3276?&'&'015&'&'0#36767w& /2!		(		 2/ &

, 0,. & .,0 ,

7
,
$%�%$
,
p�	

	
�

�)0 .. 0)�
�+


.

*+

.

����-&'1&7676'&'&76?'21#!"'&54763!4
@��
��l				��				�b
�		�
bb��								����2;U47163!2+3+&/&/&/&73235#"'&535&'&'#1!"'&54763!2?632�		�				� D--		�@ H�
&Р		�) �		&5��				


�						@--D@		_7\
3@		�� )�i


$						 �`/?767167767&/&'&'5'&'6?3367675&'&'")(><+HH+<>())(><+HH+<>()H""""HZH""""H�>()*HH*)(>>())II))(>H""HH""H��@�3<%671673277675&'&'#&'&'&'6753276756?&'67#8U
$%68,7R66,�<
z	�6%$
66R6+,B.)3
�����-6716'&'&7676'&/7"13!27654'&#!�
��@
����				�				��b
�		�
bb��								@�H[n�1!5&'&'67675&'&'!!;5673567356735673276=%#"'&=476323#"'&=476323#"'&=47632@		@		�@��		0```0		��								�								�								�GG��@		        		@�@				@				@				@				@				@				����4U&76/675&''5#'6;5#&'6735#&'673&'&'''#&'&'5'#;67&'#567'P�9#PPPPP))�j+6%$/+*B0HH0��0|(1( -  ))6��i"$%6	%(D00
""��@�08@GN767676767&'&'&&'1&'6767#1#57153#6767'3&'&'ABAA<<<;AABA<<<; """"�@@@�@@@O��	
	5		
�))))@�@�@�@��@�%,4<Nd767676767&'&'&#5'5367167#7&'1&'31&'&'6767'#;67&'#5&'#ABAA<<<;AABA<<<;�@@@�@@@�))))�O��	
	5		
��@�@�@�@`0  00  000D@� +81!6767&'&'!3#&'6767!!&'%3#&'567@��@0��`��PP���p�00@� +v1!6767&'&'!3#&'67673#&/'&'"121&'5&'9&'&763327656'&/01&'&'6767567@��@�����\

		
	
���p�
 

 ����?132+32+'&'&?#"'&5476;7#"'&5476;7676r*?				i@�				�A
*?				j@�				�A
�
>				`				b
>				`				b���.@Rdv%9+"#&'&'&'6767674'1&#"3276=271654'&#"374'1&#"32765271654'&#"3b

H9:"""":9HH9:""��																�								`								�
"":9HH9:"""":9H 								`								`								`								����!;1!6767&'&'!327654'&+##"'&=476;@@���0				000				H))���@�				@@ 				@x))��@�?6716733567673#&'&'5#3#&'&'545'#&'&'5
`
�
`

`
�P`

`
P`
p



`

k
`

`k
`����&1<G6767676///'&'67367&'#367&'#7367&'#((((((

((((((

R�������
""""""	�0
""""""
���p���� +6AN[hv213!&'&'6767354763367&'#3367&'#3367&'#'&'&767676'&'%3#&'&'56767!1#53@		x��x		p  `  `  ��



��

 

�		@��@		���



(H�
`

`
�����1#1"/&54?76/776/776/776/7632�\30		0*0

0*0

0*0

03\��.\30

0*0

0*0

0*0

03\�����I1;!67675&'&'#&'5#&'5#&'5#&'6735#&'6735#&'6735&'&'#01
`@

0@@PPPPPP
`


`
PPPPPP@@0

��`@�@871!67675&'&'#&'5#&'5#&'5#&'5#&'5#
 

@@@@@@
p

�
PPPPPPPPPP
����1671673#3#3#3#3#&'&'
�
PPPPPPPP
�
�

0@@@0

�����&3@MZgv&#!6767&'&'#'67167#5'3#&'567673#&'53#&'567673#&'5%676'&'7367&'#5&'R�v

 

v�R��  �  �p  �  ��*,,**,,*X �

[
��

@
[�e``�@@@@p@@@@�22220 ���'&732?6/32?654'&#"�h	V
		V6P
(��p		@


p�
P6V	V	h(��p


@		p����*HU113276767&'&'&#135#27167167&'&'&##%135#�!%%##))$#341��  �143#$))##%%!��  ��	

	
((`��`((	

	
�`����6CP%67167&'&'&'011356735673676750501%676'&'%&'&767�,"":9HH9:"",
0@0
��    $$$$1--6?2332?5.-@
0000
@�$$$$@    ���"<S\&'&'67'3#3675&'#'67'67167654'&'&'367&'&'#&'&''#3dO`\0?R66#� S3 #�|0?R66"0mF::$""$::FF::$""$::F
 
 *`v/O`]"66R?0�   @|#66R?0/�!"<=CC=<"!!"<=CC=<"!�

�`@��0�>'&#!"367676727676'1#"'!5#"'1&'!6767=$:��:*))((()*0	��@X[

[%%%%%%����@@�����'3!27654/&'!336767=##5#!32765#%6
L�tL

�
@�@�				@
	rr	
 �P

P����				�';47163!2#!"'&547163!2#!"'&51#!"'&54763!2		�				��		@		�				��		�		��				�		`								�								�								���joty~767167632#"'&'&'%&'&'&'&???76/776/776/76'&'76'&'76'7'7'?'7'7!"<=CC=<"!!"<=CC=<"!9""

!-8		9."

""

".9		8-!

""		"-9		8-"

""

"-8		9-"		�----D----D--------�F::$""$::FF::$""$::F�

""

".9		8-"		""		"-9		8-"

""

"-8		9-"		""

!-8		9."�----D----D----D----���9\35&'#56767332#54'&#"#54'&#"#54?6;533276=33276=3!&'&'���0�4�				�				�4��				�				���h(((((4L								L4��P								P����367676732/#&'&'5'&/&76?6;�	!!

"
	8	
4�3
	8	~"
�i	
@
+��+
@

	i��?�HZ676'&'#1"'&'&?6?632/&/'&/&?7#"'&54?�!	

3#"	2

G9(=


		<��

5%
A6	\

XN!@�>-$	>		


;���#51!67675&'&'!&'67!27654'&#!21#"'&54763@���p				��`								����				�								���2Kc767167632#"'&'&'6'&'&'7676327'271654576/&374'76'&?32767!"<=CC=<"!!"<=CC=<"!S
		
		�		`
			
�	`
		
		�F::$""$::FF::$""$::F�	

		

	|		 

			 	

 
				���6"13!27654'&#!"1;56767;27654'&#! 				�				�@				@@))@@				�@�								��				�))�				 ��	���� -;AGagm{67167!32#2+!&'&'13!5!"7''&'&'376735#&'4'1&'&#"32767653&'7#67766#6767)  								 ��)@		�		�
?
*	$$	N""""�$		$9
?	`)		��		@				)@��		@		�
##

&+�+&R####&+ +&L
##
����HUm�6372#'"/&#"/&/&574/&?65'4?6?632?&'&76772370/'&7'6?412?43/#&'�	

		

		

		

	b'((''(('��+	)%
	!8	�%)	+	8!	
�	

		

		

		

	�----�g$Y	1<Y$g1	@�/&'1&'!"3!6767676/'&?'&7@���		�3��////////@�


�/////////����lqv53#'1#&'673#367675&'&'#6767367#367675&'&'#&'&'36767&'&'#5&'&'#3#553#(00
v((C-

@

-@-

@

,B((v
@�00�00800h
""/.9
@

@
3''''3
@

@
9./""
��00000����E73&'&'5#77'&76/+"'&'67676="'&5476;2#�#�#@�'+�(				�				�-.����
'+,7<//<3**�								����(@I&+"#"/&+3!3=&'&'#"#"/367675367675!&'67�


l

i�@@����44
�

�
44�� @@ �����,ASe1#+"'&=#+"'&="'&5567673!276=4'&#!"271654'&#"3!271654'&#"3�`??				 		�		 				??`�						�										 								�"��		 				  				 		@"��				�				��																����V26767676'/&'5'&?'&'&54767&'&'&'&76&7676763


+-"
::
"-+


�"(,

 	
!
GG
!		 


,("����36514'&#"'&#"32?6514'&#"'&#"327W		


�9


		P


�`		


�i


		�


i


		�:		


P		��


		�j		


�		��@�9%67167&'&'"#6767&'73%67!3+&'6735'&7�))
5$$0=)(()=*!#�Rp�@XX@��))

+()==)($	a�vv��"3!&'&'5367&'+!67&'!�V88�88V((���0�!>=YY=>!������0BT&?6?6/&/&/21#"'&54763471632#"'&5721#"'&54763�"J$<"S"J$<"S'								@								�								�(L"R";(L!S":								�								@								����%7I[&'&?6?6'&'&'&'&'&'&'21#"'&54763471632#"'&5721#"'&54763	"J$<"S"J$'
*1								@								�								�	(L"R";(L!	&)t								�								@								���;4'1&#"#";35#13276=327654'&+&'&'#3�				 				 ��				 				 ���				 				�@`�@				 				@��	��*5@IR[dm1!6767&'&'!32+"'&=476367!!&'!673#&'%&'6767&'7&'6767&'7&'67@� �				�				 �@����0P0P��@		@				@		�P���&?X67167654'&'&'5&'&767'676/'&?'&73676/'&?'&7F::$""$::FF::$""$::F$$$$�%%

$$

%%

$$

�%%

$$

%%

$$

@!"<=CC=<"!!"<=CC=<"!�    �

$$

%%

$$

%%

$$

%%

$$

%%���@Oa'932767676"''&=4?&'&76767&5676767/&/271654'&#"3`	5$44D $6--	

(::E5088<

			F	))1(,8(u								`['Yv
'
	
2b	7
h
	
	x))��!L
7	F
								���*K6'&&#"56756767567675&'7?&'&'&7&767632�
i4>mHHE2>>2ELD�@
o	=ee=	<ht
E	;�0gwhhwg0�=-F*
I



��@�'5HY1#"'&'567676'1&'&'67676'&'1&#"327'7654/767674'&#" zRQQRzzRQQRz�"&
- "�  �&"" -
8!!�!"<�=!""!=�<"!�
+

M

�


+���?%?7676'&'#&'4?67676'&+&'4?6767676'&?6�K
"004	b	'Q+=>>?/:

��K
!	

845&.==<*
	�			����&1[1!6767#"'&=#33'3#&'673#&'67#&'6736?67633#"/&#"#&/@�		�����@@@@6#
6@
		

��� 		���@@� 
2'
			
8!����01!6767#"'&=#33'76/&76567@�		����(HH��� 		����fHHf��@�04671673;#3!&'&'53'&76'&?#5#5�		�����n'PP'n����		�p���0'PP'Ѐ����(04671673;!&'&'53?6/&#5#&'673%#5��		���'PP'�hh�����		��p'PP'��0�������&1FKV1!6767#"'&=#33'3#&'673#&'6732+"'&=476335#3#&'67@�		�����@@@@�				�				���@@��� 		���@@`		@				@		 @@�����&1�1!6767#"'&=#33'673#&'673#&''&#"901&'5&'1&'&7609227654'&/1&'&'6767567@�		�����@@@@�


	

��� 		���P@H


		����GO1!6767#"'&=#33'376/'&?'&'01#&'=6767&'#3@�		�����H
+"  ""!AH44��� 		����(  <,@PP(��@�JN\j1!67675"+"/&#"#&/#&'6736?67633&?6?5#"'&=#33'&#1"7654/?6?'@<@
		

#
	_�		����&

G�	<	�G����		
8! 
2'
	
<
^,		����G
�	<	�G�����01!6767#"'&=#33'&'5'&?6/@�		����(HH��� 		����hfHHf���� 6&#1"32?654/&#"'327654/76!6?W


		R\u&&��5QQ1


		25�*��\�		


Q\&&u��5R�2		


15�*\��@� 6L63127632#"/&54?'&547'!76/&#"'&'1&'6767632)


Q5��&&u\R		�1\?*�52		


'�		R5��u&&\Q


�2\*�51


		��    ���,Kc��767167276'&'&#675%&6754/"7633676=&'&'&'1"3676=676'13676=67673676=&'&'&'?6=0;;X0()
#22;H9:""��6%$12Ki	
$
i)

) 	$�X;;"
)"":9H((5(({	
$%6&%)*K12E.>$$	
++) )64		;=66:<)`[T	]c@p+=67167&'&'&''&?'&76674'1&#"32765�''00''''00''Z
..
Z								25
PP
5r								���$1>GP767167632#"'&'&'367&'#'676'&'%&'&767!67&'367&'!"<=CC=<"!!"<=CC=<"!���))))#$$##$$#����F::$""$::FF::$""$::F�X#$$##$$#H))))���+=S67167654'&'&'21#"'&'6763671632#"'&''1&767632'&#"F::$""$::FF::$""$::FP				
				
�		
				
		z

  

"(("@!"<=CC=<"!!"<=CC=<"!P								 								�

���!&#";27654'&+576'&'!'!# 	�@				``				@�	�@�@&@��ֳ								���@@���Nh?632?6/&#"332?6=4?674/&7676&'&'"67167632#"'&'&'�


$ 	'
 		

!	
66I*$�!"<=CC=<"!!"<=CC=<"!�	)
		

0		
"!C**�F::$""$::FF::$""$::F���;Ic776?6?6754/&+"/&'&?676/&?6/"#&'65!67167632#"'&'&':	
:		+"

G55��0!"<=CC=<"!!"<=CC=<"!�	('	
	((@?8-

2F::$""$::FF::$""$::F���+Lfq|�7?6676/&76;6?6/&76?6?&#&1"/&#"?667%67167632#"'&'&'76/&7?6'&7&?6'4
				
!$X;;�

$9�5!"<=CC=<"!!"<=CC=<"!�  \j


�		
	);;X	


.I,F::$""$::FF::$""$::F\  �
 
 
���!).38=EM_q67167654'&'&'7#53#7#532+53#53'#53#53'#676;#"'&'3'671632#"'&'721#"'&'6763F::$""$::FF::$""$::F`7

/7

G@@@@P@@@@P7



7		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!p(8(((8((`((8(((8(�								 								���/AS67167654'&'&'761&'&'&7667'671632#"'&'721#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
i								 								���/AS67167654'&'&'761&'&'&7667'1&'&54767&'1&54767F::$""$::FF::$""$::F�
((43((	=GH<�								�								@!"<=CC=<"!!"<=CC=<"!�
--
y@���/]�67167654'&'&'761&'&'&7667'9#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9F::$""$::FF::$""$::F�
((43((	=GH<��@!"<=CC=<"!!"<=CC=<"!�
--
T



���;P~�#"'&'47450367676'27&'&'&'676767#"'&67676'&'9765&'&'79341016767670103939765&'&'793410167676701031�



�N=!
"":9HH9:"""":9H�;EE;
''22''
��B


~("/6H9:"""":9HH9:""��
++
Y



���/G^67167654'&'&'761&'&'&7667'1/&'&7676767676/&7676F::$""$::FF::$""$::F�
((43((	=GH<�A�A
@!"<=CC=<"!!"<=CC=<"!�
--
�AA���/DY67167654'&'&'761&'&'&7667''&54?'&5476/&54?6F::$""$::FF::$""$::F�
((43((	=GH<�YY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�
--
�0		0++
++0	0���F[q��6312"##"'456747456776767'67676'&&7676766721#"'&54767%&#1767676'76?6'&7?676'&#/4'&�	-
)
>ASTK
)
>ASTK��	
m		026	,..$#		��9	b�
a8�

KTSA>
)
KTSA>
)��	
�	621				#$..,L8a	�a
8���/Nm767167632#"'&'&'6'1&&'&6767'"?765'76'&/&#3"?765'76'&/&#!"<=CC=<"!!"<=CC=<"!�
<HG=	((34((�&""&�&""&�F::$""$::FF::$""$::FL

--�"%%""%%"����-Gg}��%1&'&'676767676'&6767&'&%101'&'&5476767672"'10'0101&'&'432/6'1&&'&6767'9765&'&'79341016767670103139765&'&'793410167676701039%!<<LL<<!
EFbbFE

�F
	�	
Z
<HG=	((34((��M@&&&&@


_<==<_


u

	W
	
	

--g



���+=Oh71&=&'&766766767&'&'&'721#"'&'6763671632#"'&'5&'##"'&'#676700N%
<GH<
%N00"":9HH9:""�				
				
�		
				
				�VAA/*

*/AAVH9:"""":9HP								 								�-		-���+AWp71&=&'&766766767&'&'&'74716'&54?'&5%61/&54?5&'##"'&'#676700N%
<GH<
%N00"":9HH9:""tYY$$$$ZZ;		�VAA/*

*/AAVH9:"""":9Hs0	0++
++0	0��-		-���+<Ibk&'1&'6767676=676'&&'&76'&#"7632676'&'&'&'56733276737&'67�N00"":9HH9:""00M%
<HG=	%

$$
�$$$$		3AAVH9:"""":9HVAA/*

*/	




&    �--		����/AS67167654'&'&'761&'&'&7667'&#1"'&7632/21#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<

$$
�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
O


:								 �`+@Vk�4'1&+";276=4'1&+";276=7;276=4'&+"4'1&+";276=7;276=4'&+"4'1&+";276=�0000 00�00 00�00800�00�00�00�00�00��@�)?Tj732+"'&=476;2+"'&=4763'"'1&=476;2+732+"'&=4763'"'1&=476;2+732+"'&=4763(00�00�00�00�00�00`0000 00�00 00�00���!7M1&'5676767&'5&'&'6716732+&'&'5%1#"'&=476;X;;"":9HH9:"";;X�				 				p;;XhhH9:"""":9HhhX;;��		�		@@@		�		���5J`1&'5676767##&'&'676733276=&'&'32+&'&'5676731#"'&=476;X;;"":9HH9:""%n 

 n;;Xp				�				�;;X((H9:"""":9H�%

�X;;�		p		00		p		�� �".%7'1567%632##"/&54?7+&'547;��V�
7�H


2

y?G
E���VH�
6
��

2


�?G
���2=HS^u�&'675&/&'5!67675&'&'#"/&#&'5677&'567&'5677&'567675&/&'5&'676'&'''����U )�PpP(''��$$$$�5$ 

5$ ��p�
@)@````````@5$ 

5$ �    ���0=JWdq~�47163!2#2+5&'&'#"'&54763"'&53675&'#73675&'#3675&'#3675&'#3675&'#73675&'#2716'&'&';		�								�

�						`  �  p  �  p  �  (
	""	
��						��				0

0				�		P      P      �
  
����?dw�4'1&#"3276=&/&'513276=&/&=4'&#"&"##302;6/&';6/&'+"#"1'676=4'&+�				<				 )�				<				 )��:1))(/0-Cf�3f%0g%g#��				V=				.!+;�				V=				.!+;h			{�{{�{P������67167654'&'&'7"'&79030521676767654'&'&'&'0#41"9&54793521676767654'&'&'&'0'1#9&7632'671632#"'&'721#"'&'6763F::$""$::FF::$""$::F1



�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�


i								 								������67167654'&'&'7"'&79030521676767654'&'&'&'0#41"9&54793521676767654'&'&'&'0'1#9&7632'9#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9F::$""$::FF::$""$::F1



W�@!"<=CC=<"!!"<=CC=<"!�


T



���#����%65&'&'&'27&/&76766'"'&79030521676767654'&'&'&'0#5#9&5479034121676767654'&'&'&'0'01"9&7632'21#"'&'6763&#1"'&7632'&'1&?676'&'&'�"":9HH9:"""":9H5/�



x				
				
�

$$
?	U	l(,H9:"""":9HH9:""	Y	



�								:



v		Y		���,>P67167654'&'&''&7163!2&'&'7671632#"'&'721#"'&'6763F::$""$::FF::$""$::F�++::++/		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�4!  !4z								 								���,Z�67167654'&'&''&7163!2&'&'79#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9F::$""$::FF::$""$::F�++::++y�@!"<=CC=<"!!"<=CC=<"!�4!  !4e



���,AV67167654'&'&''&7163!2&'&'7'&54?'&5476/&54?6F::$""$::FF::$""$::F�++::++%YY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�4!  !4�0		0++
++0	/���,>O67167654'&'&''&7163!2&'&'7671632#"'&''&7632'&#"F::$""$::FF::$""$::F�++::++/		
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�4!  !4z								



����=FUbo4716;!2+&'&'47#&'&'47#&'&'&'#"'&55&'#3#567673#553#%3#&'&'56767		"�				C

�

"		�P`�P��

��

�		"��				



" 		@((((����
�
��
�
��@�+:F%67167167&'&'327767&'&?5&'&'#"'&'5/""33""		q�
	
t�o
	
{q!!��"#%%3""""3%%#"�:
.

��<��3�

1D11�7���@�+:FS11#"'&'&'&'676767456576%'&'6?67'5327'676'&'�		""33""t
	
���
	
{�!�!(



H%%#""#%%3""""3P

.
��:/>

�31�1�7�1�����)&#1"'&#"?67654''?6?�%%
VV
t����@J		
fJ@�
VV
t��%%�ÂAIf
		IA���1R&5673'!&'767347167632#"'&'&57&?67'&?6/&/m	EJ2f�f2JE	m�T)*..*))*..*)�2$	--
	$2�r
4��4
r��0((((00((((0_

.#11#.���+=767167632#"'&'&'74'1&#"32765271654'&#"3!"<=CC=<"!!"<=CC=<"!�		
				
		�				
				
�F::$""$::FF::$""$::F0								 								���$>X67167654'&'&''3#&'6?1&'&'67327654'&'1&'67327654'F::$""$::FF::$""$::F@�� $				$�$				$@!"<=CC=<"!!"<=CC=<"!��)
				
)@)
				
)����)6!6?367&'#!2#!"'&54763�P(��(PPPx@				��				�

P��BP���								���4&'1&37674'"13;276'&'676527654'&#!�ёj�(				 =	�	= 				�@�	�i

�				>..				..>				���C67167!!&'&'547163567673276=#2+"'&= ���		"�		)�				@		�@@��		"		 Z
  )		�				�	����'-3?E_j67167!!&'&'&'39&'&'376737&'#'9#6767#674'1&'&#"3276765367&'#@���,
')0)'
,,
'8/)'
,�""""��������1-	++	-1g-1P++	-1W####����
+67/77327654'&#"76?v$"�@
��@
�`						_2S�"$�
@��
@S2_						`�����.7654/&#"7&56767"'7%6?'p7}8.P	�X
�



�
,��8}7.M,
���



�
X�	�����6R'76327'&?6?'&54?6320#0?2105"10?2141#"/7�9r9�X�r�
h
	
̒WN@

@-�-@

@NW��9r9���r�
	
h
��WN@

@-�-@		@NW�����2DV56'&73'%&/&5!2#!"'&547637471632#"'&5721#"'&54763#)(	mk#@A��
R
 @				��				`								�								c0&�� 	MT	
��								P																����!5'&'&;27%676'&'#"13!27654'&#!"}�.�c:
!	I
�G9h��		@				��		MI

		_2
U�%K5��								����:F"13276=332?327654/7654'&#"'6767&'&'##53 						3�j		


ii


		jj		


iV& 0��pp

�		�`				@�i


		jj		


ii


		jV
(0 �`

���$5GZ#"'5&'&'&'6767675&'76'&#"76323631276'&#"767675&'&'`-33-:#""":9HH9:"""#:�

$$
z

$$
m



-��"::HH9:"""":9HH::"��







f 

 

���&:L^713276767&'&'&#"67'&'&'"'1&'67676#71#"'&547632'21#"'&54763!"<=CC=<"!!"<=CC=<"!�E/	
'5P

�		
				
		�
				
				�F::$""$::FF::$""$::FP3	
*P

�								 								����:GT35#'#3#5#3#&'&'#&'&'#&'&'56767;#&'&767676'&'@`X�QQ��``))�))
x�qo
@��XX`X````�))))
��l
0����FR\e4716326?6?;27654'&+76'&6=&'&'3276=7#&'56734=#67&'!!�				T)
)^	
�				T
{))					1�((P��
L@				))	!H#GO&
				6
%)) 				 �3/H?(0���3a�67167654'&'&''167676&'&'&7679#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9F::$""$::FF::$""$::F\!!
	))	6�@!"<=CC=<"!!"<=CC=<"!�

		a



��y�+05:?DK"13#";27654'&+53676'&'&#!3#7#733#7;#7;#'7#'37z4�@				�				@�3�t�v�
;e[njt����it
`e[��@								@@hhhhh0hhhhhh0hh��@� 276767673+&'&'&'67371&'6767632�3#
		
#3DU
$#=<KK<=#$
UDw
:((:� 11 *K<=#$$#=<K*�)*E!55!E*)���67672"/&'&'&'4?654/&5676767� 4(!C%7S
&	3�%
;6$30-
#:

	���"/ASew��32#54763671673#&'&'5&'&767471632#"'&5721#"'&54763471632#"'&521#"'&54763471632#"'&5'21#"'&54763�@		�		�)�)
�
�'((''(('								�								@								 								 								@								�		``		�))�

�P----								 								 								@								�								�								���16%6767&'&'#!6767567&'&'#&'&'!5!8))"0 
`
 0"h��@�"))" 0!3

3!0 �  8��H�
,%1/?/1/'&?'&76?67@UF`
+���h�@
	@�
hH.bEX��c	DD	�g��g�����9DO673#5#5&'&'##3276533276567675&'&'3#&'673#&'67�P`� P 				�				����HHHHH�								�`����+=J67167654'&'&'21#"'&'6763671632#"'&'&'&767F::$""$::FF::$""$::FP				
				
�		
				
		0$$$$@!"<=CC=<"!!"<=CC=<"!P								 								P    ���#05:C4716;2&'&'457632732#!#3535#67&'		�		))�K


Z

�)�i				��7@@@@@ �				��))��vK

Z


	�V�		�		�@@�@@� ?`!.c##"'&#""'676732+"''&'6766716'&'&'&'&''&'&76767616766� >?^@				@)!�    �#**#

&-21		12,&

#*+#w]=>				$$$$�






��@�Dy67167'&/&'"356767'&/&'""#15#&'&'56716'&'&'&'&''&'&7676761676�)%


		�)%


		��#**#

&-21		12,&

#*+#@)%


		``)%


		�`a�






����	&867%765&'&'&'&+"'&76/%1&'&'67@R6��66R�!!''		�P~��"0 @7�9+R66�/??77!!*��0b#" 0���:Od67167654'&'&''671632/&+"'&56767''&54?'&5476/&54?6F::$""$::FF::$""$::F[

)++)	
YY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!��0		0++
++0	0 ����0&#6?676?6?6=&'&'"/� )$$+%

%�)/�zz�/*��@�&=N%'#"3!27654'&#!737676'&''&'1&'&#"1&76'5176?67Z<H�								��@yD+6���G:	<54$��								�	<66)
VR�
	<K	M	LP

	Q@
2����BX]bg3#5'"1#4'&+"3";27653;276=4'&#5276=4'&+2716533"#4'&#53#553#53#p  		�		@								@		�		@								@�		�				�		0  @  ��  p  0						@		�		@								@		�		@		�				�				��     @  ���3471632#"'&565&'&'#"3!276'&'&+�								{)).
H�H
-`								 ))

�� 

��.�*6"1#";27654'&+5676/&'&+73&'&7@
		40				PP				04		
��##�	�7)*d								d*)7�	ˋ�##���"/Haz�354'&+"1367675&'&'#&'&76?4/&#"32?6532?654/&#"&#"32?654/4/&#"32?65`�		@		)
�
)�@----�L�``				�)�

�)`'((''(('�.d2����6&'567673#47167276763"'&'&#&'&'�""�990/?



>00P""�<1001<b>>>>b	����6CP^ky��%7767&'71'#"'&''&767&'&76676326276765&''674'&'&'&'1&&6767"6713&'&'7&'&767'21#"'&54763
	

	
�"R  R""R  R"B


S
	

	
�


�'((''(('P								1�"!!5
((
5!!""!!5
((
5!!"C		�		0Y		t		1---- 								 @`C1;27676763"'&'&'&+"#&'&'67654'&'67672�


�


"(("



�


"(("
/
		

"00"

		

"00"
���)947167632#"'&'&5'&/&'5476;6732�







P0 #`		bP Pb		`# 0`







���
�		7��7		�	���.]1"'&'#&'&'47&'&54767&54767&54767676;21"'#&'&'6767�

�

��p
	
		
	
����9FQ\3!767#;276=!;276=6754'&/&'&+"3#&'567673#&'%3#&'67����Z#		 				 		#
�
�``�  h  `KKeP%9				00				9%Pe�  �)BM4716;23476;23!&'&'567673&'#3675367&'#5367&'#P		@		`		@		��0    ��```								��`    0��^�$-Xal"'&?6?67&5&'&#'76'76?76?6/&'&/&'&76676'&7�L(B	N
	$	,)
M��� F0#	
�

	
��

�
J		E-

P!#'.<
J
�$96/	E#&>

B

>'$T$	�S

����
<IV3#767532#'&'#";6767367673276=&'&'676'&7%&'&767�5qeQ
C�d.�)		!$$�$$!		1]				��``L``T}#hp		####		02##� ��@�Ul1"3!27654'&#53267675676=&'#5&'#5&'#&'5&'&'#5&'&'#32'&?#&'&?6`				 				 %�y	:p	
	:p	
���								� | 0000 | %�SK

`K	`���26312#"/&54?&#675673?6/�����W
	@@

P

P����؉
8008
PP����Q30101/1"#&'&'6767231?1#1&'#&'&'675&'6767367`�  � %�%%�%  )�88�%�%8

8���� />67167!#!#67!!&'&'%/&?67'&?'&76@�@��@@Z!�!00p00`����!!�00"00 �� �#66/&'6?/&'6??7/&'6?7	�

��

��5

��

5�%%���5

��

5�%%�

ee

ee�e

eFF�Fe

eF���9S`2132+#"'&=&'&'#"'&5476;676754763132767654'&'&#"7&'&767		=+*#				#*+=				=+*#				#*+=		�""""�----�		#*+=				=+*#				#*+=				=+*#		�####P'((''(('����c21567672"/&'&'576/1'&'01?#&'&'545676767676376754763@		
#&H![
	l,		,_
	
[!H&#
		�		�.'&,,,&	"I:
	E		<		
:I"	&,,,&'.�		���%IT4716;22#+"'&5"'&=4763!6767&'&'532+!"'&5476373#&'67�		 								 						� 6%$$%6R66/				���				P���						�								�		�`$%66%$@66RK5								@ ~�38271654'&+";+!2?6'&'&+53'53@				�				 P00
C
��2Q �00@								 
A
�$ PVA���=633!&'&'6767&'67673&'6767367674'&7�	$��"�%$$"���$>&'3676/;276=4'&+"27167654'&'&#"3;		`	
�
	`���####����ؐ��""""����C4716;276/+"'&='&/&76?'&'&?6765�		 		z
zz
z		 		z
zz
z�				�G
FF
G�				�GFF
G����1CUgy767167632#"'&'&'4'1&'5&'6767'271654'&#"34'1&#"32765271654'&#"3'4'1&#"32765!"<=CC=<"!!"<=CC=<"!@�																 																�F::$""$::FF::$""$::F`���								P								 								�								���+EWi{767167632#"'&'&'%4'1&#"3276567167&'76'&"1"14'1&#"32765271654'&#"3%4'1&#"32765!"<=CC=<"!!"<=CC=<"! 								 @@P								P								`								�F::$""$::FF::$""$::F�								����								�								 								���1767167632#"'&'&'4'1&'5&'6767!"<=CC=<"!!"<=CC=<"!@�F::$""$::FF::$""$::F`�����0767167632#"'&'&'&'76'&"#6767!"<=CC=<"!!"<=CC=<"!@L	M�F::$""$::FF::$""$::F`�	�	��@�%6FWhy��67167!!&'&'3675&'&'713675&'&'3675&'&'671675&'#7167675&'#671675&'#73675&'&'671675&'#)�))��)�0

�
0
��0

0
0
P

0�
0
P0

0
0
@))�))088

0
88
P

�

0

0

�

�


��@�&7HYn���1!67675&'&'!1#&'5676767167#&'5'1#&'5676767167#&'5!67675&'&'!5&'1&'567375673&'&'&'1&'567375673&'&'`)�)���
0
P

0�
0
P

0���)�@)
0
P0

�
0
P0

�)@@)@
88
0

88

0

��)  )@

0

0

0

���/Hd}��71767&'&7'&7676763767676701&'&'&7600'&'01&1676717676?6'&'&'&7&'&'050167611''&'&'0505676101'&'&'47676K -,-		
  
',,SS''	*W			



d$#,-,- *
&'SS,,	�	
	
�	

	  &&%23,K6<�


�:'�


		�%%%	':�
�:2�	
	

	
	
c"& ��@�!.;16767&'&'#&'&7677'&'676'&'&767@--DD--�`00���D----D �`�P����;t���3'#7322#&'&#"#&'&#""'&547635476;56767336'#&'&'/&7&'&'56767&?66767676'&'%6736'#&'&'/&7&'&'56767&?667&'&767 �0P�MP						!!((!!@!!((!!						�
` ��





 




P�@@&f		@								@		P
�




��




k����ER_#53'#"";67674'367674'327654'&#54'&+'&'#'&'676!'&'676qL�Q��						! 00 B 00 !						1la
 ```p		@				0  00  0				@		�
����@�'+4L1!6767&'&'!/#'&?6323'67&'7567"'#&'&'67672@��@�HZ	H*�

���@���

A**,`0��@�E67167&'&'&571#";3276=327654'&+6767&'&'`
		
@6%$

/				`				`				/

$%6@		�$%6' !				�				�				! '6%$���� ,I1!327654'&#527654'&+!!!"'&547636733##&'5#&'56735`))  								 ���				p 00 00�)��)				@		@		��@				00 pp 0����)<Ve3#567#;676325&'&'#5&'&'##"'&=#!&'47#4'1&'&#"3276765'3#&'567���8@��##)@��`		�('@""&&""""&&""� 0�(((`!(��		 �/A'!!!!''!!!!'P0@����3@MZgt������&'1&'##5&'#5&'#!;67675&'&'#5#&'5673#&'5673'#&'5673%#&'5673%#&'5673'#&'5673#&'5673#&'5673%#&'5673'#&'5673#&'5673�
`
@@

 `�

p`  ��  p  �  ��  �  �  �  0      �

0HHHH
`�

�
���  0    �  P    �    0  �  p  ���/z%67167167&'&'&'#09367673'&'"121&'5&'9&'&763327656'&/01&'&'6767567H9:"""":9HH9:""/
,&#08

		
	
//::////:E4%

8
 

 ����&M�1&'&'&790521676767&'6767671674'139#&'&'&'&'&'#&'&'&96756767&'&/&'&7&763276'&'5�;;X:/"	';;XX;;�Z>=S66'	"/:I66
	

	

K12
	,;K1221K�	88V11G;,
	$#97

 ����-1#3367675367675&'&'#5&'&'#�
P

P
 
P

P
 �
P
 
�

�
 
P

���gnu|�����%7&'&'5656'&#"#&'54'&#"#&#&#";32?3276=673376'4/67327654'&+%67'67'&'7&'77'677'67'&'721#"'&54763R0A�	"



	-;		;-	

	"		

		"



	-;		;-	



"		

	��$
+A0AA0h%+
w%+A1@A+%]								�+$;-	

	"		

		"



	-;		;-	

	
"		

		"



	-;		cA0g%+
x$
+A0AA0g%+
�0Ab								���)=HS+'6?56767376323=+532?1!&'&'13#&'673#&'67�G$`
M21M
`$GR����������`	'(YF,
%%
,FY('	��Ρ

�� @���%!&'&'67673;%367&'#���� 
����� @
�����4%1!&'&'67673;%675367&'#5&'#3��� 
���@@@@ @
�(@@@@��@�1}67!&/&='&747167632#"'&'&576763276'&'5&'#&'&'&21396756767&'&'1&'&7147�
k=''@
�
""&&""""&&""y	
				


		��
//A)$0
O���'!!!!''!!!!'!	
	

	���iv�356735673567222+5#5#5#33#5&'&'#53535####"'&=47635476354763=67"1354'&#'354'&#"x(0(								@     P

P     @								�		@		 @				� @		@		`		`		��``��0

0��``��		`		`		@		@ ��		00		P  				���B\n7367547632675476326754763232#"'&/&5476;16767654'&'&'21#"'&54763#--

	V )*..*) V	

�								�������


_""_



 								��$�6m76//'&?'&?'&76?'&76767/76767'&76'&76?'&'&?'&/ L	'\TB

Z55Z
AT\'	L


	


	�Y5T'A\	LL	\A'T5Y�	





	��0��7'&76767?6/&6767&'&767654'&7632013&'&'&736/&5&5456;6/&7676767&'&?6/&54?6'�

&&.'
	)	.	#@@QQ@@#	.	)	
'.&&� ��  >	"#09%#))2/D))))D	.	2))#%90#"	= ���� -�67167!32#2+!&'&'13!5!"7'00#"/6767#"'&54?41414''&?&'&'3276/7654/76'&#1"#'4#"'&0132?&'&76'&74')  								 ��)@		�		Z%
))
%

		
`)		��		@				)@��		@		� && $#	
po!$��@�3>IZ7'761'%=67%%?'%&'576/57'&76/6'&?&?6'&/<�����	
����5
+�

�+
5�
@
@`
@
@�
'&''HGGGGvPYYP��U.

�PP�

.U






�����690019?67654/&766769;33011#92'&'/63&/#"'&5675&'6727''779#'05"'&'&'&'&'6767676727217394'65'&796747674705&'&547674'&'&'9&?67&'67&'�

0		*$) 

L -(				(- L

 *"*		0H�(  $""'0(


	((""	+ 						 +	#"((	
		
(0'""$  (w##j##���66!&'&?5?3353353353301!&'&?212=��0�@0��@(@0@(@0�@0�b

b�������  � ��`�+8K]"1356767354'&#!"133276=4'&#!3#&'567"16?54'&#!&/3!276=�		`�		���		`�				���  �P		��		� �

�				�		� `		�		 �		�		@   		
ss
		Uee�				�����)>Sh}����	632#"'&=4?3632#"'&=4?7632#"'&=4?632#"'&=4?7632#"'&=4?632#"'&=4?7632#"'&=4721;5476323276=47632#32+"'&5476;5#&'&'5476;21#=476;21#=476;21#=476;21#=4763				`				N				r				N				r				N				��				�				�						)��				��				��)		`		@		`		@		�		@		`		@		�+				++				++++				++				++++				++				++++				N		�		�				�		�				�)@								@)�				`  `				`  `				`  `				`  `		����%Qar209!&'6767679016767635&'#"'&=4763!2+5&'#5&/#6#5476?3+&'&'5�!!)-��-)!!p0				�				0@@�

�F�
@
�"7,+7"�HH		�				�		HH::�  ��%�

 ����&?6/63#;&'&'&'&'45"59&7"90267674'36?6;2#&'&'&'4141#10101&#&#&910110367675&'&'#+65&'&'?&739067676763015390'&'654'&#"""#&'&'0#&'&1"9{



��

"
	&
  56%$'					&

())(	
1 0&	
�



/
		


	!
�



�






$%6#			`		
)`)	0 	
g



		
�����&'6736327&'6767"#017276756767"&'3276763#0#"'&'&'7&'&'&'#"'&'6776767&'1#&'09&'&'&'672327676767476747&'&'&'5&'&#&'67376?676767'"#&'&'67673&'67�0%%		




#	
&

&
	#!


		�� 

 
	












	
���
575'75'6?65&'&'%67167632#"'&'&'�^(6��F,-%^6()-,F��Y!"<=CC=<"!!"<=CC=<"!yM#	^n�
34I5*2My	#2*5I43
�n_F::$""$::FF::$""$::F����)535676735&/54/&35671675&/3�)``)	LL	�
Pg7
gPSm�``�m
	L		L	
�\
�8�
\8�����)=Q1!6767&'&'!21#"'&=47637471632#"'&=21#"'&=4763@@��@								@								�								���@�		`				`		@				�				��		 				 		����)=Q&'1&'!!67671+"'&5476;221+"'&5476;1+"'&5476;2���@�		`				`		@				�				��		 				 		`��@@								@								�								 ����9&'&767?676'&'&'&'"#";676/7`    w

X


8*06W�
t-�$$$$� 
H


-$!]'VZ����1c676/&'&'5476326754/&'&767#67547632'&=6?6754?676_x

O
�+				W>W				+�
O

x�
�I`	
-"!-v				PU	�

�

UP				v-!"-	
`I����� ,Ac1!#"'&547635"'&5476;!!!27654'&#'?5'76/&1276'&#&'&'6767276'&'`))�� 								  �				N						�$%6'
	))	
'6%$�)��)				@		@		��@				�

*6%$(($%6���_%#"/&'&'6767'&'#&'&'&96756767&'&/&'&7&763276'&'5�'		


~5FX;;;;XX;;�
	

	

�F5~


		';;XX;;;;Xh

 ���.@%#"/&'&'6767'&'1&'76767#471632#"'&5�'		


~5FX;;;;XX;;�""p								�F5~


		';;XX;;;;X ""&'(('&								���#5B&56?6=#2?3547&+2?675#75&'&'#3�2@
�@%) /�`
�@%) s2��
`
�!?'0
�� 0/)�
 � 0/)W'?� 

��@�#M6716;2+/#"'&5476;63127632#"/#"'&54?'&547�				�if.				.$AUn


))


		**		


))


		**		r
				���				p"�		**		


))


		**		


))


����&P7671671672#&#232#&'&'&'%6312/&'&?4/&76?6?"":9H2,
X;;;;X
,2H9:""wG3??3G�H9:""

;;XX;;
"":9Hw@
2F!!F2
@����
7;?CGK%3/#373+&/#"'&54?'&5476;76732'7#/3#73'7#�*!6z66z6B5n8

8n55n9
8n
66*d6�**y6�""6XXXXW	
\\	WW	[[	WX##8,,8##�""Z,,����*:S6+54'&#"+=6?7632##&'&'54?6327&#3?36/76'#'6

yp				py�@@��@@�    �e%r�`				`�r%e� G����G y



����+PT[_cgko&'&#"32767!!7"132767&'&#4?'&567376323##"/#&'7#'37'#3'7#7'3'7#'3`



����P



�t9999|*AFF�!!`*`!!! �				�@				��@� 		�@				�		��106

6016

66$$p4444L<$$<h���'P1335335335367675&'"#!"/&#3276=!3276=327654'&#!";
@`@`@
1��1@								 				�@				 p
@@@@@@
CC�				��				�								�������7676322+"+##"'&=##"'&=##"'&=#&'67675#"#&'&'&'4567676?6?=#"'&'&'&76763767+;5;5+1+3=	 &' -(				�				�				(- '& =3�``H0H������$
8
	B# 				  				  				 #B	
0
$j@@�@@��@�//#&'&'5676737676/'&?'&76-�DD�|77777777�	��	
x@x
�77777777���3EW1&'&'676767167654'&'&'4'1&#"32765471632#"'&5))))R6666RF::$""$::FF::$""$::F 								@								�))))66RR66�@!"<=CC=<"!!"<=CC=<"!`								�								��6�!6Hc7&767!#3#3#3!!!&'&'56767271654'&#"3/76'&'&7676�!
	���|jb� 

��

�								�!!,
11
,`,@@@ 
 

 
`								�:AA:
6EEEE6
	���� -BKTm67167!32#2+!&'&'13!5!"&'1&'367567'&'6767&'&?76/76'&')  								 ��)@		�		""@p0z
MM
jj
MM
jj`)		��		@				)@��		@		0 

!a
!!
..
!!
..��@�',6'1&'&'&'&;676754'7#7#y

	''	

0�
��
�0Ywwxx�
	
11
	
<��

%<�t���� �8ajs3327#"'&=32+&'&'5&/&'&767667671#&'1&'&51=671213?1631'&'6767&'@$				�8				�)


%*)3�,

@


"00 �				�m				)�


&U'`
%%
`
[����?3535&'&'#35673533276=!3276=276/&'!�0&0$%6@6%$0&00�
												
�����.��6%$$%6��.��� `				``				` ��z�$H2276"'&'&'&'&567671!&'&'676756767263�	"))>

5P#-66R0"��)#)
"�!")?))
4#-Q76�P")%)
"	����;Hl"#"5&'&'27'&/&'&?'&76?67676676'&'1!&'&'676756767263&U&#)))U22UGG�    �"��)#)
"�U7))) 	TGGU22�$$$$�")%)
"	}�_hx7;276=67532767567;276=276?6/5&''&'&+6767=6767&'%&5673&/`		 				 		 *
5#�@03""
��w�"00"� �				X

X				� 2?
fRJ""36
 (&@p�		!!
����
)8FTdr��?6'"?6/&%?654/&#&'1&767523765&#675&/"23'276/&#"%'&#"7676'76'&+7'3276/&+"315N
�!<.&N	
5��-
<1�
�
�
�
���VO	�NV�	�O	�	OZ�	P		P	B �
b	.{\	
�� 	b
�
	\{�4@^4@��xx��		�

�	��	����!26/&'6?/&'5476!6'&=4?������������`		hh		`�`	�	W�		�W	�	`��@�DM7672323+'+"'&=#"'+"'&=&/&7676;7&'67648" pj		 		$,,$		 		-

�p0!�
"@a�				ss				�1

@�����ALTj'&'&?'&76;#"/#+!"'&'&5476763%674/&'=709010109'676716#&'&?'&?`4

),p /9


 !j
/"@�p�,.�/��
��E�~C

 %M


'B/$-/B-95%	W2+	<
o����@7#'&#67674'&74?6;27676'&56767276'&'&'�	


	

Y	
	
 0	/0BK12�
	

	0 	?()21KY���-CTfs������01?676'&'&'6'1&'&#"7632?1743676/&'&367&'&'&%&1367676/#3675&'!3675&'#3675&'#!3675&'#'&'67&'6753&'675QD 
			

		��	C		
 :P

	E��	

PE2PP0PP��PP�PP�@�#
-	

L
x
				
LL0
	.	

L
�)$
.L
$).�0000�0000��� �������Hk�671673;##&'&'#532&'5&'#367567+"'&=476;#+&'673674/&'476;6=67#"/&=67�		��0�����##%

++%

c��		���@���PP



 ##  5,,5  ����-Az21#54763471632#53471632#"'&=471632#"'&=5327327+"'&=&/&'5676732+36767�		@		�				@�								`								`		�		%X88�		pp		@				PP				`				`@				@				@X			(!!`				N&5����,>P#&'6767"/&#"/&#"#"/&'&4'1&#"32765271654'&#"3(66RR66	

	x								`									R6666R��	
##
								 								��@�#3%/&='&56?6;76/&?'7&'&'67�-#'P	/9*-$
X�}�&	
�$ �!& ,
	&*%1X��&	� $����#4FWiz��������#167&'&'&#"167&'&'&#"67&'&'&#"7167&'&'&#"67&'&'&#"7167&'&'&#"67&'&'&#"7167&'&'&#"67&'&'&#"3=&'33=&'33=&'33=&'33=&'33=&/4'1&#"#"'&=4'&#"3#";27654'&+53676754'&#"+5:��>R.�.R>�( @ @ � @ @ �				�						)��				��				��)						��055555558````````````				�		`				`)@								@)`				`		����'@S?6?63#?67&/&'#&#"32?654/!2#!"'&54763@i1�<]�(

((

(����				�@				 �5^��#(

(#��								����?M`676'&'#"'&='&?676356701010101&'5#&/7'&'&7/&'&?676;2�32				J'�$*

8$0
��L2Y				SJ#T

+8���*d

Z�	[		����nw���62;276#&'5##&'5&'&'&'&';+"'&=#"'+"'&='&?6567671;267'&7&'6767&''&'6767&'� 


 @ 		 		@		""		@		66R  IXX0�

) %"		@				LL				w)1R88�p��@�QZ%537675&'367&'++675673676/&?6545;276=67157&'67�

 P 6%$`60!
"		T		 		0�N#L$%6'"88*,24
?
�				�.���@�;%1##'76/&#&'&'5#&'&547%625476;2@		
 {&Qu		<U
f 		
	k		 		5�
		�@C
]	SG	4�		

�	^%				y.
����f6;#";#";32?676'&'&+&'&'47327654'&+767327654'&+65&'&'#"?z!+
�				|3D				  0+7+
	
!+
�				{2D				  0+7+
	
L

								0  "	



								0  "	

@�"/<11;6?67327676'&'&'676'&'%&'&767 o??22J''J22??o�    @$$$$�//9U-."/

/".-U9//�$$$$@    ���!&'&'4767'?6;�	�p	�AAO


1���Y�h

"
����`ej3#5'13!";#367675&'&'#5!#367675&'&'#5327654'&#!5367675&'&'#53#%3#5��

0�				`0

�

00

�

0`				�0

����@���@@@
`
 				 
`

`
  
`

`
 				 
`
�@@@@@@����(���73276=&'&'#32?'&=673'#"'32#3=6763567676754'&/&761+&'&'&'=&=&'673676;236;2+3#"'&'#"/&'6767&'�	@

	


@				�
#
D**32?�>23"@"				8  
Mp�

2
				0%	
 0d%
33F?2332>'
				&
v�97676'4'&'&'67&'%6716767&'&'&'5@GhhG
7YY7
�G43HH34G�"HeeH""HeeH"�%%	

	((%##%`%##%`����J\&'&767632376?6'&/7;27654'&+&/&/&#32?#";6?'&'@�W

9					900"		


#;				F	��^
5Y

e$R				6!


		�				)��@�(:;5&'&'767675676735&'&'!67167&'#;		0

p�)��`0 �)�`p0		P

0���)�@ 0)����.@j1+"'&=&'&56767271654'&#"374'1&#"32765671676/'&'&76?'&'&7p		`		()==)(�								�								����������@"				"6%$$%60								 								�YYCCYYCC����
6'&7P����0�����6'&'&/&?6?76/&?6767?6/76/&/76?6'&76/&54'&'&&'54'&'&?�	!9P		<<
	P9!	  ((  	!9P		=<
	P9!	 0

0 �	U"99	8

8	99"U	T (( T	U"99	8

8	99"U	T0

0T��`�/AJS\e1+&'&76767656767!&'1&'67675671654'&'%&'673&'6767&'7&'67�"

�
	
	)D))))								��@0P�&442vFE		 55LR66��66RR6666RR66�0����pv���6716732354?67632&##+#"/+"'&=&'#"/&54?&'#"'&=476;67'&54?6=3#;'676'&'67&'&'1&'676323`j0j
8+=#P				

		 		


								�j q'Z----`%#"%�x"%""-	.		


								


		 		



 ```�'((''(('�@%.#%����
#8DP3&'7&#37671674'#3/7332765&'&'#"1;5%&'1&'#6765�gC&) R[66%$�$%6d
�>:!/D"R
	23K\
�	
"@
09p2D$D�$%66%$8�h`O"	
K32�
	�#$)
_

��,9!36?6736767&'&'676'&'%&'&767@�x'  &y�     �$$$$��"@@"�$$$$@    ���";Tm6#"#"/&54?6=67327%2#"/&54?63%#"/&54?63272#"/&54?63�
V��

*
p# 3344��3344x�
`��
*

c���4334�4334F���%Kp1;2#!"3!6767&'&'#"1;6767&'&'!"3!2+"36767&'&'#";2+"3 		 				��				@)) 		@		 ))��				�				 		� ))�				�				 				�										))		��		))										�))												���-:6312#'#"/&54?676?&547?6/&�


@		

	1
	�X�1
	��Bb		Bb		�		@


		1�X�
1	

��B		bB		b���9���7136763236723236767&'&'0#0#65&'&'&'&#4'1&#"&'&#"01"#"321230"3276701327654503327654'&'012327654'&#"1"#0365654'&#"0145676'&'!676'&')--))"&!0  				




				



				




				



���)))" 0

 `				



				


	

				

	

				




���?�#GR]hs13676'&#&'&'47676'&'"#67167&'&'65&'&'"&'&#!&?6'3&?6'3&?6'3&?6'�1###6$&	q""
)#)�� 
 ` 
 ` 
 ` 
 �/
 ##
&��"	"
)$)$
00
00
00
00���(=Rg7&'1&'6767&567672672121!632&'&'54?3632&'&'54?7632&'&'547`) 0!&"))��#
#�#
#}##
�) 

0 "))4A



AA



AAAA



���(3>IT7&'1&'6767&567672672121!'&?63'&?6'&?6''&?6`) 0!&"))��0
0
y0
0�0
0�0
0�) 

0 "))"
p
p
p
pp
p

p
p����,;FQ\g�&#'&/&'&?'&76?676762&'6767'&?63'&?63'&?63'&?671!&'&'676756767263&
#)

8U22UGGV	E
 
 `
 
 `
 
 `
 
 K"��)#)
"�?!)
1"'UGGU22���0
0
0
0
0
0
0
0
t")%)
"	����9Vu��676327632;'&/&'!'&+&'&'4?&'&'3+"'&=#+"'&=;'&#""?765'76'&#/7""?765'76'&#/&#&#""?765'76'&#/@..L	
� ?'
	��(	*L�`		 		�		 		`��

k

u

�,,H	2
	W^	^
��@@				@@				@@�����_hqz�217632?6/&'?/&76?/&76?'&#"'&=	4763&'67367&'&'67367&' 		E;7#&&$	
-BA!LO"-BA>C?F85LO"-BA>C?F85LO""IE;@@						P   �			$ !>
!!
>
!!
"	
"P				@F!?!?!9 		`0����5G7671676"'5&'&'&'4'1&'&#"3276765'21#"'&5476301LM1101LM11 







`								�O98
?98PP88@

98P0







 								���"C332#!"'&5476;676756733533533533!&'&?212=�=+*				��				*+=�@(@0@(@0�@0�*+=								=+*�������  ���� :LU74'&276?6'&#765&'"21#"'&'&54767634'1&#"3276567&'��	�/9:V7./f
K��####								�K
f/.7V:9/�	��""""`								`��@� -S`�4'1&#"35!4'1&#"327652716=#3"76?32765327654'&+&'&7675;27654'&+'&'3276=3276=4/				@@								��		@		`
	 

		
								��I				C)				 				
&�				��				�@				�� 		��		ڛ

							�		P��H				)7�				`+5				;4����@W&+&?632336767&'&'65&'&'#65&'&'&3?6'&'#76'�	%	 �

!% 	$-

�F4	

�F4	�

!!�:%!	%��

i�

i����.T}11#"'&=676767#"'&=&'&'&'1#"'&=6767#"'&=&'&'#"'&=676767#"'&=&'&'@H9:""				+*IHYYHI*+				"":9H				$%66%$				�				32??23				--DD--`"":9H`				`YHI*++*IHY`				`H9:""�`				`6%$$%6`				`@`				`?2332?`				`D----D����
,Kj�671673!5%"?76/76'&/&#&#"?76/76'&/"?76/76'&/&#;67547632&'&'5#+"'&=#+"'&=3--D�D--������` @ 				"" 		@		�		@		�D----D@@@� P0				0""0 @				@@				@`����!,7BM136736767&'&'"&'&#&'!!67&'#367&'#!!67&/&'#367 ()={#22#0  0%2#&5=)(H��P@pp���P�hh0=)( 00 ()=�`H���+Gk21#"'&5476327167654'&'&#"3%67167&'&'476757101016767&'&'01015&'&'67167&'5&'�								







��


""00 ()==)( 0

�								�







P

�""�p 0�%3=)(()=3%�0 �`
!��!
���+Gk4'1&#"32765#47167632#"'&'&5'167674'&'5&'&'671670101&'&'6767010151&'&'67567�								�







�
""

p 00 ()==)(�

`								







 
�""�
00  0�%3=)(()=3%��

!33!���4K7137632;6767&'&'0#0#65&'&'&'&#&3?6'&'#76')/�

@))"&!0 J

�F4	

�F4	�)u:))" 0

 �

i�

i����$2!6?65&'!"!!'&'3654'!32?67#a&��		`��(T/�u
����
N��
	&			`6*?�E
#v!$$	N���#7L&'1&'676726763"'#"/#763232?'&+"?673#!&'&'4?�$$ 		 0 


;*<+*+�
�h
�0
0

0
� 
BC`����@�
667167!!&'&?6'671673!53!&'&'5`
 
��9o/@��g
�

� 
p

��0/o/@��
��
`

`?�4i�66716'&'&'&'&''&'&7676761676716'&'&'&'&''&'&767676167656716'&'&'&'&''&'&7676761676#**#

&-21		12,&

#*+#%#**#

&-21		12,&

#*+##**#

&-21		12,&

#*+#z







��






�







 ����-?Q676'&'671632?6#5&/&'&7#"/&'&?7#"'&54?'�#$$##$$#p
$)33)$


%�$
Z<02�=20h))))9




$$

�5&0
H55H
0%���
.;H!6767676716732+#"'&'&'&5;5&'&767676'&'�,
u� 				  ))-,*) ���8..
� 				@&$##$&@�0��@�LYhy�"7627677676'&'&763676'&'&'65&'&#&'&'&76'676'&'6'&'&#&67"6326767&#6767&"�."4*89&!786587!&98+5".	
11
	C:

"
j,%

&+�

"
�/G(!4&:=00		00=:&4!(G/	$&&&&$	���(+$$
b�(
$$+���7^1332765&'&'&'"1332765&'&'"&'1&'6767&'&'#3&'&'5�		?23				&'AAP				6%$				66R		`

()==)(()=


�		32?				PAA'&		`		$%6				R66		

�=)(()==)(`


�����#0=2135476323!56767354763!!&'&'3675&'#�		�				0
�@
0		��
��
P``�		  				 
00
 		���

@``����#0=2135476323!56767354763!!&'&'!675&'!�		�				0
�@
0		��
��
P ���		  				 
00
 		���

@@@���&.5<AFK637%676=&'&'"?'67'7&''67'7'7'7]
��T#*+@+%3	
Y.
.=>	V<=l==g==<	��"#)@+*Q	=>5/

.;R&&C&&A%%���+J10136767654'&'&'1765&'&'&#"/1?'&7676765&'&'[		
					f?'<

7|�4

=d#%&7�	
						�.=

7��?4

<.  '7&%
���3>IR[dmv�"1;#"!676754/&'&+53276=4'&+3#&'6767!!&'7&'677&'67&'677&'67&'677&'67&'67@				P9��P				� �� `��0xH�H�H�		@		 �FF� 		@		0���hhhhh���3Mg%#&'56767632#"/'&'5673!/#"/&54?'&7673'&'&?'&54?63276#Ȑ(I$I((I$I(��(I$I(��(I$I(���(I$I(@(I%I(��(I$I(@(I$I(���@�
J37#5#;'#;674/&'##";32765!327657327654'&+7!2^[�c| }c�^Z�S								@								��T������T�  				�								�				 ����
/Nk�37#5#;676761'#76312&501'&'#6767!#";327653&'476?&#"67674'&'&'&&'#"'&'476772^[�c| :c�Z���								�0
�3,-ED--&

M#$
�T����H�T@
K
	 				�				6LO.13*D----D-$��%*�H7;5673567356735673276=4'&+54'&+54'&+"#"#"		@@@@@				 		 		�		 		 		�		pppppppp		�		 		 				 		 		����/8\fox6'&'&'&#3&=476767&'#76'&7#&'672#35335&'&'#65&'&''&'135#367675##763�


		

�	
$�1\
� �
##0
���
�`1�
	
��
�0�&


P``P

((��
�P0
P�8&
���FKP67676'&'&76?''&/'/&'&76767&'&?7'37'�}}O%)

GG

).$%$%.)

GG

)%O,Z
K�LY�..�+,+V



V.AA.V


V+,+�75 :: 5���"367676'&#!'!! 

2�2

�@8v�����W������Xz��2?6;36?63236/&?67673#"32;65&'&'&#"/&#"/&+";6767%67167632#"'&'&'7&?6'
!	*
	

	
	
	
87U�	

6++�J!"<=CC=<"!!"<=CC=<"!� 

 

�	
		


	


"V::��

!
-dF::$""$::FF::$""$::F�

 

 `� '7"13!27654'&#!5"13!27654'&#! 				�				��				�				���								�								����'4'1&#"3276534'1&#"32765@								�								�				��				�				��				����/<&&#"767676767654'?6?6/&'&767�0M#$$


'"*+33#		
M)0(���0)M
		#33,)"'

$$#M0(����(676/76/6#"/&'56767w$!2Lp<Z,44!!/��/!!4�NKhbL?
'&6A,��,A6&'
	����L��676'&'676'&'23?676/&?6'&'&'&'5&'&/&#'&1?676756767676/&?6'&/%&'&767Pe		

				
�
					
					``�			
		 	#
� 		
			 		
			[@��1�;D5676?62#&/#9"'"'1&'&+&'&'%67&'@..N�

!%
1#)!
	-	
&0

�
H�SAA<
	
"�&
'	
 G	

����'7&5454763!2&'&/&/&'LK�
	M=�
	
�3P�q��p��@�5;!676725#3#67#5!#3#5&'&'#&'&'535!53#@��'>>L 7--���B`�@@@�
��
� B`�~;""~y
. �F:��� P
��
P �:F����/%!'&56767376;47163!2#!"'&=`��;'(;2&&
 O��		 				��		@�;('1~V@				 				 ���5A\67&'&/&'&5&'"13676736767&'&'#!3#5'&'67&'&/&'&5X



8		)�)0  00��`

�



�



�		�)) 00 @

`�



����#4A#"'&76767627#"'&'&?37#&'7676#'&'&767�&�	(
H(H
.55.
H�&H
(	�/		5,,}�}}P/},,5		0���3BUdv21#"'&'&547676367167654'&'&'67'&'&;327676/#"'73276'&'&271654'&#"34,,,,44,,,,4F::$""$::FF::$""$::F8$'	H$

$
TH	'$8								�--33----33--�@!"<=CC=<"!!"<=CC=<"! ?#5		1>>1		5#>! 								����9DQ�676'&'#"'&='&'&?676;2'#"'&=#&'67676'&'5#"'&?"'&'&?67632#+#"'&=##"'&5P(				

  
				��	
""									��Ѐ				�
dd
�				�`�0�0�P`
_  _`				``				���;@E&&#"&#"327654'77654'7?6/7654/&#"''7/7�`Z%,0(l						l
Y`Y7		0


7Y�H>H>�H>H>�`Y
l						l

(0,%Y`Y7


0		7Y��H>H>�H>H>���B\47163#"'&5&'&'&'"'&57&547632#"'#&'&'4767671#"'&5&'&'"'&54763�		PAA'&				32?		�h						h#)X;;�R66				$%6				�		&'AAP				?23		�h						h;;X)#}66R				6%$				���� +6#"!6767&'&'&'5673&'5673&'567@�M�PP�M���X000000����(27AFP32!&'&'6767"135#;5+%4'1&+35'35#2716=#3'35#1;5#@�M� 		@  P`PP`P		 @�@@�		@ �@@`		 @�M����		 @�@@�		@  @@�		 @@@@ 		@ ����0>Qd676'&'4716;#"'&='&76?#"'&57#"'&547+&'6736756'&/&76?6`�		�"J<				NK		/W
R


		CYY��;

<

�P		F<I				CM		�VS		


`
<

;
����)V676'&'67'&7?6'%&?766?6/&//'&?'&76}���.Km(	2�,,��	t	

7T
4:�


	
��	fEK4'
JC

��
!
3	I
	��@�#^n676'&'23#7'&'#6?63092#3210;210;67675&'#7674'&+&/&/&##76'&/7;PmWX) 	; 6j8+���E			900"

3,
9`@^
5RX
~'���			6!


Y�L$R����:V"13353356767527654'&+""'&/&'&'&+4'1&#"!"3!67675 				)@�@)				  		911#")	`				�				�%�				�)    )`						)1#��								%���/L��%67167167&'&'&'#09367673676&'5#"/&'5670901011'&'"9&#"'&7630927652516'&'#0#&'&'676'&#"00901011'&'09"'&7621390127652516'&'#10#&'&'676'&#"0H9:"""":9HH9:""/
,&#085##
�



		
	��



//::////:E4%

//`00`&		
			
	���FR_61/;#"'%&/&76&5&76?56?'&/&767&?6/&'&767�*~


HG!W��
J".G�5 T%�2b


8 K!�
5'2��=		K
,"^����ENW`ir�756776+"'&'676'&/&76567676'&56767'67&'&'6767&'&'6767&'32?6=&'U0
8I0.�.0I8
1))u00		3(

 
-GE--EG-
 
())-�P0����G[dmv#'53'&'##"!67674'3327654/=76'&'&#54'4'1!&'&'6767!&'6767&''&'6767&'+Ep@k�W){
 		 00 +6


		79

	9@M

�

��8h��@`��%
p		k"0  037		


6SUG
	
G5m



0����347163!2#!"'&54716;2+#"'&=#"'&5		@				��				��				�				�		�								�						�				�		����(GKV33!276/6767&'&'5367&'!#"'&'&79&76763209513#&'67$	

	$�ph/PP//PP/8�  ��#F+<

<+F#��



�@���"0V_&;32?654/&'&'54/2?&7'%4'&'&+&'54?6'&'&#6676767&'O(
P6mp


@		pm	h;v>��@9@=)(U%�8�
(h	mp		@


pm6P�yv !>��	?9@()=U#",������#HUbo21#"'&54763471632#"'&56716735'&?63!&'&'533675&'#3675&'#73675&'# 								�								�����Ո��@@@p@@�@@�								8								�B*00,L��@@@@@@����/763#&'&'56?63676754/&'47�U$11JR665	&%�	Q#/.3J1166RL6Y&&5+"��@� A6"1'&76767670176767767670176767137/�/U--/.Y#V--/0X��_11''N+L#%23b+�0**1/11/,0//1--�6
14410%%

""01663	,���� -J67167!32#2+!&'&'13!5!"#336753675&'#5&'#)  								 ��)@		�		�00 00 `)		��		@				)@��		@		00 00 0���!&11!676756767&'&'&#<<11
 
11<<#�##?�

�?##���%!6?63!&'&'5!��
X;;��� �	;;X0����@�,I%1#!&'&'5#&'&547%625476;2%#336753675&'#5&'#@		
 �� 		
	k		 		5��00 00 �
		��		

�	^%				y.
?0 00 0����0=M1#!6767&'&'#&'&'21#"'&54763676'&'671673#&'� 
&% 								@    0"@"����@@								�$$$$�""���/L%67167167&'&'&'#093676736733##&'5#&'56735H9:"""":9HH9:""/
,&#08  00 00//::////:E4%

 0 00 0���5?1327654/&#"32?6?6?01017''7'76?)		�


		�


`"c		


c	l#J-4C4-KC	M�


�		


�		�#l	b


		c#K-4C4-JDCM	���=OXj/&?6;2367675476?674'&/&'&/&'&#21#"'&5476367&'21#"'&54763�	<
>
*!%#
"L								�								�




'�								P								����+&'1&'1&'4767676'&674767�6++*+@@+*++6%
	#0//6:>?+,,+?>:6//j	#21,&-,��@�3O4'1&#"35#535#51;276=4'&+"/&+"1;276=4'&+"/&+"@				�����		�				c
		
C				�				c
		
C		�				`�@�@@�				�						���				�						�����#,5IZ7"'1&547676767#!7&'6767&''&'6767167!!&'&'67!!&'&'5=	0/XX/0	�zS�p�
�

��
����	
%%""""%%
	`0�



` ����8"1&#&'5"36767=&'&'"&'&#"54'&#�

-,:v6%$



��
I8&;'$%$6@ 

���@�#5"1"/!5&'&'#&'=4'&+676765&'!			08""!"80			@�DD��DD���		d	T55C@BC44T	d		����@�&CPd13#3#3&54767=&'&'#33##&'5#&'5673567&'&7671;2765&'&'#0
����
�

�hh'((''(('�

�

'f'�
�@P
$`�
@�----�



''���iv�1#"'&547632&0#91#76?036767676?676?6767676?6767367676'#"/&54?632'���  `  .











� ������  ��  `F







�~ ����� ����!)65&'&'#;6767&'&'#6?!o()==)(

6�5

��ii� =)(()=



��

����� =67167!#!#67!!&'&'%6733##&'5#&'56735@�@��@@Z!�!  00 00`����!!�0 00 0�*5@67167!!&'&'3!276=4'&#!"367&'#3367&'#���@		@				��		88�00@� @				@				����&@6'"/&'#&'5&'#&'&76326/&7733#"'&5476?67�
*	
I%+#	��](
L=Z[k;

	2:�		,A
P���P
0R./

5����2DVh&12121007676'&'&'&'45&'&'&'"#017%'21#"'&54763471632#"'&5471632#"'&5�
YHI*+,

./JK\�&'AAPe	|�								@								�								�

,+*IHY
\KJ/.�gPAA'&��	e�								�								0								���/u#'&7673301!&'&'676767096767&'#&'&'&96756767&'&'15&'&7&763276'&'5@�/
�
/��*)  )��)  )*T
	

	

`G		G "#78R))R87#"X

 
���� ,0U\`dhlp1!#"'&547635"'&5476;!!!27654'&#'#7';32?3276/76'&+'&#"#"373#'5'3?#3'#7'3`))�� 								  �				�
7		8

7		8
88*E7�)��)				@		@		��@				�0	00	00	00	000000H0�5#53%1!67675&'&'!!5!%1!67675&'&'!����p

�

�`���p

�

�`   `
@

@
��  @
@

@
����'>332#!"'&5476;767!+"'&'"?67576/&#�x	`				��				`	��
�
�
P''P
�								���



S@P'��'P����'>332#!"'&5476;767!!&'&'"?67576/&#�x	`				��				`	����
P''P
�								���@@P'��'P����'A^56?61&'&'5451167675#6?6#!"'&56767#336753675&'#5&'#```$%66$%0""� GG2		
�~
		2`@:	$$	:(6%$$%6(0""�
L

L
))7
				
7))����74716;235476;2++"'&5#+"'&5476;5�		�		`		�				`		�		`		�				`�				���						�				`�						�����3@Zg�676'&''&#"3276=4/7;27654'&+676'&'34'1&'&#"32767653676'&'34'1&'&#"3276765�>
S<				+<)	@				5��#$$##$$#�""""�#$$##$$#�""""`@1

@&o				�
1!				�))))####))))####����	)#53#53'#533#51!6767&'&'!�����������@��`�����@��@����@����#5GYk}�������
1CUgy"'1&547632#721#"'&5476321#"'&54763"'1&547632#21#"'&54763"'1&547632#21#"'&54763"'1&547632#21#"'&54763"'1&547632#21#"'&5476321#"'&54763"'1&547632#21#"'&54763"'1&547632#21#"'&54763"'1&547632#%21#"'&54763%"'1&547632#%21#"'&54763"'1&547632# 								`																								�																								`																								�																��								�								��								�								�								��								�								��								�								 								@								�								�								�								@								�								�								�								�								�								�								@								�								@								 								@								@								�								@								@								����-?Qcu��713276567!27654'&#!34'1&#"3276534'1&#"32765#4'1&#"3276534'1&#"32765'271654'&#"3"1327654'&#5271654'&#"3				P				��"�								�								`								�								 																												P				"��																																�								 								�								��?�0K676'&'6767763!"'&?6737%&7#"'&=''&'&?��
2'
#O"	`	
�		
 ��Sp				=%

0 ��&+%g".
� �
\0`				Ko

�!���8J"'#"767323676'&'3276545&'&754'&#21#"'&54763B""r	56C
	A""
r	56C
									�56C
	A""
r	56C
	B""r	�								���$ANe|&'&'67675&'&'676756?676;23#&'&'567673&'&767%32'&?#"'&?6%/&76767676�`��W	>	

�

u'8�


'8�


��a

`�
�


9v


` 	��
p

p
h�Z
pZ
p;

d

d���!6716&/&76?66767'&?[
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����01!&'&'6767!&'&676767&/���@[
6
0?23,���@a0
6
,32?����,>\iv��!!&'&'56767&#"'&#";276/4'1&#"327653;276=3!&'&'67673675&'#3675&'#3675&'#3675&'#@���

8@	P0�`�								��`		�		���P���kT		P


�								 � 				 @@hh����#-D&76'%7376?6'&'#1#"'0510173'#";27654'&+7''P��,g


��

q�
u!^$3				�				*6��0מ

,

Y�(sJ��								>+i'���"B^b#"/&76764763276764716;32+&'&?#"'&5'&/#'&'&?673'�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(

`
		$.				��$		

`�		I				I		��  ��(('���"B^b&#"76?327657676/1;327654'&+76'&'#"76?37676/&'7#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`		I				I		��  ��((��@�"5H[n#"/&767647632767632+"'&5476332+"'&5476332+"'&5476332+"'&54763�

X		
 				 

		X� 				 				`				`				�				�				�				�				

`
		$.				��$		

`�								�								�								�								��@�"6J^r&#"76?327657676/7"1;27654'&+"1;27654'&+"1;27654'&+"1;27654'&+�

X		
 				 

		X�				 				 				`				`				�				�				�				��

`
		$��				.$		

`								�								�								�								'���"GYr2?6'&'&4'&#"'&'&3%&?#";27654'&+54/61'&'&76776?65&'&'�
X		
 				 

		X
#0

				00				
!



	1%% 
`
		$.				��$		

`
�	

4								`
�

q	
	B$%%	'���"GYs2'&/#"'&5'&'&?6332+"'&5476;5'&'&76?6'6716'&'&7&'1&56767'&'&?�
X		
 				 

		X
#
				00				

0

)%%1	
�
`
		$��				.$		

`
��
`								4

	�

7	%%$B	
	��@�8@Ic76?37676/&'#77;6767&'65&'&'#"#53;#56514'&#"'&#"32?pC

Z
B	&}		P"	"@		`    0�		


�I


		`


��� 

 ��--�``		"$"		@ @ �


		�J		


`		�@�`+87&'&767367&'&'!6767&'&'#7&'&767�----x()==)(()=`=)(()==)(p�----�'((''(('#-=)(()==)(()==)(()=-#�'((''(('�%G671016763#"'&'67676720116767676&'&'&'&76@		
 *+55+* 
		�$44EE45#& +%>>\\>>$, &�((34%



%43((�	
:+'',9
	��06;26765&'&'&/&'&+"1!%&+"�
<2$�&���)3
.&&89#�&	�4'��)
����35#367675+%5&'&'#3�D----D@D--���--D��--D  �D----D�  D--����)4?J6'&!6767&'&'#%&'&767673#&'673#&'673#&'��S��----��``��``�~	!l�Q�'((''(('@@���3M_767167632#"'&'&'%21#"'&'&547676327167654'&'&#"35271654'&#"3!"<=CC=<"!!"<=CC=<"!







####								�F::$""$::FF::$""$::F`







�""""`								����9DOZ&'#3676754?6=4'&'#4'&#"#4'&#"#53#&'673#&'673#&'67p

�
				 				0�������H
�\

\�
								H�@@����$8N[67167!32+!&'&'#&'&'535#&'67354'&+"'"1;276=4'&+676'&'"PD-- 				 ��))"@�  		@		�				�				�`P"--D�				))"��`@				��		@				@		����y�2G1
,��	4y	2�	
�	>�	2�	d�	,W	
X�	.%	&S	
�SolidThe web's most popular icon set and toolkit.FontAwesome6Free-SolidVersion 772.01953125 (Font Awesome version: 6.4.2)Font Awesome 6 Free Solid-6.4.2https://fontawesome.comFont Awesome 6 FreeCopyright (c) Font AwesomeFont Awesome 6 Free SolidSolidThe web's most popular icon set and toolkit.FontAwesome6Free-SolidVersion 772.01953125 (Font Awesome version: 6.4.2)Font Awesome 6 Free Solid-6.4.2https://fontawesome.comFont Awesome 6 FreeCopyright (c) Font AwesomeFont Awesome 6 Free Solid��o
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijexclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyzfaucetfaucet-driphouse-chimney-windowhouse-signaltemperature-arrow-downtemperature-arrow-uptrailerbacteria	bacterium
box-tissuehand-holding-medical
hand-sparkles
hands-bubbleshandshake-simple-slashhandshake-slashhead-side-coughhead-side-cough-slashhead-side-maskhead-side-virushouse-chimney-userhouse-laptoplungs-virus
people-arrowsplane-slashpump-medical	pump-soapshield-virussinksoapstopwatch-20
shop-slashstore-slashtoilet-paper-slashusers-slashvirusvirus-slashvirusesvestvest-patchesarrow-trend-downarrow-trend-uparrow-up-from-bracketaustral-sign	baht-signbitcoin-signbolt-lightning
book-bookmark
camera-rotate	cedi-signchart-columnchart-ganttclapperboardclovercode-compare	code-forkcode-pull-request
colon-sign
cruzeiro-signdisplay	dong-signelevatorfilter-circle-xmarkflorin-sign
folder-closed
franc-signguarani-signgunhands-clapping
house-userindian-rupee-signkip-sign	lari-sign
litecoin-sign
manat-sign	mask-face	mill-signmoney-bills
naira-signnotdefpanoramapeseta-sign	peso-signplane-uprupiah-signstairstimelinetruck-frontturkish-lira-signvaultwand-magic-sparkles	wheat-awnwheelchair-movebangladeshi-taka-sign	bowl-riceperson-pregnant
house-chimneyhouse-crack
house-medical	cent-sign
plus-minussailboatsectionshrimpbrazilian-real-signchart-simplediagram-nextdiagram-predecessordiagram-successor
earth-oceania	bug-slashfile-circle-plus	shop-lockvirus-covidvirus-covid-slashanchor-circle-checkanchor-circle-exclamationanchor-circle-xmarkanchor-lockarrow-down-up-across-linearrow-down-up-lockarrow-right-to-cityarrow-up-from-ground-waterarrow-up-from-water-pumparrow-up-right-dotsarrows-down-to-linearrows-down-to-peoplearrows-left-right-to-linearrows-spinarrows-split-up-and-leftarrows-to-circle
arrows-to-dot
arrows-to-eyearrows-turn-rightarrows-turn-to-dotsarrows-up-to-line	bore-holebottle-dropletbottle-water	bowl-food
boxes-packingbridgebridge-circle-checkbridge-circle-exclamationbridge-circle-xmarkbridge-lockbridge-waterbucketbugsbuilding-circle-arrow-rightbuilding-circle-checkbuilding-circle-exclamationbuilding-circle-xmark
building-flag
building-lockbuilding-ngobuilding-shieldbuilding-un
building-userbuilding-wheatburstcar-on
car-tunnelchild-combatantchildrencircle-nodesclipboard-questioncloud-showers-watercomputer
cubes-stackedenvelope-circle-check	explosionferryfile-circle-exclamationfile-circle-minusfile-circle-questionfile-shieldfire-burner	fish-fins
flask-vialglass-waterglass-water-dropletgroup-arrows-rotatehand-holding-hand	handcuffshands-boundhands-holding-childhands-holding-circleheart-circle-boltheart-circle-checkheart-circle-exclamationheart-circle-minusheart-circle-plusheart-circle-xmarkhelicopter-symbol	helmet-unhill-avalanchehill-rockslidehouse-circle-checkhouse-circle-exclamationhouse-circle-xmark
house-fire
house-flaghouse-flood-water$house-flood-water-circle-arrow-right
house-lockhouse-medical-circle-check house-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flag
house-tsunamijar	jar-wheatjet-fighter-up
jug-detergentkitchen-setland-mine-on
landmark-flaglaptop-file
lines-leaninglocation-pin-locklocustmagnifying-glass-arrow-rightmagnifying-glass-chartmars-and-venus-burstmask-ventilatormattress-pillowmobile-retromoney-bill-transfermoney-bill-trend-upmoney-bill-wheatmosquitomosquito-netmound
mountain-citymountain-sunoil-wellpeople-grouppeople-linepeople-pullingpeople-robberypeople-roofperson-arrow-down-to-lineperson-arrow-up-from-lineperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-military-pointingperson-military-rifleperson-military-to-personperson-raysperson-rifleperson-shelterperson-walking-arrow-loop-leftperson-walking-arrow-right&person-walking-dashed-line-arrow-rightperson-walking-luggageplane-circle-checkplane-circle-exclamationplane-circle-xmark
plane-lockplate-wheatplug-circle-boltplug-circle-checkplug-circle-exclamationplug-circle-minusplug-circle-plusplug-circle-xmarkranking-starroad-barrierroad-bridgeroad-circle-checkroad-circle-exclamationroad-circle-xmark	road-lockroad-spikesrug
sack-xmarkschool-circle-checkschool-circle-exclamationschool-circle-xmarkschool-flagschool-lock
sheet-plastic
shield-cat
shield-dogshield-heart
square-nfisquare-person-confinedsquare-virusstaff-snakesun-plant-wilttarptarp-droplettenttent-arrow-down-to-linetent-arrow-left-righttent-arrow-turn-lefttent-arrows-downtentstoilet-portabletoilets-portable
tower-celltower-observation	tree-citytrowel
trowel-brickstruck-arrow-right
truck-droplettruck-fieldtruck-field-untruck-planeusers-between-lines
users-line
users-raysusers-rectangleusers-viewfindervial-circle-check
vial-viruswheat-awn-circle-exclamationwormxmarks-lineschild-dresschild-reachingfile-circle-checkfile-circle-xmarkperson-through-window
plant-wiltstapler
train-trammartini-glass-emptymusicmagnifying-glassheartstaruserfilmtable-cells-largetable-cells
table-listcheckxmarkmagnifying-glass-plusmagnifying-glass-minus	power-offsignalgearhouseclockroaddownloadinboxarrow-rotate-right
arrows-rotaterectangle-listlockflag
headphones
volume-off
volume-lowvolume-highqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext-height
text-width
align-leftalign-centeralign-right
align-justifylistoutdentindentvideoimagelocation-pincircle-half-strokedroplet
pen-to-squarearrows-up-down-left-right
backward-step
backward-fastbackwardplaypausestopforwardforward-fastforward-stepejectchevron-left
chevron-rightcircle-pluscircle-minuscircle-xmarkcircle-checkcircle-questioncircle-info
crosshairsban
arrow-leftarrow-rightarrow-up
arrow-downshareexpandcompressminuscircle-exclamationgiftleaffireeye	eye-slashtriangle-exclamationplane
calendar-daysshufflecommentmagnet
chevron-upchevron-downretweet
cart-shoppingfolderfolder-openarrows-up-downarrows-left-right	chart-barcamera-retrokeygearscomments	star-halfarrow-right-from-bracket	thumbtackarrow-up-right-from-squarearrow-right-to-brackettrophyuploadlemonphonesquare-phoneunlockcredit-cardrss
hard-drivebullhorncertificatehand-point-righthand-point-left
hand-point-uphand-point-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-arrow-downglobewrench
list-checkfilter	briefcaseup-down-left-rightuserslinkcloudflaskscissorscopy	paperclipfloppy-disksquarebarslist-ullist-ol
strikethrough	underlinetable
wand-magictruck
money-bill
caret-downcaret-up
caret-leftcaret-right
table-columnssort	sort-downsort-upenvelopearrow-rotate-leftgavelboltsitemapumbrellapaste	lightbulbarrow-right-arrow-leftcloud-arrow-downcloud-arrow-upuser-doctorstethoscopesuitcasebell
mug-saucerhospital
truck-medicalsuitcase-medicaljet-fighterbeer-mug-emptysquare-hsquare-plusangles-leftangles-right	angles-upangles-down
angle-leftangle-rightangle-up
angle-downlaptop
tablet-button
mobile-button
quote-leftquote-rightspinnercircle
face-smile
face-frownface-mehgamepadkeyboardflag-checkeredterminalcode	reply-alllocation-arrowcropcode-branch
link-slashinfosuperscript	subscripteraserpuzzle-piece
microphonemicrophone-slashshieldcalendarfire-extinguisherrocketcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-chevron-downanchorunlock-keyholebullseyeellipsisellipsis-vertical
square-rsscircle-playticketsquare-minus
arrow-turn-uparrow-turn-downsquare-check
square-pensquare-arrow-up-rightshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-right	euro-sign
sterling-sign
rupee-signyen-sign
ruble-signwon-signfile
file-linesarrow-down-a-zarrow-up-a-zarrow-down-wide-shortarrow-up-wide-shortarrow-down-1-9arrow-up-1-9	thumbs-upthumbs-downarrow-down-long
arrow-up-longarrow-left-longarrow-right-longperson-dresspersonsunmoonbox-archivebugsquare-caret-left
circle-dot
wheelchair	lira-sign
shuttle-spacesquare-envelopebuilding-columnsgraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringcircle-notchpaper-planeclock-rotate-leftheading	paragraphslidersshare-nodessquare-share-nodesbombfutboltty
binocularsplug	newspaperwifi
calculator
bell-slashtrash	copyrighteye-dropper
paintbrushcake-candles
chart-area	chart-pie
chart-line
toggle-off	toggle-onbicyclebusclosed-captioningshekel-sign	cart-pluscart-arrow-downdiamondshipuser-secret
motorcyclestreet-viewheart-pulsevenusmarsmercurymars-and-venustransgendervenus-doublemars-double
venus-marsmars-strokemars-stroke-upmars-stroke-rightneuter
genderlessserver	user-plus
user-xmarkbedtraintrain-subwaybattery-fullbattery-three-quartersbattery-halfbattery-quarter
battery-empty
arrow-pointeri-cursorobject-groupobject-ungroupnote-stickyclonescale-balancedhourglass-starthourglass-half
hourglass-end	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace	trademark
registeredtv
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkindustrymap-pin
signs-postmapmessagecircle-pausecircle-stopbag-shoppingbasket-shoppinguniversal-accessperson-walking-with-caneaudio-descriptionphone-volumebraille
ear-listenhands-asl-interpretingear-deafhandseye-low-visionfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardtemperature-fulltemperature-three-quarterstemperature-halftemperature-quartertemperature-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restoresquare-xmark	microchip	snowflakespoonutensilsrotate-left	trash-canrotate	stopwatchright-from-bracketright-to-bracketrotate-rightpooimagespencilpenpen-clip	down-long	left-long
right-longup-longfile-penmaximize	clipboard
left-rightup-downcircle-downcircle-leftcircle-right	circle-upup-right-from-squaresquare-up-right
right-leftrepeatcode-commit
code-mergedesktopgem	turn-downturn-up	lock-openlocation-dotmicrophone-linesmobile-screen-buttonmobile
mobile-screenmoney-bill-1phone-slashimage-portraitreply
shield-halvedtablet-screen-buttontablet
ticket-simple
user-largerectangle-xmark down-left-and-up-right-to-center"up-right-and-down-left-from-centerbaseball-bat-ballbaseball
basketballbowling-ballchesschess-bishopchess-board
chess-kingchess-knight
chess-pawnchess-queen
chess-rookdumbbellfootball
golf-ball-teehockey-puck
broom-ballsquare-fulltable-tennis-paddle-ball
volleyball	hand-dotsbandagebox
boxes-stackedbriefcase-medicalfire-flame-simplecapsulesclipboard-checkclipboard-listperson-dots-from-linednadollycart-flatbedfile-medical
file-waveformkit-medicalcircle-hid-card-clip
notes-medicalpalletpillsprescription-bottleprescription-bottle-medical	bed-pulse
truck-fastsmokingsyringetabletsthermometervialvials	warehouseweight-scalex-raybox-opencomment-dots
comment-slashcouchcircle-dollar-to-slotdovehand-holdinghand-holding-hearthand-holding-dollarhand-holding-droplet
hands-holdinghandshake-anglehandshake-simple
parachute-boxpeople-carry-box
piggy-bankribbonrouteseedlingsign-hangingface-smile-winktapetruck-ramp-boxtruck-movingvideo-slash
wine-glassuser-large-slashuser-astronaut
user-check
user-clock	user-gearuser-pen
user-group
user-graduate	user-lock
user-minus
user-ninjauser-shield
user-slashuser-taguser-tie
users-gearscale-unbalancedscale-unbalanced-flipblender	book-opentower-broadcastbroom
chalkboardchalkboard-userchurchcoinscompact-disccrowcrowndice	dice-five	dice-fourdice-onedice-six
dice-threedice-twodividedoor-closed	door-openfeatherfroggas-pumpglassesgreater-than-equal
helicopterinfinity	kiwi-birdless-than-equalmemorymicrophone-lines-slashmoney-bill-wavemoney-bill-1-wavemoney-checkmoney-check-dollar	not-equalpalettesquare-parkingdiagram-projectreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschoolscrewdrivershoe-printsskullban-smokingstoreshopbars-staggeredstroopwafeltoolboxshirtperson-walkingwallet
face-angryarchway
book-atlasawarddelete-leftbezier-curvebongbrush
bus-simplecannabischeck-doublemartini-glass-citrusbell-conciergecookiecookie-bitecrop-simpletachograph-digital
face-dizzycompass-draftingdrum
drum-steelpanfeather-pointed
file-contractfile-arrow-downfile-exportfile-importfile-invoicefile-invoice-dollarfile-prescriptionfile-signature
file-arrow-upfill	fill-dripfingerprintfishface-flushedface-frown-open
martini-glassearth-africaearth-americas
earth-asiaface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-winkgrip
grip-verticalheadphones-simpleheadsethighlighterhot-tub-personhoteljoint	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkcart-flatbed-suitcasemap-locationmap-location-dotmarkermedalface-meh-blankface-rolling-eyesmonument
mortar-pestlepaint-rollerpassport	pen-fancypen-nib	pen-ruler
plane-arrivalplane-departureprescriptionface-sad-cry
face-sad-tearvan-shuttle	signatureface-smile-beamsolar-panelspasplotch	spray-canstampstar-half-strokesuitcase-rolling
face-surprise
swatchbookperson-swimmingwater-ladder
droplet-slash
face-tiredtoothumbrella-beach
vector-squareweight-hangingwine-glass-emptyspray-can-sparklesapple-wholeatombonebook-open-readerbraincar-rearcar-battery	car-burstcar-sidecharging-stationdiamond-turn-rightdraw-polygonlaptop-codelayer-grouplocation-crosshairslungs
microscopeoil-canpoopshapesstar-of-lifegauge
gauge-highgauge-simplegauge-simple-highteeth
teeth-open
masks-theater
traffic-light
truck-monstertruck-pickuprectangle-adankh
book-bible
business-timecitycomment-dollarcomments-dollarcrossdharmachakraenvelope-open-textfolder-minusfolder-plusfilter-circle-dollargopuramhamsabahaijedibook-journal-whillskaabakhandalandmarkenvelopes-bulkmenorahmosqueomspaghetti-monster-flyingpeaceplace-of-worshipsquare-poll-verticalsquare-poll-horizontalperson-praying
hands-praying
book-quranmagnifying-glass-dollarmagnifying-glass-locationsockssquare-root-variablestar-and-crescent
star-of-david	synagoguescroll-torah
torii-gateviharavolume-xmarkyin-yang
blender-phone
book-skull
campgroundcatchair
cloud-moon	cloud-suncowdice-d20dice-d6dogdragondrumstick-bitedungeonfile-csv	hand-fistghosthammerhanukiah
hat-wizard
person-hikinghippohorsehouse-chimney-crackhryvnia-signmaskmountain
network-wiredotterringperson-runningscrollskull-crossbonesslashspidertoilet-papertractoruser-injuredvr-cardboard
wand-sparkleswindwine-bottlecloud-meatballcloud-moon-rain
cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usa	hurricane
landmark-domemeteorperson-booth	poo-stormrainbow
republicansmogtemperature-hightemperature-low
cloud-bolttornadovolcano
check-to-slotwaterbaby
baby-carriage	biohazardblogcalendar-day
calendar-week
candy-canecarrot
cash-registerminimizedumpster
dumpster-fireethernetgiftschampagne-glasses
whiskey-glassearth-europe
grip-linesgrip-lines-verticalguitarheart-crackholly-berry
horse-headiciclesigloomittenmug-hot	radiationcircle-radiationrestroom	satellitesatellite-dishsd-cardsim-cardperson-skating
person-skiingperson-skiing-nordicsleighcomment-smsperson-snowboardingsnowmansnowplow
tenge-signtoiletscrewdriver-wrench	cable-carfire-flame-curvedbaconbook-medicalbread-slicecheesehouse-chimney-medicalclipboard-usercomment-medicalcrutchdiseaseeggfolder-treeburgerhand-middle-finger
helmet-safety
hospital-userhotdog	ice-creamlaptop-medicalpager
pepper-hotpizza-slicesack-dollarbook-tanakh
bars-progresstrash-arrow-uptrash-can-arrow-up
user-nursewave-square
person-biking
border-allborder-noneborder-top-leftperson-diggingfanicons
phone-flipsquare-phone-flip
photo-film
text-slasharrow-down-z-aarrow-up-z-aarrow-down-short-widearrow-up-short-widearrow-down-9-1arrow-up-9-1spell-check	voicemail
hat-cowboyhat-cowboy-sidecomputer-mouseradiorecord-vinyl
walkie-talkiecaravanPK�
�[\�DŬ���9assets/library/font-awesome/fonts/fontawesome-webfont.ttfnu�[���
�PFFTMk�G���GDEF��p OS/2�2z@X`cmap
�:��gasp���hglyf���M�L�head��-�6hhea
�$hmtxEy��
�loca��\�maxp,8 name㗋�gh�post����k�uː�xY_<��3�2�3�2���	�	����	��'@i��3��3s�pyrs@ �� �pU�]�����y�n�����2��@������
��������z���Z@�5�5
���z���ZZ����@���������,_���@������s���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-����`��b����
���$����6�4�8�"�"""""���@�D@���,,@� ���������	m��)@�@	 	' D9>dY*	'						�	��	��T										�@	f�	%RE	 		$!k(D�'	��	�%��	�%	��	��0%�/�&��p@0 �����!"""`���>�N�^�n�~��������������.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�p�������������� �0�@�P�`�p��������������!�@�P�`�p�������������\�X�S�B�1����ݬ

	����������������������������������
�
	,,,,,,,,,,,,,��t�L�T$�l	x	�
T(��
d����l,����4d�pH�$d,t( � �!�"0# $,$�&D'�(�)T**�,,�-�.@.�/`/�00�1�2�3d444�5 5�5�6 6\6�7H7�88`8�9L9�:h:�;�<p=p><>�?h?�@H@�A0A�BXB�CdC�DLD�E�F�G0G�H�I�J8K�L�MdN,N�N�O�P`P�Q4Q�RRlS,S�T`U0W�X�Z[@[�\<\�]�^(^�_�`pb,b�dd�ePe�f�g`g�iLi�jDkk�l�m@n,oLp�q�r�sxtt�uD{`||�}}�~��������H��������l�@����������l�H� ���T��H�������`����@�����$�\�X��D�������T�X�����D�P�,���8���d�\����������������H���x��� �t���X���p��d��������x�t�������������@������Œ�\� ļ�ŸƔ�0���d��ʨˀ����͔�x��ϰЌ�,ш�҈�ӌ���8�,՜�`���l�Hش�`���Tڸ�۔�@���l��ބ�߬��l�p� ������������������������������4�����X���$�l���(����`����������	d

��
,�,��8��(�X���x|T�@��| �!�"x##l$$�'h(�*L,T.L1t1�2�303�4�5t6T7$89H::�;�<�<�?X@A�B�C�D�EHFHGpHHIxJ J�K�L�MN@P@Q�R�SDT ULV`V�WXX4X�ZZ�[d[�\|]�^�`�aHa�b�cXd�etfhg�h�i\jxn�p@s�vw�x�y�z�{h|�}}�\���l�t���4���������t���8�8���L���T�������������|�������|�������4�x�����L����������X�(� ������� ������@�����l���t����$����x�L�L��� �H������Ġ�T�(����ʈˠ��ϔ�l�d���P�Մ�x�p���ڬ�T�T���ވ�L�����<�H��$���l������4����������� �P�l����,���x���p�,�x�t��d����4���4,h�P	4
��
�4�<,,408$�8�T� |!h"�$L%0&H'�(�)�*0*�+�,�.$.�0�1�2@2�3�4t5$6�9 :�:�;;�<(<�=4?�@�A�C�D�F�H`H�I�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�p7!!!���@p�p �p�]���!2#!"&463!&54>3!2�+��@&&��&&@��+$(�($F#+���&4&&4&x+#��+".4>32".4>32467632DhgZghDDhg-iW�DhgZghDDhg-iW&@(8 ��2N++NdN+'�;2N++NdN+'�3
8���!  #"'#"$&6$ �������rL46$���܏���oo��o|W%r��������4L&V|o��oo����ܳ��%��=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2� %��3@m00m@3���% 
�
�@
���:"7..7":�6]�^B�@B^^B�B^ $΄+0110+��$�
(	

�t��1%%1��+�`��B^^B@B^^���"'.54632>32�4��
#L</��>�oP$$Po�>���Z$_d�C�+I@$$@I+��������"#"'%#"&547&547%62���V�?�?V��8��<��8y���
���b%	I�))�9I	����	+	%%#"'%#"&547&547%62q2�Z���Z2Izy���V)�?�?V��8��<��8)>~��>��[��
���
2���b%	I�))�9I	���%#!"&54>3 72 &6 }X��X}.GuL�l�LuG.�����>�m��mU��mE��Em�������>����/?O_o���54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2�&�&&�&&�&&�&&�&&�&&�&&&�&�&&�&�&�&&�&��&�&&&�&�&&�&&�&&�&&�&&�&�^B��B^^B@B^@�&&�&&��&&�&&��&&�&&�&&�&&��&&�&&���&&�&&&&�&&���&&�&&��&&�&&��&&�&&���B^^B@B^^��/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L4�4LL44LL4�4LL44L�L4�4LL44LL4�4LL44L��4LL4�4LL��4LL4�4LL���4LL4�4LL��4LL4�4LL	�/?O_o�#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(88(��(88(@(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88�/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(88(�@(88(�(8�8(��(88(@(88(�@(88(�(88(�@(88(�(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88y��"/&4?62	62��,�P����P&�P��P�,��jP�����n���#$"'	"/&47	&4?62	62	�P���P�&���P&&P���&�P�&���P&&P���&�P������#+D++"&=#"&=46;546;232  #"'#"$&6$ 
�
@
�

�
@
�
�������rK56$���܏���oo��o|W�@
�

�
@
�

��r��������jK&V|o��oo����ܳ�����0#!"&=463!2  #"'#"$&6$ 
��

@
�������rK56$���܏���oo��o|W�@

@
�r��������jK&V|o��oo����ܳ����)5 $&54762>54&'.7>"&5462z�����z��+i *bkQ��н�Qkb* j*����LhLLhL�����zz���Bm +*i J�yh��QQ��hy�J i*+ m��J��4LL4�4LL���/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2��������������`��r��@�@r�@��@����n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632�Ԗ����#H
	��,/
�1)�
~'H�
�(C
	�

�,/
�1)�	
�$H�
Ԗ�Ԗm�6%2X
%�	l�2
�k	r6

[21
�..9Q

$�
k�2
�k	
w3[20����/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���@�`�0
��
o`^B��B^`5FN(@(NF5 ��@��@��@���L%%Ju		�@�LSyuS�@�%44%�f5#!!!"&5465	7#"'	'&/&6762546;2�&�����&??�>

�L�L
>
� X ���
 � &���&��&AJ	A��	J
W���h��##!"&5463!2!&'&!"&5!�(8(��(88(�(`�x
��c�`(8��`(��(88(@(8(D��9�8(����� ,#!"&=46;46;2.  6 $$ ����@��������(�r���^����a�a�@@`��(��������_�^����a�a��2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W
�
��.�@

��

�@.�$S

�

S$�@

���9I


�
I6>
��
��>�%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&4�8(�@(88(ч:�:��(8���@6�@*&&*�4&&4&&4&&4& ��(88(@(8�88�8)�@�)'�&&�@���$0"'&76;46;232  >& $$ `
������������(���r���^����a�a`��		@`��2�������(���^����a�a�����$0++"&5#"&54762  >& $$ ^���
?@�����(���r���^����a�a���`?		����������(���^����a�a��
#!.'!!!%#!"&547>3!2�<�<�<_@`&��&�
5@5
�@����&&�>=(""��=���'#"'&5476.  6 $$ � ��  ! ��������(�r���^����a�a�J��	%�%���(��������_�^����a�a�����3#!"'&?&#"3267672#"$&6$3276&�@*���h��QQ��hw�I
�	m�ʬ����zz���k�)'�@&('��Q��н�Qh_
	�
��z�8�zoe����$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762�@�h���k�4&&�&�G�a��F*�
&�@&��Ɇ�F*�
A��k�4&���nf�&�&&4�BH�rd�@&&4���rd
Moe�&�/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2�
@

@

@

@

@

@
�
�@

�

�@

�

�@

�
�
�@

�
�^B�@B^^B�B^`@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�3@

��
M��B^^B@B^^��!54&"#!"&546;54 32@�Ԗ@8(�@(88( p (8�j��j��(88(@(8������8@���7+"&5&5462#".#"#"&5476763232>32@@
@
@KjK�ך=}\�I���&:�k�~&26]S
&H&�

�&H5KKu�t,4,�	&� x:;*4*&��K#+"&546;227654$ >3546;2+"&="&/&546$ �<��X@@Gv"D�����װD"vG@@X��<��4L4����1!Sk @ G<_b������b_<G �� kS!1����zz�� �"'!"&5463!62&4����&&M4&���&M&�&M& ��-"'!"&5463!62#"&54>4.54632&4����&&M4&�UF
&""""&
F���&M&�&M&���%/B/%���G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4����&&M4&�UF
&""""&
FU��
&'8JSSJ8'&

����

&'.${��{$.'&

����&M&�&M&���%/B/%7���;&'6���6'&;��4�[&$
[2[
$&[��#/37#5#5!#5!!!!!!!#5!#5!5##!35!!!����������������������������������������������������������������������������#'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3????  ^��>>~??�??�??~??~??^??�^^?  ^??������������������������������������4&"2#"'.5463!2�KjKKjv%�'45%�5&5L4�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'��k�54&"2#"'.5463!2#"&'654'.#32�KjKKjv%�'45%�5&5L4�5�&�%�%�'4$.�%%�5&�5�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'45%�%�%54'�&55&�6'
��y�Tdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(��sA�eM�,*$/
!'&
�JP��$G]��
x�6,&��`
��
h`
��
"9H�v@WkNC<.
&k&
("$p"	.
#u&#	%!'	pJ�vwEF�#

@

��

@

���2#"'	#"'.546763�!''!0#�G�G$/!''!�	
8"��"8
 ��X!	
8"	"8
	����<)!!#"&=!4&"27+#!"&=#"&546;463!232������(8���&4&&4�
�8(�@(8�
qO@8(�(`�(@Oq��8(��&4&&4&@�`
�(88(�
�Oq (8(�`(�q���!)2"&42#!"&546;7>3!2  I��j��j��j��j�3e55e3�gr������`��I�j��j��j�j��1GG1���r��������P2327&7>7;"&#"4?2>54.'%3"&#"#ժ!�9&W��B03&�K5�!�)V�?�@L��'�	
>R�>e;&L:�:%P�>��vO
'h�� N��_"�:-&+#
��:��	'	����+a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P���$$5.3b�ZF�|\8!-T>5��Fu��\,�,j�n OrB,<!
5�4wJ]�?tTFi;
2�3j.�p^%/2�+
	S:T}K4W9: #ƕd�fE���:7>7676'5.'732>7"#"&#&#"OA
zj=N!�}:0e��%	y�
+t�D3�~U#B4#
g		'2
%/!:
���T	bRU,7����}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'�!~:~!PP!~:~!P��6�,�,$�$%*'
c2N 	
(�$"L��A2�3Yl�!x!*�%��%%��%��
p�P,T	NE	Q7^���oH!+(
3	 *Ue�eu
wg��a�32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6�,�,Faw!*'
=~Pl*	
(�$"L��A2�3Yl	�)�!*<7@@7<
�
<7@@7<
 p�P,T	MF
Q7�47ƢHoH!+(
3	 t���JHQ6wh��',686,'$##$',686,'$##$�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&�&&&&�&&&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&��&&�&&��&&�&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&�&&&&�&&&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2
�

�

�

�

�

�

��

@
�
�

�

��

@

��

@

��

@
�

�
s�

�
s�

�
��

�
s�

�
��

�
s�

�
s�

�
�/?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
	��		 	
�
�@

�

��

@

��

@

�@

�
�
	 		 	��

�
s�

�
s�

�
s�

�
�/?O#"&54632	#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`	��	

	 �
�@

�

��

@

��

@

�@

�
�	��	
@
	��	�

�
s�

�
s�

�
s�

�
#"'#!"&5463!2632'
�m�w�@w��w�w��
'���*��w��w�w��w������."&462!5	!"3!2654&#!"&5463!2�p�pp�p��@���

@
�^B��B^^B@B^�pp�p���@�@� 
�@

�
 �@B^^B�B^^���k%!7'34#"3276'	!7632k[�[�v
��
6����`�%��`�$65&�%[�[k����
�`����5%���&&�'���4&"2"&'&54 �Ԗ���!��?H?��!,�,Ԗ�ԖmF��!&&!Fm�,�����%" $$ ���������^����a�a`@������^����a�a���-4'.'&"26% 547>7>2"KjK��X��QqYn	243nYqQ�$!+!77!+!$5KK���,ԑ�	���]""]ً�	��9>H7'3&7#!"&5463!2'&#!"3!26=4?6	!762xt�t` �� ^Q�w��w��w@?61��B^^B@B^	@(` �`��\\��\P�`t�t8`� �� ^�Ͼw��w@w�1^B��B^^B~
	@��` \ \�P�+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632��w��w��w�
M8
pB^^B@B^�
'���sw-

9*##;No��j�'
�#��w��w@w�
"^B��B^^B�

	��*�����
"g`�81T`PSA:'�*��4�/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62	62��w��w��w@?61

��B^^B@B^	@

��B�RnB�Bn^��w��w@w�1
^B��B^^B�
	@
���Bn���nB�C"&=!32"'&46;!"'&4762!#"&4762+!5462�4&���&�4�&���&4�4&��&4&��&4�4�&���&4�4&��&4&��&4�4&���&����6'&'+"&546;267��:	&�&&�&	s�@�	
�Z&&�&&�Z
	���+6'&''&'+"&546;267667��:	�:	&�&&�&	�	s�@�	
�:�	
�Z&&�&&�Z
	��:
	z����6'&''&47667S�:	�:�	s�@�	
�:�4��:
	�|�	&546h��!!0a�
�
�
$���#!"&5463!2#!"&5463!2&�&&&��&�&&&@��&&�&&��&&�&&���#!"&5463!2&��&&�&@��&&�&&���&54646&5-�	��:	s��:	
��:4�:�
	���+&5464646;2+"&5&5-�	�	&�&&�&	�:	s��:	
��:	
�&&��&&�
	�:�
	���&54646;2+"&5-�	&�&&�&	s��:	
�&&��&&�
	62#!"&!"&5463!2�4��@��&&�&&-��:��&&&�&�����	"'&4762����4��4����4��4��4Z��f�	"/&47	&4?62S�4����4����44��4���#/54&#!4&+"!"3!;265!26 $$ �&�&�&�&&&�&&@���^����a�a@�&&&�&�&�&&&+�^����a�a�����54&#!"3!26 $$ �&�&&&@���^����a�a@�&&�&&+�^����a�a�����+74/7654/&#"'&#"32?32?6 $$ }��Z��Z��Z��Z����^����a�a���Z��Z��Z��Z�^����a�a�����#4/&"'&"327> $$ [4�h�4[j����^����a�a"Z�i�Z��J�^����a�a�����:F%54&+";264.#"32767632;265467>$ $$ ���o�W��	5!"40K(0?i�+! ":����^����a�a����X�R�dD4!&.uC$=1/J=�^����a�a�����.:%54&+4&#!";#"3!2654&+";26 $$ `��``��������^����a�a�����������^����a�a�����/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232�m&&m �l&�&l� m&&m �l&�&l�s&�%�&�&��%�&&�%�&�&��%�&&�&l� m&&m �l&�&l� m&&m �,�&��%�&&�%�&�&��%�&&�%�&���#/;"/"/&4?'&4?627626.  6 $$ I�

��

�

��

�

��

�

��
͒������(�r���^����a�aɒ

��

�

��

�

��

�

��
(��������_�^����a�a����� ,	"'&4?6262.  6 $$ ��Z4��f4�4fz�������(�r���^����a�a�Z&4f�f4�(��������_�^����a�a�����	"4'32>&#" $&6$  W���oɒV�󇥔�� z�����zz�8�����YW�˼�[����?����zz�:�zz�@�5K #!#"'&547632!2A4�@%&&K%54'�u%%�&54&K&&���4A��5K��$l$L%%�%54'�&&J&j&��K�5�K #"/&47!"&=463!&4?632�%�u'43'K&&%�@4AA4���&&K&45&�%@6%�u%%K&j&%K5�5K&$l$K&&�u#5��K@!#"'+"&5"/&547632K%K&56$��K5�5K��$l$K&&�#76%�%53'K&&%�@4AA4���&&K&45&�%%�u'5��K�"#"'&54?63246;2632K%�u'45%�u&&J'45%&L4�4L&%54'K%�5%�t%%�$65&K%%���4LL4�@&%%K'���,"&5#"#"'.'547!3462�4&�b��qb>#5���&4�4�&6Uu�e7D#		"�dž�&����/#!"&546262"/"/&47'&463!2�
���&�@&&4�L

r&4���

r

L�&�&�
���4&&�&�L

rI�@&���

r

L�4&&
���s/"/"/&47'&463!2#!"&546262&4���

r

L�&�&�
���&�@&&4�L

r@�@&���

r

L�4&&�
���4&&�&�L

r��##!+"&5!"&=463!46;2!2�8(�`8(�(8�`(88(�8(�(8�(8 �(8�`(88(�8(�(8�(88(�`8��#!"&=463!2�8(�@(88(�(8 �(88(�(88z���5'%+"&5&/&67-.?>46;2%6�.@g.��L4�4L��.g@.
��.@g.
L4�4L
.g@.���g.n.���4LL43�.n.g��g.n.�34LL4�͙.n.g����-  $54&+";264'&+";26/�a����^�����
�

�


�

�����^����a�a��
�
fm��
@
J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2���$�$�8�~+(88�8(+}�(�`8(��(8`�]��]k=��=k]��]��8���,8e�8P88P8�����`(88(�@���M��M����N4&#"327>76$32#"'.#"#"&'.54>54&'&54>7>7>32&����z&^��&.������/+>+)>J>	W��m7����'
'"''? &4&c��&^|h_b��ml/J@L@#*
#M6:D
35sҟw$	'%
'	\�t��3#!"&=463!2'.54>54''�
��

@
�1O``O1CZ��Z71O``O1BZ��Z7�@

@
N�]SHH[3`�)Tt��bN�]SHH[3^�)Tt���!1&' 547 $4&#"2654632 '&476 ���=������=嘅�����}�(zVl��'��'���ٌ@�uhy����yhu����9(�}Vz��D#���#D#�������	=CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧�}�(zV�j�\i1
z,��X��
Y[6
$!%���'F��u�J�iys�?_�9ɍ?�kyhu�n(�}Vz����YF
KA؉L�a
�0��2�-�F"@Q���sp@�_���!3%54&+";264'&+";26#!"&'&7>2
�

�


�
�
#%;"�";%#<F<������7


���??""??�$$ll2#"'&'	+&/&'&?632	&'&?67>`,@L�����5
`		��
`	�����L�`4�L��H`
����`	��
a	5�
��L@��#37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232� ��`@���� ��`@���� ���@����@�� ��@����
@

@
� ��@��� �� 
@

@
�L4��4LL4�^B@B^�^B@B^�4L� �� @@��@@ � � � @@  

��
��@@ �� � 

��
M�4LL44L`B^^B``B^^B`L���7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!54632�<M33K,��	��	
 j8Z4L2B4:;M33K,?		��	
�0N<* .)C=W]xD��0N<* .)C=W]xD?\�-7H)��	��	
�".=']�-7H)�
��w	��	
�<?.>mBZxPV3!�<?.>mBZxPV3!�
���&#"'&'5&6&>7>7&54>$32�d�FK��1A
0)����L���.���٫�C58.H(Y���e����#3C $=463!22>=463!2#!"&5463!2#!"&5463!2���H���&�&/<R.*.R</&�&�&��&&�&&��&&�&������Bɀ&&�4L&&L4�&&f��&&�&&��&&�&&Z� %"'	"/&4762��4���4��4�ͥ���5��5Z����	"'&4?62	62��4��44���5����5��%K%#!".<=#"&54762+!2"'&546;!"/&5463!232
�@�&@<@&�@	����:��&���	�
��& 

��&���&���
����&��	

��`&���:$"&462"&462!2#!"&54>7#"&463!2!2�LhLLh�LhLLh�!��
�&&�&��&&�&4hLLhLLhLLhL��%z<
0&4&&)17&4&
&&��#!"&5463!2!2��\�@\��\@\��\���@\��\�\��\ �W�*#!"&547>3!2!"4&5463!2!2W��+�B��"5P+�B@"5����^�=���\@\� \�H#�t3G#�3G:�_H�t�\��\ �@��+32"'&46;#"&4762�&��&�4�&��&4�4&�&4�4&&4�@�"&=!"'&4762!5462�4&�&4�4&&4�4�&��&4&��&����
!!!3!!��������������������������0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{��O[/5dI
kDt���pČe1?*�w�@w��w�w��	(M&
B{Wta28r=Ku?RZ^Gw��T	-�@w��w�w�����$2+37#546375&#"#3!"&5463�w��w���/Dz?s�����w��w��w�@w�S�88�	�����w�w����#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2�B^8(�Ԗ���������>��������@�|�K5�5KK55K�^B(8Ԗ�Ԗ�€>�������v����5KK55KK�H��G4&"&#"2654'32#".'#"'#"&54$327.54632@p�p)*Ppp�p)*P�b	'"+`�N*(�a���;2��̓c`." b
PTY9��ppP*)p�ppP*)�b ".`�(*N��ͣ�2�ͣ����`+"'	b
MRZB�����4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2��Ԗ���LhLKjKLhLKjK��	�"8w
s%(�")v

�
>�
	�"8x
s"+�")v
�<�
��3zLLz3��
3>8L3)x3
��3zLLz3��
3>8L3)x3
�Ԗ�Ԗ�4LL45KK54LL45KK���
#)0C	wZl/
�
Y�	
N,&�
#)0C	vZl.
�
Y�L0"��qG^^Gq�q$ ]G)Fq�qG^^Gq�q$ ]G)Fq��%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'�����VZ|�$2$
|��E~E<�|
$2$�|ZV���:�(t}�������X(	
&%(H�w�쉉��x�H(%&	(X�ZT\�MKG���<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4�N2��`@`%)7&,$)'  
%/0Ӄy�#5 +�1	&<��$]`�{t��5KK5$e:1&+'3T�F0�h��4&&4&�3M:�;b^v�+D2 5#$��I�IJ 2E=\$YJ!$MCeM��-+(K5�5K�K5y�*%A�u]c���>q4&"24&'>54'654&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4�+ 5#bW���0/%
  ')$,&7)%`@``2N��h�0##�T3'"(0;e$��5KK5 t��ip��<&	1&4&&4&�#\=E2&%IURI��$#5 2D+�v^b;�:M2g�c]vDEA%!bSV2M�K5�5K(,,��MeCM$!I��@�#"&547&547%6@�?V��8������b%	I�)���94.""'."	67"'.54632>32�+C`\hxeH>Hexh\`C+�ED���4��
#L</��>�oP$$Po�>��Q|I.3MCCM3.I|Q����/����Z$_d�C�+I@$$@I+� (@%#!"&5463!2#!"3!:"&5!"&5463!462�
��w��w@

��B^^B 
���4&�@&&�&4 ` 
�w�w�
 
^B�@B^24��& &�& &�����%573#7.";2634&#"35#347>32#!"&5463!2���FtIG9;HI�x�I��<,tԩw�@w��w�w�z��4DD43EE�����ueB���&#1�s�@w��w�w�����.4&"26#!+"'!"&5463"&463!2#2��&�S3L�l&�c4LL4�4LL4c����@��&��&{�LhLLhL��'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2��w��w��w��@B^^B@B^@�&4��t

r

��&&`��w��w@w�@^B��B^^B@R�&��t

r

��4&&@"&5!"&5463!462	#!"&54&>3!2654&#!*.54&>3!2���4&�@&&�&4 s�w��

@B^^B��

@w��4��& &�& &��3�@w�
 
^B�B^ 
�����
I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2�J���J���S��q*5&=CKu��uKC=&5*q͍S8( ^B@B^ (8���`N��`Ѣ�΀G�tO6)"M36J[E@@E[J63M")6Ot�G�(8`B^^B`8	���',2��6'&'&76'6'&6&'&6'&4#"7&64 654'.'&'.63226767.547&7662>76#!"&5463!2		/[		.
=���X��Ě4,+"*+, 1JH'5G:�:#L5+@=&#���w�@w��w�w�P.1GE�,��ԧ��44+	;/5cFO:>JJ>:O9W5$@(b4��@w��w�w������'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&4�8(�@(88(�c==c�(8��*�&�&�*�6�&4&&4&&4&&4& ��(88(@(88HH88`(�@&&�('��@����1c4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632


	N<�;+gC8�A`1a9�9�g��w����|�9�8aIe$I�VN��z<�:LQJ
�,�-[%	061I��(�)W,$-������7,oIX(�)o�ζA;=N0
eTZ
	 (���O#".'&'&'&'.54767>3232>32�e^\4?P	bM��O0#382W#& 9C9
Lĉ"	82<*9FF(W283#0OMb	P?4\^eFF9*<28	"��L
9C9 &#��!"3!2654&#!"&5463!2`��B^^B@B^^ީw��w��w@w�^B��B^^B@B^���w��w@w�����#!72#"'	#"'.546763���YY�!''!0#�G�G$/!''!�&�UU�jZ	
8"��"8
 ��X!	
8"	"8
	���GW4.'.#"#".'.'.54>54.'.#"32676#!"&5463!2 1.-
+$)
c�8
)1)

05.D
<9�0)$9��w�@w��w�w�W

)1)
7�c
)$+
-.1 �9$)0���<
D.59�@w��w�w��,T1# '327.'327.=.547&54632676TC_L��Ҭ���#+�i�!+*p�DNBN,y[����`m`%i]hbE����m��}a�u&,�SXK��
&$��f9s?
_���#"!#!#!54632��V<%'����Э��HH���	�(ں����T\dksz�� &54654'>54'6'&&"."&'./"?'&546'&6'&6'&6'&6'&74"727&6/�a���49[aA)O%-j'&]�]5r-%O)@a[9'
0BA;+


>HC���U


	#	
	
$				2	
AC: �����oM�=a-6O�UwW[q	( -	q[WwU�P6$C

+) (	
8&/
&eM���a�	
&
$	

��%+"&54&"32#!"&5463!54 �&@&�Ԗ`(88(�@(88(�r��&&j��j�8(��(88(@(8��������#'+2#!"&5463"!54&#265!375!35!�B^^B��B^^B
�

��
`���^B�@B^^B�B^�
��
�
`��
�������!="&462+"&'&'.=476;+"&'&$'.=476;�p�pp�p�$���!�$qr�
�%���}�#ߺ���pp�p��!�E$�
�rq�ܢ#���
%�
ֻ��!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B�
�@

�
�2�����^B�@B^�\77\�aB//B//B//B/�@

��
��

�~��B^^B@2^5BB5��2���.42##%&'.67#"&=463! 2�5KK5L4�_�u:B&1/&��.-
zB^^B���4L��v��y�KjK��4L[!^k'!A3;):2*�<vTq6^B�B^�L4�$���)��*@��A4#"&54"3!4."#!"&5!"&5>547&5462�;U gI�v��0Z���Z0�L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig0,3lb??bl3���4Lj��jL4*\���(88(�����\���}I/#"/'&/'&?'&'&?'&76?'&7676767676`�
(�5)�0
)��*)
0�)5�(
��
(�5)�0
))��))
0�)5�(
��*)
0�)5�(��
)�5)�0
)*��*)
0�)5�)
��
)�5)�0
)*���5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4�N2��$YGB
(HGEG  H��Q�#5K4L��i�!<�����;��5KK5 
A#
("/?&}�vh��4&&4&�3M95S+C=�,@QQ9��@@�IJ 2E=L5i�>9eM��E;K5�5K	J7R>@#�zD<����5=q%3#".'&'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2`  #A<(H(GY$��2NL4K5#aWTƾh&4&&4�K5��;����=!�i��hv�}&?/"(
#A
 5K��2*!	Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&���5K;E��Lf9>�ig�<Dz�#@>R7J	K�5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4��IJ 2E=L43M95S+C=�,@QQ9�@@�E;K5��5K	J7R>@#�zD<�gi�>9eM��Z4&&4&<�#5K4LN2��$YGB
(HGEG  H��V���;��5KK5 
A#
("/?&}�vh��i�!<��4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2�@@��2*!	Q@.'!&=C+S59M34L.9E2 JI UR�&4&&4&��Lf6A�ig�6Jy�#@>R7J	K5�5K;E@TƾH  #A<(H(GY$��2NL4K#5#a=4&&4&�D��=�i��hv�}&?/"(
#A
 5KK5��;�����+54&#!764/&"2?64/!26 $$ &�
�[6��[[j6[��&���^����a�a@�&�4[��[6[��[6�&+�^����a�a�����+4/&"!"3!277$ $$ [��6[��
&&��[6j[
���^����a�ae6[j[6�&�&�4[j[��^����a�a�����+4''&"2?;2652?$ $$ ��[6[��[6�&�&�4[���^����a�af6j[[��6[��
&&��[��^����a�a�����+4/&"4&+"'&"2? $$ [6�&�&�4[j[6[j���^����a�ad6[��&&�
�[6��[[j��^����a�a������  $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/�a����^����D&"	


	4
	$!	#
	
		
	



 
.0"�Y
	+


!	
	

$	
	"
+


		
	�Α	
		
����^����a�a��

	

			
	

	

		
	
		P� '-(	#	*	$

"
!				
*
!	

(				

	
��$�
		
2
�~�/$4&"2	#"/&547#"32>32�&4&&4��V%54'j&&�'��/덹���:,���{	&4&&4&�V%%l$65&�b��'C��r!"��k[G�+;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2����������&��&&�&&��&&�&&��&&�&�������@�&&&&�&&&&�&&&&��{#"'&5&763!2{�'
��**�)��*��)'/!5!#!"&5!3!26=#!5!463!5463!2!2���^B�@B^�&@&`��^B`8(@(8`B^��� B^^B�&&�����B^�(88(�^���G	76#!"'&?	#!"&5476	#"'&5463!2	'&763!2#"'��c�)'&�@*������*�@&('�c���(&�*�cc�*�&'
����*�@&('�c���'(&�*�cc�*�&('���c�'(&�@*��19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462Q�g�Rp|Kx;CB��y��y� 6Fe=
BP���PB
=eF6 ��Ԗ��V����>!pR�g�QBC;xK|��Ԗ���{QNa*+%��x��x5eud_C(+5++5+(C_due2Ԗ�Ԗ�����>�NQ{u�%+*jԖ�Ԗ��p�!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632��(* 8(!�)(��A�('��)* 8(!U�SxyS�SXXVzxT�TU�SxyS�SXXVzxT�@(� (8 *(���(��'(�(8 ���S�SU�Sx{VXXT�T�S�SU�Sx{VXXT���#!"5467&5432632�������t,Ԟ;F`j�)��������6�,��>�jK?�s��
�!%#!"&7#"&463!2+!'5#�8Ej��jE8�@&&&&@������XYY�&4&&4&�qD�S�%��q%��N\jx��2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''7�4&&4&l��
�NnbS���VZbR��SD	
zz
	DS��Rb)+U���Sbn�
��\.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O�`��	`�����&4&&4�r$#@�B10M�5TNT{L�5T
	II	
T5�L;l'OT4�M01B�@#$�*�3;$*�3;�;3�*$;3�*$�:$/� @@�Qq`��@���"%3<2#!"&5!"&5467>3!263!	!!#!!46!#!�(88(�@(8��(8(�`(�(8D<���+����+�<��8(�`(��8(�`�8(�@(88( 8(�(`�(8(��(������<��`(8��(`����`(8����||?%#"'&54632#"'&#"32654'&#"#"'&54632|�u�d��qܟ�s]
=
��Ofj�L?R@T?��"&�
>
�f?rRX=Ed�u�ds���q��
=
_M�jiL��?T@R?E& �f
>
�=XRr?��b���!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2����
��
08(��(8��8(@(8��
�

�
�8(��(88(�(`(����1

�`(88(���(88(@

��
�`(88(@(8(��`���#!"&5463!2�w�@w��w�w�`�@w��w�w��/%#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&��&&�&&�&&�&&�&&�&&��@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2�p�pp�pp�pp��
�@

�
��p�pp��
�@

�

�@

�
Рpp�p��pp�p���

�
�pp�p���

�
�

�
��<L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3<��/BB/.#U_:IdDRE�
�@
�
����k*G�j�
�@
�

�@

�
TP\BX-@8
C)5�XsJ@�$3T4+,:;39SG2S.7<���

�vcc)�)%L�l�}�

��

�
���5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&��@�0��2uBo
T25XzrDCBB�Eh:%��)0%HPIP{rQ�9f#-+>;I@KM-/Q"�@@@#-bZ��$&P{<�8[;:XICC>.�'5oe80#.0(
l0&%,"J&9%$<=DTI���cs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260%
<4�"VRt8<@<
-#=XYhW8+0$"+dT�Lx-'I&JKkm��uw<=V�@�!X@		v
'��|N;!/!$8:I�Ob�V;C#V

&
(���mL.A:9 !./KLwP�M�$��@@
��/?O_o��%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2��@��@��@���@��@��@���@��@��@�^B��B^^B@B^�����������������������������N��B^^B@B^^���#+3	'$"/&4762%/?/?/?/?�%k��*��6�6��bbbb|��<<��<�bbbb��bbbb�%k���6���6Ƒbbb��<<��<<�^bbbbbb@��M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2�LhLLh����
	�	LhLLhL!'�Ԗ���Ԗ@'!&	
�?�&&LhLLhL�	�	
��hLLhL��	j��jj��j	&@6/"
��&&���J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ���ok;	-j=y�hw�i�[+PM3ѩ���k=J%62>Vc��a�aQ�^��� ]G"�'9��r�~:`}�Ch�  0=Z�٤���W=#uY2BrUI1�^Fk[|��a�����L2#!67673254.#"67676'&54632#"&7>54&#"#"&5463�w��w�+U	,i<��F{�jh�}Z+OM

2ϧ���j<J%51=Ub�w��w��w�@w�zX"�'8'�T�yI9`{�Bf� 
,>X�բ���W<"uW1AqSH1�bd��w�w����'74'!3#"&46327&#"326%35#5##33#!"&5463!2����0U6c��c\=hl���ࠥ�Ymmnnnn�w�@w��w�w�w&�46#�Ȏ;ed����wnnnnn��@w��w�w����	]#/#"$&6$3 &#"32>7!5!%##5#5353����Е���tt����u�{�zz�{S�ZC�`�c�����o���t�*�t��q|��|.EXN#�??�������,<!5##673#$".4>2"&5!#2!46#!"&5463!2��r�M*
�*M~�~M**M~�~M*j����jj����&�&&&�`��P%��挐|NN|���|NN|�*�jj���jj�@��&&�&&@�
"'&463!2�@4�@&�Z4�@�4&@
#!"&4762&��&�4�Z4&&4��@@���
"'&4762�&4�@�4&@��&�4�&�@�
"&5462@�@4&&4��4�@&�&�@����
3!!%!!26#!"&5463!2�`��m��`
�^B��B^^B@B^���
 `���@B^^B�B^^��@
"'&463!2#!"&4762�@4�@&�&&��&�4��4�@�4&Z4&&4��@��
"'&463!2�@4�@&��4�@�4&@
#!"&4762&��&�4�Z4&&4��@��:#!"&5;2>76%6+".'&$'.5463!2^B�@B^,9j�9Gv33vG9�H9+bI��\
A+=66=+A
[��">nSM�A_:��B^^B1&�c*/11/*{�'VO�3��@/$$/@�*�?Nh^��l+!+"&5462!4&#"!/!#>32]��_gTRdg�d���QV?U��I*Gg?����!�2IbbIJaa���iwE33����00� 08����4#"$'&6?6332>4.#"#!"&54766$32z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������z��
�	
_hQ��н�QGB�'(&�*�eoz�(���q!#"'&547"'#"'&54>7632&4762.547>32#".'632�%k'45%��&+�~(
(�h		&

\(
(�		&

~+54'k%5%l%%l$65+~

&		�(
(\

&		�h(
(~�+%��'��!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ �KjKKjKjKKj�e2.e<^P��,bKjKKj��KjKKjKjKKj��#��#���LlL�KjKKjKjKKjK��~-��M<M�(PM<rjKKjK�jKKjKujKKjK�������L���< 6?32$6&#"'#"&'5&6&>7>7&54$ L�h��я�W.�{+9E=�c��Q�d�FK��1A
0)���������p�J2`[Q?l&������٫�C58.H(Y��'����:d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Y����j`a#",5NK�
����~E�����VZ|�$2$
|��:
$2$�|ZV���:�(t}�����h�fR�88T
h�̲����X(	
&%(H�w��(%&	(X�ZT\�MKG�{x��|�!#"'.7#"'&7>3!2%632u��

�j
�H����{(e9
�1b���U#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328(��(88(`�`(88(��(88(`�`(88(��(88(`L4`(88(@(88(`4L`(8 ��(88(@(8��8(��(88(@(8��8(��(88(@(8�4L�8(@(88(��(8�L4�8����OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462��И&4&NdN!>!
1X:Dx++w�w++xD:X1
-�U��
�!�*,*&4&��h��h&&2NN2D&

..J<
$$
<JJ<
$$
<J..

��P���bb&&�7!!"&5!54&#!"3!26!	#!"&=!"&5463!2��`(8��
�@

�
+��8(�@(8��(88(@(8�(��8(� @

@
�m+�U�`(88(�8(@(88(��
�h`���(\"&54&#"&46324."367>767#"&'"&547&547&547.'&54>2�l4

2cK�Eo���oED
)
�
�
�
)
D�g-;</-
?.P^P.?
-/<;-gY�����Y�

.2 L4H|O--O|HeO,����,Oe�q1Ls26%%4.2,44,2.4%%62sL1q�c�qAAq����4#!#"'&547632!2#"&=!"&=463!54632
��
��		@	
`
	��	
��

`?`�
�

@	
	@	
�!	��	
�
�
�
����54&+4&+"#"276#!"5467&5432632�
�
�
	`		_
�������v,Ԝ;G_j�)��``

��
	��		_ԟ����7
�,��>�jL>���54'&";;265326#!"5467&5432632	��		��
�
�
�
�������v,Ԝ;G_j�)���	`		����

`������7
�,��>�jL>�����X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 �&4&&4&�y��y�%:hD:Fp�pG9�F�j� 8P8 LhL 8P8 E;
Dh:%������>�4&&4&}y��yD~�s[4D�d=PppP=d�>hh>@�jY*(88(*Y4LL4Y*(88(*YDw"
A4*[s�~����>�����M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4�G9��������&
<#5KK5!��!5KK5#<
&ܤ��9Gp�p&4&&4&@>b�u��ោؐ&$KjK�nj��j�KjK$&����j��j�b>Ppp���
%!5!#"&5463!!35463!2+32����@\��\���8(@(8�\@@\������\@\���(88(��\��@��34#"&54"3#!"&5!"&5>547&5462�;U gI@L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig04Lj��jL4*\���(88(�����\��@"4&+32!#!"&+#!"&5463!2�pP@@P���j�j�@�@�\�@\�&��0�p����j��	��� \��\�&��-B+"&5.5462265462265462+"&5#"&5463!2�G9L4�4L9G&4&&4&&4&&4&&4&L4�4L�
��&���=d��4LL4d=�&&�`&&�&&�`&&�&&��4LL4
 ��&�#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463�(8(��(88(�(`�x
��c�`(8���@��@��@�`(��(88(@(8(D��9�8(��`@�@@�@@��/?O_o��������-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
�����
@
&�&&&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
����

`��&&�&&
��/?O_o�����%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
���8(�@(8��
@

@
�
@

@
�
@
&�&&@8(�(8@&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
��� (88( ���

�@

``

��

``
-�&&& (88(��&@����<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2�KjKKj�����KjKKj�������&��Ԗ���Ԗ�&&�@�&�&KjKKjK��
��jKKjK ������.��&j��jj��j&4&�@�@&&���#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32����������� \��\����8(@(8�\  \����������\@\���(88(��\����:
#32+53##'53535'575#5#5733#5;2+3����@��E&&`�@@��`  ����  `��@@�`&&E%@�`��@ @ @��		 �� � � � �� 		��@ 0
@��!3!57#"&5'7!7!��K5�������@ � � @���5K�@����@@��� �����#3%4&+"!4&+";265!;26#!"&5463!2&�&�&�&&�&&�&�w�@w��w�w���&&��@&&��&&@��&&��@w��w�w�����#354&#!4&+"!"3!;265!26#!"&5463!2&��&�&��&&@&�&@&�w�@w��w�w�@�&@&&��&�&��&&@&:�@w��w�w��-M�3)$"'&4762	"'&4762	s
2

�.

�

2

�w��
2

�.

�

2

�w��
2

�

�

2

�w�w

2

�

�

2

�w�w
M�3)"/&47	&4?62"/&47	&4?62S
�.

2

��w

2

��
�.

2

��w

2

�M
�.

2

��

2

�.

�.

2

��

2

�.M�3S)$"'	"/&4762"'	"/&47623
2

�w�w

2

�

�

2

�w�w

2

�

��
2

��w

2

�

�.v
2

��w

2

�

�.M�3s)"'&4?62	62"'&4?62	623
�.

�.

2

��

2

�.

�.

2

��

2�
�.

�

2

�w�

2v
�.

�

2

�w�

2-Ms3	"'&4762s
�w�

2

�.

�

2�
�w�w

2

�

�

2
MS3"/&47	&4?62S
�.

2

��w

2

�M
�.

2

��

2

�.M
3S"'	"/&47623
2

�w�w

2

�

�m
2

��w

2

�

�.M-3s"'&4?62	623
�.

�.

2

��

2-
�.

�

2

�w�

2���/4&#!"3!26#!#!"&54>5!"&5463!2
��

@
�^B��  &�&  ��B^^B@B^ @

��
M��B^%Q=
&&<P&^B@B^^�+3"&5463!2#3!2654&#!"3#!"&=324+"3�B^^B@B^^B��
@

��
`�^B��B^�p�^B�B^^B�@B^`�@

�
�S`(88(``  ��'$4&"2%4&#!"3!26#!"&5463!2�&4&&4�
��

@
�^B��B^^B@B^f4&&4&��

�@
��B^^B@B^^/$4&"2%4&#!"3!264+";%#!"&5463!2�/B//B�
�


���0L4�4LL44L_B//B/��

�@
M   �4LL44LL���  >& $$ ������(���r���^����a�a��������(���^����a�a����!C#!"&54>;2+";2#!"&54>;2+";2pP��PpQ��h@&&@j�8(�Pp�pP��PpQ��h@&&@j�8(�Pp@��PppP�h��Q&�&�j (8pP��PppP�h��Q&�&�j (8p��!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Q��h@&&@j�8(�PppP�Pp�Q��h@&&@j�8(�PppP�Pp��@h��Q&�&�j (8pP�PppP�@h��Q&�&�j (8pP�Ppp@�@�	#+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKj��KjKKj�L45KKjK�<^�^^��KjKKj��p�pp���\]��]\��jKL45K��jKKjKujKKjK��4LKjKK�^^�^��jKKjK��pp�p�r]��]\����� $$ ���^����a�aQ�^����a�a�����,#"&5465654.+"'&47623 #>bq��b�&4�4&�ɢ5����"		#D7e�uU6�&4&��m����1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3�=T==T=�=T==T=��v)�G�G�+v�@b��R�R��b@�=&����\N����j!>�3l�k����i�k3�hPTDDTPTDDTPTDDTPTDD|x��xX�K--K��|Mp<#	)>dA{��RXtfOT# RNftWQ���,%4&#!"&=4&#!"3!26#!"&5463!2!28(�@(88(��(88(�(8��\�@\��\@\��\���(88(@(88(�@(88�@\��\�\��\ �u�'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!232�5��([��5@(\&��8(��(88(��(8,�9.��+�C��\��\@\� \��6Z]#+��#,k��(88(@(88(��;5E�>:��5E�\�\��\ �\�1. ���$4@"&'&676267>"&462"&462.  > $$ n%��%/���02�
KjKKjKKjKKjKf���ff�������^����a�a�y��y/PccP/�jKKjKKjKKjK���ff���ff�@�^����a�a�����$4@&'."'.7>2"&462"&462.  > $$ n20���/%��7KjKKjKKjKKjKf���ff�������^����a�a3/PccP/y��	jKKjKKjKKjK���ff���ff�@�^����a�a�����+7#!"&463!2"&462"&462.  > $$ �&��&&��&KjKKjKKjKKjKf���ff�������^����a�a�4&&4&�jKKjKKjKKjK���ff���ff�@�^����a�a���#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@������@KjKKjKKjKKjK����ܒ���,����������gjKKjKKjKKjK�X�Ԁ�,�,��#/;GS_kw�����+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2�``����``��`��``�``�``�``�``�``�````�p`���K5��5KK5�5Kp``�``�``��``�``�``��``�``��``��``�````��`��������5KK5�5KK@���*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676���R?d�^��7ac77,9x�m#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�h[ 17��q%q#:��:#5KKu�'t#!X:	%�#+=&>7p@���*2Fr56565'5&'.	#"32325#"'+"&5.5462#"/.#"#"'&547>32327676@��ͳ�����8
2.,#,f�k*1x���-!���#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�e�`��v�o�8�t-�	�:5	��[�*�#:��:#5KKu�'t#!X:	%�#+=&>7p
�3$	"/&47	&4?62#!"&=463!2I�.

2

��w

2

�
-�@�)�.

2

��

2

�.
�-@@-��S�$9%"'&4762		/.7>	"/&47	&4?62i2

�.

�

2

�w�
E��>

u>

��.

2

��w

2

�
�2

�

�

2

�w�w
!��




�h�.

2

��

2

�.
���;#"'&476#"'&7'.'#"'&476�'
�)'�s
"+5+�@ա'
�)'����F*4*E�r4�M:�}}8��GO
�*4*������~�
(-/'	#"'%#"&7&67%632���B�;><���V�?�?V�� -����-C�4
<B�=�cB5���!%��%!�b 7I�))�9I7���	#"'.5!".67632y��(
��#

��##@,(
�)���8!	!++"&=!"&5#"&=46;546;2!76232-S��S����������S�

		��S��S�`���`���		

������K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P�8P88P�4,�C��S,4p�p4,,4p�p4,6d7AL*',4p�pP88P8�P88P8HP88P8`4Y��&+(>EY4PppP4Y4Y4PppP4Y�%*<O4Y4Ppp���
%@\ht�	"'&4762"&5462&#!"&463!2#"'&'7?654'7&#"&'&54?632#!"&463!2"&5462"'&4762��		

	����@U�SxyS���R���#PT����('�#��TU�SxySN���@����		

		�		

		
3��@��xS�SUO#���'(���V^�'(���PVvxS�SU��i��@��		

		
`�<+"&=46;2+"&=467>54&#"#"/.7!2���<'G,')7��N;2]=A+#H

�
�0P��R��H6^;<T%-S�#:/*@Z}


>h���.%#!"&=46;#"&=463!232#!"&=463!2�&�&&@@&&�&@&�&�&&&��&&�&�&�&&��&f�&&�&&b�#!"&=463!2#!"&'&63!2&�&&&'�'%@% �&&�&&�&&&&�k%J%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Sin�1KXL7觧�*		��#��&		*������@jC?.>!&1'\%Awc8^;:+<!P��%I%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Pln�EcdJ觧�*		��#��&		*������-@jC?.>!&1'\%AwcBiC:D'P%!	#!"&'&6763!2�P������&:�&?�&:&?����5"K�,)""K,)���h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32�YO)I-D%n "h.=T#)#lQTv%.%P_�	%	
%�_P%.%vUPl#)#T=@�/#,-91P+R[�Ql#)#|'�'
59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%�_P%.%v���'3!2#!"&463!5&=462 =462 &546 ����&&��&&��&4&r&4&�������@����&4&&4&�G݀&&������&&f��������
��sCK&=462	#"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i����76`al�&4&���&&��&&}n�

R

�

R
�z����f�Oego�&&�5�����`3��&&����&4&&4&�
D�

R

�

R
z����v���"!676"'.5463!2@�@w^�Cc�t~55~t�cC&�&@���?J���V��|RIIR|��V&&��#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�� �� ��N�4LL44L`B^^B``B^^B`L����L4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4��@�o�&�&}c ;pG=(
8Ai8^�^.�&4&&4&`��	`f�s��&& j�o/;J!#2
 KAE*,B^^B!`	$� ��-4&"2#"/&7#"/&767%676$!2�8P88P��Qr��	@
U���	@�
{`P�TP88P8�����P`��
�	@U	@�rQ���!6'&+!!!!2Ѥ���
8�������̙�e�;<*��@8 !�G��G�GQII���� %764'	64/&"2 $$ �f��3f4�:�4����^����a�a�f4334f�:4�:�^����a�a����� %64'&"	2 $$ ���:4f3��f4F���^����a�a��4�f4���4f�^����a�a����� 764'&"27	2 $$ �f�:4�:f4334����^����a�a�f4��:4f3���^����a�a����� %64/&"	&"2 $$ -�f4���4f�4����^����a�a��4f��3f4�:w�^����a�a���@��7!!/#35%!'!%j��/d��
�jg2�|�8�����������55���dc ��b���@��!	!%!!7!���FG)��D�H:�&�H����d���S)��U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2�&4&&4f]w�q�4�qw]	`dC���&&�:F�ԖF:�&&���Cd`�4&&4&����	]����]	`d[}�&�&�"uFj��jFu"�&�&�y}[d�#2#!"&546;4 +"&54&" (88(�@(88( r&@&�Ԗ8(��(88(@(8@����&&j��j�����'3"&462&    .  > $$ �Ԗ������>a��X��,��f���ff�������^����a�a�Ԗ�Ԗ�a>����T�X��,�,�~�ff���ff�@�^����a�a����/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88(�(88(�(88(�(88(�(88��/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88�(88(�(88�(88(�(88���5E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj�
���
��
�
f���	

�\�
�
�w�@w��w�w��jKKjK"�G

�
ܚ

��f


�
���

	�@w��w�w�����  $64'&327/�a����^�����  ��!  ����^����a�a��J@%��%	6�5��/	64'&"2	"/64&"'&476227<���ij��6��j6��u%k%~8p�8}%%�%k%}8p�8~%<���<�ij4j��4����t%%~8�p8~%k%�%%}8�p8}%k���54&#!"3!26#!"&5463!2&��&&�&�w�@w��w�w�@�&&�&&:�@w��w�w����/#!"&=463!24&#!"3!26#!"&5463!2���@�^B��B^^B@B^��w��w��w@w��@@�2@B^^B��B^^���w��w@w���+#!"'&?63!#"'&762�(��@�	@�(@>@�%����%%��� ���!232"'&76;!"/&76 �
�($��>��(����
		��J ���&%�����$%64/&"'&"2#!"&5463!2�ff4�-�4ff4f�w�@w��w�w��f4f�-�f4����@w��w�w�����/#5#5'&76	764/&"%#!"&5463!2��48`���
#�� ����\�P\��w�@w��w�w���4`8�
��
#�@  ���`\P�\`�@w��w�w�����)4&#!"273276#!"&5463!2&� *���f4�
'�w�@w��w�w�`�&')���4f�*�@w��w�w�����%5	64'&"3276'7>332#!"&5463!2�`��'(wƒa8!
�,j.��(&�w�@w��w�w��`4`*�'?_`ze<��	bw4/�*��@w��w�w�����-.  6 $$ ���� �������(�r���^����a�a���O����(��������_�^����a�a�����
-"'&763!24&#!"3!26#!"&5463!2y��B��(�(�
�@

�
�w�@w��w�w�]#�@�##� �

�@
�@w��w�w�����
-#!"'&7624&#!"3!26#!"&5463!2y(��(@B@u
�@

�
�w�@w��w�w��###��@���

�@
�@w��w�w�����
-'&54764&#!"3!26#!"&5463!2@�@####���@��w�@w��w�w��B��(�(������@�@w��w�w����`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6�#
!"'�?_

BCbCa�f\	+
~�2�	
��
	�}0�$

��
q
90r�
�

�pr%Dpu���?#!"&=46;#"&=46;54632'.#"!2#!!546;2��D
a__����	g	

*`-Uh1

��������

�߫�}
	$^L��
���
4��b+"&=.'&?676032654.'.5467546;2'.#"�ǟ�
B{PDg	q�%%Q{%P46'-N/B).ĝ
�9kC<Q
7>W*_x*%K./58`7E%_���
�	,-3�
cVO2")#,)9;J)���
�"!*�
#VD,'#/&>AX��>++"''&=46;267!"&=463!&+"&=463!2+32��Ԫ�$
�	��	
p���U�9ӑ
@�/�*f�����o�	

VRfq
�f=S��E!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![�
��

 ��

��
�
�%
)��
	���

��"

��Jg
Uh
B�W&WX���
hU
g��
�84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2�j��@jo�����
������g�|�@��~�v����v�
u�n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32Q�Kt#�� ��#F�N�Qo!��"�դ��ѧ����!�mY

�Zga~bm]�

[o�"�U+��������,����� @��h��
h@�@X
��h��h
��@�8���3H\#5"'#"&+73273&#&+5275363534."#22>4.#2>��ut
3NtR�P*�H�o2

Lo�@!�R(�Ozh=�,G<X2O:&D1A.1G$<2I+A;"B,;&$��L��GlF/�����3�D�����;a��$8$��".�!3!
��.�3!#!"&5463!���8( 8(��(88( ��h (8��(88(@(8�(8H!!#!"&5463!54&#!"3!2654&#!"3!2654&#!"3!26��(D 8(��(88( 8��@��@��@�$����(88(@(8��(8� @@@@@@"�}
$BR3/&5##"'&76;46;232!56?5"#+#5!76;5!53'#3!533��H��
��

�����D��q		�x7��	���K/�/K��F��h�/"���		@`����Z		s�Y��w�jj��jj��j"�}
$4R%3/&5##"'&76;46;232!53'#3!533!56?5"#+#5!76;5��H��
��

��������K/�/K��F����q		�x7��	�h�/"���		@`����jj��jj��j�Z		s�Y��
w"�)9IY%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
��

����� ��@������@���`��		@`�����������"�)9IY#!"&=463!2%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2��� 
��

�������@��������@ ��r��		@`��r������"��
$CV%4&#"326#"'&76;46;232%#"'&'73267##"&54632!5346=#'73BX;4>ID2F��
��

������8PuE>.'%&TeQ,j��m{��+�>R�{�?jJrL6V��		@`��7>wmR1q
uW�ei��/rr�
:V��r"��
$7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F��
��

������+�>R�{�8PuE>.'%&TeQ,j��m{��?jJrL6����		@`���rr�
:V��r3>wmR1q
uW�ei����@�\%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&�&��&& &�7.'	:@�$LB�WM{#&$h1D!		.I/!	Nr�&&%%��&&�&&V?, L=8=9%pEL+%�%r@W!<%*',<2(<&L,"r�@\#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&�&��&& &i7qN��	!/I.		!D1h$&#{MW�BL$�@:	'.�&&%%���&&��&&�=XNr%(M&<(2<,'*%<!W@r%�%+LEp%9=8=L ���	+=\d����%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2��BB��PJN�C'%!	B?)#!CC $)�54f�"��@@
B+����,A

A+�&�+A
�
ZK35N #J!1331�CCC $)��w�@w��w�w��2��"33�F�Y�F~��(-%"��o�4*)$�(*�	(&;�;&&9LA38�33�4��S,;;,W��T+<<+T;(��\g7�x�:&&:�:&&<r����%-�@w��w�w����	+=[c}���#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327�''RZZ�:k��id YYY.06�	62+YY-06	R[!.�'CD''EH$��VV�X:���:Y
X;��:Y
�fyd/%jG�&DC&&CD&O[52.
[$�C-D..D�^^���* l�y1%=^�I86�i077S
3
$EWgO%33%O�O%35	��EE�F�W�t;PP;p��t;PP;p�q��J�gT��F�Q%33&P�P%33%R�
7>%3���!+}��{�'+"&72'&76;2+"'66;2U
�&�
��	�(���P

�*��'�e�J."�-d�Z��-n �-���'74'&+";27&+";276'56#!"&5463!2�~�}�		�7��e �	���۩w�@w��w�w��"���
$Q#�'�!#
����@w��w�w��
�I-22#!&$/.'.'.'=&7>?>36����9II ! '	$ !�����01$$%A'	$ ! ����g	
\7@�)(���7Y
	
 \7@�)(���7Y
@����	'5557	���,���VW�QV���.R���W��=���?��l��%l`��������~����0��!#!#%777	5!	������R!!�XC�C��fff�݀�#�� `��,��������{��{{�`��������Og4&"2 &6 $"&462$"&62>7>7>&46.'.'. '.'&7>76 �Ԗ�� ���HR6L66L�G�HyU2LL2UyH��HyU2LL2UyHn
��X�6X��

��X�X��
Ԗ�Ԗ�����H�6L66L6�L2UyH��HyU2LL2UyH��HyU2L�n�6X��

��X�X��

�����2#!"&54634&"2$4&"2�w��w�@w��w�|�||��|�||���w�@w��w�w����||�||�||�|���	!3	37! $$ �n6^�5�5^h
����^����a�a������M�1�^����a�a���P��
*Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7o�b?K�\[z�H,1���+.@\7<��?5\V
,$V��g.GR@ �7��U,+!�����
	#	"8$}�{)�<�?L RR;kr,yE[��z#	/1
"#	#�eCI0/"5#`�	��"8���4~&p)4	2�{�H-.%W.L>���':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJX�j7-F��C',��,&C
."��!$28��h�/���"�	+p��^&+3$
i��0(�w�@w��w�w��+.i6=Bn\C1XR:#"�'jj�8Q.cAj�57!?"0D��$4"P[
&2�@w��w�w��D��"%.5#5>7>;!!76�P�Yh�pN!�HrD0�M��
 C0N��#>8\xx: �W]oW-�X���45���/%'#.5!5!#"37>#!"&5463!2p>,;$4
��5eD�+W�cE���w�@w��w�w�K�()��F
,VhV��^9tjA0/�@w��w�w���@�#"'&76;46;23�
��


��
	���&��

��� ���++"&5#"&7632�	���
^


c
� �&�

��@�#!'&5476!2� &��

����
^


b	���'&=!"&=463!546�
��� �&�
�
��	���
��
��q&8#"'&#"#"5476323276326767q'T��1[VA=QQ3���qq�Hih"-bfGw^44O#A���?66%CKJ�A}}�  !"�䒐""A$@C3^q|�z=KK?6�lk)���%!%!��V��V��u��u�u^-�m5�w��}�n�����~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632�  �  ��*<;V<<O@-K<V<�<+*<J.@�k��c�lG
H_�_H
�<+*<<*+<    �<*�R+<<+�*<�f.@�+<<+��+<<+�@.��7�uu�7�
�**�
���R+<<+�+;;	��"%3I�#5472&6&67><&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4."7674.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67�	\
��
	U7	
J#!W!'	

"';%

k	)"	
	'


/7* 		I	,6
*&"!

O6*
O $.(�	*.'

.x�,	$CN��	
�		*	�
6
		
7%&&_f&
",VL,G$3�@@$+
"


V5 3"	
""�#dA++
y0D-%&n4P'A5j$9E#"c7Y
6"	&
8Z(;=I50' !!e
�R
��
"+0n?�t(-z.'<>R$A"24B@(	~	9B9,	*$		
		<>	?0D�9f?Ae �	.(;1.D	4H&.Ct iY% *	�
7��


��
J	 <
W0%$	
""I!
*D	 ,4A'�4J"	.0f6D�4p�Z{+*�D_wqi;�W1G("%%T7F}AG!1#% JG3��� '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6�~�#��= ���XP2��{&%gx|�� .���W)o���O��LO�sEzG<��	CK}E	$MFD<5+
z���^����a�a$�MW�M��1>]|�YY�^D
�եA��<��K�m����E6<�"�@9I5*�^����a�a�����>^4./.543232654.#"#".#"32>#"'#"$&547&54632632�':XM1h*�+D($,/9p�`D�oC&JV<�Z PA3Q1*223�I�oBkែhMI����oPែhMI��oP�2S6,M!"@-7Y.?oI=[<%$('3 -- <-\�%Fu���Po��IMh���Po����IMh,���#?D76&#!"7>;267676&#!"&=463!267
#!"'&5463!26�%�8#!�
��&&Z"�M>2!��
	�^I7LRx_@�>MN�""��`�=&&*%�I�}��,
	�	L�7_jj��9����/%4&#!"3!264&#!"3!26#!"&5463!2�� ��� ��&��&&�&��������&&�&&��19#"'#++"&5#"&5475##"&54763!2"&4628(3�-�	&�B.�.B�&	�-�3(8Ig�gI�`������(8+U��e&��.BB.&����+8(�kk��`�������%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pP�Pp�����@�`(88(`�p.BB.�0.BB.���(88(�Pppͺ�������!%>&'&#"'.$ $$ ^/(V=$<;$=V).X���^����a�a��J`"(("`J��^����a�a��,���I4."2>%'%"/'&5%&'&?'&767%476762%6�[���՛[[���՛o��
�ܴ
 
���
��	��	$
$�	"	�$
$	��	�՛[[���՛[[�5`��

^�

�^

2`��
`2

^��^

��`
�����1%#"$54732$%#"$&546$763276�68��ʴh�f�킐&^�����zs��,!V[���vn)�	�6���<��ׂ�f{���z����}))N�s���3(@����+4&#!"3!2#!"&5463!2#!"&5463!2@&�&&f&��&&�&@&�&&&�4&&4&�@&&�&&��&&&& ��`�BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&�C�6�@Bb0�3eI;��:�&&�&4�L�4&���F���
�Z4&�w�4�) ���''
�5�r�&4&&�4&��&4��������}G�#&/.#./.'&4?63%27>'./&'&7676>767>?>%6}�)(."�2*&�@P9A
#sG�q]
#lh�<*46+(
	
<
5�R5"*>%</
 '2�@� 53*9*,�Z&VE/#E+)AC
(���	2k<X1$:hI(B
"	!:4Y&>"/	+[>hy
	���K
!/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676�#"NDQt	
�-�okQ//�jo_	������	���%&J�������Ղ���YJA-��.--
9\DtT+X?*<UW3'	26$>>�W0{�"F!"E �

^f`$"�_]\�<`�F�`�F�D��h>Cw�ls���J@�;=?s
:i_^{8+?`
)
O`�s2R�DE58/K��r	#"'>7&4$&5m��ī��"#���̵�$5���$�"^^W����=���ac��E�*���c������zk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q����+f$H^XbVS!rȇr?5GD_RV@-FbV=3!G84&3Im<$/6X_�D'=NUTL;2KPwt��Pt= 

�&ռ
,J~S/#NL,��8JsF);??1zIEJpq�DIPZXSF6\?5:NR=��;.&1��+!"&=!!%!5463!2�sQ9����Qs�*�*�*sQNQsBUw��
wUBF��H���CCTww���%1#"&=!"&=463!54632.  6 $$ �	��	
��

`?��������(�r���^����a�a�	��	
�
�
�
���(��������_�^����a�a�����%1#!#"'&47632!2.  6 $$ �
����		@	
`
��������(�r���^����a�a�
�
?		@	
���(��������_�^����a�a�����/#"'&476324&#!"3!26#!"&5463!2&�@�&
�@

�
�w�@w��w�w����&@B@&���

�@
�@w��w�w�����"&462  >& $$ �Ԗ��*�����(���r���^����a�a�Ԗ�Ԗ �������(���^����a�a���]�6#"$54732>%#"'!"&'&7>32'!!!2�f:�л����Ѫz��~�u:�
(�(%`V6B^hD%��i�(�]̳ޛ	��*>�6߅�����r�#�!3?^BEa�߀�#�9���#36'&632#"'&'&63232#!"&5463!2
��Q,&U�#+'
 �;il4L92<D`����w�@w��w�w�����`9ܩ6ɽ]`C4�7�7�&�@w��w�w����D+"&5#"'&=4?5#"'&=4?546;2%6%66546;2�������
	
��
	
��w�ww�w�������cB
�G]B
�G��t�y]t�y�
���#3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2���@��`@`�^B��B^^B@B^��w��w��w@w��@��`@`���2@B^^B��B^^���w��w@w�����'/?P+5#"&547.467&546;532!764'!"+32#323!&ln��@
:MM:
@��nY*�Yz--zY�*55QDD�U���9p��Y-`]��]`.X /2I$�	t�@@/!!/@@3,$,3�$p$0�0��&*0��&���&��
!P@���RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%�>S]�8T;/M7��7T</L7�=Q7,�i�<R7,�5T</L666U;/M5�<U<,�i���6i���Q=a!;�;V6-�j�;V6-�5	P=/L596Q</L5�<U6-�i�;V7,�7O;-I6��8��i;k���)I2#!"&5463#9"'.'.'3!264&#!"2>7%>�w��w�@w��w�!"�5bBBb/�/*
8(@(87)��(8=%/�'#?��w�@w��w�w����#~$EE y &�L(88e):8(%O r		

		�O�?GQaq47&67>&&'&67>&"&#6$32#"#"'654  $&6 $6&$ Co��L��.*�KPx���.*� 
iSƓi
7J?��~�pi{_Я�;��lL�������UZ=刈�����刈�����_t'<Z
�:!
	���@!
��j`Q7$k�y, R����f��k*4�������LlL��=Z=刈��������&$&546$7%7&'5>�����]���5��%��w�����������&��P�?�zrSF�!|��&0	##!"&5#5!3!3!3!32!546;2!5463���)�
)����;)��);;)��)���&&������&@@&�&��&��	�
6 $&727"'%+"'&7&54767%&4762������֬>4P���t+8?::
	�	
::AW��``���EvEEvE<�.���"�e$IE&�O�&EI&�{h.`��m���"&#"&'327>73271[
>+)@
(���]:2,C?��*%�Zx/658:@#N
�C�=�E�(�o��E=��W'c:������#!#"$&6$3 &#"32>7!����ڝ���yy��,��{��ۀ�ہW�^F!�L�C=���y�:�y��w���߂0H\R%�"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>��>0yx1��4J55J�5J44J5�Fd$��?�4J55%6�E��#42F%��$f�������LlL�q>>11�J44%&4Z%44J54R1F$Z-%45J521��Z%F1#:��ʎ 9�������LlL�����#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2�

5�5

*�*��.>.-@-R.>.-@-�<+*q�6�- -- 0�<�o,+< ��3�w�@w��w�w��

55

**�.. -- .. --G*<N�' ,-@-+*��M <*2
z��z
1�@w��w�w�����0<754&""&=#326546325##"&='26 $$ bZt�t&�sRQs��Z<t�sQ���^����a�a�>OpoO��xzRrqP6�z~{{Prr��^����a�a�����]054&"#"&5!2654632!#"&57265&<T<����H<T<������H������<T<8v*<<*������
��+;;+l���:�������=:��*;;*���
%!!"!!26#!"&5463!2��@� ]���]�@�w�@w��w�w�����]� �@��@w��w�w���	
%)3!!#335!!5!5!%#!!5!5!%#H��H{����R��H��H{���G��G{�)���q���G����R�R�q���R�R�q�����	#0@#"'632#"'632&#"7532&#"#7532#!"&5463!2L5+*5��L5+*5~�}7W|�3B}��}JC��7=}�w�@w��w�w�D�ZQ�[�1�N:_��)�i�$��)���@w��w�w��
)�	�����������6.#&#"'&547>'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?�K�cgA+![<E0y�$,<'.cI
	,#� '!;7$�=ep���	��/�/7/
D+R>,7*
2(-#=
	/~[(D?G  �|,)"#+)O��8,+�'�6	y{=@��0mI�#938OA�E`
-�
)y_/FwaH8j7=7?%����a	%%!?)L
J
9=5]~�pj

 %(��1$",I 
$@((�
+!.S		-L__$'-9L	5V��+	
	6�T+6.8-$�0��+
t�|S1��6]�&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7�rJ�@"kb2)W+,5/1		#

Z
-!��$IOXp7s�LCF9�vz NAG#/ 5|����Հ';RKR/J#=$,�9,�+$UCS7'2"1
 !�/
,

/--ST(::(�ep4AM@=I>".)x��ls��Y�|qK@
%(YQ�&N
EHv~����<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.��A�UpIUxYE.A�%%%h%����%hJ%�����D,FZxULsT�gxUJrV�D�%hJ%�����@/LefL.C�%Jh%�����C�VsNUxϠ�@.FZyUHpV�A�%h&%%���%Ji%�����C�WpIUybJ/��Uy^G,D�%Jh%�����@�UsMtU�C�%hJ%�����C-Kfy�EX[_gj��&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32�,+DCCQL�Df'
%:/d
B	4@}
�&!0$�?�����J�f�d�f-�.=���6(��:!TO�?
!I�G_�U%
����.
k*.=;�	5gN_X��	"
##
292Q41�
��*����6���nA;�|�
�BSN.	%1$����
6	$��nk�^�'7GWgw�����2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^B�B^^B�:F�j��B^8(�(`�(� ������������������`�(8���^B��B^^B@B^�"vE�j�^B(8(�`(�����������������������8(����/?O_o��������/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&�&&�@@@@@@@@�@@@@@@@@@@��@@@@@@@@@@@@@@@@@@@&��&&�&��@@��@@��@@��@@��@@@@@@@@@@���@@@@@@@@�@@@@@@@@@@@��`'	"&5#"&5&4762!762$"&462���B\B@B\B��O�p�P����������.BB.���.BB.8$P��O広�������3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54>&X=L|<&X=M{<��TML�FTML�F�v�"?B+D�?B�J�p��H=X&<{M=X&<|dMTF�LMTF�(<kNs�I<kNs���Pvo�JPwo�/��s.=ZY�VӮv�Nk<J�sNk<I�shwPJ�ovPJ�o@��+"&7.54>2�r_-$�$-_rU���U��%��&&5%ő������'-
"'.546762����@��F�F�$�@B�@$.&�,�&.]]|�q����#<���<#(B�B��B%'-%'-'%'-"'%&'"'%.5467%467%62����@��l�l����@��l�l,���@��G�G�&!�@@�@�@@�@!&+#�+#�6�#+�$*`�:�p������:�p���x�
�p����=�`$>����>$�&@��&@�

�@&�p�@��	&.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8���Zp��?v�d���Ί�e�ns�6(���N[�����RW�u?�rt1Sr�F���|��iZ��@7�����މoy2���IM��C~[�R �yK{T:���%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!�w��w�@w��w��~u��k'JTM��wa��|
DH��������>�I1q�Fj?����w�@w��w�w�����sq�*4p9O*�¸Z^���qh LE
�������"(nz8B
M���'?"&4624&#"'.'324&#"3267##"&/632632.�ʏ����hhMA�LR vGhг~��~������K„y���O^
��ʏ�ʏ��В*�LM@!<I�~��~����������t\��0�������CM4&"2#"&'676&/632#!"&=3267%2654&#"&#"%463!2"&4632�r�qq��tR8^4.<x3=RR��w�@w���_h�
Y��Ӗ���	K>�שw�w���ȍ�de�)�qrOPq�Ȧs:03=<x!m�@w��w�E\x�g�ӕ��є��%w�w����d��Ȏ��V��
-<K\%.'.>7'.?67'67%'>&%'7%7./6D�\$>	"N,��?a0�#O���1G�����9�'/���P(1#00��
($=!F"�9|��]�"RE<�6'o��9%8J$\:��\H�iTe<?}V��#�oj��?���d,6���%N#"
Hl��S��VY�]C

=�@�C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232�^�^^���Y	�	^�^^��`p�p�p�p`�]i�bb�i]�~�^^�^�e��^^�^���PppP��PppP��]��^^�]��3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]�`p�p�p�p`�]i�b���b�i���^^�^d�Y	�	!�^^�^��]��@PppP@@PppP@�]��^��^�]� ^�^^��e��^�^^� ��3$#!#!"&5467!"&47#"&47#"&4762++�&�2
$��$
�2&��&��&�4�&��&��Z4&�&##&�&4�&4�&4���4&�m4&�m���+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g����* �o�`#�ə�0#z��#l(~���̠)���-g+����^����a�aF s"	+g�(�*
3#!|
#/IK/%*%D=)[�^����a�a����	!!!'!!77!���,���/���,�-���a��/G��	t%/;<HTbcq������%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632	#"/6327#"/6327#"/46329"&/462"&/>21"&/567632#!.547632632
	
	*


			��X		�

^

`		���

^b
	��c�
	f�u��
U`�59u���

���

4�J���
	
l�~		~�	F��	
��	�2�����

�
�	��	�m����|O�,��� ����	

���
��������

ru|	��u�
�
"�����
)9 $7 $&= $7 $&= $7 $&=  $&=46��w���`���w���w���`���w���w���`���w��b����`����VT�EvEEvE�T��VT�EvEEvE�T*VT�EvEEvE�T*EvE�EvEEvE�Ev�#^ct�#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&5&5&'67.'&'&#3274�(8(��(88(�(`�x
��c�`(8��!3;:�A0�?ݫ�Y

	^U	47D$

	7�4U3I�
|��L38wtL0�`(��(88(@(8(D��9�8(��Q1&(!;��
(g-	Up�~R�2(/{E���(Xz*Z%(�i6CmVo8�#T#!"&5463!2!&'&!"&5!3367653335!3#4.5.'##'&'35�(8(��(88(�(`�x
��c�`(8�iF������F��Zc�r�cZ�`(��(88(@(8(D��9�8(���k�k�"	��kk�J	 	!��	�k�#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3�(8(��(88(�(`�x
��c�`(8�-Kg
kL#D��C��JgjL��D���`(��(88(@(8(D��9�8(���jj�	�jjkk��kk����#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32�(8(��(88(�(`�x
��c�`(8� G]�L*COJ?0R��\wx48>�`(��(88(@(8(D��9�8(���jj��RQxk��!RY�#*2#!"&5463!2!&'&!"&5!!57"&462�(8(��(88(�(`�x
��c�`(8�������P�pp�p�`(��(88(@(8(D��9�8(����������p�pp�	�#*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"�����<(8(��(88(�(`�x
��c�`(8����k�ޑc�O"�jKKjK�������������`(��(88(@(8(D��9�8(������SmmS?M���&4&&4�#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.�(8(��(88(�(`�x
��c�`(8���������6dd�WW6&44�`(��(88(@(8(D��9�8(��.��	����G���5{��{5�]�]$59�95�#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632�(8(��(88(�(`�x
��c�`(8��4LL4��4LL4l	��		�`(��(88(@(8(D��9�8(���L4��4LL4�4L��	
Z
	�#7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'�(8(��(88(�(`�x
��c�`(8�`3��3��3��3�v
�
?
�
�`(��(88(@(8(D��9�8(���&��&-��&��&�
?


��
'���6#'.
'!67&54632".'654&#"32�eaAɢ/PRAids`WXyzO�v��д��:C;A:25@Ң>�����-05r��n������`��H(�����' gQWZc[���
-%7'	%'-'%	%"'&54762�[������3[��M���N�����
��3"��,��""3,3"o�ng�$������߆���]�g�n��$����+��)��

")")"

��x#W#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"o���G��n\�u_MK'����̨|�g?CM7MM5,QAAIQqAy��{�b]BL4PJ9+OABIRo?z��.�z��
�n�6'+s�:�������z�cIAC65D*DRRD*�wy�al@B39E*DRRD*��'/7  $&6$ 6277&47' 7'"' 6& 6'�lL������������R�R����ZB|��R�R��>����d�ZZ��������LlL�Z����R�R«����Z��&�>���«|��R� � ��! $&54$7 >54'5��������P���f���f����P�����牉�@��s��-����ff���`-����c6721>?>././76&/7>?>?>./&31#"$&��(@8!IH2hM>'

)-*
h'N'��!'Og,R"/!YQG<I *1)

(-O1D+0�n�������z�3fw���G2'3�rd1!sF0o ��.q"!%GsH8��@-!5|w|pgS=
"B2PJfh�G���d�R	�(P]ly��&$'77&7567'676'"'7&'&'7&47'6767'627''6$'67'654'7&'7'&'&'7&'5&$  $6 $&6$ j��j:,A��A��S9bb9R#:j���8AܔA,z��C�9Z04\40Z9�C��!B�;X0,l,0X;�B�*A8ܔA&#9j`b9S$#R99#&A��8A�`
������䇇�<Z<䳎������LlL�fBϬ"129�,V<4!���!88dpm��"��BV,�92[P*V*P\M�C�

�C�M\P*V*P]L�D�

�D�L&BV*�8*8!����f�!4<gmpd88!&!8*8�*VB�Z<䇇�����䇇��������LlL�����9Eis�%#"5432#"543275#&#"3254&'.547>54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&�N92<Vv;,&)q(DL+�`N11MZ
%G���&54	#	i�<$8&@��0H12F1d�w�@w��w�w��B?@�UTZ3%}rV2hD5%f-C#�C@,nO	�a7�.0�x2	yR�uR/u�%6;&�$76%$56S�@w��w�w��D��<Hlw%4#"324&#"32!".5475&5475.546322#654'3%#".535"&#"5354'33"&+32#"&54632S����;<;||w
$+�|('-GVVG-��EznA�C?H_��`Rb���]Gg>Z2&`��9UW=��N9:PO;:dhe\=R����
+)�&')-S9��9kJ�<)Um�Q��/��-Ya^"![��Y��'(<`X;_�L6#)|����tWW:;X���	#'#3#!"&5463!2)
p�*�xeשw�@w��w�w���0,\8�����@w��w�w��9��I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5�-&FD(=Gq���@C$39a��LL��²�L4

&)
@]��v�
�q#CO���!~󿵂<ZK#*Pq.���%
L��²�LL��arh({�w؜\���i&5467&6747632#".'&##".'&'.'#".5467>72765'./"#"&'&5
�}����1R<2"7MW'$	;IS7@�5sQ@@)�R#DvTA;
0x
I)�!:>�+<B76:NFcP:SC4r�l+r �E%.*a-(6%('�>)C	6.�>�
!-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(3�1)+BB+)�4'--'4��'���#!0>R	�H���MŰ9�o�u7ǖD��䣣���
R23('3�_,--,�R23('3�_,--,�����NJ
������?u�W�m%������#"'%#"'.5	%&'&7632�!�
�;�
	`��u%"��(����!]#�c�)(�	��� #"'%#"'.5%&'&76	�!�
���	�(%#�#���fP_�"�(���!�)'��+�ʼn�����4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������@����z��
�	
_hQ��н�QGB�'(&�*�eozΘ�@@`���  >. $$ ����ff���ff�����^����a�af���ff�����^����a�a��>�����"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632�,�-,�,",:!
%�]&
%@2(/�.+�*)6!	<.$.�.*�*"+8#
�
#Q3,�,+�+#-:#"</$�)

w�

���
,*

x9-.2"'
,,
���@�&,,
��Qw
,����,#"+"&5#+"&5&'&'&547676)2�%2$l$�#l#�b~B@XXyo2�$CI@5��$$�>$$�/:yu��xv)%$	��/?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`���&&�&&������ �&&�&&�&&�&&@������&�&&&���������&�&&&�&�&&&��������%2 &547%#"&632%&546 #"'6���������\~����~\h�
���~\��h\�������V�
�V�������V��V���%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT=��=TX}}�~�>SX}}XS>�~�}�w�@w��w�w���~:xx:~�}}Xx9}�}9xX}�@w��w�w���/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l�,

*"�T�.�D@Yo������oo����@5D�

[		

Z
�Z

		[	 ``��[



Z

	�2
,�l0
(T�"�.�D5@������oo��oY@D,

Z

		[	�		[		

Z
��``EZ

		[		
�5%!  $&66='&'%77'727'%am��lL�������m�f�?���5���5>�f�F�tu�ut�F������������LlL�H�Y�C�L|��|L����Y�˄(��E''E*(�/?IYiy����%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=������@�������&&������@��������������3P��
>��P3��&��&��r���r��r���&��&���r���r��r���
he

4LKM:%%:MKL4�W��T�&&��%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2�&&�&��&�&&���� ��� ��&��&&i�@����&&@&7�����'#5&?6262�%%�o����;����j|/����&jJ%�p��&j;&i&�p���/|���j�ţ���%Jk%�o��%��	:g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i���~ZYYZ~�@O��S;+[G[3YUD#o?D&G3I=J�y�TkBuhNV!WOhuAiS�y*'^C�C^'*SwwSTvvTSwwSTvv���WID\�_"[�g��q# /3qF��r2/ $r�g�%4
�HffH�J4d���#!#7!!7!#5!������VF��N����rmN�N��N����������N���!Y���+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76'6�#
<�;1�1x��#*#
�G,T9�3%�/#0v�N�Z;:8��)M:(	&���C.J}2	%0����
 	^*
J�F	
&�7'X"2L�DM"	+��6�
M2+'BQfXV#+]
#���'
L/(e�B�9
�#,8!!!5!!5!5!5!5#26%!!26#!"&5!5���������������&4&���&�pP��Pp������������������@��@&&@��!&�@PppP@�*
��	9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (�}R}hL�K�
N���N
����U�d:�
�x�x�
�����8���
��
�
� ,, |2222�
MXXM

�ic,>>,�
����
�	����	�
��̺

�
��'/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2�KjKKj�KjKKj��KjKKjKKjKKj��KjKKj��KjKKjKKjKKj��KjKKjKLhLLhL��KjKKj�&�&&&KjKKj�L4��4LL4�4L5jKKjKKjKKjK�jKKjK��jKKjK�jKKjK�jKKjK��jKKjK�jKKjK���4LL4��4LL�jKKjK�&&�&&��jKKjK�4LL44LL	��'E!#"+"&7>76;7676767>'#'"#!"&7>3!2�W�",&7'�	#$	&��g�pf5O�.P�q�ZZdS���-V"0kqzTx�D!��!8�p�8%'i_�F?;�k��R(`��
!�&)�'�
(2!&6367!	&63!2�!
`�B��1LO�(���+#�=)�heC��Qg#s`���f�4#����6�������q�'���X�|0-�g��	�>IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!2��4��:@��7�vH��%�h��EP{��0&<'VFJo���1,1.F6��A��#���L4�4LL44L"%�	
 
7x'6
O\�JYFw���~�v^fH$ !�"xdjD"!�6��`J�4LL44LL��	�+3@GXcgqz�����-<JX{�&#"327&76'32>54.#"35#3;5#'#3537+5;3'23764/"+353$4632#"$2#462#"6462""'"&5&5474761256321##%354&'"&#"5#35432354323=#&#"32?4/&54327&#"#"'326'#"=35#5##3327"327'#"'354&3"5#354327&327''"&46327&#"3=#&#"32?"5#354327&3=#&"32?"#3274?67654'&'4/"&#!"&5463!2_��g��QQ��h���^_�~\[[\]�_^���h��QQ��g�e��<F�$�$$��� !!�&&�/!/

!!�

00/e&'!"e$�
		'!!�''�
	8''NgL4�4LL44L�UQ��gh��QUk=<Sc���cc,-{k���jUQ��hg��Q��



�9

,&W &$U�K$$KK$$KDC(>("
!
=))=2�( '! '�L#(>(
&�DC(>(z�L#�DzG)<)�4LL44LL��	�
BWbjq}��+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32!264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$�@?�SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*�A�������!&��j�jj��GZYG�иwssw��PiL>8aA	!M7�7MM7�7M�3!�
4erJ]��&3YM�(,
,%7(#)
,(@=)M%A20C&Me�e��(X���0&Ėjj�jV��	8Z8J9���N/4���$�8NN8�8NN��	�#&:O[���	$?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF���=c�(TS)!*RQ+��*RQ+�Y,�B^9^��Ft`njUM�')	~PS�PR�m���٘���M7�7Mo7�q

@)U	8�"����E(�1��++��NM7�7Mx3�7��8�D�62��W74�;�9�<�-A"EA�0:��AF@�1:�ؗ����B�f~~""12"4(�w$#11#�@}}!%+%5(�v$:O�\z��K��?*$\amcrVl��OO176Nn�<!E(=�<&l/������<<������
[ZZYY�89176���7OO7�==..//cV==::z,,,,aa,,��7OO7�Z::��;;Y
fcW�(		"6-!c�(		!5	#
b�t88176����tV:
&$'*9	%e#:
%'*9B����<<��;
&(�����	�#:Sn�����#"&54632%#76;2#"&54632%4&+";2?>23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!2�3%#2%%,, _3$$2%%��M>�ALVb5)LDHeE:<
E�Mj,K'-R
M�~M>�ARVb5)LEHeE:<
E�
JAB�I*'!($rL4�4LL44Lv%1 %3!x*k�$2 %3!�;5�h
n
a�
!(lI;F	
	
��	r�p
p8;5�h

t
a�
!(lI;F��`	#k�4LL44LL
��	�
2HW[lt��#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9�n23��BD$ &:BCRM.0AC'0RH`Q03'`�.>,&I / *�
 /

��8/��n-(G@5��$ S3=�,.B..B�02^`o?7je;9G+��L4�4LL44LyE%#	�Vb�;A
!p &'F:Aq)%)#o�rg�T$v2�� 8�)2����z948/�{�8A�B..B/��q?@�r�<7(g/��4LL44LL��?#!"&'24#"&54"&/&6?&5>547&54626=�L4�@�ԕ;U g3
��
T
�2RX='�8P8|�5�
����4Lj��j� U;Ig@
	��
`
� "*\���(88(�]k
��&N4#"&54"3	.#"#!"&'7!&7&/&6?&5>547&54626;U gI��m*��]�Z0�L4�@�ԕ���=o=CT
��
T
�2RX='�8P8|�5�
� U;Ig��Xu?bl3���@4Lj��j��a���`
	��
`
� "*\���(88(�]k����/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���0
��
o`^B��B^`5FN(@(NF5���@��@��@�u		�@�LSyuS�@�%44%����,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9���"SgR8v�H����D�	w
����ff���ff�����^����a�a�m2N+��	)H-mF+1����0*F		+f���ff�����^����a�a�����b4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 �k^?zb=ka`�U4J{�K_/4�^����W�&	vx :XB0���܂�ff���)
f������zz��X��lz=l�apz��o�b35!2BX���
�G@8��'	'=vN$\f���f�	1
	SZz�8�z�X�#("/+'547'&4?6276	'D�^�h

�

i��%5�@�%[i

�

h�]��@������]�h

�

i��%�@�5%[i

�

h�^�@@������)2#"&5476#".5327>OFi-���ay~�\~;��'�S���{�s:D8>)AJfh]F?X��{[��TC6��LlG��]��v2'"%B];$�-o��%!2>7>3232>7>322>7>32".'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52�-P&+#($P.-P$'#+&PZP&+#"+&P-($P-.P$(#+$P.-P$'#+&P-.P$+#pP@@Pp�H85K"&ZH85K"&ZH85K"&Z����@��Pp��@��@��@pMSK5, :&�LMSK5, :&�LMSK5, :&����!!3	!	�����@�����@@�����	#"$$3!!2"j������aѻxl���a����lx�a�a����j������!!3/"/'62'&63!2��'y��

�`�I

��y�����My��

�`�I

��y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#"

4$%Eӕ;iNL291 ;XxR`�f՝�Q8T������W��iW�gW:;*:`�Qs&?RWXJ8�oNU0�J1F@#)
[�%6_PO�QiX(o�`��_?5�"$���iʗ\&>bd�s�6�aP*< -;iFn�*-c1B���Wg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2��#$(	1$6]'
!E3P|ad(2S;aF9'EO�Se�j]�m�]<*rYs��hpt.#)$78L*k�h�w�@w��w�w��B

%
$/$G6
sP`X):F�/�fwH1p�dl�qnmPH�ui�kw_:[9D'��@w��w�w��34."2>$4.#!!2>#!".>3!2�Q��н�QQ��н�QQ��h�~w��w�h���f����ff����н�QQ��н�QQ��н�QZ����ZQ�����ff���ff�#>3!2#!".2>4."f����ff�����н�QQ��н�QQ���ff���ff��Q��н�QQ��н�	,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632���(#�AH����s���9q � ci��<=�
#�]�<������OFA��!�������re��&&��U�&&![e��F �������U?���g�����4_���������a�?b�+��r7�&4&��&4&�p,�+K4&"2$4&"2.#!"3!264&#!"3!2#"&=!"&=#47>$ �KjKKjKKjKKjH#�j#H&&&������KjK�KjK�g	�V�	ijKKjKKjKKjK���..n((�[���5KK5��5KK5�[po�Nv<<vN�:f���.R#!"&463!24'!"&5463!&$#"!2#!32>+#"'#"&546;&546$3232�2$�B$22$�$�*$22$�X�ڭ��ӯ�$22$�tX'���hs2$���ϧ��kc�$22$���1���c�$2�F33F3VVT2#$2����ԱVT2#$2��g���#2UU���݃
�2$#2UU�1݃���2��,u�54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&�ru�&9��%"*#�͟ <yK0Og�" 
&9B3�;��㛘8��s%+DWXRD= @Y%�	!Q6R�!4M8�+6rU^z=)�RN��.)C>O%GR�=O&^���op������C8�pP*�b�Y
_�#��$��N Pb@6��)?����+0L15"4$.�Es
�5I�Q"!@h"�Y7e|J>z�iPe��n�eHbIl�F>^]@����n*9
���6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>!���������
�=39?
6'_����������
�>29?
5'17m-V����U--,�bW.�������뮠@Fyu0HC$������뮠@Fyu0HC$L���=??
<����=! A	<��`�;+"&54&#!+"&5463!2#!"&546;2!26546;2���p���Ї����0�p�����p���@��I�������pp���>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2���A5�DD�5A7^6a7MB5��5B7?�5B~�`��`��`0`��rr��5A44A5�����v�5AA5�f�*A���`��`0`�����	!!!!	#!"&5463!2��ړ�7���H��7j�v�@v��v�v��'���:��@v��v�v���MUahmrx���������������#"'!"'!#"&547.547.54674&547&54632!62!632!#!627'!%!"67'#77!63!!7357/7'%#	%'3/&=&'	5#?&5476��!�p4�q"���"�"�6�"� ��'������h*�[���
��|�*��,�@���?wA�UM�pV���@�˝�����)��Ϳw����7(�{��*U%���K6������=0�(���M���		��"!O		dX$k
!!��!
����b��	
���[�����TDOi
��@��6��b��xBA�ݽ�5
�
�ɝ:����J���+���3����,��p
x�1���������Fi
(��R��
463!#!"&5%'4&#!"3���`����а@.�.@A-X��f�B����$��.BB.�.C��}
)&54$32&'%&&'67���"w�`�Rd]G�{��o]>p6��sc(��@wg����mJ�PAjy���YW�a͊AZq���{HZ�:�<dv\gx�>��2AT�Kn������+;"'&#"&#"+6!263 2&#"&#">3267&#">326e��~�└�Ȁ|��隚���Ν|����ū|iy�Zʬ��7Ӕ�ް�r|�uѥ��x�9[��[9�jj��9A�N��N�+,#ll"���B�S32fk��[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32�]]��ee��ee��ee��$��~i
�qfN-*���������#����Sj������t�2"'q�C���B8!�'�>	
!%)-159=AEIMQUY]agkosw{��������!	%!	5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"����������Q%%%%%%%%%?iiihOiixiiyiixii�Arssrrssr��%s�ssrrss�Ns%%%%%%%%%%�����������'<D<'paC_78#7PO7)("I$	75!����RA��b��(���ss�ss�ss�ss�ss�"/!".""."
!."".!/^.".^.".]/".�$$$$$$$$$$$$$$$$��Os$$$$$$$$$$$$$$sO$s�ss�ss�ss�ss�ss#��������}$)	13?*
,./:
-�s�*4&"2$4&"2#!"&5463!2!5463!2_��������?-��-??-�,@�@,�-?����pq�8��,??,D,??,��,??(�Z2#".#"3267>32#".543232654&#"#"&54654&#"#"&547>326���ڞU�zrhgrx�S��Пd�U <e�����x՞����Zf��_gן:k=2;�^��9��Œ��7\x��x\7����K=5Xltֆ�W����W{e_�%N��%,%CI��%���#+W4&+54&"#";26=32"&462"&462!2#!"&54>7#"&463!2!2�&�&4&�&&�&4&���KjKKj�KjKKj� ���&&�&%��&&�&&4&�&&�&4&�&&��5jKKjKKjKKjK��%z
0&4&&3D7&4&
%&���'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4�&4&�4&4��KjKKj�KjKKj� ���&&�&%��&&�&&4&�%&&�ے&4��"jKKjKKjKKjK��%z
0&4&&3D7&4&
%&��	&	!'!	!%!!!!%"'.763!2�o���]�F������o�������oZ��Y��@:�@�!�!�g���������������f�/�/��I��62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4�ZSS6SS4SS4SS4SS4SS4SS4�ZSS4SS4SS4SS4SS4SS4S�-4�ZSS4S@������4SS4�ZSS6SS4SS4SS4SS4SS4S@�����ZSSSSSSSSSSSSSS�ZSSSSSSSSSSSSSy�ZRRR@%:=
:+������:
=���RR�ZSSSSSSSSSSSSS���������Cv!/&'&#""'&#"	32>;232>7>76#!"&54>7'3&547&547>763226323@``����`
VFaaFV


$.


.$

��y��y�	.Q5Z���E$ ,l<l, $E���R?Y*��@���@�2	!#""#!	��y��y=r�na�@@(89*>�*%>>%*�>*98(QO�!���L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"'�D��g��OOG`n%�E������LL{�@&&�N�c,sU�&&�!Fre&&�s�����s���#�/,�������<=�
#�]�g��L�o�GkP�'��r-n&4&2�-ir&�&�?���o 
��������4_�����5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462�{�����{BtxG,:`9(0b��Կ�b0(9`:,GxtB��&@&�&@&K5�5K`�����?e==e?1O6#,
#$
,#6OO��&��&&�&�5KK���������?!"'&'!2673267!'.."!&54632>321
��4��q#F�""�8'g��o#-��#,"t�Yg��>�oP$$Po�>�	��Z�e�p#����)�R��0���+I@$$@I+����+332++"&=#"&=46;.7>76$  ������@����ᅪ*��r���������@��@�����������r���'/2+"&5".4>32!"&=463  �&@��~[���՛[[��u˜~���gr�������&�`����u՛[[���՛[~~@��r������=E32++"&=#"&=46;5&547&'&6;22676;2  >�����``@``�ٱ��?E,��,=?��r�������H�����@``@�GݧH`�j��j���r������BJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@�~���``@``�� �v�X����r�������&���������@``@����+BF��`r������ks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@�~���``@``��~4e	
0
	io@& �jV	
0
	Z9�������r�������&���������@``@�G�ɞ5o
,
sp� &@k^
,
c8~~��`r�������8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#"�����@�@���'�Ϋ���'������sg��gs�����ww�@����sg��g����@����@���-ss��ʃl������9���9��������OO���r9���9��FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@�L?����CuГP	��v�Y�� &@�;"����������ޥ�5݇�����ޥ���5�`&����_��ڿg��w��BF�@&����J_	s���&��&�����?%x���������%x��JP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#"� &@�L? ���ߺu�``@``��}
�ຒ�ɞ���������ue��eu�9����ue��e�&����_��"|N�@``@��"��"|a~���l����o����9���9��r9��@�9���;C2+"&5"/".4>327'&4?627!"&=463  �&@Ռ		.	
�N~[���՛[[��u˜N�		.	
����gr�������&�`֌
	.		�O��u՛[[���՛[~N�
	.		��@��r������9A'.'&675#"&=46;5"/&4?62"/32+  ��'��֪�����\
	.		�4�		.	
\���r������|��ݧ���憛��@�\		.	
��
	.		\�@��r�����~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m��		-

���@���ݧ���憛��@&�

-		�@r������m4��

-		����ٮ*�������		-

��r������+"&5&54>2  ����@��[���՛[�r�����������dG�u՛[[���r������  ".4>2������r�[���՛[[���՛�r������5�՛[[���՛[[����$2#!37#546375&#"#3!"&5463�#22#�y��/Dz?s����!#22#�2#��#2S�88�	����2#V#2��L4>32#"&''&5467&5463232>54&#"#"'.K���g��&Rv�gD�
$*2%	+Z hP=DXZ@7^?1
۰��3O+�l��h4���`���M@8'�+c+RI2
�\�ZAhS�Q>B�>?S2Vhui/�����,R0+	ZRkm�z�+>Q2#"'.'&756763232322>4."7 #"'&546��n/9�b�LHG2E"D8_
p�dd���dxO�"2�xx��ê�_�lx�2X	
!+'5>-�pkW[C
�I
I@50�Od���dd��˥�Mhfx�����x^���ә�	�#'+/7!5!!5!4&"2!5!4&"24&"2!!!��� 8P88P�� 8P88P88P88P����������P88P8 ���P88P88P88P8� ������������+N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_����>�@`

��
�
��

`
�
� L4Dg��y� 6Fe=O���O�U�4L��>����
�
��

`
�
`

��4L�2�y5eud_C(====`L4����3V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_����>���		�	
	��	
	�		��		�	
	��	
	�		��%%S��y� 6Fe=�J�%��>����	
	�		��		�	
	��	
	�		��		�	
	��%65%S�y5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"�&���&�&@�Ԗ��V�@&&�@��&&�Ԗ�Ԗ@��&���3!!!	!5!'!53!!	#����7I�e�����eI7��CzC�l��@�����@������@�#2#!"&?.54$3264&"!@������մ���pp�p���������((��������p�pp����#+/2#!"&?.54$3264&"!264&"!@������մ���^^�^@����^^�^@���������((��������^�^^�����^�^^�����v(#"'%.54632	"'%	632U�/�@��k0�G��,�zD#[�k#�
/t�g��
F��
����Gz�����	#'#3!)
p�*�xe���0,\8�����T���#/DM�%2<GQ^lw�����
&'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&74>=.''&'&'#'#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>�&5R4&5S9
W"-J�0(/�r
V"-J�0(.�)#"6&4pOPpp�c�|o}vQ�[�60X�Q��W1V�	
#5X		N"&
.
)
D>q J:102(z/=f��*4!>S5b<U$:I o<G*	,
&"O	X5
#!

��	R N#
C
83J*��R	!(D
#%37	�;$-.�
(,��覦�6ij
�	���"���)9
E�%����!B83
	j9�6/,	:QD')yX#�63V
��b�a	,
Ue��LPA@���*	̳�`Xx*&E
V36��%	B3%	B3XA	
#!.mU"A	
#!.mUB-#2+Jii�i�m-C<I(m��8qF/*)0�S
		
I
E5&+>!%
(!$p8~5..:5I

~��T�
4~9p# !
)& ?()5F	1	
	
� d%{v*�:
 @e
s|D�1d {�:�*dAA|oYk'&��<��tu��ut�&vHC�XXTR�;w��
��71™
Z*&'
1	9?	.

$��Gv5k65P<�?8q=4�a	
SC"��1#<�/6B&!ML	�^;�6k5wF1<P�C	�;$"&462"&46232>.$.�`�aa��sa�``��Z9k����'9؋ӗa-*Gl|M�e_]`F&O������ܽ�sDD!/+�``�aa�``�a1<YK3(
 /8HQelA�Z3t_fQP<343J;T7Q�+?Kgw  $6&$  $&62+"5432+"&=.54  $;26=462;26=4& 4&#!"3!26)����߄��4R4߄��mlL�������r {jK#@#Q�a����^�����@���@���`&��&&�&�������߄��4R4�Ď������LlL�N� �@K5#:rr:#5K���^����a�a��``]��]``����&&�&&	/!3#4&#!"3!265##!"&5463!22�������@K5^B��B^^B@B^5K���� �@���5K�B^^B�B^^B�K	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	+2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@�K5��5K�B^^B�B^^B�`� �@ �{#!&'#"'&547632m*���
�0���((�'(�$0K
��*�*��% 3#!3# '!#53 5#534!#53 6!3@����@@@��pp��@@@����@@pp@��`������� �����	�+/7;A#3!5!!3#!!5!35!355#%53#5!#35#!!!!!!!!����������������������������������������������������������������������
�	#'+/3?CGW#3!5!!35!!3#!!5!#!5!3535!355#%#3%!53#5!#35#!5##5!3!5!3!5	����������������������������������������������������������������������������������������������������������������!"&5463!2!"!�`(88(@(8�`(8�}2�2R �`8(@(88(�`8HR2�2���##6?6%!!!46#!"&5463!2x���� ��8�(�`(�(88(@(8�
���� (8��(`�(8(@(88��	�'ATd+5326+5323##"' %5&465./&76%4&'5>54&'"&#!!26#!"&5463!2�
��

���i�LCly5�)*H�celzzlec0h�b,,b�eIVB9@RB�9�J_�L4�4LL44L44%��2"��4��:I;p!q4b�b3p(P`t`P(�6EC.7B�I6�4LL44LL��	�.>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zj��b�jj[���wٝ]�>o��Ӱ�ٯ�*�-���oXL4�4LL44L'�)�꽽�)�J)���]��w����L���`��ֺ��۪e���4LL44LL�;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2�
��

@
�^B��B^^B@B^���
��

��B^^B@B^`@

��
M��B^^B@B^^>��

��
�^B@B^^��5=Um	!	!!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762��������?(`��`(?��b|b��?B//B/�]�����]FrdhLhdrF�]�����]FrdhLhdrF@�@��@�(?��@@?(@9GG9@/B//B�aItB!!BtI�Ѷ�!!��ьItB!!BtI�Ѷ�!!��ь�-M32#!"&=46;7&#"&=463!2#>5!!4.'.46�ՠ��`�@`ՠ��`���M�sF�Fs�MM�sFFs�M����ojj�o��@@�jj�@@�<���!(!���!(!�-3?32#!"&=46;7&#"&=463!2+!!64.'#�ՠ��`�@`ՠ��`��	�	Dq�L�L�qD����ojj�o��@@�jj�@@B>=�C�����-3;32#!"&=46;7&#"&=463!2+!!6.'#�ՠ��`�@`ՠ��`��UVU96�g�g�6����ojj�o��@@�jj�@@β����**ɍ�-G32#!"&=46;7&#"&=463!2#>5!!&'.46�ՠ��`�@`ՠ��`���M�sF�Fs�M�k�k�����ojj�o��@@�jj�@@�<���!(!3��3!(!�9I2#!"&=4637>7.'!2#!"&=463��@b":1P4Y,++,Y4P1:"�":1P4Y,++,Y4P1:"b�@@��@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7����Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&�&
l
@0.B 2'	.B A2TA9B;h" d�
mpP��Tl��L�c�_4.H�K5�]0CB.�S�0CB.�/#��'?&&)$�$)�0CB. }(AB.�z3M�2"61�d�39�L/PpuT(If�c�_�E�`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326�\B B\B�&@5K�&@�"6LB\B B\B ��sc�i�L}Q�P<m$��3�jN2�c�B.�p.BB.���3K5+"�3,"� �.BB.��.BB.���.�G=�c�i�(+�lOh7/DVj�"�c�=���&5Jb�#"'&=.547!"&46;'.54632!2327%.54&#"327%>%&#"!"3!754?27%>54&#!26=31��?>I��j��jq,J[�j.-t�j�lV��\���$B.R1?@B.��+?2`$�v5K-%��5KK5�.olRIS+6K5�̈$B\B 94E.&�ʀ�15uE&
�Ԗ�Pj��j�dX�U�GJ7!.B
�
P2�.B
�
%2@	�7�K5(B�@KjKj�?+f�UE,�5K~!1��.>F.��F,Q5*H��$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$<vpP��Pp���Pp�w�*�Rd�ApP�]��'@�A&
3@��&H-�[(8@
2�EB^&1
=&�&81����PppP��pP w���cOg Pp��c�
4& #.& &,,:8(�%^B &�
.�&&��2t"&'&54'&5467>32>32>32#"#.#"#.#"3!27654&#"547654&#"#654&�Mye
t|]�WS�Sg�SY�\x{
70"1i�92�DU1&=	��	=&0@�c	>&/Btd4!�*"�8K4+"��@H@/'=	t�?�_K�93-�]�
UlgQ���QgsW
�]#�+�i>p&��3�0&�VZ&0B/
���%3B.�"t�o ){+C4I��(
/D0&�p0D��3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#�5K�)B4J�&@�#\8P8 @0.B J65K J6k�
cJ/4qG^�\hB�2<m$��3�iG;��     �K5����6L4+"�3p`b�)<8(=0CB.@Z7OK5`:7O��k�EW�^�tm��@Q7/DVi�##j�������������%4Ia�2#!"&5&546325462632"32654&"3267654&76;74&"#.#"2676=#"&'+53264&#!"3</�U�X�dj���jP��ԖEu�!7JG72P
�
B�%
�
B.!7�	@�A�f+?�jKjK@�B(5K,EU�H*5Q,F��.F>.��1!~K5y?��^\��Vl�j�t-.j�[J,qj��j��I7$��?1R.B�+��.B$`2?g�vEo.�5KK5��%-K��6+SIR[��&.E49 B\B$���5K�G#!+"&5!"&=463!2+"&'+"'+"'&5>;2>76;2Y
��
�
��

M	

�.�x	�-�
	N�	�


�	�
�u
��
,
u
�?

L�W���

���#	�	*:J4'&+326+"'#+"&5463!2  $6& $&6$ <!T{�BH4�	�›�&�>UbUI-����uu�,�uu�ڎ������LlL�AX!��J��m����f\�$
6u�����uu�,�K������LlL���-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]�h-%Lb`J%E5
,5R-����h
-%Lb`J%E5
,5R-���'����uu�,�uu��lL�������/hR

dMLcN����hR
dMLcN����1u�����uu�,��������LlL�@��� 	'	7	'7	�����`��`H� �����`�`H� �!`��������`H� � ���`�`�`H���`��'%		7'	7'7	' $&6$ ���X�`��(W�:,�:��X�`��(WL�������LlL�X�`(W��:�B����X�`���(X�������LlL��
��	$%/9ES[�#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$32�7&'77'&7�7N77N�'q�qq�q�qPOrq��E�st�����ts��st���}�||�}�������uԙ[W��Q���~,>	n������P/RU P酛���n	>,m�����'77'&77N77N6^Orq�qq�qq�q�t��棣棣�(~|��|on[��usј^�~���33������pc8{y%cq����33dqpf��	L 54 "2654"'&'"/&477&'.67>326?><����
x
�������,

(-'s�IVC��VH�r'-(

$0@!BHp9[�%&!@0$u
��
������]\��\]��-$)!IH��V
D��
VHI!)$-#3���6>N"&462."&/.2?2?64/67>&  #!"&5463!2�]�]]�3
$;
&|�v;$
(CS�3�1	=�rM=	�4�TC(G���z�w�@w��w�w���]]�]��($-;,54�0=	�sL	=�45,;�����@w��w�w������(2#"$&546327654&#"	&#"AZ�������\@�/#�%E1/#����#.1E$�!�[A�����懇�@�@\��!�#21E!��6!E13"�|!��	gL&5&'.#4&5!67&'&'5676&'6452>3.'5����A5R��V[t,G'Q4}-��&�<C!l n?D_@Փ>r!�
��G;��>��!g�1�����2sV&2:#;��d=�*'�5E2/..F�D֕71$1>2�F!���&12,��@K�
r��#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ �!&"2&^	u��_��x��^�h
;J݃HJǭ
q�E
Dm!
M�
G?̯'%o�8
9U�������(F(�ߎ������LlL��&!&!SEm|�[��n{�[<ɪ
"p� C
Di%
(K�HCέp�C
B
m8	
@Kނ
H�F(���������������LlL���"*6%&6$	7&$5%%6'$2"&4}���x����3��n��QH������:dΏ���Xe�8�����z��'	������l�i���=!��7�����S�o�?v�������M '&7>>7'7>''>76.'6'���El:F�gr
*�t6�K3UZ8�3P)3^I%=9	)<�}J���k+C-Wd��	&U���-��TE+]��Qr-�<Q#0
�C+M8	3':$
_Q=+If5[ˮ&&SG�ZoM�k���ܬc�#7&#"327#"'&$&546$;#"'654'632ե›��fKYYKf�¥y�ͩ���䆎�L��1���hv�v��ƚw�wk��n�]��*��]�nlx��D��L�w�����~?T8b��b9SA}����+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"��۔c�2�8�Ψ����-\���?���@hU0KeFjTl�y�E3��aVs�z�.b��؏��W80��]T��Sts�<�h�O��_u7bBt���SbF/�o��|V]SHކ�J�������34&#!"3!26#!!2#!"&=463!5!"&5463!2
��

@
�^B� `��`� B^^B@B^ �

�@
�@B^�@@�^B�B^^����>3!"&546)2+6'.'.67>76%&��F8$.39_��0DD�40DD0���+*M7{L *="#
U<-M93#�D�@U8v�k�_Y	�[�hD00DD0��0D�ce-JF1BD����N&)@
/1 d��y%F��#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yq������oq>*432fb������a
$�B?
	>B
BB
AA�.-QP���PR+	42
%<ci���ђ:6&h�HGhkG@n�`��I���Ȍ5
!m��(|.mzy�PQ-.	
	je����	
�����q>@@?pp�gVZE|fb6887a
%RB?
=B
ABBAJvniQP\\PRh!cDS�`gΒ��23�geFGPHX�cCI��_ƍ��5"	
�n�*T.\PQip�
[*81
/
9@:��>t�%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676=
>���vwd"

�l����"3	/!,+	j2.|��%&
�(N&w���h>8X}x�c2"W<4<��,Z~�fd�aA�`FBIT;hmA<7QC1>[u])		u1�V(�k1S)
-�	0�B2*�%M;W(0S�[T�]I)	A 5%R7<vlR12I]O"��V/,b-8�/_��#3CGk2#!"&546;546;2!546;2%;2654&+";2654&+"!32++"&=#"&=46;546;24LL4��4LL4�^B@B^�^B@B^�@@�@@�����@��@L4�4LL44L`B^^B``B^^B``�� �� ��@@��@���#3W#!"&=463!2!!%4&+";26%4&+";26%#!"&546;546;2!546;232���@�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�@@��� �� ��N�4LL44L`B^^B``B^^B`L��#'7Gk%"/"/&4?'&4?62762!!%4&+";26%4&+";26%#!"&546;546;2!546;232W.	
��
	.		��		.	
��
	.		��	� ����@@@@�L4��4LL4�^B@B^�^B@B^�4L�.		��		.	
��
	.		��		.	
��
��� �� ��N�4LL44L`B^^B``B^^B`L��(8\	"'&4?6262!!%4&+";26%4&+";26%#!"&546;546;2!546;232�

��		.	
��
	.	�`����@@@@�L4��4LL4�^B@B^�^B@B^�4L<�		 
	.		��		.	�:� �� ��N�4LL44L`B^^B``B^^B`L�2632632#!"&5463�&&&&��&&&���&���&��&&�&�#27+"&5  %264&#"26546��>&�&T�,��X�������q&&�1��X��,�LΒw�%��%;#!"&5463!546;2!2!+"&52#!"/&4?63!5!�

�(��&&@&�&(��&�&@&&��(�

�(�

�&&@&&@��&&�&�&�

�����#''%#"'&54676%6%%�������
�hh �@�` ���!�� ���!� ��
��
��
�
������
�#52#"&5476!2#"&5476!2#"'&546
� 
��
� 
���
�
�@�
�
�@�
��
�@

�
� 84&"2$4&"2$4&"2#"'&'&7>7.54$ �KjKKj�KjKKj�KjKKj��d�ne���4"%!������KjKKjKKjKKjKKjKKjK.���٫�8
!%00C'Z���'���.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ �KjKKj�KjKKj�KjKKj�h��я�W.�{+9E=�c��Q�d�FK��1A
0)����LlL��jKKjKKjKKjKKjKKjK���p�J2`[Q?l&�����٫�C58.H(Y���ee���	�

			���Y'����w��(�����O��'��R���@$#"&#"'>7676327676#"�
�����b,XHUmM�.�U_t,7A3ge
z9@xS���a�Q�BLb�(�	����V���U�����
!!!�=�����=���w)��������AU!!77'7'#'#274.#"#32!5'.>537#"76=4>5'.465!��KkkK_5 5�� �#BH1��`L

I���&�v6��SF���!Sr99rS!``� /7K%s}H���XV
��P��V	e��		V�d/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2���P���3>tSU<�)tqH+>XX|W��h,�:USt��W|XX>=X*
)���)
+�^X^�|WX=>X�:_.2������//a:Ru?�
	
Q%-W|XW>J�(	�=u��>XX|WX�`

*((*


+2		2�X>=XW|E��03>$32!>7'&'&7!6./EU����noh��i����I\�������0<{ >ORD��ƚ�~�˕V�ƻ��o�R C3��7J6I`��Tb<�^M~M8O����	�	
5!#!"&!5!!52!5463	^B�@B^���`B^�^B `��B^^"�����^B��B^��0;%'#".54>327&$#"32$	!"$&6$3 ##320�J�����U��n��L�n��ʡ���~~�&��q�@�t�K�����L��}�'`� -
-�ox����nǑUyl}��~������~�F����ڎ�LlL��t�`(88( ��	7!'	!���\W�������\���d;����tZ�`_��O��;���}54+";2%54+";2!4&"!4;234;2354;2354>3&546263232632#"&#"26354;2354;2354;2�````��p�p��`�`�`� !,! -&M<FI(2�`�`�`�����@PppP���pppppp�#  #
�
�pppp��p	�j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546���	��%. `@��` :,.',-���Xj��jX�h-,'.,: kb>PppP>bk .%Z �&�
�:k%$> $`��`6&L')59I"Tl�ԖlT"I95)'L&69Gp�pG9$ >$%k:��!+32&#!332 $&6$ ~O8��8���O�����������LlL�>pN
�����
i������LlL����	'':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)
z�{��6lP,@Kij��jOo�Ɏ���ȕ>>��[t��a)GG4?a�)
ll
>�;_-/
9GH{�z�yN@,K�ԕoN��繁������y��!
?hh>$
�D��"
>��â?$��	n"&5462'#".54>22654.'&'.54>32#"#*.5./"�~��~�s�!��m�{b6#	-SjR,l'(s�-6^]It�g))[��zxȁZ&+6,4$.X%%Dc*
&D~WL}]I0"

YYZ��vJ@N*CVTR3/A3$#/;'"/fR-,&2-"
7Zr�^N��a94Rji3.I+

&6W6>N%&60;96@7F6I3���+4&#!"3!26%4&#!"3!26 $$ ��������^����a�a`@��@����^����a�a�����'7  $ >. %"&546;2#!"&546;2#/�a����^�����(�����������������^����a�a����(������N@��@�����4&#!"3!26 $$ @��@����^����a�a`@����^����a�a�����'  $ >. 7"&5463!2#/�a����^�����(��������n@����^����a�a����(������N@���%=%#!"'&7!>3!26=!26=!2%"&54&""&546 �#��#]V�TV$KjK�KjK$��&4&�Ԗ&4&�>��9G��!�5KK5��5KK5�!��&&j��j�&&����#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"�5KK5sH.�.Hs5KK5e# )4# %�&4&&4&�&4&&4&` #4) #%�~]�e�Z�&�&�Z�e�]E-�&��&�-EKjK�j.<<.�KjK��)�#)�`"@�&&�`&&�&&�`&&�)#�`)"�d�Xo&&oX�G�,8&&8!����O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2�@�@�8��@7

8��Q�
	N�Q�
	N��
	8G@��

8GQ�
	N�Q�
	N7
	�������8��8��H��H��k��%		".>2I�������2�0�]@��]��@o�����o@@o�����o㔕����a�22���]����]�p�^���|11|�9�9�|11|�(��%7'7'	'	7T���� d���lt��l)q��n�������luul�������)1$4&"24&"2 &6 +"&5476;2 &6 LhLLh�LLhLLhL����>�
�� �&
  �&�`����>�hLLhLLhLLhL�����>����&�&�����>��G��
	.7)1!62	1!62h��e�������2�20e���2�2>�	v
+4�	[��d����+
���d� �135#5&'72!5!#"&'"'#"$547&54$ ���Eh���`X����(����cY���z�:L:�z���Yc��������\$_K`Pa}��f��iXXiޝf���a���	���(+.>#5#5!5!5!54&+'#"3!267!7!#!"&5463!2����U�`��`' ����� �����j��j�V>�(>VV>�>Vq����������������(^����(>VV>�>VV�=&'&'&'&76'&'&.' #.�h8��"$Y
''>eX5,	,Pts�K�25M�RLqS;:.K'�5�R

Ch���h�����R�t(+e�^TT���u B"$:2�~<�����2�Hp����wTT�� V�/7GWg. %&32?673327>/.'676$4&"2 $&6$   $6& $&6$ d-����-�m	
	,6*6,	
	m���KjKKj�o������oo���K����zz�8�zz�Ȏ������LlL�U4>>4-.��YG0
)�xx�)
0GYޞ.�jKKjKq���oo��oo�lz�����zz�8�0������LlL��D��/7H#"'.7'654&#"'67'.6?>%"&46227#".547|D,=),9#�7��[͑�f�x���!X: �D�$+�s)�hh�i��jZ������t�<��F/��*8C,�q؜�e���\�r,W�BX���/C2��h�hh���=�t������Xm�����>NZ+"&=46;2+"&=4>7>54&#"#"/.7632  >. $$ p��=+& �35,W48'3	l
z����ff���ff�����^����a�aP���2P: D#;$#
$*;?R
��Cf���ff�����^����a�a��'�Y	>O`"&5462&'.'.76.5632.'#&'.'&6?65��\\�[�<C��z�C
25�U#
.�ZK ��m+[$/#>(	|�	r���[A@[[@A�#2#�
����7�*
<Y���$
+}"(��
�q�87] F 	_��1)
��	�	#1Ke34&+326+"&=!#!"&763!2#!"&5463!2#>?4.'3#>?4.'3#>?4.'3��Xe`64[l�����7
��
,	L;�����=+3&98&+)>�>+3&98&+)>�=+3&88&+)>	�Wj�|r�>Q$��~���d$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY���J\m�4.'.'&#"#"'.'&47>7632327>7>54&'&#"327>"&47654'&462"'&476'&462"'&47>&'&462i$		$^"

%%

"^$		$W "@9O?1&&18?t@" W�&%%&4KK�6pp&4���6ZaaZ&4mttm�^x	-���-	x^=/U7Ck���kz'[$=�&5%54'4&K�K�4r<r4&��X��4[��[4&m����m��'/7?GOW_gow����"264$"264"264"264$"264"264$"264"264"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462�^^�^��^^�^^�^^�^��^^�^��^^�^���^^�^��^^�^^�^^�^� p�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp�`^�^^�^^�^^�^^�^^��^^�^^�^^�^^�^^�^^�^^�^^�^^�^^���pp�pp�pp�p��pp�pp�pp�p��pp�p���pp�p��pp�p���pp�p��pp�pp�pp�p��pp�pp�pp�p	��LTi{�"&4626"&462$"&462#"&4632654>7>54 "&54>2"&462%"&54&#""&546 %#"&'&'.7>#"'&'.7>�&4&&4�&4&&4SZ��&4&&4�4$#&�&&j�3$"('$������&4&[���՛[��&4&&4F&4&�]\�&4&�$��
	!D�4�%	,\�4�4&&4&�4&&4&-�Z�4&&4&;cX/)#&>B)��&4&�j9aU0'.4a7����&&u՛[[���4&&4&@&&]��]&&��Ώ0
�u4��0
)�4���#g�&'.#"32676%4/&#"326'&#"2632#2+&'%#"'&6?676676632%#"'&6767#"&'&6767#"'.7>327"#"&'&6763"'.7>;7632;>%5K$
"0%>s$
"0%>;;>%5K�VL#>H30
\�($$(�\���(�є�yO2F/{�(?0(TK.5sg$��є�y#-F/{�$70(TK.5sg$L#>H30
\�($$(�\#�(@5"'K58!'"5�8!'"55"'K#dS$K		K$Sdx#@1
w�d>N;ET0((?
-
2K|��1
w�����d#N;ET0$(?
-
2K$#dS$K		K$Sdx�DN\2654& 265462"2654 #"32654>7>54."/&47&'?62 &4&���&4&���h�՛[&4&r$'("$3�j&&��&#$4[����"�@��GB�[�
"�&&��Β&&]���[��u&&����7a4.'0Ua9j�&4&�)B>&#)/Xc;u՛����"�"
�G�i[����Xh#"&54676324&'&#"'>54#"32#"54>54'.#"32>7>767632326#!"&5463!2b
)
:4FD�N

[�1�,^�J��K-*E#9gWR�Yvm0O	��w�@w��w�w��C2�2c@X�&!�9{M�A���_��"S4b// DR"Xlj�PY<	�@w��w�w��%���e4.#"32>7676#'.#"#"&54>3232>754&*#"&54>763 >32�
''il$E/
@�P@��
^��`��'W6&�!.. ! -P5+


�E{�n46vLe�Vz�:���,SN/
M5M[��
	]$�[��^��5�iC'2H&!(?]v`*	��l�	��b��$9>
���=R�2
#"&5467%!"&7>3-.7>;%.7>322326/.76/.'&6766/&/&#"&676	&676&6766/&672? �=1�(H/ ��	'96&�@)9<'���)29%
�&06#���#��$� J� �07j)�5@�"*3%�"!M
��%#K�"%N�e8)'8_�(9�.<�c +8 8(%6 <)'4@@)#-<^
?%$-`%.
}Q!&�}%&N�-l���IJ�;6>/�=*�%8!Q ���#P"�\Q#N&�a��)<9�bR]mp%"'.'&54>76%&54763263 #"/7#"'#"&/%$%322654&#"%'OV�9
�nt
|\d
ϓ[��nt
|@�D:)��	
;9�8'+|�j�," �41����CH^�nVz(�~R	�9�\'	�r�

@����L��@�
	@�w4�6�HI(+�C
,��55,��
f[op@�\j�;(zV~����i/5O#"'&54>32&#" 654'67'"'>54''&'"'6767&546767>7���蒓��`V BM���R� B9)̟�!SH-77I�Xm�SM�H*�k#".o;^J q�ן���ד��>@�����YM
$bK���d ��ү[E"����;���Kx%^�6;%T,U:i�m=Mk���).DT4'"&5463267&#" 6;64'.'4'>732676%#!"&5463!2),�蛜s5-<A���4ϲ
2W9
�&P:\�3)SEPJ��D4:3NI�w�@w��w�w��NE	2@u��us�+,�����/?x�sa�tmP�'�)fHVEA(%dA4w&4J5*�@w��w�w�����O[4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76 $$ �Cf'/'%($�U�L
(
#'/'@��3#@,G)+H+@#3
����^����a�a�X@_O#NW�#O_�.*	##(��^����a�a����q�[632632#"&#"#".'&#"#".'&54767>7654.54632327&547>P��9	B6?K?%�O4�T% >6>Z64Y=6>%S�4N�$?L?4B	@���{:y/�$ ,'R�!F!8%
#)(()#%:!F �Q'+%�0z:�z���O_4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76#!"&5463!2Cf'.'%($�V�M
)
#'.'@��
3
#A,G)+H+A#
4
��w�@w��w�w��XA?4N$NW�&M&L�/*
##	+�@w��w�w����	O$>?>762'&#"./454327327>7>	EpB5
3FAP/h����\�/NG�S�L�	� ���R�P*��m�95F84f&3Ga4B|wB.\FI*/�.?&,��5~K %
&��Y."7n<	"-I.�M`{�ARwJ!�FX^dj''''"'7&'7&'7&'7&547'67'67'67'63277774$#"32$			*��'ֱ,?�g=OO&L&NJBg�;1��'����'ֱ.=�gCIM
$'&&NJBg�=.��%�����w؝\\��w�
�I�o�o��<�<���-NIDg�=/��%����(ײ+A�hEHO*"#*OICh�=/��'����(ֲ/=�h>ON.��]��xwڝ]��������7��e��[���@�����)6!!"3#"&546%3567654'3!67!4&'7S��gn�y]K-�����#75LSl>�9���V��%�cPe}&H�n��_�HȌ����=UoLQ1!��4564���7U�C"�
�!-9[nx��"&46254&"326754&"326754&"26754&"26#".547632632626326'4#"#"54732764&"264.#"327632>#"'"'#"'#"&5#"'67&'327&'&54>3267>7>7>32632632T"8""8�)<())�(<)))�)<))<)�)<))<)T�د{ՐRh�x=8 78 n 81
p��H_6�S��oc
�F@b@?d?uK�bM�70[f5Y$35KUC<:��[;+8 n 87 8/8Zlv]64qE 'YK�0-AlB;
W��#;WS9
&�(#-7Z�://:/�Tr++r,,r++r,,r++r,,r++r,,ʠ�g��xXV�ע��e9222222^�K�Vv���F0�2OO23OO��`�lF;�mhj84D�ro��B@�r+@222222C0DP`.�r8h9��~T4.&o�@9��1P���%14'!3#"&46327&#"326%35#5##33 $$ ����}Pc��c]<hl���ࠥ�Ymmnnnn���^����a�aw!�LY�Ə;ed����wnnnnnv�^����a�a��%�'#"$#"#.5462632327>321��I��U�Π?L���L?��cc�4MX�&��04;0��XpD[��[DpD,)&&�Q	9V\�26&".'&'&6?.#"#26327677>'32>&3#'&+"?626&"#!'.'!"&5463!>;26;2!2�P  P 	
92#.}S�P9:�:%L\B�� )spN/9oJ5 
!+D�`]�Bg�Y9�+�,�9%
Pk4P  P &�NnF!_7*}B<�{o0��&&�B;*<@$ucRRc�#@16#37c&�@@@
J"@*4�^`E�D�B�����o/8927
*@O�LC�!T!32�3X$�BJ@@@��&AS
0C59"'D/&�&D488$5A&�%O#!"&547>7>2$7>/.".'&'&2>^B�@B^>FFz�n_0P:P2\n�zFF>��R&�p^1P:P1^��&R
P2NMJMQ0Rr�.B^^B�	7:5]yPH!%%"FPy]5:7	���=4�QH!%%!H�t4=�<"-/ ?�1Pp+".'.'.?>;2>7$76&'&%.+"3!26#!"&54767>;2�'
+�~'*OJ%%JN,&x�'%^�M,EE,M7�ZE[��P*FF*P��:5
�
�^B�@B^){�$.MK%%KM.$+��X)o3"�a  22!]�4	I�>"">�,�&�S8J�B##B��12�`
��`B^^B�8&ra#11#$��R&��"&.2v%/%''%/%7%7'%7'/#&5'&&?&'&?&'&7%27674?6J�"�����0�<=���_gNU�?D��f���u�Y����G�b���7=^H^�`	�=v~yT������3����G���D��P�O	4F��ѭ����q������i_w\ހ�!1u�S���%V_-d�
���1=U{J8n~�r����'U4.#".'"3!264&"26+#!"&5463!232+32+32�0P373/./373P0T=@=T��֙�֙|`^B�@B^^B�B^`````*9deG-!

!-Ged9Iaa�l��lk���O��B^^B�B^^B�������	+Yi"&54622#!"&54>;2>+32+32+#!"&5463!2324&#!"3!26�֙�֙0.I/ OB��BO	-Q52-)&)-2�
``

``

`^B�@B^^B�B^`
�
�@

�
|k��kl����"=IYL)CggC0[jM4				
�
�
�
�
�B^^B�B^^B�
�@�

�@
���!1AQu4.#".'"3!24&"254&#!"3!2654&#!"3!2654&#!"3!26#!54&+"!54&+"!"&5463!2)P90,***,09P)J66S�����"��@��8��@^B��@�@��B^^B�B^U�kc9		9ck�U?�������@@88@@N�@B^````^B�B^^���!1AQu�#!"&4>32>72"&462#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!546;2!546;2!26#!"&5463!2J6�6J)P90,***,09P)������"��@��8��@�
�@

`@@`
�^B�@B^^B�B^ՀUU�kc9		9c�������`@@�88�@@�2�

�@
````�@B^^B�B^^�(%.'"&' $&  #"$&6$ ��wC�ιCw�jJ~J�����>��������LlL�ś�JSSJ͛����>����6������LlL���$,  $&6654&$ 3 72&&  �lL������m�z�����z�B�l������>�������KlL�G���zz���G���>�����'7#!"&54>7&54>2  62654' '3�/U]B,ȍ����,B]U/OQ��н�Q������>�+X}��������}X�0b�Ӄ��ۚ�Ӆb0}�h��QQ��h�����>��f����f��#=#!"&4>3272"&462!3!26#!"&5463!;26=!2J6�6J)Q8P�P8Q)��������
�
�^B�@B^^B`�`B^V�VV�ld9KK9d��������`��
�@B^^B�B^``^���+;K[eu4.#"'"3!264&"254&#!"3!2654&#!"3!26%54&+";2654&#!"3!26!54&#!"!#!"&5463!2�"D/@�@/D"?,�,?�p�pp�p�@�����@����@����@�^B�@B^^B�B^D6]W2@@2W]67MM��pp�p��@@@@@@@@n`�@B^^B�B^^���+;K[eu#!"&54>3272"&462#!"&=463!2%#!"&=463!2+"&=46;25#!"&=463!2!3!26#!"&5463!2�?,�V,?"D/@�@/D"�p�pp�p�@�����@����@���
�
�^B�@B^^B�B^D7MM76]W2@@2W]֠pp�p��@@�@@@@�@@��`��
�@B^^B�B^^��A#"327.#"'63263#".'#"$&546$32326�������J9"65I).!1i���CC�u
+I�\Gw\B!al���݇���y�ǙV��/]:=B�>9�����+<F+a[le���Pn[A&JR7t�)��+�tH�������kFIK�e	� .��#"'&'>32%#!"&5463!2#"&54>54'&#"#"54654'.#"#"'.54>54'&'&543232654&432#"&54>764&'&'.54632� ?c��'p& ?b1w{2V	?#��&#9&�CY'&.&#+B

: &65&*2w�1GF1)2<)<'

(
BH=ӊ:NT :O	�)4:i F~b`e!}�U3i?fR����UX|'&'&I�c&Q
	*2U.L6*/
L:90%>..>%b>++�z7ymlw45)0	33J@0!!TFL����� P]=GS�-��kwm	!����*�(%6&692? $&6$ ��	' ����al�@l�������LlL���,&��EC
���h�$�������LlL���
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&5467534&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��d<M�-PppP�-�M����������Dž����9���������	+/37%"&54624&'4&" 67 54746 #5#5#5�p�pp�p�D<p�p<D�
����������
���������PppPOqqOM�-PppP�-�M����������Dž����9����������&.6>FNV^fnv~����"/&4?.7&#"!4>3267622"&4"&46262"&42"&4462"$2"&42"&4"&46262"&4"&46262"&42"&4$2"&42"&42"&4�

��

R

,H8Jfj��Q��hj�G^�R,

!4&&4&Z4&&4&�4&&4&��4&&4&&4&&44&&4&��4&&4&Z4&&4&�4&&4&��4&&4&�4&&4&��4&&4&&4&&4&Z4&&4&Z4&&4&

��

R

,[�cG�j�h��QRJ'A,

��&4&&4Z&4&&4Z&4&&4Z&4&&444&&4&�&4&&4Z&4&&4Z&4&&4Z&4&&4�&4&&4Z&4&&4Z&4&&4&&4&&4Z&4&&4Z&4&&4�%-5=EM}���������+"&=#!"'+"&=&="&4626"&462&"&462"&462&"&462&"&462#!"&=46;4632676/&?.7&#"!2"&462&"&462&"&462"&462&"&462&"&462"&462&"&462"&462��@?A�A?
@
�@R.�..R�@`�jlL.h)*��*$	%35K���..�..�.����u�vn�u���....��@@�j�N *��*.t2#K5���..R..R.��
@Hq '&'&54 &7676767654$'.766$76"&462&'&'&7>54.'.7>76�����������ȵ|�_ğ��yv���/ۃ�⃺����k]
:Bu�q��
CA
_k�ނ���XVo�bZZb�nW��|V	0 	Q2��-�
l��}���O		/	:�1���z	
q��%������z�G
4(

6�Ro�aą\�<

)4	J�}�������%!!#!"&5463!2�^B�@B^^B�B^�`�@B^^B�B^^���%#!"&=463!2^B�@B^^B�B^�B^^B�B^^�&))!32#!#!"&5463!463!2��`B^^B��^B�@B^^B`^B�B^�^B�@B^��B^^B�B^`B^^���#3%764/764/&"'&"2?2#!"&5463!2��

��

�

��

�

��

�

��
s^B�@B^^B�B^ג

��

�

��

�

��

�

��
�@B^^B�B^^���#'7"/"/&4?'&4?62762!!%#!"&5463!2�

��

�

��

�

��

�

��
�
�^B�@B^^B�B^��

��

�

��

�

��

�

��
��`�@B^^B�B^^�	! $&6$ .2�r��`�������LlL�f4��������LlL���#.C��&>"'&4762"/&4?62'"'&4762%'.>6.'.>6'>/>76&'&.'&7&'">?4'.677>7.>37654'&'67>776 $&6$ (4�Z�##
&##
&y�"�6&.JM@&� "(XE*$+8
jT<l$3-V<
2'.


-1
%#e"!Z�
+*)H	 8
(j

	#*
-ƷVv/kh?'��������MlM�$($�R#

&
"
#'#vZ@+&MbV$
�
G7
--)

R2T�
313dJ6@8lr2_�5m/."�G:=	)%5f0gt*2)?;CB66&, �	`48]USy������LlL���G6?>?3#'.'&!3!2>?3.'#!57>7'./5!27#'.#!"g�%%D-!gg<6W��WZe#1=/2*]Y3��-,����C1/Dx���] VF��I�q-H�����D2��NK'>*�%�R=f
07���=.
fD�]\|yu���,0>Seu#2#"'&5<>323#3#&'#334'."#"+236'&54.#"5#37326#!"&5463!2�		<	��zz�j��k-L+� )[$�8=".un/2 �^B�@B^^B�B^�5cy	
�
��(�ݔI�(8��?C�(3�>�� #"��($=�@B^^B�B^^0�K�S�&'.'&'./674&$#">&>?>'76'# "&#./.'7676767>76$w
.~ku�BR�]� T%z+",�|�ޟ���j<���)(!(	~ˣzF8"{���%%#5����)��}''�x��JF��0"H[$%��EJ#%
.Gk29(B13"?�@S)�5" �#9����dm�W"��;L�65R�A0@T.���$�}i`:f3A%%
BM<$q�:)BD	aa%`�]A&c|	�M��s!
Z
2}i[F&���**
< ��ʣsc"J<&Ns�F%���0@Wm6&'.6$.7>7$76".4>2.,&>6'"'&7>=GV:�e#:$?+%

q4����g
&3h�T`Zt�Q��м�QQ��м�pA������P1L������K!:<��}҈`d��l��b�,�9'


%%($!
���a3���)W)x
�������
о�QQ��о�QQ���cQ����ǡ-�җe)U�s2����XD\���ϼ�Yd����/?O_o���#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543%#!"&5463!2++532325++532325++532325++532325++53232�p00pp00pp00pp00pp00�8(��(88(@(80pp00pp00pp00pp00pp0� � � � � ��@(88(�(88� �� �� �� �� �/�Q�/&'%&/"&=.6?&?&'&6?'.>-#".6?'.>'&6'.>54627>%>76#"'%
%6��

2�7
2G
f���!)p&4&p)!��f
G2
7�2

��	*6���	"��
4�7
2G
f�!)p&4&p)!�f
G2
7�2

��"	���6*	�!k
3

j�&3
%,����*��&&ր*�9���%
3&�j

3
k!./!>��>$,*!k
3.j�&3
%�Ԝ9�*��&&ր*�ǜ,%
3&�j

3
k!*,$>��>!/.�&6.'&$	&76$76$�P��utۥiP��u��G��xy
��Զ�[xy
�-���_v١eN��uv١e	��=��u�ʦ�����[t7��8�X�
&6##'7-'%'&$  $6 $&6$ ��3��1�N��E0�����g��R�=|�����||�">"��������LlL����^��v!1f2i��Ђwg�fZQ�Q^>"�||�����||�w������LlL��&�Z�Xblw��������.'&>'&'&".'.'&&'&'&7>767>67>7626&'&>&'&>'.7>.676'&'&'&'.67.>7>6&'&676&'&676.676&'&>&'&676'.>6/4-LJg-$	6)j2%+QF)�b3FSP21DK2�AW")")�$??8A&A�E5lZm��=g�G2Sw*&>$5jD ���GH�yX/4F �r	1
	1�"�"!�l=6>��	6
,5./��'e



.*�|�Ed!
u&�&%&��	&��5d	
���))66@�C&8B@q��L?P^7	G-hI[q��:<�rS	U~97A_�IR`gp1	1	�;"("j?>"�T�6
,6 
&/`���LwQ'�	
��A	^	�	�	"�		$&	_	��	y		�	*�	<Copyright Dave Gandy 2016. All rights reserved.Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFontAwesomeRegularRegularFONTLAB:OTFEXPORTFONTLAB:OTFEXPORTFontAwesomeFontAwesomeVersion 4.7.0 2016Version 4.7.0 2016FontAwesomeFontAwesomePlease refer to the Copyright section for the font trademark attribution notices.Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeFort AwesomeDave GandyDave Gandyhttp://fontawesome.iohttp://fontawesome.iohttp://fontawesome.io/license/http://fontawesome.io/license/����������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab�
cdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������"	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS�TUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������glassmusicsearchenvelopeheartstar
star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflag
headphones
volume_offvolume_down	volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_height
text_width
align_leftalign_centeralign_right
align_justifylistindent_leftindent_rightfacetime_videopicturepencil
map_markeradjusttinteditsharecheckmove
step_backward
fast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_left
chevron_right	plus_sign
minus_signremove_signok_sign
question_sign	info_sign
screenshot
remove_circle	ok_circle
ban_circle
arrow_leftarrow_rightarrow_up
arrow_down	share_altresize_fullresize_smallexclamation_signgiftleaffireeye_open	eye_closewarning_signplanecalendarrandomcommentmagnet
chevron_upchevron_downretweet
shopping_cartfolder_closefolder_openresize_verticalresize_horizontal	bar_charttwitter_sign
facebook_signcamera_retrokeycogscomments
thumbs_up_altthumbs_down_alt	star_halfheart_emptysignout
linkedin_signpushpin
external_linksignintrophygithub_sign
upload_altlemonphonecheck_emptybookmark_empty
phone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificate
hand_right	hand_lefthand_up	hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter	briefcase
fullscreengrouplinkcloudbeakercutcopy
paper_clipsave
sign_blankreorderulol
strikethrough	underlinetablemagictruck	pinterestpinterest_signgoogle_plus_signgoogle_plusmoney
caret_downcaret_up
caret_leftcaret_rightcolumnssort	sort_downsort_upenvelope_altlinkedinundolegal	dashboardcomment_altcomments_altboltsitemapumbrellapaste
light_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefood
file_text_altbuildinghospital	ambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down
angle_leftangle_rightangle_up
angle_downdesktoplaptoptabletmobile_phonecircle_blank
quote_leftquote_rightspinnercirclereply
github_altfolder_close_altfolder_open_alt
expand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode	reply_allstar_half_emptylocation_arrowcrop	code_forkunlink_279exclamationsuperscript	subscript_283puzzle_piece
microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor
unlock_altbullseyeellipsis_horizontalellipsis_vertical_303	play_signticketminus_sign_altcheck_minuslevel_up
level_down
check_sign	edit_sign_312
share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfile	file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt
sort_by_ordersort_by_order_alt_334_335youtube_signyoutubexing	xing_signyoutube_playdropbox
stackexchange	instagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_down
long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype
foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380
plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EE����=���O<0�1h�PK�
�[�w���:assets/library/font-awesome/fonts/fa-v4compatibility.woff2nu�[���wOF2�
$��8$ `��ʺ�P� �AU����p�~?����3	3��6�6B˴�*4�:O���<k}ϷoM�bΪ|�W�<]�"�����e}�K�V����(%
!7q���*p���nV�Y�
��9�B\�������05���ܙ�P��^A$e��-'8��t�蚌0툅�r��$)1�&��c��˶A�m������7��
������4��/�QN���	U��v;��r� 'BS~P��T�#�(�5w]Ɵ�x*^'���`^
@�(]�:G]p�i����Cx$a^;�|�����ʘV�u���H�c����%}HӸ�y��@2�$��1+ca��l)��%��ա�&lB�09<jx���c����Ý��~x���O�?�v�׽�^���w�ީ{��]�w���{�z���C����	�k��¨n�<�����{���2�_�o�O�'��a���S���R�%W�aI.�)~.~,~(�!�$�(� �/����|���Q%�Q�}̡c�Z0���~������&�꒎BV�)ӱ$�&	S���s���Z_ܿ��G_]�ɋ1�\�������ۧno�n������0n���O�PI��#ґ���@�y���0�"�I����IB��쳓��ɦ�
Kklʫռ��8n/�kk�k�I������m�ƻ��j5q���QNs8	�p�#��@�~؍t$���&i�vc?��61��0ё���`���F�2?��I��!*�q�L0�z�yn�y�z�Z>g"��ʄi��z��q������ϙ��3�g��a��s&2�q�L������8��� Ɓ�)�s��F[H���Hw�4ib�41�H�g/�	
a��Ֆ�
��G^Jˠ.�$�q)���hU�h[,��x��!S
l����lAq���-�B����Y�a�]�-�.��E�A���{�
Ӳ�,���dԺ!�n�yGE:��#+w\�P��-�A`z��6�Z���9XƇ����B��h8n��B�W�^T�_g4lG:�ե4�բZ�c�Ѱ��
\J�8���Ģ
��Z�s��#t�;:*@�E_.�/w?�Pp����]�E�Q�Y�����s�R�	γ](䧯Ź��Jz��ޠ١B6�xT�_�80��z�a��E��ѳ��I��1I��+��-!,k���[��/�5�\d��b�1�g��?\q��Öe�ͪz�²,�s1����sl4ff
zh`}щ����2�ו��j^ű���hP�@Y5P�j'%�������`���4� ��9�Ϲ�8�f]�c��vT�lpflfK�\"�;z�w`���ξ�r����}�y�)r0l���39.9����źJt;:�*PU�(�G!�%{��
��\�%#�j��,�00��ݥ4I�n��g����q��ȮL�`��K�-<�kv/[��g�J����
V��G�'���
�(?P���*H�-L�0I�K��ؙ�HG[�K����a'��2#�L�y��t��֮D�2���ut�W�3�� (%rn�����
EY�Ve�CR����L!�+��a�����
����~R�c���q�1�6b���q�1�6�\Ū|�L�4k�f���J�1�>�.�¬���KF��+v��^�^ƙ�lk��eT*�b�l
q���T�3��z��S������P �}(�4��a7��)[���J�A"�6��n�xwy�_�Q�#긛�$EwF�p/�j�z�z����V+{�Ѭ�
p���x!.�-TL�
>P���*���$�:]�|�m�BL����w�e��3Θ��F�6s�3�LKSc��.i���!'��G �S�Z�Q��$A��E���ѻ��ꦕ3���S�a�N��f���/�aD�)�/	��'�у��%���n+B�\�K�Y�W[�N|{%Q_
�e�#*v���P|Tzu
Q��o�q��YI�\�G��|�g�d��A!���j��kZ��1���@�n���d�b?L#���7����w�@�!e�Z�$�t8a6�5j5�Z��yJ(���˲����Z#����J911991!��ԩ(�5Bjcc5BjeRsk�i�t;���Ҽ���X�����<����ȱ5BjT>`�p���Fx �_���Eu��&ݒ���4ё��Bg�و^�`��B�%����(�xl�3Tj�E��Ռy~%C����z�3S�q.�b���s�V��(�Y�Q{��0��������\�մJ���K���VQ@G��֣�H0�^?������
��na���8﹞�n"�=\��0��2�3ѳ��	��3��,��'ѓ0�1�%Dx\u��=Z�ё["�]mWab[�~��
�؂�_�a��%5>��bm
xu��xG�z�
�IX���k�'$4?AjJ�9�bHG99s������P���DGs�TUAm��B<�IɎ}�4���Ķ���rl�L�n�
��c����w���
�w��º�M�sv�I�s��,!J�s�s�xK�T=��,�F|s��m
!Hu�.?�ت������3�y��.���ژ�!.9,L=�!�wT�����Amۙ$3���% $��񵘣���0Q@�+F>X�`�^��I��̲֓ؓ��䅜���3��)�P2��c�;N�Vhj:��闛�a#㐵b�����Ł�:�)��vl!����>�`��$I��]R
��A�� N�EQ;v��S>a�)���I�n3�ܭ �?<%�������I�(=�͈χ=0�]8�[J�����'Pq�Ge*�DKYL���7�����������܏�٤e���k~�j���`��i:�=�R������7����M������h۲�o�l<d
����V��L3Z�$L�s*�[ӊMw#��8��ao���I���Mr�6
�RZ6\��ap��Le�>�'E�D�n�"�Xb9���[���qC���1'uS���¹5�̙�6'�d�z�Q_��B0��1!�P�`x�������!C�:'�ݔ&o~�͉�.Lc��Z�SccxM�l�(_�ȔB���
��dB9�;{{�C/�5�,�՚P�j�C�,#���J�9{0�����$?[R�4�D�H9͋^�(e�
�:kq�����<n1�
�e����)X��F�I��Ⱥ�Vaύ�p��0ͦ����b�כ�I�R���YowT$����<r��i!�'�)��n��R�(n�iS��0L�n�����f�)D��.)�a��g���5�hm%
G���{�0��Wy0�
�4����7�
�j�n�����!E1�vv���&fD.���5ZL��(ELI$F�i͑���P�~Cc���v��rҔ�nN�+��"�L"p�+�\�D����v��yH�_	�:��҂�d��<]�{��Q1c��e�?pu���u5G�D9��ju�z�?EwcS��u>/�ljNҜ���X*�N�Sob̌���.�B�	�K�ܐ�)Sj@��;�-�ww��s��!�X�8dq�Ԩ4k+pnEi�(h�i
Cu;��E�X!d�q�
m��έ�Y�a�[gQ�9a���"��A�X�EgjIW�'�w�J����	�s�̷��M��s֮o��{�3d�6���ғ����qA�ȪZF�6m�c�i�E#��A\<N)��!��ȹ,��17г�����IQ�Ȯ�O}��r��g�}����k����a��
�����t�N8оaÅ��Jo��{�����u����+Ma	��$���g�Ɯ�|�)�n�W5C0X,Es�h�jn���/e�̊#���b1�Xl�u�)���(�A}nO�1��c)�J�X�ޑJ
�R�t{+�6��
�u%�~g�b��%��U~
?R�.ҋ�rQ�.�>�t�����|M��T���˾eCS�WC�A}@�ʨ��V���̵����(Y ІWA�k�ğ8B|���4�쬬�c���J���s�c��"&�N�h��H��ʍ=CXH0
,�e�I�WV�LcJ!E�rj��ح|�H�}LT9�X��ҫ�KN������2�xmد�T�U�3��O�\�U}y�^��˳�������a������w��S�4���'�����d��Ue��M�3��\&[����7 ��ͬe^��de|—���d�_��'��Tyĭ��^ݗ5�v��𤬌zUY/�r�:&}�;v��'�=*���*|,�)�Q���(�$�X�~j��
FP�1T���a+��	�0�D�g*σ*ϻ��5�1�R8��o�$Fq����I���<�DIdǓ'ʘD��^�%��EidЏr� �$zqR@w�O:�5��$*�æ���(fA�S؎	�;>�2F����P�	�Ae�!HT��|u�w<�*� �Ã�c8�Ͽ$	����R�PK�
�[1��˜�1assets/library/font-awesome/fonts/FontAwesome.otfnu�[���OTTO
� CFF 9s�7���EPAR(�l0OS/2�2z^��`cmapǢT��head���6hhea
��P$hmtxJ+��t
�maxp�P
`name>$#
h
postx FontAwesomeC�������������	�U�6����U�6���2�2���
�",04<>EGMT\_ehmqy}�����������������#)4>HT_lp{������������������
'4=GRYfoy��������������
&,39COVcoz������������"/5;FPUZes}���������������&+16<EOW_hmqv|����������������)04=DPX\aju����������������(,26GYhy���������������%16;>EMUckox��������������				$	5	G	V	g	l	p	v	�	�	�	�	�	�	�	�	�	�	�	�	�




&
*
-
0
3
6
9
<
?
B
F
O
_
c
u
�
�
�
�
�
�
�
�
�
�
�
�
�&5BQafmty�������������������!%)-159=AHLPTX\`dhlptx|������������������������������






%
,
3
7
;
?
C
G
K
O
V
Z
^
b
f
j
n
r
v
z
~
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�	
!%)-159=AEJNRVZ^bfjnrvz~��������������������������������
"&*.26:>BFJNRVZ^bfjnrvz~�����������������������������
"&*.29@GNU\cjqx������������������ '.5<CJQX_fmt{������������������ '.5<kvglassmusicsearchenvelopeheartstarstar_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflagheadphonesvolume_offvolume_downvolume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_heighttext_widthalign_leftalign_centeralign_rightalign_justifylistindent_leftindent_rightfacetime_videopicturepencilmap_markeradjusttinteditsharecheckmovestep_backwardfast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_leftchevron_rightplus_signminus_signremove_signok_signquestion_signinfo_signscreenshotremove_circleok_circleban_circlearrow_leftarrow_rightarrow_uparrow_downshare_altresize_fullresize_smallexclamation_signgiftleaffireeye_openeye_closewarning_signplanecalendarrandomcommentmagnetchevron_upchevron_downretweetshopping_cartfolder_closefolder_openresize_verticalresize_horizontalbar_charttwitter_signfacebook_signcamera_retrokeycogscommentsthumbs_up_altthumbs_down_altstar_halfheart_emptysignoutlinkedin_signpushpinexternal_linksignintrophygithub_signupload_altlemonphonecheck_emptybookmark_emptyphone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificatehand_righthand_lefthand_uphand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilterbriefcasefullscreennotequalinfinitylessequalgrouplinkcloudbeakercutcopypaper_clipsavesign_blankreorderulolstrikethroughunderlinetablemagictruckpinterestpinterest_signgoogle_plus_signgoogle_plusmoneycaret_downcaret_upcaret_leftcaret_rightcolumnssortsort_downsort_upenvelope_altlinkedinundolegaldashboardcomment_altcomments_altboltsitemapumbrellapastelight_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefoodfile_text_altbuildinghospitalambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_downangle_leftangle_rightangle_upangle_downdesktoplaptoptabletmobile_phonecircle_blankquote_leftquote_rightspinnercirclereplygithub_altfolder_close_altfolder_open_altexpand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcodereply_allstar_half_emptylocation_arrowcropcode_forkunlink_279exclamationsuperscriptsubscript_283puzzle_piecemicrophonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchorunlock_altbullseyeellipsis_horizontalellipsis_vertical_303play_signticketminus_sign_altcheck_minuslevel_uplevel_downcheck_signedit_sign_312share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfilefile_textsort_by_alphabet_329sort_by_attributessort_by_attributes_altsort_by_ordersort_by_order_alt_334_335youtube_signyoutubexingxing_signyoutube_playdropboxstackexchangeinstagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_downlong_arrow_uplong_arrow_leftlong_arrow_rightapplewindowsandroidlinuxdribbleskypefoursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EECopyright Dave Gandy 2016. All rights reserved.FontAwesome�[_�������"+/37;TX_dhn���������������#'Prz�����������.26:@DHM����%*.48@ENUZ^}������/3�������������PW^cgl������8<FJ�������������CUajov{�������			@	J	Z	�	�	�	�	�	�	�	�	�	�	�


&
*
.
:
A
T
m
r
}
�
�
�
�
�
�
�
�
�;BFLTX_cinsz���������� .38@FKPp|�������������

&
E
d
m
z
�
�
�
�
�
�
�
�
�
�
�
�
�
%1=BGNU[e���������
#)-7=CJO]kr����������������):PUblqv|����������",5:BJOTgz���������������$6HZ]hs{�������������
 &,6@JTX`hnt|�����������������
)8@OSX\bhp~�����������������"/4;?FLSW\hmt����������������
',2=HS^elw�����*
�A
�T&������fA�V��
��T���l�f��P��������������z�z����
�P
���4�!
��t������
���
�����q
��q
�bt�&
y}}y�3���3%�3���3�
`z���T~����~���������������4���]
�Tg@Z
�4��
���
������R
��,�T[@��
��<���<4
,
^�2
���%�%�����%�%�����%�%��3�
�T<
�n�h@;�TN
���TI���TN
���C
KFKk�6
?����������J
��������
�
:
K,:
��y}���Tj
5
�/W
K$'�T$����V
L
v
��
�
L
6
f
y}}y�y}����������}y�lz||z%
��1
��
��������K�T���T�Y�=��|�zKz||zKz�|����������N
�
!�5�
�!��
�
�f�f�(
������������G
���
Q
3|�T|�T|��T�
�T�
�T��|zs�
R��������3��&'
'
<
@A
��������G
������������^
���[�=������
�T� /
3
c�-�`�V�}�h�n"����B�v
�����g
�O����G���
�`�E��}n\>l�g
����,�������������������h����h�@�@�h��E�Q��P
�|�z�@z||z�Tz�|���������|�z��z||z�Tz�|�����7
�F
���x�
����3�C�DRRDD��uy
;
�;
���5�!Jb���
h
����
�����5
�/������
�T���T �+
-tzux��u�[��Br�lmy�z�~���5�������q�s�������U��hnnh�hn����������nh���
��t��t��t�T
y}}yKy}���?
j3CC��
��
������5�;��(�=��Z�XW�G/�9�;���/�_M�knm��n9��:Y�I�Ƒ���P�`�q���������������~���d�_�i�r�c�rr�i��i�i����������y��
@�H���-�R
�'
�����
���T� �����1��<t0
��l�n�l||��}_zob^��^�b�z�����������M�<�M�<v��������������	�o�_��}|�|r
���
/�0
���]�}
���]�
���
�E�Q���y�
v�(�
��W���
��T/�T����
���
�j��i�h��{�t���*
�<���<�<���
��<+���B�����������
�����A�S� ����i�^wv�h�������v�i�^����S� �A��E�]�#���'
K(
��D
F�m���3�'!�����%�Ơ���#xM'�nq��w������d����������������o�^�]���
t
x
�1�!���!���������EQQE5������i��������'�Ty�}���������
�tV`�����
��
K��
�T�����
��
��
����t��
kb
K<����z�
X
�@3CC3�@���#P
����n�hQ
�h����������/�:�n�h��
��
���:�
���
���;x��t������u�l�TK�
1���
�0
���8�i8_dd_�~~�x�z�������������������ƅ����y���"�9��O��9�%������9�)��o�'�0�q�i�?�@�h�h�?�@�i�r�����C
�TFKk�Tr
P
��;���;�Y�S<��!��y�o�t�s�{tq�T/�T��g���5��[��
�F
��
��s
��*
�41
���������������������Z�Zr�w�h�)��S
�
-
v�v����z�z�����:
�t�t���t�t���t�t�
1
����7
�Ԏ���8�
����J����n�������������������+����t����m�y�;�
[�8�����
�����������
������hn�>�����~�w�~����~�w�~����������K�
=+�tX
�@]
�@g�Z
�t�V``V��;
��;��`���L����<��� �xra��������
Y�W�
@3�&��
~~�w�~@���������5!�����������}y�vKy�x}z��y����n
������T7rr�c�r����~�g
��hnnh����
���YYG
����P
�����~�����*���*�*���*�*���*�*���*=
�4�����
�4����������)
.@�����(�����[
�h
������������������P
����v��T�~z��$�j�
+�[
��<���<�5�!I
��4���*
�A
C
�7
�r
C
��7
@r
b
�!�6��g������T����E ��
��ˋ�������h�3�/�����{�V=��������������n���������������\�n���]������������9�
��v���������x�{�zz{��X
�����CZ�7)������D
�T���}�y�T8�TC
�T7
�Tr
���]�]��[
1��
��
����������
����7��������U������f�
�@��m���
����� �
��<
�Z�Z�������Z�Z�������{�B
����r�r�����z�{���
+
�T
<�Z��������:�������w��B��������D�$�$�D�����(�=`��h��Z����������TA
�
/��0
�����nh����&�&�����&�&�����&�&�����{��V��v�7�+�4��2�y�qpV``VV`��������J
���Y
M�Y��
}�
���>
��|z��nhyy�rrr�r�ypttp&pt��1��5
t�v�������'
K(
����
�����������;���;�����g
���
$�4��������y���������~�M���Q��������������s����Q�Dnt��y���������������������y���t��
��F�t��e�11e�BB������T�������������2
������
����������r��������I
�F
y����������'�&��K�
��w�_�_�c����������4��4�����4��4�����������p�]��R����
���G�T��TX
��������������x�����]�]��
 83��
���w�rrh�������h�@���;�f�v�eK\xcik�v�ss]tRat�7�+�4���4��7�&&����
7����
�V��(����-
hn�����D�$�$�D�
�,
�}�t��P
��`=��d��b��9�7�B��x����������������������t���3
�������?�L���g�__gg__�g��������������a��
������`�V������������������C3~�w��]������}
���y���6�%�6-��������������	�_�$��cX��~
�TR�V�2�2�V�V�2�2�V������P@��z�y�z����z�
������s�/A����v����������zz{���������������b
�������z����-
�
�����f�t����&
���3�
������
���]�]�EG�xZ�n�yt�P
P
�������������+�+P�,������������ʲ�������,�������
����
_h�m��x�����2
�
������������
����ˋ��
�
�
�d�4����������4
�T[�`�M���`�My}}y�T,�V���;���;�0
���&�&���T��
��3
��
����������t'.
%���@p
�)qt{t��s�o�y�����s�%�$����������33�3v�K�����
�4��4\~�v����
}jii�C�@�@�����x�~�C
��Kw5 !4���wk�z|��|,$P��+�+�
����������-
�������
�
���
�g�s��}���}y������������f����
����#�E���T�@��)W��b�it���
��S
���4X��wmx�yj�h�����o�fZedZdW
f�r
r�syy�'�&� �������������h�@�v� }�������������59������������2I�8��8��!����~			I	�
M
�
�?y���
*
�BP�|88;�l�]5��m����+\��<���b-�G_y����'>U��>c� R �!0!�","^"�#0#�$$q$�$�%%~&5&�'A'�))�*J++�,,m,�,�-�..1.�.�.�/P/�00�192�2�45q5�5�6<6�717x7�8h9�:S;x<<T<�==�=�?�?�@!@�AjA�B�C�D�E�F�G�HJH�IITNN�N�O"OxPPPPP�R-RvR�T�UGVV�V�V�WX1YXZ�[+[�\C]]�]�^�_+_9_G_o_�_�_�_�_�`�aaGb6b�b�cPc�d'd�eNfGf�f�g>g�h�h�i-i�i�j j�kwl%l�m7m�m�m�n$n;nOncn�n�n�n�o"o�o�pp&p>pXqq
q}rIr�s8s:s<s�s�s�t�u�v<wIwhw�xGx�y y�z&{6{u{�||�|�}�~~�~�~���C������M�����9��C�|�����2���8�V�����P���	�c����S�������O����I�������#�|����L���������`������m�
����P�o�������1�����*�x���������4�f�.��H����U�\���1����������'�C�w�����[���W��������(������b�������;������J�{���.�ŝ�Qƭ�fǮ�*����ʛ˗̉͌����|�`ϫ�Zҝ�(���Jտ���׻����p�9����D��9���������g�����t���g��,������q���?�����o�]��1�a�JC���0��g����	$

�N��
F.yq��4����+M�<�� �!>!�";"h"�##�$b%g&D&�''�'�'�'�'�((�)�*"*�+�+�,?,p,�-F-U4>4�5~5�66636>6�7	8"9�9�:-;F;�<9<�='=\=�=�>?Y@RA�B�DEAF�G�H(H�IImKGLL�M^NZO�PxQ@RS%SlS�V�W�X:XRX�X�YY]Y�Z�Z�[+[n[�\d\�]g^Y^�_2_�`5`�a�a�cBdd;dWdvd�e!ff�gog�hNh�ikj@j�k�l�m�n�o�p�qhr�t�ukvYwfx�zV{r|�}/~~�������U�����u�����[�������
�t����J�����~������������������3�J���#���������c�������$���;������������������������������������T��t� �T��T���4P
�4��� c�
��z���.���.Ȯ��h�K�h�<�Nh���-���
��
�����-N�<vhNK�hN�<�h���.���.Nhv<�N��N�vȮ���-���
�����-�hڠ�����v�N����v���4�4���T�
�4�4V``V�T<
�4�4��TA
�4�4M
����0������T���y�u��uyyu��u�y�����������y���?�j�`�,4�G��y�u�~�8������������գ����������YSKkj>h3c�#�
^u�i�����������ƭ��R��������������@2�A
��4
�����F�M�f��fM�Zn�n�w�������
�������������v��
�x
P
 �`�V��������c~ofa�[�!
�Y�������!
 �����
����
�T@
����������b����@�
���s�u�w�#��$���L��>�����������$��#�����������69�JX�"�!�!`V+/E��E+�V������1�R�F
����_r���
�Z���o�
���p�]����������t��
�k�s����u�[��z�tv�U������������Z
�tq���9�
�[��[�9����:�Q��Q��:M�q��k�s����u�[��z�tv�U������������Z
�Z�����J�����
��J����&��	���	��&���a�
�)���|
�����s
�Kw�����
����t�������
��w��4X
��]
��g@�
 �v��
������
�����
�������Y�T3
���Y���`�V��V``V�TV�`���������Գ
���
�T3
������Y�T3
����TV``V�T�;
��Y����TV``V�T�;
�T\�TV``V�T�;
����
��^���y����
�$�%�����
���I�������V��������h�h��������v���j���y�����������������y����
���������
���I���������I���V��������������V������������ ���V��
V��������
�t�tC
KF�t�tFKk�t�t�
�r
�t�t>
��@
�
 ���V��
������
��FKk��r
��@
�
���������
pP
�����t�W�&S�:�aR`S�:�a�)�)�6����z�
�6�)��õ��`�a�;�R`�W�&��t�����P����Q�EEQQE�E�Q��������������Y
���8
��&��8
��&�T�8
�T�&��8
�@�
e
���{
�����z��K���}�z�����������������a�E�V������������" n�m�l�o�L��{�y�ry}{�{O�J�Nl�l~n|�������i��&js�����������^�^�[{m~m�k�No|�y|�rz�{���Kp�i�j�ki\f_i]�����������Q�M�[�����������!��|�����Lz��~��r������Ǒ̒Ȫ���������������'������������f�g�i��������M��������m����������������������������([po����p���H��H�4���
�wO�V��VOcZwE�;����L��1�������H�u
 �v�
��t���������n��n�����t/��
������s������~��o�J�,z�W���`a�G�ah�c��~��v�~�A�������������H���H��������������������
���
���w
!�4��t�4����t��t����4�t��t��
��to
�T
�4�#
�)�v��TV���{�||��||���������N���������g���|��5����p�p����Ty�~}y�:y~�����T����ppur��5��|g�ccn�_��Tz}���������������y�}}z�T���� ���
����T�
�d��gf[wXX[��f���e�6
�
��t�q���T�K�T�����T�T�
�T�T������x�4���4�t8����
��z��T~����~���������������f���9x�4���4�t8��(���������������������������&
��T���
��T�������9�v��T�
����,�T��,�T���������h���X�h���������Ym���}������}c�h��hcqj}����}i�Vg�v��
�����w�����x�r�w�wvt��L��������������#
������P
���
����!�S�Y��
�y�l�D�&�������������������)�'C�3�$
��Y4����K
�Ti
������t�}�y�T|��}�zcesd�,.�9/�F����-���
1�T5
�T��
����"�Q>�W�����������������
����"�S�X�������5����z�|��[������������,�9�F��Z3����
�Ti
�������9
�����"��!
��!
�
�T�����������@�
���
��G�����
���v��T�i
���T����T�
�T��+�3
k�T���^�^�����^�^���Tk��c�����v
]�b�t�k�r
�������Kg
_�=��1ln��o����1�"�-SK�q~n}s{x}zs�z.�������;�3�n� �L��������� �v��T��T��V��T���/���W�W���/��!�(�Z�Mj���:�kD
��L
k+8V=_G�xɁ��������������H�KxMG�_8�+��������M������������r�������r����N�-������hnog?���
�
��?g�o���������� Gw���_
r����N�-������hnog?���
�
��?g�o�������������_��Q�P��o�x��}��y�C���Q�(Csyrp}t{xo^�������P��Q�_����K�����
��n�{�}�������|�z�x�8�
�S�`�`*�S�8�
qxozo||�{�}�s}|{n.��������
�K���������������
�������������
��
���
�x
��
�����������
����
���������
��
���� ����0m�� 8����
����������������v�v�ʪ�ʪ����ꪫ����������ʪ��骫������k��i�hvv�v�i��j�i����ʌ�����������
�����1�
����
w�������
����ʓ
����ʓ
������1�Y�������1�����������������������Q�
kl�l�������ʙ
�����F?������i��j�ivv�v�i��i�j����z
�)z
����_�^�X*�D�t��cX��_�^�s�jii}jtt�j�jh��s����������W
 m���
����g��|�v�t��y�w�x���og�`vf�/TF��w�����������������.��������q��ra�\��zz��z������aM{tsw�x�y�z�z�Vc,sj|wu��t�{�t�v�\h2p]�yx}�x�z�u�x�Wi:mY{pvz�s��~�{�s�w�w}e�_�^#��:��/�����������r�����8����"������ �����
�����
�������������4<
�4���K��4�"K���m�e��,�,�eB�V�4�
��K"44"�4k�t�4�:�4�t>
�)����T���3���3�3���3�3���3�3���3�T�4�tX��r=�E��E=UIrX��t����
tK��

�T��/
 ��,�Q�����i�ep�%�/��,�xx�x((��(���#�Ɏ���������	w�����������R��'������V��b���gfV�p��o�q�qq�������{����������\�/�j�}�}���Y�h�^��?�DF�G@�E�a�t������V@���h����a�%�-n�<����5���s��c���������sŔ�O��������5���*��V�JM���(0�x[[��_}�~􊢋��������%����������;�AH�W�{�'Q�bgf��g���
��F�I��G���������f�=��R��!��G������v�^]�^����z����8����'��n�\��PuH�#hPMqJ�K{�-�!ߜv���`�������Њ�����xġ���������M�M�N�������[�����������Đơ�ϦԖУ�������!!�!�����x$ǁΓ�m`r�;�n�i~G�h�ftnOlF�Kw�z6���������-�������������;�������p��6p�_�ph��6hp�o���;_}oh���6�h������6���}�_�����
�Ǐ��\����������|��}�Cy�	�^��^�^L���uZ�
����������������������q�����m����ept�c��CD�C��m����������
ǐ��]����������|��z��b|�|}3��mrS�
�6��6��7W��,��������
�"�����������������m����~yv}u�������������]� y�����]h��vp|�zww�z�v�����{����y{ ��������������|��p��hm
��R�<�0
���R�<P
0
��R��<�
i
m
��R�<�0
�������R�<�i
m
��1�<�0
��1�<P
0
��1��<�
i
m
��H
��H
��H
��������t�#���#����@�������w
��t\
�
�����������������������>
t�Tdw
��T���i���������F��y
�������������td��v�0��{�t������z{�~�'�&�9*
�T��T�3���3�T&�:�'�'~����
�)��T�T�������Tn����4�4�����4�4����Tt����|z�@���
���4kX
���S
�@g@�
m���� �
�����D����������������~��������������������~U�T����4�4�����������~�sj�iij}st�:�9�4�4�:�:�W
��
�
��
���{
����
�
N�L�T���_��p����������’��x���J
������ 
�����v�����P����P���������Ϡ������������H�G�w�w�srP��
�m�X�X�j��:���b�kkcv`~:���j��X;`Y;l-&P���y�y���Q
�����4����������S�+����,�,������|�������|�������������������������~���KK�������X����������������������������fc�c��Q+�4�4�4�����4�4�0�0����f��,�,f�M�ff//������ ���
��g���t�������}���{|y~w������j�X������������������|�z����h
"��Q�����2��{�z�����t�{tq�T�4� 7����\�3�u������������������l�z��*���� ��p�4�Tq�t��������������
 ���
�Jw���
���t����������������KK�������3CC��
��
���������������������G
���������������fc�c��Q�{������k���k�Y�kk������k�Y�kk��kk�Y�k�B�B�k��������������
����C
��
�
�����
�����
���-
�4����=�����
1���
��
�����
�������gs���v���������Z�v��Z� ���S���Z�v�Z�Z��Z�Z�r����Z�����h������l���vl�r|h��h�|��e
P
@g
���
��@��g
���
��i
e
P
@� �����
�Z�w�Z�Z�2�Z�Zr�w�h�Z�
���P
����
�Z�w�
�Z�
����������
�@�w�}����rr�w�������r�Z�Z����
�
���
�%L�.�����2�:�:��z�z��z�z�r�����:�:�2���������%L���'�2�z�z��:�:�����������:�:�
�z�z�������������
����p��������h
��H���� 
Z�������
��hn�����
���� 
e
}�2z�z11z���I�I�I�I{�zzz��1�����������I�I�I�I�����������������
���I�I�I�I��������1��zzz�{�I�I�I�I��{z��v 
�P
�����������z�z{z�����������������M
�v�v�,�+�M
�1��zz���6��
����T���
��4y}}y�Ty}���T��
�T���4�,#Q?`\pnZt�������ҫȧ����P�Kgjzx}wy\O������������~������#��7�@�T��K��T 
��t��t��t�4�
���4:
�T��
��+y}���4j
�����4��y}}y�Ty}���4��
�4��4 
��
����`�$���$`����$���`�$���
���$���$�����$`����$�<���Tg
�#Z�k�=�=�k��#��#�kZ�=�=Z�k�#<�#��k�=�=�kZ�#��#�k��=�=��k�#i
���]�������&�&�
�����
�&�&�������&�&�������&�&�k�K#
���g�2%�������'�'�%%������
�:�:�!8#
��t��
 ���������%��5�����6�&��{��S�j�����������jQ��h�[�=���<�<���=�>���
��>Kw��P
��^�C�T����������}�s�@��sk�iij}ss��t�v
j�t�� ��
��������}�s������TӸ��Kw������~�s����sj�iik}ss@@st��j�t�����TC^OG�G�O��T����s�v
j�s�@t���E��������� @w�K�������sj�iij~st��s�v
k�s�@s���������TC�^���Ǹ��T����s����������� @��K�T��@��sj�iij}tt�����T�
��
�T�����tj�iij}tsA@s�v
j�t�� t������ �W
��@��j{�����������t��,Q��a!���� �K��t�k�v��������������������q���C�t���
�����
e
���t�����
�������ԛ
��������4���
���*
�<���<�<���
��<+��!y}|z��
|���R�����T��|y��.}�|�y�Mx|��z������������p����������������
��������4�Hhnzh�Thn����h�T��T�hS�\��V`��f��y~���5���V``V�V��5�������`V���R�L����'�HMoZd��9��9�dM�H�''��e
�L(
��$�4���A
�4�u
��v��߈���
���/J�7�I[^_[Z_~}�yhn����������{�x�(���H���Z�f���7p\XT���H�aG��-���w��h�h�i�w�V�Q�Z:#v���z]��l���`���L{�l��{��,�+������\�^���˒�����1
��t�4C
��FKk@r
�������C��������N�.E���Ti����C�������k�h����T�������$�T�$������?���L������L���?�'���0�cGv=<���
v�c��0;���'�d�quuq�--��]
��������L��a������a��Lv�trr�t�v��L��a������`��L�������v���$�T�$���]�D�'�#�5�'���0�cGv=<�#��7���quuq�-.��]
���S������v-�y����U*�PN�O���_��Z~w�rsr�s�w��H�7�*�V3�ziU{������Q��������g�
�e��g�
�������S����������A��:�N�T����~�=�����L��=�&��0�����E��rA�������u�X��������������������5y}|y��
}���R����|y�R��
~�|�y�Mx|��z�]�����������p����������k�o�u`�\\`qbu����ud�[�dd��s�P
���������u����z``K�4K++�4�4�-�3���������������������������V�������
+*���������������Q�Q���������������듔����V�V�������������������������땓�����4�L�5�5���4K� �
�������4��
�˫��4�4��˫����
�����
�4�������������4����T�t��
�T�t��
�T�t���4�������4��K�
���
�G���t��������4���
������t�K�
���
�G�������q
��q
�bt��������.���"&��F�t8�t�+�
�
��������������+K�
�
Qc-b.T5���M�K����Tz�|������������sRrQnS�SL0��t8�t��������ĤŨ��������Ty�}���v�0����%�������%�����_��I�b�	\�;COLD|yz|�r�����s�{���������A��0����������%����e
P
�T�%�K�i�``�i��K��%�,����Q�Q����,����g
��
�/�����g
��
�/������
�a����r��z�y��z�yrr�b�r�:�9�r�������������
�:�9�k��
�l����r��:�9�����������:�9rr�b�r�z�y�
�z�y�)��
�����������4�T��������T@��������y�xxy�}�����||�g
�T�4�4r�d��Tr
��4g
�T�4�4���f�TF������4�T��������TB
|�|����}���������������� ��
��
�����p��Q�EEQQEE�Q����Q�EEQQEE�Q������g
�O����H���
�`�E��{l^@l�g
����,�������������h����� �v��
��4�
�4�
��&���Q�)�WW���X�g��3�
UGQ�� {y|ss^������
����� ��������
���
�������� ��/�����
�����T�����
�
�����
����1�4����=�����
1����i
�������
����
����
�����
��m����}
����������������������t����������������������������2o`gfbn��������h������.���������/�>�p�����������+�>�������|����R�i���������/8�C�����������rb�������{Zja_q���������V �O���m�|������
�P�C�������������4��4�T%V``V��
����L
�t�e�����P
����
���������T������
�����
�h���P
�
���T��T��T��T����
no��q�q�on��
�������������T�����f������t//tq�:�v++��������n�+�*�m�����m�*�+�n������3�3�V����y��p�p��v��-�����)m�v�v����
����
��>��{
����ERQDEQ��c
��ERQDEQ������QE��9���}��,����~��������������
�q������������
2s�r�q�t�-��}�}�N}�}�~Z�T�Yp�r�r~�������n��
pw�����������e�f�c~r�r�q�/s~��|~�M}�~���,s�o�p�pndmfne�����n�
 �s�����������
�������-}�����N����������������1��������������������k�m�o��������/�����������
`
��
>�a�����
B`
���
�aN����t������y���������6��$�7m��F��
�����d��I�.�3�W�W��-
��hn����
��fo1\��s�\ko��{�y�xx�<^��
�
�����U/�Sk��W���?Ÿ��������j�-����@�	�
+6�	����OG��o���
�	��D�ɝ��·�l��Z'�#ik}ts')��2OKebh`i_��mdG1dq��h�����W���m��]��a�"W����Y����������������
V��F�� �����e��
�G�.�3�O�׈����-
7�hn����
��GNOH���	�6�
�	t@�K̬�-*�o�s�r��^��?<kO����篞������
�O���Y�	O�x�x�y�t�R]׈s�sv�k�c\k}\vsO����1f��O��z�k������O��~�r�������v�d�����O����J��.�eY�$�n:mo��O�h������q�1�d�_�`�c�Jl�2�)t��}�����Ǐ���y�m��D׈��
�	���83�������v���b��@�K�M�>����������M�>�K���R�4�)�<�5M��n����ɿ�<�5�)�4�RP����
���p�]����������o �u���d�r����
�T�������~ϧ\
�ԕ�T�3���3���~ϧ�4���
����J�������{��{���{������J�{�J�� IYU:��=Y��Ͽ��ڼWG��� ��j�8Ke`bz�|�vw��{���	�̋�{&������,�(�i�"���z ���
�����4�t�4��
�T,
L
�T�4���8��0�����Q�E�EQQEE�Q������0�8.�(�y{���������������w�Ai
����
��
t���
��X�Ti�TQ��g
��B
�4�D�D� � G
��U� � �D�D��
�����t����
���*
��^�Gof��������Tp
��^�Go�
��& ���
�������8�^�!�Y������1���/���)���Yb���1��+���3
���X
��]
+��V``V��R�z�f��|�X�m�}�[�YKKkK+++K+>��7��+�++k��˙����������̚�z�f�R����[�
�/��`����������������������������������o��������������������������b���������������������������t��������������������������@��������������������������������������������������������������������������v�'�T�_Gq���������z�y������Y�w�j�����o�`�)I��b`�__`�b�)�`~oD�W�~jgw^S�X�_�~|~~t�jn~@t^�o�Y��Y�k��|�P��/�"���`�c}�{q��_�'�T�v�Q
���y�y�����t  ���
�����
�?ApDU8��8D��p�?�6
�\����x��T�T�z�{{z�~�T�T�K
���T���T���������������
�1� ��!���8�� 2 �Z���Z���.n8��2����Y\uZQ m{���������r�������^�-Ʒ֫Ϧ����� ��[�����������@�{�wx^�^]U�p�[�c��\��ˀ�t�� ���������b�de�e�	����@�$fb%� <l6fGW���G4���� 9�<:]ua\Q ,�2�������n��������{����
t���������Z�w�R�Q�S��qk�lN2�IUph��s�J��&�J}�r����I���m�{�j�l�kā�u�v������gE{|jZvkSr^kPxOH.�7�6�N�P�T�>�a�a�>"�i�p�ul��e��Ǟ����ë�����ѯ�����
��
�������X�����4*
���(�����3��&���
�����
���&�;�*2�26�;�*���������qX�sIm�[FHN��M�o����;�ot�p��л�ͩ�������������&�o�x�tt_�Jdw�r�y��0�A���y������u���{�&A�y���������  �v�(T��QrLyJ�γ�ʣ�MfEpB}�P7�.�G�$�%�Fr�r�s�������3�Xo[{TO��(�QV�Y�`������1���(m�pn�nvw��w���.�"�4��X�+pr��q/�#�>V�K�����?�����ʹ�ķ�����������S��p.���v�/����n�������������������Q���11��'�A������<������*
�<���<x��p����%�����������j]^��h�Y��E�֊�ׅ�B�
�����������?��G��ߩϼ���qٵ�˟�'(���͔��͂z���'��w�!q=�w�U�G7���HJ�?x�s�]C$�8rw�s�����p�����+�q���������������������������i�������������������������^�������������������������a�������������������������r������������������������ʆ������������������ŕ������������������������ �v��T���T���T��T�$�T�4���\+�T�
��/�i
�)����������*
��l
@Z
�����@�G�t���t��
���
������ ��������V��
��Tn���z�i.�]�,�+�+�,�]�i�����{{���}�zy�j�p����n�������j��r����������������y��'�����������'������{{�~�{y�#j�o����i�c�c���i��q��#���������������4���
�����4�4��������������4��@�
���
��G���2�t�1�v���������~z��1�v�F�4������Y���tH�A��AHZEt�Y���r�tp��g��
���
�2
����
�4�T��t��t]
�Tg�E�u�F�F�6����!�1��=۴�����n���_�F�(���
�R�D������\�����������������\����D����
��V���T����$�4�[
�
�.���G�^������S������S�����G�^�J�(��@�t�w�T�3�f������V``V}�~���d�3�f�T�w�@�t�(�E�Q��T�!���
�T�e
`�����������w�r��P���N����x�y�p�r��NV[�P��w�r�q�q�yx����y�p�r�r�ww�r[�P�N�r�p�yxxy�p�r��N�P[r�ww�r�r�p�y����xy�p�r�r�w���P[V�N�r�p�y�x�����N���P�r�w������������}�����������������P�NV������������V�N�P�����������x��,���4���.����o����U
w�t��FPPF���s�\k�{o��y�xx�>\��V�?��Ck������������������������w���k+�+JL����OG����
�	��
������=��3��`�?.Qm\ibgbjnG5[��ho��������fu�e�l��Y�������=� ��	� �,���.�G�c��4���n8`��X�C�>��[�B��
n������a�tĹ�����o8i�x���������FP��������v8�+��֫ঽ�t��t�t�u�V�]�]B��1�����������
o8��[G�ng�i�m��Q`�?��3�4�=_�`�b�
��
�	�� ��	� �=�a�c�fn��}�|}K�K�Y�X���S��#�L���n8�������
�
���4���.����B
�`�K����P�V��?�Ck���1�B�]�]�V�v�u�u�t����������+��������`��PF���`�������xi�������P��ta�������
�?����M���Q��YK�K}|��}�Pf�c�a��=� �	�� ��	�
��
�b`�_�=4��3��?`�Q�m�i�g�`�n�G[����
��
��ʰ�����
���.�G�c��4���B
��t���ZB�
��xx��yatRt]ss��vikcx\j_��q����FPPFGO����LJ+�+k����������������������ϰ�k�p�C��>�[���������H�������k�f�u�f������
���h��[5Gjnbgbi\m.Q�?`��3��<������
��	�
�� �	�� �p�=������ϰ������ˠ�������S���L���������H���
���Q�Q���{zH��
00��
����0������,
��{zz�{�Q�Q�����
� 
���
����X���00�����{�zXz{��0�����������Q�Q�������Q�Q���N�����0��{z��� 
�����������00{���Q�Q��p���Q�Q��
�������,
������{z�����
���������P�������00��
�������M
�Q�Q��q���Q�Q�,
��{z�����
�����%�������������Q�4�.���������&����E��݂���������v����'�����*
�<���<�<���
��<+�'����������������~��'���������������|iyz���r|���������x|��~t��}�uz��������������������������~�}����t���yzr����j����hv�������������~|�����'����{���|����������������~�oz|������������'���������r}s�pw�h����������������������jh�y�~�|��������������������}}��|x}�o���w������u����x�����������z�����p���}�o�~�v���q�y���v�}��}�{�o�����������y�~�t�����c�����u����������������y�u�u~�������x�����������r���}�������|�~���g���w������������ɛ����������|����������������c���������x|�����������������������|����������������������������������v���������������'݀���������������t���|�������$���|����~����������������d����������+������|������~��������v���r����y��������s~�݇�����uw�}�{�~|�G�����|��}}x�z���ut�����������������l��������݇�������|���������~���|�r�������������������������k��������|��������������������'�����|}�����y����������������������~���������z�{�������|������}�{����x����|�����sv��~�v�z�y�z�z����������y���������'���7�����������������������������������������������������������}�r~�����������w�������������������������w������������/*�G�s �k�i��n
��8��"�W��=�=s�v
j�t����
�>�>��G��ww�|�&xj�U��t���=�����������N,�B[
��Q�?��F������������������
��������������
�������������������t��{���t�q��������z�4��~����
�z������������v��
�x
��
�����������4�4B
���
�4�4�t�
���t�������X
����S
�{e
�w�$�$����
�Tx
�Tqt{s��t�o�y�$�$���������$�$��������t�q�T5
�T�p
�$�$����������
y�o�t�s�{tq�T/�T���
���������$�$�K
�T0
�T�
�$�$��������)�
����W�n�������|`_�]�#�v����:��[���������vV��i���\�\��i��V��v�6�*�4���4��6���e�T�a�
��u܎���v#6�]_��`�u�uu0n1W@��^�;������e ��U�U`�4�U�5�T���T��T�T`�4�S�2�SB�����zyr�rrr��y�b�cy���������j��d�M
�d�j���������y��d�d�y�sq�S�Umtvw�jo�XV``VX�o�jvwt�nrr��yB�d�d�k������y��b�c�y�rr��U�n�T��d�d�UA�?<AkST3��«���n�U��b�c,��UB�>�?BnUU�'�&UVlA?>�C�T�d�dU��m��ի���3STk@<�?�B�U�b�cT��m�,��Ԩ���'�&������)�����J��,�>��������
KQtd_�O>�K��j�
}�|�}�,D!�/�G����
 ���
�������#�����
�#�����@�*�!�
�!��@���i����#��#f�l���A�\���4�v��4����4��4��3�T�3���o@�T�M��K���"��������~�x��������������F��͇�������������F���6)�-1?pWSRWn?�=�%�(�EU��m�þ����������B��B�������_X�S-(mU6�EF(�%�=�?�VX��p�O�������򎬇������������F������������˞���������y��\�&sqb]�NE��N��e����������wd��G�&NS6�}dNDwO�]b��qNñ����џ���s��Se&�G�F�������������������\}�w~vt���:�4+q����������������4�����C�K�t������ې������E����,��
����� ��aV�����4dYztd���P\�4VAlff�,�,fflAV�4<
�����:�\���i�������?��������fflAV������4M
�4��4������4�0M
�4������������������|�+�f�L�����dU�S�55�T�T�d�.�.�������Ġ���
�.�.|�����������|�����e�WT6LL6UV��e����[�o���!���"��m\�������������
����B)�%�h�;�=�h&�)�C����M��e��0���0���������
�����������4\���
�4����4<
��A
�4��{}������~�bx����4��T�
���
�T�G���k�m�e������eB�V�4V``V��Te
P
�� ��
�&
�P
�T��������
�w�Vn���5�!Jt�4C
��
7
�F
����nt�4C
��
7
�F
�T�
��
7
�F
�����'��)�����������h��	�$�J��7�_�H����,�� �� �����`djXg]�S��ˈScfzheb��pR3� ^��v������" O���m��(�;�.?GdFj�P�������yi7�vo�My�y�y����4�
�������(!���?�������:�:: @(��t���
�T�
�@��
�Tz�|���>
�������$����@1
�i���{p�k�g�G�R�[��"�.�_�_�u��š�����ȟ���mN��g�G�&��߅���������Ȃ�������A�P�_��AT�e�A�a6226^%�O�L�J�n�p�s�����o�s�x�Z�WS]{`lcmcbnXzyY\�a\^��cb�h�n�n�p�s���z�f�%�_w�h�Y�+�W�~������������ cv�͉��Β���������������������И���������������1�5��h���v�9��U�!݉�}�t�{�D���$�<�T�;�J�Y�Y�b�ll��|����ԡǩ������������������+�}������������������������������������y�L�J�G��a�7�5�����t�|�m�`�P���v���G#�?}Z�hzdqcwuvltlsj{h�xPK�GQP��Ob�k�t�l�{·�}����y����ُ���������������ˌ��|n�a`�Z�U���TS�R{S��-�de�h}~��~�3U��������:
�@�4
u
�R
 ���`
�����
���4������y}}y��y}���T��������}y�T����
�����
�5���X
��]
��g@�
 &e�e��O ������ �.�����Z�Z�{�zz{������{zz�{��Z�Z�����
�����������R�%
���O�XO�X�XO�XO�X�X�X��r�6�%
�v�2�%
�������	
��>
�
����������W�W������2�����
����g
��5
�T�4g[wrr��Z�ZTT�<D��Aٕ���!���
��!���
�ف����1�;�������)�)�����P��P
�+�<���<��Q��������̙������r��ԋ����ѭVLE^"t*9x�I��&�O�q�=���b�}�%�B�VH�\�f�z���w�}�i�~�w{�z� �Y�
��n�L������U�i�w��<�u��8=��q^�E�i�{PjPn]v�Ӏ��
���)�9��
�(�(�����N����K�‚��������s��Ӌ����ЬWMF_#t+:x�I��$�M�o�;���`�z�$�?�TH�]�f�{���x�}�i�~�x{�z�!�Y���l�J�������S�f�u���:�s��9>��p_�C�i�v9U:j\�i�C���eM�#&�nY�A� �������,�Ó�m�����x�wr��� ��.������f�f�������F�f���������H����4 z��e�����`�c�����`�c���#�NW��[�S���9�Z��)���)�)���)�;�����7����e�e�f�e�e�f�e�e�f�e�e�)���4������
������
�������{r|�sv>��(���T�+����J��~�f�f��~�J�J��~�f�f��~�J�����������K�
�
�����g
�5
��/{i
����W�Ԃ
�����W��~
�����������
�T�T�{z�4�T�T��
�������������T�T���
�T�T�
 m�
������F8�4�
����������
�����X
��l
@�
�@w�W�T�
�~
�K��W�T�
�@w�W��~
��t�0��mjingr�;��<��7�
M7#?����#��7�7��<��:�f�i�m����
���B�4�@ V7)0��[�/��1��/�^�/�������/��1��0������6���;�$�����p��#��s�����E��AA*,�?���������m��6�"�mp�F=(G`���$����.�����������ƣ�����0�����������п�����
����D�&�l&�y�P�������������sj�iel{pp�������������m��o��������������y��,�,�yr�rUg[giyx�tq]�u�m���~~���������~~����mu�]qt�yxgi[gUr�r�y�,�,�V�����������o�m���������������pp{lei�j�t���t�������W
�m�
�b��
G�T�TG�@�u�^�9v:p%"M$�%�M�����ڑ�����������h�i���G��G�T�TG��T�����&�&���@��;�$y����z������%��:�@������b���
���%��������%�����
��v�������
�T������D�d�d���D��WX��YV�_lw}v~v��*���A���d���D����������y����o�6��$�7���������	�^���~������ )�?�c������w�r���vy~x��]�͈}�|�������������*�Y���v�v�������������������������T�����
p{���3
+�T�
���T�A
��\���
��<
�T���
�T+�
��\+�T���T+�
��\+�T���T+�
 m �4���
��X�vv�uuv��v��HNNHHN��)
��	�	���	�	�����������1��j��
��j�/������
������������������������������eU������>
���k�)���������$��1
��
�����������
����
��4<
�4�����T�
��
�T�GK���4�������i��m�e��,�,���~���\��-���4�:����4� �#��x�:�4����t�T���.F�
��pF�
F
�4KqHaZxuuvwtD6O'���x��O�D�w�u�x�a�q���\�_��I�I�_��\������D�������D��$�2�?��?� � nzykjs�t�z{z�tsj�m�y�}�z{�J�l�Q��e��űťž�̛������������{�������y�n�������׭������
�0���|�z���T�|�����������������������T`>
�t���7
`�Tz�|��)��t������������������������������������t��F
�T�G��t����t�
�)�������4z}|y�t����T�
��ty}��������������������������������
������b
������t�T�4���T����N�[c�����G�=B�^�60�A�Q�EEQQE�AK����u��I7#e  #��7up�jj�_�p�B:��
ܾ�ئ�_�������Wc��[�|��a�
��m��
��w�����������������7�E�p��{
��m��;�4�U��3������ua�[�
�RҢ�����&�{
�&������
�R�D[apdu������-
���U�;�4�mp��h�]�@��@�h���֦������
���t��
�t�����������K�}��������������
K��Q��$�4�[
�
����(��@�t�w�T�3�f�����V``V}�~���d�3�f�T�w�@�t�(�E�Q��T�!���
�T��)���T��T��T���
K����5!�����
�K���h���h��5
�t��
�T�Q���
���
��_
����4��n�hhnnh�4��n�hhnnh�:�B�p����
��צ������g
���U
��k�t��E�Q������9��
���w
!�4���4>�Ti�T(
�t�t�T1
�Ti���T1
�Ti�����9����9
�������t"��!
���N
���T�|�zKz||zKz�|����������I���T�|�zKz||zKz�|�����������|�zKz||zKz�|����������6F
����^P
�
��@g
�5
��/�i
���������
��� �����U��t"��!
���6D>
�����^�
��k<
�TA
���������K�
�+�K�
���
�G+���

T�G���E���g
���p�\�T�
�����/�i
�)����������������������>
G�����������W�W���������2�����G��4��
�t�t���T������1��5
��4hZwrr���Z�ZrrwZh�4�
��!���"�"��
��
�"��
�Ti
���������
�4��
��4�����4����
�t�t�����T����t�������k�}�����4��4�����
k���Q�)���T��k��k����������������t�K�����
+�4Kk�4�4�T�t+kk�T�k���Ts��Ts��kk�T�k���T�t�4�4Kk��4�
F������t����ˋ�� �v���
�����|g�>DR������������T��T��˫k�T�Tk��tk��K���h�@�@�h������T�T�����Tp�����p�q�����q����4 ����
���p��������h
�����
�� ��z��Z��4�
�����
���k
��
�����
���k
��z��Z����
��
���!�Z���tL�L���A�Z���4K
�K
���z�����t���k
�
�����
���z�������
YY�������������
�����������Y�
���������L���������K
�)�d
��{�����
����|z�����X
��]
��g��4KGf�g
��0
�K�����
�)��+�TK���x
����
�^�4����Z
�T���]
�Tgk��F
��G�T��Ԁ
`�t���4+V�`�@�Ӷ����+�r
������S
��
�>
n
��4��Ԁ
�T�
��q��]
��g���
����4���������d�_gg_��
�d�4����
�T�
���G�T�T���[
�r
�������
��E�Q��������9 �v�
�
����ԫ��� �����
�������T���T��Y��������w����N�������T��t���"�R�DEQRDE�Q��������bB�T�TB����Q�EhE�Q���X�x�C�3p
3�C�Bc
���B��T��
���
���b�&��'&��e
p����e
P
� 
��@*�j{�4���a����,���t���
�����{z�4�����
���t�C��8�qb�b�b�{�y{x�{��������������K�  ����t�4��
�4�t����_��_�4���\���<�������-��7����������������ʗ��7��-�t�D�&c�+�������z�i��0&H.��0,�-##�s&�&�2iGz@@R�Q�T+�c��&����&����t������������
� ��������x
P
�tV``V��
V`���T�^
�T��
�T��T�
�4�
��&���Q�)�����������F������|�~������aiEjV��ul�������������Ѭ������o���70 XDQ������^
���
�4���7������mG�G�T�4�}
���
��&���������������������
�T�n�a��x�j�i�gx�i j(C��(�j��g�j�i�xh�i�5��'��=�=�'��5����G8
m�T�i
�n���5Y�'��=�=�'��5Y�i�h��������������C ��i�x������������8
�����
�Tg
��
�0
���T8
�)��TK���4�T��T������T:
�T�Tx�
�T�T4
��[�T�T��T�T�����KG����xP�
��
���x��
���
���y�y����
����p<�
Z��Q
�)����
��������������������I
����t�+�����t�
�������I
���4��!���+�������
�������I
��������r@I
��������0��I
��������I
���p%I
���0�0
����+�����t�
��$��������
��h������
�������q��������^��jM�P�di��oo�� '��.��<WN�����2���XV�u������
������^v
~\�b�u�D
���
��
^�z�xvu�z~�L������^�?
ޠ����������˜�0���������������$]�U�M��'����T�6���"W�
N�Q��(���Y��cjM�P�im��p�P~�~�~�����+�����r������+�UQ��������t�b�3���L�?0X�3>���X�������
�Q����v
\�b�u�D
�J�
���
�zxvu�z�L����J����?
����� ���s����
��]R�T1
�T�*�)�\�&���������Y��
�f�f��f�f���������z�M�{�y��z�	���z�y���z�������	�%��
��@��tJ�j��Z�!�!�3�!�"��
�
��$y�f�+�/���Y������
���kz�X�,���Hn���|�}���������������1��d�t���Z\�I����<P��W�3�֩Ó��W�W���}�O�����u�[�}z�y�yy}p~�u�[��BO�}a�`���5��_��q�������U���U������������5���������t��y�����w��{�z�������q~}m�nn��w����m�r�������������� ��
������������������4R�t�����������~�w�~������tT
�t�t?�t����t��t�t6
��������T���T����
�
�
��V``V�V`�����
`V���
D�M�j��e!_�NPZ|UzXr���Ĭ����D�M�j���RjdMD!�5�
�d�R��쿣�3��>���ێ��Ĭ��� ��TPv�4�T��T��T���T��T{��K����=b����u�t���5����m�U����z�x�w�y�������y�sq�ggK�g�������y�w�x�z{����T��m��Ө���'�&�������h�~�z�����UB�>>CnUU�'�&TUmC>>�C�T���z�~�{���������k������y���������
7�5��������u�+�=������
�T������Tg
K���%.�Khnnh��<��K�T/��i
���v�P�����K�t/�
�����o�h��honh����h��n���
���������;�m�g�<��&S�3������r�<��
����;�|��#����&�%6Nkj�k
�����hW�
x�}�p�������;�F�&���<U�3������r�<��
�Y�;�|��$����&�%6Nli�k
�����hW�
y�|�p���)������
�������9�I�v]�Y��fh{os���je�V�]]��n���������������w� �v�v���K�u�Kp��J�Q��T*Fhl��tn����ݖݘ����Ǝ������q�DA�������5�%!*Q���TFhulstnl_�a99��:��P���p���������������~�݀������������*�������P���k�9�o������������k��թ������������m��
p�
����[
�S����D
�
�����D��
�D�U
���D�$�$�D����m����8������������?�C�I������9��
�.�.��9�~���������`�n��
���[
AE��N����������������^�
��U
�������T��T����%�� 7;L9\Xpq�T��T��g
��5
���9�������������$�����9 �
���
�
#���
�������4�����@n
������������������T+}��~|��������C�3p
k�n�r�]J'�V��{k�e�{��������������o�h���c-��#���<���/���&��|�~���T+���������������� �t`�`����
�t���{�y��S;����RQPIOD�w�������t���{���K���������������6��������K��������t�������������������q����v�M�����������n�;��<����-��������=��v��v�k�h�F�����8����������
�!�!�f
�Z�Z�3�Z�Z�g�%�E
������E
���! 
��������
�a�!�f
%��3������3��g�Z�Z�E
�� 
Z��������!�f
������f
%�3�Z�Z�g�Z�Z�E
���! 
Z�����������f
�Z�Z�3���g������g�%�E
��X 
�����F�I�C�������?�6��I�Y����(�����u���C�� �XV�Y���x��\���������b��6��6�������S�������*
P���e�S�GQ���G��z�5�:�5��'��D���N��������5���T�T��(���TK��K�T���(�Tn
��4R��~����~���'1�
�A3�Zp��T4��
�T�7׷���
b
,�9�_�7�T5
��2
�T��Z��A�1�
�����������~���'��~�������������Q�1���
������
�Q�1�.�����
ꗐ������v@�T�i
���T�����t���2
�@�$��k���\�����9
��
���e�
���
�
���y�y���Q
�a
�U�)
����������_
���T_
���T_
�������_
�T_
�T_
��s������s����
G��-�������
���|�a�9�9�a�z�~���������z����������������
���|�3���3�z�}���������z�9�9������S e
���*
�<���<�<���
��<+�����������������w���������������������vttvw���_������������������������������+������3���������s�����E
�������Z���@@��@�@֋������Y�9�ZYh��YY�9�Z������@�@��@@���Z݋���� Z���������
������
�� ���t
���
��
�tR��1
���
�~���������*
��Q������
���9����{���s�Y�sn��{x�p�ut��}��T���������4�T���~�������T7��T������������
���������}���4�T��������Tru|u��t�p�x���n��������������u�r�T���}�yZ�n��n�A���f
�����3���g�g�g�g�g�g�%�E
���� �������������(�@WWS�+���������}����������}���������������������F�������������������簰ɋ�f�,�,�f�Mff���� ����z������z�����q{tt������z{����
�����f
%�3������
x�����������t�
�t���� ��4��4�����4���G{�z�����s�{���4�O!mFNB9x�*����}�}~��������������5�W�]������4����������x����E
�G�� x���������t��T�������c��������
���##
�y����u�s�su~u��v�q�x��Tz�����������T��������QO�y�7����}���T�x�vvx�z��T}x�q�vu��~����������O������z��T��x�q�v�u�~us�s�u���������T��������T�t:
�T,�T[�T��}ys���x���E�F���v��d�y�������������Ds4�>�$�0K��������������������_�������|�������������������h�)�!�<��z���������3��������������5�#�����N��2)(
�$��h�e�kI��
�z�|�������P���諌����������j�j�n��W��{����2�v|���#R�6�'�I�2|���6
�S��k�����G�������������������������\���L�9�x�s,'�$�*��
�*$�P�*��
���[��f�����d�L��"�������*�
 ���������������&�����������_��DS�z|}y�H�ec�$�,�L���t1�HD�U�
\+�!W)�E� ���������������$���z����� �~j�Cy�}��7�C�h��&�5�`���v�8�:�$�:�����R�?��v�k��}7�S��(
�z�|��%� �e@��1(
%$�?�n�P�D���
�������Q�]�(�E�5�U������W������������+�M�3�T�)�3�w��'���T�<�*�|�v���;�<�#����������6
�S���7��}�y�k��א�����������S���S�8x_uaz`{�{�s��k�=�����V��������������j��
#$��6�
$$������@��v�t�T�
�i�T�i���{�������_�,1�!��T����!�1������N�H�����'�	���)$�t�
�t(
�$�t�T���;7�T��6
�S���
�����N�H����v�����������������@���3���uk����1��������@����������:���6���zi����
�4R�G���%i��쎔����������|~�}�.���)�����|�}~�}�*����1����~�|���������������1
�"���C1
�d�4��}�����3������;���e�:��}�����3������8���i�*���O�J�K��.��J�?�7�����1�.��.K��z�J�1�Z����.S��cb��b���.K���jj�l��h�M�8�����ʟgk�������������&w�l`�����l�KK�\��������.���������K�.������H̢����W/�&�����~��k���S�ڡ#���ڨ�ZD�p�A���4�����I���
�����l�������,�,���}��������V``V��T����V`�������������,�,���}��l�l�������p�8V`������V``V��T����t�
�T�
�T�
 ����������$�����+�����)���f������}�����]�|�
��z
�@�\
 ����$�����������+��)���f�1���z
�\
2����}�����]�@�|�
�+
�t�)�f���R��8����8����T8�T����8���*�+
�kR��8��7�t��)�f�4�R�T8�T7�T�TR�8�7�T�TR��8��*���
����iw�q
�s�j
�)�f��Оm�a�
����"�
�q
�j
��)�f�d���
��� ���4�gnohgo�������H�4�R��5
�/��0
���3�#�������������؋�G�t�
`aM�PQ�Oddlli`g]_Q+�f�j�ooj�h�o�����v�uf��\�#�������ͥ�����ȅ֤�������������������������� ������T�n�hgoogh�n���4��-
���
���
���
����)�������|�m���������x�r���z�e�`�I�3��}�y?z�#�\f�LuOvh�i�moh�j�o������Q�]�`�l�d�O�Q�P�M�a��t��G��m�q��������������v�i���� ���Ǿ������n�4���^��ːΆ—̀Ə����n�԰�+�}j�{x������t�������zj�1�"��L��������zii����|E�;�;��]SH��v|~�}������������I��q�z��x���������c������������y�pst}qv�5H��ίp��}��������������Gq�|�z���{t��������}��yp�jip~rx}x�od�d�n�yr��~������������������W�����vu�yi�0i�z���������x�`6�0w7~Q[`R�|���������R�[�~�wߋ�������ƻ�ő��������|�ą�`�P�8�05�����]A�]��|�s�|�z�|����W��W��[�
d�m}yrxq~jiq��y}�����������������~r��x�nd��I��mpr|rv|������������{������������������H�� ���X�?�����A���܅w��l�D���z�ك��{�ц����Ԩ�_���~�q||�||��|����������f�|�mm|t^]��Z����'��X��"��-�I���bgiwknv����������v����}�������������(]�j�vg�rxhkl��m[2�+�*�m�������xf��w�j]�Y��n�w���w�y�{hsfy\\h��qx�����A������������zi��r�eV$�G4]�t������������~��%]~smn}���f������t]�f�c�����q�y�J�>���L�N��M�M�N�w�K=�KQx<r�����������<�Q؃v�L�N��M�M�N���Lؓ�Ş�������z�G��D��!�M�L�M�.�E�Z����
�#�������x��rh�]^hzirxr�dV�CV�d�qi��z��������������0�nwx}y����������0�g�s�|r��������T�����v��������7���y�g��}������}�~�5����������T�~�~�����������������K����������}��g|ut~���$zm������v��s�����������������������:�������/
�s��s�A����~�T��z�}xp�M������������X��������l������������L��y{���q�������������-�g�������p������������Ln}������t�������"�V������O������w�( ����[�,���x���x���M����
��y�h�>�GC�TU{�x�%��%�����%��%���T��D即���#}�f���
������؋����›���%��%�����%x�%{�T��G�>�h������
��
˳�&�����~��������'+�����������'���}���������~������~�����������������}���}����������3���3	+�t�4��b��4�t�D�����8��0���9�m�i���%�i����f��������������+�q����U�����3���������@�������
��
��n�D�D�n�n�D�D�n�n�D�D�n�n�D�D�n��.�b�XXbbXX�b��������p����c��}�z�p�p�q�h�&��������c&}hzqppppqzh}c&���������&h�q�p�p�z�}�c��������������������������
�����o�1�1����!�"�!!"�!$���o1111o����!�"�!�!�"!%�����1�1�o������$��������������Z���<� �<��ps
�����7
���7
e
���&�]���&�8�t#�4��#�4-�_�G�_�G��� 
���C���3��u����X���r� ���9�*�Hb=g���h�`�̀�����,�����������ް��5-��"����MM/�8��(x�,��(�9�0�KDz�іɕ�O��T��Om̀ց�Q������\����Y�5����Yy��{�)�)�+�)�j�x�Yh�m��G���{����I�U����s�V�7�=��o�{��vu!� z'f@o&d1��c��a��a�P�E�b�4�"f�|�au�n��O鿦ɯ�˱�n��n��o��I����7�J�!�I������5����.�OB\W�Q���Ħ���dRۛ~��-aOpbK�I�2�C������@�l�U�[������s^�Y�oc�`̄ƃ�~����ƒΑ����~vD�,@a�D�1��"�@�3�b�yЀ�ѐ����l�"����k�"��rbs��Ir�3p�1o�1�]_qew�G�1��(�'�$�:�e�����r�)n�'y�*��ԧ��ӥؘؒ�6��;��2]�z�t�[�u�n�s��� ����P�D�cl|P~_���q��������<����������}�N�x��0�k�<���N�������������/
p�ti"d-����"�`�#�6��9�VѺ�D�����������M����V���"T�A�������K�$�� ��T��h��������~�t�T
� �t~������~�����������h
������������������h�������������������h
����������~������t� ��t���������{�tR� �t������~�������������������򕃘���������t�6
���������������~�����~�t� ?�t~����������������������
qq��P�V�]�]�t��סж�������i�h�h��MD�;ZQuItI[�nt]��F�EQ�Z�-[+@@*e��-�8��;�@�@��4��������������u�vǹ��������ߤ��������������p7ZYCYCq5�(����������������������� �v��
�>����>���>-r�>-��>�j7��)������1����
�;��a�u�a��b�t�a����vz��������yvvzyu�:uz��������yvvzyv���LR]]S�BR�]�ĸ���B�]�S��x�*�.N�Z����wR�]�Ĺ���w��wR�]�Ĺ���w�Ǽ���|���������������C��NG�CCG|pNC���������������!C,��3�1�3,�� ��q�|�]�RS]^R�BR�]�Ĺ�����_���w���η�����}�����|���w����$��䔻k���i��ᦿ���ů��I�7�����J��+��k��t���������}����n~����x����?�����z�}}���}�������������b����;u{�{~(0YP��
�K��S{T�Sm���������������������{qiTAsF�G�K�i���wz�������w0�o�_ew��k�j��	"�˒��l�s���h�z�t���u�|Ц������y(0u"�5��������@B���'��\��ϊ؊����s�q��ٱ������0@��.&7�e�}�|�_��g͗��������������������������|qD|u�n�l�a�K���]�~���������������������d� i��q�qq��u���zw��|�wʎ����ó����^�=~Ş�v�}M�,������7���Qu�p�z�������T�S��(�����p���zKY�N��G����J������ ��b/ѓ��������c�c�t�u���p�4�K�6�gp1���zy�������@���������������������y�r�7�Y�}�{�w�\�������w������x�F�i���������������������s��}��t���x��y������������������������������o�G���qt��
�s�p�^�)X)iz�=J<I�
����ԑ�yʂ����������X�j�eˈP𫐠���{�y�M�9<��I�b�q�u�ҏБ�Z�=�Z�>�F�df�|o�L{1�$�+���#~[G0`SQRn�e*wXjs�I�x�[��Ͽ���^��d�7�,vX�9�<�D�B�c�r�������������~�������������������������}�\{zeugwT�qtmq�F�X�ec_�d���d��y�q�]ʼn���������������m]�n�r╠�����Ĩ�@԰�=�������{������ ����j<5x0�3�%��������������������\�Q�M�������������G���#�K�.�<(�������؃���f�f�f �h�8����z��_��=�K��
�8��^�@��m�K#�2�'(��h�U5���h��KQ�����y�����������%��.�"��/��b��7�������$�:�,M%��s�y���s��vnX������}�|�|�����,����#��/�� 
K���=�{���@��������m�_�X-�P�u�P�ª�����.�M�IJ��T�2��&��&���<�_�]�A�Q�S@�QdXJ*���13SsVQ�~�y�s�"k�=O�B���m�m�Y����������XX��[�J:�3�3�:�J�[�XX���������Y��m���
��)�M���C���K��K�|��|��v�pus�r���dopdad�o��������mn��no�&�{{�xoj�p��h_�hm�nf����������������A�����rk��R���h�������g/Q��Q��I�s���������7�z����������6����ݺ�����Ͱ�H�f�H��́b������������48�T�T:
�t,��[�tR
���4�:
�t,�[�tR
��4������������t���������cM�A�AM[Pc����|�xxW
������w�������/�����g
�T��M�Y��4��
���T@��������/���w��p��{�M
�4��|
�������T�t�t�T�����
��
�4�
���$�D�d�d�D�$��
����|
e
���~��mp�k������`�Yy��u��������ݶ�S�Hk�pf�1H 
��������x�
����������������������������������������H���H��������������������������������-�H���o�{�H����遏�������������+�������������H���H����������������+�����������������H�������������H����-����������������p������m�t������}�%��I3�U�����[���R�����H!f��������������_�����x�x�o�r�iB?z<���������.�"����������t�o��2|���3�������C�������T˳��T-
��hn��4���
��Tg
��5
�T/t0
��g
��
P
i
 �v������@`��g
�t�����A�A�2��A�A���A�A���A�AI�'��t�
�t��2�F�^�wtp�c�s�����������K�c����I��
��>����Z�Y�
�2�d�e�Ҧ��t0
�t���E�
�E�E�#���)�v�����o��}���}�4����u�{���z��u\�
O#���nWv�Z�����h��,�l�t�:�$�4�Zsj{rg�������l��b�1���Xl�dvG�'�b�Q�^���{���y�q�����a|x��|{�j�j���������s�}�����������������.Ӣ�ѡ�?�I��Y–�����K����k�.�#�4�)�s�V���
�1��|��5���G�c�%�1��A���� �X��R�f�
����7��n]Mw]�^�}�����ǟ�x�w�Vo]�
�yt�y�y��������������w�y�B �A��'��!��3EM�M��!�#]��([�B����4��W�t�I��m�@��n���x�Wx�W�t�I�����������W�ȇ���$�r�z����ӎ�l�Q�3��J>�Rq�����_�(�%�v�v��=�=)�G�/����H��{����uA�R�6�=z@k�wl�k�k�w��������l�l�ae��l�j����������{�R��I�7�
��A��5i�f�sg�f�f�s�����h�.�/��g���g�e���������0l�F�
����
mi�E��#�=[�Z\�Z�#�=�E�O��i����������N�����Q�@������Q���������������y��Q��������@�Q�������p������z�E�������������&��}���9�ً���܉���{�H�[�1�����������N����[�G�C��J��ۋz"q*g2E��K�a�"�8�1�&����*����a�/��rwxrr�w�������T�(����v��]����������������*I��0���������������
��
��3����30�H��5
����7
��Tz�|��4#
�5
��
��T�|������������������6
�T��>
�4�#
����T3~~����T��z�wwv�x��T�������4���4O����e����9 �1
�����������d�p���S�F�4�7�z��w8�,�l�����������r�7����R��Z(�x�[��t�s�[{��+��;f�������C�3DK^Fx���u���k��r��l���qv��}�������������T����K�����?�(�&�P�X�+�)#JU�^m�m�m��jg�e�nyiYW�»������ë���P�����7�i���S����պ�ԤÎ�˒r�Spp�o��G��.����B��%���r ����u�`v���t�T�tp��
�TR�4%���Z�d��z�{�	
�	
�IS�4(
���
�k�.�
p�k����T�������t
�t
��
�tR���M���o
����
���6
��~���������*
��Q�)��ۛ��S�%������4��՘Ζ���T��˫�K�T�]�H�A����F-�"�K�
g_�y�z�}>�Q~{{�~؉؇}�zy_�g��K��飳���ܩ�n�_ZZp_bn:�������v�k����bA*t%n�d�ʋ��̫�����4�4���������m�����4��tb�����m�����+�+�4�4k��kL�J�J�l.�d ��
��|{��|�8S"��1�Þ����H�=|}��}�6TV�5�wS�L<JI<{�{�|��4��"U�4�wT�L;KI<{�{�|��3�1VPwcSM;�Nۛ�����0���0VPwcSM:�Oܜ�����-��7O��d����ٛ����T�8���9O��d����ڛ����S�;�@�Ǡ����L�9����"������t��������s
���V``V��V`���H�z�u�|�K�R�Kj��g���
�ů�������ɣ������YPOdq2P2R2QreL]]]L��e3�0�3�a�S�f��ó^U�����hv������n�2�o�����E��������`+s!���j�m�d�f������������J�\������e������܌���
����<������b�d�a��ʵ���֊��ی���
�������������!�z�2v�Ԁ�����������<���r�qo=w5d���:�y��.�����h�O��6���?���)�k��k�k��
�k�k���k�k���k�����������
�������ɲ�~�=�`�U�f�6����@�IV������������`b�����1�N� <��:�M��@�x�i�]�'8��������T���
��}
�T��
�T�mh�n��������������PelnhK���l�eP�����������������������;�T�
elnh����l�e��Z	�P��I�{{�{{{��{��Iy���!�����������
�������~�������������$���~��}}�����#M4m���	eupb[^�d�tQ�E������������T�����������Q�E������r�e�����ĸ� �b���������$�����������0�Y����	�`�	�_��_�	�����fd�egg��h����1���(���'���,��� ���ge�ffg��h�a��C��N��~�W�����������������������������H�y��n�����j�m�����j�m���)�KT��e�]���B�c�=���=�=���=�O����J������i�����!�G�)�e���G�l�G����}���ff>TT=��g��}������}��R����������������I�c�ZYccYZ�c�������c�YZccYZ�c��������\pcdw�y�wx�R�j�.�����j�.�R�����c�o����ͭ�}t���������������qZ�������bZZcbYZc���\�L���
��g�S������VI��m�
0�ܰ�
�.��G�.�����k�.�L�.�k���?�+�����llH�\\H��l����������Z�釧�鏼����������0��
����
�k�cthjz�{�{z�7�L��v�v�K��7�����i�s��ù�Ĩ�w�л�����������Qa�������haahhaai����?�U����l�[�����Ĺ]S��Z Z��+�)�*�*�����MO���v�rqvvq�� 25 �3�����
�+�q�v������������6!M���r�34��2���o��q�v�������*�
����� 
�).����`��`��`�������N�W���{�W�M�}�|�X�L�y�R]^SS]��������������T�T����V�Q�~��ù��ù]S������S]^SS]�����WQ������U�R�����T�T���������t���t���4�''��t�T�T�t����t�T�T�t�T ����7�8��8����a��`��a��a�`��a�^�������M���kl�`���
���8�a�M�a�k�aW�`�a��9�M��9��7���B�a����
���8�M��9��7���B�a����
������H����g��g�[�o�������\���@�\���C�G��%�:`d��h�b�gb�ۏ֯�Ȱ�����������:��%�G��?�G��%�;ad��h�b�gb��N������;��%�G���H ���v���/��}��������7����������
Q��Yr�3F���ZXa��X�x�wx_blk�x�����B�)� K��%Lo�3�B�����J�������w�u~�k�u��x�u�����*�k�?��O�z!x�yxv�z���A��������Y�����
�Ϲ�������[�D�j�m�hl|�{�{������̡���ԡԈ֊���j�8ч�������������5�T������&�9�E��
�Z�$�j����������b������������<���r��������(�B{]�<��6�T�Y�u���Z�|�i�JC^E,g_zsyub��Ֆ�Ӫ������u�^�q�-��1������ݛ���zJ�1jI�1jgT����iԻ���E�Y��}M�F{M��`���@��������]�����~tv��t�z����,�������������������������J�����~����Y�������=U/�0���A����������������q��t��ת��ԛ�����d��z��}��������PPxvtnos�������������������������~���}�m�z����Vz-cObPru[�N��
�S=��)�i�d�<&l��i�X�sŒՍ����0��Z���Z���6�:���3W��4�U��_U�2�6�6�W�B�N����	h[aj6GUv@cLj��^�H�I���,�+�����T��j���k�(�j���j��c�+�,�5�4�+�,mmZZ;�Z�Z��۽����+�,33m���0vH9*��/������o���⩩�+�,�4�4��>4�
��q�{7�$�//�)�9�wh�	���0�m��+�,�5�4�+�,�4�4�,�,n�Z��ܼ���ۋ�Z��,�,�����>�'���l�4�n��,�,�4�4�,�,�4�4�,�,�m�Z�;ZZZZ;�Z���+�,��/�o���-��D��������/�#5>'}���n00nm�,�,�5�4��,�,�4�4�,�,����ۋ�Z�Z�;ZZ�+�,����j���������+��
����J��Ѳ�"�^����������z�}�i�{��ѧ������錐��������z�s�s�^my�z�Svn�n�U{u�u�w���z������~����������������������˜����ڦ���L�vewe��:rnwt]R{���������ϝ��ȹ̯�����\�����j�����t���a�z�������m�|�}�l�~�~�n������h�~�u����������������������N�?�M�a�m�����J�}�����f��g�^�%��l���l�I�%��u��X������Blznxj|Z�6{�&���1�~\�����������N�UL���������ܿ�I��4�����'��6�������k����Z�6nNw���������������������������a���������������t�T�T�T�t��
��
���T��������]
��g�Z
��`�7�7�l�f��,�,�fA�V�4�
�g��K���W�?��t�qE���E���E������4��4�
��������
�
��
��@��
�5
��/�0
�x
���AA�K�
�TV
1�CK�
�TAK�
�TA_�K�
���y}}yKy}����������}y�T9
����;��9
>0����y}}yKy}����������}y�T9
���P��t�t��p����f�e�O�ef�x�x��x�xe�O�effe�O�e������D���D��������8|
 Z������ *�`�7�Q��� �`�6�����w�%�	�Y�4�W%*�%�	�X�4������������j��%����1�������������g�6�`� �Q���7*�`� ����D��4�	�Y�%*�&��4�	�X�%�W���
��T�����#���E�E�#�����\��[^��h��n��T�����^������\������z��.����}��T���N���N���N�����i�Y��T���}|�|||��}�T��Yyi[U��\�`�u�T������������T���������v����
��
�+�
�@��
������8���T�j�M�Q�M�Q�M�Q��W�m�[��F�N�$�l�\��T�T�{z�zzz��{�T�T\vl]X�$�F�N\vl]X�4[�^�v�T�t��
�������������T�t��
���������P�8�j�J�2��R��Q��k����V���o�����8��������>��A�
��,��������'>�&�&��������2�u�����Q�e�����G�W���n�!�e��q=s)b?�ɽV����W��X��/c���������@���o� E`(�������y�k����2@�	�/������@���O�l��m�C����L�����A������A���l�s
�����	e�1<fXEi�o�B(�4�G�#������ɷ���R�M�7�L�M���ģ��[�?�Q�m��k�ȥ����a3N���H��
�F�?���A�G�!�<������/0�U����@Y\@���քd�= @�6��>�������U�*���*j�*�.�N�������������������z����+8��a��{�z�{�a�����Y�%�#������������y�=���<�=���=�<���=�<���<�*����`�`�����`�^������+���LPzlX��1�A�z/�-����6�D�&��@��I�����`�_����4��|�����4���B������
 4���4!�����3�}|��~�j�k�/k;j:/d;�j�k�j�L��`�������*
�`�h��������������u���Y��5�4�Y�\�5�5�\�Z�5�6�\���~� � ���
q�@��-�3���3�T&���k������������������v�vXw��p���D�>��m2W��.�_�Z���8n��������E�� 5<�hL��hL�Q�R�����S�u���'/�����>0����A�g���z���8�(�Ғ��ӑ���P�����0K�C�'�Z�L{o_�u�����O�n�	�ɋ�#��x���W�{��D����ߥ���p������B�dȋ�e�E��)�p��3�����+5�7w�p�	����n�t�T�y
���@
����y
�4��'���
���
��
��
�
��u
����n ���
��t'
�T��
��
K�
��K�
�V
��'�� �t��X�t�@
�X�t��v������&�'�y���&�'�Y����
�
���
�Y�&�'�
�y�&�'�
�b�K�HJj�p�������̃Έ��bi
����������a����ouwr~�������'89�{=�{��mx������������<�*e>����o�kjqpi{������A��R*7}xE�|��}jp�����������]�VY0�-�|�xp���aime{���}��l��d""�p*��}�|bl�������������v��\&�A�}�xf�a�) 
����W������po��"��_m���3���m������������"�������3��s������ٝϞ���¿���������8~���~����}������������~�������h�s�������������������������������׌���������������$���������������������z����������������c������������t�c��^�����������_�������P����������v����������������������������v������������������~���������w�~������������������������������������y������������������f������������{�h�������������������������{�������������������
�����
��Z�~���}}��}}�����}�����������������||{������|������������Z}���������������������������	��z��}���������{���1���0df�}i��t�j�\��KMuTu���z�y�~��������0���0�����&
����
���
��
�
�<���!��!����
�
��!���<�
��jv�����t�
��Ǒ�m����l�����!��4���CP�W�h�Ќnj��������������������������|�vw||r�yI����s7h3^1c:gJlX������������JU>�]�w�������������������D����&���_��n�����������������������r6�Hgd��al�o�r�@���/������K&``m}�"�,���� �����y������������@��}�z�~�|�{@��Ë�����)�������ҧ̞ȭB�O�`������)y)o3h������������m^��Z��x���
���
�:���w
!�4�i��� 1�J�{�z�~�v����������$����$���{�z�~���������������J1��� E�8�)�3��y���������������{�|�|��y�3�8�)E�
���
���1��V�!�4�g����V���Q��G��� ?��3�������������������3A��� H�W���T���!����� �5���������������|x$�5�!���
�~�;������
����~�V��!�4�t���/�����|��h�7��S.1l~gd�`��;�!������������������w�g��vp�h����
�i
�?v��
�x
V�!�4�������m�T�T�T���������
�
���x
�������-
��V���P
����P
����P
�������P������fA�V��
��T���l�f��P��������������z�z�! ���
�P
�����4��4�����r�n<��B@(��vM��z�zy��:�(�(�������! �u�6��B@�!�eDR���Ĩ���nhhRnD�
�����
�x
K����!�4B���f�~����:�;�8��:�;�����
������������5�E}}��o������ۮ���h�J�t����������o�%����]�8%{~y�x�g�(|{��~r�����������x�j�r����������q�O�>99l>SO~~z�z�
���
�x
K����!�4����
�E�Q��y��
����������
����1���������
������������
�%v��
���w
!�4�4��v�����{���v���}�������������J���J������}�X�}�w��}�����v����w�}�Xe}��w�}�J���J���}�w���e�������v����������aʁ��������ӎ���y�L�z�z��y��ӈz�z���|�c���y���u���Y�aa�f�f�6�&������̶Q�HyA~`��D���ޟ������(�����#�P������g�Q+<�3%�!!!�S�|�B��D�����������M�h����ߺ����� ���ђ���O
�.�-�.�-�.p�l����H��s���-�����U���7����s���H�<����J���J���J�?����H��&������U�����r��s����&�l�~�v�����~|�|||��~���v}~rr��r�r�}�������������������������|�"�����������������d� �^)�[O�K�0���-n�p�q�
D:��)�r�J�?�t~���������r�I�F�o�9$�"�%�����9��/����i�ü��I�IR^rdcl�m�k���ԧ��2�*�:�8�)�0��\��pFN[BA�\�Ÿ����g�h�gGDDl)�3��=�
���
0�
���jR��V�V�VT�PQS�yV�V�V�����:��R�j�������V�VyV�TPQ�S�V�x�������V�Vy�Á��•���V�VR��j���h���h�
��@��x�m�����Ł�y��V�V�����j�R���t�t��t��t��F����4��x��P�p�����������������[��p������x�4M����F�q���q�q���q�Iw�w��v���|���yx���*��|��8�����������G�}�A�I��r��w��-�u�����\�?�	�5'���p�����x$�� PY8������4�I�5�K��� �G�3�#���T�1��!����I��%�>�H�G����U����������B�&�����������v\w�ͷ�����- �-������%b�b�d����&���-�JRp�r�v��Qi��u���,������t�~��՗Ӣ�9�������R�M�g������Ĭx�{�}�ާ�EvhrjplJ�- �?�&n	�5d�b�b�I������,��u�e��u�i�`��M�6�f�X�P�����lj�iij��l���PXlf`�M�6`ZiRuL�};�p�omm�o�p�|;�L�R�Z�M�6�`�m�[�������
���[��Ɨ�����M�6���Ġ��|������������}�����������+��v�j�������S��&�z���������z�g�M�Rj�h�e�d9o�I�CAA~CtI�o}d{fxg�j������;��v���+���I������z5�&o�?� ���m�j�hĬ�7�;�j���j�j���j�j���j��j���j��
�0��K����B��H���
��\�O�+�:�������x�O�a_U�TS˄�B����g�f�t�XRweWW�k�!�����:�{�z�{��z�zy"J<%wl�y}jh�w���|�m'�!+\�!�
��ո�ϡ�n���������M�b��������x��������7�������������t�tt�p�o�p��yje�f�{��m������~���	Ǻ������ �i�ii�	yz�yW�uf�^�������
���V]g`[[f��������_\��� ����A���^���N�?�I�`�U�j��f�#�b�'�^��j�T�m���4=yBF$�������3P��:kS43g��߫��ޯG@����pFAw@�UM�M�M�%��O&��i�Wt�LXU�_�o��gBF��b�WR�?�d�/�y����(#�-������:���=�������������;�������������r�a�``��^�_�^�r��ruke�dA~����������R�?��‰“��w�n�mm"�?+��R���������������U`�B��=�j�ȕ����w�S�<;QE>?�F�` �����
� ���R���X�����X�4�! 55 p�q�sa_^U^H��K��ʲ�Jp��w�����������m�����7���ų���u��~�������������������/�/�:�q��������~�i�y�����k�k�����k�k�����k�k��gf��ho�py�p�o�o���������������
�����n�0�
+�(�\f�m�j������ő�¡���������C�B�{������������g�tzl�dg{S������)���������i��k��-���������z�/�R��ɮ٫ސ������q��,�Þ���2=�5�����������q�n���Y�V�L���9+�3��zZ$�;;�#�}�Mwz�V�qzvy^oy�z�z���v�!������UggTUT���¯�¯gT�{��fggTgg������¯gg����UggUTU������gT���ffgUgg��������gg���!��M��m���#�����[��8�I�C�n���y��y������|����������죢����������������������������Ԟ���[�T�I�&���%�7�O
�����~�~��������Tvt�s�r�v����6���1����p�s�����������������Y�M�	�O
���w�p�v~���Tv~t�s�r�v���l�U�Xq�s������������������k�	���%���]�r���������������Kw�x
���ܿ����
���D�&�l&�y�P�����
����>�T
�/
��������Ua
�������
�
���������3�����������^�������bX�k���>��C������_��}�g55�533�3g}cm6ﳽm�v�%f���������~~��O�~~��~�����^���������a��}�g76�7/.�/h~bn1���l�p��.[���Rh�5kuZi/�4o�e������������
^W�f����������������7������������h�7jvWi'�2n�f�������������z�#�z�C�p�i�s�L�2r@;pEVP<Q<m+�,�4�>�;�O�d�l�w�����
�#�>��
��������������������ƭ��
��t��t���������4��������t��t ��t��t�T��������t��t�����e
���7>jVR���H�����������%���HV��j��E�#�#�E�E�
�E�E�#��������H�R>�7�E�#��E�#�#�E�ج�����H�����E�#�#�E�E�#�#�E�E�
�E��?�>�?�
��������	++�	�
+�	��������heXuS�	+�
�
��	þuh����������	��
�	�+�	�
++�	SX��e��������������%���������	�+�
���� ��o�9�˫�4��9��/�ː�/��4��G�j{fj}�^11^�r�t|q�����j�|����$���$�J���|�j�B������G�r�b�rrKK�&�	���������������j�	S��ˤ���r�eG����e�����~�1�~�w�~~�w�~�1��������G
�z�z�����0��v�~���0B��������KR+%+
�~
�T��+u�+������~�w�~10����������G
���4
�v���2
���d���������d��0�
����m���c����Fr@:}77:��@�����ڳm�-�T�0�>�����2���tM�����2�V����3���3V��2Y�&���L����t�������>T�0-����������V�-���
K��K��K��K��K��K��K��K�����T�tY
�T��Y
��TY
�"�6
������������g�n�~��Y
��T��Y
��TY
�"�@6
����
��������H~���������Hf����T
�T��������g�n��p(���������������p�T��<}~�}��������<���4������T�����T������~�}�<��2
���<����p�4�t�p�
��Y�:�YY�%�$�~�~�$�%����Y�Y�:�YZ�$�%�*�*�4�4�o�ol��8�������I�I�������8��o�o�4�4�*�*�%�$����Z������u������*���
������+���
����u�H����d���8�lh�Tw�w�v�������y�m�\����_u����5��������^��/�7���h�Vf�������J�C�2�2C=+�J������V�hX�[�<�*�N?�Y�3�: ������]�#�������"��S����:��Y�3�N���������%��%�I�%���%���%����%�F�%�"�F�%�F�%���"�m�m�m�������%�@�5����z�"�m�m�m�m���F�F�
�V���m��y�j�j�g�wrPE����]�����}��������~���S�u8ӗ������������������)����x�m�6�����
���|u�w�}un]~�'�)�k�p�{�u�~������������������������y���������
����n�k�upto�g�o�>�4���y���}����Ϧ�)�Q���4���
g������y�r�=���7TRyy�t�v��z����3�����������*��������WJ�t�t�x~����8�tA&���ys�j�m�m�}���������������՗����������������
��:
V�x
�������
����������������������������������������d�T���T�-
�5�������P
����������x`�������
����������� � ����ee�pZp� � �������%�$����
� �B�(�(�BP! ������(�'�'�������$�$����
�G�G�������(�G�G�����s�$�$���z�h���l�?��9�����������%�$����
�������������������������_�{����������_�{�������
V��|
��m
%
�G���G�G�G���G�G����EQQE�EQ��������QE����G���-
��
����
��
����%
������
�E�Q�t������
�
���l�T�������^_|_j-Z7BG:?)_�s:y8�C��Xc�cs{~s�y�y�y�y�z�y�o��t��������������������o�����֎�~���@���,=��"��H(�`��dine��|�An��q��������������˗����NJ����ܨ�,����+P�מ���
���M���	q{mv��=�m�
�����RJ������C���w�w���7�c��l�!�w��/|�)q�%�
�Q�X��e�������Y�G���D��������W[���r�����0�I����d��?����q�o��v|wv���N��X��^�U��������������Z���������l�-ƒs|e��W�"}f��ڋ��\�G�Q�+�L�������~b����G���D����C����d�5�.�2�6�J����:#��:���t�|�m�c�U�Jmopm�v�n�]�TB���4�B�@D��d��$��r���������v�J�L�8�������8˿}~��=����.|Ն��s�=�x��zo<�B��������������d
��������l�8�l���	�\�������ʨʩ��ܧ��x�x��Ӫѩ��̉�Ш�ܧ��̩ۨ�~��������+U������n��/���nT8)m'����x�x�����x�x����+U��mT��s���_�����^���^�����_���������x�x������x�x��((��8���m��0���n�y�fz�������z��~���|����~���w�L����������������������������@���������������%������"���s�x�@�����{�s�@q|xs@�m��w~x� ���~�x ��_s�x������{�rr|xs@��s�x��@�����z�s (r{xs �2C���������������������������%���������������������$����������������������%����������������������w� x}s@n����ww~s@m� (�{��������|���������vk�6��~�}�xen�������������H�G�)�qtyduw��{���������������z�~�l�{������������s��{�y{��������������s�i�����|�h���o����b�p[N�@~���� ������r�@���na����&s���� ������u}{x�w� cn�������3�������o������w�~u?m���{�������D����@�����}s����~�szzqq�z��������s�}}�w��_o����G��~�}�xem��������������HG����������o�����x�~u?n��{������� ��~�}�wfm��������������G�������������(�����������������%���������������������$����������������������%������������������d
�����;�z�u�1�t&�A����"Ω̵�i�����&��L�̔��+��@�����~�t��vq�az�p�������@��������u�bw&�����8@�SJZu\ek pkf�Y8@,�����F)��:�������J\^GZg��m��n��|���������~���~�r�N�v�����Ư�r�i_��z{�wow{vy���}�p�sV��1}ns�o(>�������}�>�pt�lN[XKH�[ͨ����>��-
���"�?���4�����'::'�':��������:'�,�Ah�"����t�t������LR�A�S�1�S�c1���J����ֶgLXpjZ�@� ��=�P�B�BPOA�A�O�����������gŬ�\�]�W»�[�Z��3�)��S�����f�f�@�_±�R���D�=��̹���|��ͻ�M�V˹�$���Q�G̟�^ͫ�w�_�B��G�.����O�`�I�Τwϓ�RϺ�T�EDjX������������3��"����"��7�<�"�ߊ��m�Q�1@@ry�t��8�����s���pv�u:@�����r���fqv�u:���d@���r�_F�������/D@�>�L6�L!�� @���+���������O��h�h��h�h������[�N@�c@92;�����@�����1 ���y������,����(�(��,�m���m<��}ni�k�<�ytg�n��������(�B�nl�mva2�gW�TP �����Q���~a���w���e���z�����!uP�������!�Eu�������:�P�B�BPNB��G�=�_!!@1�@��Z�*������y����@u@��������_@��M��_��H�EQ�Ji�Q�wr�SrNG2��Jt��A��������(���@w\�EQx�]�nr�TrN��:B�N���������c�T�X�.���E��!���]^����g���������g�T�W�-�������|cQ�� ����f�
P����������+���(�(��+�l���l�>�vI����I���<5�������YaqT��;�Qvy�{�Q�ŷ�����`b��Z������
�Y`qT��;�Rwz�{�Q�������9�RI�P��P(�����*/�inW�����|ϊ�L/b\04�]������O��_��_@�P������(��	���e�,�l�,���|�}�
��v��������)��e�iy�����z ��������)��v��������?��������?����4��
F���������or^{g=Z�������i���
�*��������������>������薚��=�v�������������*��0��������������������9H����3��
�F���������os^{f=Z��P�����i���
�E�(J�-�����I�������4��������������i�^x�����z �������x��d
����6��2��3�������~�����*�*��)��(��!���=�
�x�e�t�pqR�t����������������J�͉y�iiylH����Xzdipsl_~UGJ��h��s��x������y�W�9�Y������������ӿw�y��k]�]s}�zw�~�{��m�h7���k>�Yi�{�������
�zt�dYg��rn�|���oM�򹓝�������������gp�tx��*�k��S���������������k�*�k�l��1wGb_]aT�fvs��t�+�*r����\�������zh��e�N;�h��_hg_@_h��������h_�����i�����l�u�~��~����������$rfP|KEU��f�a�v���,��ɼua��a�P@��d
�����Xv�v����T��@���A�!����!�K�Ty�	�����
��~@7뀙v�~��6����
������������D����
����
���T���4�[
*<�씒�������<�Jڔ������o�C��j�����S���R�'"��p�G�	�*��J�,�����)��!����!K�Ty�p��v�~��6���
����������������9������4:�T[��R
�T��:��T?
�T��:�T?
�T���t�
߼wO�V��VOcZwE�;��(
�K�&
�L��1��������H�u
m�4�"�9�!�4� �D�7���*��*�����~�b���������EL�pC�Q��'�]�V���O�
nLE�������
�
��3���(���`�`�����b�e���!�u��!��3�U��a
�������
���
m�O����%��*� �&�-�~�&��ހ���`���b� �z�]�A�)߀���F�9�:��5�$����
�_���_��
�E�A��������������b���w�}.��$X�'�����[�����[ހ���������poG�b{����������������������
������S�x�Y-��	���q����|���k������j�o�uh��yə����R��r�	�����T�i
�����_����s�u#�
�f�f��"���ss~ki�_����K����_���������"��f�f�#�u�s����_���^���T�T���T�T�O
�O��
Z]ukh���PUj=;�<��$�=�ӭ�������}�(������7�0�!���u��c6�rt�v}ra��f��'�����Z�X������,�W������a
p{��Y��
�XXuxmihaX_)(X��b�hu�X��
�{�T�K�T���T���T���T���T���TK�
�T���������������������������_h�m��x������������
��������T���Գ���
��������
�i�V�!����������!��V�iK�������
�`R�Go|iv��
�
�d�d�}�}�
���T�T�4�4�}�}��
�
�
�
�v������8���7��8�W�9��7����̩��u���x�t�o��v�w�p��E�V�3��'����(�������I�6���/H#�@��_��6s�2�r�����������v����)���	���������7�,u`melh�@K(w,�k�/�T�c�W�B�R�Z�s��Z��������V�:� �[�X�2�;�@�L�p������Z�"
���x�#�&��|C���@H�#SQ�4� ����+�� �2�й����y�z{�6C'r �v�'�Q�j���a��N�S�c������I��=��λۊ���6�O���F�u����������ɷ�a���y�r�v.D����x���yl�u\eh[��x���O�~�|�i�K�!� ���u���F�
���$
���z�z�������0�	�N�e�e%�N�0�	����z�z�������������������������������
��������������������
������������������t���$
���z�z����
�������-
����F׀����
�D��
�D�����w��P��ak�O����N���(瀰b�X�S���9}�^�H���t��T�U
�D��
�D׀�������7׀����]�]��FJ{oQ���$�w�v���
�r��G���
�t��K�KB�=׀[
��v�N�;�m��Y��������i�)09Q��瀷���]��
��T���
�4���������������G��%
]� c�mgc���cm����������*��um���v��pvvp��qu���������vp�$�i݆�y�"�Z�4x������+�4x$�Zy;�N9�������������@��?�@�?��@�]�?�?��T�e�[�R[ed\\�d��R�����j����������b��O�� �����e�[�j|ƒ�����������~�b��O�� [ee[\�e��j�T�SP����e�[�P������Z���[���ZQ�R�T�[ee\[�e��Q������Z���Z���ZŅĀ���������������4�
P����:�����
l�����9�4��t�M����J���lrH��m9�	��M��������qxttur��������������Je��
���sp�szy��}e�
���<��������cH��u�Rtyzuw@B�X�����2�����ʳ�8�g^zp}UY̲nx�v�w�ww~zm��#����Ԓ����������,���������f�����������������������~��t���x*��}�-�������������oA��c�2S�3_�(���%�Q�,�d�F��W<~����4���g�E�W�RC�tp��|��1����$�+s��<����
��
@�T�)�0��a�_�i�3��� 4��X;&��
���us�s9&%9l�_�n�hY5�����]��\�a�\�<�R��V��k���_�k���`�1�T����<�kOF�w���2���ϵZ6��_�"
�
��g���<�jOF�x���2���ζZ6��`�"
���g��-���~�	L9wu�z~\L��y����Ǟ�My�v�}�N�}�������	����������ǜ����z]�����z�7�����T������t�T�t��t�4�t�4�t�4�t�t�$���r�r���d(
����
���*���*�����TR�4(
��*���*����'
�4(
�T$�d���r�r�����n���Z�\������J�x�k�^kwwk�k�w��^�����~�|��}T|����z�x�k*kw��U|����z�w�k-jx��T}�����һ�����xj�������Һ\D�����E[[D�S^m��x�H|��|T}����.һ����һ\D�.����#����##�����#���������
�'�V�'���'�����8�����������L����t�t�2���2�T�2���2�T�2���2�T�2���2�����������������O���
)�$������x�r��O��������r�m��c��������q�ly|�~��"��|�yy|�~��@� ��|�ylqrk������e��w�}xt�����[��p�wtop�t���b�������p�t���U�������k�r�������#�����
����$�����������������U�������������a��ᰥ�����m����}�||}���€�����#������V�䕌�����O�V���@�P�[�������d�������������������������������\�R�\���D?���G������!�cL���������m����������?J���9_����������	��l��q�1�:���KI���������<�E�Q�8���8����?�E���������d�V��w�s������-�1���a��������S�]�aA�����<�U�i�u��t�,����������e���#���z���_6�������������������I�c�������l�����������T��7P�7���o���7������w�>��������>�����?�������������
�D�����B��(�D���D��(�B����z�D��)�A����NZ����ȼ���xȼXN�=�v�
�:j�TR�R�;���;P�P�Q�2�<���;�5������,�$�(�)���M�U�]�(���)�+���+\�T�M��q���q�z΂�3�����4��y�p�m�1��
�.�o��Qk�e�^�
�����'�u�v�&������^�e�k����7|��e��pex�#�B��9��o=������9�B]:�#��/���ݠ��p�����"�\&�����"��iR��e��x�p�����
hB���
���R�XD�@���������� �_*����� ��pX�����@���Rp��c����h�E�����:�dM�+��A�����*�[ �����$���0�b�w�q�f�]�]�]�U���9pttp.pt���q�������to���q�J���N
�����J�A�N
���A�J���N
��l�L��6�H���������������p�A��O�YK�I�+���+s�r�s� I0�"�/�r�I�H�q��q�I�H�r�v���;�(h�q�j�u�q�i�F�����
����ﷰg�����(����7�]F���$������g�����)XP
��������p'���7���)���28���]8�����j*�%��j��j��j���A�o�]��"��
-�]��"��-�]��"��
.�\��#��<]�i�|����i�|����i�|����j�|�������6���6����6���F��ٯ��������6��UaZ�g����<��xg��w��������������������;�A� � �A�@� �!�A�@�!�!�@�A�!� �@�9����ŵwv�mQ��uL�flD�^A����94�wHMZ��X���a�ǂ��ݏ����,���!���|�����)�
�
�*�)�
�
�)�*�
�
�)�*�
�
�*���*�
�
�)�*�
�
�*�)�
�
�*�)�
�
�)����[�O�CPZ[P�5���5�Z�P�CO[[P��P�[�(ǻ��������.�S��"�0���@��:��M���������`ed��e��������S�O����[/:~~|yw�{���
�>�g�7�.�iczdfp�t���+��&4��R���������l�^�����v�Q���B�R��������{�xxgd~y<��/R��c�4��j�c�'��^������d�<�/�g�Z�8�%�V�������d�
�
X������'nh��`����z�{����{�������@����X�'�&������'�&����H�`�������h�������-�Q ���N����������k�g���-�����`����`��%�`�������a�z�x�w��wx�z���xs�h�t�T��~����������T������x��������'e�'������'����
����
���������x"�888ށ888ށ888ށ888ށ888ށ888ށ��888�11�
�r�����J��8�
�����8��m��D�ڱ��8�
���8��m�898݁xy���f�΢�{�c��E����H�����
������$��D����EQc}{[�h�f����KK8݁��898�11�
�D�r�����'m�$�������H��D�
����m���������>
K��4�T+�T����������������DqT1���aa���1��q��������������������ӌ��������������$�����ӊ���������4��Fl���G��u�j���������/���>�c�v�Y�X��wr�lO[MOO[�Olr}twXPY�v@c��>kPS�/k�������_�`�b�j�p�N1k���I�|�������
��� ��F��k����u�U�)�4�S�'�-{:d��@�G��
&zz�����E��w�v��lmul�c��h��r�������]��t��
���bF�s^�[X�V[
��v�N�;�m�Ћ�������D�1��� g�%/O���,k���j�F�?�j}����y�y��k�����D��
�D��������'���w�s�xx������
t�D��
�D�������7�U
�1
��t��_�>�h�jt�h�h�j���bg�S��g��T.�
�
�T譁����b���������j�h��>n�_K��D�;����D����
�h�/�����4+��|
�Z���su���S��&�yp�rxo�h
nr����R�/E��o�qwn��������������������썍�����c�@�
��"�;�;��d�������xp��X�B��B���������}�t��q��۽���������w
�
�T������d��m�l�su��r��|����j���to
�t�t�
�t�tD�t�����E
[
�S����)�����\�<�����D
�4x
���/
�m�
���
8���������{�uNv����Q�*�3�3��Q����~Fu{uv����+�N�R-��X�v�D
^
���v��X�R����X/
m�
��
����
������*��6x��l�l�sv��r��}����jX�m�
�9
��������)�����[=)R����~�[�~�w�~5-!��i��5
��D
���"�~�v���_��������V=)[���D
X����w����a����u���q�u���� ��f!D!��� }��q�q�uu��r��|����j���to
�t�t�
�t���tD
�t�tD�t���ì�|��r������6�Z�<:���S�
�vg����$gJAv<��������ֽ�Y�i��<A��J�������Z�)����
����������
�����P
���0����u�l�c������
�
����*��5x��l�m�xy��v�������{����?�������Z�S����!��
���4���t�9�M�kj������t�9�M�k��x�xw�����
�J�1��1���Z�`���w�w�x�n��=�O�v�T���J�1��1E����`���������nm�=�O�v[
��m�������� V������
�������)����
�gN/��#��-t��e�Z�\i��\�������h^
����ֽ��?�#f�,�����W�S�����CZ�7)������
����6�Z�<:������
�vg����$gK@v<�S���T<@��K������Z��i�i���#
�@�@==�)�����\�<��� �!�������� � �i�j��D
�4x
���/
��
�
����w
����4D�4�9�/��������^�]��^�]�����9�4o
�4���j�|����ѡ���l�s��m��d���������t�����K��/
�������
m������v�~^^���M�M���t�M�t�j����|��r��u�s�lm����d�����������t�����t�
�t���M�M���^�~���������2���/
�����
p�
�T��
�D
��D
�����T/
��������[
���]�]��E
������������O���m�|����*
��\ee\��\�e��s�
�����V�e�\���9���7��M��|�?���S�#`���������<����`�R���w�<����ED��z8D������^�7�E�&S�M�X]�Z-���`L�M�L�����<�z����=��a����3������l����x�-��v����x�m��qY*m�����S�Z�]�e�a�u�������ж��X�������p~�v{�}|[^s\�I��F�F�S���#Jw��a���â�������������7�z��_����
��%��>�}=�a������������������f�4���4����	��)x�5��M��k��4���4�4���4���+�����
 ������
������
���T�
��T��
���T�
���
������{���{���{��������t���T��
a�T���
�TF���7
����
�Tr
����J
��t�T���s�R@�6{���@),\��,��)�@�ə������EQ����Z��T��
a��������������������������������������������������������������������������������������������������������������������������I�Is�~��������xx�x{���?+)]��)��+�@�����8�s�~����������v���
����������T��@����P
��Tx
����{
��������T���
��T�i
�
P
��
������������T�T�T�T�����T�/��������/�T������T�T�������l�v��T��
��T�
�T�����!5���
��������
��s�^v���t��
��4�����~�������4���������������4���������
��������������}}�{ptr��m�g�}�e�}������������������������M�p�������������������������vw�y����������ۏ�
�
��P
�������X�t�j\���b��'�d�j�����гg�[���L����״�(�
����¯����#��w��m��ݿ��������b���t��G�(�r���|�k�j�>S�l�s�t�������� =���������S�l�s_ti�q�n�����v���„Ņ�3I`QnN�^�D�y��a��g�T�Q��3I`�nȜ������n����;((5;!!6����r��y��������q�h��������n}�����.�d�9�=k��%���)���}���|�|���������|�{�z�v�v��������u�yyv�v�x�}�������������̖ҹ�֐�������a�c���r�p�p�xs�w����z�n�}{������w�v�v�����������������Ӎ⟳�����͂�p�T�l�Zx�e�y�R{��0o|W�b�e�V�H���q��u��O� �z�|�n*�)j4_SnNe]_\]“��†gwkrmn�n�n�y�{��ʼn���Z�lvTdp@�J�I�4�X�^�xԉ�@����������j������w�v�w�������@~�n�y� ������y�o�r�pm�ue{`nY��n�p�r�@�^������r�ss�~�~�x�v�v�y�v�����}y�@u�wzD8{�{������|�z|{}{x}�~������y�z�~�~�}��	�;���$ˉˬ��7y�8��8��S�iˎ���;���	D8������h���������L����p�`� �d|�j�K������='��������t�<�<������vug|c��`��|�[���hf�@�_�&u1�||�~��y�o��������9����������ut�w��KrjR|Y�% �������ڬ�Ӣ�
2�H��������[Q|+�<c�g�v��EU||��zzЕ֦����������dBr;�9�Wd�������Ir�Pmu������͆�~������/���/�0���/�/���0�/���/�x��y��w�`~"�b�|������ьҋъ���[[~!�[�s���'��ҍҋӌ��l��3z���Q��������R�#�k�r�w�:�v�����������������t�v�v ��L�F���T����Ő�����{ό���������x�s�x�<�ծ���������������������
�|����D�B�F�+��D�~�I�#�6�B������7�}IH_I�D�&�\Ӂ��@��r�{�)�5��
�������?���}�����������������������z���������
������ T����&�#?�a�O�C�����:������������)��x�{�}�������������.`�A�<�~���������$��!��	������������z�~�|�}�}��������X�X�X��}s�r�uj~^�a�t\C&OD�I�H�}���������ߤ�@������J�6�	�r�B�00AA00�B��������A�00BA00�B����������N������p��i���4�r��������������������t�����������T�������_�	�	�_�_�	�	�_�_�	�	�_�_�	�	�_�0�
�$��k��t������
�t�
�$Kh\�b�u�D
��������
���<���<�<���
��<+��t��+�
��'��''�+�
��-
��
����
��
�����i
��T�� ���������������i
�R
��,��T[@R
���������
�4���]
�T�3�C�@Z
�4�
�����������K*�����������K*�������������K*����T*��
��
m�������{�z�����s�{tq� �p
���S�X�k�{���E֫���}��]�p����
���FV��*
�K�H�W-C�C���HK���h�@�)�4��
���)�@�hK���H����-�W�H�K�h��)����
�4�)��h���
�������������� ������������-
���@P�����@��h���!����(��@@���P���
! ���@@�� �!������@�@���! m�iP�t��
�����m������P
�����������������������������
�����
�����m��a������� ����������������a����R@	�������@�P(���" ��Z���D��

��$�����@��@D������
%����D�B���" �
@ �@��� �$"���� �@D�� @�$���

(���
��>
���jm������P
���P
�Z-m���m����
���
me
����f�4�4�����-�4����������L�L������m�������x���z�z���M�M��z�z��������V``V��������4�3
���-���ժ���L�L�������\�U�I� �����(�f�c���}����s�m�������-� �-����������y�i�s�n��������������������K�8�A*����,����g��t������x���^�L p&����{'��%�%���{��p�V�J�9��$�5E���E�$�ݑͥ��}��r��:CW*����[������_?P`X=��}��[A�����bo���/
���k�������k�������(��2�2����I�����2(��U�J�U��2�k����������������������������������������������������������d
�
�+��Ԁ
���
��G�����X
��]
��g��Z
��X
��]
��g�4��4�
���
��G�4����
�t����
�����������������T����T��T�����i��pE�77EV@p�1
��U�_�x����o
�H
6
�f
���������I{��
_gg_����n
���7���b��n
���7���b$
���Xr�zspp�s���^?�`�������`���^��
$
�_�`�b���������������Z���[��z�[;�Z����$
��&j�W���W�j��&�[�@�"�U�����z�U���U$
���Xr�zspp�s���k�G�+�P������
���T�v@�T�
�K�
����x���I�L��L����I��������I�L��L����Ix��^�
m����K�+��� �t�������t�����t�t���������΄�PH����t��
��������ZV����t��
˻WL��q�q�r��H�r�qqr-
�hn�����n����u�~���t��
�t˻WL�@�m�A��
˻WL.���t�
�JMs^\�t�lj�i�!)���������tI�K�^�����0���������t��H��������!��ww��x�t�^B�<``uf�t�`W�U�4
�x
��������t��t��t��t������*
ɽYM�$�����
ɽYM�������
ɽYM��w�w�x?�)^�cj]�Dce��s��
���ҳ�xk��.�a������
ɽYM����$��
�18X:b��}}�}��F�hX�a�"���!��
�D�����(�������� �	��������}}��}���b8�1�m��o�9�����t�������t�����������ʓ���������
�0�

�%����nl�lb
!�+�f�z���x�!�����p��|/�7�c�h�h�k+��^���[TH�P�}��.�}{�{MY�ɷ�����7��o��_qccy��4��{�H]���ȣǦ��������ɽYM�|����%npzdc�Z�}!��DR��߼�
�����\Z�j�����ћ�����|���0��!�����߼�X�E���������dk�dNYTMNX��������������
�0PcXR}��6~YV�W��������t���
���
��
�S�
kI�J�X���%��Ba��8�k�������#�E�����
���b�>�����[=�:����-
��
�Y�v�k���2��������
������O������T�����\0�OU�ƀ�������ԫ��afob~h������S��wk�����9�&&�����F�D�[� �����_���J�������ͽ���� ���"QQO;���������2���x)��+?�q$�@8���q+��*;�u�~-%�x�x�x��q�u�utg�f�h�%�'��E���̹VL������*����v�����˺VM������`�����w��z�������TE`ubiq���zup�p�J_e���'�%|ŕ�}���r�����ɾ�ɿ�dZ��,����������ɻ�˾�gY��%����8�>������4
�x
��[�;������k�t��t�T��t��T���l��*
��MC���
��MC1����
˻WLN͜�f´[V�mJ�J{K/�o�qwn�bce��s՜��
����ѵ�vj��+�^����
������d^�]� ��� ��
�b������l�Ք���m�)�xy��x�^H�Cii�}l�\N�J������p�"���#���k�����k՜��͜���k�眫�
������t�������t���:
���o�V�t�t�
���c7�/{{��{���b
�z��f+�!b
l�l�n����%�
�0�
������Ǔ���E�t�^�+��jf�f�l�l�ɽYM{�{�}�.���}P�HT�/�7������q�ͻ]H�{���4��cycq_MY�ɛ�������Ǧ����s�������jZ��\����
�
��!�}�Z��cdznp%������������� �0DR�������������ɹXNMTYN�dk��d�����E��X�ÿ����!��0W�V~Y6����R}XcP�^�v��H��Z��t�|�z��(
�	z]�����������������������}�z�!~�����q���{�y�z�������p������~�"{}~{�=�U�������������������P�?�����������Q�=���{��~�����G
����������4��I���H�t����Z���]��4����1YW3�6�������u�bQ�������������E����d]�"��(
�T$�7��/�V�������,������������'����t�
�0����4�����4����
�'�%�Y�T�8�l
�������9���|����2'�8�
�
�(�%�X�U�7�l
�������9���|����3'�9����40�
��k@���t�t++�����U�U�t�t�t�t�C��<�<�4�4�4�4��
�T�T��������U�U�t�t�t�tC�++�<�<�4�4�
�a�J�Z�Z�Z�Z��44c�����������T�S������������c��������++�T�S�33����������Z�Z����
0��g�Qv����O���y#������D��O��R����K��P��K�������a�XWaaXW�a��������a�WWabWW�a�������� 45! 5����4!�� 5���4!����-���.�.���-�.���.�.���.���.���.�-���.�.���-�.���.���X����c�c��@����c�c�����c�c�����c�c���0���ɂ���������ь�8�`��a�@�a�NdC�9�s�����b�c�����c�c����@���c�c�����b�c���������X�������9��X��E�-�JF,b���������H�5����@�Y�&�n��Ë��49�H�������b�F�8s��̷�������p�z�S�z�N�{�R�{<��	���`�_�����`�_�����`�_�����`�_���9��'��''��'�������pq�D�-A��&�a�a��-�D`qX_1�`�A�M�t�CC%&*)GGbb�I�c�~�c͋�������%�)�G�c͋��������c�����B������ս�_�m�����
�3�P�D�33DD33�D������j���Kgl:VF_-zM��W�S�R�n�\nn��nn\�n�Z�E�C�S�Snn\�n���n����������Ӿ�N�+�F�:�g��˝����V��C�&�&�Ӌ��l�gZ���G�%�%�G�G�%�%�G�G�%�%�G�G�%�%�G�P�8 X�P
�����������*
�6DD6���s���r�p���s���G�4�T��mm��v�)�t�~����̩�v������������VJk}ltu�(�vumm��4�[��	`��$�����O�?���$�d����`���`�z�w~���y�8�M��v��a�\t�i�N��߶܎�`�����4���s�~���nkA�[�"�gwdL�a�G�$l�Υэ����`v�~{ҊꅮK�-�5��%L�
�.��U <�B���B<�Gi�
�Џ����|�r�`��0�+�=� �E��=��������w����	�y���K����w��"w����o����I��l�khslji�s������Q�x�K�)]`������J�'�����������R~����������×b�B!�-�(��pW}��������������^^��_�I����������|�Dc�/ %�)���p}�����[���D�e��\�]�]Ϛ����������F|��E��/�+'���Ǚ�����eT��G��f������{������������H�B��-��*�\��������m��������N�����N�N�����N�N�����N�N�����N��
0�
���
������
�@�j���<�Z�\�
�f�zd?�*���1�"�0��-���)/�!U�=�I�T���AI�z�W�dd�]�,�O��+2�=��q��4��{��E�)��<��A��1���t�1�j�1�(��w�;���;�;���;�;���;�;���;������
�	��u��p�������R�@���@�g�����L�)�w�te�C�#��B��3�B3�C��V���j�>|���肙�����i�5�4�_:�v�x���H|�Q���̋����y�P���B����CĻ�*��O8Q�z� �}y����������2����!��v�����
�w�
���2�!�d�x��������%�%���u���ou������y�f�"�2E"�c��i�P��8�+�H�>��V������V�>��8��P��i��cE����0����}�D�8�F?�:/5mV?�_@�)������*���_AU��m��֡���F�8��~������4�p�w����:�{���h�I������K��6��AOR��||�|�����7���:�:�-�R�=�6�j��snVK�
{Qr2w..�4�$�<��1��U��n����k���;�H�K��T�C�$�[�����E�Eq;rI/�(���6�������F����+������G��-�7+`=(c2�F����]�U��=��P�O�>��U��l�������x
�x
{�����
�T����@�q��]
�Tg�t���1
��i���t�
�c�����*
KWWK��K�W����#�1b�nZ�yO��L���/���õ������B�+��
�h'X�=�-k7yS[rWmK|C����O�]�e�w�,������i����@�R���F˿���W�K����Jv�f��|��������)���}������xy�����k��~�������������JJ?X7gf3.x,+.��46�?�J�G�X�j�kځLJ��������v�l�~�d��o��J�L�N�*�4�A�@�P�ba�u�����������������l����~��x�y���JJJ���������ww�}���IIJ������������������������Ð��N������������~���L����kR�{�m�m�a�U�U�L�E��C>�<;;{mDRs*MSP��w���������m�s}wy�<u�|�������������ƌ���
����Y1��0����Y�
11��22�X�48��C�1£dz���ʧ���r]��^�NJ����qZ��o�e�~|Z����~�����W�4�3�X�V�3�2�X+1fIHJLh6�7�����:�g�f�s˂�u�n��c�o���r�~�E�M�U�U�a�ml��|��ؚ��ѩʵ�����ɩ��ӛ��l��G�@�/��' ��"�vg9���������~�{�~�i��������ye��n�a�M�����������x����x�����,���w����M��������������w��^�����Fy�l}�l�
����6�6���x����t�m|�c�w�&�L�L�+d�t������������j�iJ�4qq����ߠ�������˚�|���O���)�x���O�p�Y��p�Z�,���,��p��W��wT�,�J��y�I���������E�7�w�t����4v�Q�^����6���_�4
�T��T�4��
�������P
����q
��q
�bty��
����%�
��������%�
���
�@����t��T�t�L
�t�to
�t�t�
�t�tD�4
�T��T�
�
�4� 
���t#�4
���
��+������P�P�P�P�����]��w�~�P�P�P�P�#
�Q�P�Q�P���P�Q�P�Q���k��#�4
���
�������]��w�~�P�P�p�p�#
��������������i�P#�
�T��
��
��/�0
���
���
�x
�`���t�����T_`��b�#��#�b`�_���
���y�y���Q
��
�t�3���3��
�V�2�2�VL
'�
�������!�!�yr�r���1�1K��-
��/�H
������!�!��e�+�������T��T���T��rr�yy�!�!��!�!�V@�;���v�����������y�u�w���������{�{�{����s�{sq��v�w�������������������������������t���z������z�
��z�����m�
���m{�`���m����m�
����
�
��
��F���������������>
�����������������v���
���m
�m
�m
���%�������%�����W��B�S�	q�g@\LP���{��|�����������@��)���҅����%����������V�����`
���B�B�B�����
���%��������%�����
������������������������������������������������������������������@w�\�����h<��;��v��-�;�������ݯ].��Sg9G��FXVi_d�:f�t�l�\m�M>�U�:\!-<F<C;D�)�Ե���4�C���5��5��4�C��3��.�N�$���r�j����m��2��	�O�
���W�������q��q����q����t��*�Q���t������
��4�������������+��j@8ߪ�rr � Rr���@����L�iO;����{e��S�w�����)}5�T��Ԓ����������?����>��B�	�o�-�Bvˌ{�b������є���������~�8�������w��������0�R�8�#�0�F�2�SXteg��J�]��l��A9�H������H�8QXi[s��y�x�y����\��HN�-�fX�R�22�<�G�j�m�kk������K�L�����Ь����̬������[������H98HH89H������,,�K�UU�K��,|����������}N�v����������}�|�u||��a8H��������H98HH9��������v�[�����y�-�r���n�
��� �f�����������=�q�����F����)�����?��
��`�9{��d���P�3o�&?����(���$��������W�2����
����3�C��Z
���������������`���@]
�t	�t�����T������0�����!���,���J�����J�J�����J������v�'�k��$&�8�C�����������������P�B�4��n����!�4���8���V�����%�%�����%�%�����k��,�H�����T�����4�Tw���������/�+�,��{�{�a�{��������������L��{�{����������
���=��=������

�

k�
�����F
�o�~��������|��܏��f�
yh|lid�boo��p�������r�mmrrmv�w���~o�v�F
�����I
�����������v���	�o��T��~�������������ƣ�������@��V���5�!7EV@p �-F�1�M \Z�G#�n'���x�!������ϼ� ����1�-�+���T
��S��(
++EZ��[s�p�k�������������������T���������������~���O�@�������������G�A� � �B������H��E��B� � �B�c��
0���-���/���-��-�-�-�-m�J#66"���!���!�!���!��p[��m��������m�V�J�E��4�6��H���`�`��Z�[|]~c�`�}�����������������p�G;�-�7���-���m���������{�<��8�Yn�,�=�a�u�K�K�v���Q�.�-�Q���j�K�s�[�hshs�\�h�F�:87s;\Fsh�[�t�����������������3]�-3�s�\�hsht�[�h�"����e�E!sh�\�s��������������-�3����������~�+��**���*�����}���Mz�]�c�.���p�����%��$��f���M������5�5�2��7�7�<�������&�������U���A�+��+�K�������q�5�P�Pm�;XY����;����v����2�
��,�c�T��T��:
��,��[��R
���T:
��,��[��R
����� 
x�t������t��t�
��
e
���:
��,��[��R
���T�� 
��t��t��t�ԙ���t��~S��(
��$�t�����
��Fh�͉y�y�}~����������������������p�j���P���P���jprk�5����j�T�h������c���
���c�����t���������t��������
�R����*N��^����Ȗ��*��
�R�D�e������jo���k�4���������p�h��4�hplh��/�X
��4�X
��9j�oqj����h�p�����4���������l�h�\��ƙ����;2
���;ǾbP��0�&�M�	q$��;1��
�;�$9�	q&�M���t���������s���������T���������������
���
��|~�}�S�t�������������K����|�}�S�t�������=�������u���������=�������t���������������t�����������������������t�����*��w�����)�)�)�������(�(����������.��������������d�d����������Z���N�����N�Z�Z���N������N�Z��
�Q�+������A�@�A������A�@�!�����������[��������	���	�������[�������P
��������������P
��������B����
�����
����a�
��+��1�4wx�{���������~}�g
�4�������t������4��a�
��Mr�����&�Ȃo�l�y���
���������������_��l�Z����b�����������
������&���Z����_��l�Z���b��>�������T�t�4�t�9��lF9y4�d��;����1�?;�U��Ғ�/����t��t����<�%�����%��<����"SKj<5�e�Z�>���:�$�����������$��$=�:���Z�>�e�j�S����m��������$�������5���������������������������4��4��4��4��q�����(��������������f�?�f�?����������(����q�*�*���*�M�*�*��w�I�9�(9II9�(9�I����������*�'
�w�����d�A�4���6�7�M�������R����*�M8�=�I���F��[-��2�	�~�����������
�0����������X��P����d�ow�����4
�4�����b^��hvii�!r(u)����-���v�jzfj~�����qs�����o�q�z�az�qHoC�wq�s|q�����j�z����������)�(�!�i�v���������i�#�o������#���v�i��%G�������������������T���;���;�;���;�;���;�P����
�0���V�v���i�W�P�V��gu�m�l��w�a�|��������|�q�����{��c�Y�il���i`d�H�_�_·���I�5�)4�����y)Y>B����ݮ��U�1�1�V1h8SM������$�w�h��#�h�A�Q�WƇ�����¹�Ð�������v��Z�]�����;�();;)(�<���&�U�1�1�Uԡϱ���B.`������������	�����eSGtCm�$�t��]�$������t��t������R��4'�4����$�B�L��8��,�L�9�}�x���9�����������������������`Q^fxOoDk3d�G�������Դ��"��T�Ua
�������
�
���v����s�X����Q����������F�55EE65�E��������������������<����xi�UNg�s{�����f������<ϖ�Җ~�h�r�8��4�W��{��m�X�x�|������������c���������������q��J�_�s��'�*0����󍂎������i�ZӵԵY�n��5�U+������"�C��������������~��?��i�h����y�v����x�n��n���n�6������������������>��������#A0�W����9���
�|�x�����������uz�l������������Mx�|��l���������T�(����x||x���x�|�������T�*���0������(�=��`��h��Z�������6��,��
�L�8��6��-��
�I�8��6��,��
��������_
���-i1Yn��||�|jj��k�8�d�J�!E�+z�$�9�9��$�+�!��8��������������YisV�>�c�r�bxy~v�z\\�\}v��{~�^�ws8~644�6�8�w�^�~��������������y�b�r�c��>s�3�%�����������p�[��rr�c�r�r�kii~kssqr�b�r��I�I���������V�*����B�+$$c+CB�~�����I�I������%�%�U�a�a;�U�%�%����
�5�?�?H�5��
�~�����)���ԫ���
���
���
�T����t
������������t
���`�
�����5�!J�����
�J����n�����
�J�����
��������������w���N��k����+���m��T��T�T���11��������W���
�E
�
VNMDH>>3�5b
d�-
�E.�
���������:��������V�2�2�V�V�2�2�Vd�������'��c���U�/���o�c�uovo�c�v�?�%��	q��|����������~��f�F�F�
�0�.�*o�c�vnvo�c�v�&��0q��|��������������K�T�i
K�T��T��d����h�jw{i^u_oYln��u��s����
��o^��i�w����hY_��u{�j�h���������������w����u�ji�>�q��w�[��GA�?�ij��k����Œ��������[�V�(1g=V����������i�j�N�bi�6�%�Qt�b�(���e�nz�f�l�4��u��~������d������p��������������"������v�[��~�}�����d����t��V��l���������d���v��tş���W�4��t�t�����������}�}�}���������"��C�Vt[�R�t�����}~��[tvR�[���C������lj�h\^��a\�Qwt\s[�R�sj��z������\oUwQ�V�f[�VT[��g������d���k\c`^ebi�O�bt���������6��Q��b�(��T�e�����|�������T����T�&��&'������d�q���������:=2G<LCYR��hn��@K�5�������
�$������������c���{{�q�{�<�<�{����������{�q�z{�c�c00�E�3�'�ҥ��}�}����{���P��RH�L�������byz��{*Tb�#E�.ᕖ�������������������z�<����������_d�_:@sgD�������_�^�_�*d��J�A�	B�ɴ�׵�to��������'W4p�w�ο�š������������v���W���X�M��u�Y�������1�A�3�g,{ ����հ���������	y�L�� �����Z�=�x��s���a��v�^�������|�Z�Z�[k�.k�/k�.h�e�m�f�$��6�k�+������ː]V���$���Iq��o�~��QN�ڈ���7�.�;�������gh��h��V�N����D�<��������{B���3^w����/ۍ�ֵ��5�b�	L�Q*��G���J���W���}��ϗѝ�ڏ�����������y�������� k�T��U���nn~ryj_�M�l�N�y�|bm�����m��T������]bj[��X�]�~��-�u�����[_k[��T�Z����K�N�W]dW�T��]��T��kY�acYU�a�������ö������1����r��&�>k�f�b��r�(�yw�vE�^n�w����������������"�'h�R�cl`j�O�b�����������e���nf�Q����a�WT�`]�T��t�i\~{�&�X�U�3t�O�Zq]s~Q�[������8q�Q�]sZq{N�\���[����k�P�`m]l�M�_�����������|��r�(�n�h�d�&�>�l�e�c����������o��������v�D�d��$��H������6��}���z�~��������t�1��Y���b��������Su��������\�������������������q�����������P�����y��������������,�:|��`�B�/��O��������~���T��a��KJ�~L��y�����y1V�w����y�:�p�I>�/���2ndgaWr�s�w��	��	=������������!�Y�	2��R?�2�"��?��=�.� �O?��U�����<���<quuqqu���u�d��dV�Tqu���������"����w���+�������B�~�o�ftaz_��V�SR�t�9�K�x�x�:�K�t�p�;�V�w���x��������QM�M���t�����#���"��Y�(�)�������#�`�Q�x�g��i�hi��V�K�����������l��f��T����'F�b����(��-���]�������ݸ�u�W�h@JM;uT|NwbdghsK[b�e�i���(���{q�}P#�4%Sa��j�����_≖�����������`�/�7�b�b�/�6�a�a�.�;�c���}�}p�m�m�lj�i�0���+�.���1�0���.���{��������\�YY�F���C�?>�AD�$�(-�}}��}�[ׯ���M������g�Y�S��T�*�*���l�SmMrWJB`e��n�ū�)���c1&E,u|�����Ѱڡš�����X�MN��9*
�T�(�T�3���3�T&����V���
��]!zl�t��ahqr�p!s,��o�"pr�rg����l�!�������������������|���������������������N#��l�[he�e�e�����������zpK��^������7�L�w����}���� 
 c�b��*
�[��)F3�RtZ�>UK�L�L�����dl�lh]rd.�^�7|�}�}\".% _q�q�o�y��~yG�Ao��k�zAï��������w����P�W�����������~��|Ԫ����A�����y�o�q�q���0�[�������]y��Z�igmpg������ː�����t�@�6�)�H�����W�����������\!zk�t��aiqq�q s,��o�!qr�qh����k�!�������������������{�����������������
����N#��k�[ie�d�e�����������zpK��^������7�K�x����}���p ����
		��
#`� R�N�{��M�{ ��xi�wi9�#G�s���������E�����}T������������l�+������{��X�|���������V������}������2��h��8p�ihE[��&�Yr!h�g���R��o��q���������-ε�ߝ�A������ ���U���Ǿ�����Ծ�*��������}�t�~�x�q��i#�E�3l�g�c��2�F�j`�\�Y�=�u���r�r�qrq�s$���>�tY~\w`r�k�2�Fclgglb�E�3�j�r`w\~Y�u<����r�q�q�q�rr%����t<�Y�\�_�j�F�2�b�f�m�1�F$�k�q�w�~�v}�����������$}���x������$�k�1�F�������E�2�j$��������t��}���������������������������������%��%����%��%��%�L�X�0���X�/�X�/�������T���T����T���T ���������&�O�,�-�O���O�,�-�O��jj��k��1�����'��
�'�-���4�n����O���x���q�i�ggg�h~ie$DN�y�W��������v�w���#1���rH�e�%����:qzt{s����������[����s�,�w���������!���w����"��"��0������t�dcubhg�c������8��cliccm�������������id��@dmh�o
�id�0�B�cli�o
�id���Bdlhccl���������id����@��Y3�W�,��zh�ehjwmy�xj�hhj�
gk�
ditiy�7�4�k�g����
}R�QP��t�����d�,�c��*�p�q�q`NAp@�`��J�Q���zH~GF�+�/�2������������rY�N�'K_IFF_��ʷ��зIL�	���P�&0������h�Fyz��y�\\�[� V��������_�
�J�P����m�z�
B��pg�fsvy|s�#L���������c�|������������gV�XTVtbe�wv�v�N�A(�$�h^~mo_��~���|z}y~x�|n�f�{D��BY�L�\�'�
��>mZR{Qss��t�N�]�wig�g�X��n��Ϥ��O�Tͮ����m��w������m��w������m��w�ŷ������	��v�����|����iI�#&�bS�S�!�����������m����v�vu�� 
�
�D�4P
��3i-k�b�US�T34��5�II�I��yq��߬����
)�
�
))�
1�9�j���4��������:�P�*�������������C�3���������+�������K��}�������T���
��-�M��u����jmatvhj_|[�t>4a@�kk[|^4<��N�����hc�_���/���2�2��ģ��֖k��E�b=0���/���Y������� �-�"�$�3Q��t�l�Z�[�Y�f�b�e���7�]X�U�nPI"�R�g��ɰ��e��������;��o[��1�Hw���T��
�T��g
����<��R���;JLwgV�VL�J�	�B;����95
�4w�2
��������
�N:�9�����՛ͻ����ů��F��4�O
�cb�c{������"犖����M��88�']L�����"/������f�
��UA�������=�0���;�}��������������Q�<�0�^�'�����0����ř����}�W�}�w}�;O�<�0��4
����
�b���w�}�GU)@�'�eY(.E�������"E(�Y�"�+�G�}�v��|fW�}�x���?�r�?��Q��<����������ŕ��z�E�٘������+�0��@�
�4��|��c��������������"��-d��c��|��.�4��4�|�q��\�N���E���E*�#�������"#*;QE�"�	���9�a�Rqs|ig�4���v��������ߟ�	��ތ[��l�i����f�����k�����8I����`�����Z���\�����u���ρ�6�ٿ�������<�������0�J���A�e���c�i�>����z�8���qF�l�;�7��M�t��H����������$��v�"�?-�=���x�G��n��������S�-���������u�������������������b��������7È������
A���������
������w�c�������-������E��������f��7��-^���������D���Nf�������r������x����������������~�������5�8�������~�O�������	 �������K������������(JD;��;J��E��Y�Fk��T���«��F��Y�E�A���#�	��#�#�	��#�$�	��#�#�	��$���R+��7�TS+��V
�T�}�y����� �
���`
���������$�	��#�#�	��$�#�	��#�#�	��#[�pdIH[<<H��I��Nm�}�!7�5������'m�w�S�@���T�|�z��J
+���J
+��r
������@�
��
��G����������������
�x
����)4RMD��DR��/��@�2o��[��ͻ���2��@�/�1��$�%&��%������%��1��:
�ԩ
��R
K��w{{w��w{�����������{wS��::
��,�u
��R
K����X
�@l
���A+���?
+��c
����������V���w
���)�/e�@�2oZI[BBI��Z�2e�@�/4�M��������1���%��%%���&�����1�Q� 
���{�w��w{{wSw�{���������'
��1
���
�����M+���L
+���
��
��G�@��X
�@l
��
�4
�������Y�X��y������y��X���O�:�>�+�N� � �����>t�:��O���O
�����
���%�%�����%�&�����$�'�����b���
���%�%�����$�'�����#�(���
�����Gg4�(�K��
�K4�(�Gg.�S�1�>�P�;���;�>S�1.���
���F���
��
����ڨ�����z�z���'�.�<�!b�V��[�b�-�;�P���P�-�;�b�[�V��!��E�$��@��h���h�
�?����	+�����Y�Z�<�	[���	����Z���Y���+��	��
�d
��������0d�A�1]ZInBBI��Z�1d�A�05�K��������.���$��$%���&���������T�
`������X
��+����S
�@g�T�
�����T�����������
���B[PP�>P[����,�c��s��£�����,���P��
����t�
K���:
��y}���j
K�y}}y�Ty}����
K���
K�����[�R
+��X
�@l
��
����9������t��������k�,�ccTsNNT��c�k�,�B�P��>ƻ����Pn���4R�T1
�T7����}�y��1
�T
��8
K�
��'
�T1
�T��
����@�
��{����X
�@l
��
�����o�0�v��@��0��<��;u�^'\�	=*�S<�,cXP�*�������"����c`�[����h�3\�5��j�����j�5<��U�gF19P��R��E���i���j���+�#���h�d���$�є�������Z�ۯ��ӄ��h��w���*�K���	�(���Y&�Z�v�V�^�e�1�.j�4�E�9��"�"�о���������q�rQ)�`j�#�KE�[�|���z�0�Y�`�7�~����������?�g
��drlf.�������k���g�*��{W�r����r�Z^mwvl[�s� n���jb�gn�z��������h�y�l�qf�S���B�[�<�	��.S���������������h�t�v�i�����K���k��������Tp��x��vn�mn`�j������|��������k���f�Z_��Fn������������ʬ��Ҟ���gn�����|�rR�M��H�h,�Irqprg�^�s�A�M�/�)���8�[P�D��0nf�	�iv�q���Xѵ�+��D�D�
��y�Znb��t�9�#��t��x��
�3���u�s{����q�[���Ƣ��᳚�s~N�\���
0H���"
H���"
H���"
H���"
��1
��
��V��K�T����T�6�  64"�
��E�#��E�
�E����������P�/"�@���Z�<��[�@�E�
�E�E�#��[<:Z�������
���T���T��T��@�T��T�x �T�)�������
������9�
__��&��X�.��$��
����K��p_�A���;�__��9�~�������2��M���@�n�h�
���M*��
�TK�����MT��
���@�n�h�
���M(���@�n�h�
���M P��
��M@ ��
�@��
����i
����������@ ��T��T��&�D�Nu�y�e���  �}������������
���
�V�ҽ� �T��}��
�l�j�l�l���R� ��
��~u�fH�7�Nuu�������a���������������a�������uuT�A�Mr�\J�C���+1
�7����}�yy}}yy�}�����K��}�yy}}y���+
,
@�j�
����������v��������j�I�I�J�#� �%B��z��Ϝԝ����̒�����<�L����Ro�s���x�z��c������������������������������e�%�k�������������������$�l�d!�������|�{�{�t�u�v���������\�������|
��k�����~��}���l�r�����>�+�+������������������6�Y�����F�$�&�E��{��Y�I�v�['?E�������l�j�o�~�����
��(�9���
��������������������0�tX
�@]
�T��������������
��
�����
����������������+����������X
�T]
����S
�Tg�TZ
���c
��������k~~w�~��}�}�}�}~~w�~��&�&~������}�}�}�}~������&�&�����~�}�}�}�}�����~�&�&�~�w~~�}�}�}�}�~�w~~�k������������=��=�=�=�=��&�&�
�=�=�=�=�
�&�&��=�=�=�=��&�&��=�=�=�=��&�&�}������������
����"����"�4���
0����_�}�2�/���b�����w�������_�1*���S����@���H2sp�o��ȫg� �����������z������z���������9A����{�e�z�p�{{hh{z�q�z��@�e�z���������������@���z������z���������'���L�`�F�F�=1<1�#�W�X�
����]�vv����L;�3lK@+�@L�V���	+�<������q�U�]�%��F���������O�^��e�PV���n�`�r�'s���y�sfX\Rq8dsض��������������s�F�%����Kٮ������J�}�3����������х�b�s�lt�[�`T��������v�uai4�.�:�e��?�2��%��ٰۂ�~�%~��GbRSl��g}^�`�s�t�`�an좾]�4�jމ�Q@���.���&�%�����&�%�����&�%�����&�%�����	�Y��J�	������I�������8�/����������-�p����R��%�s�z�w�8�����&����%����Bpq2z�r%�����!�����!��2.�l�?A�����R������჋Ί�t�,�����ә��$j�"u/}s-����|�Z�H����8�����	��	��
�H�.�w���_�������������pu�j}���$�x�������������l��l����`��?^���� �l�2�B�A�A��q�3�l����۴����l���8��o�km��YQ�SBjt��v�m��l�	�.�����ڎ\K��H�qX
�@l
��
�)����u��A��p�6������w�Y������l4����~�y������U������������������ѯ������W�?Q���Y�m}�ptjh���������F��E������Px3|�����(���/�ŏ�4��5��&ϻ��ą���f�am����J�?�j�ԋ�<�#�>��n����,�����i�I�Ι������J�\�D��Hհ���4����.���4��g��"]vzuyia=sA|M5#M�o�`Ba,����l���#��:��P�hC�t���"���]у��������H���������������ą�����������3��B��̖ڒ���������/���q��u�=��hU��U�v��@i�����/��
:�:��hU��������yr�w�>�g���g��j�k>��p���D���L���U���x�z�����x�z�����x�z�����x�z��������[�a�����������7���������M��z���R��?�ݙo����b�����4�~�{z����+�4�+�4�+�4�+�4�+���
����T���@ �
� �
 �
( �
 �

 �
 �
��
`�
@��{���������3
���
�@<
��A
��������P�������
 ��������
��������
�P�������
��P���� �
�x
�7ޜr�8{��M���1���1��M�����ז��@�;��N�����y�y�d�my�N!�4���p<%�����0���d����*�TK���j��j��T�*6�L�d�������0%��p�b�;�4�N�m�d�ylym�c�z�N �;j|@�������������1���1���8�r��z�;j�N mz�c�m�m�����N�T�4o;�b�����0���d��SL�6�����j�c�j���K��S��d�������0�<��o�T�4�N!�y��������m��N��
��]��]���z������Ϟ�Ҟ������ԝ�������x��x����y����5��_��_��_�Y����t�	~�r�l�3�/����������������r5�l�3�/������� ��� ��H���r�����vZ�j�G�
��?��C������-��������T%����%��\:�R�R:�R��_�D���D�D���D�D���D�D���D����?�)���|�8��oC��A��
�/��-���$��"�,�B�5��|6���-�G�c�K�dԛӘ��
�p����y��|���|u~w�'��~rb<!��ێ��j������w�w�s{��z���}qr^r}d�0�Gة蘵�и۩�޴�r�~�v���~�������������w�v�y�������������y�7�-�8�����<�ÖC�K�l��w�x�x�w�x�w�������������|�l�t{u{�l�t�t��������{���������h�h�[�sgsh�Z�s�r�����|
�9�q�Y�fqgq�X�f�|�f��������r�!����|��b�R�$�������I��=�X�,���3�|�Mq&�h�8 �?�4��ye�R�R�Y��Ni�ꏏ�������]ȵ�9ЉОȶ�%�[/�+���(y�f�qypx�f�p�p��������y��|�3����u�u�u�}u�u�t�}����������H��q�q�q�zq�p�q�z���������,�N\u�\�gugu[�f�g�������v��~�$��x�x�w�w�w�x�~���������S��w�b�nvmv�b�m�m��������w���������������p�@��
�����
���
��#'+/2<@EJOcgkoz�����������BFJNRY^ly����������������.9��������&.9=AFMQZbfmsw{����9BJNRY^u������-z������������<MU[agos�������"29@EN^px~��			 	V	Z	_	�	�	�	�	�	�	�

	



/
>
F
o
�
�
�
�
�
�
�
�
�&,@es{������������� -:KUcglu|������


/
O
V
Z
`
j
o
u
{
�
�
�
�
�
&Dbs~����������������-18>EKOTm�������������� ).7<DQYns��������������%:@Ui{���������������"',1CUZl~�������������$(-2BHP`gku{������������������$,2APWZ_drw}���������������+8EOU[binty~��������������	$).38CNY_doz���������
�<���<C
KFKk�r
=oYB;�
��E�#��E�
�E����������P�/"� �@�Z�<��[� �E�
�E�E�#��[<:Z���@���
���T���T��T�� �T��T�x��T���������B�t)
�
P
�����t�*
�i�@���E���X��X��E���+y}}yK��
�.
+��E���X��X��E���P�
�
+
.
' 
�3���3y]����hnnh�}�y���]�]�����]�]���s4�
.\��2��A
y}�B
,
F�TkB��B��a
�U�)
y}}yKy}����������}y�TN%�
��=hnnh�hn���q�F
A[
���]�]��E
�����}�t�����	�� �"�������������"� ��	���M
-
\
�
��
���������������1��<�0
�0
+������
������������
����������f�f�
��}yf_��"-
.hnnh�Cp
�}�y�T(
���-�V�`��C�3�}�y�Ty}}y�T�
c
���|�zS
�+o
�+�
��D+\�T2�TA
���������� ʆ��iimdod���������$��@�~� K������z�&�w{�y�yw��}|� |�}���x�z�{�wa&z��������K������������$|��'��������������[�����[�!���!������oZ�S1���
0
[��R
��Y�W�f�fG
�f�fU���
]
�@gw
�TH
U
�
3CC3X
K]
+>
��T�Y
�����[�R�Dh���1�
��T��T�T��G�������_�^�X*�D�4�
�4D�*�Y�_�`t��������W
����!�
�'��''��e
������
�
�T�T�
�
�T�T�
�i
��h���h�
���
�
O
g
�B
�4�T�T��=�T�T�
y�}��7�!�x�!hD�:
�,�����
�J�����J�4��
����������F��/�B��������
NPuc]�T<�O��d�
}�}�|�1B&�2�B����
:����5
��/���%�%���
YY�������������
�(
�f�f�����������9�>�!����
�
�>��9��U��G�
��@���V``V}�~���d�3�f�T�w�@�t�(�s�u�w�N�5~��w�}�+�}����PV�
������{z�g
�����:
�T�
�TR
�]�Ky}��Hg
�TB
�4�$�$���G
��U���$�$�
V``VV`�����
`V����!�_��I�b�	\�;COLD|yz|�r����u��{������������A��0����������%�����{[�k������@�hhn��z|������r������4��~������~�4`_��`R�`e9C/R&a���žҦ�4��A�'�"�)����~�4���U�f�f�
,u
!55!=
�=
����������T-
�/�T���
�����
�{�z���G�C���C�8�=<�<�8��C���G�C��������� �VV�����z�|�Y���Y�.�:�t��:���}
���&&��T�O
�'��Lf��eN�z�y�z����#� u��"������������=�1�?�u՗����f�f�
YY����
��Y��f�f����
������&��������/����]�]������1����a}�.
�M�M���Y����;���/����������������������a�3����:��������t�������@y
������t����������
g�Z
!�5�
��\�|�\�?�Z���E�ԅ���c��*y^H�(�ym�|�[��n
��U
��t�3
�������Z�Z�r���EQQEEQ��c
'>�
�0
�4Z
V``V�
���������~����
�����������������������z�z����3�'�)������������
�����{z�4���
�+�<���<�<���<�{�������.�=�=
C
�9�"��T�M�5���������{��~~�D�;��i�
�f�fW4��x
�!�x�!�Q�E�
���8�
���8�
���8�
����x
�
���i����
��������	����������������	�tkR��E�;V``V��<
��A
5
��/�
R��T�&
�
��
+
,
3�
��� ���O�>
��������z�r��^�`�������`���^?*<�씒������<�Jڔ���>��������@(
���
�St
���}��
�����
���
X
�@]
���-
���
����
������}y�yr�rrr�yy�
��(
���y�y��~�w�~~����������
��������������������[
�
���t����������t���|�z�@(
�Tz�|���}D}��}������������������RD��,�l"�7o�''��$�{��������������������������1���D
�
�������
����!K��
��z{�����8���T���(�A�(�A�(�A��m����t��������K��x�x�t�w�����~��̍�����������t|~�}�:����@�w�{�t�s�o�yx~����������R��1
��7�OI�I��gX�!�!�gX���g��!�fz���\�J�$�9������:�l�A~�w�]]�w�~���z��
�
m�m))m�m�)������{G
�YU3-
t������a
�h����N�0����������K�m��
+��
�)vP
�\��
��t�4���4�
�
�
��<
�A
���	,,�	�	,�	�	��	�	�,�	T
���
�b
�<
�TA
����F
���}t����.�+ݭ�����������������{����`�T�3���3�����V��@�
���t����k�r�crr������@�
>
��xy�o�ts��{�SK(
����
���������tp�
�����y�y����:
�������7�D�$�$�D��������������nh&�T*
�����5������������������@��$����$@!��quuqqu���;���;��uqf���
K<
�����p�������
� ������QEt�����'�rrc�r�2
������TSTdJ,]��շ����49��arwwvyr�/��������(DB%$�A���Ό������%
����`���u�ttu~w�c��cl��������q�t��������=�h�F��� B�4������4�����
��
����V
s���V�������E�z�*�6�z�*E!�!�$��D�D�$�
����7�T���-
R
����
�5
���y�y��C
�.
���@�h����������<���<�<���<����o7��������T�T�_���L��d��h�aahi`a�h���������
�/ti
�V���H������
��ԫ���ԫ��
��
��]�������������T�t���.�;���;��<:�Z�����:����3}|������A���P
3C��ɽ������Nb�a�]����
0�$�7o"�7�l�����
������������
��
@���
�����������������<�<��y}|z��i
�z�{�R�D3���$�$D�R����i�p���������w��������
����
E�Q��y��
���
���1�
0
��
fM�@�
jm��q�����������,�4[�
���@XtxmihbW_)�RK(
t����:���z�{���������z}R��%���7��tC
(
�t�
���z�x
����x
�
!5������x
����&�%y}��������_g��������g_��
����
��*1���0���˒�����������h�����
��`V������m�����������[
ˋˋˋˋˋ�7���ߋ�7�������
K��������[���L����z����������-
�-��������������������Ty�������!�5�����z��+���&m���/�%��t��~���-���������\�$�"�W�T�*��������n�h�t��t��t���v��������������#�#��
��	��h��3��3s�pyrs@ ��  ""
	���x@8 �����!"""`���>�N�^�f�i�n�~��������������'�(�.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�g�j�p�������������� �(�)�0�@�P�`�p��������������!�@�P�`�p��������������\�Q�A�0��ޕ�R

	��������������������������������������v^��%|�_<��O<0�1h�����	�	����	��p��v�_�]�����y�n�����2��@����������������z�����Z@�5�5
���ZZ����@���������,_���@��������f���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-������b����
��� ����5�-�8�����@�D@���,*@� ���������	m��)@�@	 	' D9��>dU*#						�	��	����R										�@	e�	
%RE	 		$�� k(��D�'	��	�%��	�%	��	��0$�.�$P�//:/K/Q]�	
���	^�	U	k	"y	U	$�	U	��	a		y	*�	<�Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFONTLAB:OTFEXPORTVersion 4.7.0 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/Copyright Dave Gandy 2016. All rights reserved.FontAwesomeRegularFONTLAB:OTFEXPORTVersion 4.7.0 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/PK�
�[3{��~�~:assets/library/font-awesome/fonts/fontawesome-webfont.woffnu�[���wOFF~�
��FFTM0k�G�GDEFL �OS/2l>`�2z@cmap�i�
�:gasp��glyf _yL����Mheadb�36��-hheab�$
�hmtxb��
�Ey�locae���\maxpl� ,namemD�㗋�posto`�u�����=���O<0�1h�x�c`d``�b	`b`d`d:$Y�<��x�c`f�d�������b��������ʢb��l��|6F�0#�F��nx�͒�J�q��gje�>�"�D���>�{�E�O >�����,"�u�^�[[[���j�os���_�M��%:0g80������B�.L�s�zðפ 1Y��lKWv�es�t��)Mk^�Zֵ֪�m���׉Θb�k̳�2����6���>'�Y�Җ����jukZۺ�g�m2� ����(�4�-iEk�Жv��}�X�B��Y`���`����c��9�Z�JV��5�e�Y߆6�G΂�`3�|6����[uI�p�n�-�����[pL��0�Lp�;��׸�%���8�o��>F8�	��G8�`�W�ί�����"�E^�_�=(K,F�K�+�y�b�����x���	�TՕ0��o�}{�uuuwUWի�n�njmz-��nv�E�EAAJ!*�(��hD�2c�%F�ʦ�Ebb6���$&�����7�߹�UUW7
��t�w���{�9���8�m�8b�I�	ڃ�����݌7�S�E�G�!�3�����j�㔐=w;�P�^I�A;RR�n��k��LS�.��)�o8G�([��)�9O,,�At�S�
��h
y�u�jZupPGx�N�o��n��{��ho2�A�D�-r��]��u��5��e��^��dM�X�8=���r5ͻ^Q\�~��2��V�0 �o�0kC� qA跍����G<�
�9���v�`�|N�X�W�I�:"�'�a��W޺O=}��k�#�"�7�e	��%Vs�~-�y$ŵ������X��w&'q��.n.�E��K�#��JD�ڝn봽7����=�|�w�L:Ӎ2vmrRv:=0P�@D�ۓ��V�Z7eO��d��7�HM�SY�|�[o��f'B��L}��Ʒҗ�V����^�+�{W�=���uҤ֦='j��,�|;�v�A���o=��0�q8"�I³��8���yZ�6Ǵo9��q<i3���k������1%�&��
���u���k�����{H}��@΁W�—^q�Է��4;gg7���N�y��/��
q���P���OЌL�4��q�,���ԇ�"�Sv�=jL�/U�jC�-w�o���ȍn���j�̮�{�j\��
��vE��k

���z�>p�n=�^=�ajID(����෠���qu��F;э�5֮�s7;QC7�U��[����׈���yZIۘ�ػ�*�!$	�dⵄ��Ŗ�-ˇ?��{��m������f6��po��~�mԽw��o���G6M��oz�a�--�m#]?]?V��k�z��ܥܵ�.�>�)�9NH%�&T/� ��_���I�Ax���O��B��]8(���.v��)�G=���H�P�S�U��P���>f�F�E�-G�G�s|���'?~z�I*���R�|��[`���-V�'ݙG�P3b�'\R��I̞#n�;W��ٟD�T��ѹb8�0�^s6,rȥ��i��������sm15kk��,}��q��Wȝ;�t�s��e�Yq�qC/���0�q��|>��
3������W�/�ը��s�F�"���s��I�oAHI� 8��C�„���w���~�@
����_�(�]h=������r�9���p!�;�H���-[If��w;%=�d��꯵���bmH)��k=o��\���h�E�i�7i:-!mn:`[�G�]���GE,�;��s�yH6�2�ƈs�՗:��I��@�^\�w���OV�õ������<�g?]�Y{?qK�g�H�[��X��&�td�n�[�,�Z�!H�6#�=nݳ����;O��W�U����G4]]�6�ٰp��7��[�aM�5P���B�]?����4�����P呂����7o\�!׺ߜ����ؤ������
��2>8�/p�2�h@�k~ھ��B~�a�[�r��=Pr8�S�e�sc�F�
ӗ�� �S�#P��|0z��'�z��S��)��8aFB�FE	��V�r�J��(E���fDp���U�\���'h4P�� 	�j��<t�$>d3}Cv�f���M�}Zlf���,.��p��j1��t�Y�j�2�lƗ,U������<:�z��t[�%�Y!1v��M�frc:_n�"��7z�w�v��m�
z�ui��dt���O��.3K��<y��d0��3l�Ll؞�Y�ĭ~�bg�#8H7��J�C*gY��_��YKi�n��0�AQ���PiMg-c�����)<�9ܹ��JH�X-��o��w��aX�;�����<z�̳�@)��*��rw��|u�`���l�c����߸m1�:���H2yΡ�ؕ�d��Yנ�E�+�G�Z��Q
k��P*��.�6�O����W�=���n���u��B��d�u��8�<�7�4~c�8�(bK]4�x�~�*x�=��¿���1T��2��Gߡ}S�}����J�X��ùP��@z${P�™��"h^���b�ؙJr����`R_3���@|8~� v:G�E8�c�i�]5&4�t��َS��צ��	#�������5���jQ ��0즰���N`��v�!
�Ry�S(v
]wB}J]�>u��=�.#Cjn(,THu��_Z���	6�q���hh�P�4#J�H�%jt�3�M�)�#��z���z���dt��1Dn~�9�/��ȋ������B��@NV?�p'r��f:�;�b�B�QHb�$h�3�CG|��#v2�y�d�m)�e��sv��w�~٬�fp�~��DG�	�r�0��^Xzˣ����Շ��c���l&
 \�`\�8HHa��IC?������6���:5�H;�l��ވ�4C����&�\�F����jԬ,�|MC�ݔ��/f8��ܮ2���	�.��ҍl
_/��A���kT�V�Νg�~T��΂<`2����Q�&;�X�A�W@��@g��j{��j,�	�s�uuE
����֟���:�A��
8,&���ռ
}|��b0��lFQ$px=��4ddm7��nru"�N:O�u^��x@񝂍��C�G����*�%F�>Tm��?��2.�o��p������ˮ�1�r�\T��١K+L�؜c���n��:8����q�y�N��\Dv�j���[��ܦDy/�*=H	�[0�l�8=���`�D��d&�<����qR�}~��|m?9[�Y
{�H�I��FP��H�p;@���Y�����[D��]j��}�*ÞhJԆ�'v^��6XD��L���V�a@XF�k�<������N����.���pV�e�u���p����+O�;����FG�\E��нb�kfy
z��s��

	X����k��M֊P����Y�_g��#�f��}{���Lh.tMV((���/���4u�X�4u�<�k%�Ņ��s=x�f�Ȍ�ݐ��P��(�.(��q\��+����i}��J�/[��O��k<Ew{W%��҂p�RJ�
˙��$["�H�6#] �F���C�֫C�_c����|=�F�2[�#�\��eyÃ�.�a��nơz�K�9řeN��Ԟe����Uտx��Uw�Ϋ�m>����76�t�O�d�٧�,崅v���2+�׷� TU[�NHN8�W|���fG{�ܘlT�_��Z1 ���8j
�`A����r��㼌��`h�*�b��
���#����ռ��B����j���0s$n�^�7��w�$�Gɡ;�N
.�A>3;M��y��?��zpͥ�Ι��4�aqp҃GF��w�|]��֯�!��ؾ�bv�q8�e�+�)��h.,U~�4]�h.�P4s��)��+k�q�D2�u����ϸu��E3V�⭯�ҟ�f�S��8��/D�]5���ޖ*xWG�j���}�l&k�lnçi��Pv'�6#�������(%��)>q��E��o6U+�6�ŋ�8ۢ��lޏ>���`����M���n'���'��zB-t�/ꬱ����3ik�3
���55��Z	1ao�|+�
őm��
��0$Yə�Oa��1ag�9��up�9Gת+����b��=H߀��Q1h�T��]�Ғ�Q���^��?������s9��ػ��� ��l��B�|4�TN���YBL�,�
g�#�5��A�㉐=!�7~=�/X]W��uw�ZW����避[��Ꞟ�W�d==B��m®�ҏ΋v�?$���
E#
�L�!7���ط��!����T��RR�I4��)���H#��l*�:#��H.���)����pӇ�
źR�M�B���=�ƅ��(ǂ�͵���˥�>A��,�_��2�%�5�p�yn�6/���Mb�t,�L֮���l+�9�Q�Gb]*�D;�
����{PZ!�*��U1���|���s��{�"�3�\�g�������Gχy��G:�-nQg7��`ԏ3�x���Ax�%ÏU���XMZ�&HX9�>o��s�Ga��
��'��!�lü��|�EW-��e�b��bxs��Y0��6E��>�)�V��H��߰}��V=��G~�Yk�h��/;��ۇ��0�{4.c��\h`�5���
F�A��5��Tg�[4��#���S�o3��yuy��=����<'j{�	h�N�k�6�	�@1c/��5-T:��`Y�X]��g~���i��l�p�!��e>�1x06�?�e�oA�s�b���̪fy�b3�@B�߂�Yq�?;�m)�h4s�k�P�����UfW��62��c�>8F�(�t*G�C	ym
s��r�p�?��I��C�Y:ϻ&͜9��9T�Y�-k���%�)�@�|FF�h�9*��(Rt���K��ǻ�T��XM-IP.%�C"���?�,+ˆ�=��	��>�t�����U�gQ���W��w#�Υ7݋���[��P�	��ޮ���'j7��7̗�9Z���I
�S����O4YkDE�͂�B~�`�Ig;�m�����u�֢z�Sg)����r��E܉�=m�K��9�ZD�]�4����~7߉R6Hۂ(��j��i!�BldpӜ^���zz拾�g�F:�qꢝk�Wl�/С��uX2�r��TsB�נ�����ͫڂ�t�}}ƶ��_5�	��k�4���	�A;oH�L�Ϲ�)�z�.�qu���A�z��yx�j�k5�F�-��@�lҙ��c�ڗ�җ\6�=�
���O]9�/�5ڔ�볝�\tO���C�T3�f(i
]�w�P��iQ���w�γ�=J�ߌv�Gޮy���[�[���,��Et&Q��o�c�Â��yb66k���MK|�֋$Y��z%���P��(���^�87D�rK��`��%�5�.�:��	�Ďx=m��n�ً���m]�Ю�&�2G�(-@�Q7xu3%@�p���~н��t���S�]���=�)AG�����A��Vg;��*=�$mz
�-|_E�Z�ˢk�<�5U5�fF�I�j����`�=H}���)0��~�F�,"���N�6�k��"��}�Ṓk���T�"$��mZPc�',�ϛ�tz���Յ��];+�j��+�NG�>K#�h-zp�6\��;y��b�~�9�.m�	�\�=�qrqü�=fS
6�u(����؍��3���#����0����
:�Nz{S�M�]"��`R������.C���r`-��U{낍�z�n�q��	t�x��
�ic+Ԛ:3Y��㳙N��*�a�V��P��
�`�1�Q�b���@fc^X�9�̼���ܶ����jtҜYӂ��hھ����3�	i�js��+\�8Tv��i|�Q<
v��߹c�8�1���-��t�������\1����6���G���I��n�J�:̇�h�X��G��r�+��<�O�|a��l�yxuco���7狿P�'�j{���G�w��s��ʥ���s�����
?��?kL5>4��Hj��v4���l���!���,��c�C�5�4{�ٱ�4d��R��~��p�*;9n����C%d��}�d�A4Q8�i��O�i	���T����gd��ul�U�S���A�q�$.j6U;�MǶ�ۏێ�ۏ���j�9J�D�vAF��b�m�LOI=`�j�f:��>Iǁ�J!�
�6T�xư�qn���̓��S9�ĀM|�!ґ8X)��h�ͅ��ͳ�(����,�ӌ���2����+l�D���3Qɕp�$`�Pt�[��� ���DV��2�op��o%x�Z)�����n�:p4�N)�F Նt�T7M�u`8��P*r
>�(��O^����tX�i(��M4!
t(�>h��cU��<�@��ܦç��$�M'���(��J�׳��Q�܃�<8�Vj��j7P�?Ͼ;�������_��!Q����.h|:B��)Ӓ��xܘs��_���d9��aN=�.WO.�\|�_O&t�k.�".D�p53�͓	6�`8���I�u�����Kj��k/�����wi�U��S��us��U�lr
̥;��ѠMe`�T���B�&��n¦\�	g2pd���[0��O�v�z����I�'m%�4���1}�@�€:įZ���/r
@1m8_.���W�R���lv(F5A�ս���~]*@Qؿ
V�����g��M܊�����:M��ʞQZ�㖵��.
H��f��J�wK�IA��\������f7�z��l��}5�V��z����G����Ɛ�
u̻vߋ�a��ɰ��Z(�S6W�z���7e��k���[j�����#6[���6i���Sڣn��@�d��`�[��}�i�]<{b�N&k��G�[�Q������`E�������k�$|'������GO���R��4:	y��X��1d��hz3T�ʷL-�3��D�G%�Z
��b锥�3�I��陌R�^cy,�3��P!�@�ieNq좀FS'}@4�шÏ~�����*�T(�P���Y+�=�!?�}>�Ю�+�����w*�3�U�����sƽ ��i[�9�a���\��u�We�Y5���	���+����,��iK�\��ʚe�<����z��K�C�&�Hd�bktݩ7<��Gh���
�f�O��fp�+d<�8�Y��X��(�ϴ�s�>!;B�TR@J	vK��U�8�bU�H^Q;O�k�b%�[Q�H���O�9谉����0r�0��}����U��>�ʔV5^����ܵ�����}ecF���mۈr���qLEl��	"�I5��ڦ�fU���2c��W+�O,
���MJ񝁧6���y�?*�0&N�ݚ�xq?�)��>�e�(�	@��qT�Vx��>sjA�i�2W@�W�<K������P
+
�i
���4�(ا����	�
����xA��̓��	1Jz'O����?�<L0,;V|'[�9;j:[��B��خRk�nC�.и�iޱ�T���ݝ&[h��5V�,�R��I��N�{oF|Tn�_|Q�W��>��U����{L�Г�K^A'�96&�E[h8�����J*�X�>�w��yW��+��V���c�*��Y���P����!���3�
��^������%�"��`�ɒ�R������cD@�2�ܵG��5g��L6}*X�l틵�\�"������*����p9������B4M�z�A����65L��.���2�k,0���^�>�G@���@H�ty����Z4iepWt��A�h,8�<{9Ƚ��ǷƶwZ��OY�E�<���Z�)��t#�/�崐�\F7ʔ�B>(���&��6�ld�i��t��/���=�n�>?&s��]@Ν�0Z.3Ĥ�9M�G�6�XI�J�H�Xa�:��C�}��3����6��~>�D��3��U�O>[vZ_�}ס�qN!ʃ�
��-�W� �������
S���Ha)Y���'l�g8=�`z��(bwv�����i:2E�!��`�;x�,����Y ������ߩ����
=��Іj^ǻ��Q�^��_�Yy`���Q����[&aY��Q
u�s0{&m胑*����j)���T�C��$YQ�>*�P����}H��������˥��_�7��!n?Vا(s����O�GRB�X���bG/*󨴉b����E��(��"�lrʔ$Ϋ����dJ�wGp6���
P�/�#j��mtC�R0�}B�j̣R��X�v��I�>(�j=���:E�C�t�V�:O[h[5�"u�E�3W�.
f�[eܫ8�P)�e
�0Rԁ��d.ُ:~}����t<)��/Q
c��O�B��GGp�<��"-G�-b΢�y3�b�#����5�RPCk{d˚� ح6�d��]������L�d�Lu鋶
��LCz�Ӯ��IYs�;�A��@*n�yڢ�����Kˏɩ���E���W���eM����â��x�[�*u����-z��җ�rizH>�������2$�����=�_�����j7�{�!�h7Ύ�|p�fs%9LA�Q,��2��WH�(EEug��&�/�
$̃cm$0^(K_�C]D����i����+�/�TR�hOJ?��N���ޛ j�;�쁳�#��ISm0Q�4W�����Տ��5_��fd���"0�ԏ� ��~D}��R'��k ��GK1(���_/�T��F�Ȥ8��>��Q8����m�.m���s��t�Á��-��`wZ�a���x��x�";ͯ��2�o2�:�h*4X���-hW�3sn���P,ɞ
��"ޗ`7�Nw8ɐ�D\���	�(,f鄝�	��I�M�|؟��ն���k��ÿl�5�n�v�xL/L��M}��ݻ/�Е�um�.�u��m�d>�Nh���&k�Ե-h���#�
+���q����s�}v.��L��8�c|�P=/2�,��T�,��\f��x���P!:*���}��uL�v�yj{C��[��	���^�܋�����lV�͛C���Z��k������9�~�_��+�2_�ʗ����7��%�\~�N�V�w�|�:$^�fH����-œl6��[D���n��i�D�>�=�}4b��=�U{��x�C��u���:����6ݨ�18�=�Z��%�ܓ��&��?i*�V�߻"��z��,K���=�,�5keb �PÒ��}aM)d��Ő".Aǝ�2�An�K%
���%7;��QΤx9:�J'���s�������9��:�(��w��̿s��lt�W�����N�~�+lA�ڏ��m[w�7���7n\����W<9��-N�߹t���i�?��"�;�i�w�[��;L�vP�2�z����r�g�k�cl;#��E�*��b��8�*�<~h!������:�Q�@�qӼek�/��#�@w��ꪫ'���	���r���*2_�2mp�pm��"Oގ�:�wFgR��ۜ����������{z�h?U_3�������m3�ؾ)��[�_�.��/��d��
j�����G�̨�.��+{����7g�|�6w6؟>d��5��;{O"�-��<���+�jaW2�2�����p�����W�a��g��y6&�Bh��I2%��1���S������*�[Ϥ��F��۷�%nwT��	Q��Ķ!=����00!�dP��$O����j!%��l�6bd������[6�,6��`^H�fɖ3V߶[��8|\��M��Q
���lƜYxj�?KO�3��ٲ�%)���)JrGƼQ��̼)���2c�"����^�–�;��@Y5��u�!���'�h��VGTi M9��#�(ן<�4�s�{��������@�e�fQ`�Gy�
�8�L��"KB3�+��fOx����_�c`=C@�d�-T�Oj�+�Jw�]��f1���򉠦J��� ��-�L��[,�Əv�u�&}��z�)Aԫyz�X߶"��M�Ww�P-蒺Mr�k����
4�4L�ZvɎiZcK���U/N��j�a,�a����!"Y<��]�K�����-��������{S��&�,�-��l�5�V�(��DSJZ�������U����+�6��U�Ԥ)�j�ȀMXju5xk�O�x�kC��f���>���v;o�Ău)O[���H<t��_X���4�i�+*�d��Ԓx7)�l��O=��R�|O��h�\��ؼ��E�RD*c R?ʇ�﫯��"��bL�+n�wSB��IZ���^��ģ|��r#R�e���A�>����%��rJ���r�ZN���C�Q�n�?|��x�����_B��*k��gY�n��3:B��4Wͤu�Q�������.�R�M�F�2���>��8�G�3J<ZŠ�r���Vŗ�Y�~P�9��w�;�<
+�iչ+�5�D��D�hp,;ʹ�j���fƼ=䵫9�� �3�Ƒ,�@�('h:���Ƌ&m��TkP�q�8�󨴱�!�ä.���#��Q�{�=����=4��V���#��m���x	�_�)If�C�#y��F��N�������
u����Q�R��PQ��y��Q
�u�:�]�g�*O<�j,0?��g`O�N\Z��\�F�k�rIݝJ%QM	$%G�/-�S_hz��t�>U����֧�c��'��P���fՅԭ���ں�o�>x�,u�����P^��"���������yXdc�i+�Y�_'�z�����6~(+q$��U�;{S<�^x�Gn}���ou�vXt%�&3`�.:gA����'�%��O�0j�@E�w���:���м�jd���q�g��e��<TCB=�nҗ��Cq�+���d������)Ӫ�L�Z��&��ίYْ�bv���sm��������k'm�xl�0�k"���ȓU��\��{ӲY�zY��.T���Yt|�"�������cK����:6�.4L�S��z�D&D��LJa|��+Q����h��_�}�e�Ξ��z�_���
b"	P8^����Џ��>�����4c�&ū��Y3�]��*��tI�*�
r6% ���&A�R�^3��$�p��,a2GÇ�}O>W4�7�6Ո�n7[�Y��Nq����O�e�cu/=�cm:&�4���C�o��<���}��i�A�O6�ă�N�Y�����m�:�̲f3�J�"M��K:�Ek���:e-O��7�
�6��;k�h}x�?�1�/\���g^��y}7�|�4����q���'�7o^�� o.�Uξ&�d�5���v��� ���3�_P� Mp���Ĺ�V�jl�U�	��a^vqǹ�܈\��?虽쪰��:���Oo���b2AL2���9�zXv��Q� VUq��^�k%@���$Ǡ��#�o}��Ts�cFW}�$y��F����$y^2:�����l4�/�m�a���Խ�&�o�L�3Ѥ�N��Iq�!�#��ĺ~������N>�0=�ٞ��bD�A�w�	���O��h��C���Tѡ�
�����֩F�I��.��M[�V�#�Œ�3�z�e�{��EvceR]�
�
�ecsER����n��`{ah��Z]���'3W�0v��Ix�V[mQ�8��f6�4�Sc%�Wr��F.aR�6�a��Lv0�n���=,L	�Z�BU\���]�a�JX��L���7�e銛
ljQƀ�c��H�j\���}MG����ޛ
�[X@"�W�dNS<���+�������#(���;<�"w�~o�myL�'�D���pEb�Y?�~�{{����,o,�RD��(J�bC�>�ܶ�_�dՇw��f�f�s�ܦk3�ގ&��~�L	�=�$&���Cyd�"�le��؄� ��tQRʉ�@*����΋����7����JՄpC��#5-�V�g�o��!G�i
4�&��N�pO���o޴խ�9�k�'y=JS4���/�;�٬����v�Y��3M�iB<�
���(Yuv<�9_�m��@|zU��
_<'�;��^;��#�b})�K�yw���n����o�%���6��,i7�-+v�(�k6i�c"Ym���=t#WRT�����m���R[����na��<���j
X�)G�VX�,��gB���&blц�*�ϸ"^(���^�Bk(tǒD�>f�ʭk��l�W�޼����(�I��d�r�U��U5=^�Df�j}-���:�$r�p(��<M����zM���Ư:|�%7L�>%\�x�+>w�W�؄	O��u���
gq�/�,��W:˺/Ɏ��+�����y+�&��Lo)�	���@�[�@e�x���b�i�u;���:��Ykw�[50��x:��r���s�S&_Xx��f[b�T���:7ak�}���Yx���<5����r'���(>q�-��p�r���o��ɴ2��H��U&�I-K������m�h�ɠ\���YF���Y`��|fM0]63���B�w5�%#�'iH(�8�[*�k�.�Etc&a���Nm�V�JQ�K�T�M��b�X4�?��#4c�왓Q�,<��v�5���?J��	[��J�s'�ڛ�iӒ��Ӈ�C�>�䶵���h��Mz__�m2�7��b�2�HC'���
 j
,J�N؋����
��Luq�M�Z�W7��'./�^L^�DL���%S�	������n��4:O�W���^�o�f߷Rпl�q�{��\�PȖ叙y4*x�Ba�v���� k��x@͗qY’.3�HQ�F����|�:r�Ɣ���9`P_�SRL���
6b�|jAn~<D��N��"�u���0��Q����\�� W��u�ާ��fn6�oH�玤�N	N'�S;���)̓vG�vejO��XJUP��s�p�����s<���׷4�����}��a��m}S�j�T���Y�Cheubm���20�~�t��'r3��:_H7��M�笜�Y���rN:1��!-��z��\�M�a��P}���l��&pq�6�*_U�Y�IG�~O����_KU8��FT{��t��(���av"CBf���_F��;Q��n�qӳ�B$MU*r��g,�^��GD�,I�H:7FD�	�Jl���k6��c'�]�u��;��&��Fb���F��iB�"�&͙Myk�U�����P�\�M���]J��~q��Z JP�$5K���?��1/,#	K:I�)�D�o�Y��:Mg�!'�S��$���M� }��Ê�N��~�$��Ū��3�w��m6�]r׊s���O^�
��ll
6�H�{R�vB����o���Lg(�i��Z�hVd��˂��]�w!��r�<3��H�/����7Cy�Y�N9���Y����@��Lc���eY�֖�Y���$�rz�2�d��k`����8v1�gI1�"0��k�~��,��c�$����ty��h2�^/�sv���骩m{��T���UM~{�W���Ï��ɿm���k�U�ٹ������?��΅s�4a��:���Z�D�g�;�@�V�ם�4����`�gلw]x�/���g�o��L���v�w�'v��ڟ��ڔ��y���K<+<f�>�Ǟ�����~NF�=ΐ7�.'�h��ٖ�}�t�)v�SK4�Yԉ����s]kW��N��-Я��K�`~k��R�-^���"9BF%`%5��S'$��^\o��;��NKM#_5y�<C$(V��*ޖ��Zj�����/��IV�Z��et�M��k,��x�C_m��{�ۏ\�ʶ�k@1�R�+ې�.����臬������t�и�����l���=C;�x�|^c&�a=w���9�9��p�t袋�Š��7���1��R���1@e��a�����<�3�w6��Lj�(
~���n0K��M.��
�E�aR��I��W�1[S���,9p'��Y���P�M>�r��֖
�j����K�g�M�dn7Y
n� Nl��ݮ��m�G��Y��N�̂0�9E&W�K��b�K�|�ĸ������JﱵWr{�ݷ���kQ�cZ\2�R�؛�O����ۡ��_��h]��Ը��y��&܈V��;~��M��/�׭�n�߮>�_���[.��/m�2������A	�q�J���{�>��L���M���8�A��f��]��'�v�HTUO��μ�Ń���̚u\�eA���b�~�u��:�y���nw��������ݥIٸ��$j[Q�����V*b�聇nE�C�*�ZɭE�o?҃�&k=�t��#��=�K��T�rf�W�Q�jJN^yٔ������Q�W/����O��o�^�rr��j��;�N�M4I���`0wϚ� _���ߜ����!Io���uz�#�3�tz�i
��k�j��m��f�L�'��k�
^9�u�Dћ������Vn�Ǽ^����߲r��n_����CSC ���"�6�Gi1#�W���0=p�'��]�@8z}�Q/
F�"�̒��&=�lF�w�d�F3v1��F�uDFY�V�'F���`.bN�u�䡁��V�l�|I׀��ɷ�*�~���)���Z�*�!+��u��Qv���C�M/��vԂ.q��c���Ys��,������wD������iN6� Y���r�L����U߲�[cr�c�q5)V��!�c0�31;�B0ތeG͝Ua�V��NU�e�	�(��;�;��|d���;��_T��A"�?/}�M�i	���;]��w�t7W�Y㰛�n�����Ng��h7���E��B��7_R�E=S�x�V�5P�s���m�`�ržYa�������z�Ra�t��	�k�����_�F�=���dVٿgC��j��߇%��T�}�[��n.�Z$��Uq�:�ۛ*<gg�n�Gh�(U?.b�=Ђ� z��3ek�
4��	v^�QVJR�T����+N�1�E�y���D���;Y�C�+�dN�A݇n$9�M���Ay��hpJ����=^�蹭�%[ҫ{���\r8L^Rڠ����g8�ޥ~�a�d8U=�gP��'�1�.#l�
��=ΑѬzR6��np�~[�E��fn��G�+y��|:���f���E˻�~E׶�M�ʟ�]�����f�}jE�3�qMOϚ���{��d?]u���U?���#�/;��s�~���򹃫ؚǀK��-�6�B��'闘̵�L��gc��g&�=��G��'�
���}�S�唩���VC�I�s�y�����RCM�)�r�d��7&UC͝w�4�N�sc�a7�fl���]t��Tw�ݵFè4�o��u��֍�2�B�>#o7(���J~j�E(�EM���-P<��n}�en�pt^���
�^<���5�fͬ�>3���/rQQ@��Wヌ�����(�Q��Um��)!s���G��7����ꜜZ�4���	��…U��l���ڟ��p�d��:�Cc�e���'s2�E���;�u�*�'����$�]"���c4��}�
v�zyDz�ɨ�n4��bTF�.b4R#�P*��~6��t�jt���ŋd�ۥ�y1W!�ןD}g��lْW_A�4R�/�u|��]���P	�Ǯ~��:t���[�����94{-�.�ǀ���y�A��0�� �x��6-NMv�M$�c50g���hQ6����1���B��n����W_u�s��;B��E���g��}\���"\�a���Q=�#���ͧ���վv����1�ŊS�Y(R.i�[��9��Jd��QӜ<0@B�Nya�)�j0Vh�2쬄�s��O�eP5>I��~���1!���-�A8ag�j�Nq^7�6��e��/�쾇ݳRuԢ�Z&�U�EJ��l�p�Yo�<2�"_���:��97�9f���阎���.�!
hI��4
Rk��Cj�G�Bu+b���tQ�P�u�/А1��TZ5�����V:+�zp��8��j����y\ST��!�zr��u8Y۸$��Յ�F�uFY���Tj
+[k�j`�GŦ��+�yl�֦Y닍�4R����,�+��h"�)=��U�>���yV�˕!��V]�Z�8G_
jW��p��H�� ֬Q6P��8=w�Q9�]W���80��9���{��z$�5��p�+��҃D%ꔒ�-��R`5CbJi��h�EI@����x�Q@��-�J����h�n��א!7���#ם��Y
ѣX�����2��M��n��Ɣ���i&�#i�x2n�B��~��#��}2n)Ͱ�.w��o��B��(��Y�k�"��5n��G
PTF����;�N�Q@�(�奣$���%l7Q?��lR��P�fB!w�ҤJƝa�îG�ٍ�J� �vK�g�WOӬ��L_�$��t���a��[!i&�M�>J�LBf�R����%�ۣ6!�o����"$�,J�{�l2"Qo����#BQ'!"#����H�:�.	o	��<�9*a$
<1ʔ/-
᪠(J&���$�
f^o�ћ�<o���n�!����A���E
fl��5
��H�<�o!ͭ�(�p�N��tH¼բ��.�a.�&3�!"I�:L�fsZ�0A�:�A� RE�E�b"`��\�`qbѦӻEA��lr�Zg0��_
�X0JX�	�Щ��9�1��"BN,�b�q�H/b�I����2&0�6�IM�U��%U��	l�I:D�Y%�Y�K�xí�AЛt�PG$Lx7��0lĤ'vluۏ�x���!"Io#�E�NF.�`�E�b�Uo���˘'�\�y�
����~ّ��$�(�d�Fnd3Haz���I��+F��#�&�z��h$�Yg�u.����X���l��b%��N���[/���*W8����BV���0f�^�@�`^y'/T�z��:h��M�#�$��<E�H,0���A��o�a�,0�(�i"!1”_E�63�;�x���Mr��X�v�uaQ2���C_�yY��#"/輘�X�Hp#9x���1@1@�
6�	Z ����m��݆�Q���D/��.T;O|�`1�e7J:�^G�	:^��&#�a�A��$è
:d�z+
a�(�~�d�D[��i��F�XVX��DX�F�'�
:Cqs�����jӎp�q��2��E5!K(����K�Wk̙�g�ط(����h���P+���R���^Q���-O˻�h�@�&�l�o�%<x��j/ޅ��G6R-V|l��ht��iL�`���xlhY9��U~�S�㨆ӵ(�`*�J�|�u���(��xn\T�"K��L?�
gKl/j����P�[�&�cr�n�l�*�oEŅ��u�̬۝�dU���F�W
5�\�1�v��C@��4P�b�|�M��e�^I�]%�S!W�}�`��*�_��U�<���(�cnu/�Xxh�w���
���)��k�0T�$׻Z3
^�^v����1e�F��g'P��JAR�#F��,+E��Y�@�'��C�K�_}B}�~:@ŏݏ.��g2��K�.�L�KZy��,��ߍ��6:&5Fs��n���-Ț\%��۹I�dn
��[ɸ��@�i��5�]�i��v�$��t��W3�L\�	C^\L�>}��6�,����+�7���
�g��2�.��;����H\Ұf��,-Jǒ��Ew\��B�wjǎ>�fM�.��.kl�Dj�.Xv�}����mW\:5֔j����K�ضV�3�B������S��$l��&�ijD�YdIO�~q��!�rW��)\�3�
H��.iT2�R
˔D��'�i���>-�(*�Q�����o�c��$`������g�#A��ꆘ���0�����ߨn������7.>�x��;w,yc�?�Ơ��3����6I6��1�q���	���($�����,��Njwܴt�r(y��h�2�l{s\p�@5�H?��]�J�Hʽ���<l��n�h��'�1��P�mϣ�So���7i��$��½݇�����a͙�~}�Z}gP��$���6M��h������M_:�~z�{�dZK�e���:s�/޵�bR��+ʤm��.F_�����-m�AE�L��ǭ��s;�;��\�激��q9��:��L0��hֳoȰ�h�mS!��S�b���f�D"N��� (����(�YqG�"�Č��;Ck%�mD��D�͙mvKa�5:p�5��<p��Fi͢=Oӛw�4�->�g�Ihh�h�{�� ���e��f��
�zUs|�+�D�W��xst����-�}�"��<;�p>�#��?���X;$}�u�pȖ�ow/�&�ν'�dޒ���M-�3�g�֛떤������$y���I��E�uR�
;�5�It��Б��f<�n;u->b��{g���-:��6ާ���>�k�0ڹQ��s.A�,1��xB��U\�tBBA=
��)~�3�.{�ҍPa�~�OBP��:s��QS�=��:Uf�s1�K�ɗM
�@����P����s�y���gQ'�)�_�@\l`�|N�1�6f�p�p3��,Y��,w�Z�1��~ט���On���oy�'�Ǘ�lfC��W�?�Ot=��Kz
����(U�QC��dP��n��.<����=y�]��S����d�2�K�Zu���{�d���^�&P�^	q��h��E�AakF�Q���7>�<�~̈^�=Qby��A�s�X� Gr9�A���ժ���`�	����Ε�Mʆ�돱��,����,)���4K���ݑ�Y���Z���?0J�d\;|���h��~��ki��?�e��v��宰�����K��v��2�)i�9J��cj��~�Uivo��	V޴�ʍX�~�eC�k�ˆ���Ɔ�K�ڰZ�n�߹ZX�ko�n�퀭���:�h7Τ�����G�+Ș��}I��]Sfn"u�!�`*��ئ(E3	��M�N�4���j�nRX�M��Gs/Mtb������RS���{i��+�-��v	��a�J���u�3�Z/�WS9ZK��]>�Ɵյ�68N^~�i�>v$�$�&x���;�ό/n�Tu�������
�_�p��d���R7���#ƌ��]��Kqk�^:J�1�)Ǥ5���$�2
;�ʗ$X��[���Z(ޜ�h�J���7*�%2E叙#����z�g��{��hLK,����M�������#�ǤOkdւ�n�n��V����Z��Ħ��پ�[���ȷ����kV���%��ʂ�:�@S>Զ��}��S���~�.��vm[k������l&�ż��V�L��s��H��uvM[2���/z9ն���.�S<#y\�6 n�G����fmȬ@���xʃEӻe���iwX��D��v
[#:b��L�_�hkm[-�Nٌ�E��Z~�emM����%Y��뛮��%���Zbt�h%:���9}6xn��.��^%,uXF>�.1^�x��o��U��Q��O7��������}����\�1�B�,53V̒ׄ���'Ō�z�w6�7Oi�6��o_���rU���qp��,�1���qOi#*�n�;6������F(�Ny�'�+ܣcT��q�<e����LA�"qe���޲Sq�x�LPQ�W��Q�W�y�h�Bf��M���(��[�vL#���ۛ�Q�}�;��Ε��˒-�$�glY�o+�s8q�N�er:��@B���p��&�*АB�y	�����RZhMKy-Gۗ����̮!��>������3��3�3��~x�h�4[� �A�=,O�c⋢�rx{�+=�.z���f�G�A=��SM�ϒk߉�kѥ1|���u�g�<D�k~>�\==j��=$��rR3�,��xٰ�U`B�!��"LQ�� �Jc@(��{˯��F�/�����4��3�i��bM6A�
>A� �0Z��������(�	��zc��d�I
Q&������Z+8L�T�W���&�� ��a�Q<a���"�*F�S)1�^T�}uМ�5`��-q'6nh���־�ڻ�O׬��%��3<h��%r�ܿ�e��	:b��
VY���z�l�N�]6��p�/oyiOc������5x����r�M��{�>_�ؾ��v��5������>9�X�ru�ʓ�3�r0�rd���e��t�|��¶����L�d_���*�5�hct,g�}��W��i��\�<�c�s���p=�i�v6��l��۽�N��8��E�߹�����ٿ}aq̈́�s���+Wߚ
D�ٶ�D^�؉>[DP�jq\j3t��h �d[�)��7r��h����UW]�jiK�97���
X|����/����>g],p�K�4�Y�W_�ځ��/&���-�.S���0����+���0:��A��H4bc���7o��|~۶�F�y�W��ub����^yV{1���
�o�8�����S8#(�緥~���w�޹�jҢ����6��ĉ�"�h0P�T�	u)�� �$�`]+�E:�E��q؎�W7jD����-7�(3�uŲ{�Q�l`Y��$����OC�oɊ���= ��;h�>���E3g^tP��e����N�B*���ʘ��!x�%�	�֙�Y}IK %�ep��H�	�ZR�́�H�+!)�ʵ	*	1B�1ˬ�B`�>� &�)ç��	&��
���)��,~�)|H}��ؚ"����od�A��[�aO:)�禓�G����wLr��(y����ļ��C��g�Q���#[U�N��84��~��c�!yz��ݰ��ҔZ�3�;z�ss��.�F������M�ؾ�1F�SI`A	��4Q�ByE軼a�"�Oi���P��S�b�nByḰ��XK���G�����`SVЍC/|WM�߫ʪkj��v�!�:�|uQ�(�U�Ϝe׷��]N�#h<;�����v�U{�}���f��j�H�%X&?	V�u����~���V~j����6���A'��MY�v�M��!�GP۹re紳�� ����D��k�����/�s�)�k�q8vI8��#x�
���G,�c�?��;_�?��!��sy�ٯ3��ηw�>w`����||����t���u�P~I�����hh�nE/�&�j��y+���ٸ�uT��S6�o�o�O�oh-N�p8ޗU��2$�u�]������v$0$��
c���߂��S��T�6��h�Bڭw�.ci��[����ҙ-:g������<F�=�*ǫT���9� ���r��%@+�2�u!t�ޮՒ�2#��ލn�A7�A���YQ��Ⱥ�U���ax(�Ę�[6��b��œ�8���{`.�92q��+vK��$	2�+���p��*~M�r����Vs\IΤ_!���j)p��j�f�]_^ș�P�G>��*�K���h�q��{F�A��
�lW��?}�'�M��R~<3.(�[v<�QHPC����c
}I�br`\~`8��{�;N\�w��Yu��I-��U'N��y]��9
��Kp;�+��I^����^�V۳dv�9!Ns�߁��_倻l�1p�~�G��� p�F#�:��:ԅ�[���	H��˯�����쀿�":s�-@w��;1n��3�+���U�&���97��ϳJ�:���W���ja�3�,���)���a>�� ��'Tgx4J�A�]ԧ?21:��yA�c4�Qd�8�`��b���4�D�lu�*�l��.]�&'� ��N�Y	�?�_EJ�OG�#�y�n�	^��TA��/UB
{d��Ȏ��U�}xX�1r_i}~8b*��=�^]W*s->��K��d��fgQ�U�(��s,�Ze��M\�����]2�)�1
��$l!?OnG'o~��P]h�꙾V�'���E���6Fo���/�q��+Z����jz�*�S`�O�Ɓ�| M�U�a�����{o���0�3g��}�(骪�5�J8��+�5O�OWU�$#��+�����Z	�J,�2Y��i�n���>Ŗ��X���p�'E!��4�l񺻜��i��	S�(�߁T��R_ʠ�̈́�$^����ŊM����O�wޯ,�cӊф惞�\I�`�T)���&IX��3��W��
Sv$F�ݸ{�e�1�fH�ț�aw�(Q �\�9u�\����O�x���7N�Ѝ�%��hۑ\W���TT۪��˻�Um�ʂ�j���r����S�-���kU-����n�E�*+g]4u�,}���뮻mf��msM����X���9�U�uu�UNGQ>+���U���UG7O���(��Y�A!��9ې�#I�%�y���\��gf<�/
��Z-H��L�HP&O���E�Z�:�3.&0B�}�H������`n�(�.�Y�2�,L�~�]��Da��x�Q�`2�:��6_u>�6��)+���{?�D�C�<���Uk��mb��~�c|T��`�ᾮ����&��
>E�7�"B����1�����;��/��� ʤ�A�$v�Bf�������Ytج�G_))P@	p�7�:�z3hfa2
������:v(�^&��m胍���ɛ�7Mi(�&�+�;��v�v��&����1��S���	{��\ر���%���W��[�7m�nYm}������5q�oqQ��ˊc���^��nBq]�dZ������CG6�\i�9I/�����`��b��}��ޥ7���5!���pa�r�H�ٰ�)
|��\����n���@s�؇Ӂf��s�޿j��Z�V��+m�#~xd���	���Iq�|Y�;$���`k�G^i[ي�F�T�X�
*�Ql�N��+����xD�Ց������-M��L���[J�� ��ϧ����},��i.F,2"B�G�щ�����0��~�Ie�O��Ö��[咛���o���}�T�a>��ľ��/���o���z>�E}ʋ�`v�z%5Q��l��ҥH��+�+��l6g���S�Ô|�B��h�8��ڱ�t}C_Ꮐ֣*�=��d�[™��M{�W�J���fw.a4��4���D�o��*��V��VA�8�sP-��Ҟ�}��A���"�
�@�"Ȥ�����t0���+|�|E�4N��Ł�ݓ1	�9��)*���Y��Ѷ����QoP��@�	�J�2��::b��?2�H���ϴ����3�Y_�n�x[��b¼�Y1-��M�ҧ���i��.�#?<���e���n��g���_�+�w,��1���?�Q�`���tt@��܁�
�w|3OQ�������ozi�/#����@ :�ۨDl���#����w��w
k�h�i��Sy�I����M�@�$�I��g�QC�3I/���Iү�RО��c����}>�\!��Б��c�k3Fʷ�׌8'�חe�d($lٷYS �hC�:Sl��i�,�ɯ�䝂�<d)r�$�S����Ib��T�^K���p�+Vu	i����A�>F�i��$��柌��t���n�_=���Pp��T
�;�(�3V�{I�D{��iEZL�I
��sҢ�c����"3�[*8#��^NG#�c�`4�cCf4q���&������E�:��r�@B��$�=��D���M�RI��'���04	�'yP^�?R���xS^�3�Ԡ��j�"�����!���p��sm�h��g8�����G41$�G>Lx���Ny8���.'R�ԇG@"�L��C�8S1�I�.u�ߣB�G�?>�����sj��6�خ0FƆ�{�1�7qD����X�SJ�Rʳ�R%F�L!sM(�~l^0�������a�v$.��X�V]�Υ��t:�J��t����1�"GЏ�e��C7�aR.#*�f�E�|[r���X�\�p���M�[�\c�3�����`�Z�*�؇q�fPW3f��!�u������6�����1SJ���rm�o��XQ�N[�1�c�_.ʁ6�a<������K�#�QGRs�7�gc7�P߀s���ޝ�to��s02z�r�����{V�{n͕�{6>]y��T�Њ�X����(�|�'��׵�h����%"� ���׫��{�i���`./Md�!����]Ђ�[�x��C9w�<�X�c�pKC�a��bP�#lm�Пur�8�/�^�W`���Mfs��(=TA��{r���\�X݃f��?8��:4�g����d��<�Pm#�4Vo-Y@PV��p	�׆9�1JȺ�C�F?��!i�&0���I��SH��H�o
7A?�U'S��C]�
7�4���O��z�C$���=*E�L��@1NfY�oȒ�:4�����#�}n,�uN���\}Za�gi���~��@S���d�&l�'�Y��p}�@�&:y�0�o�)�@���}H�U��q����Ss��G��|����@S�
��$q�Os�I�#KH�OsY�d�Y/�R�����&5�@�ѩ�Ff����k.�`����G뺦��Ÿ~%�0iB�7}�y����1_��w�lᆬ��q�_�M��R�uŐ���p�t�����{��JH��E�2#�f�,��t��D%Q}�:�0�Z`�1��
b������W6K�+���b�d�
f��e�+7�r�JLZ+S�!�}w�P�3�wi-V�6�u���o�+6�]�
�`W��d�d)���P��L �#,{yi��*�+��ӕђ�����	g,cʺ9^V'��0Y�2����[��g�?��)M�������~0�9?8�21�����^:3y��+�|�W�#�ܻ�oط��
���{^GǼ�?]�M��=p��K�W
B��K�捋fljh9i\��	���ȜE��Κ�Ι�v���ÿ+~긇���}�$���9�3&�E�4ɹDR�u$���c���<�a!�;���Ă��Ȃ!ŕ�1/嗋X�v��`�t�K��e�K@H���2؅�Ѐ�8�6T��jLeˍ4�T�,�	.��7:́�b���x�*GASt�=����I��,�"���G^H�Pu�e��PCn��A�	�G���W�fD#��OR~^�e����*��\�����NY���LW|i��=��<��ѵh�ώ~<�h��o��Btt��U��]Ns5x�O��|�2�lm�6h��ݎ]7;��S���.���i����ZU��\W9�?�[��ڜ���Uj��u��rl��!�.������D߄I����D1
�'�G�W�<�Qf���BŒ��*1S8�)�Z:!
)QH
��I„Zu#��v���Ro�o������ 5��\G��zx��dT�f17e�E�X����\9�ZAm�vP����{�Lj�	
��t8/��Ҩ���9��ӥ��%���}�����	�{��_�<`F��=�2!���1��������ʔ��ۢ�n�|�����o	v&F��H�/�~�_�:$���n��Q��$�ǟ%�~��:���٩2j��2�A���l0�l�Z3�q�єɢGĉ�k&b
����i[���cu<~��x����sE��U@}�Mt��nZ4�01yS�Z��&�l�^}o�_l
Ev�k�����`�oM���M��`�7-�����҈����lXd�m��)\Ԩ�HA�q�j+o	�ƥM�,Zq�O��,�eT-5�ڂ�C���$���(*��9l�R�:��j���j:��+�=����ҟ��F���k�*WE���pIk�� Y�j.8��J�
����
:S�5��G^М��F���m���.䜼����CcT��@��%������kKH.!�%
��ud�)�kAA�T��1��x�7�*�\�y��p���g�
*����5�U�ftL���1���ń��Zm�I���j42`���W�Y��c�D1��_��-����D�w���|㟥lS�2�4�B���a"
�OR��z#2���(Klq�h\X�*I��_-�4V�.��7&޹kxp�����1��*{cG�I�	0��ݻ�
�q���M�e�O>Y��c��
O���*Eu�DmO[,���	�f<�a�#$�K�0w �>�s�	�6�W�X�����6�����b%���֢Bۇ�ߕ"l?Y�k�Z��&��|�l�
��!��\I�8�����
�|��`�&��1���1�P�/��IK)����){@'ZY�hv�&��g�
@6`�	wE�&yI���IJ9D�I=A���b̚�|�/����H���u<��R	禓���̘*���Y.�F�E���vP�ߡ��<�ݓg�Z�E��=tL�T�"&ǣ2=��"��ǾG
GL `D݋g�9��X�F��Me������
8�~ErnE�F�*�Mlu|BWY�Bv���i��J~{��^*/m��*X\�wt��˥e���R,k��T��$�ӈ�� �t�R��6j����<ڭ�'������E6���ZhP��q;��q>D���@&� ��찇��NQz�^�~y�
��@^,,�Q��`q�q__X(.l�{^��/�/T8 �c�#*b�i����&�O���a�S�	�l"y�$�&̲D�s7P�u��
=j\.Qܑ?�҆���|r���z�4�ʻ�}��ǃ��u�fůs���fB�Q���B���Ev^M9�4�$?��8<�"<.��L��3�j��L(L5��FV��w߽wpf.p©��M�n�c^��8(Uν>�n�.K�e���y�@��{SF׆�{�`�|���73���7K��ݒ�pȕHd��Q"�p�(@dY��T
c�T�YKKJ�+�V�O�wd�C$Zѧ�tH��ο����n� ���w��?�&i��G,���
蛙�������|шD�>y��A�-@K��#��L����җ|sĩ�i@3@g�M��/<�X��6t��\��_���e���y�̺�q�*�������+j�/������2�����<y?�1!�Ak(���+����݅b�������	��K�Ev��_��X���V�!���{Q�:�_���׍��u�{Zf��u�>�+&�Z=�9s��{�]	F�l�Ǝp7�@��Ŭ�7G��/Ð"�^9M��4%?�}e�%C�i*�fFi�i�&8{L�?�p���G[m�����Xګ`d�l�'k��&���cb5n����cd`A0g�	-������X
R��Y�<��z�ŽU-���̞w�'�
v�8�
j�BX���V�����>�ג�k5`Y�TT�j���,O�Ƨ.
�f�ء�6;*;��Z�dNywM���"��0ԈKՒ4D=#���eL�p�E�H�6_�-�8��(�u��wʫ���%S���$��#0��z�ޓ���d%NQ��o�c�[:��@~ƹOq���S>P����䬕�}Ǐ�{�"�f+�wm�3;�a�8Z�x����
9�a>�n
���
f�|��}�X���<C�;�>�ϓѸ?G�c�"[yg�����g�Y�Q�@z䛒��K=�"�aU5v�:t��o�p
��I+<I~��}���*���2�E�$�Ď�K��ڿmO�l(4��{��_ծ8��L^�6�i��4��K/���Œm��9]��e`T�%*��������~�?"bH�)Ԣhr9�>���'���	/N����AO٠#HzK/� �]^z� 1Q�8��0�)�]��h"� ��+�_Ta�U8�i�cm<����ǥe�}�d���@ų���Ac`h9�NQ�S&�ݫ�M���XK���X�~�����JЃ͠�X��)��=Pԯu<�u�LU���A���i>M�7�:u��&�e�V�b�{��u+9���de�n���W���jdS���X	6>�A8ozt�+�$�5�Fv��_��iN�&,�����>�V�2��
���7>��#_f�
0Z�Ҭ�`>�&$+H
кe���H�!oڇ����և�h���N�+?����]����¿�0Ck~��\�,���������?0evg�φ����
�cuH��`�s$%��C_�V���@D��b��Q���R���Uͫ�YA��$|E���{Z|u���a�ޡU���_C�Sn�n"�k� ���ǥ�ES��ʇ�8��A<��vQ �#��\�W)WI0���#F`�w�i~m�!F���Q�R^�ȥ��H#�|ap�m� �#���gaH���F�A�>�
2}桫��j����>��M_d���d2���/��?�(�J�t5X�O�wN���n�
���r>-�|<��+��> ��z?=y
W~>����<����W䯀������\0�gj[�y��c~޷��CՀC��C��<�9O�E2VnK+�g�j�2*��j�~�y�\'oޱL+0+1{��iu�W7*�v���o�ܨ��U�j�Fc=��|LƦ�~�߮��e����˴P9i�̫���ˉ�~��d�
9y��r }�u���f�**�?��8��?'a"U�[/�͑zyU�@��ʙ�p��y=�K��.��۳�H+9�ې�3۽��R�NgQ l�]�}g+D�d���3E�
d�٠�C|=����"�猖���D�$����1���K��/%���c�io&5�O���p�F��r���r��re�+��9�Sn*���Y�L�I�D�#�#�@	fq �패����a�#���'��b��}=�I�\̮��'�
Z�h|,=��:=(��T"����)F`E�E��V��j��,���Q��|�FQ��_�/���a��|2�r�K�bIx�X��^��b����I�&��$J�t2(i��]�NE�Wؗ�,�ޥ���x�V��c�m�pF&+a�)
�����z؇d�=�>���>1F_9�=�!��~S��`�����;{�L��|c���pn|U�^;�-�.�߄�m���"��;�aX�(��Ȑ�1|Y�Yz�_-�^U��{����3�u��!��C+Hn9��d>�)Ȯ�˵�U�I�ͧ@E�$*}���*�~�� V���9�_��X��AW6��Я5�D�T��@BlE��M��+��Ք��d0X�v������mRf�Fu%�T��c^�*-q�)tS9岠G�)A�o�jYJ����}A�8�I}J�J�e��<Y�s�����\�����X&Z��?�kUY�Q2�*�?���q�C#�M}�;�x�~Z�T2#�h�n���o	��Q���E�^y =@'��\�]��ce}�溞z�F|�`ė��з)���芛����/�����%�g��@Y@�k�K��ӟ*
�E����{R"��p>�r(��Z`Y~Ir��Ximf�)~�U�(�0�$���(���@z)��p�_\zv�Ow�^�9;]�W��U����5�c(?	z���?ܶ�g��'�h��N�rG]u����a���!z�"�!�`4y��p
�A72E{�\G9 �T2	f��t�B��IQ�
W���sxn�R��P>�#G����\(:�4Q�S�R
��7�~�F��9�����r����@ ��:b�Q&e�P�3��R�N�ZD�%&J ��~�2�{�@1H��r�X��/�SV�18c����Y�Ϸ����w�5��m��4�����y�� �/T�4"9�	|�O��"u(�M�(�֍�nb.e1�"���r%��	�ӆ���ڠg��t� }*�ݶ7�DH��B�lg�]��rt9m72��Z�.��T�6ku��u�N������^�=���Œ�B��a�F�_�l���cY����@2n6J
�Ea� �(z��6���i��d0[\����Ioھ�fЅ�<����j���W��}�q�G��9�aM�\WWr�!���(�^�k���=s��F��-멜�jH ��NQ���k��p�è�],/�?��nM��b=�Z��dy׻�p�Q�/{B5T�)�~�+�������0�c�ы�[�p��kM��[��J%����~uD.7Jwuw��:�l���{��ٻ<��X�rf��qU���bÆ�f��fkL��v�[����R�^U��O
���[>p=�[�amEeĉ�u�B=\��,�UX�簙ŀ�b\CӴq��<�a��23'Z����@�cA��"�H��Qj��H}g{�;k�����*Sp�
g���Y&���3����֚������J��K�V~c}l�w�]�O���h���p�h�}Rm9������x�q��fQ4���j��sD��,/�yQ�e�H@
���ʋ�u_@�WaJ��M9j1�2R_%�F�j$��l�g��P� 1���l#�L�щ��t�JA�8�g��,:�F�ջ����-�
�&
��|Q�5Jp��l兡��Ep�d,��$c� Η��Q~�(�����QOtu��1WJ~ɲ�1��dSʨ�H{�pTWؘ~I~|K,y�x�D��[C�K�.��.y��?ґ
��}� ��i(�v
�h{�R@�[u1)�s�"�>�� 倢#Ҥ��Za����͍�t��a[;Ogxl����Ll��{�]W&�#3�l�����w��G��O܏�z���a�5xs�bV�3�w�g�ug��=N~%8w��o���%q���1c>(G�3��J&�i�J��t�X2�E�4}��	{ѯ���D�VV��"���o�N��`4���~[�b���1BM%�CvL|"0�-��m�}Fq$Y"��;(:j�ш-��P=4]W�	im+�w�ԀvZ9�Z���ی|d涋���]v�8Uz�xc����]�N�n�Sz묝�-'<S����hC5�j<Ҕ������	<��X�*��]����r��j;sjQ��Sp��{�~5�7���������A�ǀf
f��
|�:�54=hGq���A�%�xIl�w�J�`ޔ�Pv�,��K�7�E��oA��������瑽o)�n��6u�,T~x���.��{�>{=��.t������(F������~>WZ�Y��fu3 �����i7�Q�K���T��
�h2
SF}R&�U���*�0����,	6�1*a��p������2Հ���:��:�A/��J\���`�����`�A�I��_/�q�ZΤ��oޒ�W��z������]����aГ�2KV�@o��/��,h�Z�[��8��F�CwЗ�<�����O~��p���z���7Q3�;��{��a��N�
�j�i�Z�C��1�j��v���WqӰ^�@ub��w���+#!δƮ2��_Y��~�t�$ّI�)�s�";�g�Z�A���Ie���ߔ���Z��=F���a�V�;vk��u��v�f��e��[���ϳ��}�{���X�O��V���`^B5�	�����5յvv�NN�y�J���>���)�M�`h�3�ͮ��sw�����׈�sR����7mKWl�Xu���8wN�Y�o����k׬?��޲<�;Y��(6.x&��U�8����ǹՓ��9�G��̯�/��!��?��C#��F�l�ndB]�]�y����u?��y;��x��m/1HB�
D_���A//Q!�;t�B�!�Ll���
1�q]e������e%]���/��+�
�8{k:|�K��V�U�Y�3i�$���a�m�b�A���l�]�V��j�oin���ݮr�.xIA�-��>�9X�h�J����f�3�U��Va�����1s�8�ٗ7R��mD��C�1�/Th��&���Dc5��[O���`�L�o�F�E�
�&_ug�K��y��%�:jz�%!W`׌��O�t�\�hԆMKMgZ"��
H{<ܲh���䂥3BNOsim�M�6W�˂͢oab��x�+@��]�&m
6����b��Z��ؑʩ�������;�G�_^��W�"Z-�F��E�/�.�[X�Ge��#^e�Y3,1h@$N�E `���u�:�i��4jA���y	:�
~�%���|8@�0mLtJ<����,�a �Z��Z�Qx7Y�fK��'�_�6��=�i��V;h�
���vo�8?i�;ZWd��u�.�;9 _�H@���X~��w��+*&�V݄�0����Ƴ�G�3y�&��|�����fsGj�lO��8�vN����_��Z�?��dy1������BK��:��87����+��UZf{R[$��Ґ��&w(T��5!�����=��.M�dnEk2�M�=2�������M��t,u�������E��F�q7�-�_���	���h��᢯��!���ZE�S�Q=��w�"���6�x���o�גyyQ�;�����aZ@dԋ�c�?ڭ%�<�%]C��^�%=Dhtw��2}O�g�����+a����9g�5ԸA~i�j�]���i�Xc�Ǵ�Xm��ŕ�c-��
kU�����¢�HQ���.aQ��i�Ӎ��.�nz
~L�C������}S������Paa��#Tf-��V5K-�=��?����QU�qx������l��#_X��,��U{/�~|<�k��J&-\7+�gC��ۭ��֤IoMN/�t[S7g�q�M�>�i�j�Q����?�iځu��o'?<]�~��d�l���p@����`��K�ys�MI8�p��j���
�2�2 �A8_��;�ͪKp�A�u|Q�_���_�n�Ng���)!(��N��iU~�[�^��T	V�mCg��-V���祯�̌���$e�E�z� �h΁���v@�ba��p�(��[�Ӣ���~^�՘�)��8oy�#�k��m�>-��<n�~�"5
>��
�����`,�g�0�}�`���O��1k(O1�F�N��/�2���+l�ESs����_��*3	��- D��[�H�
|$>�h��^���zN
�R �%� x�N!�+ސ�_SR���C�Ap��4X�e��tf��+XO\7��뮋/F�ä�hZ�,����:o��EJ���R�b[���hX`l�� �@��6�)��?��l�lG���z��0=,�E��l�#;��B�cY�[�7�?�6��s��>��9=����1���,�	���?䟃"z��s��`<�h\������Ȥ��?,�/gyLI��h�k��������h��6�ҋ��;��^׮}|���GioH'a��n��C���ҧvѻ���KN�u�����u9/�m��Br��h��S�����ڱ��t���b9���y�97�e�4��O�1�
�ĺb�.y�p����vY�&�k�[�j��_8��ӟ�籺��\$�����%i�2NC;q��*O��<$����~J>o�Iz�wm"8#�e"���L�
�:R�4p�E�\t�#����)_�����/�9�^�\�-��}�\��_���r9*G��B��pH~}>���jƊO�f/a�A���l�}ع0�3��wW��r�KDoSB﹄E�;N#iQ"�H���������܅ :��3�3#^�b��Z�=.*�t�7
/�l�N3�/]��#�Ԋ�����Yo�������d�/���2'a-�r�a|�ƙ�p�g+�}C��2ٌ,��KK��K<���]`�m�f�k��Z�̱��&ˆ-�NZ��hn�;������]�-_T���Dך�N�jڢ��������n����NO]�eOȽ�P4�]��}i�CS]��I_%VuY[	��4d�oD:9a�*�X����P}	�3��FU�.
����!n��S`9^ik��3XWG	��sJ�Ayx�4͢}}4�WN��Ik{��+B�6c����[���z=k�K���L�w|���c�\k)��[�����#��^�
'�?�'����xP:̚wky�ݺ^t�Z&�gX�^��Z<4�\k�r|�Ur�H�`��4͇��>�pk�lw�*iB�U����
~�u��㪗K�:�_�m-\b��l@jG�C��1`�Y�����*IbQԟ ��X=��G��,�=�i�[:�[Y�3�
fȏ���g��Y����\���.۸����EC铞���|;�� FS[�Z|Q�Ё>	��Y�`�-tSkESI]��S�q
`�k:��/�mդ���7�);p��s�k~&�*�.(�O^ް�o���P�T�Q�1j�}l�~e6�w댂N�è�ZU�@����N�fIb��b0�SB�4��T�V���q5H������`9�;Xed$i�8p3!3@7��f�%�St��3�����w(�<�K0�Pp`�3V
��2���zO�.==��pF�
^���NA�_�@Y�ͨ=C$�QU簰��0�J�Xf'��
2ܪ
ѝ�jg7��]��Y�`B��ّ�o�~��S��+W���cy]ݬ���E��X,�NO����3a���^�����A���P�h�,�|ы�Ζ���b����
�h3�����\�(`	Z����?J/�\rh;v�bz�rX	�+}.��w}��H�7�1��u+���2�"Itҁ(�6F�'Fݲ�,�tnʒT�`u�,.���Zb�z��Z��p�8O��è������{�v�ch���iAs33+Q9�yA���f0�*�!9�*y��`䧮x{�T�h�a|�����)r�(��h.��77���5K�U�?�?+��*x+�1���/�/5�a_Y�>��7f�*ojB�(���%�&�4H��� x*L�T��B<��q����J7����;x��Ē��B1u9�hԏ���0��P7����@š!O��v���)��c?���p��Y"��h��#^��ކV�!ю��@JI�+��h��
X�jȏ3n�A�V�p���Z�C�/��LU�:4�q�aE�aa. `�M���1�8�@���
�a�)�p#`�DIq�hފ�����ո>I��P���!`6���N$Or[�F�Y��-�a�Mz-�J�RƤsjh�6��4��2@ =?��4
y��i�o�O.6��&�@��ƪ��8
g/��"�*,v�h��_�.�@k�u��-X�+v�&��N����8,s{Y����k���UCӂ�����v#���tᬘ�Vf����(:fi �46/9�����-e�h�t�GS&T�#h����*zD��l�B��J@���]���BZG�z���ղ��2Q�\g�9��Fc��6i�,
�2�F���V;䝎�+�	�(��
���S�@�VL)�ݛ�%�NV�
�:a���E���(B�?M�����'8��iѪ�p|G��A����5A{�z�```]wxB���a��U��&$n�unw�/�E��!�l�t�g�6�tF���^���`r��� ΀vM����s��²=j_��/ʷ�NS��\������ֶ���B�rgU��X4��9��m�_C{������3	�Sj�Қ=&�@�
h(6UCZ�E���J�`p��j&=�`�Z��JBsŌ� 	�aLfɤe��e����2�[��4_�6���{�A\�qڊ�
%�	k^�q��TUJ��j����Z��l��pU�Hݖ�ym��ĠWO�Y\jY`��B����x�q�z�0`�4?������1F��Q���K���n�EF��6�Ȏz2zK�����g,z�B�y|�Dk`t���鳲��T�9
v��C�h�
�h��nB��Ӻi~��l/�t�kc�k�6�x֮r(r��X�c�7�L)��D���ElP���{��W(@�*��M1G<n�I��Dz�@y�]E�R���U�l��ct(��,�P��X�
/�� �|���;�a�P_EF�VP�a�ae+!4�n�sE���Zl^���a������BAF\w�ER^PE��֯��x��?Фg=�M׬K�N�9���}h���wO*��%3&w4G�=��#�|%g�������e�pч�߶�C0�7��7�7}�\����B��u�J?z�5)�l��}

���2։����4��~��r�T��s'Gj=��{���!��-�[���;J+T��8�4���a�(�	E�=��n\4���SX&��w��T��6=�ӑ�������Yvo���욲ڢ��?���������y�<��Fs��X�ޫ��p�<o6�,3�>�3Q_\Uܶ��eIsP(���p�[Y�m�\zip�G>�6o|��v��ݫ�ȃx���Hwx�IJ�Q$�*c�|�ZBSʳr����_�	��t���B[��Q́����F��&��F��D�Ǧ���ݵ>�F�F^n�4Ļ���H��dZg03�����LE��-6tmYQ�y��[���n��[uZ�]�k�]������O-�\J�XwP4�Q��g�8�vi"3��b����N��~S��Q��K.���B.S(W�����b�
��d'~L��Y��R4@�lm$�����/����kmȕ�X�_51�
i���sQ�����u ��Pf���������`�>y�It��/�&N��K4���G��K�� �a��t�=��K��2��A≫
���l�6��Q����K'�?���
�ݛ�R:!+<y=C�HIޔ��-}P&��{�&�Z��{�aV� ꒡p(�j��쎒�,7[��K�8K��J�-�UY�̢̧�=���b�WJK��U�3�~�cD�/�fO�~ԉW�aj[A
+8�-$1�,q��'�3�A�#��	�<��a�#��Φ��Χ�ܶDـ��Y~�h��yu���&����a��?�e3(A'A��Z��qP�N��$��n�6Q�#�n������,�t:3��aM�7���,�U��Y�ut�l���������Q��x\��GF�HmI�cԡN��IC|`�a"�3��꟔_~��ק��l�A4_��˗
܎)f���[*,�o��C'o8��q��	�M���}�����ѵ�~�ʿv�
o�8^��q�g������"b�P�`�q)զ]�z0s�o���ؖD�\���3'��`�P������‚�p8���T?�æ����"���n%�����W���bPI��%���b���zB���7%I��/���ĕ㓑5�M��)k�S�h�ˍ
��1)T'���Iu!�؀K��N>t�³�BGw���$Iz�5��08�;6
o��b��-��b!�B�6�� uٳϢ��)
�)�e�g���K�Y@��\͍4�VB���}��f�$��9�z��x+C�#�…{
�i������<�A���ǜ�J=żT�g�յ4�k�B�(g�j�t7Lp�:�d<È��So^�,��齺��S
v�5k�u&sQ����9Q�c��s�F�l��ǜ��-�	�EЈ���`s5�Dr�Yu����o{���wi�g�����a��m��j
`��I���hf܄v�SWzM?�6�YNB�&C�m�
����@S���Y:�h�k�]һ 0��b_c�␾�_]����|Ik�:�dMZ��#�kv:�##^55�ZO]��ƬN�gc�D��#���5XJx��b<VDz/ql��v�:�Nk�(�>[�ZBPCcH�TT� 9F�Xe�*:��~g��b��m�Q(�-��D�6n�]]}�o�
�#�˧�Q������A������?�����W&��M�d8��qW�������а�cۼIS�@�.js�1����/����1����������
��9�l\>�$��6��e��b��/_�S�f��'�{n�,8>;�l�����O��0�0-q�`@�6��m5
zԡ���wգ��2���ӝ�X㬞�V�K�u�y�cRT��9��|�b��$�O�m���k��Ǥ�%�̣��bgD�ܣ/<�/��_ʷ�_}�~P�D�x5�(�߿|��o��m��C�٫��g��ߤ�俾�
�F~VY�C��N$�m�k/4U9�'(h, 6�q�p��i�ĢU,�i8hx�k#��9�dwz-�]�|V�ٲY>��rI�@�ڒ���\0׷�˷�D]�}JNJ9���W.h���,cи���	�H��%,g5<R���آ�t�p���,G-�޽c�5�'��Z���)��>���Px� j��̭�fvU\�hH[��m�\h��5��՘�;;9�i�6_�Q��}֢��c&���;ڢ���1��9-}>�W��Ab�
�.c)�In%�UD���>��,�/h�021�:�AJ1{+��������[�{��q��`�)���~�jo��cG����j��1iL�	�b�*�i�dS!2}���5c�����a2�Z��l��d��iˊ9KqsT��ɴ�;;��afT��U>���%�+k��b���GY���jQ��,VC�j)�[eP�����G<����\�x�՞[�]�jt=�~'}�����6*�#A�8����ϭT�2�
�X���bK��p��D�Z�(�����׷���e�!�?�����x�2�K-_ȥ� �5‚���Ap���~Uj�,{��?���?�Z/���g�o�~�ڒ�����[
"m�'N:����L�a:����h�x�>�,j�Q����
�8�;Ѡ;�_�+B��U�����۴�}���K�Pkj6u���O{�{�i�I=
�?��s~����^�X����@����,h*�*#���Q԰��Q��3aXHp)Brk�$,1J=�$�����_ߥ9���$�t�0��us0�(L�L>��(�U�3'�)˲��X�|bk�{.�$�#��{��b�*��M
3R*���V��.+��r?Q~{���3F���O��]��j\��x�	�_�b}�*JpPh���=�->"�WT������>��#��БZ: a�^�a"�/�9��$����3yɘH�y����❕�;�/)��������a��Pp-��YVt�E�z�����k;K�KC�m�?���9��i�N_u"��iS���"b��Pɦ��˿	��w:�W(x�7��(c�غ��D��d��b
Q�"!�2��4�:��n�H��%Ux;�R<�4�~�:w�C��������r\3��������2;^q���]��9�;�ʉ��4�q���6{��;���������-g����*����{���t�G�w�GUe��{�{�7�f��'3���N���zh�w	 ahb��(Qv,(�Y�ZP��ς����� s���L�t?��?0���}��s�9�eq�r��>��rt<�gn)�Ȼ=!^�?TG/�J�鹠b��{5ق&�:"@�vd_Ү�C���i�I��M��@%����})6��~Z�s��yi��
�&��zåU���C�C��-F����
���uMΜ�|�:��AY���A)j!�ff���íYKl���dD��x��y8��%
�,�̓��Tj1E�xB!�D?A���Ax'�?���ą�h≩}�7��5[���X	����� ^n�T�?��A��M�����JY��δ��
rx5Ͽ9l�R'�5�����Ӹ,�\0���b�<��0J���$�0�6tϥ�Ly���+��@��۷���!�A'���+>A/����;w��S��@ʇ*���]N���r J=�R��ҵ�Ԟg�u�H(-�]�R���R�$l^����}��{���n�"<̩'��T]���Gh=�:6�'cğ0J��1�HC1��T��O�k��0�q�)�}F?H}wÊہ�
�4i؟�q�O�m�'���ێj��%#��=k3:��)%���ї�¾�袺�s�ql&�{��d��ܑ�xMJf�W8�O�
	��
%E��T
��O�'%�_�I�h�N��$t�Ϛ"������58>��s�dO2~�$��3џ�~�烌V�JLL��L�dR��Jj�ˡ\����䰼�N1=f21]8��GЋ���A���R�yã�[f��
��j�S�G����Z3GZ ]����&�D��� �g`6Ko��$XL��	����ZU�}xRy$��f��s�w�,��J���6�ؐ�R(���K |�F��K�dU����X�:4��r��i�8���Je�~Y�h���O!y�΢��R>�z�Vt��UG��V���w�<�����0v��&���7TG����8����Vl����Ƣ!;�^�8O�W/�&H#LD90((ѓ���?
�a��)A�m�!�L<|ئ���%\��ÌL4⏕`n�?`�������V�Wk���h��b�+i�Ś��b�%8t�i���5���@�/th��$�pK�套��s�����G�X����h%��bɻ�b�/u�5K:����`��Ěc�bֈ^�:Mžr�ݹ��׶gY5e�\pA:K#xs"��N�t;�f
d����B�C	3�v���Dk��/���U��1��ղ9GsX-B�����C<��27ǽ�� �M�.E�guL�͋\y��Y6��{�Zbu��y���E�5%���.wA�P3}�S�nc�e����z�5�2�QYͫx`�բ*'/Η���C�i�~��E�'`ciE�*������&9��ҞKA��#��
�\���:+/�c)q!�r�^=�{�p�n7�\ݱdq;������z������kڗ,\�Ր9�N.�N�[�EZ4��w^/<4�z29愘�+GU�=��0R=��9��#}�^�)t�r�����grt:��".����^Q~;���3�ʪr�mNEE�@~��}P�f\t�z���Mբ�I�`/81iS���N��M�PV�v�<_aO�6)��h��N�v�9dy�X�O�JA�1�`S�N�F�0d
���7�����`z�$�
8g0:�a�ї
���Z\f0<\o�����qg�~1�?8`|�l�"�[��nb�1 �Mys���B�'F~���Zb�vGN���u_f�͉�k�E�/���˚�>����6��D٘����HN �T1P>G��O��6g��\��=������WNe��qo�t#u�z�:J�O���'�)�%��A]4Q�WC���MR�&
�$%�j��¢
�7�Hl�%�Gm�P�P�F� ���@9sBM�\���+�,u�`4c�NZ#�,�U̥����.a�L��Q<4I&ũ1��@��aWN�]��P9�h�^^�=T0}�\��$y����'�Ѿ�Y!�aE�D��*��n�Ĉ\n�E���*���e����S���4Op����D��1���K��r�2B��}���qj���1�Ʀ/T���
7�8K�YY&�駵��l�W�S�J9�=�4OG�:�ٝf+\����*Z8�N�ʢ�g^�@��$�|%�-ϦWH�M��VLR:/Q�J�h{8�s*dX�J�5`��j�[p��k��&UY��b���d`l�&��L�S�Tr��@���t�ڞ�)�{i�E���ڲ��Z�w�:��0Th���	&�!̀\��V`)��;^��L1�C�|]ߢ����r.-��8��e�u�J�|�W>R���N��r �8x�A���#��b�+�<���SfL�M�6�e-��
!��d#_��Ԛ�Q&��q����qPB�k����A��(#Zq�Ɨ!���Jp��l"�1ײ�kI�ZV��p@�?-�=6�S��s���,��e:3���eZ5���R9+7�N�9��In�ۇםX��gCSٮ嫳lmu�
��,�3��m�9z��O�PEǰ�B^��r�������F&B^m�c� �r�4�s�ͅj�\�g1H9T1rFBC�Z��0JPh��w����an��]b�յ�P5��ނ�G���n��W��g��k�uʥC��?■�ͮ��|��@�-^%;��x>�@5e�yA�U�9��54mƄ�Wbp�\!,�G��hD"��	3!�
鄛HT\�6H8�`9L�E5t�V�\�)���{`��{����
ꔻ�@`N�����{��9�瞞ݷ�v5�ٛ:W�nY�u?={���%�1�4*ve\{z�?gm��e&��b+hP��9B��{�
O�Q,m��ճ�U[`l�\5zH�ṽu�=���`��zr�������X
~�UӚ
�gv�^5y�#�Q(2'}CW��Ks륊�O6��7�Րo6k��C��D��&PS���<�J�N��,\ՅDe�PZC1$ӡ� *r���1ѽ�c�ȅOQe�4}�TB��%"�9:���v̀��OHn! ˆ�"B]b���	��PIH'h�$tl$gup;0y�\#��0�¸iI�q�Z����!����-z9$Ey�(�WȬi�����*/c�[4��\6����P��u𹚫��H53�g=>㯳�X�N�o�Q�5���\�8<��O�n�����}�թN��h
f ft+x��2�����mS4���8�vו2�
)ѻ����$:(��Z�1��F������bpB�2k��Yc�ÐQ+Ꮏ�n�#�4w��ݩ�/��+�kO�T=�#�ʶN��=;��3��3�Q�
@&.֯ɗ/�oD�{����L��=a���M�M=I�����;�eχ,'���d<�FO�c�J��wy^��@��L�{��i׼���ɥa��r�q�SY��<�.��'\�J2���+��]>(E��5�^B�K�1��g��Հ�bAt������p��7o�C/�Ҳ�j8�Q��Q��ޢ>”�Y�nPj.����$Qlw�����[�Dž@>����|���rF�R�=�v�?$k�sH
�L�k꿿��
�N	�\|D g������C ]<xF�L��_�=�	�g�L/ۅGI��^�TGd�e!�ɐ�2e���Ӻu�}��9�qt�t�;�GT�{����Z�DIA���I�ɓ��'�n���L�S���h��|�	_D_1 ���FO,*������4&0�4�	�aDr
�g�ส����غ��7��eS�pW-���5���_�ԧ���m0�j\�rM+9�3ZG5mj!&\9�m�ޡ�xK�X��E{��W,�����҂*��s��1�\~�m~e�-K�q�ޥsV�7�]�����E��,�/p���ț������g��K��C����S���u߮���׿�{]��^�>�ݭ�~wS$cw��T<б�|�"QDRMc����jI�d*Y�N5����~w��Q�Hպ�A�k�3��`�$0	��t1B�(_�%�Z��U�h*\��Tz�R׋Py��Rя�9�h����`A����s�d�Ӭb ��ဟRX|�
N�j��hZ��; �'���h0{*�A��Z+�ehȦ��`�<����r�����^P����Hm˄V���}��T��WkO��' �#gm��k�O���W.���Q���ZQ����{�p������=4A6
Ҙ‹B�3?��#9���Db%>O�Cxu�'@<�����>W�8���-{�j��>���9أW�9�.Yz&�o����m�C}�s�1��e5�\Z<rI�)u+�Z�ǹ�/���M�7��/o���Թ���}蹡���Ѱn��YV
[3�ܖ����L�����\�����[ 
�/�)UC���2�x���&�#fz�QJŽ�m`ݲ�k燚G�>|犩��]�C�-`���.��*����
�4�5��K��}_.]|[NIw��z�������d��6?rp����%�K끼5�kq��Ag�Z �3�g!B��E	��R�Ǖ�>C�l)I���]{�k�m;���sZ���=-�C��s�[����֯{l���|~󪧭�[�OV�ƀ�#@��I�k�<��I�{wKk�[�V�?Z�����E?��oxtϥ��A�� E?P��R�>
Tk	�l�R"7(�/��C��m�Ue�@$��8��} ��,�	a�[ҳxq�^�Q:�ZRP��j�Vu�t��%n�2�f9��ر]7�~,�U�����n�6c�6:�g���ѫ����+-.?�M�&��fv߱����s#zV�wq:꙱m۫۷��c$_�g)��O&�&�\@�b�d�3�4�n�'B�X̡�<i �!�h%�D�ĩY.�St A��8��Mt���x�+8�����P3��M3�� '�
�F�<�,�o���w���R����dž����Wd)����+L����Ӥ����>����1�R�;�q�"��LN�,`/m�O䔰m�8���F0�V���\6&�������yhM&��t�3J0��`���g�����@���5��zzX�—#�Ն1�o�ԠRڮ�T�}�V*�y���p-����"D$ן2�pԓ1 �8��G����0��7O��y#��xh��(���������>
��M�s�wL��iw��:&m�H����)�yi�*F)�I�$q�����K��wN^�~2��I�����6JU`>�u���<����I{�2��Yp���)\֤M}��$/p��3�7��`r�$����k�㹗8AȬ�UP��L`��}�QLda��~��TW�l�i	�f�Gџ0Q"�쉠
E��oE�V���-ȃ�Ǘ�1I`�|�؁����%Aݶ�����8���C���D�À��H�R��.L4I���f��N�H�Ry����K3�{>0P5m��h��9v��y����ռ��%��M��|Vεz0�cQ[}��У��cvg��-�����3���盲��^Y��)��Vؿ�娢V�ԳV��B��a�\��Α���.ї-�&<���_6��0�¡��0z�̈���B�@�}
��0�g�I=�FS]�+(��]`��\x�����\J��
K<�WRC�Q�4j:�s�ۨ�ۨ�T/�.�Ez����Gq3���h�9�< Fv��Ķ7a&�8�P����3���(���e�ӊ;8�sd���g$�"ٔ�0&FD��2@�l��D�i�az��s�B�x�_�o�:�@	B
Z�IH�\�V��Jf9
�J����\!��2ٙ/��:T��٠Tf6ˤ�v�jUȡ���f3T��F������ �����(��KZN>��R�q�bN3�8��ʔ�ʗ5
f	�j�A3]�֚�@�Z��Oj�M$%��RN
�Y���[�w��z�t��e�r�Z������l�JYV�����9��q*� �N&[��5���L��[2<2?��K����l�*�}*�g?je܏�Id���?r
��`�^1�}/U�߃wyE�|k4~N�T��~��Wr�Z�@
�څ_(�Z���V���T�%��ZZ#�X�>u㲻�^Eo2˽�T����'��v�����	<Ր�*`��c�N-FK�+���P���
��W�A�v4?JScF�'�c�7���3 ���SR��Ӏ�\��Q>j2;�ⱳ�I�ܯ3s:�,([.�edW��=s
~��=; �!F�Kl*`D��ǯ���P 1�I����𿐁�I����
�Ș,a�8���p�c3X)W�W�`:�5KQy��7��j$uE��|p�M�5*`�l�h��$��J�6�R/#�������4*�8B��ݺ�ؖ���WX.m)R3�fa�-�v4�+�JP�<�g(b�v��#l.�؄�+�a���攀��³�eGw_���HXc,�@�u���-���ѫs:�f��p{����(nX8fQ����:����h�o�6���֏E��:�~�D|%�5V'���8��jK�mڿ/�ѐ�K'��oB�vNg!d��K�uK��,`�靿�����|��Zh�����Q��f$�v�,�>��%F������v��ځ���'�C7�8-6��F�
�@���6��a�Y9�_��,G�o���Чͳ%�{#Q�kA6>��oh���ͻ�㥌��d�����͟���_G����蓌���/t�k`�R�Ӎ)
��|:2r	�⯿s<�ʖ����5E躉�]���]Z�m/x�Ɯ�����O�	X�R����\�r��o�yt�X�Q]��$��^����Ӎi���ܠ���*�nR� gf�5�/C�7A5(�1���������G��u@����|,J�$�4
�DI������ID�m��x��8=9��="�zc�����q2���wНv�ȅGZ�5�5��!��_�u��*�Zm�ߴN3^#�7$��Q��LZu%!^AI1)��91�C|G�D�M��߰A7Y݌:֨�n;VB�������NRS�q%y��o|�&5ز��g��t1��cL���0�o�1Cٍe��^w�>����½!6�jf4��K��	Gzi��d�ߴ���L]���/y �r�E��F�~ӛU�Q@�߉��`��1q��Uwb���\L(�bY�����%�)�
Z��Rlҿ��˪��0-Wi�UФ�I�S��+�_!���y���]����+���r�=`�'tv7{�������}��1���{\ǃ��$
��c�ϜZ��;
�;usg,�kv۸U��߻|�oz�r��PQ�w�Gb�����
���"]lɵ\��{h7���{�‡{8ֻo=`����#�vN���_�2}N��$�sSz̙Z	6t6��@f��n:6�i�!�T��$"�W8=�����(}�mZ�x}}5hK�ż�{�8P�޾7�yƾ7�^:�8,B����7l�{�8���O<�Ĥ��lt	�j��C`�)7�a�9��J��l��6C/��?4g�Z�+q�+�Ia���Ʌ��������q&�g����w���.���yE�Z�EW~q7������K&*�/��:�;,w��oܳ����eCk��5�7��n��u��g͵�&շ��7����ڱ�f�}����?��u���P��;�o>r;��N�}�z�t�Pu]C<֘���јs�Uۧ.����
��o bo���?�7�g�W�� ,I�$Z*�!N�|˲f<s&|헪��m�����:�?������^K���g<���CB]DSX�I*᪤�hs�9!?+K��_���_�%9����@�s
Nz��O|��j������ĕ�D�������A���i���������$���ڇ��~�>��z��Qtc���+���k����x>�7n�鸧��H1���L"�b�N65�|#.h��d
�`/�0�뉚�]R�>�[�K�����R;tHdNk�Vrh�*�<;?G��j3� d4���	ьi��1;����^C�g���&c�P��S��V�9y8xqcn���蒳�ѡϷ�]�j<B��Y+��<08Һu��%3\Nk��&�,�5��E���O>^���	�閪�8�����w<:ml튵ݳGV�t*�魏�7Ϛ�q0J����g�!�=B_Sb>7L�S���*�J�&�o#�'����q��&���]+F.O��	s��!����qLCDk�tK���||<Q����~J����%�� U�Z�+P�a�8�<5xz���y�μ���ե�6�d/�6���w�Xi�<t�ۥu��o��[��Z�/w��΢��%E�e��R�?���W�� �h\��z�SWJ�}e�@��Vf7��:xW���$7)�{t�֓�Et�xr�֓�t�ʓ�]d�̪��u�[)�'o���%�C��C��Rnj��_ރoI�rL�=e8�=gLN���;�������h�($Mj��Q��\�������19���z����:�)�t�^�=�QZ�	zpƽ9c����ɶ|Z��b��dY��T� j.��h7DJ���)��2j�F��O^��d8�P��
����7lLč���1I#n��5�peZ�����.PaӤ��f��[[��me��1�+�ًÍ-�'����ŭ���+!���]x���ds�k�J?���{ӻK���բ!ő�b8c�H�d}M-�9zTg4p�ӹdLd���5�,t`V~�O{��Vͺ-yR�%�-�jO�MfsZ��2v|�u,��e4�����O��X|����CGl�����ZA�z��ĿMV$ #C�. ��F��+�&��K����#Z��(Q�T��.�
����D��U�ΐ��?8���X�vP�s�;ֆC��nj��vZ}I�
5C�<wMW�4�ć�!'
�]�qJ!g��]��K�ה�G��J}�VV�>���4c�LzbU�[���)���3K�!w����Y�޶��o������X�q��¾���é���	�[�?�b(\�5�La�乖�/{�s�a��t���q�/�Rˀ�Ɠ���/�=����V�!疕��	�r�R�|��B�DP�xt���|߳eg)����V��A"#�^A����qF��$ڻ"��d���b&B��%�+�ձ�����a�6��U���{�����n�m0�Y�o��M}4�Ғ|�y|*������I{���6�b=�}
��6d1y�ݰ��=���s�/�}q���U�|gF���OS��1�
j~��;q/^��u� 5�eZ�XnK�Dk��c`LSU���xM��֔v)#(���&:�!��PU����Ԥ:��ˮ>�eKqGe��6(ABO3�cC~�QgTh&�*�F&��ak�[:�V#U�J���5.Ugp+*�¢�*���f����=�c(ך��W����1^��4���٠.Q�K�� w�ƐetC��<�(�a,��z�B��0�������V<[M��>CwUc:�y'܃i���9�}��^<� C��08C\�OPE��^1��sZ�R5��Hvn}}n6m����p�b1,	��P	��������؊����������A�1���e�Wv5�wǽ����#
��h�#/����_]�ps3:��������u�8��i�fٟ�>�0��[�v۶�D��Y�4���a�g
�"DR�9K�v���H�R�]�S�Pŷz�Jƛ�3�в
����?X§)�V�F���1�I��o���0O����%�eœh�yw����	x������A�;�2ބ���I�>��g�vz
�_�a�p����^�i5��ҕp}��ϛwJ�9���ˉ�lԔV�4��W5q��H�>.{�C[�|_B�>�N�=�^[��r����9�^5b�U�Ιv��J��ڂ�k�|�߰8��Ng��NJh��J����,�J��A��9���*��r��D��x��0s��{P�6_WF����j��pm8Ϛl#�)k��u?���!K�́�Г��
V�{=��ӓi�3a��3�	`�F�`v�i�n`�n7�<2n���7�un�h�C�"�$T/^B��dG�#�y�Yl޼r�U 5)� ����������嘭���C�/Y�Z��,�[,�r�ͱZ����h��XqE�~D�jŗ�=�k����q�W[Y�$9.��v1r�q�j�3�܈�m7�%���q\���b�r��2:�.�G�!�D�8��<��%r�ըר�i��^��`:�X����+�r:]�<c�r6� ��yi���䜂��?D��E;�x6��@K��Ih�u���϶��aں��q�V-���6u��U;����V�3���V��Z��������G�>E
�;B4�����1zb�_h
{b��#g�¼��p9�t�(��J��8!�RY'�%��saX{�D_�!"8�d����r50�.&ʷӾ�6��ې������9�p:��X�	�q�w�3Ϡ��h��u8�e�D0�7D{ s&B�yf��th�sȤ��'�7VT����
l�L������.�/!�”��.7����5��^����FV�=.H*�^W�R�֮,_�0.�iW�]��ee+�ܸ���&��w��o]M�P��{�(a�W���80�=���p���\�����qZkք�΁���w��3�V]��"�K��f��E����J���ne��*����k��T�7�*��>q{-��ȕ*��Ln�w��WX�r��.� �ҫ�.��z���=���b6���9b��X`-���Q�
�@�w�����?qm��Ep_���|#�KW�W�%eB�3µ{ҷ��e(�K@ږ��˃K{�[@ Ǹys0df		��Q�9��)��8��{!�����p笯k.�U}�>�}�kk�׳v�@�՗.�q٥W�&���o����E�3C^?C�?�G[��۷��={b<}��a��A�� ���ui���������p�(u����iW����2JM�_+��X	���^]��"�~ǡ@�)��<��MN=�B�ó�M-�L!�mL!]�}�c@���ж���\��%��:����%K��o�`���*�*�|3�*]I˰��@��uXK	{��(|I|�~�_� hq���%� A_&A%D̠ڍ��ޠ-hCxB>�Y����3�=��8�:Y�7bzS8?%,���S���/�ҋ^$(3H�ݝ��H�
��$��#�BL�*��f@��p��O ���UF����ٳ\��@ݟ����� ��e
�
E��H����q��uA�o=���S��g���DQ.����b�&.�{���f�׋�w	Z���%��0���.7�s�?��?���~���u�?s�Ȋ�	�'D�;F�F�����El��188:����UgFͯ_6�m�0c��YV7w�U֜��'70�6L6�rh��+F�Z�|T��~����815��5ipM��V���OKZ�۲s6���ž���b����D
��K�읁;���!�f
I5k�%��f�poZNK�$p�܉���7&�x8"~����}���3c@�qL4����GK2m�
<J~))��g�y�8s_�����#���g{�œ`.��ڨ�d����"J�ϐD��1��x1"".@�P��9�~����O����QO�mUP���h��P��O����
*4�V�}]�}���JV����7�l�˸{����B5���寷I�N���].�g����[h���`����/����]�����,�lr�ƨT˛k�2y�dB��H�㍰թ��rё��
j�[�c����	��eЍ�c|��I�O����!��E#�� )����Kx���2��_��$ϳ}�S>L��5��	T�N�y���#4��I���� <1�BD��,5X
a���y���$y�R��c����T��P��YL�єP�����Z�Wfj��z�A�3��*S��Us(�go����.K�Z�!���Jڊ&A� 0���%Έ��-B:�)NゝKg��u\6��߸~��-o��_��wSg�+��g��g�C�.�f�$����]H�x�G�h�c
�n���@d���V�`����2���]z��uܸV�J�h�s��UW���+�w��,W�D���}�n���O���Ӥ т�f�}́R�j5��Nͧ��y�O8�<lH�.�6�N;@{ ��È^x]8!�D�h"=�eN��2�3�x,>
I����$�,>�扵��pB��]41����+�R���KH���)'!G��,�~%!�z��}���< A���
 ��&�d!�t2�B�	��&Jd4�1Q���4y�A�I@6d=c��2��/c����~�{V̢4�������Wwv��Ñ@������|'�]_41�z�J������qKOtT����)��j$4�+���ӎ0�K��Q�1��sm|�~2���k����<L�*3�{ �̟��t<��$E�4�ou�ఇ�.T��k��@�/n�H�9��� ׇ���̙ـ޷�`x-�m�K�.�]g�àD�C���<��'�Ap-:���bxJ��qh-,�
��Z�̀f���h7��,��8�z�	b��ҸorL@p�G�}�`)B����0g�������w�f��h"j2G/��ܓW�KhFI+Oo,WԢ�!H�:��![l�pϠ�5{�Q��i2��m�^S�W\�׀�d���}ﲚ��-%?�I����.�g�+A(�>5�oZ�DnH�����g
1���,��:/X9c^��k4y�UzK<u���L?F�+�MK�k�\*J�bN�	fS����^�)���P+n�J�Ɓ5�j��q΁�� �'$Po��aȤ������@4�3F�0F|K�1s4AsA���H4/)�\�E�%�B}��cĹ�����
y��4O�ő���Zl6�������IQ"��r��c|Ւh�	���%PL6��;I�9!�
��%�6y��d�y�H;c�E�B�N�sw�W1�3C�I�p�oz^�tf&��Ȗ�
0��	�'�p5"���ϔ�M���bĈ+�̹)�i�;�M��~����6N��)yӜ#$���7������+����a���	(���gL&^o2�ypW%���0}��O��f�+љ$�Ȟ;`�P	��G\Nk�F�h\.���qp:u6�hġy�Pm��
J���*TY�V���qz6JU*����pg:�!�Ǥ���L�&���rʥ2�>�q�j�No6�y����u�4vg(�t����N')&]�tjJC!�S�F4�!�H!C3�Ą'$O={�b���j6i���A�9C�N��@������<Rb�l\��8M�*�A�R�2H�Y@ZA��-V=o��V��������C�n�3���,�v�0��56h
���@F�QX���uj�΢�r�*{v��*�=��
�&�G��[|�����-J���̥Vg��n\=ؐ]�m��#-�� �CA�0��
D���\ dz����RӨyx&�����Y�rHa��!�Cx]�9<��!��
)�Q��q-�*A��V�eЩ���s�B@�D�'��K�@Tм"���Bj��J����|]�jN��1|ʔ�JW]��N8�v����.˫����Td����@vqMMAn0n�=�9���nz݋I<�`��v͛���w����V,]��)��}nKu��:�&~�&Z[�ωV�S�c{��V��\�<	=����
��z��h�$¾l�J�4�y�ڪ��@]��!�j��cf�I�	�۱ᚢ |��t��9q�'+�,m.C�]�m+,A�m��3�Ҷ�R�{|$举��AL��1��xs�é	�Q�oxg��A
�FQ|4d2��Z�3���7O@<��q��BF_��x��E�	`P3� �C&��	\���E�����txa4s=&����L��g���TH�^!��B�y��s�'� Ẹ���B�IO��6H8pb�t
�(AD'���h!�Lv�<&Ap;0A�+Q��D�o��@�(��IyD:�h]�9����
��"!�Nl�|X��t��j���Q#��'�cD.������L���&o�n�6]�uɼѭp�B簄,ٲu�#�R�i�xk!���=7�Ⱦ+��Eք�=~�:�r`6�f��YK��>q�z�|jP���8uMn�˦{��n�2�z$aF/�K�17~��;��D�1c��A����2�=��|�ɪ��x��\T�>�m�:��V�����b̗����o�}Y��n��[�7��}_Yj/��c
�������7N\��v�u؆-5\�ƭ�I�~�ĩ�/��,H]>|xq"�v��JϠ��
|�.(D߼��*+��੧R�\���N�?��h�p��;�$�O�UU��Ӂz�Y��������&�7uj^�c`+)��4�������U��3ұ�sX&�:��t�q�{,8�q�d>�I�M�L]��Z��
�E�M��1�V���C9eV�H꙾r�J	XE�E
�֣o_��r�Uxv��|0�'�5�#G�T�O�|x\��.��P������ި�D�K�8�ć���GK��g�d,�Xo�3.A	�5 $@���k3�7_� ��c%ByN�;I�p�M����h��Z��UT�M6��;�$��=��=<�RI��R�5�c��X6IQ��!3�;*��j����
n^��JC��C���Y���z�A�H����El��E�z@.�Y!��ᩡl�I����%�����Y�@Գ2��+���^�����D*��ԿV"���h��2-0�e򽻴2.��tKUr�]�����U��т�@�@]��������b��ҿk�5���ԥ���-�:�TB�����
�nz��҈܄�
�n"������(E�.VX��䫋\I^X�+�PM2q��2$��E��)�2����(O\"�DO}Q���
���:Z��B�"g�[?�kDQ3[]����Ь�,e�R��*��7�jw킗��Ƥ�w��FF�P^A}AA=�pQdrע�ļ�ڲ��3�3<�KZ5(�p���iE�UeR�<�Y�PSy�Emֺ���فl�[�ոD:�F�]��\�%��t��e��=���겒����nEix�ܹ}���v�de"<���j��y��Ԙ'�VB	� +�ͤ��~p���c��2�D`J[����f����^��D�^b������zw'�V[1:k6������Q8�4�W��9ii{�t�s1p΁��WKZ���9�Z��ْZ�]v�>)�w��gys&�p߷W���7�z��0	��D{�s�a�tD�����]3jA��%<A:�'���b��*CS?�s�2��"�7�;��U��Q����_|��fڂ(J�Z��7<�S�^枮���l�_Ε �C�w�0��D��_�	�f�
�ė���q����.�40�:z�89zA�ы��.с� p�&M[Ԇ�4M ��@A�����0��e2e;q��e�e#駄��()	ܭ�e�'h:]9D��.��PNު��R��O:(̺�KW�����׽#gw�j�k7
��'�7^#����~MG]i����ׁVf���P�m�-~r�r�8���5-��rx5��*���l�Y�l�g��֯^@��=q�Mx�$eq��R��d�$p���r�~c���Ӫ�O��
K��\3L�sS
lɾɷ?��o[�^�
 c��R�d�Y��q�Eh?z?�	��M�-P>���������SVW-80�{��Wt�N�B�D���[�����|�D�`��-��
�BU��0�?1�D�ɠ�X�T�Fv�K�R�8�������|dO�2i�M�A�<�xaC<��2FI��ϑ�(����
�^?K�&p�\1m�G��^����^	u�4�98�r�l�P�DŽ�Bڜ�'�����Ȑ ��N����^;��L��h�]�D5#�47�2uպ�'�u}O�����/k�[Z�5�Vk��ֺ�Ys$Ԥ��q���L8�>9
6��ز�4�O�Iw��������I~�y��~4=�:"`h��0*� �6���4`��F��)b�r���#��!�f��"G#jS1�s2�_F8���t�r}������]Fs���u9��b�W�������&S���e!��n�%~����g�!��a�����?F�D��[�&����N��תM8�!�
!P�+�:lb�mV������̯�ֶ�s�Y���[�cD󂼊%t��H�@`������u*	za-�N2T_⾗���+��Z�R���>�Y-�{���=MA�<�ɭ���;�����S�;xށ��>\�23��[�'��4�'��͝y6�d��F�[Ha��,��rTH�*��OQW/J��UZ�<�֋�p�uB�L!�LH����Q�X��P���u�%!�]��D��kա�m["��)���\0$��R.w��`б�s�Z"e�bEVŸ�]�ӭ��(���8�&t���{�+s�^7{lyEN����K�5c�5�*���.J���`s�����Z�ϙmW�'|�������/w��;.��Ѯ�����x�`�m����i3._�#�����,�9�bn�Vw�~�6�(���b#0֟��d�D�0T�پ�0)�H�-^�L��*K��l�D?t�0̹�Ep�|��e,��u��O
�=���k�v�g8b#+�6��B��'G�|b�Lzp�ӓ�ʜ%���?����ϔ�O�����3�<?'����R@�F��;
K�9m�8�T�ȶ��M�bHq�S3��'_b�,l�ಹ��_a�R>��1d�~r������Q�|ϻ~���!*L�G�Z<�C-�%<
2ɴ�x��X�n��W��<{�;dmKQ�U�&!h9W!s�Dߣ7��#�w_@�'��|�Ļ����_�������o����P����F����>�K��*��5D"ђ��b2x8��@������
Yx
�">�!���~�S�&�����J��Z4O���>ˑ�!��ټ��;�֗�� eM�kd�#�+���M�O��#@
*�)���T���=/���9�N��W
�� 	����1ń��A�)����_���$7��"���>s�Z�̔����JS���rm��X�ē��`����;o�]5'�\��G] O�3`T�D����.ķҕ�'13��0#�n�CX��o���a�.&�
��aH%
�&
� )���!i�-{�`D6��P	�f�ӌ���xI��;RRw%cÆŒ�N�^^n[^Y��
��օ+p��[�����0-�XE=J0#�,��!�1@Q����8T���� <��OF��z$����ܗC��5��{<��=d��L�.Bl���9`iĿI��}���?��ӟ%��q���9��?���6Enj�#���z��Lx�C߀;���w��>���#~!�?؄~<!v���C���q�_&`��f}󆂭t~5��d&{ZpNM�Wd]��i�V\WB�Q��F��ID�$��#N�$���5L����]q�PXT�M�jV�DI�h��>�d�]�2t��x�9>��>]��rհ"�0|�f�ڜ�
��;
�۬�n��-{�w*EXP*sǎ�pj9�V�8��j�h�J��G�;�H[K�·���%�';VW9���h��J
���w�TO��oϢ��1�����Ҿ�vi�r�e/g���}}?�\cS[ڲڧ��ѭ�5���^s�Z��1��8x��<�w�L��+����J(?
9ul��^O�r�N�p|b�Z[��z���>3��N�]�3�L�5i�'O�݅���$����#럍�8��\�|�Տ,t�����'
z�������"`�Հ�4,�{K}��;?}͍��^g��e5r[<4�����L�Lu���B�	�Н/�8�ԭ�kG�V�$��ʗ�͒<��p�X֢c\�?SP{��z����mZ��hH���Z�x��*�Rkj�JZ��;o�R%U�YOV�V�*_�_?M��̺�v�vqR��c =8���0���j�Y�3��}B�-�Ӎ��a{��- ���VTD�8h�{�}�
e���9�$!��[N��;��#�g�V�[�eɲ$W�Ȓl�e٘bl��f�馛N���$@BO�@�R)��0�KB
�A�8�4�\��Kli���J�l��}����������̛7o�<Pف��*aOiaZ6�$H4x��ڱ��U���Q\�֭���NEr/��ރ�IKIz'�bA�h��m��X��*
ĺOH��FK�$���*��B���S���[�:�7m���4m��[�s���,.���_㸯;�K�*+}p���Lv%}���-��i45c-B{
����
wÏv_�
_���u|i$���L����u��q�(��?�����q5��D5Ss���r�
�@�A�Q�QG�����ԓ����k�i�]�!�Ll�.�?��1���t�8J�mv?�	�:�����b��k
h�"�MN�'���@@g~΋V8&#c�x�F�2i��&�9�� ��n
�{�I�O�^ø����:�W�NL~1e֟e���{R��h�5p��lJgO듙s���[ �}6�dւmj�ܥ�wo��/�#n������X@�W��BM?W�Fg�oչ�
i���T��+�0Hi�H��E�dW�{���GX ~̺d}�{���Y������gft��u��a��K����(�ǖ��=�<�vG�5���>�D�NO�Ŧt�^��'��`���H�T.M�ҀF���-'�
�=I$��ݨP�Wش�Y0V3V"�ར�����4h=sF�1\�U�	��l�?|�U��'EX^*��Փb�h�V�
|�(��S1�6�mZ�y|�^�v��'�`K�€�,,,�/�_>�_G�_��?���)e�gΌ������1�(�;��	�xϯ��Mϯ��}���Bh�*�����
���!��(�0�zO�ެG��vJJ<{cyK1�qA|��^t��@K9�#����72����e����|�:�?\}c��`�G�0%S	��в��O?���\0�=C}%7�6�
O�uL:{g���p�1`]��L��K��X��c���r��,��w�'c�AL�� �����/?d�$��{mX����3x���9O�C��&~���Ϝ�bϞ/N�	�����W
�{�C�{�m߾�7[5�Ƽs��O�?�ӧ�,\������x�]�!.�g��R�ښY�:*�d���oarrs�3[�{VE�y����>����v�[���ˡo��XM@Z!��
�+V�x���V�4Fx��an�wud<�����,�>8d��7�[���1���j�:pBZ�����<��p	�"�}��C�}���7���~��?��*�LamI�FP$��~��S���jˣ
)UJ�S�T_��塈2���#�<��MͧQ˨��BoDz;��{���1�"X��$G�݀��L=���.������	��[��q���Xi�����ԧ"���o4y^��ȵ�������>�~f�3��B5S��~VrnV
�����n��#��~0,���/�x��聞�?^ԙ�3�e�/�]����wuow�$3��gbj�����4�ר7�!�*�Fyj�gQ�;����9�?�2�~~�hў�������tO:�)��t�=�'݃���=�=��Cu�Y4$�[����:���,	t�BoE�Ԙ����LoHMe@��-5��,B�o;�{���q^̍,f4&��v�p��h�Ȼv)��"<��
�'�*�|�0Nز�0[�JnEE.W����
:��LD�.��D��8�ߵ?O���DP�I1����We�s��烏�8�ba���v���zig��������k6~���[~��΍�����q�D��>M���f��U��^OM8�R����u���6.x~���j��T�A��k����Mg�z�և�:j崉a�U�����3�iP�R��t��LU�xY���`�(��@|R��*���EDzgcg�@�
��'uA`�2+���,vЋ�ć/	D�t�U�wm���Kb��I"��et�'��&�d���{��b���D�r�RINf��$U`�>��[�2ThӌN�Յk��-��z�*�FO<����(��:s��X��v7b2u����Tt�\k�.��7�ǻt(���?���GC�߱7N9�5C�t����%��igC��̉g�S`/�@χ�U0>��`;lc�(��������|0��v0���:Җi#!5�a��
�*:���0,����O <R�|M���YJ���)llj*������S��nE�뇀`�O��Do�k��ͨC�b
��+��z%089�fx���1Æi��a�P��p�_�?�=/!U���z2,l�OZ��t�9���@`������~��m�nC�N�NPf.���l/�I���M���l��LX��\ܗKj)E�u�%u*bN �c� 7��kg1( �;�p{1��-�g1�@�\����2t��	7D�	P4-�oo�'�)%z�2���9�L�5)2<:�B&�)�:O�¤������T�]�E�ݶK����~�M�[�uN�9�\[F_���)6T��V��p�H��tK�u4�ӬV��<k��z^βɎ���tG2��y=���<�H"Go������1o��J($�g��fwd;�Ag��`viI��!����;�oE��q�-��EIc�
�(!"PG����in�Mv/���^;��1�b�Mx�	q���"���3��&�8*�^���|��ҿi�3�շS^W���Yb�iJn*M-��ű���]�o�.e��_����k=e�o:�Z���
��…����2w�����/�����/ץ���y�ԥ��yV��2s����:Q�b���9?͖�VtX�JOq{̿���;τv���yhOÈ�l�,oe�'t�ALAV��qҩ��1��ʳ?��Ϯ�Z���9����eM��*�L^w�©u���,m*3�ql�����U0�2�'�z�>��6_W����ʧU�;�(+��4%ɤfei�^o�H���$S���;�C�!;��竭�>��N�5)D{ʎ!�K�}� �rљ��y�V��Ќ�w�1�H�d�����e�;����N
\��D�FC�hW��vπw�;ty���9rӹ�p��\;�>#�~��`�)��a��h��Z�b��iz�Y�jq�;~���\l��ЛS����+�rjB���k���oPl���
�)^��NA]'ޮ�h�}��f�"�c����.�!��ok岭�o<���PB��{?L�'�Eԗ�
�D��	�=���]*�.�g�����J�Ŷ��}Bo�t��&�&��
e��\��E^׭{��/�NK޽��DX9#^4x�C_
jK"���w���C��j�M{��.��(,����ր���+M�sQD�Q��c�T�P^/4�y5���@^+/��'w��4}
����Zsũ���"�`W%��
�y��GIpC���0��:E?kݺY��Ɏ+	U"���5U�@��Sx�W�����.�0p���Ka����X}����:���]z����I��nN�6����C�̦�߾uQ'�|䘔U��V�є���N���=�?��v7�	9l�&m�O�N�b��{#p���G^]<Mb�H�d�|r!��q��؍1�����a+�n�a�|)�S��Z6�>/��	�SJV������N\�*��T-�@vf���V��O��!h�4Rh�t��LaH\d�,�Ӏ"F�'aKDP��o�(�z�
p�=��c��wd7b]Z�8p`�"2����X��:�"�ŋ��׃�'��H�����-2����s֯�{�/�Ǿh{�ThrĐ��!CT0b����/��b�
����	Ԝ[�9�>�(^��0a�tv�av؀ńQ1�So4�V�x��E
�Nl�n=��˜z�x�ϒ��Œ;�ؼ��Ѥ�$���.	)����_$��1(�}�5$ӊE��P۔��&�~F̩��8���ޫ�`(1���E(ѻ��&�G"�T��¹|���b,i��(��(��1��8��W����0w#BS��GX��K�{_g�S�.�ф6��g?{i�֛��뷛��⥶�v=�vlTRa���dځӖ�Ȕ
��\v��힁���U�U7V͋ ����*5}�$2��uC0w�҇A�å�ήC�v��E���L�SY��>{�4&��<zq�D�ADh������B����>�~�MjF	%ۇt�_��O\�'�,}�%�l)��h�z�%ۺZ���y�I�F��]݂�Շ_�'��7~�U�)�<2N(�;h-��P�q�]�aV%�?y�y�N���M��	��َ��y[�{[�h�1r�#�}B+:>̮�ׅ���N �"
��	ܖ���7A�q0������t�#I�$O*}~�����T��w���D�E�	7^� ���ٝ�#D�(�%�M�*�6X>$�@p^ ���
��")	zA��G���%b�>�>�T�^}��;�
�O��ǘQ��;c-/
^��#7w�Vt	s&��G'*�-#�צ�����Q%��^M'p�c��"��-�W��+*m9z�LԎ�p�������힒�{ɑ]�}}��(�b��0}��;ax]����t�[)��Q��@��]�g�Д����vÉ7g�㮆�'fToJ�fȬ��"�R���ۚ�˫DŽ*
S?u�=95�j�U�!9F�9��j.��4�p|�P�{wΔ���"Nz(m�W`���yخ����`Ű���Kf�?~F��m(ȑX�0���s�r���6��D#�P2	�='����H���BL"�-0j�0d�NG����̏r�F=/�t��u�?�"J�u*���/�^]2Q.U�����ԩ�\��|�O�Y�w�/^���p�9�ߡ�%�Ԟ��v��%���(�-��FʋkB��e�Nk�=vuP37g���,��	�}��Q�įKL����Z��>��:M���N�⏆���/�"[I}II}{R…�w�u
�R�_����Kn��x�RFmX`HS]��}G�ŝ�-g(�K�qA��M�"�����qpn��8o|�5R�g����1:?M
�N���
<�/@����U=��x���oZ�N?䞧���m�Yq���o~Z�7�Z\�Cѝ���-�:�O����4��u����y��	��=Q��W\A�F[%2|���	�BbE�6RM�|u������B)�~]�T� ��u:�L�*|<��YR-fgg}����L�b�u�}�aLW�W�ЈR<v�3A/VK�	�"�������g�Ԥ���7�vDȉ��o�n��GC�#��&����}��?G�p�.�cF���x
v�n�Kp_w�}^������
�8
D�������P�X�@j�%C���H+�O�5�����8}ރ���,�ψ�!��Bp�����=��z����x�Zm�h3����@|ُĉ���7F��^��Qef���^XDŽ7���J|6��ީo.��9�4����O�˲|!�,
E�(�4
a+�[Kp�
^�Ŋ&^�j�Dth)�b!�72A��yc!��$��y��� D�#��4j�oH��Vp�	����ٖ�O'Go���Z�P��T��1;�!�*�7����
��9�t��/��W���ȩ��
Ze���n�ꪞ��vMOL�v��:{\�~K�����n���jj"�)���|o����x\W���a�4�I3rXڍ=1�]�	�f"!
V@��7����cۙ�.��⃴#❍B���8����xq;�[�/6��P���.���]�ĞC�>��1a�%O0�<�;�,�A[w��*�
X�'����!(�=��i��}��&?��#�^$	^�2)�m4��sD��E|g�P�b�2�Dq>�����n.*�?�W̸x��(Ļ8�s�D���SD<\��"�5�3PsA90�7�@�R���F�q1x�od�YХ&���]�b�nʁ�db��zy�a(r�j�~���}@��8��
��	>���>4��J�.]���R��RŨ�2��*F
A�6�r���]��eH}KK۔��J��ҡ�ObƆ�������L�
G�hN'%+Sx�̒jU�,�V/�}�2�D5�NwY8�G���,�Je���A�h*c�幔‚�����wޡ�.���0��{D�x��Sf�Ѣ��2�w�$�F�-�:W�Y\���D,o�Iy�ך��nN�I��	�,i��)�m�#Y�Ǫ��j�U�-3���Y$v�%%3�Z��p��V򒲗.#�cNf.�5��d�$��C}���,�KSצIX�$fX�͊D��M�^uV�J�0R���s0=t�@k�T�o��RZ$��b�X��*e�V�E�W��ϕ�5��T0��T��nk��ޑ
��7&�$2�iy�ThF7�����u�bqe�y�#l�R�*[)I����M��k\���a�#��u[�N^��3Vq�אnL��(v�\���f�T�GQ�I7p��=3?��קw�(sn�Y�IS��M�g''g��aFm�L*1��J�J�2U,��O����}}���]�&k9-��D�����i-%�}jS*0������XX���W��b%��c��R�LR)��$M�����NK�,N����c�إ�Udf��I��$�D�Ģ�*$R�� f�LM�Mu�LձK�7�)lJeh�Z%�V1՛
�ڒS��.u��4e��l�J=�RS�j>��r�l��ڮ��b���4����%ǎ-Y]�#�,E�J����؈�]?��S�gz-K���=��:�b�����+4�A|h��FCR�(��"���F'ch�)���=
Ejj�����R��7�﫧��W*J�o��J����L2�lX����B��a��a��r��:���Z�cůM��?�'�-�V���<C	�^%�y/�ϻ����v�YYL�� �A���iˤI[��&mij�S:{��=ܠ���?�3)���?gՠ��N���%r�|^���E�����$��$����Zo�I�IM���C�ͩ<4ƻx���ij�V[��{
���r�T�Zj��Bu�T���4�+��v4�{Y�X�;�	X����ڸͳ� ��	 ׈�_�l��X�l|��ن
��b��q(:�f��j�M�+g�:R�?�1T�l��J@�׿����+�&�9��s�>��x��n����]m�P��Q�Y��5eS��0� ��Ư_?^�:w.rMP	ToܞL"�ʛ_��b^��GS�7e�ZUd����<Z�i�׈<Ol�k}���VM�PŇ�&�jY
��V�����j��dI|���Q���2��=�`H7��E���R�("*E��z!�Խ���Q-m�*�8���Н�1�QK�OJ"��R0���,�cW"�a!(�赺��L����nb���ޖ�N&�N�3:�\��)��h��Vw&�@ѵ�6���i���l
��,��>
l�X�������>�ͧAGM1	������0�B�ǖ�c(B�0lEguKP��pl
G��»v��h[!A�9�v
qo9����b\����#�}v�@�0�4>���
B4ZQ)�?ݘ�:>�u��X� vn�(��z�HE�~���Jń�s�(�7Pz�Xx��@�?n;����E)҃�4�E�J��ACuJ�yc>,Fu�U��i���Z:^�����{��P?��cY�ոOB�k����3Xt�5�P��T�Er�ׁn�*~)pD�����M�0��;bMA�폨p�[인�ւ��	4��]�Lv�ky��4a.�YB\��UE/5lbK2#M%P��J����vW�θ��n�p�����k����'`�@��ɴ�`iʌP�W��8Ġl�%�t�	%ʌ�SQ~V����pj*���$�w��^#G���1i��6��}��"vw�"��b��<nc?��ͦN��i&�t�~�ؤ���֭��:f~Y�g�m�-Y�`�ΔisV��3mJA�Ų�ɹ���_3��YUj�B�$,8�;DQq�����ܓE�,X�6P�+��բR`_P̋'�4Y�{[�*�e�7-n���w��r���'PŠuw
��?�u��:0S*�{����?E<�y��N�!7�Pղ��A�&��1�6l�'o�5�=���C��oJ�2�����x
^~�	���[���Acb-��~6��?���������u������!X��燚�������G�cD�q��n��-���&�h��ˀ�Hp�����:EG+�n�!�.<����zMh���9�l��b�젮�@�ȑ��p,.��U�i7�e�Q��j.��`)Ƒ�t�;��h��yAP��IظLK�q!���"���zF�Z�c
J�g��4�����F7eV(���`1L^5��B�+�������ڽa�]�-���j�l�ԅ�:�[Ų!�}!b�(����8z)	���_J�|�}dR��*��jq�l�Ͻ���KϽ�Mv��Dg5�Z5��q��.\jm�Ek6��md|v4�MVlq�dvԵ���_<r��&��M�ל`Oy���E�~�vҙL:|�Ư�0��g͂�aG:v��p	(M�S�<�ӆ
?=�&��g���<2��j��z��N�n�߿�V[��0?H�l���nۂ��&U��>�zrMZښ�]�].����?+;�z�����#��#J���z�����~:��vv��ۻ������$���3�1�~e�����ݹ�+t��J�G;�I	���mW�y�ؤ�q�k�*�dƜ^VX_<:7''wtq}aY��a#����TH��3:��#C�y�V��Z�Wj��U֕�?��;A�Y|�.d�7�R]���&�ODh<*z@��	i݉Aw�N�A�%L
@�v�I0�c���*�T����.3����9R[�VJЩ���,��՜�b��M1W�R
�߫�>EƉ�N,�`õ��>U8�z����/{��2�3Y��h�확b��^�āpQ����{�/�RX��_߲d8Ȭ��6e;���зk��	}�B
r�fq� � �Hˠf�ŬD	�ζ��%�,�Ĭ��m
?sx\��j\�W�W�UqC�S�~����m�lY��3M�>�q����s3`ػo���SL�4.\剶�jl��u�[��I��77쵥������������S4�m3�23��ȧ�ꑳ�����lg��@��͢��؏1��W��%`T�;�����ω�
�ExC�t�#�8*g��3�0Gx{�!w>滢x�i$�pl�ɣ�`
;f��7kA��fy���h�3>>��G�U�4V��O-����H�M֌o�K����<'���)m��?����%�{[2p������;��>κ��K���>�e}��}����ڸ�0�D���2`�TIH�nP(�A!6�Ƣ��2�h��k}�U�3��Y��ެș�t#d}s�|����'��s�|�\�P_��ξGփ�$��į8;���Bh�Q�",Ƙ��{5�k'Z�Uָߚ8��~�)��A�^�R�-��-�.fG��W�ԋZ�G�E*�.F��zӘP��������.$-J�}�&��\�V��T�Tnv�������?a�/'�n��-{4�yʐ����`ʡ5���e�9<�4��e�U斕d�T���	U6��?��AX&�튨Řf�5?M��A����6�eb�$�d�`�t��%Q��p3�`��s�b3�N����n�MSp��U�5�G
[�6C�n���q��Ҁ� �0y��"�U�(t�K\�SR�*1�S$AW~��g�S��v���t�QR[������
��%������Z��ԛg��X�o���3c(|�:c�(����s�V�l��`�n����Hz���*_��~�uz�<J9L�,���,3X�ӧ����X �
�,����t�RYP�����%$S׭)]��d��K���nB�d&�n&|���)�ò�{���
����K*�/���~4Y���k�N�_��J�u�q��h�@����kߟm���84@
����"�b-M�/g�.�,��@hL`H���.	�}��k�o�py�\�#4T �3�qЎY��cvh�/a_�I��N��O+�U�i��
S�V1���O�!�D�t%C��ԯP4`��@|��&��8CP_�º�OV*��^��w�v������Y����7�~�E�U������zD���4:
f�b��ʃ��HB��k�s*�DT�6tFY��e-�}e#t�5�}CŹ�Ο��z�B��Zs�����	���#��C��8�3k�؁�0!�\M �z�`E!hЛ=U����~��VФ�U�Ƥ�Ҿ�=Wi���0�t�ն�ş��4���<}�K񬗱���ā�a)*��[k�9��'�n�JG'�������Pٔ�	�0�u
��V�Y��T�J&Y�c���D��$�ϫb�r��<��oVH%��.��T�(�O$��
-ӶD��\ �jK�Z�4R��I5r����cѧ��Tɜ�kt�kI)�CB�u������P�T�`���8�M����.o� �0��$T�	�0a����W>P5���X"�ݫ�~P��]���#jDy���%K�j��$��-v!��F�~3�2ܪQ�5`.|�ap���>nw���/y��#?X�##J�w�5��(
�����Nx�4슩q�V��^�����=~�R�'Ҫe,�ҧX����M�}�j�J-�)T�:�א��w�3r�T�'�����x�}scF�y��7k�
�V0�\���S�M�(�2@��u�:-YzǮS8���W���[4;0���q��Ʒr6�SBIX��qL���t&t�&��#M�
�����G�#�&t
ڠ�4�7�0݆���I���p�X2���M Lu��w��Do2�`
�%\��7߳��g�
^mlm�W�)s�X��7a�o`B���f�b�nQ��1J�)�?F�T�7ѣ���;��C6���XV}EBq��:��ٗ�zh��W���*S/�'��W
I��~F,��앀��Ud�
�A:�ɫ�+�z:�b��4'�Ŵ���؉�szk��ܮ�.08q/8���k�Y��H���E��>��Qv��ŋ����g�O�~aժ��b��x.��쨽���'��T�Y�&7(�w^;�����[�Ս��$�\0w/��6p'�"�>@�'�w.XHZɋ��(���j����X�yc\X��{'Dy�>z-�z�x�y�>xm˔���ۜS��^��O]Ђ���{��E�&`��`�w)�+��ySL��>c���u�a=$+�h)V,��7�R�H�֯a=�U���<��35@f���F��9N��i@6�݅�L�D�Q�s��-�cr�졂z	���
��W^׏�~���чS�2���5�$��Z}�݊#q~��d{VF^�ުԚY��l�&'��Jk~O�� �V���{��W��|šG&�$��d�]���8��/�v�Dj��&���7��x��Ҥ�U떦���ʐ3���{W��(1�O-����T��}2�����k@N�H�:e �i|�}�,N���j��$}^�\�����X��,_+V�r{-���s�v�7d/�zk�ux�C4�9�9/���%���V���<��S���[ƅ����ٷ��_��:<�}3�^;[��l�z��A�)���d���}���-��U�������}�����sQ������H���:�z��3
\D��_�+B��3F�	xh�&��>����ϕ����4�]����j3�=/�#���T�Q��c�ϱͫH��Bw��_��Ee�^f�[�џ�3���76N3�w���\�"�R���1��v�/}}�"�O{<��Z���@!�g�(��E��=
5�uW� ���n��&�iK�$j!�jw%P<��T�<�N=���Q��Z�UA�nŀ82�+�^Ra>?�1	�E>��9�|�.�mV�
�
40
����l�<kO6�ҋP�$K6m�����
�&�w63�dV�k�'�Ո!���o=�t
4H���Je\�r.mOa�z���
*Z�ҩ�W���[.s�ߟV"����k>���K�҇k�|2A?���g��`�f.�}�W<wպ���+�����~�8�U)��-�l}P�ժ����*R3���7�9~�>�F�\���[XQ:�J1�D��~�NN�*(|C^�&�@���G���j��1:�;kN�\�	0�ƅf�Ө��p?���$��0����o�G�G�߽�0���Cは/�������z�����F�4X�~�d�IE���[��.����9љw�I���`� 샧�'�a��b��$~�+�/�m��`��.-�� Q�b��'͛�"+6�XJ̓n+�fA0�����H+�l�_��sʴ��!�-Td�ؿ�O����dɜiL�j�����N�q��J��ɘe���O�;;%G�'o����;"),=�K��
�][��� g<�F�h�.��~�[�?�
u��}r�����f�2h^�3���s�j��ƾ���5��q0f� 8���u�Ĕ�,'���5�D�k��)@?\��a��^�=M��Z_1�&����c���M�Ͳ�k���׏��>��|���M�o<�<
���4/�c遷�<�l�ٛ��,�v�߾={{��5���Y�{~�'��=	,�\k����^&�'0�tX���Dl}�F��G*��QT?���.�ZۂK�
�u-Z���Rhu���0��!$7@d~X��ɢŎ���xx��+x����4����V^�Vu��P��i�f
���w�z��9i�{V<��ї�Kw�#=��`������~ёޏ��_���ф3,1&W->�xj��~����ܱj�a>�t�x�k���la^�3�qn��i�i�З�1M��Ɏ�H�͌�و������
KQ�j�1$a�g2g#��K|�!�y�eD��Q�Lx�X��{i�4�{{V�����N��l�	��Ѩr��|�_I�G�$iu,�N�?TW�߂bt*x�����A��u���t�A�Տ�7���Ѐ�\84�d��ه&��I~�Xsu��l����0eZ�~�rsUJ�kG����
)�2S~�m��Vy��n#�~�c�hV��A+�c%�YY�� Z!���W1������t���A�1y51�+A�E��8��ICo.��V�3��['��1�;��S�v2Q��:p�ؽ{�/f��b/�����vܽ1<I$U�
�PUa�hTRI����ԴV\U��j"��RkMoy���Ӈ�
9* ).�:{f��=�Ͽ���oQ��j�%k�1���y���T�}�[g���h��n4�4�\�5rd���]qۇ�C�<i�̬�𳦅�l\��E�O����C&Z�*ZZv�i�-��w�����*1��t)����S�*%/��R�j��J�5e��y3�֏W��l�S4j˔j0���4�ܮ��ղ"��aDwϘ֯��F8�Oͦ�&��}�6_:-�HŜIE?�2̓���u�q�Cg���b�Za��f�J�j�4T��L�
J�c���X����h:p�{�[`���:�N�6�84�����J&�n�F�ٗ�,-P2d��_
'1@�2�'��r�dD*�Q�����e?<slj��I\��x
�+��ӽ�Đ��vs�.��b	'���YE�UpC�ӥT�)s�N'S��mٱ�9X�x��mS��D��Ž���1�ON������hS����Ve�湕�E�T�:0�Oap��Y���§Ff~��]8,K)���7��BTpK��/��Ue�dm�Az���kT��`��c�o_�e��k*m>��l��^:����f���������y%����6?a2Gy������8�r�mng�ô��0.�ׂ~�X�nj����cpD1�N70%��p{����UWܥ�҄�oS�(آ�	�v-6=�C=s"�n�"^�D�͐8'��ݿ��
�ڊE�BTPAE��U!�DwU�I�O�e��p$�F���Zo��|놪��'܈s!}��q�"T��P��d����(le��+�����
V���W^�Dl�Y��s��:�a����h�I�`�X��k�����Uq&HI�R�&�
����5�R	�	
�r#�F����<oj��25�O	�	�jv�IS��2_'z�"�e�l�+]f(�:�xt䊬��!^G��@��<~�$;%�"#?xmC��}��\x6�4�+��֢}����+��B�6��ԡ{�v�d�d�N�?&s����T����ca��x���i����R�vKf;�7�C�U*�i��U�व�fZ���4j[���o�`@H��2�,W����i�Pr���U���)����L	{�<��\\c�@���sN�D�:�_Z��h8))zo�^�R�A�4����f[G�h�ml[���Yoo�m�
J&��N��s��KŁ���/��e���(���i�lX�J��7x���$*��1�p<�p�iJ��@/F'�Ƴ�v��xD,�)�N!At!f�=��ΣCs�^p�gs��������߯��x�c��b{xT���N��S�@�`%	��I�S���O?©�7�q�^�.�3l�T�Uf�����>�-���M����>/?�}�D��Le��J�����{L��'����:�y��!��=l��g�w��K�sC�8��3�j�wV˩}.�����'v
c���U����Q)I�{W�-Ly�}0W�_훰���S%�����YIV١g�D�7�;���;Z�X�4vh��H��;��n}5���>J1�3��U!�P�3�xd��}�?1mډ��w����E��R`*�A �36��?M~h����Ix�Y=	2��8L��q,�6�h=΅��P�t����{k0f���7?��rF��R�����8`�vG<����ؔkTzgL+V����aL�wp
�#�
��&�ɼS,Y�~>�o~3b��!w�cE.�� k����,��)���O��>�������e �1z<���g�T%5"�<O0��;���J7�Քc� ���vZub�o���9�� 
|DIϧ���\,.�M^��<{vrZ�|���l��	GՀ���RE
h�+�hN���,#O���y��ߛ����~��l�}��������MMGm��@�S��a1\���q���r`}X$b�SRRe�ߎDK!F.��ӌ�ޥ�В�Bݧ��{�b/�Xϐl��b�01�v�.LQ-�c��dX����B��G��������AWZ�S����Xw^�y������Z�$)�퀜`c�Q��f��qوa�����1X�� �^j�e9r$Kf��d9�Lh�p�qը��`#�t��dO�Axm�~ >���<��aIŽRZ�P3C�y(�Q��0SrO��
yI#l�YeRivff�T*M��I$E���F�"}��
Z�2j�,}2x
k:ح����~�(����a��
�/P��{���7w3��߮��l�g������J�-8���h�|���W��yw��?���W�m���x��@�_�~�>���	�V*1���'�_�n��F�BQ���X
�!�I'��P��!q`3�Q���ltS���tb‚�����	���/��<�;ɖ��?��&%�yD,eOp8jb�>��
�@T����ᄊc�η歿Z��y�w~?��z���E���g�Z��sq	�s��n��ݴŖ'��2��;�����͹�����G�z�,>���#Q�Q��?_���bN��Ɇ���Ӎ��i���v��njj��~���w`�GS�^`�=�O3c��M#�!�ȧt�xۄ��~����.k:��D!�,茮�?�:�A���t�$6p9�*�> bi(�[�nϠ�A#�鰺I��h*~��[��Dqt珓�j`���my.� ��7���e5/����6u�_T
BXa
��?��-t:������U��fr�4R�J��J��o��E-���-j��#髳,��*v����>�&�$Q?㰗.;Q��<a�U (�b���t%�ա��G1*l�%�:�ӣ֤��l�&ĩ���d��,�cqku&Kn^��xg#V�i��؜��k1�n�'��6�09�+�l����|4j��cS��]�V��j�e��A[��)��V٤O���Y�Қ��s�]�7gxzM�/�]���K���ҿT�af8g���zYw��b;�I����6@^�ԲzHI4Z����!�D�ћo��l��}!
0��'��\F�ō��2j5�� v��MxK�UM�ܻ�-~���C�g&�
<~L�vU��3
�� �[���|V�\�f��V|�r��9��ܐ�v&��q��o����G<�7���kZ��}�)+Ig�k���ʋ+���ɔeҙ�9s�
�9���h��O�0�Rk�+�_��6�`S(�X������:��G�i|�K��o�_���v�����fs0Ca��&����������<�7(�
ه���H2��*�2b6��4����OR֍��}q��rdK,��WS+c���+��Y���W��:������Ē7lVCn��d���\�O��0�ƢZ|׌�����Z����1.k�?WC�t���E�jt:��dK]իG��>�� ]'��׬=f͚S�'�
��3rx�W�˯�f8�{���)VLo0�床��|`��;&ޱ~Riqì�^OMN�T�u�G��:���I.A���R(��_�M����o�=p��Nt�M�j�7���#�~��s��&#�K(�=<kw�r��M�X�wZ�S� P{����D_i����5��ݦ��v��K�~�eh�*9p=��Į�Χw+zB���=�Ԓ�\��s���V7�ӣ}�i�m5�Uk����	z�G9�r�k�A3�W��'Z܂|�Ȉ�C�'<�FB�o3�>q0:]�p�N�8D�G^>��HY4���׻�]�F�#��
÷,F��h�L��u�O�'zܴ��%���*����cvv�d E��lg���:�1h�r3�5kg��Fa�t�u~��ˆ�����m�>џ�z�9q�L�I)U��<�g�x�
_�ifm����љ�`��.���l��8�s��dg����鶍yX�Wx�6ݴ
�e}�ư_("�/�[0:�ӻ��އ��6:���l�6%��P�,4���
P8�u�,:��N/6�Ƿ�7���.A�ߎ��gd
6{�r0x���؋LF"\b�6(����%D��"`�F��v�p�g!b`	�_��J*eK83|q(�Ԧ�J���>W����R��!&)A��|r�*�2�H�8���%ݠ�Je[|MojP?�C[�8����ra�9�3{c��bqo�5&��0�
4���%�e��ٳw��<<�`��� [�S7�߇�?�����C��Ӟ�̶�{"��yP�����n����)�hAc���W�z���Z*����y�b.u��rܚ�[�%Xq��Ꮳ605����n���'N�y'ND����~^���%s�%��藂]ML��c��B��uJ�D�O��_D~��_�8��;U�\W��#'��s�o���MgC=P���9���NWǐ�u0-�ת׶�Nn�k9tz9M�F̍��(�"���QIS�?�E�@!&O�"��>H@!�����}Z%?
�����?�	��q�x�6r�D.�L0"��*r�8"���GO5E7�9���?Е)A�ֆ��u)�~Q}@l��� Lrz�\�'��I���,�\z�ӷy���M��ڞ�0�`�����V�+����έxFGO�_�C?ҭm��2h0���~����|l��C��l�q槇�L?���d�n��O�u���D��`�mp�t����GD������Vf�롷G3�H��	>F`��h㖋mp��M6�\.f/�ђ�E8��	:|12ؑ92�^
����ԍ5k F?��p�A��
��Иwd�<�	����w=6���J��@l�^�������}SCG�mr�������f��%[ϧg����i��\	�[�x����,�ރ
u��*�Ժ�0:
|W�l�rJ��i���6��}�w
�,�i2�ִ�i&׈��y|�[��I�0�������C�^ym�r򑯎�i���&�"H����m$��ۖOv���y�x��t)�^��F�(  
�buroQ ���i7��c#���R�s��M��a�v���)����)f�DjL�(s�b�&[��s��d�Tb1��s_7�牀��:�U������_��UX�/ϭXqX@	��Й[�F���AQJq��#?����)��ߺ|�V}+-H6���a�Gt��S�x�Yq~�ㅰ�Vjh��W#��r���#1�!���w�48Q{�n/��������i=(
�U�-�z�FnU5�˖g���R�qw`�c���4�����g�e���j+�6C��9e�in�33�Ѭ1[w���c�⭽�ҿ�ˏ^�.L�\�x��K��1m��s��\�rG���U5�^4�Z��!�Oѷz�h3Φ���w��ye��ƹ;�R=}�&��z���(��6�It���}	|����ZieݲNˇdK��ۊ�8�'�slj��	9I�!��R �j�p�%�p�%�H�Z�޶�(���h���ʎ�Ҿ�~ߗX;;�������<���<�4�kA`��6KTV2�^4���"��?K/�A��nyܵE!��JbG��*/����J�Z�X���?��3ҹO�;��OCBp�`����D8o�r[Lf����5��~���V;������>Qq�����J������D>�C\K7���]�A-�a�oy�@]
"
;�v�sHH��'����&����!�zX��X5���g�ԞNpCM�N���14�^4���x��F���~Fe2��1����)�^p?�#fJZRԙ���1]�����顕j3�R�%��i5��!���̐�?�����B{��WJ-�sv���a����{>�Zi�9O?��W�������'+�Ӽ�Q�J0]z�L�BVQ=>�J�}FS*)ƉFZ5�˨Vj�	�p4����]��!n
s��Ds4���3�Q:�pӞ#�
���'��N%;g_��=� �.�2I_Y-,V��H���>{L�Bg6��ep�;k��J���W��"u.#|
��]H�������(Pڰ��������F����t�oQ���,�V�XST�fA�ápuN�\[;o�����l��BME��hZ���ة>g�6	%�ؑY�$h�0g��gyX$�^�T���D�V��Å� �b��$R�rIh���;�,J�>`���i9�� P�*N����J���}�׌���.G��Be���i:㳙���CB0�1�Z[-O�L��|9���uG�̘1G�\~��;�]k�L�C�S�Y��bz�	ɪ�:���Q��R�����n��NH_�X�>�����҇B�B�)�,l}�U�1ƙ[	jV�]Ҥ]/��?�ϝ8i	��~%���I7モ���l�4U��b��5��˨5��Q7Sߣ�;{��ȅ0N��|�v4�-�]�����$����e�q�����2\Ni�%b�d�.�3�]��@�8m@�n�|7��\9+�إ2�9�e�9���?�G-���n@�@��R�H���T�lI[���RV
w=b�C�����A9MVꐗ#�bPƝ����&�b��f.A���@�c5I����ؚ�=����>,�/�eM|ဌ����b7dI~Ќ��Ӧ^���@�5p��|��n��`LZ�A�Ŧ���*�C���}d��.y��<5P��U=kR,��5D��«2+g�/
G�3�2�
�S�}r��.q���nƬ�(^��*p���ٍ���9=\�<����,�Q?"�|��p�)�+F�kr�x���o>.�����|4߅�A��d
)S:�ƦI|*���Έ� q�Gs�6;^O�~+r.�uD� �뻐�%WC���A�QTیu��ր�W�3��e�gչ+��H��D)����)0:&��p�L�N��t��~�N��m���yF�yOs�[
���`\k���y;�h_���e��0�@�.ӿx�9�?f`�/�Z^���}�W�BHR��o7z�`��@�Q�4��Άб�����L��w�l_7�^=t�=�SU���Z7HGq���g�E�G�J}9�R��c�jB<�T��M��B�>=)Ĝl
#=�v�~�����x�q�vwo������D��k(���k��.�	�@���@ºk!��}��!��HZ;wg_8�}V��ܯ�pt��>���׵>x4G�;r�>�p<8"���d4\:~F�B���/�P�Gb�fU�ޓ��J�i8�ۆݹ��uM�5|35��.a��xn�o��X�0f�1K�����4?��szRG|���{G�gjC��B��*���:����m�6H�}�W�u{ˁ�6���֒B��-�yC=�Jۼ�;&[8��ի���4�|r�q^��9������pH�/U�`mP<=�c�x�O����A����X^�kC��]M�I��h'����P?�Lq�A�C�`�S6ħR�_�h fA
��tL2�jX�BZ����`�͘�p��iDl��JA�Lx�f�ˮ����Ѻ�������ԘUА1����3�CO�9�Ka��|�{۾��T���z�%��E"˫T*��7C�xvi2V�d�9'�a=�z�ˣ�VI���x��F���:��x-�
�i
!p����;�m/�Y���p|x(��~���B%��W��~�FA)�1S�~�����?E4���=K�R���0j*^F�R0*9GH�g�PR�
�Ar��X㲁�xkҽ��쯎����[��q���-E%�C!P�L�4"�z��ڲ��\̛���_�L�#e"�ք���D�WT�SҁP)ǥ���
`�Uo~گ�9,O�`g
��^O��&����W��K5�0��<�0�Ħ��������]o�G���p�
���+���
*��H��EL��� �b�5�pd�L�_Rӥ�J`wD��c�C�l��<�lV�s'`a�bpH���������؃���Y��"⺽�~p��.��|�T0�?�(�CҌ��Y��d�T�c���ؙ�kMC�ba�2x�GM�x��ؚ��6�HF"�"���v G�h��]~l�K���$n(L�bn$E�-��ѐ�po��aT��3�'�f��r�I�a�l���4�;�%�Ն���WE��Qj�+i�"\�6�u�2O�����,�G�>n�%-u�'�w8_iJ�qX�����l0kD��>��%����K�>��g���g^Қ�(a
��󬬔���H���΂�l#�*�~������)���e�,�3L]�,�.p��`v:�W62|���]�����ţ��^J+���q�XrJ�Ű�/�a��b�
��`�ݰZ�<��TVb�;o�ßv�����	^���Ї�@�IoCe�W���\�c7
/����-��dǶ�.���}���.GK�w����������e����O?}pr�60�����l�zo���v��>|�t�y�ֵ��B׭�Tup���m_��%�m�z�c���NE�(�O�D}�˹�8%ٛ�	�/V���a�M�r��8NJ
�,�3R,���w_V^�Xk���� ��a���'VZ,��CL{�TpU"2vh{^�scS�*1�b#�O�QCm�xf���.{@(*��Fz孷A6/V����f��p���'�wG��`�)gI�	%[�?�hN�}��Do.�ۇ�̡c��ܴ�m}��J'cy� �
��*2u��=/6�u��X8h��kll��eT��ŏ���P�7h:�xX�hxQƯKh
:����a׈�~RF���%
6�.����x��0����F�s�u.V��l��t���Oa.`Epv�:��V�v����q�dE&�;HpYs�`P�k��3��$7�L�X�ʎ&�x9ݾ��J�R�35�\���zMp�hg�>�0[��Ġ�[����JN�M�y��F�Y�������ԏ�O��
f�N�ȼ��믨Z��w��b!��;;��kԜ�9_]Բ�?R�pD�,�V��]�Z�n�6yA;S�k����Wi`���� ��@]�!t�e�Km&N��̈� tpT�ڄ�?D��!~mR��+�u���&
�Z�9"�O�
 "��FB�M&�A�J&�PD��zP_�N"��ce��`��:P��K�'�`.
c Y�D��D��g��:1�Jj��rQ�U	��yH�"6_zH���7c��aO��2�i�s+�����sz�Dm���^��uK~�
���I�\J��lذ����S�G�8ӧQW}���{��J����ޠ��9Q-r�y�!pF}F�KA
P�}%#��2m�W�2�cMK~??X͈g�f�63F�{��/��C�xU��~hx���_�D���0	D/�(�g�[��~���=�jG�օF�t�Z��.;�NX8�)˞9�3Dk��k��pHα�6���A���#}�w�{{�N��ޚ�@�gDvYv��,[��a�%���ģ5�	�;�nP��s�;sZ(x�pѐ���+�u�G4�߇s�����>=%�s8V�o~��Q:Ot?����5'��f=tg�t�%���_���4�-�9���\��G�p�Oϒ�E��7�s�0H��u�L�c�W��@B�T�]��n�����yK���fm-���1�����V�|���u+�f�Ï��'�����7��6g#�w����v��7��
/������F�)ˇ/��N����w�'�gH��\��Ǩ^_�9]>3�O�P�h4\J��n��x���I���A4�]:2�p97�i4T�z��YS��FMa,�qXK����AJ��9%��+dDF��������ر��DBF�t(LF_2��d���u"�ၝ���E9���*���D\���5����A�5�Ќ���o��a��Zwm�ۛF��^w��L��ꛆ��S��c�X6K+5gff�g��U�ߛ�vK��sn��1Qδ��ƚ*�L'S]�+ �~��)�WOK%W��'�-�3�Y�P-
Vh�U�<�į����V�-"��aO��_����*��}3n���Ƚ�]\�g���=tr�	?|���[s*������Z9��	�7ݶ�wͥ�p|��xb�h�d�}����-��P�*�vsӋ+�I�4d��ʢ�|ciS;<�|��ʊ����}帤�F�9}4d^v
��dy֨��A�����2��
-�d8ߒ�S���80De�D���o�[�Ā=��9i�o4�g�pìi5�߾�����L^�d)�L�X�&�s���7�ts���X��5KI�Ճ�<7s�e���ajE�o��9'��F^1#��L9�����>�k��G��Y�ܝ�f�^L�MR_g����S��du��v�mySgOOg�r[S�FL���������8��J�FQ�x
u6ʆe��z��>z�7Ʊ����1ɰ]5��Cքя�ҡLؤMf)7�&\
Cʓ'ky�D�=X!.�M�Xuutpsر��^o��S�*�qT�8�l{%�zT�
�TOmػ��j:�D.[>*V���Rn�BU~Q����{ڞ�y�&W���(�Z��
ɮ�v�k�:	(R,P���(�����
5�\��T:%�E���5��k2�U�::f�g�R���޳�!Г�d8m�/S�����t=��Z
`���I��;�B��������VUaft��e�������	�0)/p�������!cU����JƧ7ŀ=d���!]�3iu�+*4ƀ��3��s$\�(��R�g��E��������m�p���X7��y���LC�ZQgin^�Rvzi{U{|*����͖:�:�+�w�iEHaW�q9�U���u�O�Q�Q����=>���mLi��\�@���W�icU��u���`��̶��V^eL���?�U��IT�ch|58��rTVRmS�TQ�+Ř�~��cՎ%p����������"�覫!V��S�`D/��\d������߄[�Vy!��UE��d…�[�[F�ص�¨�A�C��V<4����m,�i���)C;�w��f��\�N����r������+�K\ �֊�lm��N�����}W͠�޸��0Ӯr��a�#2u��SǼT���!z�؊�?����n���+�k�s��~�����W�V���_��W�w>ҁɅRS���I?�;�|Tɢqj5"#kU+�+A�14�r�F�t�y+IN�y�����0�MYcX����p���dW>��q++Zb�m�bilˊ]m`A�Z^�L���ޒ�|X�b"ku�~p�t8Bf�x>[�&�cf��0{
����]�����3�̟y~&�H�3P���|m][`7T�GY�rfn��,������k��f�x�/oK�_���
��*{���t����@�����2��#g��=��/���{��Lg�5S?�(�lK?òc��!_0��3�	�γ%��
�
�ɰRO׎��-S������m�r��;�<����ɪ)��1X��ɫ��l�̊%�"a ���	ΘG՞��v'b�X����Z���ȝ�܉�������l� fm�"&�}GPX9{ΰ&ߐ�R��asfW��1�^|���q�4���t��؍�Dӻ'w��'�wTRE�dj���i����}�GU7�c.�.}�!.zs�Em��j��1��ݐ=�0Z�,S��qK�+��J,q����&ʹ�V�
�)A{���0�7�Ы.B�,=�1yd�q޼��΅mIƣ�*�?����	2�|��*�0����V�B'G!�$�h�B��Va{�(�H���e��Rz�q�#.O��b��{�o�2E�+�RGqaaa����l��ZR�J���-[~����[�ٗ��V�-T��l"���C"�,zw0�gѬJƩ7+�f������g<�Džo�����*p��RG�oҟ&���%c^�~[�$��[⑩.wػ�<�G�wą�u	���a���D�Z.n��&E�uF���C~����L_��3��ϐ��v�5䙾��/�\�!���̫zB��kh�y�8!�� ��G��JR�^ό�*�_���4>��S�k6�A��\��6��n�Lz��#��UC�ر-�Ww���a
�HI�I?�� ���2P���j�&����%v�sh1[M	ћ��r����%݈$wH���d��~A���7�ś? Wa�º�G~�*|�M���^��nY�R���o^�zz�j=��#[ۀC^�W��b�H�Ro�0�
sd�y46~ZC��7�{�Ɨ�����sݳǟ�n�8d]�I��U��֝{6N���Jgnys�]���7��,�m�9�F7��	���|s�湟3�i/�峹7���fe6ʏ�z��&1>�+a��K;��i�
c*��k�پ�m۞Ρѕ���s��0���HzBτ	=�gW��V�OR>���#9��~��Vs#�y��nIUM�R��<��}H$���ո��6����K��.^�P�����}M�̓�X�O__,��!�0�r��I���]��^�H@���L�d���\LӤ����)5mb<��O��J����D�F:ya�������/,%�׿���v�#�!�oS���� 
؋��Kn�biBq}���c�׈丣���&�v龖�V�^p���%�Bڹ�L�YL��LH|��F��N�
��F�	;9d��3Y�	o�#A����b玲I$^9J ^�o����Z*E_�|D$�_��k56�����2�Ʃ��Lmȟ�x����m��n_�ɱ;'�.6���~�ģJ�%�E�g�/�E5�E.Ì��sn��8ڗv	�t���Dx�r������礟/j��;�QR�nʋ$�;��O�6�^G ��Ez��Y���g��&��UuB�����W����Y{o���3A����c5�Y�Y"q�.��SF�/��Meg�H����4��N�^��3��\�m:���������.��z��69lP�P�i}���Vi�D����Ty��7`�k�(�\fs9�H�&Rv�Pi�*��@�h^߼N�5�kpW�V>IV-��ZP+�B�3�5p�%��oN�����ਟ�q��o��D�
6q�+���uVh�Y�ᔅ��ё�BVӊ���*��b�K��h�.8���̲�6���_�^�d�dy�ԠԘ]B"ђ)��,��i��37�ܿM:�_�i��~�X�@����,�-�Ѭ��,}�pa���<2����8����<�|{����ޝʰ��~�Ő�;,j^-�@��d.��=���4�cj��
u
V%]��8���})��Ϸ���$'*��K��	�X1��l8HH̛J����41��E!gy��,�U=U�=M5账��z�GV��!�=G�?l�^3�B_n�evM����IY�dkۖg����5�:�ñl�fp�l\Cl���;�>��m���J������_����$�\������?�7��wj=zŊ�q�
}Lx�	{�o�FQ�.j.��ZM]Im�n�vQ{e���W`�el�|cΑJJ�b�L�sI���R���0)���-����
�;U��M*��C�*.T��]��<���
�z��]ʗu��@V��ޗSޕ5����3J'�Grd�)��,���ꁪaWw�iְ]�"Fs�-aאb�J:D�r�1I���'.J	]��-[�|����:�j�6"y�F�vju/��c�Y��x��|�P�/���A�ޡ\(��.�]V��H���!��O6q���r�����q�Gv�X?$K
���q3̘�&����丣߹|d:dnI&�.���B�Zz�b@�&�[1�㹞��~�_��OG�>����բ��h��^��Q�|��w4]���`��]��w`増�s��^toǿL��ψu)VB�l�N��u�x$�V��6����}y�q�c�<$^�G�VM�)$��U�e_y�[��ń�$�`xK)J�_Sn@�6z�D霘�1���-��=F]` P�{����7�>0����!Mz�m��)��?�������7?�y����i
��XyUUê�Vl9�U5Q�y,4(�/��5\}�?o�&,{w�)3�]:�~@}.m�@k��&�^I��'%���ŏ�q���i�%O�(5L��A١���z�j�q� ~������q
U�@�J��X����g[��_�RE�J�rb����r�ֿ�|��v���� �e4L�E�Cލ��f?��_^r9�-R��7~��'�rfna����@S4�S`�@4z��9���Me�`(x$������[vrQ���
�p������
AW�_v����.L��1@!��Cd/;)̡�X��?x��{;T��?V�v�a�vՠ8������m�rqF�ߦt����>��_�A��?���P5(~N{�'\:o_\z���ʬ�c<�%�}[��J�5��<<���_����yR6$��k�j�~F���Lt���ɦq�N���DrÄ{��� ����x!E��:��0���r ��D�8���ҡ��hWaY[�p���q.�p�Qr�Fv:
�:&!=Q�Ί�PXǠ&e":�آ}0���hԺ�A����
oU�{��6���:��+D�޷3�2-m�y���,ͿH[�>�`�P�P���tQ�Z8�f�����	:g�AQ�V�*)�Bȃ��&���1�^o)*���k�V�y,Z��/X��V˸E���J?m��N+���g�jGl����ч|}���kC_��s&`4��l�-�B!�W;�ZmH��5��ƿ�+qJ�(�l�9��@gQY�9O2�]:�jXڠUPRb��Ty�q[T|�,1�%�g2�WZ�B�����bh����u�aI,�{b�A�1٪D�P놜�z�|$X>�t��B�����wʞ�N���j�a��Nn��6~,
��Kڠ��uX�h�}y=HЂ�h$�����A�T��g��wLa엪�͏�1a�x�r�
�J���t�<��&5Q���)`���6/4M��%���go��oj,
Z
cM��Z���p���Lh�֩gGdW��a����75Ł"�֨VFm���:jYh�ڴ�i��6�͛�q4e�Mݰn�1�Bt\�T1U�x�;$��1��H�kh�b�Ą�Џ��H�����1�S�[.�s���Kګ�d:�I����J����,
�~�~=8�p�Ӭٻ�ddx��
&�%b�(�Ns�
�ZF�sE=����X�x�-9��FTx
ʡ�6��u���sJ�n����Ԭ�xO*��(��^��F��fа4JH�۷���}wI�@-m��R�硢��'��,����(1&^�D
+1��/������������J_�i�^F"�����5<�M�ҍ�œ�KѾ���0�5J�@��c�����"f
�j�W.Z�1�mҴ�m^�d�����
oJ��)�m�[_s��E
��}�/�of��+�~��`P��]�q)��H����׾x�Ego��륾ᝁ F�i���� <���]4d+�>�P0�c#ۜ�z�w/��]�=�s@+ܳ�<4���-���#�H�w�4�f�EEi�xk��!���+T�-
m5�_Vq��&[�A)�f�����ӆ�5��,�(���>�,_mW�`
Ђ���v��9t�͛�Eo�s84*O��{����l�ӧo�	��LjF�/x^ý����^��&�S�P8��>��A&���::�ف V�7C3�!D6d���!X�|y:E��_%7���gk]�&Tm�c��VO�#P_�3k�*�"��_�/�o>|�����������1�r�'���X>�ҧ�/��%�H���yӳ�>����Z�j4һ�T@h��n�u����/~�L�y�C�a��aU�4�Wi���@~�d���y��G������Z�qi�$ݥ9p�C�@����&�sr��<>K1�ѿK�;J����D���,~�t���&�<��g��OvL���;^��I�C��J=��^FmB}d�C�,~�P�xG�2�?���XVD~��h"^�?�]n(5����2?�(8w�L�3�1��[H����E��l�7�?���+�G(���6}�[0�)��ư4
�A�k߄b�؝��k�Ŋ��uX��U�#�)V����7Ń��D��e��t�[���ٙ�>�@����84�� �-9����Z�.n}:���Ε�z���#��dh�!��
ǥ����k�O[�:���!�]Y�)�
�t��dO��r�����rv��P2�+�2�*T���EڄUj�PB�wK�Θ
=�����|�Ǥ<��3��n魠*ڿ�fMh�s�X>W�gO����N'$�u7��tAұ�A�����q��h�͌̇��D0��'�*��&4�0<BXFF�V�}�o�q|���߻�Gg�^��ä�kש�G������NrJ��w��s`Ϗ���U�L��:��J���^��	��c�k@�� }ߓ��M�$�?��t�^"�Y���S�N[yļ�+��]p}�L���FY>�HCA���qp��y��M?�x��	MzA���
�>Dm�7�r)y��蒾V�͍������l�1ύ�"wm�_\s	�ɬ�?�=OM�fR��5�U�C��ԫ�{�G�����eHa[�y����
�=sD� R�U�W%Rd1�'�=�uR�(/_� �9�ַܺI��
�"�%����;�0��ݎ����b�+M���G`�p�\�{��?sX΁R�K����V7��M3��y��>��
��s���h�)wd���c���yt�\��̌m��7�x���5~ng��l4mp‰�Ѩ�!k	ԣI�dBG�4CB�s�5C�OYb�jo��۰8=vMa�.��/l�n�����M�q�f���J��,�i��a��s2�`0:�{�Y�),fs~v�A�t��T��1��2?�+E1�V��h���cO=��B@����U�
X��y$c9��h���
����h�ׂU
��ׇL_�CAkHq�>�������yJ-��-?��I'��<��TJ#�2v��$d��1��h0�Y!}=��n�b�J0�d��N݊�T�l_9V9��Jk����m���{\n.ӡ�&GTA�B0��f�s�f�X
|,c�:��k;�u>Cv����F�ގ�sZL��W�T�x�c`d```a<=�|Ed<��Wnv�b|�F�������
��``b�d#�x�c`d``c������8�"Ȁi+{
�x��VKkA�y�<��,�5VIL�,���E����"�E"�'sj�����J��U3U=ߴ��K>�����Փ��g�_��(�ET��u���=O�'{?<c|u�>�Law��]+t�w���^��nD.�}k�zՇ��쯍U}ɩ�o9�:�΋���;��FШ����O��;��XS�B�[x���e#2U�o�ا�C��������??✼	9�Xz{w�>�	O3��E��*��De�[�=픖wE�:s�e�I5o�ÞR݇�G����=SB�P�s�|W�+�Ⱥ�	��}[0��l�]�1V����~�ٴ�F�o���M���r�����;�'�����O^gL���y�h�o����l7��/���ӌr�q3}=vC����C��HF=�ǡv���@�i�lr�.�r�4�C���үV����ldV¬�L�[�e��N���0WԿ�o�ϓ�iosW�wz:�z���Q��Y��Y��3���R�y��K �>?��+#�B����|�J���zj�����6�]@�UD-�P�v�>n໌u�;���W����O���MeFY�г���\�l@���*�!����u?�'�m������
�'�18��>�w��C�Ú\f�M��c}��~5���l���mo,.�}��Y��r�[�K����f\�y���B�G�y���o����C[�����
����|�E�E@
����\}�d<�z��/�
|�x���{T�g����N.��i�B�d�b!���3�i�M��e�$׹4��M�=�'4r���i�!�e������������}Nҿ�1��H6dH��A�T8T*�
�H�GJ%��K�^�
������2	RY����HY��Ryr*УB�Tq"(�*ѯ��T���D�S�Tu�T-�I����z
�jp�E/�N��:�R]ɕW����gKn�l7w��S�G�G�{�o�x���D��J�=é	=���Ż7����,5�w�0@N386C�����&�9^5��;�J-�H~�i	>��j�^+z���O��P�u/�/��w�R+�����=q� �v@G�S�LLgr���<��IR�B��]�<�1���ug���fO|�E���_�P;�ap�K\?��G�������ǁ�\���Ti5��s܇�}8�A�p	�O�?������Ͽ���R� �Kr�Q'�s�?�YO�w���1��IN���0��EQ
�S�9�?�'���0��i�O��do91�1��ٜ�X�Ų�X�b9�s�?��84�Q+����q>�_��:K�ຈ��L����zK�[�w˘Y<����r4/G�
f��+��*�$p�V�{"��r
�kr���Z��u�1	nI��x���c�7�l��Fzmd���f��L�-�ڂ[9�[�L�6�i{�[�G
�w�o:wSo3܇��j?�R镊���:�g&
>��u�:��s�GXK�˟���Qt�����8�;��<O��$�'�|
ON������2�Ltg��k��uo����\�G���|�؋輄���]書竬_×�h�ιȆ�
�o2�[�ݢw� ��q���L�g��<D�#r�=��'�|J~>��S�g�9�^г�o��/��/�
ͯX{]\Fe�l�)�H�X�L��eJ�dJ9�8+eJ{Ȕ�*.-��o�x���2|@6�t�L%7@l�^�@���(��ce�E�T�q>%S��IN-��bυ����!�.�ꎔqeϕ��ʸ�ȸ�xP�!�Fލ��4�I2^	2ެ7%���w�i$��<���_�L+8�;�гu�L�X�-��@��2A<;���@c'8��3�tAC�.3���=P&��p�(ۓ��1�����o���������O��)2�	ye�e0ڇd�eN��d��gF�{u�B��p��o����q�D��>�*3��	�s3������=��6��(���T~G�7�����7��L4���Y�C�ٜ�9��񜋮��z���]�����%�q	���ϖ1�T���e�W�e}�(�=��dr��w���s�oWs�e
\����迎�$�H�}nEc2�pϘ��o�����K�S
}w�o����Z{�/��o?9��w*z�� ��%
އ�a�a/�G�|���<�lO0��!�������r���Q&�<�/P3\�w��D��p����ˆ�
�n��܂�-��?�3u�>w�y��wᘋ��ɀ��u}�є��<��m�󐼇����O�~�p���)>���k�y�g���{ü�,��Ǜ��u���β�<d�-rJ�X�l	�K���l�<ٲN��Xs̖��'[��J���lOY'٪��բe���&ٚ� ]�%R�6��$ʺ˾C|� �ĺ=�m0C֝5�,�w�d=x6�V�\YO�(J��?(�m�,�!��~Sr��������~n S�%�Z�@6m�e�ю��p@~����e��tx�c`d``:�$ɠ�L@��`>(Mx����jAƿݤMk�`�R��AD��ݴ��7�?�Mhb�W�6;I�&�av��k_@��+@���U�o'c�BMH�7g�����<�������d�E	�,p?-QvZ^��S��J��r	/�g��p�}oyw�/��x���G��Y��:w�LƜl�e��>[.�1�[.b�q-��	u�y��זK�輵��mwfy����x�~������b�b�Ї��1BL I���vQ����K^��I��k��&���LŽ���D��0�fb����`0�(JfRMdD��I/��DK1�Z��`*�t�M��Ƭ d.�do<U��ڨ�U�ڴ��Mr�;�g�zpXm�k'�F�}���FUF��]�=j;௲��K��i"���bD�.x�B$�d��y�&��_j����Q�>��º\ՒO���-�9"Z��mW���j��\DI�滎��Sid�IΩ+�Щ�})��dG�»�2']�Z����J�Z��rl�$��;2��V���z���n�M�"�L4�R�+�_�
���e�k=��~^^8����D�9�yW�y�1�E&���ϋ�x�}Wt�ȲuU�b'X��̔ؖ�,O`����ݶ5�-� 0����̏��1�}�̰�����L�s~N�$ݾ�}oW))L��?����nJ]��.uc�ԭ�R��n�4d 9����0����
X	�ư	l
���l	[�ְ
�	���`{�v��`g�v��`w����`o���1����P�	���`8���`8V�L��¡pG��p
��p'��p����p�g��p�
�P��zj4�Fj�-hClX
]p�}p��5�C!D0���·�B�.�K�R�.�+�J�
��k�Z����F�	n�[�V�
n�;�N��{�^���Ax�G�Qx�'�Ix
��g�Yx���Ex	^�W�Ux3��
o���;��.x7������!�0��������	�$|
>
���������"�_�/�W��5�:|�	߂o�w��=�>�~?��O��3�9�~	��_�o���~�?Ÿ����+�
���¿����/��0��b�pX�a�Q\��q�čpc�7��ps��ĭpk�߄��v�=�;�N�3�n�;�{�^�7���c	�XAM��N�~�?��Ax0��p
�qg�P<�#�H<
��c�X<���D<)�:����x��g�x����X����:6��
[��ڸ��`�袇k��C�p�qq-���x^���x^�W�x^���x^�7�xތ��xގw�xލ��xޏ�>���>�O�>���>�/�����f|�߆o�w�;�]�n|�߇����C�a|
?�ŏ����I�~?��������E|��_Ư�W�k�u�~������w�{�}���?Ɵ�O�g�s�������o�
�����?��/�W��������?�_JQ�2���i�
T�a�QZF�i���hcڄ6��hsڂ���hkچ�D��v�=�@;�N�3�B��n�;�A{�^�7�C���S��T!�L��M�~�?@�At0B�h��i�f�P:��#�H:���c�X:����D:�N�S�T:�N�3�L:�Φs�\��ydQ��$E-jS�lZM]r�G}rɣ5�S@!E4G�@���Χ�B��.�K�R��.�+�J����k�Z�����F��n�[�V��n�;�N���{�^����Az��G�Qz��'�Iz���g�Yz����Ez�^�W�����cA�v#(�ot�?��S���tZ~A���y�b:
��n�N/vj������� D���UϝS���۫�|\�QHn��
�v�r��3�o�t��<Ϧj��C��Ҿk5���|����l�I���uw��9�b�a�
G1���0竖��N^�O踍n��X�o��uܾ

s��T��S�M!���ˮ�nS��V\Sh������Kѳ�n���~�mX=�[������ڡ�؍b��ZG��NX���v3��Y�_sT+N�
��_L:��>��WGAh�Ӳ���o�{	N��wG[VCɩ���rs��#_e=�o�N�gy5Y��VS&��u��f���L����D�� T^�n5���iY|��^~�Hˡg<�M��p�\�e|8~}Љgҝ�Z��0��n��A'��DAM�Q��}�,&&��9��#k"�G�8�
�������T?�ሆ%�b`�*ԭ��i��;���4�U�v���#�#�r{���"���g9�r��p���nY��b�)��w�Wy��Fc5���p�@
���~;~=���W���~���o��\��X�l�j�UX�W�;GY�=�W*�{�L��;�b*?!+�,a�^���C�W�~��l_�b���$��C�er�b2�}�N_crߥ�ZL�m�z�H؉z���*�L�d���I�rZ�8�$1%'�r�q�~�͙e΋�ok�o��9l��qB�~�ɽ�b�m3C=�A�&��p�c�'D��˛t�	��p~��l2s6�K)����7��4�R����r�bC����B�e��\܊�dDdE���zG��`$�`�C��!H����Uv��;�ɄV�
�Qy3Cu�V����87�'���F^Z�2���ٺ�8BP#
YJ�O��b��^:��TAΧVg�v�q��~��A����]vx�vg(����PwT��k78�G�������;�����y7�b@q�@�5T�>s�;�'M��I#��I3>+�7�A:p}��=�[|y�-N*��y�.��orJ���qQ�Y�X;�(�C�k�8����>koqD�Wpd5�E=�q�un���k�6�t��$��z�"cÎ��|١(�S	c���J)�0.Geɔq:�-�#�����$�Y=f��
��f��-Y��V�t�y�����XK�h�Q]�ԗ����H�
���e_����`~�(�5�TA��Fֱ<�b���=�.��o�w�š�
��I3љw���f�w3���ł|0˗��8-	��/�Ona�.�%�e�/$��է�����<���0�"/���h܈C����3��e9i�b�į9���;�8�$�"���G�!�H��J�aW�k��dqIf)�H���Ƕ��I�_�({�ڵrv�j(N�2���f-�����i�M����j�&�Pd>Q����ij�hr���&|���`D��C�����	{��nA9���YH��61G&Ύ��m/��%	iź�A�J��c��O��� �wt��C�����ŗ^l�4b�&��ψ8��W�V/��g��|�%�%Y����]%�Ԯ{M��>��ɏ���6�3Y
�����8Tcx��7�V.M�\7r8�G�
6��C����p�WlЋcS�\�Ha/r6��z#��^`����ޑ��5�,�Q�!����������^��ߴ]��&����h�����#���*Z�L�>K�,�G�ҧ��K�����\w>��5�]���-�2�䖠��qRs#?X�b�9�Vq�-ˎJK!	<�=
"��4s�ύ=���q���Wv�����/TK���k���Xe�dI���$9G��M7\�@�&��S��J�5����H��⁚+C%)�R�V��U)&���E}���Uc|��8�L
h�,]M
hR@����d�V�ui��(KQIf���)EU�	)4>&�<и��+RRb\��k�ӵ�J�+	�$���J�+	�$��0���,�� ʂ(����	g�u�!в��1tm�Z&��a�kEX+��V4tV�
!6dZC@��2dȐ���0a
����zh�L@f�ϻ?PUTTPUT��*4US^nHKh���Ą ��EE|Q_T��EE|Q�Ĥ &!��L
b��n�b�܊BLa�)���$EY����U)&����)��K2�!�0��X�Kb	C,a�IIHJ�3bC�`�1�!f0����3bC�`�	_FYeA�!0ʂ��"�� DzC�7DzC�7DzC�7*�0!���!���!���!���!���!���!�� LA��)S,z��.��sK"�!�UAT!�"�!�"�!�"�!�"�!�"�!�"�!�"�!�"�1)��DC"����JU۴41�kƙ"�)қ:�&]�2X�bB
�3�K��o����o����o����o����o����o����o����o����o��f)���Uz���u]�uY�z���RW����zB׃�V�zJ�Ӻ��lROi�)�;�y�4��ҼS�wJ�Ni�)�;�y�4��ҼS�W�Ҵ�ּӚwZ�Nk�i�;�y�5��ּӚwZ�Nk�iͫckI��Ҍ�Ѽ3�WGؒ����;�yg4��Ѽ3�wF��h�Y�;�yg5��ռ��wV�ΊS&5�&�դ��tV��j����	�PK�
�[���_�_6assets/library/font-awesome/fonts/fa-regular-400.woff2nu�[���wOF2_�
��_]8$ `�P�ʃ�h˃,� �svU!=o�=DT�z8#9i��j�w��*~���?��3p\�u�<<�~�N
�� e���̯����!�i��G������.wFA?��SC�H48Y��`:�=�������{ 	���@� J�D�JY��=�)�Is��;�>c�Tg�(�٪�j��x��:�uo��;��7e��'\�^%�JE�*Vi1:�i҄N��G?��|��7�g��Yg���8��7+'�gΙsb��C�Y�f��II �-��PE������l�d��E�龎��KM�)w��O{7,'��`c�ތ�����%0����fw){F[G��M-�t��H�i�w��M)
����H�!��M5{���@�*�1�)t!�{�o�-v�łT�<]� I?�]�@R�@��)^J�C�LyTq18'���C������S��׹to��\*mc0�梾,P�[E�T���0BȲ쾊8�_�r0H�i�ޫ�te�B譏D��M��oi7��
��I�_��5�r���h��6eCR��2��a�w�'�sҸV�ފ('n�~�nԄ�(����h���R
�4�t�Ծ���
++���~���b�j MH���TB�"L*j�J��RZS�T,�aS|][*~��M��K��]���r]
Uy�2�����,������r<�^�_�G]�I�2v���W_�H�~��џ�H�S�n�v^��2�i�ċ�=��ǜ�Ϣ|��'���kR(�*�ˇ��U�k.�׶����4k�r[Y��j�/X�S{*K�,����57���_Un���C	�b�V2.��u��5Zy�:��L�_�6nޞ�D3�Q�� ���v;��n{��~t�aGu�q'�t�ig��l�x��kߪ�������T�q&��&d�
��lS�9ے�ʞΞ�>�7�[����|V>'_���W�
���A��T7h�/���(�D�h��kt���+�DM��И�bv̉u�16Ş���h��Sq^���"�����5n�;�x0�'��C�5������x/ޏO+�+*�+]*=+�+}*������Q�Y�9����%��Օ����X�*�e�̕-rA��}y ��|���C~�o�����VӚZ[����_� ��t�Nѩ:S��bݫ���CzX��Q=�'�����X��\��!hM���م�v)��]ή`7���[�['�����r�;휁�dg������w�;'���0��4d&'EiAKZњ6���:����U�V��]��+OVMjJ=�Kk㎙qUN�P���Հ��:�w������TÛ�s�:��]��������wx#���y��|�|�i����1�]ڼ�as�\3W�esΜ6����+|��f��`ƛ�koZ��LC0�ӛK�ֈ�d��`�8&6��&���P�C��n�n�.O�����1��^���ޜ����$�M@�
�Q�;���y
�'�y�z���2xNyvy�yz�x\�{������������n����}�}EV��f�
Z9��V+���Y�Uu?G���\�]�]�R�|�#�o]��az7�.��0�0�0�0�0�0<��~�~��L�I�H�w��B�BӴ3mOKҢtkZQ�Xh�^M�l�(�b��ҋ�?����?j�;�Nڟ��ީ;�.M��f�6'i��z��45�0�f�1_�C����{��g��*��N�^���3m%u���?���R
��+�&�$*���f���Ysjk��� 5'5%5&J�Os��~G�z}�PC�W�'�~3�w���:鬋��鮇�z魏���R�F�:�2��h���j��Fm��&�l��f�i�9�Yd��VYm��l��f[l�G�C�H��<%���ծq����V��Ý�r�<��z���g<�9�{��^�z��E#�f���=jQob웁�&�	h��X����U7�PݱS��.��U/�Q��W��>��U?PU8��qH�ప�U����T��*�	�'��RqZ
�5g�!8[
�9j�R��s���?�@�[�j?��,�������8�|ײ�~�Y��B�,"�֑�ϐmϓm/�mO�mϒmϑ�#ɞ
d�p�|�l�&`y������5��|hB><@>�aVt&_�0�1�3n7o{�`$�m�)�z�ԛa���⏗���S0�ha9јhҞMF�h�3x��
v��'x��'��MD
Kԁq�P0��
&��Db6�J̉a�@��$b�co6L&����>Є8�G�4�(�b�N�K��DɁY��`6q�C\	�W�9���ws+�\�v�����b��G<�ǰ�x�x=T����<��@
>w,{�<6�<���Ԇ`܆��-] ����@}7�$�M\�A�ŠHB��@C���$
��ʃd�d���+W�hR����T`o*#�f �@�ϳR��~�J�C�@� M�@i
�F�=d��•�X2=�� 3@f�����lA]@N�\�7\���}�?���G`^�W�|�|��`o~��3C@+�V��Vv�p�j�К�(��	Zԟg��$����ɠ�]���� ;@GA'3A'3��@�2�L.�9@d��1(�t/0t���d�C�f�#�e��A^��'����\�^�	,��
���e�_��r+ �1��j!�.vCk���
`=�>`���`����(�qJp��	��t�(#�i�\0�r����R���z��T'[��d;P�Αc�Γ3�Y�@�'����܎�~������xI^v�5y�!�c�T�2A|�A�">�N�,>�E$>JKQ�QZ�ҋ2V�ޔq���4e%�([(MD�*^o�������2@��3���T���(7)}D�Ci/�]JQ�SF��2R���������Y�2PdM�l��(�D֡Lٌ2Dds�Js��(�Dn�,�����Q�؜<J7�W(cD^��y����0�|��/!����e��(�D�O�$�;e���rY|���\�rE|�D�*>W�\��P�p_<)R����(�
��|�Ĥ/<�)���T(�_�,Q�?<�Q�?<�S�?<iP�?<iS����O"
�I���%�d�S�'k��O�)�?�L(�'OR
�'wQ�s�'�)����&��G_��W y��������
�����������q�2���y�C�

�Z��B
�E���)��������ǿ��q
0(���.Ɩ?�Y�[,���f�4�H_�e�u�8���G�x䑣Gy�7y$�;4��m��w�.7�z�j��Wo\ŧ_�q���
D�����
D��x�M��1���D1e����R��(�n�Q0깾�̈��HI*�X,9/�E��%!2�)	�������hc�p�W`6)p���8�>e!�G�h/�i6�6#�N��M&=��#	�4��.�|�IO����s&��q�q�Py���B�Y"%9"R��z�ɳwF��GG�\��+!^RF��{=	V`��8��8�w4��O�i6M�4K	�8<�,�ŗ��{x�i"%Q�V�HuC�K�
�hU)�:�]�X^�9^��*D��5�&�oUX�F�U�X�k��5I�L��*Cg�͢�Y�0�B��\�TdL��$D��dM�cy�2!�*�d�:�]�D
/�%(�]L�!�e���5Vy�	��[V��ܲp��F�R�1T
�Xϲ,��eq�sQ�.jpo�E��8�o�x]G��d��%�C�(���$��Q��p�fI^�%��J��j"ӾxL�{(Y����Uzདྷ\�����۷�:Ae^t��I_�_�$͢8��+��KB�ql8��Ȅ)X!s<bg��O�Kߣ��(��iFو2O��O�4�FqY[;}zm��/}��ڈ�V�F i8|�9�v+9�f4_=�+cۈ#�ԗ�h���F�#�������9�'	���KB�^挲��Z��cDA����N���Q��q�l�$�p;Q���޲��Z��)vG?&�z�����2�Z��:b�3<�z�s�
H�;+�i�(�(�y�תؾN8�ؑ:'T��Qq4�i�%�I��!��=D"����ڟ�"Ĩ7{Q���Q��2�:/�Ċ�I��?�/w���¨7��"4E��5��$�B��(���;��@s�8b
��6N%�ba����Q�skNN?��/�/�z��o�e]u�'R�wHB�;���΃���]�ǜ�Z[unHB���_'yY�u��^Y南��>Tf��)���(�/i��l��\�ʟ��SٰЋ�QS�t~gⴓݣ8��]�*����V2n�K�<�+�]#O��\�5�6����!m���
��櫿k��9r�Ya�K��8ʜ9irF�-õK��2�u=?�����ԍv=y-���x���ؘ���Gq��������$%��h�d�Q����]d�a�a8�O��r�41��N�M��L~�lKѓ�{#Y��OO`R�N�1�[]�VR�����%�d��s�����e�H$�tS�ԏ2�|:8k��>^��7��E�I|�dJF�^od���_av���gke/����{���x���\�l��]���T|y&��uL��C��;i�/�+�mTrOc��R�_Sпc[����K���1E����'[+{����_���0.�56	0o���a;�+��
���l���i�����i挍�1�(�����.�p>]�{ݴ����e�ܰ�[*�@�d��B$!�X���V�j��"v{)3JF�&?a��3� �al2m�,�Kb���=gUK3�7��d<�R��Xw8��M��9I��ws+�`k��xA���a:�[��j�������>w/��n�����>W�C�$Uq<�W�Hz=�A0�5~��D���0t�~n{��X�\�[��<��e[E[sˋb��]�X��D�	3��RӤט땂�A�sٵ�?���9"��sx�e%������j�lM3w�k����� ?�*�6��$Z+�x:��Q��_��!:N��
�\��(�ʣ��G�xد3�cf�ڵ�XN{���i�_1ͱ;�/��1���9��q���>�xk��\z�L:�gΤ���l6���r�j|�qn�x��Fz�����=B���������\�Z�6V�C<}�%-�̜
�u%���f��?;2�=?CaV��'�&b�1�g�����xt��hL����-�
��C�eǟ"�&��f�	1�{K"o1��$D~ٳH"l9���f������|�jq[�H�$m8�72�k�/�}	�aho��KwYl���S7���N��[%!�Uֱx��Y\�܎0L;9�׏������D��lnN�H2��*ι�%��'c��S�cVi�ӳl��w:�;ۋ���4J�Úҹ�/�K���$�����Z��`E"v�5Ќ{�/�՟ɏn�Ȫ�����ߑf�7��Yi�}�iJ�e?�Ob��z0�BmZ�ڼ�}��Ou�̗Y:�,�#�S�Vy�-�1K�z;�M��[����޿Xe�Ƿ[���\�����X�3?��4�I��oZ��c"�ˣ߈G~����ԯa�tF��h��f�U���K�i�:���1�h�x�C�x�ZsV�������*�轡�r6Zi���Ur�(c4��B��X*�+=� >�(0Y��/�?ڋ����cX�	�����s:��-q���h<�d�&�s3�+�J��OJG͍�t����T����e���s}g2i5���d�e�"�m��m^���4S�0CH4�V�;��%dڥ;W�V�<�-�l4WW�
�K���V�se@P���)y������a �&�����2�TR�R��O����l:x�a��E+@�Lf�…���VjG��������s�i/�t|� Ȉ/<u�-1����5�1I�b�`(��=���S�bm^:Dv�[ZB\Z�i�z��z
�j���z�;ڊb�y���--�X�/���Z#�R��OF��VǞ����q�ҝ� �%�Fq��qz�es�y�"��.U(�6b�^�+\�|3��]Z�PS=�(�BA��4OE���E~�V*|3�G����,{�\(���D�׍�ǑKB����++��,JWE$�S�֗SJů�P��2)
L��R(�J�h=�i�%�"�eY�o��k����K`��Ե#]k��R���wv��`؛���)��o�j�/�|�Z��'����3�I��M��̔<%ʄWzӛ��1!�5���_䲒�pD�G^I;I� u�e��#ZFʂX�2�+=�Բ�O<Q�\��Y&����Eߨ�xEu�O�&��Ϻj��<�^O˿`�y�����t�#F[Ȥ �HL��`G��m�6�w��0���+la���i�3���!>�*���ٲ=r���X���䃺���f������_q�n��ߵ��p�t�;*RS��=O0Z�	�NZ�u�h	��W��\ϹR��/'�C���U�)�3��(}�3%3�2泎'��M�8 eD����f�܏A��L���}��j��Q�0pj���6�m����U�M�}�j�Dq�Mm��/Κb��Ѕ��C�*�/i�f�(a�D��A�$�(���vO�P�3�e�(��%#�W�?"v��Sc^��Jǧ����òm�R��R"���ۈR��JŶ��J�%\�SI�q�
F�BX*���r�������u5Me�jOYm}�U�W�1U�\ ��^�>.�	�-"})зJ>yy�]�f�})0K[�;�3ۂ�~�P��U����`�:�^,T���LLU���i�l��r�����Nq��oH���C��%��w+�{*q���0�Yʊ�ܢ~iF��^|���/n/p��!���(����nd#��R��T��5zA㻌�� ���`��ǸV�
�j6��ٴ��^�K��;~�8�j#2��}��ɘ5#�%C+�|�"eem�#l4l˲�pY�����Bl�F��ɘ��䬡�������K0��z.��t��::�Ŷ�Y���(�<����rj]x�^��l4��K!O�ܱ���t������s��d�96��p���q��V7�[[w��/_6ؼl;|�%�	3��:��p?<~^�����;,���od�;��I*�>b{���x4N�S��*c..���s�I����d?��'2��(+%�
G%�sx�"��8h^�qe��$^���_(�W]|��ozy8��I��u�R_��@{����NCG�ɗ�Ǩ����3�."7�b7��l��?����
*��ٽ3A��~����~���j=��Z���]�^��K%�Cb�����u���b����W�YY�B�3���2ѱhp�U��*�	ֵ���w醎x�r����/�7$8]�^�({�!F�Ok�l�:%�¦oY��0Ga ��J�N��.Ȟ�?p)�sCq!P��t�=���:�SQ�an�|F�!��^�Nf��d׋��R��\`�Y5��E00������
}
q�|)0�R�e>��t�S��7:8S;%q���YY�ڏ����zò����שt�B��f��B���6���t�h��>�foiI9
��V~�*�z���V���z��?{��T�����?��O�RQi�Ɵ�FC���R/�U�T�aX���U�E��O�1�!Q�Yw�1��"�瀾��(�[#p�cp>rnYáe�� �� �@=Xy���u8�&���KQ��=<x�u�78�]��9��6��y�ކ��v)�)�ס�:@���gi6J�B���(��K�Q̣q�MmC�6���PΝ��m!�ڷ��jȷ()y.M7��^d�Jh[��c�f48��U�ҢG>W)�Q���;p�<+������8�[�O0"Lk�J2�G=d;	e0�
bw��}�M���ۣ~��p�r�q�~�m!���$;;I�
}_WU�ï˕U���ENv-"AۮiJ?�A�!�c7k���7�����O�N��t°��0��쿡��i�a@|�܈/�/l@
����o�}�MW�a���a�m4�L���t#�Lj?
i'�x��fC�jga���]/v�n�=G����[.�s��`�s���?eɶ�R��^:
��A�.����(��
�
�d��t�_��K]{ֳf�9�tD��#l�[K�۴j�_&���j��J-����熘�%�x�99���z��m!�Ε��E�Z�
P�#^H`
[�w�Yx0��(n�+�q.��&^8�&^8�ƕ�Y8�4e�tz��(�N�p:��2}��mײfqt~ooo�p�hoooo�|CϹ����}N��v�LnC=&$�
eO��lv~����lv�8��f(�dz�~�c�
< K}eq)��}\Si�v(�>|B�SFY&!
�Q�
bT��A2JF��V���f3���e/�Ͱk�R��Q��1h�j�%N��)C��
e*Q6�&�ar�T2T�arj�^M��B���8�5�k���p�U���V�,�Ք��
ܪc	Vc�ָ�Z"S�����/�
жk�iz����lͶ��_��n�o�k���?Jo��]����ɧ��kL+�|�N�]L�(�P�V� S��&�,i�&a��I�t�i%;?�K�Q<N�jg�[�Xͩ:��n��
��(f�p!CU�Zm#�v�f��T�� <Ե�}n���-��6fl�5�h���d�̓vP�3%
B�|�庘�*�
I*��`�%��@DOt��Krޛ��}�O�	��P�Mx K�hz��M����Ml��vO�83^���FD��x��f�r�1�6�='d�����\��V���s�FPxe��]�����{Թ�m��+>c�w	��<��kHf�s�]q�)�(
b�B7mw�n�Z�N�Z��QDH��QD
��(eƘ��v���F��9*5E)������ݫ(�QP����(W������T	i�7զ��*!��(�R@˪i�Z^�������Vċd�Y����Xس��((�E����/�/�v�$g�br��M��m>~K0���"��B���SN�
J[Y*�[Y
A�D��2�p���!�Gl��Z摶�`x���x���q$DY%D�b�]���h*wܵ����RI�v����^�o6uM�3�'R+�x�*!jY�(^__��T^,.�����T���^[s�j�rݭ��_�7�}���I�Wj�#�t��0����4��� �%�M!���G@`�F�E>�7�ĂEQ�`��VX�H$q��P�����A/3��xص�^�mƻ	l�]�̝{�3��̃��4�;3"Ѵ7�;U�Lr�:m��jj��Є�D~�>��**H�/!�,�� �o�D�"n�+ys����,�|����!�`��<��P60��	ۈGQ����`�X�4͢�F�`��M����H�3�
��G�;)`�$�f'���\�8��0�ԃ����Q��b�Wt��"���|o!�]�n��"�AB���vm^�'2L�X�bٮ�IH[ �v�?�Wp�i&
�&/1&I���j�1,߲|���D���@ۮ�l5�o��cX���
�{�{�!ɯ��B�uM۲�g*�V΄6p�Q�f�@�4ē�N#�YO�	^ʢx�2�P�AK'ԓ�-�q	8/T�8Ͷ���]w��II��"oʙP|g�t���������Z��QL� ����C��8A��+�H����+��(�	���Ĥ�@��x�M���
V�l*��a�`��P�nu�(�,
�
X1i�"�_-9�Pg ��L\m�I�q�;k:qْ���2���GA�,(CvzX6�}�j&OY��(c..�z���LC<4»�~��������ڐfy;Aa�O���F���*��姹VR4�d������`
ư�hDçq&�Pf�s�-dq4:�&Ӑ�̛LC_��>F�'N���Cz�O����H�BS���Q[�vS|_i��8���&�Ȱ6�I6CK��ޭ�c�N7E�Z8��:�u�;����q.����p�7�#������`$��/'�]|�Ԡ$��>����B�iI��Lkz���|�A�g�%���o��7<��t�5���̡et=�P����S�K{�>#�ҩ�('�n\=�X�u|��6c|ݍT}�H/�ՄPJm�Dخ�$�ٓ�b�1��[,���f3�]�S��<r9w����8 �p ��w�v'gl|ن�~ȗ�B 
�c؃1:������X*�R�XkH�މj�v��Y��,�Ul<C(]�&ԣJ��\�aV!����(Ì|�4&�l��&j�f �6�EQ�}S���
э�?ݙ��|�g�َi�;ͦ�ժ�=������mA���f�n�o��ۙ���>��+e7V�s�5��1�F:�������~�hw9�%јkFa�F�R�A�Ͽ�1gl%���P����NV��|�	��Q
[{�0G�Q�jAcƸo�ήM],�u\�	ʋSk����ۅfk~���V&�� �����g�O��w*,��q�U=_�R�?��[2��.�'�)0R�� r>�X�&�0�{�8���6'�����_�%|
㯿�|�# N���IgyQQ��d&�?qy�ʇ��<!��a;�0���/S7����a���(����?G�v&wv�Y��9|�{
���a�]�T4��B
�<iC�M�������v�>�?=�(�4���l����폰T�?�Vv��S�S�>dI#Ta!�J���1"��x$�x�?3BU�J�R��k51¹ı/7|�g�.�p���#����k�i��,����yG*�8-����r)䀏1��<���à�B���5��~������2�Ƀs�g�
ײ,�\������WmS~P��<�W�Sh��J��A�G�i���ӊB�&��n0bf��m��t��aE3�R�Ld!���{?�zy�/�G��n��Q�C���K)��CU����Gs�-�Ő]�^ţ:·��V��i�3FBL�Z-@u;�O�at��0��3���#��>7XD��%�z�CoGF_��}��d9��%����$K��ΨE>{���y�ظ�
�5R�p!���!���	� �#��k��O���W6�^������2΀m���g�,/͗�Oi�8��V�!N���<Z��JΡ~�6�(���\vql~�ul��q�ۚ��P�5w����vj���B�FA�w`��:�R���6Tr�?��,�9�1�o�c���>����W$)�@���s>B�]�դNL�������Y�^:��_��)\���47~D�P�)҄�!��Ni9XdI/͆����
��V�����<�y2m6�:�*�/{�H2�u�}�q>l�²dG�_X��13�A4M��
X�O
k:�A�w&�%_i�l�oB	�ُ��P�4���舧�g�|�-��6fYb/,�_h�$1t
c�ҡ�1���������3F�I�vQ`���#�COdMSJZi7��
��W7]�0c�+�e�g]�)va�,�Fؒ�y�ˬ��02�24g���&t��@+fّ�0u߇c˼c*�%�Ӓ��<n��֮�{�p\a��Zr?ӹ�8��mB����PK�qJ�6�@���RÞ|��!���	�
*��=��5 c�a�$J2��K�io�>�P<�/�AEŚ#ۜ���h�=���v`�,� ���f3�p`:�vP���I�6a�8�ͻ�G�b��
�22�^"���p�>�DC��WPi�xܷg�369G`���0Sn���"a�(���7�'���0��2�>��ћ�np��@{���o��E Zܰ�B�@��7��7p�U�2B�eW�2�1U��7	����4S�5tS��y����7�ϫ�>��|߯?A
��9���B%���MΛa(V=�+�v�
[U�uAغ�8� ��9��[g!��Y��l�W�;�����a�Ze_�?�1Ə㾱?�!@�>�A�Ao�z�s�/ѥ$
o��J��׶Bz<f�:g���'\�҄��r5�/O.�X�p����?u��}/��D/Gw{&���Lh��6V���&.H����j��@��aXB�Q��/�1��N���z��8��|�0��*5���������}�����-\��8�y��V�&��Zk*>r����}�wpU��!=��&���T|��z��XQ�[q��PG|��6|h��i�v)I�I@'P��e��7����I6 ɳS0;{.//
0�j���E�xm�`0�������_���ð���������g���V {�.��Ug͍������k̲0��?&�IR0t���Q"B�8d�,B� m��"��;�7̄�����z��Z�3\�P��A5�\�u��M�c?*�u]W��fȓ��/Fh
=�B��|"9j��\x
f���R�m;y�������(#8; 2 PF����8�9 5�0�<NǤ��}��j}&�XQ�I"�S��?�M�!ZG�ѣ�U�y�T5���	�PB�9�o�{i�A��&>�����=�#4�&L�������\�I��(����Dlă��#!�Oq�G��9���}���d_�Y�H�'�ކe�}�ľ�}#��qS��aO��Ȏ��p�s�R~ۀ^��y����B�- 
�W�fb�lSBV;Hrs+M��<R��#�*sr�j�s�0~���P7ա�>(�2��$�|�s{�����J<�{\�YXpd ff�K?��k�`u5�̲G���H:���L(3cI'C3{�F7���|@�������4MG�v���#��NT��Ίi:�i���UtK��Gb���X�җ�b��Ox���a�Ƭc0f�u�`Y�����R1��-c|��Ӂi�(3�i��Z��)��V�9�?9o�ݖzU�ބ._�������E��+-t,�i����R%2�����
�E��eH=��#��E��`cm��֐*���;sP?�5t!ǨO�\+^�8�T��N�q�T݂-��G��J����cˢӞ�4�<�n�3�a~��ޣ}��hҭ�	�Ko�z-��aX����|���&TP��Xe1�;�E�T �Fɺ�i�f��r�4��um!��$jJ+��`߱�d�/�{
7U�.�o��U�~:�[������2�3����M���fg�G�����s�k����Y�=@͵P�6�%9�ϐR�R�R1�
�&al��b�vJ�E6S+�NL�����E�b��>ژDa\�`_��*�\)�U���ϯb��p�y���>�x�N~���n��wWv�+W�_��϶�&���>loTڑ�����_�>�r�0�~�eu*I<Pm�
�ʫYq���34N��Ԥ��Ÿ�6�&\Wa)��h�}x+����~����,��AM��m������G.���2�?���:���
:�F�6zB3i�$�.B/�%���EY,BQ�*_ڄK7�6��IN�����vӜ�MH���DuR�YL��p����`��X)L��Xl\�XӺ��i�'�]M��0�4`��_�W4?�}�r�3W�<-I��٣���G
�QS7Ho1�Mj>�
�c-�>hRS�{��e�����b�ڟ2C������Kl�"䊴�(���<ZE��
t��Gsݐ
M �4�k�ee�\�h�2��yNa�7u��� �?!=����"ή�?#���{G�B�㄰���ȵ��L��ކZnN~{#�	;r�@X�nl�{�ܞ��:l_a�F�
#[�'���A�$�0N�4)�a��I�l]���&�r��O?�=n��41�������CaN��RPJ�E���~j�����~I,8�����'��-��q.�.�N
T�j��!G�{�L{�At���"�������i��MW���T=�y���~���{���TB���j�S�T8�e��I��q�xi)�ƟC/“c4?ґ��i�D�U�K2�Z��WƇ9����p�:@�>;�p�/���py��ߕ[Ԟw�p���	l�wۗ�`g�3�r��S�v���}?��z
��>e���b���t�ؔ�$�I�9Q.�ų��Tv�W���M���53�L�hF�9�~�1��6�}�ؾM 2��n��_m��02'���41�pG�n�.�Lމ9���5���z��}}�	�����(��͜�"��L}�(�҉aa�׻�ꁐ&�`���̑�{iQ�v�A/]\��.�$�YC�bd]6�F�v�ѓ���d�0"��d ;��2�}�߯�Rҟ�R�u߇YI�#Vy�j��?�tL
br`�5W|��R}�q9\�c�d�6�I`r�3,8����o�>.-���l��f�#�T��ˬjB|/M��=����=�Ukff�-$��L�e��_dp�H9��'������2l�K�sX�s�
 s�U��g2>>���������;0�[X�#�Zp;���6�,�@�L�tX�e���K4d�jT��:{�蘇�1l�H�0�aX��"0��1�l�p��9 _��e_�{��IT�X�`F������׻	i/&�����"вX�$
� V4a���y0#k���֯&�ƭ��	����1�����[�����n.lXM�ՠԸu�_�� �����+�x�i���͆�$r78�� Vq�T��){��8��8�O��n5�Z7o����`|ح����\̵n��0�7�{&�s�0F���ՐZ!Oc$ rg
�G]��!���8���θ�1I��4-�M��a��.�PnF:��(^�xM�߯�߻�E����b�ks�,�J5
�l,ˠ�V����%��T|�$�Bu���H���Dߜ��_�RJ��uzS���T��H�S8Ҷ�a���/7�0FC��s�QAD"X�6�X��K��8�.��'rm1�9��&�rl
�mF����;��F��[8Ӏ����}��V
�`gz��i�����K^߯;���S�&�mn�>==0�G6�,۞w8�e�1��V�YiAVk��t��ŋ�G�q�A����b��Þ
�R�$9����u8�cۖ5gT��+P�<�'���DoF���sd9��6�SҌ�C���/��ty�<��s�P�q�`l�4b�S�<��A��1
�pb[��+
)�<���5�
��g4ݯ���nA�nn�֦�Q�<��7IJl�6�]~ī�c^���~�����?(5B��t=�1&J��.7RC��6=�v&3i�{~�ǂ�����!�ooTq�宔!�k������M�;��b!��}����R��z���D�F�r���ziI��.����~��*JF6V
/>���uG��pr�_M�mu#ҚG]�,�*xi4��W)����Ct7�	a��qq��j�!Y��W(��+�/L1�n���ۦ��PЛ7�_��Y�ؕ^��t��k�����������R��/�v����{�-�'���j*6[.��z�s!�KJ����̝OD�&�jUy�e�U�]38�
=�XN��_2}?�tl�~b���l��`+��FB���	\�m#�5xuM�&q���/�9�
߯�:U����6���ZU��{�{jqŢZ�5�OȌ`��)����K�r��@E�
]�w���B���s�"�l�^�^�ކ>0�T}&
3��ju�E9�w<b�|mP�4_w:ʐ�Q�H[JG%�|C�C�ϑ�aj�3�aBu��L�r��<Gm���'mT�ʸƆ!��I҇�+m
�<��w��Nd�$��L�"�I�=�;�f��:�1�>^��n�E.��׉��x?�k:�Z��� �n7���T@��k�'G'�]�.���'Ï�:�������Y���B3��Pʇ�u���;�L�7"M�7iY�*�i�tiL�W�E�T�R.�\�S�˃�G��S��M��zjԳ�V�msX� #�Y Xʺm��x��죥"$�\N>��n��&��7�v�1n�G:���p��ų
?����j��X׾"N�;�[�3H���z�_'��o暸������e��sO��.���sv�y�36l��u�7�Pߑ~�'�*���V��f<C;�M�����X���3v�n���;
g�PY>�;{d�Sn�
�]�绱�v��i��~�P�-�?���8��&��벐��0-X��^�~���>�7A�8��&p�u�c�|X��2u������j%![s�X��Bz�w\��~�b�B��:��%��^^н�P�����s�$��U�G�G's3�S���;G�b����yH��kJ�t�{K\��(ҏ��D�(a��x�n7�MxS0�ң�^�	�pa���s����L�{m�����]X98��ޅ�3��=IF^_ש��Ym��E�?[���ɟ@+��I�o��p��GmS�����8Z���y<��v��:H�*�Ƙ	=������ v3�3��4�����u:ea�g�ɱ��鮡�VDu�0bú�"�o�
t�s@Ls*��ꕫ��{��pPp�m@�U��͑�-Fe�n������M��I��8^|��G�p6�eQ�"�Aۉ��TD3VA3M��D�Q@��Co�Ɉt�C&@�'���[�[
0�4՜n��0�[-�I�K� Ҩ�t�5���EMC�:��kВҟn@s�_�uM�|-�ښ�UL(�	�pl��5[7��"M\�k�����k�
��zP�'��}�G�DDϢ�A����H���j�u&:�e��
�0MՎu��p���$�-j��&�Ey
/Q)8K�1$jeI8Z�cE�XŹA��]�FQ�{��~]FaGMӺ�`0\Dz��0��H����^W1���VN��~_c���
��5ꕰR��t�t���~?�p}n͢d��L��6/��'�<�\��I��LHq�U�̉��}PӴΘ�9��l�L�S�Z��]�
��ժ�M�� �d��X�j�,԰'�:�6��p6�����2U��YӲ��s��]�s)�����!����A�g�X5�)w�˛@��$�N"�F2%�Ҝ��E�%�~A������/�2sQ3��=
G��8t�	/�����c�}�q�q
��?{C���~B�q�y~9���q�E��cL���Z��������5��&3���tG8���ޙh�}�{쀈
C�ZbL��>�yZ�B�[���0-���>B��:|@�0+9��!�[<C�.�-��]�_���(���İ|Z��2pvE~�/�j��;��Il�琏[by�����v"[�'��_v�ꨙ�{�?\^K�����$|��gG��_!���r6���H�F�(���rbDz�x�w��ʦC�f��a6Y�P{�5|����\	A�u��Z�R[�!��VA'�:��.��ڠ��71
����/C�t�~�U�˒�}�N	��pԌq�X-&���-�ׄ��G-&�[�"���G}4Dq$�S!@U8PI/�ڇ�i56�=8ĸ���zaɍy�T��
��}$@��C���%���*e�_�B_��f
�&��~K�Z/C���Ӱ���o��iܑ&�Y��}�Ś�?�`�2�bʤ��+R��!�,��h�H~壺L�VI���hn倈�)�����L�v��p*
�e�,J�wL�,��R�uɚ��&�sr,�"W��1Ε�=���wAd���x���^K��a���/�T�s�o�4.�����(���Vz�'��t�Kh����aQ+{�g#3�ts&t�?�	5S]?{���zԞ�Θz���U�=/��OH;���X��9���k�H��1?t�i�P�z�H�i*'�Y�V�^�]]E�t�T���vW{�C�$�7�1����p��z4N����O������xX�p�2��qu��b�qc�bɻ�?<h�S��e�<��f-�C�g|�k>�����";y��FC�륍T�T�V_PV*/�!Hl�FZ�`d���([U�It=�P0�񈦈{�Y�� �E	��
zf/UL�s/�!)H��%�u�K�^v@�l��994���I{k@pt��L�
GX~��/����mϲ���C����Z/5�Z�9^݈�~��h�6
��t�1�_NG9q2w�raT�{R{߮�E��Պ"b���V(���QX�k��
�m:d�2D\ޠ�O̯��@��2%�نP���l*��G3��5�
=��G�	
gf�`����k��]�b�rb���rf�0�Q���P+��	�}!/����`��S=�d�@�A�4�Dr�v���;I��m�^�*�W%T���J̙�%�F�#�\�HŴ$�zC����.ӕ
�i�Z��Uf�&]QwÍV<�P�t�><��:H�.BA\&1��x�r&O�����j~�omP���|�om�ku���'_�K+��M�ʶ���Oݳl���k��?�]�ֿ�L�_eY_%�z¹�\����8b=Uu�A(	��%�'	��,�gO��99<�kBZ�O��aeEn�E�m��>8�h"�O�*����ב	�ms3|{8o�qHmJ�iF�d\�%�C��>|���_\�"�p�(��G0F��
�B�t{�(o3�\A��a�J|U�C��C�!��she'����%ޥ�(��4T����ܲ|�Z
��y�s�[,���/8@���V++��n��G?����?��c�,�X��#:'�)9n�S�:щ��VSb�זlZ�Y��|-]��R^w�HM':�1|�'Y��
rٴ|�ql�2�%���c�%T���=BU��i��S��pMC �h4�9ZO�3�@]�ȧr���g�5O�Q,o���6��ra�'kM�K�CN�FB��������1r�JNG�Ws�`l���vj�����ɝN�-�Jm�t�j��c�<��D(Hb"2�	a<E�����Ԁq��e2�`|��P@����T:5�)c�MX�Hה�5���O_�Y�.��R�o��ɒ�w �u�7nC�Ń*�i��3
9�8}�מ|~b�l�����1��@T��0��qi�mO;^ �S��*P�?ގy�.۞��;��~�'��N;Cr$��a
�/�nߝC��7��:T'q��M����!TZ��v�4���u#�̓~�_-=d�kgv�ؙ�*�UK�)V���M���(`u��o�Ÿ��bC�����x�t{6�ޛ�m�K�����?���Σ���r$�CI�K����aP@�j�Ҫ���D�t�$�T�u�z�|�]��dm-q�����S��8�P�#fCYщ��
 ����o��V	��F�r������DMJ|�-!���NXѰ�`�xx�\�@�}�p��y�mP���E>�=�q���ց@7{SiBg������3J�m-��X�8��g;�Z�
v�Q��F�J���µ'��ؗ�@�?Y��t���ɇ[^�n�ږw^��'��b}o:����&�$�"��^����<����f�ȋ�|�
�)8����d7��0�&�p0�݃��8KV1�v���K���Q���M��02�����BG6("���_�&�\�ƀ��.����J�֙�tX�VV���`
�A�fX���`��I��l���2)�`v���8Q��b�<�}v�M�[����?Ax�md��Huc�R�by�C��[\X��}����758G��z:,�c��ť���"Tk(tǟ���sǮ�۱�pΤǢ���;O96J	n;���{$l��7�?����n�2]��2�����~�"��5*g*ɖp�������zÖ�Ws�lNt�ˉ涉}�kq��]W#�!�
��"z��9`��y��sᾅ1���sN:�ˉU{[[��Z�pWӱV���t?F�1�Zn�OD]U*�W����;�jϋU�,�@J�ՍO�R���
_�`%�G�>79�.�m�$z��p�A���Q�l6%5\�҂�ErF�4��r�*@�Q��Z[#��M������Sw9�.,E!v 9���*�$���̼�َ�e��y�!�+dPr�?%.���+��t�+A�!/:~���mQ���j�S���V����?��S3��y�װC�;Ǽ{g�N�����]��ȇ�Vds��0��&q>L�|�D���:�F����5D�Mfw����tv;�� ��=(��S}%@�~�x�Y�e��(B*E���J�X$�w�Q�5�B 鿺����x�3F�v��k��L1��4�K�?.c�܆�y~�e�o�:��g��`G�*��ӎ��.�#@���!��v/z%�x�*�n�F�6���=�M��n���,�ȍ�t��l�E�*&3�����t�A����_b��:�s�c�  E�"$D;Lp=bl&bhs�n�:q\�c:`҈"���AN!��:�����k!��+�9�D���R�����ĺi�tq����(J�H�
j�T�3]����w�*Wq�<�^bI~0Qq6Ȣ|��B�/�*���BLۢ`��CJn�_I�����u��Y�S�v.��2�痖��5���bSiՇ	��pVwOVbA�%������k��׫X4��'�/�'�wc��}�T
j��"W���Ƌ=�y���Q�@��aA�{�,��'΢�<�BAC<��h�g8����\�c��ێ�ѳ/K�F(wGo|ѧt��g����9��!9%ZE�:%�ێ�i���������nD]��^48v�F(`l�A
��*��)�1�|�D��ֈAa�e��6��� �ڼ�)��3MӨ���i�4�����0�t D�Y��E�z
z?Z9]���C	�nÎ
FN:-<��a���]�EI��7{Êl��\���:�&��
�	���(�(rz�E��b<��S"��n��[�R{rx��`l�ͭ�rH��tֲ7�t�ܕ�mn=�r!��9�N-V�w�]n/��'��<���bhdE��G�a�'o�/���F�
.h�>υCaS�-��p�7lk���7KIQnmmb�+=x��&$�%
d�|}���n�^g����t�����G��B4���j���&�=�6&/~��h/�Vɮ;3,��!eC�N�"���p���[�+V�rf/a�^��7(����N�:`����^������ौq��W�F����3��a�ǚf�j�a��=��Qf��Fm
��0S���z?��/���ԁN�p���uDìW�i��`2EH-�����d����C�$ҥ��V�,���h���iy�fEA�M�ʔ� �SS�OM�d��ʥ��R9����1SӵPh�V�זC!M�̱��?��e7�P�P��%�DŽ�T�D�B)F4,˼O�z��*�/N��>�l�\�s]B\wN����#�4��L� #T�65M���5��@6C��� !���a�$��V<4�^>�x�R	�%Ƅ��a��^�EUU� �GPYt�4�q
�"Q"p�Ý&��	�`�I�J[[��48�"W
�tk'_�z���e]�
U�.����I���k��f�Nj1IU%f�N��+��6��w�R�����KF�+��Hc��~��_HuRb��Ehgj��s�6c#y{�ؕ�R5<�#f���R������0)K�B�ڷJ�B�R��>gB:y"8��O��8�3q\J�kCq�7[�Kn*�
ۙL�eM�$!���?��$�L�b'p7��	@��,KO��{��.�d�� /���I_5dS߂��]V�5��HC�DQ$=�b̎�����+�����f�C�a�A��o��(~��v'�
]7�qSו�"�(%v<h�t�u͠���Վ�W�'eTTW�_I�!�|e���Kظ-2{^�*���G==�+�F<�\�)�b�%A0<�"�J��긜+��}m;7�K��e�\���\��O�#��'�e���#ۜ��B��5���9%���<\�e�m �|�:2�W���&^��??�- N)�\Q4MQx�p.B$�1.I<�I!�1z�ڜᡣ�<ȕ�cNสW���y�Rq�߁�.��
��	=N����d������˜�9	peY|�u+;e����o������]�ZEӵ)�.T�,��Kn�K�b.ZX�%�!|�p�KF�qΣ�d�`�F�`͋�W����\m)�=�H���&I�S�J�XhL���cY�*�2��V�U�8�8�W�2"QU�E�����0�aE�mf�	+*�MÊ0~�;D''�'z�B��
��'���|h@T�.Д����s�E�Q~⇅U�1Ӵ.t3Cֱ
�qȮ�a:.G���B۪̃޽��|5��d$�L"����("0��EHW��}��"�Ee��!>^r������ޗ�
b՝�N��j�\œ{[���"���AR2�r��;�kAU��z���G�Ȁ{E2�BG�~�;����a�\da#?���J��d��9��D`�\(��{�3��K^�:l�v<��H�hzU��h.Q [*��#�KK^ʗ�t��<�+�
�:^2r��&�}�M�w�x�����[�f�E)�{́���I���ɨ�e4�T�n�\rE�D��-e��%�(�j��b��Ri��b�7��0�}R9��)�x����N�@1���N��سm{6
q]�+P�Q���*�I���W��������LE�8�:|����S[8��H@:���pQzu�ռ�I�rXt�vdG"v���x$��D�Aé7u
ƃr�N�0I}=�o�t3���'����������;!��mE�wGt��#P״��潦��W7���騤/���#�/^�#�� �[h�_���å��&�<PT��K��c�
�	�EF�#�5��R)��N�IrV�+��c�&�4'o�	�oSc�IU�����T���8�վV--1�t�Q�=%��|��
h5��s��n<�|�nE��qk�����ͽ�|_/B����!h���s��I��I*�I�i*cJ���',��ϐ��Y�kt�n���I#Ҏ�>�{�Y�y�+f�[�7<Ʒ���_Ĉ�(^%��@))u�A�۔�9uC���iO�ަ�,�ہ�v�����'�^�1���1��G���B?���~�Q�Z�7��'�}S�l�}����=��<ޥt��L\�_���{��S}������%���A��|Z�{_�ڛ�W�3����{���/��3z����F"#���24���^�>�w���(<��N��Q�[�h�5��UT_7�=���'M\������WMuM=`�cӽ�O�����fWg�5wz�{���pq�oX�?�t|�K˕���zkO��-���O�:𩃕�9t����ß;򰣥c�؋�_?��/8�sj���鯝���cν�|������7]z��o\����]�~�_�
�Ɵ��[9�:��{��6@� x�R]x�{��6
�G�I��k�r�6�F�8��*���6|k�Ƨ�B�?�X��(ў�6�
�P�A�6	�DT��ưJδq�Ȼ�4����Ч���_��	à��5Ϲ���mg������-����rڞ���Zu�fsc��g�z�v���T��L.?^.�eg����;^���9;^��hnM8�L)S�5���;^���Uj-�=�ݼ�q�Ukn������Sky�ɳ�bs�ޭ��5�Xt����<�\F+�R�����l�����fV����5Nc
܁�:�h�&��Z��`�]͜�ml�Zp�
�؂�6�T����
>�hb�h�Gg�K�z�>���*
� �<�QFyP���ҹ>̿��&6_Y|��'ࠂJ����*��\A
-x�0���p�>WG�����v��F�w��^��������
���7�|��F�"��5~㵳L����然�PK�
�[ϕ����5assets/library/font-awesome/fonts/fa-brands-400.woff2nu�[���wOF2��
�l��8$ `�$�ʊ�|ː(�  ��fq�"�	��~��:�����!!�T5�?�����e`��e;�������}N�'�~�*�F�QV��7��E�������(a$9u�%���|j�ȝ v��n��	���v�lz�t��͞}�~͛�Ђ1ĨXJ���-[
��K���,�_���Qw��G��8�9�E�'\�:of4#�Y@iW����J�@����}d��3Q�M���C���\v�)�r�)��\
����;��k�6;����>�ϾI��k��~�8�0A�X>�?h�R��B۴�%��i�������WUW�ߝ�����Q
Y(!	I(�BEFB2�m�ad��6J�ȑ�0��Yo;�5�!c9$��3��W�@Xk�J��{,�~	35ɓ�}Yڻ�����d���v6����r�^fE�eu/������"���n,�����0��r�pDE����3?™�nF�l���jR&��&e�7����
92��/rH�12cdW�NZ�)Η�K-V�+-v�1����h�B���1���| ���L��/���a˒ѐi�{�}˂i���i�J�ʿ/ോ�M<�&��}��c���QM�Y��?��Ž-�t&$�)>����o��?�c���֝Zq���R�q��Ww���g�'����W�����E8o����I�Rn ��l{g���%��LWK��M��3��z]��8�\�Y�G�N����@9��m�(��{���\U��
�[B���;^�κ^�V�=��_-kB�<��I�
�H����'Ն��Sʹ@!���s�H��c�vr�{�R<T�\C�B~<Oډ|��/Ze��|�<��'?�UչV>7�Y���I5�uh��//��ʏ2Di1x�K�'m�����i��,�qoIn׻?"/ߕMˏxsu�/ĐG��錁�����fS
Q;Gww��$O
Y��B#�Xw`�J&�C��GCN噌Z�r�J�P.�W%�ď�!�mG��gBNVx������.-��.�W���S(�J�5�)�f~^Ø2v�S����c�5��#���|�<�u�G���ڈ�T����'��1>ң|]����S=NϟbA6��ļ�)��pc~�~�m�o�t�6���0~��:�����)��*t�W�C��N8�UՓVLOt�~��x��,�ʁA��e��o.O���S���7�g�l��1�+��yg,Y���ĺ�$�
<a.ղ<��;��x��_-�Um�t3�%�K>o��=�:���s���]�W��v���ӭ�
m���Ip������*q�q��x��/���hrsp[e@<��Se�g��A
	-_v�LB?%ߌ��}'�⨪�cYtK޸�G�o���C��5�ָ�,�z��C�
�%��F�!|�
�À+೛�
���������@<�|PJ@5���?��0�
�`8���0
F�p@8D�X�aL�I0�)W�C��E:�Rd�`f0����ff{��9�\��*�nTߨ��Ft���ћ��F�)�9�06$6�5�fͱ�Yk���{ˉ�(��X;aw��p8��p��q8g�<\��pn�x/�
|�1S����CA$)3���T�jSK�M�h�&͠9����:ZO�i+��t�N�9�D�� �{�x�γx>/╼���N��g�:��{���#~Ư���hN�TNc�_�_�)���|��*�ʩV��ꢺ��*FŪ_vF��]ήl׳��;�!��}޾a?���/m����e�һ�껶�������r�������z�^�7�������v�(w-w}��������@>(š,Դ��M's��0�l�#�X̃ؐجt��t����E��p����8g�<\L�ۂ;p��k�_a����ɛIP��rT��S�M}i�"M�Y4���ZZOh+��t���)�D��=}'�{�P��3y./⥼�7�v�������#~¯�
�d'�r*�1����
P�T6U@R�U+��/ZŪ8;���ceu/=�\�7������SG�+��|K�1=?=_==����X��y��͔')OTg�;yn�n�kJ����9�嬓3SN��r\�q6G��ُf_��]�F�i|4�ό
�R�{��U��F#�6��@���1��?���,QZ2NF�O�| ��;�<#O�r�\%W�92\:�9Z���e?�@v�]dK�@6�Me#Y]���e1qB���.�Cl[�f�Il��:�V�+�
�\,��"�@���\1S��x!…@�D�<dw���=����f���7��j��ґ�������������p)̅���G�{{�K�b0�AsP
������W�Y���D�|^˻?~�}��#w�er�\���}d�3�I�� W��S�ܝ�9.���C2��Zo�y��������0�pjW�W�38��8�4+(�e�[�D�
Uj4�Hʹ�J�t�I���K�0�Ì0��Lpgp��
�� ��O�1��:��P��o[dR�$���ګ�@8��G�5G����GM��i�8f�8v�8n�
8~�8a�8q�8i�8y�8e�8u�8m�8]�ۗil8sl8kl8{l8gl8wl8ol8l��S'``���YA�B��>�כ��}Nsk� 
q��I��LA�\�4���@�}��1 s�
�<��B|��7�����,ϗ��
+��V���*���[TX��?��*��V��D���Ta
zVX���֢w�֦?����=h@�ѿ��mX��s�ǩ?0:
`�f`:lJ�=UF�cC鎤;
�~wJ��5�Y}lCw!��xn�ޢ{�~��Qab�
�sW����s~
яER�KKaՏuS���F�$���.'�'vĬ;%�[;�a�-� �ġ{�[� bobLH�C�#�#q4q
�X�D�TG�CN&.�)�E��8���.�N'� n��=���x�x�/��*�
�}\K|C|�[����q���.�o�oLA"�r9�c�qx��@N�����9?��%E��<��^ W&W���f����䖫�&rkrg�E�J�=R������a��#ȣ�%yyz�Yi�ȳ�s�y.
`yy!~"/�M����u�F�fym�o��m���������|�|�����)�m8�U���&}�(jj_�����MCNA��:�:�6uB��6;u2u:m�L�|ڼԅ�E���K��iRWR��66Q�Qwі���-O=�hkROS��֢��������ں�K�+���7h��!��	m#�s�dۖ���Ѷ��i;Q?SEۓ���)T
��~����M�O[��� H��������JR{RWb�;�ǎ�O�RE ��?����A������q�4�"ΓT��[�Eҗ���K��	c�
�O�
��q?yp�Ё<�BG��
�ɓ*4"﯈�ȧ+�i�x�|�"�%߬���w*�y�����x�\/�_���ɿU�+�R�����ר�V��T*�
�	�&��x����6�sT��P�H�Շ�����%4@|DYNYA|L�D�)e[E|Fٵ��9e/e�������-�
?P�<H�Hy�*�g�����W�'�ψ�(_�&#Q��Gd�	ԓ���OSE��ԗ+4�~��Ac��+4����AS�o?[�f"����Pc�4�ƣj����0!����*rY�@V���e5.�~�)d?˳<�?�X���=z���>�����z���-O"�ޭ[�ٻu��[Ƿn�Q��a��X���6�~��\Â��GH8��Y:�""�������<˅*Qs�p]ø��)�4m���?%m��,FQ���c���X��c���'���J���C1QII���@!E���R��A�ͦU���6SVe����w��y�b��RRcO���G��Yk�YE|#��El��+%rԅ9RI�ꅹ�J�6����qO�1�1y
!�D��6&�h��U�)��F&��O��d�����2��Hyv�t4N�Y��Rc]%��n�mc<j�UYͦUY,\à#G�Y��=꬀qj����G�k�Q�ڗ l4c[㚰-'�c�jPʘ���^�ǑZ6"e.�
�]��,�u���tl�ӄ�lh�n��V�����a��2)
aێ�5M
��e�|MHςХ�6[��04u���A�'"8�f7�"�l<ͳt !b�v@fy&�T�Jt��0L�1��1�t{�.�V����㘆�<����X
k�p��?%�'�s��aA�ۗ�>F
6N��nV��ê��T�����R2f��cB��)�]�=��fL��`a�;.K�l˱�+W���c���1]{����W�͘��ݞ�?�<�w�uB	l�`&R�>��:�y���T�N��w�\?�����<��9!a�+��D�B
��Y>��'*Q0^?˳�Э�+W����Xo��Vk}�I��}�!Z����HUb��	d��0�3����t���hQ&uǶ�Χ��2�Qh�\wlۢLv��-�s8n�r��p����T�#��M�!�OYey����Ae��ƹk��_�����ĆtRJ
pX�B}�����6�����O�� K�]B�i5.���B��<�F�TI�*�J��4�L��ؐ�'{Y���ݽfˣ�mے:�QDQ�ōÏ���f�0�ބ<���r~�۶-5�m�肮{���&�p}��d����Ǯ~Ø�(��@����q�s۱mq$
38�����P9�w��ql[h����=�,���V������.�۵|=��b��Ʊ�L~C�����n��hϭ�}>���V�:�����^�=>ֲ�g���>�X׃�Qţ�h�a}�<�+ɱ�Q\f�^U��$�0-�6�5�n��9�1?�;N�
�8N��x��؆�߾��zcǥ�-�n&=V%�cݺ
\�-��J$�	LT!���f�n۶͘��_���|yd3&�c۸�0\�x�u�9�!��q��b��q?�4��2��
�eU�ƣ�͂�h�q:Zg�@Y����òWW���X��r�
׭�8�[�P���I��+w��k���j��*Y��j�VgG��Z�_`�V�;_�4Ȍ�0R�dSG�s�R�J~YE_�萝�����ō3x��w�c��>1��B�ڼ�O�yu��M�0lǺݗN�<��I�$r,����/$�a��հT��M�s{�i�sMڶ�<�s۶%^i۶��/��mۜk3ͅƹM(���`NB��XđJ���*g�<K��@���hs��\���fx���몣��P�D9+K��U�c�>�6��S�zo�|�ǧ ���'aA
2_;yh�j���yĝ)!��=d��{�_se#G��c�Y�|4�|�={~��|�4GPϾp�Vme��A,Z;����ǔ���X���ŏ�W>a�z@D<�4Ѧ��Y��
�u��ʒҲ�Oxk^����`o�Zz~�����Z4y�FOwd{kZ���A�#Z���W�v��4��{0����8�S�a����p_Y�c��?‚�H�4�d*�,P$��U�6X�V�ύ8�ߴ�qͱm[t��ٶ�h�����;�]�W�@�<9�m[p�9w��h�۶�[��w|!���D��dJH��׆)�ǚT�̱�W�ٱ�Q9\E���>}xxxh�&u%y�j��ba���a���`TWq|dΪG>�l�,C2���%7�Ҍrҹ[���s�����s�Ʀ��y塇�lz��m^y�+�i8���x>oo����vwww7/]2m�4��:BL�5����٠H�i��̃I���v19����4��k��j-̗��v_��
����IG,�D����-����谫�d�$�Z�f�����Z��O�I,H� I5���I��]~�;�1���
�f��wF��…��q�GΛ�aڎ�y��X���t�i����=*����8�	k�y�#,�:!C��8OѦ���r���:qO'5@����{Ħ����:�{Ɠ���)�S۵�@L.�*D9H^��BY�tc�͋��ޘ�q���E�S�UYӪ,�s
#N�2%@S�j�4HS(<�A
�N��ʣ#�*TF�b*T�iڎ���}ʹ�%��Xe�W|)^:ś�b������F&�e��-Fu�v�_��v��(��lOl�<��yz��9����r�
 S�/�8���.A����R��m�QV*q���$��s���KĴ^�Oh�O~���JY�A����y��uvA���TQ��k��c���(���J/�Dž��Y��پG�.<�_�a]���k4H��TN�lڍ��,U"��|�����0��d8�H]�	ڝ�l6���q'��̙�j������v:ݢ8��ѩ7I���)w��<U��O�W���px�燔�94犒P�j��X��q�X�[�!U�Ɖ*+��PI7��-!�Ԍܤ��ݭm���֕��X�����34fW�د���z{�����,�1t�z�L5��-YJ���凚;c�<W��3�����I�/��3�?�֨����ꩧ��H�Gy��{��|%�)XMϞ__�'$j0P	�`A��2�7Sj4N|5݄�E��Y����FMH� ����P9��8������|^�3�;��F���#ܽ�jXoD�p���r�Da��n�s���UW�8�)�,nj"S�v{x�iE�i�\H��vgu^Ol�KIͶGh�2)��%5m��
��|���1N�]��]��Hh|��3ǡ�s&w!^�ŤH���T�<�'�=�L�5�dZ���aB�P����'�)8�'�+�Z�;Ʉ�r�Ueٶ-��@�Y[q�/4�9���5g��u4�i�m/�B đm�Z5z���{��:�,� 䠾�رl��J��R`oq5���H���^=I�wrMs�q�i�򏱚��O�9��5�r�G1�����G�eks���1Rt,��aX��:as
�x��
�1-@��6�G�>��_��Y�u��k-@7��o�����:���o�6=jd��io<^�m쳧;�m2�ث�a�2Ӷ��-��dT��������`ێ�Sf�؏��R<�"�hO�@vb�����*絗Ǒ�ۈ?�4����~�6dz��0\B(�O��#����p���N�(6�i:��B
��H�ɾ6�$�_�"_k1SC"��9����I��@��2���qh8�q;�Ær�4�ECQ8xf�zs���M߫mJ}�u~��b�B�,�u
���zKPp�r�������/yR78�[QP�gz�&I�J�x0����@������l���e���25M�:��)�t¦G�0,���|ϓW�����yd��:�Az�'4ǂ��'mR�K����|�bBl������R,�ƨ!R�".����"QB�qQV�l�"N�w��T�U��~П�s�`�B	)�P��\+Q�6��Fkw�AhB��~I
D����u�]��/���ݪ����u��Jo�h�?��2��ZY���e���{O=��-���r���b���|��q��w���}۾�nl���u���TN�?�7���+7�E6����E/(�0�MB%��?�Y!���*�3��&(�TSoϥJ��^M�W��YU(�I�NT"��gA.ܸq�҃7�3��'�"��b0��9g��(�V��i��`ͮ?��G���C��Q<�9E�ۭ��*g���S��M�qz��+�ko��⑂�J�eUV��d%�ajfɑ��3�{�z��_�YϺ|y\W�X����F��
ˎzkAPk6|\/�����d0����ݟL��Eq<�&͕N�7=���Z��`�ƣ���B@��1�qS
�b�f2�feIbRU�����V�Y��=���!��]T��A�sׯ��]�h74zׯ�g9ߡt��O����>)�՞Ұ}��o<�
�)��P�����6^X#	9K�0K�е�A?`�,�ib�!9��a9��8N;���p|}��Ķe�q��]��~�8Q⸮ۖ%�y9�����-�I��J�G��l"��Na���q�br�|#!�l
�y�"�����4cKEq�D��jRL
�5��l:+�,��3XW")��^�%�H�~�����`�g)��HE:H� �f�l:�VӪ,�bRLh�R�8�#y���j�z�䦑��F$4M����-�A��m��F���k�z]��^<hk�a��	���"r]׍px�h͕�m6�M7_i9��k*�M�[o�ME�F�޿?�q����k5�f7��{aن�5G
�q׍t}�?o��B��~��O��HL6W;�'!�1e�r'>)�@���:Q�9����zQd���&�xQ�q�v�`�u>��]�����R��Կ��[s��]�N D;�E�(~�Dd�\%��/!_�
�RLn��r��Y:HG�(�̇��:�ԂA:��dQ
�O�����J�_f���1ȳ�h\%*�*Y�ħT�:��*s�ﻕ�b�=�²��C�MK��<��+�v-���3)�R

ئ�ݱ]��i��'�i(=�d��Y�{��ZwF</05�c۲(��Id��e�	�p�+uj�x�0M}yw���ke�����4u(e��;;gΰ)~��8�I�Ps�+��n���k��ZMf�t�)Dl鶓WV40�]�AMC�ڨ�-�d�bB@�x3ٳ�Dq֯���Y:��+f�V�R�?//f�,f鬘����o��7��������_���kז�z�;�?���P�<�E�~�02!��ƚ�z�|	ʛiY��J�;3[�z��Ϛ�U���K���^�s'k4u��f�n��KW�d�1�ޟ��v�v��珎V�W�t��ͳ�W��v���zI[���B�=�E���ȃ�E��m�Tq!$��Y�˪,JU�{B�m
v�[}Y�XЧ���4�"��ULT$Q۬�T��~+{���J�y�dQ�t�^��B�~��N{��h�I�6ݍV�9b;tLӍ��q�C⅖o�ix�e^��y���o�y��O�b؜��w��zl���Qd��+��h�����IJ��pCw�n[Qh;I���)KJó���;|~���E�t3|�7��BLBN׋�@��<��5����g�٬*�l��Ԋ��|0�RF�|6Y^M�w6�w|D�md�>�>��>[,����F�LB�/}G�H�E$G�5 � ⨋$�B%]D�g+�d�(S�T Q2
F��&j�س�&j4VI19@Y�����ͪiQV&��FY�I}ZT�f&�(g�\f�L`A�����<�2��7����aG���8Qi�Y$*/m�"N�*�Ve1N��Y�Jh	)RE捏r���/�^��DI�E"�A��p���|.A�^�GAy�I)�MJ�
J�W�j���1���1�rN]��9�Ҙq�Q�8㠴�����QJM
NA=�9�B$�%�����P�kB)�zS����䣈9���Z�C㢧�bl#n��1�K�nݐp]�u�4��>��2ќ��ָtA]�~�4�0�4.u�m�i:��a�B�k�����ƭ���'��\?gpι��ϻ�}��=-oX����m3��\Qv�bOρX��'�x.����T0i��dH9�iz`��l���.�#��)u��e�м7��U��s�7V9��0�i�0�ڎ�)۶�7����}fxB�K0�֥.o�(W�Ե��8�"I�x�(Iv��A���!�p|�j��ƣQ�Z���Uԓ�s]O%u序Pk���o��L�����|2>����e�UJ]�ð�'-�hG �P-�E�0�ϊ�8�4.p���7~�7��?}���ߌ7 sz�CR��	擽OUV������,���ބ��x4��̳��ƒ)�&*��ߖ�HEq�	p{���R��0���܅��z-�ÚԵ�V÷q0a�K�0�i�&�������0hX]�1J)g�u�py�m4/:��0Jh��&%�V�:xh7v0J)g��ؠ�2]����d���D%JT�����h:â;�_���'误w:�V3��Շ��qܨ7q�9���];;�y��z�jf��N7���٨�g�]��Iᄜ�P��I���m~�-�2�Ms�2��}L��,�60���Ee+��>&��d:��PQ�pe���G=�xȁ���KC���w�>�;�D_�K�+��W�	?
���g��u���W^�t�O@�J�I��]L�,�T��(�bu�1�;��m�VI��[/�N�~�K�g���\?�X,���0���K�$���|
�}��HTQi�<U�T��u������W��{Q�Ww������5䄀8��/��2�f�ihU�7ws��G�y����f��,˅����w� ��Nw��ŋ+e�V]u�&�.���pJMC7M�w=�2+\��ȷ-!H�Kë�qd;��ܱm�iI��v�;����ܨݹm5�,+�t��0@@���<n6�4j���0
ø�o�R��4�V3tO���CKTMgLJJm�4t�	!D#�w�kE6ɜ�AȐ	Ěoo�&��Jk�<�Cb��ʞ�?QI,Y㽽��n�����x�W��T��������a�6�i���7����b��s7I\�9w��z���O�¦�u��|d@.�;ȃ���K������]�TaR�fDQ�z�J
5�0ˤ�3)�p�L��=;�LXYe�����LTYe�*�*oM�,�ߎ�TRL:���?���(�A_��%��|MK匽�eφ湌�gSf@{�����Ø�8�4�O��vKi�?��0)�_T=���Y`W7�&�����e���x6n	h��������Ǵ�l��3'��@�!��6�\���[ֻ�}������$��.r�Y�
�)8dY>&t�d�w��&U�ѕ�}�P2���c�Y>S	��\.�^�����[�[k�2^�j�]@��=*�������h�L�}Cs�S�s��3��6΁��:[[�~�fQ)�w�1�u�aP��c:7�0Z.�3�!��k4�8�}}i/�GP�#}R���#�e�U�Ti>�i^�qU��*�D9�8tL���'ոG�5��J
5@g��ϊ8ͅ/ ܖ�\!��o�լ�E��Bq�=�v;��Z������NA�iA�kBJQ�4
�"�z���:�۪;�^ǗХ)E�c=x�i�@�00�������uox�f-�t�Z-�t�ڋm��-�-߳ma�l�5�.|�aپg۶���b�Uw���Ň����S
�\F����8wEP�Lj�,�\�ҠRAq���~�}o{���뽧�/^��=z���.?�ַ�%�"�#�z���6�Ʉ�K�G^A���!�@Θ֌8CB��k�2�ge�(!�-t�ތ���ͅ�?��!��ӂؕ%ljv��(.A5����HT���Ʋ:efy�f2KE��ۚ�,O����qz7L��?P�j��m	�X�QVS��VZn`��
c+�)�}h�<k���f�j��e�����ef��>�f#ϛ
����F�}J}xH���&�+�C-�(���d��v�a�IJ�H2b��0F=�(��������	��a�1ʌ(WQ�r�6h�O��/5�-�4�Զh
�^Eq�;D1}Y��}��|�U�|]*M�	Or�u¦aPj��6(|����L���BW�(e��(S�|]c�HB�M��:�Fv�9r/y1y�|��ꩠF5do��B%j��†#^Xi��h�
�,�t���q:�lGj4.�*��Y*<�54^�,���eշx���ZU�o�ƒT�F��1��L!xK6�ǩ��
�-�e��6�4X�t]CR�d�-�	������'~t]s]=�C���e�-?i��_��9
��:���(��W�u��(b��{�-�ȵ�ׂ���oB[��׽�#��"��u�uX�eC����Îo�9y����_�{=�6(���E��P	��2˳���"�̟i
.�I7;d\�_Un�ؠh6֖?��h��Z�a������)��7�k���.�]�0Ls�4������i����E��a�0]�#���W��͍��[
4u��
��U��Wo�q�g��k�a�?�a���.u��d��^z�9y�<���������e�t�J���(��,X�Uaد)��h,��x���V��(�1��HsYpF��PŤ�M70�0���޴�&����3�S�LCӄ���4{�U�nj�<eT/�^�������u�o�����@Ӻ�r3kXL,�)�WoO_���2���A�8��_�VS�������QPJ��n-�"�a��9�4�Q�a���օ��Nъږ���Vsc��i�M�C��S�a:mT�T���-K3�j��[N����d���On#�*W�T�)&Tl#�@M�J�I�*O��*�#)��T��]��iݙt����a�n�~�#��z&�׺��}V7<���>�[�~�
�a�1���eig젷.�z�#�r6�����̍�|6�O��³g��*�z�Z�u��u묦��`�����B��C$��ody�����ω����o���,/W�jy�|�Nq����������!J<���UH����.d��}���ř�F��q�y8�|�C�E�z�E�Z
�N�o~W���h���Q�N�+
}�E9R�MD�q�eٝ���<ϊl����({ۦUYe�;���C����A�U,G�R�3Jm˂,���ӅZm~��q����|���wk�Z�Ѱ,�� S��� ���ش�?^w"��n��B�8k6��r�M�t����4�A0N�u�d��}�5+����ō��`��ѯ����sA}���a��:�I|���b4�2��d����8K�.���Hv ���*�UZ���T� IUv�Â��@���'��J�����s���W�7�z���-~r�H����|�cTb����/��:�IJg�w�S
f?���ivg�����2J��{��)L"��E!���!�!:�^�~4X����3�R��$�DL���P�m`2 ��3�M��5�PxL|�W�{F��~\y�a��k�B��LA8^d�Q8N��ԵNVV�|��y�}�ew+��4��"*�t\$UYe�Q��	��<�!S��ғ9q2�����URA�����Q��x���2nغb�v�aŗ��~PJ�Y[U��7���P�	fpe^L`K?/�~����� ^�dp�q]�K�P��@�vj��蹎����tƁ�1�dk�Hf���E�wn�{�S��RB�e�3��m��
˧�0��E&��0�������N ��P�������\�!_z>سĹ[�oow_����1�h�#J%BH㊴�u�m�"!T��<a��$�(��@1�%��b��>��
f3��
�~�����h��z��·�ӘM^_����t�6?�@�$�!#"I�n�&mn_���I�t�9���b���t����( �2��qL��$%@�N�?h�R���G�qO�s�MAY���ze��"�z�%A��JmG�X.�EWv�~?ڑUM���Ȇ.�h6'*Ɯ뿪�;�~���,��Ȇ�|�h6&�WIp
��������2���躢(�sⶕ���uU%��??Ɲ�B��KK1�uM!��:�e��q2��
��N����]�~	2����bMQV���2�MRQW�����F(�U�QP���e勒E(�8[ҁkɢ4�g�T��o{(X��
 Kp���j�}����ߋ����ha�y>y�╕x�_����`����8n6XX7
�7�z���YVTE�2�̘l�M��w���o;�����Ȥ߇�1�����9����V��]YY���qz�����n���~����î�D�qU�2%5o���A�is�k�(�vt�Ӎ"ay��9�$)�f�m�<(A�U���g���Ƀ$ɝ���ؙ[4�yqo����^��;�������k�^��k�z��f�,�������?	G>��P�R���	���t��8��1bR�ӌ��!C�kg�-�uݖ$o��lE�lM�4�RU+�,a��Yz�CKѰiX&�+-Kh�b3>١�o�m���0f�����K�J%�NɇM��C�b�r�1!�kq�;��=eUV�!��D�4��4�gf"Y�j��@F�Cb���5�ɞ[B�!c輲=b�~a�	�eP��~E$B�<�\���+
~�)���䮻Ȋ�Ч��l8�<��h6��U�nݓUt݈�B�FoD���o�?@��|��6�%KP�M)�U���ER�8�y�Q�envu���Q:�$η�w,{��8g\H-r�����,�;�O^Y0��BZ�N���q���(��b�4����&n�BJ��aIA��yX�q��*+E)I$��'E�>*ྰN��`]�'A����D��]���ۢ�1T�f��m�0��u����N�sC'���,�K0����	ܵ�]��AhȚ�y��:�-�$I�-�0C'���3NA6t!�7RB�4C!c�X����3�PLŠS�)!��&@�%�!=��"w�����D$L%L��R!�H1`	�1�h���P�
a���ƚ�h1&˖�j	$<�8�	��@�=0�nΞ�7_Z��}[�Pt�����)��߹ m1]#����q�	��=j2��uF#�\XLa�i��ꎭL��(&�`B^���1%d�!��k��zM膦zǒT���,��=��QJ%@�.j�C���U��B��T�_��^?��?��-��0B�4L���z��gnN��z=X��[�8�?,Z�#˚�i��ۃ��z�Q���[�;�B��!|�
�����9��9��7�I|ߊ��O*3�,�i���2��,e��4�[sxY���yķ�g%�Ҋ8�aI�3�������Pġ�qV�PDi(x(���I3*_��L֩�l�q�(��5��؍ҤJ�2��*+�Ǭ�*+s0DU6���b�j���ʜ�5`��,��T�i(�-,�T��`��e:Ngv&a�4��ei�a9a1Φ"�5��H�5Hx(X�>~�˜�$��i�L����E�}>�X�6�q�]�bi6%�4��8��܉�%b��1��,BV���3�v�X���de:�0�A�UƧY�E����q�,H�p���4I�0(�I6�Kӫ܇e5	8��x�EŴb�_�(+��Y���$�+��
�N�$݁��]H�TT��;0��8���piɢl�����O�q�T>g��$�ȘP�
��P4k��C(�&c�dE�e�k�Rf�B�$�c2��H�B%N�D�2c2lȘ3�j�T"ܰd�ϐ�����Z
SV��!���D@Q4�%0\��<H�kM���+�������`d��.
���b !4��q���:8wUZI�9��30-�a$	`LIu�6�I�[FiF:,�<�\hgg��3I�q��K���U�t�$P�u�����xLH7�Mo+H�f��48!�k��a��ׂ)��c��q���sw��P�`d�/70YfL5?����1悸FQ�g�! �s��Y�8����&�[c	�DRBpFR��8 �z��\��B��������@������/��h�Q�t&H"h�� t�2� Y΄�
�LP@Z���
��
�!}WI�֨�aPJv��V�G��6n���Y^����!�d��AJjI�0N���(`"��@�WZ��e.����0H���J�	c	3>�1�`[��Qe�2�TI�X�a�Q��������d���q.�̯�����B���c�b��&(F�
�K��KiY�t7	�	�TǬ�+Ī����������X�d�c�j˘Wå˗S�t��i�Y
��
Z]��r�E5��ejqg��#`;��:�_�g�� �k�鰀����	��XM�%@9�zuR�|���Bc����
�C!(��p%fז�<v�U0�e	�n�!���u�}6@���؋�`���#D�ן4�&ϖ��H��+��O��ˋ��U��Ҍ�˳ÿ�h
!"�:5��'O
=����Z��l�eM�`�,j8ݚ`p�N�b�����O`W����İ%�
����6��f\�e5�F��������
7����Z���ҴC�U��b)`�n>	p\Q;ˊb0;p��[!�K��&J\�)��4U��X仧�5�}�=7]=��o%?�d�;��K���Cw���&¨y�O��N�#!�7�&��$���S��۟��S��w=�T}�����w��G���go�s����.@g��d�J~�N�I�IVI�l����VfW�*���b:�쐟dt�p~asmI�GQh;̴B�2S�A��Ѽ�y��+<9�]�;���_^Xl�Z-C�1�\�2(��V�uI
_҄�eߤԾ]1���7����@����'E�3��%�w*�z���닁cCW(
����2��L��)?x�Z��1�-]�F�?��"��q{>��Etbo�ҵ8�E�%Hv���X�YA\��k�yײy�h��{�n�U�T{��z]氿̶�mc�����PE5�P��׿���f;��i��i����:l;|��mCՠ�^z1B)]?���%��/��w�O"�;K"����ѫ�^QO�(k]�B��m6f��A���8�?�면J�Q:�'��SGiYMD��z�2����3�I�Bv��J@m��
�n��B۶�c°͉l�:Wd�(Ų$��(�r8�����$3P�W20�C������M(��»��7v�M�L�.y�q;��1��dŞǃ��瓌x�2.�1�Aa��N�N�<:���<=�O�ȞØL�9&��d#�7���Rs�o~#�sNE���~������)J�Ӕ�To�m���&��x��wy�}�;��56�e��s�ԧ�
Bpx2���a�bWɻr��w"ˆ`�׫ɣ�~k��s�;��J�9�G����_���8>��'"�׋4*�����l�m��c<>=�����t��3��g.^�[�/����@�P�D��rG;�����C�vb��|�����s��qYMI)�C��j��U�8d�$�$ ndkV��5�s��%VO{�ˏ"�ކ���\���jY�fw~'�B���7�x����P�d���#�b����ǽ����$�6
ƣ��E�g�������G@r��0��^��1"F�e`���8��1v�Ya	�#��A��t��ox�k��-K�������IW�,e静�{2I:,�1�Z*�I�~6/�ɭ�}_��\���;�f4�wmޒn!�*fM�( �@�S.�kϵ����B�I��m�'}P�:�q(�U�8ћN5�zb�zsM<\���<@>>Vk��U�Τ����BU7���:gÁ))��q��8u]΅F��ZP�~�Aw�1H�?w]?�c�(��5n\�wA�g�n�c��Zpf�(:����j8<?��~>bqԍ�:�~ߋ�,�]9{����
/=���9҉��xٳ\g�OY�7�l�ލ��%n������L
�0L/Th�Ƌ���T�q�dJ�~s��E>INࣕ�IƵ4�{j�1ovF�Ga��\��[��zݞ�IWsf�0:	���j0�S�*�(�Ul,&�,ϣ�܄��K����z�ZK��=���Fu��j֫͊]6U^���`���A�g�l���N��w���N�������o�3�E?�^�`5m�O�s:f��7Q��#+���;��>h�2����Y�q���0*rQ��?t�(��:��b�όs���y��%�8��z�<�ů�V�������|
���㉪*E�in��>,��"�Y� -#T�N��^i�+���ʹ�ک^��",��l6,K�[�bY�bM��w���1��y�,ѵM��
˂�'�ݬ�1�y/,�{�8���EW΅�=�z)B�ϳS��
��3����V�j�L����CFO2 �mOr8 P�b��9�X�}O�e��e��`a>!��dqq8����^�/-ϧ�z��)��`\o���B�L
E�yBD�`<��P�OQ��EQ��:����:�����O���s(��py���궦��쫊�eS�캘��Q���V�Ð�2��
\�Y?r��0�W��a\�i�$�b{(�}k��}S"�v�y�ƅ�6�ᩭ�@K�j���o ��
������7���\C�!�Qy})�Y<��;�9G��>�`����~x��IY���Y�k���Sx�A��f�LbY������u��l���ʹ؁~u��p}�?韗�z�7{ֆ����|���y�-��/-�w�8�A��^�hM�`���D/��2���ş�F1��8ȋI>�늒�I��yTիA��T�S�˔�����2ղ��Ci�0	V�@��]���f[ɐϋ?N%�Vs=ϫ��H,h��@��v �_�\��|��0B���	����q���>ƪV��*�p�>kz��kC��,!��ZG��A'�!�pS<��6���$�U��'AI��R!8N�am2Y\$dqq2�
u�`L�y�3��w��/{
���`Q�t�P{9m(���� jݎ��w�z���ot���d�Y���iR�.T<!����lB�ݸ�4e��AO,I�1�/��;c:����U����b;ӱ��3:6�~����$��ѱ�"]��&Akc�\��g���.K��2Ɵ'#��[QH֥�,��X���=��di�l�B�#�=��:(��
(��|��/U@y��xwNe}��6\C22P�p��*��Ow �<�
7E�̥�/]�x���.]�x�[.^,ӗ�Ƿ�]�Wk��P�a�B�<�pQ�8�E���~C�3��l|��!�K�{�����W��_�#so�O�_s�=P.
/�^�V�����]���:���uP���
z7���708^�T�')�X�i'qG<�L��|� #���ª,�H&m	6�r�Я�� ���ݢͬ������^v�
��{�{H��e�k2�3ô��+熀1��C�L�c��GQK�\iE��c������9��@�o�!���^~���zA?]Ǹ�ɜ�Z�J�;a~���ô�����6����l5�����+M����h"}�Z��:���6?^����	��\A�
����	�dJ�q%�z���Z���)ϫ\�u�u��.'��y���D?u�v�W�tօo|c:E��ohn�L���dc^�Fq�<�!���ԁ�9&��2tm}��$��tt�N�ξ��� � ~�p�F�u@�[Gi�nm@(����d�=d9�Z�1��t}�;1p�ӄ�e��cq2VRP��ȳh�F����'�q�v�G>���u-��zrP7�yEB:L���_�>VE�����#*��&M1P}�̡\K�vݜs���sȯRJҠ�}Z(��yf!�X<)'��
>�����Q|*�w����3�ye<�"�ʴ�*�7Q�����6�m���iW���q�Gڍ[��IE����hGQ�n�Q���0�G�Ѕ�3J���R=��f�+ ������z?��P���^�䷷���`������Gq�;�1Nऎ�6y���M����8_m��}�C��/��/��Wv~�k����M~�G�?��w���5|.�����x
�b5�&ꏕ%;���7|GAT���;g,/�
$sFLJ��t�ڥ���_�Պ��zv�+�(�_��B���}�B<Z]�x�}/U:��~���4ؗ8���Qh�_�w�4[-�����LM�b�\�e��7��r��fl��*�Ջ��K��·���p�9����{qD^�\q���,XHQk�lk�
լ��9%��ճ�^��BI�u��2[lլ�6JQ[���1���z�Y���ә�5�m��W���
9b#8:]�-�[82��+�c`%�rY*�\����P�j^m��v������)z�P��.�
�"ފ�x�fV���)ƚ���(P�d���\��E�H���0E��8��� ��aB0&
�jb�廖2жH��D�Ů$t:e�k�чu���1&%�$�=-%�cBB���A�n(�P�6�\
.|"�y�jE[q���i�9��l&]�I�	溾�LpεV��B����c��
�$�r�Jq!��Zŭ�Bpߺ��Y�b��� ��IQ��D`��u]	xFT�0n�80Rq$�GF0��4�|��<���O�4
�qA����j*��-<5��N��J0A`��R��]K�H�@��ݜ��:��\yn��(jE�Ym���p]�؀�������ӄ�	�2XF`�$qCLp���?�f买*�.�ӆ�Bpn���\�v\k�?��$�\�[e9(�w:-bĉ�����n/�q\P��2�Da�$�h?�Q����"$�'��uZ�q�d�Q(ER(R�l��c�FH�i�� @:�r�����CNǩ��s����ǁ�i�@�t����PS�6p̖�E�:��P�7E�g�ӥ�
6�5c��vP�}�.�o?&up�h{��c-�tO�e)W�e���,��7�����'۫W1��|���#�º��p:�8��WөR��>dl����I��N[�d�U̫��|���d�r���!��x(�$��=���wU�iy�� ,��wo�R�Nwڶ���y�p�A>ٌ�*ŧYcL�ݙ�w&��~&��}�9w���t��Eѯ��P����O��nYM�T�z��=��	��^4�������j릻�]�ǽ�xr�Uy��ŋ�`4���Q�N�3i���
j{Rp�(:8L�0l��WR�� dz�<���ފ�sv�{��+s���j�ؖ�|-7Ͷ�ʆ���&V*�5(j#���fU(�v��z�)��V_�cx�m4a]�<�1�gv�k+��+��8�H�4~a�?*I}�h�48���5�{�%�~JB*S��2b��ٝ
E��|�O�:������:�H�
W��k��[l@%�ܘ��)�����@���ԙ�;j?�j(�>�)��Zy�>�)��F-Fw��x�(���?�T����Zk�����Zy�]�~/nB�f��,8��!zT ��Y^Le�2��6�Z���h�I�I��4�K�j��_�u�(O
?���%Eay6u���0�ڶ6��,�Ue������[!�he:ok���l����侃����ъ��5/�L�e�{Y�7*�{�}�g>Z�n��_�g����oׇk�Y�u��K�!�n�r:G�q�):��B/@�BO�xHK��D]��sF���dSb�y��\� %�~����f3M8��hf���iBn�G�U2y)O����!v*j*7MrXfY���|yYK��8v��/I[ۏ�������'�h�ر�9�y�z�v�05b۲��ӛ�n���4�l��=�0.���@�4�}�QYaT�3��X��XT�g�������&�cYc�
=ױ���%�Z��~q�^�>ZP��`f���c��/.��:���a�j��j���k��D
uJ���
%�����ѳHG�+�ȸA�
���'�Op�:���b��v��b���^w�����9�cm
�U���޽�ot�9h�ҹ�x.m��ޱ����ᄎ� t�Kp_DWP�5�w؉'����P��j��a·|�1iV�˝R�A��v����hC׳��f��;a9��bqE�Xވ��X�����tU�`[�ΊE�>��ji����mS�*�=�4C��+�W�L�<w���﷚��\a8��$�t1�5��i�����BQ�§�Y�Gu� T���E�E�������`�g����'ׅ�zn˻�-׃���?�s�E�'��z*l{�w�^;�.��ҥ��k�a��r����#�ݮU-�P�l��(᥀x���xgo��1�PU�����g�0�>`۲k{�e���<p��&X�������{v�`~��'��p2�(G��m�y��13�Q�mA�̊�Ó[P1�8o2&u%�`�U)$�4��8Ǥ�4�bT���&�"�����Ջp�i��a�?��
s��"�h��K&z���r|z��ޫb}L�s���yt7z9z/BM�o����at-�4{=��_�8��3.*�~�͌ʪ���B�dU�V�A������ސ¦މ�~��\8O,��
�VWFm����e�Ipv��
x��( ��L`��v��ap��αq�P߂~� �x
zݲ��+�n����4���h�L�c,��ie�=@��/�v' [.���)J�Z�+���ٗ�zw�G[�����Û�n,��W>���Cx'
����`�s*�J�ᜯ�ǯ��a\�(H��?��ag��$V�27�VΥڢ�l�VK����3���Jǻ!�����p
q�BOc�sO0΀�4�+�W��V�}<��=��F+��qj{W�
�;���w��7�(n5;�9ο�yt>���W�܁���O��x�0q;�Wx��ý��C�G��K�/.�:�$�������Q^6�9�@����%l��ۻ�����@F1�����ԃ��Y�]n%U��P%@9�ps�3A��~Q`,��+VƤ]��,%ΝU
��ŷ$��b5�$0WW�!ơ�'�nצ�R?�}J)�`�Nv�<B2���~s�Wk�.0�aJ�IM�BX\�o4��yY6��O�`"Qǡ!7a
l�o�&J�z>Bðc򫲙�B	�w���߾��J�*�q��clm*���_���,��&�A��RɎ��D���5��w��n��q�{�1�=h�I�m�5y筭-�I8(���f���������3�~�J�+QJM�Ҳ�q��e�5q]�2���W�^�>�6�EC���5��`Z������uKV�m�v{Q��Z�_�ϡ�Du�̋h~��(��oV<-�^������_hI�ml�;�u�� �v�"��X��86��@�>��z���}e���H��0�
U
lx�!0�;�ԑ
`���0�/��
�B�)/��܂<������S.�9m���^o4� ������8ǽ�h��a\����$d�k\��I��op�7:iۧj���^������vV���q�Ě暐���%Fh!H
�0�a�P���Q�Q�8�^t1�n�1A-GܶϘ+u��3��$]�>{�y�Uwʐ.��1ɘ.c,H��dl�^?kJ�H��#�1���GJђL�����^�f��I9k/�qA�q��A\y��?�w�0���O��v����λ�WN��)����3o�z���i���^�o��g�x����g>�$����3M�B�G�#�yT�Q
!�'|:�Z�`�8�oTE��i�%�	
�UY���皡(�Ƙf(f�o�����y���\gy���]IbFؙV/��5�q�i�>=NASmGվ��~�����_Us���@��v%P��юz�]�-G9�s�s��GΟ9u>�8QSf���V-�f*R�Ht�n
���MLTX3�2^*ߘ�m��͘��PU�R�!����7�X�?�UӡT��qdTm�8����G���f��f;�E�k�Yn�j���9A��C���]J�B���Q���$����	In �sG.�a�T,��"$�7�?ĥVU��Jk�	k�y&�����}����A�
b�1"�Z*�%���R�T�g��,�h�����d�8��a��6qO�DY��؃�bt��h��
F��%�>�� ����%
�%��ei��Ik��R�y`?���
Nn�B�TI�~.���9�^H�1c����Ź��PJ�7ͼ^�jx��&𥐤T�mJk]
^z�s2�C�����I��Z_}�>���3��|����匝kΣ�;Y�c�=�Fg-�8Q�N��b~��<w�"ĢT���m����섐tm7D��(�¼WZEo��h�y��SNU���F5�Ou��:��9`��4츾3��f�O���H.%1��DqB�
��u��~����.�=zzʷ�G��m��K�'p�8eYF�2��!g˯�����x�"��,}x�L����'i�9�gi}��d��y�d��7|͔�ͩ<bx��ͬ�m��G�S(��T��1�%���D���*`";�a�Tg�Z׳jCDϰg3kj��.'%��rq�.��/��0�־�p�)fR��?�P�EQH7]���(.�0�ۭ(�N'�ۭR+X�TJ !����ծk�0<̻����������W2p����G�"
E��Ό�\����D1����BX7�W�|Op%ì���(*�y(��(�{ĹG�5���Ǚk�2��.���v���ivt���(�ҹ�6�#�9�}O2�|w�͓��~���R�Դ�0Ib�=�Y4��w���BM4D�8��\X��)�۪��2�f|
y���":��ef�f[�i�B��z��r2�c�!�l�n�p�R������;߹��mmb�㭻Z��v�m�
�0+��E�S׃����D�(rM�ꅿ�
M��8��\�!I6�C�͑��x���@!���G.��e4A{�n�*���s�!�'�p�Z�dϋ8��+�[�*w����ⴘ?B��+m,�,�s�5��6�!���d���s�q�~�զ�����<��O�(��Ci�)��]�m�p�[)�y�R]m�T��0�f/���|)T�0I�*��D:�z��D���E����J��RU�d�p_��Rr)��D\��_��eɾ�خ�G�F�/�w٨�L�
ب�O�'�?4����]�
|OQd����$�[���fP��Np�M3�a~�V>�&7�5���f�1?׀�]8��������9�]��r�"��L�b���u�
�u�F�q����܄a@��l��4KF�kt��imi�jvL J!.�1�b�75�@�z�$�D}�aU>��1�츞+˲칞+�M�d�s����
W�V�u�F=�<�Uw\�����c�N�>�B��
C�\C�
�N�0�ι�z��e�;:c�	'�0���V�k��0��W;�`Zb���ڶo�c��ѧ��m,�u��u�����(Cg�Ö��%њ�%-�C�g[�5��x)��pRr9~]���3�!&���`�}{k�T���`����1�.����>xV�N���[n> ��U��bQ⋭�#g�M��`ZؤR�&�h)��-1J�����㲋q[�k���w�p�y8IdqQ�q�Д������Nc�Hp�*��Qs�Hp?<�z�\��~A�6uf-�L�P��&{P�9�Eg��	�f�>�I��s�7���H�iUp�&C&.x�|�q]!�R/]�U:����
�`DE�NS��/�L_d��Vt<�;vcl/�R������EYTi2p>�#R�d�R�(
ŁH���E�E�,I�$�a`0��	c�pNf��s�/S�;�eJi3��^�	!@�d;F	^f�,M���A��(�0������+� 1�X���;���	JO#dYz��'�j��K���I��8&$�Ixm��59�G��q����?I���yi��^O�w?/aK�����׿[‚��$�V�P1�oCF�P�&����[8�޵���P��>`��p�����#h��0`1�cRp��&F4���<
EX�A��I�V�׏ܛ�n7Y�'A�ld�a��A��8@���pX��m,.j�����^��'��v�$�&��~q��!��+��fSG2BG��'p	�B�1҉F(G��,��@���q�ӊ^��AL�aQ	^�U��7��7�:5�O��g鞳����O��'<w�ܹ��>��Ge��L���?*���Guvߋ�G��_����ƿxQ���3��t��o�o�%��:�1���;琓�\TYA™��c��-,ґ�J��^Z)!�J�F�E3zZK-�f�h��wSm�+�;�e�@��̼��l2��a x%M���4Mk��q�iQt�]s���Xv��6��5�Υsd�e�Jۤ<��%J�`n2��EUk�.yn��فm[z�]�y��$�R.1��(�%5z���&jcBBI/���M™�y�-ц��Z�DE�?��@M��~�X��^��>`"υ
EI�M
�[j��X�cYJ�����PB	Q|.38��n�a��5qcJ$I��%ҏ�
�
ϡ���4K�,�ʪ���$`�q&�V㬼��$Nuk�1����I)���1cg9���BB�9}dA�NU��.�N����R��4��2(��۞��*,-���f��t� �w|߲*�e��
{��_�(^[;�9��`0�'7�m?O�z�i��\�'�󰫩�SL��`P$i!����'��!�qn���hm�3��:�t�#������tZ�~�A(*�>��4SQZQVi��:EYAʸ`@:
�Y��Z'��{���P�0`\�9�p�f���SCJX��/x(*���R�9��xܱۖ͝�V(�
&�
��-�k�s��؝�x�q���s���f/(ݹmiuu`�G�n�(�����3�Oj�L���|�n箲KȮ��v�0L�0���Uv	�UܩU~��[�GZ��b��Q��ou�-�j���)��-Ɗm�ʨ�"����l�6k��ٿ�+E/B{��ƛ�7VK��|�y��t(�RF���%w�oM���/��>!�����8�}y2n��U&�6:���M���dL��4:)��^Ƒ0����&X���N���i�1�a� ��O
M�"/�qƊi3L�?��C�"d[�m�V�5;h6*o���0��fa�E�/@7�q�[�\V\�2dqɐ��c����� ��1j�$��:�:2�B�=�}���oM��CN�+L�IK��!�J7G-%��ƶb�'I�>#&��la��8kC��.�7��WX:������s.:�8/w^��q�J��*ʉ�+
x�H����o�\�Z)�dFIUn4��Es�U.We^���jY^�Lm-��L�®���̚U^�ŝa��E�p�*Ac$Ƃ��V�f�px�� ��'D��*�;�6�&����mL�m�ѝ�U�#ƘJ<�]�vv�����;Q!ʮ�؅3b�?�D%��q��ML�n�>% �0��|�#)=c��(����8�W�"�nA��ߣ��_�SU;�ې��z�âp\z9g�{�u�s�>�[14Y�3r�4��7�/J�MW;8ʕrp�Z�'Ç��2�8c��W��k����׼��N��Jm�)��������\	���T㕞�T
X%%9�pE#Ii��)bV��L��[7Ge�z���R�vp�{]�z�p�jgu��ڭY�N���=���]�^��CM��"Dak��枻���h:=m_���h0���x��|_�Y������x~$����ܓ����A�I)��_��ɴ�N�覥ùD*��#�Zc|��	����N��쌆�'q��|c�U�T�r����/�k&��JF=��}���B�I�D��1��u[�}�/[�,�Z�{��
���3�meY�n�W��ᣴ�^�������z6A*\((J��
��_���Bк���J�p�ٮȺ��k�\���ϴ&h��<�4D�����#��ו@�i0�ǜ���1Ƹ-��o������������@�p�&�S-���7��Eh��l:>���ե	 �4�qp�
�R��������x��%ڭ/_��%h��e�?nI���'���8��n�6�u>����p"Z�*��-U|�K���p]��"�Worq(Wn�7�͖߂���j��M��Ѽr�U�Ϫ���Iw��H�o����2�'�R��CY�G�.���h�鋺Ro8߭;�Mb�3������fq�jG���&ZQ\=�%1�W��G.�;���?B���^����Ž���];;��*msF�k��/�]:���L�[�G^���i9�|UW��V�*oVM�R�*��g�7�����x����	l��[����'�y�;��{�]C��q����c���<�8
3D�KY(7���ڏ�eQ6RT�	fJ��X�[OY<��^G^>��: Dot�&pc��΁5
~�ݫ@��/Ik�$���Gƨ�'cm������h���h�sÐ���Y�0�&�=ܳ��4���I�>��+��2M�z�5�M�녟��W�L�y|����Q�<�<��U
�����|���<�8M˽��0ۤ�f�Ė�D�����$����,WŔhݒx�SM=�?�8��}�%�Z�P�8��Yyn���L'�t�W�"p���eR��l���u��^' xxGL2��9���}���(D((���L0���Fc�Y��:�H>��q��h�
��?K�N��Ǘ��U�.��o���cU[�T�$<��I��Gu��K�HS�B5I֞�?�]��g7�:�ЁcWn��s�a<L]���l:Ζ��^���G�^=w\PN�y��V���ɇC��:ޅk�B4A�=��0Y(�*�qUV�rܩ�HU�G��]؀*�9)�ش�t���ۉ]�A��5�J�qbA>�������B���,y<��=zW^�}eg1��d�B�,�]��Ͻ-
A�*��Z�4]8WGbv���L�k��J`
��,;6�$���o����GN�@����|d�pU}�Y�U���L�Lb�4k����vP*)�� ):�ޅ���'P]D��oC�BA?�~�9�P �X��p�������C�ʱ��y��61^�I��?��E+�+�l�%�4�f�|�M�q���M�q6�8ϖ��qeq���S�7NK碞$2b߫/����<T�1��֛�j��|5��V[��MS��	/��6�ZL�Ҹ�3�ղ�դV�ۿ@V�z��T�N�Uq+��Zֳ���n��eg�)ea�ڬ�9[zk`�!6U�*כy=_L6�j��,�UV�EVS�l���ug7��h*UW�bS��#2>�f�l��7��������R�7�E�߀.z����`���W5�V{��]|t��lދ@If�Кy.i0ߒ>�\�@���%_RJ�]�4��d�u��f������l���};xI+c� �J��u]�s
WJ���u�UzBB0�紫�k�\Wj
$�9� p������i���Ŭ�&a���A�a;x���2G�%wk���n?)Au}�M�׮]�v�@h%�T�<�B�e�����v<���ɺ\p)	�(��r]�`~HBδ�*���\��H(�xr��`d�9Bδ�B�i��a�9���	���K�
�4�看�.�5!awaqa�+ �[GHo��9j�e��v�y�z-z�݈���Ԅ}�"#z�Orp�u|.�4�4�L�N���y<� 's�L�k�MA
~�n�5/�œǼC�2��E,~&�jh0�˖$YrӽE`����i���Cl�.�[���0tr�z�a�A2�l+X�Z�N�;�^�>7l۶��2
�}�R���������
����{�ܾ����E�����= )w�ہPףq��t��<_U/�grz��<�s�g��TM��t]ݓ�mG�M̙$;�ROU���Z��g�c���]�^^2E�e�:�����,n��Vt����T��f'��<�J侩��!h�VAZIy�rFV�8
�">��3d�#�x��߈�79��s�~���n����~>��?�/\M�ٿ]x�+.�z��a���m����/n�Kz�O�^W�;�ǻ�_��8�4੕S7�F�O��_X�����������ʕw<x���w�n^YA���g��}z�}=�~}
�J��[q�����߂$M�PDO�<Bf��*X��F�"fAv�\�`��4մ���AA�j[������+������$�r�sn��+�0��Oij꧑��,��&�B�'�AH�{���Y�
D,��%�ũ0A�y�A�Ŝ,۽�RF�x��b}.	\i���v���}uE.��?������#z:#D)!���Œ�9u)�����i"|֐i��J��*‘!���.c��+_0�z��b���qx�V���7f��5k�(�vN��8�9/v^��y���W;�t�V.<ׯV�I�	�d���9kβ�gՌ��m�d�&�%��4�����D]u�Ͷ\��f�Q���չZ��bv7U�l��^���E���r ����8;I�,�A�纠�$��繸��
�D֢��˵V;CR��Ý���{U
Ie��Ĕ}˝��°݉" :m��Z ȍ
���H����0�p�u\CN�a\��tR�[�M���Os]�>����y�4���N�o۹�r[��^�<���P��C��R�3%��
�1OP�lzzx�,�2�G�}�M���O�����A�Z�\�Hz�X�����TbstC�s�����ێ���*%N�}�X?¯��[slY�^[(C�v����6��-e��0ȍ.�Y�;�p3Y�{��״�$�49�&�
#��S�>��%�E���^cXlYD�9Jl�t{º�O�]`��6ˈ���FA �hz�5L]�B��-�{��u5��a����H���5��7�!�����p`�<�nS�{��5,Tzý��+Dm�E�ށoH�&m]�1�9PM�4S���94@'ѭA�3p_4�=���NS��*7���/�$�'q*�>����܁��ͭs��;,!�aaƽxm����J������n�*��k_1'f�w|~�Lu��!.{4�����0Ģ�ë�:
�C�G��n8D���0z%��C��!�|�<�"$,㔖U������n�mĂ�J�dv!�>�h�C��W�c!�Qs%ן��;�i��|���2͢ ѓ^���3��"��DZp'Ӵt �׫�sӔ%$�0MҖ�"=F֦A���ѽO���u����c\W`2�^!�M�eҵF��0�.��$A������8��	��.�1JYm��$�\�BS���xa�!b,�v�`̋{�NǷ���Ҹ\��q�?���pgAjwƓ��/�z4"a�9:�(Ɂ8J�O/2�p��Ӷo��-F��Ð _vYI�G����~/�0�e��-!K�ғJ�e�?Nb ��Xi(� ʲ0|?�ӄ���y~�����M	�3�8S�5��t:�tF0�X��q���Q���sZ��qҲ��8���uQ�US�>z�G;�����o����������ߥr�8���3��O�9x�#���;�{�G�W;oq���T�3��w��j��w:��|�	��_s����;��8�z��� �$�f�DR��T�!����b��,�Ť�iW�
󲚦���IR)̓"N�qV���b�M�jR��H�b��xH��U�E\��\T�ǩ�$��<�R�Vy���y���/�J��6�����y�')��W��4�;��*���M��	�Ns�*�ɥ�%Υ�)71����U�t��y��ɽ/ۡ��ً���`9��0�$_�KKKp��T5�p˅[���٫�o�x���ʷ�}}%e����ѧ /77o��;��w�k)c��{�pNj\��ا�U�
��m��^LL`�10	���w]��`��+�� I�;���=D��o�9s�8�)���;��G��}�����a�)]�._��<;���A���_�_��IhY2���p��ⅫIr�����w�;��{tpׅpk�D�~�}����#��>e�i��/�@��p��j�ê=1�����Bg�gi�ʌ�7�1��p;4��'��z	|���σ��Xw�������c�DM4�
��g~Y�^�?ԫ���U(�LRK�3Ơݙ����'bxK�|᭷F^#:�EV�m�G���(M�C�GϜ�������6ۓ��68q��kz�[_�
^t�B��r?�6y�7W�wu�񹳏i���^�����ẉ]�@�z�$�^YMDY9��(���^Y�3�y)I�dpc��.}͟���:��;�Nwy��0��a������:�
aa��Z����^X�������4��n7Y�V�n7�[��-��]X\��g���C͆��nC4��e�����R�v[Q,�����u�
��b4F[�FtBòH�������AC����C� /nQ<��XZ�j݁���(��k�q��Q_�}]c�k�+`vM��c�G߆����6�o�ީ�C���Z��V�3��1@O�}�{
��'M��'
��7�����6��606�ibl~�����C�QDG8��q�Ӌ^��Uh�}t
�E����������A?�>��E_F?�~�4�y�K-y�w��o"T�UZ�)�>̣�#V�c� �>�����Z��	��#`t��I9��6ei�yC�4��v��8ȥ���q�GT�ӯC��9�X�ȓ-�ÐZgΫ�|��>إݸK;?@��ww�Ϋ���k�+��:�vڥ��hE��̜�=��ۣh�qM;E'E��`�b�P��t�m�.�20USd��\wm��؍@Y��N]E1�z���eM�����'�Ix����ٻ5M�^��S�4���5M�^���Q����2T����l�悡�c�P���&���-������~?�M�~��
��ίÓ.�
��	!Da@���8��*�����Kѧ��>�:{����W_���_`qc�u}�����j�6m���ѧ4M��i(��I)B�p�jhm"<�I���t�����`�Z�8#�U����&����x��:�T���-�����<�k�֤Z�98��67�q�f_�a\�35<�C��v+Ձm���)C^�/��^���8$I�k>'R�q�l��㖔�<�������'��xa~�j5��^�MLY�Xo~nawi	�Ž�q�ƙm��eh��5�ט^�v=M�*��V���׃����d���C�����nt��DŠ2Τ��̥�����O�z=L�~a�$0EQ'�.��*@�Y�i8n����!�<�W��<	/�UL���&�?8�e((�~�2��g���#��[6��Sʘ���ִ�Pdߏ<�Ě D(�*qMQL��i�J$��"���+��Ţ�����=LZ��M�u��j��2w�F-l�/,�A�e d��\6]WQ��^^�YZB���p��8XAOq�W/j�Wa©�j���J�A����7q�C��T�	
GfGvp/�����;�'�N�ݗdkۓ����},_�'=�\Lϝ)+L���C�iJ\�#T���E�$�Π3	$Ɣܬ����^K��+�Ny
�
��hw&���E�����幹�쇠N��|�87-�,Ϝ+����3,q�s�$�4��QS�@�UY�	p�i���@i6=�`�9WC�`@�Y� ,���<Nc�珩�"�j��vo�����q��+W9o��e�~˸7���ƽ�̾����&R��d�y�����EW�+D1��|�l�c��g�Lg��^Zo4�i�`!47�vCQ���:��OϞ�������c����x���t�nEB��>�b�b��v���W8ӗ�m���G��w�F��w�}�!t�kx>��� �
�y��O�?�=�a^o�k�9�Y���7,�^��
K��%O�i�O�ə���xģ4�˪����>�S�㍻B0~T8�Ƶ�`"B�' <�"̃�'q0��ό�ê�hNGP�	�Z��2���$g�G*�y�q���	ur���
�Lb.��
t��3i�ʚ(���y!���<����q�xYe�����yX�U��U�!�ܚG0���67�T�Jr9�I���EG�J,��Bm�`� r-���3�:�H�R�UA_���q5��]@�*�:x3'��d �M�'���mo)�Ĩ��$K�,K"��D׈-�jG�8�e)
�X"!]�4 e'�noܸ$E���)\Oq�&�s(-�BFa���?���<���C�$BJ�B.Ehj�Z��{�7�Z-�^"�0��R fbƘղ�rƥ`���O�1���������̥���"��Q�y19��wH�Y@H[��(2@���c+@I�C�ґ|�sA���I�9�KP(f�PK����^��fc_��u�0�m�L]c���I0����x��as9N���KN�&�r���a�{Ƹi���n�������1�X߸.R�T!�,:(�=F���Tڕ�Hik�v���u�g
(��B#�+%�Z�
�����XkLb�L����&�q�0|_�4c�l�u�y#��!jh���4c<�3�}��y�+�p��i�б�<���TJYR���<�E����s��8� �I��aa��Z���q���8f&@����[�|4���ǣ��� I�*�HF1c�G��2���d9_~i#t�CVJf.@�d��b���za��UR���5\�☉0J��gęD�p4���5)�q�$ m6���p�HP�u�2�.�I�0�<�[��� T��s��(�#8cZk������%���8���t�R ��mֵZkƸ0��>���$΄Қ�8/�	}�Ӊ�ʹ�q��Z�jR�6�F����I�*>
�Ym��cvly6��]��f��Y���,{�a�O<�\�B����|�'�fAPM;�ӻ��I��js�~�$��b_��`�e� �t&��lxq��<�$��፝�s��R�=�W��*(s�gv�&WL�(��u.09úYCHU���ԑ�K�^�C�؍YWVu�-��z���ӗ/3v����E^�noo�ׅN4h0�w�c}<��2?n87_�h��RlmZ[�]���z8��ks��G��/_f�{2t{{]
����O�E�_���.�<�Cc�6��6D�_�(�|�?�R��_Y(v��E�a�
Χ;�t�\-���@��.�k.��*�\&�]STY9�ps:�f[�6�i�5'��Ư'cS���v3������ >��q�+���*�>�?��w��u$E��k��|��GdzY��{�z0�L�&�'Y5��ﴯ|J�y�9b~@9*��kN�AO��i/�X���,�{��u-E�{�� [}�M�\�~u�]�L��j#�85�*�W���J��ݷ\-��ݻ\-����s�>zh8s�Ï��_E����MC�4?���K��m�֝�޷\�?����N��}�#^������&�*9��ۇ�\o�M{��bq�^,�dm���Q���tL~M���	M��W�� ���Tq�5��M��$��w��eE�}���ҡ���
�E���c�C��-��7j���?szu���G���VW���[]=uy}
������a��y�_;&!K��C`��	ز�EDž�c�_� �6޺_�(Z]�?����A�[��xr��a�E��/��� xm�euO"1d`/�ю�J���֬��7�d$�>�ȳ�.7������y�~vzp�5��}��y��g���A~��i��x��g��+)G_��Ƹ�=w,�E�sxF�K&�ۨhm8��5��k�ٳ͢v��n�ٛ^�j����5�Դ�gE��M�#�v��׼Ďa=W��M�ީх��5�8º�����D�#���D�E�6��	Z���^��3c�euW�X�Ÿ���n���A]QU�2}�ח�u�2��*�ǃaU
x�p{pw4'{���X�͘�]9ȶ)Z��c��0\�J6t�u[�]ð~��ê���麮�$���0Ě�N�7�[�ť�x�!P]K�/��F���GZH���OiV�km:��9�4�q���嶢��@�(�+�˛㧉���jY��(�1f���͘��ָ�Y���ݲ
�1֡~�����t���$�)c��?~d�eM�U�R�}�K��k㖯�5ցRY�e
x�	�ů������	�!b�RKU��rM���g�rtڝ�\��Aל�Ru]�s
c�M��v�v��b�
V�T�p��Λ6�.���j��_e9U[���;n����P4m�8������(n	�ʷzō�Nҿó�͢M��I��U���Ŵ4f�K
o����yK���A�<�z�p�`����vl��UB�nx����dǶ�n�*34͐l[3�Ѝ�b�`���%s�_�mK9�gt����N�d<��8��@�DP�l6��eQ3�hġ��n6�R0
`�h�zK�mB)1p�J��,�B�aL|�����Y��hm���0zzz��>�~}�2�[���>�jN�h��,�*�%UZ�w��P�0��,���.��l�֨xVv!�+hVy( �huv�^�Rd!�����j3��0-+B�,y3Y؅l�\wu�m8����ZgW��Ǿ
�Sw69_��E����X�~?'�aF8���s~!8`"Q�0�eL�$&键�9L�gno��@�&���nN8'S�`��q�a���K������S�����8�yQ�*yο�D�F�E�ٻ��BH{��Ք_ک,N(�%&Ic���s��f�L0@��o�l�&h��U��\d�{�x�O�Q�69�9�⳵���h� T������Je��y���g�t�L�%D���n�̽[�����;:�'����Q��L�ۧ�ף�/B�K�G�����i����:���r~j}=���
Z�姗
�(^?�2�z}ȯ��|�W)EVdI:�8g�")�ٸH�q1��i1��E�}n��YRLI	
�f�x���q��t\��i:.�b�&��I6N��0K��H��8���b<��g	|�1�.�Z�Q|ID|���8��d��l�O��b�a���ZU�>�'���=V�AhB���ٴ��,���&�P�e�i��2��4Yn��<M��.��l���F����nk��ԁa�$Ͳ

�Bx�;..�/;�f��\���߿�b��kK��}�\��a,��{�ÿ���"KTa���L	�b��&�s�yE��mQU̘�
�{����t1iEk��G0�w��C?Z]=�9�}
�	Q�6��V.Doz� φF{0D
�Q�=���|*Iy+.WK��cl�,��o�����^w��fs�Ž�q]������[ϟ����iԯ����ސ���E@�Gǎ��N������M�q�{
2���7�lƒw�^�`�c�ap�_�I:��c��hWD?�$Gx6>�����ju����@�{х�6
�Fs~~�֨7o�Xo�����1� q���6�xe0P��S��Y��t�=g{�W�L�(�[�z^���"ɧ���m��ss��msYh�@��\bR������G�n/��㛞Xh4���0���zV��4B�#�G4�1ēq#�x�JW ��s
=��yοe����b�����������୪�:�-M������9]{D�$[\�TՄW����'��&�����4�Z�[�nh�e��w���*�O����"|��@�D�F�U�,���b�|%��&j P�H{�SOY0�B�N�$�8�ܩ$�/-%"�$y
�
`d����Pda��`�/�z� &M")��2��#��Bp�ug�x�x8,8��\���f`b�.-��$��d�vu�����t�c��cɰ,'��.Pʋ��VS��\��\J�d���5X�v/^8E�?$�	1%�1�I���%�Q�1��Q�Q?�J!�F�j�h���Y�mRC0���놦�D_H���e�$ +dL�Q�I�0	�.�nܟ�SU!6�RE�c��I�̖T����%�������Hϗ0H������2Ω�(�I.#:F�"vt���"ZC���K���`t���@H�p�
3�2R�Hg�
��*����X3L�	V�@�e#��ǃŅ:�-e�&�Z}w/�n4=7$�!�}�f��f��|�XXlwt���<��'�4�9]Q	e�2��0P,�a�eJc	ڲR�O� P��bY�*XV����&��My,�ض�ݖ꺪6bM��n��$�5a3�1@-a�ڸƹ�=_a(��%�a�$C78�d:G��p
)
��
$'�������}p�إ�Lv�'��a�*��k��hX�L4���\�s'mq�Z�+u��6��T�]7iaa��	
ɱ��v�t�B�4�V`�̛����Z�R��ߎFȎ��H6	�i��\��t��ջvw��=f��b�~�ʕ�._~N'��(МC�ђ	2#�9�>�P,.�IZ�D�)���y�EQM`kU�jHOi
Dy���Y�kY[~\[����@
[p��z��sc�Y�߂%;Tx�Ǖ��,�n����ܨ��bL�z�O�ap���Y��K���3�:Ę�:���8r���Z*��;��+.8��b��2�@,_�7�i�D���pWş�g����!�uQ-��sªηnM�]�t���'�%Z�Ii��͍+wllbR'�4[�_P�����;~E��gV���X�3�	����W���i��h:!�o�<O�L]?������1C7��<����GӜ�c�y�3fJ�$��qV*kTl�&�m���3m�J@2SMw����[��ge<^���39���L�����6���(E�Ǚ����e;�/������sAO���r��(6v���뀓tmu�ε����[�4�����"f���#	@M&��0Ơk�$����9�\l5�~rya��<}u��能�\,��YwÅn+�t J9Tk}~�C��h���YȐ�n���T�-�`�?�﷘$I��H���Y��V�����[vvo\�讬�nM�N���&[��q��
�v��{���9j��OܯwO�����h;7���V��ã9�G8A�1�� �8<8|�ދ_�pe��+�3��W�ϯ־~��ߟ��w����ϼ�k�O�=:��C�Ht��0�B�E�<ez*�Q�7
w�Q��Q�8�EY���Q��`î�+7GXn�"���Ap�
��!g���Ia�)
i��x��������(���ib�d<��&�ڤ�e�l4���@g�i��}Ц$5)\�z�R��Q��1�:�&�c"I�m+ҷ`���>ۓ�?�w��>��$I�v)ݝb?����kv{�@Bu���_󛣬�⬇ʚ���b�U����C�&�S…��^�c
��k���M���0�Q�빺�j�C�s�[�,�i����t��CB1gŲ��蘚�jTT�W(J��� ��\���c�&4ݚm�����t���QԥM� ��e����A,�K,傚�Q�J~�r�!2�YF�2X՚q�X/G'5�>y�V�ϫy^3�^�lrrX�ß۪v����U9�5�k�_7B�6�g��=���\�G�_~Q9�!�=�Wy0�E�bu�E��i\�o���l%��
���t��.����K_z��?~�K��ԗv���4���}���o�|�a2\DM��
��<���HT�$�A��Y#�)<]-�`<:uri) x�4W����fx���lד���M��w߲ۏ���,+�^��RU&9?���$)�c8]K�?��<�M/ĸ���y��p����Q�<eƞ�Zoq �(��58D�;���T�*�y3�1 Ѩ�`f,���M�:�U��55�8<<<�w��ޅGG�6:�ã�/���}ڽݗ��{/}ƣ�?�����?繦aRF�<�����'?�t_���=�{�)�9�na�[��3����FmJU�͇_�������^��\.�˟}�7���7�i����]�z�����3~����v�)�d�G:lG�tT�--Z�C�k��*J��q�I�IFt��'D�c(AwF�7�6#��mހ���~BpJ�[�����9���	�����E�-���C���]�Rv��G�xޙ9�6�[X
{&ehB��\�q5]m�����c�%�^m���+�`�t��4FF��`>ѝ%��姞�|'��������rw�>����O���;�V��i��Ln����!���m7n{�����P�Q{bt��ŋ���y��mg�m�+p��s��!�Z,�Օ�U]I�h�W�U�=WQ
�����[���u���
��O!�'����
@�
��{��ݾ���|����c�޵}�U��;Ͽ:��9���_�7ܷ\�q���o:�w6����{���i� �;�|v��+�\�yYyeD�8S��EbP���e=��M?��C��;wo�Z]��Y����a�FD��΢b��P>\��M�����;�~�.�&vP�V�o�<vSe�?f�d�(C+uR�*����>&�`�yS|gg J�s��PT�֒T�C��rP���N�J���C��l�
L�A����ҿ�gx'���B�K��n�v��1� [��(B��� hO[mÉxw�B3���%(����8�;�(����@��ۻN��%�KƦJ��HJ�8�aH��83~0�!g��{�a�u�cd'�|vԁP�H�����%oٚ��	>���1)|���,K�W.�z��,K�;7i�y��@ZNe��,w/�ց&�eQt��x��Z�CA |���"Ǯ0�_��G���ѶUb4<:>��� �v����`��n��m�`�G�q�qF�V$D>{��\Feٞ��Lj�����-�,n9ʹ��q���EYQ�RI�l�u]��Zն_��zO���i���cK�KD�S���{8Nb6v1��� %��vg�@���v�����mu2?�W{J�i�� M�Vn��v��D��u��nQt����[�����_ޭ��?�B�$'.���M7��Ȗ�ڬ�l�{�?=�6G��{���	��M�5qM7/’�ڙ�kǹF��A�!D�[Yy�sN�z���$���T���[�91�E�m3H��0��Zy��d>�u�*
�YY"M��(�I's]rq�Z%T蹜wzYlje�Y^hx~�y����
�ѷU���x4&���t\��?���]wyv�mLv9n��i�To2�%&")�0���3��`P�p��_�m�������3�ճjV�Ꙟ
�aa:1Q�L�f�K*�Oj�~u��pꝩ�h�Ϥo~�f�Z"X�j��FA�*��Z�hi?뙝���Bo�_�K�+��b��FU�"&��YH
�7�6_�B��ߥ�/�I"���!��4��K	3����$
<c�04�w��B�b��d2fi
D���v�0�3c=;���Y�EHB�	`ĢP�@Nb�(�Ew=�²C��q �RƋ
o�@JNJG\X�\#�sM&6I�{{E.,��BB�1+x�U����D�a0��t�$��Y7I��d��^䦩�I2Hb�$q�.�к�dE�k��SHf �Ҙ$:�bZ(8���5��D3�B+Ơ��RRj%4SZpbZ2F��P*�� 7��8$$Q��
WQ(�8�\(����]���L��U���<r�-�\��
o�x�;���\	�s��NN���պ9�p�^�N����^�u����%�5��yj�����ء-�e��l��UWच/Nk�U�sՙ��9g����N��i�G���+L�l ���4�|�d`=��룯k7\���W|���d��:U�����^��M,�[�R�%7Х�/���šq�x.�KW�ǘ"Ғ�P��Yv�a������D�1��+9��vH�Z
Θ���~?�:�c\H�I��i������[.1�$8	!� ӵ��\���]�e����p("�]?���BW��rÙ�!�]-��&E⩄��&Y�q��b�����@�z�X��
[!��/�(bJp��<1&A�	A$��<����@Բ��(~��Z誺NI��s�f�8�mP�TPoSG>$�¯�}�}��%�K��|��%�E�A��}'{��HG�vD��ݒ1u��(�������d����n1]���cg~�����AZ�q�`)��g����o����^��?/���p8�|�y�y����it���4U���ge��_�j����Yת�Ū2Vu�/�e���pO6��,Uz��8��u-+�tp���3W^����t�V~r4H󂻮��H�G��<s�ۀۯ	�l��G��(����i�����?��?��w�����u��	���]�9���p����h���re�����|->ս��ܼ	��M��w�ӻ�O�y˟��-����k~B�!C�=��;��r�:N�R�5����D+����o7^���ի2-�j۬�Y�ꙟV?:�3d١7���$�뿻�7MS��G;a�Y�]Y>w�,�$��
�Y:��n�#E�3��Y��ӷ���"σV��ʠ|���߄��r��0).9�u�n��[��|�����:���S·���q�u�(n�晚mD���*(B԰�3�`�Y��	���n�y��{@�#UV�@��|������t�ndk�2䠞m�
Gz��f����i%��A�ާ#k��Xj�l7�h��sc�l:�Z{�1QdtJ�G�N���8�3��u��b)%�g´�jט�]� p)�+�ȋ�8�Y�Ðs��0�f��D��޸�s%��	Q�҂��(MhC�q,��>���[�sp9H����>�lG��I�l�ux2��XX��g"�<�NK��NK���u����c�˱�O��tU��ZE��L��>�Z)a�J�("��ۈ3��k~P��B�ݳ�������~H]� ��/�D�(e���=O��^���^l����^_>��:L�煽Y}���4���Ap��i���?�7�	&e<��
V.�L�ʫ_��0��w���8��^<��yl�{o'���$���?�T�N�,���8���~?�G�E1��}`��x�7T�NU�`��w�ĸI�y�6X��s����B.�y�[g4Y����8�ʣ��_��������2I´ nL��Q��I2}^��c��}���R�`@uM����G	!�8�L\]�-�-��  )|�8����ࣶ!jU�E�ժY�!��Y=��ϟ�b��U��*�K��"|��}�g��Ӻ��|��74у0>�R[]��N�������+�ٗ-�����޹�j��?0Iv�{�!G��Q}�X�\v��V%$�4'��	�O�	�Z�"/&�Y3k�,�j�S(��q�ѥ�/z��%F����aQLw�LH�/����ۉ"7L���[���3k-hҩ��ӛ
��>u�b�ea'N�4-
{�P��H�R��	���S�q�0ǡ3�tz�Щ��8��8��=���>��I��j�-���"�Y꺣�jΣ���]6�ݹa6�2pHf�$�4�@`��9��8~9�B�~�
��p��x)�#ߟUZ��Fu�R)��a���X&[mcv�q)���`<���|�D��>�h�gC��Lf�媮�;�s�_}�%W����pX�q�Ӭg��`�{��6�4�wF�
���Z��)�F)��c\�W^��U_s�w�u�Z�f����8OęuƼ<�)��,)#sv����*�,G�4	!%�nr{^2���Fi�#��%M�)�5��߼�LR!��a�'��'���1�h�*�#�	��:s�[�N�\*Ƹ�)�?���U�*eo��_��F����FU�ߥ���Y:��'��s�)��p;D}d��h�0u�U9¯+��m������l;S�����z��,���R�0�����:�8UMԚ��\4�1r���d!v��������)Bآ{��H)��+���8�s):���ݡ�Q��(��4��JI��u�x ����4����@���$�n칞\��������s��	��6�87B�m7�*��g��� r]O	��� �m�m'
�W�Y�Yk��5�J�fB!�R΅"p�4M�v�(��=TZi%x�;NOǧ	O��ꃀ3�-$td�
��$a����qE�I�%��n����-[̴Z�`Lx�H?!b$E�LL����nZ�(ͬl���^�$~�eJFN�mnr�NEFW���v�S����JY	��ϻ����7V�Y�\�,�欞��zR��%L�&�jşx��h�v-@�t�&�{���o��)	ʵ�/��H��`-�t\�Y�<zj/�"!�W�n��x����g�/_9�K�䠶�z]fL��AY�~;Ș����q��U�z������[�(~��p�pd���2�y�i��*�
7���y�Yee1�
"L��!�䉣0[1O�Z�x�8�Ε'Mf�SMUA�蟋\x�"_yy�)��j���|��D�y>�!5*^׳z����
s2rxL����F�ߗ���J�^}~q…TJ�Ri%��@��/
��S�h�=�*ڜw�9矚0H��9)Ii�?�S���E/}�3�|�6RU�|#ɵ�扒����`c��}�!'F�3N�����I&g�2Ĉ�K�!�1��M��)�;����a��j)�S�4J�N���������Ov�i)��������TOETX�
���ܮ�,�������^�Wr��7��f����g��6�|[�xv(����� ��bQ0J�<��� |lj[ŅgB7L�� ˤb#�V�)�@I���*�C}�1�R���@�&ɨ�yia��Iҵ�RA���2N�8Ϻ�<��؏�@��1�q��L�V7��$�_�6~�/�f4>��v�ё�֝_��x=�g弎��wv��
ے��,8ԓŪx�Yخ�^q~��%�?�B��;fY�,
#���������-@*66s�ܩu�B0IyĦ\ZSll�_A]τ�ϣ��]�V�v�8��ԺY�u�n�HyR�EQ��~������#F��ટB�~q��tj����f�<��9��ת:תu�Nup0�q7n]�z�ʝ'ǒ�p�ĕ�W���XxH���j�gg���6Z���]�������G��f3�g����3
�~1g�\t�t�s��[+@-7�o��Tu3���)U��
�!Tݐ����ŻL����Qz�^Y-`0X��|�a����'�o9	��`U��e��1���PS6�eqK��_6���'�O|��^��7�`�wn��qP6e�Ġ	~�B����8�sȲ'�!�S�r��qK�f��1�k�X�wm�i�N��~�鼓E��ؒa<kufc��i,s�r�bV�aq��rC,��A��£J8l[z����=y}b��ٕ��:�~�ӹ���eV�J�=n�\�~r��(�m�(6^7�O�U��;}���d
�5����n(S�F��7�Ǔ"�8N@�,����h��KC%[w�Ȍ2�@-%��n��l�L��R~(㹊 ]/-)R��jB��0�d]�#)��ZJbJ^��맑
҉e0��ܭ=��g�#s-�u���(�m����%����\���\����}�pj@ր�{���n�/���)*kK�����Z�5�*���a86�`P�烑�$M�ȍ��Ќ<�1F�	��x:-5�Hx��Y2E��:*&�EV�J����~ ���H^$�맱�8�����8/�ؠ7��(˳�<jHs�Y��g�i�\��"�� h8�<�b����Z�[��7��Cp��R����|�(�0,B�
[���ֆRkZ�aX��-�zą^d;��c��I�@x�zw�<�-��g���"�Ğt�P
������Zx�qX,;ߍ[�ƹ�y��L]�-�4�ȥ�G�T����j�ƺ��!d��%ѡ���Ŭ�%<�X�
��0�ao�Ϩ�9�{���U����)MƓ1�������+��ѽnG�bw�ۻpq]����)�B��i8�zP��Y����H?�:��
��̷��,%��
il��-Zο�Z흝I��ܶ�'U��-6����#���:�tSϋ>�J����-��➕ӺC�g�/=�*G�e_��@"X�KF�d��Rw��/��ָ��ʊ�`9�Ip�n��eP/�v;��UJ�n��#�������I�c�iw:
��F�'�'��u,t
�z�w�Qt������ ��._::���o�`0�se>�����S���HO��	�e�=8<�s���lg:�Ow�!����¥�A`��|!̽�y��Sk߷67� ��4I��.�=��E�<��J�ۜ�vF�����WU�-6˽��6>SG��lk����x���n06�M�ƅz����[�f8��қ�#=�bR-й�f�Y^(Y��/�RJ�)�L�?R�;�pj�q�5W�Z�ř˄�"�͙B�hrmޟF��`ȹ`t�Nҍ9g�+�
�9�0B�Vr��Ah�"�{�]p�������l�vB��	�]/�4y�k	i2��R�矼��%��Dʟ
�j�����Î���y�G�b��ɮ���4�>������o�a4;�s���Ze�ݾZ�Q�x~���C�c��r���pTRD��Ԏ�6lH>ß=c�:L�P��R�t��[����헹�֏����{q������gWvv��m��0��4�g~r�\x��\T���t�ʕ|/o*l��>�ߌ�0`�-'�����~ɉ�8�����f�4�)8����.\�&4_�x���������x��'>�.%۝v�Q�wPw�b���MO��ݳ��녔0��0�\�p��/V
����._z����^'d
�n��@�5S��u��N��vw������F
�l���Q|�;7�G'���T+q
�ڲ$5����2���Y�r���m=�S��p�c'�Ů��¸����=k�h��ۍK��M���쏤(J�9���񫗣�����x<��~�!HYW*	d�d&��FUU0��yx^ܖ`{g�)ο� đ%��@��r�ugA7�8���2�9��'8����GgRR�	Q7�U��!��TR�z)�a�\E8�I�U������!��Ц��m(�
�F�O4'�*ʻ�Z/��2[]Ŷ���ΫU�z�J�!��r�>��٥��-��>�dU��	�杌ZC����=��_S�c&�N��x�v]V����u�C;4�)5���>ֲ����î�CcJE��e��c�֔K�����{��]h
mw&�\A��yV���@�ED��4�=��=���R\$���W��	���Ry�%��h��wz,�e��vz=�<z�'ڙ�XK�^�e�
	B�]ޣ�z�����	�SO��%,�H�I	�Z�7c�c�c��u9���.���>��{]�A{��$F��Ӌ��
k��4"X�el���`��q�C�2�����m�h�j�`�匝�c�bͶ,BZ��y�tk!d$��SU�ҠV�ۖN����rp������R�R�t}#�a��n�}�&%J��
c��ŞDžMw�9������%�\9��o5pWj7��~@IJo߉]F2	��;*�BiB����x2ȋ,գ�\�_<W����7������2��lGƗ�V�P���?��?�e(�8�on���_�	Q��~�>�od�I%_��T�E����t�N��#�@�ܨ��ɖ�o�b��0����&����`�*�DK=n�&d;��<A7�8�v�;�Fkl�F�;�_p/��m5˫����ͫ���lfC�V�Jy+�)�O�e]���VM͸⮕ZL�Cϝ�+T�!�d���l���}�֛�����Y)*��<˫�f����{G%�6���I4�zv�j����`�3@jV1bʴ��Ü������Qn5��6'8����C߻��3H�S�^)��	:����ZF��1SF��	�O�z�9>��!�<�97�u���w~�Y��RƹTR&g���w��y#�Q	�����"~��0��CA�����/��/�s�;S1�E�R�Lc�VEԪ)���M�������9��(�y՛��̋^rz�t��^��(���_Jy0:�_}���5Ť*�`��=wO/����<��N�Ϛ�Ύ��j?9��E�ߜ�u��w<i����`w�_M��m�zKR<���x�S]�p�y��M|�#�ҩ�SǙ�b�Sո1��B�
h[��E>���t����[�p
�~�t�m��`�������f|����'���w߽�b����(����~m�k�vw���n��;��]iJ������Gw`pe���\MB�qr��:���|�tl2��M�m��a���C�K�_>��AْD
p�t�.��^�E���.i~Gj^+�,��L��\�y���7�T�j�� Kq��[B�6��Q2xu_|"���d�ޭq�����M�t�ν�9�|�Ϛ0�B�
�Y��nf�`ć~�z>z�,��G<t��g�ESNN0��OSѪ����R:O��<_�߁1/�����Q�+��4Qo��
Tu鹛�}L��U}Dԇ�ܪ�ҁ��,b<P��?���Q��bv����P�Ǡ�]�dZ�0/P�=;%�+ k�^?T���vJ��<�–�6����T++y;c�TL��x�H���
�n^����t�X�q�(�ĉl�	|�A��^I�"ee�P���4�$��z*�@�ǕL]�xD,n�8��w�qۓ�<|C0&��{?���7�N
׌wv�4�����F0N��y�'ϛ�PQ�{�|XÅ����1���s�)��Ơ��9̗~)��e_F�$AZ��<j!��!$��ڕ �� ]�#A�s�E�3øU p�R� ��IɎ�x}�e/s�٣��+��`0�mUu�E�i[g���l��'�kQ��t���0��B�HR�|g	�Q��Fiv[<�b�k� ��ߖ�t
J��Ӊ��B�N��5�/̊�M����e1�zE�
�*�\ih�MMa
}�r^�|�؊�A6�Z=���O�b5�&��1f�
'�)%���ڪ	�[S�kW��
���¨�v]�u��1S����m�.��_Iə���v�����IO^ѝN�X�xV�ܨ���4e�ڟ;�j��9�����I��V ���#uH�Hi��(2�z� ��n����J�m���1nf�	>�[N��:�;�I-��7�y�&-��7�Y�|�E�l_W����ESotz�4˽s��O}�̠�sd�-����ٕ��1ֿ��c�}c̫B����e�"��Ã�_����L>Ż�E��W�jPا���_��,�v���j�� �O;��(:�W.Zk����޽�<r^;;;>�h���φ�ŏ�yW_�>{��ȿ�'���>���޵�2 ��w������@o�rv��sٹ�y�qR�$�9�tU�q-�uW��k���ٰk��w"����oz>����:������;���s�?v{zW��7��i�ۓ;��o��J��B��$�|��}
a�����~
A����'���+��7��۷qf�8�s��q��~�j7%�)ŝ&�Io87Cj w��i|��r�3�r�\QsK$2��qz�@O��gr�g%���U���6��l�L�"���"!���D�Jm-$ix�pn����R�5;;=���Z�U��i��+���חK1��-x1I��ɠ��dt6���`:Ir9��G���o�c�&�X�h�rLj���Y��S�Him����vv����Ĭ��y��]�Ӛ�4�a'��f�G��w��H�Qh?��)�Ry�s������8�����P����/����:�t�c~�J��.=KwK�r�BI�_�Fd�" ��F�"�nK��#�������j[��<��i���h�1}+|`���1EW��!3 ��|b1R�ro0R5,��="�.��i{�v[$w�S[M�cyM��/4��9����6A�SN|~+_<�ZN�l�ֹ�\s�p�u^t�;��y�+ALqb��������V���2^�x�����l�~�q����lwQM
�
)[�j���5�EA[��:��eY�E�|�����f:=}�6[���|��s.�����y�?ڍ"6ۛ������+w__.��4�r�{/]�ُ]>����3ϼ���X�7v��;�'�s�3dD��
'~��?��WL��F�ۭ���o�6��-�Ϲ�Y�����+�*I@��	fzD4�5�t�@+�1�g�v�'%�Z�Vk��r�=���0ћ�~J�v&�3�UUo�U)�f��RZۼ��9{��{�o^p��Q�$�h8}��]���=�ۿ��8�vvF��	�oտ:��p�9q����˝o�1����D�"�,���դ�T�媔^R��M�\�9��Ͷ6i>��� ͑R���gM*~
��|��w/�n������l����t�;(K����,��fp����ݙ�~���#��������N�nw���r1�l�u�:����n��!���g�f�B��x+l��c�p��3�z����0�97~�{�r����v]�I��a
Gä�O&IF�v;���IV��e1O��L�ɬ�gR�����@�b�g�I^{k>����.���t��w��S�k��p�
��`樯�W���|iA���jy&�ѪY�${�J�rU�l��E���f�~C�)�����Įb[��|f�?�s�MܕC|���{x��x��;<ҩ˪��:�/H
�L�zA �1q�ܝ2;�Vn��냌�����8�]��VR�0�Cܟjډ|�w��yޅN�3+Yҩ&#ð�J	Mr�V��mbə��I�Z�ut���oSׅ�,�g�`Kdy�s˽N���Y�*����v�#�>�(	�:�.&�s�
_�P�RA_�RfWA�;i�{!R��/p]�vY��?�z����9\��X�B��P�R����O�_�*�`�-�N�V�)��qʇN�_���;�3�����#
?��\���#��m3r#�{�G��ɠ��]ܠ8�t����I�y4''�۲������a�0l����E�����~�q�S�p����e����K(��q�Y��ۆ��4P��Ϫu߆`A��!{���|��ղ����"��m˦�Ws�X!��r3_�k��e�4J/��j����&�JT����̫9��h1����N��X7R���f[�#G�L�(pg�`�L��M����M����g[���<7��jR�rHK�Єk��\��l/�9�}�m#�m9_t��Lg��ܞ�,��g6FH�b�p�Jݺ�
L�\��b��i0U(��դZQCI���ql%s�*X�j�ҭ��ls�a��<�2��/�*d'4��Qr3��L/�2�>ddA�Y7
�X
F��J��2�Às͉n'򄋈���n�yw$8�^�p��
I�=U�}Q����#8|��Qk���N��4u}%��I�P�rR,�M��z���K��n�#w�r��]mM�WpFtvH�qA�r0ƙ�}���%`�Ѓe��.[�vB�`����u��V�ȵ��P�����ř�|
�B�G�p릌�V�+����9� �Ʊ�]%��G�2	�,}WXťVQ�� 2EK�eb4cU�Q�<Ʈ5�3e�b��S�v�e�k.���(��K+CH���ܴM�@��镣O���埣8'��97���+��1�ċ8x�;��B��&=�!�${�K�3ƈ$�nw0.�P*��'���Y��;�g�1jy���Ό�D�P����YF.#�5PZG���@i�1bL�"���[�
���H��a xDR1�r?N���~_C$yl���CI�"C,I�b�[Pz^���\Di�BF�7�x�1c~Ds���DAj�HKE�Ř��zoL2�2p��vA:r]"Uj�`>c	n��J��k���+Gfwp�I�i|��λǚ��h�u㰱QY�(wcY�������7���~�z�y��\7��<�fL����U���>s�"��亙 ��eijn>ލ��7�#S�EO?�'D*[�ij(~ݷ��T�}��:����Ɋ���!I�/8��x��M�-|T=���Q%�"I�j�+�g0;�
��J��R�H��ٝ��,h欔�V�f�尞����~k�&]8�#�Ҽ�sҭ�La�k�8v(y���c��|�A�@J�����sH���ݻ=�=����k�s�ػ6SQQpbܕ�4�EZ�
�mt0��4� `�^�pm�s�1Rrlm7F��z��@�pG˝��QΑ�r�����Ն=([*I�5+�T�9$a;u�Ľ�^���'{����{��1�E�r���M°�׏^�����/��{vv���{�I�۹z��u]�a��`{r2��Y�{����;�|�_�(��#I�a����(0��YН�
>��:�"�e^�s�\_���2[m��f�c@�٨�_+�������@��nS�r�Y�q�C@�U �"%�s�wC%?��=w��E�aQ�a�.��V�a�A�OF�E�n���ŏ=��h����c�c���d�h/�����A��q�Q��Ə��z�"G��/R.\$��l�Mj��C�{�__Y���u\zƋ�K���E��dm;�-�G��\�����p<fV����ϟ���������ζ��>���ڔ*/rr��Yn�J9C�����/��^��$������}�/���g��c���O�
r��MYծ��u{��ڬr|kaY�+@�ͪ�WX�����Mq��j,�]�|����sTW��nܸq�7��QIȽ<��N`�0�����;}˻{l/�vS&�cr�W��]��gg_~��ݗ/_��jMĪ�
�~�e�><�nl֯"�F��w�#�|Y֣?����s�g�#�j�v:p}���c(7�l��)ӿ
��Esʐ�9H|�}ϴF�V[��������v��V�~AF�a�<�ڂ���<499����Ã����&i�B׺:ݲ��G��v���{{%��L�tt���VE\j�<�-�aG���G	�ڛ�]�5�P�g�|��{eO37j���U�麎�s%�.��Σ��O�=����k�6�R�bxt�b@0(�&rD�r:�1��$��`�e:U���6��i�e}�ɲڑ���<��8��L�P*���W	���U4N�Y�K���[�q&e��	�S�NI�h��r��6j�}^C��-�V�(�A��iq�^o�Z�<7��|C�v6hw�h���%���3F�űG�~P§8����Y����Wy�?[]9����	�_�}���pv�۾Ͽ�a'�+��v
��ruᙫw��lO���:#g�Y:���_Q�&B��왒�d���h+S�a�l˫�h��@B��rQ���/���,C�d�'����n֣�8sR}�`3��p<�]j�
&�y!`�'����,N�z��e�,e��Z�ͩ��d�U;�5.��ָ@�瑵,
����Ǯ�𽀹.��QV
���\(��&i�:p������(�\X�7��s�'��|(k�0`�"
�˳,͌¾Ҁj � ;�Qo�2Fd��J��Ϫ^Q"EZ�F�@����^���'�)M/�H�%X���0b�șɶ�_ <?°,��RI�$Rk͘�,�!�`��I��HH!����p�sn_��=#m��\�%!�
D>���7�O,��r�y����]Γ8!��sc��P
�㇞HF0Z�}H���o��0�S���m$$��+�,�)S�E!�XkHb�?f1)FaQE�Ȳ���������"G9��;���V�jVo�R��T�Y=��T�,˲(�f���Z�O<��	�k�n��EQ�Âο��ٴ�lg�0���;�7(��,`��RG/�6D�����q�/��n9-Ǚ6�f�l��fRϪ��*��U�ڠ���.��׌Gx��W?���Y�E��Fgw����q�늋hZ}uQ�g�ćs�N��n(2I�Mw�Iy6����Ɔ6SR<x��''Dw����c�ȿh̋�������a{t<fJ�ƷRp)eeq�ғo����;|�̡�������%)��a^c�)�:CU��ʹV�m�f��
2�P�f���n�ΛOwn~筛��ӝk�7o޼y~�͛��7;��7;7�����:�η%vȣ�縉/u��3��iVqv~U�k�D�gJ�P�ܹf�cb8�������}�����;�CH/�B���K{.�ؼ�d1���b���L>��fFBN*�~#Ǫ�*� <ҩT�&#":��	�_���'>�3G�(����f��qGg&�s�=�8M�A���㮈��3�;b�ɝ�ĺ�:7ji3i'�5f�-��L�lQ<j��|��8���,/Y���<[P��^��|�j[�٢,��)�|��3/k�"�.�E�-���֒Yf�b1ϋE��7P	�����j�H�I���U�z|E���jI�Un�bN�n���[o���W��v
��ނ�bݬ�y3_��y�^,7�f��o�u�^��^s��n��_/���b�Y��u3�,7��f��k�f=O�^�7�G�F��`��XѢ�o�O�&�n4_�7��|�m��fδ�Rb�C�趡��L��YFZ���\�6��'�-e��e?���&ȡ1��ͪ��q�%,��`�=��`��x�H�I��[�Nk��H).8ך������U*_������4K���m:�������i�robG6Ȇ���P���v�Y�����I@�\���UJJ)9�0�))�kI}�����]�5�w��	�FB�B�����sc��0�<�8/Y"��7����\z�=߿\B��NǼt�����b�D{��5qOTk^��An�>�����_��؈��Zۿ_�x���b���U�v����}amH`G�l1U��}��g����)��s[�0��xT�m�D���#���8A��r��k�0W��pX׍ce�$I�Կ�}�s��{B�E^n x�ݣ�K�,:^�Ψ+�Uq�z�?��JK�$Ibz�u�`4�/o��56͊�0![`g�_��g��]~�Ź��a�~��n������;�s̔,��}i5kȀ���T'��;���=Re�_�jb���{f=#���b]�Y�w�O�(���p
���Wy���a2�`%7T���zv�$���e9��A�\c��A�Y
�+å�0��V�]�UׯQ̌+�L�\}���ze����
��}ɓ��s{�x��w��J�u��kO�qz:�Ɗ�jy���i�Ĵ3;�ν0�͢C��f6�C��ڬm^�n�w][���>:=��k���q�)��w�vyh9���׮�5�
�+x]_���v��(
�"��~�I�q���(�]�rΩ>� ����WE9Z7n�g�����N��W�?se����8\.��w���޵n�ݞެ*�f.�f��^�I9E���}�S�.�9���S�;�1�\M���Q����6��f��T�ğN/醡�sW
�����|Q��^�68�ڔq�]�%Q�*M�W!�Z�$�WPi6���@���(o��5u���!��b2�vG�a��.pT��_!�O�O�"
 �v��R�vp��e>RR�	!�Zk��������W�s�3�j���������%�>�ͪ}e6QaY��"�+�s�3�Ҍ�vW���;w>xt�`���q��([��i3��{���q�_����Gl�y�]�'2ˊ�$]�tx���$�Kg�(�t��w�����a�{�q��[0�q���[$�����h|�����q�q�l�V!���E��x�ۿ�۾����ߘ�����{�w�/�RD��R��u��\���Ӹ,΢i-��F�@Ԫߍ�Z�?C��΁8�s��Ax��h]��?��o������-���\�^�i��o���~�㿆k���bPf�5�BvV�<�\U@!j�6�����X̔�8�!:M*P��FM�f,k]bfy��H K��VH��ID	<7b~��?�4�2�7a�xBҐ�������09�4}e��*�Ng��i3!F�~�3=���*�<-9oY��1�aZ���4aJ�p)R:�0̲8��C�YF4�Lj�w�Iz��笝g�79���x���hM��Az1=G�/�i�����g�*Թ‚ۜ�Z�`�[P���}���L�" (ʹ<�]�t�qL�(�b�\�r��|�
���0*"������ET��̫�9�M�;J h绳��z�Yo�k����.�Q���,U�FП�8`Y~��
G_]`tqC�N��J[\��I�^Q�ze��*Y��٨gu�&�Z���R���u�p�O�|�e��s������8
1��ŢX�4���&PZ%����Bw'*��5�`�H[PNj��7��	j| hP�ն�mfu�� Suvv�ܞ`OVC�
r<��L#�e�1�T2ep]_��H*��0��4��+U�r2@aK���j�Q�k�u)�������kb��PR��N�?'R!x��C�����@R1�jO#y��O{^�y��.��1!��h@Y��吏�{���D��.c*���VR�3.�RA���TEQ?;8�{q$g��hk!���$=#�9�s%��g��B�F�b��ċ$;TL(�A��0b�x5�io�䮛
0�)l��a�m�F����ځ.u��~f��H,�7�L��*�Z�C�c�Fr����TB(ť�`,C��ai�M!}&�i~��P����4�B��]��'���Jk��r�x^��|��&�h{e �\!���)0-�+�X	�q�������� �D\#IH+�#�Z@kù'��c�
�5'~`})�*
bi��d�9$��\/J�TzR���ؓ����}�<!�\q�9Yh.}O|�@���Ӯu�V��
A{���
0Ĺ�sƶ�\�i:\�I���*�L%�2M����;^F<��w�'(81��)��	H[�@BYO��8�p:�$2���{��4Hy��� ��!�1�-L�+����� ��K.Y��
C��Q�$���I�5<��L��X�[EI�_y:^QdJ*�j��V��Vk�-��ʊ���/��D���^�? x���T�Q�% u�%�\�;��pim[�I���ZC+�{ƙ8#8���[ο���p�q�R�jR�N�X-�Z���j��/Ė`tO+��S`㱘tK7�*tk���T3y���FUiA�͵;�b�������9^'"��]+'�X�.DZ�9�c�8���V��F���C5לWY�b
�G&X���e)f69�_�NJ���
po�;�@��8�'��þ�n`�� e]�9#bFi!�@����LS�5��[��r�,;g@V�\�X��ʆ @1a9���B�H1��^7�3ʇ�3�B =�&9�<IL����di�SF	U4E������\�S�q(�0�����署U��x�S�.�A��N�<�).W/��}ZE�)
����6�}th�����8L�Ƙ%zʽ�/���,1&���HI�HY�V�5FR�Js��aH@Z&��QDRE��\4er)9#k��^oHʵBr�'Hń9���!�Z3�%�@3Ƙ6��Rp`q��d��G���űF��VG�s���n�Xp�X�O�~.��%�U,�.�˶�2��Q��I��]h޹US����+Lt��Z�H�LP��<��j�V�	a�}b]��2��Q�^F˿V���̛��-��fY�fW[�#JiI��H�ԼP���/�Y��e��;X�v{i§��	鷸(9�j�:��vF�<��5�I�5�=	⾔�K��� H��jߢN�!��$@,�$��Kə�>'�I�!9��[�4��_�Ӥ�KS���,흿Q�80�$l���%���t�6�.J苬����~��HIFB��9A�Ҫ�u��(��[*[jř��f
bRE����k�*�}�ۿ���[N��+	�SK���f�AR���|�����h4�^��W�(F�~��W^�o�^[5>�Nŭ�{��V���Z_��+[Q�no�;o��8�C}n}W&���q��ʒm�Y׍�1���� ��ZZ$*����
­�Y*���E�炖�c�L���y�ن�iZ���e�Ϣ�"���c����?O/���z�O%岃��鲪�p��g�
�YQ$Ja�1�Po�6��`��g���b�%Q��Bͨ�~ ��b�Yo�7�d.Β�-� ���Qo��7N+	���gG�~��=����s�bN4_�"�'Ay%H0Ҽ(��'��1�]\�� �=���q�ܳz���'=�l���#����x+��z;y�bN˸�Ij��j�C�S��/9<\K��L%gLpMdnT'���b��s�j�6�&�"����_�C�*��Ԧ6��x�lᬭ��6�c�
��f]g�]y�(S�t� ��0A�&q�1c̛H�����T$�?6:��ř�eöK-<���1��{���(�#W(�z2~0��Fk |�d�R���#��)E����;i��20>�ɧ�~�` sJ.!�?����9�.:�a�{�0���������8m�Az�^G��䳄��4L��S��e���,����G�[�r���۲��[a�l0��LH�
���$,��׆ ��ϡ��3%˩$=��U"O?�P��b�����fn[(R�Z���riA��a�i�IAe�"%�G�\IT�XDy�W%�	�+:7��Jl]�BEyޒ�G�LP<&�<��j]�@@Y(R�@�ֳ�W�T�E�`
�Ī���L�	�&�.ǛuSnWT�JAϨ=�Ae���/RN�kf�T&�
����Wǻ ���62�,@P��Cb��K
B�1����,W�	FBi�H����p<_�Kb��8V��e�`-��u�������i.���>M|�R y�m%�*m’��r;���󉒒�� �iA��Hh�W��;�=!Ii�87�m��t�׎�%?��!cb��:��(Mc�Ia]�I�j��_Md,Ahc�� z%����4�FI�}<)8^�F��^�}��ǧ$��Tv�~�c��,�	�4�t��IR�ãX@�l)sA)F3���F�<�$z��2Ij2��5R�ÿ���=%A��J�t�qB�J�;��I�j/
���0��R
����G�����s�8Ei֑ ��1	�&���:e8T�We��{â��i��%��4
���dr���v�����S9R)�}��p}��~'n����s7Z&�z�C��,�T�!�e�3"�݀1&��J�W�lq��|0��A���G��ou[%cJJ�z@�$��ŹQO"K�ȵ�����\Ϗ�^�L�W2���)[���_�8��1�P�fY��
�\^G����T&��{�	5$�e�R��|,�PZ)�YZi	ι��&���J#�@^	0����-�V2�l�~�  �+�C�yA�Q[B	�b\»�ޭ��8#pƤ�a �R����=F�Ƿ.�ŭ���c�{�q�1�|+�kH�9�����2p.8)Q�$9��8�q�JpWk�hÔ��.#��mt�z><�\�<
�6(��(��=�@���sr|�d��,�'�Ogp&KA����v���S��J�#�i9UUeFea��bJݮ��l5��s_Vf�ᓯ�~��tg.]�~�����z8_l��=��	��ivC#����Q<�	v�M�I,��壏>x��1���b�PR�e.$(K-1#�+D1���e������+��ᅕrFq�s�Np=OyI������|�Y�%�i��wߟe�;.\me6�X��d���UD-�#�����>Ý�9�tUM�dL�Y��S4�X�59� o�V
�<�˿ �{�(T����d�
��:�e�Q����6N����t��g�oG!�g)���}�5����RWH)L�}�*O�8��
�N?cf��y�w���o�p����Ɲ]ڳ���λ�Fއ��s�y�y����78NF>�3��u�|���6�rZ���;�#Cο�ʹH����Eq�|��E�hC���i�jʹDU���E�9|����ǻ�,.�Xk�t2?@���>�\K����<cY�{���8�eKǀ�kB^�:��a���>�٪�MW\]>p��/.�X�Qd�rUIstt�rUI�[�^�н�r�,+B}�:CK��>�1e�"��N�??�cM�K1�g�q�����p���
�/Ί���.M�00G�`�i_�N(�!�V:|�����٥M�j&zO��q�}�fa�qb�ܡ�9s��
]U�Z�m����$Cҹ�Q�؜��\7ά�6�]�m�.�bW#E8����\����O�!�}�-��w�yA�^���ɵ��Dp�ko�덅O;]�
S�{�/��y>�I�4�����`�΀�|P��ڏ�,CYN�nZ�Ȳ��(ʼ�I��̽�֍�u�c��-��r��|��n��78�;��|��A�z1�L6��j%�,�b����ţDj���+�M��`��'�?l�ά��|��ۍM�q6�|���B�Ԭ���z�(U]�!6MZ�C��|�/�������ż���JU��UlN��>��\E������g�!x��W���_��˿�_�q���z�{N�Ǔ�P"7�K�C���K�}��'�c��C�s2����&c
>��ǿ�Ɇh–����O>���7��x���I���׻��~
N���ߐup��O�z�%�uzi����3����`�&����E�	�M�{��>�&'�!�CH��IԎKX�a]+�B8��%�W���>媳ڬ�gX`�٭u�X��H�06�l7h�O�r�1�0��|�|·;��n��
c�vv��?�n}�Ӂ���Ըs����ټ�E�5���
��#p��� �sZ�9��a�f���7�n�3p���?~��~���v�/��@t���ޞeZ�D^��qY��R�K���܂�^��G�M�b�B@Di¶f[oV@I���6�z�KC?���|��|���M�;mݲ,��V�t���~�Nu�ʒ��?l���u���=�׳ݝ,����n��4��V��,�)���T��J=Pv:�������D���I�TK��cWL��)�����z�~�s���*�UZ�M�T��l�:��_����_��ϏFW_���3��f߼y��Ig��i�IY�q�.����<�|���g��Q�dM�F��a(��e=�̍�WQ��}�J�Y�RϹZ��O5�m�v5y�F\iϤ�߼'B(9���q)%�MR���qk��1��A`]9|K}A}A+����''i��Ԑw@�ף���{vv�۝x^�.�@�FiX��Y�Z�7+W����0�!]7�ߢ���@�q���>�R�[Q��?�Ooܘ����ڜ��B��e�u;�a,۝nV��#Fa�b]�CN�9q�pހo��@)�	���9���՘Va�Wڽ���3U�)6�/�W�L�*Hz*m|a��h�}�7��ΐwz�m7���7n;��o��GA�K�K*�0���R�JMv�\��:����@z���z�����dGE7n�������m��x�;��ʵ����ƒ�����9YH���u�+/b�M�һS']����j��M;����K���G���:���O[S�I㛾�'8���Cy��$�<�@eY���<�1�{~
7Ͽ�g�5��������1������Zc��ͺ����M�5�n�G0�\��Su3��$A�����<4yn��{�<O������:N��h�(v=ύ?j���G�G�8����z~�Lg����[m�&�n�&_���p�^�x�M����O��^����[��[����pzQ��׿��#��Gf�[���쥆/�:>oQV˙9�;O:��|V�cV��B �.r����"ʗX5Q���T�0D�7o����r�0��7�)a��AC���a�&U��w�g&�j����y����pX���ڵł��ju�۫kז�-G�}��лt��{/]�;�������CJ�<ֱ�R��\>���4#]�+!�G��B��)ؽ��ٯu�<�����ȷ��`p�Hʲ���s0__rtt|�4������0��c��	�52z��ﻂ��
�
k�4�>)�)_Et��I�c�����xtS��%�X�#�����>DA}�jֽ
��pOܻѴ�U�O^�pr���\Q3Bb'���1�!Ɩ��B��Q�$�4��4��H��g���e�a��9D�@�G(/f��\��=o	 �.=M��T��|&@�����
Do ����;�sJD�疿_�o���n���F�;}�Bk���)'��Ł�1������v�W�8�5�����)����8��i>ƙ`�Bw�1� ��ۀ�Go>O�Ο�ym4z��k�um4���v���������|~t���>��M�:�s�n�Ü�9p^�|��%η;?�|�%�iV�ju�Y=SR-V�mS���9�˽Ň�8CPs���9�����#6�%�XM�C4��,�G!�N�"8f�	�f�#��TB���TꍮJ�p�.�T]�E��T��t6H�,A�\/�vf�v;�`\ͱ�L:߄�h<���Ƒ�C��x���y������e�;
tn�ֆɴ4(����F+�d�����_M�];��EJE�<QI"e���z�߹��h��³�Wx���L��ӝΫɤ�w:�4I�i亮u��4N��N����y��%p1u��"-U���.���!�� VSJ��'�-Mm�vFj�Gh����^t��Z����>�q��~�]�=�31l�֗;����;��B��r�	��-4����9SR9,ac|�D�Cq5J������ x.�0(���r��ԗ<��m���MQ>Ɇ���kS�J�i%e��j��γ)%I���\���b<:<��Gcxn|��g�Ůw��Z{��C��ݳ�Hf|�Ղ�g�>zf9p�e/�����8�8r�q
~�D��SY�-at�<����{��=�//�;Oz'�yo2���xc�U:���B?g�
w봆��ls�qn��zn�u���p�8wc���zϢȟ�U~�*�mS5����l�&SU�1`�����(�Ͷ�e�:���M�iL�	J�X_�����` F3����z����s�.�yf��������wA�wtQ��;�P��"
��<!���S�#��_�����^:��E��[r��X�����كo������n��x�Xvd|G��ܰ��6,KFY���ҩ]���Χ�#��6��|4����=��V�%�u�̏[+i�
n��_��g3����e�y@P�n�����I��Q��t�߁���nd]�z���Ng5	Q�����g~Rv%)5ƈe)+�)�C�i_�q�?cѣN�׷}�c:�p�]�,�A���&�4#��FU�J�b܍�d�;�����<�Y��\.�W�9Ë)��S�2(5�cHѣ8���f)��SΣ�")z��9�q'v
?ʲ*���bW19�^?��zM�ǝ;O?�o#�=���?���I��?�[��8�z�HJ�F�p�;]�uy���ۣg��r�K��,J���O]�Da��~���y����O�0.}Y��p6%�ly`�&�N�O�ht�����@�K����WAg������0��GDe�n�x8��fO\=����]����)����];:&�FC��`o�z>�{i��&�w��p�y�y����w;�t�m��fk����m,Du*���T�f;_N۲0+�YN&q<�Rv)6_4�U���	�P5����c�Ǟ|���
K}�6�Z�H!�92yl�6X�<����`e�!�'
ch�;��6��∫���$1a��미t���O�r�A�6QZ����_ʵQ�s�8>���Ó�����������_�z1�:{�|�R�
f
��i�["XV�?f`c��kgן��9"Q�u�qY&�ket��4�FK�͓�������d{�#:�q^�;���w^�|����/:�	!x�w�f�,������.4��&��oIMǡ��d1Y�*��-ꙫMS�(��l�Ԩ�U�'�=ʥ�+�i����C%Us�$�f>Y�
8����t��
x�㥒�� A
��LF�Ŭ�qN��TGXX�Ꙑ�����l��^�7�͡�)lf@��Ȩ��~�U��z����j���Zd�g�M��z]E����pp�����0G�3L0H��l6�y>��Yߓ��s=�zl��u�Wv�Ójg��ʘ4�$��w�_�$%�uy<���T�?�V����(J�(
%�^�G��K�4<Iz���TP��w^�&�����N]i:�J��,��\�O�(�x�/Ek��;��T��i�M�1N`�H������y^�!C(ھ�x���#����f�1�u�rT��)�:�dqę0�%IQ�!g��JD�� @����̘���pq��Gy�B�C(��=�V$q�k� <�
$c�LYəgf��	��3�l;��	�=!S:x���*
\D�GL��5��1"�x�d�<�m2��.$X��c�s+�Zx����c).��D���뿉�a��,�{�<�Cl>�
�9-}UWQgT\���Y�d-7��|Ѱ�}�j�W�˚.� ���N�FQ���pR
FZ��r�&x�hgھ�n���G&JEQ�罢��a����g�u5Du�	Ƹ����/���{��|@�Vg���i��e�ȷJͷ��9 �E�vG8���8��s&Ή�q0n��E;*��*�o|�m���U��T��v��=_@5e��5��u���)�^/��V��I�Y����0�^�͟(٣���V
���7(���8�.;$k��o�����!B��
����9�v����I�(.���7L:w�~�`���,ҧ�R�`hO~�ll����cB�B���u�Q�2�~��G�x�@�w�I�/w���7"Z͏���,����K��Q�Oň�w����!�c����L���r�4�(I��m�!�4C���/�H�~��A���o"������sEr�e�{~t��ְ��^����9Ț��mcU�NSb �6�W���HA�x�|~�S�A��Z�>xj�}�<���e_��s����>��w+e�Rz,�m��?�].����R���D��r%�6�]9~�r�����Ĩq���G�\-�u���-[�Y+���̵Jr��,��$�ܲ<3�8!o�$�Pk�87�	ɠ���t��Ԡo��DR1i��Z�猥���Z�Z�'��)�E�-�5�D�g�"��7�d��Ĝ(�c� ��<
͞�3k�:�9/v�s��8�R����_���BhBW�i>]�A��h��:����	ئUƮe���#��vk�Du����g�j-�{;��U��C�%Z�Q��Z[kGIF�(�W��T�ɇ��JJe���ϕ��˖��n��Ok!��u�3cb�����$ci2���઼K��6��u!��V�ZJi�BZ+��~���8"�v�f���MI>�lp-%C��;��l1���V��A8��ޯ���~#��N�$k�z;���/�3;?����#5����0�^cmPG\x�W^@@�c�4���to�+%�݉?}hr���?�K�#�p���mm�78������5����/g�jl�n}�"V�������bR�0����U��,U��քo$0���CkF��k`m�u���j������^��d�|��qK"U��-{��N�Z���9:̣��0VĮ�xիn\g�W���Ah��Ah�a`��N�2[D�i%�^o��qc=�b�43D�0�A�����w/�\���G��p���>���k�t]�a�ڴ�M�+B�u��NV�Ey!{c�MO��7���?�Un���S�N'�����K>'NRzի~��*MR��q"�y�q�M����U�_���Vݔ!&��ɦlǘr\�
�q��)�*JU��ͽ��Ǔ�}}O���I�2U�R��9+����G[̆�kZ{�
��qP���v���~o��m��n���!&���N��諸W����*y,i%�{�a/���7>�33�dN��5/���fo���6��r�&�����������\u���~�;��89O9N�6��:���:v�\����R�c��
ϝԣVb�+�m��o��?�p�&@QN/ͦ@=���Ԋ"Hs�8�
���)�)�N�Ev��0�w�ֵb����U���;~��ٿ�,�x�n����=<�r��_�n���"
v�Z�^o�?��<<���m���+��A!l�(�ڔ��c2t�2
�B�g�n�վysz����{V�'�9,�n�ly�=��G9,W��l�Z/���xR-����c˥�A<a�LG�q�ĺ鲙j��[_9���	q��G_18��fg�hg���[�����9���o-L�j��(_���ӝ���x�o�u��,��D'��\R.��@��{&�u�x�˗�.qq��?~��Ic|OJ�����߯U����]��y������<�ݼ(RY�EN"����)�=��ŏ_��ō;���Z+!Y�(˖�����6Q�R*�R���R�q�녑�	�Ts0�9�����I�r���3-�Y9D�,�C!�	fc�<z|�n��o�C*�b�ч���)�*�5>��W��Rܮ���I�2��V�#%~[�+R��!��o)q�}J/������B�D�o��H�o���P��B�
�UBL��0��v)?��*�wQK)!�x��w�!v�t�;|�n:�s���6S%�ᗫz�HV�N�)��09R~(�
;�����turgl|	��I��0�$����ͼl��e)/����E��|1�!N:�q�I�V&I2��If�$�G���;���	���F�q�I�/�X칹��w�⧺qW'I�j�c|DH��O��b�8�[t-g�3��L'D%*=Bj�)?����ޤ@�2��d����0G����!Y�[����VX��ͮ�=����Ķ���`WF��#��\�<r�'Oo�l���~�^��cj{���bk�P���� pu�@)�O-&$�8Kږ	�����^�eqĕ��v�жߏ�0�J�Ī�&q+�N�P�0����O�����3c��Z�A��ۉ'M��|z�`%9I���'Eͫf����h�
%	�����w�ƽ�?�q�[+���u�	C�+��D�(�}00�l���
|�e(ZV��x�eT�����!���{&�)HI�N6W
a�D6˓DC).�L�n
��>c-��{D��<&M���;�bD6ϵ�����Z�ֹ�GDVq"�Zd	͈�:�p�E���A����`Y.WMȮ��J����|OP���Pe����X[Fp?�Ѹ���U��i�i�<�o�߆��e��������)�[��>x���qo~e�ݝ�+����dk?%y�g��}�,y�O_a�����Y+�n��8wp[�N�<l�m�w87�/p>����F���~ms\�	՛e	�6����x�p��^%�C���B5"���r���9V嫼��-[||,�TUJ�k��Fx�hh�I�u�1S5���#h��T]�Mv���M<�w�AXw:���w��s'���q;C�{��e����	�E`����FH�I�cD4!�Da��S�8gۅ(�
�03RJ&쪮u@-Gf��֗��G�K2#��Z�G$���=G�v������e�Պ�G�TzR2�5׆s*\)97�ý���
���v(��`� ���w��K�+:���Y�_����k�G���SB��p�>f�=H��3ܕ�)�Q�J��PR��?'��G�cm���e��K�
_&g��v:�|2���
��{�u|2��-Є̷@�Z����~���5�U�)��ڦ̥�}����?y�s��5O���_���O���͛p������/Z4'��_� prV�g�9D��}�\uns�r�s^�<7��~��V瓝Ow�r�TEYo�<�W�MY�jv�A7����ï��rԋnF�Md3�be	�M'���0*�Ϭ�j�|5_�ϰث���?8���k_����/J���Do����a�w���Lz㾚���$8��0��ߞ
�V���P?�Ŝo��k_��׎0�=�3�/���*�Z���.ݦ�
�m﫬�ٟ�'�}�k�8��v�u�c��Z�Xd�3/��/ܢ��s��ǁT	hW�[_��^�כm3_m�Љ�qY��LMT]��$�<�H/���xtw�[�j�B�D=�r�����|'��ss��χ�v`���Q���N{�Tq�A�ǁLdx����1]ܥ��1$�y���FR*.���Ju���N�7�{e4!�8	?O�^$4!�z�V�眼@�֦L0ا�%-F^0�w>$��8�ҏxRi�8��K��G��Чϙ�;�5��i;+�~�'�_v~�K��"�E�t��c�
���,�e�\����{)��§o4�g�e7k�#uÚ��%,���̭?�ؼ7�Y.�(�K���M����+
c��uHu���&�)X,W�	�ͺ��
WT#~����хW��^H��@.\�v�t4�y�^o��xq�"&4���g�� ���1�J��x
��~X0����f:6ZX0ND\H	�Hhb�D�d����T����i���U\I%L ��=�E �zbx���4��h�4ׯ7����\
��jy�[�U)�W�a��"�d
ù,��iƤ����Y�Z-�=�x�1�l	FYQ)��K&x6�$ˎ��g��>^f��os�`GV�d�E�߭9�<�R�?�Ӯ�L�@
!x=R�n���H�2��Z6W�"�	����4��iAڕ/�9��IEꉲx�4���j�R��.��3&e���AY_52&��4
Bhm���v���5�a��>t�U�$TxQ6�
�-!'�AV\�fD�WP��翌�:��ݡ0���]� d��`X��qG:�����[��y��)Η:p~�q0��0R�V
g���z»�)���;��`�^�P�S(��qF�KZ��)J��$��f|���y�<�j�驧1]��f������eC�E�(w�i�,~�������j�ݹ"k�֜ѕ�}I<l�[�v�p�$�3������H[��3ి[��{6U=�5_!����g�l&!�'�&+)/̦�� ���N¨G��BJ��r=��d.��I;w��&	��N_39>��Mְ�3)-Q̕d`���>{v��_�[-c$%C��1�ȳ4C8Og}�;i L��<���c@Jv��C
�Ng*U ��x)�;7^����4+��D�o����&�p!�Yf!<W��
�݃�X�K�梃GT���x����Dž���߀]�q�˄�]��<rm�����rW�vc�O�|��#���d���r����+�츍�	�����f�'�/��$��6%Sژę��C;_h��jܕ�<��2��7b�ULa��/Q]5䘹�����f�!c���ۮ�S��+@;B��;p�_d�mW��Yc���kٍ붫om���`�	`ʅ�q1�7
	8�n{�Y�}z�D_���0���4��Z��|��z6��5�??�p�t����ϵ�Pd�+�Mu��������f�8�B��S��/P�8��3K���tJ�b�s:�u�}�k#��i/N8c�9\�Q��$"�%�<?��8'.�5%��I��v���^�XY���m�O����o���Ng#1�YN]�Y��Jb�^�Y�@��Z3h�Θe\��jF����_t�x��ԫ����mG������@0wnd���9��T!jbG������f��U�
��!�I3��2����C,Wu���[us�MQ���]�'i�<���_6������:n�Xf�J���
奙�=7c���@�,�d��<Ӫ���w�F�5���>ix�m���s�/v�a�d3���:߄�t��Rr���%�S��`p4��HP,d&Ia�7˴�9�tx�v�NsW�����^�}�{=m��SGQ�nEQ��Q�~Y͢p]���V��2�Y�Y�D묖�cI2�<�$�^�>�P�;��q�;�#p�'΁�F���C�nRdzB�[]Vi �*:��6�b��f=Qjӻf�I�y����9��uy0���_�o�0��/ǃ�n�zX���4K�4��'�GJ6e8��������ń�!D��÷'9�8�A��X���?�m6������!���@ڮ�7�����[��]\/j�����{?v��|2���+���?錝۝�O�����R�nZi�j/���):��/s�Ie�2L��@` ��ͺ���]�vtIMiJ6x�8��ze�Ӿ�ʔ*[��v[�"o��g,�r�T�.�Hr�[���S�`�Dv:J����Mvvb�1.���|�S��
�PK[m�hq��ʸ����(���*F$Ǿ�n1�w��Ҭ�N~��4�'�r<�=ϝ����3q�V�+W/Wp.������8����EQ��z鷻�a&gr���8����s�r"��8���YgU�%�զ"�<1�|�מ����>���N'�������߉&���;��N��Y�
���V��-�c�ܰU��X^}�'4��l�I�k߉��Gq��ߎ�'y�n�6G;�Y9��|?VV�L&U9iw�>�J'�]}�Ս˂���Ho��@�jSզܦA��4z��IE�j��XƖ��Ȑ�r�N/�|��{Zm�~�K(�]#��)i]��b�gI�2GsXϕ���$N���=`���A�^v�a��h�0���&�&�F��g6�
;����Bb�~�4H$��ۃA�j
�Ρ����-Rc)�l��n N��$F�)�>��W��yY��K|��^�4!r}c�k�����kr��8�v�����[�D��9v^��<�kg�)��_eVn���9y/f���b~-9��x����UZ"����F�(*hJt�նY�q���6�|��ѹ<�+�V�?OZ(���E}�}cp�)
%	J�jVԃ5s
�	��p�m�����~�yx�f��"eq֙�F�͞��h;��8����wѠs�e����Y��Q�"�6���}P*��e]H�Ā$�� & %�	c��<�N</o
��T�&�(�}��ï�!b���vD�}�^��}�@黯��^�.z��Z5m.KW�o/[�j��R��K۸��ɥe�~ź.�8�.Ⱥ�g�מ���L���ݩ&C0b��;l���y��e�s2���
��q��\�w�,��AkC/�5�߉"@H�|2����> �;���^��v���^�ò����O�ǻ����t�G'LJ]����nⳝK�s�'8�q����?r�	*��2�9���`�҇�!-U�Z6�����m?����T�b��7���b��U2���$2.e�Wsdп��+� ^�涔�2a���,6����|=�y�Ry#�^�a���{����,$e�j��'������3�Խotۥg�(�b��,��몞W!6K~�ʋ�f������.3���!.~���/QQ�M$qQʋR^$~��9cID��v��I���ô���m�*#������9kꌌp��ٕ�Ь3ND;�EDe�H�m{��/�!���_T2����R��)cW�R�� v<x��|�]a���>��S` ��n�/���7�	����c��O����@�$&"f<�R*[��:`I�H"�C��e�v��/'9�CA0$9��������{����g��~[a��x�گ"���
�s�E	G�@�s8�W-�����Y����~���r^c�&]eT=歹�kZ�O��4Y�(�Ĺ+�J4Q�E�
��i~���w^��[{���#��v�7�<��"�s�@v��ݭ&E�r���L�(I��p8hy�e	��l��&Ms�#���'^{ㆯ[���3��7���wx"��[����3Ww�iy8����30�t3_I\��Y�¨��"Z��q������'�<yy~�ik�����qB�y������9�u��|���78����9�0䎃Y�m�m=��:zg����D���t��Fv�}r�!KO�"c@Y����mA����R_"5�EI�Gk��M�	M�oا̗��\���m3c�;5Uɘ�j�U�f�K�����F����y�����LJ2f��:�}ӥyRf�p8f��R�>>�w+H��nhw�?��*}�s
�'Y)�;�.Ki�-����k=�/˲�]�Z��V��]���F�-���j�ʼ6
�0|����e6�^K�I?���J���a��K�q��B��0�Џ>�B�,{J�i5&(�pa�j��@Yξ:�}���tx�	y4{��})9���
��0dyYyHd�`��탁��ٵ�F�C�@A���<_�2F�n�B�^[�?�=E��$��~�ߑ�YJ��Y��i�Y��|?/�}��(�O�S �ϔ�b@�Ǵ��v[���ͼ$#��h8���R���6�z.�Q�� ��6-!�}���������A�~�OS��)h��n⃎�M�
�sʽ�.�UY���4D��ʷ<�~O����ݣ������7�/��~ ��G?����g}��0�`O��9şRhK7q�s�<��E�O��r�i�(�6�O���������*_�����~��W�=�)F��tr���a��B֛jf��-k �Ϛզ��h]4כYi�
�5�d�~��P?�\��y�ÎZV�^�7��#P�U�*z
���h��2�J��Tx�9%Q��;]�^�k4�4Ͻ(
GqߏοN�e��e2%�%(
�i�Fr�G�
J�h�:b�$�i��y�GQ8z�}à(P�A'L�~9��*{��w���s֢�������m6�=7�J���$]��%�E��\(��J� (
�K~��c�
�RԅT��x�Zh��N�$�=�E_��M�K �~/��/R��?�;P�u�I�b��9n�����2�q_�8Sy�K�D��Δm~�u��A>�huG��l�3��LMr�������X
�l�%�4�n�̓4\��w��];u�Z)ז�K�ul��ɯh��o��N�m�y����{�(傖��@�����lKO��j���b�TJ������{5o
x�]Л���V�n����>§c@�sq��a��F�F6��]S�1b�� m��#�D�vȘ�>�/� �\=ƕ⢕$Ju{�[�]�;ժE\cdM���^���ثw�;����g>@G�����{I�c�+��Z�Z
�3O)���ƀ8�D�K�R����tm
I�%�%Г&�Ƴ9����}bR2	�y��<<4�Bc�ˌ1��|�PJH@q�D,I)�	�����F=�
��?l��	�q�Ϸ� ���V��f?ä{��"���J�)H�0p-�tÕ�҄�sC��GI�vl�tڃ��V��-EJ	͸TZK�(��;8�2(�����G�v�d�wiʴ�u��^D�%�^��F���瓨TDv�S��\K�y���ڶ)�N��=JR����Zـq����\���� �0&���<R�$�3�Xa�_�e��&��2V*/��� JJ���"���Vm��#('�����Y��k8��}�w7o���7�z�&n�~�W�c�a�c��i�f��q�U���Mʪ�RU���f���>��у��[����g���{����Dv�/7n`�3���$��n�rt�jT��s�v���4IYk/�Z��6��f�ʫ�m���0��ŗ��lWB	��W"�k�Γc1F��l��l7�Zw�gV�E�*W�Z5+G'w:�狺�ʬ�����2�,�̮�M����uWz���Mn��e3�	r���ouD��u_��u��W⣣���a���ޫ�~Hc</<�!�0ڂ� ��"�\)c�k�R���h�Z��^���_��Zi|�j���k�]��Sp=�>dະ})��3%��H)gR
)�3�y�~g��z�&����?�s^up���y����7o�������7��}��5vkۭq]c�li��
e�������ٟ���i��"����i��-	�
�
Jn�)OO12���`��5L�p��n����2��6���9حiV����^��|!�(Yu5��f�A�H��Y�@l0�r�`�;{&U9u#3y�!�����؂��5(����8�Q��$x�S8���O���e`�A}5�6rۜ���&�������6Q+K+���n&��ɫX����ż�nt���b���Ӗr�R���Z��9"u]�CT3�b��$�"�|A7!8�q-���0�H)FRP�G��}�'�z.��<	w�BȴR�C��6���nNK��G�0�JHr=vS���]�?���@�>���)/+}��c��35/�2DDZ+hF��:�RBH�6�K�R���$�5e7@d�Ȉ�0
C0���'k��R\ BH"k�R
���48��ԏi#�㖒��/j@ ������AȲ�`�1!}�ȍ4��ϝ��!�4��D0�� �y>��G��F�`y�]�AI������P�%�Q���Vc ��aTF�*�����~l�����i]AV����/�i�ZehiW�!��:y�@)N�KY+a���-k�4F)|*\WI�/�$E��/.<ʜN	�n;�:������_X��-�����W�U�a����r����5�ի��O�m�?�������Ǐ���]ԏ޻"�X���`���g��p~��Ӕ���U��Z�^��%��ZmB�!z��*�(ƌ�Rf:�q�p��ے�Vg�hV��Ũ�WJ+�����)T^��9j�~�E�S�O7��U7��,�����#|�g4u;Z{���xq�GɆ�'����;�jbR1����:�.{����_����	'R�k�v0�u}��t�Y�O����o�Y(�
$.�o��^��i����-����R��=��|��'�{�=���f\�<�.6�4��sۭ�޾Tq8,��_�;�x/]ȷQ�,[�M��^�����4�0���N�Q����r��:NJyнY��*�o����\y���O��:��w���'����M��t�;�T�w9�p^�|��Η:N�3�6���զ*��mi�5٨��rY���AK�'&�¼,9�_-�J#��5��V˲����"1�R�l
R�*�jS}ǁ�兑�O��Slvh��s�K�7,���F1� ��v�ݢ��0�2�G�h4J�,����[���$�2)�@�P}]�(/��l(�BOi���8<ĉyo�o��i�ҫ3���Z���fjo�p����5Bx.�]�V�Z!�"���4�;6�2T&��_g���ʰ4ݯ��S�oh�M���0�$�n᝸��cqFv�x�sgK�&����BJE-��:Ϧ���zr��]��a�a���ߛ���͖;��{v�c26��.���I�E���,���}�hV?���׍c���B�5܌���H܂@���Q���e\m��Rq��F����̚�xT��Қ(,˶�&A@�{
ޖh-T�������쌁��W�L��UQW����;��}�W�rB���y��#�A�pe@U����C�0�f�����:��L��0+���,��f�ج
�\���*"�]e�
���fr����'�K��:��|�=�q��^��3�e�>�PO^OL�J�ޜ����;�Ŭ�C�U��%_��	�K���l�T#NPM�I��~X%_Oϼ{E�����JSe*ӂߞ�b�	���u�n�F'�N�q�*.N6�Y�C�):��� |3�c�VG��r�� �d�cD����vi% �a�?-�Ddl�rȗ�qjci���[��9@��5��\����i
�'e�,-�)ZPݻ��c�4S��L%�9iS�\���S@�J	�M;|��I���C�>ErbR���̎	�p6�=�������88S0��#tH��(���vk��}BH�8��!�Ȍ PJ� �x+Y�Bz^Q(m��2
���B��\!�7(���p��@oX���фF!"�?Sy$��k��i�+�Y�H���qB�)ۍ���`��{�B���!4��O=�XfK:�jδ���k��Y8+�n�Ο��}��i֛�Z��͉�ћӷ��(d�i��sfi�+���e���ͶYϯ&j��<3'��Sg$Z�o�Z����&�s?�z���8�۪�,����|�Y�sӤ(�͛ԓ��Ā&�����t���3%0�K@�Z.��J|oh,tNXXgĪ�m����h?g�B�ͧ!�3-����A�8hyz8�k]F�4v�e��D=Xn�t�)cY�+X�%��$&}ƍ֚�����0N�eJq 0���|OH"ζ�F!AiI_���D�o����0�y��$H.J!i4�Ŝ߸��ww��ӕ1	��moUy.8`e��hxX&͒�6q����dRJ���*C�H����!ȃ��:
�%Ε�HA헐1��f_ l��"V��ZΥ@ܜ+8WR��^�=F�_)�1@��s�8.1�X�<�EmO	�� F�?#FJ��>�2�W�;�y��JY&i��%@
��HH��4:���;B�'#��]��y��4�ʖe6�p��RƦ��j�y��md��3�q����Pu�(�~����K_
q��>�%��/��<��?��Nr�7+UmҚf��
�}�S�P���~v����{��'<���z��[O�ߌ(�����Gx���9����ٟݞ�N]��;g��8{α%�N,�L6y��Dy�ɡ��|�&��;ųk�u��d�[�7̭ќ}����z������,�;0bN˹����\�+��I�	����'����%�6��ϼ��
�R����'�&㨭0=-9��v��O�og�a���AvQ\�[�c�A�5�F�!�Mip�g�STy�W�8'=���~
�om?��S����p4}���E�9��8�G���E���ZU�<V'~����ǝa]���b&�%�q/S]dQ�u�ڎ��L��侾(X��(�Ԫ����(�[9�g{���w�%==W%'�Q����}ѳ�U�۫3�L�61��i���,�b-�ŭV���Q{|2�I'I'�Ԑ�_����x�|L�u�~!qf����0�%r]�)!�T�[J����GdCA���(&>����v��&�)ʽ�S)�����ߗ��nq���	>������i�8���i�M���8��q���g;_�8X����&ݐJ�F��Ę 5NYr+F-�I�[��!V
���P�J-eR�j��jդ��YZ�#��'n�}����o�E=u�=����=w?��-�s2�J.!ھ/>ij�l'i�q���?=5R�Qd
�9�
&A\�J���'���O��ݭ&������lvr2��o��o�H�� D�M��´�N��C��Q8��"Z�$=��o��}YpJ�9�����9'�¹ˢ��-QLOR�@����Œ幤�\0Q.�`g��y>�9���H�8�07��w4�x�珿;�Jrƒ�V�s�(�~�ߋ�~��<���g�,[��&�h�����–�Dq�������j��}�A��k�r��7�9/q^�֭$����;9Q5F��G�T)׀/z�LU���@�n�ܺ}��5�۝~��oߧ��cf4��i��;���;�}�}0�<��y�����)���W�i2b�����X�X)��$�d��	�;��?�y�8��9s^�|��eη:r~�:��I���\]��BC��ª.X��eXe�_!^R���Rto��6���]��J��m�69�t�c�08�$EBxKGj�b��}�Y�B+���L�YϚ,e(�I9�^9[=�l���X����`�Fi6};o�;���5A`�O�s��k	\	�4	.E���(^�t�b���ݞ�V�}��nt�&�&FE�/9�;�z�(���m]3���p8,���,m�W=�3�qƈ+%%���Ro�^w�7F�~���Π?���I���ak�8c�a�
�!�t�Р0�/��(�5��\)1H�=OERD���>c���L
��U��e�ssc�h�q� 
MS�
���c���r�B���JNm[�y���b�!8�t=k��O���,��T��{v�\�)'.���@q��]���?D�.��'�6œm��͢)
P��hV�
%I���}��,���U��>'[��ug*I3*��#h]��.��d97�����}���Aߺ �Lw�O�D���/� rڼFXg
W�q��y���]�dcUO�S��G.q�hp��@_p���j2���NOG#����޸��t2���ӻ�>=]���×/��;�=�yN��ʻZU�ɧ`<nN��aB��NO���t2��t�_���l_�ą�
*�v�����niD曰��P�W�Ix�f]w΋oth|�lVyQ�Y�����m~�����|��r�����:��R�eEo2�L��?:|���d~�r�&io�M�BK�Y���3�K/Ƈ07�w킏���1ďw^|���n��^�0�
&�V���e_Hq|vP���Q�s�#F�s!̅N�񋗏�ǹӹ�y��d�O����WY�IB�ϫ��2�N��jѬ6U��^���[�O���sڌ�Zۍ��j��|n<~�"��yYvmU�V�~P��~�&˲zv)�w��ȇ��-��;Z><ک�=�'.\ ���=��h���x������ǜq�O�ڭ��_H��%`N<`Ϻ��,�t������Gw�x�<�� v'j�R��'�jӔͦ�s�*������V]�H�3z�kg�e�lv�ɋ����7���G���۟�p��k���w�;���>=�فh�EA_���*ydz���N5]��Ĩ{��i�u�g��XWK��#�,D/�����({\����w�	@��}J�.fMu.oH$b�-��D�*��{���M���i�Z���xG��z�8ϳnL���Y�X����/}4,�h7���}�����N�
~���볳U�,�=�U2>���)�8+�!��{��W��h?��-����ǻm��g�{���<�<y<���!5�|Eʌ*��
0�Q.��WU�ڬ�p��]t�ܱ�$�c�v�,�|B���'��ZZ�~�D~��,w����Aqѐ���<������T���)I��m{��"�#��y�y����Tq�{C�{x����7�|�m֛��K��6u^.VWQ�!6*o΄?�B�a0�j����K�}��N|�'B�N���Β7i���IRI	X�E�ۻ�"�]���e������(���Az�:�><B�S�^Y��A���zu�aW}9R��D�T}]�#VoQY^���s=G7������i�<��2].���{y�$�b8�.ww���q����1�8\,�ŏ��q����-�X�E٬I!mm/!�R#6Ƃ����Ԧd=�d��E[(�l3%X�7��;O0ɥ�6���A���-������u�\p�ے�D���f�`��*eZ�k�:U4AΉ�t
Оk��i0룀+ELÂ�G���%$H}(�݀�z�e��]���y���C3z�d� �k�ր��/w�=1�\�D�X��C"�)@g�LRih�x�&Y�=�J�����7������=�R��]Ca=��K2���񲸊զ�r=ov�jVo/a�n�2�D{��:K}�b�eƐd,qA֒�d
INƒi̓��b�?�j9,�]2&i͓եs(U(@J!W�G:�e^j��.���\���\���>�@wKy�ut�;�q݇�v݋�\��R�a)_�{�W�Ty�\�~znAGφ�-�R$�|��TyS�MQ�P����=l}��B۟ۃۼ�ozӎz=��?���Oz���x��
O~�7�矟W�{��1�+}3ƶ��Η��@�RZ��)���0@�˗����e�����q@�k�>;V������C6<�:xu��Cv�Nڃ!���1�<���\qr�q��|��@�UI�6B
��������>�Lm�\�Ֆ�x�Ǿ�d�jv�u]��=��𺹟��l��Jؖ��	�q��o*�N�5����y�'|��<���eo�#�^�*D�.1�8����~YA��U�5��oy��gYv�*
9Vy����/EQ���7g]�΁	�����:}O�F��H|Գ�n��_�TA�.�䘠��B�I�,����N��n?�cM����G�#���?��Z�[��2Bʔt�a�����nH�������Z�� �]��"�R�I�	@�7��*S�F6�@�sX��`JGO�����	2!ܸ��AD�@�VU;�A8L�t)}�s_��ad
�䦓YK���2b�cǭ����:e��\O��^pB�Q
�Cۺ����Z�J���IKN�E����|��^�5A��,Y����+����p�J��q����v�0 �|�8��ė�¶{���^��L�Q�N�<��_Z�9�%��T�����r�Jލ}+�g |XC�s�Y�9{���t����s�y��z?�RA�	p�>E�Z�jԳMOt�lT%{���D%���+l��aDaa|zzz:~���,�g��<�b8�t$ΎO2FáT�}'�0��B�O�X�G��e�a�y�Gă�������1O/��!cJO�0fG)��[{u�>�mmm��_�ڷ��ۆ���t���"l��r��l]��;�v��b݁���t�����p(��4D7c���m�r�%Nt�À��RV������~cV�n��W�w�z�^�:?bW��쥗.�Ι6–dDyQ�	�*p�Q�$=�CWK�[�?o�/z{xp�ܳ�W΄��m�jg/8�Mi4��gRd�A�������8�.�()Y�=-����3�8�u���GN�\�[s�I�Y6^����I�)��y��C*"�CK�۷57�F��c9%g����NۢR�av=�]Ƅ�6�8k+�sC���L+
�q�yak�t�(	+���F�#��w��z;���A�a|��sh
��7��c�,�e�b�P�o�?��♴
�
d�9�c��Ap�;�Ʉ�[t/n��5p��~E^֬n� �Q���Ld��l��J�9W�bx�2"Z���K;��D+�dw���(ˋ��!��n�����`��uk��ŗ,W��}/o��٥��j�sv���n�����n4�!&vO$���LW,����L���
'0"��#�B���}e+Ȫµ��/����(�kOpe\$RN�
��;���`�{���v�?����N:�|�CwߘN����=�r���>,��˭��dy��h.c�8K���B͙��e��fr@!�+�0<���u�@k?K�.�c\(&�D�G8m�_��!���YIq�3���y��=�Tu��QM�F�~�uS�[�Z֜��晪�Du�n��b�g�`�Ϻ�����˗�t�����O��޳(ov�vO�~��n���ѕ{��#D�>8�k�.���N����ٽ�z�Q�RT+5�׃��@n�!�md�ӗ/�ok�/:�ݬ�+q������&�y@�^��mUt����m����-���<e��*B��M,�9�R�Wq�gw��l����vv���W���ÃO����w��N�>:��_�x�W�u��G��s��f�Χ8��|��>�k��wX�O�b3�n�rTeN
S���\l�M�RFe�[���6u�Jb�7U�8>��º_��1-�A%ƚ�J�|��M��u��z�?{]��������Ήy��K�?�ח�K~8G��y��'��j��'��zɾ�|{-�/V�d����^8�������t8��v`�l�^�|3Nz��z����mV� �_8<�p��|�;���$�>9�8l�NdV���_�יִ��/r��A��'͵�5���C�f��
�W)b,�o���,�h�纒�%8s���.
x^����1�={f7&���K��;��|^�pR�L�|��Ӏ=<��ei0z���b�Jo�I�C���ו
�w�~f�R(�z���0��R��a�����5��ܐ���ǡ��H�z�����N��^o�*[��<ϴ�j�׳i����e��"�\����s׋c�	c�	\��v]��v�*�GY.�8e��_Q/O�ZkҬ�t�i��֌1Ƙ�q�~��Ÿ�UL��h�I�^VH��t6���=Yd�ĉ��'�A�9u���ϋ��g���P.8h0�)�}{bυ�=
��H��M��m�&��|h�*K�x�}d~��t{�/p߉d��-�g�4�W�J J���j��{�us�i�ճ3�T�k��T�jd.7��2�k�@$�2�`R��������ڈ�Q._vDB�\7Mi�XY�U�{^` DQ�9"кz5Fq�]�]�����@��C
��BY�%c3JS��Y���Tyqtt?��(/�DF�^�lFヺn�pm���$��A�^>8�I�AHsc�㓻�:���؅w�5?n���,�~��\N�`4�!I�j���V{V�G����zݝ�^��nog���Q9�p�/�·�����Lu��m��v�m��z��כu��������Qd��󅬤��+w]
����(s3W6�}nq_�o6�	AŶ=Atr��;ߧ֋�U_b'^�o���FX]˦�_���nfk�ԗBj;��Q�r
4���6�*:���*Vv�U�W׈�0p��#ި'7/-�Ϸ��PI���j�%�I�9�Q��"�4���v�efBxe�(�Q�O	
L"�f�*�Lf}Q�C�9��ɪ���)��4w`="R���|���(�b �X?�~ݗޔԀ�ҝfAO�\���{�AKED�K��@K.��O6�e,)�	�]�Xj�����03+�M�0��gڅ����n&J0Hp�+�	\R�ĸ��@Dc+!)�E�ݬ����I��M4��e��%�H�ӈ�+Bʺ����U��}?�1fh= Z�/�K�s$݅͢h	�'|�U"��e���8�]{�;�A�A���?�2!�g�vx�)�J\����=�Y�
W�#���-00\�a�%a�<�%#�4��'cJ2e�~J�WҽL<n3�%3��<�C�Øs�2�i� �"��iG����AD\���ғB0�Ar��͌a�X$܀1�i�P��"{'�͘ ��gD�+ChR�4|�i�k)�ʀ��I;��$<�yZ#@kǹ$F�^r���rK��L%J)΍f�\+I��X�=ҍNka�R.�K0ɹ+UP��iʘ�G���r	���3�rx�����	)g��������TZs�s\��ey�d��3��֛e��n���p<*[U��-�!_�|?�|8���e/b`���I��E$�6S�{�G���U�R��Q~SC�'����s��H6���1p���_�ػ�(���W���˩G^{�VZ��i���#o���=�f�,DYA]�S�����<<y���y��w�m(���/~��(˽�(�1�&>O�����=���&�Iwy���RSL�ʆI��x���89��R|TQ�ȿ�e :Q[L��f��LjzU�Oilt�B��#�Ny�z���,Ǖ>�J�AM���@�.PG��(;"ȇ2�[�p�����{���#�y�n��lY���-�|^}��ͺ�T�B�	,��z��!������fV�)�y�ױ�Է�&o��^�2/����-	�P�V�G���˩n�h���K5�֛�Y��JϬj��N�%KQPx��X����9�����"[e�%WΏG+�cLW���V1��#����g!���fF�$�U[]�#7 �:Ck���j��6�KEBʼ�1E��_>d��\��N�%nS�R�����u�4
!�r6:q�Y���~��(IF	�,'��L�	B�[�`Zm3"u�C0�Y�>�<Ɖ\�Y����w#�_��3�9+�A�C����
}�&ll�2�V6��
Y��	!�0Jo�1��V��Q6c\�0�A1Eno�ҼD�`�@;-��jZ�o�R��VD��~V?e����K��p���{ƀ M<c�dEA���&%��R*c<W����1c~n�TٝbRh��,��0
��2&���IĤ�i�t��`k4�
������{U�
��^Z㞏-�\�.����O�Ȋ{BWi�s��8�B1�����s9t�B����%F���c��^�~g�cKD�
���•���'Vs�L�d8�AD֦��Rz���Jv;˪�9/s��\bBj��wx��ɐb����\��N�v��]��R�`�6	�,8�4�8��~`�Ж��q�"���cn;)���J�(�rƉ��2���Lj�Rl�
�zJ�I䕈�p!9�9?���B��C�]r)��d��snx�*=/���AL�0L	�m���u���}�q�DĘ�B~��8�VK�E�(�Z�&r\R����ܵ���1�4���xDBSC�/��G܄�5�G�Q=��9����Fd�{�j���g}!�C�q.�TZ�3��Vh~��f�!�"J�9xFA"���N͏�|Bw���U�=�w�ɸ`�Zc\�Q�v0x��V�z��ҁ_�A�����S5�]-�-If�Qe,�ޠg�k}
�T �5�wr� &5�a�
�d;,0ڰA`���P��7$BHQd�'?;�h�j	u~ŤhCp:~���ur��;�O���_�7hiaG����CC�ڔ�ʦ��X��������9����C˒�T�V�G��;��Jz��@�(�LrFE��y�PF��YRdR��Z�a�rI4IBNiV.��<�lj�ZC!�{�_�q���`���������B%̒<��l
����ܳ`�+�p-�^,Ĩ̸�A����p\���6�+=��ZW��rq1��G�T=�'�+�����x�01����0��5��Y9�;NZ֥,U����h��G��d]֚��ᶱ�'�J��[��y�N!�t绽g:�g�w���}���]�vvfˡ����t�������؝��|�������_ê�qr_�*>�������#�K�眷:���6�ί;�ۯ֖n��*E���f�Tel��]��5M&[,kC4]V��7�<q˴�\)��e����}����M�z꥗�3�~c�v'z������ᗾa���c�}�=�v?5{���<*K�0Z_S@���+���yG���_uu����F������;w��W��=��~s�l�~��ef�~�G�|�|��;\j����1~�KN����ol6��p��q=���{N9���TG�_���C��;���$��J?�,���/�,�}�f�ef��`�Z]��Z
�`�Z]��Z
��Շy��j�u��#�w�p�b�|��Q��?|5]]x�˗���-.[��Ǝ�8��{�����t~�I�g�_v~�c篝p>��eS��f�l�m5����T�jUC���d�l���u4��*�<4ڦd�A�N�Z�M�\����-�m"��M�|#R��5�yԖUu��MS6�U��&�3�dxv�|�^�e�Mo���;!�N�,�ʚ��h�Q�&��z�\`Q;<+����Σ X�^��j���Lu��m���,
$I+N�^:�n �F�>��ߤ�è���(��0VodE�?�8�u��R�F�$A�;��b�m:�Id��ǹ��,�߶��u�E�f=��!��HbE@�K��)�4�׮���NJ(������SYm�J��ٙVGp�HOfj��*�*�:J�HJ"�%	C�a�^�	�3=�'Օ������{�(�޳3�.���RU��tNJ,�� �0K����i�eP�^��j�f=�.����NGK뵋B���]%����C�=2��l�%�cƓX3P���U�h��<~e8w��/�����s��S���
X	��<Ml�O�Y͘@uvSF���M=T4(�VF+k��"���%a1�Ȃ�l�\�^M�n��.�:��XgZB�~T��������a��8ш�ȣj��{|\���� P�1�
�8F���ˍ	��ޤ���?��R���utt'���I�y�ِHP�$)���o�� E��'�	Ìz�I�}pp�)�|��Y>���$k�����¤ף,���v�	�r]_H!</�Aq|r��j�e)ŘH�^7'��|?����8
K�U�	c� G�7	�N��9?�����m�QUEy�s>"��©R��{n㸎��G�xޱN�9p6�U�5�w;r~w�͎3ݖۈ��j~�H
�$Z�,M��Lx�Ul�u��2[���t꺚_[[�lղ��DQͺ^V1��t
o�$Hv�r��Y�PV� ݲ含C�3F"��ǕdOЛ�"���,�w9Q�I�uܖ6�V�����U�
H�cG���(�#�լx�D1F��7��R��6K+��<�� 闩����
��12F�*PJ�LH�X�hk����,�R@�)�K�]+UK>1!�DZs��aC@;c��<�X~�����ȗB
t����J�,m��߸v}@�)�?��!Q���Zi�s!H�~8;:�
c�,k]�7�y�%n���A��<���WU!A
0"��"��B�(��J*F�a��*VW��A$����0�vvZ\
������|�<�fg��7�Ơ�H� ���1p�%�A�ƅdLd�br^DB(�J+
,N�)+�ߌ���b��&��P�y�G�!��Y�:>>:.�8���mE�׹���s�~:���e�m"a����/�Ñ$k���ï��8A���(����yQDվ�k��H+@����Hcx��Bq�d�m�@�6'Rp�
�c�8!4 E����15��XB8#��4�n�Fʚ흪zS�|��l�MS�e^�8��hP$l}y�3�|}��t�ӹ|���oL���8��Yv}<��o����t����KO��F���xѣؙ:
6:�Jw��Աj��r���&jw�:�Gm��	��_ﶏh�����h����tJ4�^8�΀����R����9��K���K:�MLgM�c����?��[�|����ݫs�FO�M�K ��j�	���i�kGY7M��H���$Mqtx�m����ݳ7������‹��(V�� H�P\n�v��n���d��C6�N~��P�^�:�.<�����wlo��k�W|ș9w8��])�v�k�s�w�z�)�R�w�@x'q�_u�c�����^�Ug�	�����^�Y5���1g�xt<���<jQ�(p�x�{�v2��(i�~�
�0P\�
�$�K���t�s��|��wVΣ�������X���]�g���7���g�b[��r`b�Y7����[�U/��Dž'?�⧃ ��)̲0�>̲���`�~�J�o��,L�0�փo��MK��_���'q~S�0|������7�n���I���q��7ͺ��/��W�m<v��ʹ��@�
��� ���A�))��Ƭ.��'Քu�U]�LU�a�qZ��Z�L�B^��m���bP�I�SQ�F���2Z�֗)�.=���dP�'I��(����\��\�s�B+��B+�|H�7��g~���q���8��5�� ��&��(i�c���iw�D�N�C	�8���8��8�8��;祎��Zl;m_�%~U7c��)�8�[�\|�j��.��E��|G�@���AY��ۉ�n'�E9��[ fL�I��]�ϲn7-��ʡV��\�;��Em';��vm�W�8R��:¡����OO��y�~?N�c�ڝ��ҡ��
��wWeK=-���a��w�A�偯5z_�C`��_�&�r�8�q���&.;�s��2��Y�(��HLG7j�M���S��1Auk�,�M�Y��l���ӓ�)���v��h֏l�ujǭ�����<�F���gvg�W�0Jo�u�UR	#��V\Z!�t���FE���d���8��5���$	�1�T�%Bkt�$x�QJ�PjI-8W2�F�iB��2`=�(*�+��}�|���͌��s�M���ҔKҲ.�F�q2:dq)=ƿ�sc��1/�T���m�����=��S?p�u[�U�����|��p�þ�	4���}ٯ˄D��}A]��u��so4���<�{�%��e��ږ>'o7K����rYr��l}����J�ٞj��n�>��6ەD���N[f�+�.��֛I�.�*��f�:�p�\-G5�2˓8W
�B
�l<���)�1�r0�������ٔB���oQ�x����0)�QG��@đ �,���<+�D�|�E�[wg��hgǝ�u��E��N;�1ېҥ筓�'q=���X��Y��mB�5��Dw����qDm�n�I�x}���C� k�b̿�KwH�9z��J�"�m۟�|�\|�Z��J�y���X��M|��9cg7*%�䯍��!�լڨ:��l�-cE��۟�~�)�d���Wή\�rv��^rv�����w���]�����y���wx�w؛^�z�m}D�\ʎ��8��sU�ͪ�4�q�IWM���ԹZ1ت;�
�x����?�W��v��x����螻w�}����
/���|���/�}��9���t^^z��|�:�?}��p��ϡ�|�#�9��x��x�I�Χ:�Xz��aY�:��wVm7��fVW�FĆM�2�Kt���=��u��-XGm�ն�Ջ��JV��:BoqU��^T�u����\��l���V��j�ʫ�OJ-����B�ڞ1k0�f�}��_|�+z=���5�����@:KYAa���a�������[���J:A�� ��2�~�6��}�3C)|O����u��Tt�c�Yv��mv��g����<~���4ž��
��t:�KI����1�E�31�>�<`Ĕ��iX�-9�
q�sA�B�����ei\�4a�%����J}^��#p�9B��j���*�x��k�qr��Q����b�Z)h�r�E��|;M�U�R�N�U�8�{0J%K|�o����,CuttҚ��뢀��+�ݾR?򒷼e��7?im2�wv�������z0H��]��yd��G�f��U���[�a�ET�I�x��V鐺��|��i��?�ㄨ(;�8�eC�y�-��p�d�'�_œ�9z����[���;�w�?��q��:��?�'�ܚq�df]�����O=��)���׮f�*e�rd��4�9J�MV*�R��w�N�O�5�,u�
%���7˼(��b�25S�E�����T�y�۲.��i*3Z�Z5۫PMȸ2
�C����mG�mdH嶖"�F#�R�rU��JI�F�M�Z��!���R�Jbr�Xܝ�K2,!�'1�׵��
����B.&B��h�z�����`V���p�Xqi�01��UQ65[��qDS����y�ʺ��V��WF)��fV7u��{1�Ǐ�V��f�(6EY�qY�Q(����{N�jԶ�h��]Ŧ^�M]6*_-Ktߤ��^�*T�x%�9E�z�hBP�f�G�F͚���(�b����ȿ���;�<
�}g���
�K �x�œG�L�j�������ӰuMNh�	������
���El9�md�*��5�rU+��y�X��,�0nx��)Ǖ������bs�Q!%8U��uC>Ā�i��C�@�=��]�J���>c���\*V>�;+�;�<��GH�
������.��ҍ�����A U�	��Z�L��6بΓ��1�]h�X�$A&��rks0���J�m��|^#z���٣^/��SRzL�~��0���E>�<FG�PZ�n̹������N��BD��{�_���v��4ڽވk#8��jOI�����og,�ǃ����T�
���cH���QUyT��DD���Q� #Qƃ�����Hjb��&NN�k�]H+���$�Z�>A2�����T4��)�c<$p�(<�FNc��5�y�:"ƥ ����.I��n��2b>��CIk#��'� �ĵ��C�R*�oI�D�CH��H�Q�򔱿�F.���sc4"�,@��!`8sɵD�N*<�"�<p���{�����MR0M� �b\��|o��2]��2�Y"�����'.����"��5��BK��\ 2���3��-��q�3w@�e�����$E ����|%(�l���#�
�|NeIf�A�
��J�d�X�ĆD�"0� �$Og���tI
��+f��9G���1iK+F�o�,D�2�ABDþu� ϻ]�	�sf\7f��Rr)#H���*���X�����E��냴��\����ey��J�X�s֞4��� �@j�-K��C�DYdy���nk�����8�2���]J���<0b�h�V�ZQ�z;F��H�09�Z�3D�YƸR�a�$����A�q+�q�4��y���$��ē���!0�D�9�D�����c-�)T 5H:N��[��r�ހo���[�cG�5�=�+�7��c?�8iQ.�_z��ۀ��햔47��fۨ�]��ن�j9�j	J�8.Xg�/�U���r6B�p5_r����Պ+I�+�r��Y��eQ.ϰ.�&�;ɳK���ŤA��,�rs֞���z-[�V���A��1N����@X�FE�z1�ܻ�&�F�ZͶY�.&�"�_�m�ͺ,d��e-�n�fhn5�yV�7���rQ��kN��I�vo$N"�f�,Q����^V�z�*^y��hӢQ�N��f���kج�*u:\�S�|!3f��*r�j�勬�U��|aZF5��B��Y>�6�Z�j���(�f�Zn�1�A3_0��I�B2/VE��Ռ��`��Ϊ��J���l�e���m9�"E�gfe��4��2SZ����@m4S�EM�����?�Ү7c�h�82`�oS��,fy�*ӡ&�/�Y3���z�&ȑ��f�\j��F��S{��w��γ�u���e6��9�V�󭅔?����fQ�Y	�P4��\�6�n֛YKlf�|Q�\�`z]+�D,�r�Z����h�`4"��d��;�	��ZN�D����X�W�bh��$��$����}s��:�1��ua�gA�3G���J����-a�X(�y.�~zwPf�yX���h�.�v[<���Ox����h/��H�
k8�ԥ�ȅ�qa��̹�&����&��ƈ1�}�h0ȭ�B��<�E"
�K�8&��"���dm�Pz�Gx�Y�x�q���B)SvF.,��Z+π$��H��ڹ��;�%�cBt�d�QN��)#x2��q$,{����9r.�6g��������}�l5y�;���HeRra=�Ba��Ɔ�
|��{���1G70�~�Z������8�GBI����vk4�4]Ϟ��MRz?8�Ij���`�>ÈB�y$���xc�|�a<
��C�3Z)O2�[H�V;IA��>�C�iY�!k��yN �L�O��c$�8ke)�NO�G����h�I@@+(���i��Hr���F��#�y��T~��Ї1���q?�T��.�D��"���Xc�Ֆa�5�ZJ�5`TgSW�a:������f�N�7��}"�[�'p��0�;�n�x�!�R�9�H�qXǷ������Hx��O�8]�Z��t��Y;��D<�I�dJj�C8���L z���
1�L0���(Ƅ HOO�xlh�y\�պ�}�A����3)�ꄀ�}��4�8���T���v&w��jMo��*�7�
��s��Mh�
�����%���y���Q�	H����,�Rc.~�ֽ��K�$ �$�3Q0&�k��c~��-�sLx��r�I���GS Ţ��8��S��R=%���$
B�ri���<M71uN��[�����W��[<����l|�?�?�?�Vv3j,Ģ�m}z�������w�mf]��ղ)gU�d���s[G��S@�RҀkd]4u�^�e>_l�Y-+��FA�j}�nW�A�e���o
�ۄ����(��KB�l�d�b�0wc�-�\��fVmˉ*V��e��q��]�fRmK�o�v#��Q<Ngղ��YV����K`��\.�A�,7��#���yU�9'C��m.W�-���zR�5�խ���'USn�j��U��US��!��0�\�ĪR-��	m'(��L4�ͬ��5��6�լ���5�r��k��TC�Rx[[o��զ�;��,�<O��r��*۴�;Y����3�5�:V���R'��8�kҒc�$��D�~���1����َ
��:��RRs�=�(6��d�X��q�u2A��#~z��!_�8�"�͇�1�d�$�gĉ�l�%��Lji��0�*+D\
�q���y��5��_y��v��j�ա�<e�X�G���0"f�ڌ������.���}oV{��O�(�$U�y2{�p_f�<:T���8{�*��ヺ��qh?`�%Rr�r@d9w8��RićJՊ'�,�WeRr��(1o�Ga�e[*@��o�DdZ[(P�Ӽ�"�Z��ۘ�\@2!]Rj@�l��JZ&�7L,�}n
��'�M�T�{k@?��~Q���[9N�d_�'��0�1@���fJ���j�Z^(���d**F��ӍKΤ�JM�BFQ�z�04H�f�$�0�pd.=�D�<��%�{�y��u~?�Z��j>���ic?���f3u#5�{!��N�՜Yb���Ε �pd��8P���&J��g�5����[� � ߗ���3�]�=g�8��I�Jc:�����h�"v
�w��Q^>��I䥬�d�)|��1Wr3�m�^�q��ޖ�_�n�d�q]�f3m������� 0�Ѡ?�}���ss���k��tv����-�B|�0����`6���R���_���}9�&(�;+��w8��8H���r��s�듪2%�ģM���R�*�Ԛ(r]2^�i�5OJW���3�v8����ߍ4�8
;Y�Q������~y�q�WIb��e��/u��"Â1)<_�HI>�!������z�ںI�y�k��eYfo{����c���>���_��_�%����,�s"�c-m�%���y���]�\�r�0(�����E�q)��6ZA�&�;_�q�<�,^�����]t��Αs�B��os��Ƨ�'�x�4-�qz}9�4������}:�R�u��oV�}���CHVIb��	RDm'w���$���[��P���֧��qo�B�A�DMQf��!�X竘S�$�V �[MY��g
6�F��(W�ke��*+�y5S����J��&v]�u�zK�r��fe�y3�����ʑ-V5JԳ���	�x�b�,�UM��m`F��3ĺ^m��ȗ�j�Y�ڮ��*[�<]&�"+�|�C�c�@$٩y������:"MQ/���K�٢��,2%99���`�M�f=g2Բ���a�CE�V�B�����7�z��gP&���jV-�ms{3�<SY,W�5�z�����y޺
�[���f����D���f1��|���b�,f�Y�hE�PM=��79TTS�n���(:v�*��t���$�vӔR5�!P[f��^F�E3�VWM��a2{z1_�ڳ��M��ȣ�fV�,u�]�R�6��se�i�3U�"�lv�c�\ٌ�*��m�
�����Vm|[��բ��IJ��)1R�h|<\g�{����b��d���N����d���o_�_�8���=g�	Pm!�
kIBr?h=�ax����^��UF�F���\���8�`)Y1n��8׉7d��<h�5�ij06��u��d��(-{�ؗA�x4Q��Akԯ���'�F&���A3�膅��W��9#�LÅu}&����@���e@N�V��ɒm@Z��(H��
׈�PBÓ҇�FZ�S^�y�OɺQ�2�h`�s��edF��;��ĉɐ��qK�R��IiV\	yQ\�3%�e$$�R�)�gGB̷RBW"�v��ƽ?��*M�"�Y)y�v��O	4�(��N��+�J1.�ȍM8I.eۋ��>�˽ ��Ke�8g�3	�S�L��p4�^��������������ڳ����3��6���]w}��2��6�g�9#��r;(�=!]��a��'�� /���� �Oӎ'A?�*��^>g�~
Ov���g`8�ڭA/�al]�
�("�y6��mh.
���9:�tp��HƑ�L�X���d�+�;����L�!��ӾA��ѨG��E
l� h�*Y� �$�ww�1��K%Maia5�:r� ƕ\u�h�I�[WFl��x�鐁E�n1��,"F���(Ƶ2�E��}���z�(�}�T�IIĒ�I:I���D?NA��J��.��K? ��[�g 
�Iƥ#� 	�vq͹(î1�S��(~���C��nl|��`~�&L�Y�����C�4H2eU���
�<��\�4Y�6�nl�4"��r�
q0�"�2&IpƄٙ��v"r�Փ����4HI�d���H��^r��g�/�͎OdT@�$�Ղ�Y�4�_?K��x|/co�35K�٧BHY4���e�E��u=��u��R��(l1�ؾ5V�/ܢ�|�j�Y��q�L٪IW�����y����ߏ�������=���q�mx��8��p����qR����]�W8�w��C�o��
���
�oRCO�+���se�T���hʺ�jU����Y����r�g���e����b��Y�z��T�Y-ϰ>�f�<����?o�m����Q��5Ξ �zyvE�OA���יM�*���_���.7�Ջ
�ʚ`R�2��K0��ج�y4�DUΏ��/=����OR0�6+Ѐɦ�W��y����.>QP��[G!jU���_��_H5c��W�K��wV�jj� {
�*^�
|��'H��`��%i��tyg�GiI5_4f�!��e��å�/�*Nh�W���,�܎S�l_����n@�;_txhfl����L=�-�y=[N�Q:�0��bZ�3��K��V�3�7�Lr���JT�1U�?!5��6��/eH�b�	p�Z<��p�r�����+ ����	rAf�~Q��u�� ��g���\<��p�8�O#���;w6~)�ah���c�I{�q�ֺ��9�0�p�u��Z��(%�?��@�NgggW��N�)�2�?hN��u�����i��no�W�\N��R����A>�M���i�''Y!D�<�'�-_���$-��;e�C!��Jrƌ��Qm�`M���o���ΎԬ��仄|�P�H�r�p�ҶO/�Rh.M��'u0�y"��aĈ!O�Ω��ѡ�ŝ���$!I����
j�==��9W\)�n��c;�v�1�@^	��L�1\�!c�ٽ��_b�,�)���ӌ�.qS;x���[��-c�$J��[ł� �
���x�W0�S��vAþ���C�6(݁{���/��A�B�\������&�����3[�a?ˬK��]�h�7�R�7����]�̪�z��Bi��﵅L�K2/:��ޯ�d�+���$� ��ĐL�w�L�����/FI��ӄ	I�L�k��d�yQ�R��4։B�6K���`
��J�vR�+!.[}��	���z�8��q��ӔE9�6�+�q+���C�/��wF�'�=.��7o�]�u��.�ί��ѯ�&���9q�&dž̑s�V�r�*D���s�����4ι�!�{A�|���턾0?h8�([�d�j��Z���?�$��;����w^�u�R�NN��K���G��?�VF��U`���.8_�Y����g�#a�OMQ�j�<��6=���-;�z!��h���ʖnu۽��(�Z�&k��m�5��������$�tf3�B��e�!�k�tM�V[(��������ecv� �&�n��=��+[�
mb��D�E��.K�`K6�,+ʼ ettˢ(.��=B�!	Ƶ�}��	D��XZ4ME`�6`��p�4g��0ȕX X�YD��ZQ����z�'���@u;�Q��� ���Y��z�%��.���s�Α�q.:W���A��i畎�RmT���U^6�U��j����*V����J����6�jS7ո*U�j����W�����&�F��nb�{&P��*�fS�:_a2��]�C�=:�7OOo�/z���7]���g����=���O��������1ΆτO|�ó��n��?<r������?��
x��7ٛ��<��{t������G�{�<4|:|f8|&|z�_�t��G�~�����=0:��Mg�����l^�t���E������~��q�q�FQ�k�mQ7��ݓ��V�G��K��爱�Yܗ�'�7�v�`��8
�R�q�?|������O3���Cq���~�{���onHo�A�����@� ��xTK�S�\W.�q���
�m�ցn��pWJ�L1�+��_�K1���n8w9;�;�8�:�w��8ͪY]�4U3�,�M�}���׷��M�V��WW!.ϙ/d��7׮�jb�T�x�x�s	�J5��Jժ��"�������^*.����Ȏ��B��^�~;�v��^9�˟�Hf�Hp!�,ޕ�U�ߺG<��.�`
��˟���ŷ������c�R��e��}�`�H�	��K!��R����˄��-��zzₔ�}�r e"僃�fs���j�G���?�y�{���ET�i]��#"RV+��h� ��r����-[/���{�
���Y��)���P�g9yn��!�x<H��
��<u�.�ɟbaT;�p	
�Oǃ>��d`-(��<�cCeIB/E��&�� B��"'r- &ڭv��u�S_*�5�'�I�OB�F��ڭ6	�\k	E����m�j�t��_�g�&��e���˝�:��u��X�.g6��W��m�mD��H�_&M����բ(�r��I�
�כզT��Ld��ݻ�R�>�y�Ҷ���\~�bA�t��hߏ"��GQ���{Eym{~]ű<��DH)�HJ)��~��OO/\8>].O��3;>��tfG�{�o��jE�"��Ӿk�*Z��=��4����B&e��n_�3������(D�]�I�p��:�p��V�`��$�^,��L޵����f1U���Z��t��gW�fSm~��y�j�Yו�c:�"谋l�����`���-���&�@�:Y�qz=^���Y���jZe5.K>N�1���EsܪX1�^�x?pu����;��K����4�=�Os��ek�*[@���G$)�l�bN	G"�#k���p˙9[�^�e(��uk�x=?�����WZL�����b�a��4�A�����0�򫟡r�`�&�����<@����{�.ho����Ѭ�^oo���|�ۣo���Wl΍Q�t�u�� �v6��t�cz7n��~U��{���~��\��Aֽ��$�v���n�$i��~6�9��H��U\G��I�������3mP��9#��G��Z�2��A���7��E���b,���ϱV-��}y���7���}w�������Kg�w�6^��l6c�h+&9����l�H�Z��
�?
�?R�ln������C׵�ȵV������u_��E�yӓ��X��Y����fI����`�qW��gDc�T5�st~��f���_�xٔ��לE�z���-�K�X�{Z��%���R�K"�yq�;G�3;����y�U.ey��������ck���;x�s�7yH�-B+���? ��<U��V�kG3FSe�8�����呔���N�,��&Rp}�ձ�o!�+ޮ_G��[�XS)�2������9���^��y�,�� �N_W���Dq<���~����[��;.}��KA0e��o^�[���T�<������f�9>���jI��LgF/R<
>$�V�5����
ơ���C�=sr4U�QO�@�6O�	�'f���6j��a����E��� IGM�Y�F��<0M� l�f�N�O�tw/IS�Ӟ�Z�H��T���(Dw�ID��SRB�=?��c�q`��~�����6�m�2��uw�4�dZ
�`PM���:��<��zi�<�;I�$�<��`�.�����t�w~f�"|
�
?�_����g:�
�RL�n����z\R�g\��"��r`�_~��dJ3A��g��,ړ�~��u�>����>�	�@$�s<Wbj��ڂLI�t6�j��y��-�}�P��yk�,𡯴�����%�5A��8���$���j)|��Φv�c�)���<>%Q�D{�_��+ŋp[�/J��J[Q�W��q��5eۈ`��|�`R��]n�/U����7�b��j����b��=:��R���cwR�?��X��[��m#S
��Ŷ+���A
�'\pK�-��R����<
%T�1�	ȀA�D:���+%=��6����!�^Z�c� ������0�i&A���i�,�LUe� -�0`��E�%�������Ay\ƀd�S�
%��KF
\2p�#풂��	�1"a�d$�����[Z��4����A�(,>E��&�Y
�\����R�(��E$C�)ϒb�|	0f��@�V��ŻsU� ��9�YV��V��t�Ck�7KS�xq���NJ,�"K��H�+���,�$qq	Q�n�q�;Q�G�<�V� 
#O���
�(�C5IO�$�R��e��$i!�@��}k}�0�\a�=�${#R��\�� +=�$��`2�"��q#�@�K�cν��LB����V�N_����=%��(}�����>�6(.Ƽ#�śk����K�"��/C��toF��iR�e�ݵA��q��``F"EJC�ӳ�J@���
�9.H
M�N�d�_%�v)���Z,ˢXO�D�L4f����J%E+Ob��J�,3�ˢ(�������++���1��O+�aT �Bay�\�E'�S�=֔"��ak[��|���[�l�*�١N�8מ����5�t�(|^W'�4>����N��YȔn�a�*���
�#�V�O0����v4���NOy��Gcʋ�o5���
����#�l|/h���H��C;.�a���i6����e�*�F�e>�B;�#�7����
]���	D�/��$��F�kS����+�}!�*��k��i��b�gƵ?~-�.]��#?��k�\��z���Py���۟������m?���x�o�l_��忑�f���x�~��_���[���R�P3�t�oF�t�L�6ӗ�.�����܊+��[��|5Y7ZlU�/���j��Z��|�98)��^/�=�Z�Q��v�uwb�qg�v_.G���n�A��#�lC��!
�yu˯r"�v�. �x2���#9]T�}-����=3�!Qo��m0�*g�z�Ez���7�ᨗWc�02��]��y�m-n�3�ȫD�����H"
����l�VU�5$��U�T�v�� Hs��;�(�P�qT.�#&Yvd{�b��
�v\��nT,*���j�礫���i�i���T����S�rR�!�i�դ����4u��b6��Ax�,ͅi��:��0835Ή�sU�d��(�9�嵚��B�M�\7TE�0.�ir�(�8I�L�0%�$��K$5G6�*ɴ�1tG���Y��)g��	*��8����^UAG��Y���v��
�4�f?��ʜ=Y'�3)e�LD���4\�]Xx�f:�݄[
-`:�>���I���W�w!�(I�c%�-+�tok�]�M�<�f��7L�
�&E�/�bq0�țbRn(��O$�ŢB��d���E��iH\QM�dɪ�p�v��Й.�'&����
�iZB�a���(t=挹�~������J�`�e�Ǻ.=����zz\�����;�+f��Yv�^#�֏`��
AY$�&"���L)"��o@'$
A��V�0
�d�y��![�(�D��B��+�1��ݦ�6lX��E���^�}t��k�����(-0��BjUU���W5�_B�n�<�-2�f@�NZ,���d���&��ɝ?��b���5�������Q���Z}p�^[�����
�q�-��\}�6Y�'��NtU���yd
��V�
CQ�첫��u�ET�݈���n7E��otX�*�����-�L�'�Q�|��Dc]).�
+�Љ@��"��m�i��eݘ����kL�F����M�v5G��捝����~M�����_���O�p���]'n��Z���ȲG�dΞ���{�WҠ��ևm�`Z����i�^�&��R�=�5h�6,�dDp�l�3�فA��L��u��oӹ	To�ơ��ݱ�B��<80��ӛ�WkF�8Z�H�/ˠO�RL�[ն���n���n˅��grz"���*��K��k�~��Q�H�BrE����
ӄ�ع��S�`���ی��۩v�Rj�I��~LȼDJ=�҅l��w��TI�u�9�ek�eJ��Ȝ+�a$�,Ȋc��Y��e�{�%T-�;��XB#!���,.�B�$ɪ�Z�Ȳ\�q�eD�q�ļ�5ά�wmI".W]�Re�}������/��i�-�Z����ٲD�d��L
,�T�0���X�ir��ą ��*1�Cśt�c�Z�2�0��4^m�Iu٨~UZ��1)B�ƅ�X�.G��E��ޏ�B͊�LU����9I�a��㭡<�M�q�M�Rf�%O-�Z-�u�8��R���v�PP�W.M��R>^.�ӥ�'K�t���c������V�L�'	��#�=&�J�]�6�Ֆ*K�m;N�y��v����=2�m1
���n��{�!F�9<��
5{\�5A����S]��qv�8���F�Wz�U����ؠ�Oō���,��$��]UA3^/B�8d�Y�?З�7�Ϊ��6���q���M�:JlӸ��wjy�aE�&9dD"N�
��i?��C\���}�t��\��z�sN���	�n(
��:�Wwx���
�4�QUU��-+iZ�$I���W��d���5i\��yֱu��:ַ]�0�T|FU��C�W��m��y��V�2�#�1��� b���eX��0�lk��0$:ot,a��Қf��fY���F,��,��R��q���%�$�
C�[�e��8�b��>0�,����_�FK%�,�Ju�'Q�|����]��$I'�m	���̪��K����,'�U�����r
kN:�9Q.[���gDwǧ�l!mnb�0��z%U#�LCC��b�u��U(΃�Ȳl�q? �L�d���Lr�	� ����{!��\E~�� L�$Q��䩁.2���$�A���z�&�3$�Xv����4������q']����(�_p�[�1r�m~|�{�͵ 0͠�8q����.��_j���4��D�Ü�Y����_�O��u���p�S���=�Pެ��;�#��z	�0�Cz�T��Q�bы����+�|(�����!%�ß��2��G�xT�S�9����6�Zw�$�$I	��~96�������t���]�����~M��Q�(��m"��j^)saL'�A��͛�vo]!�W�2͆�����&���;��+�/_���Ɂc��KcΐFp���E����5fZ>������P�+Fi�2�zl�ޱ�׫Ti���\�ԧs���V��j��h��&��~+��
��W�����ƸB��vG��\�M��GVh���'���j����)^�jVI�d���%��،LB�[�nh�m��
Yi*s��F�A��)�%�S7��z�zM�,y
��$U�+��b�&̉B�R.�-K$��J�.���#Y��V�|"���)1.i��Xv��J�^��TpI�XVU�
�D�H�9����%E	�T��rf�^��$�$���+2�4�Ac��~���?��q�I�E#Ƚ�mP-&C��	�[R)M�����\�3!�,��9���d&iZz�j��� X!Z
����($+�{��f?�9��6�vY69v��V���Kb�=:����z{�j%0<Ϩ`��3�e˖�G�Z��<#�T}ٲ��?b��=>n�Yw=]�Z���UFGG<����%�s���0R�B(�B^V���f!3��A	�E)�^��6'�̬ HZ�#�/�����
t�%�s�+�b��\�5��3d�恱%N�ј��	Cg�R�H��ϘnL��T��Z,-*1V +Y�)���b�Dl��Il�~|���Om���#�=��F7G�~��=G8��`�m��0l��>�l�;A��s�Ϻ�'��-̖���N�L��E��&E؉��D�t(���5��+"l��$X���
��4b�V{f%�;���[�z��j��(D�k{���8��F��f�m�	���v�6� ��Ї�`�)y5���!vE��-B�4A�;6T��m��L����5�s��NTo+y7��UJ2v�L���g��N�o(�u�(�+�j��N+m؇X�ma�7�r�^�gLX�R�v3��4k	����q-�(���в�u����`���!g������g81ݐ�"�Y���iN�c�c��F��iW7����f�U�2�5>^*��U�1�����ɰmF
j}��kDL
���h-%[YC� U�L�I���D:�r�+�{7�[2Q!7
���@�R	c<0g�I"�D@�"3�i�F�x��L".L$%U(�TbL���%��dI����8c�Ȳs�o�KҤ$���$�fo�)FSDH\��~��X�\�TA3$KV�����0b��<��%��8w��&;�S�d�$�O��E�[��ymmh�ө��Ō�U'�����:��H$Y��˜��w�B!RIf�ׁ�(P����jC����]B4-3b$l���>�(���)B��{ψ)
Ɇp��L1E���
)[+q�IY�I%[��i��.`7#��PB�&�A��*q�^p��Y��Pn����Ė[��iA*.��8�i��e�sEpGQY��?W�Y�]�1��i\�E(U�0%Q�[�(L�ci��#s{���Iܓg��PN�����o�_L۲�$)>��a$�����V=)���S<��jkTE��!�y�����$Ͳ4��JX|�������S�(��GU?�}���{�IL>f�\�(>�O��.�oL"�|m@dE�{¸$]��C�5��ʍ�i5,A�L��Dm�Z]j8��?��z���}�� q��2+��BUKU$ٲ(r"a�$������$*��#<]Wm�TaʼnfXV��$�U�UǕ#�(ҥ�K�$9���Y'���n�de�'W��2n����
e��iI�2:ԬT��l
A��
�
#�˥�-��8�ly��f�ii�����1fq)r=.�ql&��p���F�ZB-��<ʹ�Yz/&p9��U�d�I��������KL�NU�;�4׬�\d��L�~�ݍz޹7.��`S�L��0���>PY�9N1J��Q2�u�̶�ܘ&��
�H�V�o�d~�Y�f��q�5��7cs"��a�Zj��b�i�^����8��8�'Ô��eEדdC'G�����f�_-F�NH�m�0��m��8�46J45y�'�b�X��T*DCC+�`�\���IRB�,;_ʲ,˲,�dqfy�E�嚜�A1����$G1�-�7f�8�¶C�;�9�봤��LG*N�E�&�;+���-�h�
�^3os���3��%�跧���ǂ��dY�JW��ƒ�w����m�q|���P
ueE���
	��ro?�X�=i^$��m���#��SM����*߾^U�`�_v�����"�H��G^���ɐ�p����07n4�0�Wne�b�����e,Y;PH�v}s���m8'����:�+�[y��G �A
�,&���@ayG?��6܉l[�.Z��D�6��۶nq�s$I�~TU��>������tێ�Ežm�&_�{���穯�mt�LC���~V3

祲���b�q!��"�u�Q߫y�L�l�qt0/5Ɗ��V���7<V�jc��i�~�o�~Ct�,KVX����w�v����Vfn/4�Jj���x^��o��b�$�CQ��z����
��P���ܨ�ؚny�e�������ĐR,��0���e=1E�_��O<��L�y�8���X�p
n��P%�����=��$A:t����'��{y��h��$)4�2����=@������nd���%����N�Rv�T�e�Ip�1�M�,��B���4��+����ZyӃk��Y��M+WO�&:,qF�2F�9��4�14Ƃ�̓�I�a��=�h���^0ڍM3�M3zhc���[(˦&���a5ʲɩ,�-mi�܎�V�h�/�� Z���扉�(�ϧ�VH��y���(R�(�b�@Im4�"u�(�"��Q)O��D��[Eˌ������V��=C+p��m���8W�_\��~GԆR�S�F�̹�uDg�!:Nl�����l�z���^Hf�V_|?󊿿�)ߗ�T-)6�<��]�\54ԡ��<�yWV�e��$���c���`�̅jF�ن!1!,b�ނ�L7�P��1j�A�K,���0TV���Ѹf評a�-�z�W�d�s���E�jZ����L�6GU�(a�l����O�"��/��7�#�^�.$��a��Ȼ�}�V��}�7<c�=}\)NdҤ512��V�%I3'qˆ�gQ�kp%IxwR�e��;B��M"���>���֭]���CK$�aؚ#Yz�vҴZ]�i�d����Z�4�JD�A�=�b���-M��8HSw+�+.ۡz���(����x��'��=�Q��ƚ�K���Z���.�t����]��e�,��1�kK�����	3/���$�V�сJM�����1(ț�����a	IAa_�^Iܙ>�:m���`o@��(��-	�#��ӹ��@�2|��9-q&��8�"�E��й����%��=I��8V��ot�ą��4�Y������X�Qҵ��H4R*-LM2�Gs���EE�i�u`L�Ea��̰�%���vTU�P҈�%����B
jy>h�Ձ�1�l��Z����y}pnn�1��RIƖ�
_��Jn�W�T�����Q��N⨸�ʅ�8���fVSg:q�{�Q,�mت6�o|�,k�җ���B�����3��q���ˑ�r�I��~b*s�%�^�/�Z~e$M3����#�ǁE$�p
jVE#A(+�#QZI�
�1ۏcשY�I�c�t�� �d	��We/ ��X����.@�0T���s��&`/� ��*�>x*����@p�� <	D���e >$��t��
@�@6d�
K@q/Pz(���"PU��A��h���`h:��x?��&N��S���!`��6����a�{�0�0s�S�{��+/V��U������
,��o6,�l�l�
����:�"�K��q���*p�V�Y�c��}�5��k�k����Y��p���<ps�ep�)��.p��E�y����;N;����w�
����z��8p�>�o����><xx��kv{B`�i�u��׻���o���4��^�-.𖻁���6��<�xdx��������<�����wO-O��������;��:�<�����a�=]�'��������_
/^<
|��~|�y�#�����|�'��m������
��0pt�����Z>5|��?,�>��\���v_<�����8���Y��ۀol�����o�������S��K�N/~t��^�'�~������_��/�<	�|��_���O����~{��,������c���C��������U��n^��B��)-���~��R��H�@�����d�ه@�6�w�σ�}����*�xT^
\��U�A�%Р�@�ʿ>���M^�:jMouv��7�zU�L4s4��b=hŇA�@gAk�����WA�A��XmRA��A�m	A͂.:�X]�
�%�A[AŴ�AW�m��� �}�kN���]w7�E��g@w��|/���]�@w��s
�`�����
�s�u��ם�~��M��7���8�-{@o=z뫠���]ڻzd��>�c=Q�Í�'���*h�V�S[AOWA��]K��o=s��V�s�A/�@/���V�{M��A��̃]zq���}�U��q�ᓠ���>�:b��y?�_����4��������<蓛Aǎ�>5��>Ч�����>�gA_x�GA_NA_�
���@_낾��c�o.���}w7��@�=��@/
�^��'{A���_��_>zy/��c�_��.�N��v�ݠ?,����EЙc�?�+�A�:�����v��c��й��0�&�O�	L3����fu��o�y����`u	��6����`#;6�a�֍`���
��C`��`����l�:��%�%�σ�7���jl�	��.����<�}3��.��[�v�`;��`w����`�u�v-�����l�,؃��=t�5%�=ׁ��
�f���S�����9��C�GJ`��{�(ؾ`�p#ؓ&ؓG��σ��ػ���=+�=��c`/�{�6�����*�K`���u`/�@L6d���zVz�0,��h`g�4] c���@���g����$�ʘ������oti�1�
za���4Ʊ���+�9&�V��t�W�tlg��L����e��`s���y߽�~z�՞�u�ӽ�����]]����۪��*ZQ���NN���o�k��yǎ���[F�Sw?���o������vǃw�t�z�嗞l���ࡐ�"��j.A�w�Di2�
�d��U���u��ٔ:z��3^u�w7�vW���%�EA�hPF���ٲ�Ɖ;����N��u�~)0���畆�#�Ysd͞O(�"M�	k�.c���2�����DFrፂ�oz�{W��:z����L^;Pl�t��.�А�u$ż�����t48�e���;6A��z�I>�^�fuX?�|��y�!�Yv���PK�
�[���RJ�J�9assets/library/font-awesome/fonts/fontawesome-webfont.svgnu�[���<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg>
<metadata>
Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
 By ,,,
Copyright Dave Gandy 2016. All rights reserved.
</metadata>
<defs>
<font id="FontAwesome" horiz-adv-x="1536" >
  <font-face 
    font-family="FontAwesome"
    font-weight="400"
    font-stretch="normal"
    units-per-em="1792"
    panose-1="0 0 0 0 0 0 0 0 0 0"
    ascent="1536"
    descent="-256"
    bbox="-1.02083 -256.962 2304.6 1537.02"
    underline-thickness="0"
    underline-position="0"
    unicode-range="U+0020-F500"
  />
<missing-glyph horiz-adv-x="896" 
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
    <glyph glyph-name=".notdef" horiz-adv-x="896" 
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
    <glyph glyph-name=".null" horiz-adv-x="0" 
 />
    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597" 
 />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="448" 
 />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792" 
d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
    <glyph glyph-name="music" unicode="&#xf001;" 
d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
    <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664" 
d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
    <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792" 
d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792" 
d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
q-18 -18 -44 -18z" />
    <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664" 
d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
l502 -73q56 -9 56 -46z" />
    <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664" 
d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
    <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280" 
d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920" 
d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664" 
d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
    <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792" 
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
    <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792" 
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
    <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792" 
d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
    <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408" 
d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
    <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664" 
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
    <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664" 
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
" />
    <glyph glyph-name="off" unicode="&#xf011;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
    <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792" 
d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
    <glyph glyph-name="cog" unicode="&#xf013;" 
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
    <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408" 
d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
    <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664" 
d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
    <glyph glyph-name="file_alt" unicode="&#xf016;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
" />
    <glyph glyph-name="time" unicode="&#xf017;" 
d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920" 
d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
    <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664" 
d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
    <glyph glyph-name="download" unicode="&#xf01a;" 
d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="upload" unicode="&#xf01b;" 
d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="inbox" unicode="&#xf01c;" 
d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
q25 -61 25 -123z" />
    <glyph glyph-name="play_circle" unicode="&#xf01d;" 
d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="repeat" unicode="&#xf01e;" 
d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
    <glyph glyph-name="refresh" unicode="&#xf021;" 
d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792" 
d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
t47 -113z" />
    <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152" 
d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
    <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792" 
d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
    <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664" 
d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
    <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
    <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
    <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408" 
d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
    <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792" 
d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
    <glyph glyph-name="tag" unicode="&#xf02b;" 
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
l715 -714q37 -39 37 -91z" />
    <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920" 
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
    <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664" 
d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
    <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280" 
d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
    <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664" 
d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
    <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920" 
d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664" 
d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
    <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408" 
d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
    <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024" 
d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
    <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792" 
d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
    <glyph glyph-name="text_width" unicode="&#xf035;" 
d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
    <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
    <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792" 
d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792" 
d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792" 
d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792" 
d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
q39 -17 39 -59z" />
    <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920" 
d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="pencil" unicode="&#xf040;" 
d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
q53 0 91 -38l235 -234q37 -39 37 -91z" />
    <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024" 
d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
    <glyph glyph-name="adjust" unicode="&#xf042;" 
d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024" 
d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
    <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792" 
d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
    <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664" 
d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664" 
d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
q24 -24 24 -57t-24 -57z" />
    <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792" 
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024" 
d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
    <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792" 
d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
q19 19 32 13t13 -32v-710q4 10 13 19z" />
    <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664" 
d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
    <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408" 
d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
    <glyph glyph-name="pause" unicode="&#xf04c;" 
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
    <glyph glyph-name="stop" unicode="&#xf04d;" 
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
    <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
    <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
    <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538" 
d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
    <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280" 
d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280" 
d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="plus_sign" unicode="&#xf055;" 
d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="minus_sign" unicode="&#xf056;" 
d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="remove_sign" unicode="&#xf057;" 
d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ok_sign" unicode="&#xf058;" 
d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="question_sign" unicode="&#xf059;" 
d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="info_sign" unicode="&#xf05a;" 
d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="screenshot" unicode="&#xf05b;" 
d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
    <glyph glyph-name="remove_circle" unicode="&#xf05c;" 
d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ok_circle" unicode="&#xf05d;" 
d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ban_circle" unicode="&#xf05e;" 
d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
    <glyph glyph-name="arrow_left" unicode="&#xf060;" 
d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
t32.5 -90.5z" />
    <glyph glyph-name="arrow_right" unicode="&#xf061;" 
d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
    <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664" 
d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
q37 -39 37 -91z" />
    <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664" 
d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
    <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792" 
d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
    <glyph glyph-name="resize_full" unicode="&#xf065;" 
d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
    <glyph glyph-name="resize_small" unicode="&#xf066;" 
d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
    <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408" 
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
    <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408" 
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
    <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664" 
d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
    <glyph glyph-name="exclamation_sign" unicode="&#xf06a;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
    <glyph glyph-name="gift" unicode="&#xf06b;" 
d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
    <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792" 
d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
    <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408" 
d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
    <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792" 
d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
    <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792" 
d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
" />
    <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792" 
d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
    <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408" 
d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
    <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664" 
d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792" 
d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
    <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792" 
d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="magnet" unicode="&#xf076;" 
d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
    <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792" 
d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
    <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792" 
d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
    <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920" 
d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
" />
    <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664" 
d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664" 
d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
    <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920" 
d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
    <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768" 
d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792" 
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048" 
d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
    <glyph glyph-name="twitter_sign" unicode="&#xf081;" 
d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="facebook_sign" unicode="&#xf082;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960z" />
    <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792" 
d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792" 
d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
    <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920" 
d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
    <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792" 
d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
    <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;" 
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
    <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;" 
d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
    <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896" 
d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
    <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792" 
d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
q224 0 351 -124t127 -344z" />
    <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664" 
d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
    <glyph glyph-name="linkedin_sign" unicode="&#xf08c;" 
d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152" 
d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
    <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792" 
d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
    <glyph glyph-name="signin" unicode="&#xf090;" 
d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664" 
d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
    <glyph glyph-name="github_sign" unicode="&#xf092;" 
d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664" 
d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
    <glyph glyph-name="lemon" unicode="&#xf094;" 
d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
    <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408" 
d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
    <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408" 
d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280" 
d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
    <glyph glyph-name="phone_sign" unicode="&#xf098;" 
d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
" />
    <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664" 
d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
    <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024" 
d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
    <glyph glyph-name="github" unicode="&#xf09b;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
    <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664" 
d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
t316.5 -131.5t131.5 -316.5z" />
    <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920" 
d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
    <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408" 
d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
q187 -186 294 -425.5t120 -501.5z" />
    <glyph glyph-name="hdd" unicode="&#xf0a0;" 
d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
    <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792" 
d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
    <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792" 
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
    <glyph glyph-name="certificate" unicode="&#xf0a3;" 
d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
    <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792" 
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
    <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792" 
d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="hand_up" unicode="&#xf0a6;" 
d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
    <glyph glyph-name="hand_down" unicode="&#xf0a7;" 
d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
    <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;" 
d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;" 
d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;" 
d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;" 
d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="globe" unicode="&#xf0ac;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
    <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664" 
d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
    <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792" 
d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
    <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408" 
d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
    <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792" 
d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
    <glyph glyph-name="fullscreen" unicode="&#xf0b2;" 
d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
" />
    <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920" 
d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
    <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664" 
d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
    <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920" 
d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
" />
    <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664" 
d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
    <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792" 
d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
    <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792" 
d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
    <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408" 
d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
z" />
    <glyph glyph-name="save" unicode="&#xf0c7;" 
d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
    <glyph glyph-name="sign_blank" unicode="&#xf0c8;" 
d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="reorder" unicode="&#xf0c9;" 
d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792" 
d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792" 
d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792" 
d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
    <glyph glyph-name="underline" unicode="&#xf0cd;" 
d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
    <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664" 
d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
z" />
    <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664" 
d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
    <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792" 
d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
    <glyph glyph-name="pinterest" unicode="&#xf0d2;" 
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
    <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;" 
d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304" 
d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
    <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920" 
d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
    <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024" 
d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
    <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024" 
d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640" 
d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640" 
d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664" 
d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
    <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024" 
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024" 
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
    <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024" 
d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792" 
d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
    <glyph glyph-name="linkedin" unicode="&#xf0e1;" 
d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
    <glyph glyph-name="undo" unicode="&#xf0e2;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
    <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792" 
d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
    <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792" 
d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792" 
d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792" 
d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
    <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896" 
d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
    <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792" 
d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
z" />
    <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664" 
d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
    <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792" 
d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
    <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024" 
d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
    <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792" 
d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
    <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920" 
d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
    <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920" 
d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
    <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408" 
d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408" 
d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792" 
d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
t66 -158z" />
    <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792" 
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
    <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920" 
d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408" 
d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
    <glyph glyph-name="file_text_alt" unicode="&#xf0f6;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
    <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408" 
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
    <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408" 
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
    <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920" 
d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792" 
d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
    <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920" 
d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
    <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664" 
d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
    <glyph glyph-name="h_sign" unicode="&#xf0fd;" 
d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="f0fe" unicode="&#xf0fe;" 
d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024" 
d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024" 
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152" 
d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152" 
d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640" 
d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640" 
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152" 
d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152" 
d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920" 
d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920" 
d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
    <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152" 
d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
    <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768" 
d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
    <glyph glyph-name="circle_blank" unicode="&#xf10c;" 
d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664" 
d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
    <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664" 
d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
    <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792" 
d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
    <glyph glyph-name="circle" unicode="&#xf111;" 
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792" 
d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
    <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664" 
d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
q0 -87 -27 -168q136 -160 136 -398z" />
    <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664" 
d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
    <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920" 
d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
" />
    <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="smile" unicode="&#xf118;" 
d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="frown" unicode="&#xf119;" 
d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="meh" unicode="&#xf11a;" 
d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920" 
d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
    <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920" 
d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792" 
d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
    <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792" 
d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
    <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664" 
d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
t9 -23z" />
    <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920" 
d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
    <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792" 
d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
    <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664" 
d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
    <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408" 
d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
    <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664" 
d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
    <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024" 
d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664" 
d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
    <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024" 
d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
    <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640" 
d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
    <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640" 
d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
    <glyph glyph-name="superscript" unicode="&#xf12b;" 
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
t-65.5 -51.5t-30.5 -63h232v80h126z" />
    <glyph glyph-name="subscript" unicode="&#xf12c;" 
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
h232v80h126z" />
    <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920" 
d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
    <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664" 
d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
    <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152" 
d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
    <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408" 
d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
    <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280" 
d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664" 
d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408" 
d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
    <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664" 
d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
    <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792" 
d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
    <glyph glyph-name="chevron_sign_left" unicode="&#xf137;" 
d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_right" unicode="&#xf138;" 
d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_up" unicode="&#xf139;" 
d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;" 
d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408" 
d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
    <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792" 
d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
    <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792" 
d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
    <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152" 
d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
v-320h736z" />
    <glyph glyph-name="bullseye" unicode="&#xf140;" 
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408" 
d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
    <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384" 
d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
    <glyph glyph-name="_303" unicode="&#xf143;" 
d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="play_sign" unicode="&#xf144;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
q16 -8 32 -8q17 0 32 9z" />
    <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792" 
d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
    <glyph glyph-name="minus_sign_alt" unicode="&#xf146;" 
d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408" 
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024" 
d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
    <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024" 
d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
    <glyph glyph-name="check_sign" unicode="&#xf14a;" 
d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="edit_sign" unicode="&#xf14b;" 
d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_312" unicode="&#xf14c;" 
d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="share_sign" unicode="&#xf14d;" 
d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="compass" unicode="&#xf14e;" 
d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="collapse" unicode="&#xf150;" 
d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="collapse_top" unicode="&#xf151;" 
d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_317" unicode="&#xf152;" 
d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024" 
d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
    <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024" 
d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
    <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024" 
d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
t53 -63.5t31.5 -76.5t13 -94z" />
    <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898" 
d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
    <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027" 
d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
    <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280" 
d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
    <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792" 
d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
    <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280" 
d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
    <glyph glyph-name="file" unicode="&#xf15b;" 
d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
    <glyph glyph-name="file_text" unicode="&#xf15c;" 
d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
    <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664" 
d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
l230 -662h70z" />
    <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664" 
d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
v119h121z" />
    <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792" 
d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
    <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792" 
d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
    <glyph glyph-name="sort_by_order" unicode="&#xf162;" 
d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
    <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;" 
d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
    <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664" 
d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
    <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664" 
d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
    <glyph glyph-name="youtube_sign" unicode="&#xf166;" 
d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="youtube" unicode="&#xf167;" 
d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
    <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408" 
d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
q25 45 64 45h241q22 0 31 -15z" />
    <glyph glyph-name="xing_sign" unicode="&#xf169;" 
d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792" 
d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
    <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792" 
d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
    <glyph glyph-name="stackexchange" unicode="&#xf16c;" 
d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
    <glyph glyph-name="instagram" unicode="&#xf16d;" 
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
    <glyph glyph-name="flickr" unicode="&#xf16e;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
    <glyph glyph-name="adn" unicode="&#xf170;" 
d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408" 
d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
    <glyph glyph-name="bitbucket_sign" unicode="&#xf172;" 
d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024" 
d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
q78 2 134 29z" />
    <glyph glyph-name="tumblr_sign" unicode="&#xf174;" 
d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768" 
d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
    <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768" 
d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
    <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792" 
d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
    <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792" 
d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
    <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408" 
d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
    <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664" 
d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
    <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408" 
d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
    <glyph glyph-name="linux" unicode="&#xf17c;" 
d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
    <glyph glyph-name="dribble" unicode="&#xf17d;" 
d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="skype" unicode="&#xf17e;" 
d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
    <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280" 
d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
    <glyph glyph-name="trello" unicode="&#xf181;" 
d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280" 
d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024" 
d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="gittip" unicode="&#xf184;" 
d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792" 
d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
    <glyph glyph-name="_366" unicode="&#xf186;" 
d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
    <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792" 
d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
    <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664" 
d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
    <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920" 
d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
q39 5 64 -2.5t31 -16.5z" />
    <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792" 
d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
    <glyph glyph-name="renren" unicode="&#xf18b;" 
d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
    <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408" 
d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
    <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280" 
d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
" />
    <glyph glyph-name="_374" unicode="&#xf18e;" 
d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;" 
d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_376" unicode="&#xf191;" 
d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="dot_circle_alt" unicode="&#xf192;" 
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664" 
d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
    <glyph glyph-name="vimeo_square" unicode="&#xf194;" 
d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152" 
d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
    <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408" 
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176" 
d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
    <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664" 
d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
    <glyph glyph-name="_384" unicode="&#xf199;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
    <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792" 
d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
t273 -182.5t331.5 -68z" />
    <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792" 
d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
    <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048" 
d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
    <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304" 
d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
    <glyph glyph-name="_389" unicode="&#xf19e;" 
d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
    <glyph glyph-name="uniF1A0" unicode="&#xf1a0;" 
d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
    <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792" 
d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_392" unicode="&#xf1a2;" 
d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_393" unicode="&#xf1a3;" 
d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920" 
d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
    <glyph glyph-name="_395" unicode="&#xf1a5;" 
d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048" 
d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
v-369h123z" />
    <glyph glyph-name="_397" unicode="&#xf1a7;" 
d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038" 
d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
    <glyph glyph-name="_399" unicode="&#xf1a9;" 
d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
    <glyph glyph-name="_400" unicode="&#xf1aa;" 
d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
t135.5 51q85 0 145 -60.5t60 -145.5z" />
    <glyph glyph-name="f1ab" unicode="&#xf1ab;" 
d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
q20 0 20 -21v-418z" />
    <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792" 
d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
    <glyph glyph-name="_403" unicode="&#xf1ad;" 
d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
    <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280" 
d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664" 
d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
t100.5 134t141.5 55.5z" />
    <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768" 
d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
    <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792" 
d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
" />
    <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304" 
d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
v-400l434 -186q36 -16 57 -48t21 -70z" />
    <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048" 
d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
    <glyph glyph-name="_410" unicode="&#xf1b5;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
    <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792" 
d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
    <glyph glyph-name="_412" unicode="&#xf1b7;" 
d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
" />
    <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792" 
d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
    <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048" 
d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048" 
d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
    <glyph glyph-name="_416" unicode="&#xf1bb;" 
d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
    <glyph glyph-name="_417" unicode="&#xf1bc;" 
d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024" 
d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
    <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304" 
d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
    <glyph glyph-name="uniF1C0" unicode="&#xf1c0;" 
d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
    <glyph glyph-name="uniF1C1" unicode="&#xf1c1;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
    <glyph glyph-name="_422" unicode="&#xf1c2;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
    <glyph glyph-name="_423" unicode="&#xf1c3;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
h-290v-107h68l189 -272l-194 -283h-68z" />
    <glyph glyph-name="_424" unicode="&#xf1c4;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
    <glyph glyph-name="_425" unicode="&#xf1c5;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
    <glyph glyph-name="_426" unicode="&#xf1c6;" 
d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
    <glyph glyph-name="_427" unicode="&#xf1c7;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
    <glyph glyph-name="_428" unicode="&#xf1c8;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
    <glyph glyph-name="_429" unicode="&#xf1c9;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
    <glyph glyph-name="_430" unicode="&#xf1ca;" 
d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
    <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792" 
d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
    <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048" 
d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
    <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792" 
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
    <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792" 
d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
    <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792" 
d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
    <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792" 
d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF1D2" unicode="&#xf1d2;" 
d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792" 
d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
    <glyph glyph-name="_439" unicode="&#xf1d4;" 
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280" 
d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
    <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792" 
d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
    <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048" 
d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
    <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792" 
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
    <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792" 
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
l863 639l-478 -797z" />
    <glyph glyph-name="_445" unicode="&#xf1da;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_446" unicode="&#xf1db;" 
d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792" 
d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
q0 -26 -12 -48t-36 -22z" />
    <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280" 
d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
    <glyph glyph-name="_449" unicode="&#xf1de;" 
d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
    <glyph glyph-name="uniF1E0" unicode="&#xf1e0;" 
d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
    <glyph glyph-name="_451" unicode="&#xf1e1;" 
d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792" 
d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
    <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792" 
d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
    <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792" 
d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
    <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792" 
d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792" 
d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
l401 400q38 37 91 37t90 -37z" />
    <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792" 
d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
    <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792" 
d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
    <glyph glyph-name="_459" unicode="&#xf1e9;" 
d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
    <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048" 
d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
    <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048" 
d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
    <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792" 
d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_463" unicode="&#xf1ed;" 
d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
    <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792" 
d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
    <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304" 
d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304" 
d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304" 
d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
    <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304" 
d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
    <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304" 
d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304" 
d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048" 
d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
l418 363q10 8 23.5 7t21.5 -11z" />
    <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048" 
d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
    <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408" 
d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_474" unicode="&#xf1f9;" 
d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_475" unicode="&#xf1fa;" 
d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
    <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792" 
d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
    <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792" 
d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
    <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792" 
d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
    <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048" 
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
    <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792" 
d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048" 
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
t9 -23z" />
    <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792" 
d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
    <glyph glyph-name="_483" unicode="&#xf203;" 
d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048" 
d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
    <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048" 
d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
    <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304" 
d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
    <glyph glyph-name="_487" unicode="&#xf207;" 
d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
    <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048" 
d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
    <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280" 
d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
    <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048" 
d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
    <glyph glyph-name="_491" unicode="&#xf20b;" 
d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_492" unicode="&#xf20c;" 
d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
    <glyph glyph-name="_493" unicode="&#xf20d;" 
d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
    <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048" 
d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
    <glyph glyph-name="f210" unicode="&#xf210;" 
d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
    <glyph glyph-name="_496" unicode="&#xf211;" 
d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
    <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048" 
d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
q209 0 374 -102q172 107 374 102z" />
    <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048" 
d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
    <glyph glyph-name="_499" unicode="&#xf214;" 
d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
t-43 -34t-16.5 -53.5z" />
    <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048" 
d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
    <glyph glyph-name="_501" unicode="&#xf216;" horiz-adv-x="2048" 
d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
    <glyph glyph-name="_502" unicode="&#xf217;" horiz-adv-x="1664" 
d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="_503" unicode="&#xf218;" horiz-adv-x="1664" 
d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="_504" unicode="&#xf219;" horiz-adv-x="2048" 
d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
    <glyph glyph-name="_505" unicode="&#xf21a;" horiz-adv-x="2048" 
d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
    <glyph glyph-name="_506" unicode="&#xf21b;" 
d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
    <glyph glyph-name="_507" unicode="&#xf21c;" horiz-adv-x="2304" 
d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
    <glyph glyph-name="_508" unicode="&#xf21d;" 
d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="_509" unicode="&#xf21e;" horiz-adv-x="1792" 
d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124
t127 -344z" />
    <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="1280" 
d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292
q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
    <glyph glyph-name="_511" unicode="&#xf222;" 
d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5
q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_512" unicode="&#xf223;" horiz-adv-x="1280" 
d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5
t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_513" unicode="&#xf224;" 
d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_514" unicode="&#xf225;" horiz-adv-x="1792" 
d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9
t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5
t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_515" unicode="&#xf226;" horiz-adv-x="1792" 
d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23
t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391
q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391
q0 -226 -154 -391q103 -57 218 -57z" />
    <glyph glyph-name="_516" unicode="&#xf227;" horiz-adv-x="1920" 
d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230
q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9
t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128
q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
    <glyph glyph-name="_517" unicode="&#xf228;" horiz-adv-x="2048" 
d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23
t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9
t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5
t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
    <glyph glyph-name="_518" unicode="&#xf229;" 
d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5
t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_519" unicode="&#xf22a;" horiz-adv-x="1280" 
d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22
t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5
t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_520" unicode="&#xf22b;" horiz-adv-x="2048" 
d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5
t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5
t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_521" unicode="&#xf22c;" horiz-adv-x="1280" 
d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5
t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_522" unicode="&#xf22d;" horiz-adv-x="1280" 
d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123
t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
    <glyph glyph-name="_523" unicode="&#xf22e;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_524" unicode="&#xf22f;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_525" unicode="&#xf230;" 
d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
    <glyph glyph-name="_526" unicode="&#xf231;" horiz-adv-x="1280" 
d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5
l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5
q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" />
    <glyph glyph-name="_527" unicode="&#xf232;" 
d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5
t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233
l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" />
    <glyph glyph-name="_528" unicode="&#xf233;" horiz-adv-x="1792" 
d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216
q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" />
    <glyph glyph-name="_529" unicode="&#xf234;" horiz-adv-x="2048" 
d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5
t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5
t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" />
    <glyph glyph-name="_530" unicode="&#xf235;" horiz-adv-x="2048" 
d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136
q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69
t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" />
    <glyph glyph-name="_531" unicode="&#xf236;" horiz-adv-x="2048" 
d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704
q-26 0 -45 -19t-19 -45v-384h1152z" />
    <glyph glyph-name="_532" unicode="&#xf237;" 
d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
    <glyph glyph-name="_533" unicode="&#xf238;" 
d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56
t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
    <glyph glyph-name="_534" unicode="&#xf239;" 
d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47
t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
    <glyph glyph-name="_535" unicode="&#xf23a;" horiz-adv-x="1792" 
d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116
q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
    <glyph glyph-name="_536" unicode="&#xf23b;" 
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
    <glyph glyph-name="_537" unicode="&#xf23c;" horiz-adv-x="2296" 
d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5
q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5
q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42
q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37
q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5
q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139
q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8
t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132
q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132
q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z
M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86
t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103
q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4
l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130
t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150
q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12
q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
    <glyph glyph-name="_538" unicode="&#xf23d;" horiz-adv-x="2304" 
d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5
t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5
t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
    <glyph glyph-name="_539" unicode="&#xf23e;" horiz-adv-x="1792" 
d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348
t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23
t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512
q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
    <glyph glyph-name="_540" unicode="&#xf240;" horiz-adv-x="2304" 
d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113
v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="_541" unicode="&#xf241;" horiz-adv-x="2304" 
d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_542" unicode="&#xf242;" horiz-adv-x="2304" 
d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_543" unicode="&#xf243;" horiz-adv-x="2304" 
d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_544" unicode="&#xf244;" horiz-adv-x="2304" 
d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23
v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_545" unicode="&#xf245;" horiz-adv-x="1280" 
d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
    <glyph glyph-name="_546" unicode="&#xf246;" horiz-adv-x="1024" 
d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
    <glyph glyph-name="_547" unicode="&#xf247;" horiz-adv-x="2048" 
d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128
h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
    <glyph glyph-name="_548" unicode="&#xf248;" horiz-adv-x="2304" 
d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256
v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
    <glyph glyph-name="_549" unicode="&#xf249;" 
d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
    <glyph glyph-name="_550" unicode="&#xf24a;" 
d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68
z" />
    <glyph glyph-name="_551" unicode="&#xf24b;" horiz-adv-x="2304" 
d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5
t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88
t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90
t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_552" unicode="&#xf24c;" horiz-adv-x="2304" 
d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294
t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z
M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_553" unicode="&#xf24d;" horiz-adv-x="1792" 
d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113
zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
    <glyph glyph-name="_554" unicode="&#xf24e;" horiz-adv-x="2304" 
d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64
q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91
t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5
t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
    <glyph glyph-name="_555" unicode="&#xf250;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5
t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
    <glyph glyph-name="_556" unicode="&#xf251;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
    <glyph glyph-name="_557" unicode="&#xf252;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
    <glyph glyph-name="_558" unicode="&#xf253;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196
h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
    <glyph glyph-name="_559" unicode="&#xf254;" 
d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87
t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9
h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
    <glyph glyph-name="_560" unicode="&#xf255;" 
d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25
q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27
t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21
q72 69 174 69z" />
    <glyph glyph-name="_561" unicode="&#xf256;" horiz-adv-x="1792" 
d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33
t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52
h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
    <glyph glyph-name="_562" unicode="&#xf257;" horiz-adv-x="1792" 
d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668
q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17
t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5
t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5
q0 -42 -23 -78t-61 -53l-310 -141h91z" />
    <glyph glyph-name="_563" unicode="&#xf258;" horiz-adv-x="2048" 
d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32
q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68
q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
    <glyph glyph-name="_564" unicode="&#xf259;" horiz-adv-x="2048" 
d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79
t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24
q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26
l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" />
    <glyph glyph-name="_565" unicode="&#xf25a;" horiz-adv-x="1792" 
d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5
q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5
v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32
v-384h32z" />
    <glyph glyph-name="_566" unicode="&#xf25b;" 
d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181
v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46
q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5
q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308
q0 -53 37.5 -90.5t90.5 -37.5h668z" />
    <glyph glyph-name="_567" unicode="&#xf25c;" horiz-adv-x="1973" 
d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5
t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141
q13 0 22 -8.5t10 -20.5z" />
    <glyph glyph-name="_568" unicode="&#xf25d;" horiz-adv-x="1792" 
d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109
t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640
q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_569" unicode="&#xf25e;" horiz-adv-x="1792" 
d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78
q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5
t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376
q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191
t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
    <glyph glyph-name="f260" unicode="&#xf260;" horiz-adv-x="2048" 
d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
    <glyph glyph-name="f261" unicode="&#xf261;" horiz-adv-x="1792" 
d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191
t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_572" unicode="&#xf262;" horiz-adv-x="2304" 
d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57
t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197
t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5
t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5
t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5
q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
    <glyph glyph-name="f263" unicode="&#xf263;" horiz-adv-x="1280" 
d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5
t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94
q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
    <glyph glyph-name="_574" unicode="&#xf264;" 
d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32
q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5
zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_575" unicode="&#xf265;" horiz-adv-x="1720" 
d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33
l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
    <glyph glyph-name="_576" unicode="&#xf266;" horiz-adv-x="2304" 
d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540
q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81
l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
    <glyph glyph-name="_577" unicode="&#xf267;" horiz-adv-x="1792" 
d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640
q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5
t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5
t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5
t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191
t191 -286t71 -348z" />
    <glyph glyph-name="_578" unicode="&#xf268;" horiz-adv-x="1792" 
d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962
q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
    <glyph glyph-name="_579" unicode="&#xf269;" horiz-adv-x="1792" 
d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5
q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5
q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
    <glyph glyph-name="_580" unicode="&#xf26a;" horiz-adv-x="1792" 
d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339
q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z
" />
    <glyph glyph-name="_581" unicode="&#xf26b;" horiz-adv-x="1792" 
d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606
q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z
M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
    <glyph glyph-name="_582" unicode="&#xf26c;" horiz-adv-x="2048" 
d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23
v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="_583" unicode="&#xf26d;" horiz-adv-x="1792" 
d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34
h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100
q-68 175 -180 287z" />
    <glyph glyph-name="_584" unicode="&#xf26e;" 
d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6
q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13
q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249
q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183
q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46
t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
    <glyph glyph-name="_585" unicode="&#xf270;" horiz-adv-x="1792" 
d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z
M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30
q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57
t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133
q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
    <glyph glyph-name="_586" unicode="&#xf271;" horiz-adv-x="1792" 
d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9
h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224
v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
    <glyph glyph-name="_587" unicode="&#xf272;" horiz-adv-x="1792" 
d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23
t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47
t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_588" unicode="&#xf273;" horiz-adv-x="1792" 
d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z
M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_589" unicode="&#xf274;" horiz-adv-x="1792" 
d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23
t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47
t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_590" unicode="&#xf275;" horiz-adv-x="1792" 
d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
    <glyph glyph-name="_591" unicode="&#xf276;" horiz-adv-x="1024" 
d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249
q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
    <glyph glyph-name="_592" unicode="&#xf277;" horiz-adv-x="1792" 
d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768
q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
    <glyph glyph-name="_593" unicode="&#xf278;" horiz-adv-x="2048" 
d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173
v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
    <glyph glyph-name="_594" unicode="&#xf279;" horiz-adv-x="1792" 
d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472
q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
    <glyph glyph-name="_595" unicode="&#xf27a;" horiz-adv-x="1792" 
d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37
t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="_596" unicode="&#xf27b;" horiz-adv-x="1792" 
d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5
t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51
t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
    <glyph glyph-name="_597" unicode="&#xf27c;" horiz-adv-x="1024" 
d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
    <glyph glyph-name="_598" unicode="&#xf27d;" horiz-adv-x="1792" 
d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246
q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
    <glyph glyph-name="f27e" unicode="&#xf27e;" 
d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
    <glyph glyph-name="uniF280" unicode="&#xf280;" 
d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72
h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275
l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
    <glyph glyph-name="uniF281" unicode="&#xf281;" horiz-adv-x="1792" 
d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5
l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44
t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106
q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
    <glyph glyph-name="_602" unicode="&#xf282;" horiz-adv-x="1792" 
d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53
q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
    <glyph glyph-name="_603" unicode="&#xf283;" horiz-adv-x="2304" 
d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
    <glyph glyph-name="_604" unicode="&#xf284;" horiz-adv-x="1792" 
d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308
t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20
t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" />
    <glyph glyph-name="uniF285" unicode="&#xf285;" horiz-adv-x="1792" 
d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
    <glyph glyph-name="uniF286" unicode="&#xf286;" horiz-adv-x="1792" 
d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96
q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5
q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96
q16 0 16 -16z" />
    <glyph glyph-name="_607" unicode="&#xf287;" horiz-adv-x="2304" 
d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96
q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5
t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
    <glyph glyph-name="_608" unicode="&#xf288;" horiz-adv-x="1792" 
d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348
t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_609" unicode="&#xf289;" horiz-adv-x="2304" 
d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22
q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5
q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13
q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
    <glyph glyph-name="_610" unicode="&#xf28a;" 
d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83
t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20
q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5
t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
    <glyph glyph-name="_611" unicode="&#xf28b;" 
d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103
t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_612" unicode="&#xf28c;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
    <glyph glyph-name="_613" unicode="&#xf28d;" 
d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="_614" unicode="&#xf28e;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
    <glyph glyph-name="_615" unicode="&#xf290;" horiz-adv-x="1792" 
d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="_616" unicode="&#xf291;" horiz-adv-x="2048" 
d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5
t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416
q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441
h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
    <glyph glyph-name="_617" unicode="&#xf292;" horiz-adv-x="1792" 
d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12
q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311
q15 0 25 -12q9 -12 6 -28z" />
    <glyph glyph-name="_618" unicode="&#xf293;" 
d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5
t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
    <glyph glyph-name="_619" unicode="&#xf294;" horiz-adv-x="1024" 
d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
    <glyph glyph-name="_620" unicode="&#xf295;" 
d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5
t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="_621" unicode="&#xf296;" horiz-adv-x="1792" 
d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
    <glyph glyph-name="_622" unicode="&#xf297;" horiz-adv-x="1792" 
d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111
q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
    <glyph glyph-name="_623" unicode="&#xf298;" 
d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14
t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
    <glyph glyph-name="_624" unicode="&#xf299;" horiz-adv-x="1792" 
d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57
q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285
q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
    <glyph glyph-name="_625" unicode="&#xf29a;" horiz-adv-x="1792" 
d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42
q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298
t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_626" unicode="&#xf29b;" 
d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300
l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z
M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
    <glyph glyph-name="_627" unicode="&#xf29c;" 
d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5
t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5
t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5
t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_628" unicode="&#xf29d;" horiz-adv-x="1408" 
d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457
q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521
q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661
q3 -1 7 1t7 4l3 2q11 9 11 17z" />
    <glyph glyph-name="_629" unicode="&#xf29e;" horiz-adv-x="2304" 
d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10
t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5
t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5
h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96
t9.5 -70.5z" />
    <glyph glyph-name="uniF2A0" unicode="&#xf2a0;" horiz-adv-x="1408" 
d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5
q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127
l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272
t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249
q-18 -19 -45 -19z" />
    <glyph glyph-name="uniF2A1" unicode="&#xf2a1;" horiz-adv-x="2176" 
d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352
q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864
q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136
t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56
t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56
t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136
t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="uniF2A2" unicode="&#xf2a2;" horiz-adv-x="1792" 
d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z
M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72
t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45
t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4
q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
    <glyph glyph-name="uniF2A3" unicode="&#xf2a3;" horiz-adv-x="2304" 
d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55
q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5
q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101
q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35
q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5
q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
    <glyph glyph-name="uniF2A4" unicode="&#xf2a4;" horiz-adv-x="1792" 
d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19
t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74
t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233
l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
    <glyph glyph-name="uniF2A5" unicode="&#xf2a5;" 
d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2
q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10
q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF2A6" unicode="&#xf2a6;" horiz-adv-x="1535" 
d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5
l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5
q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9
q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
    <glyph glyph-name="uniF2A7" unicode="&#xf2a7;" horiz-adv-x="1664" 
d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37
t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38
l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148
q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26
l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
    <glyph glyph-name="uniF2A8" unicode="&#xf2a8;" horiz-adv-x="1792" 
d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5
q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841
q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5
q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
    <glyph glyph-name="uniF2A9" unicode="&#xf2a9;" horiz-adv-x="1280" 
d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5
q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z
M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
    <glyph glyph-name="uniF2AA" unicode="&#xf2aa;" 
d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z
M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5
q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="uniF2AB" unicode="&#xf2ab;" 
d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114
q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5
t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="uniF2AC" unicode="&#xf2ac;" horiz-adv-x="1664" 
d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35
q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5
t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
    <glyph glyph-name="uniF2AD" unicode="&#xf2ad;" 
d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115
q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15
t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960
q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF2AE" unicode="&#xf2ae;" horiz-adv-x="2304" 
d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7
q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158
q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
    <glyph glyph-name="uniF2B0" unicode="&#xf2b0;" 
d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104
q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108
l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z
M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
    <glyph glyph-name="uniF2B1" unicode="&#xf2b1;" horiz-adv-x="1664" 
d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5
t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
    <glyph glyph-name="uniF2B2" unicode="&#xf2b2;" horiz-adv-x="1792" 
d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5
t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114
q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50
q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5
t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46
q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5
q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177
t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
    <glyph glyph-name="uniF2B3" unicode="&#xf2b3;" 
d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110
h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="uniF2B4" unicode="&#xf2b4;" 
d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5
q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
    <glyph glyph-name="uniF2B5" unicode="&#xf2b5;" horiz-adv-x="2304" 
d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66
l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180
q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z
M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421
q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" />
    <glyph glyph-name="uniF2B6" unicode="&#xf2b6;" horiz-adv-x="1792" 
d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107
t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39
q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" />
    <glyph glyph-name="uniF2B7" unicode="&#xf2b7;" horiz-adv-x="1792" 
d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5
l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5
h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94
q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" />
    <glyph glyph-name="uniF2B8" unicode="&#xf2b8;" 
d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465
l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161
q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74
q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" />
    <glyph glyph-name="uniF2B9" unicode="&#xf2b9;" horiz-adv-x="1664" 
d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576
q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216
q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" />
    <glyph glyph-name="uniF2BA" unicode="&#xf2ba;" horiz-adv-x="1664" 
d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5
t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96
q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216
q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" />
    <glyph glyph-name="uniF2BB" unicode="&#xf2bb;" horiz-adv-x="2048" 
d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z
M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568
q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9
h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2BC" unicode="&#xf2bc;" horiz-adv-x="2048" 
d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925
q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568
q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5
t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113
t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2BD" unicode="&#xf2bd;" horiz-adv-x="1792" 
d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5
t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2BE" unicode="&#xf2be;" horiz-adv-x="1792" 
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61
t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" />
    <glyph glyph-name="uniF2C0" unicode="&#xf2c0;" 
d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5
t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145
q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" />
    <glyph glyph-name="uniF2C1" unicode="&#xf2c1;" horiz-adv-x="1280" 
d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5
t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352
q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C2" unicode="&#xf2c2;" horiz-adv-x="2048" 
d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56
t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23
v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728
q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C3" unicode="&#xf2c3;" horiz-adv-x="2048" 
d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z
M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64
q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47
h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C4" unicode="&#xf2c4;" horiz-adv-x="1792" 
d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117
q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5
t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" />
    <glyph glyph-name="uniF2C5" unicode="&#xf2c5;" horiz-adv-x="2304" 
d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21
t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46
t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54
t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29
q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5
t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314
q2 -42 2 -64z" />
    <glyph glyph-name="uniF2C6" unicode="&#xf2c6;" horiz-adv-x="1792" 
d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2C7" unicode="&#xf2c7;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2C8" unicode="&#xf2c8;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2C9" unicode="&#xf2c9;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2CA" unicode="&#xf2ca;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2CB" unicode="&#xf2cb;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z
M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" />
    <glyph glyph-name="uniF2CC" unicode="&#xf2cc;" horiz-adv-x="1920" 
d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41
t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19
t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768
q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19
t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384
q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" />
    <glyph glyph-name="uniF2CD" unicode="&#xf2cd;" horiz-adv-x="1792" 
d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9
t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9
t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42
q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9
t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23
t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" />
    <glyph glyph-name="uniF2CE" unicode="&#xf2ce;" 
d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5
t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70
q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20
q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5
t72.5 -263.5z" />
    <glyph glyph-name="uniF2D0" unicode="&#xf2d0;" horiz-adv-x="1792" 
d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D1" unicode="&#xf2d1;" horiz-adv-x="1792" 
d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D2" unicode="&#xf2d2;" horiz-adv-x="2048" 
d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47
t47 -113z" />
    <glyph glyph-name="uniF2D3" unicode="&#xf2d3;" horiz-adv-x="1792" 
d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10
l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D4" unicode="&#xf2d4;" horiz-adv-x="1792" 
d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D5" unicode="&#xf2d5;" horiz-adv-x="1792" 
d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2D6" unicode="&#xf2d6;" horiz-adv-x="1794" 
d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12
t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5
t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5
q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5
q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34
q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5
t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2D7" unicode="&#xf2d7;" 
d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89
q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5
t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" />
    <glyph glyph-name="uniF2D8" unicode="&#xf2d8;" 
d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7
t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5
h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113
v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D9" unicode="&#xf2d9;" horiz-adv-x="2176" 
d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584
q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5
q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15
q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82
q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104
t302 11t306.5 -97q220 -115 333 -336t87 -474z" />
    <glyph glyph-name="uniF2DA" unicode="&#xf2da;" horiz-adv-x="1792" 
d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178
q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199
t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297
t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208
t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" />
    <glyph glyph-name="uniF2DB" unicode="&#xf2db;" 
d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16
q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28
t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32
q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16
h48q16 0 16 -16z" />
    <glyph glyph-name="uniF2DC" unicode="&#xf2dc;" horiz-adv-x="1664" 
d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45
t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33
q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313
l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106
q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" />
    <glyph glyph-name="uniF2DD" unicode="&#xf2dd;" horiz-adv-x="1792" 
d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321
q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" />
    <glyph glyph-name="uniF2DE" unicode="&#xf2de;" horiz-adv-x="1792" 
d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62
t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71
t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2E0" unicode="&#xf2e0;" horiz-adv-x="1920" 
d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3
t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53
q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5
q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5
t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5
q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z
M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21
q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16
q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" />
    <glyph glyph-name="uniF2E1" unicode="&#xf2e1;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E2" unicode="&#xf2e2;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E3" unicode="&#xf2e3;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E4" unicode="&#xf2e4;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E5" unicode="&#xf2e5;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E6" unicode="&#xf2e6;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E7" unicode="&#xf2e7;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_698" unicode="&#xf2e8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E9" unicode="&#xf2e9;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EA" unicode="&#xf2ea;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EB" unicode="&#xf2eb;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EC" unicode="&#xf2ec;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2ED" unicode="&#xf2ed;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EE" unicode="&#xf2ee;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="lessequal" unicode="&#xf500;" horiz-adv-x="1792" 
 />
  </font>
</defs></svg>
PK�
�[Op�n�n�9assets/library/font-awesome/fonts/fontawesome-webfont.eotnu�[���n����LPYxϐFontAwesomeRegular$Version 4.7.0 2016FontAwesome
�PFFTMk�G���GDEF��p OS/2�2z@X`cmap
�:��gasp���hglyf���M�L�head��-�6hhea
�$hmtxEy��
�loca��\�maxp,8 name㗋�gh�post����k�uː�xY_<��3�2�3�2���	�	����	��'@i��3��3s�pyrs@ �� �pU�]�����y�n�����2��@������
��������z���Z@�5�5
���z���ZZ����@���������,_���@������s���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-����`��b����
���$����6�4�8�"�"""""���@�D@���,,@� ���������	m��)@�@	 	' D9>dY*	'						�	��	��T										�@	f�	%RE	 		$!k(D�'	��	�%��	�%	��	��0%�/�&��p@0 �����!"""`���>�N�^�n�~��������������.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�p�������������� �0�@�P�`�p��������������!�@�P�`�p�������������\�X�S�B�1����ݬ

	����������������������������������
�
	,,,,,,,,,,,,,��t�L�T$�l	x	�
T(��
d����l,����4d�pH�$d,t( � �!�"0# $,$�&D'�(�)T**�,,�-�.@.�/`/�00�1�2�3d444�5 5�5�6 6\6�7H7�88`8�9L9�:h:�;�<p=p><>�?h?�@H@�A0A�BXB�CdC�DLD�E�F�G0G�H�I�J8K�L�MdN,N�N�O�P`P�Q4Q�RRlS,S�T`U0W�X�Z[@[�\<\�]�^(^�_�`pb,b�dd�ePe�f�g`g�iLi�jDkk�l�m@n,oLp�q�r�sxtt�uD{`||�}}�~��������H��������l�@����������l�H� ���T��H�������`����@�����$�\�X��D�������T�X�����D�P�,���8���d�\����������������H���x��� �t���X���p��d��������x�t�������������@������Œ�\� ļ�ŸƔ�0���d��ʨˀ����͔�x��ϰЌ�,ш�҈�ӌ���8�,՜�`���l�Hش�`���Tڸ�۔�@���l��ބ�߬��l�p� ������������������������������4�����X���$�l���(����`����������	d

��
,�,��8��(�X���x|T�@��| �!�"x##l$$�'h(�*L,T.L1t1�2�303�4�5t6T7$89H::�;�<�<�?X@A�B�C�D�EHFHGpHHIxJ J�K�L�MN@P@Q�R�SDT ULV`V�WXX4X�ZZ�[d[�\|]�^�`�aHa�b�cXd�etfhg�h�i\jxn�p@s�vw�x�y�z�{h|�}}�\���l�t���4���������t���8�8���L���T�������������|�������|�������4�x�����L����������X�(� ������� ������@�����l���t����$����x�L�L��� �H������Ġ�T�(����ʈˠ��ϔ�l�d���P�Մ�x�p���ڬ�T�T���ވ�L�����<�H��$���l������4����������� �P�l����,���x���p�,�x�t��d����4���4,h�P	4
��
�4�<,,408$�8�T� |!h"�$L%0&H'�(�)�*0*�+�,�.$.�0�1�2@2�3�4t5$6�9 :�:�;;�<(<�=4?�@�A�C�D�F�H`H�I�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�p7!!!���@p�p �p�]���!2#!"&463!&54>3!2�+��@&&��&&@��+$(�($F#+���&4&&4&x+#��+".4>32".4>32467632DhgZghDDhg-iW�DhgZghDDhg-iW&@(8 ��2N++NdN+'�;2N++NdN+'�3
8���!  #"'#"$&6$ �������rL46$���܏���oo��o|W%r��������4L&V|o��oo����ܳ��%��=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2� %��3@m00m@3���% 
�
�@
���:"7..7":�6]�^B�@B^^B�B^ $΄+0110+��$�
(	

�t��1%%1��+�`��B^^B@B^^���"'.54632>32�4��
#L</��>�oP$$Po�>���Z$_d�C�+I@$$@I+��������"#"'%#"&547&547%62���V�?�?V��8��<��8y���
���b%	I�))�9I	����	+	%%#"'%#"&547&547%62q2�Z���Z2Izy���V)�?�?V��8��<��8)>~��>��[��
���
2���b%	I�))�9I	���%#!"&54>3 72 &6 }X��X}.GuL�l�LuG.�����>�m��mU��mE��Em�������>����/?O_o���54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2�&�&&�&&�&&�&&�&&�&&�&&&�&�&&�&�&�&&�&��&�&&&�&�&&�&&�&&�&&�&&�&�^B��B^^B@B^@�&&�&&��&&�&&��&&�&&�&&�&&��&&�&&���&&�&&&&�&&���&&�&&��&&�&&��&&�&&���B^^B@B^^��/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L4�4LL44LL4�4LL44L�L4�4LL44LL4�4LL44L��4LL4�4LL��4LL4�4LL���4LL4�4LL��4LL4�4LL	�/?O_o�#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(88(��(88(@(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88�/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(88(�@(88(�(8�8(��(88(@(88(�@(88(�(88(�@(88(�(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88y��"/&4?62	62��,�P����P&�P��P�,��jP�����n���#$"'	"/&47	&4?62	62	�P���P�&���P&&P���&�P�&���P&&P���&�P������#+D++"&=#"&=46;546;232  #"'#"$&6$ 
�
@
�

�
@
�
�������rK56$���܏���oo��o|W�@
�

�
@
�

��r��������jK&V|o��oo����ܳ�����0#!"&=463!2  #"'#"$&6$ 
��

@
�������rK56$���܏���oo��o|W�@

@
�r��������jK&V|o��oo����ܳ����)5 $&54762>54&'.7>"&5462z�����z��+i *bkQ��н�Qkb* j*����LhLLhL�����zz���Bm +*i J�yh��QQ��hy�J i*+ m��J��4LL4�4LL���/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2��������������`��r��@�@r�@��@����n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632�Ԗ����#H
	��,/
�1)�
~'H�
�(C
	�

�,/
�1)�	
�$H�
Ԗ�Ԗm�6%2X
%�	l�2
�k	r6

[21
�..9Q

$�
k�2
�k	
w3[20����/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���@�`�0
��
o`^B��B^`5FN(@(NF5 ��@��@��@���L%%Ju		�@�LSyuS�@�%44%�f5#!!!"&5465	7#"'	'&/&6762546;2�&�����&??�>

�L�L
>
� X ���
 � &���&��&AJ	A��	J
W���h��##!"&5463!2!&'&!"&5!�(8(��(88(�(`�x
��c�`(8��`(��(88(@(8(D��9�8(����� ,#!"&=46;46;2.  6 $$ ����@��������(�r���^����a�a�@@`��(��������_�^����a�a��2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W
�
��.�@

��

�@.�$S

�

S$�@

���9I


�
I6>
��
��>�%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&4�8(�@(88(ч:�:��(8���@6�@*&&*�4&&4&&4&&4& ��(88(@(8�88�8)�@�)'�&&�@���$0"'&76;46;232  >& $$ `
������������(���r���^����a�a`��		@`��2�������(���^����a�a�����$0++"&5#"&54762  >& $$ ^���
?@�����(���r���^����a�a���`?		����������(���^����a�a��
#!.'!!!%#!"&547>3!2�<�<�<_@`&��&�
5@5
�@����&&�>=(""��=���'#"'&5476.  6 $$ � ��  ! ��������(�r���^����a�a�J��	%�%���(��������_�^����a�a�����3#!"'&?&#"3267672#"$&6$3276&�@*���h��QQ��hw�I
�	m�ʬ����zz���k�)'�@&('��Q��н�Qh_
	�
��z�8�zoe����$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762�@�h���k�4&&�&�G�a��F*�
&�@&��Ɇ�F*�
A��k�4&���nf�&�&&4�BH�rd�@&&4���rd
Moe�&�/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2�
@

@

@

@

@

@
�
�@

�

�@

�

�@

�
�
�@

�
�^B�@B^^B�B^`@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�3@

��
M��B^^B@B^^��!54&"#!"&546;54 32@�Ԗ@8(�@(88( p (8�j��j��(88(@(8������8@���7+"&5&5462#".#"#"&5476763232>32@@
@
@KjK�ך=}\�I���&:�k�~&26]S
&H&�

�&H5KKu�t,4,�	&� x:;*4*&��K#+"&546;227654$ >3546;2+"&="&/&546$ �<��X@@Gv"D�����װD"vG@@X��<��4L4����1!Sk @ G<_b������b_<G �� kS!1����zz�� �"'!"&5463!62&4����&&M4&���&M&�&M& ��-"'!"&5463!62#"&54>4.54632&4����&&M4&�UF
&""""&
F���&M&�&M&���%/B/%���G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4����&&M4&�UF
&""""&
FU��
&'8JSSJ8'&

����

&'.${��{$.'&

����&M&�&M&���%/B/%7���;&'6���6'&;��4�[&$
[2[
$&[��#/37#5#5!#5!!!!!!!#5!#5!5##!35!!!����������������������������������������������������������������������������#'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3????  ^��>>~??�??�??~??~??^??�^^?  ^??������������������������������������4&"2#"'.5463!2�KjKKjv%�'45%�5&5L4�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'��k�54&"2#"'.5463!2#"&'654'.#32�KjKKjv%�'45%�5&5L4�5�&�%�%�'4$.�%%�5&�5�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'45%�%�%54'�&55&�6'
��y�Tdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(��sA�eM�,*$/
!'&
�JP��$G]��
x�6,&��`
��
h`
��
"9H�v@WkNC<.
&k&
("$p"	.
#u&#	%!'	pJ�vwEF�#

@

��

@

���2#"'	#"'.546763�!''!0#�G�G$/!''!�	
8"��"8
 ��X!	
8"	"8
	����<)!!#"&=!4&"27+#!"&=#"&546;463!232������(8���&4&&4�
�8(�@(8�
qO@8(�(`�(@Oq��8(��&4&&4&@�`
�(88(�
�Oq (8(�`(�q���!)2"&42#!"&546;7>3!2  I��j��j��j��j�3e55e3�gr������`��I�j��j��j�j��1GG1���r��������P2327&7>7;"&#"4?2>54.'%3"&#"#ժ!�9&W��B03&�K5�!�)V�?�@L��'�	
>R�>e;&L:�:%P�>��vO
'h�� N��_"�:-&+#
��:��	'	����+a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P���$$5.3b�ZF�|\8!-T>5��Fu��\,�,j�n OrB,<!
5�4wJ]�?tTFi;
2�3j.�p^%/2�+
	S:T}K4W9: #ƕd�fE���:7>7676'5.'732>7"#"&#&#"OA
zj=N!�}:0e��%	y�
+t�D3�~U#B4#
g		'2
%/!:
���T	bRU,7����}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'�!~:~!PP!~:~!P��6�,�,$�$%*'
c2N 	
(�$"L��A2�3Yl�!x!*�%��%%��%��
p�P,T	NE	Q7^���oH!+(
3	 *Ue�eu
wg��a�32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6�,�,Faw!*'
=~Pl*	
(�$"L��A2�3Yl	�)�!*<7@@7<
�
<7@@7<
 p�P,T	MF
Q7�47ƢHoH!+(
3	 t���JHQ6wh��',686,'$##$',686,'$##$�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&�&&&&�&&&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&��&&�&&��&&�&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&�&&&&�&&&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2
�

�

�

�

�

�

��

@
�
�

�

��

@

��

@

��

@
�

�
s�

�
s�

�
��

�
s�

�
��

�
s�

�
s�

�
�/?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
	��		 	
�
�@

�

��

@

��

@

�@

�
�
	 		 	��

�
s�

�
s�

�
s�

�
�/?O#"&54632	#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`	��	

	 �
�@

�

��

@

��

@

�@

�
�	��	
@
	��	�

�
s�

�
s�

�
s�

�
#"'#!"&5463!2632'
�m�w�@w��w�w��
'���*��w��w�w��w������."&462!5	!"3!2654&#!"&5463!2�p�pp�p��@���

@
�^B��B^^B@B^�pp�p���@�@� 
�@

�
 �@B^^B�B^^���k%!7'34#"3276'	!7632k[�[�v
��
6����`�%��`�$65&�%[�[k����
�`����5%���&&�'���4&"2"&'&54 �Ԗ���!��?H?��!,�,Ԗ�ԖmF��!&&!Fm�,�����%" $$ ���������^����a�a`@������^����a�a���-4'.'&"26% 547>7>2"KjK��X��QqYn	243nYqQ�$!+!77!+!$5KK���,ԑ�	���]""]ً�	��9>H7'3&7#!"&5463!2'&#!"3!26=4?6	!762xt�t` �� ^Q�w��w��w@?61��B^^B@B^	@(` �`��\\��\P�`t�t8`� �� ^�Ͼw��w@w�1^B��B^^B~
	@��` \ \�P�+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632��w��w��w�
M8
pB^^B@B^�
'���sw-

9*##;No��j�'
�#��w��w@w�
"^B��B^^B�

	��*�����
"g`�81T`PSA:'�*��4�/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62	62��w��w��w@?61

��B^^B@B^	@

��B�RnB�Bn^��w��w@w�1
^B��B^^B�
	@
���Bn���nB�C"&=!32"'&46;!"'&4762!#"&4762+!5462�4&���&�4�&���&4�4&��&4&��&4�4�&���&4�4&��&4&��&4�4&���&����6'&'+"&546;267��:	&�&&�&	s�@�	
�Z&&�&&�Z
	���+6'&''&'+"&546;267667��:	�:	&�&&�&	�	s�@�	
�:�	
�Z&&�&&�Z
	��:
	z����6'&''&47667S�:	�:�	s�@�	
�:�4��:
	�|�	&546h��!!0a�
�
�
$���#!"&5463!2#!"&5463!2&�&&&��&�&&&@��&&�&&��&&�&&���#!"&5463!2&��&&�&@��&&�&&���&54646&5-�	��:	s��:	
��:4�:�
	���+&5464646;2+"&5&5-�	�	&�&&�&	�:	s��:	
��:	
�&&��&&�
	�:�
	���&54646;2+"&5-�	&�&&�&	s��:	
�&&��&&�
	62#!"&!"&5463!2�4��@��&&�&&-��:��&&&�&�����	"'&4762����4��4����4��4��4Z��f�	"/&47	&4?62S�4����4����44��4���#/54&#!4&+"!"3!;265!26 $$ �&�&�&�&&&�&&@���^����a�a@�&&&�&�&�&&&+�^����a�a�����54&#!"3!26 $$ �&�&&&@���^����a�a@�&&�&&+�^����a�a�����+74/7654/&#"'&#"32?32?6 $$ }��Z��Z��Z��Z����^����a�a���Z��Z��Z��Z�^����a�a�����#4/&"'&"327> $$ [4�h�4[j����^����a�a"Z�i�Z��J�^����a�a�����:F%54&+";264.#"32767632;265467>$ $$ ���o�W��	5!"40K(0?i�+! ":����^����a�a����X�R�dD4!&.uC$=1/J=�^����a�a�����.:%54&+4&#!";#"3!2654&+";26 $$ `��``��������^����a�a�����������^����a�a�����/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232�m&&m �l&�&l� m&&m �l&�&l�s&�%�&�&��%�&&�%�&�&��%�&&�&l� m&&m �l&�&l� m&&m �,�&��%�&&�%�&�&��%�&&�%�&���#/;"/"/&4?'&4?627626.  6 $$ I�

��

�

��

�

��

�

��
͒������(�r���^����a�aɒ

��

�

��

�

��

�

��
(��������_�^����a�a����� ,	"'&4?6262.  6 $$ ��Z4��f4�4fz�������(�r���^����a�a�Z&4f�f4�(��������_�^����a�a�����	"4'32>&#" $&6$  W���oɒV�󇥔�� z�����zz�8�����YW�˼�[����?����zz�:�zz�@�5K #!#"'&547632!2A4�@%&&K%54'�u%%�&54&K&&���4A��5K��$l$L%%�%54'�&&J&j&��K�5�K #"/&47!"&=463!&4?632�%�u'43'K&&%�@4AA4���&&K&45&�%@6%�u%%K&j&%K5�5K&$l$K&&�u#5��K@!#"'+"&5"/&547632K%K&56$��K5�5K��$l$K&&�#76%�%53'K&&%�@4AA4���&&K&45&�%%�u'5��K�"#"'&54?63246;2632K%�u'45%�u&&J'45%&L4�4L&%54'K%�5%�t%%�$65&K%%���4LL4�@&%%K'���,"&5#"#"'.'547!3462�4&�b��qb>#5���&4�4�&6Uu�e7D#		"�dž�&����/#!"&546262"/"/&47'&463!2�
���&�@&&4�L

r&4���

r

L�&�&�
���4&&�&�L

rI�@&���

r

L�4&&
���s/"/"/&47'&463!2#!"&546262&4���

r

L�&�&�
���&�@&&4�L

r@�@&���

r

L�4&&�
���4&&�&�L

r��##!+"&5!"&=463!46;2!2�8(�`8(�(8�`(88(�8(�(8�(8 �(8�`(88(�8(�(8�(88(�`8��#!"&=463!2�8(�@(88(�(8 �(88(�(88z���5'%+"&5&/&67-.?>46;2%6�.@g.��L4�4L��.g@.
��.@g.
L4�4L
.g@.���g.n.���4LL43�.n.g��g.n.�34LL4�͙.n.g����-  $54&+";264'&+";26/�a����^�����
�

�


�

�����^����a�a��
�
fm��
@
J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2���$�$�8�~+(88�8(+}�(�`8(��(8`�]��]k=��=k]��]��8���,8e�8P88P8�����`(88(�@���M��M����N4&#"327>76$32#"'.#"#"&'.54>54&'&54>7>7>32&����z&^��&.������/+>+)>J>	W��m7����'
'"''? &4&c��&^|h_b��ml/J@L@#*
#M6:D
35sҟw$	'%
'	\�t��3#!"&=463!2'.54>54''�
��

@
�1O``O1CZ��Z71O``O1BZ��Z7�@

@
N�]SHH[3`�)Tt��bN�]SHH[3^�)Tt���!1&' 547 $4&#"2654632 '&476 ���=������=嘅�����}�(zVl��'��'���ٌ@�uhy����yhu����9(�}Vz��D#���#D#�������	=CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧�}�(zV�j�\i1
z,��X��
Y[6
$!%���'F��u�J�iys�?_�9ɍ?�kyhu�n(�}Vz����YF
KA؉L�a
�0��2�-�F"@Q���sp@�_���!3%54&+";264'&+";26#!"&'&7>2
�

�


�
�
#%;"�";%#<F<������7


���??""??�$$ll2#"'&'	+&/&'&?632	&'&?67>`,@L�����5
`		��
`	�����L�`4�L��H`
����`	��
a	5�
��L@��#37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232� ��`@���� ��`@���� ���@����@�� ��@����
@

@
� ��@��� �� 
@

@
�L4��4LL4�^B@B^�^B@B^�4L� �� @@��@@ � � � @@  

��
��@@ �� � 

��
M�4LL44L`B^^B``B^^B`L���7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!54632�<M33K,��	��	
 j8Z4L2B4:;M33K,?		��	
�0N<* .)C=W]xD��0N<* .)C=W]xD?\�-7H)��	��	
�".=']�-7H)�
��w	��	
�<?.>mBZxPV3!�<?.>mBZxPV3!�
���&#"'&'5&6&>7>7&54>$32�d�FK��1A
0)����L���.���٫�C58.H(Y���e����#3C $=463!22>=463!2#!"&5463!2#!"&5463!2���H���&�&/<R.*.R</&�&�&��&&�&&��&&�&������Bɀ&&�4L&&L4�&&f��&&�&&��&&�&&Z� %"'	"/&4762��4���4��4�ͥ���5��5Z����	"'&4?62	62��4��44���5����5��%K%#!".<=#"&54762+!2"'&546;!"/&5463!232
�@�&@<@&�@	����:��&���	�
��& 

��&���&���
����&��	

��`&���:$"&462"&462!2#!"&54>7#"&463!2!2�LhLLh�LhLLh�!��
�&&�&��&&�&4hLLhLLhLLhL��%z<
0&4&&)17&4&
&&��#!"&5463!2!2��\�@\��\@\��\���@\��\�\��\ �W�*#!"&547>3!2!"4&5463!2!2W��+�B��"5P+�B@"5����^�=���\@\� \�H#�t3G#�3G:�_H�t�\��\ �@��+32"'&46;#"&4762�&��&�4�&��&4�4&�&4�4&&4�@�"&=!"'&4762!5462�4&�&4�4&&4�4�&��&4&��&����
!!!3!!��������������������������0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{��O[/5dI
kDt���pČe1?*�w�@w��w�w��	(M&
B{Wta28r=Ku?RZ^Gw��T	-�@w��w�w�����$2+37#546375&#"#3!"&5463�w��w���/Dz?s�����w��w��w�@w�S�88�	�����w�w����#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2�B^8(�Ԗ���������>��������@�|�K5�5KK55K�^B(8Ԗ�Ԗ�€>�������v����5KK55KK�H��G4&"&#"2654'32#".'#"'#"&54$327.54632@p�p)*Ppp�p)*P�b	'"+`�N*(�a���;2��̓c`." b
PTY9��ppP*)p�ppP*)�b ".`�(*N��ͣ�2�ͣ����`+"'	b
MRZB�����4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2��Ԗ���LhLKjKLhLKjK��	�"8w
s%(�")v

�
>�
	�"8x
s"+�")v
�<�
��3zLLz3��
3>8L3)x3
��3zLLz3��
3>8L3)x3
�Ԗ�Ԗ�4LL45KK54LL45KK���
#)0C	wZl/
�
Y�	
N,&�
#)0C	vZl.
�
Y�L0"��qG^^Gq�q$ ]G)Fq�qG^^Gq�q$ ]G)Fq��%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'�����VZ|�$2$
|��E~E<�|
$2$�|ZV���:�(t}�������X(	
&%(H�w�쉉��x�H(%&	(X�ZT\�MKG���<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4�N2��`@`%)7&,$)'  
%/0Ӄy�#5 +�1	&<��$]`�{t��5KK5$e:1&+'3T�F0�h��4&&4&�3M:�;b^v�+D2 5#$��I�IJ 2E=\$YJ!$MCeM��-+(K5�5K�K5y�*%A�u]c���>q4&"24&'>54'654&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4�+ 5#bW���0/%
  ')$,&7)%`@``2N��h�0##�T3'"(0;e$��5KK5 t��ip��<&	1&4&&4&�#\=E2&%IURI��$#5 2D+�v^b;�:M2g�c]vDEA%!bSV2M�K5�5K(,,��MeCM$!I��@�#"&547&547%6@�?V��8������b%	I�)���94.""'."	67"'.54632>32�+C`\hxeH>Hexh\`C+�ED���4��
#L</��>�oP$$Po�>��Q|I.3MCCM3.I|Q����/����Z$_d�C�+I@$$@I+� (@%#!"&5463!2#!"3!:"&5!"&5463!462�
��w��w@

��B^^B 
���4&�@&&�&4 ` 
�w�w�
 
^B�@B^24��& &�& &�����%573#7.";2634&#"35#347>32#!"&5463!2���FtIG9;HI�x�I��<,tԩw�@w��w�w�z��4DD43EE�����ueB���&#1�s�@w��w�w�����.4&"26#!+"'!"&5463"&463!2#2��&�S3L�l&�c4LL4�4LL4c����@��&��&{�LhLLhL��'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2��w��w��w��@B^^B@B^@�&4��t

r

��&&`��w��w@w�@^B��B^^B@R�&��t

r

��4&&@"&5!"&5463!462	#!"&54&>3!2654&#!*.54&>3!2���4&�@&&�&4 s�w��

@B^^B��

@w��4��& &�& &��3�@w�
 
^B�B^ 
�����
I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2�J���J���S��q*5&=CKu��uKC=&5*q͍S8( ^B@B^ (8���`N��`Ѣ�΀G�tO6)"M36J[E@@E[J63M")6Ot�G�(8`B^^B`8	���',2��6'&'&76'6'&6&'&6'&4#"7&64 654'.'&'.63226767.547&7662>76#!"&5463!2		/[		.
=���X��Ě4,+"*+, 1JH'5G:�:#L5+@=&#���w�@w��w�w�P.1GE�,��ԧ��44+	;/5cFO:>JJ>:O9W5$@(b4��@w��w�w������'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&4�8(�@(88(�c==c�(8��*�&�&�*�6�&4&&4&&4&&4& ��(88(@(88HH88`(�@&&�('��@����1c4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632


	N<�;+gC8�A`1a9�9�g��w����|�9�8aIe$I�VN��z<�:LQJ
�,�-[%	061I��(�)W,$-������7,oIX(�)o�ζA;=N0
eTZ
	 (���O#".'&'&'&'.54767>3232>32�e^\4?P	bM��O0#382W#& 9C9
Lĉ"	82<*9FF(W283#0OMb	P?4\^eFF9*<28	"��L
9C9 &#��!"3!2654&#!"&5463!2`��B^^B@B^^ީw��w��w@w�^B��B^^B@B^���w��w@w�����#!72#"'	#"'.546763���YY�!''!0#�G�G$/!''!�&�UU�jZ	
8"��"8
 ��X!	
8"	"8
	���GW4.'.#"#".'.'.54>54.'.#"32676#!"&5463!2 1.-
+$)
c�8
)1)

05.D
<9�0)$9��w�@w��w�w�W

)1)
7�c
)$+
-.1 �9$)0���<
D.59�@w��w�w��,T1# '327.'327.=.547&54632676TC_L��Ҭ���#+�i�!+*p�DNBN,y[����`m`%i]hbE����m��}a�u&,�SXK��
&$��f9s?
_���#"!#!#!54632��V<%'����Э��HH���	�(ں����T\dksz�� &54654'>54'6'&&"."&'./"?'&546'&6'&6'&6'&6'&74"727&6/�a���49[aA)O%-j'&]�]5r-%O)@a[9'
0BA;+


>HC���U


	#	
	
$				2	
AC: �����oM�=a-6O�UwW[q	( -	q[WwU�P6$C

+) (	
8&/
&eM���a�	
&
$	

��%+"&54&"32#!"&5463!54 �&@&�Ԗ`(88(�@(88(�r��&&j��j�8(��(88(@(8��������#'+2#!"&5463"!54&#265!375!35!�B^^B��B^^B
�

��
`���^B�@B^^B�B^�
��
�
`��
�������!="&462+"&'&'.=476;+"&'&$'.=476;�p�pp�p�$���!�$qr�
�%���}�#ߺ���pp�p��!�E$�
�rq�ܢ#���
%�
ֻ��!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B�
�@

�
�2�����^B�@B^�\77\�aB//B//B//B/�@

��
��

�~��B^^B@2^5BB5��2���.42##%&'.67#"&=463! 2�5KK5L4�_�u:B&1/&��.-
zB^^B���4L��v��y�KjK��4L[!^k'!A3;):2*�<vTq6^B�B^�L4�$���)��*@��A4#"&54"3!4."#!"&5!"&5>547&5462�;U gI�v��0Z���Z0�L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig0,3lb??bl3���4Lj��jL4*\���(88(�����\���}I/#"/'&/'&?'&'&?'&76?'&7676767676`�
(�5)�0
)��*)
0�)5�(
��
(�5)�0
))��))
0�)5�(
��*)
0�)5�(��
)�5)�0
)*��*)
0�)5�)
��
)�5)�0
)*���5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4�N2��$YGB
(HGEG  H��Q�#5K4L��i�!<�����;��5KK5 
A#
("/?&}�vh��4&&4&�3M95S+C=�,@QQ9��@@�IJ 2E=L5i�>9eM��E;K5�5K	J7R>@#�zD<����5=q%3#".'&'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2`  #A<(H(GY$��2NL4K5#aWTƾh&4&&4�K5��;����=!�i��hv�}&?/"(
#A
 5K��2*!	Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&���5K;E��Lf9>�ig�<Dz�#@>R7J	K�5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4��IJ 2E=L43M95S+C=�,@QQ9�@@�E;K5��5K	J7R>@#�zD<�gi�>9eM��Z4&&4&<�#5K4LN2��$YGB
(HGEG  H��V���;��5KK5 
A#
("/?&}�vh��i�!<��4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2�@@��2*!	Q@.'!&=C+S59M34L.9E2 JI UR�&4&&4&��Lf6A�ig�6Jy�#@>R7J	K5�5K;E@TƾH  #A<(H(GY$��2NL4K#5#a=4&&4&�D��=�i��hv�}&?/"(
#A
 5KK5��;�����+54&#!764/&"2?64/!26 $$ &�
�[6��[[j6[��&���^����a�a@�&�4[��[6[��[6�&+�^����a�a�����+4/&"!"3!277$ $$ [��6[��
&&��[6j[
���^����a�ae6[j[6�&�&�4[j[��^����a�a�����+4''&"2?;2652?$ $$ ��[6[��[6�&�&�4[���^����a�af6j[[��6[��
&&��[��^����a�a�����+4/&"4&+"'&"2? $$ [6�&�&�4[j[6[j���^����a�ad6[��&&�
�[6��[[j��^����a�a������  $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/�a����^����D&"	


	4
	$!	#
	
		
	



 
.0"�Y
	+


!	
	

$	
	"
+


		
	�Α	
		
����^����a�a��

	

			
	

	

		
	
		P� '-(	#	*	$

"
!				
*
!	

(				

	
��$�
		
2
�~�/$4&"2	#"/&547#"32>32�&4&&4��V%54'j&&�'��/덹���:,���{	&4&&4&�V%%l$65&�b��'C��r!"��k[G�+;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2����������&��&&�&&��&&�&&��&&�&�������@�&&&&�&&&&�&&&&��{#"'&5&763!2{�'
��**�)��*��)'/!5!#!"&5!3!26=#!5!463!5463!2!2���^B�@B^�&@&`��^B`8(@(8`B^��� B^^B�&&�����B^�(88(�^���G	76#!"'&?	#!"&5476	#"'&5463!2	'&763!2#"'��c�)'&�@*������*�@&('�c���(&�*�cc�*�&'
����*�@&('�c���'(&�*�cc�*�&('���c�'(&�@*��19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462Q�g�Rp|Kx;CB��y��y� 6Fe=
BP���PB
=eF6 ��Ԗ��V����>!pR�g�QBC;xK|��Ԗ���{QNa*+%��x��x5eud_C(+5++5+(C_due2Ԗ�Ԗ�����>�NQ{u�%+*jԖ�Ԗ��p�!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632��(* 8(!�)(��A�('��)* 8(!U�SxyS�SXXVzxT�TU�SxyS�SXXVzxT�@(� (8 *(���(��'(�(8 ���S�SU�Sx{VXXT�T�S�SU�Sx{VXXT���#!"5467&5432632�������t,Ԟ;F`j�)��������6�,��>�jK?�s��
�!%#!"&7#"&463!2+!'5#�8Ej��jE8�@&&&&@������XYY�&4&&4&�qD�S�%��q%��N\jx��2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''7�4&&4&l��
�NnbS���VZbR��SD	
zz
	DS��Rb)+U���Sbn�
��\.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O�`��	`�����&4&&4�r$#@�B10M�5TNT{L�5T
	II	
T5�L;l'OT4�M01B�@#$�*�3;$*�3;�;3�*$;3�*$�:$/� @@�Qq`��@���"%3<2#!"&5!"&5467>3!263!	!!#!!46!#!�(88(�@(8��(8(�`(�(8D<���+����+�<��8(�`(��8(�`�8(�@(88( 8(�(`�(8(��(������<��`(8��(`����`(8����||?%#"'&54632#"'&#"32654'&#"#"'&54632|�u�d��qܟ�s]
=
��Ofj�L?R@T?��"&�
>
�f?rRX=Ed�u�ds���q��
=
_M�jiL��?T@R?E& �f
>
�=XRr?��b���!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2����
��
08(��(8��8(@(8��
�

�
�8(��(88(�(`(����1

�`(88(���(88(@

��
�`(88(@(8(��`���#!"&5463!2�w�@w��w�w�`�@w��w�w��/%#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&��&&�&&�&&�&&�&&�&&��@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2�p�pp�pp�pp��
�@

�
��p�pp��
�@

�

�@

�
Рpp�p��pp�p���

�
�pp�p���

�
�

�
��<L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3<��/BB/.#U_:IdDRE�
�@
�
����k*G�j�
�@
�

�@

�
TP\BX-@8
C)5�XsJ@�$3T4+,:;39SG2S.7<���

�vcc)�)%L�l�}�

��

�
���5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&��@�0��2uBo
T25XzrDCBB�Eh:%��)0%HPIP{rQ�9f#-+>;I@KM-/Q"�@@@#-bZ��$&P{<�8[;:XICC>.�'5oe80#.0(
l0&%,"J&9%$<=DTI���cs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260%
<4�"VRt8<@<
-#=XYhW8+0$"+dT�Lx-'I&JKkm��uw<=V�@�!X@		v
'��|N;!/!$8:I�Ob�V;C#V

&
(���mL.A:9 !./KLwP�M�$��@@
��/?O_o��%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2��@��@��@���@��@��@���@��@��@�^B��B^^B@B^�����������������������������N��B^^B@B^^���#+3	'$"/&4762%/?/?/?/?�%k��*��6�6��bbbb|��<<��<�bbbb��bbbb�%k���6���6Ƒbbb��<<��<<�^bbbbbb@��M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2�LhLLh����
	�	LhLLhL!'�Ԗ���Ԗ@'!&	
�?�&&LhLLhL�	�	
��hLLhL��	j��jj��j	&@6/"
��&&���J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ���ok;	-j=y�hw�i�[+PM3ѩ���k=J%62>Vc��a�aQ�^��� ]G"�'9��r�~:`}�Ch�  0=Z�٤���W=#uY2BrUI1�^Fk[|��a�����L2#!67673254.#"67676'&54632#"&7>54&#"#"&5463�w��w�+U	,i<��F{�jh�}Z+OM

2ϧ���j<J%51=Ub�w��w��w�@w�zX"�'8'�T�yI9`{�Bf� 
,>X�բ���W<"uW1AqSH1�bd��w�w����'74'!3#"&46327&#"326%35#5##33#!"&5463!2����0U6c��c\=hl���ࠥ�Ymmnnnn�w�@w��w�w�w&�46#�Ȏ;ed����wnnnnn��@w��w�w����	]#/#"$&6$3 &#"32>7!5!%##5#5353����Е���tt����u�{�zz�{S�ZC�`�c�����o���t�*�t��q|��|.EXN#�??�������,<!5##673#$".4>2"&5!#2!46#!"&5463!2��r�M*
�*M~�~M**M~�~M*j����jj����&�&&&�`��P%��挐|NN|���|NN|�*�jj���jj�@��&&�&&@�
"'&463!2�@4�@&�Z4�@�4&@
#!"&4762&��&�4�Z4&&4��@@���
"'&4762�&4�@�4&@��&�4�&�@�
"&5462@�@4&&4��4�@&�&�@����
3!!%!!26#!"&5463!2�`��m��`
�^B��B^^B@B^���
 `���@B^^B�B^^��@
"'&463!2#!"&4762�@4�@&�&&��&�4��4�@�4&Z4&&4��@��
"'&463!2�@4�@&��4�@�4&@
#!"&4762&��&�4�Z4&&4��@��:#!"&5;2>76%6+".'&$'.5463!2^B�@B^,9j�9Gv33vG9�H9+bI��\
A+=66=+A
[��">nSM�A_:��B^^B1&�c*/11/*{�'VO�3��@/$$/@�*�?Nh^��l+!+"&5462!4&#"!/!#>32]��_gTRdg�d���QV?U��I*Gg?����!�2IbbIJaa���iwE33����00� 08����4#"$'&6?6332>4.#"#!"&54766$32z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������z��
�	
_hQ��н�QGB�'(&�*�eoz�(���q!#"'&547"'#"'&54>7632&4762.547>32#".'632�%k'45%��&+�~(
(�h		&

\(
(�		&

~+54'k%5%l%%l$65+~

&		�(
(\

&		�h(
(~�+%��'��!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ �KjKKjKjKKj�e2.e<^P��,bKjKKj��KjKKjKjKKj��#��#���LlL�KjKKjKjKKjK��~-��M<M�(PM<rjKKjK�jKKjKujKKjK�������L���< 6?32$6&#"'#"&'5&6&>7>7&54$ L�h��я�W.�{+9E=�c��Q�d�FK��1A
0)���������p�J2`[Q?l&������٫�C58.H(Y��'����:d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Y����j`a#",5NK�
����~E�����VZ|�$2$
|��:
$2$�|ZV���:�(t}�����h�fR�88T
h�̲����X(	
&%(H�w��(%&	(X�ZT\�MKG�{x��|�!#"'.7#"'&7>3!2%632u��

�j
�H����{(e9
�1b���U#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328(��(88(`�`(88(��(88(`�`(88(��(88(`L4`(88(@(88(`4L`(8 ��(88(@(8��8(��(88(@(8��8(��(88(@(8�4L�8(@(88(��(8�L4�8����OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462��И&4&NdN!>!
1X:Dx++w�w++xD:X1
-�U��
�!�*,*&4&��h��h&&2NN2D&

..J<
$$
<JJ<
$$
<J..

��P���bb&&�7!!"&5!54&#!"3!26!	#!"&=!"&5463!2��`(8��
�@

�
+��8(�@(8��(88(@(8�(��8(� @

@
�m+�U�`(88(�8(@(88(��
�h`���(\"&54&#"&46324."367>767#"&'"&547&547&547.'&54>2�l4

2cK�Eo���oED
)
�
�
�
)
D�g-;</-
?.P^P.?
-/<;-gY�����Y�

.2 L4H|O--O|HeO,����,Oe�q1Ls26%%4.2,44,2.4%%62sL1q�c�qAAq����4#!#"'&547632!2#"&=!"&=463!54632
��
��		@	
`
	��	
��

`?`�
�

@	
	@	
�!	��	
�
�
�
����54&+4&+"#"276#!"5467&5432632�
�
�
	`		_
�������v,Ԝ;G_j�)��``

��
	��		_ԟ����7
�,��>�jL>���54'&";;265326#!"5467&5432632	��		��
�
�
�
�������v,Ԝ;G_j�)���	`		����

`������7
�,��>�jL>�����X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 �&4&&4&�y��y�%:hD:Fp�pG9�F�j� 8P8 LhL 8P8 E;
Dh:%������>�4&&4&}y��yD~�s[4D�d=PppP=d�>hh>@�jY*(88(*Y4LL4Y*(88(*YDw"
A4*[s�~����>�����M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4�G9��������&
<#5KK5!��!5KK5#<
&ܤ��9Gp�p&4&&4&@>b�u��ោؐ&$KjK�nj��j�KjK$&����j��j�b>Ppp���
%!5!#"&5463!!35463!2+32����@\��\���8(@(8�\@@\������\@\���(88(��\��@��34#"&54"3#!"&5!"&5>547&5462�;U gI@L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig04Lj��jL4*\���(88(�����\��@"4&+32!#!"&+#!"&5463!2�pP@@P���j�j�@�@�\�@\�&��0�p����j��	��� \��\�&��-B+"&5.5462265462265462+"&5#"&5463!2�G9L4�4L9G&4&&4&&4&&4&&4&L4�4L�
��&���=d��4LL4d=�&&�`&&�&&�`&&�&&��4LL4
 ��&�#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463�(8(��(88(�(`�x
��c�`(8���@��@��@�`(��(88(@(8(D��9�8(��`@�@@�@@��/?O_o��������-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
�����
@
&�&&&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
����

`��&&�&&
��/?O_o�����%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
���8(�@(8��
@

@
�
@

@
�
@
&�&&@8(�(8@&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
��� (88( ���

�@

``

��

``
-�&&& (88(��&@����<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2�KjKKj�����KjKKj�������&��Ԗ���Ԗ�&&�@�&�&KjKKjK��
��jKKjK ������.��&j��jj��j&4&�@�@&&���#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32����������� \��\����8(@(8�\  \����������\@\���(88(��\����:
#32+53##'53535'575#5#5733#5;2+3����@��E&&`�@@��`  ����  `��@@�`&&E%@�`��@ @ @��		 �� � � � �� 		��@ 0
@��!3!57#"&5'7!7!��K5�������@ � � @���5K�@����@@��� �����#3%4&+"!4&+";265!;26#!"&5463!2&�&�&�&&�&&�&�w�@w��w�w���&&��@&&��&&@��&&��@w��w�w�����#354&#!4&+"!"3!;265!26#!"&5463!2&��&�&��&&@&�&@&�w�@w��w�w�@�&@&&��&�&��&&@&:�@w��w�w��-M�3)$"'&4762	"'&4762	s
2

�.

�

2

�w��
2

�.

�

2

�w��
2

�

�

2

�w�w

2

�

�

2

�w�w
M�3)"/&47	&4?62"/&47	&4?62S
�.

2

��w

2

��
�.

2

��w

2

�M
�.

2

��

2

�.

�.

2

��

2

�.M�3S)$"'	"/&4762"'	"/&47623
2

�w�w

2

�

�

2

�w�w

2

�

��
2

��w

2

�

�.v
2

��w

2

�

�.M�3s)"'&4?62	62"'&4?62	623
�.

�.

2

��

2

�.

�.

2

��

2�
�.

�

2

�w�

2v
�.

�

2

�w�

2-Ms3	"'&4762s
�w�

2

�.

�

2�
�w�w

2

�

�

2
MS3"/&47	&4?62S
�.

2

��w

2

�M
�.

2

��

2

�.M
3S"'	"/&47623
2

�w�w

2

�

�m
2

��w

2

�

�.M-3s"'&4?62	623
�.

�.

2

��

2-
�.

�

2

�w�

2���/4&#!"3!26#!#!"&54>5!"&5463!2
��

@
�^B��  &�&  ��B^^B@B^ @

��
M��B^%Q=
&&<P&^B@B^^�+3"&5463!2#3!2654&#!"3#!"&=324+"3�B^^B@B^^B��
@

��
`�^B��B^�p�^B�B^^B�@B^`�@

�
�S`(88(``  ��'$4&"2%4&#!"3!26#!"&5463!2�&4&&4�
��

@
�^B��B^^B@B^f4&&4&��

�@
��B^^B@B^^/$4&"2%4&#!"3!264+";%#!"&5463!2�/B//B�
�


���0L4�4LL44L_B//B/��

�@
M   �4LL44LL���  >& $$ ������(���r���^����a�a��������(���^����a�a����!C#!"&54>;2+";2#!"&54>;2+";2pP��PpQ��h@&&@j�8(�Pp�pP��PpQ��h@&&@j�8(�Pp@��PppP�h��Q&�&�j (8pP��PppP�h��Q&�&�j (8p��!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Q��h@&&@j�8(�PppP�Pp�Q��h@&&@j�8(�PppP�Pp��@h��Q&�&�j (8pP�PppP�@h��Q&�&�j (8pP�Ppp@�@�	#+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKj��KjKKj�L45KKjK�<^�^^��KjKKj��p�pp���\]��]\��jKL45K��jKKjKujKKjK��4LKjKK�^^�^��jKKjK��pp�p�r]��]\����� $$ ���^����a�aQ�^����a�a�����,#"&5465654.+"'&47623 #>bq��b�&4�4&�ɢ5����"		#D7e�uU6�&4&��m����1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3�=T==T=�=T==T=��v)�G�G�+v�@b��R�R��b@�=&����\N����j!>�3l�k����i�k3�hPTDDTPTDDTPTDDTPTDD|x��xX�K--K��|Mp<#	)>dA{��RXtfOT# RNftWQ���,%4&#!"&=4&#!"3!26#!"&5463!2!28(�@(88(��(88(�(8��\�@\��\@\��\���(88(@(88(�@(88�@\��\�\��\ �u�'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!232�5��([��5@(\&��8(��(88(��(8,�9.��+�C��\��\@\� \��6Z]#+��#,k��(88(@(88(��;5E�>:��5E�\�\��\ �\�1. ���$4@"&'&676267>"&462"&462.  > $$ n%��%/���02�
KjKKjKKjKKjKf���ff�������^����a�a�y��y/PccP/�jKKjKKjKKjK���ff���ff�@�^����a�a�����$4@&'."'.7>2"&462"&462.  > $$ n20���/%��7KjKKjKKjKKjKf���ff�������^����a�a3/PccP/y��	jKKjKKjKKjK���ff���ff�@�^����a�a�����+7#!"&463!2"&462"&462.  > $$ �&��&&��&KjKKjKKjKKjKf���ff�������^����a�a�4&&4&�jKKjKKjKKjK���ff���ff�@�^����a�a���#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@������@KjKKjKKjKKjK����ܒ���,����������gjKKjKKjKKjK�X�Ԁ�,�,��#/;GS_kw�����+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2�``����``��`��``�``�``�``�``�``�````�p`���K5��5KK5�5Kp``�``�``��``�``�``��``�``��``��``�````��`��������5KK5�5KK@���*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676���R?d�^��7ac77,9x�m#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�h[ 17��q%q#:��:#5KKu�'t#!X:	%�#+=&>7p@���*2Fr56565'5&'.	#"32325#"'+"&5.5462#"/.#"#"'&547>32327676@��ͳ�����8
2.,#,f�k*1x���-!���#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�e�`��v�o�8�t-�	�:5	��[�*�#:��:#5KKu�'t#!X:	%�#+=&>7p
�3$	"/&47	&4?62#!"&=463!2I�.

2

��w

2

�
-�@�)�.

2

��

2

�.
�-@@-��S�$9%"'&4762		/.7>	"/&47	&4?62i2

�.

�

2

�w�
E��>

u>

��.

2

��w

2

�
�2

�

�

2

�w�w
!��




�h�.

2

��

2

�.
���;#"'&476#"'&7'.'#"'&476�'
�)'�s
"+5+�@ա'
�)'����F*4*E�r4�M:�}}8��GO
�*4*������~�
(-/'	#"'%#"&7&67%632���B�;><���V�?�?V�� -����-C�4
<B�=�cB5���!%��%!�b 7I�))�9I7���	#"'.5!".67632y��(
��#

��##@,(
�)���8!	!++"&=!"&5#"&=46;546;2!76232-S��S����������S�

		��S��S�`���`���		

������K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P�8P88P�4,�C��S,4p�p4,,4p�p4,6d7AL*',4p�pP88P8�P88P8HP88P8`4Y��&+(>EY4PppP4Y4Y4PppP4Y�%*<O4Y4Ppp���
%@\ht�	"'&4762"&5462&#!"&463!2#"'&'7?654'7&#"&'&54?632#!"&463!2"&5462"'&4762��		

	����@U�SxyS���R���#PT����('�#��TU�SxySN���@����		

		�		

		
3��@��xS�SUO#���'(���V^�'(���PVvxS�SU��i��@��		

		
`�<+"&=46;2+"&=467>54&#"#"/.7!2���<'G,')7��N;2]=A+#H

�
�0P��R��H6^;<T%-S�#:/*@Z}


>h���.%#!"&=46;#"&=463!232#!"&=463!2�&�&&@@&&�&@&�&�&&&��&&�&�&�&&��&f�&&�&&b�#!"&=463!2#!"&'&63!2&�&&&'�'%@% �&&�&&�&&&&�k%J%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Sin�1KXL7觧�*		��#��&		*������@jC?.>!&1'\%Awc8^;:+<!P��%I%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Pln�EcdJ觧�*		��#��&		*������-@jC?.>!&1'\%AwcBiC:D'P%!	#!"&'&6763!2�P������&:�&?�&:&?����5"K�,)""K,)���h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32�YO)I-D%n "h.=T#)#lQTv%.%P_�	%	
%�_P%.%vUPl#)#T=@�/#,-91P+R[�Ql#)#|'�'
59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%�_P%.%v���'3!2#!"&463!5&=462 =462 &546 ����&&��&&��&4&r&4&�������@����&4&&4&�G݀&&������&&f��������
��sCK&=462	#"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i����76`al�&4&���&&��&&}n�

R

�

R
�z����f�Oego�&&�5�����`3��&&����&4&&4&�
D�

R

�

R
z����v���"!676"'.5463!2@�@w^�Cc�t~55~t�cC&�&@���?J���V��|RIIR|��V&&��#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�� �� ��N�4LL44L`B^^B``B^^B`L����L4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4��@�o�&�&}c ;pG=(
8Ai8^�^.�&4&&4&`��	`f�s��&& j�o/;J!#2
 KAE*,B^^B!`	$� ��-4&"2#"/&7#"/&767%676$!2�8P88P��Qr��	@
U���	@�
{`P�TP88P8�����P`��
�	@U	@�rQ���!6'&+!!!!2Ѥ���
8�������̙�e�;<*��@8 !�G��G�GQII���� %764'	64/&"2 $$ �f��3f4�:�4����^����a�a�f4334f�:4�:�^����a�a����� %64'&"	2 $$ ���:4f3��f4F���^����a�a��4�f4���4f�^����a�a����� 764'&"27	2 $$ �f�:4�:f4334����^����a�a�f4��:4f3���^����a�a����� %64/&"	&"2 $$ -�f4���4f�4����^����a�a��4f��3f4�:w�^����a�a���@��7!!/#35%!'!%j��/d��
�jg2�|�8�����������55���dc ��b���@��!	!%!!7!���FG)��D�H:�&�H����d���S)��U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2�&4&&4f]w�q�4�qw]	`dC���&&�:F�ԖF:�&&���Cd`�4&&4&����	]����]	`d[}�&�&�"uFj��jFu"�&�&�y}[d�#2#!"&546;4 +"&54&" (88(�@(88( r&@&�Ԗ8(��(88(@(8@����&&j��j�����'3"&462&    .  > $$ �Ԗ������>a��X��,��f���ff�������^����a�a�Ԗ�Ԗ�a>����T�X��,�,�~�ff���ff�@�^����a�a����/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88(�(88(�(88(�(88(�(88��/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88�(88(�(88�(88(�(88���5E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj�
���
��
�
f���	

�\�
�
�w�@w��w�w��jKKjK"�G

�
ܚ

��f


�
���

	�@w��w�w�����  $64'&327/�a����^�����  ��!  ����^����a�a��J@%��%	6�5��/	64'&"2	"/64&"'&476227<���ij��6��j6��u%k%~8p�8}%%�%k%}8p�8~%<���<�ij4j��4����t%%~8�p8~%k%�%%}8�p8}%k���54&#!"3!26#!"&5463!2&��&&�&�w�@w��w�w�@�&&�&&:�@w��w�w����/#!"&=463!24&#!"3!26#!"&5463!2���@�^B��B^^B@B^��w��w��w@w��@@�2@B^^B��B^^���w��w@w���+#!"'&?63!#"'&762�(��@�	@�(@>@�%����%%��� ���!232"'&76;!"/&76 �
�($��>��(����
		��J ���&%�����$%64/&"'&"2#!"&5463!2�ff4�-�4ff4f�w�@w��w�w��f4f�-�f4����@w��w�w�����/#5#5'&76	764/&"%#!"&5463!2��48`���
#�� ����\�P\��w�@w��w�w���4`8�
��
#�@  ���`\P�\`�@w��w�w�����)4&#!"273276#!"&5463!2&� *���f4�
'�w�@w��w�w�`�&')���4f�*�@w��w�w�����%5	64'&"3276'7>332#!"&5463!2�`��'(wƒa8!
�,j.��(&�w�@w��w�w��`4`*�'?_`ze<��	bw4/�*��@w��w�w�����-.  6 $$ ���� �������(�r���^����a�a���O����(��������_�^����a�a�����
-"'&763!24&#!"3!26#!"&5463!2y��B��(�(�
�@

�
�w�@w��w�w�]#�@�##� �

�@
�@w��w�w�����
-#!"'&7624&#!"3!26#!"&5463!2y(��(@B@u
�@

�
�w�@w��w�w��###��@���

�@
�@w��w�w�����
-'&54764&#!"3!26#!"&5463!2@�@####���@��w�@w��w�w��B��(�(������@�@w��w�w����`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6�#
!"'�?_

BCbCa�f\	+
~�2�	
��
	�}0�$

��
q
90r�
�

�pr%Dpu���?#!"&=46;#"&=46;54632'.#"!2#!!546;2��D
a__����	g	

*`-Uh1

��������

�߫�}
	$^L��
���
4��b+"&=.'&?676032654.'.5467546;2'.#"�ǟ�
B{PDg	q�%%Q{%P46'-N/B).ĝ
�9kC<Q
7>W*_x*%K./58`7E%_���
�	,-3�
cVO2")#,)9;J)���
�"!*�
#VD,'#/&>AX��>++"''&=46;267!"&=463!&+"&=463!2+32��Ԫ�$
�	��	
p���U�9ӑ
@�/�*f�����o�	

VRfq
�f=S��E!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![�
��

 ��

��
�
�%
)��
	���

��"

��Jg
Uh
B�W&WX���
hU
g��
�84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2�j��@jo�����
������g�|�@��~�v����v�
u�n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32Q�Kt#�� ��#F�N�Qo!��"�դ��ѧ����!�mY

�Zga~bm]�

[o�"�U+��������,����� @��h��
h@�@X
��h��h
��@�8���3H\#5"'#"&+73273&#&+5275363534."#22>4.#2>��ut
3NtR�P*�H�o2

Lo�@!�R(�Ozh=�,G<X2O:&D1A.1G$<2I+A;"B,;&$��L��GlF/�����3�D�����;a��$8$��".�!3!
��.�3!#!"&5463!���8( 8(��(88( ��h (8��(88(@(8�(8H!!#!"&5463!54&#!"3!2654&#!"3!2654&#!"3!26��(D 8(��(88( 8��@��@��@�$����(88(@(8��(8� @@@@@@"�}
$BR3/&5##"'&76;46;232!56?5"#+#5!76;5!53'#3!533��H��
��

�����D��q		�x7��	���K/�/K��F��h�/"���		@`����Z		s�Y��w�jj��jj��j"�}
$4R%3/&5##"'&76;46;232!53'#3!533!56?5"#+#5!76;5��H��
��

��������K/�/K��F����q		�x7��	�h�/"���		@`����jj��jj��j�Z		s�Y��
w"�)9IY%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
��

����� ��@������@���`��		@`�����������"�)9IY#!"&=463!2%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2��� 
��

�������@��������@ ��r��		@`��r������"��
$CV%4&#"326#"'&76;46;232%#"'&'73267##"&54632!5346=#'73BX;4>ID2F��
��

������8PuE>.'%&TeQ,j��m{��+�>R�{�?jJrL6V��		@`��7>wmR1q
uW�ei��/rr�
:V��r"��
$7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F��
��

������+�>R�{�8PuE>.'%&TeQ,j��m{��?jJrL6����		@`���rr�
:V��r3>wmR1q
uW�ei����@�\%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&�&��&& &�7.'	:@�$LB�WM{#&$h1D!		.I/!	Nr�&&%%��&&�&&V?, L=8=9%pEL+%�%r@W!<%*',<2(<&L,"r�@\#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&�&��&& &i7qN��	!/I.		!D1h$&#{MW�BL$�@:	'.�&&%%���&&��&&�=XNr%(M&<(2<,'*%<!W@r%�%+LEp%9=8=L ���	+=\d����%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2��BB��PJN�C'%!	B?)#!CC $)�54f�"��@@
B+����,A

A+�&�+A
�
ZK35N #J!1331�CCC $)��w�@w��w�w��2��"33�F�Y�F~��(-%"��o�4*)$�(*�	(&;�;&&9LA38�33�4��S,;;,W��T+<<+T;(��\g7�x�:&&:�:&&<r����%-�@w��w�w����	+=[c}���#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327�''RZZ�:k��id YYY.06�	62+YY-06	R[!.�'CD''EH$��VV�X:���:Y
X;��:Y
�fyd/%jG�&DC&&CD&O[52.
[$�C-D..D�^^���* l�y1%=^�I86�i077S
3
$EWgO%33%O�O%35	��EE�F�W�t;PP;p��t;PP;p�q��J�gT��F�Q%33&P�P%33%R�
7>%3���!+}��{�'+"&72'&76;2+"'66;2U
�&�
��	�(���P

�*��'�e�J."�-d�Z��-n �-���'74'&+";27&+";276'56#!"&5463!2�~�}�		�7��e �	���۩w�@w��w�w��"���
$Q#�'�!#
����@w��w�w��
�I-22#!&$/.'.'.'=&7>?>36����9II ! '	$ !�����01$$%A'	$ ! ����g	
\7@�)(���7Y
	
 \7@�)(���7Y
@����	'5557	���,���VW�QV���.R���W��=���?��l��%l`��������~����0��!#!#%777	5!	������R!!�XC�C��fff�݀�#�� `��,��������{��{{�`��������Og4&"2 &6 $"&462$"&62>7>7>&46.'.'. '.'&7>76 �Ԗ�� ���HR6L66L�G�HyU2LL2UyH��HyU2LL2UyHn
��X�6X��

��X�X��
Ԗ�Ԗ�����H�6L66L6�L2UyH��HyU2LL2UyH��HyU2L�n�6X��

��X�X��

�����2#!"&54634&"2$4&"2�w��w�@w��w�|�||��|�||���w�@w��w�w����||�||�||�|���	!3	37! $$ �n6^�5�5^h
����^����a�a������M�1�^����a�a���P��
*Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7o�b?K�\[z�H,1���+.@\7<��?5\V
,$V��g.GR@ �7��U,+!�����
	#	"8$}�{)�<�?L RR;kr,yE[��z#	/1
"#	#�eCI0/"5#`�	��"8���4~&p)4	2�{�H-.%W.L>���':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJX�j7-F��C',��,&C
."��!$28��h�/���"�	+p��^&+3$
i��0(�w�@w��w�w��+.i6=Bn\C1XR:#"�'jj�8Q.cAj�57!?"0D��$4"P[
&2�@w��w�w��D��"%.5#5>7>;!!76�P�Yh�pN!�HrD0�M��
 C0N��#>8\xx: �W]oW-�X���45���/%'#.5!5!#"37>#!"&5463!2p>,;$4
��5eD�+W�cE���w�@w��w�w�K�()��F
,VhV��^9tjA0/�@w��w�w���@�#"'&76;46;23�
��


��
	���&��

��� ���++"&5#"&7632�	���
^


c
� �&�

��@�#!'&5476!2� &��

����
^


b	���'&=!"&=463!546�
��� �&�
�
��	���
��
��q&8#"'&#"#"5476323276326767q'T��1[VA=QQ3���qq�Hih"-bfGw^44O#A���?66%CKJ�A}}�  !"�䒐""A$@C3^q|�z=KK?6�lk)���%!%!��V��V��u��u�u^-�m5�w��}�n�����~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632�  �  ��*<;V<<O@-K<V<�<+*<J.@�k��c�lG
H_�_H
�<+*<<*+<    �<*�R+<<+�*<�f.@�+<<+��+<<+�@.��7�uu�7�
�**�
���R+<<+�+;;	��"%3I�#5472&6&67><&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4."7674.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67�	\
��
	U7	
J#!W!'	

"';%

k	)"	
	'


/7* 		I	,6
*&"!

O6*
O $.(�	*.'

.x�,	$CN��	
�		*	�
6
		
7%&&_f&
",VL,G$3�@@$+
"


V5 3"	
""�#dA++
y0D-%&n4P'A5j$9E#"c7Y
6"	&
8Z(;=I50' !!e
�R
��
"+0n?�t(-z.'<>R$A"24B@(	~	9B9,	*$		
		<>	?0D�9f?Ae �	.(;1.D	4H&.Ct iY% *	�
7��


��
J	 <
W0%$	
""I!
*D	 ,4A'�4J"	.0f6D�4p�Z{+*�D_wqi;�W1G("%%T7F}AG!1#% JG3��� '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6�~�#��= ���XP2��{&%gx|�� .���W)o���O��LO�sEzG<��	CK}E	$MFD<5+
z���^����a�a$�MW�M��1>]|�YY�^D
�եA��<��K�m����E6<�"�@9I5*�^����a�a�����>^4./.543232654.#"#".#"32>#"'#"$&547&54632632�':XM1h*�+D($,/9p�`D�oC&JV<�Z PA3Q1*223�I�oBkែhMI����oPែhMI��oP�2S6,M!"@-7Y.?oI=[<%$('3 -- <-\�%Fu���Po��IMh���Po����IMh,���#?D76&#!"7>;267676&#!"&=463!267
#!"'&5463!26�%�8#!�
��&&Z"�M>2!��
	�^I7LRx_@�>MN�""��`�=&&*%�I�}��,
	�	L�7_jj��9����/%4&#!"3!264&#!"3!26#!"&5463!2�� ��� ��&��&&�&��������&&�&&��19#"'#++"&5#"&5475##"&54763!2"&4628(3�-�	&�B.�.B�&	�-�3(8Ig�gI�`������(8+U��e&��.BB.&����+8(�kk��`�������%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pP�Pp�����@�`(88(`�p.BB.�0.BB.���(88(�Pppͺ�������!%>&'&#"'.$ $$ ^/(V=$<;$=V).X���^����a�a��J`"(("`J��^����a�a��,���I4."2>%'%"/'&5%&'&?'&767%476762%6�[���՛[[���՛o��
�ܴ
 
���
��	��	$
$�	"	�$
$	��	�՛[[���՛[[�5`��

^�

�^

2`��
`2

^��^

��`
�����1%#"$54732$%#"$&546$763276�68��ʴh�f�킐&^�����zs��,!V[���vn)�	�6���<��ׂ�f{���z����}))N�s���3(@����+4&#!"3!2#!"&5463!2#!"&5463!2@&�&&f&��&&�&@&�&&&�4&&4&�@&&�&&��&&&& ��`�BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&�C�6�@Bb0�3eI;��:�&&�&4�L�4&���F���
�Z4&�w�4�) ���''
�5�r�&4&&�4&��&4��������}G�#&/.#./.'&4?63%27>'./&'&7676>767>?>%6}�)(."�2*&�@P9A
#sG�q]
#lh�<*46+(
	
<
5�R5"*>%</
 '2�@� 53*9*,�Z&VE/#E+)AC
(���	2k<X1$:hI(B
"	!:4Y&>"/	+[>hy
	���K
!/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676�#"NDQt	
�-�okQ//�jo_	������	���%&J�������Ղ���YJA-��.--
9\DtT+X?*<UW3'	26$>>�W0{�"F!"E �

^f`$"�_]\�<`�F�`�F�D��h>Cw�ls���J@�;=?s
:i_^{8+?`
)
O`�s2R�DE58/K��r	#"'>7&4$&5m��ī��"#���̵�$5���$�"^^W����=���ac��E�*���c������zk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q����+f$H^XbVS!rȇr?5GD_RV@-FbV=3!G84&3Im<$/6X_�D'=NUTL;2KPwt��Pt= 

�&ռ
,J~S/#NL,��8JsF);??1zIEJpq�DIPZXSF6\?5:NR=��;.&1��+!"&=!!%!5463!2�sQ9����Qs�*�*�*sQNQsBUw��
wUBF��H���CCTww���%1#"&=!"&=463!54632.  6 $$ �	��	
��

`?��������(�r���^����a�a�	��	
�
�
�
���(��������_�^����a�a�����%1#!#"'&47632!2.  6 $$ �
����		@	
`
��������(�r���^����a�a�
�
?		@	
���(��������_�^����a�a�����/#"'&476324&#!"3!26#!"&5463!2&�@�&
�@

�
�w�@w��w�w����&@B@&���

�@
�@w��w�w�����"&462  >& $$ �Ԗ��*�����(���r���^����a�a�Ԗ�Ԗ �������(���^����a�a���]�6#"$54732>%#"'!"&'&7>32'!!!2�f:�л����Ѫz��~�u:�
(�(%`V6B^hD%��i�(�]̳ޛ	��*>�6߅�����r�#�!3?^BEa�߀�#�9���#36'&632#"'&'&63232#!"&5463!2
��Q,&U�#+'
 �;il4L92<D`����w�@w��w�w�����`9ܩ6ɽ]`C4�7�7�&�@w��w�w����D+"&5#"'&=4?5#"'&=4?546;2%6%66546;2�������
	
��
	
��w�ww�w�������cB
�G]B
�G��t�y]t�y�
���#3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2���@��`@`�^B��B^^B@B^��w��w��w@w��@��`@`���2@B^^B��B^^���w��w@w�����'/?P+5#"&547.467&546;532!764'!"+32#323!&ln��@
:MM:
@��nY*�Yz--zY�*55QDD�U���9p��Y-`]��]`.X /2I$�	t�@@/!!/@@3,$,3�$p$0�0��&*0��&���&��
!P@���RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%�>S]�8T;/M7��7T</L7�=Q7,�i�<R7,�5T</L666U;/M5�<U<,�i���6i���Q=a!;�;V6-�j�;V6-�5	P=/L596Q</L5�<U6-�i�;V7,�7O;-I6��8��i;k���)I2#!"&5463#9"'.'.'3!264&#!"2>7%>�w��w�@w��w�!"�5bBBb/�/*
8(@(87)��(8=%/�'#?��w�@w��w�w����#~$EE y &�L(88e):8(%O r		

		�O�?GQaq47&67>&&'&67>&"&#6$32#"#"'654  $&6 $6&$ Co��L��.*�KPx���.*� 
iSƓi
7J?��~�pi{_Я�;��lL�������UZ=刈�����刈�����_t'<Z
�:!
	���@!
��j`Q7$k�y, R����f��k*4�������LlL��=Z=刈��������&$&546$7%7&'5>�����]���5��%��w�����������&��P�?�zrSF�!|��&0	##!"&5#5!3!3!3!32!546;2!5463���)�
)����;)��);;)��)���&&������&@@&�&��&��	�
6 $&727"'%+"'&7&54767%&4762������֬>4P���t+8?::
	�	
::AW��``���EvEEvE<�.���"�e$IE&�O�&EI&�{h.`��m���"&#"&'327>73271[
>+)@
(���]:2,C?��*%�Zx/658:@#N
�C�=�E�(�o��E=��W'c:������#!#"$&6$3 &#"32>7!����ڝ���yy��,��{��ۀ�ہW�^F!�L�C=���y�:�y��w���߂0H\R%�"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>��>0yx1��4J55J�5J44J5�Fd$��?�4J55%6�E��#42F%��$f�������LlL�q>>11�J44%&4Z%44J54R1F$Z-%45J521��Z%F1#:��ʎ 9�������LlL�����#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2�

5�5

*�*��.>.-@-R.>.-@-�<+*q�6�- -- 0�<�o,+< ��3�w�@w��w�w��

55

**�.. -- .. --G*<N�' ,-@-+*��M <*2
z��z
1�@w��w�w�����0<754&""&=#326546325##"&='26 $$ bZt�t&�sRQs��Z<t�sQ���^����a�a�>OpoO��xzRrqP6�z~{{Prr��^����a�a�����]054&"#"&5!2654632!#"&57265&<T<����H<T<������H������<T<8v*<<*������
��+;;+l���:�������=:��*;;*���
%!!"!!26#!"&5463!2��@� ]���]�@�w�@w��w�w�����]� �@��@w��w�w���	
%)3!!#335!!5!5!%#!!5!5!%#H��H{����R��H��H{���G��G{�)���q���G����R�R�q���R�R�q�����	#0@#"'632#"'632&#"7532&#"#7532#!"&5463!2L5+*5��L5+*5~�}7W|�3B}��}JC��7=}�w�@w��w�w�D�ZQ�[�1�N:_��)�i�$��)���@w��w�w��
)�	�����������6.#&#"'&547>'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?�K�cgA+![<E0y�$,<'.cI
	,#� '!;7$�=ep���	��/�/7/
D+R>,7*
2(-#=
	/~[(D?G  �|,)"#+)O��8,+�'�6	y{=@��0mI�#938OA�E`
-�
)y_/FwaH8j7=7?%����a	%%!?)L
J
9=5]~�pj

 %(��1$",I 
$@((�
+!.S		-L__$'-9L	5V��+	
	6�T+6.8-$�0��+
t�|S1��6]�&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7�rJ�@"kb2)W+,5/1		#

Z
-!��$IOXp7s�LCF9�vz NAG#/ 5|����Հ';RKR/J#=$,�9,�+$UCS7'2"1
 !�/
,

/--ST(::(�ep4AM@=I>".)x��ls��Y�|qK@
%(YQ�&N
EHv~����<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.��A�UpIUxYE.A�%%%h%����%hJ%�����D,FZxULsT�gxUJrV�D�%hJ%�����@/LefL.C�%Jh%�����C�VsNUxϠ�@.FZyUHpV�A�%h&%%���%Ji%�����C�WpIUybJ/��Uy^G,D�%Jh%�����@�UsMtU�C�%hJ%�����C-Kfy�EX[_gj��&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32�,+DCCQL�Df'
%:/d
B	4@}
�&!0$�?�����J�f�d�f-�.=���6(��:!TO�?
!I�G_�U%
����.
k*.=;�	5gN_X��	"
##
292Q41�
��*����6���nA;�|�
�BSN.	%1$����
6	$��nk�^�'7GWgw�����2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^B�B^^B�:F�j��B^8(�(`�(� ������������������`�(8���^B��B^^B@B^�"vE�j�^B(8(�`(�����������������������8(����/?O_o��������/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&�&&�@@@@@@@@�@@@@@@@@@@��@@@@@@@@@@@@@@@@@@@&��&&�&��@@��@@��@@��@@��@@@@@@@@@@���@@@@@@@@�@@@@@@@@@@@��`'	"&5#"&5&4762!762$"&462���B\B@B\B��O�p�P����������.BB.���.BB.8$P��O広�������3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54>&X=L|<&X=M{<��TML�FTML�F�v�"?B+D�?B�J�p��H=X&<{M=X&<|dMTF�LMTF�(<kNs�I<kNs���Pvo�JPwo�/��s.=ZY�VӮv�Nk<J�sNk<I�shwPJ�ovPJ�o@��+"&7.54>2�r_-$�$-_rU���U��%��&&5%ő������'-
"'.546762����@��F�F�$�@B�@$.&�,�&.]]|�q����#<���<#(B�B��B%'-%'-'%'-"'%&'"'%.5467%467%62����@��l�l����@��l�l,���@��G�G�&!�@@�@�@@�@!&+#�+#�6�#+�$*`�:�p������:�p���x�
�p����=�`$>����>$�&@��&@�

�@&�p�@��	&.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8���Zp��?v�d���Ί�e�ns�6(���N[�����RW�u?�rt1Sr�F���|��iZ��@7�����މoy2���IM��C~[�R �yK{T:���%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!�w��w�@w��w��~u��k'JTM��wa��|
DH��������>�I1q�Fj?����w�@w��w�w�����sq�*4p9O*�¸Z^���qh LE
�������"(nz8B
M���'?"&4624&#"'.'324&#"3267##"&/632632.�ʏ����hhMA�LR vGhг~��~������K„y���O^
��ʏ�ʏ��В*�LM@!<I�~��~����������t\��0�������CM4&"2#"&'676&/632#!"&=3267%2654&#"&#"%463!2"&4632�r�qq��tR8^4.<x3=RR��w�@w���_h�
Y��Ӗ���	K>�שw�w���ȍ�de�)�qrOPq�Ȧs:03=<x!m�@w��w�E\x�g�ӕ��є��%w�w����d��Ȏ��V��
-<K\%.'.>7'.?67'67%'>&%'7%7./6D�\$>	"N,��?a0�#O���1G�����9�'/���P(1#00��
($=!F"�9|��]�"RE<�6'o��9%8J$\:��\H�iTe<?}V��#�oj��?���d,6���%N#"
Hl��S��VY�]C

=�@�C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232�^�^^���Y	�	^�^^��`p�p�p�p`�]i�bb�i]�~�^^�^�e��^^�^���PppP��PppP��]��^^�]��3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]�`p�p�p�p`�]i�b���b�i���^^�^d�Y	�	!�^^�^��]��@PppP@@PppP@�]��^��^�]� ^�^^��e��^�^^� ��3$#!#!"&5467!"&47#"&47#"&4762++�&�2
$��$
�2&��&��&�4�&��&��Z4&�&##&�&4�&4�&4���4&�m4&�m���+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g����* �o�`#�ə�0#z��#l(~���̠)���-g+����^����a�aF s"	+g�(�*
3#!|
#/IK/%*%D=)[�^����a�a����	!!!'!!77!���,���/���,�-���a��/G��	t%/;<HTbcq������%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632	#"/6327#"/6327#"/46329"&/462"&/>21"&/567632#!.547632632
	
	*


			��X		�

^

`		���

^b
	��c�
	f�u��
U`�59u���

���

4�J���
	
l�~		~�	F��	
��	�2�����

�
�	��	�m����|O�,��� ����	

���
��������

ru|	��u�
�
"�����
)9 $7 $&= $7 $&= $7 $&=  $&=46��w���`���w���w���`���w���w���`���w��b����`����VT�EvEEvE�T��VT�EvEEvE�T*VT�EvEEvE�T*EvE�EvEEvE�Ev�#^ct�#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&5&5&'67.'&'&#3274�(8(��(88(�(`�x
��c�`(8��!3;:�A0�?ݫ�Y

	^U	47D$

	7�4U3I�
|��L38wtL0�`(��(88(@(8(D��9�8(��Q1&(!;��
(g-	Up�~R�2(/{E���(Xz*Z%(�i6CmVo8�#T#!"&5463!2!&'&!"&5!3367653335!3#4.5.'##'&'35�(8(��(88(�(`�x
��c�`(8�iF������F��Zc�r�cZ�`(��(88(@(8(D��9�8(���k�k�"	��kk�J	 	!��	�k�#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3�(8(��(88(�(`�x
��c�`(8�-Kg
kL#D��C��JgjL��D���`(��(88(@(8(D��9�8(���jj�	�jjkk��kk����#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32�(8(��(88(�(`�x
��c�`(8� G]�L*COJ?0R��\wx48>�`(��(88(@(8(D��9�8(���jj��RQxk��!RY�#*2#!"&5463!2!&'&!"&5!!57"&462�(8(��(88(�(`�x
��c�`(8�������P�pp�p�`(��(88(@(8(D��9�8(����������p�pp�	�#*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"�����<(8(��(88(�(`�x
��c�`(8����k�ޑc�O"�jKKjK�������������`(��(88(@(8(D��9�8(������SmmS?M���&4&&4�#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.�(8(��(88(�(`�x
��c�`(8���������6dd�WW6&44�`(��(88(@(8(D��9�8(��.��	����G���5{��{5�]�]$59�95�#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632�(8(��(88(�(`�x
��c�`(8��4LL4��4LL4l	��		�`(��(88(@(8(D��9�8(���L4��4LL4�4L��	
Z
	�#7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'�(8(��(88(�(`�x
��c�`(8�`3��3��3��3�v
�
?
�
�`(��(88(@(8(D��9�8(���&��&-��&��&�
?


��
'���6#'.
'!67&54632".'654&#"32�eaAɢ/PRAids`WXyzO�v��д��:C;A:25@Ң>�����-05r��n������`��H(�����' gQWZc[���
-%7'	%'-'%	%"'&54762�[������3[��M���N�����
��3"��,��""3,3"o�ng�$������߆���]�g�n��$����+��)��

")")"

��x#W#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"o���G��n\�u_MK'����̨|�g?CM7MM5,QAAIQqAy��{�b]BL4PJ9+OABIRo?z��.�z��
�n�6'+s�:�������z�cIAC65D*DRRD*�wy�al@B39E*DRRD*��'/7  $&6$ 6277&47' 7'"' 6& 6'�lL������������R�R����ZB|��R�R��>����d�ZZ��������LlL�Z����R�R«����Z��&�>���«|��R� � ��! $&54$7 >54'5��������P���f���f����P�����牉�@��s��-����ff���`-����c6721>?>././76&/7>?>?>./&31#"$&��(@8!IH2hM>'

)-*
h'N'��!'Og,R"/!YQG<I *1)

(-O1D+0�n�������z�3fw���G2'3�rd1!sF0o ��.q"!%GsH8��@-!5|w|pgS=
"B2PJfh�G���d�R	�(P]ly��&$'77&7567'676'"'7&'&'7&47'6767'627''6$'67'654'7&'7'&'&'7&'5&$  $6 $&6$ j��j:,A��A��S9bb9R#:j���8AܔA,z��C�9Z04\40Z9�C��!B�;X0,l,0X;�B�*A8ܔA&#9j`b9S$#R99#&A��8A�`
������䇇�<Z<䳎������LlL�fBϬ"129�,V<4!���!88dpm��"��BV,�92[P*V*P\M�C�

�C�M\P*V*P]L�D�

�D�L&BV*�8*8!����f�!4<gmpd88!&!8*8�*VB�Z<䇇�����䇇��������LlL�����9Eis�%#"5432#"543275#&#"3254&'.547>54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&�N92<Vv;,&)q(DL+�`N11MZ
%G���&54	#	i�<$8&@��0H12F1d�w�@w��w�w��B?@�UTZ3%}rV2hD5%f-C#�C@,nO	�a7�.0�x2	yR�uR/u�%6;&�$76%$56S�@w��w�w��D��<Hlw%4#"324&#"32!".5475&5475.546322#654'3%#".535"&#"5354'33"&+32#"&54632S����;<;||w
$+�|('-GVVG-��EznA�C?H_��`Rb���]Gg>Z2&`��9UW=��N9:PO;:dhe\=R����
+)�&')-S9��9kJ�<)Um�Q��/��-Ya^"![��Y��'(<`X;_�L6#)|����tWW:;X���	#'#3#!"&5463!2)
p�*�xeשw�@w��w�w���0,\8�����@w��w�w��9��I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5�-&FD(=Gq���@C$39a��LL��²�L4

&)
@]��v�
�q#CO���!~󿵂<ZK#*Pq.���%
L��²�LL��arh({�w؜\���i&5467&6747632#".'&##".'&'.'#".5467>72765'./"#"&'&5
�}����1R<2"7MW'$	;IS7@�5sQ@@)�R#DvTA;
0x
I)�!:>�+<B76:NFcP:SC4r�l+r �E%.*a-(6%('�>)C	6.�>�
!-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(3�1)+BB+)�4'--'4��'���#!0>R	�H���MŰ9�o�u7ǖD��䣣���
R23('3�_,--,�R23('3�_,--,�����NJ
������?u�W�m%������#"'%#"'.5	%&'&7632�!�
�;�
	`��u%"��(����!]#�c�)(�	��� #"'%#"'.5%&'&76	�!�
���	�(%#�#���fP_�"�(���!�)'��+�ʼn�����4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������@����z��
�	
_hQ��н�QGB�'(&�*�eozΘ�@@`���  >. $$ ����ff���ff�����^����a�af���ff�����^����a�a��>�����"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632�,�-,�,",:!
%�]&
%@2(/�.+�*)6!	<.$.�.*�*"+8#
�
#Q3,�,+�+#-:#"</$�)

w�

���
,*

x9-.2"'
,,
���@�&,,
��Qw
,����,#"+"&5#+"&5&'&'&547676)2�%2$l$�#l#�b~B@XXyo2�$CI@5��$$�>$$�/:yu��xv)%$	��/?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`���&&�&&������ �&&�&&�&&�&&@������&�&&&���������&�&&&�&�&&&��������%2 &547%#"&632%&546 #"'6���������\~����~\h�
���~\��h\�������V�
�V�������V��V���%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT=��=TX}}�~�>SX}}XS>�~�}�w�@w��w�w���~:xx:~�}}Xx9}�}9xX}�@w��w�w���/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l�,

*"�T�.�D@Yo������oo����@5D�

[		

Z
�Z

		[	 ``��[



Z

	�2
,�l0
(T�"�.�D5@������oo��oY@D,

Z

		[	�		[		

Z
��``EZ

		[		
�5%!  $&66='&'%77'727'%am��lL�������m�f�?���5���5>�f�F�tu�ut�F������������LlL�H�Y�C�L|��|L����Y�˄(��E''E*(�/?IYiy����%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=������@�������&&������@��������������3P��
>��P3��&��&��r���r��r���&��&���r���r��r���
he

4LKM:%%:MKL4�W��T�&&��%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2�&&�&��&�&&���� ��� ��&��&&i�@����&&@&7�����'#5&?6262�%%�o����;����j|/����&jJ%�p��&j;&i&�p���/|���j�ţ���%Jk%�o��%��	:g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i���~ZYYZ~�@O��S;+[G[3YUD#o?D&G3I=J�y�TkBuhNV!WOhuAiS�y*'^C�C^'*SwwSTvvTSwwSTvv���WID\�_"[�g��q# /3qF��r2/ $r�g�%4
�HffH�J4d���#!#7!!7!#5!������VF��N����rmN�N��N����������N���!Y���+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76'6�#
<�;1�1x��#*#
�G,T9�3%�/#0v�N�Z;:8��)M:(	&���C.J}2	%0����
 	^*
J�F	
&�7'X"2L�DM"	+��6�
M2+'BQfXV#+]
#���'
L/(e�B�9
�#,8!!!5!!5!5!5!5#26%!!26#!"&5!5���������������&4&���&�pP��Pp������������������@��@&&@��!&�@PppP@�*
��	9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (�}R}hL�K�
N���N
����U�d:�
�x�x�
�����8���
��
�
� ,, |2222�
MXXM

�ic,>>,�
����
�	����	�
��̺

�
��'/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2�KjKKj�KjKKj��KjKKjKKjKKj��KjKKj��KjKKjKKjKKj��KjKKjKLhLLhL��KjKKj�&�&&&KjKKj�L4��4LL4�4L5jKKjKKjKKjK�jKKjK��jKKjK�jKKjK�jKKjK��jKKjK�jKKjK���4LL4��4LL�jKKjK�&&�&&��jKKjK�4LL44LL	��'E!#"+"&7>76;7676767>'#'"#!"&7>3!2�W�",&7'�	#$	&��g�pf5O�.P�q�ZZdS���-V"0kqzTx�D!��!8�p�8%'i_�F?;�k��R(`��
!�&)�'�
(2!&6367!	&63!2�!
`�B��1LO�(���+#�=)�heC��Qg#s`���f�4#����6�������q�'���X�|0-�g��	�>IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!2��4��:@��7�vH��%�h��EP{��0&<'VFJo���1,1.F6��A��#���L4�4LL44L"%�	
 
7x'6
O\�JYFw���~�v^fH$ !�"xdjD"!�6��`J�4LL44LL��	�+3@GXcgqz�����-<JX{�&#"327&76'32>54.#"35#3;5#'#3537+5;3'23764/"+353$4632#"$2#462#"6462""'"&5&5474761256321##%354&'"&#"5#35432354323=#&#"32?4/&54327&#"#"'326'#"=35#5##3327"327'#"'354&3"5#354327&327''"&46327&#"3=#&#"32?"5#354327&3=#&"32?"#3274?67654'&'4/"&#!"&5463!2_��g��QQ��h���^_�~\[[\]�_^���h��QQ��g�e��<F�$�$$��� !!�&&�/!/

!!�

00/e&'!"e$�
		'!!�''�
	8''NgL4�4LL44L�UQ��gh��QUk=<Sc���cc,-{k���jUQ��hg��Q��



�9

,&W &$U�K$$KK$$KDC(>("
!
=))=2�( '! '�L#(>(
&�DC(>(z�L#�DzG)<)�4LL44LL��	�
BWbjq}��+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32!264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$�@?�SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*�A�������!&��j�jj��GZYG�иwssw��PiL>8aA	!M7�7MM7�7M�3!�
4erJ]��&3YM�(,
,%7(#)
,(@=)M%A20C&Me�e��(X���0&Ėjj�jV��	8Z8J9���N/4���$�8NN8�8NN��	�#&:O[���	$?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF���=c�(TS)!*RQ+��*RQ+�Y,�B^9^��Ft`njUM�')	~PS�PR�m���٘���M7�7Mo7�q

@)U	8�"����E(�1��++��NM7�7Mx3�7��8�D�62��W74�;�9�<�-A"EA�0:��AF@�1:�ؗ����B�f~~""12"4(�w$#11#�@}}!%+%5(�v$:O�\z��K��?*$\amcrVl��OO176Nn�<!E(=�<&l/������<<������
[ZZYY�89176���7OO7�==..//cV==::z,,,,aa,,��7OO7�Z::��;;Y
fcW�(		"6-!c�(		!5	#
b�t88176����tV:
&$'*9	%e#:
%'*9B����<<��;
&(�����	�#:Sn�����#"&54632%#76;2#"&54632%4&+";2?>23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!2�3%#2%%,, _3$$2%%��M>�ALVb5)LDHeE:<
E�Mj,K'-R
M�~M>�ARVb5)LEHeE:<
E�
JAB�I*'!($rL4�4LL44Lv%1 %3!x*k�$2 %3!�;5�h
n
a�
!(lI;F	
	
��	r�p
p8;5�h

t
a�
!(lI;F��`	#k�4LL44LL
��	�
2HW[lt��#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9�n23��BD$ &:BCRM.0AC'0RH`Q03'`�.>,&I / *�
 /

��8/��n-(G@5��$ S3=�,.B..B�02^`o?7je;9G+��L4�4LL44LyE%#	�Vb�;A
!p &'F:Aq)%)#o�rg�T$v2�� 8�)2����z948/�{�8A�B..B/��q?@�r�<7(g/��4LL44LL��?#!"&'24#"&54"&/&6?&5>547&54626=�L4�@�ԕ;U g3
��
T
�2RX='�8P8|�5�
����4Lj��j� U;Ig@
	��
`
� "*\���(88(�]k
��&N4#"&54"3	.#"#!"&'7!&7&/&6?&5>547&54626;U gI��m*��]�Z0�L4�@�ԕ���=o=CT
��
T
�2RX='�8P8|�5�
� U;Ig��Xu?bl3���@4Lj��j��a���`
	��
`
� "*\���(88(�]k����/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���0
��
o`^B��B^`5FN(@(NF5���@��@��@�u		�@�LSyuS�@�%44%����,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9���"SgR8v�H����D�	w
����ff���ff�����^����a�a�m2N+��	)H-mF+1����0*F		+f���ff�����^����a�a�����b4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 �k^?zb=ka`�U4J{�K_/4�^����W�&	vx :XB0���܂�ff���)
f������zz��X��lz=l�apz��o�b35!2BX���
�G@8��'	'=vN$\f���f�	1
	SZz�8�z�X�#("/+'547'&4?6276	'D�^�h

�

i��%5�@�%[i

�

h�]��@������]�h

�

i��%�@�5%[i

�

h�^�@@������)2#"&5476#".5327>OFi-���ay~�\~;��'�S���{�s:D8>)AJfh]F?X��{[��TC6��LlG��]��v2'"%B];$�-o��%!2>7>3232>7>322>7>32".'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52�-P&+#($P.-P$'#+&PZP&+#"+&P-($P-.P$(#+$P.-P$'#+&P-.P$+#pP@@Pp�H85K"&ZH85K"&ZH85K"&Z����@��Pp��@��@��@pMSK5, :&�LMSK5, :&�LMSK5, :&����!!3	!	�����@�����@@�����	#"$$3!!2"j������aѻxl���a����lx�a�a����j������!!3/"/'62'&63!2��'y��

�`�I

��y�����My��

�`�I

��y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#"

4$%Eӕ;iNL291 ;XxR`�f՝�Q8T������W��iW�gW:;*:`�Qs&?RWXJ8�oNU0�J1F@#)
[�%6_PO�QiX(o�`��_?5�"$���iʗ\&>bd�s�6�aP*< -;iFn�*-c1B���Wg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2��#$(	1$6]'
!E3P|ad(2S;aF9'EO�Se�j]�m�]<*rYs��hpt.#)$78L*k�h�w�@w��w�w��B

%
$/$G6
sP`X):F�/�fwH1p�dl�qnmPH�ui�kw_:[9D'��@w��w�w��34."2>$4.#!!2>#!".>3!2�Q��н�QQ��н�QQ��h�~w��w�h���f����ff����н�QQ��н�QQ��н�QZ����ZQ�����ff���ff�#>3!2#!".2>4."f����ff�����н�QQ��н�QQ���ff���ff��Q��н�QQ��н�	,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632���(#�AH����s���9q � ci��<=�
#�]�<������OFA��!�������re��&&��U�&&![e��F �������U?���g�����4_���������a�?b�+��r7�&4&��&4&�p,�+K4&"2$4&"2.#!"3!264&#!"3!2#"&=!"&=#47>$ �KjKKjKKjKKjH#�j#H&&&������KjK�KjK�g	�V�	ijKKjKKjKKjK���..n((�[���5KK5��5KK5�[po�Nv<<vN�:f���.R#!"&463!24'!"&5463!&$#"!2#!32>+#"'#"&546;&546$3232�2$�B$22$�$�*$22$�X�ڭ��ӯ�$22$�tX'���hs2$���ϧ��kc�$22$���1���c�$2�F33F3VVT2#$2����ԱVT2#$2��g���#2UU���݃
�2$#2UU�1݃���2��,u�54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&�ru�&9��%"*#�͟ <yK0Og�" 
&9B3�;��㛘8��s%+DWXRD= @Y%�	!Q6R�!4M8�+6rU^z=)�RN��.)C>O%GR�=O&^���op������C8�pP*�b�Y
_�#��$��N Pb@6��)?����+0L15"4$.�Es
�5I�Q"!@h"�Y7e|J>z�iPe��n�eHbIl�F>^]@����n*9
���6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>!���������
�=39?
6'_����������
�>29?
5'17m-V����U--,�bW.�������뮠@Fyu0HC$������뮠@Fyu0HC$L���=??
<����=! A	<��`�;+"&54&#!+"&5463!2#!"&546;2!26546;2���p���Ї����0�p�����p���@��I�������pp���>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2���A5�DD�5A7^6a7MB5��5B7?�5B~�`��`��`0`��rr��5A44A5�����v�5AA5�f�*A���`��`0`�����	!!!!	#!"&5463!2��ړ�7���H��7j�v�@v��v�v��'���:��@v��v�v���MUahmrx���������������#"'!"'!#"&547.547.54674&547&54632!62!632!#!627'!%!"67'#77!63!!7357/7'%#	%'3/&=&'	5#?&5476��!�p4�q"���"�"�6�"� ��'������h*�[���
��|�*��,�@���?wA�UM�pV���@�˝�����)��Ϳw����7(�{��*U%���K6������=0�(���M���		��"!O		dX$k
!!��!
����b��	
���[�����TDOi
��@��6��b��xBA�ݽ�5
�
�ɝ:����J���+���3����,��p
x�1���������Fi
(��R��
463!#!"&5%'4&#!"3���`����а@.�.@A-X��f�B����$��.BB.�.C��}
)&54$32&'%&&'67���"w�`�Rd]G�{��o]>p6��sc(��@wg����mJ�PAjy���YW�a͊AZq���{HZ�:�<dv\gx�>��2AT�Kn������+;"'&#"&#"+6!263 2&#"&#">3267&#">326e��~�└�Ȁ|��隚���Ν|����ū|iy�Zʬ��7Ӕ�ް�r|�uѥ��x�9[��[9�jj��9A�N��N�+,#ll"���B�S32fk��[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32�]]��ee��ee��ee��$��~i
�qfN-*���������#����Sj������t�2"'q�C���B8!�'�>	
!%)-159=AEIMQUY]agkosw{��������!	%!	5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"����������Q%%%%%%%%%?iiihOiixiiyiixii�Arssrrssr��%s�ssrrss�Ns%%%%%%%%%%�����������'<D<'paC_78#7PO7)("I$	75!����RA��b��(���ss�ss�ss�ss�ss�"/!".""."
!."".!/^.".^.".]/".�$$$$$$$$$$$$$$$$��Os$$$$$$$$$$$$$$sO$s�ss�ss�ss�ss�ss#��������}$)	13?*
,./:
-�s�*4&"2$4&"2#!"&5463!2!5463!2_��������?-��-??-�,@�@,�-?����pq�8��,??,D,??,��,??(�Z2#".#"3267>32#".543232654&#"#"&54654&#"#"&547>326���ڞU�zrhgrx�S��Пd�U <e�����x՞����Zf��_gן:k=2;�^��9��Œ��7\x��x\7����K=5Xltֆ�W����W{e_�%N��%,%CI��%���#+W4&+54&"#";26=32"&462"&462!2#!"&54>7#"&463!2!2�&�&4&�&&�&4&���KjKKj�KjKKj� ���&&�&%��&&�&&4&�&&�&4&�&&��5jKKjKKjKKjK��%z
0&4&&3D7&4&
%&���'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4�&4&�4&4��KjKKj�KjKKj� ���&&�&%��&&�&&4&�%&&�ے&4��"jKKjKKjKKjK��%z
0&4&&3D7&4&
%&��	&	!'!	!%!!!!%"'.763!2�o���]�F������o�������oZ��Y��@:�@�!�!�g���������������f�/�/��I��62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4�ZSS6SS4SS4SS4SS4SS4SS4�ZSS4SS4SS4SS4SS4SS4S�-4�ZSS4S@������4SS4�ZSS6SS4SS4SS4SS4SS4S@�����ZSSSSSSSSSSSSSS�ZSSSSSSSSSSSSSy�ZRRR@%:=
:+������:
=���RR�ZSSSSSSSSSSSSS���������Cv!/&'&#""'&#"	32>;232>7>76#!"&54>7'3&547&547>763226323@``����`
VFaaFV


$.


.$

��y��y�	.Q5Z���E$ ,l<l, $E���R?Y*��@���@�2	!#""#!	��y��y=r�na�@@(89*>�*%>>%*�>*98(QO�!���L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"'�D��g��OOG`n%�E������LL{�@&&�N�c,sU�&&�!Fre&&�s�����s���#�/,�������<=�
#�]�g��L�o�GkP�'��r-n&4&2�-ir&�&�?���o 
��������4_�����5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462�{�����{BtxG,:`9(0b��Կ�b0(9`:,GxtB��&@&�&@&K5�5K`�����?e==e?1O6#,
#$
,#6OO��&��&&�&�5KK���������?!"'&'!2673267!'.."!&54632>321
��4��q#F�""�8'g��o#-��#,"t�Yg��>�oP$$Po�>�	��Z�e�p#����)�R��0���+I@$$@I+����+332++"&=#"&=46;.7>76$  ������@����ᅪ*��r���������@��@�����������r���'/2+"&5".4>32!"&=463  �&@��~[���՛[[��u˜~���gr�������&�`����u՛[[���՛[~~@��r������=E32++"&=#"&=46;5&547&'&6;22676;2  >�����``@``�ٱ��?E,��,=?��r�������H�����@``@�GݧH`�j��j���r������BJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@�~���``@``�� �v�X����r�������&���������@``@����+BF��`r������ks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@�~���``@``��~4e	
0
	io@& �jV	
0
	Z9�������r�������&���������@``@�G�ɞ5o
,
sp� &@k^
,
c8~~��`r�������8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#"�����@�@���'�Ϋ���'������sg��gs�����ww�@����sg��g����@����@���-ss��ʃl������9���9��������OO���r9���9��FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@�L?����CuГP	��v�Y�� &@�;"����������ޥ�5݇�����ޥ���5�`&����_��ڿg��w��BF�@&����J_	s���&��&�����?%x���������%x��JP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#"� &@�L? ���ߺu�``@``��}
�ຒ�ɞ���������ue��eu�9����ue��e�&����_��"|N�@``@��"��"|a~���l����o����9���9��r9��@�9���;C2+"&5"/".4>327'&4?627!"&=463  �&@Ռ		.	
�N~[���՛[[��u˜N�		.	
����gr�������&�`֌
	.		�O��u՛[[���՛[~N�
	.		��@��r������9A'.'&675#"&=46;5"/&4?62"/32+  ��'��֪�����\
	.		�4�		.	
\���r������|��ݧ���憛��@�\		.	
��
	.		\�@��r�����~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m��		-

���@���ݧ���憛��@&�

-		�@r������m4��

-		����ٮ*�������		-

��r������+"&5&54>2  ����@��[���՛[�r�����������dG�u՛[[���r������  ".4>2������r�[���՛[[���՛�r������5�՛[[���՛[[����$2#!37#546375&#"#3!"&5463�#22#�y��/Dz?s����!#22#�2#��#2S�88�	����2#V#2��L4>32#"&''&5467&5463232>54&#"#"'.K���g��&Rv�gD�
$*2%	+Z hP=DXZ@7^?1
۰��3O+�l��h4���`���M@8'�+c+RI2
�\�ZAhS�Q>B�>?S2Vhui/�����,R0+	ZRkm�z�+>Q2#"'.'&756763232322>4."7 #"'&546��n/9�b�LHG2E"D8_
p�dd���dxO�"2�xx��ê�_�lx�2X	
!+'5>-�pkW[C
�I
I@50�Od���dd��˥�Mhfx�����x^���ә�	�#'+/7!5!!5!4&"2!5!4&"24&"2!!!��� 8P88P�� 8P88P88P88P����������P88P8 ���P88P88P88P8� ������������+N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_����>�@`

��
�
��

`
�
� L4Dg��y� 6Fe=O���O�U�4L��>����
�
��

`
�
`

��4L�2�y5eud_C(====`L4����3V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_����>���		�	
	��	
	�		��		�	
	��	
	�		��%%S��y� 6Fe=�J�%��>����	
	�		��		�	
	��	
	�		��		�	
	��%65%S�y5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"�&���&�&@�Ԗ��V�@&&�@��&&�Ԗ�Ԗ@��&���3!!!	!5!'!53!!	#����7I�e�����eI7��CzC�l��@�����@������@�#2#!"&?.54$3264&"!@������մ���pp�p���������((��������p�pp����#+/2#!"&?.54$3264&"!264&"!@������մ���^^�^@����^^�^@���������((��������^�^^�����^�^^�����v(#"'%.54632	"'%	632U�/�@��k0�G��,�zD#[�k#�
/t�g��
F��
����Gz�����	#'#3!)
p�*�xe���0,\8�����T���#/DM�%2<GQ^lw�����
&'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&74>=.''&'&'#'#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>�&5R4&5S9
W"-J�0(/�r
V"-J�0(.�)#"6&4pOPpp�c�|o}vQ�[�60X�Q��W1V�	
#5X		N"&
.
)
D>q J:102(z/=f��*4!>S5b<U$:I o<G*	,
&"O	X5
#!

��	R N#
C
83J*��R	!(D
#%37	�;$-.�
(,��覦�6ij
�	���"���)9
E�%����!B83
	j9�6/,	:QD')yX#�63V
��b�a	,
Ue��LPA@���*	̳�`Xx*&E
V36��%	B3%	B3XA	
#!.mU"A	
#!.mUB-#2+Jii�i�m-C<I(m��8qF/*)0�S
		
I
E5&+>!%
(!$p8~5..:5I

~��T�
4~9p# !
)& ?()5F	1	
	
� d%{v*�:
 @e
s|D�1d {�:�*dAA|oYk'&��<��tu��ut�&vHC�XXTR�;w��
��71™
Z*&'
1	9?	.

$��Gv5k65P<�?8q=4�a	
SC"��1#<�/6B&!ML	�^;�6k5wF1<P�C	�;$"&462"&46232>.$.�`�aa��sa�``��Z9k����'9؋ӗa-*Gl|M�e_]`F&O������ܽ�sDD!/+�``�aa�``�a1<YK3(
 /8HQelA�Z3t_fQP<343J;T7Q�+?Kgw  $6&$  $&62+"5432+"&=.54  $;26=462;26=4& 4&#!"3!26)����߄��4R4߄��mlL�������r {jK#@#Q�a����^�����@���@���`&��&&�&�������߄��4R4�Ď������LlL�N� �@K5#:rr:#5K���^����a�a��``]��]``����&&�&&	/!3#4&#!"3!265##!"&5463!22�������@K5^B��B^^B@B^5K���� �@���5K�B^^B�B^^B�K	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	+2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@�K5��5K�B^^B�B^^B�`� �@ �{#!&'#"'&547632m*���
�0���((�'(�$0K
��*�*��% 3#!3# '!#53 5#534!#53 6!3@����@@@��pp��@@@����@@pp@��`������� �����	�+/7;A#3!5!!3#!!5!35!355#%53#5!#35#!!!!!!!!����������������������������������������������������������������������
�	#'+/3?CGW#3!5!!35!!3#!!5!#!5!3535!355#%#3%!53#5!#35#!5##5!3!5!3!5	����������������������������������������������������������������������������������������������������������������!"&5463!2!"!�`(88(@(8�`(8�}2�2R �`8(@(88(�`8HR2�2���##6?6%!!!46#!"&5463!2x���� ��8�(�`(�(88(@(8�
���� (8��(`�(8(@(88��	�'ATd+5326+5323##"' %5&465./&76%4&'5>54&'"&#!!26#!"&5463!2�
��

���i�LCly5�)*H�celzzlec0h�b,,b�eIVB9@RB�9�J_�L4�4LL44L44%��2"��4��:I;p!q4b�b3p(P`t`P(�6EC.7B�I6�4LL44LL��	�.>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zj��b�jj[���wٝ]�>o��Ӱ�ٯ�*�-���oXL4�4LL44L'�)�꽽�)�J)���]��w����L���`��ֺ��۪e���4LL44LL�;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2�
��

@
�^B��B^^B@B^���
��

��B^^B@B^`@

��
M��B^^B@B^^>��

��
�^B@B^^��5=Um	!	!!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762��������?(`��`(?��b|b��?B//B/�]�����]FrdhLhdrF�]�����]FrdhLhdrF@�@��@�(?��@@?(@9GG9@/B//B�aItB!!BtI�Ѷ�!!��ьItB!!BtI�Ѷ�!!��ь�-M32#!"&=46;7&#"&=463!2#>5!!4.'.46�ՠ��`�@`ՠ��`���M�sF�Fs�MM�sFFs�M����ojj�o��@@�jj�@@�<���!(!���!(!�-3?32#!"&=46;7&#"&=463!2+!!64.'#�ՠ��`�@`ՠ��`��	�	Dq�L�L�qD����ojj�o��@@�jj�@@B>=�C�����-3;32#!"&=46;7&#"&=463!2+!!6.'#�ՠ��`�@`ՠ��`��UVU96�g�g�6����ojj�o��@@�jj�@@β����**ɍ�-G32#!"&=46;7&#"&=463!2#>5!!&'.46�ՠ��`�@`ՠ��`���M�sF�Fs�M�k�k�����ojj�o��@@�jj�@@�<���!(!3��3!(!�9I2#!"&=4637>7.'!2#!"&=463��@b":1P4Y,++,Y4P1:"�":1P4Y,++,Y4P1:"b�@@��@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7����Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&�&
l
@0.B 2'	.B A2TA9B;h" d�
mpP��Tl��L�c�_4.H�K5�]0CB.�S�0CB.�/#��'?&&)$�$)�0CB. }(AB.�z3M�2"61�d�39�L/PpuT(If�c�_�E�`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326�\B B\B�&@5K�&@�"6LB\B B\B ��sc�i�L}Q�P<m$��3�jN2�c�B.�p.BB.���3K5+"�3,"� �.BB.��.BB.���.�G=�c�i�(+�lOh7/DVj�"�c�=���&5Jb�#"'&=.547!"&46;'.54632!2327%.54&#"327%>%&#"!"3!754?27%>54&#!26=31��?>I��j��jq,J[�j.-t�j�lV��\���$B.R1?@B.��+?2`$�v5K-%��5KK5�.olRIS+6K5�̈$B\B 94E.&�ʀ�15uE&
�Ԗ�Pj��j�dX�U�GJ7!.B
�
P2�.B
�
%2@	�7�K5(B�@KjKj�?+f�UE,�5K~!1��.>F.��F,Q5*H��$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$<vpP��Pp���Pp�w�*�Rd�ApP�]��'@�A&
3@��&H-�[(8@
2�EB^&1
=&�&81����PppP��pP w���cOg Pp��c�
4& #.& &,,:8(�%^B &�
.�&&��2t"&'&54'&5467>32>32>32#"#.#"#.#"3!27654&#"547654&#"#654&�Mye
t|]�WS�Sg�SY�\x{
70"1i�92�DU1&=	��	=&0@�c	>&/Btd4!�*"�8K4+"��@H@/'=	t�?�_K�93-�]�
UlgQ���QgsW
�]#�+�i>p&��3�0&�VZ&0B/
���%3B.�"t�o ){+C4I��(
/D0&�p0D��3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#�5K�)B4J�&@�#\8P8 @0.B J65K J6k�
cJ/4qG^�\hB�2<m$��3�iG;��     �K5����6L4+"�3p`b�)<8(=0CB.@Z7OK5`:7O��k�EW�^�tm��@Q7/DVi�##j�������������%4Ia�2#!"&5&546325462632"32654&"3267654&76;74&"#.#"2676=#"&'+53264&#!"3</�U�X�dj���jP��ԖEu�!7JG72P
�
B�%
�
B.!7�	@�A�f+?�jKjK@�B(5K,EU�H*5Q,F��.F>.��1!~K5y?��^\��Vl�j�t-.j�[J,qj��j��I7$��?1R.B�+��.B$`2?g�vEo.�5KK5��%-K��6+SIR[��&.E49 B\B$���5K�G#!+"&5!"&=463!2+"&'+"'+"'&5>;2>76;2Y
��
�
��

M	

�.�x	�-�
	N�	�


�	�
�u
��
,
u
�?

L�W���

���#	�	*:J4'&+326+"'#+"&5463!2  $6& $&6$ <!T{�BH4�	�›�&�>UbUI-����uu�,�uu�ڎ������LlL�AX!��J��m����f\�$
6u�����uu�,�K������LlL���-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]�h-%Lb`J%E5
,5R-����h
-%Lb`J%E5
,5R-���'����uu�,�uu��lL�������/hR

dMLcN����hR
dMLcN����1u�����uu�,��������LlL�@��� 	'	7	'7	�����`��`H� �����`�`H� �!`��������`H� � ���`�`�`H���`��'%		7'	7'7	' $&6$ ���X�`��(W�:,�:��X�`��(WL�������LlL�X�`(W��:�B����X�`���(X�������LlL��
��	$%/9ES[�#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$32�7&'77'&7�7N77N�'q�qq�q�qPOrq��E�st�����ts��st���}�||�}�������uԙ[W��Q���~,>	n������P/RU P酛���n	>,m�����'77'&77N77N6^Orq�qq�qq�q�t��棣棣�(~|��|on[��usј^�~���33������pc8{y%cq����33dqpf��	L 54 "2654"'&'"/&477&'.67>326?><����
x
�������,

(-'s�IVC��VH�r'-(

$0@!BHp9[�%&!@0$u
��
������]\��\]��-$)!IH��V
D��
VHI!)$-#3���6>N"&462."&/.2?2?64/67>&  #!"&5463!2�]�]]�3
$;
&|�v;$
(CS�3�1	=�rM=	�4�TC(G���z�w�@w��w�w���]]�]��($-;,54�0=	�sL	=�45,;�����@w��w�w������(2#"$&546327654&#"	&#"AZ�������\@�/#�%E1/#����#.1E$�!�[A�����懇�@�@\��!�#21E!��6!E13"�|!��	gL&5&'.#4&5!67&'&'5676&'6452>3.'5����A5R��V[t,G'Q4}-��&�<C!l n?D_@Փ>r!�
��G;��>��!g�1�����2sV&2:#;��d=�*'�5E2/..F�D֕71$1>2�F!���&12,��@K�
r��#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ �!&"2&^	u��_��x��^�h
;J݃HJǭ
q�E
Dm!
M�
G?̯'%o�8
9U�������(F(�ߎ������LlL��&!&!SEm|�[��n{�[<ɪ
"p� C
Di%
(K�HCέp�C
B
m8	
@Kނ
H�F(���������������LlL���"*6%&6$	7&$5%%6'$2"&4}���x����3��n��QH������:dΏ���Xe�8�����z��'	������l�i���=!��7�����S�o�?v�������M '&7>>7'7>''>76.'6'���El:F�gr
*�t6�K3UZ8�3P)3^I%=9	)<�}J���k+C-Wd��	&U���-��TE+]��Qr-�<Q#0
�C+M8	3':$
_Q=+If5[ˮ&&SG�ZoM�k���ܬc�#7&#"327#"'&$&546$;#"'654'632ե›��fKYYKf�¥y�ͩ���䆎�L��1���hv�v��ƚw�wk��n�]��*��]�nlx��D��L�w�����~?T8b��b9SA}����+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"��۔c�2�8�Ψ����-\���?���@hU0KeFjTl�y�E3��aVs�z�.b��؏��W80��]T��Sts�<�h�O��_u7bBt���SbF/�o��|V]SHކ�J�������34&#!"3!26#!!2#!"&=463!5!"&5463!2
��

@
�^B� `��`� B^^B@B^ �

�@
�@B^�@@�^B�B^^����>3!"&546)2+6'.'.67>76%&��F8$.39_��0DD�40DD0���+*M7{L *="#
U<-M93#�D�@U8v�k�_Y	�[�hD00DD0��0D�ce-JF1BD����N&)@
/1 d��y%F��#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yq������oq>*432fb������a
$�B?
	>B
BB
AA�.-QP���PR+	42
%<ci���ђ:6&h�HGhkG@n�`��I���Ȍ5
!m��(|.mzy�PQ-.	
	je����	
�����q>@@?pp�gVZE|fb6887a
%RB?
=B
ABBAJvniQP\\PRh!cDS�`gΒ��23�geFGPHX�cCI��_ƍ��5"	
�n�*T.\PQip�
[*81
/
9@:��>t�%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676=
>���vwd"

�l����"3	/!,+	j2.|��%&
�(N&w���h>8X}x�c2"W<4<��,Z~�fd�aA�`FBIT;hmA<7QC1>[u])		u1�V(�k1S)
-�	0�B2*�%M;W(0S�[T�]I)	A 5%R7<vlR12I]O"��V/,b-8�/_��#3CGk2#!"&546;546;2!546;2%;2654&+";2654&+"!32++"&=#"&=46;546;24LL4��4LL4�^B@B^�^B@B^�@@�@@�����@��@L4�4LL44L`B^^B``B^^B``�� �� ��@@��@���#3W#!"&=463!2!!%4&+";26%4&+";26%#!"&546;546;2!546;232���@�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�@@��� �� ��N�4LL44L`B^^B``B^^B`L��#'7Gk%"/"/&4?'&4?62762!!%4&+";26%4&+";26%#!"&546;546;2!546;232W.	
��
	.		��		.	
��
	.		��	� ����@@@@�L4��4LL4�^B@B^�^B@B^�4L�.		��		.	
��
	.		��		.	
��
��� �� ��N�4LL44L`B^^B``B^^B`L��(8\	"'&4?6262!!%4&+";26%4&+";26%#!"&546;546;2!546;232�

��		.	
��
	.	�`����@@@@�L4��4LL4�^B@B^�^B@B^�4L<�		 
	.		��		.	�:� �� ��N�4LL44L`B^^B``B^^B`L�2632632#!"&5463�&&&&��&&&���&���&��&&�&�#27+"&5  %264&#"26546��>&�&T�,��X�������q&&�1��X��,�LΒw�%��%;#!"&5463!546;2!2!+"&52#!"/&4?63!5!�

�(��&&@&�&(��&�&@&&��(�

�(�

�&&@&&@��&&�&�&�

�����#''%#"'&54676%6%%�������
�hh �@�` ���!�� ���!� ��
��
��
�
������
�#52#"&5476!2#"&5476!2#"'&546
� 
��
� 
���
�
�@�
�
�@�
��
�@

�
� 84&"2$4&"2$4&"2#"'&'&7>7.54$ �KjKKj�KjKKj�KjKKj��d�ne���4"%!������KjKKjKKjKKjKKjKKjK.���٫�8
!%00C'Z���'���.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ �KjKKj�KjKKj�KjKKj�h��я�W.�{+9E=�c��Q�d�FK��1A
0)����LlL��jKKjKKjKKjKKjKKjK���p�J2`[Q?l&�����٫�C58.H(Y���ee���	�

			���Y'����w��(�����O��'��R���@$#"&#"'>7676327676#"�
�����b,XHUmM�.�U_t,7A3ge
z9@xS���a�Q�BLb�(�	����V���U�����
!!!�=�����=���w)��������AU!!77'7'#'#274.#"#32!5'.>537#"76=4>5'.465!��KkkK_5 5�� �#BH1��`L

I���&�v6��SF���!Sr99rS!``� /7K%s}H���XV
��P��V	e��		V�d/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2���P���3>tSU<�)tqH+>XX|W��h,�:USt��W|XX>=X*
)���)
+�^X^�|WX=>X�:_.2������//a:Ru?�
	
Q%-W|XW>J�(	�=u��>XX|WX�`

*((*


+2		2�X>=XW|E��03>$32!>7'&'&7!6./EU����noh��i����I\�������0<{ >ORD��ƚ�~�˕V�ƻ��o�R C3��7J6I`��Tb<�^M~M8O����	�	
5!#!"&!5!!52!5463	^B�@B^���`B^�^B `��B^^"�����^B��B^��0;%'#".54>327&$#"32$	!"$&6$3 ##320�J�����U��n��L�n��ʡ���~~�&��q�@�t�K�����L��}�'`� -
-�ox����nǑUyl}��~������~�F����ڎ�LlL��t�`(88( ��	7!'	!���\W�������\���d;����tZ�`_��O��;���}54+";2%54+";2!4&"!4;234;2354;2354>3&546263232632#"&#"26354;2354;2354;2�````��p�p��`�`�`� !,! -&M<FI(2�`�`�`�����@PppP���pppppp�#  #
�
�pppp��p	�j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546���	��%. `@��` :,.',-���Xj��jX�h-,'.,: kb>PppP>bk .%Z �&�
�:k%$> $`��`6&L')59I"Tl�ԖlT"I95)'L&69Gp�pG9$ >$%k:��!+32&#!332 $&6$ ~O8��8���O�����������LlL�>pN
�����
i������LlL����	'':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)
z�{��6lP,@Kij��jOo�Ɏ���ȕ>>��[t��a)GG4?a�)
ll
>�;_-/
9GH{�z�yN@,K�ԕoN��繁������y��!
?hh>$
�D��"
>��â?$��	n"&5462'#".54>22654.'&'.54>32#"#*.5./"�~��~�s�!��m�{b6#	-SjR,l'(s�-6^]It�g))[��zxȁZ&+6,4$.X%%Dc*
&D~WL}]I0"

YYZ��vJ@N*CVTR3/A3$#/;'"/fR-,&2-"
7Zr�^N��a94Rji3.I+

&6W6>N%&60;96@7F6I3���+4&#!"3!26%4&#!"3!26 $$ ��������^����a�a`@��@����^����a�a�����'7  $ >. %"&546;2#!"&546;2#/�a����^�����(�����������������^����a�a����(������N@��@�����4&#!"3!26 $$ @��@����^����a�a`@����^����a�a�����'  $ >. 7"&5463!2#/�a����^�����(��������n@����^����a�a����(������N@���%=%#!"'&7!>3!26=!26=!2%"&54&""&546 �#��#]V�TV$KjK�KjK$��&4&�Ԗ&4&�>��9G��!�5KK5��5KK5�!��&&j��j�&&����#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"�5KK5sH.�.Hs5KK5e# )4# %�&4&&4&�&4&&4&` #4) #%�~]�e�Z�&�&�Z�e�]E-�&��&�-EKjK�j.<<.�KjK��)�#)�`"@�&&�`&&�&&�`&&�)#�`)"�d�Xo&&oX�G�,8&&8!����O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2�@�@�8��@7

8��Q�
	N�Q�
	N��
	8G@��

8GQ�
	N�Q�
	N7
	�������8��8��H��H��k��%		".>2I�������2�0�]@��]��@o�����o@@o�����o㔕����a�22���]����]�p�^���|11|�9�9�|11|�(��%7'7'	'	7T���� d���lt��l)q��n�������luul�������)1$4&"24&"2 &6 +"&5476;2 &6 LhLLh�LLhLLhL����>�
�� �&
  �&�`����>�hLLhLLhLLhL�����>����&�&�����>��G��
	.7)1!62	1!62h��e�������2�20e���2�2>�	v
+4�	[��d����+
���d� �135#5&'72!5!#"&'"'#"$547&54$ ���Eh���`X����(����cY���z�:L:�z���Yc��������\$_K`Pa}��f��iXXiޝf���a���	���(+.>#5#5!5!5!54&+'#"3!267!7!#!"&5463!2����U�`��`' ����� �����j��j�V>�(>VV>�>Vq����������������(^����(>VV>�>VV�=&'&'&'&76'&'&.' #.�h8��"$Y
''>eX5,	,Pts�K�25M�RLqS;:.K'�5�R

Ch���h�����R�t(+e�^TT���u B"$:2�~<�����2�Hp����wTT�� V�/7GWg. %&32?673327>/.'676$4&"2 $&6$   $6& $&6$ d-����-�m	
	,6*6,	
	m���KjKKj�o������oo���K����zz�8�zz�Ȏ������LlL�U4>>4-.��YG0
)�xx�)
0GYޞ.�jKKjKq���oo��oo�lz�����zz�8�0������LlL��D��/7H#"'.7'654&#"'67'.6?>%"&46227#".547|D,=),9#�7��[͑�f�x���!X: �D�$+�s)�hh�i��jZ������t�<��F/��*8C,�q؜�e���\�r,W�BX���/C2��h�hh���=�t������Xm�����>NZ+"&=46;2+"&=4>7>54&#"#"/.7632  >. $$ p��=+& �35,W48'3	l
z����ff���ff�����^����a�aP���2P: D#;$#
$*;?R
��Cf���ff�����^����a�a��'�Y	>O`"&5462&'.'.76.5632.'#&'.'&6?65��\\�[�<C��z�C
25�U#
.�ZK ��m+[$/#>(	|�	r���[A@[[@A�#2#�
����7�*
<Y���$
+}"(��
�q�87] F 	_��1)
��	�	#1Ke34&+326+"&=!#!"&763!2#!"&5463!2#>?4.'3#>?4.'3#>?4.'3��Xe`64[l�����7
��
,	L;�����=+3&98&+)>�>+3&98&+)>�=+3&88&+)>	�Wj�|r�>Q$��~���d$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY���J\m�4.'.'&#"#"'.'&47>7632327>7>54&'&#"327>"&47654'&462"'&476'&462"'&47>&'&462i$		$^"

%%

"^$		$W "@9O?1&&18?t@" W�&%%&4KK�6pp&4���6ZaaZ&4mttm�^x	-���-	x^=/U7Ck���kz'[$=�&5%54'4&K�K�4r<r4&��X��4[��[4&m����m��'/7?GOW_gow����"264$"264"264"264$"264"264$"264"264"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462�^^�^��^^�^^�^^�^��^^�^��^^�^���^^�^��^^�^^�^^�^� p�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp�`^�^^�^^�^^�^^�^^��^^�^^�^^�^^�^^�^^�^^�^^�^^�^^���pp�pp�pp�p��pp�pp�pp�p��pp�p���pp�p��pp�p���pp�p��pp�pp�pp�p��pp�pp�pp�p	��LTi{�"&4626"&462$"&462#"&4632654>7>54 "&54>2"&462%"&54&#""&546 %#"&'&'.7>#"'&'.7>�&4&&4�&4&&4SZ��&4&&4�4$#&�&&j�3$"('$������&4&[���՛[��&4&&4F&4&�]\�&4&�$��
	!D�4�%	,\�4�4&&4&�4&&4&-�Z�4&&4&;cX/)#&>B)��&4&�j9aU0'.4a7����&&u՛[[���4&&4&@&&]��]&&��Ώ0
�u4��0
)�4���#g�&'.#"32676%4/&#"326'&#"2632#2+&'%#"'&6?676676632%#"'&6767#"&'&6767#"'.7>327"#"&'&6763"'.7>;7632;>%5K$
"0%>s$
"0%>;;>%5K�VL#>H30
\�($$(�\���(�є�yO2F/{�(?0(TK.5sg$��є�y#-F/{�$70(TK.5sg$L#>H30
\�($$(�\#�(@5"'K58!'"5�8!'"55"'K#dS$K		K$Sdx#@1
w�d>N;ET0((?
-
2K|��1
w�����d#N;ET0$(?
-
2K$#dS$K		K$Sdx�DN\2654& 265462"2654 #"32654>7>54."/&47&'?62 &4&���&4&���h�՛[&4&r$'("$3�j&&��&#$4[����"�@��GB�[�
"�&&��Β&&]���[��u&&����7a4.'0Ua9j�&4&�)B>&#)/Xc;u՛����"�"
�G�i[����Xh#"&54676324&'&#"'>54#"32#"54>54'.#"32>7>767632326#!"&5463!2b
)
:4FD�N

[�1�,^�J��K-*E#9gWR�Yvm0O	��w�@w��w�w��C2�2c@X�&!�9{M�A���_��"S4b// DR"Xlj�PY<	�@w��w�w��%���e4.#"32>7676#'.#"#"&54>3232>754&*#"&54>763 >32�
''il$E/
@�P@��
^��`��'W6&�!.. ! -P5+


�E{�n46vLe�Vz�:���,SN/
M5M[��
	]$�[��^��5�iC'2H&!(?]v`*	��l�	��b��$9>
���=R�2
#"&5467%!"&7>3-.7>;%.7>322326/.76/.'&6766/&/&#"&676	&676&6766/&672? �=1�(H/ ��	'96&�@)9<'���)29%
�&06#���#��$� J� �07j)�5@�"*3%�"!M
��%#K�"%N�e8)'8_�(9�.<�c +8 8(%6 <)'4@@)#-<^
?%$-`%.
}Q!&�}%&N�-l���IJ�;6>/�=*�%8!Q ���#P"�\Q#N&�a��)<9�bR]mp%"'.'&54>76%&54763263 #"/7#"'#"&/%$%322654&#"%'OV�9
�nt
|\d
ϓ[��nt
|@�D:)��	
;9�8'+|�j�," �41����CH^�nVz(�~R	�9�\'	�r�

@����L��@�
	@�w4�6�HI(+�C
,��55,��
f[op@�\j�;(zV~����i/5O#"'&54>32&#" 654'67'"'>54''&'"'6767&546767>7���蒓��`V BM���R� B9)̟�!SH-77I�Xm�SM�H*�k#".o;^J q�ן���ד��>@�����YM
$bK���d ��ү[E"����;���Kx%^�6;%T,U:i�m=Mk���).DT4'"&5463267&#" 6;64'.'4'>732676%#!"&5463!2),�蛜s5-<A���4ϲ
2W9
�&P:\�3)SEPJ��D4:3NI�w�@w��w�w��NE	2@u��us�+,�����/?x�sa�tmP�'�)fHVEA(%dA4w&4J5*�@w��w�w�����O[4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76 $$ �Cf'/'%($�U�L
(
#'/'@��3#@,G)+H+@#3
����^����a�a�X@_O#NW�#O_�.*	##(��^����a�a����q�[632632#"&#"#".'&#"#".'&54767>7654.54632327&547>P��9	B6?K?%�O4�T% >6>Z64Y=6>%S�4N�$?L?4B	@���{:y/�$ ,'R�!F!8%
#)(()#%:!F �Q'+%�0z:�z���O_4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76#!"&5463!2Cf'.'%($�V�M
)
#'.'@��
3
#A,G)+H+A#
4
��w�@w��w�w��XA?4N$NW�&M&L�/*
##	+�@w��w�w����	O$>?>762'&#"./454327327>7>	EpB5
3FAP/h����\�/NG�S�L�	� ���R�P*��m�95F84f&3Ga4B|wB.\FI*/�.?&,��5~K %
&��Y."7n<	"-I.�M`{�ARwJ!�FX^dj''''"'7&'7&'7&'7&547'67'67'67'63277774$#"32$			*��'ֱ,?�g=OO&L&NJBg�;1��'����'ֱ.=�gCIM
$'&&NJBg�=.��%�����w؝\\��w�
�I�o�o��<�<���-NIDg�=/��%����(ײ+A�hEHO*"#*OICh�=/��'����(ֲ/=�h>ON.��]��xwڝ]��������7��e��[���@�����)6!!"3#"&546%3567654'3!67!4&'7S��gn�y]K-�����#75LSl>�9���V��%�cPe}&H�n��_�HȌ����=UoLQ1!��4564���7U�C"�
�!-9[nx��"&46254&"326754&"326754&"26754&"26#".547632632626326'4#"#"54732764&"264.#"327632>#"'"'#"'#"&5#"'67&'327&'&54>3267>7>7>32632632T"8""8�)<())�(<)))�)<))<)�)<))<)T�د{ՐRh�x=8 78 n 81
p��H_6�S��oc
�F@b@?d?uK�bM�70[f5Y$35KUC<:��[;+8 n 87 8/8Zlv]64qE 'YK�0-AlB;
W��#;WS9
&�(#-7Z�://:/�Tr++r,,r++r,,r++r,,r++r,,ʠ�g��xXV�ע��e9222222^�K�Vv���F0�2OO23OO��`�lF;�mhj84D�ro��B@�r+@222222C0DP`.�r8h9��~T4.&o�@9��1P���%14'!3#"&46327&#"326%35#5##33 $$ ����}Pc��c]<hl���ࠥ�Ymmnnnn���^����a�aw!�LY�Ə;ed����wnnnnnv�^����a�a��%�'#"$#"#.5462632327>321��I��U�Π?L���L?��cc�4MX�&��04;0��XpD[��[DpD,)&&�Q	9V\�26&".'&'&6?.#"#26327677>'32>&3#'&+"?626&"#!'.'!"&5463!>;26;2!2�P  P 	
92#.}S�P9:�:%L\B�� )spN/9oJ5 
!+D�`]�Bg�Y9�+�,�9%
Pk4P  P &�NnF!_7*}B<�{o0��&&�B;*<@$ucRRc�#@16#37c&�@@@
J"@*4�^`E�D�B�����o/8927
*@O�LC�!T!32�3X$�BJ@@@��&AS
0C59"'D/&�&D488$5A&�%O#!"&547>7>2$7>/.".'&'&2>^B�@B^>FFz�n_0P:P2\n�zFF>��R&�p^1P:P1^��&R
P2NMJMQ0Rr�.B^^B�	7:5]yPH!%%"FPy]5:7	���=4�QH!%%!H�t4=�<"-/ ?�1Pp+".'.'.?>;2>7$76&'&%.+"3!26#!"&54767>;2�'
+�~'*OJ%%JN,&x�'%^�M,EE,M7�ZE[��P*FF*P��:5
�
�^B�@B^){�$.MK%%KM.$+��X)o3"�a  22!]�4	I�>"">�,�&�S8J�B##B��12�`
��`B^^B�8&ra#11#$��R&��"&.2v%/%''%/%7%7'%7'/#&5'&&?&'&?&'&7%27674?6J�"�����0�<=���_gNU�?D��f���u�Y����G�b���7=^H^�`	�=v~yT������3����G���D��P�O	4F��ѭ����q������i_w\ހ�!1u�S���%V_-d�
���1=U{J8n~�r����'U4.#".'"3!264&"26+#!"&5463!232+32+32�0P373/./373P0T=@=T��֙�֙|`^B�@B^^B�B^`````*9deG-!

!-Ged9Iaa�l��lk���O��B^^B�B^^B�������	+Yi"&54622#!"&54>;2>+32+32+#!"&5463!2324&#!"3!26�֙�֙0.I/ OB��BO	-Q52-)&)-2�
``

``

`^B�@B^^B�B^`
�
�@

�
|k��kl����"=IYL)CggC0[jM4				
�
�
�
�
�B^^B�B^^B�
�@�

�@
���!1AQu4.#".'"3!24&"254&#!"3!2654&#!"3!2654&#!"3!26#!54&+"!54&+"!"&5463!2)P90,***,09P)J66S�����"��@��8��@^B��@�@��B^^B�B^U�kc9		9ck�U?�������@@88@@N�@B^````^B�B^^���!1AQu�#!"&4>32>72"&462#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!546;2!546;2!26#!"&5463!2J6�6J)P90,***,09P)������"��@��8��@�
�@

`@@`
�^B�@B^^B�B^ՀUU�kc9		9c�������`@@�88�@@�2�

�@
````�@B^^B�B^^�(%.'"&' $&  #"$&6$ ��wC�ιCw�jJ~J�����>��������LlL�ś�JSSJ͛����>����6������LlL���$,  $&6654&$ 3 72&&  �lL������m�z�����z�B�l������>�������KlL�G���zz���G���>�����'7#!"&54>7&54>2  62654' '3�/U]B,ȍ����,B]U/OQ��н�Q������>�+X}��������}X�0b�Ӄ��ۚ�Ӆb0}�h��QQ��h�����>��f����f��#=#!"&4>3272"&462!3!26#!"&5463!;26=!2J6�6J)Q8P�P8Q)��������
�
�^B�@B^^B`�`B^V�VV�ld9KK9d��������`��
�@B^^B�B^``^���+;K[eu4.#"'"3!264&"254&#!"3!2654&#!"3!26%54&+";2654&#!"3!26!54&#!"!#!"&5463!2�"D/@�@/D"?,�,?�p�pp�p�@�����@����@����@�^B�@B^^B�B^D6]W2@@2W]67MM��pp�p��@@@@@@@@n`�@B^^B�B^^���+;K[eu#!"&54>3272"&462#!"&=463!2%#!"&=463!2+"&=46;25#!"&=463!2!3!26#!"&5463!2�?,�V,?"D/@�@/D"�p�pp�p�@�����@����@���
�
�^B�@B^^B�B^D7MM76]W2@@2W]֠pp�p��@@�@@@@�@@��`��
�@B^^B�B^^��A#"327.#"'63263#".'#"$&546$32326�������J9"65I).!1i���CC�u
+I�\Gw\B!al���݇���y�ǙV��/]:=B�>9�����+<F+a[le���Pn[A&JR7t�)��+�tH�������kFIK�e	� .��#"'&'>32%#!"&5463!2#"&54>54'&#"#"54654'.#"#"'.54>54'&'&543232654&432#"&54>764&'&'.54632� ?c��'p& ?b1w{2V	?#��&#9&�CY'&.&#+B

: &65&*2w�1GF1)2<)<'

(
BH=ӊ:NT :O	�)4:i F~b`e!}�U3i?fR����UX|'&'&I�c&Q
	*2U.L6*/
L:90%>..>%b>++�z7ymlw45)0	33J@0!!TFL����� P]=GS�-��kwm	!����*�(%6&692? $&6$ ��	' ����al�@l�������LlL���,&��EC
���h�$�������LlL���
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&5467534&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��d<M�-PppP�-�M����������Dž����9���������	+/37%"&54624&'4&" 67 54746 #5#5#5�p�pp�p�D<p�p<D�
����������
���������PppPOqqOM�-PppP�-�M����������Dž����9����������&.6>FNV^fnv~����"/&4?.7&#"!4>3267622"&4"&46262"&42"&4462"$2"&42"&4"&46262"&4"&46262"&42"&4$2"&42"&42"&4�

��

R

,H8Jfj��Q��hj�G^�R,

!4&&4&Z4&&4&�4&&4&��4&&4&&4&&44&&4&��4&&4&Z4&&4&�4&&4&��4&&4&�4&&4&��4&&4&&4&&4&Z4&&4&Z4&&4&

��

R

,[�cG�j�h��QRJ'A,

��&4&&4Z&4&&4Z&4&&4Z&4&&444&&4&�&4&&4Z&4&&4Z&4&&4Z&4&&4�&4&&4Z&4&&4Z&4&&4&&4&&4Z&4&&4Z&4&&4�%-5=EM}���������+"&=#!"'+"&=&="&4626"&462&"&462"&462&"&462&"&462#!"&=46;4632676/&?.7&#"!2"&462&"&462&"&462"&462&"&462&"&462"&462&"&462"&462��@?A�A?
@
�@R.�..R�@`�jlL.h)*��*$	%35K���..�..�.����u�vn�u���....��@@�j�N *��*.t2#K5���..R..R.��
@Hq '&'&54 &7676767654$'.766$76"&462&'&'&7>54.'.7>76�����������ȵ|�_ğ��yv���/ۃ�⃺����k]
:Bu�q��
CA
_k�ނ���XVo�bZZb�nW��|V	0 	Q2��-�
l��}���O		/	:�1���z	
q��%������z�G
4(

6�Ro�aą\�<

)4	J�}�������%!!#!"&5463!2�^B�@B^^B�B^�`�@B^^B�B^^���%#!"&=463!2^B�@B^^B�B^�B^^B�B^^�&))!32#!#!"&5463!463!2��`B^^B��^B�@B^^B`^B�B^�^B�@B^��B^^B�B^`B^^���#3%764/764/&"'&"2?2#!"&5463!2��

��

�

��

�

��

�

��
s^B�@B^^B�B^ג

��

�

��

�

��

�

��
�@B^^B�B^^���#'7"/"/&4?'&4?62762!!%#!"&5463!2�

��

�

��

�

��

�

��
�
�^B�@B^^B�B^��

��

�

��

�

��

�

��
��`�@B^^B�B^^�	! $&6$ .2�r��`�������LlL�f4��������LlL���#.C��&>"'&4762"/&4?62'"'&4762%'.>6.'.>6'>/>76&'&.'&7&'">?4'.677>7.>37654'&'67>776 $&6$ (4�Z�##
&##
&y�"�6&.JM@&� "(XE*$+8
jT<l$3-V<
2'.


-1
%#e"!Z�
+*)H	 8
(j

	#*
-ƷVv/kh?'��������MlM�$($�R#

&
"
#'#vZ@+&MbV$
�
G7
--)

R2T�
313dJ6@8lr2_�5m/."�G:=	)%5f0gt*2)?;CB66&, �	`48]USy������LlL���G6?>?3#'.'&!3!2>?3.'#!57>7'./5!27#'.#!"g�%%D-!gg<6W��WZe#1=/2*]Y3��-,����C1/Dx���] VF��I�q-H�����D2��NK'>*�%�R=f
07���=.
fD�]\|yu���,0>Seu#2#"'&5<>323#3#&'#334'."#"+236'&54.#"5#37326#!"&5463!2�		<	��zz�j��k-L+� )[$�8=".un/2 �^B�@B^^B�B^�5cy	
�
��(�ݔI�(8��?C�(3�>�� #"��($=�@B^^B�B^^0�K�S�&'.'&'./674&$#">&>?>'76'# "&#./.'7676767>76$w
.~ku�BR�]� T%z+",�|�ޟ���j<���)(!(	~ˣzF8"{���%%#5����)��}''�x��JF��0"H[$%��EJ#%
.Gk29(B13"?�@S)�5" �#9����dm�W"��;L�65R�A0@T.���$�}i`:f3A%%
BM<$q�:)BD	aa%`�]A&c|	�M��s!
Z
2}i[F&���**
< ��ʣsc"J<&Ns�F%���0@Wm6&'.6$.7>7$76".4>2.,&>6'"'&7>=GV:�e#:$?+%

q4����g
&3h�T`Zt�Q��м�QQ��м�pA������P1L������K!:<��}҈`d��l��b�,�9'


%%($!
���a3���)W)x
�������
о�QQ��о�QQ���cQ����ǡ-�җe)U�s2����XD\���ϼ�Yd����/?O_o���#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543%#!"&5463!2++532325++532325++532325++532325++53232�p00pp00pp00pp00pp00�8(��(88(@(80pp00pp00pp00pp00pp0� � � � � ��@(88(�(88� �� �� �� �� �/�Q�/&'%&/"&=.6?&?&'&6?'.>-#".6?'.>'&6'.>54627>%>76#"'%
%6��

2�7
2G
f���!)p&4&p)!��f
G2
7�2

��	*6���	"��
4�7
2G
f�!)p&4&p)!�f
G2
7�2

��"	���6*	�!k
3

j�&3
%,����*��&&ր*�9���%
3&�j

3
k!./!>��>$,*!k
3.j�&3
%�Ԝ9�*��&&ր*�ǜ,%
3&�j

3
k!*,$>��>!/.�&6.'&$	&76$76$�P��utۥiP��u��G��xy
��Զ�[xy
�-���_v١eN��uv١e	��=��u�ʦ�����[t7��8�X�
&6##'7-'%'&$  $6 $&6$ ��3��1�N��E0�����g��R�=|�����||�">"��������LlL����^��v!1f2i��Ђwg�fZQ�Q^>"�||�����||�w������LlL��&�Z�Xblw��������.'&>'&'&".'.'&&'&'&7>767>67>7626&'&>&'&>'.7>.676'&'&'&'.67.>7>6&'&676&'&676.676&'&>&'&676'.>6/4-LJg-$	6)j2%+QF)�b3FSP21DK2�AW")")�$??8A&A�E5lZm��=g�G2Sw*&>$5jD ���GH�yX/4F �r	1
	1�"�"!�l=6>��	6
,5./��'e



.*�|�Ed!
u&�&%&��	&��5d	
���))66@�C&8B@q��L?P^7	G-hI[q��:<�rS	U~97A_�IR`gp1	1	�;"("j?>"�T�6
,6 
&/`���LwQ'�	
��A	^	�	�	"�		$&	_	��	y		�	*�	<Copyright Dave Gandy 2016. All rights reserved.Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFontAwesomeRegularRegularFONTLAB:OTFEXPORTFONTLAB:OTFEXPORTFontAwesomeFontAwesomeVersion 4.7.0 2016Version 4.7.0 2016FontAwesomeFontAwesomePlease refer to the Copyright section for the font trademark attribution notices.Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeFort AwesomeDave GandyDave Gandyhttp://fontawesome.iohttp://fontawesome.iohttp://fontawesome.io/license/http://fontawesome.io/license/����������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab�
cdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������"	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS�TUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������glassmusicsearchenvelopeheartstar
star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflag
headphones
volume_offvolume_down	volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_height
text_width
align_leftalign_centeralign_right
align_justifylistindent_leftindent_rightfacetime_videopicturepencil
map_markeradjusttinteditsharecheckmove
step_backward
fast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_left
chevron_right	plus_sign
minus_signremove_signok_sign
question_sign	info_sign
screenshot
remove_circle	ok_circle
ban_circle
arrow_leftarrow_rightarrow_up
arrow_down	share_altresize_fullresize_smallexclamation_signgiftleaffireeye_open	eye_closewarning_signplanecalendarrandomcommentmagnet
chevron_upchevron_downretweet
shopping_cartfolder_closefolder_openresize_verticalresize_horizontal	bar_charttwitter_sign
facebook_signcamera_retrokeycogscomments
thumbs_up_altthumbs_down_alt	star_halfheart_emptysignout
linkedin_signpushpin
external_linksignintrophygithub_sign
upload_altlemonphonecheck_emptybookmark_empty
phone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificate
hand_right	hand_lefthand_up	hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter	briefcase
fullscreengrouplinkcloudbeakercutcopy
paper_clipsave
sign_blankreorderulol
strikethrough	underlinetablemagictruck	pinterestpinterest_signgoogle_plus_signgoogle_plusmoney
caret_downcaret_up
caret_leftcaret_rightcolumnssort	sort_downsort_upenvelope_altlinkedinundolegal	dashboardcomment_altcomments_altboltsitemapumbrellapaste
light_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefood
file_text_altbuildinghospital	ambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down
angle_leftangle_rightangle_up
angle_downdesktoplaptoptabletmobile_phonecircle_blank
quote_leftquote_rightspinnercirclereply
github_altfolder_close_altfolder_open_alt
expand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode	reply_allstar_half_emptylocation_arrowcrop	code_forkunlink_279exclamationsuperscript	subscript_283puzzle_piece
microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor
unlock_altbullseyeellipsis_horizontalellipsis_vertical_303	play_signticketminus_sign_altcheck_minuslevel_up
level_down
check_sign	edit_sign_312
share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfile	file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt
sort_by_ordersort_by_order_alt_334_335youtube_signyoutubexing	xing_signyoutube_playdropbox
stackexchange	instagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_down
long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype
foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380
plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EE����=���O<0�1h�PK�
�[��Uh-h-;assets/library/font-awesome/fonts/fontawesome-webfont.woff2nu�[���wOF2-h
��-�?FFTM `�r
��(��X6$�p� ��u[R	rGa���*�
�'�=�:�&��=r�*
��]t�E�n�������1F��@���|��f�m�`�$ؑ�@d[BQ$([U<+(��@P�5�`���>�P;�(��1��l�hԨ��)��Yy��Ji�����|%ہ�^�G��3�n���ڕ�
�͐D��p\Yr �L�P���t�)����6R�^"SL~�YR�CXR	�4���F�y\[��7n��|s໌q�M��%K�.ۺ,����L�t�'���M,c��+b��ׇ�O�s�^�$���z.�mŠ�h&gb���v���'�6�:����s�m�b�1بm0"ǂ��*V����c�$,0ATPT�1��<�;���`�'�H?�sΩ:�ND����I�$�T�[��b4�����,�μ�」bl6��IL�i}ی&�4�m,'���#�ץ�Rw�bu��,K����v��m_-���\H����HH������?���m�9P���)9�J��$ƽ����8������~�;�r�n�=$��Nddn!'����;��8��'�N��!-Jʶ�.����X�=,��"`:��		 {�����K!'��-FH��	�#$~�Z_����N5VU8Fȯ��%P�ݫ���Cp$Q�����r��ʽ��k�k��3ٷ�:R%��2{�ީ��h%�)8����
ILK�6v�#��,;Ц6��N�2�hv�����OO��t#��xT��Bf���q^#����?{�5b�I��%-WZ��b�A�^�1��n5���צNQ�Y'�������S��!t" `b3�%���35��fv;����lά�9�:jgf?gr��p�x� �|� $ e��Z(�$w(ZrS��v+�Z���q�M������ݙm?&s[��t�S�Sj��9���?�|��
���>G�,bDշ^��^���:l�3��NA�`�5�26�L�pS�	Aߧ/U�
�֘����'9\��Նt���!������l� PMR���9n�
�`(�@� Hy)M�dM�
�5�ԤH'ґ��mS<���q&k�)\�{;�1��m��8�{��X�1�-3ǚ��)�B(��,�%���������w�o~��t��HW8l��Z	r��=e���1+�/Ɏ1W?ְr�89PL��>uo9 �1 tØ��uc�����@��]KR�bN���v������(�"��y뽻{c�����scz�&�p5���,j�n �kN�!�.�n^��Uu@|�?v�>�����rUa�HR ����Ց��I
D��ˋQ��~p�
�܍;;�n���L$�t�	:	hFCY���TO�FNN~}�1"`�����a��(�?H ����\���u�0LԵ��'���͔PbnmO������Jl�?��s���0,8�x�B�B��F��_�RiZ����~e#j��w�hOc*&F6�Yq��{�}?��>�u��.�4�h%g�`�&�� ��)��R5�H�}���ˤ�kܩ��'J��O�I����_��qOb'�HǟBYEM�6�v��5�NJ
�O�NFNx(1�:\�߫C�k�c�b8Q�	d�[L(el+2u-��a֘d��5;�N$�"�H���SF�o�2i�"��\�h7I���<SCO���ȐH��Ew!.��!BSC�gĝ�c���s*էs�(5m�=q�ʊe���Y�$�\>fN8�q��x�#v
�6um�	���`�NM-J\�F��r�D��Z�0�#'ꥈn��GjL�چXʌ�A���gYs�*�Y���^ٵ�;"�$hb=�ϛ�0�vH<�Vv�c�_\Y���w;dB��N��3!$������I|P� ~&�d�.�԰�-a�a	++��9�.mR��4�cy���#�U��FW�u�
�	i/𜯔f~�4��l��XS�9Ä�1E��3@���k��@'#���c���n� ���S_;�%��I��+��.�L�Cx�����ꆱw	��Vۂ������Exf~H`��0�!d��@Q{Oh1��H��Fë�zs�7�݉��Ɯtrv���k���heS3�ۇv�9�q|�O��K)�U\�A�%����o{l<��K����͎���i���H�G�I�z�=6�WWo0��|�%A�jdD)!
��pw���_���;���c�D#�ˁM���Nz���p�^�CDx��xj)�5O�9�
�`��EDX�x� ݒGU��˯ę����ډ�.%
���Έ�~��=�Co�)
F�7���$Z��(�g��oB��
�Ɯ�@��&���e�{��厣�l��f�_�Rx�N[�]��8`-3�s����{Pj��Wuc9���[>�-�.D�܎Y����d������+^{���C��m����,��@N<������.��V��M��S�+�\D�+��R�|�6��'q\T�����9�D�X<$�p���"�酦��$�ҷ�,�p�s��T����b���NkI�_�`��
F��W��V��%��w�~���DԐ����*�xi��y[rZ���[S%�G��s`F<ㅣ��� ��V�+��!+������؍�9y�k�fb�82�s�}l;[)e$��T���k����)�v���9����{�u�u�t��޳@E��>|C��<\4%�Rv���������@׺C�8\��~)#k|��.a�o����00G�q0%����hp���
L���"�+>���%�^Mˊ�N�s��q��=�����䦆�K4r�-*��%��h#�%;pP馔h�C=����
��&)�ba��KL�@����t�!�~2�S]rYl�Z6�3ўJ�o��O�V�;�h&gO5�RT�/}����{���AZ�&�S���t����ͯ�P��C���0��D,�pbpз�z)� ]�I�>Q\Bl�"��^3R>r�*��C>����xPU�z�}Y=�̕�}�ж��
�
6-`/"H
o�&�D�I0�E2Xa��-�{5���<
,}��``6����ji���im<UujY�Z�jB\@�g�3Ejfp����:����W�Ǯ���߳����p�ij3ao���1�da�� ��ݫ����J�ײ? j�q7��M���ff�Y�f��s�$��	��H���l��������(%.�r��w?�m=~�y�cY�bg)<�W� /Vx�k���$��B�r~����9�6�0�&��_vMY�%��ҝ{�E�6<������%�%�4���ߠO�@��N����"Z��OD{u3S��W�M��R��3s<���س
����\I0��.��-2ݭ��ㄭ;�	�0��}N�/b���N{�I��|b_r�e��_pSi���>'�w�5��RF,ч�%SY����Wh�6L_i샣=���i1�3�YI7N�Cp�I��Ĕ��(�r���0��{j����r�K����Тo)l���3na�T1\��IE(�m����߃���D�l��e����$Å�wX���U��(@����M�a"n�,�*vG���̨x���>�G�S����g�̉"�Q�v�b0*z��PE�y�ɉ�?7�$����%��G����p�dY�&f�!��a6��|�)�;u7#�3�4�mJij�
o���O�p�ȁ�v8j��x(K�/Z�d���x�Ń�m7V�_\�f�L�7p�X�z�H7�-���,(1KHb�e��,r-��p�L����3=�T��2�t�2ټX�k:����Z�5��s�p��SsT����:.]��D"�@��-�E�̑!�A��2�ɶ-�F}�˒�2Bǃ��Q���)t�ç|�#4�|�\�㨀��`�fc,��#�g��1:�-����ty �]�����2�Z~��.)�����nj�����%R�K����(y�`�8��C��֍���z���K-N����`^+����n���3��ϴ����T��3�tQ�أ�4<>:J0È%�ݑZab`��vͬ��a�T/Z��aޝ�ГIi	�W1���_��>)���H"�����p���|7mF�^Z��~f�0J��^�I��3V�!���{�<e�/=�p`���q��8^����K8��O�9�w0��Z��|��v?�n�	�3��f�!��߷�~��T� ������ Jӛ����5��p���V	��3�˫����.=����-}��[�g�R�5���n�B8���3.��8	Yg�#0�&���S�/.fg\
E�f�}��,k����g��$�?XY�*������1��p��E(����RS��Q��t��6,�Q�j\��</]N�s���;�'HX]�E�29��d�kY�
�j���R6���Q!���� V���
%"^�`�N3O�����[�v:�ʄ:��^ڜr׿�@���
�F�_���Nc�B���8p�\i����7��g�*���,�C����[�6�T�?����%�z��@jApBN5�"4T����"�}0uJ􇏞�Ȝ~3���{}uW����M�j�9�-�]����'lS� /�R><�+�O����eB#�Bc���jL\��-�Zh�[�I<����q�v�~�k]�G���TD�?S����/�-��%ݒ����7��w�i|C�I��q�wc��W�x�� �/7�x��HO/���o]���G]�y�߃��#��7��b��$�t��R�$ ���]�a7�F�Ѯ���,n!r��I|2���8�x�6�gS�h�	��R^^�D.�x�M�MS?漞'G�#�~�+�����v4�d!FyT�9�-�fVa7h�B��4�����,�2�Ɖ�&vTHMqp�4?R\�����Xa<��4�@Mi�H�D_��	�Eg��R�y�M���lT�ؠJݮ
��yc��"�HJ�, 6�u�/ڴ��������y��V���nJn۟H\P�R�Bd|�4�_�$k����.��w��™I�pS��$��|}j���9������m�|�1�ߘ����n�93�9���5qS�|���xW�9�����B��VZ!����m�K/�Ln;i��u��$�*�t3�Ͷ��@}���B{�Y���ԑ�z�2J�u@�a�\M���R7o��dz����e��7�/$4]^���2k�h$�=%��1�I�B�؃ ��H|�N.[�M\L���b����1Mg��:�NV._0�,�+�,��h�t7�l8�s~IV^
N�˼M���ؑj��ك-�	oܮůQ�o[m��j�=r��m>�~z4$M��}z �s�h""���u7�V{Rûݦ�O-��D9V�٥g�IʎK�Lg۶B�T��P�'�K��̦�
qW�֒�3e����p�&���ے��L�hp����N�aS��w��
&���;e(�,-7v�x�-��w$W��nX�U��������t8�����Y���?KM�ct�Y؃�p*Շ�����-���БfL�|�[nL��
}4�{5�頠�3᧌�n���$$,+�DNԄ-H�V>��H����Os\���-�;�W6N��M��8��Fi���;���7k�2�6%֒�a],:!�ʲڽE,��{U��naw����Ng��.��I9r:j������<IE�1�`$`Lbrǒ��ם��]�x�9=Rv&*Q5�0z��y<���`M|�ԙ�dO�٥iZ���$���+#KH�F
��������	������)-	�:M$�yc��E�%Ai��2]���l嶨����8�I�y��ZGJ����\�2֙Xb�L���I�A-�GrR!�0���L+�Qh�S�Y����S�5�_�(�poF��T���#kN۾�l|r�n�d�H���yۊ����&ۆx�p�����[�8G���dt�����z찃٦	8��B��KP"@2e�e��y�x��j����JKˆh�XŬB�}��6�â��`?�i�*�[9e+b�VL�aL͙����dBYp.�ψ
�n\4�糅Ƥ���d�<w��W"��? �'�O%�a2N�9��,�ߟ���!���.�y�Z��%�4�U�^��u�φ�g�)M%��C��V����M!z�&�����|D�,�i�~R,%��|O"�����h\3+��a����������i8��\$!1�L��a6s�
z+M�R�b��_
k�v�j���U��裒-��jX�Gt������b�~�˚��ꖺwt���͝�SkP�2���(=cvt�"�[3��&��h�DN�=�򈎋Pɛ�A�G���'_�R#��M:.���3�	���tJ~��3zwx ���;�7��O�8��Y)
�DSE����/����7�i��!wy�6��$��8E0�Taތ�|@�
g����.;m���9�9�s�HrL7&�����3Bs�|[o&ou�Sg�խ�+{�AE���kZ�	�"N�d�5��:��IV��ڊ�>�F�b�K��Ψf)*c��G5<��C����.g�]��k��
��� A0�-��٣��v�T �d4K(��Yq`���(u��{,�:0*$|2����/I��,�`E�����xP��#q�����`��/�:�����';�ىV�D)˴�r��89�w�}[��F����ޜη���+��šh�KH�\�ǚU���䬂J�V$pUj�|c0���{���L��A��?�V�=�4���S�Ŵt`���d���o��d�bUP���J�x�g��JR�r�O���s	�����4Mw���
�""�42����`M��D�/N!��v�3չ���.�f+�@xO�V�q�j^�Cߪ�Km���,�8H9�Z��<&�o��(�@��k����M5����]�M��U2=vpB6DXj`�r��<�w��1�Y�:� �o�<�9�;����F���$;2֜�j���޺�x,�ʁ�C�Rĉt��$�VJf�f��9�)�a�9P��&���6Oo��l�<������ds=#3�s��P-�bD��"��[:�wɺ^j��Ӂ��Qej`���Tq�=����H&�o��kĉLD�W�O������*J3s[�6�j1�@��nr<�ξۇ�#���@	�0��c	���?ﵝ<2�D�Ӧ	��}��Ts��S��"�R�
���.}�oZ���Fo*���ݗ������:�������7��H��䍚�x��]���a6v5�R��̾e1��$XL����
J�aa�݆,��섐�"3-�G�!˥8���8
|�T:S�P������pMR�Y�b��{�+�O�eۛ2���g���u��V=�U>-�kb6U���ЩpZ�M��O�`���$W�D�y���A߻�[�4��a��J?�fD?=�d��(KD䴱:�D�/[�#��$A�#KH.:��x?%��V�r�@[B$�}�c�o��S6`LPfM&ɔ��A<:��v��Ú
Q�~P�w���[��+�������`+j� V��+��R*���u�l!���|�+'�KY�6�6��_�ud�}_���[�yuۘ�j����o$��Y=�yjR�i)��b�ԋLaD(�X�U�wI�ڻZ�$�7ڻ�9��&��4Z���'��DF���[N]�~�dD?V�Q�W��Ͳ�}vS>�Nm���+S�q�H��a���U!�Β����Wb_+�����U�O]�^���l59	@��1�'���A�^��m����o�:��9�ף�s�-�N:���tD-�zkS��j�a4�rc�zF�ۻ ޿�x��v��7[�äC8�#7�p5�+��� �~*�bJJY�zֳw+�����-��p�/L�L[cg���n�lc��a�P����H�F����$}�9`������\
��83�Ym�1b>�~ƽJ��؂�Ϗ�yBs="�����f�(zK��M�"�H`��w�c�Ed��:b8�6(9��<��c�l�ݘ/���k��g�G���������^ESE)5�G�_^��k߇�v���̚�}T3�;6� WvTCP_���k���._e��єNJ�L{T�!��6�j>h��0��#���[��㗚����K��z�,�!�3���2����:6d>�himE�\�=�H��Z+{6��@W�ʯ&lC'�,��rX !8�(\�̭2�-�P8h��@�C4��<~����Z7j%)e����eF�pZ�'15��^6B���3�nc�o#~���²q��R�@!ա�� z�^�Ks]T�@�TN�T �,S*@7��C���ī�Ʌ����L��iQ�N�,��	#:��RѪ���j��9��1�-�Y��P�N¿�\&�yL8�ӹ��&0�c��v�Ɖ\�����J�A��;��Q;�]���I�M8	�s���Mf�?԰�I��r�r!�K�9я8p�}Q�콍��g�-�*sm�~�X�P0d�M^��?D�dI�m<��p;�y�,"ۦ�6��v�pT\^�n���3m�>8�eC���N}����cà�٭$s7ۼ��#յ<SF-A����z��≱�
�B�	*{�6cg���Tz�GX2+�����a��0����;� �EEaG�d�Θ׿�[�M���
�i���g��:B�[�	U���3�J9�
0��I�2'	o����\e�%4^5}����5��� �0=�
��J�}m�y�&����"��.cւ	V��}e�J���:42q`G�O�-���-B���J�F��Y�۾�3|��|)��������IG��a����+�*��ttPb��A�Do?C��g�t��;��I�]G��2RE<^�mK3����+��;�
�[���3���[1����y�v���
#��p�<j�iC�af�~\�G�C�4���dubt B�K��бQm�=�a���Tq<��^z�ء�(�޹�G~QۼZoO��c��r>R�{b��4���vM�q���l)<�V�{ě晐�2P��T�'D�
Vt�������oP�aU���6`���"�Qe�]ka-�^<xj�<�G.���~��������5۹�ۯ]�V��`8Ϧ����%���r�y�v����;��pc���������`�٘�uҙ��9q��q�E���ҹ���B�����6�Ǒa�e��E�ثO�Y���Ǒ#:y�p���/!/��5s���U'! ��"|���B㡪�
�t\�T#���ҝM�$+2n_��� ���b���^�&��������e��i��c�I�=��u%E���ȭ�֓
���fj�aظ֐����E�ӝ��_�e���(r}�mo9��UP6zH$g�4�ٺ6�P�@@�X
(1�Θ��x_	Jy�{�3���',����M�1n���>v�O��ճ����j���ְr�1�f4cs�_%v%l��K�ZNi�+V��3�'�����~��N�M�G@H��B�b+���v�VFq@�ݱuKZ�h�p@��E0�����ua����SXd��U���K}ԯ�8G�X�KiI���%���uR)�E��I-�ږ8��|1��G�Ξ��f6�Ȁ�=!K�F6�Qf[X���~��_��j�\^�͋^k����`����D��s�G]~�㤛yo�}��;+i%�N}�Q��0��ԥ�U��u)M��[�Z`"�7
��?/[C�{�l�)�$Mr����|^��	a�����:���"�֊��a	�l�>�h��y��a��{�2>��CP����L� �j?�ntg���]��S����{�UӇ�('��b�'f��g0Ӄ����LPA�Mtd�)�2ú�Y!�v�&`o���2P[�aޔ��5��S�|#+��7J��
#ȸ�_��dU��6#VD����B"K���|�����)o���tk�l���,��l���U�)ݹe�5�<A��\0��_�7���^~{�$
qR�ΰf���P
a!f���XU���hX�l۽^��:(�m�?��@=bhg��O͖{-�i�:�'�A�8?g��zHFz0�[D#�A�.��%'��w�=23�ɸ��Z'�Hx�����&I��4�1I�Ji����e�z����͏��o�ٴ��{�����i�ß8	0[�K�/�n*�a5���ᰉ�,c������+��A��BDrlDo���"$Th�T����9�$�岣�'���0V�'|�"������
���S�AJ!�Տߑ�6�F6R\�6\��9�-�_=��Q�"9IW.\.zmkz�F͵U�x<9��ɑ�$�7i�FS����ʧb߂@�ۨ�}��u��o���Ͼ��Ѫj�4=���oeUK�xd�W�뻸1nD�X���y�"���5倘�ʂ����K�����-�o7B"��ě)��uW��E�h9��b)P�%.�$�G��(@(��u��R��fLT ϪJ6
���)H*y����=���Q/����uI.��<���,��r#�y|�l�<`��Q��=���F$��A�t阍2��d6c��Wǥ䇣4~�%�vb�a�Е_Cծ�Y�l�̨�vq��s$m:�G���\�W[����C	�l��}�R�^�2J�I6�X�l9��=��`t�ӑ�/���P��jes"��_�
L��w�m��~��X���N�M�1x���ٛ#��NmzS�%b��,���Ž�~�B��	`�9�Vu6U�}ֺG��u�n�wO�����fsC�\������g�������V��Φ��@����:�_`c+}�L�<�[��#U��*|�歺[��[姙�ԧo��ɼ��\=GR�K,![<��H�?��;�9���:��Iͣ+��a���!���*��?#�'G��=���Q6�,�g�m&;���������X故0��
�������;qW�q�'�4��I�C�g���΃Y�`�~`6ix0OG�g`���[~��?NC�Q@�Ȅ6�N΁���A}j��Ba�3�ť)���˴:q�I���gZ�2�vlf,�У��Y��Ѯ��bԩ����Xo�Iė˜�X���_'���5��]J���2P�92��C͉���@�C�����6E�e�B@���A�9�߇���Ǵ�y]�H�	�-� �b��9
��O�0uw��I���7J�x�ū2��\�Vf=nV�V����"#9���v8x
��mpAh���y�3��pQ	%��t^��� |�‚]�YB8jC׬n�#&�ɇ��ʴv�˒P�>�O�������y�UAt2�_�������n53e*��1���v����(K_H�vV�ʉ3},��A�C�Uƍ؂�Cu���t��i�-]�`�����7�]R�
!zs�N��t���&��̉̄k)��SL����̹�y7��$��ϥDJ�N�d��"��9�
�31 I��Z(^(
lw6
/�@�Y�B�^���}�OT~9c�c��]���{�)��}�D8�${����yc�,ʤ�{�tA�W3zHI��m��D�4ܤU��T3d�I���D�)
��I۬�.d�~�[-�K�^2�Zc��
�8��u�,Y�^\�_��ԁ�_�+�cJ��$�\2:ZW��b�B��w=��[1'N�YVz4�;��(�fzN���U��f(p֙�!x�#����L�=#ŋT�hn�b��a˳"��,�T�\o�!��@@sN%��|
���t��Xj�	j��	�Qo5��������o�eF)o�� �9˷�:�h*'cJ�孏��[��{ȄNf�nz�]8F�/�|��1�v��g@�J:�Y��նNu�:�d��hH���o
����t�M��`��R̍�R�i�:|N�_P"����B@���� m`a����:M���	c2�Ũ<���ؓ��U�O�S�\��%a\A�p���ꄯ�e�\��A�����.̰{���w�ǿ~<dXIh��RN�gkv��o�{n�Ԝ�}���H|e�iV�W����?��#�(K:��m`�&�L�x^F��+'�����؜Z慉��ŏ1?^�E�(�ݝ�D��u��6��T˜��LS��6O�am��d�ʙy�2���|�^�S�K�}*�2L/Ř)�h~����\1�� 
D�̅���$��1�G/Εo��0^����_|q,��|��`�ܷ*z�|���'�usv�j(q�R��zL>��6������	�;s2�ŋ`���W�`�TyP�g�ee0����00�}/ǔ��;h[tG�D�5�^E��#�h�ȍ:f?	�u3z0�ڎ�$�T���^T�Ahz�	�x
�I{��5�������'�r��K
��z�o l֢<���Nl���f��M*�~�Uʏ�W��_�?�v;(A���ͺ�R�^� 3�=6�6=2�n�~}c���O7�X���d��J�|��LP�ޝ~ͅ���8�+QD���\���ҭíS�\�=�U�v�
M䅚c"a��K;�A�=ԨĚ����k�J�N�p��M%AR`�و;�(���5�W���=���Y �g-�^v4��X�ى��J�@��=�c�3���}�*)u���b�T�F�'�|�N3����E����9��ڪ)1��!G���k8��6�D�
~H���Gp�%�Fz3�2��M�J�aZ��?�c��n0�)?�h�N��u�����m3H�~����1rD�'����1������Kr�t�sJ�Js������ָU�����2��r^�+hNzg��l0'\/e��tXԐ�v�l �j�cm}!Q�ϼ��t#��z��#]����ϕ��O��ׇjE�:�#	�6�n:<�N���u�i�����{�z���1ʞ����UV��l�+�a�N��W���h��)O�2ymEl٤�A��7���YQp���fB��<8����;����'gKR5n�����T@	�n�*��!=a5��������Z~CW��P^DX-Xf�j�N�ű�q4�O�I@��S����}�Xh/�>�,b����89����-:G|W��)��b��A��5G��<*ٕ��:ğ�!]gj~�O�&��U�N뢹8�� ����g�]-WW(W�NI�3��N��gr�3|��m
�m��'=[n�힬M,?�$��HD��D�-��O?5uX�]˓��3�7�>�*�w�g?���*!��JyT�@U�g��z��I��_��7�&�\t��H.Y�Z�(4Y'�d��T�
�F��s�-�qy�a�7�
[��67K&�J�/$�c/��x���[���ᶏ;�Ī�z1Fv��]G�'ڏ�Q�BSO�������І$�y�(��TS��-;�hűz��T��%D��ts��"��=�gwU�uD?b�$Zr�9�G���<��&�Ña<�v5��0�]f%S��an*���؊���oмb���8pJ9����⠚�'�-s�@�r��넅��T���AX��I�\8m]{�Of�`#��X�T^f�5��''������W�2Ϸ v�sE�\��Qs��(�ː@A�jR*Z���a��̳�Slі�R�[�ܜd�*)�ɩ���P�¢ĽHt�o��5��8��.��]�h�\s�І؋����?�Vs���h-U�'�#E�g�m]��2NjWl�rm�Z������#2�BE75^^��a4��wU��K�'g?ge���213����Ǹ�o`��lKzP6^� �$�$9N���Wvg2�HϏ���CR�ߜa7F�/��3�\8���F�\�/zP��/?������{x��Ӽ�]�������/�^9�@7c�ޥG<Ho~�F��!�6�:�j�*��Nb�lNy����C�cG��d2[d7�W4]�
�5�4i�2���*��h��p�*�9���mYmط��kh"ɋŊ�W�!��A�an��J�|�V�N�c|�u���j+�'���7������('tcnV��d�Uc���)�I╵��8()�K�Ζ9�U'���պ�j��?Vפ@B�O�E�G
,�cC�"Q[b�$�9td҆�=��X� �dL���M���͋��h��~���l�c�.��ж�t�q�?Y'{'ވ�A�cS�V�M�%�kD�
�{Ʀ�X�=�:��*|�ͼe"������~��Ov	;�G_RϞ��\���G�$4<��ie�f3���Ph�H��b0��6ĎU����s����LӨ���Q�|_P�����3�0����D���C��H���,A1^'�M4������]%�EJ53�蕂
+ͪBP�^$R��R
DB+�M-�	�s��b�R�VFeP�;7����I��o��m��^��M����k��++_�����[9K����W��R�vۧ�?f�q2�s��}�X�@y�f��������H�/=�����֯�A~ ��0�̜�xra� GD�v�l�Q���Z\\�D,h�i�J�]&(A/�"Fb��a�ƚ�
��m2�l]��x$��E5x�Ð1x��{�����A�1>^2���_���Be�;b��~�փ)�Ό2�j��� �r�8]'�7��
���� b�C�h�T��d���)�+���mD)���.5�1�-���|Yy���*��o�ڤ�L ���4A她=
��T���@|�X$�in.K�I|�R���@�P����@���P��*���a����k@�۟�������=I��	�=�l����[���ג"�h�X0�QҜf��˒��펖�c�<#9`|cO}$o>e�X<�`,�o���_��K�3�����p�{Y����An[�9�M�
�T(!"��?Z�]�iE�m�Ğ�>�'����{G�t�� ��*~���y���`�'�A�?٘#��)�o�($��ȉەL���vYO1o���_<�/ǐ�M�(���W�藑Q�'^�#0�M|�3}x7t��<��a��@�̻�H�l�1�>���& .�m�v��!*��)$�z��mr��t���(�:���G�G�beV�w�i$C�O1� ���c�Z�Z�<Gc<z��@�:�J-����_`�8���~�چ��M�	���)
uE����sY1�B��7�4w�0�G��5��z��A0�|Р��[��@��V��ܟ�Q�q^@W�r-���U��O���$9'��IBjf`5
�"ѦYx�Z�� �U�O/&83��,�8�k�2�&�� '�?�eEv�$��L`�B�%�=�T��ftF5対8�.���<1=>�0�G� 7z@Jy��~��p)g�,g��YL.$�,�� ��-�<�k��{�y�c*0�2�/q1��������g������K���M&�R<���7xC�y[M�ʛ
#ͺ����Dya���3\��wf�wr�F<G�W>�ĸ��M�]\��N���s�Wݍd�<ӡ���W����064�t�ȴ��v�Ȼ0>ԯ����; ��)f�#�*	�2<�h�� �~'B�w���m�H/��������wqM����o�gC)̵67�#�B�S��>_-[��L|R�R����lQ�}�\T�H)
�9Fa��"^�b�A:�ݳQ4��' �=�sO	���'�@.���Y&8z
�,i7����3y�;���U}p/�I��xV�x��il�F�Z��f���hX�c����.b��B*�|&��|g��e/�k�u��v\_H����b���d�p�G��/�A�}�㬬'�xȜ�Ջ�;�E����
�!W�����j��{���ZI$�z�{O�p�;�x��=׺�q�{�����5�l2�3O��=�@�j�j#�GY�T�n�>�&ެ��#��CBϩ�zLuy���lS�a�a���0�LTv��3��,�2
�sdTr�U}E����l1�z�`Xa*h{�qiuU�\��"L��д@�T��X�RU��Fg�]s���E���5�V0��X��/��u��k�z��B��'ك�J�x����	�Iz����7�������Y��Ε�1t���y���Κ_}��|�xm�[�xJ}z�l��D��V���r��csdsq�v�[��&��`�oU���l�?<j�C�!	OeqB��=�J�\�`��Lr�孈�d1Mh�o�w�ѹKi�ģ�d��*;^ҋ��$��xH���U��U`]G�kC�ꆂ�����O��QS�C��w�o�g~�yG8P�{{H��.$���6�!}d4,q>�`�ll�UMBR��Pe�2�A�1R���H�q��lB�Q���$�W�%��b�hB���ÚV@(?��F��A�Q}<GD�2�:�e@�f�$"�8�ȍF����f��5`��{���K�uv�\��X�+���vj��^4=��03O��(���0-I��fK�R���o���O���i�2�)؆�G�Ǟ
X<�ǘe�l��m��S�\��P��!!�ox�$�+��>dl���+��b���NIM�dT"+�ƌ��o0��`�89����\|5 ޣ�ئ(������y�j�q�m(����<\G�	�2���dT��P��0���$���n��@�
Ē!�X�㺕�����N��kճ�xiki����ݝͨћ"0?�^2�XF�,{s��r_e@V�����y�g����N�_�i����wq�;X��ED��\��b1G��(����Rs���T����<\ډQ���2tT	�;��`���[�,��Ak��K��bDl#�b8�,]�i\����|kC����xLq~r�
�Ά>|�ž�B����a��b�?a��ag3�0����(	j��"F�A*�{ߣ�d�]ř+XH�z�s����Z�S��L�u:��˅�)�Ҳ��n�J�EBnS����>Ħ�����	m�h,�R����T�~}�9,	�/������.��H�~�!���`��E���x��O�ۖ �mwI�l꧴ёUz�z�k*�*|m��*.?���~�
��c��hp��?e�Y�]�*H|̛1���e?�V;	ا	2�PQV���lW6m5O�3'�^���x�,�ҹ�a)T��eU��s10����ft9�����T��{�!��L���@�OL���tǽ!���^�L!t��i ���^��:C��R��	����K��
?2T��Yx�۩Fq#0���
<��hѭ����)���kes�a�T�l��
x����9���d��%+��b8X�Z� ��;g�v8n7�ϻ��a��&�^���o�b{w	OO��7�jϯ�زΞ��,�~��WY��ػqÎz����Voλ�g�'5�(��"ե�
�A�Ӄ[�:��P��|�Ӓ+>��#�2?$Mnd�u�e�S�J%����e؞~��U�q����
�޳�҈z�Rn�п,7��˱������>`�
�/�uFg��Og)P�J�\)X�k VF"��\t����r�#��wE]�s�:Y�#n��8��Lm"6D��
�Vġ�H`Q ௢��ү�QkG�]�<2�N�?����U
��&��|�a���_G܏�}�di�!�:`Ⱦ�����[�\,Y��]J����Ϲߐ���ì~���O���A%>���]��2P�l5p��O��ѐ��[ʀ4O@�¡,�Ҭ���-�,�4��X7�-#?�3��{���M·�C��1�8�a��Y)�M�"k��a�_=4�JqM��?��nh6�k�ɜ��P� 	�2�;�3�g�4ՍZЦө�GZ�k(m�p�v��riZF�}���i:�/��czP��uV�Q9E��&'�/���v��<�2���ۊ����YQ)�j.�HN����11�s��ʗ���؋�{�
��'|�k��lT�%�1�ꪋC���g�QUJ[�'��U�ؔ�̝�ֶ{�81� ��r�n���ҹ��}��
:,�й�6X7����f��e�'
NM�2p|�4��p6��Vn듁p&S=�[- ߞ��~�Nj�I���Y�/c`YAq6�-��Y�30#V~hs��EPT;�u��b6��WD#�N1o>��)Θ��Cx4�$�/jl1�
y�.�/���,���Rr���[YE*GЕ�Km/�|7�����SI��SƗ�q�F��㍹���6��:c�Vs�@��w��+�k�1��c��aí�����w0:Y5�Q�"
���+g"%*�2�t��`�G��ݴ�
�f:hN3�3�^�~<PM��Z�*w�����Ґ�I0�p!"`�PS�L�6
6�O��{&���`(�ۅ���Mq�aP����=P��Z_]��pv�W�{m�h:
�Uu,
A�j9�^��*��7#�C�f��]��gr�{NY��� 5���$�O�e�
Gn��s��$��\�i�`�D�����?�߾;���w���5U�xj~�̦�ܵ����֝�>�yө��)�o)l*��H�-�;���+�|��+[��-��ZG�X�f~<F���_��̝����r�f^R��
߂�4/)+��1La1PEv~�:+L>�M�e�b75���[	�Ho}pi8�;`�$�7��~�Yw�4��RypJ�s�������}�!*Yf�~����W��]�TKV�0Fy��l��$"��\��A��E?���W
,�[b�0q���.�|��x�Z�/�ˁ���]���P*4�$*(����R7��L�&����`goTܑ.�$�V̇�h�U�L�Hn�e��i_�"���o߁��e*mb��D2���u{��ݹш
߶\����ؿ����Z�D�ܚ��
v�z�1Ul��Rl-wk2V�x�Ց;�؀4�00�=ԑx�~޽ګ��o2R�mԔ��=��_��r���Z&�ן/߸�����(��[��C{�%b[f�.��<Nc0G2�ڼj��~H��iDP��ce�|:P�7i�/q���-ڏ���\�b�7R�>�\l$}�V����چU���*B3�l�RPf�	�d�'���<j�E����x���}�6f�s�(İS���e~4�U���)�C1�i�s%C��r�H"�3���؃)	��L[��ө)�mj��U��ٜ"����I��R��6�W3��nP���H����ߛ5Q7s\�@��Sw���RhƄ�eq�܍G0?޽~�ؑZ>���GL������c[�d�N
�%C9�X�<�Q��^i����p,U ȑTÉ�~��U�2('w|�/��B3�����J,�t
���WgLN$� [�V�|޾�v�h0X�X�����<�j�h���j0��{rLNm���[[L�3S�$Y����ʈ~
߇���K������!�QE(؋�����P:&��{�ƼӬ4sœ��WL3A�6�R
iv-7S:�L�3��e���=^�����Ŧ4˳�4�OC��R~ܐ��NK0+c$&3�M����u<:�"Z���,���n2N����EG���%Wթ!`�4ى‡��_��`��}�.�Kq���~�J�k��t��k�S�y*�
��)�I��k$Q��r�q3�T��)A
Rs��=[D�
j9q���v�C�no�KR2�v�)���1d�c}D�2k<9?�];�8����BR)x�ˣ;H�i�}{�74���4Ϗ[��:g�V-}@� ݡ_׀JPz�������X;�)aDJ�?���\#X���r��w�m���A�Ў2\�
�=�69j�R�Lm���.I�eG��R�'��v�$�	P�>5h_
��c�ҠW�?��+��������`ރχ�#C�����B��W'B��~����c�b
���5~}`��A�E((r�{2me5�
t>`v���d,p*=�ϕƼ'�� o�$ݥ�;f�`�̢�t��ɟJ�$��H��Z�K��Ԋ���k�+Lm����R2��1�,�q������F���p�̹-��J%b�����=g�V���^�y���~��׼�0~-P��ת{�ƛB���2X�Z�?�oG!x�n.��}%�}Oo	_�?b�J���N��v�$bl;z��`�&K��x^]"���d�+�geI2����� �B#�(ijNN>SwF�W��|�b�	���W�oW^\q�?��1>BL�/=�iR��,����cykW�Z)�BU����kjy�4X���K��,
3�
�F��9�pK�u���շ����q�@���OAv�yG4����.,m��#D"^�ѣ�8l�QZ��1���C����\�4oJܨ��힊������dD6�h[��|��L�]�V�~�.��:������0z*��HX�,�Ͽ�7��z��U�QN�e.7$:���.��0֣M��j��9�g�{2ڬC���O��墸���N٘�@.��W�1D�z[���[�M%V�5�r!4&U�r�
s�7%y�N�J(?�nYm�"T�C�Mmr�.�ݴ{bSNT��]*}�v`������1�^H����v�No�UۆAS6W�Oىe[(��B�͝�to1bϫZH��{���~�N�}Vˋٹo��<�>#��o���TFD"�%7�3���.�(?�f������]��`!��������1%U��qL:蜧�ϸ|��@8'�+��V��Wu۠��0��} +T/��Qn���l�~�c��{�p��a�=��V:#vm��~���1���t	0�SPH�]�/�j�g/!���{/�c �j���h���[�=�U�@ʍq�Ig6�M������mq�%Y8�dc�`"��X�t�������>�"��{��ri���P�O?��0=�/�9��F�nV}�OY[՜���"I��
�{GEz	`)Ӈr���OoK�Y꺧�S����4;�������L'�>�c���N@����8 �ʋ�{삕zb�8_xV������(X"]Δ�ěM6w�,�f�gf��+͜)T��JUt>
-�]z}�o�*�mGŶ�1�S��<����۵��&��:��Q�z�H��j��l�j��L�
�F,����a�Y�"'Lˬ�ɴ��bJp{���6�ի�h���]��m�
�E�=��~��f���Fv���E�`EWinux�8!GVY�??7K^�+�[2���%_�mw�s�Z���MZ?�v�l���9��f��O��{���,�'9�/}
T}�����6��V�zô�vU�[��dT,_u�V���E�+B:�x��a�Y.L4�r�P�1�"��n��j[)Xs�54��� �4s�S�6����{�(,�kW���
�:Dm�3����/
�T�*���z'�1�o�'3��o�w|Ћ��=�Y�<
a�D�m�?F_�Y3�f^�L�f�f'@�&M7�F0{���G���T�B����/�f��zqc�].L.I�n^����W�k��(�h��c�!Ȝ��|�%�?%��\��6�Q��n*��0��'�'����W�hĩ�=��ŝL��CgR񛙌��9V��玫؛A�ӚT�Q��y�č&i�٣h���QJ,#�|d驺z���|yYH�����{�FI%��O���RD�&�k�'�	��(����k�ͷ_�u�XT��4�J�o���tǠ��`X����l�/��-�ԩ����
TBIj�ԛ/�
��J�n0,�ħXB��U��H�h�Fe�%�6�%�/���:&zLl�dKT��
�^�Gv͊��SA4�:�D�I����ʯ���<��!.�1?nT���zhԓ尵�Z�B�����Cn���I������~+��sm�8�T��=f!c�(�KH���S���H7!L�S�.D�4�$��~]��ٴa�G��s�iK7���"dϸ}�����|�{���ܰQ�7�r-�y����̂z�RaV�]v4t��������2�����-��讨YD�ی�S�@�%_�B(F���Hke%&5��='�jF,�����G��oW�9�;�(�ڤ���X�3z`�f�M��<�~�1��bR�6t��0l�u�F���Ij˯���Jo��I�q���Ĵ(��cǘ�U��@���Ѣ#e�&��V������y(�	�{̧Ku���WKe��Z
^>(wDI���߹}x��
��ƺ�5�gY�G2�2��&���sσ!q��\	�������C�P%U�
fb���S����'�H�Lbi�,�s��F���6���7߼D�
�g̣oGa)j�S-&�>7��y���CCΖi�]MR���A��0��
Kf��F=z��gg��tf�7Kx �[��L^.[��ԭ>�Z�c�7���36�c͗��q��w��*CC�V<��])E��9��)�ϛ�0l�SM�.$�bAS��Hib%z�qݓV��޷ʀ7�+8�{
\�H�A�Z#[�8��0�*��r[-�swn�xP+HEl���Y./�k6wKb�?�8�8G�I.�u���r޼�l9�Eiޜ����`�"�ƃ���ȇ�˺�&v��I��բu*J\[�^en�Q%j	?{�nW+��1��Z���C��	�$��3��!��6���/�SG� @�4ΌE�!�Rd�8hg?��J~���u?Zi��D��4��K{j%)�'�x��Ma��YvkEt�,l���c:��w�Xk||2��$�.Ey�=x��*-LM��_���xC���{�t��4.��<�P�r�͙��s�1��/��N8�uu��.ӿS�_r�j�]�\���av^�����s��Q��ZŜ�-��D�u�S��g�6����{${�r�2����5�>���,	��hc�b�J֊�?${ou�o>ͨ��vCl��(��<�/0�x�(D'aԧ�R�0��"�o@����>N�9ߖQ�]��}��3�(� z^)(Үe�}E1\�p�B�(y��f̷�H����Y��/HI��;,���q«=���d��<zl�hi f|A��f�g]y\��:e���}���կ�F��M�.M�-L�C��E�f麬��u��\Q(K�ۄ�Rj���R�Ǐ��/��[��uTOb��D;Cطc�E���E�TSq��h3d��-{�fXp���6��h]���V�Ha3<���v��J@X�����M�zdR�Lb�3��/�����dz�"���?Ԁg�:D_���P��7���_٠�Sc}����ߨ�ʕ�0�$��0��s���MG%^��X��5��Tn;���>&T�<��)3SfV1��ړ'���vh���D���n�$4n���'�r}b0��D�xo�V���U�JgIN����}��4��/��|ߥ\��$M��y��"�j�}j����ib�!�NӽSB�v�C9�wp�7}��5�����q2�Ѫ��Ҵ�UÍ�,��鼁I��}�;��Y͜ȝ�DJm[���O��sޥ$Fl�X��~�=/_��S�L��J���&��^(
qwv#��	�꒎��.�P���:bB��fV�2q�gn�ٙ��l8VӅ��b��0�aG-OTlO=A�f��W�O׭OJ��{��̑Ͳ�g�� k:���I��3��*z�A$���̊k�P
�`��n�FGx)�G�RPE%�5�\�}������3۵Ruu��W�-�������2�����G��������%v�oM���k x��B�uF��N7ׂkV)12�dB!4
��.
��N�8O,f����2TiV
u����d�L��zy���u�g��’�;�Ks�'^���y+�7UUO���B��ж�+�$�%O�9elե*��c@��F��c6gg�MU_�~1f��v�V�5
��-V
��0�� )_D�{��Գb1�#Q|�k�9=�?���Po���c�s��$&��}�BoWT��"M���=�Dy$,I��N,چ�	w�I�x�E���6��x�n�C�C-���,�ϕ��̲Y
:�y�~��ʝ�،��=Y���c�,Txe�qU�k���*O��Tq�\�E���*��/ؒ/��NS�Uf:��b��?�ī�H�t$ٶUfu��dH"��$�2kQ�/���WiX���N��x
�r6���_y{?2�ڽ��C~{���u�8�|�܁�Sf��+��{��3�0`�wbcC���Q��+zƪ\T�-�{�]��ξ6�Ѯ�c�?�8�Z~|�&�e��D��9qW�2R,Y+���y<`Ow�A�bz6|�]�:q��Z�O�V�gM��̥ic�kJ�0�=,������4�,am"����RC#��,c�f���Z6RcG�Ţ:�)e�		���eI��r6.��Z;��P�+O�)��$\�wI�V��(h�`z�{%�fp��xl	}�o��nr
��7�%ӧ��{��
��x�m���1o��i��q�� J���O��'V!��"��=�$

ї4��KS�+���&Z�ۙ��'�憥Y���^��e���~���}�,��x'"s�o߮d����߽}{.�k���TJY;ff��j�KV���B�+�j��qM�WL�"�e�/�׶�߻Yf����xw�I��:k�I��q.��Dz�dLWim��]ɗ���]
f��)�B��{l�ֻ��`�j�~�ކ��;ā;~�7��-zA����X�'��tb����WO�.��$�GS0R��a�#�Q���P�O�|�P[����%`C)c���"�ͽdD1�xp_s*5�ac<�v��P��c�q`{D8�Shv��i ���W�	��w�pk���R|��O�2/n�@�6M��R�իB|��\Un��^�l�s���=[{���A�?��zJ_R6��SA���	�������o���wn���~��GK+�(uhK�7���,���H��⺔���Q��/��,���Z��y�(NZ��y
����ɧ���e+u�h�C�<�/�,s	wy��#�j��I��诵�{�Ҏ����,ٿ�%�`S"[;��_~`!>�]�܎*��t]8J�u׷�uO�
��աH>��h�Lkq7g��R2�,ʪ��Z]�|��$�CZ���m
������q�X��	�LrS���Kb��홞���%H���/���w�>G�9�(|�v�v�NnNvX
N
Ѐ`p�����+�{(��u\� s��Q��p�ݨ3��q�\��͟��$�ﵧ�;Q�Sřz��[jl	�6n� 8�DT�}��㔨�P�E	%��BW�ح�Y�w��.�����!����/^�mdSZ~j=�*Qgd�⨎�0t���]�����q�-�.P�JBp��1	�ث��at�l�/���y�p�q�{~��TOH���6���	u�N���wY�|�
A�Vr��wDh4Kk���+
�/�@
@��O�����J��ZB1[�?l{�JՊ���q�9Pv�oY6�CJ������������$���H`7Ei���)*eK��؂Y8��{V���)b��pNv/A�%�;�uh�(w̃�l}�*�4�y|uV:&�*P;L�Q���g*}O��W;xT�!���F�[���o�
l���*�����K��K��Uv�ܼƌ٫NY4�$Gd+�3�$K�VZ���F&FuR��j.GN��ۖ�5ƴ�revv�v���Ȭ2M��C[�)�|��eGyb�{�)ڻ���.I{l�1����C��e�sZ�t��h��ɻ�RæGp��7?��(�d��W�^=�

���&�f�V��͞�iϟ\���G��6$��$��uP=o�u87����[�%>`<�.��$�Mtӗ�B)G�jS�Q���Ud�`��S�"��3��ɽ�}Mױ�Tth?�7���]�����i�EH���zş��|�-���td���ۑ,�:�D�����j7l��D6٧-�����+�}ZU4�^��xO�ݼ��f��QH����U;"I{�)��1��Z���.����@�2󄖩b+q�z�V��s^�>��V[ŵ���-5�v�����]蚮���c��"��"f���\�߬��<�ۋcy��#��Qj�6dr#�ȑ���J��4l�O���(y��N��}$m�[�-�|�Ԉ*��S�\�ќ��臉@��@
���ie'�m��'q$��s'B���੻A��d�)��.�*	�_y��#z_Ы_����{��_a�_=+䊒ӌϞ'P�ܺw
G�J��l.���r�q�Z�vD(�DCG�&�C�ر�!��=�ǣz4���v(�$;�{�2 @�iǘ�u��pc�E��
	hh	s��>
��L�^�f�ڻw�
TWޟ��R�
�/_�I�Ħ�M'B.���,P�-�H�j)��%P����Dp2��^�^w�`K֫�K�Pa>ξ﫥jϨg�)�KS��ټ�dGFYG�$����X`�7%�Ҁc�K��QO����"BաB�'��^.�`"�;�G����leԒ�O^l��:�Q�>�45e�=[7$z�����i��F�\*B�'ǝ�A�ko����MFc�������3|�Ӭ%v�>!���]�€����'!	��}:xi�/�xcR�^W��I������C��z��_`~c���V��Fvf�]5On��C��?��ҷ�7�9��']�/g}��փi��UIȃ��O�t��̒�?��k���:����[��>TSi������E<7�E-�N	ؐw;�mD��u���[�����z�+9��g_PO$��UYN��[�#j���I&���3�\e4n����)Rvcx�/�V�C�?�K�����g{G��X����"b��(�6��ʛ�|����	R�r�I���&�-Nձ��*�?��2BpEYP�[��.���r?�gO�h��/%l�RO�E�
�f N=d&�u_qb�?X°��f:��J/��}?(u�6����P�"��L~�iV-�g1��YBg�	�����}H�K2�4鵖r)�ۡ�#|ti�@@��J�R[��k
x����cE^����I2߸�dVo�qP���kZa2��H�/�=(�c[lW%i����cX�c���hP�q���6�c�M�?�}iSh�Rm��]��6;���?'����B}g��M�m��Ǟ���Cj,v���Ա��>����G��+zYl?G�ܦ*{��.�m7�A�T�^1D�"�;R�Ur��"bh��lqw$���/gy�R�mZp�%�0B�ϝ#4�b���\q0n�	�N]M�<�q��N��{Ԉ��h�@��1?��~�t����6͜��T��k���̆ҙ҇�\M�|�t �5O<4> J�}��,�QrQ*ͯ��A\'�)yz�'�KdخD��Wdi�@gzu'1\}�^q���I<>e^�h)�Q*��lz�B�l?g�������G��Z���0`��~���9�<!:���+��xۣ""p�[�W�}��"�Y|ʒ��>�/ie+U�r�W���Ws6
�g�*�D}�z�yn+ህwUӋ։��f�G�%!���L[#��"�h2�fmh��|Fqb}*�H��#z���nV˴��]�xA �1����m��k�
	ׂV|=�@�=��OB�z�P�d��5Vrl$���ZՄ8����8^Ϗ�qp(:A6J5PY2		èV��'G����pe�᝭\��hj���p�1a���w�ʓS�A$�|�H��E#7ч����|��p��*���
�`�D]Z�B-��\6�iWẍG������GG��׮~�Y�J��T7Mq^��#�0����õq������b�0�KVot�[
�Ֆm^�k k��-d�p�ݟ��^J��d�3��ݕF�F�T�Ϻۗ�9o�\S�8��qk�"�σxL_:��P��Lh��0!��iˌ�{��8�:���zE
 �Oy���/�l
,)�G�����q��Q��R�`��\J�>[����ip&Հ@�����
��$��:�Q8���Bt:@`{>���'�a�ޝu9��9�'��L�cи�đHh��d͞���YG�f�������/�	N�=�Sf�0T�;WJ&� �I�2����31��kÉr`��}��A̶���������d���@\q-�9(�B�,vѣ�ALX�q�H[�!�f�-t|����n�PΤR^�b����GO�f�=+����h���W�D;Kf�x1��^U�]�3�@j�K8{V�. "k5���h�G¾�pC鹒�*�6i��S+п�u4495�dj�+��Kk��Nq�B��M�++?{�2M��NJV�u�90�$#dV�/�,)��
Ak0�Ƃ^����F�ߛ����n������<%��J�����vq$������d	@�ww��?��R��s�
D1�F-�_�E1}�zc�ƝZ�h��[����$��&DWx&fe�%�� ~)	~��XL�t˛�҅��JK�//(�F[�KY=;��ؕb����~$Vd�]��8��|��bJ�):v ���3R�R�Q��}˺�O��	k�UP��}��SV����xsQ�ro���3��z�2�F���'֯���nN?��{"]�1B+�յ�
�;*�
���eO]���-��N~���2�̜�u%l�(Z�����b�9M�h]Z3')�9�#�>�*�<c�;�Ԛ}l>�%�)�V`leY�.5*���D~�-��d5J��Z�!Q��Ӧ�^fP��/fj��T�X��X&(f!�Ý^�g/j<	�/��륃S'J֓5�V^	���ߟ��^�m�{��2��;��
0i7$�&⩵�ӵ�����XEOS��x�5DZ�يt"�h��v�_C���S���~A$�<�@���f�\;S�a�)��6C��_���Ίg0(4i-k�<
#5t�\CC��h�>;�!`���� 3��-�6�ht�D]�S�eN����
�}�}�����"����#Qn����`F:��>�79$lV��e~���̈Ja�%��q~�ܣ�˴��^l�C��
f+/����eBa��<�'� \*F�C�;��|�c
��ڀ�N��f�!�L2i~�<[
����p�&�ѕA�kn�n��r�틧���n&�fvnjn�-��2�5(!�������rC~��D���"`\T�'j	��P`�0i�O͚�F�krf�uə��کj\'�3�!B�IEl�Q?��m12<T���R礥|�X}���v��f�*�?_�K|IY������{�%m`*5�D���`��N��9$#�c�����z�K����t�؀d��k؁�7��[�3�z�ܐ,����b<�|S<�~غ-VE�l̤��iA@O[��.5>�pQ����e�>��R�w�تD�.ۋ���
XN#�'N���jj��о4�!��tK_���f�R��!@棼C�J-�ja�H*�����N��p�@w�V�[;��
��➄s�q���H��l��ڜA�?�y�	"�j�!���<�U�?�h����k�1��oa޻���e�8S��1�Н䋄��!���9�h��I
��B��
9K�o_([f0���o!����31�C���;X�Ih$�ɀ禹@��@0Wl
�]�&)s6��4w�Y�3c.��Mg^��1���O�qs#Ms�3ZNLMi�}���
�9�U�~��x~{�$6���F�ɬQ�Ei�2Wv�YF�A��Vl�����VDXer�(���Z�e���Ͱ�3)��\t��5\^�"r�Ш�s�
�w�P�5��f7�N�K$f��^q{�"L���]��z`@��DQh���6f���~h�G�5�uU7G�����~�
���.�#3�P��TV�!�n���ژPf6�Չ>l�6	9@�Җ������5Ϛ62�t@7
��L��2	�� t���'ԯ�bH���Լ�w��Wf��Ɋ7=��.=bx
%d?
���a��� �9�e�p����H�ҩK��\��ۏ������$����C%�0����
������ntv��:��M�`᳑B���asp�&)"-qc���	��@�I����bk������3eP�F8��ZmUL(�(qP05�n'���C���V���i��������j���ɿX?q�g^:ӛ�[[P�V8�����6��=Iɉ(�c�G���@���Lb!l�l��8߬Mv���vVb�q�~��/���%�Ii����҂ϡ֣T�=�!B��PS:�m�u�v��P��s�ϥ�;����Z|s,G��:��pH���g��Vu��ZR>f��@��e⋮@F�<6�Ͳ�.��L�
�/�)�X�3"LN>�^�m��w'����>��\�C<��C�Kb`�(.��u�ְ����T�'� �o���MG�{x�$
v��9�
�|�F���x�ʀa@QI�֧�'�=�z|Q�o�^B�f��,�Zf�W�4�#�4��y�I���9#��5ZڭE���2�p�'��B��~���U�j}ۣWwE�`�	
m�'?�!�@ ��C 2C���pc��lݻOš�{(�C2��kC����k��'�U�"��C?�T�Q^��ڝ��kK��m�3��m��$�۝��ͮ��]�<i(Q&wldmY�1� s��3�hOJ����:�N�I��7N��$�zڸ��##ot4zϊ�p��驚�0��k�x�ȬU����ÜF~:(|�B�����n��m�	`N-���d�l��9�/\T�&1����9�V<vn�:};B+ׇd�S�\H���l5� j���fe_�����Ńa�8��||g���x��WF�i��%C�F#�Mk��1����wJ%"�\Ӿ7����R
��6�;�{<�UK�9`�;$�Ѿ�<�{b�a*MwfԱ���O_�g�2��Ej�]V��4�X�*��g�S0�K���c��A��T�P�ݏ�`~�e?�F�[��n�jX�nر�U��5Z �"��p�ss���41�@�����Gi�<J��<{��z���ޢM�}�a��!Be:�܍o�`-�C\�.yk��$��exdz�N�H���(���_����!�KF���otvW��w-��s�L�>��]9b�	�Jn�)sn�t_���_xEK��D� ��B	�$gY�A�V>g$�%L�0L#��{&Ν��Ftd�\��P�=��a4��
�8"�<ܝ��s�L^^N���Ec��v���H-_>���֋��;|+�c��!�������8�O/�.规��Jn�8�&�,���%�s�t�]6(k�H6��Fq#(ۉ[�y����{��0(�^��ֿ�b��ף�Ŭ�����������&f��zCqI���<Μ$��((h\�ED�C�������c_�x�/��E�.:���i^��+�Ο�1צ��҂Ji4@`l�xN�L$搘6��T���.��?���4]�X�1h|}g8<1Ȥ<�@K��/��/��5�p�ל�o��t��p�a j�t�bE��E�y��&Ц4`د���$�L���"����Jvi��l�j�Z%=')��8�e���`8�T����*�M�8���.������w�~��\(H�t�vr�"jDo�GG
�i���lHe��%ia&9�d���d>�-i
�lM�ܰ��TA�$��VHG|��
�$��:�1Rs\�Z $�Pj�ۇ��]ً�g�8`簆 �zߒ��V�X��ݕx�rtX/�A�p�2�^[1~R{�뚬���ɇ�:kCU'5n��%�'�CXP06G�ۮ��l[�<�N�scOFeQ��-�gi$�RN���o7�Wz�
_t��"?�z<Q��l&��B,5�"�}\��i^�|}��R�����l;$��ѻ�'dxw��A*�ͺ1_w�f$or�w�V�$
��T�Hi�����L����lVc\����7O슚��ŹR�D)�]��B����=3���qF�MM��ȓ�B�g����
�OM[�԰`�W[pBΉt��i�\��`�{X���/)�ƩcD�R��Pvz�x��49H�_��ه�#�1��&��P�/��֡��&�U��u���)��l9�Э�:!�}ɑ�=[�*��;����u{����.��p��"�!��,��|v�nN�K�63ud>��6����y/H�}���ё�{qL���$��
��-���a��[���st�nS�n2�ğ�@���ѷ�����xHNp�������2���&��3	�����f��x�)�WP'h�7f�>�� �s!�;�p��&Q����cN>OgdH�E�1u	{��^�گ�V�}���2�@�J�H�S��>!~��L�^d	��r��5/��GyNW�-�`����ɚLJ��=��(R�V2�ȏ�M;�:�-��A0<Ȥ	L�1L<F(�J��L��Cl�Y���N��_7�:*�\8͏�w��
d5'L�����H�s5M �2ID�%��WP\pyr�~��ҍ�)qN0�E�|)�(�@��(";�JGZ�!���U��,WL�#E׬�E�����O5.K��������Slso��z�d�7��ӳ;%n<�5�*���iu���?o��mI��"m��.�XL���F������r��s������
8�!���{N�c�yٗ����Nf��2�!�n"5hU�F��J'�d�B�2��sv5�	�����C�r>~.���ܤ�kg��LinN�d����u'����f]��B�sL��A�5S�h�K�v�vn-�_e�9e�V"m���B:�GΫ�x�c�ZX
���o��y����HKgT�~cN¸���OZK:�b�A�%9C	]��o�ʗ����w�1��)(�t��^�?��u�Ʀ�-A���9�����9N�لL����#�A2Yu����5��/_=fql��j���އ���ˡ?u��Ar�Z����]�A�X _�v�M��1V��&P\���6X��2��m7䥱[lҏ'�A��Q6R�S�Q}�딭S��e���S\D-wLrTC]�ӎorly�݂X���J^fo�-���˰��(�X3�R>\�#�	9��VP饘QՐۑ,a�e���X�#�*���gV�Tnq���GL�(��Z)�o�M�i��!#Z��H.��$�ɀW�����\�p���*ȶ��/��.g��y 9��L2��p�(�#Z-)i�����j��jԭ=�0b���`n�0�a]�k2�I)�X�E�8f�nD�η�%8�CS.�o��ě�Ng�'d�p�-��J�=a���Y<l��Ǡ�OYdb�Hl_LC
^]����o����>�ɹب��Nk�Y	��Ե=�����f��N���H�^�����f�<���(|�E��(SL��\���>�u�4vdN��~�HN��[�nD���eh/ڈ(2�1�he_ʔQnV=�C��H�E��gi~�%�B��15���czŕv
�>a�Y��%�e�&c!��pIB
�8г]~A-l�64�1���/�[\\ZI�
T4�W���aa8'l��xRY��N�e��j3:��-:G��6�v��ad$$`�M,ܔC�z�3�!q�1�����]Ӌ��n#x��B����l]��K�^�t����_@Y�u�gS��k��]�OƤ�&v:��N��a�L�ewɋ��-hY}:��xi O� ��x|+^�ñ�Cq%��]{[[�q"�	�x@L�upՔ��j����-��[=�����ئ�\�e��jq[�%��^W���'�Hj�y�c��%J8�Imx���=�C/�].&�w4�D��,Ƙ��3���"�z���`�U���
|M:3Qc!�_ǣ��W(Wj���q��S�#f(G4GޗI>�����n�ڄE��٩����^�����˗��<D$>n�HG[�M�'�C�&�Ǹ'o�rUm�����N��ݾwJ?��6�\A<��N���ZK5�D�)����Hi=�i�qlS��:�B2�&yY��^�bخu}�Y+lc��Z�mL��%9��s��̪Y�O�1�ߺYD2L�
���ʢ%���c+7�V�_.rsIq
pש�� >�bG�Nz�Ž2�q�X��D�I��a����'H�V�T��으���E�t�|��G�3�(
oOtrJl�s<�;���3)YQ��`gw�8"o�&��7>�cѭ��^��@&��t�T�}g��$�}��0h�h�)�GT���s��y4r��
 o�
M�H;Φw�~|� !(���������ad�"	���-sQg#�,1M��|��/�u�h�R���-�.k$G�K,݅1a=a���YP�A�,q�%!�
ONzvN6�^��>��ƬA�v�J�F�ӽ�)��
/���ުl̒�B3GM��'[�,n\��\k�ѣ
m1�hm�o�>!����jM0C <����埵��ߎ\������`K|_xN�`ǀ���pWJ�jHL�M�<��_���=����C��M@Wޅ�%ꉷ��dž���f���%�Mn�p�Z�3�@>'�M��d
�Y�,BT��u��J�:����o>��b^չ�ȑ�ދGx��_W�`�H��"=�ϟ��z&=�@�%ӌH���qi�x�DH�Xx�jꄯK |@QT��P��+�:u�c�}О�T�����B5�ڨ�81��hȩ����a��Fu�XLc[�nNרxtN�D�X��*N8������s7�|����2
�R{>}78��.��G���yՂ��Og�#�Q���q�'�g
�f����K�Y��`�9�h�2�„�6�$}�� ��(�T?��}A�`�7�8��LHFR�G�
E�FJXw!S�K�r���@EKa��2�'��ʌ�%v[؟[7��S�F�j��j��[5�h�Mt,���^���i#��Co���q§�Z�e���t��e�Wi�����p_�t��^*>����Vlh�Z�Q�jX��B�㨪�9�q7�@������'������[=e��H+^ї����a/�G�6�z�<�6)yж��DH�wF����v�2nF�)%�d�����.�)��ەP6^÷r	��{�h��<�L�?�Ih.�����dht[$���]	��fŘ�9&4.�;�s;�B�����
�k�����~�>�j)ϰy"T�㝼j�MU��d΂M�ݱ��[��D�g4{+�ݝ���:�<�9q���A��w	L}��A=£6�۠ev��Au�+U�_��Q�3f�?���R�\�0R�
�R^ �,���V�w��W����2�`A	�v�G�<9��4nX;�?��?�*uV0�����{[4"��΂,���qӼ��<��RK�+���k5�WxcF��PO�=*��;E����D�~��:�	�m\A��p�����\XX�d����+�Hk6��Zb���WsX�/��$_��Q��Z_���hh�L�u|��8�
	���Z����}�IH�:ƋoK}��
�a/-�k��xVq0��r��LC�_�D6h&軓S�q}pߨ�=��~38���^x�Sߡc���8Um��e~7����VUZ�:�vƯ�[m�>���?�
��p}�_�gKB���_
%�_�g=�Ih|.ݥą�V^1䓺0	"{��7��m�s�9�ꛦ���B��N��I�p��i{
]J� ��:M����y�%��u�����G��Vց����kk<o)�{<O�GJץ�xCNj3-˪���W-739�Bƒ(T
`�P���X�i��wQ�:����6�)"S #�-��,�"v	��\��d~n��2rr2Ob�6�[�T���
R�Kc�Y�犋��4c]�>����py��jp:G]�Z����$0
��_�N+M7�Y2l
@x��6q��	��4���59O�Т�}T��r�f5��2�k t�߲�}�p�U\�ur����sVl�ת�a���޲�
}Vm���~3�gm���,\7m}�-���*�,EH�q�$Yx�=E���_V'��C��R�i�ND��9���/Cb����x��@8`�2I̪,!���f݄�nE��8�b�+Q��2쪘�CZ^?G��Vf��砱��(B��Ie�+�9��:
A���
��v����4�RB�H �z�ѳy�|�x���֣�W?�E�t��FO�ܔ�c��=��1E�$V(T��}�rY�!HhQ!.F/
d���իG���0����;j86t��������	8��y��QG��/Z��a3=
���O����_�ؤJ��Pג�I�Rs�Z=��|ڼA#������#�su��曻;.�����.t�ש:�KIT'�6���m7��"�:���s�b�q�yL�@Z,Y�	bg����,���n����{O�;]�ɪ!_�"=c�Ӻ���dij�2�G�B�X�$���|��i�!���*nT�%��;�*���^3�/c�E��s�4��CwLj})���<(��YpHw���W�^��HL�-v��p��đ@w��Пp�̹�U�K����>1뷀��L˾�f�0p��Ύ�=�_��!	9�q�[���ƭ��t�-c\
�	@�q�]���CAJ��p�Pao|y�lN��{F��*3�F��xLTv���0ԛV,�������jH�A(\���x�����xtP�
���R�^����S��h"�H��Jn#_p�.�$���s2�i��B����{T�uZKt\�LI�%���*���P�={�b�"U�Q�"V�R}	>Z������ŊN��Vݮ�-�J��hσ��
�^����;��FQ��,*+�"�"�00)�:;:V��P8*e(7�Jl�����0oHe^Ɗ��y%�`��4��Y�[eX}�6K�J˩���^#<ɝ��I�_/�23-@�l�4��`��P�=�K&=.)��՜XvL���f�o���BG]ޮ��+��؂Py��I�n�V`�k-~S��d��d��cU��.�gƗ'� 1N����0P!��ί��H��]Hf��[�Z�x���\.� ��+�\_4b��Ov�����#������v!�l�,�x<�DxIN-F��e,/�\m���d�Py��Ir��ǐ&$�G�K�K��և1�q�zG�!����A��38�̍�97U;ȴVe�g ��݌�L��ΐo�tp�R<s��k0U�-������=C���C����WjA����Oi�ퟌ��il0Gtc=T�	�u5�<ل�'M�>#��
�A�D���䶅�)�m�"Ǜ�X!-�Μa�R�����_��});�;6��П�(��o:֔�qC^��Ǖ��۵�A=�z�O�b�	�d�~���������hz�n/J~�ǪŤzS�,J��J#2ŭ��i�Z~_�{c��]o�bR:�v:��?e?	tZ]ָ�ՠ�gժMk�&�zz�q��%�UCW\Y�ڻes���7iv����Z�d��T�V�Q�C�$mČk�i�w�ƿ#��;�̋�	%y�G�8@5:yq)���|⌬N��=������Bց�^\��S�8]�]�?{��rW����[-�+W�q�)^2���-��KK�0g4�LҼ�&O��SP�d���Ş-m���>����n�x�QyY崎b��y�CQ����A��)��B��D`<`���������7����%f"�Y����>���ШG]�T}�_�����T�,a���^&xԠ���,v�4�EpW�¶��S�A�N�Ⅽgj�)����&��d��5�4��(���$���sD�Bݦx��O�h�XQ��L�w��`�q�nP�sT�s��'@�Tz��,�2��J�*njވ�4_�}3�����י�j�ҫ-�%i����
����P�O�F?��kjS�#�G�'��p�1��J�m�b���a[�2��?kKq��!��@-^Y97�*��o0�i�M�l�=�ߺ��������(�7g���_��Ǚ�W�أ��..��
�p���k�����#��c]@��q�o�s]�vK��i]�C+�K6�-�/'S���{V��F#pƦuO&��g�z��u��t��xeL�.��v�s�Mf�џ@/��)�u����A�)0!۽�)/Y���_$mU?S^�	Gq����Vċj.v���UH��0��mǕ��*3����bt3����(��$F#��P�hzZ���o��\��d�沠pmL�~�Ljb�mmK���	�qsN�"Q_Qh9�	-��㳟CU�џ��O�=ކ�y�5��Yk�����N.eu�i�#u��ڒࠠ���p�*��!��C_߻3��Q�p�azm�g�-���	�-���k
8��Z��莧�YP�d�M����`TG���hѤ]:�d���VN�vc�W:w��|kҁ.:ӫ�O�ڑs�w pT����%z΁ه�*�0)��A&3��PPQ_i.�-Z�!���%�Tt���f3�k״�+��f���6������6mP�яH4�ׇ��2��
�umMCͥ�pm*Y˭���9�_����J[���.9��&��,r�H�i߃8Ʌ��a������[�N�n��<�CrxL��r�J2�vc��>x�	�����J�#u��:nY���}l�z�Ӯ��^Y;���z��Ӊ�1�`7z�v/��_眓��{��='T� `Jټ]�ȇU�)K{v�[���՝y�`�-0-�?���^����[�mSƐ�=�O#_D���q�q�mR0���)�
i�bJ��}���<�w�o�a�6�[����^D���Zz`����̶.D�K���=b�	����b��l�޲w헂M���7dֆ������#wQ]!���˘��g1}BJ�9�����Ԏ�I��=CVR��%�L�MU�]C(�+#O�1Q�dj�2��~&�B'٩p��c�Q�4�1#���qʸL��̮�L�➒��GZt*j�I�`��Q���/�HJe�l���豎���x[0�D�֌1�STK�af�;���3`L��}�{اJ&5������J�^����G������&���x��%n�q##�G��7���p(/8����ʶJGy���8�?�����+>I�����克W�T�m
Aj��/b����YFNG�uc����\�����:�i%���fU,p�I�p ��^y���B�cx�2�����
Vb�6N�d�ٍәT���l�W�{tĈT{��S/�Q�Y��K���7��#��pQcGo���g�Q��G?e<���t���J���8�3�Y��ި�F^:�̊�|�ʚ8`r}�Q�hF�4�뢺j"�:k�2;k��.,�&��z�TIF�Ty�=�K��;�pr$�Ѳ�8f_��TIV[��[�ź`���.N0�U���8IY��
�D5�7�o-
!�mv9��\/�KR����!���6���b��\�+'I�e/��a��Fzͷ��{���P|�w��4ej-��t�۠^�\�SK�+'�J�R��S�f����4��Ԗ+�e���"Ӄ�j\��ʌ�E�.�>p���!�\�B���}vچN!"f���R�0r�G�߻�*�� ����/J����6�M���n���~��}}<��o���lϸ�p�f%��n~��W�X�U�lA!�ˍ!ӫ��8�iD*�z3��@��EYo�J�N�C8f���,�R	�Ə�m�w�E��(�i�wL��e��7�xЬ���2��Lz� B��,�'\n@Oޤl�o<i���YU��ʣ�:�8��p�u��Z�8�&>�s4PcX�Y��������}t�p�-�	��yC&��z���
Z`7�)�<i���6Oggtx�
hTI�w1a�r���3;e����0t����Ysmv�YE����{)�K���Yh�&�ۑǶ��X����>T)�0�jJ���ׯ�$7
�����۷o�Uck��w��Y;8��>���+g�6w&$�>ނu���>�
�VZ�J�����g�˿�=���>O��i�]@����QY������O�����ƽAI�N%F(��Y�9�9��J�C4�Q@J���9��u�3p=�0A��1
��,^�>�(��HR��Bx��Lԇ�j-���a�p3���7ub�NV4|u��砋ale��z���J@��5���y�C�Q@RRq�O���</�&�IG&-p@_S/�mn�����c��Z5;�<y	��/骞P��e ��������P.Wk�Y�D4�<�A������NǬ��i�D��N$�7 �.� �+�gI�g��:�#?ḤPuG�q+5<(��ڮ-H�JD����U1&g�ξ#Y�#}ă��-�s�<I�ʹ�`�{6p�S���uA�mm�G�p<��s�Oic0ʶ�u�����f�5o#������.�o]�l�<(I�Ֆ+� [D-���d���qꝻ�)�<UPqyoQ^49K�#	*���%^��"Vv�*-���s�y1"N�!�4��\U$џʋ[��M}�ߑO�r=��K-�
��82I��+��(�Ydmh����La��$U�T��
��C�(����' H(x��
��=��<XU��Q�����L)FM��^�>�¼�p����1�B��j�*�O��|O�,������0�߰�ʹн�,u����
�Hs�5��IJ��R���(���+��F�L�?Fh#~J��1�������p)O"�-J��q
�Ƀ7�u6��(ۄ������!P@��>Á1�
�&'�s3�ه�X,�9Y�|�s��A�CEvp�|̺%��3�7�_*xC��8�
<�"�'"G�����!�£���V�볩�s�&<6D-m�������t�t�z�q5��"m����J���}_�(^�m�'V����s�۴F�>}*s�V�Ӈ"����m��������9oq�����{��o��!<�]w�@a�#a���Y�Y}i����|#�r��\��I�_ߙ�W+��"푎��Nܞ�0�|��9�8�ֽ
.�yf����n�sˡ�b���~p*5E#�s
�vN�9>�c���QG�!�Ú��8��Њ�y�6&���-2�~Q����[�aṖ��о)5�����_[��z�_i�t���b(߭O��=�C/�����P4?9�T�,�1��լ��9��"�f���P]S���Ԝ(0v4�s�Jsb��nQ�{��}�#�@����ɏ���U����^��R+�/6�'
������Kh��-��F�s�5�X��ޖX�yXQ�3����
����WK���b"��&�â�{�[�m�p��Z���ֶ/ʲ��Z[��Z-l$�N�e�WHW�M�_�
Vӧ�x�s�䀱X
)���o�C&�6�l�ktIp��].@?wS���h�s-�$�9��n�P[������p�Y�ӲG�:������E�t����b&�<
�E�_���p�0Jtz�X��B����.R��
.E��Ď��u-0OSBþm	���Ǣ�����]v��d�`��ÝX�P���[
��V�C�4O�������0&z��u��4�&��E�ʙ't�A��B��%�+�DˎG~A�x��CPKZ��n���Rg��x�+��i|�o�ʜ��8��o�qJ�`��G��~��ɕo P
�8�yuq�뢵����𐠵�������Ռ=ƶ��T�·n2p���aA/�F[
]+p^��F���(���?ɬ3gg���Q)���Ċ�DLm4��G;�?81�[ѫ�T�> =�Q8��)ʒ�5��ck+gdR�����A|�v��a�kBcz���[���C8�^'�դ���O�S0��* )�5r��|��Ȥ��^�?�z}�[�SWU�����T}��?L���U�^����}L	�6h�8�
�b�ǎEڰn�/�M��A��6����6Mk<��u9�o5)?q�	#�019u�A.�mX�iȪ�fg�Q���Wo�g�@��u�;�	�o#���&�o4�O�:on��M^���;>��r�0�.'�}�)X��"�9��O����~�.7@3����_~I*���`���֣��q���^Q(T����ߠ1�``��w2����u���Փ��أ���0�F�(zc<��mL�hc�-p�:�|m��.Ǣ�VfhJ��M�~� �[е�}��r��2��~��wzJ�:Ս{�s	�3��xԺ�,G� �MKd���v%b�o���|��l6�z	^aCG;zVl� |_����m௷E�ZQl��Z��>g��sSo���l���P��8�C�4>@���e1bς���	 ��z���F]�5�Qƃ�/Y
�vAfG�WJ;��=�yw@�R���q�\kK0{2tv�0="w
0�N����r
�D�n��J`3�7�%/-�*�R��.U+�[l�Q��7H����0x�/{džq���8>6F��'0*G\�Q�a�$;�h�fEB���C����-`0��)�y�[hʑ����V�
H2�pC��xQ�P¥��9�>&zgိ�*�+kɼ�'���W_�~I����Pg_�CO{b���̖���aշ�N�� ���
��~A'�/I��팟o����"��ܬ*0w�����K�OLx���i1�M*ˀzܗ�{� �m�eJ�!,O'��Z2N�m��:���ܢ*G�`��x]sҶ#fD\�����FI��Hw��]���I���?�7#ȂU�.�5w5ɮ�R?7�����0�:�3��np&9&�Vup���AFs���Uc;I}�!\��Uv���}��b���z:���9y�! R����ξ�����
N@)�0ߗDd;(A�Xr�[B�N�a+��{��?X����/��Jڽ՜v�ݶ�6�lҤg���O%���P
(�/V�� �j��>MT��c74bɤ^�~^�()y�I����Єe7a'x�U$u8���/����N�Ψ'n���h贑�51��;�^n4�8�ߖS�q�F;� Jx�����]�]��Y ��MG-WM���_�	K���V�gGg����>���W&��i�&
�əۣκ5�X�n��F>gla�⧲�0���x){���8��}>;|��9	i� 7?��kN���W����� ��A��P�Ej��p�Y�rҊ���J�p7�~V����8��o�?������� ����3#JF	;Sl6QA�i����C��fT0Y�w�I���+~��[��kB��4�1L��[�*��;/j�LAM0X�}>������.�tغu��tj���iZ���6��)���u�d���n�������?������
�|n4oZ��8H�/��h�!��}�I>����d��	�_�Y�3�rD�wc6�Z���K�ج���A�;��T�� GXKb4�p:I9��m��{#?{��X%��C��KM;���E�({vT6La�Y}�j�O��ѭT�в�`u ������J��ۃ�2f�1��D���/�M��R�1�Cb� @#�^$yH"�c�%߀��.Mt��B��l7 ��^���]]]�*��e�g^1:��	v"t���2��=M@f]�M�̟D_��w`tј������m�����uJw�"Bh����O;��ֽ.��w�3,�eJ�VKm�C2LCyӝO�L��U�{�/\"����K�	h����	�bxZ���LR���i�O�(=�|���V}��)�׾��[[��P�[����n���2�6Y�K��	�UL�}�W0$ڃR:���O�3Ij�(ΒRօJ���)��������H�I���n�S�(�g�K�p���2�\���oN��ya軚����8�'��p��%�K�EE�gO�[:*�׸�p��ⳇW�����F��t��!W�o�ڧ�"�˲"Cրo��o��B�J�d��;'K͒�__���h�v�+���d�����ލ�� '������V���m���I.^�˅	��8��B��s�f�G0�8�ռ�*ʮ ��꩐�Tҕ��c��6�s~���Jim���xY~��V�)�I��ƛ��+��h���Μ�;]��E���BAАQ��l"�U����,�C�)��'f�C{�KD�]�p#(^�����y�s=��=U��jon��lVe�u�iJ+$��d�U�#�;��O��
	?9�2��<�;�q>o	T�r�x&�
[��'-�x�p�0j�[�;3�Iw����6N?;��<m'*�xD�?$A�ʂ�8�f""0���ZI�;�� _ߢUcGk�"�#�+QE	��p�Xd|ĭ̧�!x3�f2��[��F����K��oa���K~�۷R�6	�Y�cj��<��L]��%���TS˶R�O��Wöbc�£�e�P�}�S���\��
��T���u� h���Ыk��.x�{���zZ	JTo�;�8��H�����P^EsT
'K�@�����
�t��B�%Fj�dC���ת
o����@XV+���z.�T��"!"�����B����F�.~�_��ac�a;��
�;%#	O6�L��=B
dX���o�
�ߡ�s���L�!.�A2�R�  �4
����:g�_�*[t���S*]��6�,�O9�3����5��ؖ#^��l��m��[�e��П��W�
=�68u�P�ݤ�_��
��M��p�"K�}q��fn�V}[�[�!q�e���*`g if��|T��/\w�G3�	��zC�Ulr������QH�$q�}r`���og�՚g�O3�=���+����ƻ��{�N�b��-p�g[r�:�􏃽����~Df,�!�>��K���9YR2��v�r�D3��'�
��K�gՂ?h?�r_��K&`t͡񟞉���y7��&.�>�t��u�4�ߛ�G�
���:�^M�pv��wڴ�Yz~ڇձ�M٪�!�RW�d�;�#��	^�z�ʈ����Q��t\�Wy�\OJ14��:5�\���SXT��� ݓ��g�v�V9�UkX,m�iM�\����(n��>E�I� a���I�i�_��,������(�
;.s�)�=5�A�I��(��wX�g�}4Y����Dp�4��{�jq(Q
̷ZJ�U�Zf�K��*�xC~p"�2��r�#�$!�J��zZY�.�^|h�}���z���Xa�I���E�Xg�t^4�R{��f�L�y�p�ᚚ�1ި|�O
�2��5�"�t�U�A�ޗ�@��u�R�PN�X�1�ZN���/�ܨ�x�����IQ�×��_�y6�EK���� /������ cuD�o���7դ�	���|2��V�C��f+H��
�:`�w��i��y�~wk���t@�4OE],�<����ͦ?s��b1-��
�J����A�������A2��-=��t�칙C�õ̍�:�
�Ba�;�W�CE�Ξr��{�`�&��,'��t�����[8�q�u�
-(�J�]��4
����ʹ5���ay��
hh�Y����.��4�j&���4��a����q�'(��5���s�X�G�jWB���~����cm۶�/��.6�a�_A5���+=d���>Ĺ_.�h����8tB�s��0�HJ��l��l[UH4�v.	��>]�(
k�9.� U�A:,A-���w�yʰ�҉��V�jVU�^���}�|wTH�Ә,Aq�0;,�ZD*��#{���l�H7��bRX�0C��d�uBѢ�5�d�=�V�\T=�Q3�7o�qA̐A���O��l�ܿ���!��{_uDG_���rk��ߘT�^���}W�o).8����|gWP�Ce�J����x�6N����(�~v�_�;�Ξ���S?���W#M�˿��^��S����mG�
θJ��Q50 �i�<�&+��;��V=�K�rU��
�e������#��,�t��F�jë��Γ�U��|N'uL�����x��&�)
�6wrroG�4
���L�R��	gn��Za�����#t+2�>if!ϥ�)Ǿ�>0$&��q�����qJY\���I�S(�ˤ7�^+�'����w�ٚ�ze�!�e��-���ݙ{��a��wτ� ��K"�Jd
��Ly"F��ջ�P�n�)�ж��w�-YU��6L�8"�!ѡ��|�F�j=c��Ƞ���E����R���z!�<�nU<�Qc������o+�-`(|ɍ ���O,�tcR҇�ӆ���/j�n�@<�Q�g�����4�6���W=Z�ڒ�9���4cK���&{���}�8#Z�X��WUU+�QG��Q�����3,��/�%�Eo�����އռ���d�7z}
#O�t{yD"3����K��d��� {Cu7��'�
C)n�0{�4�k���(|	u(5��u)"�|�V ��Wr���e��n�n���XW�O�{���Bu�WU���,2L!�(�K}���=��	�[�MP)�s2��l�6%�j
#\Jg1a^9Q�.���F�/
�
y|x��&�>z�|%%N��{�9��c׉S'I�#�ܳ&�QF��n�๕��!JƄe�e�o},��X�M0c�s9]��e08u�x���޾�B䦂��@h~T$�%
?��-&�=���Es��nϨ��f'$��Є`9��w����vȒ�ߖ���$sNy�7zԯ�3.ɉA�>��c���,v��A���?p-?�#�G�v˧�hm,�Qv��G�=KԾ	��n�k@p*�;r��Q���w�Z�*ړ�Ǥ��� �3ν�եwR�-�`Qz\�ӧ�v��c�<�s���*)���%m�gNܦIy�~#��+U`~�U����獫l'�-q�'��֣����h&ɚ,�B�L��<�g�MIM	٧����@nf��\��}��do�‡���[6[�B$��9-��R]Ղ��T�}�uA$�+�eҢ4�k���v'����^K����6
a;8d-x+���J_�u_2΢G��re=�?���(�����w��//�(�_`�5�w�/�/+:X}�Z�X��.ruȐQ����W&��eUs?�z�N��|jj_�Mw31���#qJ[u�WF�x�Ԏ�}�y}M�r�.)r�1+��)	�Qn�"|D�U)^8s6���c��#���A�;}�/�
��	���?��K��θĻ�G���Mg�i��9^#0��;؎�Jb��ꘙ��#�<���M�z}tum��k��p��aS����� 2�p.A^S1�_.wGao%7�,SUW��Օ
7�md�%E�=,�P���[Ұ�劚���l����K�=3�>h:pZ7ן�g~��#��;xD�t��O���|��tҺ}��&Y9����ƮpbuU[]���T���ι#��U�Fo~�y�ե��j��`a����~�.;&\UB�D����<��j���5y�уo�)]���,���+�]�*�D��89�ż���mS��T�I�9⺹���"����_KKgh��&�\^a=�X���(�u`��mgO,�Ӊ�h}����y�$�ے�$�E�[��b����\ڊ�xl~[����l:�鈼�,����g�\j��gY�	��'��&f)�GL|�ƭ*�Q��pr���~�;�Z��I]��
!<�aPB�I��b�CUxЏ��Eg��C�(�<g�d���РrM{LWҮGh7�9�W�Fɜ,sR��ߕzH7�zϙ�FrcHK����oS���Fa0��z���h�C���:+/����ҭ�[-W�� p���3v��\uq�GG+ԛDX)��'��&M�uƗ�Û~E��ވ�Wp���5J�pGՠ���0��_�ԍ���qW�Ę��
]5�x�����1�yu�&��8Hȏ'��;��@�<Q�v�8�����uV�<�ɦEY)+��tn��|�߲�K������3*����"���ޫ##���
�ЎN�i"MC�F�Z�uT
���7���y\=�ц�ёc�XY$*�^�IN�h�q��h�<��쇢��[�筆��%���UY��A�G�8�m^��s��u�¶��$6	y�7YVP�߾���tF�(j�:���ڸ�$j����{w%ph�B�L���\=@�"0���4)U�w�' �O�w4��#��N>q��٘���>��0S|�_Ae�g�<2�8�@�+�5�	3�gKp:���E�L�Bv�K����j�:��*&z����0�V >��G�X�CJ��I�O��Er����W����b�$�W+�^j�ɒ�����ϖ����6�H�X#18�ˌ5����ԋ���`�֩�wG�U�,�03	�������̵1��Q�&���g;!��]v�X��~0�a������	��\�M�����F4C&h� �V�Ӿӗ|���怙w9�}��9�/��H�Y����1��˚�W�(�u2igo�}9�~!V7�;�:H�	�xǗ�~㲿��vW�ز�j��
�w�$��kʪe���1Z^�W$S�+ļњ,�-�3��!�cm�h��9����% Q*;%�_���8�FV(����s�߷f�8d�����شgm5@@7V։��!)���^`��#m�܊����G�k�!��y�u訦���(+�q��:�­�D݉5/��b��w������b+�b��ᎁ���6�}�H�Л�m$��te�1-ě
���G]i�ܘ��$��Q:npy�s�ǩ��B��q8��H�r-;�-c�N�*�r�J]c����G�Y���ucyUk�u���DQ�)��:4^���K<|�XE�ޚ.Hx�r亞�j�Κơ���-�]��eU6���x�bk���_lo��Ⱟuv��oL�zA+�$^ҕ\w�%>�[�P��G<����2���<�U����w�����+=ܧT�2bwݠwx����
�ay�#G���t�s+�s������[�U�Y1��n,�,(�4��c$�U�S��9���B�%�Z�H�\R�׮��m�YZ�,]�KH�[�E�ÿ��/l;�f��
�$�6��![aB�r���d�Z���V�zoْ��n�H��K�VU�%����)G��B�$�E7\f�YֵT���
�Kg��ɷ;�7� w��Bh�)�k���4�����\�r<�zu��t�S�o�?(#�"�*G����<K?�'<i��T?����Zm
l��ױ�k�ưC��d�	@�P�J�����uU� 7"C*����l�e����A�I����̮BZ|G�~ۙ���Q����ec)XH��#�����k�����3��KV� =[����X�_��ߐ���W�Co����F�x�#)ȁt8�6�]��H��w3,ky��ѡx���,A�׷	e��#��/��t�su��#���8������;g̗��]�[�d`�o��A�l��g#� o�@�^��vI�C������k��r��k�Mp�Ԁ��K���mnJ�6���!�	{�zQIVN�r�rE�Z��p��W�w([y����
*
N�C�S��!!�أc�����-q���UwJ�=j,�������l�[^sM��u�;כΧ�:}�Ҝ�	�	qg������cNh����T�v�)W��d���]�]�*I����n����M�:�2�ұ�ux�v�>����F��n�D!�$S�x8��;����;�(���~
�Wou�\�Ht�*GĞv�:��[�L�r��-���y�G�m
k�-6K�=�9�D>�Gk����aD�l9�<j�U�r��7����j��*�Nl�����)8�j�2��b��S�-a��s���4d ,�`�8j0_FC*�6���*�[$_\ q';C2lD�I�=#��:�Vp-(_��Ha̹$�$=w�#mC*A�1J��P�%�s�d*�:��%	}���4�AR8������zø���=�?Eu,q-��أ����÷���,!�p��N��:��Ő5��V�I4����?>�*K2����J8Os������P"偙�bN�%�
�p�xc��N�&ay�{M�lƪ3#L�mN̕&�>��4w��ՙި���|3����}+�e�}����_���,�,A�L��u�[����ϲQJ5�'z���@Nԝ�Z̉�ED�@�(PVdl��\8N�&,��)I]�d��N���Y8+�ʞ�_�w���u⥊�8�#��+�1d�8s6����Ǭ}壯����Uy��fc����+��!)�Ȧ��1���[�N����}3ǮIG��u]��x~�^�ʔ�4
���qd���[>�,{�1#�^3��ID��=�q$�%�ɥ��:A*��Cg
R��@�B��H���@�!Tn���w�l��˭��a�]���ɬ���z5����{z���1�R&��l�\Wџ��g���EIّt)���8�R�Tp*YM�ڋ�FfR�8V�Y�bJir5Fč	N4e�gH%�<�ټ�
��n�j�c*v��<᧼ /���U��jao.lG��vA�vP���ؠ�Z�j����9�IdA��v�Ɖ<��jO��3��j�5�Kh�iMt|��en�*=-AB��Q����׍.|�"?��Ïs���\Z��%�g��t2^L�#;K�0>;���!���SSI��!!��H�>�S��|�B�ϵŵQN�,$�,J��,��y�a�>A���"T�S�M���K�����"�I쫈�+�;;�Ӽ�[���5��*^�1!��;m�--?wb^e��Ci�O{�*���N�C/���.M�s'������f+v�S�'�̘��
T�kO�H�L��T�pR��s�#2�Y��@�2��N�6^T��)u[�>4(n#�*w�²Jb����$Ȥ��F�TxM3,"&
�ܴy��Wm�����k!o� ��	��,˒�e����6�G�G\r]U2%��8�WH��
C����Qo娣�)���*�[zb�2�n����ʹ�.CL?��g��l�2�\��#�.W���Y`�WG��>r8��e1����j��B����
��U���q8�`{l_d<C�hj�h��|�v�o��L9����g���䇄�b�%�&��h� �x��L��){(fo���P�H���~l����8� -s�3�(!���Ckb���er�
A�E�H��Њm�q�ؠ̮�x���+9&V��HLa������jK##0c�e��[abh�@�/9�����Jy1�MK��:�5b�oN�K�T��hw���Q��	��)坁�(
�i�Ƕ&p9������F�d�I���S�z��Ԣ���uq�g�ݴ�VD�Z�&`�W�::�*�^�!�V��p}�����a���,?���8��晛�K��_���7�g�?�r�W.U�[���c�>��9)\�<����r�.-�^�
�BtR@�͓�f�8�w��<_I���a���Ɵ̢��(��C�U��/)�\R�~���?~ۨ
ÿ�dZ��ZەGƐ�����rg���Jp_�"}�Ie�g�����̒6-G�;����K�>�$n�����+��L�[��o�"�N�>��e��Y�f��C-��\Qz��%��se�g����@��%��� I���^؄������*�Ӭ����D��<�����!��0�O!
�w!����ޞ{����D�S����r.��~���B�z��+�B�mA�*�+y����(k����w�_�3d���V��y��4/ܺ��Y���hs�v�zJ�0�a�p67��X��6����	��y�n�o���}l��k�n�r7
yyh�D�bK��S�OR5p�8�.T�a[��Y�hKHCJ]c@�/�s-`ϼ���E��a�Gk�Yr�ʇ�K<�E�e��W�V�RP���t�G+$�д� ����R��b��͇P��TE[j҅�
���*���NU��Z��{�V<�����Q�����w�*�?�Ӄ7N�s�O��	j�$�0`۱���/�N�K�]ϫ�]
iZ?;:w���<����7҆�҇��ߦ�٨nV�wl�}D��A�%�yv���+�w$,��Xl>�/j�1�'$Y�F���\��(���AЃ�]x�i�Zk���$5��U܈�?Z��N�:5�Z��C�'Z�ܤ�}w���~HE���VN'�O:�R��|J%�ء��C.^��ڎ�`��g͐(3!��a
�[0ɘ»#��c]j��)��`��rsJ!�*j�c�f`��o�+�
���;mx���x�� �2<s�5��@�HT�}��^��P��:u{��P'����/���>=
}JKo���
a
��XN�-��K�;xL@@����a��,�����u]Ϻ��U,Y�;I�a�˯�%y��\	��#�2"�d���aE޵>P�~�?nŠv]wZ���Y׬���a)���3�3t2������T��۷MN�6=�?Cݹ�ސ�d�}1�y"9�gV��˚!Z1�qz&�W��w��-f�R��C|K�>���'�cwA?`6$,�|C�kٝ��0�->\�#�˽�����5K�Li�Tom��\[کNJXu�}ꕵۡ�x���[@4�u�	�g�����@���+�"��R.AS�T�+�8S���3r
P,qݕV^�f���b��ڝ]d|k�
xtQ�ä=�:�qC/Ѿ�K�6�9@�̦��8ۃ�)��6m�k�ϋ�z{�v����C��G���v�̠d���
lC�ȇ�`�h��r�����.�S�F�m�إ>2푈��n��\�y
���3�k��43b�?��s�Nj����T����%�a�)���2��}7
��� I���
}A6m�"o'�iLI��I5��y��?����|��Ue-�Ң�hb��=Ϫ۱_�*'�{��h�3r����y":�U@>�q��|J�!����׎���72ZΝ��	]�p%}��,r	�T���āe�u�1't�̖X�m�٩X$:Dl>�O������KX[�;���4E�h!�BA���j�Z�<|:f����^�O��h5��a� ����K�����u����/bz�t��w~�8i$��oo��t�^3Q?r��Lˊ�f��o��In�H���i�qUgg��)Ӈ�i�-a��ui��4,a{� n�Y$����H�kJc��J8@�t1A�y��8�RQ�)(�
�qr�<���'T��2QUE��T�����ԫ
���*D<!�⥘`��]�0^ߢ+=ǫ��I|	^�O�ax��'��D�TSR<=�O+_.��㨊����d��'��	tl�9���e5��,ƙOv'zz�{�S�]���x����j
D]�âKqo"
���M~���7��*5ׯ��S�p�E���B>WV-J(��YWZ~]�^��oP�6{
�[���=<ozQ%��g�fx��>���ʤ�Ɣڗ��>�����!���C�/�9���ky�y�r�L+>;��ʒ����[�/�	�f�n��>�O<�1�#r��y�w�70"���a�YM��0Ib�8H^-r�i�
a�޴B��7�N9�!��gI 2�iOB���*{Ȫ!�&�F�s��S�����mt�*V��ch|��ʢ�&E=��E�+��BJ�&Q"/q�d��"�8Yn�����$�:����W�|�8���a�%	�F������~�\����\� ���=��w��帙�"��i�4��}B��W3�߬���[o4Yf��"����31Doڔ��r�]C���pϼAyl��k�7S L��j��
�@�>��s�%���0�)u�A� �9��-^{#x�/�ަL[`�0/��(��?¨Y�)�؛a
�wI{�d�dC1������ڐ�G�d�j��<����R��0�*eYC�NsI(~.�D<��ouwϪ/۟EP�q�{��cۉX$6����i��E���<�-����o�mp�V�tX�b�K�ͻ���/�mjh��o��2,;W�́�x�I�gƭ،90s��Q�NO�� �HP�1�'�gK�,-���"�z2��ט�m���q
Z�(Ez�QNe�sD���=Ն;�,c�P�_"bpy�Ik<Ɖt�,_��B����-�q��� ��ܐ.�_����h�"{��g�G�j����y����;!X�;����C
H��*g�r-��;2I;���d�T��X��%\�fT����ǚRs��m��-�/,���;U��U�����v-{���=�nO	9���k�U�땐������(�ndz�Ii���P_�
�k��a��6d>*;��	ڻ�{�V���q��S���[�B�O�l]yW��MRZ�$.��%������qj"�̙��.��9*����H*�:�H��fc�Ep��R��o���Q#"h��tL��\�V�	���Of������}=Q]��L���H��|�<l�%��C�6h�%`t4�5{�)�D�$�C���W2M���F���D���p����VI4e@� ���G"�����S�]}��ۅ��M�b�F�)�Ktݸ�����Mq9%qc+���9����sf�
Ѷ����b�!�t�Oe�
�^7u|�P����^g-jъ(B�	q
7�~���?V\x]�oF�og&�w5O��o�,3�۪lLT���õ��Nn�U`z�\T����d��S���\��k��+](PX����x%2��_�垘�2g@�E����g��Hj��t�M��M�6�FN�
�c^���ٲ���c���-J�D�_�.+�LQl�O��d�`u����;��֦U�b�h�+�}O�]�����ډõ!�bh�	�����y2/�$}-4���-�����}��|�~\��/m�ڈϱ� ^�$2�͔�5#��\�P\�kX����txM�)ƕOl�)^�V9f+�ts�j���˗##��x���?g�B�P|�Cv
޶�q�?/�&�����yt�g"�g']�OIi�W�vd��/����n����)�0���P#X2?�Bdž��)�5�sb�b{t�c�zc�7�U�A�Ԓ1)!��(����S���,�4���H�C�$np?$�=��i[��~�׉�����YX���A#�_0�����j�%#J��8_���f.�����-Ί^�.��'
�du�����x,=r�#�e������*AZ��݅�[S*k����촀��HN�T��%�E����v�A���c�R�Y�6��d�̻�Yܲ��������G&�c�<��o���&�l�wu��?LHZ���n���M)D/�U�qֲ;���;�
�쏌���g������)��ݢ�������yw|^~d�l�&ɾ@��S
�lև�΍r�S�Z�.b~��
�~��ey�ye���f�i���S��ԑDT�����M���O%�,%d,�L�=�B��-��1�;,��{�}�,Ҝ�=��s��n��=ǺOI;�$���p���'i&k��7���G.�����t�0�r��
'��b\9��r���
lgjO��-r��l�c���7icm+�!�D�]���a1=Ѥ5q��l��l��գ�%���ґ�j�	G�dT
�v/��	��#����N޾�^�x���B�:��W�ڼɏ��E�vR4q�U=zjUdARK�]����hl!�W���uB��
m(c��'
He��t��o{R�}$oEb��?����ˬ�A�y�f���C/Ο�{�ֳu7z䒏���XG�v�����-W>���_~�kϣ��񏈔�v�rți�&!�*)��rI���b@�쪖%M5Нs�!N���=�3h�%`�U3����yV|���p��k,6��խ�]+{���EΗ\��^����yn۔.*Qz�MO��տ��D���'�T��S\�0�WU'5���:�#�h΅A%�EZ�ʜ5b�Ҝ�6M.�^q���Ӷ�X��(��1���]l���(4��A���Ң�ۋ���VXkv)^ۚ�n6�e�Q�~�q`�a4E������l�Z{!����e�ٹ�R��fm��wš|���N�wda{%Q�	c�y��g��R�����A9z�X�BN�|5�ّ��O��49_w��9������.���f�o��(�D��\EPl��~�P��ˢA�'��Ǐm���� |��)�]ˍ��1��<|`){��y?�J;|Ɠ�=���J7��M��MA���~we����H��b^;+��4���T��1纲ѳ�'ZNWR�f�Z�x��
R���}�����E�ڢu^���}�
����=ּ3�CA�lC\�'EΩ)�.�b.-��GB���؄��HA|ZE�y�˭�y�H��:��$��'�X��v�3&�y�VQJ/����I^����	�'4Z�Y[}>�ēn�����ѭ�ţv�To�w(�kxǂ� ��Կ�^gWzۼ�r�1k
}Pc�.f�ŝ��L@�^�-��7�pj�o����rͤ�DⶴppKt��r��U}�$gmJt�AP���v���h*ٲ�͛-���Z�v&�dH�j|4�P�9���?]]zw�� �w���L�����z� z�����Щ!�.+',z�b8����*߮$����jΆ,��7�bC���o�/�]�E�h+��#PN��:
��<�D�S_S4;��LG������V_�!G��8��ʜ%���gq]�wX���\z]�B�W���λ�z��TS�v��l�������V�+#��ᡜ��������L ��W����ϛ=�u5�f�]�Y:�5tgq8hĢ)����+��<5d��P�:9�?tun$�{`�Y���?!�&]ܳ��p�a���R�<�ұ�nk}�DpzawY��$�z�:�ߓ�Hz�����dY�Gj�a�r�>��q͸E@��G�4�����+������5|��"�E@������8�x�y>�XqI��3%�4&���Ueѣx�ޜ+�V[
W�?�$�U����7���H���2�ܘ�m
�&�{}�3�}�������`RU��=}ii*��"Q:��, !8��6�ܤP�'�T�s���rvw���MDKOx���inM�'\W��	mF���f�P��O�V�
	��\����`���%~�J�JvCm�8�kv9�E��g�fv�G١�w2�0�$�-�\��I�MD7�Oۺ��rU��:Qڃ�1<;�	-���:�z�^%�q��B�ZK�QD���{җ�x�oe%�*p�7|�-t<^�xأ�bT��*n��}�ۙo��˞�(��ﴲ����\���^(�Zn��3�f��Z�,2��:����"��n�@{��8,�-�^��wQ���R����E~����'>�@^U�>���W5��%3#X�5�"߶縵�mw���#,�,�C�8閅�W��O=Ļ��H�7��=ζ��:+�
ᓞ(N�<��n"];٬�D


+�M}�Y`��*L��vl �q����Zf���u&��-��A8�M���������6u
t2i{�5���k���
	�v@����Jgv;1ph�Pu�2[�p��C��Um��
�^H��n�|:�}���Jt�8��2E����l=�U-�ӭ}����0��s�	.>Q����x��T��a7$�m�}�;aÿ�mk.�4���7���Kt݋�B�{����Z=���+�I�����w��oN�.��R�"k�O5h��a��C�K�0O���P�$�/�{q�u[��_f�_".�w�y$�8)"oX�;3�4Z'��G&���o��5��gȬ	[�푂p�x�$~VlYy�?A:�O0O.?Iv�{��~l�z]%��x��դ�1�G2��
ͯ�4`1w����^��"B�~��<׎k�h�:���&�9D�ɗ��@	�I���4<�l�C"�`��6���7Ћ�콀{�=V�+��
`��T�U0딎��s*Oʏ�tj���y�2�Ϡ��|*(Tw�l�d��b�nQ/��7Z[�i}�hím^��W�L�m�?�,/okkX�Ft�����+�-��{V���X7�NFd���39�ȑ�V��{\��o��o���7*:�^�.f��=g���
;:uP[�u�+�Z��P��ϸ�u~({��������R���ʑг%�?�L��'m�O#��8�x
��$N>�|�ߖ^��y~r���׮ۙ|�,y-�n��Q�ߖB�N�"n���%;Ts��B֭f� =3�EXX�7�W
��s	��i*(*+"AC.��ڥ�+�:����WR^m�SQM��z+�.� �sS��!�F]��bZxL�}N��N�
�$��pgv��E��mA~D���Ph#�.�0k���㲧�o�n��?��֭l���/Ox��$]��L�`.\(�P�+:rj{�x}cO���#V ��̥)�:��f���(ý�Q�� �ǀ�*��[�յ����~�-`h��1):����ҙ���n@-��݁�'>c(�����>,����U0�.Q����/��sU*�k�ޑR1&&;{�=<�	Q���dÅR%����R�	�����F@"��z��EG1�M�}<*:Q�5	��zW���՟���D��Kj~�_������[#������Z���/��9XMF��ۇ{��7�ș���ک�����+�h����sDf!!/���y��{ܸ��=��g0<���)�8�4�T�Mʦzj�^K"��$L�+�܏�!^��\*��d%\��%��N��s���$���Z��:˼��&�,�t'U�}�~�#���
�\���ɝ��/!-�mY�V�B-Ei8ɷ9���2<��S~N	K۩�p�'�Â���*�֜�wcWF�c���K?�ZAJ�ƺ�p7Է��b �i����KL�`]��gɎp$l)�q�����ҍV�B�C�*c�K�irz!�3�ڇ���|0��F��
`�Z�B�Q^��z}"!թM���r"�[�R���M?����� �7���	�dLdH+X��Tp�����;��߻W����3��k>j��W]�[��т�QT~�79�E�<�r���jO>�3�Sѧ�B0�n+�\q�\Xh�;ed���I�x��6�>� ��XC���Vr�pN�F��K�|99QP�ba-�~
$�GnX��?:a.pf.!®C�f��߄Z$����
���ݞ\؉j����rv�b�1��F4
%B �B
k"�r�,$��$��\�7K��5�s��n_���+����v��� ��P$�ϩ3�/��x�>J��aw/��T�i�X�F�N��)@��ԅA����K$r>�G�nc	Q�R]
��]e\C w^�ʺ�𑞯W6ު}LB|��ұ���61�R
��pn=��b�>@k��D�R��ƌB�<d�D�OK���gzJ�2�mo��zMnE�}EKG�W�䷔H�C�	i���3��<I>�MQ����n�h��5�0�qb9jC_�~P�o��a��ʀ�1�>bש����i�v���63u_��;fj�/1'y�9�D8�a� ��n+.Z��fq��>�Z���T��Οά�s6����
���w�V�@)������w1����`�h�	�|Zw������U��i�a�{�]�"��5�X� �M��DXfl|6�b��3��Z=c�d�dž/��bWO�����g�L �Á^�~Їo�;Lx��0e�_�Z��,���Cõݷ%�"����({���>��9�6?���������C��`/���}�G�(?���Zi�	�6�m��	v{L��3�Z�[a��x���'�96!��1�2�'�p���ͥ�[�˔�)�)�L@ƙV~+r���2��ʑkk��9�Z��	0NG����2�5r�aQJ�#�+�Z�,�O���h�O
�:��X=`�O��0���ߋ��W<�N�;��{[�����e0�^�G���ݬ�-{:�&ܖ�V�O=t]����4ƏKF}1Q�WP�y�@O�~k��[�+��c��D�����@��k,�UB�#ű&�rC��e�,�/at[XOd�Ԛ{-�@�a�i` Q�/�
��B�X�I�HU�,}�Ȥ]�Oy�,�����tGd���.@�뾄���}�ۀ���9S�U�W�!O��ҕ��`h��?�/�=���
 �o�"���:8��A6VK�#��X�����Iq�q�K����y,Ѹ�:^PAu~���[��5���<�`d��l2u���v
6�5b��ǭ���K�v����o�����
�o��
Iѐ�8��0���M����	S��N����&Q�%�����x["��:�v�EbJړ�0��K"�`�G^���!�ܾ�3#G����WT�b�Aý'���4I��Io��5�K@�d)ƻ�H9eW�`��p�[��':��q�\}���4=�@D7�Z���w�Y5����06���Ә��В� �*)����z�G�S<.F9"��Ca�!z����[�~�P>��ݴc��ZB��b�4l’ٟ��s���ԳܻY���j(J��՜�:�qZo%9" ����]c,:�Zr�PA<�@p�/�"����
��g�]�[u�o�W�(�AǸ3aI�L/��)^j��_��s��;�_"����K�Y�		mĄ�"�oj��=1H��f�Τ;F ��
U\V>��{��9Yc6J�?x�̀W�0M-��7�ؙ���HrV�2
��I��<�����(�����
5uywjBt����A���֏o��\e3Y��L\�ʺkl#s�s���˯�G�b�/k���BZ0��r�D�h�D�q9�W���z�C�8 @���C�4������.7��U�{_�\���_}#!|z�(12�O������d�@�C?�x7�N.?y�jvGC��Ҍ��"�ʚY�lC�`���2�'%��b[iܫ6���hLF�
�HO]������
�M���"��U��1�P��
[���9���������X��
�|U��B���� S~z|.�4���TP��{.��b9�p�y�-�~^z��
�\��@J��X`n�bDWpk9_c,:�2�Ya��FμҦ׭b�1���DLc�a�u"ҝT�T�7+ov�z�Ӏƣ<�n�siDw١/�ţ�����3mW.�{2+ا���t�b��J���c�"��9����ʓ�����8�lɭ@��Ѥ̤%�>i�����O��������~��}$��f}e���]�Է��9��9y2�6WL���u�SMv����q��9t�)iG׉��0���6��G	-0I�#�u��1��}ŭ[c���z���6WŁ!-pi?K����8�'`�PCrr������p\���B;�k�i��~8�߯I��{'�D����ʪ�J�"am@!�B��S҂��� �?{���łk}�Mq�W���W�,/���R+O��C�[��Yw3|c����k=}Q����c;Y�4���������ed6n���گlc`��,�ɩߤ@7iM��=���Gs��4g��%�rG���p�H�C5p�#��S/ڝ*���	ϓ]6��}�N�x����������Er�P?Sr��b���O�{Q��p���h*L���b���YS�n�
/�BZ�;}�m~9a�4����-�h�[�����͎ϭ�J$�1��N�&�|'�c�䬥/ʺ��&᧥�,��/�94�
�g��)^D��/�P"�܈Edӽ&S#��pK���D��D��
�Ț���M�9B��4G��e@�f�~޻;a~�WOk
�CL�� T��|�;��v�)␳aH������z�=lyN��S^���xG��0�f��x!e�Ƹ.�9����\(
�(noAiO�@ut:)�S�P�U6�&*��B�v���pF~�[����@���]���J��a0��dT�x͊Z�С���q0.�W2v���1hd�-CZ�V�A@�G�ñ|g;��=E�4�'K<�@��|��4^�q	|�\���V���1p�%[�#S���#�F����#��-�C�I����̥�+\),�Wyy�:#��s�Q�����P^<���E�/�P����Ny����ߞ�?)��e��S��b:	jw�na����\�T�]n>,��Jz���F "穼�ƹ0-���h�����q�(B?���Z{)���6{�o���ݔ��2WC��tˋ��g�5�T8�����,+O�e0HU�ܺ�vRrA�D�
��6���ř��!��D)n:��nc	�a��=2�ݫ��ws9�O�Y�V@^��XI�{+���#��b�����W��y+@%
��0.�{�'~{d�z�r��/�ێl����L��*b��d�_����Ec�f����a�"�sص�-	��v�$�95�]�&,�̋�P��L�Y��$8�>���=��[��w�<*	C~�$\���Y�Y7��W$Y���^��q�F%E����A�W�Q�7�{����EH2�C�)C��u͔��.w9A�Yȓ�K������c������d
�Ị�<����w��TPN�wb���ԡ���"~H��6�6�_�0wnDKAAN���e9������iFVg�?����#���|�����ּ^2�|�Ś{�A&�X�|��[QhY�^���oG|���#W*��fe`-�ޣ�\�6�i��˺�.tu/^��y���kA�������/�˙��5��n�nמz�]1���Z[ϝomV95˅_�6�	e^�^��!M���M���H�чVx]m$��Տ�KJM�4F-��oQ�C����2����3q/�T�]�)�<6.jxo�/|CA^�[cB�2��|A	�{o�1��K{�2A`O��F8��;��' ��9ƀ@bR�]ʷ�q,V�o�<*�l�^�ܫ�QcT��_�5?$�U�0_9׊ f��)��C��ץ��)���י�P�["q,6��
���<sZ�mNv.
���.'��
Ԝ����}9��P̂�$
���h?���˃2=��+.�#G=wO��G>�#�a���cd$�\�ـ����ݻ���g�y�Z�g��v�b���Էaz8�{ț}Bh�A�{mD�����.��'*K��Oik;��D �#�����/h����;�@��±
!��+�ګ�-�c�kn.���v�$?:���ܗ���b�{��az�K���ޣd�GkyVֶ����Z��ͥ:��'Z�sg�.�O\/+�i�.��5j�>(��=��>��v
��w=7\�4���߈y�~)��qNKs�s~�9<��k
��{d����o�Þ;���Z荄��A�R�4�vríḾ�Ѳ�ʀ���&�_>�p<a\&�R�_q���o
@X"P]TU�0y��v�v�w��t�]�U՗�i��<C���i�x=c1v79�(f�
�M�k�ڄ:�'ڪ
�I���`|y�9D��5�n��U:�C+/>9U�F(#eI�|�K!����l0��36��n�LG�e*6Ne
/ˌ�Ԏ�Ūjj՚�w����e��7r|т���֔������讞��
�A�Z�S�Cr
֔B�I��nt���~�-�#Z�V����v��L��Br��"9ŗ5���9��8V��x�h�_d^�:�|xmW(��~��
�M�y�+�)#%ʂ��u�����~ޯ���щ�*���K��X����<���g��7|`����z��H0���ikY�=2�����n
_��u�X��GWVҹ����Y]/K<J�Tdn���Y���JM6@��rݍ��N�bj���D8�| ��'�+^�j��t}���΁�bFAGĊ���̃��/��c�D�;'f�{s�)y��'�	�K17���E��m�蘷Ҕ�k�<#���ꨏS�I��V�:�	�e�8Z�(t i��@>�8[���4XL��{��J.��.
5|E��^]sҝc�C~���L@�!=�I�uz�m�ʐ^��IU:���d���݌a?a2h/���i�y�;��nQ����o �(�����&�=X;-�?�vkC�)���fm9��ҟE��f^��-MזJ��=�4o,q�˒�i^�X\lX޳�ۓ����{-:�������V{��??�&��*_i��]�Ţ@����T~�9{��U�p��M��Xא�j���S雩W::��@V�Vپ��=-��}_e���y{�Ď�^�g�if�h�j�r�Ԯ���0(��w90���{�T�,OT�<~
����>ϷXVX���8��^tΪ���/�����y
�F&��$ZL����ȏ!D����Hn˃8�m�����L����:�d�J'�!c\?�<ƶ}���@}���������݁
"'�||�2�_}��W	3:����}6)X�.�邈�I���e�mś�[�:ޝ��r�m��L#hd ��c^o����;�6��a�!m����L�S���
>�n��N-���j'�9BP�B��"7�%"���J�<��Z���)�
}�B	�[S�����gԓd%���7
�O�M�mf�Z�dQ?��8k����
��8V��jW��{z�
�5�zՄ���ff2!�]�J�7�����3��Cƅ2P����,�Mw��ǹ���*)��5H�����% s�9ҏt�I�TH��'�~�ic��K�"�~X��=~KH�^�!O�q&�
�"�^���S9c*l`t��12�2�Q�d�@���Z1�N���[
:����H\��t܆���Ce�S�S�R|D��XECyd�hp�9@<(�+�����$̙4���;.9댋)5��d�e�s׷z$���U��f����{��<&�v�$���b�)K��W��T�����R�8Y�j���'��?K^GW��{�o%8���dw������J�g�M�z	3.��7S�[�^�n�?�ԣ��l���C9�Xd��C?��5{/�����{/���{� �2D{D
u�wo����̧���
�Cj�c���T�#Ț����y+L��@w1�����c�@�]��?�|���K��9��d�X�����e,r���755���뼼�ِ���\\5A���	�7�	�[��B�~����b��s�^w�E)`sOrя)eަlCZ�@Kg���ߝ��z��/mi�M)�|D�R�ѿ��=���/��|��pzW�PC<��x�u=(9�m8m؊�-LW��.n:�Z}w杠6�
w�$"��O5��t�5����Nց�;&̢� '|^0���R�.�T(|$p��Ȳ���!��M:�
toTĦK���MH'������O��|2�6N�5�k 1J-�1�YYs��ViU�8o��fYp�s�*�l	�/�Evs2J��/�?|��Ÿ�F�b-�VAcF��:���l�l��{类�.K�M(6MYW��,3��w���Ec©Q���<
���CT?�l�7UZ�����*��{E��ipCT�4�c)f�(1/�Z,�O��,��T�eE��C���kؖ��K�,�KH:�&��#H���D5mrH���?3�Q�F"���D�Љ���6��ŷP�>���	!�Uq�u�.��f�c�^�t��X�\ZZ�J��9V]�бو+|�f��q�,��ҏ��A�_/儘�(#� :�Γ��k�Q�n��~C�
����<�ϳM�f��ɥ�$<;���e����ڤ1%��i���EUg�q*;�R��1=X��hW`�VU�r7���.Y"�q��y�W�(�M��&��q��ψ��b�)�c�����Anj�I�W4y��tҝ�1���Q�܃��j�	6���W!h�d77�"N���˴��:�C�M\t��i1r��[?Ѓo�{�TEz�r�	�6��k?Z���Q[���7�/�����V�{.�=ծ�"�+����9=� K�Le,`S��w�9oW͡ɓ�l��
�_��G�׆aR�0��e����_ǁu���5��X2��k�>���[�:��k�ї/7:�YÒ���+W.1Ad�e;�f��4�����Y.����H:��^����θ`"<�H�W��G!�u�M�,�Z@LT7�cC����ގ���
��>�7%1��$E5��:D�kP����2r�@����5�����ݕ+�Z����f}��G�
7���R=�4GOb��T˷�
��ώ�#_�w�Taҳ�j���t��[����H�	�-ys���G�d�h�Au.Z�54N^�����R�ӲG�2Qё��\I����>�]zP����=�>';��r���?�8D�x[k5j�4I�T�U	�W�0�*����hڬ�Fg��LRg�X,���cA�!����*��}%��s�Y|�{�F����+���u]�$�_oI�r+sź�v8��s����R���?,%_��'N,�8+ ���kħ�F�gd/$[�5�'��Z�ǡ)���A�{P���
{�2d��fܥ�C(���QU�g1�r�\;�H��b��b�τ�����e+lI�"�"�Ӝ��
�.�?��>ik����V2Y�r.��6�ы�<�OF}K��lc�+$�#˧{ɘ
6S�9Ґu����d���`���*�ٕX���5�=��e���ou7~�4�-�x��f��&�|ۼc���;¼�,�Z�_ݥ�&k㯩���\&��cwF��c렮7��ؔ���WK��]�}Q�Y�:��HA=r/KuWT�7���Voi�������;�Ս��+�ݖO?e������m�+�9W���*�3���M��u=��-�ZR)����Q�v!E�Qa�(9�P+Bv�{@�E5�*q�]?�����vS���!W㐸�7g!�N���£Ir��WO���ԇdmb���W�B���M�!��*I��>t�3<Z��o��30X������ܧ�?�y��I=�5`ռ�4�j�M,��Cy�=�o݉�TpGX��Fo���~U�o���+ZmG��z-�V-���;z�i���ʁ@�5~c8{���n�PL�T�{���+�<�T4��B��-ܾ[�@A��d/y@e��A�*m�hɛ��03�N>�9� �3��D��˓���ʬ�������y�*{+�I�fD$5w����[E�G�e��L�e�ur�H����1�����T�~ΧtWyw�$vsj�f2(�d���F�g]kSz!~�']:4`�lyi1�Yʸ��7y��T��)IJ��u�� ����^��ճ�ķ�'^D��v������IwN{+$>�|��ؿ�z�Fd����a�����O��bDL�{̬��o���<5|�ʐ��-DI��ߚk���y�BoW�+�o���^��'^N?�� =8\|7rp0�~Iq��X��������3�
X���dyz��l���0�E�p)��K�d��BĔ,�D�K��Ξk���m���?^$�fRd9M"Q��%��ƨѣf�H��ç�]�9_R�U��Aq�}<����=�^��F-ڋ�V���욽Vq�*ĝ�/s�r��������u!`D����[I�w�=)	Ek�v���kȿgou�S�,`����*糣:�g<�N����Ͼ${֩ڗm��ߕ�˻:7m�L̝VP�	���Zo�x��\�b'C��L}zq!=Ew�
h8���t��[�F3Xc���Xru�.�$K|�3�b��8���r�ҋ���?Mzbި�A�ԧ?�k+Q��=�JZ;T�gr��]M{C�}BK��&0��F~~�Y��:�P]�\��
B���T�*&��,F�u�U�y���`H��n�
n��
F��|�K�ln��x��\.���H|���Im�,�i]�&�+C��9�DZ���7�+�g����Ds��>���������mb�|{�{q�Ouye�ڬ(+7��oʈz0'�#2�VQ���ǗM�E��}�
��LK�4��~�I�:�ֲnj5'J�e9wse>{hP��g���,��f!�k���土^��Ɔ��l|�w�u|Ñ߬�<e��͛�ԝ|wZ@O�iP��	�l�ns��S�֔���L��|���Br��%I�Р�u֡;E��R,���Mj7���l}�-[���`�p���ɮ�0ف.u��I"uCC6�L���N��-�J�b�;B�!� ��~)����4dn�dNj7s�'�E	o�9J�	n0���p�3�;����̝�07*]�R݇�Ɖ�C�� ܙ<?��4���?�{t�q����������b�X��ݰ���e��m�7��	�	w�v�C��l�W�j�m'�|[d��>���D�Q�x3Ck�p)���e���C>��Ԟ$�2f=����:H�h5ڢ��hF��L�,@��:�����E��~7��BV?Q#���3QA�.јڬ��xW�uj�T�a7`N�"�*�kKbY��JD�:
��,T����3sq�%̓!L�ooP�M�Z~8_BU�h�2|��H@�����m�Ej]<��m��	wFɇ�|�![��$��Q��#�z����T�֞N��6�		�讎�HNb!b'r�V���!R�n�&>w���w�������)�rR`�><\��|�a� 	��+��Q۹o���=b$Jh��ܒ"A丄�uu?�\��hG!�7�˽&K>��p50�E��*���~#>ĤR�>p8%�q��{��}�#��p����q�Ϳ�fOG[pVa��rN�v�
@`H�r�r��UHk�έ|z��g,t��Q����ͭ�Nb��)��Y�0G�}ws=�?1�]�Ο.:����X��ӻ$��V�ލځsw�/��@�@���{W,}v✥"Ըz����EIIK�U��ŏIe�P�`��fq�4ꒀ<Et�\|4:C(zm�;n	�ih07��1(�XX�b>�y]%]� �-"Փ9�s��zRi� 
٪Ӎ럤1�!�Sj�3
��^��-S`Y9����%̥ʒ�>�2�.�-}�pѷ��7��^�-R��2�U�[��KV�^����j��]�N牅�a��"}���-��|����� k�2a�^����!b)-D��*5�7ho�Ѡ��J���?\ζn<�o��Q���0^�06�%g�>)�f��U�*7���U��'��M$+���6_7	Ԥ��Y�|j���ip��UzǵA�������[���.`�{f�"[ꨃ����H17�0��u eeɲH�k.���a0<�bGQ�Ji�%��_�+!���}W�jۑu(Gkf��EsF�/�r�yy�#�X5�F��H�Ʈ5��Y�e��8<�1g휨�}fP�}�,-�^_�J��Ϸ&}$��6�vƸ����e���o�0��?�
{�d–�"�+�=����*��c�y��xy�Z%�=vS#C��9
p"8*�^Zx��7S�͊;���s���_"�̯i��#'�+*�q2I��yl%��E����^[Ɖ��7�8A�-�4�㋲�.��A�uF�EOZ�a�;R3G�F����~#�ž�T�]\{jg�W�X�~�<�pDm�E�ݭ���Q��G�C���=p�$sC�T"���Y�uG?��1zˠx��i�v�5:�h�`��亟#�*�����,����f�#>3e�Tu��u+(�l�:��*o�w����Q���ʑ��GwE��8���w����U��՛�n�K�-� �͎K�M��r�9�]�ay��+��2���p+ҹ����x��?�_Q{��(Ƕ;
�-!��1FR9n�f��!������?n��
 cD$=K��n,P�Yg��xq�ͩ�'C�� 
�}�G�%3Cg�Q�Ӝc$�n�%lcf�Uˌ�N�^�ޤ��M�-�'KV�Ϛ�9�y��e�z�bQ��ȵ��ƏxT�R�Q���5~
^��u9g��3�f �{��&#T��u�H�8%���2t�):�N#�s�??%��?05����љ�T*�R��g�)Sאy"҇SAܻ�錪�)q���R�K=W�H���=��.(<���>L}�,�7�汫�Ǝ��P��� s�+�fI��X\h���;s�b)�.V��Ħ,��|pU����YY�
��}�0ӐT�z��q�M�eRp���-NS\ �.�]���H�d�v�i�dK9}�dqz���K�5�nX e���5bF���6�ʍm�C��@;�?�{R,l�=���p�e��(��FM-��c�<�:G�Нn��喊����&R�aRV��z*/�ҴT�#�H6����v���#�I�(����V!QҠ��G���߄�+x�m2k3����zU�35հ����2o�~Gq��r�v �����*�
��[Ւ�C�[~:�m&��$�4ij��B8�4|���؍pH��r���+ƺQ)��؂�I�
�<Dmh��	l��H�7Iy�C��j�����AG�@���^�rUe5��ôc�G#[!C�"J�Tܻr7+LUʻ��|%�#N�M�6�t?&���B��D�o��;�<>��g�H�S��ba-ui-��l����/о�0�\M�}K�?�FdD��{=�{<ԍ���^Ѡ��;��|x�݋	��]94j���Fa��f�|�l\�Q�!�r5��3L�c6�?a�a���5�c��G|�-����ls^���8�%�6u�O��9�Q��ǟ��nXIx����4paܽf�ζ�K~�?+2yIb)��;�(��J���Ε�FH�����+�*1&"ɰ��ɍ���P�a�%'o�f?���cO�O�K����8�Vz��M��é�cg��֧�6Y_}�	�o��m��+zgT|�VQ?'����"�x��R�;gO^�L��8;��q���a��ߘl�Lb�L\�Ww�>k���~[gwk��:��>2}Z�B�{��W
,�w�&�S� k��a@�Ը�?�6>3����n=)?{�2���������H2,)q��H`��ޕ�3jkTĞB���?��Qm$%�)�����}bU�q_�c�qY	-����_�1Ӂ�)j�?���E=7>��-9�6�l���.�� s�x"�h��c���[��y��7�?�N
-������ T��K�����7�9�|�Ѱxz�j�gmh�I�n�H�o�g)�v���~����
C�;L�Jq�u��p��mW�<���˗=l+(�lCP���m-�[I�H�HK(��|LQk�g�ª?C�EBx��}QN�"��;��FNU��cE�\k5E�G
н�^Jv�<�+��Dk���r�K�C�N
�w¹*�{�����Ϛ�>��j��h��É�W~{�|�k�ÿ��$a�=�����g�1�iz���f҆M��m�� ���z`��0X�*��+G��n�� ?J�>�[St�d�>)�`zdM���+�9���,Z', į>cu}n��mĐ�N�=�z8$Rգ�3�c��1ME��K�Y�$����������
5�
�]Y<z�(�����:�Ob�N��A�E�5إ,��/��-���D�ʰ���sU�2
b�C=���(�F�sU�;ˏ(.��&��@÷?K�*ؕ�1���E<�
�|g�<�%u"
���kC�D%ʫ��p�zE�]�h?�*d�Pg�\�R
D�ć�U�$F��&�i�橇�Z>^=xܠ�KHUNy����xU���q��Y��d*�gg�mnL�%��r䰼!�@��Z"��["(�͘pf��k��"v���$�ρ9&L�I�Q����V�:���WIZ�k�7��TT�!�X�52Q���I��e(�Z���P��
b��}LL�ϰ�:�.'���T/�k�S-�>���l��T��5�}T�r��#�e�(��S�G��:�'Wm�P 8��oV�V����7S*��6⋫��-���7k�I�5P|-�w����S�X�����-g���`(�T��zI(j�aZ�c^�w.��8��g-�fV���]hl�3.yO�u�2&������8EAD|L|Z�3�ɡ���2�]�ۑ�5�KqO�[�شܵ,Մ>�k*���j��sέ�	*��Ѯ|\�A[
��T����O��=5�@'����z��=]Z(CGE��fM��8�G�W��P+q�NE��m�F06�8Z:b7���-�Ь��%�{��Ch����1��^t��m,R��\��H�T�Z#x�㮽���`��Y�'���}?����}��iou8�K��P1�����㥙夆C����������Z�"�8������@x�
µ-�``�Pj�}6Ll�R����U\�6[��CZ�����N�"��*Y���=3C�Ⱦ3���ڣ��x~���,ce�G��;�,5�R>U�w�6Լ�SAR7|aq��u��^�ځ;V�`ۼ<��V�����V�HɪE-�3��t9Ʌh��G�;��~V�n<r-˥������V��?�%�asR�1��>:����{�~۔x�9:�7N�+m1����f75dGr��z��ZFݬ(:��%�P�
9�G��a�xLI�rl2}���>M�n?��K�wE/��:T�@��Y_���a���^O�ME^3�	����O��\��������s

_�^��9$-�Q���5��y�'��m��s���с
�c�v�V �I����߇�!?�I���$7�ܡ�\ód[�#���mH��܁���F��&8�$*����p��w,意�hiḩt�-,6�i0��I�^�,`�Ś7��{~�5Q�R<?OȊc%S���(��D<�Cɓά����*��r���W/�<5�IT���,�y�P�	��4�M^�V˿�׏��e?1�M��BO�P��<qBT}��6Z	|.<��3p�G�2q�Zoݹ�p|UNbUqk��w~m��9`�L�E�E@Ka}��!,��/��p���7���b�� ]��G�{�����O1�R1��
;č��A��&���u³F��?�m	��]��1���ϛ�Gg����돾��IY���ƃ�#J��j�aZ��z"L(�Bz~Fq���i�eU7m��4/��u?��@��H���	D�B��L�����0}*�X"��J�Z���
F��b��N�����@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m?��~����(N�,/ʪnڮaBRic�0N�n�q^��~?��yd��=#?��j��ߴl�|�`�p���B�XB�+��J�Z���
F��b��N���q ���$
����")�Pit���py|�P$�Her�R��huz��d�Xmv����z@��H���	D�B�Y��`��.�/���L�P���No0�����p����?_ �%R�\�T�5Z�!A1� )�a9��d�Xmv���x}~�	e\H��u�Ӳ]n��)�&�q!=?�8Q��4ˋ�����q��uۏ�s���I���(Ɋ��iَ�A�I��EY�M��8�˺��yݟ� #(�$E3,��$+���e;��a'i�eU7m��/!��m)hrYzb��3�3�S�H`]A�Mx1A���>]���5�j��^F�i�T\?8E|ӕ��_�e��oH{U��Ġ��T�&L�-3�QW�n��Ԥu����M������*
ۥ����D��+�%�j;�b�ͮ�' Y�>
(؟�4��w�]|���/���JW#Ȥ�Zca7�����B'8:{�} ��N�$�8�o��Q|W���� �mOnL�)��Q^!W��CM8�}:N�hۑc&4ٝq�o���_��@�xމ�ɐ��5����
Q�+�t�*\��]�w	�C!�W��^"�yw��n������e�/��R�=�`���*��5b�J����z�MwZ���N	h��PQ�7޴���-�␜�E��g�����C�29��*X����YK�Uk�&D���\�4����]�aw�-�5�&_kD�@�;���I1f�ͫ�{�C�[ŏY}E��xd�S�9ɇ��@�~��$�`�K��P����K}���=�wv��ZR
?P��h{�%���Zdϙ�'�bi��ys-KhO�ü���.�� [4/%0y�]�|�(��珫D���Bˀ(�D��뺹�"�c��fw��8��Ng�P�m���zd�o*Ģj6h�n�i[�}�iY
L�ٱ�E�f�9��eF�8�d�ǣ��O�k�@�p����#B\���'Mo�=�)�
uĐE�B>:��6Qlo�����6��]�Z* �)�
˸k�ֿ����� �/�d?6�
Q���7D��x����'ey:��K��CaM�۽�T&�uf��T����x_�����W�D�){5�PJ7�A�����2��wW�q��o-C��g*�����te�
���j^"�~�4�{;fo-�W�?��*w�W�1�{���|���k�.Q�Z"�
X�-��J��/~������۵�dp��;�<W����4�M�S��/��+�En���ش�0�;��=��N���{�3����!�Q)9]=$}���޵���2����K��Pg(۫PY�)k�揚�f�,�}�eK��fh��#�*�3W��A+�����xv��fe��+�+�,��fTr�~j��)	�[Tn����*��4p��]���W1dz�%�f��5*y�����W	��	@Y�9~����Ë���Ʉ�T5�X�ٳi_�q# �;�����K(�56�9L�FQ�/�R���L��EE&Rz��O�EK��-�Q}Y�kv���
������qsOLc�G�2�h����n⪻� :`�֥��$����ǘ7UѬr���_J�Q!wJ������:6���m�纏h�%��b��4����	�T�M��_�3\j�z��Fs1g�.�c�b��G�d?2RY`o��;�����2u��%�{��^r�)`+�v��۳������7�Fs=���CuC�{�C.�=Z8kV�Ye���`�Ԯ_Y�ꓣUu@�i��R|:��^�y��%�����}.ӀT4O���.]qq�Z-v.w�e��i��������o���:��f/1I|F�b���D�X����CE��?{���U�-Nx���0�w���6�~U�~}.x�����c��f�!�6�x�>�}�WAD<i��3��״)�>�|Qķ��~������X���C�����}���<A�>�������6cT���;k���#7.{7c��8�T����_���4��X��;B*bm���#"""*��RJ)EDDDD����̛?9��7���t3Zk�g�с�hz�������t&ޯw.���Y�N�ˋվ�gH@E���!�6����~b�rݴ���z��]DDDDDDDfffffffVUUUUUUU�i��{z�����6�Nd�PK�
�[�A-yJJ4assets/library/font-awesome/fonts/fa-solid-900.woff2nu�[���wOF2J
�0I�8$ `�<��ʔ�D˫@�p �ܒ�Dp�z�aD�fO=i�xTUUUՔ���l������g���o~��?��o����������O����´l��x}~���筚���!@/*��U�
��>²��
���{;mB��w�@^Q^�Z���f �����ܓt��7��`�Lr��ˁ��P�B�Jx�ҫ�J�0)K�T;S������ODg�몮>@If3�{�7��#�?��t�n'M�@F􀪨�D�SGz}�0$�X΀D�p5�vw������y����O8���F�,i�q�X���$+��&�4^*��P�x���=�Ѷ��G�b �1�́��d��Vսu+�
�;WwMw�L�LwOMuM�٩ͳ�Ziw�[y�!	I5Y��!l����6^"�q�`�:c^�8<ǿ6�^���yK�sK}��f��y;�f����]�V;r�d[��M�la/�X6M�q�N]��ԔfH%X �t'�?�%����H�?<�:�}(��#�����Jp���2\*@��*0�)*d��dj�CM�B�!K�p�a*"�@�(�6 ����|��굽��ذ���
1�S�;���'2��2VjC{RFXʈ;8aGּZG�����_��'���:�<_6���\�dh��7����Z�2MAT4I�$���߲o��~��"�sV�����h��^���&4)������!Ġл�!)�<�nNa%R����h�p��KM�h�[�z_CX zoF��H`�2(U�S�v��;m�UvjA���TҴޔ�.���^��_��� 	��G������29L=���s��{�	����A0w��=s�������=3w��@w� �Y�rE�l�Ze��G�X���A��,!��9Dq`V6@��$�����`����l-K�ek�Z�=
�Ԓ�b��W��,���)��-��z�m����%�Q5d�:U`Ke4��bch�9?fJ"�qЪ�V�j�À�����e����V��d2�՚��I>Ʋb�W�wo�u�!:,2�����/���R�Ol������j� 0��fV�n���ز,m]?bۋ��VN|c���yk�?���rhN5`�W�?�jC��s��K~�0Z���jW���{w�sF�Kz����xf�1��¿�̍+�I���z�	:�w@%�O5P����H��X��i�
(kMV�[B��sx�׹���%�5.噎N}��L��lj�,6ٶ��Sc�a����(��wNۓ6�Q|*�Ig�E�R�ǿ��O�d�Ժ�xJq̋Vܯi��򕍣�!�E����I�ltX6��&e=��WO�1H���+���_T�Ʌj�67+���"]�]���V}�XW�!��|6g����݃�1���-{�̆�wV7�ˋe���$#���;�3�5�S��/�]Η�X�H:���o>�T�=�ط��88 �b���^���"G��߲���{���<�u�<ߖ�y�`��Y�}��"3J��ڷOl�������9gٱ>Xׯt~m�{Ur���X�N�A���=Em���#�������
4��w��E���&x��ǀ�b��;�W�y`��]eO>i��VY/2b�S�/����
=&k���5z�yo(��N�y�&���c�Y�bS�gϤ�䢺+uŞ�\�w��w�j5|Zϐ'�Jd
�����`C���vp���}Z��\#��7j�hu5�5;����w�8����ˡ��Z+^A���VJ����(<+�����a§d}m�e�tf��	�����V[|Ek3���O�̏�C~���z�?������T�i�}^űƶ&w��*�v�����ر���9���G����&R��-��O�W��.�zkW������ಚ'��7\���,�$?���J����bԊ�p�[;�'{��*�w�w����Mo_g3��ʾ�[��#X@㟹�uOr�._�su
M:����Pc���I'�ވ�u�W��R:��ډ��t�s.^�Q)��g)c+�S���R��G΂�Ǧ>x�f����EM���2�=`Ċ�6-����X9{������:�t�(5[�G�	��cH�Œg}��;\�W�<��N��Md[|�������GO�.)|Rp�w�!�a�����ɔ��8x�
%5��Wc|��=/���;���;c�Q_��|�9�G�Q-H�����&�V26~� �c�"|�8{��8����(5��Ơ�W&?�A��slMI�J���|kX��Μj����`}�0ЭL�Z�ɞ+�SGj����sI�߄�S�3��a�@;��:�3%w3v��;p�`�c������k��zF/{<��6�"BQTF{tCw�@O�Bo�A_�C�@�`�P�p��H��h��X��xl�V��n��1��#�0YM>��T6U����4��sĜ0gm�.��"��.�K�r{ʞ��cYb\�K��B��+⊺��{�^�w�侸���'��6DǢ[���O�`������i�c�",�,�J�̚��:l���N��.�����ɜ�i����Y\�e\��������­��������<ij<��L�+����?��K2I.�%���t�Q2K�*�$��b��ԓ�PKi)����L�.W�|��E��W4�hS�§�Y|m?��+�*����G�q���}���������C�� ���t���z@��y����>�w�E��:�B�P=�k��p:\W���<�yR��'��|{Z�)����솻�n�[ⶺ��;��w����~��}V���-|?�O��*��o�~�Q
�I�ɐ��i��PPUQ
��m���
��=��0�030�0�K�˱����p��_�3~�o��1:c06�02�0)�0-�133;s0's1��˱����)[��r's�qs)�q9Wr-���0O�&��_�_���G���'����芭tʫb*����zj�����Q�ɚ�9��yZ�EZ�UZ�uڢ:��:�S:�3:�s��K��{z�'z#���^?I�M�?�jq,���V�JXkkk��M�I6��V;o�ݴ������m��!ZH2�,!k(��R�L(*�ʡj�j�z�Ah�p���0	��\XK`%����	��n�G�8���p�+x��	��)�07��:�bSl��#ijx	��C|�/�-zac8�`<&b
��?�W���ȅ�Q!*J�ɢ�T�jQjNm�#u��ԋ��@J#hM�i4���|ZB�h%�����v�1:M�:ݤ��^�;r%O�
�����dʠ􉾓���
���8�d�+qM���-w��ܝ��`ƣy<��9���Z��[x��#|������6��g��߲+���s0�r8����?9�����,:�Σ��|:�.�����.�k����z��'�z�^�7��>��t���q��?���4��Q٨e40��IU����O��5���3���<�[����]q:h�a���e�U����x�x�v�:>���i紫ۍ�({����i����mM��*��"�(ԺK�TD���ŀ�	�<K,�f�W�?�qA\���*BE�H�m�G!֬�!s��2��/�N)UAV�U�Zm�@6�me�]���P9L���R�Inm�����}$_HW4�(S�ߧ���e�l*�*�*�ƪ��z��j��樅j�Z٦��ꂺ����My(�"UB[(.͒�{a���I�m�ﺃz�> �����c`<L�i0�Xkal�-���8�f^�[p�u� �!�����X�bCl�Ͱ9v�Nx���������Aں�{�=�*T��Qsj���4���$�B3ۖV�jZOi;�t�M>��0��|#�3rr^.�Ŗ������*y��q<�g�|^�kxo�m�����/���w�)����ٓ�8�-�aGGm�[g��g
�"��nW�Y�7�-=\��ƙ�Lq&8c�QƯ?1jW�Z���V�j�Zקּ�}�uͺl�vk���jdնjX%��V�i*�fƘ����|d�7��W���>s����`.3ǛC�n��\>�| 
]*t�ЙB{�,4>=O�Җ�'uI�S�T*�H�R��%�����W����o�9>Ňx��m����*^��xw↗^x�^xx๞
x������O<	�DO�x��X�h��<�#<��n�y ��������<�ׅn�9��rK�-7w����p}�\p��]�5]��Wu��]�]ȹ�k]���8�39��ӿ���/}�g���=��t�M��5]�E��)��a@��m���*@+@��\��@��4&��	h��������j�j�j��2�
����x��y�۹����k��+���9���p�cgvؔM؈
Y��X�uX�5X�UY��Y��Y��Y�EX�	`~�c^��C`H`p`P����;?�#?�=�����O0S�"La�S��d&1��c,c�(F� �s�rwq�r3�q1r�p<Gq$�s�7{�;�۱[�����6k���
+�"+�K�83�2��@��~�'=(���������x�x�;��k���8��8�#HE2�H���nl�F��:,�,�"��L�dL���X��0� ��G�F/�DW�As4Ec4BC�GMTA%TD�CY�D1B�>P��}w��c���w��Uw�p���Z�Ms��CDDDDD#4B#4B#4B#�OmU��u�0�c-,H��c!bff�,����>��e�n��i��)6�&�,=��y�E��c�.�e�CG���ct�3y�SH��b=�0��0����d�تp6�����¾�#L�Œ0#�l�=gO��B���T�&v�N�q;�
�J�R�tH���*Y�Y�eZ��C���kgml�Ͳ�B��*X�PԾ�Ba�ɼ�a5LBN[d��}f��?�3���w������o�k�~���ﰛ��V�,�c��g~�c���}�����]�:
���4��1n�
|a�}gܦ�ٯnZk����}v�	�M�q���w���5�!���%}g
W4=�c#��@k|}�(��@Y�a%�m��_��=��}�J���@�y}x���?:�Ģo��@���@��i!�@�IX�m\��&�@��.�̕a�{H��l�o0R��t�0��OL7
�pc�
��t&8@���_�A��|�)Da�P�b�%)Eiʐ I���Ĕ��@E*Q�*Te+�n���6�mn�����;�λ�=�r�Gܣ�1��{�=�vϹ�����{ͽ��v���7�[���U�,RH�H	���T�jR[�H]i(�������N�K�(]���^�W��l�+d�����JV�Y+�d�l��O��9-�n�O���yCޖ�#�X>�O�3�\��/�+�Z���U5ͮ94���BZD�jZ�j9-������Pim�m��v��S{io�t���:Ug�\��t�.�źR��=�o���~��'��~�_����~���3�I�_������1��ƿ������o�_�i[e�a��.9�y��$�i@�
@E��j@} ������U���T1`�*�Q%���$0N�ƫ�U���$�&�0EE�T�LSi`����,0S�f��lU��*sU%`���WU��TN@V� ��s�g��V�ehN�6�}�ݐ��pہߡ�A��ې(	�
�R�n��i����8	9���U�8Y��7 q�7�?���Z����)hHn�{���^���W!��uH�v��nhwH���]�*���$�ԆT~��!U�=D
���t��T *�Qy�� ��4D�@��D��=	їp�A��C}�8D�=я�f�U���{�?���o�]���B�@�(��o�{��Cz@��{ ��N��ͩ!d�H!�Vb�/�  .ˀ�$�	�� N�b�#XN���W��J�W!�Ù��Ĉ�9b^4W�!�I,�4D,�T�őzb}�
�$6D>��ybc�M� ���8bk��ݑn ��nw:��ġ�=q���ȕ8�G"w�Q�C�H�g#�O�����h!.Š'.C����3�
�ω+�� �B���H_� }J\��q���H�7h�n��!�'���� ���=�W���F|�4�%������'~�03�y����_-7l��s#ܓ��v�Ѹa@ڟv��hGD��H��Ў�<"�h�Kӎ�f3�1�lJ;�Ҏ�q�i��j�$���v
4O����.�<?���"z]ne��]Ʀ]S���W�렍���=��=�h�A����Dބ��BޘFA^�&B>�&ָ�AZ�Vm18�n�a1+�(������A��b��n=��1�QtGc-�s���:t�֣�֧�6��6��6�{6�{��C�.lB�I�M���|�(��`�|��iEYؖ�:lG���l;Pv�)4؉r$�WQN�����)̹�r-��Vؓ� �Ey��<�Pހ})o�~�w`ʷp�g8��D����C觠����$8�~!8��88��B8��8��8��)8�������eO���D���$�&�����S����q*C�
N�.gP�j�L�2�equG�9�=�t.uo�>8��?�\@=Up�L��z՘.�^K�	�Ro�ފ��w���Ի�/�s穾L��Q;�gx���k�G�������?9��iF���3�G��榌�0�ڔ��e؄�(�f{S�eؗ���1�Lٜ�T��){2��p��+���p
õ�cne��r��wSN`x��ʉ�RN"Ѩs##RN%F"F��#cQN'�!Ƨ�OL��-EL�r11Q�z
111)�b2��GL��!1��Ĕ�S�(W�KQ�$�Q���,��qbE�I�ԲF�L�Ey�X��|.[���El��6�UCy�؆��x������]P>'vӈ�n�^�/�}��(�ǨE	�x�$J'���s�SQ~&N�e�Ng�/ę�Y�_�s�s)��R�M\$�ɉ�Qn#.iY�G\A\E�?q
q퍊�����.N\O�E�����:��u|��]�t�G�W��o�P�$�#�?*�0�EĠ�����G�s��D?Q!~m	��S�_[֛�߈�Q�$�#�9
-�����5�1�P�#�$�:F�L�C�K]��]�	P�FNآ�������>9�P�!�jQ7!�!��nJN��grrf��,�	�YQ�!g[��󘳓sQ�%�!��H.L.Fݝ\�\j��\�\��/��2f=�\�\�z���hrC��ȍ�M�'���[��y�m��g���P�#�#��^D�H�r<V�Y��9
m}�\��S��ԫɋP�'/F���t�z-yy%�:�v�.�
�=B����e[�����z+���1���*�n�M�-��'�>N~���3P� ?�uh~� ��>I~C�����oԗ�_@}��U����ߩ���b+1!�o��7��.}�����G�~L��>�S���9���O_���"�E���}U�O��hQ�K_����u��}]��7".��hc��L�~���&�J?���V��解ML?C��m�Y��s���&��T��0�2���W�B����hSЯ��@��~3������f�?,��鏢�BL�mV��$h�џҸghQN�?K�6;�y��栿L�6'������Eۛ�9�ڢ�Ah�����}�X��1ca���:b�F���)�t��KR������QG$��N(�Jԉ+S�E�B��aЍ�y��^wv��.u��AQ7ZkS7m�P7�nA�K=L��zx��y�GS�!֧�*Ćԫb#���G�NJ��M�Oy(b3�s�9�%�+���$bk�G"��~*b[�W"�����S���M�@�W��I�_�N�;���؅�\Į�"v#��S���s��Ksn:�^�|����\����؏\L��" �q �����DL�,�rU��k�8�\�CNnHntܛ�&x�Q�f������0�%�%w"�#w%w'N!��G�N�C�G�A����\�8@FN�KIC�O�����I���%���e���9����q-y�n_t"�#����{��ȇȇ���G�lj[�'q��G�I�D�L�E��
�{ȷ��{ɏ�O�����/�Gɯ���/�p�㴱h3��f��贙h���f��1h���"~��-���-J�F[L�*��8�4�o���(+�.�]NY�v%����i�Q6��A���5�nڽ�mi����@{��e�3�({�^��L9��*�u�A�wH�Ci�r�C�r8�c�'�#h�I��h_�r4�Q��� ʱ��=�q�h�R��$QN�/��D?�('ӏ!�)��r*�$��F?���駤��r�t��S΢��~V�9��ȣ���|��y�"q���ɥD\D.+�br%���xĥ�j��e���+�
�
���M5`\CnNnI\KnCnG�@� 7�;����]ĭ��m���>���~�ĝ�A0�&!'�!�"�! �Ԁ�0y6y�y1y	�y�D<E^#�i��x�����x��O"�'���G�H>F>N�D>-��/�x�|��x��:���7ȷD�I�3`�E~@~H�M~J~F�K~)�_�ߓ?�?���I�g�?
�9��)<�55<�5"�jtj��"i����	E�@M�?RSS�?Q�i�����������Z���ZX"�ZLD���'��G�E�B�F�M��w�Q�R��SRy�����$�A�v���v�v�
�v�v�
����
KLr�g�:�:�6"u$u4md�x<�h�i��ѩ3%ژ�m,�"�b��ԥ��q�˩+i�Q�P��&�n�n�MB�A�I������6��<�T�C�ô��G�٦����MG=C={.�O=O�H��z�f�^��f�ޢ�=�ڧ>����M}�h�Q?y���_��hPH����hSQ���G[���Ch�Ӈ�p}8�$����G[�>}d���Q�і��A��}l��}��"}*�����3I�����:}Y�֠//ښ�E[���hk�7m�f��K�A���l`[�����b(�#�X���t,+�t�D�J�zk����b�^�(6@�]Ql���������_E�J��؂~?���P(�8�����,
���F�
�>(T%��j�UF�>q���(�!VB�-��B{R(t E:�b
݉��݂BRLBa"�?(L!v
S���A��(l ��]�Ba/񏣰�^(N�1
G�*
gw%
�
���K�NB�R�p-��(\G��(�L�|� �S�&:�Lj߅����C�	RtG�Ibߡ�4��(<C�
�(
/ۅ���}��k��›���[ľB�b���>��Q����(|Ft.
_w
_7��MB�Gb�Ht
���Eш��b9b/�X���(V!������bSb�QN����;
�)ĝ��t�?Aq6�J(�":���?���>@�0b�����ųH���G��]��.������+�{�k�F�z�G�x�ףx)��x��x��/?�B�$"�:����G��������'� �ŧ�;ŧ�[��3�{⧢��>_&�&��W�W��ŷ��G���F�#bߣ�1�Q���_?%�D?#�j?'E{� Σ�
�ǡ�qϢ�;�P�Dg����w���xUr;%@_�$����?�rDW�T��*�*Q�D�3(U&:��D�T��R�j��R-��T��P�CtJu���R=�.F�5ѧ(�%�
J�}�R'b��ԋ�(�6��B�*����	�ߌ�Db��4��](M&�JS�}��L��Pڨ嗤-h�H�v����n�>Fi/��P:��_�&�"�� �3J�i}M�	?��-C�$�^A�lR�F��ˡt���$]
�P���F��'�y�n�6���!���"Ρt��w���;I��m8I�C��(=H�](=��9I��$�E�$���woC|��!�7J�]��D���=�7(�@Q�k_�Z;e���,��@���'6e#6�� ���ry�B��
(W&6�j��F�.�)(�#6
�Ħ�ܐ���rcb#QnF�*�-��E�
��(w$��N��ܙ���ہrOb=P�Cl�#����(bQ>��_P>��?P>��h�O&��O#��Ӊ��9�݌�ĎA�<�nB�!_K )���	��L�*�÷���`���=����%�?��`�	���<�
�Ïȿ~�`�x�	�)?O����_$���H0���C ?<�;��<���Y��"�w�D �<�
_x�������G��`���`���+�����ݗ�0�̸�b�}
��"���n�}3q�Œ�6�}u'G훒#��!�<�'�Q�`|�(%�{�G'������%Xs�G�V��<��<��x&�эk��&�=�`�<�M��7�GW�J����<z��:�������V���%�W�}���}�9<��<���㭀G�%W��G �<��<���<�1�x��<:"�x���=��_�^�G3��K���F0n���d��w̿������O�o�����/!X�S���.��A��i��J��[VEY-�D'�Mm���Y���~�A��A�}���I�(d4;����˗g?ݾ|yz�����~ex?r%8�{�I:�����	��y��j�A��fU���<�mj':1&%c6�N���$�qXz�f�FQ�/:!���'p< �I����*�h���D��W�:��M�<˳=L�5;y6T�V����~�~\R��#<�������^��r�7/���#pҰsAR�.ˋh�%���rAR�D��x�x�=��-�fR�&n�{�.�hjS{3��t7���wGmG�N;y����W�E��
�q,�U�=.���dTe5Te"#�u��r�����I���@��EZr�j�hn�O1�a}>�i��A�E�N�a����ss��ZaX��$N����+�ġ��ʲ��h9��v3]�X��1&S�Rfs.�iYԶ
��j�eS��P!��0t#�����+�8��}���<K;��f�fyFm�%��M�\!���>Gwa��n�K3�d�w�p�M��8b�a�.��8��n/���8��򵲩S[aI�l���ZU�}�*[XT�S��%OpJ
���L�0l��R�T��C/t7J�	c�s�0�'�s��{�a���	�~�{;���q���5����
��� ibpu�����r��� �Vq�PS�+r�+>�����dA��F��l�x�^':�mj�,��ae�¦�NtR�{gy�Y_?~}��/>9�h 6'�Q*�����81��T�ܺN` ��La��� *d����#u�F{����}F8sG���#m�'���/��'p �(lֵ�`��`��I��u(�,��?��-��N���W�� x�>�
��!fT~1AL��ϵ�z�œHN�\}z��a�_��t����@8��r�b�:��4���v"�D�P'��ڞB��30&3�^���1϶�۞o(b�&�S"��mEb��y����1�`�[1϶���irΩe�ܬ'Ѥ{����1�Ʋo�
��̋�}���Z��e71�>o�&��c���d�vF�r����m�&���W�b��\���r9���.�nnujKv}z)o�o��ȍ����v�^���V.#Kxy�T����gg9��=�>���;_=�4���W��!˳�J"Z�����*���Nt�M��z��;���g�����9!tR�'Z��dOp���n!"i���k��=�3�S��e�����%�hj�F��ޝ��:΁�9�a��_T��|6�aS�9^dL��oւ��@��"�S{x����h!=� ��*J�y6�U�W�
˼ao{E�g5B�d밇�ݲ]v��9)q�[���2J9���o�j��Zc������c�r�.��>�ڍ���p��Z��	��~�eߡC�0J
=�����,��$/Ҳ�~�(���됣{�Փ��oh,�ɸ�\Dg�P��L�����ӬN��Ed��}�{������68Z��̻Y^V�2�	>�2M>�9��4-�9�M�G�s�O����rιiZ7݉e��0��B��-�8Jti�*��<K��-��^�Lq���:��5�d�i��׶�:#Kc�-�,�],��HgG��G�d6=������N��V���;�ae���~�R�ڴ�\1��կ����n]�\P~m�]m�8�/U�]�N�0��l[ �Fmaaɬ��Q�1�4N	���"u���D'���^��6f6;� �!<�4I�|�gy���pCYR�7L��u[۝b���u��Ɖ��得]��v����IY�0��Ƥ,o��,�����ܵI���~�x��aL^L7OpCY�)x�8�8�	4��D�mj�L�����*7��*�?�έ+�i	ι����9�i��z��u����`�sn��%�u/a���9����?���0��jM�j=I:��s
w08V�q�q�]� Xh�����������8�	�j����_{�[��f���e���Y<�(��8�U�ҢCa~�I���O��
��ӧ����������o>���Tk�o����2!\,66�Ѩ���?�̙�������g].\�t��b��,9��~dw�n���o.".6��{Ҙ����ţ�mw��8�M1�2��`��)��COKj��/>_�ɵ%���<>\����K~vG�oʘ�9�d�s���BH���&^>.���|��Y]��]��]��Dv�����u�˅��������U�x>)�nm}cR1!\�� ϛ;Ѝ��6�K��TE��]\�+��ʣ L���ՔxVUi��D�d&+��R�\�@71�!EY��x�Ji���p�{�7�B�C��Ќs��*�`P�}lK������V�IZC��\�J<�E	�2]�
�ߤŠ�.��N��Mμ������o�\��N6>�flv��'�|n��q���IܞG\�״�A�j��g�5�G�1-Z�*ؑ�䋖�By�S����AD��N;x�KY%Z���Rkg��%n�/QS/�o�jw�]���X��)�b�푇G�]�8�E��L0P���9��8VH��(V�����g�++�1k�V�;���j��7^�>�2m��`�y�&6������JV�]Ǻ�]=���\wv���&~��Ǻ��<����:��~�����w�h��dS���7)��I�.!jQ��틤:ڷ�h?���$�����)�Qٜ��*�:)��Z�}2���
r�M#��Y_?��^� z��������� ~U���ɩi����	�D煉��V~�s����ͻ[n��U2��e�e����n:i�H�x��6�s�������.]��I4�N:9�<��嗺��pk����=�B&��N'�1��=������&�B���c�Jw"K3�G��u�t4�-R�Iޮ��:eyE3��EӰLѼ�`�1��Ia���B8W�,��( |'��1
#�վ�s�-��^����az�p�ȵ��6>@4"沚D�\�7�Gs�����emjG~9вFI��2{�*�m�IZ-G�ʍ9p+�9$��!��#���#�I�("k��ҭk�Y!�'�f��ے1��S�`k�K�Pb��r���ij���*�}PæYndUYE�s��/ɛ6aq�L,��˴���qKX�eq�g�1�1�ܲ�!��Α2i�{h��x�c�q�i79I���4���Z�y����~���iY�hZ���.kD=�̄e���l��ٷb�Xx��Q�
N�׿�f��,�&ݰ���l��ۙ�����Ľ��O�
=���aBx�}���������{�|����,�ٸZ�s���]�8����:�p9���2� �#8��W��o�ιpb������-S-T�,�"���w~����4b��E���П}<wf�P���A�5���7�q��v��l!�I)�vhaG����7��ʗ���i�v���5�-�ֹyN�wz�����r�x����&�v;,��}�]m���Y�{�'���!���u��5�\c	�3���n�'�M���eWQ!�N���F�ܩ*wpX%q�U.a��M���v�*��-�M̤���@2&��0&���bPO�����~�p�f��Ĩm0���$cK����������)]�i���@�ګ�y��`��vF�d�5�eбn�l�̀�451Ѵ�3��_�R2B�D��6f_l�j0��.��q�d�d[26�8��&D_<�3��C�<AƄt҇w7s�)O�݁�PT`�y�t�*�<�G
s�V8��aE1���j4��au*�
7����'��ϛݰM�q.��?H��F/�L$�cF�?\�j����fwkB�}B�&�j
g͓���Dw�ul��l[�$cS���Y)�KFj��=~����ք�ф�3�A���i��`��Մl9\�`B�xJZ8���*G�:�{J������zq��!�
WV��,f�Mㆣ�4  *
~ק��{X�Y>F!�H
$"(�Az�V�8g���MDl�z͛Q)\$[���m�+�cF���Ilj�����x&�J-���/a��{"�wO��rb��%��^���}2Z�}���|)�Gȷ��`�#�F~��t�xJ�2��6KYj��>�X�����"]�w���yAtzF��m/�l�Y�7<�YA)���]':�Q�������e�t谬tgir���aY�ݤ|.C
� s3����[@[���E���~�K6B!�٨�0P���Bǹ�J�
.)D�ե��a}N�Y��W�2:�H
<9�@l̟���m�FՋ��1>C!�g`�"��^���PMh�dT�+������)�� 8�C�|�"��vx
�S<��0SM<�<�v�ū/A��c�F�]DqT4q;�ͤȣ�ډ�C��m��oV��2η��u^�y�0˫27�b����"P���i���<���m�尬ò�.n�f�ɋd0�s�)줝E����n�*�4K�b��f6c���k9���zl�J8v��c�3�k;�cJ
D�̸��a�����m�\X"{�QI��X�q��+��vMP!\�y�|��>�LC�a��Y�zQ��>��8�P�ڊ�7E �}�����O�WB2�_4�B�0���s�#W���0.=fZ�o��wLD����
˴l_f�m(�2����|��k�2l�!h���`�y�)�!^���9b8{g�rR?��ˬ)�_nݰ���g��.D�%��	p��x��Ý�Z6�	���T�FEq������uR�@������EL��"��<Ձ��{IY�;�H;�R��v�ZK
*�u����W�!��v��"�Ħ9��t�ڦǎ�m�A �'
$"vi�ɔ8:2M�G�)��f"L��<
��� ߬3Rh����sYsW�\�=��|n�sڴ�ص���H"1�c::2�v :y��'e�����E�س�ĉL'V�az-��M'���i�1�Zm(�U�ȻcR��E
�
.�/!5S�,m )�MR�ꤿ�/�,O�å���y�3�R8�͛8u��1��8B�N��;�l�>2jݗ��y�R����PnY�>o�q�2��.ER�4�=��:�),�=���t����p߿�eUT~)L���v�^}��瞈��ds���S􊃫4!�*�{��^/
�����߼M!*���Y#�>��:��'o^[~��ND|W'�2�+��Ka���TU������;~H��$�/��𺊼jrQԝW*�"�8��L�_�f�0�KE�K�q�"���G��`�0�!v�� �p�G�^��=!�`�����ZMB���a�=��t�[��RB�����?��'���f}<xe�)c�����Շ|h��x;�؉Z�m��q�����	"���Y��dl�髠++��3>͞��fkF�=���BO�߀O��U�8a6]Q����WU����+�Ia��3�[�N��-�wU�M�Mw��
^�k`G�+h\GYVK����N&���08�(�����Ny�1�u�u5�E���[��bA��j��h�i�v�j�أ��ӹ֤H�4!����M�~���^�_�~�;v�3�S��00��
|)�w}�v��T�N-vr�H���̲�'ǜ�~����]{�F�lFܭ�6��	VK<à�J~���q���W��罞nR�9ư���	�3j'8��m ͫ2�
}8�U�!Ey��c���~����Pq�\�o'�d���s���'��j��D󺹅�ƃ�o��͹�y���ߩy����P���
C�?�P�z�Փ��Z|���ߊBF�H
$*�>>K��G��]"D8���%�b���
�r�_m9l��p<����鏭�����SV�tm�\����4��ӈ����d�//�>�����rmK��?Dq&P]lOF��i�y"�5��:1E?_�63�ɏ�|b�0��?(��3T�oI�P��������Lx@� )	�&ۊ��T�pnnIc��Lg3A
	7�_Vˊ���
$b�M�\��ޓs�W�4�IW�0zj
I�d2�H��D2��)D��/�!ޫ_ֈ�k�w�Wn�����"���rrіF-"4��vM��ף�{�=9�<ͽ���{��g�w�SX���~�`x4@W��I-�,6����9fU��{Pu��/ڒbq.�w�k�Z
��f����_}��*�o�[֯g6�y�1jH«WyG�e�>�Q�D��gu�CT�|���B���	�5ڏ�.�F���"����{G�³��>�p�P
��=.����!��IjӤ_�u)^��6�WqXV���W��t���=�윻��0,�?���XJ��37z�BT/sK!��#���NT"�=�s�Zo���{3׾c;M%�pj�b�_Ј��h!�3����O������e�$U�r���y-x�Ʃ��,D��]���.ʳ�c$��8$A2gLN��($qz�����BT��y�㘠����=9^��J�z��GO��{<<]�q�z�!�^T������r��r����Ǧ<K3j=@�b�,M�Q�֥`p�*R��I[0�ȇj�\��f�.c�M�RgP��v�G�%�Ig�WS��~�q�|݇Sd��s����8z��j:������-�qjS'�M�*��a��i��i�yj�*�Z�����ܞ���㗧��%j+NJ}�P�A�i&1ΐz �ޏ���K�6Ae�x*�̰.��fx�7|��-Yڡ`!+�Ur\~,�I4n�l`��*O��#��a��%M���w�p����`5F��3��ld	rET�#�0�j'Z�i8\NPn��P�q��8�m�+l�4/�L6�(��T\�t�b��8)+��ea(����0��i��(����z=��ڑ���Hn�qI��G��0�_���^G;��(
y�6�ep�NZ���\���1��N��~�ϑ���@��Q��`��gkkk�Ь^G��ԍ@k�� ���>�?��H~�K��
_�X�g�����,o-�aԜc���Cz�۹��I�y�N�o� ��S�$��u؆�m�j`��b��Ў#cI:��p��4P4"�R��Ҹ?L�Rڣ���4�
;s��e���2C'���4G��C!�l�3E�ߑ��l�iΝ\k'�0	���oa�?��f>�Z�y�q
0�k���u�
Bn���;=���*j���)pWzFB�W_�m��j��t�};I��[V�H�l)Q�SD����R���I3�XC�v��uHZ�Y�/��xu�v:�0���P�WO��̦��{�^s���u��Q���࡮$/��:n�܊m���"���{�%�qi���0@�~y����K_���v�,���)L0��z�
�4�Mܙ���0��(�����S�^�!�?Z��CTl�w�7�C��
�E��v��W���l������s,�Z`2
�&�9jSϷ�L�tPu\ש�L��q��`�'�\L��X��Z��`��$Y�4�~{�o��a�r�Z��j��Dd\�-�үƝ�A�h�j�!�����\0�W�vh�sfX:�t��E�R�uKQ��{˷�J�,�lT�����������.579q��Ѯ�u�9q"q
��D��S�]�ug���s�6���ì�|@沊���g�[�PB�>��a�
@��B��9f��c�)�����.P�v^�4 ��r~1�ƶ_*��S�B�4�Z���Ey�0�Ba:��le��Ph�Q݂����H���z���1G�Ur��(�I����]�\F�r{
:?Z�Z�쎊�^ ���W%EO�)'��|�ɬ�e��[V����1_.C��w[8J_�W�p	������ЫY����#���QӀv����I$�����÷�cB�&xJfݔk�9l�ٷ�[Ў�K��on^����!,����]nj����+����*��	@mK��x�𢍱��؋EЀj���kk�67OU�59�GJS�s���N���Ց
����h,�ڸ��v�E�c���6�`Q���Wj�5P7/�@�����7f��q��$v�ǥ(��G<�����h���.�4�\�K�W���0���P�Fj�≉/~��o?{�*n����W��V��u>SME�N&t�MG�����.m��zq"X��˼���4 ���x�KIԌ�;'7V�8��'Df��yU.v��yBL�ې��ϙr�v��?"ZV�o9�LH��	����&���?CY�R�[���>�� 7�K%���*���Ѓ��GEl.���'����0mgìAh-��g!�W<܆�]b��i�n��Kۅ˜|/B�)�Λ��k��ag�����LV��C���Z��EN�s�t���t�����ĸ�4{˿z�5i�*�icv��7�xl�<�
l��C�4��׈D�ю�&�=Bc~���;��A�8�fq�B�Z�Q���`�Ֆ
�r��y�~e��߮n_��;^g�����ۀ�pƢ/�w�@|�����r���.7�b4_.��������B����Jw}�Zߔ�b��#����7���\ g��/r!��;� ^�=
� ��B'#zC6��#��:�u�h���ϵ
!���L�YL.�z�sze���E�1E�V
���Ȱ*+��(ʇb�����Z=�F†!&�	��
��~���s�YR�2��������$��u��4�x�g˥qкsV8���c�4�j/������։w̮��2�=���'������X8�kt�R���w��������wѭ�Q�+�Ū?ʫ���<$L�`�+_��3�k-��L��;��*��dq�՟4�6��~��y�c�?d_�VXE�1��
Sl��Q��Ѷ��#e���1y�[A7�( r:����MO�<��y�����.T����(u�s�)L�yt/z	BY��,
øi��-�����>M#C�5/n
��"3U�L�V2��x�Ʋa �c/J�v��k�^�tR��r_��T
jŢaP�
��cCSE�g����/~��}UU�=���&��P�98��4�Ͱ��� ��B�y�vr��ڎf|���t���3��y�e5�~�z��� ��DX�eaX�"�'?8�0/�V�A?��V�.���pu��o�㴓hZ�4h��4��l洩��>�YSEU3$YQ�>�5�I8Y�JYi��ʲaȲ�Sf��&�L6
&_#�}�}�R|��MMηe9�й��L���؜��fY�o��.�R�CoW@y:��B���jy/O���j��>7Yن �+9�Z�Wt]y�n��4�}�F���̟p�g{�g�+����l�f<H��T�3�4\�p�;��]����p1~6U��q�,�픡 0Z2B�)���C�B�-?Vt]��;=�q��h��&�ٗRCU�)�c�Dg�d]�'gDXϞ�XzÂ�ūX/��\Ω�4��RC�(�����-��7PoO��]��_6���&A�͘��;��4ғ��W�*=D~��J�~�;�~
�ax��^�����3r�e�D~u��_��s��0�4�BS��2t�̌��'܌�D��R~X+7m6��4	��Jd@G�.Gh��;c����'���_���?�1����������
C{��j>��?nkZ�p�Z�hTZ�z���F�Q"�7�9�9�):�n��Ն*$:�PLx�(-6�q{Kj#iϜyA��"_�>�[0x���{[�T�T�=��mooo_<�t�=��T�q�b����6{j����𔩪�T�����Q-ʙ&Bې�&�1j!�K��9U��*�x�]���o2SИ�}����JX�UIz��˳ಬ����zat	mԭ!��D��Jy9�WP��^�����6��x(�z�,���2��pv���
~�l}QE��QT^,IS�f  L���8�	��uof*�r����"X�p���6�,���l���'�Dj��2fUԸ�H�L9�%�a��O
�*Z��`�S@(x���Z�n�2�+�W���u��2���AU�c\�P$��y.��6��s�J�~����)�`��(�VA`��P2��)���C��R/�C��'�����ͩ(�t�-]U����r	�T^�w��d����D�ھ2r�險b,�'Ĥ�UU�XY���l,/7�*ʟ�0�ysxE����:l���Jr��z�VN����{M�����6%
�U볽fPׁ�ze�{�עjGyv��Gڼ�[�J��9c�-�ߜq�F�-ø��X2Z�͟$�@r\��@.��OhN#���5�t�abvN�L��8�ˮؘ�㙘�G^=�KE$�Ќ�t5�I��E9o''�I���S��O�OB�/>��;n��˶
�>	��M�ixz���1<
Ost&��Ɂ��La�ޘ=c����D$�l

c�"�rh%�=�ˉW�B��w[͆ɰ�&㕌jx���f�N�8x�7
��Ϟ_)Y0ƀ��iK%�$	l���d�!�0`[�*�l ���gP���.����U*:oׇɁ�&K���.\���i; l�8]�Rt/z!	ف}\	�`.�vԙX!��/{N��k�p�. �/92.�J�cQ*�ↄ&5�k����q��|]O�<B�}�k
M��7��.��1��v���&Q��]�4s�"��bE�e�����UZ�1��I��G�et#�=P��e��lRv����$Y�=�d��~ �l��e��꺯�\ry�ry�/�������I6h.,����bmR��,�rNI��SP.�o/���N�c^z���#��ɷd]ZO���H��-h)5-ݛg+:����s�Ͷ�棩�}��Yx�Χo����\k��X�mx@��;�y�{;�˳|+���	(��M���t�U;E��L�Y˖��VKԏ�-�S�83�6\��m�WJt�*�zt~l�n7N��
�w%V1�����=4
Xc��I�ܱ�c�ؖ�:<���(P�/Irr��.�j�X���r}�VYM�+��_���8����E\z�z�U�Y�� �o�Գ�5�	:�X����!|�\ ��-f+����DM�~C�����3'��ua����%���2���eے5�X�T��D��P]gY�4b)��i�LJ���m�+|�����2�b�I�S���d5�FE��%����C���	��D=d��t���-��s�uA<Qǜ�g��C�0A}���G0";�y�H��J0So1#����H`�ui�+��'��r5*��ڪ�g��h�|1�M�ٴ��<���('J�j��xq^�����>B(O�t���'���LxMc�a����4j�4*9$�qe�r��95)��[s*H�X����	�H:\�f�Q�H���O8�Msa���TUO�-���Ta�(4W��zb6�B_B 9��lˍ�n��r��w�4��?!�ݰv�[�3i��/ōɇl���˭Ӣ�.�"\*����V�-�\����/Ǎ��8n���ަ��j����27���-���Y���a�+�uN��l��ͦ�|vyt�l�[�_?wl���ݾ�
��l�ol�
��=z���.1/4��ָi��f�k��i$
�h�%Z4TCH����X�	�U��
�p:S	V�\Kh����t0���у/��ƊE��\&q6o�沸21ޥ��{�;��;�hCٹ`�g0����O����Chn�&�ç(A[��0����J�6`�~(0��8HB	�ZⓋK�s�,x-�*�㡩�)���M�������i����Eהy5⌽�R0�'w4��"P#A�_��^��~��߄Col��>X���BJ�,�$�~%]f��޽z�dL����-]t8'庮�Ǫ�a��a>�a�?`̏����y�<��=���91t
���b�ec|�3&�$ߔ.����~[ּ%yh]D�DE@3H�0M���%�(��k��1 th	r,�,���Z�^Ħ�B��c����:�1}��{^k0��Ϲe���؝�[֝��ث9��W?Z�-��x�&Y�!�F�RN*�D�:��݂篣��
�_��u[sA��~��<eLU�,��dLU_mY��z�-���Cma�/���Ꮩ�W郁��u�:h	m�J��OEO����+b�3K�
H��f]��  %��	��%ף�"U4��mdS��d}��8����:13�̴�v���r_W]��3�4��c���"4�-:.��\�(s�bD��Mq��.�Y���C$sS�{�ң�/�X̐ñ�X{
��r����Z?�k�g8�y�ï�YU���O</]�O�E�k��������§ޟN���,7G���.���m�0Y	\�/q톙qc;j�'�ƕ��,�%zxn���ɲ,��K,T*�@e]WA��S�Y�0���i���P�����62�\n�Fs˺��|���6v7��}��[�C�GZ��I�n./\�}=���T̛�
I^�:LՀ4��uBQ���|�1�5.׋~XUM�	�s�S�X<b��f��z��zLV��N�[�̴���R�)��P.1��E[%ʼe��Tg�!s��6�{C�nk�Bxc�A)��!MHW�E��T^��/����#!n��-p�L��0K��bB[�x8t�؍�k�f�Xe�N�4
���������,올Zh7�V-�D�j
�����`С͇y`�`L���E�p�B*��YV�p��i�YfO��o��?�R������8��>���X!�ط�o�^��,[A܎��$�����<������W���(M�T��hد�u$�8cNI}�d}����g�A��u�C���ݚ���
��ߍח������	��ݏ9wo3K��4�͈��5����P��mtB�E�0W��?��/��i"yQ'~<�d#^NԎ�9��
vC5�I�<��T%�Fݐqs�_�J<K��L`�E�*��2٣&�b�O��$
Jn�9����%i6A��[�"߁�yj�6�a����a#��h��xb'�z��k��C�������|�0^���%9�[~�3�'Z<��ٿ�~~�-���|��p,�]���IBT�lo����2�vD��[-N+ W�@�4��0Yvu]�]J�'{��	�RW����J�R�>����ɔ'���(;!��\:Ou��;�9W�11�
�`]w���q��q��:װ�c���k<��ڄx	��z�G�0�K(��C54׾ST�����f>gl���j��	Z��9��_����կ��B8jo���|�dF�.��8ˮ�ۂܯ�6�쏣3�ta�W�c��xc^M|ϥQ��Y����]��D�b����{��n���^�D���	i���|�9��x���!��[*�(�z.˲����dS׃�8P?Y�	{�7��f�f�G�R⫝؆tx�_�ȟ��S��Y�P��po��NG_ìuY�nx�[��/�Rww���n���1wz�:/Yk@��.ۃ��L��Ƙ��`�	������=�UQ�4]S�+c9�{#�}@�Ԛհ�G��2ƹ2�~�v
�3��5��D�$�g*���`j�'���I��36��]��"�L�qB�W�;���#��lj
�ѽk(����x���nFw���ɒU!3\�w�h5���i��VS]k��[k�-�-�	{/}.l�]�+�؂�C31�Ž�C?�9	�Ť�������d����%x�}�X�����>�N�#���-h�7�c+�
������%,�0
��u�p_6���M6�6-|�@��B�
�2���g���
�R?��pgg'����a�N���,�g��%�b~P�P�D+�g6�}V�a2⌽F�TQ D���ss"(��L&��#�X0Ef�N����uM���~��T֙L��I������ڝj�hSnT�:^Ov�z$�_�kbg�-54{y-�0��H|w���fn����|�$�%����,��!�i�4:�ț�W��~�+
���@*��n,�]��.��x
ý��
��Qqtߠ�I�8�y��0�V��-Im�%	�]��y�]ǀ�?^����f�,�y�,�:��w�^�ј�-�{�-I���p#�^o8.�8���.<\hޞ�,�yWѝ�[SУ��p&���s�@����m�yJ=h��= �#mJ����ߜ[օ��{��V�J]����V*JM
UUS+�����Ъq��2�6�z�W5ƴ�b��oH��9��Ͱ���[ֲDU��eq~�ہ3�U�vU�-4T��Z;���?�U*���
1�*U�>�H����ɲeq~��Fc�6�,-)�����Н�*�{��`�&���x"��{T���P&D�R�ba�'��z�r־�W2ypw����m�$��{����Bᤞg��KK�-#[XJ�����\V/�iA��������U��e��
���O՚)h�K�1����'������Ԡ��C4��(i�0F��̆`��T�{�qE� ˺\ʘ��\�O�7�򼏎��X�f����VE� ��M
�����B0�H����=��R�B�#)���:�v���A�r�:�v�<�I��,�T�
�d�綸g�� ��=X�L��t	���;t�s��_��5YV�۪,C��R�a�@�Z�<�#��u���|�'2���CN!�Hi�:UeY����K��3??�q�W2N�t4T.���*-Z��f�qJ��Y�l�)�����;�-�$�m�_��񱔵��QX"�ɥp�u%��=`��iF�H0��={#-d��0�5�S,�ܠ��\����f���c<��c�t�Փ�d���
��N�]NVc�;�����Z&k�,��q��T���i�@ȵ��	{��i�U�9Dya�)�(N�6޷W��
kI�6Į.��i�~�U��}���C�1�qM���Z�F��M����j�ԍ�靚~̂L�V�#���v�ODqb���l��CEν�J�uLff`��ͥ�7�ZÛT�;-��j�7r�[���Ca��t]�z�����"��o�'��t��*WdT�*ΆٳEp81��������Ve5�'�'�>8+j4)�2�3q�ސ�����iyN�3��]	H�:��"�Q-���#E=T3vv*�YC\��C�gP���I�Uc�$QS�{��}[�fcq���FS�*
l6�e��ځ�,(�컖 X�B�P,.#tu�����1hY03rw�&�b7���.�� �q��v%�ޟJ��$u+���VQg���4��t��e���:���>���)�%{*��4eQ��laޑA����n����j�(]s��.�TIQ�"�ŵ<���.80�1,���Ũ��#
F��D	�uUAf{C�
:��P-�*S	T�H"7��(I@�����$B0���j�׽v�T�,M�D�T�H���Q"��, �BW���
��R���:<���=�I�1�����I�����P��;�=�B�%+A� �������X+�j�<a���ٛ`'��m<��o��'� ����0mC{���q�R��eۆ�KK8I)�|�.�x'�\O�
�f$�ɼ��y�P2�)��_����?�)����A�5;����^�쪢 Q�Ez?	YAZq��d�CHHͱ��W��&�M���N��,��p��t]�8�Θ����q[����j�(I2F�V[b\�j�>�v�n�ױ0�T�sO�r�S��>"h�B�s(�a+u����F�Y�?9fʹ5�a6�&dx�/i�Z��:�s��Ff���ѴWލN.��Yba�������yz�!�^f&��yB%�lo`ИJ%\��K4b/��=�s˖Dԓ�uR%���ܹ���E������B�.w�bA�? پoK����k'9?�q~��\}�U��e�عl�`X���$��2�&�":�P+mx
o3�ƦyB�ȱ�&.W�8i:�x�(8��R����|h��c7��|ŋ`�	~�4`�i@�M��J�j�W͐n�%.qN��|�6��Y`�]�ܦg8�����
s���o�>��E��:�y���+�6��V�LSTD��m���^��4�ʛ�6�(A���2�p�G�����d4b��@Pi<X���S@'76�͹���}�z���\שH%ɌA�G�I��@����fL�=]-�����Zc��Vc�(�a�b��d�s":'n����q{94�����:�l@�����(JD҉i���8�+�HK*T�k�EM��"��!�"Rј�|�-xk�A/p"��PQT5�b�IcA#���o�z������u�G���P1�X�HF�=}�z�Lfc~��M���U�� +���瞃_�Ӵ߇�|���=��2���1uUC����V�	_Z���~�<������)֮��@>!A�</j�,˚8_.Cf��V����n����E�g/+�5O6�&�#xɶj/XCD>E)J�c��ĉ�Z�Y{�	c|�6��6%���1��qͼ�C�J��c�Xl./^j�
��ӄq>��̅�KQ�vd#��Z=u!��^F�c��N�B����3Ul�zM$* *��q;"[ܱ��zu�)�n��^CTń�s^6?ؙ�p��DE<�.��u�(Q�zI[8yj�
�&c�ߏ�7|t�cΘ�a�]��%��4�A�Y��p*9
&#BV��lCL�g�:����;�:dqQ�o����VE�H2�� $q�?ͰY7{Q!��k�[�Z����gH�T
�eq���i�0�l���謹��U��G�����D�ܷl���J�M�1�):ruBf֗%\��W���v|�ѩX"�j�bh�R1V?H�{YÊ���8J�Y�G𓖴�����/ŰDqn�����#��ZT֟���?bl��"�������e�
A*>��Jxy��@R09�X u�iV�vY�#iUo�,� 	Ic��	�
��Q�y�"��牼T"�ӂ��+�KK�ww5��8��T����)ʎ�vN�n�*8��0�w+����j�q�}��yBU쵐�@���F%F��Į��(Jg�rHQ�Rfy�'t�;�7�ˢ�
�4y�Q�]�0� -c_VY��ug�v�4��`�*}�t��.{��Y 0������>-����K�۪����~!�
ҨU�9��Go꡷�[@<�:5.Y�R��e��y_�,Sk3�[
�\WV'ۨ���-�G�!��`(�2~N~#F�7x]\�f�Bbs�
R�a|�����|����r�kN�����/?�l���W^"�+4�=�֖!�=��ݽ��zt'z=�P�e�g4]͢�8�OV2�{6��~��lH|$�jH=�#V~�ǹ�d�`��R>~��As�e�j��o�1�u��U�}l	78�-�Bu?��9{ƃiZ�(0��� ��-2�O���lm�L��P����	Bй�ѧ��Ԛ?�

���������\Z�2��.c��9*�2ӢW�J7�,��=�H:DsN�����^3{k>����%����+^Q�,{���Ao@���
@�\U��~bM�Ɂ�Tu��m\g�����9~�J
����Y� ���t�Ͱ��B�9~E�TTUo{�+�:���+Kn[Wu�C���x��B�������Z��9�Zԟ��ת��Y���c�O��,�}��3v���6hh|-��ELQES����꺪
��ZCQ�t�~Y’n������Wຄ�/#�h�F�Llu�ˠ>7�ʔRƓ�l��}3ҶC$C������)e����lQ�d��U�}�	�b�&������ST
�^��#M�9�8������]{]>PZ�~$���m�Vd�B�5`�E����=�~!�I���
�u �-6wAr�}!)����������Z;�A+��1D�|�.{��V#Ȉ#��� �7uꭟ��f�?�.K
����/��������Iǐ۵����]�I���Hy��v�ׁ}�B
�m����2�>&7���lC��D�4���j�Ù=�������s�꿽a�ĵ�dpS�j��=,�St]�k7�N��`�\�jc}=����98HoQ:�dW��JQ �z�K�#�2l�k9���1?���m��� ߚ`�ǁeq�[Vιe�>]��%����˘}����ø��s���1�Ֆ
�\��5�+�E���'<Wk��\;}�/����
��<�|�m��y𸏿�>,7Z���.���DZ8���p ��ƜA��W�To�)O�mO�u���u�;�u�/���'��S,&��pj"t���7p
HF�6��4	����]#h�F���$���ߏ.���u���d�^��[4]$.��o����W�&(@=t
����K�z�Ў��&�YӶ��:�I;fR�>w�ı~��� �$��RAR�P�ܺ�4
�u
�0cO��L1>"@� Z��c%�WpD�|�ͅ�����[���B�M�eY�y�A&��UU��Ԝ���)�q�A�I�~y�	�]�?�8�����ٿ22�a�5,�6T��_X@rޑ��;�����R�S���q�p���
�!Z�N���PCƓ򫞶�Ka]N�N�!u�ϰ��;���o�
�=| JD�S�':�0������3Q�7��5�x���ɷz�#쥰#��/m�(T"���?�f��E�@	.|��B+��Wѱ�S�H
�����!��=��5���7�pCf��)�Ҥ�P��|�r�Dj�E�
��bL���.�+�!c��"��	�#$c�stk��2J�N@��r��?��5��n��g,[�=�gm�p���~?/ �������4�/RT	uV��΄��0�d�YJbH�%�a��ʠ�
�1ߟs��$n���dǍXvc�em�4`����9�V,�Z�A�U*꒤/9A#�+U�0,���.����?�.}T���<�e���}#�g�^�}߯�K��$w
�ɣ€�_gV;�ьp.;"N�Zb�#���ݲ��9��݅-h�)᝚Q��-��O}�0ɂT�(��?��U�n�E��[s��ZWQ���ԂN�����5��ZB���Ы"
s���t>4�+Ud���Y���jv1&��y���,}�)’Ns\Dud
��=Y5�3"�|zg��9����oW�q��C
qn��	rO�c�K=k{���y`O�2N�f�xn�;+��=d���]��G�$�>_*�'�Ml��$�q�ߏ&r����\��p
�"�<��+�ڍE<1���2��[60���bo�1�ЛB�1��
㇫����_��R�Y��i��ɷ:�$j��)�Y4@7��5E�(���x�����1�i��#�G���F��y�F�l�Α��W1{��;��pM㎫;�>�sh���A7"'�xQ:��p���R�o�[D��@�x�f/�Į��ؿ~�tns̢�Y@G���&�}���ú12�o~Q`�`��N���5U�U��k�P��C�_��|��5��
��tm;ax��9t�q?��͔Wfy���|����v�yK����j��8N8�b5�#���l��DX�߹���4MsT��
�v��ܾ��ԟ,��:�΢[��
,���,�)(J�.�jY�*��K�JV�0��A�,�Y�����?�3���䪚�2��a@KU�;`@��g�
�П_.T9�N^��#�at��l�*�O^�I�xrNQ>;_w!�sy�"f@#G'��kzo��
�H��k�H�5$/J��7��Ύo^A�ƈE�N܀�vw���y:���Ĉ6�ZV�����a�R����qtz��+�ϩOjU���`Ƃ���Hﴻ>��vZy�˛g��%�x'K֝]Ѧ;-:��|SY'-��Ιpt>���6dOd�kt4�Vid��ս��5�����,�;+S�^,���+��|�]���e�.i���,��HP��v�&��%%/I#�F^{II�Bd@�$PBb���r��l��!��Fu�~=�U盲=�������]xB�-�&hB��
�Wg,���/�fؾ���`_u-T�N�P��n�0F	=�_4��L�jRB�A��m�VHZ`*�7�ɘ=[��RaÙa6P>�%�Z�q�������U-���2$т��K?ۢ7эlǴ��4Yǩ�^u!����cW}}�q@����Ԣ����%
�J�JKa\�O�Y8���@�>�.�Y��>Tk���ZU.�97,���;����K�1���.�݅#��Xc�9��S=�?�?����w�!xF�Gȱe�1?҉Ԃ�SP�`?f��=HnCcQ;��l5�0'�$u�Ӂ�]��a2�{�_lP�SK%�shӤ�H}O�E'l��/�n�mG�|d�h��$c�'�EM�権rg�x�(;�A%�g�dV���D��E;lֹAO�%���-����
A��O{*u66�z�U���wl�\�%�:R���A��LQ	��D�<[����Xjk��]�ʮ�$7�U�UEm�6U�.�y���=�8���]S�붩��X!�ƒ�[|=�^�~������)y�q.]=d���lB>���x�ma�X��}����W�b��N�YNx�
*�]c�hZlƚ�~ٴ�Hn�ߜw+J�V����(���(k�jSr��Q4͊E#�5�\z���3�-�iab�_�*;��U0����5�֔����zt
���A��5 ���T�?0K���v�s꾄`hk�lY5q=E���:�^
ט�ׅ��i���J)fi^�Z�f>��/�\�+�e�#�VJ�ט�ہa��!�<���|�)�^�]��=p��?tj���:��/�l:S���MiC�cZ�)%���
#Y~qO���=��M%-`��R���`K��?�j܎�Qd޲�i\��j_��\FZ��]�vu�c|B�؀��=s��=�>5�]����r�K(��D��p
�W0��K��r��q�.���[�3��u�����o��7��t��sq͘��L��`��A��<�K�Zv�B.�����g��u?B�x�V4!:�h���^j���1u��L,��J��W���UQ`O��Z����M��N���
�EJ1�B���O.�����ōNH#����b��~� ���0(�L^h���gL*2��)$���ӌ=�4�Z26�UU
�?q������o�'-0‚Kkk�bѥ!F��S�0�5/���'fc~��D1h���&���Zya�÷�um�-���R\!��)V���'r���N�jP�R3�'V.�%���5>�B��ȉ0�!�9�{{�������A���̒��V|:�#J�|��p�b[U�4}ޮ�m���(P*���R!�e�t�*Ust ��_Z��m���(�b��a�r��)C�k��m�����#�Я�o��G���-#��ݛΔD��B��P޵����&j�Oy6}>�k���:#��
~�1�Z��e��q%�5F/I�.D=����--mc��t�6�{T�g��f�ɍNK�b|�q�.�8gi��pAىz��Q���
b�f}Y�_��I�L�kl�>�|(��n<� �E�JӇL󑒨��T�X	?_c�>����h��"��޷�8l�p��;���)�AC�_��_'���:�)�PǍmKuĊ"t�[O@�MӁ�q�BP׽�Ut.;�z�bV=���uK?Sr=٪(���7�^�oY~2�9�,[��v�J�*�^g�:�!�0�3ﴌ�
�0x��;�tKpz�#}�J���]�Ck�:�nD�7�y�p@#X��{.㢵��c�_B=�i���ެ��5h��
e�p�~�mp�A��f4��:U����'8�^%��$�N+��
l����k�����b�fc�`&)t�o�1��1�?-,�lA�]5�khS#fY.n���	>?�w�"�E�Qq
�8Vq��PT���8J��7�h
2��d��ˁ
�^�����@W���ju�
��i���Uc(�"�oh��L0Y8X��Rk�&`�m��g�̓|�U�ʚ�ݰ�x���J$߽1�Y���9!c|�362�w��W�D�&�X�^�W��#{=�2<�$�qn�,�0�
3��6�}WT�D��~@2O��s�)��He��%���&�;oǖ%�+��@�hml�66w�t�ZǢ$�jk/�3Vz\>�b)?M0�k�����w� A��z�2�򵪦�Wϴ�	
b��Uj���{I?����Z�x��X 2`H��(n���ͤa��%4��R�,�ݹ���/�Mx�6�/:�_
n�f�G|A"-F�M�yUI��5��.j>�cU�w���(�I�C,�m;qask��nD���Fl%5�MR��"`�k��7��G�v�F�3
��?m��Z(�TR���p�l�m�NT��ڢ|�`�s�0)�����l�s��T�����/Z��U�slc_�$2v	��W�ApPl߆)j�E�q���C��~)yG��__�I�-�i+��|���ٚU���=�A�͚����_G�<c_wm��;6�S6[���U��>��@�=gj�2_�A���0�o�6�΃ZCwto�Y�O���%{3E�G'���R��k��V��2�7F��|7X�YT�-��`W�%�>8i<�B���W+gk������2
�HՐS:����f�b����'�˥����p�P>[���s��F����*s?��n�� V�m�k��]w�w⢣��K4A !�t-{v��i�w�<c<��m�S��M�޻�f�����^�-S��:����<:Ɔ��� ���[���z�)���v��і�t���a��ׅ���<�A#�t;1@n�V8՝p'Z࿠i��jMR9÷n������eۆ���B��I�S2���}t
�t�0���H��E�$����:��$�r`��~�9h�&8B����c�w�=����O��B
��5U�{$i[� `]t]Q���50��n���`,�^�/����P3�[��e�VuUsL�&����i�.��{�8;{9�0�c
R��ob�m�"BG��9gCP���ڠ���d���F�~a��yx���s�Κ�(�쒧b��Q��1gLK�P6��u��l���h�x>�l��n��@�]����:��l	��i�(Xv,�u���p����>��:n� 
kORҩ��ݝ�2�4��,��2}��������xO]@
iJI�M���M�oT:5z����DW�\�w�Co:�W&�<>a)Α�ˆ��(ȧ�W�[mbhH@�U^@�ݎ�iY��"�=�0�eђX�}[��ˮ���]�,��]���ΰ�h;D��{����u3��=�W�?G�ZFkic�'����5`NuXe�Q�z�^��N%$���jX��Jp��֠��W���Rd���k��ZWa��^
xO��,��PhWK��(�@%��_�K��D$�tM I:`��s�|M�����s̹·=
�؝��N��c>{�&��]�V
M.�sK��ǃ }�++ˢ8��U*�A��G,;��r=��K&��
F����){a���A���m��t!��4n�0'}�h�qX�b�p,�Y5�;=�P������˱�����멲�zn�܌�}�1��
g>���7��d�a{���m(�c[|�i��)�
�i:�B�������,��^�UɈ��W[�@�k�����Q��1Yt9V��.�0�J�Cf��aX�����f��s@c��K<���Vg߮�(���R��)�,V���Af��]89ɺSy�r�7�9Uu�?���|��뮓���r���P�����ڝa܎A���5����)P|��K
���0>���G�z�Q�`�(|�X�����|��;5�M��Xe�u{Y�z_����k���f��h��Yz����_��mh�a[����4���'b|�J��J��4�Rq��`YE�bW�
����э�����_뫙y�/��`�������YM��kw��qHD�8n�W�DMڎ7���B��(��K:M3j��0[��@$~{���x��Vپ�|.S��-�ѣ�M^`i@�/%�����ꍊ�	)��L$AD�!� �m��Z�]|l�,*���̦��̵j8�*�w��b�Jc�~�E����TG�W���}��!����
Xf��d���l`�!�ł�VL��i�O|Y{K<OGf|��Rf�A�6����z���,C0�b@Q닍RɐW��M;N�KZm���f,�ݏE(kg��67���%]��R��I�u��(�i��d
ܴ�$젰�`�t���Y��������ZK�ҵ��W�o"�ᦩ��_�`��;�p�T�,�G���o?0��`A��s�T�*����_�B:��C�D������_cu:��~Kh�D�s7cB��j6L,ف�81|�]�x��K	3Nޕ��Z���/�(c���n�Q��TZ����8>�4�c���k�]~p�˯��=�Ó��+r�v��7���ʠ�}%�,�>�y��Ѝ3���ɜ�y��f|f��\����݃��ހ2NWIr]�M�e{<nI�RǗ'�m�*��y�t(q�X�W/�4���,;��Q���J�$��}�	U7��L袥W̋=�b�\Q���7�����|�|ߺO��{��s�yM�܃;4�����2PV���ax�]]U��kjd�T�c���0�=�jW����B����yupi�Q��ȯZ����;ˆ=|�M���h�"�P r��	�#�5��6����p7
*��{��h^/��(����8�n�k�v�b��ξj���pK`FWP�bh�r�c%�2h�����A�~�tlFm,,!���M@�x�h�7!�.��[}ɋ"$�VK7m3(�6u�~M�:����h��*�᥊���\��s%~0_1��k��q�~t�^��(����LU)�����X�����8VK�z#�
B]��,�-DժmYv�=�=4�a�߂e�j�f�fY�we��b�r�P��<BA���+H�tbbh�8=?���)e����W�Gd�74��p���lw��X�aQӊa#Zm4z0�C�r���9Y�ʫ??�������
v�۱")JQӊ�")q{H�,�);g׿&l(�dG"T���'�ΰ��J�u��~r���|�]��sܺ5y��q(,�d��~��O�"C�ey�{�����?�g�K�R�`��<����o1��:�OЭ)�}�X��p&B�L���t#�
��'_��]�{&2ڒ;��t���اS�Y��V��$���&��~��h݂P+~2��
=��?�TQ�l�e)��2���S��d��;'J��G��C�nu�#Gԅ�֭�����=��m~��qp�-�	T�\��m�u3�И�X�o��B�ۖ�qt'B-�&��,?؄�g;����}�g�'��C:��;v��c�a�=㍔YB*߂��lL�
�#9����1��pxl�](“Ծ������7†����:���'�yt��_��;h�F�H���ǢOL���{#���j��|�R�V(��J��ȚW�4M3M�s=���6A�)(r��1>�������*+̞�첅��EeOu͵e��LSӴ��%�a�*_��}�@���pó��e��a�)��o�מ�<��u�'�F�;g� umH%nE����H+L�<�[ �����ĆL,KRY\)��a�ߐ�?�o]U���m��{Z?e�[��_� ��'�<=�/#Lc�����#�ľ�W��^�p�'u�O'���n)\��ntbi�zC�j��	"\�<ҷ�{������v:B����Wpv����u�覲��(wσ�H�.I���v�6�_�>�W�u��Z����Q3j��V-�ʘ�k��B��	�mCS�B���(ɾ���æ���4��/�
0��܀ߡ�'A��r�+�y4�~�o"�[�
ڼ���@�Hs�yQl������4^�=�x�.�;0���35�G ��
��T�v�'_c�S�3���b�9�jp�<��X��um���X��@p�QjS#�|�-A�8�,"���]n|s�W0��L�K-��U�~�B�cW������i��7��i�|>�]�����?�Wi�[��x�2�EoE_����	�ѧ����uj�\������{���U��.�C"�;-��3|�qB���B!�,;ή�xV�𣺃Љ:fRF�5�l٥�X�5W�T-u.��癦m���䋅
���o1��0:Kn 쯱��R�o�.>S�z�ѲG�18)��/���5�o��X���]8��?�?�U+���_1T�h��@���N�HƂJ��)�؁��m�a,ج:;�]7��g�����t}>��f�|I�DU��������]j���	��-��"��P�*�!CH�ӡL��0UVq[n���Y��`g~t�'t
�>Gy����T���[��$:�`�1� �Ѫ��Nb��1vQ,u�Wfk[��Ț��d �E!M�0�1�p�z?ߞ9c�;�ً��З�y�y��Ur��6�̦�O8c���>�����i>�0��)б,�a��F�C�f� �҂�H�%����{���6%4x�p<�tF��")'ݙEi<�^u���|��lt���}	�ù��0�Z�\�fZR�"�lYP,�<K�4B$Q�E[�O�+u�g߄e@9�(iQ�B�p��2^�*^[��d�ڤ5���Ad�_k� )�{p�8��$�D��/�⾩�h���}-�g`��v�<ږN�rdh�),J�K�P�Ȅ�==���(��̌Z*ۓ�5�х��aޟ�2��kn�Z��ׯg�c~����7E���@���5�b�fv����"mLJ���� �f���iH5ۮ���w��~<d�D
A�Q7͢d�|��l#��B�=�}�H�;�#J��@=�GU|ؾ'�E�S�G�� ��ma7\MW{��(Ң\Q�c���>is�Pi��(i�����*�]o��H$j�mäR҈J!,�qe��tN��a@_�b�N& �8�O�z�ӟ���
�䁇��/=�_Pù��Zñ#"��vD��.����l�k
˻9�H'�?��q���F�~��3��ɣ�F��|�T�;%j�Q,Q$�a�0�i�]��=��7:����u&��W�`fո�^��v��p�"�z��w~F/��J��'�W!� ��+�&��ړ�a��^�1����`͡pP�Cś�>7Ro�'Ux8����=�$zߔ��h�PP+��E��!�sa�<ZE�Xc��\P�FJ�YC����H����{7�x��֘_�����*�P&;����h�:�^�T�^4�\�.:�j]��K��Y�����J��9�V���p�Tv�KT�1v��;��Ŭ::�l�N�2�fӜt�%4�"¿'�Ia��`e��Ir��Ϫ���a^�;y?��}[��YȒ���<�-���3�`���oC�]��C��1^\B��O�B�����(mx�u����/������ �\�da�Ə��-'gS�
55��G#L�����=���C]��Gu�x^qP|�cqa-�fB'���0��q���R�#�y���EN�"�@)n��,�8<��)��kj/�|6�UEx{��8���9�6����݄�\�NAʮ ��� |�)�qÿo��Ҽ��z:��Q��qY�\)T�_6��O���n��n�FO--�B�6�67�����+���p$���c����	~&�����g�w����a�d��FA�@��=�Gu�2�,�T=D� �¥T$�o0�tȹ�/���>�uvE3�nG��z���.��ƺk�����Fcm턙X���oX_)�&X׶�#�Fm������t��A�Vt��ch�V�p�:���u��tw���9���h�s�N��L�P0�b��P%tY%B�-�=h��<6is��
{��v�S{Cz2H�.ln�_�,��.)����|����
BT��c��[�77/�ʹeձ��eq�cY;��羄Z��6_����6���'H�z�����ݕt/[Ɉ��H�"���H>�6�$�K5��O��?¡!����]o�-��u�ֱ�B��?(��[��7I���&��(Y��$]�u=]W�u���o�t]�)��i�aYa�k]�%
�*����A��څo������Vt�~Bo��#B��E&;�l�1��$D���V&&�v{3*ӰP�v
[����6@�k���.vsn���*V�Q)�:G�k%P���I�<�N�P5���-A駶��U�/Dշ�lS-嶄�*�ŭ~�+1�|<�F~�/U�3� 3vb�*
�vUI��!�ɉ�]�����'HGG�.���qd��,�	� ��K�M��
~T�:RIV�4}L�ad�z���}��^4������NE�u�u�+�=_ס�1w
�5��܌�N3*A�!
�Q	Ծi�c.������W�b��s��b�d�e�z��P<�,��9]���#����ɴ�q�"�5T���0��!��HNV����������-f��a<�	dz-d�<��q���E��p9-�B'е�<ŏ��?H�� ���!>�m�:�	�)T�p(ți�M�Z�ҵ��g��\�m㑹���ӭtm�\lu-�ԝ}��nAw����?"��x�ˇ�ͽ��!��IX<"4KcAoxm�CO��XE�d���%)t�'�Q��s>���
k�=�a�A����kz��z���Pe���BB.yrN��֎f����XWu��P�
��mö?���B�~�<��$.	�d�w�u�tzc��~�{�y)�Sa�&��l��g/��0�$�
2�{�|����_)�ߎ��=ϻ�f��}�y;�X�T}��^�0Gvo�=P�/�坑A��ZH��#Ӽ��Zy�������ɞ����j���C��\�~tm言"/�괭�a�@Ϡ���O�_�Ì�E���I��	�
>���1���{Blk+QCh�b��*�'uiP�K�	�m��|���� ��roi�Ql�wC�Œ�F��O�Ut�3�'�`VDX�U���^����Ιt?SFc�Ņ}���a�."$��[�`fBe 7�@���6�h
w$Π��&�0*�0�^-�x2F�	���d~�ep���co��E���7?��䠭���g���}�|��ˬo8��.��G��P*Gs��%��>)0
�f�7�
�d���
�XZh�J$���B����F��.�u
@�i��z(�.��S �Rk�T�P}�<a�6uc����v=p����5F���x�ї���7��� ��2
��������q���d%���U|��A�b�U�<��P��B-�h��o�5aq�"��\7��:n�,WJ�Y��Q�4�bo�E?������rǭO���D�4��t��fI�B(�:�rAL��(x��)RM��G�.3�=ġ��y��=�i.Af]~����ud����n���sY�Z���"���/TY�ತ焴�@��ܥ���&$�	�
](H%Qr<z%J<*��P�"鮜�g�΋B��f%�F�}��+V�%¤���B���7'+;����R�<Ƙ��;2c������_����q���B�A�CC/0��{~�M������4&mg"l�lN7�����}H�� ��	.�S�d�l�pڱ���t�����Qh�ld��u���]>��/��*��|Ca��uT�|�Dt|�k��z��@*F�^���Ø�3�U��u~�|��E����e[�m��cҋTێ�o���i�B�`�NO0����	�C3N�}mɲ���j�Au]����9l5�h��2�����Kj|����J��8���YF��
~�*�yIL�KӀ]VJ[J}�
xAYD�d�J��)��Q�e��8Bg���%{DZ�壥��<\_4U7�)/̾��o�7��)����ǎƑ�Ri��~
�t���g�g?y�.�ATʕ���^�>�Ȯ�A4d�%��nF�����U�W�U1�?Tf�՘`���w���)�
$�O�쌁7LW�� X���$���ov�`ʕJ��,
.c���9cUˆ��[�+u���V�jU۪JW��g��	�L
�*�m�4��'Ej+Z/��i���n���E릕���1
�F����X�9�͋W�.8!�M5�%^>��<���􉛬b���j��JѺ�*.�mYh�K�[ �����z��K�N=s��LӺ�u�$"�k���42侏��+�,v�O�p6�]d��$�{�H���r�]�'b�S��5އ�.S���!�J߰�^Aڱ`��YW�A6܆~��QR�Qm�A=��%J�qs�'=2p]�V�$n��1�߄BP5X!'[�5ɋ���
@�%Q�+�`�)_k�!@�@�W\FͲ�i�����\nFu����R�ɕW��f���#
�����1gL���V��o�M9(�!!�(�K�y�t�����r�ƆGS�RR�^�U�.Z�CA�T����7�lnI�5�S܋�->�v1��*׶C��P"Lų
�54^��D_�1<�f�
���Mh@Z�q?�--�*3QU�N���|uq@0�M���4�.�8?��4##\�Hb��b.�d�]�6�u���zD�V�G���5J���ԏG�.
D-�Z䅵�-F��T��5^��9@>�}����aL-nI�xU�t��h��RS�����@���l�������1E��P�8P���@��k�+�+��%��h�	x�~�`�VY��Y�R�w��M���(��|$`�3ht"�?W��Fr�W�V%��,]u(y��S�!����*��4�
���P&��Ƅg���a��L��%|�4�/�{�y�,��jZ���
������̟���*\�D��Qm�MF*��{Z.�v���tMӽ{����{�?BJA3~Q�G�K͸�u�U��c�e�Y��"��X��.�h%�(�Դ���t+bk��WYhФB1Q�3���A3��j����$7�H?Fv�r��]�l�;����CZ�_�mB�b��,Q,)��[箉ju/�ʫ��}��`�����:cM3LC�5�K�H�vlB�.HDV�5�2��)IRKO�����wͫ���[m��FG�7$�����AZtD�Z�����|��Ő���r<�'��(�) ��X"T��z�I�m=���U�9
���ۥ�(�������BpF��c����8��w���C���f��Ó�h�Y@~�*˽$�<����8�����0�Q����W�S��@��	��ߓz��ڧ�*����U�ٿ�0a��}&����ZosIH����/JQ��
w�"�x�
-��se�XG%��u�-K�������|��
�f�H?]&E�_��n���r̛w&C4q�!�d]˜/��I��M��+�΅Dh�e�;�T�|��Ϩ;�tJ������W���s�3�H���>65L�$z�Z�e��z-��'ۧ
�X�d~��X�$��ݕ�7?��rf��Cʘ8���|i���+HDU4I��%i��f��[�e�p��W7����T��w�u���Bj�D�T3�?.e�}ˉ~���!u���r�2z<G�V��I��f�I�����Q��rY!�s��V�N�XsmYq�9H�+5�ŚV+�4Q{�/�6%������KjB�b���kC��[��F��χ�Wʄ�K���	\m�B�i��'���H��23�[�f���S%qFG�b�UOS-�q<�4�����[�Oo�j�0��^G8?��/vTU��bA�B�j����DV�w�5��(��M8���� i>��6څ`�	�
�~�N�5��$�"�i��/�� y/��T���k�D��oJ��i2���~��|���F� �Hޫ�L���g��J�t:�Zj
��Q�QV��_w���"
FEe�W�]e_�7�q2�T(B7d
���E���ԁ~��iV�c1��4�5]հ@��6�󂋼pj��:	��`o�9�:E��e�Z���0'i�Y�Ԃ��t���m�hX�����M"^��
�A�+� ��]����(d��7KBtx�5�9Z��_��N��6�#��X� vK�o
Z����u=��<_�$��񗚅b�٨��X��i�;9R]`��"�pU^z��n����r�:�E��T���{V��Eɪ��VL��hV�d�$��e�GN�R4�Ͳ�b���ZL9j�_$�\s^3M�?ݰ��9�c��~	�5ב����D�sJ�>�#�#jr���sGJ٢��*�Q:�e�N��~:��[Y!:���rA��=���J���G�Hq�j��n<[��Lj�������M8�����G?�0>b6��+?��3�s��~�~n���Cf��E��U�Ma��M��E/�`�
��mj��@Y��=M�,U���P�˷�Șa�7V�����T�d�HEEtDR7DNp�{ H"�
�� �OL��am�
��	�cl;�(�>�{����9|�/��
?W����5"s�5��UQ�s����a�e�#���5��D|��?���p�.���=��R���*��5"�2�t5�7r�`L�U�K)u�`�~�ew�����V��U�zz��m
"���ꉞHbB���5i�]ɚ�f�,0^<9{��ê�66�,�c��w��/3�/{�k�C�'�c��
 j��Dz��2��r6ܶ�3��k\�X
�t��;[�$��17n�G��ޙ�_9c/��]�ȓ<�n����fTU�B����&�e��ӉY��4�"#�Fg8���!�A�F:��m��*��q'P_��L�����l.����]�~2\�,�w˳�ڄe��{�e
 ����0�[�U~ٝ�Y� ޮo� �.jܞh%���~��̪Ž�=�Uʋ�����"�,�n<�0�`q8�p���ꭕ����!4��i(�-�,�:d���8 �1M@��O?w�n-;&��]0^Ŝ�HmH�fU��O<��1�R\v�d} ����km�eh��A6k�V;�`��:�Fl!jS����yķ?�;����O%�ݚ3�ƌ&�k��,�����K_:�������/��/\����Q
�
H����{;�6��٠��`EP��?l=�!	��t�<*D��(B�h��&����$/�aͯ%�#�	V�k���3f��J�זL�G�j�Z��=�7���%jA*��>�\҄���^�K�C1u|6�Äsu���
u	��q�2�LW{g���8!�����/�Ik�X�߿�@D�D��s��F��=?n�J��(��..l��:�#�
Hő2�s+��+#�̀�?��V��Y�;��ԠzA�{��`���_��;��p��͉ h���4ǰH���&ZV'���L�4RQP_&���7,���ȜL�
�M�J�+s
d,��?<1X���/�B~k����y�9_�ɌV'�g�
�z���%v���_����f4��no����l�����p���G��1
t2�����+�b��#�]�z�v��K��O�����i1;-]:`c8^F�6Ƀ!6>��c/���.�e�`��0Oz�TĜ4�:��_�����b�b>�M�S��Ω�$l����}�I��~�|���?�	2�6���:���CC�P"�R'Z��xTQ����*Z�=ʴ�=�Y��O�?��q;V��Ôj�-�R �b+��V�(A�=����5����pG<��|�?Q���7�Dq����h&ڥ2u��h�\jϱV��73���b�%����1]
��X�/-$������jCFf�VƔ:�1��5H�gr��ƫ&
r�9(�:9nv�Z����im-/Y��W��
3��Q"���N�o]6�t�z��8��2�[^��4��$[�"'.V�1��Z�	��]���zi�˙��(cR�&�Z��_U�ҹmZ�"����(gi<:���1U�p�oiA��	�L�a4��ZEg,�a�Y�DZ��Rt��P�S�̑b�Z�wח�I��J��*�Xj3�$��QIbmI�t�^*��]��&�͌��;���e Tj�T�bAE�ڒ��̖���]�U�H�/�Q5�k�H;�񴍢,*X���y4نȀ�s ���4���@�������3�3䶅3��g�m�
cg ��£�O݌�W�һ�/~&����/LD7�k��3ȶ˳���P�nG#���,�����{���{���y>M��l�+�jN�%)� ���]���9�P�3�!���.ji??��)g�[��&s�`���Å����Z�����3"4�4f�n�-t�m�e��� =�tJlj���x��2̆�#s�v�[9�&�Z�R��2�Xi�����/�S�r�u;�e�?j����Q���H����`��W�f��ݲ�y�Ndei�~����Z�G&J��t�`]�g!���\ݥ{Kg� [�?w�R�ϡr��:���"��m
�9��L �@YC�ZR&0����71����z\�(6�k�kP�.֩iz%Ӏ1����L�&���~��B����-��T�����VW�i�EO��8�|l�-��e��2�P�]K�ԧ�vI*4��M�����7�Ia�{�uu�T"�8۳� *|��~�2M���nj��Y@��&T�h��Y�-gݰ�D��X��]ؒ6�
a�*�� /=�0������DO��…����@��pɠ{
�1��Ń͹�XC=Y��حu��ӄ�|	��V�K�t|���{�(*������	�-̇!�B�[��p~��Q��8��^ϲ8�_�N1�P��
E�nF��
�߈ֲ�i��Gӻm/�t��ѓ1k��
#�Qc��nl�3C��D����!��y�����nC�U���X�$�~�`��<�{�i��@@�B�X([�b��M�&�ӹ��3�F����'5���.�t����UE��L�w�[�mؘW���b�U�Bp��.���ߜ4`������h�Oa�1����7�w���wz����N�u�M��@�x��}��)�h~LNS�~Ə�J�wǐ���zjdÞ����o�J^4PfI/�\*����I��r�
!�^zj���(��Sf�$|�6�esƵ�*:'}�w��O��:��r4]zOq3���.vJ3&�Y�!ʀ � *8��
毂��w!�z��1�Q�3c/�G�,��t�d�
�L�H0��7��ׁ����X.��\�9ʳ+���� o땕R�PZYʘ9�p �Lz��I��	U�v�VGC�.�e<��fƫ�;xaqq/EO�U^�
G�c���dn��h	
r단U�M����w�vl|�nt">��$���O*��6&��(���{@�0�6�W�EU?��p�(��y����AaB�ט4��0���-�|��Lg����w�I�Hr_�:���$�^Fz��e	i���#�!!C��ݬ��o�GksHJ���r]�n��z�6�<�0ɻ9���>F��L-���w��A�}*6����c���Xp,�,�^�� i�X{TH��=Ʉ��+\=�j�Z?K	k����t�D�f���7���IT?HvO�R;�>M7(�
NQW]��;����k�]���=�TCW����J��
�&�V���Xl	`]x�J�ѣT���P��5r��vA���A�ƃ/U�8FeF���"��n`�1�f�yb��p��`��O\M��쿣uHsi��f�һ���v*e'���2���͇��t{0�'�!�/=Xqlp��p�/82�.l�s��nA��sȗ�2���b��7��c����q,��ܐ���*�[��8
���^Ǔ;�u����X��P;MQr��w`%�����
���ƺ#�kc�z%:~�.�6��4���2��� nJ6y~����C�q�h��ꠟ*}��܁G��:��U!��NE�{I���0b���8��=}?Ò*���RE�o�tx���I�b�C�-n������.����f ��s��ۀ��n�+H*�.3&��;��i�-tz��.��	��X�%DJ4�h�O�L�S&`�`Tp�ݧ"oA�p7B���х-<Q�ºB��g�����zAR�lc�W[~ĺ�|��3U1U�TT�kg0�f��R�Ο���c_�i2R$.��
�K�}i��x�5t۶�m[ohiuKbV���r@~.g���}L�~�2�p�*�h�֩�E8I�p-3{�ډ�x<Fܜ�o<b��U�'�̦�w����^DJP�N�
u-��+lj$�d�>5�'�4��C��vx�U?x�Rp[���՝����Ր��3�`YE�c�(�(��W���Z穳�x�[��{~���ϟ�k4�v��t�9PqL���U�!V�+�6���WԃU1 ��P�e׏�Q2f?��g7��A��68I�n�殡�6eqa�6_�8ϩ�0�3��2.`�9��9ص�M�1mC�{���jN7��TL�O�&:�~o<�GH��k~C�9��Md���[OW{��X�k������~h��ќ��a覽+˻��
x�<�Yx>Xa�t42�V����m�j�m�(&9�����m�:���1��q�U�x�3Ѹ"Q�q��Ȃ�<�౗�]��̹h6��{_Mvч���u�E�^'i6���D7�^��59(51�J�
vm,HS�?�8����p��s�WJ��#�����6��"���?�#uH��
�V����+���8�cWǂ/?%��Y�?�q����,���X�{z�x��gU�Q��ҨA���\Ad.I`5:�����x4�-/����^a�Mn�iQ�a��w*�K�&�,����J{�W'[�
861�������VEV2Y��p��p�1�ҹ�]'��E���݆�B/Cc�1D���IG1�Gҧ)k�O��$�n��la~[��Q�qe�0n�Ux��
�;}��uM�<O�4]�$�4%I��7��uʿ��I�k�DI�4�x��#���D�Q�/�m���5��S�S
C����L�<��(I���Ɗ&I"Q5=^Z�uU#DS�G%��W��齕�=s����Ғ6P/J�`�����o��͞J�(�#��^�Z-�baɯ�n�mt��P��-�)�cx�`�����̠��e����Ǜ��4�i�őY\��Ʀ�.��O4Q��1.�x?M�
0�!�m;J�1G�DQ����x����m�U\]�^��6o_�_'d�j�fc0F{�oޮ�iݝ��4��x�]���U�Ԑ-��O��w����[=�4!�X�tF��P�YL��13�}�u�՝���
�#z���h>��+Ѷ�\�C�%FS�T�ЧIv�誤��~S����j�d^E�ɮd���T�n�\�\w�����m��J:�Y���O5u�^��߭�p�������8��_;��ó��]��֒���U�5<����ƭ�p��_Ӆ��0̩`MM�'�&�g�oK���Rs���������)���(��>��x��y#��0E��1�S�Lw�_ŧHPL�h��)=5I�ȋ�ӎ
�4x�*�4��x�@�OJ�9�Q:I�c�TB�����*Ҧ�͌W���eq�����K�Ĺ���s�)9a�Fti��mJΉ��s#9{G����ܲb�8��?�.B�x�]����`u�MA1�iE��,M�<Н;�/��S�
_�Fï8�d
���x?�^&�^&��MK[���0Ho�s�JIy�@�-�WU�^��S˶
�g���!�n�vJ�:#�p
Ͻ"��!,1ک@�x���D��IGv2�=e���w�`l�8[���C�q�?���~��l�HJ�(
+Т�1N��^*3*Х+��@jϯڭ��[fW.I�v5���)����홝�=^�����F��z�*���TƳ���N��B��p>i,{��LU�+[l	6�����?TC�����:DY��↾U0LxF&T~�
!T��6\�0pMYMD�	�o–{�]Ÿ��<0��)}���0��j���%�˒�[7tD9�%I�ըܰ��
�{J�*�t�к�]�yG�ZC���8�!0K�9&��J�9�W����k�L��Wk�a�ܻ�V�W���Q�q9��~�`���Lj��|��aaCp�O/�x:w�:�K��W\G��3ߓ=���Ɇ�
%�d�8c����,�f�/<���\��2F؟��Q`G��8δ��1��Z�Jsfs���ҙ,���&Ji.Wi.��†P\C=?��zը(���(�	=�/b�P)	{B5ݒ`Ս��(��g��^i�x�aT �'Ų���P׭p�{��thd���)�H���?�;y�d'�\����h�?���O�y�3V��=6`p�|j�c��Jv��������h2���!�5t�=�^W5�p,��Xܦ�a	�Qi�m�`-�
DV�	T4�i
pΝ'��I�'��f�gq���w읏[�O/M��9޵֋f�x-�>&:��O"��&d���+s]�岡�F��������O�^�a�'�Z�,��>nG��I��9ly�!�B���>�Ѯ
��m�G2����<���8
��E�0�(�SR�G��*�ŧ�-�R͛Q_|�����T;hw�q*��|�_�Ħ�y�x�a:�q���T�F��7����u�+��r�1�3;p���ǔG'4[����Aȃ���Z�'�a��Ÿ���y��f//o�۽��{��DU�������)�.�s9���P/z�n����9�e�R6�/��A�����c��C�j�H�8���Q_aٗ�E��}<�7��՘?=�͕�z��6f�c�70[���|+�xi�vLܩ6;c���z�3<8Ͳ-������@�Z��TԃHUJ8���	�$�dg��py�F%q&�أ<g�s��g���p�>���n�ؗ���F3n[[(&����G)z
z�e>)!��ɜa���z��~Z;ѩ݆&!H/\Vx��i`��Y��-ܚ�<��Fbb��~�\�_�t^���(����oʟ�eʻ�=������!NS�#�
��e:��\>�HHB�@ݷ��{X~`	�+6|��h��nS6U��i匩"�lY��@A�7�w��,4��VS'�)u��u�����<Cߢ�e(J����IJ�Y�7��ď�5�kRX��B�1��D��ᙕ�C��m���H�H�X��Fe�Nfl`R����+g��RF~�X2d#�^��v�����s���-�����7'�)-zn�a/@�</_�����A���W<?[\ݬ��p#=�F�.�)ي	N��.}{Eγ�s��2˚^�<c�Q}�o��ܥ��.�{�+��f�%e���?��d�'#\�@�SY}�(�R���F��f���W�U9��?B7?�!�U
�K�K�����K�ʤ������~�����r=JsЌ�ig⡖�Sv+����ŋU1�WL�d�*��y���zX�Wf�:��~zƅ�,�~���:�r�s��O�gm�Wpp?�}wu���������D���[>}����y��:�ֈ������Mt�;eb��($t�l�"��XD�q���K�D>��|�h��k=	�0V'�f�и*�
�'���p
N�C�qO/w?����,6@���Mg:�<#�8S}�v�gS�vk4�{38P(2��r+��
�3����S��7���:+�I�wg�$��P��pK�������m�Nd��-/C��$�&�I������tv*���͡_�U%�Z��CSO��l�C���!��Q��G}�[!��[��ֻ�܅@6�F��a6�@��
&���Ѵ�50�}���@`{�jS�����|N9�Φ�H�"���WK��\�5�-ʒ�~��
q�6���i,�#��P���� !z��׀"��
5��H��1��ޛ����mjzy셲�������u!GG%��e����Hڳ�yyT���@0��P:�ij�m����i}�b�^娷�a�y����h����5(=D��e�)�t�R(�LCu d5Aܠ��A�zaޚ�/8e�,?��?Sp��?����Mǁ?���E�_�H~o�J��p�@g�H�&x˸���
>�_Q̝�O�9/�|����י>��#����Ъ/@)�I�P�z�t%��'��:#���|��
�m���Y����������T�:�}׈u˭4�*��	z���(��C�XĆi��h��P��K����s��_���MeǏ3Us�wl�K}OM��||Ker���^֯A0�z�w���d3Y���2�+��;�����,�v|6Y��Y�l���f�zz��$ɐ��AbI��vki�^�O&��NŰk�`��0����T2FI�M!�22���4�&K[�C�'�t�"b�{������*DiGi��ċR�|�0�L&���d2aLSCfc����8��S ��P"�*�:�C�ؘ=�5���ҡ/xQ���(M�(M�d
��ty�<q�u�…��\�0_����.������ܧ���4ROߨ�K�h�F*MuE�7"�s_E�f�׎L+L�_�0BE���.E^�1��J_b�*Rt|Ç��}��7|��d�5D!�`4n(�?~�;�D�������l
�'�bHX*ֶ�-G���'f�FS�Z��L2���Utae|;���Ҧs�E�S��Ff?t3���I-�j���ʑS��|v�ƪA��1��:ڄ?�f�-k�fX���[�������ֵ��ݙ+�,�Ξ]`˪����ne��2��׶�}M��{�1fy}�(�?;X�xepv>�
��������슮t~XՔ
_rޛ5��^*=Xs����&K�u!U���gl<�a�iA�'�N*Dx̿Կc!�t'B��P6Y�OR8����z5]��%�����lU4�8�~`{�]WDe�EE�LR4���M4\����5��Lbt͟��UDF�,��E�t4]�:
�-�4T�6�DQ�̴E�0e�2�X������ue�~���ۗ��a�� �,c5��и��4'egɧ@K����d�4��VE��%x����SE�R���+T�2�Qy��v,@'�r�WPGW�\R��4�gt�����_�����\FG��)z��P�k@���²$�2U��*O���c�R���S�xoQ���R����j�� 7=��F�w�e��E3��”�j��[,9K��[���?‹Y�n�3?��G%�`��%�YZ{ދz՜�܊�S<���5�����Eٓ�i�u���ub���?���q�>�i����+�wdk�;d�o}��S�*��OǴH]�X ��-upQ����R�uA�=v-+u�7���m�����ۉ���A�~�Z�,r%{ �6�i��b��<�I�o�h!�b�J������sC�L�L�Kݗ-����7�5���͈Dk�,��w�e�:yN�ʄ`X���0�6K��u�&L��������2wf�T��܈�::��yO�}%�zP��B�3�IݽI�<p��ȳd�m���
��|HQ˶�1��n���ʊGB^1��*��D��]AT�ڸ��o$���R�=��b���	�~_͉�
ڥ�,�#��|��n��
�����Y��&�+����|����u�͵�Q�y�	W
g�k{sǦQi�t�Ė�l��-�<<iĶ2�hi��xWR��j�xR�0Xr�~}]�;E�m��V����&W�ׯ�=��\A9�!����~g(��~_��p�t�\��`�����{�X_)bēm�9؎���ŏ��pl���d�	|��>��̅��1��>��jQV-.���#�{�x�Ȇ,y��:�w�^�ch�`��Ǚ;;��?P�*�i�<�i��\}��1��w{�x��l2��!����A}�LW!Mh�8C?\�*�Je��1_(
�f8[
�q��mjf�qbj�}(S]���C>�Y�8~|c}^3m��ﯯ��
�6���v���˚�'O.���-���/(�g�.U�q�Ϡ�p�
��{%/Y:i`��..t��x�$�[�|V����ji�iЎhB'��_���y����\�Nй27�D�\6R�Fe/0TaG~l3ϯ,��/EH^�?�&����<�a���t"e�W�j�Q�)�$]�e<#|����$�����`dv�;�mZyj���<�k�}�1��	01`�5�+�������?�ޯȩ��=4��0��A�%�Tt�fۗ��|�/%�9��%���)�K���/H�����Z@�I4t�>9�
�d�W�=h������xϲ8�+ǜ[��Ӡs��%織lz��OŁ�o\^ιe��E�7Z�/~8|�����S�%kv����i�u�z�S��u�a5�n7�B�T�5J�T���@<q�y,RJ�α��3/�K\��x���'w
9���p!s��|�}�|�cD��c7h�ޟ�X|�1��½-t�(D/Qe� �4FS�&�����T����ܿLux�!�c�"Q���ܩ:��t�v� `�x�ǒ�Y!�����Q�ر�Suf�0�MCl�0���d�ϟi�?:4D�y�s��(?����Q��b�����+R�1t�eް�e�XY,�Q�,�1�cϔ.6�Fr*�'6��,�gJ{kk�.��}��8�3֏sj����}�1I��F%�A����E�`��K�k}�Kh��[(�����q�b�|\���h2M�X�xtoo��0���b0���V�
��JM�"�#�|�l����="$�24�w������[��<�6i�ʲ��R�~��&ֹ�Z�ͩ���j��B�a]��zɏ��i�<�&���p�2_Œ�¸Ƙ�%��蛱h��?��Tt�a\�^�|>�q=��4��H`y��.�B��mS����M�]2���$���.q3�y3�!;]/�l��%�aY�w���Ort½˼�Zt����*|$,��3��aِ.��?;�]����q���5%���.�屲|�0�01n8tYut���L0|�I�����gy6]�9��i�e�8U�s��O��?��W7�룵�OH�sޝ���d^���#
�hU�00q�>�@��]x5��68v �AǺ`�6���Zc��R�ӗ���iF���Y�y�.�G��6`���!$]�?�?�@�z�����c��z���L򣩪z
�쫠`z{g��ib�&���=�d@�ك�=#e��>���QT?��"��o�;��45�"��;3���4����:�sqRc�?����k�9_o�m�vnTn�(�3L�q>2-P�G��F�9W�8D�W�Ɩ�3�ݨ<�]�h}
$F�'�}�{��%3B�p\�tz�$����5F�eN	}�O�HS�k��GU��c�������T�����oƺ�WB1�s�����r�k?G5r{|Nc-��\B�7\MAs�SAiwcȰM�5>j���m�8����c<���G��|m�"4
��'yd�O��e��7q�1̋�Fc�I�s-���|>p���z��YVԴb�mo�n�6mT[���i�E��W����ܸ�ʵJ$=td�}-�eRS��W�h,}Y�}��ڽ5˲g�Ě���V�=w�s״�Fm�hC=�|Ʋj��l߷���\UĚȞ���_����h��?1d;3��o�
���g��1qo$�����7q���,1�T�+Κz�X>�a�+��%��ɂ/� ��C7\#�1
��"��5�~���:���X�cL�'a�6����!y��'�����	:�ݭ��P�(��?dt����I`�ޞE(��c�2X���m���X�aW�Y{��.����*���<�^Mf����ev����9�T!��p[7�D��|U~��� �զ�c��޻���[G�0�h�D������o��Fr��B�P( ��9��r�Wf�
�%^.��L���b`��Fd����Ś��e��l���PNX��ZQ������J��*D磔�	Mu���,d��<�<��~�;`9�TU��t�����3��L��[��;�N�6j��혟=�u�7>k:|����׌�q��$8�&���z�}��Ih1P����2�'m�0Ξ�|x����٤�U��dE�`bN�~���Ԙu5�ϒ�q��3��x"O�1���}�3��p���=��
�S(��kj��1;B�
@�g���i&�?}� $
y�If����[� Fm)Oל�0Um��%?�H��<���)��Fv�#�HWcY
4ܥ�M X�r�������F����yں_o�k˞e��c��;��^|p2×�!G�[V�e���KW�7&-��~$�٧p]��*g�����)�x�n�S����=tDǶ�0S($��G$���+w
-�@��1�IP�\�K7T
��;ll�|ZG�Do��+�sFTQ��mkr#�C�X��	���R8���i|#�dHk�ee1�3�3hJ��m�r*��%;v�R�b��롢������	�h�p�qv���6ɣ�^����j�S�V�l|@�6�����f�o��/7'h��.�FZ��Wj.?f4�ϗ]e\�}�)�Q�2�Q���V(�J��rȇ���D3�3f�דz�8�	�a:h)4[�|��6�����w?���Q�����ᱏ�:I�����$�u<'��ht�g��Ҧ�砈MY0���?QӘ‘3������Ć����[((�hc`����<�c����xepv��r	c[�)׃�ĸm���¹���4]U�,x�ٹ�'WQ�A�!h�}1Yp�Kn�܎����-��ܸɌ�����9�yi�x;1���ʢɍn�<��Ś�zA�.'�	��
J�7���'�,���i^!�8���k_E(�D�3��)Nm���L4�K�9�z&
/��s��U��Wz
G,�T�j�z��ρ����}�ؼ��楮�y���54rb��	��3���J��²}dE�
~���)�l�=�k��F�n-��bv��[pAZYH�]R�,(P,�pR.�	6��Ϯ�Z;il��,�������)�vS�ʩ���L�0�o����8�R�M4�Vg�:h$m�t��S��$9_B���z\��Rn�C�i��0--���a�͝b7KE�E7�j./�c�a=I0J��"����J�*��k˽u�~��lcn ����H&IeӬ�3/��������x#�M��F�
{4���K���:�$��-����Tk��v�R��vOk�u�ڊ^�5ݶ���4�p_U��r�jZ�^��j���|�N����c���ݚ�ZU�� �45�R�_s�B�c�N��Y�LE��}�q;��}T�q[W��R���k��� P%I
�h��ߚ��i��%�0���`�e�)X��N�8��u��@4QTѴJ5�a�������5v�5���`�0�-Bcj�Vq�P<�����[�����4$o���I���J4��몢��M���:�[�lź|�
zۇ����w5y
�.�v��!�D'�P�Ŵh2���:Ӯ�j�s|
�v�;�[�rfy.�j��!�
����J~1&�8�ۘɜa�=y�c
@��}=ѿ��@S����qL����v����kV�^�&v�
d"l)��U���#g�W=�,�]zh�,"�=sŶ����:0.�.��_��K��P���'�!���%����ޤ��̂�8���T�F,~����&"2�I��i�ή�"S|l�C��&��CB�(��[�oLRo��ú+E����zӀ���0֞Ѿ[�i=�F��)���Ī�bh*�z��s�S��J���,���d��Q��{��!Z� |�fw}-]hA��.�����אpj���T6������utݣ�C�� �͏�ٺ���>./��F��װ�w���"	�@eK�a��Z���F�W)��-+
�"���e-P��zy�~)��9�L�P�]B%J��%�r�9��\�E�@>U�ֈ
�$�I�H���z˘��/��}a��Y�硥T�hQ�Z]�0�����n�?�W]m��~����\�'K�лm~�8uz@C�hs���^�=o�(���up��%��������5_A�~�M�e�G�e�,��i#�ь۱����F�_n�𳮦���q��Ir �wz�eǕV�,��)�W[�������7���H�a�E0(�g;}��^q�y�TB�V5�̖��>�ML�qB�&��6�X�C	\�(��I41��H<�O��[o�.?^rJN�բ�4��mE��{�7Q?x
�9�JΡxu�K��4i�)�vx&�0pB��5a���P�ב�тO����ޕ,C�;~\��	�A�Vju��2AE���W�u>|d����Yn�[�-�͌x����4ѫq�
�!��̈��-`�/ŭ�hK��o���9T��:�ʂ`�a�ך��ɒ	�'����+�����b�c��w��ƯzRۜR�mxNR��©�(rJMJND��3��[խ��Z���#�y�
,F$f*u�q>�J����V���,~ᎏ;
m�*z��Ѫ����l���T��_�ڐ��H��K	W?/���]�W��8�BiG��q[
?2���#��e7��z�߆�(Y�V�:���qb�g����
PAS�B�������Ȧ#�e}`}��J��IUIIRx�t��UQ��f�P$IEI�1�5I�(F�t��5��5s������w(�L	���t�j�Q�u&i�*�����*�L%���d)?_�{kÔ��A��k̾�(�N����ԗ�G�+�C�=B���D(D��E��*f\=���~���Ԏ۱�]f)���F�� ��
W{W��÷9��鍞�+MU�@(#1���Fx"�>����$��
�JH�nY[c��@@�
��@���7O
T����S�5~��"����rV�B�`g�Ly���Y�Qލ�8�z>Y�S5�b��&H�ɂyʶM��'�-���&����A��:=�Ut^�{�O�T�W�k�CB_���C�4��,�'�@Uu��)�lj*L]��V�C1�-��`=����!�\��P��𮍚����}
J8iQ�j&y/F�����o'2�Z3���s�y|�P���,K���"p��oT�Hg��9���[A
��y^���j뗠��8�� r}d��+}���M��N[Fx�N쾣���e����ч���-��0��-���~��
AV�v�1a,�0PI�N�,!�c8]���G�V�n����$]\�9@�TUU��V��{��G�����o��[�`["|2j[�ӛD�*6�m ��?�2h��-K�n�*�T��5I��1X9�cY&��8����FE��4�Z�wlEA���b<BF��M��N]�g�UK��f�H�.�3T����7[!2�F	~���f�b� :���jtLv78�1G~.+2>
.%$d�#s�,Z��(̲k}}m��:\",��?/�u]�\0Z�.	
�|7� ��q��k��c[Ly]����]��J�e�K}������A�v�K��Ʋa~��ܸP�p�����B�Q���Ł�:�i���T_���._0�N:��ҎS!��z������c�UÕb��&�	M��mt=K��k�ݤ��KC��>4��_Tf����wX**�K�E�!ji��KH�&^��^��YZ���U�u9�B4]�D������
���+��C�y:�6i����3'���}�����Rr:F^C:�
��D�Ln�R��R��~:��g}y��k���)�B�B��I�5�I��A�.U��ƥ.��2-�}��`��IqȮ�uA���1������ʮ�z�����2'�=r$n�n�Qv	��X���U�g����z=-�lOB���v�t/�9��L���q�0M��W;J��<-�=��o2r<��l�.�)h�b�LIJ��_���(䄽��o��Fݤ���r'�'4V'AP�	Ż|?�(м�?���g���춖{	�,c�EIo��5�k1YʲC�ʲ%�x���9��)��D3��\gn�S�}����&��7���#��{)��N�D����҈�^�̳]�R�.�E�y�+L��uQ`�D}����ו�%E碱�ϱ��p—�-��uԷ�1b�m�5�Q�ݐ&t���w��ם'�s�J���m(�e��:�V���S�|o@T�� ��`�F�`��i�;����R�m�
ĩ2�D����6	܁F�vMb��������G{j+��.�̓�1Oa��&�8�R�չL��4j���j_#�|ϥ����P��/Ł�����Ij��X��WV:
t�
U�\u���-朙�n��~ⴚ8YɲU�A1?+	%dN_�a�ݝu���w�Ҥ�
�lq�l��l�l�A������t�
��P�3���Έ��7� ��&O�O��W���i�
>m���6��F�!~N�ۀ`{����8?�Ec���8��=������ȹe�¾�Oq��ڲ���t���׎��_"�����o�C�%�����I'җ��V:�:`n%}�*�'�N3Ƣ���fǙ�a]�:sl)����d+�l?y���(A��5�&�v��Ҩ��f��e�g�9�ڑ����.^ ����Āb�����8�$���h��8Q���t�%0�"_�����
�ޫ�Ρ���C��mZ��Z�i�?zU��t�c>�ZAx�,�f�x����U�`������6,5�;6��C+�e���k����ubkxo�ֆ��l
��Mh5G������	�j5
>@S�{^�0 Bς��GǗ�0dJ�It��X���KKX��g<�V�/��+�07>�KK�O�@���X��9Be�॥���܊�=G����I6���j6Q��e�.��g��Bof�����g�|�G�R��UT��ܲ�L_k^�;�!
s��nFo|̴weڱ,�-C���ܖ���d��{�ĥ �"����$!q&�"45�K`Yf��P�����ӎ"����~ou���NF:���h�]m�Ҋ�AlUS7nA��m{a���H ��>
0�¾=?5t�U�����P�;jM�9=���#x�i�n��	]f"{��5���>Anđ�p�Y&q
�ۚ󖰅s�?�WA��i�]�Yz(><�� ��q;����$�?�(�j�}�)�v������Oy�B$�;��sÇ�1�
����Y-#h�����̾XĖ�Y�J�?����-�x�MUU"$�ud�s�������,."���_
�EzY_	�v��	��L���cG�P���
-������2����@��&ް°����B��,b��_.V�~���Ech�K�B]�K�K{?��v�%P1]�~~����/�������$�!�MÂ�^1l^~�R�jt�L�*^\Mⅅ��f?S�]&�Y�m��t��Dx��&%��ݰM7#ܙ߂=�T	����[:���t"����>����l��9߳��0Q4��e�}�uP�tS��
��Z��d�/�i�|�L6L!d��^���Va�c)�1"�E�(w��6����j�|)U�d�1�Z�;o}�\}m�>Ǘ�I�9�Ѿ"��Վ�d���WWc��	��H;�P�|�-=�b
����z�w����u�zJ��W�����j�W՟��p��nX�.6��C.mCY�=��y��t����i�w�&�QrR�#��@:-M��J|#@���:�������vs�.S~����%-�6ί"���$^�m�|)�Zy���$
&�o�̺쥌�1�Xt^�F��x��*��g�#G�~��V�׊�KA�x��~_Q4��c�/4��F>+�LUٳ�~r�H�B�z��%���`��+��i�r�)}Ӕ�7<��P��V�;k�?O��3:�ҏ;`�����sN����_
=�<VX-YC7��1����?��Z7o~7�F���g����F)�^�"�UTRP9�0dMU����tg��\�P�S�j��9W�?�+�y�c���_�7�퐲��ǧ����V��^�w���PԎ��,“��O]WU�h.p�4�fI�U���3J�}�����X��T��	f�㎐�m-�w�-i^����p���ߪ�i��c'(�mQ�_4�P�UT�RԞAe����>��X4�]!n9"RѺ�"�a��n�X	�`ݓ�:�
����jcMq]%�t�%T�|O=�mp�S����^��c��$��$A�5ָ�: `"���� �N���6�$_���/�\Ƣ0��)�'J�AU��.�f؊";�d^Y�2��`���J`�T4����2>	�K�W�p�^��T��Z�@�~�f�N�(c2�&z����K�o�o��x����u�AGa�]�pH�'L�nh�4�ċR�g�Ei��
���"��*S*ٷh:��h4��F�-k���E|R;�f����b�8!`@t��g�>\x�`��-�<����zPj��}l�56RBvl�J����&�SnHI��"y��+���e�9��f�{ɹ�L����Ls�ڌ���
�%l�C��sX��䜣��<��
�`Y�sia^ي��F�"��9��/f�l�䅎f���d�;��s�xN�6__2�gӞk5�7���t�2�p�O9 d�"�N0^=zMcN�wu�Z�=>���t�1��Ac�!Gf�8��g�n��d�)�L�F�`x��$4����;��c��Q�>+����6f��
�d�5��>�*�Ċ��X��d�ɄW^%���x�6ɷP���S�a@�g�Ց�W!;NQ8>�����0�e�q�
M��P@<h|��?�A��}����ѳ�Z��� �,XY
1����8?p�aߨ�
`�X�p����,�]N���O���7}�皱e<8�ɯL�*�~	��z��5o�d���)���eW�T�^8���P���-�iۊ�+O0f*�����S���Ut]�c��Oo.m2���Y&c�#���]f��)���i���&������q�J B�ϦZ��wKw2�s�"�2o�s<�Ie�e�S7ׅ�O	�#�J�/�8�$�?X�O�D �J�ْb�E.$���y!�J͕�-��l��e������W
��{~o
�vno�Oy��Bg�1;@ׯL�v�0�W����n�u<��
.� �Yӌ��@�4����RM�8z�(�6~:� ުN��La�m;5�#"�"����V���0�D����=-XRMН]xm���#M�dM�`�����(�_�5Y��Q�k6glvY{e3@�<i�m�0_��}ȷ����k�dE�u��c�;by,��@,��D�3-��$���k�7�`t�n]]R4��102O�F#��B���R�Y�ԏ̮Hb:t�1>����1m^�ž�;�
���:�
�g��u�obFYj�+\AD�Y�X��r
��۠&ˡ5�
��4w���]�AU��(���]U���eT����./S֨�<υ_��qǰ��h�y6r@�`Lr�Db�ٯ/6�׈W���k�MG���[_6Y������a���:�X���{���62���xL{�R�����/��Am�\�X��ae|�ݮ!d�i*D�l�͙�8H*bϟ�l�e[,j���9���d���|����&�'=���fd�_��4w-k�U����]�wq����!)���y���)j#�B
�'�S�����h=���h�ӹ9h��8���p�c��lU�YfBUm�7Y*�ߛ��K�w8��l'Ĵ������+ ���	,��!�ptm���l�#�X���>��P�P���н�U�@���˝�ʔ��N
��8�,�"y�y�(��[����7��jDs�T�/��a�<�Z�28{j0 ��h�[�UMWi-���&�'�ѓ�~�I�L-�{r���w��⿉|�9,-�Ժ��'=Ӣ�(�۟@t3׵y�dTDm4�3��?�_�
V�J�Ċ��Y���ӗ&@�����ɫ(����x��g:
@;=�섳	�™֩V�����"�GjC1;Gj�����0�*x�'�=Y��l��:�a!�<w�R�����n:;ŷ��lx���v5�36[�!B>s���h��H'�J&�v� tv��I`G5�J��\�\kHoN:E��g9�'�XDș%n���	����e�EN*�]'���%��׽Y�r;�lFe�|W&$�����`V���.o�#�O�sJ�q4�.��U'��߫ ���qG�.��{{�PP�,GN1��]s;v�?�[|�[4�qПM��=	w��҅H�x��G��c�}w�2��D��5�p��]!����"�4��.n��z	��[5�,0���~���c	��@��m!��>=�L}�2)#�2AVk�gY׺���^?�}������Azr�>��Lo�&i�#'�&�֡�#C���h��_��r�����bы���a�tǷgh���,�cZO*�	-�η/��aж�lƖ�S�>��_2��`U	��'հ�>�3��>��I�SK�4r��OE��uO&u�ud��=�t����hM-98��|B��������Y��`�(?�������&��ÔW%�RC���| (��*����K��:&R(�>qQM0�KO��<�G�1-���N�k�g�R(~�ٷ�Pn�!�Q�qvr95@RA�X:B�r�w�ykMX<D�wė�X��dI���q}p\N�gn���l�$8����Ł���'�y�^j¯��
� H��8�^���?N��>r|���0�W�IB1 @y!��U�Ƕ
�ϡ:��wV�
�|��^A�3-o�U	�ֈ�ҿ
Ȼ��A�ه����;����F;YY0|��J������.�kT_�FAc��h�����=��OI�x�K�Bћ�c�,���˓����[3����j�x��:%Gf{+	>��<�r��w78�Xݽ�gI�ͫ"�����O}7֜F�l&cc�\0���Ro)�L�0i6���y!�%�Yy�}~uP��0��L�&e�V�X�!��Vr�J�
(������"G��m��9���VE_I�.�Q�@f����T80i�iW������K%ס�\r]J���+�7n�L��J2u���k����hg���2q�G�|*����"�I
���X0���/�_v<Q6�!��|<v.�.���;�4��UMaV�:?_�ZLUU7t�k:cx-��+�d D_1�J�b�L�\`�j*S�<u�����t�"Xp��L�eJ�p�d��l./7����R*EQ��?Z^��w�i���׺�Gj_8u��u?�n$*ҦC�p������U
~Ճ���
��ٗ��;��p
Jq����8��!Z��N�E�a��@C�=刋���/�z:aʀ�%�	W�x�.�v0^j!�Eۉ��v�g���Su���2	-ݟ�ףwz�;M�&��Y̥L͜�rlw�d/������i\vl:��F혒O)��}���1�ޚL���~i��~
�}��ޗ�oƕW�1���<��D����7���1lJ����� �bG7?͆I���4Q�Y@^�k��4 ���L���Ry�6��M<��E��t�6O�����
�|@�X�=�����z�z�:�ں�:�P���J%�7<Ϸ���L��l[��l�~�1�Ԭ&�t�{‚�+�U~��0��@�1M�S�v��A�F�(�5O3i|�O)'�$������"B���i5q�8i��i�S�X?:�q�8��O�[
̾��	�$�M}���RL}���O���U�1�ys������Sbbj���n;mc`��9��"xQ D��Q��#0Ht뭫b�
{�Mk�#��V��9.SR��,�D/c��Q �^[�G���x�er���p�^� �
T��R�E�Pp��뷤��m��o��6�v�*�9ss(���SY�1���r��q�Կ��������Z�{>G���&�H��p�������Z,�KE"0��m�jto�����'0��͈�lH���?�wܘ�,�dž?�����|�A3��э��Y��?���*���?�YË6���i�[��džZ4B��u�H{�$��̟�r� 1�G�z��=
uX�x9�"�y���p�9�p*��?�곽`�m�i/`�����4�{sŞs3%���Ƽ��ut$"��X	5�DJ8/��_o�8�,S>�����[��DJ8���Q��vҷ�Ж�p>M?�Xtk�+����Tk�۳���c`k��Q��6j����|w�B�WE�i,�6{��~�1��ֈ�Ý6p��Mcp��ٽ��t66��|	Sܦ����}/ ��k3K\���wє�:<OSTG��%.�����H���q�a����>�Ӽ.��a��5~������m�Kϕ��r�b��Zab3FMk��*�c>H���z�ϥ�^9jݫ&�tbKH�t'�j�Q�4���%��Q]E��/�(�z�C�(��B��:����2`�W�t!�
�?��S~��ŵ��׽ٶ�锊.a�����䔊�s\���N��Ӷg�}�;���՞���iB	x4���QE����x���e��O�2�X�Ҡ
;jf�)huj�[�5�~�6�q&��r�=�G����>�'��<�a8�C�!�A�0I��흜��R�i���w�����UY3���R�R�]8�f��QTf�t��0F �����\�����Օ~�����p\���|�_tD�`�K�l�a���Z�����̒ �dྰ2�{��/à^���5=85+����38ډ�̿ہ��
�7;/�&��֐����O"��=l�J����+d#��#�C�!'��U���S��(�A�ɍ�����F”�$��P�	F3�J�q֐1b�;��1fk����	���?��y�X@�[r4zw��@ҵ4�^�����+�Z��mU�J���v#\Дs�ɝp�O�\�`Oᙗ��#CaB(:/�����r�W�Ԧ��.����]���f��[�J��UxQ�(4�g��U蟀'�8OXE,5ӡ��{��u]��#��z�7�����`в%*���!�@�VM�<����ڮs������"*�D�Jvk0XYY�潔�����%,���W����l,7=�#X�
>�s˺�E^B�<�v��eq~����c!���%<̃)Xݘ���2����lf�_:NF�s]�<��$%���ѥp.r�yJ�Ek�rq\D��C��k)p�����ARB#��(Ǘ��2�ǝ��e�ޖKKǿk��r\�����f&��5$A
���G�@��s��W@}��bw��M��5�q�S/��Q�
��gz�[�6���4]M�M���U��݆C�e�3�&���e�l�hi)ciK�L����0-���di�X�J���F@K�&��lC�oe���X*�J���S��rn��K�Yx2�H^���3��	���!��dF���mK�&Η�~�	��i�)k:��:����'�Y*m���
��H�—}Ķ�l����:zڥ�qb�	dX���4k�v��,�}���'<هZf��v�p�	�U�àZ[��e#�w]lz�E���f��7���c�
�.�1�kU��7�U���n�g��40��h�������ھ��kzav��P~�SB/P]�/��b*�ڪ���NNz�
��k��K�R͞�1���z[�\���0�q�
�s�fy�!�فg���˄�GpIm6U�_B�ܑ��!B�
�6���>���uA~e�jg.���P��[P+�O��;�d 
ܼU���dp����C�0�B&�%�/!َ��8c_��T��"=Ö|��3t����8��\���@�5X�W��ޯ��8���D�� �1��!����∾{�i�)O7L�{�z��C�l`r���LS�Ny����O=�6�s��^��iJ��&6ɇ�\�؎#n�B�ֻ�ιe���óG��2�����=L(iBܷ�t�V�Z��H<#��j&vW��Q��5b��8��`0Z��SlbQP���
���w�Еwjڻ�&r�f���>2AX%���?� �B���h��Zok���Ea�SMS}���z,|Dl*@Җ���	��[\�Z>��	�3�C%�UM��/N�g(��&��sNQ�[c�W�DE1ާK_���H����[8TrC7��	�9��in�7v��B��%�EY	h<�
��TC�
uO>�4e8��3[�4�u�CH�-�o�{��1j4C�Z�0�\�ݧP��y�LC
}o�V�2���Vo��"0_�s��n�j'?�?6@rW~������*���(r�p7���͙7�Q����pXY�6/��)�w\)�<c�sS�*�\`}gqƠ�7�U�L����G#��O1�vÅ鞠�+*��&	ѯw��\K^�\�W���<������jY(��bV�Bkn(����R�b��^j/��xt1��9�G��#�?�I��	�.'�D��T�#(���Ѡ��rH��\#�w�\���a�o�
膡�,�s��0d
�cM�DI�tAJu(A)��!˂E1Q5����EbL�U%���ث3`Af"��湅�mPQ
<<�nXX�@ ��,����n�5-
v�׮:�0T��Pe>9�=ر����)bTn�Z�CD)�zSG����s��P��.)��=�&xޯ���� 8��f�|A�=��(?�l~�Ʋ�1t�l�g� ��/Z��`��ɞ�E���S�1�h�ر�o�5�WL����0:�N&^�j�'���@q�(|#W�� ��6Q��0Ai������� ��4�ew�	��|�
t!_����/���ʦ
�x�>|%v������+�?�+��s����3����W*��2�
�è�,c�K�6�gME�R���i���*�YOA�4S���|<�
�����<���Q�@pr�xI��Lwo�(05��&��x�-�8�F�B#3�W��8� �&���`&�����н4\���}��Ik��˨Y�j
f20�Cg�6ǯ�LVd�׹��Mb��¹r�0Uӕ�z]S��c|�1�τQΘ9Jnz��F/�Q�u�f�8n�u}E���06������=SG���ԅ��!X�ply�9�T���w:i�9�=�S�p�(*=p"ؾ�A�7���ZP�[܎iDi5'9�)����Nq�|����ð��2��3g��
1���"^�*��>�Ct݅^�{>�D��`��W��}�=�%�÷��򁃥�e6S�U�}��v��۽z�Ի̸����$��%�[�S��,����l��M9z.��;�;e�KP��ڄ鋱�j��!��R�ŏK����0���)f̳3i��\?���F�#�O�T~_���m���
���(�!]c��E�U��1�d�0�W�橎Lev�ޜ�k�H��^�?��L�5V;Z��}[�X�`����^[��7��4�~�}�V�d(�.K�`����HW8�Y��`Ȫ�[�o驪	��O�o��5QxB$�?����V�ހ
��3c����%���C]�)1�_"y���?�,��ә�~@�ؚ�U�C��g�V0V�?>�4�c�����p�=�	�,�a %+v0����]U���h/Z���u�G�qO��^�輊E�tg� �O��'E�t�N:w����*oj��r�R5i���U�HTWU�O
�p�hf��t@�vrb$��Th[�
�=)��iA�|絊��x7��W#ٺ���r_��c;Z��[j����:��?���R|�5@J�w_��+?��q�#�`�R�H{0E��R���B��'���H}�j���³�	w:xJ� h�Y��JS��*
M���)ۥ]�u�\�q8��`�啕En�x�Ǣ*믔���	&�ׄ��n#�'�L;R����U1]G��d9��Gg���� R�^� =��B�|���!��fC�RF-�{��}L��aI��\Le���d*/�#2]W��L�����}�X���W��&r�b\�����l�(��^@͎�W�ZuP��Uw�%I�晕.;
4��D���o1E�ήt:��^��e�u�cU���*؅�
Yn�0:4��l��"�3�v��d{�ѧ�\��O�x� D80|��--���Zv*7�-�Ȍ��P�,�v�A]��Y;��y\)��o3��`
q��+��1kf�`>=�l0H[۫��(�B�� TI+����]��Q��}�7�#��?���Hc{ݿ�%���p+	C7%��	~�X�E2�M 9����8��;�%�OXJ���,��)P����x"]G"d�PW�U������S��baQ�������&��
��&�gf[.E��l��	�N9��*��]n�<渚Q*6x@~y��xu��.�m�]�4'���Y��-�`��q�W�G����Y�$�U��՘S6M�JE?�X�
�����{4"���ir���8/@�O䡟G}���Bri�H6�\J��l�֑P�ŗ<+��Q�*Lޯ0Xm��z�A�P� �.��`e"/q�QI)9�J�Ƹ����K�a�Xɮ��m8͔D�-X͢�y�����?Mル�jXO�~����R��|a���T���r:;�e�(�)����a>�Q��!}M��}�R5�(�zu�Y�|�q�𪢡(�QQ�������={*�;���f�
jr?ߕ>�1��,}L��MI��$E�߮W�/a\��o����[	�!��
q�C��*Ě�tD�(��根�����k�с/���닊D�t���i�c0%�5s/	�k����Bah�<
ꈐ��f5��dYj<.Ԏ_��\�߄�
��\��
w>�@�tN�#�w4���C(�6��`lAp]9�DŠ&1(;��s*�w�Oj��q����P��|���l�|��j�ԋ�ŖcSYLDzt�w��s�vX�9ݒ���v��왊գ��%�$�C�/:�1*���!�n�&�����h�հV���&=�<�Q��o��(��%����9�35o��+��[69�P������_sr@W�{$]�rbZ��a�2In;mB/�6�6�z	�mȪ�Pbڢň)2�i熣F;6�*�!�q���z�W�}��uM¬��n��El�X����iȪ(i2�bX$��-b�Ƣ�y��6������h<v���#���*
X��Q�aI��#���sP�]�=0����Һ��[ei�&�0��a�&p�lM�l`KN9%G��X7w ��n� T�4�w��#�]�] n^V>��%K���N*��@�-1~a�@�;�tw��8Q��6�jn�����=�͵텺jHǩ���j5���j�\+.
����*o;Pz;(RnLI�gu�_��<��?�� �,�����M��
~��N<\��H�n�_�s���VaJ�X(h�>ͱ�8�op�����\�l�~�͕%���u!.X��s	�q�
�w,������T�P(�h�B�k�+��V�Ǟ��x�X4Ea�/۷O�m�0�v|�0�չ��\w�4ׂB����?�NV)7�Ek�I��ӿ�|�")a�:Z��
��5oC@�,v��z��SG�4ՙ�S/ҝz����>N&�Y>.����i��e�8������Ç�޻����ٚ��a��(id�:�=�
F�TH=��8�df"�q��b�M3�n�T�4�����Y@��s)D�^������#?x�+�`n�0�͑뎚�
7��ڿn�n�� \{���>x�	�[
�*�����D悢��`̽�m�^ۘ��9��x���N�^�����h�j�z�3���%�P�E}�~Tm�3�c��:MR`;��Ńv�T(3��喟…���W�߳+���7^݆_���V�2�U!���z��X�b��V���WUM�E{G큙�8cR�
�6�@U�8�ˁ�i��H�K0_.��XX<lR�\� �3q^Q����T�NP6t��I_.5B�8�cM�iݒMC
DA2ٸAf��\���?"�Q��TC�
�_L�?6�pCsX8^����
}{	�%��/�)�B���BQ�leZth�
j����TgϞu���Aa��5Mw'R�F���&�x.�-p���l焄��G��41+�U$(2�焉�@V����ҙ���j����Ո� �����_����%�Ǔ��(H�Nj-���*��APg��Y�"�ZC��J;DyrY�w�:C�4�z����vԤ�!���i���Y	���xY���t��az��a�!I�%�ʧ(��i�<|a,��
{�����"�#�7m�Q�!DN%)�<��2Gz-1�7�S�o�}�v��ײ0�=/O�w���k^Ʋ>��Z\ &ޮ�r�����
o~[S�[XE����P{
�::�n�s�����0��Q�Z?�i��=��8����.E��Rmn � |T��*_92{&��
� ��#���JV�i��_��J�JbAMF���>0���z����w%є��Sc��j:֩��*�{�m
��R�;�R���Ac]�dl������ԴH�,���'�E
jZ�/���u��7Ϯ�z۷�m����OL0��0'�,��q����;����o�9�1�^O�c:����Y]�T�9z�1T�Ey�<������GC���񒣮<q<d]���Q��ߣZ\L�yW����t�{��.���,k�,����-ūXh�1�_��d�]�����=+K$QT.t�}&�b_bL�ҝbj���!�2�eyW���4_p�թݱ�J���bI�XI�z��	,yJsk��>N|���/�f���z�.��wn����|@��|�ʞ�0N�N�$m�`�0�LEj���%Bwl:���,1��У���n*dġ�bY�U�Q}��� �0�EQ�\�0sTI4�0TMa�̔{:����,��L��R�t�k�>�XT���"��Ţ�0U�u�i���>3�oѣ��X�*�z,N�!k��mƷ�� �j�ץ%ATTQxZ�@c��+��Z^à^T��*h=����>͂Pݤ�7=T�G�N�MТt�^��z=�ws��[V󛾥_�Ȗ��.�#ޥmjڎ3?��2����(	�n�!�P��Q�:��0�b`:�2�w'�s-�W��v�P�6n_�xU7]����]S_�x�[�vX��|#h.o�Z���?ڈ�
�W����5����;�{��1��Ɓ���w���O�	Z`�A�l�{�D�*�D,�+��P�
,0'���
��	ׯ�`�1�xe�z�>�'����`��@ ;�2pznNO���#��ؒu�[�-����L6�*�!���B�(/���f0�?L�:�O7]��d�h߹`�	Sۄ���ldȔ��y7�K���/,2�Q1�P�Z|�;Ҝ��%
G�'~WM��y�٦��[^jID�sm���
���!� ��7&@[�[���cj��p���J$�>ε:��4d,(��_�ҳ�u��j��ؑ�||�E�No�1�\x��2����3��_�5|'���
�
����+e�'#��=|p����ҥ��������8V�OGF.�����K�3T��[�QA��%�Ŕ
��{r#��Z(C����ѧRfGo�ehv!
\Ж'�.�\��+\@9R�VǨ�r��`l|\���5�\�Xt\��s�?�W�a��U�����n�ɶ���k���>���";,�8b�c�E��w�}w�I_��<.�X�c��jI]��Ir\�DnY%4./P:�G�*��fs�|�k�;�r�M�!Bz%��D�G�&r&Vt=�z4��/r�z�Ӹ��ui5
u᳚��ʅ�B�R�v�`�|�UXgnٶ�z�2�Vq�_��F��]��n�eQXr�8Β .�v�q�8oM���Z��{@Õ^�V	��I9����{�c�S�T��)]�*�2 �oQt]�͖ݼM�����A��Co��S�"��,Q�d	2�%
@��v+eL���[
�a�S�Z[�v����q���qtB�X�K¦��-(s�P(\Ð�nC&�P��Ɔ$�0�G�ϟ�)�vP*6&T>U�(�r�ψ,����-���X+�%缯�1����I哄��EI�OۢL壱�,I�N|T����?���BN2��	`��j�b�]=���1<�C��}(�q�bf�/�m�T6��W����b�O��lܩo��C[u��p��΁w}��vW��KLf���eKo��)sa�F8�;)�~V.g�\&�ݍ�̨���۱�$E_�G�
�L2���:�ÐTm�vX_`��I���Dl�Y��V7e��\���Dh]Ø3V�$Y*�w%B%���t���c�0ϱ�0&6D��%7ӥ�s��q�P'ZJ7
����dlj5T�,5A�;�a=��ը12�ӟ��)ui�����Es���gS�Sݸ��n�8l{�T
��$��:��C�>$�c{%�!9�dh@��博V"����H���\�t�2��~S�8���DeN;i�k~�T:�*����6A��G�͑^��X,��4�W#jU�^�������K�j�*�c�!��}�z����?�:୆([�]w���]������r~�u��J�d٠�5��ꚺu~@B6��J�Z����v�����e�f)�A�CN��qp����t�*Ϧ�W׵�^�*�6�,��Zy�5��(�����Y9(�A{;X;��L�ے�I�D��pR\& �==6�DAH�U8^.��c�]�a���~kW4�:��I�M�~l��G�=��h�e9�濤I�c�i���H�k��F�]޳)��|���s�c�3vt�OBj�h����9�;��X��!\���^3c�1�W��R�k]���ݒ�8N	�BM�A��rZ��$�4�q��p��y;݀h�#j=�s��l�a�;���:��s<��J�����~��u]w�ƶ��Ѧ��,֘�iDIz�����^âer'I���$I̹eð�l��B�Oۼ"�er�0,��V�!���$p�����6��m��S��ATk)��+V��N�6�렬���Yh�XzR�s�KO§4.�Ŵ=O�`�өW���1�r�����\z�X����2,�
9S�0���r�B�6)���)��-����[��-x���z
dY����߯�p=��?�ei��k�����B=\&DWղhNX�c�a�j���yt���Ƃ�i��`vMt	~�
��$�P&��a����~����~�����1k�+�J�2Xֲ.�nuY�	�|x7P/z�+Q*1]���f�<Mm�-b�ِ�H�8����3*|#��Z�? Lϒ%�L$,ʦ���$J�6K��Y�������GfH\N7#����F�+��9�T��WUP��s&��!�u, �O��x4�"Ѿ��@~)��H�h�����+�_%�A4��t����$սT9�!RMM�u�Z�vl9�;�	\��T���#�I�h0B�x�#
�OVT+���ə��R�+�];�����)�<䞦�δ�|`�W�|8��B4�P+eF�E��J��epo+i�6�@�D�$6�jvo��f�+ڡ����sS�R�O���2��%�<r����qM���_r&6nYc��W Y>��y4���G򬁇�%�`FO���g�}�l�;�6��5|$;(��9��n/ђ@��$ꌊ��&�*Ø
x0��UbR��֝��?F �>���sciR�$,1L���KuCy�Ĵ%��2��D��A����n�1>��e��chţ$
"u���D�/�u5f�'���j�0�b�F�����!�t!Kh1�h*5?T��əE�l��|;+QD�|���?׹�9�B�uX(�'�p]dϾr�8Ni�%\ T6��ix��
��$��JxGFRqߋ�a_{o�u��^Ӱ5�&̮l:Ls�Z���
s�^�i���7�8<a��V�w��3c���7�B������0���nR�
}Je+��ϻ`ō�#B�%��>xh�L�燖��<d�3�u�	����J�
��C%=�g'��?h32��	���3z6$��
�z�L�j�O��� ok����5DZ�Ԓ�B�+`� :�h,�^�|,yh`���s�6�葓�E��mr���I�b2����a��ң�u���?F��iWdG��C���e<�	���-:�P�t����1#](��3I^8�B�'���1l�,{��Eb�y�AO�(���[�� @*����6Q��O���m{����e�[`-@;�n%m!l3�W�o�1U���8D�����a�i�	�!OM�v���v���h����:�Dx#I���8t^T5��caᔩ-?{6���Ҡ�/Z�	�}��/|�1x0�
�<X�3���yB�<�u<���f{@E3M������3����֥Y��cbu�S�zFQ3K�t(�P_�J�?�i����O�ƁmQ�(kU�u�R�T|@D{Q��/��1�}�*�@�Z�a�J:Դ���iwpˤF�|��ï�Q:w�����Lc
Stj��G���`�!x�u�
�1��!e�����^@ҝ�?h
f
���D�ehd4ކF��R�<O8�7W����:�@;���ys�eE
��ieKVJ��j�4�j�u�����9\I�P.ETQ4�R�A�=�VkQ����V�x4�K�p_S�ʀe	.CQ����'�[�6
��0����|�Gѭ��5��r,�-Xri��^f=uuY������Eb���p�,�H(��l��.9�8c����pR���Q+����kq5��Z�����:��Q�Wٶ���5Mw�b�4�1�����~���,a\�6�vÒ����--���4~���?X�y��Sra������0��#���=LU�ju�@��$�28o ��[-���fs�%��Q���	q$U7%�HfQ��mQ�D�P��,X����]�U��.K*���ͺ�⯄���L
�'x�D3Pe�kf���/�D�2����pM�$Q,,9u]
c}��l��T�g�?��̔U�5U�r�8�SU5]]�M�=�0
cIb�`�L�0��o�*�B	�c���K�L���o
����.4��U�W��L�\�w�A��s�:���ټ(��}���	(7�|B
��XzTX�~D����a�:�75��9U��bO�n|~����3����"�����
F�Ѳ��eM�@ḥt�0J�Z�T2��m�۝��G�Ng��L�)1g-0���̯h��Q����h��E[��%��a#Ds�g���U�1eb��yp.�v�c�������Z#�V	��=��ՆJ^zpЯ���{&!jcuq��jiC�٥�D�Y2ȼ-N��n#<]��r�(-��@Tx�e��®3�^�Qu�Uz�
�tU� k<�<�.
%D�.t���M��>�,V"�H���k������R
7��������_n������Z�M!$�����>�� ��|�ݸ�*�ݽ���݅����L�e%<$�2!�'��g��Xh��C���v�SG�V׏U�ҩ�ں@9#�kП�����gIK�OE�.�"����o�ܭ2�*��V�
�="X��DCd;�-��e�����@�ƀǛ�Ѽ�H��✆Sc~8�?Q����F*E\?Q�6�I�&b)Ռ-#�>^*�]�:MSE�uw��̥F
�vb�K��@�'�[�]�Ʊ��a�6�V��[�ycS���\E�Hz�i\>���GL�t�"��^�
����p�E���Y�v���:ʹz�T�Y�L���X%�sW���y�<|�N81���
A���yOP�A#����BJ�9��ux*C�K�9"�Dh�F��_���:�$c��J�up�@=B�Q?O�"6cB��
Nd
=\(=ׂ���L�i��sJY}e٩֚0)�Q�w��E����()�1�͙&�<Z�5�H�C��ZDg���=�\��8�9��K�����V���T�Z~����^2~Ү]�Q��/�A�t8��yq��
�^�R�S��Pe��G�$ߝll@�M
?s���!<��׏|�R�T�e}E�V��j�@��/rnY�j�ѫ|�w�����(K���[��$K
�EBHS'V���ә����!Uͩ )�z�(���!w�%O��H�-���=0*ʍ�����LQh>���9D&ރ�1j�����Ʌ�D�X].â�r��|N�_X)mv�8�v9��8wt�fF]��F�G{y�Z�5ײv��k���'2����#q���1�D��{s�ケ�n�D&����Z�SA�t�YިI.o���
�B�ӟ:�T���A!�_X^^�
�<�C��j(F[#����>�/�:��YT�!�k��Ii�l �cz�i�x���r���0��mFr���h�%�qH�;���[Zi�[ɢ��Q]G�9��E8�Y��|����2���JGu��;��g��J���l)u�Z��*Ð2��Oڎ|�_X��v�܎n4>��߈4|�r>)=�t�*[�QA��ftC�󅜱���o�P�͡�9
�ZŽ�{��pi`'�F�8�F5�Q�-Y���bj��p�7-����n�sS���~-K�}=T_���o˫(Կ��??�U�*�ȲK���I��2��<�1>b,���^1�ع��_�f���Ë[|;:�.B��v����͌��Dz��${����4�Ȩ�g0�O�|��$��k��he��ߏ2��5�F
���JV���O��{��gw�1��&0�P~˜��9�J�9��k4��W��,G�^�������������F�����@�w{,�qH�,y�GDG��nr�B���y88PЬ���I����A�5q�j��O�
�acx_Y{��t�o�y�1{���ݯ��
�*�GD�|��L��)��'z���ٌ�%��Xl`9�z�)뵽���u�d�(	��i�d]f�����FcU�
��O�Ƕ]
�>*ڶ���	n]j����>W�Txu��-�\�x
F�A9I� {�V�G7�@��j,R
��$@K+LeBT�4�
��(����>�<?��l2� ��Z
�9�ɚ`���g�
�wW�o7����\�e�"w��]��:T<��9T��p�νQ>��3p��z�f�Νȴ)���3��ˆ!��=�����z��	��Ӧ�3�C~�l�)�ƫ���goX���s�Q�UUF�O��	�6`,��6���^[0N����K��
�B�مgS0�-�y�]�.B�(M�K�ͱ4��	��j�l�� ?|��N�.�����0��� b����`�;�?�W!&:J�5�pG�e�v�8IL�N!{FHA8ڢILg��"��W�ʓ��c�{��w�8���wvv�Q�	�ݲi�w+kF��ӧ߷�s�f�5��Xǚ�eE��#U�-��p�>;x��F�M��S���}�o�{ݻgN��7��gR�^�&�F[��D��$�����VhD�Ei�/�Ӱ|��rAw�Вݯ���Ǐ����z�w�x��g��[��U�N��jLGg(���r��A�x.�ک�}�zщ|sʧ��4%z�8�&'�U�j�P�}G�ǏS�z�i�ه��S����#��{q���G����ц��ɚ�2�G���ChJ#+Iۄ�v���]���*=��֥\?��j�l<%�l�S��a�)�l+��E�+4��`��l�*-4`>�Ҋ��x��F���X��7�Nr�jbe٩�7��I��FX��5]A9�9���F�)>��7�,
�6m�g�.Z�\�����`��xi|#馩��ˏ����U@'��}��q�:|v������v_GY:��"�R���-T���|<��m�璄 ��%��uL>R��Jp�)/{�ݹ��vV$���ܐ$*���W�x�t��:�.z�Ks��˷#�����LM���Qt�$TmJ��
�b/�P>6̆�1�M�x��{�����n�s���.'�L��2)�M��gz�P�4���
�g뽏�_�"!���ߙp����Y��M����G�-��G�̢��X��<�ЖbS����Åm,IRv�,P�FS�Ap����aN�T�*�%�!������ޫ*:�� ��-3G(���8��ṵ��@?���]��\"ѕ��;E�vl����t$4��҅AӮ�_2�Hw���\�?z|�<JC��-sUf.�tan���`A禡��aN3�E&3��޳jI�����ըo��=�s�#n���,���<2g���!���:��*��K�m1��N�5�
����1�z[i�����F	�Si������)I4���%���u�
��M�._����n����S��O�����U�\��mɽ3�x#4�W�J�8`�^L@w�����8rH��
Jj�w�[�Tn���3|�K����B(37ZD���'��W���	ȗ���O8�1��S�m��r
Ж���А,�NAy��2ۃ�'�>�/��5������Qq�Sr������YO��
�UG{.��HD%�$��հ�Pђ$q�9F3�A`����l�E��v�+�������<�o�w�U,�$D=P�+�l��/MD"�����C��5��MT��b�0�΍�Y�4�C�m�������]�}մ	�K]��c,���p>�����"�q�O-:�;r]���{�s��,��냈#��̷l��a��4��ܲ�>3�+"ֱ�y��*ה�黕p�k�\���a@��pdᩮ0'�����	�j��	c�J1�m�,'�ܴ=�}�!0Q�D3]��^�Mh�#B�Z��͸�:���.Xh��a�҉�`o?����wH�:�)A�T�҆D�N�ˉ�ҚiDGT��#]HMԪ�i�4
�c�V���Gi�D� s��I*��K�ǨP(0ꏮ�OrƦ��oZ�j����Kg���-��s�9$zWb1�b+�2+eq2��g�0�Nçu���^��ٯ@%�7f��޼"Q��~͠����R�3(�K��<���Z�<ۚfj��hΈ1���j8*��|�t��"�ҝ@G��#��_D�y����&HX�����嶳��9��gPɓ��+(�G�]��|��7Ny���r�)-"�a�LH�6D)m�3L�͋=���}=�B�P�A��I�>+���)ԗi�!�J�I��>�6ؐ��D�\�������(��E~�7#/3ִ��9�v�-��n��2��E����;5�a��J���dX�{���3�;��랰P�?�0���g?�
@{Y50��������DA�����P�,�(*' y^5[����I�/�J]�X�U��XA ��JU\)iU<���v���;MV�Fo���H��r��$�4!�=����BT)��Ų$E<1�m@��o�S�b��}jh2�
�!h]e��j<X���d4b�i�\	�'iB)r���WN�_�\�W��ca�)c�J�,?~N�	9/�)[���n�9��[]�r�]�0�y����a��:/��P)�?KD�?��Q��P������4X��.��=�VS��
9U
�)���%Z��ޡ��*70ͳ��
��p;��Hmn[�q�B
�}ޜw�{�Ǒ5o_�х��/�ר�_��~����Le�V�yr���f��$�3oX�{et:B�EB=�=5
�
Gn�
��3���F�-�~.��N�}����6*`
1������&�x���7|��Z�T�u��;�\~�J�`Vu#�Zt;��^�Jo��ϣϠ/�)�.�s��TnȥP-�J������2��6��ʂ�9��7��1��V��Ɯ�O�mk�v���a�X��uT�t͏ࣛ�4��a"��v�|�oc�G�֋,�o���N��*�onБ�����J�|
}]6"$�
27��r��H��Q�:h*�aCJh&�^��d���n�0��W��	X�I6`s���5)��/���0���r�@4��hm5[��[��m����ُ$�-B��cI�"�4��!XK���'}ܓ�8%1|��}zKS�žB�z�u�I��e���
��_���K�r�ݭh{q��:w�"��TkX���k}1�]<�+�$72���+�d�@TH�0��)L���(T��g5�S���='��T7a���YtAi?{�b��DE͜�h�2qʆ.n�*�v��'�2T�9�?~��qn޼#ge*
K#-�N54@�A�n�z'�M��7(vH�Q��~���v9��ծ��:��.i�N� hN{�vb}��;~�Z9ά�'����;�w�6޼���f������RG��f�ލ.&LJ�Q��'��D��I�/dF'C��[W�v?�����l*E����b�.aE�,�N�BL/Y֩��}��(:�F�c���wte�di6F�eR��P�tuY�(���.FȢS}� �z��ӹK����Q��>TQ�*����Q(i�JI���"�qd�z�1�bӸAq�`�ޠXD��6{F�1������a��\������˥�Pw�ȥ�7��h6�Bߥ�c����*J�!�r!ן����ZB�QH-���HȾ&[�����i�_���هL
n�f�vQ�}_���M��߇�(T��+{�j�7�����K��PQ��I��)((2!��J��&K����UBe!�+3�Z�q��Zm��y��Zm�R.W�j����L�g�ǟ�1-;X�Ֆ|�	U�g�$I%��)`�1��0�X��,��[_�$�%���*I(^�
��E�"��i;��Fi��� Q�-�������e{^��Qj�2T���F:���OWd��������&۩v*����8����x�)�e�\Yl���%�N1]ǂr��j��ǯ�[�r�9&���y<#_�2cn8�
`t��%OJީ�r��b�"�
��{�h�5UBf��K�����'�ៜ:�w�1�*�]O�
��{������Y}�^�J�\	����ڈ��������k��S�E�F�p��ZI���.%��R'5��I�G����Ͱ�@��6/��� �\�8w^�K��_�l�i{:jX��$W��7��8���W��0�<�B������������Mس���e�8���izk5��:�|w��Z��\>W�Z�V�ۚ+�^�&6м�����Z%䣮㦯V����$�Cv|?w�^�}R&��^G����47��6
&A��0VP cd��,ꎞFը����7���-�&�F�0��H�|Ǎ��i��?�`��o+�=\��|��ao���=^�0|@���Gw"+4c��Q��7C�&D�!�v�uW���+��/-&��z����b��W�ƇP����
#n=�)�v�am���ns/��p��v|������s��r�+�9�+�f���_�S��o��0�lm�k3�zmɬ'��:�aE#4`���Γ��$���^�ɋ�0��!��:���@�6��N�i�Dbn�tn��؂�~�4�?W�P,pnY��R	5�6߭Tj�,AM���G�W��_o�����Q��|bY��'`Ӳ(c�;����]��x��_��k���W�j'��Уd�	J|^=�M���5�b��0K#Јh�eMJ�qï���
3�/�l�C�� ��u���J
DC7k��Q��&�@�|��S[����_�Ŋoy|���	�ʢ�=���A�Wr��O��l��P�6�^ꂚ\L���]�Q�͘c��r�މ�n�>�g�-,m�Z�N�VkK�KL����u�Ix�3�w�,��T�4��4�R��%�yg�)�����zq�P�Ay��|7��̆e��یr���ܲlP�p�=�o��V*���$�/�ϗK���+�'A� �?2˩��>G��
��P�[Ћ�����#"G�Z�X��+�n$����
x'���O<L�!��%8Q	A��. |~��íf���G�?,��abcB�g�s'+��vg'79��V����E�����$W�z{/�N�1B�FO��Q�ȧZ�ٓ�8A�;�|��"��w�]���ޕ��W]�\ŶA�xk
Ц������m����0oj1���e�՞���)Oa��-$V��ׄ��!���H���G��޺{��PDo�O
k,�q�����(�ܫ��p�	��g,^��
�l��D��i.}����
��С�>=��	�5M+H���րs�R�еꋠo�*;��TUsy����+ȾÉ�Asy��w;�sח	�Hc�/���V�^��{�sG?��_XdK�g�U���<��8�n����C�����`nn�Y������Jc~n. �
���2���
�������u�^T��n�#��|��]�#�G��dz�<�HT��֎�`R&J�^�`0�>̜���5�pZ��W��d�aα�e}�����=����]挙��?Ô�Pa�oT,"�=���������m� ���"�����X��;�ne�PM'مߴs4`������ں:�o�v>�W	1_s���I����5�MRD���ƹ
#�.oEk P��X��}�&d����a�{2��n
W��냳�C
�Hh���۱��W;��� ��}Z�B�1���S^0YJ�+�4���B���D,�)q��W�����?1�������>$�5����g� 
K�>y�����ڑf��L�J]*[��}Q�U��
7`@�6g1\!c�M��q�"�y�ߏ�GP;B�GR���n
�2���~̠�#��/�f\���\X�$�S	�͖�y��z���V�\Q�9�¹�<��b�lw�嵪i��U����抢(̎.	���8$'K�$4Y�8�G���T~*��?��ag���jؤ�q����!*���3��e9�D>!��_D[�:t�ܗ �.�q�<��$kF�JG�����+D�����>�㸬	tF$!�tȞ���y��%�d����i���B�`�K�ܹO�)nԁsL
��|P ��T��RY�Q�d��
�[��$�-sZvɛ��.�5��Y�R�\��
��((���e*���*!`8���$5��fM���B[
��W�X�*?���}��(�o�����ˈ���%,�UU�֨��?8=���h
gS�@�L�3��G�5M]�v�oRU�z�@n�t�?��Pߔ�.vPh犹�����������#���c�:'��?A��}�>�575��L��Ÿ����#�@0����<�Tö;N��UUQ&¿T�>��3�'uE�{�s���k)a!��zl�?wKE7v����}ƂZ�+�񢡡B%m�0�̆�ip�S�x�o�g�ӛ�Wo8��۱�S�d�OpE#j�ӛ�#�"�r��S�x��ɀT<,Y�K�2����6��;�^sd�:�������eq��_���52����:cX�N���r�����rnYz�n��O{fL/>x�g��U�;�2C���]����U��J���'\aǠ/��>���6>;^^�����z�j�<��x�������@��~����T$���-�Id<'y~��a�������m_�<؋�sR�nz<���Y�o���\��*Z>F��>�	�$`s��
�W�8�Otސk��AlQ��� 0��kZ�TU7L���x�r�O0���3����� ��;��K�TUӾ��So n�r���mC02�lı�g��� �!�Z�q;��~n7ֹ���{��CйJ���#��e��}c³D����`h�H�8 ���3q�2e�0�W'X�;P�2�nY��Nm�oJ5�-5�A�0��XT��Od	۽� �ւ��dE����گ�e�9 ٳ���O�f�V�%�pP"�,�ЦԉD����&��^\���D�ɣ��6�w��Բ#���~I��*�h(x�vz�)�i��$�_O�#�+�r��������{����gJ][d(�YN�<������u!�<;L�g�gNh��!�*x4Bf�N}֫�����E�Z�)�Fj��c�,[uAj>a��V�5���
+=?/x��1�[iǜ7�X�3aw��J\���z:+x����N�`�>���D:@�;<LG	�#�L�6&�]���a�m%�L�9ڠ4�k>=D�i��L{�K��z
.9f���B�q�c#�q�KBt"�[̇F��(7L�8�e��B���_5��o֣��Q[���ݶ��_"$�uI8l��5�A��,o�O�/-a�/���F~xi�x�	�-2}
O�i6�i�b�2 Q�Qs����ȩ��q�����v	x;��h���^ն@����^�~�T�x�V��:�4(4�t��馎I��H��� um�-T��,uݟ����6�|�\��=y��Vx�ˊ����z�O
�{�ϼ�H���C����H)�O7�UxY:s���I5c��
��GY��(�V������)������^[6>H�`J���H��&���<k�H�q�َHFP
�	��6"�(�s�$�ׇp�M�"��	�Z��-I��C���பA���S��9�P��#?�.��V|�u�8'cw�0��O-f�k�(�JY�6�0��%Gg��_3�G�ub"Jatҧ,@�
RqҎʐ	���V������}�h�P��=����s|���]T�qL�PM����YT��=)�u"}��K�ϙ�C��fw��y�V�9�+U�)���\�	��rS��C	1�c�.�,
]u�Ś��f�����{Nd%��Fd�޴{p �5`l-
M%�3p�sc��苜�U�¼zj:t�$��8/���_�T'nz����_z�O�C�q�M԰�E�>J�FUs
�Y��VT�ݔ�l����NgS����^�hcl
6lu�i㞨j��m�n^c�qES�c��ض�qc;_#��O�7"�6q���"�b)��@.�wi;��D�B�K��35���f8�_(��u�c���L�5���:������i���/�;Ny4���R�d��ͪ����AHC��Ν������^�U��>8N�|�=�3�,�|�g��/�<KQZ7��/�Z(9��Z�H�4+�|T�~��knʟ[�_�V�֎Ny���:L��Iw���mӸ�-ݭ��-�7�Ϡ�t;=t�u�o�Ӱ�cɡ�O��[�3������8io�o��ԎD�<��렽6��c֯ӂs6e��P�^*��\�',#|G�k����w��Ǘ�0c:���^Z>�
�K�!^Z>�3Ƙ~|yɮ��se>�]^>E�W)�dR�\�b�K8��(���<���)&���dY!��2��T'����&hS�ȗ9-�|�
���ُ��-���J>��p��q��^Z�4��0���3�g�<����`�0�w|���TE��#ܔ[����?nj�U�����*�8��ܹPY-�=�ޙܲ`�?n:���V�2�Ӛ�q�8|��v��
~�:�Űh�P��ZM��DM�TX��K+I�U�K��d��`��NW��l��ͨ	67֎WӢ�X;�H?3�}	���W�M��7n` 0�<�j�L6.ӂ��k��D��hH:��M��J�������Cf�@��X�K�Ro�8��R��Em�rv�L��h!�"�=V��X0�V�m��agM���vL�1� �	����	r9a;���ì���W����7G@��E�7OU�����'�\~~ku�p&.҆�"��6�l=�?^߼��|1%�|�����������|~k�_�IH �yp4����`��7INj�I��OM[l�+"=��)Z�sfޮ���)��ٲ��ǯ��4�@���8�N�G�b��?%L�����&1;�v�Q��vN�A�X�b��KI<��Ԝ�S�'�(�7K��0Wm
�c��3��c��`{u��;�Jؿ�c�;��+a�����8��
bU6��9�J�z�
�`�Bl��M���7���|����9��l�
������N�i�G�1�@u���B��%kA�:�8��`)k}��Q��P��Źv[�r��e�WUEy�=W�"����{`{���
})K���y&r=V.3ύ��)��>�� %��lw�2c��yy�L��矖�"1ϕ����4B��R����Pqx#��ۄ�K�A�F^��R��s��4��	߂����&EP��(u�Ejŀ�)T�5��b!k�!̮�a}�g-U���	�j=�f_���!��؛}�ÔP+�ܽ���L��e*[�&J��&gl��K]jS����M���	��FhCz�B�:vfMF�]^��W�� 
+�*�<.�U�7���U�Pǻy�P�+<L�g�y�ם�[,�rc�E)e����OZ�т3ekD9��	l�~���y���S��4Vri�/喵�&������C���X����3��D+aƸ�M����0���� �D��S	�/K{{R�3����YDpu
3�uj-�#:Z��*Q��:f@W���'e�:�7�	�C�]�)������n��
L�sE�ңf�R�|T‚�un�I�ڿU6��Tïξ��la�2���)�����.��JdJ���^�o�3OP�NI� .�ē0��4���n#��6����.�O4�0w=1gf�_
��j_�����=
�~Up8�na�T��m�)	�ɀ/?$��<�^@wҥ%�K&g�
9%?�~�#Wd����W��U�8��vȅ���"��2���t
K�a�OrO�ya��o�[��į~�~
q��d�RÔ��>1(�d3��}��3:�Ͼw����;y-��c� ��_����eS��Ϣ�P�ޞ�>-�ڥ�����8�9�����	O4(�
�B��{��LTc��՜�Q-Ju��
�� pD}�M��m/�'����f��2~f�x��ڝa�1A��q�r���Ga\�n0��U&(:g�L������!3�gƼ�):�%����|Ҭ���Le�:���b�+�
��c��7w�ܟ|���a�,ag��]!���A��y�tm�.-:�Ծ��/�n*g���X�Z�g���U�*�S��['���,Ԣ8�!�J \!�j���g��u_�16mR�U��M���s�K��Ϲ�>-XLTMyp��ُ�F;�i�2?V�0mN��Ǐ
�
}� 
�(j�H�I��},˒B�B��Lg��*��<�]��n���m4N2�����
�]
O�ã�,�6�O���Y�kχ�v�f�A���LT��X���߱%�B�RT]W6�J�@9���́/�[�e�:�?��ξɱc�Ex��U-�œ���;��
�lC�u��S�Y{N�����(MN�D���&M+��:��,����+�gCD��T�`Pɵ�D(�0�̓rex}��EV<{Í;s[�������β(��kѣ[o��{=�B�}�dU�h�͹Y^���bΑ�gw����/p�{��j���[����$��ͅ��ى��%c���B��rmn���gm6n�<1�����Oo�^�|kIS��� ����Hk�C���Aw��тS��`�i����颫j9��'E8I���n
��^3�q�r�*�.�^R͔oX��T&�-�v�Pu�m�cp���R�#K�A"CЧ2�8�(�.�1� F�hP4
�c"�#&����'��^��e��Mj,�{[^+�sK�ԝ��a�ʸ/��j�<|�Ir�U���	����,���[C�J0;�2(m�+hC�'G@��?�)jǎ�H�`��{MI��~��ȶ�
�:w;�PJN����mفpiK`ɲ躠�^�ٳ�J�U�bƽ��ggsӞ�&/��b�<�˶l��x/:E.@�W`��l�b��l�wk�
ۦ��h(ݠ�H�<������(#��vU�������䩬�'�E�u�W���"�Dx٪����3��Nr��Cpa�Y��B����@���{q���ߺ۬��A9�x���p���"��ږ��[�-�΢�A���'�*+�{�m��2�R�9+�W�h�dM��I	FT韃`����qL��+�����Λ0�	�e:�~l��o��}���P�����bY.W��:3��J��ȷ"�]WW��w��o�/�Do{AI�ѼW��)��ם�3.�#\��<�?�;{6F�j��˄v$��L(��D6s�ؓ���a!��ܙ�ח�]��Ȥ������e��r��Fr�"��<Z�%^Ǣg�U�}��BiC?�z#T�eB�:&�m9�rr�?R�Ź��bQ5��5aÎx�R�6O�~t�ں�4�8f֦	k����ʷ.��y����t���s�%/�8W4���8�t���	qW\���)�qL�v���_���]�D��՗m�諝{=���FX���-��q�Ѥo�#��(uc&3�y�1�T���ֈ��DnM=fQ!���8��)�$�a�qnR��kкB]�����Z�]<������7��c�Rˏ�ڽ�Kss��9�iX�\OU%���r�677$Mh��u�y66M�d���<vVm��;ҪN���C/@�ceɢ4�Ӯj��jb�2��.�=Ӣw,W���^Y�6.K�|�8��4g�?E"�����4��?�UU\�E���G��:���ޤ~\�C\U%c��2D"�ݍ�Vcy��w�`Ɓ��IN�X�UxΈܺ/�
HȾY�(瞍,����.;B.�'��,��*�YRJ����L�cYf�	��Z߁l٨Y�[*��iyw�3��3I�J%I��>�H#oYa��x���R�'�B��Te�4B�_���8��&�ߙ�
�ǯ�`3�Tx�Q��w��9lO�QQ��IތrQ�π��Xtc�`����3_��#��I���XQb5������[	\�8�b~f�p��"QA���Ub_o��
;p�O�ױ�w��f"V8?%��L���'%��.�'��m��F�����M%�80�4��t�Н�ȫ�aqS©����ʛ� '���G�l2�E�qA^�ڇט3{��А���%������l�&pc���8Sj�wJK�cÝ����hg�)�nٶ�q��
Sn���7���[r6�Y|�bܟ��%tarLˆV�'FDc�C�h]?nC��@<7��T��G7�3z����1�|����	��e5�g�xקj(D��9\�(E��H%
Z��jۧ��a`��ԥ��*�cd�Cq�(��U�h�Gi�=4��(��5
ʫ�{7���C�*@�&+
q�ש-F�����UYQ��{�&��d��BtF�d!R�<6A�qnoJ0�Vf��'��҄�G{�ٳ��#=J+�����#�a�(�=�cB�w�g`�uP=M]o��l�5�C��k*4�?ET����eK.(RK�:sQ�u�v��)4Z�Q�����3:-,�˟�]'
�ZX����~q�}+�Vy��6R���0���@��k	��-v7Ӈ84�)�)�J�b�w�<żQq�8Ep�C�j��:�
2K>p4z��<�R�]Z�^@��W����.x��qrn~�yd	jP�-�Οs㾍&�;���νģ�G�~��nD�ch�(�d�P���$�XF���c�������ajAi��o�ل�s�¼ǹ�ʽC���5l�WA�
v'L&PAύ,����˶<����ۺŰ=��'���`UX3��1i��TI2]�$��nJ!FC��A߫+
/M�GV�wF�W���aH{L�]ަv�6fm�a����\[3�E3�uݲ8_��몪(��u�rz�N�=�F~�6	��C;��:疵~k`.�+���/LR����f��<���ݫQ?���;6̤e`Go��!
m#h���L۠�)�ҕޔX|5���������BW�}�M���=`��\T�o)Z�K|]�6�(����!6����Qk��=z���I#����Y�����/׺��*@��n�ղ8��譁Y�x��/W���n��s˺����~�Qm#0�fFc�a�����e����+P�c�(|��уc-l������S��	
s�Q��$�r�Bc�ȏ��ϯ��O[use�O�y���jE���!0��%g�~����f���B�1N&�z#���"O�5
��̧cp�����L�O�B�yI!�a�|�-hx
��6h������VQ��9^��쒏a��ٳ0��a<w`�5
�QIzT6Lw�[��t�4jw.^��ښ���|����OM�f��t��3-
/)@��j��p�
��ǚ�^D.F�|ת˲�<m�6E��#�'�T
L	��=)�!ŇML�:NE�ZP�a�5]�H�,���A%1��
Wh��V�R�.�v
򧁫��
�di���F�"��4%���?o��y��,c[әm�(�6�5�r�uҰ��9�к�m�h�C��	��+�m����ak���dCh��ܲc��v~�o�+�K�@1z��1��T���"�yO�5.&��Ӧ�����!���x#>eH�,�4��V����=��2f�:��뺴,9�z�#-K��o��vG��ܧM]QLD]7?=Gdٹ!$"$sX�����)$;�r�rn�Լ�F}o]$|����7�
?����DSc��z�%S$e�9�5�_{����y�+��Ɔ�������"���-Ӱ��WYSv��{��*�vׄz��:a%2�4*�oa�`��G�'y�Z�Y��+w���c���[���p�$�`&��ՠQOe�ʩ�iIB��]�P��]kP���l���4l�o��q$Vp������L<j�<��C�06��kϫ��5�#ͽ����t���3	Z���4�5T��G�E�f��[�q�
���1��<�:��g�q3n�)P����X�OWA'�D&�ט�c!��ۄ4{�KG©f��\n�)%�[�@�x�ƌ�@��8�cU���MEnb��2-��u���'��!���F��^c���љ�@��=�1ъm��>v��㯅s���&
ª���C(�#@��P�������p�2�����@��,@�+�YV.��g�4�n9ֵ|
t��!]�x�A�Dr��.�)A|���}ȸr���k��� ߖI�3��j���a�F��8�U�w��Y�`��׭����vnQ�:��e?͵�â4[oB�<���@��v���b���H�J�����rB�Br��x��uլ;�g{nޠ�4r~'���Ơ?���;c��y?������j��W��u������G4;?��@����/$I�h�A�6i��D9�|)|0����R��&I$I�l�T�_o;yn�#��-��%�63LSs;��A�V�z�qJ��:zq��=1�8ɍ�'��9��V��^��M%b�߱,C�Fe�-�Lo���!�B����a�qYn��u���̓�P���fF���]�t�P�	�ID�A�@����>|��^�(�t]$�HA�k����77"B�k|�Ϝ-,\��_�|��@�	>��Qޟ�$��y�_B�y�D�~4��uu�5Ҫ���[�`�+�@�s�./y�𠣛��ئ�^���\���Sx��{���Z��p��T�ա�9_=���Q�Ek=���/����w�7%�
�4LDO8fjV�4�<��p�O��t�t��L'��Qv��n	�$�r�E��l�M�(!]��j	���+��}�G�'tp������I��y��_{�ң�ėeMln�^��
���
�_�kL$�1Q�׍K^��q��r?��,�	�`h<�t�39<�����("w�nLv:E)G�`i//g��f�|ޣ[	�����0ml�,���G�oq��[��+8��/�ҦBVi�2U&����b:jB�7�G��_&�nw8�v�*���:�^�|A!�����}�默��B~]�sk�K�]K�[����[�8 O�_\�WVW=�� MFo�k��Ǒ���Z�/.��x��S�c��o��z�z��j��	��GE�Z�D��JR�W`�x�D*U��PVf'ą�`�.?eq_�7�i!Ϛ�4� �v3����n��ı�K��n� �Ռɴ����(�8!�	!�ٶy����ô�ؔ�7
Wo��P���Μo�i��ȭ�Ĺ[����4Oӳ5�+�����_>_	o=�;C�u��dM�:��5����c��lJ�<��,k��?��
�t@6���}cC'�|(�����TO��%��&���Ɲ>�*�#��.\⠜���Q�Ym��)�U3T^��cY�S�PuM�)Y�T��j̺���}��]2��`�6ڒu��+;%��!�{�`��V˦���?���7-�3(5�2O�&A,�~]<H�זMM��Q�7���Q��l�Z�땗��ݠ�y�E?����;�W�i�}�ǨBҝ�k�F�t<h���x�:�(�M�{���%۸����-˲��&�g��L.(]�+T�
'j���h����€�!�
�@�wX���ׯ]��F�	�J��n���/�[3��l
������E���3��	���a��hT+zg)%�Mlw�d�\N�i��8A\�r�^�`:Z)��n��6�S�j{�xvi�".�	Y�?�{�}3T5�,4��iO�Ѭ����'D�}h~W8�{gǹ��F�	EH�Q�g���	�7�m�D�ft��0�r\�h�aT�´KW���DG%��af��/���7� g�g��������ʽ�K�M�Nԥ�&�:JB)l��RUGFCvR��t�Dk��>���e�e��H�ҁ�w�h��F�Q\A}�h˫V�e,nhF_>1�Ho�Ϊ��NS�T3��Ϙ�_��u�@d�d���ue�M�.X�B6�_�O���..[�(^�}">-�E��
��~��o�	�8@��734�"vI�qǭ��Y^x���1��ZLMӠx�hM1��Ǎ�x	�旙JN7�k/����
V��Mh�ϑ�;7$����K��6^�_��7j�k�f����*Q��S�n����Lm����a��n�}`�@� ��������}joi#�
�E}ۯ���?D�Aí'���\6��j�m�=|�p�G���N�xTh�OG*��xu�w�
�m[R��l�_�#W&u�PTG�I�䅄(��1�u'�6��v&���'��Mpy����F�:�:%���L�`埬l�_Ɯx����,��#X�?��ަ�َCC��JZa(�kJGE�3��9r����
�{�=QZߺ�F������>oK!�����%�ŗ�B/���?����:�t�oYm�D�R
D�㰀Rhv��]��1�/2.��]��&���룿c���e�W���w�:[�i�f=b��;5���4��Ⴔ��G��fb�ư$��;?�P�Qq�@���	L9R�g{mX�aQ���R�KpqUl���E��������vO(MΎM��y�B0�GHh6F���.�F)��_�T*�e��=�#%,,���4aiA��47����ʖ#h��<���ZY���:�_2Smt��S�r4������FQH�T��t@>ᢁ�wr�벵b����y��i9@��S��)�z1S���_�b�&�(���OQ��;�ژ?�*�� uv�-�(K2M�{�*5�RK:�8鋣K�;�����z��4��{c�0E�W�jj���&�q�Q�����߇�a�2���F��r�I P��{
lUVRKA�*��Bj������R]�Ŵ\N�r9��׀�p����`����i�1�M*\*l�4sc�p�-��acB�ݠ�P�ݿ7�qf�s�����y���j�1n�*����
��7i�[�j���Ƭfr���
�D/ӡإvop�E�Y����g��>A�~��7_,����w�����؄�y��9f���|��種�p礟.�<y��C��Sg9�@dT;��,|�;d�>A�oї���.���D��a�V5R�{���d��}�K���iu�e��jJ��p\0�DkG�c|lD4���ӽ'����)�n�L�wH�JD�)�i~���̷O�i�6� �3�#%4C�&@��!u���>�-u�V�c����Io�U�U�C���)q�G�..z�!�j{�Q���(`	��K�cg�L�����t��Т*�d��߱M&8�xso� ����V�x2�N��L$��+f�@��+�T�?
tI��H�4KK������Q�	shs�G��'•�e��Օ�� p\W�TK����v]����Ҕ��U�,lK~�qNp��Ёs�
�p�GP*iJ�5��T�o0#D3o����ں���s�@���eȼ���W�ݱj]g�UCBݏ�]��=jݏ�<��8MN��Oc����T�㘨��Ky	���$�i�L7�-QM��$�\oq���n�g�lx���TJc��K��'5���>�g����F�Z��S��^�~�|���?���GH�9��qs8��P������u%��O‚-�?gO�8-U.���2|���
Ƽ,��A� }��A�8m�����J�2cnp��}Yh#=�~�GV�G���2��d@���x����]�x���c7azf?�݀*�HRB��u&�6H鼕��?�H	��ġ���B���|�d�����Fn����A��`�M[�%���C������B��#iJ��S-6���P�$4�xM҈ЄM�\�ǃ�&�Nv�XV���mN��B�ԡ�w�.9)�!����=v��z'�q/��O�.���P�G6_?f�
����zT��'=rih�쳂Ž�j�PӾ\+�\*�H��ʷm����$7��Q&t��RJ��JR�&*D(����*��*>f��<�ۖ55��Y�}q	��M�m��*�!�Ο�B!GH Jyƈ����+�+�h��{��¶�a�W���R����&��Yl#��3[1�Bs%���Bη��1���T�\�nm�eQ��7��Uc���/�Q��
�
,�xɉ���Ov�O�<���$�}R'ͧ�X�/#e/����ZӔ~�=6��	V�_�aK��3g���|ϛ���U,�ח�-��;�Ik�.Z���*��k�%n{�/E^��	\|��-�\�,j��G��C�2�;Ͼ(�N�Q��6�v��i�G�4������'�>�����˵�O����&y%���ϫ�p~V�﷿���65�L��wG��O�-IT�YD��L�1�k�e0�$,��??<��ov���-yw5��ۑ�т+����=��l�-��A��>8888�A�E~����<�i�ZV�L6�0�x�R�?Bv���iYTb�k`�/�s�f�J��J|\��V�Ҩ�g�z��hee��I��]�2�r.J�	Op�h
�70��I΁!�%�T�k0�w���?$�m&��ѫ��X/�+}��w�-U����Z��[`)uu������%�ilJ)����M�P�3!�Λ�A?����f��l��C�3olS��I`�#��2m;�&X@)�_�	�j^G�(�b��(��Ryzooaqq���R�v*�
e%���¾gu�G HM1����a���I��hӻڿ|�ځh�#�0~G�O�,�S�yH�}�<��G��6)#L𫹊,
�=>⧜�y\eF6e
Bu�LVW�����Wm��`&���G&ǯ��ep~��}f�RxӼ`"J�	y��E�;�w�ql�pa���)�����/�|�����U'E��ο_F��n2���C墌��
�l�zW�'��f�;L�Q�F�g������Yw(��u��O叭>�2�C<�1��(�E�N4
�H^�&����]�{M��*���t]\[��T�*�U�>Ъ�nML���[��~��1�Ū�����$KV��ڳ^m�)f<E�
T�'��j2�1%45�o!&�
:#��R-�%�`#v�W@-��q�F�tcTG#@}�Xjc�"����Y�Y�����muT��M8����j��B�W�/nb���-�%˭r�I#�B��E�ځ��s��;��d�����ջwʡ���w��ո�0*@\E��R���X�+$���j	��"n��7b�ޯ�P)ܸ��ʹ/�2��JVaJ����/CY�9*��[���tٺ޺Dz�\1U���B30��DΧ�d
)�rZ@)B�V��Z^��HՔ5Ke��,�j�#�HT��MW�Dz��[.5�6���&5��G�ldb�6y#d���pԟ%A}	7"\��TI;|�S.�SZ`�}}���8��"�]i�D����|/V����p�r�>���r2��zu�U|�Գ�4������1M��x�����.��b$�����(MF��p@4@B�Y����"(�,CR�q ��`K�\����>�R?H!I���N�c�؂sv�Xw�T��!X�V����
�umF�V�8��G���gt���֖�==�Ţ�IDK!�(�55Q$t��BǀS��Ѷ!?��aR�'��wN�D��ǃ?����X������]cZc�����gf��3��ϟ�j�Z�H���YA�_��U/����w��,�7E��f�O� d$I�;~i���m<4��
{��I�]��]}MJɎl�	)��ڹ�,���n�\����]ƗIV�
x��յ)T#����AoW���'�Eg��~�)>?���P��6��<>��N�[�ov���õ�4;q_�|�5;��|�~��l�wJo����&p��g9ͽ�
�3���OS�0�|�Ɲ�T�升J��<5#��,�gvcE��睋h�9�(�T��C���QU�I�:(Y$�|�$����1�����I�����E��f�Fɖ�k-8H���>�oZ%kɺFW���?�6���n����h��0��g=���fGٌs�8���?���tv<�ī�q���9��t�)+�8(I�}��=glY��pS�%j�0���NX$uR�C��E��^wvW`���N9!:�.s�
[��V/-��7��{�C��Ǽ���Q	�TH9�mD��l���\ZX_MYJ���#�=Y��A��0n���~�~W��M��%�1�6�U�P��Sw��%	�+�64�\<��=s�+%gqkq1�QIm�HYR.�F���=[����ݓ'ogI�(����FQVa���;.~0/�U�Z-i6Ni[�Ӕ���\N��o��;��~eE�w1|�����r"t��)�Yf ��a�&$uR�Dˇ;�9
Fc$ �hl��#��	��9�����<ak_�<M[1�#)@��p�Y�P�q��,�<ǹ9�:��]�2_�WnX��–x��5��%~��A��J�m�'i2�o��-���2�{:��-2�O����2�^��ĮEuL譏�N,�Aӛ���N���Q=!�C�㴛,��G�a�����[�$��@��=*���7����z֥!��X��J�L�mǕ�f��8k���?^aaT1N3�*nR2E!���1�	�.t���!��B�`�`�h��d�e>�ٔ��|$*u�@�8�6B� �G�r�疿��'%_[���$k�U��[�^w���]�:*����2Z��N�����1X��o��8��qk�]�P�~k�{�.�%�=:��NR�!����ƿ�}x���$?&�@��s �X PM>��"r�*���cY�EE����Ŭ�ס�*;;�1Y����oc��.��
�ҽ�w 5�ׇC~p��Y����.IQP�T׻=!Xf5������;��)��R5�Vr�'�g���9�2�b����t�:p2�&�q<$R�C������n���.:��J���ʧ77��C�0��:�v�d�љ3�rӱ���� M��ҙ{�T��]}�̙�������nX$�T�v�Ox�gΔ��δ�VG�ql���h��#���9	�(@�#���p�K�ru��V�қ7��riejp��\1�K������T�>��
�I��~�����Zjdz��R�F�#��W_O�]σ���FR�s���+û���M����?(\�V��_�iq���T2'h/&:"[*t��;�1�X�$`�t�BNhAi��OZL5��2�%��JhM3d����_,���~��\@��⚙J�0}��?��q�Q2�D�TR��^"�p��{�]2Cp��:D��G
��,kc2ȿǷr�e`�I��v|_��M{�f~?��eU�Z������M�7�ޱ�،��ݨaqgU�{J&+�V6��NT*7����Z��7��r�'�?��.@���k�
���|Y�*�{�D�	n��V�N�|)\�d�e�%R��6��zTg��	g��Q���-�t77���bm�be/�K`�O�n�.5�����ץ�`vlZ�cקy�/�R���Ǫ"���=�@�r:��@�'��ڂ��>�P�C����u�3}q{6z�F�i=��H)h%��g�+t��	x��K�u�)ME�����.�F�R`�H���3�u�~$�}�Y	�L[Oߤ�Z���q$`2� H0J���y6�>�u�}=G0�2D��`TR[������z
��A�>&@	�7O�F�pd�S�@ŜPJ�(]�l������=��|&�.�zz��V�b8�r��=�R���0_��U顙����E!����g?�
��m��R�B?WI�$}e��S�t8�w�-��`2f�2��|�v7#�҆�.;Ồ�g�Q�z��0|0�\Sb�z�#S�3	�o2�6@����Pc��Ȅ24o���OhK����3-���0��2�y�6�9�c��V��P��0w���D1EC27pKo9��ǩ�P����Ŋvk�>[&�q{�<��tEic�T���}p4g,.��H�Xz�&�x�^�7��e�"�o�wښW��g��O$�;��GH�Z����ŚVc�^��~��p/
n7yx�țavo�`|��v۶���ܝ�]�|�b܅g]���[2������3���
���3]g�0" �{�h��>���v�\����3_��!����-'�m(�q.yT*ŗ{6�6k���}�+7B�~5{�{�k�׌"��`��;��t�zF�z�&�~�v���׭�} K��x�$�yK�t5���a�^4f��Z�҈!sL���v��ʚ1�0tG㖬��w��+t��,k����
�	�:�o�X�$%�dco%��B�	����:M��7�� iۜ�/ɤlz~��Q����:���iY�.�)9&Q�(����s��ش��ö��;@:CZ:�(yR��ͷ�Snd� !�T�UĈ�2��]�*��t�B�3���jj�@v�퍮��X�9��AƇR{�m��P�fIA���h������߮�ǡX�$�ܰ�U����b�\�;dP���[��^H��r y,Zq�d��^�`s��I�SR�s��i�7���R+�v9IJ�f	���=nO�1)�9y�w{󿿬�Ĭ˥f����,������.i���2"2�QNA9��w�ܰ$�������:�?O8lu:�
��R�Kycq��D���6���Q�x�|P�����K�(*�s�T:�֦7G���pRَT\�Q�W�yn�.��u��z�z�ł�^i�c��V���<��5�}�?�-䎆 �i<�?��d۠���J�\�|(WVF�e�#�"y:�S���	�����j3	"N��	V�)�Xp����u|ToMXaճg�b�]&Ĩ��2.�v�	�/�L(30�"@�N&^|�E���W��,wܷ�a���W�^A��X̆K���(�ߺ���٘�v���2F��
���m]�9
������?�ʒ�f��ÑմNXqF�[�0Jv��}���c��5�F��q�pL�9�w����[,�{�r�W./2��q_����0�Cp7ep�^ǹ���zt�狈N���?��/46��V�]�#��oٲ�1Q��X�?��2-�{�w��SC�C
%���Kmv4c�69K���5r<�H���{������yc=��$M���-N�^���g_�e�a�U�#���4��Rc|����BɈ(��|jF�8�h��sʋ��J�-[��Z+�Zݴ��[kK�m��Һ��%��7W[������l�ni-���Ͼ�)��[�m)luuu���{�de������m)��#/8zwL�tʎ���;k�ث"~L
6Q�9̞��m[���&+<[<s���EfHL���0Q�`E���R�瘑�a���m17����l��սu�E
\N���%ւb�	�G`G���^Mƃ��_�d��Me��j�ʊ�N��& 7��
�ɫiۑ�@���v���1\�aC�4��)��/���,5S�����Sg�Dk�fq��1�##\Q"YÒ�eU�W
dk�94��.𩖤�U���n�M�E-�Q��D�H4�v�j��\�GV=.����S;�N��UƤgߡF[p<��|��P�
����	�fGY�H#���D�5���Jk��'Y]����
�A��2��{�8��RX�Ѷ(��@|Ex���A��l�!����X5��=�u�������@�#jا
�)P��'4P����=M;�&�=ti���P�΍�R�Z�n���獔�0b�
�NS��`�#�0��}3c�� Y-�ƻ�m�x�2���^cQ�
R�01�e�1L]��eF*f�1�`��o������BR/f��iAc4	5��-��L�b(����J8u��HUt�Iv\�
8�j��C�+��a��I�B�A����k���|0�\�m.�m��e�\7�f�>NҼ�hYJVE)�1.�GI�-��dʸ�޼<x�V]�?C�`����(B�1�v�btI�\X�M�o������zA6�rA�WW$c�����U�W��w���2'���a��]N��.wk���ߎ׭���rZ�}��^��	�T}����+��C�&�U��uX.�6n�vl����q�&@���,h�^t:��d4��)n��`ﴘ��� ���H�we�-~*��D)*�1[k��0�T�8�2��_"�Z�3$����?\�{d��Bt����)��"Hc	˘2�٢R���������/ٿ<�M�	 ��/`�-��Ā,5��F%Qa��L�&Ġݧ͸n�X�?��TH����_֙��$Z$��^�?�G}8�겾)	�e�E�|D��zu���x�n7�s`<o�,6eMr�u��K���
�-a�S-�5���|Lǣ8�^��|��h��#��kWkUB�>$/�7�zm�Tf�Z�S����V�ٙzԹDC����a�����m�m�h�4P����傢ʨ(Z}�(F��	[k�(�Z��~����)�i�b[�[�[q���<�&U��	��WXm�	VR�8cp���x���o
������$.�\hz��ռ&@Z���Â��a5�U?Y��O0e
�L���i'�uyez|=�׏���*L�/]�pʂ�׳��R��u$�9O�Ѩ5R�W�=|�踌��r+zQ�C,�(ƌ�1�\�c���y���6���Q{x�c�mD�B�D�$4�|t�?����eW���s�+|�8��2�9��㌎���q����	4�8�/H02����]$`�ä8'���C��a�[�+5����F:��V��U�*�]��e#{�	�:�l���	jX8��H����R��ã��Rw
��=���X�:�Q��٨'�1 Z�&X.	Q^m��BCI��)��h7W�B���kM�1�������PG<��۽GJ�\čzVJ��RW�R�����t�0�ZXh�JI�NJY�N�h(g�׮��.J�A�kBW�r
(8�K��<�x��۷u��������.[����X���'��ꪔ&� �"��V�چr[-�����&�ֱi2�E+̒�j���t4.�Sx��vD5�����#C�Zy��ogOB}YBm�n��ٗ5{�)v�$*��v(�hA�0�mk���H�˶igfݏ��jC�	��9�8م�@�$y���r9����mn�s6Q��A|��y<�s�!-}b�…���,'�6��{�Y�xJ]C3����GD%��	�ꟛ�ڒ�ްl7nlx.3�|�ܾcQ�x�l:�e�z=�y�پ�]�N��u���ұ����9�b�s'۽��|��p������p	 $���C������u>8lǥ8�/H��IĪ���y����N�^��ë��1H�e7j3̌ƹ��Z�haԑ��w�.(X�B'����h�ԩ�`����a&����)X?֮3���=zzz}̅d� �<M����D��ŕ,"{�.�����ݯ|��3{�ef60$Ǒ|�{�[�B�͂\�~n�g������--�pݟr�ڵ��ng���SQ^�i�2�0V�����r\J}�#c��J��'^��y��)�Y�ҁZ��bx���r�B����3�}���N�p2�-Q�L��
�/��e��զ�`�;v�qS؛�~<� 5ďG�)���&�شE�u�?��J�{�£*M
�`X�A�ͫ�P9u�%��a���W��GQ�v��R�)�'���oX�k�zs��%�1'i/��f@@7��S��E)*�]�w��}e‡6NHu�k�z�$hx%	:1DI����uߞ�ʄ�J���B4w^򒝦RԎ_�����zY�n��&%�|���ˊ�c	BɃ��Ne�Ԓ	}u�ZkJ�U����u��7U��މeH�d@-Ja:1�W0�Ž2Rpν4@�>G� �`��R{�mٓ�߆�m�?9�<Z�kݚ�j��~��^�x>�gY�g��v���v��]ۄj���V��>~��j�[;G��-8�qm���H�5��9�ǎ0~?��y%��:���`<1���8|�e0j��S4�X�O,Fʥi mb��&��
����(�"�6��1h�-�8��~Li��_D�k��EI��C8�#�����j1��w=�S����_r�p�|�V����s��a�L���(��&�ڞw���VU0��gf�	r.��<@R�61<��ݲC&ۼ���1,��طl��er&�g(��@P(Hĩ�
�3�KP��z�S�j�z�xqf ��a~�U=�-�g���қ��G��Ҁ녹��*���~�a��N�ٴ��|{�ղ�|lbqD�P�Gr�M�,�q�x���P��Jt�'����o~���~���n����|~�Y����A�8���� :���ৎO���az�d����W��Y$ضR��U������8��q>��:v�U��\٨C7{�>N�h6��w������F�1"��ae����-ќ��A��?���Ø��)Ew`��<9�GI�,p�_*:�`j|�(B�A#Hl\|��!���J!T�a�h�:�B���!o�p}��k0eDP�(U�Zw8�]7���݇R�)�@���fYn�s�ZU�uk
K��]�2f���-;��Ip��Gϔ}����h;�lm�v�5�n���w$��qYn�W��ˡ��^Sۮ�׍k�,Ӷk���"��� @�r5��I|�uѦQ�sVc���7nf)r�ß'��R������9N	��"9cQ�X����;*�R�w�@*c�F��ŀ�t��E�]���\Jޓ�MmBĞ��ܘ���zhx:3 �\�m���o���A�p1&j��]8yxk�ɮ�Ww��z�u�n��8�HR�'��n4��=3�J���B�Ww��F��x]����^O>���b�
6|0��#�-	~�¾��g���œ�YM�z�aZ����_!4��f�ɴ�Y-�?>
�G5���R>3���.}��Aq�,�]*u�${���}|�7��Ћ�)�Q�ex���+�/H8�_o�0�J���,�����,�߈��J�x��֧a��Q c�G������0�6�ý��&tG)�����y�p���:�N�Һ��:�Y�@��}5;�G���ź�N>nc������xc�����m��x���8�CB�`x�CB*�qn�TA��C�q@Ę�R��$��W>A�)������oo�(l��,�J�0�pV�8�,��T+��DkeSc�����[��7
��zb�Dya��
����bx����dCK	f{�<�:��'-xǎ�#*�J	BI��;�D��{����dyh�=[Ĵ%JI�_Qi�y{gDh؍�tu㟫E�_�zk�u�Kg��=q�J�V�e^�Ѱ`�U��J�q�Z��V��q��O���5��(������xO[{��N2
X�.�A)�[�Pz��0�T02穅9B���*Jlp4���J��{ȝ�7��?;ړԲ1����?I>��@�.\�J!���UI��T�c�\βr���v�ז�v:L��͓�4�TYuFQ�]�Tޏ[V���2�:G�g���{�ٗt�(�#u���_}p6{ou�o���z��J�6*�0h�P����\�s	�-�t�L�t��I`F/�+�[a��)N(��ނ��Zl�8)���c!�c�v#͜j8�ܰ����p�ȈҾ�sB�ˌO%&
�����FJ���6G�"-Z�Li��vi	�o��L�ڎv�Țc��4������@�� r�����H_Q��Q�Aj��:&���(�/��@�$R0�D˾�戺L��.��zFaJO��1|��R�1�����x�K�/�@���9C���55bDD�'1%�h[{q��^o��������'˜Kf�m�� ����5m�!��hl���.#����>�*��K�~��G��X�)����ЪZ����>)6�����3̹�c[�	Bߦ^k�6"��v5G�Cd�֯W�q�g`˟��˛�>l2�"���"6.ȸD<��9�{����5����l%������	!zQ����QH� �]Wa	��0F�)X�a��߲�MtW�&�#�d�3'sĸ0"xh�k9��MkǺ޺ٺ�zuJNs)��L5��7r�
qǻxa�Ȣ�T�b'Zh_L���S8>=��f{X�ďO´�P�}/�|[o���z����mz��{��{��Yy�Z�~H}նM�ARA[?��]����V������zf\�>s��9���1cj��U���@������,���m+(�U�C�&��s?{������'j�b:7[�n�t]�u��z��#���"���|�ڑ�l��)�`4�~�ЅS?&�E�c��oe๥��e�p�3�2�/�
�	�8� ��1Bq\c�Ro��h�k;.w+?aY��5Ӎq.�:Ц"�x���"�,Y#�PA
�a2D�u�ˠ
����u^��t�6RB��7�$���hF[�?"����҂1۸����o�A��i�81�����_��ì]Oƌ�/}R[0��|��{�AƉ��<O1�%Ϸm�F�Qj�$�>9�_4�v`����;��@>Gǧ�|�`O�Φ��s��{J��mh��H�����N=7�ˆ3�3s�0����G���'�g�M0_���cƍc��a8�/[������0��g��+x�pf������r^�u_g]`��2E���$�QÍ���jʼn�e����)��Q3_��!�a����>���1Ɯ��eL9�X�w�O�&f�r��uʺ�z����'Ɖ�.h����bc<�n�/+���^�����,2T�L
��PO��Q�v�!�'Rz�M���X�q��i�d�tRt�u`+������(r]cW*�̀�U�8FƉ��J�8yǝ7!�6N59_���H̹���^A����p"@���-�R���d�b�n ���J3�^�QL6�?��+�u��U�#a
�l�\4��1s�n��'�Z�}��q2j����ߐ &�A�JI|)󅵵���&��d�1c�[/T���f_���Ӹ�z����L�h&��S�ݠq�D�|��G�Rb�|M>B8S�Ϝޑ���m�z�?R�w) R�@i�	!�JѮ��џO��T���L�-rY���@�(���˜v��R�m�^Խ�A,+�r�z�z�q�O���h��y�qE�q=- jpd2�L�1m��P-���I��G��P�r�Ue��N��g�oqfS����#�yןz�S�{���o"f�f|~
q��A`�a�x�����G�x���{��x3���� �y�-�>#�q����c��Ah�!��a�8�a�uA�����ߧ�b���N�H�)�&]��wу�`m�N�9�K�7�DQd��\�#���yw^�Ih��Ro���ʉ��;hA���	0���3��$踷�%��3���ֻ+y�����4@e�rG�N������ҥ��T]��Փ'���)e���ϭ�R�ʫU�uOZ�عoކUvؙ�	]>���m�Q����g��S�6�[��xy��1�Y�Q̿sE�r?�A�MX/�P�(e�3�x7�����(
;tJy��;�/+i��c�
�5�52��r��;�7�N�<\"�X9Z��B�ȑ{7|�����U���pt�Rޥ�@*����u���ދ��s�mG>�uv�4����C{�,�ıQ�?IhG}���-�[�@��MB{z�Z��i<Éq�Q�(�2�b��=^t#��|��t�[�}�=	���v�kl��D���G�oܹ/A��QQ\�{w���D[����`�a�f)���N6�X�6/��k��c��[d�/�{r	�>*I'������������R:"l/��h^���R8���n-
�F�{����}���,Om��B�.=��A\F����Ŭ�� �<�sv�����U���&�S[7Z��
DI�7�x#��p����y���P.w^ijd�n;��W��F���/_
�ao�{ϕ{z��M]�� #6�S[�W�oo#{���]�};Kf.�2�����/2-x��ɴC.N�`�� ����S�t���}
B�	��-~Ӕ����h
�*?�{���	�?��O��gJ�7�3qc�!��R�_����=��(��!"��wX�Y��f�N��/�h4�	L	4���YMkĤ�Q���+~��<O�W��zf6ϟJ
S?�wUh�@V�5�{�<%�?��)��Z�x�M� 6��$����	��ؙ���4PB
�Șf�Yf�L��N���1�e
��@�C9�͓ALu�$�d��{��v�}�Z���h���d�'�'���
���[s�+�w�?���>�~�[-���D��+�YIN���!���U��5�;�\ea��⼼�hL5v�[���2;
f�2��Kw���|���A/��1�{/�s�F�i�[m�T�Ӑ	�ƌ�WTи�2�R����c37�ŋ~�r��?���e�EC�:.��!n�{��k9~��q8��N��,uȃi�imk��Y<G�ۉM$�\k�����.a�F���3K������"��L�Ώ���@�ޞ�m�ڐ��X�~��Tt�:�n�;�"�Q<l�M���n��7�-�oL��h��b�o���
p`\J���q�!� v_Ä`֒�!�Áb�X���ׄ�\0�bB(%�B�a_L(e3J	4�P��Z�T��6t|N�����-��;x7t�,{o݃�k�2v�����z��y�����P!x�p���yD'i�$7���$��m�
���.[����´�_�����X�i�ӉF��?k����5�z��C�7�P�\|�,ԩE͹�;?\�إ�}!IJݻ|!)qMї�VJ�T7��ő�����SA\ '�?y*�����G}))u��A%�z����݋�����^P�+H�<��\�̙�H3����cǖ���j��Bp�a���x���|�j��zۏ�)-iG�mO��;q/9�,�L�<�VrR޶����
�I;.��v�յwV��
�������йm韯N�t�>^5ε��K�8�l�v����e=N�L&�h�d��|>L�Y-&�V����:��b�wFD��,)��h%���~�^�"tdz.���\��W�\8�J�~�7�

�0��_Kk�P�mጐ��իW��fN�9Y}�oR�b-�	�h�$��t�c�t)�|����I˜���cX�K�0h�G�!�%�I�^�>���P:���D� ��W�R?M��u�w:�{���:��s��c��ᜮ
�y����q���a���M�(\7��am���?��s�F+x�	�!��<�:]O��� $�Y�Ov!�L�"[V��냏�HNj���#�ʚ���_A�
��^���u����(Ù��!�SFYUkV�z�ǎ���$R��F�3��o��<����?�R�
OU�^{�0f�&-M�:�G�^���`�/j�N�u�z=9g���}瑷|�Z��[f7�T�/��|�Zu�8>�Ɯ3�y�-_�u:��w�r���N�A6��Z�I�n�HZu�e�x҆;��V�)�/n�G��z>��ewA�+y��×�?�tx�2xE��Nh��_"Eth�,	a���: �,p{HQ
g<E�Fm|���5.����Y^��_�5���#���(�5�@���V�bEH�$�O�`�.���rf�-������Lr3�?�.�|
�	� A����}�V��	7�`�/,�NHq�	f�qq��h���-������r��@e�V}�O���8�
4����Vb-���a+����N)�9lL'���z�@o�\�^��Wy�q��yA��5�����do��i5�^��|Ķ�A��1�0�ֈ�@/:������w����}s��\K���9��!1�w�ٓ��~N"�Hٶ����rbm-��+ͩ���ډoF��L쩵�u=�>�餫��t����2g<�B����n�a��կ)=G>]�.^q-BH�
%���l��=�������Qד��r5�V�*�U	C��-�\0������[��&pB�4Y[��"I��E� CF��zL���T2���/����EB5�Mɢ&�Zq�^Q�&����%]�0k�9J�P��y�q2X�H����XSYY$�V������Ȟ�nR��J?�W���Ցv��:��&�T��nW�v>��<�.��+��g��~[�Tȫ_�'���E��bE�g_(������j�見��i&d�+U�J]}'?=�s����jf
,bz>/.�v&����ӧ6=o-H�`O^i���q���������	@4�
z3���S� I�5ϻ����1�q����;�ݼ"�l�v���Hn���N�~P�^g�j?��N�y�����ڃy#�J���0��X
���l��r4?��k���%�$n���ۘ[�0t#�uoVW'�h�M���𓥰R��^��<���i`��%���w�a��bL3
�h3���rѷ���/\�}�����P�y�����M��k���N ���n� �Y�E�B�������8������ܮ��S(8�zoHi��"����ogܫzq"K��ԾS:�u���{r���ǣ�!��TE,�TSۆ���3o�=R�Mx�;���3N����v��?]�Z�[��[���`���oPNB���+�{ʽK�wn�\�x��'.ʍ����pD�KOW�<���n@6��=��'K�����e���R�SF�\��7y0QE����~b�^�T���738�W��Q�$mg�cY��mŸ��h���%���	�Q��0��%���3�'쯎F��p,oL`��͏��§p��'|Ƃ�+�,�?2�����7�ǎ���αc�o����%[@��K[��Ȅ�..[]�uֺ�N����L�z#�X����k[�S��jH�g2U���~]*[c7��*��{T��n��p{l)
��!{.����ZҚ�ʼn�R��F����f��;…�M~�C����s�i�ǣ|�ǣ�M@Ӹ�����"�g�]��ڳ��s������>xB����C5?|u#|��5�䪐�G�+
���?������8&���%O���G�6
��0h`���n��Xȷ��C�(�B&�$&l�.о���*�2�x���ȣ�d��x�R�!�3h�/����YT^MfѝsL�zB��͝^�`��ϐA��l�3�Me�Y�p�Q,.Vd��:ӈ#��|��z�5!U�x�t�M�d�OZʾ��K��T�$A��h'�Q*�k�}�Y/���
��LP�?���I
�M')�]6���!x/�.a
���grN,[}+G���=�86����8X
G��U��4��|:ra���6�7�����h��'S? 4�z(qm�?og�:����y��j�%��G�P���Շ�G�K��fG�M���i�h�a��~P�<�x��ŋ��7cB.��'��*�!�@�R+��	k
��R������HaL���7+6��h��Y�={h+�l+7�^*9�ΆS*qI�ɟ��4�A��^��\l���/�h�i��¼FD|�0�̼L�	Ap��s�w���׫�q؜��I�
�?�8�o�ԶV;
ޱ� `۩vF�B�ƒ뀮f��m��J�h��Z�5os�|�l&��_�<�K��I�h�e���Q���͒a���(>B�!tu�����-�7?�נw��E~�0Ō���aef��W�FWH�@A8A�e�� ��Ep��(Ed<�Ҭ}���,��\�4��._EgG}������0�"�p�6k�ΰ��]ܶ%����Ŗ8R��@[��1dt5"��w�b��H��m.�m���0��bT�����a�f`pq6����b�:�,z� >j
-�Q�y�k��<FkW�xG�7j�֠=؆�0�(��mhҹh�
��͖�U��
�i�Ƕi��EN���+���}�J���_����R����s45���,}>�o�����!T�bHW�l��iZ��Ʉ,⦠���7j�\
���β�Ɛ�lLӬ���tggg�W���i"�S�P�+sX�`^�ھ)�U.���2�	l	�f
���\!���6Y����B<���+�A�7cXX8�rVS��WcX�QC��/I�@;C��}����YEו��O�H@��/2%�tH�G�3&G����䬢ܦ�:��[��Vӈ���#{���0ʇ�}A*�e���	Y�O��]h�4~f�F:j)�k��;1Tk���V94M��]E��Ƈ�Ew�L�M�s�� wn�}��;���/YG�(��3#�4^�P��D��r�1a�j�(����x�D��3�R���b�Jq�b�7k��Z�֪X��>U��=Zr���PR�����#��{�������������?���Y5�{2��.#��E,9���U	�HS~�p��?�2ōF3\'�B��i�mjo���q���v@��^��0�wK���,+j��h,�Yf��ި}�:.�\�����/q���D��"����]�	��f!�T��i)
��;���L)0Ū�Kx_r��s,۶eIdÐI�m۶���x���h�$/�K�Ao���Z��+�l�=�I�>�_�G�yj@�9�v��\��Uɱ�9�*T*�VEtUY�-�7�2_����{6�ƥ�,���8�ya�R��`��*;��oE_E>j�-t-B��Rs�F�Ѐ��_�**<֎�˪�<h%N%[����W��vh�g?K���o��'��\�@� �$0x�Ţ-��a�qY��)��!2�P�:w���֯g�+H����yM'���+%�U��H�βs�]�5]�J�\Rd\���^ g�Dt]@w�{�CA�Ei�K�����];D;F���D4���A���g��� �����04�T�.w���l�Z���gKB��i�^�7a>Xf��glz%���<�{��8'�fQ+A;RI �G
w���
1ڷ�,[�&�H�`\ڑ4�Z�)�0ђ(��Qsv8�����i�/x,B���;�s�?�%,���R�x�Z�v�շ���(�1Le�⯠1�;�zWT,���lTG�:I��}�gU�I���і
���mXM!\�G��n,O���n@���(7_��H�,%�\�m������������vu7Q�	���q�a�lU)�\~�-1^���k�����7�C��<~z��
7��B�S"��{8�D�Ur��s"��ߣ�ʺ�v�j���^)�~o[�\�5�s�p��a��`�
�!TU)!Bp��Çq$��(�">|�^�C1�^�"�[5��У�I�x�p�?���$F�BO�P�C�Vɐ��&Aw����9ܣpc�K�ØI%�ˠˉf2�*�ҙ"
�-�EJ��
&�˧k��4(-��b1�e��+���A����b[��RaŊ��+�� aM�`D�{�Q��R�B�����hTR����Q�J�ќ�6�]IU��U�g��TA%�ol�,ݺ����Nq}��"�?[L��8�>�̈́�=�	:�YP���N[�?&)�>�ER��*
�!�c��O��:�*C��)�)���o����|���u�%�Dͣ1����=VM�d�����uJ6�Xo�+?��n?�Fe��ݻ��[�@�����!��v?;�I����d����c�;e��f�V[Fw��֧�9�F�u�ƨV�pIe��M�D�S�MCp^�K%�5�s�c�{�a���i�α�9�4����	�0}��~0�,�
����r��
s�R�q+,��,�L�sιOL+`2�� ��)�\�)*�R�s�U�e��)#x�G'�p�o� 
����(�9��4��_]�&K��U�iY��/~�Ge��"[U�…�e"˃O�aU�=~�ykOǑ	N��2\�j`Fࣲ�P�tw[����/���֮k��gf��i�v��2����#F��rԒ�lJ"B0�r��甈+�S	�FI��\X[�B�U�ױ~v�M�4��#��*�Oɉ���%��zi$!���]��CK��	��)���9J00v�N
1�"���q6bJaM�@Ȏ"���PԂʍ����]Ο�.����sL��V	�r�*�ӷ� };���~��f6*�l���(�X�
]UEf*r�b�,>S�r�w���uE���Y<�.nD�2?T�d!8�|lNPׇ=&�N��}����(����8�7���Q&�o��7�&\�F.���{��ɫ��6\_����$^�
� 
WB%�g�� � �W�d"X�.[�6����l���=p���@�W��X+ڼfB{4h�47W*�7M\���z}p'+���10�׶�k���F#�&x}�Y�(����V����K1�+QD�DD�/�̇M�|�m�0E7a�{�]��R���
~:ZaHc���2
��U�3<|��	
`z��̊��e�T��ɑ�٦�Q���1[n}�$��(�{L�L���̾�Z�i��Nv�r ;Эf0²��&�[ŢMH���zVQ�%T=L�#J=m�y�-?�WH�أ{=	�9v��>��5��y�ȼ���+
�U�]�
or4��
��FW���e��"	tWUw��c�k������A�9AϾy�`���T԰R7���-�}eb���:�K!�g��bJ,�SZ��z���b�	���,��Ck�!�>���b&$=|&k�n��&��>�B!�ك�d��GVÊ���e�K��mO=��d���q�c�fa�Ƭ��|�b�=aRQ�j(��}��8�V�^
�9O�(BC˘���a���V��+~��������>}��z��g��_U��a��
|����'M���搿%^G7� ����,�E��P6�WIX;6��=�L�Y��\��VwAM�1u��U�OZ���fn\� IKؐ��u�"�V��ڦ�����̫˹��U�(Z ��n����1�2�C_sD|~�%/�bܣW��z�u�v���E�1u�n]�L������@)	+����R2��PR�=Ê���
���D�2F+��U�q�Y,2[�1�`�*8nu��� T�M�B�d��� !y��K-\�/�8�4P�<��p	7X�ӌ�XUH%��e����t���ʰ�Y՞Q��t�@@�
�M/@��l��
�፮!$�**���R񺸽ի���sDc��T�Xe ����		+�$�6�ΗdB��W�q}x��C��	:w��x�s���4U�sE������^�BG���o�>���(`�M�N���f��HR�f?�l��$
�LA*�ZY��d�]���5�����'�G�2�=�{�Fq���l�����S[�٨���>Y�'ݷTmr:���&&-9�4'����15��I��_��?��ޒ(���S�+�:�f2�+����h�/��?�i:5� hO=�	1��iO� �o�w�"��V4M�'OR]�*�(�S�gjr��C7��Гu�d�"��M	2�Sل"�#���)���j���p߉�(��8�%�^�,���\Ӥ�1����ێ
�aR���6� �͚��~�v�����x��c@s��G)�l�T�	�L�͆�Q9��ʩ�y�V��]��i�<��'K�bK�ͦE�9��T꼿��<��m>9��ԫ:<V;w�u�pq<���/�\�\����5�q�s��|�G��s>��c�.�͑�x�j�!:��OO�$z�X�ܔ?Z�"��5��E�Jd\�LJ��(�2
��w����x1E4d���$������sg�W�_�Z�wqܹ����^ ��kFE�d�1�1[�Z�Yp�@m�.I`�ׂ��_��F1-��i�F��/EO���	�+�|pAcp/`����k=���mJ�3��e��x1���gI+���"�~�:~��V(�.E4�������`�婿�0�'N��V�����C����f	T+��p�潌Iyt�[m��7s�a��A��ף�_�sL(�}��)/��g�F�Yī+�2���l*��B�������-�!��������{b�}R�/c(��[/�s����piq�1��$$��d;%Qt����1_\���8f�P��33f����0����hqiq)\�����o\\�*.��{5��M�L�`�gDY3�@�5�TV�0l��EI���J�H$��"lkx�:��IɶExK�k�"誦�`i�/l�U�L]��,`X��/�V���b5�EC�
��*W�_�X�Yf`)�nȒ)K��%�L�aA�,����-�r�M0C��X	B"B6�y�jq��C1@aq"�x@gp�}7�K	��	D
I�{�-qX
�x���;[E�������s�K-���!�M�*�F��{���j�.!T��&I�	j=��@�	���/2@�f��
�{a�PrFH��lI���p��}�ݺ�b���t
?��2�e��sw:��4]QUMC�U"8;Qu�0UUtMWTk�,E]yOG���M���=����y�~�5�-*��圱�^�ſ�R���7^������Oձ�ܣǘ
s�OD'�
�n� ��$��(sL�!n�)'�E Y��P�1�px�5��}F�F;胣�A�
osk�\4�}n�O����C�Wrfj�[V�i���!u��e��k�d�r`#F]��S���H��"��~,�vh�7��&Y�5�B����=���~���?��FT�a����e��
'ʭ&���UaH���{��-�޾�YX��Ŋr
3}S�+-�`�"��iAi���߶�*���cDT�,W�I��B!;p�e��\�[�L���{����k���V�7�\]�T�,3�T��a�5��F�Đ,�yn���֜-`G�'�":-ǁq�
o̺"��h��%)�Q��-9��DV���I�/!,�{޳��3i�6�hB��Vt�B��mb�eMS��C|�a��$w��gGPͽ`)�yӉ\��y9z>�(r��+8�Q��z����3FT9ӨfY�(�Rm�}��c���r*n�b��
@ڵҐs����{�Ϣ���oB��(|R�5��!�D5v%#Ǎ���d���v��x�6��+�Z���K����7y��~������*�Ч֠�5��Ѥ���#S\�]�	,�+�\Z�V�I�8�����>��?,���2~fvl��v^�>x��ݟM�؃�m3+S�?6I+��C�'��x����GNʣ��S�6#���%4�׎�,(r'��0]!�W����$��?�&�u�s��^A;uL�v�����{����W��b�
�cd��<�1K�+k�D:h���V)?#~���g��on^�
�L���m���q8��V?=:~�!M)`��-�0
D�MGm*Z����5��[!��ܲ���e�[&!Є�a/��lm�������b@��*����\�����1��5UA�$A$�DӖ$�X���Ú��.
�(I�eS��̯�sK@D�fa$3</��z����^p�&s��8��Z�E���ۏ���Kѫ��Л�;��8�Z�d�J?H��&͚���(��Cυ��RJ����8G��e�2Ke2髿ict*V�aE��RlW�U�A��O�F_!'u�����]���]�Cau[Hc��^��y��#��Vܦ@�����@]g�$����=�;Կ�i,;.y�ޡ��|�GAf'�m�v�/(�,�?ˍ����$r�Gšދ��>ة/;.}�)��#>��$�xF��"��íp�q�,0�8����I�w�2����!��ԙ�6�ǧ�}�&���	Cwpsc�)޷N����q�J\�gzm��ˢw�T�U;x��;�h��.�
9?���:�g��`2g);?�ќ��m?ɯL�v'˙��>8B�?��0k�����V��VL7�+�o?�<�jh^�jUk��^�'���
���H�Q�,�Y���>�Y�G��z+�n|�P398� �K	�Q2�q -����,�|�0�� �/8m�6���14t�oo�	�R�ƥ�H��R�@c�+�o�G(�a�R�BZX�v)c���zk���0�֝��)�nv!���t\T�R�1B� À`���EDUKR`B`��Y�Zo�|�(&s�ug�֙��|L"f2�y���U��W����7��&SJK�H�蠂�9��h��LĀ�j�iHB��^"�qD`�*J�&^��ϮG��*��)w�`�����c�v���5f�H��t�rS�9D�ޟ�=���t��Jߑj!~@bRV��P�zbƵL��O5_u�s�b�cj>���R�\F�e�R�n�K6�v��j]5���.ç����/0j�B�P�4#(�]N��oa��W��
�	�� @Ӯ�	햅����D45�+<�.e�2D��(
�tpJTx�RS������y]q?�Y�J�t6
}Y\L���UNz��$q�c7I@ܓ:�;yg�i�b!�0:[�%J<׸�	��!H;��8���=�؎8a�=)�p��RG�^��K�8-��dG�t�$yx�l�e�b�Fqp�Х�;���)|2���w]�@p߳J���p�W�P�|.����,KV��>Y�3�E��L��4ICe��'C������+4ioG��}\`�h��Q�h�E�g��d���xc<a����urs�|0��(������ǘV'��sP@�#�e�K���+�Z��P��.kUp��
�֨t�g��n��r$\I�V������%X�nE�A����T!8F��h7���CD�����0!,È#�Gx����#rB��VǶ�F=/�ZZ_\b\�QZ)#X�u�����	@r
�r�R�d
���b�
��r^oD�����m�C��ɣ�-x����Ы1����`q?�C��W�=f���`c�ag��nэ��b�+��D�D>o>h��ȱ�!N�?@M�vAu��;݈�O��@���i������Jc�p�ƌRZqRj�)q�n�Q�Er�҆�F!`�A�w������m�:UB$1�׉�d�Rh_�R�#�0���ƔRV����'���% �\1!u��W	�6d=�k�-Ѩ�����*e���4������7X��V�\[��xSVt�s�vF��tp-��4��w�^���
���%���a_��������R��P:����B0v0u�!~�R�y+�e�bg�1_5;3�bg�����̮��¸]��)()���ӧO?��O�����K���w���u��T�!�'ҷ;�q��v�;.���ҨA]G�up���R�R���l˲0��B�#�Y�̧�u�EY�.��["U<
^�SQ��K3�KO')�L'|mC4JF��V��6G�o�!��h|�
��F�$��Ȃ�M�b2��:�k�8�n���ɮ�����p0m�
z�G0Gib��=��d�1�L7���
�t���U��tjb���+՗T�����yn0*�� �`ƅ��c�?P�F���^�V�.���l��q�P��(�up{4��v�d5;����^�#܍B���8r�Z=M@�<�(5[j/=�+��J���|]���B�J9���l��ji�]�{D)A�¬Y.Ae6�^�])�4�!is��d�!'�Z]�u�"k5[�B�,Sn+�"ܔ�y��k4���]0R�J�H�_��i�.<��z�y�K���n��M�_F]뗻�]H٭�J�y�O�~Dyi>+q��O<��[�.��NH'6;U@���_^PG�V9{>F~�ekS���*��e-#�VZ>�j=B-�[1��IC�oD�gD��v�J����`~H*�Ϗ"�x�|�H�	�1��A�6�8�m6�R�:j;G�]�b%bxՌ�ëͤ4�k^�)�z	�/y�W�iY�/Om�k��.YOY���7ֿ��R$�.$��cn��h���t�;���9�~��,4�'+5��/�P�m	J(�5ڑ9k���Q�`�T�%<U�׬��>J���d�p,�c�>hS�k�v�Ѽ��|DVq~�������;����|��"6N����Lk|z�Y�?%d� �7�۬�_!z�[�ʦ[�"
�2�����AZ�����yT��'�` �d�%ǶR�	��Zi�	!d�>�d`B[�
vkb������gI����ϔ�ʮ94n�;u�@L٢�>�#֮��cܜ����&FW˕6�[MK�N%O���9��8l�e̎j���^��O�=�ǀ�!�� Ӷ�s�4 APGׁv�ynoW�����5���Ƹ=ނ.g�����Џf�ȭ6������� �k�j�9�i7�n�x�D�~A��ʼn��p���&XG�>�6��q�K46��t2�ƣ-�/�E�����q�G�K�T?��A{���Tt��Q��l*r�� Dҋx�n�l\�Pǀ�1��z~��'��ӢV���q���*��מ�,I�J�r�W�Jg�!k��u��0�/]�wŒǵ��S��`�%�1�qn#«�*�5RF�k�����☃P�s^F�v|�V
l�AĔ��0WkIl��Yy�UyZ�q��J:n����D���AԪ��F�*�
���B���1�k(������
�R��*��9��6�ia���a�0��P��r�~W��?h4��I�T[gR�"�Q�[�xRJ&5gd�4T��U�6A�I}Mu��>�tǩi�����E_/�(�����]��IKV.Z(
y8t^x�%�6����7�=���Tݟ�Ы�*Fn3�I�L��eiz��SV,�	�X�T{n��h�@9ƫ�>c��3�]��9�'Q]���8��(�h����j�A\hy�N�”�9�0�W+�႒����}�
����.BX�/�<�����L~�T�W=H#.k���E�:`;ot9}@�q@����%g���lF���
/�Ӡ}p�T��q�^���z��sB0&�}l�/C��F�!��;q�#�zg1};�� ��q�
�.c�ɠ���Tծ܍1O�"Y��$�E<�����N��@W��M~�N����sߤ�X�ՕS?4��'~��\�ʟrF7���7?!�������S������T_��`clYalF��zv׳�
A}*[S��n����[�-ʳZ����c��(����{߲��Q5�W8�g��]%kBcLŭk�aAl~Z�4
�&�	���nѬ}�
4|�
p�G���M���#����;^+���Dԍ���GK��~��|S(ى��oY���֖����Id|Qv�{���2<�$��w���o�y>�*�w�;��<g�R^*���w9�L��ଞ�)?���fF�����/�VZ`���F\�9V���"����E|q���`N�s������6���JW,Ǜ�tB}��¥.0e�>��)���;�n��v�].W�u��U�[�'4F��Ժ~_�re�G]ہ�V����R����٨|�&U��{R�U��Z�
�i�Kˏʹ�M�|D�����[z�GW[m{�H��'�J�
��g���dz���N�L�$�@��=�mc.
�FU�\/��]H�q1����+�-bq��	9�S4�2�����P�	Ȟ���|�L%
�&�m��d�+ؘmM�0Sr�s�ʢT#�,&�F��Ǜ��	�&
�6V�+0J�X�t "��j�׫Vc8*����wźߊ��?�E��Jr���mm�B�I��%���A��5����R����{�m���{�`��:��&*�B��R	��5݋�ɱwݢ�h���A�ࣨM%Ʈ������N���1�F�h�E�`�.��L�y
W�a?��p�By��m�*�]��٣E���H�s��
�k�ݢ��+W���X_�V!��S^�^�ϡ���g3&�yOwB�G���C]�V�X|��s�0�b�,�.ޔ캇Gp�9Pe�������x뗆��“w�2�'��p���kb;�2g�?��h^��'�glG��C�w�?)$��^�,�9�����)��3�9jy�x�m�YZ���E���#�a��#�2Ě|�Ì�&�� 2�6P�v	�e���G;MQ��r2����7f;4���tFAed��)F0n!�˜�S	[a�̲���I?[ʚZ�֮u�u:�1��u��t4��#��;ҁMZ%�.�4_>�y:uaT����Rܚ<9�<9�f̴v_��J��+]��x�ݲ�ޞ�t2��W���/�q/�OT��w�ۓ��ϟ�[jO�!@xQkW˻���� ���k>��++�y��v����ԨXK�1���a9���uX��>ILK@F�4�+���HV(�K^�D�'j�C�^����o�(�t�w�l�1�[b�(��{�&�Gt�M/���R�5�+P��tJ/����M�tE����AP}:0�)͞��T��Pm�lYr���4Rk���).z��"�A�e֫,+y�_�m@�o�vX0�cM�|���pKI�
���"M���|TL�t�`��ӂ��a|����8؛���h����[Mf۬��!T���
�R|�q��8�|������K��Z�ߊ�S�38�}�F��Q2�SꡉR�Q��9o�da�����F�V;[�_X8^�]�ծ���ӹ ��#�Sȉ�D2��(�]Z�Od���۠�V�7۟��B~�
6F�zs>o�۴D
@\w��L]75��h��
i��>[-�阥#׸�zG�ۭ�Y��,��G�C���2�g@?5���"򢯕5+��t5/�s]���l�Nf�����i��6�x��a�P.#D)��G;)F3�����[G�`�0!�"[
%=)��R�d�9y�^� X�
�!�a�z7�\.m��a�"��~h�L�����J����Tz��?�c�_�8B�+�)���T����_��pMn� 	���v��ί|�$� �
��O1%D	����,0j��{k{��Xv�#��ܲ�{�B�=���i�?��çd49wyzm�J��w���{fz�P��$
��!��^<t���uC�!6�Y�
kĨ��-��O��A�;w4C�5�-L<��H0�0�DI�~s5Z�C�h11�,,!�G�U܄�UdL-�"t�Bצt��K�ߊ�V����<�+�����B�Ex!�-;>�>y�,�k™\���O9>H����k���;�W`e�r����q�����K)�u�":O��K'PՔ�:��T�{w��4�87��n~xz�<d�����x03�\>���S/4�ٙZ�8dmmڀc��n�b�u|l�%A�m�Oq>MsxBv�rQ��5����sy����7��=����.y�˃��[����0R
=��?��O��4����\��A0��L�bz�j��ؕ��u.̰��`M��a:h��.�6I���ݧƁ0�z}�� ��6���+�RE8a�bD'M���8:t��%.(��*�Ѫ���o�ٺ��/���d'��w���k�n��u�`�J��"M�J��xZۏ@�;�u|
��J�p�"�|���#�,�]���5*�H���xQKQ����w�8<�>���Q��n�<.e�e� �GS��<���ځ��>8XK����<�0(2���w]/��G�I>��L{���C�|�g�&dPݪ��cH'�7(L�x
�	�1��(��x�q4#b�g���fc�r��}H����KD�$&�i�$�U<���ՠ�9�5[����E���bA�6�o�N�|�����z�\�j�ƎS�>�,Ne�ƶu�z9v0�&�)���b;��SP`�8����-}�tW�
d��.�m�����0�e.�z��!�D�e���i.�*=Dxn�ona�ԇK�ؔK�O1�w������+��GQ&bY�)8��.��M�L5�-1�(߼�'�z��Ջ�2����t���&SVzu�:"/P,�Ժ�`n��G�	rp
�73Rfbɔ�!�%�:���Y�n��4*�k�F�+��(�J�x����U�*�����׽Zb*��=̆�ލ@+���Oo����7�<���$lNV�����.G�G��۔�Z)m!Q�';�
۴NYwZ/�^c��d�$gOT��ۜ�,ç:rVB��(g""��t2K.����qRn�<�C�GM���#�|�;�M�-��N B5jjH.���i2���+���E(%ǹ�f���{�tƂ�!�	��?N(��g�
���ϺH�$�7�a��Q!ح	�p��#��$&�Oo%��KJȭB��I(٣�H�G(�pM��w)P!���B�UJ�:|��2*}�:T�Ҫ4)B����`0#ڽ؆A�������Â?.G�ǹ���"ą�o�\���J}KpyE�+�[ֹ_}-N�0&*L³>G��O[��wڿ~���o��O�
!�!�O�!��L	�pE��!�3��Z�S)�%B.Q)��>�")!w�گJJ!T�j��M�"�U���P�Kӈ�`�8���x�RM���,C� �dQ*���$����`3�)ݬ̋��ۭ�VV��j���3�^jx���e��w�����Nh�^(U��a�(�3����R�=�2d�P�@�u���^��rշ�㢂,�	�z���J����d�1�m�ӨU\��Ql��p0qFE� U��
�Z\��˙����7�D���ɠ�p�1�l��g�˔�5��
Е58�u��l���z步�i��Ӕ�7µQ���:7;^d��H��J��z�	@
e��- ���5�[ca#� p;���6\���(-^eY�L_��,k*�@+����C�Y(KȘ�D�w�Z|(��1���.�> ���RI��Y�ok�9��}��.�GU%`t��f�/sn����T7�d3�T��J\��$��z�R�ց�n����g��Y�mH!5�9���Ы����0Mv��W5�nĊ+G�4�3���Fi'�*�k%,��j@����D(9:�^������'G��g!����:���3%%iRWJT�^�)JHCF�1��_8 ym� �5��*+�1�%@<���ސ�פR�#���1���������������Q�?��D����U&����`u6tWR��X��ѫS��}�$[�8�Y�	ko�4A(Y\P�5�e����4�k�A�m�(:���P����O2�=�=k�,.[u�2���o,P�
|���N|#�G�F�̉`P@�a����R4��aΎ^��(�v��4v�,�:���-E��P��r��Pn/=��t�
g�m�
8N��X!rV�E.x�	�@�R!(m�oѕ@�����l!� wO\�z4�T�M� �]7�c�T�7�9]����\����#Kq(� �'��B��%Cg�m̐��n�|;4�H��,�v1�	��^Q�g�ጙߟaD�&��:G�F�J�@��|�@�7�@I�E�`��^����<�-v�#u����9�%¢�-�~;��SM��.R���p��w	���z�2�
��=F��m٤BPsܿU*mJ�֏�+1���&�y`_��x�H�r�Z7���pI�%�9�5��N(Q��m�#	R�/�
:(0V�
L���ռH��Z#�ZZ]P����(�o��ϟ�kʻR}']ߊ��ouK��B���
ݥ�Ɣ|���a��9�J�7�`��A�M�C��[�^��!�I�]֧���l}�U�?�\�I"�Ed����\:� {���F��hT#��Tv]�?F��Y�X�L*���2�c�3�ϔq�A�ss'VyB����}|_Y���{����ne�i.7{�瞡���|�,\�͗��p]�qVf<�S��;^cz�}Orǥ�fM?��ಥ�`b���o-��u�e1��GG��$�8��Q`�?Y�Dy�+��p���!���=�>@���8�/�=��T�����5���C,�4f?K��l�{}3nއ��|�!�ͷD[=��"�s�h���*���4
�ڵnΓ
�4���ӬO�&T`ӵx2��ʌ����b�;�:
��/�yc��<N*
��$�[Q1�s�.U�O1�6X�W������9G�k��g�&�����qc9���8�����M�"��	D�~cK/vF�����;D	��z��6���Z�����g�ؤ	�� �f�S��EC�s���\"T���猊��^K8���
�n
o��<]\��}��wM�����ŎM�`ԁ����cJ�=����v�����<h2������(cL������uÐ�a@��>c|��N�z\�ay1%FF�Bo�FP�j[�b��J�gm۲x��b�u<��77��#�_UHC2���+�m^�-���8ҁ�q�d��Ԇ�v�
�(����'hh�	��`ⓓ�`�?�P8�
�(C� ��3a�x�/��"q��u��@$m_Jca�w2|i�}7�n�Bι��me��	*h��&#=,֡��+ÍX��w���:�%?p6����)���۔ph�Qy<�r�v���v@.�C�1��
{}�6m���K��K3��L�4�c�Z�
�ֱ_����8-m�gyx���*��72�T�X�~c��W�^��D^�C���1�;ke7���Z�����)���d���8�N�a��u��="Y�_�.���"v�����l�����-��Ջ\��eЦ�#_
����]lR�5�4T�5
�38$�[�Q�d��ݭT
�7�"L���4,č�!�Jew�U:Q�o��P���oݵ��u�Yo���][��Z6Q8��&\��U���¤YS����lX�NA5��������[�)+o���T��}<8������C�}�%�?�]G�P&F��h™t�zi-3r,�qu<ł��up���tS�}b����Z�����Е���A��3/� �i,M����|�Kƒ��g���3�׵'!,���^�6�h�~SXY�㡌C�Tw�Hsa���N�A�GOf�G���:�[�@w�%��@�e�P�(�#c<	P����8+���ޖ:�m�v�	�t���}��p�0ft%��M��abw.�q�]���i�:|N��5z.��J�=kW+'� �X�E�6SȲrI	�7_��@�s���	�^!;ācN$\ � C�T^죌6�:�<�b7��^�ŝZ���8@���X��R��hx���ěuJ|1�b�JD�uP�>/�=Sَ6܂+��֖eM��H}h�a1�g�dt���K�-�3N_�t:����U��No�Μm�~ނR�}�%/9Ӧ="���9;�t[ǭ"Tu#{�M���N����_�v���6�[��-o�.�"�6
G|X�ZP[�����#�U��8܅+1l*�C~ƞ�v��������g�0j���NK����)�����~��^\Js��?�S
�eU������/�"g|a0�h{��b�v�x
4��;	]
�n�:�k�U�0����G�^f<�g�dj�SRpsAR�=����`���~B��Q��3G.{|e�_�"S��90�D�r*]zf.���/rLԏ��g?c��{)���vҞq��bEr��o�Jc�f����lf#�)MQ�+ rk	�`�\d. !��L�r���XC��''4���+S{)��m��W�&X��X%�V���5?��L�תm	C���(s�bB/\H�����q�<�(�B�V8IyO@wJ�Q�ۿ?����=���ʌ�[�D)X�͌Y贱<Y�y���nC�"Rt������ZZ����#��^��ۊ.g��U�1�ס��§Y�Ȗ.m�e�PV����F���m�tK&!��P�'AA�}�he�g��_}ǎe�(�m�OP�I$�jW��@�"*�͊�"U�L$��T�*�B&�;)�lI��U��2B�:�oJa�0!�j�>Z�U�L��;c�蘨��Ƒ�e>���ќX���U��R�N# �.d�ѝZc��s+��^�8�u�����<��6A�:���Z]<P��(��.���H�5w�������S�W�1Ū�����fg
�e��Uh~�ۖ@�R��h�y�z�z��.�=��-�
xS���u~����$�$;�שG��Ja�.�j;c�������64�T.��W��Xf�0L��#���}�!�Xm�چd9.��{R�1�2U���
�{sΔc�TJ�q��V�����٫�{���}���t�e@yR'D��J��1
�"���۝6=��Y@��mk�j��=걔c?�3;�����F��j�8�r��V�H����y��kÈ�X5+�6��0�F݂O<)���9
ڀ�6���)�yC�vC��uƌ�8��T>XP��܃v��n��������¼�b��c���}ҿݖ|;]T�SR8������|��r#^gC�,\��`�3B�Ig6)���}~+$i�ۃ�@�eG�.��Ad�;N�����5�4}��Z�����+B3��>A��"��f��®�<s�������g5�ڬ}�&��r��Q˳�U{4��_�5�.I>@D�zj8��o��A����;d�G����<�{�8����\����L���0c�16rc�l0�a���z�!^e�J���^8��c����@��j����^Dy��܀��n6-vj똲�γ;�M�e�:d
2ftKr*py��5�4U�WYk����@b�Dɸ�[A;��g{?�:��ӿm���W�0)�[�q�-S�7X��%����2������~�Dt�
<2��Q�O�j7����&2jS�/�LJe�Jʥ(}.����a��r�ٌ܁r�g�h������Q�r���f���0<V���JBp��:o�S�H���߬~�-�'�]�����S'@�i��U�y��U�⊳������F��n1x[��>����Ք�)M����~����-�9�h�y4��>A��g�N#0�c�{^�q�l�G��W�
!RV���J%،Y��Ԩ�S@4�HF�X�N�~,uE;+��u��#�S�T�`��(ժ��k�T&J�E[7���td�u�Z��fD�YydYy(�T�uV�#	7��@�;���7��u��}d�Il_��T����M��乨z>��&�R��n��K�5e�Fm����66*�'&	�D�V�����d�M����!p�ƺS.g�Z!�r�[�"�i���&�F3���v�^�9x���X�‚��A?4S�gN��ڮ�r (c��O�CN'Z|B����o˓�7�?v\{��*�v���o��#�(E93�X~8o������)+�����<W���BtN:l����Q�1��O��r�w��k��U��_62��t4���[�҄+-}��iB�Wq�*~�{M��熐?�d����*����Ls��ӕ�V}bl�ڶ�9�<h�������TM����nt�e�}���$��]"NC�qR�j��57��矋=�(����t��2�X���o���[F��-��XϬ��6�:Ia�|n�k¾�n��F��e��^g}�����&Gi�kC���q�hNR�7K0�Y�]�dF	m�4K׶�J�7_�������_�(���!LК��Οg�E�n������d|��.�g����/���?0���0F���O�q�1">�%���Ǎ���}}p�i�VV����䌄ae�#�βfw�犚�MB�>��7?�֗q{�wc���`�7�/6‰�1&�Ҕ�3>%|l��ħz2�_���8�
�	m �@�yY�8�Ķ͸��SR&DP�wT��:#��;d���^�U){gom�^s�;q����wdJX�Π ���"�����T�gX�V�>�5^uL˵Sު:���q��{oR��nk��5��ȇ��-��$��w�~��Yp��9IuH�=�ƌHˣ�-��Y�?8�"07h�;�Ъ����[�6�v
��6��67�;s�����70�K�$�����/��AY9�4��9�p(<��Ft��k�LZ�������1י�hX/-����%Z�
�5dgyI�ͯ��{�2r�麆ʤ��
���=��SDœL���Q��%��ᅢ�_^�V�ֱsӵ��K	��qm�u� x��Zdk�|�"�����6=wlU��_�\�� l|��~�3����=O��V���dC��h�zeF�a E0�&��L-[��d�{�c	�Z��q�7������F6�}�S0�P��j���,%!kb��R������R����]L�U߯U�]V]"�"�M:�=<YZ��	G��f�R<$д�A�b|��g��";,&�_��o>Pey��۞�A3M}��<{��5�K�$�0�r<O���4�e0d�nzi�F&�*�3�޹�&�;�̂A�@A������`^Z6c:(��(ʒ�M�4]XU�P`�OmP9y��8��r}�j�R��LSш�֞�C
σr��*��HBsU�S����ٛ�R����2�/Pf֬;��j��E�et�ͯ|����~ºK� ��f������n8s�™��炂��F-d)�9�y�4�e�[$޾�B|����N�'�EP�X�*Z��]�c$�cWlۿ.�s>u(�硛���/�x�ָ�VA�z�O��n��}K^�7��i�no�~T7�)/Y6�,��z3�R��W� ���bL�e�1�"5�w �N�^~zD���YF��%��P{e�����l��0�a� �l!��!&Hc�Fڟ�afMa#A9����}��ࠕ��E]��]"�K=B[�V`
��W.�gƿ`�9�χü�a{��z�Fg�w���̝��o���rh�掖Uކ%��@�D����4��)䫯6��1�A���3��>B}k�:m��z�ňħ�#{��}����/� ����x0�`�@���Ty~D���>���@.�鉎�@�خ�=�a��_�Q�Z���z�������C#�Y"�<�>:}hp�#�̲�.uE���]���4@p&�	6�){�υv�����~����?p��
i��=�x�-�uW����� �\�	Ώ���F;1o�G�~��3��L�V��r��)M�EʹDK(��s����r�?Bl���*�����l��؝����F�`�D�ph�e%�\������]7x�\�nޤ���‚����;Ĺ5�+\BF�!XfTuc2���S�CDː��2���r}�C��iJ~����ϯF�g��d�'^��I�L�Զ/��q֗���v\7�_J\·�O��[G��>q���w�-�$S�{��]�GF��Q7J\��D��B�NMd&�g��|jE@�I���(n�˜����g
�����W�G�I���T�F��S��6#�p�,�׍y�zd������q������e�.X�C֧�\�﬈���
��'w���	�V�#Dl���“vH?���Ʈ�1rҜ=��g�@L��j��p���m�k�^2�[t�M਷ԟrr�i�'���}T����<��8-.�S
#��Gi�`V���2��}
 �o�
�ω�J���[aUi4*~�
OU]���ܪ�<��q��Jݗ�+��g��3�kT�!Fʝv���[�Z���Y6��'?�t�%����>A�o��K1"�����+�ek�:�AR�~�\\\]YZlf��p>�39rR�V�͵�CX�hV��=�.�ժq]S�����A�B:26fpd���zb����1���O5��.+���M>h�ф�5W|u��?�[M'�!�Ÿ�-�Ea{���:������?��'1ZC~��"|is�۪զ!�9iDQs��b�Z����\fA4n�}���D���`P�	� y-��R
��J)S����1,�ۊ?��LEQ�D�b���N�@��v�0��!��ӽ�1҅c;���9Y*��&q�;ǠK�
��z��ȅn�Z�T��	��w�ֳ//,��
��5c:Զ��^-	lU^XX�`�����4r�f�[)I5v;�_,װ~B4-ݥ+����Һ���b|$���
��dC����d�-������Mu`O�~U���O�1y��W=�:���C�	V�/$`54&yHCD�I�58ɏ��5�[�#e��Nx�������׳{��w�s_��"��6������7*��t�f����;e�
�j>�`:#P�է	��"ˍ$��b��'Sn�$y��(��3��2�K%�3#��<[�T�f���I����&��'$:w���|�Nc���Nc��	��+��[.�R��H�"�-/���.�o�dqb���5�oG��n�
����d'세<j9��#<�"�k�3�l��,��8Y�p�$�dZ�7�+��B���K�dVS)�RP!�Kw��Ji=}Ӷ�CJi���<��ӝ�/I�O��J��E�jbR��a({Z��Z�������J_󳬘v;��Hʒ�#{��%�G�7]d��q"e�(�$j�z�w��~��`�	!<�D�[L��M�Y���\n�k��*>��0��?(�i�P��L��\f�8�]H?�H`�Jd��Ӣ�uK�T����8�p�u;�J�������-I'����B�-�.����q��i��g�~p�Q��O��iV�d��(6�(��	
|�b�s��_҆�n`B��n�B%|N�����OT���u���r�w����\K3��|�C!y��`<�Y��*˵"��l��]�y:�6*�x�"ۋ<�"���n�,Y9_pk�
��ʽ��E�7dOU^�B��S��At�)��Ŕ)_�р>�!s��������A��gC��賟�!S<�(��ƺu��2k9_�]jK5�F�a��B'�ܿ][/Y�@p��iM�qƥ'5�G�
���V]�f���̋�����A���ھ��/3>�]���}���fJ5��VV��d�"�iW)cW7'�<IA�	v]c`!�������������`���#|���w���j�V�����h	8��q�8Y]�x���q��ðJ�0`	c�+Պo�S��M��e�nL��@�1N���-&"�":
��(s��p~���Q��G)��p˵~Fn����ukӺh��z��DĄ�-�x�gr�o"�`��SVӎ۳&�a�#;Q[��"Fd{=�P��I:�q֦<ϙ�=�ߠQ���IDe-4�_O���>&��SIj�m²�|}� ���"!_£��/!ō<i6ҼG �Z|��\4_��>J
n'cE�F#�2)G���h�@&�����b�M��A��?Qb�hNa�)�vdB�T{=W������=y���f��
�I04��ŧ��(�<@�>l#�3o�r�/HK���@ă[]��ꔧ�b��i�IS~ꩲ�5ֺ�\����B�ӧ[Sʨ��\[�h�����C��vN���^��fG�֕�=�M����P��N��O>���\=�J�ִR����Õ��ɓk�
>�Rm;��R���ڌ�\uye�c�qv�Z=����֏#��֨�i���(��4I���H:DJ��l3�G�3p��;��Fa�v�>:8�N6����>h}���aXՠ��9��H�s=�쏨,��^!㴠�8�]Ic��lw��n�t q�}�N��cTIJ�y�)��TK�&x	P�#iW	�N ����Ԏm@~�pc-(eK�0�^�ڜ�TH�ؾ��A)�j
B�	��dy�<���G_�Û��ϔ�+��TC�(�$�X1(C!���;�f�8��,(�
�>�?29�^�}��16�m�[��������i���b�'v�%y�|dY�>Af7m��]��r���
��Uw8�1���0��c�`t��m�ٔOE��XmDA��)�0�Wzh��$-��:8
���}���BɧX)���]Z��*)��/%7/R�7�7,񞃯�'t���'�����h��HY�V8Ja��= }��3dŰ{��z���8�FioN�D���6Dl�j[h
�"|�R���C ]���!+Çd���0�!�=p��݊z���+�>T��5PѪ�.}��K����=�I�� ��a��9��\h�/�
iLS|�ѽ�H[g&���v���!�h��$~	 ��"�c�j�QS!	��N�	Z6�A�aJć�m{3��jsN�K醵���C���D��
Q�gh۞�>�#��f�	�i?[���An;����Ξ�Е� �[��}�)�e���W�m�:�Jcnc�i+
16X��H�A^�Dk	GVw(�
f��vˏ��n�S�;AiP��b��GJR��J�fa���3P����<�w�<Y;Δ���Q�ͥr)(4�!���t�0D��;�����p=R׌����TmagO��9S��1go!l�5Gț�뒝:q]Z��F�5��c�d!���
�����2e����.���4˵bk���*fBZ6a,LZ3�d���|Y�$�P0��n(��'N���l���|f��k�����f%/�L�DU��#Ȯ��>|����6�7>�4�k��cY�ɐf�W���w
p2d�t���OO�(��^b%r���N��ϯnST�ɰ�u2?j�j�k��Kk��9��0�����Z����C�"U�}ʻj��Џ���C4��Hl��(��Dޢ#�^������|�����`9�7��As'�r�??�}�����p����+PB����7�D6I����=~�������"����Y=GuR쑼݈7�4�0����؅d4x��i��#_���O��x��ӎ����'�Y��L�� �zu�p�ѽJ���F���	4Y�ҌWV�c���l�fQ�l�~J�'O�����pc�%�����k�<W�B1
5% �
��J.{)�'R�K���� �.'ҍxX���ϯ�&T�m��FR�3�N�S�VK&|��\��3FHdڶ�B9�FR�Jy5�@xdޮ����F�	۶�Զ���4�\ l��ZYq�qZ(���n˺κ�z{+�1u;n�>�=�'�h��Mn
�-ut�[Ɍ~����C��n]�	�HC�˙��e�Čّb�FҒ��Y
%HRr�u]��ە�n`�lJ%"T��R����2Ur��.�Z;/na4^�hM���}Z;��|;�MP#ߋ{���*Pm;�ga��Fk
U���P�S)?��,;i���^q[�y�XC� [z�a1M��{��W��o�=^g��3��>�g����ޅ�J�!d�B�>s�ę_:s��	��1���be^�5M����r��+��w��%����^�v�/�A]s�UnG�w���-�c�N��I|P��&;;�T�w�p�g5tY
`��z��
��~�>TŘG�671��k�j��ƨ
-1��7}�buo^C��9�xs��|�1V_�Pg7�Q=6"�|�
�ꮋI�T%�"�9ar�/9�l�&���	غxwbL�sNi�]R;T
�ЧJ�A:��s���hE��Um6큫]�UO��K�����q	$z�?|J��/�^�a�P�0������Ѯ��|���l��<�M��
����F*y�o[ڪ�����x@�΅�0��Ti|��,&k���j&I�%	����@�Md�/�u���l�jp搪ߗ����g9c��T�n0��|8�1H��e�0[��ُ�eY<t��!�$�L�s�-�r�p�R<y�@tΗP����-���H|jz$�!�}��&�X����l�D :�|�o�(�����u��%�&�nC�*db5Q �T0��[�&��ח^���4�w���K:`��F�7<������{��d]'r��M�BA�V�-};l؄�)��"�:a�N(?�����<q6��ƺig�)�LmO�=��4�;��ʭ@CQ�rR"��N�̶5A8���lF�&���oI��rRҮK�cmQ�c9.%m��uX	4��ʠ�	7��"d��M�,�( X�-�� Ӣ_B��%(\�5�)	�������v�O|��p�O�{����v
��'�S/+����$�����0�
F3M��u뢇���?�\N�lí��!`�u���a3u	gB�*�A�F��¸�7
�����b�� �P��mZh|�7����_Fa}0�I~Ԝ`�!DZ?+������z����F7��y#�0_0(�4�<�A#��;Rl���ټ�,�gY}�x��	Q!
?����t����5�8�qY+�0]�tMG2��q�L	y���
V��'	�F��u�UCHUETU�0��dYr:r�
&���,ôu�6�p�p,茉�����fbl�Ը q���ٕ{��p\����q��
�%CSW�D�l7�דQEVi�K�������*�Q��0X2�S��x�^^�dA2�0൙w�B~�,��b���$�nюDw�ӭOi\yT+
��ZW�zک�i*�6�*)�ߕ�#ml!���ǚ���B��խ��՝S
�R���D��uߊi�&�9�,��A���ug��,׌�$�کO
��4��&h���$}3+2q�5�����}�?k���
�v��W�N��XLc;����i���cg�h7�
�u���&�ggOx�.~3BX�
�ny쓮ޔqm^υW��H2�TĀ�Kc��FR�ӹr�"����R�	nD������Bݵ� b����}�7�1�KX��k.U��>UT.�e��(+B��L ����fx�������qW���B�i�ԉ%ΗN�Z���Â�T$eQ�35B��V�F�s")�}�etx�RA�DK,Q��~S$�S81G �8Mv��<O]+�_u5N�'U��e�{�%JW���*�-
�O��=Xu<�^�tO�叾��=��8񪹋��~=��-�T��Y��Y�9�s�iF�@�|���k�(�`<�G���V���<]���~�OJNt�n���eϞ�)�O� 
���ƥ6.Ņ�t-FΙd��t�V
(����Ar��c���%�IЅj�q�/�uC��db���H@V�Q�M�6�����	��7 �~��9���G��z�@P5XB7&BÜ_v%���L�INɟ(
�$��k�A�~ow��S	�G׾
�J����؍NvKơ$zx^��R�d��C��U�EBu��4u�c��/ZM��ջ%V�I��x*�t�P��g�6���-�pt��mhg1m��E'1�?$o'�G���Ǯ����J�D�Z�7���K��M�Zq����*�\
r���e�ܚ��+�g�fG��૪�1���%~���Y�t7[՗5�;{2��y<l��39�@��`�ޜ�Tpg~n�T�L;j.�k��_�mc�c��v@�>�$����K᪊��0F^�i��#�N3�������O����D��Z9ه�4��i���;z~�0ă��l�pt{>�ϧ��@D�?3٨����1�O�8)!r�Bpm��@
A� �!`5��IT7Ϲ.��$
S����Bq@�݂��a'p��Qo993��\$^3(�nR�O���v�m"*̷*�p6Qb@sp��2�Ym�9�Q$�O�$P��e�%��J7/-�0T{˷FU�-KKU���_���x�`P�8���&J�5Q���+ɽ�ՅE�/Bo0�Y�4��~�'��J��>X]�V���m������0a�"Ÿ�C���jC�{t<s�0�z���/8du�Oq�]�>cK��q�q�m���*���m
(:th0�`��R�1:��hm7j�f��v�y�s��
��ƁIbg�Ϭj8��^��nz:_�qzk]6C��ܼ�o���l��Nsʠ��e��d�M�Y|3ҏ[w].��m}0B=ό�������k�f�}NW���iS��i��3&5�u�I���n�0��u�1�6O	}I��BC��O�5������
��ZdaxWzOr��J�}��D9�>c����ݩ?����YL�7:7n̳`�F�d�5]R��>B�W}a�������ե��1��s���J9��v�0������|cm�Q\ Nt���x�1�b��cq�By�_�.hX�@��$\/B
!m{�5��K�*�7���.y>$H���7�¬b�z��`W-[��s+�5MYh�M�h�`�b+�:�*e�%��V��]s�J&�ւVÛ�����hYբ]�
EK�
U�"�P*�`Z�b��È=�%�ؕz`p���Բ~fۯF��7.�.e���te��!D���b<!�H�����
���-���y�]�=(���aKa�Y��e�Y�C���
7ow1^�n��z�*�#���he�h�Ų��$���D���jK�I�ɣtt!ka����<�]�N��[κOg��aV�/H�x#B��A��E��/��1gC7�ȼ��E8/�ESga5g�n.5��Zbb���
��.*P�#�]��zK���{.��dm�ԍ�QĶ��je�2�+�j6��WSƉ�M:`�&z��lb�l�Z� h2�.Y���/E��T5ZW��}S�J7���l�-��QB�A
)Y�inx��hU?|<Rh���;>�Y�x�%$=�y0�D�5����4��:�`~��9��Yt�n�M�~�./�\#��*,V�jF��44'2>�'�)���O�7�ψ�_k6#�h��2lZ ��L ���o~����> ���tS%M��G���Vn��ݏ�5�.0�ċEA(�DMh'Pm��K�Mد�&>NtR�.��h	�Wc8>��'��й��!j$:��
�
ݘ��
1�p0����`d�:#��F�//Q����!A<���~��z�be��q0W�����]ط��}1�
V!/lp*���
9�˖��B���sc�?�lR�B��B�U�v1(�?-�� h�M�s�Tt4ι������д��Y��e~nb�ف	�ð8��]��ढ�"�4���\KҜ/c�pU]�
�7@hZ���=�2?7��e?dհ/�)@e��"��Q��$�874�e6��pz�
���i����&}�*�P�cDb+Y������_}����fC
m�R��W��ܒ�;�%9OD�3m[iS����D��ĸ��M�MKO"0��r
s5"@�y`晆~��������&�7�C�Z*��v��C��ȥ�7����,Em��@<b\P	"�c�
�~��%�0IөJ��1j�E^ou#�K̞]�3z�o�5���nt��u��+�:�Y�Z--�u�
��4M6�JE����_9;�׿a��n��&�<����c�Vꢕ�'�����{�il#	���a�v܌�L��Z�)��NP{�gl]�4zg;.��t�w���{�$= P��u�w�[v](�?�^E1i�]@�4ݾ���2�=$I�1g�����x���p��=OC=�j� �08>�p��*�Љ5�듰��@j*&/��<�]Iܶ2���d�j��t�KN|�*.��f���)Ҭ�}����4B���6�j�t�A��H�S�,�=&�,��H�W�%���I��ΫC�'b����N�3^�"���U$Ƥ�"�be�k��Z�����9���t͗
�B�ѡ�D����t���~��)�z��U�9�-ER|�h#B1p�x�_��xr:�z?Ό����.����pd)�'��a�H|�Ю�P���$Qqh�ц�X��V�Dz�1��/<�'3�-0�����
�@�'ܥ
L�2b���rj|���b�~5�k��o��j��u�/K����N��x�PG�|�ԧǛ���ú(�?�`9v�Q��7�)A��	�;RՑ\��\����)�7�����
�͉��6D1b�GD��D�a�Ϻ�hm(l[��;:��w?�猲�|H�3�.��
�Mc=d�?�OA��I�e�,�<hDqL?��;��F�g�P\����2u����0'��޵�$��D�*$�:0�w,�M��`(zQ�x��<S{7lOg�&����rt�)(J�T*V�e4kl)�Ac�9��J"��%�#tÁ8�!?���^Mo�LQ�|�i~��|�ʪᏞB����ßG����#���Cpn���I���(L0$Ek�;�
W�� �~�����x�{&� e��z	[O�G	�����m��>�/��
��Џe��l�4s��6�˱ng�cwð����W�rG�֔�]�t��ު�i6�C�KS��Nl�^v��϶_�w߇^=���fݏ���,�'�]i�^q,V��d�Q�S�C��*�����*����~#z-��۩n����K���f������=�p~�M���G���bJ���_Ǚ�8�dƲ$k����������q�䚗�]�s��J\���uM�2ut,]E�-
��%�޸G\���2-��}5�^�#.��]�o=�\�w$	��~F�����	�v��2wm�opy]�q�3c���|�!�*+��V����^I0��m6UQ}���x:<V�u@�ԑfS��e��=�9��z'�1lm�E_/��G�t-z�.�~-"�^ڭZ�B(��ç�B�D�H4��-���Oe`1)7�z�)����p͍f\	&\��טu�bZ�.%�>P~5�C=^SE��E'��ٯh�=@�+�Eq�%?�F�e�P�Flp��èHB�����eJ' �r�����6E�{2�Չk�T���Zշ0v�����25_~CR�i8��1�
�31�>ɷ�Ą	py	Y��]'jP���M	��l��=)�e���&ML�_jW1�\[�6
���9I�-� �n�-Eɇ'^Ɇ=|R�J��ϲ 3#9uR��z�fؙU�& Ӽ�3`��Fu��Y���9#����sJ��g>��ٕ*	,��Jn�KwJ���kOA��Y���M>��IM�W�o,c��"�f��~qR����w��]FD��q+��"m�W����=㠟��,��s�4�_���2tf����!�ZT��~��u���9�Ս��b­�',XÚ'�j�B���łm����[��W����;�'�p�ak�����˱����p���	��|���}�U���%Uơ$jk�7{Iq�,N�����`�G���ǣG�I卵����af�k�,o������%q�#;��xH~_3|��]ٷ�
c��q��m��bX�ĴPi��W%?8��ǚrϓ�\��p���wc�O�)/��DL�iʽ��߹�5u�|�E���8S��)���h�Xg�:�@�?����� ���7�7g� �"�1�avi;7}*?�eʽNO|?q��;v*���L��*�OU���ttA��LQ��H}8��]?��Ub@���Rks/؆=O>�K#��_/�F���sڎ�z�.�\��*HN괡��O��$��}�|�X0�)8�P�)i�C��i�ā����~&��s���)�RjL~ļ��g�g|����q����iJ>��MD�&Q��L7��34?Z��e�m�.��Hz���1prc���%�����K�D5n����0A-o;�e��Ex$j��W�6��0ә�d����X?��U)cf�quNÅn�vB�u�)��Q�����'VӨr��A�u��w><����a�X���N��⊢(���t:�HT����S՘bot�j�j5^\��Ut�DU[Ce�}D�J��*R�N����aDG�]�3$'�=]%#���֖�:���}�h�JT�_�ށ���2y���y���o������Ֆ��|i^�q��T����q��5}<���)���4��#��V&h��g�x�ڪm��O�d���a0����(3�q[3t:W3�hFoRŸ��.��4�ŏh�7��u<��!�nc��،���tܲ�K��˩��Ȫ�	e�w�������fd��W�Q{�e�ז]4���V��|�a�� ��'���磝��ƽ��aJ~[I�Ĕ�}Yg%6���u*S�$�d�ކ%���Y�%{}�+�p)g���j��-�,5&�3
ʒ�� ���h�-ϻ	��lyyy��c���u��r��r�E�P�qn��g˳�}ԜY�tX{�ܰ˶�~�86T(�U]�KY��̂�ƃ��ez�+e��	�����Mb�Uv
X)��EE�<�+Z2��ү�r�깅ռ9;/��P^���I���J�W�+)�{�/��@�6������/�,�@8���;7���f��������0d� ��M�]��;�4A�p�!�s@^�GB�*(pBA���8N��N(rB�*(��	�$�8
%Q(m���%���#P1*bPY�a�j��0Ը���V��Sa�z��0~*LH��09SG´v��3�0�
��`���
ggE��
g��w��8�~���O��pQz�7U�9.I��>�t\�py\��8Wv���
��mpM��ລp}��`��`���
nt�M#�htAcn�[���m�����w����������� &B ����p��J���(���$�V����;�i"�����!x���A��I�K3<��G`Y���-�ꁇ�H��������4<郧�]�Lt���.��T�t�s��|����(�MB�zx1��&���b��KA�W�\1l�`�x�	�Fx5��.'t���[������]Г�����Gq����'��i�%`�;�!U�5�n`��7�"��z���#�E7|y��P{!�t����p�����8����w-|�o=��Tȸ�{/��?���	�)�y=�)�L�<hpe�!{ew�!i�E�1�׌�c��
u��m�h��EV?*���*M����܅�P�UgP�9{��*4��
�1]h���q�h�64�Mv�)i4͇f�!W�D���3{P]�N�_�#w:ۇ�iG�:׏��B���Ѕs�EnԐ@�^�.N �]A�F�eO����(�u���;��]7]?ݐAs�h^��
��A7��M>��G7�D�ԣ[Q��Z`G:Qs;�=��p��zt�t�z�ȍ���	�$��Atw3������ѽ�|(T�B��~7��=�
=��A���!�-��eh��V8Qk#zxz����G#�q=�=5=݅V��g��*�l
�=�"9��م����#hU��@k\hm��C�!��H�B+z!�^��#�N��m���s���Ԃ6����R��@/'P̋6;��4��B��ToD�F�k�kQ��C]n�/zcz�uס�hK�eGo���a�Nzgzׇ��P�X�}�F&��D}t��m�����~�lE/D���O2���im�����v;ھmϠ~�c�9��TJ�����g=hW�^���-ho��}�h�D�?�z��^��H�E}�D��`:�E�=���nB_���k��:r>:�:ڌ�աcO��:���G'���it*���A�t�o2���Ώ2��{�0�X�~L��9�'�Oh��~.C?g0�1Z�1i�m"fP38���`�`�-�l3ąҋqX��karӘ|'� �)8���1E���
c�m���d����Sއ�b*R��=���ځ��`�[1�	L�S�SsS;Sۉq6b��0�Z1���HbFF0�|��N��fLfl3�N�7f�̤���1S�0S0�&b����>3�f�R�ˉq�03m���b��:��N)�;�=>ed�'¨^�K�'P�~T%j05�G�O�&9�i:j�%����
��C�,��)�U��=��KG�OD�F�Y5�����WP�u�e�2�Ze�VQ�/Q��(���D�6�ږ�G�x��E�b��1�>��u��:.D�b�S�C��P�('��Q�S�{.�1�(F=sQ�B�;���Q�8�
��WР48�/D�Kѐ>hh
��h������A4"�\�F~�F�C��hL�)A�2�\4����&���CД4�MK��EhF�Y��F�hv���Fм,4?��Ђ"�0���A��
Z�.ZE�A��ъ�h��j$Z����܉�u�ՙh�D�>�߁6�ACh�:���%mMG[���$�G#��J�@��hۗ��i(	Jf����ю�s)���n�
@{��@zc"z� :T��)t��Ao�����b�Nz7�E�/DD����h]�����@�A�d�O��Y6:B�.���D���_�SK��:Fg�����0��:�@�c���tq�t�T�.�E���+Qttu!�G����f#t+�ng�/B��
�S�tT���݄���?�~h�~������A��1Tz�R�~���S��X�����ov�;3�#�]1|�
��L��/���8���)��"�ǃ�O	��w�����{K�}���0�� ~�~`$~�~0���J��O�G��#)��B\&���e�p�(.����
q��R���+�p�8\�7�?�ď��cK�_��U�*7pՕ�ZWۄ�g��F�؏k�q��5׮�#�_���2��'��0N��ل�u����y����^?�	gV��Wp�4\�77�wčp��t.��O�S�/�~v,~.���cA�����A�"�[\�-�UKܪ�N�6���2��X�b�p|%n�nw�_�;���ŝ��Tܥ
��%�:w��߇��p��+�{Gq�lܷ#�W�ߏ�W�!<x���axx����KS�~y.��GE��<�[��-��g�	xb&�Ɠ���xJG<����g&�����$���[���3��0^��Rx��$�����xy>^�+SxU.^����k���~%��kK�x�H�!�7�7.śJ��R����y)�Z�3
���6�_�p2������x{o/�;��yxg>ޕ�w��c��B�/�o����7���$~���G��>�V����~�~/�w�?��?(�G�h���'Y��t�Y��a|� >���S|z>������\\�?/����b_j�/��/��5���ķ���X���"��7�_o�%)�]����~�c�9�K��/���l̇�G�a--F_�AY�Ycw�8�0n��{1����&&z���a�n�4+��b� &k���b�V��
���za�n�&�ib�_1}"�Œ1S3/�,1�̶�W��w1�I̹
s
�ܛ0o�^�|�b�EX`\���b��Xd͊�~��?`�^Xr����a��X�.�a�(��+v�J9�rY���Vê�y/��,~9�z�_O�o�b�_�&X��>���a��� -6�`�06z�MCج�a�U�j�����6��]"l�;�Žo��^��Ş����;����C8p��C�������~8r�:��#8&
��q�p|-�P'�I�pr'�©{q�A���%q�Y�g�9�p�8�.n�E�p�A\2
��q� \�W'�uUq}I�P7�����q�Mܺ����EqgY�'�J��N�pOQ���ăa<4
�#0�	���R�U�ZxT<.��'��Dx:�Y�g��|/<ċ7�rE��	�N�k�zJ�~oF�mx{�-����}�~ć��qE|��V�gW�"��/ŗ��uA|�ߤ�7�m;|�����cN��Ow�(�-����N¿J��)�j�o'�o����A��ѣ���1~ �!��� v� �$����^$��� >��$8J�pA�0A�jI2$�H�4B�F�,� EY�'	����$r�r�9u9�
9s9;��cHn����D��!���8R����H�e��;Ry�5"�(RU�T�"5W��WH�1�!@� M�Hsi���đ���ioE:z�#��_pp8�]�*�(L	ɑ9��U4�*i�G�j���^�vP���?�MdI����[Nt;Py��#���D����ڝ�lt��i��G�P���󑝸�����y��r�ώ���e��:Y�uZ�`c-�Q^�*�V%���Ƭ�z��7�U]Y�u��UFk5cּte�[�V����-�י�3�jh�v�UMu5U�u�deos��kV�n�[]�lm6�b�o_�)��o|{�����֕��:zLp!�--[U�*U�O
i�|�"�&I1!�u� �<L`�`M��)>�����QX�5V��,���,����ף�'�~l5s��i*�ǥ74�:���K�YH�7�@5.�@~��QC�ԡ(�j~sK��qij߿�e,���fbĘ8��cI|W��֟��q��g���K��i�@���jV����U�x��� �/PK�
�[MO���'�'8assets/library/font-awesome/fonts/fa-v4compatibility.ttfnu�[���
� OS/2OwP�(`cmap"��$glyf ���head&�'=�6hhea
h�$hmtxH���loca�@��@Pmaxp0~ name�^� �}post���V%�^�_<�����������������H''|��LfGLf��AWSM��A�z����@9� ��@ @@���7����@@'@@@'@@��> �A�G�f�~������������������#�>�I�L�V�^�a�c�x����z���A�G�e�}�����������������
�#�>�H�L�V�^�`�c�u����z�������}{zq`_\?:-&	����������,
�>��4~��~�L��n�,�VX��2���	B	�
:
�pJx��
J
�
������ $!"3!27654'&#'7'3#7`��				@				 ZZ�Z�Z&ZZ&Z�Z�		�@				�		z��L��:��:������'67167167&'&'327&'&767�''66RR66''

$$$$3!87;;-R6666R-;;78!s    ���I&#1"3#5&'&76753#32?6'&'#53?654/&#53676/


@	 `@		@` 	@


@ `@		@` 	@�		@` 	@


@ `@		@` 	@


@ `@���+3//&?'&767#&'567676X�'W W'��'W W'
��'W W'��'W W'���+6#&'567673//&?'&767� W'
�'W���'W W'� W'�'W���'W W'���"&#"3#32?6'&'#53676/�

h
88
h

h
88
h�p
�
pp
�
p?@"%654/&#5&'&76753?�p
�
pp
�
p�

h
88
h

h
88
h���/BVi21!2#!&'&'476321#"'&=47637#"'&=4763221#"'&=47637#"'&=47632 		�				�p"		�								�								@								�								�		��				"P		�		@				@		@�				�				 		`				`		`�				�				���F#"'&=#"'&=476;547632'#";2+&'&'676732#z{{


�				�


�@				@				@))@				V{{


>		@		>



		�						))				���F32?76754'&+1!676754'&#"!&'67327654'&+`	*�		


�)		���""@"				��p				p�)�


		�*	�		 "��""p				p@				���F#"'&=#"'&=476;547632327654'&+"'&5476;#"'&54763�{{


�				�


�@				@				@))@				V{{


>		@		>


��								)�)				��)�%7#5476735"'&#"#335Y(7! QQd�]<O  =F]�����;Ic776?6?6754/&+"/&'&?676/&?6/"#&'65!67167632#"'&'&':	
:		+"

G55��0!"<=CC=<"!!"<=CC=<"!�	('	
	((@?8-

2F::$""$::FF::$""$::F�5#53%1!67675&'&'!!5!%1!67675&'&'!����p

�

�`���p

�

�`   `
@

@
��  @
@

@
 ����@#?'&3676/73675&'&'77675&'#'76'&'Ȑ(OO(�(OO(�(OO(�(OO(��(OO(�(OO(�(OO(�(OO(�� �.3Le32?654/&#"1327654/&#"	'732?654/&#"32?654/&#"�&&&&�#}#���ii�#8998`8998�&&&&��#}#��8ii"9988�9988@�#+3Mc1!6767&'&'!#5'5367167#7&'1&'347167632#"'&'&57#;67&'#5&'#@��@@@@@�@@@��L����@�@�@�@@00D���+EWi{767167632#"'&'&'%4'1&#"3276567167&'76'&"1"14'1&#"32765271654'&#"3%4'1&#"32765!"<=CC=<"!!"<=CC=<"! 								 @@P								P								`								�F::$""$::FF::$""$::F�								����								�								 								���6!5676'&'5!"'&5476321#!/&54?6! @`		`��				�				��`		`@`@	`


`@				�				@	`


	`@����',67167!!&'&'4'1&#"32765!!@��								���@������								���@��p�',671673#&'&'4'1&#"32765#3���								P��������								���@7��H�+&'?76/76'&/'&#VD�
o
��
o
�D5
vVi�

�
n�		II		�n
���2lU	x8����06716727676'&'&'#!67675&'&'#5�"

"",=)(@�0"

%()=0��0��_�%6/&#"3+";67675367^
�

�
X		P				P6%$X��
�				 		$%6�
��_�%%#"/&767354'&+"'&=476;3^
�

�
X		P				P6%$Xq���				 		$%6�����/1!&'&'6767!5&'#32?367���@@�!B$B!	���@��	!B$B!��@�H4716;2+32+/&76732767#"'&5476;&'&+"'&5		@�				8#				$
!!.�

�P	�				�	@		�										,g

�

				

		'���"B^b#"/&76764763276764716;32+&'&?#"'&5'&/#'&'&?673'�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(

`
		$.				��$		

`�		I				I		��  ��((��@�"5H[n#"/&767647632767632+"'&5476332+"'&5476332+"'&5476332+"'&54763�

X		
 				 

		X� 				 				`				`				�				�				�				�				

`
		$.				��$		

`�								�								�								�								��@�"6J^r#"/&7676476327676"'1&5476;2+5"'1&5476;2+5"'1&5476;2+5"'1&5476;2+�

X		
 				 

		X�				 				 				`				`				�				�				�				�

`
		$.				��$		

`
								�								�								�								'���"GYr2?6'&'&4'&#"'&'&3%&?#";27654'&+54/61'&'&76776?65&'&'�
X		
 				 

		X
#0

				00				
!



	1%% 
`
		$.				��$		

`
�	

4								`
�

q	
	B$%%	��@�732?6'&'#4'&+"#�

�H		@		Hq�� 				����?�6/&#"3;2765367>
�

�
H		@		H��
��				 
 _7/&54?6!2#!���
 				��
"
�

�
H		@		H _%?654/&!"3!O����				 "
�

�
H		@		H����O2176763676756763#"'&='&'&76?5'&'&76?54763`		w

�w

�@4$$
	
	66N`		

)

)		�		#"

'"

'�""5
		
N33		�



6		����'2=H67332#!"'&5476;7!!&'&'675&'3675&'3675&'�	x	`				��				`g��```�								n��@@����������"7#3'+7%3'#"'&?6;2�WX��H�92�������I8���
p�p
x]]MM}��0MM(��

����/ASe%67167167&'&'&'#09367673'21#"'&5476;21#"'&54763471632#"'&5H9:"""":9HH9:""/
,&#08�								�								`								//::////:E4%

�																 								�%��+%�2t"�
,H�	4q	J�	�	V_	J�	d
	D�	
X�	.A	:%	�Font Awesome v4 CompatibilityFont Awesome v4 Compatibility Regular-6.4.2The web's most popular icon set and toolkit.Version 772.01953125 (Font Awesome version: 6.4.2)Copyright (c) Font AwesomeRegularFont Awesome v4 Compatibility RegularFontAwesomev4Compatibility-Regularhttps://fontawesome.comFont Awesome v4 CompatibilityFont Awesome v4 Compatibility Regular-6.4.2The web's most popular icon set and toolkit.Version 772.01953125 (Font Awesome version: 6.4.2)Copyright (c) Font AwesomeRegularFont Awesome v4 Compatibility RegularFontAwesomev4Compatibility-Regularhttps://fontawesome.com��'	

 !"#$%&'location-dotup-down-left-right"up-right-and-down-left-from-center down-left-and-up-right-to-centerup-down
left-rightchart-columnright-from-bracketup-right-from-squareright-to-bracket
facebook-fearth-americas
bars-progressmaximizewand-magic-sparklesmoney-bill-1
gauge-high
right-lefttablet-screen-buttonmobile-screen-buttonstar-half-strokeunlockturn-up	turn-downsquare-up-rightindian-rupee-signarrow-down-z-aarrow-down-short-widearrow-down-wide-shortarrow-down-9-1	down-longup-long	left-long
right-longturkish-lira-sign	trash-cangemcomment-dotsPK�
�[>V�Wt�t�4assets/library/font-awesome/fonts/fa-regular-400.ttfnu�[���
� OS/2_W^Y(`cmapJ�����glyf�<��hhead&�'=�6hheaB�$hmtx���Ploca�y�JX�maxp�% namen@�C�lpost9;��t	����h_<��������������������#
��LfGLf��AWSM�!������@9� �@�@���@@@�@@@@@���@�@��@@��@@@@ ���@�@@���@����@�@��@��@�@�@���������@���@�����������������@@ ����� @�    �@�� @�@��@�@@��@� ��7$4$
4��!%+9Zabcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�Y�\�]�g�i�n�p�s�u�|���������������������������������������#�(�*�3�D�F�G�J�N�R�U�\�e�������������������������
�I�J�M�P�R�[�]�t�x�z�{�������������������������������(�[�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�z����������������!#*0<abcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�W�\�]�g�i�n�p�s�u�{���������������������������������������#�(�*�3�D�F�G�J�M�P�U�[�d������������������������
�G�J�M�P�R�T�]�q�x�y�{������������������������������(�X�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�y����������������������3.-
�����������������qha]XF@?)
����������s740/.
�
�
�
�
�
�
�
�
�
z
K
��plkjihT�]M<8/(��������������������������"* �������6::.00��������`dbNL�R�����������jj��D^FZ>B^fF,,(��4�d`(
"�B�jl������..(  !"#$%&'()*+,-./23478;<=ABCEFHLPQTUVWY[]^_`efghijmxy{|�����������������������������LE!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/��|���#(#([#�#��#�#�j%�%�P%�%�W%�%�P%�%�P&&i&&_&&L&9&9Y&Z&Z�&[&[�&\&\�&]&]�&^&^�&_&_�&e&e2&�&�W&�&�W&�&�y''_'	'	Q''�''�'1'1'D'D�'F'F�'S'S'T'T'U'U'W'W'd'd2'�'�++�++�+$+$W+P+P3��0��1��Q��2��3��4�����e��5��������]�"�"6�$�$7�.�.8�>�>9�D�D:�E�E`�F�F_�W�Y;�\�\;�]�]<�g�g�i�i�n�n>�p�p?�s�s@�u�uA�{�|B��D��E��g��h��F��2��G��P��8��H��I��T��J����N����O����Q����A����E����R����T��f��m��U��V��W��W��B��C��X��[��7�#�#F�(�(�*�*�3�3\�D�D]�F�F^�G�G^�J�J_�M�N`�P�Rb�U�U�[�\e�d�eg��i��������k��V��m���n����w����x����x����W����y����z��{��{��|���
�
}�G�I~�J�J��M�M��P�P��R�R��T�[��]�]��q�t��x�x��y�z��{�{���H������������������=��������������������������4���������������������������������(�(��X�[�������������%�%��:�:��?�?��A�A��C�C��E�E��G�G��\�\��}�}U��������������,�,�1�1�6�6�A�A�V�V��g�g��y�z������������������������������������������j�K�KG����m����U����7�A�A>�M�Mg�N�Nh�d�d4�����2��2��2��2��S�������H��O��B����C����e����\����\���������z��T��{��8��l�4�4W�5�5W�S�S5����Q���������2����O����I����f����r����B����C����e����f��������������A����E���������������������������	�	��
�
��
�
���Z������������������� � ��"�"��&�&��+�+��,�,��-�-��.�.��3�3��6�6��B�BX�D�D�����W����W����W����W����W������������������������������������
�
2��2����#�#��)�)�����2����aBr�R��Bn��,v��V���j�p��,Z��4b���	0	l	�


�
�
�
Bp��V�

�
���*�~�|8�b�l�v�V�(��Pj�
Z�h�b� X �!�"�"�#F#�#�$�%$%x%�& &b&�'l((�)F)�**�+B+�,,�,�-�..n.�/z/�0`11t1�2�3 4T4�4�5N5�6P77�88�9�:\:�;L;�<<~<�==�=�>�?d?�@T@�AjA�BZB�B�CC�DPD�E6E�FF�GGDG�H2H�I<I�J6J�KLKnL(L�M�N4OO�P`P�Q�RvSvT,T�U�V�W�XrY8ZZ�[�\�]�^�_```�a a�b�cJd*dtee�����%?'3'77#7!67167!!&'&'0ss�ss�ssV�ss��
 

��
����*��ЦL�Ц�

�`

���@�
&'67271654'&#"38								��� �X								����493763#3#'&?#'&?#&'6737#&'6737637#�oGQNWoHQNXoo�KUK�UKUK�U�����0�W&'"#3'&'&'&122367567676'&'&'&'#&'&'&76767676'&'5�$!	
4
!63

4
*�0*
	


	21
5
		1xx
$6'&7&'&767&'&767q��@��O��@����$76/&'5'&?'&76567��
��

��
��

���Q

TT

Q��Q

TT

Q�����&'#3675367&'#5�����x������@�'67167&'&'57167675&'&'--DD----DD--�0  00  0D----D�D----D�p 0�0  0�0 ���4'&?#;67&'#�
h	DPhhP�@

)��x��@�$'&?6733!&'&?67&'&'#�*$$+><(',�����'p$#+'(<=*��('��@�067!3#"'&/&7636767&'&'#&'&?#&'�(8%&&%8[![$$d����&%88%&$$�����6'&;675367&'#5&'#7�	�
�((�}}	��hh�����@�.673#3#"'&/&7636767&'&'#"'&? ���8%&&%8__$$� ��&%88%&$$	���@�)%&'1&'6767'63&'&'6?6 02  00 ~D----DD--)�I�0 #'0  0�--DD----D@,�Z��@�67!2'&7#&'�

����p	
l��@�<X&'1&'#367674'&'673#&'&'6767301013010150901#0101&'&'676730##5(5##)##5H5##)|  H  ((  (  $5####5:$"5####5"$:|    0    ��@�)16?65&'&'#&'&'6767'&?0 02  00 ~D----DD--)�I0 #'0  0�--DD----D@,�Z
'%&'47%6~��%��
Ps����P�0
!67&'!!67&'!(p��p��0��
7%674'%&%��P
��s������0�+=6716736754?676=&'&'#67271654'&#"3@" "4#5%$6 6%$`								 ""&"*
"6%$$%6��								���ER1&'&'&'676767&'&'&'6767673276=&'&'&'&767X;;;;XH9:"""":9HH9:""'1#63""""3, 


;;XH#$$##$$#�;;XX;;"":9HH9:"""":9H'%%""33""
P

X;;�))))���&'?376'#7��
"�"
�F�\\��p
QQ
�������@�)91367674'&'67&'&'##5673;#&'58�5##$##5lltl  tt  ����##5%#65##Ȑ  0  �����'&#1"3276'&'&'&767676'X6EE6226EE6,8888,,,,8888,<446FF644++-9999,,,����(36767&'&'#671673#&'&'8hK1221Kh8h?2332?hp��21KK1232??23P��@�#1367&'#&'5367&'#567367&'#8�������������@�1675367&'#567367&'#8�������������/16767#&'6732&'&'&'676767'&'�K1221KD00
��	>>Z?2332?X=
0Ep21KK12+*BY9:32??237
,����%67=&'!5&'675!P�� ������p���@�3#!67&'#367&'+pppp�����`��@�&'&'567676767(--DD-- 00 ���D----D((0  0��@�&'675776/76'&50P�
������vP�ڗ�� ��@�3#&'678����������66&'#"/&'67
��
�

�����p@�������667'&'67&�����N�p^�������3"132767654'&'&#1#"'&'&'6767632�0((((00((((0�45;;5445;;54p)*..*))*..*)�=3333==3333=��@�
#3#56736767&'&'#6758p,,xxA*++*App,,��+*AA*+�x����47167'&7667&'&'&'&'&'676767/021K6+[
[*21KK1208H?2332??23:6
6�K12k
k0DK1221K�'32??2332?Z>A
@��@�+1675376/6767&'&'##5673#8nwe.'&:�x��%%������$$1:&'�%%��@�Y201'1&'&'"1&'&767676'&'&'"'01&'&'&'&7'676'&'&'7&[$#;96G	>&$#:

96G
>&e!
	
$=		!

	$=	����367367&'+�������x����6767567&'&'567()==)(66RR66��=)(()=��R6666R����66&'&7
��
�����[
�p�
��@�6676&'"'&7
wccw
�aa����J��K
�pC���
����6'&'&?76/7z
��
��
��
��y
��
��
��
�����&67576'&'+��������������67!!!&'&7!&'P
����
/���
��
i���51;!567327!!&'57'&+!6767&'&'#"'���`�""+�����+���@ `""+p���+������%?'3'77#7!67167!!&'&'0ss�ss�ssV�ss��
 

��
����*��ЦL�Ц�

�`

����$T/&'567676676701016#"'0'101'0101&'&7675&'&'&0101001#"'��/! 5>22>5 !/�


# �� #

�-A6('#	
#
((6A-�C%,��,%��(�3/'&?'&76?6776'&?'&/ D�
o
��
o
�D5
vVji	Vv
5�
�
n�
II		�n
�
OlU	x88x	Ul����&1E&'&767#47167632#"'&'&5!&'&'#671673#!"'&50'((''(('�""""/^#$2\2#$123K\K32	
�|
	@----####��11K3223K
		
���3B%1#"'&'&54767632!13276767&'&'&#"776/5&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�`U�9////99////9F::$""$::FF::$""$::F��
@9{��@�"4?JUgy!67&'!67167!!&'&'471632#"'&53673#&'673#&'673#&/"'1&547632#471632#"'&5@��@@��@`								h������H								 								p��@��@@								``@								@								����#3&'67576?67&'&#"'&5767'&50P@;EI"
	$&&#7;Ua)'*--+53KPE�(��1Xd"
		N
�	$�����6716776!5!/'&'
���� 


��
�
0�w\		\�0
�Hnn����,9/&#"'&#"167!%1!6767&'&'!676'&'��SP������Pp���		l+

p@0��@�����(R'76776??6?654/&#"1!67675&'#!"'&5476;67&'#�.�.�:��


d
���%%%��pp�.ņ.�:��d
	
�'%��%%pp���3L21#"'&'&547676367167654'&'&'?76/76'&'&9////99////9F::$""$::FF::$""$::FQ////////�117711117711�0!"<=CC=<"!!"<=CC=<"!Q////////���3B21#"'&'&547676367167654'&'&'6'&'&?9////99////9F::$""$::FF::$""$::Fqo/@��117711117711�0!"<=CC=<"!!"<=CC=<"!/o/@����3Vh%4'1&'&#"3276765!67167632#"'&'&'76716;&'54?65&'#"'&75471632#"'&5�117711117711�0!"<=CC=<"!!"<=CC=<"!�: ,:
6								�9////99////9F::$""$::FF::$""$::F[

$
		�								��@�!Ge167676767&'&'&'&'67167&'&'&'&'&7676767167&'&'"10#"'10521#"'&'&5476763 1((((11((((1�$00==00$##$00==00$##�"""####p!""!####!""!####!�"""�""""����6Dao&76/67676'&'&'&'&''67'65&'&'''654'23&'&'&'&'67'67/127'&/'Pi#$00=3+*!p�6L1((
6$%61#.�R"	&.1((
&"$#00=H6*�$%68%8��0R ##!"Xv)* 6%$$�@
"
�$.$##!"!�6%$,	!,
����&+05:?FKRW&'#!6767=&'&'#5&'#53#53#5;#5;#57#53#53##53##&'537#53�(@(�hPPPP�``�PPPPP@P�``�@P�``�(0�0(((�88h@@@@@@088�(8888(�88���O7636767&'&'676767&'676767"'0#0##01"1#"'&767670101|(0_8888__88$
	g/"":9HH9:"""":9H80#9/0>>0//0>1(
)%4E:////:://


���,67167323!&'&'7!67&'#"/&+�+���@��-
�`+�@��-��@�136?6'&'!6732335&'&'#"/&+3!�0
p
�p
Dv!/u0uu( �u   �����(3!!&'&'67673#&'3#&'67!!&'67��`h���������`hH`����9s76'&56767"'&6767'676736767&'&'27676'&'&'4'67&'&'&'&'&#&'&'X!++II++++IX-B9X;;;;XX;;�9B
-87UB'&!/##21>�"+2&&&&22&&�@.21KK1221K��
.@I11%%/+"-��8�'&?'&76?67%�
o
�D	
vV]��O		�n
�;U	x2
����0Zl"'&327676767676'&767654'&#51'&#&'&'476'&7676767631'&767676p,..'&		,..'&		"--;:;
"-.::;
y(&'3p&'..,		&'..,		0"
;:;--"
;::.-�(3'&��@�'2=!567!!&'5!%1!6767&'&'!367&'#3367&'#� ��@�0��@800�ppp  ������@�����09B63!25&'!!675&'!#56767!!&'&'567&'7&'67@������0���xp���``��``0�
4`lw�#;67&'4'1&#0101#&567&547&=6767='09013#+&'&'56767367&'+37;67&'##;67&'#�� ��		3""$ �R"@G0//0G@0@  (0@		""30(
((((P(

/0G0G0/���@�
4`lw�3+&'67471630101365&'654'6=&'&'=70901#3;67675&'&'#&'67;#'+&'6733+&'673@� ��		3""$ �R"@G0//0G@0@  (0@		""30(
((((P(

/0G0G0/���@����
4`lw�6;=&'"1010136767#&'#"'+&'67367&'+09016756767636363#&'&'5%&'675'2=&'367=&'@		""30(
((((P(

/0G0G0/P�@�� ��		3""$ �R"@G0//0G@0@  (0����
4`lw�75;&'7"'1&50101567673&#&#"&+3+'09016767536736736767=&'&'#&'=6727&'537567&'5@		""30(
((((P(

/0G0G0/P�@� ��		3""$ �R"@G0//0G@0@  (0����!?%#&'6733676754/&+1367675##&'6735#���D��D���0�  pD�0�D��  0����-2?!6754'7!&'&'676732'&1#&'5#735#676'&'0@"���J"J�P��     `���"�@J"JdhPP�$$$$����"!&'67!%1!6767&'&'!���@��@��p��@0��@�
132?5&'!!675#"/67167!!&'&'@������$$�0���P��d��uuT����+4E\;676;&'&+&'&#"#35#&'673767&'&'673;#6716754/&+3P		=
>))``@p�		0��4��`		




��0(�h0		�0�4���p�<N[%67&'&'1#&'&'9&'&'67679#6767967'1&'6767&'1&'53)$%66%$1	21KK12	1i
""�"� )6%$$%6) 
 +9K1221K9+
 
y
"��""����$6A"1!676/&'5&'&'54'&#3!67567673+32765�		8#$+	�+$#8		,(��',@@@�		
)):!F7



7F!:))
		`,!J==J!,������%=�"1#93939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939393939!3136767&'&'#5&'&'#3#3#3#=!39#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9#9&'5367&'#5367&'#56?673#5&'&'##336753675&'#5&'#�XhX��X8888X�hX8888��@

@X��� �(0h���h0(8���@

@�����";!67&'!67167!!&'&'5#&'6735673#&'@@��@@���@@@@p��@��@�@@@@���3%4'1&'&#"3276765!67167632#"'&'&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�9////99////9F::$""$::FF::$""$::F���3M_q%4'1&'&#"3276765!67167632#"'&'&'167676&'&'&76'671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F>




n								 								���3L^p%4'1&'&#"3276765!67167632#"'&'&''&767632'&'&''671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

#",,"#			
				
		�				
				
�9////99////9F::$""$::FF::$""$::F�
%%


�								 								���3EWb%1#"'&'&5476763216767654'&'&'271654'&#"374'1&#"32765367&'#�117711117711�F::$""$::FF::$""$::FP				
				
�		
				
		����9////99////9!"<=CC=<"!!"<=CC=<"!�								 								x
@�"/<IVcp}����!67&'!67167!!&'&'3#&'567'673#&'573#&'567673#&'573#&'567673#&'573#&'567673#&'573#&'567673#&'573#&'567@��@@��@���H@@@@P���H`````````����&/&'#!6767=&'&'#5&'#5!!&'�(@(�h`���(0�0(((�����3C%4'1&'&#"3276765!67167632#"'&'&'76'&=47�117711117711�0!"<=CC=<"!!"<=CC=<"!�
��
�9////99////9F::$""$::FF::$""$::FmX

X�����"-!67&'!67167!!&'&'3#&'67@@��@@�����p��@��@�����"1!67&'!67167!!&'&'/&7676@@��@@��Q�@/op��@��@q�@/o��0�b�%=&'+&56767;67='3;2?654/&#"+;67&'1410#&'05&'&1&'&'&56767;%1!67675&'!&'67367&'#� .' 00 jj@			��



 D--	 ��P��@@� $0  __0		}|	

---D-	���@@P���3DV%4'1&'&#"3276765!67167632#"'&'&''&?6?6'4'1&#"32765�117711117711�0!"<=CC=<"!!"<=CC=<"!3�

8
�

8
								�9////99////9F::$""$::FF::$""$::FE8

�
8

�
E								����"2%67&'!!71!&'&'6767!'"/&7673#���@@��@�
h
�
h
@��@��@p

p����"2!67&'!67167!!&'&'2#&'&?63@@��@@���
h
�
h
p��@��@@p

p����"2&'!!67'1!&'&'6767!'&'5676���@��@@p

p`��@@��@�
h
�
h
����'67#"'&=#!6716732!&'&'@P		����Z� 		P���Z�������'2=&'673;!1!67674/&+367&'#367&'#@�		P�Z�8�����P		�����%Z�`���]s&1?6?6;#"/&;6767674'674'67&'&'#6?6'&'"1;276=4'&+D	
4
3	�	
	a>="a\��				@				@�9
8

	
	)
)  
		�		�				�		���]s'1&/&/&7676/&'&767367&'&'&765&'&'&765&'&765&'#"'&?6;2#%"'1&=476;2+D	
4
3	�	
	a>="a\��				@				@99
	

	)
) !
		]		�				�		���0Qkx&'&'&?76?676/76'&/7'&'&/76/76?727167654'&'&#"3'676'&'x
SRb
99
b
SS
b
99
bjAN-		-NAAN-		-NA@    �
99
bRS
b
99
b
SRbZ-NAAN-		-NAAN-		��p$$$$���R#&'&'676?167676767676'&"#"#01&'&'4767670367676'&'&#"#01"#01#�!))CJ21,>Y::32?H8K11
]4AK8921K4*)B>>[?23(	

21K)##
����"27!67&'!&'1&'6767!!74?6/&50@��@��@p

p @��@@���
h
�
h
���3M%4'1&'&#"3276765!67167632#"'&'&'%21#"'&'&5476763�117711117711�0!"<=CC=<"!!"<=CC=<"!







�9////99////9F::$""$::FF::$""$::F`







����-:GTa356767367&'!67167!!&'&'673#&'573#&'567673#&'573#&'567@P

P�@�X00�00�00�00���@

@����(0000�0000����!5=NWn3#&'&'676732#5#"'&=#73#&'=6767&'#373#&'567675&'#37673#3#&'=@  �Z0P		�p  ` 

  P0   0�Z��		P��p 0PP0P
@
��@`p 0@@����'D7673;!&'1!67674/&+&6?6?6'&'&''0�		P�Z�700�P		�����%Z��SS�TTTT����'@7673;!&'1!67674/&+&?76/76'&'0�		P�Z�[--%%--%%�P		�����%Z�99009900����';G&'673;!1!67674/&+67536767&'&'##532#@�		P�Z�H,  DD,,�P		�����%Z�h8   h8����'9R&'673;!1!67674/&+4'1&#"32765&#"'&#";276/@�		P�Z�`								E)		(	0 (H	H�P		�����%Z�								/<@		h����-8CWb&'6733673;!1!67674/&+367&'#367&'#67674/&'#3#&'67@0 0		P�Z�0      �P		�����%Zp@HXXX����':K!67#"'&=#6716732!&'&'/#&'5673767'&7654'&76@P		�@�Z��

$$
	V
		
 		P���Z���Ѐ
#0#
&&	

	����'I67#"'&=#!6716732!&'&'4716;2763"/+"'&=@P		����Z�P		`		--		`		 		P���Z����				h				`����'6E&'673;!1!67674/&+6'&76/?&?6/@�		P�Z�a00`00�P		�����%Z��00"00���
3>ITa%&'7327367&'76'&&''&?6776/654'7&#"'67&'677676'&'�6KK6PPD99D__D99D__D"P

P,,"PP6KK6�P,,P

#,,P

PD__D99D__D99"PP6KK6$P

P,,�P6KK6P1���"7132?7676'&%''7�
	
>|

@�@4V�{O��0�	:g	
J4�	��3�E�����*.28<@Zj%'"#"/&'&#&'7676/6732?3#367&'"'3?'67167654'&'&'&36?6/�YYL"*EE*"L��K�K�F::$""$::FF::$""$::F0
<
0WWW&/0S"::"S0/&9�	��	��!"<=CC=<"!!"<=CC=<"!F		#88#���,9DOZe!67&'!&'1&'67676767!!673#&'573#&'673#&'673#&'673#&'67�,��`��h``�    �����p��
0�p(��0��XPPPPP����!1@K&76/6/&'5&'&'54'&#"'6716;''#67'!+32765'PX+$#8				D$��
,�=� /+@@��0E7F!:))
				9r�,!2-���02;%E7

 ���3U21#"'&'&547676367167654'&'&''&514763276'&#"3276'&#"'9////99////9F::$""$::FF::$""$::F9  '33(%%(33'  �117711117711�0!"<=CC=<"!!"<=CC=<"!�  &&'33(%%��@�"Ce!&'67!%1!6767&'&'!76'&'676'&&'&'67676716776'&'676'&&'&'�@��@��@�
,)),


�

,)),

p��@0��@�
))


0

))

 �� �$1G^&'6767!67&'!&'&'677!67&'!4716;2+"'&=36767532+"'&=0
X

��
MF��		�				�		� @				�		L

��

��@				`				`� 		`				 
����FO\es����4501016723&/127673367674'&'56765&'&'"#&'&#!67&'#&'5673&'67"#1&'4567%3#&'5#27673367674'&'56765&'&'"#7676'&7'&7676&'67101"#0
0��p+

�

�;��
�.

�
0�EY		��		-
}
jj
j

j
�
(
j

%%j				�				

����(35476;5&'!#&'&'6767!+@�		P����@Zp��P		��p@�Z���)>36753#&'&'567673#73675&'#'567673#&'&'@�0�@@���@��@@�0����������&.767!#3!&'67356?'&'5#&'3&/76=#3P+RQ,��,QQ,o�RQ����?-QR,??,RQ-?��RQ�""����&0:3#!67&'#5&/7675367&'!#56?5'&'53,QQ,P+RQ,���R�QQ�R�?-QR,??,RQ-?��Q++RDQ++Q ����q67763763763675676=&'&'"&'"&'"&''7675&'&'7'&'54?6767=�
&&&		
	

	+

�			h�v#h@"&! m� 6 B@����5�&#'&#";23236767454=&'&'"5&'&'"&'09015670101675010167010167501016700"+&/&76767567675(
X$/.4F/0
($$5V>W

,�"�X$//F�"`  ��8PH�5$$<X

+������7y7471673'&'&7676670176732+&'&'47&'4141"'&'77;676754/&'&+"'#1/&�&)"#""3`~@�	`9U��
��
'#$)}3""&}


**�J3#32&'5'#&'&'6767367&'#&'&'676732&'54/&'#H�h�@/�h��#O N 2�P(
d*4ll$d'���5p&7167676766"#"#&/&'&7676'&76767&/&/&2323276?6'&"'&?6'&&/�



7((5		XE\3

M6	3
I?\9G		$	8
:o
kF�45G
�
�	�
�


2

G+#�h
	�������6fq|�67763763763+"'&/&76767571&'&;6767=&'&'"&'"&'"5&'&'&'6757675&'&'675�

8<C
	'
C##(<83"" 

"00P��
h

e
	:@�e!""3ha��`````` ����1CMY��&1'&'&136767=&'&'"&'"1"176'&'11&+'763'#"'&7667&'527#&'&'51476;#36767414132?&'=67�
5/0G0G0/
(	�73
�&(""303""		P((
J�=1		�#G0//0GH "8�0�ZG��j 0l"
3""""3		  ���3KW21#"'&'&547676367167654'&'&'675376/67&'&'#532+9////99////9F::$""$::FF::$""$::F`=%"""X0@				@�117711117711�0!"<=CC=<"!!"<=CC=<"!hp`HRK,"X@				 ����&/H&'#!6767=&'&'#5&'#5!!&'#3675367&'#5&'�(@(�h`���0000�(0�0(((��(0000 ����&/:35673!&'&'=67673567!!67#&'673��(��(��@h���(((0�0(��� ����&/H35673!&'&'=67673567!!67/'&?'&7676��(��(��@_////////�(((0�0(��Y////////����&/>35673!&'&'=67673567!!67/&7676��(��(��@Gp@/_�(((0�0(��ip@/_��@�"'/'&56?6767'?6
�	��
�����xx8��0xx���@==P@>=e��-.��0��0-.�����:7176;67&'!31'&=1=+&'&'6767!#�
I���`0		00��eP
6
 ��|

0 ��L���3>I%4'1&'&#"3276765!67167632#"'&'&'7&'5673&'567�117711117711�0!"<=CC=<"!!"<=CC=<"!�p�9////99////9F::$""$::FF::$""$::FH�������3H%4'1&'&#"3276765!67167632#"'&'&'732+"'&=4763�117711117711�0!"<=CC=<"!!"<=CC=<"!��				�				�9////99////9F::$""$::FF::$""$::F`		�				�		����b&'677679676767101276701'&'#&'"763012767676?55"1'&'#&'#50
$1
#2$1 
$2(��pL	�
 "����m���+17676763276567676/#"'&'4?67;+&'#'''&/&'+"'&=67;2?67325#"/&#?6#3&'6767&'3 $

			
L$F+:8*'((		 	U#	$		 		((+:
0	%&'FHKK� 3�$					
L!B'$�		
		$				�%��!B
C
K���"8210301#"/54?32?!&'5"!67675&/&#�����ώ$$��p����
��
��
��uu��	����	 ���"/?JU`!&'67!%1!6767&'&'!676'&'1367&'&'#%&'675675&'&'675��� �� ��$$$$ "�"@0����0����     ""�@@p@@�@@��@�"/?JU!&'67!%1!6767&'&'!676'&'1367&'&'#7367&'#367&'#�@��@��@�$$$$ "�"@�PPPPp��@0��@�     ""�`���$>KX%&'1&'#&'6767&'6767367167654'&'&'&'&767'767&'&� )@) 8;;XX;;7)0>>0@oF::$""$::FF::$""$::F



X*,,**,,*0$$:VX;;;;XV: P!"<=CC=<"!!"<=CC=<"!(2222����.=J+"'&=#!67&'#67167!!&'&'3#&'6767'676'&'		@		@@���@"�"     �				�������""`$$$$��@�(5@K#&'&'##&'!%1!6767&'&'!&'&76?367&'#367&'#�"@" �0��@�    hPPPP �""���@�$$$$0`���%!6767=&'&'!"#!!&'5���0���f����	
�����
7!67&'!��0���"+@#"#567673#53276=4'&#!675!!!&'&'6767��		0"�""				������		""�"0		�		�p��@�����x76?676/76///&'5'&?5'&?'&?'&767''&?'&76'&765'&76567�9B%
	% NBBN%	
%B99B%
	%NBBN%	
%B9�.9M'M	&&	N&L9..9L&N	&&	N&L9.����+8CNY3'&+"7;##&'&'#&'67;7673;2765!&'5673&'5673&'567��^�$0"�"0%^�		�		��PPP�7��""07g��				0@��������@�.CU!#'&#"'&#"#&'567!67675&'&'!&'!67&'!&'&'54'1&#"32765�`g

4
E@`��0'&:@��%�								p��P

^����:&'%�								����5>3!&'&'6767;67673!67&'#+&'5#767&'(�(

�XX����@0��@���3O"'1&'&54767632#16767654'&'&'65&'#54'&+"#32?9////99////9F::$""$::FF::$""$::Fy:		 		:kk117711117711�!"<=CC=<"!!"<=CC=<"!��
`				`
cc���3O747167632#"'&'&5!&'1&'&#"327676736753276=4'&+5&'"0117711117711�!"<=CC=<"!!"<=CC=<"!��
`				`
cc�9////99////9F::$""$::FF::$""$::Fy:		 		:kk���3O%1#"'&'&54767632!13276767&'&'&#"%&##";2?654/�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
cc�9////99////9F::$""$::FF::$""$::Fy:		 		:kk���3O21#"'&'&547676367167654'&'&'3;276=3674/&#"9////99////9F::$""$::FF::$""$::Fy:		 		:kk�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
cc����"7#3'+7%3'#"'&?6;2�WX��H�92�������I8���
p�p
x]]MM}��0MM(��

�@�+E[1!67675&'&'!67167!!&'&'47167632#"'&'&57#;67&'#5&'#p`��p��@�PP����0@P���";!67&'!67167!!&'&'676/'&?'&7@���@����////////p��@��@O////////��@�JOd354'&'&'6767676767?356767&'&'&'67&'+73#7#;27654/&'h0


B:


0883����	�
� -.6!

*%%

B:'-

!6.- �0  P4

4����27L&'#3#3'&567;3765&'&'#5367&'#53!7%&'!3!27654/�  �64>��>46�  ����	��	.� (}��}( �h  4

4����:?T]#?6#67&/&'547#&5476;#765&'&'!'!%#!"'&54?67!&'67�n


2262 

vP651'(<�6��<��	)	��
[
$$'"([

56P��
<('��  4

4��@�+0E&'&767##'+#7#&'67&'67673'#7+"'&54?673�#$$##$$#
0##0
""33""����	�	�())))xPPPP)3""""3)�  P4

4����?DY676'&''#"'&3'676767376'&#"'&'&'&'&'3!7%&'!3!27654/_

^7S#::#
S7^


**
���	��	.`

��**��
##��  4

4 ����27L\#7'&'54763!2#'&?6=#&'5#&'5#!'#%#!"'&54?67!'&'547632#P3
1
)0)
03@@@�	��		�				 pp']UxxU]'p��  P4

4`0				0���!!%#3!355#!�`��`00�00�`��`�00�`00�0���M_q�7&676'&56767"'132327167230167673676767&'&'&'7271654'&#"374'1&#"32765271654'&#"3�
	
$88__8888_0(�
#08H:9"""":9HH9:""/v								�								P								?

(1>0//0>>0/'


//::////:E4%�								 								 								���3M_p%4'1&'&#"3276765!67167632#"'&'&'167676&'&'&76'671632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�		�9////99////9F::$""$::FF::$""$::F>




n								

���3Hay21#"'&'&547676367167654'&'&'76'&'&'7677'271654576/&374'76'&?327679////99////9F::$""$::FF::$""$::FH

�		`
			
�	`
		
		�117711117711�0!"<=CC=<"!!"<=CC=<"!v
		


z		 

			 	

 
				���3@Yr%4'1&'&#"3276765!67167632#"'&'&'&'&767'676/'&?'&73676/'&?'&7�117711117711�0!"<=CC=<"!!"<=CC=<"!$$$$���9////99////9F::$""$::FF::$""$::F     �	���3<EP]jw�%1#"'&'&5476763216767654'&'&'67&'7&'67367&'#'&'&767676'&'7676'&'3&'&767�117711117711�F::$""$::FF::$""$::F`���� ----��'((''(('�9////99////9!"<=CC=<"!!"<=CC=<"!�p��'((''(('P----���3I[m%4'1&'&#"3276765!67167632#"'&'&''1&767632'&#"'671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

  

"(("&		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F

�								 									���3;@EM`r�"132767654'&'&#1#"'&'&'676763235#35#35#;67&'#'3#&'&'6767'671632#"'&'721#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��(  `   ���		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F@0000000PP								 								���3I[m%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327'671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F4		

		d								 								���3I[m%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327'1&'&54767&'1&54767�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,~								`								�9////99////9F::$""$::FF::$""$::F4		

		t@���3Iw�%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327'9#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,���9////99////9F::$""$::FF::$""$::F4		

		O



���Lb��67165&'&'&01327'&'6767674'#"'&'&'6767&567676'1&#"'&32767'9765&'&'79341016767670103139765&'&'793410167676701039�



R=NH9:"""":9HH9:""


;;XX;;;;XJ7		,22,	&&��B


U("":9HH9:"""":9H6/-7X;;;;XX;;,��
				
l



���3Iax%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327'1/&'&7676767676/&7676�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�A{A
�9////99////9F::$""$::FF::$""$::F4		

		�AA���3I^s%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327''&54?'&5476/&54?6�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�YY$$$$ZZ�9////99////9F::$""$::FF::$""$::F4		

		�0		0++
++0	0���-F\q��6312"567676716&&76767'6767767676'676312'&5&7676776'&5/"'&76?2'&?676&514767672#"'�

��ASTK?HH75))
>�)
>ASTK?HG85)i	

	"""
&#$��a
8�8a
��

�

=>
))67HH?KTSA;KTSA>
)(67HH?]"""	

	#$&&
a8�9	b�f

���3Rq�21#"'&'&547676367167654'&'&'&#"?765'76'&/3&#"?765'76'&/#"'&327676'&9////99////9F::$""$::FF::$""$::FI&""&�&""&,22,	&&		�117711117711�0!"<=CC=<"!!"<=CC=<"!{"%&""%&"�		

		����6Pp���%&'&'67676767671&6767&'&&'&''1&'&54767676721!&#14#0105&'&'432/1#"'&'&763276'1#4101&'&'&'010#9'&56767'939#4101&'&'&'010#9'&56767'9!<<LL<<!54EE45�N78

EFbbFE

87N�	
�	
z&&	,22,		��z
@&&&&@

=&&&&=./J_<==<_I/.��
		

				
l



���'ASe~%&'1&'&=&'&7632766767!67167632#"'&'&'721#"'&'6763671632#"'&'5&'##"'&'#6767�;;XX;;5
		,22,		

5�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
				�X;;;;X>114
				

411>F::$""$::FF::$""$::FP								 								�%		%���'AWm�%&'1&'&=&'&766766767!67167632#"'&'&'74716'&54?'&5%61/&54?5&'##"'&'#6767�;;XX;;5%
<GH<
%5�0!"<=CC=<"!!"<=CC=<"!tYY$$$$ZZ;		�X;;;;X>11*

*11>F::$""$::FF::$""$::Fc0	0++
++0	0��%		%���&@QZgt�%6=676'&#"'&&'&'676767167654'&'&'276'&#"76767&'5&'&767676'&'1&'&'5673327673\
		,22,	

5;;XX;;5\F::$""$::FF::$""$::F`	
	�



----		4

				
411>X;;;;X>11F!"<=CC=<"!!"<=CC=<"!$
	H�'((''(('�%		%���3I[l%4'1&'&#"3276765!67167632#"'&'&'61#"'&'&76327'671632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�		�9////99////9F::$""$::FF::$""$::F4		

		d								

���3���%4'1&'&#"3276765!67167632#"'&'&'"'&79030521676767654'&'&'&'0#'9&5479034121676767654'&'&'&'0'01"9&7632'671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!1



�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F


J								 								���3���%4'1&'&#"3276765!67167632#"'&'&'"'&79030521676767654'&'&'&'0#41"9&5479030521676767654'&'&'&'0#41"9&763'9#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9�117711117711�0!"<=CC=<"!!"<=CC=<"!1



W��9////99////9F::$""$::FF::$""$::F*


E



���-����%#&'&'6767665&'&'&'27&/&'&'&'"9030210#1"99030210#1"93676767&'&'&'676767'271654'&#"37276'&#"767&'1&?676'&'&'S&-X;;;;XX;;
"":9HH9:"""":9H5/+



x				
				
�	
	b	U	;;XX;;;;X"(,H9:"""":9HH9:""	�
L								
	�		Y		���3FXj%4'1&'&#"3276765!67167632#"'&'&'&716;2&'&'7671632#"'&'721#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F:**z								 								���3Ft�%4'1&'&#"3276765!67167632#"'&'&'&716;2&'&'79#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
W��9////99////9F::$""$::FF::$""$::F:**U



���3F[p%4'1&'&#"3276765!67167632#"'&'&'&716;2&'&'7'&54?'&5476/&54?6�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
YY$$$$ZZ�9////99////9F::$""$::FF::$""$::F:**�0	0++
++0	0���3FXi%4'1&'&#"3276765!67167632#"'&'&'&716;2&'&'7671632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�		�9////99////9F::$""$::FF::$""$::F:**z								

���3EW"132767654'&'&#1#"'&'&'6767632%671632#"'&'721#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F0								 								���3>\i��21#"'&'&547676367167654'&'&''367&'#'&'1&'6701327654501676'&'7&'1&'67327654501676'&'9////99////9F::$""$::FF::$""$::FX��
				
----�
				
----�117711117711�0!"<=CC=<"!!"<=CC=<"!�h
				
 '((''((' 
				
 '((''(('��� :K\o%5&'#&'5&'&'&5676767167654'&'&'276'&#"76763276'&#"767675&'&'�,44,;;XX;;�F::$""$::FF::$""$::F`	
	�		
v



*v��v&&-X;;;;X-&&j!"<=CC=<"!!"<=CC=<"!$
	


Z 

 

���/CPbt7"'1&'&'6767"/13276767&'&'&#"132767&'&'&776'&'7132767&'&#"27167&'&#"3�2;;XX;;;;X+%�!"<=CC=<"!!"<=CC=<"!�

�/!
.B0		
				
		�
				
				8QX;;;;XX;;�F::$""$::FF::$""$::Fq

A
*`								 								���3M{�%4'1&'&#"3276765!67167632#"'&'&'167676&'&'&7679#4101&'&'&'010#9'&56767'931#4101&'&'&'010#9'&56767'9�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
(��9////99////9F::$""$::FF::$""$::F>




Y



7��H�+&'?76/76'&/'&#VD�
o
��
o
�D5
vVi�

�
n�		II		�n
���2lU	x8���3EWd%4'1&'&#"3276765!67167632#"'&'&'721#"'&'6763671632#"'&'&'&767�117711117711�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
		0$$$$�9////99////9F::$""$::FF::$""$::FP								 								P    ���3J_t%4'1&'&#"3276765!67167632#"'&'&'67/&#"'&567''&54?'&5476/&54?6�117711117711�0!"<=CC=<"!!"<=CC=<"!�11"&&"*YY$$$$ZZ�9////99////9F::$""$::FF::$""$::F@##�0		0++
++0	0��!u�2�
,2^��	4�	6�	�	B�	6�	d)	01	
Xa	.�	&�	�Copyright (c) Font AwesomeFontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comFont Awesome 6 Free Regular-6.4.2Version 772.01953125 (Font Awesome version: 6.4.2)Font Awesome 6 FreeFont Awesome 6 Free RegularRegularCopyright (c) Font AwesomeFontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comFont Awesome 6 Free Regular-6.4.2Version 772.01953125 (Font Awesome version: 6.4.2)Font Awesome 6 FreeFont Awesome 6 Free RegularRegular���
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������exclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyz
folder-closednotdefheartstaruserclockrectangle-listflagbookmarkimage
pen-to-squarecircle-xmarkcircle-checkcircle-questioneye	eye-slash
calendar-dayscommentfolderfolder-open	chart-barcomments	star-halflemoncredit-card
hard-drivehand-point-righthand-point-left
hand-point-uphand-point-downcopyfloppy-disksquareenvelopepaste	lightbulbbellhospitalsquare-pluscircle
face-smile
face-frownface-mehkeyboardcalendarcircle-playsquare-minussquare-checkshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-rightfile
file-lines	thumbs-upthumbs-downsunmoonsquare-caret-left
circle-dotbuildingfile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringpaper-planefutbol	newspaper
bell-slash	copyrightclosed-captioningobject-groupobject-ungroupnote-stickyclonehourglass-half	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace
registered
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkmapmessagecircle-pausecircle-stopfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardwindow-maximizewindow-minimizewindow-restore	snowflake	trash-canimages	clipboardcircle-downcircle-leftcircle-right	circle-upgemmoney-bill-1rectangle-xmarkchess-bishop
chess-kingchess-knight
chess-pawnchess-queen
chess-rooksquare-fullcomment-dotsface-smile-wink
face-angry
face-dizzyface-flushedface-frown-openface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wink	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkface-meh-blankface-rolling-eyesface-sad-cry
face-sad-tearface-smile-beamstar-half-stroke
face-surprise
face-tiredPK�
�[�uM����3assets/library/font-awesome/fonts/fa-brands-400.ttfnu�[���
� OS/2_W^k(`cmap���J	��glyf/^4�$\�|head&�'>�6hhea=;�$hmtx�/��$locaR�H4(maxp2: name88Qe��postG�y@��Am�	_<����������������������		8'��LfGLf��AWSM�!������@9� �@���@���@@@�@@@@@���@�@��@@��@@@@ ���@�@@���@���@ ������@������
����3������@$����������������
����@������@���@��p�������������@��@����@��@�����@
���@@@@@@���-�@��@��������@��@@�	@����� ����������� @���� ��
�� �����@���
���������@��������h���@����������@���P���� �� ��������@ ������@���@���@������@��������@�����
��
����@�@����������������@@�����@�����������������
�E�@�@�������������@�������@@����������	����@��@�����@@��$�$
����!%+9Zabcdefghijklmnopqrstuvwxyz'1'S'T'U'W'������I�R�W������@�`����:�J����1�p������g�i����������(�*�6�<�U�Z�f�i�j�n�q�r�t�~����������������������	���0�2�7�>�L�^�a�k�n�p�~����������������������\�u�}�����������������������������������������
��!�#�%�1�M�R�W�Y��������,�1�6�A�����������������������?�B������1�]�{����������������������=�B���������!#*0<abcdefghijklmnopqrstuvwxyz'1'S'T'U'W'������I�R�U�w�����@�`����:�J����0�p������g�i����������(�*�6�;�U�Z�f�g�j�k�p�r�s�y������������������������
��0�1�7�:�K�^�`�c�m�p�|����������������������\�h�x��������������������������������������������#�%�&�M�R�W�Y��������
�,�1�6�A�����������������������?�B������0�]�z����������������������4�?��������������� )   �����Kz�t?���$���QE������Z84
	���������������������qponmba`XWLJIHE:,*)
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

~
v
u
r
q
p
n
S
O
K
J����3($ 
��������9
�
�
�
d
[
X
U
S
N
9
8
1
(



	�	�	e	^	;	4	&	 ��������������������������������VRL86�vr@��."�����rrld !"#$%&'()*+,-./frz�����
��!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/'1'1'S'S'T'T'U'U'W'W'�'���0��1��2��3�I�I4�R�R5�U�W6�w�9��G��I����J�@�@K�`�`L����M��N�:�:O�J�JP��Q��R��S�0�1T�p�pV��W����Z��\��]�g�g�i�i��a��c��d��e����h����l��m�(�(�*�*�6�6n�;�<o�U�U�Z�Zq�f�f��g�ir�j�jr�k�nu�p�qy�r�rz�s�t{�y�~}�������������������������������������������������������������	��
������0�0f�1�2��7�7��:�>��K�L��^�^��`�a��c�k��m�n��p�p��|�~������������������������������������������������������	�\�\
�h�u�x�}����!��$��%��*��1��3��6��:��G��Q����R����T���������U����V����Y����Z����e����f����j����q���������r��s����x��
|�����!��#�#��%�%��&�1��M�M��R�R��W�W��Y�Y���������������������
���,�,�1�1�6�6�A�A������������������������������������������������������������������������?�?��B�B����������������������0�1��]�]��z�{�������������������������������������������������������������������4�=��?�B������������������������������8�����4�h		p
`h�<
�$� ��0� ��h�p��Hp�@�(�����  �"p#$�%,%�',, ,�,�-�.\/$/�/�11�3�4�66�6�9:�;�=L>>�>�@@�DXE@GGxHtIXL\MST,U�VVPW8W�X�Z�[<[�]�^�`0aa�b0c�c�d4dxe�f<f�gpg�h4i�j�kklk�l�m�m�ntsHt�u�v�wpxx�z�{| |�}X~�����l���<�����@���|���@���|�\�t����D�������H�4�X���4���0����(����������������T����(�(���(���<�������t�0�l�h���$���τ�P��T�XՐ��֠�������ޘ�����h�������������<�x��8���$�t�����h������P�4���@���@	x
�
�
��T��������LD <"�$%''�(�)H,(,�.\/�0�2H3t4`5 646�8x:D:�;0@�BTChDE<E�FGH<I�JM8M�NN�ODP$U8VW�XhY�Z�Z�[8\lc�f�g�i�j@kTl�m�u v�wdx\z8z�{x}~�p��x�����x�D���,�����`�����P�P� �����|���P������d��,�L���<�L�(�D�D���,������������������H���,�����P��$�|Ǹ��t���4�tҼ�@�0�tۼ��݌�(����\������t���,�t��P�����`�����������@�0@����	p
4�pD"#�$P&�)�+�/�0`11�2�3�4�67�8\9�::�;,=4>,F�PU�V�XHbbPiiljk�mm�o4p�q�r�t8udv�wx\~ ���0�����x���h�`����<�0�T�4������h�T��� ����\�|����%?'3'77#7%67167!!&'&'@ZZ'�ZY�YY3�YZ��
 

��
:����:��������

�`

�����H� 4'1&#"32765676'&'@								 



�				�				�`����UZ13767632+32+'&'&?#'&'&?#"'&5476;7#"'&5476;767637#�
_

	:				E:				E

	_

	:				E:				E

__�

;E

;				�				E

;E

;				�				E�����0�r2123011/&21#"'&=0#01#1&'&'&'&76767676'&'&/101&'&'&'&767676754763�		0

/01				
1
1

		�		$


 
!				#	

 
#		�� -6514'&#"327&'&767&'&767w		


��		


@�        I


		��


		@	$$$$�$$$$����=2176/#"'&='&'&76?'&'&767654763�		p
rs
p				o
rr
p		�		�C
DE
C�				�B
EE
C�		����)4'1&#"#";3276=327654'&+5				�				�				�				�p				�				�				�				���@�'67167&'&'57167675&'&'--DD----DD--�))))D----D�D----D�`)�))�)���$&'&?#";27654'&+�`
.@				``				@�		
@
��								`��@�*"#"'&54?6732#!&'&?67&'&'�"


		+<>())��				�	�"`		


*)(><+�				�""��@�94716;3#"'&/&767636767&'&'#&'&?#"'&5		�	�:&''&:O 
Oh	��		�		x'&::&'x		����/6'1&'&;3276=327654'&+54'&#"#7�
�	
�				 				 				�kr
��P				P				�				����@�66732+3#"'&/&767636767&'&'#"'&?!�				�r:&''&:S
S�
	!�				p'&::&'	���@�!;6'1&'&01016767&'&'71#"'&'&54767632�	

	�%--DD--*+@?







k
		
�+9D----DB,-K�







��@�47163!'&'&7#"'&5		
���		�		��
P		��@�<X&'1&'#367674'&'673#&'&'6767301013010150901#0101&'&'676730$%6 6%$#$%6@6%$#�@    6%$$%65$ 6%$$%6 $5�@��@�5132767654'&'&#"&'1&'6767'&'&?@







XA+*--DD--$�	

@







�-,BD----D7*�
		
K1
'%&'67%6}����@n���

�@�@'"13!27654'&#!"13!27654'&#!0				`				��				`				��@								�								�1
7%67&'%&��@��n���

���0�3@6716733276=4?676=&'&'#32765676'&'P +'				*$%6 6%$				P



 "0				
!6%$$%6				�����KX12#&'&'&'676767&'&'&'67676323276=&'&'&'&767R6666R				H9:"""":9HH9:"")-$36%$$%6+ 
						66R@    �66RR66				"":9HH9:"""":9H )!!$%66%$		P 				 R66�$$$$����&'76?37676/#7�	x(
� 
(x*�HH���`
LL
` ����@�'41367674'&'67&'&'##53;#5@�6%$$%6`````` ����$%6#"06%$��@�����+&#1"327632#"'&'&767632#"'I1<<1//1<<1


	

DVVD,,DVVD

	

1//1@@1//		


AA-9999,BB

		����$671673#&'&'3#36767&'&'`?2332?`�``D----D`32??23@��--DD--��@�+1327654'&+5327654'&+5327654'&+@�				�				��				����				�				�				��@�%13276=327654'&+5327654'&+@				�				��				����				�				�				����716767#"'&5476;2&'&'&'676767'&'�D----D;++}				�	>>Z?2332?X=
	

,?`--DD--$#8				X9:32??237	


	(����)%3276=4'&#"!54'&#"3276=!@								�								��				�				��				��				���@�*"1;#"3!27654'&+327654'&+ 				``								``				���				��								@				��@�%21&'&'54763267674763 		--DD--				))		�		�D----D 				 ))		��@�+6514'&#"54'&#"3276=77676/77	


�.								A�
��j

	
�/�				��x				kC�
ˍ ��@�2132+"'&54763@		�				�				�		��						�		����$676#"'&5#"/#"'&567��				�

�				�����				���				�����647632'#"'&567				��				���(				��=��				�����3"132767654'&'&#1#"'&'&'6767632�+%%%%++%%%%+�45;;5445;;54`%&**&%%&**&%�=3333==3333=��@�&671673##"'&=36767&'&'#`D----D`				@`))``--DD--`				��))�����<7167'&767667&'&'&'&'&'676767'&/@--D,#H


	G--DD--5D?2332??2350


	.�D--V

	U*7D----D�"32??2332?V=9


	
8��@�$013276=37676/6767&'&'##53@				_g
T(()=pppp""���				��
x$#.=)(�""��?�b013'9&'&'&'&#&'&767627676'&'&'01&#&'&'&'&7'676'&'&'7&c
8
:7E

	
9 
8
  :7E


9 W
	
		
$@


	
		
$@

����"1;32765327654'&+ 				�				�				���				��				`				����%216767547632&'&'54763 		$%66%$				66RR66		�		�6%$$%6�				�R6666R�		����61676&'&767��
�	�
�
��9
�����?�%6167676#&'"'&767
nUUn

�	QQ	�
�
��$��&

�����
����)6'1&'&'&'&76?7676/7y


	��	

��


	��	


��k

	��	

��


	
��
	

������&'1&3276=76'&'&':

�				�

���

ז				��

������47163!32#!&'&7#"'&5		@	��				��	�		�		��				L		����z09&'1&'0&'&'&'&74#1332;67&'&'&'&'&76767674'&'&'&'&'&'&71&'&7067676'&'41�`	


#/
,=-3
	
&

	 !77D\CB	@-* #"""--&%

		
&D77 !98X5##	 ��'�6BJXdh767&'&'35#7&'1&#32767533&'&'&+3#36765+53#3#3'##73'!!27676'&'&'#32#3'~ (OO��"++-_((_k-,�97 "J ���z@@67k��k==;:pT���G..[E>!!S+-�--K[

[[�@:9n+43&%�U�21ge34	����;%67&'&'276274'&767'/'&?'&763?6322�.?>__>??>_)&2F:;;:HHV5IV::::VW::&�,E))E,DD����376767!"11!676745454545  "!3GGCC13%$%�%$,+	 (I3!"<H2"",-9;22;�%&2
""210A@10����*/&?5756/7''54?65'�P_`P�N_PN��NP_N�d.88.\w�.]8p/.ww./p8].�w\����.%&#"327654'&'%!#5##"'&'&5476763257+




���I5(
8�


�@���


N����E[h}�77674'&#7&'&'&"#"#&7232376767676'45456'&'"'1&'&767676#7&'&76#7!"3!27654'&###"#"'"'&5&545474763632322�#  }				}
	
"U		[��`''''�  #)				�
	
"�	
���`��''''����,&'&76?6''76'&'&7676's


\\��\\


��
t{}��}{������9ER��4'"#&#&'&'7&'&'&'&/&'&#"#0'0'&"#016767'2676711"'&501736765&'&'&'&76760'&76'�~
c&-
/8

 
	/%
2


_
X

�O66HH67"	
/##

,+88**4�@	'  �	$,		
%9
	�

@y#'%35#53535#35#35#35#35#'35#35#535#�}}}}}}�=}}�}}�}}�}}�}}�}}}}�IeHH��I�IIIIIIIIIII����271016'&'&#67676#67677675'&'!5�34@i;: 78M�	9  !!5BDD&+??21:�B97@@Y0$%4./E70/

i?4?�A'FUgs|73#"'&'&71676367&#67674'%&#"632&#"3273354'#'&547632'&+3532725676'&'+5327#'#37j9)+""



	^?'
''
		�$%4O�)

002
	

OY		��L?	A	


\\x@�
���FPZfr}���%'&576'&/414'76'&#'"1&'76'&#&'76'&&'74'&&/4'&&#'&'&"/&#"#'&"##'&1'&0'&#&0#"032137??0?223?20132?6376?236376574367765'6776/67276/67437276/657676/4?654'&#"/&'&&'32=4#7323&'671#&'673'7676/3#&7'47631&'732#"'&'&'0'6767&'&'&'&+6732?#"'673&'"'&7631�
		

		
�
%)(& �-0


O	�
X 5

�?
		
	


�+>)!!#�
�		�	

		

	�
##	
6#
		


�x#%$
$	T


	


/%(	�
�����-%"''&'&'&7676&7676531�D70100#!,-3X+$�'�4))''21.-Z]3����%!533=#3��@������}}�}@�`3[%'"'&7637676?4545&'&&#&3!01012?6'&'7"#2#3010132765&'&'���<>A@(�
	j	

23	�$$5�"C"A

(
c
	6#$��&!7676767!3&'&'&'&501!6'��J

!))U8
��%YQ�N88 @## G&&,8
'*+,��� 5F%'&#"32?6'7;2745'&+"'&+";2?45#";2?6'&#���'CoBCCC�BmBm������������� �`$276767654'&'&'&#7'!3@  ������� B/.`��  ����� @./B����37%'#'��t��-v���utg �9]�����'
����a%&51476'&'&'&767676776767676767676545&767676'&'&'74'&'&'�!,HAA

""


	

	



c%,,,!"F$&&		
		!	


	����,@L%#327654'&#'#327654'&#7!!6767&'&'#!"'&54763!2#327654'&#1::
�::
��!!!!?��}::
�b

�b

a!��!!!��b


����"CLU^it��72767654/7654/&3276=3"5&'&'&#32?675&'67&'767&'67&''674'&'67&'367&'3767&'67&'�uKdt�JJ	ee	%@??	@	>
��E+:s
UC�+��+	::,
T
	T	$	RH����,N`11676767&'&'&'&'1&54??276'&'&'01&3'67632'7654545'5C66    66CC66    66C�(	g	N			I//80+* �"!	�<=[�  66CC66    66CC66  �c--5!N		+$%��� \=>h�!3FXko7#'1#'317337321#"'&54763271654'&'31'&'&547672153#'1327654'&'#5##"'&7533'533#�%&-&#$/�



" � 

""	&&luu�ttvv,h>�ffLF$AW%����%?'3'77#7%67167!!&'&'@ZZ'�ZY�YY3�YZ��
 

��
:����:��������

�`

�3����3535''5#73SSIRR|yT�� p/AA/P�II��{{iL�j'2Qcm��7"5&'#;276=327654'&#&'5677674'&#756'&'327676'&'&'1#"'&'6763267&'1%"9&563270176'&#"&'&132765&'&'"5&##&=3275&'#54'&+"1#"1;3276'V

�.	

#

"!	
#V''''2	
#`+
�>�	$"l+ !;Z-



-""  ""k


			



	=3@)�t(8<Qh�74'&+"'&?6736?6'0#01#2;6?45054'&#0101#337#%&#01#"00136741#"30136?6'&'01#0010136741&#01761&#01#0101301327��
��"
	�Q)3i43,)[)\�)
)
7)\)\��
*)<
f)!h)3Q�z���^��))4��^�))���+@Th!&'&'567673'&5476323763231&'&#!"!67675#"'&=4763213#"'&=676321�(��((			

	IXK	

	('
	��
		
@
	��				

	
�				
	
	X'�(+�'
		EE		
F				�
		
�+	!	

	!	

	!	

	!	

Q�@Tan{�%1#'&'&76796705#"7676767367676#01#01"'&''&'&7676"?6;2#'"?6;2+32754+"%45145&'&7674145�
		 !<	e 70)%-,+!	 8.&""6,&��pq/��KD?�,%�&

	

+	
->+ 
-+4(,

			-
(����!F763#"/32?/&+7632#"'26?6;#"/&#"#'&54?3�
Mab
L
L
baM�LM%;;%ML :: �		MabLJMaaMLM

M::ML::����13!67671#1&'&'367167!31��--77-,�7-,�7--�����6$$�$$6$$6��$$6����'132?654/&#"#1"'&547632###�%00%�##�%00%�""""%00%�##�%00%�##��""""����1HY%1#'&/&'&'01'"'&5676767267671%&'1&767476716'&'&'"71�5-"", 1##&7))5%##&  '2))��0'�0#"5/0&*�E'(K5V''CI??''0'&%>>L~.005J>/�H`@?N>E����#)1:11/'&/5671?1'%737'7/7&76*�+

ED

+�����	�
^J� +�)/�) �	�*���
��
4��'{z'@��c)�ma*MB�o	U`����M{�+M'&'&76767221237676322#"'&/&54763251##'&'&547676323232147165167654'&'0'&5&'&7416743436362"#"'&#&5"5&'05&7671#"'&'&541&="#"'&54?632#"#&/67676'&'"'&'01&7&7476767231#&/&74763267&'&'&76761"'&'67620#"/1�_98
HJa,,W@>3$#*)$$�  ##W8.		  >?J,,W@>	34U)0F? '0�11F? ')NPaaB@e//Y<=WWG"
k!!&& "&'++'&��!"%&!"&'++&'zD:IICC('c//W<>VWGF�1#E>!%#0V#10#F?!$$�� �%K6'&/&'67632674'&'&'&7671'&'&547676#"/1�	?"!!"?
�		
�S2
�
?!!!!?	
�		
	�S2�-88=?88-�				�EW.,+$

�@-88?=88-�				�EU0,,#	����5>G]{�67&'1#"'&547632673#"'&'&'&'367%&'6767&/&'&'6767651'6776767676'&'&'671!&'&7677'1�O"x""**//*+!"x"#..#��ny##

�!!	
		!Z!

!!��[..*)    )*..�."



"�	
		""""
	
���
&+73#5353535#33333#5##353533#35` �   ��    �  �   @  @@���   `�    ��  �    @@@����U!"!6767&'&#11#&'&'&#"5632275#&'&'&#"&'56767632276767���@0	


		
	���@�� `�������I!!&'&'6767'&'&#"#'&'&'&#"'&"132743?1676/0`

��

N,{-	C76E	�
��

`
�t\\t3))3
���8AJt}�������&'&'76767'"#&7676765&560127'&563/6"'47674'&'#101010901301'76'&7/?'119'01"#0#'&'&"1&5676767&76'%6'&7356#"347166'&'3256'&'"'&'&5&7620#00101�AVU@@%



	
`�\:!
==

8
	$%$'
"":9HN>���U 
		Y
0/.L%


	_ME`3,-#%!
	
�=
�//*+&H9:""(�}( 



)����47676327!7'7'7'7'!#"'&'&'&#&1�:


  /��********P/  


#"�>0 88888888  /3
?��������(,;FLQbo09"'63016323#656'&7#&'&'&'&67016'01017016#01"701601#3016"'101&77'0103"#"#94#'&'&'&7&76'767159327676716?676710767676701677639621727016'12703602016'0'1&#'01&'&''0101&501429&'9&1&701631&'0945&5065&01'06'01"71'14'&'&76741016767672&'&030101657670167676725967216'01&?6747141"1"303051&'&'09&'7'&'6#2123'101&'6724#01"5479?67&'1&37#7101&'41&'?09'&'76?%030#3761"10301674501&701�	�	

2)*		




			:C
$$&	�
##\+	
$E�
�~��			#
			

	
	
	
'&55;%

					




		,)	

	

/	L			;�

(��

)y
	*	����Pc%21+&'&'967673&'&'27676'&''&'&7676&'&+"'673#172767&#"1L,#3[i7117ij8
)
,VV+''+VJ'
/$- 
#:`� 

�(''%5E>ll>EE"0
&662]]26)
(!%%
,iE		-
����at1!6767&'&'!#1&'&'9676312&'&'27676'&''&'&7676&'&'#&'673127167&#"#7#@@���	"=G$  %FG%:991
&@H
	���@�#.)HH)/. ##">>!$
		FD	
		
����"'1!6767&'&'!#'#7'373'#3@@��)hz_KV/oubCO/&�����@Tw�bb�ZZ�������3#'#7'373#�G���oG���et(�*���𑑼䅅��N������L1!6767&'&'!1&'2327"'&'7&'&=&'&567&767676701@@��)*<9,/"
#") ���@�-*+
	#
����/!";5#5356763201#"3#327654'&#����??+		E:�����H7.=/H�`����+E!"3!27654'&##53'"'1&547632##56'&'#5336763���				�				��BC"

BC@1�	

��
		

�
	������hj�
,u	����mv�����!!6767&'&'"74545&'6767&'676'&1&#"&'&#"'&'&#33701#&'&'6767'"'432'#"'672''&563''&76''&76''&76''&563���

`

{
	
2--GF//3b		�
��

`
��	
.				.
		*+8F----F8+*=	
���8101&'367&'&'327&'&'5&'67&567676767�#"CBaZG
K8$
	

%,'87B,/$
!(GDD--.,'90, %
 ����0%&'1&'1&'5#5356763201#"3#6767�!!88EE88!!::[??+		E:[::�E88!!!!88E_CC�H7.=/H�CC_����~����7#"5632'76'&7365&#1'4545"'&'4'&'&'&7632767&'&'4767&'&76016324767676767&'&'&'76'&'76'&76'&'76'&�,BkDD..M

,!!	! 
	L.-!"89F�!3DDjU@@


F


		

0#%

@@UF77 ��#����n%11"'676767670136767&'&'767676'&'&54767&'&767676'"01&'&'676767�!!88E&#		9##++BP*)

5.!
 
G++!!88EE88!!�E88!!
,+B?'(,+=
+ -3
 	
>=PE88!!!!88E����f#676767676767&'&'767676'&'&54767#"'&76767&'&01#&'&'6767!�
�9##**BO)*
5."
	Y

`
p��

++A>('++=
+-3
#	
"&
`

����8E!!6767&'&'&'1&'6767&'36767#537##5#53533���

`

�++)

9^,��
��

`
��++
"	,R
s�$1%&'&'6767&'&#6767#535##33535#�12TR6666RN24
3!""!38m��877888�T3466RR6602

	""44""C888888��-7#3'&'1&'676#56'&'#336767d]].�]"#]Z	"D+)����+)'(>���Bew71&'&54767%'"#"#'&'&'&747&5476726326763&'1&'#"'&#&'7376767'167654'&'�				&#$*)&&++%%)",-)'!(@$#""$0$"#S								w32-%%-2@1
	2@3""++7{%#76'&+###'!�a41<a;S<a<-t=%$0�
	����`,.<�����7!#31#/3?#'3#��#��4��
bc065����t44��1�L&>�0����'73?!7!7!7!�@�Rt���M������PP_),,aR5R��|�9N`%6'&'&'5#"5##"#&#236'"#232#3523013567676'&/271611'"#55236'"#6- /11





@11=&%#��>*OMNO4�:DCCD8.l


`�j1�:>&'&'&'"#"#23012367676767674545&'&'5&%22++++22%%22++++22%��D%%%%֣QR���'71+&?2#'&73271#"/67676;�
A
E,A-ܐ[
A]!]
B
�+1zL
M����;�����&9!!6767&'&'#&?01'&732#71#"/67676;���

`

��.	1
. 0�gB	/B</	�
��

`
��	W6		7U	ֵw		xj(		���
'7'77'?'7'����������������������LUTTUTTTT��UUTTpTTTTUTTU��}�%'7''7#3!5#!5##��;����  w b��'��(g(�)')~��	U%T��((x������#0Y�16767&'&'&'1&'67677&'476324'&#&#"#""7236776565454'#"#"#"'&'&'&'&5454547676767623232�1 !! 11 !! 1    �L%'6%$$%6(%%'7%$$%6'%0
""		"!

!"		""
3! 11 !! 11 !�    �7'%%'6%$$$7'%%'7$$$%�

!"		""

""		""����&8!!6767&'&'&'1&'67673&'1&'6767���

`

���
��

`
������&#711&'&'&'676767'3733�A�A�!!88EE88!!!!88EE88!!d��"�"bcYE88!!!!88EE88!!!!88ES��44����"!676'"#!#'3DF
D�-h���d��֓���8�/1&'&'&=#"'54767676;3#766$;  /	.G	S		T! 
	 !�
D"!!	s	R	�A����B!!6767&'&'1#&'&75#"'54767676;3#76���

`

R7	,44�
��

`
��Z+
H4S(��|�.?%&7&'&&'&'6767676767&'&701'6716'1017?38
,"#-		9
'�7(
!!C'*	�	

*#����	7#55#5#35���������b������"Բ|��"@@�1%&'67!&'67%76'&#"1&#"'&#"1!&'&'���01;@@;10?&'@'&?��SUUS#;:KK:;#
����'����i��31327&'01&"3232710721256#&013&'141&'&'&'6'&'&'0'&'&5456'&'&'#76767672317676767676'6312&'07676'&#&&'&7'216'&#16&7676716743676#"'&'&'&'&71'&#&'&716'45&767676767676'&'76'&'&#01&'&76767667676767767676726'&'&3"#0#6'&1'%1'&767676767217672360316701676'"&'&'01&5&'��	


	&+
		
	

�
	

)













	







	�
		E��
	*%! 
=
	
	



=


	��

		$

	

		

 	

			



			����'5CR`n11676767&'&'&'&'&&'6767'1&'&'6'1'676745767&'67167'&'&'1&'6E88!!!!88EE88!!!!88E�.++7
:8322'�L77	
-z
??R	:005R++A
4980�
	3%%$�!!88EE88!!!!88EE88!!r8L0#"
#!""02&'�((-:T�#%%;++%	)):,%$���� `%65&'&'"&'276767&'"'1&'476367&'&'"'&'&'&'67632#&'&'&#&#�::W'0 ::W'/  �2#"	

)

	+!"(+!!

(

!!"+�W:: 0'W::  /'[				+,
	

&,��p�$J!3676767601621367672576'#32#"65673C��

?S	0:
k[I
:���NI !

�@J<
	
FS����.D!014!6767&'&'#"'&'5676;271+"'&'567673���P�SS�QQ�HG�P����p������111676767&'&'&''&'&76727676�E88!!!!88EE88!!!!88Esqq

�!!88EE88!!!!88EE88!!♙




����%F173767676'56'&'&'&#&35367673#&'&'#&'&'++KK++++KK++-3005M)*�++KK++++KK++i@�JC11X��4F\n|�6'1&'&76'&7"'1&'1&'676763272167&'1&7676'17676'&'&1'&'&7676'&17676'7&76'�'
�611J3--
>##C=>g�..BA()/.AA)(%
*)4O!
 

V


!		

&��+DK20
333+,�*!!+*!!+	$3++
��




	


		����&1&'6767&'67677&'1&'5�()B899Z)A5+  ,5B�B)(Z998TAB!C]^CC���'(00('W!BAT�CC^]C����Y%1'1&'1&'&5476767'&'667#&'&'66765&'&'&7&7676'"'67676�0/;1()6$$	""$#;"!
<
	.""!!
''-�2
	>$#
3	6$+;%%.&&A)%"����&7!+5#"'&=!5!5!5!%!!54'&'�W���d��d[���tZZUUnUU�����:!!6767&'&'#"'&'&'&'"'67676767676'&6���

`

?B-




%	

B2�
��

`
�.RT34		7`- N?����#3GWk{�71#"'&'67673347167&'&=7"'1&54767#21#&'&'676;471632#5#1&'&'5676721&'&'535"'1&'67673+^




/





/



/



v



v�




/





/



/



v



v�



/



v



v�




/





/



/



v



v�




/





����IR^y�&'&'67&'&'&'47632321&'2327630127'&'&56323276301276767327&/76767&'11&'&'&'676767#&'1&'1&'676767>e6 !R

;U8./M/!		L
�@%"A�A0=!!88EE88!!!!88EE88!! 65BB56  65BB56 ��32@/(L&6,�[�G&�	�y
-�00<8.fE88!!!!88EE88!!!!88EB56  65BB56  65B����%&'&'676777'7&'57DY8955T7""&%;D��%(F2#	 	((96('+
%'T!���+	a����'#37674'&#737�98`j'^�&
##B]h]3���ZS�"#
&�������)%1&'&'&'676767&676767#53�@AmE88!!!!88EeAC/::,++,A1���lBB!!88EE88!!?A*)*FC,,V����#N`i7&'67%11&'&'&'676767'"&'767&''"&#67674'6'&'#1&'&3276'&767&'�.!!88EE88!!!!88EE88!!�	#38=3#	%%88&%E##�2E88!!!!88EE88!!!!88E)
N
V
))t
K����&;l%#"'&763276'&'27657367&'7!&'&'6767!"&'732767&'&#'&&#67676'6'&'&&"![[�
��

`
d
&7;B6%((<=((f6���

`

�
T
]	++	����<T11676767&'&'&'&'&'536756767'5&'1&'&'5767535E88!!!!88EE88!!!!88E  :"�  ":�!!88EE88!!!!88EE88!!�k  ..m

{ /
/0!��;%&'&'57676=3'75&'&'&'5#6767547632�  /0  "4V�#3 //  V  /0  �F/   /FGH:$/.�EF/   /�����/;&51&5&'&'&'&'01&'&'&#&#!3!27654'#5#56733���
`����|
��`����� `"',1#35##53%3#35##533#35#73#5'3#53#5RR�3)RR��R�RR��3{4444��L�]]��)�]]))�]]u33L������1CX1"'5632"36767&'&#7!&'&'6767!67167&'&'"#7534'1&'"#7536765�		

		5
				
�
��

`
��  -4�
4
 
DCD

���

`

�!"	�
3!�
3"��9�EI����7&#""17&'&'&'101674'&'67676767#5"'&'63675&'1&#5436767&'&'&"3"'&'&'5765&'"#&'"#276767327676763676=&'&'&'01&'25276767&'&'&'7/7'27676745&5��55		'f-
 19 �;##8
	!	

5	
�	  !"

%	%!�N G	��-
^"���-##	
		
	



	
	

%$/".�=3�����!@Su&'1&'0101276745&'&'01#"'&109&/&767167671&'&76767#71#&'1&/&'&5&'5&76710*##65SR88##*�	
	+-P*
~;&T(11CS8866RC11(�

	,2�%( 


"j=$+%.����&Qz�4716726&#&'&'&'&'&'&7&'&5016767676326'67654'&'"&6'1&'&'&'&'&'"'767674'&/#"'&5&7'2767767676767672.,


d,&



�,
,-

--d
,T,'

,,

	%d
+-
d,&
u,
-14
�-,d
,

5-'


-/4

	$@u%*DJ765&'&#327674/36+5#536#%#534'1&'27##&'365'67#�0 !/��2$%A�I

OSSU6g��8  =;$###=\>>��54s�54��6Ee	

S�b5
�##�:('&&;=$%W	@55����-2B^7'#536'&'1&+3273&'7!&'&'6767!35#4'65&'&+3276?4'1&'27##&'34545�-.(+�?�
��

`
�NN+#[]�! !2"			"e�4R
-���

`

in'


�
  !/	"����1HZl%11&'&'3276572767&'&'&'6767'7676'&'&'7"'1&'67632#567167&'&'�!!88EWA@_T)'(;�
EDeE88!!��				 �





�E88!!12O'<)((V
7b@@!!88E�		
�







����HZl76'1&/6'&'767!6756767#&'&/!6767&'&'&'1&'67675671654'&'�
��
u8%%&OY
`

d



[
	E
�0
Q%%&8%q

`
�����1Mf11676767&'&'&'"'&'&"#&56767"'1&#&'&"#&'47676327"'&'&"##&'67632�E88!!!!88EE88!!!!88Ee/556>=<6

0?@?dM9POA5A765+�!!88EE88!!!!88EE88!!��
B		-
L ��@�3#1#57'#53?67613@b[�
,]]V�+bc�
�	T]�	
T]5�K&3@MZm������7#"5'7477"6?'&#7"32?'&#"32?'&#732?'&'7"3257'4#7"3257'4#7&'3257'4'&#"413276=7'&'"32?'&#&'&'"36767&'&'%657'&/6?'&'"6?'&#o��ox'&7�""��6�AEEA-iEEi�DD�`####9899DBBDFDDFo�  @��
/:��DD�>7#$
�"!<�AA��CC��CC�����2%#'&'&'&'367&'&54767'"'67&#"7�&&  !"K&+!&18
%%6�4;++
$$MN�uFF-,?&'12  !!+*.2<��� %*/3'&?6=4/'5#'75'77'7577'7���

��

�M_,_M��77��M_NNNN_M��77 ������as3?gg?3s�%%J�s3?g�4444�g?3s�%%J:�0]�%&54'&'&'&'&&'&'&323232767676'&''"##"'"#"'&7676'&76327676'1&'&'&'&'&767676'&'&'6767676'&'&'&76�()120).''%#"""\\(		",<='('(C
	""&(244%$+
X

"# &
	 3�3)0!!$#'%!!�#<   ((		''?**&P		#-	����j&'1&'1&7676741272767016'&'&'&'&#017014'&'701676701017676501676'&'&#&32G78 7.	

,,

&

($$BCl8"#99F<44$$$232		
 
32
 	%%
	$&'"#.-YoDD	����.=Lg���&#5&'&'77&'47'67'7&'&'&'5"'767'63567'#6767'711&'&'&'676767#&'1&'1&'676767'67&'6767'67&'7&'&'7&#"'767' ;00	(>�	
�>(	00;x(>;00	6(>;00	]!!88EE88!!!!88EE88!! 55BB55  55BB55 '
	�3	@@	3



4	@@	4



�0	
.
��
1::1	p
.
	/9-
0	��.
/	
�E88!!!!88EE88!!!!88EB55  55BB55  55Bk
	/;:1�,,CC,,CC����/8\n�711'&'6?1654'%#!"'&54763!2327&#"#&01676'&'&#776767&'7'"=#3#"37''&741535#01545#236767e	?��`�1CD*	U
4He&$ 
,r
	t���`E.&

-	
	XiK
		
=(B*	���):I_h�#&"13676'&'&'776767&'71'1&'67'&'1&7167563676=4'&'&'733'&'632"'&=416#&56767373#07�O!	
7mC

%?
%

3					�
T?$$$$�%$
&9=

"(.
	

H'

&
�
	�d w!� �$##$�#j$!)a

���� !!1010101#5'36767673��@�P%

#Q��@��6eg�8

	7���g�D1'&767&767'1176'&76767'&76767&'&'H

6 2x@++
#$3:'&&')8..//G0bPP7"5IHY�%%877
/.-'':.!"


)(4G//����I%"'1&'1&5101'&''&'&767&'&5#"5&7676767&767#�

		
 $$$$ 
		


'&VU''



				


4
Z=>==[
4
��3�'5M[i2&'&'727&56767'"'&'6763"'1&54763&'1&'6763'6767'"'1&547633"'1&54763�
	76IS77LD		..Gh		�				�00CH....H6�k<&&..GQ3;"B+,50�<'(('<<((0!����#`~"167654'&#3"16767&'&#5&'&'!&'&'&76745454537676'676'&1'1"#"&'&"#'&'5476!6���

��

P!  !O0('"'&/	=,&Z��%#H*+
$
	$
*+G$$�
/�����#3'#3'3737#5#!�&&j''�ataM�'MMDW5Ynnn�[��[[��I@@��~�!2CT7'&'&767676?&'&77676'&/&7&'&?676'%76754'&+dk	
	,$+
	
J�;

"
i		�!

>	k
��	h
:6�1
,)
�
oR
n^'
	
"�(	[
	
�	
��
���$P711+&567272"#&7&'"#"7367410767676237676'&'oK;+=,	$$3
�"#%&
@
	6&&
�t	&&./�4	g#"
?=����%5&'&'6'45#3&'&'&#713&'&'#7&'#6765&'�7

0]>h!05''r
&&9m�YIAYI30(%%#%'IRi401,XQ]^dh]]ND	FL��.445of��@�$27\o%1#676707677!&'&'6767!7#/&#;7#374'&'4727&'"#"/6767'#&347673013�!j
� 

�
�Y?+'@$+^((�"
	 � <*4%�
���

`

��jH���2	
!


	#2��			��@� Tj������	*8HV_���%&'67%67&'73&#67&'0920#0011"15015"101&1414143014103030301201003101410501"1#3513'!&'&'6767!127&747&'6514'&'&&#"5#345&323&5&36357#&#2735&#1"'6327&32#"'767'#"'535#5##33?3&7''&'7&5#35476747167&7''&57#&7353&#1"5#35476?#&73573535#3450'01"50#01"10##101033230303052141417#'#1537357&'1&'36767�

��

v	k

jK
� 

�
�(';)#76#);'(�5555�	
-(

	$

		;		
	B"(
(':*#$
%#*:'(&



	

Y��

`

�:('0CD/'';l,@@--@@,M%%

	

%	%%4K|}P;''*+**'(:��@�-9@Re�����%4+3257!!6767&'&'23161#'##'3#3#3#'73#/21#"'&54763&7'&'6762716'&7676&'73#5323#53!676767%&+327654'� 

�

,8--E$#'





1a
	

fD��o`YX>?�*		�
�
��

`
�#!!RR77TT







B	



R
R��"!`6	��@�$15CQZ^&'1&'6767!#'#'#3373!%#7'373#'7'73#53#3#17#'#5373#5##73#/3'0

�
KbNRB� >
� �+1CC3)*3DD3*]''��SzzSQQ�%"%&=  <'�B+>3@,!' 
`

00@@��##
t.GI//HH.CS*)P!�! �ddd�YY�dH��O..��@� 5Ke�����7"'672'#"376'&!#"37&'&7!&'&'6767!4'1&+;6?62367#01&67;6?4'7454'#"'&'#"36?4'1&+;2?62367#01&67";6?4'74'#;6?167&#�i	�
� 

�
�@

(-U	
(@�

(-U
/Z�0
���

`

�f-	

@b\'&

kf-	

@!he4
��@�$CUeim�%&3&67&'7!!6767&'&''527&'&'&'672&#&7#327#"'&'573&1"#536761#53557&'53672#7#727#"'&'67632�$u�� 

�

�j/
.E


#J$	
,$$$$J#�F

�5�
��

`
�'	"		'"		82

r!U}}}�)�		!3	 1NN7'"'&56762767&'&'&'&76367&&'&'&'&'&'&'"676501�#*"#J7!! '$(*;
[*F	<,
NA!"~1Q3*63+,1$M0; !@&&'&F�
����`!!6767&'&'&'1&'&'&'&'"36765&'6737&'&'&'&767636&"3#���

`

\/	

NR1
%,9%"�
��

`
�� "
	 	UY)



&0����$FQ#&'&'#36767674'367&'1&'&'!67&'!&56767!!%3#&'67hC<=NE88!!5C<=NE88!!5`98U9..��98U9..��*���� D)*!!88ED)*!!88E`U89/U89/-����>Pf{��%67167167&'&'&'&'&'&'&'67676'&/67167'7'47161&#&4#&'&'&'11&'&'&54767#"'&'&767"'&'&'676'232367414'&'67676767&'"#'&'&'&7636'12&'&'[	

5--JY32
##

		"!�
"

	
	�,A-"!		
		

		

	
b		�!"''  -,"89-,98X!
k
^<-e�
�1*!	



			%% ~	
	
���� #?!&'&'6767!#373�+V+�
��

`
A_�_[p[)��G��

`

��*��[[��2�FJRdnrx|���������������%'65&/65&'"#&#"#&#0227332733674'7674'767&''35#&501750'"/6501457275'650501757'7#7/77#''7''73#673'376357'557#5&/53#3&'#73#7'3?37#77'701'3
8jj8674jk47
�s,,,-3843.,,,F#@b�SPSPOD|q:bSu	q9�{K�3ht36<<O)$$*Rkc[�a\&\ixZs

##B7#.�W
`a
\_YZ_�LLT03?6`Z4\f/HPK<'�Cf�VTXRRG2deX|y=<666GO?U+S]&&LX-V;�Z___\S==Ela�O����$#36767&'1&'567673#G�''�'f�				�
		3�X'�&&�h��	

�				{5����(57&56767672%&'67676767&'7&'676723>]EE#�rQQ""RRs<0/!.'56hLL##A@V�>23$EF^�#RQrsSS"�&-!11<86�#NMiVBB#9�)@#&&#"67267"'&'"&#+6766'&#&&"67632632�8//8!-/=*(;�%!48<++<84 %*>G9119G>*+"14;,,;41"#&8//8&#Q�
+*��))]""��-''��				��z�#0=JW%65&'&'&'!6767&'&'#&'56733#&'56733#&'56733#&'5673/0G;,-$!"#4~4#"*��

YZ

W

�G0/##9#$4####4+!!�

oo

��

��

��'����#'+/37;?CGM_�������������������77'7'77'7/7'7'7'77'#3'#3'#37#37#37#3'#37#3#37#3#35#367167&'&''6716#&'&#"36''71327674'&#'&5'#335#%#37'!!5!#3#37#335#535#'#335#35#'#37#335#3'#3d#��|�FX�!!/""/""�!!_""/""_!!�""��F""F"�''''0
	
	
			
yV��5�����z���u!!��!!��!!0""S!$""&




-
*
	0



&	
P














��"�"�''''o		
	
U"�"+!Q�jbb��}VV��+;;�!
!��!
!WB!�"�"��*<#"#54'&+!67&'&'1&'67673&'1&54767�j�j�����((��L���|g%1&'&'&'&'2767676701&'&'6767676'&'#&'6767&'&'&'67676363�!!2>**$#*)<79!!!		 )(*@,,*+BI10'!$$01.
 !2
='&/  w3 &%10%% )* 

('AB))))4,  "!""			
2 	
	&%=
/����S"1367654'&'&'6767"'&56767&'&376767673676765&'&#�P<=''=4! 	"

		 

5""54I�0/T5
	
>%&5#$!))*+#*-		--/L,,����.t&'7316767674'&'&/7'&'676727&'1&'&'&'&'&7676'&'&'&'&"1"#&03767676'&'&#}B[>22v19>23 �3+F54NL6755Ne			'	_@22><3s22>-(( ��D-5N4566LN54�	
	
����##'##3#3735#735#7'3�@Q^Q@00E
RgYYgRD00�6���p0 0��0 0p��@@
�v$616767&'&'167671&'&'167654'&'�M3333ML3333L ''&&�
				
				v34MM4334MM4300II0000II00,+AA+,,+AA+,����!!7#/#35��@��N!.-#M��@���[
[�^\��@�������� 3@v�������*:%6&'6&'4#"&4527676'&'&'"""'&#67652767676'&'&'&'&'&'&636'&54'&'&2""&&#3&&#&&&277367674/656&'16'&'671#&'2301&71676&'6767&'"'&774367721&'&'67631'&'232'1#"'&'&7123#1"'&74763231'67'&'&767125772377637767201&'&'6'1#&'&'476'&7167676'&70367&''151677677&'6731"'&'67676&'1&161767676'&#767167&'&'17676'&%"1767&'&'&17674'&'=					6BB;($	!			��J		
�Z
	
	0�    t
6
	I

j$		#''2/&&!

			*882R��5<=7
5;9/j

		�F8��	

	��

�

	

	

		

		

$+		

!!	

!		�	
	
	
	!	

	
	!� !! �6		3
	
	
$#�

B- @!
!-

	{$$;��
	

�


	�C

	
*���#D%1#"'&547632'"1327654'&#"'1&'1&'7667676'&#�







�







$�WV22'
JI�y&&#%*%G"#~







.







*	"#)&:%$����/<I]x�16767&'&'67167#&'5&'&#&'5#&'5673'+"=473+"'5&54763211676767&'&'&'"'1&'1&54767632#�Z<<<<ZZ<<<<Za))����		�



#E88!!!!88EE88!!!!88E@4444@@4444@�<<ZZ<<<<ZZ<<�)))

)������0
		




!!88EE88!!!!88EE88!!�"44@@4444@@44��@�%:Qj~%5232#010#"#"#&#1"#1"#23232367&'7!&'&'6767!##&'301676'&5&1"17275'&'6765&'565&'6#"#"#32765�

*


f
� 

�
�v9=
�!&&&'&"""!'�##>{� 
#���

`

p%1	$&''Z�		��@�&;P16767&'&'&'1&'676735!!6767&'&'#&'&'67673�K2112KJ2222J(  P�� 

�

�[Q7777Q[Q:;.-5p12KJ2222JK21��
$$��$$
H
��

`
�`66PX4554X5++����;Vh7&'&#"27'&'67623&'&#"2701'&'6762'11276767&'&'&'&'1&'6767�!		!	.�!		!	 .�H88 !"88DB88"#  88GV:988ZW99;<Q�,

1+$,
1+$�""88CF88!  78JF87!!�=9:UR;;99W]67
s7'7'7'?7'7'7'�gg��-��4M�ggM4��-���gf��-��3M�fgL4��-��	����'411676767&'&'&''7'7'77'77''7E88!!!!88EE88!!!!88E1~~#MM5NKc$MM5MK}}�!!88EE88!!!!88EE88!!��~~$MM5NK$MM5MK~~��:�9K]%1'&'01'&'&7676?&'&'&'&767667656'67167&'&'3132767&'&#"L
.L	
	

,,	
	�$%77%$$%77%$Br
L.L
	






�7%%%%77$%%$7����&8p67167&'&'%!&'&'6767!16767&'&'&'1&&'&501&?0176/6767676'�
��

`
��""""�		

		

0
/

a��

`

a""""[		

0
0
����=!"67676754'&##1"'&'&'&767636676762���32??23�
	$(			


 
		
		
'#��?2332?���#&
	
	 	
	%#����l#''"#&'&'&'&'45453676767&'&'&'&'&5367676#6545232323&'&51�)	$$R #$%#
�

	
�




4"%;z	��&%@SSG�#$><RQSS
		!865#-



! 
{	!����.=JYfs���������%'11676767&'&'&'761'1&7'761'1&'&7'11&'5676'&/&7161/&716731#&''&'1&76?6171/&716'&?6761&'56711'&/&71671/&716'?1/&716767#&'16731&GZE88!!!!88EE88!!!!88E�b:K@9(^BC@m�t�#�&mR!!88EE88!!!!88EE88!!�Y"*�I��	*mt�t�C���-?767327&'&'65&'3?#'6767167167&'&'!n%L`=>m)�"":9Hmq�0""	M$44>H::"��%%%%�G:��FFcB$;%-3G::""��-�-"#:�%%%%�����%&5151&'0/010145&50105&5050#4'54#45&145&14101&54'0101&'14#4'0501&50'050'4'05"54'&5&141&10'41&101&5&5'4'0'4#050/"501&'4'&'&'&'&'&'01&'"#&#1"#"1&+""090109016?0103272301216'&'476767&&'&767&672767670145�


41//%/.&
	(+*)-CC^E88!!�
		
	
#&)()		""

?./"9"2:BZ9:!"88E����#;11327"#&'&'&'6767673&#'1&'67654'&'676:V343&%-7,DaB65!!88EaC,7f "#++ "# 55�<<QRE"="!77CE88!!<�s0/AA/03BBAB2���1=HZ671654'&&676776772767#'&'!6'&'1'&'&?67167#767167&'&'�	87bSBC! "S5
)),J;:y-.&%I�^
#.$$		$t*)ϸ# 8

+34WKb(($0&&F,3!%%"�' ##Km**� ���A711#"'&5476;#&'&7676?327654'&#-	P



:�Z �
!%&!�<4



�1+*"

|

287< 4
IIk9
	|

 ����c{��7&71676156767'&76767&'&#"767654'&#"01'&'5473201#36'&'176676'&'&1'1&'&7276'&'113427673676/76'&&'&'&"g
))%%5	(',,!&&'77&
��6AA00&%6622@5)(066('�9GF:9

A@TSG		�h

]')1


(/! '66'&&		�	�6+,JC((

;		,

��6**R		X23C		l����+9Sr"117677&'&'56'&'67621'1&'67631&'&'&'&762767676'&#"##5&7676'( #$+*	8@B#"J�--N5*+%33FE[	(	



	27		$	8� '#W'

#)�)	

����	%##3#i�n1�u��iU������%#"'&'&'&'"'67676767676'&6�Y[?'4&!]E&ArwIH''

L�?,!
lX����!!'7'3��@=]\@@�@A��@���YY�VV�����-?N!"1;#3#572'5&+535666572=4/733''7'73733���
D8,�L3JP	 		��@��
%qo%H
!�l�!!

����4F]o%"&'7327654'&#'&&#67674'676'&'67167#"'&'1'1&'&767676'"'1&54767#�7RXaQ7<;YZ;<���""""�&}�&A+**+A
j]6���'<\6&'&74?565&'&'"6767016#09&'&'676761#"'&'&74772?601109x?HT9:#$3744N93	$[;:&'98.(N/>'./7/+�&#"2222%#=((+��-*(FH](!--5,*$%*3����
%H%11##531&'&'&'676767'&'&'67677&'&#"6767�&1 9:ME88!!!!88EI87"��&=*P@****@J+;..8=2112=<00�


,a�E)(!!88EE88!!$%@mbE**?@**>"012==214����	%'?#7%737d%�`T��SY��.��Y�}���T��&`����:L��9����fs�%#"#5&+"#54+"#5&"#5632376754#"#"'&#"565&#""#&#54+"#54+"#5&+"3567635&#%+"=4;23+"=4;2�$%%

			$$$������ �    &<		p    � �`$$`�@@@@����a%#"'&'5#35673#&'5#&'&'&'&'##"'&'67632237676762367#&'#"!5476�Y�
YY


e
%%


7Y�5$Y	
,<
"!#6����'6%1+53211&'&'&'676767'&'1&'#3536767F
FF
�!!88EE88!!!!88EE88!!�%x2F%�
J
%E88!!!!88EE88!!!!88E%%�J%e�!&7#57##'##53373%57'537'#'#53�!&=&!B$	$BKVIIV
VIIV
r��e��������?>&44&>>&44&>!!����!F7&56763'7&#"76'&'&#&76&'7'3767676'&'*0/GF,,2&8C(#"#"">&#^P@!#=(115' !

�3L&'H'$%

?/'G#

%$#" ���� -'7'711''&'&'476766#7''77'%+,,,+�*)99--,-9V22�O}J]]JS+V+�++V�f7777fe9987�X��I]]I��Y��&�?''77'755�]�VllV�b)22222�g��V ll Vƕgg2d2�22d���4%/&'&#&#'&'&'&"3016701?3676'�F/�/F"j5  5j"
�����(*)O((P)*(����&+6;%11"'&'"#"##&'&'&7&76767%35#5'&'7'35#�1		0&=<YY<=&��**�.12*(44+���~"$$



$$"CCB,,,,CBCS::V	 "	V::	����&+049>BG#!"'&54763!2&'#''#!67%#53#53?##53#53'7##53�
��
j
%	o==n
j��IIII6v@�����T@v6Tccu��j
��jK22K���%%J&&�,,I%%J&&�,,�%%����@1111#''&'&'&'&'&1132'&'&'&'&'&'&'�QRQF	"33:0P	$$1#	;�&'9888$RG+'33L5F.!/11
'&#-((����)l'"#&'&54767637!&'&'6767!&'1&'&''6767&236'676761&'&#36767676367227�			�
��

`
@

C6T
			%	
+

**E��

`

�A''+S;	
		!	
 ����Qh%&''67674'&#3236'&'676765&'&#67676767676763227&'&'&/'"#&'&74767632�59'&%$B


(:('	

�
!�	,-6 -.+C##?			(,-5!
TCC%&'	����;\1&'76'4'&'&'6767267&767676'11676767654',!!&&=n		02%%<
 R006#/0/0#)m	$!! ()OH+,(y<('H�97/9:01
&%5:))
54IH=%

%/67-	
	"	#$00'����Nk!!6767&'&'#1"'&767672&#67676'45&'#27674'677&'676767&567676767���

`

w"/0"!4&E&


	
�
��

`
��##&-. !
%!
$$2-"$R.%""�	


������%&'&#&'&'&'&'&7676767676'&'""4'&'&'&'&#""'&#72676701676321767676767676756'1#&&'&'&'&"'&54'&'&'&767676'216'&'&'&76322354'&7676767671723676763203�"			"**"			!	

	"	
		7
	
))
	
7	Q



	
	$
	�����!"3!27654'&#1'01"01#"'&'&'&#'&'&'4'&'&'&'&7676767676'&'&'"'&'&'&7632234767676322363232'&'1&701&767676'&#"#"17056'&'&'&'#&1"'&'"#"013267676327654767676'&'���@	



		
		

		
	$

$			���@��
&

&
	
		

		 ����,<&#6767&'"'6767676767676'&&'1&567672�+H/6X;;;;XX;;:
,22K/) H��22K(%2//0�
:;;XX;;;;XT=
2CK22

U+*2��##'K22.GGi����QX_fx70901097"''''7777327'67'67'67'654'7&'7&'7&'7&#'7'75''5716767&'&'
�
-
3=@DD@=3
--
2=@CD@=2
-���������ʼ���G////GG////GۄD@>3
--
3=@DEA=3
--
3=@D�����
uu�vv�en�nn�n3/0GG0//0GG0/����3?3##&'&'5676?356765414'&'&'3#673&'7[��,&'�C+%!-$)>2f��
�0>t�%�&8pKb11 3
,,g����0;
���
q�������471632&51##&'&'&'"'&5&'67&'7&'&'&74767672676767676767672632#63%16767&'&#"4767654#"'&5&'6753&'6753&'6753&'67571&'&'4767676767676?4'1&'2766765�	0		%%					 " "!
 	##(			/
��				2)!0)112M*)4I++#						!
,/ 1

h�''	 
		








	%%
 ,@
�i)**
2�        �-34G4<.**&'+d*"5))%����BN11676767&'&'&'"'1&'&54767632&#2767#537#5#53533E88!!!!88EE88!!!!88EG!!0#!!!Fu 7�$##$#�!!88EE88!!!!88EE88!!��!! !!!+
6!!j##$##$����F#&'&'567275#&'&'"#"'&547632676763276767�
!------								--!
���
@	�	��				�				

����-'''7''7'&'&7676#015??n;'al(K�\}* BN!.:%%(

Ah>&�1,'�!e
NF6
7	M"$J,����#<%#&'6765&'&'767676/&'1&'63#&7&7�!;:ON:;%%89<%(�#/	nnp=


"''1Z5556YC10
:���?%=�#e�654'&#"327654'&'4713517&716714'1&'2&'&7676767227210167676''7&#"32767674'&'a



CA�]+

&#	


	
		(	�
AC


`"&&23''!$
?f\>���##$74&&
/	%$ 

*)8	�>\f?
$!''32&&"����W11676767&'&'&'11'"'&'&'&'&767676767676'&'"'&'&#&5676767632�E88!!!!88EE88!!!!88Es

e	m$2�!!88EE88!!!!88EE88!!�"!""		E

/����11676767&'&'&'#73E88!!!!88EE88!!!!88E0�U��!!88EE88!!!!88EE88!!�������2<W�%/&?6'6'&776'&7&'1&76'7&176'11&'&'&'6767674'1&'&'&67236'6'&1"1676'&'&&'&'&767&'&676016'&#"41017674'6762765016'#014'&'7676767677-

	
H	0	
�!!88EE88!!!!88EE88!!B

	$
		


	


		
�

	
,tE88!!!!88EE88!!!!88E+	
			
	
	

#$
����b%11&#&567676567454'4'&'&'5237670#&'&'&'#"672767673#&'&'&'2'"';2767673�WVVn

	(@@DD6
�
W2-Y)d
&<<>=)
�		
(�'+
����+;\p��7#53?3#5#'#53532+7276=6'&'"#"#15367632'"'&'#76=4'&#"32711001!01&&'67!009!674'&'!Z$$B	/
.D	+#:" -8	�|��|�	�||��IA�]][[�	#I�0rY5	r�,&		
#		$
		
��
	�	�|�	
����iz%4'1&'&'&'&'&'&'&'&'"#41"1"#"##01223;2363676767676767676767674507015&5'"'1&#"#536�
	


	 
�			II3�
 



			%

^� &����?o!!6767&'&'1''&?6'&7676'&'&0'"'&76'&711'&'&23'&'&'&767676a��(())2''&

	
%


	
%
''&
	�(��(((��%


('%�	

'(%%
		
����-1676767676'&'71'&'&7676�>??>F/.W>?>?F/.WP+,==&',+=='&�	11G*&'W	11G*&'W�=&&*+==&&+*=���5:FKP%11&'&'&'676767#&'1&'1&'676767%'7#'#7'7/'7'7""::GG::""""::GG::"" 32?>3223>>32��W%W%n/213DEDP77�G::""""::GG::""""::G>3223>>3223>�%W%W�^ddk
uDE+77���#,5>GP|��7'&7676'&6'&7&76'%6'&76'&776'&7&76/76'&1''#'&'&'&'&767&7676766&#1&'1&'&767676'&'&#"1"1'&'&'&'01&'&'&776767676767676767636576'&c				�
	
V

z

		�


u
'
	
	P

  !!"!)10-5((F		



	





"
	
	H

�

�


�	:


�

8	
		J
	�"$$#

%##37K
	%%
	




\
����I^t15&'1067454=6767672767#&'&'"632767675#&'&'7!!6767&'&'1#!"'&54763!2�







���@ 		��				@		(��` �x��@��				@				������5G\%'&57'6'&'&'"'6?''&'&?672'67167&'&'&'1&'1&7'7'#�

))(-''"/L+3D"!"!:j	
A�)( ))9:4'��z&?+'!'&( V.=
B	
���$$"'(7C))'(����-]�%5'03670167676701010145&54?6767673176767676'&'&'&'&'&'&'&#"#"##0#&&'1&'"'&/&'&'""2176767676'B3
!!+2&']�
((	!",/%$�			9"##$,-<;-.

	�B
! +1&&			"x$%00%$	
++9;//

	J







���Nl���!"3!27654'&#&1'0#&'&767676'&'&'&'&'&'&7676767676'1'1&#!"'&54762323236"'&'&'&767676501&76232361#1&'&7676"#1"'1&'6767676#�;���
	>?../
%

�u��	
*,+	(4��
��z��



)
 0

�	
T��D31
G�#23 #��)71'&767676%1'&'36767674'�()*'()*'_:KJ:%+*6&56>L=>$$�70/76//79^)(21#"-%$>>M
���P11276/&'&'&'67673'&'&'&'&76776'&'&'&27765&'#G99#""!::HB9
'-X:::;W�v6$+'&%8?,+)(=2&�	��!"99FH::##<;YV::��h'$,&8%%((?=**��	����BS"17676726767232323236'6'&'&'&745&7676767�/01(		*),)
	-22)(	6%+* 
/.d2 /&!!"�

"&			##)=%%��
	
1�NN^fko����%777'7??'7'&767672?6?77?7?''&76?6276777'7/???41676763?6'7?7''7''%67676'&76767?&'&#7'�###"@/ 
 ]�

��	'A$$%%7 	K
:(~,			8��( 9
&' 
+"%

(&9m
	"?
	��qsvPS�xx$&


	uoV\F


	

G<!-&(Kzfh?B) 
+.O,-+#'%' 
*(?BR#	

	&'����!9Tf763#&'6737'&76'&?673#'&'&'&76711676767&'&'&'1&'&'6767	W?�4B	O�5
$ZE88!!!!88EE88!!!!88E�==\[>===\[>=G�

s$�"
>"
." ?
!!88EE88!!!!88EE88!!�[>===\[>===\����6N!!6767&'&''&?67#&'6737'&767633#'&'&'&7673���

`

����3A	V>b
 4�
��

`
��"6r#

�
"&%!7	W�'ASm���721156#&#4766#7#'7&'6&?3367632''##54'1&&3276573167632''##54'1&&32765747632#017'3''&?456&373362#45016"#5*&&.'++N&
	'Q

:&
	'Q

5
!
L&	$'L&7'#
'�	
	L'%0

_
	F�==
	F�=$
 

).	

Dw��@�5>%654'&'&67676'&'&767673773'673'67''7:+,Rcml[O\8984sH��2+ /!d=*D"e"#�!-fI�!#"fO�=72$$
3*ABP��))." =+(63"%5
GnQ)5�|����#8%%5%7&'&#"3676637&'&#'671617&'&'67�����@@�/--67,-GQR9� 5!.="yCMNHH31)ABOOAA*�6��6��H+*8
G.

/�4		 E>%$$$?���4!!67676'&''/767/?6760��989: s)4:E	g	_���4��n@
=0dq	
w��6J���71#01'&'#'&5&76656'&0#&'0#&56767676671676'45&#&7"/&5&70103237476;67476;604#"'&501'01'#"'1&'&'563676743676'&'&'&'"'&'47672#&'&'&01'"11#'&'&766767&11"1&76761676'�
	&
%'	V
	�2$!!%!!

	
!	)6EECXRQB��~s
		!$$			�		"


	E 

	
		
�	����$$S
��
	

i'<S0!	
##

����0E!"3!27654'&#1#"'&'##53367632'+'&=47632���				�				@C @@C@..�		��				�		��&
#�K	%#		����Yiy%11&'&'&'676767'6'1&'7'&'7'&'1'2330#"''"'&'777676'&'67'1&'1&#737'1&'1&'73�!!88EE88!!!!88EE88!!�		%	
		
#
#>	�E88!!!!88EE88!!!!88E#	-+,-	
3H	-,--	#W<
X6		����(:Ef67161'&#"'&7716'&'&76'&76716'&7'5&'6711#"'&747&#77675&'"N1==>=2		

BTTA
			cU))
,+A�]..
((P>

G

@?
$#--#$},/


>:


�]

JIV@==..!QQ`SFG

OH
H


A<G44G
s$0<HT1#737#3676'6'&'#367654'&'3#367654'&'7#3676'6'&'#3676'4'&'#367654'&'�)GD~DF'�DF)�DG'�DF'DF)�DF*KY


(Y


�Y


Y


6Y


�Y


6Y


����/h�76316323"#"'&'&7&1223?6'01&'&##"#"#"'"'&'&'&'&5&545454747672723233'&'&'"'"'&74'&'&#"'"336367676565&5�>'

0		
'�,
	$$PM$$


(22AA22 U			
	*�
	_�,


	$$QP$$	
'

$$RV)(�-
$.����4Le%&'&#&'&'&7&'&'&'"'"2327676765654'%6716323##"'&'&7'&'&'&76763016�	(%
 2C"
0011/#
��
	# 	
	+
�M2	?@	�
2)I;I&$%
#"!!@

�

	����	"',16;@EJOT35##53735##53735##5335##53735##53735##5335##53735##53735#��xpp(��xpp(��xpp�H��xpp(��xpp(��xpp�H��xpp(��xpp(�����xppx��xppx��xpp(��xppx��xppx��xpp(��xppx��xppx������*;%1'&'&7676&'1&'1&767676'76'1&'1&'767IVJ78	%%8SPP56##<<H�++<=)+	5FGM��('>>HA22%>>[J;;!!�</0 !+[[w?����!*EW&'4767&3276'76'&'&76'11676767&'&'&'&'1&'6767>	#17$%'%
	
LT



		
>3223>>3223>D----DD----D& %&7

+			
Xp

�23>>3223>>32��--DD----DD--���"%#'57327167654'&'&&3�8��9�%  %%  %�9��8��  $$    $$  h�/jw���71732767676'&'&'&'&"1#"'5#"31'&'&7&'&'&'&7676&'&'676676''&/#&'5673'&'5673#75673#&'#&'5673�'(<(56'4#"
8!"%%+
/1�6$%

)*%%$ 
�((v				�p



�4!&+0,,,	
+(" 	 	$$
!!"
"&
(h(((				]

��
2Ye�7&'1&+36?3+3676'32?#"374+&54?#311#&54;6?#36?6'&'%#"276?6'1#32?332?6'&'&?6;2+32?6'&+36?�%#
	 �(%�N:	#09	L$
�0

	b!5	/

C
�
�
`	
)#

4
"�	
c#b@	(!J

(
����7!13/3?'9'?#'3#��#��9so
bc156�p{���t44�P/2�J&=.//����)%1#&'&'6767267&'&#2767&'X,,C"//7E88!!!!88E7//"C�,,O'&!!88EE88!!&'N��*�<��\&76767676&'&'&'&#4'&76'&'&"201"01&'&7&'&"7676727#0#0#767476725010'012410767672323#00#057676076767650#0'&'1&'1&'010#"'&7676767&4747656'670101&7767676'7&'"'67676'&'&'"'#&'&'&'&'&#"#"'&'45&'&#"#&'01232&7677676767'6017676'&'%&'6&7&5&5&'&5&76741671&'&'&5&76767056'&'&#"#676'&2767633763'67'676'&'&67&'&'"'67&247676'&'&01"#67676'7&'S	"
 9

	
 
�( ,%� $%
%))�
	

		
	! 
�z




	





				#
	�]
)		
:# 	$ {			
.+
)"�!$1	$&/
	
				

%!

�

		




		
	

	�%9Kav3#5'&'4767651327654'&''3#5'&'4767651327654'&'%21#!"'&54763!5!!6767&'&'~44)@								�33*A								D
			��
			����8�4
h�	




		

��4
h�	




		

�		�
			
	 �����#V^727676'4'&'&'3#"#727167#3'##&'&'&7&#'&'&75476;0363274'36'&�
	O&��w+J!
		
[R		T6		�@@&%�	�7




+�!

8����-335#'35%&'1&'&367676967676'5#31WJJ>>�)*8VJJ..`//7''4S>?�__"J===�8)*?>S4''6//`..JJV�__��e�HZl&1&'"&&'&#02767054#&'&543676332720"3367456'&'1&547673&'1&'6767
:>CC>:8CP
IKLH
ODf���zUTSR1	
!!
	1��������211013676767&'&'&'"'7&56767�>33�>2222>Q$%66%$$%6�22="",,!!33=>23��K"6%$$%66%$����#5+325&+32=#���^r__���` �� �dQT��~
����	<AFKP%#535#35#35'#353#35&'1&&/!327677676747'%#353#353#35'#35^BBBBNBB�BBNBB$
#�M8nwTT)
�BBNBBNBBNBB�;;�==�;;H<<<<d#
	',,#B54c 
	;;;;;;H<<����9<Ea%'#67676'&'&'&'&67654'&'67676!7&'6767167676'&'2�[  $$4,

	8*+P"//�3,+*	
"	
2RA())0))	


"?.-@m�012!!!##����
):FShz767167'7&'1&676717&'&'7&''6767167&'&'6&'7!&'&'6767!&'1&'6767Z2#$�  !$�$%!)c5)(!&#
0!#%�
��

`
@--DD----DD--� 
J�
&l6&&!;0
1$���

`

�D----DD----D����353#3676765&'&'#@kV//-,\��Q67=Er��w7/0><01@ !239[?E���� )2���67162&'"5617165&'&"67&'#67&''1&'01323721&5676676632'"1''#"''&57"#&5473&''&7676767&5&'7676363676367&7676676222'%4'1&&767676'&'1&'&3276?&'1&#101"1&76767676'9


�
��>h00


	

	
D0



,_	
 5

=#
�� "4		�
�


j�
h	




_	
	

$
		*
		
� 	:T	 	����(#3&'6713&'&'79!67673WWdL@�#�$�1��!!J3&%` Q��kQ�tL	%%	@bU67*0.#���)�%7#5476735"'&#"#335Y(7! QQd�]<O  =F]������#>176767676767&'&'/&'&?676?6lEF%	

NIH//EEk�I	
:		OI	
:		O�BCj6-.!	
	;;XjCB�t
	,<	t
	,;	����'###535353##3535##3535353535!�@����Z����Z@�����������&�����Z@����������*=M73#3#572'5&#535664'&#"3#572=&/73''7'73733r]M;�
&i%E�	!	n
*+
&
&�3�"#�3c-

 ��"
�	(�"[-

-%
&&!�����`7#3675&'3#36=&'7&'&'&'&'"'&'&#"00111011111001201010003211132010201010110000111011010101212322123032320321232303212230303232323012323232321212321230363230323212363032303216321230367670121474707014707412547250503474341056701016565070147416141654374705257074147056567470105416565434505434541470541474145650141705056501054145654501450505505250545454545&'5&'&&'&'&'54733547335473356235&'632632327632#"'&#"2363567335673356;2�v�*44),))12))-
((

		
�4444}		?Q'		)Q?��	L	


L	G�Z

1�����"C6716716'&'&'&7'&'1&67'&'&'&7667&'67674'0
	�
0)-6\====\[==`
	
 1j	
	

=<\\<==<\:0��H�~��&5676767&'&'&567&'6767675&'&'&'"#&'&'67676'&5&'&'476'&576767674'&'67&'676	@AcQ43""9
	3'&>
			
	>&'3	
9""34QcA@	$%>?M
M?>%$��J

,1hHH|h@@XE88 	
32?G77\	
%
&&    &&
%
	\76G@23
	 88FW@@h{HHg2,

06N@?''��''?@N60�/����%0%##&'&'676727&'2767&'&/#35&'&#D
&48&%%&86(>A[>2221?0+,$
(jv4%�##&&99&&'?A23>>32*qY)1����*l1"'&'&767627!&'&'6767!5145145#"'01&'&'76747010301'&'401#76765,	#���Pv'
3-!!%$$%-#g��P�/0Z($;+

 "

'��c�>T73230127676'654/'&'&76767353501'&'&'&1727676'&'&#+3)(3$FN-.
('<.,8787�)""*#

6-3
1!"A,-Y$"6  =�HH<+,
.n !E.))
**,6 !���	%3#!7!'S�����Q6Q��0�Q�S������������%'%	'7654'%'E�<�����;AA<��<��ݡ<��F�"@A#��<� ��@�3i747167167167&'&'6'4'&'&'&'&'&57&'1&'1&'327676701270367674'q/	�	

	



�$  $%-$#'!
 

""'
��~�)4`l~<Q`u�#4;NUfv�1921677476567'&'&17'&'&71101&'&767767650765&'167&'&50171'&'67#"327676'&#7&5&5476767276767&'&'0101&#&'&547676'&'&#450#&74767637'4'&'"&'&76701&&'&7&'&545#1&'&'&#0201""&'"1676767676'&#63"#"&'&'6767&'6763%&'672&'&##&'&54'&'2&'10'&'&'6?6727676'&'&'&'&7676301'01&'&'67632017016767672453&'110101"#&'&'&'&+"6767"'676'&'&71473"'&'&'1&'&7673767677#6'&5&'2767'1676501#"'#"367676'&'=

 
�
 
>

��



			





%++&	+		
	��	
	,	 		


 ** 


		
	u	
		%.
	o,v,Q	

L%		�
	

	
>



-

	


-
�f













	

	

$++$		




			(


�
	





	
�

+
2
E

������->7#"'&/327'67676#&'01&3676?6701"'&56767"'676?#'"5676767&'&547676760#'41"5'"7'&70567621276767676727670147676326767610161474767632676760##3670767657'&'71#1"'1&'67672?64'#"'41367�"21!�


		
			&%
	
	
	0000�#"--#" !1


=9
F


9PO

�}	




	
O^
	

			
	

.
	�	1@<)����0!!6767&'&'1010101#5'36767673���

`

���P%

#Q�
��

`
�6eg�8

	7�����!!6767&'&'"#1&#1"'1"#"#&547676507676'&5&'#1"'&#"##""#&7472767676=&'&'&76723322327630#3676'654545&'&'"1&7672223236327233���t%

p


	

		n		


���r�k






=f



e> ����411101#67676767673671653#676767j  )b !*b<*b  *b  �A)(4A()5��4A()5A)(����GY%&#"327674'736767&'&'567&'&'&'&'&'65&'&'67&'1&'6767'22!.7%%0



'�Z�%9-!22%$82##>



=s�����\q�16767&'&''&76723670125454#'&'&7676327674'4747636767612#367675&'&'&'1&'6767�I0110IH1001HO
	
(
	*�,,�,,yR7667RQ7667Qp01IH1001HI10�
	
8(%

%	B#/		 ,�,,�,�d67QR7667RQ76����^%'&'&5&767676367016765&56#1'&'&76767276767654'454767636767612~+	,+++
!		N/B<)"!N	R/2)(("	
{DG����^y��&4JQZ������6NZh%&'1&'&'&'&'4767676'4'&'&'&'&!6767656"'"#"676767&'&45&767&'676'""'&76767674'&5676'67676&6'&'&'&'&&'&'&'&'67123&4'&567676&'6'47''61257674'1&76/&'1&732&'672#10141727167#71#&'&5&'&'05&76#4'#&'67677623476#7"1#67&'&'654'&67676716&&74763127&'&503'&'1&7'&771767676'&'&'&'&'&56'&'&7'&'1&'"&'&7&61&7676717'&''&'&'&'&'&3723�	!01(	���i"
%
		%$


		
 
�	
	


	
h
�.8��		
	5		
	$S
	
�


�
	`	
	


�,
�\



4:;*
	
�]


�	







+)) 		}	
!	:&
%	I

@
	
F
	
			
	

		
	/����2X~&#"767676'&'1"'&'&'&'&767676323'&'1&767676'&&767601"'&'&'7&1'&301676767676'&##?6'&'z>D?88$$;;AA:9%$;4016

&#77(	�* $@%%*2SSN9	--11�
	 �.�%9;AA:9%$;;AA:9%��2

V

"

MHL.$99?7	

����=!!1#&'&'7753&'7674'&/&'&'67676&#��@�"*c:"

(!

��@���!
��@(	#
����&M!!6767&'&'1#&'&'7753&'7674'&/&'&'67676&#���

`

�"*c:"

(!

�
��

`
��!
��@(	#
���?[x��?7'&'"'&5676%6#"'&7&'&'01674'7%&767''&56762%1"'&'&'67&547672'&'&767673'67&'&'@<.Q.(	1;B4	
		

c-
	
	

@��
.
'-			i



?2M.(1;B4)�<##	--<<##('8;J';A	 *				

�08E4			

6F,&h0,;,&18E4				-

<A+'
i	,-=;##	--<7""x#44#����=!&'&'6767!&'1&#32767537674/76'&'&5���

`

�



<

1(
, 
`

��
-
�

*L?:

@&����(4'1&#276=7676/76'&'&5�$%p[K
! SN*"��%,L�sk!vG	����lqw������4105"50'0101&1'&100#101110115450#014501"141&1"51'&1#0"010#01031212301016376=76=4'%1'57'001001019021097'?5?5/57'75?1�a`P`a��]�xPPQ�/!."�"/\PT\P;C��-!/".PPQI/"L77i.�77��ooi5nc.//���we8�4-15."Gf\K[...�[[���':Wl�%+"/+"=4;256;2'#";2=4'#54+";6=4'7#"32=4'#536=4+536=4'7!&'&'6767!&'1&'017676767657
%

%
^

$
5�55$$$$�'��('F(F55OO54++E(�Q20Q20QQD@Q
DQ




d��('F('�A*++*A9))
,1u
0S3'&=535#&'&'76'535#56325&'%#"'5#76501'&'767675#N	
�	&+'',��
M
	
&($Mo�	#ЮM$,�#MM,Lcqq�F(�����
''7'7'�@��@�޾  ?__?@�%\\�%����$�77$���@�:FR�7671671636767673#01&'&''&'&'0#"'"'&?6514'#36514'#376716767416767&'&'0176'4'&'&'&'&567677v


	
n��XX"

--DD--


$$66$$
�	
	
B�@�%B+,,+B%4####4���/Ej71#&'&'&'6767672'1&'7676'&''1#6676'&'&&'5&'##33675673675&'#r56TF88!!!!88FT65)<BC/
1MLDB

-;�200!*"(>?9h0((0((�]BB!!88EE88!!BB]d*/C

.1MME>@A+�
+$)*',87/1(p((0((0����	3#5;#53#5;#5�������������������������%767567676756767675!�@���


	�

�
		
t	

	

�����'6C11676767&'&'&'476327&#"547632&'547632�E88!!!!88EE88!!!!88EP0 xx 0�!!88EE88!!!!88EE88!!�� �
��: �������%%3&'&'357%57365&'&'&'3`l!78DD87!lhh����K
!!88EE88!!
K@7    7�ii�0��&*E88!!!!88E*&����&DXo�%&'3767#"'&'5632'6312&#"&/327675654'5&'&&'2316367676545"'&'1122301&'&"#&'&01327014'*d,'01@@11',33+�3@@2

-11-
Y,,;;JJ;:
,,*8887+�3�3�'%J

�
�R))))R�
:.-F01\--.-Z01E..��

	)7

)	{



����Cy"/&76767676?6=4/&7675473"'&/&=4?6#74'1&'&'&7&7672;2765&'"'&'&+"67�
	>		/���25		0���	
�+)		
WR&,9$
;Z<%k�jj�	
��8�k

k�k�
	A:			>@@ 
*%#53%!#5#5!#353353#35353#35335335    ��@�`�@  ��@@�@    �@@��  � �``�� ��````�
>�B+U������735#3=&'&13167#&'&'#1;276=#767##"'&'5#5676354'&'&#"3%275&'01&/67=&'&'&'&'56335#&'6?'&'675'632#"'#"'5632'#3135#h5O&%!#01""�  !!!�	(%

		)&	
�`	
#"$%I/�;?�
%%0#""#0%%%$

-	
qD				4



:

Z)^�����0I[m�������!361147676'476767&4'&'&'2'&'&'#"'&'&74767674'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67654'1&#"3276=4'1&#"3276=4'1&#"67657&51&'&'67X 	*#!%8! ,,00,, !@``@��HHH
=SS=
B^^B�8

*	,>��J:

:J%!"/0"!%hBB�BB�BB�BB(


���� (1>HQh&'1&'1&'67676723=367#75356'7#'35##5##5##56'3=5'575'#353&'&7'676'�E88!!!!88E���`F)o9		s�D)*�E
EEEE$
8!!88EE88!!��p��� ]?�	6

480M<=Np0!!0�gE


��8�
D|%&'1&676703167"'&567674766'1'&'&54765'13!76?37676'&'#&'&'#54'&'#&#"#&� �
,
			8&'  
�! A
V	

�"<<)H ##	5("!<(	2211U��
#���%1&'&'67673#44NN4444NN44�ZZ�N4444NN4554N�������5P&'676767676767&'&'1&'1&'67671&'&'&716767&'6r<SY:;
##
;�-,&%55RM54%%,+o  .3

;((�?=<['%&&! &&&W?�R.-@@:S8888S:@@-.- )*&

""9��Xj��%56767'&#"#01'45&/#&'&'"#"01323016767765&501723?&'&/1"'&'476727'1&#"532767676767654'&5147632'"'C
		
					

		
		
		
			

	
-	

		
		�a;LL;
	;LL;	��,,/==/--/==/�
			
					
		
			

							

		
%a78	78	�/==/,,/==/-,	����co���1Mi727127&#&'&'&767676701"11'&'&'&767676767"1"1&#"'&'&'&'&'&0101212367&510167''1&'&'&'77632010&'&'&70316716"105&'&'&'0#&72711#52767676767620010101&#'0901"#&#"'&'&1010172767676%"'10503272723230##'&'1'&'&'&"14367230#11&'&'&'"101432�		
&& 


'/#$%		()��!!!
&%#
		�	(22%!,$g	






%*��
	'"s	
�
		h	

	
!		(9
��

�
	

+v


�	�
	�
	��@�1J%1576'&5676'54'&'&''&'1&7676301776?';
͗d"*"# 	�^ $%:,��"�a.LNLI66#8
\�
	���
88�

06#1����"/5'76'&?6'&/6'7&3''017�b
��i
#�m����	�a�qS�ZjP	!
,

��
Q�:(6	���	:��	����%.U^%&'1&'##"767675#5327676'&'67'327675&'&'&3#";56767'&'67�
(k0;k��vk92!k�%�0f


)/>��f
)
0�����':!!6767&'&'#5673#"#"#5673a��))))�
�8
�8

��)��)))�8�

H
8�
�����11676767&'&'&'#"#"#"#"#"'&'&'&767676767632370176763232327676767632323676#"#"#"76767632323232�E88!!!!88EE88!!!!88E�	

DE

						
		;	�!!88EE88!!!!88EE88!!�34
	#"
..
1					����(KUfw#&'&'567673'&#"#'#35676327#"'&'365654'&'&'&#"32767/#67632327654'&#"327654'&#"@�6$%%$6�6$%%$6	$
	t		S


 "	3P







 %$6�6$%%$6�6$%��Z"h		
%"G	



d	


����
59%6716/&'&717676%6767674'&'&''"&�� ZAB�4
$

]�
0��8GE88!!!!88E�&%�	

'6b944T@
.%)!
"
%P"!!88EE88!!���I;��>�#5j�%"1327654'&+"1327654'&#3"1327674'&#7&'&'&#"&'&7673276767654'"'65676'&'6767

	
	

	n	

	



�
	
	
	

�)(327$$2))33))2$$732()��-,3ABccBAABc�

	


	


	


	


	




8$	4BB4	$)..)�
8,(8@****@@+*����611676767&'&'&'#'&7673'#7632#"##"1�E88!!!!88EE88!!!!88E�Zp
	KTUZ��
		e�!!88EE88!!!!88EE88!!�\�cc�

�w���w	"',16;@EJO'7'7'7''7'7''77'77'77'7'77'7/77'7'?'_7JNa�."7A %	"	<&	)#.'UF7(T*3)=5P"3CBY,".',)$#$X##TJ
"!-
&	%;	/1@
)*r@
D�96�_	l--_WOVB?����PY577'&'&'6767'&'&'&'&'&'&'&/?67654'&'5'&'67�D66DT%;&%'&;8
	&,$,@**
>t���`5#(6
,+>>,+	�A
1
&*4,,B3'

��711!67676'73&'&'&'X+AA98�x3%&/ 0+11'(`FEPP6�23A&%341�8N"#22@mST22����%'67&'&'677%&'1&'6767��//FG////G<-���7$$$$76$$$$6�+8H/00/HH/0%�v$%77%%%%77%$����V7&71676'&'?&'&'&'01'&'7767676'&'&'&'&56766@;CEVV?;C		
*@?@A0�' )


(

8FUV?<BEVV?2�)
	'	*(
����!E%'&716/&0?6'7'&'&?176/&1/&?6?6'�:DT^�-��
��+�29_\�-��,ARJ�"��}��*�'7\H�$��.K]1&'&54763231&'&/5676767&'1&#"#"'&'&'676?&'1&#"6767�4  1m!:aG  01  �			&�!  !0  O!k'f0    1� �!!  ��@�
%"3'&'1&'1&'&'&'&567676'"#&'&76'"'&'&'&'&03207676567276'4'&'&'&'&'&5&'&7676767676767633632765672327&'&'&'&'&7676767676747676767676767676301667676545&'&'26
		
	




�N






	


)
			
	
	




			����:6767672237??7'7''''/'7'?�'8P
	C]8Y8}�R�sf�|�1.�+l&

,ND%'$J
.3E6
{l&Jc&Tz8a	%E�`'Q`lt������%1"'236767&'%671672&#&'167&'&'&'672354'&##&'&5017#"'5#675#35367&'#3753#35367&'#3753#;2=#+"=4+323;2=#+"=35#53354+373535#37353735#'#�DEg&"gEE2.��EEg"%gED-2<	
				y  "'



9'

9	&	?'4;�1! $$6-!#6$$!!2!-(		
J7777VH++H+"		
>=		



@L����5!"3!27654'&#'1&'33675&'##6767���



|



�:**^DD^&%66%&""9�

��



|

��""9D6""""69**����'575'7/7���X��eWe�UYVX@����-uKK�:5:O17/5���� $(,048?CGKOVZ^gpz~67#'5#345#3&/#3&/#35#35#3#3#35#3#3367#735#35#535#535367!35#35#!67!736767#73014=#535#�</�/<Yggr�ingggggggggggggg�niggggggg������gggg�1
����s5gggg �9
	#

E�(C`T
�

�
/>E�e

s��

%
		R
��r�=e�111'&'&'&?6?676767674567036=4360"'1"27676'&'45&'"'"'076'&303'&'&'&'&'&'&'&767676'��
	�

1�
��

	�
	�> !!��	1���;	�����3L�����%1#"'&'&'6767632!1327676'6'&'&#""'&=6'273221+&'&+654'&54?'77;1654/&547416167;5&'73'&'73'&'7;27676=4'27+'&5123'7&'&547#&'&547&'&547� 99?@89  99?@98 �734::4334::43�	
�Q	



		fc	W�B77!  "77AA77"  "77A<2332<<2332<?a
�		
)



 -;^
�-
H

����4W&7167327567'#"01&'454'&+7567;167676767676'&'"'&#�		 cDdeDc 				CC		

3%?	

	?%��!!vv"
����1m{���&'1&'""17676767767276767676'&'111"''4545450101&'&'&745&76767201'#1"'&'&5636'1&'&567#"'#1"'&'&#&54321'5&'&'&'&'&&767161272?6�	*+U#$./#3;

>** $$5

0,('H&%	� *&,/#"39&%
!
�8e"..((4


8`=>�.				 !%&T/			65QQ!+!%=! %$Bb9
	
		


����:!"3!27654'&##"'&'&'&#"'67676767676'&6���



f



@B.



%	
C2�

��



f

�/RV45		8a. N@`�,X�7&'1&7'&'&73067610176767301#!&'1&7101'&'&730676#767673#'1101#&'&/0'&'101#&76701747673i8!$$!8#�8!$%!7#�
8!%% 8
$`

p
KK
p



p
KK
p

�

p
KK
p

����Xm�1716767&'&#1'&'&'&'05&'&'67670563230167676762!!6767&'&'"'7&56767�8%%
2$8&&''6N		



	b��

`

�)#T--CA/.-.CE%&8& 0
%%87&'�





��

`
��R%+C-,..BC-,����0B�5/7''7'/#''773?7'77'?"'1&'67632#''#/'7''7/5?'77'7?3/2767;?3?/�

wH/7'6''
*
$%7&66'5%$*$-&	
			-(
#&4(66'2#&)'$4'4.
	'-$����"+kw11676767&'&'&'47&'&'"'7#6765&'"#"'&#01'676'4'"#"#6767&1"#'76'4'E88!!!!88EE88!!!!88E�k9""�!CD#'				"0R		10;Y>

PQD3�!!88EE88!!!!88EE88!!�1*��55C�	»
G_��.9))J���/!0;>32����!Df}%1'&'&'&547676763'&'1&'1&'&'&7676767&'1&'"767676767654'%2113276762&'&7r!;3*�

	
27
	"$$��,1>=>!�) 
!
	%%.�
!!!&	33>?<#")881!

�		����7#7&'&5676;#5##&735�W@`"+*?R7..#%���""9P)(��
?=���.�	533#�o7R^4y3@�*����<�C<JRny�#4767"1&'&'3676736767676501&'&'676703&'&#735367654'&'#3#5673354'&#"367237&'6?#716?##'#'"'23u


	
	
d*I#))#�&5

"

f
	5#$3!

	

	
%�B&%M�a
&
		J
�ss�	��@�%._n��%#536757!&'&'6767!276509&'1&'476721&'&#"&'&'6763236765017&'1&+3532767&'"3672671357##'#'"#23?.0�
� 

�
�@
	
		<				
�3Z&% 
f$
%�7?

��

`

v




K
6�/	

DQQc"h��c�AN`7100&'&7676741672&'&#3325276767676'&'&'1&'&767677167676'&'�
!


�&)$)#"!!	��#$!B	


i$""5)++&'%%()#��(44-���,/.!(55.$%%/.,����;fox�����#8<@"/&3676?2=4/&=4;2#/&'56?6#74'&'&5&76;2165&#3#"54+"32?&'67#&'67#&54+#536#01201'4#32'%4/&+"?6=4?63276=%/&=4?6756&1'"#"3?0=36=4/&?6/&=4?6?"32172=4#'0#54/&?6745'13#'3<::9	:::/
7


		��>=$%P===%-�===%>$M�==>=KM!B!!B	
BB	B!!B!B	2



		�$$_,		,_h�$$G$	^�

$$G##,G##G##|�����3e7671676'&'&7676'&'&'&'&'&'&'45717676'&7676767676'&'&'&<<ZF;:('**R
%(#"! =/(6"5
#"77ER88�gBB
01?[JK"
FE(FF
,!701:;9 .;:/IX<0/<=^���L^gp���������&'67036'&'&&'&'&76767677676'&'676767&'&/6716&'&'67&'67'67&'6767632#"'&'&'676?&'&''&67'61&'&767&'&'&'676767'&'&7677&'327'&'&'67677&'67'67167&'&'�	!#			)*! 	,*�
!"t









�		gt
"!"#	

t
!#
�#!

$&�







-!!

+			+


  ,U		'�

y



E3



L



q=

%��  !b
$	
	!!k  









����373373#/7%7>�NxN�())Tj
���2�
��� QQ���/9
/	86�I.Z����%471656#36'#3'4'&5&7675&'&7&'1&'4327&'""'36765&'&''5#&735#745654'5654'45&367''017&'1&'4327&'""'36765&'&/1327'#'305674'&'63#e**j$

	 

��K*)
		�$

	
 

�"!_!9�0
""
0	 





;�0
	
0

""
�";





E''
$!B����<Tk��%?"&'&'4'&767616'&'"&'&5&767654'&'1105019&7676765016'&"654'0#&14#&'&'&54767676'&'&01727676'&'&#767674'05016767677676761"67670769676767101017676765&'45676765012767674'6767676'&'1'&767676767616307711#&'&767676'47012767670017&767.�


				

:K44
$#3
	*0	89E)'($

   


		



		
')

,�S		�o	V		EW

	
	


	
	


#*)++"
 

	




$

	




		�.!\	5		
��#'##373eM80���[��5sr6���YY��� ���!����	73'77#'##�L&&&� �� N1n0��[[�J��bb��BB$	X�( Ef��7'##7#'3''373753#7#5#53##"'&'&'&5476767276323#4'&'&'&#"32767676757656574101&'&#01'33'373""01''67&'53274'5#35335#51#35335#5276?#35335#5727&'5767&/7#'#k4>>-'q>-->Q�)d)�					

		

				

	_Y�AA
>?
@@�Y	
P	
&&		P
	��**��c++g�``���ttt3							

		

	a

)��)



		


			
		

X++((��r-=Rf|%&#1"101#&54701454'&##456'&#'&5276765&'&001676'4'&676'&'&101"&56567656'&01'67674'"01'676'&#&1"""'&10127676'&&"#'&1376?7676760133767676701376767677676101765"76?37670107656716"101%4716716676701#1&'0547620127051476012#01�		







	


		
			
+
			��






T			�
			


 %%! 




				#


	#
	

		:

		|
�


��p�	7#37#33#33#35B22e33e33d22}C����L��L���
S�(
 L[���7&'7'%67165&#"35#35&'1&&3012767676'45456'&'1#"'&=66'&'1&&&'015&&35&'&'55476754'&'532767676'45456'&'%&'&761#"'&=66�&98'-�	::J::


'k9-)
*:
	"

 



��"*�`
sxnn�1







H)

*
'J
1^6	


1?(�)��x�3731'#7��Y>>Y,-Dqo���ttXX��	<�D $Gai{��675#"'535#'#356365&77425&#"#&'7767&'&'&'4'1&'3675#'&'365'671632''#?2767&'&#&/63235#�+
	

""Y&,	

	\,,��S  ! 

VX	�	',
,,/	�"?&

�g
)
H	%
D
*

	(


"#"(!		A�	3	*'{B!���u�0625&#&'&'32767&'&'&'&'&'�/!&%"GGX44  !$*)%KQZ76"!!%!	
�**L/

� &'M4
	����!7471676767'01&'&'&'7&1676765&'&�622  )(&
	! {
	
()7r(8877%%'&=32>>%.#..##*)+q/f��a76767676"+"#&#01&'&'&'&'4'"5414'&+&0236745415767656'&'&#&#"#01&762'&'&5454545457"9""#76367600#01&'&76743323274=4'&'&'"#&#"#'&'&76762&'&'&323672767676767656='&'&'&'&#"#"#&#"#&376767656#"#"#"01&5=B  /0TO/5%&)'QA�	
"

 /
�	


	
#


	�	$#"{
!	:
	�I**	
	j�	

�{65HI
	
YZd��@�3H��K{74514=436'&'&576725454545454#&#&'&%!&'&'6767!#&#"#&37676767674#"#"#"04501&'&'&'&#"#"76743323254=4'&'&'"#&+0#0#76367621010#&'&'3232745015203767656'&'"'"+0#"41014'45&+&&'&'&'&'&'&32321213030367676701676'7&'&'&32376201367436767670145}	�
(
� 

�
�				

	


		
�				
	�BG((83		6D # ,'	2	�$



���

`

&'?>
T		f	Y	

c�<
�
0

	
��8�	%''78����������]]��z\��\����$!!6767&'&'373#5'#53#���G��`>oQ��B`�Xv���GWtt����rr������$).711676767&'&'&'7#5;#5#533#5""9:GH9:"""":9HG:9""�++*���������G:9""""9:GG99""""99Gj��++U++U++����L75%!&'&'6767!4'1&'&'&'&'"#"#0123236767676765�__
��

`
*!""!!""!�66lz��

`

�����
!!###!��@fYZY��@��ZYYw2e��4+";25'&#"54#";2="1&7670132=4'&/&7676754#&#"01#&'&3270327676'%&1132=36767&'&'"'&56767'"1327654'&#�))_$))""�
:
' 5!%��)!//�

"��Q���{�#n	-

"

�		)�Y/.��	
�h5EVs��211&'&'&'6767635"113276767&'&'&#1'1"#723637232767676'&+73232#67676'&"##71'1"#723637232767676'&+@WDD(''(DDWWDD(''(DDWYHI*++*IHYYHI*++*IHYf

y%	 G!�%	
	%%!�

y%	 G!W"#((#""#((#"&&//&&&&//&&�Gl,��,&

`�jGl,�����/1G#&'&'&547676765&'&'&'27&'&'97"1767654'&#:+$%%$+I-- !77DE77!  !77E##N)%&)*&%33H-4E77!  !77ED77! 
�)��@�(5BO\iv#"&'&+";27676;27675&'&#+"=4;25#&=4;25#&=4;2+"=4735+"=4;25#&=4;2�%		%�

ZK 		 KZ


���������������$$
�
&&
�
��==z==��|�"=^q����%67165101#"'&7676301&767'&'1&'1&7676'&#01709"11127676'&'&'&767676'&6761'&'&7676&7676/117&''&767#1"'01767672'1'&7677&'$"!
	"%%>=3V
-2	
	%s
			

4>
 

	./;;9:

#gRQ''�%005 �=?@-*066''
3+,)76?	�
 &)*!�	$

��	
>
)
a	

�
	����Y11&6'0167676212'&&'&7437676762676676767676701�3
	G559
,144X5	=56051717335!&�#

$`
	
h,+


%$*/����4F%##5#5476;2'432#"5711&'&'&'67676716767&'&';Mff#""##G88  #"88BD88"! 88HZ889:VQ<;99W�fxxf?##""{!!78FJ87! 88FC88""-;;RU:976]W99����Bf11&'&'&'67676767676701'#5"'7374'"'&'&'&'7&1676353&654'&#�F88! #"88BD88"! 88H�:9V=''])""
-,`�/0-_" "
	
;;U� !78GJ87!!88EC88""�$U:9)
&&"
+�=+
''!		9V:<����FJl11676767&'&'&'&'1&'47#3#3367'#"'&'31'#31735#'6767&''6767621'�I87 !!88EB88#" !78GV9:A
##,*


[�'&;MG'<$Q $#	W99��""88CE88!!78JF88! �=9:U#
2.
8�		/)
%.99W<����9>T11676767&'&'&'&'1&'47#3#3353517#5775#7#/#'6767'�I87 !!88EB88#"  88GV9:	:@@=AQ&&9X:7&?B+(BR+*DW99e�""88CE88!!78JF88! �=9:U 8''88$$�3t`
V3$#99W -����,1611&'&'&'67676716767&'&'#53#53�G88  #"88BD88"! 88HZ889:VQ<;99W^�����!!78FJ87! 88FC88""-;;RU:976]W99�++P**����Ea11676767&'&'&'&'1&'1&732767'&'&517'6767&'&#'6767"101�E88!!!!88EE88!!!!88EG23O$		

K,4..:��(GK,,5V98�!!88EE88!!!!88EE88!!�>''==B#1,!		/�d*1!*89V����,8DPX11676767&'&'&'&'1&'6767#3767&'&#53036'#353676'4##53�H88 !"88DB88"#  88GV:988ZW99;<QE55
#rD"'

2�""88CF88 !78JF87!!�=9:UR;;99W]67�..
mP&m�,/C)����,IRW\11&'&'&'67676716767&'&'&'&'&''570154575#5'13?'57�G88  #"88BD88"! 88HZ889:VQ<;99W�'@?;C�1Fqq(%'$5--�!!78FJ87! 88FC88""-;;RU:976]W99�F

@3?=R,.-/:&++����,X11&'&'&'67676716767&'&'67167163'&'332767&'&'&"1"3'3�G88  #"88BD88"! 88HZ889:VQ<;99Wn1 B""
>4

221�!!78FJ87! 88FC88""-;;RU:976]W99�)2((9./(,11����,�11&'&'&'67676716767&'&'6176714747276;##&/'41'&''05'&'"/5'0145''&/"#53767670167476327014767�G88  #"88BD88"! 88HZ889:VQ<;99W
	
:3
					4-
�!!78FJ87! 88FC88""-;;RU:976]W995l<		
:@	a
,	 ]
7H

?_W	Y9
Lb		E\Pb����,��11&'&'&'67676716767&'&''&#"'&"'&#"'&#"'&#"'&'&#32732?32?32?32?32??35##&=#&'6;54732�G88  #"88BD88"! 88HZ889:VQ<;99Wk			



		
+3			

		

	3;N�!!78FJ87! 88FC88""-;;RU:976]W99�	]
3E
-^TCP9

Z	I
+NFIQH:@S,����,AJO11&'&'&'67676716767&'&'#&'5#&'56733356735#7#35�G88  #"88BD88"! 88HZ889:VQ<;99We

�6

�6�)7l�ll�!!78FJ87! 88FC88""-;;RU:976]W99�
�

6�
6se(�X������,>JV11&'&'&'67676716767&'&'1676'6'&'2&5&767"'&?�G88  #"88BD88"! 88HZ889:VQ<;99W<<<<
6)	=�!!78FJ87! 88FC88""-;;RU:976]W99<,,44,,,,44,,6d.
j@�@>P[u}'#&"3676"#"65&'&#&5#3653676773&=4'37&'1&547677&'&5663354'&#2767#'&'7#676^77%,"(A!  %'=$c�t

�3-�d�#*+!__mm		"#	'P�	




B
t6�|/.
'$ 

		
	
����`u��%67&'7&'1&'&'6'&'&&767'&#&#&#"#50177676'&'76767674707765&'%''"'&?67601//&?''&'&?&'&'&567667&'p$	



 
	
	-




.-AA=#�
�	#"Rh�$011+!

<K!%-'0;4�

%

�


	`v����@j&'1&'1&#101&'&"7676101'"#"'&'&57672367676765#5&'&#5&'&#45&767627636�!8888!4=*& =./+K/./ 
00		:89*+%		$
)''}r	

??

	r77 ��E�DR[%&'1&'1&'35673'6765671672&'&'&#0176767&'&'&#&'&'5276'&#32#5E'&BAQRAB&'CBhd$!(pC)�->>^];:D	
�8""��7,++,7I45
>=	Kr#$)8&%  EK *+� (&7I����>fr!!'1&'&'"'23"#"#"#"#527276=4'&'"'576327"'1&=476314'&'"67#53#"'56301��@	


			

t

$&��@���..m
%�
	
 


	
-E""��-�5Y�01016767&'&'67636/7676'&'&'&27676'&''7676/76'&'&767676/&'&'05&'&7654'&'&21#'�1..'08:\23
KK_=;�&$=<GGC�
)--;B7e$�&	
	

	

	*
#

	
	
	"�:I
"..)@/
HH]^:95�PHB%%#�s3igQ0<6	%
		
8'

����5Pb�11676767&'&'&'&'1&'1&'67676711676767&'&'&'&'1&'67677'''#"'7&'7&'7&'7&547'67'67'67'6327777'�E88!!!!88EE88!!!!88EC66    66CC66    66C=2112==2112=Z<;;<ZZ<;;<Z�J=7$

$6>JMRSNJ=7$

$7=J
NSRM�!!88EE88!!!!88EE88!!�  66CC66    66CC66  �12==2112==21�P;<ZZ<;;<ZZ<;�$7=JNSSNJ>7$


$7>JMRRMJ>6#



��'�'?5'?7'?/`$##T33))P#$$T**33,,+y�::��--/,,+Z--��::�����5<Dmt{����&'1&'1&'676767"1132767654'&'&#7&'#1675'#3735677'6735#&'7'&'5#3&'!367'7&'#!67#5&'367'1�E88!!!!88EE88!!!!88EA4444AA4444A.%,989,$/
;;RR;;
;;RR;;�"��"*"�"��,9/$�$/9,8!!88EE88!!!!88EE88!!�44AA4444AA44"	!3R;; ;;RR;;;;R%.9,,9/$�9,$//$,9z""���4K�����6754767632&'&'5#''2676767363&''&7&''&7&'1"#&6767010132701016767675&'&"#&'&'51&'1&'&'6767"1327654'&#1#"'&54767"0163675676726501&#01"10101#"'010101"1&'&'�

		
$@$

		

 #(**
*#		#*
**(#	

		

	s
  
�::RR::�

)&""&)

	!!`
		

		
C		�����%6716'1&#6'&'&'&###015&''7'7&'&'&=5'75"'&'&'&7"'&'&767&'&'&7"'&'36767676'101�-&#????"#&.--LM--J>55 !+''@32##!!<++
20		7./HG8999GG0.7		0$2
++< !##23@&'+! 55>-$$$$-�������&5145656767454'454'4'&745&5476767676'01'&5&'&7674'&'&1"'&74767656767475'&'&/74545/05&'&54'4'"'&'&'41&?'&'&'&5&76767676676'4'45&5&#&'&'&'&'"1&'&'&/5'7676326767&#&'&76163276367633?3272?#&376767676767674767676#74'4'4'4'&'&5&76#'&'&'4'4'&'&54'&5476#4117'&'&767716'"'&'671'�			
	
	
GW
A4
"!
=�,+@



	
<		


		
	
		

			


				


	'-
	
&


5)	345�(! #	�����[��O��723123222333"####"'"'"#"'"#&'&'&'&'4#&'&'&'&'&'01&545&545&547454745474747676747676767676723632363236323"032323727272367236767676767676767676'4'45&'&'&'&'&'"#&#&6710"#&'&'&'&'&5&'4'&'&'4'4'&767676?1230#"'454545654545454545454545676767676765&'&'&'&'"'&'672330213676745054545454545456545454545454545454545450103747416767676323013236767676767'&'&'&#&'301"1"#"#"'&'&'&'&#&'676767'&'&'&'&'01&'&'2232323232721636016567456767654745656745454545454545&5&'&'&'&'"#0'4741676767096110#&5&'454'"#0#"#"#"#"#014163252767036345&#"1&'&#&#&#4123236270125476?2723323001""#001220001"#"#"#"#"1"#0#450=454565167222#"'&'&'&'&'&'05&'&'45&545&54765476767%1310#&'"'&#4705676767636367676767676741676545654'&'�(+
	







4
+
+	
(!		
'/i
	
		

	�			

e		




 "
				
�	

l
				


�'


2#

,A
		&


-<




#1


	

	
			;
7778





	





		

&&-	

							

���t}67162&6727676767676'450#&'7676767677676'4'45676''&'&'&'567676767#`#+*-,*$%B.5"*/'+"2)L<BB8< *��	2-%


 %!

++5	#.721:4-I#"%>,15/.!Q����"3D'7777'''6'777&#"''2#"'&54763"327654'&#F;FF;Fw[[wF;FF;Fw[



[w�2&$$&22&$$&2####�w[[wF;FF;Fw[[wF;FF;Fd$&22&$$&22&$$####
����5DR\fpz�����11676767&'&'&'&'1&'1&'6767675##33535#53##5#'353#/7'7'7'7'7'7'7/11676767&'&'&'##5#'353#'1##6767&'1&'4733535#535/7'7�E88!!!!88EE88!!!!88EB54  45BB54  45B�›%v0TT�IS|���O4	

�

	t�?4334??4334?_T4u(�ƒ.''Ǟ76H[<<	,s@TS�0<<[E
�!!88EE88!!!!88EE88!!� 55AB5555BA55 I/R.��/#-��P8E	

�
Y
	�33@?3333?@33�3��2R3�RA()�U<<[ 8��?39P[<<����������������7676767674767&7'''77656'&'6'4'&'&'&'&56767676'7''7//7/&'&'676'77777''&7'6767577?'677&'6705&'7&#&'65'16767&'7&''67&'0547'6367&571&'&'67
4	

 :l,! ,k: 

			
4
O	

�


$$%#-
 "&"!#

$%/"#>']<&1xx1&<]'>##/%$

#!"&" 
-#%$$
_2
J$.�2
J$.����%Q��7'&76&7676732323"'&'6'&'&73450567676767624'&'&6716'&'&&'&#23632767676'767165#'"'&'77676'&'&#L

$ #$-J..l
(		"**81

--F,"#

s)		"++9



N
8++"		*G
	./K,#"!"�

)		"#$+��,,C-## %		����
+5?e���Fm%66'&0976'&767201760156'6'1&?1674'09'&76'&#"276767674'2#%4'1&51&'676'&'&'"'&74'&'67&'&0'&'&#&376767654'&#&'1&'&76'&'&'&76767601""1"'6367676'&'&'&767654'&'&'&76763227256763"'4#&7676'&'&'7676/672100156767201003&0'05K		6	
		
6�
	,!-
,,)* AB@A��


&--		A�
)##

	'#		 $$!�	

5$$
�	
O





! ..-.CA
0


r4 
	
4Qe
	



			

		�

	���� ;775'511676767&'&'&''5''5''575757�!!!E88!!!!88EE88!!!!88E�!"!";<<;�B!!B"�!!88EE88!!!!88EE88!!�bA!!AA!!AW;X;LL;X;W��r�%77&'6767&'7"1'6767&'&'&'1&'6767��O'(-22LK2323K9%%%%98%&&%8��$�L1221LK12��%&78&%%&78&%����;%1'&'&'&7676771&'&'&'&'67677'135"
�"."-,CC,,)(=mmR6589Uҭ
-('#")C,,,,C?+,(??&99SV9:�����&E#&'&'&'676767#&#"74'&'&#0101017276'�BRE88!!!!88E_Gc=<((,4#c&#"&(! .0-1!!88EE88!!?'(L6"!� 

6;���3Sh7?63232717654'&#"7&#"'1&1132?6'76'&#"'1&54717&#"1327'?632176'&#"1���w('���('������w('X�('�i��w''�h��W���w''5������!3;CRa6/&'567"#1"#353676'&''676'&'"#"#3533'1#5'1#5711676'&'11&'&767����k		�	*C �"###�l�mm�\fe#f""T!&~5]"1&'&&&'&#767767676767654'&'&/#&/&5476337673767�	&		<=	'A
$#	('
"$
A
,-  -,$~**!4&;,

55

,A(3	%s�#!uu!#�
����"	
C�<E^�110147676721'&#"'&'&2327676767676763237&0327676'5157&#"01'&'&'&'&#"0172767676760137'�		
s#	(&
#B	
	
	Bs
			
�S			
	SS	S<
	
#�m00m�	�	%'	�	
�		�	U|



|{
	
{����411676767&'&'&'1&'&'&7667676�E88!!!!88EE88!!!!88E�''44''
 ** 
�!!88EE88!!!!88EE88!!��22
((

����3�&'1&'1&'1&'6767676767654'&'&'1&56345474'45#'"#"#745656'5"'4767#3454'&32322�'&!!! '''' !!!&'�P		P@

$$--$$

$$--$$��2/.XCG&'	��0�'76'&+"4+";2=7;270��E�33nC6���2�m�����!(!!67654'&'#5'#5373'3533R��

$


�>=>>>=>=�\=>=�

��



.

��xMMx�MM�lii����
$)#'#735737537#75'33#�_lVb(m{Wa�CH�U4N��4POIH(6SPߌHH@�\?��q?�2��35���'�;er�5�F���=�f5{/�QXg|�3735##'#53'#65345&'#67"03276765673#013767767476'05&'&'6736'&'1%67167&'&'&11017&'&'1"1"#1"#1"152767676'&#76363#3'"'"'136=367651�*1zaIv43X
	4	B@
6=�
	�		

	
�	=
	+*67$

	&�l



-z,�����^)!

,
K2$A


	;

Ge

d
	G	,I
����AQ!!6767&'&'&'&'&7676765#535#53533#35&'&'16767&'z��4#--/&&04>7H
�\nn3mmX

&'$$��
+'E(2���"33#


�������z��X�MPep�����%&'&'7676'&'&'&&5&545&1&'&'&'&'&'6767&7'041&'&'&#&#707367676107677&'&/721'7'676767&527216&"17&'1#&'76'&'6'31#1&'76?76767&'2301235'67676767635'&"#&#233373675326762&''&'"#1012&'&'&'&'&'&'7&7'"4''671#11&'&'&'&'''&'&'"17'1&'101&'&'76703727'7&'&'37'6367277#00''#''&5&'&''"5&'7''&/676767&'&'&'6767667415'367636776'7&'&5&76757676?5'37'732"'&'"#''767276767&'&17&76'&'75&701701&'&476"/71651&7&#"7#2&'&#11'676'74'&&#012767&'&'767676"/45671901'&?'&0167017#&763'�
	

!#
5-!
.B\^??
Z
	(
	�


 '	
	


	



-




-

;,,(@

 		

s!


!/.,-##
				5/	


)

�
		
	-(
D	


		*	 		
� 
		

	
,	
&		!)*/<9:^�

	
		

	


%
$







&%��)		


	�
		
,'
	
 
 T

	g$	/	
23		
	
	8

	
		����4j��N��-ex����111#&'&'&'&545454545476767676710101'0'&'&'67676762327013=014#"#'&'&"#&303"#"#&54323274565456&#"#&7236012=4720;&'21"70165"'4'43676767&'&'1&5&'&'&''"#6727201'&'6'&'"3'&'&7672'6567654#"#"'&567433232'6545456#&5676432327'613"741&'&767674721'&'&767#"'63545456'"763207254105456#&7360#01"30013"#"#'&'&7%1#&#"30#"#&76'&'4#"#172#&7276767676343270325415454#"#"7010323"3'6&72323236'6&#"7012370160'454'"#&7765656"#"301&76156'&01'1'4'&7674560101#"'&547601"1&03765476'01#&703274545&&#&72323'7121"#&721545&#"#&70323230#"014767676767012#"#"#"010'&'&'&7476#'32376'&'&#&71'&'4745765&'01'1654'376'&'&'�  *+  	"!(()32%%	%*"!	aa	

�


	!


�()


XX

W	++4

	
			
	�




P	

	h	

	
	

& 
% &  	'&Z
�!!)
[j
		P
��}~""./''87� 
	0
FG�	
	
	
	32�&%"JK�	


					
		

W 
		A	%n	
j
		
:!��
.
�
�hZ�%/9p���� 6Xes�������3%67&'&'&'&701&47456'1007201&5437&10127&#'6''&'&'&#"#&54'&#"#&'&77'7'12632016&'#16701#47016367654'&#56'%&747&7654'"31667&#6"362767"#&7017"#66654#4'&'&'&'&'&'2#"''&#"1'2725#6716'101&'&+#23276765416'&/2316'"#52363'"#757#53'1#37#711676'&'&'1&7167'7#1'7#3/"37&7"&701&6763&'&"#"#&'0123161'"#1&'&'#3'51357'"#1"#1&'010676"01035236'011676'6'&':
	4
		
'		�!"-
��
'��
8
)	
	e%4IQ<�&


&'


%[,*-,*#
�'��	

	4N


L6!�	m	 	'NLN



	B&&B		�'




-	*
	M0	U	`
	



����!/@L7&+3276=4'%!"3!2767&'&#1#537#3#3#&'5673'1&/373x��h�/0e5  5>?h	& !&�h	F�
��

h
���GX&&}s�rr����3oty7'25107167676&'&'&&'&'1'&'&'&'676776'&'&'41&7676761216767	7'���ߨ: 	




		�


		
	

C�������������:	


		<	


		
		
e��������}
-<����H~���2Vt��LU]~���7176'&097676'&'&1676'3276565'113676701767&'&#016763&'0167&'6776'0161&'&'&''1&'&7601?'7'#6'&'&56701&3676730#&17"7"156'&'4'1"#'16767613&#70170915&/31#16'4'&'&'&'127671167273'&'523671301717&'&'4'36721#6136307311"#&11276737#01"'&'&76767676'&'7216017&#"#&5&'&1711'&76760752476761&01&'&'76'014767&#&76'"'1"#57454&14#&#1767=3010'631276'"17&'&'701#&'&7&#&'0107376'&76"51&'11'?671&1&#17117'05654'&"'&'017'&'&'&72017&'1&'1&'"7'67676577'7'276'&'&'&17&5&'&'7'&'&'&"101'6767'77'777'774'&'7'676721'6176762'%2701&'&17'130167677654'&'&'6'"3767&176#23134547�

	
Q/)11110/),�	2fJK**09:!*==I=""


	))??Kc		
7		- 			




%			
		
	*			



#)(A( !U[!
=
"*$)!	
(
_;
	"  %6;<�h	
�
, 
-[DC&&!"GGq�
=fL
&+�
�!"$%	12[6$%


	
7-,��	
�Gu	
 	
,				
	

X
s
		Y
			O	

		,




	P+%
&D3X
+^%
;


*	$
	+=A=		!!Jr	'&|
!!327
,54'&�
+��)�
%7#373�X 8�� ̕ v�!�'�_b�i`�������=�	:Wnv������+3=���7Wak��?'7#'#7'7#'##"'=46;2'45&1&717456##532=4+532=4+";2=4#'675&#";2=3;2/'#53274'&#&;276573;2/7532=4+";;257#53252=4#4+53216514'0+"#"2;216154'0#'#";2=4#'=466=4+"#02;216153;2/#532#7#0#02130361532=4#+532'#7'?&'6'&'&67601&'&'&767&''&'0#&'&7367676'&'676'%671636&67&'05&'&5471#'&'7676767017&'"'67&'01'&'&'#&'670#'#&7670167&'01676767667&'01167670#'#&1'=05&#&1;2=0'&'#7'7'7'7'#53270=41&+53234=05"+"1100;216154'0#'#7'7#�=]Q*OP�]


.	


V



��$$((

*+7/0 

6 !2##0(

B600 
r]��++1//+*
1++2//$		$$
	88
	$$vj	<	
89	<2!"s

&�9	$	(	<	;&;66??((4$	?!?
F�;(('&
!"=	K""
$$&
}
-&
!"=K!"
#$&#44%�A"�JA">�	
,%(%#01 %&"	
&r2244U@d����7!'7&'#705676/+;��X)�stGKg#�@G-�����/7&3276'&'7111;276'&'&'&'&'&'&#"�}	�	2\4$
	�	#"$#��>KK8�ULLEFA//FFGG12�����%67167167'&547676767'&'&'01'&7476765'&'&'&''&'&''&'&'&'01'&'&'2127676760134'&'&563010'&'&76763�




	


				

	



`	
				

	


����%-5:>FJNRZb55#73753''#553?35''#37%735'7#!#3753'3''#35#7'3'7##5'#'75#'3"LvM-
,-8�88�Ola8��8��!Z[ P=NZ[�M -�mL!=[ZNlM=L-�Lm�-,7o[Z!P^MlMl
�

�8�-87,-a8-,7PZ[[Z�lL �L� [Z �M =Ll=M-g��7aZ[ O����$I77016767050176'&'&'&6/&1'&'&'&01017676767j
	+*Q2
tHI)*�j
	**P3tII)*$
	B4(	
r6

,-'8
	A4
(

r
6
,,(
���	 %*BGQV[`is737#'37#7"514710167676+36767#%7#3#3?101307676'&'#3237#!37#01;5#735#35#'#7#37#;7#�;;�RW�3)dD=(>(>�u_[o
-vp�INC;;
	�_ZMI
VQ�:(�':!^��755
9

N55<����q7111#&'&'&'47676767&'&'&'4767672254565456563232367676767"&'&'&'&'�		!!!!


!

		]




!"	


`�<CR_gt%7#'#535##&&'&5#535#353767#'&'3673373'%631#&'1&7167#53#3#3'5355##7'373#'J5>w8�

7<m11*
U�@6�A/��__8899.8228�&..(&-.)�<0K

)�M
%"<1�",(,99.
3443����j767167167#&'&'151%&'1&'#"'&56763175#676753654'#45454567636765122??2332?�W



$#!!!	

�?2332??23�?(%



%$# 6
		��r�&6J^kw671673#&'&'&'67&'67&'#"32101351;2767&'&+"09"1676=#1;5#32767&'&'#)�))))&)())))�BB bBBBbBB`))44)X))4444`�@`?A������� ,8D[g!!6767&'&'6312#"'5'6312#"'56312#"'56312#"'51'1&'&7676767#1"'5632���Pl



K



K



J



C&<;=<(
	#5555!	




���PR���������
 

		
	

^������"f!"3!27654'&#1#"'&'672&'1&71671676'&#7'&'&76767#7376?#73676727'���n�
�-!!	 	M 	E	

$���nr�

g &%

!$,-

O$(%+

6����#(%&'1&'1676167676''7�5=E:|<;%
8h'(
0�LLLL�5=E;{<;%
7h('	0ZLLLL
�rXk%&&'&76'&'#"'&'&'&'&76'&76760101676'0101&767676'%#&'&5676;2q 
7

 7
 
%&%
()
&&"#
��  {0.))




)).0
$'%##%')
�������&��������%'4'&'0367650167656'6'6'016'&&'&#0#&&&&&'&'&'&'&&'&&'&#"&&"1"&01032173767676767676'&/'1&'1&76'1&'&767667676730167#67676323072177303721"3#"'&'67&76721"'&56763'67&#&'237&'&'0327&'7&'&'7&'&'237&'4#2327'66'6'&'6'0'03076'6'4567&''67&#"'11'&76&51476''1&'&5476'&'1&7676'"'1&'676671"'&=476711'&7676767'1&516t


		



		!"
		#+D


	
		H:,"3{




,:H
		=$h 
[	

f;R


 �"
			




			

"""#!!#""%]

!	%#
s
		

	
#%%�b	w
�

		
}+			I���)P%27167416'&'&'&'&'&'&'&'"30171101#&'&'&'47"676'4'&'V 
34BW*@56  $!!88RRQZ !(�		B
			"5

	&+++#	����"37%'''#!/#7'3%7![Np����[�yQ=���Z	Z�{����+f��jt�����XB���
q]U��S�����'%&'1&'36756765!67161'&'�9:VV9:''?
`
>''��!!!!!!!!�V:999WB55f

f55B---- |`����1&'&'01&"76'&'&#32767&'&"#"'&'1676'&'&763&7673&767667676765254##01&'&'01'&'7670567&'&'&'&'&#06763'&'7676'&'&5147�	'(0'67K2E

	  9.%"1
1@ 
	<'Y
	,	/
'9		!'!!3)#H



	����,>N`t�11676767&'&'&'6716'&'&7"'1&547632#6514'67&''1&'&76767&101'7767'&'1&'6217�E88!!!!88EE88!!!!88E5
�
				
				*''*�
$-'&.#&'-$$.�!!88EE88!!!!88EE88!!]
�								2(--(2�

F

(05#i0)

#5��{�%4BPq7#1"'5#7675#'6767675&'&1&'&=67635767&'&56#&'01711"'7674'&'&'6725&g

!
!c21UT11;EEAA0f)*WX*)NZZS� 
 			O	

�hg$
	�i�J&%!!&%J��>!"$$"!>D
l�E70ve- 
W


		 	 %`9Z%6'1&#0163276327671676#'3&'&"#676767'11210!�
pE	!)43�GGp&*40&`34$�B2w10
))<<<<((�D�

]�0
�



@����e��%1&'&763&'&'"'&76701#'&'&7&767&'&76016767601676476767711&'&'&'676767&'04'&'676'&'&'&&'&'0101&#"17276767676767676'�)



 			
#	f!!88EE88!!!!88EE88!!O

	

	




	g

	



$ 
		YE88!!!!88EE88!!!!88EK!%

 			����
>i7&'&76'1&'676'&#'&76767676767676327&'1&'1&1767701676'4'&'&5�&%� 2"*	
,0%'

!!


/? !42',
2K/$,,$/I
A-,),85'  && 07DC1��<;
 i455&%(-	
%&5

	���Ybkt����%671676'&'676'&'&'&'&#1&'1&014767'7767501&'&'677676'&'6'67'&?&'67#&'6767'6767012'&'&'014767037&'&56&'&2&'&'1&&6766&#767631#&'547�		"
%9
;"A	

'0"	""Y
,N!,3�
 
�� .''## 3E0


8;;*+(-A
	


�	 !#�
4!	'
6(	*"
1)-
j8$ 	
8
��	&.-
,?5OJ	9--	$,9'



�9-��9�5JR%&'#36?&'1&76'&'!!6765&767675&'#532#'#367&'N*3+2���
''
H
''
�bb!'
2446�!G$0000��mO'&����%2%/&?6?65'&/&?6'%?6/&���/��//��/���h����CaaCC�CCbbr[[[[��*7!"35!#32767&'&#134'&#153&'&'3&'&'&'���+����U@.+**@�+ 45BR66�
@@��+
*
��@U*-?+*�A55 +66R���}�1#1"1"#"#"170&71673276516'&'"#&'&''&'"'&'&'&'67232767676545&760122'01"'&'776'&'&y	
		mO

	

	

	#"#	
"
!

A	Q<o	

��	






 %
"=66""8	�����<f��16767676716765676567675&'&'&'"#"#1"''767676'&''&'#"'"'61667601'&'&5''&7676767173272375&'&'H

1**3788� +JJJI* 

"),,"
 **)
"]��:988
	98:9
		6##/
-

-
/##0

���� .X����1r���	7#4763670#1&17216765&'&010175&#"%1'''&''&767&7676767264'1&'101&'&'632707674'&013#"'01&101657103076720&#&767016=016'&'705"1#0#112130305709&'&2765'4#"#&'&741325054'4'67&'&'"1&#&'4720767654'&013"'4#130174+47676212576#01&"#";"1'4767676767325094'1&'01676'7&1"50'01#0#1011307015&760125676''&#''&5&76327416741&010127657&'1&#72765'4#"#&'&741325056/"13&��	�
�10B#$/+,*+=##2
 /<&!0 0,,��			
	 


/

8%$		
		
	B			
6.


/
	6


	%
�D((01	%$33!)('0"
$$2 		+	"O25		:


	86
'
 `2N7#"'&'&547676;#32+&'&7673654'673276=4'&+654'3�r

��r

�

�T*	Av�""�



x3x"�"�����11676767&'&'&'&'4767&'&#76'&56''&'67633674167676703&'&'&'&'&7676'&'&767667676016E88!!!!88EE88!!!!88E� 


'
'


	

 
$�!!88EE88!!!!88EE88!!� +	
*%&!
/J

		
4
����-S]g�%1"'&'"#"'#&'&7&'&7672767676767671676'&'&'622323676'6312#"'36312#"'&7161367676&'&'�
>	9+	=<JO<<� 10<A56*'7
�u{
-!�A87 5
G+*/.L�#>43%%=$1�G





���*-JS`k&'&15&'&#3721676711227676/9#&'54/&76;2767275&'#9'367571/5?�>

g��g
	,�n54

%%
n7s�&Rs	T3�x'!XDg�g0<aa��[..\FF�=PC��4+RB4"H
TT����7%'&#"66'&7'#"'&7675&'&7'32?654'��		(32

	/


2��		���)42.z


{
3�		��		����9HLP71#537!6'&747;4'&'"'01&7#32?4'1&+35367677#7#3�

�@�1

	0~
4!10�0�*�@��	


		

&8

�/]��������>KZcr}�%156727654'&'&'&3&'&5676323&'&'6767'"'67676'&51&7167'2&'6711&'&547&'67#67&'�34QI/.$$#$./Je779:kV77>=auAAAAua=>�?I+)R$$+*++H$#I?

5*4vF&&1J/.#
!./J1:9hk::&'HS--AAuuAA--S�DI	b�##3�IC&'

��8�0:KWe11676767&'&'&'32&#"73#'#73#736767&'&'733%#327676'&#7#367676'&"# N?@%%%%@?NN?@%%%%@?NU�M�/	![� $% ��!
\5h��

�32??2332??23��#" :�Z##Z%�= R�$9c0	
_9 (<HT37373'#'3#376767&'&'&#56'0176'&'&#3276767&'&'4101#57516'
,-.
-)*�00�4.3 �PPMM�vv�0.�f		!"	
J�
!  m����&*3?#3676'6'&/11676767&'&'&'#53'&'67#53'./2+'E88!!!!88EE88!!!!88EQ�QQ94� �!!88EE88!!!!88EE88!!����� '*����F�454'&'&'&'&#"+"#"#32;2327676767654=45&#1""##'&'367&'&'&'&'&53676'&''�
�



�
F&%)B'+((+##
	#)))@/.


:
$


�

��	=	!''$ ,&&?!"%''"$999%����c11676767&'&'&''#'&'&'&7476745676310;2767654'&/414?32�E88!!!!88EE88!!!!87F�

77

 


 �!!87FE88!!!!87FE88!!��))
	
))
	���#��2s
,G��	4Y	:	�	F�	:	d/	4�	
X�	.�	*	�Font Awesome 6 BrandsVersion 772.01953125 (Font Awesome version: 6.4.2)The web's most popular icon set and toolkit.FontAwesome6Brands-RegularFont Awesome 6 Brands RegularCopyright (c) Font Awesomehttps://fontawesome.comRegularFont Awesome 6 Brands Regular-6.4.2Font Awesome 6 BrandsVersion 772.01953125 (Font Awesome version: 6.4.2)The web's most popular icon set and toolkit.FontAwesome6Brands-RegularFont Awesome 6 Brands RegularCopyright (c) Font Awesomehttps://fontawesome.comRegularFont Awesome 6 Brands Regular-6.4.2��	
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������exclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyzfirefox-browserideal	microblogsquare-pied-piperunitydailymotionsquare-instagrammixershopifydeezeredge-legacy
google-payrusttiktokunsplash
cloudflareguildedhive42-groupinstalodoctopus-deployperbyte	unchartedwatchman-monitoringwodunotdefwirsindhandwerkbotscmplidbilibiligolangpixsitroxhashnodemetapadletnfc-directional
nfc-symbol	screenpal
space-awesomesquare-font-awesome
square-gitlabodyseestubberdebianthreadssquare-threadssquare-x-twitter	x-twittersquare-twittersquare-facebooklinkedin
square-githubtwitterfacebookgithub	pinterestsquare-pinterestsquare-google-plus
google-plus-glinkedin-in
github-altmaxcdnhtml5css3btcyoutubexingsquare-xingdropboxstack-overflow	instagramflickradn	bitbuckettumblr
square-tumblrapplewindowsandroidlinuxdribbbleskype
foursquaretrellogratipayvkweiborenren	pagelinesstack-exchangesquare-vimeoslack	wordpressopenidyahoogooglereddit
square-redditstumbleupon-circlestumbleupon	deliciousdigg
pied-piper-pppied-piper-altdrupaljoomlabehancesquare-behancesteamsquare-steamspotify
deviantart
soundcloudvinecodepenjsfiddlerebelempire
square-gitgithacker-news
tencent-weiboqqweixin
slidesharetwitchyelppaypal
google-walletcc-visa
cc-mastercardcc-discovercc-amex	cc-paypal	cc-stripelastfm
square-lastfmioxhost	angellist
buyselladsconnectdevelopdashcubeforumbeeleanpubsellsyshirtsinbulksimplybuiltskyatlaspinterest-pwhatsappviacoinmediumy-combinator
optin-monsteropencartexpeditedsslcc-jcbcc-diners-clubcreative-commonsgg	gg-circle
odnoklassnikisquare-odnoklassniki
get-pocketwikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v	black-tie	fonticonsreddit-alienedgecodiepiemodxfort-awesomeusbproduct-huntmixcloudscribd	bluetoothbluetooth-bgitlab
wpbeginnerwpformsenviraglideglide-gviadeo
square-viadeosnapchatsquare-snapchat
pied-piperfirst-orderyoast	themeislegoogle-plusfont-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcastsuperpowers
wpexplorermeetupsquare-font-awesome-strokeaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia
angrycreative	app-store
app-store-iosapper
asymmetrikaudibleavianexaws	bimobjectbitcoinbity
blackberryblogger	blogger-bburomobelexperte
centercode
cloudscale
cloudsmithcloudversifycpanelcss3-alt
cuttlefishd-and-d	deploydogdeskpro
digital-oceandiscord	discoursedochubdocker
draft2digitalsquare-dribbbledyalog
earlybirdserlang
facebook-ffacebook-messenger
firstdraftfonticons-fifort-awesome-altfreebsd	gitkrakengofore	goodreadsgoodreads-ggoogle-drivegoogle-playgripfiregruntgulpsquare-hacker-news
hire-a-helperhotjarhubspotitunesitunes-notejenkinsjogetjs	square-jskeycdnkickstarter
kickstarter-klaravellinelyftmagentomedappsmedrt	microsoftmixmizunimoneronapsternode-jsnpmns8nutritionixpage4palfedpatreon	periscopephabricatorphoenix-frameworkplaystationpushedpython	red-riverwpressrreplyd	resolving
rocketchatrockrmsschlixsearchenginservicestacksistrixspeakap
staylinkedsteam-symbolsticker-mulestudiovinarisuppleuberuikituniregistryuntappdussunnahvaadinvibervimeovnvsquare-whatsappwhmcswordpress-simplexboxyandexyandex-international	apple-paycc-apple-payflynodeosireactautoprefixerlesssassvuejsangularaviatoembergitterhoolistravastripestripe-stypo3
amazon-pay
cc-amazon-payethereumkorvue	elementorsquare-youtube	flipboardhipsphp	quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon	r-projectresearchgate	teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate
jedi-ordermandalorianold-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill	mailchimpmegaportnimblrrevshopwaresquarespacethemecoweeblywixello
hackerrankkagglemarkdownneoszhihualipaythe-red-yeti
critical-roled-and-d-beyonddevfantasy-flight-gameswizards-of-the-coastthink-peaksreacteurope
artstation	atlassiancanadian-maple-leafcentos
confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeleyraspberry-piredhatsketch
sourcetreesuseubuntuupsuspsyarnairbnb
battle-net	bootstrapbuffer
chromecastevernoteitch-io
salesforcespeaker-decksymfonywazeyammergit-alt	stackpath
cotton-bureaubuy-n-largemdborcidswiftumbracoPK�
�[��;;+assets/img/main-header/layout-2/style-1.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v31H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v31H0V4Z" fill="#FAFAFA"/>
  <rect x="51" y="3.5" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="13.5" width="60" height="12" rx="4" fill="#71717A"/>
  <path stroke="#71717A" d="M1 31h118"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 31H0h120ZM-1 35V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v31h-2ZM116-1a5 5 0 0 1 5 5v31h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <mask id="b" fill="#fff">
    <path d="M0 35h120v10a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V35Z"/>
  </mask>
  <path d="M0 35h120v10a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V35Z" fill="#FAFAFA"/>
  <path d="M0 35h120H0Zm121 10a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 50a5 5 0 0 1-5-5V35h2v10a3 3 0 0 0 3 3v2Zm117-15v10a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V35h2Z" fill="#71717A" mask="url(#b)"/>
  <path d="m12.89 38.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.231V41.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.003a.174.174 0 0 0-.173-.174h-.81a.174.174 0 0 0-.174.174v1.05l-1.295-1.066a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.024l.37-.448a.173.173 0 0 0 .031-.06c.007-.022.01-.045.007-.068a.174.174 0 0 0-.063-.117Z" fill="#71717A"/>
  <rect x="26" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="42" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="58" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="74" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <circle cx="108" cy="40" r="4" fill="#71717A"/>
</svg>
PK�
�[�2���+assets/img/main-header/layout-2/style-2.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12H0V4Z" fill="#FAFAFA"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 12H0h120ZM-1 16V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12h-2ZM116-1a5 5 0 0 1 5 5v12h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <path d="m12.89 7.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.232V10.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231V9.636L13.11 7.441a.176.176 0 0 0-.222 0Zm4.213 1.493-1.21-.997V5.933a.173.173 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05L13.44 5.919a.694.694 0 0 0-.883 0L8.896 8.934a.173.173 0 0 0-.023.245l.37.448a.174.174 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.174.174 0 0 0 .244-.024l.37-.448a.173.173 0 0 0-.025-.245Z" fill="#71717A"/>
  <rect x="26" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="42" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="58" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="74" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <circle cx="108" cy="9" r="4" fill="#71717A"/>
  <mask id="b" fill="#fff">
    <path d="M0 16h120v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V16Z"/>
  </mask>
  <path d="M0 16h120v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V16Z" fill="#FAFAFA"/>
  <path stroke="#71717A" d="M1 18h118"/>
  <rect x="51" y="22.5" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="30.5" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M0 16h120H0Zm121 29a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 50a5 5 0 0 1-5-5V16h2v29a3 3 0 0 0 3 3v2Zm117-34v29a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V16h2Z" fill="#71717A" mask="url(#b)"/>
</svg>
PK�
�[�4�NN+assets/img/main-header/layout-1/style-1.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 16H0h120ZM-1 20V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v16h-2ZM116-1a5 5 0 0 1 5 5v16h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <path d="M0 20h120v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-8Z" fill="#71717A"/>
  <path d="m12.89 24.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.232V27.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.383a.232.232 0 0 0 .231.233l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.004a.174.174 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05l-1.295-1.065a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.023l.37-.449a.173.173 0 0 0-.025-.245Z" fill="#fff"/>
  <rect x="26" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
</svg>
PK�
�[��F�EE+assets/img/main-header/layout-1/style-2.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v8H0V4Z" fill="#71717A"/>
  <path d="m12.89 4.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.231.231 0 0 0 .231-.232V7.62a.232.232 0 0 1 .232-.232h.925a.231.231 0 0 1 .232.232v1.383a.231.231 0 0 0 .231.233l1.621.004a.231.231 0 0 0 .232-.231V6.636L13.11 4.441a.176.176 0 0 0-.222 0Zm4.213 1.493-1.21-.997V2.933a.173.173 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05L13.44 2.919a.694.694 0 0 0-.883 0L8.896 5.934a.173.173 0 0 0-.023.245l.37.448a.174.174 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.174.174 0 0 0 .244-.023l.37-.449a.173.173 0 0 0-.025-.245Z" fill="#fff"/>
  <rect x="26" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <mask id="a" fill="#fff">
    <path d="M0 12h120v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V12Z"/>
  </mask>
  <path d="M0 12h120v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V12Z" fill="#FAFAFA"/>
  <rect x="8" y="20" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="16" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M0 12h120H0Zm121 16a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 33a5 5 0 0 1-5-5V12h2v16a3 3 0 0 0 3 3v2Zm117-21v16a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V12h2Z" fill="#71717A" mask="url(#a)"/>
</svg>
PK�
�[�k
���+assets/img/main-header/layout-3/style-1.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 16H0h120ZM-1 20V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v16h-2ZM116-1a5 5 0 0 1 5 5v16h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <mask id="b" fill="#fff">
    <path d="M0 20h120v8H0v-8Z"/>
  </mask>
  <path d="M0 20h120v8H0v-8Z" fill="#84848E"/>
  <path d="M119 20v8h2v-8h-2ZM1 28v-8h-2v8h2Z" fill="#71717A" mask="url(#b)"/>
  <rect x="8" y="22.5" width="8" height="3" rx="1.5" fill="#fff"/>
  <rect x="19" y="22.5" width="16" height="3" rx="1.5" fill="#fff"/>
  <rect x="108" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="100" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="92" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="84" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <path d="M0 28h120v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-8Z" fill="#71717A"/>
  <path d="m12.89 32.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.231V35.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.003a.174.174 0 0 0-.173-.174h-.81a.174.174 0 0 0-.174.173v1.05l-1.295-1.065a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.024l.37-.448a.173.173 0 0 0 .031-.06c.007-.022.01-.045.007-.068a.174.174 0 0 0-.063-.117Z" fill="#fff"/>
  <rect x="26" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
</svg>
PK�
�[�ǵDassets/img/style-3.jpgnu�[������ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:DocumentID="xmp.did:F0FE7AB41EEB11E5B11285EE6F8B029B" xmpMM:InstanceID="xmp.iid:F0FE7AB31EEB11E5B11285EE6F8B029B" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:CD6599611E4C11E59800974C8B644F0F" stRef:documentID="xmp.did:CD6599621E4C11E59800974C8B644F0F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������t����	
!1�"#3C4AQa���2B$D5UVq��c�%���Ֆ�7��S�E�����g�bd��&'GTFv
Q1���S�!aq��b��AR��5��2Br�d���"#%��?�� ��2@ Z@ 
�:hl��@6t�ٳ��R@ �uǮca]cb*
\i2��+�(SPoT*d��r�12񹙃�ls)j��.W���A5U}��2*�DTOe�3ű�!R�
�I%�[����|�k/H=oy]��$��|Q�>5�m�F
Q���+�`�B��p͗���Sl�0j�H=oy]���l�(���b�eуTzA�{��0�Ш�\3e�G�<k�.���[�W|��>�G��/�=a�X��t`�:g��X�i�⺾t�Z?p�
d��{�x:JR,[��ͦY�Kױ�������L����Um'���V����У<ϑæv~/] ���@�>�=-�T?����:�d���Y��@ ���Y/'G��@#�//C��@���u����@"�3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[���w¨N��eaU1���Ǻ���/>g\X���ԭ�<���u�x�9M���8V40	�����s�Jm}�X�V��
��*g���f��VZ�%�-��:(�l\�y�~�0��i�-
jڞG�X�6٭q���Ũ�l\��$i��6#op�X�$k냞W}�=)����b%[8$w�����<N�D��me�U#��P���ԉV���#���#��B���l{�K���{N�%[8(�ۣr��Nh�oB�n�2gqY��9�{g�SV"U�s�|J�oM�k���i���]�f�-f��mZ�V��
�G���GB�����X����J�.pP&%[�F�5����ޅ���d��ws�����D�b���Nޛ��sX;z�i�����Zͻ�<2ڵ�����wc��o�`�r�y�=ѸGo�t2-��
f�(,���sksG3z�c30rEf3��g�SH�l\�&�/�j��Y�S�Nj;4J�K��$Y�Di��n~
)D���6T՛*�3�T�ZPfƧZ���J�7K�\�Gl�vԹ�31^m�edML�e f��}�b߈f(�y���[��x��jq'bL$�@f��d���?yR��<�z�l%�ʿ��S�:y�<�|��15Pz�[G��`KL8�!+�@�ss�� �O�X���-�"�qx؛6R��g�ѺabX�Z��A�@�
�J*��`$2�%ӭ�e�:�1K�`Ӏ�����w)�C�M�V!�U5�Ø�Ւ��w���0��:�pнY��Y^�&P!�JZ./;cf�Sӌ�7L,BKKP"���5#�a��EZ,D����68d�������"���1�����:�Z,\͋kL���C��n�v���q�լ��D:X
e���)@q�FI��ѪaZ;��y���P_]�;�[P�`���)�1�&N�Ѫa�;�yG��Pܝ�6<�kP�`*flX�Zg����w��(
Fk��e�r!�S-�J��0L�6�S
�ܼͼf2���h���RڇK5�L��0�p�6�S��<�<f2���h���SZ�K�K���#�ׇ�t�_�+��JR�ǰ�,��kY0
� �q������;�bzUK��T�d5	ʫ��\��{�����n
��C	T��(���`<?�]n�Щs��ʛ��T�)Tİ;���T���U��D]�}���`�����
�F��:������3&����G<Z��SX^9��(��Q�+��S2kM��9�������
�F��:�Q]}ڙ�Xzn������T��po�5���z����̚��w�~�x�G����s�~Q����W_v�d�����sŪo�E�j�Js��o=�A��������|�H2��2��e�@�|[�Z‘��<��fȫb�X._
J�Z(#����;�%�t����z�P)��u2��]u��u2��]u�@ �u�������t@*�J� ���2J���c��.�q���2�������
�e���|��fK
��W����4��3;‹�U��
�}��ZN�NC�M�r���릚���}���i��n��z��릚���}���i��n��z��릚���}���i��n��z��릚���}���i��n��z��릚���&�9RA���Y�)V�l�z�y�_�i�`f���1V��Xr��<s����.��Kax��'�rI/�ww�K
Α��@ �@ �@<��[ص\������U\6�{n�G��ح_�M2����-"nnb5��[�D����[�D����[�D����[�D�����F�5����ȕo1�-��ʹ+/�Ξ�`�?�ќZ��BV;�4Iw�������VulK�Jx{,J�n)��$
�El��,�6@��ٞ4q�mI"�3#�@-@)�5S��%��R�&a�u��.wv/K��'5�۠�U60e��03/�\�Z"�k��LF)�6��[
�<�؀@�š h�2+g��f���.���jIY��j)q�N��c@T���3P��`L�Z��g3�;gb��
�]�Cь_� 7�w>-y����m~Wj�K€�\d�Hm�@�$�ɨ�1ooE�Տ%T���	m���62d�6��!d��d�E��G�邅�דKi�v��K€��ۤ=�by�s�ט�^x���v���L�ɢ��+���I��Qb�ދ��J�����Q/
ld�Nm�B�'�h�1��A�կ&�Ӑ��m���SK�Hz1����.�ů1���~
���Q/
�q�E!�WD�;&�(Ž�L/V<�SO��%��^�ɒ��+��˹nj�
f5��]0@�Z�i���nP]��}�Uc:l���M����]3�F�+��w؜ld�[�0��3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[���w���m�Oq/��Y���k{����l�ø��Qp�;K�>�1�2ts�~2�x���<1��x`;�c���C'G:��.�o��������-}ġ�/�C'G:��%ua��Ȩ�w}������	e�C'G:��)�����y����*�K�?��C'G:��.����`x7����2ts�~2ܖ�u�˼R7��W2eE�F��%!���C�����.�W��T�W�;�ܖ�N�u�\p�����o��(d��P�e�-v��x�o��dʋ̌=��JC'G:����߾]⯽��20w��-���̜ah�s5�x��S;��������&W7W�n�H�f"�O�k�&��')�&���U�ŗrn�j��k��z���<��|=�AV!���_S���q��ij�o��P��d��&ݜ@$K����`9�Ub2T���3|����-��'�1F����u6�>�_�y�;����{��i��u�H��ss�:آt����(�778C��'M���b��ss���g(
��:>R�S̊�C����W%t�O�9ىY-� 
�:h �@[?��@ �b�i�i3���\[�i����5
�*Jq��t���3n�:���NV�
�!`����ӥR*k�HbT�k6S�;�ҔKN�Zp�L��"/�Grהm^�y�>�Q=���;�ʦ�\Ɲ�㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�9��8�W�A�QkwHW��U$�C-x�&.O�A�촦�d�T�Z��h"��:*?�Z}i^.��c�6g�QZ�nC�'��@ �@ ��8;5���!�����_�u>�j#�����H{�a&�8T!�I¡�Ndp�C ��N��F�5���-%WI*�c�E?_�Z����������%d�@ �a/��E��[9���@ �3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[��B	���ނ�H�
�i=��srr�.�3�0��]�Ydg}�ت��>	�����Z��f]��Kn�y�ƼY���w��m�jf]<�@/ޟ�@;S���tŘ�5N#��8�L�0�7ba��6�$u�@�p<��^��	�ɸW'	���di�{�k�Hhm
���2�w�j�M�qw�u-�����dn3��	��S0b��pr''�%Xz��n��c�3
�v-0��s����t�	T�V4Ѧ.�&<&�lظ�pݍ���.@��a�oC�!2��
ƚ2��d����k�����t�9�
�p<z,m0@�C���~�t����t�	T�V4Ѧ.�&<&�lظ�pݍ����4��rd&[��X�F[�̔�ms��5��6"n� b�G;��N�E�����q�1ۢn� bؘeN݀jɕ9��Ƃf.�&<&��Y�m��-V�t�6�0ș��ɶ���ƚ2��d�M��sTF���M��
���i���1�{wrz��=��ӽ���,�w#�3�d�a���-��e�9��0���fiR7W�&�@Oz�܎OӖffjq[Jhy��e2d�7�
�n��V��?�\��/83xm>�Qu��V��I�	�U�~�J����#��/�D�X����~�&�������4V.o�l_����s}���4{X��_�'IKJ���~�[�->V�J�>c��pv�Ͻ��S�N����z��<��܋�n���a@��R����-���K��B�h���<��
�{9x��[i�mkh2�bfx��M�p��w����;2c_�@��p��:�p#K�
���P��	K�0��Ť�΍N9�SMI ����t@n�0���l�O$]��t.F����1.p�qg����ڿ5��ֶ� 6"x�\0&+�R���96���'�Zm�7�wW�L�(
�� S
_���
B�BI�(_�vA辔����_<ݲ����� �S�qق�S���A��,'V^����T� O�xR$\պG��~�o�k�j�+��U���ډ����"R��HQHI7e�N�H=Ҁ��X�z+盶X"x�_��B�rN;0_�v�}�>����+�_<����	�
D���H����-��smW�q}��sT�Q<@ȩ��:D��6���%(����^�#F31����6��)�/P@�X�S���5���{�Z~�z���X�YgnIT奝�-.B�HU�b�_��*�IzXW*�UE^R:�p��Z���X��h��"�dC�z>j����?�I��Ok�||	ئ�Z���T>H�����G�b{_�
Q�XN�4������G�O��<k�0j��v)���|��??����X���Tx�M(����|����4��������iE�fXGW�Cg´�՝n����G�ޮ����
��emZ��/7���^�һo"3����[���7u�Y���]��[L�9���@ �@ �@ �@ �@ ���PK�
�[�᎓��#assets/img/thumbnail-big-slider.pngnu�[����PNG


IHDR ���	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F�IDATx���A
�0����	I+a�u��00 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ��Z��u.w��r�IEND�B`�PK�
�[0����/assets/img/footer-column/footer-column-four.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 100">
  <rect width="120" height="100" fill="#E4E4E7" rx="4"/>
  <rect width="119" height="49" x=".5" y="50.5" fill="#FAFAFA" rx="3.5"/>
  <path fill="#71717A" d="M8 58h23v34H8zm27 0h23v34H35zm27 0h23v34H62zm27 0h23v34H89z"/>
  <rect width="119" height="49" x=".5" y="50.5" stroke="#71717A" rx="3.5"/>
</svg>
PK�
�[d��bb.assets/img/footer-column/footer-column-two.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 100">
  <rect width="120" height="100" fill="#E4E4E7" rx="4"/>
  <rect width="119" height="49" x=".5" y="50.5" fill="#FAFAFA" rx="3.5"/>
  <path fill="#71717A" d="M8 58h50v34H8zm54 0h50v34H62z"/>
  <rect width="119" height="49" x=".5" y="50.5" stroke="#71717A" rx="3.5"/>
</svg>
PK�
�[���qq0assets/img/footer-column/footer-column-three.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 100">
  <rect width="120" height="100" fill="#E4E4E7" rx="4"/>
  <rect width="119" height="49" x=".5" y="50.5" fill="#FAFAFA" rx="3.5"/>
  <path fill="#71717A" d="M8 58h32v34H8zm36 0h32v34H44zm36 0h32v34H80z"/>
  <rect width="119" height="49" x=".5" y="50.5" stroke="#71717A" rx="3.5"/>
</svg>
PK�
�[ܠfMTT.assets/img/footer-column/footer-column-one.svgnu�[���<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 100">
  <rect width="120" height="100" fill="#E4E4E7" rx="4"/>
  <rect width="119" height="49" x=".5" y="50.5" fill="#FAFAFA" rx="3.5"/>
  <path fill="#71717A" d="M8 58h104v34H8z"/>
  <rect width="119" height="49" x=".5" y="50.5" stroke="#71717A" rx="3.5"/>
</svg>
PK�
�[���%assets/img/thumbnail-small-slider.pngnu�[����PNG


IHDR��<q�	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F$IDATx���1�0����#c"��NR�m$�Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,�-��K�)�<@wIEND�B`�PK�
�[��NN!assets/img/header-variation-6.pngnu�[����PNG


IHDR@H��,ssBIT|d�IDATx���oN[�ᷴN�J-p�1w-w.�m�]�!;�M���"�Rh��p�������y�&�9m���/gfJi�x����Zϟ=]�<V���0"b8�s.+SUUDDl�yk#�@Z�%�@Z�%�@Z�%�@Z�%�@Z�%�@Z�%�@Z�~k��0YXi	 ��i	 ��i	 ��i	 ��i	 ��i	 ��i��~���ɓE��7�߾uL�tL��c�*+@ �Ƌ����Ϟ�{+upxd�%�@Z�%�@Z�%�@Z�%�@Z�S8�7��=��g�3�Od�%�@Z�%�@Zn�0���g���c�*b�a��FD]�~^o;��,ۃaė�������r�dn���������nD�u�����ql'b�]���D�t'��N�����
���ފ��'��w":�e�ێh5#>�NV��Nģ��~U��jF���t���W�y��Y�f3��zz�`XN���z����|q0,�ף��ӈFc�s'+@V�&��w\�kW��9¯�d������6��" K3+t����>E,ۣz�뿿��@���*�jM�ծ�c|]�bP�w;���J���g�w6�uAX�Y�G[�16�,���z�_]�����%�߿�z���j>��2��~A濯�����i���0����]�w~�i	 ��i	 ����L�3��
HK��HK��HK��HK��Z�G���b̷�M�IEND�B`�PK�
�[�G���*assets/img/featured-image-place-holder.pngnu�[����PNG


IHDR����x	pHYs  ���
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�FIDATx���A
�0���C	i%�NR���L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSLLY0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e0e	��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e����%SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SS�L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSL�X�����f�ZIEND�B`�PK�
�[���
��assets/img/style-7.jpgnu�[������ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819" xmpMM:DocumentID="xmp.did:3B83DAFC1E5111E58822BA4923EFEB28" xmpMM:InstanceID="xmp.iid:3B83DAFB1E5111E58822BA4923EFEB28" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:a6a9ac02-b02d-0949-844f-e789bbf5b2a4" stRef:documentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������,����	
	4�V�!"23c571$Td6wQqBRbC�e��G8a#SsD��
!1��SAQ2aBb�35q�R�Cs46�"��DE��rc���?�� @� @� @� +���ʯ%U��Y�f������9v1nq��D|O�ǔ�E����x>8��LS�)[y<�].v���OUi�iER�EAD<�y<�����ü��6XVPu�&t�L�3�8����]ó2��K=ߔe^^!U������W]w��:�(ʼ�A������W]w��:�(ʼ�A�����'|�?M�cj	���&�2}B5vk�.r�ǑE̮���B;-^�UenV��Mr1pp��޻&4�Q%�����tS�.�{�6(�=U�i5�61�0�zDޚ��vfQ�)��FU����g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F�S�5��~��
'ĖN�Q�7g�w��(H��䮢�þmAZЭKb�,l�V�
��n��.�dv�A�Lˍ�J����s�/^��ޡ&VQI���Kj?�mS���`�v�l�ڜ��ƒNm���`#�nq�y�6�q��2���H���"Ջ�ɍ�ڌ��y�g.�;�[��me�m�:�@ޚ��vfQ�)��FU��]�g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F/�)U9����j9̽�͌,(.�g.�c:���뜵f��[s^a��@t=�m�m&me�Vg�ƫ�8ُO�nņP�cm�d�QV#�B�#Y����p1a<�2�CvzW��/:���q}J�!��;����!��ֶ�.�r��n��v׊t�3��L�F|mc?�	����]=c�=ZH���%R��4�髮��fe��~Q�yx�]�g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F;�l'��PK�7>����\	s�
<�.Zth���j� 0|�*r��A`Y����{=8%����1�RIL�����mcc��yt�ݩ�F�ҭ0�Q�ѱ����� ����]ó2��Mv��2�/�o,�:�0����]ó2��F��2�/o,�:�0����]ó2��F��2�/o,�:�0��A+�W�jī,��HL��y��Q���9p�>�`
ab���»am�-�ZԺ�Ğ].x�û/Se�iGZ�GA��F-dsɜd��<C�NUi�eReI$��-"�S=�|R��<|R���/�C���P�2�����H��r(�h�je���rL���}H�.�I_!�����8 @���SOxo�2ԇ1�%|��~'����L�ߍ��S5�/�~߾5~t�7�{���b0�����?������7>K�O��՞�*_�	���ie��䣚C)4�8���c�����R�f����7ۤ��}ί��Ա�����z݊�M��@H/]���@�)���O="��^4��-�<�z� XW�jO���O;��Wt^�б7�
�����Um+k���	��E}%nz�S����G',�r�9�Z�G��H*�ľ�AU���J���,lf�f����xX'���uf˷�x3b��qԝ:��S4�J��T�=���ށٽ�-]�G�I4΍���5g�-�3�l�,���y�rUw�����]=�]��6�FŰ*c�Κ ئ��A��2�
b�sn��AMI���4��6�h#�,j�~�L��՟�NI����?9ϩm.�I_!���0yu�\G�e�W��x�wD��z�x��͝������sԣ�:�{[[\n^g$}��{�>Ro���U�އ���x��?�폽'�{O=Z82�F��5ĺs������./��*�Ѓ�z;�lz?,@�&p����٫��E*&)L:�*�d�q���#��yBT�&�PU��>1k�rk��*m*/�ϲ�Y�E��Z��R�^��$+�`x�T?A/�>���9^ښ� ꢆ��"{D��7N�F�l��#�ԛY��Lo�wH:��>�Iԙ4��}��YLă�b�߇�m֭��Ѯ��A�?���N��`���?J��NW���J�X�e�a��F�7��
꿬�G������`����Nxϑ����>��5>
��*��\��?
�~��ԕ60Afe%�(زf�XgkwdJ��!���勇�,�Z�gh������F�B���6�hZ��5��k15�<�}U�]�uz�Lyt�n]�
o۠5v�
��)I��Rl&-3a,�u��'�4�NU��-�M7f ��%Z��7��Q���^u��-�3>s�q}#���G}VΊ�~�?����y�mi��?xjV�:���W���t=��:��U���9q�����\��50ͮ�ML-��8�*��<�*�N��p&�F�p�:uX��!&՛
�����P����݉sƭD����e����j��:�.c���p�s[��u�
����ñ�c^�.��sм'�3�1�)M#n�f��k���Ѻ�a��4�QY�m���,z���K}��o�I�����_9��cq1�I?!ǭ؄
��^�˓�Z����i.8����o���)>'�;e���������!�2��\�^�zꮰ�CoE[:9>���3cM{\�ta�ftL.c��.�D��qn"�)�C�ϯ�m�;Z�V�*Jq�:KΚ1-"�Jb����Y��B$DB�N�%�Δ!�;E��Qh�c�xm0�U�D�./�
0��,��Î�O�|7v�Z~����ZF�8�$��mkj�mY��Zhn��BT��h�8]�nؕVJ�j���zL[ry���@C4�jQ:�L�4�3�,665gS"�`���!�����$+�q��Z��kZ���W$���.����fӬ��1U$�F>8��V�)�;K*���%TE�k��P�E���};w��:�0��%Ⱦ�A��
�P�ݧ���|���%Ⱦ�A��
�P�ݧ���|���%Ⱦ�C���r�<���Q|^lV�b�B�<y���9�c�%b�`�v��C�"���ȇ�]�jlI(��*��P�P��,]�B���.��SJ��N�6�5�����9���+QC�sv�I��7κ�"�v�׈7^�Z�����;�o�uCv�׈7^�Z�����;�o�uCv�׈d
|9Q�3RӢ�00�d�f��9�h}��/�w�� ��;ۘ�!��@%-MR|<���S��Z�I22��Hɇ��>�H%^��,x���]F�:T���<����ڑ(�2�scL�����	�����r՛V5m�	k��Ŧ6�6����Y�q��)��؋v�TLk�e����+QC�sv�I��7κ�"��r/�n�B�;G7i�w��:�0���r/�n�B�;G7i�w��:�0���r/���j]"�l�آ%�sa���'7b�}kss�{�ٵo��)������۲�PDƱ�j!:
[/���b�J��k6���CP6��FO
L��$���F���&<�%�\[��s�PV@�-`T�1I%��h��];z�iI�PDL..��P��=r׋Q����fm3�L�c�^�Z�����}���:�0��ے�_^ �z�j(v�n���u�a
ے�_^ �z�j(v�n���u�a
ے�_^!�̤9L�MwO�JU(�/)+vQ�1t����zV��1ђ�/r�K|���bh��dC��؅2$�f�jkhc)i�/ �^�v�l)%%e�RYd�������u����9�O�����]F]�r\����P�E���}�7κ�!�r\����P�E���}�7κ�!�r\���6	Z�R�,�e�e@���pQ�:��������P�/!"���L��1jR��"o1�rn���LiYITm*���ᤒ�7���䵇igY�*������� @� @� @��PK�
�[�55uuassets/img/left-sidebar.pngnu�[����PNG


IHDR<F'`�	pHYs��
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�F�IDATx���1� �㙶�VCwρ�&���$�$�����1Z�0�������������_I�R4���ۺ��|-KD|�C�������������������������������	}s�ƣ�液�|�V�Uo�7�~񹇪	�z��+�r�O���t�!NIEND�B`�PK�
�[�M���assets/img/search-result.pngnu�[����PNG


IHDR��)��	pHYs��sRGB���gAMA���a~IDATx�kPTW��� �|5F���u�(X>�q'Z�Qc�:�;5��Q2&%���zS�5^����!b4WM%bJ��VY�J��3�\ɴƠ�� O	B�o8�G7��}�i����4�DN���k����{�N���I�4+(((��tư�]I!�v�����gG���$� 򓴴�����}�e��^XX?b)))i�#;��ᇛH ~	��i�)��+�F�Ɏ����p8(?�
;�Ϭ�ȯ���ĬU		�gA5SBB"%%%)�$�V�����ڲe�H��|�\HHH{�;)iM�:���H!h��1nݺE���ǎ��ٳ�Kc#`�I���
�I!'Ղ��#
���'A1��3��Bn��&$$�׬WI#��ZP�:
4H9�>n��`|�PI�OLL)��<4~��j�TC�RY'��=/�����C������� j	Z�_�R���|&������^\��
W�ԍ)l,�L
�RP��gDD)A)��DP�)�I^N��g���:t:ո{S(�噠D��鬣��'dBC;���zZ����jkk��k�~��۷�p����>��~�'?[�;w���}4|���_�h�]�l���11m$A �m%1���R.��ʊSk� 6�H 55������O[vi���m\ٱ9�A��wcŚ)��s��CC�}\��(�1	͡ �e%Q�l6�޽���:u�$į���]�l3A1���ԣGO����o��*��a�w�R�iWdc7��T�T�w�u����%(��(A)tE	J�+���L��� �g ����8pCVVV2�F	K��.++�]�t�˙��UYYI?�����{�Fح[7��¬%�GL���t0Qf�����2AP�2��[DD����ݾ�_�~ߑ0�4����_~���Ȅ�r�СI.th�#\PVHp2,'�݈#.�o�;TXX���p���kfhh�/��bқo��W��w�ԙ�"O�]lllє)S6����e?ve�h־}�xNX�v�҅��***�r$:v�Iu٘8q�ޓ'O�y���L�����Zj��1b�kԢ0��#G����瓘+�¬ԟUJ�=z�(��kfES��~ӽ{�\������o��T��r���obbb�i����ҮƼv�*]�~�n߾͏Ǐӝ;w��1,"�숎�����)>>���3sI�_1EPee�XHTx�…Ć��\PP�T��=���4x�`�X�Bj,5��{��g��s�]�v����(=��,>>�^~�e5j�3��[zâ�<�g�Y/¯b¤EQ@<,�FG���R�x����\D��w��M�{�����]�t���������G��9s��*.$�1C��5ȈpA��
��~.��7o�j�*��}�8c�sMMM��y��]�w�EC������GѺu�����CX��[)�W���QhB�RRR���-��5��Åpq���,.�ɓ'�u�ׯ_ﷰ��wz!\P����?��ڹsg!-Y�D���S����dUU%=}�rz=��j�.����dC���`FE=Ǔ�z��w�֬YÝ��+W21-厶^�zq��g�^��q%*0z�~�_���?�;VZZ�]�Nz\�l��!��v��GI�cڼ���k�.Z�b�R�׈�œD7��ٳ���́�+��('�C�@’��۷��ر�t��q�P22��1���ŋ�ĉ4a�x����
$,'(�p�	-�ܹs4~�x���޽�7X�e�R[S����Xn��˹e��Ur�j4�3g�Pbb"��V�2����=�e�
`��"�3}�4ˋ����v��f� �D���^P��Њ���)PA�9D%���n.�Ť�\TVtԥ���H�=�IC��,�OVCJA�ܧ���`%FB�
�
V�2��k�JH'(D�a���ќ��Q?|��Seg'� ���N����Ƞ���+V���T�>��h��Lh�
�
eǩ�o��JP���x�)cM���Ivv6op�#��`���W4�׮oɎ�¨��e���܀��:v٫���$X'=B��.,,�	�7n����/^d)������484<�t��t�1�
ܻW��-z򤊊�~�R�Ą���1ׄ����!%+����t��c]c�0E�JS�>��Ѭ������.(��fΜIzѫW���;1��}��N+u��miG|�

3pqs�L�`FIlll��E��51
6�:v�H�+�Q���*(8�9z��bc_.��Ĥ�uҀ��<��ι��:s&�-2&�)RT"����$
�0MPZw�$�Q��h1t{�;eL�&(��9�4RTf�I��l�&(�FZ��!*3� (�PX�J&L��ƍ7�NOQ�-&ˎ*٬�)��uÇ�-��CT2�IVJ���`���� K3���J&1����3A]'�0�B]}6�5_D%���<��e�Te&ވJF1�����4EPX��L�ቨd�V .))!Y0e}(�ZD��+i��Bb2�	h>(�=t2`��d��lMT��AL��vRh�]���$�:JP���Z�:�,S(A5�Rqq���Q�kf��;dZ��4Aa�L�6��0���j�"(Dxe�y"&
�D�
�@P�(h+�dV9�'h�P��)���+C��$hiF9��h�P�0�ˋ6=��M\VQ��@���L�P��e�|I��(*�C�6�4EP�b��o;H4���d,�l��攛Qm�G�W&Q�.��E�zV
� *��M�0�d�]ʈ�E��2���9�	jƌ��)7z����Lf�
�QԬ!o0MP�},�g"�����/Z��d���0�ֆ2����E�5!����N�a���5����(�)*=h�S����si3k�E�
b2zM0�
������J�f�Yޚ�����_���˺��邂c��Z����]w�z��?U���^z[��M�zY���
		y��Y5��E�����2['`ʬ��4�R99�E~���)!!����X�[q�����p�^Q~]|'4�={���HSS����"ZX��������kAc�Z��o ��p��Yi�%Q��NK�(լ�0�֮�֦�F��8|'���%�� �={��̻�b�f�VڡK�yypα�̼���׃����Z�QJ9�]�e���
 a���Ȯd��9���s����IǎS�v��c��ޤ��38�>���z�xvBG4\�=pD!��h��v�':Ӳe�\LV�^��24Q!-3vlb�v�� &XfԉYK����
�_bbb�9�p�ws�ȶ\����9�u|�D��
v��233i�����O�>��F�MFc��4NO~vEyy9���R]]yKii)�[��Ο?ϿϜ9s��4mګ��g�QDD��}N'O�����wƌפZ�GC���M�VL��믿��_��z�-ڹs'Mm�S��������/K䋘.\�@�gϦ����41�kʔ)�d��5k_�1--�6n�ȿ�'�|"mHE������_V�\�ozVVM�<�~�ѿ�|��rUgU]���
]�ԩS�رc��4gժU�w׬YC�N��JII�
6Е+W跿)����f��O�E8p�w{���
��x�]7��*=z�;��Х��wĈ�*5�k׮�1M��$���
Q_�D��
K�>Z����Io��#((��5w�҅	�mQAH�6�*}��7���>�W�n�w�S�&*�N9ꂢ���u߾��X�$�h�pQ͛7�,X�W�����������z���KD�c�֭\PH%]�x�e��
Ԡ��Ĵ�{�B�*'�鎺)���u�Mrr2? D�b���<K�Q��ƭ�":m�j�*W_-�1w��7m�O�WI�h��ի�������$��\��/�Ç�������iȐ!<p��P=�������0�СC�0	n�t�����vO�������(f̘�L�†��V��f�g���C�n���,���ÿ��#V���u�x�D�5� Hq7m��Gv� ��
hAi@(�G7�����˂�0�j����ùZ\�����B\�b%�8�KLp���"�v!��h�l�h���h�j�.,��P�( X���]
��0�񍭌S���(L�yUU�G��#M��WT��@�����
ω�}�/Q�ر��ϟOF#\P�+1y�zqq�|8r��>>w�\2
Ⴊ�Qb�dp��S�-[��ӳg�o�/_~�@����¨���ށ�����ST}���1�m#D%\PȮ��{�D9�Ǽ{�MޓUT���ӣGO>ҫ��'9踫h�QT�šP��D��&*�d�T� ����D�`�-*%��LQ�"(L���� +F�:ur�9bj��W}�/��
�D%\P��Uq��
�[�n->�����
S[��z�j�С�8qby��@�U,Scpͮ�ee冋��khMT۶m��Ğ�	}�W�^H^ \P�����9[��h���0�o����
�I1[���py�pAu�ԙ�R���]'�}!**��S�FTÇGWۗ�@���x��a"���$���1�]s���0I[8嵵�d�wSֽ�W�^�t�ҭ��o˧B}��n�����0b�v�"+�'yZ�`׹s�T&*��Ѫ�0/�{���T�º��ةUQ�ر����y睽�JP�Ƣb���
k)8�^�4dȐ�
��1JP��%::zQFFƟ�x�$�rg122���ŋ�~��^uw@	���lٲ"v`ط��?��o���pS<C�z(%(��(A)tE	J�+JP
]�ZP:ԯ7YR�3)���{�J�����y��}RX�yM�6ͫ@��x-�޽���up8��gj���ׁJo�ZPȮCT��P�O~~>?GEEe����2����RkHĄ�n��KMM=N㓠��$��z��ܧD%)��N������UՀ��6�<�߸�_j��O���R�xn�)^1�׬��+�:���:t��^{�.\8G�n�?>|�Y��4h� n���B,�1�߿ǻ8�f�����w/��"A�UmQ�7�(?����R�?9`
�򫯾�q̘1��T�]�W^zi?�:=z����<�ʂ��˻u�mRR����XC��е
�J�S)�0`���O����Y��� S�Pk؜Nr�ª��<��J
K�FqE$��sz�)�B*�~�$�78�����������;�Υ�����BR)��+�D%��Sថ��C2Z'�,l�D�Q�J~��C���7����4�CAT�D�� �T ���)[_|��}���a�3kj����K
S���Y�t/K�ֿ_aI^_	�䗮\)�!Aܽ{�8'$$̤vNdd�t�Kwdgg_b'�G���#;HG��g+�Lů�\�BW������%(��(A)tEFA���R<|�P[w�DZA������"0A�gŢ�R
��ܽ{w),��^��傯J'����L�KKK��cDa�Y�gf�2�Լy�r��QSS�ʹs��}�EvN�>�6�L}��r�̙�/�(�Y)^��ѣ5H!%x6eeeo7�ȟ�����Bm;¿���=�R�G^^������k<+f�x�Q��Y|��W�)�����\�����ׯߥ^xA%�M#o�ÑTYY���11�y�ܹ۵ߑZP��/��m�ٶ��1���\�lj�y�!��4�5��N���J
��4_3!k.$��j��xfm�IEND�B`�PK�
�[�+�;vv!assets/img/header-variation-4.pngnu�[����PNG


IHDR@H��,ssBIT|d�-IDATx���QnW�!Clb�����,���{��f͢,E�Zljc�m��
%4&���>�'!��������e��ǟM �ND��lz����7%#"��q�s�7UUED�V��h���@ZHKi	@ -�%�� ����@ZHKi	@ ��n�5�=@:@ -�%�� ����@Z��o)Z��&�p����<�i	@ -�%�� ����@Z���Sg�͏Z��И�4�1oC�ug`�1�1�i���i	@ -�%�� ����@Z��nbW7@�t�@ZHKi�^|��&�ќ�MϠ���㦧�������� ����@ZwvC�e��G�_D���ֺU��ӈ����t����v9�#>W�/.#��w���k���*������*b�Q}���"��@�9܋���VD�{{�y���`����h���N�d��d~�p/��]���nD��l��{�v"�U	�N;��㼾�/�?|���<L�����7��F��sxV�L������q��L�g��O��p�Uv0�_�Y��V���狀
��3���'��?��FpYе۫��?F�|(Ǔ���}��F��:���C�[��l]�rT��{��J�}.���˺ @]_|�S^3����2Xܺru=��%����$��pM�|��xL6�߻��?_�n�E�ӳ��[��i�"Ⱥ�m`���)HKi	@ ��W�ʳ3�:�7~�HKi	@ -�Չ�x��M���w�������˕IEND�B`�PK�
�[Ǚ�NH,H,assets/img/style-2.jpgnu�[������ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:CD6599611E4C11E59800974C8B644F0F" xmpMM:DocumentID="xmp.did:CD6599621E4C11E59800974C8B644F0F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:CD65995F1E4C11E59800974C8B644F0F" stRef:documentID="xmp.did:CD6599601E4C11E59800974C8B644F0F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	


!341"5�V72#Cc$d��ABDT�Ue��GSE6��a���ĕ�Ŧ��gb�s%&	���S1aq��5Qђ!AR��Cc�"2B#��?�������w���2Ep��j��&��EY^�R���d�"%u�b�2Ίh*��W-��'#Fqb5U��4<�{��ha��M�i�H"n�wu��t�Ʒ��5�Z[>�[��w0a�R�vO-�����=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,��[��w0a�R�O-������oj�dv��K��z�2ym�g��k{U�#���]�cԡ��n�=hg�[ڮY�����`���[wY�C=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,��[��w0a�R�O-������oj�dv��K��z�2ym�g��k{U�#���]�cԡ��n�=hg�[ڮY�����`���[wY�C=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,�3s���>*�>�ϱ�S��p��Eku�L���r�x�T��B��*h��#2?�[���Ĉ�F�����kY����m0��!��z����Y�ֵ��1���9FP������ހ�1%�?M����Χ�V/#��e@y��z��>��1:�������E�aqr<l�a�����{z�Ĕnd�63�:��X�<��dY��}�{����VN:lNgKyU�����:(k;���]��Q����|\��{�b��:Y�fT����#���Y8�8y�-�]V#��F���x.��w�?IF�O�a�s<s��U����fE�P^ow޷����N�d����t��uX\\�1c�������ހ�1%�?M����Χ�V/#��e@y��z��>��1:�������E�aqr<l�a�����{z�Ĕnd�63�:��X�<��dY��}�{����VN:lNgKyU�����:(k;���]��Q����|\��{�b��:Y�fT����#���Y8�8y�-�]V#��F��[�����V���C�o�Qt���([[��Y�x���Ģ�L:��ASE%I��,�ϤF*�n���s�
1siL�0�=�On�w�f�X��7Kg�{��1���%��^�WdS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����{��1��%��^�2)��g-ϻ��?�]q-�����Mn�9hv}�Dy�z�3�m�W���kuY�C��#�c�A�Ko*�ddS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����{��1��%��^�2)��g-ϻ��?�]q-�����Mn�9hv}�Dy�z�3�m�W���kuY�C��#�c�A�Ko*�ddS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����nws��»�ó��J`5��/[Ȣ��R)��g��1OE4�Fe�L�X��`����y�c}�c40���fi�8����wy[��t��3�Ƶ�Zg(�@���&ՑO��&�XC��^%r��+��n�!���MU�3� �!J5����\d�����H�%��Һ�;����?
�2�i�q�g���)��5�$���a�"�j�df�7���:�xA�",kKD��cb���3��Ҵ�����%�#�g�O�	�.�E����\d�����H�%��Һ�;����?
�2�iݬ]j�L��/n�&��-F��oۺ���CAQR!T��(0@�;i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
u�;h�|a�5WRq���uwq�����
�%���g"l�C�N�2�w$^��R���5?&��IU�*��l�1UG�Y��%-��Q�U�+1tٰ��U��i�1�cAl�2MuˑJ�t5�j]e�늈
�D��Q�e���
�%���g"l�C�N�2�w$^��R���5?&��O��M��Ɩ��K�q'
L��QT$�x��[�4�e�=`$-�(�H�y>�_���t�>q�+��������;��]�a��w��(��ϵ��$�f99y�2��P
JR�S�g&���\�}��_��0�RT;ݿ�&w滌�3+��HP)'��a:��)��h'����
J��|������Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��i"�pp�o�-����
��=]vrlG�����?3
%S��z��gy��'#5�_2�B�I�ɥ��!Mk
�ˮ�H�-'1wHw�?%J�ܵ}�\���\9��R}\��Ȧ"��L,!�!��I���w����7i�z�����Q�B���$e�9R;��O����9���x����o�<�{�����<�q�Fc�}]�)
'f��uŦ�3��N^w̾{����T��ɰ�:W,u���<�(��o�ɝ�y��0�NJ���R
I�t�N�yJC�hZ	�f��Dž����_ �C���{��(���DW[z~3�h��֋�Sy�`��O��a��<~���>�1�YD7���|5��kJ����Ϧ�J��!�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸��xJ�Ɯ�l\�(�3���m�M
�[Sv*��Z֑���+��
�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸��xJ�Ɯ�l\�(�3���m�M
�[Sv*��Z֑���+��
�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸���!�m{Q�;ު��"�[=�7n6���L��B�
��kkq�S�5�O��ZF_/�����W�3ţ��i*�}g���)��k�;���a��	��f�F��:�xBm>�_p����FFݚKW����؊�%���u_	�T�$��3k�e�K渷�#����f�Tc�!����b�y�F]J�Y%Y*#,�C�s����#�7��Z�R�h��$'�,Xn��,kα���kJ/h������#�p��X˘�������x���Ξ`Ͻ?���\���3����>�:y�>�H��Ks�p�0�|n��h������#�py,e�_��0�_���=���3�D��䱗1|/w���y�J1��C>�N�W�Q4��]o����X�X��j+TU?(�#AO���.�cX��ab G_�����ט�]
�=���k;���]��Q����|\��{�b��:Y�fT������J3?�?��+��>s-W�$-8����u�bq�̠��oB"�)��O��3|geJ��!�F��aԱQ��>��ᒒ)�	���T"RD�S�I�_��AB���r�}��T&��Z�U�C�u�Zދ$�w�W/�ÐJ4+爰�(�s�9)+}�$�pD���=ّ�I.����Br�!����$���G��M LԨĚ��'�RHͲ����Ь8,I�M&���M$ˑ��@�I��6]|̟��m⨥w$��t�F�a�hd�k�=j�Uu�k[+k:-�cǣ��^F�a�b<<dFS�1��ʒe4�24�(��;z
/��A�c�T�4+�<<Dfs�1R�g4�"$è��;z	,,�Y�S�t4+v�AZ���֯eWY�V�����ޚ�<z8j��hV#��De>�),�&SH#LB��#���ʄ�<�H#B�#��Fg>�%/)FsH"L:�
3����΅��<�@#B��hd�k�=j�Uu�k[+k:-�cǣ��^F�a�b<<dFS�1��ʒe4�24�(��;z
/��A�c�T�4+�<<Dfs�1R�g4�"$�;z	,,�Y�S�t4+
�I�y�P1�q��%�f �S����L�fږ��J��� ��k;���]��Q����|\��{�b��:Y�fT������J3?�?��+��>r���oT���4�PЋM�S�3t��
f��:�����w�^c�]��
E9��O�b8t^X.����y�R(*�ϻ��;�g�9�=�����wlu7�Ù��0�Ǎ��������Կ$G��~R_w�G�搤PT���N��ɿ׿�	�P@��]L�%�oIVk�|�����n�3���y�%9���@R('�G���#��f
E͵��bQ�f�f�G�m!H�/6�S9��w��S��<�"��nE<uH}�6�\aȄ�6�r赩p�&�K&�D)êJ#�p�)�B�XF�:�bB�;�#KRԨ�+�$��R�����aL1|U�g@+5�n��G�[E6���)3$���4�;^-K��#�%wJ�T��))��8I|�p00pg�)�f�Si��<l�␌�j���>I+�����ހ�1%�?M����Χ�V/#��e@�~�ߘ?��ģ3���Mw򿟃�2�x~B�u�$��]v!�\�
n8�Z,��Z�ɩnķ�qFt�9��i�FKa�M21NI2����Pi4�)&Ld8T��g����#�3�*��%CiL�5T[�x[Ul(�TG|4���9D�B0�xw��G"�����R�YjS�-�1.���*�>�!�B�pXs$�i�Ɉ�p�I���*�I�I2c!¤̛?�]��Â�xt�h)��l�i)\	$�u�y���
�:�Orj�eH�hF�zAZ���֯k[VAV�����š�<Jxj��hF��DE!�%,�$R�"L:�p�"����Δ�<�@+B0��FG!�)/%Dr�#LB�q	2���ʕ��<�H+B0�g���9=j���dk[+Jl)�cħ��NV�a�a�<DDR1R�RE+�"$è��+
	,,�A|S�T�#��<ddr1���TG+�24�(��+

/��Y|c�t��#Y����HCm����m���!IB��%(JJ�"�D �������N"���;�G��qz�{ku�f
��3��EHht'����N�33�A�cp���
���KW�ƷKJ��~&+cLJ��V�<�F{�3C���z#���C��&W�]�~9���g���G��?��8�^Uv�ȥWU��;><���t���FE*�����t=�O��&W�]�2)U�g�ϻ��?�]q2��푑J��?h�<#��!�5��J5V��_��goq��yJ62���qV�l��Ty�8�N/w�=����c4��c;{0�&{ʹ����kU4���>�yOXk�~X�J7��%�[������_>��A�k�e�c

�-Z<ꖪ�*�Q��3)V

���w��u�o�7��9�3
g(�q���<���u���{G�O1�މ�Ӆ�������U����7�Ǵ}�����}8<�����c��x������g��y���X;�^{�a����{�{G�O1�މ�Ӄ�`�ax]��>�7����x}<�z'�N%����w�f���7�̲�^�x�mξ�NgwM��ky�t��x�{��m�Q^��&���0~��q�yQ�b�Δ5��#��}��M��y�E�TV�d3Ơ5���.��(��l>.g�u=�xy,ȳ*�F����%���k����9|cq��5�h�[)� b��[�;p�X�������Q�MF�u��bj�`���Ww&��Ե����ֻ��wEz~ME)�YNx��T�:(��?x�zh�8(k���-��e��	�.���KC��]J�����6���\����}WM�ML����:���-���i]�8��R���gZ����5d�P]dm�z��_�
�J#�m�*�[)���Vw|�J,,|%��YS��QS�Oˬ�v;��{�����O�	MAu�#R�G�:�f%��um/1*E�[�YQgW��[ &����5
�~ӪUbn��Z���Zջ�m6u|55��j��i<�����YX�wٶ�KK�����Y15-�~ӫ�bP��V���Zջ�u�u|
�j�/Pۧ�:�V&믱u���)E�[�V�gW�S[(&�����*{I�u���}�ot����i��MAu�#R�G�:�f%��um/1*E�[�YQgW��[ &�����l�)�|�y��(�&�|xgȭ+>�m��#E
Q�ӔB'�.��J��Њ�9��[�崨T��h��W[�j8�g8Ԫ�Od��=�������ހ�1%�?M����Χ�V/#��e@�~�ߘ?��ģ3���Mw򿟃�2y�>*\C�3��\T��a�z\�4Cp��t��{�Z��T�{;
j7��L\F�V7�I\�֝��&�ͩ3RNҍf�%RYY���
���#92�4;�۳��1*���f���'x�ܫ�>0+;7��R\Zn-IƵPoF�-�ܰ�2�97�sv�\bݬy]�����#{N$��h5cz�ˍiٹbmړ0E$�(�k2U%��(M ���Ӫdx��4�VY�>�9�2���I��eBv��Ù5gܮ�ǔ���K��e�m��[�Y��3v��׵�H�~/+;7��2L^II+�Q"
*V�K
��t���	��d�8���
���
�b�J�8ު��J�jXu�G(7hUɲ4��4�PVvoi&�Ŗ��ωoig�������^֝#�������4�1y%$�oYD�4�[5,*�e�T[��&�ْh�n�K(+;7�*I��*$�z�4F%*٩a�[Β��ݡW&��G��yAY����0�[a�<���4�~�-[:�8��ݢ�Ωd*h!��1z^����'�L��<�VX30������_/vٸi4[)��"�5\U)23��"�`'l.����]b{^k}�3��L�X�f5�L'��Ǒ�/��3��{;K�Wx\����t{=A��b�������ʻ��x�?ۡ���mL�84�`vU��83��y��P`��;hzg�������3��z��š�C�8��
/X�w������C�?�-���piz����V!ݖ�k��4^�ԗMQg�u���.��^���k�B��%4�i�w�,y��ʬg�4#[�^Ie���w�����Z�ʪ�v��S�������L_7›�uU����o~�AL�]Gee|��Uj�䦂���|��G���_f��kY�y���w?�X��k{u=�Ȫ�7F�{{O��s�_���C����S�<~�������U�ƃӟ���=U�+���}�����?uO�z��W�k����W�N~�P�W���?�����4���>���_�/6��Sh?����Z�����kMe�l���W�Z��FZɌ�/�}���""koio*��s�����Uu1�+p�w�[ػ��$�s'���9�����t�"̨3/���S��f��<)��W��|�SF�k�s�;?���b !�R�xo�5۳n���TQ�
�GE3HkT���ѻ�X��r&̤=���.wrE�I^u(�Y�S�l��X«�F�cTz5��RڮP�j�^��M�
�\� �v�#�4��$�\��GA#X���Y޸���DI�%P@�H��ѻ�X��r&̤=���.wrE�I^u(�Y�S�l���u/X��//)���9-�#	~���EV�ʨ�FT ]�i�U��l�3*ȃ]UH�Ron�uW��������(&�����J�\fuQ���ҥ]&�$�YWMfK�.@Ml��k���b���}K��k͵k�c��/�A5�.�4�*�J�W�dA���t)7�M��+�E��Y�˔[�
�UR�l�3:��]T��R���uW�����%�ӗ &��I����f1~~¾��z5�ڵ�1��~������iq�d�[+�ʲ �UR:�ۦ�E�"�h��|D��	��v�c*�R�W�TF.�dt�WGI��+�U�SY���ː[�$��g��?a_R���mZ��u�K�PMl���b
l���1��6�-f�ۓj�EԜ�r���h�!e��
}�@Y��]ob�@~��̟����x�Sޫ���̋2�̿to��O�Q������_��u˱}f򄃑y0�����@��Ʊ�}�z*���؎
+���K�~f
J�3�Ŧ��y�NFk̾e����]�rgp�w��/?⾱����Uu�ɱW,s����(���7yFo�hZ|��?HP))��k�lģ��i*���x��)ͻ�6bo�g4���U!@�����w�~M����(�#6�\ىGw��U��<�T��۽sf&��sINk���R
I�Q���G���?�B�I��0ְ��Fk��A[1	�9��`����ذ]��\e:裀B�%6�������V3*ȌEd�(Ron���w\����'��(���J�0��S1[G����n2����6I����ʼ认RT��`M��$
zo�c)��D�U��4�#RXGK�3X�7�졇lba�e�7�RUGUI2<�ce*�a��!�$7_f���1������:�����ą
#�7u�^k���KZog��3��<���;�^'{ʼ�q��p�q�>��?��Ϡ����B�;�2�}�o���������>�w}��x���wg��3��<�y��/��/��F�=�=�o�x����!�pwмN���q��q�^��s���̒��7Mo+��ޮ�Aow�0͵��+զ�t��C;>�7�/��o*5�O�҆���<x{����ε��ʊ�,�x���PK�
�[�/�#�#assets/img/style-6.jpgnu�[������ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819" xmpMM:DocumentID="xmp.did:F422DE241E4F11E59893E8B6EABD011B" xmpMM:InstanceID="xmp.iid:F422DE231E4F11E59893E8B6EABD011B" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:e57979ff-00bb-b740-b6b0-5b6b865c4819" stRef:documentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������|����	

"V�!1U�Ֆ��723C$�B#4wAq��Dd�5�G8&
1!�AB�SQ"Rb��C5a��2�s$q��#��D6�3%4T��?�����~��vj�f���l�[��PY���s�������I��<��h�[D���dHB����שt8��֊��:�')DT��B����9�[��-X)�ª�zgI���yF�ޒ�k�fh�X~Q��]��gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vFగ��ַf��jj�9I&Y����7�:jq0���|�-���Vi�4D꘧D�!cgyu�]<ub�����I�'��N�ɤ+��-h*�Ҫ�reI$��YE�X)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�*3ԓ'���8\s��9�	�����NL> �.r(s��bɕRB�֨�D:�mV)t�+̢��&��-k�pʫYY�G���x�)�Pl_�U��%��gxF�"����I�7�9�G�o�2����{K��4{�^�?��'~��;�3����!�}�:cƴ��7���!��w�va�{{+1�=�z�~�����&m��kr��莲�سK��օ�4y�����I�!G�9�Δ�&[�z��e����gc���ٯns��\�?o���S��u���S��ؾ(�)�Kir��E��擪o�s����[L>��/�=��R���e;�U7�1�᜔��
O��X��5�e������>ϰ0۸�۳����Y����3���g�g�3h�6�[��oDtsݢ���r�H���y�8*����}�h���fm��x�vG�+����n��$��¦V~WU���N�2m	�ʦm3E].:�"����`��)�0+�����ݜ�@���x{)_�N~k��)Ӧ̞�v��U��.��I�Y�N<˟��w��+��7�5ސ)}$^�Q�𓟜�k����>���,�}�%G߹S��[o�ns��Z�z��lF��oo�cXދ=c2t�hOU3i�*�q�p�ݬ�+u��Na�_�/�Ȟ����zg/����J��s�_�p!N�6d��c��"��w�M���q�\���P]�]��ٮ�K�"�Ҏ������\0�ܭ���g��q*>�ʟ�2�x��s��ǚ�;��P�`�7`�k{~s��Y���L�Bxr��L�WK�����g�X��sJ�A}vD�<&�g;�39}&^�W�����s�
t�'�+��t�˿`�n���2�F0�����x
��w�
_I���w�$��?��G��o��x�K?�s�Q��T�����fۜ�v<ֱ޶���c[���7��X̝:d�ÕL�f��\u0E7k?�s�S�bW��'��7�9ށ���2�R�������8��dO=��B��y�fw����<\�__����x2�7�8|�)/�·߽��罹��<f-��Eaf�ij�a�e�Q�Vn;�>1��J��"�[�A3��KX��5�w ����Y��sƿ3�fs�d���
M�혹�%ed������>װ<��#v��6�<�Vc2����O��xvy�6�cj��=��Ft��1/�K��D��\��[d�xg��ʛ��5_Xg���'r�٘�p�2���m���7�=���"���F�Pm��1PŘB5&�G4sH���gA��� �Y��*-}��oÃ}���E��T���M&S�*��'ر��+��*k$�5F�V��u]�oo�kx(�Ptcytk�hZ��)�n��S�S&)�j�v��.p,n"
Y�"�Du��J�T�K19
����#\��	wx}����53�Ք�6�>�rг�Tg�&O�C�Lp��Ѵs,�61�+M��Ĝ�|A�\�P�œ*���Q��u�ڬR�fV=�E_<M}�Z*�j�V��P�+r5����S��ؾ(�)�Kir��E��擪o�s�$�Ze���r��ٞ�h�T����DN��M��w8g%7�C�S��.tǍiYb0o�=�Cϳ�6�#v��6�<�Vc2{����;����L�9�����d)�f����(h�KU_�,B��s��)�L��;��mgd�ǁ-c�^��2�5~�*
��ڦ5���3^94�UA�|:QVSԖ��� ��?��'T���}i�ֶ�}��_f{����#���"w�o~c��9)��"��رs�<kJ��x����}�`a�q�f��粳��g�g�ߘ��"f��mV�/�ވ���E/��P��_��)�pU�#ݺ�ч��8��{�/����nW��݃�I���L�����㰝:d�ÕL�f��\u0E7k?�s�S�`W��'��7�9ށ���2�R�������S�M�<9X����]��v���y�?�1����dWs�ovk� R�H�=����'?9��:?�+x}�#ǺY���J��r�팶�36��3�济���0�8��3�ߜƱ�z�Rk&fX���`�ltҖ��n�ef	�L�2�R��R�K�XץT�|��BU��*I�ǹ����{K�ƪ
jO���eC}׷+��$�"H��r�"p�$���H����FG&)<��cn�b�T����v\��i�X�n�5=��93��FA�;�
+�9nT_?�=��voq�j�}�1�f�5�M
ե�s�io�|ڥ�f�Kک�k]�C=c�g�RH���!S�It�bUPj̈� r�9p���3���]f,��K�NG��ӽ�E҆��^R�&i����R�I��X�N$���A�2������'�~4b�f,��K�NWe�@�r��t���W��ɜt�2ޘQ]�r���a�_�|��{��W��q��4���hn�.c��K}C��-c6ZX��OkZ�
��8�J�E%�
�RH��3��VdF��˅O(�i��
�1g��X]�r?._�>��X�.�5]��3N�NQ�;��G��F�i$M ��3b����N5.����f��d>�/7��P��}&T��q{�������A"#G��YE��zA1*�[7#HVʕ����!Y�����
�0kN�CK�K��'�-����dWJX��o3jM٥C2��\�I<*Z�x����̸%
�u�-��������ڸ�X��/kZ�
�x�l�Vn�Ŭ�v�uV1���S�F2eO��j���F&�	�(���ʔc|3Vdd��UT�3#�
�1Iq#ׄF���I�~�4�����<#^.�h�v�Ғ%v�6�dì�d�<��@z[�څ������(���NnםA�څ�
�Z� }��_�[�RV2I�,�f|3	��t�=�o�J�m������Z"2��T��HR��!:�\��r���1N"k5��R�<�#q�&o�w��%�
�5�a(����ę<�F�ܦ�r���Z�e�)��#{lF�.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K���N_���Q�b�"7�6��p>%�
�n�/�u��P1L��؛a��|���7S��:�{(�_ȍ�M���>\�vr�����j=�S/�F�&�`��.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K���N_���Q�b�"7�6��p>%�
�n�/�u��P1L��؛a��|���7S��:�{(�_ȍ�M���>\�vr�����j=�S/�F�&�`��.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K�6���_۫�M�3��,��K	\�t�=�p�M%l\2���a�V"9��TL�
R�!c���⻬$�(��ƒYB��(��$��~�La��.�Ef�MM�*M
IτOȎ�q_��u諱US4�R��I-$�Y;V8�rQ�1򘨶�"�'��FX�1B����שt8��֊��:�')DT�8�<�L�s8�{�J�SU�U�$ΓI���=�5��tz�H����V���K:�h"�oM}u���=~Q��]�ij�v�,����]���#�!���%�K:�h"ȝ�=}VN=4���Бs>�MY�p2�$F>ER����0�g-.	{*V%A52ȑ�?#{���OJ䄲�qa�nQ%�������~�E�ӿ�SoE
*�0��]ScC'� ����]���#�#���V��+ε���_]wG�4�@��j��h1,�]��!�5��tz�H�a�F�Iv�ε��=���#y���$�V��'�5*��h�.�0�ABE�}%e��;d�Y�M���(վ��pnqbÆȉ��#���fY�#j�x��0b�l5�BL���5P��H�U�N����S�I�֔�3�%Nm���X�.q�}ګ-�sЛ�/�_�m��Te&Lmf�ˀ�A��;컰��R�vГk*3�#�7��5��tz�H��p��U��C�ij�v�,����]���#�!���%�K:�h"�oM}u���=~Q��]�ij�v�,��J��W/Ot�vI�e�l�id�]��ZE�������YUrLr���}���쨫^�i3k*��|&:�ؙ�f=�غ�*2��]��<G��F�H���I+���I�
�U.���]�_:���`�"J�!��v(��i$�F:E)NQ7r���\�E�
�	&gYt����G?�	��h0��"�$UQA���K\<~���]���#�#k�5ZK�5q,�]��!�5��tz�H�a�F�Iv�ε���_]wG�4�@��j��h1,�]��"w��Y'��pe�BC�ͨ�{5i5�˛(��]4�h������&
����"&D܍��w�=;��۱E�Li�$�R����;[�wJ�
L�(J��z���e-<�`��_]wG�4�@���5ZK�8�K:�h"�oM}u���=~Q��]�ij�v�,����]���#�!���%�K:�h"��6�]z��R��MT�2�L�<�GN�������|��-���Vi�&��1NB����I��YtH�!Պ��:�7�$t�8Ĭ�y3�L�]�+AUf�T��*I$o"�,tq�P>�|��?U3�	���!t��V��n�Q">��-�Ƴ/���ud8��t��?r�.�����*�w¸�y�m?0(���F�����LoJ������L]�ﭿ�G5�_�?�:��7�~_�0�B���ˇ���O�;��O�1�Ϛ�/����t��/��Q�!�M<����u�k�4@�\���[�i���Gp�ί��X��?ԓ� }��_��WAzZ�և�U7t'�x<�/G��;�^u��P��Z�T@���ָ�T�t$��(���U[��Q�D��&D�i�̿/��Ր�o�����<����D� ���
�lM楴���{�-s/��W�1�+�;�χ�!0=t������#���ߩ���p��=��~��.v���?�w/�?���?�>j\��
˼s!�˼��GT�)4�;�ω�1�����r��Yo����
�:�to�bǘ�ROȁ��~;�\	�k�Z�T�П�m���D��y��QB߅j-P���֢���T�5(��w2�ccK:��
�
��xXFn�!Y����r��)K%w��n�J�a%�*�7�M�f�W�$����U�)�:�'PJ"qA�^�Z��X���?7�h����r]F����+QQ�]����}v�,���4�h7^�Z��X����Qd0ܗQ��Cg�h:NOF����I!������1jD�'�#�c��5����V#b&��DțB%����-M�����zX��Y�;���a��]M**�7)���m-<�`��X�EG�uwO����QdGa�.�Mv�u���������EC
�uk��X�EG�uwO����(�nK��]��%>��̎k-�J��afry��]���h�|K8�F�b'maڹ�b�J��H$c$B��D��"�T(�[
I22��Hɇ��3� �A��Р�"FGYtH�S=}sk�[����DI�e���̦�6q�c?�G��}�e�UL��ֺ_�w�*�Vch#kǑ�۾�nS
�b+�k)Q1�o�e�Ou����������}v�,�7%�i��n�b����>?7�h��a�.�Mv�u���������EC
�uk�=�
k�[m�4*DI.z�g3L��Nn�����9s�k��Y|���ӽ��w�R��k("cX�p޹KnR��*WciQ��g�g�nBm����&�)�ҌF*g8�FM&19��c���D���n�v����$�"�'2$!A�w4�
0��d4����("&oԋ �F���`�"�fgYt��L�S>~��+QQ�]��?��Qda�亍5�
׬V���:������Y7%�i��n�b����>?7�h��a�.�Mv�ϙPt��go�2�D�,e�[9F6bȈ�H�A����0�e2.9{�V�M52ʑ�>�;���lB�y5���5�1���	�+�[��-��RUZnK*�Z�Y~Ѭ7^�Z��X���?7�h�Ȏ�r]F����+QQ�]����}v�,���4�h7^�Z��X����Qd0ܗQ��C�R��Qs�����N帜i'UYX� � "~^>o��$SD2٤e�C�)<oy��	���%1�U$�i8��C��$�\���
�d��Yf�2:
FN3�6��?��PK�
�[�(�~~assets/img/flags.pngnu�[����PNG


IHDR��И�@PLTE��ڇ������%�	����#~�,�#k�
(x9�/�3�'%2��,�2�9�&,��)9�'-$P%��*��hF��&:�+�mAoL����#zM���
)jE~%��5+��	g<:n���5����0Cfd�����~��'�][�5�OM|�������2H��"�w�7x�nq�������p�����쯭J\�\bY��׏����)C��[e�GQ����/�=�<wNNN����pqo�����������͗��������9Z�HW�����lm��J�43�3����py��t�?Rz?Yu�p_F:J�AA��)S=Z����������������閉�~{�Up�D^�'M�5D�W�������������M1_Z�@{_4��0�/�C+�xLo��Us�¾��"A�&$�	��D���v��NG�D�^����z��n<�i������Ǣ������y���u��N�1m�XK�yF�O9���Ʒ�ri�ɥ��ϰ���(4�p�y��gMy_�G��*�o��Ǽ���tRNS���ش�IDATx��ۇ[q�q�g�Fh�
�̒԰�@QdIF�������-m�޻�����!?��*�y�݀��^��w�<=j�Ԕ�vS�-\�t[��xi1���L��Ed&-&
8�$�d���ƒL&���A	"�	z�(N���-�EI.���%K����B(.Pݡ�����X�ޱ�^�p�!�wdn��ђ�
�K�A��j�T�im=	r�ݪӭ�#A!8����:B�G��8�s�@���@rrc�:`�
�I���N�� �"Ok	t�mp_��.����XPMr��]�p!I
��\D� 81��LjLfj�*���L�G�0P���聪	�Q���n �!wQ?^� ���i�\�LR�-ee["�B�2��mOD��i�D���V�/���х�&)�N+�j�=:�2�p8�����������%`��^BI�FaJ�l^�H��zD�[���7�.%e�0,h͖C(JR��u9BPF�j"��huz�Yt��4oͼ��rAP�Μm�rv��?^U�G�Ā�y���m�.͛#����ٵ'���ܳ�
�H��|1@���<���D j$Y�u%����23Ӳ�w��c@��H$��'1&h��I)�7"=�P��=ٙiPf���9,��1��%\ۘ��Q#�8��o�Ĝ�W,���ۣY���}EosgҠL��l�CzL)�E���NL�@�۞m�eZr�lʔط��82L�y����6oN�#AD^z��E���GX<�}>w}ۛ�~+Z7����h= H��䃘y䁠ѣ���{t0#���~����qOXfČ$�����Á��� 555��.S2����b��Ɉ��@g�x{<
�!��T{b���F��Lݙ7��>�3�j�ں�J�KAP���o����q�1�2z�F/t6!���j�W:�7�
{��沪O�o���
5	@��a@{k����[D �ڌc���nŠ����TV́�.�������64��Z�b��&PZs��T1�ɗ����</ܑ�-�oZk_�[���	'�K��?�!�o���bjk�m%Z8�P�Rj���k�Ϡ�D��Zk��TZ]
_]�A�>Ũ� ��-�m.ӭw�ծ�{��30ɄJ����q�4�@���+�s�5H�8���s�M���� LX&����Z7�Vf���LC�E-h&,(�CьجO�#(BL`�Ӡ�v�u�� ���U���A���I�c0=>�h?��n��k����JDU�p+� r��-z��c�h!�Id�̅�V�AO�*h�XmGG�~�,H�-�WPd	�J�`	���M"���0P�Ndj�
�.��*�h�B��c�@M��f�S��$x�Qe���ġV�	@گ�����.��ˤA��|�|�@t-���C�ǜ81:�����S{�)���5�@,(w�������5k�o�.��= F�0I�|>���Y&�E����ԗk���^�'_�}�Yh4&i���9������}|e%�c7��Z�P�q]�{�w�����BW��R״�U��A3z�NM�ՙ
�+W���م��$A��3)7�<�B�*%�-:t�2���^(~"Z6ۅ��㻃E���Q.�BX�8L ̳�8��֢`U�G�$�!!555��n$JME#�gw%�������k���i1�&1
e�	���2�|fT�Z/�H1��?���>wS �|��)�Zȋ�uȗPE*;�n�Bwd&�x@C��*/G�H�����r��3�=2�*��:2$z$��zP����`�����?�(�y����H�2yP�:�qP*&pз=�(
��WaE�e�/drY���pyM�A��8PŽ����1��XL�	�L]a��G��_�w��X=Q�P���<��EݛR€�֊r+�H
�	�H�i�����;�� ��G�B ��-=m^�\P];��U��y�/�
^��$ĵ���ͣx!��땀�y�������� *&����Z���^s�̹S\pv�8��n���Vde��!�����A+��X��߭X�x��C���ڏ �B�6��Fz��j`�ҽ鑞m�Ȗ.]ʌt����g����%\"G����QG/b=�?�B��
�_e@�o5��������(H�B�_�M����p⟂&��Zvc!�j�e��RS�uqX[�1�IEND�B`�PK�
�[�z�UU!assets/img/header-variation-5.pngnu�[����PNG


IHDR@H��,ssBIT|d�IDATx����NY���C�JQ׽�ć�G����clߠ}(�M���ڊ����)�� l+��%$�9�s���0�Њ�:�jzM@ -�@ -�@ -�@ -�@ -��{`]���Z-�tN�t�;?窿3e��
�$e�%�@Z�%�@Z�%�@Z�%�@Z�%�@Z����W����x<nz.����x�� ��i	 ��i	 ��i	 ��i	 ��i	 ��i	 ��iu�UU59�{g�%�@Z�%�@Z�Շ����4���a�3X���q�S����h�1V�@Z�%�@Z���M���<�"b��7׻U��ӈ����^|�`7��.ۣq�����ˈ��ݿ����
�i�}�n�ߏ�����"�� N�Elw�v+"�����l����ny�k�+�evw"&uě�پý��vY�
v#:�g�Ua��l'bX��u�'g�{���ç�=����5�v;�f~�h\�O�'��[���Y�Ѹ��L��O�"Z���x<Y.�,`��Ŋ�|�j�5G�o�����O�[�ۈ��F�(t���#N>��I���_�@XG#����:�hu��^��;���9�������r]`]��l�<�FWe5��`��+W׳U������L">
W��o����Fx�7ȼ��e7-N�"Nb`��o����ώ,�x�"�@Z�%�@Zk�~(���X���c�%�@Z�%�@Z���/_7=�{�/�F�����*IEND�B`�PK�
�[�Yb��$�$assets/img/style-5.jpgnu�[������ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:559505E31E4F11E5A9D3A524B3930772" xmpMM:DocumentID="xmp.did:559505E41E4F11E5A9D3A524B3930772"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:559505E11E4F11E5A9D3A524B3930772" stRef:documentID="xmp.did:559505E21E4F11E5A9D3A524B3930772"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	
	3!2c�7"B4TV��S��gwC��$5Gbd�6A#%8QR�		1AQ5!a�2B���S�R��s�dq"b�3C�E�46�r#��?��F�=��,�X�5�2��ٰHoa\��
Z|��KPx���bw����oM�heRRT!��<J�;~��3ֱ�x��h��4D��n7�����q\����`��&wM�5��4���߭����:V~��ohrm,k}��d8��n�l̝���Γ{Aic[�{!�&;w�fd�/��nt��K�h;�)1ۿ[3'yx,�#s���ZX�A��qI��ٙ;�g��&���Ʒ��C�Lv�����^?��7��5��w�Rc�~�fN��Y�F�I�������������2w����7:M���o����߭����~��oh-,k}��dfy�?���NW�dbp�aqm]�^"�'G���&/k������*�T�*H�M����޽v�tё�7pɓ2[HX�@�]�9˗���2e���6���2�L%@W��_�~��?�H\�u�A�	�v��Q���}tsa\�l�ڥ݉KI��s)fJR�������z��^4�3�n�$f���ZS�AsN|���;a�l�b1p��"+��S�?�Lv�����^l�#s��Љic[�{!�&;w�fd�/��nt��K�h;�)1ۿ[3'yx,�#s���ZX�A��qI��ٙ;�g��&���Ʒ��C�Lv�����^?��7��5��w�Rc�~�fN��Y�F�I�������������2w����7:M���o����߭����~��oh-,k}��d8��n�l̝���Γ{Aic[�{#p`&=���2��3M}��v�˰��:뜵�;~fu{gV�����]%eJP�lb�Þ?p��8�<f�m2Gp�2Q��7�EQ�q�����`��FWI�5�J$�|8�C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����D7��7����X;��lk�ZU;1����V�5Q��3���IQP��"�$�h3A6h+�hm��R��*�P1�G��K,�4�f�$��$�B)Na�M)�AӬ�����,ei5��%"��3��hT/ �Q�aI������ΘD8Zω��&��7�;6q���R�4��Gu"�QKyf�����B;��T�
�(�ĐI��*<ɹe�p(ZMMl���3I�1�5W�OX�[��˷���w���yFcu�%hȼ��R{n~��x�*��/�
\���2��b�4��'z"�YMvf�����R<.�$�͓ �D�I��*,�d�a������V�ܘ�4���"SY�]f��H�Zc*)o,�ґ�v�GuQj�a�e� ���Ty�r�$�P��8�*���f�:cj�"��ʶ5�;c�oQUF�mϣ����;
Jёy)Z����e��U'�_B�Q5�Ze5��iI4N�E�2����
)7l�x]I�&A��$���TY���,�'A������1&isg0D����)"��H��TR�Y��#&퐎��<�d�A'����&�I��i4q4U��'$�&t�(�^E=c�lk�v�.ޢ���۟G�����v��"�R�I�1�ˉ�(�OԾ�)r�k�!�g;�0a۝�����^���.m�0�
I�z$�')KR2�!K{�B�=�i��n�D���5��Bu�F:�a�ZC�y�K'�2��M��E�!7�{Kq���_�3�/q'����E�oA�ZB�r%fJ��Ѣ��!N^�����%��Y+�/�CLs�F_��a�g�=�����;�u{F6�YL�u�UO����[_�63�{wz4��|�%	�6�����Rd�K�	)Z�Dr����7E�#Giv�
Y,�B)��.�JI�w�-���fhiH��e#��O<�2
J$�OIQfO�$��-�&����ę�͜���R�4��Gu"�QKyf�����B;��T�
�(I���̛�Y'�����V�ܜ�4���Uy��U�����z��7{n}g�g�7Q�RV���J�'����.'���?R��ʉ���)��.�JI�w�-���fhiH��e#��O<�2I$���̟�If8Z
Mm}ɉ3K�9�%5���iI��E�2����-)7l�wU��&P8�	<=%G�7,�NI������9&i3�1F��)��c]C�9v�Tn��>�(��n�������Om���\OER~��!K�]�SQ�]f��D�DZ#+)���ґSv�G��d�y�d(�I<=%E�?,��2p�8�*��f�6sJk1K�Ғ)ԋLeE-�ZR2n��-S�6L�q$xzJ�2nYd�
�GE[?rrL�gLck�agS��[�Mj��L�X���J�Fb-c#��K*T��"4u�x3Ɛd�`�k/}��|J��8��L$��$������0��[�PFz����WB�w�_�j�}?�/k�X�`�y2r�����*�����yye|<��cL�ۥ������K��cɕ�d�k�K{y|{�����^�/����g�Khf~e��4=kH��Q�Jkm�%�T�0K{�|Y�ڮ���?���gG+�'�4�fG.V��/=��-�y����]"Ƥ����<��sY�Ko������Im�̰5���i����<�K*�l`��>��iR�յ^����iTĕ��*�j�DZ)��Bؤz0�;�e1KhI�ş��&��rm�hvf��ѡ�s��F8��f1�fRE#�H�(���C:%E�!�I�9�˔N(j	E%E�7$��9�I������9"y3f0Dأڳ)&��N���S]���"����e�
I#������I���4��U���$O.t�<�Z�f�݁,��uh�xc
�ygX�-o,�צ��D�RTT)Cv(�	�mH44�w�d�^�h�Gٻ�(ĖM��2I�$iʐ�a�XM�L4��&��7����Li���r�*�r[�w�>���)��O֣;���Qc#����,�3���H����~��[Y_��9�'�_A����P�_S�m�2uy��K���z\�����n��'��`[=U�,hJ*�L��μ65�T��I{�|	��t����Zhz֑@j:�Ma�ͼ����	os�?c�U�>���W�l���rd��������E���%�O32��z��XԔU��Ç�xnk:�m�2��\�>]p����\�^^[-�,�R%a9KzB��@�t�xN��$��Ѡ��'�xx�{�;7����M�u�I��
_�����CW%[�}�˷���x��R�y��]OoIZr�!
T�ۣ��;���GӾ��r&k��͋1��2�)��DE-��*/9�L��6\�
A#������Y�N(�O
E[_nrD�f�c�0ߝ:���[u�ˌ6���T���ǡxR��M4��z��v/	�l��&�M$�3�$�a��:7]����e�4X�eΜm�K{��}��t�!���}��dM��t��+Qk�R�J�㳶��/mvg�f�v�۳��OM�7
��e�(ӣ�KO��E����8�������5b��X�H��?cMn���c��"P�I���P���؟���[�N��b�χ��h�O�k|����|>�p/�Gb~.[�N�X�3�Á�;�pZ�/�u�����؟����/�}p�_��\���@�~g���4v'�ൾ_����>\8���?��'P,_�������-o��:�b�χ����U�ff�#ߵv`�GnZ�v�vDE�!u��C���w�N���&R��I�?Gx�F;
2�t�$d�bP��E�
IwH�1�7����	�24'Д-;�|��!��g�Mh��i���q�)�3�j}������������:�SR�jG�ѽO��ݸ���,�	A%���|m+�\M%�#���4�;4��МrJ�����?{[�N��~g���4v'�ൾ_����>\8���?��'P,_�������-o��:�b�χ��h�O�k|����|>�p/�Gb~.[�N�X�3�Á�;�pZ�/�u�����؟����/�}p�_��\���@�~g�덁���Ƴ�
v����^���nμ��!	��SS��=*r-h��Dn���c��:P��ՊS!bt7����L���s	K&���t�v���`4�ӏxM%G����k���6�}r�)����v��>��ұ��
�JJ���:<#JrO�;�t�Px̒���Dk!ʤ��t7�Q�q_2��+f�#+�ɒ����߭��|�=��_s��Џi`���!�&��fg/���t��K�h<�)0'�[38�x,�_s���ZX.�A��qI�=�ٙ��g�&6��w�6C�L	����>^?��1����y�R`O~�fq��Y���I����]��͐�{��3�����:Lm���l��߭��|�~/��ch-,}��d8����l�����}ΓAi`���#�!>��b9�A!s��'�9B��ڻ5��?�Y�9��x�1wc\�إ���!V�%ZF� qG.�z���ə�3�&��������Yr��^6�2E���3A�P�����>-�? qX�)9]bpx��."�[{��=壣�
�xgv�/LZL�bK*R�$u��⏝��ۤ�i�2<f.��Im%C����/Zr��0Ѳe���#A��P����I�=�ٙ���{?��1�<�,}��d8����l�����}ΓAi`���!�&��fg/���t��K�h<�)0'�[38�x,�_s���ZX.�A��qI�=�ٙ��g�&6��w�6C�L	����>^?��1����y�R`O~�fq��Y���I����]��͐�{��3�����:Lm���l��߭��|�~/��ch-,}��dd�=�4�q�e����q+��˰�W:뛛�A��1;��:�GV��*�2P��� �+�~��+�P��d�dEp�3Y�h�.���=�3撂�l�Fgt�"Q�p`���T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��R_�j�]6N�K���Yo��%�tk,�c/!�NVSy?��_��7���/#!����y#i��t�Q�<�bX�z��,y2����~�oo/�v�uR�+�%�����Im�̰5���i0j:�Ma�ͼ����	os�?c�U�>���W�l���rd��������E���%�O32��z��XԔU��Ç�xnk:�m�2�=��-�������"��u��Ç�x	eU-����~���}�O����������
3?��˕����i�Kh�fe�l�=WH��(�%3�:���uR�%�e�&{=�[C3�,
i��ZE��%5�6�ʪ[%�Ͼ<��T��mW��j��U1%c�J�Ě���q�EBж)�3��L@��y%qg��ɶ��h������hiD\�k
�/���o�W7*�C�u���9�T�-)����iʔ��]�)�f�C��ih��Y�9�'��a��VƤ;�Y$2^�*)�
�[�1|��B�l�����O�?�/k�X���C������dO�5�P�뷹�������${Zf6�-�v�>ؖ:^���VU�ݯ�-����iGU)⽲_��I��t����Zhz֑C����<�K*�l`��>���?�]���6��W&N�i��̎\�o�^>{M�[D�3,g��E�IEY)�8y׆泪��	/s/�3�����`kMZ�(
GY)�8y���UR�-�}�g�j�'�t��m���L�0�3���Z�(�|������fX�C�t����S8p�
�gU-�^�_g��%�3?2�֚��P��SXp�o,����[���٥K�V�x^֪ѥSV>4�|I��h�:�T-b���8�I��	-�'�W�<�kɶ�i�ٚ
�F��EΛ�ߦ���)5����^y��X{��I���`‘���Z���H�2뱁�u��h&n�ih��Vr�`O{P:{���ߺ�!���ҊA.�����6����S��yM�C�:�f�R��z��K-c�Tr�*R�d@�ǂ�a&I&�%p�-�t�C)Y��8�׈e�V���F�4JG)L5)��H:5jR-2�e�)%��D�y&sR�'�ʕe��#��71s����ӈ�Ip�[����r���>�lQ�mY��D�R`�)���Ή�y�G��j�y��8jIE%G�?$�LA������1"ys�1F�r(j�cSO��v������^� �뮧���9w��*_mя��GER>��k�3\�lY�mY��H�GR �)o,�ΉQy�GuRd�a��(j	E%E�7$��2qD�xj*�s�'�6cM�1M�2�h���Le5ٚY�2/9H�MQ�6\�pԒ8�J�>~I$�
(�O
E[?nbD��Nc��e�vj���*�V���0���u�R��ɭzh=tJu%EB�7b���vԃCIA�p�!HU�ƍ�qݛ�ŒId�I0�$�RF���Ȟ9�`a6�0����8h���-ꘝ���r�*�rF��l\�G��|F�[T<��vmU3DT��e�`Ҋ�U�eJP-J�,$�.$��$�WH�2�S��8���e�ZKf�$���4JG)L?�e$�)�_�����ߎ��"o<�9�L�eJ��J�#��71s����Ӎ�(�2ᨷI�����͘}Dأڳ)&��N���S]���"����e�0pԒ8�J�>~I$�
(�O
E[?nbD��Nb�j�P��VƦ�c����i^-����A��]OoIZr�!
T�ۣ�����};�J�"f�+Lسڳ)"�ގ�A�R�Y�������e�0P�8�J�>nIe�d�4��U���$O&l��b�Ve$�;�Ԙ2�k�4��d^r��t���l��$q�|��I0Q���~�ĉ�Μǝ��\��۰%�U��oaUo,����Z��z"��J��(n��<����n��B��Ӎ��7}��ɲ�aI4��9R�1�<s�@z[ߴ��7���P�����zj�s�m	������PK�
�[�v�@ss+assets/img/no-sidebar-full-width-layout.pngnu�[����PNG


IHDR<F'`�	pHYs��
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�F�IDATx���1� �8�L�s�)Q�v�l���z3A��myZ�偁������������.I�9U�#��*

























]�Q�tD\��'֦JG����HlB���/b�fF���E�H����ӹ
��X��ʯ�������{|IEND�B`�PK�
�[zp��$assets/img/blog/layout-2/style-1.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="15" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="39" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="46" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="55" width="45" height="16" rx="2" fill="#71717A"/>
  <rect x="12" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="55" width="45" height="16" rx="2" fill="#71717A"/>
  <rect x="63" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
PK�
�[��<�ww$assets/img/blog/layout-2/style-2.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="15" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="12" y="37" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="44" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="15" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="63" y="37" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="44" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="53" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="12" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="53" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="63" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
PK�
�[Sй]]$assets/img/blog/layout-1/style-1.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="13" y="19" width="38" height="27" rx="2" fill="#71717A"/>
  <rect x="57" y="23" width="50" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="31" width="31" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="39" width="21" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="13" y="54" width="38" height="27" rx="2" fill="#71717A"/>
  <rect x="57" y="58" width="50" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="66" width="31" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="74" width="21" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
PK�
�[�����$assets/img/blog/layout-1/style-2.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="5.5" width="119" height="89" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="13" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="37" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="44" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="53" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="77" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="84" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="5.5" width="119" height="89" rx="6.5" stroke="#71717A"/>
</svg>
PK�
�[� �X��$assets/img/sidebar/right-sidebar.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="8" y="30" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="36" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="42" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="48" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="57" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="63" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="69" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="75" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <path fill="#71717A" d="M82 20h30v60H82z"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[ࠁ-#assets/img/sidebar/both-sidebar.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <path fill="#71717A" d="M6.5 20h28v60h-28z"/>
  <rect x="40.5" y="20" width="24" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="40.5" y="28" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="34" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="40" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="46" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="55" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="61" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="67" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="73" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <path fill="#71717A" d="M85.5 20h28v60h-28z"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[o#L99assets/img/sidebar/default.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="99.998" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="74.998" rx="3.5" fill="#FAFAFA"/>
  <g clip-path="url(#a)" stroke="#71717A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
    <path d="M66.572 40.358a1.527 1.527 0 0 0 .297 1.664l.055.054a1.83 1.83 0 0 1 .528 1.294 1.85 1.85 0 0 1-.528 1.293 1.802 1.802 0 0 1-1.276.536 1.78 1.78 0 0 1-1.275-.536l-.054-.055a1.468 1.468 0 0 0-1.64-.302 1.492 1.492 0 0 0-.654.554c-.16.245-.246.532-.247.826v.155c0 .485-.19.95-.528 1.293a1.79 1.79 0 0 1-1.275.535 1.79 1.79 0 0 1-1.274-.535 1.84 1.84 0 0 1-.528-1.293v-.082a1.521 1.521 0 0 0-.277-.842 1.49 1.49 0 0 0-.697-.538 1.469 1.469 0 0 0-1.64.302l-.054.055a1.802 1.802 0 0 1-1.275.536 1.78 1.78 0 0 1-1.275-.536 1.828 1.828 0 0 1-.529-1.293 1.85 1.85 0 0 1 .529-1.293l.054-.055a1.528 1.528 0 0 0 .297-1.663c-.114-.27-.304-.501-.545-.664a1.473 1.473 0 0 0-.815-.25h-.154a1.79 1.79 0 0 1-1.274-.536 1.84 1.84 0 0 1-.528-1.292c0-.485.19-.95.528-1.292a1.79 1.79 0 0 1 1.274-.536h.081c.299-.007.588-.105.83-.28.243-.177.428-.423.531-.707a1.528 1.528 0 0 0-.297-1.663l-.054-.055a1.828 1.828 0 0 1-.529-1.293 1.85 1.85 0 0 1 .529-1.293 1.802 1.802 0 0 1 1.275-.536 1.782 1.782 0 0 1 1.275.536l.054.055a1.467 1.467 0 0 0 1.64.301h.072c.267-.115.494-.308.654-.553.16-.245.247-.532.248-.826v-.156c0-.484.19-.95.528-1.292a1.79 1.79 0 0 1 1.274-.535c.478 0 .937.192 1.275.535.338.343.528.808.528 1.292v.082c0 .295.087.582.247.827s.387.438.654.553a1.467 1.467 0 0 0 1.64-.301l.054-.055a1.802 1.802 0 0 1 1.275-.536 1.78 1.78 0 0 1 1.275.536 1.83 1.83 0 0 1 .529 1.293 1.85 1.85 0 0 1-.529 1.293l-.054.055a1.527 1.527 0 0 0-.297 1.663v.073c.114.27.304.501.546.663.241.163.525.25.815.251h.153c.478 0 .936.193 1.274.535.338.343.528.808.528 1.293 0 .485-.19.95-.528 1.292a1.79 1.79 0 0 1-1.274.536h-.081c-.29 0-.574.088-.815.25a1.503 1.503 0 0 0-.546.663v0Z"/>
    <path d="M59.903 42.811c2.83 0 5.123-2.325 5.123-5.194 0-2.869-2.294-5.195-5.123-5.195s-5.122 2.326-5.122 5.195 2.293 5.194 5.122 5.194ZM54.78 37.617h10.246"/>
    <path d="M59.903 32.422a8.008 8.008 0 0 1 2.05 5.195 8.008 8.008 0 0 1-2.05 5.194 8.008 8.008 0 0 1-2.049-5.194 8.008 8.008 0 0 1 2.05-5.195v0Z"/>
  </g>
  <path d="m74.952 41.404-.483-.128.483.128ZM69.141 24.59a.5.5 0 0 0-.42.569l.672 4.45a.5.5 0 0 0 .989-.15l-.597-3.955 3.955-.597a.5.5 0 0 0-.15-.99l-4.45.673ZM58.417 53.462c2.122.177 5.69-.265 9.067-2.01 3.394-1.752 6.61-4.831 7.952-9.92l-.967-.256c-1.258 4.77-4.256 7.641-7.444 9.288-3.204 1.655-6.583 2.064-8.524 1.901l-.084.997Zm17.019-11.93c2.222-8.431-2.602-14.4-5.924-16.85l-.593.805c3.132 2.31 7.63 7.9 5.55 15.79l.967.254ZM51.021 50.168a.5.5 0 0 0 .426-.566l-.626-4.455a.5.5 0 1 0-.99.14l.556 3.96-3.96.56a.5.5 0 0 0 .138.99l4.456-.63Zm8.985-28.633c-1.948-.122-5.19.407-8.221 2.212-3.049 1.815-5.886 4.925-6.967 9.948l.977.21c1.017-4.722 3.664-7.61 6.5-9.3 2.855-1.699 5.897-2.181 7.648-2.072l.063-.998Zm-15.188 12.16c-1.79 8.313 2.738 14.047 5.833 16.377l.602-.8c-2.893-2.177-7.14-7.553-5.458-15.368l-.977-.21ZM33.445 74.998V63.795h3.97c3.978 0 5.968 1.82 5.968 5.461 0 1.745-.544 3.138-1.633 4.18-1.083 1.041-2.529 1.562-4.336 1.562h-3.969Zm2.524-9.148v7.101h1.25c1.093 0 1.95-.328 2.57-.984.625-.656.938-1.55.938-2.68 0-1.067-.31-1.906-.93-2.515-.615-.615-1.48-.922-2.594-.922H35.97ZM52.187 71.7H46.97c.083 1.162.815 1.743 2.195 1.743.88 0 1.654-.209 2.32-.626V74.6c-.74.396-1.7.594-2.882.594-1.292 0-2.295-.357-3.008-1.07-.714-.72-1.07-1.72-1.07-3 0-1.329.385-2.381 1.156-3.157.77-.776 1.718-1.164 2.843-1.164 1.167 0 2.068.346 2.704 1.039.64.693.96 1.633.96 2.82v1.04Zm-2.289-1.515c0-1.146-.463-1.72-1.39-1.72-.396 0-.74.165-1.031.493-.287.328-.461.737-.524 1.227h2.945Zm8.977-5.14a2.494 2.494 0 0 0-.914-.188c-.792 0-1.188.43-1.188 1.289v.851h1.829v1.82h-1.829v6.18h-2.46v-6.18h-1.344v-1.82h1.343v-.992c0-.911.297-1.646.891-2.203.594-.557 1.401-.836 2.422-.836.5 0 .917.052 1.25.156v1.922Zm7.578 9.952h-2.336V73.85h-.031c-.536.896-1.33 1.344-2.383 1.344-.776 0-1.388-.22-1.836-.657-.442-.442-.664-1.031-.664-1.765 0-1.552.92-2.448 2.758-2.688l2.172-.289c0-.875-.474-1.312-1.422-1.312-.953 0-1.86.283-2.719.851v-1.86c.344-.176.813-.333 1.406-.468a7.466 7.466 0 0 1 1.633-.203c2.282 0 3.422 1.138 3.422 3.414v4.781Zm-2.32-3.25v-.539l-1.453.188c-.802.104-1.203.466-1.203 1.086 0 .28.096.513.289.695.198.177.463.266.797.266.463 0 .84-.16 1.132-.477.292-.323.438-.73.438-1.219Zm11.875 3.25h-2.461V73.78h-.04c-.609.943-1.424 1.415-2.445 1.415-1.854 0-2.78-1.123-2.78-3.368v-4.828h2.46v4.61c0 1.13.448 1.695 1.344 1.695.443 0 .797-.154 1.062-.461.266-.313.399-.734.399-1.266v-4.578h2.46v8Zm4.555 0h-2.47V63.154h2.47v11.844Zm6.914-.094c-.365.193-.915.29-1.649.29-1.74 0-2.61-.904-2.61-2.711v-3.665h-1.296v-1.82h1.297v-1.726l2.46-.704v2.43h1.798v1.82H85.68v3.235c0 .833.33 1.25.992 1.25.26 0 .529-.076.805-.227v1.828Z" fill="#71717A"/>
  <rect x=".5" y="12.5" width="119" height="74.998" rx="3.5" stroke="#71717A"/>
  <defs>
    <clipPath id="a">
      <path fill="#fff" d="M49.089 26.65h21.629v21.933h-21.63z"/>
    </clipPath>
  </defs>
</svg>
PK�
�[v�,��assets/img/sidebar/centered.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="26" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="26" y="30" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="36" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="42" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="48" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="57" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="63" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="69" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="75" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[T5�*�� assets/img/sidebar/contained.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="11" y="22" width="61" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="11" y="30" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="36" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="42" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="48" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="57" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="63" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="69" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="75" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[�ɇ��#assets/img/sidebar/left-sidebar.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <path fill="#71717A" d="M8 20h30v60H8z"/>
  <rect x="44" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="44" y="30" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="36" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="42" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="48" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="57" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="63" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="69" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="75" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[ގ׬�� assets/img/sidebar/stretched.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="4" y="22" width="73" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="4" y="30" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="36" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="42" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="48" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="57" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="63" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="69" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="75" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[��vee*assets/img/footer-bar-alignment/center.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="60.5" width="119" height="39" rx="3.5" fill="#FAFAFA"/>
  <rect x="51" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="58" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="65" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="45" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="56" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="67" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="53" y="84.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="45" y="90.5" width="30" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="60.5" width="119" height="39" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[@u��dd)assets/img/footer-bar-alignment/right.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="15" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="22" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="42.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="53.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="64.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="89" y="81.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="89" y="87.5" width="23" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[��nee(assets/img/footer-bar-alignment/left.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="81.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="8" y="87.5" width="23" height="3" rx="1.5" fill="#71717A"/>
  <rect x="88" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="95" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="102" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="82" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="93" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="104" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" stroke="#71717A"/>
</svg>
PK�
�[��nBss!assets/img/header-variation-2.pngnu�[����PNG


IHDR@H��,ssBIT|d�*IDATx���QNW�c���҇J,�K�6��,��A�(�JUKHH0؀݇�8��`�p�Oi4�ֽ���x�x��˯�M �ND��?���<՛��JFD���&��h����������%�� ����@ZHKi	@ -�%�� ����@Z�<k�x�,t�@ZHKiu�����MN�9?6=�z�����<)GGGk?���@ZHKi�^�/�_G�_D���r�[E켌�ڊ�N�n��n���8��pu��2bx���<_�_V��>ޭ"��՗Z{+��u	ęý��n�oED��ן׿�_�v�P�F;�Uvw"&ӈ?N���"zۥ��Ft����]a��j'bX���#N>��{�r�ç�?�ij�`�q}�xl4.?�g��t�'��y�q4.���b��,���܁磑p�Uv0��_���׭�_s��jx:��x�E��{���H.�v{u��Lj�e2]���(u4�W�UgZݪl�낗��2��Ϳs0(��y����.���5�W;e�]�n��+W��.oxY�wo&��k��>�9�h�����ݪE�ӳ��{��i|d]xݷ�J���%�� �V�U�����
�o���@ZHKi�^iy�(�LW=_� ����@ZHKi	@ -��`�įs�ͷZw�1�iLcއH�:�&�)bLcӘ����@ZHKi	@ -�%��j���������@ZHKi	@ -�Չ�x�]��xt>N����IEND�B`�PK�
�[�E�fbbassets/img/two-sidebars.pngnu�[����PNG


IHDR<F�E��	pHYs��sRGB���gAMA���a�IDATx��;
�@��3���XY�Z���܅������ c�&1d�����
�S�����!��(����)����)����)����)���/ȅ�~m�2�߯R��%����
��0�c~1��k�տ���)l��!:~�h�)��
EQ�~��x ���4;�S0;�S0;�S0;�S0;�S0;�S0;�S0;�S0;�S0;�S0;���@|��9Wb,c�a��A��]?����P�x�Hm�~��H1����IEND�B`�PK�
�[�ȞCwwassets/img/right-sidebar.pngnu�[����PNG


IHDR<F'`�	pHYs��
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�F�IDATx��ڱ
�0�;�-"�_��1 ��TA�"QN�x?���Z��-Cthhhhhhhhhhhh�$[k���c[�U���49���������������������������_����z�ֻ�4�v����m�z͟z�1�p�{������q��jg�
��Z��a�oIEND�B`�PK�
�[݌,�HH!assets/img/header-variation-3.pngnu�[����PNG


IHDR@H��,ssBIT|d��IDATx���oN[��L�
�Z@n�]�݄Kp~�e�t��x���Z�s?km,������$M&sZ���/gf�����&jGD<y�h��X�g/^�FD�F�M�`m꺎���
�`cHK��HK��HK��HK��HK��HK��H���&����
HK��HK��HK��H�}�[��ͻM�`5�>���Yi	 ��i	 ��� ,l�~��Y�p��X��ع���4���ߍ���=E|\?~v18_�w '+@v����q����E�_Ǫ����%��{۝�݊�^7b�7�kv��[^�V����Nĸ���h��p/��]Vq�݈v��d�*�u#��D��vq�i:��+�?~^����c��TU����᨜O����)��i�-�pTƯƳ��'����NV���u;�O��n��ש�_s�_a��5��;wʩ�Mďe@Vf^����"�>��q3����@�E	 +sqQ������5�.x>,w�{��g�%|_�ǻ�� ,�k�,Ž��^��܃��OW..����y	��G|�2~���ğOY�MO�y�5v�ݴ8>�8^`����-^���!�@Z�%�@Z��.03��2��@ -�@ -�@ -�@ ����������y���c:�c:�O�WYi��>�<y�h��X�g/^Yy	 ��i	 ��i	 ��i	 ��i	 ��i	 ��i	 �V;�< ��^�R�e�IEND�B`�PK�
�[���}��1assets/img/no-sidebar-content-centered-layout.pngnu�[����PNG


IHDR<F�E��gAMA��|�Q� cHRM���R�@}y�<��s<�w
9iCCPPhotoshop ICC profileHǝ�wTT��Ͻwz��0R�޻��{�^Ea�`(34�!�ED�"HPĀ�P$VD�T�$(1ET,oF֋�������o�����Z��/��K���<���Qt��`�)LVF�_�{��ͅ�!r_�zX�p��3�N���Y�|����9,�8%K�.�ϊ��,f%f�(Aˉ9a�
>�,���٩<���9��S�b��L!GĈ��3��,��F�0�+�7��T3IlpX�"61��"���H	_q�W,�dėrIK��st�.��ښA��d�p�&+��g�]�Rә��Y2���EE�4���4432��P�u�oJ��Ez��g�����`̉j��-�
��-��b�8���o׿�M</�A���qVV���2��O�����g$>���]9�La��.�+-%Mȧg�3Y�ះ��uA�x��E�����K����
�i<:���������Pc���u*@~�(
 ��]��o��0 ~y�*��s��7�g���%���9�%(���3����H*��@�C`��-pn���	VH���@�
A1�	��jPA3h�A'8΃K��n��`L�g`�a!2D��!H҇� d�A�P	�B	By�f�*���z��:	���@��]h��~��L������	��C�Up�΅�p%��;���5�6<
?�����"��G��x���G��
�iE��>�&2�� oQEG�lQ��P��U��FFu�zQ7Qc�Y�G4���G۠���t�]�nB��/�o�'Я1
����xb"1I����>L�f3���b��X}����
���*�Q�Y�v�Gĩ��p�(�������
�&qx)�&��g�s�F|7�:~�@�&h�!�$�&B%��p���H$����D.q#��x�x�8F|K�!�\H�$!i���.�%�L�";����r3����E�H�K�-�A�F�CbH�$^RS�Ir�d�d��	��3Rx)-))��z���R#Rs�iSi�T��#�W��d�2Z2n2l���2d�)E��BaQ6S))TU��EM�S��Pgeed�Ɇ�f��Ȟ��!4-�-�VJ;N��[���i	g�%�K����-�s���ɵ�ݖ{'O�w�O��%�)�P�������_���R�Rۥ��EK�/��+�))�U<�د8���䡔�T�tAiF��쨜�\�|FyZ��b��U)W9��.Kw���+��YUEUOU�j��ꂚ�Z�Z�Z��Cu�:C=^�\�G}VCE�O#O�E�&^�����W�Os^K[+\k�V�֔����v�v��������[�]�n��>�z���^�^��u}X�R���O�m`m�3h01$:f��ь|��:��kG�2�3�hba�b�hr�T���4ߴ��w3=3�Y��-s�����.���q��_vǂb�g�բ�⃥�%߲�r�J�*֪�j�Ae0J�������OY����������6����r��������v�v��t�X����L��ǎ�l�&�I']�$��NϝM������.6.�\ι"��E�n2n�n�n�����[�g=,<�z��D{�x���R�by5{�z[y���!��T�<����v��~�~����\�[�����w�?�X�c &0 �&�I�iP^P_0%8&�H���Ґ��:��О0ɰ��p�����u�""��]Qب������n+������.�^��*{Օ�
�SV����aƜ�Edž��}��g60���j�fY.���glGv9{�c�)�L��ŗ�O%�%�N�NtH�H��p��/�<����%J	OiKťƦ����y�i�i�i����kl��Y3��7e@�2�T��T�PG�E8�i�Y��&+,�D�t6/�?G/g{�d�{�kQkYk{�T�6卭sZW�Z��g����
=6�Dؔ��|����W��7w(l,�ⱥ�P��_8��vk�6�6��۫�,b]-6)�(~_�*����7��|��c�Բt�N�N���]��I�喍���QN//*�'fϕ�eu{	{�{G+}+��4�vV��N��]�\�V�X��v~{��~��uJu�u�pܩ���h�j�8�9�y�IcXc߷�o�����>�=t��٪������E�2}4���\��j5l�o��DŽǞ~���q��=''Z�����^�u�t�v&v�vEv
��>��m���я�N���9-{���L��Ogs�ΝK?7s>�xOL�n��\�x����}N}g/�]>u���ɫ����,�u�[�d�S���@�u��]7�ot.<3�0t����K��n]����p����;�;SwS�yo���E�V<R|����m�����\�?�?��K�/�'
���TL�L6O�M��v���t�Ӊg��f
�������~s��6bv��ŧ�K^ʿ<�j٫����G�S_/���s�-�m߻�w�Y��+?�~�����O�������	pHYs���IDATx^��A
�0@Ѥ��/m�aM�����I��$���I}.�V�s�Lg0��t�Lg0��t�
\�]�Cp�W^����9�k>Zt�Lg0��t�Lg0��t�Lg0��t�Lg0��t�L�5���2u>�fF�Kg��Ѭ-�����6g�ߦߣg�Έ�|
<"bK)�
O�W:;تIEND�B`�PK�
�[��,'B:B:assets/img/style-4.jpgnu�[������ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:A5CB65C01E4E11E5B928D38BB2354AA3" xmpMM:DocumentID="xmp.did:A5CB65C11E4E11E5B928D38BB2354AA3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A5CB65BE1E4E11E5B928D38BB2354AA3" stRef:documentID="xmp.did:A5CB65BF1E4E11E5B928D38BB2354AA3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	
!4351"2#cDdU��6V7ABCs$T�Ee�v���a�%��fGS��F'
�a�!R��S1AQ��s45q�c"��?��`�0�`�0�`�0������&S��a���Ej�%�i���e�ƪ�o�_���ר<u��1��p8�xfr�\������^d�S�Q:n-�b[����I�ɫ*�ʋҨ��kh^W<�'�r�[�ٰ�^�Պ�~�y��Uм�y�O���ٰ�^�Շ�b���*�h^W<�'�r�Y��o/zj�߱^n�G�/+�t��9s�,�l7��5a�د7vJ����:I���{6�ޚ���W��%Q���$�\�K=�
��MX{�+�ݒ����sΒx.x��͆�=����T{B��I<�<R�f�y{�V���wd�oN@9R�9�7]my��[�
6\��E�ڨ��N�j�"�h(i�3��8B&�{��8���u�Kia&��:'J��U�U�.�,J�}�Mey�ZD�U�4��ԉڧJ]36̪^�w�5�E==F"�j�ҭ=r!!��2��P�S�l��(Ϝa���#@{�K��92�"+�%|N��0hc����(Bn�q,kQ#��L��q��sb�#H�k���t�X��$A�^�+�Y�L�L���ЙY�É1z�8S�G�����8�'
��F��<�7��re<DWLJ��L?
`���=�����;��ӛSAM5[,'�@W��������T�-M0r�>#t󮡏��~Qƛ3+��ķ�q����L�-ESݜ�yU�#N�jljR�NHؐ����#|:�%�z,`�<�1D�ݜ�I�d#R�
i�SUNTؑ�����|��,`���|F��]C#`���6f
V+_�o�z��7�9:��Z���9��/(F��$��ԥ����!=�)tF�u@K��X��y�b�'�9��j,�F����4�����#=�u��D�tX�ʫNcڵ�l�m�P+_:�k�ӣ*�J,B�ԗ^���M��~�1��#A!�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�J�I�_A����?h|�D�$�e���z��2p����8p��ݑ쀉�>/LZ퓄�8��/q|��������g��u�8��/�;��*������>��	�v.�vG�$��'��2��Z��:�ٿ?�쀉C�����yO����@D�/�Uz[����ZZ�pw���d	�CX����W�u����uB������|C�����ŲD�/�Uz[����ZZ�pw���d	�r��v�I��M2�����-5^�!� �Rx�3��z"��9�&oh��h1�+��Tq�z�mz�U:�Z�Zs8�.�q�h$�0揬/����vӶ����g��S�����if�)�`�0�t窧�����}X����_58f4�X��K�)�٣�+�&�}��W�#����d��m��Z������>��	�v.�vG�'��t�1k�N��������s "R��_M�[O�ָ�z�����6@D�W�_�'��.��'ػ�����봞�x�íjZ��f����%���!���?�����>2焟ʝ.*�)�*�"�O>��΄�l����j��@��*yJZ�)�ٸ�,���$��Ԧ���p�=�)���u@
��1����P�O��(�M�����^c�^��u��N�R���o6n$ڋ��'y�4��)id�\0�Oj�e~Qt�8c$���Q��b*���!��V}eD������j��3���J���>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�j�36̪^�w�5�E==F"�j�ҭ=r!!��2��P�S�l�w(Ϝa���#@{�K��92�"+�%|N��0hc����(Bn�q,kQ#��L��q��sb�#H�k���t�X��$A�^�+�Y�L�L���ЙY�É1z�8S�G�����8�'
��F��<�7��re<DWLJ��L?
`���=�����;��ӛSAM5[,'�@W��������T�-M0r�>#t󮡏��~Qƛ3+��ķ�q����L�-ESݜ�yU�#N�jljR�NHؐ����#|:�%�z,`�<�1D�ݜ�I�d#R�
i�SUNTؑ�����|��,`���|F��]C#`���6f
V+_�o�z��7�9:��Z���9��/(F��$��ԥ����!=�)tF�u@K��X��y�b�'�9��j,�F����4�����#=�u��D�tX�ʫNcڵ�l�m�P+_:�k�ӣ*�J,B�ԗ^���M��~�1��#A!�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�J�I�_A����?h|�D�$�e���z��2p����8p��ݑ쀉�>/LZ퓄�8��/q|��������g��u�8��/�;��*������>��	�v.�vG�$��'��2��Z��:�ٿ?�쀉C�����yO����@D�/�Uz[����ZZ�pw���d	�CX����W�u����uB������|C�����ŲD�/�Uz[����ZZ�pw���d	��[��&���ogzy��q�J�Oe�
8*�i�h̎�8���{���f���i��L���3]����*�[�m��(��R��E��Rč1D�9�g�845����lR��YI_��R�iM{����כY��fvTm��*�ϲ�'}���x������e	��f�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj��@�_*�qw��X�o�5Uv�-j��WB�N�M%Y�BR�(��Q�D���C���^/�iej�$�3�E�eN�^Ӷ�]��U��Y�e���QQ���ۍZZ��`�0�`"��n���-v��SCn-�QZ�MsR��Yj��Vi��Ԩ�*Ԙ
�������0{���-��Ӥ�?B�hUN�^�+�㷻��{���k$�Ҋ�eE�;M}�W��ɓ��z��v�լe�pf{�Ŕ&�=��y2Я^=f_��Z�Z�3߶,�5a�W��ɓ��z��2��j�2����e	�j���L��+׏Y��{V�����(MX{U���d��^�z̿sڵ��Fg�lYBj�گ?w�'�
���e��լe�3=�b�V�y���?�W��/��c-Q���P��������B�x��~�kj��~ز�Ս�ȯ-Y����q�ޭ�*JZ;E�5-t��2�\-��!�Wr�LQ�"P4@\��S�ܬ%���u�gDҩثԉ�[`����Mcm,�*H��(��֫�o[�q˖j��W5M5==R�`�ց
��L���Ҫ��]@+�D���ij6U4N��@�$��w
g��္�'��Un��@p�0���c(t?K��"e�<�Z����\��\iƮ��7�r��:�0��c(t"Qrh��
2u�m�u�լ�&��1t�a�tD!��P�H~P2��5�™�$8`.c	�)�[�h�9�A����ig̨��S�u�e�h)&�X�.h
M
q�Y�O��a��P�C�&N�����NfϺj;ScO�u�]�t3C�:��*����
��^iU.�0���K[w#ŒJl%1��Q� �t1�:��UUD�%�%��R�\
�"_0R���G���b	�"��q(�c(t �'a�[c�
�3g�5���Á����.��:���НL��RQT�u�Dj/4��qW����F%6��g��(�L:�y�*��I��TY�R.�/�)M[h#ƌ
\]1�M�8�t1�:V�ݗ���)z�nh	\�t(V�nUx�)�!a�DĄD.x.2�t2F�C�G���i����Knpo���q)�x���wxe4�Y��0�`:s�S����
Ͼ�ME�G/��3O�z�����}�]+���`ʷ�-��cja'W"�3$��J��^�d�(6ʴ��s4'\9͗����\r�H���͈���/v�1�I�<��'9q�[dJV��3n:�Y�:M�����Ơ=%(f���Nt�m:���s�
6:VD�ZW��?���
�hN�s�.saܸ�`�!�Ň��^�.cP�z\�2��.r1.V0��+��p3����M�~�C��;�>w:_P��π�|?�wvw{�j�\�PTU�i2��2wBffZ�_2@�݈�;v(4��A/HC1GQJNq�L�Ɉ��	x��kU|�+y��L�(`�5�-��>w:_P��π�|?�wvw{�jzK���
��s�&]~sFN�L���ZK��H��"gn��1�%�.VZ����[��8h�*��!��SEAQl���Rv�ʻ��Ѻh�7�R�h����6�qQZ�B�<�Θa)�dR�������Z	.L�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh��.����e[����0���K��y�ȥKxˊ/q�H�eZKB����ˁ\�Xw.9X$yqa���|o헻K����ez���⭲%+sa���l,�&�t��hcP��3O�J�:o}��|F����+�v�+��ō@zJ�s4'\9͗����\r�H���͈���/v�1�I=.c�[H�9��+
]ϕ��Њ��N���S��@zJ�;�/�qx��g�m|>�;�;��5�/	]�+.{:��/�T�3e���t��TR� (�bH��v�T�ck"�D@�'�d���QTH��S%E�ES��q&�EJd���'��D�4�:<�@�A��^�|����ů^ژ��&t[�I]G¾=t�IԳ�(�����z�ʉ'����B���Z)�bSbT���|'p4
&ID�Jt��Uc�ҧI:��	�b�!
Uj0���〚��^�h$�`�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Jv��8��5R�W+������t�u�@�R�AH��ULѮ��"`{�4�E�M��F~P2��5�™�$8`.c	�)�[�h�9�A������e�n�9֢�)p0z�q��#ƍ�:��g��� :���\�)�x�CL�`g�uuk0	��]5X@�Dt��:��A9Mwp�{���{JeV�(�C��z�2�C�Y�*.�T�]bYz�
D���*��SB�F�z�@��@t1�:󉓰����|ә�������]nG�L�P�N�{ʩ(�G�¢5�UK���+�R�����	Lp3�D{�&e�<��UQ$�u�E�,ԩq������F..��g��&�J:�9���|V�>i��MGjli��c�.���΃�c(t'S=�T�U#�aQ��*���F�)kn�xQ�M��8�"
=��2�@�{ʪ��D�Ģ�jT����K�
SV���LA3�@s�%e�U�7e��E=-��^��[��W!
�[�^*�dHXk1!���������|���~.�v�ۜ��Jy�=��M,�e8`�0���T�B��Q}����Ɠ��)x�:�4_pJ�}��2��l��ژI�ȥ��I<�dR��e���$J
��%�\�	�se��c,;��<���sb>7��ݥ�j�zO2�t��\qV������[��d��j:t�41�IJ��S�7��N�#q��M����;V��xO�Ơ=%B����ˁ\�Xw.9X$yqa���|o헻K�����1̭�K��D˕�.���b�E\�'k��{_��Ơ=%�O�Η�8�n���6���ݝ�����D�L��挝Й�ٖ���̐3wb,D�݊
.cPK��Q�R��i�+�b2wB^#i��_2@J�xq;J4=�@zK~�O�Η�8�n���6���ݝ�����b�����I�_�ѓ�0�2֒�9�n�E��۱A��j	zL��G�k��.4��AU�+�ۡCB���'(b,��X�Z!(����I���\�z��>fۦj�kX܋@\X���[�(��$ɸX�2�'is����Kw�=mWӬ�*�Ѫ��v��%��5�uu�F��"'N�vvg�:~�p7Vc�;��+'?s�=����������FVN~�{#���,�3������GO��X/�f?��Y9��1쎟���_����2�s�<c�??��`�������ed��xDz:~�p31�������dt��?��fc�;������6g%|��+�u�ס��-j�-��V��O�J��C ���C��b�_��;�?R�bv�8f
���[��ɪڭ֊�+�oƧ/`�0�`�0��B��&CͷL�9D�A����྅-��RW�6z�r�Pp�|/�5����v��ϣU�S�Y;�K��k��kj��f�D^�U��0�k���?�r��n����<G&iNF��{\'�	�3���2���Ҝ����O��g/�e����9��p��'��_��˟�s�3Jr7���?0O����ٗ?��f��o���~`��9o�.m��)���k���?�r��f\�۞!�S����	����̹��<C4�#�l�J�q')���rɬ�GhZ��\fI����$-t0E��(�й�^8����-�]�f�n�^��,p�g�m�=F�Y������5W�5
�![w�Q��i��5U�ꦒ�I*�j�C�50�p�\Z���B�yx�`5��Q�)�n� %5@�e0
����{���R��Y|L�Lc��J:!1��LV�Lx�����9t�������r����U��V�'[Eb��F��`n�����ie���yx�`5��Q�)�n� %5@�e0
����{����D�D�{�E�E4�r�1εRsiR!a1��K�L����2��G��r\�d���Mڴ2�&9���f7�7�|ZYC�!���9
{��R�#��*01���S9E`�@����H��8C��	�B�h1ΥD)nTbc�rHW�&B��&R���ҩA�x1�9���s���V7j����8��Ç���ޑ�hie����5��S�JԎS\���Vڐ/qL��J�&��"���he�,'1[ݠ�:�I��Q����!^ܙ
�J�J'DJ����P䴗�=z��Cu�֪�9�N����EiS\�ǩL��s��$��P8	^�sr`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S��GWz2�*8�^G^�?��'��/�+կ�o��|/W�����ndDI��z�l���໷�]�D@�
T��������?f��݌��P�V���1�_N��DZ��'��i=q��U�u�>��`dD
���C�����2"�}b��&���}c��ֻ��=�"L�/�M&p����y��&D@��_���S��Q�"�}b��&���}c��ֻ��=�"L
�}emJaGI�mX�/�j�Bނ����#l<�"�R�D �qKJ"�dD�.ٰ���ڲ��$�:�v�
H�"��Ԓ���$J� sP� QXLgi{B�2F�C�G���i����Knpo���q)�x���wxe4�Y��0�`:s�S����
Ͼ�ME�G/��3O�z�����ƕތ���ʎ4ב׾��g��I�6�-
�k��s���/|{��|:^�u�'��q�.�s��)CU/�>-��j�p=Oٿ��c" T+կ�o��|/W�����ndD	�u�OD\ea�u�DuO��a������o��򌈁tV��V��.J]{�oE�V�e��"D�U2���C��P��2$��#���Z��rtR�,�s#m�����D.*S�Q-]�[t$�����Ho�I�Y�'`r_7dael��+oc��H�d`���Ӻ-.��Z
�����T�NN�C��eHe����ҹP&��J�"��X�K���P�Z)
�2�=�
dT=��EsZ����􅦦UJJr��H�S%A��JD
�ĉ���v��>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�j�77��ݜn��6V+<�Y������..�c��͑��m�g��sb��6=���˵�~��;�0�=�4P~�����s�΢��3���i�G�wM/��Y�h��9��ܙ8d��+��N��m������i($?7�<{�w��G̖]���)ؗ���f����[�=)����H�����˕\��wt���4����Ⱈ���/j��6�+�3M#AXU�M=V ��d+P��-<���T�zT�����bt�(ՙ�pLT��i�s��!{��R�"�*11չ$+ۓ!Aa)^�D�iT��Ir=�˒�m�$�>*nա���`q1χ��1��#����	
�,$1�kݠ�"����Q���� ^��+�JLXJE����0XNb��A�u(�!Kr�[�B��22��N��J+����i/6z�J��m�UZs�$�%u-J�Ҧ���R�T�=9*H)���p�����>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�Wf�4��e��Tq������<-�Oٶ_�hW�_����^��'�{���Ȉ����;��8>���wo̻�숁J�}	�m?CU��~�ϻ�^�C|.c�z��?e�cs" OK��z"�+���#�}���Ȉ?W��8����p��dD���W�M9����w~{�D�5�_D��L�5�+WU��w,L��o���)�?������"D���W�M9����w~{�D�*;5�lZ6�M��=FV�%M
R����ΕmM�HS5E���
t� a���%��@�j�ڭ�J�NzT�����Q*U5I�:)ħ=I�A N"g<^�Ir`"��n����wL�MCq-�F�SsN��Gj��Vi)�5H�J�J�� ����1����-�����B#iU^�N�+��W��{͔�i$�Ҫ�%D�{
}쩟�����z�v��ͬ%�pe��ݔf�=�3�~��o^"f`����Z�,_��5Q쩟�����z�3�f��b��e��eL�߼���׈��.{6�����(�T{*g���޼D�sٵ���X�m�Fj��S?w�'�6��&f�ͬ%�2�n�3Uʙ��y?鷯30\�ma-a�/�vQ���T���M�x����k	k�~۲��M�ȯ"���|�q�^�6*�Z�E�4�uW*��-�e9�Wm�L�� a4B�
�S��l%���t�'E҉ةԫ�[`�=��Mmm4�*ȩ�*��։�tEU��\����-����h��U-B�$���I(���M5J)D\���sF�B9s/L&�لL5&0���DƬ(��CH�~S��C!�w/���b���t)��D*�Ɋ4��Ӣ0�z$.�p1�27g.C�� ��ePC$�b�2(�p���-.���9s/L&�لL5&0���DƬ(��CH�~S�C!�~™ȩ,��(���&�-�E9�NU*�8"*��t��4����RY�k.K��,���Y[*�^��A">7�@�f��KK�d$6_���9����V�s�F&:�$���0�"e+�(a*�g�C�`\�a!�r�-9�T�-��Em�
�`D�P"a""R(��:�#ݬ�.N��J��el�x\V;
�p�޽��Ӻ--.����~�s�Zs�Z��km��ܒ.*ˆ���D�E�t�Pq�
���#L�T�ȥON�dIL�"�I�
D�I0)L�V�
!�y}ə#1W囵c^���][}�jCe=rR���R�hQ�(�+������`��Պ[��"I3�T�E�)�x���x��k-��J�ȍ�z�N�����y�֏7�/�v��5S�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-c9��e^Q�V[����ܥ�S�)(P@iҩ��1Hz[�j���ˆ�>���0����-mVE�fm
�,�։�v�q{�!j�6):L���""3�u*��q�KP�`�0�`�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�c��������ϲ�rk�W��I8f�pL�u�H��eJB�f#�<�L�\�h��	��I��:��t�g?C���Zr��H!��+7|����T��>�|�>��c���2��J�5�u��>�=�^�7�N�7�p��Hj
�r�G\y�����o�q��!�u�����~���
A=.\�[H�6�yw+
����P�X��v��ev�U��Hj
��'�ߨp�-��g��F#��C���=!�.���*�����i��/��i!��<%o<8y}�zǤ��!�`��?72e��ŧo|�>̵��2\�a��Q�s�����'�ߨp�-��g��F#��C���=$5�|�EQ���2�9�;{��6��$1�焭�/���C���2����L�����ٖ�P�K�3wb,<�݊=.c��%�Yj�o���[�˪5V�����
\�+��g��|B�
�B'$p=��P�f��揬/����vӶ����g��S�����if�)�`�0�t窧�����}X����_58f4�X��K�)�٢ŏ�WTn&ޛo�Gho>��ɮE\q$`�1�2}��"�m�(-
嘎��e25s��H&�P!&C��{m�;���c���yiˤ~m ��Ȭ��^�tqR��-�`�wǥ�Hj
P��%*|�9��t0��Ax��F�:��}��=!�*�1q��dj�3E��MƠBL��۠wk9�Ǥ5�r]m"����ܬ+��n	B)c�O�#���V�=!�(w_�|�k~��`����1�����􆠸/�c��?73�W�5�o|�Fӵ��2\����1�{�Z��]�����ɗ_����0�2֪�s�n�E��۱G��zCP[�_�|�k~��`����1���������uG��t����v���K���<�҆=c�KPf�r�n�"Z�{FǸW��(\)q��$�����sβ�+�D%� c����P�J�H`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S�n�;.^j���[�554���F4)W%J	�OT�e�t���"!��.�m�
3��N'1�q9�s�vL�\EhbP
	�\�P�~� e"�EiqȵAM�����S�%�5�4��t�`��P�D�d�H?Z
d�B뫥Y�M7��j�7�!�á���������kC�C�Nq���#ݓ*W�Z�F�{�1�2��yQҨJ�
�T�U�|u���[j!5`��\ %7D�#�������������6d��t�v�ّ:>2�>?z�:V:�B�O���-zWJ{t��n;�K��
}�$���(�&D؄�(B%�(^�P�d���`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S��E�t���M�6�@���}���\��<,�H��6c�d0���E��*PZ�1q��dj�3E��MƠBL��۠wk9�Ǥ5��ӗH��A
m�Y���-�����[���K�����JT��s���a����58��2u�����zCPT+�b:�͔���f�} ��@��#��@��s�=�Hj	�r��Ey��˹XW�o��>�R�H�3�G+�:�,zCPP��<�C��o��>?db1����1�
Ap_.�QT~ngL��kN�x��kId��+y����(c�=$��E)���.�&-;{�a�e�T1���؋/�b�K�􆠷��<�C��o��>?db1����1�!�.���*�����i��/��i!��<%o<8y}�zǤ��!�`��?72e��ŧo|�>̵��2\�a��Q�s����(��E=U�߅^��[b��/
��\UB���h�1������C!�4发�Q3g(���Z�Ui-!MR7k-(�4�k}"�b��A �@��s�� -��1+���%���h���/LʽH��cql'�_緰�ֲ]V]iS�TN�T^�X�=r��<=�<l����7f�V�+�ޒ��z�s�bx{.xٞ��7f�=��oIX{=r��<=�<l�y�y��UÊ򷤬=��\�X�˞6g���٪�a�y[�V�\�y�Oe�3�p�f��G�⼭�+g�W<�'��獙�8o3vj��q^V��+�k��s���7��5Q�8�+zJ����5����f{��ݚ��W��%czr�ny���t�Rۨjr�M+��[Z�;UA�A]R�^�)�!(C����/�K��[;	��I�z42�Z'iu�a�ە�k[̚�-��L���^�^�:R铲��zە�SSOOJ����cB�rT���I&XL�0��":ꆥ��?'�D�s��P��q�0��dʕ�tV� �Ѡ���u��rR*�P���QT���ku8�Q��X�Na+�A�&,u�A��M�����N��.��U���~:.��c{���:�	�Q8�ƴ<T=��}�"=�2�p��!@4h'�sC!�,��]*��P��MZG�\�
E���RV	
!��StL:X�y���|.�>fK�MGjm�c��.����c�d'S"eUTUSڢQj��R��\B%�)h��pVK�� �	����:�@�Dʩ(���B�5j�����+�SQZ��	Lq+�{�,u����>c���%����6̈���\���ұ�2��2��*��Q(�E�Sc�!����Ws�+���
���GKC!�QQ�[��h(ӓIEN�-2Q���!SH�1�<$(�"#�A%S`�0�`�0�`�0�`��PK�
�[.�?�"�"assets/img/style-1.jpgnu�[������ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:5f37c337-4768-7141-b5ee-6e3531f8900c" xmpMM:DocumentID="xmp.did:C249456C1E4A11E5B891C2D5E5D4C347" xmpMM:InstanceID="xmp.iid:C249456B1E4A11E5B891C2D5E5D4C347" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5f37c337-4768-7141-b5ee-6e3531f8900c" stRef:documentID="xmp.did:5f37c337-4768-7141-b5ee-6e3531f8900c"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������x����	

!"#$4D5��V1A23CdEU�7QBc��%�f�����Ga��6��b&ge	a�S!1Q����C5Aq�R���3cs$4�"2B#��?��`�0�`�0�`�0��]1t��>��q`p;��A�ZRi*�WX,eb���QRx�jn����7
�^.PN��Wux�4J��D̅/ű�!2D��2��dمsŠ�Us���`�^��c̭����>(���Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����T�^�wcutq�s���~�wWoKK6�;��C�Q�OLH)��^Ā�<^""5LJL���92Q��2e\�]s�t�gͼ����]��m:�&h�"2fC}��A���S/�j�����:����%J�S�C\^�v~s�^�_��kge��g�|ʚ�c���˲�X�v��"+��gEҦ���t��w�6Ǚ[y���>(�λ���Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tߍ�����;W!��c���-�������C�!AF+W�
N�/\���*`sJ���Ըe�fK�fD��EV/�9�M�J�1^dR�UZVU�%�m��!�Cf�9�H�6J�Eq���QX�P"`:�<R(���e2\p`Nb��A�u(�!K��\�B�922��N�J+����|˷%�����2�n�nc�
��i�����P�T6��!�x���V�r�%F"�ԁ|�g(�U(0`)^gC(p]��9�B��9ԢH�.J�LurI
���PXD�W�Q: U(<�2�)�.ܗ;_�J�����˵����|6���7�7�|\YC��O5�Z���e���������Ҟ��tD*���D�����!�eH` &{@$������c
ל�e�sDs�w�f��Ba�ٚ��`�0�?gߪ���>i��ljL����J���?k���_��l���>cQ�Wq��h�b�Ѽ(�ͤ��ۇE�4C�<`$_�0.����_?�7?��̧O�BFoɃ��~��������ⴻ��<�V��fjw�/�'��x��޿���3X�G���������Fk#Qs+�Ψ�����R�s,����U�P&�9U����b�2f
Ӏ^-��ޠ���js�	��HJ���̎6�"X�ȩNaD�t	�� g)
�<��������-eiU�wZ���"�,�t���t<Z])��X\B+'V�'�a��-JT�X���"u�)�	�^���wġ@�.o�IF�s;�������µ���{����Y����e�f�0�`����h�?�O�j61�S7ya:.�R���,ϴWGۿ}�w*b5]+�/��C"�C��mٶj{������o�k�k�l�l�E\�O�J���}쾖
���ʈϲ��4)����/z#���u�6ӆ*�s�b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV7�j�j46������r�;Goa2d����P����N�R�P�E==}<@9���b���6�2��� W�)�*z�U���\R���LF��QR���p�o�Nc��LA�u+U9���\�@�EC�Q2����J3��L���.S�J%Hb�h��W���P�@J�&"!�"���c�b�-m�rt$�{YZU�[��h$Co{۠t3{7Eť�2`����`��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�Ct�Ү��˕�<5^��������"E��F���Q��s���	��߻N�bM��eOK�t]�5��û.� ]���E\�,̩��Z���fٟ����M���ޛ�����rN���Z���fٟ����L��ޛ����rN���Z���fٟ����L��ޛ����rN����������E:����ej��)�N�FGMX�"�,�Q*�s
爏��%�&�2T/�q">vET.WY�O�K�mG.��:�.B�o�0�`��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�a�������i�nw۟1�����
4k1Q�����V��B�E�6�+9�H�ɉ��-�E�j��-�\���̛����N�p���ك��}�EQ���2�y�;���jx����<%s<6�
�=���1�m�*)O�̙u�1i��2�LŪ���7�"���G��zCPG��=V��ie����E������=$5��v:���s:e~�Zw7˸��i!y.xJ�xm�1�{�Z��݂���\ɗ_����-��Z�^K�3yb+y~|\Ǥ5+�o��o�6�\���\\~?p��?�c�CPdZ]���k��#��^�~K*���Ǘ��"�9%���Țzh�!��
"-��3A!��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�c?���;���g7i��zF.�%kq��.,�ZL�'�'E��g`3���{h�Y����wܗy���m�مU�e���ޮ:C�y���?!k���|P�J�O��N�"��:C�y���?!g���|P�GO��N�"��:C�y���?!g���|P�GO��N�"��#
�ٛH���d�a�|E��45	#CI��5
�ɯNju��4�&yJ��S�
E�Ƒ^���³"TT̹W)�n0,7)0Ɗ���Qr**B��M��UQUO��E�35J��"/�)KE�;��
[�b\��@(�lwS)�'�6�J$�1P��F�#_dF��)��p�	MiLq+�{�,u���u����d�C)�:��"+�e�"|z�;:�B��8@����O��0�h�L]􏺺G�Y�ݿ����z�
�m�F�h���Ԓ
�s�� =�����
ĮW{�gF��%���3)KŰ�B�L�"^Ԩ�Yv�LТ.ET\�c?Wޗ�����gu�6ӆ*���b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV7��ݽ�ڽm�z��-A���\R�J������kTS:j��8��S�.�}�t�yj̹S4(��\�]0�n�|��fl;N���%Tʎ����s�Ϊ��_�u�[�m.�K��܌��������u
����oC��)���q^��緷��ffj��3�s�Ͽ����s��?��W�q��s�Ͽ���ys��?�W�q��s�Ͽ���ys��?�W�q�l��_�6�=oi��y{I���
���#:L�c��9������w؉Q�����Dٶ�&�Έ���y��0�`���n:J����]Z�:zu��((nQr&�4��̢V�T�F�q��e<g����vD`S�@��Laf�2�w
O&�q�x���d�tK�ݢ�
m�	j"Nd��N*V/$�X�%qU��4�] ��)@q؎V�5E.g�p�5d�)fI�eRv��ɽ�vLd�t��'��ȁ
̘��%2e6<��ML�%p�E�3�ɤ:�?ifwY�H���(���%W�,j�i�+�� :�z���Ep3&�렣�oy����ϋ��R�O�&�\�q�N��4��u3��*Rlى��2�Js8�P��*���(���DR�x�:#��P�cuD�}�-3�a�UNa�R��W/Q%�%HP��G3 �P�7���E��ng���k�Γ�{�o��'GŌ�FR�D@A�p��<=�A&�}��ߵ�Mf�s�����]��i�Y��`F��E�$��/٣�����1 ����~%s��&�����H�0r�p��_[}����V�z�C�o�D�ڌ�a��������{��<�jj����~!�C��}���Dk$����~��+K�~!�7Ƣf�u�;��o��g�����﯈|��Y�k#�O������?���[5�ȴ�rEr9
{s-.�%����L�>��IX�M "��ˊ�(�Q�ax���b�h$0�t`�����M��#�s>�w&�l�gE�3f8&C��H��*�
혎��e25w��H&ޠBL���n����{����ӗH�ZA
nY���\qѺ�?���&�||X����R��c���Bߞ�3Sc6㌞�����zCPz�1q��dj�3EΐM�@��
�k�����=!�&�{G�J��6n�z5���+s
FJ⮊�Q �B�/޻0���-
��J	N��u����d�C)�:��"+�e�"|z�;:��WSbmUTUS�Qj��R��ȄK�
R�e���W&�
<X�{j��J�
��a��5�Da_oҚ�w
`�֔��@AG��a��P�z�;Go`�)�x�U�h� {���^�L��CQR�
b�<Bp{�ap1�C!r4i���}�W���o�;�Ϙ����o���5����ugm�Wbl���ɍ��iPI��,�ѕC����NB��ԗ(�<^������d�ݏ�N����$~��]*m)�*�3n�M�̯y�SOY�-,��l0S⡙D_�TDݗ���e�OiKQ%9�wUFx�Ě�5)�d�[`��+��:��}�8b�%�=�6o^𰟯wG�5;ٶ����޽�����p<E�.<G�h$��`���n:J����]Z�:zu��((nQr&�4��̢V�T�F�q��e<g����vD`S�@��Laf�2�w
O&�q�x���d�tK�ݢ�
m�	j"Nd��N*V/$�X�%qU��4�] ��)@q؎V�5E.g�p�5d�)fI�eRv��ɽ�vLd�t��'��ȁ
̘��%2e6<��ML�%p�E�3�ɤ:�?ifwY�H���(���%W�,j�i�+�� :�z���Ep3&�렣�oy����ϋ��R�O�&�\�q�N��4��u3��*Rlى��2�Js8�P��*���(���DR�x�:#��P�cuD�}�-3�a�UNa�R��W/Q%�%HP��G3 �P�7���E��ng���k�Γ�{�o��'GŌ�FR�D@A�p��<=�A&4��]�і��Q�j��B�H������ϸ���A� �7��w�\�����aM�wU�fE�k�NF�ۤk������4��֫�ϙ�����g�~��J�S]�k��;T5ǭWG�3o?��?�&y~��J�Q�k��;T5ǭWG�3o?��?�&y~��J�Q�k��;T5͆��i��lNr��'I��PeiS�)	P�>F�*��Qd��RX�S��g�D8��l��͊TM�J�ٝ��ϓ�f8R$|�I6�=`�0�e�0W�J�Dצ���9�K��\��v��"��!��o�ZO�J�v�G\z�����s�oP!&Cq��@�s�=�Hj�{iˤ~� ����r�]�8��K���o�þ>,zCPyCkw)S���ӡo�t����q�O|��{�=!�=
혎��e25w��H&ޠBL���n����{���v��Ez������u�m�(E+��v��2�#�qc������[�
��;������?���􆠐_n�QT~�gL��kN�w�-$/%�	\�
���>c�KP۰TR���2�bӹ�e���U�s�o,Eo/�b���􆠏���z���˝�Y�􋋏����LzHj�@q
��!{�pb�m�u�O�M~�?��ڿ妳}��n|�G���4Ѭ�D0�x\��f�H7�.����^�&&�V��y��SHx��p{s��2nN�>e:}�?fT.�D�L��挞P�o�b�^�d���\L�ؠ���jǤ!����'XӦW��d򄻍O��s$�g��g�C��I���u��
��$~��j����[�������(**��4�u��<�2�LŤ���7�"���A��j	zB�:�Ru�:e~�FO(K���j�g2@J�xn&x0p{����wZ_ ���G�=��oo�����m�AI�iq�����-�n��%T�?D�Fv>����]�AY=-B��#^72���	2�+��uG"k�q��ϥ�ɮE[;Yđgَ	����-'ʥB�f#�=YL�]�h��	���!��z۠w�9�Ǥ5�=���?V�C[�Vo9E.�tn����Ƀ��=!�<������X�ciз燺���͸�'�f��������v�G\z�����s�oP!&Cq��@�s�=�Hj
�r]m"�[���`W��	���"���;H��^�
A����z���˝�Y�􋋏����LzCPH/�c��?W3�W�5�s|��O��焮g��_�C��%�$��O�I͑ٚ0Rծ���%�3���FR!/B�Fy*�؁���^��F;@�/OkCN*�(M]xeN����U�4J�#���84g$�`4��s�����Zk7۝���T~��7�CM�TC`:������bl�1{�GAN�v�:�-B޸�8���N�P�ZuL���`17=���N����{��ك��L>�2����Zg�̨�|��<�+iJ�"�1V%4J�c5/��ll�^P�uD�}�12Ta�U>^�jT�K/O+z�H���gBG�� �P����z�{�X���u�I��{�W��W���R��E�x���=��A'��`-���ۙ���rX뚚�zzUռ�F4)W%J	�OT�e�t���"!���d<g�h�Ncb*"s��L">Y2���pB�p�O�sC!�iB(\K�E��
k���lu8�Q��X�Na+�����:�B����0���b�4�r��Ֆ�
*u�jUcD�����ƌ��0�
�ۛ{p[��6n�m�����Z�J�ox��gI$p�(
�`�\��_��(;*����w�=�x ��mB�ϝ�^�:<�f~��!o_��[M����]>�a'��:����=�������[|���E�>�a'��:����=�������[|���E�>�a'��]����t�QѠ�-%*)SR��$D)��!RAH�IQH�R��)@͍QE��ĪꫝTʆ`� �!DdDȈ��B�A!�0�`�0�`�0�`�0�`��PK�
�[c�a�@@$assets/img/slider-featured-image.pngnu�[����PNG


IHDRv^CR?	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F]IDATx���1
1���G#I+��$�#����`�0v�c����;��c��0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;�����`�0v;c����`���c����;��c`�0v;�����`�0v;c����`���c��0v;��c`�0v;�����`�0v;c����`���c��0v;��c`�0v;�����`�0v�c����`���c��0v;��c`�0v;�����`�0v�c����`���c��0v;����`�0v;�����`�0v�c����`���c��0v;����`�0v;�����`�0v�c����;��c��0v;����`�0v;c'����`�0v�c����;��c��0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;����`�0v;c����p�����׻�IEND�B`�PK�
�[�
��hh(assets/img/highlights-featured-image.pngnu�[����PNG


IHDR��ui	G	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F�IDATx���	1�緆���:I�`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�SK�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
\���^hQ�;-�IEND�B`�PK�
�[�{�$��!assets/img/header-variation-1.pngnu�[����PNG


IHDR@H��,ssBIT|d�CIDATx���QNW�v��@�C%��������'�Hv���;�k�T�j			��pC�[�q̀�I�Fsƺ�/����l�x�f	5#"~���p�^�~[0"b0�9�{SUUDDl�<��@ -�%�� ����@ZHKi	@ -�%�� ����qX7���B�%�� �Vs�!�o�r����,����)��rxx8� ����@ZHk�E�/��<��<�?�í*b�i��f�h4���ND�Q����O�����������i�z��*b�Q}�56#���@�q���*��iG�v���&�ݝ�X�J;�Yv�#���ߏ�v#�[����D4�N�]a��l;�W��k6"�?�뻝�����=��T�5�F#��zr_PN�o����)��Y��?(���d��4bcc�s�G-�,�l�;�>�s��UM���Ojx4�{�I9����UKN�Fcv�݇��e{8����(��%/�"��8�ZU��\�藕�N{���n	�O��V�.���_|�]>7������;y���ո��]�@����a��ޜ�٪
�NV�w=A���a7k���4�d�:�<�/���e����u�@ZHKi-�
�Xޝ��y������ ����@Z͈���$���|2����w�:�ˋWot�@^HKi	@ -�%�� �փz/p�F��˹�E�4�q����_B���eU�2�5�q& ����@ZHKi	@ -�ՌX͝��{�s����ou�@^HKi	@ -�%���e9 ����X9B��IEND�B`�PK�
�[v�
%UU#assets/img/alignment/align-left.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 12a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 21a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
PK�
�[B�f�UU$assets/img/alignment/align-right.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="8" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <rect x="94" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 12a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 21a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
PK�
�[��Y�WW%assets/img/alignment/align-center.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="51" y="4" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="12" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 20a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 29a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
PK�
�[��e�E�E$assets/img/container-layout/wide.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect x=".5" y=".5" width="119" height="99" rx="3.5" fill="#FAFAFA"/>
  <rect x="6" y="6" width="108" height="88" rx="3" fill="url(#a)"/>
  <rect x=".5" y=".5" width="119" height="99" rx="3.5" stroke="#71717A"/>
  <defs>
    <pattern id="a" patternContentUnits="objectBoundingBox" width="1" height="1">
      <use xlink:href="#b" transform="matrix(.00231 0 0 .00284 0 .011)"/>
    </pattern>
    <image id="b" width="432" height="544" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbAAAAIgCAYAAADkwDz0AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3WtTE8nbx/HmkBAJAQIJoXBltfRv1b7/F2NZy6roGiGAgDlggMBdV7zdYlkw0z09PX34zhMf7EwfPlfDbydMpufG4/Gt4kAAAQQQQCAwgTkCLLCKMVwEEEAAgakAAcZCQAABBBAIUoAAC7JsDBoBBBBAgABjDSCAAAIIBClAgAVZNgaNAAIIIECAsQYQQAABBIIUIMCCLBuDRgABBBAgwFgDCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABawE2HI7UYDBU/f5QXV1dIYsAAokL1Go1tbRUUe32pqpUKqVq+PD7ySePUothsfPcAXZzc6N6vWN1enpucVg0hQACMQlsbKypVqulFhbmnU7L199PZXk4xXfQWa4Ak8Wxv/+3+v597GCodIEAAiEL1GpLanf3N2ch5vvvJ9ceIa+dx8aeK8AODnrcecW4KpgTAgUJyJ1Hp7NVUOv/bjaE308uPZygO+7EOMDk71x7ex8cD5fuEEAgdIHd3aeqXl8udBoh/X5y4VEodomNGwdYt3ugzs/7JQ6drhFAIESBZnNdbW+3Cx16SL+fXHgUil1i48YB9u7dRzUe87evEmtH1wgEKSBPJL569bzQsYf0+8mFR6HYJTZuHGBv3vxZ4rDpGgEEQhb444//FTr80H4/Fe1RKHaJjRNgJeLTNQKpChT9C5sAS2NlEWBp1JlZIuCVAAH273IU7eFV8S0OhgCziElTCCCQTaDoX9gx3oHJk5Xd7uH0e7fyHbfQj0ajrjqddq63tBBgoa8Cxo9AgAIEmN4dmISXPJgSQ3Ddnbm8meXFi13jECPAAvzhZ8gIhC5AgOkF2KdP3em7ZmM8lpdr6vffnxlNjQAzYuMiBBDII0CA6QVYaB+J6qwNuQt7/fqlziX/nEuAGbFxEQII5BEgwPQC7O3bv6L7+PCugOl6IMDy/BRyLQIIGAmY/sLK2llodyyzPD58+KQuLr5nnX5Q562s1NWzZztGYybAjNi4CAEE8gjM+oWdp225NrYAu7y8Uu/fx/cQx/z8j4c4qlWz/eIIsLw/KVyPAALaAgSY3keIcraE2OFhTw0GI21v3y6Q4FpaqqqdnW3j8JI5EWC+VZbxIJCAAAGmH2AJLAvtKRJg2mRcgAACeQUIMAIs7xriDsyGIG0ggIC2AAFGgGkvmgcu4A7MhiJtIICAlgABRoBpLZhHTibAbCjSBgIIaAkQYASY1oIhwGxw0QYCCNgQIMAIMBvriDswG4q0gQACWgIEGAGmtWC4A7PBRRsIIGBDgAAjwGysI+7AbCjSBgIIaAkQYPoBNplM1NnZt+kXmm9vb7W8izj5yZOaWl1dUQsLC0U0n6lNAiwTEychgIBNAQJML8AkvHq9Ey+C6+7I5Y0a7fZGaSFGgNn8qaQtBBDIJECA6QXY169n052YfTyq1apqtZqlDI0AK4WdThFIW4AA0wuwbvfQ2wUjd2Hb2+1SxkeAlcJOpwikLUCA6QXYly897z4+vDuDnZ1OKQuaACuFnU4RSFuAANMLsOPjU3V5eenloqnVampjY62UsRFgpbDTKQJpCxBgegF2fT1RR0f+PcQxNzen2u1NtbhYzpOIBFjav0eYPQKlCBBgegEmZ0uInZ/31Xhc/sMcElyVSkWtr6+WFl5iQoCV8uNLpwikLUCA6QdY2ivm4dkTYKwKBBBwLkCAEWA2Fh0BZkORNhBAQEuAACPAtBbMIycTYDYUaQMBBLQEig6wvb336urqWmtMZZ1cqy2pFy92y+o+6H4JsKDLx+ARCFOg6AA7OOip09PzIHBWVxvq6dPtIMbq2yAJMN8qwngQSECg6AAbDkfq48fPQUi+fPlcVauVIMbq2yAJMN8qwngQSECg6AATwhDuwprN9dJewxTDMiPAYqgic0AgMAEXASZvcN/f/+zF96YeKo/87Wt39ze1sDAfWPX8GS4B5k8tGAkCyQi4CDDBlBCTN1j49vcwufOSN1gQXvmWPAGWz4+rEUDAQMBVgP0cmmwCKUE2Hl+WdkdWqSyqlZUV1WjUVb2+bKDGJfcFCDDWBAIIOBdwHWDOJ0iHTgQIMCfMdIIAAncFCDDWgw0BAsyGIm0ggICWAAGmxcXJjwgQYCwNBBBwLkCAOSePskMCLMqyMikE/BYgwPyuTyijI8BCqRTjRCAiAQIsomKWOBUCrER8ukYgVQECLNXK2503AWbXk9YQQCCDAAGWAYlTZgoQYDOJOAEBBGwLEGC2RdNsjwBLs+7MGoFSBQiwUvmj6ZwAi6aUTASBcAQIsHBq5fNICTCfq8PYEIhUgACLtLCOp0WAOQanOwQQUMp1gMkGl4PBUPX7Q3V1dVVKCWq1mlpaqkzfQl+psIGljSIQYDYUaQMBBLQEXAXYzc2N6vWOvdtOZWNjTbVaLbZT0Vo1/z2ZAMsJyOUIIKAv4CLAJLz29/9W37+P9Qfo4Ao2tMyPTIDlN6QFBBDQFHARYAcHPe/uvO4zyZ1Yp7OlqcfpPwUIMNYCAgg4Fyg6wOTvXHt7H5zPy6TD3d2nbHBpAqeUIsAM4bgMAQTMBYoOsG73QJ2f980H6PDKZnNdbW+3HfYYT1cEWDy1ZCYIBCNQdIC9e/dRjcd+/u3rfpHkicRXr54HUzufBkqA+VQNxoJAIgJFB9ibN38GJVm0R1AYGoMlwDSwOBUBBOwIFP0LmwCzUyffWyHAfK8Q40MgQgEC7N9FLdojwiU0nRIBFmtlmRcCHgsU/Qs7xjswebKy2z2cfq9NvuMW+tFo1FWn0871VhICLPRVwPgRCFCAANO7A5PwkgdTYgiuuzNfWJhXL17sGocYARbgDz9DRiB0AQJML8A+fepO3+UY47G8XFO///7MaGoEmBEbFyGAQB4BAkwvwEL7SFRnbchd2OvXL3Uu+edcAsyIjYsQQCCPAAGmF2Bv3/4V3ceHdwVM1wMBluenkGsRQMBIwPQXVtbOQrtjmeXx4cMndXHxPev0gzpvZaWunj3bMRozAWbExkUIIJBHYNYv7Dxty7WxBdjl5ZV6/z6+hzjm5388xFGtmu2PRoDl/UnhegQQ0BYgwPQ+QpSzJcQOD3tqMBhpe/t2gQTX0lJV7exsG4eXzIkA862yjAeBBAQIMP0AS2BZaE+RANMm4wIEEMgrQIARYHnXEHdgNgRpAwEEtAUIMAJMe9E8cAF3YDYUaQMBBLQECDACTGvBPHIyAWZDkTYQQEBLgAAjwLQWDAFmg4s2EEDAhgABRoDZWEfcgdlQpA0EENASIMAIMK0Fwx2YDS7aQAABGwIEGAFmYx1xB2ZDkTYQQEBLgADTD7DJZKLOzr5Nv9B8e3ur5V3EyU+e1NTq6opaWFgoovlMbRJgmZg4CQEEbAoQYHoBJuHV6514EVx3Ry5v1Gi3N0oLMQLM5k8lbSGAQCYBAkwvwL5+PZvuxOzjUa1WVavVLGVoBFgp7HSKQNoCBJhegHW7h94uGLkL295ulzI+AqwUdjpFIG0BAkwvwL586Xn38eHdGezsdEpZ0ARYKex0ikDaAgSYXoAdH5+qy8tLLxdNrVZTGxtrpYyNACuFnU4RSFuAANMLsOvriTo68u8hjrm5OdVub6rFxXKeRCTA0v49wuwRKEWAANMLMDlbQuz8vK/G4/If5pDgqlQqan19tbTwEhMCrJQfXzpFIG0BAkw/wNJeMQ/PngBjVSCAgHMBAowAs7HoCDAbirSBAAJaAgQYAaa1YB45mQCzoUgbCCCgJVB0gO3tvVdXV9daYyrr5FptSb14sVtW90H3S4AFXT4Gj0CYAkUH2MFBT52engeBs7raUE+fbgcxVt8GSYD5VhHGg0ACAkUH2HA4Uh8/fg5C8uXL56parQQxVt8GSYD5VhHGg0ACAkUHmBCGcBfWbK6X9hqmGJYZARZDFZkDAoEJuAgweYP7/v5nL7439VB55G9fu7u/qYWF+cCq589wCTB/asFIEEhGwEWACaaEmLzBwre/h8mdl7zBgvDKt+QJsHx+XI0AAgYCrgLs59BkE0gJsvH4srQ7skplUa2srKhGo67q9WUDNS65L0CAsSYQQMC5gOsAcz5BOnQiQIA5YaYTBBC4K0CAsR5sCBBgNhRpAwEEtAQIMC0uTn5EgABjaSCAgHMBAsw5eZQdEmBRlpVJIeC3AAHmd31CGR0BFkqlGCcCEQkQYBEVs8SpEGAl4tM1AqkKEGCpVt7uvAkwu560hgACGQQIsAxInDJTgACbScQJCCBgW4AAsy2aZnsEWJp1Z9YIlCpAgJXKH03nBFg0pWQiCIQjQICFUyufR0qA+VwdxoZApAIEWKSFdTwtAswxON0hgIBSrgNMNrgcDIaq3x+qq6urUkpQq9XU0lJl+hb6SoUNLG0UgQCzoUgbCCCgJeAqwG5ublSvd+zddiobG2uq1WqxnYrWqvnvyQRYTkAuRwABfQEXASbhtb//t/r+faw/QAdXsKFlfmQCLL8hLSCAgKaAiwA7OOh5d+d1n0nuxDqdLU09Tv8pQICxFhBAwLlA0QEmf+fa2/vgfF4mHe7uPmWDSxM4pRQBZgjHZQggYC5QdIB1uwfq/LxvPkCHVzab62p7u+2wx3i6IsDiqSUzQSAYgaID7N27j2o89vNvX/eLJE8kvnr1PJja+TRQAsynajAWBBIRKDrA3rz5MyjJoj2CwtAYLAGmgcWpCCBgR6DoX9gEmJ06+d4KAeZ7hRgfAhEKEGD/LmrRHhEuoemUCLBYK8u8EPBYoOhf2DHegcmTld3u4fR7bfIdt9CPRqOuOp12rreSEGChrwLGj0CAAgSY3h2YhJc8mBJDcN2d+cLCvHrxYtc4xAiwAH/4GTICoQsQYHoB9ulTd/ouxxiP5eWa+v33Z0ZTI8CM2LgIAQTyCBBgegEW2keiOmtD7sJev36pc8k/5xJgRmxchAACeQQIML0Ae/v2r+g+PrwrYLoeCLA8P4VciwACRgKmv7CydhbaHcssjw8fPqmLi+9Zpx/UeSsrdfXs2Y7RmAkwIzYuQgCBPAKzfmHnaVuujS3ALi+v1Pv38T3EMT//4yGOatVsfzQCLO9PCtcjgIC2AAGm9xGinC0hdnjYU4PBSNvbtwskuJaWqmpnZ9s4vGROBJhvlWU8CCQgQIDpB1gCy0J7igSYNhkXIIBAXgECjADLu4a4A7MhSBsIIKAtQIARYNqL5oELuAOzoUgbCCCgJUCAEWBaC+aRkwkwG4q0gQACWgIEGAGmtWAIMBtctIEAAjYECDACzMY64g7MhiJtIICAlgABRoBpLRjbd2B7e+/V1dW1jTHQBgIIJCRQqy1Nv7xa5BHbF5mLtAq5beM7sIODnjo9PQ957owdAQRKEFhdbainT7cL7TnGAJtMJurs7Nv0C823t7eF+mVp/MmTmlpdXVELCwtZTi/kHOMAGw5H6uPHz4UMikYRQCBegZcvn+d6+0IWmdgCTMKr1zvxIrju+ssbNdrtjdJCzDjAZBLchWX5UeIcBBD4KdBsrqvt7XbhILEF2NevZ9OdmH08qtWqarWapQwtV4DJ/xXs739W47GfsKWI0ikCCDwoIH/72t39Tcn+T0UfsQVYt3tYNJlx+3IX5uJ/Sh4aYK4AkwYlxI6OTvh7mHH5uRCB+AXkzqvd3nQSXqIZW4B9+dLz7uPDu6t2Z6dTyiLOHWA/Ry1/WJQgG48vuSMrpZR0ioBfApXKolpZWVGNRl3V68tOBxdbgB0fn6rLy0unhlk7q9VqamNjLevpVs+zFmBWR0VjCCCAQA6B2ALs+vrHJ10+PH14tyxzc3PTO+vFxXKeRCTAcvyQcCkCCPgpEFuAibKE2Pl534tPuCS4KpWKWl9fLS28xIQA8/Pnj1EhgEAOgRgDLAdHtJcSYNGWlokhkK4AAZZG7QmwNOrMLBFISoAAS6PcBFgadWaWCCQlENK7Wl28GzLW4hNgsVaWeSGQsEBIbwly8W7IWJcCARZrZZkXAgkLhPSuVhfvhox1KRBgsVaWeSGQuEAId2Gu3g0Z61IgwGKtLPNCIHEB39/V6vLdkLEuBQIs1soyLwQQ8PZdra7fDRnrUiDAYq0s80IAgX8EfHhXa5nvhox1KRBgsVaWeSGAAAKRCxBgkReY6SGAAAKxChBgsVaWeSGAAAKRCxBgkReY6SGAAAKxCuQOMNmfZjAYTTdbk80sORBAAIG7ArLtRr3+RC0vPwEGAasCuQJMvmchO4XKvxwIIIDArwQWFhZUq9VU8i8HAjYEcgXY4eEx4WWjCrSBQCICEl5bW5tKNkTkQCCvgHGAjUYX6uzsW97+uR4BBBITaDRWVKNRT2zWTLcIAeMA6/VO1PX1dRFjok0EEIhYoFqtTj9K5EAgr4BxgHW7h3n75noEEEhUYGenk+jMmbZNAQLMpiZtIYBAJgECLBMTJ80QMA4wefpQHp3nQAABBHQE5LH6dntD5xLOReBBAeMA6/eHqt8fwIoAAghoCaytrU6/F+bykA0uBwP5nTVUV1dXLrv+p69araaWliS8N5WEOEd+AeMAu7m5UUdHX3mMPn8NaAGBZATkMfpOp+VsvvJ7qtc7Vqen5876zNLRxsaaarVaamFhPsvpnPOIgHGASXvX1xN1csIXmVldCCAwW0DCa3OzqRYX3XyRWcJrf/9v9f37ePbgSjiDDS3zo+cKsJ/dD4cXSm7Reaw+f0FoAYHYBOSx+aWlqqrXl9X8vLsvMB8c9Ly787pfW7kT63S2Yiu5s/lYCTBno6UjBBBAIIOA/J1rb+9DhjPLP2V39+k03Dn0BQgwfTOuQAABzwW63QN1ft73fJQ/htdsrqvt7XYQY/VtkASYbxVhPAggkFvg3buPajz2829f9ycnTyS+evU895xTbIAAS7HqzBmByAXevPkzqBn+8cf/ghqvL4MlwHypBONAAAFrAgSYNUqvGyLAvC4Pg0MAARMBAsxELbxrCLDwasaIEUBghkCMASZPVspL1OV7bfIdt9AP2VKn02nneisJARb6KmD8CCDwH4HYAkzCSx5MiSG47hZL3kTy4sWucYgRYPzwI4BAdAKxBdinT93puxxjPJaXa+r3358ZTY0AM2LjIgQQ8FkgtgALbT46a0Puwl6/fqlzyT/nEmBGbFyEAAI+C4T2C3/WY/Rv3/4V3ceHd9fPrPk/ttYIMJ9/ChkbAggYCcQWYB8+fFIXF9+NLHy/aGWlrp492zEaZu4Au729VYPBaLq55XjMBpdGVeAiBCIWkDdNyP5fy8vu9gCLLcAuL6/U+/fxPcQxP//jIY5q1Wx/tFwBNplMlOzMLP9yIIAAAr8SkO1UWq2mkn+LPmILMPGSEDs87E1vGEI/JLhkh4KdnW3j8BKDXAF2eHhMeIW+khg/Ag4FJLy2tjbV3Fyx26rEGGAOyxRMV8YBNhpdqLOzb8FMlIEigIAfAo3GipIvsRZ5EGBF6vrTtnGA9XonbGDpTx0ZCQLBCMgGl/JRYpEHAVakrj9tGweYvNKEAwEEEDAR2NnpmFyW+RoCLDNV0CcSYEGXj8EjEKYAAfbvupl+DyrM6tsbtXGAydOH8ug8BwIIIKAjII/Vt9sbOpdon8sdmDZZkBcYB1i/P1T9/iDISTNoBBAoT2BtbXX6vbAiDwKsSF1/2jYOMHkr8tHRVx6j96eWjAQB7wXkMfpOp1X4OAmwwom96MA4wGT019cTdXLCF5m9qCSDQMBzAQmvzc2mWlzki8z3S5Xlb2Dywgj56pJ8oVnegFT28eRJTa2urjj5Yvpjc80VYD8bHQ4v1HA44rH6slcU/SPgoYA8Ni9vXajXl9X8fLFfYP45/djuwCS85KtLPgTX3SUmb9SQv2e6eLvKQ0vbSoB5+DPDkBBAIGGB2ALs69ez6U7MPh4uvtdX6B2Yj6iMCQEE0hWILcB8/t6t3IVtb7dLWWzcgZXCTqcIIFCkQGwB9uVLz7uPD+/Wr+jv9XEHVuRPC20jgIBXArEFmM/fu63VampjY62U+nMHVgo7nSKAQJECsQWYPPF9dOTfQxyyq0C7venkydKH1gsBVuRPEW0jgEApArEFmCBKiJ2f99V4XP7DHBJc8kaV9fXV0sJLTAiwUn686BQBBIoUiDHAivQKtW0CLNTKMW4EEHhUgABLY3EQYGnUmVkikJQAAZZGuQmwNOrMLBFISmBv7726uroOYs612pJ68WI3iLH6NkgCzLeKMB4EEMgtcHDQU6en57nbcdHA6mpDPX267aKr6PogwKIrKRNCAAF5N+vHj5+DgHj58rmqVitBjNW3QeYOMHm55GAwmm5uOR6zwaVvBWY8CJQtII9by/5fy8vF7gF2f54h3IU1m+ulvYap7HVho/9cASZvSJZviMu/HAgggMCvBOSN5a1W09mby+X30v7+Zy++N/WQi/zta3f3N7WwMM/CMRTIFWCHh8eElyE8lyGQooCE2NbWppIvwro4JMTkDRa+/T1M7rzkDRaEV75VYBxgo9HFdHM1DgQQQEBHoNFYUY1GXeeS3OfKJpASZPJnjrLeZFGpLKqVlR9zl73ROPILGAeYbK52fR3GY6r5mWgBAQRsCZS5f5StOdCOHwLGAebz/jR+0DIKBBB4TKCs7TeoSFwCBFhc9WQ2CAQhQIAFUSbvB2kcYD7vT+O9OgNEIGEBeay+3d5IWICp2xIwDrB+f6j6/YGtcdAOAggkIrC2tjr9XhgHAnkFjAPs5uZGHR195TH6vBXgegQSEpDH6DudVkIzZqpFChgHmAxKNlg7OeGLzEUWiLYRiEVAwmtzs1nqBoixWDKPHwK5Auwn4nB4oeTdYzxWz7JCAIH7AvLY/NJSdfrdp/l5N19gpgppCFgJsDSomCUCCCCAgE8CBJhP1WAsCCCAAAKZBQiwzFSciAACCCDgkwAB5lM1GAsCCCCAQGYBAiwzFScigAACCPgkQID5VA3GggACCCCQWYAAy0zFiQgggAACPgkQYD5Vg7EggAACCGQWIMAyU3EiAggggIBPAgSYT9VgLAgggAACmQUIsMxUnIgAAggg4JMAAeZTNRgLAggggEBmgdwBdnt7qwaDkbq8vFTj8WXmjjkxXgHZsFD2e1peZs+neKvMzBAoXyBXgE0mEyU7M8u/HAjcF5DtM1qtppJ/ORBAAAHbArkC7PDwmPCyXZHI2pPw2traVHNzbKMRWWmZDgKlCxgH2Gh0oc7OvpU+AQbgv0CjsaIajbr/A2WECCAQlIBxgPV6J2xgGVSpyxusbGgoHyVyIIAAAjYFjAOs2z20OQ7ailxgZ6cT+QyZHgIIuBYgwFyLJ9ofAZZo4Zk2AgUKGAeYPH0oj85zIDBLQB6rb7c3Zp3Gf0cAAQS0BIwDrN8fqn5/oNUZJ6cpsLa2Ov1eGAcCCCBgU8A4wG5ubtTR0Vceo7dZjQjbksfoO51WhDNjSgggULaAcYDJwK+vJ+rkhC8yl11EX/uX8NrcbKrFRb7I7GuNGBcCIQvkCrCfEx8OL9RwOOKx+pBXgsWxy2PzS0tVVa8vq/l5vsBskZamEEDgjoCVAEMUAQQQQAAB1wIEmGtx+kMAAQQQsCJAgFlhpBEEEEAAAdcCBJhrcfpDAAEEELAiQIBZYaQRBBDwTeDq6krJK+++fx8r+dpP6oe8ULvTaSt5sUAsBwEWSyWZBwII/CMg4fXu3UeC696aWFiYVy9e7EYTYgQYP/QIIBCdwKdPXTUYDKObl40JLS/X1O+/P7PRVOltEGCll4ABIICAbYE3b/603WQ07cld2OvXL6OYDwEWRRmZBAII3BV4+/YvPj78xZL444//RbFgCLAoysgkEEDgrsCHD5/UxcV3UB4QWFmpq2fPdqKwIcCiKCOTQACBuwKXl1fq/Xse4ri/KubnfzzEUa3G8SQiAcbPPQIIRCkgIXZ42FODwSjK+elMSoJL3k+6s7MdTXjJ/AkwnVXAuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjoC1ABsOR9MdUPv9oZLtvDkQQCBtgVqtppaWKqrd3ixlC/vJZKLOzr4peanv7e1t2sXwcPZPntTU6uqKWlhYMB5d7gC7ublRvd6xOj09Nx4EFyKAQNwCGxtrqtVqKdkN2MUh4dXrnRBcLrBz9CFvyW+3N4xDLFeASXjt7/+tvn8f55gClyKAQAoCtdqS2t39zUmIff16xu+lQBZVtVpVrVbTaLS5AuzgoMedlxE7FyGQpoDciXU6W4VPvts9LLwPOrAjIHdh29tto8aMA0z+zrW398GoUy5CAIF0BXZ3n6p6fblQgC9fenx8WKiw3cZ3djpGDRoHWLd7oM7P+0adchECCKQr0GyuG/8fd1a14+NTdXl5mfV0zitRQB72kTtzk8M4wN69+6jGY/72ZYLONQikLFCpVNSrV88LJbi+nqijIx7iKBTZQuNzc3PTp1QXF82eRDQOsDdv/rQwfJpAAIEUBf7443+FT1tCTD4l4n+0C6fW7kCCS/5HZn191Ti8pFMCTJueCxBAIK+AiwDLO0au91+AAPO/RowQgegECLDoSlrKhAiwUtjpFIG0BQiwtOtva/YEmC1J2kEAgcwCBFhmKk78hQABxvJAAAHnAgSYc/IoOyTAoiwrk0LAbwECzO/6hDI6AiyUSjFOBCISIMAiKmaJUyHASsSnawRSFSDAUq283XkTYHY9aQ0BBDIIuAww9gXLUJACT7Gx79djwyPACiwcTSOAwMMCrgKMfcEa+6cPAAASCElEQVT8WIF59/0iwPyoI6NAAAGllKsAY18wf5Zbnn2/CDB/6shIEEhewFWAsS+YP0stz75fBJg/dWQkCCQv4CrA2BfMr6Vmuu8XAeZXHRkNAkkLuAow9gXzZ5nl2feLAPOnjowEgeQFXAUY+4L5sdTy7vtFgPlRR0aBAAIOH+IQbPYFK2/J2dr3iwArr4b0jAAC9wRc3YEBH7cA3wOLu77MDgEvBQgwL8sS3KAIsOBKxoARCF+AAAu/hj7MgADzoQqMAYHEBAiwxApe0HQJsIJgaRYBBB4XIMBYHTYECDAbirSBAAJaAgSYFhcnPyJAgLE0EEDAuQAB5pw8yg4JsCjLyqQQ8FuAAPO7PqGMjgALpVKME4GIBFwGGPuB6S2cIvfv0hvJ7LMJsNlGnIEAApYFXAUY+4GZFa6o/bvMRvP4VQSYbVHaQwCBmQKuAoz9wGaW4tETiti/y3w0D19JgNkWpT0EEJgp4CrA2A9sZikePaGI/bvMR0OA2bajPQQQMBRwFWDsB2ZYoP+/zPb+XflG89+ruQOzLUp7CCAwU8BVgLEf2MxSPHpCEft3mY+GOzDbdrSHAAKGAq4CjP3AzApU1P5dZqN5/CruwGyL0h4CCMwUcBVgMhD2A5tZjn9OKHr/ruwjyXYmAZbNibMQQMCigMsAszhsmvJMgADzrCAMB4EUBAiwFKpc/BwJsOKN6QEBBO4JEGAsCRsCBJgNRdpAAAEtAQJMi4uTHxEgwFgaCCDgXIAAc04eZYcEWJRlZVII+C1AgPldn1BGR4CFUinGiUBEAgRYRMUscSoEWIn4dI1AqgIEWKqVtztvAsyuJ60hgEAGAZcB5vt+YLr7b8U2nwzL5dFTCLA8elyLAAJGAq4CLJT9wLLuvxXbfIwWz52LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXzr0LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXDgGWl4zrEUAgr4CrAAttP7BZ+2/FNp+864g7sLyCXI8AAtoCrgIspP3Asuy/Fdt8tBcOd2B5ybgeAQTyCrgKsFD2A8u6/1Zs88m7jrgDyyvI9QggoC3gKsBkYD7vB2ay/1Zs89FePHcuIMDy6HEtAggYCbgMMKMBclEQAgRYEGVikAjEJUCAxVXPsmZDgJUlT78IJCxAgCVcfItTJ8AsYtIUAghkEyDAsjlx1q8FCDBWCAIIOBcgwJyTR9khARZlWZkUAn4LEGB+1yeU0RFgoVSKcSIQkQABFlExS5wKAVYiPl0jkKoAAZZq5e3OmwCz60lrCCCQQYAAy4DEKTMFCLCZRJyAAAK2BQgw26JptkeApVl3Zo1AqQIEWKn80XROgEVTSiaCQDgCBFg4tfJ5pASYz9VhbAhEKkCARVpYx9MiwByD0x0CCChFgLEKbAgQYDYUaQMBBLQECDAtLk5+RIAAY2kggIBzAQLMOXmUHRJgUZaVSSHgtwAB5nd9QhkdARZKpRgnAhEJEGARFbPEqRBgJeLTNQKpChBgqVbe7rwJMLuetIYAAhkECLAMSJwyU4AAm0nECQggYFuAALMtmmZ7BFiadWfWCJQqQICVyh9N5wRYNKVkIgiEI0CAhVMrn0dKgPlcHcaGQKQCBFikhXU8LQLMMTjdIYAAr5JiDdgRIMDsONIKAghoCHAHpoHFqY8KEGAsDgQQcC5AgDknj7JDAizKsjIpBPwWIMD8rk8ooyPAQqkU40QgIgECLKJiljgVAqxEfLpGIFUBAizVytudNwFm15PWEEAggwABlgGJU2YKEGAziTgBAQRsCxBgtkXTbI8AS7PuzBqBUgUIsFL5o+mcAIumlEwEgXAECLBwauXzSAkwn6vD2BCIVIAAi7SwjqdFgDkGpzsEEOBVUqwBOwIEmB1HWkEAAQ0B7sA0sDj1UQECjMWBAALOBQgw5+RRdkiARVlWJoWA3wIEmN/1CWV0BFgolWKcCEQkQIBFVMwSp0KAlYhP1wikKkCApVp5u/MmwOx60hoCCGQQIMAyIHHKTAECbCYRJyCAgG0BAsy2aJrtEWBp1p1ZI1CqAAFWKn80nRNg0ZSSiSAQjgABFk6tfB4pAeZzdRgbApEKEGCRFtbxtAgwx+B0hwACvEqKNWBHgACz40grCCCgIcAdmAYWpz4qQICxOBBAwLkAAeacPMoOCbAoy8qkEPBbgADzuz6hjI4AC6VSjBOBiAQIsIiKWeJUCLAS8ekagVQFCLBUK2933gSYXU9aQwCBDAIEWAYkTpkpQIDNJOIEBBCwLUCA2RZNsz0CLM26M2sEShUgwErlj6ZzAiyaUjIRBMIRIMDCqZXPIyXAfK4OY0MgUgECLNLCOp4WAeYYnO4QQIBXSbEG7AgQYHYcaQUBBDQEuAPTwOLURwUIMBYHAgg4FyDAnJNH2SEBFmVZmRQCfgsQYH7XJ5TREWChVIpxIhCRAAEWUTFLnAoBViI+XSOQqgABlmrl7c6bALPrSWsIIJBBgADLgMQpMwUIsJlEnIAAArYFCDDbomm2R4ClWXdmjUCpAgRYqfzRdE6ARVNKJoJAOAIEWDi18nmkBJjP1WFsCEQqQIBFWljH0yLAHIPTHQII8Cop1oAdAQLMjiOtIICAhgB3YBpYnPqoAAHG4kAAAecCBJhz8ig7JMCiLCuTQsBvAQLM7/qEMjoCLJRKMU4EIhIgwCIqZolTIcBKxKdrBFIVIMBSrbzdeRNgdj1pDQEEMggQYBmQOGWmAAE2k4gTEEDAtgABZls0zfYIsDTrzqwRKFWAACuVP5rOCbBoSslEEAhHgAALp1Y+j5QA87k6jA2BSAUIsEgL63haBJhjcLpDAAFeJcUasCNAgNlxpBUEENAQ4A5MA4tTHxUwDrC9vffq6uoaWgQQQEBLoFZbUi9e7Gpdw8kIPCRgHGAHBz11enqOKgIIIKAlsLraUE+fbmtdw8kIWA2w4XCkPn78jCoCCCCgJfDy5XNVrVa0ruFkBKwGmDTGXRiLCgEEdASazXW1vd3WuYRzEXhUwPgjRGlxMpmo/f3PajweQ4wAAgj8UkD+9rW7+5taWJhHCgErArkC7GeIHR2d8PcwK+WgEQTiFJA7r3Z7k/CKs7ylzSp3gP0c+eXllZIgG48vuSMrrZx0jIA/ApXKolpZWVGNRl3V68v+DIyRRCNgLcCiEWEiCCCAAAJBCBBgQZSJQSKAAAII3BcgwFgTCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABAow1gAACCCAQpAABFmTZGDQCCCCAAAHGGkAAAQQQCFKAAAuybAwaAQQQQIAAYw0ggAACCAQpQIAFWTYGjQACCCCQO8Bub2/VYDBSl5eykeUloggggMC/BCqViqrXn6jl5SfIIGBVIFeATSYTdXx8quRfDgQQQOBXAgsLC6rVair5lwMBGwK5Auzw8JjwslEF2kAgEQEJr62tTTU3N5fIjJlmkQLGATYaXaizs29Fjo22EUAgQoFGY0U1GvUIZ8aUXAsYB1ivd6Kur69dj5f+EEAgcIFqtTr9KJEDgbwCxgHW7R7m7ZvrEUAgUYGdnU6iM2faNgUIMJuatIUAApkECLBMTJw0Q8A4wOTpQ3l0ngMBBBDQEZDH6tvtDZ1LOBeBBwWMA6zfH6p+fwArAgggoCWwtrY6/V4YBwJ5BYwD7ObmRh0dfeUx+rwV4HoEEhKQx+g7nVZCM2aqRQoYB5gM6vp6ok5O+CJzkQWibQRiEZDw2txsqsVFvsgcS03LnkeuAPs5+OHwQg2HIx6rL7ua9I+AhwLy2PzSUlXV68tqfp4vMHtYomCHZCXAgp09A0cAAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFsgd4Dd3t6qwWA03dxyPGaDy7SXE7NH4L8CsoGl7P+1vMweYKwPuwK5AmwymSjZmVn+5UAAAQR+JSDbqbRaTSX/ciBgQyBXgB0eHhNeNqpAGwgkIiDhtbW1qebm2FYlkZIXOk3jABuNLtTZ2bdCB0fjCCAQn0CjsaIajXp8E2NGzgWMA6zXO2EDS+flokMEwheQDS7lo0QOBPIKGAdYt3uYt2+uRwCBRAV2djqJzpxp2xQgwGxq0hYCCGQSIMAyMXHSDAHjAJOnD+XReQ4EEEBAR0Aeq2+3N3Qu4VwEHhQwDrB+f6j6/QGsCCCAgJbA2trq9HthHAjkFTAOsJubG3V09JXH6PNWgOsRSEhAHqPvdFoJzZipFilgHGAyqOvriTo54YvMRRaIthGIRUDCa3OzqRYX+SJzLDUtex65Auzn4IfDCzUcjnisvuxq0j8CHgrIY/NLS1VVry+r+Xm+wOxhiYIdkpUAC3b2DBwBBBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG2B3AF2e3urBoPRdHPL8ZgNLtNeTswegf8KyAaWsv/X8jJ7gLE+7ArkCrDJZKJkZ2b5lwMBBBD4lYBsp9JqNZX8y4GADYFcAXZ4eEx42agCbSCQiICE19bWppqbY1uVREpe6DSNA2w0ulBnZ98KHRyNI4BAfAKNxopqNOrxTYwZORcwDrBe74QNLJ2Xiw4RCF9ANriUjxI5EMgrYBxg3e5h3r65HgEEEhXY2ekkOnOmbVOAALOpSVsIIJBJgADLxMRJMwSMA0yePpRH5zkQQAABHQF5rL7d3tC5hHMReFDAOMD6/aHq9wewIoAAAloCa2ur0++FcSCQV8A4wG5ubtTR0Vceo89bAa5HICEBeYy+02klNGOmWqSAcYDJoK6vJ+rkhC8yF1kg2kYgFgEJr83Nplpc5IvMsdS07HnkCrCfgx8OL9RwOOKx+rKrSf8IeCggj80vLVVVvb6s5uf5ArOHJQp2SFYCLNjZM3AEEEAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFcgfY7e2tGgxG080tx2M2uEx7Of2YvWxYKPs9LS+z5xPrAQEEihPIFWCTyUTJzszyLwcC9wVk+4xWq6nkXw4EEEDAtkCuADs8PCa8bFcksvYkvLa2NtXcHNtoRFZapoNA6QLGATYaXaizs2+lT4AB+C/QaKyoRqPu/0AZIQIIBCVgHGC93gkbWAZV6vIGKxsaykeJHAgggIBNAeMA63YPbY6DtiIX2NnpRD5DpocAAq4FCDDX4on2R4AlWnimjUCBAsYBJk8fyqPzHAjMEpDH6tvtjVmn8d8RQAABLQHjAOv3h6rfH2h1xslpCqytrU6/F8aBAAII2BQwDrCbmxt1dPSVx+htViPCtuQx+k6nFeHMmBICCJQtYBxgMvDr64k6OeGLzGUX0df+Jbw2N5tqcZEvMvtaI8aFQMgCuQLs58SHwws1HI54rD7klWBx7PLY/NJSVdXry2p+ni8wW6SlKQQQuCNgJcAQRQABBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCPwfvw84nGWrO6IAAAAASUVORK5CYII="/>
  </defs>
</svg>
PK�
�[��3EEEE#assets/img/container-layout/box.svgnu�[���<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x="6.5" y="6.5" width="107" height="87" rx="2.5" fill="url(#a)" stroke="#71717A"/>
  <defs>
    <pattern id="a" patternContentUnits="objectBoundingBox" width="1" height="1">
      <use xlink:href="#b" transform="scale(.00231 .00284)"/>
    </pattern>
    <image id="b" width="432" height="544" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbAAAAIgCAYAAADkwDz0AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3WtTE8nbx/HmkBAJAQIJoXBltfRv1b7/F2NZy6roGiGAgDlggMBdV7zdYlkw0z09PX34zhMf7EwfPlfDbydMpufG4/Gt4kAAAQQQQCAwgTkCLLCKMVwEEEAAgakAAcZCQAABBBAIUoAAC7JsDBoBBBBAgABjDSCAAAIIBClAgAVZNgaNAAIIIECAsQYQQAABBIIUIMCCLBuDRgABBBAgwFgDCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABawE2HI7UYDBU/f5QXV1dIYsAAokL1Go1tbRUUe32pqpUKqVq+PD7ySePUothsfPcAXZzc6N6vWN1enpucVg0hQACMQlsbKypVqulFhbmnU7L199PZXk4xXfQWa4Ak8Wxv/+3+v597GCodIEAAiEL1GpLanf3N2ch5vvvJ9ceIa+dx8aeK8AODnrcecW4KpgTAgUJyJ1Hp7NVUOv/bjaE308uPZygO+7EOMDk71x7ex8cD5fuEEAgdIHd3aeqXl8udBoh/X5y4VEodomNGwdYt3ugzs/7JQ6drhFAIESBZnNdbW+3Cx16SL+fXHgUil1i48YB9u7dRzUe87evEmtH1wgEKSBPJL569bzQsYf0+8mFR6HYJTZuHGBv3vxZ4rDpGgEEQhb444//FTr80H4/Fe1RKHaJjRNgJeLTNQKpChT9C5sAS2NlEWBp1JlZIuCVAAH273IU7eFV8S0OhgCziElTCCCQTaDoX9gx3oHJk5Xd7uH0e7fyHbfQj0ajrjqddq63tBBgoa8Cxo9AgAIEmN4dmISXPJgSQ3Ddnbm8meXFi13jECPAAvzhZ8gIhC5AgOkF2KdP3em7ZmM8lpdr6vffnxlNjQAzYuMiBBDII0CA6QVYaB+J6qwNuQt7/fqlziX/nEuAGbFxEQII5BEgwPQC7O3bv6L7+PCugOl6IMDy/BRyLQIIGAmY/sLK2llodyyzPD58+KQuLr5nnX5Q562s1NWzZztGYybAjNi4CAEE8gjM+oWdp225NrYAu7y8Uu/fx/cQx/z8j4c4qlWz/eIIsLw/KVyPAALaAgSY3keIcraE2OFhTw0GI21v3y6Q4FpaqqqdnW3j8JI5EWC+VZbxIJCAAAGmH2AJLAvtKRJg2mRcgAACeQUIMAIs7xriDsyGIG0ggIC2AAFGgGkvmgcu4A7MhiJtIICAlgABRoBpLZhHTibAbCjSBgIIaAkQYASY1oIhwGxw0QYCCNgQIMAIMBvriDswG4q0gQACWgIEGAGmtWC4A7PBRRsIIGBDgAAjwGysI+7AbCjSBgIIaAkQYPoBNplM1NnZt+kXmm9vb7W8izj5yZOaWl1dUQsLC0U0n6lNAiwTEychgIBNAQJML8AkvHq9Ey+C6+7I5Y0a7fZGaSFGgNn8qaQtBBDIJECA6QXY169n052YfTyq1apqtZqlDI0AK4WdThFIW4AA0wuwbvfQ2wUjd2Hb2+1SxkeAlcJOpwikLUCA6QXYly897z4+vDuDnZ1OKQuaACuFnU4RSFuAANMLsOPjU3V5eenloqnVampjY62UsRFgpbDTKQJpCxBgegF2fT1RR0f+PcQxNzen2u1NtbhYzpOIBFjav0eYPQKlCBBgegEmZ0uInZ/31Xhc/sMcElyVSkWtr6+WFl5iQoCV8uNLpwikLUCA6QdY2ivm4dkTYKwKBBBwLkCAEWA2Fh0BZkORNhBAQEuAACPAtBbMIycTYDYUaQMBBLQEig6wvb336urqWmtMZZ1cqy2pFy92y+o+6H4JsKDLx+ARCFOg6AA7OOip09PzIHBWVxvq6dPtIMbq2yAJMN8qwngQSECg6AAbDkfq48fPQUi+fPlcVauVIMbq2yAJMN8qwngQSECg6AATwhDuwprN9dJewxTDMiPAYqgic0AgMAEXASZvcN/f/+zF96YeKo/87Wt39ze1sDAfWPX8GS4B5k8tGAkCyQi4CDDBlBCTN1j49vcwufOSN1gQXvmWPAGWz4+rEUDAQMBVgP0cmmwCKUE2Hl+WdkdWqSyqlZUV1WjUVb2+bKDGJfcFCDDWBAIIOBdwHWDOJ0iHTgQIMCfMdIIAAncFCDDWgw0BAsyGIm0ggICWAAGmxcXJjwgQYCwNBBBwLkCAOSePskMCLMqyMikE/BYgwPyuTyijI8BCqRTjRCAiAQIsomKWOBUCrER8ukYgVQECLNXK2503AWbXk9YQQCCDAAGWAYlTZgoQYDOJOAEBBGwLEGC2RdNsjwBLs+7MGoFSBQiwUvmj6ZwAi6aUTASBcAQIsHBq5fNICTCfq8PYEIhUgACLtLCOp0WAOQanOwQQUMp1gMkGl4PBUPX7Q3V1dVVKCWq1mlpaqkzfQl+psIGljSIQYDYUaQMBBLQEXAXYzc2N6vWOvdtOZWNjTbVaLbZT0Vo1/z2ZAMsJyOUIIKAv4CLAJLz29/9W37+P9Qfo4Ao2tMyPTIDlN6QFBBDQFHARYAcHPe/uvO4zyZ1Yp7OlqcfpPwUIMNYCAgg4Fyg6wOTvXHt7H5zPy6TD3d2nbHBpAqeUIsAM4bgMAQTMBYoOsG73QJ2f980H6PDKZnNdbW+3HfYYT1cEWDy1ZCYIBCNQdIC9e/dRjcd+/u3rfpHkicRXr54HUzufBkqA+VQNxoJAIgJFB9ibN38GJVm0R1AYGoMlwDSwOBUBBOwIFP0LmwCzUyffWyHAfK8Q40MgQgEC7N9FLdojwiU0nRIBFmtlmRcCHgsU/Qs7xjswebKy2z2cfq9NvuMW+tFo1FWn0871VhICLPRVwPgRCFCAANO7A5PwkgdTYgiuuzNfWJhXL17sGocYARbgDz9DRiB0AQJML8A+fepO3+UY47G8XFO///7MaGoEmBEbFyGAQB4BAkwvwEL7SFRnbchd2OvXL3Uu+edcAsyIjYsQQCCPAAGmF2Bv3/4V3ceHdwVM1wMBluenkGsRQMBIwPQXVtbOQrtjmeXx4cMndXHxPev0gzpvZaWunj3bMRozAWbExkUIIJBHYNYv7Dxty7WxBdjl5ZV6/z6+hzjm5388xFGtmu2PRoDl/UnhegQQ0BYgwPQ+QpSzJcQOD3tqMBhpe/t2gQTX0lJV7exsG4eXzIkA862yjAeBBAQIMP0AS2BZaE+RANMm4wIEEMgrQIARYHnXEHdgNgRpAwEEtAUIMAJMe9E8cAF3YDYUaQMBBLQECDACTGvBPHIyAWZDkTYQQEBLgAAjwLQWDAFmg4s2EEDAhgABRoDZWEfcgdlQpA0EENASIMAIMK0Fwx2YDS7aQAABGwIEGAFmYx1xB2ZDkTYQQEBLgADTD7DJZKLOzr5Nv9B8e3ur5V3EyU+e1NTq6opaWFgoovlMbRJgmZg4CQEEbAoQYHoBJuHV6514EVx3Ry5v1Gi3N0oLMQLM5k8lbSGAQCYBAkwvwL5+PZvuxOzjUa1WVavVLGVoBFgp7HSKQNoCBJhegHW7h94uGLkL295ulzI+AqwUdjpFIG0BAkwvwL586Xn38eHdGezsdEpZ0ARYKex0ikDaAgSYXoAdH5+qy8tLLxdNrVZTGxtrpYyNACuFnU4RSFuAANMLsOvriTo68u8hjrm5OdVub6rFxXKeRCTA0v49wuwRKEWAANMLMDlbQuz8vK/G4/If5pDgqlQqan19tbTwEhMCrJQfXzpFIG0BAkw/wNJeMQ/PngBjVSCAgHMBAowAs7HoCDAbirSBAAJaAgQYAaa1YB45mQCzoUgbCCCgJVB0gO3tvVdXV9daYyrr5FptSb14sVtW90H3S4AFXT4Gj0CYAkUH2MFBT52engeBs7raUE+fbgcxVt8GSYD5VhHGg0ACAkUH2HA4Uh8/fg5C8uXL56parQQxVt8GSYD5VhHGg0ACAkUHmBCGcBfWbK6X9hqmGJYZARZDFZkDAoEJuAgweYP7/v5nL7439VB55G9fu7u/qYWF+cCq589wCTB/asFIEEhGwEWACaaEmLzBwre/h8mdl7zBgvDKt+QJsHx+XI0AAgYCrgLs59BkE0gJsvH4srQ7skplUa2srKhGo67q9WUDNS65L0CAsSYQQMC5gOsAcz5BOnQiQIA5YaYTBBC4K0CAsR5sCBBgNhRpAwEEtAQIMC0uTn5EgABjaSCAgHMBAsw5eZQdEmBRlpVJIeC3AAHmd31CGR0BFkqlGCcCEQkQYBEVs8SpEGAl4tM1AqkKEGCpVt7uvAkwu560hgACGQQIsAxInDJTgACbScQJCCBgW4AAsy2aZnsEWJp1Z9YIlCpAgJXKH03nBFg0pWQiCIQjQICFUyufR0qA+VwdxoZApAIEWKSFdTwtAswxON0hgIBSrgNMNrgcDIaq3x+qq6urUkpQq9XU0lJl+hb6SoUNLG0UgQCzoUgbCCCgJeAqwG5ublSvd+zddiobG2uq1WqxnYrWqvnvyQRYTkAuRwABfQEXASbhtb//t/r+faw/QAdXsKFlfmQCLL8hLSCAgKaAiwA7OOh5d+d1n0nuxDqdLU09Tv8pQICxFhBAwLlA0QEmf+fa2/vgfF4mHe7uPmWDSxM4pRQBZgjHZQggYC5QdIB1uwfq/LxvPkCHVzab62p7u+2wx3i6IsDiqSUzQSAYgaID7N27j2o89vNvX/eLJE8kvnr1PJja+TRQAsynajAWBBIRKDrA3rz5MyjJoj2CwtAYLAGmgcWpCCBgR6DoX9gEmJ06+d4KAeZ7hRgfAhEKEGD/LmrRHhEuoemUCLBYK8u8EPBYoOhf2DHegcmTld3u4fR7bfIdt9CPRqOuOp12rreSEGChrwLGj0CAAgSY3h2YhJc8mBJDcN2d+cLCvHrxYtc4xAiwAH/4GTICoQsQYHoB9ulTd/ouxxiP5eWa+v33Z0ZTI8CM2LgIAQTyCBBgegEW2keiOmtD7sJev36pc8k/5xJgRmxchAACeQQIML0Ae/v2r+g+PrwrYLoeCLA8P4VciwACRgKmv7CydhbaHcssjw8fPqmLi+9Zpx/UeSsrdfXs2Y7RmAkwIzYuQgCBPAKzfmHnaVuujS3ALi+v1Pv38T3EMT//4yGOatVsfzQCLO9PCtcjgIC2AAGm9xGinC0hdnjYU4PBSNvbtwskuJaWqmpnZ9s4vGROBJhvlWU8CCQgQIDpB1gCy0J7igSYNhkXIIBAXgECjADLu4a4A7MhSBsIIKAtQIARYNqL5oELuAOzoUgbCCCgJUCAEWBaC+aRkwkwG4q0gQACWgIEGAGmtWAIMBtctIEAAjYECDACzMY64g7MhiJtIICAlgABRoBpLRjbd2B7e+/V1dW1jTHQBgIIJCRQqy1Nv7xa5BHbF5mLtAq5beM7sIODnjo9PQ957owdAQRKEFhdbainT7cL7TnGAJtMJurs7Nv0C823t7eF+mVp/MmTmlpdXVELCwtZTi/kHOMAGw5H6uPHz4UMikYRQCBegZcvn+d6+0IWmdgCTMKr1zvxIrju+ssbNdrtjdJCzDjAZBLchWX5UeIcBBD4KdBsrqvt7XbhILEF2NevZ9OdmH08qtWqarWapQwtV4DJ/xXs739W47GfsKWI0ikCCDwoIH/72t39Tcn+T0UfsQVYt3tYNJlx+3IX5uJ/Sh4aYK4AkwYlxI6OTvh7mHH5uRCB+AXkzqvd3nQSXqIZW4B9+dLz7uPDu6t2Z6dTyiLOHWA/Ry1/WJQgG48vuSMrpZR0ioBfApXKolpZWVGNRl3V68tOBxdbgB0fn6rLy0unhlk7q9VqamNjLevpVs+zFmBWR0VjCCCAQA6B2ALs+vrHJ10+PH14tyxzc3PTO+vFxXKeRCTAcvyQcCkCCPgpEFuAibKE2Pl534tPuCS4KpWKWl9fLS28xIQA8/Pnj1EhgEAOgRgDLAdHtJcSYNGWlokhkK4AAZZG7QmwNOrMLBFISoAAS6PcBFgadWaWCCQlENK7Wl28GzLW4hNgsVaWeSGQsEBIbwly8W7IWJcCARZrZZkXAgkLhPSuVhfvhox1KRBgsVaWeSGQuEAId2Gu3g0Z61IgwGKtLPNCIHEB39/V6vLdkLEuBQIs1soyLwQQ8PZdra7fDRnrUiDAYq0s80IAgX8EfHhXa5nvhox1KRBgsVaWeSGAAAKRCxBgkReY6SGAAAKxChBgsVaWeSGAAAKRCxBgkReY6SGAAAKxCuQOMNmfZjAYTTdbk80sORBAAIG7ArLtRr3+RC0vPwEGAasCuQJMvmchO4XKvxwIIIDArwQWFhZUq9VU8i8HAjYEcgXY4eEx4WWjCrSBQCICEl5bW5tKNkTkQCCvgHGAjUYX6uzsW97+uR4BBBITaDRWVKNRT2zWTLcIAeMA6/VO1PX1dRFjok0EEIhYoFqtTj9K5EAgr4BxgHW7h3n75noEEEhUYGenk+jMmbZNAQLMpiZtIYBAJgECLBMTJ80QMA4wefpQHp3nQAABBHQE5LH6dntD5xLOReBBAeMA6/eHqt8fwIoAAghoCaytrU6/F+bykA0uBwP5nTVUV1dXLrv+p69araaWliS8N5WEOEd+AeMAu7m5UUdHX3mMPn8NaAGBZATkMfpOp+VsvvJ7qtc7Vqen5876zNLRxsaaarVaamFhPsvpnPOIgHGASXvX1xN1csIXmVldCCAwW0DCa3OzqRYX3XyRWcJrf/9v9f37ePbgSjiDDS3zo+cKsJ/dD4cXSm7Reaw+f0FoAYHYBOSx+aWlqqrXl9X8vLsvMB8c9Ly787pfW7kT63S2Yiu5s/lYCTBno6UjBBBAIIOA/J1rb+9DhjPLP2V39+k03Dn0BQgwfTOuQAABzwW63QN1ft73fJQ/htdsrqvt7XYQY/VtkASYbxVhPAggkFvg3buPajz2829f9ycnTyS+evU895xTbIAAS7HqzBmByAXevPkzqBn+8cf/ghqvL4MlwHypBONAAAFrAgSYNUqvGyLAvC4Pg0MAARMBAsxELbxrCLDwasaIEUBghkCMASZPVspL1OV7bfIdt9AP2VKn02nneisJARb6KmD8CCDwH4HYAkzCSx5MiSG47hZL3kTy4sWucYgRYPzwI4BAdAKxBdinT93puxxjPJaXa+r3358ZTY0AM2LjIgQQ8FkgtgALbT46a0Puwl6/fqlzyT/nEmBGbFyEAAI+C4T2C3/WY/Rv3/4V3ceHd9fPrPk/ttYIMJ9/ChkbAggYCcQWYB8+fFIXF9+NLHy/aGWlrp492zEaZu4Au729VYPBaLq55XjMBpdGVeAiBCIWkDdNyP5fy8vu9gCLLcAuL6/U+/fxPcQxP//jIY5q1Wx/tFwBNplMlOzMLP9yIIAAAr8SkO1UWq2mkn+LPmILMPGSEDs87E1vGEI/JLhkh4KdnW3j8BKDXAF2eHhMeIW+khg/Ag4FJLy2tjbV3Fyx26rEGGAOyxRMV8YBNhpdqLOzb8FMlIEigIAfAo3GipIvsRZ5EGBF6vrTtnGA9XonbGDpTx0ZCQLBCMgGl/JRYpEHAVakrj9tGweYvNKEAwEEEDAR2NnpmFyW+RoCLDNV0CcSYEGXj8EjEKYAAfbvupl+DyrM6tsbtXGAydOH8ug8BwIIIKAjII/Vt9sbOpdon8sdmDZZkBcYB1i/P1T9/iDISTNoBBAoT2BtbXX6vbAiDwKsSF1/2jYOMHkr8tHRVx6j96eWjAQB7wXkMfpOp1X4OAmwwom96MA4wGT019cTdXLCF5m9qCSDQMBzAQmvzc2mWlzki8z3S5Xlb2Dywgj56pJ8oVnegFT28eRJTa2urjj5Yvpjc80VYD8bHQ4v1HA44rH6slcU/SPgoYA8Ni9vXajXl9X8fLFfYP45/djuwCS85KtLPgTX3SUmb9SQv2e6eLvKQ0vbSoB5+DPDkBBAIGGB2ALs69ez6U7MPh4uvtdX6B2Yj6iMCQEE0hWILcB8/t6t3IVtb7dLWWzcgZXCTqcIIFCkQGwB9uVLz7uPD+/Wr+jv9XEHVuRPC20jgIBXArEFmM/fu63VampjY62U+nMHVgo7nSKAQJECsQWYPPF9dOTfQxyyq0C7venkydKH1gsBVuRPEW0jgEApArEFmCBKiJ2f99V4XP7DHBJc8kaV9fXV0sJLTAiwUn686BQBBIoUiDHAivQKtW0CLNTKMW4EEHhUgABLY3EQYGnUmVkikJQAAZZGuQmwNOrMLBFISmBv7726uroOYs612pJ68WI3iLH6NkgCzLeKMB4EEMgtcHDQU6en57nbcdHA6mpDPX267aKr6PogwKIrKRNCAAF5N+vHj5+DgHj58rmqVitBjNW3QeYOMHm55GAwmm5uOR6zwaVvBWY8CJQtII9by/5fy8vF7gF2f54h3IU1m+ulvYap7HVho/9cASZvSJZviMu/HAgggMCvBOSN5a1W09mby+X30v7+Zy++N/WQi/zta3f3N7WwMM/CMRTIFWCHh8eElyE8lyGQooCE2NbWppIvwro4JMTkDRa+/T1M7rzkDRaEV75VYBxgo9HFdHM1DgQQQEBHoNFYUY1GXeeS3OfKJpASZPJnjrLeZFGpLKqVlR9zl73ROPILGAeYbK52fR3GY6r5mWgBAQRsCZS5f5StOdCOHwLGAebz/jR+0DIKBBB4TKCs7TeoSFwCBFhc9WQ2CAQhQIAFUSbvB2kcYD7vT+O9OgNEIGEBeay+3d5IWICp2xIwDrB+f6j6/YGtcdAOAggkIrC2tjr9XhgHAnkFjAPs5uZGHR195TH6vBXgegQSEpDH6DudVkIzZqpFChgHmAxKNlg7OeGLzEUWiLYRiEVAwmtzs1nqBoixWDKPHwK5Auwn4nB4oeTdYzxWz7JCAIH7AvLY/NJSdfrdp/l5N19gpgppCFgJsDSomCUCCCCAgE8CBJhP1WAsCCCAAAKZBQiwzFSciAACCCDgkwAB5lM1GAsCCCCAQGYBAiwzFScigAACCPgkQID5VA3GggACCCCQWYAAy0zFiQgggAACPgkQYD5Vg7EggAACCGQWIMAyU3EiAggggIBPAgSYT9VgLAgggAACmQUIsMxUnIgAAggg4JMAAeZTNRgLAggggEBmgdwBdnt7qwaDkbq8vFTj8WXmjjkxXgHZsFD2e1peZs+neKvMzBAoXyBXgE0mEyU7M8u/HAjcF5DtM1qtppJ/ORBAAAHbArkC7PDwmPCyXZHI2pPw2traVHNzbKMRWWmZDgKlCxgH2Gh0oc7OvpU+AQbgv0CjsaIajbr/A2WECCAQlIBxgPV6J2xgGVSpyxusbGgoHyVyIIAAAjYFjAOs2z20OQ7ailxgZ6cT+QyZHgIIuBYgwFyLJ9ofAZZo4Zk2AgUKGAeYPH0oj85zIDBLQB6rb7c3Zp3Gf0cAAQS0BIwDrN8fqn5/oNUZJ6cpsLa2Ov1eGAcCCCBgU8A4wG5ubtTR0Vceo7dZjQjbksfoO51WhDNjSgggULaAcYDJwK+vJ+rkhC8yl11EX/uX8NrcbKrFRb7I7GuNGBcCIQvkCrCfEx8OL9RwOOKx+pBXgsWxy2PzS0tVVa8vq/l5vsBskZamEEDgjoCVAEMUAQQQQAAB1wIEmGtx+kMAAQQQsCJAgFlhpBEEEEAAAdcCBJhrcfpDAAEEELAiQIBZYaQRBBDwTeDq6krJK+++fx8r+dpP6oe8ULvTaSt5sUAsBwEWSyWZBwII/CMg4fXu3UeC696aWFiYVy9e7EYTYgQYP/QIIBCdwKdPXTUYDKObl40JLS/X1O+/P7PRVOltEGCll4ABIICAbYE3b/603WQ07cld2OvXL6OYDwEWRRmZBAII3BV4+/YvPj78xZL444//RbFgCLAoysgkEEDgrsCHD5/UxcV3UB4QWFmpq2fPdqKwIcCiKCOTQACBuwKXl1fq/Xse4ri/KubnfzzEUa3G8SQiAcbPPQIIRCkgIXZ42FODwSjK+elMSoJL3k+6s7MdTXjJ/AkwnVXAuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjoC1ABsOR9MdUPv9oZLtvDkQQCBtgVqtppaWKqrd3ixlC/vJZKLOzr4peanv7e1t2sXwcPZPntTU6uqKWlhYMB5d7gC7ublRvd6xOj09Nx4EFyKAQNwCGxtrqtVqKdkN2MUh4dXrnRBcLrBz9CFvyW+3N4xDLFeASXjt7/+tvn8f55gClyKAQAoCtdqS2t39zUmIff16xu+lQBZVtVpVrVbTaLS5AuzgoMedlxE7FyGQpoDciXU6W4VPvts9LLwPOrAjIHdh29tto8aMA0z+zrW398GoUy5CAIF0BXZ3n6p6fblQgC9fenx8WKiw3cZ3djpGDRoHWLd7oM7P+0adchECCKQr0GyuG/8fd1a14+NTdXl5mfV0zitRQB72kTtzk8M4wN69+6jGY/72ZYLONQikLFCpVNSrV88LJbi+nqijIx7iKBTZQuNzc3PTp1QXF82eRDQOsDdv/rQwfJpAAIEUBf7443+FT1tCTD4l4n+0C6fW7kCCS/5HZn191Ti8pFMCTJueCxBAIK+AiwDLO0au91+AAPO/RowQgegECLDoSlrKhAiwUtjpFIG0BQiwtOtva/YEmC1J2kEAgcwCBFhmKk78hQABxvJAAAHnAgSYc/IoOyTAoiwrk0LAbwECzO/6hDI6AiyUSjFOBCISIMAiKmaJUyHASsSnawRSFSDAUq283XkTYHY9aQ0BBDIIuAww9gXLUJACT7Gx79djwyPACiwcTSOAwMMCrgKMfcEa+6cPAAASCElEQVT8WIF59/0iwPyoI6NAAAGllKsAY18wf5Zbnn2/CDB/6shIEEhewFWAsS+YP0stz75fBJg/dWQkCCQv4CrA2BfMr6Vmuu8XAeZXHRkNAkkLuAow9gXzZ5nl2feLAPOnjowEgeQFXAUY+4L5sdTy7vtFgPlRR0aBAAIOH+IQbPYFK2/J2dr3iwArr4b0jAAC9wRc3YEBH7cA3wOLu77MDgEvBQgwL8sS3KAIsOBKxoARCF+AAAu/hj7MgADzoQqMAYHEBAiwxApe0HQJsIJgaRYBBB4XIMBYHTYECDAbirSBAAJaAgSYFhcnPyJAgLE0EEDAuQAB5pw8yg4JsCjLyqQQ8FuAAPO7PqGMjgALpVKME4GIBFwGGPuB6S2cIvfv0hvJ7LMJsNlGnIEAApYFXAUY+4GZFa6o/bvMRvP4VQSYbVHaQwCBmQKuAoz9wGaW4tETiti/y3w0D19JgNkWpT0EEJgp4CrA2A9sZikePaGI/bvMR0OA2bajPQQQMBRwFWDsB2ZYoP+/zPb+XflG89+ruQOzLUp7CCAwU8BVgLEf2MxSPHpCEft3mY+GOzDbdrSHAAKGAq4CjP3AzApU1P5dZqN5/CruwGyL0h4CCMwUcBVgMhD2A5tZjn9OKHr/ruwjyXYmAZbNibMQQMCigMsAszhsmvJMgADzrCAMB4EUBAiwFKpc/BwJsOKN6QEBBO4JEGAsCRsCBJgNRdpAAAEtAQJMi4uTHxEgwFgaCCDgXIAAc04eZYcEWJRlZVII+C1AgPldn1BGR4CFUinGiUBEAgRYRMUscSoEWIn4dI1AqgIEWKqVtztvAsyuJ60hgEAGAZcB5vt+YLr7b8U2nwzL5dFTCLA8elyLAAJGAq4CLJT9wLLuvxXbfIwWz52LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXzr0LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXDgGWl4zrEUAgr4CrAAttP7BZ+2/FNp+864g7sLyCXI8AAtoCrgIspP3Asuy/Fdt8tBcOd2B5ybgeAQTyCrgKsFD2A8u6/1Zs88m7jrgDyyvI9QggoC3gKsBkYD7vB2ay/1Zs89FePHcuIMDy6HEtAggYCbgMMKMBclEQAgRYEGVikAjEJUCAxVXPsmZDgJUlT78IJCxAgCVcfItTJ8AsYtIUAghkEyDAsjlx1q8FCDBWCAIIOBcgwJyTR9khARZlWZkUAn4LEGB+1yeU0RFgoVSKcSIQkQABFlExS5wKAVYiPl0jkKoAAZZq5e3OmwCz60lrCCCQQYAAy4DEKTMFCLCZRJyAAAK2BQgw26JptkeApVl3Zo1AqQIEWKn80XROgEVTSiaCQDgCBFg4tfJ5pASYz9VhbAhEKkCARVpYx9MiwByD0x0CCChFgLEKbAgQYDYUaQMBBLQECDAtLk5+RIAAY2kggIBzAQLMOXmUHRJgUZaVSSHgtwAB5nd9QhkdARZKpRgnAhEJEGARFbPEqRBgJeLTNQKpChBgqVbe7rwJMLuetIYAAhkECLAMSJwyU4AAm0nECQggYFuAALMtmmZ7BFiadWfWCJQqQICVyh9N5wRYNKVkIgiEI0CAhVMrn0dKgPlcHcaGQKQCBFikhXU8LQLMMTjdIYAAr5JiDdgRIMDsONIKAghoCHAHpoHFqY8KEGAsDgQQcC5AgDknj7JDAizKsjIpBPwWIMD8rk8ooyPAQqkU40QgIgECLKJiljgVAqxEfLpGIFUBAizVytudNwFm15PWEEAggwABlgGJU2YKEGAziTgBAQRsCxBgtkXTbI8AS7PuzBqBUgUIsFL5o+mcAIumlEwEgXAECLBwauXzSAkwn6vD2BCIVIAAi7SwjqdFgDkGpzsEEOBVUqwBOwIEmB1HWkEAAQ0B7sA0sDj1UQECjMWBAALOBQgw5+RRdkiARVlWJoWA3wIEmN/1CWV0BFgolWKcCEQkQIBFVMwSp0KAlYhP1wikKkCApVp5u/MmwOx60hoCCGQQIMAyIHHKTAECbCYRJyCAgG0BAsy2aJrtEWBp1p1ZI1CqAAFWKn80nRNg0ZSSiSAQjgABFk6tfB4pAeZzdRgbApEKEGCRFtbxtAgwx+B0hwACvEqKNWBHgACz40grCCCgIcAdmAYWpz4qQICxOBBAwLkAAeacPMoOCbAoy8qkEPBbgADzuz6hjI4AC6VSjBOBiAQIsIiKWeJUCLAS8ekagVQFCLBUK2933gSYXU9aQwCBDAIEWAYkTpkpQIDNJOIEBBCwLUCA2RZNsz0CLM26M2sEShUgwErlj6ZzAiyaUjIRBMIRIMDCqZXPIyXAfK4OY0MgUgECLNLCOp4WAeYYnO4QQIBXSbEG7AgQYHYcaQUBBDQEuAPTwOLURwUIMBYHAgg4FyDAnJNH2SEBFmVZmRQCfgsQYH7XJ5TREWChVIpxIhCRAAEWUTFLnAoBViI+XSOQqgABlmrl7c6bALPrSWsIIJBBgADLgMQpMwUIsJlEnIAAArYFCDDbomm2R4ClWXdmjUCpAgRYqfzRdE6ARVNKJoJAOAIEWDi18nmkBJjP1WFsCEQqQIBFWljH0yLAHIPTHQII8Cop1oAdAQLMjiOtIICAhgB3YBpYnPqoAAHG4kAAAecCBJhz8ig7JMCiLCuTQsBvAQLM7/qEMjoCLJRKMU4EIhIgwCIqZolTIcBKxKdrBFIVIMBSrbzdeRNgdj1pDQEEMggQYBmQOGWmAAE2k4gTEEDAtgABZls0zfYIsDTrzqwRKFWAACuVP5rOCbBoSslEEAhHgAALp1Y+j5QA87k6jA2BSAUIsEgL63haBJhjcLpDAAFeJcUasCNAgNlxpBUEENAQ4A5MA4tTHxUwDrC9vffq6uoaWgQQQEBLoFZbUi9e7Gpdw8kIPCRgHGAHBz11enqOKgIIIKAlsLraUE+fbmtdw8kIWA2w4XCkPn78jCoCCCCgJfDy5XNVrVa0ruFkBKwGmDTGXRiLCgEEdASazXW1vd3WuYRzEXhUwPgjRGlxMpmo/f3PajweQ4wAAgj8UkD+9rW7+5taWJhHCgErArkC7GeIHR2d8PcwK+WgEQTiFJA7r3Z7k/CKs7ylzSp3gP0c+eXllZIgG48vuSMrrZx0jIA/ApXKolpZWVGNRl3V68v+DIyRRCNgLcCiEWEiCCCAAAJBCBBgQZSJQSKAAAII3BcgwFgTCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABAow1gAACCCAQpAABFmTZGDQCCCCAAAHGGkAAAQQQCFKAAAuybAwaAQQQQIAAYw0ggAACCAQpQIAFWTYGjQACCCCQO8Bub2/VYDBSl5eykeUloggggMC/BCqViqrXn6jl5SfIIGBVIFeATSYTdXx8quRfDgQQQOBXAgsLC6rVair5lwMBGwK5Auzw8JjwslEF2kAgEQEJr62tTTU3N5fIjJlmkQLGATYaXaizs29Fjo22EUAgQoFGY0U1GvUIZ8aUXAsYB1ivd6Kur69dj5f+EEAgcIFqtTr9KJEDgbwCxgHW7R7m7ZvrEUAgUYGdnU6iM2faNgUIMJuatIUAApkECLBMTJw0Q8A4wOTpQ3l0ngMBBBDQEZDH6tvtDZ1LOBeBBwWMA6zfH6p+fwArAgggoCWwtrY6/V4YBwJ5BYwD7ObmRh0dfeUx+rwV4HoEEhKQx+g7nVZCM2aqRQoYB5gM6vp6ok5O+CJzkQWibQRiEZDw2txsqsVFvsgcS03LnkeuAPs5+OHwQg2HIx6rL7ua9I+AhwLy2PzSUlXV68tqfp4vMHtYomCHZCXAgp09A0cAAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFsgd4Dd3t6qwWA03dxyPGaDy7SXE7NH4L8CsoGl7P+1vMweYKwPuwK5AmwymSjZmVn+5UAAAQR+JSDbqbRaTSX/ciBgQyBXgB0eHhNeNqpAGwgkIiDhtbW1qebm2FYlkZIXOk3jABuNLtTZ2bdCB0fjCCAQn0CjsaIajXp8E2NGzgWMA6zXO2EDS+flokMEwheQDS7lo0QOBPIKGAdYt3uYt2+uRwCBRAV2djqJzpxp2xQgwGxq0hYCCGQSIMAyMXHSDAHjAJOnD+XReQ4EEEBAR0Aeq2+3N3Qu4VwEHhQwDrB+f6j6/QGsCCCAgJbA2trq9HthHAjkFTAOsJubG3V09JXH6PNWgOsRSEhAHqPvdFoJzZipFilgHGAyqOvriTo54YvMRRaIthGIRUDCa3OzqRYX+SJzLDUtex65Auzn4IfDCzUcjnisvuxq0j8CHgrIY/NLS1VVry+r+Xm+wOxhiYIdkpUAC3b2DBwBBBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG2B3AF2e3urBoPRdHPL8ZgNLtNeTswegf8KyAaWsv/X8jJ7gLE+7ArkCrDJZKJkZ2b5lwMBBBD4lYBsp9JqNZX8y4GADYFcAXZ4eEx42agCbSCQiICE19bWppqbY1uVREpe6DSNA2w0ulBnZ98KHRyNI4BAfAKNxopqNOrxTYwZORcwDrBe74QNLJ2Xiw4RCF9ANriUjxI5EMgrYBxg3e5h3r65HgEEEhXY2ekkOnOmbVOAALOpSVsIIJBJgADLxMRJMwSMA0yePpRH5zkQQAABHQF5rL7d3tC5hHMReFDAOMD6/aHq9wewIoAAAloCa2ur0++FcSCQV8A4wG5ubtTR0Vceo89bAa5HICEBeYy+02klNGOmWqSAcYDJoK6vJ+rkhC8yF1kg2kYgFgEJr83Nplpc5IvMsdS07HnkCrCfgx8OL9RwOOKx+rKrSf8IeCggj80vLVVVvb6s5uf5ArOHJQp2SFYCLNjZM3AEEEAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFcgfY7e2tGgxG080tx2M2uEx7Of2YvWxYKPs9LS+z5xPrAQEEihPIFWCTyUTJzszyLwcC9wVk+4xWq6nkXw4EEEDAtkCuADs8PCa8bFcksvYkvLa2NtXcHNtoRFZapoNA6QLGATYaXaizs2+lT4AB+C/QaKyoRqPu/0AZIQIIBCVgHGC93gkbWAZV6vIGKxsaykeJHAgggIBNAeMA63YPbY6DtiIX2NnpRD5DpocAAq4FCDDX4on2R4AlWnimjUCBAsYBJk8fyqPzHAjMEpDH6tvtjVmn8d8RQAABLQHjAOv3h6rfH2h1xslpCqytrU6/F8aBAAII2BQwDrCbmxt1dPSVx+htViPCtuQx+k6nFeHMmBICCJQtYBxgMvDr64k6OeGLzGUX0df+Jbw2N5tqcZEvMvtaI8aFQMgCuQLs58SHwws1HI54rD7klWBx7PLY/NJSVdXry2p+ni8wW6SlKQQQuCNgJcAQRQABBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCPwfvw84nGWrO6IAAAAASUVORK5CYII="/>
  </defs>
</svg>
PK�
�[(0
H!assets/css/owfont-regular.min.cssnu�[���/*!
 *  owfont-regular 1.0.0 by Deniz Fuchidzhiev - http://websygen.com
 *  License - font: SIL OFL 1.1, css: MIT License
 */
/* FONT PATH
 * -------------------------- */
@font-face{font-family:owfont;src:url(../fonts/owfont-regular.eot?v=1.0.0);src:url(../fonts/owfont-regular.eot?#iefix&v=1.0.0) format('embedded-opentype'),url(../fonts/owfont-regular.woff) format('woff'),url(../fonts/owfont-regular.ttf) format('truetype'),url(../fonts/owfont-regular.svg#owf-regular) format('svg');font-weight:400;font-style:normal}.owf{display:inline-block;font:normal normal normal 14px/1 owfont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.owf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.owf-2x{font-size:2em}.owf-3x{font-size:3em}.owf-4x{font-size:4em}.owf-5x{font-size:5em}.owf-fw{width:1.28571429em;text-align:center}.owf-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.owf-ul>li{position:relative}.owf-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.owf-li.owf-lg{left:-1.85714286em}.owf-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.owf-pull-right{float:right}.owf-pull-left{float:left}.owf.owf-pull-left{margin-right:.3em}.owf.owf-pull-right{margin-left:.3em}.owf-200-d:before,.owf-200-n:before,.owf-200:before{content:"\EB28"}.owf-201-d:before,.owf-201-n:before,.owf-201:before{content:"\EB29"}.owf-202-d:before,.owf-202-n:before,.owf-202:before{content:"\EB2A"}.owf-210-d:before,.owf-210-n:before,.owf-210:before{content:"\EB32"}.owf-211-d:before,.owf-211-n:before,.owf-211:before{content:"\EB33"}.owf-212-d:before,.owf-212-n:before,.owf-212:before{content:"\EB34"}.owf-221-d:before,.owf-221-n:before,.owf-221:before{content:"\EB3D"}.owf-230-d:before,.owf-230-n:before,.owf-230:before{content:"\EB46"}.owf-231-d:before,.owf-231-n:before,.owf-231:before{content:"\EB47"}.owf-232-d:before,.owf-232-n:before,.owf-232:before{content:"\EB48"}.owf-300-d:before,.owf-300-n:before,.owf-300:before{content:"\EB8C"}.owf-301-d:before,.owf-301-n:before,.owf-301:before{content:"\EB8D"}.owf-302-d:before,.owf-302-n:before,.owf-302:before{content:"\EB8E"}.owf-310-d:before,.owf-310-n:before,.owf-310:before{content:"\EB96"}.owf-311-d:before,.owf-311-n:before,.owf-311:before{content:"\EB97"}.owf-312-d:before,.owf-312-n:before,.owf-312:before{content:"\EB98"}.owf-313-d:before,.owf-313-n:before,.owf-313:before{content:"\EB99"}.owf-314-d:before,.owf-314-n:before,.owf-314:before{content:"\EB9A"}.owf-321-d:before,.owf-321-n:before,.owf-321:before{content:"\EBA1"}.owf-500-d:before,.owf-500-n:before,.owf-500:before{content:"\EC54"}.owf-501-d:before,.owf-501-n:before,.owf-501:before{content:"\EC55"}.owf-502-d:before,.owf-502-n:before,.owf-502:before{content:"\EC56"}.owf-503-d:before,.owf-503-n:before,.owf-503:before{content:"\EC57"}.owf-504-d:before,.owf-504-n:before,.owf-504:before{content:"\EC58"}.owf-511-d:before,.owf-511-n:before,.owf-511:before{content:"\EC5F"}.owf-520-d:before,.owf-520-n:before,.owf-520:before{content:"\EC68"}.owf-521-d:before,.owf-521-n:before,.owf-521:before{content:"\EC69"}.owf-522-d:before,.owf-522-n:before,.owf-522:before{content:"\EC6A"}.owf-531-d:before,.owf-531-n:before,.owf-531:before{content:"\EC73"}.owf-600-d:before,.owf-600-n:before,.owf-600:before{content:"\ECB8"}.owf-601-d:before,.owf-601-n:before,.owf-601:before{content:"\ECB9"}.owf-602-d:before,.owf-602-n:before,.owf-602:before{content:"\ECBA"}.owf-611-d:before,.owf-611-n:before,.owf-611:before{content:"\ECC3"}.owf-612-d:before,.owf-612-n:before,.owf-612:before{content:"\ECC4"}.owf-615-d:before,.owf-615-n:before,.owf-615:before{content:"\ECC7"}.owf-616-d:before,.owf-616-n:before,.owf-616:before{content:"\ECC8"}.owf-620-d:before,.owf-620-n:before,.owf-620:before{content:"\ECCC"}.owf-621-d:before,.owf-621-n:before,.owf-621:before{content:"\ECCD"}.owf-622-d:before,.owf-622-n:before,.owf-622:before{content:"\ECCE"}.owf-701-d:before,.owf-701-n:before,.owf-701:before{content:"\ED1D"}.owf-711-d:before,.owf-711-n:before,.owf-711:before{content:"\ED27"}.owf-721-d:before,.owf-721-n:before,.owf-721:before{content:"\ED31"}.owf-731-d:before,.owf-731-n:before,.owf-731:before{content:"\ED3B"}.owf-741-d:before,.owf-741-n:before,.owf-741:before{content:"\ED45"}.owf-751-d:before,.owf-751-n:before,.owf-751:before{content:"\ED4F"}.owf-761-d:before,.owf-761-n:before,.owf-761:before{content:"\ED59"}.owf-762-d:before,.owf-762-n:before,.owf-762:before{content:"\ED5A"}.owf-771-d:before,.owf-771-n:before,.owf-771:before{content:"\ED63"}.owf-781-d:before,.owf-781-n:before,.owf-781:before{content:"\ED6D"}.owf-800-d:before,.owf-800:before,.owf-951-d:before,.owf-951:before{content:"\ED80"}.owf-800-n:before,.owf-951-n:before{content:"\F168"}.owf-801-d:before,.owf-801:before{content:"\ED81"}.owf-801-n:before{content:"\F169"}.owf-802-d:before,.owf-802:before{content:"\ED82"}.owf-802-n:before{content:"\F16A"}.owf-803-d:before,.owf-803-n:before,.owf-803:before{content:"\ED83"}.owf-804-d:before,.owf-804-n:before,.owf-804:before{content:"\ED84"}.owf-900-d:before,.owf-900-n:before,.owf-900:before{content:"\EDE4"}.owf-901-d:before,.owf-901-n:before,.owf-901:before{content:"\EDE5"}.owf-902-d:before,.owf-902-n:before,.owf-902:before{content:"\EDE6"}.owf-903-d:before,.owf-903-n:before,.owf-903:before{content:"\EDE7"}.owf-904-d:before,.owf-904-n:before,.owf-904:before{content:"\EDE8"}.owf-905-d:before,.owf-905-n:before,.owf-905:before{content:"\EDE9"}.owf-906-d:before,.owf-906-n:before,.owf-906:before{content:"\EDEA"}.owf-950-d:before,.owf-950-n:before,.owf-950:before{content:"\EE16"}.owf-952-d:before,.owf-952-n:before,.owf-952:before{content:"\EE18"}.owf-953-d:before,.owf-953-n:before,.owf-953:before{content:"\EE19"}.owf-954-d:before,.owf-954-n:before,.owf-954:before{content:"\EE1A"}.owf-955-d:before,.owf-955-n:before,.owf-955:before{content:"\EE1B"}.owf-956-d:before,.owf-956-n:before,.owf-956:before{content:"\EE1C"}.owf-957-d:before,.owf-957-n:before,.owf-957:before{content:"\EE1D"}.owf-958-d:before,.owf-958-n:before,.owf-958:before{content:"\EE1E"}.owf-959-d:before,.owf-959-n:before,.owf-959:before{content:"\EE1F"}.owf-960-d:before,.owf-960-n:before,.owf-960:before{content:"\EE20"}.owf-961-d:before,.owf-961-n:before,.owf-961:before{content:"\EE21"}.owf-962-d:before,.owf-962-n:before,.owf-962:before{content:"\EE22"}
PK�
�[�����"assets/css/jquery.bxslider.min.cssnu�[���.cm-slider{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.cm-slider img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.cm-slider .bx-controls-auto,.cm-slider .bx-pager{position:absolute;bottom:-30px;width:100%}.cm-slider .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.cm-slider .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.cm-slider .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.cm-slider .bx-pager.bx-default-pager a.active,.cm-slider .bx-pager.bx-default-pager a:focus,.cm-slider .bx-pager.bx-default-pager a:hover{background:#000}.cm-slider .bx-controls-auto .bx-controls-auto-item,.cm-slider .bx-pager-item{display:inline-block;vertical-align:bottom}.cm-slider .bx-pager-item{font-size:0;line-height:0}.cm-slider .bx-prev{left:10px;background:url(images/controls.png) 0 -32px no-repeat}.cm-slider .bx-prev:focus,.cm-slider .bx-prev:hover{background-position:0 0}.cm-slider .bx-next{right:10px;background:url(images/controls.png) -43px -32px no-repeat}.cm-slider .bx-next:focus,.cm-slider .bx-next:hover{background-position:-43px 0}.cm-slider .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.cm-slider .bx-controls-direction a.disabled{display:none}.cm-slider .bx-controls-auto{text-align:center}.cm-slider .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.cm-slider .bx-controls-auto .bx-start.active,.cm-slider .bx-controls-auto .bx-start:focus,.cm-slider .bx-controls-auto .bx-start:hover{background-position:-86px 0}.cm-slider .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.cm-slider .bx-controls-auto .bx-stop.active,.cm-slider .bx-controls-auto .bx-stop:focus,.cm-slider .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.cm-slider .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.cm-slider .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}PK�
�[&;�F'F'assets/css/owfont-regular.cssnu�[���/*!
 *  owfont-regular 1.0.0 by Deniz Fuchidzhiev - http://websygen.com
 *  License - font: SIL OFL 1.1, css: MIT License
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'owfont';
  src: url('../fonts/owfont-regular.eot?v=1.0.0');
  src: url('../fonts/owfont-regular.eot?#iefix&v=1.0.0') format('embedded-opentype'),
	   url('../fonts/owfont-regular.woff') format('woff'),
	   url('../fonts/owfont-regular.ttf') format('truetype'),
	   url('../fonts/owfont-regular.svg#owf-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.owf {
  display: inline-block;
  font: normal normal normal 14px/1 owfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.owf-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.owf-2x {
  font-size: 2em;
}
.owf-3x {
  font-size: 3em;
}
.owf-4x {
  font-size: 4em;
}
.owf-5x {
  font-size: 5em;
}
.owf-fw {
  width: 1.28571429em;
  text-align: center;
}
.owf-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.owf-ul > li {
  position: relative;
}
.owf-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.owf-li.owf-lg {
  left: -1.85714286em;
}
.owf-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.owf-pull-right {
  float: right;
}
.owf-pull-left {
  float: left;
}
.owf.owf-pull-left {
  margin-right: .3em;
}
.owf.owf-pull-right {
  margin-left: .3em;
}

/* owfont uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/*   Weather Condition Codes    */

/*   Thunderstorm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* thunderstorm with light rain */
.owf-200:before,
.owf-200-d:before,
.owf-200-n:before {
  content: "\EB28";
}
/* thunderstorm with rain */
.owf-201:before,
.owf-201-d:before,
.owf-201-n:before {
  content: "\EB29";
}
/* thunderstorm with heavy rain */
.owf-202:before,
.owf-202-d:before,
.owf-202-n:before {
  content: "\EB2A";
}
/*  light thunderstorm  */
.owf-210:before,
.owf-210-d:before,
.owf-210-n:before {
  content: "\EB32";
}
/*  thunderstorm  */
.owf-211:before,
.owf-211-d:before,
.owf-211-n:before {
  content: "\EB33";
}
/*   heavy thunderstorm   */
.owf-212:before,
.owf-212-d:before,
.owf-212-n:before {
  content: "\EB34";
}
/*   ragged thunderstorm   */
.owf-221:before,
.owf-221-d:before,
.owf-221-n:before {
  content: "\EB3D";
}
/*  thunderstorm with light drizzle    */
.owf-230:before,
.owf-230-d:before,
.owf-230-n:before {
  content: "\EB46";
}
/*  thunderstorm with drizzle     */
.owf-231:before,
.owf-231-d:before,
.owf-231-n:before {
  content: "\EB47";
}
/* thunderstorm with heavy drizzle     */
.owf-232:before,
.owf-232-d:before,
.owf-232-n:before {
  content: "\EB48";
}

/*   Drizzle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  light intensity drizzle */
.owf-300:before,
.owf-300-d:before,
.owf-300-n:before {
  content: "\EB8C";
}
/*  drizzle */
.owf-301:before,
.owf-301-d:before,
.owf-301-n:before {
  content: "\EB8D";
}
/*  heavy intensity drizzle  */
.owf-302:before,
.owf-302-d:before,
.owf-302-n:before {
  content: "\EB8E";
}
/*   light intensity drizzle rain  */
.owf-310:before,
.owf-310-d:before,
.owf-310-n:before {
  content: "\EB96";
}
/*  drizzle rain  */
.owf-311:before,
.owf-311-d:before,
.owf-311-n:before {
  content: "\EB97";
}
/* heavy intensity drizzle rain */
.owf-312:before,
.owf-312-d:before,
.owf-312-n:before {
  content: "\EB98";
}
/* shower rain and drizzle  */
.owf-313:before,
.owf-313-d:before,
.owf-313-n:before {
  content: "\EB99";
}
/* heavy shower rain and drizzle*/
.owf-314:before,
.owf-314-d:before,
.owf-314-n:before {
  content: "\EB9A";
}
/* shower drizzle */
.owf-321:before,
.owf-321-d:before,
.owf-321-n:before {
  content: "\EBA1";
}

/*   Rain - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light rain  */
.owf-500:before,
.owf-500-d:before,
.owf-500-n:before {
  content: "\EC54";
}
/* moderate rain  */
.owf-501:before,
.owf-501-d:before,
.owf-501-n:before {
  content: "\EC55";
}
/* heavy intensity rain  */
.owf-502:before,
.owf-502-d:before,
.owf-502-n:before {
  content: "\EC56";
}
/* very heavy rain   */
.owf-503:before,
.owf-503-d:before,
.owf-503-n:before {
  content: "\EC57";
}
/* extreme rain    */
.owf-504:before,
.owf-504-d:before,
.owf-504-n:before {
  content: "\EC58";
}
/* freezing rain    */
.owf-511:before,
.owf-511-d:before,
.owf-511-n:before {
  content: "\EC5F";
}
/*  light intensity shower rain    */
.owf-520:before,
.owf-520-d:before,
.owf-520-n:before {
  content: "\EC68";
}
/* shower rain  */
.owf-521:before,
.owf-521-d:before,
.owf-521-n:before {
  content: "\EC69";
}
/*  heavy intensity shower rain  */
.owf-522:before,
.owf-522-d:before,
.owf-522-n:before {
  content: "\EC6A";
}
/* ragged shower rain  */
.owf-531:before,
.owf-531-d:before,
.owf-531-n:before {
  content: "\EC73";
}

/*   Snow - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light snow  */
.owf-600:before,
.owf-600-d:before,
.owf-600-n:before {
  content: "\ECB8";
}
/*  snow  */
.owf-601:before,
.owf-601-d:before,
.owf-601-n:before {
  content: "\ECB9";
}
/*   heavy snow   */
.owf-602:before,
.owf-602-d:before,
.owf-602-n:before {
  content: "\ECBA";
}
/*  sleet  */
.owf-611:before,
.owf-611-d:before,
.owf-611-n:before {
  content: "\ECC3";
}
/*   shower sleet */
.owf-612:before,
.owf-612-d:before,
.owf-612-n:before {
  content: "\ECC4";
}
/* light rain and snow */
.owf-615:before,
.owf-615-d:before,
.owf-615-n:before {
  content: "\ECC7";
}
/* rain and snow  */
.owf-616:before,
.owf-616-d:before,
.owf-616-n:before {
  content: "\ECC8";
}
/* light shower snow  */
.owf-620:before,
.owf-620-d:before,
.owf-620-n:before {
  content: "\ECCC";
}
/* shower snow  */
.owf-621:before,
.owf-621-d:before,
.owf-621-n:before {
  content: "\ECCD";
}
/* heavy shower snow  */
.owf-622:before,
.owf-622-d:before,
.owf-622-n:before {
  content: "\ECCE";
}

/*   Atmosphere - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* mist */
.owf-701:before,
.owf-701-d:before,
.owf-701-n:before {
  content: "\ED1D";
}
/* smoke */
.owf-711:before,
.owf-711-d:before,
.owf-711-n:before {
  content: "\ED27";
}
/* haze */
.owf-721:before,
.owf-721-d:before,
.owf-721-n:before {
  content: "\ED31";
}
/* Sand/Dust Whirls */
.owf-731:before,
.owf-731-d:before,
.owf-731-n:before {
  content: "\ED3B";
}
/* Fog */
.owf-741:before,
.owf-741-d:before,
.owf-741-n:before {
  content: "\ED45";
}
/* sand */
.owf-751:before,
.owf-751-d:before,
.owf-751-n:before {
  content: "\ED4F";
}
/* dust */
.owf-761:before,
.owf-761-d:before,
.owf-761-n:before {
  content: "\ED59";
}
/*  VOLCANIC ASH  */
.owf-762:before,
.owf-762-d:before,
.owf-762-n:before {
  content: "\ED5A";
}
/* SQUALLS */
.owf-771:before,
.owf-771-d:before,
.owf-771-n:before {
  content: "\ED63";
}
/* TORNADO */
.owf-781:before,
.owf-781-d:before,
.owf-781-n:before {
  content: "\ED6D";
}

/*   Clouds - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  sky is clear  */  /*  Calm  */
.owf-800:before,
.owf-800-d:before,
.owf-951:before,
.owf-951-d:before {
  content: "\ED80";
}
.owf-800-n:before,
.owf-951-n:before {
  content: "\F168";
}
/*  few clouds   */
.owf-801:before,
.owf-801-d:before {
  content: "\ED81";
}
.owf-801-n:before {
  content: "\F169";
}
/* scattered clouds */
.owf-802:before,
.owf-802-d:before {
  content: "\ED82";
}
.owf-802-n:before {
  content: "\F16A";
}
/* broken clouds  */
.owf-803:before,
.owf-803-d:before,
.owf-803-n:before {
  content: "\ED83";
}
/* overcast clouds  */
.owf-804:before,
.owf-804-d:before,
.owf-804-n:before {
  content: "\ED84";
}

/*   Extreme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* tornado  */
.owf-900:before,
.owf-900-d:before,
.owf-900-n:before {
  content: "\EDE4";
}
/*  tropical storm  */
.owf-901:before,
.owf-901-d:before,
.owf-901-n:before {
  content: "\EDE5";
}
/* hurricane */
.owf-902:before,
.owf-902-d:before,
.owf-902-n:before {
  content: "\EDE6";
}
/* cold */
.owf-903:before,
.owf-903-d:before,
.owf-903-n:before {
  content: "\EDE7";
}
/* hot */
.owf-904:before,
.owf-904-d:before,
.owf-904-n:before {
  content: "\EDE8";
}
/* windy */
.owf-905:before,
.owf-905-d:before,
.owf-905-n:before {
  content: "\EDE9";
}
/* hail */
.owf-906:before,
.owf-906-d:before,
.owf-906-n:before {
  content: "\EDEA";
}

/*   Additional - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* Setting */
.owf-950:before,
.owf-950-d:before,
.owf-950-n:before {
  content: "\EE16";
}
/*  Light breeze  */
.owf-952:before,
.owf-952-d:before,
.owf-952-n:before {
  content: "\EE18";
}
/*  Gentle Breeze  */
.owf-953:before,
.owf-953-d:before,
.owf-953-n:before {
  content: "\EE19";
}
/*  Moderate breeze  */
.owf-954:before,
.owf-954-d:before,
.owf-954-n:before {
  content: "\EE1A";
}
/* Fresh Breeze  */
.owf-955:before,
.owf-955-d:before,
.owf-955-n:before {
  content: "\EE1B";
}
/* Strong  Breeze  */
.owf-956:before,
.owf-956-d:before,
.owf-956-n:before {
  content: "\EE1C";
}
/* High wind, near gale  */
.owf-957:before,
.owf-957-d:before,
.owf-957-n:before {
  content: "\EE1D";
}
/* Gale */
.owf-958:before,
.owf-958-d:before,
.owf-958-n:before {
  content: "\EE1E";
}
/*  Severe Gale  */
.owf-959:before,
.owf-959-d:before,
.owf-959-n:before {
  content: "\EE1F";
}
/* Storm */
.owf-960:before,
.owf-960-d:before,
.owf-960-n:before {
  content: "\EE20";
}
/*  Violent Storm  */
.owf-961:before,
.owf-961-d:before,
.owf-961-n:before {
  content: "\EE21";
}
/* Hurricane */
.owf-962:before,
.owf-962-d:before,
.owf-962-n:before {
  content: "\EE22";
}
PK�
�[�<@;;assets/css/jquery.bxslider.cssnu�[���/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.cm-slider {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.cm-slider img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.cm-slider {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.cm-slider .bx-pager,
.cm-slider .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.cm-slider .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.cm-slider .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.cm-slider .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cm-slider .bx-pager.bx-default-pager a:hover,
.cm-slider .bx-pager.bx-default-pager a.active,
.cm-slider .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.cm-slider .bx-pager-item,
.cm-slider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.cm-slider .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.cm-slider .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.cm-slider .bx-prev:hover,
.cm-slider .bx-prev:focus {
  background-position: 0 0;
}
.cm-slider .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.cm-slider .bx-next:hover,
.cm-slider .bx-next:focus {
  background-position: -43px 0;
}
.cm-slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.cm-slider .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.cm-slider .bx-controls-auto {
  text-align: center;
}
.cm-slider .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.cm-slider .bx-controls-auto .bx-start:hover,
.cm-slider .bx-controls-auto .bx-start.active,
.cm-slider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.cm-slider .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.cm-slider .bx-controls-auto .bx-stop:hover,
.cm-slider .bx-controls-auto .bx-stop.active,
.cm-slider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.cm-slider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.cm-slider .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
PK�
�[Q<g�II&assets/fonts/OpenSans-LightItalic.woffnu�[���wOFFI,�FFTMH����GDEF@�(if�GPOS$T$�Np�޳MGSUB:��B�OS/2W`��,cmap(�YD��cvt @�8I�Gfpgm����Zgasp0#glyf#��d���bhead�664�hhea�#$��hmtxh	�ސloca8�	�/;�maxp�  f~name�J7�post(l�ɂprep�`�3)Bz�!<_<������w&P�u��	��x�c`d`�����S�O�}Ή)�H��	�����v/�Fx�c`a�g�a`e``5f9��>�,�0��,��$$����4�����362���w�?�n� 9�m@J����x��XkpU������Fky�2U�
�@[>@M4H(�Z��@ ��j�i@)���A@X� c�VbHA��E�A^Y�־��k$�?zg����g�s�^k}k�}]%��,Mp�8�w�Ѽ������}��,��`<����j���_����rS�̠�c�J9�����3��Z�%у�@� r�<�TK)��'b��퉲h-~�
e�{�n�䛑k?BnX�"�=���X�J�'��Gn49�b���S��q�ڃ�>��]6ގ�ఋ�{o�,��"梚<�=��6MzG�v�!<�f"�.B!��a��q�*7A���Ʈ@:�ӣw���[ݓ�_��1i�;43��6�������z;\�اd�y׸>�z�,��m/���\�r%X���>���&'�
�oc��B'��)B���Y��C1޷-£Ĥ���=%;��PC{�
f��fQp�ن��,9N����;�i{J�����L���!�)���N��>8���=�������ϼ�πh���T�p��:?��Bn��H��B}�Y׫߬�\�~�!�1�y�~���Wί~0y��1� ?�<�7�|��;�s�Kp�i�)A��L��o�cdz��8�:a�zP/�q���?I��܌�[�Ֆ?`�1���Wڶ>G�Q;���Uq���{�%��S����KU���rrk�c��eջ�c�k.�{�^}6�j�N�p=���R�t|W��y{&�Bu���q�c��q�m|�8����M�՘m��̵5fYpapc���\l�r�5�*|n���Գ@m %��m�i�:��B�[|���q��}Ƒ�vr;y�. >v�	�c�^�|�cn#�5�kF0�����y�3�;Lj&�o�.�Y�����]4�¿�L�Jc��D�u?�o���v���Km~�y�gýx?�F�xo����(�1Ǝ��D��6�Dv�	���>��_��_�P����"Ϲ�����쫚^�G\	�>��g������d��
�T<.Š�o�}�6�M�Nl��(��›9���}G}Y�ۨ��u�:vW���"�~#�_���q���P�����d��(�}}�Y�m��M����Ͽ3i����W�.�rb��>�
�c�a���V�4��9*�kk�G�H��2:_��"��\7��˥"�M��'��{ӭ>�1��>�:	�ݧ\)�
��l8:��Rιc�E�-C���jY�$�L������tn����JE4��~��K�]���w�G�s�k����i�^�;Ufۃ�6�L�ֲ�KJcm���s�J�E��8S_'4��m;�I>�:��p%��Da�>�n�uߝE��^������.��ė�t���}8���A��1�{s��5c�5U�F�c�+��GVT$+���_�o��پ��I�G����-a�]:�7��[���
�-V���2}>�xz������9
�䙴�I��<㮔�(��N7d�!��~x��s�uG�;�K��(v�1��
�6�TcE�0αk�&+\c����
��֡���h�d������dN���:��ߙ�䷒vi�s�`��;�
�-�{�?��zј�� ��z��Y[-�����[��V�uώJ�-&�LJ�,Lv��c��)���W+�Q��h����1���lw	�h�
&�U[̽��w��k��ۙ�[�j^�&^��㨝��ɵmJ�w��v��{�l�_c����6��I�P�&���u.��e�]��@s�A>����]���a�������<�׻�{R^��"\�n�l��ץ9 �o�g��{���_��k��rJmt!�چ�謜���k�d�pN�I�ıs�$x�1 Iֳ�!����\M�aC�,g�Cf�"�\7�a,1:X%�C��l�%F�C�;V�=�Nk���tl�7,�`�9�=���9�}�eФ�z�'��D%��񪙆���`VW��e�;|֍<��G�eD
q��HT�Oq�yYo�w�V)��<3�2�70ƿFss���I�)������t7X��YHgLv�v����,�9���i��=�ߛH���ᾰOD�yN����@W��Z�D�}�oy&,��zv��yF+�L�Z^�wƸMX�>���2l�����ֽ%G}���0-��3�K�j*^�I�@��I�ĵ,���e�N�	��I����\��l���v�I�׊'O�$��m?9��{�+r�kД5R/��K�e���
֋��l��+�
�0��_����P��&L���-d��YpD٥����5k�����}j���0��鼯����ta�*�}�<\��Ž����gG֞����X��7��?f_Dho'>%�G�v9љ׵�s�b̵����!_0~ZM�,��M���?�q��͉ω�D�7�G�HhjQ�w�y�s\�s�Ų��&�ܥ���D�z�+����҂�-���k!o��ݼ�B<J�'�d=F;
	r�����]�9x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+^
h����ҒMPJaAI�HP�G� *���O�P��]�[0b�x�ŜL�ߜ9���9	��$����D��|G�
�����Cŝb@A1��53�)�i�krN�wU�R�Ljc�t�s!^�#�I�X�)k��<��_�D<_Z]}���+1^x���ĸ'M�3m���>�iW�)�@ݔ�Zbf7�{����C_����I��t�5Iy:��&�R�3�1��"�����3Yx�u�L҉p��C2�3�#BDDD�J����G�G�y�#ό��q"y�!�����C2!B�oʜs�9�Zs�5��͹�s�9�s�9�����>�� "H�3�g(�
�AU�A�,t
�s
~
wJq�tj����a�I�-�w������������(�aD�K��Y�>#�1�q��Zdyt�u�q&vf+33S�ٝ�\���<9�?�>+>�>��£jP�/ _T}q��D+�At��K�/�HYƬ�s�s�s��F�b�%Ƃ���J���#_��Yف��!_�}�fc��~,��:O=�9�|�w~G��q�$n�{{Az��B����“�,�_����9�
~�����9�Y�7'�3�����s@@؄a��L� ���r�����r�rwr��("�8K\$�Sē<t)��'̫�[�K�}�;$!Ix��DZ!m�����|Z�%0̟�_���O��Qd"�A�k�Md=�A"'�3�V����@]`,pRP"�AP��@qR��2CY�l
���B_a�p�p�p�p��I%R*�*�*�MT5D��.R��M�~�SD,��LEޢP�x�BQ�h�F�i.Z�6I{G[��^�\\��q1}�@8��ht@'���q`XցT1�XS�U�W.�.^*�P����X:@g��z]Ow���-��'�ѥ�K�K�K�~��d�$]r|9�2�2�r�Ag�2�����b8>F���Xcl��K���RC��t�t�Ia�3�L/3Ȍ1����%f�����L3��`e�2Q�����Q�_6]v�B�p,:�Ϫa�XF��a���Y��rD9�[�*ז�������-6��`3ٕl�������
U���Y�HT,r�/g���7K����Jw��r���
��J��5.���Nq��R�5~����</ț��}'����g�)�6�����o��B��]
]ݼ�'�	�<�H�)�\�U��5�5յ�k��քX!QH��B�P$�
]B�0 \��N��p�w}]��E��=����ω�b��pz��F�
�
�5	Z–�$"�T"��K�$o%�?h�a��U�U�Ϗ��?NK��d)K�NJ�nBo"onRndB��2��&���S�OՕ���[�[��"��k$5�Ϙ�r�\*��c�ۜ����c��k����H^AW��؝�;�;�:n��/�_|�lԳ�w1wK�*��&H
�
�
G��8��B�֔Y�*�AQ��ϼϹ�x���}�y@|<�~��`�	��ijk�5m������L%W���j�ߍ�^VՓ�Y�{��o���-4��������ٿw���Aj�4d
K#�(4J�ZcԸ4�-%-���U����nIi�Z�V�Uk�Z�6��i'���u�n+��Ji�V�6��Z-������iT��U�u��e-]Sm���?��x�No�k�xD}�y4�h_�һ�^}�Ϫ?
n���0jHN:��i��#�1߱ڑ2d��8��������m'�S�i�\|B}R��$݅��Z����ntwu�P�F�����Y�I�|�94!MxS��o2���L��uӮj�6��\���h֛]�y�޼e>� -�"�(,Z��b�Z@˂%i�d9���d+�*��[uV�5`MX�ZW�����6�
kl<[���f��l!۴�m�v`G�qv�εK�J{�����#���}Þv@�vH����as:"�I�;ǚ#�8������^c��7Իл�{��9%N�3�L>�<e><�w!\�U�ui\1��3�g}�v��ܭu����{�c܃��<d���=O��ޣ��<Fϼ'��S������k�����g��M����W�]�T��@` �C��}����k�y}/���'��A�`h��%�%���exH<�>�:�c�4?��W�k��~�����A?���7�;��4�
��#�
����U�U��^0;(Z�K���^��N�X!Sh<�O(5�ӇõÚa���V��@GjF"#�##;#h�E8���.b�x#��|d5�IG���(.
D�Qq�.��G���ѡh8:}]�JG��c�1��xL1�K��1L�k��cc��.n�;�h|2>_���?�?���#f��Ad������`�jAh]�� 8
�!���ߤ�Y����	����������Q�@&��)AK0��0ќ��4��x��}|W����ʒlYh&Y�e&�L2c� 3��젝�af�b�0�
���2]�Jw�W�k������v%ˉs�o~�my4ovf�Л7"H"a�;��2A��� �(����i"BB���(w��߀�9��h'����E�j�ã5��`	�r�9������
, �$�� �)�)$����ע#��ROi��nXˮkXae��/��,���{�	o"�����ގ������
�&D�Ʌ�#Ң!�	z9��z4�?��\�Wj�4��[O#��/�RC)��Y�K������5�@���Ɏ�� ��7��n`�^s���s�`S)x�M@_���r6<Ǧ�j�	�L�Si?FF��DlP��<"�0*�;;�������k�6�r�sBd� .�b���2����
Ҁ^�W)/R��G�L�
@)��x0�v>!�R�`����gG�K�E��ik�kW�.zaaTv�ctKVl�qkٜ�E����A$)�)�9X&<s��zWy�
���V
�U#��	�G��&x.�1SYJy"qz���W�S�	�@�EfT`"E:��hoH�Ѳ��7(�J�5�V)��N�b�h}��Z����~��n���u�5NT��o%�ƌ EffZsF�2�b�G\bjWT��?�5e*�3� �2Gp�F�ekƉS;�֥?����l���]��+���j3�n�>��vúԓ���W�?w6�,߷=�s|ڪ��Z�k�E��Yc�������$��#��ɟ���„�M��O�X�7}�@B��^J
�Z��gq�������{��{vuBf����ECW�����.��������ݾ������[W���| {�8wiN���Z�Tr���朱���ql\�c�*��Ib��m\b�2&�ϣ������)������KkrV@���U����kx�S�Y�'���ث�	��ppDDHdV]72Nψ�#9��ꓷ�������La��^�>��Q@2������^:;�ʣ���({���T"�!��P�nX�uz�Ĥp˂'�B\���)�{�����Pxn�+�%W�>Ξe�`Bt�L�%!%\
2���A,��H�������(��q�3�/()���� ��z}�>�x��6����
o�jv(��k1/�����G	!�(A�p{c�4j�\+��h�z����ְe�|
�ְE�b
���?� ��5�#!&���ܩ���PQ��

n}�Wqm�G��
]
| ��
n��d-���CJn5e�F������fm:�q�M�CH��FF9ۘ����h���&8/�;(��h��,��
М,�p#�Q��'_B�
�艩��T�7�D!��#��n'X�
u0j;ͩ8�T���y���=�W���1o�ɦ�������k�6�ŸmP}����{��dӽ�˦~z�HMmŮ���?\�����?�@��	��@8�EvbMH ��oa۪��3P|��?\��<����Գ/�~)���n!�w�~�� �	�����yB�B`#t+���q��_�:���$Q�k8}�)qx(!�����+�^\�f�UԀ7
�켻�w�Wbp^AAɖ��{1��n��A~��ф��18D���	w_�Ih�*rr���\�/�ќS�f�IbfP���Ipn�ӹY�ϻk0��p�^���#s�v_k�l�xU���w�lxQ���Ӵ��e�`5nh��<'�0��d[���>%�tb]�c�H�.�O�PwՄ� �$C*�"-�7�4�@BDB�z$M�%z��X(ZH��Ĝ-�V,x�w�J̏�y�
OO�oAXPI�2��no������&=��\ȧB(s?��J)��B���i��-��U��k��EV&��ެ��Ӯ�v�X�q�ޒ���/�����
/��V��-�*��;$>a��9�ɣM�������l)B�Xi��~"I��%,�ӓPA��oK��&�7ȸT�C��!Y$�ǿ"�tb!��� Iz�ɊЪ�ũ����vj՚���7����n9�h��K]�;:�6/�<�'�����+k{���w�SKuR�z{�Fhp�֔g�-x�h��t�I�Ɖdeh�k��d��7�LW@�2�� �$e�L�8�0��7���
j�t�-A}}፽�� r�a�N$ni��]M��&�x�c�����:�1b���	XY�~�a���,OhNxr��]]gz
�}���T�aa�𵑳@�{o�nS���Ū��;�7��/*[p��jsy��࠶�m�u��l���6�Y���Z׶��{q�DS�(��,�p/IH��AAp7�q�e7���F��ZMj�ǣ,
&�RJ��ǂ����<sEd�DN�#��C������u���/��^������"�إ��;c����6�K��y4�1��Sۺ�^^7��o�������y����#���N5�ڍt�����X���B��Ns�e�@�O�S���y7A�������?Yau�Խ���/&�	�e�Bh�=�o�e3jƎM�]l�>��P�N�����.���@L��@�T\�yES�z/D#}���p���8�����T�b#�����"��_�\�:�E���g���f�F
��a��d%u�ZX]ͶUW߶&-�H�@�[S���4����"����lB*[׻�;j1�O��
OO??/�I��x�A��[�턷d�� ̊��Ycū3����[t���
u9����>�X0`I�9�
+t�����;;��g�kG�aNf��Ibp*���&�	#cp�P��x����=��=�� !M��=�L焈��^��S8�A��H~�hZ��v-�Кk���3�����H�i)�J���@l�Z
(�Mi�
���/w��
�=�,��TԳ2���b�Gz毝Ӳ�@y���Jg������������y}[��<�vk�;�/�)ח�J7>Vs'w��>�t~��GG��7�mZ�vjs{���}�|00�(�s�5�~\_w߇,��%�����t�kǁ��"gŹ���м�v�G���a$io�0(<�	;,Lh�8@Rj)�h(h��s�]����o��j��,Ɓ��i���#�
r�9feB�X
�J��(�VD�8��'tkp!%�д��v����}gh����-�Ж��A,X�屆��=`x�~��q��4�ڒ���+A�ؓ�w�`\����sO���84v��y�s�[�nM]Ξ����9�#�eh=�b��f�w,�\a��P���L����6>��y��3�T��{ra�ߟi=]�V��=s�|w�Y��
�:��䖏�_�:w-���'�	�+W�!'�-��,�!�*R
h�+��/�'N
���=���_z���O,3�~���2�	��v���Kw=��
@����x(]��AåD�L����.B~�4�_DV*�g֑K��ˍ�͛��B|"��-�0�۱!\�P�׮%k��S�������R�w-�/ooB&�L����8U`|_B>S
'aH���#��$�C��[���kݛ~}|~�3kZ�d�{T�m�T�P 8|�~����3�����3���s[pǯ(��(��`�����/\p���b�6Q��:�W;N����y1�&�o�#�&��8߰�d�W:h����8��yv	 ����hOBG�l�0��q��0�>Q�F�U��e+@|��k�^v���^"I[\-x�F�������=�%��Q���
z�W�@���y�b�U��z����e�a����'(��C^����ţ��O'�	�X�D���F��Rr
S!�9jC�!���h)-�M v�u!����k�_�a�LO�X��P� }�+p�Q@�EԔ��xB��_Y~�q��1��
�(\Ql��x�����VJ��H-rr���}u��Z(�+D/…~��d<�z�F�@XS�1Y��a��#0.V��[B�Զ�#��D��-9"��^�<w�뾠�%����;���}c��k[R�޸>��6�w��@����<�2n�/Z�}��
���L�g0K^z��Ϸ�h�bO��8WtFO-��'�gٙ|�(�����]��~�!ϧ�����{��>}�'���,�8�m�������3���3��8���M� h�ܯ�8��Ŏ��P	f2�:�F,<����	�U�[����!ņ
�1��=�>1͋�o�xn�{
��<?P�/��z�"GG�rD2��p\�b��0_H+_b>���ܚ
�^Y��w���=~ɕ��rܼ�� �i{������
ڵ(�� �����Ǖ�;Z4#K����p�`c�2�H�e�����r�V��.+*Y�v螢���)+�2}
���v<�����-�.���5�i�h^d��_�&oA���B�����j�@�^�<z�H��!����)ɗ`N��!
�@�櫨��l�������q�Y�B�_�������[}'4�zk��/$ٹ�/=��]ωė�Y��j�W:_��U��+}+©�]�U>{�mquv2����^��ބk9bZ	�n#j(�ҋtF[UB�ϵ/��V�"=Ȕ��o�o��`���ϡ��b ~!a>ĩE�I�xS�Ukgr���h.D�p;��zl��p��h)(4
��N��[b ��3E@12�@'�F��s����@�n��p3{gV��r�����67�ΡEȄ�-�O�yW����E��L�@��b��"H
6�"0J���t}~1�t},k���"��w�C��y�\���Y��a���\{��"�йH�+(a��eٛ]�$���G� j��ǔvr��=Dߏ�n@�PM��P�Q��6���q\:�*i`�PQ厓E+�
$Mso�ք�W�߰�I/�0B��������j�C�4V�W�u>Q���[p�k�_�\ĺ@��p�/���w�����#��j]#+8ح���}_
���٫�Lvݟ�F#E{P�$������� A�7��٠����u"���C���?�sٿ��S��~	� �W>��$
��UU7�?$
���
-�;���h7|�N�b�P�����S�)R\�FFtj�p��+g�:���CW��7�28)�&cr�J�Z�ФR�]]��(Jo���X8�w���)-��u�$�zx��i]ND��3]5�����/���%�S���%���Un�+R5�^��S{���v�6eE�q��S���-Xu�Z�C��4Hk ��@�R����$�h���ӆ��;_��
a�-����9LA%W�hX���$�������H��hs˖��Ƶ������T��nRe�'��Q��1�}3��ןZ��S{����O]m�tpNӊ}�*6����:���B�Hf�7.���|nn,{�9�e󥾜�s<#ƒ{ύedoh�_�6g����e�w/�-ts�uvo=��UZ�z7�E�M��YlRH�:$���u�� S>�Qrb�md�oކ��ڵ����Q)2���+Ø��Y	��
9���0��U����������0p����ZQn���w�n��5'�5m9���(��ÐW^D0�
�
�A�-,��<�R����ށc����{��|�+KV�n���x��k[���C�=��������Uݣ[��ő5����$��O�y�{��q�r�۟��)ɪ��������W�͘�U:eG�<�q ��,��.mi#a��&J��<'�4�j��k���I#�Qu�޹}<<��2E���*�:��@}*�sk͊�@�C����*n��4���C��.�+�b.�J�\�]\��:��\&2B,��3����i�����?����8G�vof��%�BTlAeb���(�`���mu:s�*vh�Ǣ�*UN�N �w��3f�dNj�*m����!��}-.���7ER�ґ�s;���6���vrҎ��7�� Hk�XHOO�2}��4�Tq�j��ǣT麔������c�q�ؿ+�~_LT��v���8�(�$}`n���R���@��Z tt����W�i�����Y�Q�Q�lv�M"�40�s�
=<�����\�%m�,�[L
#�`�a�>!��L���͞�_x�q,Cb��c�H����6�Ah@:�}=Q)�kR�i
ͥ�Հ4�����w�Dd� A_
ބ~@-���	S�js0ᡔ�eô/;�����
�p:��3�P��k���=(�~F����.�Q��ž�j0BIM�j�dqFY�n�L���#:/B
d��ʜ~�'�^VV�$�!] ��Cݲt����H��;�ŵ�R��&�b����ք�ՒS����rw�c� j����"Fe��X�Iv�A�d�v;����se��������2���{N�L�5z"��l/����-��AQ3��$N�|��0����b'o�%�Kh}{����������vv�	[���M�N���b�z�s�� �fN^n<4���f�j�"N!���y��w��$O��׶�y�� ���J�j�Ş4����.�QS[�gS�䯌�����e�P;�ﵳ�lj}l��0��hI]\�_�o.#�Hski\��n���o�Gڕ.'��"ʮx�`a6�f�i-�/'���35�֍g��O�F4�?�V��n`�Xk��Ґ݊���}he�'�޼���&e���ƝՉ���� �>d��@h��a	}������Bb�R���@H��m�

���֗�DR`F,�EPj�K�4�l���u2F�b�
��C��=F��&֛�a���՟^�`d�.�M ��X@߸|�U0�~�\u�e�A�Ƙ\]t:��$`OO��'�J1ʠw8��E\"0�+�G[�\�$���6�ۘ^��B����%�#�CI���������y����UՐ�<��:�?�o~F����{�z�n�q���*�Z
��E;:�[<c_Xb����_�Z�T7'��M�j��ˍ"�zƮx���Ox
�I�7��6H�����rB�$�5��9/����)/�݇���X�ۚ�;dh>��z$A3g{��n}�!s4��*ܽ�7&~^zbq�6��#�mUf�{�[@[�>?YP�[Ѹ�����k�l��P%��N&��������h;T�n��I~�����N�eƃx��N�(9',_�U�����В�4f�F���'�=9Wj_!Qb�Ø.�N��;��MNvP{��d2�P.��I3����t�pW'�歭Ol�j�
j�ߢ{U)�k�E��s���c�!a,��ˆ�o�:�\ߚ;[�sg����|��MsN�*4��7�2�l����6����|�ӫa�\�8����f�p��\n��ʝ!����Y�j|�L�<_Gm��7/M H�� e>�h��F���d�կ��+o�%�bΛ�59�ؓF>x���’���ps �����mF���Yl�?�ϟ)���߽��
��p��~�v�Q��™0�>g=�82��a>z"�nb��&\m\0�w:�L38+%B�\�uŋ�.tv�E��F&z������E,TK��~`�*�l�7�ui��Fb�s7����O�\+�ּ��y�x���ˁ��� �I'Y�R�E�,ϟl���a�R0''�o)���z�8�o��ġX�t
}��4^������6���Bas�j�
�<��=�j�i�[�s׼�d�0��t�W���A�G�:'��c	�jKƆ�\����t��d?r�T���"~�Q��܀��(R7U�*����'��'��KD�b�ԉE4��jM�9�ġ�n�~{�e���s�S�ֺ�)6����)v�A(��8��'�٥�Z�U���M{��'� �n.(�� ���L�8O���(�5�6���xD�sӍ!m���e��ܕ�����J���B��9s�U0��R� 
c8�h�+a4O����&��E��
䦵�',�YR�5H���NLl����x��'��'�@_?��<�?�A�WH�������-�P�%��Oh���~�����S���/	d�^!���_���홫�UP]��Z���w~�gx��D�n�ӓ?�����n�+¸�6m����ȱ����YG��2do.
Q��]��=��Bt�,��dtqk;�Ūm���~��Un?�h�^+x��y���H�0�Z*0$~�%��5-V(t�mc��7�B�P&�)U%\����9rj��@Lp�ʲ��3�R9�&ѳ+����FZ��H*@���a��.�ϱ/T��ڰAӄb���=J%�0:�cpwws�+0��n}�2����M�:!�G衆r��\�
E��6����tqΜ�99�u����[\L�uw���U��cw�������*+{u��]��᡻ٸ��55;��]��;�������	�cV�7��M����*;{U����]�ڝ�5;ka���+h/�`�����I�r�@
��{��$�_��F�r�+
�㊊���6ا� =�}J<٩����a��K�^
��]�r%�2�?'��|��}��%o�>T[����8�@q�����$�c���af�<,~�&�%�s�<d����t�����9�-�I�Mxbms�>BE�!wL��i���s��Ȥc%�O$td�/�/KM��>�^},A��;3u�z�ǰ�8�/9:c���e�����u��f�ȁ���Xo�¾���|�g{q�X��[����*?�,�#���p���ۘպ>�T��oI(0�K��*�	�h��W��s�<b�=�3K/�u����D�������{��\�oM���.	}���uI��c�G&�7%��~9��'�)S�j"��������8��C�_�X�F�P�H���ɨ5޳X!wB�e4��<������@v�^�xux�5����~�}m�d,�/j�a�#g���&D��ە�K�����=���kܛ^^�&���O�G@ė�}e�ӽ�����<��T���e��m�������g��_���u�aJK�/�x9�
{oo�R��$�"�T�K����ȼp}#��\�z4KALW(q}e �:*�fQNv���M٘�D��B�R�]R�"�Y�tJ�o�m8�</'��<�!�*?bnkWDfCB�ƒ�
D["q�*�^ ��#CR`'B��b
+�uܽ�O�g�p߀�G4X1��|	����b٫����#�
X�6E���C\�/�б$��w/"o! P#���ᗎ���D��8RCSS�^]�4�~ڪ#�ZÌ^kP��I)�	�h(���q�U|��/��+��VN�
��(��M!+nl���������F��Eu�EI��^��m�+��c
M
�7�̦:��i	 �`T��龵?�
�S1��J$���(��0˕]����A1�0��@~bnK���M%śjk7��l��X���gd�-�PW���h��nCA�֎%K:Z��u�A�ϥ/�-0���"�X�#�|����ٴm�%ӝ�UUQ��K�\�6�����y�pC�a..��l?����(e��,�]���/tnM+�Y	}	�ԍ���9�ھ�eTe��JLJӒ�S#���Y_�\	^kU@)��`��n��wt�J��g/nAK_�1�\W0�ㄶ}���H撰�Qâ�]m-�朑�¼�X�Mey�1�R��P.��~�r�
B*SR�Ԥ�GF�:LNykV�rw���������
&����:�C��ZJ	�
io�uͯ�	�?�
���>eե>8Vy����a��Cx�J�H�,1��&���a��P`��kC��y(��-�k�l��`�W!L�������B-NGE
s�>ù���ӳ$
����)�1웘�߰���*Bq&GJ�)K�����y4R���N�Z��)*�co+)�{�����D)��FO��5�䟙�\!�A9)B�����]Ϊ��O΄���iG"�-!aF�բ��?��Q9E�DT�U���H.�]ª��\F�=���BT�ch��� ��<�<
e�j���D"��C��� ͵��)�~���39�K�oH���pI4<0���'(�O�w�	�%�b��ukG�����?з<�~y�S�qyQbS�_YAbs��yQ͡�;�/�΋o[�S��<Q`��֛2C�����Ъ3��ЬKh[��T�R�o�b@�圏(�_<Ⱦ��}p�h�>v}$�v���c0W/<*�Q�����eSϲȄ��x���!�<�|[b!�0�
aN���h�	�W��Exv"�,߰�k��D�
"�*4IЍ�5
[�gKg%��9v��X�]��S`�z��܍��-i�|�.�R�Ʈ$}�Dc�J�oYp j
]f�S;Z��iB�t^ASS\���"�tB.�>+,"ď(�A��Q<L�
�b��0��=P�g��[h�´?C�eR�[M� ���B�z�z}���_Txq� 6+��pԊ���W(�p!���5�9�G!5�Tʤ;)���9E����yyBj{��
�M���E@��S{�u
�Ed��|�Zr�Ҭ�g�٧�R���2kC I�'�V����*�G	�DA���3���5��}�4�n�Y>���0z+�>����eOQ���h��7�E��0��f1qb6Ҍi
�h�9�i���M)1M�̆&hs�~Pds�
�����M�PW�M������ZD��wU�}�N�`D�n#O6���2j>��G0�uX��0X�u�����0��y4������%���o�YL�f���;��0m`9���%��J�޺^�:�wp,���7 .��oCy���
H;��bu�s�8��Pt"��Կ�ٕ`E
��]�
V�+S�rz[
��]������
����;���%�oP�aD̙]�#�7B����Cd��d�������	hQg.�G�s֌_J#�/�
t���>�؞q!"����q_���p�M�z�c�`���ZR�<�&�鏲,U�?�5��yi���I/�?��u���?����A��pnv,�TW�y�dXjΛ��Y�c���|;�1��2M�����ݴ��
��������;��x���X��:�{�6�Ryr��<.�'0�1W��dRWJ
��^2�i�2�w�������'���b^�_�}��Ա���?*�l~vq{�/�tp-�w�~ͪ�ƛ�C=W!~��m3:�%�@G��q����T&�0-G�ХޯMvrM��kVoϑG��?�9������xnq����ܭ�|����ae��ζ��N�?�Eì�^To/�l�l�\�e�r��7���/%�=nU���Z�6ˢ�34I�
Z�==�jҊ���w�x�yU��p?��2��􂘄?*Z�y+�b��0�PO\�&Q���؂aRn�#���0D��Ԝ�x�v�	+��G���P�D-�+��v���!�*"��)��+��T�HL��r��o�JO�裢�ccoo���o�i�7b	������&-rf��m��D����U�Wt�I�����g7��k<��$�>x�d[r��ҕ�|�aL�洬��Ύ➖�
�u�dO�o��h:�FUjQ�_��]U48�o�v�\9Ը���>�^�[���YK��y+�v����[����-H���M�u���U��)��<.&#�u�+�u��דkXv!�i�!��l`��Ya�zR�����a�p:�ҁ�8���>��x��0L�.{q��CY:;�
L�o|<����ì����35P�x���Z�^f0�0�K �J{�#2O��sG�[	|�x��%.BŒ:r$��3w��r�OZ�wL�k��\[��AO��e�g��S"�)�/�
}pͺG��Wϟ�9\>�@w�NU�ã�o?в�v�_�?k�o�O��,x[��܋����=�F}�đ��������l<�x����~��+'�����J^/��at6{�V��`�0��f����T��pv(�V<XV���|�$��[������Ko��/0��b�I&��_�#�2�M<�
��8T���t��~~��w�xM
;N�

�?�B>u����+��#N�d`�.T.��x�Mb��9J�%Ht��,�eXP|`A�X=���=�l<�^�!b�a��{D��s��€K�� �Լ�o�rB�SP�y�,T�{�~,w�G�=�"s��K��G)��]�
��6��#�N�?p�__��
>�2������ݴn�
��������a�L�8�~�d�l�X�w΋�j�c�����[v;��¨�"	�����K%1	�N��ͦ;X�3�:B�M�Y;X8���;��@�0x����'�p��Ǚm,����H�Yo�olk�9��J�?��l�,c�[�q�)��a4�9I%�q�����p��<d�=�vܒ��>6��?��o��O�0NJ�	���V<M��x�,tW��#�Vʅ�;��s����^'{���#�	����S6{�{�!,�<^�
�;���c����g�s�^�{;�'׊���4;��V<͠���\��/6�4ކ�A�x�x<�1�����ɨdD�
C�N��+F�O�]|��`�=��t��~�B�
��b�����J%vA�������%F�{�\�;KGsjk�1j���B���G���ծ��dy��a�2�����S��{�_qO��씅=�t톅��KT������䀊r�ъW_��)F=aF}ò�'���>���,�����{[
��7�1I#q�m1	W�ȱ�i���y�~?�	O�O3���i��#�����'��^��:	c^5̥
0
��:�x���Ą���h��˚|�i�=��]�drfm�`J{�!A�a
u�lm�)��m�liQ~�`�N�ޟ,d
`�~��>K]�����om����x��b<������Y�$����6��KԀ��3k�X?By�x{v\X?.4-��ڬ��xr�x��w�󦕦fl�f`�hb��}]ԑQ�	��4��?�E���b~���{_q���3�����A_�?�sv�M<;�i��B�P�dJ;7s
���_Gq��Z�&��y,�ih��E�lbg"�ؕ����t�����>e�W����/�����.4��IZ�X dPSB!)�Z��1	��m��t}Z(��i����b.ݣ��
�+���5���8n�vt�	;[[�n��Gfi���䉚ԥ��� s
y) �e^�ǻͿ�5;��ǸZd�ԕ��t����7�{�Ჱ�
�L�Ml�8|�S���6Q.�
�:�����D�.�2��i�Y�Ǻ��iZ{���l�G��1��+�����%��b�w���ϭ�L\��.'[��N�����~s�9���s���YpYƭ-$"�$�����M���(Ϣ��]���G�z�O.ޱ�>3��'W"[�<�"lS���]NBw�!�Hnρ{�l�Ň���L���>O���iB�~Fߣ^Ʌ���/;R�����t�Y��\�Ӧ=���T������)�\��,
���!Ls�iڲ���Bw�9<���X�w�I���{/�娟�FS?X�QB�7u��^�e=:u�R[~m5�U����yA�0��N�y|u6�7�k���*����c�A�����j���������eb��B:��wPa�����:�؍��j%\�7N����s�f�	ݍw��ɠmA}�2�W$Dx-Wf`�)��q����G���w��X����3�4eM��-:/�����n���F>���w+�xw3�����MP��0�|~���$tg�{/~}�f�=��pd�u����}�_o[w9����¬F@-��}~v���Kxdg{�&M*;��Wm`;,���N���s!�.�w��H�����Q����]��8�8�0����u��!�7�$9�jT���!b�Rp�Ưqc��c7J�G=qp��"���|w��GhreL.bkq�r�ln�ؚ�-w; �^~Iή����O�캸�F��}5�����\['�DԥSkn-���fNZaLYT�_8��v<}�<��9|�z����Αh��4��ַ�K�s�+�&���a��D<?+���� 0���q�6�3<�-�u0���st��n�o�,����D��E�R9�]�L2����"/ww�9�+���E��E\�����g-��G�}�=8���;U��YK�W��|�|�Y�1�7mŋ;�����@��#b	T*`͊ŭ'�nd�_���h��t9�<��'"�^�S��!�q��cb`|jɑ�/hO!���"k|����-CImKƟ]�մ�T�]'�_��x��}ɤ�ݕ�S�{jj���>�]��'���}s��Gr��������<��=��vb��ysW#��
J]ݳ��ȑk=[I8�d���$~�Ԫ�'�c�X�x[�%�)���Ո����'��:�f�I4�Ã��=؟���}�ދ�I��{,�B{�1뺛����1ICڌU1<���ӿ�v���nL.����L�������y�[��I��1=��3�p�@��c�x�ޞ�_W�8%	�G����O6�O��@\�u�%6�6�ݾ�&��	���uo�\d��k�u_ï�x�~]�ߎ"ml�T"#�ދ|��$�R�X�9r@���$8r%�T*t�3�Fhc����˰d~���}�J?nm1��ս�F2����ь�#���!�U!tq�'$*��A*���7��5���ҿo�IS�m"
�Ff�(�o	��w���*�'�l�-W���Tr���3��6��g��9j���9G��/[k�����(ƃ}E"�+��<�Óh�c��y݊�����v<oX�4o���xZ�����f5���9k�wŠ���������r&
}ϫ���<KF���5C��'�=!^v��Q�,���p�p�ē{?���{q�ǯ�������>'�|\b�t�
�>o��|	�����=��nh/^�y�m�a{�5^h/�fV�����3󾩯0?�<"K��}`���v��7�����$̳f��t�i+�<�\w�<;��5�0>w��NJ���ُ����[�3��|����Jƛ�B�kl��g9��t����{|J�DϢV7�Z��>���ӳ(��-Aƾ�\0�/S������f8�+zntn��y��U�0f��oj4^^����^�:}Sy�4��+xW�'��%y嵨?{Y�έ~K[����37`h�;��/����X�DT/��]㼮,��@�Pn/[��b��O[V�s���0�q���A)�:($�-JHx}�X+v��5��2�j�?R��;u�iv�����YW�z�Pm;�����ϼ�1� ��i��hvp&�ax�c�vj�y���2���ܼ�xHZU�c�H=wA���]t�ը�6ֻ��
���3�����
@�z�;�jۉI3(�������IBϖ���:����>�t��Se�"EJ�p�怣�R5>2���Lv��x�{`�K����;Lԫ��Rd�!n�w7U�y��[~b�����VCK�?}CF���Q�p�{��T��ªbm
"4�hʽ`����VS�_^������E��Z�%K��&����d�=��خ&�}Y�>;�+���ixK�#�q���߭��aɁ,ʁ�<��9�ݼjS�i�Z1�vC�̫[��y�5���s��ZO��)�������Z11[��B��6#�MfsE��rN
{�ot��j��J���Wi��}��3Z���}0��<1��80d^�ט��q{��хu��ʛ����'�Z��y1@X��\R��\
v:t�r��	$�ٜ�9<g(��$J��7m�0"��$5:>ԑ;�VMO�u>���n=���g����n�G�?�'GjǗ��.]Z�RR��R:�%3�gq�at�>��8���e8�,)��8%���x���	�~��b߸�����"�̳M���S<�Y�/ղi��{�{!�f=�0��:��1��������%6�̅lr�e�9@�mq��_?
�mbw��l�m���`��f�l��9!�ls�y��#���m����X])c�C��1���2��p��)1�I(Q����^��`(���h�j��箤 ��"���p&��o@�`�w�"��F����֤��u���`�Oqy@�x�C�a�h&>�H1�7�s F�9<4�\�ŧz��X�:a]J	��?�x��HE\�99%HD5�֋#�}�o$-�?��A48C|o@{���h7a?�	�
���b=L���J�@>�khlw*��?�hH�w����[����#�7	{�63�6���
=B��<"и�4��<(� �+�)�43���J/*���Q���-7	g�\��f|Yu���ui��IIes�O�[��1eC�R���s!����g���8O���Fg۳Ì�ڜ�����@�P�:��*D�}�����Ԡ`� �a>M��L����==�*r�9R�����8���$���"�<>bnf�Oh�{�*�2>4/#�?��F�?OW��1'(68���B9��w�P�T�R	@*%]�+^����j��������WedM!�}.���7�f\"��4�:�V�'&�Iy�g���p��њ�E��b��Ϳ�6���
��
����3�?d�b40;Ϟl���X	���z��b��{mj����xBKP���^�|��zj��e�Z��Ox�����A"|��}��Q���o�ך�{��>����MTe��םzU�WW�}�7����яN	�5
���D
�1�}-����;��c�מ�k~��m��%��U�H<s��;A=�ɠ�G{`�Y�
f�!|�O�A��!��@�����|�C���C����8:���Lm��Z2�����ٷ��S0�B��znnٓf��� gw�p�m�w@��I0��M"VO�Ɵ�$Bt7���^q�WF��Q�^�&�zLzU��@��QVm6��L�r��CW�ELS)m�z�ߧ�Q��a�L��]�J�*��I����礥{�*u��{œ;z��
�z�/��\�|F�5%^..������0�<��8�d�3����w6�>w���t�ݼ��A�6y��^94iи�����,�-wg,�B0N[Ī��P�$L�u�IG�R|o�i���4���Ek�w�?��
�!\=���a�8�wo�"x8҄��π���'�A�9�pҋd��b}k9�B�!�*�/��I�#i�́p�n��q��L�`5���|�Sߓ3aL{c[��DfQ$����̙���� ���Ӹ�GGXf���gDی�G��z�G�y	���2?K�������=r�H�fz�(�l�W
�aDL頦�;R��'%�Ti�H� �|
+#r�7�dͣ�i㣝A�UX{<0}���{�t����{Ag��\�04k%$8��1���N#���O��Q�Ң�J�3S�����|�׸����+�*�
��_����'�|�6���ü��է���=v��5�h��������p�I�\���H�c��D���h揝�HE�e�?>�^��}�}��\�f����v%%m*�����
qۜ3���g�PS����������p1��2cn�
��$r�Ze~BI�*͏)�Uc#�6�Z��8}ns=��c�)A��*���<
�U@�^QO��v_��֍A���czc0o���/��u�M+�Ў$�[���?MG��E��P�H��ȩ|�9�*#��\R�h^g^�h�k�u��k��T�W��3���̤|�!��b�W�..N�i��X��G��A*x��(%w*��U.t�!j�{�[.C��������"��_����s������T���_�q�{��\v>�uۏ�|
��d�W�-��FĔ�z}��
�-�g��
���B4CS�T�$������]O�k�ڙ/��>�;����Rdn�d��qSO�DTu߈�s=�������]���~�^��Rsr<�^�a�D�k:W�R�'���gw�OX�
�/K!�d(��n<�k(��/L��..�!!X��:r6D�y:��5P�0sPL��B�t�3�3'.��+��^[�(��8�x}OI�ӛ��po�����w��j�ͷU�����?>8��X�~�}bj��W�6>��s쿚*��(��=��R��g�dqN�ɌB{}/�o.�G��Ad{.�-��a.������8���j[��0�Iޏ>ʝ�	���U�
��8�A���� [��ϸ������|9c��C2���<��,�ˉ猓N�B�S��d��U����	�]}�g�f'��'Щ�=*Dm
���Z���-1�I�
Ȫ9��GḲ�zk_�����ǻ�}zo��V��R�Х��d�`�)���[ؘ0^eyuU΂��ۋ֞|�~�A(޿���J��Ts�A��梖����Z"L�#�D�n�S�:Ґ/���%���9�^�@ (�^�➁{�5�����ox�4p1k|ܰ0���
�V��
��\�M{��f"��5\{�c�n���.��ɋ1_&�z��m=VT=x�����P��"VE�s|�I���E(PҎ�z�i�Ɓ��f��ޒ���ǻ�v�����~��9�5���x*�7��33�2�Ɠ/M��W�þ�(�������>���<)��nh�`-p�����:N�o,>۴��3�=ͧ��=X���fծ�ڴ��۟�m>4�4��}eS�1U˙�}_?����}[Ql���腃qեaq+�?�ھrc���-�ϥ�կ:ۿ�W;����1�;";OO��.���c�3�8����;%!?W�r0�}���+>�ּ���e�6)���4?未`YI˚b����pѦD���M;YA�q�HS�)Ȼ�����/�.;�Tj�ք�o�W� �*�8����(C���$F!8�07���euF�@�Vl_����+��^�dɜ���#��y!lOlMYHz�V[��g������t?������s�<�*2Z*���J��D�y:��2�)cr�M��мs���|�6�����zcJ�n��t��?�b�(�00=��vb5����07��>�M����4ֱ��L�<��1hdϣ�;�U���]W���/h
47��D�~�b�h��E���'w$Ll�h�m���G�hM��{/�?��<�#������A���Va��*�PD9�r��*��B�3L2�`�q�����l���lc�����힙]�����}���G�����U�U�j��xg���}��TJ?y���!�A]�����P��9j'��
�ۇ��ێRŒL�tw�
uG�K�7~���3rD���˝��L��8c#��1}��7�S��\d�s �G��gg�H�m0=���8��h��J�	�yb\���(�
s�N��L�0��>M�_oo"��j�V"Pz����s�\"�B��$��oo���)a�Pݝ�^�jYL	Y����)

[@!�̆�҂uIa�i�.�C�3@�\���6����i
?e~�L%��>�]�^L_����.�W����TG-�����&W�#1(�̦���6<Bp���,��L��@dUr��u��칇���[���2�>?T3�5�5/�&w��S�<�b����?��+�՗�Lw�V�'fy��.kX��鰨�|�%͎ �ʜ�jF+{{˪.n*lNvT'V�E�W[���	��=�\����K����H���H�+�M�j7���6+
J�h����{_z�8�z�0��p	��G�����o���7�Z��r
T
�����9��z���P�|�r�ɃǷB�pg���O.�B��מ�l8R�_��|�A��Q���l���j圽-�%a��pI��bE�k��ʍ�^�F_�}�;_��D����LV�ϦۈLޟ}����H�I�g�*��h��Ŧ?1i�/��ϨZ�Z��|o��(]�¤��}~Q�e��)~3��������������Z���z�Ƹ���!�<#��2���\7t��g[FAբ�V�x'�P�[�A�t=���[�KJ��.ҿd�C-�+[�=|+W��6k��7L�O/�0�?:����9���v>Z�p6�������q�Gb	�Ù�$D�����$+9)���MCb�Z�#�1�CE�^'���.�q�U��z��k�<��A�׬��\�dׄ�=ᘮ����R��F+Bݠ��v�i�l~��T�v�swG�N�ꜹ����1�1	�0_I�я-j:��7��m�ߤ?���l����MxX�nJOO��DBa��U<#B
����9�F*ђ�G���X�4|�:[w�q4{���]ޛ6�^�u𝱦��G��+*�i-xS4��e�~�kmr�ŏ�A_M�_:u�7_�VA�1��,\u���5[G60z<
����t�*%e�R��$|���;{yôZs@� l4��BmT٠�"e��DA�j��T�V�#��晿)�b��
e�[Z��8��B#2	N������9N�?���C�-N��>63�
l
��PJ�kS�����0���jtN�s�ͳ��'�ܒ��p��W$�9ms��݇A\����Gg��{��H;��ˮ�	�6�r��!5��ݎ癮�k�i�E��_瓴+W-�_G�]Q��U�0_([����|�����M�\�Xn/�vG�N��z�
p9�����R���h,o^�>�5�G�E�%#e{��E�pI�}�/�1V�A}��J��=`��_�q��&�M_��36��{�Œ�CY3�V���^�1����mL�9�Yk�u��f���<w����=��Ɵ���j�,��`��I���a�ċ�34zƍo�s��y�i֗�ػ�h�S8���ɦ��$,HUK�Q�ɱ�j��e��I���-<'�8S���XZ�;'u�P5��V���LhX����tuW
b�Rg��|;���K��'o-���ҽ�'֋�)�[6����Yu�]WՙK��4�=��
�� 1�??cajCK�C�~�*N,��Z���q�t��Ew�{����k��;��:ҺV�}�_�0��*�g�RI� 	�`�ѣ��b,Д��%�H������_�]�M�������~��\ꆗ'�����W��X\*��xC��k_��_�����-
�2��#6�:���"OO�����$#C�g�-,'4i;��<�s�!���'{ܬ[�#u�����1�]�]��cl��b��My
q���(��r�z����U��
ꇞ]��{�1�U��M�?���VQ_U��\ ��}x�}i��{�ﺘ\��?�]y��;�Qb���g�l�=-��U�.�\)��Zf�[��S8!���Pɔ����YJ�4�b�L�3_0���|�x�/��
*ڹ�y@ puhܣ�P�Bq���1�$���P76�~����g��P	7�h�`��xer��{S���~�����zL�VN�
�ddz}��j �֟������Gg�m(�����ҜO��\�1�>g�z3�N���6���}�~8Z�[��A��]��U1���{ڢ��Ƹ�CS��bh�^�薔�'���:Ϭ�>��s�"�JL��'���qY�6i�M����
�<�'�a2���"��'Z��t���*�t���<�풱h���g�'=蚙[�g��LD��td0��+a�@Zsa�����K��\��U5�ۿz־;d
0nn�0�q}�7 �L�y���	B�V3=4��&Z�M�r��V����3	�h
�sm;���h�s��g!���]�=a^�/7/-g��?4���X�a�>ia:*:��ir�@�c�a��OT=zC�~�"�]	����<��+ˣ�\3}i/�g�Kc�O��;���M.7��O޿�a晏�=~aj��_����3_3ud�a��3n҉��@�c��ȊF	�"�#6��z[�<�5�&�K�t>��?��v�
�:���yO�>�3��e u�ޗ�5����r8Tp:�xL]�t]y�먷�a5��?W��|‰گ�W�������ܢ�{?g��3�p��[��z0�T�W(d�\&P�y�)�#B9�cBe�v��7WX<)~������x*����q��/�+@A�,?��\�`�w��)��ߐ������4Z���z���G��E
)IaBԬP.���e�MP'Dt��V4B�@1�=�l�ٶ?�؜N��Z���?���i��w�����fƼ��?ӻS�*����S(0'b����6�;m�hm�����:x.��=�/s{N�<u���w��>�y�鹺�7�(m=ٚgJ/��:(�#(.�~c��UU3�-�[��8+��t[��-*R^�����Pw6��E;��;%9����nLlg]=�-�
�jIzϣ�h�H�V��;��cPU�O~;���U����c�}�m�Wpϼ>y_q����W�A`<ۦ�VR��4��"�c�����*'�l7;�_�]�:@}���s�{P��4��:p:��d$T�(����@G�8D�%�xBM<U����U�z��K�U@͋a��wN��z7���O[��l�o䞗3��D���Η�Kp���W��De/�a�R|J�؉Y��T�t4&�=��YW��j��_n��P��
N����1�K��۩��ɰ�w=Ғ�|k���;+�w2�p����]���z�����U�*F:Qȳ*E�)Z�@�v�����g�8�uП�m��}.jͫB��y�p�[L�X�N5�:�L�V�b]ΩQM��+���ږ+���ϟw��@'������R���?�bZ�|��~�p]��,��3�gh�Ě��Gs�����G7��߰L~�b��1��%U*ȂN��^�S��UT����YV�ز��.xf<�3�93й{�3��4FT���^���bΌ�ੋ,��gF0v`j���:BV�9'�U�NtC�4"��Rf��7��S
����GS�7�Q/'f
�׶��{�_���j�����؁:23�G۞1os�?�ӌ�m��;�~J���E\�I���U�T[�<h	{+Q7K�
U�C��@~d�'��!�9]�_���w�q�y���WC�K���:������q��9�}����*]�7�:L���:v�wo���C��C/C)0��0��1"0�Y܌ɖ:2TQ�TOs�IG񵤣��\��L��{; ւ��g��t�<���{eA���uI�W_h;��1U[rN}�����PG���<�MN��cl-��;�����r�
�.esx�C]�Ȩ3�(-R%��w*�rv�%��Ã�u2����e�+��5T�ov����r|��k?h=�<�(~�����s#n�2��?�Wx�m�]���GP€b⡷�͔�
}	��::E!!�]S+"90�Xb���Ŵ�����u}�H�~
H�;�-=V�ڲ�<t��Ku�e�]H�n�"��mߜ����+���-�1� ��,T��XU�ޗ�?b�E��*�	��{�Yձ���wW��2��۴=m�(~ ���(&O�O��*	�m�R��{ya�=i��56F�d�\O5�u$l��>WfhZ{��{MZ޺��%�mlM�^2�~�ܹ��Ѝ��&�au��Ճ=�83�/w��"9)��*8�S�3�_(�=�(.
��2������8�b�A;��JIL�`sEj{���L�*��hX��	7ԭ�34�+�\�^�R�3�#���E�5ˊ�nϙӝ����:v^i����>Ϙ�Q�^�ݞ��Z��Xܚ]T��g_�m�%��`-B�^&&��E"L�
&��N��
D)����B�&K•���A�7��/��b��ؾ`����U���&ԭ8Ӓ���(�N��W���3���㉁�k��devF�g�(\�=���_k�y��ު����.u�,/�n�r�s݅	\Mf�����{�� ˰Y�+[d�R&O7���\,D�G���̵賢s\��Ţ)ܢDY�i&�g��m6�Gz�KF�9�j�@M���d����}��q����2w��<�pG�*ؾ|eC��i�9L��w�ܒ�#��i�{L�7���ǫ$y�V�x�dσ$e$��/9E9��l5�W�xU<���=�xd%I�\X���m���x����	ȋ���
�\�9jmZNcۃ�b۳�&����i\�l���dkuwCѲ��]��c3����澤�kۼ��W׵U��V�{y�z�%�+�5�+'5#��K&��{��ϼ_,x��o��T%��T�$�A�L��)x�M�}���ԯ���9��G�����L1����ߛ?�}�#^���;��������l�%�oc��B��+��Jo��M]23'8�z��o�ޗ;���L/��'����u�,N�N|�E�>��ݱD��'!�1
��#�$4E(�\`i�j�����P3x(n��7c�<b�׍G�2�R�<�Rz�L�".ݹ���=C�ћh���S5�/���-�8[���B^o�7��xO[�7m��]s��ܼs�ǰ{�T-�+d�\j���#K��r�y��8��m��E�m��	�FF&�۬�V�{(5��t�#�NU9yy�3;;�P1��K�3�6Q���-�p�LB�����]���뷼������A�����:�����]GLٺ��Ŵܔu_�V��C+x��W�N�3�)�7E�%�O�T7z�@fn?2kс">�2�y�1|1}1Q_L%e�9;c"�IXY��.Bl������DI^z4.�����W.L�R}xT"��u�&zh$��r��TL�:ӌ�����H:���$����n�v0��$bZ;k^[����dp?*S���Βy�x��v7�
&HE1m1bIce󹕞��o������}9�F�: �ߣ��:J漷ӝ�l�&���2�|D&/
�2����ʭ*�u7�K��(6
�k+�k,Z-�om�!4kN/s3���k�2F�+��4�����4�1ցҙ��׍zC��3�Ч�44.�h��=٩�1g�����*#��CS�Vpk�П���(�e��BBD"OL)6%Z�`g�3YVݗ��_�4!��rScxb�g�Φ�#������3|P,�T�HY���K\Zq`~ʲr�L�|���m=�)[���ԌGk�$��l�F���<���<f�"�^��YE���}����.�_<�s�F�L�Ӏǻ���ڛg|b,o^�o�`k��(�dD]��6q(�0�b�:}quÃm��9M1���jIb���a�3�@_������ܡ��/�M@A�I��B�(o��
��D��ܝg�8�ۗ�chF���˾i��#׳���B�c��,}#C,���2�G8:�߇H��p
���>��=�bH�a[�Ⱦ��K+�g����B�-�D֌ŕ,�c�#Ւ�:����Ʃ��A�)����u��0�b��(#��lip���'�k�?*q1���tfEkcח�>_l\y^�ip��{m̨��u4����λ���ƹ9���ݟx��̅�=PJ�|�G�7���WK~�
U�[����Ii��F\��$I�W�C
�97�>V;r�$�j٩��юlߕccݹ~k��=�9��;:��Z�>���޾�2�2���=.$���{�y�^���4\CohmA{�Yd�����a~��T{k�5���t�B�#cP��;�d�#)�V$p��bc<]�K�J�3M���oZ۶5�
������:�V�X�>�(�[q~ZS��nVg�q�,�;���a]���)x��Q5Lj����bɿ���c�X�\^#��h��uuur����Je ]�{������p�&�$��h[ȰD{2�9.R���ۭȒunv��g!K����qb5qXu1��o7�eq&W,JYR����3O?����C~� ����W�3�	�"�����#fT���-��͵"�t{�ڐ�uO�e��t]�8����Rc����Vu�.L�^��zvq����
����g]܍��=�F7�[���PU�����V#�_7	���� �mnS��]!�8��h����jb�����R�����"�Øu�,�jV�e����D����v�g�d�v#�	a�ƹ*o�P˚�A��Ck�;��e��e�0<!Z��FI$M7޶����_��d)�����`tr
��L~U�����+Tj42���$�I,��mM���6%�EV���&��vd	��sھmmåm��\�Þy>���ˢ%b������f��9��W�&��5�p�k���Y�dٙ�e�
�ؽ��_bS�8�_8�>���Zl
N<�{�\�wԥ؎�u�p��n����P���m��(p���^�X�Hw�>ύ��������S��8��D���\|�m,I�e����U`������ �>�`~�,���C��Mم�y�E�X!���Rc�=�؝|��׃U1e��^����/_�W���U���f���$��>D_}<
~���-�O���

֏/G�>�;	�ID��R� �C�)����,�{��ϐ���}�&#�t�:�[�7/%��^��W*[=q��7������ip���M�4p~�.�[��E��o�ѻ�'�
�D0��58�#s�^�2�`��V(��������D<{+R�����pa�D������(b:b�A%ݒ���Gʲּ��?������Ȫ@�������sN��][�d5����>���`��T~>>�X*�;����7#n0�D�ݔ�*���g�N�D�����K՗�a�MIiۙ=�kF�ťys�}�7�mdvp���H�i���Vӝ"�̥�G��3b��8j�-Ew�wo�yo`��o� �$�T��b�$��,�pp�
��M<��k8�|g�g�<�6qQ�M�������TnP�΢�N
j�Jsſy)�����z���`c���-z��׻t߻K�*���e�֝�Dz�����v�%�&�z ���Y��ц��1I�~��G�����v��6�\�4��sf�.U�%Ɍeuy	aK�헖x�iY���U��|�.ޣnW��[��<ߘ�����y%J$*�&�ʔ���֑2�>�Uc��7p~QY�Uk����k�`(PBn�נ�R�́l���̙N��3�\
p/��X�p\x��1��I!�~l42�����Bk�hw��5�{�(���Ro�A�MS�/��>�e��kxp�*���SE2�RMJ%H$r�J`r��5�����˶��]CfbC#Q�ŵ_�@f4�;O���t�^�0*
?$G��	�p�INo������pM�
���^�T
<Rx<�?�Ҩ��Ɣo�:����Z>��ػ�~�ӯ��S�>
�
�8�3�oE`cAW�W���i���
GG'{��=������tl�����k� 0���?F��83��k��]D߉���
������ʽÕ6�Y�`����
!�㏀��5{W)������.�9�O����4��9���V���y�m-s�z`>�J��4JE�L7�ɃOY]J�$
	[
�,�5\
�{�����'�[:��K�Z�%���77�lzo�̛@k�TX4s&=&�k�_������a�
��#��i���7C>�`~�[pt�B_��������i��!�1�D�4X%�>�dB���P�@�]I�ng�ς�1|�vW^xo��h�QM����f\�b���n���m�3⬰z2g��L�j�1kc�lR���^�_ON�z�t�B!A�t�Kno���%�x���#�Ha�Sic+ZuZ�OL�m#>x�}�"dH�[������������+�����`�y#��,E}�N�q1�dW�=G�&>��@k.&չ�O���~3�eE�>��#L5��6�@��Gq��,�3���-m�)%�LH��2��+�����;W¥M�z�g�ZJc��3,5^\��ҬK�?��Pxh�pK_۹��YO�{�z���D/�tp�\^)�ڔy3K���]^����5�WGeUE�'��xѳ�*��SY���xuێ�U^�����FĥS3���=��)^AD��Hf,in==hO
g��:9;��<�"B���n+=Jd�2�J,:�)."" H����$ϳ�'C=��2
�΀��`��=�u�פ��{._�cş|!cI��f�ҧ5'koEq��к���X��E�U]�[���g-�L[\�+Ӗ�g{d�kEbgExMp�@J_~E��;+wm��+<��զ�GՎ���Ȥ��@��\�d��q��҆|����ad.A4f+�51W;���=�BQڌ�p����?�Zz%�0�����)+�D?�?���O�\\0����L� ���f�P��+^�P���Kw��y�[o.������Pp�=�6����vs!~�#��s����ck("��x.i�&��쌡���|~k
��p�����b��<\�[J6�)P�cIb��e�ذ��хV����b�G���\w?�˝
.�w>�7��̻
u�S��ю0	�}>�!ʡ'�4�֫�݋,:ۺ�'���7�	���S�
Qم����GxOܹX[�|�j�U��t����5����~���I$�0tg`/���\>Q�j�����L�
�{ۛEb�瞢<CQ]��_&��&$Йd�9 w���U���>����Ƽq_��;ʅţ��>������,����c��<����� �ne1i�z�%wQ!(&K�"VO�9��=��4�;��ub\FZW�)(4�_��[�Zn�9?�-�D	}�f����P��0�|V�K���'���Oɢ���D߃U��?�*�)||y�>i�F���|b��?yY�"��;�9����ͧ�
�}|
~���=<�߷�.�ω�ξ}�e�s�\�<���'o|ڳ�1W7���8M��]P��]ՙ\�7y{���`b�#�5ozKn	;5�M���b[�N��|����R�p�(�������wɂ��Y�թ��
� �@a�pK�_gE���g'{��Z^$���۾Ϋ���y�w�Ꜥ9}��6�sur�p�to}�k�i6��!�g�J��H�*�����I(ۑ��j/{Mba��ə��������7��1��Ŗޱ�8S��b��b�rX+�%���v�|kWc�|���:OO'�**�0�iFNOMK�F���kLJ�)l�<�]�
G_O}x��|t�jmj�s�E�1~��s�
N���j�lq_��ؒb�Ȟ�������y;�<�;�>;X1��䵛��\��;Ko�ψ�����*�H����V��3sn���7����{U�x�7^Kp����c]����n%��/m�Ͽ�n��]3�۠�o��c�?KK�t�Mu|�h��	�|Swnfv����K�(����ܷ��0��'����͙��e����IY��G��J��j��6�L;�fT��i�Bs+���S+\�mU���eM��r�\o}{R�@�����].^&J�Rc�X�'@�]!��b'�DCha���Y_�ڋ�un���A����d���v�=���^k���ɱ��#w����8X�������
�>�}���Yě�)`bL�S�/��8��~<K|X��CC�*T�3�hg\��\O��!,�w���){���67��
H�Q��݇�Rn>'w�ʖ�j�7j�����40Q��}o�7|Bi~��Ef���ӗ���O{R��< ���u�4�ԭ{�b�9�0=kc�_��(�C���Ž}��7�����%R��I4�:�"�y$<�%�:��(q�G���1��AP���7���G�� �j��5���G�DI��9���'@i}�x�I��D�I��L��{�w�!{\DQ���p@q��\$hH�
^�PE<C�u�n�P:�瓾�A����A1�-:����y�E���O�nn��e
��4�1�
��^V�S�{��k'��*�L+o��2��s/�ʚ�K�T$wV8�Δ:�*�O�R�⭄��&���P��]Tb�(`b��1���/[�J�i
��z�dryr���ܴ����A ���F��~��{�O
��e���Eݻ��?�D��dr���oX`
�m���[)S�E��36,�(�X$��"o5&���?��J�&l.\��m�Z�t�6g)/V��T�����Tg�&�fŤ��Ɇ�;��B�#N	�j�]�aaL�L����aA�069[���S�Y2��S�M��
����/���ׄ
u��"�2c]QtTh�w���$&*4������(&*,����a���>~��j(d�#+����P-�3�K�kx�01-d%Gc��,�
<V��
�ٟ2�1P�Tn8��|@��N8}���6+N��AD|ަү�?:L_Z�}g,��XB2��4����T���u	T��n�J��%#C�����w��?}!��Z^|���2�c��8<�<2]��ģ�J��M�:�`��Q�Op��K|4��O8f���*�wU��#�.���5��7�斖����ϰ�9mz�J��JD9�B"zea�����"���������h��_��בo'R�q��Jw���F0��@�U�xMԹ�V�\k6�A�O]?����u���[?�5"��G��W;��xD5AV5�[�iVUoCU\�2�ژSt"��y��W�p�f�u��,Icl�>z?�Ӄ[�	U�0���2���@l��"���O#8�,��>�?~nO0�k�HG�����{�w��x�qA�e*황�m愥���F]{/���\���;��T��A����,<S�;tCdo������.#��T��@��>����K�E;�[�ᗭ'g������Wj��%������7nm_;�Ɨ6޽E��Ԙ+���2����`&_����-X����Vp �s��!�`�L�d�	�qmq����h�����_Z��_�9ؚ�!F �P�n�IL����s�y7s���`K�>�9.�:B-��HpY���q�v�w)�ZGG����J�T*�(���D
�&U��M��Ttp��|=�!TH�:��SA4H�lݶ�m�]�ks_]�����Y�������Dթ�o���C;��A�I��
߿ٳ��n�r���(��:��8{x@��^�f��@{�����d�MĨ���i���Ȯ$Hs�� ���{��q}AHժs���r�['
vU�z�{�}h�~��@yk���t��
uKv�(G���Z���,N$a��
��L��&���w!�H�C/�}ʒJ�歱���[g�V�-��
x:������r�q��<n����AH���I��E�PZ:�oyP���{�ydxFMgm����7?Rk�d�Q@zf�)�Ω	B������2�K�z�(�t��J:�
����K��F���f�i����*����
s��Jv����މ�����-��s���C�s��,���xx����u�bmy������궾Fc����q��/���o.B���
$�c/.����fD[-'�|}Q�#K��ɞ2il�f��:դ�I�$Wyz�$���f�֮)v�n��Q��ENE=����<L�-j��}O=(��C��Ŕ����kOn-g�Q�}L=��M�P��N&�M*-�m���bkQm�S
�#�ĕ��N-R8Մ�KI�R�%t"��O`r���T�h�S�Ը8�Db
����0G;�I�ƙnX��B-�W`���5}�?��q�,�|-��A��|�tI�][r��?��5RYO�ԛ��2},�����מ_qO������t�]�?:��*}��P����5��G��
_��+��H��!b�Q�	�X���1����rē�C��kb�x����z}mv����Ubr���ߡ,ێC�㈦�*!���t����ֹx�2�����(9�LA�2O����9cfpweh�HE|��/�i)���
�F2‰:\�����28��l5n�� �%FǗЯN��E�ʛ��L�D�x��@,�_S�
���� �&���^�l�yx`��Xs��
��L������Fb��M=��
�"!����Iy�+Q�DŽd��[���8�~ �-�+�WF�bcrk�k��ҭ���L�s�	�%�jo'��2���<�*��-D�'lM��Í�'�N����^<m���v�^�O���ڵ2s.7c��2b�z��s��Z��G"	T���&ɓ�����O�����Ь�_`~��㜼^,7A�}����}7�sby����#�b/>s��08<Dw�Y��
D����e��%IR>n�BѦ&��G:����j�ڂ�{����n!]�J�����[o�&|
��#�<�-d;��g�b�M?���7Agm�c^�$E�C�m�nbGY�Š�c������Rd�EV	3Lԙz��+� �m-��R���7��|X��n�D������m�n
�[4��*���%C����n;�K�qܙ)/a�o~���a��������4ʝ-x��H��EG8�`=�Irk�pD�P��+���;���鰭���S�P��������f�$��Nc*��N.u{�~�`�3�<��lC��+�_Xt���%و3h�%�<"x��j�N��<w�8��K��Dg�',�vr��Gmr�hK���рl�ޞ��;��Hlu���\ٛ�?�-s�v(�̱~�ae���b\���6�G��r���8�k�]�kV��r��э�����L�;�=E�w�%훩K�&�����Q;���q�;>ֶc�!��V9F%�O��0e����FB��-��=��3�텕n�vQ	}�Z�R
�;�+c3��9��B|fF&���U?��ċ;���Gݕ5*���7~_}��9|bֻ={����냇g��Q }3��k_�GT?�;�<��C�FB#	�ǼS�f9 X���h�,>��Np��`Z�p��9fـ�-�ƈ����@]e���!�k.�K\���Y�}n�o��pe@p�quuk�Z�D�.E#�x�l4/1)�6Y���(z.��~��|��J�I�xc�j���K.��l�T*�*	�����s
��n�Q3��3���X�/��c�|Q}cKlc����:a�E Ix:	-��Į��{B�����n���F����Ty���F-�|��BS�CCd2ߤG%>|�7����R��2��-.��vu����h���?>Q/�dnF&�Z�o��Xa*�7�m	jпW8 l�`J׳�qt����׸p�HX.�4:�zT0C�g�x����-�٣�:����r1�������&.�ڷ,m�r�*�<=��?��7���i�����V�z7�G�*A~$.�C����3��\��k��V���\g�^�ٴ�NF�33V%%�e�/�y���wogǂ���Hp�\N)P�X�Ԉ����6��_l��SG}���x��y��k�[��H] �q��k|0��n@v�87
�����y�I�:p���~.Ȓ�4%d��]���&��w�j��N��sf�Jnr�KhK��ɤ�H�#$��䉹�yWȸ'*�­�����7�^��[�~�+�8�̜���K��-�<s����w��ۈ_�u��=��1r	d_0܄G�u��gt�0������t�͇P��d��Ḍ���?�t��T	3/x�½&�!�
�-	��<��"m��;w��V���_�8豻�Aڨ���C�n��#�q��m�-8�Ptf9�T�j�D���Q]b�M]�-��0}u��D�O�!E�n�p;�S��>�"j��
�k~f�v^�)���_�j��)&,�LZP����+�F�6�������TD�����;����	��]d���F)Y�Zh5�_���Y��,}m~�<�?�a������zr��Q��yŧ.�p����ׅ��6G���[�]��I�����w�pT�y��P�_��pQ��4��u��I�%R�B0�ڊ�3d���$���8��e�{�����O	jX�UШ"���Y���#_0�;�	M��0g<0C����������$������[C6ho�Z�p�v�>`3���	R�����|�.�<�g[.E
v�#E入�
Yh�p}Ă��N-rx\C �����@:Op��>o��������"��Ў�V� Z�X�,�\�T9�'S�R�8W�*��y�5󳣊����c��E"ceVQz��ٮL1j΢���~�c��@L�Q�m��A&����+c���=����ԧ�̡<���e�D�L؀�!+��+�_[ڵ*],n���:��߬?�r=�2FJ|ˢh'�mx�WuS�ެ��uB�����[ݽ��ߕ��2�r{������B�ms��u���k���-�;��5	���m���D��o(^QS�Z�$҄��x�����5�U��D���^"�����ٙ3�3�t�[x:+ey[����W�����y��Y��������Km���[O-�tȎ�׏�
��_T����1sl�{��ep���"�hBC�:��7�٦]M�޷�����`���X���s�8YP��6�Uii��>Z�dO����⼃�K7%�?@���&c��1u�S]c]Ȁ�H]�F����5�L5����	�<�R�F5̬n}�]/z�^�X�R(���� ŕ0�,��k��?����j�+y;^k�v�ʮ�'��g�eK}l4�>9i��}�B����Y��S�2,��MЏ�#S��E�~�к֧�HD^^ ޙo���&�5�n�[C�x�*:�Um(����/c�֢����Ui����b��x`��1�������O�M,�x�,���![�L��ҦO9�Q�j����KL
U�v"���<�ɓF皫+t{�]��;�V��Nj�P��X%Ag7�qv�.�pk�\��{ ���y�A}�pN�q����ϗ	E��P��S����5���fVWg���dj]!m�..���8[b�F�ſ�%�-��K[�^��%Mwp�6�����x��G:�Wk���k�sO�D�3<��A�W\B;��kx�)&\
m���>&��C���;nRK�&�	C��#�< BE�^�U�$�H�������ye>a�;�b�	�i��ٹY�j|������j3��GNJ��b��'I�8\��n��s����m��L��C)�ۓor�b���j�jQq`"��e��+�q�}U�$���08��n�X�-��bJ�‚J�v�	m�x�א=I�@�as�Z��X
��'���K�F��͒P�nt2&yU�����d
{;�}�ͅ�e�p֨�jQ8	��Z�Y����&��t����/k;�o���Ф�b��I����s$�����׿��Y���2����wK�+�R�FA�f�/=�TO��������֦�nnp�g�1��;P���SN�AZ��"��xl-.2�9��=��F2�x83wK�
��cy�w�=i����	��i����|G�����f��1����։96����hQq�2h��3<|�E�&�#U���EL�c�W�5/�\7LlC��^ӗ�I��y�w�ޢw���$�ΞN�L�P��A�]��'����"���
�Ya�7�)��#��`��b _vΗ`l_H�r�֯`:c#8U����%���_�7}R�:L$d�:�� KΏ�LK�M=� ����/����]�����[��9U��_s�2���)�G����Bu���7�`8.V�x~�6��g1uF�,��ɷ���pq�����H@*4���m z��<����7�+����~����j���=qǙ��Q�~�?�T�	Z0*�Z,��no� ~.�Rn&���~�8�(��_ڽ�^''�O'�����5_��p�-7���qR���N�!>�y��\E��w���t�4g�{[��*�W(<�
سjro2����b����
��g���`T�r8�QL�ӿ-��?�b�~G�ױ��س��-�и��7T+S�~zǗ�9��9�\�8���9���/�P
��>�#������z=�p L�S�
�Zn�`�ܭ��8�{+�KGr�x_m|���(��&�������+[�|=���ş�
�uzD���''2�GՕ;�;N��;g��N�g�6n�����?�i�+=����UE)=�\��*h;���ooLn?
�*�����E���m���;���+� m*ې����l{����U>��=c�/���c�uk���x���ոT?�q�]�ZU닫cf�@3�Ck����|>��a��3�5G}�њ�`�#�m֜���	�
(N~&����g-v�*��_�N��Lc���e0����#<�)�q�g�R��}	�Z+�ҳ"��F�B�5S::*���fNTu� gZ�y��`��`��	�}�GN���l�O3�P�_��?�%q�/�Xm�C�6s�%xX}��u�̥�k�Y��VuP�z"Z5{����f�.#�Т��%L��[혽;Խv����!u�[丟�%�����s���A��۔��E+mL��C���D��Z/ﯳ�S�Y��Axd*9��o�u�{Sq8�e��|6�#��:�}׳l8l�S�!����1�(�{�k̻�ēd��,c�Uƾ�K�.��FM��ֿqF8g��q?�5�2֓��Ň�;�3��ر�f���X.+_��<~μˠw��.��y��{.���_W��|3���|ͭ��d�w+�C<��@����h�0k�57�p���܋,ϱ�zւ
�2b��H�{�bp�Y�Z{^�>c�(X�ZJ��'�y�`*3�}��6ȼK�"�$7��3!��л�=��y(OH��=I��s�
.�I�g𫳞�}�oe���u��$��O��ɾa�x�_�����4;f=�
s.�lA�d�q��Ng������B������b�#e�cd��f��>�r��3�q
��?cu�G�Y&�J�:�;K�NN�%�j���65t�W���w�Z�8��>�zW��ejVuM�$4�>+Beb�0�扼��'���Y&v���2;5)�(qh�1G)��͈�Q4��0>$��$Q�88!J����H��o��y��s�~�+Ui��a�#tR�R"64bZ�l����
GH�7˜�O���_z�k��O�S�rd��K�����$�� �0�vЮ6p��8���g��`�A�A�,�	�T�M�8��^��gf?Xo6 v0���NϚ�7�x�'��	.�44�?cgYy[Aӿ����R���Zj���`�pn�L�=�\(�DOݽ{ф �!���;(��	ި�2�a���
����o+:�7�77�|���Gˏ�{o>�vn
����ܝ+9��1&n����w�r�؞l��^�
��NG��m�P�J챛r��b{{@�p�C�tT";G��c�^7�p�Z�{�����]�s����`�f�M�
��z�7fP=��m��X��� ���ڀ�yK��=�Kjj��������}��J�b�X`��V��-6�0ȳ�hh�郂�;�?�ŵM?aw�f*�L�O��i&�{�`�ع��%92��P
�Zj{���Zr���ذZB/?�7�S��_7T��7ǷO���^�Y>�7>��.컳�7Y�2�d?h��|j���K�Œw=T�vK�ة��7�a��M8�Ph�ǡh���\.��_By��5�(���r�͟��ڮ�۵1�O����zw����=W����C%-�[��������j��3��8��p/7�s=*
��'ZT<�-��\ZFW�k��|f.롎v��{4����H$
�_�څo
���5y.������ұ$^�lx�ݜ�M�]M��su�{j�W�&��Ʈ�Ş���.�[��s���ҪZ*�u�>��y�
r��X��[�.ъ#9l��o�L��z� }��%���ʅ0a��=�a�i�B=$��� ��R|
IK:����e��6�Y��Ѻ��ŭ'[��$(DA��lC�6�ot�*o��9+��ge�mm9ި"e��V�<�z�c���c��CP*�ʙo
��ɴ�/X��xݬ��B鲡%�޲͐�E�ru���֬�M�WPU��;m��ַ��}���a����)��i{�FǢ�LoA��b_��
G��8��r���4Y�'.`�o��}���h�mN[�S�9�fJ���Y�m2na�b���{f.���#��6�f2�Eg����…Z!�9d�n򼈏�&Kċd!���;��I˳��F7�mI��zf{����W�
�T𙶈o�����B���{@�}� �G���{0��BW�%RHP�Gv5R�{����B8/�mC�D�`������_�v|D���"�k�X�]
YRT�ܿ;f]�-�Y%��x�4Q&��;���)�G'+��E�R����X�޶Y$�����o/r�X�0�"�͒+h���O��ɀz��9t�j1��09M��`v�)�D^�����B����ş7.�R�{v`�['������W�����t���5��黇��k}
%{�zw�7�^�uͻ~:��	�3~X�m��njc��p-��98.Y�b��u��C�Gӂ�7�4>��$��^��j�;�W�=/��s�̲��e�����/����ժ�co�Yz�=�د�_�#&D�Ime̔=0)S�[ ��msd�WP��j:�U>#0n�m��!�	�&�ՍWO��}�[L�bf|�tj��Iw�ӍO�uH@҇U�\M?�JGs�l�u\�����{6ud
�wn�dIV,[ror�½��6.�10ŀ�:�I ����6�d�˦m6�d�v��,�wf�,S���Ϗ/�ck4�̙Sf��9���$g��L=�#훛#�=���(N�&��
��D{�wþ�&��,46G���|Yh�{�G�q�i�iǐk����us#S����nM8z�ÚW��>��e�Ύީ�m`���r�zݲ��3�U���+�7�h�l��1qS��Sf���:�*��[���R<ar��#ȑ �\���3y4���+�]�	�`�#�����p�0�f`cC=U��i{q~V������`�|{܏i

�!7M���,�}���c�N�lv}Z���8_}��2�26J8b5I �q�b/ʉ�$YEG��[���Nc��ʦ�0�7�氯�B����K�Ɨ������w2d
�N�?�
�}�{q�5��R���qN�Gȅ:cg=���SfcT���m6F��?�.�!2��`�E�2"ѽC|�ʩ��{0l��3�*3�Q�))��ޱ�L�2�@Ϋ�
|����KM����9�����a1F�r��9��Q���H�sT�A�6j#g���E������Fqj����B�JK���G�:��r�����e��#߿�Az�m5���l�y���}�3`<h�1Y+'v�1�8�M�K&��4��"T����� Ն*�����ک}�]Q@c1`���̦v����\	(�an-��K�8�͔��M�t~��A�H��|�}/[�@ U�/c�/ɵ�.�fS4{���̀��CN�?؃�6�^�2���PA��E�7���"�+��k�&Nl )���Id����i���. "�{�L@��+�
0_�TE�î$�ݻ!5�$<�z�f������
0O�'�]�ZE�k�Z�A�E|���9���A���}��oyi�=�׫?��d�䟁�����},I��wM����R�iw	-�W��}��)�����X�L1?å�e�Ggm��BF�l7�rM��H���$���x���Sl�������͕e�\�
�e����	���3\���峹 �}��zJɈa?����Ӽ9t�}-}������ϰ�������&�Z��A�b�ž�(/���~L�V8�P"�a�&����,b�Rt�����sqA�I"�r�l��zRj��R�T�ejxԺ�[v�xE�Y��w]�<�f*nL�u7�GM����4�X�75�J�NN�Qؚ��#6�hqz�+Ɵ��RǾ�,����b>�B�T��d�X�=Ľ���
S�ܙ�o{6o2"=΃�^��\?�h�cuA5��B}���ۋ�$��0��
Q�Uh�&�D1�1�i2m���f�N�2�py�}����@6D�Xe<4j
}����NyΗ�x	"oƜWh�93���
Ӏ@��<;�YQЙ |8(���Q dƄ�����&j������	#�r2'5��E53o�����S�G��]Y��S�ʱ,�	�$rB
��i<\�4�uD�P�H��@�O����Q���Osq$=�s�b�Kb���ŪC�Q�r�q<,@S%}狎,T�+���2#�����/���Uh�Ќ@��d���NB��*�����B?���ߐ4�J9&?��/��]X�$Sb�$4��q����ό��P?�0����bK��|���2,x-�,�#`�6G�%8E�Enф�+,�B������-h�92��j�i���0�z�WTK����Q<jk�AN:1R��5M	��P8y�*��-[��إ�P��FH&���3����m�����J
Q�Mi���L!I�P��Px��d��!.T��sh�U��^>����s�s
�s�r��r�
~�x���+�mڮ��#��;��Uf�N�7.����
&�a�ި�R!�LL/
�i�tU$�禭/!7N�)]��7Ϟ���L�_10<�??,6��Ӵ+9}E���M�	�+BUF�ף�3p�&�S�|�⤄��lؿ	|F�N�����X
��AYQe��e#~j̆��?����s�\B�@"�;���u�1���ƽ�	i"�KX7����m��sT�Ռ,U�c#���Õ�����u�x�X�O�r`
�,�м+���|�t�'K�J|�tN&���̌Rj��Tw8!��&���զ��U�iC�=�ݷD�D"�$L�ԗ�~\�T�#������<5�ļx�ǡn�����c���*ߜ����׀�r,A��묈�����ŹDB@��W@�T~���13��k���`#�ϵS���Z\�9�P!���Z��(�ӣ�*rZ'�P%��nM(_�-�:�&�}��I�̌�bw+�⠠��lCR�d�咛���:4��g���W�]j�ؑ�����b�u�!1��u��]
p7�'����8KZ�R9� ��Sr�@��O�'�6	�	��vԇW�.Z��8;O�'�RSRqMtl�RξA}�����jKE�x�T��,R	)�j��.��<:D��s�*��2V��zݤ?����B�W�GT2k����w7�	~ISi�����:f0�����b0���d\����T��R�i���u^��P���K�q�ŀB�1z��.��!iW��&��hI,h2���Sb
�i��F��C� ��V��'Z"��#5�ƩqC}�Ds
׫F�G���((�Ҕ��DD��[����M�7
)p���T.^�(�2��ArH�P����	e�k�1Y�B}����G��������a�[�M؝j�(���W(�j��^S�ҙ�,��@;j	�f��ʴ���_<Y7��hv�u7�L�[j��lg{�lM�c�n�}�f!ϐϣRyp�$ ��_H�`�X��0�aoh��}L)R(���z樎
ϝ0�;n)��
�gս�ڡ�A����CQ��?�~a�ɩ�+*�Ov��S�7ߗ7t�ux.U鐮q(>�h0��zBh�L�M�Vp΂�y��Բ��A�j�%<)�0�y�Y�b垖mq�(u\�>X_����-ؘ-�����2�7�>g��KJW��#:Tm��VQ����м�̜����������^�í���✋�����	ut����/�N�Y>%6���3�O��jI!I�{������j�IH�6�l���sj�CkK�1[��ňk�=<
%������sJ�0Cb��8���}�\��Kc��Q��Me���3�����*�
J+���kh^	p?����AK�'$M���#$Vf��?g��5�/�J�bd�Ҝ��<k�S�zuqrĪ�خ��w!���'�)�~�W��h�ޤ�<�D+͞�BY|��}p|�R�R�#����G����U�j��Dr�V��/ja���Ȳ|�~���b�ߢ��cj�&d��6;�9���L�Q���?�H�Z���%�l�l�t?q��LX\2�5C$�R�� S��A��r��P�Z���_��q�eR�Q��BZ�� z�Su��}�j�І$���
�
�bƶ��"��"��MݚPV�!r.�
�B4����E���G����c1�ڱ���Rc�"����ɣ�!��	-*
���OEH�Ȕ��-I�1�I�� ��a�1�P5���!��/#�H�x��)Ce2��2i�p,�b�[�E�;A�\��LYC�������#�oeZ�`h�X}t_I�K;��I��� x8��r��=��ތ��祍e1��wRi�ó^*��]ϕV6��Λv���N�L��p|_nݪ��:,��d�Pge������tp��� ��jLJ�g?��S|a%��t��1&��2�����r��̉�
_��JnlN�����2�i8���8+� $:/�bB�Ӎ��-��(;dA�ULѓ��f�#֩_i��ê�^��Oa{��.��ힸ�v��g�����U�7\��/��}���ޒ|j�%a)�����!9�P_�9(�c8�\��p�g�_� ɫ�qz�,s��Q|�%~x��j�fsh�ǟ�	����c�K���Ua��m2�1��>�kq��t��$w6��N�z�NFx_�����Հ�����Dn6m�yg���yo��g���\�t��Α�5�Q�6W��v][v�?�r2�z��o�GT�ۘ�VW޲����wg��(}����+��.���H��׏�<��W�Nl�}�Q�׈��F+<��}��Q
�o�o$���<~�/	&��~�P�h1k<�0^Fx��|�]���*��D���.�SW��I��E�ޫ�{E��o�W��J��›��2<ȟ`�<��?'�a<�#]��� ��%껉�K����>�/t�(֋�c��%t|ԋ����kg�;S���2�߁��K��;�Vz�����s��*�{��B���s��i�Є^�Lx���"/_:AS"���Zu)_���|�$��|��]�/D��7�X��wqu
�wqMp��yc�a=��u��zzI�� ��2��f�Қ�����?B�HN)$�A4m�S_��1�y�@�<�"�����x�g�Q��x 1�i@���:Z��J���W�9Nûpuxp���.�ۯ
�#������_�2^�^��3t���a�,[e���2<$X�#y=���y
�y�/o�\`�/�n�u~/�q���N�Ų���#�z�N�Dz�+�g�C��z�]s�� Y����vTcюj3�D���ߜ�;F�>>˻��6_w�~�����_w�<s'Ɠwu�8`?w�g=/�b<>���܎�&���]��GJX�7����z^O�|q�}���5
���3����{�&�r����Ʊ��rx�w�m�›d�^���z^O\���$N��z^O`9L���%��z^O�r�g��`��/�m�j/y&�XA�S��v\��Vr��B���SH||8z�x��r8�<p��݃�u9����J&K�����M0���Xp��
q��������A��	4<�7E�ab�g�������X/3������&����Kp��\(/[��e��^��m]�����s�Ź@8�S��<?�03�0}�Vg	�ϭN��)O�W8�ķW����v<���l��z�*p\8��]ܞ���1,�'r� ?Ѿ�E�~�N�����,�c����,�
��|J�����KL?�X��x����X���\����c[�\t��_�Y�zƅ�����q7yk���Č��p\8�.�8������cl^�������z�a�y�sF� �@9q�;�^���zܪ��Ń��T43EHp�k��aL&�tD���$�o��ǜ�ʼ�߻p�\��f����&
qQ�AR�Y�X�Rl���Y�m������3B�_U=+�d�k%b̉~�{�Bp��E��ޙ�S��B
�����>��+�2�Ο�P�_�t����-�[�3BB�0�Lp�&�# �O#�#jJ��|IMIT���P[�ᴞz���It���\
zJx�_PM[|ePnf��z^3��%��7O��gW�g_�ϊ�1��E!5�Q�����/��U��Sϗ?x	~��/:ɞ'~���	�b
9q&>��<�YW��C�DZ�ᓥZ�I@��y�Ǘ&�1Q�T'ʝ_���m@�PK��+@�>�q"� �\I�#T�J�X�(p�əD�3�͙Z=�ϊ�j��*!6v��(�R_��1 M��x-C�k���Z=��#��}~�5��+Rl�t$���%�����#�a��ˠ
��B�k�HT�"�~Dԓ
���%�#ŀR"��थj&�Q;�0a�S��Z�r-�Z����x�\8�v)��/��+��^��D�K#�����"i�Q��"1����%��}PJ��u�8k�"P�c��lA�����s� �(z`;��/�F]��%��b�fB�I��p��<����Q��^N�UTft��&�u��2�#};qBa'�Ȗ!�(�O!$�:G���?�z�7��i	�N��0��8��Y�?���AQ�#:�?{�$*��"�))��W{"Xt|=5�'N�w�c~���=_u,5�4O4.F�f�:�"T���]y�bJ0oԐܲ�qp	�2�3?\]������w�S�&���/��ѓ��K��22y箼���׼mK�u��l�nO�@Gպ�{Sz��v�̿����[}��G_�I���o9��A�\>d�C��[\'PH�@/bߣN��� ��:I�aN+�f0ER�
���'�
!@��@���M$paT*�5�}F�uI��G��}0��a��5j
>�0�,`H�ОgS(��01�=R�}$	�+;lF2cp�HB�p'…|�|��L~��"}������DI��:{���M9���l�(x�P!����8,���Ɖ����7�q�U:��MhX�<�R�X���l�+���d^~p9�]�k0���4ؓw��M�Cw>U3:���uks�n���	^%�G��%PR)<��4�
w��wJ�G�b+zǍ�b?���
\lY�Y�9�}
'J-��FU�UY<�d�W ����	�yш77R�B�"a�k�L�T�dz�IH֩�X�>ْ�]|=�,޴�8aX�?h�X�[6:��6�2ȺV��6�چ�&���
4mFG�`Im�Rl�V�?��F�5��y��r(��-"��&�.�]��냈�r�4*�BE3+8;�88�c�#�ڜ����<�J�ڷ�� ��k�[l�-(�)+-M�lڳ�ۇ�E�"q�lek�\���+J��U7�Om���{��J����x�!I�a
�a�.��_��*0��Z`ߠ���wQ
8Hc��u�H�	��%	V촉8��͌�Ĺ��MONGb
W���{k�fw|l��U��c�KFF{�+r��t/*��_�p�k����9�*k��no.r�g-�ݱ8$|���ђҞ���Р�Wx8��<��ٕS�x�0䁌��=�$(H.��`�{��t^�3����I���Ʌd{��Tb<Ъ�m�{�U�VvmI_�����YYZ�SN�H�5~��w�$���Zٕ�i��Dz��j�+Y�_]�}lț�c�poT�24-��y��m��d�֩�i��G�~�y�׵_}U�5��JM�3��&}�f�m�ʬ���Z�!�����jj>�� ���-z>�&_e
��ʮ�؂���iHK��?�~��[�®_��l#��( �0��V�ǃ">��:;��l�B�n˗��8;��U�~;���k�
JF���@�Ӕ^� D$)B�����v�MF;# �ܸ�P���W,�k�
�
�A~v�vMYA�>l�H������^p��.�L+��̾���_�Q�r����V]<���2�W��w�5n+�����&�`�r��o;�D����m̭��N�~r>����-�_I��v�|��د�<r1l���m��U������~>A.�m{���|ց���6�8�݁�@����''p���O���&��<[n&7¶k��|�8[B�
���!�;w&���3DX\�(��(�V��#D�ϐ'�p	��(J\�+���%&)�����ә7G@��u�lה�L��O\wthERm�6�΅�	�gf�mF���� Gy�e��%�R$�¢�l�yc���9W !����^.�ok��/���o�ݠb�s��@�h��r�4�}��r�Zw&��õ-ʥ1�4-B+�B!�����8����C(��#�婓g�g��ZW4'���4���T7���n���HnP���0���
겗�]G�ʓ;*�UɵU��xvEFzņ:�ip�'O�.�҈�|j3�T�ԭ�?�-��B�O�S��B-T_]��_/_]�йq�5���=BO�6�B�6�4,��z9D�o�	�g�v�Ts��i�s�'�T[;:�b�6��v�hF!���Ee����kk��=�=�j���
Uͩ!�V�ptWQ]Gte���F��_A��	��_����G��6���
!M��m��׃\�n(赆-H�n��.j�җ��iO-�*͍��[��E��	.�HN���5�N�!++.%H�J���m�� .�d@�]b�B!��cD��ȹr��j[.���MḰ��a:�
eD��!y��8b-�zM�;ٹ�p-�!Ts�F'ۧ�+B�D�D��vAлpn�K�����v�t�S��5�d�yr�3�g�&o�L���Ti�~N�J��<�\G�vL��`/ֱo���
�>��FD1.�|6�	��%3x�D>��i�4䌖��e��H G	п�(*T6��m|O���#����=�N�Q��d�lQ���`��]��՜N��M����Mս��昀����<
?.����}ነ���k<���2ˤaav(��5B
��F���M���������+���ǃ�c!T�[�=�Rp�;����:r����O��u���U����~��K��,+*2�d�磦c�F�P8u�|,m���M{/X��0�g��s׳k��B�R���۠���y�B�0��M��G�f
�YR�]%a��5q��MpOFj�f������~����o���j�K_�qj����%~�]s��˖��~J�M��҆�?ly�J6��3��:��L1��En��X4�'Ƅ�Y��Fpg- ��kp��'��^����!
��$��`¨bF��ig6%..��
셒��P�*�ת�ȎU㭯@��d�ʓ��������gKZ|�X���o��*X�H&&�);��oiɺ����~�.��$��4ۣBk�|xk}HI����z��Nc�)�8�>���<�KM؈Y(�Afh��hz�"�5EK/=�s�vf��y�i����t�'8G�]|�|oxiDͪ��	{��JWs���<�)�\��M��ml�+
2��3;f�4�%��͵��i�|�����V���_�Tә3wYj{+�Ӛ�=+K��EJNJY�MzI���ר�j�yJW�R���1L@DC%�ؔǧ~��QBV$C�R��/*���'�@KV6����ƥ��f-�����z����9�RA���uGl���5��k��Q,��Y�=wC~���5�Lg?ز~li��*��_n.��RI�\7H��"�%�r��)%QIE�������9
_x_�� �P`:Q�äJ���'��%ot�o,`KEj�^�mW������Ⱥյk�mU�[�:��uu�m�Ȅ?�^�L=q��I��?<�4��������Y^|di�Ή��ܾ�������)}s��u�	����!��D�9($�Ik�#"�E��d�\!�0w�xF�ν�F�b\B�Z�J��+�E� O���M���&�U�;ZK��E_
H���.�Jv5�ijK���g0e^��ޓZS�ԑߕ�����|g�f�{*�HZ���N�Mb���
��07#+̐P��ݨ7���Y�vSRI��=������1AޡJ�.�Y��$r��IZ�-ior;
��w�)Z�6xF�)��_|�ϡ�	ؘ?��ϯ�(���tj���k�I����msN�C��sqʏc			
�3A�#*~ź$����Z�ܪ��*`Ur������ㆧ:����ɗ���|��$~��l3Yo�qA߁8�1@���k򮙺��!�b�pDź
rІ�.�����O�=��5d~۸��t� Oގ���:�e�ݘ�I�߸�h5��R`�$��ay8!8�l�<{��䭸O��f	�(�c�}���'��Y�ߘF��¼I�A�3���b1�R�د���5�=n�$��Ū�W#G*�g�8�?r,�b��c9�lum1��:"#��=3�{da�<|�@�ޤ�E��{�:�m]�~ku��/BM�
��d�[[��/���y��owNl�s�Ձ��f!^?
����c�כ�;�6�b�@9�GP�h.5(W���9��YJ��Ja�����Y�\�k��9%�H�&G����8y'��d?����ڳ�ѩ1Z69A.�ZJ}�R���TGA���m�6�O�g��g�Q������;0T+���`<z�g�o�y0"��D\v,D�d'v��~��E� ͭS��(kÔR��bl372���0‰΍�ZORұ� ��R�Т~���8�z�0\��[V�� n:u�n�S���|Sݜcy9�k7�Wl���Hr���!?�Y���y]V�Zp��
�jv���Y�~|E����5ի�6�N���z�-Z�b��+:�j�!\/V�VFLי�Iߖ���V=-gAh�A@p�I�b�3phWp�J���q���Z��;�K�MBQ�{�^n͂����)�Hv�"#��2��F��+9x"�bq�r��M�'��@֌�̴U��S�꽖.���F��wk�Nj���s���W�G�,���I����O��7T�ܸTe������)�ZB2�(������)ԚmH��&N��yh�8P�?�����$�Jg�)��(�5`�CmM��=%��{�V��Y9i�Q�$�'o�����`�@i�����G�=��Y:�~�@��F�0$ES�����׷�1���P��v���3��>��l�v%{
{����&��t&��u.���h�f�	���n�l�n��l�`Ӳ�
1@��űC��K&��j����B�J��#�6��/��F�����"�$���LYא=�)����`5m-;�XTaZ�����vc���SX|q���	��g��{3e����6	u���h�J�\TfU���Sk����X�&'�����85�jh3�?�:F"��(��gM�AELL	k�D���`a&��d�|���сD8�+%A�eH�բp�
�s[�'�@�`��A۬��ʿs����/?pX���#�uױO�/�[
2'ά|���D�~z���ٿ����}�����}.���k�lj-�vtx�[?f�� ��s�ْ!�"�~~ӛ��>&"J��ٕ.����$Ia��L�$1k�o}�DOݷ(.(�_D���'�:ɦ����')
�9?����,����gį�3�F�Z�,A���,�@uF�hybkP@`I��eg�g݄�x�<�Lkv�&�h�R����Z�ҁE�i���Յ����˷_����C�Ų�.�u�}'���
҂)쨊1<�U�Y����}@�VL�J��Hw5T�F��#I���BD��Е���0�/΄����CG�i@�E���7	K�]�g-a�0�50�����':���L�5�`3Gd�u	�q��c�+���������_%ڿ@�\���'j	4������ H௲S��!�a҈S�����	�� ����[�F��,8
�g�W�F/�˾<���7c�>}����\*;���3��h�k�G3�?'�����,q��v>gl��o�Mt��.l�߮ � �|��ޏ�{r���v��y���B���Ź�ݯs1���g�]܎m}>>����3��|�ŗ�p�D(���Xr�O�Ux�|�7l?˷w�vO�4l��ނ��qȰ�W~�><.������|��X�~��_���N�~�o���������y@	���}���;�G`;��Y�"Ɵ����n/��A���9�t��_���(g<���:�K�(c_��H{d��bw
a��g
%�����
�WD2�Î#�=D?��XI�!��������k��u���K�
		���**K�������H"�oNh��wJ���:}�����Z'��f�8={,{�
KiE7��nSɿb������H�(�E��Z�Nh��]2�O�J�u冉ի'�O�h~���T����L~����.T7�[J��JK���J`|������
�q�Κ�c�{�#S�}�]��1�ETf����f�">�Hh���o�G�Sݿ����ڹ��;M�㋍���lkc#��o��6��Gϝc{����.�€����^h|���
����p��U��I�3��@EXx��Οg���/�!�
hH�-�ږξ�~����<���sdqs�s�5����W=���Nx�A��Q�C��!f��?��Cr����+��Nk(v�����{29��.-��&�����oi|���`]jnNrAE>�<uu�$4sK*��+Jr�ѸĜ����3��͈�(N�^R���/ҟ@���XS�&dr�L;Moz�M�%���;-+������,��[�ӟ8{
�v���_R>�׶v��H�e��d��		�O(��iQ���1/Kѫ̯���(�KVFɣ/���>RBBIV\�U*d&���%��C�O|Iu�.;]E��X�$�89��<�"��[(��O��Z��9~�p��)/�ȗ��PL�!��)23ב���:z�W�Џ=(�&���EL�@4���U6N��S�'�Y0A��6�d�~"�%b�����^����M���x�Ju�z�
�2 C�W� �����E�,3�������[h0��Gҟ(CZ�Cmm!�𞘘�������e�A�e�'n�4�qB��G,�HF �W��Z�eh7�8��B`IY�2~e�����P�1�!e^whL�+"1M����y6\�*��b��E����)Kt9j�4���*�f���2�H��I�Pq�!�\��`}L@h����qD�3�(���ꯀ'���g���zM�TT��@��E�㚨J�M�+	��γ��7$ζ�D�|�v�EH��¶�p�!<��oaJ�ڜTA�S��h��p�@լ�:�R��2�5$&���QU���x9����NPNd�/0V�H��*���/3ED��/Y��"ai�"��,�;��15:��c��˜�.�$���1f��0��MP�|eKʭ���؆��"�0(�R}`�͖�G>�GV^y�W�8��$_<6
�
��K�q���f(;_f,(�љl8"8�I��%��2���(3&�O#��i�X��N��X�}��^UM#;���Ը�kV`�,,������Y��FGA�EX�*h��0H(b�zkR{�����+�ٷ�- n���҇�Ą.�o�DZT���es*䲈�r��\�H�fĂRFT^�?�a]VTԛ��9��{A
�F��sR�r	��q�!Z*Ӛ��TiB)����"��&�*B�]4�y�pPaw���(��<8�
���$`/v�OJ�}�a߻��Q_����}�`���*ؗE}����:�'|�m�}��^@}e���a3�΁v��}�B)���ޞV�m}i_���|��o�W�+���=��УQ���Zm�FL�A��s�<�/���
>��ny�ݐ��kbCAl�`��m�̹����!/��&z�e�W���\�R�ZE����Ի���yg
�slr��+�z�j�wG-���Xr��K�{���6�a��w�B?����\*aPj3�©+9"�S�bԕ��m�˔��!��B��Чg��gd�^�4e��M��i��D��a
�������d�Ŗ�o����љ���([Y�zl)�&�Ǜ��OM�e�ͯ4�cHj�p���U�H�p��f�<&*���"��j�c��ɭZq�-�w��,WK�I�7%$gwG�brV[[��4�(��9�h�� {���al�uX��̶0��u�e���[��j�9$'�d��[T���զ�D5�[��娴	h*�����w8l��`�A �:�U9�\~��E�1sn�v���gN�J���?&�42�x��S�M�YMe�E�NP��
���u �u
�p84��b���ۤ�⏂b�+�A��j6�R�?�i�.S����1?77���4:2=��VE¢$�.#;I~<�<�C,a�5��Ľ
�;�4�2���`����?�
�bB$��� �Ş��݀����&D?�C	�ɏ)f�s�^M���]�P58�,�oG�qx��u�5��>/E����`��}��A-�=���=�u3b�����Eh`<���$K�3(Z.�&�B�P��H�?��U3
�˥��u.|���T�ǒ��N�3�$�%�+�S	��U�E�_�a�=�
Դ�9+�讋׮����A1}�����j�1ӱu����g���(Ql.���+�	DyOx8݉8��I��@qz<���\�^3#N�C���~D��t��|�NByy���x8�����U�q!͊�0����s/]ǜVp�
�8�?�G3�N&�N�z�ҙ8�P�#�:OK�
3���m_��
юyL��2�z�]���b �|��GU�7�W��r�3]	��j��(n�N�s>Gp9!��s����3����-��e�g%t#l��u|�o�g�Q.B
��\"�ep�GB#!��T5"<&Ɵ �4v�ӧ��7���}Gy�P��T'�E�K�|����ZR0��I�פ7tn)�k�t�@��<�0����1�c�9���I���\X���ϟ]vwE����(!]*���w-���kJ�}z�y6{]c󚏶fw�o:X��g��9J�8
f�������m��'�������.�@�dҹ�VOD�Rc�#����H\�0,LFhA8�zH
-�$��cf]Y��ܞב8�Z��?2�@���8>K"��P$���~rO�����c�c�Ѽ-��k�gzg����VN�?U`�5uw���ZR)����e�5��".-d�-$)	�T!�����Ti�f�O�����h���2��Y�i��X��$����T�`&f�M��cZ��?Զ�L&Ȫ�5`�Ւ�%���-c�{�هYM�e�6T��m��[
��B6.��k���>��e��d||�;Z��L����G���ҥ��Ay[�>��gW��Go�.p`f�3
*G� �0"��`����@�>�[�y��rFm��J�9�T�����;��I
2��	��*iEljGl0	bc)�vxƽ�6�
�_��BE��߿�Rj�Hh	����Y�*��A��l��a����� ꐖwA?�����;L�C�!���ҕ��3}�<q�ç��ĵ����G:�M����h"u�&�|f���ͩ�ާ��9$w5.J���E��V��gįb�Tķ����G�*�ت*\�����ZŠc��'����S���9�<,DŽ~\x"���Y���%#Epk��hO�(.���p�D���hi]�(��R*��qN�ɓ[]8mL"��ҿz�$�'뙻?X��ц��^��b�u�zq4qnI����]/�̽aq�ꅻ?Yu����G�zSL�ֆ��B�N�&5�6�GWVE'o�e����6�ѹ��\ǎ?��u�w~�p��_���gd�!.]w�.M��,;��?_v����~L\�O��cUvR�sP��!�O�P�k�L��P��B��z�I�1��A"@M�II���	�mt�HSplU�佘��ƱU-���}�M�$Pql����<|v����۾��j�e8���o;�>�]�c�Z�1B�?���q[���4������f��ϮıU
.�N1ً�����asZ$Z#�������=�����3����φ_�g\2�'�g��~_��7M�����Z�|}�	����[��(���7���~��ϡ�א��W�{D�W����r�ډ����mN��|���4�VD�oAX��O�p[5��,��|�9d����|�~2���y�e����<����>�!����m>�!~v���
�ߐ�'���\h��	ţ�b�7�z��(^9.
^�b춆Į
��[��L�k�pkK麁RǮ
�k�WF���w�7��/:1���5�����,9����ܾI�m��иĴ��"P�����u�q�8��:{�h�h#�g���O��X7U���xj	���й�`2��~
���l�!�t�hoMlOY5��XuJ��K��Ur�;��5]��}�謦�%��e
GW6�_�~-h�:�*;A��{�J��T�
�"�T��.�7]�hF�G��2Z��i΃��O�Yt�;��P�R��o-O^���`]\љ
w��|�e۝cp�(�\[Rr�xQ������G
�d甦4<����:���k+�>��z���y2�\2O�JI9;{��a�j��J��Y!��6�NC��~�4�֩���5XA+S�p�\��6����[��J7�,�N߳˨��}�n�4�LF��0h�p��R���&�K�K��y�f�^Q�@ǂ�G���>kmz���z��Æ�6>��y�e�������A��!�tL��h��Z���=5�t;s�p�(_��Hhe�H��ؖiohr��DR����|�f��j�VU��[�&?�/TgmI�=�R����9���7��l�ӗ�c���r?�i�"͒�7���U�F�d�6�b;�&˦ug7[�yǞ�����h޲�y"�Rd�Zћ�cu�m�$��#�x��đWS���r��?�ۘ����NRi�d�$��x�_�\��!�&�̈�C�޷���5�)�0;8_p�g����לּ�k��k��/zzl�溁{�Wm<�?|��Yc�CO-���e��@����]�c��c�+O�F��,�ZqWGÎڡ�#��n��n(��r_o�ҶX[ׁ�.�{�ť�V�o��݆״P��?A��|�Z�/��P*�$���4�\u�!�m�(��(����U�q+�zN�4!]r�k��hnZs�6�iEiL�������:?Qʪ���);�	��Ga���=�27���E]w>�ƖE��^I�+BC��(	��~c��ww�?����?9PF)x��A�!E�t(R�R��z�PI��5=]��h줊�S/�L@N��{�mn�
���C�i��M
;�k�M�@�l�������߹�#k�x���ߺ���n���v�m�6\�쇟�>�$ڷ��.=����1R�<G�)��|�~�;Ký�:��,�G{��?'�^�y�"��\���k��?p>�˨��\�y�x��40���^�4����F��9����{ګ��C������s��й*�C�	�7V��Ϡ�$��=g�@�K�:<GВ%Ԅ�!bB8}Wv�kW^G�+;9&2Z�(U��x��5)����z�g�~)� ��)h�x��TAoU���i�����9��JH����JP��*���E���/�M�}־���N�8��'8 ��N��{���NR�����y�̛�o��Q�=��N���| �@�`Op�_.ѽ���RX\�;����(�+��-~%x��|��/��DK_
^�����7�o�Z�O���XY|��+O�aPZ��Ϝ��=h9x&�Hσ��h#�Q��	.�z��
�Px%�}T<�H��oߤO��	^�祏/�'����J�EO�?	^�w��M�U�h�
hL%S�)ڢ:�â���):��z�=��`��]b�–�ufs�ii�j�b��CjS���jp���)P
���V"~H�g�,��Nmշ�긫Uk�Su�V��̙�8�;t]�Y��un`�k�8q�a��1�ZlL�ӧ&u�f��b#x�:^� 4�����H8�!���^��	�T�k�@��}�zB�x�x��I�^���Z;>����M��?I5�v!e5!9��<	Z�$M':��I'B�O���&|�wH"�}������+�l�
�wFX��k���1�9>�f���u���˟��m�F����[|�J�U�rY�~��V�Tp��0�T?��V���t�#����3b=f����C�,8?gz�@c.��0>����9E"�դƍZ5�a���j��+^�n��)�R��?����I��c�:�W�͵�L��:�E9���� Q�!\&�Ε=�:��Y�k��$�"�MHs4UsM��Ԯ�h��6���3Lc�^�76s�}I���F	���7�ߦ�„�R�vͻ<Dy9�ܔ���3ͻ��제27�6`���M��Lf�q��yí�ý-"�Xͥ��A|�ءx���`���r=�~l�x�C%�B���Ȝ�Q�i�HC�1L#�)�|�h�C����Æ�L���fU1��e��	�^؆�F��P��
ݶ��l�ɒ��U��&�k���Ŗ��9��$�<����>[�&���ǻx�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\E���Z�3B9"�d�g��s������:������
!�5b@���E�.��=TD����D6" Fd���l2s~�V�g��z�s�?癧:?��U�V�}U���q���ΙN��.������+��:�)�8��ή+?u�a�2'���Ԕ�������U�Z}�3{ա�u��b��_�	��Lg�3�	s��;̿\�t:sw��/�^�o�ŧL�t:_����W,���k�u7.�u��>�zb�S�[�����6wu�gt���5�;�EŻG�s����]����O����Vt�}��ݧv�!������vi������������G�m�~��O�W���4�'�3�gj^ς����dO����ֳK��={��|u`�!=G���Y�s2j]ϙ=�.����]��=W�\����֞�Q�<��xϓR����:��BN�ӨЬ���Ψ�P84JKeC�Pے���^��B�C�F��:Q��顳�}#tQ��e�+BW�����=t�C���@=z.�2��۽�G��ٽ;�Η
�F{��Fzs��D﮽�G�>���2�+z�e>z��]�{*Js�5�zf��R��4?�נ�W��y���
�ջI�i��Uԛ*�[��웉���C-P�Ci����
s�WS�����L�Y�;P����h��o�ʙ(�r��
*�t��*W�4�}7�nUa�Py��ʓ�gU^D�����Zd
,��2%u��*C(Q�(�*��Ƣ%*KQ"d�~��*P�h��jԱ*'�NQ9%j}u�
�,�L�
��y�u��*��"���A�<{4-zJ�9��Z��m�	�UXQ#<%o�G�T�8��r*��P�%����W���
��Pb/|<j�
���_���/a������_X���/,���a�oR�����_X���/"�"������E�_�"�/��
�E�_�"�/�������_D�E�/"�"���lP������_D�E�/"�"������E�_�"�/f*��Q����(�E�_���/
Q�������_T�E�/�\���/
Q�������_T�E�/*���Q����(�E7��_T�E�/*���Q����(�E�_?����~�����R��~�������_?����~����׿���~�^���_�{�g��^�z���%��Y���^��(��'J�?�{��Pb��ժ_��{��bo�uk@�
,@�����Ƞ��@
%�X���2��8%�X�����X�{�obo`J�
\�{�tbo�V��x%�G���gQbo��o@�
����Y(�7�:8(��(�7�F���J�
.A��A��A�7�%�W����(�7x
J�
�^����Pbo�2��d'3(�7��� k��dO3(��B��AV�A�7��QCbohJ�
��{C!��b�{C9���@��!��!�7�?J�
�@)�
�ߐ�Z�C�7$���oH�
�ߐ���!�7C�o�����
���M(�7C�o���_�b�/1�������_L���/&�b5�����؞1�#���^��{1�^L��D^l]L�Š.&�bT�q1b]L�ňu1#��D\�Xq1b]L�ňu1oq'.��kqX���8���Z��b-.�⍸8����,N����8..��,~l\��!,.��aq���8��EX��",aq�����G�ĵ�S���pWq�J��\%�U��*W�h"� �%�TBD%&�)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M	є���hJ@SB4%�)!�Дx:�khB$%XC�")��II�ФHJ��&ER�54)����I��d
M�P�fI�YRL%�fI1�$�%�T�h�SI�YR\%�*)��P�fI�YRt%�fIѕ$�%EW�h�]I�YRt%�fIѕ$�%EW�^�DX
�R",a)����KAXJ���f)E��,%�RD��8K-G���,%�RD��XK�ZJ��`-%�R��k)XK�����Zj#J��`-�h�"��D\�h�R4KA]Jԥ�.-��P�ui�K��t�h�&���^�h�{i�YZ���/-���i�K��4���_z-J���/-���i�K��4���_���/
i񗆿��KoB)���fiQ�&��E�0�lX͆E�0�lX͆E�0�lX�P�p���0�
��a���7,���oX�
�߰���a�7�%���oX�
�߰���a�7��o����0�
��a���3"�F�oD���߈����7#�o�F�������#�Q�o�F�������#�7"�F�oD���߈����7�%�F�oD���߈����7#�o�F��(����Q��!����Q
�(����Q���7*�F�oT���ߨ���Q�7�%�F�oT���ߨ���Q�7
��o�F��(����Q���P�o�F��(�����e�_�2�/񗁿���_F�ej(񗁿���_F�e�/#�2��ˈ��e�_�2�/�%�2��ˈ��e�_�2�/񗁿���_F��ጉ�1�c�7&���oL���ߘ���1�7c�o�����r����1�7c�o��������1�c�7&���oL��mD��1�c�7&���oL���ߘ�������_V�e�/+��!����_V�e�/+���Y�ˊ�,�e�_���/Y�]�Y�ˊ�,�e�_���/Y񗅿����_V�e�/+���P�/Y񗅿����q�7��o����8����q��5����q�7��o����8����q���7.���o\��o@��q���7.���o\���߸���q�7��o���C���_�r�/9񗃿���_N���/'�r�9�ˉ��r���_N���/'�r�9�ˉ����_�r�/9�ۈ9�ˉ����_�r�/9񗃿����_^���//��!����_^�������_^���//���y�ˋ�<���_~-J���//���y�ˋ�<���_���/y񗇿���oB��<���_����W����+�_A�� �
�W�J�� �
�W���(��š�Ʌu�V8�pAaCA�./\Y�� �
��.<PM��O�-���녷�NQ�g�w.��b�8TLEI�Tl��Fq��~��EQ\Y\]<�(��O/�]��/*^R���9/^U������.�S|��HQ�[|��\��f��v�+�(i.K;��B%�`)^)�J���Di��%�Vi���%�Q���%�L���J�K��ҥ��~X��t}��ҝ��J�ң�M��K�;�F�Ď���.��.k�����2;�F�̎���.��.k�����2Y��F���,o/s~+��˜���2Y����L֪,o/��*oP!kU���9ɕ��eNrey{��\Y�^�$W���9ɕ��eNrey{���I�T�ZU���Vy{��UE�^!kU��W�ZU���Vy{�3]E�^�LWY�™�"o������+d�*�
Y����B֪"o������+d�*�
Y��F�Vy{��UE�^�tW��W�ZU���Vy{��UU�^%kU��W�ZUC*d���*�����J֪*o�����۫d���*Y����Jִ*o��5��U!kZ��WɚV��U��Uy{��iU�^%kZ��WɚV��U��UQW%kZݤBִ*���WU�������_
�j�5�W������_��5�W������_M���&�j�W5�������_
�jT�&�j�W5�������_
�j�5�W������_�����:���_���u�W������_]���.���W_�u�W������_]���.���Wu����:�կ�_W߈{u֙�ث����^�u�.��3u�Wg�i���LC�5Xgb�B���LC�5Xgb��:�{
֙��k��4�^�u�qX��5�6Nm��4D\�ե!��.
�`ui���KC�5X]"����q�M(�`ui���KC�5Y]�"����qMV���k��4E\�ե)�5��k��4E\�ե)��n�"���)��n�"���)��n�"��%��n�W6�m�ZS�5a�)֚��kMXk>�|�ɞ��ք3a�&�N����.����	6a"l�&D��M��	s�@g�5���e>�[�a9�|z�;�}��`9�$���x����|��n�c,�aYõ��>�=�,���U/���۱�k>���ݽ
�y�sj�ɳu-Wux��+�=��X��eдt��k�侧q�c�
˥X��r�y<Oڱ3m޳M�E���2�:������ȳ�W��˗���%e�|�דe���/Q��Z7����u^�v	u����,,��y���v�˃UY~f>�v��Q=��O�w���6�G�O�>_�Ǩs��瑴V��۫��?�|N�4��ާ�s(u��r�i'�[Z�%W�2��?�x@�p��|��Y��q�\�?�B�{�����g�Mk�g��B��{��\CO~AO��=,�a��~8�u�'�v��Z�2J��c��^���Ӡ'�t,�e�|���վ���=\{#�&c��莟��e�pU�:���*緓sd�b��:�Μ��K�X$���_I%`�gU����ʮs�z߮j[��5��v��o��Mӱ½��T`oڴ���^�ou�6o��*�I���Z��4�Z�Jog�i��_�o��͖�O����v�6���c�����(}Ə���6l������m�߯�v.lk��v<��q}��߹���b��0�}�\h�6�g��oh��[i��b괼��n��妾Ձ�:? �]�����^��F�}-�oS�����2�~��k��Fϧ�;��z����m�i�����ڋ�?�ž�dG�=��u��f��mg�s����܃��zZQ��뮄k��~Z��]lۿo"�ߩ�8�j�yͳ��6��g�5:�s��j��eN
����乬�i�Ӳ�E,��=uK�{l�w~~S�Ӯ�/�{��<�ӫ�7g�(�{��aǹ��-1<�y��ޙ��~`8i�w�y����y�w�g���O4�|�s����v�o�|�=�V����z7�� ��	|���]oli��ܲ�o�g'�=fz�в��ok����4m��o�.˜�/�������������9��sć=���I3[�#1�1�������̞ЊB�o��#��Ӄ
�Q3��Ś�^���&�9o��q��D��Ή<�*����a�l�0��}�iܷaW=��
n�۽���Y�7<��gw�.0u�*�J�>���ׂN��%_}��'��,k=�]�u-�lwk�3��k���ߎq���]i�SD�;�Y�����[x1��~���!�`���y[�$�s�]ߗg-w`���؇s��&�b�(I��+x��/�Mk�����dV@��\����N�W��!؝ɿ�V��؏ƾ	�gc���B����{��2l�a�[y��g|;�[�D���Ov#��yF��j�p^{'`=�~W	��\�my,g�mt��J��%�*sK+j�����N
з[N�6�������J�_��6��ǡ�s���=�_�5[���)�Σ=m���jӿG��;I�ڴ�'����(�Q�|�7�'�Z>K����;(�����Zsq����h�󾚜t���Mh�U~�#�f�z/-\�ޭ���ḳ��c�7�����/����̧W���/��Y�ܮS{l�g��Ƶv�8�8oM~���7��S���Ύ�e~KO���w�bv��
}}k�0���������{�sͽ��?n�̵E�y� C v;���_};���7q�A�>q,;�D��+�'�b<�3<ף�������B̈]bhk��h{�ws�?A�O
˙�A�8u�@�]a}\�F���E�����No��'is#�bˇ��:Dv��p�8y�;​��.�����\����g�b��a?	����-�ul??N��6���}�������ܖ��O�}�;=q+����s�n�:�uA���h29�OP����=�.49�2���7���r�a���÷���n��[��Q�m|~O��؏��8z���^F_=}f��xm�n��>�/��I����s�6��k|�|��}�g|y����~`;���v�enE�5�5�7���h�M���f���z%u�BxG�v�x�k��\�\��(�g���T�ɴu"`�ꭧ��Mp-<���9��/�;�Z��N��>�ڻ�w/Nޥ܋y�ﯼ5f�Z9�����O�U���U�Xt�=õ�u�K�
�����m��c>&��=��;���o��<�ۘ�Q������i�	Q�B�_E�͝����J��s:OL������}�����=L?�^��>�Aܳ�s7�]��:��͸u�'C�Φ�Ø_�Tk���p��El����>y��~���|�l}�������w;�EKwG�>{K�5�Ϣ��:I}�����۬����D�s�ɋ�1v7��a��c/�=�u�������fb�9}(O��?{�\6>���7�_����95�or�#�Kf��w�;�
~:�s.������S߮�����1���s���D;Vg����H���$��s�.��|�k���ؽL;���Y���~���K�?�{��]5�u�K��/̼��^��}�^�yԙ���ٳ�y���Y��=bس�<��>�ij����d����y�YB����dPv�{:�1?
�+Է���o�?;>�~��\{sZcb���Kؘ0��/�U�Пq�e�ӎ��_Ҏ��P?����t�W���i{p{�v�~a�q욽e�E}�&��z��l��q�����o�—��gn��w�]�?���N.�Է�C����ݮY2l�[���D�5t)�l�L��@k�g&Ϡ����i����7���8�`bEp�YC�3�M_�JN^�%v9��݁�C��}�;��W-�]�YSܛi�o�Mp'ƍ5=��[�y��ٱ�ݍg��=��ô�mbc��\�>�|��������}ԏ���zFӾ���s��|ڷW��<�'���}��s��ɋ�-{���4��l�1�'5n��
�K�ݻ�m��n߿��]ض��ns>���?��5��b��w��0�So�{wǧL��?�ݙ�W�9����|�O���hg pj��'��]���R�
�}��`_���>�o���z��
�sv����b��q��K_���m������F�d����~���؟��o`���j�6W�*��m���a_;ga�.����j�~
v����s0�[�Ӷh�cS�y�W��Vr�;Ę�����O����o��v��>>jt�`N����K�D�{���f�N�^���UDk?��a3~��iE?Ӈ/N>��×��p{e��<����d��-���=Իٿ>ci۞�|�m����틻��"�i���9cF�]��'�_�1޶g:޶s�qm{�������}�; ��:Y[mOy˩s�cW��bֻڧHE���0>����k7�7�q���迵Ϣ��n���~�w4�����V�J��]�Է'�5:�>�\��}��Y���[�k��}��e���^2�o�����;Y��zWh�3������}[V�w��D��=M��j�g��־]��m;߂�{�;�>�E�v��O��_�k�HpG�s�]}����G;�Y�N���Ok�����x��{̝�����߻f�N���^B}��nm��a���­���� �lƆL�{�t���ἄ��=��P��ZF��`}5:����%�v���Z��o8[��
,�>+m�O�ї�3��6�NVʹ�^=���ͷ|̌p�~��!��'L�m���l�A�ol�%&�Xm��|�w>�}Ȝym��<��m�G+̬mu�f���oӟ��z�a��v8tr�v�k�O_^�^�����Zh��z&����yCd���c���o�'��v��
u����}=���aii�{a�;��t��Ywq>��w�O�9Q?c�)�YN�9׹�i89�9�69+�'��U�)���<����g�睳��s��~�s^��7����/Ο������s�{�{��{������~ٙr���n�^����w7������Vݻ����kxM�'�n�	�O��{k�缓����s��ܷ�g���ޙ�\�`�}������{���;�y�wF�������N�`�{*8,yO��rpqp��JpIp��j��/hgrR�$�
�K��X?�s�~�3t�u<o����3�{�{Z;��N�1��4~k�f/m�����M�|�m�����
��0����K�Se��sUvV�V	�6��3��U)���.�쥲��r�O��TY��>j/�><�����o�_�<����I_�v�{�k�;w�����&9/8�V6��>��/�yԴ�|�e��c�<����:���滫�S4�S�^��[*{�������rj��|N�8u�j~|J��p�9�/|���S�H_�帩K��թKt�g����i�7Iwze��S_���8u�Ξ2k���v��$�g93�yN���Y�\�lr=7�~�]'f:s���;|�xb���?��׸�k���\s����0�F������3��Q��7ƷD��?�����7�(����Bb�W�3����[�κ�h䑥�{�h�k��ej�]{qq+���h�|��9^�C�,kN��{��᭿��n�69��'�a�iynύ:���|�|Gڴl�!m��Xj��m��~��.�&���|/�|�M�nRw_R����T�.P�)�PI�d�;�����}��*{�,sLFEgN�d \�ǜN�>�{�^j=�����f�u���P�n�m���̷�r�fų#ݣ��i�;��+d~���{�������n�ɛ��>3��6{f���\�-��u���1�W��0�ya��w��[O.ʾ�ϧ���u�g��S�J���a��	�@���hE���gjuu'�fg2y%;��}�d����p��M��ٙ�kN�������9�8r��U�E�nv��>?�q�>?���!��;�c����ɟ4R��l�Fk���3��1�9ԛK�y�T�d�w��Y�|������[
[L�dE�ߒlP1ه������#~`��_�i��մ2������w&PPK�
�[�6��D9D9'assets/fonts/OpenSans-VariableFont.woffnu�[���wOFF9D�FFTM9(���9GDEF%GPOS!L���
-GSUB4�,�1�OS/2U`�@�Ncmapt�j�ncvt ���=?,�fpgmd���Zgasp#glyf#�[R���}head�66�4�hhea�!$
��hmtxh		�V�B�loca\���Ҍ�maxp�  �lname�h�4���post�@�'n��Qqprep����{�B|���_<�����w&Q����	�bx�c`d`�����s��9M8�0E�K)���v�_/��Jx�c`aY�8�����՘�,�,�t���ix���߁AA������00����w�?�n� 9�m@J��"��x��WpU���9��ܨTH�H�Q	P �i@b0�
�T���<�X�l�R;�L$-��P�Q��@�2Pj��J�>2f,�-�i�%p��{Ϲ%W2�;�ͷ�g�>���7a~vS�i2Q��J=#Tt�r�'�k�J���Xu'���;��u�@��)�e��N�'ʈ!�
b)��3?A�����!X���wL_�}1UI�e�-�O f�Y~�b[
E̻1�%F�F	�3~���<g�n�y^���F=WU�)|�n�f939��Ov���\�r���8�N3*ɕ���o��i�>B��Xok�a�Q�NDe�{�(�ع��?�{��>����7W�a�l��n��V�S�B#�@�����Do��za��h�r1�>��Η�d�C�˘���T���'����!��`���#zq��>�B��>�����/e?��p�s����`����ȇ�.u��!<�O�E���:Sg(7���L��ڎ�����$�L�To`qB�;�.:��0:#�]e��1�.�w�b��
�q�J#�ڋ�س�T�,�������F9��{�"A�3�$�(e?�rN��أ��]F��;�uh�C�Ed&~C~4���3��6ѣ�2��B؉���U&�W������F�R|�S���Ibc/�٥����9�1�s��{�l��9�˽��wɦ}N��仉<u7���K���f�-��F���˚�޻T`�!��Ժ��9�O����&T�=���~�U�f��7���f�?��p̿��y�G��������ذ��N�YW��쿒��?G�+�6{���[5�؀��>)�?���[cCGC�X�;>ʶ��c(�{���ٌ�������$��Ȟru�fސ�
�����1�(�HQo�B�;nj�F�,6��n������9Hۢ��H�T���y/���H�5�k���?sS���X�;~l�����?p�Zɳ���a<�-<?e�3�O����]��{���i��p@}��r'���j��ܝP�	�d����\�2e���W���'s�ϱ%R�X�V�kp����J\�#s���&N���/�s�PFk�c$��B9-(��鷄�G<�.��V�5���2���:�d��vʗyJ��.�y�0�es���|U�r�(p7���1�1J�wڸ��x����݆.^�ɓirs��s�R�p�q�r��o ͛�{}�9s)�jx�T�*��z�o�
Or�v���x��������~H{�J�M��5�&��J�;����}�K웉�8�[p}n*�C��8b��1{�1�6�ùg+�=�TU70��O�A6shW���|�)�͍���S3��cF���#�M/G����G2�V��!Y�;�d����6���K=џ��H�����p�]��`��;։�P&�M�ގ\]��!�������Gx�Ŕ��&�I3����g�qYK�a<��`��79W�11����C�
增��d��M$8���Y�^lO���O�g�lcb��/�f�0���v��34��>D��o sֵ��C�[�ڪ%\c�w����Ig�9��]N}��9�������X$1K7RfЅ�w��z��8�D�ED1���M���qA[�ߦ^b-s��XW)�]�L�胱Ҧo��:�
�~�("F)���K̵�b�S�Z� �W��;NW�y�8��w�K��f#Ju����$�l�7���kG�5R��^�E�j�2�ξ�&�`ܹ���ğ�j��gw�=�.��5G�n�w�I.�^�i�U�����l�u;��Ln�Ŝ��-�y��N�����j�?��@��G
T7<BT;6���Sf���%�Y-`�^���)��s+�nD�c�v1������AL&���X�)I�E����D��}��-���l�-G���y_�$��,4���j��:��DZ�q�"����EX�Bo�=���z�%���L��|�s�I��)��y3��u�6����Z$x�&�,���:{M��B���8X��jDI������?���>���/�{;�2�8�Á�^�w%& nS���U���Z���5��qn_HT���&�^D&k�w�A2��y`M�O�>�,�0+��j3^�����c����O�^�:� �\"m"�ȳ���ȃ��`܀�\8��Y���y!��%n��L�(�ü	)_y����[�>d}iָD�d�Zº<G�E�?��a�V�f���n��r��/y��Y�^�o���*�w����-k�\�5v�s���.�/�Yĭ�G�&�7%D����;�R�s�鿤Mm�x���{PTeƟ�<�T^�$.A-�.A�e��Y�]�T��V�M�qJC'�CVD�����02+5C����i��.f)إ�0j�����a���f�{����;�>�@�P��t��Uۘ {9��a���@�uj��U=�4��	�c�q�8n���a�Q,c97�c���!�{����ۡ�%�J�?�I��z�����x���u�.�z���;Üqα�TW�+��p�qMue��R�uf��/��4}����*��R5�[�kDhڌcB1�1\%4��l��Z{��v�1�Q$4U
t��Z��-����z]-4!N-4�.�슴h҅f�Рo��'44�6��V���l>���x�i���w�/����������j�5�b}1�h_x��m󺽋����2�O�'�z?x�x�<�pO�g����smg�Վ:
�v���|m땤p�*����:��8��F>;�$�r�:K?��a��N���h��45]%���*I%����V�D-������F�4pk��"�d�y,����n�f��5�N�i��r-w��oY���$��s��ro6�Ū��5p����A�H<{�G�	?�g��G���K~ů�
�����;v��;顗]�^�?�'��Y�/����w��{�'��!�{
���`��4�]�����0Ce��lc�H��\�"�y�D�L�p Zf�	bp!b��0
c4��\����p9��x\��p5&�Lĵ���07�F܄���[0�b*�a:1I�
��܉�0�p7���9��H�\�"
��@&�	)�`-�z�L6���װ�c+�c���;P+>ډz��.�?����F4�9��AqG���ۏ�!�c6r?r���,g��Iղ
�䛵o�+���l��`#F!�1_&a56�0�\.�,�r��]~�}*^�eu~�Y�X�\�Bq�(�2O�<�'�,d��*�^�_�L,U�*M�#_�S*�2=Rx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8"3CEE~+�
_�3""24�<#�yFFD��d�[$2���C��ȹ�s���s�9�n7�Zs�9�s͹�nν���}>���� �c�c�c��A�|�:
��.C��ǁ���B�6g%'����w�0�Ɓ��&NԜP��;����J�|��$�$p�����\R�!w���T�)���B��ExӈE��5ߛ�O !H>Ҁ�v��t�i���[(J��v�g�gg2y�y
y����𳴳�g]g������/�c�ӟ>wT@+d��s��ϟ_;���e�8z�0�(�jG��I�抁bk�h�D�|�Z�����#�H0J�3�	cf1+%�Z	���D^b(�.-*���J[K����2T�(k(�����X(��bX!������hyNyA9���\\.+ו�q(�pR���K�Ҹ}|�����||^�7�� ~����g	���$�<��-�Kd��v��h$z�Qb��D���C�F�!HR�4KZ&m�>��r>�Df�y�V���C6�ߒ������E�P(�6J?�C	Q�e����TP*t�
_�T�B�FE���r�r�2Y��r��5���ҩ|jUFUSMT/5H��.PW��4��@���4�K���5�Gڗ*AUKUW���YVMW-V%��U��z�Kw�?VӪ{��W�7�w�k�5��9����Zq��VQ��5��jwj��"FC�p1b�M�?LS�2'�o��e�s��ff���C�1���F�Y`8b�Y,����,)��e`�Y k���J��l:���Ul��fO���ku�:x�NQ����;�8�#�tp�+'�����zm}�~�B��!n�p���E�E�Ş�K�|��7�[�x��%��K�|��o�S�,��xu}Y9qy��7A�#�	F�]��
�W`W:�x�D��
��\a��H�V
�z�Qhz�o��W�W�W�WCW�
�
ꆉ��k�k��z��\K\ˊ�"��.��>4�ٍ�ƎFy����8��1ӄj4�����u�u�u�u1T�/&����8%N�ć�-ͣ���͛�---S-�?�~4��ъhmj
�f~���S���-s�u�{��IB��$S�w��M�M�ͥvB����[�[����i��%����G�Jt;�{?����I�u*:�����E�=�7n�n���eB�A�������Q�	�Y�󥫨Kݕ�˽�pw����9Z������E��=ʽ�{�{��(�
�bN��~���%_٦T(�<=p>X|p�©ZUn�R7�������[���tG����7�h5V
����]�S�4
]��H4J�Q3��iB�YͲfK��j�Z�Њ��Z�֮�i��[ڌ��C�C�ÍX��G�c�����/[g�m="<�?�x����]��>�?�U�k�׵^Z��w��}o�����k��y��v�����kh7D
���Ǣ�����~E���I��Óԓ##�8aL��-�[�TiR������x@>�;�L,$>
|5��R��l0��!�yŜ2g-K��b�Y$��d�LX,���k�ZiV����i�Z�>kܺhݴ�X��6��m�d6��ds�|��mζbKٲv�=�N�s�v��h���	��=e��H�AspBG�C��u�Ǵcёt���'ʉqҝ|��)u��&��u�;��A� z;X?(��F�r�\(�et]�C�!��|�:�Z�s��r��;�����������/���xx�����Qzt����z��gƳ���L�,�lg�>,�y��zx~�Ux߽@��������M����]M��a�c����X�G�1|<������h?�_���N����3������B@�	`
�E���`?�G���n��^��E�H����c�� 6(
F���q�x۸j�<��_�φ�7��)��s'�c�@��eau/���tx?��#�nD�D�}�#��ld!��;�9�%�-��Dk��h"������2�r��QL�)c��1�yc�X,6��-�����R���7LOLM"'���I�s�;��M�L�O.M�OA�HS��T�5���x</������W��V|;�ߋ����A�)x���P�x���@T�8|�m�l_:,,Hg���"EDi
J{�`����b�����1��[z^L��/����囙{wYԼ��S��2{��9gN�3g	���
�3�Ex:���]f#I�4/���F�L%$��uZ
k
�3�_�$���o�]t��9ii9����C+���!SD(��JS^���x�2R��B���A!SB�n��I���M �O�^"�H��__9�ժT�X,���R��d�b"ݜnV�Ƙ���x�?�OiF��p5�J4�/3����H��|�[�+J�7�:
��  ��D�*��b �
�
�ޠ�qG�p��I��,�\�Z�%p�KzW�zVE�D"f�DG�EJ|��Y�Q)C�b#���f��_�O�2������h21���Z��>U����"���AP��@�Mo
�`J��ѵ'�ΟvrxB��Q��U�e�������h���6�70�υT������=v�
\�*↛��&u�Qf�U�L�M�|�`���i�CL�Mfn2B�o"�D�U��n�vS����� F��(nŧG��B�t�EbB�>��jt�Ą�`��е�k��';�(��/,)*�����IELۺ�kǦm��	��������~���5:t���C��σ��������CG9x���h�y��M��� "��%�O�U��8��Ɉ(�̦���
��wj�>r-� ��	����$'�A��g��- ��BɆ�J����σ��A�笛�4��3k�����q�F6��n_y)��3nVQ��YS���׎o;��͵�i	�ũ���K�n���0mA^����?��f���n����.�o��tLA�_�/������[�6����W�]$��8�N�qp7���Y�o�7�JAQ��Om��XZ�k��2�����/q���^�>om>`���I!<%�G�"&Ϋ��1�C
Lf�7 ��v�,�����I��w���y	�{��@��g���\NKY
!'|�
F"��2��n2V�J1Pe`�P!zF-��:$���5�`�7�������[�:L��kj:a�^(���r�m:��a�'��a�e(��R��a�3�&��P�P;(��Z���_�Ճ��(�J�\	�s��	)�v�i-��b�B�rRd���`��*9ðPf�������Q�����E�cr�y%>��	9�h�����l��`L��'=CIdH:c�]4nWV�9'��5�E�B��],��PT��!��Ȼ�������'��HG��� 	�y?wƦe��>@{XC��ʹ
ͪb4*$��2�ĒtD���>�ޔ�w�?���/-kf�Z�nY�Դz0��iN�Ÿ����p'~��{�r���:�X����<D�
��;��JeR)�F�7le�c +F%�jr�L�L��PT@R؁1`�j�-�thH`�a�,aM�6�����ʤ*��C��3ZP8H����d!�x���5�ƞ!`Ō�#7�L�[Z>pծ�/O���]%X��<z�~��!�q��U�[f�vmwM��]i�
�&���bp$cS�	��
Z$$�h.-?'�+��X�E��h�ǚ�ǘ,�:���O4�qi�+cǽ_����:77��e���Ɣ�Q�t~�9][�q�J�;۹�冐��Q�VW�I^��dLü���e�-��HH���KP^uSVeR%�m$Or�(�h��'��lDT����>�|��G�2���X��
��1P����'|�\>"'(��h_�e�����@�Jo//�.� �>��C�B�}��6E ���r[i����^��f]Á�3W,[bKR��χ��P�'\^�uwNX��Ȅ��fv>�qK&�oㆊ���!>��WAD��J�ӱFw�;����D���F$�"s��@@l���&g��m���A!ձޫ�jV�k�4��
��v�W���\���4j>9����J�t���^�c񅱓_]����E{�?��`��!+g�@�UB�EB����*aH�rnD/�:J@Y��%���(㿭��
��Ѿ���R9���#<�I4aT��ba��>����0W�F	��r8��-D�Bq�VP�DY�wܝ5z}ɰyCg�ru��m���VW,���v
[<2n�V����;ƛ"�w�/8SSyb����C�&�װ���M��k(v��K-�55��S�6�z�:��oJ��7��E�x��ȩ�ݥ���ِ�*t�lE�tHH������i��}�*�ͿvuŒ�4��n�َa����[&n-����v�|��R&����4��-�����'>i)z�ߠ�M���i(��b�M�a�Iq^�!�	Z�a=�|�NX�Ss��r�,;ڞV�e�y�\dL��T�i��9�rUJF�bm�Q��������>���a��璿8'@��7:��ʝ�<���Xd��`�ըV��u��WJ�8\
���;qkWh?��绝
=����&�p�h�05v�
nҊ��P�߅�SKЄ`��������i\͍���~E
²�4@��.���)A.�(X�B�&�{9��Q)�x��qa���>t`��W�4s���SCⲳ�����QM�)�*2&7��G$]:P�l���r��{�_�3�w({�9KdD�U=,?_��P6Iv�ø�F'�Uz߂��<g����H��X��SH��K�h䭩h�zj�`l����
��i.9`�G�-+��)��n���дk��5���9.v;����//�l^7��+/�p�/����/@���_|��Ԫ�3�n~�Q��$?�>�i��Io]�F����b�M>���K@�~��܏nq��&��Ĝ%?_Y?/;�=�m�Xx|`$�u;!]�Ɲ�%D=<wwJuC�D�s
of�z

�Y�h��"��<k�>s��$��M9��J�z��8x��e.��"'�۪�2���lO�L ��:ԡ��3�j�X���%�Tb�A�i}l�Ն@Z��i^#¸k���24^�$r��q5[J}�����6���b����J�{�+�+ʔR�QV\��2�[4Ӿ��ɓm�sӱm\u�M,����	���y��;[�V��A*uޕ�M_�;V4��ϸ��V�̡�;�Y9���]��y��e��k�����@}}Fd��H{H��CJh��
��)���G
J"��"������5��?CN�Yf?������`����
\Ѓ`��9(��/�+�h�lR �S��S"GQ��ME�����v���3m����n,�	z�$`;��Tڟ�@��m��̤@:.�x�;e�e$����If���w0b�
z�~�{m�P��2
�M>ӻb�WƯ�!9{�)�~�%(z!*|�1~����_��
pٹ��A1E12H~��Z
���3�{�N>L��S��m"8��}|�s�0�Fl�F�=z+�%`*����¸L�8C�8Wp8qY|�O`^DJUʑq�%r�MRY��J��Ug�x��@Xr�KP�XN3�p�`"�8T���o^������Ԗ4p�5��W�LK������}�2����"xx�J���Up5��	cY�=�k���i-�KI�^!�orb�p�"< f%@5�ӊi��������YJ�y0��kr{��V��<�`Ʋ9�x��S#�#�$j\�ı�T~�}sA�	�+��/Ŕ��}���,����hݰ���)ƥ[�T�H&/¸K��]rʦc$�]�@�F�/�R�H*�������@���]���S?:t����x��!�צO�t�>E/p'����{������N�7���D�>7�C�zH$2�i���,��!	ՀQ�e�9��0�W~���a0��־Pu���N�%��W��M���V4vn�m�"n^�j_(�A�0�"F�|i]aѬƨA�^yݕ���7�kw��A����7��'@�����H“���*���\���\���8�O��"�6��g�]�r��*��{�0X����:�t�w�������@��w3ݛ�ot�ߺ��S��P/�@yV(Md�K�Q67Zⲫ��ED�u4��
D��ǎ�?I����*޲0f�sgn+�d{���wV�y�8��TU�Ҭ�
s���m�k��g�F�Pc(�o/�s�<2���\�=bbAD̔'x\U�FŐF"��(����Ƃ~��\u�K�3�$&����y(��x)Ϋ%�M�"�H�	��x�F�x/�y������+//?'����5 �O�xψ7jO4Qg1\��~�#����*�F� >�\���z���_��v��i0Zk�J�����π�8�.:z��4�2��O�l3z$r�>���W@����M���ڟ�[(���2Y-����>u�C#Cʔzw�#��S?�i�r�Q���@t��jV��Q��P�>P:"��c`��Ȟp�ش��Q��Ҳ�QԚ��1c
�q��S[ ����au1���4�"]L���Q	�"�v���5��ri/���,7�l�V�>y�<9�>�I�y�j7�" �E���ʯ݌0��A�y��0�y��K~ҳ�:C��ee$����5��"�foļ�GN���gbp�j��{$��.�^�
o�wok}��3�s�iX����g��N9�K�p�#w����g_��#�6R9�����dг�Ϝ�/@����/aBD�l(N<�
8�g0C�W����V���"C�,�
�ċ&�eZ���i>
���l�VsG�jgO=��]�qw�����s~$�������Z��^���]�-k�:Yu^F�,�qP%�&��5B�K��C��KK�Ԭ!zִPO�Q�~�Ϫz�n�c	?"�0ZU����ZM�d6Zj�">��8"�S�J��&�$��I0@B����K���˪�w�(u/�o�3ǜw��}�V�y�{�]�wPax��N�ř�m�A�C��WE�ӫ��݋u�	���X
�	�D�U�#lZ�M���Z���i;�_V�Ȍt�J)���"(�P���	B���Dn��G�5m�܃Z�7�k��~��'X
� s�1o"�%���\[m�fVc�X���}���C�� �:�
H;�y���pF�3��O�
.:9q˽��o-z2.>~Y����6��65y�f���^��7x��ֽ�����-�����щ�z�J�MA�dҀVdSk<=��]��J�
%���h�a֙��5�-2���{gL[U�-޿�KP�,�d��On{B|�'���qӃ���~�7*f��W�����7>v⥆t����b�%$
��S�.���D��G�uD�h�,]{}�]F]84y���gv���|wS�n2���?�:�ʍАΐ���ϝ�ڕ�w�m-�u1%g�E���eг6��QR��5R�"0*�����B��'��z�hgc��������q@I��3�zuT��NJt�e2��e�P|�i��
��tb8e��Y��ljjx8���E�X��a̼3�*t
�+-��瘀ޠ�#c���4| F�<`�ѩ�$"����͎��=zZ݅v��$
h�����h�������}����L���%/��L��nn��l[���<�iR��fT q��(c$�4/���}W�>C"C�]���%O:$S=6�����Ҵ`����-��'��΀r���M�<��6�Q�%}��o�iP�Y��OdJiF4e��S�-��)}?�n1a�A�KN��'��V��<�f�g!�=P�Mf���e�yZJ�6����J�3BP��4<--<"5��}���'�$'%%�$BY���i0,ዼ������0�v�˴���%�a�
��e�췶{�F��p�
�,���끬~C��6%ψm�U0\����U�V0��Y��;ܾR�����tQZ����(aI���L��
w�s�:�e5=�5EzO�\�}-)��!����+d��RޖP�1����*ܫ&"̪����j��T����B��K��G�[S�*_�Kz!�3��1�u�`J�=��i�S�5O1�=
���~a΢C����tŋo���W;:�;c�A�Z>7m쩥��t�ԑa��Օ��^?-�-��ȡ�WJ$D�z%��}�:��-hf���tťwxQ��*��J�S_�9�x�_.��/�¦�t�NF��I��蚜���<�1l������hNg�msNN��#O��+��1���g���gگN�z�}٥�x;���&8�'��P�X�Rn���d6��ˋxԎ9���}$ףs��P����o��^�FI�҉+:,�5Vr��+3��+�o��_�ڢGF�f�s6~o|q�ڲ�k.��|�����Y������mZ�LU�֊�����P���#�T�9٬�"�����P�/���۫��{�s^��f��l���t�}�Đ����x?�-����;d͘�ˌ�~����
*ˆ���
���l�d����
��Z�!~C��X��,�+D�v�8q��R�Y:���	���$h�g�9 Y�2�h:�Kd�ѲG�,�#9��>�"DX��)�V4LϼP����2uʓ�_�lxJ�QMRO��U"�l�
6<iH�(���0��ƭ�j2t���1h
-l���#y���#O��]�Ux@!"Dn����"�-^:0k�M�2|��ߤ�1�Kw�R2�Kճ�ҥ��K�Յ?sm��&¹��{$��EUV�ޝ�Q�J��+�)pq]"3:e��$h������.��ɊT�ԑ�����;v˪g��>��z�<�LW�n.H*g8A�&��K������/^	R�[����\5�k���/>��L��Ax���y�omK�����K��BA���2
�e$�OA��+�DG\s׫=-W��^��>�[�eĬ�Z'�q暇�'#�u~�=���Hrqx��t�>=�0���zfМI�^9Fr�}y���Р�Y	�ļ4A='�떡������eR�֏}G���
��:^x��_�ns7/�q����i\�20l�S�$��d���u�	O��͍`]dرZLW�A�����`_�H���:a�Ę\o]z�e��Apu�)��"�)%<�O�*��:q�X�v~m�Qj��;c:�t���tTC�d��6���Y5�*k[����0�{	�[!P��}��Rh4j����}Yx��iH='Z����h��(�3�V$_Zx�:efa�̔�3�yS���l��4e8�膮�⇎	[
L����i�rV�Fgq�L^�qS/����*
��
����lf�8&��2A���f
����s&��g����ϏPA��C8�y\����I��j�b�
ULf���i3�$M��tuJCaaCJ�i��j2�4�LY�v�,�b�G��� g�t��\����9܍��8}YH�Sń��M�VSR}��ezT�c�V��k'V[�D^��8�䀡u1�K���Y�
��J[;?o�\�3�++akb�Oh�wV��To�,�[
ڡE���<A�D�"��,zF��_�ӽ�}���xT�Mz�S��Ų5*�C��	s�0��ޞ
}�X(��1�F�UoY"�1�QG�9b�96�#�i���3�VZ��G�.ꮫ�^��|�
ԯ��\ڰ��qAޛ|��n�}�������8d���żq���j��_&��	�t�3r��6A����p"~�\�Ԍ��<�p2g����#��Jy���_{m�s��1A�bZ�s_,���!S�m�<�e��K@���<�����OC��D��h��zz�����7�X�ecc%rww��H|܈ts̝x�đ��x�gTʐ�lJ�󒐬�c�^d⍞�c��~^��ZU�:�e�uv����SH��5�s�C�Ǭ�2(�uآ�������h�Nzsܺ�ˍ&�q�ص���yq�˗�L�+���5[�<�������o��JGDZ���P�pyJ���67�6G9�sE|
��Y���3���*��{�q���^���՜"�&��/8���x�o�h��95�Rh?�cƧX =��N��'���PX"�Ȇ��#�`��I�ő�
	�sGX;b�G�Dw!2Dڙ�s6���ߕ��3�G�qy�����u5��'̛0����2��۷f�F�n��h��3cʶ�
�NMJ(M[��RC�OX`j(������kʲ�[����]2y�1dƨ5;�6jM����a���鉣���~�9I%y��D�$FAMc��u�Z-%qVƹDN!���I	p5���К����⣣����;���{d��W��t��*�la��g��o���LPp��@[��jH����Du�����~4��D
t�J��~���x����;�or?�ݸU�|���Ԕ���%k���oJ��<��'뫏��v�Ǫ����i���P�h�u��y�^�� �7;n�	���sj�����:��5'~Z������L�2�E�ə�k05�Z����\��%��_���{�+�I}�7u_�
Lnk�7�FX��9g4�Z�'EG$��[�p�%qr%���f�2&"5rlfVE<M�d��yV{�'h�:01n|1ƭ��O�^!X�[U277F"��$�����ݦz	��[(i���Q������9�2<��=�=�
���{�l��������w���=�S:�/`�J���u�E�Xt�@�Nyq�ZbaA�L7��"t �@٤Dk��Ul��&�˥Hm��^�;ԏ(�CRC�晝�?�{cuCquYŌ�Lj�އ�R��������"S�aQΈ��'F��{���,�� $p�i����Y��6�G����!�
�N�%����<!�drM*u�l,,�XW���hSe]݄�	u�Ը��**����X7�6�sFE�Tg�>�~�y�LN��KDR)��d�Y�4c?��Lvu��뫔]����W+O��M�;�7�'�aq�T�-�W�&0$>�4��&�����#����9h��-��F۩��ߍ�X3dhLxy����Y����v%��&���9�+���ָ�	8a�W�N����2v�J��AA�/��Yn)�>rz���Y�-�'5Oon�\[j�6$gYֲ�,�+��fS���x��3<?{jQf�5�X��p^����ka؂<�d�&��4�!0?ד5h�
�G�y�N��ceNCg��`�&RFS��|���ę���Gq�&�	u_(���[T��p�01E����.]�~0��%�O��Z�ȝb�:VU�YJf�t��Е8��f%J���O��Q��O��
te��#C=7a����=�W1�-���=���Uh�w�9���A�@����/�G�+�8�VH��*"�9_@۟U�d�ȟG�6�(Ճ����V\ސ_�ݫ�!���ldBr��d�t@��O��/�+P�����2d�;��x��Rm�XAR�6�o� c��l&������GT��e"��됧�hOR�NB�� �L��N:�D�/ۼ���-��F�{+&N���8��n�ܙC��n�9oѢy-�[ �PWt5�5H��]D@#(�2n@,(j��$ 0�7�w`6�����\wxz=�&U��lPj���>}/��B_/��6+�H��j��==�A>>:E��l�nr	M{�Ac'GqK����Ƥ:�w�(���PG�
b��
� G'�"j�ƞM9}�]E���[״�r����d��耎�s�[�_�\�{��:2�~�v��93Ϋ*b	q�"��P�F�kT����R�V�p��V<��,`J�`�7
H�&հ�gS(�(�3c|W�;P%�ʰLL����mK�T��H��EG�~��jƶ�@l�?(�y
�A�[�LH��$'�GST����b��6x`�!IL�■�ˀ���̮*�̩G���>8k
�s-=73%˲�j}g�eT�Qj��_��������?�`��T}e�IKꊧ�E����[�>�?�H䚩"�
�n��0�E675>��CK �i
���Y��/נ�,D����p���+�j���>���J73ȣ	������ Z(݄z	�'�6�B�P�P��l�/�߉�{̘p�o�lp��o�G��;��/�1����p�5�H�c�Ά���(�?��8�Ԁ�� {9(kKq�����j�����S�/Ò69
��������=��uz�č]j�9ѧ'�Ի��d��=��p�	�`
�{�-�<�g�Y7���0����a<qM����Z�fٷ�Ǵ�c3f�c��;3&�	g:a��3hIW��
�*<_4�S�^K
�`����˘���1�w��S4�S��G�pLƉ�3�{����p��c�P�)��9�����F#Q�I�V�R�$�'h�բ�M��`��Hs �L Cɥ���g�ÿsm;v������k D��q����\��ܶ��VN��$�bұ��y��4Ҿ5�6L���W�����1-d�Ș
�1`X��D=2&�9��1��p�5���i�4����FH�.�[�"	��2�K!��R��Qzr}c��-���K��v��jn'��xP��j�.���]j�=��̎�v�:�E�W�����n"�Z} +��FE顙����dbqP�T�����;8����e��M��`5Y/ҩD�%����N�g�r����&Ξ9n,���vax]����gR���)��ߝ�cJH w'�.�+ 4�7���Q��9zM��:���w�{�âP]�;#��a����za�����[�'#�i!C��G�lp�������3�؁y�'yX���|A��`X
�K������'�c������,�S��Q".��?Ҏ��@O��gN>��]�{��o^��U��.1ݽ�'���h���=D�/��b��ʢS�-Aj�V�/�����9N�Hד)��w�.����ҁ~y�SS�ͪݘR95i���ҡ�uRJ�S65�h��?��ҥ��ѿ�8rHFX@��غ���Ρ�'����KG�N*+O�(ϲ��EL���>��ټ�LW\c� ]sx^�nDz&���<zxL��7cc��ގ�$><��DÂ�h�@Lj>|��c���P,� ׹V:�R8��y�'hMD$$�}
DZ��
"��e�zK
�6$Rd3ij�,��)��X,�CJ|��;,}��D�u1.7�]s<h�TYAq�x&)��t\��i���vM�yj^XTöi���6|v���酻r�^�_��)�8whו=3ƍ];
\��)#� ���X�i��p�M�æ�嬟1�bF<tͬ8�bS��	�&�/�Y���~������6N�j� �ry�
���6�5O��g�.<{xLX�7cc ��1���|��'�kb�_{�7�:<�xL�~EJ�.��`�1-��{���C���1>
�(8�[8���`�O#/w~��nςx�c��`h{Vu�S�?0@��Qr���ى
�4G�7:��㬔�e5�J���&u�YJY��YmȽU�����S�_,���M��WJW�s�6�&-C�n��k���ȋX5�����WϾ���|��ɏ�}�©yw
�O��O��o-�;g��7_�4���tõx���QL�C<���-�?F��cZ���������O���n<&��1oc��x"
H�;dݏ$���Y>�Eh��RB��\�;�p[�Z���ry��]��Kt��)|'ׯ\�5��HH��J��:ؚ�`��m���E���&F{�Vo��P�.0P�Q�l&__�T$0@"�5	���}%
��&QA8�r��g���_�*X�Z6�vp&�a�����AY=/y��wCjy����"�����9d���!!���� ,,�yX��K�V%��>���,7ۗ��N����`~�x�����+��i'�G�:�@���x8��cy~?��l�n���x�*a�4'�`�v���I�{R��-B�r��d��*�����8�gB훊⵷������ګ�H�>p�&E���co�~d�Σ��g&��$M�LgD�*;דKq�9��/�0�����;�\
~�	W�~��k���z��l"\֊c<�Mg�X	w��h]�E��:m]%q�#�e���h'�*@c8�G�|�SE��+΂��9c�Z���ɜ���{�s�?�ްO&���x�P/�uS������G��o^��'N�p"���W� _0���)t©&G?�N5��S&b8���r���x��w8�~�.���eIW8L#��c��1ԟ$�U�u�q�;rex.ď*��⬓{�"�`E�s<���-U6����0(n�t�9"�Z�/:��'�Z��w�ǷǴU�1".��ǎ��‪e�On\}��'�4����7zdl���e�.\X��_y9�폿�u�#G܎�|� ÿc:��~t��A�Ӈ�$^��"�����p���1�#p�u©"^��B'�j��#��='�j����:�B�`8x_�6���k-�D�UcT)��q��:J*�E���[��}|�h����wi6���2�)|SMS&,�|bT���*�%&NBO����QiPZǗ2A[����L�&���ôr�*�'$��)&É��.'ڽoO�m'��f��@�X�w��h'�*p����2�/�
���QNHD�B'�jr��x�='�j�:'V].��4t7����M`~.�IJ�ǏP�
��	p�y�]RL�(�6�������&�	�!���m�@�N�>�W�]G�dU�h�H�*���@k� \rMw�Q-J��4TNU�4x!�p��uta�o�Rm'��U��V=���RC��F�7B'����A�M�'��݅�6G�
J�z���=GX�R�<7נ��_v�Q��c�ya�aA��ZkK�X���L�����/`��؂sI|���w�#�
���U�*8����1W�.��X��u���iam�>���G@e;���GP�Q�e��Uջ��%}���ށ�2��򰪖"X�~�Og�`�a)XP����/�r:����ESu`��&��sK��Wr�ק�ҹ|}:ۿ>�t�~:�%�~�[��-"b�Ax�=0����S�s������S�\�2;˵�[�\o�4|���j~2�EϦ�;�N,���#|L�c�9
��n��S�kA	<�(�J��(�ԥ�RB:n9;J�i��W^�6n8yR�К(5XO�r���௅�2��^�S1>�^�<�t��?qB��׍.�a��~�c
�1�ᾕ��A�>tw�������n�����p�ܝ�����E<U�~>����J��3i.� ���@:��>Sx���(����+�wA�z���	_����I�b���[0q�J�@҆�t�{Z������ W��e�TJoq��-.��Υ�:݃T`��I�� �@I�of��+rn�%ٍMT�}Xe�{�K~{�#�
}R���v�o�wd�X���y��g��Нq��
��e�\J� �K]���̫W��G�����B��t.�B��W�3�1K�4P��w�%���N�tn��OK��b����ݥ%��7�Q�*�j|�oਨ���K���K�8�-��o��LG�_�;��6�`\Բ�\J�t���D_�B�"/���\�+B�4R�U�v����D-/�K���h���,o��`K���y����H�S:�w�,O_켽C�V-�8�f��_)9��gE��|�
���t�C=��n�������Kߒ�s���XG'~�N'�8�:�T���#p��"`<x�M	.g��Q�8?����
������M|/%�����DR)%��m,E�B���j4���,#iz�q����C�ғD
(mBm���#�7Ɋ�?"����ۼ�~Z���>=�21,���)��G�]b�EP|�u��h�k/p�lVz�sr|e�h�Q4�e�L��{x���d��A���l��H�B��t���#�kw7���]'$YI�/�tԸ� O~glk^�b��O웶��x���-��Y���E-�o_yg`�N�u����ff�#��ns'�S��c|�uҍ+���<w�r��ܙ����󧥮����+��^\��Jy���[
��N�<N��y>>��שP��1��c<�۵;X�$��×Dwi��b�/q�8�ǼP|ȟS�̻Λ�u��CTdb
���C�~��6'ٯO��]��0&���y��:g���a8��(��>}�����N�:`�9E�O��瓠_1ӡLx.r��o�
�Y<o��"gM�ͫ��c��
���@�ar��r�9�?�N��
�n���>��y�b���ms2��w��M��ea�+�(B�h�"D�|��z�c��Op)t"���A*���Z�˶m��Z{5���G����^^:�ZM�V����2�0���$J�Rw)��^��]$Ҳd	��IDߙa������>>���3GXG�2��#�p�>(����8�N8�ğ���p�>(��|L��o�p���0�G��	��ḟ'�����&g�s�V
�gR$��N~�c�V��߃�OX��N/�/�
Dža����|�y΂�rh�pt�@�TJep0%�����k2�������wP��Q�X�o�ij}FU��AE��~
=>�$�4”I�'�2gԲ��o���Y�<:�_Γ��q����T�zH��#|g��
!6^�y��G���
��a��v�y6Q>���ǂqu|V�U/�p2�g��{ļ�W�����<Lt�:<��%ߊ�Ya�Uc�1�J�oN��y�E�0�Uc����G�lp© N�u*��(����?7c����&�.@(y7!6���9�y8�+�IU��e{f�5
,f��jPK�Yuh�^�.S#X/A�*�~Ka�*
��\.���C�X]R_�7r�p�R�;���T�e�)<�(�r�r��ej�0��������+����ɴ�u���/ٙ�&Z#�Uϣn�JY�晡|�&��D�z�қA�*G/Uj�ǴmB>G�Y�zk���](=�׳G����ȯ�KS�N˵���<�;��G>��}ϑ��>���6QQ07O��՘��K�͌�����Ց�e<��xU?�kTrO�$���]�
���#J�s7z���:�-?�8��6HsR��L�
�y){s������9Gw�ãD�Ytp���.�����藱��A�W֬~��.!�b[p���*1�M	o%OJ��̈́2><J��]�2�}N�ݢ
���e��#�__~p$�}]���X;l��}�S��F�q���PG2�_� "ܪ���?+W�6�T
��M�����cT��:
 L��rY��ye������O�;��[X�xҿ�rۧ�H{;.�޲[W��s�L��6r�(GЂzd�?�u����k�}�,��_&>~Q���b���p�1h,�c����Ϋ��U*zkx��ȫ4�%dT���7�'@�2ԪV{�Z��������1&=�q�m�Q��:j��6ඎ�ȵ
�
�ͨ$�$u���.OjO�?}�+��i���L�V)E�I��I	Y�@�L��Ғ_`���Ξ�d��Y� tr3��gF��'%)F	2�S-����B4f�I�9dh�'���\���gN�A� ��lH���5�a��#F:4<1f��A�SԬ;_�.a������︂�Z]hQ�VD��K��/��S�d�['�-��[�<�oX��e�:��S��������!�l�m ��{�oߡ��<�Ql�V�����~g��"l����qD�k|{U�ow
c�b8)*�8�E!��دF Q�;�ا��g�&?B��\|~��B���\|u��J�z������u�%��Ȗ��yL��!��s�S�/���C�F�~b�M�hG��``p�م�,��"��?�5�ݼ������'�S�ܰ�ΫZ���@G/�n��[&]��98�^[���8�No�
�@��|B��B��½���$��R��n����4{��5�BW�;)x��7�M�%%5$�Bk˽��Y�M:����	����Q����I9M����!��·�7�M�f�E�]N�@����[RS<�b��~�}7z�4�WȤ��I!^�i3�����Z�k>Ky���V%8�H���,_���2�-��B���A�+r�R�b@^�XY��	�d6�̒\�"b�-��չ0e�V����c���G�༄pqC.j���4�=gc��!�`W
�(U�e7�����Z�~��bj.��nk�M��6�g[�Ѧ��Mj�A��W'�vA����)�e��o#��YG��G#�| �W�3�8�"������c*���+w׹�3�V//��(т�1�b9���'�P�X�l�2"&�$�!6Q^��XY�?�� �?T5��f��}z#C>Q��N��'	�r7�V1�j=�@��T�y�q�"et�����A5�YV�	�e�U�4���~��i��./�s��m|O�n�eK,���\)�\io�\ɉO�l�6�~��I�krjzzj����ʭ�8k����������^-~�b��q'黠�
��|W�?��?�z�O೺�
�ޣ?�L-|V�-�݀'|Vŵ��zw3bb"se�{�q_3
(�o�y��O�0�s\�	���_�+�-����㹳���(�o���䃯��y�w!V%4�j��'�neY�����D:����8�K��	*aQ�Y������-J��8���Y�qy	񫥮+�n���כ�q����ջ�T|
w
��I�������6(��e\�K�P���֟�i��?�����qb?ᏼ/�QCs�b(�^�,�~�Y1+|���D��5R,��Ұgd)9A�]�К��bVo�������Ȟ�rh��X��﯒��n*���޷�9����1����5�y!�
c���P�9~�/�������س��i
��Sb��
�;�hg�N3����wQ��o='���i��I�V���?�g�f��K�wQ��������%��aK������C�Q�²�P�d���{����Hnf�B���[[�spy
��"A��8���wG��w~�3?z�ȘGOb�Г�d�0����,e��9�to�O����Ex��y�ch��oe�.j)�5=h�$$���ς��p?k��en�5�=�}�������S��lScb��L�YO�qЗK�?�������_�"�D0Š"I�:[ޒ�}�!R���0]j_G}�?[Sq[���������h'���?��>�o9z��H9i#�]��<���L*�p'����R�P-w�,���l��7kP�0������s�������W�l2ܛ��i�D���f�#�W&�E�v�kԆ�.��֭�̮.�Y��X�	}�%�Ǩ�<�<�n�f��۠�Ng�+q_���4����}�\��X���dUS2�H�F�	���B��p���0'J�� �$�If�6|�Q7��T�y�p��]d�Z���Z�
���.����Y�S�r\�g����?�WS*���{R6�TjpwC2�u��~�ht���-\P�b29Q�3�Z�o�j�w@�b�˩��~]?x���ZY��;�^U�s�,���''�������n���k[�Pg���-��O`�螷���-�w��_��+�=ӱ��gHG?����jY�D�p���9Q��q�;A�1(�T63�T�<xÿ��?󯵃W��s�S�V0�\�̫�K�L���-W��/9C��R@M��F]
��8��p_��������e2��y��g]���3ܡ���b���Y��w�ݹ��
��n�D�����s�k�^�s���E�=���7ƭ�ʺJ��Ÿy����^�Zf�ʱo��v�w���K����D畯���^~���(�Kи�����{-�,?��0�W�Ώ3���!�������rڀf��7V*��7`;q�i����'
�3��8��n�P?��֦���!���PM�:�4G�m�W�J&q#E�(�NP�k.|�I4���9��k�[���g�ā�v�{|�"D*
���W��ʗ���:��|�����[��T6:�$0z���\aN���������b	�/��ޏ��Ƣ,�X>`��
�͋�Z3�F�u�>���#�������*��k�[ͻ�v���9��,�x�����vO9s�|o��qOo���9�t�	/����k�M3�?f��Y�&}�Ҟ�a�{�L_��n{[k������Z�J)��A8�as�����MkL�5���h7=0��O�?�y�Wm�Q$”���wK^:;tЉ��C慳�
�D��������f_���!q�,�<@A����G��<�IIIj^�9z7�Y�jQ��Ój+����?V����_�μ���)����ZFvN��u�V��,r`�%��$9s�yO6{��Mm�������v�}����ꪍ�J�nZ��!x�@ٌD:D�I��P�[�JY���}���4�e���!�tN]�3byi�,�Ʌ�~���j洋-�Z27T-i=�I���,�U��90����|��j��f�B:�JFU���,j/��oh����C�(�F1.���rf�u��L��^����=�gD������iӗ�*�9�y�۸�C��o�vD�j�ܚ6�lgFDMEp�y�Z?��'�/?�
(j����w�^3{�E�I/'�u(8'�c�P���Z*u^��;N>\c(t#m;Y�oa[˦g?ҒS���GV��8��ّ������F�>ȟ�T�h��䴬���3?���
ī�o�")����?<u�_�{�;�ܷSdoa���yBJ.�n��=�΋`/��ƿ���o⸷�[L0�%�5��z�N�Y��S]l�t���J�_PQ��;�<v�H:��I=�Kݕi��Q2�]�`:���+��1�1��*I%��u�2����c��Z��G�쁖O���΍@��Ԡ���ZՀ�	K��_���(�M���v������R���)O��3+��i둅��E�BV�����fnϷ?%؏L��<��	 ]�B�J���K�uV��}~�����&�x�뾂KOӹ�U��.����]n
w���e�)(��PT��P����ݕJ�JM8�4�9��3��zڡ��P��fD����+�
��.��#��J��T�d��Rʎ�.�����������ܶ�ﲴ]X����4E`)vEl�h콬bEŊ���.(�{�=ݒ��|S_^�^��K{/Qv��̽wY���CVX�;s�̙3gΜ�9��������{����S�����v���L%�z�X���p̪�1��N���[?t��k@�����'��`��i�Z��!�oe�oA�o�o�T�6X��HP[%�R\V��W�nA���̱�B�t�.ɓ���ßme�>̘��-��/��j.`�vw�{;u���a4g�$>��0�<�Gl�I�:x���fIx�b�\�~��0�ʙl�7[��G�>ܲ�Y0b϶N{޲�����$F��e�~����[��	W�G�.7�i�-є٭6ڵ�E�M���o�xO/껫CZ�.e�Z;~Af�vh�""'M�yr�e߳C��氯?���4MG���9�
�OM0
g�Zp�j|��"��؋k���j��S,.��%��#���.���a|�7t�
�>���.���}F4��q�{c{f��&�c������ޟ/�u~�����y
�n�|ˬG�[p�f�d��=ZӦw�F�8�3���lRE�pۤ�a�����%k����(��7-��t�8�S�
���u�a���҈ע��i�^�װy�!GX�Ŧ�м���`���p����~d|>��\7�����t��aVa@O��L*1�R�U��4X>�FB�׬����PPӳr���G7W����փ��U;���s���:�a�
�ن�+���r�6��0|�������d��ػN1��
K�V"�o$���>H�"�F��$�X*D�	�(/h$���	�T\|�$�U!s�A'd�w�𼻴�m+�;�j�n�d�7pZ��p�ip����erj-��>��{���p/��~q��W���Ù"�J��<�T��R/W�F*�u�偼Ǡ��M&��)�‘�,R�IE0vМ�3Q:Z1��~&"�Hx�&{������1���x��ۛ������o@�B���W��:����e2n�c:�^E2��u:u�G������:�8��ٺ�)ٷN?K��?�ƒ�9:�+��p�Ƴơ[7���!���9�
'�K��u\VN>[Ry����^Q1��
/��>:t獢��AG���V�z����8�O8�������=���L%ϝrB�#�(ąN�r^�l3>�8���#��3�w��m#g(�?���<sI8CQ7�*�ښG�F��G�~6UL%�-a���N��@��D_T�^��$�j`܄��HJ�G���I$@�;��yI�5bi��$�VQ�&1t�)'�5�[Fӝk�\3~�(�6���G:��=�W�3���?M7û���9�|�?�kr{xG���Ȳ��z}Z�ы�:L�lmP�2��<�*w�:`��!��~sn��>uCK�,�JOn���j��Hw �10�b�CiO�ܣW��ÅC.�)���ce$x�����ޭsphN�4[;�:\k�ث�<�Y�L��{�h}bJ��|9�D��o���(��Be�
h���F2B!.����:4400N5��Hd�')[��(�"��c/\
!��9$d��jM/|�NW��5��9d�^~��1
~���j���9ҨQR��&�	iϖ�n8�������S��
=���:����_}����l���/x=86�j>w�H�냂�@��B{�8�]!#.���Z#��].đ��6`�ɥ�a�I����6������k�|t߬QnV*c�V�Λ�
ĥ�`��s^{Y�Ջ���w�G�x4R�X��o�=�I��r���1����|ثcg���c����j�oW��Ƣ1g���9�;�`��s@y�浲�nǹt��K�6/c]wR��[�W&����䋁�� {.멾�G��T[}.�쩠�Y��k��DŽ�=�Fʦ�}�AF�7qk�\d�`$�ace1ڔ��i�(��a��K��Cxn��6":�B7ֿ�ۄ
����A��!ڐ��e�n^|v�,�V�N��g@�[��{7N�<��p�oݾ�PP{��#g�
�/�A$�͆w
����Ckn����+������Z	}��^r���_'"�~�ǽ��M�/>���;��HO	�O{{m(�{��p<m4jFo�=
}kT�J$U<�
�˪ ���α���&�w~;��|�����`ξ��og?'2��(��k�/��uDGO��G�?vS(��?�O�y虯H��oTy&��*��%�׭"��y�#�Eh��bv��j[*`�Iة���(\�:�����g6���d�����>�Ю�#�u^�
o�/��3?�o�߽|�ω�1HY���_��7��Ik��k�{hl�H,��
v�I�@��x9�w/��+��2�<3�i�`y%Z��ֳ��処u_:6_~������L_ţ�~�%t@
�C��;�����㣫���(����6Q
F��y�ժr��#�4�T*j-��2�g��x_�J��Ӯz_����v�{�E�����N�����_yC���ѼgK��Y&$$8X�L`<&�����K肬?bQ�u{��/k�����!�1����[��|��YmX��J;n>;n�;S�a[�
��ݸ�����=�v��떮+�_6��8kf|a�P���0�ivker����f9:>�%~
B��חI�A�L'p���f9Z�$]��r<P4��Ġ�L����?���Ϟ68�Q{a>��2OZ+h�'�Q~��9Rc7ȭ�eJ�UpO����p����{�75��n{��_��{��CG2.�[�ȝ�ŭb��a�+r��"T_DF���be?h����Cp�E㜅�H��uM�k�*53F.|گ?P��"њ�w�vy(@�~I3��1>~�%�]A���z��a��H����'��8�~!�D�J���!����������<�H�ǟ`dn��G��M�9�,�{�2�/7e2^��X��W�Pi�3Y��g��o�b�̺�X-�)�Nѿ��wGX�]$�
ч��U2�0�w�;��V�f�.zt붭��%��s�N#j����
Z-�q��I�^u�U5E�x��4���ǪԼ�I���o�9FWƧ]?Cw�3w~b<��t�(�-ѩ�!�Iβ��-����o=��tB$�����D߅�5Z<`]�m�����Ck�����7�]>ң:\��U�[��i�	}.d�H��u���q|�۱��?�￝?Qv��#d�y7N�2��H���
{��`aʊd���*K{��i=�b�߾����a˿��׸�}��&����6�^;rF��)��۫��}"��Q�b	��9�%Uw��^�q"�hTo����˟][|]��yh��&�3��6�̊�˘6Q��qJ@:g[W
�������E���LS�n��w�N��?5jŝU]o"���ײ3\zR���v_���<|�f�luv[�抭3/���|/�ٶV�g:�F�R�E��u��,���N��v�m�X�:�x�4�@$˾�{�}o¯���Φ&0^�
�_{�m~�8��o�x��o�"��N<	���A�Z�"p����
�q�;��7Hu~�E��8h�1Ȏ�h��F�>V�W�1HO���J�X�$ ���W��>���h���/�6�x�o�H�zI���5�>x؍I�ʚ�L����'�!E��Yh�Jy;�tj;�%)>>�`4Ȝv�G#��2��?;,hMu0��@fFd��hz��棁��j��l�g�_�R�ly�V�K�?�X���[_�����[T��|c��1V{����oA�ע�.�F�5(Dk����݀�?�r����5�}������YN��]@6�A#9$vAxx@�c;Y��?��"��b��~`�����Nޙun��M��?�m��g	�𵫘�3�r��y��Kْ�9�#����E�z—z��;��D���㊧mbwJ���-Y�\�����_��T�S뵼X,2t�WRy��Q��z̨Ĩ2�`ρ��
��v�`;lVL�J�ؒ�B��`>\N˗���e����Oc"��n�-�}$�r�F��kd,�t�֓Q(%S�<@8ɤ��,��5�:��a�pc�Ŗx��ޣ�y�!/m�~O���2B�X�A�64g2yD��A�U�8�����}ם����m����L�uww�U��^�\��wQ��Ms�]2�|U��/�C
j���,7L�;dS�!<`[DZ��q+�+��<:Z�bE�per^/7��^�g�����;@��I�M���f���=Ĉ���|s��Ez��gB���y�F�*d�=$���^.��&rMl8NI32 G�
�gW�L�Zn#	C"���?��{Ԗ���+�V��,�G���)��pJ��K3�W��sN��!�
�>�{N�(-���
�p�7�y�B��@���!YJC}�q���W2z\�PA�%92�@�3����
��m�Xn^����30�����U$5/f%U�z;!��aj|�Fj��=��J��R鿃b��G64x� �4p��s0�s�n�O/�W�WJ� 6�6z/6b
�K��Ҝ
�Q;��v	~%���P�qH7�$��h��K�d�"�K��	�����̕�B������V�7
��bތ���R��氀`�y�
�Z�Q�D�w�U&^XJ���� �&*�iw���:v��O+�|b���}/ܳ�P��vѮ����k�0|�^�kc�/k4��eՄ�]��fʚOh&�_p�}B�X��<T��^�~$͙�E��‚`ɂ�Ɯ���`��F��a\�c��XR �ٝ��v�-b��XV��)&Ԥ��
|���g���I�649]}��YcG�3��H(����Vl~�r�O&�b;V� Y�8Z�g�?˓���s��|-Ԉ%Ԣ�t�_+õ�t�^�I�(L
��Ԣ��=�O�����ns���m�6�����!Ğ���hy�A��jHm����p�H4��t����.��:Ȫ�X��ҩh՘1[K�z����E�8��r�P�v-�	�P�'�Z_����v[<Ɠ����s�^�?��ͫ�o�y
���;�7�1/I<��b�h6H[�o�8B����������C+�n��F�Ǻx���J/�Ā��5b|F>Z��Μ�1�VS�@�GF������[�����uٹkM;P!C`�����5YI��v����
A����mtXV;g���u�@�˓-���I��hl�j
�i�yԼ�f�xŚ�6zm��9+e�c���3��R��l���Di��]��ݪ��j'M��s��8��MG�i�j�|}kE���=O���Gݬ��6r�5L[��뢜��Bd�*x�(�گ.�|�p��������~t*���g�W
�[���%@߮�����{-���Lja`����_���b{�te2�D
��l1N�6&�j��,�V��F�{�$%v
��ؽ�f���]��8�ejqM��8G�N��1��U�B@���ʕ��1��{Ǘ��o~v�"G	7�M�f�qk|7eB��HN±��(\,>�q9}�`<q�Kw��ܝ�.��q{�=S:�̞���������:�|}N�z�?n�
��Ym=�M���X�!�NI8do$`i	���^>��X�?כ�?�Sx��èX��w`Ԅ� ��!鳧k�'���"s(�\<��N8�bʩ�hO6��9��>Z�$}��[�+<dݬ�'�n����o�u��.�O;���:?i4:��<T*]kI��=ȟNa�|Ա��_<��N8RMM�v��/��#�:�a���P��e��[�@<1���ٔ*"7͢�L"r�1���F�g�~��L���s@%a0�]-�ئ��-!{#�_Bs�T��H�����㤓a
Ҽ
�u=�kQi-����<�@��0�9X�g1$W�xc��E!T/ZIǸ��ڲI�t2������ϲ���+�W���Ԧ����h�S|��9eeK������F�w���6�r��{�*���&v�QF�+޼>�y�����8ց7���
c_){��C�?��:����F$�k�;-��N��ET"�S���8��`��2�$���9^���jw|������?��V��ف�8���B��hr��Ǽ�J�۫p��Tr�L)�����/�������Q k�:
��/�V�R�5"�XN��{�H4[J%l*�]li9�1K�gH\�`y��S.4�@x���{o�2���w��z�����l�uS�&��F�H����Š�Cq����@�V�ѳ�� �&�����(T�#��+J�
8��C ��*n�S篿���}�ٽ������{;^�W�?k~KZ(�����;T<㶨BCٰ0ʪg<r�#�{")���{���r����m�H�9��Ȉ�h�v�?�M{�o��C#��]�GK_��p���V�<^��y�� �=o_�w����
δ΋.�޲�
�e)%�e�N"��kI�NW*m'CKX�t�=O��"������z�v����F�bX�i}���3k�'m����[��픵�<��ϡ�_]
�q!��}��󎈊_��B���X��2�Ze4*T4:%�
�Nj�3v��:��l�U��#&	Y����v�oN�C��u0h��`&����ŝ?f�/)����)'˒���&o�?O�W>���Ϡ��Z�@�{����<[�t�/W��@@�.Ԃ�M�%��[2ӑ�9�خy�oU�YG�T{�5�`P�r�Y�VkM:��R+����T������!OW\�?l޹
~{�2$Q����d	����V��0愷Lz!YZM�<f��ɏ|�qxNv��7iɹ(�Jr�4Z��Z��D���G��*�H���elgp���V�ݦ��C�����e��}0��B̄q���d(	<�\�3z����\D���I�?;�@�mt�th�F����i�\����m�µ3�`19�$!�5�-I��9���{��^P5����g�s�W���0׼Z0�;����f�������v�F�l�z�óx�����p���cH}�pL_8M��`��l<�O)�g�_����i�%�KkB�+��P�i[rd��d��<�"ْQp����$�VR��A�"����o�E�T`ܨ:x]�=|g�D�<w���r:��4�i	�!&��̀�PIEa�+�q� ��vY'X^���Y�>��j܉q�
l+Oo�s����\���*d	�N���W'
C�}k��0o$�����3}�ӳ��xݡ��yd�!!�v�k4������
����/_�@ؿ�lx��%
K̉��Ct<���<��s�U�c!���N�#��(-�s��?j��5M�K��
{���[T9��E��'�nwfPrN�2!)�Ҳ���z+ѓL�:��(��W+z���BK����"�s_��X��6�Q
hf`x�AmL��|���]g_�\��Ϭ��c�Uk���{�+vw��ׯ���{�
;Z[}s`���F����:/-v�h�-7��w��Z��d�,��Ủ沬#ݙ�-�Y
�/�ٵό��f����ڸ��� ��̔�9�o!p>S��*�lw(��й3�[^���~�k�.Q� 5���5ڿBߟp�~��؏k�T�:Z�~lҼ5ӆL)��񓢻-YR�ҥ�%�"%y�ڮ3�eY=rsߢ56�]׸tN��}��smE����S�b��zʹ)�'7h�đ���	}����Ҷ����<g1�6�|�����,]V��/��Oei�H��HyT�n�A���R�;b�^�4�`��KFb^��mrm�]H>�Y�\�����1^O���°�&b/D�����l�#��3E��N>���{�������O6_]�۱c�.c/.��_��j��*�J����d��9(~XPv�JA��C���������w_7a�^-�I�su�^G��9:�)���}()n�+"q�V���2
/�=<��6v��qJ/��G;��@�~�ޝ���x
������H����l�edW�z�w���˴���}T��ͧ�j��r�/n3�-�Bp�&��`׃L���'�>2�p�A+�Gk�AeK�2A�Gp�@i��e
�u���P���r|T���aK���'�)o�����7/±Ut���ξAb�"SdO�T��!�)>7���#��~�}HޠI��ț��C;e@^l�ѥK�=�ǎ$/@����<���$o��5JL�CCv����\�޻�޾��;���[���G_T�޶�FEō��_�zN�n�Q�U����1�c֏N)		�q�Vvz��Rï����5c*ۥ(�=����W%[�ɓ�sw�8X&�1v�^��*�FJ��]ͳ|,��,�툴GF2T�“����St!t���s%��[����?D6(�C���H�%��#���oF�x�Œb՚�7v[�Uq��Xs���v��䊡 -�а�A���%�藞�(?=3%�\}P�^^
�JJ�
}	�rg���KV
��1�B����� 5&)&&1h��}��㱍��>�4
�?5EE���
V�')%!%E)#X�8>a��Ir�48Z�F�|L\��*�co��Q��I��V,�5�����\���Odzk:��:�j.\��ھ�zE5��
֔�vi���p�Ʀl���ǧ�c#�q�w�;��=���Յ��wL��8j"U�v�����x����	pZ;���EE���
��,��c��d�T�©���G��)�x[i	�CA�5�;�Z��]BV�Q����-RaE-��
�4 ��4OMO�y@���:��\���/<ZPRwsn�m9��;
��~��3ӎ��.��2,e�9��s���wseIњk&=_\rR�-4�ofhd���I9��bcZ�لLȨ�.���x�(��Q��9.%��W��+�)q�윐������4�Y�2�&���&���S�rr��-���~nD<�l��#T�~�2OPpp����䲎.�gt碢Ν�U>�?��;e��i�z'�����F�4(Z�5��TB�Xt��gtΘ�+;�mK�B_��hX����q^X���&?7�=�vm��)���kj�zO/�6�Cct׾��k�W.�-K�j?�p������y$=� ӥc�`��М�8�
���02)r�3ə�g����7<XqP+!5��3b����^�I�������C+Z��g���sw�+���̄tt��h-`�����׀�q
�P�ЊV�Iӷ������w�tLn�>@��8�d��O-" �d�L��o�7��~yu�i�_N�մ��c�\�/%w'1vcDb�=��_��nTj�s�%�/��0�6E�e33
$���V�,*�Y׺��ݗ:,�  K�^�w_Z��v��ǓSݰ��U�u�b�8����C���ty�U�>(�{wë�P�[ ;ǹQ�3�ZIQ�����p�(�1Eer��l�~���/{����"8ނ��Aǹᵆ�
p�Q���<P�0�(��0�(�3��[ҸӔ�ҝ�(�螫Z���.�/���Us��)�q��u.!1%����]jZJZ\rrJ�3ވ�,g�l��>D:�xޠ�+�)H���hp�;
Z8�pP��9�I��V�7�z-�1��0$�OFX�g�s.F
x��0��B�T}F���p��EI�a{�$���%�]�=ڞ��kbw�Cqltp��d	M5���b�.���-}
�80qKh�aJ�x��Pk������́y�cj�Ť��-��T�-�έ�4�Z��2�B�����ꮆ��L66ittENB�Q�N�T����o\%7z�3e=d=�r
d�2ۼ��F�1��.뙖�Y���מ.��	m�e;�y;�5f�$�Qy�n��dbC��c&��r�uj�<f���vИ	eY��lF9x�"�:�<��u�h�\X'�<z��W��E�E�۔�xg��dd�t�z`^'+���Y>��GT��1�l:O+�Ñ7#���''�ߢОo%�A�Őhl�Ƥ�HL.�����P�!t���>´�<##��aأ�����z�r���9$ VIs���9/iR�椤��C�}�د]3��_��X��&:���ODևd�5�
Cp���N�D�Ĩ��̝��øa���SOz�n���}�w���<���:&1pn������.ᵲa$��AN[Mx�̠0�h���i�㩿/�`�T��2	!A��G�I����U��KK���䬢���}�ÿ/��ͻ�fwW�v�Iæ*�������ㆵ��R��{�����Ͻ�ˎw^9nJ�~F�,17j9�#?��-\c���t�6�4%�����zϏV�O�����0i:~w/�1􀻗V@�fww�N�ȉæ)����`.} vxyXs%:�L����e4z�+�N�S棳��O��#��:g@DzZ�	 �S��#��B�r ޝ%�E��K�5O���o��ݻ���?�v��w��f�����^����Fs��3�B�F�Rl)o&�w�n�I�,�3p�U��ǰ�mK?�_ൽ�b���f�ۻ`��]�}�&HY�s=o��"��b���E�}��
!Nw���3�!L`�!�j5�����XV�T�	A�R8��/!�-/- ��tFfL�U�	=c܌����f]i� ț[N$��7aY���/�eU����*���zor�?��q�}�;�ݸN�'τ��Jup�5v�Q�Q����.!!1>���		AVՊF�J<t��:��P�ҿ��� Q��Ӯ��K���
\V��d�u�b-ˡe�G�8K�<�n:g���s�-LM�fN���s�ԃ��R����.���F�}�ɥ���򽽎d<;睷ż5�%��)��]1\�ްj�&��%��k�\�����I��;�?�t��F𐫃9����?�c~�$���֪F��rZ�{2���"1V����M;w�*j�w6]���.�2�nl�cm���Om�d�A%��G��eK�����m1N�b�)�S�?��!�E��ح
��p�ɮ���9�&��|�;�?�J��������x�?�J{�eN���ŕ�I���^�⼋�ؼ?�5C����Ꮖ���A���\�>��L�Yɴ�q:p�6{H��O8xO��c��K�Ѷ����?����W����|eA��ɳ�V�=u��ۉCr�^1����졛��o��ɛ
�a��=���ܞXw�� G]�2��Q�2Z&ӈW_z�f&�˺�}O��Y~��E�?����J�\(�7�ۈ3���'��(��Z�Fp
@kP��$�
�A��r%�KH����?-r�!fO�����0�b������u��`.��E��C��̗�Ob�n�\�m��eJ�� Qɾ�K�<8T%$&!�t�%���'Y�摘�0������mw��v'ƝJ�N�f� (>�A�K��+�<)\
�G8�����?'�|Z,��J�(h@�F�׆�N�믓�.�5�ּ*zjU=�5�
8�����dXѾ8_���g���*N��J�D���ָ_��|0�5�O�xf[i��_�2�㰹uxr
��}�O��t��h}�u촭[�,E̓�Ğ���`�<*N�ȔJ$��`�jY�q_�Ù�	���`&�0n&�g�^�|��;ω8�O�ŘJ
Eq3ј�8ޘU�Wc�D��&l'�n0�����Ï�S�(Tz2�v�:�Fcy���e�%��]埵˞��ބ�C�4������2�넵#��WI>ұ
���2��AS��1R��k�N5æ&�>zۃ��%"}=�n��qZH|��m^h[���͖��il�G6��6��c���&�s�<<a�a�jJ��4O�/_���)�8��	~�����@�Ä�bk�K�&���V���ID&MA�-�Xל�	��a�hDg��CV]lt퉌��
�JvIWbT֟m_��_�@�c�2w�p��׺��T.蔻�h�gRrf���~v�QoN�&�
9��C�i�l�n
.Xru^�5�r�w)g{�%�i%���}F�M�AA���p'�G(=&��?�͟�?��}vg�ȍ_6�Ҭ�S��M�<�ѓ�=����P�h^Q�￧)U0��'ZNp�q�����ܱ�%��xR��,
Ow�5�d:*Y��Z��ē���FK��j�<�? ��pdi�_��w�xVQxijtq��}F谽ũ�������a��Q��cR瞜�1���������W�tĉ�A�����>iE#��c˿8�2���-r5��l4��t
?���,�JS�}_�{�w�����+�_]�3�k3�3F��7�̦��͗E����]d�b�C�ےH�a�.Y�	����@�\?��6�`$kV��.)�(G�L �V!X��ޡ�=2�8��.�gGf(s{�][1���̾��ᶎ��]�]�:&��~�SO��S�!���gfA�=��U��5_�=��$��z�ؿp����l�\e�w-ywG)\�5��ĽI�O�:.���y��XR;��t�T���0�z�d__"ؠp	�Fb��,�,iEzL�g�!\�-j��b��Y�ho۱��|��k��R�=��A�CYG(�u�.@�1��}��lI}�}l�0W럂(
�A�5:Z�`���=@�r�j���+'���=�o[&ڶ\a?<�A3����]��DjjS)�yt�w�7��ݢ�FR\j���4��{�<���/����Ox���`)X~����8f����:�O�go�;��`�Qs@�`
z����"R��.1xGԑ��A1-�?�_5�/A��.�\�ARj�f0�mU�ʷ���B�A}�h^?'{T�ۀ6>K��.E�4����1*��
l�Ѱ
N=�����gga'��8ٰ�y����Kt��ػK��d��9�}�y˩�R�u_̾2x�y��˯.�����|:���r���v�O��~���7H^�H`5
����*ؑ�ͫ=������V��	�d�d��NƁ�I͡fɂPzp�6���@�{
�����쁷��q;ݹ�ހ�D�7��3]��B���n��h��L&dW�V-2t�`��m�gk���m����g�2�%؇'��.g�����D:�qgJ����v���'�5
$�F�F�rk�lqlb.z�r[�f��lV08�P�P�t��	/�d��,q�/�I�F��\��_��g����vU��V@���C�)�� )iH�P<�y�0xTL������C�d�5�`� �T��r���
ӄ��h�8�8b���7v�*���cgƏ��?'��}�Q��w���Ù��a@"�L���(4�W���+M���!Bj�� �(����8x���Of��xͦ��gC6�׵3�+t�y��R��?ޓ�}Y-��y���R�f��##���<O)�
O<��-��z��&�A�Q�bD�W�����XI�l�|�.��>zO9�oG+������4I�VT�d���p��C�׏k�S$g�^�W�q�E�Hˮ��F���	qV}'gZ�?���eٍ�:Bb���l9C%c�m6�3!���W�U�X��V��ښD��k?�i�X����}e�Wɞ;:s׀~��̺^׃8'G�Z)�deZ����Y�OCe�g˫?�<�΍��
Q�+_[
R����wt�f�?j��#7�����vT::9������ D�ń��(q���/�NR�����}_^q�����X�u�o�_���+��M����<���g���� ��qT
�6��&Sb"k�Y�©U��L@��u�(�S8�zlZ��L�$��,87ڟ�楯W��K�
C���0-�t�?�w�盗�0n㺓�x
��!++�*���Nr�I��"��K�j�gEg�Dr����ݹD���%ұ�/�U��3R��dB�
`_�.��~?ܷߖ;s*�����ntF�U׫�ΊojJ�W���vS#zP��\���4/Ǩ��CMʪ�_Ky�J6V򹡽&�n��@�G�J>7���?��j��$߁�fc�ݝ�ujrҔ�K�U<[54����%��㛥9���m�9��ڍhT0�#^��a�	=�};I�� �FN{0�Mq��GPO\���W4����{��ph���/�h�A���%�d�!&��C�^����(yJ&��k�-~�2�T,$eSwj��W��>��>N:�f2�/b���	�_ϴ�
�{q��`
4���j�UpH�+NlMY��\h���Y�)gQ�k/.�
��9��>Ⱥ-0�WH�I�q��$�:� ޒ��X��?������#;l�YO���&�gW{�56�Ϡ���?L�o�<��&9$���R}a�L�����Gא�51/X�S���B_�qk��g��a�gD�p��]�h�x�L�V�P���vI���ih�T۴���j���="�d�n�Rn��hD6����r����[&'!�)`:�l�� \��' uD����"$��f�����#޴�t�L�C�ۘf�.b�P��iF�E֎`!E!M�NE{����B	��8���u��!W<@��t�$x+d�Z�,��{���r���[�^<�<͠s�qژa#;�˸���
�(e.FT��Wa�ϡy���$�I��1Z�P��
�řl��F	]?�0�2p��6-���d�=
h���z*F!����{
���%{��kS���Cr芄��HM�6�"�v�v�IT�ˌ
���e��H.e���O�����q��$WI����̦V7Bs�Hs�P���RȷUI���oP�5���sZ��*���c0�|D��fRx(�c�?$샖��W��k��@����������e
��{�w>�R�|N�����%�.q�֨�ݖ˄W�'���_�p�g���ju��u����H�uh�`�ЉyK�y;��6;�P��-���,���}�@�dP����Ҷ&	�H[��}�&�1!�6x�ώ���X��?��.Y	mh#X)��?�V��
;��6wEm����BCm�4����B�i�g[P���éG:�;�HX[n�~������O�ʆ�+o)w~�+�ܩyyjTž$Wъa�s���6hf��5j'�6�=�����R�#Ï�V<�'�����X���Cs^(���I��__:��bK�z��l��ɂhǎ��=gn*�IS"N���uil<0��)ǕZZ���z�B,zF�qm�ˁ0��}x���{d�¨6s.��@�q�&�Pd���I|>Y�ib[wI[��6�M���:/�
�m�ghe���1�贶�%����侵�R�JV�?�� Ƚʯ/���?�r����!Q֦-��@�҉�UPBk�2������D�6u��unH�1�\)<C-!sN�΍��/���؅��ch37B[�<fj�I�<E�͍��zM#AW�VT�S�"X]#�sd�Q�T��M���oD�F���l�6���3�@��"O��ֵ��`;��9�4���a�˺�����M�p�?�GL���S�֤�y�|^���3EP����W}H�S|H���X����5��"cшc�Jx��kÛ$8�=׏��ij��K�N�°mc�j��4x-ʨ`
����o�)�
1΁0.*�lHkgmܻ��-=lK�d�2�5%j#�{ !��ʪr��s:�&ѣ�n��jв:�ck5��ZB�lKE�$F��>:�dHK��|�%�bG�h?b����0E�t:�8�(F��j�4�MB~!��@R[ʟ�O�'�1j�I�&N��Ĺn=��4
��Vk���PN�L	~)���FsC��gbFL9����r3�<x�`z�����[�%�+))���>�'@��ҫ��z�`��g��ZxN�`�߀1�.��?�U�m<R������B��B�oR+��V.��X����'H�����p�Co���ğ^��	.~�����}���W��v�HG��+�ֈ:8��ߺ�wq��I~l��0�}��'֤�R��!�ۈ�|�{�l �
�3��3e윣/�Z��]Jòͯ�˯�h��]�Nv�[W���՞���St�݊�=�
��j䁪\zJssv͸�9�R�*~oF��Jp[�)�#&�&�[m2�)1ъ�0�1�ȍ[ZŪ;��P�_W�@RUr\��
�\1c�Q׈
�cj�Ō�0�ޯ����`������7��v��^Λ-]�c�*�/��L�Ԋ�C2A�\B�3�gJ�D'��}��w�~������T4���*� oˣ��,Q���$�::���������ItLZ��0����k��. $sp��
o�0d뤎 k��1����t��Es�ꟹ�8wg�	�N�
Gw�P�`%xF��b��ݓ{O+v�*\X6��$�_GhG�#w��f�L�}Q��'Q�r!y�z��,`��Hz�f�1~p��l�M�{������
�\�L��׌Z?{��3z����NO�7�$�ҵ|%Ȅ�Fn�>���]�����w�cqԧ\l�R:�A�8���Bp��T>'m{kʵ-���9x.g��)��^�BeC����6�8����l��x_����c�N_�5M`(�'�e��r$���0(ѥ������m@��I,�[sό�4��ļ#�tY5a[�ڣKg�m��*[^�x��Jc�I���f�w�nU�ʾe1�Qx�qu�����0r�ƔD{��
���:��H[@*�h�����3SgL�4�}~�Ѱ��l	�ZU!=�uv�e��u�7h#b��H�^;g�
A{?��i���m�V��U�SkG�P�&�A�1�%웈Ŵ�dZK�q�<�VՖ��T��TOك�U'4��fh�Qi�֓�*�p��� ��)�GlM>�}&bT >c��`�h��/K��}̔Tj��)y�~�晎�Gyc������Γ�k��Af�3�`y�����j�j�=�J�)t�'�8	���!�j���D���
g�ËqM�Ѝ�Ҽ�D,CoV��+�7"%eĖQ�hCJ���퐰z�%�1��j-�	��ȶ������Fw,���w����!�}�����_�}�C�<�P���A�o>�W��o�tm�?_��:��5��Y�>���Q� ��<6�n�c��m�?�H�q�s�%wѭe���z�{i�>�O�^{c�{�v��ct�E/���'�`u������o���]�
#���h��CA0�X�J^�;+K'T�S$!q<�j���.T����#k�-�w��r����g'4	A���� ���{x�D���[�L=<0�j�#)Ϭ��qt:<Ė�yo�.^�
t��:2�SP��<\����h������U�_�
I��E��e��B�U혆U�*��^�����7������4���X���1���Nd^ܼt����9�kV�[���76f̕��׬2��u#'5�j�?�ѿ?����#�
uku��',P�,ܚx
����*�������/�(�>�^��C�����M2��=�t���:L�����q��'9��)�O�9�Tf;6�ӰY~��H��ڜ�����A��閛P���GwV�k�P�ɮT���~���9���pFF:�����������X�STL,vS��ճ�(j;��$�#�+5���3.�j��#,�J��D�������B�*�錈���Z
�3�HL�J�t:��_czc{	� �A��bb��Zz����#�����T�[�*�z}@N��s�q���ψ{����DDE:��KK�RϸG�'���SFPyB�J�Vk6S5�48�[&݉�/Z�?��*0f���s&~��^/-}��)-�[4TQ�1JI)N��[5�Y�d�]�����_zI�r�b��hyV�#���F�9m���V�	���/�i
G�ƒ(4��(�-P��>*�7�}@A�v$�v��B�������'}*��Oy�o�l��oJ@KQKu�e�� ��2�|��T��J�T�L=�3�i<O�8�Q���5`�8��~��]�nU�"�Oq��&�G%�B���$���`��zp��x�3��d�xGE��lDcZb�?P_�yp!�n�y��d�?���V���f�OU"g��#u�.V�Z�Z��͠��Ao���u�lB1h�)̻0�7a���A��|���F�s��0md8���]Jw�T��) ���\
��.]��-���o��6<��>SԖ�bEGD��1h�?�ֵ\A�n<�Ӵ�m���٠���޽��=a:E��~'ΚV��,eT��
E�s�e�{20|�Y!�>п��0]�p�V�[.�[�@eV�`[`e>�/�N����˹�+�;�~o ��GL
>�����w5�r�:#��T(��#1fY.ٞf�B���	1//U@�s�;iѾ��"�jpY��3'�r�%��mCɨڜ�� �Q���QϚ��8ڎd�kIVHnQ\��P)-��;Q��S�t���dB0w��C�<��V�ҁ�/��3��-'���gB�l9�^5�!��Rg��A���t$��Z��-	Ur���u/L�Y��?F�\c
�ǭ����6���x�퐲�͉�ҟW��h:p$��n��I�н���`�%:��fN���ceT������S�s'6/s4�A�A�0Ti�#��`��<ҰK3[�����{�������ۖ\�gQ��krsKu��^G�-U���Z����C�C��������/�xy0���Y0W�V��>y�S=�
?�����;��8f�:"����@#2�h{!��>�ܴD94z������h�9��Z��a��ፑb�	H}�G��$�N�p/������IMV���g���4e��01iaNF��Lf
�����e�G˰<����A��f�o��G��(�z��T�W�S�%�Ř;��=M�����YT��18<&�XzZ���fEe�F��/(1�YB3����2���;�Fv�Xj
^���z�wѶ��Ii��}9�G�:�q�j�����,���1Nj˗ą;���Aw4',�=Ǡ_��Ǒ�B����f��ö�g#����٩pJ}V0O�X|,$�!FH�o�c�pX�!)��¤�hk�%�s\���1g�lIF����n��b�P�Y3�^��y�0�VS�0�Q�o��g�~�(��@�^��[��V&��.y�%4.c(�,���1zFF�Xg�K��&�$�Ϟ���³b↥�9��d
�iCB���
���Ei�;5�Ԕ��3��Uj�����g�O
ؘ��/,W��H&(f=oCB��a8^��{B�E  ���]�8J��2�����_�ygB���=�d���i�;oCrm$�(�'�:J\�"+����+�T�ww���6����X����7oF.��u����<����	�X���F��KP��8�-*R�f2&%���ġ��>R�e����I�w[E#jvZ�#fd9
drZ��Y{��k4h���Z0%��b���b���0��s{��t��ɦ��G(�ѩC[h7w2[����
��O�ѯ��c�
�v4;�<����7ѷ�3rA�b'�J��Ҩ	40<��*8y�rC݋�f(�J��T�6��!�V��?"�L�M�<�u&����u��S:P�U�����ز��i��uf�R+S�eNH���d0+�k��)+�Y��]�:}�Å���+Q�N��ruJ
� ��.�E��&
CS	qm����X����.�c{�s۲la��aY��/�t)���A����*����`C�K�ݨ11j^^�g4=���<S�1���|_^�p��̽�,j��/~�0�̙3gΜ�{�+&�icS����iR"���ă�lJ��U�Z�ך߲*!S�2/��[\^mZ�I4���p�i�߶�R�͌�1���{��bOFˮ��M�1Q�&?s#�/��+��NZL"^)#����x�8= ��%䬰b�Dg¥̼JLl��Ґ� ��ý}lOO�`�,��x������K����H���g8*rϵŤu�����=��z�o%�;����EW8v!2	
��s�5g����XA�8�.�-:*xѤI�!A��o���˳j�5,��Y`H�Θ�&>���\5t玷S��1am)Eu�.�R�c��Vs0�+V��a0�V�M~���f��Қ�CB��ŝbb̽�b��8����]�3^�탸ϾS���`
��XE^��l3�B��I��6tF%Z�
Ehl	�!A6���0c��%#&yG���Z�hh��wu�	
_�Qf��4>k���"��||nO����H��K
�Y�;�l\� �oEb�+7ޘ<���חן�s��
�T���!$��x��9�fu�05���&�䕝��_��A~2��pQ
t��\s�Xs��o����9�˓��\�	)��Ӄ������x���;=����������u.�hH(��zt��*�̤��$x�|q�RY�kK��Hp^�!8�5��u5�4�*ܿ/�J/Ooo7�T��5m��
#��7����������`����������E��ם�D֣庒�2��g�����ӳj�4w/��Ww��(�+po�9�v����Λ���sܓ���{"+��� ��C.�v,�p�����Ȳ�J,�a+�a�3�p|����U�֨(�:|�g%�RhI�ܥx��F�Jv�(H�k=�:~q��"���-KIM<����;Я�� _w ^�����u2#�S$Y��������di��k�ϐ��׻^�Z�&����<2D7cݠ��}]U�;Y�b7r	�y�;Q�fʨA�9@YDҸF�61/pb`��-�սU�ɓ�2鉶���MU�n*�����J���J%Yr���quW{MN3��͢vtw�A�a詄��o/�7���}�"�x���wp=5�‰��(�M�'Gv�+'�b�(�\k:���O�u:��c|��+دd
߆b����0Z�.UQ6Ɠ���'�0�(�(w�d�0�j!��e�'ڛ�C<=��xzȩ<���d8��u�/$ݪ��qa��j�/�5�b�us�'	��F�g�2�aD�Mmv�f���$42q�������|�}��P� ˇ�ցn�?\s�ן�`�k�[>=7�ɅW���x~!Hs/�)Yz��D���kŃ��T㓫V��a���@�ƥ�$nRH����I��=?	q�ܡ1r�E����Ш\`�^'�[_����\��n_ѭv��mb�G:�9����;}�]�H/�v^�x\t�܁�wz+|��&X�hw7���'>�1�"0m��n;��݋�%ׁ������<�8�ݡw����o�1^���Q��|C��e,>4o�a�����[E|��@��|��d���4�6{q�.z�K����q�9L+Щ��N����a�A���{G�_���=��o���X���?�Wm�G����Վ����;�Р])���}�Ѽ0_:楖�$��b�w5ҽ�-�Y����z|A�g>��bg��?���?�7�5�N���Go��#�m������x��x@q˗�n<��v?kа��pt�
GyGZ���3�2XC�ѱW^�yB�G��M	&�^Vc�F�ݦ/�y#�;	��|��1��M�q����v��T��C�u����c>D_ ^�yB������Q��*���T��S�'�;*���?^��zAX���09��	���~B���(�#��H^�~,'b���n��,'��tb<brt}�;V`����Z��Q����g>Y����a�_�C��L�C��<���s���������݀rX��,�Lg�|t�<��x~gc9L
�ן��M� ��c9������nc|X��:��6��6�go7:��C��G�9?�8��q���!�[�g���RA���c�y�r��!�7$�`9��d�@s���.�}�K��ya��r�`�U`|ֱ�˸�ZO�zPGx[N��x���'�O�d)�u�[v<P��cy���V;��Y�o��LO��x����@{�猇;�6�^/���q�����%��{�,��(��?D'�!|��I�=����da��x�N��a(#�x}M3^٨�x��a��x��1x����<>��O6�x��O6p�xB�sˎ����t��v<p\��x��o����}7<��y<���:��؃�1G��b��0���x^.���g�4�f�?q�n��bF}�a>n7�)��%8�ƃ�?8�+~��8��[�~!O�c����w��_ئ�kt��ɷ�<��{ލ�����W�h}6�@���\W��X�OiT3�ud/>���I�ɑ!�J�y���F�B�ބ�M�-�J%K�����O6�n��ZT�o	y����\��w��I��7;������eПz��ֆΜ��.l�ˌ�v�KY��|D�%���m��h#�_��
��F�R���J�<
���dQ�,�'�r��2�yC�S��7��d�b\��zd2!�ч-O��(%JXkE�n���L�bMH��zN�{��Ă��A�z�g3��8|��8�z��U,�q���y�]����c�I+�,��ch��@3�BD-&�w;=Y=b�ϕlj���zTU.�׀��D����s���c�su�>K>��E7{�J�Χ+^|xF���
�h��|L��*i|����sRUBfs���B���L��}�P@*U2}�:{�?|؇��!̇�����reR�����K/�,�;~47��s9��1�!�ǼY���Jh/��7H��
��R.aqJ�jR�LCY)5�=dy:�;
"���:��;��"����7��[�����6�� XJ��ȕ�Ǹ1/��t*Ad��{�wd���x6�;*�f�����zȓ[�{>�����!o���ܗxL��;�T�#�
�9-%�[BG
)�1����D�򻩳��Z�K��Ĵ@>���9L|�"��~ ԤתP�~���9��o�k�ċ0V"��D����	ɲ�`��Y��T�^^R��1�ŵ����v͞���L���q�A&`�?������w>�e�����)�T�л�T؜�v>�u����l������?�dJ1�ڿ>��_>��_�'O�<}��S
���~�_n|�'O>r�'{�@>Q'I�Bt=Ob��:*��0���v���N��f�v"�E�'wBZ���o����⢀+|�
������Ť'���:�,E���t
'Yz1�BP���~��i2���r��.�l|��,|�/�����N+�N-��g�\�ל
7�:��������ς7=�pP+�x$O��N8B�C�d�C[7Sm(C�UG!Ty�}ˊ����Q��D��s޷��Cc����Y
���<����c������J���?��ۯ>�����:z��ɣ��*%/�/A��2��X�D��0��&�}8�W3j�8u��j@���}&y�o3�vl��~�(I��1�p�z�5|��h��n��7ҨLr��K���>��˪�=�/?�2n����5ޝiϬ&�Ԟ���O�>2~cd���Z���R�s-_3.��6��3�O+�T��vb߂��6��T��f���1=��޹��>Z@�Q;�%��w}NP��d�ŧ�l��I�kj����O��UF���ͨ`�rAiC˷U������+;�j�_��r��渆����j̟d8��?P�.2�=$�s>�
m�Zp�s�dw���U;���#b�lr;�&�u��&5{j�H� �	��O��
�F����B�.4"����4u*�(�?���?'4/23�hiT�������d��2&�o���7��+���6)�ܦ�6y��Kk�I)�OM)�k�'z��$'�a�3¹�ǾK�a��M����+�=�����g�����[l�Wn�;�q����S��O�4N��2��-Kb\�[JV�:�!���"�2&��}��5���^���K�vVg�^}�����>,ۜZ��a"���I��5�E�
a|6����V�QL����[��}�x�k"E�g'v�`��u�BB^�I���H_�֌7���&֟��}F���h�Q%X�ÿ�D5T��7�h�h���@���}�o7�ż��ϧ���Cb-/��N"#.�d��T`Ic��M
+�hp��qv;�ݵ�ښ9!gZ'�O>OCh��pU)�b9M(�x����b4��={8W���S\��n�T����k9W
�M�һ�;AN�M�6C�?�r�JDm �;cX>�+�I�P���X�+�E.�������܄a����@Ά�6:`i������䀡~�]��K���vX,�c;�	a[0#|v�
a[��#�L�	a�1�/�6�3�7 l�V�5�M�I�B���p�8�y�&���6	C+�.���2�����woP+qq�1��/�P��Г۷
��{�\�&��G�ƚй������1���`*8�r79�H\Xq�j�L�w�71��t���i�ʏi@�c��-�>֕C�s`^��^�T��ܗ�Z����?�	ď��"�>*Z�㓹s_�-�q�M�D�lJo/��u����\���~cOHpY��.��!᣺�̙��\3gR^NyAmFqdQ�k\nt.�����9��3���;B�Dz$&%%:��Br/ArOn�&̘�/���}��/����� �6���LJU�t�L�蕳���?�ҹ:��<���<�Ӟ[}�5e��"�έ�3~-9����3f4��N�<�����
��5KWo�?=��ǏX�tHO�?�� m����J-�[0f잋|'�Z1Na*z_�L߽jRkH�ⴚCaV�����yс��yE�)�3┵
:u��?!�+Ĭw��J(��)T�G����z]t6�I;bO�Mp
@���J�\�P�"D�^
pdl�S㠤"%���N�W�J=޿��ifXƛo�.wa�;��2��-M�.��6�Xi�P(h�':�;	)�DG��������s�(��2w��q�����9��z�y�N��'0�@ކ۴�I��u3<<u:����Ӆ���F���&�X ���Eǥ�x�A�������e��m/�Z�A]��kL�܇��5�/ï���+�U>�e��}lYuo�n�&Y���e��n����B�|�|�stk�H"¦�5I:�#"��z7�X"����_���}��opu�P�#�0�����/	���k;z�,��gϐ�n�J��+Թ��N��|�P2s��ק�8|��88|z�ȶ��Ȼ}\nq�T�+Q�.�������<���FD���=���R��R�eDi�`�ץ�%�����F�R���*r\��l���U5�?��t͛r�Լ|��\츶vx�;{ �u:s(c�`3�Ðj�=�u�MtF��﫲��{S��犈��^��Jģ��֨(7��{�V��Fxe��,�Q`�y��E��l�{19�
ǁ�P�݆�"���3�2!iw�䕍���;}��e�g��*<`K�S���� w���-�j�e�_L��=3{5!:m��wѩiA�;�L˾;��襷�{O������#��4���"�����e�;=d"5<�c�[bp���a�~Ƅ����.(��T��b�
�����
���~�5�8ui}MyI]}��;^�y�)nf��4�<�mnk\C���?!��}��ǎ����m]��yt�މZ�&�r�…�jE�JC���nA��
��Rƺ�=�N�"/Ivg+_p�=��Xǩ@_-�p}.̟-ndr�Q����[1ny����vLy�f+H�{��~a���{W���v���uE���p4����tx]}s%7y�
�B��7�'LD4������(B�^p!��eH�ŗ[?�wV��O��n��U�B|p>'��4yVD��]OOr���E��Pź�#[*�M>���������95v}�w;�~)~ㆄ�gV�����hϼ��t�������A�ϼu��H%�6o�/9 ��&��Dr9AxkC.�3fT_�قR���5�^8�%��?���ཻ*m�f���ċ��,f��;M��Hj���6Sȼ��Ғ���[�S�#|�jc'䕔��['�$� ��F�[�}���X��*��L�OrLl��:�$��^�����G����f�Fa��#�`V�y��h�{���r��Ժ3$�N�^�p�x�~_�#�yP����_�vv1
D��|�⻷H�w��Rrvs��.��
����#{0m3G>�7�W>���+f�o� G:x���^�z9�V
��3�/��t�mz!�P��Dz'F��>���i�� �mo}��G�}��%�!����
@\��}���������J���ތ�y$Y�tz�����e�2����P�)�1�5}��Tp��
G� �G�ɪX,����k��ѫp�K�s�F_S�C�$
t1>m�@�O�XQ^U���_^��@h.:�vv<T�QRw⁌��YY�8Wq������>9��S���OW��;gU���;z &�ȋ�<L#?��p]PP��#J�:T�)6n|aS��IQ)��`3�����	��qhW>`؉�‹���jL����9���*M�o�2iUj������vw7ח�l�	Yik+ӊ�?B��6�˒a(�<��t��y��a�%{�.2���[��ϰ�+"�7���E���\��;x��ay
 ��\��6
	M��c�Ң�-�Ԡ^�>>Z���v�`�1?��&��e��������oO�O����[�j�rh�օ3�b�'�X���N.t00�]i�UW*]���o�@��� ���w+���mAw��/,�I0yH(�C�)fi���K�j�{)�K)�<��s���9��q��T� ���lZ�7Z�Vg��?\�������a���U;��=ˮ��g�%�&h��0/óg<�Əu7��Z�"Qw�9'Ѷ�7�(A��� ��#���q�P�kO�Q��
���ʵ��/>�Q�5�$Aڒ��MqU�k�+�jf�����[̼\����%�~{iA�ٓ=��xZ�.Z����p�A��r���
Z~aFy7��Kq������dp��-8����E�x�,�K�SC�sJ��ߪD��~���qJ��>��(�ȅ$h������I�81@��Q��<r��n:m�Q2k�(u�SΦP�-;�����8g���PJw�{�Y�Ur3�E�48v��k�F~��e�@�Eos%)��(�P�I�$A�����.�'������~LN�W1�^I�;�`A�Oy�mj_�Jᥥ�Pww:��5�V�ҁ8����i
e��7���"��5�K�&"oue�ތ�=k�'��,�k�o���b�rJ�+�摥
SƷ%X�M�RO�Y���e~˼�͵�Kgw5w��o�j�R8���������
�A�i�����΍�'�:���n��J
;h���gԕLl4d�u)���q�x����v�{šIb�
byJ��_\>��`�L��^*3�l"^V���>��,�(̐��4۔pI��Q�I\]�јE�fв��>����hB�o3
_D~���xp�V��_=����
�/��H
C&}���a-�y�k�j-O��J����Q��+1�1n��;�2<�0�e���P'.$��b�מ�'W3�I�¥����
�2�g����gþÆ��%�1�%
�Nø1ס��2���ś�=Y��_P	(2���mV#�ca0���|vY��G��"���&e��o^Pq]n��?J�fL�WG���3�#&M~24g8�����$����v�0�&�*�]$�%j$�W9
}
ە>��hk�����Z���^Ƥ�y�q����O�C�V�Ć�@m`�/s�W�#���ZV1ks����:u
h�x��a|�ܔ�˙�O^���\�(�Լ��ՐU��z�-^?�����)�O�v���:	ߋ��?O���g���n2c�A�$��k��N{8�';�EN��Q8��n����ߟ��ߋ���V�
��;xV'?g��z�c�#?y��|�F�h�1H���
�Soǣ0�7)ߑn�O���:�-r���b'��ܶc$Ū���/��G䴑/���������v�&����Ӈ��!�+��(�p!¿���m�!��}%�1��-'{|�Y>�¿�p���a�����g�����`�1��/�&��*�?
�P������@�T�ba!�g^��B�)��"�S0�B�&��[�ÅF��о��!�7�}n/��A�m�
B�b�#�+ş�P,��ɑ3�:Y���>�(��;"�/�
1C��xفp!F��0Q�����y�2�	�G.B��2F�Rn��9��?Q<����F	#,��H��tb<�C�Ӊv��XAl���J����-U����������_��N�Z������<��j
�_S];��8e��;�i~���V�n�Lc�0a@m?��mt��/Q8\)�\f^Q�������\��sȹ�����
��\����v�2Pt������._�v9��2�sl���Lp�t[{dxDZk�K2#C-��MA��6�_�1E/m��Q��=�ν���$�\im�½�:b����'�aL���Z[�1HB�m����p3P�=vlm��#�ճgWW77�2�$:��E��]4
4����f��n�Τ��0�u6ՠ���{Nt
��G#�ߍ�D����HhKXP)*U�^A1|]�E�w吋��)�:=T:TN}:~�d�3��͋���<!=-.+�WqJbIIbJ1�*�J��c�I���6�����x@d�%9'.��h�������}���J7Bu�M�'u�MXj�|qn!��Pݚ�".yh��D�$us��$��i]�P�����N.�c��'�H�Ǡ&8�J�`�CMđ�$Z��j���H�O~Y1��+��KY����Xh����r�"Ї=*�d�X}@ۂpuP{W��f�'�.v+�k�61KI՗���`24�0�I� B��6W�,+�Z0�;A�I4/Z�|PP�l?#���d�FV��2ɡy�3�rBEx�L��j]����(Yp��u}��G��pF���[}I�����Zk�5n�u�qr��i�I���!I���f���7�����F���ꈈ��+1�l���a��;���

�{����\)��J�;aOt3�i�Yn�[+��m�P��vh~������
�u�-q�sc[�f��O�o��}�xZ���N�ڪ�Z;V���4Ó�������e��>Z.��)�nQ̓�����'B0W�Wjw���o�!��'ų���H�Y&e~E�;�
���i�
��)�
i���6��K��F�l��0o�>��O/VI�X9�A�}��":A_���܏N>���ȗ�Db���dcuܜ��vku@a���Z
�M2�}B"d������ӼC¥�/�e����ѥF]P���6#���7��7�7&Ѻ�2{���"7w�F#���\)��A{-Vw~q���6��K$p/Kvl��2�eFE�W�OfN`�9ŗ��x�eqI�7�A�2�u1�6�?�}z�\�r�Z��%���=&��!��8��Mb�cQ�+��_Rp�qb�����)7m�1:��IAZ{pu��N�g��5>r���v�sG��wE�š�'u_q������⠨�KK����F�����q��Z��ћ!��3��?"WH��-��=U6>���	-�{x���X�E�X$r�H�ˡH"!a>Y�����7���'@���%"Ɗ�Q\h�;����W���xQEE�cqr�1�W��g-H��\�⩈�0���m��W�W�r�a��χ뀖�n�O����,����t�����K�m(/`��~vL���|�?h/~0��M�IN�5�������	
6a�����U8����]m�FZGۚƶ}���rg�~c���v�O/��h�`�O�*���y[7��Ѷ��V�7�m�⻤%`^�R�m�{����P�:�S�/$�\'c�'���'� �U�����G���tީ5>b��{o�&���-�˶��!��[/<�j��z��+�Is><5d�����lj-g��]���c�����(Fվ�z��P��%��-'9L���g�HV���@���R@�y�%�J�/�z��t��Ĵ�`ٞ���?k�鰇ߒS���1�;�wB��}�l��>1�~��&�׳~7u����<,(H�J��F#�ez����<�t$���U�?ȣ��Hق-w��ț*
Zm���g�bc����TSl�)(.�{�3"Ds�;k��yiü����y~���FFZ�e!���
iY!S^��}h��=��5QA���p��(�\Óo��
�bF0F79��~���
�m�����A��(�aH}�+������>�y�!p�9S�~��d���Yy&t�Hs���c��K��NU@o6PI"�=�z�'��q�?�V=j�=7|j��F!��">��֭{�^�0_1��1�IFi�V��H&��t�{hC���_��TlBL:������nY`Oa�`F��n���b�����K���-R)#�(�H����,T��F�;��2�?�j�!�r�s��L�u��W
u��Dc_�^��Qr�Q�\�g�{`��k���#��v&0������������׃9^����M%�Y�ڐ�/Ɗc���Ēգ�)����0)�w�6���]\�%;��K$����8�94B@\��gI�ԓ�{��}��#}�4c��N��M��\������f���ٻ-�W��崅D��K�M<UuL�ߢ�SCg�yu����Y��h>6j�6�?R���Gh�Nmz�-��ک��9���6�j�n���r�lGy$<sGh�G e�c�G�nB^E1Q������.��>T[FhS3�>n#wjg�܎bͅ6�#�k`9��KCsķAsG���>罆�<��b����{��-�5���IXH�&�7j
摧繍�"��bW��~���ǥ��h�]��o<��gi���m��ud�(�h�C��s�~N�Q���}�tr:ž�	h]Q�i��cb�38
��q͜^��+Z�����%�~xN<{{���IN��ޠ���5z<W[�4"���"��g���
	�$�^���ӍO��\E˾�◱z�3;������h�hJp�
 ���Ǒ��M[�S�"��Q
�$���.�w�l\5��J@�g���`ͻ&�~��v�).�qZn�|�o�̦$K�3W$a��=7�8�8d���#�\\�o�	X?|E�pn�&�u���=��
�Y�#�����D��q��T'��4���G���n����%�����
�~'f��*"��4%MOZa�f������`�:wq�ܵ�+�U��]�x�
�6�}�Y]]i���Γ{�&�Kϭ'_N�_[}~%�!��B�����rS{���H:U7T��2�J�Ҙ0��5�:��e*@�1���Y�I��H@�w�'ѭn~�D��o,�y�.	g��_?|߰v��S{LYtuY��;�}kN�qop��Q>U��� H��m���7?�������{e�g�_�S�����b�|�=m>s��NcW�r�&u��÷*�٬�h�N�)be2$�
>���/�6#�U��*�q	c��)�\D��3��$5���}�j�y鳃��§O
���%~=:����]��U2�|�(!w��):�*�zɪ���M���>st
�Kz��!����@�b�[z���;È>o} 5e	h��m���)}�V?=c魽[?�ztYNWV�� �i����>t&=�;��eO͌���{nt���gɳkL��9��q��ڣ��<q��9��c!#?��e|��>��&���0xz%���|܁3��Dn°n]N]�����6���Cq�{�Z��0��q�,�������>��Z�� ��.8	�u�9���-g:��̞�ᒈ�U!sQŠ2>*e,��I'��rŒ����y�ػ�C���<9����k}*����WW�����E�s�~�]���
p���~B6
JƘm�]�*3�S&�3p�Tè[�*�1�����M6��qe9&�Ú};� ���\�s׊�L�'���
)��pg�K�أ.EВ����;&o�n9\Z���5ϷT��]!��6��>�ػjb���ڳ=�_���]��
����F ?������1*�Z{�/S����j"�)z�V���v��o�_�V�^���g<�r��cS�/_x������O�~�c^.�'�?�n
�a���z�����Om_��ؙ6�5^�C˘��<�c�Q<4G�
�F~��(��dP�xZ����C9����)�_N��!@S.:�WJ6R����΀��'��M����m<O�A��qMg�����C��#_/��e�+�0e�Q�Jd�ΏzV�r���o6��99}��,�����@�"jY��7����6xP#M ���&����[���M�
	��X��L�2R�| .��`I�uTB�m�d�zd��b׭���L�Qyo�H�W�_���ol�sau.�n����S̅�Ɏ�n��Ȥ��o��G5��i�G�S��;~�ܖ��,��\7��t�^2��c�IR4>6���|��{d��-��ӌ��ۯB[g1c2���4����$*Õ�n�ac��C�y�j��w��j�ZA����Q��,�'��jo��m}�5;+��}��
u��+�O�ԑם��w�μ���G�4�k
��_�`qу��g���6.9_�:saan{E�,�f����~�s&���hɟ=I�1��6�;g�����3��S���*�a��ך|�1=?0�6�*wq0��hj����Y�o�����4w��i��s9����f�,6-�rV�8Z�*����Q���/n�Qϔ�?��3��K33�u��L&0/�{�+�'�y�&s��X�Gv1��{�3���M��ia��3�� ���Dr‡���=ļ��	,>;��
8`����̋�� ����}�k���`¾�J��[�%���S1&S�]nH��tv�&K~�e�_X���_��p��}���<���xכ˸a������?yO��Lؗ�P]����R�O�#��v���$C��Cޜ�m$��Ϫ2j}�t!~\3�A\>��D%��"����������k�N���
�oC5`ל�䤎ҩ�K*f}�j�cu�7r��k�!֌,[Utfv�Ԃ�[k6.���;����y���H�K�D�j�z��t?v�w�3�� �����˿~��ɢ��s�<U�IJ��3����Ѳ�"���ʿ~Or������޵�gE�w%��\��1~Qc{wrJg�ħx����!o��ɕ
��d�����N���=�v&c�*������#�|�-"iJ�H��ڌ�*����>��L�;;ѯ.s�̓E�Z�w�~������^��
~����<�����cU;mۘU�@~:|ɜ�E��?�i���{,���Vk"ɋ۹,��}!��x�uHK��T(���Z&�G�)e���4ձ�4��o6=�V��m��:"�6��%��k&�_nj{c۲�������4uW
-�&[?ޛ
$���~�*"缲i�Nj��|���ȶc�,�8��s䟁;C}���?R��@���9�#um�I�#l���_�����Jx����.	4��uF9���I�L�ת�4���YΫPh��̀��w��`ea��<x��|si��L��ҴyR�E�+�@���&�-���ym���+�9�?��j"�V@���?�`�m��&(��pLpP"7[��-�ӇEI��H�%lA��*:��6;��+\]�s6V���7�,�ˊ,N�e���SwV��7�_m��n��W�[�E|�����	T]zh�� gYQ��L;�à=M"�I�
���5�n��j��Q�b�����-�-���>����?{�=hd�m��ؐΛ�`��l�wll?��c[����5@q�nk�xbh�ҵ
�����2����}��C�uE�'A��!=~��@�EP�d����۸=�=~��}.��5���s�'�s&w����0��]μ?7~�>O��*��>'��2z��E��FFF�p�3�@:��Ƒm#�x�'��h0��m�Q�Un�JX�4��ph]q[�4��s�7�q��/9��8�Sk!�����x��TOoEk;I�6E�@+�!\j�NRqHR�ʖ%#�M���w���ޱffk�pD�9p��������
���o��W���{����="z�Q���_�h;�0�
mEGW�ad�ѽ�׀7h'�+�Mz�r/�-z]�#�[t��
x�>�~�m���g�w�ڳ��ң���w�K6B&QmO?sVG�~�p�v�O����I�5ڋ�
x�D��I"�'�-����-���0�mگ~�mzV�>�;�e��]���x'ګ��.=�,�9iӔ)�h@�R���α#�va#):��z	MW���)X�3�~��<-SW�ޢ����4�]�+�!�.�r�X��ӆ��=��Q����aC���e.Β܊�F_ɾ��hc����=��3�E/��Q=�:�K�;[��p��ќ��5�eHz�w�2+�	����Z���~2�1=Y�?���I��m�� >Ɠ9�M�^�_�x�u_t��K�х4V�\pT����-%���RX���
�4��@1�U�g��[M��x�pp���mG��}�|�$
ۦ���+�kqإ�(+�L��Qb�})Z��E��b�LEO
#3e�42*}i\���0ʦ��P/ί�^#ДK ���g�P��9�:�n:��=J2�g���odx��e��,/	�ђ�iU��s�`wٸ�L�kw�6]�u��|8go*�A�2�C��TZjt�W���e�J��Ct
D^e�d2�Ku�B���h��_���3,b�^(���QH���+R��~@����÷�o@�0	�Ԭ]��6�H)�YpS�6<�${���2�̝���YW��b)�ո������L€,���H}�ءx��8�`���9�!V?�3��
 �&F�8ӗn��52T}�?4F����Qz��㔍;��c1� �A,�,����&j�� �	�,��<}%w,f���;[5�����fg�%���n"�Ω��x�m�x�ֆ��8q��̐ZҮ�,L����M�B�ز�F�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��y.��o���$,��d�����Q3
��B#i��14���ei9Z�V�i%Z�V�Ui5Z�֠5i-Z�֡ui=Z�6�
i#ژ6�Mi3ڜ���J!�!�\�R�┠-i+ښ��mi;ڞ���4e(K9O��&�4�&��J�hG�N3h&��N4�v�]h6�J���͡=)φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���R�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(ڋ�4�z�De��*�7ͧ*�Q��i-��i-�Ŵ�G��mt!@�Ӂt}I_�<�[x$���<�~�?x,/���r�'/�+�̼�̫���k����������o��Ƽ	oʛ��<���Vq�#������9�[�V�5o���v�='9E����g9��y��Dށ'�d��Sy�H��<�g�Ln�x�̻�lޕ~���C��w��y��{r��rwr����{��{�<.q/����yo�����\���^@��B^ċy	���~�?��A|0‡�a|8�G�Q|4��ҫ��NoЛ��K��;|�'�|�̧�|��g�|����|����B��/�K�R��/��|%_���������o���o����������~��~���	~���~�������/��
�J��k�:��o�[�6����{�>��G�1Ÿ�g�9�_�W�5������?�����G���_�W���?�O�'����i�&&�2\FH���Q2Z��XYF���dyYAV��deYEV��duYC֔�dmYG֕�d}�@6��dc�D6��ds'[H��$,qĕ��$.	�R���e�V���%))IKF����2A�d�� �d�L��2Mv��2CfJ��$�dg�Efˮ���.{��S�2W:�S
�%��#E�K�IIz�,�/{KU��_j�@�"Y,Kd�W����9P���9T���9R����9V����9QN���9UN���9SΒ��9WΓ��r�\(��r�\*����O�B����_r�\#��ur�� 7�Mr��"��mr��!w�]r��#��}r�< �C�<"��c�<!O�S�<#��s�[^��%yY^�W�5y]ސ7�-y[ޑw�=y_>��#�X>�O�3�\��/�+�Z��o�?�_��|'���$?�/�&���fU5ڠ�ڤôY��mё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�N�):U��:]g�Lmםt��l�Uw��u��{j^�j�vjA��[{��{�<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL�i4Mf�i6���bF�Qf�cƚe̲f9��Y��hV2+�U̪f5��Yìi�2k�u̺f=���lh62�M̦f3��g�0�&d�&b㚨���I�-�Vfk����lg�7I�2i�1Y�3���f&��$3�L1S�4���nf�����df���.f����fv7{�9fO�7sM��4�e�M�)���<S2��l*f���TM��75��,4��b���c�5��)�&IzzS�\lmM�B3͕�j_G�Z�gRah�BM��|G�Rn�[mLέ�4%+ݕra^S��tG��Q��*��Xj�tg��tx��LG�w�i%��7e)���B ó^�|GG��?�0h6e�.Xm�Z��@F���Hw]G��A��p1��EO]�	s�U������Bc1��6�>��>�iC�V�m��1����R�!��Z�uW�r)_�,v4N�w���@P%M7N�a�1���J�}�b[��Z9.4�8Ŷ*ۛU�ϯ�W+�{
�-wk���4�U�T^%��S{j��|��[��GV�K��-�ZGv�k�n�U+3lݾ@F̨�=}CoOC�4δ��m�3����P�P;"�!�vA-���j���P�#�M���Ԏ��!�g�qa��K��x��8�F�$�᳗��A��T)w�5L�T�
���k��F�MB1��44c5�:<��b1�A�)���/�{<�����ve�x	���4	��p$f����E8i��:*�s��\������;�@��4>��R���[YP_;	MA�М�P�Ż�s��¥��p��p���R���,���b_P�,���fs�\�/�
�|Kv~_����l?��U`�L�-��d�u��O�-t�Jc�^����I��
��y۱�����]R��0�dz�l�!?~�{������L����&�@�uzO�aF��7�3�&�F��5��-&�hi���hT(�ވ�B}�����/W�kS\�����k�,���M�e�������|g
��JAh�����k���=s����S�W�ᆾ �~/Ht@�{vx?��P��|K�M=��-��a��[ep�,-���6���Vh�F�ԅ��A��4	MA��4����?~��!�C�cv;��f�����?~�0�X<�0�a���c:��N�0�a����?~���#�G�����Sˉ�?>VS'~���������:����������.�.�.�.�.�.�Xu||<�|||||�(�Q�";Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp������7n��	p�&�M ��	��'�O��?~||78I��'�O��?	~�$�I��'�O��?	~��)����k�I���'~
��)�S��[��?~
�4�i���O��?
~�4�i���O��?
~��X��KN���֫��3�g�π�?~��Y��g�ς�?~�,�Y���]����wY�N�,�9�s��ρ�?~��9�s��ρ�?~���X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋��b~��nj�:����b~��.懋��b~��.懋��b~��.惋|w��.��E���W��"_]䫛h�� _]䫋|u��.��E���W��"_]䫋|u��.��E���W��"_]�����OCV����Y��O�B+��7��@�g
��6/�l��'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]l/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉��ι��{׼/y���W�l�-���B��-�\X��}qz�l��Cb�C}��1�!�>�����i���c�5�q�G�q�7n�8�qp�����7n~𓀟�$�'?	��D�9�U,z'�8���}��ITL�L�V
���!�TȮ?�ZZ�~zm.�{���J�P(v���T��Ft�-}�X�Q<��a�%���'��ԞO�������c0������4MC3�,4g�~Yz����u�Qh���7n<��w��~1z
��;�o�sY�����7O3#;W��R�#���vTz{�v�ql�]��t
��r[v����]ݹ���e���
�6��7*�z��A'#��@{{q�阁���K�.��y	�kO/��I%�
C3���͹Аsѿ�]Z/�97�^�o���e����A#<`DF�[C�G�uH9d�u[�s*�����z(�W�t�&''ز���<%����rېr�_ˍm�~7NdD[0����
�1mKs 81�m�Eu��
���������r(�A?����w̃rS��֘�C�-5�VP_H�cۘA1��
�������-��B���+�[m<��G���Ф�Mt��r�C��!�ڐ��w	~D��{��˞�*U�E���$t"��ӌ�)���M���q��J�0�f�������	��]�Z��$�����l��n��n+��p�0J]�>���k��^�j
|��{���~��֫gX�^��c���\�}ߧo�Ͼi�l-�sP�Գ��*��b���u5�_}����Y������:ֹoY�~���g<�����W}J`��@ �i��O
���e���o�������r�T��<��DK��4ĵQv6�P�?ޞt�

��x�c`d``�b fb
;&x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}��ŝ��鞁 rYD$����t���� �K�p��H�  A ��� ; ˲�úY�*ᲄ%�r8�(׋9,�8A� "A%\nշ�=�@��9��뜮���zꩧ�Oկ��g�tM�zh3�v�f���5��?{��h���h�iN��
�����8�*rj7nh������e|��ُh�����	G��YD�Zm��Q��]#ޯ�j�5�ޑ�_PC��[}�ɶc�ޝZO�Ӻ�u����s�-�[Z�juݺ��P/�m�{�n�P{�׽�Pݑ��P����}u���k6Q+[w[/[_����6���%��A��6Q�X��dx�l3ls��ۖ�V
�ƶ�<�Ͷm���v��@�n{�vꄭ�v�v^�K�+�N��[�{���W?�����_�J��C
�U?jb�����f�ϭ_��~y};��
�����~G�nx��ֿu��X�I����/�_�]��J�������fw��PA{ܞ���ba
o�}�}*�t�l�<�"���W�W�[g�hj��%�N�=��v��!��q�)���?�_����Z�dDk����a@������n��h�7j
5�a���&4L���0�jN���
˨V6��Z��<��mT/7���p�����6���h8Ku��Օ�N���=�z7����H��觊6�������7���8�jJ��T3�R-l\B����jm��M�[��7��ݸ��`�T��Q�l<Mu����ƫJ5iM�T=��P�o�Q9��T��8U��L5�i���T���RMo�M5�i�ҦT���Qmlz�jk�KT;��P�oz��P���M���4}Du��s�kC)GwG/���Tv����S%y�A��T#��1�A����1�A���ϱ�A���ϱ�A�/;ȟc���9^w�?�Q�st8ȟ㼃�9�8ȟ��$��N���$�'�sF���Yt�?�p'�s�s�?�'�s�t�?�B'�s.w�?�Z'�snr�?�v'�s�v�?�A'�sv�?�I'�s�s�?�e'�si.����"��.��r�ȟ+�"�������ȟk����&�ȟk�����ȟk����V�ȟk������ȟk������ȟ됋����ȟ댋��.�ȟ�Z3�k��L���6��f{3�k�6��1�5���<�jl����Өf4ϡZм�jY�J�5�멞o�L���e�]�{�4�N�V�Q��Tg��S]j�B��bU��GKo�~-�[Z��-Q�tK�jp�p�Q-�&�L�z�e&�ܖ�TKZ�S�����в�jK�v�-�����z��0ձ��T�[�Q]h�Lu�U	����'U��T�V��5Ho�R�[�P�hM5�u����T�[�Q-j]J��u5պ֍T/�n�z�u'՞�T���:�z��T���Z/R}�zM)���N��ݗj��N�r{���$U�M��C���=�M�ܓ���=�M��܋���ɟ{�����w�?�67�s�r�?�7�s��&����n���&�N����?O?�@G=O����'���)z0�y�{FyH�g��y���p��,�p��,�p��p��l�p��l�p���`����!k�c��9�!k��湪�[���������ux9�y�^�pެ��%a�^��D5�K¼��$̻�K¼+�$̻λы�ͻ��dy�x���׼��{�K���������������������������h��M}I��o����7��h��c4�M�1���M}�}����>FS�z��o�o�<�v�H�4���&�	_�Yi�]�&_��4�K���g4��+��\��~r�/�M�����q~FS�?�������I������I�������I�������h�?�g4���3���M�����-�h� k���p�Z `4
d���!F���i`R��40=�h�`4
,
0�VM����F���i`��4p(�h8`4
�	0�.Mׂ�/�=H��}��/h���7H��� �
���� �N��� ��	���� ����� �nr6|9��\po�����A��G���;����9�^	r6��H`�w�����_�%D�B��C�/4<D�B�B�/4%D�B3C�/�0D�B�C�/�6D�B�B�/�=D�B�C�/t0D�B�C�/t2D�B�B�/t9D��Z���{��_����a���_8&�!a�&�Ia��&�ya�^&��a��&�a��&�a�>&��a�>&�a��!����!{��E��IF�_dP��EFF�_dB��E�E�_dN��EG�_de��E�G�_ds��E^��������!���鈐����\����5J�����/:0J��-Q��F�_�%��Q�%�)Q��%хQ�]%ѵQ��%��Q��%уQ�=%ѓQ�=%��Q��b�/�3F�b�c�/我�X0F�b���
�������M�������͋��������������m�������폑�ء�����ؙ��]���ص8��w���x�8�����/�x2N����/>2N����/>-N��s��/�8N��+��/�>N����/�r�����_��8�����xG������_�J��%�	�� ��	�hI��D4A���KO��ĸ�KLI�����K,L�����K�M��Ħ�KlO�����KL�����K�L��Ĺ�K\N����$ɞI��$IG��%�I��&�_rH��%G'�_rR��%�'�_r^��%�&�_ru��%7&�_rk��%w&�_r��%%�_�x��%�$�_�b��%���_�{������_ʞ")o����)��"��)򗚐"�i)򗚓"��)�Z�"��)�ڜ"��S�/�7E�R���_�h���:R�/u>E�RWR�/mM��t�4�KL��-i:�ԥ����i�Zz\zbzJZ�����^�\�����kӂ����`(�;�/}0-�INK�L^���җӂ�������62�3��##��3�L6#8�ɌȌΈ���������<3/�(�4#�tfuf]fcF�����K��qW3�3�eeĽ�ϜʜɈ;����<s-+�[�{�W�oVܭ�=��z��e��|vPVܙ����섬��i��9����eٕ�5Y���>�ݜݖ�-�+�w�@�3��[Yθ�'�Tg��qg/e9��v�8���q� �/��\c��9���t�H58��ܨWr��9���q� 77��ܒ�r�9��6�6Qm�q� �#��ܾ�ro並��qM�;��.w!�5]�*��y�������w�����/繺ˏ�su���D55��]~v�����<Ww�y������?ȿ��A��<��{�^�s��?��:/*�u^��<���P0
�?(�*p��0�`�r�P�P��PZ�Aal�����f�PXPXL�����š�
��P�V �]�W8P ��
�p��Au�@�
�
��Y$�E�W�W$��"�+��䯘.��_qT��'�_��"�+�-���"�+��_qCqՖ"�+�(���"�+�Q$�cE�W<]$�E�W�ZRB+Ֆ�_�O���l%�Wr��_)^"�r���F��_i|i���+�.��Ң�+�(��Һ�+�P"��J䯴�����+)��ҩ�+}T"��K�l���i�}��v(W�ԕ�eRWΗI]yh�ԕǖI]yr�ԕg�I]yAy1ղ2�+�)����eRW�V&u�]eRW>P&u�ʤ�|��Au�L�ʗʤ���F��z����~m�����Ե��H][��H5�mx�7m��8�i����M��6�n��-imm�md�mC�&�-md�mGYk��F�4�x�f�H�խA��>)�CjKO8@��Bw �%�����"�� r�=�_H�r��&p�V|{�'p~�Y�^/�^/}��w���g�?�:rnC�,Έc�꼸��
}�,Ͳ�]%�n߀���=mCj�N�_(׵�|gyє�ֹ��Әg�ɯ��^�5
Q)���(�<���v�iH'!�F���?C�Ui#�~y�B�T
g$�(��<���)�;����J8M���q׶C'�E�G�3�����H�_��)�����<�Nq�u��^�%��Qá���t��Hkq�OB��<�؊��p�Kj��x�@NiY���򼖽h������A?�T�N9����Z��~�������;d�]G+
��J�<	�,�W�[�g�|U�q՚��T�c��\���=���o�n�:��ϝw��'P�{H?F9��'�O�N��)�'���.�~�U���n7�a&]2�m�7���c��_�,����E��t�K�S#	ʱ��i��cU��E���0�.ui��(�<���v�.u��7߫��"P�:U�P�M�h{U׼k�GLy�W�e1�c��І��L�[���Q&��"���K���e~���j�d
=�D�0ƹ�m�j��#U���*ǎ�m�j��.�(����8#{���<�=��a�恮�|����Aկ�+��|u�������Q75��n�GV}9����%�㧙s������A�����,\W���4�����¸^����~g�ǒG?JP�1�U��vgFu� ^�a�c�#9�e�>5���wM�=`��4F~YO��������</�?xVq�2�u�D�㧊�����\�.t���NJ1?s�,��g�b[U��嫹�ɨ$���n�o�ꏟ!�g7���ؾ�8b�I���'z��;.F�1&�����W{���8�ϡ�D�o"�<�$�9zz�u��##�nh��w��`v����C��&�^��l
$0Ϊ�+�s������A~�O���+��7E���FH5R�Go��T}�֊�����c��L~u��=���Z���-���V�rE�]�eM��p.������Y��+~�)����?�o(�\�yS�Ce�Vf�*b��SL��{u���S�m\#gb�F2�|ŰL�~y��2U�}��Z%�.�j6�FUɹ���7q�1q�1�1񓩌N�Cu.0�t��,}q]ݡ�z��4F{�l���S��r��)�ͷ���B�S)��>��N�پy�7eZ�W[�[�Ǽ�-���J�Փy�dĐ'f����N��iZC��﹵ߙ�/�[P��ִ�1����kf~^�,�2� ������1r�6�����7f�cqձk1���з���0�j�Sk�\e�:X¹�1�|�)���ۘ���n�G�6WKP��p �z�(��Y��,gqӺ�x�9S�����u�M+#�,���5����x�C�q�aD���>2�8p'����G�m���l��Y]5|Z��;�Vǒ�����E|{Q��Q}a�U�ލ�TvDܴ`�������w��Lu�Y�����3��6_��$�s�ͽ�@O7�|޴�rS���ǚ��e�s��?�ԿԼ蛲�����C��Ϛ{�M��+z�y���z��}��7+�@\���@x���h��_E�WQ�t����O�����pldž�g9|F��Ά1�֦Uv����r0���:���v�>��1���ȏv36��ojo�Ҫ��
�"�'����Ъ��C�B���;0�i���Ǵ�7��\�]�G�΀1z>�k�h��蕫o��~��c����O@^A�"Ϸ���ȓD���k�iuM*f5X`�كQ�_��i�9�iȴV5�Yƣ�Q�v�v��>�<
��.��P����Ǣ�>�6�ـ2�����^Q�,S�k�_S&o����#�?!��4�W;r?�?F��B��B��@��P�#?������B7��&�S+�vL�$�5H;xKL4���Y�ym>�4.���o@?�qO��@�������l7�X�g,ڐ�-��_�Ἵ��/S�ϡ�<'�٘��3Q�$ܯI�f_���X��L����D�*>"�Z��1����wJ]�r�;{��<�vxZ�G��Y�>c���'��c��Կ37F�>��?�:��.ee�Wy�_�
��P>����_�uܰ"X����E���������յ���'Е���؂�f_�
�70�|�������P�O���Q��Q��9�,�M������Z5F��O�6�����:7�~�bْh
}�>�GC?{ύ(�@�i�mh��u�K��:���N�X���{�q�)���Uc��F��#��ÿ�
�?����P��^Vu�մghY�r��1��B9��Y�{_7�g
���E�O���V��|�nc��1�銉c������~����i���=P~�?��l�{�_5v������jL[&}5OЯ��W�X�պ���>���*�����$_C~��8/b�q7��n�)�E��A\���;d~�V�]r�ݕ��OI͹=�L�o�b�y,2�1Z֢��*-}�g�c}g��5�{�<>�F�w��ث��=y�,�)�m�n��3�jG����J���J�1��Y�j����QmR]1G�ŵc�a|�;֡���i}��/}�|S��06�t�T
_k ��U����Γ*Uq��K�#S�kV��W��o76��%�8��_�R�k��h������C�WU�zއ���T���E��oC�w㌋U��.F}T�=�R����KS)���u�}*�?�%LU)�y�>�}*�_���o�8]��*Us��U��~�rT��J�C��˟�R�3<���T)�A=� �a�b^W�;�߾Ss�&ge�[�ʌ0��W|��u�>��l�jQ�{Px
iy~e�N����/U}�j��m��m)T:��Z觺�YS%�<�U#��&������k�0���~�ަrګ�QO�T}��a*瀩���Ǚʯ5�L~�y�Tϫ��@W��H]y�S���}*OU�U}�V��M���z�V�0���>ڭRN{����Ժ!�v�S����⑿�w
_^W�~�3Zu��m������]�&r�G�+�W룞�>�`�^E+�&�>�W��gL�����B�P���V�UЕ�s�+���q�+��|�[�B}�"�����gL����z�G=�B^D}^�6?e6�48�F�?��W�?c�U}y^�[��H�V�F�����)�xLj�.���V��T�a3�1�W��ꮗ�}�ԺzZ���c�Y��HS��vSyn��&]2�aU-g�]���V%c%x���GX�f�4y]������K��
��Zn���������T����HD�!�c�*7�v�z�L}�K��;�jb���M�4=�5?��槷�ͣ�4���ݯ
�f����H�Ĵ��*-���6hem��G�W۫uhӴ��篴3�];+~Vi��i�����Z���7ڧ�g��{���g�g����]�Y}�>_���P_�]��?�n�O��������~�����FF��(m�?Ì�0~d,�?2����3�Q���%j-qK�h�$-����ƫ�;���7���N㐵��3NX֠�[kĚ1޷�9�u�u��u���'�j��y�f�#��k�c��g����2�2Mk��_�]'�ơ|�]����mC�>�|�P���!>rW^�g(w����mm�=��ⶈ��>P|ŧE|��ߥŧ(>�9�p�%>"���Q|��I��Y��B/�,�\�,��]xk�� �ߤ�ױ���;�{�����V#�Q�ot�[�;�Y��4�5�ߋՇ~}��I��������.����/����H��u��8�{E��j*~��_�����"���%Ӛ�<��_���*�ˤ�\|���ƥ�K㎀h�ӢEh=���k#���fQ�Zo��6P�ˣ��Tu��-r�sпv!�Ͽ4ʰ��*â���>d=�+rY�=�?�{b�S��}��>b
j�[[�Bu���S���Ck4N~����_�ujr_�5����oi�����}S�R�o�ʿ���k��o5���s�M/��e�Vr�W�)>}ħ����.�t�OP|������qf�����"�$�{��L�D�����*Fo�2)X�
&�U��� #��7L4C�Қ&�gq�����5J����X�ʻ{;�n/����7�����%�7��$�+=������q�6�\�ʝq���_�V��v��c����~��"�!�����7õQ�8m�6E{X����jK��"���LH��N�^QsL��f��_�o�/c�Κ_�o�����
m&fhI��T�_�x���"}���䝮M��U�Kj�%z�l��^�5}$��R{���)��"ǝZ�?��5M�t�w���}�'rG|���+������o�ş¿"Yr������S������w&QPK�
�[���j�H�H)assets/fonts/OpenSans-SemiBoldItalic.woffnu�[���wOFFH�,�FFTMH����GDEFd�(if�GPOS$x$BNp�@�GSUB<:��B�OS/2W`��pcmap0�YD��cvt H�8I�Gfpgm����ZgaspT#glyf$� d���'�head�66�4�hhea�#$�;hmtxh	�3�loca@�	=��Vmaxp�  f~name,	IeM�post8(l�ɂprep�`�3)Bf1��_<������w&P���
tx�c`d`�����s���_��RD�K�7-��v/�Fx�c`a������j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�å�x��XitV�~�&,�JNQ��(�`Y��T@�#z�,��j�%QPRS�B�I��%T[��((���V��`��;������<s盙{�}���w�����9a�F#�S=����Ah뿉��$9��;��3X���uLq���Kh���f9�!.�A�Kr�
Y�JL&!z�x��ɖ5�i�j&�!]o3����dzO�K�"ٛ���Hq� �X�E�!Y�!�I��Cd�u'�.��CC]y�x�׳����T3[w�&�l���攪�#�zZ��&�Ms�2���	j+9�h�4w���m�<���&
�.�Vh�v��v$����'�������~���m�*�_�9]٬V�6��|s���3��#�������}
i��z^f��2F��=z��
�b,�w ���D3�S�ئ��i�W��n���^k���~�Yjڳ��{k9?�o�B+1�j��k�~�GL���!
�Q����"�]Kȃ�Ѱ���z_�]�v����֐���5�,t.�CE���Y?
���B|fY�+��ܻ}�
X4�յ|�Ջ�G��\���Y4uC��Eo�d�;�s�ؼ�&��ȳ~Iz�#��w'�U�ċh6�f���瓖c�O�(������Wڶ"U�8�'cP� �fs�3�Rb�\�7�$vm���*��V/���e�wsԘ�o8�%�*�;�(��E��s��Vqo֞a]H\�6E�V[׾
����͝L�R#Q�F9���R
�:N��N-7�,W�ؗ�3n�Y\-�bӀ��t���x��<�n�1b4�<Hf���ɹ��=��ʜ$��d�
�ߋA7�!tT
����뿊nn>uη�,u�cvZ}�.�?���+�����\���llOf?s�N2G�_bc�=2$����+1'�|�}>�~c���z;&I����W�5^C;�]��93AOg��q���f����1s�t�>y=��S�p��\;Oʚ�6�oa�����~�-����yU�EwG���M8�y+�gm ���,�m��`�)����E�9n-n���-&�m襛�e=���3P]���2/�Z�m��'��q͈�����CH���NE���c���5�K�B�����Q�#��6��^ʕ���:�*���t���As}��y6F��<&�ĉ���<�t1��l,a���
c�6��kb��g���O��ͱ�L��e-{�%^;+�W����Q��@(ۘ|�k7�zp�G1C����E�a�W�vj��[h�|~ͬ��7�7�<�k�h��	�Dt&��Ĩ>�x��>s�FdƼ@�\����g1f���"����c8��8�1���yP��`�8j� �E���x���Y�F�A�w)�S�^u�?�3���41���U�{�/߼�ܖ5��[�)5��u�oO�&�Z���s'R|ɱ��CQg5��:��XS����W�uͳ��D�;}�˛��,�ڒ���%~�b�}�1�ۨoѩh��1h�6[�n�ޛ��|��o�Jn�}�/�[�9w!��u��2��ϸxT7Gs/%đwE����y�Ƈ����l݋�$N�~*�ċhV�C��2^D��O}�>L;=FmK(��:�g�����SO��9l�Η3h��fCP�� ��(�wg�K;Wb��ʘc���L���l`�=�|��8�v�m��U�f/[�B(���_�	ȏ�/`�>���~5̬����YVa�ݎ�J�X�[�{�xI}e6i�d��K�s��Q��.ڪ������.����<�Or߿B�wym��r�1/I����[�7���_�ӵ�M9�6
Xߔ�HG7�ppS�Xs�놛qtMr=z#[Or�i
��",w5��tc� ��ݕỜ:�f�Z�m4�}����q�(�&�uH���8b�Zi��i��h�\�}P/�fr��j>2�!��
A�n���L���Ob2���I+��n�"�8�0�����%����lb
���8E������n����1G���y5
���r.@3���s|U3ҝk�9g�~�&�s~��_G[����k�|�Lߊ�������߃:R{�K��;�E���1џ�7�
�:��>��[�g��w�^���+�N\s���q��q��s0ël���3�W���z�Nx!��ċ&��TlG�x6��Ko	Ų9��Xf��p$~�����DW=���:ߩR�P�xu;qG�w�/����,7��E�����I�N
������`wk4�Bg��l](ql�f�Ą��|���c�?^��S�+���N�7`�϶5̲�==ќ������w݂�C��������3�f�E	v<�K�#�`~>I�Jt�^����|��D#>��\I/�x�Y:�Q?.uz�d,k�|�`־�x/(e����H"҉Tb"1�`�`8�~��E2UWL�X��6���NAoj��:	-ٮi�����u���Bl&V��בhO4$j���h�l�3�|�iz��x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ�%PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no��

Yx�u�L�	`"�C"ό8CDDDD�8zE%Ό��8"��##�8���<���C�ġqJG�? t̹Ƙs�9�k�9�s͹�sι������=�?��w
u�|���@롽�I�2t�4�4��t����ya'_�h�b���J��'�4}9��!�jD/"��Ha��RT)���$��l@z��3�3�3�gVP��AyQS�u��Y�Y�Y��ڳ㩨T~jj�+�W�i�4Q�=-����\˹Xzj�2ݛ�{�v^u��:-B��������v^X��1f�<f��گ�_gTfh3\������U�cX��Ua{���q&���l�4gz2?f�8,����qn\���Vq�����,b+K���
dŲf�ֲ�xގ��i�
~'��ݛ=��^����'�	��QB��D�"�s2r�9�99�9�9�9I"��N'�s�5�.�$7-�1א��
�N���.�n��`$�Bb��$IMj'�I�<D6��W�'�k�3��ad�Bf��dYM6��d/9B�"��W���k���h�t�b�Z�.BAQ2(T
�"�H(F����(S�e��R@+��h
�΂@A�`���ʨjj;��:@}O],���
��hH�F�UЪh2����9h�m��@;)ɋ�"c��(T�h�h�萎�c�D:@�ӥt%]Ow��}��J��
��7s<Cɘb,0V�oa�b��1QL<���2%L9S��0��s��`&/�.1.ݽ��4pi	��
h��|@���[Ÿbr1�X^�,n)v��f���,KȒ�ZYvV�˚`}d�X�%���Y���^�S�(�-�X�[�QJ(��Jͥ+e�2v��L^���e�l[ˎ^F]�]����r9��y���w���b��rQ��|�
���+�W�*��
}��"P�
\��_Mr��*���Nr����k�k�k�k��6���p<����x��/y�w]s�z=v��1�G��|�ħ�U���?�߼��Q~���čO��!X,�d�t�ܩ����\�E����Rߊ���	3�!E��
+�^aPx�=�{�(UtW���v�޹�Y�k�V�xU�)>�i��rg��^�
]%�J���A�CD���K���?j~\��U�?��.͐��N:_����֨kt5暣�u��V�}�w\ˮm�
�~���ϼ_+C�����yT���g�[����{u@]�n�n�!�!�!�0�pK�WZŨb��Q�#ǣ�ze�N��c�c��Ǒ��
i
†��ɆO�~q����)
ʄr�W֯^U�ʠ2�<�Q�����[k�6J퍉'�'�'�'kO����j�����H-Wǚ M�&r�I�T������h��A!(AP��n0�%p<hF4c���͒�fss�9޼Լ�BlQ��Z>=%<�~*{�����l�]�cM�fTs�G��?f�p�\۠�zFx&z{��:�N�K�t�6D�MѦos��m�m�z�ޡ_}�x.~�x�|�7�����u/f^$ۙ��?K����H5�c��M�����x߱бѱg��2L�Io�����iڴb�d:�L�$w�;E��Nm��3�9�9߹ѹo���f��o�2��js��m���%�G�e!X��"��XL�^K���-s�5ˮbE[)V�UlUX5V�5`���[׭IĖn#�Jm��j[��Ѧ��m>[�6m[�mێ�H;�δ��+�F��n��ڇ�	��}����w���]�]=]�]�]I�!v!�K�K��ٗk/��0'�Isr�zg���ʿ��P.���w�]3�Eתk˵�:�t#���nJ7�����w����WzX=-=3���x�4������q�[��L/�7лӻ������}�}}�����xx�zό������^�y��Fo�;�]����?J��E|S�߮���q~��W��~�_�W�u~������O�g�K�u����ҏ���ߐހo��$�l���;��/�_���$������[�[�ۊ��o�ߎ�
�Ƀ��`t0>87�<�9�B��?$
)C��+M��C����n�d(m7�*I���C�!�{(0�&Ӈ�G#��}D12=�8�6�=�?*U�N�·�0?,
��`X6��aO8��'����Jx#�N��'x$5���#�#Ž�"��4RQEZ#��52�{G}gx�£��9�?V=��M�M�͍-���m����C���qθ�?Ё�Bx��}	\[U���쐄$v �5��}_��m�;]�f��]���ŵ�nԽ�eF�u��3��8�h��Ό�����Z��돒<n�=��s�v�=!HB;�9Yϛ$(BF�[�%�+ ��^�f4����&�'�<�U��g��v!;��5){x��iJ����d��A��NP�1L!=OЀ���]���J#��?dQ��l�}��:A�mߡ��x��%��D��W��K+d�P�����	Wi�$�DFD�l0����š�?nƘX�Rk�(5&4��4��h�ZJ	��’�e������.?�|j��cSr� �1��ή�y�w�~�N���ӈ~N0��`��1��,�pu�[���!�	aq�����P�0���(�T��x���P�cby�h�K�je4��2�Q�	�SʟtWI�(����>����~*��W=5u���7�>�bGVM�Ky���k�#k��|t%��������4F�)�!�a�y�X����0���ٮ�]�|�ӽ�����ZS�P �^bL� x��[��e�JwBG��b"ĢȎ
K��0W���+��'����F@!iI���H)]\:��
�R�*��K:�;o����Բ�u����ukiD��_�i��Sk6y�[6����mn�\�ό��#�-�Ro�v����죏o�޿+����\�$"'#�{�XlV���EO�T�oG��'�ם�\�8<�9&;�6w�^�*L�BgQk���ꠀpu�� NH$K)k!B��AfB�f@��U�V���J��(%J�N
�Z�	��Tڗ
I���'V����r�Ү�#�2j5_�6
����m��i����,iqM��"�R�+#U��������E�N��M�Xld^��W�����ڷ� &+���&�ǒ�Q3�b���R�	�}JRx���x�_E��H�ֱ/	4��y���p�za���b�&MF�/I�ט���//���¦B��敺K�G΁$+G�3`^<7�k����
�T"�z�j�DoV�h�I��6�C'c2��־��ye��p�n��ź�K��c^e>b~X��|�l���	)�e�K]$�b
D<>I�Bma����1�j*D�$����e��݇��]��CO�
`�y;\:�#�|��3	L�5��t�&!!���"no�q��]�u�$h܌��`'���<p�ҟa��Cg�~��#�O�����3b>��\w:��
J[HA��WBM]G�Sՙg��'N�yc��d5��Jx@���4i�z�=x������A	p�����		�јX���~<+��Ք��g�]`I)�k�>Nԋ�P�fy������r�wh_a��2�
]��;N�/�yV•�	�-@C�G
���N�"N#����}�N�>��ٳ�����t�{eujou�ޣB�|�����S���%��|���귊�>��M6�n|���5B���C\]	��H(�фb��֭�8MH�����W%>�.^���I�m�]jQ�uA�:Q��i����
A�P�#(V��C��-Mk��*�9�o�����Z7Յw�K��1/l�xdž��~��69q<U�a�PJm�&=�pY_��m��]^�Kt
���3�GXdz��͍�	�Yv�"�0�1q��0ƱFA�
~	Q�����&�c��()��]������ss�@���ٽͿ�3~r޼����~C��}TRpnOfNG�YMN~ikVԑ������/p�?�������;�N�(���"�$|>�p�h����1���#b�����R3E�#u9���T�wމx'�v�̓j�%"�R
�|���*y��HR �r���:���!� σѬ*�\����N[�΄bg���ՙ>Jd�D"������Ϸum��bm��y��w�=P��LO����T�^�L26X�{�ݥY���3�.
Ϯ�t��a���
�Ɍ�����G��IqFʁ��)����y,IF�a��#�bA���ɶ�ʱ�����'�F�$l�p_�0�sE��+=�ݗ�ؘ��ĕ/�<���,�����R�¥�7%҅_^�+�|�L����Ș�1�m0�=Z�ې��t]
���+�PZD<8�}#�a
@�IV���5�'56>����o��E���B]}�T��"
�h"Qγ�	��:��m$g�F��AFk|�l��HgL=x�}�Ke1��n��Lu������_�()�&�~<ٍ�!sg��5�J�D�cz�E��6���7(�g�y�kK/d
�ftU�U,�l[@^�+�T4�7��#^6���!/È�KW��p��}�ډ/;
4�eWG�eK ���γ��+A�%�u��幃�-��i��˻�`��r���+δ���D�-Y$s~��XV��ӟܪRJ��|�6��8�0������/��G����˜|�'���5���;���3�ӿ��:ـ;�|…�:Z�
��@`�Ѭ�Xc��Ӄ�����h�	�FP�q��xKjA��	g{AN�6�!&Ԅ|R�X9K��pزY�uC�vS��k�tV;���������_���ʦ��(��#���8$S! ��]1e��۴��_��<�\�4���E�8�p9K󰽼�,f�������S)��T���3�N��g>�G��L;;�R�&k�?۴�)xāyo0ޣL�������P��A���H�����%V���dEQog�큷$��Z��U��m��)�]VR}��_mj̭��?�1�ֲ�j6T7��$��2d>}�󡕖���,F��(����?�;G�����ӫ�ȷ��2,��7$�ם"�Қ���T�
�����Pة�#�V��`c�@.�n�ɵ?^M��jĮ<�y
��ƸD��Pq���(�c��ٖ�g�����
�Κ�WQ��Eƶ�}���s��-Jk��2x��8��7�-�����uu>޴48CT��:��Rפ�� �ۧ�17��zxifcIaˮ}M'����̊�� cDb�͹�3V����>��6C��a�d���Hr��^P[�����>nЃt���-�	!f$�f#r�40��@�FA� �6JɁ�ė�C`V
υ���&�� {@_����m�Ho�9��9�/���D���Y(�H�M4c���e��Vg�*3���WyP<wm}g������{��c������E+�{�vc�%й�ٹ��@�J����G��y7ui]ӂK�}5����=Z���pSVo{�c��
g�Ea�c����zy��Wl�-�P�b��4��ښ�Gj���{Q��9��|��p����]/_�9{)����'�Oi!Az�R��N��@�MEJ�fʱ҅0���z�����_��jx��C�I�o��2����w��<{u��Ѻ�7�9 GyB!A�iD΄�Sq��N@I�Ok����I��y��1���$\&��6@x"����0�{�!X����ϑ�`
dz����m��Z$��\DY}��4,ݱ��x��t��}������4�I��w8���m����6|���`�����U�g�$�h�
����Sm��wBc�{��z�d��,�l�EB��!Ov��E���Ox7�ph�*$�ZC&����|k����y����:�?dB�̅��.��b����
��.��(K�87��	
/�IК@mc����F=�M�
�4eQ��
u���Y�
3 �#tIXP��t�i��u,�x���%�yx)�c���4"���]���
|l{As�v`1\�����9�%���{�.�
�GH'!H�ɮ
��-�,9w<��4�ǫ!.R�͕˜�9���h��TE��RZdr��g�P�\��S�`�T`[��UH{�ʟ�3����.�K�m6�ɢ_�o=\<�WO8/�c8�
�*�U���@7��N,��$`_���
�23��(����0�l]�Įt���E�ꖱ�	6)�3H��
Dž��~����!��wŅ��<q����5O^_	ফ\~�����)��<X�~Amj@�6�E����g�02���~sz]���M�^�{���c/v[�a��?_���Z��B��ء����r�]��喆_�ڿ��&뉦�e�&��/[}qm��O�׹[��{�<[�cx�^���ˠ����}�h�q#���Z�r��"0{�Ԗ_����9Ӡl�#���H�ƇjRf��l�=3C������f3�~/9XZ���B,�,R�L��JxAjHf�"�?��ӄtФ����.��0���Ě�5������ɗ�Z��� �&��6I�C��ZX���t:�b	_��%J�
��^�բY����V�)�ddش�H�i���ғ���U�1��9K
7��N��g�)�o�
���Q��R��-UX�G�&��jsrMqd��ݏ-J5D���&��+�u	��.zbĄp�����0�|�\�cXiT�bf���"�Y�H߼r���P�����!���nɇ:���~C�{��ėn]I��
n���խ��v��꼰F�Em�Z^��g-=h��M��v=�����\2�+!��k�C
eT��(�D���{�(�[X��z�F�&��c��;���8��+!8aj�n��(�Z�.8Ǻ�,l>�����Ce��@l\���������`�iJ��Gy����-bl�0���f��Ɋ�寖P�S��Y�86O�B�5�5:�r��wµ����X���5w�o-�x!����B��g� ��(��`�(@��}B��67�����<Ww�K�B�t��cH(�@��?�;��m�bROm�u������A9#�}��N�)�&�@ `�C�y�ZBka�T��	=�^3�$�9��s�;�B�0�9�
���'=�\	�C�?�F�X	Ά~�\�[(�
����]ϡu|��lW%�z�O�����فi+�
y��O� ��&h�M�#� �o����W��=r�g>��L��d��0��������(!۵"�Lz-�/2?1�H5��T=y�V��c.����p��Aꖂ4xɏ2�3'& lA� �k oh޸XF �Z��	Q4�K0��jwR�T��A�M�[�(�=��/Ƌ��mPǬ��a��'�-J�UηʤR�V,���ݽ��(
e��c��u��d��(�7�#v�!Ń�۪b��k+*R�R�}}�C�X-���t5W��*R*U�'7-���ձUq��9y�Ԙxq�T\cT����Gkz�1�1�J�
z��+�24T)�^�U ��<����z�7���"��Ma��th�R�df��c�P�U���O$�h]RT����8~|���"ɿ�<��$-Rݤ����U̹ınτ��g'����v��틭Y�.�y!��/uҗ�0��eѩ�45�ۣ/
;wL.�ۛ�3�Y��96�-�h]f�~ռ�G���R�ߋ��}�����ohtv��e�Nj�UE ��tO/�Yt���Ό���Ow�m�24�;�QЛ�)�DRq�W��Ad�J���8=ҳa��ٿRUur��O�vW�U�xW�E����9�Ԙp1(�eIJ��+!wI��L@:�H(�N�����8�!�C���,�8{�ԚW���q��ϔ�ױ(@.��1��s;h���LK��vUǫ[6��V���K��F�DD��ӓ�
-��)��ymFE=��q������$
�[}Tb��4��Qvc�6�t�._PWJ�+}�M�9�7N{\r��m[U�:���_�R�-��O���T�D��C�C�m��jB<�ϻ(�uԝ�����f���Ϩ�
ta&J�"������^�s����D���y�d��٠6�ܹ.��2����7.BU#8@@c��ȫ���.Y
�M���p�	��z���
mk��)�Ǻ�*t`��[rYFrґn�h�9I.K�>��T_�ޢ�������5�$,�9�	J��Qc�4��1�=���-�=Q�k�:3��%������̀G+M��r��'�f�T
=}��ϧ$�C���-�K������U�I
�"�|0�?Fa�,ڡb�g4�Ó	__T��c۵��.5�P0аK�����P���*
�YSִ:�E����В��uA@7T�E������C�
�E�c�t����w3:V'C\�Z�m���PkHh��b,�(��N��)���o~�t|�6��UFW�9I�l4E��&汾<�3�"� <7�����p�;$�tȬ=8��r\Q��g�Ȏ���+�G��]�m#;_9'�a��[w�zi��<94\���!]�ȇ�I��a]�u������n�x��{ e�A3��R��֟���0���!�f;��1�ъ�"
�*'���oX�OBc$�,j�$������\Yͷ�z�(���J �"#wȠ��5�b;yכ��/x�u}���	Ç�Tn�*�l���P���Ә���"�9=���@�MW_O��e�1�������O0��a���g���HH�2z>�|M���d�wsUg����o^��
N�4�g����c�H�i�ۼ ���C�lj	o��Y�#�t����k���ȶ|K'�=�jC��$�eќ-�#�E�_�34o�\�����-:�:�L��չ�}剾=����G>��R���е�[�^7���)m 3��@��(AN�øӕP�x�6���W!�BN���d �����
9�Fg˯�.���$�j|���)����c�}����u`���W�]Ɲ�~�ԞZ�,v]bSƓ�Ar���A&��f�q(w��,��|���N�Xy|���X¡�EL@y��_LҜ:���D�5V\����΂�o��0'�K1u��_�WqO��b���}a����K��T��
rol��굩
��
�]'R[ ���"�R�L�Xl'���0��K�=+K|R<��~Y�[s��P�-���G|a���u�ϡ���8G$��pY�R�'����$sƸ`&�3�u&�����tˑڬNS`YnaOB��坧�JM�J���,�C��勤�wC���1��$]xm���SQYi���К��%G�!~��0^�k(�
�r�ؕoU۱�j�{�ؠ"�o���,�dӲ}���<^]�;x�2_��u�����->�ZҲ���gl�
ʨ8�촛˃��/�LW�e�b��J���\����9H��hX��*�|��(#�`�€�/o��)ܤ���ޕ@����2��s�?�
�������wC]S	�w��v��Xوcew.��z��$���EE+@��t��1�P�&|�GKv�9	�-�:��A�+��F�����u����dW��xqr�
��B	=�t����e�QR ����F�o�i���ɝ�q��M����cۓ%�K��"�ۅ'�cV�O"��$��b���m(V~
�u�mV�̇����X(a�\>�����O�2WH3��lKm��ldV��c=�Ӫ0!\o�DA^N&��;�8f�YT����L���eF�/�"Z ����6[�y�!F�"|�/���B7�>K
�_j$3o3�;r�7�>>�w��|c�玱u~�*� �|Kk����r={�&��!�0�.�1p4�a��J�hO5�
F\�7A`
�	���d
@�$�8z�q>�;x��� �/�
��#S�ppY����=�s|QE�H��d3��\��h��ƺ��_����σ�潡n|�H�wZ໪YJ��h`L���AG�p����0�w?�=����5��X�����hB���Yn$��r��3��E�5�j�!�!�5!^*�y�ڊ ���bA4O<�Z��@��n>4Ƽr�+š�R.�F��qO֟7
k24��x��Z�ü?�!�;�%��
���{F�R*)�ϗ�ْ)�c��A� �U��8RJ��F'���[U�:�\���*.�&Wz�_KL��z�_MH�B�w2�I݂�O���ih�)€$e�[S�M�N_��������
U�i�f;��>nI)�ˋ�W%�5��X�2L�.���E�+:��������Tpr��
ǣW쏬]y�]s08c$6/f(��q���e��h�P�6��'G���:Oz�(���E�����G�ø8 �z�݋��y��D��d^"�/�O�KyV�؏���+EӚ���NzRP�#���B�z�Ao�����g2��W/�J���Y�z~>yF��4ka��'A����A��Q�K���g���ۀ�G"��3����x{�)Z���ab���K�Lӑ��#�P�`�uS!�u��:����t&5+&��u��!q�Z
�3���E&'E�/^���_�6j()�?z��z� ��8c��MK��H�II�.㾚@�5Kƣ��̓�kG���[�.j(9e z|IJOZFOjj�=�y
�1�k�K�B��͍����������9<m�����@�m)��3��y �m��b8��i�[@�#���������m��������*��㫬F�X�p��#�3��=�;�ˏ��R?�x�L �-5&gz�D������I�\G��Ĭg"`���N�:�tNH�q�����i��і�+:��e�m)�����(IMnO֧_�N��l���EFtH�^6W���k���jz,-��C~zo�!6W���/X��i��� ���g��JM%���4H�<�V�6�҈O(\���k\�j

���7*%+-*)���N�L������q�ő1�b�[h)Fg�����s�^SB��u�k��YLY�T�6��
���!8�O���#<�*�OS� ���ٵ��=� ��I�en]Yt(�<ܮ-���Z�j�����与��[�o�]l���[��-O}61��-�O~�Z�P>�P\�.��|{�q��{A s}��@�5޾�x�io�
�ϴ<���_<��̗�&��l;��#Ae�ކ>r(���."����͍I�"��5ȯ�!��փ Ҳul8�䒧`&�s*�	M���5u�ejaȲ=c���N���X�<6!� �7�"�#u��o�1�l5Ƭ5��
���ۗ���#�J�~ZE����P�e|�<���),�W�* *�����۷0�'����ۘ�v��Kj��(s��U
�S�sV�(�8�Kơ��ߞCV�G��.lqQ/]vz�SJo�Xv� ���r(e�v�C>\��� �	�E�"�R�H�PV11�W;�	>Un6����֋�|�z��C�twI	�$�uf�z��
�U�M��s��ѻ�R�l�X��,�����U��Yw��%6K�@\���7�J��UǏ#>uQɔ�A�Z�$tQ<��F@�aFX:�bv;���u�zz�����jm��jk����h�SS�PG�C��+��۫+��<k�/���=	)��*�����`�j?���˩{
�!32S�}�4U�\�M�S�T�7�7����$����g�6)M!s�kɠ�9���]�f��-�<g��汖�`�������jCt|X��D�x}��}�[�R�x�H����L*���zच�*|�U�|���=��cͫ2��G��ScSMƶ����gm-)j{���:�+ɋO����3��e1�Vsא�Э=�q5/ݤo���kHo8�d��9��kܥ�শ���=�;���^���·����((DZ��D��M������*u$79��e0OU7��D��z��朇8�uq~R�Z�s�
�P����Y8tm����7�;�����i�7�z�c���*BE(&a@���!a1q:�!��;oF�u#?	ȏl;0�lYz����r���RE��%�m���O_���}p7�Nu��:,&��o�Ũ�[𕚐�w�l}]F ���Y)J�j69[���r7yE��t�3UeO�x���'���E	O��K�2���Z�MU���_���HB�H#��b(:����l�{�����.���2�x�e�
\N��BeE��z�SP���~wT!=/'<�X�_qT��[�����m�M�&�B���DeG{��s
���cS��/-<��bCb�)/+�a(1?�'$��ft:��|
�t��%��N�ʤt�/2g�8��������_�%`a	���t,M�����$��~� x��M�u�VJ�\G����G.���禞���rc�pC,���N�1=pL1�=������op,��B8���q���݊�=�-"\�)�JЌث=Q%�=P۫%�	e��ɝ\�gM�s�g^e����T\�Inl޺(�Pݔ��ڽ*#��>��3挠j��i�vQ�Q
�9�& r�t�
|�-&�s�i��`�1�fƀ&�9�U���I|	�H&I�J����c��q����Ep��9�?Bs�����ry�z��W"���	B�c��ŝV*�R�P
�Ge�"��ٌJY�0C�TߧQ��M�v�:L�Oj�-��;��Կ��i���R�����f,[���x�!� V���9�1�4�`iOLa�����1c��i�Ɣ;�AN#��x΢)��ۉaE�8M�a�N��j�i��g�1�3c@���s�i�8�p��K0N��	'��zO�s,2�ח |x�jƩ �q�Ө��11o�.��[�m���g��w����2��v��>�2lde��2`�&2�ֶ��s��9��	�X��c���6*��_���	��}!����8�;�"~��Hd�����@JG�Q�dq�<R(!!�Qe;�o�Z"���_�\�+�I�� �yqȧ���/�W�K����y��>ɛ�S��QD
���"2@F�i�9���nry��fE�ڌ&U��>�,��4��!�!��C��Pt���
�X�@��Q��	�
��|4T��M
��l=ڞ�����3J7�ԥ�V��{q>[,g���{,�l[<��&�o:�Z_h��ԯ�5�P���][���Y���ua~%s|߀��#����nj���6�=�Ɣ;��a~�脳�4�]°�9���,��o5�c^h�ɥ^��O8j��4
��P	y+~�WZ������YC+F�l]6��7���s��_�0W��쉾�.$g���_���J,�B��\b0���=�^e�?�G��++8�i?��&uiH��_������ǯ�}�L���u�x��7ַ��)oшwJlEebsbTADK}�4�g�^t�{I"��Cߺ���#[+7��Ī�"=36v/91/(�mMl{A�9E�n-��(
�5�De��Q�kb���5�y����A|6R,p���1c�6�s����1��؎Ǥ�
��57�O�	(9�I��v�i'�	� �	��՜}��8���H 
�Z"�#�.��s�K���*wWd��	����%&�[�Ú_���\	~�g�U;��b,����n]Al�M��^�􇼌G�'�,;��c1�YSr���ٖ�^{TBC�Rck�E)���$v���K����g;��Wu�O��������ǖg�>����7�j_��+Zy&��x1�{Si|Gt�B\�5�
����M��іQ�:)H��'��s\��[���S�wz����Ә1P:��c4���`(be�H�&���ڌd�<&w?��8�	:7�9�K�s9���g�(n�w�X}�|L�?�w�*!�c�>�L[��.�F(�~Jo�Ǝ:V�f�7��H��T8o��`+B:ݓ�x�U/��o�862�R�Ÿ��6`^��O��y��[�\��U��]�Pz_qp��ir��okH�oVm[��;F�/�(|�ѬC�V}���
��
#�Ia�i��{K�GYY@�
��~���AL�mp�_
'g�ݬ=={���/c�\����o�~�;�s�I�gL2�U
+;��tF���za
q����!>З�b�C.��_V�r��:���6���/(��+(��~��Μag����e��Z�W�_�L?A���+�0�?2L��t�
%���X
r�_lD��ql���XPΎ���
eJtv,(��eK���QaG�X̼�����'�����t���I@�L�*�Q�2=��_��K^C�΄�2\�8ԲԸ�p���@�	m�v�zFHm���^&�2uR���>1�|�3q̳F���|�����c��6ڎ������U���!�;t{���r���,����V�*ȇ"Ģ���WI��N'�uf3U+�Y�����sV����#	���P�W�������f���%�"��$w���j�s�;<E�:�]0�<S�pJJ�񭷆��Ҿ�ت����+�������Ӡ����.N4@��j�׎س�w9;ᰟ-�o�����N+q{n8|�N+q�^8L$���‘@y��3��ޙ�,~����'�|�<�FL͚W��\��T�W�O��Ԝ��P?;�@��?�>�8ms�C]�ݶ�ڀqN|,N�4��9ו�Os��{`aN8'���~_%�~C�H��qW�
������U�'�נ�����h�	[��j?�J�ʖ
��&0$��#q5R
6ĝ�r9�D�Q����y_�����{
<D$_�wgNk@U�W!��0��U}�
ר��(�����$�U��u���`��̠��_�S��I=��d�Y޷lmF�ԁ��=��\��~�� �o��C����oa��8�ĕ9���6�c��6,�V�6p���
ދ�?��`��ۙ6&��Ƶb�z!n	aai� :ZF�{ �y_�C�G�����U�f�~�^��ܸ�ܙ~ٲ 3��+�# w���|3Q-�Y���(cww|�FĻ_$�/u�
O9啚���a�����w//�U'���N�ȱ'��n���=h'Q��;�g����8"��2��^8�8md��p�l�p��#���R�}\��� �n=�P�?��%;ߓŴ��h�rMqm��opL)�+�o�1A�n���|5F�'��2�*�\)�}�P	���q���T����%\t8��I�í���B�K���{�4G�~M�<�g��Sw>@�r��u�t6�_aD�ŝH��'�j�J��GX}��rg�r��^������G��~
��r��H��^Sּ:�E���[W>�D���Q�.M|sr�D[h]���L���]L)���^�y16�9}q&W7�o��K)�w���`^�{hf�W�u\4����4Q�5�q8-�+�cN����J�u���xi�%&ݑf���Ý͟���k�얱ϥ��X��yۈ��eyK��j\[N�q�+�-W)Tx���YX��!oR��- dKK(���rvnQN�5�{�T�{'�l�Z��X3s�Q�1"�7+FT���q
��
��
�Ą�
L
����+�/'f��q='�lq�iB�2��Ѩd]OG5�ͯ��:�_N��t5s;k�H�3������u�r�0�K�/!�B��+�1��~��]���A��gyy�IA���g�z�����>���ӏ�s@����<�Ė����GAs�h���~�nn�#}w�6��|���y�m��>_��K�Z�H@�i�H($x3��9��XRפ�&	�u��?tk��*��2@��94J~j;=��9��
���.�[PM��	\�5���
��E�*���߷����T��lV�ն&�|�F{���ݘ?�N�A�w�=՜����g���\(wc�9=/fcw(we�|��X�k^�?��s�g���{�*�Fg�p�$�j���}f��"�,r���ŕG���V�����D87B�7�Q�6��XJ��M
�TP�>��@�X�T��r�H`�	���G����������%����߻uɊ��7yg2n��l�����P�����O�G�>
E���ŷz�I]�9>p����w����}���sb\��2��t�z�S>8Q�/=�Q�����M����/b��o
o0L}�h��9���z��36�1aϥ@]��\
{�2��
V�
��Ο];'�;��t��q��t.���L~to�X�n&��U�%�ǻJxCNDY<�T*WwO�U�JZ��` ��������{��L���'{N9ӥ�_H[q��=E}Q$�D�������!����	��j#�)�ٞ~(�1�'�r'�B�UZ.��ly�O��#���K�5��4U,^�!k��'!ʓ	�.		г����F�r�g�	�4�/&�Q%"����s����n�<i\_pe���~,�֋��W��@�ց���ӺJ�ލ�i�%�>]亐g;Ӓs�;��3��-%C
-�Z_�v��G��Q�Q��zb׆G�zצ�m�[z�r�^LkNlJ�N������!֖x��\�2P�ْ�X�<�,��7�p�N:�mɫ��l���zΖ;lɍ�y��|�y�\@=��Ϛ�A�21�$�a'�kf?��/�`8�8����R���bh"��s��7gAa�(�w���s���Q�;8�g�s�+��m&6�9�N�6���y�y��7s�Yߨ��+����R�����y�y���ѽ�o������
��G�:�I�/���(!�R�Lh�{{
��'G��Jܩot���L�f{NJ& �`~�D�|<u�
S��m�#��#��)��b�q�J��*������U���^���.K�8�~kE"�{o�&�&b�n�#�;�]7�^:�9�B�g�!r��6:�N;A&�g���)�s>�}�F.羗͹;�B1l'�9;��3X6_:��B||ON��g��T�
ۉF�N<�p�p���]/��F4���8���ډ)|nG8n�c����s؋�N����c��7�"��vG�/�;�;�D��&,<�+���<��t���9�A����r�����%3t������ܘ@L�P����m�/��>߾'g
�=;c=sN^�8'"�1=�9@��#��ϗ���|bzf>t�
<_���x�����j�}��s�rm\��/�q��dzs™r���p\�HA���@���4�G�s�;��B'�?���7��_������~ٺ��H)�z��jg�s�#9^��]�ʌۿ<֌��f�2�'���F��Ox+���]4�wu ��6�9�����Ѣz��j����f��Z��g�������zx8��ù��@C��Sy���M��C�O�cqU�I=�:Z��ל�Ta�u��=�/�|��_.��(�2�k]5ҧ�9�>��0��-��=e�n�'�o������na��Z�,|Y��_.//x2!� \|K�5o爫���\Z�Y�4۳{߂��2��w�q�#A�m(���GD�;w@���=7<,��\��p?�%+��o�խ��8�����t�
�U�K��u��֩�"�}�GK�G�(+XZ���8_b{�m��ZyE��Gy�`�U$$�|�ݡ�
���
=M�5�s��������d�/�z��Ƹ|/�}�����ͪ��V]'w9�3'_N]�Z�����:u����󎑨�3`]���'��ac��`f�=��ؘǍ���1�a�}�X��q�f�.(gC�9�l���f�l�q]<�{W����,*eD|�@�\�b��nn�26i�ڣ�KLV����7�P�1�+WbN
F�ʍݽ[bu���xR����B�|�NƤ��ғ$��R_��.Yc�鼲t˖��6�ݑ���lI��2@�z8���~�:�ye�TSS�K����.������&�	�ş�"T\8�[^��)c�	��f�	��8�]A��K��U��<\7���}����ƞ��=�i�Q��D���Sc��IDScc���ǖ��ƙ�q�)� "���F\k�m�V.��l�Tw����in�&,3u����K�CܘfPǤ���)>��p^���6'I�K�Xh&��	�8��O��g��>7����>������Մ!�t��<G��������;W�G���A��>���M���S_�7�3|
�Du�b9�w�J��E�ld�� 
��ai�I�
���vO���癔�:j�oxϿ/*nAo��:%;0�)��lQ���Q_{ZF�ǹk��w!�[m!��:��+�2}�z��<�ƒ����5��0/��l
���F#�?��H��&P~���{G��`2/���ɓ�y�	����p�eֽ�)]#�>�)�Ѿ&�$���:���7���}\�����#�|�gR��M����3s��~`m|~y�6!���ɩv�΃�x�7��㞳�s
��.(��}宛������A}�ys/V>i&�����h�����8�]⒱�s���І�.ge��|;;��Q�|^8ԀE6�h����9L${�Gj��5B��"	G�y?^��"�p�ǽD27�DGd<γ�,�P�
]Y�\Y�c1�g����<�x�X���24!F%�ǶU�HM|j�괠HMR�5ݤo����
T*�bH���x�ٜnl#�eDׁ4�Wd����[���N#��U��^�٥�uIh�}!r��`��z�.ĸ&��l^<Կvm��-�ѩ��ѩ��7F��F��CV��$'��&�7�}�i�k`t�{�%�̎�7�������g�A�z��t���A��ӧx?�g�w�s�z�?��y�Y3�=[eI��g�Lw.A�y�Q�}:�7�������C��g���kӉ�
>�����Q���s���s���[��=[�e�g�L1zF�S�p]޸���{x���!s.�6��Vvn��q�b��5�{~)
7z3��f��/}#|xQ�*����5���4u	�C]&��M�1`j3�¶kz�!�i�=��=iƼ2�'�K�Ƥ�ju�6�ʸ�I��r��=��>&���ċ�68>V�'e^}��2Q�*lha��aF�N�Qf�����L$C��k��`q#+���?@��9��q0���)N�+UQQa�/�I9���
��֞�p����(���<���tF�2%���.<��}� r4v Λ�:2zM6x�Ƹ}�W��|�O�L�J����/�IY�!ϰ�#Ѫȁ!ct\jI{E�f��b���N��k��p�լxBt��Y�o�t0E�j�Sl޼���,"��J���M��,���i8���%x\�;�vg�q���&.�'�5����p\<��i��#A�X7gα����f:��^ga�H{U�~�ɮ�;�3.�s�.������A�)ql%��E� ��J�̝$\��ȭ^����$��G=��Z�s��F����{wTx�N�?�{~�
YdW��>�g(��D)�2����K��=�S��M�4�Gɂ��;x��׷^%odgg��W�D:�d0~3�
�>c�^���ytVq�������#"�Y���'	�N
���QkO�ܙ��F֍?��J�Wx����/���J�9�P�֑�$��*����|n�W�\��\f���kϬʹj��|�|ۓ�2�n=z�i�x#���;�s�~�s���k��������z��[�+�>���
%�ѿ�D�Oi��^��O���������\�G7�7s�ߣ�4j�c8���vl/yN&B�Wf�Fעf4�OP5��M��zۣzʨ�|���d��&�����(��z�O�^��|�հR�\�.��o��v
���"����/a|0m>����s�M+�@H�E�H�|G��#BȢ#sAp(�\��m�@��!�G\$cH���l��ݺl�q�y�3�6�>��f��I�ed�`dh�齼\�P��<==�qs6Ez{2��Z�`�@w��e�R��S<6��#�b�����?�Y�#�kO1?��ݾ�����e m��eͪO\Ư�����s���_��=�_�c仔e����� 羇�+��S��C�ٻ�P���tC=3�j���$��!v�p���w��������,%��"ۤ��m�6~�.���˟��)���N��[C����u�oxq�����4��Y�_�M�������OޒW'
�|��O!��ឍD<
������^�����#�G4��3�Kl��R����'#q��o��󪂕��H����#�w-�<��P�2/�j��G��������_��d�zռ����7f/y�t��\����̺�u�=��%?+r����1�i���Gp�s4E��Y5iqP���c��c�@c���c�y6�;ƌs���c���!?�c��,���8�L,�
�ۏ��X��z�;Y���i�.��p�[]L�2FxT�_p�=�`?��uډD}c u�Y��m럊m^w�mѪ`�$0D��:�����ɂeʲ���x� �m�,�Fo�����U��_���U����t~�gj�*�SM�u�\��Ήa5�qu	��0��4��o�r� W�?F�΢��t�X]���Z"��q7=��)�h_�%T�5T
N:z8.yQ� 	�-����3mU�,��6-�8�hg��(.
Y�:9,'�h�-��R�[ϸ�7�����Т�����Րh�L_��p�bX�PNEoκ֩�V�By(��>���ŕ"<�e�W[�&����n����<��|��/Si>M
�k� �����}�j:�]UmUh��\2�ο{_9���(G��D��^�h�E��|�]m�_�~�?��"����;_jZ���ܶ��.����@eU[HYj�HF���C9�K�M%�z���3�{>ݯKz�ep_E���𔲂�����ǺV��P��)�[�;'����kG�*�Wt�
��	��	5�U:����w�q�'܋�G
p����o�>�^��)�e�;���/I�Rݱ��om���E��O�Z^S�m�XS(xW-�a	}> ��Ɯ�\Hy��2Q�F`±�YL7�E��Z�r'��LF�uK��/k\LR�y��_9d����ZCQC�xF���]��e�;�i��n}mf��]�,Nl�
�J
���?��ͯW
x��b>�1�Ք���*�n78�͠��r?��M.@%#�[]gZO�=2�T���Ϝ�1��C��窉i����-�ۡ�yAi�E>J(dZ�+�i��\9��p�B6>��)H���8:Â�W)�����?��j����"�����tV�012y�He�E�]5���77%oy��$p{�����Ǚ�9p.{�{���]N^/�jY0���UV֐�-�����P��8lg�Sg�C�pt�Xr��!��`��������'�7l>��(�\���[�j�m��>�A(ӟ�89ׁ�P��Ll�4���N�w���g��<�k��V��T�]�ݐ 	����������|T�?|����l�f����u�)��I/��z��.U�" ����� �z�r��V���d��s�n6!������N�<�����y��
+�%��k#U��Ks���_W'�̵@�Y��7'�'&%yX�e�̭��/�[z�g�fx�9�%�Mr�٭�	���'�I�J�aYr0�8X�@�
P/V��q�wY�����p7𑟟a�X�-��D �O���=�����I�B�j��'�պ���%AA�H���a�0�
��:>P�=Z̡�m'�QL�c�p��cKC2�&��S?=�vNfRGR��W��b�%a����Wz*�ӧe���SSg�o_Q��tw����)E�R6��ePvsZu���M	�ݲZR�C�5m�V��4�s5��� �<йt�I	��I���Ҏ�\8`�Rm�SP��Q��x�g�;@�x�ޫ�*���
�`�}�1}����%وW�;z��[�*��|�N�c5�5��
��p����2�����ڡq})w��E@�˦�����5��ËN��
�_&t�&���|�Kë́�,M���mm�niNj˦�yv�Ĭ��M%�M|k�e������#_
����d��x���R��,#O��\d\Z��ɇ�Zp��Q�S�IO-^RZ���U��B-��8�КԌ���(�7jre�[`�ֻ}���WO����J�0wijaK��=��0��)��lfp��
#�D��6Yf���u;�7��)���ߚ�w��w�%��c���&7�j�4S�6��>��Ƒyig#�LO?ppe��Ⱥ�M��M\u�q��O%�_B:\�>J|O�A��u��wN
����n�f��.�g�䉙��d�
�ER˽Ј�t��~����:��s)[��:�9ňq�"t�M
�cq_yE(�sk�rYv�D(�o�d��L�#��$<�z)>߫�.k�?����|���������&T�S�L��B���PٷgD��١�iZNdz�H���\�{YfX�f9�6iW�ҙI�U1�N=����)��_ָ�lam�6>..OM*�g�Wl�s�iY�g;kf&��3W>xn�Ϯ.��v~~��m���]�w��p���rǢ�	c����}qC�OS��]\�F�r�Q$�/xo�0$H����g�������#����ջ(��=�)��!D#�^����W�$ĕÿ��yi\�Y�$c��[�P뷈T�_�Ƞ�i�J��%�H1��nh��s�ͳ�LȘ%���\˻���n������K��M�)nw�+���L��+��P������M�系��.��p?v�<O�}k�@�z(?��*
��r9f�{�-4�$��Kdq��F���2̆��ٻ=�&`r��w�~,�2�ǼYٙ�'k�_��\v||b}f���g�τ�ON�iK�DoQ���B�o��<�;W��3MX�,=�pɡS%e�d&=�3�7�U�U�av?�wT�I�iX�-����8j6�:?�sg�\w�H�'���i����~�����:�>�,�;�1߈�)��s��}G����p�>m�$l`V8)���c
��e��Q���m]8G�[�Í��7�ڻn���A�x�,`�0)�Ο�=���ܵ�(9ۻ>���]*�d�gN�Ɋ�����rz֊'��ѰD���5�N�QY�̵����q�Q>�nZO��Ig������r���y��7rڟ�:�H���-�0٩�[�i&�(��	+��l�������W�<�^�\DX��E`�M��������ER�Ϻ��Nߒ�B]�Rc�g��S�K�s-j��=
 �X��Y;'��H$8��Fz�xk��+*>���=������Nkd�@�C-P/i[2�4��M�@����1jY��U�΁�Ax�@he<�o�K�O�?�}�g�k�|$7��$�������+�U<��?�4̬�zj��K�
�����ڳ˦VUOy>mf���`EZnJ����j}+�_�\Ϝ��1���3V�F����po���B�J9�V��0%|{
�=l��aKCs	0ɧ��Co�h������F8�9��Z��m���<H|H���ܳ�BӸO!u�*�Wd�Źe�XPw5�Ïx��/x����
4W���xftm�C�R?�\\0���k�X�l4�?�O�/�˭t���'n�L��<�o���:�抦��Z<��z��s7u��D'�Z�X�=xr	���m�O��h�5M���R/�u��؞���8(oa���_��$�Q13[LtCJٓ���A��/�s�Y"d2�S��tٓ2��j��d��=.��<aθ���_��F�UY�5����:����]�,'>��[J��=n�^b���9E�Y�CJg�U�(t���O\6YO6?�=�ܜD֭�Z��R�g���������	Ү�<1�Y�%O��ꉩ�Si�6RsH�u �辣Њ���
v�
�h	9g-�^G`��ɘ�;�>k=�ZO5>�3xaN"����􁲶Z��[i�:$j�\B�2�	 Ӆ��l�1]T�;ڷ5y�Y����F.��պ��ɇv{V��p�+Q�=��`?��rjO����=-}~�S�|L�qp�1�����o�|�߰	�3�N#g#����ȊF��6�#6�����	�����Q?���& �K�N����`3�eʺ�gٍ=|?��N�`p��	ta��θ��:����踆�S��fqߑ뵥�?^>�H�ƬY}�߼��}gg'��6���19�>���x>r�(zԘ�ٙ�K$�"�ؙ'���SnD�2�Ƅ����SŴ�ڈ#��
��ݽ܄?A��مߗ���w|�.�Hv�
s�d����ֽ`3�	˭��������8h�n�0���o�e��@���`|�xP,����QL�|d����!�4�^|-y�����x>�Yׂ���;��n=@p𧭅�)��ߪ�߳��Z��\W@�3����i��I�	��E�L�á���x��@w�|j��E%�vV��~t�	���g���L>]Q�{k�g�OϬ]�]��k����(Cv{���RhoSE]z졜��m���o�pD��*ێ�Mc�>��]��\�T�Ӯvt�%�K����<=�\�h��?~���ݙ3|�}v�A�����?�<e�X��b��Zm;S�8�L1��CZ�V�sc;6A��B���o��ȭ]`!�r�(pr�g�V/z)�CyM�#��gP(�Y���:p<��YP4�Ȅ�|�.:gT�Qj(����?�X�*�}���)P�b6=3�~s�}�ػH�O˩��~�������9��BRr	��
�_v�Ub6�q�Ǵ��5�0�JE�<uƯ�N��1M�Hё�p�'��U!08���OA��C��+�<��������G4���w�jDs	��:�=_&�t�q��D>�.�c��� �T"��n�{�o2BQͺu_j=D���?+'P�P��1��ur��Ք��3�seJ��j��^�_VQs<��5<�+&ei�w��[xF)�'�x�Ǚ��p]����C�t(T�#:4�iJ�|g�����k@�������$�7�J�7�;ڶ�1�iw�:h
�G���?^��_�����a�h�|6Zg ���ΈWg�d �6���e�>^>{��M��z�A�-�1:#(��U묡����
ǹ8�E�H��Q#�b	f�ڨ9r�i������4DQ�ؐݒ�YgmbZ�2:�ȌW�g��ۑ�Q�3l��
j�G�����6 �:;9a*w����0<y8%o m=6�=���g&%Ϙ����bo�<	��m��'����ּ��g�
C��^��޷7]�x+{�T�y��]��5�?����
��������Ð9�x�QNX���Y�m.�h+=:���C���ROX�N~�K��[k���5�/V�X����15kNKA�v����mE1�Ƀ��؃}	n�.ԡ~їG�w�so����QM+�o9z�.Ę�x5�����?��銬C	J���Rb�R(c�����8TLH˙dNT�L��E�y����d.Z޶'gfY�|�iۂ'f&��G�Ж��=R[�ۺmw�v
�a'�|��@?���"$�j
�D _[��qԘx6���SS��\�]���1`\�	u7tY�w�>��f��cO$V�i�qbO�j]����큄��Puބ���=�w[�����~xw������{�煉i�_�gN�<�?��Wf��2�$���\�6in:<�k&����*h��e��z=��gv�"�`�0
�MT�#Ď~�Ֆ�捗��<Z�13���������;��uo��-(,\T�辶��扡�����t)G��^���X���p���S�f>�I������+����RHw�QX^|'&Q;\�:^��1��0i���.�66=њֽ<��',e„ui��/Lk�Q�Թ|¤i	�j�z:�
�*w��)I�袓�C���yE��i)�^���0��b34���A���n#LJ�T�޼�8�0�}w;j�Её��Ș�'`�%�Y�tyPٜ�u��.�hm�%8*~��Co7y�[לi�����$I(���͏��Pt]����s�#J"���>�(�j<��_����/���b����b�"CJgl(n`��PO]�����B�Q��
�V���ɱ��ݳ����@Lr2�vώ4̀l1���@0Ӌ���LT���
Ǭ$�Ďޙh�Is�Q��:�����^1EaG/����Z��*��fLw�W�hR;�\�+�#ݵæ���-���VW-9��q.�8ISVl���_�9zC�-��'���_��,g����pq��׉�4�\Y�d���!��%��x:�Ǧ��MOw�hj=��tWѼ��)��
r
˳�LJ��<�kM��²��/���t1�IIi�'�Y�1f?�qCH�̚��9G�7y��C�����h�#$~S����lxD�����@�5ⅱ�����_��>�"!oLg�X�E֏������)[��?��X͘7�����ԁW��-Pz#��fJ"�	�X��W��^;���1_�y��GY�Qe̯�x/s����'�~ci�Vv���`�_�5���8'h-��gcJt�GHEƁs�l-[m��Q]QT!F�C���[ ��
^y�?X$��I�w*�<�x6�x�2a����3����ܘe=n��� �<�G26���� o7���zp������dN+��L�7I�=t��`� ��:�v5��~.��lQx�,džɄz����#��Ծ��h�5�����7�D|�r���"����
��Lڝ)0�dr��"�Mf�B`�dQ7�`c��s��M;�YY�Y��O��ڦ����V���[�@y��Tg&�t�+'_8�x�!�\|����J��/���S�j��9<nj���Y�<jL�E8���!�Q�.Q�K/��vu�B��{mī������������7iX<�Υ��U��p|����rt��ה0^KL+�(��8֋��!ݝT�h��\\�|�Sj�'�t��B��d�Lqlׂ>�SE�<��Y5�4a��x� ל��]�z��M�

/�^Vo��_�V`�[^Z���C�St}�]HC$ʎ�X�J.�fps��8�f��2�Qt�%�>�f-\�ډ���:� 19kq�Gۭu|^<ja��n�}����׾�8�2ٗ���Y�ؽ:�2_gm�KѦfv��|
��쒑�<�[[Q��4z�)����2�p,N��@�Ʉ�D������m�
���F6{^e�ɕ��M�:3��gs|t.�Ajo�ý�4�i���m@YD�]����*T��Z1�P���e��l�*(���T�Qu/�j�����D��������n�IN�:�q?<�5�/e����l�-��&�և�E��
�~�&p�<,p�[V�t���gT�1,E'�exd�@�1�]�wL^@:oF���9�<���U�7���V�~�B�hѝ���֍�
��FD���K���۷�@���x�g-�m;�s�#*�?"��g��X���VC�뇲��N��!(ý������$g���m��sv�|�1�,��gRFxk����ͿɄ�#�,+��-0�G(���ȨC����
�W_��NЋQ��1FY
�/D&��Й���c�N(YZ�"�|�n`���<%&5�����Z�׼��P]u�I[��Oɯ��Ҟ�
lzuK��O/ɣz�?���e�bZ*�@&�r1_�"��r�ly9T�L1�`��n�/����;P�}�ް�`���A�Nԛ�r#�ʪr"45��_T�IRv]O�I�ziq�[ϬȿٸxOU뢔�+��N�G��_<�����Z\ОvXľ���3����cl��I8��%-�NT:�^a�*�贠�"��9O��s�n�5gLL4��Z��U��j#��|�l�kL`T~��<�!�rym��O�te$՚�N��?)~B���p�b�a��x�?���@;^<�˘
�r4�n�tssq�v7d�@t���5���0�F�#�6|hGx��Zl7�oN�Y��Us�G�(��%R��2X�P${����[��_2*�s3YIcJ��K����^>�PfU�3�aЇci�:�ߘ{�l�?�v�`�a�s��h0)tL=�͡$!4��D�?g��T����)Yaݩ9���Aو�����i)�Ug�N}�M�:��T���O�}�ٝ��{Igdp�fP�S�aBr.#��QX�7�|	8�C��
����"j_��:X�b�!�f%rїk�*�sR�PP$��i7ʖ�f�VvY����7r����$'Q���9orQ�o^݂�h�بΈ��
*�vp�d[|}X��GAûm�ar�ӈv8A��
�o/�es���Wf�*�	|�J����p�f*�*6��
�L�tv�6�Tıpg���옆�D"%�t/�Y�p��\�z�4�g��n
�3��,h|wS\I��abj`C(��	��0�Vyx��5��Fx�p
��?����0����,t�{s�cl��c�a�����y�������R�������COw��7����<j�q�4n���O|)��o���~�cY@Ǫ/<�Ͻ�>�n��K��
�,_i`�t�H�Ad1&�Jam#��'*uV0.*��:*W�M+q�V�x-��%�;���y�<�#���+��|�`��ׂj06\9E>E�A�M�S�E��r/��K>G�J~k�z���Y�$C�5���.k>�}%�v�J1#��M&SbH;���k6�u6�ejT� 7D3�I�4�*�T���^����<�Ke���Z^ɖ���E�b��.�:�N'Ѓ�<y���-jZPU=߼��J~5o*���g^%7�;/d�{"e���r�׺�;{/hq9y!�b �Uv�$(ދ���=�^��]�ہ?�9FryP���&�<�ͦ���K��f�Z�
�p����
�g���r�7���<����7��n0�Wr?__����I(��2%sn?�x��B�cҧFHz��F�%���Z���V�`�i$�L��:����ŔŹ�7w���e���M�P=u��wϓ�	�',�j=�}�ݔ埝'�C���p4Qܻ�}�~�!y:9y�x|!n��,~���
�+�!��P��=|Ⱥz�,'�d"�@?��ۧ_������i��
<-���utc|�%��b��1�:>��cM!�W|��gl-���u��Sy]�M��0hc#�hG��NN^�v�@�Eǣ�f�����Y�Ma��Ӷ�Ϧ�6�?b�
�J˙]����M8njHϟ���EQyv�2DIz!����̜WrN���t�R���i('��9�^���E"�R�x#Wb2�ǥ�C����!���f����埬� +��˃���f�gS��˴���^u���[0�����(�c8.T*RJS��㏍�=���J�~�󌴚�:2�a��@�Ė�C�C�����7w7��N(c�h���ʡT7k��2A�d�'��r�Ņ��<�Lص�U3B�n&P�on��~,�>��Gk+�-����5��L "�!J����МY��,#�����:��2�z�ci�H�P���4ƥQ>�D؝O'�|�n?�J�oJ�e�ŗ��6I� �>'�m�f�N��qH�e(�<�4�$��J�"�l�'���p�������C�*	C������i�YO�v��-=?kY��Ȩ�i�\�;�[r���׊�J2}��A��'�[džb�v�
R%m��C&���
�|�mI����6��OR���5�$j54D�Lw�ŋ˱������	D��@��X;X�����$7U
���z����˔�=~���=e�t'���Jn����ς��\=N*�=�M>�oN��L����4.J�o ||0�c��qp�w�j1BY��A��;M��7�R
��VE�Y��ԝ'��䩖�j�����)�U?�u�-I�y�<̾䩵�MPb�	nǧ����ʚ]3iΚb�����'O�[��f�&g1����fO�B�����	����*���^�c�
���vE
�9e��m���|f>p
஭__Sϣ5�����
i{�)+������0/�v"�>�7q&(w\��\�JĐ�@M@��,xp��dM�܄\�ٵ�KěL��~�Y��D5���t~����Z�F HW�Hn ��r�E��U-1�<�
�~[Q&@�򪕌xgJ@��[.���T��%��3�}u�"��zʸ7oݴ���U姦�����\V�({*�1�!E�ӚNήY�S����#����3'����k�T˒�Ș\���x�%�9��&-�`\�Sܼd����I�|���ˊ�U��hsD����:8%A$p6�q8J1��~��x�]�U`�f����� cF���x�JE$�z��JK9�u&��&��1���G�=t�2�8�ї0vU����8�tg}�������&ֵ�3���ɯ��21)y0�5˰. �'}i�g�D�4��t���L��˶�iiI[���R��o��ʟ�$r6�g�d�p�J�no\����h��҈�3x܅,vB���悾l9W9�n��Sp���@��|�>^�A=��g��~~֎+��•�Ѹ�Z-�?���hǕ`
=�C��"����X,]�_�b��Dޚ'���ƒ���F���Va1}�H�*�Ų���lP>q�����5Y�P/ybTt��C���������
��hۅ3Xp��Y\r�9�f�fSM~��T�xG�ԵdM/��+v���j�|@Q_�B/��p�8OY�����P}�N�(�]�N)a�qG�w"�B�+���pn��8�E�7|��*�+H�Z�韦UF��� 19<��
B�t�㪅OW9�_�	��K�E�cB�3�U�i��J��bb�H�a���)�dw��a�<�t�]���Q*�^��$[X%��5Y;�@J�3O����7�9f�؉r^�h��b�-�����4�ȯ�c������ۨ���,�dߐ0��X=ܛ4���w��*a��z�6��\_ƾ�	�<�d�g(��0��t�[�BC�e2������3�H���xAw#��Y��H�=.��Z�ř��s
%�~�/�L�O��4��w��D�ё3gr�wHU�&#08I?��Ck�4����sS�����k/���:**9�m�O{��ɱ>il4ȐW�;�ָ����'���Z��lcӎ������5�:�V�+‚�8�����#��sa�m3��H�fj��n�;2?�5��N�����l��g?v�7߲��ټTg4�DA9�~��DU��!Z��N�
�t�ǗTJC�Bt�N4>�oQ���u^zW���waN�<8-_oYjU�̺�,��~�n^,�e3
K7닦�-U
��/JYC
�^�L�",����YyyYYh>]g��C�.Ot�
Z�Se�4��<�){��Y:�˵w+fʤlc��,�V��*���N���Mո�g6�DŽ�;lj�&�Xi�I���~��7�{éΆ�!
��䮪�P��s��+[ҫ6v���E4�e���x��o��]�-��<b��O5�C�ޡޱ	�ybO��'Z/}Z�����U��5�·�O�<�
J��t��}'����#���[��7.0���
��ɶٿ|ueS�!Y=Ɇ��eQ���R���BKy�"�}B$�2%/#'';##�*
���?����36с��OK&�f��;z�.n�"���4����U�n
�K��#��@y��%'��V���SZr�4U�%�ߦK+#��#� +�;5(!�?�uKqpՒcS[w�7qT�:#�!�� ���ɗ�<�$PA
]���؈��?�
�.]p���l���FR���J�� �D�W}�c�V쭘ܯ�������U��)4���A���K�1��#5T\��|FO?�ݤb~~l[D�z�C�Bn�ˠ~�b���[�1�2�-�@���%
<o�;�RE�yse��w�ͩ���|�_�K���"e�/��q��I����g.Լ��\4�p�أB��Z:���_�\?R���6�Ԑ���̭?�pڇϯ+���[/w��k�x4n߃���l���B�%4�J�1�}c�Է�`s}�7�4p��6x^#��n��{xf��\��W��t`�0���� 1�|����C�b`�K��߱/�1��p8�c�X$<�=��ĠЌ4pF��ANE��Gbs�ƒ�� �…~�u�?ٿ@�-;�����C�94�1L�8�Z�=�������5VDw&�
�v<̨�Ӆ�X5�u�1��T���)�+DR�������Xo���d`2������sG�|�bU��%���:w��)�����4�<��M'�U��2�7�a�>|���G���Ѷ�Lp��T���䂤A��"w�T�j��A��)�i��ȗ���0'h��c1X&V�5b�pe�Z
���]N+(=-���O�Ʈc��5uq
9��Ii�Q�>�_٭��S9\�1�7�ۿ��v�z�3������[�͇��ϰ[�F^D���Z��H�����]�>�,��3�T�O�~�{�9�+z��`ٞ�h�.��ߡ�Y�B��ҰB��,��sykD��ڙȷQ�݆r��q�4�:���?�Q{j��k1�5��'c��PHG��^?���;�(���'�=���?��r.�B�'X&h��2��3+�c�T�o��_/U����S=32=�a��g�;�*ˍ��+t6���~b�d�6ƤHS�L�?H�
����D�^���d�Q�|���ŧ#��'��Ee�~	�,-���j���u֪�˄|7/o^�l�Y�u���>����T�T��9d�p���@��T@��
�ș��H=��oõg~��qb��3%-�W��E�e+v��o�$�zO:�x��*'�R���ʶ�W������Zwq/�N{	$Qz椩m[����y��9F��@�Pn��p,�F��O\��y3���Ib2	ǝ~���5c璒�t��ǜF����+c�2�9,�۔�����J��j2ө���f�+��q���}��
�Yb��@�B*;@�z_��ݶ��>�|�"���}�z}ɞo7�ͨXZ2{�RV��'��z��X��s�_��nKm��4�}p�����ܰPT�(tv�I������
�`���?�T07�T�����$Z��nw��H��&��
�m��hAۇ�c��<�҂;�yv�b↦�F���;w��Ieմ��>���b�
с�	�oِo�5,���hd.*�\.�I�(�,
	�FU�H���6��}5׈�a9�P0�� 
��^�jn�����-�{��ź$oʌL�=�Q�ٖ�sv��&{�@h���f��Z�;}RO+����BuJ7��h]�����B���:5��a��O����
b����m��YI��W�a?PrN��o[�_��$�zၦ��,
�Mu��k��QTV����y��H���$�ӐXrl��
�=<aȱYuxi��$Ԭ������~$�~�f%�Qx`�GS��"�GF��+my�ď�նߵy���ʩ�%��S�7��/�J@,�4�Z��T=��ٙO"(�x�Q��D���](k�-+N���Z�D>��{
|�,xͺ��-�qV	|��Y$��b9	x���2�K�76����D 2��5�W�_!o=CR6c6I�)�
����sQA!;�'�N�H�-�U��N嘃O��D&��-]і�?��'W5xD���^%�S�.�=u�$�U��qK�X�xű�l�QT��d�zc�o_�8�N
�p���HӦtQq,J�$���N>��#�֚��51ʵ�S���}�@�'i2,Gj}'-~�jTﹹ�W�Z�?���#KY%W�O����k�^=����;%���S%f0+9���Y�[�,�܎5]4֏��9�٫P�ٺ�2��ql5��/!�c+=S������'��,���p����L��R�ׂi�B���1�a�
�0^�c6�~��~㯲�	v_ɺG8j���/�߲�����˪�ru��0S��sRo�-3�����+���ߒ�;$Y�BMA��\�|��O,�S���B�����y&F�v%\GgT�Oy[��-�IJL��d�SM�Z��ܸ����V��������Z�+U��>A�h,�{�q=�`�q�;��ryc��;�z����u��wQn�R���*�����۬�h=�n��t�щqp	82�X�᱈e+���
�F�Ep��|���RU�3��Z��?����BX��_���Q��8�����~�)/���Pc����;�{��@`���a���^fSS���c����9�f��E��2����YJ`\.��]وr;F!���VQ|{m�j�{���*,f^ݳ�*����޸���!��*�����846���Q#��儮_14�QC�1�c��}����z\E�ud���oLg����c�[;�WP�	�U�j�<6ADP3�	h��H(1��G�'��#��R0�ڰl挞S!�c8܇���wsF�[���O_&���	=����\�w�z?��<���B�E!�,u��gLLa[�X�8�-�9Jt�Y�L.���.��զ.��"��#�曺
/�/����\�Q
��>�C0�LZ#��Z3�MeF���^|~>9,C%t���4�Y�^�\��oU%R���.3�Ԕꐊh�,���x`y���=4���Uh6��(��n|�`̻�̻G�I.��f#y��m4�����TI	�ǡ]��U��Jݽ�\5Zh���y�_�J�E����+s��	I���:2�6����B�W�op�����,��zn�Äލ�IL�y�E�йf���%H�#mȁ��Η��m��e���y�"���<=]ԮP���(���֮٩�˃�-�/ �%!s�H�)�8U��+d�Kw��;\2��V�D�LZջZ��֝R��7�yd�c��ӕ+L�b�M�SwO��7�l"–�
֠[#_���X�R��PZ�Rf�|[�7U�0N���P_2E���ő�V;�4rFX�WG�Ҳ�^l<����9�Y�����BS��:���<�@��y��s&)��|3u�5��u)�
�g����4"H��Y�=xn3P�=٤Q]�(r���xδ��q�H;Ұ��Ӎ�{&_<�-N�s���*����-����,<ў=���|�5�IX>�c�f�tmrt4��86�K:�L�����F�c�8aC.Fl N�͊�k3>�T����0�1�=�?�Rlr	.KP�9��W����9�;W�Wy$�J��ߌ,��D��4��F�b�Ս�WO�(�IN	��;�n�*�e�E�-ȭڷ wŊ�SC8l!�)��||f�L
��(n�j��C��ˀ�|���U�e@uY�]���~"��>�4���V��@��m�NP+�.�l}E��|�}��gP�1��K�,����l�Z����k�A�z��l����q�췿v���_�`�m@<u2�+c'�<~���R��Z���%G�U�i,]T��?�Ь��l�H��f���)�JiM�6��͚̌�Ot�n�c~fMzv��'{l��C�������ȧ�z���ϵ^����X��>*�j�9��Xu�����\�Bs�X߱��x���z����-��a�Z/G?���=Ͼ���b��X����p�X̑���-�7�V�Ь�ܤ�}d:�}�r�i8���	$?K��}���|װ�:�*��c栤��� 8�V�-ڡ��0�5�"�bԔЀ�ӆ
�hb|8�</4���o ��g�x�R�cwg�����?I����u����^f)!��Yl!���1x�
J��#"�|�%2�����`tQ>~�ZMO�������5�!ڴ�eh�R��0���1zG���X9ky��|��o��ddľ�)�,%��q�+�
�dL_�us��yA�
ϛ���5���#̩��@�(t
־��@ $��?�}�������źu���Y��Zw�1j�yl�O(�[j��G��p��1С��sTM"=�_�%��tes�:�u�
�wF�Տ����y�z=[of��=\�T�l�1͉Y��C["�+�ϓ��tu��=|W��|�S���n
C���.*���Zg��� ��ZN��������.��쪆�ݽ^����P���_��0I��yI�k�=C�9�z���e��T~\+��@���NLGDm>*�E����%!1����D�N�����P��D� '-w�]�r��K�-�==dBm��z�����Ҵ9iU��	M�st^�ƌf2�����5��X,.��}O�=|��e�- *ed�b7�ej���A�	�N�Xi��W���ߛ��N�Y�=%�ƢQD�K 8eY�k�'�FM�<=���s|����A��>����K���Ӻ�i�"��mI��u�����e�=CY2�NRM���Ow�:y8�4����EQ��x��ȸ���\-U��������]�Z���Mc�:)2뿪Σ��C�(��,���(��P�����2p$
F�>8�	�=:��&\�h�Y���؜�������Qy�3μ�C���~��]CYفzk1f�ߘ@�sPvK탻hDžcf��!�T\__,QKX��5�J	�G��	`+�F!���dh��y./Q�(K��&s7�I��\��r���W�����}}���m���*M��y��R�F���lS��5�G��ޑ�}]��3�ŋ�7|C�z���,S�o��q�N
p��6�]���X�
�z{c1.\��c�՘�}�٩mf������|����.�H\#�ۿ�t���~y"ӧ�l(/~�|���LkVB��E�ŕ_;�.5�\�I7���_,}dq���x���wA��s~����������Z�=�ZEb�(OH"Q���xHq#,� �e�i�z�w��zq��V�]��H�%�_s�.Z������%�;4u�/�kF��
n;��j�e�;=?]aTQ���&�>u\9�nP�u���,��m���A�+ׂ���%�ƨ�o���X;z���?���K`��$j�L�/_檢�G��E�b͔�=/)'��Y�0�CK���k�}��q�(|�i|80�ʯ�9� ��HP��K=SD�Wy��W@?���Rz��
��*���#�j��{�T`��qa����yy���m�n�	��z[�(ʺ%�v�:v��x�q�+�UL�U,r��P~�Z�4��ޙ_������|�2��Ҧ�j�k�t�ū��6�O�@8�0-"�5!��$�s�,c�g��[�z��@B��n,
�Xv��4�i���/��$$�� ��[O-�|��P6�~��a�B�y��G�nQ8�-^#�����R�c�-�7��O���[J:�P���2�GV��$$�x2���P�u��7��?_F���H?�ʇ����"���粚1#�p|t\��-���P������CBm���_��S*3�~�ڡZ�VD�`EJ����� v������Tu�+<��eSê7��ke�C�W��`��t���,QIq��y!�����X��S�2�PRٿ�ӳ�zu5�KCx̂��g��� ���c�ڹ��-���s������')<|w�X��$VJ8����ˎ1��#!.�i�ʶ�B�S&��ijl���o����G
]��huy��3����_L���M��W��� &��ŚQ���op+ ;p$x����q�C����w�{o���0�W�u��53�O��өZ/��U�����<xn�Hּ�r�4r妇M]:'}�[�>/λ���h
�;�u�o^\�����MكW�A���e��	:��z�%D����O��G�@ZN��Σl]H��
�]���ŋ�R��%���Q��d�Az�/���Ix�:+d���w�y���	�:t�[w>,��Qn_Box^u�zck$e�!_���G��#�Q8�=�� �QũZ�#�Jܢ�p\���$o88f:���!�(��F&d���N�.\�u�G�j��@H�������6	�8qhv��~�G����?���_��D����7Y���^�r�P��rp�����.�R�0�rG������z��B���M��U��k%3߽
J��0���nMJ&n�^O�en϶>�*~�HnB�f�����/�i�A�ѽ�Yg��,���	i� G�{�~n�Em`����kx�/� Us�倭˼�֑T�p��U���l��؏��D�E����~9�)XGќG��($ʦ���.��0/��E|���	�n�j��V{�
��{k��2
��#��*���X���W�J����%m��_��6��s���b�J��;���R��=q-��M��M�Ckɟ~<�~#Ѳ��?�51<׈�dz�C���6�`b�8���K%
�H!��0�`Ց�
���@0������,>�3�|{ᶏS�6���>Ӕ��1X��=V�!�
x��ܕ$���S��j�# �)��5�w0k��Z��05��К�^�h�_�1#TkN�NE6�	�5��׏�����3�US��5�e��/�&�w�m.�>��5�6��v�}��3E�mEoK�t��`�w�Q�z�Y�L��H0%n���rD�dJy�X���`vە��ʼnu�j�Wl��^��H��ܧ�9��/�~�hC�A����]�����Pљc=��2iL�u����Z�E�T��..R)�B���h�;҂�m�P�V��=��;;�aMMp���N=�h}�G��HYϡ�❟�2���kb�d�X�K��Z^�����ر~?�ܱa"�:p�!�q
G��܆#����0��Ev��.�j������;6,8�K�Q<��T%�"�w�F�+:@H��E?��w�����hr�E#��x��w�>�e��3�6�j�Ň<<V"u�豾�π�X�*7	��<�?�w����Ea�P�3�Pg ���u|��Q���fmd���m�
��P�
��d~�'��8�R���̋lg�~�ۻ�����s~���f�I�����MW�d�Q�0�)�n1t��eԊF�
������g�`��3rơmH��1�9���q���o�:�D�W�
����WC44�И��q�M��@�~�9����7�d���t�Ur�i=G��9j>�����y��0���81�>�ѻ�7J���(G>WB����:NJ̤r�<Q�wW'��t˝�2��5t��;���;�]qQ��c�B�&��+�(P?6+��le�|2�YpI pK��b��&�u-O�c��T���ϝ�RK����*�b'���)6�h)�B��8�4��@J"�B�ܱ!�>��.p�dL0�Wr3C�ȳJ�vZo������
\NddžF�/$��5�H7b����H���m�"��{?�R�:�4&濋a��?N�\K��Xʣ��}mbJ�)p=�F4�%B}�����f�@�~9�o|��p�uk/��?�M8v,{
ޘ�L�X&��U6�4|�23�E�2�~�w8o���4-2�i�͓��A���C倨0�g�|>&x���3;
9�t�Aa]�W�A�����V�F�ta�|�l�ՙ�;)�=9���>��ϼ�G��*�63v�M*^�K�=ڔ(�HG���n�KBx{s���~��%�H�\�҄8����<U[�$Vj���=����
4�
̿�/{B�M�ϭھS�psM�(���P��bRvvQ���w��?�J3r�z�%�k�S�GT&ﴕSc'������%c�f����Gh�c�g��и�3�u�k�>�4��X�/8��Ma���<�l�`[Δ<
���~fss3�j�og����}���˝��&$����7ź�*޼4��VD�yՄ����L��I3-y��[jRj#^*�:�"���ܳ~���J6}��~�CQl��X,��_
y���^�Qd���qj׋7�*6;|Z�G�gڏ����ɪi�f�ܧ�w��ʼn���Z���Zݧ?���Э�J�J(=3���:#����m��{��p��������O�^��R���z(�/C�=��G/8��/L��Z�{v��K��q�qq���޹�g��9�y��;
�j_��u�.yzQ]�ͨ�w1��p��V�/�SxI��O�e�Ĥ�{7�ͬ-�˕��S��zirz�LL^Zs���ig�^�
�#��H���r-a	�p�e6�`�iC=$��& 1�aW�)���-����T�Ԇ�	U�w�=S�r��j�Y��k�^�.u�M����<b��'Vn����^����w��_��D����+�;Ҫ�F0*�ܕk	`��Ѵ�/������Dq���}fL���_��� ��%������9���=FS�|�=3ف�=9J���D�h}��σ��E����D�ͷ���\�q{/���#���7����r�*\k���9<Y(>@^���Ò�x�y���W?91{���,���P�o%�f,�H�	s���#3H�#�ۘ��?k_1����(m���kF�)�Dh�k8�����ڤ;Yڮӊ�Ս�)��v�1���V�0ef�!�F�:VI�C�?YB�oh���@"B�4�j��Ϩ}*)�C8;��p�H�k�ʤ��,��1���W��R�c���S��
S�e���Q��=�9��'q�S>�#M�@�h���I>M����8B2�+>[{3�3!���-�^���a�O�-�h-�
Qef͘��'���b_�q
=<=1	������xaRT��3N�'r;�	�4i%?�^��v.�^Z��h_��Ս�O
�W���w��ݷ�ȷŝ�
����[v��o4��}}�#??UG˦z�ӗ���c�I:�	�xX���n�"^�%�{����eV�.�.Y֖�=g��
.��\�������f�s|(;�xFY7��̲a[����j�ǣlX�D�9�xܢ�3g�9�!�,�M���(�8��H�;��MӠ��ׂ6
:��ф���/{�*��jȇMT�bj|'��]f��޿��W��?I$j&_0S���r�y���~�VdOݪ(X��;)�8��NQ���pz-P���&��N�WE��]i���J)�e�?�>O�^o��E��Jןil�>7=u_slc���={��U�vY�Kyv)�_s��ԑ-|�5��dٲ$K�l˲l˽ʽc��
n`�m�M�B�$� $���,!���H�vSv7eS7�nv7�of�,S��}��=bݹ3gΜsf�̝S��[vd�\h���s��dk~�QOATvC���/��L϶�f�s�w|�z�<­�l	γ�D���8�Ϥ�E�ɟC�K�a*����Bl�^��G�}�TXXh�X��^~�n��7d��y�T��5a�RŸ<��-��_/��|�/�)Kz�=����p������l	�	�ép�SȔ�D���b�(�C%�Sn
���q��c�C#���������j������9o��0�7��;�'�c
A���"���1���HU*B@,u{pX!�����~�bLM�3�[�i	�ƌ�Qw�),9�5i��rA%��$�}�0l+��s�Z*�GE�^I����8L8�vPG�;�f�~[�~GEC�,Q�ף����̏�#S�l�%��De�n�уް�(��Y��2j�^sXJ~�/4��(�����P�?ññP(����i�K���a����kuFA�mjХ��h�"!F��������#��d],I�}
q��W&��4��"���M��@� ���;�np�Ch�w��h�'1:*K
�1�dǼ��F���p>��N��C^����6\>�FGb�B���P�9I꓀w|��ERj�B{[����Dġ�R�B?q��dc��/��*H��l�{�H��l�"��f|[
Ɲ=��
2���/"
�߰���I`���D�f(�&��	��Ԁ�����Q����<Ԝ�p���ǚ��k��Qz5�8��~=g�d��c=-@_���!��MY�ިMʇXf�m���΂gn���i�;�:����%��CK���&Z���}
�iٌ�1c���:�e�	
Ԟ(4�)9��?�|�!�Dy,��@��M��؟X��~�LH�q�ND�e|�I�?��/c��}��]E~���z��OH��` ���p�B�f��$a�=�����*%hQ���O>���87?#�[8ϲ�$4�6��H�R)ډ��
tY8� :�dP���
)����LH�;n{��O
(�a�D�b��&)�b‹����?dF�;C9�Y�$#�^��%��5�#6�zn�%�)cG�gHY�q�HǺ�'�5�uT�Wl%��T���j��fX����xK@ǟ�(��� ��i}X��<k�ܨ��-+O�bDE��m�=C����tu�����8:)�kSƨ����3��#�qq ]"Z�
��g�
�A�f
��
�;��t�-�5c���Zf�3��ޭka����&Olj��iY�Ht�X��Z"�'��1
�ǩ�!�C��u��@����Pf�Cn�<T���/�l�jg�o��V��x6��NK�a�a�����_l)��Kv��Hn��p�2g+�ƨ���p��B ��p�&8�u��$:Z"Q�
��.��
�b/:�����t��ܑR���փ[֞�7� ���1�^y�Z�^������K�Bk��Ȧ�QK��S���sk�"��^�3� )-�rJ��*{�	��oT��}Š�z��z�j�;9.��(ڂ���ɂ,���)�q�����8:J"��J�
�겻�$ZR�g����j�6i\I��e�	��@�(N[%�I�I'F�Ӿ�(a�
2��+-��ݝ;�PA�=T*���^�dRȴU��kMKĂ�212<�])��dNVG$s��X�F_�8xQN#�kW�6�|(bW��,g*���\ ��+�	C��ͧb�J�lݵ�r�J�SP���(�I4
�R��U��q�S��w�J�peX���9ƨOO��L�_D.\U��J�t�����44������c�yF�����:wӨ�
R�T:)���@҄�������]<�p�+w�^�*�>����j�#�j&d�̲>�����,���|\g��A �Q@J$&��E��zQ|��)c��3�4"aYVC�����o)��h�</S�����c�)�Rnrk����q��	�`�,��8�g�8��y���A(���9�@3��2�P��gl����J�-D�3����V�(t���߷wrGNJ�!�U�3v�Ȍ���"�P"uVB¦�'�+��m[,��R�Mstx<q�R�6n))�e3��B9��Cy��,����_I.��\�!\�+����ΫY���K�{������FVX3N�D4!?�V�����CS".�МJ3�����b��$� I�J���-)���	Fn3�'r�=g�OC�*��)��Q����D�s�٫�H)�N�N ��%p�#1rxT���[t
���"/�t.ZZ�28��{;�'Q��b�#��ТÝYSl��&i�QV��ZFDk�<3��4�'�.ku�)��@nH�K��J	�Ӆ�����Hx��gpǪL�d�D�ȍ0��~�F��}!=���X�<_���Y *D&4u�"�P9�W�Ȕ�tv�t�n�Υ3u�.�~Äj ��R�)����\����7-�A�����cA��(YF����Nk}J\츌�QQ�`��#;�jq�Պ�\/1ZE�E��h��!�<x2}aOt*��|�^m�xD��˂R*MOOIQAt��i+�6�$d ��.^�(l3����
��`龱6a�IJ�]hO��v;X�x_k�,Ժ�?����f�E�&�����"k_h��&�+�t�jJ|�*�$�9���Xt_}ڢ⃿�b����Y�';J&���$�z�d�k�JL�c�W��3d�T��3HF�}XOD��Nt���xC�$"H�"�ZX�q��3���&;KtO~}T��2�=�v΋NF%�M?9��=�0cU�3�V�݋�7��s�.U�t�e����0���!�eC���`@/������:{(h%|%���)m�+f�t�2�Q�S��'T���V����Cc��{�b����S9�ٳ&&R��lM��ө�B��$Y�f�!'aً鮄����l��	��
�{Ĺ}�	��ѡ���>7�ڳ��k�J�!��֒B�o-�:cǽ0�p�#�� �P:��+�ڴ�Rc��2'�2�kk%����}v&HT���E
#f��B$�،m��Jg�Ǜ�ⵎ������	��������5��wwKlۤII��|�m ���dA����I��/tg�'s�ǟ��Gx���l������	�1WZ�
�j����?��-���0b	#]4
d;�z��A�p�Z��5�M�$�UR��FF)Q���k �[�3�gX��2��X��jaq,9��5��~�������֡v�-��[�7���l#_|Y�)yb*P�{W�Ym�F�;6���Y
��q1�^ܞ����T�WʔYn81,\�$��4�9N�L�H�e4g��ց�:�3��0�b
j�MB�qr��A���n;?K 
aH˙݃φ�����D�!ݮ�Pc�C���kP��P�_k�e�K��
Eꠒ�Q�X�u�)�Vǵ��Y��76U�@u�h�T�L-�i!sV(�Y5�1��z����*/��4I�+��&�¨!-@ZN$�($�@�(��N^@(�Vx �f���֒G��R���J�c3*�{>펝VUs|������?7�5�~~�X?)�����&t�:��aJ��t��<YX\(��s�~�If�<�ȶ��ن�P([�~���{
��2�$��P2��q]��OX5&#��X��A���rFf�bR��\�\+�S�}����O夺�����U��F��&�u��
"��)Qd�&�J�H
Hx^D�FOύ���S�Җ�և�Ir`�m�'�e|	��S�-�B&�|Ά�/�~�e|y�ߦV�5�i��Ĺt�s��Jd�sYb{�Q|���
\jP��K!<���r�v�r�g�Ӂ�qu@7�c�
8�k��BRy8u8�l��dn��aa��6��8o�O�q��*����^��nWŘ����3��A�mnUVV�)%�R:�8�t��vo�H�*/:2�d~S���	4fM���~��Eۮ��O?8�Bξ޾��j�[�;	�1]��?�����L��x�_+����^U���5�b$�a�0�>��/&s�;�Q�+{�_u{��=�
4�C?O���������	��=M�*��&™���F3�+�~����P�	��0^��_�]g�w�q���N?}'x�TQ�ޛ���IW�n����_Es�~�uBE���َ����qlo�J|��)���x.��u��u�`�d
�}@d�9�(���q���O�|ظ��b�X(/w�w>��O���<�o�
�|��!��D��xk��Bx���AZ?,��KqLR����y��"�x��g�|!�`ݵx�����q<O��r��*�����Z<O�9���7�x�V�u�7�CDpN[�p��>!���g'6w׈`u0?������E:���Z�
�x���s�Lk�S��|_oOk.0�1~�w����8���w�	���|<?���k���w�G?�e+����V
�7�V_���9Ӝ��`�ºr�K\�w�/��Ù� ���S)XV99�����w�"���:۰��A���]�}o0$��
�g�
����v�
�w��`�s>���4��W��?q6������=;0���;������x6�2�;��#h.A8�R,���޳����!,	��g*�6�r���C�?�/��ĭ?�o��*
�ýg��Cp%��o��0��{���a#/�w�����0��-f'�`"�Ì`~ ^b9l���4'�Ӱv�c���l;_��l/m8l7����0=7�7N)X��O��?����
g�N@�n���&�B���i!��A�}(�h
Ű�ڃ�P$��
i/��@��s��?g��/\[<g���{`�f<'���:�τ�����r���l�s,��T<��M�.x���c~�G�yP��Ҍy���r��0*x^�b8��,��pJ����W׭p���q]��?��4n?t����e�o�%7A<�w�P=�a4�g9�3���E�̵�99G	Ͻ|~����7�����u���<�r��ß>��境�g.A������	L�[�������z�i�Áty������k�S�?f�S/J����EsY� R�f��4�y�x�ʃS��V,�|F�J�n"ǽ�	�h0���� �Rlf�bP\BQ��m|���?�p�\��f�B�cm\��O �z�����Bglrt�
��$�#C”in���˩L�ͨOp9lnE�8���}些�̓㨲Xp��9��p����q�?_G%��1��ly�w	��gh��3�0�Q>d=����8��h<�z5�������yҍc�I�!���/��P�p���ԙt̐����·U|�*w�]��P�9������	��"��T'#�sl��oE@2u~��'��*y���+z��4�m%�%r�rR2�o9�VY[6w&������C�% ��΃x|�r�������٣���@_��W<�X��`����]./�
�9�P��I���&�S��47nRh��Ԋ-����V������`��> ]��-�C��hyp�QZ�?H���(�o"S�Ĥ�3����HD;�;L;-�8)PZZ�x� �V����oK� C���
Hc�7DLJ-�D"�႗2��C�c�_�^v�X����R'{�a��7��av�3��a�#�"OK���X*��"���F�R�$`ڢF�3�·�}�	2�����ը�WEAi{1
,�|30?/�bv-��{�ka���GhUW�O����7�����U����?��1iiV��I�e�ѿb�J��P#=�P��87��΄c�����̛p�i	�ET��,��q�莚о���l��
��CM�2آ$E�L�?h��X~O�0>�����x�-]p���QK��3�7t,_��qwm|�;JW�6�㨂kó�׷/_o��X_�,L��;�㼉&���tj��m�:��Y[�q-c�S׫ȴ};��_߰{{��C��-�^2/�� Ң��EŃ�=[�X[�kK�#�nj:TԳd.~�parq��|���Z���E���	ߜp�PCr���ه�[��O�C��9�pPk�^�!��D�k�i��B��3��
J�%B�J:���=�OvO/���1v'׷�5�mC
(����p�8��m@��i@=�^��!�1���[.p}�.�`ٶ��)
�Ez������DX����DSn�z��R�M�N�#�ݒ���/=X~���{C7��Q�
��k�7���$W'�'�\��|��������g\Pr���*K�F�@M��r���
^%PF��T@I��,J�Vа{ϗ�6��d� nB�����M;�)|��őK��Ko�K�2E~����d����'�j�
�ᘾ���Qp���uA�R*e2�� $v��q_)A����|�-�]S�ߠI��pQb���W}It�ɻ|jf�LW%[{קt�C��G�o��F�x�RI8��#\9�lQk
7��!.��QD�
�k�:���-
��������1���%��.xy��=�V�4v~�R>�bZ_B��*O�-ӓ_�F�<��w����v��UK�̹���VtfnNo�dx�2Gp��!�Hm����x�!I�n
�ve�.�>�3��p�E5��\4(���(UD5�#‰"���;m v'�r#��=q\�!�ǟ�ӑ��%��#
ܘ�ѽ�f��Y����Z���m�;��&�U0�pmj]�;-?�*Z>�c���TT9=g~���f��ꆅ���2����j�s�~MA�͓���B<8y��ʞ4�d�ˡ<�u&(=7�б�����h��s�<�&�0�6qU�����:�մb��%k/%U8R�S�b2��p�D^����Y�U��3s����=��H�OάM���C<x�\E~H��E�)!����y�Ҭi�4�֣�j���>[����/~���/�؎���_�c��&=A3X�C�V�i-�!�/�Y���_Y��|+x�/�r�w�f�K�6�c�4�u߻���ss�#�3��_wO���m�|��o��Lo!��S���6��c�!��]����i��
�^��y�nlWD�PY�H83$4��)I�PB)θ�������.5�޳DNJ�d�/fZhg���cʵ�d
�w���1�1<#�]���(bc��a�Dg�?�%��E
!�ѧ��������w�e�D��C?��y�l�/�/{���l�e|J�l�7
»�͗�g�&��a�&��/�
��$�`�����?���z[|a��_�3ȹ�l�����v������)��m�U����};�$�X��W;p?.�;	%O²{a>����	��<�v���rA�rȧ��	�
Eq�B�j5���C\�<���BC��\����-�G4C�(��q"A��6�t����Bz#v�ݔ�Ѥ��`�>F�,Z�X�p� C�(�,�����T�ZXt�U-Ro�VJ�v�ɣ4(>ƾ���)�'�7�]R�?�����O���<P���`������C������j�1M%$��ʡP�DP@
S�ؘ��P���9��6yy�=v/TţӫF����i�-"a��vF�s5��v�1{���Ҏܳܖ[[d/��hO�gW8�5���%�����9�[Fo(�[k�!��V\�g���<�j�4�^���B��>VKN�:"��z*�^/�)�Y({ur��[_��0��s�r�( H���2�1��q�{슺�z���2�O�͌J�؋3b�rX-�����ţ����&Xk����;���Ǖ��H��t?�{>7�@��	�7Tb5+��z�ӆ۹���9��Y�mz����ɱq]޺���{x{��ל���X�*�{�]�fa�))ޜ`��/���RG�ڌ�Q�����Y�
��
�S	#��J�
�T�W��!�3��Y�$��"8��u�n�|��ѧ���)�b	wG�k�-lP8�`lI���C�HiD�D�����#���`�*��@�q��7J��و.s�P�R���32?�r�9x��+��'U{-HvӚ7��7�����w��Yx��#\ްH��Y�,2�ń^���-�w=|k�.͊�TP��/H+��:�
U��	%�󖗢^�^�G,znq�邱�����hv�	L5��UY�I�鄗TE�F�ޱ뙕GF{�O���۵cw��R�[؇���]d�z"��x#dҘ;@�'����C�� @��W���;��E�DI��{x�[,�����ĺ����|�>w��f�yy�;}˥!e��ͺ;�3ۧ���y��N�T��K.l�@��ܣ�N�|}p�TcM*(jk���쑨D�é�Q��P@��8�����*�Z%J�/"��'��3BNI�6p���=�����Z	����\>�{:�/_�l]�鑁� ���ђ�9o-
fMgf�A
��nYH�8���^�T���f��d�57���u�������%�|.!��!i�����%�ki�Ch3�d!!f3�b��D�1�'�K	8�B���h�b��&�c�ܶ��)�6�b	���=��7w�[:%���n��xp���)S��¾�6}d�:o��4s�:�;,%E�����$�����KJ����Pl�x3�ş8����.5a%
Qd�[���/RJk(���|v����0������!�Op�.>�E���$�]׺x�k����x���*vj�����n�ԑٜ�h.���z�9Ie1�tH�m\��%��7߿�����.wQYfkWRQ9�y���W�U�2uj�Ԕ�j�b�Z���Q�2o@�rf�J,b��1"Nr��ȱ(�͇�A��Cf�iP��A�K�ʡL�\|
�Ԓ-�4ǏON�p�o�ٺ�b���E���{��-_N���q���u:4R�Wf����w�T�3�7vg�?��8c��Tb��W�U9ZjO�	B��
�{@:핻M�Z#�BTR>?��-YK��'�)8
��ЀNF�o0(���Da��c�{�Vh�B�R/YH����M�1�;lv4�=6�4A���T���0�nl�X�����z��>u�<Ϡk�~�ڼr�+k�[Y�kU�ݹ�S�*�:�:�˸3f3�'�s��yD�7��Iqq R��d�\!
a�5�.��*��ĸ�<JԲ�V%��B~(�� y�
��3�iR�n�EE
����暟]�X�PЙ�ji����=��i)W�O~E�;�.�t�����wȤ��fv�$\ի�$���M��1=�ɪ�$�'1:<�:��=������y��=�y5aaT����a��@Or��%n7��n;D��
�GV%����
�1���W��ݧ��6(�&rJO� g��W�`A����|�_��
x&�F1r"��M&�b&���wd �E�-G:	,J��\������{^v�k�tYy��'�1d�����ۓ�����?�]t��S��%��jVԐ�6��<���|W��ɗ��e�K���lA��w2���|���&|�R*�
�:��:K}��Pr�k�g�u�u�u�v�:[���g���1�&����y����.�+M�H�~�(�i5��� �C	���;-��,~j^S��/ʾ�0a��ԕONu���zgQɜ�Beؔ����m%�9�uW=����&5J?�SgQ���ڬ���?]�sn�ֳ=�����I��~.��s��k��kc�C9��8�h.<#�������0��ڄ��)x���flӈ��NN	�"���>�!�o�U�&P2Q�-�>�m�$=i�S2|�mj!k���M)ֿ>�6����|rm�������E'Npw_�@��9T�q��$��!"4�#�i�H@��ؐ���}
%��O�'��c����_����5�J��:�������"�ғMJ:Q)�Ex����&�2 ���-�18���0x�A��tT�o�ކ�����G�����޺��v�`CVg�k|^��ZrGI���	I��`݄�c�G�к�yܴ�i#�Oso�c����;K�:�eemu�#Gsg;!��l8_��VF�

ߖ���V<-�6h��a�hsDEL}鹇\���r{��2�Q�����Ĉ/>%��,U%�θ���Ǹ��̦�t�S���;���r�,�F�!*o����H�2���b�i0��Cڰ�K��+8{*���zS���V�ɯlq�,KIF��-���S��MːD����_�6�T���|Z&��qq?mcdP�q�|5b�X,�&I#��ic��x(
t��Ȁ��a��z�P	�Z���W@~;�z��`_�GX����0���O�s�\砕��:���)��E܅�[��ҀVL�I@[FS���g�_��B�y�1�2[t�8���s�#����2�lZ4#���,��P��	�kX8�x��o��
u=��'�Lh��,��x�E�"ŀ�d%�^�ؼD�g�e�!?%��41�|�ơ3���1��zi�Z�*FTt��n7��>A(��'���)@qV�|\&��7\6(�9�&��7��g�DO����2�6
��U���͎����Y��wYm S3�"%�����ޑl�}`�`o[�X��LU��
\���|���ޗ���앇HL�(4�բXN���Z�&����E���1�� <��ڌ�m�'/��N��M��K߈}m�ڞyϱ��s'Gl����'��d�֙瓧�7�Ak �a����o��Y(��>��g�(V#���J"��͒���/5��4T&K6	�"4 8]�?���s~�
|�
��N���o(
�/���##�2���t=v^V:nY]|cQly�F�ӕ�[(jЪ�����y���Q�LS~k�G�T�jd�s!!�3hzz�)c��cR՘Φ�����s��6\�m:M�'DHF%0)�D5>�� ��rsP�HT�˅1�j�"�k=�Z�W%�K
���"ʹ�vD<oVO�>��
���
Q4��}��#*�z廫�{ʬʼn����U���Q�WOFbILrzY#�^�hx��a��XM�7�B=��H�6P�{�D)��׫X�D�<���N�*���Ʉ�&9��ݖ9; ��#P�|E<I��M�d?������axn/�N��~E<���}�ۊb=���7hn�&�P9���S�i���
(�e��o�\<X�-_��ȇ�|lX�7�\F��i.>,��//F��q`���\���a�Ut{L~�#������k\9��������p6c8s��{��0�$X���������o����-O�/���//�ycX�#��z�/�c���k0����������&,�ΗOD��E��|�J�������q��,�}�`9�����~n����3��g��9فpx�.Xx8�Y�>�� Ps|�2�	�1ъm�y#ˆ��*�9�䭒����@��qD�CUP~'S�n��-#Vk�
����iݺ+�M�ȍ���
����TWW56���DR�<P���2���t�J��-���C���o��>Q)-���]*��p�W�
ܦo��'�h��p�����G%ٲvŊ������g� ��A�d���z������������9�=3�����E�Ϝ����7�ctqbLK.�蹞��n��C�Kf���/y�g��A��*Y��
����z�! e`[zz(���x���>B����ۧMko� q�_/�ľOyb��|YQԐ�I��%u-`|��;��Ō�1�ƛ�I���s&�OB��wg�|�%+f�8~�>{5��G�ŷr�3-QFG0P�lH�t(�˟�t�{xx��؁&���@ZfCCf�ȑ����s�@���Q%+2
��Jj����a��@�`OAEM^^ME��N�K+[6y�����щ���򴼾:�G�)�G�c�PS��er?�ݞb��0	���>���m|��&�"ɦ�qt�z^�?�Y^-7Kziq�Ȟ)�p.%p��L��c��LC�Vj�=�umZ�����f}9<fzo�:vz����7�GT���s�J�L?��8��Cg� @ߨ��$�פ%�鏴��}���^�3�4��/]��H�W�"�9~�p��L.���Oz��N^P%V'����#�zW�����	1f�X�Z"3�y��� .��+��&�L��7z�@B1�R���˺,ß
��}ex�H��
{�JǠo�x�c��ʌ�j��Ŗ�$|7!�m��Iq�Gz�Iq���t�x�����y�
C]]�!���7C���!Rޯ�/��H$�E|���u��-xV�m����5fUR�[�ӡMp����;4�m���pJ�|nK�_C2k&�]��0�h����׺��8��L2%��J$T�k�N* �."�+�7�\F�M��K�8�#��GMO��{�r�G��v
�F9&���fy#��q��9�������q��h�K����*�Ǥ[.%B�u\\���.��7"��L�kT�Δy}QuX�� ��Ǿ�sp�@�$a�B!e��'(HL���?U�
�E$��i[^�Ӷʜ�3"W����<��mj<�q��6w���t�#�Ժ���u��l<(������	���˷���"ibcڗ�eC�n4��iɣ�,#�q��q��)cE-��9��~��o�e�.ʦD#���/㞕���2�ƴ����$7�j���R#��kJC鏋�ģ��Tq�-L)`Z�7'�Rq"!N�@�1���J$J�=���;%Xb�( �S�����F|�Ӟmv��}�9#]��vO�#Q�Ԧm�r�^�=vJ�
�1��bB�V�6�ݳgDj������k�"��g�Z6��������2��^�h�+��ǝ��Kt����˽1م��h�P��M�L�]\Vە������$�)�^�sRfP��1�M���;B�R�ĥC��3@%�e����a"�)M��vp؇�'��y�
��� `+6�OM�u'��f�.��T��f�\����<n���\7W\7fx��P��8����Z��ps]��{ PW\�x;��ʂ�&Յ;Z��t1��U���g�>٧ac��?�����~��@��L�h#e�M,�X�:+'tT�~a��� �HQ�]'�{�]"�`^�<�-�(��t7R+�Q��)�\�:�0��V5����Bۨ��	��4!_C���}ۆg"�M��*3��A���&a��T����u1��,d��E���[G!�4�C���{��[� sNӬ���1"	�ٵ&��_��1����#���'g���JS�xO�}]�An0w�-��jh,lپ�V4PүQ�\Pl�8��!w9c��_DZ-2�Wz�����r�ǯRp����*N	��I�җVt���o~����)�ML/ٮ�܄�bv ��~Q�SZnb��[5������m�	��
gbn��/�E73S������ƀ�Sډd4�TJ8]I�5�߬��u��!C�[��HS���G�����~-xP+�����#��-X��'pC�gDy�U���A��"uD�;ց�S(�h����p��I$4���A��G�O49�2���w4����A�}��9�5>1������J]fv��<�~<�ё�1����xRCĽ�G�x��	KLOO7GO��_�'�׈P��
$B$���'�����倻��7�U����R*9�7U��,%|��ᬬ�S�8�e
���%�o�K�N����?�����9��a1):�lΧ���w#��<��w,�:�o]�0��N��ý�]x(��{��gB�$3(�YP�AQ:�;���#��ȓ_>�.�N�Y�.��۹�p��|W�M�KvJ:���x�hw��q��r�).�\����g��ךu5����4u��oB�c|�O��9�|̐o�s ��B�����>T��>�m��(�	g���<���P�ϑ�k��[�O����C��!d�^;�x�>���|�߯��aO�:�W�v�r�ۆ�~�Ž�qĥ��B9D<L�M���B��K0�����\NH�p�˅�qQ��J.~�0�K��<�z
�2Z�E��t8H�=,��E�S1}��/�*j����K;^na;���VC�D~�t�~^��7��`ne5�Dl�5{�,�͵�v���9���1�MDqd5�L
�W���}�֌7.��
%��K����	�#肭切�J���"�fp)D���k���7���j�'��JW��8*�u�qӫt��g��9�����O�K�m��sL#�Ķ�md��D��M��B�ѵs�|nGC�}7���hI���i)-��36hDy}p���aq8:�&�M�} ��븻�ِ.��������.I_���(�s'
cbd������p��nG��9f��	��ؙ)��{ZˢM�0S�ұ�
C%뿃�~Aqņ٦I�~��^۽��xAo&�PQ`�ek��&����;
ť3��>�q�"�?���8"�px������T�R�<>�ӟ�q��AY��Q�O���fn�Hjx������]3�-�i��%�����֏p��<8���:B��'��w
�ƚ�D}ss����FV�0��w��Y�?ݖޖ�ttuߟ��ۘ4ʳ��ʃ�4��%���lmQ ;ӭ�Z��"�|1_�e�^bX-�s��8>��$�LP�&"YՐz=��)%���[��]P�+��������7���%��}�QF����	��Ab"E���ܒަ���L�Ϸ�<�実f���c�5�/c�|���ٺ[1�p���uHK���It��|��&3��?T>r��Q���>�@�9���E�ۮ�!m\(��V���w0���S�`�nn��LߖC2p�ec}��9�D�2g�i�'/
�g�V���vT[��9e�1O��ZR"'���7�p���1$A���p1Xੰ�AN�
���+#Epk��h�"'�N��s��p��P��z%N��R*��ng�ɭ.\�[�M>d�B�J:8S�k��~iU�̖��-�-�=��Z;jIIݽ��Wά���L�^7U�Ι��O^�ֱ�6� ���d�-y�ɞ�,��sԹ����'ݕd]p�{�B>��U���G.W��"�7�;v��&��N������E�$�2kUvR��]T�	�N�P0Lg	��P���?�C����f<Lch*����QԷ�w�|�Z�}����rV��T��j8����a�Nj�����~���|�-����=D�a�*��`|ߓǨط��/�eǩ�ط��/sB��m�5��~�|�Am���p!$��>�v[�-�V�\���H�>�ja���a�P·P's2o�g�U��Y�}�~�����9�E��{�;
�w���Uz*s	>G�¯'�B�>�C�ߗ�ߢg��(׏��{��ʼ��*�3�YI�eNb:_��J�**�y��l2�K)q���e����9��6_��̡̳����e{`Ys���q�����m	ԛMfQ���ί�ea[n��*�גT��-vBq:J"DWO	6�����l{i\洭�'��7%9�����gD���?mTV�$��w��}��]�e+�L�{��]��s�����S�5;��݃�U#���AH	�WB�E���J.pvA��P�6_�R�ˬ�t���=i�=��K�;�o���O֋p,D�W�C�D��*`��rat���wmɪ)��2vf���?�������nܲq�Y���L<��u�ƧE�8_�'��z%\���иx�Z� "���̴C	��CC�~�%!��o��9[S�ʄ�%ͮ�E�+c�t����zoᔖw�=�����l����?�GW��trA�ԓ9��Sk����F>�eʡYZQ������3�{�V��8F��+�����S��/�����йȏ]�}[7��N�
��w������r�I*R�e��C`�9j�����]d(�[6�j(-��4�#�����6t��A$
��$�Z!\�T�}I��p	�6�$�)�kVB�S�65�.�ϟ�2�M���M�wbr��/����LOKo��eZY1y�-v�@:�����i�r߆��]"D��mOJ��"�2�/v�Oː54�-�01JA��|�f�s��qq#Թ{�n�=��v��}�>�0�sI��{G�F,9:�xj��eli_M�H�X��ywOﵯ.V�Ju��!��ߞN�0����W�Tг�l\w�Ĉ|s��gO��>H�C��>��� �D�߃�N�Q���ҁ��8+���L��N]@��d�>�&�L��O�.8�<�1P'� ;8[p���~�W��?��y�I��7�}��}Ws����/�l��Hh�m�/Ϙ�lfK�e�HoG�(̈́G��X�6�V�=1�ugs�}���׵5�Wr��;�`b�5��wdA{2��6�[�\ߚږ�0�g:�a���*"���Pi\�RI�F��7y��7�8���R�O� ,\�����g߼���mnY����ˏ�.9>�V1�$a��v�(��Q�%��l���eEDՆ�%Uŏ{rވ};�Ly�wӯ~�z��­'?��Yh+��˝�_2m6�M;���
�(\�7�H��A5�~��#���4�L�C9qi�s��̘�_νh.�����[:�ͅ�7��;id�S;�!wJC�3��m'������������-���+;^�Zy��ֻ�֮y��Su�vr���p����}�����o=>wu�=�|���6��p�|�^	�{��{������?F�o�u���g����`�=���=z.��;	���Aϱ�}.ڣ��@����U��k��T��|�uVC
�3��'��-�?sk��l"���&�'B�~��]�p�	xbo;�<g��j�
OԚJ��~}e��,��q?��%A���J�	���Y�x��T�nU>��&MJ[�B�\"��c'�*�HI#G����(+�4�܌ojϵ�^ײ�K�DBHH,[6���b����9��8��#���9��sm?R@��~e��3��-�E�ϸD����i��1�
�_�W���[��5zP���:}X�g|�>(��x����a�I�U�`|�Wˌ��Zu��=z��
"Jkx��G�p@e���$�0.�n�;�2=.�3�PX�c\���2�E�nj�h���u:.��6��f�A��f���V��;�W���]�_��ѓ�!� M#�RF��%A�T�Ag�H�m�HJ�:�4@/a���:�1�>d����,,
�S
WNcL]
a�i�WB0]��1�k�i��'D/�h���o�n}�.�R�G2�(5�e�/eϊ����̈�#�_�%��ݰ���D�d /tjMM���7�ׁd���Ȁb(]y�ȡ:�Ț�5�k�l�i�����u@��n�~p�c��ي�%��a�^?8m�O�c������ۄ-�iW�3�sX�/��7iй̌ҩ�Aѻ��N�+��&�c��_C��!�w��.O�5����ijY���:�{�y��0�DGf^7�[��A*����͢X����Է���X���J��D+3����l��r�)��E
8�������#��P�S�Tu��t$Es%*MD3���p���C�����.؟H��T���E�2]_�U�x��2-"��gw*��Ĺ'P��>��K�$tk�]��_��d2	��GX�������0��za쿱^br����q��ޭ����\���p����k����9�M��L��'�u�ZK�t��Zbx
�q�A"�/"[�;�7���wyH&�z��j`Y��آxbeQ����U�(8�jO�
�J��H4�LEG_�I�I7#m,V4�8�e&,�t����Wn�
O�l��;��dl�G�M�Q�5����5�^����Z7�L��	��:Kj�F�zK�e�
7��F��۶�w�DS�ux�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\E���Z�3C@D��LO2�s���}�{�6ND@D@D���1�Ȏ!�D6/ܕ�(���ADdcd�������n`�"���f���:�+`�s�����<���Zյ���j�ฎ��tNr.p�&�?�0'�S�/uY~�	Ne���.wX��˜#��j:�ӎ����N����=N<���ٲX���s�;��˙�p���̿��\����q�1C�e��`��R�k�w�Y�Ks��{��[�gͽ}?F�7w�܇Q���2����zq�^�N��=z�F��
�FP��to��*5�{@�!؎�=��X���e�+P+{W���{���z/�2�kz��	uk��w��#u�C�����wk�P���;eT_�ofߞ��}�����J�e�J��}���:��Ⱦ���[�w��U}g�������}uC�w�nC��ww߽��~�H�f�'���3�m!'�mThVh�о���@h$��ʇ*�&����C���
-
}�4�<tJ��5����]�2t5�Ѝ�[B�Km�8t����C�����
�	�bh{?��?������H��#�1l�b5�@?��D���G��e��G���g�4'��C]����_�r=J��+���P����Q�0[��T��4g�ϣ^Va���y3Q��y�Q���Ci�%PY�r^]e�ftޡ�#U��yǩ,Ain睌Z���;W��fy��*��T���|ϻu�
s>��_�QٌzR�Y���ͨ�����Y*{�D�^Ԁ�JT�ϣ**�1��(2�(�"(��Te9��3PkT֢D��QW�@��TnDɟ�ߎڠ�O�I�7����i���Pbj����3W�{���sP!<~@�
�QEX�T9%��@�u�U����J�j��7 ��o@�
�߀����7�o����
lR���7�o���/a������_X���/,������_X���/,���a���0���_���/a����z���0���_���/a������_X���/,���g�"�������_D�E�/"�"������E�_�"�T�/"�"������E�_�"�/�������_d�
�E�_�"�/�������_D�
�ߠ���A�7�!���7(��oP�
�ߠ���A�7���
����j��<%�/E���kPbo��4(��@���{Pbo�!��܄{�d�A�7�2J�
�͇��ykH�
�{CC(�7�E���:J�
�ˆ��Б(�7tJ�
�Ն���*��:%���oCboh=J�
݀{Cd�!�7t7J�
=�{C����Г(�7D�{�F8�boxJ�
�����J�
�Pbo��{�Qbo��8,������R��>%��נ��0�rX�
_�{�ס��0+�a�7�%��ɡ�bo�5Ͱ�ނ{�d�a�7�ݨ�72%�FX猈��J썐aG��H%�F&Qbo�\;"�F�F����(ž�#�Q�o�F�������#�7"�F�oD���߈����7�	%�F�oD���߈���_T�E�/*���Q����(�E�_��Q�=4*��D��؋��b/Jԋ���ȋ�uQ�����z��GE\�XqQb]T�E�uQ%�EE\�XqQb]T�E�[̉�����Z�bb-k1����X���X3&�bD��8��b�,F�����(��a1�����DX�b",a1����AXL�� ,�1�p���{*W1q������U\\��*.��p��cq�Y\L�ET|2.���Mqh���84�ES��)Mq����h�CS\4š).���Mqh���84�ES��)M��?�ɡq�'�&DR��I	rhB$%ȡ	�� �&DR��I	rh�H�R4K�b*A4K���,!�D���J��*W	q�X�R4K��+A4K���,!�D���J��+A4K���,!���*)’�aIK��$�%EX’",I4K*�%�fIq�$�%�YrJ�%�fIq�$�%�Z֒b-	kI�����XK�ZR�%a-)֒Pb-	kIE�$�,)�D���Y꒢.	u)Q�����KA]JԥB(E��,%�RD���K�R�/)񗂿��K�_J���/%�R�Q�/)񗂿��K�_J���/%�R�)�K�����_jJ�,E4K���,%
G�f��p�h6*
G�f��p�h6*
G�f��p����08*�F�oT���ߨ���Q�7
��o�F��(�����(�7
��o�F��(����Q���7*�F�oT���ߨ�����K�_Z���/-���i�K��4���_���/
i�^�i�K��4���_���/
i񗆿��K�_Z���/-��P�/
i񗆿��K�_Z���/-����ˈ��e�_&���h2��ˈ��e�_�2�/񗁿��ˬF���e�_�2�/񗁿���_F�e�/#�2��M(񗁿���_F�e�/+���Y�ˊ�,�e�_���/[G��,�e�_���/Y񗅿����_V�e�/+����(񗅿����_V�e�/+���Y�ˊ�,�e�_���/g��9�ˉ����_�r�/9񗃿���_N���/'�r�P�/9񗃿���_N���/'�r�9�ˉ����_nJ���/'�r�9�ˉ����_���/y񗇿��ˇP�/y񗇿����_^���//���y�ˋ�<���_~5J���//���y�ˋ�<���_���/y񗇿���oB��<���_����W����+�_A�� �
�W�:J�� �
�W�+����_�
��W����+�G����_�
��W����+�_A�� �
�W�SE�+��"��_���E�W����+�_Q��(���P�E�W����+�_Q��(���WE�+��"��_qJ��(���WE�+��"��_��������1�c!����1�7� ���1�c�7&���oL���ߘ���1�7�%���oL���ߘ���1�7c�o��������1�c�P�o�����������_	�J�%�W����+�_I���(�W����+�_I���+-)�Tu�U��J��Z���K�K"�tC�;��J�tw���%�Tz����dI��\�Vv�"�<��Wy߲x)�Gʩ�()W���²�(V>���,"�K��˧��AyMym�²f�|e���ue�y�����
e�t������e�oyK���ʚ��W�Q�\V��̩�*��J���+���d��!�V��ʱ���QeEeeeuE3S9��ʥ�G����*�V��U��rE�^�MeSekE�]a�]�hWXq�k��Yq�k��Yq�k��Yq�k��Yq�k��Yq�k��Yq�k��9��h�������������sj5.o��j\�>Ω�zN�����������������������������������������Z�Ú*�VUy{�S����ʩUU�^�Ԫ*o�rjU��W9���۫���*{��"�tUy{�S����ʩUU�^�Ԫ*o�rjU��W9���۫�ZU��UN��T8���۫�ZU��UvwUy{�S����ʩUU�^�Ԫ&o�qjU���8���T8����k,�j��V5y{�S����ƩUM�^�Ԫ&o�qjZ���85��V�Դ&o�qjZ���85���k�����5NMk���5y{�SӚ��qjZۤ©iM���&�j�Wu����:���_���u�W��z]���u�W������_]���.���Wu����:��׫�_]���.���Wu����:���_���u�W���)��
�k���5�_��
�׀���k�_C�5௱H��
�׀���k�_C�5�!���
�k�Ҹ��%�䙆�k�gb�A�i��y�!�䙦�k�g�b�I�i��f%��䙦�k�g�b�I�i��&y�)��䙦�k�g�˚+�P�\�<�Ivi��&٥)�d���k�]�"�Ivi��&٥)�d���knB��&٥)�d���� �L��	�˄�� �L��	�˄�� �L���:J�M�]&D��eB�M���q�n&D���	7��fB�M���q�Q"n����w&n���	�6kbm�&���M<9��k��m��$�MΚ�k���$t�D�$�M��I�a�6)�&!lR�MB���nuܮ���}�(����MbY���XN�r�mX�X�ߥ�l,�_tZ�~��j,R�z���̽Wc��^,��&Ӛ������1Q�u�Sg�\��L}T�]HO��&>1�]���A�� ���Ij��O���1,'b����ǒ3�f�)����94u�,}�9K�{7�~w]�e#�۰\���_Ek{s�Q�_��!j��X�u��E�n_�l���N��˷�l���[��|�,2W��ee��j���@�s��un�N�:��{�]�����|����T�^s��uJ������:�`	��h���u�i�}�k�i�\�k�q�ez�����+��{M�g��.4��]kMk���Ğ����)�4������7��X�a����ا����G������4,�����ʽ	,OS��c�k�,_3W�������W�\H��X>ɘot�!�ꭡ�<�:��*by+c;A�bYB�H׏��<�î
�Wu��Y��]�U=�m�=�l�/���CSp��N���dz8��ή��6Wpo�6�4�k�2���o�q�ڣ�Վi�������z]� �Z]���Q`�[�m�J�q����G�ҡ�ۺ��鶞쾢��,?��>�P�h�ڕ�^�M������`W�w��Ձ�<�/�)��_���m���Էڣփ��Cu G�����k��z�H����Lk?���633��i��ꞥm�@��vr�{�TlG�sO5:��y'�y��sm�ە��=h�7���߈���8��ԫ9�q��U��\�f���!���^Ṭ� ӟ�}��<����gw�T�U~��'8�~�����Z:��^���^s�,�8�����=�w����N�\����NZ�m4���Ϙg��y�a��ڈ�=�6�k���6�x��k�f�7�4�ex����:�ݮ������Ղ��{�#�$��:뇖�_���a_�}
;�68�����1��kow>���3z���'>|
}#���q�)�|��x�Pd���m�ͬ��3�h۫��߻�og����)��Ϣ�]���,���ǽ�'"3:�Cˮ�G��.���=��v5�& �<�<���>k-7C}�����9���׻���Wt��˷� �ؾE�x6j��8[�>��ZQbi۞b�����`"��^�}�Q�5��^�,�+�^m��`�'��]���NQ4C��Y��Ա�S�B�N$��/�qK^��2Y�Y�z찮��+o�΀̳�s-}~�vN�����v��S<#+1�"�e��-��w�znjG�O�ܰ#�?�x�	V�jpF���@�3�-��pk��+��PF[~�$J��D<�k�2i�����?��΢{��k���d(��3�����/s����;�ۗu��3�oAo���]v`���l�n��m,��ۅ��T����(=|�M6Fy���z�l~���X�1��{�@��{��si��[Z���n��t�����.�t�]~�t�|��%�I2�9�y�m�@3��]�=����a��ts���v5����0���~�ߞ����?O�mj������3��r�u?��J~KO�����*����@�bt?����~��5��fg_x~��ΎU����ݦ>f��uމ�P�g�����ҷ�g�m�'�ܽ�k�Zj���z�5��~�r������
���h{��,s��]�}���c=bZ��89ž!�UD�Z�C�rt�5m������Ė����Y�Gù���w��^�Z���s?��2u�Ξ�E}�2'VXB��N�o4}h�g�:�3�q�N��>�{����;��~��}�]y��w1&i��!����
M^|�:i�D3o3�7�掝B{N�?��Oc����v����q�n�~7����X+��~U�Þ~������v7��v���?F��:��v��e��7[+@{"�sߙ�9�{��:�X���n��_!�-��l��i�4��;�	v��[ѳ��K����X?B_B;_�^{�aO��������9���δ�#`����[KO�Љ��IkG���۳�������;�g���,�)|�+��Ξ�<�Y?�	���m�fۄ1;_�u�{9}
6�?�O���O�v�Q������P�Z�g��n_�=�/��{�s��5�7�β���%�:�U���}'!�����6�bg����g�1n�g�é�V�f�c�>�M���c��z�g����8�?c�U��N~�2_v_`�3����ڽuG��N�2���f5�F�P����)c�{cj7���8�b�ܝ�Ԫv�=�5���}X����S�	�ݴ��۽K��5q��<��ߏص.�������z��5l�/S+e�9v|0Р�G����I7����v�__�i���<��'�A�x��|��ޯ��5X+��Ün��v˹v�K�1v�i'��<ż��oe��R�c��~9�c;9����{�k�=��'��=��@��?���p��\fس�<���{l�N�㦴S\L;o��i������re��[߭��{y{2|'����Fڹ�����k�c�B��Z®b�H�d޷���t��;9���N�v�<ok�w��:�;8�'i{�X�v�>h�q;�g��Oo��͉�y��>���S�<�g����o��h�㭜�>�����w�����n���ӽ��N�4�i�~��ns�8ac��Gl��l��ӈ����S�F?m�|��3qxf%�t��w��3����jc�<b8��y���^�r�y�ñ;�+��N��Vl��&:�h��d�uEp!oI^AG:�k�V�����o��|�����ĜwR�=�g�`���|�����W�b��l�n���N����y鬵W�֐��1�_E?<|���wE���X�k���g�/��q�
�o��ܶ���K����+9�;�cwW���Ecwcw�eNNn�~/�=�+�f;��h�W�Ӽ�|��vΡ�h`]��i�v�|���'a��=�g�$vv��>����=����o�U>���;��?�|���/�>߸���[��+E����AoY�m�/�sZ�8�m_��2�{��ـ�!���;ݶ�;�yG���i열ƭm,3׮��m�E���u��l��Q��]vǷ���ڙ�CFOf���+�i=��}W'x��_b�G���=�� ��R2���yd�+{�ng����ڙ�rs޲׺?�o��W��7�8�m?����3V����ٳm���O�]��ϵ3�뿣{C���3|���ߛ�Ѷ�}=��s�; ������Y_�����Rg�o|�0>6c�y��S_k_���0n;�[|��m���q�wwvC�����nO9�gk'E?��L�vzWr(ulf�S��(�%��3��ʤ�˞�L�[�y��}�Ͼ�mϛ���c�������
���@ZolB���b��Z����y�o���>��xk/3/��N�!�8lf����{3��]������W �M�'Ձ��׵�ӎ�ٴӲϥ�־��u��I�W�����]�޷V���]��pk��E���z��޶�+����i'�O8�t�vN���]�'���xN8�ŧ�s�H��.�-�ն>����:-��z���7���O-qvz�����l��Oۙ��z8�	,6W�y~�ϻ/�m�!"���R��ni���Ҽqni"LK��:�S~}�y�b�寧E��]afm�{�b��M��>�k���[�5Nc��i�UN�-p���\�^ɻ����o�{��}�R���
��߷}֥]+:>B�����QDz�g�{��������&�yN‰8f���s�3�Y���s�~r�g��w��\�4�+�۝�;w8����f����E?8[���y�yڹ�yF?_p���/:���b��\�E?�:/��u.sOuOu������W�3��i���e�n���w�~��]�Oܚ{�WvxMo����4�����j�)�"׹�zy�۽��^=���G�u��x?��kd�	�~�7�~Ƶ�JSޖ`&X�����������B���Oy/��齨q�q��qNя�6ZG{�o�3���s�-�Vg(�8�؉:fOm��jη��٨YÚ�4�D�Q͞�e��_�����K�[e��i����ȦՑ�Rɫh}�6U�w��r��"��,UY��>�g8A�c��Z���{���:ڽZ��oT;��K杈{����Nv�4���+�G���\��8'S�p��ҹ�\��@F-p>ﲦ��=�4�7�m�����o�:�5j�ӧM߮{Ӧ�us�����i��?��"�ON_���i����>}�\�O��Qz�"�;��鳤of�J��u���8K��{�f�qf93��N�9�Y���lr=7�~�=W$�t��o���.޷��ˈ���5�Ɨ8���5#�k�=���!y��!�t���uJ'���o>�qG�}��7����v���m:���6�;��Ώ}w@�.zqw��������_�<�.%X	֝.��^�[��n�69����o�<7��F�A�c��o�N����9=5ߏ6�����������&s�j�"&޾��M�]w��v��l��T��$T��]�Ь��ʁ�T�T1���s��}���*�t�Y���z��I�:)͆r��0�̀*��=MNw#��ӟ04+�}�]�~B3�%u�P0�d~wg~�`~����}m��g����o��Ǭ�����;[1�c���ͷ��w���+w=:���\�}]�-z�7;C��Y��ԕ��8�|�9�Y�䜬�t�s����'�=2Ż���a�v��)��.+����J�;?4ߓq�q�&s}�4��>ڥ���{�^�uY���+�50�;i��e�'���~�\�t���L����nO��E���[Tü%5��7o��7��_���s��~��$��oI֫�������_���~�/ׯ�մ2������w&PPK�
�[#�H7�:�:!assets/fonts/OpenSans-Medium.woffnu�[���wOFF:��FFTM:���GDEF���c�[�GPOS|!
L��U5�GSUB��,�1�OS/2U`���ecmapx�YD��cvt @��=B,�fpgm���Zgasp�#glyf"��NR�w�head�56�4�hhea�!$
�	 hmtxh	ֶ_6
loca�����maxp�  �lname���Iّpost��'n��Qqprep0���{�x�c`d```fp�;A�/���+�<�<s�;��[�����	��@.D�jP
sx�c`d`������J�7�"Ȁ���v�_/��Jx�c`a9������՘�,�,�t���ix���߁AA������0���w�?�n� 9�m@J��PX x��Xp��v���k���h
�\D�a›4�DJ B������ũ:%3�tJʻ��@�V�����CK+�)LIE�4�l���nW2�;��w���_�?W���{B���"���0X�`�{%�x�z/ؕ( R���ͳ�n�`�ݗc<ta����g���'�B���#���2�P�Y���,�=�:��qԫe�`�X��v11�/��ǣޛ�z�1��|�v���
_�g�_���!S�V?��ȳ�`��<��Ot*�f{
�z��F$�sH��	��R��U�H�̛��2�r�{IiW�Ib�S��'1߱ћ߶��w6ן����y��4�[n�!�Y��gy�쇨"�J���ԯ�l��٧���"ߌ��M�or��0�Ȓ���zV����с��܇b��
c�Y��>�~���u��}х�C��G��oɇ�u5<�C*���^���0���t?�M�~x6J�.��up������X�#=�B�LXt�ԅ�Y�*�}�yvY�]m4<\5q
�O��Y�Yl�]��+��kg�y/�YM��|��?�KٗQ����f�{�6J;5~B[5��"3�򺐓����K�G�e*�Z8�m�W�4���X����A�׆�N�R|�]���Iac/��Ͳ���9�1�s��{�l��g���n��	�	��jlM=��g����_�mF�R�obD5ʭJts�B�A'b
�j��
�f}���=X4+��
��e���G��_M>ζ&�{�����o����"s�?Q���V=i�����[�����-��οb���[�q��Z�r���I�56t�� ��j)�?�2�Wm�,yn����q�q���$�
F��#�4����إ.�N��m��Px��X ߝ��O��OXh���.�+�LU0v���[�el|��Y���9�d�sR�	U��A�[��<�����rЦ��z���Q<s�2Ѓ�O���3ܻ���Sh�A�����~n��8q��PoC3�%�������qz?�#�F�3�U�*��O7�������U������Dw��%�q�''P�hÌ�Iu}$������	z,}�P��A������$m=�uο�e��Eʗ����o�a���;nǬGw���*ƻ���}tk�ɌQf}�s��{�c��i^sOv�}���Z]8w9��q���N�Nt�Q6쳆r�Ny=��Y��uG��l֏r�[��u7v&��
�P���o��b�)�Q�㐈Mf|����ua������o3�O���<��]�r���WY
�N3�9��ƴ-�\d;5訿�v��+e�|)п�J����,�p7�:]� Mw�\�9c�:�9$c�<�ևq��/�����E�)�i�X�ϼf=➃L}Y�]����(��.���ٍ����Xl\�TlE��{�ν]�\���O��4��\l�e.��ѝF.m��]���scX+1��õ"����U���m�����{-�݋퉟�I�p�j�B[16�g@ '��2�ؿ�W��F`�7���q_�d�.G=��E�	i���3�p�^�G_�?�z8�'%f�S��"����눆�~""��#$��J�r��qaY��cX������0�$F��G;S�L{�fk�4��F�:>F��إ�`.����,V�w���)��,w�7a�:Ay�s�?�XàV�1.I.ݛ����vs��3o�|���}�}�M��q���O�O{9J���=�n��9Gk�p�&'�{?��vX�1@��X�j6�*b[
�}Y.dC��c��X'�of�q��v�J� ���o�۰��b�R���M(���ЩB��"����Z�廡?х�1�I&�ؿ�D��W� F;9��緾E���'Qa��}vRw`۳g]�\��$w>v���ɷk0�]��7�IJ���{�{�{0��0��"��2�͒<G���o���Sޮe�w`�g.�K��n|G���3~�i��z߄x��j�����kv��N����2��Շ#����JL@`�U��+X�˂\���9⊀��emPb��=����)���1�/��>�C���؅��������.~lކ(���K1�<J�a�'?H>E�&�A{ޅQSw����`��w����I&W��aބm�u���=���(����&mS��R���"L��]5��Bm�R�s�e,���|�Й�^�q꩐��1��Z��f�y��������I��b����D:1�("�S�����;�b��`���i<x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�YjQEO;}�o�Z�.E��>P$�8��4hH��,���%�`�vKQ�.�^�����Ix�`����z�p������-/�%Ϫ�T�}6r~x��;Yz8�t�U9��o��[i�F�T��]c��s1N�[��IF�͛Cm>�3|)�H����(�P�Â"u�L|}P^�MF�,藷���\�&�v��ip��>I-x�u�L҉p"��82#CED~�ȯ8#��)��]F<##����C"�-�73O�ǡD`�s�9�k�9�k�5�s�9�s�9�Z{���| ��A��A��`�4�֎e�P�:����n@��o>:��C�1���l~W�]�0����	�	͉�Y8�[��e��I�I�ɺ��'?�s͹��ৈ�d����O!�1�aB�!Fo�3��?��"�H��i�����O����yἽ3�3�33g���|I~4?sq�y�r<���oʌz{�w�t��RPY/Ȟ'���=?s~�74
�B��3��B^���X(�/<,�M��Ł�����=��9F��a�0q�$f�^RT�(��J�%�Ql��be�V�;Q�W�/�֖*Ju�v��aqL�ׄ��,8-�����e�2I���X6�G�qx���Z�,>����G`�AM0|�0a��L�"���&��h!��a�8q��#�HINҒ��^R�4I�#�'m�ȕd�O����o�+��g�7J>�HaR�F��b�X(c�9�{�:e�򕊤Q�T�L�S#��$u����UN.7�;�ʓ���K�4>-M��eh��m�N/�3�B����k�Vz/=LOҧ���`�Z���ˈ2&�5F�BT!�h�h�pW*�������Jh%����[�VE�2TMW��Z�ڮ:b"��jh5��\ͯ�T˫���jku�z�z��fձ�,/+�Zf��l;�N������%�
{����gqr8H����i�X9^Ng���ʅqQ\<��p%\9�5qm�w������1x����yf�0/ɛ�-�]�]@^P_�]H_8���|&_�o�k�V���?,֠k45��͋��ȋ�
��.
���K��j.�.�	�r�p^�Q�+<��#�㢈&�d�QR�'�,:���\p�������b��H,b��)���ř+9WWz�D���hP&�,��c��U�U�U���եڼZMm�6}
qM~�xm������:]��.Q�R�[Ϭ��7�+�[��`�z��$W"��%����������׏�)Vj������U�'闆��a�!�0ݰذ�X�m�	���yY�L,ȶ~f��y痺_�o8o�o��Xo�7���MSM�7�7o�ʱ��[�[�[��vx�\�T�+VG��h5���n�nn�)�J@�R��)�;�ߝ�;+w6[�ZD--ɖ��Ȼ5w5ww���*PiT��������F�1j�ڮ�Qg��r�}��~+���:�:�k���~�p4M�F��yy<p>�y���j�Z��M�M�&iS���m���d�tۢ���:�N����~݊���z�^�7�~}X?������
���i
��`7D
s�����8��[4B�Bc��b\�����w�9���������{��HG����?��X2U����[S���)�Ttvt�vf:w:͹f�YhV��G�G�G��Gܢ��,3��<�<^�B�B�u�O�����h6�-b�v���]�.S��+�5��k�k��.�+�v��o�O���O��:��&��as�;��GƱ���u�'�)q*�F��p��o����C…s�\RW���es�]W�5�w��>�!n����e�V����N����U�����y���<j����=��7�eϦ�7Ǜ��x+�"�ԫ��6o�7�~��a��n\wM������w�|y>���F{*{�=�gO�g��mO֏����ӓ�'cO2O� ��,Pւ2�l��t��`����S�S�S���ӭ^F����w��Y��a��o�9�9�����~l��ڿ��f�
��у�A`09�6��~@�
B���� 6H�AyP���#���\p)�1���B�P~��x!q�1�҄:B�
����lh!�Z��|�[��xx�o���7"�,�l!�8C�!Րy�w(143�<�=��;�7����z4'��2��(�G�Ѿ�Tt!�݋~����1NL��Zb��-���ұ��|,ی����8*N���c�y/�/�/^$_$���DKB��H��D"�H&�3�×��ʗ�/w���7M�R-)m�#eK�R��H*�OͤޥG�#�#c#ۯh�����ܴ*=��Nϥ�����N:�>H{
{�|�x�
���\x���@T�8|維,ۗ�KoK���X)
X)�"v,��{��D��`�&1ՊI^�{����^�K��|3s�.k���`�̞9sΙ���Y�$�}�3�E�z���Mf#I��̏��&�B%$Y�:-k
�b~��$%��c��ޕa���
 �$��z�|��n������Q&��@iH{9~c��!���7� �?�{�	"��
||����N�V��b�L�PH
����lK�E�cQ�w��w�MeA�up
�J4�/��t�J��:��ݥ�w�;
�����<Q<�w�����侣fq�6r��1��n��b�R�
g�uс��""�D"Ԫ������D��@�V��&1=���6�b��h`N�U4����-:��>U����"�*$&D��R�~�dg�9hȇ�V�5�B������A��ڟ�����/�-�7�
2$�r`"�EN\U;yc���a:<�o���Y���`�|Ԡ��8�/`�mh!���v
s��H3a!��P��@7��\���r�A���Qގώ������Ą$C ���-�I�	!��4�7�a��]��ݶwH~���CS����"�vص۞�{�0dh���O���Ӛ={��۷���m�
����ݻ��z���=�g�>��	�bj��?�"��%2����/�"Ա��F&#��2�Rj�#(�$ީ1�T��?�� ',
 F��4F��E���d��b@�	!m3�m��<z��f��Y�O�oz��`����Nx��l��z<�{��ah^K}-�3tMm��ns���˹��'�D�?�^�mVRR��A���~V<1��aɴ��$�m����`4�	�/P�����[���WxO��	�+ᮐ�p��s��8��5	^p�,\�0�B��$�sr���9���O��!㎂l`��<��^�:�q{�����!<�G�"&Ϋ��)�C
�� �9SΏo��m��=�#��<Ž�}6{���h�o�E���K��ZBAx[��DDKe� �2V�N1Pe`�P�F#��&8����!�Ç[���S{/��m��̬��;�e�R5����^�	:1޵�t$�"�k�y�D°D��WPK�L*�Tr�������=T�n���
��q��ď����c�D��ظ`�����d��M��kܬ3�?�<�d��������ur��J|�r Ѩ+���'O�c�&�?�9J"C���q�&��$�\�, 4P���@v��*2D7������n�:yB�t<�J"�P^�ucl:�
������y���ѬjF�F��NL CL�,I�'ͺ����M��#w�����p��E))��$���~i�YP�㷠��9��/s�����U@-]��!�G!?A\��U*�JY9m#�����@VM*���������I��০��OQ&�-��_��BX����zʗ0XeR5c�&}|
�-($�,���ȜEZ�F��{���
:gL�?�!}塉]�*��p�����g<�D��mȀ���	�[g]{e���{,�a�7��3��T�A��M#(	
�HH^�\:~NHW��� ��5�)�1g�?�?�V��<��˳��+�慧ƝYֵj�ޢ��-���-�j�'�ғj7ThD����~1ڲyɨƄ'sZ�O�iL
\�5�5��pH�F�
�W=”�C��T�hɓ!
w�&���9@&����7^����n��Փ4
Ě/�pݠ`/�Vo:8_^2�7tT��
���6&�_#a���<=�z��y�6w�u�9�!���� ˝H놻s��y�Z~���uO�:֝�6�*���Z`�tjŤ�Vm��54�RDbn��u�T�s\�X�i0
���$�8D�*,L�gM~n67����}R�Y�A
���,�m	��B�f��<v���#�M!U1��1N$����T�[�Y1��`[�򊮡AMd��{��K����8���1Ӯ����?s��?����Y�ً�s �� ϐ�f	�U$���^Fu�59����E�:���{p珇댃2��2��*"<�I4aR��ba��~����0W�F	��
8��-DYx�y袢q���yo���V���?���M�����,pd[i�ʳ
И�����yLG�9�a�Ĺ�+O͛��>$tr׸�]��O��h̟Z�4z�0�z`� ?�A�j� �U�}���o*��7��E�x��*��ݥ���ِ�*�lE�t4d��"��Bjb��G9+���\xej����Y1���۾tEf5h�WI���[u(vD��kw|��Z�DakVb�5�����oR^Թ�l�X�����������‚�\;ڞ-6���Z���v)2����=࠷(�)9�-��@�_arjaajrᏆ�OA�t��`�{��6~CGџB�S_$@����lv���I՛Dݴ��߿'�'Os����p����~�� h�@O��p~5P�����
w��v�~x>���"X�.4�F�&����fo�}�IOs��\)�ϳ�sj$������M�0�M�����`����,P��/x�J��
F�̜���A�n�{��Bk���CӒ���҆�c��3k�2F�ʨ�h	�������
�ËSC���<���2s��!�aV͐a���,�&��ey{t"\��mh� ��s�J0�$؄U!/�z�4� �d�)�Fޚ�F��
�v:�O�޷�i.`/G��(Ӥ��7L=xz����3	Z@��*���y�8�gw�Z�ymηU�/��;�Lۧ �ƿ@���\�4E,�.�<?�||��ѵW����7f�k�i�P�䁓���,�lx����5�
IACb/��_y?.;�]�v��Yy_,����D@[$"���ss��P�1�MD�1��f��7��X$��&��-������CF����v�|}%R/O�np�+d��@N��c���ʇ{p��_�:�&ԡp&@�!k4>>��Zl�&�~��m��@�x;�kDbM<��W��W�`^Y��ƭ.^��^;�C�Yq��paK��EL��k#;�(��E�:/WS�[f4O���Dkۆ5�9mc�[�E�ʄR��QT����x�G� �0���io�pjtٹ���n�8����3l�S���mow���&���ς�/���1�O�!�!=�q�RBgV��Mň]|>�dT���_������Sp3����g�9���?yx/�r�b�r/�|���.��—�V9+�h�lR �W��S!'Q�ޢ���<�s�T��4Wx���,���~	��X��H`�m*�ɵ?��(O�4f ��#\�֍��0W\�Q�$�����;1"�Ϳm�����,(�Oۇ�E�M:���//�/N�.Sr{�9�<�g�������w�ǭ�"�۹&�A1E12Hz�<@��yY�w�c���!��!�+a�����
ؿ�_P|15b��J��	�7�k�pL&?c2R�p��ű��!n�#|
�S*��T��Z�yd�fǽ�[^���@X
�GP�XA3n���P�h"�8T�������c��~g�M�j��	���њ>�/��r�!�p���WbԽ�C΃��=+�e������.��-VHI�A)�orbLp�"�����	P9\��1W`qF����h%��o�oһ��?�~�^U��nq�}O�k�${�\���EK�N�
�3�u� �j���Ĕ�W~#�,�<}2i���s��\�!�
�{��5w���KA��䡸+I�^JI&sm�Q���}GJ7��/�
"��_]۳w��	����D�ã�w����O@��g�S_���k��,P��U\��z6\��p���L!'m2���2$�0��L�#'G���d,�`�S=`i��E��c�?}����י��SNY�����!�V=ԾP��a�E�ތ-�6Һ¢Y0B������J0����F���
��>�ǭ�&�@� �	�ת��r�B�u�B���8�0�6:(��	r��֒�a`�w�	��t^�vb�I���M;k|�-�(;������˺��}5��M1P��JB���A��MNK\v�����^�����1�#i��o�oZh)}�eR��f���M���9#�W���i]9c��
е�R�*������W8q��9�ˣC��"�+�U
��m����iU��0Qݯ���:#y�7��������n(�x)/j$�M�"�*-K���x�F�D,�#^�~�>�s���}�Lwo��_V�����q���?�L=����O�N��HH��l$���uXܙ(Cb������ _�#�x��>�[���0#�:
aBTa�A�D!6Q�a~J�]�>`B��)��BB`�Q�,*Yg��lQ-��.��L��8���2���7?���
�Qj��{=��4�H�aB5r�Z�W6��;��Y^>2�<�b\5��3���,(�e~Պ���_�v�c���i E��~PCD%�s�����Rn�{�K.�3P
&�ϥ���M���kd��J8h��Cm g)2YD�h����-HY�>�z8Ϗ�{��%��d����A�l��n�4�x#��?rrU>�cW#=�I�݇��NRꍴ���k1�}��˜�2�,��2��q 9��~j�
{o׽����}�r
;ȯ���9�_���9�0!�p6'�F��3Z ��.���X�=��
�Mʴ�#���|0�؀��m�eҏ:�[E�a��6���A����H�w=����jwc���wI5k�:Y}QF��,�qP%�&��3A�K^������Yc�̺O�c�}�H�U�}O}EW�D(a��E��2?����l��f D|��qD§�U&�3L
N��`��=Y|��z�8z�Ҫ�����7O�{�����®�ѝ'��/�
�2F���t�X���..pch��[$�9iLɶ�X�>
u�RVmBl��	�NjSk���e6�6�"g�}��ՅȂt�ZM�DPQ����EDI�/��ˌ+�r��Ӹ8�Y�n-���.<������>b��5��~d��e��ob�h��;L�@�)/�CD�3jg0�p2�U�
n:9y��:�1�Č��iu��/�4vmF�j��W�}s���+�/k?S�& ��G��0�PImJ�&����"�F��O�J&�T)�(e�DcO����9	B����[#�+����^�įrq��`���k�j��f|�)zX�S88��;b�G�r�շ�����̐����Ͳ�D)�y�C&�&���&�D(?�h�,_g�]K��;�ИҧZ���9��[�nv#�@�L�f���mg�5
1���P+w��\�����T(�m��,���i�FI�FB�H���2%&?`Y�y�����ˣ�7�7�'�Ō.�Թ�B�\u�UG�<�w�4M3Q���i�l���lb(e�ʭ�655,��2jD�X��a,�C�t� +-����L�`ԉ��)�̋I:>��#���5B"q
|��KfEf�珮��
?k���7苛1���ī�rop�,>1&���{�Դu�gLo�^?��il���S[��96<試�G�0Rf�_�Ԭ#/�gz�o�j��K�7%L����G�f���&�j��:��~�;����ʢ��as���hF������ȧC��ͧA�ihai�i��!��V\ki��H�w]��ƘVh.;��O�[�Q~��:��$���v2?�sf�EZJ�6���L*׳B�rcrl~~l\^]t�,]��dg��fg�@y�[�i1,%ჼ������4�~�ϸ�k�'�2��h
�+����ɋ����Ri�D���[KD�S�NZ���PV��
F21+us�[X�����.�+d>R�"Jd(�����?rk:����ߢg���6�l_���-�3�,�
�4��)oӌ(�u�c�)ܯf"�j��
�5��V����B��S��J�kS��_�Kz!�4�0���`�.^�V_���zl��)�o�'�ϟ,�-�2]��?�1�3K�\8e?B>3�9m�Ʌ�t��a�q�c]d�C����T�*��xP�B	�A��B����̦����ۼ(ݼj�C�J+2;u�t8W�)D0����U��	�Y~��{�p6z���Ϸ5]^Q0��}ۿl���Y^?m�պ�a�&2l�;�
7�������]Xt���⢅�'�������y=�ͅ:\��T
�L(��tZOO�Q{���ٛ��In�
���q��7��l/�w�%7{K�˗��-J'S�L�Z�����>㾸ҷ4jh�yJ�Ŧ�+�}����e�O~v��w0m �yG��U�tP�����=m�#v��F�IHR%X=K�E�Qe�CeQsF����~�q�s���ANӰ8��8�v�*N�	�	)�-����X:i�ο��sJ�7]���/��
*
ˆ��
�
���l�dF����z�<���-c�o�V/�kD�eV[���~�.��1�?���8G8�j���<E6-{$�r=�3#���iQK�]_�rd��������m)����3�9����hi�<i��P���d<kJ*��V�R�n[h�.��ܴ��TsHI+�7���'�0��T�v���P���[��Pd�bd���r�����83}���;�
���Ǯs��t�em� �W�xo�}Ke�k?�#�t��*n����j�|^�8�J��K��ѥ�}d�
�C�)���ڼ<��m��B�ά&ߴ�XV~j�(�&8>����I� 
'k`��~A�8�U��!J,���}�����3rv�[vZ�
���d��!� ޺@�R��BQ	WH��LA��3
�g$���3��f����<=4��Q<���������u�g�;�棧Ŵ�G��&w�$�檪bO������B�i󧛽
G��#k�{#�Be�9���^	�-C�*	�( ˤ6��-�`
��5p�[�p�q]`��G܇��	�*;�i��J�0l����/�a��Ǎ&<T�69��Ȱc����I��;���o��H�� ��Sc�x���s���q���-��s��m+���1�qK���}����X�I�Q{o��S��UrH;�{m�θ�wCyw��J��jH[0NT�g�ʪ!����^@�J�v?*�B:mE�3��g�Vvw��$L�1��R3���VN	�#�AH�@�4mE�2xD����f�d��APP��� ���AU����W
>ۻ����q-�_��__B
q��q��8�:	8sCb\-:l\���_�0}��FKM~ׅ��M��M���+�Ƞ�9 z�\�\3o����ܮi��p�|��Ԯ|�
9���*	O��\��PRC��e�T�c�R��5��%��B�
����b�_��:��6*}A|����	������$�z
g��*������"A�Dn"��,z&��_���X��	$������cyy�<��:�[�a"��<��@�Pc�A��oZ"�)�Q G�S�.!=}ijݚ��+&���K�S�f�35�����:H�<�ϯ�<5��{��H�rS��s��Ӯ~��a0ܯE�M�C�Um�h�~2��BA���}���Վ!^v����	A�r=ʩI)yvƅ!���g��\]Xn�޿�1���KӮ07c��F6/��z��>Ww�*�6�V�_z����l@�^�A���(���~~�:��Po�����.��R,+Q��ьD�-'�-1w�RG����QICR�9�KB���OD��7z"3�_�����u�c��3gĭ���7.��"ff��%z��΀���n0�eР��[��خ�ˌAA�eS�b����c�OY��~_k�Ԝ�ߐ������
������-��T)��T*9��69\��,ù">����X��O���Mn��?A�ϗ�wA8��/\��E��S]�Wpv@�8�E�	�eߣ�j���^ƛƂO3�@:��G.��̛־ߨU��D�C-�c��e�Qqd�R���Ž���ќ��f&�
D{ �x`yu����~�0-M��6�6~Җc2~�z��ܘօ�맇N�:uk�y���Ò��&���5���y���g��3RL!c[K�,5�4���O�1*-4=�:��1�p@��{ln|�`�8�F�H�%�G�vAq�]��$��8��)��<:#""33""t�GDdeED�3��-����$�'��'�}��{^CD���7�;UJ�B��1�{ݎ�H���硶^�Ӓ,M��;��8&ţ�h{�Z袕�~�5��6����4��~\z���rG������+��kI��:e�'k��j�ʯ���|�km�M�9�hn�Do:x���f0����߹^ާw�}�K�H��=�ķ�;�>;q���Vw~s��H6%%3�`$j&���
R�#����Lё�
���/����7M�
����:kXnm�M��g'��ťt�Դ��VW0�f�ᬕ1�Q���*�h:4;��s�O0��f��'a�F��W�;=� �Z&�3��u����%.׸oHu�4
0H��?F����g�w=w��q��u�~2.�q�K�A����N���9�y���e�}K���}�
��&��>Gm����5T
Nyq�"��B9M�XAz�h�lR�=��*6|Y�ʈ�R�1Q&Oޕ�����!�!3����Z��n/o,)/+�_�1:�����sY�LOn�������qb��Ā�{��f�'��Agn�f�F�Y�F�QC)��Nx�n%qU/v�JB�g��E2�&��k���l�X���l˄�յ�+&�����P5~}I��UFtL.=e���p�ZTGI��m��U����$"�`?2�"�Z���_*[K��W���MY���Ped'�6�j�`H�&U͆V�s~W���d��ķ��3Rj��6T,ٞ0�h'XM��}1tBQdzvTĴ���͹M�C6�6%��'��o�9+��Һ��8a���N��2v�J��AA��\�mt�����]���e�XU7�u����2ӧ%�Z˾�p�i:��a��>��C�����.�L����pn���u0dA^n2��7.�3`�0O֨�-;��3�nf4��9-]����GMyx�Vpg�����Sq�0�b���8f��-!���ƍֶ��T�mO.M��Z�]`��Cw��^:L�6����9/u7+�P*�7�|*��T���b����Z�?̼����:�d���W�#�Lx��V�����۩�j>���sZp�������&b���E��ʜl������Z]��uP��QKcb��r�M���6Zl��$H���"!�#�2p�}��U"��0�ls���9�8\*�����$E�-^�
�/�n"=�s�4�!�_�uxPϿ�\�<�@{�����
aq`�=�l�;%�|��5�Nl�^W̉G��5��j4]���ǎt��nj�=��yV3�_u�����)���heRFĂ�F��Y�����>��k�xn$wpz�T�z��L㋹
�H�f+�gf*h���$������C��WS�Zns�+$4��;���mC*����(�Ee��,*��q�Τ� ���T��� i5񈴚m�}��?�h7�II��茎,p�[3x򫽛��W��<��EWA�+�uq^�?	q�`��Db�j#"|L�M��.�i%J�o�cL-�����t�SUO���_�6��7����)�	ř˗nK�Z�U��X{&X���h?NO�ƶ-�^�܀�G)D�m��KKKH��JN����h��
]b��6z`��HL���ˀ���,�*��iD�=xw責]9����f5M3,3cJJa�	+���5����W�_%O���2�\40o@��&E�,�4|�N��Ѷ��c�GI�l�FW�M�UB&S��&���^>�B�����u��(�r
8��|sL�¦�{�}c���iӇ��y9�7���l5�#G�WMJ����!�|�$�RPx:4/����Q�T�!���L#��<tJ|'6�1c��3��1���c�S�SC���=2f�s�"������Q����qJ��DA����p������4����Q�Ò6
�T����7�Z=���z�č=�
'���)��w�A�Ȃ�9�H+��J��y�	8�|h�z�[�P�1�4b<q� �]8O_�7�f5ٿ�Ǵ�3��1���3�	��0`�u�+�>�b�/�ǩo-�%����B��2����𘾗�-�h�������&9���i��8�y�~��H�5P3�[��Ph�����$.JBn�F^-*�D��/��(E.A��ܓps�m��J���7�=.��s��O���s�S\<��W~��ӏ���i����h���5m�.	�~y
�1+���F�cB���A=�Ș�P���?2f�s���oR8?��/ �A�&���X7ȪI%���X��T��4�C�Ano���Q�`p����1P���N5�R�x(��M�qOπ���F�ҙ�1\�<��2s���_t1���,�Ne�&��&��Ł�R	.���Lܸ���5!΢�d�H�Aw����z���g>;�vѴ�rT0W�]0~���5������,+�{B���hrV����˜�e�&�yT=�|����y��.0�Q]۫C�E�A����zaަ	���y�%闑�Ǵ�>x��#c�c ����#c;�4;1o�|%�Bz'�/K�<NJ�K��k���/w�C��b	W���C�CZt��qF�����|�{�_v|���g(YՑ��kL�__pni�t-�B����`��Bg�E�[��楖	<�ř-r�H��'RYTb�������F�L()4%�����
�AUu	���҂Қ�Ҕ53��rc�;+V�n�<uxNf�_tf\tuki��!�'uf�qEq�G'���36�:,��8�v�i��UO�_��k�X#��@Aw߀뒞��'v<��f�͘�����1��a�ư��	�Hs��LJ��1�h���Ґ�r�k�s�	�	s�H�a����O�8�	����^q>a�zI�J�68Rd3Ƴ�,��!��de9'�qV���c{�&���k~m]�*+(N�@.�_-�ΞL��2�@Y�ƪ}���f�^��b��O^�5�x� k����H=�m�x~Ӥ��%C�G�VK���:�f�G[[���kk�25y�m%��`�ӆ�IJ��J��0+���T��V��ѳ�Ӣ(H����F�C�QM�i���71�B\���6�7cc ߷�1���<-�y�;�ib�O�����)<��xL�EJ�.�=mr�˘��G��A
M���.��1�c�%���]����y�����]�A����`�	���_��D�'�p���5�e�dnr����(��j�1���͚����W�}=��	k��j��/��!�徒���Wt7�<�^ߕ���n�栂f8�������9�<w����]�>��e1SMW�m���'�þe����G��|�ԒXL7\���]���41?ģ阶e�<�Q���6��o�8�@y��c���)�ف��?2�#a��Px��!3p�����I>�Eh/�RB��[�;�ᦚ#������������b��b���ݻ�����))����s�W��7�]���+�u	�Q^���7$D��i�"���G*���%b\��X��W�;Oh���q�y�a��=}��{�-I)mg�?
[�\4wtV~o|�82a�&r�NǕ���O[a%ú���Ɩ��C��Jl�^�6���y��h��[/�Fۏ�
5!�q���8��Ә~nν�Ș6�́1�#cc ϯ?��8��f��(�ۯ��8��J�+�	&X���9�z��pO�!��D���]a��ʹP�!Գ���G�L�wSS���5�t���QK*��(��y��$��KF��N����'���$ï�-���`�RD�4�/vD,�1���.�^}k�E���:�Z���>��j1.kű��3N�n؟ѹĉ�-lqڹJ�9L��}�Lj�N8UD�cxΟN8U�)~O����=>g�YM���1�@k�j���9Y���;o���8<o�'庇�Ø��~��������t9�@q8����X���	�'��d���a~r���?�EN�Cpθ�SA��������	p"y���+f��c��1�:'�u�q��'rcLk!nT��fgm�Gp��D����ή�TC��RV�C�l��-��lgH�`�q&��:���wE�7G�W��Y	7	캱k�>�Ŀ�=�Ph?�z�-�sF�6��Xw����1������˷�~���D~�z� �_cZ(�h}��QI��iH<@S�W;�Tw��8:�Ty?g��xp��<�''�����.ݏ��ད��	�g̸Z	"̪5�U*��8=%
�٢�|��xG�>>�a���DCx�RAR��,�2�FT��������3]�_��?D�H�bY}eZce�:wb	�ۏ��TݘV�i��V�0������D
�|	��ֿ�p�6�3���h7P%����S�S�a8Xx8UmΈG�q�O��d�#p~� A81�ڿ?�s��n*K)��A2~.�GB�7�а
���w�w�]RL�(�.0�z����D_�1��O[�A<�$o��b���s$�V���hĠ�j		�J�%�t'�_��9J/A5�T*�'����
��
��c�7�1�eǷ���V��#�*��@t�k�a+�H�4�R��M�csTܠ�/����zs�h;��,2eY��ӎ��]�X�
-�ƴ�БgW�+����_�p�Z4�8�#�y���JHGH#��ɫ>��ɕ��]����s���c����aU��a���~X��q������B��⑏��X^yXU8	a�A?���p\-��߅qs1^�~���\x	�Kɂj5/�N,�E��o��`Lu�8?�xb
?���Cn������Ig�Io�q�.º�����V�s��r4��	_>���������\��u� ��X���r�����@��+c]tl:�����{�8��4\:�ه�G�5�͙���c�ZP7w�v*F��6J$u)����[�
����)\9x�{nϺ7�C{X`]���O�/�����Dž[����h����3���q1�]��8^}
�c�ྕ�������iZ��w�\:�}�b~�}���=��6�@<U�|H��*��c �\@I:F	���F:��>_x�1V��zo�}#��V���F�XU$���H"P��݂�kQ���6������O��Gp��y���YO��m���"~���J�:݁Tb��I�A�Nq�����dRV��
��+��u�����f�yK��6/�舅�Oz����z:�/�����)s�8�R*��r�y��9�
0���:?o�3�b$�˼��cf8f�j�7��:ׂ�Q��L/�4�:Ҧ���Ɏ�����[Ie��љ5�M1-f��v�<_{�kQȟ��kG�OG�}b@�L����+��=�J�Ώ�Y�!�P�e��P(|D��V꼞��H��`���养(~|�,[��fJ/ji��ȸ��_f����LyN���U��}����!eg��n����aïa=� �P;1�M�|uz:��e�_���I�or
����X��?�O'�*�|l����q.ۜ�rN�h�3���n�}?�h�6��e�TIl"���)�6�"m!��|�]��J4��Og��ap�G���:aZj?EF��!�{�Y��)��
@ȷ�'g���ޝ�h��ܖ���3b�P�駠��3÷��y��V��t�
�`��}/ʢ'@���188�e��"~"�&2R�T�(](4G�H�㳭!fG�:!�J2|񥣮5�����=��>���
�F�n^�nn�˷|�x�{��d�6��ص&{�ԩK����Ggo����DO���vۥ������	@�{GS����ۯutWV�_�y�B�s[��a���8Y�����N�a���x�:���z�p�.9�ec)�������z_��?`�,�7��i�y;�c�������a�]s��W�?E��	�I��u|��?���=�e���倃br'�8��'#(ɞ���d�SD�wN��V�|�+�`:��{���?/���c^������O�O�σ�Or�A�Qc��ķ�x�7ϛ*̻�+�����\�^h�'�=ܡ�TJYƽ2�"D��/B��w`�o�':v/x>��\�E�=�=���ې�p�7�P��U���ԫ5����Q=^��3�(%J���D�mɣ��Ȉ
�����D��8�j@ o�\����7�a
q˔�K���<M��u��8-N8�ğ���p�>O�yS=�O'�*�g8��8�N8�s��Eha��?gr�?79aMC�y	<����sU��wc����Y'��֟s��°}�t{�|���	��;�I�Z�

��Ro\H�wL���[x\��c��73���:!�+{d8h\�@3���qaF]�©����l�c�{��p	�Α_Α��q���2x�A2�R�����B���0��]�(.��8�zh+�g������|,�+����^��v�/7�y�=���0[Ѝ�|*�|+�[��7^��x��~�y8cp�����e=�u�1��Y�#p��p*��>�O���|n�8���M䯬?��݄��~r�X�4��'G��Y~hƠ����Rf�T�	�UOx���P��[D0a�*�F��B!���]�X]�^��p|qi҃�6�􁍡��EQeE@����)|��V��7o�<���v�)ӎ�-�ٛ5go����D:��Ꞑ�`��|�O��D��
�ʋA�*FGuj�ǵlBM2-�W<���ղc�GO�)�b�:
���$�
�9#�ﯭ��w�������6NM��Û�V\���\g##7���.�O�Ax�g7�Z�A�e"���W{G�1�()z�}�_������i���iY��*k��=���˳��7���-D7:82@]�:X?~{��uw9􃪺�-=Wq[���g_�B���
$^*��;t�	e|x�(f���2��Q�Ŗu�ι�2�5w�Εg��t��V8g�nXG��}�S����<��tJ�u$s��/H�Yu����c�&�Ja\"��W`�����z��#�aQ�)�B[��z�C:
�E�b�w��������q�������Že��'-sEs�y���������}��c_����c�#~Q���E�ޗ#�(.���c�XǨX�38�2�%�R�7��?��
A#��Ĉ�j�>e�U��n��J%R��ű���"�bLv���7�p;u��_c�-)�k�
�[P)< �"��'�.�� ����܎��{�~�R�Q��m��[3#�r3�߫r�KM�7^㲦�Κ�5���s���**3yY��*А�������:�%#��
Y�
�����W���_N�C	V/68X�燚�0Ҽ��!��%�d�s��ub�+;�%���ѡ\:ޛ�WP{jڊ��:�oMO�˶��N�\V;���04�Ǭ�������3��2��Lk�5m�,`�{
+�t�8����6k%o�(
_��>pF�>�m�1!w����H�������gu)j�8���^l�v�H�;�ا��g�f_B��]|~��wB���]|u�<�|�t_>��u���Ȗ��yL��f!��s�(�0���q���XfS=�;�Q��	��{�0�E�^�x�/��u������S��[z<c�$����Lנc�[�bN?
�Q��q+�����^����K�O� 6�]�U&����u�9Si��1�7�BWA�*��*iVR�-iEH�8o6 jf��X��\d�o�z��U.!4-g��Qt��o��os�-��4@���"�q5�+�fY��B&�{�w��כ=�jSR&�<�u3����1-(�|�r'Q��J�p �|ξ�iٱÁ�
�'��R�.w��ׇ9Ƃ�1 ��n���x�8.3i\���s��!����jti�<<���O��KvP0�ҕ�ZL~~L|^�
���c7	�'��U9�x��V-����&-Z4����6ޚ��N�m�:�u֤i�2�>��5�ljK��\i!dJzU��[��v�Q�����	j�,��o�Gy��&���p�|��M��ƨ�==��*�B�Ġ��C
PKt,��1P3$�%lpfqlT��I�n�#��
	�LT���L`2E�R3�
�
J�����.�'�	
�g��eu���S�,�ܸ^�29_Q�U��e��~���]��9֨�)[��i�����9�~�L�[��>/'��Yb>$���JɤE'W��\ɋ���ٯ�N���:iZkCf2(	�}}�4}�
k���}������F��K����!�3n;}ԱК�s�g�R��>�
|Vs�a�-�}�Ĵ�g����E��"�O����D�RA�2?�l;>�B��e� ����`?"�q���-d�B]�'~�?}���݄np=�������G���%���w���[U��kd����e���_�l\gr���<ߦ���\�N}&zY6"W��g���Y�uy	qC�Hlg��"jN#��5��o>��� '�[c��0�[��eMI�f��tk�҉���(S�IZ�qZ�������F����/�^����_q^�
��e(1������2=n��A�]���)�a���ՐE�1R�({ˡ	�b����Z������n4sz"ectyMk3���w7���HI��_$����̞�F�M�3�C��7��Oh�ЏKdIT�#E��lλo+|��*D=�x�4L\�'YRi���M�mu����-�q#��E�>�7�7���Av��/�O�{�����:;���!`G%����}���7��'ϳ��z��m���UB� F	�)�II��\�;?ę��kd̄�'�F�IL2����p����0�g�
���>Sc��Dv^�z�Z��ۘ�Z*|=�)	ɷ0��+������-�x��s�a����yL潿(���ڐ��)ѽ�:k)0���{v-�=����)BG!�(�����%y��5D�����OQo��v�T�ɓ������w5�5ډ;������:���Hi#��ޫ<M�����ý�
�K�����wH�z(��)*��9������@�����n�w��g��d�77C������-����A����{�RϜ!�:E֜>�8ˁ��b3����U^d�'��i݂;}U��%��qOR��}A&gc�x��^��כ�J&��$��)��g���K�!i!f	@�pu��L�i�cFz��8C��BR�$9��>C��?�'H�L�ϟڟ�¿gazAߖ�dn�qF\M����A�LR��M�d������.%�۶���dr���e�
߾�o�n�uï�_����̼Ϳ���\i��_����+̭��_�N~yO5��'�Ľ/�Li��<w��:<c��	i�SL͉��*yY��B�y�i�HG_�����X�D�kpw���9Q�Nq�;��1��%��	�#"�҅_�f\we�K���R��zu}1�.�l|y&��3.>0�*�=[�o��=�=�'Q7wBK�||���2�T�<��3�����Nc�s[�t���2�虒���~��o,���~��+�P	Z�G�nʝ�:����_�Tr�l��������>����9g���M��fa:�����u�s�w�������p�%h]�QF���,s��9�,}��	���1O�c����>�ĺ����g��C9e�sO��l.`8m�����g2�yq�7]M�A�`�j�Y���C,�xEFB��x��������3���i"t�Q�'�%>σ$G�/N���_�r���x�~��ب?�RK��h}�����%�G��t��ׯ�<����y��ಀ赇�s3&���L<�6vx߃PK?���Ƣ�XNh�mj?��]f�$���,����ϸs�X*>ok���~B�u�gջs��t�jۇ�fʻ���U#:���|rwٶ��7����>�d�)��K�_�h��M<�F�U�z��D�X5yI֓��A�R��tV�J�`�ͺۜ}�$0nәp�Lg7:����W�7�͏��&V��j�A����O=WJ[�/',�0kq9Ѩ����>Ps)����X��"�p)��6�y�ӑ�4�
s�i��uclY�ӵ��S���;:����[�X��ܡ���?9c��ڕ���9�#S�Sb�Js�t�>�Ys}φ����"kچ��lOҕZ2�chѶ��c|�����D���I���[�*Y���{�Y�,�fd���!�^�2oВ1����^^��W�jm��oy�d�M��?��\�+�$#�0(!�ic؅Us�zK��T/�	��>lȨ��g2�J]`�|�
����W���&l�b�(g&^��w��d�1Щ%K:[�SF��0e�NZ�]Yu�ʱ-)�o����#�o�ָ4�ṕ���*�ot�ڣ�΍�>yw:IS{W���RI��T�.�\��Bz�b���*}�#�n�H��\|wɇk�Σ�+�5ϙ�<��{������:Ɲnwv��
�����j5�����=�w��O�Q3@
������Q
��u��O��,�8f��~�^�k�*)9J���rO<�����
W����}�����
܀;^3֋B.K���M�޵$X��GU��Ҫ6��E��*+�ҝ��̭���yh,]�h/Γ����E�YU�
��nz?��q����2A.)-\�c|�@ǧH�|�F �D�%�td`�Nc�hX>.�T�z�����1����
ro/(=�D�{t���c��!F��j���)���d��`�ix� ��M��;lH�}�	���zR���މ����:}n��%����f�Dܼ<����ޤ��Bm�As�\���>��C�?���;�:���ܶ�e�R�����R���b��h���(Xւ]�5��{�wM�QPLb���'��4e���ܻˢ&���X�;s�̙3gΜ�;�Ḏf�q�^^�V��\�Ɩ��$�u"�N)Ek@ 2f��`+�uɌ.�ףӰ��%e�}X3�s^ؿ��K���~�O��#k�d�Ŀji<�j�A�ȰM#�ڂڢ�i�&�cv��>�hd��������+���'�gՙF�Zc��Jķބo�Ȯ
F|��j����Z���B(���l����
���l�z�&Άw��Ǝ�8m�J�Y�_��>�܇9R�m�sp�L4C�МՐ8�Pԛ�Q+qxy;$~~���D�f[o�\��b�\8�zt�_�5�]�gK;%�߫�t���A��3^*ٸxy������>b�/�>k>�����FRrcS�k���. Z"(�]�5�X�J�����t18��{w^Nv}��
�k�k�f�C:lX��1���VZvC>y{���������
����i&��P�r�'�Dv��7��lV��[��<2���CV��RO�Ɨz�&}x��3W�+4
�S2��~��]k»��޹	~Y����=u�9igɇ��l��w��v׈��E�p�zZ�3�}ګM�$��z	IMg��CKYB&؇�?���q�O�ؠ2fmXLW�wC�;�����[���-��p
j��r��>
K�m��h������p8z��/�zV�}C�-�P��s�I]�(��d�vHM�P�x��dR�i�L,;`נF��
8����8�L<���
E��mt~��+�6�Pon�e����ޣ�L�Q��ʥG�(�>W^Y����@�H���i��r#�Nu����p���R˷H�k�2$s�v��^�+
�X���LQ^Јј�8֫��Υ[��5������.���@꛰�-Sbn�o�ѿCB�Ģ�p�{�����Q:�|�,cL)<Jwth��Ʊ[e�����Z�8VR�KvH�D'lG���k� �)�����ì�5Nq�Td�,*����͓���ʤaf��r+4d=��o�m�}��䵏��]\���˗���
g�0���7���wW�!�� :H7���&��X�M�C����J��
qV	�1�y�/�e�Z<,:R���.��2�h+7)*կ�酓WZd!�'�;[�uמ3�:�w���y]���g���\�������}5��^�u�1J	H��}�r+N��	+�/��?�\?�܂�\�H�N����<K�5A�;'�	���GN�Z#ƅ�s�/>��<�I���}������B�H��$����Y*�ԚG�C��h�Ϣ
�x�!(  ����KS,苊S��B��L���p�\I�hg5X�w��� .	��Z,-a��$��x�9�L}O�y4h���֕�{)-��6u|Tm�2��r��=h�	���٧ϐGg��z��Czm�`�n}���߻�2���2�"$>L+[h��_5&���z��ҧ�ɷ��]�{W���S��U;�d�}S��[H ;�ǟb�h��ԡ���Å�C.�.�uc%$x���ڥ����3=8ŠQ���}����^�A��.޻m^\r��|Å�F���0��PU��[~��@2�O!.�M��: ���R�Taa�/o�Ģ�k��,OI�p5�3�BT����r���$(ηߙ�քJ-�'�zh����l���d�0�����>y���c��n�v���x,����c׶�e�wwڼ�Dž�/�]���~�ْ�[�/x?�N��l��sp��N�4��ח���
�C���e.��&��\k�{@�&�H�dc ��̟�}͖n��}2�χ��}�0�y���JyB�:���hg.k�r���{��N�ǃ�Aɝ�n2/W�X�������T�������}صcf���c��c���ug.�?�����p��'�����~%Ň9���Gǧ]�׉�}�
z}q���&�
Or�r��M��\_���-�>�@�U��{I��kdW[���D��
T��� #���#� �!1��+�Q�T�DE����:��gv��z�DD�4�V��o�6�W������_��ټ���>g�2zɏȽ����h�ù������87/����[�
��0_$5$�-��	D$c��էꁫdJ2z�i%��&����������wp��c]x�x�3G	UEBp
�1�1��Ȱ�C�Z��a�:�!S��@��DR��i��

`u��3�&x�;νq�3x�v�p�i������~$��gš��C�.7�<��/ĦP���ޗJ�gH��+ՙ<�i��Wa�u+H-w�vHiR�X}����ږF���o�/߃u`	w���c����y���!YA&ŢIR=�P�OV��u^���ʆ���v��>l���d�������3|垊��\k�'��4�Dc�Db�M��]I�����R*�)��.�`ӈ<�h�`y9Z�쵋��Cn��<sXG/�Ycs�mx��W�XGg�	�8zf
��	�禫����Q�R�3Ԯ�d����J��HR�,�dR���\�M#Ԝ�{���w��1m�E~�|����-�[_ӿЯ:��W�Ӌ���_�߉�tնg??�%�q�[�m�Bd=ъ"<+��m�xX����n͇�_��EE��Mo���{7.l��o���_����m�g�=�+�9�fέڈ��X�ʹ��_\=�SƲ�Α�
>"�$��Ϯ�H�:�R��!���u�__b#�ޤ�=��v�a9Z�(���r<�6��{�|�I�5��wcBӦM(7>)�CX+s\k�!'ݏ�Xx͑���v/Z"gX�ly>"���R�_���1_9��_;��� sAƅt+�3��0��7t�~E*zY�ʋ�hS�AT���a�*($T��camX�?Q�1%R�z&��F����BJ�h��u�썀�;\r�̝�����{.��F�^V�׏����U���|��	���2Nt�4��@�W�1���s�B�G�FJF�ν�*sTL�Дn#��8?�̐�
�D���"�/����zY�ORȦ5;��Fmb��aĽ�i!��?���7�nC�� i�D"��}��&�U�i�7n?��u�qg�K�=���	��ȥ�5*�q��I�]��5E/�x�M���G���5��O�O[�6�>�;&��t7�'��b��ˮ�F�K.:d4IY���m.B%/���Dۚ�"����4��;��
ػ͈��<nj_����h��^���<�.�Q���V}nBç�g��"����{�ȇ
?�B����C�{�]@V�`oLm�Υ�I�o>P؋(_<�gR�F%���;l��Sn��s
l�?�w��;��fn�G�S��h���c���{�:.����{D���]o�6���o��o�ǖ=Uv`�;�n<�h
� �2�́�..a�D��R�9ۺb�t|�Ȁ;ս���)G}�-��O�/�8?l��9�g>}E�e��/1�ptB���?{�������8����䒱��(�ٵ&�_�ӿ�\΅�e��+u�׎��xV�U,n��T�A
M`�%?���]��o��ᱦ&�z#��}�yr��ƺ�/��w}Æ��Id���GA�C�@Īm7�y�x��Ӱy�98
�eKI��5�K��:���ӈڧ�
��)a�T����=����}a)0%����M=�x@�9�s}�����nt}&eL���--��Ht&4�Cs7�7S�H���
���F�Vk4J,f��K*e%���f�lMsСs@:���Z�
� ��h��YU@�7��*��?�9#(g�©	�
�^��/�1t�?6M�2�-�;���}�
6v�N��	���՞��>^��+�dL�x��g�;�;��J�a������?��C|�~H�Ml4*1��I)�+�Q�mX3`���&��&�M�<t�K^�	}�?�]�9�x.|d3������z&m�d�T5}�5�lq�4���x��QP?�*��hbvx\��3f���l�fL7��pX��D?�H%:�Z�ˁ� a�99��'sy���9��Y�sȘ;�7�+}�'�9p�Y�7�#�'[���	�9�	�@�cۖ�@8܍�G|���6�E��ڵ@����<��Ʒ��L�2�܀�ps�r\3����]���W�9��=.��|��2h��;ڄ_���H��贆�K"


	�|�
G�g0�Sw���NϪ�π�5��q�;��P�ξ+'�v�1��’��F/�[u`�Բ
=��_c+;�4t��Lk���}�&�x24�ң}vqĖ�}�w�)b0�%�9��jy�\-��H\�D4�p���0K������o��M]{t�13���G��V4���.�c��}��`�:{�Lڧ��N�yb�qr��)��6(n{ڦa:|���B�F|3��6�?��;Ԗ��gV��2��;�q�=y�M<Җri-2�T��M}v��!�ޡ��N�	a*�"s����-�m�����&�^n,�C�s�u��Q�ڃ2Z�#��>
��@�*	�n�����=�ϲ��?z���Ѷ���$��g���@o����T*g����;7 v��j�$:��]�=��n?9
����\<}������С�A�r���ͱ��_5b�C�e�9�.�v���%��<���u �n�E���ѐ9�w���N� �\nf62G�U�����$�o4�s8�@���4ܮ2�^����J�C�-z�[�0��Rr� ��mB�"�>G�X4��S7��xΟg'o)*�2���ͅ'x=,P�����]�
C�'���ݻ�+��%�~EձI��U)����F�t��9X�=�h �}׳Nל�X��x��',�sY��Ո�����5���a+��h�;�{	g�5��-b�JXV��-��P��+p[��*F��wCCٙiGn �p�h�>AB�ij���`�~3�ۯR�2��r�xX���ǚЈ�	�`	����#�@mycz��H���L����ѻZ���c�M;^y��j����s0�m�4:�P\�C��@���ӫ!�u�Kd�ñ"@ئ����z����A��"v��G���ɠs<T:���{����m�Y�a���س�^�]gp<�#����~/oi��=a��i�a�Z���kH��P�9)���Ab�h64H[���8B�ڀks�@��[C������' l܋�J�'����Ra��њ]��'!SF��4>��j3���%v,p�4�1xU^��}���板�2��u��22��o�~��������7Mڴkk�q��u�^n��{�#��WL�F`[V%���ġ�h6���՘6�xcMY� �*��O�p㲇3�?

�[=㍥k>����nư�3�eM:tFu�,���>�aֆ������x~�ܳ���Ŵ���O�3�K�lR�Py[��&��i6r��`�U�����Ο��lx��)���'�
��9wB��4�UQ*����}���{��'p�O@�!0�jQ���Tȗ��7�/"��S�_&9��@zpF�I����m��f�9<�9�`��㼬=rE�J�:�^@�zc
�Mڮ(�����ת�q7�q�_Ei
���vL�	
�H0�Q��H���~O��S!VBĦ�^����_���=���%�C��i��7I������]����8)4`�OP��Q����������k}�,�n6zO���6���)~���>�Q�$_AT$�݇��
��Z�#ԥ�Z���C�=c��mD�6̛?�tc`���>A�̜~a�U�6�s��pS��ێ��<u6l���ͬ���ϑa�������:7yyy���ġPx��m�<�V��M��z�o퀽a�������',������&�.���\ĭC���mOv"r�,�M���ߴ�<�X�'�g|���8>.���{�e��a�Ⱦ��М�e����Ǵ��X�88���l���֓�ߓ'��!IA���lW�~�h5�a���[d+
azr�j3��5d�]o�)Hg������}6�u��#��7<Q�d��4x���9�gJK&���e��}9i`�?��@?0��sn�W�?G���ES�W��{�9�ф]`x����0���ʝ[eN��6[B$Ti6[~2N��E�E8�'4����9�d!\4���l�;�.E�v��\��Uy�]E��T�2̪Y���4��gJ�u��%w�
��t�����<���m/�}�*K�n ���a���� �J���y�x��fK.gA�BAq[Z�:�.�3$�b�<qw���9����H~l�#.���脟7]9w��p��þ�_���5*��EΊ����F�ܡfY�F(A�ds-_Q��GATt*�w���?p�*�>�_��Ջ9�����[�>��Qs�k��J��Qє�nP�AA�I�8��C"u�Qn�;ޞ�p
�2�u��\�ru��Ge�fS�u�����x����AՇ�z������NMz���GA�C� �s�oT���#a�ٓ�99���rAJ�u��׭�n���t�<��$h	K�!�~�s�Q�"�<���zvú/(�׍� @���K�wef��ͭ\�UNS����a}Wس_��~~�#e���C"���uZ:b�cc���9H���]D���>V"Q*�Z��F'$^���"���bQT�P�
}7�ob�g�h��Cؼ�ҋ���t�Z���ztW�������Л�U��]<n�\Rx�Z`~AGr��di�`���'�˟�?C�gP�M��;�תό��^�)���{e}�W��6��0���y!]
�+��u���eh�:��&�M~���J��J�J�M ���T����"B�#��ҹ�e�=ޅ����'oo�@��o��3�Z���5��pq��(m�G��PPz�jP�N�]{S_r&
���F�F!Q�L%w�����<(t�J���2v	x���U��nݽ߻v
��9S"�y��ٗ0�h&�/a ��t�0/��$hr}h�D[��w�2S!H��!4�V�ʹC��mX��8��f|���`h|x�%�8�"A*��p��
�^|cA`^uES��9��^�W>�?͜p�t�9P��{"��l�Q	��7}�I���n'?�9�k��Ȧ��fR�0�L�����@��'��O��}�xe��.A������|�[�d���fw�<^e$�	[\�+�g��@��"
��7Z����3�U��j|��ϗ��ς�y� n��#h:8����(E��.9�����o��d�	���p��
�V�_d�P��AŨ��o���65ѧ`s�Y$�X��/�x���}�I��x��xT����N�)�s�KFё����=�u8,��?�L���T�z��!�]�塓
�f]��ICSP�dž�`�6��z�_C��/ ��ΫP��E��W:�(�CBh$�4=��e�#��cNШ�t߄�yL���z��/+..�3�ݏt�QN?@�V� 1.�3�vՖ�w�����b����8DD3�GX�Z�O��;u�M��v^��1k��^3���3��5q~�;
��=|��oo^�p�b�©��
.:;>��$hUR]Jdy5�H��q|ߎ~7��=���Z3x۸\�1�B2x�QsFk渂�E}�p��E�&�/�S�TQ�fߐڴ�v̷8�9ĕRT�=�M����-/O�[i���%]��*HN�?p����\���4�䚿%�[�����[9nP~m��GLJ��ֿ��QI�Kt>��./���]��,���Q��V�9���y�:t�X�T�Q>�+�qS8�{��Қ�u~2M^u�k^`h���x�3�v�<��ѱhJÄ�e�m�ҷ{�0�&�0YXqW?_��̤�ضs�<�!��B�+z�M�-�	�g� ���W1-�6��Z@\fZGl�x ��L�uV�{�Z�<B6���5��x1�t=�u�h~4�˭[����q����'��H����B��~N��Z�"���O���Ԑ9�$�]����X�M��i���:�o���X�D��\���+^�H�%Mv%eb^��v��[���uĩ��*m3:w�$�$>')���۠�1�O!љ|�G�J'�)�1%q�鎊'?p�K:�I�(��/��]y��F�O�O��C�r�����9/�~�����r-���5�'�f�ͨ�И�B5��a���V���V��W��R�6	o�hk��-v��
�[����j��y�qL�Fbidz_�X��$�39�C�N��A��	*�>$oP'{��[��vKc^d����;By�I��%y11y6������k��P��lk_��AE[�߱�����o��'?�pa�K�JKϮ^s���޿�f�T"����h���T���ߔkɫ�`L~�ĺS���tl�ؿ,ڶ�=�zCO�d''M�=WĿ�I�a+�"�5�=I	��Ky
��*gD������_�H����VT!t�Q7�b��֥n����|H�����"�H,��c����^�\�hM�y���U��R����V��L�嚶crB'�]=ϟS$�:j��--�;ٖ���
���~YqqY���k�68_�iȰ��ذ��u?l�X"c����m���:!�c=���?Յ��5&�#>)&)I.!X�8>!�C"�L��iI
���pqj����Έ�Ke���\��j�{(�MI��ޮ}�\�C������:�1ͫ]Jr�j�x:j���Lɉ	�ƕ��	�&[�)���m��U�����jܹ�AP�%<"�K7JHK)#E�����*��Oơ����F������8��v�_P��-�	b�>��J�G�+ �*�qgHn��9�K%�Vڅ��@��t���ۄ� �P���;�\�U��ޡ<5k܄�E޺�+��MOcJ�r����%�tΙ?����n�,ٖS;*�dvY|�s�F'5%�k��lE|ߙ=rF�v��^2�]
��9ٵ�	Ia��,�',1lih\hV<�M���!#2*�k^ƀ�~y��P���>8�p����+��,��]	��<\S�>&u�
�ˁ���ۣ�0��Z~�ߓ(-�d#V*��$_?�`]��BI%�l���;w��p3�y��)ie��-�-x:��M�L(ο��t[S	=�uŠ�7/� gB���Ƞ̸�q�j�V����,	��o�33ڏiX�mRrA|i�����;unk���U��0crd��.I��/m3���g�᣻�`Ww�f�t�~�Q1?�LJ-���C*�o���u]���뀚���z�u#Ӓ2A&��h|fV������Z���s{t�I��I���:m�B-�t�Z��Ρg,�3�#�]=��n�!O�z��:���2�Q�0H���B+$��D�;��W�D����:Vz2uT|���I|(�{	��,I=ֿ��d�2/��x�`�������1��Ǧg.!���z�w�Vئw��;k����e-ɮ]UP�fd�~�
�^[\������Z~v�/���r���U�$�gM�����l�<�)���@.�M'	'/�.<��/f��K 8~�:l��8�"��=~?��8����>����������������'��%��D�)�^2�:j��P�ǀ_b��-ĝ^bqz�1	�������'��b,�1�L[j||b�-,ވ�,g?k��}�t���F��S�R��&¶с�"L�p,�a���a�霄��VVh���N�}�V�V�l�]�F�uf�a6oGkUyF��{�q�.E�mjd����.9əA��Y�%r��9�c������TM���������R�s,���6
��:JЊC�,9���خ�]]�I�7h����c�SR*ޒ��VQ^�b��ҩNT)5Y�>veWMY������	AHu!��"����t��C����Cj$E�”�|�IZ���Wn����PR���A�|��"�ku�gٌ6o'sê܏J���FKĆ���#F��5g7�����	~�w����AY���jT��s6����˫�s�l�-��&�C2�y=[2�{��/m8��l�T!�u�ܷ}*ˇv.��5ƒ��30�80}�1BК��?Y�
��}�
���J~���kM�k.��O��'{W;�ɣ���֡�^X��fWUѹbV���[#�D㟖�����6'ď�����~c�0)�ύn0�`U�WxY�M��q�����R����fhWC'��,�}��s%���ZGj~��Y��n{
���p~�e�����/`
Q�*�>���:�����"[�X�#��t
�a�hZ�|��W?�tBXv��F�mcv���fS���^椬���ﯱ<#a��~��9�Ń����!5�ʯHˎ�&4��)O��!������8^_r�`Ũ�ť�F��&�O�9\5�C�<b{ԯ�l���t���4%�^��'���A����R�3�6��Λ���J����,q6�8P,� �5p����9̦Gƌ�n��N"�bG�df6�v~����g騪��qb.���{8-�,���#��>�p��{p�����X��O�
(�~�7l�O�<}�l?w���'��O����!'\L������/خҩՀe��F�3y��1dl۲O��m�%f�,x�on�ذ�l_�o�_ݪ�����N�h�f��O>��K�1�s��t�n�g||4F�I���cY�\$��BZ4O}	Q�hy�)B�@��[�M�Z�s����8y\��M`��zgX{��3�3���ʲu��֖_Py9_���,;�loHm��Ey"1M�K�T���e6k%�11q�Ѭ����,;��&�x�l�5,9�~�g���E9�O����E9�j��� /Nڸ/P\1��������!��F�΢3�1F�M�e]���5&��ۓz&�/�W�Y���^��y�t���I$�˷%oy�����E�h�
�v_��7l����>��0�Hじn��s��N��158Ȅ���"����ţ�H�y�]�`9:��^n�'�����!k�a���8�i�z�)q�9��q�^&ĩx!ZF��O��;�O�?�i���jش�->�n����V�%��SGr����r�{y�M2�vp�	��	����;�<���F&�51���1�r�r���K�M<?7wVA��	>�
ι�M-U�p���������}�iǶ�j��f9���볙��\z"�w���+��s��8�6��p'B`)��眩M�]'��׵��⡳A���#��t�}�Ϻ��S�!7�&�@;���$y$�'�nTh��^b��?2VBK$^�����bfm�ާM�,���}p�ۓČ'�+�;��q��|,qe=yfC�4�!1���(�RBF�� ^���-
$v��ᵚ�E�‘8���/��<,mxD�PK~����^�?��k�*}I�{�]#��\��N�2��e1���d��\������$���E���M�
g��� ���*��mw��v'ƞ�R�#4���p�,h�5�p��+d
�'8����I�z@R�#�"�
�^2�6\�T��:I��[hͩ�WN�J�oͫr�ѓ�6�U�;�W�C��%C3��S�E��?�j=�5��Z���2�5�d6�mLS�6�#���!�@�A<�DJN���B[�q���|�䓝O���yP�=>�ۍZ
-o)#�ˑH�F�b	^�\gƸ�Vw3�X'��p�0)d8۶�+�UxN�����'��9FJs�*�+1Z"Ëj��yW�\O/����~�P��h���u�c*9o����ˣv��.�)��hz�C'���?8�`j��;��#���$�	�X��J	��)B��XW����R:��<�O�Tq�������+.�K$1��y�m���6;���^c#�z�:���h'�m7W.?ݵ�1J%%�p��ܝ+e�w�
��I�³M���ӏ�1��Z�u��jC����#�L:��'и��&ؽ�I��Q8B 4(Yu�Q�#,R�6*��v���j����{�4#c���Xs{R�<����h@b���#�j-������J���k�o�J}}Λ��3N��}vb�L��E��΋s$'�c*ܮ�E�[x�9T��)�=��<)���З����EnM+p�b��NZ�c��ݯ�"�Ea�d���͞&��q���2��(�5�D�P�8�C�v�p3�H��7��YV+�xS	�Eך$��]�n��ԙ���I�Y�Ñ���WD�R��5�Z;�u)��w�����`�2�A�����q{F&Oxc�O�6�(:}����#�_�,n���9>�_2}p��U���Tɥ$j�կ�}��L��r]ɦGK�5���/�uqjV��#7�J*��}�E�ы�
vym�-�}d�b�C�ݐ��C�a��p��F�@�lp�6U`�c0�������M�Iإ{�W��t��4���js�,�S��}��W��
lg�-�v]�.��p�瓲�������s��3�J�b�D��ݺSCd����);J���T�J"�$�Ƅ�M/Q-;缳�7�J�?du\�K#��\�<H^,���o:�U���1�Z�d__*���:R���KYY�2����F�@[ԁ�a>[��${�̙'���T�ü슳��8��c�!��	]v�Pk��p���f�xw�����lX@QP�s&�>�{y�RT�"���U{ܴ�����z�3ڶ?y��z�=��y�����Et�''�y���-ܮU ťdo���R����Au¢q���C��@*���>�~ �=N�3����s�O��c0��9 ���T�ZQ)qO�M�udj�Ǡ�pX
�
�s{��qP���;)������Rtp�,ݒ���7��9�G��=*خA���x��h���u�f����?
ۧ΃�>_ì/�0�C�8ȆU�|�������L��yC��`d��'s��R�2�S�]�%����35�S��`1\���_�% �,��	ؓN���(��5��8@�`��o��*��z��"�'�^G7�~�V�6�B_���[zO"�.l��s7�8�<)9�,Yr�ۦbbH��xf�}4���"x�65�0���Ϳ�l��B��М�C��p�F��U�I� X:������t�6��o{dms�1�hf�I��XO��S�#��3�Gg�S׫7o���j�JIt�׸2nı�y����g2�
�^��B�L��'P��\Ώ7q��d#�3}4��
��;9�~����+�q�4��?J��~/V
�����G_s�塱P	v���h4�`ʔR�R	Ԯ�҄�Ըi1XR=8brQ�טVk�(�*_i�21k\	��Ԓ�����6�q���
��H
C��mJ8�{���u���!Bj�M#�*����8�}��	>k���qm"N?�t��:ͳ��+n\�#/"{_tˏ|
���d���氰��Sr��My�w�ƻ�
�ĠQ��AV��&&-�2&A���|4���+��'�g�}w���^��k��v����\Q�͑/az^�.�sU�.(��rx�~������o{hbڶ_�9�;����?��;��G����T�?0�b��1 �ej�#�3ɴ���+���V���|ڄ�Q0�u����8U챝�=}KM�{��|����2��t�n�3��W�ᙓ\�Y�փ����K��n���4'�lk�u��K���d��X*���!!���ɾ�f�s=��&������{4.��<X��:��1�/~8Hd}h"�z�	`��W����GQIT�]�T�tqql`�)*��*�Md�l�&ϡp���yA�Ӊ�@�;�L�'�ߨ�����o�gAb��z�onព�`����D<����ૼ/ીd���G}t�?M�x�1XHN�Q�z׊�j�H���h���%��pt.qK<B_��<-��O&D��'���k���T�^�0i𼼼�����,�8�>>��)vH"8��s�O���G��N9=q��)����-�.
|��UT�e.��k��f�@_��#w(X��ͭy�=O&�z}��L�e3ߜYX�_ݾ�.e��b��߽�&��j^�[�S|��B�[��Do��@g8��oB�G�%��}�^�`ځ�&h�sm|���Xt�?�նo�=�;�sx+� @ɑl���}��R��/S��S�<'����%w�o��
wFu<Ψ��o�-\��h�t+�u\��lr�e���{�Q���I�t%�*8$�U�u����\��쪜��3���y�����Ʒ�+}|Ι|���6�|	�+In�A�%����Q�W!��P���u��1��ؤ���t�ljl�mh�{��cN�,�_7\�'�\�������8��\����B�.\��;�=��9l���>�..��Q�(��R)���O�ms�C�.����K��{��j���="�d�n1Q�v�A�E60z���R��`�X&!B�s�tn�z�J�ѹ`�3p:�MFr�I�
Hc��c�i��o�s:d�^�q��i��4F�9O�fd^$�)ir�ȼ�Ck�W�p뉣�ݾ�`13$�������fH���+8-�A�W۾;p�f9F���#k��6���?)gf)Sg>z�������;�D:ɠ�2ZJ�U�z�8��~�p��QB4|ǥw�_j��|�@s������7`l8�����`���#d�!�t��\:H�J��!����UCe�����Ml&i��Tvr]‘����\WW�DB�R�g�m$O��'4G�4G
�z=0/��[WN-�+'�vӌ��y-?rː��c0�|h�,P'sP���H��C\Y�fH����׆�^����������s�ݟŸf�I2�����5�q�J���?����Q���ꋠ�w��^��~��
��K�몇��r�=���$�v%�mV���[�9�k[.�˧�ݶ@�-@ՀҖտm]b����r_���6X�ˎ��H|�!�üiC�K!�)ж	��)�3ǹj+O\�Z�GӾ>>�@ڡ����z�7��R���,�0���w��7`�#��Y��K�k�:�z.{���θ���e/�����Ft�A=�6Z�f�h�Gt��ͼC#�v��AE+�3T0�a��/�������
���t���5�Z��EhRL��b�'�����Rz�2���/��R��x�&�����B�tI��k�
��������^7e
���� �͜m}��r�jJ)�����$F������VZ���|��y��{mp[�i*�Sma�;:�-~	�ƷC}%!�w��z�V2b��/�9ܗ^�{�G_���%�����'i��M my�ύ���|$��l=27_�|7��	ִ�
�A&u�
�P���S�s#`�vq���؉��fմ���O]��T�e�<Ey̍��R7MCAg�Vx�s�"�]Cq}X��fm��;������@Y���	�L�MG��t|��F{0���d8ך�Wu��pY�w�+%�`�@���[os�O?9EL����DkR�<O>/�癁�t���n�*����H���X,��5��%c��|��=׆7���@ϕ_2M�� ��m�Je��kQB�y�L��ɞ��'���"�9�&m�Ѧǚ6m�_�N��Aj�6�Ҕl]A�H��ـ�vr���Ɉ
���&���6h1n��������څ�ٖ�6�ID�Gu1R���}�=��t.����{%J��|�WaC߹���'y���QiLzL�Iȑ#$i�g��q��&m��e̳�Ӡ}m��օ:\`���(q��]��x�4Z��:8څp�gJ�K�>o47� 2$�)��>�u �g�����
Lz��5��s�Ig��>��`K���8	r��"��Q����Lm�_���)����c�+��!��x�0e3:w���o�d�oV+��J*�d�8�����y��74-&�>��
?h��~��	N�tvƾ^'ݝ~����1�}�Qn=ܑ�ຒ>'!�������Y
��/��vD��U�"Fp�����[8|��\ȁ�#�
�9tL��w��I<8w����=ڰz����&���6�'�T�M��|������X6tO���s��>�3��	���u�Y�6*�n��!Vk�Tj
�8tqq&D��������B��M(U��,H WUr\͌�VL�֐6r��Y%�/V���_��N�kV�2����o�MO�OfN�?k�«��
I�흙�'��a񅉡�#�灷�޹{�R��D���8�s��T��-��7�(������D|~��$$��O[S��g�iӺ7�]X����$�f�q��[���f����G�|m���53&�2"c�1�^�]�7��h���~H^P�\pF6�J��Q�ydǐ�&��P��$�c$��ڷ�c+��5�iף/J�pĹ<�AH����x2�U$�Q���գ+:
o�2�]G�V��rȆ�,�?{ȚY��Lv��+��}�
��[ٹ]�Ys�,\��21�ǔ�NeQm���О֌x�#?�??���Vj�!��l�W.��s���	WW�����f�?8��ϗm�?�b��k��=�/�=���5�������#'y��a���LclB__D��K+�$M�J׳��O�2zL���7o��tԖ�̜T���c�������'��G�Z�7\��[��KY�"+a����$�x싑J�t�#�,Cj��`'Vi�H��<_{��U��iWG�2��`2*�{,�	�l�Ks#��*�[7zj� �%�W2˻l޹m݂��ׇyɏ(��6�Ѐ�
Q;�X��ʑ��ĴJ$*��w��)�Jі֧T��<o���1Ç�M�Z7x��Q�g�f{��ɎYs@$^�	C�W�)�q��8 c�0V����Iї�H;R73]*�)=%@l����ѣ�7|xm��Y��DB��7�ֵ`KN�ў>(ė�dG}?%�
�r�)t�'791��<���`Rq�����!�6��p~)b:�d�f$YW5V�8����	^/:�H�ތ�,q�Z�i�cz�^�\C+.m�:o�סO�k�����~@�������\��Mg��L����B�|����-�%}t?᪉wf��=�:�]$_9��#q���<�cDžW<�I��8N}�6f�n\q	��hnO�ӳCމ�%gʎߜ�:����lXQ��8��a�f�����2�l�+�\	���`�˽�P���s���D�zRlo�?�f���nL�>r��4ϘR;u�*,���3�~��
�_ҏ���\����X2�/�q/�T�"�VU[Uu'u�!�6�΄;���7�8��1.�_7�N�b5��7�Y��z{k��O��!u�jOU��BR�x����Y�f#���W�[i��}aڲ�}/�t��{��|�t�������2����}�~�ݳ�ŬK��]<6{��s�1W��#�ׯ�j��}W
�o���*���}���ch>���;�v�Ȑ�[텣��'�i�mO���H�)��w7W�'x��y��e��;�AH������=��Yo!�����Yu'��܋��ٰ�~��ȫ'S=����6w-u��*TP�-�^��Y%�)B�H�%�e�(L�x��Z��-aa�_##�QQֈ�**""**��]�p;�A�m#Z��T;�gz%���(S` >΢��LA�9�nl��%�����"9�Kx�%"�lX���0��><<L��$J 7�D��i��b�#���jq=A0
�h�hF��|�2V.W��F�2=\f\j�A�WĽ�wY�#Bì��w���G��Q�Vk�}JR��].U��z??��A����wwˤZp-F�]\F,��x���ppcYYc?�!���́��-d7�����1&&IZ'��a���!�K����wZ��rD�R+2��y��22)V+��KdD$�Ax��+�-��Gm�0��^ �x3�U3�s�G�S�<G���>yq��O�
�V^DZ��'S"�SK:u�e�� ��
�P&�-pu�e1�3�i<O	8��5=q���pDC߾
���,�;�x,=��
d�|7��p����*�����+�bn;��/|����F��"���0-f�ԏ-;E�/��ͮE�Ӕ�����mm��?o��[CӦ�^�#"��%��Ca�""�
���m�f����=��Ե���B(��b���(a�o�x*�e�5�#@|D42h��x�^GP�V��=#=�v���c�zϞ���۾9�C�����屧X�x�"��1h�oS�[Ρyמ�i�s�����m���W��xO�q4��A����V6� �#��F��CLbVH��ޠq(��:��O��A�y�'�gP>�?��AEzhh7�<66W�9y/Yа����5=9���@��$�gU�t�O��Z�\0�A�v�L=��p�|^��$gK
ѤD�+�
�
����f�KWW�͋L^5�˦^C�����d/���Q�D�G*��S;��;
�Qi-��WP�k$	֘�I���<[ff�P}+]�8��M�iB���T�U����#|�9!�gX�Ͷ�=��>ڒ��_����'ȥ�9^�)/fl>��s�\���b���FK�!*Qاc����
�>��J�t�<�0�T5�!y��>Z}��������7�k{! (�{�mbxVM�Z1_Á��48a��l�H4���� �4���V����90p�O��onIW27��RNN/�ګ�]��f�Z"Q��r���=rc*2��2>�ߊ��`Y#��`�Эp�}��S>�/~�;R���#�� �Y��`�1���^
�����P/��g9�x���|v���ڙ#E��Y��\��N�V���%.�N�p/O�����mNlŞ�	ksr{�a�>��!:fB��9V*1����Eh��h�X���d�w7�m��~�0~�9|�C>ա�\�E|\�Y��s��$����靝祦��DG�KJ
���u�%-ܒh��Q�7g�NM.���	�ꔾP�d���ͅt��~USnlRjb�w�&7uLObٽg5�ޟ3�HA��Q!!�g�}P�愥T��B$9�^�V�{��}��>D��i#� *�R���	���dV�`���<��yG�Ό����/�st� ۨ��	���g��-ILФI%��;$��x�Sz@���O�Df1�7�R_�A�z־uU�J'���"O�����ւU���FL����2D�G��=-������Ϩ����3z��vK�C�Q��딡~]�#�۝~ =��fypH��9���	�O��m�Y�.� ;�bN�H���2NjR�$Da�LkP�Ty�Y�H�8����_�9gC��ݏd���o�}>ɵ��K�,���pq���دɎ鿧��
��B�������M�1��q�x3�S��53�<�y�nf��|8���0�]��N�l�a��6>�w��[
��#UAl:Q�i���MB��*Q���1��@"��U+c�k}8�W��:�k��s��l�1)3Mr�؜Q!���r�1T�΢���)}�����zCHD�)#$s}E�˻�m]LJD��||2��mx@?0��[�����wFUl
߹e{�o6eS7ɦo�M��F*i$��B�@lAJB �&�{����)*��'*~���T��3s�n6���c�'sϜ9s�̙���8e�d���(E{�7%%���bF�b���ܾ��N*��z�^�}���	'��G �	��q���n�xԺF�)��w���gm�K�k�7���B(�7.�l�*�PjD��"����82ξ�2�- �A;�5H�D:�rn��XHA�Zi�	��M<JU�<U.Z0d��b�a�D��j-���2&P���.�\��:���O���>eC�Tc�I���o.�(��2vh�B�4<5���j%<���Р�EE:Gn�n��y81.�gc����$]��ѕo��%�ݗ�>8/�(&BHF�r�b�D��
o��[(�=hHq�)��on�6ba�,�b�ȔQ�~�Jñ�&F*����E�}�F&�ߩXכ�{�G��w���)�|4C.J���	a0���k=�Zs���.O����R��!��a�FSd�aX4���GY��JS��U�L���
6��mk.�$���B[S����"�������aO��E��e�m�*��n0�8Hk1��

#�S���!wS(��[�swy�8�w��N}֜�A�����D��gv�oNpqg`�%2د8<�?8y\�)�# `������R���M戠���Ǵp1{%�����|se܈�Y�-�2��4#+�����(�w���)�r"!+��[�Zv�g���3j=���w{p���pUdZ
��!%]�����6����޿��9��mstМ��v�#{�P.P.�;����L�W#��؏�cuy2f�͓���U�x���{<=�ϡ���ɺ��l�mP�<�J�yу��en�z�1�>
&/�߭-~������B������E�p^-���$���`P�dns��f3�,ҹ9���I�s��� �k:o٩�O�ߟzzEZ�̞~E����j� c�-���V�4x�6U{�����sآӡ|y�}]�p��Ns��I]7��-c�f
�W�5k���U
7j��%�@�y@(�by�	���̃��w�>�N�US�7��1đ��B񓉹�Y(0j�T'��z�Ŵ�)A�"ߗ}e�Yɻ��p�ޏ
�	K�X�,}���j��"���P
����o-V����E��x�eۛ55�@st�ܣ�c����}%AA��m�j7r
�5z��P�;fʠ1�;@9D���#�/"*?/��8���솅M�I�:��֖���R�2Y �l����Hy@$ȼu����gPK�u(�$�Qjsh���y��/�:��GO)�A�_g���q>yN܄cR��H34/��t����w֤,�����߱ߋ�x�O��3�_Rŵ�(�b�y�'aƓ���'�1�%�҆�x�<��0�X��O��&����M���(�S��3r��dY�C�C0.�S��|��C��
�ܒ��0p���\!"���$20�MxyZ7�-������G|}��'_� ���ށn��\{�ח�n��S;�uf�s��/�<��ĩN�/�*{l[ɕ�{̕����mQ�3{ߞn;�iт�@J���1���GS�������dW��.���]=(N�t���3�;C�*����&�LQ���0ϣ]�pxn8�A��]�Ho�NN�8\�TA���.�(jK��l� �{�<>�!��A|���<���񉊜���wy|�ї!�͉�>}�Ǘ�|�N|���<>��Q_	5N|��N�y(>4o����y�뷎����@s)����۬�m��=x^���I������0���N:�����G�{K����҇��('����'8�
���X>�����|�ݟЇ�e�s^�Ц��Ճ��h^�ߝ��H���e-1���^�խ�~�x=���k^�k!b_g�:X���p~
��ש�!?�M��D�
�7ص_��ʁ�#�a��=�����o
���<]}đ�j�>�u���ՒCt,µ��b��Y�c�C�!>�ɘ�A|��W��`�s>�x�����\�m������p~������7��b��S<���Q�ί��y|���z/�۝��Ň���pn�����Y<���d��b~�o����Cr%��`9��d�ڈ�D�����c9��f>�#&��s�j��g4'�ԓ\]%_��e<|����b_b��r��T,�ռ<�������;+1�!�;�S�b:�yy�������sÉ�f>�Ì����7c�����M,���9|�=�˃�F�Y��X5/��r#w�g��!��>3��=7�ߜ��c���������gz��j^�LC�y�r��;�89������K,�ռ̾���y</�C�EЍ���y;���_��5�������'�x�O>�3����x��=��-�!<�x��}�ٺ�r��pLOƃx����@��Is�ît��^�9��O��{���~�uh=���k1|/��t����_��C8�.��<^O�~/��x}���{���6� ��~
x�&�<�e�B~�b<�?Ǔ�xB�O>�ذ��|��U����M<p\�a<��r����}��B~9�7���x�yip�s���{�e'P�|���e�]ܯB�@���O?l���"���v	�+��`���Ɋ���l����׎~!O��|�?��&G���ܯѵ_��ʁ�d6���A<�~h�����6`�{asMi"�A�m{t`+>���I�ف~��J�Q�Uj� ����*3H���J%�{��W�C�%F�����|�F����➠���.	^;szZ|T���O΢?�L=T��49Z-y||�0s��Q/3&0�]@x�:I�}�oU�=z��F��6BG8^��Z@���l*U2p>#$dg)@q�8�(�ɂJ��?M��o6�{�ԏ7�*�c�C>���[�^�Pj4��ւ�����9Oj��ԫ�E���9Y����ώ�>��Y�G�|��sFT¨D�N�
X��5�E�y��C��S{��O��g�����]��z�0����"z�yz�t��É���zTe.�i@��ɀ�d��9_p����C����6|��~��ITJ%�O	^|xF���
����.4PrE�N�
�/��m�:)'�9_v��H��"�/�6(��3܇;��d*�G����m��p�|��	ؠ
��M���>���!K�,~�T�eo(1��'oz���|�Q� 1
�P"�DavI��1j���P��F�`�{1쳠0�XPG}��/������6�@|�f�v���&�JLJ���U�bƋ=5]��=8��2Աc�7��@mX�����
�l/X=��l���Ǵ|M�Q?
(紌�o���8���m99m���mKWC]Wb�
�i���{�]Bh��@hH?\�BC�A�Bx&�+Ne�`�o�DX�,�������R�l���@7��L- ��e�c}�ʫqYqȧ�#5���6�wx�'ć#����رw��M�7�.��/*)*�:�o�"�o۷}��]�v����˶�ݺ���K���+?~��/�|�Ꮻw�ڽg�g�+f�ۯ�t��/�ܺ��ڝ�v�_;�>A�%�#d Ή(9Kb��*����{~1D�3~�Q;q;!\�B��<!-��L�7�$o��X����3���YAt���MB�j�(�d���8�"Ћ�T��u쿀�:�V�{ؽU`?|�>��x>��|VLb�1h`���s�&[��6T�f�Dpr@�1��P؅pP}x<�gH�
���@���!�e�9�H"��%O
�ò"?'#f��Y��9�F�����g��ٻ���ێU��V��S�����~|�5��޶m�����&��	��p�&�J�h	S�B܇K�5�ΈSh�,�Z�v ��>�v�u��ُ(J��;Hk_ye�k��zd{�W���!�� ������U�c0xzR�F6����Z�-@�'��L����]��LZv��#y+͉˓�&Ol6�
^]�-Zӻv��׺SE��*��N�1FRy�i����H��*��I
��l!T4Yq\��u�P��
| ��%�.��|<�9���d��gʈ9O��nj�T�rR�Xi*K)���+�+F�g�[԰�d�ŭϯ�as¬A1u�u��k�w�p�C�@�:� �MA�>�¨��{A#�F���a�oO�G�	E�q� <���[e&/� �	��処Oq�	�V���4|�.4"��
��t�<Tc-�Ԫ�k�"������L�+/�,�Nf�OM-&�1ujiK�qJ�mU��Ҕ�,��ax�V�5��$�$�z�E��	9�U���Xނ!��7	"��ʴ�� �x���d����j����Ni���i��бO��ݳ":�'�b��ʞ
ǞV_V�X2\p���%�/<Y#,˪WU�Z���U[<:�jL�硐\Fv���u�>/D��!�����W�ڢ3�@���]�o��>�������
>[��84�m��u��W��M2������T�G9��,!��#��u�Ǩ�,��_o!˛V5�m�j�8
�^�N�_;��w��^�t�|�<$�|	WyqI'��]
�ƎY��<�yu}
���N���ޝ�엜=7�,%o�w	-\�J,�ӄR��G��c.�Z92��ޒ��ѽբ���]=l�]^�x{��XϿw	c� O�3�Bj%A���V��������Y��K�Y6�	�`�"7�g�E��4��dķ�	˃}lG���NX$�%y��ak��T��~�n��"� l�a��� �	'�p������ ����d��=鄕��f��ak0,�0l#C|H#o�w�F��JZ����ws����9��
:�U��3M�g,X�?mT/y��K�X��'�:���C
�V��ӌT$�S�wSq��
��$���:���4I+ⴟof�˶�k�"
�|5��;��5�+~�g����Dz7&V�����7�C�qҏ��DlU��jh��{�c�r��8|�n�#)�#dm��;���	����{�卫���[iD"�ˮ������l�r������݂~&N*eO�����I�	N�C���K���҄g���=�����`�#��uD a�*%b�F���yr���q|JWg_ܞ璦��g�6�;�;w/��+"��U�I)G�5S��ƀ�Ǐ;����d�^h��j�֩��`�i=�:�0����0�w�F�Bt�?�yj.ނ�(0C�\�3�׋q	O��d���%��i5�>���͖������-�܂�����xYs�Nۮ��	���O���p�W{�����X|N�0���	p
@���*7�\��GM�^t�wfmMP��"%��FN�!E�^2��抿�=�S,���z�L�\���]����,<��xi�(���';�m��J�c�8�-�%��	���1*¾�̰���\�r��4x��r�g���.gކ|�����@���" �����S&�,�,>E-.��(��1��=i���	�$�i�7ziz~�قܼu�f���t���M1��厎~
���y;:`�O��w��+�l�g�(K�Z�wyߺ�&��yp�{A �ѭ#��(��o������+�b�\Fڤ_ �������*��_�#��'`0c�f\�ߓ{n��xxT��;��|��3��^>MY3����a��N���b�;���7��,��6���r�n�'�c5���:I�\�n�=�J���6�H���#d����2ό�]����"!\4�1@�A�Q9	���x.������y�1aŰ��7���Y�Xc�J�v�-��/:�d�)�?�M�?���U�E���JH�?q���-���<�==��L$��Ŗ����#\'S(������u��[�*
\�s-6�\���G(��%��4NV
O_7�hnS�
|�jH�3l�n��)�[�265�g�Zkwzn������ln\հ.~m�n���A���o��y�"ܖ�oA3~H�W���D�c0�S���y�	5�o�Ù�|v��*
ơ����c�K->Gx9*����0���eg�zr�Y֫|����ǔ�On�԰�5qR��T2�e��!����ϟ;r��3G���oo�;�>={���K��=��K����a]�8p�:�c/��@�F���FD&OƆ<<Dn�$9����;�����U�;OB(�~O��sN�8Q7S���~cm����Ȝ�nnN����9��l�}5�{z�Wܖ�}�V���O,�ǞD��	3i�躱#ض��C����*�7�'��XT;�/�C�s�1z��4��!�f[n��@I.�*J�Eb�S�o���z><�)�PB��gn��Hh�
�� ����G�������ڑ���햕�(��bz{�5I�?=�PW�~�\������6m��iӺ �'�����KpO� ,V��h	QH�aB�\N]�+�l�f6��e\�aGM�7�FbN�/���c��;*o�f�|��o?=��w'^Q���[p�-���tDrK����:"�L
	���
��/���d����4��_k=�&��z��/!>���n��n��i�z��$��=�JR��X���/��p����vo��R�(<N�C�$�Y��W:���1��FP��οq��y4�;鲈���� }�u�t��X��F͎$'��ٷ@�� ��G�b�&|L��Ṑ��4��N}�e�3<��8OJ��Ԩ��r�Sw�4�x�q�߈�[���˜�'N��lo}�l��'7�cE�
�)v��tngXiw)��B��Y�˒!�~�=��@�yD��3�b򤳢����fs��)Z��Oa�)��Sx��#u�P8Z]8��-*�E���x�fI�珺�#?l��x�I��X�	ÁnETVԔ�#�}˫���G�Y3�X+Z�Z�Z����_�s����^�M�7�7�>�X;�C�q[bs{ä>/ǃȃ�-ȃ("��&�Q%�������(=����l�&h���t��S�rA�.�@]�nVCr�<������T��O�,��]n���6k����imI��kƮ�<2����n��~�U�p73�;�����c�����4�
�͛]���������M'VM������c'C�
�((��H�@ɯA�M�“󊙊�X#Eźٴ�������v���v�&o�9?�������&fa&n�]��,�n���CQ ��]�A�W��P^����ReĖ�X0��d��*�-�����o0���kv�悔�R�ƜnJ.��tzJM�>��l�̩��-�Ǝ��1��RS��y9��r�ݵ�{���P��"b��`O)Ey���Z�w�R�X\��BJ�0O��%_�%��h�����z��7b��\����[�6,/++��_~_/�b'Zv5����H��b�pͅ@��Ϫ��0�t:�,��\�h;�H�y���(�8r���/���$%�b���Q��.^�?/�t���� �>�:�TSs[���ʺ���
m'��ȭoN���ۥ�Ϸ
?ytyUU�&\1gU����ھ�y�����
;�6n�Dlo��s��Y����o�7z'�o���9]t��ʲ����w{,�-�{��?����zӟ�`�|E	�"��I@g]3��ۓ4	b���9d��0]����?O=�zϡ�R�sN�=���z-�b:���_u�\�c��O'�W�S�i���.8��UBRIQB'��m|�pԠ;����ӗ��e?.�������?P	y������5���xMV��Z-����t��$���jT:g��8<���԰��^d��آ����j��)]Z7fKvƖ�1��JW��l�J�ڸ䰽:vB��Q�UY�Ȓ�Ҍ��1�֒1��G>9�uj���uͣ��m�:n��+j&���U�ZS?f��!��dT�P~�]A��c]����7�:�V�+���+?hdIՖI�RoϜ����X�BzH��je4��Je��e���{w/r��-������&���M��H���B�#�'�U���Q*�	<P��,��)ܻf=:��oʄB�7yo�d g��W�����j��dRɈ���}�U�G���r4�xv
 4J!u� ���p�v�
���b�q�C}D�H�&���#�-N�f�d8�^^c3€����G~J~f��|~�B{�
�cB��Pr|�J7��Sd`h/i��Ձ�~ˇ��5����rF9�,o�	xL�������u���8bdGe�%6�Y�}pz�6)�s5aZ-k$/����K��D�]Ry��Y��him�KwɴH�_a��Kئ�!L87�X��%�4j�Ny���ǡ�Ht��5T�Q�	�K�+�0����eE���a�\��tÑc_��=�[f3�ϾX�W�++WM^�b#�eRfL�1پ�>����#�D�	��>��_���H�������"�S���W��(!�8�t���nu�W…'���A�1���>���q܅@�A��*!�9@ؐ_
���|6�6n�6_���G���(M�*a`
����>��_'0^׶��Pl�:��
�M�&'|��l���䄁��ew�����D���5�&
 �����ox8��|�5��ë0��!���88ه�/r���=�`�<�os1�~��+
1��`��dz	�y�����88A�d؞����;�)�p>�����ǕB�/<܊��c5!�?|����,B�o|�l���'����q{>>����< �ۏ��<|,�;���Sn��3��u��Y�}51��t�g`��8!^v���@8����<�������y�2�	P
\�2F;d�p�cY(|���O)<u�q��j��LX�$x�"r�b��4�XH��;�Z��i0�4”���������+�y�
�Q�����,����k1���r��qJS��w�����k3�,̟�9�D�B�q�� йW��j`~��b:� :_a�u؋���3�����E����$_�ǀ�ޑN�O��?��^��}�]9�VkA~�sbjgtdTfG����D��ӊc�C�Ac���_;��~�t��j'�Ϋ��|���"{u$`;;��F1	��::�!HB1���s��>	(��:�t��������'Mz+wDl�H(Nͯ����k[D�8{O2�b��z��ڀ��j�U�1h?PPF!_��`R��� �aFe��)�r�pQs	ܻ��y(�C.R.̦X�Du-�]xnZ��)s�EW�u'ee&��zW�'���^)������7�eƛ���.���}&0:՜Z��1�"��[��UX����Dߢ>x
B}A!�)h���
�07�u��lM}"ybŚ#e��͓;��	k�״����kd���?��e,�i�P�crb�Ƥ�O�j5
Z�U�vL���)���[3�ȥ����м�n�ϓI�Ry���5yLV�����1#R:e��7�G��.l"t(>N@�4�𣁃�dh
`49�!r��삺b����x�Tw�ܰ���n=�$����]M}k�A7�&(��ƽ�`��jʭ(�@��vM��u��*�ψ2v�r�/�7q^��~�i�$L�L3�����W2�X��\��ĩ�-cMll��3dTctt㨐�1uV]j[��l������G��ƪ�!zd2�.���x9�;���Ġ��S��o	>��I�qZ|{B|�eYJG���-�iTcTT�(���嵈�T��.������ 
��T�
4x�h^�ՂZ.��)�n
Q��k���ܫB0W8�g�� ��r쨛T�$��d�[��M2�H���ӅU��S3e����>UGS��Fȯ_�HklUFD��P??�X-������)���Z\��4r��/�\	L�X���IIS�'�+��)ÄTSQn�OX��X�����L���kT]�IX[����~�����������:���"ᆫ�H:���M�#��B�
I�g�xp��u��X ��@�k��-"�h⨊��� 	A>̯�m�MϮ��*�5�c�3�>���\�Ѹt�{��`�I�H~�'e��f1걲C��}҂[�E�G�֪��1zCni���\�np����Z���D��y���;"~��z������
���Ԥ�P�P7y� @�7,5]9N���Ő#h�S�Y���J�n!z�����d��8���Rz��G����6m�t�&���"Y%4�H�D"BE�6�8/�!e������		 ��E���<JD,�ib�\��E�Ϊ$/��X}<N4����>k۴	F����w7y����m�
�3��ϋg >�3B�797�.�Y�m/�|�Z��&��G{�o��w���m�;ߓ�w�C�O�JH���~�V	M� @	�j�%�~�@[����C��m�:�*l<��{����Җ�5p���4���%n�
e�����x�m��nu�U���rW�!��x�-�����7>�rO�‡���6�_D�yM��JLx��K�AR�+}�ˢS��X}pص=�bS���M��M����.����Mj�N<������rZ��?:ڟ:u��8..l3�9{�=����*�z=��E(�'z9�g��	
S�׹��p��)�P
��g���Z����~|�Hi��Գg$�t�ھ��~l_�[��L��C�P6t�/���O��6�'­p={�wrP�{y�#BB��� �Z9.ϋuM��u�3I>��-r��I�<n/E�lܸ�m��mTy�|��{&"%%"<-
�
OI	�HMe�xD�i����+���d����BLqq��	�����|��X�ox�V����6&��5%�k9�-\xTL���&Ww���)no�z��Dqd�� ���p8
��>��eMh��$cq�Ap{�n�EW��Opߔ���a�/1��C����p�>ڄt�*xSE�$r��W~r��E���j5�f�;�M]R��_4�Y0{��"���0��!�Ii4�p3r���ݕц�m'����X���&,҃�A���eA�!�8H�����o���ҟP�0gq}o���ح�
��(<�|u_��d��o�B��3��/D��2g�O��G��e8'�@���Kz��f����������]0Ҏ`���������1|<ܿ.:�4U0V������+�Q�;6��F��.<ԪӴH�0��_*��5���t�	I*�%�JOΰr�x��,3=9f֬�������<�}���e�V����x-�U��.�39-�>�ڸ��޺�Ԟ��t�7��iOC4�x)ړ�������Fh�]��&V�6��6���
�ȵuO�6�.xR`��(o�gʀ��	\c��v��(׸����.8�VTS�o�0p�����m.��r�M�u������x4G\4w��\<�8��>��k�g��a~�3�*���$��\��7�Q�#/>����"��(���O�N]��Ї�_=��.
�c��@@*M�'��<���F�z�?����2
��z$�*(ź�Ih]Q�M��Cb�X-��?U�Z9�2���\��W���T8��=�,��AnP����=��-D&g�	�>ii	��a���R��:�]hSp�G�\�g9�V�V�p`G����4�񂂓\*���	dg�Ԃ��	�U���!�����L�����
H x�kb͎Bkٛ }�߶��\�?��t��H��ɓ���bf�H*�:��]�'�"��iGN�D��cׇ&����[GUm�@8��s0���6g|9��o��ۏ�5ǣP%�(��(�Ay��*_��%�㜳����~f���*"�ut�����FŅ�'�|2��i�%%�O׽�5�kim�̉�*K��c�^��lN)
�~zy�^ҷ��T7�[���s�[���
����R��M�\�Di\��ђdZ�2 �A�H��,�$�C4 #:��I�:���c��F�;s�f�'���w����^�����h���To��w��S�N�F�Y�;�cT
�2 	��.,�t=r̊��UOW?,�H��~}�.yp��o�H�m�j�M�O]E`ু;�G?|k�V�L�6H`�6���
	���W��˜�g�!�*cB�P?:�=�7��'H�Gh&;65��k�������#��U��~;��S�"~*kNE3�plF�ʣe�mRʹ�÷ۗwn�����S�DaF��=����x�E쩥�w`�(����#K����ɾ�+sф��c~�}×���Ȟ>��2�~P��q�
{�
|���H	KͶdmx�w���w����h,_4bFe�=S7f�ck��2v�G鱰�ɓT7k���5@��.ր�A��\B�p�<,b���f�,�5�a�=�Tk���`�>k��"~"OS�X�r?n��	���Q�XaǨ�\���9��zD�5�1��`�36���
�pI$ī���fP��*�Dʎ��g=�x��9��8s���{wl_����}A"���닭����w���Y���G�� ���E�X;�i� 6hӸ��e����67���S��c�
')�+5����0�q����X���Aνb�|84���+\�Z���yoo��.���ո��#�R-y�p�p��K�����`�7'7��~F��,�<���6�(oI\eL��Y3�|���R|�������h����K���n���|�
�UqH���_�/;���?.κ<����ݻ��<�x�ʹ{ʖγ-i��r�o�֍gB�3�/9
5��v�ʞU>q�0���Q�8]yMOc^ı�(���b%
M#��,�h�@
Pq�w:���C�����^I���;����<��A�n������7�rN[u��!�6Ǔِ'~��s�U������G"_oZ!��3�Lt��2�������Nw]�/�1�}g�s�k���ɯ��:�e�Wn�=+4��%�m�ISȗβS�J^γ����b��aa�������q���o)�O��Z%ݖq�H��GڂGo��`t�1�!��w�n�
}�{^n��޺�g�����ۼdi��Ҡ�i�E�><�(���6�����k�|2�r���\���YYݓ�1�>�~��CqzC���
(�2�w�,��c��Pg�����1�C�#b���G�,E�L����++.˂C/��O��s���K#�n�4���>��;ow�X1�`f����߲��/�aԜ75-�/�	��c�^4)�úl���6mé��'��NX>f�ʊ�]��ZL�S֏��؝�E��F���,ʟ�A^�)h�7q��ac�����<<g���mȜ�����IN�����*�鹁��%x��DL3�3?�n�@�Ӱ���ʼn3�_7N+��e���%A�ө�E�?<� �s�oԁ�����k��Ii{.�Jgff�9C{�B�d����ܞ@���nO�a��\¼��	<,�L#7�gў��4���Kܞ���`�>�'�H2�<�\��
�ݏۭu��`�C̛ܞ�Â!�s���}
�{9=�2(/���6听�nFI�:z�c���t߼��e�m��u֯[�]�'��Օ��]��c/�v���޾��d�.�}��R�D p)2�:�.ڟ\v�dHm���8��q�'~�� ]�a���睅�Mq���gR���M_@`��X�s�5&�g�����l�NI�T6�X��I_��>?�`E+�I>�h��7d�UG��]Y�䄆�s�_�~����t;���~YP�ЦA�g8�?^�c�`��?���-n:qd�O��0��	G��;9��=�k'�n9z̝�����k݅��[��21<�thҺ��ɖ���'v$��(,|����a���~_�\�
l\6	όY�Ϊ��=�p�_*����rߥ[�8��E��pv[ ��.�^�o��'O�4g��c��dwѾ�\���"'W���?e��s�~r�k�
/�����􁌕9#����u��/��^GD����E-�֪�q���l��
���L�i�A��JUh�N����d��&^�	�
�7T���4�/��ޜ���L�4lroѲ������/-����_��bE
0w��a7ۀTr@*�a�2k#'_Y��ӹ�'�c�>�w�v�����v+�_8{�� ���G�_��8�v!u�l����>�~�Mp��x0��U�!J�� ��-��Od��V5�4LLrN�BodQ�宒�1H��u��zE��>��x\Ӣ��5�jfg��)p(ȝ����2T���������V@M��/�`٭g��1PvQ�X���{-`��â�r��:��F�'�@̨�X�x���	Q;>] �&.}����?��K��Y��'V,�XY\�	n}�^�<V*>$s�þ�=*�7~<���/ ����[@�3��!��=MZ"�I��%�)�
k.��	�5�}2h^��k8�� z�eƔę/,>�A{�?�>r������&u''�oo����$7u�w��}T��-�Ķ�kl��@�9':������>�������O
��(�1�P���n���d��r���A��5.����w�gT�<��?��
}΅�i�o�D�K��}�+��x�>Ϋ'��
��͠���?o```%��>�QH��N6��X�W���?��h��Z���
�|uh��OcGW$ĝ�ƃ�8������}�j��	Gwj=��5�x��TAoU���i�4Ep�!<zi@��I{@	B
�,98����ޗ���>k��Z>rᎸ#!q�Pq�p�8!�_���츶� *v����7�ͼٙ!�{��Py��ς��^���K��|#�
�_/�z�Fp�n/m	^��K�ߠ*���~�;�7�ʟ�oчկ��V���u�v�/�t����MZ��!��j# ���W���`Y�m�
����Dp:?^�_��V0�\��B�7��}���]Iߤ/*?	�E�W7��g�L�zp����
z\�Z�&�W�]�Z���'dhD�)����H�.5�Qt
��چ���CVtC����
�}�r��f6KK{Tǝ���(�K!�
Yjp'4�9P��V<~L�Č&y���m�6�i_��Hg�eV���B��:(\��Vm��ٽz=I]��=3�'�$}n2g�����xǐ��@�4�r�㴀�9�l`��S'� x��5�ާ#����`J�p��Q�h4����}��;z8u�?b;ö�)gS��Dg:���{���띂I��q��Z��g�d�T!���2��&X�,�9���q��uR��c��~�}��r����+�jqҹ��VE��Q��Q�B�su���,V�h��Z�:I�ӹ�U����]����S�=�dYp3���	�@Q��O8���3�UMf�d�Us%i��fֻ��)ޖ�.�V����?�6M2u�#H���t9wWi�Z'�����9���I\:qp�iǖ�:�;\����Э�wD���p��8,;�l:���f��?�t��_�c��>��ߺ"N��UY��2F|��tpqIM�u�eS��2��/3�CJ�u�Z�o��Z`x���A���"[�;k��\�~�t�I�2,��:�x}��!y��h�`�
1��r�~'�o�������c��8ʵ�A��(DaY�s�0V;�V9ZY�U*<P���Ė[�e��.�k����;<x�"������t�lh�Ah��>l].�w<��µ�Wg�l"��|����h�~x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}�T�y���3`��F��LO�LwOO�c�r0„`�a	!�bA� #,!��b-&X�1GfY�Ad�r0�Y�"s0F��!��`ت���� )Z�g=�k��޺u�~��Uuk��i}���j�n谑c5�7̙��3�	-7cڔ9ڈ��Ν��׬�S�sG3�/��_Ɠ��yB��O>�
e��
�"|�h����W��w��=�K��4���⿠FT�_���:����4�l��4_ޫiQ�Ҧ�Pk��5m�z�ik���B�i�j:ۑ�w�N@�n:�t�J��[6�*[o[?[�����6�����
���6��8�D��f�f��B=m[l[f[%�K����a�l{Ӷj�m�m?�!�Q�q���3��KB]�ݰuK[���Os��!ͭP��@s*�\j5�yL�x�I�S����<�y!Ԓ��ͫ��6oh�ԼE�m�o5�m_���Pǚ�m>u��B���kBݴk�zi��������vTȞ������G���6�>�>j�}�}�}�PK�+�k`[g�hj�}�}'�{��a?b�~�~Z�s���+�]��j��h-�[��`<Z��[0-��Hƣ��2�e��q��2�e
Ռ�YTs[��Zܲ�jU�KT�[^����&Վ�]T{[�Sj9Ju��$ՙ��T�Z�R�h�V���ڇ��u Ր�V*wk�*֚�*���:�j|�$����S�n�G��u	����Tk[7Pmj�B���-�ݭ����:�.թֳTZ/S]k��T��VOշ�?ՠ6���CjKP��*T��FQ�m�@5�m:�̶9T��Q-m[I��m�ƶ7���m��ٶ���� Ց�w�N���:�v��J�u�[C)GoG?�F�`*��E�sD�R��P������ ���� ����X� ������ ����� �C��8� �3��� ���:ɟ��I��C����v�?g�I��%'�s�t�?�x'�sNu�?�l'�s.t�?�r'�s�u�?�&'�sns�?�n'�sp�?�1'�s�r�?�'�s^s�?��"��.���".����B.��ʹȟk����ƺȟk����f�ȟk������ȟk����6�ȟk����v�ȟ��E�\G\��u�E�\�\��u�E�\���_{�v����N�������iG�k/��mD�h�q����Ϡ��>����T��WQ�Ծ���To���վ�j�!���ǩN���:�~��j�
�n�U)ww�@��V��*�Qe�%�a�Tc��&��R=�M5Ͻ�j�{9�j�Z�
�MT[�ۨ�r���>@u�}��]�)���T��רnv(�u�w���1�����t��9�J�p�Qc�&tL���1�jN�|�EK�Vv��Zױ�ꍎ�T�;vR���:�q�ꝎT�;�Q]�Bu��R�ӛ����j��N��"�U�C�<#<��3�C�<S<��3�C�<O{S-�?�K��y�C�<ozȟg���y�{ȟ稇�yNz�P���?�U��t{ɟ���yz�x��n/��7�e�󖼈zޑ�1^R��u�ǽ���uޅ^�:�r/c�w���λ��X���e���"�yx{ɚ�]/Y�5�e/Y��T���1���|#�/�C���|	��0��d��>��#a�E>�[�#a�u��>D6�V�v����u�}����\�N�ȕ����w��h���g4�7��v?����g6���̦��~fS�h?������?��l��g6�/�3��W��M��̦��7��ɿ�O�������O��'�g��I����4���)�\*TC��40$@���
��*P
0�F�M�̦��f��	,����	�
����	l�����i�@��4p,�l8`6
\0���M�Z��4�7Hւ��d-���`(�l��M�Ã̦��Af��� �ipf��48?�l\d6
�	2�7�M�[�̦��Af�`W��4x$�l<d6
�2���M��B�/�;D�B�!����_�"�T������_ht���&��_hF�����_hq���V��_h}���6����q5��j.t(��\�x���ЙWs�K!��B7B\ͅ�an���0����/��p)L��#��/<>L��S��/<;L����/�<L��k��/�)L�����/�;L����/|,L�§��/|!L�����/�E�_�o��EE�_�!�P��Er�!����!����!���Y!����!���銐�ȑ������ȹ��\���ȭ(������hc��E�Q��E�_4%ѡQ�%щQ��%ѹQ�]%�UQ�]%��Q��%ѽQ�=%��Q�=%�KQ��%1k���b�/6$F�b����b�/V���������������͎������-�������m���ض��펑�؁�����ة��]���ص��kq��'�Aq�w��_<'�\��Ň��_|l���'��_|f������_|i������_|c��ŷ��_|g��Ż��/~$N��'��/~.N��W��/~+A���/ј 	{��%|	�H%�_bh��%F'�_bb��%f$�_bn��%'�_bU��%�'�_bs��%v$�_bo��%%�_�x��%�$�_�R��%n$�_Қ$Ɇ$�KI���;I���$�K���/92I����/95I�����/�0I��˓�/�6I�����/�-I�����/y I��ǒ�/y*I����/y-I�RZ������_jP���)�
��_*�"��)��"��)򗚙"��)�Z�"�5)�ژ"��)�ڙ"���KI��ԉ�K�K��ԕ�K�J��t�4�K7��_ڞ&i_���Si��&��i򗞘&�i򗞛&��i�^�&�i�ޜ&�i�ޛ&�Ci�>�&�3i򗾔&�i�f�_�!C�2C2���;��2��L)3,32#Xˌ�L�L��2�3�23�������ڌ�)�)�%�-#������r2�2�fNe/��˙kAIV��g�f�AY[֑DdC�D6�d�gGe�f��g'g�ggfŘg�ge�f�Hg�d�e7f�f�f�gwfŨf���G�b,�'����b�W�׳�rb�r�s�r�91Z9{Ε����R�BnhN�Lntn\nbN�GnFnVnn����ܲܪ�K9��˽�ۜ{3�[nW�+��Wܹ�9��s'sg�����]�qŝ��sŝ��A~`����<��<��|�jX���1y����<?�?��A~^���%y��W�y~�ߐ�D�%��[y���y~�?��.�n�{���<�t��y���7��V�/�п�󃂭�󃂧��B���B���]aT���„�d����
s
����+�,pwWXW�A��
�<?(�)tQ,p�Wx��}^�t������
�<?(E��y~P\�S��<?(F�<?(�<?(�(�8����"����<?(>]\L�����KE�_/�f��w�_q����_�d��"�+^-��bw������_i`���ZK�(��R�T�V"�1%�W�T"��K�4�D�JKJ䯴�D�JJ�����_��+�+�����+�["��%�W�\"��e%�r}������_�V&eO���e�W���_yT���'�'SM/���2�+/*����2�+�+���e�W�^&�=�.��e�W~�L�ʧ��|�L�����bTzW�i*���;��B�*�
��*��2�B�*�*��2�B�*�*���te1ղ
���T!u��+���f��UvUH]e��U�VH]�d��
��\���Jw'����I�:v����NR��$u���հΑ�X�t����sj'W7��;���\ع��u��$k�:7Qm�$k�ou���}�dMӍW�v��o����~
�c��~�-}`���>�r|~}��(��~�_���r0,_@mY�a\�����(��/�E֦�����eh�,5��5��ϟ��!�?w�
�U�f�!���j��J�6t+J9s�ʂ�Z�zf�.����ڽ��i���M���!�a�S,a�4��2Z��;(g�s7�6ʟ�����骄�fhU�(X�
�5�߄E��C�Q������Q�ka	A�/����z����9��н��(�pm��ƃ�;��U�oH��G
Kp�ס���Eو�-"��e�#�k�U⪟*-k��Z��r=ֆ6,V%�}z�'`�Oʂ�!���=P�U,@m��,�ze?<i��*aY=�n�(�0�~����L�}_����&�D��1�Ձ�W�' K�����m���P�O����b�O�+���bȹ�keu�ߣW���n�}�ڂh`y��B�����L�G�0��=���$�g������Vy�����&=Ƥ��h�����C����&=�G��f�1��W@�+�շTg�=�^�u�l��|^�jˋ��`��C~uNV�����Q'���G�)�^��_icf�M�Ћ�N�c�ħh{Mÿ����O�y��ĵ�>E�k�*=@�(��*��g�>��R�����ӟ��z�d�Q����������0���x}��
S?W���2���yؑ%���̹�b�"�ox��X�ܞ�}
�U��0�1�߯�U��2>C�睉K�(L��I?R�*kwg�U��k��#9�ǰ�UT'o�lbo�I�0iD~�N�QvK�����*�+�U^��d۪���ّ)tw-��
���\-�Z�h�*��G�E[Y�c������ɬ$��_a�F||׵sM�6V3��UR�����s��RD�GM�&�ʚ�6�-]�2��P�?���$�9�ED�~ʮ�?�=fF<����o���`u�_F=�i_a��kv��	̳����Z�����j
���Hu���ݔ�?D�l��*R}��Z�ϭ�1[��&��5;"վ�d�EH�	1s�Z@�z�`h	��U+���s�b��D�Q�h�5��A������1��&{ծ��5���_�Q��}[]+���o���z��ʧ���3r%�g$�ʮV��4��6Y��i=�<���s�UV%�&�g��U��U��O��O��؆lm�l�G��-��s
����U{��z�:�E��zc�NQnc��ٝiJ�,�h;�i/`ޅ�*�.���R5�z�)c�<�д{2|2��4�}U�Ӵ�2FB��wޙ�/l[I��>�e(�C�[�[L�53��~f�}cR�w�7�,�C#����7�Q�b|յ#����b��+@�dc0b�M�[?H����bW��?@���{��/<q_cZm�[ݘ���J�Ĕ��4<����<jHCî_�].�.�}���[�OB?����{]����U��:�j�·]�����o:�g�rS}Y"��KP��&�+�g8g��p>�3�i3��_�h޽w��/X����|�\xW�j��hI��@��Q\{���>�:�C�*z|	��K��{='KF?�ݻg��4��Ц����;���ZӜ��Z�|�L41�m�xd��H�v���ͽs�<���1C�g>w�P�,x�Ϛ���;x�]п�~���VV�
+�q>ا[�ι���}%4��@T�&qm���}5ֵ�
�[�ר�3v���`� �4f���]��@�j�®x��識�J?;Ω�?��s��E��E���Ɣ�	��`>s0�����|L�}�:ֺ�1M'��/๞��_�f�g��8��*���}
�SІ�բ�e|&���
�]��ڞT�j�@�9�(��ߨ�����S �^�|dymP�e5�j�}h��@�� ǎ}�mX�-g�N��u�Pg��;�[{��:���a.[����>��=�1�	��	4�ݪ��	���C�8����_���kS�Oʲ�˘ce�=㞜h�Ɵ\������h�����=eoE��n���_��f����D2�b|�1�ݸoS/ɛ~���c�����Qs�V����;*N�37�O�?����d	�6���~�E1�þ�[�0�	w��Y����C{���$��j���_����SK`W{^�i�?W��z[��Pgڿ�w|-V�NJ��3��a��'�˲�_��R[m��{��j�_���l�[���i�e�ĖϲW�]��i���U�s�W��~���<����e��/k9˜;֜f��#ԉh�
��`��5�����C-J�T<7����`c����_��9�VeO��*o��˺��\�8�w��m��{�'�쵣���k	�Ya�Tϲjg��3Cˋ���ә�S��z�#�Q��"�롿\�)�z��Ҏ��}>��7ig�MG{�3K���>�����vpj}���{�:j��^��tfk>K���%��5;�UL{Q��:A��ܡV��c���ld{���sU���+kvә�/�X}ƴ�Ŏ�p`NTkp8υ��ō�t�cW��Z���`Wh����9%��U�)׫��h��e#�m���N���E��c�dQ���z^��_@����!�K�6"!G[v����?��Ts������?�y�x���5`�����~�f�S��B��{Ÿ4�ҮJؗ�	�]Z�T	���U�q�*a����T%ڰ�fk�?���i�&�G��7���k�O���S�*U¾�T�E����e�(��u�d;e�M�ߪ�������J�B�Ͱ,W%��,�T�r��=}U�z��_ݷK���}��'T�zf����|K���V��W���a˟	��S#[_c���z�۪�}o��A��Jؿ��c��J��u�0�S�S��XΪ�qֿgtQj��Dی
��Z�3�{+,���>���>����EuZ�k�A���۰W���9��5;��:�Î�8�2�jC��jm�~'��̲N�e�_���~����&�G&�����S=+j�Qo�T{z0ճ�T�g�Ǜ�7�Moyz�o����?�շ!RW߆����fL�?��I���8��e����跪�#�}Z͎~�ֳ��N�vFj�A�ힷ$߫���_=;�]>W�y�:�v�+���Ϸ���?2٧��h�������h�l{�����l��}��>�fǸЎ~��K�K����RW��aǸW��e��,:���`�B{�>�~�d_g�����N����Ѕ�tA��2�W\u�Ǽ���W�י�cjvy_e��l٪v%��6V���ѯ~�6�K�p�֯~��jӸ�m��T���w�x��7e�w`�R�Sa�",3Г)�W�o���¤�������5�jƻ���|?�,C{��������gֽ�rw{>�n�<zT��bl�筮�ͩ�=�1ת��U�DȪ~�G������v��̚߃T�混�ͫ�����}C��?1m���kK����V۠U����am�vF���?��Ή���y��vA�_��_��Z�}���Y�}(~�Z���Y�}�]{U_�/�n�����"}�vG�+�U�*xMߧֻ�OA߯�\/ꇍ�XU�N��_1��f���X�h,1^�/�7�뷌�i�%K’0V[R�nj��}��Y�4[Y��k��o���!�w֨5k�ޚ��K�o[��b�k����:}�.V:�C�p�F�G��d�3�k.���C��G�~T���w��
�7��
�	�����6�������b�n��V��V��@�">bg����9*M~'K���g��ȹ �>	c���ٚU�h�}���\3��¶Vh���7i�m��ۗ0�:�5�YPj��s�,u(癮z
>Y�B�o_�S.M^ͽ%�
�C(����(����y[\u��nQ~\+��Aw�ػ�A���,�>S��d��씥�5ن;K�Z���&ɿ޹~�W���Gk}�:�	h��9�f��>Z�6P"��a��T����}�#���[x��S=���=uX�~Z��Cv1�|��>x᝗���}��-R�菾bZ�[�Y�C����ӂ�3b��j����������k�M�#둹C��M�_�M�W~�Y���f���S�,>���h�#>bס�gt��8�����$�''>�1Sƚ��E�����#����=��3^�`�..S�E]� ���8��Af"�"�Y��o�br�������)%F����{F�F�~M�v�ɾ���\W�o�˷(��G�D�o��S\����r=&w���Q����}�o�O����[DyZ<��-�!�e���7#�1�xm�6U{\����jK��"���LH�o_��N���K]�@�U��Q�9Q�?�����/��lh�B��Lz�5������_ԉv�u�`�vW������,��a���%f�Φ~�5��$��������b�5��Am��ߚ&��.��w_�W_]�#߸�o���u�ͼ���_�,��?��jմ2�����w&QPK�
�[���=�=%assets/fonts/OpenSans-BoldItalic.woffnu�[���wOFF=�-`FFTM=����GDEF`�(if�GPOSt#ONpd��GSUB8:��B�OS/2W`�z��cmap��YD��cvt ��8I�Gfpgm���ZgaspP#glyf#\��e��:�head�56�4nhhea�#$�chmtxh	��yGloca��	;�vmaxp�  f~name�P�^9��post�4(l�ɂprep<`�3)x�c`d```fpR�����$�7����~�w	WGPD�7�)x�c`d`�������刺�se0�0�2 �&��f��v/�Fx�c`a�Ǵ�����՘���@4���FL�����
�@������θ����_�޿+8�1u300�ɱx�nR
|��>x��XaH�>o�ޙ�$l-�a��������""�45v	����Cĺ��"V�6��H�EDR���X7��Z+i֭�n�%MkE��
V�MSI��~�Ό��6��胏o�Ν{��s�}�6��5�s��2��ô��(W�S��B�z�N[�`MQ�5ō����~j�Jy��\��Ts�OS���3��l�-�p������FC��J;ܥv(��Q�nW%�]����KV"9�6����A1��Ԧ��g�X	��nz_MӴ{���
��N���x�J��v5��[���v���C�j�*�E�U�\�P���QU��%�ZqA����b�J�������q���K�ϚT��stA��:��f-�#U�4�4�g؎F`���f�n�[�:e��а3J���˪�J�;���)�	���;���dz
u�o�b\�Rgh���~�z@cx��k��A}���k���yps���!�)����ҁu]׊/Ra|��w�$w����	��!��!�$�C:Dc�g|�
��lt���Y��̿�Fu���/�iy1��ES�2�.���s�y��V���{��#*1�>1q� ^���M޽��0'�!h#Û3�u� ��¶��ƨ���w"%<�����r	
��A����g/��&�Dc�g?�%���Z���]�8���
���Ԑ�mb�@�Mѵ����"�6�o���45؟ц�ʵ3i�nEC�!�J���s|��uu�6�1 ڝ%z�F����|�Kz��F��k�i�3נO��.�&+�|Q��� b��>Ig�v:kN'��7�Ug��Z��|����'�"����&�2��\��Z��K&�{q�����%���醭�g�z���^�W�l:f��Mq�E��m�g���$�<�'���q��'����U��y���4�1�3���$�1�s�
�]�׽�Y0��-�M�P���Ёw�|�o56�\_��6đ;�sn��gη�4��7���{߆z��d<g�;�<�s`3��{1���?O��9�~3��^E���)���Ѩ���2�e�
c�Y���%�`	��/?��|_�Sd/�
Î�y?;xyR�'y��c�'�O�P�<����PKUN#�:��s�q��AN�X2��%q�u~N>r�0����~���%�}�>����C�j���셜�+a��tkq]�
��+<��^��1��U>�����{�Z�}���~%Im�%�t&�}�*��t6��`޽|�F���{���}රI�n>����&�6�ɾCQ�{��r�_BMP�u����n7>��8�4�EL��P���2�
�_�<�Ʒ�O�7�����@#n=ƑxBM~SE�ݨk&yЙ�x-��viZ��l,���"*�e���[t*k���!�da�3<o��$X�K�[`��f�O�+����Ǖ�iɁ�GsvQ��s��S��oo��E{'F?i�1�ċ�l��ӧжԁ��*65�&tG�4=]ԧ�Z�p��y<�b�rO�����gv�A��w!g91ج��{��o��upP�����C�
�޶_�wRگ�L�Bu�m{��~H?ׯ��~LںJGqm�j���m�]��:�Vߣ_J]����]v3����]���/j�Q��A�+�s�ת�.:*���=����}3���ݯF����N�qJM����~:z��/��#�^���$�a�����"�z
�Y
���(�
{;������e�q�w�E
8�G��V!���V�
ZQ�<������E=�E^���NS��a]�R�����qn��Kr��Asm�ޱh<�@��A;J]v���]`�
p�X�	L���_�]
-�
��{��}�[����q;�
���:ʋ��r6�9�й�؛��-�Ɂ�߽D��sq�����
�SDq7����iH%�3Q��-�E,��Fsv��=���il���=�e�o�z���䨮�&S��8��x����G/�����2�8��}N�JN O��|ŊB[��W+�}u�c�S���a7J��[�q��Ra��5���F��:���y.qlΆ|Kb�>��
?0��S��O�~�����F����"8��ߦ���TX�T�'a�,���r�O���$�2,��쀚G�@~^���0�:|	��A[8�k�c�������o�.���)9���з�~āB�]�@��;@tZlw��P[�A�xNU�O����_J���u�W~|���:�Y#@�_�=���������3�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ��J�D���QDE@�ʄИ��Q7�c��dr��̙�G�NI:D�x~	?.���J�M��`�f+�b�ŭ⅒b@�+��gx�_�S���S}D�Cѡ��x-��Uc١��Sh���C�|iu	�eB�
b<�*�,9�ĸc�<��6��G}kW�)�@݄O�Zb�~�(ʝ/v��<}�+'EN��k�I�Ӿ\5��b�7Nj�"�p{#����Y$x�u�L҉p�8�<2�#DBDDB�93��8�<"�Syedđ!�qJ�y��J$fƑ�8��s�5�s�9לsα�c�9�s�9�޿���`�����>�~r�yp%|>_�o��������9��EH~��O-�nf�$Y�ެP�g��&�YHҀ�#���ٜlI�!;��6��@�P�I�I���u4݌����w�S�S�S�Su�4�fr�9�9��a�K>�p0-?�&s���|.9ל;vv���L����Ub��5���/��;���<V�?/�w�e��~\N�pa\�,�l�Y�Y��9|��7��$~#?'_�o̷����$O`����%$	s�U�G�q��\�.��`�`��c�1�A�A�4q��!�c����8�:�>�M���$�4IZ �'�����Bn��*�-\)�,<$��Dr#y��D� �!��E�E�"X4]�T��c�%�B��(B�����(%H��S�9����bM���Y|HES��r���@m�vR�5L�Ηd�4���XJJ"%%����%{4$
K#�X4!MJS��0m���6OK�vhG��RNiK���R�.��&J�JS�<���EwӃt�>G_;�=?~~����]��Ǡ1x	���fv��a@�Y�j���LSf.�ʒeseke�L83�If2�|���d�N��	2��K�
�W����Z)g�w�/���o]�_�]�_�H,KȒ�T,����X3�k�^Q^!�h�*&+6�8v��؃� ;�N�����%�{���>�dU�T6VvVZ*�J�r����r�����trܜ0'�Ir9GU�*t������X5\��V�ֹ0.����rE�an��_-�VTk�-�Ց�����-]����T
���f��_�]��t�}q��j-�VW;^�s�v��������#�	~������!\��& X�6G��o]�^�\>���HX/�
��A���ݕ��+"��.b�x"��N$5����(!Z���ʻ�~5r5#Ƌ[�S�o�j�M���u�k�k��������e$$�X"�4JnIT��S�,IW��ổzI�P����M�/JiR�T"����c�㮓����\��d$K&��e���C7v�
��(?t�0-ϓ���d����ڨn�5�6�6ɚ<Mᦉ�٦w���
���+����M�M�M��hKc��Oҟ&:�%�����ͺ-��u;r{�U�꼓{�x�~��N�����);���]��ڻ�����m���{u��Z�*�*W�WUI��}�}���#�H�So����sX���h�4{����?8n����9�SZ��Y۪5h�Z�6�Mj�j���K�`G��mǻ���}]��W7�����ut{�#=B����z�^�7�z�~L?�_�oP��oh0�2D;�x���"��?����/�_L�,uR;��[�r�uєkj0
�vL��~�~[�u�t�u}��t˺�ݖn�x��9�L5s�2���4���?~�y|�����{v����?�xrhQX�����;_������1+ڊ�R����l�X�V�5l���ڈ6���Vok�mN۰
����l�v�og�v�]m7������=cߵ;0���;���1�H8�ˎMDZ�:�N�S�T8UN�p�I�3��q!\8�%p5�Ԯ.��tA�Yת�k�9`��h���H��a��G���}�}�}��;ݷݷ�ƺYn�[��S���֧���6O���xf<���g�g�g�g[���~��?�Ez��6��k�z��!oț�{��)��wӻ;�h0�<�>W>�?��
j�/�/x/|C�!���K�K�K�˵�[/�}�g�Y}!߂�/�'�϶?�~�_���S�����4���Øa( 4�]���p �k�L`7pD�� 3����`KP4-Aw����lp�ߩ.$
)C��D�𯚿�m��aE8�!��GZF#Α����ȇ��H}D�������(9*�6F�Qm�+j�D��tt;��ƨ1^Lk��cƘ=6��&b����zl/v��qqR����ŧ��k���������D{”�&�É�7�7�7�7�ovA�� 
d�5���͠l;A��A� N�3`
\�`�G�9��Q�(c�3j��.�1�Tc��p�	AH�j�Ԑ2A�	�C>(�!���m��?��vx���\��8���}��JI �C!�B!Dn�~��oT�Z��[ժ�Zk�u�9g[��u�~q��ι�s�u�k���k��)y��s�7! ݾ�p���s���~�� �����&�A�D�[BQ	-��C���!vk�-
� >ё�iOU3ۏ���7Kۖ�/��+�V�hά\S]Ҹ� ���:F��a
	��
\���4P�(�"�*�z��X�O#�o�|�� ��(BKLrG���i�V,��D���Hh���pBD�C]V{��Q:������lv�ީs�/����/����*=��;�ǖ�Q���a%Э���²k��d�,��������;�^ɻ`�G_\�������~v�\�}d3=�Q"�p����Tq�5�Q'$�D����
QV�%��=D�q���T`�U*�����.����)K��� �����>�`A�+'_YQ6}W��k[�[uS��/p=��߶�i��m�n}Xbx�]���_���$�(����s���}���/��i����]rf���9��cҦ�Ġ�{:�e	O��o��Cp�2�0.��0��E��I��	���	ЖZ���? сP�S�(�*rʘ�G92��r*T���>����^喝Q9�gn��3���1��(ytLT�1&8�Z�㉘�έm�ۦ�?F�c����C�*I���G�Y7��gJ�<�H��i{m6�m�O��6��C;�^xvM��}�?>������L����|%xRp�H l��0�5:Qd�&^k�$�	�E�$9�1b�ps:�L���pC��V�Þ�&
U�NN
U:�P���m�ʷl�H��_Z}pUb���5�WM;�y�URL�=���#��4�Ԗ��J+3&V7�9�9I�y�p��Cs�y$��-��ٴ�~Ρ�T�?ۧt�p�����(�"Jʣ�
9I%���P����[�RS��d�4`��!��_¢N}0*�Wɞ���8Ŏ ��4f�Hҩc$xI�O�u�ίLϹG+�3���f�K���l�J�����s��]z��#=�yrS������2#9��#)����=C���%�����@�����iiF�ٷ؛�?�"<O���&�@ȉ�B.�I�4�
���z	���8*eT䥖�.�j��b)T����`
�ףw۾>���gcX3�"Tkp��3��~���1�k�Յ�Ct]���ف��A��`ׂ�7���#ػ`=q�����F��;�Q�;��bD��Yi��)�O�iʏ���qry��%w��ʩ����߻�p�z�.���CH���4j�,���T5��AP��|@��=Ё���א`!�^8��e#jhŹ8��Fq���>R`4�l�cq��Ǘ�5T��8=�}��̸��;�5�J2U�y�i���S�~���ϯm�v.;����o�Oٚç�LY<�f��SGܞp�C��� "�-�$��B�e�Vaݪ��Ӊ�j"���("6HU��F2�?�E*W?gaJp�z�5ІV��� �J��b���(�!BS���w��
��-�Q63�9��
]}�mFw����Ρ�%o�a�#�2?�k��iN���e\l^�|�#Wߜ�G	;�"���Zwp�Y�	!�����Ȱ)].L\d/��Q0'�+D��Q(�I�]KY9�����i�ԥ���V���W�Ժñ���=v�e꡾��~�6&�-#&�%�Vc��l)Ȯ/���`J�s�_*
{b۴��59�9�S��r�έ��C*C�bZ"��4����B�`G�sB]b�)�s�M�C������i	���gÀs�T�K�J����3��a��ڻ��'u�`���t��M@��U
Eܟ�P�#
$7� �3���A��'	��>�"��lg�������]&�s���p�����Q�4 (ٕ:�=mro������co$
'��r�}�f��zl+\h#�-��B
͢!1?^P>HH(���cn��+�a�	����1+�aUuс�/�_�d7�K�A�(~���}/e<��Y
Y��œ:��E��jύ�+��|�$�.I!�^*��ɴ*�˿X�o���e��m���XEryF�m
�ӷ mB�H��	S:v��E!�!oy�fQ�M^}�oߗ��S����_��"�-O
Yi"S!����;��}$��G�ׁ+X�e���d�/Hr���){��m���cg�7?>%s���/J����R'wۻ.L����;*������?��7��d髽m�[������}�[��9�m��Ҙ����u��S�����h
+:�^6��õ$�h/�d&�ƌ�q���_!S�znu����rJ�l=�*��,PZ����PQ��P���,�_W�����W��K畚�Wn6��%�ڂ�Ψj�Z����u��Z˒�_�-8��ߝX�'�VXJm��?#Uc�d5�e��8�Z0_"�F�2"�iU�B�OOs�B�O4�&�TOY����vZ��5{rI���m���CBhŐT)�����g������s�Z9���gk/�5���(�b��{?�8@��5�Zꖷ�<y��|þ�~i��@;M�Cv�`����](�_=�-�N�x�:��ƍ�Iȼs��hB�C��6���WA��U�`+�|�FnSw�.���Q���$$�J=R%�����@����
�Z9����!)����mm��?�a�cM9�I���!���W8-�E�|��fz�KOw�ꛔT\�=.k)eރ�]A4w�54<��2�fʔ$Ch��J.)�)B�hj\V�5�n�b(���+�@�=�V"�]js�ߗ�PX\�؝�<O!�О��E�of>�K�{�����9/���؞7O���n�Rb^1��t��u�w,>��@��E�'�Y���G��i}��[C_^��`ݜ8�21�|Ai�������U���)�ٿ����s��U��::�����4l[JA�A�Ѳl]��w���-۾z�bz51����G��l�@fM.���>�
�%$B�)1r�iB�7��;Gب@��
�a[M�`�n�Z8k<	L`r$-"�t-�@{���sr;�Xw:�<��y�D4��4�T�Z"�L�O6j��c�ZɎL"�p�9��~�W�xw����?[�$���G��=9
M�C;��~jN�(r��cW���Y6��{����,s�a��z0j�	���:X푈�7=�"����g�z�}~��+���>�[�߲w���K������q~q��)�n�O_i:��9�w`>��fH)�'�4�
2���5)ܺ)�j�� �T���>Ӷ`γ�''>9�'b��~w���'�Q���ks�;׆h~�wV 4�FHl<��,����uY��t��:�Ȅ��7Xv���IJ����apBC�R3Y�\�b���&��u?�{ ��b�ZB!�<�:���Ubx�x"��D��>AS!������S��@�����;mӅ
9�����B�_Y��Hקj�a{A��^�L��OJ�{�/��K�kIz�x�o}��>zQ	�����J�`y@����{���Q��`�������n�Ak�^�S�������
8�}��'Oñ!�쬌���(h]��q`�ߠrrS~S���V�Y�8���M��
�W��;M�uo��f�GFD!y���/���YA+�p��[ҁ��0�{
��SWz��x��YW��G+
�K@ȇ H�ɭ�'��Y�~��{�P
ߣ��ȩ� 
c��)��
A�
T<��pO��4�CZ�+81I!�^`?�	µ�p�_�%��gKȹ���Iy�o3?/��U#���J�ͧotM�hc�^�bh	âd���y�=(A�0�.8�E��ݓȳ�*�zY���:�V��!_�q���R��@m��&�G�x�
�cy��?֘��=��6€?�8e��%9�g�fiV�u�d��x�[�����C�U��]��߽��
�)S��ze��#�m8�ޱ�����+7jЪ�2��@Zy�(�����Y?�ⱃ=GZ7O���)Z���G�^��K19���f<�j�(^s��<	�P���F��n��$���~��)�
�%�}��3c��/��3��~6��QPH��7/��9�]IV�Z����C,c�rqppP�!kx8���� ��4!�4��b�a� `�^^��dM��rì9����~��Ԋ8�n��LYb\�&��#�3�E�FD�2�¤60D\%[<&Z�q�@��x;�`��s��/�٧�,��}�e~�Y�VkO�S�=�<�5e��i�uZ2P�]���$���Ĕ%{�:��*��i0h�9������Ǜ�N,qB\�C]�~���"C#�O	�ؖ���=줾u�ϲ�Y@��jN��C�?�	9?L�z<�#��~A�m�.���������ӗ���
�?��e��?_7EO==<_�lj+~l�w�����^�zm)�+�J�G��!�ϱ�A�&R���� i�<>)�9^��w&ww-�Vj	�\����'��@�^���p�0�s!�@�jicU�"�epA�m�2�H]
�����ʒ�����g�)H�Efi���?M~���\>e����T�ëR�h��L_ޞQ���k�9��p��6��S"DGp�Ʃr=��q�,'�w��)�4{?2���2r�|�{�d�f���zo�5�
��C�"(�2�"Ex�9�K0a��֕_���`h�>���R��/�u��+�w ���}h;��I
9�=G���Ʌ�:*7�{o9���o���׀�հ��#7��
�e�b8gZB�^�]h��{�=�ܻz��U�7����m��,�	"�����O9KFV��ɋ<|J��wځީ�-�5����
���A�v^�A��e�X��Gm��zr�����K����J�߻	�W
�;0R�s�R��S'|5�ʄ,�mL�u�*����<G�I�	�Ռ�H|��J�XRJF%�ׇ�,>%��nZ����=?=��o�5�0&w�J�Q0�`�\��=��Ј.I�B���o�p8��;��N_D�?�xr��V��ϵ�-����sK.Jj�X�T+Dª���B[d�����ſko��Ҷ�]����:NK�b-�ᚽ��i�1���b�0�"\!���*!�<B��bbp5s?�l�^����d6`+(�Jv�.��M�
�%O,J��S<eg\��'R�
�"
�jsR���Ԧ
�F�~j��I��X�N��操�at�����K���t�1�-�1/a� g�	|U�{�^�M�����ْ��y�e���L�3�))=�����?��Z�[_���M)V���d߾���F�Qh_�F�@xD�Z���f`�|{KO��E3�#E�L\
,��m�(i�'�:9����n���̞���)��L��d�������u�F��ǻ�*�HFZA�TF1��G�����m>1h���bi�-A	2R=xaIݳ_>u����}�����;;��>�,�U�L�Zܠ���m@�Ѫ�>ڼs�S���,HJ��l&�N�OK�����h`��
F�P�;$H&���kO�@�̡���q~��/}>��L0@�^9iI���ˌ�mS}�|�9eXE���嶺w��T&�a�õ�ϳ�`ɷRɔ��{���5&Fj>
R����w����F��j�����Lt)���������I����		͡�I��v�U���_.���-�T�8����V���1=�sc*�.u��{�g04a���_n~�`��]����}q�����O�D��I?]��NN�g$n��\�P_�����6h�b�� ���Y���^
��c�%B@���}�w�i��es���[f=��qˤ�L�ٺ������ c�&8H!P�z�z~���6ɠЈ�*F!��LrQu��ĥʃd���26h�Q�E=P^t��	���2!T�����i�85����s��2 �1I����L3��Z1��^�,ef/��	�Ʒ�˗�쓓kw�6�ٽ��������dmX�o�!.��CJƃ�0�ܜzAcR������M�i�zW��f����ˬ�I5I�u��L�wY5	��c����1~�E �E
��?[0�FCGQ���!_�s��x�Wg�'� K2���8����r��&$"l�������Sb2���3"�hf� �}�ܪJF��5Mր��{-g��yȃ�f0f&xzqA��1�|��|e�NX��Tj�)�b�*�I�@Z'�s�q�ΗJp�v�0B�;�������*6�[[ӷV-J^08y�V�[D"�-��ܩ��9�f���N��rQwv�B��Ԟ@�(\q����/�W�����Y���{�Tx8�H�b=!��P|�Q9l~�G��n�s��FT��E��DV-���a$��[=֙;^_����,m���H�w�5Q��4wrh�z�[W^?��j���<Wa�/{��-����7涶��y����`	�[�F��z�N9b�@��A{��Ǯ��������m+�y�?��� JĨC�A�XO�U3�'Қ�ug��\�F�\�:e�d�$y��
4�_2�]H3�3�M6�C#OD�Ѩz#��(�1FQP=x��<.1c�ɨ
QL|�(�qAi���i�]��>{��l��d��Y�
V
�z�RRkR}�WR�}��ȋ�d�g�	�w(��A�X�#�X٠8#�1�Բ`ME�3�P��fu7�@�*�v2����Ҽ����94�G:�HAzBj
6�t�BE%��j4���u4��{�%U�6Z�fDV��tػ���q�iv��B[Mt��x~β��X�]�52���H4��+]�l}��ZBZjZ�9%V��[��g��v�_�����D
�T�x4>�.�}�&6����Z**�16b���1�nx���ٿ�QTZ��*5m�z��.-���;����c�I�*�-M,��P�N��x��p�'L�'2R�t��?8c'l��p�L�X6ř�%=���x�]2�}X]��Ӱ,�l�q���
p���˅s�}솺f��?����(��T��o����H�LL��{�n�ELi6�7�F�����5
@=<a���2!�4H<�Av@n�;�T[��7h&��}/�AM���$�砜I��-!7��{�}R@�B�M!_��lH��v��\%�t���uk����!E����V-I�~�œ�z!�ccg�Βq�s\0�/���}������]2�Ա�A����*hbO`�}P���FJ�J��0�\�߁�c(+'�̒�H�~��ȣ��%�"y�1
Р�ۜ����	��z�l��R�w'�7��"#�K�����@Y������%�cn'���V=����;f�9�Y�/�%�s��]0N%��� m�����kp
�j�EDX�gl���#��i[�M0ﷇ��1F�d�\�C��r5��o�U�P�?���A$L���I�=�y1�h,����S;@���%�@f{��W.�\Z�;!�L���/@�y������"p�k~rW���ٷ�:lD�[�d��iB���nP�p��X��K�-�o
BlP���J�˔Fl�x(��¤[�d\-�˛��\��rx={�O ,�L���#��FfƝ��;L��T���\��*)�m�-`�ܽ��?�%�t
5@D@���U*J�N�0

Wb#���$�:8��'�7O���NHO_[����jQJ��}mM�*r^\xY��N�)NSjG����!v;i���|Q�9��ih�)Š8e��-*�f�'�����PMQ��֦Ҥv;�{��K�k���P�e.	��\B4Ыe� \
�p���D�n�Ⓩ)�U0h[��ܰ�p�`qz���[�)q�l5�w�T����[�	�����gv��8�$x���B�.�D�Ø.8B,�f"T.�8��X\|�ޙG��P�X�����}�Q2[NGiH؛�7mQk�\�Z��쇲�f���la?V��Ԑ;�����ÿ׿�n�c�k����9���a��,��Oz�f���"#C�J=A@s��E�*B�@�)ah��vȝ�4禦�F.b�x���p,��9�OcH��\�D߾���p�1�Z�~�Z�\��#u��#��"X�cZF�4GF����h�#"W��tffv���^�D�߱>yn�s�e������n&��W�C�"�\"@I�LL�JID���6Z
*J��/.��f!��a8f���}��2������-�ɿyO�5�P��M������n���	(NܸA~BY��ܯC߹<��(
�}Q�4��>� ��	1�?c�d�#�W

�9�D�Q��yb�Z|,�쥎ζ�Ҝɋ'���\�ot��wn��\`�o����lNO�X���D��6+��P�6�j�+uE[�b�/.,Z8=1�;k�ʴ���2�R���{
������LZr��\јc��S����.H���]����օC1�R���W�W\��1Q�����r6��/���r'O��VLC?�VS�4t��5�Se]-E!�YA�Q.	�IR��r�HT�!��y&*�S��I�����|Z@�}�|ʌ��g��ػ�P>B>Z�{�������7�op�w��7.�d]n�u�}����~t�O����T�+�z���ЯzA$ �n���%2�g��9�~<4z_��[���m?��c�}v���~�+�G���_��i�b�2,,$���b��*>LG*��A��j�p0�'P�����Ҭ�\c��
1"�C{�bC� ��d�&�SÓɯ�+f���Ho���e�T4N�Zs��z23]�r��^K���|�Ѐ�Ĩ�WBaF����@T�P�
�z��rӷ���_>�.)����쑹��r�@w�=�Gg�g�u�[ZT�K���G�{� ��_��r�3��APC$y�ޭ���:�#!֙5�l�O@����UzJ�	_��&` �8.!�|�3�Ϋ�����50��  ���Ǝ��4���)�O�6�0 N3j�+����:(�Q�ڧ:*���t��bHAa"|s �:�,��@#^1'`h����#�nm=��������JEL;8��`��s����ԲʩS+˦��/H���@BN��	�ų�Q;*(��n�Rm_��Ԛ��m����:��D$�'����|���]R9
�t!�٧���v�y����G=����A���?v�Q[�hJJ2=��y��q�¢��\��B���c�(�,�,����XnB_=P�@c����C��ӳ.��c�_�oqNI�HI��V_��u�j�íS�<g��؈7�
�ى�g#�����'SSs:2��ӈ��]�p>���u
*LBi!��s�qm*��S���k'ǁڰ��9F�zD�%i!QS[룑o���C�+�кCTJ�X#��H<rbß�AV�z\����A�l����M֠p�Rb�:�a�������0���9+�Y
>��ż�Tc���&�}ћ�!jB9!�<1�ՎS� ���3b}���,e�ӽ���u�mG��Ô],�X���ﯰ����ϋP�&p�P�uX@c��ƪ���C඾LX!�ІR����i�m�3m�&�Xo�����1��p+�V�*Cd�E|�\�PU�؍��Uȧ��po"�R�H$��n����~�Yg�<�`����V���炝�AՃ�=�`���ؿ��`_��6���	-!YA�����_I�`�2��lܜ6kG���	�O��eb�!+Q
��M�?Tzdu�S�M{>�ynZ&4�s,�L<u�sT�C���WU����F@9U���A{h6}���M��c�_l9j@{7kW�6���ѻ`\c;���B~C
#10r��^!��Q��ܘ��?�1�
j��I<f������#�ػh,e�c���S���}v5Fw��P�ׄ
=R%4#��PT-�s�5��J���U����!����I�����e&���\Jv��X��*B�n�"t��e���I$ќY1�*BGF��Fa�2�s"DH�h&$g��P��4?�v��U�ʄcn���Ąca�L'q���J��&œ���z]��o����U�r� 4���"��,�	���0�5`_�)���!�;�V�r�H��RN�L�?�q�P�+b�j�P}Щ�t��0��$2�/W�M7�Z���n����$�o�fը�♄8�XC6`�����f���0�d�4{`�*8�i�Cc�p.LSY���z�70�T���0,:Cm
���p�OFǀ֑�&���Y4҄q�8qgD���;���&�Z"J��h
���<��C���v����D��v�!X�k�bQ��ѐQc��s�Vc�0�����չ�g�2u�=YJ��>~�*��ƀV�Cc��c:A'S�Rj�ǩ�?�"⟘�ə0�րx�h}�G� J( ER1U�s�h�@(F1pj��2�<�^f��&��}�B@/���c�
X�\|tBp�^Z�Bd�9"����d���A�!.Z�	Q(�e������TÅ��B�?—�����#������X�=�o�q�rmO��߷ܚ��mݗ*�ήui)�{&��wdCLmz���5�hAS߾��\��0�|W�O��J�����>?$5���H~����X����Ƹ���$~�{�~E�Fy~��U������Cc�p��2���3�_°�x����<,���8��$_
y%��	ݘ_-r���LOo8sm��ܔ�|~��ɝ�C�qa��|���^�#;u���˜M㖙�h���V��
�R�=�7���������.C*>�kV��M��o�i�S�Q�JI�:{ޥ���6��i�Ψm�h�Mq�k�;�elx�	_EB}��f����fmfb�.9&���g�j��O)ʈ�f%e��-�Y��H�N̫ȟ�}?��������A���:���3)�/ǏY����v�A��:��}p�}]���>���!i	�5)Yܐ�1��pf����<=��U
�c.�}�*�F��mH��&$T�Ą��e}}��/�*(��m�陙�pf׊,n���V�({��?_�9�+�"�h�Z���3-%��R�ye���^�=���3h�iQ�+�=ۭ��rI���i)��m�Ria��֝^I��V��8�a�_�9%�±�%���K�V��l�9��'���m���+Μ��
k�=bը>
Ҷ������+�[��ɋx���{�0f�<�6��'�cF�E����f�8�P�A��/<����7��V�Y�xp���8�1�x8z�Ͽ8]�BO���@?���%���*H�R��d40f4r�euY�\��%K�x�
犍N�ZȂ��|�$�$�_���?�a�D�p}�˰Ê�~���of��RZ���$�*'Y�Lp&��kk����[������;�,����V$lؿ���K]��p_�-Km�ǥ�M�,��ZZ�ƭ�~��T^Vw`�X��0���q�<�
�
TO8��?���t�.�7�s�����O
|c��u�	=�M�����\�!�%D�B�˹����[w��n(�"w�׻��N���]7n���u
EE
u��/�k��k˱_a9@wӻa\�L8�DwX�d6���E�X@DJ=VE�_xD��\b��PP��Ɇ2���ǨCAA����z.�(賖�j��G��Y�e5��h�= �m=A����P��E{2�U�������3'���!g�e�P1[,
�
�;Z��p�"��7ޯ~߯�=����1�@���w�bt.�7�XdB{�,b���;��p�y��\2$�F�Q�=H#nuDxl�Z�2F�ז�V����rFo<OX����bpX
��j�yFG�������.�S�S����W��.V2�"V-"�K�g������߼s��R��O5'M1�"ͯ���ip���,�(��Xs��rvSp�o7g���q�S�N;��'�Ø�p�y;>�y�`�����Ͼ���y��wb?0i�ߩ�Pc�-��\��ϫ�%��}��pr�p �Y�@	�g��L���-���f�t����9�6���`�����`8�c��9̨��߁c��(���j�s4���U%C���
�B�H�����J<�M�Z-	Ge�V+DDg0�|#�JɅ�U*磚��RU,���1��#�%���@,P��MP��E�tp��\d��kK.��\Pa�R�Q��~vK�[gv6�̪ܒ���=w�~î�����[��Rʛӧ��M�>����9�ė����塒3����i'N���Ӵ�{Ч��,�Ù	�'��S%?��A|���r�����m��B\�A����HJ
��
E���`b]ڻ�ӑߑo�.g� �@���Ws��]���w٢mt�-�P���w���E�lήYi�Z��EI0�������w# ��Fl��~�|˶���]�pRx�`�p�~y��1�jN?�!)���
K�ΠN;��8f?��B��A8��pf������ ��'�A���f�{�,�ˀ�!��(��P��/^�Ŵ��P>@S\�*��L��'��l�h|�Xpo$
�<)-�VQ�T�*��룆���!���K�A���(y��/z�t&	���5��N������Xm��6�w�Ut=��?��ݢ�fI��J	��D"��*�# <с�cspN�\���Ġ�N����X���L3z;ֹ��~��H�p��N�l�O"]����Q�\���0��}���+�V��|.�S���#�Fss{��fj5�s�ŏ��{
�����C��a����.��K+
�7�����c��98�#g'�S���_����1��{������`@��˕���1��p��~�ɿ`���I�;/_G���d/S\���!��B{T_�a�������[HX�-!����������{��i�V���p>�̿f����������2&@g���N'o�	~�lTg���5/[�ݥ��u���%��Є.J6���1�V�Õ:e	!"�A@�=��c]&�5Zy��3ŝq�x?�^3n/O`y����3�.��K�
����lT�Ͻ�w��m{}��#��Y �Q�+#�_Dl��ޏ)�8�,lj��8��Ϗ�݋�^�S����m^'FX�.{�!%��b���^�)�k�;N�����N��.ܾ����$ 1c��<�25���W�Y1��P���S�-"ؾk
� ���9ݟ��A��Ϸ�����T�w���w5����r���m�{:N�n�g*��q��{�N<��=?�`�z*�w~]8/��M8�e���~���'��<t��\A3P}�����~<�VH5� Jz�"�F�go���׍�ݗ���q�)��y��l��U�.�k��`@"TG��e~�Ϋl�\�8(����_04l4o��&��U�y���9�н3:���R*ㄞ�.�'s}g����ݸ;I��N���{��?�����s�7��??z#��>zec�e���G�?h�9�p�������/?�K�������p�jC��j�0������0��;��c8X����M�ƹ��hօ�z+W.�p',���:(4\�Q�m|<�b���"4.���B�%8��}z����=�Cv�+����)��%�}�P^��-"i�����G�$s�6�w���SQ��
�G�*[�����\��\YY���'/<��=2�z���_|�!'{�� N�`�U�q�G��ߞ�ei����le�?��� �z.��_^U�qa|��\Sh�����\fY���i��mP߾��C�VN�\�4�ǎsۊj�;=�Kr�l�m���ݿ�|��u�똟"�ٔ�`��۔ۘ/���+�Á����.lS^����W�x�R�M�F����礧q��1�r5n��=N�?�o�#F��w��i����"ͨ\!8�G�Vbb8�����(>P5	.rpp~�$���1���v?����F̛h^�0o��=罂�������p�^A5|>���q?	<�����WE�(��q�Vͽ��k����W�:�ߛ"���(%�ra��#a��E�����qܭ�b��r~R��ZQ�7�_�t���!�{��C��	2�

ax�$t�T�	��!�G�_
����j���\���µ��o
	��������B�/Mӎ�1��𕡷��3�ΐ�<��f�	���)g�(�y��-|�}+�sșrph?�`�g�8g��Do'�?�{�����<ۉ>��ub8��e_�r׸� 
F6���8?��~X��k����qO��!xl���l�۝�������s4������cEL�8���&<�/��{?���t;�~�����q<���q�(]�])<w?F���;׆�bܹ�yk�/���=o�/"��< _��߁����zt>t��ox�������Уqg��{'�s�L>v�2!�+��@��v"8�ݏ�[��@�5����b�D,�Kx?���R
�r�,|�ު���G{JV���Y	�����4�س��*���|�o�&?��ܛ���P���:]l,��F�w�T��0@>�a`��W�Ǽ���y~���bD-�[��C
��DXq>c-�ɢ�A�y�ܱ8;"��VU��@�-����k�37U
`����M,�_��z:���	?�̤����Ȋ�-_0�t� 
�]�8�U�18snߍ�\X�9��*1J�Q�~p���o����4-+��?�*%�@?�Ef��$D��D�mL�&�
�4�nv
9�)t��&v_h�T��5G2f�%I �#�ֿ��_��U/z}u\ٸVI��&/-	o|jU��6Ꚅp[����0�\W�ģ�1Q��P�%Fo�B�S��?]?|uS�e�u!�/���K
R����f›�K�}[��e|I������^�^��5`_���F.
��7>�A0|��b��ؘ�r6�r�P�"0�Cи��$<��[&����jUr�I��Ai�Ԑ��`.����KLZ���hM|F�
�@�e�p5yC&ۼx��d���X�|X@Q$%!e���d�3��)t5�������4Aa���޵/�Ԫ�ǂJv����'s���Ō��nI��%e10�,#8��ׂ�9�"��p�c�nBU�Jjk�ҳR���B��ѮB���?D7���P���q¥����ś��X�C��\��Л����w�ڇ{��۞		��W�+�Ŷi����Z����.`�t�Ýq6)Fm<�">>ȏ��pL�l�O��?w�w�g�1�,i@lc�ј��">&��	���G�Q_>7�/�����w�NC�O��D!
��<A��f����.c��y�����<E�)�~��z���|����`t�
�Kd2�{�*�:������K�J�X���w�ԇ�E����
�Y��.c,\jI[<?)"4+?�6%��m�>�OS�:�jG$��	��†K�c����+���5I��$纩wa}�U��b ؈�EK�>���שՂ�(�|�a��'�\h��_E�ʀ���1C��<,Z's���η���9o��yu*��Qӥx-�
�z�@Q�6��r�>����_��������� ��8�n�hL*NnF�e�Z������k��9�{���*�7e(���ۃ��I*lj}���V
�'G��3�ěB|;?���x��v�
gG��iӜqQ�`p����X��;���|�61����-	���"�! ��� x�w#9���$�2�Yh�[�;;V�vR3eI��:?[�M���=V�M�ڝ=���LqY���v|Տʅj�@���Dp�����_	�#��O����i��o�7���/�\sk��;F���딨Hy�n�Ǯq��=>�v���E_g2:����ϝ�y?��2�l��]��}��F�@+j�߻��6�#��:�䞍���������6��˜�3�Y�3C���0j�}g��qs��C�yy/����g�*�.s���gN��bw���Ÿ�f���b��?kc�p��x�,���4�v�$�B����Q|7������q۽(i|J���-���A<Ro�A�τT���;�d뽧F �^�����=(�MIE��l=�K��R;�Kf�I%�t&�N��e⾀�Q�@mM��Ȉ�&���pq��2����ݬ���egF:�}��98��Ït@}�9�N�yD�:0*��<�ge��dJ���p����6������<cV�#M�]zs��єƆ��wA���G^0��d�;�Q�b��ptմ4�5{iMQZE��"���ٽб<�2��y��8��i�߶�Ռ��0zz��&m�|wm��Τ*�?7��)��[�n�H�N)����A������Gm��R�oƎ�����^��2����g�4):���p�νÄ���&};<�L��P��L�8��#_Q��Y��C\��T�S$��K�i�������x���F"�_8��*�o���!b�s:�"|O��<|O��A$�3�G��"����R�<=�	��n�Ҥ��)T�J�
D��=H�{Y�954ž����`��Gs�u�h=~m�51�,�E����X1''c�:�N�]e��8� ��$Ϟe7��֟�>�@t�Ե?�ݲ�5��i�G�]�Ua��?T���m�|i��ٺR��ݚ/?:�����O�l>�5{�#��[j�ư�spnM��֐��.ڣzHO�#
l�t������B���
4me�g �B�6��+���ߜZ{<ux������G��k�l����|�����pB1��2����7C�i��Nmrx�;ɃY�'�� O��,K泬�L
Ɓ���+�kXH(�1+J经�[t�+�2 X;b�{��Yܫ�烯0�L#��!�[ݾ
E$��׊Ł��n:b�0>Z7�H-���ڒ��X�����dY-k���W������y>c��e��V�;�$�<1��M�ٗp�?R&!�ׅ���;�p�#i�
]mY�`�6�h��>�
��Om?��q�=�,������V��|��}����9{V��׫w���&��59_�htZq��b�:m(Z�&���}�!��x/N��
i�zi*4*0�$&�K;wu͗��M�٨ߒ�!4e���_��ہq#�uU��GC�"���7����}�m�����f�WX]LNtA��
�M[�|潷���el
��k�!(�)ho�a`a6��[|��ӖB��ڠ[�crG��]�,sO��'or���'�A�ӻ5�c���µ�36�ʎ,��t†7�>|������?Z�c��:c�/w-�UUл�P͆7*د���c�	>xO��ršcr�8~�δC�΋�,F�{L����1?���јTE�|����S��ˡ�cfA{A�1��X9���	G�ܕ��ٔ�1�U:�E1X��u�7.��a<2'��a�Xb|Y�	阓QT`GW�8�0۰u��l3���hy�HgP���luE颃eaӲ�f)D�ƾ���<u��]�kH��^Y���*;+5Y�ʔ�'Z�7�#e�Z}G��Ud�bҢ啙�d��ru��\�9ڴ�!/3Z=dF�:=22<T�	JH��	��[�nfN�)�om�'_qT:N�{ �^��`z���>������,�ߝ����z��x@[^kN�6�=�є���K��=��U3�����x�g��.U�O6��zv�=�{��h����l�VW��.�2/�9�i��z6\��>Q@F˂(B)����皝�m�M�ԡv_N@�b/�lF#E����Ļ��{��5[ͪ�����ceIS�j�:�}X���+m������f�z:��*����O�F�a[��.��ݿs�U��^ظ�5��nZY��b�tm��|��n���hʏwZsԤLV/9;g��Lp�l\�lM��ZZ�+��*�p=���M����h[]V��Z�Pq�Ʋ�؂t�XGh�d�s���x��l �
�?���%�{:�;7|����������ѵɲg�rwk��U��.�5k�B!��{�	���DŽ�IEiWuVg���)
�v#=��C�:��7���6��
����1��f"�gLwښg��׏ۺc�S2��o�[�e������FGG�I��d^z`�;���H$�d���ȇ/5O�ω�U.�+�[���A=1���P�������zh�pi
�����܁�'������mDo�2j l�oI��f	�
��I�e*>؍!q��g�~�t�α�?��E����q�&	�c׮�}����hvw�"+̗�3�,5%��׺v��, ^���ُ�mx���1���������ɳ�Kkg���5���P&C��
Un0��h��q]+7<+�?,O3Lj��2�:z.q�W�Q1&�Ap���B[?�m)��qt2�|���`����f��T��U���,#׾�oӢQq�T�_;/'(F(�d��hſ�W�.�ĝ�K0wd��m�Ƥh�q�q3Թ�-8���g��Ų���^(|/�5>��K�6�i�A*\��ߠ�я�*�����!���y@�>���j*���?6�쉻�1D�{���Y�X�-;�>s�l��ゲ�CXݚ�8-�HIf&�a,L�a A���Ԃf�h���/b�q�a��Hn��>���™�l�+�K�g9l�?,�9kW�p��t[J7���T�]�)��d�ҭM+��i�j�f��B�O~�H�mͯm�M��G�#&�r>'��1��y�v�{߄�Er$
�d2(�b���;�T{ �A/9��1|G��.f�wγ��M̻�!�7�(AR����B��?2;��o��w��~��&Ƈ(�k��~���a0���g�h��RO�@�o���LU`;`��|�U+d%����g�y��y�Ѯ�A�8*$�g6�ԅ��s5��8ݤ�|�h�;��_ycE���T�s�bI��öi�K�a�-��A=�?��zg�F��&"�BN�r����������:Xfm��Cs�v�e,�ΚQa��NC
�Q���|��z��v��Z?٤�Ƭ}ʝ�f�}C'�0�Fm���t�}�{��̘�P0����޽���ȵ�d�������|>�(c��oH�T��w�WO�)�$��\ǁ�j��mZߦ�¹)��M����zNF��^�Df�����%9���{�1�e�>�v���W6��v�'诋���p�h��jJ1}��G):��O���p=0�
�KR�;�j`єm�B��	�I�,�~}Nd�dӴm�����7��io�d���?�y��[�&m�4i��i�&i��
�[�����Rֲ�eǂ��&�"*"�;:�aUwE_�qF}}�uDEFgh����yҤ-μ���V�6}��{�9��=�lc���gpO�L�Q@��,ҐD,N�GD���R
�&���G˥�A}�eC!�շ��¶��_o\^��\��拧�-x��ƞ;�7���ܴ
=�V����o��>�t��Y��e$�w�yc���t*���r��+�g�&��wқB؂Z� d���˄!CRs��[���PQ\o#7
��l��$s����东���
&
���Ksܺl����my��E�:jhj� }�����G�Wio�O �^�)�u0�O�5��Y��^�%�VA��*
���Q18�#����6@�U�8��Yna�ڀX�ԯ�,��L�ԣ��!?��En���]}Cִ�C������i����=@�P�r�ϫ��P�=�R�h
<��i�P[tV�q�H��T'�}$�
Uz���*��neUnqc����|?;���0���,Ӹ��r|�%��!��n��_�W5ϸe5p���nm^Iͺ�OM���ܷ�����O�u�t-e}6?�e|6�o8���:m�o�����Lݨ}�e�ԍ�5�ݑ\�U�����s�#�ߪ��0:O	��%Ə���I@�v�h%�D"=���rKK�Su��1)!�
\Wϑ�d\.�AQѝzJ�S�@��Ĺ.-ێ5�b�ɢ�i�u���Uay攆�b��x�ۛ�~���˻E_�w�YOQ�e�f�
ݔ[��'��~�ɪ�SX�����A�'�h|n�d�s�7����j����o�J��X`�iCZ�'{J.���4�	ieT(�(�b�ӣ��c;5��D�B�U@&�ܔ\YUc/���K˗��EVS͌��VN��V��势��ii��;޼5�)�à>�=�(D�k�:�99��d�������3����lD�ɨ�1�a�&`��S�v�{�̯�<?	��7?ַf�8T�S����o��IE
��҃���?�x<
,���7t��]]K�+\ֲm���<Қ���|챖��Gl���R�h�&@<�r!Z'P�k!?�x�tA��Ċ�+s|�
�d��*#�J�4S��<U֌	Yr_����<�9��˧N�z��tZ-�W�kJ��c^I��i�F_��\j[uۣ�#1O��ne���D�BMC���h$PCT�x��$.�L�#��j9�u��Y+k�k�����D���dpv`y(?���mR�l�H+-�9�ktv==l���f�� @�
�ļo?S�b�g\Mt����@�.��:ҫ�̢�O�!,*r�C����7D�:���]����C�!(� �-p����1g��d$�մdR
�*�����#_��i�\RR`������y�晳��Z,u,[^��@����N��P�;1���Ox��Z�I�0�W?��g(4@��a��e��p/M=$��Z�^��YMq2�E6Z���Um~4���/v�m������~H(�!�n��ꍯn(%����e}e�S���	�qw�x��Rc��\c�<R-	7E��g^�J[�����{8�>q$�#��猙���pwD���X�?c��ki�>fj�����^��c���Ex7��ţ~&*�g��K��{)��Q"��O����}.���C2:��A�؜�x]Fl��1�еމ��tۘ;4���Uw����]vU�u퍬�3z-����	O�q�T(o�s��뙵!������u/�+�K�M�J���c�D�{��y�c ��
1�R)d2�B�er���<,2����@2�G��{65ݹ�	$}�8����k���{�픎E��6���'h{�ZC�C?������O#�E��p}3���G�5�B�J�b԰P)��eP�b������7���o�H��>�j�'���:��A���ßP2�ꬎ�3�f�ð�<�s�<�ƽ<-A�+M�V����Ul�#���jq����Gw�=���ކ�;��ݽ�?8����϶/��󷝞����۪[s�A�$;!��lN���I5S�>�8m�}]��L�d�o����k����iQ��P���F������t�ub]`�/MJ�K�a�ߣ/�*Q�u@C���}<��z���U7W���G����/�w�����!9� �E,�(��\9B�XX'�#͠/�q���uA�p��9���T#
�E+n�8:�S���z���A�Mu�%�כ����y�JF���/<qߖ��ǿ�;}g��^������d?��O{o�ԧ�&�^�F�V���rrT+YÈ�[r&}
���)˳��U��G���RJ�"�)�Hہ�u*�TI�	6�&�M�/HpO2�k�]��|"R�W��a�k�]�~��>ҏb~DA�GiH?E���hH��v�(�k�pk�.�}e�3u<�aeT�d���d)�׀��{�����2�]���5��|�זS�k���J:�Æ4m�"�J�Z�ȪH��C��UxĎ��Q���U3(�s��P�[@����z�7���[.C̑�p�yn�	�y$�w�kh���E����bg���Q���w��i�K�[U��?Ν��W�[�����G �\;�eS��u<�9=fDF=�Y�V9X�[ղ�<�gV#��:�.�>��SJ[2�N
�az�2��dv|�Zht88;��GfF�(3�Ᵽ!�N���h�"�*�rBo���m��Gb}�H��a����>t�c�;���97=����K*ɂm�wu���UO]\��k:GP���ZYKˍ��k\���[���J�|��h��v=�I�'RrP#���
I�Q"
�9�#��"Z��6IFq����G/��}�6�l���c_�F\wLx���޶jb��i�^S�\T�a����P����?����Nl��A=:�y��|����Bi�Z1<�ؓ��ڭ\z<"G����l`rIv-���~�5��X5@��/n�Z6�ܶ��[t`]߯oF��q;n��\��lfc�ql��ZK�"�Я�7���,�AU(Q����'���f���?-F�"�:��H��/�s6
��8���-��̸c�U��ph���ջ?[�n,ˌ{{�Mbeb�n�'����՛wg�;��b��
2M�]����Z1��wV��׾lCi���/�r.N~���l�
��Q�S���n'��}jG�=RQ	ې��g���@����?�kW??�lIu��x��ٕ�5qJ�)��.�-�۬[��e=�eb�m=��J�"�����.�*3�ЬLV��.ZJ��s�3���E
�>�B�
�*���!��4����v `x	(|�u`�Ӌ�B۫fw�
˪6V�7��l��s'��O�g��._�=�)]��36L
�32��L����hK����f}�'�]`J�����"�v�����W(3)�W"!�A��n��0�HD�LР��dO\a���YSW�9�za�ID�����,�p����,�y�O��O.�$K�����ԭo����+�ܻ��;ůvJ�9��~o�����7]�=�P�n]��2�*-�fΆ����N9��؞���]7!�ZI�"%����D�ӉV PZʶ� ��]����14tŒ���̀�(A�@'a��2ޣs�:�<��	�|�eZ�#����o���Ē�
c�6Ր�>Qd>���<�C�s�4s۳:���׽vG��^��'���O	r��Y�̭u">���53{Ւ�$��W�P$��pfޯo�F2h�28�e�4�J�T񖨶�16�H��_�����YR�Ғ����37L
T�U<:���O�W�U
�OY��']��-�T�_P��!�3쟦f篙3iq�NdX<���#���^�#R�J
�8�C�g�(D;�+^w��-��(��v�����L'�8��ub���B�P�;29���7 �@~ِ�'	��Q�����ł��-�TPY���4��Гa�ͺ���^,�����Ң�<�!�V5��T~E,̟usͮ�n�H�_{����/m�b[#�7��-p��R�(B�qm_#3�2Q�f��0���n���D�m��!����<�Q���=�%�v�t5��~�ʝ�e�O��=�O�T�hV�6�����P� {��2��?���uӓ��kG�Y�?�Ε�w_��O�v6������1Ʈ�1�G=p���l_B���`���:h!� �R�Z��R�4���Hɦ��e~�%�,j&x+��H�!�h��v��͘u�����ϧ���=;�t���8@��E5.�sb>�Q�ƚ�/<~�418N����j����f��T�,yH0mp{a��
��|Ƣ��s�%\��Cx3��E���t���V� �7��4��̍xY�3�gul�̈�@Qd�#;Q"J���n�
ƣeK���o���^M^����7^c�Ǥ�	��'���~/���b1aQG���_d�3-/Y*ˢ[��7䖠� ;;�w�R���Af�P\ZP5�>1��x:�e�fLϏ���`���Aܒ���&@:rP6�C��	����D�[Q��1^�H�0�׎�a/شc�\�s��Z2��_��>���&��
i�J'r�ml*l�I��6�~}�c����n��G�k�
��Qj)j��U�x����B�u!9?+K"I&4�Pqd��(�[�T��;���/���5E���֭ؠC47��YEy�ƌ8FH�k�%�9kB���d���]P\�s�3x+<~Ē�����<����H1���͇�t�Ӎ2Y;}�K��b�p˼���x���S2e�	��;g8�`��P*m���{r��LEɎ�E,�+0���@u�l.A:�{NI(	�@.QtJ
����m|t�\�D�D�d��A�5iι;S�2��.K�C&�$�~EH7m�i^	��.��t.85�xw�#-�)�;�^�8n� �,��D$FQ8�{�D����&���^T1p˼oy������c���|c0E6��сVS=���Q�D�%q�QAK�oΚƊe�z��!�3f��?�h��e��}o�̦a�3���=�NR3%Ś�#s��G>yfs-�1װ��F9
�PH84��$r�<QT��\Y�?��7�F˳�>�a/�:�N�f�z|і���03��8�PP��T��U��¨�����}xM��7�E�O]U?O"{���a
� �m�����L��F�ac"|�s�*��A2^#Z���$e�>1�*��;3k\
[��
>���]g�"wb�<�Ό�AoSf�N&�"�ĥ��3e���=��>2eS��:��L���@�¶�IpG0��H���0�,��F��fv�j4nt��b�1'����"H�B�z\�;0��S;�����s"�C=[�/���D%�a����`X6��d��&���3{G��D�g�0{%.>�PC��2n�%
�u��$8^����]����@UWނ������ �)�ᖪ꣺֡��ο�or���3��=�AZі�Aɱ,�lO�s�Ơ ��7��W�@t�}�֑���5cن��`��J�+'�J��P�N
���22r�C�q�����ƊX��v�/�2ޜ�O5��R�tro��Zѱ�'��ޮ��4Cf���/x��3ca%RtQ'D�<� I���6y`�͵;?�^��H���W��L��9�\�,"3hp���5qq
���2AH*��I$d�9:m�ň!��f��?ͦ?�<]�	����o4)�/'��I� -)n4���m�=�ì<�by�F��,~O��C�|h~��Bg�0���j�[�%�j����A�xJ�S�#u���g��=��;�N��%�.{� ���-�TY����j��Lec�L�
h�Jpv-�a�4�=ʵ��y&��@Q�-�9�fM
(4đZ�X�W��'�S��&�3ʻ�ܞ�%'i�	�sf���o�������[�7�L�X�:��V�n�O����j�`"�q��@t��o��~Ҿ�Kg O���D�� IUB�!�Í���rAe߰	Èr
hR��ؓ	
���~�J�	*�V4a]�\�{>����n����@������Y�+
�^�����߆���=�:}}���<XA�0�g������Z^r+G	_A�a�D�ljv~�s'�:�/�?��n�۲�� �T_����;FG�
%��	�p&�[�4�#N!�˥R�H��c��g��7�Q�J��"k�M1V��v1�7����7��*�ey��]�y�—1�W~ň����g	���E.��Db)�Bi\�������yL�*��g\����VS�M.P~ʾ��F�.Շ�Z�έ�#5��K<j�ꢥ��f����s�������^�zW�к4ӽ���Fz8������H;�&6��VD;6ָH�
h��KG$��H
��Zn���t��U��zAO��Ϧ�Ň��[�k~�K�C�J&�ɷ�?����%_�3��-��LB��Sl��J �d"-*��F��4���ԝ����Y�հS.0p����;H�u��~����
�Η�@Ũ�Cw��0��7�d-�af��p<&.26����E�U2N5gl
�p������V�h����}R���{:�-�#t�&�紻K�&\���8g-���`�D���(J�"�L�ԊBF>Dr`𾈜plV�-L��j$.DwS.�5Ya�B�ѯ���*��T �c�@y"+Fx����s��/(����B�r4�PI�#��g�4.����K��;��]4X�2�M����� ���J��lJ����ɧ�Fv�1Hu��i�^o�K�z��ZD!�@`crK��Y�H�J\^����H�[F�XS�����ۻ�H�I�k[�划�O�&�!�@��Y�R��p��<zi���V
�o�M[��/�+�[9�<�-�:[C��S�A��e�4>��#�Q�8�$AR͒�U(�����S�HFWE��yދY�K�_�S��ч�jm�i���[2S�G�'����EJ�d�z��}�4�4ܻE�~�4���c�ȠHy� Ҡ�o��ĩTJ
D��4��g1(������ ��9	�?qx*�5��
�2�D�4��G1������7��~b(0�����4�;N �Z��us��A���Ͱ@9Elf��G�C��4hI�����l6`W��v���OXw$e��j�lFNX�e>;��H���z�S\��T���7������n(ͳ��o�ϱ$WG�Ev�5j-@CF�
7\p�i��{Zp	Zt��i��*�ݙi5����ӳ�ӨP'�[�>d*�Tg����H3j;��U�C��W�?	0���8Vճ�$lj�ȍ�������[�CO.�۩��5&�nT�mI��7j{f��.���{�>�_��鍅
y��O����z棟m�5�SX왞SY��=*#�����[���ծ9��5M�8/)�Q�����m�L])���+
��n�_}t�H$k�<u�#�R���p�z-�/��s��ӈ�����K�pVV�ʉz=U�:��Z[�u~��~�(�cn	�\Ό�:�0��F��෢O��T�9m�X����`���e�g��~��t�J_���ө������!|�s/}��YsjK��+˕�G/���ѰrZ@&��r
?���U�!U��[�8ֺR$:�d�%�^0iQ�NbX<s�j�$��N������k� �c��K��/F�+b�d�–�@��î`��\B[ĘUAN[��$@�;NX5��^��k�5�����#��'W8hG��]
oܬ-� Q���o�F��Ť��$H�O��@�����(WiI%G.�#�����c9�j�=*z-N0X�計�9���Ǡ~����5���Erag���������3P���x5	G��"hD�o��B֭�ވ��[$O�LKS~]r�=��F��kr������s�,��\�c_�4G-�"�&O���k-q��#�yD�C�+BB��]�QQa�~�Z�"��v�̤�X����}��ԠY�0�=69����6�׹�q�u2�b�9#~��a��O�|Y2�b,�=��ҍ�O�Ј|\2�~N�� i�1q��(Y�?�bq�n�9�Q\�[�bq�n�#ew3�C��H"J���+.( (ʒ(ex<.�Fi���H��z�,���
�"��Z�Ɗ���0۟|�x��7�5���1Ee�h��s����6y���9��,�u��`��HY<wR~��!�X�N+�P0=>��y̘[P���?��|��M�@1جkZ��ў�[��mv�M?%���Ԏ�;
���#��❀�U�l��L�ʔ2a(%9))��� �����9��fj��żgZ��OOrK��tMZ��E�/�H������Jw
\���8Ӣtz�%�Ejq�Y��d�~89�7���JMMK�^yu��onUg��ͬ)j�ї_���r���+�������f3�>a���DE�޼H��C��R���Q����s�PC]]u}}uu:����}6��t�bJ���2�m�[>��T�a�D�H���0:��ck��c��kJ�-4ͫz�Y�\e���ԧ��
*���?�ǥ������ݟ�o�̞�X�����lo�VC�wʭ�'$g7{�f�k����j_��G޸���>{�#����~[�m�ѿmP%Y�j�$X)�E�����=�wd�����(�R��i_���{�:�`=`��l?���Tݟ}雾9��x��Ԋ�&&�g:��
E����	A[�|i�m�0$�Q�0��������2�y���?s?R�K�p?0:+�-"?T7,�.]ڷ,h4�[0�'(��i9�x�����P���� w��c���K�vW�K��i�Iu�I�� �H���4����� �(� ��mѱ���-���Hm���0ea� ��/�_kP$YUj�@���V]�Z~���g7���\Ư����k��y
������n_��y��8�y�{�s;w]|a������ѓ8&,��φ�O�e0�#u8��+������\�`�ZTwcE5�xF'펳���Q7����yP:�+mf��_k߹;s�,���'��>��.�̔�L��]��'VI�l�2��O`<��-5vL(�$P�`Qׁv_!6�^�ߘ�n�+��E#&����5�}jGL�D{e�3>.,B�.�~���/�g��9)�@Ńk�ZG���
_�@ߠe�	�B5��I����������6H���ԃ���=:��(��_�o�GY��/����,CqB"j�-�aQ���:@;4&µ�� xQQ�eO��kU�u�S�\wa�+���w���f�4���*��8��&�+/�G���}�C��`ִt�܂Y�Q�!2�f��wM�?��j
�K����B������z!_䝹� h'4��y
�QB��uG����W���ڊv�1����l\��jNSKM	i2���-�y:�<@lT�</w���.O�h�-��ʎ��x��ĉi	j�P�d��5V6./��'�OO�rh���QEL!f�pe�M�@�cۜ9��.���i����ϝ߻D�"h���cނ�9�g/4��	��7��6��o��|���vz�X�"l�?� �����X���+�o���[�E��B?�9��[�ǽ"�
7�?��-d)��D�N��i��}y�D���c�҆r r���*�v��I��p[���2��ѓ������Z�"����\{����B*��M9S_�_��$;��D�]C�Y�+�zպ��嵝̿���$�'�j�"uj{���OR��c��sJ�����<������];W��8��GZ�O�>	Q8�Nks�.���K�Z���QWI{3���,���drDt(�7
�L}�������GN�.���x�Z����8�$$#�Ѐ�o��;S��������nr$3$YARC@�#W
Co���	/�6}���*)�H���k��n���G�eF�h�����:w7��%*���|�ſ�����.(��[ڇZ�+ۖ����xB$
YHIT����b=m�B“�m�9jB���t7�}ze����x��{O� jxSx�`��I���{�䠊��@7F� ᘻ�Je��?�_���$������� ���4BݝHxPݤT��Մ���q��!�Kf�
ƍn ���8�f�a������p�H�M�'>�݈$�H���o~�ś�kl
IJv������"S�F�-��x�Q��j5�E�UR�D�"� �*F=���������PZ$	P-DU�|�ܬݫ�g�-yh�"Q�{�؞:k��Т����x`�v�8|�00y�uzAW;�~d��5��5x�&���
�7�:�.tr��Ë핍�e�
b2
�i���Ⱦ�2�W�k߁���b{���I{:<��̬�5��h)�6M(�n.�H�O<J��?э��c�큖��Zr��]S�����-[�B@~�9�Eg��p���(҈8F&��c
���#$S&G4����[�s���Q�(��;p6�7�u/�7|n�^&�`fqS�BBLQ2��D���C��Z����kFT�r��P�#rM��49�����5e2�<�\"†��l�C��;:vxw�ɥ�<@९���߂������fk��#l�J�R��f¨�
w�o_�^�N���e����N��n�X���4y�V{�v���ʼnm�vet>���7����D����{'?��U���J���w�gLesui	�s*ʁd�3����d�_�PssI�-�݁%峫�uS;ue��w�C����cm���ߥ%qz��2���,�(Лx�W�)���֎מ�=ײ�m��5�H
�	(�R&��
	��ВG׆1XBZ;�cM�T����;�j�V����יR1��5�ʕֆ{pݏ��ܠ��^A(XP ���:9M"��Ґ��?}�
����R�쌏7Na��q��hw
�d$��xu(��MU�J��j���A�%����}�����~���Ө�����>��K�(f��|y��շ*�%Q|����ˏ2;F0��LQsf<G_:��#��o�nɸ�W�PH��q�8f�x�D���ܳ�:w�Hf���q�*����l.*�Wݏq|h��%B
�j�,�qe�́q�~\�aϥ�qfNN��4����-�v���Z^e��>��*�2�5�L!2^T�B�q	d��Ӡ�NFz��2�~f˙��{�����?����	%U�)B($��JI���w�c+���)wS"��n	�*��֭4}>j�l��=4�+�W+�!���pX>G���$"$�z����2q�}5��n���
��>S���3p�2T#!�)J"���g@S�j$"�|Oӧr�U{�D8���p7����Fٌ|���l	z�`Գ�g�
���\[^B��0���Wp� ����2!�CQ�l)�0G*�s��#��/Q�o����h�� �ф��4�Ͳ�D?�'�K��%,��OQ��4��:�t
\��ҟ����{��Cx_1u�繳�BU�8G@�:�H�*c&���r� �����LSsf
4}�M��1A2>ߣ�-�ϖ�z6C�0�:��쥏�]�rax+�w���|/h9��j��j�O�ƻ�;�}7:G��1"�=�/��wB٭
˦�Z�onu��
�*���Z8^���OR�x�	�0�Й�i[�gҊ�jѡ�j�!��s��O��+��}A�yP��O�X�<��#�
)���#Y��:��6g�g[���'铧��SG����
�j��V�W�@V��ѹ���:��o�%ʈ�iU���n����_��0��9i����K�ѡA�ó�-��##�?T�9-���v��j띏�tkњ��_Y�j���ܿ���^���,֚�v���윸�Re6۪���DEB��8���˒*���=�
�.�\�7\�k��?}��uO'�����Z-��đ��B�B�w�J]��2k��p�i�n|/�"o�AJ�"%����0 ��Ҽ<�Hp��z�b±؊�&�Ye�$�!'#Pgk�R���v�'s���7�֥՘+��j���|��(�X2�o��x�pf�Ԥ���<���V���4)��^�Ұ�;�=q{S��S��p֚M�M�$�x���iW�o���M�Ж$�
A[R�2�-�Q��O�z�p��4Ʈ pwd��+�za{����6���Z����%��X_m2�h@�{�C�k��.�d���((Dyg��'h�d)~aȉʅ��TGa�������-�/�{A��ް~N����nz
Z� H���4=����?|���]�A'J_tk��2iE���ݼ������:h�+Rl�!��Y�w�NG���j��f.? �X�J�u�PR�����δ0r����]}{Ѝ�@���T�/�u�"�kM�� wm9��QZ���E�p���)�jhKr��1~��p�j�)���,��V���p���
��ḑ-�k,4M_�>�vq8�!Q�)JG��8eH�8~\��cH$�L���i��=�r����x��p��h���yk�h���w��{
>��A5%�y|){��cS,Hc�v�$}tg�߃�=`4C�x������&O�������c�!x�?��,j<��8f�K`�#Ow�@_���/�V�z��-@�%�A2J�d�Y��Z�x�	����Y����=��p'�w!�*�x�]��?ΥO��"�|tg�~l��Zk��ٓ]t?�.�A�A�M�	B~R�{tG�=F����>�QX�c�7E�?n
�e-W���{�](��.�a
d�Μ������Vi(,S�s(�o�<�A�Q��2AA��U�����w���K��Ӆ5����wp�\3�I"!Q)��T9����f��fB���CE&��hw�x���	�I��(�8�H[�#�6V�4�M&C|�� <�P ���E	��}��y5��j�kG��="~��J��T�0�"�o���UfLw�88��><1�+��Z�u�U�!qؚVT��@��<(�	��		2�T��m����P��qu�J�Ͱ�92~a)�k]���e"]F�1o���7v�6OVM�2�;�����;-���@
�q3�Hv�|���}�앉�}��ned��(����	�
��+��A�����',�?X��7�7�ى�a���\e*��?%y�W�ӭ�呺m\'������m�%�(�C���}>��A'P!wt���b.d�-�0�F��@�B�,�c�Q��q1�NJ�
km.�$}�o.ޱ������_����>;e���{]��V[J2���Zt�po\��_���xi�yb�-g�WG�u?


V�t�t[iڑF���vT8,9=�u�
/��.ʸ8�Gh��0���[�=;g��QSCfj4��7��ZFvV�͟����×���M���X0�}Oo��d޴�"��_ڪ���^��',(�u��+2\��������4Ҏ�iY_���}���ٞ�l���h�r�
�s�R����TP�H��܅�?v����x��Ҙ#�t�;X�d�N~;f�*�j{%z͠�{��6�²ũ�e���y|E��u�g
Z7/���A�
���n�&a��v1���l��������`�ir��ꚲ����	x��SǮ^��)-k"���~Ӣ��I�Rip6��^�%����A^<��cqA�@�K�G�,������`�+�g��f�H~�}q�ȁϱ�D����qk��狌
6���p`B�����M�p���I�%��Of?�<���s���5u��)vOTH�Wذ�d��~t�_�gz$ƍc�)������ƙ��/�7��F�����/����IXi�25A�d.'A;�9����]���	���Ү5�TH�l��o����.�����l�ygCy��$2���C����`.�P�G���0`U�O���M]1ާ����P3����Pb*�ߗ��Ƣ�߀�/�����S� %Y2*i��V�XRv-[�3nɥ��	������^I�8�&'h�2rInߡy��X��G�{���g�t�P��j2�Q�E
��$g�qA/�N,mwLH�4����Ӣ��s�×�L��Yï6��\���3�k99zc���J�\��S	P��؋�hb(`���|>z:K�j{˴����mx����@�h���<…Ʈ]j��������7���AT��KUC!�qL���Ψ�cXc_�/�����G����F��^e�8*޷	-)k/��.֠�d0@�S�D�(Q�t��eg��_4�������;��2�N��r���;�6�(e��dC�����`�#����M�-a���Iaz��_6�!M��.�K�E�Ƶ�����
��Ȝg�
�q?��B>�Q��A&�t�82�@��T���>�7��A�8>����xC@��^�Ŗ �ߢ�Z"�����wP*� &��0�*��-���_��[����-9�v�е��"2�I�x=�Z7Z�N*�^��D��e�c\�t�dm����ߍ����`�J�|�jڗ5���uB�+^��eJ1<��h��
�����6��1W�1g[lr�?q}q5S_�{�eDc�㺽W0vv*�q��z'i���r�q�{5�_`A���Ø��E�4n�`�����E0P5��t�f��u4���z��� )`[�ڝ"�/�AUb��P�P�
 �D,{5�FB{�r.��$�zsV��zIޱ{ɉ)����八^i�ߒxo�ݳ��e����=��Af��H����������R@����b+i�e0=��>�����B����Q�rץ:���0��oN5��A?�Y��6����o�,���F��I����������.z�����MB�R�3�!Zw�v�7�u/�6P���G���u�����G�;cguqv��ce(�/!kk�8[~���d�-nL��,lc�^1m�`2�\��C�k�XD�zZ��2��q}���z(�љ&>^�"��x�HY4�'[:��!`b�`S荦�[��6������{2�:��:ܴ��W:��KuaBf����d������S�}i})�=�U�L�{�-�qqz�ѨVzt��C���1PpNX�hK��ļuY�[��+:�f��t��jsі���M䯴����t�wjipN�9����2���v��)�f��f�W��c����A��c�>�+���zh���X�`"�8�:b���U%��~"�n	�v����K�R��Q+~Vk�����F0�ɜ��A���\>����:��0�c��Cc}���0>��
����,���,�	���d{4�=�KM��^����b��9��6?���yN�HW+構}�7,
�,b���Ȣ�=k��gh�
�.h�g]��]��ѳ�1��q/L�7,]�	���Xj�_b�.zVf�:�1���Ą��0�I:��o��ư�����l&���.�/���/��5�~�{�-�S����ߑ��u����P^���8��b�[�c��V�ױ��i�9�ٹ�'���A3��?����~H���E�pN�u�7ɕF#t��qw��۵�F��s�P�-�S�,����(�V��OF'{%g�i�}�J)�$���+Z��C��5��
��(�0�u<e��������U��+��hRb��4.c))�V���?\�	1���h�[A�=�
��Q&	GfN<tj�"����8�ȇ�{��"L����7���'���<�&�'+�-PJ�<�J�R-�y}��%�������_Ƚ��
z�?r�~E?�D.��&́g���<7q�X�T��c%��5�{��;ŽoyϾE��g.�!4-��]������X�qn��H<��	ɋׯ?Bِ�lW f|���8"�\��Ooz螝7����
M��w����?.$��m�ܽ��ZG����k]$Ɗ�����:���KE�li�E!�2C�C�QW�1�7
p�#l�'^��]U{�7<�0<߳
x>���Փ�� �7i�o���r�,7w��M��C�j�c���Hz�]�')
��/���]�L����.��`���:�M��bIH����]^4xӜ���<��1Ή��a|4�0���}o?<�����G�U̮7�2qȼ��-��\���M��|���ܵ��feEn{ܠ�쭙gO�וQ����H�0�k�}�E���˳�J&��ػ,���<�iӑNExW��(���P*e9�#�gG�0�
�5w~S7z�xΛ����g6�9<��i����u�xp�K���-��$��j�� o�y�뺆K���9�>�S��eMU)�N�~h��C�M�čK\)q����¡�lc1Y��\R����]�0��w,f.�81f"��5��Z�to�橡��Ί_O��=�.���{��%p���O몷ϕj��G����%�:�j�$i�8/�k>0ѧ����g�Zd!��b���bR�@�2RÜ�ܘ��E9$wL����)��?5%K�|�38멥�ݥkW�4/龥J(�	8�,1�L����$R�ڗ��W5�OȞ���=K��q/pH�݆ ]H�IJg��z�����/z������0����	D��~�����b^X'1̞�J�:�;N�Cj�?9(f������C�>$���T���}nР�HXRX�j@jǼ�[֟\ ��}�%�k���h����6�oG�����E��|tV��D(�'�̢~��Xt1�����q�] 荂u/L�-J%m8��z�71�ދ�=������� �EY̧~|ؠ-"N�_�uD�gV�,�G#S)#q���׿8O%�T<'�u���
��5ݳ��S5�0�f;��t
�}�t	B	{B݈.m,],C�x�]J�臢C������&c,��\<2�fq����/����v���\L�X��
GEQ���ԧ�S}��bE���߯�~(�Q��sl˸�;[5�|�i{҂�/�@:����>3;�q͖W���s�:>m' ���t���½IY�ԣ����%�#m��\W��6/9S�$���v��8i��ukt�X]��������T�K����L��Ե|C�_��u/�ӯ۵��I<!�$dHaΨ���x�
��G�(:@�}�`�p@���H��Y�T1b�ν�{/c����s�;�<`�(a��v������'=��^�D��f�J��Շu����h�Ȏ�;؛��H%�a�~��}rr
\5:7"����q��H�0�֚�\��d�]�����zxu��G���
>7��Z�|�;��Z�Y_�m�ҳ�9�=�����[�Ԉ�w��?+#5���'h�,sM���j*��?�;
�FtB�=���wP*�Y��ل)(W�Ȑ%^���O؂�Gi��(
im|J�=�0m�����m/b�v�D��(�vR3�w{¼h'�wb�������j����;�v�q���5���T��r�R��Yna(�$�d{�پQ���%Ռ���iџ��7��I�l����0�G_d�e��>GS�O^�ƃS��i4��X��c��)�f��^?�j)�8-�=kQV����f�K��+6���@��|���K���϶C���UE|RE������ŅR�������Q�?K�f9�ˮA�S�e�(NM*�8��`I�%���ѦE����rm?~��Pj�
l�� ��6\�¹�s�Pg(">(�z>�n=�HI_�X&�{[EQ �wz�(�� A$B���?��+7��(<&m
����)��;)A�H���L&� P�F�;ȴxxE��G&�߀z���8�8n�$#V8-��I��Ο�n37�Z�u	������R��l�K��r85���	�B�.���ek�N���X�"��1^j�
��Tk�=��ZB۴� ^$HS����Jȟ��|�b$XP�X���B]W��e��
��(;�٩��|/bˈ�����p��C�D���P. _�>\��ܬ�t�|���p]���nH@B�pk�QG�}սMV�w��F�X��򫁆�Q�E�p�(B�cN�x�e�j�:�o�7��G�[��������Gx���:�������_���p!�S-%ݩX8��7X�!/��myx���(c/�6b�v4��"�c�&m#s�/ц�^��<Kl���t߈R�ٵ�L��#>���3|�����r��O�y������C?JB�9z#y�Xy�9�-X�ۛN�������#�H����$��yV�P�(Q�Ew�Թ2CA�7DP�>�>X� �g+��5-σ�a�Z��,�2�r��`K��tX��$����X��?9<^+�H�e~�':�q�ל�����m<��0��fl��g	���۠����$���0-�`�V's*#8P�����_�u[x�D�qZvjG_q����[OXS��㉅[��/���d�3�1(yB>�[�e'V���*]v�%��"���?R=�'�)l��@(�.F�k��O;
�] De�Q��o)��%�Z�n����祥et��=��6��o}�W��l���	������8����/����z�p��93�{m-��	��ZB���%p頹�T�+V��إ���Z�A�y�,�ْ&�*qOL4:����4���)E�o3��<��O�-p7�R��f�H4"�xʘq�e@�%���7"����bOh�h��qߴ�l�r~�.�D�µk�̇�N�Y%j�L��(U��}��]ei�~��
38i|HT
��� I-c�3�d���W/��١b����C��KdВ��Y)�i���_`ق�
�+�M>�7����tz�3�T	R�J!�"3��%71Ss�S[nB����&�ǡP�8䏝P�`�bn0��b��hN���Kԙ�n�Yz�8�)Wid�� �T
Ma]���db�٦t͕ii�<��MI�� �Q�~�x��w��!
Aԗ)5�@�5.��>�&�0̤�pp����`�!������rA�x�*�
���?a�˚��dB�^S������Z��=Y�6�F�)L��1�9u�v�`z�߷��\�R�ȝYkJM+-���l��(5f�$��x�w�'۷��d_[ӎ��)+S�)^��`�,�k�#d'(��Y�z�NY��Q��m_���Q�	+��*Bb-^7Jax�bOcu�@�v@��ڄ��囪�񒜺זt��-���p�4��I�gO6�H�E^�*����i��5����\�H]���C90��%�6��<�s���C��"�m��$+^���$��w��9���Ho�.��Fi����,���p��R	<����n�)�?�)Rd���o~"-h�j1'�0��e%9Ξ<��3;���w�U/��' ^��x�@�5Ե"��XMr�M<g2�������EAV>y����C�����>J8��G�5a#�CZ���~nS�l	jD��	8iPe�޺��c��dB�k��8�Z�)��J���[��I�&�&�ن�^$��U
�)U���d�� 
��[�k
j��/˭2��V	<B�H��e~
s���ݙ�Jd*a�4A�g~-��,�(J��T���2U�D@>�T_��_�A!8��?W�<Y�1�#3�7>���Z��9�e(����b��|��rڵ�s�݋J��\$��nM���K��eI�������(�B��F�R
�(z�)��L%P�x(�R������s46�E�aHZ~G�Տ�3_�zя�T�<P�����4rl��(��_�3T�$%����f���[ط�fI	W�S�J�Ŕz���%Hu�Bя"�;%yF�9��K�`�=�������F��H�Z&��������wߖ4MӬM��I�&i��i��i��ҍ��n�RJ�e-��X� �7�A�� _E�qE�/�W�2��(�3�:B���4��|�����w߹�s��{�K	ɱ������|n\�E�^>W^�(�k�*�;����m"i�q�xI�-1�=�_4���[TTb�>�.��h�k���8M�M�H���c�E5��W��X�686�WN�$�.�`��<Q�^����W<<?���Ɣ7^Hr��6�I�Ӆe�|�u�YȧR��٣cIF����=�^D��t��B�E�*nȬ"E,-��vDŽ�% =�ʚ`5�U��5�Q�.����\�0�����bS�/cn>9z𷥫�9�<�����dm��u��������٠�eC!�b�F	���Dv��{(�&|$�Ⱥ�ryUg��k�R�V�\	�SJ��7R���V���2�כj��_\�8����pǛ���2:��^"�1�M��7��c���w�,z��VLsU�}�\��Zm6B��t�%��	�C{WXI���0�s�8^�Vp�졞�W�{���	o\�&*~lYɬx�A�T����es���H�ޕ����.�61��{W�H��H�͒�m�kF�5�-79^���L��Fz�fƬm��7��;���Ɏ�K�xn���
���X
����D��!��.��vIȰF{�s/(]�5>?�XT�n��1��w�˜��G�=�����r�`�����(7j���4'K��U���:���#!
"ѯұRm#2�0H�;{D�Z�rk#B�2�A
UG9S�E��h���N��*w�|H���6��j���%~�(�[���L'=��H&�������o~�,!?�{����f�Ŵ�	�_��x3$D*�
4��	'H_�	6GnP��$��&#)����9i���qઋ�s�G��
Z�*I'��R�侓�J;����H�$��|S��\JDŽ:S&d�[2|�����Z�R�&hA�۵���v�?B{M���1EFל{���J����ȋ�1д�֚ŭ�D�"1�~kT����qخ�:M��$���$�LC�E4�,�T(A��v���Nb@Ħ<��_H�K�~`���V�Fm.�J���:�z�֘�Ԙ�I@��JW������0#�����F6��q�A��K��;�E��/��5ܻ-MyO� �_�<��7q�&"�׋��$�߻�ܕ�%��Qr����k�G#o�0qU��d�ޒ��	3�e��Z��,�Ht+��쎤�$��wO�,�U��)�wh%��*E��|�c���Ǣ��?Hbb&�ɒ� 2[���I�	�n�R#����t���<@oF�6�V.3@;�s�{qv�/	����?)�D�>Z�a�s�6'��jڼ����j��x�b<|� ��I
ó�9���m�*��xV���S<+H�]���{�Sf�p?&�5�� ��������Ƭ�w�6�Ja�)�f�i�ztbQ�͜S��a��J��|C'&��k~%�����@}��J��]q�7g��U�b_�ο���K�O�[��ymE���-ɀNˈ�5{�f�Dnu�#�S{_�aE��u����B�\�0]XL������bzȏz�臐?�
FF�����|�a�1�#��ÚD���!S��H3����`�_��!\?ҿ��P�4	k��0]��.��ݼ;>Hۺ�����c^ׅ��	�j�!|��V<;�o���C��_����<����"0����)\H�x.�m�c�I3�T|w��Y�sp�;n�������}�q����������)|"6�/��nɅ&B��G��M��U�y�'��\ډ�A�B�W��,GH.��:,C,����{�<M����<-��J�	���<OS�9�>���� ��yZ%��M�^��yK��:�FF�v;Ѱ��ն��`<�g��c�#����q�Ta.��yMbd���n<竄v�����x)�����q��yw|�<�S��|w�r��ݝ��X�R����a��úU%��>�xΧ
�0�{񜏻M�ڂ�:q�#���A΍��(�j���!��u����_`]�;߆څu��O7����^Q�ᨮ�
Օ���B���.�K����N7a�nt�T��A�y���b:���N7a:����t�����n�z�-�=�9�	����6=�K����u)�����A�օ�ݼ;>ւ�0[�{�N��M����a=�������a�mzx>$7��ټn!�!=>���py��I��Saz��� :E,��/l6)��._��IY.Ԥ,��u��0<e`�?�SF���xB�v'�}A<!}�Og�)x
%=���ZC!.�����x
uC�o����"�%�ϙ��a.1,�.�3�0|+���s2Oh/�cT�\���|�
n�4��<�cy˜��1�ŷ���9�*����2�h*�A� K���l�2�dَ��2x*�gxʈ3w��COh\w���םx:�x�,��~h�y\2��*$K�
[=�%��h*�e� �.�nbh�],�sD(w�wE�8?Ƽ� o���I!ʚy�D1։"�ơ���='	i����B�¼���}B��M%1���� hK�� �y'��j:d�w��0�A91��v"��=��Nv�ժN+�_��]�H�E��"�䖉ƨө�kA���ĥ���24�z���A]xG�`Z5�C!y%&�"����~v�ǘ��lk���l���9wv�&s�d59���.%˚���h�2�H���R��ݷߣ�dQMY���mDFj#r�mP� �F�R˰����"�.�wD��(ͬ�)t������^���k:�y3���͘���i��X��8P�7��t��h��<~Z�':�+CE����|u�W{лs�(߹��Jh�.
�A<��H�\K��8`���fR��,�����q�q`7w�#���J�HXJ�\f|��R�Go���er7�����}~L��@/M��>Q���=hA�"!��R�M�.��ژ���-w���i:�C(�K�$����s.�g͏�%@�0����wr��ȿU��嶇}�q���h���>��L��LA؁�wp��l���G�`�i�K����ш�w���=D@�Y�SFfo8��NMKY5��AJ-��b�0�Ӷ2^%�Y�o���
�@��vsg������S�4���J��� >ħ!L~�8B%C_)�j�R%��<�u�~�urcw2x�-�^=0l�n�7�4�;�ˍ׍�^D�.�����)p�x���y�N!dpN��9�ʃA�y���5�Տ����>ph��7o^�h�(!�
���m�
�1���µ�Tt�/"��Xʼ矆�ÑV��nT�r������Y�y��CG��b���K�����������#Ԁ��B[~��Ϯ���z��m��i[�lک/���X�ˮ���L�1�@��{�XԱ�
=���>4Ȍ�!ZO�=��yҦ]�0>�M=s�f�9�_��ɵc�y��٧�w>{¼�,gV�ܞg�_��5��Օ{�����}/�xNONf�{?����:j?�6��,y�s�����N�����A��lK�e������Km�8*�V��,�U��f(�	��Δ�*��-����VpN	�?���'�u»�!Y����z�(7���)�}�wZ��Z��ɹ�A��_F��uʍh�p�x����H_��=���8�^����z�E9ER�؋��H$d/��D��1��37�ᐋx�b�P�OpiBoY�oZ_Ǧ]I�6[�Sb�D�#�@Vl�R�o��7��]3��/,<?n���,g���Ky��D'�@�`�"P�"�_�RR)<��rv��N�x	^�,Nd�J�;��m6�ˀ^�̲,�;p(%B.S�T�c�$��=�(ޗ��2�wQ%T{�H�k�L�P�dZ�ND�Ǩp_��MCn���P�z��	�(��Z�+m���2�1�,')ܓ�;yQ_���TI��)1yt�/'J\
�9���?���%��ː���"�H#�6�J�5���!R��|�+P�C4؇≐ �m�yƒ�=��T�P��M�ʕ�
3F/\�j���Q`v���bө�#�j_?�(J|2B]9ϓ�s�̚uS=��*�^o��Y���Y(��!��.cH��:�0X���,8�͵���9'�@=�s0j��G����|�4�X�#�Ӣ��	a�8�א�,jw����B7�ht{zE�;���qǶG����� ͖Q��M�$&[��*|��}���R8�;o٤�9fKGU۪��~�ç��䦸�^eN�.ݕl�
�`� �{�H�):�M��=\�.��L��j�j������*T�yj��W��������Z`Jw�$���H��YѬ��N�}?zj<�8�,5��Q�pz��%��?�g�ި<&bhZ�;2Dy,�ǭqk,��ʕM�N.�t�_l����-���b[M�"�`��Qy4�s�l<H6Q�n�ݦMX�;���R�JD���|��I�q�24۵�3�c�v�o{�Ζ�n<=k�ϙ�9����^m�8��-p���p���4�DBu��H޶�ޖ�b�2�5�
�<>����2��@�Pc�83$4���	1I�Q�+9����������:j��]2�0��=�]�Nxs"�Z,�E1YC>�:��2{b����T'EےʗUpAg�����~r�\Dmho=��	��$r*܅�J�^ۊ������\a�r�	��H΂��,�5�n�Gm
��� l?z�z8����݋�]_ N���m��m��E��6��P��z2tC�#��|���!�@��4�����g ��@��^��M��A����=؆�1�O�&?!L����E�&T*��8Q���g|�b��-���R}p����*�n�[�gSZMq#�F���B�Qn|Y<�wRiha�$�k[d�,�h��*ҳ,���;���6��M��W#w��6��; n��yT�/��>C��t��k�:�J�TZ��r�Xv�]N����J��&ϖ;�5cͰLP{��}y�{R�X4�L+͚����"�7�l���s���.[Z�}9�� p�q��@�Qh^a��rD��)�*X5{��;Im���z��S�#�rjr1�[K$�\�����)�Y$��ѐ��>s
1�0
������@2>�ɹ돻"����q�:[V�]�g�H���T�-/U�ɩ�_w:*�74<��675�!�]��	s<Oji��xg/�8�DH����GI���r#�S�a��V(�4'���1�ؿ�M.���5˛1&�ttգ늗����+57�̾��R�Sg�X�쉖q�s�t�u1F�Q��ӸGg,^�i�p���Hh��\.�D��bB�w����,Ũ��PNb�2�	�h�z����^�	��j�4����[d%=�p�Cܫ
6V)�(Sbۓ@6$�@y���@G��f��+%�ヤ��J��/Z�}־KT��#*�s9����x{��8�0w�w��&ї�sD
��1@c��Yl�� bL���\Bx�{C~j䭂Jx�?a���@�PJ���6Z�������t��X����E��
*��cA���&[�g�c���A�;����C��|a�������Å͹J�DS�/p�=�kL�9�ۯ�I�VT@*!E
��qQ=� ĦP�O�;T)e�DE„{x�S"�\P��w�Z��tKC�>���>}j{)E��Q��g�A�����PT���̱��V�?���K(�[Y]w+{��Q7w�'_]��E�#��cTcL8�A���I�կ�b�(�������wBK�Wp��O�x�{7��N@�B!���
�7��;!�w��w��<�%�-/6K�s8nq��s�M�]2�D���9Ǯ/g�����>#�ӓ��r���x���N2����\J|�?¹�~
m����2Yd��L�)�5�ئ�E�\�``�=�
7��%9�����~k/)3k�O~�i�ޚ5����V�f��V���Ҫ-e�ϫ���#r[���/�Y��������fU��M4r��L���$�6�.a!F�,�Iin����VS-���Οۙa��m'���
�>�§=�V�ʜ�u�m�Z�V��j��ԩ��,۝����v�7�45mT�:��,u�OCD���'?��|���O�*.�eVf���23=�GN۴q���T�5{e�)�%��g�:�_)���c�Y�]N��WF�i��%��$7����\N!mM!r�@�R�}/)�!�Q�	 x$j�څ?k�Mvg��4>�b֣������s���ي�߭.��ǥ�+[_|�W������'z�S�}�/o f͘��4jj�]��Ěb�$��
!��u�b��C$���&�V��R�J���Q��j�;��‡���8u"<Q?!�8��dTz�F ���.r%S�Dn���d��ӕ�RZ��Z�3mR߄��"ɖ^`�'1�n�9���q䚛U��4c�=��'O���>�`�c��Y7n_I�tszA錙�俗��y�9I��B��כsܴ&3%4�LFE˥��߾��i}��i?�'�Q�����(�e��P
f�H��™���ӿ~e=E��w�AS=z�ŵ�[ܔ�X39u��K�$�/�lJ�8s�����c�	6dN0�����2֨\�d˳���c=�K��
Cjrf�U�?&��-�?K[�+�(;T�2ů���P��T,&AhhbI~9{��M��������EA��c`I��<�p!��gSc1�
Q\9}���'���A0�P�4�8��+��������r�M��,��Q
+�mY��P���ie$HP��d�/������Ǿ�2�V�3m;UV��� �B6ٞ�;�L�Ӏ���>T���/�=ΚU�)5�5�f�IW��n\E{��N=D�/�kp7й����KN
|�~ϼ�-��n����°�z��@,�x����<�|$�Y)����>*�u��FY�s���G5p=_̼CXἋ�K3$�S��=SA���sCtW'���*�
�<u��2v��U-��{���jO�bߦ��()�jO{]�JU�?��8^��^�1_��d7Pbꁞd �I��{��^���}Wv߱E��捻Fe�&!Y���$�5���4�e:���K,�Y4�A���^�O��pg/q^Q�u����ZV����]��)�HL4����O��k���v��_�Ud����A)�j�&U�y_�Jȯ�vJ9����A[��a�;��.�9��e�l?�a�s���8�u��~D�	�q��i���Ӊ�	qIQ87Tp"M�w�A�9���=2��2��`{iX���BO�	7:/BK=ˤ�3�6���К~S��8�}�~+���/+^o���-���8���G�O��0[딾����i
ɶ������"_i��єbk�&L�io��xk]{]+�[��%e���|�l��W3��?F��
5�����FFն
K���Q𫞆74
5{�;=�Ҙ��p0wZ*�[�K�;N��cǔ�7~sD�梵	��[��G�5���V���Kx����Ts�LG��H��c^k4�|�u�G.���;7d�����P9*\�s���g]��qɣ��'��v�{k�KGU7g�q�	y�jNN�^o֖���3��߸�/<^��p]��J�c��.���2qк��:9҈��$�L4�(�"���C��k@��u˛�K+rk�!�IG�N|��qK�7�϶]���rҾ��.�p	�5����e��pڙB�D�#CR4��
]�_����3{�&�����TR'א�ʩ@�m�|ý�}��/���$Ze�v�xF
��]�5�	������N�m�#$���"�4��㗱����E2��pf�#�!!��\xc18�����{�c�σ�	�<vs�X_�N�|	�`�V�V
P�Qf�-ά"{�(
�.. "$z�xp!�����Ir�q��js�'ka��Q��	�<X�\��Mq8;K'-)QVpRNK�H�'/��E�͘Rŭ"��
n�)K�)�9=-�� �_����?�{t<���PEJL�x4�U�d�
�e�(T���7E��ṩp5z���w������ܥ�{�V/,��3��1]M��Z�쨾���#�m]���NM^suT���������� }�Y\��74�[5}
�=9�ϭVN��`M�"˯���{�m�';��,J&�2�=z5���
֘s���⁏{a�v���;�7>
%K�ߤgN1�s��m�w��?��ӹ��liV�џ�+�J�f����3�Srˣ���.�i�^�T�b�$�9n����q�h�HI�D��MM�[��t�?E)�F
�qe@���PS��	��Ě�6���j�!����$>?#�8�m,�J�����lO��';JZV�8�n�!�}>�.���J�޿��(?�*x�>m���,�
���ߒ���om�?�9��,�e�����Һ��y�/���7V�C��K������c@:w���)V��5dc�V��Q��!?cr�B�bk��6�P�+�	���F�#���P�@	Ɨ���
_X�+��oX�g�
(��F^Es�����!�{e�#r����!�'�"7…�
��_A�B��?¿�Q�_��i.����p�~������n��O�O�s�%>�¿��\�`���x�F��8��{>�¿���a{!��&ГC8`{!�¯�	�N!n¿�y����݋��o!�B��x�xX�!���p!��o
��_!\����[|;�!���c� |P��a`;�qw�	�g)�������_!&M��;���@��a��q^6��Ա?�T�-�C4q�D����BAh�i�H$��T
�!�QD\{;�Nb.�C��
��>�ܟ�u����ٳ�����11ҥ55�y󪫫�'ѩD&2�����5��QuXr�P.x�ָ5�
d���=hɣ�U�ts��0�'��+�K~ӷP���&��p74�����x�� [�иw��]�> ��&_��@q��
��+�JJ�b�|�y�L���,�-�|��i�E]�M%I�)k��| #�f��f�5kM7H���������r��M��mڸ��ot��@�]�Z���t �������h�o��9mm�g��͡d ���g���.P�՜ ȪэY~�8"���t$���G�����[�H:)&��zfN��S��O �dew���������;-z�cP,<��E���F(�KA���r���	K���G�h�^�xrs��s�#utK˫�5�T�P��-.�֌�NS�S/4�+��),��,������{gn��K>����̫�.��v(�/�_���cM!^+�F�.�d��ݐ�Ir�&!���埿XJ�@@k]��8 �/�H_��76*V"WG�)i�=������9j�%�a�F
y����"�ʙ&����t��.yނ4u��.d߁��KT��k�JE�Z
������(�#z?��9�%Uf����A(����G�	4����#�F��0B8@�2�>	
e)���gd����ⵘ�3�y��YM��j�Rc���}��)���*r�}	�l/��3�䗩�k��h ���R%���sZ���s�/<�xR��@���V�}a�m��P���_I�蝛��OJ���<�F_�&͜��>�æ5NLΨ��Q��ɒ�56��Rt�
})�4�.H�A�V�ߦ��A�=nx�Ќ@�eSy��i��N�2T�&Ȳ�<rt�B| ��7 
�(s�]�K���wp�;�:/�("Ų�F�6.ISl��T=Nv'i�-��*%+^!�7*�^�!�4.���t��N5kӍII��Z�ʘFt�?�s�\k��d?�T0���
��Q�_� �3�!ZK�&[}SsEO�qeZ3l�|�aacfirJ�͚���4%5}r�M�g�YAi�<�&F�MN[ףU�UN�y��4�Ş�+��%�Q+�r)����D�Ɔ��["�
��@�j����]�no�\⵪�vvMjGe�ˀV�V�#�B����>�1qw�yn�>C�Ĺ�o(x$���F�P��>� ԧ�j�9:kA�"ا��}Z�K��I
4RZ��U1�X�#*瞳�x��?Is�q��B�5Vԏ.��/U�\&�����$�bE3YqY��F�@��A�.C}�}�E�$
�-~�E���)wUt�	#vP]<����NαX��u�ŵ��δ�����;�j�gO7�0��fUudɴJcF�9����43w�GR}�y��3p9�&����E�Z\`�v4y��@Bv�ޘct�Ҏ挩�E��Q�ԕ����m����ݧrr�-pB��|]*�+��?�C�6n�_z�T����5j����G~���� �ȋ�:۰�~v��m��S�`�衶1�`���!�������.���L�K8�SA�x�uB#�����0
|����0*Fh+o�N1���b�i(ÄѠ���ё=�b��\�1�_���CB�����|��ٚX�U�Q�<"��t��7~7�M��y�==s��针SI�s
��AQTN���R��ե<��-�)̱��YR6��-5��Uޛ��BZY5��
d���5L����LD�E�K�z�������!�5&1)d��9�h\�d�HM�&@D�@:�fͨ���QU'���M`���O�e���ڿ�k�&<��M��J~T��UO�ײ�o貀&���Q�D����JH�+��tG��I��F��n~s
�^�UL�O�.�=���S"�uᆼc�M[׳�p]9��]c*A���Z��E�UF�1�׶����8�[Y��������%Q�穆�屴YhJ��p�g���Zsl,��W���O�<j�M
����N�G���(��N5H�y���s@��A�������1r9�h��5���{	-�ѭ���G����� �Fn������Z�>V�k ÿ>u����v�����5y�9�;��4'�Z
��-�a̽�������Qi��6bl{Ϧ?�0W�(�藲	!�J�dZK ���x��7!X����**]��<v}9�Cz����,�?��'��P�B�<N���HFpr.���S�Q1
,
�?
�%��ۜ:,�Ӭ��9���f��_��H�P
J�VTxP�V�����~+��z�����H���
�
����r�gɎI�J"�=��@6c��uoMI�h�9����w�Iq\L�g���py��czP�'�����x;�棰6+��#��4�L
���ʁ"�����
��y!`;Z�b�\�+|작���B���v�	��}~�r$m�1���@Y�d�� Y�<�ap(�֡~׉�pN!Ό���y�9&pN
��"��c>�x��|�I�p�סH?u�V���F�b�<ֻ1���1���8�,�ԁf�=%�b�z�d��3������	����
���V���EtƇ��Cs
�������\��w�p�0����'��PA+��H���%=IlO���xS��ӣP�=�4��V(��V?=�y��y�<��@ x���Y��-X^�o��t����MrN�}��bnM���ן����=΢�5r��zTڸ�,])��ײ���I�~Vl�D�K���uGv,����攪��[�nϪJ�nڞ	�Ίɡ�@8[=,/�4�����P.�^;��������~w�*�钞T���83DV��� ���P��H��	���/<�'��Y���W-�g22uֱۦ�[$����M������������HǬ{���u{$5aC��emɶ�ʼnq�K�Z��z�|ɬ<~zA�)Da�k�X-���P����T(�`��!��U�A�A���%��8��;m�����+���7�#���s��75fN�w�1��	P����K�Z��f��.ʨ����ԶD���ꩳL֩��ڌ�/nŢL�r���x��f��3��ê;�0���;���jӾ�nm�B�F�Y9�@Y�ˬ��C�6dl,�a{���P!���D�^���H?���p�Zy�Ε��|_��ԉ�r�9%=�IMۃ��qc:B�#�R!�ԑ)�*�U��ܒ;I��nj�F�KH�x�Ӥ��N�χ��ua�!8���Q.���w� p"p��y���4k��ԘT;�=�\�P)~.��&�w#ڙOM�j���V��KU����b����PbP��R��q�����c���L鱵ͤ�v!^}�w����$���f�'��O��RPJh�2R��M̀&4r�q�D	�.�1&B;L�8D:J!Ґ:ݼ�'���N��"4��
�Bi�]\��_f_^8o�ϯ��qO\�]����rѨ�'>��P`����ǩ�?��Î�%3f����Gr�C�9�[�q�|rf�{���;ia��y)���
�������O�<s��c���������{5i���0oH	�>0�t�6;�v	��P�?�/�)�p�3
*��t\:}��E�Sl�K�,Ջ�*�BC�#WQsq�U��tŽ�vIJ@��&�5�:��[�	��a�S�"o�*�~���!|��T�1�]@�Rj�6�Qbܮ/\����m�i��<����`��f��L4�
��%�����*�����C���w���y
n7��k���[w��0~��e@9��s�e�������/A����8�L��R�,���s�|@�J�[�(��,������[l*�Ke1oc>�`>��˼��|Q�-��*>���l3�5�w!�/����>�N�9��"L߶P�%���w?�B8���&h����x�(������ۂ�ɸ���[�𱗦��ryfn?>=��4#v¤���m�����5�bը�MϷ���К��n��-Z��7e���e���G�P�M�RBJ��:BL(Jh�����ː�)��LW�ƙ^x�4�x�����?��6��>:7����$�tzI�\,��^@��J
4	���W����Y۾i�'_�E�U_�+����]��VP>��-�_\۰���=n��~��
��B>�)�*�\N�E�*�C��E����-"��$AJ��U��n�b�3c�M�U~67�2�u[vo��y緍{w?Q�����@��6��Ʀ�1�sB��Z�xnT�k}3����l�2�g�k�����&�,�T�"�N�^�B(�*N!3�Dˬ|P;��II���a��ZNFe�,��2;W�˿��<�
���|߷aa�nt�	��4���A9	�*���"V#��{�S�/ja�5�0q*�
������oij�ю�{k��-\l�}������c���s*w^�vhlZ���۞9�;&������]f$M�M���-P��1�;��rz��23��	���I�2�)M�[L��LLVX��ܙ$魯MMkZQ���}��xE��:��)�ĉK*g�3W�9ޝ۔k(-͛VA�*�W�sy��?z�,�4=F�C�����jGӾ{ʞ}j����,-�_ؖ��ЦVfy?[�v9�[N	b�Q�x��dp��:�2(�m���[R�GHx!:!�D&<��,ql
M��LOB�
mx	5>�y(�$dV`�����Z����:�t'�d-����Nly�>g��h���c;��M/8�2��{���i��yfy�yBw٢���[��O7Z�oj�ߵ��SoK����h��R�s��oIrimzuƘiX�V8F%���P�pvFISR
"[?lv�>�
w�-�sq�(U�T
���Sl����3˯'��_�������k^�.wt���T�$���L~Wn�W_�PGB��^���Y��yx�=����x���_|�昴�,E�#���g�N��4���A�^3�O�H>�H�N�������#L�@�0iaɦ�!;�Ft׶���\��7�c����itV�y��-YMe96Ua�{B�'I�s����
ع/��Շj�K^\u���7��X���#/�/�U{��C�{��g-3����OƳ?E�������s�p�4�_i�|�����yF����^Ͽ��w�f�v����u�J���n��j�~#~�-�7|ނ�/��~;��X�+��d1ݮd�-��@M����,�;�Z�OI������U�P�������4trp���g�Z66�s��?�����+�W�
&|�|�5����5�!��>d�x��TAoE~k;i�4�De	�U�v�P\!%-�,�%Q�c�d=�z����@\����8q�/ q����ql'������{���{��D9ET�N鷀#ڈ>
�B[Q3�*��F���^��J%�u���u����ߦ{�7o����ޤ�k�o�g�,�;�g����v�w��P�6��+��8����+�I�e�Uz��ѣ�]�kt?�'�u���A���]��mzT�6�
ک��&U�x����|���~
x;���o�w��/��iFiJiH��S���N����`�(:&������s���&X��+���9xZ:�:�1�ń���Јw
��20�就�7!�
=7�Y�ӡ����8*��\�܊��9W''nh
+v�΍�A��j7����Sc�L���ٺ���#x��.x�� %�o;�&�5�ӑ��q2�xx�5�jR|=ܛ�s��\+LO�F��l�z��>��s��Q�t��;���*��+��ҩ*�6�`tS�7֩�.�wP ����%�k�|q�T-*@��?���a��n�{�l�Ϣ�Fs��xu��9*�`ۄպpn�S/eH[!�+d�F�x-̙hsy�'b$g��D�Rm�*T"t.�p��6���Yp~���f��Q������C�75�q����Lu��N>���2�FT�-��PV��8Q���ef������
��PP������A��d��e7O��W�w��l�!�"ߏh��t�}X��ruD3���.�a��„��Ya��o�$�x�GYY��0d|��t#����Zy9|�tN�(}�	a��;�]���
�.v.���bI�j�E����p�&��QZ�V�c��+�ׂ�7ĘGk�*2�~T�x�C)�%Z��؜��,���6%
c�'�C���-/wK�]1%{�^,�,�r���:�}�����:|%�;�1m�;[�ŦH�V�rI����#����x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜy�\ŝ��{Uݭ�ʲB����juW�Q�}]ݰ
C
��%���5
��c#s	6�1�F�`:X��*��հ,����1��1�0װ�Y�%Dk���R���cb����|���|�2?��/3_5��8�B��N����qB�a��8����ӟqj�>}��ΪK���:�;A�t�w<�������Y��3�?�&���='������(�r�o�������;K�O迬zK�uϺi��﬇�E�?/߳|���^�Y~x��Q?X���@�z�K�__���;ˏ
��:�.C�1��b����`Cjfp��y�����i��ϣ�4�u�+�_��{p��}�v�|up��o~W�G�?�lG_|��ໃsF
�-A�6t�Њ�q��Pn���5t��9��C�]��0t��gQ_�f�˨[����shv�Ծ���F���QO��Я�^�zu������9�~�B�BKC�D
�FC���T!T����Z�� �>�uI���U��n
}-t'�{C�B��������:�v��~�E�ר�B���D�:6�|/^<�l���pd8�-3\n�f�W
3�k��
3Û�/f>��4�u�+(���ݨ*���n��(���Aԣ*�@i�����
�5|D�e��l�-Ի*��
ѹb!J���4ԙ*+P��	TN��\�R9�]�u�
��b���(��/��Qa~WܢrJ��b'jV��^�O�!��{�!ԷT��O��=�W*/�^U9�+�3j�8Y��%FQ�*�(Q1R@�T`cd�ʹ(2rj�
��\�r9�*��P7�|
%jF�E�R���=*�Q��GP�U���4��<{�F^Ry%�F�As�Q�U�]������
����l4�*�����*��]�Z�u��T.E���/����ߨ���Q�7
��o�F��(����Q���7*�F�o�
����Q���a���0���_���/a���pK���/a������_X���/,���a���0��gU�/,���a���0���_���/a�����ß���E�_�"�/�������_D�E�/"�"����W������_D�E�/"�"������E�_�"�/��*������E�_�"�/�7c�o�������T�oL���ߘ���1�7c�o������m�t��7&�ƶ�����QbolJ��F��12Ә�{%�ƾ�{c?C���#(�7F�{c���8�|\썓�����(�7>�{�9��o���8�l\썟�{�Pbo��6.�ƯA���[Pbo��6.��gQbo|J썓�����Pbo�I���J썿�{�d�q�7a�3!�&���ypB�M����D
%�&j(�7�%�&ȍbob=J�M\�{W����M(�7A��{�PbobJ�M���{�Qbo�:!�&X�L����Pbo�l:!�&�5)�&���$�I�7B��I2�؛,����J�M�k'���:�؛܄R웄�I�7�%�&�oR�M�ߤ����I�7	��o�&��$�M��I���GP�o�&��$�M��(�E�_���/
Q�������_T�E[(���Q�%�E�^��{Q�^T�EE^��B]T�EgU���(�.*�ĺ����".J����(�.*�ĺ������k1X������Z�bb-k1�k�vL�ňp1q#���Y�g1Q�*&�ba1�����DX�b",a1����AX�'�_Ĉk��b���*&�bpWq����8\��U��x,N4��������ES��)Mq����h�CS\4š).���Mqh���84�ES��)Mq����h�CS\4š)�r��894.���ЄHJ�C")AM��94!��ЄHJ�C")AM�P�f	�YBL%�f	1� �%�T�h�S	�YB\%�*!��(E��,!�D���J��+A4K���,!�D���J��+I��",	aI����KBXR�%!,)’D���Y�h�gI�YR�%ף�Y�h�gI�YR�%a-)֒��kIXK��$�%�Z֒b-y%֒��T4K͒".I4K*�%�.)�P�u)�K��ԥD]*�R4K�Rb/E4K���,%�R�)�K�����_
�R�/�%�R�)�K�����_
�R�/)񗂿��K�_J�����RD��(L�R�0M4K��4�,-
�D��(L�Ң0M4K��t%
�0�i�K��4���_���/
i񗆿��K�_Z��gQ�/
i񗆿��K�_Z���/-���i�K��4�����d�_�2�/񗁿���_F�e�/#�2��ˈ��z���_F�e�/#�2��ˈ��e�_�2�/�9��ˈ��e�_�2�/񗁿����_V�e�/+��!����_V�������_V�e�/+���Y�ˊ�,�e�_v+J�e�/+���Y�ˊ�,�e�_���/Y񗅿���A��,�e�_���/9񗃿���_N���/'�r��J���/'�r�9�ˉ����_�r�/9񗃿���͢�_�r�/9񗃿���_N���/'�r�9�ˉ��N^���//���y�ˋ�<���_���/y񗇿��˯G��<���_���/y񗇿����_^���//�����(񗇿����_^���//���y�+����_�
�B����_�
��W����+�_A�� �
�W��(�W����+�_A�� �
�W�+����_�
�p%�
�W�+��"��_���E�W����+�_Q�[(�W����+�_Q��(���WE�+��"��_���8�E�+��"��_���E�W����+�_Q��(�z�$�J�W%�+�����_	�J�%�W����+�_I��֣�_	�J�%�W����+�_I���$�J�W%�+���a��+�_I���$�J�W%�+�����_���e�W��_���� ��_���e�W����+�_Y���,��[Q�e�W����+�_Y���,���We�+��2���_�J���,���W����
�U�_�*��W������P��W�����l�\\�lE�U��|�rKE�U���VDXe_���qU�V�'+�����W+b��v彪S9�Eե�OV�Ku�:YMUEI�VmWWV�FuM�����^R��zUUTo�~�zgU�_�U�����9��>R=\�LWP�I�U�o�����7���걚W[P�\֖�Ψ�j��Z����j���LmU�f���vQmSMsT�|�K��5�L�뵻k;j������ڃ���Gkߨ}����ƽ��#��k�+�F�Ɗ��Ѯ��k�문��:+�F�Ί��Ѯ��k�문��:�Vu�v��[]�^g�V���ٿ���uN���:�Vuy{�S���
�Vuy{��\]�^g'W��������uvruy{��\]�^g'W���9�2�5
N���V
y{�S������UC���Ԫ!oopjՐ�7��5��
�t��*����V
y{�S������UC���Ԫ!oopjՐ�78�j���Z5�pjՐ�78�j������V
y{�S����ɩUS���Ԫ)oorj��pjՔ�7Y�5��MN���&�VMy{�S����ɩUS���Դ)oorj�ܪ©iS���Դ)oorjڔ�795m�ۛ��6��MNM��&��MQ��ԴyD�SӦ�k�_S�5�%�Z��-�k�����_�Z���
���_�Z�-�ׂ���k�_K���%�Z��-�kͪ�_K���%�Z��-�k�����_�Z�-�ׂ�)S�oJ�M�ߔ����)�7S�o
�����M��)��S�7�^�����M��)��S�7%���oJ�M�ߔ�����S�LF��)�̔؛"�L��)�̔؛"�L��)�L[��3m��&ϴ�^;�{m�L[��3m��&ϴ�^�<�{m�L[��3�K۟oC]{k�+m�K[ĵ�.m�&��E\���qm�K[ĵ�.m�&��E\�Jĵ�.m�&��E�4�eZ�M�]�E�4�eZ�M�]�E�4�eZ�M�P"n��2-��.�"n��ʹ��fu3-�Y�L��iV7�"n��ʹ���E��iV7�M?<
k�bm֦��4�M��iX�~u��4k��f��Y4�t���t�D��͈��a36#�f lF��@��f�:n�}��-�R�r;��X����ۆ�2��=,3Xx��~�X�G��5#�z�cy�^j��g���=XnƒƲ��Ѿ������n�Ƿ̭�^O߮�q�4��.w|
��Zp�X��G�Oq_k��>,<��K�|6���l��N���-��"�eܗ��?�S�>|4�+h����kh	��G��%�����ƨ��:���;���}
�X^���}��Ug�����Ε��d�l��vf�o�Q�0��,u.��Qێ��5�IM����T������{wR�Q�܍e��n�^�ZK`��:�`�Y�?�g=>��'̅m�;���Ǵ,�;�f��25ó��+i�D��a��ޏ��3�\B�o�q�����\��l��>A�˰��w��<o����m�����}�R�g7b���jt�.�fi���:{}��K�^��Woa�L�t�c�;��L�~J����-]��O�l���u�7,<��kar�+�1ӓ�jӎ���sL�m}�I�q�Wџ��P��~����ޕ�g���#��|��s�'~���,p�a�}�g,�w�h>��_���`W�����f�{��n��!ڱ��O�N��t|a��;�i�Է:0Ƴ]m�O��}���OQ�����;m� |^]��������Q��ov9����n���Ѯ����y���μی�pߧ|<�jf`�	�w��}t�c���O9��w춟e�\_���1�ձ�\�t��ܵ�����6;n<������G?�� ch��ϻ�����sU��P�L�mx�D��u��v'�/�F�7�su8\h���զ��"*���#x�-�6�wx��]�?4}��݉���֧x��z}�ܗՂ�9�G��M�a�/�g��/ˏ`ǧ�i�ʮ.��w��6�s/��;k��,W��Y��Gnc4��;��(�^\��n�QԱ���߻���aK�i	�.�������6�1x"2��Z�ό��/�(�]M�YH ϺP1o}��iS�,�.�~��6{n����[���x��nF��m�z�q��	��ڟc��}o��cdLk_O���㏊dR�
��,�W<`�wV��1_{?��N��+ɰ6����]��f�O"��?��l�����&k8D����r����Y����s��v�_�}_g�܋T;}c�D�uc����F�ی�Q4x��a5\c�۬\8pEw%��Y��qU�[��b��a����Nt��CԷ<_��������Gg��G�Nm}��^H��Ԧ��\��רS������v�o}҉��>ewv�n�F�N�c�����I�ԛ�p�&�<������v_˷bY�o��vOv��<��v.��`�~H�z�x�� �z�}�̟��]�+K���a��hg=��n�|�������N!��0߷�\���퍾{��"VSv%�?ؽ���Z6w�y�`���д��OA��p���u�?�)nnJ��`����E?zʽ��5�5�6[��5�Ѷ���}��ߊ~�77��|��O�y-�iq�R���t�=��[����ZѶ��pUo��̈���|�]���˨c="-�|>ns��Ӄུ|!w���6o��7�3�[��6������z��ړ}6���}�>�<�kWV�ܚ�=7��Ň���N/���vt���W��w'y����:��|g>~?�x��S<�硁�1&et����\<{�
�S�l�p��2��9
2��y�s6"�N6�=�������m.hR�-�z��sY�0V�6��q���+��]�v{Nu��/��;9�g���]v��|s�wcO3:�z���󬐭?��;�'��.�~m�t"0ay����Q�.�c�c�ۮ+l��Bvy��'�?k���w��kT�Թ�mv�]�}�kߎ���YP�
�����}��p�������`��}^�c�q�l~�������ϥ�'�3�[m,�~�{}��I}�B����RqR�����}��g�����s�4�;}��F���h�o߿C_�[�xWc'�!��L?�}A�S�E�́��>^�}��O;�K��
l�eq�"�a��I~�	��Ɛ�o�����1��޷Mz��^,��2��]�w�z������=k�������X�w�����
2��װ?@}_��k�NL��aˡ�/�6^i�?�8����&��)�y��97���y�5�=�
��z�o7�u�b���"�?Y����Nz�W��5�]�t�6�<vr��6��T�A�9��n��؏�\��
{?�ob���#:�h��g<��';���>������a�0k�cg�}��g�y������N��	�)�2�l���uc�{/�盻+:��2|/��9ή���*��<���L����'���ÓN\}'���Y��\�{7�V�'�YѾ]�/�}�����=�����v���6'���~��]=��3�`w}��#�����N�N:���(���AӟΞn�vlL��~ڵ�c�m���	�}����z=�Ik��4�����{��O�d��o�bQ�y_��K�y��$��\����X��1�;|�;ko������\X�����tO���lN�^�7)h��ͮ��C{/�������?�`������Y���\���4r�G��8;����m��S����R߷o
��>�^�
c2��m�/8G4n�ay�\��c���7]�Y��O��;���^����o?I����]��cw����N;��c����6/յ`?��ڿ�v�)'��n?��o��֒'�7c�+�=�6��q�~�?��w��s&���_�:���z��4������w�����u>�{\?��&_;oq
ڵ�b�	�?���&�]��{��ί��������^ћ��-ϵ�7�7�k�c�[T�^l�gX�@:�g��;oG�S������qN�>.6:���;9�*�L��'x��=��E����G�Ѷr&�t'�&¿�� ��ww3�Ü�[�9�����7t�O-8�k��n��M]��K����>�wa�?�/8�[���Ǻ��|��]�����{_�u�k�q���z��I�j2�;݌Yf|N�[���ޭ,��7�q�س��	�3>�
]��f�N�Z0n�~���}蒮ݞr���N�~z#�o'�+��:63}�'c���suN�����w���7t�e�}{��{�����Io��������mN�絯���~3���,��־������sHo��.dC_�9��+Q&5�wiߞ��c��
�J8�<H.�H�Zڱ�'��E���ص�2�J�`W���yN�;����׿	nm��迵��[kn����4�܉C0�=��gw}�{�N8�>����9�S����}��0u:�~}���!ڞ-g|o�:�-������Xg_�zU�!{��R�*�k���.Fx�G�{YZ�����F֍V�G�Yڻ�������O�N�Dgdf� ���A�wu6��ҟ?��=�!���>�\�^����o񷦘��8+L۲��>k`?E�sF߂���׾������C��{��p"�y�r��g�Υ��9��'���ls
�=�N���R��<��&����;�����y�G�N�������o�s��;������g��;�n��{�{��{�{�sܽ�k�_���=���O�����~߫�gymo�;�O����]�mu_���ms�zwy?s�y�r^+P�;��_x�?
<�` �1��<�a�v:c����`�{)�
ּ��S�)���Y����WWjum�z�w��7x�h\����8W�GkB�*����V:�y?�^p��^�^v�����c��i��j�u���W�����
�D����/+�~����s�ĸ�o��O�繟TT�mR%�RP���UV�w窬Q�@e��F�KT.WQ�뜠{��פ�t�wkؠ�Gz��1�e,�W�����*T���w"��\o�i��e���v��Us�V9�@V-�m
�5��ڷ�w1s+�r�07�5o�Ƿ��j��Y�����\�x|�,k�?*}�+�����w�^K�2�~�\e�O��q�h�㛏_k<��*u��q��>��v:&�.r:�9%��g�sD�ѽE$,t��7g���x�#��Gt7���Sj�F?�k���g��L��7�T��޷������]&b�}�ߋG}q�2zq�|m�ݘm�Z����O�'N���G����)5�����9N�l9}��������w��^��z/�s�xn�1{�+3���̛]s��|�|;�|�|7�|����&�9�C�8gNw4Ym��K=M�L�*�*	�����T�V1o�����U�I��:*�U���5�̗��R��'�~�4�O�À������c�-p�,�xv��y�J�x������ �1�w1�qǜi��k�sb�mm��1��^�b����.��1`������3�c�5���zrQ���/��W&�9��L|���|�Bg�s��Y��H_vnQ��G}b�;��߸�[a�|�	�	�����Ý����~�=�>����Ͼ��nVs_���̧��/&�6W����_&�H�O���*��g���wK���z�9�m�9�2o�ߔ�o���(1��7Ob��o���|��-ɬ��K�}PF������9�մ2������w&PPK�
�[�>o��I�I'assets/fonts/OpenSans-MediumItalic.woffnu�[���wOFFI�,PFFTMI����GDEF,�(if�GPOS%@$�Np���GSUB:��B�OS/2W`���[cmap �YD��cvt 8�8I�Gfpgm����Zgasp#glyf#��dT��:�head�66�4�hhea�#$�(hmtxh	�֎��loca0�	ƻ~maxp�  f~name��Epost	(l�ɂprep�`�3)Bk�j�_<������w&P�2��	�yx�c`d`�����s��?���RD�K�Y��v/�Fx�c`a�c����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ��x��XktNW~���/�XLF�B�\:
e!�N/�u�*
�m�%���K].��".
e�`Fݪ�"�u�D1H��u[�Tg�i�<�/>)�������Ͼ|�}����.��sW�8&�Z���p̫�'u*Z���@���~Hp����B=��*�w"�r\=��Y��t�SY���|�Ch�1��":/�1�}���!�2���'��]�����z����7:z����[�E�m�6=����߃�b/2u�	/�_�Q�\�u��l�/��af�X��V�kw���^�	�P�ڪGM[�����W/C�Z�dr_]�n����l�q�Qz[WC>7	TD�����1*��'��[����ڇ~�I�P��jUh�W�M1�U�\�-0+�-���)ڧ����_�\>�.}�9<��9����K�e$�1ASiS��G
�`�v��1.덦�{��{��7��=�T�5_���O#!Ee������L_�"a���ٰʃ�ky��"��s�}�%�����_ԸA?܁���e~(��T4_DB|!>�,��5�3�n׿�F=�����E�#���\�]�,��/S�7rG�;�s�{��@ݬ
��)xQDZ�1bu�8�
$^D�A6������Z���"J�(��wFb�9���-�Md���_Ơ�A�M~�;�Rb��l�F�]?�XN�k�B��\�x���Y���^b�<�)��1w�;�=��^.Q��#��ެ=C���m�����U����o
�;�H�
�T+'�-�9�9�r2���p=�T��m.�+���;��&`���Rr1���\�M���b:�4&o!�g�!��(У�$���^lf��_�z�u����V�k���^n���:M��6��>iџw��+����\�����3���i��د��g���6�x����&<a�,��Xi�y�P��c�F���H�>�5�:�'ڭj��&��h�W�IUt�9�s�O֛�L�I��f���m�{W0ɯ�>ekI K�.�s��|?��|�C����:��,�1��Ͷ@B���F�e�����~�2VC6��M���7s�@T�����{�l�6�F�O��qΰ��1�W�;�!P��X�&�8G^i��5):�6X9�l~�ϛ3j��|E��4��
h��Y�!�R��c'�x���ޏ4=�؞h��+��}�t�,�P��9:�/�r2}&��\��u��{�U�"�+~���e0���ܭ��o��z/����_����5ڵ���O�{�4���̜�H�v��e��3����p���U}z�+d!3��r��wp���駡oٺ[B��$�1�N�g�ą�E�� �;G}n�
���-�&u�`�F���q4W-h�l��x����1g����`{���d-�$��kH�����
�j��d�EUD����o>q�P#���Grk
r���<V̺��9�a��=��8��b!s�Y��F��į�\u-,_@ѷ�T���c�D�9�lՙf����|��|�\��"l��K-ϟ�ge8'��q�86�cC^��.��G�8���|���v��I�X��c�Ѭ�
	�9��x��?�X�L���RG�/���<��<���q�z��w�s��@�5۬
��?nP�K�;
�ij>�z�a��,js�f?�޳��,Ђ�M��k𙹺�mbiH
�4����7�ۢ��]��b��9���M��t�?ڹŘD�\Ee��Q�q��f�Sf+���G�4E�13G�4��us}��ןa�^���&Ϩ�<�w�ތ�_�/��{���yIr@��,��ۜ�~5���vz G�F�Y�\�����:�A\���
�Ț�^x׃����"�,w5��te[j��taC�.���4�Q��4r�"�锘l�!�y�I'F�7M�:��D�2ƣ^��0�)�d�S�N�guB%��wNTi4�{�)�z�q������d��K���ITRQ̜෦��b%�	q��A�&��Y�6ל��3�QcP�=��s��f%<����}3�}�|�2���߲N��G��?O3vk��~|L��X�&~������`>���b�_�?�^��:t��9��[���y�ʰw׮��2Ɠ���s��1�
�f]2�y{�.5��E��+��h�;�� -�֦����8�G�̚}���es�Xf��p(~����FW��Nw��Y��O�V,a^)i�/���|�|`���K���f�4:�|�Q��e��˩	�㌖���%����l��pWs��������B�U�O�;}߀1�ik���=��9ak~����n�u�@� t����3�E;�ҟ��5���P�Չ���������#D<�o�;�t���+�
�6>]��4֬��*ϊ�����w&���Bt#����0"S'����DuŜTߙu��9�z�+��DQh���I>W��s����]��$�%�����N�%���1��]gc�����By�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ�5PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no���Yx�u�oL�	`��S#��#CDDDD$���<㌌��̈<�8��#C3S�K��D@��S���Ɯk�9ǜs���k�5�s�5�s���>�?H�j��w��,`0	f��`x��;=�:�pBwb��!ޓ�ؓ��q(ZU@uP��{��$HRE�*ɑ4���LM�$+��S��lJS�#e��T�)��S�`\�f��>�NCO�N�OO�S���Tg���6�Xx5\����P�(�I�&��s�pVz�zv3
��M��ͦ��H���
?.#��.�<��9���s_����������y�5��QX�eC�P˨D%�1C�ѝ1��)�
F����r4ݏv���9t��>�L�DgR3�2M���`�\�Z�.��a�	�,f���βe���gE�6��X։�F�K�M�~6(���ff{�����w���`8..����p�q���i�&ǔ��	���,�����S�X<
��2|;ފ��r��\Fnun}�"W���{DH%`	4� $�Z��0H%D�����<u^O�=ț�[̋�}�;$B�p"�H'��<��h%z�~b��L�"Ɖ���|^~c�*_�o�w��#$0IH���I��&-�|��k[_�2�L$��yd���F6��^r��@NrE��Bm���[.\,�(ܧ�)��L���)J�@qR���U��م9*�*�F��U���ԟZi`Z�@c�jhB������|4?m���QD(�)�\E�E��t�����ѻ�&� �M�a�}��B_/F�����bq���R+�)>`@�2��0�.���Ϙ`�3����vIMI]�����P.�)Y/�b˜iL4���e.��J)��RA��TSj*u���)�|A�.:/n�3�%������/I/��
]�\E�r�e��8���Ԭ��\!^�^Y��}%��El�ϞfG٫����ʩ�ʵ�����sD1��8�U�*EUg�h�N�~U���r�\��+�*�n�{t�zUv��Y���P��3�g�ϛ55ܚ�k�k�ke�$׆�m�����x$�g��y{���Ԃjy��������7�ǯ��|-��ď�w��7d7�7Vol�Z����L�Y}sX��د�_��	�B���o��B�)D3�o���x�ķ�4�v��n�oGoo܎7��
����owpwxw�����&�<�8&޿��ǹg��%�K���dArx�t_r�~�	�T�$mr4-5�������P�&ݒ��=�=p>�>8�1eJ�O����,���J�_>�'�Oß�
�B��Q������ׂ�d+۔�r�!�a�Å��?=<PATHFEP1U5*�jOu�o�73�y͍;�x��ƫ�u��I�Pw�m�Q��zY�I��Ғ�Bj�hᷨ[l-�-3-���VA��5����瑷
��ֶ�7��5��f�1���1�x����k�=�<�=�?Y�"�Tm�֫
kW�{�n����C����X�$v*;#��O�O9O5Og�]�]ڮ�g�g�g�g+݈����ӟ�<_�I���|���jzM���`�\o�w���N���N]�Χ��u[���$=ZO�s�
z��G���s�5���Ȁ0
t�Pgh2h&��6,6�F�i$YF�Qfl7�6��8a�5���	S�	c����z���cr����UӶ�jF��f��c��Js��f��ߛ��
s���Y����·4Xd�v��ⵄ-Ѿ��G�+����
�M��XAV�Ul5X��]�����苝~pj?�_�o��|I~Y��r��l�6�m�6e��-�Vl�m[ܖ
��
`�����@d0}P88:���O�?a;Ʈ�k��;�Hu�8��!�e�5T7�447�vœ'�Y�un��y�j�U�Ց�����k�k�k��}w���=쎸W�����'Ń��<O����4z�6O���qzF=a�ϒ�g۳�yAo�oo��x�,��:��/�ſ�u���1|b���M��|[��l7����|�N�%�5���lc��c�c+c� e��p>`
�V�-�p<�G�S��5�u��q�x��d>��ؘ�OO�'���ɩ����䚟��~ �� ���m@�8�@0	����z`+�8A�� "���`Y��
����"����I޹��N�Nɧ�B̐)d9Cá�P84�-�b���vh/�c¤�IQ�6x���|G�8�����eْ-�[�e�˶ܫ�{���6��S�c��J(�BI!	I.	��\r�\z���sw��]�?3��e0�����ӛ7�ymތ��M~E��.�@8�%�v&@����HG�><�쀯tT�!��Y��쏓�%$TF&����c��316����H�C�85�ҋ
x]��� 7Pj�E��z�Q���M'e��/��x��E����D��C��A;y{;��	�<77h���&!$R#!��z�#�;}��
��&V-WǪ���5���Ք����=pob~��K,.#�� e�l.R步G��.�̏��v��
�a���6��L58�T�I ͗"2'��$�#�%ˆX"��&��G�~�B��������p��~wtRƇG�bÀ.�(�adtT
H|%�O)/�Y!@���@.�O�h
o8�V�rCC����W���j���F3jVgϿ�N_�ܒ蕤/-Lj��JX����b����T-����,��Ot�C�A4��W1X3xb��`�0�&�?A/�t�ëR5Iz(
b��|?�
8KgB�S@h�N	`or����!��#e7#�P�(�5)V)��L����5�R�Y���߾��O�}U0��%�nC��*�q}qd���!B�g�q�S��FU�
��tE�ȋ�F��s!L�ҝ|2���G�T�ss�ѓ���
�^�_��ٷriXa�Y�{K����v�';��n{��5��s2�.
+(��͚���ɻE�����j�����;P�"�	Rʤ%Dh�P�P��P�xV��0Dz$D��RR ����V�r˴bɛgߛ��HP\��e];���*�Q}];�;�����<���M�5wq^\�U}kedYvj]�V�y��&f�,8�R����aS4�7ue��$��]�͏k���am�����Q��T1U���1�����
~��U�4���-����@p%�r��!\������F��b<%��tu��+��.����g�T��N�%���n�0�o��̳�Mo?_
qNvB�
�!
�&��q�J�3�U &{�/��u��?�7�f�|~1se؃ �s�t���ʗ���<�|���y�l���=	)�j�I%v�b
D<>I�C������:���ɕ�V�������q��K�A��}bf�i��`^'��
�����z�k��~��#��"�.oly��Y�qTG�
��`3� �>H��gZ����0z��c�o �����b>���w
�*J�6/��P]��Vq�d�2��|4n�I�ˡ����\j�X� J~�7ϟG0Ц�h�i?�'쐎�G(mL�������R��ȴ��شN<��cИ=��hV����7'�����=�?�ypm8��첏�gr!�ٕ`Y4�}d�h��4��4R�ϟ}���6v��isS�wZ���ڴ�����Fc_]f��^��0��MZ��i��7�vV>Q���?�h޺�p��_����6�z�jO�%"��Gv�b	�[ض���ET'y�����=Cw�|�$s��[2/�=J�d'��ӂ�Ct�u^���x&��1B������*�ٮog�����\:�%��#zvû�W��m���9C�k'k6,Z�Q׫Nܐ7�vO˒�o�e>�Gh!?Ѹ����!(���ёp���"'������!�u
�Ь�_!I�i9�$8����:�W���V���Y�?ޛ:���`^ݬ?=�쉚Y'�N[�GE���A��s3
{�i��j��
�R�+���:��,t9����$�)�w�3�6�(;>�tr�h��D�X�x�H�XhK
�P4�>25Ǽܗ�����6�����k��?E�2�r��~���
��k��Te�FU�e2W(�3m�2���˺V[��Q`e	�e.��=�Ա�)tlUjR�u��B�ʘE�ڍ�>W�\����4/���,K&�}����?����=��Ð��MHS<���*4�ӓP@���%�J\dl
	�!r�X��%�Hg!>��$���t��J�w����kjc�~p8\�߱�`������/h����\�Ѫ�rE�͇���¤�`{��vҡ��0��^=�~�d׉��s�2[��azUtKa��.(ϭ��|Bn����C)�(�EN����]�f�'xjǝO�ا���0�I"܌��PO12����6�a'}#9�7�qr���i�ȭl@6��WN/�,
��j͉��G�2���>��<���Oox�l�_k�S{geu'�*��{lq��v�`�lK�Ϊ�{:�s�5�0�h�`ZzW�֫|I]�yM]ҝS�۞U;�d��b�� �,�%��p%F�߳9YZW"ThR�Ύ��@Jɑ�ggg��JRWFD.��<���K�;{a������u,9Ө����Z��H���EbV��g*�T��vt��|kmx~p㓋*�n���ysO����ȍ�ջ��c����f��+X����|FwBm��z��b����΀�q #.^��X��"������𸸌9[�9��/�_L(	�%;'���b�ՏM�]���95�`�ƽ��֡,>�;�����e�CP4�G�H�OZ
�E�.����4ۑ�~N�_�b�3W��g�\�;��H��y�W�F�2Z���Vꙉ\��h�~�w���ƣyIȭ���Eh@����YD�9v�p}�)�{.S�;4�u�pO��F;OO??/;����
ʤ^����/ȨiB�d�m�sS��v�gV_�8�J�چ��0ǽq񅕑�%�dú�������&�ߞФ�g�\�]Z��$�8u�����=M��D��M�r��(.+�:{h��oG�2{ ��x�^�h0�yh�…4;�?C$턢u
�}h�5�^I�j�Q<Vw
���ȘXg)�"cR�uP.�O7מ��Pm*�?V��*��͙��мrM�xL��ɠ��ʌp����^X���_�Mi��h�
�t�$mޒ����/0�￟m9�p�祃��텅�;�4?��=F��lL*��G��ٔ3���m�=����p��AzRur�w�}����5%�W����vP@8��Q"���Q8LB,D���
8 �k(5tf�Wș
Q�/�^�`�i`�F <ϼ .��L�	���e��)E���q��Dx���؉==��ɹ���=���<:����T�������溱׺Kw��Y�s�8���>R5��S���U/Z�&�R�vS��V��}Ǣ}�:N��6�.93P��®�-0�QA������2�Yr��v�uZ�6�.��ķ�RG^`�/+I�\7��x}��Տ��?�3�^�|_p���5�_�K߳o�y�u���	y�󀼰C6�r@b���� ���3e�i���ͷ�_�������p��1�%�K��}�/�:����{Cb���%�
	#�e4�+�p�7���FR�1�g.�ϻt�):�H�|K >Z�|��������&E��D��O����[�t��ۛ��(������;�8�0>d�t�Ҳ�P��=�i�a>�����W��XTx�}�_�W�Y��$|�?�i�{
��C�������~�b~>4t����}����xP&�,���b��'��_��P1�D�\E����ܸ����x���V��57"|Epa�Br��)�<Pb�3�qV��A��9�:\d��'��&�Y�3`�|0�ʝV;�@�
���̠��I�$z^
o���-��X9��1J@��T���A	�	�+�� q��w�o�(����0�L�n2�<0�yv��
/5���Kšcg���M�Xk�L�����
ᕐ)�hOa*dG��@�TC��ph(
�	�P�]W	�� �y��{����F!O��p�w�n}�N>U]�cTו�[��������
�U =���mWg[�8$�H)<�g�,_��a�
s�#&_@K�.��p���uۍ���|��g�E1?�q��
0�S�\�ێ29�k9P2W�=�� O���Ґ��o,���K��\P:6P��}z�u)>����'�|��S�9����ǧV朋��x�gފ�?��mdm	�(��h�R��Pΰ2��,P�iֳ����*���{���G.��Z{�w���¥/�J7�"?���?4��/s��ƻp?h*U��ќo8OpIjp��͜���S��+t���2�˖�v�W�@m�
�c ��F��e���ċ�RH��Q*rp��'\!7�;�#l]���$��o
-���w>Yqdo�xC��upy?�¼�#�
��|�A%9��P�`����(���Z>��J��,��LK`u�K6��-!ᜀ�����>5�8T�Q�;�S���O�&�-�o+�7dԌ�n}U�yE��lL�)��=�`�>�O�WrMBJEf@T�Xk��y�hm\��y�y���&>LyH.͇�*�w�职Y�O}�e2��Ν�s�][��_"ܠƻ�j�W�a6XC"�_�d���v�7���֭1�mt���
�m�(f_\��d�VN,���?R~d1��D��F�X/p�pL+!��i$?5e�{�(�D�T�}��' �)��>�xb�wi�����֓HÅ@�G����$ߛ��I)���H6dq��!ndy�^�2��=Q�(�@���+��<t`�t0F8�*�Ȼ�(���4A"�Kϗ�\-�:'���^5�(���k$nNSH�h��BT���`��H����h�1���l
�#�'��_'�0���r��S���]2�l4��n�n<�+�7��X	DK�B,t6�c�EB
(�蟷N���2o6��C�d�Չ~�G�>�%ij�~��E�& ��!��eM,�.�^�Ԉy\K
xL�"�jw��������+��"
xl�
�|/������|�+�;��I�����b_jw����	<��O�����\!�8�i���[}�q��C�j��~ޫ���G��I/:�w&=ҋ|�2Q�]��l�>��s��JzQG&����H8^6s��<��k�
2��s�T�su�Z���c|5���e�7*v U��nxW(��E�H�3)��9���N0�������hc��V���F��$��R�F,0)��]]�b'J]��V'�Ss�!�@iP®�d��
�-5cő��k���w��n��0d�Aަ>���&��6US��:9��ӫ�ʣj'�5�5�X�31M!͋�L����ǴFCZ��
����J�FR&��D�x��6��?�����la;,�
TF%#
��]D�= �Z����@�9R8k�D_�������d�����g�"�*�	��9���Y��xbՂO�n�8�1��TM_x���-9��P��?RW!�@s�{<9u���rpg������{��'%��O���ו��Ҙ�]Qq|ᇗ�
�܏(�u������������S|R�M
�T���\]���2�N��=2
�[}���;�EL���Eo0�u�����
��ў�sRzk��5����?���<�*ү�!��	���« �r�a~A钘O�A>yA�x;9:���.6ڰ�M\�c�#�,��΃;#�ۋw����cE��r<�$��=T^|���k�rr�G;�ϯ]ȷ�n]R��3^��xc��_0�&��0&�l/[�vg�>�7�-�FG{���W��7�+t�,y8�@�FY�1�W�T�F�|��R�6(��#�'�J��3N��(3�j��2��T.�z�7e�Fa/:.���~u�s:6V��wK�Z��}�����<�(�!z63�"ĨrW���u��~�^$��u$�$���x����e7�cY�
�ㅋHU;�|�E�{�^���=��a&��)[���<��J���O����Z�� -1�@����ߖ+�1)n�l�YZ�L�d��즺��}����[S�Ҿ� ��7�Y�H�O�ur`;��rN	�j֮�j=�,/t�*k9k��ie����TƓJ�*�0=���]��9�z	d2c}|a�Z��2 �6}żT�xE�g����5��ѝ�P �������K�bM�����	�E��	]�%��������KD��o	3��w/�́F㡐��Qm���f��0s7�DP�*���O�_�&CZ�x�O�ˠհ�߄�F�6�|�%���}�BX�wbPxl]|�<���Х��Í�s�Q`|�pu����I·j.Bi�YKB8�ĸ, ��-�;8#\
�k̿��6��aI�	p�|NK�j��w�*���h;8 ��u��2�:Hv4!�#��[kM[� D@@��������O?�U�W�V���J��v��j�d���+.�ט�|��?�2��6�@��;�P��BC�e2!5��bIb�͵=��nCAi�W�&v���R��;�V.Xb/��T�j��n�m"QzV���U׵�"QJVTo[����ݸ��զ��;ևV��摞�4tz>�D�NSe&�_�� �!OS��Ś4�R��;ڨ�-�3�i���Һ���u+2��-oo���rw-�t�e��de�օ4�{ȓ���Y]�<�Gv��t(�Dȡ5�]�BA�L���Z�[`b�3�a�����Z�����du`CQFu����W��uq�������K�j;Ֆj�M��x�f����͸�Y���\�6������%�ղl �H���
�[ϯ�媌�D��C*AH����
��:�V07W%�9�5���Cƅw#qNr�������6�/�`��%��8@i�z�������7��t:�����==�v�V�Q��o��H�&�E,%k�J7�0�gEq��לhϛ[���a�0�#wl�lnM�IQ�0.�W�l����ʓ+|�򎊨ꨓ�_#��ט�>��8bq��H
C���G��h��b���
.�a�_ܺ��#�5De��Yږ�4�yRO�@�_����*F��p�~����]��V��^J4Pv3�`*�S�u*� �cob‘���8߲������Cm�2�b֕Wt�gf�3����>��o�%$��tg�m)���\������*z��?R
�k���x�p���_(����|��B�-�%���|�*�&���FS<�tip�a���/2����s�xei����~�k~�5V�Ot��qpee0c�t1�A%6������d�!\�d����#i�m���#Z�;��u�+�W��G�[�U�Y=~|z������۠����[se��q�l���3��~��Z2O�(�� ���t�yg��y>���Ȟ��v�R>§E�˛�H7�ؤ�Gxmjw�<��ɓ�l��f$'"^v i�@�<�Gۺ�����mf��$	DN~���W��;Ne�,�ӑm��y�"��7��wϓ��]}	M��(�{���\�se�m�شVs�2������?�e.�1��Y�͟���6�3��ӑX~���Ή&\m�/�s*hL�8*%�"S=�S�U�b�'���<�42�
ĽoΉ]���KD��v=-�Z�_�7-R/XNVߙ�����p|k~���x�Z�F>�|�3^�~0齊2�}x⋽PnN0�N��o�b�����ҡa*%N����@*`�L,�S�D �Ǻ��������v����S3��%]9k�`��.�l�SI�H���0W�i�=
ʜ�õ] �{U����zV�y�}�ni>r	vJ	<�J�W�_n��Aۃp�������o(�|���� TFI�N,�	��5�g������k�:'ΕZ&!����J�ڔd��(�	�|A]���kC�X����Д�J3�����+�ݳ� �g�#_�[�n�yO���aN�O��#�H8�#ڪ,��VƲ��d]F5�p��)�rJ<*��eJ�5
f�X�x+�/�fM�5��<Y�ۮ�_a�\V���.�-$qyd�҂���Uf���7��kf��Q�h��3f�/݈cO�e��i��)B�4eD�=)~�p;�j`����щ�ű�>Y�&ԼJ?�5'�P�{Ǡ
�� ��e?�QH��s��۱�\�T�&�Gp�p�R��=aU#���~����Ӫ7ΉY֗�*5��@�{>���X����<w�#�>0)��h]���^~�kl�\ߧxo�0�sp�<�|�Y�3$~�⹖3Ml
�
�_��ƹAU��fA��'���)�u�7�=�==��tjQ���u)�ɇ9�ړA����4c���] y��"���[x��]����fc��@N�һ
�J����nn�NN������C�*t��$q�j(��̆�P�:6S�lN�d� V)`C?�6��3p��쪰�Ĥ��ю�>?��]+��{���W{i��W1ƌyii�2�{��^ _����\:79�/lu�jo����5��I�}��zS{�3��>�{��p���8��N(�Jy�8�<!Ѹ���v�5�v亚�ka���̊e��nj�+���z�8x�}�O_{1_����U< 7�D���f
��0ic�^TC���[�E�X�p�(����(�ď�<�&�M���9u.��RCB�K0�����=�H�M8bmQ�n*�d��J얳ܦ%����}���5�V�*�槤v�Dd��[�r4=��!�ДTב?��؞��Zy���֢�RCh�$��OLM�:&�Ƿ�/��T��ӞU�6?@����#%**'T]ғ���^�ӐѾ���S�
�3�|��e�a�F����4��;��p� ��p�j�w�JԶ��� }�������D�&f��
��,�'�>�#?�y9���v��Nj)S�bT�V��Pc�M�4���f����� �4eM@����m�+��T�Q���o������ϫo�jy~m���ְ��#"�"�:W��L[��o�ǿ=��x�[�7���a �1��t��ӛ���׽���s���ٽ�N�9�p��|��Mk�=��|��M�;ۆu�8%�t��a|��z'{���H�����H��R.��e7#�ia{?k�~5�Lr�S0U�����CP岊�B�P۹�[*е�gE�9F��c=
�(jni���eI�
��19�
�������)�鈶�����3�'�;�i��"Է+��"�d;~�X�r��|�X�a��%�/����]��v�if,<�k`a��	Pt�m/ O�#P#���Y�.zd�=��W�r?ALNZ�leP��i���CKD���D(���Lbb4Xi�*xW8��m����?�gP"�=�B&�mƟO�\�W^_Y?w��s�%��5-��ha��˲
3�5���ݧ%���WЅ���_�Z���;��z�
@>8��VvIF.B���Rks�Ϙ]�R뮊��*+w͞��V�0��*(��Լ��l[sӶҵ�5��5�p�������MHi{{�@,��~z��i@�\6-��L�T�������XGURq�w	7��R{D��D��+�����`���HJ����#g�ҷ֎�5�
VyP��_ft�GF&΍�^Y��p���8�OHeS1p�8���A*{�^쀖`c�m�z�=�|���m����R[�K�:�S���c�Òb7�TϏYМWP}��t}�[WQ�h\��@�w�."�)�e����5�zy����_MH /�Q`ݓ����P�����WY�KQSS��k@��0�GY]�'�Sn1.�(��}o���I$Rڙ�&���a��h�t��%#Q����('7��M��?P�t�+J*\����������tefqן�/�a�nhT3���|�}�� ��%�ɥ�HY�\��(����h��sB���%����1�n0T�H=�↭�F��-��
����i�V&�b�����g��7%!���zՁ�C���O+Q�Rs���>	N��,M^f�򘨊̵�B��	TzMp���\�܂�9�P�T9�1�E(W��@(�`��GU�'k�<4��5P`y�D-�G�槃�M�Q�໸eA�ǜ�k;�8}��\Qބ�P	�ٿi������Bf��^=�_��<"��QdpˠD�V�[��gA���C1�	�yѳ�����xh�L�uh���Ь�Ѷv]�X��ΤS8��0���{��?��`8��pc�AhMe�ܱ�~� x/�.�t�8�$A�t����o2��|h�)?~&b!&�`�N��	��h�:�_K� ,����i4��?1ɯa���;��"��)0�9A7b��D]��T@ii�����~C�:$���56���ˬz��ث9k
�����*#�J��
��'��ݹ*uw��-ݝ��l��`���t�Q@�6݄�i'��;<��Yc3ޞ�G0f���73¼.(�´_C�K�`W5E ^b�A�u�^��I.8y�� 6+\��[+��j	��F�!�B|��T@��D�љ��eR�P
���L�Db�~w��G��\����郱��嚅�a�/~淛H��k�5��"��`��Ram��]��H7�0
�	�@A,#���B�� ��"�3����3f������\+�^"�T���S�k7��ci��;�E��0�,�a�a�1Ma,M�7f���4�xz's0M�̆&hR�Ods������M��P׌M3��ЦA>S�'b�;7����t�-r���6PF}�&��u��0X�u�|���0�ӆy��<� ;�:�{a�������z0��r+L+XĮ� ;��)�:^/����o@<�pz7ʓ����G
�D@H�i����[���D P��1'Ae���|P�<	�ѻ�1'�S���y�
T0'�Y���3��|J2�H���k����&Âi	�|<D&G�,RBY;XQʬ�G�*ٔu�Y�})�����$�/�p*��7�\���6ǵI_1�E�;Gڏ���ҍj�|$�]���?��.�<X���X�x�s�l�\Tԁ��i�{خA}xi\禓/uD�N�����������ay|�*�N�ay���^�a2�0c(����Z����<�u�ik�.��R8��$"9\\�_^c�h�ɤ���'��bVӈ7�tA�����5'~޵)�s͒�k��]�}�SC+��Hc^�ٱ`��3�(�|o"�T�ٙ��m1��],��E%i�L�aZ���K��qu��J�q���^�|�z\S\��x���׏�볇����J���������/��Mh�q;ICO8vi��E5��h��P㚖��+����U�&�R���[
|=�����M�w��԰z����j(�lV/�?�?����f,}����g�1�´�0L�xx�q0|�WN@�	�cAl��j�3�@gx�
�I�rοR���n%��<���4j��a~~���v&��rg�d���GDF���ߐú_=�7\	��+���rz3�mw�Še�M+�g�d�����1�{�-:���a�\��hW^�c��y�V	#���]�*K��S��d���kyq��:�'�.�⥭�h+q<�fl%��:.��{�/��l�U���cɽ�*�ZBZ�
<|���<�� %	��@޶2
�'y���`�}�����szr�.X4%;C�aP4����� �c}�u �Ձ�"�������c��a�&����A0���N��#Lϯ\<PKL��`�����3�=�`��m<P
�?���Q_<�g��K��p�y��J�;�X������ԡI�7���!G��`/B�lݓ�|��%�rֿ4<��[�T�0Ư<�[�;C&Ҿ����7��0��,�MU�R9R���h��z���-i`���[L��c\�xo^0��﹁�?��pãqM��c�*2
V<Rֽ����0��k�^a��mx��0�+9�x��Ă�����p0P/�Apz�w���´�L�}0�XV���IJg��h�������c	-&\d2K�e�� ������ڞcC�����}F���I�ٿ�HNϊ��JO&_������3t��XAD,�ot�$�u!�R�� ��Lz��>Ĉ6_#�"�%��l�,��i�%P��_�맯�p~^ᒈ��}�Bf�}�?gY81��S���|�˵���KfD�d5�Wo�ZY��=4ꅕ�#Ʋ{޺�P��Oc�쵇�=�e�Ϊ�d��-n��}�D�g��eZ��S,S/�n�3�>��5���0X�u�L=�L���|�=`�w�XM\�O�IJڹ��� ���*//��I����p��TNJaZ]g��+��w��9:	�sGr�O�Ԯ8ޑ�_�Q�m��[��][��y��Ȯ�q0̾�}�I��8���wTEU�#��+�,�m����A˃q�������5�l�溜�����=ƳJ�b����͊��8}?&�9d�����s��}��ds�{�y�
ǃ\����U��i��G,�\N���j[����1jˌx���.��7Ӱ��Sm��Lfψ�*�'=�������f�C�����t?=�L!�����xT6r�
c�h�B�O�MB�?�7��sE+�ϩ���]���NK�9�׆�N�����Tz*bjY��!!j��q�QNlz;C�r*�;��@3c�򎺍E!�+��)��sS;��9�	:�o�����LR	C{F�a�9Q���i��I>��'W��m冊Wc���m.l������ڒ�6�f�y��w�����C�$��p\��C>��k�E�O��Lxh���4��?�a�T[�4�P3a��JO3(���~��uĭ�}L�@}��Ģ#�@�\��BAX�1�d�v3���&�a�
l7���sw7YZ�ߖ|)y^���2Tᑶx�r[�w�>z��п$)��]t���s�5SNN�h'�P]�>�B����F`�~�����p�MM��xwFYlb̆��e�Ϩb<!��؀�k����x
YяV5��a���xZ�x�����`�`�4U`<��㩶�i&���'ҍ@�L�ܘDt����cTb��G-�'��/$Xx|.�"��E�}<�}قo L'?ހ0��oN��|	��H��ώ@ϨtR(dr���'
��n���`)�A#�
��Xu�_��y��f$�c��/om1?��٣7?LG���{�6:�KU~j푤���
 �Δ@@��<�F#�x��ö%w�&����J.x�g���0'�|�DB]�ڑt{��Ţ���=�}�鷐9*^ף�nO�\լ�7�%
LU���a&��cRGqM��?�N�2U���5����UaY�휂C�Ұ����z&�_��6�A�q�y[;m��i�|F<��z�+c�7W���ġ3�,�س��s�y<��b���J?y�=;n3qz���l�7t1�+�ĸ����
j�G��,.f��ǻ$c�z2��%�
�O2vlQB����\6���^���6ΑX�{�?F6�r0��$|{��c�ή7t
>70���>/�s\FL���^N��b�ӄNJ2��� gCOk'��דx��ڇO3��� �m������8*����������@U�=�2�^ϴe=��B�Y<��Ŭ,/2��ϟ}/��d��6'Z�Q�A�4y��^v�?=3y�,R[n��8FAc�TL"(��<�*77����{��;����9�܍z�!|/>'�at$%�"���M�8+С=�X%�R�z۳�9|c�G�̥f2L~OX���k^�t��L<�sL�뇶���0^��q���J��|����2>�I�W-�|̳��+�6��qK�ƹX>�6�gp�[�Źcl>c�{B�{���yG6o�z�Bw�����f�1�AX7��ϫ���[ƞ9�� �H3�%�s��>��KxevJ�ĞGx9�&�����T�^|�O�k���KI�ƕ�S�ѕ��Di'g��@�_��|���������.2CR�'D���b��O���x��.�޴+���N���rd;�ڏ�1Q0��pwr��\�&��Zе����7��_s�
H��.��3�;(#��H����{D3���\��kj�eHDO9��q�r�kҨ��4��||��=g���.�&l�֜ݕS{ ؎Gq��s����!K����Qؽ�+�&��x~��i"��S{@�
�J.����p�ޙ��6���E�*.�]
?�y�7(�P��Q��wV	M2{����!/ww�!�-���W�l6>�3p�+y��K/����GO~�g~���Ӛ�&����r_m������GVԆ��vg���z�]l�m�
�g�vt���x�K_,Y�T#��jO�_�:�L�z�����R�l�I
#��Kn�}�{��@\™)�ƻ��s��m�����_��MG��Z��T�>��ť���hKŦN/���y�}i}U�^��z�k��Լ
ݎ_����������F�,�u��q�.�)�i౸��'�����\�|�o/�0�w`]��l�;X�ܦ�ԳXj8�)0�O��X<�.���
�3øP��븗����l�/3��#�W5l�0mT��߀��h�x"]��:���_�Ï0��ʩ5�����Ķ�,��Բ9�oӰ��@�����5�
�܁Q�38�{�s����q�=3���͸
������1�㧍������Y�s�.~����s�>��RS�G�r.���{�/�DQ��=kXG���wR8�7*ڑR��Ah���N������R�:�od�����*ځʗ�v#��qp��9��y>ß;�E��J�<j�P8�K�2G�ɛ;&t��/�����(��B��`����"AИ�X��ɡ�_<�t�顛[����w��i燬{���}�VP�yb�o���p�_���a��6�ЃV?��������!+�F��j��~"�����O���n�3��x�/��f4;ؽ8k�w��l�޳#���n�C���ڃ�~�q�wܧ�#|�Tm���b��%���d��}&,>T+���g��y.����҇��C��'�k��c�p�)��Sx�5p��拿MN��m�Y����81}o�Z����tA�dz�zj�<׺G�K�b~8s�,=G��̷T�Ʊu1=5:�t󬙳q�c���T��⩶���xv�\�����<ϘO�ʌx>��ofm��4,x/~ڦ|o��Gc�
?�&���QD�r��c��
J��پkN|�6�#�?� �ZY����z�y�
�3�Yyw����=��C[���	�-S���"������2��4@���\w�Xc��ge����ww��E{f��֫ܿ�j�BQ/�Ԭ�5c�21Q��ջ'��=�>*�0�1���^�(u!P8�c��(>�����Pȁn��=��[�v�^Z���C����}U]��}.�/��2�ǽU06�ͧ��d�WA0,�)�F/"q�k�?.���J)�{[�����C�Ź��,e���R?�yf|���G�z�+}	g�ۏ�Qz��NK5�����otJD�.���iu��fPli��E�"�κ��[��h{fT�J��XZ�5�����ԫҬ�j��
]R�f��$HW?���a �k��MJ_!�������v��)�4e�Q���3�STZ�fH�Fu�/���Q(/����M��W��l�ձSӔ���QI�p��:�{F������ئ
���8tV���
.����<2��8r�7gA8,��Eщ#�kz�j6�Ʀf�0�<�fC�x���<��2��kTȃ�O`�.sts`�܆=j��l5X�=p�d��c��8ŵ���!�˚�Ն�ïG1��`ԏoO�<�5#SR#�Ӓ�~%���,X�ss�
�Z8'���8˔�� Ѹ%$�O����������J'����{V�7��W#8���%2�"���� T�7�UR��^%䬘�I���4�&:�C��?7
���f�����!P5gŚ�-�W�����#Sx~Ş�x/��?\GD{ut
���I��NL��L{}*j4޳fyA�{l�_�j-c?�����_���If֗jٔ?���a����5&I2��x���`�*��&��9�T�����'���9�>?�bv�<�}^�bv��+l/���Z�#!�ds�y��E�}"�>���R�{��չl�[Dرb`l}�n���}��"�eRŻ��>�F}O@��r��/�Hd輅�	}#T�x{�)�KF�dW�=����HJw]�떼$���շwA��oN��29K3۟��ע����i�?��pc?�r�rvX��$OLsq��U���o���C`��pu�h����a���鏨x��-_�a�}�&
>�G��!� 
�x�A{�t�A8*�v�p�g���A��F��ĺٲ>��{r�*I`�WF�΍'�G�_x?86jl`{��BS�S|��:���`oc1A7���V|�����U��n�sjp�)���嫛�V�n�L5F����:;�t�&�����8�9��!��΄�i������aT���UtǷ�l�O�r
Vx�2qU�is��IߒF��G/�8>���p%�F���u98G�"8��q��d���� �Q��噳SŠ��<��a����L�o����h�p�o�otʬ�$�0�Tg�����s?�_T*P(xN�@*%\�+�洶���Y�����\�4[DŽ�UWx�r)nj�M;4�9y���\��BB�:���)�� ��猌�iް�5<%%<2%�ւΎ������IC��ko�W�����Yy��7�:Ɲ�`�+�l��>�L�?�}�w�gj�g'�&���Z�����WyC�Y#3�=���o�Y3��	&C���등�n�����k~�}f�L??���p�S�a�� �#���}�����u@]]��m�R��C����S����p���{��d���L�G8H���&��ʶ멭�1#����Bb�]@�54�߶����ԫ�~c�x�z�C[&�O�a:��>f�y��2�C�s���{֤�I�k2L��l�K�A^�"��}L"x����s��@��+�9�EʮȲjC�D7�܁P�vނ0(�c��Hd�/�u��o2qD(A��iR��F6C;�>a��G�Ԫ�N�8nV�A���q����͝��M]����	�xb�����L;/�J�C�ؓ�#�c+��"�����H�
ϲ�H濺�Ę��4�TBL`���������h

f�'[~��߆��.�!>��1�d�WQAr��>�T����Ԟ���3�}�y�e:"�xGz��f�n�d}7[G�b�P�����OEpa��a'���wK�֥SP�d���޲��a|)���&�ρ�t���GB|:�~�wOK/|�)�x�s�/v�_�����d��E	|\Õ���sH����ZO��_��}�˸��m���F]���~淙��.��s���7�{���=��ۓ�	�S���[Lr�F�T4T�xW����N�&ז�B%1x.�%�yy�<9XQR���as��4U��S����P\�G{[���Cѽ*�AAĴk�-;�䃯jF�y�O��uyh���o�����GnV>d�N�<s�j�`m�W��J?h�xj�o�^���b���۷N�d����|�gލ�z���[��k�>}zj��f��b_�c_�d�)A��m��w���Ǐw`�R|��s�v�gi��]��G�/|��������⎜��ï
�_��}�gױw��p0�ue��t	
�奡�i�[��
��ǴT���s�cgΐ-g�N�[����r8�n��~V�e��lX�����˼y8� ݺ���ݹ��QLo4����z|g.:]%I]K+ٞ��n�!b�Q8��7�e>TS]���_�y�cd!��#���,um<N�T�
�N�z���g���������j/�z�R�BD�b7l)"s��/N��L�����R<���#C#���]����Vo���o�F1�4�g���'Mq�kZ_�-��n��Ǜ�.�_[����/��w2kɱֆ��<A�ȱ����ٻ�!�8~#^�z�
���ɔ)�r�%I��El]��4�ޮ�^-�����;S��"���G_�����n��R�59\|�����9o��f�l�W3���Gב�1�b��H�x�|呅�KF<��|&�����
A2��ɓ�J��E���#kGԘ�S�;;������ؖ䄡3�m��뒬%�f����o��e��ytq����|��7V.���ުm��ە��H�{哕�gZ3�?�v��',}0��������eE���87?���a\�\�2B�^�Xhӯa��X�wL���cc�,L�;��@�@>�aX߰���݃L屣��z�?.b<ó-�#��{�w������� �&I,:����g� Xv;��r��|���1�qz�J���'"VmZ��y�+S��(�|_/���c�.�*��,�sVwzʤ-��@u���KK�|iS�bUj�s��u�y�G�V��-r��]���ބ��օi�]'g���������A�3*"��T�v&{??�������`v�S�ze!WH�G�Q8i��z���9 ��Xp���'�����L^��
�N���dQi��-i~9eP-�Zj2�/�>ĸ�S׾�����s����Z�o*�К_!G7�/�p<�l �fA�C
��ټ��C���'Hh�=E8�0���]\�.1��
��_P(��	>|=�/�Q<u��7�Y��`UO<QN����VVW��_6��w�i�p��Bԅq�k�]v5ڇ	=)�����!X�AwZ��X�1~�~��r�[�\t1�4ikeS[@IB�@z��}��*C**v�*����}�q�Z�w�f�l�O�)��
�_}�s�ۏ�>�2oGż�a.�;�ְ�S����06��F$����!�pU�l/3�>{��=�~�]���CȲ!xq����M��K�v�;�����cSK�r������9'��W�V���Kn���M�:�=�%�I�u�9�u1�'��\�L/���e��
�3�]�d�����e�K�}$�Z��-�����������)�/�ш��_���xa�{(�6��dԗ�3�1u�Q�ڀ9�:������7�7������oufK~rwC�M���P��`r�	��H�&���&�{1�"C��y@[�!�]3��4���+�`�
�-�(�Ph��`��nۮ(�'�\㓸���UcyQj�m����#�v
Y`ﶗ���;;��l{�3�oV��G���ud���{�%$!	�@H�ћ�U�ޛ���܍
ƽ�Ľ&�K�kl�:�w;�n�m�Ms�������?s����>^6�gΜ�9m�3)��I��DZZf��S4��&vź��Jk�]�7#x�c_��6�oM]��<gC��e����g
�^_x�-
ŭ��v��0A��Y���]�ws��ўi>������S��k�*$^b�]��s�P� ��c�M���K�?~T�p&���Hd��	��Nٍ�\z4��\Q��(��L(
�s���E�*%O~����2�gm��}0�n���p��ɔ��xڶ��%&ƻ��a���mⰟ�	27t��ƪ9�|	m��Z�aV�����:�,��L8~%PF:�kp\}-�+ �Z�w#p���X��k��G��sr�<��Y�ޝx,بtr�..j��D�
�|}��.<0�)�S����\z�r��d��6w�+�į��~0���P�숺��Q�IF��M��ai[��M�]�W��l�*�/���?"�۫iem��y���Ԟ�8{��-N!��)
�[s��+KԨRg�&v�[��X�p�˨�U	m��?
��v<{B$�w�/�"���6����.	AIN8wę�n>o)9z���/e����,cs�<�a
m����9��7VI��9h^�$�������(O��O��R)�Mnl��їr[�_^>�\
j��\g�ؿ�t�_ɒ�]M�Å.�I`iF_i�Ks{Y�S�W?��v�ߗ�\^5��ō��QJɏ�����U�EL��_9��L�h9�,=O��T2.-L�Cۮ,6X�Ą
�]蒕Z��$�n��%����Sr�T'hC3�{R�
B�����@g��g7]=��H��-�m醴�Wcs~Bg}����o�e�����S�,3�[Nк��Ao)���e�wGp���.�#ѹ��΂0��:��tKȀ�G�0�>�0e��9G�(:�0���j��h�ŶMkʡܸ�p�z&�y<g1���>9I`2n.���bǟC�U�
�SG���DDye�jz��ݦ�>չ���S�Cc%��\�քs�Q4�6�T�.�A!h������ϑ�j��GiD�U+>P�vħ23��Q��i��|���gl&���|�
�td���	�� swZ�I��9Z�gX��9��iJNDz�H���\xzYNX��{��p{�P���a�#v?ڲ�Ս+��6ǫS�R�T�#�H��ʍ�ߚ1���3��x��w�}���d��_�p�S9�&J�;BE8���<1�\�1��@���"�I��Џ6T�4%z�%a#���
�(��ޚ(	�y�<4��6�X����LQx���R��_�l�Y��(��'�8;������c����l{�@������R���T��qd���Џt��1��g54��9��Y		L$d̖�����k"��&��k�]!���ו�r˳j߿N��
�7�[�k#qW�e�����K����G.�ϓ?ݞ/$��s�e�Qx�"�+�c��l���
��D�4�$�h�e������`F5���ے
�ʞ���T���z��JLHn�
r��\K�3g�Om6J#6)�Y�=������Góg��������5G�Wn�Jۗ��'ڂˢ�1���1��4�����]�`5�?G��{��5��-_W�x�'S7=�Z=�?��M�>�L��7�	}Ǖk�gD����ݡ|�H�p,���	X.�gT�)"����&�uZ:m��#0��eii���֜�9��R��,`�0)���6g�Tb�F�%纗�WT�)���⡦��{��G����ri��7�4�������ߩ��O���Ժj�[Ŏ�Y�]a����ο\ή?��L��O�*#�;��}r���V��S��1��4����W�<�^�\D�\���[<��aL�%�[���
���;}��K�疺'�|�\��������}���hN�}jǰQ�����
��X|��o��+��>�mx�]�X�9B�5<\���8�^і�cx�i�
�f�&
e��c䅣hՄ{�N�����Vo$���ޢ�I$�Ț���s�C�hn|i���U��U��$�cc�2/�m�s��*�@�`FݵKOTvTV�=�1?��^��`yv�q��ʒ���^����9�W<gJ�?�C9�l���<���/@�J9䇋R�Ĕ�_�x��)܂)
�%�$�R'S�e"#�L�I����R6��������罉��dS1�_���ɝ�($��vv�����$ׂ�/�F��ңһ~�|f��Z�2&7�Չ596}J}���Ra�Y���X�c
K��}I�����w��nN��ɧ�/&n��<��^�����DѮ�ؾ��Y��#+��W���{P֒�
�5InO�H5����-o�m��)c�3��&��,}0��(eO����=j�Pwx��+�&�aZ)>�YϞɢWڤ/$�'�[�:w�o�����K�KvtW�֖����z�זt<{��t�#�N &_W'��i�M���-#K�v�O��"V̯��|���g;]��fu�p���
�^��e�j��#zS���i1�ўKZ�����0�6m�֐�+jC44ѽ& 
��7���QY��ar˨��(Al7�����}��^g~��p� $
?b�<���RC����BuDt�r	�jb�?�۪a��rt'~�=�vϊ�wx��v���Y~j�[y(Y
�ץ:�}-o)ԙ��9�?SgZ8�_���7掟z,���}
w~�k�n�w�������( �S�
BdE�t���2})��I)�!��r�D�!�[��&y�l+%烕���rH��m���K��EXS���l��t����}�Y\�Z�z��Z���Պ���l91wO�Ȝ�|���H��sc��/o�o������x?
�U=JLc�q�T,I�<9�7�t',��3&�Hg<
��*�E��~f^o�sW�ɟ/-x�tlC����<Fw����E ���g��W�J�V�l�s�.���8h�n�0�����(\�Ԏ���٠Dd�J#��N����?i�^�軠h�'���s@�'�]��0������o�'����Pr�eO1�{Sk�����K��ʍ�( ���M�M�Y���l��s���t7lj9��U��m��5��,�rۂ�u
'*��r�}����_ԓ2�����Ɣ�ь��-
3�i���JVT7^�Ƽ}�D�?;�\���5�5��KtG\=���O�4B��G��K�$W;�����c��Y��~ɫ���*�z�F,w
ޗ�&�)��H��*|A`l�f�VR�
B�g��s:8�
ٴ��d����쎿o��{e5�����O(�l���T����YP,?&�!o���veXdd��“e�6��W.N�Ræzۜ�<����b�.m��-��"�}�}�A���!�(�׫F=�U"����9��Z����n�B��Q���g�yWFL��ғ��>+��9N�j��+sGَ
����ؐ�r4wy��;B�3_[s���a� !�[�|�˃����/n"y�g[��$�h ����|�D�/�[��g0��&<0ߠ��,��
�T�P��I]��崻99�)7°8��K��7�x���/>y����E���|q!	<�rC��+L�V����u����t\�1ͧ��<q����]�����E�����MJn��D�9v�C�k�1(q�J�{�2��8��h���̷a�8���@g��D}�t��"jJ}�;��g�q��Ō�X���{��5?=Y_`es�P��NԹ�s��B�p*�U��w1�0#-�P�,���^�(����U˦��ٌ"(^�O�����o4W0�W,F3?�-4;����Og�f��,���U�+����?��C��F\��a��]�s:���)y�k�a#�q(�u/�뛗���5Z�>/x���'{��E��?�ݢȁ�H(�/��+��{Z�2��>�
^�gG��\jG�~t���}�<z2;��	�!<����m�\
h�X�Ti'�<�u��W6ބ�nsO~���x��~��`yWQ��'sG��c5)k���nt3ס.�˿9�H�K���wNg����p�ņ�n���ζй:���,u>��e(Ei�r>TH�F
f�SKj;�J��B�+q���l��`;y���[d���{<o�>|�#x��3��9x����<m����E�wo���AO��m��y��>�_�TaDPt�R�@L^���1�l:=
�OI!Ps�VE��'pi�u�L�.w�n�MG��wL;:�rM�'�y����o-Ji�	Q��f��b�:E��ۛ��A�����@�p���R�9Pyp����L�X�:��7�98|fh������j��U@�D.���P۾���	�i @Z�����Qmy���8�|����EU�iWw���G�V����*G+K��F[3o�����E5ų2��E��w�O3�<�Z��U�Wϲ����ʹl�t��iB6
ˍo�¤J�'Qۧ\<jb�&
�4�C����I��ӫ��%lN��|��������̪�������C����9e	N�q�a��������g�ؼ��\'�a]F������Q�޼XH��
��L|��pJ芅��	=dL�
0Y>^�l�ق�
E3s�|��pSPp��=W��k��Ƿ�%��퍵	Q�%	�u���緼�쒬��P{o�_�sr��䱙��f��?|e��P̌{J���jwTt���o�>���}���2D�j�2�`t������kFN�ף�JLdZ�Yхp-ƺ�fy�
1LzѰͺ@�A���D�6�Y+qJ�+�UW7j#]5�~�.�pˋ�O)J���{��y9�2zK�ԕ��s���}�8q�其�*��Q�8�Y���
���l��pE�ܴ��#��Nm���9�}w��rpD�/�t�Z�Eù
e��!o�C^��㣗J%�Ik�jp
��?lz��D~é��c]�K���w�r��J+3�EU��ٱ�4������C����[tP�1�t�kAV|��n�> nvy�)W�v4M�<Pk�1��^���wq�-8���	հ����U0���@�5څ��#�]���/��{���+.6f~י?E���_X��j������
��'Z��!�[͔A�	�&L&�P�d'&x�T�?;��6���$ގ]�1~E��%�Q.'�uo��[ˍ�҇��c���C�^[��
m•�<����"�Hx����ˑ�"
Q:���G�m,�!p���J{/	����H���5��9Oď�&�$m�4?i��v�����[�16���� O7��z�m��n���6V�|x|G���Q-�*�V���N��j��˭س�R�6˂Äz���%�8�ԙ��h�5ۓ����D<�r�N�Bf
tv��	�rg�O2l�dA�AY�0قJd#=Xղ�L]Ȍmw�ֽX��_�fl���9�x�ֆ��r���8瘖4R>��}sY�+���9����wc���#�l�"��u��ׯ��SZ��2�es���c���:��������t�qLlggL 4�}�ƽ� \o�x�K�K@��J��w���L�Ti������C`�(�".��8U�1����ӗ�1A�4������_�J��cZ{k.]���t�T&ٶgA��"1קmIn��Q"��#��l��s���OYQ�:\�o�x@���)L-��g��Lλ��p��%0��S��Z��/��p�͘*d�(�K���`�ҵv�u77�)��:�o���"�g�Zn��O�n]V7-Q���Ul^P�o3W�%��dw��
~�����̉�{n����.�**�7��k�~#��"�*�Ɏ$�c2�)޺�{_ɲ���?��K?�R�'��l)�_$��\[n���
�'����S�J��g�2.�5yd�.�<.��-��-�P�*5�^��-F���a��iP^��u:�u7�f�����u��
Mv�Nt��~�ւ?;o�X8�<��u�!�	���꯯������k	+�Z��C��I/�8s���D�.��\��4w� 6G[�e���_`r��}�L��Sn���jy��66�(_�{�X,����D~��5��j����v�J��?@[|�x=�%��-�m=ٹ�=&�?*M���^Ié!�͇��5�N��!m(�Ľ?����P�D0|��0?u�����&�ŻzW�E���	��[�[C�Ķ�e�mn��~��z� &W�ׂ��SmW/��vЋqPO2&X��	�,Z��0�v�с�u��j�1Ί�N�ٴ��~��^Rh'U�f��+�
�ܜ����^��s�Ԋ���Ol�U��P�2��yɸ&�������Pe1�cmB�c�_�z�m7�N�I�8��v��i���c�f4&wF����{Y(&����;5/���%=wϯ�?Ѽ�h�̵ƙ����}����R�=�����&����+��ęloM���Q��R�z�
��іƺ��D�GX��sDZPR�ob��p���K�=u9-���9�Έ�C&#��Z-�g6Ǖ.�
�Z�LDcZF[^��˳��8��7���@��Q�V|x&�1��H�פU�U*W��L�ρ.��_��3�q�H��,�YKA��	3���/�Xۭȑ�R�O߶��j0E$8��=+T$�/�)3��ݧ�|G��p(#�)>ux�wi���b\�v迱8�?�w�ͥ��O��Xl��889a��1�N�?I��f�<#�I��?�P�楹O���%�jՂ�:2������qO*j.�i{�'�4.����w;�)sL)~��Zo�h:e?M���#H�&1�?����>�!e�\
���{�Թ>	e�g�.6��kt�	�>^\��Bh2&$��3��v�,�iVie��u���"�X�y�KĂ�гά+��ͯ_<M*yC;!AXڹ{ {UhC(��'TŸ�We�������W#�l2�Gn�NWړ���J�������򩂰@���ۛ/sp��
d/☄x��ɀ�y�M�@"��@�.�Y5P�q�\�����
`O㍶��D��pE�j�i!�PnW��&�hia�DZe��r�����F�p�~n���s�i�c�
f��8�b�0�g���$Ȼ^(���=�]�qS��p7|v���Nȣ���=�{1�|�!��?��N���8����\y�.z��4F������Ϟ� +���"�,��-�(w�����6+W���5"W'ҽ�*R���a�j�	evoi$�P7��7�Ǽc�F��싾)�<��7
��0��%�)�U�6�3#��nu�a�(�<�i�^0^!���&�w̎��QL�U���j�L)�@�9&�g���pD?E>d�7*��e�(���I�b����r\
=o�R�5W�΍[���Ыa{��yQ�'�o'�+�u�<A~�>+�4�h>@^$�]�4���5r��\ơS��:轷�z�w�V��(��
��y�#8�ǣ�[������A`��\jX�獚�_oi[R3:#|x�fV�����w���f?7?�W^on�81<�[�o �Yr//���N(���e��$�.�=�OJ�'鱻�=n��.:Xl'������@�A~�2�4gGn��U�n����`:mq�@K�o;H��3�U��hۥ���/��C�S^�����oc��Wp@HZ;;�/�M|�������`��Ŀ�T��Y�}7� ȿ1Qp�n����}��$�����\�*O�!�Ҟؙ3cˏ+V=<��A���|}��?�G`֒��ݒu/ܐh����u�i��(����
�Ni�H�T�[5���#�ü�m�o�^�m�hS��ĸ����eMj�'�I����6*�.�s
U�J$'�~0Di˼�u�]���4�j�*'a
�"S/��"O�
)y��g1����Tt��A����w���Զ�M]�2����
�~AT�(�ͦ����3�4>���{0�x���8X�p^�X�)�L�
O9��z����ZNqå��'��H&f;�� �|Bz��?���SPXaɣY�+��9��$�e
���O$�H�<����<�NX5�U3Nzr&Pcon��>v�Ʒ���б��M=��
򙍄
��"�> P���<��3;���TUQ|Az�=�"���d�R9T%l6͟)i�OA#B�~����ay͗�
�{o
��6�����)�� Ͼ!�-?�2��ܧS��}P�i�.�7:J��T�7G���jy&>��A�0���־�TI*���JTW���1�=�O�a=��<pa%����sB8�N��Tɦۛ�R�s}�������=ۧ	���e��]�3��FA[�9?�RAF���s+<�G(��yeR��
$�U`r�r�n��)�C-�u��_���cq́\W�$|^��ʈ�~�'�,��$.�d,�.����r��dqyd�z�<r����ny��>��@/�I�@�	OO��>>�ϝV)Aa�xb��r�T��L�u��
y�L��q]n8���R�O�~B�Z����w?tK�#7�_�E��I|�8+�j��p�Y��
2�J��6WS��%��W��D��]�Tzx���tGG�Z'������ND}0e6���N���#;<|_F�`���L����$�W_P�{�ߵ�&��NuS<�}�TШ�6<z�,der>�\�ѹ�K���>�NN�"%��C�}S
A��
C���A&>��L�ikkZbRi&@��"(�J��:0��)�`R��_�(@���5w�qӶ��ON�қpt���sG��֟-+,?ש)��gy�,.��%b��:"�?g ���܊���=���\��ѓ�V�FکX��-=��2����ha�M�̢���Q�1���('��Ȣ~>�,]F��d���@��-*\9��`W�H�����(��"ۈ�2��4�b���i�*�$�ё�v�s���8�u���$�1���&��=��2�8܉0V�T�
��[yB���bz6W�l��нSם3TT\���0:qq�:�kX��8X������G�t$�����ntּ���mY1e�d�����ے�m'�-�O�۫�ϡ^n\|x]�*�ia�<�<+)�y��<S����ޜ%�G���J��`j�e�����8�ϗ���(L	wS����
S‚�hy�g�5����`�!�Ӱ���T���&��mW�8��f��i���;�PżU�T�.O��e~�Koe.9A�?��
f�C}���Ȧ�3�R���[�M㕑�pir��4���K��W�o��Qn���b��R\It�,\RcES�xq�lP�`���b�J��޴�x=es��ދ�W��W��	�;ޫ��yT�s�h/�P��Z%����/�Hۖ��Npqu
HK0�̾0�>�3uw�!K��	yy���ʇ�u`�@��%.&���ۣ"@k�!�L��7x<���q9R6��%D.�pԆ�;�����͕��bA�%	\�v6��:�>��D���T
�,�?�>��C�4"��b�N�<|�b�FR�@��P�@�������
�^��)b��u����}��i�D�_(�cb0�Ъ����`_�Lbm^kyaf��RFe�!^Н�]�3�Qt?K:o������$��L]����2�c��Su����e�,k��44�;f�%�F�2�Ú��R��F�w���00��ӎ�a�����-7z|�4*x�kW{��cO���W���vՑ��[��8{y�Sy�Y��3�l�!{"$�2��k�t�h\0��и�a֚6�%��^`�FП���s�E��Ď����䰠b�Ϝ�-��R��W�(�0!�1)
~�E
�SB�9�1��O�]8��F�gt��P�g����C���]�l�2}ކª���N+I�����u%%o6A�j�Ia���R���.����0�B{֐B�st�� Ly�ٽ99~H>]_�����Nti
V�S�4��<�)w��W�[o�˵v&fʣ,��#�,�F�X+͞����֛줒�n��I����T
��>�?*%z��Ԗ+�^��OwTo�P�>{zv�jxin��;�ʎ��m�|}hubxC`F���G�����J_��Ju�3ܬ�N�.�c�.XK^˖�j��R.�E�K�	+O�ﵥ��s��������f.�w�B�ij���U'u�����)��}����2��o�m����X��ʹ��}7�l��o�*�&�8��¹�Μ���̴4?K�(�:c�p>�{��
�O�p`�v�Rx
�=��.��9M�Q�)v�}�J	�n�I��I�
<U
@X��g�gyM�H�2��;��%�+3�f*�“:Kb4i9�i~	���k��+���_�aX�q(j�����b�ȫ�v7�L�:����ѡ���_Z9���+st��JǴYk�L[�&�
��4��ݣG�g�]v�ik�͛���ѢT��8J��X��=

�%�ht�x-Ob?�����ԡ��-�<`�[�
��/����Vܱ�PO��!,���4�2���Bqa��i��_St�kT�f�C���J �kb<+�_�x��[;����3���B�K��Es'�=!�a	`~����ڵ��f���#�:s"�}��3Ī;;��K�J��@��[}�=�Nrs)����k�u���SL%���^Ql�GI��^��,�H~���ɯҀ��y��&���pM#�be�ă@�9@|:�ځ�ɽ�f�������~�!>/�p0{�)^a��ܭ9GЈ0G�������c�'g�7xĤ��yƦ�~��_X_>���l���Ց?$ŘKǍb�řauV{S����G7U�Ew���#��8�S%z��g}�V�*up�k���Dr���D��q��?e�K����0�s2l�LT�;��屢Tɿ��M	
rS)��bY��&�x�]�\��9P����O�ؐx|��ǯ��[�H���{xplV�����C.�q�*��oz\tm2��0�
�U�(f�_,
K�J�F��lw��2���i��e�I���c׳[Z���ܼ�T���	���-Mݜ<n~xB
w������]V�s�3Z�_�]@uq����Um]����1����
�o�im]e��8BP��Y㮉�>�=�V�=M<��j�~��]�]�+�Br$�}�i�L���[=�=�b �F	O�o��ƍ��	��M�RC(
�EA�����~C!.{c����UT��pyJ΁�z�Bn�=^�j6���G�L(pq��U��4M�����S��	{���KbԦ�kءу�B��e�*|�Gh�R�9�Įz�Kd�"��`{�Ar`w@��w�|c��sp�w��
����}=�QX^�C<�ue�>���->��]����bC����9�^D5/qgbJ*B*��y;q�
!nr�qL0^M
���((K g�Vt�u,�c$Ue��2�'6�z�U�2�q���M#d+&�����-)l�4N��4,t|ѡ�<J��ֹ��<2��=�6'G�HUvƌ⮦�B�Mg����=�(h�
�!)�D89a<�I�l2�>c�����%�L���[;T}ǚ��E�̛OF��s�_�ܒ�"NxiM�Ǘ�Α�`ɭ���:�:�
(M��E'4��?�L{|9L~��y�p7J-��5��

8�Ŕ���{o��tz��ȥ�ެ-�����-##�����N�$��gg�9� �wά��q��}�
�Sc���Q(���1f�v��R (k�
m��_(��E�������X�q�fgĵp`�%J��#����	5In�U�a��ՠ��؂�B����*��Rh����t"�>6С�����OצaIF���I�rt��e2)E��B�@*�����)�P�˾��G�0��(�+�@��WkV.�Y]>��]�<3��+�җ-{�}���=%lK>$���q8������tS8�L�!�@Qg�P�3��������a���N
�wX�Q��Q|�qi��Ȟ'D�K�z,�s�t�L[U\��PsnW��Mu�Fxjn�!�e�����C��DߊkI(=:��O��WB�6�)��|cjNM㈞�|Ec>VߥYI���hx�+��!�GHz<xhɗ%n�W[���S������D�=p0�JYw�U�H��B����s�ZW��O"(�x�	��D�ᡔ[�	���e-�����P�M�^���מ!�O�G(zؐ�5�8��Q$��b�	x���4���3��on�;=�4 u#i���%o� �И�$�djӥr����S9B!;��J�x���@��E9�������uO��<��g�r�M��í@?pqizt���$��x�Im4m=^s�&�mބ�P%<~�K�カ��I
��p��(����A��19�$�9u�	��UI����}1���4�.u7��]�d]�K�_�����H���yg��%��Wl���V�Q�W�vm�����t�)9��7u�����|�^,�Mr�n�z.�GNך�V��ki-Sj���"T���ڱ��N*E}Uz�G_�#T�~>at͆�~(�d���D��`{w�	s��t�鮕_(��x�Y������?��'�yE[w�QK�����M{K�(����7�u�=�^P�8X2�K�o~i��v���(�?�>��F5�2o��?�XDť�d4��z��2���
Qs�G1��'�<�-��&tc�6&���-emd�� �|���tPx�*\DE���w�z<��5�*�g�v=�`�y���	~���<����^����Ʈ�A*��
��y���E揘qv��+F7�N�%��c��"���6&&8���@���l�go��e�'\�6|�o�xp�;r�v "��E���Tu��K�rn+�����TV`�Ϧ�Y4)�_���ߚ�-_�gz�|��g�?�o���]��q
�s�զ^X�r�q����	�����+Q>Ǹd7[�����ר�M�3�g�m��Y�'�?I48'�Y��ΐa�FG{����8&47����Y�/�ل�Y72�Y�g��n�U=Ph��3���'/��z�ܹ'�}����=����K`��U�j�<6ADP3x	h��L(!���' !/z��-�NfY
�Q�f��5��3h;��͙0��f�_%�x�^��oA�W��~��A��1� ��E�Θ�²d�8".n��G�3~��?�Й�9U������
��[�w.�N�tu9�F/���wӃ�k�b�0��sp�9S����9R�N��J*|�p����?��0�İ�j�|hΛ�M�JD�}_`=a��:Rw�Z�	=�C�q;O�%�h=4�g<D���_(�m36�-�4��{���\�#�^��VA�|p��*#��7���тְ�����������G:��{�
���J��z�xyt�Œ�[��<�v��Nw�
$��/p���7��z�~a$]���YsR^P�������l5�eE�ِ�<n��K���X���s�#�/�>Wk�*�3��q����Z5:�3nq�&���7@�^�:{�6�y������?�m�4��խ�����>�D���t�	bfv��{!����Tv`�z-�"<<�j�0.���(e�Zһ���)B|�}�z�)d�+�'�Z����,Y➔����#iK.}�&cAT�OUL�3���G[:;߄���#�~��n>��e�om��� ��d/M��O �����Ί#���#��^1t�	
�̳�+}�;o�P���
�b�;1�^}�DiR�O�Wf�fj��fA#��<���JU�	w՝c��'q�)�{��`�G���NX������a>Mq/��U�|~v�Lo�������M�J�D��^]׷�8P(�Q�����q�!^���>
u���X�~㉖kgV؋�
�I=k��Te,�eU���\����0W����s��{��숸蚮��6��a1x#,d7���aT-�7�Ţ�e��&�R�Di�j(�����Ε[�6<TrH-�C�:�>j��c7q�Aާa�F�� ��5�Q9���t��Z3����Y_|�Qu���F�b3�G�ژ���b>���OI��j*tj�>��'��w7��h�\���eE\��ueK���8,O�s�bU�H��]���_�2++~��>R��OvJϋ�wv�`wĔԗ�e�wi 9��K=��\J>�}�f�7O��Q�J\"�:���A���?����Ǝ-׍\1�S�y���͛�H��Uh~#�TV�a#�����n��¤��H��$�5��-���.��N@���,�'P�~�s���z�9�ɿg�³zb�9�2��y�<C�
�2kp��{{�P�8�Ab�Ҏ�%tA��(&,	M�1�7Å����-�I�v'd��Ul�F�Idz�'���NE�>�%I�h7�=!��Yl!���0t	�M��(R:�.�^�{�28����w��Z�ü�rK������3��/PW�Q�d3���0v	dgX��_�h:M^�|z�} �{2��˴��C6㑸9�1N.�T6u��s��uA�
�5��p#̭s� LQ��3ec�����I|�E.�������4���ه����*���b��z���R��
����hP
��M
�-��:Dz�?�E�P�<�U啋S���Ƀ����O���>��z�8����q�R�ٚ���:�&�?x��'�1�)J���G��C�"���76��U������q��F(Y�-���C���ew�^�n�Q��
���r+kf��{�64�hϧP�<4�9�טЅ(�r���W�.O�sQ@���:8*����`��7e⸨F�Q�$<(�/���$���Ճ�v���A~z��O��WO̥�1qQHQKʒZ}��!�cH�&7��̓��ɇ���ʸa����Y��Tr���p����X�6�^[q���,���&�LI�00�3as�Ӗ%u�*�p��`q�k�Wd�
$�3>"�*�7.mTE���O����L#��=�(�;(�J ��4>���E$�-�)�A�6��Y�,�������H�L��9ݛ"v�p]�
�#���&F]O�����ĵ��U���y��p1I��y�Om���8��p��_��ӋR�y����Ca�@YJ�9�g#�4������b�7d�B�`Q�k3۷s���MlnEu˩��а<��579'x�?�]��2s<�L�BT�C�q�S�K���'h˅bF��!�8:��q���x��o�7E��x�u>l��,�b��Adh�,8so��*�kT�Nۻx���_��5/L�v�<�{?A�p`���o�5ŗnO34�Lۿ�]��<�Ԧ�x:gyx�l��DmŞΞ3�iN!η��{=�B��ʌ)�5.<�f|t�u��*�E�D����T\��m�դl}ە)-f�����W]hx^O����*<�c��kw���_��?�h��� ��f��9���Cm����}��Ӓ�˵N��>>`�+W�팓z��_�u��_�X�T���'(��>�c�(?H*U*#"x�� IM��Gt�Ľ�ߴ���v�d�٪	�峎ޮ�;䑱f�
���'��0(톜�~;:���<;�b�4� ��ue�A9��-Z�z�\��$O���\�Kk��;��Zi<��R��Wh�{�Š�)�e����^�ꂜ��탒s���@�\/g�X�0��tӳ�M���&>��Ic�QXp�Xp �ʩ�����GP}��p*��P;�S}\*F�E�0����.J��Ǩe��R�4&B}/oet��ƭ�ٞ���z6�,@���_�][�vGv���{�8Z5{�Hj~ʝD�us�h�]�__^_H��H�ǚFհBڜ\\�[��l�Q�m֖�'{��R{+�k�����Z/��}ҡj[�_�ҳ$�I���6�r���5;�B2�U�Bf�P�pvm�����]�^�z?���:�4�Ia�7��+}:��c�Iu���,���	]�=.���ìݳ}R"�15%α��	j���O%�K�K�?���/֊y�y���y��䳎��MH�qx�#Y՘��}r8��\��
M^�gP�����S�?BM����[��X����WT��Zf/�Tg'&z�T�/�]gx��H��	VPۑE_]�)��rB[ww���"�Q:�c�����JW�.�b���7A��g�a�9��&��9�ҕQ��aKO�r7�w0������/��I���I�p�)��\τ���O�k�r~��]���Q"���8H9�i���I����-xhn���$��Ԓ����M�5^�ֵl�^R�R]r�(<��H��W���$��^b��׸ ���a�b���e�
���5���?����^n�YԍW���Z3Vf����s��@����(qV*�1㘆�#Y�F��5�7s�\����]���fW�R.w��<�����l�ۍ2r>�j�������qo�?\B�)���e
�`���Sv.���q���`��EШL�MK�Sw»?2͠tn�1W�F�O<�W1�m��6K��r���ڽ�E��>��ߔ��C�e�w����iW�=<KѸ��[�?���T)�
g���PA��I��8e&���!���F"d��)�Z��͕���Xv
���� �F��B@��]��,o\b��>T���6͞>�2���v�vJ$��!�V>����\�
8\�h��{xJ`Iw
��	�=:�:%��9�L��{��r���E��v6x8_}��SI[�~b�q_�y7+�Q	��ߧ‹�jܾF:��R����Κؓ��$UӛA���
�ŵ��i�p��l�f*�Z#��`�j�3h�9ʶ�f�u$�'��q���pRu�G���7(���S�*G�e-�94͟M@.�1��g��s����(��TI�ܧ�.�q�j�GX�p��V�%�<�ru�MP���8rrލʲ[�П�╟7�X���k��{�{O�h���~�}A6�;�����33�B��/��'%���[��>-Ua����$�S��b|2�4�"�p�E�O(��!__0�x}i������7�e~�P��z�)S1��l}[���t�?����]I�o/�[��+�)?"�"��=�w0{����%a��ў���hϟ�1"m�����,��
r��3��m?Q}��|/��ׯa(˜V17�~�h����0�	�!��U���wRD�
4Z\�����L�Z�u��`2''�s��@��\�h�L��t4��6iR�ڀ-�i�揽	w��}���3���� ��ʾD�̭�ͳ[I����#Y��3Lʉ�Pֺ#Z��*��=� %��"���Z��j���{��Ӿ0�i�>(oÌ
x��'nv%���6�o����=.(}Tq�+���ǭ�XO�y
�̽��Ԋ��3�1�g��pس-���|2n���e�&��~���M1Q~�c}n�}ú�U����A�
Q�(����X�~�	{O�Qc��c����ld�8�1n�;���.^��n��*u�b��+���\_�w�v.
k�
��Ov����z�	cQ�;�X�{���Vsm�G�&S{�5�7��X��jo(�PW8	���	�e����/3��n�c}n�^C��fo��XijAt]�cuRX4]��h,�	cQ�]�3t=M��wM83N�/>M�7h�@w{���!����/r�-��NF~���~��RKv�W(�����<��ݤ�@�>�;�1��O����w�Ⱥ�ǩ�V�Q3��{�Z�?�V��y��0����1�>�ѧ�7A��
(/~�U)����t��*�J�:�;�IT*��9�8���q?\n۟C7!�
�y�ɝBԚ���ɹW�)�������w�
�7���.�f��(*N�@��]Q�\��W�$2ZE\����vX��(�@ʄ��'0�T�2T�	��;�O
߿u!�!�ۆ�I����9D
��� =�T���(��C1�	:+p;��G$�G��8�Ir
v��3�4yE��>
��'�O?Y3Ӗ5�V��X�οD�e��vH�yT~��
L�6@�[��W��0:���/(>���E���C�����Z�Sg�5�h�4�乬)w�j��W��*{~r��&���?i���;p���Zi�J:�EB{��JR9��������=z΄�!���9(�K���2��]�;o�X��"o���u�t��S7�u�}�s�K��t2��;T|4�����-Y�v��i�5�#%<<8Bk�>Tх�x�'=�҄ؾ�]��<TKg$VF�&��C��V�N/���6�$��ͩ�n�K�Q�~{�(�o����i�eeO��f^��/N���™��R����q�q "���q�At`NG��c���Q�պx
Mr�,2�>��+r��ڦ�����L?``��)\�}�L>Ԓם�(`�$��k��y3Z�ƫ��7�-۫��ݠ
�)͊pm���]�6Mq�������,�<̻�&t>u�V�W/Zɗ�yiA��5�@`���O�7ϥ�W��(��5\_%�����^�(����C�0��L�˘5�Ek�_�侧+9���x��l���'�g|�aޱښ3�xniS�j��V��c���=N�	ƚ�}�C��
i!�)9�[�:�w��.#}Ρ�.����j��y�Z6A����h-�:��.��.\S�m_��k����rlB��ݖ���m���en̍�>�ؾwZ�����/hhuI����}\����I/�Nګ�O��ֻo��ퟖk�Up%�~�)9��H��u�Jh�6ԇp?��,�ԉD|>.w!L.����L;����$?��#A�jҲ;y\�Ț�������kJ_<'����-��k�N�*�&y�7��5P�����L�Ќ�&M��hz~��馧�la��<M���z��!NR��!�:��˝�&?Ư�Hk��_L���-;m�
��v���8��:k]^t�s�{���V4�����0�O�8��̝�+�,Ӧ�d�?�t��+�=�(��VK�<�&�	�;�+7e��gx��u��g�/,ilU��ls�;6�m_5_z���M>�����"��W)H[Ӧ+�#<l ��wV5�t�����[a����m�����^�����;iL�	�ɦËs�En�p�[k]�7�T-��+4����*y��y�&�1�p!�A'����ЏL���;�j�G �.N�n$Y�u)I��D8;�}_�P0"��)�_T���Rw�"}m�WQ�{�4���h�l9�`$q�S��-M�@�h�?�I>M����|��B����fĸu��[٪�c�R|2-y��Lm�2/�-���ľM�j�ZL�'L����<��)&�ӏ�ϲ׼�`�қ�O��8?�u����N����\��k���@y�xC��I�!w��_.9�iǕ�gVo��d=E�t
G�	��c?�*<EK�6E�������֒��3����3��#k�s��$�*�dI�%�r�m�W��1�7�1`�l:L=Z(!!JI	�M[H��I6e����l`�l�)�	�W���+Y&�}��}~|$`k4�̙Sf��9�*k]�ĭ3�m������
���i�/m���+F����ޱ�`S���W?0����|5��v+���'��b)٫��&�!0���끖�����s;7�)V<f|TڋS�� �H��|�)W���|��1?8��*�#�vo5>E���S$���EZ���B�Ej���(M���u����G��#@���v��=b���#�|Mw�%rE����}���%p8(W(�L�o�H2s��iӞ[5c��u�n_�6�hO{��qk�;a=�r���[�<7:��ͤ�3�<2M!��Ǵ�]������¶ܩK�,�;~�ۓZ���\�C"G�5�kõ���'XK���� �	g��h���;$�)�"]JxD�U�{���E%%&w�>a�n����I����|��r&�,9"��g�/a�9�~�~��g&�:}ͼ�'.���"�����<�(׆sЧ½N)W���^�1��
��QN�)y*:���2�������r��F`^����\���l7�z@������Kyds�sA�'��j�'e!!���w�q��mƎyT��'��)q����&����S�6����%�C
"B]� ϵ"�E���9p��##�(���t��?��k	QI0��6�3�[~� �L���a�gD����xsxl
K�3G��3�%�F�rN�6���$��^4�������p��D�=�˅�B�C�.�~D.�iu6��{B��N�NDz0F3"����C�8^J(�ss"b�řl�=r�\���A�ꅈn�`z����VT��en��-n=BcC0@2@L�d&�����^k�%.�k�PF�@>J�Y6R6N��M�>U�Ḱ�i^9�=)�!�BЃ�7��dxɌ	��=i���O� �
"��٘6�!mJ�re�H�@A��I�~�{K�	ĝ{1@f�M�i�#&A��K��_2M�c�"�{�	H�ӄ��玩A��RC��M'b��!5gE$�6���b�~��Y
f�l��_jl�]Mb��>8G��"�����`D�5.2ԕ#<������>zQ=CqK�-���%���e��u-u���;+�r�)a�Z'��c�N������.t�}����@���0WR���Ά���K����/=M@E4^����K�J�DP�=��>�I^cd���q �R�}+��Bw?��B��3�K�˄�{���gQ�T�J�"�{��q����>Bwlp�D$<�J���P���å*�xvk+�e�4�蔒A��6DQ}(��,d,emW�؝��O|���������v*m��	���r_(-!�E�p�rUz�582�$�KLS�\LE_�5'^�Փ�A�y��߅����R�Gb%I�T��Ϳ���3,���o{
>%��y������1�Nc^UU7=/4�rO��NJ"m��Y�;��_hm*{�Ʈ��<,�\��h�]��M0iA\�y�M!.dCDIC�{��,�>� �l�p*s����y-fGF�G�Z�o�I)�	)��ָ�����)�⦯��EgD�g�g���$i�� ���*��:��Zz{��� �C��	�9xv�B�A�ȷ�,+�wA��{�H��x�l�:�zՔR�$���n�s�D���l������|̈����X�	�J���Ґ�Q\�8>�����EGJr���\Q]����gm=�>}�i�9ZBS��`�C���A�g����A�LdN2D��B��bJ?x�_�🯱�=II���^��_�ad�b��7`?=��^*�V�.�K�7ʦ�;�`� o�����<{x������7֤���A�v���e3��T�v����#5θx��88N0��QH+�<g�j�&/�)�����G(���
!�wn̚s�0�!��;�:$�R:�ӝ0��{FDI�"c�*9R�a2�� %�,�S��an܅i���OC<�^�=aw/��֟�|8#W��,��K���?_��	C����buj�|����T�\Z���,��B�!:äR�Cc5�O��hQ�����գ��5�Iwd�/.!�J�\YM����Lצ����&{v��OC�b���۪s6�V�[�2~Q�J��\�<�	ٓ�y}_��)���׶��)�P�C�]���aL����5�{%j̆��d	O��5�#��@I"���-*T���S�[]iy��r�����6M��)��<$�����bB�;�7��4x�8	�τr`��,��x�g��x������(	e�y��m?\fcC��'V����	�I��pˬѹ��*��Zz�q��.�C,
��R��;*3wk��S$CK�y��]�N�W��:�'��ZU�fou�:�;���\�3�n�A�;	�T���b�bD�JrEp�
��5�A�Є�ײȓQ��w�"��Ӂ��ܿf��"��Y�*ħn�R��
.�Nȁ*�g݆̱k��N'˾4d#SS4P)t㦺T�:!��LS�Y���C$'�i����p�X�@^���R�y��Q�����8�N$���p� 1�+p���o�n%���g�C+W��ގpS�R9+��ϋ$�༃���fkP�).��[�6���OH�ը���MEy]yQ�1%4H#�.f*i�|[C��C�C�Ce�H&!�Br��A7��ݜ�e?���	�Xý<_���`����^�(R��>��ؤ�����OЙ�//����+p/5�Tqn��P?W��jK�M�x�b��
�;�f�*��i6-�Z�l�iM�05"�2�dQ�
��$r�*B��Xb��cb�a6�'��"���w[R�|����E�7
*�,==%%�c
,I���&�ܲ �Of���
Eag��̧7�b��6F�����"GJ���v�`�{'F��֥��j�t�-�&�D��s�2�;WD˕�4����L��:�c5I��#�G-�U��_z��u��ӗ.�W�m1����y�U1}��^d�g��Q���k��T��^l#�pj�D6��IX�)E�"�����<M���I�
������%sw���D!�����9S��-cȌ�7k�^���h��ip�jc��S�Gn��Cu:��C&ˇC(xG��_� �M�u�^��I)�W,E��^����fa�.Vm
5��m��ݛ�h�qS��{�MNu����VΏ_x���
K�Ɋ.6�Mb�Nƭ����t�+7=o��[����y����f�:7�����{>�޳JgeHG �.�В,I���S�c��ϵ���V��T�O��Z-��Zk�l��ͥx*N��o�+u�q���H�I����i˗��,(���ą&L�H��K�vS�;k�pZ�d���]o�kn��>྅�J��Hd!D��
����Q�������������gP)�,|�o����\٣o�Ԩ�������j~Ž �2��hQ��Q��
���&ݓ�̖��A:��5�?���"�N°�a�K��zYa
D9�q�\�(��0"~<�lI�Y`��珮�2�~q����7�Ra�p�������0y�ӽ �3�Y�����n��;�$�a"1.f"�#��sd�""��}F�*��—@B9j����P�ʤ��IqFK-��>�I�s8w�1Z��Lh�U���^�~+Ŏ�_]�ʂh2����lJqi�,iz����
-���p-�=^���k}Vs�-�[Rn6(�v�fԪ`[h���Is��-;3W=XhO�C"K�c͚�V���b��dY�]�k3��1��/#��$	��*�(C�0�!+'_���x��y���.���D���k���/�eG^��Q��v���|~�szy�S�uz��8��פ���G~�hĘ���/�v�Hgd���R�C����A9��O�U�h��Wtp2�:t���ܺ����w��^��
��Vn�:��*�Q�#���B�UcR�{�U�`�)�!%�S
)�Pt��������K�^;/QiG��l��'C��W���=���MI��Ψ�sQ��<j�#��ք�KHj�/
���wu�t�A��Jt�D�����1�eB;�V
y��a��ĵr�W�_�>��
ת�K�>oc��Ԁz:����pr�z:d9�j�(�i��p�?�W8����-�����QR�H�#�y��G������(/��kƌ����n���ۤ��5�ـ[6WHVV��$�N:�<��w��H^�z���ᆊm���M#�tCo��{��\�h���ӝ{g�)��&o[��&:�\|�����{�]�|Ը��}���G��*m��j�Oʶ�3f>>P�d��6B��,��@Y�w�����/���?3A`�-��g�v>ϰ�<1ƒ���lc����H��s���D\j����V�a�B#��������^�û�P��q�ûN��<&O\�w�!o�+�~x7�S���/��~x����V�7H?~kx�?=��o�o*4_b]0��Rdx��n���|��z�8֏�#
�s�Mt<��s�~:��#�J����~�?<�~�7����<�����w��B~x	���j�/4�7j$<H�Ul��/m��*A�n���g?_ڈG0_0F�Q�.�z��񘐧b�����q�.�R��NA��������B�������q>8p5��t� yv�i���t	s�:��������S��/1�IlX ,F�u�R�R�5��a�������uz���1QX睂.���J�ߪ��{,[NA����V���6�!�:��ǯa�7���U��B��/�S�3%�,(F�2cYI���
=r'�`Y�I�s�:`?
��X�"Շ���`;��hG��B�m��\�1��:�L��B������_�����s�)��2�-��� ��!��#@� ��a����t����|˘�N��n�/i �x����]�=<�ۀ�߀�&��Ta��u[x��N��7��r�*�=��ׅ�p� ��n
�
�a*/[�x^�",���@��r8A��'y9�����*̗簯|�`��axi#��܁�6�	u'b��o�o �R���)%�
�/|p��k8;|p��k8�|p@��P2-H�:|k(���P���x
uC�������D֙l��0w����b�y�߇u�d��?��+�|�k����߯c�œ{���7ŷ`k�|�W�-Kb�x��<p����0�^.�p������pJ�?��>8p^w�y��8�Wng�䥇���!��yY.웨N
��v���aI��QL��o�g�����9���'_���0=$�M1.ñ$Di��c\�����E��m8��E��Ϙ�q��i�0�߯��!����#F����r������[s��!�ԋ���a���2W�"��#vq�z��+VT-�_�л�%�
-�A8���e��Q-a�a7���2�t�]=�P�u-z��;r�R��/	�w5�v�Ka���7�r�l�QV�	����$mbWWb�x���ڄ8�5AO�:���9��-j/���;�T;U`o�<)�a�ܪ���}�>!"�����'��3,�|�fx�	��`ы$�w8>x�{v�r�+0NK���5�=	�p��cR���)v%k�oO������.�V9V��zͲ4��B��>+�ϊ�4~�ҠGur�]]]�{Cln�H�.Ԟ>9
>~��r������JOKE4�ĕ�d����b���$�s��GF�ʏ�'�w�xQ��&D�1Q�������x��u����Jmު��2	͕ڏ�
%B�ɀ4�Q��+)�g��3�Z|�'I�ybG���b��㿦�0'?I��&�^<��!RI��"p�-�_�϶�"��bS��k���0�HD7�yL7-�<#RZZ��w;�w�5��-�@^H߷�M��H��IH)�YT����2��M�X5��e;p�|�	�ٹW�Q?F�.��">(�az �BxZ��ш%�`�BĊ)�U�Z,�#�56?�A��{��U��31 ��U�,�{%x�A�S�@đ������3w-�����"�J%�P�X^�_�����:����;/�\]���/�}Gk���9��3
Đ�N��C��\�JMGA�,����m�u�{Z�AdUD+1Uv�^�V�[��MQ1���t�	�`{��(����))_�@�`	�Qq*����]����";Ehz��E���u5)n�"ٕT�6+\T��}Z˝��WЗ��fy�+��I$��p�>}��r��<	}iV$2g�W�i��>��~疜�'�7o���z�}LYɬ�K���컷�=��n��Olo�^1~]SV<{�RWU������
�Qr�},}u���
�����o�C�A>m��R�1g�j-�&�"j-�笚C�Q�"��$�f�e$p6*J����Y�����N�1��+'��R³�!EC���p�\��� ��Ώ�����pz$3V��t…��.�h��������%�4��0pr:��/"��~'��"�R�'"��"�g�a��=D��n,�~�o_�����ڹ���U��VF�./�����:&3"�**�8����5�w4=q_ٖ���׌����:~܍��%z�/j"�#Q2<�{�4�9���"-(akeNu��b�qp[��o��V�po��)���j����K˟�Ϧ4'&�c�>A�R�\�!*�\�3YbO����%i���ɂ�3Y�M�m�}�)}YemI
�Q�������<u�y�MT��x��暐QR"J��]a�+�(\М��M����ID�dרu:�G!F�W�hd�f��pLb���e.��z[m�YW�l���;�:��㗖gT9r2��#����;�T�T�F\���T���xYG���9ť���F^>��~H+(�g��8��U���S�wG���Qu�?V�䠤=�U,z�06"����";m$���3�;q��a��Wd�����3�ߚ��=ۿc�\wN��˗��y���l��I.�V�1�9۝W�F�,��6]WV֓�`„yf���ы���<w��0�4�֖;�K�ɹ����z@ٓ�L
��������9V_�U_�,�H.�D�2��;�U2Q�yS��.�\8�|~����jG.U"e7H�
���3��m]���vp>�.5�.�������H?�Ɛ�,C�R�QY@*͚�Nsk�Z�,���9L��|���$_��A���h�'h�v���:͢e��cd�S��:{�����cR��d�(�P��>�{�n��oSJ7u�5���;x����M7���}mh]��cy���?��E�~o`����A!����a_肐z���r�?=����������LVS.�;"j���t:%!��*��U�pFS_�ّ�Х�潳����)��]"j]�&b�&���jrϊ�g�ذL=��m�Xg����g�,�!�9�J.Q��&���!��r?/9�˼V�ͻ��7�4�-�j��S�U��-�m'a��d7���%���}I6���m�W!�]�N�!{a�]^��#�r��?ƫ�_+9�m���w`[~�n�Vh�ҫ'C@
l��܆�彋�$�
�v����n
8J��m;���w�Y\;p�'`�.o� �3 ��G���	Fy���j5�O�%
��<��O�S�Y�@ݚ+��V��ÂYCICf�$��eU#�OJ�Z�2u�G�ݔ�h�ӥ�s�`���p&�h��A8��g 
�s^��>B&@-,:���7j+���B�,
���.>�u{���-��Ԃ\�Snp�~A��: |��@yp�?�|>4�����)�C���y4zAS��b�r(�b1؇Lqag~>B��K<i~�"yyF|�ӥ�ҫƈcESƄ&��y�$F���Z�-Y�&bb�[k�E/��VDybkJl��Ʊan�zUL��������CJ !�3�����[�`�[k�!��R~�4ͪo�_U�ӯ�o�^��8�Ӓ��/���!�e�Z�WД�̲`�Nx��a�������px��A&禿t�����;��V����1������̙���0���Y�Z;w~á��ʼn��/`Y޴��űe��SsF�3��.��[;��K�����Q��Ŵ�w.iz`]<~sa��*��h��ޝY16��b���9�q��i��E	�b�yK2CkNO�N���L��mQ�%ƚ,��B����!.�ɩD��HY�R&
ާÈ��r% �&Cm- ���爵�0�f/����ӞG�,ц�0m�[�Z�3tf�o����WX�V��Y����}XPN�G���Z�@�Q��8t��Q��ޖu,��'���Ϻ���c\@�]��M��g8��M܏xn_�qe^#b�Oh84��c�$B�bz���"��1�fE�*�4�`�@@EY��lZ��B�K�W-/�{��w����Z6c��f���V03�ۡ��J^�)_Ը�M���w[D$̛{~��Y��y���~���9�t��	��l6;@�+���$Cp����&���s�yKH�����o�0d�c�IU��uwѢ�z�n�]1�E��3[&�ܨ<Խ(�}�{c�l�=�imaζ>Է�†
T�+�uqќ;��unk��lP_7���;�=�t�3N%ۥ�a4� D�p޾h��Q`�JUtoX�,J�*�����2:3�)�/�4i�����_}� ���nx���-|N�eM�H=��͟�}�]���-�����l���C�l��C�i�LCO����ȝg<�%򢀻k	�^���_���`�ki�����˃��f������m*\L.���������O|,=r��W��F�$A���=9��k[aSʬ҆����pn"+�P���=��pb��������?�ɐ���|⧵)q�	��o֧��mZ���b|̈Ԍx�s�9�KMX�B�� ':�
@<�.�5E�n>���vf��y�i����p�'x�.}����{���կ��h]B�ڊ�Q	��,�oh��'s�&�n��6.6�\�>>3�(?��Ղ�A��ۿ����
{���i�I,��ړ\QCYsg��%�je�\�Z?#�z�>x>�0�h�~C�<�&\��"32�MD�C%7�#x����/�5y�;
��*�}	�����@K-9�y{]B{r��u=uK�;N-��-�$^!�Ỿ>C��$Y]yp�;�ٝ�H�`�1&���}i�?�����=TGis_۔S�>��M�4\(��D�G�29tj��

���ek��w���_����
PP:Q�� 7H��Jta���p��Ýd�삎P���S���5���pc��M��D]vnry�.�9{cj�[�(��J�a��޾�A�Ν dۊ1{�U޳<��	�2[��F�d5w�F	�G��0��W
�G�x�LQ�nZ�µZV.�JYC�)WtY�[i'�'�Q��������^��CŌ��[n�Ps�>��k�/c�����5�C^�-�7���z|攼
Krfś�iť���ZKW�_�o
�A�����I��רz7I23Ĕ���6����Nӫ�h)Ii.�!�*������L~�l��Cc=���P*HA��4	BK�'���2���~���Ee��#���y�����v�E1I
]{��|;�C��1�u!\���=����	���6{1nK�����L�r�GE�L#�L"�
V��2ݑ�/���$��x7\r�#_/n�l�=�n|9���]���'-:�5��z�nO�䎝�m,�8�w��z�����&��3*��g�߈���q��q<_��-���k�t�ע��%��B�%�ߨ/E�U��F��D��V�p���+܏��g�(���HŜ�c��}��o�g�7��!�:=�y��A�3xd�R)�Ң�o�� =5��F��Eݗ4r�(5�x�k���浬�!�;��lʱ�w'-?��ж��ª��J]���Uc��5�;�vW=���	����gO;l�jM!
{^�����?/�m�s��|F���US��3\84�9��x_��cڠ����j�g���`$W���7���0v��SE�~ѡ�R�	����ˊI�&{���8i/��4	��i���	�g�(=f�5�5�;j��ZGE-~lH?x�Qs)��6QQ#�u�K������}=���8����	� Ą�`�4-��;⒜P/ЫP2���p��;����<�K9���[����#p=��Eh�'�Tt�&\��x)�hI�$D����`���E߆���K
����H@�Z�{��o�PS����@~ցI�몫�
Ut''O/�jO>X��R�ߝ���L��>�vk�Ļ�fM�]���~���ͭ�]��=�������mRNC)pMX�9���%��-=MůxZ�lЪ���	�ښF?�'ft��(:���<�	���Nb���*2���ڣ�z�щ��)�H���N�B.7��0(ēf�w$��ɍ�?F��ʰ5�Ґ��
����F��w}����*�r��$/�rTM�+oqe����
9��.
7����YA���s?��!3JR��RD��t4#���զ��$ H5I*�(�S^�SQ��?�#�V�ʗ�uk�����wO�7����v[�u��wCC�|x�~Y���xZ�C������	Iєn�b��
|t��4���P	h�`+ux�I�7�B�89����;�M:pƒk3�dD�7��@��H#א��Q�!��sx@��\䌡�~[ ��̋C��G.����E2�P���d-�^^�rcA<��.�	��P��+�o���Pj.�Y�v;�RBlZB��v�YM���),����M����1�p.���A�oH�M�hU�hlѭ��e�ڧC��2ʌ�Fk���Uc��p�tY�Uf
�W銗N�*ɧ���vN�2{e��
��x���wNC��r$<��=� ����\-��-!�5NhB	'
�(�j������wnx��vg���;��a�_]��=cݲMG�|w��կq�P���=I؎���L�4�ޢ�֎%���6���5�
���	����P��<�~>���iD�"QA${�<Y��;�M
*-
�˓M��0
�9������>�$�A'֌����o8�	�-?7:+���V��O���+nY<:c�-5�8��I
^�늚��Κi�/q�4B���}���0�Qe0f��r9�խ���T־��n*�:mӄh����ynG������xa�ܵc>�?!�@:��LJ;Q��a5���y@�X����ɘn��&"�c����VJ{S�e���r	v;"�'+K�_�Pd	����CC�M@�E�����ʌ�������rb�2��H��kn�f��dGA�+Ƀ©1
g4L�DT�C���P�/l�|�{�R"�/_c���^�B���$T,�9�I��'�q�2���~D
�/����[�q��(�g��ۅ�%cxy��������w�b'�D�A~H��31l�^�YOt�v>7���3��{�9`�U�}-1
��`�5�]AT@���B{
���-ۿ��ɹ��|�?lǷ��g?�º}�������_�P����
p�c8���;��0��_����i#�a!��/���v_l4l�Ah���8c��0�2<�g�#���^a��B���]�ۄ�ׅ�6 ��Bl$l�!�/&~���>�>$���Q|����`;'���b�`�W��W�Ad��e�b�`;�\$�a�{�%�������<�>#B�zn5{���T��0#<C�iDQHTµ���F���e�Jb-���J�y���[�bEWWFnTTddh�l~u�h�UU��7�N"	�inh�w*��x:|L�)T�&��B�����ςG��Ttc��.U�k�8@���~ӷR��8�巾����4��GٴvŊ�w�X1�`�y 
��I�����ܙ`Ϩ��QeEE\�?ϼ�b���dGL�E'f�N�Ơ�ZW�hoΥbz�� �D�¬v$/��=7^��K=C�@r_	���
�oXx(Ŀ��� �'����J�����@��-�nm��jk�T a�_^�y�{�J��G9�9�x\r!$�*3L����`1�3g�x]:�bl)�n�oJk'L�5s��S,Y>s�3�?���{�_P~�8x�����0����`��w�����47XO��N�e���;vl�������ן)W�"� ?�����@=D���QP^��W]^��R�SG�Oݰ';�tTb�+{TZ��Z(�`	��Nd�^j*��7���e�������|cٮ"�:ER�[&/
}F;�	����J�Ti����ѱ
O�|���>d���@��C��ZɒDhF��yU��x���:�7^m�՗��|�[�*Wd�uVe,3��bA�ȡ��0 𭪬1�/4ݭ�?�FϞ�f�ћ������:D;�Fj=�+�3�Įr�k@_��yb�MFM\ZRd�6��6k��V#��IIX�5:��{%�	�'t�:	r�}�b�h5��k���H)f@u�xE�e��x�7V�;�ԱVh�CSچީ�)��8�N��A���Lv��2���Ӭ�34������cb;ڬ�������Cc{S�aգ�!���	��:À��G"�(�V8����C�AMaįqx)��ҢI�Wt�}q�AY���HS}$%2n�5��pK�|/�/���:�!�ƚ��������5ƨe�F]�_0J��{��t���8&6��i�%DDG+�)Gt��������xR��]^p6i�m���d��"� L49a�-se�'$bfB�ݚm�M�D�O(�Y��1��t������ȉNg��UMI	W�DƧ�1עU�9D�ٻHt����4T�R*e�~��p�T��F�/0^�_��Ⱥ�E`c�Ȭ�	_h:~6��|��<=��s��|��e��M��VS���¸|�jB
���-���H���%*`�զҼPr��I����o`*��ʬI���?.�qmP�e��h�1-�|������!8��E�x<-�xV�]�6T5Ֆ�.X�,��c��f3�zC���+�Pnn@�^�rc��7�)�6JU*{�5vJ���V@Ы�ado@�Ȏ-�G�E:]�3"{��Wح�)��Vm�zE1��c��������)z���rϚc�j�	)ܱ�+����;�Yx,�I@[��eO�Ā.���#Z��J@p�I����5q���quxj^�)e�6�,�=1zQQEw&>_��M{�s�zA0�������\k�F�d0'Y��O�Ҍ�s�����d��NN�M���x�&��=J;x�C�*��E�#"��`v�OM�};a_���E}�����
mU�+��q������/l���Õ�����m��ÙA�/q�p_�Hn��}w��*�F�
����}Q�/n>3��B�jxF�5��z1vv.��
�9+�?����OtC>�Zg`"�
��R�(�&u�]�ʆ�#���㑒�5Ǧ,z�Y*y5b��|���,i�j���\6%���v�Ȝ�V�W�p|�mB�`�]�ƣ\�ѻm ��v�y�f�!�n�c�5��h��C�Z�^��V���B.k|�D���,�_�|x�~)�*fs��.<ЦkK��]��SХ��#�<:�<�$�,�~Ҽ�\���˨��q���'����ȿυ�=��2�&�-���ߌʍ�	���)�b� z@LZ-r�W����%�r	��ۿH�.a�o�X���7u(o�4E=��8�7&-7#.��Ǥ�;�
�w�9��d����2��o_�K\�{T\lf��'�Lם���LC�?��Sډd4����KHr8��f�^$�;��9������c�ܠ}�H�;���GL�/"7]{Z�A�u3޿�,n�t�X6ڪN�J��&���#�u �C�J:���p84��RZ��ۨ�㏜e�+��D�8p3��c0�K ���{7�O�i�36��|ו��gd�j��݇�9*|����0qo������C3��:�3E����U�)�wD0ᑉ�RB,�� �����倻���ʢ��CJ���p�O��N��W�9�Ǧ�?|ܲ���c͒��~���+��/�v7�N��9&��9)�l>��������;�v�/�.sD�c;x�m��C�	��=��A)�
�O�ұ��G�ۣ#�S�گ�K��H��K��-�?����d�%?+.gpS�K�;����$�.(�Z��k�\|:Ԥ=�	K��H�n\�vz��?�L(��61}N��3[����g�-��Fq�|���}zP��Lo�y�:��Q�~��8=V��|�^3"N���jn	�Z��[���D��ԯ�p��'|������k��5��~���7osC1g���,�"��B���NF!~���l$Ι(ޑ�O�L���	#�o�
ŵ��ϽP���i0�}�@�A!�B��OCD�!o�o��>g�"���}(n��@1����ͼ���[9
9
�}��-����%�g��i�}���{�v.�!��2) <z��7Z�e�Ȁpcc�	B��Kb���|���@�;��i�
�d��,�|<(�ɸ��yS�+l��Mx�܆
5)���L��Y����v�Q?{
[�yV�\�ِ7�����e�M�?�@5�-���L�XNםX��ǥ6�O�8�bVG����?iaa�G�P=�9"G;( x���"z���{���G�@�=UHM��:E��^W"k��	-"�SI�V�1F֔E0M�{�{\��M�Rm�iP��P&�ri�XRZQy�򨩯\;h���lD����ˢ�'^���ٜLn��)2�V��w||��3{J�XV _c�\���B�Z�RS!K�
���W�q��U��Q�O���fn�Ijda�e��bg,�]q�E)���i\_�j^u��zf�^R���
����	ei�S<���-���a>�s藭+N�eOɭxy�Gv�O�O=qc�}�~ׄ;�n��We�˿Y��.�9.���r�}ڈ�n���I�odh�6@��'2�UC�Vԫ��^���}7��.�����%��M�6{���Dv8�UҊwI{���	)�v���-�-F���*�|k��ˡ����5�)-�ԁ����z��E.�טvM�8m�D���v�{L:���d�_{o@���v�>��	������<cuA�$���Z���t�0�#K�`�n^�t�o�!9x��Ju��X��_�]~N�*�O��>����k�kփ���c�e���ڒ9��l���C�}�!
ʌ���9Xੰu?o	L&B둓b�5o��/qQ�N��s<(�$�����H�X#�R
)F]n�ɓ_]xm�`��!/2�S�{�^{��^Y_2g�w�)7~�X{rge����_��v�x���u}�7��Ѿؔ��M��Ơ�P[A���•��`��+��)�s�螻S���7�N��wpmΟ�ڜ�Gd�!n^w�M��,;�?_v�Y��9ޯE�0}!vR��sT�N�'���Y��9���P7��@_3
&",�������C��$���تу'1�!�S��8��q�Q�����Q+pl�����~O��m�����`�mT��j�{�E�f�ت&�-�y��DZU�q��oS���a����u8�6j�V��q��#������]i8��-�}>M�T�4�z�F�0�p�u�Y�W�=�k�g�_�g~_m6a���(�}*�E���
?�g.��aߠ�3`�i������}!?�*�\?�p������l*�y�"�3�Od%y�`��'�VEV�C/D病��d>��m�ߓok����c:_�V�yT(�3��B�A2��31���'GS�q��޷��>�O¼��ж�)�w��B*U�y�~h��	�H)�ϰ���W���ׯn~�)�s��ӧ��LJn�Xg��\S�lϜ��nͼ+kg����EKN����u�G=s��_3�7o�C�W�B�I�Gw2B��1E�D;(i��O�C���_�NT��k����i<���[������c�/��\ˆP�T��0�D��*��r'at6��o؝�XQ~O]ǬwV8>���U@�s��iY����
M.i{`�g�S|����������X�Z�TaQ���p�Ԑ%�w��h�B�ξ�UW�<uL}Bas����شĆ���M���<�|݃�o�[u�;�?��vTu���y�hM{�����My��m�v�P6���	������<&����Y�N�޿Bث�N�,-�,��v�ne�䥿�>�I�Cu�HS0���+w,?I��v�[Eƀ��%3c��J��F�q��B�8�$i���^����O%�𛴀���p��J���e��+N�v�l�ߴ2oN�؋�)����	i�Nwl������gfL�/�[�V��=��d��Y:��P�[��W3�	��ru
II���V��ƌ�i��&�%_&F) V_H�L��K�3fјĞśk�����ƌ�>��ڧ-���{�c�����s�c�vV-���c5]�w�����	e���A�?���y]{x���cEs�TΘ_ґ1*:��:���-��� }�rJ�f@y1yc��F�"�{�����]$��\!�D<�=�d�>�&��L��G�.�����1�'� ;x_p�o��qڟ�Lk�Ʌɵ�ދ��3iSqw^޲ggOZ��j.n�kl��SKm3&�ug5j:�N����ƹ�N�7﬛�gZt��;[��W|�|^aQW�-r����)i�E}FY]z]G�Ԓ���z���>��1��P#�e��*�6B#o�6'o�!p�m9
��O��@��,.�:��)����l�c������V{yWq��y��̭
Jh.����ݧV<�+���䪸�G�?�mV���{f������Jԑo���EVƍ^P\0cc�K!oz o* o(x�H@�!E�t4P#�P=�:�0I�4=\�F8�֑_�
}��"=S6<>�mK[���sé�™�E�ͭ�YM%��f`�@~��Ɵ��f���}���]v�ˋ;'<T���K�Oڶ�z��_�;��k�K��Sp�������]�s7���p��.��{����p�|�^?���G�#��t�y���E�N�K�ϳ�D��!
2ОK�
}n�r>?G�>��	h���{�
���r�y.)؟�K�&D��Oh�\�4�gЈm��\&����"�
����q�=L��we#�'�a|Oi��h��Z���W�Ή���n<�ܶ�q�{���-h�x��TMo�FJ�d;v�	
E�5��
Jvz(좨C��Jj÷V�ZG�
�e�{�)�H/9Eo�
�E�{�=�q9�$��q�3o�.g�����P�;���|ƸDՠɸL"xɸB��3^���m�U�S��q��+�2^�;��W�v�Wƫ�qe��
���=�5����uzU���Mڬ��x�Vj0�E뵇PTV��W�����h-��q��	�W(~f�D��_��t��ŸFoJ�e�[~�x���?0^����ߠ�+��������R��&}Q����W[f|�6k��#24�	��)�>9�K
�t
��ځ���$V�1�.`�ʰ�aK��m��ii��b��=2�R�(CCo5�b��(����pN�?'zdF�T�}'v�
q�W�3R�8���Ss�zNd�oR+��΍�^�k�Ϻa��1�@���ٺA�E x���1,gI�,�*�,-��Ь�j99�X`[
��X;��e�r�_�^ z6���N�h?O�g�_d���/�b��p1�9CL���?q1'��Tj�I�C�"�4k��;��S`���`3��ÛU����k���)�gs~G�h���-����S�y��wo�����VH�R��L�	s.�|��Db('��D�bm�JU$t"z*u�E�j���Yp{z�D�����^P��]Mb�d�Dk(c�Ģ��e8��fM|�*�
����q"N��u޹8��?�����cZ((����D�MI��e��E���.�|�+��9���OѦ��8,��hU���f��?���Y��2������{~�H�}>�bl����4/@�4җԴ\�2/�Rq��/ʼ̄m�G���04g���{�\n�l$��9e�yg��ܗ��.7ɘGl�ZM�';��2�-X���z�����6����hbh�s��2Uy���1@QY�T8�V��޹]8�Ӂ��“q�o��Rd�5ƜF�5���t|�^�GΆVB��N�}�$��>��%�:�f��m�.�տ��x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\U����U��_B�<��:���������;A�a�� F��!r	!BL�* (j@D�#�0����80�8��"0���}~�]��;��<�s�~�Ώ��^{����ZU��:����ܹ����;�c�\��I������c�^��쓧���Uә�r<����w�'W���r�	'��̑�ZͿ�P��=��Nw�������N�����?K�e�+�����eN��[�����]?�y��gͻc��y?C�?�y�����e���^��:�n�T�{V�.ݳQs�C�T�;�]�I�w��} �C���>�����SQ��'�/�����:�k�o���;���G���w�
���g�_@��F��Q=��zvC��٧g~πT�'�S���ٷ�è�z�9
�����{V��A���R�Wz6�\���疞�~�swϽ�M=��y��)�g{^�y
ۛ!'�iTh����Qݡ�P4��*���&�E�B��-}
�,�"�2t�����K�]�*t
��M�[CwHm�,t?�C���Dm	=z�5�V/��;�w��ٽs�B���8�lo����ݯ���=���^�wi�I��G�މ�P���/��Pafz�U����
u��](�S��Q�0[��U�Ai�z_A��¼���w@i���A�2�Y��D�U��
�}Q���WaV�/Q9���:j�
�;��E(��6�0��oT�����c��*��M*�D=���Y��Pb`��F-0줲J4,�F��DQ�bAUU���T@��G��@ɂe*+P+U�F���%j\��Jr\�rJ����F|z�HZ� J���lQy%�lE��8}pէ�ѷJ��7R���Y_UR���q��P"��Pԑ*P׷T�$���[��P��>��}����_����>��}��'���O���_�f��}��'���/,���a���0���_���/�
���_���/a������_X���/,���a�oP�����_X���/,���a���0���_���/f*"������E�_�"�/�������_D�E�/�X�"�/�������_D�E�/"�"������E6��_D�E�/"�"������E�_?����~�����R��~�������_?����~����׿���~�^���@���ϡ�^�(��-J����^��(��J�?�{��Qb��l�/���@������ o
���}Pbo`%��(�7�@��rـ�8%�����Ym@�
�F����(�7@~{Pbo�F�� �
����Qbo`J�
<�{Ϣ���o@�
�����Pbo�<8(��Pbo0�{�U��\�{���A�7�%������J��<%�ɗ�bo�*���%�Y�����(�7H{��i�����$����������,�؋�Ή��h%��dب؋�Pb/:�{QrmT�E�D���R�b_���/:�Q����(�E�_���/
Q�������_T�E�/*���Q�/
Q�������_L���/&�b�1�������_��1�;(&�bD��؋�bb/Fԋ���ȋ������D]l��u1#��D\�Xq1b]L�ňu1#��D\�Xq1�w�b-kq����X��Z\��a-.��b-ތ��8..��D��8����,.��+�",aq����CX\��!,.��aq���8���?'�ŷğ��U\\��*!�p�W	�J��\%"�x�h�S	�O��4%DS��)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M	є���hJ@S��	rhB$%ȡI��$�&ER��IIrhR$%ɡI��$�&ER��$��͒D���J͒b*I4K��$�,)��D���J�UR\%7�͒D���J͒�+I4K��$�,)��D���J͒�+I4K���J����DX
�R",a)����K�R�f)�YJ���f)q�Z�g)�YJ���f)�����XK�ZJ��`-%�R��k)XK���F�XK�ZJ�,E4K���,�h�����KA]Zԥ�.-��P�u�J�,M4K��4�,-��D���K�_Z���/-���i�K���J���/-���i�K��4���_���/
i񗆿��KoF)���fiQ�&��Ea�h���YFf�fQ�!�eDa�h���Jf`0#�2��ˈ��e�_�2�/񗁿���l@���e�_�2�/񗁿���_F�e�/#�2����Y�ˊ�,�e�_���/Y񗅿����_V�e�/+���Q�/Y񗅿����_V�e�/+���Y�ˊ�,�e�_v#J�e�/+���Y�ˊ�,�e�_�r�/9񗃿��˅P�/9
@�r�/9񗃿���_N���/'�r��	���_N���/'�r�9�ˉ����_�r�/9�ی9�ˉ����_���/y񗇿����_^���//��
����_^���//���y�ˋ�<���_���/y�߀y�ˋ�<���_���/y񗇿����_^���//�
F8�W����+�_A�� �
�W�+����_�
⯰%�
�W�+����_�
��W����+�_A�6��_�
��W����+�_A��(���WE�+��b%���WE�+��"��_���E�W����+�_Q�'P�E�W����+�_Q��(���WE�+��"��_q3J��(���WC�7$���oH�
�ߐ���!�7C�o��C�7$���oH�
�ߐ���!�7C�o�����
���
(�7C�o�����
��!�C�7$���oH�
�ߐ�c蝒�+�_I���$�J�W%�+�����_	�J�%�WZ�%�+�����_	�J�%�W����+�_I���$�JQ�%�W����+�_I���$�J�7,���oX�
�߰����0�
��aaX�
�߰���a�7��o����0�
���	����a�7��o����0�
��a���7,���oX�
oF��a���7,���We�+��2���_���e�Wn��_���e�W^R>���,�ʫ�k�k�b�|i�+�
eV��|K�eqU��|oySY4�/?U~�,�ʯ�߬8�S٩�Ge�x��U��tE�T��feQElT�QY\�e���qP9���rIE�_��rM��rk��Ɗf�r�ʣ�oeK����j孪W�U�\VgW�VCU�`5^�VKU�[u��_���f�zd���Ҫ�zjuUu����~����U�G���
��Uo��Y��zO��U�{�W���g��*+�F�ʊ{D�=Š{D�=Š{D�=Š{D�=Š{D�=Š{D�=Š{D�=©ՈF{��ۈ�}��ۈ�}��ۈ�}�S�y��V#�N�F6�pj5"oa'7"oa'7"oa'7"oa'7"oa'7"oa'7"o�����8����k�Z���5N�j��V5y{�S����ƩUM�^cOW������������k�Z���5N�j��V5y{�S����ƩUM�^�Ԫ&o�qjUۨ©UM�^�Ԫ&o������k�Z���5N�j�:�Vuy{�S����ΩU=�©U]�^g�W���9�����Z���uN���:�Vuy{�SӺ��Ωi}B�SӺ��Ωi]�^�Դ.o�sjZ���95���뜚���uNM뢮Ωi}�
��u�W������_C�5�!���
�k���5�_�
�k���5�_��
�׀���k�_C�5�!���ؠ
�׀���k�_C�5�!���
�k���5�_�FM��Q�7
��o�F��(����Q���7*�F�oT�����b���7*�F�oT���ߨ���Q�7
��o�Fo�ct#J썒gF��(yfT썒gF��(yfT썒g�b�I�i��&y�)��!��k�g�b�I�i��&y�)��䙦�k�g�b�I�i��<�	u͉�M�KS�5�.M�$�4E\���qM�KS�5�.M�$�4E\s3J�5�.M�$�4E��eLč�]�D��eLč�]�D��eLč5P"n��2&���.c"n��͘�cu3&��X݌��1V7c"n��͘�ۀqc�n�n������1Xkc�6&��`m�ٱ��Xӌ�9�C�N�{����.���q6a�"l��E�8����qs���9nG�\�_cIbYn�^˹X��r~۱K�X�?{��5c	�CkOc��Z,�q�w��܅{���,,��|�Lk�sX�6W���}	�o�u���SU�BO��<q�с�y��XFMk����hj>�Sn็`Y��z,�Η��ͽ���F�_��ZY�P����?�ݿ�]��݇�}��i�oL�Z�=��"�g.�Qg��J�۱<�ž��X��XCoc�Y~k��/y��t�ֳ1W�O�9�6�g��Ĩsu���O�~]/���۫�տ�\���T}ou�@�5XZ����2���w�hZ6W�Jf�g�:����+����ho����ZeZ�i��u(�Oy���NO~��j,�aي�׽�_þrr�v�3�|��ט�s��ay�:bٽc_Y.0W����(ڿ�דM��2�?2��5W��F�u��w�\,;L�)K�>�f������;H/�xH���w�o�^���w��K�����g�up�ϧ���038�6���um�!ڴz�L�	z��+�;�{�?n�׵�t��V�e�li��[��
�~�]��ĽV�g�(�;�+tͰ���:{�~�����;�k�:~����K�~f���s��S^�M�Y��P[?M�h���N���S��3���vv��:B?�@��.:��7�o�V�`���A꧸wӻ�P[���z�ר�6洼�"�X��u>1͞7�qZ{O�d�Ϲo���8w�di:���x�hޓ<�ƺ��a�j��:�m�D��R�a��� ������7�,�e���s8�����y/k���O��i�����^�.�,o�w~~���Orq��<��;y߯�dm�6Y�~r�_�c���u>���^���_NZ��eޫ��4���ΰ�{���
_8�<���|�5��M�7�ܥF{������e�Xh�l۷�w	��GԇJ�~�L~٦�;�}�؉�]`̮.r0f�����Yd%��F��:_�P���ć��Ws�^��m�GV2��l��6C^t�Yk��nQ��d%���r�ի�oW87a�}v��^����@�*�h�~�]����Y�sl���v&e5�� �<��}����꓅�����կv*��_}k��Y$�،0��g������8[�#����gk�����D�M��D�ɚ�}/�����+M��
0�/�}��@�j�t�R
��� ��V�5cnׁ��Yv�1B$��+�l�_�j�(v6�9�����?blφ�3���>o������3H���f�,��J̽��l�v�0�m���[��~e�w��}�\Ɠ�H0m��fUE���@�w��Un-WD��[&J��D�&��oF��{}��g�(h�&;S�(�݅}/��g��[��2��{�����۳�;����g;�v�eyk��,�淕��T�������l��~I�o�f�K��?�e_~�ͼ��[�?����ٹ�Z��}��n�����nG�V�j�]~��'I�l�$�8�4�9�yt�v���[n=Ve��@�0�q��z���#������{�#��["�}�w=Y�kr�����s{;�C㿑;>�o��u<şŞ���_`?���g�v��YϺڷ�����軰�{�;'�H?�f��}����|��~�{/`�a��F�u�!��+x�7y�߱�#l����̈][�����^���6;���<f��U�X�X�X-/�|��gv\J�?�G�'�&�"�[��~Z���gn볁��v�^�{����3����1���	����>L�>�t�:v�}u���\��������;i{?
|u��Cנ_gLR��?�2��з�WQ�c�:�{'�<���o����Ym�V�v�wgwcW}�a�!��]e�;����ӌ��9�����q�ٳ��s��wvVh���Q�@��'��������{}gg͜��ӌ�9���~?p���8v��d�q��	��}}�T'�;m�^@��'�ߣm���{���]\�%�m�܉���f�.շ3m�X�z�Pg�o.���Ĝ֎�;Vk�gA�o��ۿ��{���	�eWξ��wsg�L�Y?ٝԿ�6oF���#��蟎�A2f���	�K�#�U�§>�ܽ����y��9���Ы�7�oϣ�H�sh��ԁ+�r��/�����,�;��}��2�?�NB�;t��y/{�P�~��	�=k�!�}�˩ԃf�:�6��28��˜:f<gw�H#��+'��֯=�k������;|����M�L��.e�<{�jל{Q?F;#د�4�	���՟(��
�c��y�v�=�5��w��蘍i�~kM���g�sr������y�s�|���˱�H��������>@.��{�0z��Z��^�o���gZ1|g��Ɠ잂~6�s�;���
����bN}w{�}�����c�Ϲ���q���������n�|˛/�=�~mO$������&q��i3x8���߰g�y�0������,gz�'�1�s��96�M��o�~!c~�݅�v�n���Կ;s䮣?0��˜,��X:ݷ�X����?q��ns��;9����en{?E��3��c�!����c�ݎ[��[����:Ļ��Ǵ�y_{�I�ߕ��8�8�>��_�}k����On�'��������t�S��W�O���v���'�+�͡�͌�6'��͜�os2y��{�]}���I�A�X�<f�7x��zf#�y�/v�&��?dt ��4�v�_E�<���N����a�s���&�ø����)���^��	�~+_���W��d�����hO2�'����b���YK����h�(�:��̬�������I����7ٜ�>?y������~t:~�׺Q��zc�/���_�]ն��s���Z�>��ww���+
�9cwO1W��>5i��#�0�#����Uk�wkg�7ж���~^�_�Kh�\�D�k�_�oy�{����bg��.��O�>��P���3}���.���s�YI^��_�oK����C���h��9�v-}���ǰ��}i�ȶ�7�ޚ�m�)�qx�����.r�S�G��H;���*�	�cf쁣͵��]�s~��Su���%Z��wE�.�bY�����FO��D�a��]��4��	�9�:�/�/4ѣe�6�Þ�}o:зj���%�>|��������vf�p��;����ٟ��'�
�>Ҷ����Yg��u�ֶ���O�0۟/�h���خ��YQ���m���Nn���ϵ����πxnkg�e���G�e���q���(�?�{�L�{N}�}�f��bܦ���m������cܬ}=���~���ֻ�k��~FC?�Iӷm>+ٟ��̸��vGy���^��>��=���������|����`�߲�迵�L�[����4a�tZ�����l�,��s����k_D��}���f^�y�͌C�q���I�%�+:oW�v�����oOB��}2xp�Cv,��E{�v�}�i�eߕ~Z����j��'K�}��}�5�W���������o����L���/a|�w�v�{�N2�I�'x���(c���m/Ϛ��e�'�^�˖���t`���:��M�wї0�,��Z���"��<�z�꙳,o��#��cw�ob�4�~���U���um}���-}�ɖ>Ĭ��0-�s�5��d�y��c�H"�T]/2��ͽ�2��x>�;��7�ݐssg�����V�;��P|�*�ϕ잫���ٴj���R���"�߷}��6;������׌�M���<��s�g��OXZ����{��t"N]��u>��uN�O�9[?�|�b��\�|�i:W9w8r�t6;K�����;[�s��~.v�u��\⼨�K�?��2��'�r�U�|�o�\��~̹�=�=�y�=�]���s���+�ݯ�?v��Ss�r�ݭ��zw���������ro�>�M��{k��ݗ��{X���^#P����q�Ł�6y?	�;{w�
�Q�;����T0�m	�U��hp�{9�0�Pk�E�E�+����^
�<�۪q�r��њm�F�Xw��y�E����z[�,
,ub���֫���3��[�&6g0fv�zά��y›f��ҩ���{��ҭ�'[T%�RT��4U�w��r��b�O�,SY��>�g;A�|��җ8�C=׬����zi�-]���i�o�\'O���ba����\�oWR3�>��\��]o�w
��!��:�-�߅� �s��W�c'��iyj�ԏt�S?�u��N}��YS���)�v�.�r��5�^8eV�o_�us�Z5e>��;Dz����΍���3u���߲g��m�	;9;8s��s��ڹ���zn���V$�����;��xߘ���3�=.�q'5.�n5�k�=��k�]��򿐼1�Z�|��3y��m��w��~G�Ӿ�ߋ�!�Kt��~��&d��p���z���ޣ����ˣ�_m[�l
(����ӡ�~�_��'䭛����)yn���<7��F�~�cN��w�ͩ�����tלƛO��I��6����;k&ۚ}�91;q�I=1h�*�[�sT�?q�NqT�*y�N��m��o0��Y_�r���o2��4*�uϚ���z��I�:i͆�$?8���}{wV�{�oL�lhV<��{�{�f�C�t�`�7�������]���dN�mm�2��^�bΰ��f+ �q����93`��̜�]�ޣ���E�u�n�;��(睲�P&����p�(g�s���9]i��V�R��;fe2�*��ܬ+&�|+��|�^�	v;+�����w��|O�3w������/�����w�zH�SFw�����p;c�_&�H�O��7�UN�vg���ݨ���8�W
sze>�2SbN�_�����'1��7MbN��ߒlP1'�7�M����-~`��ߞ��մ2������w&PPK�
�[|w�L1L1assets/fonts/OpenSans-Bold.woffnu�[���wOFF1LFFTM10��GDEFx��c�[�GPOS "L�_ٶTGSUB	8�,�1�OS/2U`�y��cmap
��YD��cvt ���=I,�fpgm����Zgasph#glyf"(ϣTt����head�664�hhea�!$)	�hmtxh~�ӣ�locax��O�xmaxp�  �lname����N-post���'n��Qqprep����{�B g�Q_<�����w&Q���
��x�c`d`�������7ϟw\�@d�R
�h�v�_/��Jx�c`aec����j�r���a�f:�`�4�	<``�� 
dj����x��������S7�|���6 ����x���H^�ǟ��sT�82B�ED\(�Yk�̽�q���E��?�	#)D�,7�E��,�RJ&����٬da�"El)�J�NFg}�y�=75o��^��=��s�=�8�y�]�?��j��\���DP/
fF����=�Ȅw�%mf@���)�ތ�����H_\y����͎;t�>��H�ߓ0j��`B$8#KA��eɌ�s\��XxX��E�t�?!K�Y
/�AƇ�;�W�A3/ٰR�c"�m��+bv��4�i�\	�~���}%���TI���<`�e���,�
�)z�2㍖.�m�.FkR�~�_�g�y)�����{�fJ$�L�MQ*��?�f�%9l
�;p���iO{h�(�/eجe���_%��{��H�[D���1k��UׂŠMFU�̵��~�����5iw���}����`la����<�V����.�6�����,x��Y�z��{�
�E���$�������ǒ��{�����J�jm_κv���U��&���,���֧�a����4s5h|�u΢����z����0/�?�y�>J����8�W-&�m�L��r\���e�g�U˧8��Ҷ�M�9�HƢ����8p<�_�Rc�q��KcV㦜mc��e�ws�S�ǽ�^9��3�a8K�8����j�U�6���������u����,}��Rcb��9@�<"�΂�7�w��
��ϊ�w�"�]���EpI����w>�]I{t3f��W]�/��̆���`Q�5��!�ZAޙE�5���҇i�5���	r��'�����4�Շlu�ּE��<�M?�k>���[57�=y6�d$�I���
h3*y�Y��>�Q�xVC�;.���U�oJlǭH��m,o��\��[��KV��Ҿ]�$|��a�[�o��&}�cQ1�%��|�2�`{bK��v4�W�d�j^e\^��U�Z�i֑���$A��X;^��m��:mS�l.A?}g�_�N�}���oҾ�|���~�3���K�6O�wA���ѵK�4��;���Bߊ͋����9"ٯ��~e�:3B��>�[��S�e��x�h�6��e�&��\d����ǚ���q��/4�Z�^k�Ic��r��]�z���,ק7�6C���kr_\���3<�}v�:FK|�����~��vq�F�u\1%c/��;Il�n��jo���R �����M�F��9
��Z4�cm���#hQ4Ļ�5��\ߓb��:&��
�I؊��G��܀_��s�L��2��X�M��{_�X�u3sn�~��16�4���r̳�UE��=���'2���6�mΎ�2n��9VW?U_!�-G��=�R_��~~�ݻ���}�߻W�9��b}pR�iL9�V�}-h�b��x��-��{'����Q�P}Q��ljr1Pa�@��ڤ�c=�Y���p[Z�?HM��||�x��X���y�SE����7RW�}��٪Vѥ��e��+���?�:']�B�M�=�'m1'C���yC��I��/��v����dƜ�zsX:�/��B��~�����ȩ��w����IL�8�=~*��Ij���\j;�ֲ�Y�a-��~5����}�`>�v*}l�K���'�9�-���(����]p ���n8���I��1�8{x��Cb����<8��;C��6�����c=�h�`���tS+�Ss��Qߓ��r�����q��޷E=�4熊�1�
YP	z�1=_�P�K����4h����g����)d�J��,������y)9OvGG��~4o��}G��Ѭd�y3<&�a���[��4�VpF�|ӪuN�,Pd�IϮ���u�8m��{�f�D��õ���0� �O�1�:�O�3�����'�\���L?��4~���$��(��|R�4P#V&��T�̂Tx�RE��
�
��6ۃ�;c��|�͡W�7��`��l���I�O~�cۮ�u�
�~
T&�	��x{MM"���cv�5o��_�ZQs�=�3^U��S��R�Z�w<�oR;��\
{�	�_Ƃ��!��sJ�;r���s�oC�w�o���|�,���Mbc�o�$��m ~Z�k�9��16������u�2�_G="vx���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�IjQEO�
tZ�q�݆d�L?([�	I
4$��
B�(kI�%X�U�x�]��܈M,�M��P�_�՛��{����lyQ-yV�r�賑��-����0�k�����F�J�5r����Ę�q�ݒ�O2�?h�j��K�G*tx=G�����f����h2RfA���X�U�4�(��L����I4x�u�oL�	`"2"�<�	��H�	�<㈌82"�idd��O"1��s7�\s7�s�9�s�5�Zs�5�s�9����}�P!H��@��k�\�j����@?C����Uˆ�X�����С�,h.���ʊf��xx����zx
>_9�8�;�8�u$}d�B��9G�G�z�.!H�	 ��r9�\���_&P(��9�8&:f<=���z� ۔=�����Wۯ39�^�.�S��q�q�q��������~�M����h^n�0o���D�	������mF����ĝ���?�<�8����7�OH�R�قo[F��b0-;&��c�0Ә�Bl!�PXX_�/�v~�2�Bl=V��b���"R�HZ�P�Rd/
��px'ƩpF\;������ŕ��bmqk��8�'�x	^��6�<~�M��	t� "(	���MF��*a�%���F���Qb�8_�+��4����KzK�J>�L�|)�Q�KB�$�R�4J�"}%��!d$M����2��l$����y��D^'�R�(��OSL����K�P�)+��Rh���_--͔.��Q!T5u��Lݠ���|�&�)h:��f�u�´Z�6E�J[��ҕt�J驪�#�	��O�~YNYc���Y(����͔-�m0��\��ch	�)�)����VOm2�L,���S��rM�����[(��gXpV6K�ja9Y)V��U��PV�+�+�*�+�*V+6*v�06���Ʊ�l6�Ķ�Av��b��8y<���s$%G�1ql�'��9�m�>7�[�Usu�.�
s3�Y�O��i�i�i�����/<�ϓ�V���Rgg�g�gv�2��l�Y�٪����ٙJvee��2}zNx��\�ܶ@*������9O<�=/9?Y�2TY�z��V��լj~��ZY=R�)$	yB��Ahz�i�p�B�����"�H*��E:�Q�*����	Ѵh^�s�zQq�vq��+n����{�t��/M^ړ�$U��$#Y��԰j�5�55�j�k25+5kR�T*5I��)�e�e��ˋ2�L#3ɜ�%�z-��[+���Uצj�k��py��.Wȇ�����x�,)�
@1|rUq5zu�NU��]����{��zE=X��Z�5ʵ�k��>+�J��?vUHVՠ�Wͨ���K���$���777~4��

�7�7Y7m7'5p�L��4j@͔f���V���m-I��ڵ)�ޟ�?guR�R��yu��>�Vocn�n�ogno7�������P����L�1z�~E��߿�}�p����`2�K������c��h���c�0ڌ~�qŸӄh�6���M��Pӷ�M�* �
�f��80��͈fl3�YԬo�6��G���-Җޖ����]��4��@� �`���jj�Ժ�����p�aƌ5��#�#�G�G�m�m���6u�@�h[�m�m�1�1�q����MK�Em,!�����U+�*���s��j��c;���>��T���t҆�m|�̦��lN[���k�� v0;*;��s��#�1�1ٱرf����t{���n����!��}�ݾ�9�x�!v����8��cα��q��D'�)q�;�N�iqv9C��sѹ悸r]W���epY]ݮ�k�5�Zp��v�0w�㦸�n�[�6���;�sO���?�[�Y��Nb'�S�Yߩ�t�t��˝�;�ӣ�=ϰ����g�gm�<^��x�V���N{��W>�~��v)�Z��]���]̇�}x��U���z��g��}ߘ�o�[�m��B�x�ۣ��,�������������}%z5�j��ԫ�,�0�@&�Ї�C���}Ѿ��"A4H٠T���8��������� 2���`eP�j�@�t��P0
f������^3^�_����6��̾�z#x�y3�f7D�C��>��
%B㡅�ط���an�����A��lP5���>��G�#�/"�(#��9��F"�D$��,F�E~Dvߡ����z7�G
Qk�;�n��1yL�ŀX[��b�X"�1�1��ZzO|o}�ߏ+�ڸ1n����xo<��G��7>�}P|�~���'��IhR�J'G���dr&��\J�$ג[ɽ,�O1R�����x���@�U�8���6W�����6�Dn#
""""^@TDT��ATD�K�f��-33�ֵ����e���s]�5����nn�����h��?��3�y�s��y�3M-�|�PL]r$� ����Trr�ƱҞ���de;2�=o��n9�xp����g�5|�\�s����aJUE��:�0SL`J(uV���v>Ac8����g�_G߸�����R�n*���r]� "BEEE�Zm0+�**�ܤ�y��*r9��v���8'�44��b@���i�A_:�_Αce��^�ʷ+.��{����~��<�w��2����]���^��\�u��5�#;��R�T
�]���YDj�ZM�Tj�e?�@���ZS.A�s��M$0i�hgV!�q:�7	yJ#�J�B��B�3Nz	h~���	7��}���;7.�`FC����i�忕G�n�
��]������]�tkS��)��;���ob�yx�6}G����k�<{DJ�L��O2�S��z8���&�w�RP&D��AŸ4�i1A�0����Õ�71Ӯ�(�(9�#��^�pfe�bx�����vf��+�����Ǐ�<�ҳ=iiv;���L��s�~�|�֭˗��rժU��V��S�x���r��_���S�8*�ʧ�]����ҦK�9��J5*�j�;�b�0k��M�hW�""&<@�a�i	�$�hkL �#l�o^@C�b�{O�x���:@DR�F-��pCkކ��\�j�q�/xK�����m��\[?�;W�h�7��%�*[��Vػؖ=絕sv.N/�?/o���}G̅�I����LO���i�iN�QH��D��/"V��"�$���U��t;�F�X<I�.+�8x��0`���A�k��;���:�o�^�3�E���M���~x�}U0�<
�+@�<
�G�9ʞ���ˁĚ��!	c��\��ܞ��5lUÝ9��g�{�z�*r�� n�Jx��aѵ���S**ܥ�dV�`��T���eG��g�tH���p��
,���W�?���x,,��z�؜�x����[؝9`�{u��e�C|���dO���@Bc�X����]��v��^��v�5�`=y�
�Q7)9�|�[
ZH��gęT��ZH�����1��[�7Me��w��HJ�8B���^I�Hމv�i1С�ȝ;��A.�O�2#S`�L��	жK�jv�O��ӏ |��Fl�:D"���\��������7�2�<�hJ}�Ĺ
\�,�zZ�<�ϵxV-�t�#SPB�`�r������g~�ڋ��8�&U��?yL�8���𛷛_���~�x󹫋^=��g���lGxV"4�(�K���y%릔ĺd��6؀��
��`*�9����Gv�K����^�T��X&��ه*$�f��Rȵ�;��� R�� p�B��xk/I(�D��[�G��7�7��#E[^�z�¢�'֜�;.�V��Ue'V��͞�7����zw�U⼈��h�4*�̱H!Ʀpn�R�$R(�a~EsID����X�͗��S l<�+�
��eM5['�t���o�X������
�n\�x���E���֭�_�Hم�v4y���V�$!H�3Z�Ԥ|瘜[9ɚa�����JSVD�ň�rʈ�午����M���")�b�D	@R`A��α"���%�g�c�`~	�0,���x��E`�ļ�7��u����1Ip�O���i��.MXh��EQ��p�,
���>g��H�a:�S��ۺ���s�6ԯ�����9L���*�p���QB���1�j�ۨ(���w�5�J�C©�;K�P�Z��f4��� w�	8	����B:��� p����dh�/�d�鲸�À�In�O�K�9;N1ay����˯�]��մ��=�i��!C��V�����W�b��3*R|�c��c����ʵ�VL�p4Ug"���xJ�q4�D�́��b��8��
�\b���J��:˹�ǔ�l_�K�"�f)�:�m�ąj��-�d]�F�Mt��Æ�&D���U��.ypt����cϡ��^=fؼ�����xa�{Xcf�kZ��M��Ӫ2gqT>�व3�l����Ɔ�7�o��~�'��==v��qCj��U�)��rd��!!��
��J�o�d=�}�h�}�о�zM��)��_��F�Glj��g4[�6�mܒ��)i'Ύ���:^��ٞEoo��|?���TҜ�6�)]u�����m�b���Ǥ.��������	m\�J����g[���>a��Em>X�k���xf~Q7v,��m���Y{B����Z�
d.��EL��`��^�~E��&�6���Q��'h0,�ck�11�qH�d���b�yj��@�V�����m8��+E|}�ˀb�g��q���5�����$\�W���(8`(��ϧ��	�$����������
��||�������dl���V�­�1"_8p�B�:�B�*��2�������鵵�O\��ͦ���9�*�e����M����2SJKR���N�Rr~͊�CS����~�LS�5�Y$�è��ͥUQa��2nYI��㔫Ӝh�a!����4�k�����|k41X��0�X-�Ȍ�1�q��\#��j�" �-�lj��i�[M꤇g�x����q~��vsZa��>��s�pj���7V��|�&��GM;�Fd3c���2�՝��r�����ͪ���$~BN������|�Ύ���Zg�[��n0��S�����Ӌf�j��q�a���bwq�yyAA��5�vK)�1"�h�-((��0i4�%����Y���=�En����h�\Pq�����ym���&xq�I�?o!���P�4�L��EDPf��N�~�O���[-hC�`��É��z�� ��T6��x�sdwo��b�3n~ }�L�������ɃGmj]wf�:a|�(�{�k~]vu��;,C��"�Y�	*�Z��b� ��k�A!7y���1WO~y��K?�W6O9��z�����<t��w���q�/�w�0��@Nz_�PD{Dn)��hf5O�5�4��c�Ȣ �o���ln��p_l��O�3�^}��uׯ�_�
_y��y���M}e?�uaz���
u)y� ���_E�;�䋥�z�r�
�=��z��7 �@ya1��a���"�����RϷie��Gg.�ق���w'�Q��T���	�:=���������`�/K>��=�hÆ�*�l(�K��2N�<>�(���?@�����1i+���z�#H2ĵp�^�H�S ���x�q���u�!Ȧ�'�̳�q��",p����WbaB�������'k���8
��F�+p4N�`�� 6�ʯ��eˮ��K/�� �%A6�<nʝ#���+��%Z�b����������T-�:�*x��‹�ʏ��$H�s<����L�M?zڽ<S�`s������ŠȚ�q\���~��<�O��W�Bi�T%��&���ы�X�c��I$������2)�Sx��W9)-���gO��LB�d���%����n��S�y�V�t
�x�w����|&a>���~�<Ϡ�6�+$4���V�l�T�A����݂��y�+�i��LŸ��,@6�o/r)�ј[��j~�2�� �������c=�����u=;���<��O��	_�Ɲ:�}��ʲeW��H�]p�{�Z��h��2�B��݊@�DI�ɘ]9�F���M �C��z`��w�4O\]������빍��2�q���Z���k5"��$"kV���?��ػh	�$�W>�
0��[9�����!p(�Dtd�A0B�]*�V�T�4�H�����v�Y��@8Z����n<�U+�1x>�,�Ȏ��}�r=���Ѵk���Egx.`�,��4g��dLHW�_�Ք>%1�gc͌[����n�?JB������L�4kZ��ъm���|�@�Ԥ�5�m�Kڮ�q_X�4���I+�=Uv=��}�D��'���T�H)i���uj�3�G[j�𔬑�)����!>��$	�K$�5s�&�o�a+[���
� ���7YR���h�*��58���b\
װ���;��ܱ��3����� �s�o�+��>���@p�_� :
�$���r�Nx�p����
��T�\��D[x>*JBz�o��}CJ�v�L�E�IN#�6䭨��X&��F��En)�IcT�;-�H�T���t�Nrn�O����� W�=�7��פ����:��S��D�װ�P��F���S�M��hh�� ��ylӂYq��N�`}���Zf�en}4���_Kl��4���@�u4;PG˰K��\-�����K8Ԃ<�gWB'm�\����D�<�^��K�VP��6\B�Y�����	2�p�UL==���s��3X�f�y�z	�rx����`�{�B\ka�}�~�SˆyF�>`�ԟ�����4�J�O�
vx��h�A��H�V���3x���ɝ��=J�O�v���8����\d�r �&>%aH��$�L�Չ�p\�
�����O��|m��lw.'�����n%2@V
�{���R������ ����2!'HS�K�0�}ǘjxz3�ݲ����A{B�R��y�⣩(��q�����	�DN��aœ
fޒ�hn|x������j�~�c�Rf*������8E�NG)nV�6Q!
�=>R�k�/zF�?|B��t˵>͓�7=4u�S��y��z���&_!�h�.n�.}�OӞ��؊'ۏ?/�3&U�Y?�g{��lcUiޒy��n^�lB,��)�A��ꢢ�n�5��_JKԅā��V�L	�$V
�����E	�L��~���o�^�h���5��jH��w6,\��ᮢ�1%3�_�o@Oפ���3�x�,�38v��a����7�+(�6#��1Q�H�#�!��{<G���|ӯ�,y�hJ��ª��!-�v���շ��fyj�
s��]�>>ґ�$�B�-L-4r��r+�QQ�ĭӇ��҂��5j-�O�iij#[���v
��_���U�'G�y
�&/�<�-�c6���,w�āR�Ӣ;�A�olK����]^Jx5":�P�$8��)�Z����RBR�,��4�ȄxǒF�~��r��۶f���9=���<0y���l�ϟٱf{J�
[�J�ֻ���^>�����f)��3��<��w��ȉ6��՜v�GX1rx^8rd��'?�Vi�v��i���o����0��3�vL~)�H��h�v��M���1J�+��͵٨0��T'q�S�^;������1 ]9Dtr|�'`�$$�i�OX%���q�1O���:1��w|�ͯ���K�K'͞w~{Tu��1$��U��7zș�o�Wa�'k2f��?drV��ڪ��kj�C�3�g=l��9\l�G��?E*g~�Wc�ᴉF�9x��w�r�6:+)C;,����j�����kh~��#��0��(wp���r:��/�~y�������,\T0�ؙm%��M�¤���x��;�wE
-����c�zK��	�.��2�M|���������4�⏉�`��'�������#Jf�`��z�j'6�����;���RS�;Ї)x	GRS�ta�&�J���
�ւ��c�3J�i�>X��\V2�}ᮭ��&ɼ�"2��^����T�K�E�B�B�˃��(�y�SBv3@��FYB�%�٨aq�=�G�K�U8Ӆ��)+ZU�R�j`�gxo.<��E�	���Д�ۆ1L�AhJ�I�?'P�.S�96���,2$��;�G�X�\���'�1ỳ��<y!�8��a"�mD?�֙w��յ���Bl��	3l���6M�앮�O�<���sI��?<�@o���Mv�m؊8������g?�`�ͩ�	��d�@>���	����ĩ���ı�3�y�;����9�8+R%Aq��gs�G_<�g��V=�޶�ko=��ϛ��7W��e�7W�/�36�egE�οl>��!<�����],�^�u��K�Ѽ!�"�����[����(�}h(u�}��5��[#�$��wJ¨^����W�[R��`x�v�*��]���mƄ�)��l+�og�g�mX\bM",�˷�V���vn�������p\�p��`�ۀ���`	�wd��;@��IT��
:r�ĻO}1E>(y��׿��V犽��p@{`���i����H8?M�`+��-��Y;�d�{�����y�9�w�e�7B]A�7kH$~�	�ab�䨏1Ԧ�)8G��p�^�*5�2��m�X�9�E_0�s�m8�;-W��G�I؇Vi�,*q+X�=�Oa��1�����9:��_�܄��c'��j^0wð?��zS����GXg5N�\*�O����ٜ���ܴ�)+���ɤ��Ŧ�ƅ'9&t��%�-���R�6�`P#&�$"n�׆#�8���n��Y�%C�Y�4{ƶڦ��?2��ώ���n4{�1:|M�_z�t���!A:W~�T� �ͰZ-�|A�x�UA�{�����c�?T�v|&Ȩm�ڒ�U��\���/{Z����sT[lAs��`	O)Z�\�H"EQ�O��E�X)c�]E��m�t
Y��lBw�=H`"mǿ�`&a�
1<����$�䢭RD8b��B6�!�l��gcsj%�qQ�$2.Z:��o��5A!:NJi��G@U�ĤRV�Z�������QQ�o��l�dm]�`�>{|0�yպ���۳��S@���w!<8�%�Q\�R���a_�\��@b��\�S�����<L��V�h�\�:���H�1]͘�ysDK�h��J��e��ZB[��A<6+���
�]ޠ�F„�G^��UnpY]��Z-"�������4z�]ݒ�U*��8iv]v�}g^@�b=��z�{b=|,da^��B�0�)�RZ�M�����qN��>E�X��\�́^G��HBӟ��
��v6���\B��'J��ό�s���u�E�ؤ6��-i���]��U�~o���+r�S~.��a�F�^�?�-0"�p�郼��kHe����
���^^u�B��6�ԋ�\a6SZ�3���YH;�u��'83ETbe���vV&�-^ܖ\�@��rAr�B�R��$������m�X����{�+s��:��e:�P��R��1r�j	ϫM����S�j/ȑ/q
>s�OǍnI��ptV��=/5oeff��e�萑�_e�lѦR~!�­����ӝ@��$H�F��;߁K������-<��K��)-o��2���3ɭH'��s��ҟQ�b�b9��q�.V�`l'�Noa��LJ�0l.
�FO�T�Z=���Ms__ŝ��&E|k�šض���0*�;������a����������\Z�Ng�T(�*eT"wR8W�zk��y 5�������.@l�hѧ���Z���x:X7�����gnU�����r��c�a����V��Q��u��vh���m���>Q�h�����}���]VKdd�!$$11�h2EG�+��H~��e�� ���•T��q�X)�S��>d�$�.�1	��$I�$�39���N�C�l�L��p�H�ܵ&4"<�����&gά�m�a�YΉYY�Y�������hXĚ�k�fg��L���a�
[��#�1;�63����h�#�oD2e�R\J��b�Qj�<�F	�[���-��H��8V��81����e@�,�w~��x��_=7�|����?r����q����l�g�aAR�%�~�E��w��~�՝(FͦJ��
�[����4%V-B.��l{��{\Lo!J$��;��Q@��@���ҫ=�/M��u̸��Ӷ�-RX�ݹ/�:��p,���<�yk����挄Y
��2iE\��k���ވ�J�[�≟�r\S{\���/��/����Ȉ�ȊK��|���e፥Y��j����ͼdz��A�l002_%]@�x�n74��&w�8�}\~�	��㸎�.������ş�r���?ə�J���)qLx��q'�W�)�-�(S(8�ēr�m��9	C��JM�2q@-�#���ݹ����'������.^�qfc�������n�/ud4�^��#
��^y����)�>�/������B�O6~�m~$,���<������W~tF�s_<���u�G���I�,�H�(d�cc�f��do��T\������tsq:.�{|����򁙮��Ey��Nά�N�3�;���>0ԕ>��jz�j�Θ�
љ��独�5.¿�T��e��Q�.�B��dR)��)	OR��Q�)�'e:`�	��ɏj����^�������"�wv<-�_�����>�3�nX_(� �lno����*��KQ���:J-�"l�|���CU��J�����ia�rju�)�m��'���ׄ��N�u�a��A\C�7?�Dc��S�t6WU����q6:4�a@8���u3��V��ƹF
���ب���wx=��W��A_�����b����oUL(��L�S�5��Q��%�A�P�%&�z���;8��@]݁�auu�\uuL��'f5=1e��f=1�����Ǘ��k|�s9��p�B��$r9 �
�8�XK� ����vs
��z+k{{��jk�L
}���
�uG($n�k�!��� �Jx��2?�i���Ĝ��8ѹb�k�Im���35Gz�\�q�6��ܲ��Z�j�I3���?!�:J^b6���ڬ�0�L�W)�!@�X���R����;��<k�K�*�+^;���dƢ�9��{M���'-�Mf�q��M1�73��l�O���g�'n����rP�߀B+�r���s�Y&֚y�!�z����H����#�ﷸ�iT�LH���EןpQ��.>�{Z��|�^V�W03�gX��&5��M��ܮ!�d��q�M�< ��b��n%�/m/�1N0�Bjت�����aa�>}�`�ȔU��Y|n=]�����8d�i����Y���t��Y�� �@�Ť���������Zμ����1��A[���D���S���Hsry}�[�r���N��Dn��� �1Z�#>,��B�D�)�(|�ۂc|!(��B9�.�I��2MS���o�mg�'V��U�7�L�"=
�y%�ܑL2�Q��&H�������q}��'��qr��=��uX��e��?�����>��Y���f�����A��A
A��S����� 9�~���^`���V�_�82o���`n��%ֱ�(��F��4�f�QٮCddH�.&<ܨe���T�X6�`�89�L��G�=�[苼1Y@�w�C�t��R�A�,�'�EL�}��>L[�f���
�k���gF����ut9�w�X��������K{>zn(:�Ԑ��0Ƹwܵ�u�K�ON���nUP��e��0�(s�t����>|�/´�j!QJ��D�4�j��E[��r(�x��ʖ��>@t��p����b5�*rEe��e/���Lc�4�;!��k	�B�{��#Q��w��"s���n�a�?�Ɗ����d��y��!H��^��`�?21���H�+�j=����ev`x���:�4��K�b�w�h*.c.�SI���%�(��&q+u��W'�X�)�z&_�d�M�����H��כI�gA�	�|�����-
����WIvJoNi@�'���x�����vm<OQ	��(�ˡ>5�8=�>c��6�Qo�1Q��i��i�.�1������5��Ac�݉� 4*o�0N-(�Dv��gJ�H���Jvt2���1���n��4�d����-;�'Ҽ�}Y}I\�nh�ߣ���<�i��'�q��w��M��L�+Z.C��"wᔈq�Vb]����BB�$��[ɺ��݃Ǵ������A4n�
8�>8���Yt ���:<+M��������&`L�h�~d��?�W�3��N���K�SP(��c
��S�4t�+X���^/S�h�AP�$�&X���O��%�X���.\�)�~n�.?��w]�}�x�T|~�k?�H7A�£?}�b�w��:��Z�r?MH�Yo�@7PK�$����FǑ1��=ԁT2&��1;1����ɼgL�o��D���I� ���Z���݇��X�N"�TAsR9OQr9ϲ�^ݎ]_���%��ht�e{����^���6�����ۅ~��^�_A�>�)�G���0�������\WD��Cj�	�Yw�ͦPH�11r)��8ӗ�	|�+$�x_qk�Ib�r�%B�&No4���b	a��%SN�5��CíI���k�aP79{�ў�p3���0�_Th��0��&�p
����t��j�뙼k�G��/����w��-CȲ+�GH�ٷ���&����1m���	��1h�Y2�rϘz�����6�l�.d!�U(η��RKDX��*��!�
�C<�'E�H�_
Lj�@�bpD��tɀ}aH���5�ǁ��3�iz�����������5��7G8�E��ᣨ|��R��w���U�^<���e���Rt�T!��Ë�{m�	C�+�Os�hw��y�3�UM����iLR3~�C3����侟���+�+�
K��T�t�{_�9�'CbhaAlV~Z���ٮ��J3�*�'���ö>��Ԋm���户 ���z{Z��e;9��h�60����A�<��A��R��4��1C�3�����#Ū�.��u܋��V�O�	��Q���������q<d�RTZ��&S�C��q)�%������^X�=�$�Yv�a��yX'�Sz�r<Xt��;����l���I嶭�ujj�+k��K�o{r���/xc�]�gN��ſZ�8v�c�������2p��(�I�+Y�\�d����<_SR�d�О=�x�˳](��j	~�q���E!Z�	� t&uBd���}_G�4>`O�i5�e�z<"e��
cX�j�xO���=�?���g�_��xLN�� ��oO��� 6#���9����s4�1�ϿD[}���	�����! َEv���ű\,c�#��dF#��BB��J��V:�$�$O2R���c�5$%��g8]΍|(�Z�MJ��'޴�򖒖1&i��a�hz�::	�7�ӛ�W����GE�LؼoN�ex�����M˾8x�����z}��O���&���i5�#=c�0<��_�
�r7^�I_"4I��{�jD~8(�Q���6����A�@d<U5��|jD|68���a�p��J�CI�*/��~�6�=+�(�	VN�B�K�1�_���
+P���Ʃ�����ssjjrğtSo/l/��>����~�l���'�-#v������nC�%EzNW�9>�h��6��wBD�\.�$%ɤ��V_�������p^3��~v��q-u�7b�X�ё��g��r(0dG�/�y�ӧ���e�3N��
&㬹M���AJxh���Q�g���
��É##a�TR�ј����"�d"��27xL�C�D����
8�8��g�%���urN�4�s8q��F��#�9	ɤQ?L�K/�UnYB+V�$�u�_��͝��oZ hnQY��-gVU��F�X��y4�2O\>��7��ymә靥SR�\�W���5�<)�3E��N���<tx�n�3��-�+d-�����x��*p�$�c}��TE|C@�Hlw�g�Rg	M�dW����@�$pL����>8
�.'5��{�xs�T��h-�إ�{�s�E��9�%��u����1s��i�8���+��;�i'e ��Az�CI���|�i��7��{��Ј��O��F‡����p�|�]>�&��~�����*��(<�����(z�`��2B�-ƍZ���M��A�B%�p�����u�;A�K£�QT�����H.�����Ґ8�����5|W���w��$���)�ܞ�p����O��[C������;w�����~*����@���z�8�ٛ��t��4Pۅ8`0��������g��41���G�3
���D�A�}!p�l��=o$�p�RP6�ު�h���3""��<^�N3
�ez��y�;�cE@E3��\��L�F��3Z7��.<[=5��,ྞ����Tkf�/�j
)�]�9~��[�Ud@N���Ch���V~?��S*�$�\��"�y���+R�M�Tr�������H�N�N��G��N�N�(��^8�}p��EB�8z�ʇ�.�|.�y��K-a[��<ף�g~�S:CA3pQ��D3�K�H�#į'��`Nr	�#��y��pF�q!7�G	� ��N�JPDb��Y5�c�8�`�3@�^Bj��
��Ś��ɓ��W_ŗ]����Գo����_yeڻq̊��1�T���W6(�r��r�)H�e�V��40����:t�	���{
F��V��L_=�O��j��Jҷz�誶嵇�A;{������s~&�$!W��߄h���v���w����Ǖ��1������`M�?&���~X�D�%z��%`�.�����BxV����.�����������qM/i^��� :�R�`�S�A�s���W+��r�1�Iw�sO�ꅹ�h�#֨�z0�+h�{k�����jvף�Pv�0y��z�W�K���b��9�������+�a#�~��@k"q��q�Y���<|��Id�:#�70���Ux�l�b���_θ�A0�
'�Jy7#�X�h�x+�t��Go��|����U�a�%q`(�)�A���z�[�<?�&<@p؃�H�5f�y�RAG�I�Jdx�8ƎdX����׈�Zp�Z{��/��	k��j�w<��;���j���fO����^ z���Ļ��X'n��/��8�98�i�nx��Ѐ���TJ!]�u
!�C�D��o��,��[��>z�a{w!���oһ��~|n���&�O�=I5�)�`��Xu<�Ds�l� �t�)p%��EL��Q��3ǟ�n�滩6:G�e仅��⍏}1�y�����8D��x�ɯ�yru�y�Y|O�}мȮ
1�1`^�يd-��
s���c��}w��V���l��:��E�[�d'�}�Ds�53&��^1#���d��/�3�����I�P3���ݷ'߉�[1t����;�;ި����T,��L!!*U�_K��}Wx��*����Z_��)��2��1Q�1���&OmIƷEt��*i;>��)߭���O���c}ǚ�o���3��`��U5��Ctv��k^"����N�N�B��
�C�u��kb�{��Af��EewBV����~�cI^
��e=�>�*�<����
��������Q��n����B��i
���*5��Oc�w���4I�4{M*��=�۝�����-�zm���e;[�;��Vq�
ᄰ��)N���|��O�L�c6�
b��d�����Y��rxވ()q�RRdj�Q����s�d�?�0�������Lo�k��{]��W�<Fɮ��O̘pj}�_Ɣ~�Կ6���>(M_����}���}�a��
2����Lj;\1�r����w�Ǝ�*��r���ސ�{�Q��2��9�yA���<����D�@A��seD��:�Ѿ��5�{�
p�o^�G����y��y��E���h��E�o@���#pr����$�[B�.����:j�S��9��>%'4�/n@z�D|�!b�z���w��������A����V�y�歇$�2`^�W���"��B����*�����\a<��d�\q^����~��n[��%�Ev�2ا!�N���Q<�`J�m#F�D�c`�
��A���B��_�k h�-�~�9*��H�riա�F�NG��#�f�!�����I�.e~�vR1���{�'���~w�KJ��,��w��8r�*_�Л�	�
pX���c���)�Nd+�8]>8
br>�>8
�y'b0��g:8������ۅ3(��>X�rVE���g�����F�'<����Zg�db#�R��]�z��À8,�l���Z�&6����I��]�L.��/�p�N̵kt�>�<�uC���7��AǠ�糲Hna�ιVs����x�v x-H��
�ZH���Wr��"_���zH��#r�С^#�fr��o�g�Hu�7���3�C�B�(P/
p�}g��)5ٛH�d�ސ�d�"Q
z@��%w��|�D��5�[�����A���oQ�G�P�9�=p|� �T/ԭ�&>H�"gj�o���">�RS*�7'����;�&��tUi.�0㥶�i#�U\����K�+��{��v����RG[,�H�J�}]������o�No��Vߙ\5"-?�/F�Jo��r�8ʏ�;̝�6��������,:	x�)�9SH�7LM��X,޾7��܏���	7ڴ�poN��=�9�Hj�l���ydMT���2�0v�0�s��z�ep�#��=��T���kU!l�B��]���J<$�I@���x_z�<��&�AQv���Gm�
ts�,a/�*���T-i���
K����;Ԥw��F��f�J�EE�&a��;|�	g���};
eE!Zi��|f�=ͅNkǶ��?��J�yۧX�>�y�ó����X��(��������U:�-��Ql�pK�Wd��#���{��=�eq��)��2��U�ش��ה��f77�Gq4�k�?X��0���i�RL(�n��b��B����.���9��|�1�:A�a4��2�7��cq,�a
�iH��<K}���y��#�I/PZ*�JB"ޥӅ��(V��h�����8�p1�^T�=�w}����C�,�5$#	l���y.�����[���/������fEr�����g�3rl�Y��fW�ԪGO�j��Q�;W=�Rn�s���X,K�ZL�W����R��d�R��(5+�Y�YZ�$����ɢ�Qc�,W����Mv8��1cF�is���n;�
?�V������0�2��p+n�J�	���<{�r2�m99���#��[�q#�dh�J;�I����Vg��fe��dmɝ;j��΅t��4zt!����;�`��-�p~�Cb'^�(��6&%0�=,ƹO�c���!���[�8-��Vǩ�`^��ϳ���f^�ߏ������=/���x����_'yA�k�9�=h3r�&#��'B��$�S
�~;A(�6Kn��~;��p],�;�(�ŵ`��`_��}�/�/����w|�W@�i
e������߁w��~pǚ�ɩ7l	����
�d���[�>d�S���� �5�2V�hW�J���Sa�M��T�z�Ȉ=橍�fw:��;��7�G��T-q�ѓsr&ƈWW�w)e��e���`|�_�Z��[�t�Ӂ;Q�|�[�#���9�g;;�?�m�jf/�-l�����39:<������ΰ�n&���
�N��g
w�O|x4��h�'����`�d}D�f���I2���K_�
fMo,��{kO��uk��"���~�sTvS�t��-v���5�}��2��x�R˿�$7 ���ך��U��xaˎ��\#�f/a�\�`��-XR��
8!>�
ߦF���Z�Њ�>;.�q���E�J*�Y��u^b��*r�<��iV��ʃ5@�����C
܊O���c����ʧ:mcnj���
ک|bz]��^�Z::.*)��ܿ;���bP�O�}�P|��T���R�7뀎L�q|x}��{�\P����<��4]|9�4��«�TG�'�<��R�I����K��ݭ�����JD����+U��b�I��gW����^�,oA��]r����i`/�?E��y��3X�^���@��ݫ�^��5��"�;���pGѳ��^|ց�m�ѳ�,<��~M�8��/ǽ���x�;߳]x�w�}�!]p��O�^4�����C2VFp�	��gh�@yVO�Et�ۂ���wq.
2�:EH�[����#㯗�5���^�8cް��1

��Ӎy.3y�A�偖���)Uᆀ��|�-�,ף�0�V���a\�S�I��;��D���>��a5�.Wm�0�n50�:�߅�e�_DZ����B����Ϝ�ه�{`�0'��x��o@�WuKy�D9� �vMb�r �8tD{9*���!!���9i�s�m��M�Њt�,$2R�X�+����}$���
H��%�5��Z�Q���-/�:r$=m���C�G�����a��Hyi�-m�S���c�5=6�_.����R�>a���!�8�&�	��A	���x��W�����o���oi88�o�ohBC~l��/"�N�B��>su㿁��D$�o���`L|7�_�'�k�ʢvɐ�bW�"ɨd���p����ζn����׸F�kLs�n�B�2�����r=��]�s���'�N��jl��':`�j�-:�ȥ!����Dg��ɻv����Lz�&��;}��K�9��R�
W�TVU�=��N����)�ߋ���TJ�� �$f(��bhZfAW�l`m���Z��m��iS�4C��?w*�Ľ��i>�����5���V�n:��]^h	!�8N1����ˢ�$��H��?����+����G�m��#̃{O�y2��p�w�W�x^�{E�^��R�����yV ~B5�]ߣ���	@�St;�tn��=�AqOeyy�+ }I�'x�x��uo��nO���9�?����s���?R)慵���Q($%M�&�AAj����
zā�q�rG��v5��t2�aY|��x�>��|�\�E��� ͱ��s��}9l2�?�E~/����sTe!���BM!��*�[���׈H��r#i�LK���t�S#2�����L� b�k�S����n/,�{��uO���J`��?zēܹn~�ϏN}�`3{�;��7�潹{
�
��U]5��T��\�n����*���� ~؅�h�Y����ɤfS��FHf��.E�;ˡ���G�h�$!�����	��kww��ʧ��§'r=���%�t�|�\�-m�3i�m��6p]��k�|����qGGDDEI
��w�%da���Cy�OD�i�$�[�|]ƒY�5�u�������_0䅱�5�=�̬{�=7�����d��y=�l<t{���m��;����>|j:ѧ��{k�?r�8?E�
H??M��
pt��<_���G�<+�� ��j�ș2�0����';@lA��,���\�ڟ���=M��+N��+��IB�3�֟C��
Bz"���ݦ������T�j�٤#�ql�gK+I�E�4�V��.~VM/�u�ӽ�ӿ�߲=������`�)3F/��1�^e5DN�:b�B�38v���A,� ���:>*e�:���	����MK�H���hDw�s5g���-)�����K��JQ�9r������3x?4)>A�����O�"}�{�ѵw���1��Bxa�O[�g�gn�]���2��V>j�];��x��S[ϵDGy�泞��ƛ����݉��@TH�iiÌi�~��&����k�	�|���[N�b9�%�t��}c7���)&�zXZ��tI1<τ'�
w��O�X�{���wm��j�V�(j������˰��%P�m�3�ӗ�u�3s�����oA{�&�+.XQ�b�ÿ<��O��@��?��6>kVY�����|ǥ�!���%c셻�睸�x��}}it⬎�������<�5;�����q��~�Y�J�`=b
II�iM<��F�7[ž5زF�:�f���aʎ�]��|pF���1��B�sż��_��چ�'g/Z��Q��O�
R�DgG߲&��k�
�<t]Ӽ�C��Dfdf����:��%�:��aa�J&�r3�=�Nq��,�2��9H@p�!O���3?Mt��	#lac*7��R����	�a��L����v���q�{F:h��F�U��^��u���^�\�y�p���3��!�gR�5*�_b���,��ur���Нrp=�ع��LܺT�Fz�Nx屻yl��W�^*�Jv� �}�c#D�e
�V��>�ES�+g4�nY"��T.vׂ��›��y7���\[���9lK[�)x_2��
�<�K�
f������W߰��?���p/�1�9.�����9�#�\��hHO�X5�l��ryOs�w����>BK)Z�5�R�.
��l�1R�悀�-�(C��b��T����Q0����#�0Rpٚ�X����B:<�B�����Z��4l�²��J�>ŝ6�Ǭ��e�����iw_߄��<{C���=�-�
r�٫2a�ώ��)o��VD���R#��[��0$�[�:-��2-<��<,T*����*�8
o""툚P1�p�}�����|-sl$Ҽ�Ơ �F��Q^�M�z��wb�;|ɀ�Ș�b�ט_d��:kJ�
:��O�����w?8����GZ�
$c��)[�Z��JF�)ax�꟣���j���z�d��@Y�����ۊhWC��l$�9������VkI�Wo�S��u�����N������9}�0s슢-��1$G��K7�{u�^��wG��M�Ү�=f���֎�n���A3�wP�[f6{/�`���vy{����ymX<�k�<:��!ZN�w�|~��<?>� yI�{�L�*�lH��?1~ŚO�ᇡg�����'���;��"|�)�K��T�����7,F��1�V��T�zR�#E��#;'ب�ϸ�7���I�4ǽ�N��4]��9Euo�Y2Ǫ�D�+Z�5�B�+jv:�lr)���J�m�)�s�D���@����O�{��������/���w��EyK�͌95͹��}���͟u��{�cϒ���N��к�3��|�Ϯ�u:��Af7X��3��`��i������_��6�rIg3�%��6��O�q��~���"������) s�{Y[B4p�"��+��v��=�_�ҧ�nl�|�������G��C>k���0��R�)F��
@#�dS���I<=`��B ܕ�7����9(�2vBيџ�yi���~��~��Lq�k����*v�c-7��0*�f�;�u��n���3m�w�������ܑ5>={�I�������b\� �>T��Tx�;��$�Pȑ�1	M�t��g_U�4��]sf�#�d�L&�I2I���\�$Bb��5�
�9P@d]DdYd�\wQQ�E�e�u�OYWA?E�E�4��~�͑w��/��L^��������ё�(�Y!c�����w��r�!e�
�0��,�x�ء�w��O�o�W�O�GyM�	i���%wO�|��+=��˾���3T�b�I����F�߇���
T���#y�^�5���
G-�XIM+L-����xBȤ�$��e�3���<<�	������/�??���=���۪����l���{��Z��I�C~������wm.��dz�yu9��!���өb�}jUJ�\�U��%E��-L�������<-%s�B�W����)��gW�ҽs�C��#3�UQ�1�lD��W��hI.�vv{e��'�>1�c]�׻z�h^p�KM�ZvN��7���5r�a��:�}D�؞$��=c	gV:�P=QB.%�[(ع�R�,X��OF��<\Ng�l�8������BG��K���)�˴s2�.�E�N1UMeT��bb�\e�<lj��t��W"�v�+�z�Α�`�v[��b2꺗��$.�w 7VQ�f0�������t���=���II<c����?n�L�:m�=C�[|����,��;�M9dD+ײ烻/k���n�>7�rgueL�ݤ8���ٖ�6�[>~ʟ��U̺�wM|t�?r
�{FУW�e|X<��!Ȧ���[��}:�ر\8H�1�B~��q��ó2���(:�jBE�e�9.�e9�%��Q��3b݊��r{��2���s�<p���4�!�c�����Hƣ)D�
kr���������k�&1�2�A�,���Ȼ��O�#)h�!Uh*�`�:������FB�;I��kͧ�����s}��1ڎi�A$�i���K�Y3�V`��]sO骩��V�]��{�l܈��U���j���?d_��g��hWDZ]EE�Lf�g���
�H��o.�h����ẓv�T���\	E���Qxnc�a�ǿ�3 �F#
êV���w
���wze��>���֊���Ȝ"��+�����*�~H��D�_�)�o��A޻�۵���yFO/����<������|kפW���5�;�	��w��p�}�2�;)��r���W@
�o�DROC�w^"�:$��?p�N\��-�
1(��0��o�֐l�2ڐ�N_d�eq���i�?�@��x[N\rn�Y��bd��qc	�
��3��
Kd�-�6�a�λ�W�_cR+�B��ڗ�¿A�s�S�/}�����O�-�}���kh�����:;�=dcG(co�)�{
����
b�w0}䁏AnzN��y�����3RDg�A	L�؈�h�A�0:#�S�-X?� ��U��]�dt��/��&� �Z\�˦�K���5�w�&9��(��	k�[{�����)�S�P!�H�d��3�I~ѿ���}P�_���7�"}�y�'��Reg�.�!�5K�x	Sm���߬g�
���Fr��d%Y�������<�ni�����߳�=�X?�'e㎩���
|x��HZ�=^�%�ߏ$��J�*Ԥ#!�XX/���fe�2�ذc�.�
x��^�_8��.����9�c3�b<q��V�>� �����~�6��}��o�)�Pa��V��@�Q��>9G�j��.�N͠\B�/�
hB�A+"���ӯ�K�7�0�����ߔ��"�e�?�2��6���a|FU�"�S�ʅ�.
)`:��a��O<��{篛����:+~}���ō˟:1j�Z�[�F>y��'�^�N�q�ʛ�o�=97%	���i3&]Ko)9nh޹�w�����$.�V���
F�R���x!�&���8���I]I�|'p����<�8X�"���"R��r�^ڮe[o�ѯ�]1^{s_pm}L�ćš�;ب�5���UA˔����8	��K�ΪA��
�?B�p���[�����#����^a�!qk$!([��N�=�X�)���#�ο�ϙQHU��R�n�{��d��K���6���-��2z�L
���C��!�D�O���#=���<����/4�$�c����#yw�e-�>&KyP�
�]��GǪ!Zs?m>5K�J�>�ak�o0U��EU����
�5�C���wB���]����*�L����Tvz�
/�<#躟��$ew�B��⢥�@���GᾜT��k�X�1�uN�H�F�wW�e�{��][��Dc�e��"���9��理{Kٗ�*2��,l��O;˾�~mko��+"���4w�	��+"4x�ڰ��B珿�'��PC� �B�M�0�뭈43@�;n��\��>��= ��o-�����S��v�U���b�� �WT���a(+R�5%u2�-��&4G�>
���g��;6>Zsߝ�L7�Y؀���-tp/S	�<"P��K�����§�QO�3�n�Yqcs�(���ZVlp���@G���]��������[?�}j�·�:�M)d���%LN�j�T��Ɛ�)��>�|�g2`]��	�&��u�CȾ}�<�;�+`��V��M�F�z�{B���%&��P$Qո�ߜ�Wv��?����=@���A��>O��w�m�����ǀ�о�8Po�2�#<o��x�G�+�V ����)i�i�~�B�BnN"^,Qb�K1�����W��$�
��p��޵�p�azMԤ����6�LzC����k��N�
�]�svұi��T��`�Xd�X�/B.ge �2��Qs��������{�Ҷ�2S,ݱ(����gβwy��[#�F��Ӳ��Y�~ڿ���̡����:�AU0�~�ߠ�������5Z�L7��MI��s.��Vo�Q���5s�����Ƈ�T	k�)�'~x�Eb3��[,j\WʪV��f@c{7l0�Z�~aF/�U��ܵ��ã���i͟��/�M9u�u^Ls��c����U�fݔI�Ʋ��������&'��Ao!��'!��]W�x �.����:�m��h��r�&��t�S�4���2��SR�6��+�3���9��r~��o;릔k��˺̚�Hҷ������#Y��+�����G��u����W�R!cy^��7��B)�z�"a�v�7�˰~��_F��A1�
b�V��O��t�����#���q�;x�$=7�d����ԩ|)�A��ק��v�,z{��߳lJ���~x���k3G�^0zC�-=���>8sY�k��'�.(_3m�b�R_4u�_M��Y���"���?Ȫ��s%\py~rNR�wJ�ur�S�!6����ϣ�mt�i���J��v�V%L�9F��n���[�w
K�x7�9�rd���={��j�6����SҌȑt�U�p��J�G���a�PuCbz��;��F�Bl<3����0��CR��}�n�����]y-NK�͞����e��?����u����Kμ�a������~�
Z'ɕA��A��%\��i��9���]�o��<���Ю;��;´V�������
�=�鳆�% �+Y,�Je�b��ypd���%�ΉO!ޜ��_��]a���/q\2�}4���$��n�����܏�Ͳ���1�E�K�i�����
�8����

10�\[
�#\������`�8r7�I�5�x7oB�$�l]�8��d�x�"V��)��'=x5��'qVA/zN^b~�Jbο�����~^>�rP����ru����a��t��?���܆]?<��_;"�Q�,u����߮������_�<�]싇p� ޯ��%�)X��x��%��I/�/���5�L��z�ې�C��[�`-G��!X�ޕ��Z�U*��2��+�o!�/8R]Ѷk��>�'$�jk���H>^M�x�y\U�� �b{W� ��8Zb�J���3n���k	��[���2�b|�j$]@�`z���%��!01�𛟿
Tp�ޝJ�b��PEhx�^�oe6t,o@��D�x���ݗ�������?�y�o�HS͎�=�ڐ�W��C�I{2���x�0{��Y"(� ��8�[:�c���;������O?�e�o����k0i��`Ѕi(��%;@-ػz�;��7�_�]��?8��6��z��O;a��~J�
t��Ck�U�_	:j5����dTX,r�6.p�`����<XS�D[մR����YSj��}y֎�7��)�mBF��W,O�:oϞ��N����Y��ٚ��\�B�:�2���!.F�W����R�R����jhՕ��}x���"Κ7~�y�W�.τ�u�!is��X-��������!�'ʗ�iD6�����2ܶM@h�J��l���p
H/�.�C��C��>��^�l�g�o�C�n�j��c��_��k���@ҿ)�Ș���vj4�(*��W�����3b�~5����t���ǐ��U&-G��9�Jd�E���\1����$��_���M��m��|�d%˪�b�p3{[Y�О\Hw��#}7�c
Ft)�p�"��_��yĴ��@�r;/��g�>=v~A��kW�T߃�omB���7zO�R����B���w�¹��k2�J�q�/ʠ�%H�lPm�`��۹��ř��|;Ю9�z�螮Pm���	*?��~&��й*"BkҡӈJ�
�D
�=�JI2J� 5�:�����l��@�k�!�]	�^�Hd�/�6�cRS٠��F9y&�R��9(��0���ʚay�p.{��86
�S�`-�u���v�
��(�]���b8��b�����řL6U���%�\���F7IJ:�a�!f֘�cl��r:~����IۣKG�������*Ӷ<¤�A%�V5>7b��40l���bjCMi��{A�l;�,</�{b�+
`i�����O��];��
����=�gw��Y�u�=����cc�f�"�S!�D�<��v3�)`�b9@j[x�z�IEÞ��Q#�>�׆��U��C�R�
w�qQT
���yAS���|N۴�v�2��w���Mr�7���є�¿��7/@��}A�
x�*qL�d�]���o�:�3I�אȊA���� �*�"�K��'i��Ijbu��������L������`�8`�(}:�5��g���#�~̎�L�Pc%L�_�u�`���i��O�ܧ.�~�7��r��X�f؇$k�NS���¬��a��(����i�L�K�N�@�?�]H���u(���׬܂�ÿ�Z�v ]4������/�t�;�ڼaJ��������O>��)�AZ��ZȕjZ��; ��b��U��ۑnw�V-��J���dh)˔AǗK�2�H�03`PuϞ|��
�����ظ����^�h�_W[ّŃ��]V:mĸ'�j�0,�'O�ζ��J���c^VF·�x���W���:����*�A���i�WH�`���Pj��8�1������`�C�~p����s�<��6.٥r�B����^�1�s�o�՗�c���no���9F?N�������_ߩ�	4S.��v7��M��G��r��ɻ@�K���
OL��v���%bL���[�G��.#�}�TXmz����MZ�Zc�"(�9U.uϒ�G�(�Hc�(�G"Q�����<M���>
'AՏ8�@�v�2�H��,�'�8*��"�i&h
�Rh�4����/bIH��H�ub�=>^v��ux^r�텗�Jwg�j�'%
����;����Ҫ�zu��q<ңUH/�R$�M��D�t�X�'�j�	���.�/g�r�0G��eL>�>n�N��m�ݻ�;˭9�3���������n{U�ap#��}��M�c�zl1,��&�������G�U����
��&�ۄ�&��~Iz0�c�i::�g�	�JG�‘F8r+�~T�Qs�����8x=1ө��ѵ�J�'�i��Y�s&�fnX�wvy���"^�7����>��lDC':3�Wā����D�����h;"�]�P�Xb$��Gh��_@�s 4�]�
�w�q��q���3�3����
�l+\�ϥ�"&8��Kh�&�ڐ��4�È
j�"6�\�
��D��Pk�y>w�B�x���_ae{�������wT;UZaO����u�Q��R��+���1�c���腷��!������;X�H�M����|����D#���o�q*�Xj�f��E(sl�])�y��C/�ۼ��#�wƗ7�/��5��i�'}ݯG�><��/�c�E���{G�����d?�17'i�"�;5����Ox�W�Y���
�'!)��,��&3˶l�`�M�rӞ7J����Г;d��#�Ctsr��x��"�M�6ѭ�\���޶�%����T�ʿD�۹�Cɶ�[��ȴ�6'���X�3t�O�m�9�n|}f]c�qbJ���ͫ�V��=ھ�0�]��&fhYԛ�3��:q�*n7'/ɶ��⢶�D��V߄�����8�͉Jg�p[t���t�~���h�PSV��E�_�Bs�J>/�Y�\������y���9bi#�%2��UII���{��H͸_-���x�i�3�KU���{�^���x�я�9���9�*J���F�d>� �/�U!H�ڝ!�����+;��LY�9�{���ȟ^�j=���r��5-��;���,)F� �ѴV�)+��e��'7�B)���������0w��wç���b�s�%�p�ؕw�e�eO��)��4b߂�I�9I�5#Shy��(�5�F�=�N���F캋��	� Z"�"Fܛ���h�4�����'��<ǀ�&��1������U�<6=_H��V�fe-�m�הI1	q��Gbw�sQ$f/1S6 ��<>?�B���p�O�jBj
2�&�r�7U�vMKyr
�P��M�}	�/I�E�<��<[�"�m3� I�¬]R�M���S����W??���{k׀��W@�ھ�����^R�}u�elh�@�Q2<o֝����Y9���
g�r�a�
��ҿ)�lXb^g���GT�5N�7>/_���hc���\T'����/�3�L��lGblb"CE+|��VM��c��l��,޺tg�bMh�/(*��e���ð��-��%�{���N����ի�쌡&?���.�{���N��7,U��*����k�7�
ɬ5O\^\�rea�q��<|�i��6�v�<��Xn.,+S��Rl�o���O�I.W�m��w�z�W�_���cH��X�+!.Τ��|���L��,^qB���3I�'Ks9���P���J-�8ü�w(j�
���_����U�Y
O��՗����jꛍ���эt�c_o��).΋��c?��x���5o��kƛ3
3/Yq4��Iw�=#�Ey�|eA��,���Y?U�k�`|�#�k�8#�EٌoFmUUeuuee�B8[xŜ\��+�E��p�"��C�Z8�\"´X�Ģ@�
ɱ)�����v�XHT�?�ӕ^8��~�S2<����Dobc��1�ح���+��xc����Ԓ���;[2d����-�טT}gY�TgO��ƍ�?PW���ύ�Z֔9�'G��^w�:���V]Y�ɠ����נ]�,��?���2�Ek~��r�;l�w9���Ӌ���e]/ß��]XT3rd�HsY���2 �OC�Q|}��7�]拲�⍽N'%�e�|S�UU
��
|0j�	̄�މ��d�/(N gbơ*?���xw��6�j�[Ɩ$f$6*��-^נ��}xfs*���1�7�|}���{����)���6GE{�g��Y�����i�mmI�R������e_�f�����q������ڲ(�A�S"�s��0�������̲��֘�v��;�S����z
�����ȋ	Yˠ��[pi���&���OMV�tt��h�)�D
��%�+�3�S|�N��9����1��RgQ��2�T�W�� �� $�%2m���ʸ�}ၚõ����=����s���c�=/.x�f��Eo��@�̅�9�m��D�Y�3i�[a�� d�~�scff��ٺ0�[��uՁ���;�l��h�j�7��M�m�n�n�~���S��9N��(��\�[N�"�n�+���̶U�A\������[}^�qo�/���S��7,?D��]���~`�2N_9����n���"

t6{��.H��֎@N��o��{�sr
�i��[����^�d����e��%9�V�⭹�	�2�q�N��zeY,^1{��Ä�
�һ�传L�Hm���\��a��y�I��3!�8��q��8$���o��|Z���4L��PŢJ$�&���2��-����[Z���r���cT���:�JG��EX�^�%����!LQ��-�:�;�^�s��Qrt�:!;�m�"�ՔB�S#���dj.Y��ՏMg����)Iq9%)6D�:������;���2�k6���g��of��׸�iw��2�v�����QY�SÞes��.��zdM�z��0@̳�f�n-��)�sI����f��ۋ%~�?_|�(��a�WH0�W�VrP
�uQ^d���1��ʨ��,�PU�J�5�w��/��ǒᒗ�`5�psK�+'��\h���OЯdn��F�;�G�et>�`D큒.:c΂���_ވ��aC�k5��o`5*�p�dS��V��L���2��һ��Mq�W�w-�i�Ct�ܪM*��ke���I��E�e��#ˌ>��������G˭�{���Op�t�����H<�&���`��[e�6��l"��7>R�WU��LѴ�ս'�X�(�9I�^$��؝+�1phh��*���YG��ϑ�r��lߩ��mU�b�̱�U���΀�_��@��}8����l��1�zم��͙_�4s�v�?��
|9eF����7�"���m�iJ�=���-����(�1�g#��+8ܼ��qR������r�̶�J`V�'�^�^�$M`Ր�+Rp�g"|�7���c^�=F|���в��H�,��*����!�)@h��x![7n�I4,w|�+d�8ா�p�p�A�;��Hǚ��NXVk�p�U���en��W�]P� ���ۓ@`�޽�
o��-X.�&�}듛o�0�}�u贜_�DF�-V��7��z%DzJ�:N���_�I��4@hj���󭁾�c���^��]��>р�_��T�?<�d^r��ۅ熯�w@��_�+�=�~[uF�J�I��,��"6"6� �x�R�K�x�SSY�;2:Y{T�RN��e�q
��=_z	s����_œ�︫9V�+��]l���5jx�=���M�:er�ܠXuh�J=Ք2ԕ0)6�u���qS�/��n��M2�c��)���
<�|M҄�q��J�*���@�3!�f�J�|�.��.���X�s���I���ǜ�4<G�p�����d S�k"��
��a�</�#��!b&vi�=�&��8&��q#����G�1���k�klg?��O�?^�,	&��@=<�m��v^�tv��W�y)��▒���
-�d��VO�8Qov0��'��&4�$��;�L���2���毩�����~c֜��e�j��ջ{ޤ����'<�Yr�����z|�%
�,Q�6�����ZIb��\lt4�[f8x_��g�h���K1<by#��S@�9)�(��wm�t}Ū�iK��l�vX�iŁ�׿�շ~�V�k�Eٷ�x�a�e(
��
$�(�¢����̌������"�+3No��b�����Bh��¡@�UHR�à�_�61�*4��1W�Fj1 <�F�2�	H(
��xu��=�x��`3P�o�]X0|G�
,�k���6��&:ľ)
�s'��~?ϔ�D��I\��B/��R��UB:e�t�#L��+`6��^���©$�D�q��$�)�B��U�V�O��A.dbY%� h�97
��	�M���4)
͙�B��$��A� ��UFA�#x�H�\��<I/s��B
�E?��֯���u��κq1<�����(4<�fh�Vqj��U���]��b��#<�������;=,���[\�8{��GN��ɼ'Ќ���$���_��	��s���Ğ�?�=�@�TX�O���R�D�
Kj[�'��يi�
�k�U��"qZB�H��#q^�9����K�c�Y`x5������B�9;�Bg�_���/��1RI�2)����1�~l�%�y[9�\{:���Wʟý�jp$�#3q���G���R!=�`Y^-�y'4E�~/4��_>77�.�@.2��)�*�b�Q��=AbW�y��?�g��gq�5Z!�ѷ�X|�al�+D�����s8
U�����H�Qz9|OA@�Q=F_�M�I����Q
S�u�#S�{q��
cq����y��,��ڗ�,G�͖�-���nu�������x�����|UͰ�Mi-�OhJE"��e��U� ޺_7F��>���������@�Q]Ƙ�(�cB����&(}F�64�.ˁ{_*pJ\\jJ6m��6|��~�K��n^�FmU#"m$��q4����x�~�����J���4����e|�f�o$�d2-���`f���j��RK��5�?�P*O��	�w~;[{��Z�:<�TQݺ�&g��Ǯ�v�F`�x�6W��%�mec��'g�u2gEJ���M;6^�f&�xbu6O��,�>xߛ�ݼR��^��23u����'��q/�h�SF�}u���rw��3���5��KZr�X���^+��_do ;{-<��H�+�4�����"��և��t��x)\v��$�:���f-I���^<���2���K�{pv�Ύ�a:{��$!�iH���٣���l�I�=Ŕ������/���`K
�6�ᦚ=+�=��2r�
MF�ָ�O���۠2��S93�>�{��~%$_��L�{<]��1��P#�Ļ�VRߖ���YY�
�t�'X�@����w�Ng��m�
:���V�r�!�/�[X��W.���-���쟊-��1��- q���~�����r4�b�J!uGrk����H16����J�rY�
p���$/=��}�\�߁4:��**�����i^'�)y:�', )�5W�ɤ�ex��h��H�5�W��
��
��t{ߚᵐ��q�P(X�N.����8T�0[
2��+!�cw�Q�	?F���$���ˡ�i�Jz�j��Z�6FK��.F�4�?M���O�>zA_��4�@+2Es�sA	p��,������k���)�<(ўF���Լ��TxW��)��"#E�Y�8���W�ƒ`9�
�/}��_"Q�[�*��.��p/�ۏȱ���
�EH��H�#Q��	�=y���H�����¤�i|�;���瓹 ��9�,�njS^�G�-��p�:�ι��i���N$<$�=8�F�6�/p��÷���d�*:��p�'�s����g��s@�m��?ϒ�n�F2 �T�x���}��%�= ���H�3R����#�Pʟ���+�lV��l6��i�+ ؀p��K�+9U�A���
��Rah��-=N��(]�+[�@��y�rW�<n:��T�WA�s̃><��hP_�;�R����Cy+��f��lF��P��j5��Iݷ	-B1
�cv�RF�m����ı�+�.&NC�JO����jL�\���<����^a7���S��PE�Q�4b�/�!v����i�vbϜN�x�%���9+1�??�.ĵ�
�\CvC
��5_llb��k�yJiP�R��|ta椇��.4�3%-�[�V�=JH�uc$��9Il�
������g�������
���'b����)�)�YO}���Ʌ<}�w]��^~�3�>~�7G�nZZ<=UU�����#w@�6��;�=+��M"��^����tz<f��B��%�&�����6�v����V!�����?V������8�奵K�왠����b<�Q���r?nV���ծ�A�Ֆ�x�7�Φ�q�qyVWʮSS.�ji��	�Ө\t�29��YYQg�S=]����_���4KG��O�Q�/��>�I��Qj�
��<	�Gn�A���<H�2��
�Zm4���v�5%�r�R��	���gC��
F��~�AS���}O��G�-!�����Y'���-�p�x����*��/8�G�k��z1�Ŭz���p�7�7�.>�K�x-��/��=E�/�S�nV8�h<.t���3!��~_�mM��4�z���!��?,=x�P3玴�<^�<9�7j���
7��j�P3d���P�Q!���+r�g��s�����ڃ�cc#�Q�/R�S��O/��\b��`<`�6q\4��
��o����^4|��ڭ3K�Y�9����}xO�I��j��Z�~��:��;4�+��]!ut�Z�D��GUD��i��AS��)
��B���逆g�W��P�]�j��=���
�d�0F��G�
�,���K�f��o��?�]��'�< 	<��{C$ޫ-z�1�D�̫���L����8!�p�����k6J��E8
��#����
�+AQ����XgX+���Dc�:x���m~�5qd����/.�[�ӵ���h|��������䫐���0�e2�V��ѽ�O�a�u���7U�t����5�o�|-%[��h(�>�Z�襔���Cġ��n���A7��vl9b�X��
��`@��D�>��r\�";d�d��AAx���5�`+}x��l9bǐ1��������c
&]v�@���o�n��l2z��:�����~r!�
�VE��^��L	7�8�:�;vg,C��"�a��z1N�O��x^A;�3?a�p�<u��eN2i�#����{��177H��D^��2���6�eU�� r6�gv	�������ÿo�v�G�`��V�n/�����#u)���V.��#�Fr���@���cC��!��z�1$�49��!%�jH^h���ۇ#H˲9�R�I��}���Է9L�oB6b+�9U��)�=�*��K��̿��~���]p��=Wp<�����,]��R�r��y���86L��qwF�!��83����ޒG/m�_����
xn�Oz�cƾIr���q�tA},P'Ve�
�~�)x�i��IWk�A��l��3s�M#��4�`�/�Ӗ~X��'���^�i����H��qm���:$ہ�m�;z@d?�����S�X_w�*��0��G�]qK!�x�p#�`����bh#
Cs��33�j11vMGEF*�O�����"8�C���{p���M�M�^�^X���_M^����=�t����`���?��{�;Ȇd�YQ�6��x�B��&K2|��h�G�2�����Xз�"aQu�/��kZ��Į/:Wl)�zj�"�m߂]�����=�ɀ�f�->rY�%��`]@V�&�B��z�$���rz�3���3���
p:u9{���<qTυ�`V��x��"+�R/���u�#�:A`�j�-ԕf���T��J����µ���Z,t���ɽ4�IЌ���f,�w��rST!c�zf�_���*L���"5 ,�k�+2�PÔ�j�"��_�!�7Σ&��;�g��/�T�/�	©��2ۭ_�$'��r���Ky���4�ӝ���re
��/��=G�'�ڕE��k�!�}%��L��a���K!���SF>���>L��)p�8��{��v�VA��|D��j�B�;�����'0�!0�,\~K����
B�=����Q���9y���:��ɜ"Ĺ� 4Bυ�ȋh�{�%ѣ�Ϛ�I͉g�m�Fc�����QF�"p�ڙ�P['x@{
����ll��=C��ٶ�t+��`2�h�a�a�&�\e�I_C2�_��|t����=Ktib��d�kX�ـk)GDFDh��R%�0,�]��y�Ԅ�܄�ǮAݬÀ���ą������5n� c�k
�9ɧD6�Fo5a�x	/!���e�V����9 ������	��+��P��T�X��P�Z#�q�T�sJ�k	�t���|���	����H�-�f:�@��,��$T�)��b]$4.��d(Y:���D#�
��ݘ-�<��D�z~*��K�A|��s�>��yº˰O�!�A:И]�����RkF
֎�4�J,�kҕ�����I�I/P�]r�ӛ��h|�K�O���ul�mn�7^���V��ʿLr|=��qv9�2�Ҿd���J�@<B01��}���m��*Q�1߹l!��2�d¾K��L�<��W�O��ta����k����Ё��KÆN��X���k���u=g�|hU5��w>iBsU[ryi�S�	Y�ٔ�šD�n�].��e>cz�!�
��Ǵ{����J�B��i�Cp�@�w��mnjk��C��nV˒v�cAoޏ��/�Z�jWʴoO�s����ts�Ȫi�~�'f��ʈ)�\�.�;�.ó����=u��v:�%���q��\R�\���2�̔ަ�e���փ��
,��� .���ijק+��_��9�Y�K�/��Ҳ�m3^��t��s)�w��������5c�Lr�ȍ��P4�7=�E�K�چ%��24���?��]�8���݄�(]�ʗ.yJ����=c=h�@���+}�g$�,}r挧V��Zղg�懧��kl�(P9P]�1ԕ�vnmu{jH�@Bst�^�h���R�2��j��j��!P�<������2g�����9����f虴�w�����,�s��]/�k9�>�K�Ã��`�s�tҋ(�`��B��"�xJv{�� ni�]��=$��l��o�u��]�Ztqq:T�TƇ�[ĵ�q��췑�#����@�@J
������G�
�C�Lt�X$�Y�q��e�
��d��U�xҐF8QS)�b�S[����ܲ*{0����Fj� \e2���6��Ѩ�q���A*9ؙw�
���l^��vx@��:w��� uq=l�p�?�4�ї�B���!%��S��Bٰ�ﭴ���d�}����⚲!B����H��mt��
�ϒ}�lj�c�}1J�)v�'7B�P��8!D*%r΃�@V���%�gL{r�p��"�z�����Y�B�F�/�wR�bdw�,Z�+�|pf�px��Z2�L.���=��/���<
j�<p�kV�w��ض���nbr��7ߜ}4������k?�r��+�w�	��X���W'\d>���,<�AP��8�tG��y�E���ȓ���ܑ�Rۊ�
�4���=aᅃ�n��G���t}mҶw�/��)��=v�o!U��f�R�EB�k���me?��%a>pA}K[=ȼ��M�h�w*L�r�P^4VbE+22J��G�>^l5�<��b����9�ww� ��
�0�i�2�M��.ԓMvk���ɥ�M��B�dHJ /RY�Lz]�~6�'�����o�Q�?�l�_n�淭�>^�q�:x
^�z��;i��'�t|E�弡w�,iI�6iƴ�O�&)e�����M��}{���;�k��	J�'0�/^*�B�M�}q�
d���F��ۙ,� �4p�+=��9Z�;���g��f����f�d���C
���=����E�p��^'9��߁*OOLu��������.�����V�6;}�d�1�#���Ը�
�›��ט^H��yi�,�urZZr�Ǔ"��7���4�}�����N'G��3�yk�mAk9�*B�f�77�w��X�v|�EC�z�&;a��!��!���hl<>������Rr�ׅPs��_�'�ރ~�%�=�)���h)iI�i�d4��Ǎ���m�(��摇���Td��U*u:��vE���u���C�]0��;-Õ���"��v�4��4�uOrj
����x�h<�6]��k4&��F�2h@[��L.�=q�����ZгdF����?aͻӦ���-~�N���wO���[{ЙJ���Q���mS�3��=�II����[���C�Q<�6��!����v�OF|&ٓ��t˓������!�s+�3��K�O���GF�"9��C`*D�p�R(��o3&@R�vz���?h��,�a�H���\�nmF�G4Md��w4mY�F�Q�+��F<S>���ř�{�6�E��Q���\/��'!˟�p���H����OrUTw�A�/�Mpjt�'͝���Uy��?cnQ���u�H;������<���¡Xo�w�<��
JK[K	����ܘL�ǥ��_`#�L'P-�;�<O:���$q��A+�uk�5�#�mG��nh��)ĀR�F��"�3�g�ŗ�6����|l0���U�_iL8�1�*�����yt�Y�A�gl���Uowt�Mr�)�}����6�]�R�R_�аO����*B"bZȄz%�ެ�Ki�M��߂F�N�YM �`�v�#<
��T���zwV��/�镖�p	�T���l����F.>>�f��T��l΁�PS�B�[�عR�%T����!H���B�	�sU�m�J�VVZK\�{����-E�MQ�����s[&J��J�7�]c����]E�U���E�%aJ����.�	��م��Bw2�pьI �r��z'�d�oEW�b����qE�f���Οֵ6���t���UȁZ&��:'���
��lI�!����`��LH���l&⋞�W��%8�O�☃Q�e����Q��i�/`�!Ֆ�4�.&:E�/�Ը�9}#���G3�Q���d�e>LSR���!i~�����Y\^Y�:�oO�����r���%M���M�Όo�4��Z�U���8�=��4gFu���'���:QK�a�[�} ����zfR�;�3J��8g;"��I�)2\����[I"��N��tG�8&m�ӕ��qW>�TT;��<�eI�?SR
��D�JA/�(�)ǣ�w�&�}�c������F4mx��ޔ�Hh��'g岨�����ٵh���w�8�en����s��"7�=�u-�)����2Y�
�[e�х!L��Q�L�>:|k~F{bv�&%�ܑS��G�nj/���\U	u�e��fK�3�h�12��T:��;�e��+��u��(x�g�or2<,�
�9����/n�z�z½��l8N ����y}�T�^GZ�*�2�Ǚ����b��&�)4�xJ}LaY&H,>��y�ɂ��Ә^����Ö{�q
I��!����>��L�&����3�nM�1j��`Y�2?f������h�a��2'Ѹ��HD^yh�`l��=�>�"M`B㖏i��/դ�]14�1ƚ�Ti���%#����T�M�]4�;�h�����&7�k�j�G��Q�¸��!O�ߗ���T1}��3���w�]C;����w�'�=W�dR˛�"='g���,���7LrXT����Ƞ�����?����=�
Y߸���ɵ��K�,H�Kk��bG��iY~�"s��h�'��Z��8KqR˜!X������:��o�UzJ�Qg�8�	QW�Ac��;W�2�h�ȈZ�ӊS!���J�Q�j�-$�������Mp�E1S�`��Q�9V��>��h�HJ^Q;z]�=E�o�^�\�;���iff�
�&U�i麈�Ge���hr�D�$���~��)��e����J�ṫZ�/}�|N.([,�u��)�[6k�V�/���=tp�#Z��VŚ�W=Zw�aO��#z$ N���| ȉ\��w���yJ:��\o�$�\����E]+��s�*�J+S]M�s�1��&�^&�^.K���_��Qx�<g���݃�vR%X�E�33�Thgn.AT79��B��\x7^0tn�b1�D/�4�yI�=6�4�^�ܑ憍�5��s�]M���E[m괔��y���q1c��Ik;k��־kY-�&�s�	�OO���i;Ӈ^��tMY:l�S�		=�}s���&���ٗ_�p��М��S^��}b���h�{�9�=�,¸�-�?鏌�i�Q䂔>:%f$��ᴷ+�99Ǻ����j���OW.����	:�wW���*DG/����B�\�F#W|�J�8 �(+��2���:
&GG�%�YsbK�TM�UAvae~tU���
�f��u&��,��)Mt���g�XuV^}��K��~=����Wg�v'�u�s��-��~���u�O��qTt�2��
�S��{/ȕ���s�Y&2���3b�]�!3�4=�>ʙ��|U�;�0��=ʞ�G��ˆTMMK��%$�7\�7ao�w��������4qJ���R휛�[�-��)�k�!Y-Q�HF��D�,%I�kgʩ��7����%����ͤ�s�#�E ��_j��2�Rѡ"p�N��E����ʯ"�"JJAz~~ʦ�J*�>�_��<�M}$ǝϩ�f���"]��e���HJ�-�E1 ��T���t+�J��� F2Yd��Bg���"PS2eQ 5���GD$٬E@]��;�0q\��a��ZgR�;iD|�w�X���	�X:�m11Z�:b������D�^�d"0vҢ��i���}_�]o�mV�L������HuƎ�QMN�����͎���"� �\���R�0��(��˴�=>`&	�j�澢j�%?>}���ɇ���/%�3�u�Q.��
yTllc1�?w͏���J��h20�=,�X"Ua�fD�
��Ձ�;/��8?�
��-�x�	����Ndd����/��g�� 5yVm�ɹ\�����b�,ۡ�w�<?_�R��y��K�������|��w�����s�"V��hX���N�8Ԝ�3|�Q��
K!��#�ȏ\5���lg����'m���-1hT���ԡ����������o��Z�)����42}Bt�Ȃ�)e}{��qw�#����'&8Ŝ6�!�/����d�,��H9!f��{�����x��Σ��''Я��������/�ؘ8EX̒l�Ai��Nbc��`o��*�S"�*�yg�.��0�cF�t��v8�1�m�,�/�G8K�.��?���0�Ď�g��bGXlVI�HE�6�F&���u���;��IR��-��8;K�l�)B�s���qi[r�\�n�$]��Ϡ�.%9y���7?�|ށ���{|�����@�m_Zj﬘�[O?����V~b�~x�g8q�Y��ɝ�.~�Qh����[�<z��*Q.`s�\,�	r��r�?g�
��)Sz�ñV��"�Ŕ�$�b������2�0@p���9��:�`� t",ȯ
���=��?�I�*�\x7�8^\(�[܂�n�o��r“����?�C�����)^� ���qv^�x�2{^_`��px�oD�1�܈o��O	q��P~`^�5�y��O�O.`? \��+7��s)"���x�'x�ٳ"�i��;r�
$2s;xmx�~	���������R�/���<—5�tR߂6Lm̟��ׄ/�/�ٝ���STX6ֽ�Y���E��xṶn&� I,4���@/e���Tq
�$�T? ���ԇ	=��:.��˦Jp@��ȗz��
�fѐ�r��D�g���Ob4�Mt��E�8���:�9�qIr0���3d~Ax7�?�� �`a`�Bp»A�^����0~����*��WExQ���\��^'>'�i�x4��TqK��u�����%��C|�!�=UX�d�O%�p��˄�_��A�>���]�n'r�!��2�EH��B�L	�����-tp=��u"��2����&�y����b��fLb�ɾs4 ϻ�<��FH��ORl2�w�<��p��&x�	��$MP�8�p~��9,Mw�)�܌�P��Eυ��x7�
��H��&��C��?�3�G�0G�w։�2Bᑹ%r8F���"��A��
����o7��1�^���a�9�������ξ,�#[�Vݥ�^i�h���n�fkD�qA�w��5�c�!fct2ƨI���L����1��I&:&�G��_U�vӨ�y����P�ԩS�N��{�o+;��;x.�֊2K|��%i�+��N�"�q.���1x~�s���0��<�����Ax����o�S������A��[�x�<x���E�u������P�xT<H�>J����k��xa<d��x�{��g�z�	� �ד��-�b�v�9���#�.�#����[O�k��w!�G��q��m���$��D��>2^�a���tP=�ݯ�)�+���)��}3�<�=xи�ȸb�����<q�i��A�'�>�G�汛�I����H��<���_����c�W�"!�-_�~ү��x��?G�	�P��Bv	�iB�ȉ��,y�9�O��=�"�\"|S=�o�'��֑�t�Bx�=xO�������ƐU4�~���sj����Z���ϐ��]����'U�̇t�Nɨ*�@"�S&��cV����FH��o���$@�Ĝ�}����@f(��>���҂�e�%���\2��0$Ιc�ӏ�����T ���_
8L���\Cׁ��}'�m�6����xڠ�m����4��te���	�8 �coI.TR�-=���;H��>u��M�w�>	��^��ۀZE,Ϡs8eN��{UZgQ�e�%BN�({���#{~S�?ˮ�{�F��ezFxX�������[�\��)��u��^JY�eR��#eV��x ќ-��%���.G9�*�w؁���_.� ~�^D��7|2�Z��SF�Q⬃S࡙=�Exh�_	�w|>��x����^m���P(4�*Y���)H`�����_�]�){�A���90�A��{Vx�������0�2Hd2ڏ�l>�gct�:6��#�z?8��!�?23A@&��������~
/��N�C�ݤ���@#�(���*
����,�M�8}J,��^,�bW�#l‘)Y����۠�f���,�����
`	�u��1��� �{8�2�?�wFA�7�޴VB@CŚ�Uk*+�T�\S���rm꘷yȐ����5�:��a;��A�#)��%�����b���`�B9(UN%҆e+��B����A
-G+(���ԟ�]V;�u�D,7�=%�w���џ��@�k�8�q����׺_�MMNNM����}n�֯�Ëz^9�ڛ]��II���y�ҭ[�.�l��+:W�X~��p��}��/n������zz?�$9e� ���a���������X�Q;������(���d
k���Q��z�e�"�{?¬v��?XQ�h>��u�9��,@��	I	�R 5��2�=0^�<��"���Z>��Y� �c����E
�F�o���w�9�@��	f{�pd�9HjK�Р����Cm;!�+��q��}�N[q>j����.x��@dE���Z��Q.Ƿ���~�[<�U���a4Woۓ��h�h�?����S�y<�������(ɢ���r)^��b	�ç���`�e/їH|E�_E�۝7��`�����4-Kծ�ܱc',tҕP����_-=��NRaTx�*4$�d�9N�XÄa�������8�ۦ��_��Նl�#G�����HFe�ؑ�bSkw�hvˆ�{MA'"�sK\r?+�-���%�9�?�2��rK�b	�������y����>:�@��X�)H7�Y�`����/�\�Ts��g�V����^��}�ǽ+W����=�n�����맼�m4o�H
2'�d
!�&�E�$_�,�b��f��J�j�p7�jy��ϸ�_�&^Fra"��X���d6R�8N���QB�1oM6b9�H�aD�!y5X���ܡ���j�U�X��Qv�-")0ۙ���	kRZl�=��0on�Ԩ��ڎ�GdU��N����Q�������˒CR�vkh2�7+��h.B)+\�������a��f�S[n����Fa�:O���f�o����!�M�4S�Ϝ�t�9��|�2���?2����c22%�O�{䍞aC2#RM��IhJa�G�L�+��˱O�CL`�q�V��a0@�ŋ�.^�mW7}�ͦ�x\��"z�F�u��H�E+	{���jw7��?ڴ��Md�+����sRJ��ȑF��1�L��Ek4�Š�S{�ƍ��:���q��v��?�?��$�|��<"�v�T���3��i��Ђ��Տ7�c��1o!HڵX����<)-���0�Pz�2dZ�T�b(��w�\4f�s��d�?~ڙ[Wx��`�y	��5|9�XZ�>���0&M���_�W�"��Fc����6,��Z	����8nG-��r��`/\���S�v���o�V�ڝ��-^�����ҏ�ໍf	���%!�.��yaV����v/��?�3�	��; ����`Oza|#��)�H;����`��K-�W�F,���F��ةX��ow v2���$K��<�h����9�Në��'hӒ}'��/����Т�U��V��I�k;���
�Љ8��CK?�@�5��W���Ѩ�>�<6(-��K~P�>��<���� �w'@�����8Qt����V�
s|G�R1��`�6u��J����^�{<D�<5�͞���6����gU��e���U'T�
�F.�y��2��v4��4[�)v,�� ���˱�S�?��0�n���@g>��tB���~E��2ih(�� C`��Cݜ��.����%�{$���ά6`��-��I�2�=�b�4�ѿ��G
R��~��[鑁�@�g��ظ�'�O�7��466
s��o����x쓢�4��(.<p��^F�a��e�})�7>�+�0w�h����ȶ�K��&<�v��!��S
�'�as���)<¤	�
	��To
^g	P����rRc�d�3�:@�2�5J�J�YNI0M��
x�Ȧk��HZ�"� CgWd^xD}VÚ�V�ʳgm.�t�R[�U�=��1�]K�nj��WQ��jF)%	��vJ��(�q�]t���=�O?M��OA��/ ��p=4���|O�؇3���8��<&F�
�4��zw�)sI9��0���P ��s�ܥ���6�����n��ʵť���8�y6dH<﯅U��_��ٳ)Q߅�GL����c������O����x���L�=�{�G�@%SIa1�Ĥ$cBPP��_*���]���y�O�!#��*��jK�#DD[��LB��,w��/�#�����W�&��o�:l���J&o�ī���\����*\���+g̟=��g���"��Ӏ��V�������A1�?���Z�R����Ն�S
��D�Xn#.��6�k�q����.:��(a�o��[C�4��v���(f|�}�����K��0l�6׽��o�k��ɾ�/�c%�a�XyGp��q
�n
���uI�3Q�#��=Ie�ʎ�K``�A��O����\Qb�Ŝʾb�/�H��[7]#�قDC�rB�!m�v���x�i�ir�$_��Aͨu�6�:��{o_�
���A]<{2!����a�Eݒ�:T�S՚�O��-�jo�ܬ��vw��I���y�G.�E����)!��63�&�D�N�dlv�-��"�)�7�a=z	=9����#Ab����8��߽�����$װ�yyC����|T�bs���̤ژ�Eey-��f�to���Ǐ��4mZSSc#���Y���dzNk�=~�4��Ko�T�7�+������Z��[9?��m�i��S
�qĊ�㴋$�>���4�)+h��G���:w�)W�ﱅ'�Nr��ŏ�͊��7�ޞ�<!%�2u��i��L�p葕2��e�
<��7�]��΢�k��'��p�G�¼G"'�A��*�N�
��4%�/��&C�3"ֆ��&��7LH��3�A죊�Q�!9��7���	@��
}�?�+��v�=�g�����*)(()2q��}�3����pƘ�s�ӽ��1����ƻ�_��Ɖ.���i�י�
��=���<�QB�gGe8b���x�D���C�	t�L�
P�p
4�����#;�$����e�ܥp)O<3pω������>m�@��<S��l_��MU1)a��%Vs�D�3�xrIU�����}Z�6�>el8�1��/�B�������������5!	q)	1�9e)%u�D����͕�
��>�h��t �!��0
��h�dŋ>a��٬��� X@��?����P�O3%�PZ��ka�9�瑎�D:S�������/�ML):/
Q���0)�u�z[�zS�"��F�i�p���K&�>V���7�}��b��o��,>p ���Ӟ�����S��X�c�7�ݶ�em�++�&`��*I�'�T&�'��i�,�?�LN��ĸ�"�4�lW��4�Kj��?1:E�"$�s�D��K�C�(؀P�O�.�W�����5��$�z���א��dMe+Hz�N�g\>���p�]�9
�So
:��T����1U��U�ʿ�=Ż�y�ξ�o�𞇽��ga9�1�A��H��<�C�RSp������IJ�d��U��Y�M��3�AD�^
+f��.���$�< %۹���h��.�7*�
)\W6��x�ܺ�\��V뜖���ή��M�;0����>���>��|<Ξ�?doQB�=6n�-�sVqS�Ұ�d�&�������S������R�2j4����5t8[��j��Te�'

�3&_���ί�T����?0�����AX����N�~��{��>L|��0ђ: �Π�	y�\2?+8z߀m�"_I�Ǩ̘y{�x�v��e�G����r�}�ц[S�����M�v)�H�>�Y���y�"}�%��#�GV{/�N���ɮ_]���ѧ��,��ƨ#*��i@�z,�c���-����u��	�=�Pgl����7�܁��fP�Fˇh�pãGf�R�����J��ּ��9+<�ޙ�|EF[{jQ�+̖�5��鯬b�N�����['�->1���k3�~����\��3�����̐�ꪍ'c�Vr��&L�Cz}=9���3Y��ߌs�`_^!�	�����O�/񙒕wVs��Z+���s��/Cg/Z"��>ۄ�B�ޤK����V��.�g��n��]�g�N���mn�s"�&�I��O8��
�._�G[!=����:b�f��/�
c,�A��4�Q:46'�g����P�4>�������ݻU���v���fX�f2f*��޾�]�V+I
60LB` -��0Z\�d�vx�������vT����U�4FX�D���[��=��~��~{M���5O��l����m���g�
�F”aY���1�YC�	��ǎ�����<i���	�<1��ڙ6�p��b�Ђ�j!G]��j����)tB����N�M�A����l�7���qL>О55}����G)�XV��Y�J�^�#���9A�d
�
_|����BΎq�V�ɚ��i)� ��NǪ��2:2s�*^Ȃ!�᝴Q�@Z�mA'�H�������/��<3�P]�O�k��/��k߻��%�d�:�<t������E�w���h��#�O"�%�Y�)�I���1�=�s�X}�:9��|x����9oݺ����a�H0���f<�������X*�@���M~!,��Q%ؐ�����Q�s�	2��k���FGnΚ�	sA!�~+��g,��)Ϛ����
�2�=X֛8�i,��Nd�T<;����kto��TJ�ڪ��en3#�w��)�TF���[ľ�,$���`��uZ�P�>����p]$9�!'�Pe�k �<�<��#
ӛJ����i�u�s��e�_�x�y�lo�Q��Q��6u�?>�׳�G��-sȯ�=1�&��)DP�Gz�ܙ��h=ô��G��`d�>΅�c�r�.��6y��x��������x�s\����!)���ipm,:衳;���F��œ(Q��Ch��F}������-�*����_گ��i{��N��7��vm,���	n�I����DpÅXx/�*���ı��W�Sq.ƌ#��"<
���=�����#�B�&��M����+�F#�����2�����$�BB<1��]��C%��o��~S�SD�{x���?����Y�Y�O&p1&��!��	\��D���&p1����\�ED�;b�e.��!�]>��A�C|������.�\!�[�����N ��b����%��O�Џ�Dّ���+�� 8�(a�м\��؟���wH���QT-�Zr���t����$�ތ4���Qtr̡\T��(j2�F-�VS��n��&&��(t�3==2h�=�����"��`6Ĥ��+:��ր_���r��|�ux>���s:��~�_�9�t���G��z�t��/h����y��/���z��]4���3P1GZ��Nu_J[<ԋ���m�?�Gxa�
+��QX�/@���sڒ��[�?]V��`����S"�����6�8Hi;y�����A`;��z��w��mmw_E�1�wsZ[�~D�p�[�
��wP�mؿã]]��͘QW��r�hT�P?F�S\=4DED�~����ߕ5�l�G|M����Z���udC�h/M�>9�1��o�BdK�p�,�W͠Y!�.]x�"1z�*�Eڇ�4O��C�-�(����K�%s�k���t��(
��5jTV�HN�7�o,��=�=?�V�P������l[vIz޼��z��UZ�G�0��)��*�?�6�!"3W��M����������9��}���Ė��9؋ƭ�T��D���YOH�-�v���Og�^�#��#�jT��'M��V1�
���%���ľc��|��Cf�P`?�o�3�~�I����f.28n֜DF���ļ���(���h��8"4 B���f�7��l�ﭩ�4�g$D�E�6�n��~:�I_�����*S��w7}I�%�ɭ��TΤ�XR�H��r�	��9�3�OA��h3�	��afd4��38��}��i��*������Q��D���<gs)�6%�6*�2�)9�i��T��BCNRM𞂹�o�Ҡ\�+�2��V)�q��	��f��m�����d?�l��܈���}��i���ٝI?G�c.y;�y�ڒc(��$�
w��N�����S��Dp�T˭bT*d�R���Q8G���/�n�!�pE�Vxf�/���~^a�RVb��X��TN�C������bE�|:&�&�W�4�5�,	E�Z����b6ƅ��Z�*��Ne�__:O�S�9����@r
����9y[D�����g,��3�&ܕ8�K�K\!�xe��uzjMq~XB����<a�%8�,%�,<8ft]2�)��
�
��5mD����Z9�$�$�K��^�����x!|�H\ns��I�%Y�.���we��A�g�:��.���TD�
)0q֧�=�kL�Īg��!���.�U�Χ;�۹�{˴`�^��{��T�6�bX�Oo���Ҋp�Z�8cPx�¨U�d�K�g�N�
k��>*&���=�)��͒eE���&��it\.�����#BhX��]��#�P�J��Xc�*s���˂?��*����*w%ov���]����{Ib�/M�zP8�a�+k�s��@�R ��֓J�:JqH#�1d1���H��ܲ�U;T>cCGjy��aN�&��0sɘi�U�N'�S�z0>�a	uB����LKRi/�Τ	�"� gP�@@yr"{�6����3�X���f4�`m����٨`������V���6���WH��޶�mc�S[�@���R[�o0�
o�8<
�'��:�h���j��@ۨ��=�m���6�߷U���Em�<�5l{IfH����J��v�����=�%�>�
!1�w�N��(M�c_�n��l��S��ֿ<i�-*Z�_��(QƷϢ�w��־�lﱡ��ӿx�oɖ�wfwF��3���(O�r=�1�T.7)�WB���l1�,I�贝��4�c�p�S�%
�g���ch�$��F�^�f�G1�9��z���o�Ǿx՜�y/��z��{�\>��<����1��Vr���?�:��#��T��X��YEQz���&z�n����ѳ�*~-��X�.Q��^ �){�ߚ]R��>L�����	q�?��G��2�P��W�+?������F�#�KC�w���o-�ED�Sb���U*�0����8�A���E9��3-�sH���E��7�8��y4�,��u\�vmdEI�$^Щ�������:��(�{����0��OrF|_m�:V��%��!Į}��?��z���Z���!��=a�N�^���Ss�� -�^^��E
�M>@[TH�mNJ�" @�m�Q�2�����X���������W��ZHYy�!
3�D������/��UR�\
V*U��%9!�L�X�Xb��şt�FMV�N{f���j����Ƒu�g\$�'��I,8Y������֓���ݓvp��.j��H��O�=��5�
�	|�B<1�LM'X�QF���&�����@��[�6���~<�@'e??��`;���G_��y#�gj,h�$#����w��t��=5��5}�5B^���⋤�U����~y5*�A|��Ĥ���1v���3c�pJ#֖��
��u���[1&!ު���+i��x%4:Ч�bj=i�hӏv�h�
��/�=�|�d����y'D<��#IމH���J�1T"���=W�.\��[\�Fl3��G�F��+�0�.����w�}dž�2�?�$��—�p4���y���L�~�_h��c�}'e�C�w/��3j£ 1�y��OD1���m~�}C�c��hG�İYY^maLX��_��{��{ #܃�/���(�蹠��Ckn��c2�ڢ�$1��b�'�9�%~R#�uM�ֵa�ދp�Jb�G�����M�/hq�@9��Ǡv9�t�v ����$�М������Hy{�6)@��/�;q�V�Ȏ��+F��;��������y͇�5o΁D̈��wul(n�Yo/�M��p�"�O�z�B�_JӚI��O�{�T]��ݕ��	>�QS؀���icv��6/�����z�*n��ww�VDW<���5)�:�&�|ޖ���0
��r�����7O�TP��;�����ZF��]��>R'=	W�I���\;�OP\�?&o�I��n�������1);VG��4���$3:�!^={Ͱ�=� uL���V<؊���Sl����o��4j��m�c���//�*��
��Q�@V�.(!!Tޮ�����,T���ڭ^�IGf��zf�Xb{�`Ԩ��7{=DHP6��l?�+�ut�٩��c�|��f��t��k �dJ���c�!�ә�Q#��ۻ���ܲZW��:�؁?�ǝ�g��Jİ�Q1��J=D��.XM|����X�m�'#j��@���d������ʬ���M�Vc���h�=��%�R��]-�@�g!�5�Y��j�陃���)�dV���K&OO���Ԟ��H�4פ�?�Ná��挋�IJ�)+�1O��l}aH��+�vD�k�[��
5k��F�Yʄl����5�v@�ӑxs�8��F�a2����@TJ2`�#��i{�cM�&l���?oj�36u��`��K͜�,����,�)y9�_�������Cm�%3�Ʈ��E[�td����fW>D���
^�Wq
�/?~?PJ�
q
"̆`�q;� �r�o�^z�� �оo�B���E��b|8NA�9�K�,�S��C�^$�zaI��˄�m^�={�<�]��9h%5��*���n`����@(=��Ez���Z��i| bff.y˺���W~��wƘ����N1b|4���é��S ��`��C��7���{�y�����)*qM4�T�ʙv��T� �W#ܵ�C�BʋB_}\��J���D�˴����pZf�0����V�aۃ@p���WL��;lR�����J���
ySjj��}յ�wk�}:wʑ��`�E�ѾsE�ر��eL�i94o��?X��~q��B�g��`��Р y���ʕ��s
�X���8�x��q�N��ܒ���Ϗo[���hۼ
[S��ؕ�u�_�~
�O	o!ȴ��������qeQ�kz��!��<1���!sT�f`����I�Ġ%�K��8��0�z�I�6��vw��(�&��w��"��7�&��������x���C<�$5�#��L���p��f����^~S<�S�H:��G>[��w��8[Qq��nŐmO;��/ˤM��Q�����\[� ��L�^=�=@^����W%*��/`?B�F*�!���p�0��c��h��]��}x!+�� �}�5��e@�v��ML�h�D2ziͪc�K��{������4tzVH�(غ�˯M���"��?�1�"���S{�]2b�Oז���,oR���ƎxgDseC�ñ}����fȱ'm�)r
�}�Na��������7�16�g�*NAv����Le��lZ_.�ˁu);Xwz'�e��)�b��g��/���T��2۵���V
]T^�eܚ�v�hvi���d؛FتS��(��:R_��Ҧ�f�Ʒ<2v�����[���ԥ��I��U[�
-��L���ހ�����{y%�3C�y`�X%�4g@����?8�c|C� �S����œ6!���NR�tR�o��~�O��&���f<i�w.�6E"�#��?�!eDR�O����{~F�6s�g҄���+�Ya?�o�K�#�~ �lv���ˁٰ�=#�"L���f��V�ڝ��~ ��%~�^|��E�n����L���Yѳȳ�����e|Ӡ>�'iW�2-�H`�T��38l;����o�f�������Zf�m�Ѣ���{��ꙋ���������={��
�g�:D+ɧ��\&���f�.�����G�cHӆ����@I����=��q�u�B�B�4�V�CB�� ��c��
�2 �X�3�>hjY�_�=�k�3��^y�ÙC��*���ЉI��C����4jWk����e��<���lt?�`ݯ��J�u�U��(�~�P3X�e���`��m�o���yg�ɶ����yf���s��x�r����jW����O�Щ�l�t��x��;cKm�1l\��VW�e|:����$�U2�X���4j	�.mC��s'VĢ|�.��t�򧙵����-�Q`��Ci��(4�oN�O�=���eJ�ej:�#�!�8љ�~�ϵ��y�2H����|P�7m��5�ǖ�1��e�ڒ5��6�.ʤ��7��aEÉ��~�,.@���Rٰ@���5���"�#�k.M`?A�`�M�&.�``�B��
���wS�D;���
��7��ߝԔ����r�Y����p�w�y��7����Ɔ�iy ,�
�~J�������i؛[7�O|��?�Y�f�"�U��^�Lx8�?�E<${�81���w�=�Թ+i�
j��G��=�N��G��2*Z�lO����<Ԣ��ƉEub��p����Wn��]�-._5b�,��n�7
1͑2sL�䌯+�RG�$Wۧ�g+���½cH��� �bD*�	�x����@8����L
��4&�h��-"A�G�I�� ��>����m�f�a���r��Y����O3i���Xt�m*s_���Ԑ�R�].����~�m�|҇��c��?�}�9����^��uiƤ��i��d��_�li��Sј��!#�D��I*�B�fm�X�z��X�@�vX���%l�zv�W�{�9��q�#��ƎQ9.�E-��!v�!0�o3��+sۮ�*�H��!��0�S�%��XK��I��"�;��zF�{>�ؘM�d�D:d���[�������?�����]�_�|�6r5{}o��|4��ߴ۔��S��p���N^/|�_
>���|-$�*��W��h|5��{jdw����ρ��~��
|��}')�e�x��TAoU���4i�*��B�A/5�NʅUJ[9�d�D��w_�/]�=�X�3gν������3��7ķ���N�W~��ٙo�͛"�

����/��>�B�`Wp�>R�M�
�^���w�k�	�C߬��N�7	ޠ����I�W�������N�&�����-z��"	�x����p@�U�+�<ܠV�/�I�^���O�׀�|���^��W��A;�/ߥg�oߣ��?ߧ��Oo�6�ޢ/�N�9YєJ2�р<)ڧ��A������:��z	K��'luDc��J���l��(“�G�1�>���4d�œQ��:r+>�x���MK�
��o���@��H�4.�zY�K�xu4�[:�3�~��(3~0F��Y�/l�]da�`ޛǣ+^�g%���X� �?�t���+�����I�j��{��Ê�"ݭ�nK��d��9T��ΑZ���u�-{����0��{��a�qO1�+�,�H���;Sl�b����,-�f��9r�:��%,�Я�/Q%�X�z�O�pƅD�b��8�ø|��:�Uq��a<U}�J��u�Se
�����/ǥq�I<��5�[8�r
u8����@ ��-���������ɭ/�:n��[G�o�`�B;��Lǐ.*י�s�nҦK�^hA͇s����IZ;�p�Y�7�'\��>�ЍĻ����@��$�;�n"�#x�����a�1߱]bJ���85�^
���2�2�
��M�%5+ל˦u:�\�U�):��;�]gs���cH�7�R��Bd�~���K;�ڗ&���[��qy��#y�ƨt`�b��0�(r��p���.R4@K�1�ԩ���U��&�hCa��T��cL�v���d�n��X��^�*&[n�ױ��>�k�	��k�����`uIiFޅ��-����^/�w<���m�����x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}p�םߟ繏�jUJ�Ptu%�{%���w�-U�a<,�a�����M��`Lq���x)a)u�T�h(�0���a(���8���a���]�e]�2�=�{�W���ٙ��h�ᛯ�=�y��9�w��^Y�5Mk�Vh[����s5ǿ]�r������[�+���lՓ�<�5�/���O���?[�m�i���[�"��
�&�6h��i���ſu���SZ�6I�x��P3+��=�~�i��?�,kYٲZ^�e}˦�W����l���e��`�����jyޙ��Z�C]l���9ԭ�і{v�+�D{��Yz�iv��
�G�)��}�}�]���}������UP��7�_�o�u�.���퇠��O�߄z����'�K�k�B}a�c�^����:	jJ���v���@k*�Zj��o��:jA�֥P+Z�i]�b��֭P;Zw����@���c�N��n}�l�ǭ���^o��z[���Q/=G�c�c*���tx�B��#����o�cбj�c�c�c�P��8�������5�8�8u�qʁ��8��q�qQ������:�IF���mMmxm��mxm��H�G[�mF�L��mOh�_�@�B�%mOR�j{�jC�KT[�^����p�~�CmG�N��I�n�T��>���v��F�Tw�Ɣj7��&�O����N�����g�J�T��s��/�ZԾ�jE�3T��_��ܾ�jG�n���}T�Sk?Iu��=���S]h�Bu��&��Juh�T����vة��PG�*�Q���E5�c>�`�b�e+�Vw�����
���T{:�R�t�:�q��T�;Tg:>�:�q��j��T�:F��9
���MT��iT����P���ΙT����9�$�%N��\�$�
N����$�]N��v�?�!'�s�p�?�N��<�$�KN���$�;N��2]��5�E�\�]����"�����J.���w�?�<�s-r�?�
�s�s�?�f�s�p�?א����ȟ똋��N�ȟ묋��.�ȟ뺋��n�ȟ[s�?w������ɟ��&��sn���s�?�\7�s�ɟ{����W�ɟ{������ɟ{����G���}�M�ܧ���}�M������}�M�ܷ���}���uN�$�͝���I�:}��N�z����fvΦz�s�ja��';WQ=׹���-T�w�z�s�j�!���'���|���sT�t^���y���;Tc]�R]
]���tM�j��
tŨ2]%�ޮ~�9]�t-�Zڵ�ꙮuT/vm��ڵ�jw�վ�T���Q��:M�^�Y���.P]�Nu��6��n%���F���S���N*Ow�*ѝ��t�Q��K5�{�jq�2��ݫ��wo�z�{;���=T{�G�v�:�}���3Tu����}����[T������TM�f�i��㣊xRT����?���Y�!�'=���g�K��y�C�<oxȟg���y�zȟ�M���!�O<���yȟ���yɟ����S�ӽ\��]^�zޘ�����Ū����:�/��.���r���r��n�r����r��y��yx��y�y��yO{��5��^���%kޛ^�潫�W�k�q��M�q��9}\�|!V8_�W�0�,	��
R-��0�J	�0�+>����������,�q�)����}�#W��>r��wˇ��w����?�������j�w����}~FS��h��g4��3������%~FS�*?�����Կ��h���g4���������4���&��~����ꚟ4���&�X�4K��`4
L��@W�\br(M�F���i`Q��4�"@��$,�9@�;$,0 a�8`4
�0��M����F���iP2��d-85Hւ� Y�����\��4�d4
�
2�����eAF��� �ipS��4�=�h�d4
�M�G����SAF�� �i�|��4x5�h�d4
������5��_�"!_���R!��"��!�����
��І�m	��Ю�
���
q7:�n.�n���йws�K!��B7B�ͅ��a�&��a��
��p,L�¥0����_x^�����_xE���ׅ�_xs���w��_x(L����/|,L�§��/|6L����/|=L�·��/�E�_�1B�"S#�/⌐�H(B�"����E�_dn��E#�/�,B�"�#�/�)B�"�#�/�'B�"#�9!�S�9!����!�[��%щQ�m����#J���(�����/:#J�����/:%�%Q�]%�
Q��%�]Q�����(�������Q�=%�KQ��%�;Q�3c�/6)F�b�c�/�#�X���J1�돑�ؼ��-���؊����������툑��P�����_�X���N��_�l���.��_�z���n��_\���xc��ŧ��_�'�P���sq����8����_|Y���W��_|S��ŷ��_|O���G��/~$N����/~&N�����/~5N����/~/A��/ќ 	G��%|	�H%�_bF��%f'�_b A�K�/�*A��/�%A���/1� �C	�8� �w�/q.A���/q#A�w�/i&�_rR��%�'�_�+I���$�K���/ٟ$�yI�\�$�I�\�$��I�ܑ$ɡ$�KH���$�K�N����$�K^H���$�K�N����"���KMM���3E�R��K�R�/՗"��)�L��Բ�K�N��Ԧ�KmO��Ԟ�K���_�H���N��_�L���Χ�_�j���n��_�^���'��_�9M�Ҏ4�K���/�J���4�K�N���@������_zU���7��_zK���w��_z8M�҇��/}"M����_�\���/��_�F�����_�̐�̤��L��2]�@&��eJ��LF����Y�Y��eVd�ɬ��2�3[3;2���Pf_�@F0�9�9�9��d�f>�\�^2�373�3������6f٩Y{֙DdC�D6�d����s���g���˲�gWg�g7eœ�n����Ɋ���Ɋ��=�}'{&+�e�|�b�jV<���h�^N<���\S�9'�VΑs�|9�r�\!7#'�Lnv��@N<�ܒܓ�U��rr/��^ω�\��pn����wܹ7s�q���qǝ�$w��Z�;��9�scy��
y��S�������y��|��7�A~N�'���<���y����?ȿ�g� �5�A~w~�j_�����<���y����y����.%�3]�f�g��]"���&�?(��<�
���J���¬Ow���A����
+<��x�+�R�鮰���Aao�������ST�x�+|T�9�p��s^������E��A���AqZ�A�.2P��?(��g�?(>Qd�����A��"����^*2P|��A�"��E�W<Z$�7��~��?)^��V$�/��8V"���+M)��R{���%�WʔJT�%�W�S"�%�WZZ"�gJ��b������_iwi�j_�����_�d����+����%�W�R"��%�W�[VB+ח�_yr����e�W���_9Q&�J���g��_y~y�jq���W��_y}���_)����2�+�-���2�+/��z�L����_�b���?/���h��U���
"M��2��rWH]%R!u�B��UfVH]�
��,���ʓRWy����
���^!u�7*����B�*G+���f��Uޯ���'�KT�*���E��U�zH]OC���C�z�{H]O���dzJT�=�=�������gQw7=+z���Y��bh���C�zv�Q��!k=�{�Z������[uGe)�y�8J[����6�(��R�QG�0j�R�K�����(�p�h-����=	�D8�ʑ��s��碟�*-K�ul�p�G�?G�S��uf�yV:�f��5��hY��>��UT)��y�A�a8q��v�����_Yjdž�5�#(���B��t�]Eh5&s�Q}�Gk������	����/���o�u��/��
���Z���\ K8OA�o�~8��c�m�J�߃�u�C�lE�5��!tg}������RN��1�.sZˣ�}x�������zO���+�K����_���i�~�iٚi�k�ncĞF���%�ZU��Ҹ�c�g}�-����/�Ù�:E���1U���Y�/ʛp��'о�ɫ�IAQ��Y�k-G��x���r6�<�'Km�»���y������,�ۢ�
��qY�	k�s�+�b����u�d~�+r���Z�v�|�ף�u�V��Us���լ�
�آƵZ����o|��j�����X[�������:��B7Y�iч��v�s�:�0����Wh���\�^�mV��������^�m��u�E��ڜm�U9�
m��>�+����:ùo��oM0�9\Zw`|<ߚ����{k~�	Y�\����x��j����=�_n񛿮�1
�ǵuI��Vι���\0������k>��/���5_EaŏZ���~lQ��J�Ѣ�״��cY�Q�Z�O��ƕ�q|��ժNޚj����k�X�ǰzc�Rs_Ś������xf\�@������l���Z�ό�-ཌ#Ж]�����:��������W{�Q	c���*����{�X��\�hb�3�����媸�惢�����n�op��@��?C�#I�s��XU��W��##������H�?�վ�M��Y<����^��Q�c��ē�i��|KԮGd1,+��͚�q��-��5b��?l�����|�'D��[���)�ch[.���ʺ������nP����G��o������K��@�q��g����kі��Y˽h�ῦ�S�m�U��V�bX��Y�ք��j�"��9��9`�<�H�r��p���𓭮N��@m�+�Aֿ�k�b�}�������&5����'����YD�o3r��δn�C��o��H�V�
�)�ﲜ��-�[��z����zz������3�4-׽�JKkj5=�𼳞_ط����wl߃�=h��r]+���{�����8=�fJ�1��u�2��������� vM�jǎ�W�ƭ����ĺ�Uk�O���_�6gaN�4k=��/�Y��d���0ZX��X�;
��8�kXEe�7࿁:���F�a�"
x�W�~�dYb�bh{�<���5��vm}��?��]����-�箞��Qs�h-�a=��g�<8�L�x��Chs�֏գ�Ȅ]��&�cO<8[�נ��Y3*�9kkµ��^˜���.���/��>��>�?7,k�e�=0g-������j�<0CU�ǽ?vn��o�}�>v&�H��AOC���Y��
�czd���}xo���(P�l�cf=�}�߇�y���	�{J{ �a�ܱ�P���2�e���z�e��̗A��V�}�=2��1����s�f`�$t�r޷U�Q��%3`�\�!��kj�A��凵��|�'���U�D���Q+��+9|u��9��]
�0Xs>�.B��7��o����9�f��gUk.Ȇ���]�EW����/C���ώ�#�X�>{��WѦ:�c��s��>�:Ě�n0�Han�����q�N��>�d�B=�P��-G}�M݅���Zޒ��#���R�b�u5~tW��d��z>|��b�I;L��a��a�?���r���3�u�&�P�X8_�䳵���4��Z�9��U�E�s�o�υƺmU�<�+N;�U�����Y2&��&��f���m<߷����VZ�w�_�Z��dҌ��o݃Y�����Z���蟢�OY��>�C�9ںn�x���}��m��/[균��e�[sq֜Rug+���}Yv_�߯N���¿�v�9�L��su��T�s�W9��⺖����o"��Ȏ�f��Vע�k��1��dO��6�Ko��5ʙ>��Ӯ�Y�Y��)�O��]�w����"}s�t��G��#���՜��#�\ր���>�uy������jnG��b�,��U�%�"���Z-�m�2n�x܅���k2c�ܯZ����%s|r'8w��>}��|K�֚K|��%�?Q�-���so����9��p��}ѷ�G�V��i�3�'�h_��>�)�����g����b��b�څ�ȵk�[87�L��-�+c�%�[�H��
�4����'�X�5ߦ�oj���
\<����O��I�;|�d����*OUc��W�'���-�j=��o�'&[�������8l3�Tc<5*�e�\�g�*1��Q�^��V%�q��oU	��
ΐ*��E;�h!)㾎�5�i�_�J�]�S���P���+���_Q߁�T�vl����W�٩J���p��*�Ÿ'�J���=p�J���_�?�p���_�>�A��Q=��V%|��-�U%�Y�-������&�f��Z�����x;jTS�Shg:����dL�����W��7U���g�tl�J�s~dn�9��l�n���:��ƌ�w����wD?}Hm{�E��L9(��yL��+��o���9�H���lp��
�ߚ0��"ȰV�,Z��ޟ8��߱�O�	-�v���>S��8��Ώ-�<Οgi��qݍ��zǯ[�4D�j�>Ƨ1�T?UYl�,������1nU������v���NRR�S��#����j��9Z-w
_��x$�j�C���������T�G��A�G��ПY�g��1�*#�x��[�����cf�*�v׭��k����|�_ͷ�U��U�G�����G-���_l�j>���Ѐ�ـ�=6o�vݨc9���������o�Vv&��>s�O�W���ߥ��:��=�O�.mS�h�=Z>������bޒ��|F�&����m�Ä�H����7U�+�E/�hӢ7ִj����|�����\���&��C�������z/���}c#���ß\[���ON��q75h������X!����mad��7�@[�i�d�9H�@��ͫ�5����T��=)~b�z��6i۴��CۭU�=�q폵�%m�vE���]?[�k�g�v]���v�������Ͽ�A�����������.������F_�������z�e�K�U�/�����>M?%~
���O���Ȩ=�3���V������s�Ec�~��qN�g��3J��-al��l.v�6���a~Üb�gN5]bW�i��O̠2.�Q3k��̛y�s��w�*�i���(����Ŏ�#�Ok6�Ƹ�M5��4�m�m�֭ɿ�L�9�Yb�}C��v�mC�}v�]C�m�K�%��.3K��bM���>L��^E<�)�5]���K�&u��c�w�*�W�����W�W]>�Ej���L���i6�E��f�з
o�л��4�~\>��k�~��kZ�G�Y~�3��σ5�t4�6UG���Xi�å��㜃�ț�5ʟ�M��Q���R�>��D͗��M��i�/��	���"���e�i�|^�ro���_ʙ�,��+bD�i�Z�x���JmX�� Z��M�0c�iL��R�spŇk�h�A�����BK
نMkҚ�r��Ӫ߲[�+Q��	K������jdlgm�&<��E��%��n\�v��N������O	��Kf��)U�6e|��E�mS�W4�{��oh䷚�_�\czS�n��]�7�#tqb�'��T񲋗S��#^bׯ'�+�5H��k�&�!���E�A����g�����g��TŨ�˔`Q��&�G�7�H���3kQ�̹&Jњ�]��[��x���L<�?��m����@ʵ^~�"�]�T�WI��%	����$Ok���7��_#�����Ǐ�?m�V��Eq�R���2ZIě~m�6O[�-Җj+�g�uڋ�fSvH&$�o�R3���'F�!Ʉ���FG���`��(�������r4�-�.�Wy���]�?��'Y��|\����lZ��ԄY3�qAr�� �	��d\3�5��M���[�dfAf\�w�^���)��%ϯ�/������ɒ�6'�մ2�����w&QPK�
�[�8|SXX assets/fonts/owfont-regular.woffnu�[���wOFFX
k�FFTM0ɉo2GDEFH �OS/2h9`�gcmap��2ؼ��gasp���glyf�Y`ԏ�z`head�-6	I�7hhea$$ JhmtxDULe�:Nloca����2�maxpD _�name`�en��postON�4x�c```d�����h%#�x�c`d``�b	`b`�  f���x�c`a�`���ʀ0q�1�2311��x��>�goc��(��?(ˆ$����vx�c```f�`F ���1��,�@�Y�����Z�M^۾�x�z��o"�Ŀ�zS�fכ#oN�9�V���[÷�o]���z��6�m��W�>f}���?���F@�^���4!hBЄo�9���	�`�>y'�1d��
,"wE���9&�,R#R&|Dx��6�u�Y�I�	±��lB���z$tS��	�mB�B:|��!��0�1��adL�
 A9���k���x��\	`י�f4c�oi4�mY�eK��u�6>��&��Lc�B �fK �v)��%
IJ [�!)M!M��iJ�	I���n�]���bO����a[�,p
i������?ީ�A�D/��6�D&�O�ҍN���ʰ�Լ�n�9mH7�t`LFw)��L&��A�r�ɞ�I����xP��t��|�i'\9=ž��w��>�5 #�� ���'������+%������i����Sc/�.��.�	��87A
��#����&�&�� c4�&�ə
<�0Z�K�BR�ZUǪX�X+#^1���9��;C&�
3��S*耣8�1�ŷ.�*�ԅ��p�V\c5H�1�� �XX�3
fPp��IJ�L	����W �X�tV��@gw�qݽo/���+M̷6n8	@�dt<I�bO���(�̳�����_��Q,yg�
jw
?�rt�>����?c�m��2���Z�d��ɕ+�d}H��x\�X0����Ao4�_��;>7òȚR���,���T��?W���H�F��4e���I����qʈ��
'OnҘ���4�(ڐ�rS@F��H��K{��⩮�����&V3��Z�\�j�+��R:�4���=�2kPEƱ)�+�zj�V�4tQ��LK%ӠM�i�G�{�>)z_$��0*ͼm��,:5��$�K/������7�&q��z��Q#�Kev;{ *��5�v����f�6͘�$_j��5W���Wk���O�_�-�/'N�p���x*l���cƤ\+�'�($��2~T���Ȭ~u�������F�+F���Y�aK���k��7S��mInj���뮍(B��拹-*	.�	
�W���e;���i���rgN�K5�q���j������)Z�\聨�,��i����/�C�t���?g4�3,��_ՙ�s��D�2Y�}��!���7�ʵm�Ί={>���$k �|���d�W�]�qv�[�'�{�|�ǒ��(�;z����'���Zԗ��fuy�Pl9���Z��n�oD���U⿎0��W���ඏ��໪����^-ԅhJ����������D�����
�������]U��B+��s>a'J�����_�������q܃5~���`�烝�����U�=0���n<��0�F�*FQ�������U]p.�"�a�2
�ua�7*�2R�g&���p[Լ�I��ۯs#��j��5��HG�SV��<&�B��!��p�Ż�=x��уx��3E	���DYp�
/:�X2��-��kq|A��ŃXx|J�^��B{u^��A<�u!b�.X�C�C#�0Z|:2����|~8	2�#�d21���2v�	F]0Ay��q�N�o	QAL%fUD�heF���Y�31	�-7J�0.�i͙bȄ����'�G7Of�.�
Q��KAh��A�W�Κ�o�Gణ�3��Y�j��5g�
C�Aw���g	{��~�<|�Q����)Ě.�0�A�)u�f
�5�j��o|�q��b��W;g�9�B�������2�bh<!���/BL`_������:������<�-�+�t��TdqA�+���'�ݶ
b�!�����DOHb����%�uk�^��]��̷ƥŷ�y�q���_&���D1�h�b�ʀgy���n��oLng,��&7��7&�����c�G�Ԝ���3f Eg��jj�jQ��=�}�t�iQjmZM��<���Ά���ks�9�)9��Q��u��Z]]}v{�rmNJvz���4Ԧ�ե	� ]!�߯��'3���ՒgbȆh��6pyp,����Co��?_��Ix#�{0U��2Do<3 
Nyp�22Awy򀗞��I��E��a�d8���8���>�Gc3�0�l�@������0�>eCpI0�.��ô��Uq/�e�Мq"���KC�i�������#L~����H���ǫ3����vN���
o_|���:�&]�N]Y�r�E֫u��8q���
��+�:�M����4�>�NWZ���TWQ��t:����������3�0)K�|h�R�J��f�b+Q�V�.p��6N������*-gCIjx�Ƹ�*�V��RUZ�*U��)E\��RЍRJG�Vj���W��4���wlu���t��(��J�
yXTn�'�J���'*�?��k�����Q�
s/t,�eWu�hX��z��0ibQM�b'R��6[�Ϫ�^>Ҿ��=�	1si�1����ЅH��cUð�Jr������
��.�M=�:D>��9[˭���7Ƒ�T�8Ñ���o��/�u�peo
�/��9����!�?b��������?��^V�?
�	K,﫪�GIL�x�X֕ġ�!�%��1��w��]q��qw	�d(����g��%���R(�O�89�@��^��~�
$��<�~��Ed(��Q�Oa���S�)	IJ�Ui��lfe�r
;�lF^��≢T3zjSZ�ʤ��Z`�b��9dUHB�0ݡ������%9����HB7�t�3d�'�B��8zvP[Ǻ�[�1�ɏE7��!K������8.1.ۜ�������%,NeK�zO�f���l����l��Z|=��p���1�L	���B����Ɠ��2�{���Q�<��b��	�6+P��d���PB�]4��� ~ԉl��C��W���jU��w_�/��m�z�&�i�Ӣ�.i��t�%��d�q9���LJ�6|�D��K�IChG�	�z�����aa�@��v���^��k-���x�P��b�+���u�2�������=*�9vs��#,��( ��rb
�Pw��t����p���in����������G.p�Xn~~���w�+-i�vX�	�O�
_��;G��@}�-�~��'�Au�K�V�����V�H�7Wu{���};��9c�+����|�Ŵ��U��P���k��������_\�����'
�!_���U	qo�z]}}��Jj �� ��O��n@�D1i8�]�8o�b�x�/��+͂��¯�[�V_}�s�P�K��3�u%pg>y�&����;c����^D��=^�X^\��tb]�gR�k����E��v�^�����/l
"-]2-�0i[A8Я%!��T@B�j&b	%��+�"�pǃN<���s�u��;���֚�u쿳>���N�ۿK��g9_�3A�z}��\۶W^ٖe^����@Y;��s�“�>/�	��=�h���s��$寧����W*�qD�G��8χ��y�d��^A��m-�9Z�_>#\��1��y�G��X�L�	0FEي&�����+VT����
f�[
>�7�Xj�b@|���Sa�8]T_L9�LF�����6�Д%�xbݎ7�x�s��Yud�-i�^s_s��K�w���FE�fs�sRv�k��v�{^�ʊF��U����@�=n-��Z�%�i2��"�&�-�ռ^�gX��u�S��.�fdt�ص�z�w�O����}x�鎹s6��m�3�����s��|�$D�'��<�=�RƠ��E���Ϊ����eF�`^�3"��ڽ3��و���5�g��-<۸f�µ
gƐSb��	��=:�����_��yM�܃βR�f���v����<vҋB�q��z�">�!���#�,��-XV~
��|�Ҵ�ҞiQQ�zJ�Mk,��%�{i~k�-_�➝��A*W�
��6�+��ey�)/7��L�ѡ*����3u�+�7"V�oP!�G[���r�?�ƟFDsAȖ0*�޸˚'k�����x��"��n���x��/lN,���:*�����e���)��}Lrv��*9)���%?��$����
�}A4��2^�t�f�$M�A8*��9���>�f���B��C���Sy�?��c$�E���O0���#*�Y�	�� �֥L����a��>��`��}w�����c�X5}w4|����m��6�R�hߒ���}����c����EY9}P�4�\��	9y����.���p9�7
J1
q2n�>���B_s�17ŘxYĸ��z1[mn���j�m���b��n�vkHΦF�G�DH�y;��o�v^� OmW��N�"vX�$1ߌ&���E:P����8g���#r(� �-���
�r8`X�@��V<*ybL�T�U�X��Ig�7P��MgrQI������v(nD�d���х��E�t�|��e���"�y1��@1:�F)(�2�
�tV
��.FL/�s�49�8���0���6?2X}6M�Ag��C%�����b=��-�p8�a�1	�&����9��_8�Hr~�ɮB��V��"�8��n����n\.O8�a��<�EMΊ�T$��@�Ē̡<��� At6�b(�b)�XZ�}*B��q
��|DiĜAQ�[F)�#��I��U����S��#Y��0@�>Iƒ`c(2����-�C��f%@t�H1
 #��F���(��6W4��"�<�X�SJR��IQ��I��싢Q$%���%}��†j�'��6ÁX��_8�系
�p-$�%)�y/\�g�)G�0ȩ�d��KA����uK�|^>t� #��D,sT��(`Rp)S
��=���,Lc�QƢ�'�az7�����U$9B3���,R��K�`Q7d��6��J`���$��Q����a��y4����v����C��Eգ�]��ôk�G��z=�!�'�$)�#�O���9l�!2�y�4/�S�xt����t�����ʐ��4�y������i/�`b
�^h>��2#w;�66�u6YV��6ݟ\Z�B&�|�
���?�f9j����v�b�<8����T�j׮m�)R(3�k�ӋV�*JWl�3�Ia�2��,M	��w:�<�q��W:�<稹������|tΟ�2�̋"�N�&kDڃ��}|L'y�ܶ�G�cc���n���V)�+��902Q��GS���v�T'�ٓT��m����h��%j�}��D=����d��1ShjP��11w�s�¬��,��H�<P��r�LF��u�.�U�.��h
��/}��a��*�[��jw��d�Wx�q�A㳲��VFj�㢽F�8��d�N2rvd�hoK�;�Qx���dsږ�w%�<�����4g6%���W��6%��4�h�m�5�H6�]۠3!Γ�l�삞�nݺu+Ձ�����o�>x�4���L/j�x]��|�<�Y#y��i��Hn�n�%yN;�zZ\�\�oi����0M.��e-ݷ�Yr�ԁ��S=ɩ�(�Qz~��W���Jt�5_�s�R��OOB�+��kvi�N��Ҡ'�.����OF�3=I�>),;p��{��W�֥�]q�b/Q=��F��Wܘ���.��ނ��*�qı[�
ԺO��	ݔ����i�Xk5�Ҽ�<��nP���zD(�_�A|��^��$n��M•�?��%׭7Ғi�w�<N��c�A�4����3E��6�� �!�0<�3Xd��s�g�L]|���<ь�/*Ƴ�S&S��А�Tq�rK뮐A�rr�vMF5+�|r��i8�X�
�W���5�
�GE��)��Ψ;٭����u+k�RB��C�k?p��o��SV��Oset��mɌ�F�c�\So��u����qQ���
��.3}��gm|t+��'�!%��n�P;JH��u�|2Q�mB$+=;��&����M��w��WǼ�S��-�3�>7Aw���o�[�V}� 㧛��U�C�ې�i�4�nE�t�2�N*��46�����)1q	�I�*�l�0�zkq��BGPf���#}_�f�}�i��y���s+�A�t�>s��g���>�=�k�}�!�C0#H��)�a�`H򦟂�}����x����O�q��1��&6n���P�“B4��m2���_	�&ՙ�/��_�A>�K�%�qS���;�T^���M��ǯ^%�Sg��9?��Οg+�?v���N�ϠK�	fbF�3�a���9}���7�9kNǟ���?`>Fr����1x�c`d�7�+l�m�2ps���X��j�U��m@.H
u�x�c`d``o���Q����PA0Y
�x��``X�P̾�a���ס�=(F��f��[�����2�[���&��1��u!�j�}�A4��w�FL3Xb 6ɔj8PPPP��N��L�X�T��:��Z�R��	0	�

���

��n���Hd�&��6�L�h����v�  L � �!J"
"�#�%j'F(~)�+8+~/z/�/�0F0jx�c`d``f�e�fO�	�x���;�@�៧1KcIa���UC-�$C.�5X���Ƽ�ka�4�͹��<p��Æ��e�I�I~Q��:�٧:��-����d�����$?�}�Uȯwu(��DM���a��c�:�U3v�<�Z�˗�.�)�fh��'"#!����Ck�(K�hѪ`�6�x�}�YS1��yA@�\@�M�}\�L�A6��VY7^��Nܚ��R�Uw��Md�?߲�	&�I�0�43\e�k�q�����f�;,��]�q�,��*y�c���:<��<g�mv�e���9%5
-�>�y�[�q�{F�"��C>p�1'�r�G>�/|�����Ga�3~�Ly���K'��U)+Y�h֭�� �s���{��^s�掊���e#[�I'�ս��������A��yA���!�(�=��{,-�B�f�H�/6^���VR}\.�ǕR9g��t���Vj���%���Vv�I//s�2�$�=��e!����?�����<�=PK�
�[���8989#assets/fonts/OpenSans-SemiBold.woffnu�[���wOFF98�FFTM9��GDEF���c�[�GPOSX �L��a�GSUB��,�1�OS/2U`��|cmapt�YD��cvt <��=D,�fpgm���Zgasp�#glyf"��%R�p=�Ihead�56�4�hhea�!$
�	Ihmtxh	
�).loca���j�maxp�  �lname���B�
post���'n��Qqprep,���{�x�c`d```fp��#Q/���+�<�<s�;��[��;��>.Q�L "�f�x�c`d`�����K�w�_A.Q�2`)�Vv�_/��Jx�c`a������j�r���a�f:�`�4�	<``�� 
dj����x��������S7�|���6 ���!��x��XpU�]��s�}�I� 	����� �|$B��*�[B (QюӐ
#��HB�Wl�th5�i-�N�L�ߐ�@��;�$�k�w�3<�@3�f�{ι����^��u����s��Ѩ��A����+�K(З�(t
���OLT��ͱ'�t̰��e��;�Е}���b0QN<F�$�I��'&�7�"a{7���X�gztWT迣A�#��*
�j��[��c�|4�����$�Q��DY��X���!U_��p���&l�@m�d�۹�.�Q���v��lmA��ã����br��A�Մ���t"V�Y�F�cӎ���H��`�G����7a�=�9�CM�J|]-G��B�+2�D�����ȳ�-}۳]GH����Q@�z;4ȉ`��ƫ2�wh{�S�n�%Xb�>�b��E�pm��Z�w�����v'���N�9/#�yi�o��n��/��Z흠/����-�jL�xp]/��ma|A��9���6pS��Eͭ�>����;�&u�1?�C������3��U~�+̽����7
����>5wf�gS�ĺN�j��Z;���ϗ�7�gɍ����h������4���1J�H��0V
�c��Ltӆ#�7���|*~[Ƴ>��Ҧ��n=�D����|���R��.S���x61#~�K��I���}݋����^�w�����.~�v����s�癸�.$6�����Qü�=��7�G,E~h?��"�χ�l�C1p�*�R
�>�6�V�;D�=C�#�/��پD|�s"|~��t � �Y��u�
�Џ#I��'2��ؓ�Dw���;�[U@��M|�.�7ɷC�q�Z�,f=7�M����Wؘܷ�["y�9���C�*�A�u�6�B�C[P�5�J�H��Q�ypܾ��#ڛ�L�n�Z%��Ͱ틜'Z��\z[��ݙ��^�M'����9�1�7S-�U�7��h�^����.Ā �9��~�@gҟ�9g�vё�[$���st�#8�{#I�o��oC�'t����O�k�1c	Ɔ�m���*g��_7����\Gx�{v�;����z�H���'��I�g�9�i���+��)���]B
jq����zX4O�[��Y���:qRi_�S�A�w6��x�U��S����`�#��	��Xr����<����l��pݞ��$�0둜��o��g�'��}���9?�^O@���曞��x�Zx�/�1��K1q&�Ή�P?����'>w聊��QC{�8�O�+�.����{����6�5��G=�#ƻ�0�}C�ߙ�#�Z1L}�=fr~�y��>N����#�7rOX����~���S?��2�;����hׅ�����j�uD�G?��r�C�<k#)*�~�\�M���L]��=��XxQ/�&��L��h��=����ĸĩ�
c��{�8���3��\Ko>s�z+�,ߒxx��
{M^�;+���q�(�$90����C��fb��c"�A�͹�%�%�D'&~��_��g�����i��
���P"g���w*��I��G��fM�6w���
���x�9���Y���臫�*s�Ӄ6���M���ĩ(�CD��Lb��w�H�}���e3Kc��4&�1H��3'��+m݃�x*�����0S�bmP�<��J�\{5�9,S1��)�ZY��3�A��F{��=�b�c^�Z687�Y���^�e�a��|�S"9��q���w֒I�i�F�w��Ap��9bu�����6�g�64��E�X�j94�}�l�d���]����>�,�Yj��SL���u�.�kl�*T&���/c�s�_!��Uyo�n��~�1�Fd#�A�x�#Bg0�ȰsP��/��E��wo�$TN]~�y�'�������=O!��=x��M�]���:������a�3}��P���i�x#s}#uڈ�Y��9�
��y�����]�b�ރ������K��b]�]�]�-S�����?5gVQM���q����;j�z'�Z�~}����@�1��F����Bk�]
�rby�Vlfmx�0��DA� ��<Z�K�e�#⴩���r����
��l��%ߚqѱ��Ƣ&��ȱ���i[����� �&���Q����Yq�~{|����mj<�Ԋ�;̝�ͽ�w�a�{7��4߸��Tǰ�>�s���%��B.S�J�1���l/��k�z�9���X���yk��j׸��Fv����g}=�x��I�2b�1�xP�n极Гlga��?P�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�IjQEO�
tZ�qN\�d�L?([�	I
4$��
B�(kI�%X�U�x�]��܈M,�M��P�_�՛��{����lyQ-yV�r�賑��-����0�k�����F�J�5r����Ę�q�ݒ�O2�?h�j��K�G*tx=G�����f����h2RfA���X�U�4�(��L���I/x�u�mL��`#3"2�"?�CAT�"2z�ȸFd�12"$�(�%қ�<�%��:�k�9�s�1�\k�9�ܙs�9w�kα{���yRR�Gq� �"�D��{��A\�	�drp�zRz�}r;��J�K]?Uy�j��qZN=M�<M>�8=vz��@��4]�&ϐ��δ�;����������³����8^��x>_=G>g<=�L����/;_w��|�J1�>�ؾ���ta��n&:S�9����H�h�輸t	���K�K3�������Ljb� b�
�
�
���+�+GY�,YV8+�
ͦfWd�����e�s&r���ܾ�P���X�j��� �H1R�lC�A�8r./5�G�c���y��0
�"��(��C����Q�e��|I~c�1�
E��h��@����,�(��*����Ab(.F�Qb&1q�*f��f`�X"��a�X-֊uc��)l���*��*
���Bo�h�$���81N�3�8n7�[�����x-ގ���o����N@�AH��zB�0MX �6	?�0"��!��:��C�q�7�w�z�HU�^�[,�ŊV���Cœ������T�D$�I"���$HN��$EI��]2��%��J���$����9�2y���DPR_�)1���L��KVKvK��
�b�,��K�J�����ҍ��2h��<�<����Y.(��7�k������T��ZO�R���!�Bk��� m���6K�Ӿ��h[�=�O:���bz��n�����{�#F*#��fPl��!a�:���b�3?kL"���b*�*���e���9��U�U�U��ƫ�,(ɢ��,1K�jc�\�_S]���؍l{�z������ފ�
h��^�������1����q&8�e�6���/�/q.��ኹnn���=��̸�uSw��ͭ�?y0���U�<+��x����d��n�n��|8��/�t~��o��'��So��V��^��T�T9T9v'�N�ݝ�;�;��@+�
FkU�U�*n��JY���\U�U��L!_�z�Kw�w+��M� �K"��$�-�VD��q�����[=Z=S�X�O��f�f���_��&ja��Z_�=�=ǽ�H�}�~����/i�I�$�j�ԡ�V:��=ܑJ�R�tB�,=�W��W��{Dy�}4'#�2��W6��X�x��x��!�����'YO�O�O�O�6��
�OyOg�&�.?=R�x�D(b��3�3�3׳�2E)P�*g�����j�7���������}��M)MeM�&�i��\�,o�6[���H�D�Ts�yMET����:�JeR�TC�m5Y�Qת�j�P���c�o���-���Ai��F��h��&������H{!x�~�ޒ�"iq��l���<�
�.��+�+ݫ���t�N7�:�5�u����kz��M?�_�'[���֦Vk�`�Z�j�1�
5�&C԰�����؛���6C[O[�-�����1�Xc�4�.�=��q;���}�#�C�!��w8:��3�&�InR�&��g7͙�M;�dgf'���Y���i���uNv&:�;��if��j昅f���l6��a�y������,T��"�h-VK��g	[��y˲eǒ�fZ�V��ƪ��=֐��5f]��X�m�6��j�؄�:�¦�9l^ۨmƶh۰��S�;�N�s�b�ܮ���{�A{��J�������]�.U���vm:���8F�ݜnq����{�{�{�;�,sj�ߜk����B�fޭ�K��P4*@�'��00L��Q��޷�{����{�����#���&>~���G�S��K�Zr�������~f}�t�?�I7��s׸��	O��!z��G�y4�����x��
Ϯ�'�
f�H��A.(��Ԃ�t�Ap��%p
�����x%^�����Q���G�5��}G��@Àa�g 405�8�9p4����I�
�u�G��|�_�o��a���O@�v@��C�ph�[ Xl~S��`N�����O�O�O�O��fB�!eH2��! ��C�P44���>g|f}�}��|<��E�s����a�p�w84<6<9�m81�#��5���ᗊ/�h�Ef#��bd9�ي�E#ɑ����j�bD0"��Ex��}@�G��7_�ʲ�e�,��KG`Q�� *H,(�6@T�5����I�5FM���K.�w�&��&1��$�~�g�vY���1��1��͛���[�$u
3��p&\�RD"'��$-Dx�Qej���J�LFW�k�ӎ������Ҵ���"����ò��
D&��|�a��)t��g�m��(~�ƐM���M��)�#R���{c	�~œ$<	_"��	������V�V;�b�L�PHu����S�I�mR�w��;��2�I�Z8�ƀ��=�2Q&�&���$��>zlؓ!�>��o ��XQ��#E]V�$�)5��rWv��}�g�˕��}ܗ�� �����Q�� "�x"���!�tb��Z(@D�6A��w�.#��G��x�SE��q� 1ޤ����S�	i,Ҫ�A|��R)�@�m�~9ᅓ%
g[�7�Q�������I�S]\<`~JQH��Yw�P�G)4�;aem��R��Tx�9� �6d��)���|6���R�\�$�)!�Qp9Cw�nbn2B�L��*�+����!W�����`�F������[h?ml���g�.�&cB|\P 0͟�
�߹��/�ٶ/3--���Z��e*|��}/�=�2���?޻��/w�g�u֯_�n��<�/�~���_~����[��cL�C�k�H���p���'�"�1�� F&#"]e��KPh
����u�pW�"|"<��aR�+H����o�mZ@"�Kѡ=
"gL=T����5�~��\B���O_��n˧�u�6�םpM)�|a��-�ܧ����o�dn���\.�z��Qm?�q��`��9=w��iqɍ�ׯ�^`~Y���(ꧼ�M�)y�QP�@#�/�q�E�6/WX�xqB�q�8N	�9�h�fM�\#��t� )��������7�e������~����e�]�f��^:���<����p^)< 1� ����D��q7*;̙U��-4�ƽ����v��^������ܧ�e���L��.���4+����('@�e��� ����C��H�5��E�:|�-�]9��ƿ�m��%�u��O�ȏ�>ᎍ��'���j�k:�~��T"aX"�ī	�%T�*���㦂�Ǩ�c\#Xl����~��)!?�t�Te1��:)2���`�B����6X/�A��w_�УG��9�
Y@.�{%>��	w ^��!ip��5~�@��$2ĝ1��w��#�҆�ٵ,z�2�3��	��D�!(x�����z����Q���6�?By�ۉ�h',H�]H��@>W�Y��9&#���
@�$μ���?'��w��'��XKU��d�TWO�%�y���J�q0��C0��q���>���sg~�3�w��O'Bk�ʤRVN[9�0�h�
z�
��8�``����M��?{�:]Y�K�^��@X��}H�:ʛЙeR5c�$����	-&ăt�� �?+
N'MX�p��N���'��n���Y:/m����oL�|��J�8
:��^[:aR~���RS��3f����7O��~Qp�(�����^^PD0�\�"T&�!^�s������H�c��A<O� DS���+M-/�xk��Y7�+>�<�}聅��o�nm�k���Z�͖/~��ծ�p���B�5KP�Qƥ-��o�5�T����ٝ^z�s�Os�+”u�����'9Br?bf~�� 
H��MW��6�ۿ��
�h�5Q�f�ɽ	2�Q׺��Ȋ�\���`�cL��6�p�����pwwu�%��'mq;P�f��}h#Pn�Y�t@���y~��i�r�?��_;d�~�#�߭��QkǾ�r�g�!!��k���T+O#o�ǭ;cTB|��u�z�jUh��+k�q�8���7��:L��.�<��L=�?	��B�f��,{�?#&WD��3R$�)�_�q�a���'�_1p��g���PO6�{roo�X�L���m��o��ysю��/6l��6grr���~�~yp��!�XBc�0$I���K�~���ӭ����;;�<�R?��
�)EA{�aV���h t�D�BU=�
��xa����r�
7�`"s�o5���0jΧ�_�|z��ٖ����,^�bЬ��SҀ�9i�2�jS�07�l�6��6(l�ښ���T��:v}c`h��Q�mEO�U��֙k
�N��qTiը��L/��r��*�oHƒz�M������G<�((��k��p��U�
*����_�ϡ�AU�g��ʽGί�{�a���N��M+��J�d�4P��?���R"~[��?[c�DO��z��-Cv�|��
���:�&�|gz"������"�����o��ty_�N�/0�xV�$a�6� ���X}�E!��C�b2�n�=��c��Y��_D�/
��^Z��6�7HEǎ"��O�l�g�&>�<�>M2��)Y�;��B��:�+�z�j ?��>|s�;�݆�Ճct8�����ACOz�e�z�+�z��|�un�ѣ}�c(���B�i$hBPM~b5P�wE��F^�<fqEp>M���d�{}�p��}}
�P�E���0� 3����,���7�E%������kHq�G�>K�T�����~���P@��7yL|b�Є��_7�]�5�}b�17/.���`�Ibr�`�M�dC�P�&���U�NY$���#�����y�X�!���{
X
�L몣����0���KS���Ԣ��>���`����bߌ([<�d��)de���S�[Qq>���aI�!뺉=�9�Ѳe��J�O5�,���y��>Ⱥ~������b�����D�U�׍,�Y��kK�o�k��ޡ�1���ԝ��ʄK�/]�~Z�38�(��"���(w�{�uʮΟD��]P@��\��������z�!-"J�w
2�z=
�^�(��"��[m}���Rҗ�[.��J�=E+�Fns�����;ҍ����KP��O8�搈5//�[-�xd���Y�������!
���6Km��O�:e���vZ~���v�źIڲ̩=�K�p�:����B
U>�~�h�A.f~Ӏ�D��P��<�<M�C~PJ�ޖ?�=���(��ǿb�W��Ɗ�+G���9w��ѯj���K
����o��uA��-��90쫽���ȫq��L-���p�3+YҢb�~mЫ�D�Q����3ܮ߸	��W �ē���q� ����7��>��n��N|;��=����._F���D���H��G=#L�k�Euu�M��� ��wQ0r��v���}*�	�%ARm��A� A�P�^��J�`������<��Hc=�E��DY��#.@����Fa���
�*H�i��|���q��g�g%ygj_������c�����?(�(���`���Ы��%���x�ZZ�u0�6��)��A��M�J��e��ML���G��]?��0��$K8�u���Oȶ�1��o��������|�����1�)m8F��L�ᐭ���>~ya�e��]��;ɮ��a���'��o��џ��w�H��f�1ǡq("�8T�@O�!���ѣ��H�8[?%7ϰ~��И��v�����Bq
��"x��j��K��I̩�������p���2;��Z@�RҢS��l��J,rY�	 b"�c�D�\B��{`(��ݠ�kFD��|���U��>��L�W?ɣ����{�f_{'�S�x��K42�p�m����|:~>���urw�qZĐ�@ ySD���:�sE���Ӵ�:W���Cě�xK��[
���H䐥!S	\I�\Jq'�����׸�%@�w�AԦ�{F��q�Ų۟o�<�����Zc����`�s�k_�m����v範��%p�r�C�U:K$2����%`eHBU`P1p�yo�����;�?[,��Ұ-̩o߯:����O��5�5~zU{o[�=x��P�B	�yz2R��[H��-������|}�]⾗j$����o�5q�A.�s*�Pi�L��f�X���*g��b��I�8l�@v�,㷖��y�e�'�����m{�m�ɜ}���u>�2�z�9�.����>��:���P7EC�V*	��w��,rZ� ]@p�{"!�:��y�J�C�����?Ꟗ�������>u���ݬ)(;0�`Bb���-������/�3b��2��ý��V��^q90"�8�<"'�8y���zH#�?DE�haAsA�NO���+�s���o���;y��!�i���(8\�9܏�ʈwiTL�y\�;ܿ�<:|h�A̩��[���J���p���j3�����^��HH��,$��'��0(�(�Bwq��c��{���~
�g=�C,�##�[B�u&�E� �P�(ĺ�9�G	�:\�J����`%���k|(]:���_���<n>����֙"W�#�)�৿J�%�(5Z���Y�uQ2"W/���o��B���|���־Ъ��1eTU�K����b��O�Fa�Rp�a[u2���4�"�L����2����#��[�u�o�T��0.�a=@>&/Y�F�Y�	]/@�b�
�,E���Z ��~������<~��Cy�ۺ�[�%�����)�vJ����?b�@N���gapܪ�˟~M~k��Y�ȮW��[{���l�.�M��'��g�1����E���w�}r�I
ϯ*{�K~���*���1�'�?�~f�{��s"
gAq�I��y?�	�q�������:����Mʰ��� fp�EC{���:�5�<eE���{��Н��H�w?�Ԅ���d�8'K�%�X=����2��pf��*`X���j�2`<��\�bP嘡n�>jʄ ����z� }[uE�#���`V�e>
!�Yh�EG����h�Oѫ��9 0�'L��d��G�-���^Ft���1���
��bV�����u'=��;V݋��n�v�D�2�&ư7<�z�a+��/_�m�~��z�ڄ"���JX�R�Z���,�0�N'�Sv�[8�2D&���*h*px$����2='�D�4r��wM��h�U���q`ƶٝXni�CN-����nbAE�b�ź���V�ٷ���p�DC�C����3DDGأv'A�z��U'�_��m�O�kw&
L�H3/�<wt�s��֮+7�G�u�ݿ����}�#��p>��B��B%�(	�L��ˊ,77~zGZ0��J�F�(�)
{tx��!��A��^W��Z��r?���L�ԧ|�fS�r�….P�=�7�,���a��x�)�0��W_�=w��ӗmx�B:�`�%ٓe	�Rfq8�L�]�z�x�'��>�$Ǭ��b��_�0�@Y���ݿ-�{s�R9��O�ǵ~�}��WCC�h�:�K��Y^ܑ�!�q�Zf���+t�E#J�5�F2V��'���,Ĉ|����ɓ��M/���_S���]�Ԏ�م+��+��4u�(F�p.�`z<��D>iv����~lrrh(��
Ԉ,1����x��*t�+-���sL@�׊�!(�g�T|F
�<`�q�ID�k��:fEf8b|���}�)A�O��b�
�Ox��%�]��	�E�f�%.>�P�0����sٵ�~�������6%�0Ac��C���zO�r�7n�3*-!�5tpb�0�rjÔ)�)c��s?��3 /z �{gw��f4I�<��"�
E�6�E�a��v2Է��z0�i✄P�ZҦ���
?��E�7oԑ6�=8Il���a���e�iZJ�o��%T�g�`݃Y	C�$$��O���`ʠ����@~�^̹`XJ�y.2@����SO�����>�q�~�����mq/L��\���Ҝ��O=�n)���g��j%\���3kԐV0@��Y��a)�{H�n:(�D�(�0��4㑫��X�e��ø�NH,���o�4�F.��|3�[��Hg"�F ��t�L`�Ç�/x���2L��u^���F��@�Ջ,,t�ܥ|̄�7�ή�U<��^CQ�o�+�����xPS�b���Yc���;��m�j;��;G���5�<8��A�I�`��䑇ڬ��R�G�*+u�/���3kaP�$�7�A	�A~w�}�R;砙&.��]��g�����⍐��
��V>
��d=�6sr���m9ˮ�Z../h�{˿;�>Im��iKIi�]���X��u����4ѽhQ7q��py�ᖖ��F6�����n��B=�f-*�E&���,Zww�Y�f�eЫ7��\�5����;?6]�,i��臗�2�Q�cfē�Y��S���q���\���Aa!cB�46}KtQ�­����|u��6�b����*,Z�T���C����*��p"�T	�ϔhR�U��-��a�;���k��/Lj=��du�	d�Ύy��-�28����@t��l��
��`۴�o�>u�-oPC0o��� o`��z��s�`x�Ƹ����U��ai|x�O���a��lhq�0�t�[�5���B۾���g�:ؕ���E-{&�r<�F�c�Y!��L��n���!^�4q����.՟���ipyU�Ա�/�&m,��L�MHN+�U�nKh�Q}xR\pBBHPq3/!�ɟ�\>U���Z�3d"B$�vzk(�	t0���e������*n˪�8rӮ� �{��J~L喱u	Y<����ǭ���s�ed]�*9�
�k�h�n>�Tlg���-t���Ig�����s�V>�4qn<R����[I��:j^���s�`!��g�"��� ���
���/0�������"�(D{�w��.��L_kZ�F.{z�s%;�.������"��J�B*�f���(J3��4‡q��E����R//+f\�<e�8������#���-��RbZ����ܻ�����xz�L���׽��3�<�ˇ�����AӦ��X�LA4!��p�Ep�2����0�b�Lja���b�<�ڋ�* �r@ƭ������Gܯd����_Yo���16��J��x���r�	7��EN�<l[-�+� �2�W������Y���Y���<�f���fm0\ܒ�⢐�y�d�Sm�!2�#6����|:��J8�=�cq|'}~|G��:MF[�t��q/PN'wXI'�^7`�����[*�f�ECZqҲ'#��a����WZ$��
)M$�䍍gJR�6%���:�蘩S�N�m�.��z�8`X���Y ��3�闛�}X;S#Wͪ������
�=Ώ\ɪq|Ue4:6��5�w�8��]�q·8k�Y*���&�g�gM|:B��Ht��7
���غB��Qki�25�ܼ�����)�77D��R�53kATF�8a�l�(|#hXw�~���]!��X��Y��PR]��e�:T�m�P��k(�I+��}dg=�ɭ�N�k2�)H�Y�762u�1����Lr���@�ń�`?�l��I�|>o��+�Ϧ9
����v~*!2i���.��~>���Y)��%aR�
0L8k�u�o�M�@���pS��BY\��6B]�~�l���x[�������5��ѣ�Jm+�2�lm��9�͝t��yw��Cs_�������?v�����!Ь�i4�>2��BA�ʡɟ��m5
B��i@����'�4ȧ&�y��B~a���&����H����1.L��܈�?��0�ёӃ�ehE17��=�d���3I{�{!>&"�l���h��BB<]u:?_Og�<�b٘��ɉf$O9�a��cJ��>��r����D��:>>�D����%�Oq�9����Ψ))�b�tz���\9)�ߔ�3���K�`Μ��11�<!��kꤨE��c�_�E�M�R'GwΘ��7�3�1�<!-}�����!����eʕ�0k	C�R��Tr��-r�6[I�}EHw�x���|B��_���p��ܿ>��7_p�Szr�U�q��Ǐ7m�H��x�A��Y5�RH������~$�]���]�1�[��C-�qi�
5�s����/�҉#��珰�ńϸ
��|d��2��d �!ϫ����|㾢��J�c&��[[4,u@ο�4̊�57yQ]`C͸uCN'L��͊m��OV���L-��1�e�Ȥ����������_	2���(J
JL
-m�����1,-� ;�y8�K0CS���vAq�Y��$��8��)���<�LLvvLL�4���4�KL��~�X���!;ʻ��"���_�d)e	q�&p��㖑/e��|��֢s��@�FTW�J0��(����T�n�MSo���������s~�yAr�qLd���%��M�

�<<��ŋ�>X1z�7.Snͮ@}�2�&���]�7�?��������ږ�zh;]�U�vقo^��<����:\�y$�"�u�5���J��	��\r��Kё�*9���)��=�7MO�
�[�d�g��ĂM�&䧛&�'��p�vbNBXy9sm^+׿��/�2'�2z�)�~�ӼC�%c��
+�ø
%i�5�B�,�����D,f�()!bI��5nu�vI���@ �c(�=�}
<p/���X�62�^���vV�W={^":�
Gg}'�1|�(ח��G���­��c��m��T�������5D��r�r��"\A���H��p�#��%M*=�K�����9܇k�$ {e{M��]�0lDQ������>��K;�Lq��v�ɰ���O��x�c@�օf�3� �=7L�O����o�T
%�tp&<	�)%q�Ul�%����<!k�T:U��t���c7���nXeuѰ�J*�x���
%%�njY_����������9�6��}�4����D$���3	��&����VSpM=U�G�R��d�r�!�j�`8�,U͂V�>/����8=�ź������ƪ���M5��,s��%_,�
�K��h���1#s�%woSb�lr�W|�#gE��.N�Nh�o�{�<�h���U�M6
�4x��m��˫_=�ߙ��x@yieô��HN�4<}-��9��
nMSa�j���2R��'��C��E������On_���4�aՕA/��d�.�CG
���0%
�����}��GM���a������$��'�!����O񤁹�бǃ�S&�š8nSbA�)�uHE$w�Ͱ�l�7�p�0]gr]�L��R�b%J���O�sQ��G�����%o.���s���B2��b��G��H��i%��Ed"8LժE� ��y��8��r%�'5J)uIMDC>�h{oUp�I�C�}�v�un9>qie#K6�F�p�L�)e��Ҁ��+��\��ȇZ�2�'j�D&�!���>�8��I�y�&U�������ܵ<���vUE���>@2���{̻pOݐLR����@�l�b�0�3
�Q�{�7�>}t˘uŜjȈ�!�G��Ο=t�L�KS��Nm�<y�_u������AJ�N"A�������/,����������n����V�*PY�y�D:6� �x|f��6+�H0{i}|��4����j�R�-Nr����p������K�?���mŻ��r��Iu4� �������@^�:�
I�J��b��C�,??w.7�;��%j��ɝ7�'��]뭧��!���V���c=k|�?	q�qW��Af��p/�FnQ89KiZ	���[�^������1U�f��
����0�雜!��8SU|e��1���N��햐��[PTI��j�{:Ľ���W�Ddf�ؔ������DcEE�-�!�%V�h�z�D����
�o����93�bO<�Cz.�|DU����g�@=W���fᶒ��1�QѶ�*����	�~���mh��//Q�|s�ܤ�Ʌ�k�W��$��͢�ҕ�~��,!�!Td�k�i/R�TS�t���Dpi�Mr���K�7T�RR���'O*4�w��؜:bD���\���4&!�hhbIY|����G�O�g�ɋ��q`����Q-TA��@��qw�߉�}Θfp���ćx��3c��cj��xL�3c���j$�1�!^� 8
�O�8)?N)ՠ������+�u��f�F"QRR'
�cXҢBa��=��h��_���0m5{�č�k�Nq�1�2o�HzY��ƃ--�S(�[�p�Vh��07!>!����x�ZAL�0���x�j�g�}�4�E�k��2f�N#����kIG�u����V�Sw+�%=��C���0���wL�8�|�P�]����q��4r��89����x�fS5���Y����D� -Z�C������W��8
�&T�����G�9�K����wβv-8y�r��b ��O\��t�M�ɹ׸��\Pىo���c:1�x��z\�=�5mx�q����c�ԟ�i&3�?�A)�̘2������3�>W#q
�7!���tq��0�
0kD@�e$#��!��4��У����lq$\j�l�4�ʝ�η�l��\0��<�;ŝ�q��70h.w�m�>�|�p�E7��^a��j���:hb-���2�X��/��B�;F{���<�k�셫�:��Z�!��o]\uB��P.�xrP���JT07�DN��1U5]�!֓�3r7],��BDM�S?�b��:`8����C:G/��>=5�tV�k>~;�tz5���Bz�z/�o)�W�=���H�1ͤ
���1p�C��3c���4[�ކzK��B���.�Y�R$�� �b�rC��̺�X�O!�
�u��bH���G�����4e�ݗ^y��
p#����_��J\y`~w�9���9������9(ğb}�~��,�J�8��C-<x���=[d;�"O�ҩ��cw!����_��=6��\g�I�U�5U~�%5aI%�IK'���`���W�k���7�(#U��j���9l��|?�;�`��9��YQ�ґ��Q���
�«��6�+W-����zHׁ��>
�%=�O�=�;�L�_c����<ư�f�bу�6�h��!��r��E�\�@�r:M���Dx\�S8��H�#b�4�.��C�T�e��"���Y"�Mf�NO�L⣬h�Y��&���q�1��A��Pe�	�����7�k�mu���W�h������fG���~�q��-��C��ز?6�U�m��������צ�R��lm�.�1���ԙr7N�l.bE��ʢ{�.�Uf������U%��i�\P
�Uo�A;�3�	��'��_A��wL3����}���D���4��ӟўƇ:�i�GP�.a8��1�)�:��dg�4'<3��e8f�}�ׅ�m�5S��U�ר^L~�݉d���Vև�vGo��L�g}�|%��D�
9:+Q���W���L<�F9\R��!��|0�9�@�*py��oJ��,�k�{�;���:�R�%�O+���Vpi$`j礦ΩY�H?`����cJ���/rO�4��K��t�
���~~�G��u}�	���ΝH�)�3\���X�I_�4	�Gm�n%?|̏Q��8��1�v�1�}�`|J|��1�g�<�@�Q�
KP�x�w5�=m������iZJ�*����_��f)`�D9�Fi.WSn�ɘ�k~�-ǎq�3槦��$�0����7t�����к��(/�������uQ�,�^^R�H&���Z}���Oh╄�����y��t[��݃�&^0,+x��� i`�`�OT��;?b�"2V���<sBk�RȈ���ǧ�lz�K����֕5�ޙ�r8�Ѿ}:�!�zW�*?i�k�^�	{��'��<3��c|�|���χ������p���z'�G���p�R���H�v�ksX�A�A�TC�{�P����"	����p������fB����5������,�[��D��Ç"J�[�^�Ώ?�]������tj��r²�5�:.Y�͕�����}�}w�#�
g��:B�ց�Zɯ�m�VS0�V۱�qb�`F�'�p���U�1=�䖏'��T`8��pX�N%���IG8\(��g�5�P�x{̅�!�~䟓��9�����������S�2L����#�g
�7@�3o8�GL�p"���c�Â�%L��7�p��p�H���a���U`��g4���_8��݌��>(Ϊ�pB8����#����1�c
ƴ����#7�����Q�b=�ۥ��D���q�ή�TCX�������@P2L��{Hٻ�8
�sV�Ik�Ӣ�⹣�d��[f?ܶ�l�̧l�jc�ŗ�%p�1A�廎�4W���s�•�_;K��0��	|�	����E�#,����7�<����p*�+|��<a�~~���Se�S�>�g��yj�S���>��%.ݑ��`و����T\��jv1�U*_ߠX//WJ$�D��׷���}|��@��XP��/˦bcB���>�#&�L��mhy�_�[���#"e�j�Ӵ��I��c�2�Z�����hb;���������ߏ�%WL�!�y���#W�v�)��|�j���X�p&��T
���g�H�p*�a8E�©�é"�E_8�
@�1��#��\*����R��i ?֣�~"4,�g`|��LL�H�.F��[���ޅ�7�WpL����+�2�k<���,��u$��-�шN��BH�5P9�;FT��Pz	��*P�ݑf�t���z���Jr�����	�o���]V��}�ʅst����a+��OX4�R��I�a�U۠�/����zs�XZ�E"Za�oϝ{�R�;߾�uyu׸�i������WY�ș�,���o�z�A�1H��q����tWC:B��
���^����83��C|��i����Uѽ���BX�{`}�Ub���P�Ab{�#w�-�_yX�݋yXbгwp�;p�B̳�
�a��=xS�P�9�7��c|x����|:��+����0��sWu��R8�e�����b���]������螯��[DD�S�[a|��T��-"���x=5�x�,��h�gy���b΅���^����uб���2���q��i�TT���5���ԥ��Fԍ�������Ŭ�I�*%�^��l+秛�p���;���#�����@]�)�/�&r[���rV$��h~t���+��z�!/��U,�C�1	Pn��e$�>DWZG�wK�Tp�o(��n_����m��vC��T
z����~K=n@�(I�(V��HN�.���zo�u5��B���Dx�U$���H"P��݂�kR���6QǠ�#ˎ=�{w��~3m�D>��2��3\6�[�=�k(�!��Ô�LB�.�Q��U^v�a}�[�{�Vlm�m��ĮK;��4��[:�{1z[,}�Wx��e�Sѝq��v���}�b�W>o^��
{&��g^h#/�y]�!�P(c�p�	�
T��vn<�îG��2W9��֒�X�
`+vw��p����d>K�k�L�u_B����r;%��1�"�pY,�B��]�-ê`N=}�b}��h噑���qD��tnn
��];p�گ��QL�$�;hy��_6}��>�I�����&�Mxp�_0aAN�����7v��٭�ͱ��/�?��k���#m6����j��A��W�۰�.��/0�
�޾�XG�	>�l'�/��K���>�缣��s�q���9�Z��'8Ξ��{|/�an�{(�f�@��"�J)�Bla)����W���%_Yn�D�ُ�����:��$�(@9�O���Yϐ��Oɜ��S���Y��R�����Kp��L���.��/�E�n寺�q��B��j���E�t������Y�R�Gd�DDH�JW!B
̑/b�eZ{��A��z���I�/��մ
�UfƆ��[=���',+9ܲ����;�7�����m7���WYsV�OnSݜ��JnZ&��O�Z�߻o?�{kkk�p�ѽ���<2�ҥ�s�q���`��U%��#�{�(菣||��K֩!xGc���q�m�dX�$
��
��Gwg������B�q�?�v����l��0.
���1���`8InUN�w��5�Ha���Ϲ��z8����c���
J����[u���IB~�?��~�L��������0��_�폳&����c�'�������磄�4?�N��&�Z�b���!7ls�{�m^B8�]p�zS)eY��(��Z�:߅���o�^蓠�gԐ��qߒ��n��F�c]��
w�(T�cV+��]�
:������Q�=n�d QJ����G��%��="�v���>���ya����J2��||��=GXC��y��!G��`}�"��q��3p��TO0��p�>O�9����y���?�p���;�jp�q:M��ϙ�^�êF<�ǹ�'?�9�P�o��3��Y'���!�Z°}�p�u>q��}9�D(:��%-j�* ��J=q!m4�)_x^n�y�;����Of���q����
=>J��9�Y����ݲ�j���m��…��i�Zp��~��t`Z����y=���#|G�a�0f:ޣD=��\�U|�M��w^�>#�y8C��ˍ�����ޘQO<_����T�V|�
�W%�!1�*�oN�
�|.�/�U	ct�Y�3p�@����H����c_�pgS�JBq�����C�k?�ƕ�d�G�6dzX��PfLU��Jz��=�<�5|�
��/s�$f��^/�Q(d��8�Cګ�
���}g����/���Y8��4�̈�>���ك/^����<*s)�j<ѕg�=\!�(�k�^�dO^�s��K=d_���覂N��`P�����F��|��EnO�"� ӤC=5A�F�?�}�5�;P��;���F�#�W{{p��W�/m�tq��/6]z����Z�K�v�McɍB##t>&l�]f���U�N.j�,Y|�[��C⏑xDIGDmw�����`!�e��2�pVh���$eNM�lt)z�B��h1 O����ꢙ��c^�꛾it�F��v����}矽�
���*�x�xRB��
&���Q�D�������qԚ�s����}��G���.�9uŹ��@;x��|�u�]��94l[#�
�W�#Y@w�D�Y//V�a-��%2��v�j?�.�Ǩ<su@�2?+Ʋ��)��=�����0����:x��|E�����e�:��'�f)����򀡨?�c]��P�a_����'l�m�2��_T�}qB�� �8�Eq�J��;�y&�2Zȫ�ly�F�)"��;	�>e�Y�qN��J%R���11���"��atF���l7�pu��_��-)�c�
��Q)< ����ꗇ�l�
�;�n��+��z�H��*fJI�����?M����K
�ճ$iBK���OI0�[K��˪��s�ӕ`CR�))�dLU>�E�
m�9U����.��3'��$
�8����A�siVaa�A����:��f���wG�o�t(�n��F���B���k��n;�ӓ���#��K��ϟλN����Љ��L1S���ĺ쉭-Ʒ��[A����A>�'p�(��x�D9�Zl�sB�"����I�7��1�	!��.���$�c�B
�����k�������4/B�S�~�\�e���=�:|>���T>���"(���C���4qlҷO���@������no�̢z����#
��taP��H��ߖ�j�Y���
����ljA\cq�2z:zẖ�|�m���B�.Z���YïӃ���3@���P�Y=�_�Y&����u��@-���q[��d
]?�Գ�6hGBK|Œ���j�<Qǩ�A�U����`|5�lO�\B(hZ�v8�&��6���7�� ���!��c�^��ߒ�#��ܓ��4!�#¯6xMl���G��,F���3�ZhU����y��#G�x�Y	�C�i��C�L�`�+s�B�	b@�Ee[��:&^�&V�3Ud���li�+˓��ڤx�`4�y	��
�:�|�8xpbRa!��ސ��}"��;�j��4[�����M��q揯[��>:-=**=���<q|ssCc��TclJJ���c1�W=�!S�Kj�F�9;*�DL�>Q8�J��]��<O�Ϝ�ӗ�c��N�NN����]�*�`S4�L�?��D�̉>5SA,;�
�n�Z�����-_T6� ���D�8~P��R��I)�|�}j����I�P��;�,�u�
�Re���z����jU
U0�g`��b�ev��ջx�
������������'��%5K�Aҹ��]:n��qcW,�w%-�z�y�֖q[f�M�O0�tw?���k���a�t;����D��.�Ϛ��3����g����=��u+���Y�Ӄ¸+�=��,��*P#c�l|o+��*�a���6�b�eܻÄq�24Hf�y�;�g]?��e�6�~��s��?�/��5�}�A�Ua�j�M³yp�N�l4M�{���˽#�]�YͿF��F8i:Xֶ}�azj"����W��5-�k�i��"�~��;#���c��ZV�����<��L�gN)ETK7nL��k�\������wҺ
fP�	&P�n�\*��{ʖq�@�p΅������p�������
y7�ׯ8!f���<�N	z�W'7
�/Urv}�;�r�P�qޒ4t����+�	̇��%n>>jY+WC���qK���9(��k*�%-'p������c��H}��e�׏=�1n��=tBS�^���Oh���T�$���"�rg��
�/��az���ܷYR��w	~��{��o��-�y#��Ew��
�
��oЏo��O�ߓ��^�Ag��L�R�-��0����;�ɏ��w=�}�f����,�H��5�M���\��d?�;��	&l��C���$c-
i�P��G̩[O]��N�F�a���Jd�e��9��J��9����W��|s@v�w�N�_�?�>�,��%�~c�>�`�J&��pL�������ǰ�|�=���I�w
������E�=t�<$��_C����n�`}���?ZSׯ7����<���5�3ʎ�'�=�z�2�����T�������*�(@���{�_���ߙ{�7��-U�FΚ1sfd�d�?�
�0�����M�V���Q�<2ܣ��iU��W�n����+��W�z�7�
7o��_'Koܰ��X�E���Gڀ��*O��a�n����Kt���s��O]~\�����ܿ>ج�d2�HN�	���R�ΰ���0�K�zT�(��6|��Ss:�����畻6t]"�@�7EqN�w(��=g��O��q���1�j�ܦ17	7��jJ�?�:7�b�J�Nr�_X��m�+��R��ej^L&��\�Ө��{@]zt��k�����Ҳ6��c�KO,�|��჏17O0����ʎ��/躝��&]�8�>�-gFm�����!oZ��;���}_�W.ě��=Y�'ꍲ�nZ-+���uζ[FcO͉
u����/��Oc3!LUl��_O~z��5�ߔ_����e�)�o��U�� pv�ꫳ�W�~��,@%v]�7�_b�Ad�:�۸#�3�BY���|}�2�Tl?�ⳮ�ro�N}�],��`����\�o�ź
̨xa�`��c`�=�*0Ӻu��~�W0��
�q*�/��~Yw������u��7�ˠ3�vlx2���.�G��U�ga<v����Ź8���t?���1��c8\]ګ�	��c��cp֭�ݏ=X����Y܇|�Bٓ���=�ۇ�N3T���>	a|6�W�}��p��!����Ztnnb1�; "�A������9���	咸i"t�Q�*�%>Ӄ$��f%�������[^4)�z�%g/�1�9P"
3��M�T���84d�\Ź���q��xwR:<��7rվbnEv��>���y5у�q_]H��➩1(�%����.���^�,��@Pi���[���9|,�����ޟP�{��]uoζ�]i�ds�+��kE�윴�C��-Z1�<gQ�R�wī�׽�&�^:��ڸ��K6~�_j/$,��v@���͉o.�2e*�
❏��i�R����u���I`ܦ5�p��ЍL���8�H]�g�7W��M�p���	ѼE?�V|���#���O��	�(��D4��{<�����^P{)|cCY��"�p(��6����H	۹8ߧ�e�����5$yvu�ޒwl�n���3N��՜Mc3g�(����z���D$�"�L�NY=m��K.�5�ն��lիGl�=�-;ge]�.^`y��H��""HR�E����)~?�}�e�p��x����9����33��z+{��\ף�Mu��n�O�^2x�ƚ�Y�א���%�
4���;�zv��Գ�flGFx�Q�Ȭ��<�
�l�:���к�{x�)O�B�����f���L�N/Y��Ξ�>�0 #�wtŢ�5�{>nQ���=��>',U��ũ��i�2��(�&�]���g���Ė#��ON4N�ӺfW�a]��1�fg�>�q�h�R�E.��d�C��蜣��O��
N���Ï�zڟ^;oި�s�H)�C��~P���ȟpS�i�X���>~|WM?����"}IO�����3�|�NJN�1ӱzY���̧DO��o�=`�P{����r��=�~��t�8�׍B>K�s��M��ci�
�.ȉ�l�?f�H���Z2L%?�֥o]F1��@+�bhO�p�����c�H�Ǭ"U �vr��Y'`k�(ȑ��U<:�g�|�4���D�W�4��/A�1&�M{�:d�B#=������4�<�;�XU��:rn�`1s�1�[,]�x��	��(bdh4���wO[�a��fGfb�[[�H�ЗR%��O�=�5��A�[iŸ`I�����O,nh�X��/�b��qc�Ӏ�n	w� �[/�?3�Ժ1�NN*�Z�!l���m����	}���R(|#"��)z���L}�ٵ�9���+��O��;;��{�eǐ��k�.L�m@Z�oE���1�{I�'�N�w�X�ā�A��cd�Y]��
��7����{Dut��wn��,,,d)�" �XP;bGQ��vl�{�����bLl�)FSl1�M�y�HMbL�����.����{x6��ݙ3gΜ9s��i��RL�>p�o�w<�?���Ⱦ��1Juj�����UB)�%��~���z�ہ/�,��L�mp��p���k��8�S����L/k�<5��wAN&��kМՒx�ԛ�b�y���*%��5�|�%a�
*��� %�����������^���\<?mi��j�sMԢ���M%�+6�\üEMԥS/���_z��YQ�]A�DS�<��`װf�6�v
��bp,���3�E��/�_U�'(:��b�m�>`����F|tc쌼 k�':��i�������-����(߱���5O���ռ��S.b�;q�ʈDֿC�����ނ��vޝ�_�-�%#�����G��9{������p�;��nW��?�–>�f�D�k�˼�d��{7�F���-z'A!-ԋ#=�y��5ypLtmሽ��7�ٲsޗ"=�>��dd��m5b���o�#�����4��5�(zޅ���]�fUd�ϖP�ո���@��޽��v]���������ǎD�X��d�z�Vk�I�A<�j2�ļK%���kP/�`tL�rZ&`@��n�{��wy��KcvÆm_�}�L&�]��m�����G}��nw5����E��R5t�/f���Զ��{YQyjָ��]�7H�W����E�L� y�R�ZO8E�x!P#^o@�X��FI�
Y�>)�.n��!l"���aMʉLr����#|<���R�ʘޅ�=�?����20$� ���*5�F��Zf�н�L�BKt�S���y��;��@ޣ�z�F#��TW�hE*��";h�)����w�tE|�|
�}��
�(�0�7��U�ز�
+W4.�	�f*`�����:�ޒ�]��D�Dt.
Ar���:��+�Q�bc�r�V%�*6Fv/�GJ���Ϫ#��-�BY�iG���c҂*ί�]�T:��.}i��{+/���}w����u���ϖ
9�R���գ
���C�/������ySJA
��krN�C�wɣo�/ޟqΟpvA�.�U�m���)�&�s/
���B$�(ĚVI��`Z>94�g%�T�;M�%�)�?���<sN8OQ�y���9�2���iCu����a!!�N��@��D?T�N�i+�l`���z�HJ�G;��I$@�?��y�W�0�I�2��zMb�3���a\;��+��=mGy�J��i['��XQ�R
����!����E]z�rX��}�s�,:kȶl��91k�̂��D�A�9(zx��aU�j�=8�s뙙�L���N��S:�C6����3��H ;20�bl!��&��b�p��Ў������#A�vNyD��l����ζA*�ޞe-�����m����0��E�o������Hq��j��E"���11z:$$0І���HtHR6kbQ�D���G$^0:�b��Rp7��Y$��:��vC�<rÌ�Ň���߲�U���KWi��c,�l�٢����z
|@=�ecae���6u:�y��Ç��oy����#���ك�$�~�s��n���.(�
4�̴ǀ��Q�ln�9�= ��q�d�%�x6<���=.�k�����{p7���`�'�ou�+Z}h�F���e���o�]v��賋��Żk�(@���2�5�I|�r��
e<���Xd�a�����E�N/VЇ�}��ɇ'��P9���്���yPv�m����	Ǧ�#u _=�}���N|+:��]Ev]ki>Z�e��� �� �^2�[Mwe8f�݄��\�rO��@��h�d������yЎ6d:���b�)
+��Q>�������0wn�Qkb���Y�o�JxFe��4����s�(�Q3��|S�u͈�� ���=9�����O=Ͼ���<t��r���c(����俅�C�0��d�55�W�0��B�Fj�͔�v�N�?��5�w�-\�Ʉ��u�ĝ��{��Л�cߖh ��D��86�64�3������K%�*P�e;BXy��{��pw�:|��9��wL��-{�o�q�DF�e�[a������D��LX��i�L���q�lz�G�K�;Ջ<�o���`5�{�HMw���i^�X�����z�NX�3�x�^�_ʝn��w��qz��<"+YAV+ŢI�<����q��煙�|�f�D���s�>s�t��5��pָ�s޻#�ţ�A��Ɵ��Ft���v��l+e�S�j��bae��ʽ��Op�Ū�6)Y^��6��K��oմ�:�PO+�uV�QY�,<j�n�V�Cg�0��O_���~:S�B<FkTNj}F�)�U�<�hTz�GΑe�J���ܘ �Ҁ�%{�4�=�SM�z:����'�'����mK_"�\�����_�O'�L�s�2��6���x�*��-ֹ�PY�h�*�x�'v��]�\Y^^S?0w���K�<����ݯ�ٲh�+}��~mҞ���C6��Y_\_wi�+��=޺p�,�k����퐹7�(�‰G9&1ζ<�Ln0���$GG	��/	6�@Z&U�3����4�����OY�O��oq��J���ob�ݙs�06TQ���LZ/h-4�c��Z����
��eJ�Up���#�Rz\B5��>}�>�
����xmHq�h��B��ԫŸQ�;���E.z[�j���hQ�!���}�S݇C��=R�5�>Mˍ#����eu�K�j$��dͰ6o
��d�;4�}�^�ߝdͬ�!ߝVS�T�}���sB�$:���1�:.��_̭��$���L�Ytq[�ɉ��:
-���Z�
�٪�h��Yy�R���hL*o�&z��VSf���!��;.D��'�%a�v��7D�V�dŒ^�p�����}��U�����\����{O�z���8
�ʤ�����*��7E<�f���{3?�v�5���ܣ;Ƿz�E��{�fR��>*�?�NHt�d�p��ls)FA�%Be'��ߧ����"��%�W>���
��ň���nj_�Q��ʻO�����.i09���f�nEç��t����Nc�.�NjW���_�r|��=wy6!��{r��Y7�%�Nj��B
f3��`fʊ��EMIU������H���Ã��o���}�䩚U�^�'����x��B̾���'�>�u(��o��v��+�S���{���3�p�nD��ZCϓ��s��P��1-��#��v�6�:�-24=�ti�!?�9�������Ϲ0����������_��mr;/%��z�{�|�B��=��c�+��&d���s	�c��*�\�	Y�h�r_��x?Ϸ`ٺĢ�����'d�t�o�o�ۛ��A�V`x�S���N�疮:Y��˟�M��{��
f_֧����=���E<��Å��1�Ӏ�F�C+�A6E�4��z�x��'�Hl���G,m�n���΢y=@P�3�/T�,ޱ�<��K/��10}0����T3>�:F���0*�ӄ<sR\�Eo0X,2�]�	��Y�Y�����,�I������"��>H[+b��N����jó�/��<h^�, xȲ~�_�\�ӎ�.)�-�S�'��6�18�Co��mxWf4������b{fN�b����8A5�s���v���Y��R����G�!9$6Ax�Ţ�8OV��lD-�c�.��{�v�2r���B%x0덉�͞��Éu�a��_N��d�a�k�L��7[�1�{�g1�ԅ��υ
�{D�H�wx\��?~��
�lٹƑ�<�����kHU:�N�+��,c�8%�k�\�#��<�#�.eϧ^���jr��������#��q��Xk鶵 �<����o#�1�,t��8~,�ax�(u2dx��Q(%3�@@�7ɜ�;�n�Sa��a��n��?��2�O�7�T�
�ʡ-�[t~�>;5�3�U�Ԇ�L&��p8�@������ݰ�ӿ����4U��gҰ‰�9V��6���IJ%݋V�]8y��Sk{�ٹ�&[�?�i6�>wtϊ��a�+��⶙��c�=:t��8/�2\"��B9��x�R��H���W������D`����G�{Č��e�;�~
�����!��|
�>�췿	��S���jx$lj�C4��SҌȑT�@����n=�00���z$h�z��xл[�=Y�}6�g!6���hq�=e���ҙ���^7���"��Mc���H���?1��o�T�s�<g� �=���h_=��0��#�dt����I�d��g ��W'hܑ�x��'��e�(mA>.@Oo7�u�fflVmG�$◙6�Zghr��Ţ�T������i���7�
,���`^�O�o����B,�+�� 6�N��1��S���v�Z����R�ϒ��[�����]c2��RYY���b��Ɵ�f�5f[�Hf��K%�_Cm
"�P#��;�����jT�)�b&�'\���U�V�7_+`��$�$ �
-B�����å�g�~.�/To��iø/��uz�7���u����`���o����`m8�ݠ��z�aj�O�\=|��7	�b=:Ds�x^˅Is�`Ѣ�y����&Y��٘ssa�5��A�.X�dcv4���W`��ElX˪�Z�ˆ�T��a��r��Y0u`�!{{޽[�Œ�h��	���%���P|ت���v�N��"�b;V� Y�8Z�g�?˓�o���P'�P�^R�L�-�W�FR
����^j��ž������v���a�7���m�8b��!{	�gu�4�G�zt5�6o�鸞�V3(�ܬě�2ݠ���OGl)�z���z��7J���x��r��-�Z�c	���`ע^]�Y��p��;����`��w����=C}⢡��!M��T�?4z�-�b7��]���܂�
l��G��R���I�/���~J�iG
ut�D��"�^���IȜQ�)}��#�Z�O��r�-|�BF
�?|k~����/�*�Vp[�|a��������3�9^
�-XY���uN�ѐ�q�	¹�X���&uR��=�Q(X�Q�Q�4���Uk|�H�Iv�({Ԛ�g|�c�Guڇw�e��`�Ưg{����t���t!�r�W�>��n�[�tz��~8��p߾����2&z�m��=j�li�� .%W�6_��I�
���:�~	<����9�l=\2u�W��(ZzGA�^}A�������a�b�/���d2�L	1�����+�j�,�X��F�{C�d$�
�pdt7v̜��;�*�U�8G��}~P�*��uA�,�P3k4��{��;Z
[�x�rg?�c*ɇ�]�q�n˄Z�7���c95Z,.o{TN+O\��=-�`�o��?��٢�r��*R���*o?s��-�L�.@5y"�'m��=;zeQ����!aV�}����%��F�����	�X��ם��Q��H�¨��w`�=A�'B�e���ݼ�Y.hC0�k��Z��~��ڔ/�ަ#�Lb��}�|ռ��n�v�Yd�,�vM��#z���7�g��) @kҡS�J�m.Eڼ���(:�͔�^�ְ���.���?���/W͛��),"Ԁo`8�����E,;ķ���:"3�����K���y�o���$�����$��T�v)��."{"�aB�T��H��ҳ����z���u�	[V�18��jj�uF��xʞ�3�l�8������d'
!{�J���Ě�I�t2�����0�>ۦ�+��')Z�T����|f�1��.c�鿙~G�I�ߣ �Gn���Kg�~�&�������ի;�'�+�ɻ�$pP�GoL���{z;	�����N}���4���
�?'��D8�q���q�CB�(R��|���(z���GG���;*��Wv�J���3,
f~��T���W��^o�p�K�;�t�iUT���O]�G�Jg��@?����[��e�A(>O֓��@�c�D��T� T����MM/xLW1h���D%�wT�
D�k`́�p�
~�ܞ����7}�z�ʕ�W%gQ?�,"���s.���7s�h���BI��ni����B=aQc�E�H��0����r��@=ll��ٜ�óл{^���~���R���Rq�+Ϭ
	a��(����i�L|"_>���	����-�G��_�O�����C���Iy��c���QM��Vs�5�;=��%�3��u�8��?蟞�VTf��#�V?7��ܓ��aS=�=��.\KʢE�\��8Z�2�C��@���#��'5������w}=�V}�l�m
2��7=_�����9��o.��h��������q����+΍]^��#L���q�кĺ����*�A����WH�]D�!K,��dHe6Ɖ����Jb�^t�/����{t�R��W���)C�Aܹ�;�k�5�ŝ;i�ҧg���]J;	��d�`���'�+����&�����
yw����ur�ݮL�TUD�5�e��ز��=�Μ\�S��=��nD;nJ�զ׫Y�ܤU�5F-a�R��S��z�D��1B��2���Ѕ~����_\���{K�����6�CUh�������	�a����c�nᛷ�u�^,��M��y(�Jʳ�4�	����D=��
�>
},co�n���s�ކ|����^���b���}�c����d(��>�w��#C��"ڐ�s
H�)�n���CBt:s���ȵZ��:��)\9���5�-Cĵc2A:��t8nº!Q�~�ok;�۽n���n�oF����.���0X7h����3*��V�[�ԑ}ax���!m��Dž�a���菉a8�/����1}a�<�O)�g���	}Fv�ܧ��>��	��¬�r��?�i�4�7|��
��e�F�M���e�Y���)��!�G�ѹ|�)��Mƌ:
�	�'D�s�3An^���r:��4�iEL�#2-�IE������9F�t�[�F8���vK�u�&x��-iN8�}z\�������i�%��_��{G�[��Q��v�
�A�z�D<�+�'>3�qd�4�瓅��	�� |R�W���eF~4|�?tfQ�Ͷ���~]����G4?Es��s�QWR+�A1��P���D� ��E��z���U���0���K
�r�B#�Ó����̠�e|���z���ۭ[G%#z�m����qz5���Y�)0�TkNH�0��$(�iy��3BDd�Y�Z�N���J8���[O��yӷ[�VG,�9>��@�yTQ�U������˧���؁]��ٲx�}Ɨ�0�ѫ��`ʔ4W��*n>'��!����ʬ�o�ӓKӶg|&ϛ
����uA���rܴ��'�.��K�qz���2Z
+�|������T9�&/�M�o��-7W�[Y�~݋��"HM���_���F?�a�ϵ6�L]@�9�"f��ڏ��a��;�ڪcw��"1i��ks���5hQaѪ�&o<4uF�3=;���1��}����,׀�\%���e/�&�未�7���-1,5����s&�u���w~WDtl��1�x~)q=F*"�v��"*�S��c�^�4�@�'c^�糔�-���g�0���0�2��\[@�v�H�$�XW�D[o�eg�+����[���(
��|�Qp���D��	�[���S��K��@��(��-��PH�M&6P%�h����Ä�#���!A=��B��~��eޏ����XC�)�On�����^)\:l��B�a�ʊ��Rn�T7i�SSV���hOn�
YRޣ��X��-����	�I6x>�6=mM��J�`
�I�5}��{�%�mL�*m�ϝn,ϫ�.��+�6-?�ר|U �m.e+�`ܿ����A&mf�ɵH��<�ǝv4k	�
6��0
��	+�F��n]Y4��P(��e�����e�~���&-(�fg�rΧ�*:���ְH<]d+�c��K�ِ���B���??�TT���9�\�SZrcb��l�6��D�;�<�$y��n��/�ۂ��EU�CH�CCv������������"��� pi#��Ȋ��t��̊�G�����u�+SDY?m����{�ܝ��휹�f�V�?�����_�.��Y�67��m0W?�]ſ��S˳�,,��U:�Ğ�|��|��d�5ΎvD�##*X�i��Ut!t��]w�_�ۖ��7D�'�A���,$�)}���h�-���<SںS����w��K�⌴��W����OWk;�jꐚTh�����aCq���P��K���ӳ�3��֫ �RpNbbN�e��-�Y�t�ጳ��r�䊋�����b�گV9ٟؓH��<TcTDX�Io�y�Zŷj����+H���!h&�	���,���ظ8EU*;�4��U�����ߩ���2ϝ�^��jͯ���m3��j�����H�֎��v�]ku���[W��s�9ZEE�Z���=t�s|RRB��6_
��v��.9���}��GQ*�K�9��Txzd<�#_g�8��n�3�SQQAǎq
�,��c��d�T������G	�3�t"´��a� ���:���>���|�1s�~+�x`j���t���_�vs9mۄ�;��wE��W��:��2����}c��v��3���Y#~I�ʙ�oB�ɝs�b����>�����7|�u��;����:
N�D%G�p$D�n�v�g�L�-$1�{~�a���6���@}�23�HhJǥo֝�.Mp������{��ͥSB�$fV^��~�psR�?��iM��CY,e@<����T��2O��n�s:)�,�-�T�/*j�>N�c���-�S��`WK�;�t0$���É��ɹ�A��[�Ix���т[Ծ�0�g�6���<��a���ܩ�V4���[๹��6�oB���	QG浩H�ṅ�}���8�U���][��]��/wxf���'tk��*1d#�j1g��ɑ�""2s\����|�x�G�/�.�~���+嫆�J�q���S�gf��F���=�‹�s{���@z���d.��#�~F��/�����K���u�>�Si�f�1���]E�c�BgQx�2�;Y�cB��H"Y$�c��Cz�x~���jsG�w����{O���>�<�rWSފrw]su�3�k5��I��n-:L�]s�$�PkVyL��m�E�w1�mI�#�� ���F$ޝuqi�����A����;�â��ϸ���[�רϱM��dN����S�ZIQ������p�(�r�29�b6N?‹��Ah��t��}{~
~W으�~p�A��i�K� ���C`����ȹ�����=�e��/(��{���b�h�/���5�)�iI���*�*)=ٜ����=��*3-*5�ُ���/��a��z�NI��H1z��F��0Y‘���R�n�Z'%��a�^�m������A�c
����(z����3_�֪������q�"x���IB{[wm���sd��Uȝ�/m�l�M���꼡��l�V�-]�H0q[h� a����x�a]օ;�34O�]��f2jm���J)9/�^��R�Z��2�B��JM��ԝ�}�6|XuetENB�Q�N�T��d���7���9����wM�i/kHo�<�*+���Kd�c���-�%n�תϲ�->NA��V˺ɺ�G�/r#F67Ĝ�_5�O��޶1Jz�?jl��ame�Qc��ǟ�s��J�!���+��}@)�w6�JF�L{�+�u�2(?��#��FE���ʺ�y
Xq���X!2\(�ɉ�(��[�oПd.��ƭ+�G\��L~J������Mj�t0�8ޓQ�y?,�Z'M���*���s�9FI��nS~Ҹ�Ɣ�����1�a�-��)i�_�#L1�%*Mt�����Y��n���Ts��j�mv���LN�!�0j�3�[:�
��0��p���:&1p0�o1�����c���wʦ��Bd9C��ez�QE{�MO�
��W"�QŽ>�H����Z������{�K^�*�&x�s�gH�7P�&m;U*�H1tl�D�'��81��6�Io���]�f�5ؼ;d��l;�k�1�6���?8�;�GQf4��&���-2�\�N�F����CzC�baz����#�y��DD∦�X9�#�~]�]��T!�F���:,�SkF;q�'��c�~�ý��A%�ƌ�ѓ�J���O��$��f���e5F�c!>T��#��
7����+�,	��@|k�����O��u�{;}��ǿ>�;l�w�4ނ�¥��fky����u:��Z|*�jq�B�e(����w[A)|���9��!�o�~�M��xo��� �%��6|�?!��A<С�qf^0��X�z�l���*��0!�U
e�?�#D5�%��0������teZ���k�T��3/�:w�}p��ulq�?9&a��c�wꍼ�C�S��_p�oC;����>�h�,Q�H,�R*��g��
2���(5����ĸ8��
F�ՌN�J�t�暖�P�ҿ��A/Q�����K�ӟ���Ϯ���E����u�^ﮣꦆ
:%�vO�whg.�l�kJ����vO%�&�o��WۮT3/�l��y�?��ܘ����D��B�6��)��51T�ݰ�ޱ���mHc�5�*�v��VJߓ�;��Ǭ��zZŭ���!l����m�$�<4O�b%�����O�H��1г��`'~�:�)T�w=�z��DV��-{�M�#4�E��Bȁ^��ݍٲ���i�\<
>��8{�K �sayZd�(�VO{8��dwsd���p��p~v�k�+���I���uy�~~����˞K�s����0�����ǖ,W��o8z�e֠�A9S����Y�v@�t�zm��`��p�p�Ǭ�J	����bpZ@����Ȓ�=�,��Ἆ3���LY��dP^h=�ȷ�lv���
ӂC����p�e��H�.�hX-[D�zb�,*�u����G��h�,@����43)f�q9[�����z���?K���D)�;��~��6JyO��P
3����h�*��Ѐ�Q��4�W`��k�J�����gӟ���'�6	�U�ad�)���l�?�cq\/��_��C|�*KHܻ#O/�R��O�2��e�U�$b��}\��II�?�_��R�|qu�y���c�*�C+£F[��q�R�b�����ʂ�$p��Gd#fѐ��4�eAW�� ��$�Wi
h P�!�S�Z�$�+
�s�����̡'��V��*�	V����QhxF��R)j��U�G��=D5�ҳ�A�!��C�kR�H0��9�8��<-��-sC�)G�<�h�M�Rd���W�4�h9@�H,�	��,ʣ��L�D�	�z��%7D�9�%/m��hf��n��J�aH;w��{�S�䈃���8�mFc:�Ƥ�qǬ
0�#)2�8�a�8�p����c�h�i:[05{纴�p\����Zf�%��]�?��Ƚ�0����o ��^��2;���d]�$�	�[��j��)B�
��)�_��sE�y+��o=6qyK�yB�i�n��7�ę��慶��K��Ÿ����|�gx-��8V[qR^�B�����s8�S�˛r7G}J��C�ks�Y��=� ���
VL�/Ɩ�Q�Ϥ61�����<�Ȥ����޿�4����3�Dg,��C^Lt,퉌��̓JvKWb��?me��w���m���ñ�e/yF.�o7�c����:�=00vx�=�38)k��/=�pt���?���M>0��D��*�@#حdo#qdN**���w�{��cTk��)�ǽ���58;d��3��)��:�&�fɖ�,��z��k�,7^���8��A�b>Jm�Q�g�:�CuùA��Qv��*)ɬ�taY�L���E�9CH<�K�o�T
���̧$@����Қ��+��^\�RSfl�\���{A�����]B?/��V�:z�q�����N���+{W�MDa��M���.:�4�>��M�*�Z��\͹S�����}�\��5��뺛^�7�e3��Q{jJ�A���s|�v�L���[�ǣ�^eq<�B��[R�X�%$�<a��[�xѢB�o�"��pi�Ģq�P!9ɉ	�?�����jJ��rk�<�m�u#���5��!%$�M��sl��ىc��aF�̗�����6�YE�n��pZ���ʔ�}dt��);�w�9{��\)���\:�z@��юްc|��}�G-��#A��ArdIMq���)R]��@ꈓ=~%��V�za$F^βȪVP���ļ�ڦ^y��N���/�j�7�ƊP	p&sW����8��c�Q��
%�4�5�.���gw�f��׆mf��'����&�+ч�yZZ�`���=@�y$[)��|�nn@����n%�T��MK�	�e{y�v���H�7��^&縨<�
).5�hi���=J���	��^'�s–w��ΰA��A9��l ����2K�������-�aƑt@�`�:��77#V␞,��#��t��خ���o�߀0ؓj���V$�\�!<��7A��h���uWv�ޮt��Kd�&{Ux�m�
�V�݊�i��"�$
28�`a���p5:��
��f�!�������~�1���~'�_AȞ�G����,��;�O����ۋ��p���@�@W�d7�
��t(~�֡��.�7�{�쪑�(|��7�rG:oj�'���^p��>I��xa䙻MƁ�K͡f��Pzp7�O2#ij�#�s�9�;�<��?�$#�>����B��Ѽ|�h��-F#��x�=@�z���C&���dn�^��~���iL?��ǒ���r�-8/�H:�qgJ������~q�d��%�7R���o#e�c�Ӄ)w^��j5��&���q�r���N�xy%KN�d��������(<�_
��¼����'N��A1*�H��v��2��<:�>.�
Fc���f��lF��P��j5�IU�	����bv��q�G���m���4G_�;����Qi$��C{+���hp����I+�CoG�0&���W7hC��]�^�qQE����z��&{��`�VO{OЁ4��2)�\�-/!�`HS=��b�T������d+�SJ��G��}��; k
ɠQ�hB.��� 	��+��M�f��A���c�l�������yX���)��eސ�e�:|km���<��w�%x�����I|��x}�'��C������^�[��=��7�>nm����(�E%c�CC��x3�_�Syb�O����kM����B�
����I^{hK�3{��1��u�e���*թ�F�֬V�Ș����f��C��ľ�̟iHVS�:$>e��ʓ�V��-&<�c	��tt�2911��A�f�s=Q�u������w���?�=X��c�����㮟�'��+�>:[k�J�qx��&��A�X��gT����D64�N�TqV2�n�u��pO��iA���O�??ʟ�e.򛗢�?��f��Խ�Ο�O]m��Wpm�D<�J&`}"஀�B�O�:�$���)b��L�,,��{X�oJ���ƹ\�pF��G�3�tD������B�
��}J�j�O'+�ly��rq�ܹ%%s�[��:98kl�����>��ˊ����z�[�ħ����ש��?ffx2�]rVQ�<[�C�L���{�+��|Z'����'�|v�]<���cRG�L/�kRJy�ݻ�0��5�.(�g[�1���5�`�V�Ë������
�gI}�Y8�4�I�AAq0�a���۱��L�������l� �ذ@��bT�<t��yJ�IԸ��������Ϣ_�5���˰NOtj�N{/�m�#�V��󲶋>��W$����h"%��\���W�VJe��\��_[Ѿ݂�=�w�/�
oo�����^�+��UA	".��U���w�
Y�~�L_���)W�x�Sj����ކ�z�C[ݵ��C�yԱ�8%yD�Hg��Z&Shqqz���ȵ��+,�)͵����� ��_E?	��f?��G2]�����Պ:J�h�n�?"L"�<���֢����Gw�h���JE�����%���t�cd��rq��O��?���j��xjG��H4�O�il�qL�|�?�]{B���>��y�p�H�#����#)
i�`�(�*�c0���fJ�ő�>��8�I��e��(�^1��\��,��6�>P
��'�0�R��.��؉S�D4~��v�`�2Q㧎�7����w�D�ɬ�3+�@�U�:�8��>�(2���8���z�䒅�$���O�0�1����=�D�"{��kQ���I�]��g�"5(Zԗ��.�CUSH�fL�"v�`��\�"!�W��.՗+�S$4.��ÿB�7���d9�q"��B}_?\L!7Jʵe~Wu�}4��o5���"��`��E�Q�����Z�D\��fH���ƽ��u�u��>T/�{��m��6Y1��1�g�*o��+�ah�c�[�#�`���/��?m�9����W�-ym��/)�D4�@�+E�ļ��y�,�m�dB����{�����[���l��M@U�4Җ+�e
b�������غ�U��󹌴������סu|��
i�/��#���,���|�V7q�@HH������G�������~�y�p+����a<�����f~>h؏��v���:pȻ�;}f+>�\��':����ɥ%�ӟ;�!:⡉�������P{0�#Hi�=z��G�͘��Q��s|�Y����Q���[;�=�f
xλ�-�
�5��]��:WԻ.w��/)z��� 7װp�@8)�Z�Ù$y��v��'��I ���/OV����ë���#sF��s����U=�"+��Lb��:O�z����i1�$����^B[�V\�F�H[�Nk�kB���P_9H�=Q+���/�=ܗ^�{�__��5yH[Y��mLҖV|n%�(��`�Q仉�M��ynH~2�+<Hx��@�&�j�'���c!�ۥo17B[w�\g��E����Fhk���᠀�����|5��s�d�Q�T��M���;"mH{����l�3�@[E�2��k��l2Z�
��M��:F���]�`�_��w�?���q���/!�
�LAkR�>O��|��)0���<�l��͘O���d,�N�����1Ax��k��dX�c%�seĿLS�
����;�a�F��X���Z�Q��)v-�߾�Z"b	p���ƴ��Dk�ƍ�����ٓa�N��\eq�.'q$D��J��- �6΢6��z
�50�p@`@��w�-!|����K�����9�SCf?�=:�f�:X��u�m9i�~	OU�)�D_i	���-"�G���0]�D��GG�2�Y�>��q�5!��'xQ�eO�gRKwj��)�����,E(�zZ��{8ZBAų%���/͏�fH��}��R�;�(�'��|�)�˽��ރW�k։���P�h���d�ҳ��z�2dI�12z�6;�����W�����P��\�C�mO�H<vfLS�P���X���R4c-
֎#<_�����(���{� �>��r����0yw�g��>��)t��;�
�'yT���)�..#��N���l��$�6�zX���'ƨ�RA�x!P@�|�Տ�o��S !
���`İ!���qI���z�����ټ�f��֣�L��᳃��L/B�+���zU^Z5�@mݽ�V����S+�	����y�\�T|�5��8\�P��*���P�/�D����Z�B��EJ��k\��W�W?c3�N1�n��ݕ���#��u�6տ�cF�P5�j�3c�ܵ����0u��i���2r�dW��V%���Y(�J�5=�����_>v<��p��F�X�]��	B�<::�e��6�'���8f�
�x�D�4�AӺMO>�|Ү����-�jp��+U&�M�u�3�t]4��P���kOpW����P����a���
��G`������np��d�c
����N^�V!�㵀�6�J��$JO�  �Rn�}3��p�&O�o��2q���Yۻp�;��wV��5!�f
�nZ�t��I%{�u�rO�3���9v�,/���6���_\�=7��"�cpd�\f�Y��V��;n�o<�x\(��'�ر���W�|�ޭ�Ӫ�O�xy��ҕ�,����E��'Ce�'ֿ��F�?{`;��!c��	7�t�3��($���0(ѥ0(�)�?�E7�X�)�k��I����;,�s�CӦ�8ҽK�MvT��a#�ؔ�v���
�i�-g�FF��Mwe�H�>�<��D{��
��<��H�O��h�G�b�!���1���u�'��r��l��ߘ=(C�b�H�YU1i� �ݏ�aj:lٱ}���E籟L�u���Op�%H/�`:e2���{6��ѨZ��ҧӟ�1�W�Z�SV���Ĺ?<�9{�5��^�)IC6��#��F�A �0~������l�=f����*}D?I��|j�Ç����9�{߿O�"6]=DZ��M ��	E�>��ލ�65�		�=!J�)r�'�9�z�!�k���lCp��bĠ�;���>l�ĶP'�zc��M�%����!��F
���XⲄ��DY����e>�kW�wDo���.ә�Y����o�k�]�W�<�O��vT=��wpc���#N���=�g$���^����?S-`Z�7��"y���'T���G�H��8�}tRv�[���ek����=:�=5h����&.˅�q=j�o鹈jz�`�%G�Izb��:�v�OpfA93�-J�	�����S��	Ґ��=�����rݛ!Z��718*��j�s����"��Խ�Ё�AJ�>���bY��Ƿ4ҙ�A��T�����nO�Ɩ��~?zĤ��*:��p��&4�{5ƥ�T`��#�v2��
�a!iw��a�:O��H $�5/l*����{]�q����{���-���*�k��ӕO��}����t"=��Q��N�5s�5��+f�ku�Λe�~농=8�j��J�5)��_��As�L��i�1�',P��ܺ��o��*�
�����/ط��l���V!��P�Uc�/,~v��p��<L����p��:'9��#���;�T��3͟��z��m�86kc�d��Mg��*m:Dpt�/�q�jV�;�/�_{��{&�劊v�����uE��E�ba�+:>>�E�$n�4ش�mA�8��F�e@rz:����,�J��K'6_7��'���{��{oG��DE��RM]]QQ����\���0!2&&�+��b]��8�+�������Ġđߣ��8��@�G�`0�<��`�J��bAS;��]ƥ;��"�s�-��UE�F��Czl�OF�{��r��d�٨:uh���Iw�Z�f��=��^�<��D���~W**��y�`Aө&@uk�G))�I���Ki%k��j!6��0.:�ܩ7�6)�/���2D�� 2�����*<YQqq��FL��XWL,ns�i�i
�4j{����ڑ��q��:�����}��O4����
i/bb��M�I��VԹ��h�'�9G<A|Ly�����pu�i�3��x��q֣4=I+��p�:�17��Ƈ!�Or�B&�G%芉��斺b��?�R=�����Y�.W$Z�\ ��5���}���i��;˙@�]Z��S��[2��|r�8�Rl,D+��o�Sd�GG�o��i��T�9�q��ID)�֖
�.��]�R��#^c>�GL#��VC�t������N����b����4�v�p�%���7ݕ�����)�n-y���:�[>����8u���wË<M�/��O��/�Ǐ��s�c(�]��w��J�*T�R�O�P��8g�z�W�~�Y!0A�y�~�*$$xP�`�~�Q�c	�)J�˃s
Fp�uE︤�F�3�Q��+���nS�K̰���1�!�"���pd��
]�'���T]Ν�ЧE�*�
��ƨ�m�����Ε���h�������)׿D_9
��r�ɜ�ޥo���K���M��_�����$L��[keB�w�;++W�̕)\������g��I��j��� {��N�\��VE1=S+�M�̈=�0��xTr�2Y��ت<�L�*��gX��Ɯ�"
-�$1>�_��DO�N��r48*ODAL#�pH��yz�Eo�
�`�h���J)	�ѝ?lL�Ȯn<(�o,D�F�0Di��d�Z�)A:�%
��4���hxx�g����1�Ӈ�R���,ɚ�5'��U�i���L1J/Wh�/���Y�CJ�%
i׸�14�W���Q�f�
�ׇ�r��g�"��=c��g�1��l4%�a��s�0t���#�f�a�r�:��1f��������Ζb�	H��G��$�Nrq/������aK���L��s�@K�+�*�cY���,���r��AO3V�r�p����g�4�7cأj=�%��Wp9h1��'dO�pr|'ç.IO�[�����aTx����3D�s���3���""��Uŭ�ma!��{}����]��Rv|�;9���5��S8�e�
��۶�G�8pQ\���l;��9a)͋��!�i/D�l��M�2��;�%�?
M�\4�pJ���R+H,>�q�Ȃ��[�^�qY:�J,uw	�w�O�Q}.+4�M�k�sӂt2��q��T��2Cۻ�
i��I��okJw&�W�_W���Iz�
E�>F	�K
�;��)v���6�<<$A`����[�3;_k���D'�m3�g��56{p���-&��-�^��5<�x��4w�Fò��
%Bp���y�o�S���y.2*n�AH���3NjR]��&���
��'��҇N��a�m��Q�
���&�\�X{:ɵ��K�,��(q���8`n_~���]y靭z�WG�!!��hk~|��\,ތ\d,�t
j�8�%���b���qǢ1T������q�[T�2�hHJ
��hš��?R-�m��v	I�$�5;-�Sٛ��R�����T�h�G����eFbh�>4jk�%�O�nO�e6E#�95I��k@T�pS[����h�mP�/ў�1ΐĠ�@kfh#�b�C�"�o��䂲�2NJU��e�&P�&��Urr��r���g�R[T*��V����d�Fr�#̈́�X��3����'�k|�҂ѠN�4��	�������D:S4Z�J#S��8 ��Wh���W�Р�α���Ӫ#ҰT"]3���b-�n�
QI�W��"Du��!��X��ʅw�C��-3QL􄕕�j"m!�̊�c����j78�nG��m���Q�m���>�q�]:�b�G�\�w<1��ȒV��5^�FFEM�V���~O�WmI�}5�U����������s۲l�m,e)˲,}��������Z�aY;�`%j{��k4F�%�XR���}i��tc�g���f��eQ��?
�=;�̙3gΜ�{ʊ�=�XBBI���'>�����G?ǫ�F8/~(>BHF�f	9+l��6�&c��Pc����_O@����Ö֒�Œ��"CZx%w���/��.�_�2#?;�̰�S��=yų�^��*�w ͐��p�>��(h4�:ϥ�ܹDN�
��mv�)�F��~y3B��Q&�)�_�%Ŝ�/%�Đ���veFBM��{��|RztT��>94-��	�e�ln�+9 �;�?�ܔ[qi��x=2��=
�[��"�3 ��&&��O�hw3Hvn/���F��C���~��b��7��7F�Z����
+d��4������#�#���
9e���.3�RgO�	o�2OS3b�9�)�4�:�	ʧg��F�a|zΘ�@��i��(qa��C�rL��Yޜ�����!Z�/?v�;/1|��ZhCHHw
�T����a��O��������Y�Y�'?��1V6{,��նlL2e�}zZ���\%�ǟ��<|	)3��GQ�
g�
�ʵ蕝��PNsE45�E�W�� ?-����k_Z��Ɍ��V#�e�j�U��C��"v@Q��4<z@(�v��I��iB���yI��9��j�nY���Հ�%L��Z�O�X��왞��/��|=DJ�����3~[u@հR��F�iߚڠ��!|�a�7臭�a����w��kw����꾱o6T�5�=����E��s�|�e��1�p�z�/B�I���Ŗ"?���g����@�	Uj%� ��G��-�0��Ø���A������Ûm_e$6�E����X��[�S��9o��y']O�d���j�50R{�$&,fQh�vw���ɗ����t�%S��^4p^dL�1�q�>�u��*�S��X��7r�5|�;Q�+fH�A�<@9D��l`��l��
+
wfOaC����|�L�㈺�b}i�B�9�C*}ƣj0�;ɒ/xJYY�6�"�X���E�;�ۓ${�٣����ȣ�����E`���/�k�?�_C�{?G�fhb�vl8:��Nrիdw�zԉ|�~�
��,��$"�o� �������u0�`�O�۟��x�{�������xt���M^���&�y<^��t�7]��k����qa��o�
�bM�r�;	�����-"���L:�	�	B-��n��(],>f�+�Ȅ:�Y>|E���0�
זr��j����3U����\���V��VL*����V7 ��Ꞛ�W:��K.��ŚW̞>� �'�����J�{	������4Ə���W.�����y��/z���A�'�>Q���)���y�[-�{.<1$�#;E��y�p=�v�p�E���v	��v��K;|�}���^|w�|���(u�Gs���kf��ݣ��<�8���x|~�DZ��x�}�yò��������Ŀ��v�4�x
���4L�����C���x
t�<H'{�E��>!��q����
G�|C]���Oĺ�9�S��o�M0�?�S;��}��𼴹楁��B�F�s�_5��k^PE:</��>�H�r�5�y����܎�$b?g��6^�Q�|�S�>�[�5�`�wq�F�~1�:'�B���%�����L��Ñ�Q�>��u�"���P�}t,�u��R��Y�c�"�>��jLW/���9<o$�%��5c/>��m���!�&�%��|~}�!�Z�z/�9�*�~|T^�Q�:>+�S>�/��R��i_x_|h��z���;}UX���|��Ʉ�^��z��Z
��,'q�P�����b�f�6
,'�m�11ٻ����X>�x9�� �)��ૅ��v�����%�X�ky��������;�a:�yW`�v`:ky��.�/��=���.,�ّ����F�÷��v}��~|w�������L[/���e�������r���t
�����zDž�����~|�\�z\�L��rX#ȡ�>S_|hް&	��&^�`,�����a� �_
2�뷌���nǾ������Y��/3
ׄ*�F��m9���)�b<�������$�<7�x��m�����N<P�>�m���9�P��ɾҟ<�c�a<��x�vv;������^�i�=�Y�^������c��~4��s�FWCx��:�Ґ��W�0�!x�~n��(#mx}�	��(�����0�
<^��`��$���{<��K
�<įO�xn:�q5�q��Չ��G�'�<uN<p�1=	���X,���O�;8���y,�e�s^X@����y�Oo~��r�1^�z��3��m�|�So��.�yF0��J�:��YL�+�_]��t�yr�M�@�[���6�p��~1�:'ȓNL���x�����x��qCm?�*�+�&"	eq�����;6�j��$N;z��*	��%j�Hx:"�*�I$��B��]�b��ס�����w[B>a��GK6����T�U���nM��
0�fdӟ��(�D����o�(���������� �u�\r���A�����=�����Wh�d��؇��K��o�gD��8 Y;�s��-�oy�Q�
�p��V,B��S��|��|�?�.ly�_A��Pb[ʊ+S��TE�%�y����J*�.rV��e�$�g�>g@��Fy��A:�$|zoi�%�؝~�����-��	ӽT‰s�@�����q�i"���\*�y�#ԇ��J9s��ȱ�ҽ{K|=K���V�S��
��/><��9Q��fp�B��z�rez~��W��2eZ~(s
�5^�K�>|P@*U0]�>�>x ~��'(��iuD��r��yP�V$���ؑ�yCeb��w�ڋ[Y5�'$�yzRavK�jTTL2CY(#��;h�>�{	�%~o��W�z����
���@�oķ�[6Yb�`)�Z-WP�/��`��SӭT�Q��!U�FcԒ@-w(������C"�E��7u�bС{3��wp��?����d�<�<���~C�J+��w�M-*����
���?�nOKk�ґ�>�h��K�w8�jW�
�ר����%"�7��[�w$�0"�(#b�ZkRa�������J����5{_N̍ND�l����8�.|��K?9)�@�w�
�۵w��On��/;�_^?+�����T��]�vp��Vr���Oؾg���֭kWo߾z�֓k֭]�n�ڵ+�2'�o]���O8���� �=����#z'��~����t�;�"�
��vԿp;\}"��>!
�Rm�hg��;j��������9��H�S7�g)�d���8�"Њ�#p7@�n;��6p��]
�zw��|>u�zVLbp�����7�
�ʟ��q���4s���%��n>�2<�	Ri�#D�b8nrY��r�)�#�H*�|����sRb���E�Z�N���gr���Y�={�?������
����n����?}z��=�ׯ[�z��5���!?b_�:e����-_j����V�͠1�tZ�]ǣW�G�/qЌ=��]�(�T�&Zt��<2�~���1	-�_B��P��!�<D[�:��Ų*�l2��{�7�HH��>�yϤ"�p����a�'�;\�">����-�M%�{~�i�}l���;�����
�G$8��G���{�C�Y%�R����g����'�ݻ׻By�{��;*���\�*���	�4?��W5{u�ʖ��C�F�N,6�&�U��{��Ҳ�A�Y�_^1���#O�����3Cbj�k�����	��9�(_'��$�k>l
m���qyd;w��xC�]�|��(��?�?�V��_��1z��ah�t���kx��takA%T�B#2����I���9�js�Z����,�$&��HKDj`qqiqE!���ߒd�f?�<�|��0�ƶ:�V�V��cj�h��Q��TCr~~rb�t�D%dk}�,Q)X�Lp.�@Y$���T�	���?|�6wb������ ���yh��g	.��4N��ˆFW�[sx����$�Ĥ/d�5��ґg��z���Ҋ���ֵ��\5h@�Ap6��0���_��LyR�򂣜�!�H�R[4
�vmѵkd�f}�լ��q�7��}C3�.z[���=�j��Κ�ݬYx��w�n6���=F5�+h�Q�ZX8-J�!�P߰����qS}e��l��[7q��ZA���*�yH��5\�IdHQ��F%X�8bKs}C��z�<�}�6
7o����-�F���пj�2<�
�XN�ވx��8�7��3�8_�?���x�ͳ|<s�_�wq�`cŀYS�����Il+Dr_�/�3�"
�u���͹?H
9R)"�`���C�5,����M�P���)`���qߣ.X	w�<��Q��`q�7������	�}�[�%@�N�>�U.�	>{Ӽ�+v��`�A�ٳU�=Bv�B�Zl7
�&�C<���Va�z����$�!�C��k�0�B�ѡ�'��ͯy��>�U��Rj+����?y�Gc��b�&L��)�Ij����%�[���f$��C9O����$���K*�`����|�wXN|[{ಃ���tͿ��pK@X�/���s��}�{��o�'0()3�y�nC�_�Ѫ�(�!Р	��`�r߹8l�f�3!�C䭷&����	 �eN�fk��U���z$�>yU1U���s�����򊉣�����R�����Ey�\s�B�/A�O^�&̜D�^����};�iȻ��%VoOq` �R��@C�C��n�:QH�����R�����N��k뎮A��<(f�<�(�5����U3h���GӍ�L_�7���icǪ���8a?WV���D�'2B�	e�};<��xF���w�τPO�-DED��<^�oY�^�P\XP�i^���%13'�4��`��U�۵��F��0?KQ��~��*�� ���Ob1>S9����h}@_!�˽��t�J��+�k��)b4t�e��WŌ�h��t�JJ���O�as������N�[��
<�q�t��x{�21N~L�)�Dǔ��L�@v�7�ݻ�<�2����.�FZ}�����!�r�{(s	�5ƪ���PeP��^�����'��{�����Ht�����|9���6���<o;YZ^���aX�uŸy!�D�n��z��2s).�D�q��5�l�m��{���tj�5:לk����'v�٭!�X�O�Qb����F���i��b�\J�$N �����1�F[1�|��@�az��~f�w@K82^ۑ�H��ڷw��ݻ�LSEPȸ�ڎ��O�0'�{����2�g��7�G��|}?����[��7�{2X:���G�<�����H�x{��~��yx(�����wQX:���u�M!."�G��
�2���Rv���5r�9���]��O�ss���gȊ�������i+X=�:ד��z�p_�*�3��">�wU��_�;S�����<^#RP&cK|����7J#��"t�M�>�m!���8���y�%���8@��ݐl䐔��#U5��N��^�b�����n�0�rmN�ڦ]�m��
Hr�z�-���b�OGE�� 3�q�6�z�84�.���=�U�dþ_41��+�`�q9)(�9^g��(m�T𔏙oN�Y�?�#�3&T�SwAA���z}��rT�]���*�:�~�sG7,;ͅ��T��)����Z��1)bb"�7�
�>:��ʟ��m?p�́gNl�1}�8�
<ڹ�X���VO�:I�\��rT�I�ש��%B�*oY�B�z��E����$����/ȃ؞
�ZE��d �¯��F;�maK����.�)!�!�t��Ǟ}vA���~�7�l�u`X��ŧd�-�@/����O�]���q*�g��rnQʫ��p�}��j	#���d����52���[H{A�kF������l�Ӱ�L`$�?ՀP�v�ω{E��h1������bu���>�_5����j��XZ2hPYd�FˊUi�WwK�ɩk֤��v���S���n;����&N��M���俙��E��f��
�M��{Iđ"�\N:M�9xΌ��7�Q
3���ނ%t��a���3�~$|pgBe0�̐矿��4��޸�=(�~'gVX�̌�չ�);��Ą��S��򺢡�]�
�=�{��nk�A�w������O9U��O�M�M��:�O=Zk��K+K)���cՓ7��p�Ԅ�����R�x�_�$}I���v���cDE��P��� ��dI�o�K��F�Nus��Z�
&�L�`��S>ԕ$�I6c��8>�W����G�B��Ĭ�]��I�J�;ޣR+'U
!T��s��m/4l��hϫ1�F���8~��O�o?z�ٰ�k�}�<o��n��|�����rr�DT�q�c7�o��j�4�;�~�������M&S�*Q�9�}Y�.(>��P8r]>����`|
=^���^��^ʙ�݌xP�z�w�4P�k�ݓ�����P��+.۾/��w��3�`MN٘c+�r�2�'..wCJ}������"�Wğw/������*҄Ͼ��yy0�y� ��$j�&T�))9���^�GQY2[�	�A
	��@ϸ4,0|?;�s��@�.w�XUEU��s���Ź���nh�6nle���ڜ5-K�֖
o:Be�[�)5��l�~��`�p�ʝ{�!یQ���%�����iq�ǔ��z�&U�^ť��q�!j7�X�B�x���EuP#���2U9	�J��Ԩȗ`������v�`�=?�['�ۥ���5��/<j�U#����jB�]�U�I*
1Pů�|��f����ߩ�(X\.�Ϭ:C�_�r��3N��d�C���pCȻ
(��{W�r/ڄ�
ept�j�P���&fi��K���+</�ho?Ȓ��1�w�i�ឡv���߶��yx�����g�fe�e�i�Kɏ�ϱ�Xu�cC�iёD��J�m�`�W��ɤ�f���P�y�D��pUF�E���u��M m�C�q��n��k���ҵ���?>�l~8�meY�Ōn���YV8�`z]��rsi��7�tp��ʴiϏ/;r`���L�0i�ڒ�菵�*��k�
�<t����|�.�����K�9��$ùC7�,4h�W�w��ZN��o��qa�5w&����	������0x΢D"��I@g^3��ߓT�b�R㣚��	zL�礟�j6���By?�=��Kg9�N����D�O�9v��$���Tcڍ����س�v�Z=I�!)�%Tp��Ў�'=7@����u$|�<f�''��?�l��n�=N�L"�K�ț�dU)���
MG���a������-N/k�*I�	���n���_�X
0�ˇ�m�fm��h��5s3��/;`/�m�.4�<��̫)Hm���QPM�3tC]�ᭃֶ_;dĸcN<^[�T��T9�pĀ��5����BYTQ���O�9t� ,�'�Jkj�P�}`��"Ȏ	1�������s�Z!�(Q��c<=Y.��*U�k3��Q<M`&�@�)M�HȻו"�#�G��N`���4YpI���xz��1�*Рe-|P��9k���P&��~�_w���8���FrP���RF^���ϟ�+|��Ϗ"Z�,'22x~�zou� ��}�^8\�-�� <�0�e���P$ic����z+F�W��$�\6��.p9f���!� �c��|�q�p��0V�-(9AVo�Z��ch�������C~�*����!�@�"�n�M(	��Q@��fR����s�F�*zȒ�y��lCX�VvGWO��i�O*(׉E/J�J6�o�|E{���ub�KR
��85��)	��$�h���`��#��L�����
���Ά%��T9�?�e��%p��UC/�y7��/�|�}ɦ'�k��~+�2'�\�]2�K�U�h���95S8n�F�~.�kF�(��/���
��ߍ:������S��0t^g��É2�Ϋ���������s��{�I.��ǃ����}�C�(|�c/X�2��Y���I �
���}7�62W��YhG<�����D^�����K�;|nmo0^���:��'�Et���3?"87��3r��6��q�.�uҋ;��b�!�;��lb�!�{.�p!��e.�C�����q��u�� �%�39xޯ���~��k1��<;��{��p���:g�
�T���8X�M�7b�c
��1\�ۄ�߅~�b���
�c��|l!���O�p!V��
�2��4�'��?��|���b�Na�\�pNh���?���!���
�B��xفp!>��]"��/8/���e�s�8e�v��C�pD癟����S����F��V��H�g�\xf,"��Fb21�X@��;�R����IU����d�(�5=��뺓��Ơ1&�#+<�j,=zE���A��ǀӚZ���-����3�a�����
\
-�i��P�^���j���6�o���|��_l���=(��o@N�j��]�=�'��,���2��r���ݝ臛�WPd���OO������ܼ��(sfi�1<	4ćx���	�&�/�����O��=�	���.pXn���UL���mm`/$���c�s��},�.�޻�{ٓO.1n܈cǾ�_���3
��@KhHh�W[��!Q�]�1��p�����΋B����h,��I�Wt4	�3*M�LGU,(���K�ߡ���C�r�rc6�QO����~���`zqO��)q��w���$�/���V]��5�U��B�gN�I2״�/�p,4.ÜQ�w�L�fqnnqyv6�/v�W�{���"����]R/Є�����N
կ�{��Oo�z���#Ϧ	#&KXc����'WO0��Bn�c��@$�bP��B�P0$�P����,�RO�JN�je�ɉ~��5UzHK_%װz�vH�D,4o�����d*�F��~����mScԑ~�s�~�[�n%4(N����s�h�`0j�L���|� �|h�x���0����W������^9|�41:� -����jz*髎����f֡��*�.��+)Y���m�����q���[�H�����.�Ĥ�	��Њ���e�5��!����u�W
������M��M��/��i2�EC���W��\4x��v��^��b�.���G�2�Κ�ξ51(�6ŗkz��)�]`��4Ѳ7�{9$;�����ۏ��b�M��f_'��w 
�T�6����U��b%�E���2%�M!�{ps����F�
��t��p:�w�����Vq��X�T�D����,*��'-�ˆ����!�� �"-�5�0Z���umDp�V��v�,r���,�5tr���h~��*��|iL�8MH� ��)���R�U�7؄!�e���h�ɘ��s��$�q�k����PjkG�}��L�Q�ز0Ш3�#�VCZ�e/2\YD��Q�e2Q�'��eHb����/L|L��e�sy�T�[�[w���1a�)�A%�)��v�ݽ��������@�7*����g��S+W�Tn]����c�	��L�=�۶�	���]V�����=f�����4���ʖ�].�*ժ�>>���K�3*�'��k�>���J�֒��{f�G��GJe�^:�_��%�#�2dMAz� =v�҃�}�µA]��łO�JBK��.ߊw���g�x����l���H7��A"��ҵqSgyZj�7&3�BW`X`����HFt�R��
OO/��mN
���jE���q��G�T��	?�����7M�z�dű�����!>�	qN&����<���%�pGp.@����v�|���~�V������2@>մ��PZ=i�zoþ�|\���z/s�
���G��^W[�^���~|_[y/�����-�����S��B����C�z���
}X۽��^�g�mc����o8l;�I1�g��$3��T�r?_/�@��C���"B�q�'gb�~|��Z�VR�2"u��l���#r��ak��gO�µ�$ozH#'4S���v�ў��y���쩜}x�6�Y�����AFyA/�U�j	�7B��Kj!S,Nl�n~���
,N=��@p����Խ�����tx�����~y>\�(]��9�꥿����\v�0X�)m%��·��1h����[��p=��rP��ˣ��E�tA��r\��D�+����em��7��)[����.�ġ��Ɏp{㳳��V0�b�Z��>1ʋ��R���%y�E���LKIO���9�v��~�F���P�C�?ڪ�	QLJ[�bb�V��r5?j��0�>���X�;��oPw��dG��M�#��g�����h�)���Ǣ'�ap����%)ca� ?]a�A�������^ڄ�7T�&=E�$r�����˫4Y�7ԪzM�/���Oa��Tmt��]�gϷ��-+�a&}h�����y�
I&���x?@b�����o$cY(�U/�"b|�Vr����+,UcF]߳���~I@k��9�#s�����e]�H$�D�i*��&��L�X$>�|8>����u`�s �Y5�cr�/D@1Œ�@�
�"]���vxm���<O�vF�E���o;��#��7����/�1�
4a�� �0V��'�����K46���JL�Ò6(�	<�y����.�H���0�Y)����ÇɒÇ�gбY˖e� �Mw|O��~F�RT���U��]�&�c��٢�c3��o�=��W���4�&{�=o�s��N�~|\��{�d{c��8�pk3�X�ۨz�8n�6����q?7<�x��!!��P�z
�������\-�uW�.���8�-#��w������ߐWQ��Ц��:_�}l\$�#�
�;h_�Ἇ��ϩ�х��� ��q�*���$���Y8o�e�#g�Y|ni_^o@1e<~��!��{��Qםqp�)��6�~@����I[z�F{��_���9AF�s���
�u5�ǣSѺ�����]����Ԡ�A
�5s:j���Z���]-�������S�7���H����-D�h���33��II�>z�-@�#�y��Hrݫh�f5���ӡ��S�s�dp��3��U	Y�S���f��MMi�Ч)��x_��yԢ���� �Mh��VZ>�����-U��i�U�;�9S'���z�+=dl��ڵ۳�J6L;�X�1�%ް7:�~�a'6*[�M8k���y��bx�g�\��P���v��m�y,�����
��?"‹��|QR:�Y���pc����"�褙�c2���7�ӔAy`���a��y�6�4n��h���m1ڔ�z�s�Q��O/3�{���>lA�Ч�&L/��[��7�TT�Ħ�x�Zܔ��Wq@�&F�!-����,��AR�d\Y�I�E C&���^����Y���׌��2�Gھ�W��Hj�e.ZX2.?$c.=��zͽ]�?��{=*f�rCp�ߐj�H�0����#��E/�W���#=����s�9����4��6i��As)�iۉ��8�:��J6�(&�J�cm!~�&be2$��|�ra_�P�Yu����ן{���%���<+ʉK�>�ܰ}���Gg���W�)w�jc�G"���T����CȑS*�[��}L��Tv�����|mz.�QO���P?1ED*$6@��{kiY���5R���aTo�I���?�>ڒ�d�ܣ�Knn�����}�&5�
J?/��f�#�
f��o���X�S�I9�_^��ꔶ�t��R�ZV3�:�nRY5~ɶ'�9�az,��3�2����<���6���=`���C�,��+����c���������-�‡bX����|>�@�e�g���V�`	��Ө{ �L��3���<�8�+�k��N��4�̙��"�HNR"sQɠ�=J�
W
=0u�Kݝg�3��>w��	v���W�H�55MM ?}���˜1��O`���37������3o��oZc�6h��P�2O����6�W��S��.Y��ϐ4��6�	�}�:ln��Ԧ.]j��t$���V�`l�  ���+�C5.+㌺􂖼��Oz��}T�����OZq����;y�Y�5eϚ����
�&
��<:c�mJ�F}VC�>c��M��K¢�D-��������a���A��&��~�x����o
�~c�����K�vn.h�5eO[����ߦǮ?$�9���u[x�{q�9���b���qE�{r��<�����8F��AST�M@��G=%����
>OcP�p(W3 _��!���kߒ4<�$pO�~Ǩ�{J/r/�4x"��,�48�#�y�A��pmg�������'� <�h/�^����”^)*�e�4{ὓ�^/.{�i̚�]���cƦ��?
	E�}�-_̎��WTrVG�ei6��;�z�� ヘ7ទ��”��>>�!H&c)
>����#�brI����S�uO�v(�-,�>���CEҠ����^j���V���sk��淒�ܽ���C|Q"]�����	�Vm�rv��_����[
�'�g������OO�x=Vʐ$E��J����]!s�b�<��ۻ�m�Ip|��%��㡍�E9-=|�4o&����\��7�#�Z�$H"�kT�5�>��;��1p�B[�����gwT^=���Mu�9��J�L�ΚӘ5*sި��9��g�G��h�l�f�ZU�mڰ�#ã�ִ�=�|"md���B/�W�ͷ�L'_��7�:��qXn]?,��Vk�狑��>��r�o��zD�H>��o��C�S��F�鷇������m��ɚIgW�G�t��	�?�*Zx�ھ1�0��_��W�ǿ�r�s*w�
�ф��g�lA�[#�4�e��p�YJj�S�> ��!l3j��Of���7�}@�)`����}@�����!��,�̀����,>�n��K��F}�}@���g0ͫy�X��&z<�Y�>��!�y��-�PX�	w'o�y��)3�~j����޲��Y�P�P��Ѫ�,���8���/�{�Pߏ<���SOOV���1�:�n�<pj|uv��i�7�ք�0����7�J!_\/:�+�7�(E�R���k{x����1�ʽ��i]O�7~~ZBS��U���\������c�d�I�7IO)����9�v�
��������P=���t�4,ZdS��2�ϟ����?}��u>�~�#-G�^���/4U������Κ3f�Хc��ݲ�~�|G�l�e5�7w�u%:y�ܪQ�/$��i������4���}�L���r�����A�$�f���**l���	ؽJ��y�;{����d(�*7�{5��s�PG{�����G�
͙��a*��6���:��yy����ū>����񙯗�x~��wm�XnmI%����Hs�K�m�djTĕXKV����*U
y�2�F"A�(��Ю�C�l��VDDh4Lh��&e���2UP�ô����-T��
��7�)!�%m��S<���E�/��}�i��y�g֒�Y��+@X�H��sP�V���s�og�k��.��|}n���w�l\�8�'[sf7e@�%q�h?�?����g��W��d�=��a�[�i��߱��P8����D6�o��z��D����
Ҧ�2]�PK�R�$&9�>�Ս7���������|ݎ/�Wu,��_Y�5�nX{n���p^����f�̚�\�����A�����Z3���X���n-��ee��{���2z�N%�k �Ը�7������|6ctdtK�k�bq��Ń_�t���[Zd�f-�7��s�����Gܥכ<=�K�S~8կ6��G���;0o_���I93�0��a�_����0�P$-�C��O,�|jeЪx�:�פvc;�>�3��윋,���o�v��gаN�56�,�i
&�';�s?c�8��Ӿ>sgn���y��k��y�xo��o�y$�Ÿ����aPw��n�/Cπ��g
�����o�����~n��>��S�+�s�-�Je�~��+���K��?��<8���蛄�Lj�V�(w������gtgA0��$�8�>"�K���`�|*�r
��@f�2j��D�ĩ1�o���q����?����\;8肣;�
����x��T�oU��;i�(��!xD���N�JPQ��Q$��:�}�}Yo��g�{��#�p�‰?��9�' q@�
���Nb;)R�W����7?vf�h+��*~����.Q-�Bp��	�\��h�T\����5zU�[�2�]��Bo�|�ޯTߥ�*g��ѻ�_��7՚�5ڬ�&x�V��ޠ��&"*+x����8��%�%Z�
.�'���
t~�D������UZ\��K-�����.)��|��V>|�>�|%x5ت�!x��T��N��	ޠ��2=#C#�RN	�4 G�v��E'�h��hʀ��@/`c��>[�����o3����=j���k��GuX���)�P��V<~D�̌�y��m�6��@��Hg�fV��͹�;u0v�[�=pnd��8q�q��7�FlL��3�9�0��0���B2D��$�JW��z���WP��O
��:�!�c���k��@�}��ͥ�G7�<�7���N�h������8O��J�Us�ѩ�mb2Ş�61�2���!��CXz_����BUf�^�e��kMq�X�s�=��,4�$�����"g�wߗE���&�*T.#=�e��7�
�H
é�i��8�N�:RI��:w!��q��(�;�̂�s�7p4�(:��c(���xU�7iu<�$��q�#�s�-�c�#��7���mg�D���+��q�n�F�NhA��<{Su�$*�88���$s<᫾0�������$b'�I���b�k��i���Z3�����P�g~��Q��~��ؒ����7����[�]Sn�b��sS�6S��4[S{a-Θ�!�>|;H��\d�~g��[ۯ���D�h1Z-�ݗ���n�\V?#^�u�"��t��0�Q�F�������M�\�I�>V$c�E:W�{�.V.+����r���w��ĖG�u��a�5�&��^����m�y2r�n��n��i����-�Vx#��5�ts�]-�!��x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ{�T՝��9U�DB����������~��!H0�`D��H� ��T��H���c�8��K�a��K�� ���ED�$H��{���(8���?�^��˷v��ޟ���i5]Ӵ~Z��B�>b��ߘۦ����cZv����j���7G��YEN��
��������6���L,��߆fy�i��������*�{D�V�
��ljA�*�w���Z�zwk���m��[�@^�vqmG��P+kW׮�z�vS��mB��}�ڃ�G��מ�=u��r�5�����m��Fz��6��嵅mI��m�m�M���m�m:���9�yPmKl�ږ�ʶƶ�ۛ��P�m�l{���޵�:j;a;m;'�E�[���u��B
�V��\篋B��u#�F׍��5�nF�l����u����-�[�Y�j���Bm�{�n��u{�ށ:Pw���ɺ3u��.	uծ٫�g�ode�;�n��=n���B����O�7�>�T�}�}�}�P���+᭶����ɾž
j��ˎ����������k����o��z�G��z{=���[�G���׏�W������O��Y?�j^�B�%��R-�_E��~Ն�7���o��U��j_��T��R��?Mu��"Օ�n��
��6���@��৊6���
#�F7����0�jF�l����T��R-kXA���*���T�ޢ�Ѱ�jo�;TSk8Iu��<ե��J5j��T�Q
i�Q9�T��8U��L5�qՄ��T��jk�K��q1UG��T+WS�m|�jS��m�;��ߦ��x��H�q�S�g�.4^���0�r�u��q��;\T^G�*��S
w��� �)��� �y��X� ����X� �
���� �]���� �C��8� �s��� N���9:ɟs���9����u�?g�I������9�I��3�����$�EN��\�$�N'�s�w�?�f'�s�p�?�^'�sp�?�1'�s�q�?�%'�si.����"�!.��r�ȟ+�"�����F�ȟk������ȟ��E�\\����"��.��Z�"�M.����"�.�s�w�?��s�r�?��s]k"M}��_SM�k�7��&oS�	�^S�i8�QM�h�B5�i&՜�yT��P=۴�jU��uM��l�J��i՞�}T�6�:�t��t�9��MW����J5�kH5�yUCs3��9J�n.R�hM5�y"���T��۩�7/�Zڼ�jEs'ի��66o�z�y���T�4�:�|��d���͗���(��T���2����r���-Y�r�H�1-�&�L�z���jn���-TϷ��Zݲ��MT[Z�Q�l�z�e?��#T�[NQ�m�@u��Rn�ݗj���j��N�r{���$U�M�ܣ���������ɟ{������P=�&�Un��^�&�7��Ͻ�M��{���������OP�v�?�E7�sw{ȟ���y{�y8�y�=��<Qg=OуY�3�3�C�<S=��3����\�Y��\�Y��\���p��p��l�p����`����!k����9�!k���湪�[��������ux9�y�^�pެ��%a�1^��F����y�zI�w���y���0�j�Z/f6�&�/����v�ݷ���{�K��ǽ��{�{����{���������W��l�8���>�������o����o����o����o����o����o����o����o����o��Mx�m��&�i��#M���T�}��w�G�|�~���Z*�@?WS�0?��7�ɕ?�'W�������������������O���$̿�O��~�_�'a��~����j����j�?��j�?��j�?��j���j�\M�d-0$@��Y\M�W��W��W��W�@[��i`A��i�#��4�2��4�6��4�)��4�-��4��j��j8�j8�j��j�$��A��	���=H��� �&��/8<H����/8%H��3��/8/H��K��/�<H��k��/�!��\pk���� ws�}A�悇���O���r7��n.d
����
��Ps����!�*��_ht���&��_hF����C�/�(D�B�B�/�"��!��"�!��"�!�:"�3!��"a-L����/<$L�Ž0���/�
����0�O���0����_xA���;��/�2L��k��/�)L�����/�&�a�>&�Sa��&�k��!�����#�/⍐�H2B�"�#�/2.B�"S"�/23B�"�"�/�$B�"�#�/�&B�""�/�5B�"�"�/�/B�"�"�/r"B�"�"�/r%B���(������(��6G�_4%�b��EGG�_tb��EgD�_�=J�����/�,J���Q�]%��Q��%ѽQ�=%�cQ�=%�KQ��b�/�?F�bCb�/我�X0F�b�������؄��M���X[�����_�#F�b+c�/�6F�b�b�/�-F�b]1��#�#1�;#�1��'�q������=N���8��'��/><N�����/>%N��3��/>/N��K��/�<N��k��/�!N��[��/�+N����/~(N��'��/~.N��W��/aM����KK��Ds��%�	�(&�_bt��%&&�_bF��%��/�(A���/љ ��	�؜ �	�؛ �	�8� �3	򗸔 I-I�����/9$I���$�K��/�M����$�KNH���$�K�%�_rA��%;��/�2I��k��/�)I��ے�/ٕ$�I�<�$�SI򗼐$�k)��"���K�S�/�M��T2E�R�S�/5.E�RSR�/53E�R�R�/�$E�R�S�/�&E�RR�/�5E�R�R�/�/E�R�R�/u"E�R�R�/u%E���4�KL����/ݜ���iA]������'���g�a����*�,�"ݙ4�ק7�7�C����iAN�@�p�XZ�>�>����d�Lu�F����eAD&��g��AfdfLfBF�~fZ�L[F�yfAfq�##z:�2�:�6#�7�)�%�-#z5ӕy;�?#�2s$s<s*#z0s!s9s-+�-�7; [����g]YoV�Q6��g�gE�d�e�NɊ��������.�.�>�]�]�'����Y�߲۳�qg�d��ξ��;{4{��t�;���,w���wܹ~9�r�s��r��9�r�\�jD���Or��9�r�s����?�-�1~�[�c� �jn=�����r��v�?Ƚ��.w8�3]�d�g���t��D\�W�?��3~���?Ȼ���y���<Ow�1y����Ө��t�����.�8��]��<Ow��y���?�o�3~�ߙ�z;�s^�`���<�y��y�������
Cv*W��B���A!_`��0���A�����
s
��P=[`������Aa]��›�W�^ �=�Wx�@�
G'�N�_�b�����دH������P$E����"Ո"�+�/����"�+�.���"�+.-���"�+�Z\O��H��o�_qw���)����"�+�,���"�+^-)���K�4�D�J��+�K�/��R�D�JcJ�4�4���+�-�����+=_"��%�Wz�D�J[J䯴��E�v�����_�x���Ζ�_�r����r�2V�rMyh��*��r�L��2�+�*���eRW�^&u�9eRW^X^B�l�ԕW�I]y]�ԕ�,���2�+�)���eRW>Z>Au�L��ˤ���J�Z�����������Ե�[I]k��H5�ut+�7�[��i����Mk{+w7��Z������d����T[�Z�[�d�uw+Y�tcC�v��5U�΃~�SU+��/�+��o��#�	�l����E�8�,�=i��(-�ԃ��Zy��9�Y���ZO��
�1�j��W
'�O�B�C����x\:��_�fي�e��}�Ѝ*�N�}�MH[�w�p_+P�|\e�)gS�����j�?F��C�@zU�V�™�4��C��>�H�F��k��t�����g�.F���SU
�;�_5��\���/�N	�����'=�цoC�� �5�b��[�4�OB���0�m��
��]#�N�֣��ԣ�/��t[�E
Z�A�p���,�n��R�6�JG߯�,�rZ^�r-V@^P)>�Zչ����»z]����1J;g9޽�׵|��\��zF�"=�;�7�Q���\\��mH����Z�U
��w�Hcȣ��)S��h�:\�,R�dY=��"�e���K�?ȱߧ�g��AO2�&ݯG[@��
ӈ���z倽;豽�wj&A9��jlZ�d~5*�'���^�U����~�)zl��
�ɘ_��͠z3���t{]u٤�7�^��|}�>G�P�3�T�'h�	-Ƃ�uם�̯��D�M��/��Ɠ(����{�z�G�L�{g��*픾��X��9���CC��^�W}��=7�i��՟��U�����;_�����{E�9�f��V|9�9��>|����̹��25p_�L�5�c����z�M��X�՜o��i��qg�ǒ�8�P����V��\�Q�k���I�3�Z�-xL��Y��]6��m��1���e=ūʷL�}=)�]����_��u�{Y���Aj㋕UL}V�
t[��]/�[�g��@�v7�/�/汎�y�̿�|��@=�*�mo����p�gg�>[ӳ�Y�$Ej����=�R̊m��&�wt[��*�����ȳ-�}�~	��M�j����ʈ��]���3�����H�:�޿]~��0�"?�`���s~�V폰~h�!�L�Fk��튏�J�L��f�g��a�+�"����-`�ڇ��B�������<�NŊ���Vf�,��C�V|���_�9�x���|��(y��]1����ӽ\U�X���q�܉�ɰ��jf0���}~ S5���;�g%}�v#+�>+M�7�8�&�2&�2&~2&~2=��0u�r~���q�(�+��OU}�WA#��GЯ@���uUo�?q��=�i-��W)�+h7�B����)�)�|�R�O=��� K�)���|n2��S4��麗T���3��e�/�:������U�wM��.Hҭ��u��wT���Ѓ�7B?���%5��F��,�W}�
ɼE�dW`؂w[0�f����O��M�U�!��e�3����ׅ��m�v��̘Ժ����/c�ũ�x��(��_�U.�*qӹ�g��~B�w}�R�z�s����j
h���
�@��������$S���Q�ra�ɶ�N��cpfo
��VW�_j�Y�kjU����^�j, ��1b:��Fĺi�|�_P�9�s+�%��|Oe�$��z�»�n���%��JD�1{�4>k����,a��
~�9�deX��#�K�2?6fM����~�j���4B�_��m��]���}턏3�{Hk
�!����g;��oqU��:�|3���Xs���j�D6�v�PE�,���{��A��?ݽP�)�a���$�Tï��
�����^�he�qgiF9��_���"�46I0�C�b��q7��Ц�e`5R�GSd�x�e��S��Ԋ����Vm�G��K����nz�yf#�Z�U=G����3����,�9� v����P�)rb��Ϫ�X�gL�<�Q�
󵠿���~����)���#���-���Z�@� �?���^S�$S����T5*�e~�.�O�Q�#�s�V#?��2�`Zq0V9Q���"�Z��T�F��If�d�v�5�<�weO���/��z�O������A���B=�`�K��/ц�o��vພ>d�y`7��n�5*Ό�3C=m��,V17��d����SU�e�<��^����[j�Ќ��DM~�v������	��)5�b�Y��;4��8����oC��L�i�5�zK%Ji�����Qk�����9����և����,�B����RQ�Z�G��Xm��q/=1%�{v��w���e�}؇.u�����(|SQ�~u��{���B�@��u��F��7��A�w�,
(���w?V�q�UX�N;)��|޳�=\��Ļ껉���:���&��ߍ�/�	��ȟD�_����𗩹Wޣ��B�pnA�
�K�Ĭ��eUb����E}c�Ӎ)f�8ʙe*g�i-��;R�V,�!FJ�+|����nO�>؇�9G�Wk�d���[ٰxp�S���8�a�s�X��~�o�ٚc����D�\�G~5��"}���56qZWc�)���%�W���������W�.C�*v�C;�d���~����%��̙������%�oӶI�x���ŕ��3���}�)�h�`�}��-�o��
~���-�[p�s]Qk5�W5�w"'��0������*�y����A/���ħ�w������
��+�}=H�G�˽p�*����V�ũt�� 1��7���X��pV��B9�PBmU�L���E~�T
�>c�H��P��'����1n*�*E9}Ęֵ�#��T�z�C�v8�J�O��Ϫ�H���%�������V�Z;*�^�(���_g�J�q�(�	����(g�����Q���7U
��k��ഩT�i�/��cj�s(G��WT��ܭ��J�jV�G��J��9�%�b��f�"���w���d��x�(���Z�����zOR[�⴨F�iĠ0c�.vwl���b}p��"U�)f<�>h���5����������L��?��/�r:*�Q߂����T�S9��'�ʯ6�����u�L�L�u{�
1���ej�i\I'U|�{{�_����}��,S����*>ڭ���J=�IJj�&�v˷$�J�T�—��ϗ����������?��7}��ꣾG@}��2������&�5�?��_������?��'~��o��X�>*����ާ����L����z�W��+���m�j׍<�S���)�k&Rŗ��S�����.3W��[��O��3��w|����2�|��Q��o���?o��󕨗��I�u���(8�-�e��l7��z�IO�h���*Z���n���GE�ސ�%�>�Y�_8������t�x�=����~˷��oN��1ҋϪ�Un*�	̐��U�f�}�G��z���5�㛿��`hͥɽ��Am�6G�D���'�uh/jq�S{U+kk����.�6S;)~�Z;%~Vh��ϋ��}m������~'~^�]���~/~^�>?k�?蓴���п�]ӟ�i��s�
����]�k�n}��%~���zA���f��V��_4��d<c,��K���btH�f��5���%n��$-�/Z-ֻ��X�6ޱ�:���&��8j
X��o�k�WkΚ3�Y���5>�γ~]�x
�JX;\�ό�Z��+�6�8e��\����Z�&��r<�'�iH>o(wX�iC�<�����^O�����H�|�]��Z�hk�x����[���}���,^~�j�):]/���-^��K���T��<�]���^�Y��2��W�Sh����k��&ٻ�ϣ�uh��5��VI���&
QT�J��k��%"4v���O�qZ�>pN6�!?����y�J�Yo���vc�H�WR�{;�Oz��`�{��U�	�p�%l��X�Ż7��.��N�.߽q��OEZq�s�MC��ת�˯���jD�������|_ˆA4�*,�U>
����5+rX?1ʰ�eX�Z�Cv1��"�`��jh��\8sU�V���O���-,������q��	��`��6������| Oy��K�3��(��4�ySM�O�ʿ��ߧ��|�Y��Ѧ���x]uCu�K��uq
ԇ��M��=�t`P�����<�h�9C]�ON�D�bo��\����H�7q�,��d������ȕH���5���5M�φ�����*�D����ݻѻл�����/���2�-����i�%#��&�N��.#r �IF��r����?�o1W�݇v\�=Z�h���֊b����&jS��l�]��-Җj�Ě�)���_?/S��Uʞ�zA^��Z^�5hU��=vY��3�3ءU��+2}#j|}U�H�U�A�?�d^[�F{uX����h���4�f���S��xo�q\���W�'���ɿ����˿��O�˨L�xɿ�����o^�����ɒ��Z��մ2�����w&QPK�
�[ss��@�@�assets/fonts/owfont-regular.ttfnu�[���
� OS/2���Ncmap�}~�glyf�����&head#�	��(6hhea7�`$hmtxe�9���Llocaj���Pmaxp_��  nameK���@�post�  d�@ �����a�N@ ��*�4�=�H����X�_�j�s���������'�1�;�E�O�Z�c�m���������"�h�i�j� ��(�2�=�F����T�_�h�s���������'�1�;�E�O�Y�c�m����������h�i�j��� N�����{u����ia_\�����������Y./0���G��UU%/�����k�.�t���9@C�
���E����w�F�?�������������%��Kl!R����o���������Z�Y������,*O3:���6���&U7
����UU%/�����k�.�t���9@C�
���E����w�F�?�������������%��Kl!R����o���������Z�Y������,*O3:���6���&U7
����UU%/9�����k�.�t���9@C�
���E����w�F�?���������L�������������%��Kl!R����o���������Z�Y�������)'H.5���GT��+-M39���5N���&U7
����UU%/9C�����k�.�t���9@C�
���E����w�F�?���������L�������������
��������%��Kl!R����o���������Z�Y�������)'H.5���GT��+-M39���5����&$B+1���U����&U7
����UU%�����k�.�t���9@C�
���E����w�F�?���%��Kl!R����o���������Z�Y�������&U7
����UU%/�����k�.�t���9@C�
���E����w�F�?I����m�o%vS����%��Kl!R����o���������Z�Y�������i7�������&U7
����UU%2<�����k�.�t���9@C�
���E����w�F�?����k�r-8B������k�rF,+IB���&��JSQP1����o���������Z�Y�����������������������&U����UU%@�����jmS���[+2�����h�h�%�����������&��K_S�����dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
�<���&U��4���bS~u��`�P�����R
����UU#-�����k�.�t���9@C�
���E����w�F�?�M�w���N�Q���%��Kl!R����o���������Z�Y����R��u��(���&U7
����UU#'+5�����k�.�t���9@C�
���E����w�F�?�N�v���M�b�M�w���N�Q���%��Kl!R����o���������Z�Y����R��u������u��(���&U7
����UU#'+/3=�����k�.�t���9@C�
���E����w�F�?�N�v���M�b�M�w���N`�M�w���N�R���%��Kl!R����o���������Z�Y����R��u������u������u��(���&U7
���uUU#�����k�.�t���9@C�
���E����w�F�?����vN�u�vN�����o���������Z�Y����R�?��u�uUU#'+�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN�����o���������Z�Y����R�?��u�6�?��u�uUU#'+/3�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����R�?��u�6�?��u�6�?��u�uUU%)-�����k�.�t���9@C�
���E����w�F�?�����������vN�u�vN�����o���������Z�Y���������������?��u�uUU#'+5�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN������������o���������Z�Y����R�?��u�6�?��u�����������uUU%/37;?�����k�.�t���9@C�
���E����w�F�?�������������������vM�u�wM����vN�u�vN�����o���������Z�Y����,�������������������?��u�6�?��u�uUU%)-159=�����k�.�t���9@C�
���E����w�F�?�����������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y���������������?��u�6�?��u�6�?��u	�uUU%/37;?CG�����k�.�t���9@C�
���E����w�F�?�������������������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����,�������������������?��u�6�?��u�6�?��u
�
UU%/9=AEIMQ�����k�.�t���9@C�
���E����w�F�?��������������������������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����
��������E�������������������?��u�6�?��u�6�?��u��UU%�����k�.�t���9@C�
���E����w�F�?���z|���������o���������Z�Y����5����T�����UU%/�����k�.�t���9@C�
���E����w�F�?U��z{���������z|���������o���������Z�Y�����5��T����5����T�����UU%/9�����k�.�t���9@C�
���E����w�F�?U��z{�����(��z{������V��z|���������o���������Z�Y�����5��T����5����T���N5����T����UU#'+/37;?C�����k�.�t���9@C�
���E����w�F�?��>��>���?��?��>��>���?��?��>��>������o���������Z�Y������0��0��0��0��0��0��0��0��0��0���UU+;?CGKO�����k�.�t���9@C�
���E����w�F�?��x����y���x����y��L>���?��>���?��>������o���������Z�Y����#����D��!f��������C�� e������0��0��0��0��0�
UUKU_i�����k�.�t���9@C�
���E����w�F�?
H*��m������Hm�����O������P�������mG������m��*H�� OO���������������������������o���������Z�Y�������*l���������������m)������P��QR���l*��)*��+l����SP ��Q��5��������E�������������������UU%/9�����k�.�t���9@C�
���E����w�F�?���SS�������SS�������SS���������o���������Z�Y�����$t�����4$t�����4$t�������UU	%/9CM���SS����������k�.�t���9@C�
���E����w�F�?����SS�������SS�������SS�������SS������$t���������o���������Z�Y����4$t�����5$t�������$t�����4$t������UU%/9CMWa�����k�.�t���9@C�
���E����w�F�?����SS�������SS�������SS�������SS�������SS�������SS�������SS���������o���������Z�Y����#$t�����5$t�����F$t�����5$t�������$t�����4$t�����4$t������UU'1;EOj�����jmS���[+2�����h�h�%����������SS�������SS�������SS�������SS�������SS�����������dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
��$t�����5$t������$t�����4$t�����4$t�����W���bS~u��`�P�����R
���oUUK�����k�.�t���9@C�
���E����w�F�?6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y����l��R���������������Q����<��<>��R ���� Q	����><��<���oUUK{�����k�.�t���9@C�
���E����w�F�?�(2��L������2M������8�����7������M2�����L��2��78�6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y������L���������������L����8��8:��L����L����:8��8��j��R���������������Q����<��<>��R ���� Q	����><��<���oUUK{������k�.�t���9@C�
���E����w�F�?�2��L������2L������7�����7������L3�����L��2��78�2��L������2M������8�����7������M2�����L��2��78�6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y������L���������������L����8��8:��L����L����:8��8����L���������������L����8��8:��L����L����:8��8��j��R���������������Q����<��<>��R ���� Q	����><��<���uUU#'+[�����k�.�t���9@C�
���E����w�F�?�N�v���N�b�N�v���M��2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y����R��u������u����L���������������L����8��8:��L����K����:8��8����UU#'+/3c�����k�.�t���9@C�
���E����w�F�?�>��>���?��?��>��>����2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y������0��0��0��0��0��0���L���������������L����8��8:��L����K����:8��8����UU%U�����k�.�t���9@C�
���E����w�F�?��������|z��2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y������O4��Sj��L���������������L����8��8:��L����K����:8��8����UU/KU_�2��L������2L������7�����8������L2�����L��2��87������k�.�t���9@C�
���E����w�F�?S�������|{1�������|z��L���������������L����8��8:��L����K����:8��8��j����o���������Z�Y������N4��T��O4��S�dUU=_������k�.�t���9@C�
���E����w�F�?QL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����Lf�fL������2L������7�����7������L2�����Lf����o���������Z�Y����*�����������L����8��8:��L������;�����������L����8��8:��L������;�����������L����8��8:��L�������dUU!=_���fL������2L������7�����7������L2�����Lf�����k�.�t���9@C�
���E����w�F�?GD������-E������1�����2������D-�����D\�\D������-D������2�����1������E-�����D\fL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����LfM�����������L����8��8:��L������m����o���������Z�Y����������������D����2��34��D������5�����������D����2��34��D������c�����������L����8��8:��L������;�����������L����8��8:��L��������UU=_����	�����k�.�t���9@C�
���E����w�F�?=<�����(=������-�����,������=(����=R�R=�����(=������,�����-������=(����<R\D������-E������1�����2������D-�����D\�\D������-D������2�����1������E-�����D\fL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����Lf�fL������2L������7�����7������L2�����Lf����o���������Z�Y����Y�����������=����-��,/���=������/�����������=����-��,/���=�����������������D����2��34��D������5�����������D����2��34��D������c�����������L����8��8:��L������;�����������L����8��8:��L������;�����������L����8��8:��L�������(U�+AU��(�\�/�@���F������~�P��(�\�/�@���F������~�P��(�\�/�@���F������~�Ps�����^!50!�u��e`�������=�������^!50"�t��e`�������=������^!50!�u��e`�������=��U�U��(�\�/�@���F������~�P�V��V�s�����^!50!�u��e`�������=���������Uv���V��V������������x�,048<@Dl���F���-��0�����wb�7������/�S5������.�=�c�����p�9 ���p�8�p�9 ���q��p�9 ���p����r��HCYpG@\pw� ��|����L����r;���a����q?���_���6$����6$����6$���U�/����(�\�/�@���F������~�P��(�\�/�@���F������~�P�������^!50!�u��e`�������=�������^!50!�u��e`�������=�(U,B����Y�6��)��,��������=������/�D�f������D�T�p������(�\�/�@���F������~�Pt������@<Pd>;Qek���������^s����6���rs����8���o�s�����^!50"�t��e`�������=��U,0����Y�6��)��,��������=������/�D�f������D�T�p����t������@<Pd>;Qek���������^s����6���rs����8���o������UW:�h1O���P���0q3h�����vN�u�vN���N�v���N�>�����jmS���]+2���B�y�����{�v�U����������a�Jy��Z�>��u�6��t��=���_Ozp��f�W�����X
����UU>�����k�.�t���9@C�
���E����w�F�?�i��#�����D�C����#�������>I����o���������Z�Y�����������������oN"!/:#".8J7��b����UUId�����jmS���[+2�����h�h�%�������T��^�����N�����x�r���g��6�}�����v�\��J������	�j�������dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
�����xW-%5B)(6BGm�������L����#����M����&��������bS~u��`�P�����R
����U�n�N��������n${����|$�n�������O��+��UYXV��,����~�����������}����U�����Q������
�U����B���B�����ba��UU4�����dqW���^,5���:�t�����u�p���W���p�����>a�����TuaavS��D���cS~u��_
�P�����Q��2��]�����X�5?>6�W��X���X���UU*U@@�~�X�������O�� �����dqW���^,5���:�t�����u�pU���"�q�p�!�����������cS~u��_
�P�����Q����^B9T�����jmS���\+2�����i�h�%�������������tF�����>SFFT=�����F�t����������dqW���_2/���:�t�����t�p����_Ozq��f�W������\�I�|��wz@z',+)z?z�������������������cRu��`
�P�����Q
����UU-H�����jmS���\+2�����i�h�%��������@@�~�X�������O���������dqW���_2/���:�t�����t�p����_Ozq��f�W������\�I�|������"�q�p�!������������cRu��`
�P�����Q
����UT8�����jmS���[1,�����h�h�%�������������dqW���_.3���:�t�����t�p����_Ozq��g�W��������]�I�|���r���cRu��`�Q�����Q
����U�����k�.�t���9@C�
���E����v�G�@B����n���������Z�Y�
����UU
!��������������%���a~/\@�������0�`�1�k��>U+�Q����������q�������$��O�YS�(��?A���k�ii��k>������������C��P�eb(*�O���9���k�����k�ii���UU�������O�YS�(��	

��(*�O���9������������������������������������������������������������������q�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C�����������������������>�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������i�k
��(*�O���9��������������������������������������������������������������q�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C���������������������������O�YS�(����	����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ki�6�*M$T�5��������5U��pq��U�������Odd�O�C2���2��+���Q0����+�����������+����0�Q����,�2���2��������vTO:%�|����q:"���������? r��������M�
{�Q���@����@����Q���{�
�M�������V�-W��{{��W-�V6��M5@�5��������5U��pq��Uh�������QW�����KiXWiL�����W�Q�����������������vTO:%�|����q:"������O�1762�N��h���h�����h������T���? ���UAR��!������/�`�6�����&L'�����������������������������������������������������������������O���.���I���O�����N7���po����������������������������������������������������������H���M���d��j���T�8���`^����������������������������������������������������3��14$�h��mi������� ��K��������������������������������������������������������������������������������������*- �{��`[������o��a�����������������������������������������������������������������������$'����RM�������^��y����������������������������������������������������������������������������2UU#'�����k�.�t���9@C�
���E����w�F�?�e���zz���z�z���z����o���������Z�Y������2�2��2�2��2�2XU��5Ad=5k���(�>�T�����U���j�_������8�����_j���U������T>�)���k4>�����]�sr��\��������m���8�B�������B8���m������K��nu�+6���8"!8���5,�u�n
��k�\�����]�sr���U�n�N��������n${����|$�n�������O��+��UYXV��,����~�����������}����U�����Q������
�U����B���B�����ba��/]�N)��������2��n�n&L'�����������������������������������������������������������������3��1+������� ��K�������������������������������������������������������������������������������������AM�x���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������]�N�)��������2��n�n&L'�����������������������������������������������������������������O���.�����l��P�P!C!���po����������������������������������������������������������3��1+������� ��K��������������������������������������������������������������������������������������*!��������o��a����������������������������������������������������������������������]AN��)��������2��n�n&L'�����������������������������������������������������������������O���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K��������������������������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN��7)��������2��n�n&L'��������������������������������������������������������������������9����N7���po���������������������������������������������������������0���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�����������������������������������������������������������������������������������$��&*+73�����o��b����������������������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������Z�N��<�)��������2��n�n&L'��������������������������������������������������������������������9����N7���po���������������������������������������������������������-���M�����g����U�U8���`^���������������������������������������������������������.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�����������������������������������������������������������������������������������$��&*+73�����o��b������������������������������������������������������������������������������e��$!93�����_��z�������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������TAN]��)��������2��n�n&L'�����������������������������������������������������������������+���p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�������������������������������������������������������������������������������������=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN]l�)��������2��n�n&L'�����������������������������������������������������������������,�����D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K����������������������������������������������������������������������������������Z��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN]l�)��������2��n�n&L'�����������������������������������������������������������������,�����D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K����������������������������������������������������������������������������������Z��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UANbq��)��������2��n�n&L'�����������������������������������������������������������������+���E���@������	��������D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K������������������������������������������������������������������������������������<���������-5604"�_���7��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������>U+�Q����������q�������$��O�YS�(��?A���k�ii��k>������������C��P�eb(*�O���9���k�����k�ii���UU�������O�YS�(��	

��(*�O���9������������������������������������������������������������������q�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C�����������������������>�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������i�k
��(*�O���9����������������������������������������������������������������q�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C���������������������������O�YS�(����	����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ki�~�d�_<�D������(�S��������������������������������������������������������������������������������������������������;@��������������������66�����X;@�������������������������:�rt�	
2�
J<ZTz�&�f46l��� �"�$�&�(N*�.<0 203�5�8�<xA�C"C�DE�F�G�H�J4K�M�N&N�O�P�RBS�T�U�U�V�h�jNk�p�qrr�sfs�u^xz{��F�r�@�6�z���h�T�&S�f	(	>	L	bowf-regularRegularowf-regularowf-regularowf-regularRegularowf-regularowf-regularPK�
�[�wS{�3�3$assets/fonts/OpenSans-ExtraBold.woffnu�[���wOFF3�FFTM3���GDEF
���c�[�GPOSP ZL���2GSUB|�,�1�OS/2U`�݃�cmapD�YD��cvt ��=O,�fpgm����Zgasp
�#glyf"��RU��i5Jhead�66&4�hhea�!$
�
'hmtxh�֑���loca���e�maxp�  �lname���nN��post���'n��Qqprep����{�Bk��3_<�����w&Q�-�uB�@x�c`d`����������N@d�R
�^:v�_/��Jx�c`a5fV``e``5f9��0B3�e0b�Ā00�w`P�25@|ww����r�]���񏩛��q>H�Ńu�R`���x���qhT��Of�}oL�
6 �+�
�Hdv6�JlH�CB�BB�ĖE�lC+��4
v�.VdYDD�H�VB؊)V����%��e������y/�M����{�{s�9�9�ܘ;�b��\�S:MFN�vI��4����H.���iL���鉝���)��uH>>!���@��VPz�a��t~�O�����i��#R��R2�M�K2��R����Q�/Iɟ����c����+I��!Yo�L��"��mo��"��M�oX��7��`5^`��fSR�7�p�,�������)Ʀe46L�VړRL���&�����u�ei`l��?'I[���5�M2���^57;[F��"'��)J��9Fd�ܓoJz�i����������W�}Ҥ}�M����3����o�׹��d�?��W����_�l�����ʱ[�|�Gx�_�P	�uڵ��F�/��l�v���쇍�M%|q>��=RX�C�.��6�����2{u��dݻja3F��sݿ=�o����'�VV=;Mmªu������1�q+�����_�w�/�v�?�'촋�Q�t:�q�ZU/g���
|2d�/�âY�`Q���|�/���5ΰm%��d����A��
>�����gbV���@�^�ٛ�ƻ�9�w�o�{�od���7��bY�9·*���y���զ�\_>Z���S!��'�A|ܑ�X�<?e�:�4��(���-��>�	2p?cC�p*�S����o��Q��tUM�q9��~��oǂe�)X�/��
x��6�G��E����׋������to�o��ȡQ�5S���ɹ�6ݷ���+�g�cr�때�
�}�fX�T;�a�X�>;�����qS��h5�<�n�{�h��{�1����1���q�}�g����\�fc~���Y�[������Ǚ0��ü��H�٠��×�a�G�&I&�3�{<�1�8�Z��~i8��7FΦ�h��.)�\7_�KJ��0�md?�K�~|3��w�9�e(qMJ[�i���:����yx8Xr9��/�}b��$Uw�\��tK�ޠO1F��[ Gt�y�ٝ�3����{J?男��^�'�nb��5�0V4@kit��I��5G��<�u���A�e�Xj|=���q#̹cR�))�]���>B?���Y��<��t�lK;��|���u�-� ��otq&k�3�u�v��H���,�[�����
��:��~��w�3"K�@��w��w
�"sJ�kja�ϱ���������e�9�i�$x�_}�5����N��^�n�ؕ��E�����x��f���X��g�jD��2��X0̫�'��V�wO�-~T��S�]���q��j\שZ��\���$�y�D�t�݅�-�y�?"./T��QND��	�@��ߊ�b�3�g���X�M�սjO��駂�5j�5^�fC����]���~N�n���'�al���:c-�Kt��&�w�9օVl����[
?tQ����v��r�g��	p|����!������a�Z�}�dm?u��
��w���Kj͏�#��}�ml�s�Kv��f���w�[Ե9��z��]R�m�W�S�W�c����'�#�͖�,:7+��K��Hw�U���|����S�o��O6�����;zf}��g3�l2�æ�a�Z��9���u��������;�F�/�D"ֻ��T��B��U]t�w9�%B�}���ZpO{O��5���P�3;e�{�0��6���WDKS��Jh'�w���a�
��.�2�C���wJN�zr ��±�����Q)T]�<����bW��#�6{ޭw#�31a䲫�����SN��o�4������V\�A/���̓?�s�}9CHr�ʹ����I���1}=ڿ���ڿ�ݽ�zE��<��<�������FhGx9��Oc��?�cMo���>]��0~_����
�y�Lc��)׊/J"+�2� 7��و���%�d+5�r��
W/m������ܾ��.tzM��^�q�CL�ǥ5�$��O]{\�;��l�^~}�{6OYS��w��q���]��\s���	e���R�{s�ځ�v�xCm���a�.���*kYDO�8���OH��-f�8y��Q�}��Z��?��l/��1���c���?In�FP�`�AK�wH�{Z_���]N���h�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�YjQEO;}�o�Z��� ��O(G�qI4$Ί
B�W֒�K�s���W�[�΍����$�e���U_�yO�w�q�?`͖Ւg�N*nj>9?<��,=s�V���O�7j䭴^#g*�ٿ�1�M��'�-�$#���͡6���z�B�W�s�i(�aA�:m&�>(/O�&#e��ۍ�[E.A�b��4���aI:x�u�L҉p"��<3�9�/ș�"��Gf��!��!!�5 ���94�s�9�s�9ךs�9�nε�s�9�s��x��?H >(t
r��T��.�5`?x
��>>]vZv:xz?���N[IK�$�)�S�	�@xd��L癹3'P*TUCg�[Ѓ������_�3������s�s�s�s�s��򌦌�WF<c1c=��g����21��L�y�y�y���;Y�,qV_��ą���٘lI�>{�"�"���b��\4���ʜќ�_T����c�䰯�p���ԗt���ip&\��_�^�]����#������$���#i�v��D����E�:ry���+ʕ�v�Zs}�����=�Չ��|�Q�,�0�!O���s�E�&����Dk�Nt=�^@Eo����|w~,*ӀQat&���B�,�Š�2l���c�y��;���C�qL��M�q�m�q����X�.�L,$v�`|&���x=~��O@�l��$p"���!�	.B�0A�#|&���D��XN��v��#~!n��'���BjaY��p�0Y�C��IxR�M���d�Af��dYC���y��H^'o�(`JMR\�e��HY�lS����pE�"AQ�h�h�h�h�h�
�"�*�*�ʨ���ǯ�_]��#���@1�����8Y�\�]�(	���̔,���l� 4MD���y�U�U�զ����Hr@h@9�D��*@
�3�:���:�.���mt-�F��c�	�<}��I��1h�2��gxAF���Xgl���f�RK��R}�j��T2u��(s����`�&�-��2v��l����Z�ڷ��rm��|�z�u�u��,.��ں��QwC~C}�VQ_1]�b�Wɨ�UZ+����8;��ck�Nv�=���*�
Q��j��W��8���D8q�8g�3�Y�r6�՘jR���X=R�����q���7sn�nJn�� <��'�y�5�����Y�P����g��|4�����(�|sKt�zk�֞�&��˂d-��Wk�}_�M�N
!B�P$�	;�Va�6��v��!�-݁�i�3z�NX7�/ؿ&�u��L����vܵ���ԣ�����K$�D+���������ؠ��q_q�I#���x����@���!�J#҄tZ�z�zX��p��^�IؤkJ4���]�{HF�Ed	ٴl��Q��G�⏶�p9O����<�=�<�?W�(��O�O*��=�?�i�4�m��'O��6=�?]S"�R�B�QڔA�rJ9�\U~k)na�Z�--��h˞���Tm*�ʭ���Iղ*��mMk��[�[���Vu��5�:ۺٺ�m�i��E�Rψ�d����v����ϳ�K��<?�t8:����hx�z�܉�$u;W_�^�__&_�qj�Z�v�G��]�.d��������ٵ���4j��%�ƫ�W�W�W3���%���רל���)-Ik|zC{��f��7Cg�yt��Y݊nK���Pz*z<=��D�\�j��#}��g�z��Cߧ����
��l�H�AlP���m��ˆ{F�a���z�Ҩ7z�#�i�q��q�xl�4aL�$5u��&�)aZ0m�R�s�c�\�Ĭ4��F���7��g�+�-�b�[H�r���`QX4��c�X&,��u˶de��"�̪�����5Ջ��J{�z?��z���}��ɾ�}o�o�o�o��N��mx��Ŗ�C�x;Ϯ��������Y��}՞���ڏi�C��:���X��ͼK9+�!���M,�P.�k���?9��g���K��g7�
�En�������~i��?�?ֿ�z�����y��1Ϝgų���{�^����xE�Fo��ӫ�:�>o�;��.y׼�ޔ�З���!}D����>�>��0�a�Ñ��o��~�~�}\	��#0��
d��D����� 4�\�6���S��+�[�;!D��!M�
��B�/��P*tN#��0#�
ׅ�mauXv�#��%Œp"���P�z�6dJ}�:���QX%E�(+ʋZ���߬����`1Z�ۏ�C��������aΰpX2�����F?�>�}�~:�s��x}\W����.n�;�x0�/�W��z�Sx���@�U�8���6W���a�an�En��" """���")����ije73s�-+/]�4�-3k[���s��m�u�m�u�\e�s��0����0��y�s����s��h�v�{��RN�r$�0���}TJJ�ƽڕ�	��d縳�=o�O���np�5LY�jJC�2�ߺ:��a��&��z�}̛��R�Z����e!h������G'S��sG�Wi5��(�~;Eq�h�B�{�AL���X"
�6��J
�Jn�Ѽ\J��K��|�[��}����o7�H�6��t6����4V��q�/
�ε����/�����+�Zˏ�R�U�з�o��/Z�1i�!���~������������v�z*�J�<T�W����*�I�^��K�6
P�sn���5��8O:phb�ɓN{��A��m@�1�!�Ft�4���~g<*� ����k�u�e�GK}��x�'u��j��Y��W
�
��(c֊�L�䧸���/�[��4��M|N<�1.I�)���}�~�̕e�U�
'CBDd���(��UIw�RP&D{�⽚���0_�R�S��J����R�U���	��[x�sL�Aotg�x��*����'~�����;�f�՚��:.�/��2�V+w��ŋׯ_�x�������ۗ}u�
��gW/���|ޱ�"�Q1��ŝA<�AR)�HIl.Ci3¥��BA�>�ܗI1x���]�|�+x!�ބv���`u�h[|: �#l�o^D.C�c�{�H�}装ۖ}h�	;�֏^�ߓ�䪗������Y`��Y\�]3�2���!��c�/����=�h�[���Y_��c:<7'>/���򩏯Ls�/3�馁
��<KIM��Y���:).�)=3�`�����D��	�%ȕ Qh\<N�羢�h\��!��eG�5�Q�dM����޹����9����9t�K���>	��=߅�V�$P���"x;<
�G�8ʕ���ˁĚ��!�1
�;rz;��f_NN�PށA�߁������g��2��v5<�Qd=itkEr����jN&a�
&�J/]KQ.�:�1v����C/�D"h���~��«���@�����fË���@4��A`��٠���L}�ֲ"W��dO�܂��j����`���M`P2���N0(A����)�B�)��Z��C�
A0�h�����T��xxE�')��s�U���Z����n�O�}��FމvM�B{�F�?�c�7����
F����������V��k��P�/���z$��8�X ��6G��Y�
8ݲ��C:�	ہƪ�8J}��\�	,�zZ�<��xV-��;KPH�x`;�z?�v�o]��z�ؕ�y����QF���}����s����0������?k֩G���=�#<둠��x7�2x�
��W�>JI,N�m�h
AN�
�2>��.��J3�;n�v��~�}ٖT����;Ŷ���)�W!�r�h:&`����DP�V�h��%�b�MdO`��m�/��]�Y��e��]��㭏_Z9��Mh'R��>��=j�X�`lǑ�5~xo���[�h،�M�,�p���A
2!���"%�rA�	�-�Kb ��EtŚ�h�t�4a1]%L1��fN�6����kx䣖�g�����ަ���F5U�Y�`�;��'���cgko��S+?\�l��ڲ��D�L*K�������x�m�F[��c��@k%��H��E��E�F�I�ۊ��kÔb�>W�ߢ[A��4��..j�oA4�gz>`*�I�$�D�ӂ�S��R6�&*2�h�P�46���KC(��Y#�#Rm��#)�U�\��њ�k'\�^9dzrU������ƕ2'�~��,s$������º�ư
���N�JD�_K�~�S��Z��i4��0_�	�����b:��I#p��=�5�(�1d�/�6��	-���N眪�/W�ʨ�&�}���疟y���-�4�2sl�ƞGϿ�?�_n�K�Y�bھ�Һ��k���z�un�LW��1��!�D�o���<���8�f���i��Z�>7�X���v�qWn���֊m�qg!�U�DHsXʦ�(q��!������P�Lj&;����a���"Jt��K�G/�*{���[o��U�rBќ�{��m�8}��<*:m|���
��j�Kǝ������$8:6�Z�ւ9�V�y����x`��g&�mQuYaZeN�ڔ?��)?3.7]�I�sd����g���i���qh�BxI�_���6B�4�hi��}F��s��z!m�3�!��#Uh��i����S�ߕM�(O-M��r���ֹ-U,�%���:3'�.���߯����_�tԶ�*�	%�g���^�O���%>Q���皻�:����0o�i6�A6�g�1�J��Z96��D�l긇�%ooc���u��!��:4����5\$�=�1�C�����b;� �ʱ5J��:8u܂_�o~�`[��@��X�) ]�v}537��M��ȼ�p���99����;�:;����N�6�\@��	����I
~�|Kx>[��fs*|J#�3������I �A����`X��Ԍ��WU�־i	�v~s+�cJa���m���o�ن���Otrf��GO8�w�}��Ĝ�87�3���/!�t45�rzu���F���������\��A����?�'���|#�A�F̱��F��_��H|��J�5 ��@�6Z�D|K���K���4Wޟ��?�Ļ��R�)���1سc�~wp�_wOZu�z����|���W�����~3`�,�\&��ͺڎL�z��;��Fe�}ul�}�&ؤȋ�H���Y�ꏏ<u]v�iYo��?�
���~�޴n�n�)�&<���>�#�"�/,��"���>	#%;Fm;	q8�H��O�L��ګ�Dp��h�<�.�Yma%@��K7\ul}*+kۣWI\���Ez̈́b�AdR�.&�2k��h���^�q�A�قV�
�:1D,��AP���-\1ií����m5�gvm�[k�GQ��C�LT���6.[r.�~���ExnZ��,E���׮�U�"?�eA/,��9����5�@�q�/��,߲��H󬳾��[f���}qO�^vC����<t�5'����.��rП��́g�)BL��'У��<��p���!낸��)9܊�+�n�*^�s�=�����~�� |�W��=��_�:p�s�6�Ź�U�2@��'�!uM<3lˆ�����v�(�����w�4�!���Kv5q�m��i�vC�W�i��\+���cE�ׇ1�N�2��I�5���E+O6�c���+��?=w���!0�?oL�t�mݳ�o�o3�?82��I��L:��?v8���wf�%�R��p���2�@��]h#���n��`386���(�3+¢SH,�<+� �����;z���9�=���P��(v�`e���B.�=ͧ�ζ�U$��6�7�	�7>j�T����?��ˇְ�Sa����*�]	��H���E����_-��m8��]�Є��>�5��/	�N3��Q��hM%�V�׵	/�Fx*��Ăƛ�o�Bi�T%�}&���1��ؐDc��Nl
l���d�L
���'S
R�p�8'ad�"kv>�g�=����UE��=��y�[aN^���a���2�-^X|������G���*�-��d��Gs���gx�����~��
H3�ܗE?����
��/�������'aT�e?����1� �v�M��W�w���@�c���u�����u��_���`�����_��ކ���s朸���u��{�O�|��p�L�R�>E���(�̪(n�w#0�_������Lt7zP$p�7���H(O�C�Icʦ�u½��ӈ43��xd�YIt4'Nj�k�%(L���ћ��P(�_Z�.����~"��Te���Z�R�҄#���x؉f'q�-@	l/��t}a�pz���'VM_���ur˴ǺS��h��D���j_5!�Є��ZM�S�"y6����,D���EK�u:���)�f�V�?j�y_��km�<KgN^7#k�^����ݣ-���vL�W\�_봂�’�̸DϨ�Ě��l~��넟��#���sJ�2���r�F<�u��'�a��r�clp|�����nP
�dv��"?�c:�S�p���8*	���h����_������K&�q!iy�M��6��Q��漢���`	l�[l&�	�%��z��^x�pNĪ��Q$���6C+tA8���ɰ�h�Y�4�F�N^w�ӹ�?���`��5�t"oE%5%0��X5�.r�P!�L:�P1�L˜��\���&̈́�`�ìƠaY�A�n�ip�{�7��4������k���1K�`T�>mâv��E
Z?bI�-��e��y��T��"e��g���j��Bx�h�mAz��Rȱ^f��ev��@���i������[��)�a&8s��a!���D�Z�`K�FP��6\B�X���-@�=�����}�^avѱ��.f�S�����H�%,��
�v����=t{3����7��3�@ɿVc8��~���
��v	x��h�A��H��u�(�/Ʌ�>���`�I�Ly�	�����}���D���D���!T��2�56��u�(��M\�yF��W�
v"�ky�K
��f!�0��F
�<�E��Mp���(z��=���e{�� M	��ʲ�o�R��ƽ�����d�1K�
���f���q�����CS�Y��p y�]vޚ�h^�9�fZ�ـ�Z�/=l?e��(�W+���:�P�X��DI��x�XEH�k��`��@�Tt�cH��>��5��xi��Z�v7
����%�/�-i��e�©��q���#w����Y}�WW{]v@ge�{X��xTnS��n@8���&$Pv��H�r�Vg��+|k2I%����BT/qcݧ�>	�$��4�������G�_���ޕ}���3ڞS?nzYU�vf�͂�9���.���Ge͛�{��G|p#%�g`̈́~�c����e��sD.<�� ��P���NMwy�肦,��)��.?���̧�_����؋�Z�V�x\�Lz��K��}��$�C#��)�Bn���N!�J.�֨�8ger�ώl�;�d�Ю��_��_߬^49V*Q�������ݵ-��s˛g�A2��x��:ޕ�����Ö��T�Y����l���Ä4$��h��dj�/B�$V	�&3����Y�iz��W��q�+��R����ᵧ8R6C
j@b%��ݯ_��KN�ߧ$�ԙO�d
�1uFVm��f�y��H7#�
�x�N	|��h&L�|1�i��l�oon��'س㙉66n�Xo�Ls��T��T�l�m{�1&�/U�ǒXR��a�^UB��Ҽ�x�����;�T��T���2��MpN�o���1�O@�K�(7��&�A��pȣs,S@�X�h�Sa%�N�;�ݣ�?��ޛ=aTs��%w#����j88Xb�Hr'%�|�aܣm��ݻ�˒:�+UPTX���}��ؖᙜ�ط���f��}7�<6���ҰH�)Z���}w=2/�fSF��3
��

��S�D�"g/"���4��|�r��t�!��ri r)dO��-dM�+Z��_��#�1e�j�a��|��i喆c�z����O-�*4
�5蛅���j�1V��>�l��k�jt!g���|P��W����v���v���;f�7����wA=mF��T��Q
E�ƑT�P��E*�L���M�ˉ�6Լ���A���� S&+�ˮ��;�X�����L)Ћ+G�Rq^��L
)/C�,��	��e��O��V+RSy��
�����@�iwٯ�l�m�c���Y�@+2�	��M��\�s�)�U�D�$�$}��T��cN��:4-�^���#�,R.�PīӘ�&A#p"~!�:�eLd����~|��);��4�J-��u�+bg�����V�`���h�;�g���Jw��vM޽��·�+�뫪k�!^C80���>N�́F&�����.L��_ž�]�xrOxB�}⬈���
ϵ#�:�
�Sh!�UIP̥���	h��b<{j����{nW�Fj��V|����
���x�$:��?�0aǟ9���g�/+[?k�}c��6�sh�d�����>�ʧP��K>�>2����l�m�C�g�a(2b
��q�;+j�*#����8WS�]�?�Lnj-�?������%ZM�����h�4x.�s����$oU��!<�Axl��g@�V�l��?��w�"�Aڎ$1q^%�pG.���"Pg���I[�����U˷�J͠�oU\E���uP.$�9K[�M:	���>����g�d�Ƕoپ6�'��'��0�'�M$�!�	\"gz�b�r�MW�c���d+�Yf!'I�-�D�6}��<�y$oz����<���ViF�������-�ρ�'a����y�=�-��;��9ofK_1��/�����Y���{�K@��}-Qv���b6G����3���t
$�G�qɉI��øyn]\����a�:1%q;��:!j
1vl� ��ay�Ә��ҵh�����0¿��Q������8�l��Kp\n.�o=��l'��La��a�Z���	���R3ձ��L�m�}�]o�J*�&�a]�9���ͭ�/�ٽ\
��7h.rv,�)%@���I�H܈�P���$.Q�g�NX�v��dUq�������H��\^2���3*��M�J.�o!m�#:[0���1~E�؆2�F� Z��ΆgA�ܠax:\�f�C�2���Y�A�z�p5qV[��T�>7Z�N8!c�����Q���Y��}x}*x��)G��Bx*p~Kƣ�H�
����'��V>�IX�@��
�?x��K�X�
��c�?�/�O�F���+�����2o�	c�M�OI�!�̈��&	;^+4�}���@ʅ��-Л����9�F�m��l���\�L7:�t�÷�?��Lܬ4{J��-��%40�I,(�{,�\h`9�K�_���k�C$��������b�r92z�D�Pv Dj	�FP@��`]�ˮ��B�x~�em��b������E����7&���V�,��i���pَJx�S��Ջ�Jm�2�CV��F��up���_�kHm�\BT
��#/^3�<��Y.��1�)-���Y�)�=X�z��`M�!�4��!�Q�1I�Ž�|�5:/|9�|qIђq�_��H+R��~Y�V�^���S��C�ܱ�����U�7W� �o���ev �0{�z�����Jx^m�u2.w���P�A��x�F�C��D:s�Wa���_[��>~iz~ov��Ʌ=tM���
"srLI��>'7ۓZ�:M#]�}:�1$��0���|.W�"��th���ʍ�`���}`"��?u��Ӧ�5�#}T�hj��Ǣ"Ԧx�X��r�è��v#�3��,�c�i{�
��Fmj�l�o�u���;�$�f�%�e��6l���>��q�S��s�Wk�錱
�Y���J�b
���@�c8�h�9N&��9]���-�|��SM�O��E7�2�~����
��}��siv��9*�v>�{��iy�6ȏ˟<�
�?uz:�s+uŭ�Nn��k���&""����&S�%:\��`x>#C�
c9�,ZI��]�f�%��?���q�DN�#�$pB�I"��I��8P�cQ@tؤ�;�똑�ѐ��5z�����JGS��ѹ�^�P������ю�b;}�5=q��^��hZ�J��ŕـƭ�5���W8�d$%$%:�����"���"%�k��(`F\�F��h�����hm�r����`3�/���q�/`�O!����k׮��7n�8��2'�M�e�_����G�7
�y|����cWH}� ��xx��T��g��TU��p���-,eL���9'r��p!0�	�1�=��Áiob~X�w�U��7s߫n�XIv���l�ֱ�yye�.�}�jTO�Ģ�ʊ��S�-��0Zm�TnL`l�۳VV��˴_���v��mvu�F��NJ^U�����OJLj�%u�ھ�ܜ8�ڝ�P4ʬ�Bk���šx��P7Y��NY�C^�VQ6wnYE����s�+����VW�N�0a�����̓?�H�uT:5�&�G��_�~��"Y�O���UN<= '�F���0���X�i@R����i�E/����:t/�ڏ��>�?�?���ywesv{��S���������w;��v��o��w�����c�M���ǽ��] 
0|�w�N�����ek������V4<��}�}�tC�'�L�"}��E�ʂ,uB��Lq��Q(g������`���*�	���rv��/�IK�l�����E��Y9ͣ����/�%���rn}��)+Ϟ7y�=��;mQ�}�8�g�渄�l¿UT
�`]�<��V�Tr2��c䔄�)��$˔�4�d�v�GX"�U����t	�h�����>�|�8|����zIjE~D����%sED��Zx��4�w���^jy�#��0�%��b�UJUe+�SkSL��#�Ki��7%:+c�V���T��C�t�hm���o���JK��F݅������,��?�3>�b���j
����x�;��w�x=�K����P^��}�U�������"Z�Sє���:i�xJp��*l�!I(ph�K3g��`ᾙ3�-,7�}�?6�]�`_k��6��<����0��!��rb룽
&�ȑ7��$�<�X��
�����w�*kP�PHe.�z�G�*
�+�py�\�Y��a�䆔���')��-_��F�[�'�?2����W-;Lg�?��?!�c���W\�n���|�yB�WŒ�����Y�����QQ���6
M������)�!D1Y��P�v�z��qV�G�N{�x�lo�����i�e����gUw�I#;z����f��Ǥ�N��L�:d��<R刳
_�\�',�[�lmmV�j0�M��2'�[��Q���Hb��J�DD��^H@��L���S�"��QKkRsGǰ(,���I��V��5���S;5����	�����ȴGy���p�R�6
�7���Vv�{O�g�J]�n���t��9Ǹe������PH�h=��l�J�u��4�f��+#�>�S˙�ZʅxS��U�\�I�yG_��?:>1�tb�i���p�s�1�Bes�6ɒ���pć�)�W�^�B�Bzeb���
���t���h�=��1Pϟ�ڍ3UZ����	y!���#��D=�M�1��):Ʊ��s ���������l���vgd��3ؚ�?���7~�����_c#�_�t�S����e�0	���B�)�TT�8��˰�8a�����c��$��;���"{��΄�m�L���^"����{�Ԫh��S9�CllD�.>:ڨe���T�X6�p�8>�OL��G�+?P,L�B��� ��#D�7N���v�H��
�eY��~+������� 8��`�3��(�	kh�W5�e���@;��tӻt���3�@�>��8�h
�3�v���J��z}JJ�M�����,�@��'Yð�C��ed}"�-4�֡����[���Ԑ��敥�<e+��40���T��Rue"�]ȫ�1�cRS�U�-�i����5�y������G��J���Q���]Ź�Y����9����Q��(�$Tqe�?u�]7��;T�u�>���ɒ�m�F�)�WSQ�tg6z��?0k��USg�
�>ط�����lW�I�x��}��(�Q����"�5�x�m�w��ӬŜ�V��Q����:rz,��@,}A)M�G�@h@Jc�TQ:Z,]�RѢ�f�,mo(��KE�c�3s��U��3{�A�qx��ܠ%P*�����,�&R������[PE�߈�����w����ƀ��y2�rǘ�1mԏdL�c:�s-�:���aE
�Ʃ%�l@�8=x��H��J�t2����1���>�4�佺\�->�'����M�x�o���R��@���P�EJ?5� �V�:�=�ƝE8%a������&�$�4�H֭��֍�䆌Y	2�����h\pW84��g��B?�����Ę�V���`�%C��@JhBȘ�Ը�c�CcR�ƀ����N���
�),���"ֈ����xÕH1�2���d!EPb�Ş/.��M�y
��@�ޅKF���5k�>���q����?�Q�
�t)<��~��W�
��U�?�"[�ע�ф�ɑ�ft.2ơb~v�JZK�$��0Y6<&�1+�c�@.�uǘ��\����9�� ����䬕ݍ���N"�TAsR9OQr9ϲ��݅]b���&@�24%�.2��o��#@�}����ЯW���_�`�]�own�n�J��[��ޘdlq
��42�>�өPH���r)��4+��	},9$)��2�\�Ĩ君��]o4��b	b�c�O�w��x���V����[e2�<�0��?��R����CE��}}� �$.̋�^��k���O�o�H眸��'�^�Tw�IJL��Ⱦ���'{%⑑cV�+dL�ϏA�|����1�3g!�E��N��]XC`��m$��VH}�
�uH����I$R�:�����V���R{:Pe���\��T���Ll�èI��U��k�Gݘ�I�|�o�
)�W��|�r_�V!z�d&�Q
�^ѡ�WŌg�?[x�����׌ұ�)g�?�t|{�3��4���-%��.����-�<���.v_���4Md"�v��I��L��6�ݔ�4%zRS'5x���c]3Jo_f�w�na�~B[R��[m�my��I�.r����1����gȨ;�����]�� ����u[��,�8�8K:� �V`GpŽ1��`m����e��ؑ_�I!��F���Ѽ=U�f�Y<��𹊋����%8-C�����}G��](�d�K�����{�\��ߝU{���g�.�{��e���ڜ�}5�f]Y=�@ٸ�����؝>�E�*Z��^(����u+홸\'i��:[͋k��]���ڼ;�P���L���ѹi��p��=��F�!�mf��*D�]/<ǵFdϪ��_�w#q؞
����6�N8`z;�z8��\!�W�3d_q�}-��o�fW���4��m�'8��V��� �c��lv>���3�:��o��6�<�1�lv#�a�T�?V���r	�����ȌF*M����h��w�/H�q֞6�����\�8${�CG%8���Y��y���uc�����^|��ի��Gg]��R���*,q��+�Iż=�k�xtV���ނ׶.��W��n������\�f�>��_�9wreg�#[m�9q�fBm��:Q�z8F��)B�zч�$�Q������/�A��C�?�N|�E|�8Yw���P�xw�sT~�yjj[��B���c�Q-d�ԟ��r��ML�k�cKf�()nm-���
]��i3Ǐ�9m2��B�4nbo�g���G��eNL4��z��爉��%��d���-���W�'95e
��pSχ����﷋�f�����ADɊ�q�K��s`�%�z�Q���j�ƺ�:�]���Z�����	"�K���Q���)qऄ�){i4,gي-d/H�ٯ&q����
���cV�-d���� {�����cО��Y�!@��	�q�Z�N�A[Oj{x=򢓑Lj�DIp	g��'s8X�b&E��CE=���XC��e$��f�-<��|a�Y��,N�)ymT���׾��1uS�2��G����^`���a����k[�ǧ�ۚl��5o�\���!a-6q-h�7�z�jh�b��g�q�!$f$��� h�fPgMRB�W��#�E��L#���A8-�k��
��=�`�9��%�n��{�
)���߹#�Y��_�ȼ���0Y.!{Z!��q�th�p�|Aऎ�c
�A�e,��,
�-�5A833�	���4���>���a��{��S�sI�_������јJ<����F�(�ҙ��'vg;.ƏZ������X�T*ً[�D �7J��|9/���C�P	��;�$Z/f.�d֊Oi�V��K���|uf)���ࡧ��'U�IW׏a�VՍ����Ԫ�ȝ��k۶]��D�mnk��\z�چ
!y��`|?�z��BE����z�8�4ٛ����i���x`$��U�]��gM�̻�$8� ��w��A���}!p�l�k$V�~�nR?�����mZ��bǏ�12�D�/�(Tu�� @�k���$+*��(�f�e�,����e�:gO?_W��b��g��\ӷ }ւ"e��B�u�w��4�������/G��Q���IsV'=lH�H]8�S-�(,L��^"A8;�pZ��Ld�8�A8-�	��;�	™I��|�p<"�T�C2��X�Z�v!w&�ߨNd�w޿u<%x��e��XG�&��GĐ��{pQr�� ��`?���c"�}p~�p��rxu
V�"�V��d�"���|ӧY�f��
��Pk$>�|�W�&�G7��*�np�ٔ+{�Wn_��g�]���?"}�O����e��)��,�����@�N	���ճcLhە��9�}���K�̇�ǔ��ݻy��kN�&ר�G���i~�W:/c�\�F�a�$@9�-	y���E���N,���~
�CĺJ|������Bb�[h��Do	�f�`��!XC�N�Eb0c���M>Ccn�`��	��`h�и�и����8���%
���A=]F����,1ޛ��'^�(<���EX�sa�T�0��}*�;�ڈƩ�N�֝^�Ǝ��W�a��ja~	�ϐ�k��=ja~	5�~���z�L��.�wy�U�F�g�X�A�8&��۬�C�m�+��d2F}K�݀��;Z#>��c��θ3B8dž
'�Jy#��e�h�n���.������+�F	#�9o��P�_����l�)=�Q-9��̿߳&����B�Y�s^���M�w�8&
ɯ�
M�����y��Oؿ~X@��&��	��'�.���\�����8'�a@M���Ώ�a�����^-Ώt�7�~
~��o#=�b�0rV"�J)�g��!vkPЃ�k��s�6�������[�k���|xJ��,C�߻T�2	�I��A�v��#z��Jo�d<�ce����?�&^E��-欅\sTH�[����89瘇�|O]�C�{S���
ὄ�^�ۼ���#�>b^dW���8ܿ��a���8��3�.����D��[q͵¨dtf��IŎ��>#o���8,[�81��=in.�w	7�%�H�Hxк���&n^�\��I����#~�±�2��֘����
�;�S	8*3ED�T1|�A/^n��C0��h}��V�(}�Ӗ�6�|t��8|�$32a��Eo̟td�z�Dˬ�El�=6pzαq���l1��%���ޮ}�/�m�a���#��P�}$���E�S���w�:�T���#;�<C��)�r-���ȸ`D�k )�Α{.i�{|�F���B%���K��*�p~S��L	T���ǁkУLЅ�JI�4oG*3:�aX
.N����s;H�˘Y^Kޒ�%���˹sJ�xbO��A�7߀�o������s���)����~�'n�����<oD���t��2��(F�b�:�S�Mt��3�b���Y���ݱ%$��c]�������F]�Uf.��8m��J�eD�{�����|#���/yK��c���[���"I�u�/�+�]B�>L�+d�����A߄�u눾���ŀ��ws��[�0‡�u��,;d^/��lp^�H�Mx��"�M p��暇��0��"��}��nQ/����|}�Ond�o܄tK����%���w�������w�?�d�¼R���F�
�F�8oy�A�vq5�4q����7_����+e���A�N�0y/s��H��G�S-�y+���Ј<��XX�]�k���>�B�?O�@P������e�'��\)�ժ##�Z��k
F��*�C�sQ�e*u(
��ܭ�*���w��t�����~�)x޷"x&�T�-9r�i�<b W�G�����q$�ӛD�~����Ύ ���;��i��81#�H#�pZ�+N�1�Qp�M8�
�,��Ðq&���iC���=�FlDt��sQ�Kɹ�C��Ö԰ag;���1PN|6��>�F�����Ѥ(�%tz&���{�K֑b�g�����9���Sܜ	jG49춑CO�oMyfEw�6#x=H�.���zH��@�K*�
�����.R��{Fh�,��-7D��8GF�h��������H5Y�P�(���G/D><ޟX�d���d�Q��!�iBr����?�|3Ez�����	�A~�G=�%��c;��8A|�nZ"Բ�'�҉��\�x/���PjJu��'��N�p�9�4���{漳f�����_5����#�8#P�xs�y4�g�l^u�ժ�U���ׅ�^lHz��=��B	�
�.����ggj��z`���nI�w�zҋ��b�P�3�������Q�4�����<�j�PM��ғs�|�d�Dq���譣���n�pSO�	�#[*ݬ=:~��)O���@��YV��O��u��u�+��ܼuE#{J�n�V�,6~����/�͕>��ܓT ̫9�?WQ�鵪֡��,�K�C�oI8z��!*޿�8x9G Ȗ��ʚ	zT���ju����‚��ʢi�'��æұ�	K+�s�mL�]=�yuq���=���d=�W��*	g��+Q��C|C
g��P8�{��Q�w\����(���h�;[���~6/Y<����8r��c�4�7w���t�ye`͓s2��2k���������^�bbby�����r�(|��5[�
	>�
@qf`�[��c�
����!x13ڶ��7:��ۮ*�іn���{�o1
�v��_���zǐ���&b�?�<�?E|�z�@�PL�v1�&�w�`���ű
[12ƹ#��,�^4���DΙPZ*�JF>f�W��aV��h��Ҍ��\�D���*)	��;���W�y��謤%#	m��z+.�߰�c˗<�F��L�)U{@�W'��#"���L�-3e��[h�����M�4��\jL��ڀk��+�d٧N��@W����v���Ї'�9'��I��>��hj����v]l,n���K'L�7��q�}��ME�3V������aB��;���x`@�h����v��R�7{.Z��`��g}�{��н.br�tzqͻ/I�w�.��T��cJ`�(Z2m��+M��Gh�J��8_GjM��xH�ML�P��;S�؉�8 �U�&<3!54��&Ƽ��1�N�64����"p���r3��Q��� $���@}KAH��������y%��!�;zn%���0Q��Į��/�K�a
K��Sr�>>a(
7K>��>>�ʓ�Ok�0
pq�]�2P=���K/^��~�]�b�k-�O�zx8*=e-l��A���?k��g��e��Y�
h�v������**p��2oE�k�*d��Ѯ�Õ@I�f��ΙM�l�j�p�����=-���9:f5��Vג��R��^o�wt��Î�*e��e���p|(�/��{�Mg���� ׍���6�rAGs��֖8�����n�/s�*,f[ǒ |'��If�i��k9D�z����k���j���k��,`��".ظ1qL���W����|xZU^�<_�Ҍ��i
��%p��P
4/%^r��`���`Cb�k��|�3񎦖?�$o ��Cv�	���%�>��{aò6,[����B��G�Af�'����]�\䈀���g��2�ؐ�?�����n>��W3��q�����p
��E�]��:���b���Ӹ��mkyGɴ�Ć�)m��X؆��鍵���0�B�}���Ds���gЏ�1�\d���H|�T�ȵR�7�뀎L�q�#^�"��|Ŷ�����Κ'TG�@/�8Κ���x�!zrSm��1�3=�%��Ŀ�n|N�#~XI����jD��_ܕ��۶-_��SKl�.�͕�߿a��7t�]�j������x�ZB���܃t�7�����ʁ��3�b/���30���v�|�OC��nk�q�Ѹ���8F|։���ѳ-<�d/Q�����_����+�Iކ�]�_'�2�=��>�I�|�^����o���6��	n���;�m���)h�Ľ�{5��T�n-���0�P-��[��|Ƃ�1g�[Zƫk����化*5oM��0G�6M�6��Dk�c:���j	�3�$���rh�;�{�K_#·�_?��gʔի��&�Q�n^X@�~pΞ�p��R�Ǚ�с��g��kʍ=0xN��@z&�oF�W�����3؃A�m�ܨ�r�1�`���h�5��أF-]Y��X7{���	ڐ>�E��jky���OD�=I�±��f:�h�A�F�Z6ujY��������U�����ϋq,\��u�5o�هp|���֧��+`��lO���&�J����	
�gɡ�j��3odt���=�oiw�SO���O���
�⏒�e��;`^%+���o���ԡ{d���?�|�_v� ��W����U�e��c�G 1�;eI}��
�M��&�\�3g�Nt����wooD�h
��^ϝB����+p�u���Bv|�KC��!�%�.a���[��Y�o�09�*�7ܩ�1��b�|{}T���I���jh��C9�{�P����F	����e�0VMˬ��
�Ս�_m�ۙ�G+d�^)�R?dO�g��{�=���笄V�>:,��^�+��
�C�2��\�7v����u�o�׭KJ��O�������5�#k�l���&�BA?[!~��%α,�ojX/q�������9���2��x�nE�4m�߇ΟPl��XM��]Mz������H�>þ}�/��y�L�4�U�K7��I~�W�(���p��0�X�b]�����RH��}5U�8�a��C�	�`;fq�
ܸ�8�i�rp
t�x"��&8����ń~�H�/qg�$	�2S@�)����rk���)A�.�z�q�
��v{4��h��l� ���'o�����l̎[��w�8|]�o�/��͝=�ĭG���i_=e癥s���|Ɩ-�Vt���`xiwŘE�g��/¹��q	�	�ñ��a0�2��l
����WA�?���fAV�".�}��p�7�(�s�����ˊ�f�=����8ܠ�+���&k��B�7��m7�~M|�O܅"��3����E�Pȥ�0!3�7�ML�hHwL+�U�p�s�$+X�`K��`��F.��}���֤��ٍ����,�
�����O����Ou�;0
�٫���}nѧ�Ow��DHκ���~^!�ug��<��42�E��\�H�T��J��f2�%�^� ��|=��A[�b�@�g�Cjh��?{q�̵���TGbs���g0�N�f��0$�>���""�R�uBj*RY��n��?
�6IJK��1�Jzd�SL�sIhz���V0a���z���t�v�Z*“�Yq�D�|�hS�WD�=je�|��ڰ~� $���[�%e�A�2C�˼RZ13�:M��9I_����J���dJ���Z��
_$D5��O��%~��!�M(&��t��~��o���'����m�;���#S~U{v�-�*-Ɨ9sq�LW~beY=oi|u����R�����+���������
~��:kVi���*&L	�U�H���r��7���{��Plg�f�F��C>j�%�ۣR�a;صT��K9�=���|�уe�߫gg���k��[�>8���ir�Í;�ǫb�N�|桄�Bʆ���C̓�a���������m����G�z��}s�vWl����o�|��bV�?߱M�sTy<���1*~��g��r�U����/}�h�����!ٵ�޲�^�P1��!gjV��1
�^Xv�~*�SDj*Mk���5�!&�aD�.[v(IS�ж�$Y�Tmo��5�y�'�
��o<��yɆ�lZ{fv��-����z���hӭyq�=�����#�5/~�(%޴%$�R���#���y������d�)C�B��x�*(5���W,oձ�	�pqV���~ώ]مk~��XX�3�/�����U���Ѷ�\�3�^�h�HX�j�쳟|:W"�@���=�洂ʌ��i+B�Wp��p
�?ܒ�����1����ZE�3��7��֨�JS‚������f�4w���5�9>�=�}���5(�O�*��e8;G�N�q�2i�B�/`������w�o
,���q
��uӧ�r`���QނO�������p���'�-}�N	�p�V�w��N���3�C�~ieej^sѨ'ں�Z��ވ������=�}K�-�5vȮ�җ%(>L�b�Z��0c��Dž�@�IQ~2��i/R�c�	���Fu�-H���Qh��ӕ����ν������D���)z�CSb�����JbTo�VgG�L
ܜ��~�>͜�h|IF.�[_��%7é�\Cl	��'�{�� �hľ�y�#�;�	�o�z���:��s|���g�%�
��^�o"�k3�M�Q���<"��x�G��4o�1,L��juT�kӸ]�^�����KO��*4A2MȇR��KCIߌ�����쒴\�woᢩY��<�{oj�o��Dщ���Ы��@ˣ��ѭE��r5ñ ~�q����i�L펌hZ9. LIV�e�j�>ۏ�WO�hB~���LU+5F�֒������!=S=��8.k��%�S�]/N�����G\ڭ<`ѩ��ooe��?�l��[�I'�t:���n�Ng_:!HBa�%dK�I@����"*2�(ジ�>��0�e��:nㆎ��.~U�<O/����&c ��S�N�s��9ߓ��S��#LӁ5���(ºz=ڿs$�>ͨ�ea�.,������뗄�+v�t�D	s�=���[v�v��xd�o7G�56����2�>/l�J�暑߲)O�Λ�o�֬���5��sSl�s=ٔ9��Ӵ�E�_�bĶ���}�������xڄ��W %&nV�-�7���G�9����l�#�54N��8zӫ@�9j˸j"�8��Х����5�h�>�Տ��H�I�B�2~<�F�>
/޼�O��/'M��=�j;�%�2�����Ώ֮���@���?�X?�����Ym�ۉL�g. ,�3m2Y���$P =��Ԏ3X�\�O�E���t,9�����;_\f3�4���w�3��_�����2��@��]q�ljخ��g��
�F��4œ
��3��=���o�gG6��l~�wN}��x�U�j��;�]!#:Yua�͖iVa��45�`�	�'���Fs�ׇl�d?�{�Kp7�&Ԟ�t����_?�?/��fv��M�qT�;����
pۿ?����0|������!c�Y��Z�-��l�Z$��!��lN��r,��g`� !��k��G���1\cT�A���u�QB?o���ܣ`7�xX�5(��ϭ��v�Ʃ��?�&п"uh����Ů-[;.X��rgQ
���[�u}s>�����(��=C<=��t�3*�'�a�.�f2=.��`���,�0��Ġp|���e�f`nj�*�������	n{~��)���/�%�ϻ�w��t:�\��|����P�ȴy>�����t���#����\�A6>�V����i:������$�i�T���X#���F��I���׻����l�'G�}���e�v�����%����ªkU�5���EBx������EG������{�,�u�u��7��{�=�(�븤����#�@�v=��;.�C�5�\\M���:�(��X�oM΄^a���8��%��%��^��<+|�$�)�Ek9/A���"?��J�B����7x��؅�PzE�JH��
k�+I*Χq�T`�b�׀ˀ����r�j��z��Їw�m��
����-�����l
�7��d�j�1�t|�>?�8��gs�
��Tf��xO�3��*�j��ǻ����%ٔin��TA�)��R{kg���U~�u㉕��0����T�fɊƷ&s�!]�|ͤ����a�<�W��ԅ�E
S*40ǐ$"�~@�%�%i�m���g�+
�5��M�2a&�C�Cu��M�T�j0�� g�ƻ&DN	-��.����D�P��![N��NMMJ����F���n>eL;�bo 2op��,z"��z���T
��w o�^k�v���r4�w����k��t6M]�X��47jmX��5'��o�{f���Hp��Bl�sf��߱p�ŋGt7v��O��=�?b�K$���d%�v�''SIf��q2�Br\�_��2�	�~\��,bؚ�(�����p�*j��p	��]W��_8aV�A�ƐT��ZR�y=���ݧ��%��F�-���I#�i���q�E�r��r0a�91����"[�\��e��b%�9�巭h]��	���~�䧁�[�OZ�~�>�a�0�nhƐ�A��YO�s`�ӉE
��%_E,ߖ;�|�2)^��Ƒ����DN���b�;\��{R��AF#����M!��F�W�PC�3)�]*ɬ��i�X��p~�+ŗ�X�v���q���M�%�}�-�v�}�!�2�d{`�Y���U�=��Xo��Ol���.����C�+��F�@��`��ΐ�;�"2�q �q�����a=E�x�Ԣ#�t/�恭1��m��"Yܑ������D��r�
1��ȳ	�[�F��a�&:���Z�
�_�Z�R+��e.�ė;Bd4�!���6���&�(�g�3�%�A�M>�ᜂm�3�T\'��}�3�����(�'������k%��p�{��i��ԝ>��΁k�uh��6X��\�Ά/{��Α&9Q6Ţ
�^�wZ�}r2�=b^�DhV״I����vFܕ�oL�Y���g�!��|��Q���tHV++��T�@�DThJ�4V�����&\�\�ݰ`tPM�~evy�|���x�3�%@2Ap|a�铯O���|�_)J^Mz�f�L��ѩyh�*�<,��q-"ݘ�.	B���7h�q� �
���A��[`\��Z�~��H�g��a�O#)���+�Z��;�4DzH�2))v���e�&U�AbWQD|i��*e�dM,�Dأ���ım�/�o&W�w`�m��=7l4-<�ɶ���{���s�!����-=�/�w�1i^۰��� �Z�-�(}ICF���ûIN�=��ɍ&�R����!�?&�&'y3���ҥ.���,�����p2V9+�I�����qN���Dw��Y0+�b�|���O:;�O�Q�]���>���prHC˔��.oS(�:�nX[I����"��
Y>��Ȼ�%�b�ob��7r1r#�3$s�����V!e�,ɑa@t�@=�=����{�7!�9@�Jk�F{���&���������]�$��Fϡ.{�׹���Kmz΁t�:.�W�,�/2.��m�
u��lюڲuťCr���f�ju^��6t��'fi��ɪs�Y+�ϼvVv�
�������/���w|/�w�>����Ʉ]=)�����k/��h�'^�x��梱�I�����G�^�T�	m@Ċ�2���[�}�O�+�}�̚�S�v���;�<=&O��ta8�\�m�*r��,kE9@C�m��!J��0l�hEZZ����”�F��KX�0^���E\��ب�|xAc9����
��f.�	v9N߃=�N�����1���-��a�/�?&�,*���0�
)R���:*���f3�&����&vN�<hT�F�Y6`�H�ԣ:f�TB�ϊ&��ތ{c�F̚]�4�G�Dg�~h��!���2&!�QBH����i�K�[&C��?оh"�P�i��ʯ��?���+�
��Q�AY�>�]_���g<���mo�=(kȌ(6�!CX3��S�GtJ%�eF�1Z�<ڟ�]�b�K��0 �A_���{�O��7�~�J�Bҭ@~����Y�	���U(���,G�����X�Í/���/}��崈U�N"�|
��+iD�^�ئ�.W��$�]V���>?�!����C>��ƴOp.�ڄ �k3��1��@��L��q�n���8m#%a�}��ޙH��,��<��h�Ze�4UX#��2�i���J0L��,7��' 
�@��h.�1"3��zA1PO�G�;�d��֭E��Ծ���7������;F�탆�֍�_RY}�������$<�*5j^��s��%0�G_�n��`�+Z<e��@}Rh�:|�p
�k$�iG�H����U�1�lj����h��;_���a��[н~�g����xv������#��e�}��T3î�j�k�v��u�5x}��S��l~�A�X#s�#��l|�sV�n|��?�>��9��[��Ӓ�|j��W�E�pJ��.8~���.��W<�݇�H<8�rJ�|��&+��خ�#�j�vү�jP�<7��'�E�,4I>��#�R���<o��WVF��\>	(!��퇽��|��k������d�"�Fѵ�W�W;�y�v�/ACt����h�d��L��Jҫ¹��ޡ��Cb���l�m��[?�[<y�����ޱ���յ���ӧLݵj�ƶQ;F.���[�q���J������w��V���s�0����r��KI8�#�;��z��+��8_A��=�*����������'�]�jnjL��\�����#�!���q�׻ ށ������z�3��/_�SҌȑ�%�YDw��>���#�o����(����h<=ڃ_�xV��Y��wT�z.��+�"~�+��R=�e�i�forr~nV��9�4}
�>9Š.�<��yP�)�O@s�1N��W2zܓQA�%�2F�K����)����<�?��7�i˙����uw}�#̸�{&G>F�E�I�oy��wC6	��J��Ro�������[�H��Ѿ<[�=������p��Y���;�4,��}H:�2M����8c��:�߇�qѸ��qM!�8��Z����íh��b<0�\Q�9��A��S�nތ�I��C�t��e��"M�
+ubt=�d����|�Xd��$�4�6!����6��ߝ���
�޺�>��SW9�,��Y��7�k�w�p�m?�1A3��z�w��e��!RB7�n�jM{"g�+G.�K� ��C�O��t!��O��C��Ta�=�ƶ/�Ax�⇠�C�;�>��0s�[��{h,���XV��)&4�2��>y�E��+.���E����S�#��W��i$w�+^x�/�|�%�b�W� �Fg^���K���7�Z��cPh�+�4�k��Ec�0�:5�.
P(�>�zi�@ܘxTĄ�:b�?np�������Pi�|ؠp2��4$D��l&����c�~�*t�;ou�����ߵp�,��9g���
J��,4�:����V
���ϋfd�{<�X��}��rL�����j��X{IS
����ğ��r�8'�	қ��Ń/�.~q&���Zq"�}��Lh>��0
b�o��3AJ�3��:�U=j5eH��eTB�F\l���z<R���-yv��?5gp
X�,Yk�–����oU�9��9řm
?wt�S�]�=�瞂��{���~��ؿ�*��$��0���Iכ�=B�/E����ծ�m��[?�%i76{��?�e�O�"�u��uii�e�:�P�9��.��-/]��u�~�k?G�� ʗqD�����2ѯ��[�_�
.��A�$�N��q�@�)��K�֌Z���rL�q��ѱ�����/��a��t'�-�㬸��T���qi��d*��/��~�&
���k��lZ��f��C� f��/�Qt���I�_!<����% ��Iu��'��$�\y�'h������B���e�d�R:�,l�LV��)bG��⌾�;���V��qƟ�-n���?b��|�����?n�P'�~�7����]�sh���?��!���� `�	=���[I���Ì>'�G�7��u��
���S9�]�	�Q�·���p��Ϯ��.�d��=�>��uD�q�c�5V
�X�G޵4�Д+�9QHt�1�w�@�*�Fg֣ۈJ���c�ٟx��ӽ�(e���
�F�W��"!ĸ�\#�}�-��e�"3-���N���P��$cxxF�8	#���# t&`�N���D�C��R�`-Ptr`����E�p�F�v1<(����`']d�q�P^*-�O7��<=���������9�J:�ځ�_k��<;m��$�S�Ӵ|��oLڽ���er��u�
��`#�^6�TY���я��
ViؿL�m/?��o���|{#��zːm��c��w��`����5��x�����n�K�!'-�e�+R8�NO�p��h��P��
�Z�Év@�<2Z6��u�^{](e�=x��2t��^^mO�.0��b�#J�u.�v�w��om��Ν	�*o;��?�YW����׻����� �a$�����7�,�cJ%*�=s���Y�qC�*&�c�y��w�lE�|��������b�uj��K��ů�>�Ay[}nM���o2�\�!WX8X�ʰ�eM�5�thH��!zh�聡{A7�ۊ���x5���uǮ��[���/Q�}4|`����ל*,��F�Sqǩ<���RS��tʦg�r:,����h�(Z�Ň���M|v�^y�����5-8|a~Yu���]�������w����Λ��y:�"w$����/��|�zO��n��YV��J���d�(˔NA��J`�RT�S������?�fy똧�w���h�]�e�r�`���,���;��KN�=/M4Vc~j�T?%�*��!��$�Y�L�2*ݘx�F4����zH �Đ:��v��������ѽ_p�EY�J��@�|��3��;�5XQ��w_RYY�����_�0?O�W���.-���f��os
|��&���?��T���.͎]O�H�]醴4����Zb�W�r�2�A!��`P�r�Y�VkM:��R+�j��"��eĈz�e
1eb��� ��‡�S�����BJs"w0N+�H�i	\m�\K�H�/d�2^)��(�ܱ�
T��TFY��u��T�7j�¾c�#�
,�?w��0�c���xƌX+9��1�r"i7:i:5U��[2��\��,�S�����H����B1S
S�;��x�M���G��U��YpGVy�s\�H��3�#�2��e��!ؖ<��-���|}5�M��+'�G���7�
��c��9����:Bz=f`3h:%Ә��	�J�F�Ui�GI#"9��K���t�c)�<Z�ε�?�r�
c���	+G������]��'��+��}ș�L�a=x1����V5iA��މ�"�et�{Cm(df�]��l���t��83rD�՚*ɤ�@�;T�sA�(���0�� /�c]�$�t~�9���r:wh� �`��mA^��x-���Zp�[FJJj�9ZHTj�_m�A��%������%cS���c�63�
���<�9K
���{{a�5��M�
�=3�2��HU�Y~�>*M�WW+�~E�����:TɈx;��'?.�@_14$�pÌ/ӡ�^{B!�AP�Ѳ��Q�c9�V�h6��A��������ͷ����ͭ2x�,w�T�iV�u������k�y�{���e�kK|����3��h�<'ٜ��R�s��:�6��i�d��������]4ݘ��^֠�Θ���9�v��|���-�&Q��T�;����V���=FS����9:�K�U8G_)�L8 �cz+�t����٫I�y�'/5��V�4��5�8�W3sF���Xpr��3�;:n]�rڐ����秆�-?�,,<g>�D�=�)�s3n�
R�j�1&g�7�p�SS�M�����8�S��6�)]-�-)���]3�@�7���F}�[�g��;J&�7��l\��	��ܲ�j�I��$Lħ�I
�
�#�][��#��7͝�ע���s�<�l�2u�&f͐;���e^A��VBTI1��$�,��B�L�*�(��j��9Y5���U�tŤi<�c}c�6�~�(�
M(�ϝ�0�/�n~ĝ 9j�Ƅ5�����X.�jʐ�IR��1E�8�5N�ˀ�j���)V��[,��n_�Г�+g�����4RyTޚչ�c;Ƨ���&Uߕ��Yċ<�	��48L!G�QrE2�%P\��`Ǩ�Ev�!%;U��k`�2�Qh��ycװ�*+�D���\�D�+�22k�c��u�:Ϗp]Brzsm$�/�PvY=(��C���'��L�6���XV�z"oN�YNkmN.�Y���L>��$�*I��[�	~�P]X����.�����+
�T�^�3�Jv��eN�9����k�7�-8�a	��ڋM�d6���#˵�>kn����b�秪x`��c�&��4۫q���;J�����$We��ۙ����P)�p���թ	Z��O���	ӟb�>��T�XVR����᰽G��%�|frU��On�ԧ
MUe�M�5��||���
sC����86{��в��!c=��זU�V��������@��gx�ԝ�^]i�*'|EE������<$i����͚u���d3��~�4
��5�3����,�+�*e���Gz��^j.��`1%..��	<�����Mj��5.?w�����Iu�?W�ߊ��-�]�\��LYKYq��ЗP4����~��ZR7�ض��?��`]}�m�����\RW�l阱��\��CЍ�rHY�\j58�j����̄����Z]I���nxc��C�Sw�X3�a�ƪ�\DJދ��J\�Ipt,� cZ�/A�,����d�4;co�t�]����O�C�iX���UgX�wZc��(��,'�3i����5ŸV���w�y�bgꨡ�m���Y
���vW�~���U��V^���*�|�ئG�}(�Y3j��Lw���oFyl���fXU�ف�Y������ �t��|5�65=��1^7�o�4�=sn�(��@�`�a����Wv�!��N�Qʈx>�J-�U��e�d�=���rQrYE@�Y��X_���2�J���1�Id�oC
	He�M&�i��q�i��j�R:pbvv	��iX�fc���=xa�w|�}����u���doi�oH&�b*,O-h�ɮq�VrӼ;��4�_Ǻ�R_�6�:{��,&���L�5��A��y�՘���n>��}�..Ά&��[��V%e�\�-5S_|����&�]�^<�(��s��3_���dHGgb�L�W5.o�ı0V1�?#��cqf�/0���B
�U���q��+m���J����_-�n�?�qAkn��&�%�O�x��)���;QX�gW.�o֖��%���?\�����B�ގ�7ruUج���
@b��9Ϸ-i쮫�X�T9��ؽ�m�w-��ˁ��k�tN��$��������v�
���[�v
�D�f���ZIQ~?I��l2��zJm��������n�W�o�|�wk���o9冯����{����������V
���Kx=e�t�5
�>X�?�̀�(��oqE
e�e��'�C\S��z��F��A��K[&��
�@cv��\��W"�e<b��T��"��/V�8���c�ķ���!s��?(���vO�A׺q�j�2s��QՅ�H��G2H�H#{>�/D�S������A��¾�͂��H�T�m�(���x�H���"O�Қ�`fW�?#A4�Aq,}�H3���"<8~oWe)l�ԉ�h�p���񘍮���";��4�KʥJ�!�hj��J
���0�|�������6D������o���?�q�f��e�0�~���n󌹽����ˀ��?e�������0�	�e�Fr
?�?�0s`���>���_H�3ۼ�ˉKO��ư�."?]�9p^�)
�ߠ^��us�R
�uS~��S-��~er]��3[ܙq��ظt�BGy*H��ƙ�B~��z��#��|C��'�G<5t)?f��UwӾK/��=l��%�5M��ƾ<\;�V�Tijp=i�Q��Ɣ`�y�o~AW���{9m�X��x�KM���Q�Si=~��j_W���Ӆ��^���Ȳ�`]E>`npEN���%k��W�g�?P��mx�
fk<�$<�9&������,G6�!������'#IfP�Tt�BѴ	տ-�#fR�\Ʊ�E���8�4{�M9Gr�"VƑ�rP�b��ޝ�Cdc��O������
��䖛�q�yՆ��,�+dߏy��kD��E�Lb�}��/��Q������Yez�ݪM4M�q��m1��i>EhvIiO�W���b"����ػ"��|%h��4�O��f�ܿ�L�Xz�љK�� ��wǑK�.�'ķ�����б��D��$�*�pa��g��� �l`�:�{����<0.Aw�waہ��q�<�l�ȎKT�����B�����cSF6��X7Ĺ����e��&����l�8����p�Z_�Ҋ��v�K�hB��
�}���K\%f%L�s_��7�<x3�ݎKC)LR��j�x��`P�ۢR�N�`��À?BV$:jZ 4�ƭ�+@Y/1\ę'̝|xUfs��p�LZd[��u�9�����q�0����Ѝk���0�;�=��{�5�>�C�)3��.��Ci��4�,���Jm8��-��c=�����Q14�"��y
i�b��r�x�����i�dT��W�nPSjL�fe��_Ol�xb�6e��.:���f�������*�=��kn�o.@2���?۱� `�e]�҇o�F�N{E�m7�qG��H.MEA�Nƥ��G"���E��HF�b��~OJM�="�i7�+�4� ���"&�gX�F��rZ���{O��Wq�t��̂{�'�Āu��9E@�,䵘�|��q����<)�c�9
'�d�9����<{�Z�'H�~�;Dj��C:��(5�4���Ü@�?˦�e"��B��Gz�lEUt���ȋ5;�W~��k;��]5��`���ƙu��k�����2ۚ���|�p�4�u����g�4L|��>���KKIap�
'�P�-Z�T��b)w'j^���М;*��ko<��tcS�l���9��B��y�r�W����*��[-Ko^ث��c�p�WX.��儬*�M��,�yH��h�L#>��qy[4��?1W�ہ4���J�V�XR��p.��*��+��$�N�Z��,'t �T(0�sY�2J0]���pƒ��O�̴+�����#~���,�k���f��1��o�ύ�Ǥ�\zg� �F�Ef��Ne��2�!B���X0�^�*��$�C�������������A.�
����N�v�CB�-���~���)�gޢ5�D���R�ŠY�T�*-��
�>/R�OOJ���I	��L���k�V��\؝X�EGs��yZ�Q34C�85:�*�y��t��ӻAɀtbe��kr�i4zl=���GN��ż-��$�@Z��~��W�B���D]<��!��	�ܐ�H�U���)�HT���ղ��m@W+zŮ�1q�L~v���Nj:LF��;$�Jh,)�Ԯ@�R�<fV^�"^\TB�<Y?ր����w1JI�2)���%����`��<[yձ;cD�;��`g,��ddF���99Bj��.V�,���z�"���W��W�4pA�O�d7N���"����{�rv�����0��w�G�i	<�3��))�wc�8�5Zoy\�{�ZM�9\����k�*t�p)�	�]�b}P �pq&_���M�yҘ6F�{c�aBј�q¸@%��46O��3gd��#/0';�g�ȑq���B�-W3w�+f��ʭ�+�<8uҽ����	;�M�v��ZR���X��62�J6o��&'��I�%�?Yy?u�L��Ɉ��N�T�Mj]|�\<�W��Y9��N,�J74�����Q�CL�[�ȷW6�Br<%ƿ�۸ST5Պ��+*,�4&\��Y�f�5�d:�/z���$1X,���RK8��'f6F�O"�(ZW�����C���4�F�yD[��ǛJ�s�7��qݝ�����C���=*sYn�g�|e1<d�N3f�4v���Ϡ�~d]�B�V���j��$�:��{�G0�|G��X���M�Oc��9;F�}`a��g���f�˲k:����I�(׊�e��,eIIT-Vl�~U8=33W�
�::�e!OX��:+@!>�<�͓��&��nu`�>�>��������0���cqE�Ps��ucח���>�����lY��_����m�\���*����}���	/�ӣW��I*���6���J�
kA�RF��`�7I�mB�uI�ul���h/��0L��}�I�4�{/gY�+(Z�i�"�}C�����t���ӂ+������E+q�8��,JcI��a|	�Oq�<9��R�q96��c�1яI!���+X�e�0!,��C�K��Atx���N�f��;`;4����W9z��;$;�F�~�Q����at4���a%OG����S%��� p� Hn��#�,
�����ߡ�ٳ����a�ٿ!
=���
k���%�ĉS��Rb��t�6�??����7�Ž�Ҹ��, x�q�=:�М,�[��ne�� *XZ�-E�\\�DtU�a7�G����c����2p�!x
=����R�k�-X���X�|Jd�f�}��y˩�%��)/�OE�K�=�ɗ^��A<�>�x��4� �l|�����UP9?m�]��6d�쪑�jQ��`�?�x3|�:� �H�Ȓ$�f�A���Z�~�ѩU���q��"���V��{�-x���]���e�9V�h�Z����
�o5����۴��7t�
�с��\7�-|e���l9��ީZ���8��ɝ!o)!��L��	�qƪc�ƾщ=]ut�����ʍC�.QB{twj�So���ҲZ�	�#�^>�
���6��b1��]�+ ]Ҁp����/R�1�"����L�ϮՆ~RТ��p�$Ͻ�O��7u�뙐Kr��%i�����:���-��$�׏#o�]T*�ْ,V�ł�T����j����u>�S���
�s%��X�m���^d��۠�r؞��$5�nU��;���`8<�2�W����C��&�:��\X��[%�T�4 Ϭ���p��Y�N%�'h��Fn�O����=Z�p�䰏�>¥/}-��N ��k����,����Ҩ�Qqu��ʅ;����$����)T�0&�������~3l�����8�t���	��}���cRf������bv[O��q'�=��;�g���Bc7��s;����*��Yw~�s(<�i�۰�.q
�6����kp8\.�ׂ֠Ы�9񅯱5�z�=B�)܂EX���¬x��H#���bG�k�����Z��;�?����>�wH'ڄ޶�sP8/��-_vd�{�5E���{�M�?��]�>�x���}>D7.�ә�ST��趘0�$�
���p|��h~��v�G;���7 ��Fڝ��W���N����2��&SA�p�r3(�*�F6�68��8�?h��f�g�=<Ww�}�q���?U����Hۑ��u9���m@l{Ҳpg���
[��������5�^��&�ſ���E�s���{.���ߋw9��a�{���F���n+����&���]0Y�R^�����zoy�M#j���];ĕ?�#�'�L�/L@�`Y�}_���fI
6���1k�y��@?�����}�#��JIKKr$��$eX�J�6r��q��Q
�!O��19�8˛^﫟UQ�xL��h�v�[s6��bՁt��xi瘥U:|��i�_P����+#޷��F[�A�1.Mq�ajX������a˛�_���#������Fr��W�8� C�1�Ua�G�^���b�7���T�
��|^��c�������$3iO��bBD�o�`AH�5��Y��vtHw}pnE�)�l���O��X}+8!�#���"��N��Y���
��J��'֟'��9��������>��n�ڵ,�b�ʋR�f�L��)ѡ�8��<�u���X�<�í��t,�B�5g�b,�$��j)�a�Z�衔��,ĩ���R�B�}���\XN���[�F�W���t�c�@�1
��=,�2\�`Ax���?G�ɜ�Ic��czh�9'2p٤ȭ;��:R���:\�M.��c/�2��*�
�J>�`>���O�B���FK��b���X�q�c0�<7��I:1���(�����cS(^Z�7��x?�r��e�S�t�E6 ��{V+z���eK:�/
gd3�M$��E-g�6$�I,�=Fqg�b���Q��D���_�@��3z%����hK|<lK0>���Kl��K��v�:�F�0H�t$��
�tI�P�.�/���%�
c�����,��)���J�(	�[�ߑ�Im)�D�B�b-�9O���$�a�
���z`�'���9J3ES�?�8t8�#�gf*&E�R@5�v�~�Hp,
A쁉Y��wӎ���¿�o���W��?�o�e������3Z9�7�c��Z��Do�g�S�߯���ىG�, ��c\��Cz'��o��lא�:1o�;E�>Ax[�'��}Y
4�=����@G}�.�w�惽d,OJ">��?�$�}n:���p�	��H[.��̛@�!�&ж�6�<�>��a�Aj��N��II
�+��q��++`f'B�pX�v}�6��'7~3c�w��.����=��=ꏞ�����`L�?ohAN�
��7���nCg5�T�:i)��de6(uQR�(���$�)�'�>9g+�����7��o��-������=ܩY����\7h˯��Y]=����(&�N�S�Y�w}�&��Ž�Z^���Yb���8]Q\��L�ɛN%�O�.�%���iEN�17����^,�2VI��2y|���1�XF<V^�V6`,��G'b��Q\?4�2$��\�A;�,�*s���s��W��E0��X�[q,��U^ K�`?��t"��J-I�9�T'�"�;��db~8��&}�;��PB��*�7�8]�8��	���!�L
��.����3E>E��0ּ(M�R��X�����w���J��.��7��ھi[A��u(�=a��3�@[:E>e�c��c�Ӡ���4~"�a�GB��D�C�rO��W��S�����q���LC���Ţ��B<�Ț�ς�����?��I#�]�m@�K�9r�`�fӣI̚Bm<�wBk:�yZ�59Y�Ϥ��kp��ɢx�'hZȺp
9�dE�%�rs��)e�p�-�0^!#��X�Z
������!���sk�	�|�[8w����D�f�Lf�A��,F���I�ht��s	�4���P+����p�r��R�Uƍ=�@Qbv�@��FNssI-%����Kt	5}�,��d�"�6Bs4�^$끁��=�n�	$%�i���I���5*!=��Fa0�j�<���+�-1�E�H�3�9�›%>�	���&X*�h1��YF��_�'\)|c	͋�%Kk��J43���(��Ma�r
U�;l�~&��ܧg�68ޣ��*�Dx	Z7�O|�a>�����)E3R�|�Y�9���{�&4V�~	���W��P޵,0jФ/>��z����A(����E��{ILo8��w����Ow��S�1�¬�$�+$%İ���wF_��V%�P�+�6���l�	~~��z_��N���a�-4��U�.
rG�]�����ܪ_�]]Z^��;��B��g�RP�ʮ��:��dތ<��
ٲ����q��6�,l*(�!buQ�|�+�\�BW#�E��~�3D���q�޺P]�-;�{�Y���G����~�e��49���8y��L3o�xSik[50����iM�*�Ve�l�2A^~���z�mڱ�o���;�\!~��� A'�gg�-ne�+¾X�
�{в�x	�\��L���O�{|�:u�q���-o���:o�:��>�!Z�Nt<0ׄ���ԞS��J�X�����XZ���l/�?���g�nF(}�*\ EN
����#^h���WA
���1�/ڃME��ڽ��yy�{e�@.8���M&��	ޅ��K�:�*�z'�{�R���v��ҩ
r�����Wj�����'�
F1c���0��Ī��Z�]e#|�l�|�����,�8��Ɉ6�ƨ̠dW��v����_�t}%1��Y3�̻�E�K���B�dw�6��=�|8�#�kL>:�NS � �]X�>M.-w���^<\��|>�<�5�,V��jH)x���q���J{oھie�Cl��l�{A��dZ��;�0�U%�:@�+F�>�!���Ǘ��<�v�>�֞;��#W��!�>D|�c@;N2����[�QfJ��{~VG�����R��v�K��!�9��s4?��џTNU��H�3<y-���w�ۉc�@���ӎ��ZV�m��!扞�8
�2Σ�Gp�]�k�1�4Y�[��Y$<`C"$V�}��1�L}��;>��?����'�yp��{���m��Ճ�̄����4q?	��ȧ��`������'ƽ�
��7Rc�I葅b�8z�ڳ"t���.z7��z�����0�~����3�{����h����l�,}x��nk�Ͽ�����|R�M�9��'��q�lX	b��bU*uH0x]�^{ͼ�!���
4�I�Y0����3�
�\8�'�̕���T��0/����\�12.υ�z�]~p���)G�N�es<:��H%e(�r����Z\���K�6H��J�f|�3�N><���ÓO��pÞG�v���&��/�	�o;vbᮦ�o�
%�`aE��,�<��m�͛q�/z�疧
r�5ۧ�}�C�É�;�<�}�u �����ԐV�C�ӓ�������"1x�xK�ʓa'�Z��:\��o���U_.��w���Dbz�|8Ō;������j�^A
��;��;|ꊯC]�+�C�,]-(����q�.�	�;��}Y��@>o&��׭��A~ ��_X�/�����99���o<9�W
7G΃�nBc[ѹ�QȖj�� ��͵9����+��.:M �;��}?���@T�_�s�E�`�7/&W�/�З�W�����AT�s��0����փy�W�:j�:��O%��R��[�h{WLJقN��jĽ>!�/�F�-�ѹ�o�s���Cs�
QJH)�j�f���a����i��M�pW������dB�e��r��K��O���v����qt�Z�e��m=�P\?!��D�4��K�E9�x^m��(G�+��(��G�#��
cJ\������Gc�$�V!������4$�ix
̅$=.e����*s2���8w�|�9�؎�K���ԱK[� ��'2�c`˗K��z��R/]Z��L��'?�֔���ܰ	�b�s먩��X�8�;�]��ܺ��~G�~��~'�4:�P�-��H���,�K�"�O'��I�<�T��/q�U�V��"@EE��l�b�7�M�I�St~D3]AM�?��u�	�<	��ҵ�ט��ӈ��xd@'�yp^��t'�C��?�qq⼗2��x.`u��-hߍO�4Dc�_x7�sl�rƌ/�)H;�߅�B�*������p��܏r��8��QD\
��a���������#�c��E���F��:sH�#�}���{9��\�c��sr�Z�2��ܚIA�o��&3�S`���S{3�B��9�P�W�S��	�y���P,`P���h{�邼\k�k�=կo�tKi��dO�n�Ҫ�1V�Z�����~�#����'����j�0z�-�JW:3��2!�6P^^+t23	�$�
b�T�0���$���q{����U_������\�^������6�����J%/�g8SZ`dM�V�y����<��fO�G��Ơ�1P�#*�m�$���]��v��h5*�5����ך=��U���g^xޘm/Z@�,���S�6G�LU���d��a�[��PK�cmi��›����ʲ�fw~z�lY��;ڮ����b�]<�3%��V�No�
-�����*+W����!���!*rfT�A�0���}�FNw�?�3��g��>c�O�k)$[<T�a��M�n�/�D��,�Ә�4�G[�'d!&|ao�.]�V�b��kD��J�m/���&�ų\��_��'�G?1u��U#��᪒R�7�^�`#2+��9�Z++W���)6�����A�.}��[�1��+����/��1������+I;���ӏ�PV;��
�Tk���`�YMfS�_����=bg�c���NM�Z�V�˔��9�i����Ȗyw�23��O�֗��fh���|kUv�G�N;8���LD�Z�͠=a)�S��n!�]�x�Zp�{�f~d?�N�g43��Z3(�a�u� ��A��!�����3ݪ��,��9-��Ay��U�~�*���rA3�Fq�ǜ�.AZFƁAD�ԗ��{L�X)�]��r�]F�NBl���;����q�H���QC㖑��?֟^�t�0o�fH���{��ʺ-��3���7_�J5"1)]�����ڢ�f��y9�d5�8s�.��e�2��� �C��]��n�=#G�sD!٬�uH��3Nj��hr�T��TZ|[�p#}���[��D}y	�ǝ�L�_Zwā��HT��@r��-��/w|�����=Z�Wc�Z"�@@�Q;-�����T$�J$��P�/�؏u�d�Fm�8��c9�:�A\���R��>_�ʰN\�[$�S&Q�i�P�N ��������22�T�X�l�Vߞ���Ա�0ŭ��D��s���¼���,u3S�J��αz�Z��Q�6U���ʢ�Z����G<�[�2�3�K���v��T���|R.(`,�%�@)�9Su65+�V�ɭF�ᴣ���:��sʆ��/|/�ZF����vCmZq���ɕ�8�o�0$J�V�vڲ�9��W���U(9N����79�
��(2huH���lO�*}�f�lZ�U"�ɿa_G�*��4��BDE����O1���(�
��C���(*z˦���fd�=`��g��ز�|�j�#�fsu��P�Ec��S�U9&��p��di0�o��tx��5s�h(�+�TG����?t���n�m�P�/L1�b��.M7Y8a}� ?��ϱ'��$��
�9�����h&��b3�K
�}�2<�(.�{Ra<��S����`]��[u��}��3X�|yu�
7�-���g�w?}.� ���"=t�qR��o�dnQÑ'¨���P:`$'n��F�h�3�R��,S{ʹk�(�Z�Z��x׸�
'�g:��Kgݘ^��b0�ee��5��f�`I�CK'=Xl�ӧ�y�3�44]|�h\�}�k���R)�+�
*!�ő����D���V]��QO�]k3�ß�]E���a�R���eC��W=7��%��Z�~~���&�ef�v�z:̼���Je18�z˫|���AӒ��e��V��*��o�u77J˾�?Æ_��˥��HN�˙�l���Tt���S���dk8���4G
���ߝצ��������7a�}��A�a��t�h;�i�I���'3 w	G�8�N�&�<Fr_d&K3���
,��W�,\2X��i��'�R���*@}�;�
�%״d���fT��\�?
Kd�=5U�Vk���p?N����d>�䌃��wtr�Y�D�7�էX��g�W />]��ix��!px�;�ѭnGiI ���׋rJ��e>F�l�L��Q�I���F~jA�%�Q�a�íw=^U��(��n�E��rP�R�ed�UVa�Q�'�����J��d62�C��"!��I�`�aW�\6'����?�}�t�3�*��{dC�ʷ��rV
���M�*�\�c˦�9��Z����
3-��,o?�V�1��M����N��KA6׏�;E�2+˸2̋��q�:�,�P�45������a�R�E�xka�+s�k��߹��{���-�i�pUQ��<٥4;R�E�LV3�i+��ǀ<�^n��p/�.n��	�Ƥ�ۛ���dy���T�!�g���e`�'��E"��|?��N�{�S�G��3�nl�-�������EB��
�O��H�u��!y+��g%ɧ�;e�� oE^HƩz�2� }\b�cHƙ,�)���S��_u4�8��a�q�����H�Im@��o"�劎5�|�P�.KP]���r'(/�2y��`)��2kag\���(b�6Y��{��)�R�	]M�K��Q`z����m����'F���}	\�W��w�-	$!+!@HB�B!dGv#*""*��R\pA�R�j��V�R���c�u��P�gݺ�ts��|��N�i�Z;]���Z���}	A�y�?��w�眻~gy���>[pHW:!sܜt�~����7���Ӷ���!	���h,���Cɩ�#�{�3[�.!v���bwQ�h��9�G*������͠����z8`S�Id�J
��sYr)H�g� ��8��1��hq���AZ?s��Q��X���%���nsEz�Pz��o�n�~<_(=��� �;����n��^�V���X��yz�Az��>���z�U�^o��{0=�7b�XovAoh�N�>$c���K2�.����haf��',����Ή|F��':�g�(�r�~Ѓ�"=�O�5��rz�� �~����ꅥ��^P/�zD/O��x�W���n�m��*Q/ϰ!�q�����'>�d<����V�L��	|��2MƩ�}��d����>,�`�qZL�Mmӑ,
��T�/�=t\_nмR��+��M�g�8��ķ3IG�SD�}	�~�O�ؼ$*Է����5@�6�#z�A
���x�Ax�w�k	�ۊ��p?�'�=Y�J��1��ONƻ_ī��G�JDZF�����,�+����8��f��(2ޓ��^*��\���P}`�����}�`U�Խq��Aq1��T�Nˆ��b�($1����?J2z`
}Zi��T��*���[x��Ṃ�0'د��(c8o��ibϵ�=/�3&|f����3Qp3��i�g���E�LT�3��+��d���)��|�=���|b7�"^)�C�7��8��?л͇��K	@c��"�
л��؍2T�B?�Azw��Ez���H_!��Z�T��zz�Az��u���z��֊xU"=�`zXo�3;�z�v(�V����a�h��0��"��v����_t��O3z���U�&V�X7k�����Atʀ��I�'tʨ-�N��t��	t�-�{��C�p���{�{�Y��A>�'�:�4��$trC�@�D��b:d�X�Wq:�Y2^V��HO�d<��	|-��e�u'��
>��v2�rľ�'�5����"�L��D���iR���d-����뤿v� :�;D��"�FB'Y��tʀC��O�Q��t�+D��~%�C�p�©'t���gi�ң��㹇�+@��0��J�q-�c�(�k���p�Y_3��������I���b��<U6_���C�ޗT{(�o�3 ��(�%a�{(eRI䦼��Á�c ����N�/
�A29D�����+�?h&�#ݡ����%wQe�2�M�Z��$9��+i�d�xR�)Ⱦ�|�gSaT,e*�dž�SF��gW����ZH��ï��N��V!W2�l�ȁK_V�b�ʲ��8���1�UYS[f:u'W��;m6�Vg01½��f��G�~?�gp �~-�H��G�"�ཡ�����C/�l���	%�<��%yT�>�Ͳwn�R�=�&�#�
L+��;��<�Ud�ݍS�᤽V%-�Eh�K�A��n�1����#&���5��z�k�l8~�[|pv\��j�&�$~a��K�����ʟ�ՙ��σ��PI��(Ý%����UaM��8ڀ�@��l�¯�K���њ��}r��H�>=�����^�Z�B:
#�h�8�`�p�l��0=�w� ��!���;M�C�A}g��v"q;@.Ws��"�N7�P;y0)5�X�D��}d#6"
I�K=��L�#��d,��0F�P�	Z��Ss��I`���\x<^�<���̢��Lg����)q�gI
j{�ZFQ<��)���"8B�x|��dJP��سĦ�	z
(��r�+��
P��sAE.�z�z3�f��R30�_=H8x>�w006��=l-�잕S�Mb0�;���a�	�Oj�>����ݕ��Y���Y'��w���DJ�����&u;��
��I���;O|Nb(;�
�TJ��(�<Gі��h��kx*&FNq$�ح��^�L�p�	x!%�!	��HL�A$��_��]]��~�@��N���XX{�ex�q�?X��u��/~p�o���COύ�Lo^�d��%��s�.���?�9��=�}(��>B�>��L��|7�+�w5h�{�
D��u�Ǟ%x4*%-$��3��A�t
Z��z��~�geU�
��uJU�_�h��5�y��9�,�I(	8��Q�P�/a]>��m��U�����h^c��e@d�k�
�_��
�
M1м
4��Y�j��`k���&xb<��$���J�~�ִ��b��%��O	?��lj~p�M9�|F�_!v�<&��i��T����~���[=�0�+/�v�Ա���Ĥ�$&��垛?\��OWf>�e���o!s���e�{T�Σ���exX3�"$���2t6��ǣz����d�+�7�q��+��
��f2�l��컶?);�<�x@�e��9*�2)M��F#��Z�2:N�Jh�;�D,Z@�o�B�ڵ�A؅&2ۣ'�����^�Y:���-�mL��]�FK:��!�K�;���dNp����Ӑ���O��E�fyxD�=r��B͇ͧ��y�*'�ACڐ���D�c����M���a�L�+篨�9{��)Is�nI֫Mn{��z.�~�õ�WӶTM����מ��FGTt֐�,���'��Oc;;��/cc�	n�x	Ճ'AC�/1��?�҇�?L�6�d>1���:>��ʗ%�]3d�
�~Y�Dy[����م�"!6ص魚\���^^��pW�#���k�>ӛ1ԝ�&%ٝ�Neт��6ӴI�{F<TY22U�8�r�¾��X���NJ�%k������H�#^�$6�F��E�0QN*�H����-�P�ZІP�.hؕ=P��t��Q%`˜}���'�eN���U>�-��㩈	����C���<>Z*�H\��
��q�/+�kL6�d����z�{�5�q	·�`B�َ�<�^R�������
�����_�Gw������މ8`b���Jzc�z#s��^��֜��"_I)К�f������H-�-��WO�4a�ӫ��{��;���/,[���Y������wI�+�-S�ˠ��H
x}����v��gv��e�`�����U���(a�L�d)�
3�W��."�j��a����t��N�tWz�����t
,�J�[g�?�&�e�9�?a�t�F sԝ��
�[�i	�"�G�o1�`V���I/���������m
¦�/���y�'4��"��m0,n���
�5s�g{ɳ�AXe?K_��	���a��`ۂ0?l�l{��`����ޟ���khV�*
�X�Z�ܰBف&�o>��P ~PV4,~P'�Ç�(n��O9]e����jfLFʃ���/3��`;�P;�_e���¥�l�f�B-4%�q*VX���x�D�E�j~b���v�����5��1#Y_�??��?���Cm��|@��I�p8�t��`,��|G%R	E���Ƃ6{�q9�TFu�p�o�I�cs��XqA3��t�����)-<� ���3�*����l�?}<چ�4�`۬�I1��\�A= ����c����N��_�������z�c̈����lE�0���k5��ԠZ��Q3|�.��
�%�}6�'6&A�_p����7=�xT]����C�1
ڡ�trn�'|w�ࡗ��Q�Cn1�'��׌7r���C��t�Ł}T�:Qϛ���1d&)���دB��3P�
��[_���|k��S�_0&i�����3X㬆���Z��i�*�h�:Bk���5}���!F�Th�����X��\zh���j�R�R/�$�����\0�Om�2��f�t|�9��r�ډm�^<ztH�"�wj}�c j����'K<n�LQl�϶E��U�H2g���c?K|�� X��@��ݷv-s��!
�i�^b������K�W8��f��6�H�������EX����H�\"�����Hz���Od�-�U(���7���I�I���F/����
�	O*t�����'����亝	�)����]�m)�P�WA�.cX��}��h4Bq��l��\O�R��ȸ���ː�j���•r�-<�;�h�8K�:�4��(���)�I���R>����t)p��u�����C]-�]������#Z_��ءY���m���@�9������!��';Za���7O}��H�x:�SuB�r<��TJ��mR�Fc6Sr��D�]�&��+���r!ѱ��
�7I8��6�!z������V��A�٭����0�}�ow|�?u��}k�FV�'/���L�}�l�8�r�Ό�L�J��=+qgrWd���Bg�L��ٛ�a��J��#"�X��M�
!��1Gs�i`��)
V�@v$���尡�!L��c#���+:.oj�s�����#�m���v5������;l�1:6�2��7(����C��
S�?����q�{�K9�?�K��b�O&��N��%3��m3*$Z$D	�t�}��"g�C�d��2d��#����H1�4�-J�7_x����߃��.�ӕ������k�,��Sas��6'YZ��ӝGΝ;���o�<f��15����ڑu��1�W
*CyC��}������{��Q.*�H�RX�:'/��6��(�B���sV�ڪ�9:)�K:uF�gi��P�Q{6#	8ǼdՉ���.��ڷ{���|9����h)-������>�.W��r�������gw�N�/g�J�������H�\�*����)��(�^�P2�R�hh��u�v�_Ƚ��$�#q20
�'T���CϏ[�`��,.񤖕��!�|�e��?��������v{3�Ҹ��<�?[zn��uٿޝW����>�ooOxqɑ��k��W
�u1��]��Dkm>�-�e�9��Ĉp�C"Q*)*V�8�Οi����W�2�Lwc!�����zL�w���@�b���I�;�2���m��L�G����e�#��7:������)�l�~{�
�s���O��`��,
�В��䑆C&��o1�Λ3۪ۡ���E'1��;k���?�p\���ţ>�``"�L�>���(Z�XG]$#^��oq
+Z��Ӊ
騃��)m=|��a?LQ��JO�ytf�Uv#[�ΎBt1�+N���^���4�z��iP�Z��L���M��g_o|�M��<߰���*Ӗuu%�z��mn�@o��NJ�=|�]�1�Q�����I�+R�urO�?���}���C��Zd�ڍl�ˢa��M��1l.�E���`�'!��^Hd����sp�\�a�D�83�<	�֤��	\}J�,��k��<j?bff�SY�����w��
���y4����>�39�a����~0�2�j�Ƣ����p":y��Y�(�֦���9f���-yM�	sF�o���I6S�5���P��PΝCrpQ�T-5W����M���0y��$;�#��Yk4V.8�
�w�$thʽ`\�����v��#qE�#
�
s�M��).k��,IN��g.q�i[�����f_f�I0%23 ���vɯ�<v��m��$k��|&�atZ�sM=�"��U׾��
���<�D�Ҩ��8\֑<���Uxl�Q��p�h�)��4ɆJT���L�[)kȥ�� ���7}�gDUyE�K��N`��6T����E!��_����^��_i昧W�x�_
���Dv䎖�B��C{�(����pY	�p�1*�d<+A�}`Hz���ٽ"�$�R�}W���z���N����WN�U�3�Fԧ��G�,λ���4梈�(�]�����6sh�����@��u����,��P�ZC��T@��V�'���>�����k�fgNw�����p�Z�P��fI,�h���){�筄?�漅gj<��Ce-'a<c��Ӏ��gϙ���Jw΂}��Q�]��9�N��}-9�l��\)��9��ր�~��y�{{��`�d�]����9���In'tc$)M�t��b���HX��>��pf/#�w��ѷt���eX}�	�Ͼ��{�o:|�Э���|�����?�* �?�>��ͬ��kx\i=c��i��hOc(
��f��"e�����
�1ĪV��ۇ@ë�<P�=���|�l?��=i3h弬����w��H��H\1z�M��b�����\~�d�<��n��I�6�XI�٧&��8o�i�[���l�Y7v��[�r׏�~�Oj.�OIOM7�1>��4�\avx��4���W�=7�ywcј����x�	��#��q�P��S�cZy\5Ry,2�B'��.C�������l�]��sM�MK������Y�S��$j�A]l,���y=�~7&&�՘���;iݯ 4���m�ةiH�j$�w�A�!��-��h�i/R#%�Z-��CGiW���h�!Fx�m���'>�J�YHU8L�>�S���t����[�o��:8�Vr�Yk����?��D�
�]�\c��vt��R*	s�������h�#x=��9J��j�24?QR�n���8��W�2�h�-�����,�|��w�O�O��}V�	�@5�>��<�q����z�T
��(���h�n��S���X#�qf7��C���������]������FzS��O[Ӑ\�Qt�S�Uɦ�t�B�∽��Wz��\����_���[���lX[7=L�E��F|�d�i��$�L�����Z��DRu�
y�I���J��@��%T�n�� �n�Q�lVV����nw�K�ƥ�Փ���@���^?<�W��ae��=��bᘜ�¾�=��^�$����D�S�L
�J�ѳ�O/�fU"5��+��
��V���
�7���K_��:�9���������$��7j�τZBƍ�
��S�'��Dq>�~��}qD:*;}��ޟJ�5z�D/�s�P��~���$�_`���#�?a8,�JA��@L}~�~��I!����`9�Dp1����p��b�7�%�.�.#��E�{)���B\5���<}�R��F��F�o8K�Xd�N�s�RaY!��o���#��"��"?Q?k��7E�T�X��Ex:�d��B�b�����?	p�]�����8��1x~[��S�!�.
�w���v�c��O�GڿJ'�E����ӄ�"~K��$ڎD��G���@��)N��ˏ�^�������1*���Ւ�ܷh
G'2�Ϸ��I�Y�lRH�P�Xj
5�ZF����A���JI���k%��>��
��Z�qѢ���|�H�׊_��+	����-�k����o����~�_�MJt�qm`B3�� >��G��x?p��.�ܟ�y�9�ٹ}~���7��7��=>}�9T��y���@��n���x���g�u+�\T\VQTTQV�u�.p;S
[/vs��\�'!����EX��i+�o����Oχ�~�g�ϴ����Z��Ͽ}�iq;���G,�磯^7P������n��u����0kVCCK˹���b�T�]V=4�[�M��r&X���7$<�fL��C<-9��ZK]؇ǚ@"�N�'ܸ,�&W�`8!2�'�s���E%�""l2]�������Q�7^�^� ��byVa����$fL�бc���u�u����q�d�k�K6�r��$%�s*|��s�7����U���_��a��:*�Ҝ����G���ܓ�B�s1;�XH�͖��C��u�����dO�v4��i�o9�<
$�UΞB�y鱟���ɢO�|��ץ*���u����c�ƌ���Ul���b�� |��G[��9~��C�|z�T��gLC����=;Ő�8#��;�=g�)=�������#�!†��6{0i���[~1�85ɜ��<de��-���
��Rg�)^qA�����;���ɯ�4T,����\[��4�b��	�]�!;����=�.
p�i���`<
^�N�����^���A��?�ژTa�����=�ii��&��9��sf������-�궋큯�PEF���E�0��V���r4���Ԃ��J@�|8�]gE��l3��,�s|���J��`�T$�=ALCg�-���F{l@���I�ԪK���5&jO��4�*V�D�U
�*�
�D*H
��f�t�)���i�X.����5��τW�����l(���.�/�̵����`^�"�]���N*�H�t��If�A����y숆dv5�]|��NOw߇GaD�\6�T(}�-5S�JN�z���>��B+���Ŷ�U妤d�
i���Q#K�I�*�����v�!���5�l��SA|��X}dz��HSd���z�?M)HՔ�(�N�PHV�1x@\@,.w{��AJ�N^2F�d�s�_�����-�yT�(�.]��w��ĩ�%j+��GVŚl%��fLQ�A��jC�$-v��b�ې-����j�B��uTetH���L�U#����$a�=e.�t&eddXj��J'�q;�����au�/�o���m�T�;�����b�sj\Dx���%b�/"~T�\!]�h�[e��E�q:Mx8�#�}�"ȏ���ϖ_4��<��#5ח,��:݆:�:������cɀJ�2H��ܷ�,,��X�ܒ�q�Ѷ��u��+��P�]�)�{y�%�YP��)�J�S
��ߐ3.I�-d��6�dGF|°$=�yW��B�'�����&��JM�D�[�ͪwS��(�eh`U���d���pc�ƽ�q%�q#�q�'\���.\jM�
�k��1ǧ&�E�$n�>��P������n�?�U��&"�����r�{�2c��ƨ��I���B̩2(��/��aU[?!����_��k)�q4��-�D�L�',v�+��,}�+0W+~���4�1>�h��zop��&O)���k�k�Ot�
�|�+q��$v���k�c��n0P��i3��bV[�l1�~�1$1�T
\�nIv�ni�A+�כ�ƌ�#�,���M�K���.�U�+x�a0�G��^�O���'N��qI5�>���dK>A��H��5��t&&J��U��)I9c2������s��_��G�W/�|��wߠ���b��¶�1c�K��@ceuueٸq�1�#Yy+j�(��_n��d�K�	�V�UV�U~�u�����ت����Y���Xti�E�))d�b�J���ހ&+���Pfk�a�Cs9�Ϳ��@G`�A)�	����d���P<i=�(���
݀ա����Q��U�:҇Z�=�.5���x�U�I�ne��n����t�T}�_�V+�utc�s=[Q]]Q^[>�3�����#G�t�5KzZ,��U�y�0�װ�o�H?vT��ZV��[�o�*�R(���H�=�aA�=9=��e,tMor��شt����!&���1Y���8�F���:�ʬFx���&�-��G��̏ho��ˁ\��d�U�DN#�vVz��n|̏5垵�S��~����d����!�����<�=�8�ud��<���+�%�Ax:O��hG��YnB
�5PG�bE�<h��ho@��$NJ7(~�	�:E앣CV!�;O*��XV*�8�nCC <��3����,5R�^�60�}���韏�V��.�v����r��-SC|�����0o���3+Zi��u�:�fUT[��G��u����^<���}�c�ɫ��|�-�(�m��&qO~ ^��`�2j�ц��KǍ8`R�?e��#�)8�Hgn%�_a��b�c��%�j�?Gh�����q&Sr�����$
8�]�i�&�
�u�X�?�C�WHx���P8�E��vWiNe1H^�ǝľ�³��YK�E�cGE�1���$�����-v�?��uo�؃¾M/���A��R��p�o��g����>'�)z.��tp}��8��"��	{s�hې���h�U�1$^p�W�Q-ܑ�=${�8G� t67�5�$ԑ`;4��^;����T�^d�J$��\�/#Ñ�i
o�Ѹ"%m����
a��ѱ�p��NIqǵ����f���V"f^�����:k�ө��N[tEd|mꕛ�Ҵ�46?;���7F��f���[�8w|��bԭz�f��U�S�N��j��o��N��ɼ��ˏ�UUE�@�g�lIAN��JQ�����R���gR0��g:�}�Z���iw��>.��Ʒ!�D'%EPq�mQ8)����+�/��BLȎ�"���{��F?�+�]����6��/��
+�c,���;�6gWX�Nv���1oQ���"�Cr�{�NN��l
oӄG�:��&T����;����,��/��,`����*
fɧ�R����	�<
�ѽ�R�'�.]���I[��9�gV;.m�]WŮn(�t�s�.0%�r���F�w�L���]�R���W��M�wOX^|���`��6(߁�S���


�/�3L<�����k��Ln4j�]��
��,F�&�
l�*!Ǻ�6Y�����m���>y���
��ޞ����T�m)�;~=��-�kM�)�7o>�|װlS�^sJjI18j�v�+���}RyVA�fm;>���9씕r�t�FC9��m��7$���l��X(��_!���0,���5�^m�X>��í�a���:Gm���@������}U��GOr�y;|Oe��D����w{���ۮ<9gGRl����_=0����ʦ�Z�M(��;�9��3Rf�� ��g�\L�� ���[���DXa�
�&�R�ka&D��,�D���o�� �<��iȬ��`X�.�ka�m
����^�l������f�q���D��k�s�@vR ��H���:j����]7���{u��/��jA߬��c2#s3�r�t�a��33g���߀1G_�����G==�g�M;#���XU�zla2ζ)��I�j
q鲪�9��ZW�n�#����	c�T�^��m?��ߩ4���<�25�
bb>�b�f �kc(:�������e�'�o�C玏�M~u��X0k�f߰��#a�Җc�V����S��B?pm�Ԯ�L���>��i�h�W8���Kܧ�䠢=�,����';�w����wƍ��Q�~�ĆkK&��;G�[|s���f�׽��
/=���Y�P�q[J2r��_���JM��ңD�h�a� y�e�2�b�B��Kv�\��0�x�a!��}'驠u�^؁t!U;"��ϴ�n�=�s��;cjjd|Y��D.�H.5����("�h������b��d���L��J��蝫�_�����K5u����Xڑ:#�3�)�JͨR��?|��O�ؓ@����7Y��dXxⴒ%����y�)I"�H�q8"#y[�B�sAv�;��a���!��4'^�@zvъW�{��%/}n&r����GN4u|���[F����ee�2�ޞE�>��-�I�yYXվ5�#���?\��C��&LH�LI�c�*��2'q����i�%G�_I���Ǿu����A�;^������L��}��ؔFy��*΂�Zaz�ϭ��4�A1�#Z����q�?��_��������y+���������Ol���������׈�$�);�"�Sa��f�X6sS����q�=�e�k�
��lnZ��k�Ir
όP�+R��>u�P�';�c�Jk����w������F��P�
n҄�iBiv�o�q�;�R�sl꿝�)�K5w�����\�U��S4��<m�C��a�/�޳�cy�-���o�L����/|�|�>�jcKMS�p�}da�0��^F�u��QXh?����`�b<�>��B:��ɝ�f����{CXD�T:�%�"�C{iȝև�6���6��� ̍��%�v
0q̜E�.|��:)���e�Wd4*
�8��ێ��rM��k�7W�O�ue�k�++t��W��jǟ7������s{�Ý���{`|~cW";՜�弐�3]�'�"0
p>�0�,�3o�ܴ۠W�uƤ���/
��Ӂx7�n�I[��Y
�lւg�=sH�z�v�l�ON����{���-��K6έg���)��q�cѰއ��=3���=ϭ�x�m@��c�z ┴i����P\����y/�׃���O�v���3�hAX�`�!���A��h|�1N��-�ߞmu�a���a&�7̛��N�QeLjn����qEJ�J·	A�4@��,U���p��s'��;D�w�}�p�ԘgY7�E���{~���,*u�� �F$�t�{=��"�A���Mh׃����d��H]X��֙�v��Ih=HNO�ɫ�ר+?�)I�Ľ�͓��:)I���M�69����ք�!���0��{
�	�9�0���S
�	�Jњ��OBk�g����yI�y�ϳ~$?����SH�8^��9T~u���iF{�|*�H�%�b�!*E[Z0����\��m3��
�]Ik�`@�0�K��Y�[0~�꜇��m׷�K����~��>"#gT�udq�?��[�aO��˸�c���\=;%���H0����n�'c������y-�l���$�R0��9�m�Eƺ�L�l�Z_eW�1fA}Bk���r�X	R1%����߻$�Gq�]Š���^,lIt�9��=G���V���/_�ե������e�)����l����o�9��|�ጪd�ɮ�>4�w�N�o����T1�B�c\��ɟ�t�,
�X��P�2q�-�~��V�s'�l�Ď���B��\�w�'��?�˳'����>7++'22'm�AG'=g+�I6�/��쿷�ij:�U؁�R�3�j�6��@�>ŮD�'��<�ύB�v4~��S4�y:��"�Si�y6�{#ۊ>7�y�Vs�����s)��i��ӌ�����s��RB�߀�b[5<����߿"��Ϡ��ux`.}���!�V��:��%<}6*-��Y�Ȭ榡&�9����-���{o�V:*�lhS���x��T�oE~k;v�4Q��*C�P@��I{J(i�����E�q희7]�X3�u�Gp�+'�!.�'8p��8���ql'F��W�v���{�GD��ȣ�wN�8��}o��ռc���������V��f�K�ktR���;�<rx��sx�>�l8�JV��w���ѷ��ӣ�Dw��k+��B�^eO?s�9��o���{�i�{�p6�:�D�����ǥ��я����g�^���7��a�w�W�ʮ�w���w�y�+�uzV���
ڬ���=ڬ=��hHc�SD}�$h��t���I)�)X
�+�(��~��(��Ǟ�[�f�ih��"h�uɇ���*\%`�Jac����q��=Wñ�����݆8�K��T������=+2�Wڈ���C�W�G��g]���H�(�*����i��E�{I����!BI(�ٕ��wV�*��	<#)��ƣ��$x�#6�ڧ#(tp߿R��l/�y�7���N�h?���g�O����?Ỏ3Qҹ�&V�`u�]��
/�{�A�b�	{�=��.��i���Vc�]�՜���A$�Ĭ����E�m�{^�š
�<��؈@ �P�F�q�E"�4�`,�Rh��J-C��'�
�^f:6aܳȚ��L� 4�jq��s�@rS�*;J�Q�F���2���pk�܎|����Q*�d��Y�"3]��M�p��:ZDP��ݱ�	�L����_�\���mݩ+ ʻM9����Ɣ�5U�/���3L5�Z��9���������VcӍ��L���	��&�p�#�Hg�E����A&ٻE�9en�1<����A򿘉l^w�<o���9�uM2r�h�&F�1c���׀5o�!X��H��;��HQ-�Ĉ��Ž-�I��%
#KC����=m��������̑�L�|���qt�^#Let^��XvOL����xh�o��W:�w���%q�s�RXHxsFM'-t��/M�ļx�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ{pTG����[z��f���������T�-��Y
�%�!�fh���1l�@ش�cCk�`4C(���%c�´��؃1�1��^�ѰK 6��WU)0�w"����R���͛��yN�{e�1���"��U���9�Y�����/��g,��9�٤�?Y��Mg&^�ݿ�t�K�W�K_��?c#�l���hn�V�[g�[�F���FGi�w��=��f�L�Q��IE��6�l���Cl��ύ�7.�j\ٸ��UR{�����׸�q?W�4�K���6�&u��b㷤o5�5�^�k�#�
�fk�����9N*ko�d�1O3�4�![�y�y	�̫ͯ��s��y�y;�v�w��I02%���#�)Rg��͗�׸�a�m�&SS]S=��M㚚I�5y�¤�M��	�:��4M'5�in�<R���6� �R�ڦ
�67mm�m��՞�}Md;�t��8��M�7�%u��j���\ݱ0K��YFXFYƐ2[l')�%jI[�\M�L�L%��l�S��[[�[Vr���e#�z,�,;H�Y�Z��:h9b��a9a��r�r����o-�d�e�k�0k�u���u��b��au[�V�֬u�u�.�4F�YgZ�@u[B-����
�z�P[�ۡvZwC�[@��z��)�����P׬7�n[��j65�A�7�������
7'����:��@Mo�5�yԢ�P+�_�Zۼjs�V���]P{��A
4�:�|�d��Pg�/@]m�u���T-��jD�(�1-f([����J��&�L���2jv�SP�[C-oY	���U��-=P�Zv@�����r�H˻P'Z>�:�r�b˷P�-����t�l���P
��P��mB�mY��IP]6�g�i�n��-��?�j�����?����?[�
�����}�����?�y��]��?�m������^o�qv�go��?{���y;��w��}������}���W��}���7������{���>`�cv�g?i��v�g�j��v��`����1��9�������9&:��c��9f;��c��9�;��c��96:��c��9��ϱ��G��q�����q������
�Zk[�_kC+�k����Vwk��V��l�x�&�vAMk�	5��ja��ZWC�Һ���-P�[wB�n�:�z�h�P���:�z�r�5������LR�յ�C�n����mC%��P�:���M���6j^�"��m+�^j[��m3�ֶ^�]m{���
@n;u��$��mg�.�]���v�N����}Ԩ�1P�v���mOC�'BMn�
5�}6�S���/�Zپ���P=�۠v��A�m�u��Ի�'�>m?
u��"Է�P���J�ԝ�P#�
Pc�(��
tơ�N����iN���΅N��|���'�s����N�����N��<�Ώ���y�y��9o8��s��\u.��5�5΅U���ª�
����.Z�\��).P��"�\�\�\X�\+\X�\k]X�\�]X�\�.�u�=.�u��u�c��.����\\`�u��\w䀻��#�X��c�X��67V8��M+�;�.�A�{���g�gC=�a��n�^�a�W� ����榕�����&���G��np��
�������{�M�����փ����j�x��y�xSO�o��7�ty�M=3=�n��g��Գ�o�Y�7�l�zvzv{�'�h���&�G��9�9u��<7<��3�M^�R����q^p�m�+o���y/����o��7��›zyA�w��y�zA�w��y{� ̻�¼^xS�1/������{�o��7���›����7��|c|`�g�5��o�K��M}}𦾩>xS�l��o��Է�o�[�7�m����M}}>xS�~�����w�o�;�7�]�}𦾻~���?���-~��w���?���~����?�L?��w������W�����������ќ�ߏh�ȏh��ќ��ќ��ќ��ќ���\��������@[�����_�3���/07���/�"�k�/�9�������������
�������� ��� ��	���-��� ����/81��S��/8;����/�<��k��/�1��ۂ�/���A�<�A�<��A������Ն�_�!�B���C�/����u��_hf���C�/�$�B�C�/�>�B[B�/�3�B�!�:��C�/t*�B�C�/t-�B�C�/l
��p}��Dž�_�-���0����/���a���Ea�^�a����0��	���@�����_�d��φ�_�j��o��_�E�_dD�E�D�_��E����������Y�5���m�鋀�������ȉ����������F�_�n�Ek��/�QK�E�Q��G�_t|�E���/:3
���Q�]��Q�]�-Q���(������Q�=��Q����Q�3�_�>�b�b�/��p���1�댁�����͍��آ����������m���Xo���_l �b�b�/v2�bgc�/v5�b7c�/���/>"��c��/n����?���8��O�����8��ώ����8��/�����8��o�����8����_|�ŏ�_�D��O�_�b����/~7��	�hH���%���K��/1>�]	𗘙���K,I�����K�O��Ė�K�L��D�%%�_��K�J����K\K�����K���/Y��qI�_�-�M����d>9!ٙ�%�'g%�&9a�Eɥ�I�UrmrCrs�Ӕ�M�J�Ir�����cINN�d����$�%y5y=y3�)I�TujD����2�l)NDʟ���)�Ajbjrjj�����S��)~�S�S+SkR�N�6�zR�R����R{S�S������M�H�{�:�:����w05������-]��nH󻕶�iw�ߣt<�M�O�;��JOK�L��N/L/I��^�~%�>�f������;ӻ�ؿ��q���q�?J#�N�I����Fĝ��Fĝ� ���e�?Ȍ� �i� ��f�?�$3y�	�2S2��efe�?��� �Y�A� �R��̆����^�]�2�2�dg�?��`O��<�=]�B{���t�;@�e���dGe�?Ț��d�Y���,��b����,vw���POe���.�bw�]���.�j��lO���,�ٽY���G���b���4�}^�\���Y����������9�rcs(G��\0��A.�C� 7)��AnZ��ܜ���9�r/�VC��C� �f������9�;���9�(�rgr�.�_�F����/_���y�o΃��7���|jB���_~V����_~i��_ʃ���<��o�B�ʃ���<��΃���<����y𗿞�;)X���
�
�`.�����
��+�0��
3
���*�����+�,��«�W�)��Ž�+�-�����w��i���_���+�*���^�-��)6�-�EPWA]1[u�IEPW�Vu�9EPW\Xu����^)���EPW�^u��EPW<PuţEPW���g��.A]�F��:@]G]����:�;@]���u$;�P::;(��ށ�cn���E�n:Vt��A�ul�k[;z�vu���}`��pXc�~��(���!�T�%E��(�Z�Ԓe��ߑE�Կ�ei1��I;��v��R;*��طI�˒,���is���R?{Iw����fqK��{*��c�Q��dy����N����/��f�i���I��%&-t][��_�U\Rj�v�jb�>��I��袣�#=K�dyCj���AOʫ�}�=*����N�KXji$�/��Duh|0&}d�u~�� �U��$�ҽ�
��M�ݤ���diZ��_&�oIo�cb���<�ґ�&^��5�Z��d��P�8�Z����ִ��^N�{��NQ�y�XX&S��t���u���R��L��\&�� �a�,%�_�r�dPZ�vR?'S��}�(�/��Yt�3��tKŢӛ�����.ni$�,����eOv(=y���䝢sQ���&��e�|M�:˓ԫ��RI����]W�Q�i[I��g��5�Js�1z��(���M	���c����E��j�����2H=�&�+���|�^��e�YL��꛾G/(i���I�I��A�o0A�!��U���lz��(�E���AD4�K����yj���ctKI��a-ͅ���|y��U���R?iv�Q��G{�R�{*ko�Z�1�����~�&��`�WjF�9\U�Ny<���T�՝{�!QұX�H_��^+ǜ����#�{�{�?�%�S�\�#{����\x��k7�=;]WɾJ�G*v�%?�^<4~����Gѫ*Zz���T����U��JnX��U�++<��SaO\W��NE��/��M�U���%a7Ld��ޟ��ֲ_@ �V�B�5\z
m&];EZ��3΋h���!�D����{Ⱦ�ؼ�:�J��=���J4����և[Î��rlCɏ��odi��_#��aU�؉��}�b/�n�3:�3�5j��9@#Iv]��:E�e�CW�H�Q�%�]���h��8��B��k9��TէL{�hiT�K��kɳ��r�#+v璽G��Y��>��?V��S�֊]Ƅ�gD���E};E}!�V�*�GV�Au(�k�\u��R�����/)Ɠ��E1^L��V����W�k��}7ٷI�d}�'"1jK�dx��Y�f7C��Ȗ��Ɠ��0��a����=K\���\�~R
?�J�:���O�ސQP��Ӥ_�䣸]F#V"%�D�O$���.=����	�Uޝ1���}��o{+��������Q�.@�m�o�]�����=�WvO�I�:���T�{K�TS�C鴏ӻ�w�}�;�M��1�.�������Y��H�H�E�VN>�3�c�[��X��������cb~}K$�K�)���<Y��h���$�[Y�y��b��L���(�CO�5��~��S/�&��z:K=�E��>S9ַ�}+�B�����A�#�M�l��0�P;s�����ߡYcl�%J���^}�Eۖ�ؾF�����Z�H¿{�`��W�{騽�즞��|}3Q�b�X�TGZ�9S�M����P^;�s�YMoy�@�Pb�lշ�ޢxƁ�AY�HǪ��'�?OJ�.�ש>��X'���ܤ:��#�Έ��2��G�P%�3l��u����scH�uCƍt]3�f��;kx�o�r���ܛ�*��D9%�d�9�JfC�F3q��b�]�n���I84�
�c_�r
|���ߐ���W���Ⱦ_�*�ߢvhon<��#9�����Ԝ���)�3�������J��d�wH�C�%�{?����!���%���������S�Nњv���:�W��?���G�I�������*m��5��U�\�A���23�I=�t���_��zF�;DGo�y�ceH�)ʕ�C��=���(�y9��UO�x���%׊�<�C��_���I���*D�e���B�B�n�.R��d�F�P#/cUϲR�Du5Tr `�5��u
�~Q�Ѻ7�U�Z�W��(�t�����=r��yg��ց[4_n����њ>����_�9����|�zP�d�Tm*�GemW����X�u���Bk>�`Mω�����?I��-�؇���,���/Q�+뭾_���]�C�%#O�C}62�UF]��}�ġ��������k1h-2�!=��Oyp���SsJ��6QY[躔�K��Ϫ��A{)�vp^�;dG؍_R?Iv�F7տM�o����#��.cN�n�>��uT;�vѦ�I��5���ܰS�vb�r�oi)�n̥vhm�;/�^P��=�<p-rm��^�Kq���OLj����
����4V�e-P�圡�AeaVr�]�N)�3�Č�|�ܭx(��Q�j��q[��[K��/՗Ǯ#6�/�짉�9���k�W���J��t^ةiWr�j.�Qk��\�N��ڵW����.��Aʭɘ��A��`M%�Us�i
,�˻i���)Y��յ��{i)x�G��I�J�L��J}�K���OH_��W����t�}j�� �e�ԇ'�P�[�ߡv���#&!n�?&�v)Y ��̫]���kk��3r�bгE㇤GQ�Q��J|��J�%�I��Gh�����y<�@�i��q���W%�vM�d�����eI�ъ�odI����Ώ�DL�#a�ߔϫ-�%٫*�ډ�����NV��~�_��yu�,��O(�ɒ�?Q�QY�=�����|f'��W��%����ޑ%]�{�y7Ȓ�y]��,����P��,�gƟw;Ɵ��?�%������H�we�ܹ�k�ҟ�,������&K�s���׿���[5���������Sn
;�{}���ڸD�E�y����!�B>*w����R�[ч!k���Ԋ(��A�Yų|��W}��v�b����T��4��μJ�S0�g���[J;���Tگ��ۣ���|����KOC�N�S��U���x����b_��v����b�S�S�K�̫�S�;�����XY%wJ�9]�:i�U���Jy�O��﷋��������?�9��|�@�Q3'ߐ�D��S�K�~��2����n��+w���yK�sz��Fvj��o��|�V�yC#Cs0�x;�S��+��)vO�N��J}�.���ȼ=vU�������R�~%ϿL�{J��ڵɧr�kK����wߥ�ݢ��E��u)�$�d���TjVjX�L�z��h�^��6�哵_�����V�����@��=R�=-[���0-���?.�'e��Žx�Xk�΃�2�?�o�_�y1��'��S]�ɩ���長n���2��%)ic*=١��ii��ʓY�9H�>L[��\�r���c6�-�?a���D��:���l++�m� �;�γnv����.�
�2�y�]e��md��6��?�f��z��?��������g�/����]�Em����ֱ�گ�����_���X���jG����v\Oi����AQ����ڷ�K���u�����W���7�FT�`č���a�����?6�֏�Ƙ�	S�ɣ�1�L~�kSȔ��OƔѯ��1-�Ѵ��O|���j��D�����l�~Q��F���ڙ��;	���
���mC�>�x�P��~��"�o��5�
�6���Z=�-��g�4��f4/���wI������,��#����y��"fҖr���K��Z�k�m3�|=�z�v�b�{�����}��CD�d�X�Q~�>�ˬG9�hf&�ҽ'O�"$�*�No��V��Jzk�ڿGok����(���-��o��g$�7Eߪr��Tj�M1�����Z�߲���w�4�|DƲ�����-f;���c�l4��uҌ��t�V�M·�!f�|2�Mh�·j��0�(�a�����!�Qn&޲�о��毉�_5��f�;�hR�h*qE�+��8i�"U���8���Y���m�/s~mį�������DT�:ŎW�2EvB�m*��F��,��F��,���*������&�S�?�Oh|w���3��wN��ӎD��S䟉b��L����f��O��|�Y����3^A*1�r�,jlg�T����1�Ō�"`���_=�-�{\%��_�+w�twG���Ld E�Y<�O[DF^<���?�o��[��/��;�����⯑���o��=z��u����R���{���!̒,�M'�¦�Yl.����l{���>e�`Bo�(��$]+��Q�P0Q=^�.��!�9������_�l��C���=�ݰڪ�\Q]/�t5�!S���rS��s�	���i1f�H�5����8�#�z��i
T�����fL�"0���#�#��K��/����y��/I�H�մ2�����w&QPK�
�[&]`ޤ8�8 assets/fonts/OpenSans-Light.woffnu�[���wOFF8�FFTM8���GDEF��c�[�GPOS� �L�OֲpGSUB��,�1�OS/2U`��!cmaph�YD��cvt 0��=?,�fpgm���Zgasp#glyf"�ՐR�H�head�56q4�hhea�!$
��hmtxh�֝eS�loca�����jmaxp�  �lname�8��<|��post�8�'n��Qqprep ���{�x�c`d```fpR�s���$�7����~��6�$G��dGKtx�c`d`�����S�ÿ���@d�R
�?v�_/��Jx�c`a�c�a`e``5f9��0B3�e0b�Ā00�w`P�25@|ww����r�]���񏩛��q>H�Ńu�R`��}x��W
p��v��}�)�X�&Q�t��)T��$��!u2$�1iHb„v�V[Zu���Sc�3��!DEM�h%/Z�a���C��hh���w��&<IC��7�����9�;�\���}�u��lr&#W7�gn=j� ���dg��X�ע�ߪ�}XjoF�u���F����b1��$���z�?�'
�!Q+�V`N`<�
�FH�MN�^�A�y�ϯ!d�����D����:9M��g���9V6��WtH�}���ـ�-
�G�!k&�p�;T�7h�G���;u/:U�
�
�L���ޏ.�۬~�Iu´����z��$jU2�����������HV1U킥���6����Er��?b{�;�ž�&K}~�[�Bw��ܮ1_�(��w��
�0�`&1���ut9s��[�VL�B����9ݘ����Ȣ�����
�/�����}�4�Y�WY?Ă�zXX|1��n���.�4�(��)���������!�y��b8��3ò_�3��w3�lb��p���O��,�,15"K�z��Z�����>+�g��?"��i���/�����(5"q*:�XP//��D7�:������gW�(��e}V�m�J��r M�]�\���:�w�.E#25kt�&^�+eѻhNb��׽h/��:���v�7�8�I����سϻ`Ⓔ���]��[�z+)��C"��/g���H-'�?_|f{:y�8x��C���T�&>��}�5�{�~y+1C�u��u�\�aѾfO7��}
ל�\t������[A3ƙ��]$�do�oM�m��\���&����ރ��o��{-s:�,����ᾘ��Am�r�����1l�ǩ��М�>��^�;��M��~&n�9�ez��)�-��)���[��ǖ�sL�����u�9'P�=���?=�w�K�^µ�%��N������}��EG�:o0��}�`������s�%O��oCg6�*㹷`�nD��5����зm�~�_�~3b?��ao�W�Ka�;Hp+L�	�O0/n��;��-h�ю+�+�i����<�@��]��qA]���n�fl�=��y�<�C��s�'�>�oϠ�}��qt�Ȥ���Q��+�U��7##����d~�>Ǣ�s��}	�\�W�슮ǒ�Y���4g-R�gH
��6�t\�v�=)v��p�>�q6�j�B#�rig�k7%�Q�����p|*��r��R~?�t�5Ϳ�>2�����w� �TN�ROy��fڐcb^��|��F��CP�ml���3t�C_�$��1�H�HN~��$�7#�q=�ɠ��/�-wAw���`܃��?�,��(�5r�d#�q�ark�(�c]���E$r�Lg%�r��?�C��&g����xd��,�q�S��	��Ĩ���M!��0����k��n�b��HN��q۹v�G���Y,QH5��}#ͻ)��ĽĞ���OG֨��~����������^�g�{���wen"��(S=X��.�0��@����U�x�1��5����l�{1/?C�%���1���s��;�������}���x6M�d�1���d�>e����a���:�T�<���3h�VYG��Ï�+<s�b��3�uj'��3G�dm{��������d��e#�f,S�=#�Ha��(�G��k�����1�D��!�#��T�\���T{�u�h<�&��_}֯5�eqD��f���k6g;�b���r�W�CM�Y{�K�a�b!9���t"E��:�Z�8ͻ@k|j��T�;]���h�� �
ӈ���\b6�n?�|���z����<s��w���?g�4�>݂zyVI�k%�X/�*�b�s��At�z�����cuqI�㙾�y$Qj��n����S�|�п����̹%��$w��Hw~�
�iڿ�VE�ʻ�y���R�H}����g��.��-��mt����j}�k��%Z��U��a_��Ӯ��c�X��/A��J<�.��zb�0TY�q��,��F���7�7M�4��8 g���9�]>j��o�����cs7D�h®F�JG9W��5�L���&�@���
��h�g���3#�.���o4���s'���n����}�d��/�W�z;��4�b�^³�%����ؠ1�wևtV_�x�;{�qs����A
k�����&��]i�K�mD1Kx��ED)��(&�}��3`������:��qx���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8#�I�3"$"$�<�3#"���y_~����g�}z@��7�s�9�k�9�s�9�s�9�\sε����x��?h0),r
q���کx\7���#����4�t�i��^)͐6������wK8���#��3�3�3�g>#IHR�A.#w΢���*�zΎ�=Ig�[�'�e����=�[A�Qd�Հ�� �(�#j�{���S�i��<�<�<t~���֠���R�0TL
&�Y���Ƚh��{q5���Lk����?@Y�,nV"������%,��6bG�˗3/.K/�/\^Ȇe��S9œ�P�H�L�r�n����)p�	�p�R�O����\^�,�>ט���#���dy�y-yμT>.��/̯����A|>���x-����t��] )P��c�Ij:��0GX#���D�I,'ʉjb�I���	�<q�xH<!)H���&A�i�4[�(Vjͅ���™������dYD������2y�����`(d
�"�TS��V
@�LS�(۔C�W*�J�2��T�P����Y�*u�z\T^�,�ŋ&��6�>��m��Iۧ����8:�.���u����C�Г�	�<}��Ɛ0T=���aD��Y��^�,�����Pq�8U�X�Y�����bR�
f�ypEp�2e��֕���|	X�-���K��RC���]�[:^z‚��,5��
��Y�ee�2�l�l�l�l�l�l�l����F���$���g{ؽ� ;��Ap0��as�9����rܜnN������p�|��+皹6����q�+WQW3�⮶\�\����x,��W�k��zx?�~t��Q�,����_�]#]k��6����Z��:����&0
�낃�����B��V�&�Si���
jEIX1_�U�!‹X"��^�+
�"�u�M�M���ͱ�k�,q��,f��b�X"V�{Đ8$���uKt�rk�֖�*�I&%3�ɷM���3��pi��#
H�����Jy�����R	T�*�'2��,S�l��l�Nޝ�;}w6�X9MΗ��q���@~\�^���U%�F�f���vH�N�R|�I���N5���z�g�Ϫ��5�5��Ȼ��ɻcJ�R��*g�kʃ_i�e�Vz~o���%Z%S�T	ղ�˯�_W��R��k����W�������>��F�y�FuP������P���a��&S#��hVi�?�}t��j�Z�֤�k�c+['o�uZ]B���M��@�A�`h�5�6�>)y�d��n#�Q�hmk�ob5��ڛ��BM�M����v�N�b�\�ћ�}@��O7�5K��
�@s_s�y�y�y�y���7d��AnPL�!hH�OaO3��j�&��F�1h������X���%���w����L�j�۔z�~�}f|�z�תh��ζn�e�U�i�,m}mɶ}3Œ5��b��l1O�O��7>O<�|�g![ܖ�e������=������?j�X�"�R��:с�Pw�;����X�x�\�ZǾ
f˴�mf����m��Eۖ�؞nϳ��{��d�؃�a��}žg�`* d@-���@f�5�wd9h�C��;��G�w�:��[�cg�3��rJ�uN���8����%��؅te�.�K�ui]F��s�\�9ךk�͍v�Lw�[�V��n������)�r'�&ur;��Ns'���<�<LO�'���uɻ4]@W�+�5׵�Ey�^��ɻ�R��r����}�A	X
ց:�Z@'�
B`���9��+�+�+��d7�[�
t����V�����{�ߔ�ys��[��w�߆��>�o�o�-�-�������I}J���6�?��K�J�����}���ɿ��A0a!T�!)��4��@n���4
-@��6t��?�@c�HV����ϱ`zP�?���y��~sw������z@5�H������2T�T!]�%���&C����pV��aM����0N�'ó���z�0|AE2#�3"�(#���;���仩w����%
D��/�&���Tt6�)��~Oz/�}���T��� k�{��=868587�4�>�3x'��qo|������/ћ�H�$'C�!�z;����C�!�����	�Hx��}@T���ۖ݅e+K�e�����EEQz�.�^VET����-�]c�
M4F�Lb�馼�T�_^���f�݂���_A���3gN�3g	��?��cz	�p%�LD"��$�Dxx����O4ƹiԬ> ��t��>$$�9t����11�C��d�)"�XHS^��͸�X��t�_��g5C5L��gR���{����׋�#RL^��[F��yh4J�+��$��d��d%ND�1˨L�6*��[q�_���Q�t8�
'�����^-���UU\OUy9��}�*++���J���4�롞�f�p�%�]V�k\
�.�f�Up��VQ_�J"�� ���+**$B����R��'}��*�)A&!
|�VE&�g����&�O�$��H��	�Q (d�/ �y/ɻ5y���g��-ҏ~r��3M�]�7gisQ��ų�&=�|�H2�0f�	���ի��=e�0�f�Ľ�eǀX�`n~C�n1)fR���1}�{�f�RB�o �D�I��b�tV����3������߈�
���X�"!>Q�j�nƸĄ�� ����?�qӆ���l޲��ulckk#%���
�a#~����\���}�㧟~[t�KW_z��+i�G@�AϿ�=�x�ҕ���B���3�=���I1D:n��&Q�2��)��J�H7�Y.1�Zb�hm
��_���Ne@���xo�-R�m@Hx)Z�?��Ա[K�m�S+<��
��WM�{g��n.{rjF���)M˚�/<��V)7m����27�W֯:=�KȻ0q�{���L-I5'L�>+%kjG~Ú�W\�{&��S;�+���n�2v�/�����%9�h���
�/Nx\w	܃��p���AiV�{�5�p-�@�����eM�m�Y>v|Ӳ\2��>3�化��k��g7����Bxw!<�G�":�N-"}�'$��n���Y�4�mِ��['4-�!�Or��/�]��:ҀoW�
�"�9�<O��GFx��XDK�� ����B���*��eT")0����lw�jnN_�{���s��jwVɵ,�P���FnO
Q6a	؅�L����g _��J�b�%�����ZB�W@�0�3�3\Q%WNV�\%W�V�s��Eܟ�H�HH�3�Bт�,&6H+#E�L2	����I~�=�%?��<x`���F��%��BV��r:��	w A�)?���:~��^���%�"Mrи�C�!!ᆐaz�Pa�| =�@�7D��c�G;�gz��`�<k�{�ʆ��'��}\��q�r�dXM���ͪd�J��ʄx2X���g����moNs�葛5�WGh���'׮ڝK~z���J�P��?@��縓�����i��yr/��D��ŅИ$R��u�̈́3�2q�p+tzE:HL�W`F��X��3|�֕�Ei���B���h�ӡ�@zʇК�%c�"��
�-($�L���ȐI�|#���h�28�ޝ���dirƊu��o+�6�[B�+����OL�ޕ3dX\�����Η���u�h�zHC�E��\��*�Ƭr(	
�H�_�\~NHW���� ��5�>�1d�p��-ZSs�w�gf�(+�;�[S�-߽g����7�Z1?3��k�}F�6��+X�s��]�a�p~Ǵ��úǯ\��?��
�k��,�2�W7�)�yR)��$Or�(�$z,��S�Cf�#*ѳ��Z<�O'�s{I�;6��fqk��"�~5�Y��Sl���:	�F	�WG�M
O77?�p�ͮNԱ��h#Pn�
Y�L@��?k�{f>���҄��ǿ�Z�Sjyٲ=2r5��՛�1G��%V���VJ>Qo�C��4X�	��@�"(��nn������2<>��`D*Q�X�M����EF;�@#@l��~A;L.2�l�� �%8�9�ط�D"��OL\�B��׻;����<p�𑎣���ɩ���
#���.�Oq��KlΜ���M�i~�Ww�����ڱ��p�7_HC�P��IR6A4���4��u���Ӗ�LU���=P�gõj _�A�L'<M�pw�D���]�ф�X���
F.^�����|��tI��y]������ܷV��5}�5�/���o��<>�mW5��T���U�3׋�M�^�6ek{ש���3'�Ը�i�Ҿ�+���\���jZI^�U:�TRe��"�w���r�a�Ja��w���/T]�]Ĕ�m��!�7���HZ�6oa�LC��ԣ�v�"�ON\z�u��k��L�|��?tt�Ѻ������oo�"�wQ���$�dM��j��9M'�Oݼt�j�ڜ�ݵg���B�;��k\EfA�?������w�����p��I"ڟɳ�Z&2f���f�9�z�":ɷ�3T'u1D�Wȏ�#�Ɖblb
���U�w��$(�b����M��R������T��ә�Z7�[��f��K����@��3�9o��6S�˨cTGE�\Q���E��]hN�L���g�@;�+긔Ln4�/u�;��{8�~~z}��쬢�0��3��
�4��e�D�@����ƽ��7�V<�|�왣�r�;�!N`]WsBJ��C+
��6���Y>�ț�5(��:��b��D!jR����2)�87ׇa�F%�Uzހ6�<h,��^`&�c��󮛖B
G�]2P@#�MI#T�b{h�����LUH��{(�t~y��	�Ӻ��䗖mJR�`t񄄝�?�8�}�Ƥ] 䭩�W�3�[�乹�i/~
F�6{ƒ5bYP}Ҥ�E�;��k�&׶��tb٭w$h�~r��+s^OL��}r�.���ઠ�K���7�����㶯�|�8�s�5�t���E�!J�鹸PJ���,���a��[�C�!0�EB\D�M�,;��'�����NZg����-���1���d�f��>/������\���3�Xj��J��M�(��^i��V�t�<ch��C^��<��W��[`#p��^P7u�%�l�2�Aέ�~Ƚ���j|a�{乲�u
��zcˆUTĆ�M-�-�쟴,�PO_�|+?Ox@���mX�.���޺���J[���,�O9;*�������֟��/��a�4����׸w��<k�.�����SC
5!A���L0���PÙ�,iV0N���)t��D�ˠ+������߂��Vr߼��	���~��fz�sW�ܻ�����~�sH	�3+h���dW��+S �S?��'7Z����:�{u�5�_�`�a��t[aaPVH�[ ��v��2��l���l���̄@ۯC�����.�ٛ;�t
��T�f0��+�1�����π�:�mmx��U���7�ק�ƍ"�ei�?���T�Q�4��K�po��_���.N�H!�3�.h5�3���/�G�۩�v�MK�:ɕ��}}�s�0�FL,�n�#?�ø
x��p>�3R�p��d��ŽG{��D��k���6Ȥ�R��:��Gk�{@��dȟ�H'͸8b��f��0�P�#���7.�����-G(��,��?VAVX�8�	C�z�:(��ǯD��Վ���za,��j	o���Yh'��4k�N�M6,�J.��`�?���j��k����]$˒�m��5k���*���C�|˸�A�J���_�;�O���t��p�b�S���^ܯ����P��:h;���K��Y��#�D̜�H=����]�'|�%��n����+
�H�09��)��d�o������q`��&�m�+��K���~�~����C��M��:�BA�9�佗�wa��Psa�>�5f�5:C_��U,�ʜI��Q��?
!�:�T�;'4Թ�o��g;���u7�����C�T����f�X��N~��~�^7��!�@�L���	Z�
�y���"���}��~
�l侑�����[��>0��� m6�F�>&��R��,S�B�%sr��f����o���:��Ձ�s�ܖvP�Пy����D�ԧڼ,�d�e)�Lױ=��c��:�=�h�!O��:"ă�}(�3-v�, �������������A�%��,��ꍳbFߜc>�V~dQ��qI��^:�����g*��W�R;���T��[��9dy[͌�p��1���(7��3��5v��h����
�GDE۵����o�#�q��7�T� ^��Na9��W�I�́ӑ��PP�F�PK�8�qߴ}�~����}�ǀԉ����l}i
u	�E>ēX'A|�$TKf��G���=���Ԣ����6������D���lH߫��%����F:Œ�:��P�Ȝ���k���u����(� �D�$�6�J^���_��-�5��Յ���2'�V�cPIUrWV$S���_;sV�e"'��+�@��E���F��ӷ��W��l�.'od(M��^��lL�ň�p���-�:�d�N4� �L��Y1�B�r����iX�M�2���OF�!gY�V��@�NP#8�7ZD�i�����H#�N�<�9���F��/�\'#�U<�@8#�݆/�i�� gWa�338���#�I���5�b�N�k$�R?�0��%���2�,�>3��y k�2p��#�K�ʿ���a{IYy:xp���v�'�| ��%�0!�pv'��:��!�^p�+��Y���SE�B:���E@�2�qȅ��4�wr��&��M#c�
�� �������50����~$�Q�'�b��'��WX����R�X�����\��CLxݫ�)4�PV����"gL
Q�U�+��m��e]B�!�ޤI}U*B*5����io�	��W�
��90��%(!�MƜ9=Z��[6���8���tQ��"��g@���,�q�y@��}�b��ѐ���q��RI�u�!eA1���$�O�����G�jh� �ڍ0k$f����Ujfh��IdK�±�`EF���
!e�A^����N�i�5�����ܱ�'�(�΢��/�^<��������K�q�?=�~Vճ��ro�;�������	ҿҮ�.����w�Hh	[��`��Ĩ��\ur��O�/�������K]~qlى����֨W�;C����Uo��u��t��Ѯ�Z�
�YN��??VdV������
�奴�(���3�%f�kp���O�q��O'�n-qa��U_ٻ���Ψ�p� $ulV�\#x�ﯥ��U���W�����o�xQ?A:ha��؋e	�\jv��M�M�:�=^�I�������,Z���n_m�2�h���N����]W䁜Ut��m��g]H]�n�C��x��f��"9�H|�AY���eвf�=͔k#D���
}B� {�B�����7r�'%�����퀠���Pߥ{vv>U�p)w�/X?ʼn���p��D1��4�8�L�lJJh(���D���j��C�*t�P+	-�����V��$}��g�4|@F#0�����"�5����WwD����O�?���
�ED�荋�0�$�p��u��V�V�y��z�-ڼ�S?�n�Sr����Ѐ}3�쭦Ţ�	�r�^�'�k7�=z�<sNu~�_t[������V�޼�k��Y��e�=�=	����L3*��.�v䳢��泡�$xP�ȫuKs��U-=ݝ��Z���������,)�ս��.��<
g!��p�8�>o���%k&����ށ^�xf<Z��W ��w���"��#"��#!�l�����F��S� ��0�~�g��G��������fL��s�/N�"�t�71����te�&G�	�VԧpJ�ߤRBZ��H��J\\��JX�3���Ai%!C�GI�R$��N��J��s���T�?�?>2`���EY6�a�n8 �I^��e(�&�m�E^mmxć��@����>�A�J�CIՉ̞,t�<$|��=6�֦�<��>C���g�!ڌ��cWO�y�%kZAkOQk�+�U��f�>QijtY�˖`��ם{��E�׺(��2�j:�tBM��)a�-���+kfdP�+�bb0o=�ƃ�|�e�Ng�G3����eWn�t�m��t֫c�lz4��U�2�����
�6�*����M����̹�:ͧ�f}��ɷ'��/9�p�ᢂ�K���=v{kI���NZV�������U�������B8�;��P+Y�Bf�:��f��Ãx؎Y���v�k�9�ƆY0�����\_׼���%meάW��1��§:f�.;I�q_q?\X�֚�ҕ�
a��fNR=�f�⩷Ǚ?���|^�(�8Zm�̬��T	m��8������'!I�`�IF�C
VuE�����Mw�n��}��V^�E,�3
<��	�|�Xd�2h ��U>��g�~���/��>���� ��h��q���YC$������v�h
/��u9�Qs�"�*%�ǘ�t�D\'�N�Vo9Lg��j�ϫk�-���C��Lip�i�YJK�����a�֞�FY�Mϭ�~:}do����-;��:�tn`���e[�/�m��|�V
�i	�2��.��:�qɦ �
���1y�	���f^6<�'�0y|�)S�h4rW�D�H��&��PT�``��S��Ƈ��~��s3������ʡ2i�T��=�����2Kެ9x��PN��*;L2�k�h�2�X���T�#4@)�n�i��tE��u��ʑ:~9�9���k�!�v�^\KV�u΃�yE,��$B���50jZ^5��k����2F����z:��5t^\\��˾�w�`�B�awMK�B} ˄�$�m�
:�z���1�0FS	�H�
�_K�0cD2�R��8���J���n.�Z>�{iD,��_h���ғ<=S�-!�����z�$��0�%K���H�+lN#�C,a���Q�rUb�P��I*13h��o�R�i���Cfq+����a��L2��s	��g��
��89u�A|�x�Є����L�|�±�@W�#�L��D���-f]�3��V�,	J��Lҥ��7:��\����[���Rq��4���*�M����mq��:ɣ�:jL��Z�~�}�,�{(u�,���#	�uk`�y���G"��@�"�A8Qi���~HG'`�C�[�t*�B�	$�f֞Ҹq�����̨��Z>��,efwi��&0�pldeDs1(hZ<�D5p�-Q:)���Όl���
@ǒ��;�ˠ��F�FЫ}UU��?b��A�wZq����}|%�<��*!�L@�3�����Q�-,�3�*g�T�[�2�j֞�X�|l��R�j
�/Q8)������*�.i�z��FTF6rg���r@eg�JEI�E,+ע��h���&_O��%�-ZAEəM���c��
��jLN��>gD�T�_jjKLb���?9�)*՟���疃<���Ϧ:O"����v~>*)2��*����5Rӱ.�n�_��}/3S#��""bc�5����\'���\�$��Eo"ԅJ�-�F�`-�#�-N�L]����ز����f�-(,�r�WW1׏�^U3������Q��'߸���Y'?��0�&q��� �R�R��J�>2��]H��\i�Wbe�9�0D�Ļ�O0"%�m";ȴ�l�z��k
͋�b��G�Oz��1ǘ�C��{�{����f^���RV���JA���zD�ـ������a��|}C4��!!^nZ������sŲ11b��͈�^�D�1�V�P���?�;*oHL2$iyNH���H+2�Od��K� �HNE��$?��lX�ĭ)=1ё=)[��[��xrOxtQՖ�1[�����l�"��[��-e:S�Iy<aY^���Ǔ��Q[S ��ڭ5[j�l�����?ҿʕa�jC����)�@C���ڬ%��(Hv��p�F2��Ń$�((玎�#�8�|������%�-Pj����άi�B�LjO4�@z��X��PX�Q]��H$r�&v��}ӇRZ��@��#���q�C.��"�L�D? �ye`���l��S�O��3�X�6wQU�u�#F־���g���s3���Y���xŘaK��o�cv�*�e����n�j�w�w@uej^��_�����+o�������J��
3�敧���w�篙��R����%\� ;��Pb[��C��x�^���_:0_����:f�>,L(�D�v��P(s*"��N��R$�9D�0��b�q|Q)l;�vSj�$KS��q+Q��Q:�"�����Z�~�קμ�O����g��~�����./,��;�����-YS�LX����s�o�6��C9�&��7��~����'��n��_���i>^�/=}悛[���W�m��_/Nl���5�^��yd�'s�k0"5~�Z*}�_q��N�ѿ"%%�!�f/�q̿�l���h6��N,05s�On-�Ih����x�q�!��̵I��������!�1�2*��#�ݟ;B3����&�b�L�*�z�`�whRJ�����BIK\�q#N�b�6Њ��?L '��x�p��4�'�~�L�ù-ܖp����])�Br��,��
��3���.��H�s�*	b`�Z+�da�
Ճ�_\��#2QN��IFn AG�%��p�#��%N
�/E*=�WP|v0��P���,����#��x�
�Q?of��C�`�'`��L����Ã�&s������%}��F�q�Ϫi��}�r�4�+�̪�о-�f�_C{�Jx�^9q����K��$ķ���X�Z]8zuu����Uխ�sZ�ϘA����z�ȂU5+G����:gNk�|Tw�H��v��$��..b�D��7�(���g/��L��
�ճ��Q���*������ɾKx��"wJ���]£�t\���i������ڊ��I��G?�6�\�"�I��1jZs҈�������f�-��ە(*��b���gV����v��p¸/�l&�#e���`�R���vW
)�?�'IJ��!�;��^�h��ƒa�RBRװw:Z�')帊��^�e���E#�J�F��B���'�}��!�>#��WRf�X�����E����3"q.�SӮ8Й���Ҕ�;���0qFA��(.�`=���r�e��O������̃���w.�1�s�$WGfyf��&���O6_ZNV
5�\?��s_�^V,�o0�t0*"�+�̨��F��ֱ����"҉�go�e�v��on�z#���d.�#��"h������$7B~N%�PW�D4�s��v�V��"_�Z3[���&�Gն����T�}\7Q��LFfF}��
���ST8�^��DiK%0�!;] c|�+�pW A6��Ii
�j�f25� ?@���>�dr8�O�2�#x(��&���F+��@I'7G��wmZ��C-}&O�:m�t�c��;w����:os�܎�k �,��S]
}
R,q�J%�3p5�b�1�*�{.xs_�<n=w1xq_�\2�눀A��0n���%ұ0ne�33�YAD��[����
��rSR�����,Ӵ+�4vr�7�)�GJt��������;Ȩ�:Wk�PW�����P�u��f����m!@QBEq�`{mw77��5�
�ё#��v�����c�w9�r}Կ���]��1����+�H"ؤV��{�U�f�������0�7S�V#T�Fi������cLҿ�n��+Ϛ�����H'Y�NIN��(EU�����C?�����l"�������EQQ�fCt�RZ�	��$�q��{��7EftTy�ܜ5T\�%ɦ�C;:�t,^<鹙�!ik*tWe���*�[�Mi$)�7,�>�U��
C�o�X�Ǘ��\}�b�d87�
�+q-��ILz}����'�|x	��M����j$�e��L��;�͸oY�k)��iC}f���a!!�끵󭥜�z\�9v�P�	�RNtҎ�E۔���""��ل��N�o��>bL'��7cz�c��O<��1&ۘf�I<&�1F�\�_8�l�7?��>?·'�F0��I��D\�"�M�X,�$.�˰�Y��.�1z����m:�f��[�:yc�炿�JvSG-u�<�2r__.8�LҖ~k)I�@|@�u���	A�]���0����񚕤}����͘�0�3�h�3�Ŵ�iHG�!��x�(��c��a�L�v�I>8f�S8&���4�Q�Ɖ�3�;�qr�v��|D
��2���L��P!��b��4k��JB��F�-*�D)	��2�?��'ɚ{ k�q�x��C`*���M��t�����oQi'y��<5�r��r�\T�)��;�Q#ϣ 
�I-��	׸a��{z�1Ȩ��IN�cB�c�t;���mL3�И���msM"�`'��xb-p�)z�yM*�PNR�q��!��4��ң����pq4$^�Z:�,��qK2�nQ&x�^��-����ܒt�<��%/���b�
�`tC1���,�F�����*�:9Hĸ`�V�-���~]�n�m�IZ��R�"�߄R�i�,�P>���9�j�P�ܬ��
�U�<1?��}rʥ_f�=��C�l:�n/'�u0�d8�
�2Rw��n�>��ԟe}�%ga׶�ZI;�'��:Ho\���6U�uxO<�vypL'���Ccz�c�O�ct�1��L"z�ކ��҇)x�LA�taXr�K���2�d̕u�����+M�*�?Rą�F����zf���w�?ko΀���;�nMy�C����oN�1�ܟ�,��l[t|�5J�~D:�1I�R�9^b�TJO�CٲF�*��*�J�� �RjYYjHY��-���MKBk��/�����\V����uֶ݈�������2G$Ef�3��nͨ�&��r�؜�ѡ��uYê�3KM��CW��Jo\~�rh�+�5bu��y�^��uI�D�<~��	:�f��u�����0�cXМ�F�ZG��a.Y����2�A�s-���H��r9O��+��x$�p�F��D\���)��ݳ٠�Y�ƱD�����i=��G[Ѽ�b��&���q�Q��A��Pm��oPMb��Yz�����x�nCM�	��	OM�����_{�.�[���to�<b��n���΂�Swpq�W�d/A�6F|�.����b᰼卓69I�v���G�_ձ��._�Uwd�u��s��i�F5Q�^�y�
��F��a��{�g����f��u�xLăc��W��	��:��j<�oxLn�"!Y�����aLg�Cc^�c$���m�ȭ�������&����Åd��3�|��x9��ID3���������2(��D�n�#~���3�83�p
>&
J�T����G��3~y��;��;7�5}���U��$�ڹ?�~
��|{��ڊ�3�>�/Y˪u#BV�t����s�Q��m����0���"g�.���D���N��l�Ґ��k8��
��~L��=�S1m��O�cd?����1>�1�>�c"��)�Y���=4�0��PX���3P�'
H��s]��<-!��|�K~}	�׬��(��(�2�BC����JnJTHXddXHy�������6�2�Jρ&�t	&O��`77�Z.2��%�(,L�ki��
��&AN��s��g��?ЩS��]�5ef���t@}5fS�i���!��aϿD�j�(b~��E��0�>ٸ9�υ�`�1zE솑ov5>�N�h��G�LKFdL'�����g���b��.6YyhL'���=4��:�׏������OW���:֮��9��^�ˈ�����(��0Й����"Tv�*3�
Z��	�ہ�XǚCj����MN��=vc����ȶ6�d��nm��q'N>w�>5swi@�:-�%%z.K�g��9��}���?~���)�c=�ׁ�ZϯuZ��@8��x�I[�Xh��h�E�&�l]��G����b�
N=`0�Cpn����y�t��e��}����*�m2�M�D���E��|�߃�>Y��6�y�=�Az���pa?y��d����c��ĵN�Cp|�p �p��3����4>�����S�`8���Z�M����zN����_�t��@���1��$򿤽d,�2�
�G%K����C�#"�0j��^O��0$�����AYP����,[h9��8Q$5F��W7�"d��n�^�,�jXWue����.�Vw�&{��Ԗ̄��O�\�^�'���?~����?~��c>�\�� #���6�����@�'���lpꁜ��s������߇���io=�k��ܱ�iO>�܂r���E;��O�^Z"Ԥ�+
?��Xoo7J,5G��U�7�E��x����2��_%��%%�nI���ꌺ�c"w�}�67���Č`�c*Ƶ�2���L���q?"/S���r�j��V�� �bB0�A�_�p�\�2��1�AƗcY�JT̳�+�����AX�
>���*z��6X
�F>���;6X
�Ɏ�VX\���Ò����Y�uyɃ�?�9���?Ǹ�/���3��n�/!N�3J�k��w!e�7	x�w��+��G�`RIi�J�J��C� '�M��PM:ĩ&|uU�ՁݚV�nݺ�.����P�G�* �~A�U}Ϡ��T�ϖ���t«�4�@�U>��E�q�V�t0*���zt�M�w9�K��<�V��m��^�c�Ṟ̏��Ϭ�'O��^�\���{�u�� !�p^���5�CzBZѐ���lKb?�7a�;��C��#��n`���z찠E}X��&�[�a��~B�0�����a9��qoCX��q��!HN�b�8.�`�a�Y��χJ�<��h����Es�u~�b<?��}��?��x�Y|�:;�fݣ���ºo�����ED4I�9v�Xʊ��[D��x=ø
d ��h�wy��l�ﭜ���@ՠ��G�:��4t�‰�e�X��=˥��~������b[�)\�V���.@���N��I�.Ť�4��X�S��Z'7��	��
.�Y�����������tA@�?����y[�;V�'��z�!W�cW��pL�0&ʯ䌔$�'ؔX~5<�\H��+���ݳ�߭�
�E{���T�m��_�R��D�I�aɑ.,����ê���P��X��3^���mR����"��u�T�1��Ft i����*�|;ȉ��dHE�L�`�^/���'�+�.��t7R�a�E&!T��&Źő'[�G�BvW�AX���-���t��xO��:��c:�{3:k\�Sޯ�d���}r湯�<��E��E{�F8��c˱ׂ���y}l�x-я�us�� =�Xi�O���i({�~��QKݜ)���4���Nւx�v�vGe���J�҈����;l7�a�3�p+�A.��8�<���y��eLo;s^*��~��������DQ���]&���	j��c��Mb�����e��g���'C7��g���%r֧e3���1�v��ںg[ݳ���<R~reSMW�Ֆ��z:^�3`��e��v:��2���]/���::^�/c8A��m�SO���S�c;#c��8�m�w8�x8���\g�t�~c�`^�wU"M�A
�Y$�PR����Hs��_��r�|�e��BMk;����3��JQ�r�/��hK�в�<�kp��#[A�G�o�ʙ��s	U:�r�E���h�EP�駠�Bm��7����+q�q���5�(�.�<b$���<]PP˺A���̪��\�&D�B:�K����o�C�N��_�i�y
r��5����m=5�O�����m�N����7#���^|�x���F��C^�qYN�CVѥ��/���>�~�n���G�k����צ�f�zwC����+��Z����q��?>�cEW���;2x+�1Ἆql�6c�$�V���������=�y����3k�y�y}�yYP[�5�����`����9���c�u|��_%�I�suv^���X���x���c�#(I�~�T�?��3'��y
|^�um��v��>o-q��_�m��A�J�.��O����'�� ]P�?G^�z*�yS�y��y�h;�=༙���R�_��\�ޔKX�R�"D�v0B��wg�o�'X�|��m�QC h�v�W�ɬ�z��j�	��}$
U��r7�JE��7�LK�����7��H����vR6��IdNi�e�ї�lgz&۹_30���܏��n�6�0O�;�1��S}>�q{N�
N�+�� ��S}>����s������~�_68��Y��<	�0�̟;�r��m�A<>�"��Vp��q�
��al�B�}"x"{���c���2��.�����3ԏ4+��@J"����|ge|��\C�VF>���.)�O�/�7$fG�'�Y�}����S
�m9]S���ilˣ[��pٴ'�ů�Lv����t^�޼����r\+����%9�Q����zN��!>�&���s�>��,��g��"�h;o�4pR4hop���Y�n<��S8�^�+�
˜D�������n�}�|n�A88�k����Z���%>�kV��G��a>Ccl��u�c�9!�%$���w��#���q?�jn�y\lQ��sm��Z����R�u��_��D�7�u:��L&���U�X�`�7t|�pCǡ\��-�J���(��6xrߘ��D�y�	���~}�z�BV�,_��`y__{w�[�$5ϡ�t�C�}�Xo|��n0h5
Oծ�=n�))���	�	F-�	lo����������q�᡾�0C����=6����?/�2�������uy�=E>l�׍ǂ��Xakr����r���	O\
�V��i�Td��]���*t�叔xDI�#�KOy���O�W3N���o��j2!���/\z��`߲�/⃤nb�it�4:O�?�\ָ��3��V�u��a�{�B� ��}L2���0 �T�ء�M(�ãD��=(� �E�m��?ǹ��/ھ��r��,��޵`nm��2ٮW�?�ze5�<!܋ed�7Dj���ۗ��X�X"�q��,�^����K�1*ݔE]����MM9��l���ǎ�;��/�&��߸��t�_o�<{�2tߎ;o�����Se�f��Y���u]�p����>zV��[����_�}���!�@0�q���kp<��*b��J�t^�X�*=�����$|�0�S�T*��G+"���SLLRR������e=���
)�v}$�J�[>R"���Ze���KH㐲9
�sJrH��7,[n�N��)ָ��\]]EiCJ��))u.��閞;2�>�h/o�9���]�7<�
%��[��$o�P�^NZX8tx!8&��ꗛ��K0���h7�Od��x�'��E�t��Q��
M�N��5���WV�C�k�:��WP�
j�(��3@d�6e�*IIkL��|'nj,�h�C�ge��$�g4��7���d�U�����a��d��Z-�F>���Ag�l�[G�171ߌ�p�q�	1�Au��J;��3s�Ҡ���C���9��,=Ç��4�>����4>�$=�_�Ϸ�	�1�r�Ȟ9�yDsdž"����0��~���q�Q�4/��{�X�@2����1:O��Of�<[K)n_m�R[���RrVO�u�.[u��^���şo��Ϻ�z}�e��s���u�RW�����p7���@�՚�bZF)������3z�� ����(�S9�Q�<"�cN���pg}§O
��t��t��C�N���YL�hڙ]��S���R�T&
	F�i I'E`�GY]p~���#�+<�S��*c槦ΏQ�N�!����b�Q��,�J��Zu�A�ey�I./��1��
�Py^��ٕ�A ZV�E#*����Ĺ�V��٘����Xs{Ԕ�E�����'����!���e9t��!��a��֐�OA?�X�[�d�8��oq�kK��2Tw�S��U�9�$5�d4����nfGM�����Œ�b'.̅�^
!S�+J�fb��IFg�d}�����a-��{m��i�1ݾ�����]s7F���C�
�`c4�l�?� �B���4F�c:b��ט[���#&�P;:'74r����T����V2��(��������;	d2g��N,�qU�Ra���ڔ���B��;�H���n������KF����.ՔQ/�Y>"C�v�u&�(Y�����Jiu׼��]5����E�,��fu�i4��gf�
��Z.�:��E`��ܧ�L��:-��g�
�.P�>Т�����c�o�����O�q��ρ�I���Džg��j���Y=�DC:�����qh�q��%8�$�i)}�kb�C]�'~_4�)q�]�n
p��� �K_0�o!
a}�`|k��ٯ��r���2)��WI��	�B��nf{�������rW;�P������\��_�jX]Ԍ)��]y�N���7��J3�r5g �,��
˯�W���,��a'-G�`�z�Z�..�hX��eJa��8�gp|�g�lb3�<�~NRy�kv\��+|H桄L��k����ۍ�,�M��M��E���W'��
$1:j{��b����R��uVB�?��!��������5yO�ꓢ
�u���a���d��s���3b�Q�f�5�v6�i�+�mu<������~j�m��ӣ����z��a��X�x,:C��G:>�w+���Qc�����}
?����@dBuc��ܬ�e�`{��6��ρ��R��W��j'�j��&1E�h9'q%�~O���=؞�u2�ڧ�'�O1�غab��X�'K^;�[���*j���x��v)�mh��oo�.l)�u=h��$����H��q�?qO�|�O?%�8�{IJ3�!�mck�NW^o�p<gcQM�5fǿg�k��߀�9L"aE��X,O��^�)�� �k,m���
1���M�ߝ�y\Q�j�k�
�����ړt��׫���f���)^���Q�e��dά�v�x�+���I�^5>��"(�dLB�u������s8���ߍ�^�����e�_7C���A�������0�u��穝uu������z�c8�dBo�q�Q�y@~"l؍���Nq��h�?�{�V�?$����{>�ko0�(�T$r&	Ԕ��E.Tg�U^_�I]֋A\�Q�� },?S/[����"���L�2�9��XZ@�5O��N���VS�1�	wB��)�xh�)�^"ѹ8#�º>�f��ht���m\P#c2)A�d3�J�o�*�Pw�f{�ov���ޓG�����C_͞�s�5ﻓo���}Fm��X׫ݣ�3�/T���;nN������;;�����j�g.ě�?�u��>(��Ѱb�����z�#.�^g�@���"}X�!�`��o����<�m�G�[N|U��E&�K/��E�.�s��Wj(���T͕��SB���$��J�)�������T*q�f�Vhb��J��A.Ql�����(��,o<���:8:�H�>r����d����j���L���{��^�(��2�>s����|����yue�7}�"��{�������Dy�c������l9���Վ�(u06*�c�cN�*�A�N��X����D���{ �
�a����|�B>��؄��9�ӕ d�|�L�-/�����ڋ5k�ݝ� ށPM�84��~m��^
��&qSE��V�;.|�I��1��ӗ�9r��-9.���e.*I\�*X&��+�F;9yծ͙|{��ǻ}���U����k�i�����Kk�2��;�#M�xҫ�R�A�-'QhhX�v5+}u:W�ك�Z3��ۻo	�����U|�V����޽��	=�������g��f��a���ғ�/�Qqb��I�Na���t�{ރu{���'�,��Ԟ7'W�]�?=>�ҁ�;�����ޅd����UܫNc�($�ެ���CN�Ϸ:ڻ�*��&zG�s�@�R�-e%^~�@Ng����.�z�w8m���W���*
��N3�>�@:��fo��d�A��,��@A8�����<�)J�*^�Y{9.��lCd�ƹ]�5�8�6������ꦊ9Y�>�yuZ�as���_|Lqd��JS]E�iݳK{>�t}���6E�՛�n����~a��Uu�����s`����t��="�$�Pb$
��\�{�y���,�fe��!,���x����S�N����ǟ?qۨ��-�6�ON�4�/֚�;��p|�y��ȿ�j�c�eށ�[Ǣ���Tj	��{qh<<<=��)/�L�6�����$
Q$��L���.Y���~��8^����i-kz�*��˻��ȝ%o���ߞ]�o���C�/ώS�iPh'�Y��?_��YUx���wf��P�H��֠�p.���`�C2�f�Db���w�|��P�N:W��_n�OZ~rU�(���m���ڡ�"̐�|�p�CԄ�)ܕJZ#f-��Q�i�(A�R�����I�;��nܝ]��.�c,̩gΊȏ�3�'�on�9�8�4h8�����A
w�;�l�.sσ�`�5�M�
�,��T��Ae�
 n8�ý$�z�P(=�<6M**;g��A�½ T�j?Γ�:�#-��_$�kR�
B���J͌��dH��t��G�́�O��.�@��C�G�Ũ���-�u`��G���H$��ʰ�p�G�Z�2��n�:��	����ƙ�}��#�UD���X��7-%A71���+���D���	�zV*$�ފ��3�k��F�i�`�������j�6���I�G��c�|�-�.}�fA�	e E��5o����B�T��Ǧ0F��vB�;t�
ߠ�-�.�B/1=�6A��U���pZz��*ݰ҄jrwv͙�U�l]�ʔ���&.�Ȋj��}@T���׮��GG@8ir6@l ���
����X��^��%j�јhz1�X�c���f��E���}���~���vggggggg>���1���Jpl�Z�DW8�d�
3I���e+�-�_Z�s�ԅ�%��_�U}{��L�J4[��#:b��RȻRB�1�{d.�1�*u&J��c4W���s�F���n80(wt?G�Z�YU��C��O3�ʙ2V�4������2B��,��I8oi8>>��1�%^��+���v1y�ێ-gWȥ�W�">�6���ʒ�T]���^m�r?�9>�䓇H�Y߲����$��9�o��o��-K���7?�n[i�"��M�P�&�6�v����u<�كW��/�{����ն����G�'ykk��1�]l.7���‡'؍=���H�(��o0-<1�)����)K���!/�]�p(Y�ٯ`��L؊�֣x����˽������䥀}<ϵ�v|���>W�Yz�;о����~>� Z�����R�ϯ�>������^Ti0!
���`�{��80���q��SE\i�7n��>�G���mtn��r�"��X����%Of��Z�	�O��oy|~�NU5�嚴$9r��ǟ8v�i������8��=d���w�R�n�9k�΃��׸+��P�����aɬ�J-�p�}:�xb�����<`֡���69:* +=�?� oh�1�W�]7}Oɲ_��Ƭ&����_��=����힝�L���O�[��3�_[e\,�.[u�c@�X��&Y���&@� �rz��p�^e4IC��x�B���:.g@��0����f��򃃮N�l�FL⦼��k���}G�r����� 83����R�!�C289��'�}�W�b�a��]7�⋣�IW�\)[*��gd<��E�R����4^���(�?fᅊ��0���@&��-�t�k5�����>Ys��Y��Ϭa��3%��~���y3?_�����a[�<C�|�<�d���u/<�N�2��$u�4�-�W����J�0��ھ�)ڻ���J6��g��M��(��2my0k[�8}��g\}n�Ջ�K�N[P13�7ّ������M*+',����O����c��寨B%F���k|m��^�ϫߢ=���x�ڍcv�lZ��%�ǃ�{����9�L@� �$����S���BM���l%>S1�1-����s����s��-��r��
h�d�D���b����p�/"A+�f�!Kaa���-����jra	����d�/I�HZ�"�U_S��$R�i�%��V�d��[�-.��&G%����Z�r#H�����k�8��^Uy����x�ܚi���xwn����,��fwW�jt��Rg��^�b'p�a��-�2xĴ�ƭC��W�}U%�KPw@[�LP��k�z�2��8x�E����� TS�7�b�͒�Մ��6EX��1ttMrg���&^as��mg�2��N���K|�UwH�w������KL��	�Zm�RGD��@��C"���nru�x�z�̌SD[��<�'��o�g��v�Lm
a��7>�TdN�����#gN��œ�5eͮL:���йƵ�Y��[�=8�gXy��'��{q�:`�n@��r��Ƀ����Aq�P�a���jrmPa5M�W��e�Q���n�#��PC5�b�#KmJʳ��
���jWSǝ���#�<�Q.���=�Go߸��&*řϜ��k�?��e��5���㩄z�/2W�5J�F�NyU�ξYh�!o����Ґ�+��Q.��m�R���Y;��!���{oK��@rd��e�Î3SJv}�|���W��π����)q1��#���eh�$��_�����sI�6iok�V��s��nB=��`���^Oص�2�H�Fn阋�^@���Թ�x8jZ�&#�·�=-�3�,�d�U��=�Ŵ?~�q�2�5ġ�̡Fs���W�iQ�F�T���h�
��^ߢ�S�W>`*�=���O[����c�W����?΃���CBQvH2��;���K���bu�^�'/5��3�ǗN%�$iś�Y�"�E����œ��~��Q�z�����+�v�J|�XJ�*/�ԧ��KgO�-��
��ʜ���?��6/i��)��7z
�Ϗ�rY�^�`��š܁�	!:��A>%i��|�� ��p]������n��Β^))��]��c�7_������S�j�$MC� ��5�=*h��c�4� uO=�� �K�X��y�J���#������u`��TչU���>*;���u~.�����G�ҡ�c��la�(qA`6�VJ�^Mq�+�uB��4	,+�˚n�:���'^Z�+%�\��׸y�
��K� �-C�40�P��w�{yA��� �U�&�ڟ�!�4J�j�B'�J�DSp��rnn_��A.r���\r`
9x��89u�og�o�|�&��/�|�z���W�`�B~l[�\�� ԣ���`�Mኧ�E�������Dň(��7���в�G�p|��2�np�ï>��u�F?y����٫׬��H��q�΄>r��g��k݂N�ݿudA���g�ϋ}��P�ӄ�&H�zM(�RxtJ�	��/V%�]��z5 I��*�I�l����;7]�}sl�f(�R�k��5?�:i�	\��|1"`
���k�yT�DN�2���}<��ܷf�/���|�ŗK~�@e�� �+�N��;�GAA[À�[��������NE �J��q�LP;���0c�f4E����kLE�w�}W�!֗��5yo��/swݟ����y	����������v�2|ӑ!�9���-x��Li�2v�S�q��'8p��`���K��Û=�9<�lfy���tpAi��h�^/��o�^٠7�[:��׶�k1��騩��ҿ�wIP�1K�^��@i�D����'�C�阥�wN�S�k+9���nA휅���N�&�@u3����n���ANӡ�\[7�ެ�買�ԑ�2�y�L�}�fk�$�s��Q�K�S!�ƒ��;�2��-*�ukC=����S/	_�x%`]�Q�р5�F̷8f�|Ps���܁�]>:;��]n��'��t���r�.5���<��_~���Ϗ{b)�7��|������(�ގk�3M�^D�q�(��@iVbUaq�p߫7\p����.���سK���z��w���e����L���v(��o�������?�^�^�9��}ӹd/��u҄�i@�9�v��P��
ţ�1Ew�2�/Rཪ'�bKߘt���}���<1p��)�?�1�l���3��]a��D����{���᯹#χ�T�*�ase�;��r����U� �N����0B��W��Qi�?�E��B�.�=H�,9?h����~\Cs��`�l�]|���Y6�ƙ�_O����Ǿ�F~r���)O����!�f]I=�=�%�ډ� ��A��}�x;j1�]���+��6Aj�$��K
`>� �G2U���$f����-����P
t���מNT���`�w��Wn���Y?c�n����H�c.��6��u����:��l��
�J*�%���g,�Hy0�s@zZD�k{? ��#������� �^2v"H��m8��)�OUO�4r���֧�6��sљ�i�9��W�cf\x�fr�U�BJ�B�H�#2���6�4}��o����?�b��7��<��k��z�{C~H�El����J��dQ��.��5��X(�?|1�|���+�$paξ�^{��N���w����7����g�X�9cV�ssf��ά��&���p-5�o�E�B��XUC�˓�QG�V���\<�ЦK�?�q�:�V�ʁ�$��9�k㍺\w�`�H�ԮM5m�W��7	�s'��iEd9��f�ұIwi1�	_);͝�>���.�܄�P��U@՗��z�@�UIh��i�-(%�����p�I�8�h����c9�<�q����c��t��G�;d����F|?�Z�����:�p�$��p���j����.w���
�w��?2mO�Q��{Ԟo)h��pl��n��i��U�-�t�.��j���N-�i��i���6iؐq	#j��Ɔ���y���U.g�R=�k����/ g,�r����1��o��)�-��;/PFG���$:W�:��̯Ў�����"/�E�%�����v#')	�B��
ᷫ�:����)rD1T�����R�a[flǙX�U�w���  ���OwR�k�e��捴�(���(7ѥ&����vn�y=�����8	�t�aD9�VNiQ�B��H��OC�/K�}��"nV97�!�1k@+X��P�nE�mԹ�┶�!C=��"o�\
�C@*��Hd��]`��_5 �<Q[�+���"��w^ �?���zτڶ¿��)x��\��9�Z�k�����2�S�N#l�̏]��/��B˓j��<2�0,+���S�� ���P�m�z���DV�G��og�o�F�5��1���(��d��+��D<����(�A�SXT���.���j�m���W���:�:vչ1o�F.[��#{�ؤ@���������˾/%�����	u��H6�U�i��A��Z�C]�U�3
�͘6ъ���ZӶ��\V�ϑV�,	��A�M��c%4��h�2lR�َ~�U�h�l��i����V��{�4�ͭ�w^d�;���8
� 6L/�e��e�!��,�>Y��k�������/�-n��.5�^�J�
�dT3��آ��M�m��=Il�-�����6�������mZ-
����]WCJ��
��Y_�6�T+�枠��:0~��u�-i���me�	�9{�䉄��2؟��]�z�*B�v-�75�x���:0����������������6�v�:|֜ɓ|_ ^�"8F��'�
Ԗp��/�0`�n �� ,m>T\vr׭�ܼa��ݿ����#3y�1���1pͮ���5�T:��+!:�O�q�=\/�XM��rZ��~�Z�[K6I.^�\�m��6x�s�h�U9�]Z1���6[y�}���sm�f9����lZ�LF�������YmZ��#���Q�t)��P�ʶu/��܃���JV���/U���o������Ι�-�tj'6�����8��?[��}ߪ�y���ͻ�hC�k� g��ڦ2֫��6��7a��X�!�88����bQ�����y� ��Uk�;��E#���5�1}�0�����o����`@]��"Ӭ!!&�=ڥVG�``���
��`� �/�]�`�뱆d��A�0�u;vԂK\:E��u�^u�$��U��W��V��#����@�]�6}Ԃ\�6�RѸ���t��S�א��$ɩ�l&P!y[W9���<v�w��C�7-��oȪ���EO4(�&�z��U�r��W�9q�h_Tn�=�dIJKް�Q�P��m�<�_k����+�b>�S���v
e,J[�G�@�
e�Az�7\�g��hwY/~
G5��͇��=��y�'=��U�D+М)��RS�ܛ l��*�7�x����Wh�U �E�3��>{�O*�ƨ�'�B�Q��c
��_����Z
-=�����W_O6����@��A�RV"�H��|�WE: �,;Ȼ�E��ځ�M��J,7K,�6�gn~v=~&H������=@��ʣ\v�M�^��(�	Ω\F�Z �J|g/��L�ב�r�k������FF�M�wx&�'m��hS�ii�)��@{�ۋ���n���9kH����-'%(���m�1X5QY�8;�պ�o�,*0Q2d���j}3��:1�,{JՐ`�~P�o\�Z��wf$�N.�kK�K�{�����c��r?�~�®���W�m��ػ��98v$����e�ɂ�FQ�p�Ni.H/p%9@d�Bp���枓V>�4.q�@�we���Y����è�]ڇ�l�xz���u�R:�"���@��/��>��
A��F��ɮ�y.PY�E�i8�����`�KhM��9�#�1E�ْ�i`W(���3^����U���/^���(�`�	L�/q9@v���}
t�_�������H���o� 3����ob`V˽Z�6��W��p�}�h�,+�$nXp�¥p>@�w���z�֍L�rnݾ�h
]~���`Qs��#�=&EHJX��WJz%Ro�w���wJ<���tM����-4箯���?�����Kb���\rmK���է��^Y9���G�gA�G�,�oҖ[O��nj��.����M���K?�ބ�=՚2k�n���#�KY"w�z>W�#�̀{�|����Τ�ں:�[��mCV�e-�Zt�ANN�m�F�\Y�6��c��}�8��������K_�?��I���V�i�D���e
��X�����3�b�.�r��\H*�M�#s&s��0�5dNw�`���[���zz�7���M����{�3�z�2EA}�!o�w���4��E�i� 
����D��g^^W���p&�U���� �XlB�'���ы�����֛q���{[;^SaDw�Ŧ�)i�ԨQ*�
f�\���<�z�H��.fS���d�4���\�~�4��ᖐ���Ѣ^�6+�&=f�� ��iy���##��=�:�2��nf��9)�H�:M�L�O2��O�U�
�Rd�A���6�8]a]�W�/r/�j^�b�E�yF̼_8����$�r���qy� m&�?� �P�N�	Qi��0�j4&�}�����F�.�H"ҐxC�zQ� �q�{���k"�6n
/Y?�n�R��Iۃ��]7��K��(8ʜ-�}Hn�ͅ�w'�N��_w�=���
o�š����������#��`D_�������#}�@_&��iŰ��
�
�7��0@؂�e��WO�vQQ�RPN��J�gUr�>ecb|����qøg���{K�ҡ#�VA��A޹�9!�
��#].GI��!��퐉v)$�l�W���#n�D��_s��k"��o	/�o~��
e�'>:8�y}=���=��j��)�|6�F�Y��_�_��9����.?��@[j�1G�'�c(�,,88āy
�ҀZ��!0W��3V#����8�qAa�†�A�n\���ln7
�`���0�p� �c��k�}E9	���X���"��f���H"�c�K�i=��y|�� ��6�2$_N	�u�@'�$��_�BB�V`Z)֣�'L�Z�
E�:_p�逤z��t*���g.=�l��U�.[��{������"�e͛�]��`��>����-���[�+O-zj��hx쐴yi��*�WI!C�j.���	=���&g�d�'>��L��5lRY�q���I�6�o�3�ɢG��k#��������P�L>1��� �iu}�@����|+)k.Z ��AJ��kd`��y/'r�ȷMQZe�*}J����FԧU�_S;'����4!��GxeV�i���f��{Nö���&l_���Fl�wɐ�EQ��f�C�1�i�@���]�j���
y�+�$��	���N[i�K$	#r�zH%I5��#���k�k�"�Bc$��C�����F���/��Y�C�+�1��rq��H8:�Z,L������^w�႔4}�Ӭ7�E��$�j^�Y����?͡�<����ӿ,��}�O]���mk�l�<�������~9BA6�}�؇�},�F#mUH��.9*�8Q���Avf"����	�}�ڧ�K-=����U2lo'd���o�WW�|u2��G�?3��~���x����X	�e�M�>�ϋD�!.���2P%�T���H�&��@kH�E!��otRWfM0�b���us�|Ĝ���1���ó��?Z(�T�����F���N��!�3#@��d�W���P�ڮM��r���U7�-F���,τ��K)f8Cǔ�i�G��ߔK:j&ŋ���
�[�i8�v:���E$K��]R:/���s��9><I��e��ʂ��9�\�[�scb��L�&����^�>�(}��n�*�����H!��[t�����p�7|��p�>�+�|��΁ߪ����O��M
Kd��U����ӻF�,��	��;3J�8
�!����7AԮ���}�s�K#�6T�O��ji_�l�T�T=��o���ѥZ#���W<�!�<��r�eO;#,�&'��k�uw�W��W�����-����k,���1�/ݥOՒ�"�,�إ���>�2�ȞW$D�R��Z����Ve�������_���Y�+:Qz�I����V;���}^�G��G���^|o�~a�>&�!t'gy�60,,��ҝ�>s����0]Co���"�CC�:�ě���,��,L'��%<�8qA$)��~�!�4Vq�t��'V��#����Ϗ��,6"������^+'I"�b�;�=�W/ݻ�tn�i�!�����?��`W�#B����h��]��.�t�j��ev	<VK3KL$�z\��d޲єW�R�f��e�d�)o〼����}���3E�ˏ���x�R�z�"|�?��iL�T�%EL5Ḓb@.d��������;R�'~�#kx���&�wF�̪��<`c�� gPLh|j�(���~����\Sц��Ԧܱ��S�/m,Y�U���h�
iu��z���36�qnY�~�^[�x�o�ÒB}�������A���z��M� shhfF�Ⱦ��D�'�酺��☈���e��D�>��c?������)�N�{������w'妦��w��`�=�y=���U+�%#%� �-���rRI�[�퓗קO����{q�g����ѝY�B�A	1�����y��l6�.|����8����AaAQ�����G�Ϊ��4��������i�]a�)soy8�bI��1Gy&�,>�5�8�Y���LݤW��۝���d�>�tC�p�Yg1��]�J�F��O�f�]��ӷZ���ンt��_�TP�=�J	��o���!-�N�h'֕&&�@]�}i�`��Ñ��[9_+6= ��������7"?�C��WF5t_d.���#Ӛe^����N8 �4f"��Q��>-��3���c��}��h50^u�C�xjFƘ'���=*6b�#�l�̽������/;���@��T��f���(�G�1)�FM�vةwz1�Ǩ�����2��W>3~���Tk]���,�I��Uٚ�o9�z�B�;>��ȱ
�\AH�A	���ӌ�����待b$��m�LgЋ:V�
��r_��q����}B�>�!�;\p��?�w<��?v��`[���>��`vFBsF%�Q�����+�ܝ��W�MgDdhX$��sE��At[��nQ�\���C"��͑�W�)�E���guZ��h���nڍ��� �����e؇�Ϫ����n/�6Lc.��
�n����˧���T�F���T�5�Z���YB��S���!��^���Nd�f�E�Y��3ݐn����B������„�b�B�J��b’Ҙ���2���բ��F�R�wY�8��PA�)�H'�%�8b*a�(�F$PYl�ڨP��4��]������7�A2���A�%���/�Sߎ��e��[���U�(͒
M�/k�@R
�fI���U [�Tx�.�?*��R6�j���4�h�E٘ʊz���LiEeQZjRv[DY��a�I9�w�#���S�gS򲊪�w�l���ρ߇���������uG��R��-��b�&d�cI$A[�1�:I�;�f��E����F�s���0��U\��O.h�E�ނ�$��?���N��^d:���ЃY�tLCӝ�{��
ޞ݋r���j
�(�~Ph�"��K�Wڐ�tcR섄�����^��a����ie�rA���
�<,�B��;!��>83����L3'�N$�c�#���&5lx�s�$c��݇ʠ79�Ջ��0�!�3���'+��?[���4;
�_�
�>I1�=�6���f��d�5$�{@��z��
�\>T9�0�#�wS�nݼBs�Izծ
$M�m&T�

o8~�[���1�S&͐���6��<vt��o�!��đeь��-9���zjU�Աsl�M�̯�	�#�Gm��D+����$	)�^<Y�֫��I��ԓ�7�NՀB�OGws����ce��L�%�݈�
(cxn/�}jk��뉠��ٸ6?k�)c �x:�B����hL�
M�
�׌}����
��p��+�DR����'oxo���=u
L�ڀ���5瘳_��ř��_���e�Pi����y��д�hf����e`{:h���>U�=�@rX��b\��};x�ڸ�[7�F����B¹ m��7|o?�-<!�{�)�Ug�Xt�ɤ����˕�|������G<�%����3��s�nkH��6eV�is���J<��㌚nS
-�ÿ��U/�8�vN��dξ�$�=��Ѩ���)��u�\J!2<�á�x�W��v��O��������Ъ#:�kR����Q���k^�Y��D�)t�7z�rrU�Ʊ6	Eו��ڗ�Jg�ߘ5���`��Y��\����1�6'k���Æ}�kJ���_���[�ḧ́˛�{�n0O'�κ�������8�$�@lW�P2�C���דϱ_p3H��|2���Ġ�N�Cq���i��Lt.(D�����Ǣ�=jE�YVJ���P��B]����Or��1g�|'*}���J����6���.m�^i׸��m���D�j�ҹ\])'��߄{3��w㼺P�Z.r��a�����	MrwDM�j�0���#.�Ў}ndXA�������w;䷾��xAj����'�O������J��N�c��a���GZ���lC����۫��g9�b
����#8�B%*��7L�5�5b�e�hE�> J@/�(0���n�{�xr���tK��o�/%O�A��\�n���l_n7�
%�?��{��%�Cq�8�'�cV褰VbB�@2ZBJ$*�:L�R��XZ7���O�}�I���*!#j��'Ŝ���MCYZbVT`���mb�aLHP�F)�
�L�h���IW���{bSuŽ�z�n\&�r��^�+�FyZ�(��@)�}o�7�������3�s���x�G'UJ���'f��ϲ����T�3}�����K�?��)�?��%,#��7q�R�GKIW�W	�<&`�bR�t(�5}8
������j�����h�\�!��5�O���U�)	�C�J�ֆ�n����/�����+�OQ9�#�
�Sk��ꔁE�c��>dj�RR�*P0J����Gv��`�L��6�Z3�Sl0�M���ѠqH	�i�x>�2�#H9�c����;5]R�|Aj�S��c�^#�$r9I�ө�4Ɠ�&�ѡ��xq{�G7��=�Ǔ���Q�j�/
͉0�[%��}“��cR�XdZ(V��)VP��v���;P����pg�)A��x4�U�u�b-�8DT�и]�+��v���|W�=� �򽅨��ί!���;A+�iV)A�!$�	�!��A�:&zg�C��Ԉ���&D�.!�s�U(�S���H?�cO�m�|��mz�f_I]y�v�L�c�Q�/��z��^l���QJ%!eP
�ܟO��v���ǹ����i��}�ϡ`&�{��&�a��[��C2�!�Z_	O�6+"ؿ�I�f,�
�V]LT,鍈��
�Hr�W�a�O�)�8���e�{ol������e��o�;%=gы+����Ҵ��1��ܰ��㣂�も���ݲ�ꦡ��g���H�����CHP�/<��z�r�A�	|���3�l�g����7�=��rl��}�?�܅�I��(>T��w���{��b@;�cg.3W�b�ꓙi�tP���D��;�����H,���!�t/⿑%��I�8=y,64I�/���]�:�۬�O�:.5t̎<��![o��\0%���j���߂�ϸKCkR��V�O�Yژ6i���o�����乥?������b�lz��X�<0��?oT�TF��{�+܇T���k�~nEA��O�̙v����r�c��ԿLo�K��!�c�i��H�uKRxC��cEP&�.��S�	��.B����Hy��H.:ıٔW�4�s<M��'%*�g��ҙ9�F��b�=L�Tg����I��?�M}lI[YP0>f]"��K���[��,����֩{ˆힶ�
��cm�ضg�[�q��W��\v�W���!������8ڿ������p}q����,��z��*�ihI���cB���nQͻ�H��E܏��˫��Hq"�ۈ�%p;�|36dQ��h�a��4r6�l�g����\�J}]~<Y@��:���գҐR
��죰Uwܶ��Z:����8�Dm��Q�6�����8��՝�|�|v���Pq))JC��Vꕳ�?Ў_4�P;lv[�� �3y�1pl:��`Ke6��9�h[ܯ��0��2��J������d��@AG�:E��F7we<w��*@�-V�jbm��bwJ�zp?Ԥ��<o�3��/p>x;��]x�
����'�Iک�d|�)"Æ%�OGg��r��8�L��7���V�M��0�o�Y�r�������$8�*<O�/%+�ڹP_��:�@	��q�g�>��Ln(Z�,9�
g%�H-�
.����7���eV	�V%�m@���^�l��\?:�+5�nw�#Վ�_d3����Ε����E!��xn")>�y��j�����;K�rsɥ�[Q�P��ۼ(o�(��i������X�;��v�t�7���5��^��zW@v�qw�7 BX��т=*�E��:�瞨�k7�̛Z��#f+��7b6�06!_=�p{�l��d2e�1��d �
E�*It�$��D�K�[��(�p��EG닦�ֳ��颚�E8�nn�[�^�*VW�Qoo��u���?��8�"�c���f�	
�L)�*� D+V��<��O�ɕʆ�9b�����b�hԟ8U�b���սq�I�����M����]Vx�#��
ǼS.���A�§�u�͂�.��7�&~�N���(��)+�<�^#��l����B|�`��e#�'�
��R�vs8""��,,K�2o�Ώ�|z;@%8YF��a�x�iz�KJ�Z�z�ٿ��y^�r���
�����.YH�\�|�\5��,��Ֆ�/.�g�w>f��9�9���0}UḤ��jW�ɜ������W
��ՠ�Ɛ�����D���r�Ǜ�dZ�7&0	�c]+�
��EZ���XsnT�OW_h�<�h_��sK����z��rea�A5��ʝ/i�C��������!,�2™���J?�_x�՜����y#�^��x-�;���
OPF�3&&%%�l2 �'����wޣu�b�Y5O����K+����>se?��O"��a��
�h�)��y�<@��!�H&b<��`HH��vKl�����u������]�� L���g��_=�Rk��>�:I�
�j�g`�����
�f��{�Ua<����r��PW�Y�|߿���*\�V�S��l�q>���h�?���#�9E<����{��tR�
г|�z��aG��կ,,F��Au{�f�]qiEIKt}}|E)�����*���a�_��m�;˖\�8ؤ�NM�(�Y�����`��jb�V�WA�>8����r��"_m����Ҳ�������<t���b�E�ւ�������yO��2��t}��+#eR�@;?�g�U�����x�G%	#���$q�()n�e�7̚c�vm�7ܚ*�-�x
 ��n�bC>	d�A��ͼ�)�օ�{e]�Ӱa��Уx~��y�+ɥ"�+�a;�_/�5��J���7D���ߊ�e�Ng�q�u%�!88#6`"�Ab���u����O�d���x��/\�n��U��@��pѻ��߄s��!��*��:`�L�N�1�=&�ޯ!*a|����Һ:�8�N=�vm���r�"i��d�X�X)��4�X=Ð��M�!��+:3�_�jڵU��9���B��F��j��W�Tʚ	y׶ݢD�yj��i\�Et=��-0��>`��0"ܣ5��^f��f E(�e�ta�����z{ ��"C����3�����A�h�Lʻ���k�萺��fs'3
em�K`W3
���N���<P2����M�Z���oBQԳߗ�.��|�2�pXT��k�$IP��d%�lDZ�3vo�"Y�WL^h�ܜ�;��X~ǘy�e��|�i~�'�M�B,�P'��RJo�Bi�ih�3����F��1w7n��.H�U��(A�Pۯ�ހ΃W�ހ������{���TÐڊ�����Gѩ�ߎ[l��D8p�fL�)^�o�i�-b�e��+ş+�U�4�?���\·�1E�KHs<_�7�ϻ�U̻�����O짙�A�%Wp�B���
2/!��CA�(�28��(
�#�frQɦE�)�<�H��]_�x���إ��t��-��-f�1�0Vj�{����#ܷv��\���[��鷹ߚy�YTQς
?�l�-y���Z�۬$L�lZ�&���y�I�\c�-�m��{�����Lx{�i� &�&�S�L]�{��@�y�9n�_�NtaL��-�9/���ё���P�%�S=	��H2�j��I�V&�
�-�	(;;��+��J}�
t d���{�d�'SV?3�����o_0s��}ፖ�&���&��<���夫
���Ip�:p�����t��W'����;�n*�����p��O9�Wp�q�#����><����/���tD��1'f��;h Y `j`,=T˖���`_s=s��i�)�˂J���3���|n?v�$����%:�9���"�1�B���s���y���q[iq�Ns����:/�ے����Ԓ.m!�<�Gg�ҏ��RC���kl�g��}��Wj�"�/���?	2x��� ���W�mi����mY��X|x^��E��%L�1/|�rO}��IhV�:�G��B�b;p|1���h]�y��zZl�����Ol�0>�WB}��Vd�=�˜U�s��,~�脩����o���b�N�a��/O�m?e�_���e(�D�v�qg�"BO���g{�.�,��"x<�~��ף�y^~���}�i���~��/�&<���|�ǒ�]�1౨��c��:�&��/T7�,��q�qBl�}��v�N�6��:�6�����[��B̃i��iZ]�-,δ��Ar	�0+��۠�THAi�{p���K��d��s
֡�ѢS�����*��k-"~�NT�(
��T��{ph���n���91E�t����I�~�
���ͣ�Y��&V��ϛ�$�$8Ru�[h�i��Ԓ��@���R#1���]�rA<Z� T2��T��^��P�,����}�p^01���r�*AO�epyϜ7�T�ַ���Q�sc�\x�c
�>��&@N�*ܫ��{��g�S�+��;$��0��0c6ρ��7�(�%%R껅�-�sa�?w�-��RBց��[8�0�v��<��p!�:�B�67��S�s��n�~����W׿TKN�]8���w��#[ݫ�>��?o�����ƣ��K�Azc
/-���:�a�v�_�"� ,��kn�����cͻû=������%��z���O���~�A���w�ݰ
|�O]�W2c��j�N�&��†l�\�~�k������&�=�(�댎�K���kHH�@B5~�x�#|�ߙV�B�Ɨ5C��\�X�<V�g�Z8��ۈ���K
�����~���U�*mR��9��O<��c�ww�ڲ�q'Ƭ��1yP�)����
�f��������7n~���;���pe�e"#sK��"M�&Bg�y;������ぇ�'bw�]Ĥ���C�'���Uӯe~��[G'�O92��OZό||[�Ҵ����ч&�4�5���X6wpĆ=�C.��纏��8r�����Ǯ�>$� >/�]���t)�>Z�n#�"��
o�����ҕrK�x���.��CSv��T���Ҥ�/�9k|���#KR*{5{��X��e~ٺ��½~�=U�A�ӳ����c�U%v��0��	so4ԭ; �cP�Tb�Y,�F��:yn纯ݳp��7ݓ�1�/L8ڲ���꽙3�y�r͹�O>�����C_�L����~��щ���p�H�@yC��AA�.�J/#$�Li"]wc���t�ȁ��m5[
�OؼjՁ�Glʏt�.�pd�<�DW8�����������quq�Qx��-�)���"����7�!�*@L�*�t^�������^�`������W™$z��bSaXO�5E�SA5���6��E�����~��߳=o��&WMzjF�-n{���+�)��MѬ�iSx)��3�]�>�zO�ئ�-s��&�X<�|Yy��nY��ڴe7��+�{��c����]&��B�~���Z
R�e2�^���HQ��ߛ��'�҂e�pi�W�V}=������J-~x����x|v4޳a���_!v�"�J�"�X|��ǝ�o&�I9@�6\S3w<dL���L���c�&����}̆1�x�C��	�Le��X�.���5��!�^�j�g9�s�-�n��椆�΂͟�x�{w�C ��Y����\{��q�:�����q��'�v�~��(��#0����Q���}���M+�3<��j\�|�pL��k�zu�E�,�
$�B����9�~_���/{�_T�G�l�>�w�>2�[IF��}����'N��ѥ�Ӯ��Vţ-(n�pʃ���Lf�\�������yIH��9��e͋j�>�t����Vv[��p�|�_)���'!�c��� ��
�����H�j�-�̝W�X�O7����[�{��=`@��/��y:���*�\���h�z�&�J�]L��j��T:Vி���S��U;��
:5w����׿w����~�dgk��W�jƙmC�x���>$1g��1�W<���n!5����.�����i�>T)�e�~�CX�!~��$"ģ�Đ�P�Z��q*�o��"�v��ɵϛ��x�hr/�7/��N'�r��>�[��翁�z��d��FTѳمO&�H��*�'��Gf8<�'���@����f�,d�ENK�?�qr4g���� ɝ�֔%�X=�$��w
߿���nG�?���� ���O���p�&�p�T%�����X�ݎ���+!�k&�g�={w�Uܗ�g��I�{�N�cy`jhXXh��.|�!:2*��߸;��(�t�0�#(�8+��	�GF��Z���vA�K�Iu��D�;�ng�]4�{G�9��>%�'�#���F��F4S�S����[*Յj3���z�:P��t霛�ڠA�U�c����v��-'d���{��c2H��������g���vq��QA��U��t����[�iq:�����D܈�'"2��E{$��m�౜� #X��eՁ�@\�jQ�O�
�ЧR���}s�^�";^�'�����@��'���@�Ӄ�v�n.q��>8g���<%�lFqzb�
�qs/
t	=�<����ArBz�A��~*A.&�Y�c�
}���A>HO��g��
C�����G��xg~��p���z5%	�C��ъ�~^�3ʋV�e��t�	Y'n���Zc���i���q:��z�+�<N~�A��\.�>����m�F
�s�H.�q��	(��ٌ>#=�v!���􁆆��׾�k�x�,�L��<+1!��A��/���E8��Y�\���s:����<p`3���w��I��.�	�l�7�/N��1n�N���M
�H.�ɚt��!#{�^ކG�>�BA�=�}\\l}���gZMbL�<��F+$Qg��\LŪ�<7���삂y\��0u�q@���ɴ����r�T'�h��ȃP�z�pOL.�3#�O\��U�W��.�[�T��&S�g�iZ�Le��:(ǚ��j{e2�/��69�A���"T��Y�I� �\wFF._�+�EC�H�i|�&�W�U�GBzGCr�����a�K�F:�EO�H�	��٬��-aK
�_�O�ɦk��E�ڌo���?Y�+p>t���B*�S�������k�N6�,Q���~���nԦ��vg�f�X�;��������`8�`���C��D���E<Ũ�����wpY��k�fZ��%�,�x~��U��V�����:�9�TL��a�AAE����m#��|j��ׇ���w��N�na��*���3�{B�@��A��j��lx�5��}ԇ���A���6��r
��jb�C‡��s�m
��n�^�"�%"`'�����vu�DwZ�7fw�W��9����WW02@Q��j�(F�>�<KE��lCEuha�i+�9�+���b`O���Bv/	�Gv<|rK�Bw��0�kiFϘEť�b���f%�l�fJ�����Y�uZ���}R���а��!�.$���orzF��_�~S�����h:��P8�yu��G6dž�a��X8'4�~�����G�C�i�iiS���%�]��At�32�<^b�q�#/>��3��G]Qz�c�⤒(c���+:��{�c=C��0�H��=���aH��i33C��H�=C�E�s'��m�QB��>a���+k��^Q-C��wQB���<k�������i�ɑ�=5� wjҚ��3��&:,-:�<��tzH����3"5�u��M�#�86nV��s��M�4	��R�%�	Njl�.ݐ�444���p�S�P(�P�I)�a���GXLkRpu�_���g+�M����e�����݇q��:֜�C��cu���]R),u�KSb���ij��)��[rKT��(%�0%yu�(޶����EIm��)O�X������pհ�p�w*�]����0���y5�Pp.��6RMF���8����4;)�U]	�DJju��2��VV��d@n}\h�!4����SF~�~�#�{��Pj�ʐ�aҤDZiQ����&�=ؘ��������űA�[PND�
��$��c}+?-�-�q\����-���z����2Fj�qffb��Y2�La7y[3ooEm-���G8�	�a�t�D���;Q�,�TJ����-K���8���X�*�lrvSOr�{�Mo�I�K%z�6!$�*�7!ir�3�A�5Hǹ�l��T��dHAXq�	�MM��3tV.l4Z0d���~���1kk���,��!Y�ч��)Y߳�@[h�A�8�������a�#22J�U�HK�Yȟ^96���.�J�$������|fF��'n�=53��懊�~��'��ܭ�|�'%����W�p^�P������jV��]b��}`TU��M&3�>�Lz�L�$��:	�Jzi��%I(JE��RTD�(�Qt-,m-��]Vٵ᷺뢐y����d�G�ɜ�w��{���`��^%+6Sp{`i8���M��.�X��t�[R_�KLQR9���m��p�ML���b�[�ӟ� �mLbsN��L�s�C��h�\t�cw'DA���v�Ƌ)�? �I���݂M=��>T\�5*<*�P���fl��ʊ���[����}����y���cNJH��L4z���M�9�*�w'z%*<<�|�3�����FD+��Hk!��

#�R�X�ĸ�(�n	��ű��g���q�}�8���Z�li���P�+C�=<�e���&d�#���k����a��:߀���g�V'E�{CÍ�E1�ʅa�]�IѦ����榝���>rydp������l�z������]�'��|*���_�����
�8n��l(�m�T�а#$��h�9�V�C���qp	�8�v(4Կ+乖�n3�ծ�]��:n~��	
�H��K�����I�X�\<)�ت�(�m}�=!^�:�N�2ߙEvSE�����9n�z� ���M��AKUR�`w߂H���C�-ێ��$g��
�Wg��p�H�Lܿ/�H/Ooo�T��)m2��"��3�
�������Uy0ĝq�u;2�1u�(��x����YW&�P��|��,�j�퓔�x��4zha�7�x�m�|(_z����}�a.�;��V�B}J�a����
��^�ˤ�F\$�h���b�([�<��Ϥ���wWW�Z��do��#�=K��B{H�.ų6�
R�'%��d �������L4�z�z��R����^[�ѲUB_�dbr���sW��ڒ`95��֟/̯��Ol�e{o����u�^�N�Q��zAk����XY��7r�Ƶz�{�1W�q�$�eI��Q'�Ԑohٷ�\��2<���M��oQLIhk�\�XC���̬v��dɹ"��hT�"ڋg`��(zd��*8-���Ѷ}�k�b�;������w�	����A8�� �)�͋S�ۏV����;���'?�~-~�1������
m8�od
�y��?a<�|2�Q���s��uԽ����G�����#Kx<��x�@.���2+�`\�ϦV�؇�?,�r�\��x}��@D!��śa|h�ӓи��Nw�(
,>b�kk�xW4�P� ��/߁��_xa�w��������c_|�Ɠ��;[�5�kf=�bC�⯘E���g���+W�37ث�/��S�v��smzә5#�ԅ=7��_&wi�\̧��r�]�_���y����7P�|��e7�e
���<�v�{��yׁ�W����$Ez1��B'�p�F���],�����n;��W�i�wہ/�^|.��8��C�u�G�;�|_�}�59�8���M�p�q�3�LJ�M�U�7#?op����5�<h.Ya.���S��|��K����s�i�/	t��K'���N�^�3�>���ї�+|��w�Mw��=|"ցo�w髰㣉��G��v�A��I�y��U
��n�i4/�UǼ�DŽyi#�yP#�ۢ�ا�ǣB�%\�1c�'���_��x�*���Ph�����/�c��M���Kz�/��/5h��2:��\#�x}��4��Ր�t,�u��B��6�c�C�|�a�ݘ�1|��3x�H�A��1���ݦ�;��RG;D_8^���:~U����V~tໃ�C����G���=\X�v|�{���Ph�W�2���Å�~�_���ap�$x�
� WG�a]�r���ˉ�)�J#8���g�M-�#&��S�%P��3��C���'G��BP]%O�}w�Kط�	#8�f�g��+�$�4t�n�+�~a:0�!���]�TLg� �/a:CdN��x�u���r�v�a,7���rۍ�û����<��'7�nc|�vc��a9���q����8�E�_�߈��^|X�9��3�LJ�
�a</�hް>��0�y>�\b9,d���G}��%u�����?y�`�uc|��,��4I�u���$��g"x�<���܃���N,o����h��7�=x,v<�	daz2�ƃ�'��صO�3���jx<x�4;��Y���x�����<Qx=�
��B��K4�� �Zh�4��	��W�0�d<^��m��	�����mL@<�/��0��x��qx��0��b<����3l�xB~�D �x��sݎ�+	��p��v<�q�ރ�b��Q�鉽��|a�1�xg<p}�<�	�g�FF�?��e�X�|��j^���Ew�����6�	>�i�_d��`y��[��e��b����^��y�
�MvO���6��� �~1���TL���x����B4�x���C��`.+�P���p�l�:��T�d$qjtD8����U���7�c�zK$�^�d�A|1���P�I��m�Y�j�-!?p<��ÞI����%���n�-�l�9}�#i���"YsiB�!X�q
L�wB��9��w��T-�SWG�ۈ��Fdo�+�Q��"�0•P	�}�!}�,���yDQ�Tv7a�m*}s%�+P�b�@����8 ���y�AC�j�2R+U�f�y����O�;Z�������/>�Jƞ��2�����q���?��9~2?i�$����/ ���QK�$<� ��U�GL��8�{#_R���%=,��*�ό��1'�P���"
��c!��f�U�P��tŋ�(�7C����!�b�]��dq����&�"&3�9���/���L��>�Q@*U2���>x�6~��;�x�<63 ��)�	��E<y�������_��!�1o�9xMf����\Ab��+�B&�d�u��I`(3e���==�~P
�F�_q�Ot��Y�r
r��쨹���Ѣ���R�F���#g0^��T�Ƞ��`���h�}��qO��j5��n������2nxX�(i Z<�́?���&�I/j!�rNK	��Б6�w�ڐ3�`��k �O/

+NM.�/F�C��1z�IE�F����:j�}�_��]N2�߈a$�D1����,�Rݬ��сnVO��%�����xM�KqYqȟ�=���\g��O�1� �����l~x�
�l[�������@�F�ͤ"r6m��<����jnlmi`.~��߾��/�-~�̫��8���И�!��7�����;�����M�Ip�?t}��v�eTX����W
�@؎��v"�E�'tBZ���o��;�?r���E�w�'x>-�N������,E���t	'V:1���n�\�U2���q�"�S��,|�/���`�Ƚ����[�b/nQ$��/�?�PX<�,8����Ae��H^"UV8B�?��aȌ�kuTʈ��ӑD�K�װ�ȎK�>�Kd���}�3F��;�U0c��m[�o~x���掖�V*���7��⛿Y|⍷�{�/a��T9��}�
��ƍ�H�h	S}r�é�Z�6��R�q�6z�I���Z������"\�?���"'�.OS]�o�?w��7r����	_��"����)�UK�H_~(�e�(!?;�>;��jn��w^���/l,\�ޛ��?w���7ҟ=?���u�޻v����?��eF�\�	G��a�C��HBo��I%r�ѽOD�����Y���c���S�\2os|�as�L��}3x�`ee�p���q&���8���ƾ�"*v��<�Ȕ�aU����g���9\Sdqr^w��
�?p�A�@;���Q����p)�Mj����#����rʷ(k�)�H�&���eB�u��"5zj�h&@�*M�bW|�.G.l5��J]hDF
���T-�TU���������-��%�3��*:��u�U�u�ek�6��ye��;'�UYt��ɍ}\�:�0.�vƔ�F_��('��˳2{����bʳAxY�mp���B��;6J~6�l��A|��1��$������Y���N�ȋ�Y�˲~��<5Xmmn��and���[�����l��[��Q�6=���)����Ȓ�®48��r<�H�	�����B�8���6k�� ��O�>��<�y���?4�|�>� �94��+����W�Ǒ��~�˻��'�S��^��	�*@�Lb���V�B���3��[fNo��c\K��g�_:����o��Ě��ӏ�2NF��
�͞������0��96��\�=؎&�6|~!9�|��Ah�pU)�bM(�p����a,}�=[8�{�k.�Ip���7�s����e˸�p_�Tl/�p'�^��ZGw�İ)���d�JD,u����P;b��}G���Uh��aް�n��[���>� |԰
aC�B��e�g��v��&�K�@�&���4ov��G��$a�E�a{�I�K��+��p>�¶:`� �
ö�0��4�)�:��	C+�.���n�@ex�+ޭA�ą��eC��$)�sqC��~�:w�+�#i��&��/����s+��hF�Š�UKݔ|7xC��b����?Єj���������.�"��5���}ͭS�|{ p�Hq
����"���2r*'�M�
���!����R���Q���gd2�p���8{ҁ���X
x!O�;@jڬ����y�9
�H�i�iS:��O�`�B��XSٽ�[�~��.�$����2S'8�҅d_�d� �&̜8�/���>���y��!~-HY�bV�rw��@����\�*NH���������l�N{n��k���It�={����-�>x��g�NM����znErU¦��M�w�]��߃SGM�	��|O�e�6����w��[0f����&�1N�):_�4�_Y� 4�7��1fFfvK�Ys�<B��MUi���<�<�:�ܴи�&,'���]eV��$�����ȉ�&Ũ	<F��u�h�+�d2���!��}y�ߑ�5A���VBC'�/^�M��no�E~�i�.Q�ȵ��V?����M�g�v�Ӆ�-r�P�nb�ܘ�R�/��*W����q^Рӧ�Q�,r�m��6��2:��r-�Nw
��73 o#-Z�� T������z���ೄ��f�����>(}i���	�$�m�7zw�J�.KpΚ��GQzPnVpn3�]:;����s��S����Ce���m���U�{z�=��[�
=8�=�����D���� �FFE��==�ur�X"��V��'�d�X�/W�@˛�FaƲ�~v@���|gxbۙʔ�]{������2t���)-�O>̜��^�E������ç���޾V��:�Ţ�4u~9)I����s���Q(d2=��..*��!�]F��~v{]jB��0�T#��4���<����Q�������3��ks���[��̉�S�f��6n*����єli���|=��<���g��#��\�O�H��:^���Ӎ�e"e*6��ȍ�Z�\Nx�YY�#�����E��p�{09��A�PxO&�K�*�
l�>ɘ���r�i
Rj��$�f��vޫ+�n�L�X�ȗ��F������`.���3���-դ��'��n��������K=�}}3ԥG
�Ml���+s^��IDQ�1�A�D[�n"5<��	0��,�>Lj�jkŹ3v�YƗ��}k�Z=�]���u�8��}��a^g���#G���i��0=�lA\SxX3J��c�#��|��'��}hU��M���ӝ�*��|�۶��+��B���	���;��"-j���R�������ō�&�Õ�/��K��a��w�DP�����he}�k��;sz�%�ٔ��>o�¾��ֿ7ur^�#�N�]дi���@��w�*P����v�_����ڃCtcww�|.d�����L">Ϩ�0��v�_��F�Fb�i1h5C�M(��9�0��^|�U�\��~�Z*P�)�����vʕ49�m�_,IQ�,��w3V�][�|���-]��ݐۿ���P'!�%)�'�L���i�t>�BɎ��/L]1�rŊUC��+ȏ���;p� �o�/50�"���D"�� ��a��Y3&�/�lBi�:�z
f/ȍĝ�_hI3�G�{w'T���ђ�n�/�{c�,Ir���=��
U5)��;g'x�4%��V�M���G� ߵ�!m&�.��l�G6Ʒ�s�R_����Y���ة���:}�N�������n���mI��'�'
�V��NGɥ��փ!I��4�C�+^���5+ٹ���A�}�“C�'��g�E)����ևlP�/���C�QL۬���ut><#���&_1�p�wxT�8R��=�����H�R �����W����#oF>Q�텉�1}����h�b
��-[��6g��y�qӔz¦L!�mhQ^4�
�g���ż��=�P�'C�mѧ��z:+�_EQ�nV7������.EP,|;3�p��}4�J�E���x�vI����=7�QP�u#�	|S�f�U	�ε>�۰f{XqJI�+<Okh�5TUU_O�8Iq!�2� P⑑�od��<�6����n��x�dn�/:cD��bU�ېQDQN4�*N�	�*����h�Jw���-����0
��͎�����;x�˙��VuPu#�V�"%{yNo��ޡ���Ҽ�)����������gٹ�z[`��TU�A��c�eyy���Ψ,.�+�45<(+,����Kɨ�+�s�7x��*�<1DQ�Ꚇ�'�2ř�A�fՠ�]�>>�]�;��M���m~�NN�R�&�a&>T0 �WY��}"�����
{^���ޙ%��5���,j�	�ŏg`J��fK!��r�2�G��ƹ�����/�w���^:�	=�*��X&ɠ�P���*fi���K�|���^�$�/,!��r~��[Mm�h�������p뼅�����_W�/?�wZ���,�]��3Z���C�,�0~y��Ѩ�&����<�~�D�d�B��L�/����p$�@��=	GI���VV��l�u���⾽�s�)d���\TV���ږ0��eG��q#s9oÕ�pwn_\\�\o��}�
Z�B�^n
�jV�e��3�xk��ǯ���v�Kq�U��q���;t�B3��}vс�/�r�Κ52�Q��*���|������<kQ"�IФ�s�����I�1@i�Q�Jr���V�,#�R�p��*U�[7�Hn-��M>C��������3UU��4�	=�s^j0�џ�}�rh��,�$��K��$�R�
�O{���^�y����I��	Pisc���%��g�Řh�C��z���J%����t����C�P�@���l���ۏ%cj^#3��5�K��4yeE�c�y;g���2ee��]�v�,�g�o*n�?f� ٳ��jYz�@e��|���CC�K�O�1\b]���к���w�
��뛃r^М��#��ʎ��	x2�ϡS�^�>�VZ�԰�ӽ�SBjgMX��vO�ʩ
��i\��]��71�C�����E���ݷ���sx�St M��D3�ݛ*�9Z�磛8Nѿ@�hQ�I$�jF!����#2��̠e-|X��=�(�ѷ��o�k�2���y�l���w�=ƹ��/AܭJ�T%�Y � ���=j������ދP��m<<h�o/��h�
���(�4-�:�p!I+��_{v[�L�(&�T.���2<��Yǭ'� ��y���fr�m�E�����³@�kQ�i4zo��dI���LPd�?��F����1���3sZ��/��9�D���<����~y3&Er#���ȉ�φ�tM����\���h�JG�m��MQ�X����\<2���;ꧻ���e��_�t�ö�a���Z��/�V���4�qY|�y����'Z!w'Tj�,fP�U:�.��@��	��6��Q�X[ȹ�څ�p���rn-s��+��)Xe���-��8
�۴�ᕶ�UO��*
��qH[��O���]�i��I��n49��"����M&��p�Q'�4'�r'x��%p#�=G_q���}�^"��c�RU<�s;�����
��}9�Q̆S�Ē{� <S�mF�:E��D���wj��ϩ�
b�=m玆�xuU�D7�)Y8�7�j�?#�G�Dp>���Ύ��8s�Z�[	��E���ox8��q���оÅ�b������9>�¿G�!���G���:C�M��c����?���8\��@
`{!���#�!\������xS��O��1����o���~Kh?��!���t�^�����<x	�30��/
��� �&�kt�8�'���>������
�L��
�C��x�A���u x�`<(=�!�y�2�9���q(c�]�w���g~�:TO_:;5Ja"�D��,b�G�3���"6�A����E))		@����W��~�� �!]�Vk��We|=�W/������O��{�Ϩ43�qkdw��j�i��n��@Ǟ�B�ʁ�s�t�J�cdot�
���u �~2�d7�w�u����!�E/P�>����Þ��@����yK��p���Ȩ���D���
c
!�>�_�1�.�ς����{�?����׻�_��E�\O���8&��vZw7�I(D����b1��fE�C��?�f߾5����g_�P���"N�X\
��}��a��n�΢��8�0gm�C�C9w^t��K��N����#"HhO�P)*U
�VA1|4]�>E�se����)�:<R>RI}>!m���S)��F��$ee&�N��U��\V��^�jF*G��g��2�M�M����:�jJ�KȘW������ʟ�����Q�0?rBuR.��i@�:3_�[�:)T��a�6�j[7�ip�ӹP��П!����/��p�RB�I����B���sS�$4�7M�WӬFf��mR�ͨ@�졯�ͬ�{	HE,4s�����d٬0�����D�G�?oI���Rl���n$�(n����s�h�`0V�����|@!�XS��jJ&��h��"���NW=p��b6ǹ�y���ٌ��?��*�e��P�z[h��rra�]֥x~�y	���\QwD�ٗ�y�@�Ne'Ή��I�6��x7�L+7F�v�4$d�Z��[
ʀ
aa
3ވmKU'wB�D޹NĝvРp��R[�b�A��#�D�3�����1(�6ŚkG�
��-���줮�؞$S���N���#E�t��@O�Q���Զ8��s�!
��t�1z�C��,b;H�d�B%Ѝ!�qps����D�
�z��Y�}���!PVV95�Nfr�����x�&b�҉U��MO�����ƒEL���[0���s��A,��� ]���N���,r$�<�,�-t��g��|�9D__`-�5���ତ��عIC�����j
��H�Mt͖�O�MK2ŋ��yv��Ƿ0{A�hC�!;�an�aA����c�$�p��C�Ѹ��])�.A�Mf~q�#��6��I�1��kE�lG]u�T����\�[��o��)�oi�s}���Sy�8��eq�ɔj�S�����h@2��,`��K��qz��������e��X�ona���\�np��Hu����+�珊��<�5;�O��rW�+/��	EeBvB��I��#$�d$e�3Z�aA�.t�H���YDAzPEo���`����`��qp5��t�����c��"r��b%P$�@�
E�r_��Ʌ3@�ZSH\HvNCOHlx��A��jB���ՕƋ
����s���Iy�[ZJ���
��9��4�&�^WTU�**`D�(�	���%q�M���ݹ�pƽm(w,��f\��z>����~O��֫B��8�M9��VY\i�
��u|�}�*��z�o��]m壭cm
��^���lt�X[�qmq���=��K�e�m(�m�m����h�m�﷕9�
�m[��p��r�೰�E����}(�;iո�K	!�ɸ�	�~j����ʤv'O���Y�p�ܖwZ�ʔ�߂�˶�(���=���J䦎�ԗ��j���#;�ܝ����oO�(ʗ��ᘱM��}���ˣ?�Wq~bT�[�#�	eգ�B�X��0�t�������/Q0�>�.Jyz���Z_����[ކ�*D~�l��w��_���p���/�6L�*�};���n
4�LK>%Z׳���:���S"r�	B���2�X�ę� ��[�f`~#���"e7K'��76�K�ȶro��CS|�@���?��w�Y��#wZ��I��s;}a�	λ{����|�C{�E��﯉	��GFb�D�d�|3z�0�q���9��w��۠�&��m�����A��(~Q�Ӽ2¦Mг/u.���L=�I�����y��*�~t��p��i#ҩ
��E��}��^�e�wi��7�U��~�ۮU�Ma,�n�3[PY�ƽ�a�b�h��������T��6�(l?!gA�[R�1i�*.͋;@Fp�w�{�3�Te%w�n1@��"CP�2�p�o)�J��m��$�(<�B�_Q�1H�N�ލ�����^��>ϵ���ZO�^5B�o,����9$'��Ez�����F��q;R÷3�q�.{\l#��K��X�8�U�c8�,h�+ƪ��|1V��=.���,�����^<ԢӴ�ð���D�l.��n��Y#$$)�p�DJIr��<��ؑ�f���l���^��wd�9����:���g��(vI�̹&��qm�۴��:��2PG��ya�At�OB4�X*Z��I���H*v,	��ƩM��Q;���6[�m@����ީMl��rJx��opN�-��<z�[��\M��1.'\�ENF�d�6u�Wq�S� �f
�;�ԏ��׼r���o�������=�b����9��z/��M�>䛏��G*�?�*�<�b>O�B��yM�3?�5��Q���m(~x�=.�|��F���vst��h�C��s�~N�Q���}�,���
��Ih]Q�f���q��l�>Q%�NN��_{�
ۼ��plt����l�go=��Oq�x\���R(�f"����]D"���������P���K�.��w%Y�U��[+~!��;���z
{q����
 ��'&����]y�
)�	~f�6)��c�TlP�����J���W�?V�?�E�t��C�_<�욪���8}LS{Zb�S�JX�Koڌg3f&Nz���g%�E�l�-7����:8�6��Q�Q��9B#��p�g���s(�����^��x���Z�X+�gh���X=P�:�q꫈��pb����"rqEsR��)YmY�	��J�d0�T�z��ڴ����-���@�M�j�UF�5%�e�;�ޔZut%��-穝���'�>�P~pny3��Ԟ��>�J"G���� ���4.��iN2��Z��w��z$:G�y�!��|&V�(�yi��3�'����!�d#Ϭy��͛�O��8�1\��]>{��;;�_��j�}��I���9V�
��$Θ���/�]�g���o��+�H|�}���r�6(�Ц���I��ͻ�63q��*�?�^�6�~��@�4�M0k����usC®�����]g]�w�4ޯ{�"F�X���P���)u/N�J�6�+B�b�H[�7��cv�K�=+j���{���)R�UH(�����\.����tz�SD�Rb<�ז���n�N�3 ��[L�E�D��M�O���Z�_�^۾��ŕ/o-���t7�^l�t��׫v�^�zseQB�ĸ���=��Åݗ~����r+z�M�%~�z�+���Y|?=3�Or���F��	��n>A�!���Cq,z�g��Z��!0o�n75��C`���%�C`�6D
�q,>���耥��"{��|�3�g0͛y��8��e�=�8�-c�Z�͞��H�W!sQŠ�=*e<��I'Z_X��i3�9|i��c��;��k��'r�/^�n�m�yx��WPr�e��
�9�(%W@��'������4n�^��X�Hh��W�iT�\��Y	���2?L��R�8mF��W�߾|v�P�'&�<���b%c�^^v�^!52�qY{�Z��R�\�p��ᆣ�I�6.=�\�c6��RT�s�G��~<7'/.7���7Nwr��z�_T��+�o�)OOIp���Ak/k�e*��s�_
�qo�ʣNy�Љ�<��By�G]^����C{�Z_�8�i��:s��>�[7�ֳ��_�Zg��9,�쑶�e��n_�6/� �����!bs�
��<h��44�|ֳP.!0)@��i���o������kǝ;�pX�����_G4u�:�W�3=*��l��y�y���`�{���~���E�]Ƹ��V�S�9K����?�����1p��wJ�YR�ȳ�G���P�^[��֨�Y�U�<uR�#w��n�j�ؗ@9��r%��"U�����A�nn,� �w�W�!�A�%E�1A�e�c�1G�K�Z�8��bhJ�� +���ݹ�̬�w���K��z���Cu��Md�> wS�TR�&�{량M�o�~���M�}��_=��U�����s#��A9F�T(~��2$I�؀�0��{Y=�u̶��^_x{+�u�k�"\�1��ѡ\�.�L����++.ˌC2��O�����(H#�z����>���W���U������WZK�뺟��{���5S����z|F��%�זز�h�f
\&]��	54�i��Q6mǜ�������B]e�����!*C�����W-(Y6�`ق2,�-�f�sƸ�n���U��]���{M�̘����E�����
sS��n�u���ӹ�Lkׅ�K^Z���;��E�k�+7R��q�D�&�sS>
R��ДՉ'��o�W�<혴��!S�A�"�/p���<Ϝ��@�P;�/�h2��g���
��f��˅},A�о �B!l����,>���耥��d/��/0|vӼ��	�m���B7
���."�b\�h��Z��"��S[�{�/|n~��߿r���'N�����G6�l���7�q���ݹ��g���vHþ��I��++e��qB
m���g
�'�M�W�Ki(��F�)Q��ɂ��,��ޣIT"���
�%���?�ect���Ύ�C]+3
VT4)I�����`c�f�1@~6$L�o�\�a�ə4uJ�p[��|n���P�*�=����48BdU�W4�/����#�=�
C�����f��E��8S4�b���_[5�����#+�^����p��u�V���*F}l��3�M!3C�N��z0�ڲ�g���	�y�N�ߗ{�n������Ȕ
k��I��v�UT�U;�{@���[�1�f�]p`��9U �<�K�8@M�M�*˶���u�-���U������=��e��ͧ�<�蕎���/�+}8?)�|�ht�`�����?u�BZ"+��=���{������P�C����䯩P��j�L���U�0w�k�=���w����~�1if��)m��u.����ZV�������'$���<�s�1�r����Ij������ܚ���͟,�}�\�{�"uR7<)�
hPpۨ�!����V&q�p�!KF����6���r{;���c��}�mCO�,��%�&�n�G��.e��Z֔f�81�x-
�p�!��^n+�P?g_͒��p��
e���X�Ĝ��k�>�
��}����֕`.���w�;{�������P�&�oXv�����k8&�(��-�-�ӇEI�8-,��!��(k|�9}Nx�5��7��~={;/|�yax�����K��n����{�R�n�� �͘���/i:�
x�Ϝ������ռ�ҟ�p�
��I��E�6v1T�N-=ff�l8���&���M����Κ+�^�9?�ɥC{'g�^�f�DP�C~��9��\�AP�����i�/�s=�0������e��rK�~�>��?��:b#��c�p��6�>�s"�o�����tW�3�%It���>Ny��Fg�ύg5�c���M���P������>�c��"����<�[J����߁
DOg�X�g������`-�FN]��[��A��_��t�*	M�OU��2Ӝ9&���%��?�
�q������+���p�@�������iR;�x��T�oU���4i�
*�HH�jm'�K���[�\�m��8��/�M�}־��|�ę3q���
!�pB�+�|ov�I@�+���7�fg>"������}/8�W�w�h%�Xp��>\������)�F�W�г�ς�����Uz����5z�����v��kt���u�����
�U�V�uZ��*�Uk!à����8[��T�h#�@p�v�ǂ+��Bp�n���[�߂W�Ҧ�+t����U�*"x���|�>��_�+}��f�G��~-|�n�~|��j�C24�e�PLCr�h���Wt���M)��X-��:�����)�:�^�﷘���.5pň�-r�S^�Ƽkp�4�1P
�}#1�D|�衙̲$:���i�áV��N�A�Z�$3'z��~�&�jk����6q�y�>0�FlL<��&u�a�i��ˎ�=+�ct}p�g��q��3<�8��q�&_{�k��3�S�{����fs���|�D��Y�ڗ>�"��l�Hg61��h���L	�C�B��b��x�=��p�wU�a�V3�}�͸���q�m�6�����6��\qP�c.#�*T.#=����6t���3��*�qb��t��T
t�B�'y��(8Tʂ�1��q	u8����9E"�Ԥ��&Zu�a���꤃K�n��)���x����I��CbwѸ�L�kw�6Z�uB�
>��?SgA�"�C��Ni1�S��KS�8��
�n��O�l:�֋�*M���ƿ�ϝa�B���,��%}�.���U4cK�÷�o@�0!��i���m
I)ʙsS�6S,L��;��Eɛ3w��b��m� ��2[�;���^C�2$S�b�Z�ԧ���.ȩ��	f��a��}]�h��hA�ԁ9v�0�~FF�����Hg�AJ:�BNٸ[�U�ڱ]߮+&_�a2
��)T����B��N���d�l�&����F��=�/yi�K	/j�\hQ�
M�ɨ�x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}�Tՙ��9U�0\D��2��������n�����!�D�"e����A�1,�"^�2	�a����%�8�0A$\�5�ܽ��T�iԘ�Z���Z�y|k�>����{��隦��fi˵�a�G���zb�-����r��<[9�93�N�*jj7oj��G�O������<��#k��EY忆fu�iwhC4'������wi��@M���_P#+�S}�񎣢��Z�C��l�<y-�S�Ŷg�V�V��A�h�d{ٶU��]������:a;c;u�v�v�.ze�k`o�6������#�T�>�>�.�c��>�>�i���9P���K�˄Ze_c�
���[���w�wC���z�~�~�~A��k�nik�6�k5�qhc3T[c�1�i,5��8��jb���P��6.�ZԸ�q9TW�������j�v�^o�Ӹ�P����P��5^l�"�G�Q/m���;�����r$9GE��юq��wLrL�����xJ�Ŏg+a[�X�xj��e�V��]̇����Pg��`���$њ�6
h�|4
ir4a>�|M�&�GS�iX�H�1M�j�_ӄ��TӚfR�i�O��i	ղ�UTk�^����Ֆ�mT;�vS�k:Hu����Mg�.4]���ԭT�����ATC���ښT��U�y8ը�T����4O���<�jA�"���˩���R�o�H���U��ͯS�i�Ou��(����T�/R]i�H������T�[�T�U�%A�k�P�hM5�e<դ��T3ZfS�ky�jq�3T+[VS�ky�jS��T[[vP�j�Ku��0ձ�TgZ�S]j�Ju�i(���@��B�p��|�U�Y��I5�I�����9�I��s��Ϲ�I��˜�Ϲ�I����Ϲ�I��;��Ϲ�I��G���y�I�����y�I�\V�s
t�?�P�s��ȟ+�"�����F�ȟ��E�\S\��5�E�\\�ϵ�E�\].��Z�"��.����"�=.��:�"��.��:�"�+.��������M�܃����t�?w�M��97�s�p�?�87�sOr�?�7�s�s�?�b7�s�t�?�:7�sor�?�V7�s�r�?�7�ss�?�7�s_r�?��V��ڷ���6���VG+�k��FZ�Z��h�:����	T�[�Q�l�C5�u!Ւ�eT�Z�P�к���-T�ZwR�n�Gu���;�'�ζ^���z���ͪT[���T�چR5��Q�bT����QTc�:�&�M���6�jn��EmK���uQ�m[O��m3իm۩^o�C����Ѷ�T���Q]l�B�Q�Z{}{�;�S�۝T��U�=GUiA5�}��ITS�gP�n�G�T�b�g�WR�n_G�b�&��۷R�h�E�����cT'��P�o�Du���R�ӗj���j��A��"�U�C�<#=��s���y&{ȟg���y�{R-�?�*���!��<�ϳ�C�<�=��s�C�<�xNR���?�e��t{ɟ���yy�z�m^z=o�K��-y���c���;��ӽ���u�^�:�R/}���K_�]說�n���y�{��{���d�{�Kּ��d�{�Kּ�������|�}�p>�����r�����F�H�o�o�T	���0�S>�{�G�|�}�|�l�M��} ˷÷���+�a���+�y�%��ﺟ����Oo�o�ӛ�~z3���h�O�M�����1~FS�?������?��h�_�g4�/�3���M��/�����4�w�I����4���:�'M��~�����c�P����rh��@,@���i`T��4�`4
L	0�fHX`A���HX�+@��$,�9@�����=F���i�x��4p.�h�`4
jAF�`� Y���3Hւ� �i0d4
�2��M������AF�� �ipq��4�2�h\d4
n
2��M������AF�� �i�L��4x)�h�"��!�j���#D�B���B�/4,D�BcB�/4!D�B�B�/4'D�BC�/�,D�BkB�/�!��\hK�����ws�}!��BGB�ͅN���]q7��n.l
���0�
��p[���ca�.��_xT���;��/<%L�³��/� L��K��/�&�a��&��a��&�Ca�>&�sa��&-B�"�#�/28B�"����"�/����Ȉ������Ȥ��̈��ȼ��,�����������Ȧ��l���Ȯ�����ȱ������ȥ��\���h�(��6D�_�%Q_��ESQ�%�1Q��%�iQ��%хQ�]%�5Q��%�-Q��%�}Q�=%ѓQ��%�kQ����_l`��ņ��_�-F�b����b�/6*F�b�1��#�Y1�[#��1�늑����m������퉑�ء�����ع��]����'�q�'qg���Cq����_|D������_|R���g��_|^�����_|e������_|S��ŷ��_|W�����_�X������_�R��ů'�_�o��%�/�H���/A���KK��Ę�KLH��Ĵ�K�I�����K,K��Ě�KlH��Ė�K�L��ľ�KI�����K\H��ĵ�KZ��/90I��C��/ٖ$�X��%KI��$��$�KNI���$�K.H����$�Kv%�_r}��%7'�_r{��%�$�_�P��%�'�_�\��%�$�_JK��T��K
N���3E�R��K�R�/5"E�R�R�/5)E�R3R�/5/E�R�S�/�2E�R�R�/�)E�R[S�/�+E�RR�/u,E�RgR�/u)E�R���/�7M��
i�v��_ڗ&�T������_zL���'��_zZ�����_za������_zM���7��_zK���w��_z_������_�d���/��_�Z��e���!���_�-��2��L)3<3*#X�tf&f�da�Y����Ufify�+#hʬ�l�l��2�3�g�d9�C�����K�\�b�JFP�ղ��Y�Fvp֞uf�P6��e����qY1��I٩�Y1��y٧���b��+����b~���/g�fŬfwe�fd�\f�eOd�d�f/e�f��ļ���rb�r��;�ˉ9ʥr�ܰ���ܘܽ�	91�i���9�����%�e�U9q�˽�ې{)��[n[�;���wܹ�9�s��NR��qǝ���;ם�;�/�A~P���|s���| �A>�/Q
�3���I.?1�A~z�����<��Ey���������Sm�3�5�A��<���y���G�<��O�y��_��L����k����;
���
���D���B���]at�����$����
�<��*�tWx���]au���‹�
/�?(�(��[�9�p��s^�D��������F����"��!E���A1Rd��X(2PYd��xo�����"�řE������?(�*2P|��A�"�+n+����"�+,���;œTg��x�H���%�W�W"�A%�Wj.��R�D�J�R�jx���Ɩ�_ib������_in�����_iy���֖�Sm,��ҫ%�Wz�D�J�K�t�D�J�K�t�D�J����e�W��L��2�+{�䯜(��r�L�ʣ��<�<�jj���g��_��2�+?S&��e�W~�L��/��_yGy��2�+.���2�+�/����2����D�JCeH�宐�J�B�*�
������ʽRW�\!u��RW�_YH��B�*�*���B��U^���ʶ
��쮐��
���S9Iu�B�*�+����A�:�u���A������u:H]G��D5�cT�7���tL���cVw7:u����d�cm�z��d������zY�tcj�6Q>,��z!�'a�7�-
�\�� �!�2��u߆>b��(�����QZ��r�
C�w���S(߅e����t��:��wA���~�Z�a:�o�艮�r�8�6ٚ�q\W�U��g���J\����(�rEYp_�B�N\�oM5o��P�i܏r꨻H�l�%�9U��J������QS�|�g���i�*Q�	mS%,�8����Ѝ֢,1>��O�7���I@O�},�l���U��e��a�I��]�(ʿ]�����-�e�Y;4];�&�[�AS����{K��1����Q~�j���K��n��E;�o}Oiٚ�9y]�s�C��7U��΁�R���(��q��sݢ��U�cL,�
˓����Y��X~�J�m�Q7\�ϣ�B�N��zrO�'��T��.Ƨ�T|��b��s�(���{��|�c(O��<�qu�S�w[\�|��-6�������[t�IM:jҶ��`uX���r��G�&��-�ˤ�=���$���w���jUޢ�L�h��=P�S�y
}x�t�IG{�
u���Κ0�*�6�
�X�T]M�h[M׽a�;Mu���GA�[�>�amb}ݢm5�6��Zu���m�iY_i�X}_��&���a�ǵ:?A�j��zgM�u���w�m�i|Z?�>�gc��3r��G�ge�Z����ƺT�xN�3�d�f����]�y?�-
��+j��7���C�n3�G������!�%���G�p_�8����}�U��i��0�ߪ�U���?C�ם��0��8�p�Q�*jwg{��\��=9��)��R^���ab/e�o�4<��v>M�]�������q���}�F��K�~������}��/�[�}W��l�]D���gڅ��}�ĿZ_�{`<�����V��z�E�������݆j��.)R�O��TuU
�8�d�d_S��V��1��6Z~u��a����UE@�0z�����qG����I��ݑ�kَ����e��jv��	����O�Ͻ�"GEa��c���ys}e7E�S�D�<��Z��Z��T͎�Z��i�_����5&{�CrO������*�V���A�{�V�l�oiCDSQ�\^H?�1?A���+�j�2շU�Ǿ.�:���ҿɱ�3T�D��b��3�k;��~�ȝ�+�bXyӪ���DzT޾�z�I��Y�F����*9����^\eM\eM�dM�d{���}�0��x��p]��-��[2��R:`���=�׿&���[��ڡ��J|�����	=��M�2��g
����c>O_���OO�s��T;���u��5Mg(���ߺ�����6U�S�y�L��.�L�53?��19V�}���ԝ��)���1�,ǟy��5a�'�Ϻ���h��_S���WԵ�)���?�n�_���<��xe�6�֎�[�9~VkU#���n����^^�(�b:��A?�5�+�E�gQ����j4���'�?1_�~E�S��%>��K�g�s��-vz�����dhe�Zݵ���P;/�ǧ��Z@��������U�@�M�O��O�ϯ�q�2~���Tk
m��x�3��{�p�b����ȔQ�f�s0��5�Y��i4�?}���ΣJO4���;>�fM���z��j��Z�@��?mmV�����Я��>R[�@�\fU}xu^D�)�������V����>ME�Zf�R�]����[`�B?Myc�P���&�� ��u��Z?���Q'�c�Cφ���7��iЪ����9c^����
�د`-�2={By_�L�����{�Vm�F��j�T��n�q�E������ؘ�:��ΤbW�������~m^�6eN�Y �Y՜�|}�<��z��Zh�m\K�˃蛚��r�8��������Y��50���:�,�����cA���7�ߢ>���
u�;���}Q/��51�rq>��C�%��u�e�=M�Y7R��/ܲ�2y�j��Ğ�]�q���ߨX�}�u�~c�u��B���.Y�zƐ���
���>����z�ٽJ�K���R��lg�Z�Կ��g��}W��c��R}�i]���-�mh��~�X�C��
�n�'�|��a�o�����Ӱ?-�Wc1�E�ۦ�oڃ�KjYJ���s���~���~N�'a?y�߰F1��;�e*x���2��ԟa�ḗjNI���veͷ຦ݗ�3b/��G�i���=گ��cA<�L���z�o���n_�Wj1�[�Wf��!����?��?�����z�-�r�����?{��������r�q����\Wcֵ�Gu�y��-�}�ϰ�^П'��'`��d����՜��g5�5�{r�����)g�(ڙD�+�Q�����a��r�ӎ�a�5��Ξqˣ>�!���쉉�9��S*�|l��ӱڟ<�����}g�n�ٚs���D�5;�+�6_��>A��~^SuП���?���w��kjvSN��'���b��P�5E_$ה%��R���Q�}���U�-k���i��4�	�O�6�-�j{?�\i�̅�;�1�YK=�;�FN����?օE�'���`eQOǮ|,6}�v>��g�ǡ���
O%TF�(�^�}�NL�N�w���-���aZuO�W�$�����}�����+T���Ucm���*Q�!�����T,��ڕ���D;��U�^g��(?�	�4����*a����s�D;��X�ڝ��oU�~>��U�ϩ�d�8�'T	{�v��\U�sM�y@��?`��eU�?�Q_]w�*��늓��s?�Q�/��/��1R��-����0����N˗z��*q��hG�w��>����T�v����_U%���K�ܩJi�k��<��.>�Sw�-��ZO|7�3\�o�Y3rMj�=��BZV�^��5U=��Gkvx�9�;R���@��S���z"H�
�Y�2ٟ�l{ߊ���>�f�3��NW�?�)��O�A�v���Χ�;M�כ�_5�-���]W=���>
���4v�#&Ƨ�T�X�#�[��e���g�1nU��&���Vm���O�tFj���-OI�N�_͝�.�'��B���2ٟ�l����C�}r͎�W��G=%D�mu*�:�F>��O��+L�b͎y�]�zpݯ�|t5.u5;潚o��|���=����S&�
��X�����?�C��}�MO�{�4��uz��m�n��
��X����~85�?�,���mL���?E3{���)�9�fΒ��^���,���}8�~XF�r]}*�MչEw�tԤ�5-w�=��5�Z�I����G��K�vJ)9�|W�׿C����һ?�m�:�vԦ'�槺�'���D�	����J�����~�G?+3��ﱲ�!�m�ɬ�9H�n~z+�м�[+��õ��!�L�iO�W\[���Z��V�h�����Im�vZ���Έ�r�x�{���Vj��.���x��~'^?��x��~�]{^BB��?�/�n�O���n��ӟ������}�x��/����7*F���Ɠ�O�o���"c�~QD�#�u�7��Q�$,	c�%ey�Xa�Xo3~f��:��olu��V��5h
��Qk�xϚ���G����Z�X;aC����n��1Bk0~e��g����2�2Mk��_��
2{!w�r"5 m(�E����'�[fb������n17V�gX]�d}�x�f�n�x��g�o�(�+�"���{�xO�fiV}��4��H��T3���&��Z�zM�1D�n7��D��Ƴ��?jZ�T�/�R�ϧo��r�i�_[�7�/E}���j���v4��}�6olC�qs��֕�b�v�R���?�دkv\�&�P'N��7�;���D�W�mŧ7�+5����Oo���QM�V�.6
}��_��6F��m��O�
҆�z�X1xJc������q'��=��O��6,_�iâ
��r���dNL�S�c��Q9Ϻפ��g�5�B����s�'�'��Z�qZ��b��:��K��o�˄��-��FΧ�K�{S�w4�צ�)�|*��F>m�AsN��"NU����g�q�E�����mo���#�!�N�wN�+��>Z�lj�8��Ӡ>U�g��������
R���L	um�`�Z���f�nޔϬo~/�	�,�XL��9�SJ��5+f�6�������ɿL�QW2().3"2^���2�(�6�$/�If��_#�߇˧	�>}��s����r�(O�{�K�M�CL�h%oFic�Nm�6E�����j�E�RS�$�Ʉ,o~ c�g��v���}M�BR�o��]|���>�7���4|�i�o�+�㍽u?�u��+�qQ�D�Ʒ�]�K���\M�j�`\���WA�|6�8!VZjܩ
���[��S4�[|�w_�2s�K����+|y�>��f]�)�+�%���x�=մ2�����w&QPK�
�[�d�?�?*assets/fonts/OpenSans-ExtraBoldItalic.woffnu�[���wOFF?�/FFTM?|���GDEF��(if�GPOS�#�Np�b�GSUB�:��B�OS/2W`�ރ�cmap��YD��cvt ��8I�Gfpgm8���Zgasp�#glyf#��f��͸head�66'4�hhea�#$�hmtxh	8�|Cbloca��	��D�maxp�  f~name��
	�O�%post��(l�ɂprepX`�3)BW�Y._<������w&P���u
��Bx�c`d`�������ߍ\�RD�K�g���v/�Fx�c`a�Ŭ����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�Մ�x��XaH\�>�޽��N�
YAB6���X	i�M��H��`E����[;�]�`�`��"AR��Z���4����H��Y���W�֕��u)�Jئ֝��w�g&��ɏ||��w�}��s�u���JrV��aЄ.�L��ijҋ�҄��R+�-��z�(������l��Ȟ�+���b|���D�\`/pJ�cl����^�n��*u�;�N
�Eu3�Up��p?Aak�'������
��J<_���{���Y�Sԧ��U��%��zt��9��Ǭ%�kO�"�E����e�l _-P����9`���2.V��jk�$60��v��vo��m�W�c��T�j�s��U�W5�f/�	����5�9cKc{�}za�5�P�>�*��Tc ��N%ԉu2c`{��K�v-�%v�P+0l���G��wS��s�~��K}*��34���l��S�vq���!�)��B�ҁ�>)�H��l<O�p���Tx~�U;ڷ���E;t�"��X�*}�����`hTߡ���^�>�fѳhj[��e=>;�>��C�`̿���}hG��NM�@��>��*X���yƚ�i�3�u�on]�_�>i]E��ys{̿��M\"6�eĬ���Kp��|��,�nbN4&~Nƽ�^:[뜁���4@���\�:y�+mmƞI]H\�6��E[���[���*|F'U�VT$�o�%{*P`�p�������ZR-�j
�9�xQ�%`�'�� P,ѣ.�x� �>}�o�E
�G[#𚪳2U] ����&����3GG�g��ͣ�Y~�
�r�j�	���\���6�N?ת&�7�-�D��S|K�%6vn#֐g�L��󰌗v�K�:C���Z%`_�I!��Z*RStP�۳&N��
՚~��9�B.{O]F��K^��
���`�.B;�t&%?$f�5\/��]&$�6ǡv\ǂ9�#�Ϝ|�o�_n�6đ;�1w�أO�O�Q�����p҆N
�|�YnU�i��5�1Nc�ЌK��y��U�ӷ���]�Q8x�W���Dy�C9�~�^>c�5�5΃3h�N��`%��A�^�K ��y�Y�8�̓&_"�a���'�-�c��E�H��^�W�T���و��En�?�ͭ�,s�&W#��Ć����Ʉa/�J���N?}_�A���+���ث*����c�
s���/�� ֒�Cj�G���Rb5���*�9t��/�^�a�)jp��f��<�=b�h��8[��%�r�i�Vl�F8��b�p��ϐ=��븿�o��Vc�_|�/�����0�`�������#Xsx���e�������5�wP�Ar�ÎCa����Ej�#:N�x�9�%ݰi'8���	�5MNP���[t*ߪ���b�㘓�z��	�!��&�zp`L,���~N���r��˷��!R�<*�!Z�y��v��I��=;���7�3��,��x1�M��)��j�m���D����6���i��.���1w���Λy���c���\��k�_r�s�r��{�� W'v;�8��C������n�ħV'�R���j��h��U#��_�u�Y����>J�Vj�*Ԉ��ޤ�M{��z�l�G=�}K�������ާo��|C�ſR����A�~w�w�K��}3��
��j��?g�T���h���mu�ު���5�_7<���I��<�^�:�k
>�Y����3��А<�٢��]迗���h���j��u�
�IU�=8�Mev.U�A�����K�!x�Y�{rm<��s�m���,0,��th�J(d�|�S;����[��_�E�>0nW���SV	
�ھ�g'p��%�;���g͡F��d�r6r�����^D�~'��Q:D�;��ʓ�C}�N⌳H��0�!���nS��9z���O�T�'Ϯ��q
v#/��(*�Ӫ��Č���^��"�����`���S��8��x��x�b��=ˈ�N���bWryڨ�Q�TN`��Պ���'���c`�G`���G���U��|�z)N&J��<t-W��S�T&�s6�%&�(O�ݼ*�<p^�?r���>�s��ns���|�L�4����.C�fa��=�^�0�)*1,��&A�#:~��N����K�0�nWR1���B�0�s�>��*P���u�v�c~f��*��om�E��
�7�o)��i�j��R�#`X�������,���ׁW�o�,pX0���1�Mbt̯����ݒ#��5l�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ%�PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no���Y*x�u�L҉p��3#�#�Q�+r�M=2B"��C���G��
�8R3ΐ_ȔȈ�!�D�)s�9�s�9לs�9�s�9�\s�9�޿�� ���"�ߠ���H$�E6#]�)�*r�X�1��cб�rBC��8�8�x���Di�.ё����I�I�I��`��	�	���'>'���Ɇ�'Q'�'�S'P$Tj5��@�OaO��*NIOu�ZF��
��w��d�$L%F�	c�1������r�عӄ����ӑ\
/�;ş������apu��3	gHggfRY�ݩ��ԥ�³ugmg'���yxޏ_Ư�a�J���<i�i��U@`*R���M �6	�I�t0��.I��kӧ��7��ID��XO�'F��d.��ј����qDB�H$:I@��vHG��LR&=��Y�)�l���<�J��gѲʲ�Y��l\6%�4[��Ϟ�^�^��''�1d$s����!�Nr�<E^$���sjr�9�(ǝ3�3	Ѐ2@4j�~`
���m�0���¹���ܕܝ�#J%�PJ)��"�h(z��2E�L٠�Q��yYy`^i�<�/ϓ7��)o!o=o�������0u��Bݡ���c�����H4��&�5��4m�桍�>іh�]Z<��Ϸ�{�'�����@�R@(��ԁ�G�p�ϡ���k97Q�-h.�(�
)�e�ՅM��t)]A��=��$=B_�Nj��EeE-E]E��H��Ĩf�2��"c��ň1�	L4�$1�LS��2��0s�a�
X|V%���a�Y0+̚c���Y�����b^qE���[,/�o���,6�-dk؝l;��*a�K\%#%�J�J�J���Ju�џp?��4�As�?g��~�q�s^~~�z�LY6yy�sA}a�K�6s�Qn�"�b�E��&���S�fx��Y��rz�����_���\��/�����D�D�Ti���"h(A�� �	�`]�-�]�_���~9xyK�a�g����Ҋ������+�"�H&�Dv�K�Da���ԫ���������/�_��$Ɖ�b��^���V�V5Tɫګ���zI�D+1K\��_�:]�fW;�c�����tMrMC�����u��ڑډ��k�k����֮���0u�:[��MHۤ�R�t�:�:�z�u����z��
	
�O��
7:o�n����o�k\��xSqSw3xsC���efٌl����V��F�	���m�
��^�K�ur�|J~t�q�����a3�j^�˺���~w���e�^�=���{�{�{�
��O�x{_x������U��^�rNUƔ_[��Vr��u�u�u�5ކm��m�m��ն]B�U*�����*�J�r�|���պ�:Q�W�ԕj��[=���w�t=�x��4���[��-A��~������yNW�s�����)�H���Q���t�ulv�;��u��N}��s�s��H��㣝.z����k�1�1��>Y/����2�5�M���^x���ɑ�� 3(
z���5L�k�XOBO}Os������	�|�Y����F�Xj��:��8h7���}S��`���L&�Iaқ�&�i��ٴi�jF�If����`n3w�{�.��6ϚW̻�%�B�p,b�̢��,˸%bY��Z�"C,�UBuP��̐
B��"�	X��+�ʰ
��V�Ui�[�V�����-��86����es�>�V����=U<u<]~zЛ�;�;߻�{������L��l�����/�wԏ�g���k��S��������X��=����ڳ�4;�ε����s����C�!wL����z��h�xIz�x��r�	:�N�S��8��΃WY��8��_M��w5�������׊�S�g_/���
�7�7�7�o"o�o����d��B�n�[`-�
��.���ix^�7�|�6�m�[�-0H�
�gw���I��b�
���i5$2�f�V�b�D/�K�
��ްw�o��]��X>�/��V|����h�0,�nn���G���ׇ���~�?��y�
��ɯ��f�����S�3�s��R���k�����]�?l��MAm�+�t������Lp!�����Pb…�! �X��� $Յd!EH҇��#�����h�3������(q�{ty4:�5�7z0KC��ƈc�8��5�i����#x���	\SW�8��{//!{B!	!����EDDTD@E��%�h�Uj��E[k�:]�8~k�ڎ]l�ڎ�N�����g;��:��~;N��(<�����~��C7��{�s�'IH����	N!'�A	EI$tL�!���Qz\��D`��V�7ד��0k��C,;��Փ:6�4ul�a�ZG~g���e�� ��Z�a
	�k
\΅�l7P�(�!ׂI{+k��}�R1�������~6�0��$uR�2�11"� .!�&b�d(�%9p��G	��8���Qz����o��8��MB��6Sj�߼j��Z 	�M��l�A�Ϣ+Z�V����쭥�?�l���-��]�~n}p����^���O���ӻ
a!�?��fd��\^F�f�, -1;[��.��&�_�J�v�Y�F%�:��y�A	��;
?%��u1�z�'�,�?x��,��V0��	~���q�s���OU�n/_�	k�='N��mq�2��Uo�=)���]���k_�o�,̴��l"�o�k'�{}���K�1#^oI���E���q&=ܟ�X6tCX&8w�%lD�CX��rwz>E�dž��X#�DZW���%�m&@!�)�0��([N1��Zͩ2J����o���۵��!8g{��?I,��c|�ݤ����S�e	��|����SG����̪����|��V���t�=��mz��1p��~^�o'���gV��93��3��h���"�pA�ԙD		�T�]�'��2*d!�h�HTH�H��4DOH^���I��B|d��B��&T|GqDU���ő������/��X��;W�^4�م}��8��Ե��m��Q~�()ǡ<��h��a�I�˴��$i4��j�O�[|Ogo8=��ӟ]���cߘe.c��� {I���r�M�%����TW~�ٓH�k"�W�˫�U��,�ԉa�$�
�4�/��P�qP	���vcN �&F����<�<�l�������O�Z����v�P�B�n�o�2��/�}qe�V���<L5�*��M�߄�AB
7t��Xg�Y��[�R����ӽ@l`�ӿ��1������b�`o����E��͌�}P!���J�4���Z�u� ��6�E-P(eQ����e?�%F�Y�ı�~������~
:��ג�O�쇐=�m�5��>G���1�k`RF�'��v�=��)�{�R����N7		!9&ah�(�ދ!.u�Y榕�A��8���0���j]́c��:��\K�A\�
�T�ᨥ+!�A��pk$����`.\��U��A����E��#
ӷw6vm��5<�xL�#��sC�n�X�%�R��h"��k��@���wLPW��q��h	;�8�"��XN"�( !�� �FC��9V������Ԫ�O����RWVZݢ�ߨ3�F�539ߛiT5��������x�㑻|cS((�޺go�����b݄q�>w��K��b�D@1p�Rdð�5Ae�GJ�7����ɱ����ϐ���@��SS�k��;u� �6��dd%*A$%a��Ġ�� "�B*7-,�r�5Q�V;=O�Mw�N�H�:9����_+��v�T'�ݦ�l@�Z9�˦�r�﨔}�G�:ΝC���J�T����0�]d�T�F�M�
g,@�
��mQH�_I�x�o˦�=�`V�=ceO���&��(�/�X�o��~��ܒ��]���=ySc����,MF��Q`f�3�a.ϲ�P�8aw��g;���c+{u{
ȡ�_[ 
$�LA�0�J)�i��1%�@ɈĤ����!q�p�����=�0����v��Oܒ�8Z�*5�D@P�
l���+��]s˘��9f�+
��n8o�U�V(�N�Z:$�F7� ���8!DA	�ս��¤�9Ֆ��R��(gk/H�H���n��u�ʒ*�8W��r�J�F~˾�:��l{���r(�pM�!�Ҡ̈́��;�������Ț���	P&��9ʃߢQ��§�h����OgZ��Oy�M��%ֹ������4?�J��ZV�ӕ��!iYB�f��w�NJ�&&+e�'1���r4�����/��|م��"��f�3嘔�!�i�!�A��$��P�`@*
���0�n�x��Š��]7��n^7�oTH$e��"M�*��08_�C�����A�XbK������K���?��^���n}�+�fjQ�cݍݎ��ג=��|ԑ���䚲53^�9��Vӄи�o/oyfZ�eɮ�u
����*�ӫ
��M�br�2P��v����Bz·{Y
�N z�J�v(���{$��'�H1y�4s����%�Qjd��M���]���9Μ�iOί҈Ɔ�g�hȘ�ȫ�^�d��|A}vh���F_F�X��L1��uYe,��h(������3���iGw.)���s�~�D��֓H���
R�e6[E������&���Մ���:[��P�ٜc8���㦕-*m���~���Θ��s�nj��9�m�� ���?�9$��P��Q	C�uCsD�:z�����l�:��F��z4�-l�э=�M�I_P4� K�~�)�%ЍR�d�1p�0��^b��8h��f��'�Wi��õ����a@D�@���l?���oNZ@���>7���Ԃ6�{p���\�Z��2��8玡���J]0�`HKK�	Ũ(�P���j��L�,�B*�w��s'�W&X|����N����ƭ�[���>�-�2� � Kg���@b޸�.���p���՚����p]�D�&��������-�$�%IK�2T�P���\.����Y��>�.ZU��Uȥ7C!����uYv�1�S�W����
rK@D(�sC��:_��+h:ᙶ���q�I����2&�?�d‘q]1R��T������ǖ��BO��/�Lo3;XU�hvI�"����W������7=�~���o<����<X��c_ڹ��fd;3�u\rQ���;�lͱ?m|��]�����Y[���-s�ݐ���N�
u��PB�R*�e�2ӄ�ĉ�F�DA��q[E��k5�^��@�"$`�f-
W���Iց��鎬�,�O��6�GE$V�ub$4mV8���l���x��gh3D;�2V�'�~3A�������
�Z��e���Ԧ�VOل���ʱ)ť%�MO��|�� 2l���Ogw�XWe0�k\n���0.j�z=j��
%�c ��0D2
=ׯ�r���V�8�t�_�<վ�����Դt�C�>�<�C���ovW���`��jݰ!3�}3;�)ć�x1H���A,H�X��O!�R�}S��>bAn����^IeyO{�y�j�	�k���?�l#����rd֚>�7��7�������4�hd㩠Àh�>���5����"�T@��};��`������H���0��"�:�Y{>8^��-E��o�3�Wx��A��$��BL���z�{쑪0<A*��%1L�4(afȒ��~`?-�h~��/Sv�<ײ��]���t�W�d���4�R��ؿ����-�'�Oj���R]�F49�%�ܟh|�M�<@��/mK�&���5쁵��"�a��<x8���cQ�kla0����y$1x~��h8VIH�KIh����&�?
9�eޥٖf_IG���g?�o���(bA�X��x����c�|3wxO� L)��d����`��
��!���'A��dlݑᾞ����A��
�æ>����I� #l��s�����z���3:�����j<��֣�(B&*���dD�Rƞc_�~�P�&���ɉ����ޢe��gՓz�:�����y�68��.�U-qa����G�f��s Y,P�$�A{�
�_��D�����gn��!���Ѵfƃks�A�F�}�ǐ�*���(�}�=)�}1d2 w���eLz�藛�������nW�?}����S眢�:x(�O��׳
���_ƀ���K7�i^�pNˊG���Џ�,��p�C��I��n��}9�Fj֞w�����{lRס��9%5��ϭ^���*6���v����e��=�o�I�C5�c�Ǘ���ۧ�j0��EF�����cW7	�=�fm�|s���MeY�i�r�O���&v?���Dׇo��f[�'3��lz�iE��i�{��g{�q���������XB�3�p���\l��(���@��p��I��.=����'>�p������T��=.�W���}�^菸���B�T�5�H�SP��#����
�=ZO�c��>[�x�͒gUg�q����m~{��+S������&�$V�oY��EMN�p�+��I�`�ſ��)3�.���>�ɪ2*����}� ''{ ��������$�O�44���}�����w����r�ͻ��g�@�??�9?N��^��c��yN�{C������a΁��QYI���۠��e���~�cm
��

˽˦Qkڎ�sm8O"����Z	�0oc:B=Dž�Hm�s�Cz��"i�U:��A�jF���=��)TÀ�E";�iF�I�)�7�B:)N#�p.#�Ma�H#+5Lx�E~�?�>t���E"mY
iF����A�z����Zl��B�4�����_K����m}<@��j��[�O{m��M��Y�z�&{J�����5n�C 5֐�/��!Ͼ3�5`����JDa�AǠ�bep��!�5�J���H&:�q�&@L���hy��U��Z�l�@��p}��
��d(�&C@(�V��9��~.�6Qm.�k*���� ���
��a#�γ�ق/�ir1��-!0	�#�ͤ���v����;gY�W�nP��9�y�(�<+@�?�~��|(G{�R��)\h���~��.�I��d��u��q^���c`�E�O�(�,`��� �����nS���9��veZ��p�H�R~��T�z1��pSl�eJ�� }U'i�:��;]�9	��)���LɤNKZ�3'��ޢ�/g�[��͜5߫�:�ꚳt���=���LH.���aH���\��:����Q�1����"�HX9��9yG�m�ʗ�ΨM�@�w�y�(�nF[f�O�0v{JA�E��4��„��^��zw�ꌠ�ǯ�5�Kǹ��[^PY��d\o?������jU��JB�@`0D����Y/�

$qb	0�����,�d�m|���^�`�[jJ�%�7�L��b��ų)�9V�Ñ�u�tR���a4׋{�
��¹�/�~��=�Uu������qX� <� ���Ac��{,<u���bpg�;�s�>�h�/&�������l5���G5�_��c}U���U�e̊������t���E��+0�K'	iD_�
."^������]�1}�j�7�$�RI1�-O "'UuN��J�����"D�T�b'v����7V�Jm�1��f��4Ǘ=_�D�F������hS�>Z�*�&��H���J����?�7����嚧��W��4iw��w&��L�t��h~�e�?^y��g�BA}�7����GΪ2�dV�C��b5��1�x�T�J���2#J�h����p4��.�Cf.!�(����H2w�9�(��^��Ǜ
m�͓���4T���"ŧe�\��;�j��������MtJFJ��Li1W�WJ��ꡭpm�8c�Df0>1>^�`�VU3�.q�0-�E+��Y�	�t��?+�]~��r�b��Lr��i!Neؐ!�%#@nzh���Dޖ\������]��������f�*-����ֳ��?/�^Yh-��$Ic<��˟(�:��F(�Т7�Eꪌe�Z�D`0��B�P�Hq�B���<���1��.�zQ�w�)���R�E�ƕ�l^A)#��Sˤ�@%�
5-�y����ձ��V�V�RaJv��AU��-ԥI��̪q�8�4�-A��ʌ	z}r�P��$B��r	�pX�x�Q't���R:�E|�d�\dn�̛��X��]��H3�֊@�rF���y���@b�������f���o��%N�>c��(�戡«p�\:��B���֦��Y�c�.����/�4T�g�4t�\��!�@xJ(Y�ҫ�L�s��Q����dWK��^�X�h���us\*e�>�����'B�٨�1^�
���e���0��a�FK��pl��`�Q�N,��
VTlݖY��fp��e�|��;@��=��g��<8~&x|q�&	{"�Fd�Pe�C8�:iL���(�ӨP� ə�5�[Gt���+�0���9�����)D�m+z�&�s�ݺ#&f
��ؚb)pY��5��1��rhV�ݿ3վ��z����y����^M�#=�:v��d��V���X�l���0��}�JS����Q,��Q�.Q*��.�ɩ��r�{_�!�.-�����pn5Ԋ����qͺE[�Hf�myo�w����R�r�4Zkbj�;M����ޖ����~�ީ=��g${[{6���s��#P��5$�xڹ8�.)I�ԴX8T2�і�s��3v�&�4��c}G`�Φ�Ik�vx&V$���$����j�x�:)�̔��e��_nX��i���?y�6%罂���m��+�x�kF��Ͷ�6�	��m6�0$`�A�/9�bM��y��<01i������1�����u[�`]�ZcA>tO?i�Y
���v&��M<�\���i�
l��˔�>����\�Z�X���yK�)�O�1�J��쭏s����R�j>�f�T��b�ı����q�a�~��p�L�+b�r����:!TV1��`8ƆK���p��������֖UV�:�.�[�ƤUy��퉅��3��I�b��tq�QgqYmmKk����
X���S�u��'[9�Q�xZ�eeD"�"F˄t�^�Ol\���MeQN
�Գrq�n�6�
RJ�/��9�:�]�f��v����ﮱW�>C�2Ր�a���ӡ�]����xI(N9(!A��v�?Hc�l���v����uS+�����a�T��e��@���:�LB#��g���;���K�p���'p
�x:��x:DB�o�}ZHR$PiD@
��=t��	��8�ۭ$���0gc��MX�.32J
$X$��X;*�GE�h5Ys�8^B��2�-�D��2�e��X�^~
�
~Ͷ�Fa�/�.��e��K�Ȳ��&/���TZ�F��
�y�Cv6Ǚ��
������SK�~զ�._���Yן���O�2�����԰��z��P\���p$1*��G�f�:�P��(�b;�ϯ�S�N�v�^l@$�O���~��h绬&�Z4��N��WjiQ���"�ܥW<W��=�-�38�����6���r�XX[z������aX߱��e0��"�1���̊���˃���P���і���IE�p�cX%����
E����[ݭ��&���W\;I���;e�:�TA.{������#�8qY506���z����e�e�cD��-j�r�\㲳(��;�"?d��:"\:}�Y���f��
�i�܋��J�m1M����Dt�b�â�oi��R�q��{um}�ħznK��J����ܢ��-g�[��7-(���?�Ğz*.7�˧ID���M��B�p��1�I)I=��U�W��owmo�g���n�vz(?1����2�BǕg%\��ħ��Pɩ�H�	�|�=f��p����T��k��j�w���Udc����t�{=�������k䧪O�$MC7�"\�k֠r����˟�v��f�~Rdž�s�GP
-��T�,�^P:��c7_�FhN�%�F*�ŕ�p�
Rd�+G�x��	��=�e�e�<��#�kSe������ɁĒ��͵����ߤ���������k�'cR��m��*s��-N�i��7�\���H�1�\/'1��	B %��_�f��3y��Y�pFKP��J�f˴��u���Y���'ʦ{�Y���F���l�������@��S�3��1�]b��h�N`O�`>q����f�z���		J��L�a�D��֋��h:3Q��\�Vsnl��b�":����l~�
~��su��H���mk�;r���'��t	��__�>ӑӒ���>�.N���8�32������W+�*m��ՙSݞ��5��Q�u��_��t{[3W�Wf8*��+�vDo��N(gq��ƈD2�R)��BE�TL�jK��s"�8�
*r��.�����0�k�k�?9_�%���՝r~����K�[�.�WX=�>h����p
N��yF��@y�+_\�5�9�� ��<C������x��2t�v1vw� �-���9"���a_Ň�,�U�������"䎳�Q�?���E�ģ3&�KK��֌�6�ES�{[�;.��m�3�>+Ų�+Δ��x��Y��:��JMpf%d�XQ���a���Y�d��GKPkҘ�Y��EE�Kj����m&�hJ2�
�qR�K�V�8j���2fh��!�B%E����3L����3�O+�?i� ����B�3���0q.zU�z'�E�mC7�(gjh5ʠ�MMH�P�f��;H@���[��C:N�ՐM���aM����HH>�FR�/�ߞ_��<P���~�x�ٛ/^��w�h�S���*�>yj�#E%}Mk~�̄	�f����0a�o5��}}�����b���o��2��BR�ꞵ�L��))���^z��K{'�_��n!/S��A��
}~U��h�UqqJ%!���8=�R|���
W_�P����`r���#
ιLϜY圼���=]�v��{b��ۗ����ZS}V����^1��ɹ�I��I��	kqMeBfU����>��"�^ �K���|,gh@
DbT;,�0#��|���Zǽ|�"����f���\���G�1��fpG�����n\;tڥt�{Y�
�x�kR�M�x�ep'�ҡ�p��r�O:��PCdń9���d|&*$!�9t�l�O" h.6��Ǭ�Ճ��@�{��d��M��n��//ϋ��o���! @-��7�;�}�w�wn�@�h|�����EFE��k��~��b�z1��P�$Jț�	�B#^�	Aĉ�-��0�D
	mxלH��^�6��L�v`aauu!�!o��_����,��mU����0P��� �F|7z2:6V,�H�,���וz�z�*�n�n�����oTFF������:�|F$�Z��xb�X�Q�3�Oj�edoWZl��8��b\�5������
�~Q�inz���z�}��x��⢞��U���C���*�y8W&܅�j��e2!�K��M�!Q*r�?�@��$f�Bb�-x���Q���ΊU���ն��Ү��'<ڴ~V[��QU)�?9l�t��=�-9ɠO?�v�ڪ�Ί�:���r4���L�`L��B(X"g9Hݩ}�`P+��_eϚn'��8�����]�'NloJ@~
ʁ܂�{
a*�*�XRJB�H�#�BEY���\�)(��A���f�z����/Q\~U��T.�e*��9��л6�B���%)�t_gg�mñ􋌆��0HR˔�a\�����ϫMJ3���7�dN{nqA��]䪷���G,����u�+<?����	�H
�H=�B+��t�X��j���#�)!Yߑ.�7DP*LP.%��6�P�aI���KV���\�o���j�$J�V����+Z�4.+´y�is�F��Db1��vI �|�A�����=��H�h���^ph�
�	,����H�N���H~����ՂsP����5/ª��Hj����}�z��'�{����r�8ٔcR$���S&�ҞmS���۷k⾇j/8k'�g�z�M�L��"��[�>�ۡfg(�ۡj���t�ʢ�Bg	�P6� YN�,Ь��9.�P�(�*��p�ُ�L���0�۝��
�(cx��X3t���R[�e�#c�
^�cZ"c~��\A]8�Ǭ�cZ���z�.�ϣ�{�X�y��4�"�@oĵ�ڠג
C1*hR�JR�J���:\�	P���� ���)�;��*���{����Ƹ��
c�JI�-�2�0��o��ٯP)�����K�:��j��0��H���wB)$*!��ɫ*\�q��#x<j�Jpy�1c�ǀ��[��		{#c:���9A�`��$�፬I� �̷�8�I���9`���E���`1{��D���!}.p5�#���j�L ���Q�X*��+T*ˇ��A5�U��P��7�p�`5[W���g;A���4�����F�sY
����LG\A<H��|�k1�28��`�I�q�k�\QcV�U����6<�c�171N3x�Va�J�G�������4tâ�5&j�J��Q��c�ԡe��!�88�Z�hEԚ���u�H��r*)�4�D���*l
_"U{ԣ����+��Ǫ��G�޳Vl���7%Ra�w��(�A�����W��fn{u�����0~�6�����1���s5rx�^^�:�3b��јw�Ƭ$%����i�ݏ�鍌�N�2b�wMݑ��0�3r9`��
Hh��L�XJ( E1b "$4����.Љ�Plb�Tכ�@�:{�����<	d���w����D�ԛ�?q�t��!����N����\E�,-�DJ�8�T(r�T�J�κ�TDž��Z$��Bh2-�0��@2�g8,��I�}�'ח1q�����-i�3���h~����u�P
�=S�3u�[���$.ߌ�;u�z��~}1WsgM]ֻ���k�E%��T6}̜��l����.�� �*�
��=^���k�0��y�{0�E�<��m�������8�i�h��g\��a��q�AL��SX��H�2=%���Z��Z�ΐ=?VM����<�S֖�Lu��q
N|��ܪ�n�����1��׈��N�e�D
��r�ń���.IY����^�K��8���e(o0#G�2�.X��>e띳@@ewTOHu��,(��i}9�=Ey�@��g[�+�/��m�F�1�k���߽0aukjz��lOO��L���2�8�2��L�ֲ���D��`opN.�;�9@�%�iP���,H^͔#�Du/DԘ��n�1Qp0�5b��㌌�\���7�,c�!��9�yܠ�.���_� ۚ	���x�J�q�E�����D�"hɖd���1������I+��JK!xwNNn�<��u!�[r_��G�#�28h�|ȑ�\Q�4QE]5F��b���{߬y��}���f��}S��qu^��l���]vl.�	��U��NsU�Ww�q�`��Y�ѕ`��/�Ax�1���x��|�/B�L�:�G��w�G�ۨ1+��1�"c �F���uӿ��?�����j��p���Tn ��f��s�kQcV:�3�/8�'�1�P#F�p^��'���;��L��ֽ��@o/@�ձRhT
�:������+��s��5���
B����
Y2�x�O�đ�
�ZP����a��,�4�?�[��d��f�)w��>��fZ��bM��]��qh|��߿0�g��]{p�Ƣ<�Ta_t����������Z�Q5�)�Z�W1w����ǟ�IJ:��ۨ2���\�������<�v�^�5f%�ủ���#"|q��ӹ�ɻo�)L�f�w�R6ODw��(�"�$ ��!Ĵ��S(�9�]E��^T6��J��%��%�ӧ�d=��7i��ic�L�2����3�
=IH���U�'��8��e*e��d@$Ą\
y�4�ds�d[ء��
|:�ߛ�PP��Y�$3'w�O>y��U󬙹�]\W�"��e�Y)B�}W���)��"�Q���y[��Zcª���
�ĸ�zo�Һ�8	�Y(|l��SK;�� ��Y9�W+O���ɢaހctԘ��a�1Qp �=#F`�rc��1��DD����y/�����psIÐ��Fi�MX�}|r�&&$dl�\�6\�����oN�Z����&p�w�|j���ɻ�菔�d�y�B��jD���[~�>��e|*��宑����A��p ���7��x����rvSp6b7ۉ��q��wF�tߏ�����l�P���G!3��8���bS�?�G��m�L����$�F�{ӹ����~S�.��	��@���pF�@��r��z��}8����11��z�4�ƨ����6bt8��ZOۍ�׃bm?v�È��˄�B)�QX��!8��M�$8��|�:k�1��!���5���'�h��t:�F#�G��.\�)�b	�F|���kG�p.�uH2S?V�lo\����j#�t&�wo��}޽�q�sɌq�YV(�Y�\{�<���P��"<�n��q��R��9ΞW1�^�`-ml�V�
�/䑼C;q㾼�k�<��c�� 8ױ<d��cT8�<p~MG�~
����i`���TǏ�߿(?o`����|�cW$W=���K�����:߬,9�.�.��{�x�˝|5����ie���W�oX՗�Y�u��Rr��)������R�p���ra�S�"��"V	~�ߋ�y�D�ڈ��C��f����+����[N�8"�\�7�S��$E�"-+�E��逶xt8�8����E�L���pИX�H���t���yc9�c]��Ga��UC@�GJa�r�������~nj�}�� ��l�p����]
GC΋���*�T�B-s��P���c��x�njH?��:��7���\�͠����M���#��mI�~�yc/����Oɦ�#Ԯ��Z�
Pw����
I�D ���j&$ BI�%��y8nz��?����eX���1IIR�y.=��Y���Fg:�
�f:�8RF�S�Q��T��JI:�ќ�Q�p[��΃q9�Ρ�ù��2�7��~�?�qm�ր�����-��]�}9L��7�����0sp:���
g���cj�~7�=�g�Q0`F.���?ü�=��߆�>���kG��מo��q�9%�e��$���QM>��z�'��B�E~���q�
nn!1�܍��{�t�{�ӛ9G�3��"Z�1
�g�t�5Ay������q����������Z_A+��D�-���&�pS����������o�z�Ԣ�>�������=pn�Z��x_n�?:����#�%X���c6cy������+��@�-o�hy�-@w�Ϣ}
UEl۷������}��8��Qթ��G��s�
�'�q2��qC�q���Hߝ��??=�y��Ԡ�C�@^���Y'�$�$�P,��5r��Ǭ�f����	(�Ӱ��������p�|e���\ζM��,���y®��ը*0l��_����u�|@�7L�a���;��@�s|�ipw���6L'�[o�tҎ�� ۠	�?<��i��Cw�98X�k���/p�E�[3꼠
ԍ:�=2/���#f�|�.S����g�u�=փ���"F/��Z2��[<���
�m��I~�]�m�T�Q�`����U"A�>f1j`��5^��U���@pb`W��G<$s�����A��t8�y~R�J�"�P�$��
��G�,����i�Wx�՞���z��2O��]3����ף��[�}�`_��7Ajf�E���#g&�`�}�*8��u{3��_�/�����,��9�u;�W��?��0=Q�<3�j��gD���y�#ù0�8�se^�p��z4�
.	��`�R���ƋB�X2dLM��Qrb"W�ƥaG����D����^�~�p+ ��ح���#933���l��Y�V�+��du)���;�WZM�-�zq-����X	{�*��{Zj5Z�N��l��g���"�y�+����Z��'[bB���J.I}>�q�33�������F�8���cT����L�]o�o���{�36;*N�z��QƸ�i<r��<U���Xx���J����s2��+��	����.�HX˻�Kn>-�����/ļ���	�S	�ؘ͘&�6�S̛q#u���6��-�C���]�y3!�������Td^��Ύ��A� 0�<~�UN�~X&�p�"��_�)�~�nX��S�p����#��F@���R��<��W��F�|����?o�_�D��F�G�wUԼm��w��+��=~^�=-h�ϧ��۸���x�?/�_Q�G�;����޾{8�59�Gx����r��c)�	墐�a��V�{��q�t�ƒ����U��FP��r�M�o������5TU!���h��h4�X�L�dBF�Z���(\�/�/R�h���q�h�S�Ōl�g�y����t�F�<wHFdN2�v�D��ICUJ�=�ܼ�~��̐�L��4�Ucj䌴7r��	��̨sT����c.?ڹg�G�G98��v�p�y,Ρb[��ۊ3��b98;#p:�ۣ���[O����{���^��$�Hgw6�u1����5|�G�d8n{d��TE�7��yM���đg�(�|j8�m�[�8�EL�5�ߣ)<�?9�}~�{t���<�K��	����sp���c���X���u�֨Xឳn8�b�Y�}yl�/.��b��wG��b�#=���}44N��+��$<����RDOO��%�p\����8���=Ԍ
G�c�i|,wv48��z���S����w
�ǥP?�f�D2�q},?�P��~
JK�9P$-�Y���Ca�>#Y�~?7�8��u/ԧ$��)tΔ�"tP�z�h��>�;M��d"AM
��ة��S��WW���������؎i�+�,��p�����Ψ>)�xB�u
��#e�*)�֖
����2�M�^8�q�;�K`|b��Yb0V����-K��7
>�n}���1����`�Z�#��%����5�#eی�3W|�U���盙zZs��X�]Ĕ�u�k�\%���r����J��Xs�+�H�?݂���N��?x��ڢ��Ѹ���ı�֐�K%��ݕF�����Bn��Z*y���^K�%�KP�%K^Y*�ll���Ŗ�h����XvO㥣ں	-/�O����s[�"�(��&	�RE�!Q��Z�j��
=O���
�����ˬq�B�<k���í����Y���h�M����K�(�����Qzy�{>r.ԏ��f��mx|8RظXH���X��Dh,���<�����%*��6���!h|�-<�{f��S�u��.4@�>[��Tfɹ���21j=�{|�N�I���:@�e�$��)d�Y�d�Y�"�^�֠~��D ��D���>s�7��XW��r��8=�����'s��·|�Ow��@j�rY���V�l����Njl�p���fv�ԛ�O��@0��P4�v]�q�9y�r�U�V3ܩ�;�"�#t�I�?:E]Qdl�n�����+�Azn���3�}Y��	�u��э���vGԶ����F��dL\ye��V�#{��p�}z�����I3�|�����!~L�I�a;�j/b8{�1z�P:̧eCO
J1�Ӽmނ���D�0>���B�qAAT\�����y��I�|A�?�3�ǽK���	%!;u7z��%��)��;I$�����g%:�3�Z�	C=��AocL��K�R���j��Y+��}�zj�e�"a,�*{iw:xK[T��ގ+�S�,�/��ݙ�%�u�����t��}�G=�i9Ŭ�~$p��n� ��5��F ��T������ӗ1\uY���A W����Y��>�P��%��!w���7n�5����z�3T'�u�wO�x=|K*j���u�^�.]�p����Ǧ��������[&C_&2~B
�f���7�٦�\�3��M�;u��m=	�g������ʎ��w�(���=��哴�عJ��'m.�����b�������*'��"��犞�s�]��p�7ٓ�O�5fN	�f6�ϟ��'�'tAI��^�˕@�XGi��5��w��]յ�iȬ�(K5��ҷ>Ԙ=��,�X�П=��"ٚ�<����f!�:��|GՕʄ�@��d�\�x���ݑ+C��o�	CC}<�Q����g��oH!E��Ȅۼ�,m�֦Ĩ_�����>�m8zH�u*T�<��Q��x��K��
��n����ߴ�g��+7ʲZ�����~�2��1�����tM�/��g+���c��Z�30u��l���l�+�	�u�]�=
�q��,|�ζ��\����Y��Ϯї�Ə2���CCv0f8��ܳ�'��C��c*���y��\b.��Mg_��o(gR�������9�gm�����2\�	���K� �(���\
��F	�l�J-����S�ɯU�O�|-�sRh��Ft����׻�:���LH��r��7k�th
�#�+�{�=r9p�i�H.Yc���N]Q�%��U@a>@�$��&�5��X�٪tk,��R��d3��������p�������N�>�Uq�~	@� >�g:�X8��Y���WL�,SZ�&)hK
V@��7�͚��liiG�
��o诘�ר/gLr|�T�`q7�D��Vd�Q�0��ɥjk�8�5Y�⒉m;i
���y�D_G��[c_�ġ�t�
<}��b|�WWT���^�5Ԃj\��r����_�<z%��v�R�g���E��?���ȧ�q��8gԸI���%x\p��'1�
��8/����'�c���_�r�c۠�0��{����W�ps�&�{��i�$�S3t��;s��?�Wb�U�	R�|��-��{K�6�9ۻ���"�9�9�~<��4n;~Kp�=sw3��N�ϜƟQ"�K�!�0ýI�N(�
��r��}j��Vpm�{0�]n�z!�
wW��|��\�0�*J�õ5x����
ߗ�9�N��G�"��Nԟő�A�h>mH#�~��eԅ�<w��dž�)_��	8�-��W�<�=�2;a�ɕ���`}��1��K�8�=����]|e�Pf���ȳ͡]Φ��;ey${!r��
^wVd��ll��H�����A�(�kT��wX!:����>=E	�>#��ٹ��U?S9�y�|���s���{�p~��=|\O{N(F�[F�hG���cR�.$�(U͠��z���o��@�iF��ϩ`L� ��^H(N2Q���s�����M��wh/��¼p
�هqe�>�����YB��$Pk\�8�^w�N-��&��݋�e/PG��x`f�H��Uph�3�|��=��ı�� �;���p��瑅�QWJP���c%��R���!&J��r���W֤��u5��w�%�26R�>zyf�Q�~��Z~������ߞv��Jf���u�ڹ�)�cJ4WU[>Z��g��Wn>߳��/L]%%�6�^�d�kb>M:�y�s���p��]��!?��ND�9:�XH�H��D�����
Q���#I�dP���3M	�Y�,~��	�
V/`$���>�tO|Eg�>Z�����O����-I�K&�%�|J�A]��N��z���aQġ�p��A9�D�M��6>^�p�-�+�}��	�B
��[�#rH:���,��x��o=�	t���7���^��q������	T��>�l���[��V��ܢ�4Xf����i�t�ZX�b�m�x��?�u��y]�K���_�9��N9GԸ�a�$�SnL
������񘗹1\._=f�<���Cܝ�8��:oۖ�0����e�GY��T�{Е�^J&$��Kv�Ӑ��6�OKG�����J/���t�>��6��=�x��Hb�h@��ҧ�1�T��&1�+-�/�Wu�X�\r�<=5=�JQdi��q�ٳf�)�<�=/Uߌ�jRb��R�I��3׺�?0=ϻ�]Q䝼`INU-�o�X
āF^���$$�kcB�iif3��H�A���	;"��D,n@�p���o^C�ɠm���g?Y�‚�<�X�C�KA��ԕ�R'+2Z����S�G�+a<\ҝ��,����E?�%V������I��P�$O�}JH5xk2j��ֶA\"�w'�Kt7��)-���RZ�W�5M�����4��N��슬�`���HS��.�7�]��"5�i>���t;�Z�o.�(�=��m��Sq8y"��u�>�%2P��[�iK�B�Hw�~��/5�q�`�KO_�G��7�i�c�vOܗW��P�������ʽFo�sL�����ZϦOvf��O{pߘ�{��r�������M�����e3�qe����"<a����DzG,2RR�.[tCe����_|\�=��_i��~�gz�:{��v�#T�_���[���p���	{��N3vǜ	+�(E��-�op;�om�4Gjg7��
�%K:w�Z�n����H�	�F�%��O�Q��ŵ���7����7��I��?��2�m����KO�̴\*��]_�Ğ:��yEq�����ْ�_�zl��?�
@�g?���K���fǬ�u���kpP�E�AR*�B�pdL(v��%ח���n�įP����_��58�$\^�]Y^s}"�����〲j!�ȇ�B�9c�p��J���k�� ��H!��M������3mi�ǒ�?���D���c������,{M*�LI��=)ן�Y��ֹ@��3w��}�[���`��pB�$T.�/kؘ^XM�.\�(��l�x�z�<�R}n�z�J��a��s�Ηc����g&Io��ܭY�\B����`�!]�K���kƤp�)�I�6�KOB���qu���I!�$�kh�]-;.��QP���ں��\vՋ��ZS�R0"*1%�|�� �ia�3>7Ε�S���Nu���IS$��h�>>�ú�@�6�iv��6N,q�ؖ���[ܓA3�5���/���t��!V|��p�L���w��������j'E�����)�}�:�=���ͽ�;�?���}�а5B*$\A]|��JLLJ2���B/a�C^�B�"	=N9�������@���E��Y��j�7�Y�7!bbA{�{zf]�j
dծ骶.� �pK�y\�����	��g��1���M࣪���wߛ}�2�If2[&3�I2I&�d�d%	!�����L�"D����� *�E�T-*"�Z�ZWJ[�V)U뾯m!s��{ߛ-���>Ԓ��{�s���9��ν~��g�����]-uJ����ն��̱9��u9��gΌ�m��V�D{��ߙ���"�u�c>�r�����K�h�xG<+�]�#���J:��랸��R�:���礼�#��w�gy���L�vx�6��I�8���#�b�Gq'ډN�A����|a~����x�a�.d�ڳ0�z���
���qrv���͜�gZ5�@�W�5�[Y�ѫ(@�+}8�m��{|CC}a�S�7�r̊5Sd�+V�ϰ��h?�H�>(�De�Y��6�O���C�$9�r�O�܆�L���혵��5�-���V2aN���u~OFrN�����m��rÏ�ܱݓ�"�5*IֿZ��o)Q����(���4̣B�J����:�r�����n��kौ|o׮W���^�B&��j3�u���?�_/�n7��w]7
���s�5��J��3ywfО�A���YOb�H"��XG�Z����C[v�+w���e�Ax��'�0fL̫��v�ߋϿ	Os�S��#hI�ې>G�2|zN���y�Y�ͥ�Tpt���G���]�/�g�s�n��~�������l<�@c��4$�3��-���s�p��n��6R����q�X�Č�^�3��%��3R]=�^x����p���ݵYI.��@	u�=��7�n����?,�iok��*9x鍿a௿����i(���heiYgm#��9��lDo:ej5��CT<\"2����?d�_������6�+�H��Bya��l�Ȼ�v�>��"8~�I�gUr
W��h՚�I�c��19B0�[Oˇ~�
%H�����־�Ld�xz��
��*oZ�!52��N�7�τl�N�R���T�
vv�����5��R��3���gЫ�ۺ��e��k����,���e�r���<<���2)ts�Yp�Bk�T�_&�ϯT&�-�O�SFƳG�l�5{���Y�q�����'{ǃ�[V�XJ
KM��J ��d��[UJ�)��N�Th�@���7���-�t�E����|��u�/���Yu����}�������ݜ=9���q��Q6�C1���Fٹ@.����q��0�g�|�D녱^/�>�'��Y_�DxJ>�4}�E�O��F���EUP��̠N�+��,�С?T]H(�
D�����ps���atjh�t`�0/�u�:���?�!��r�έ�X?o�<�@ -*�S��l���>=���j�q���0ٖ,�{��{g��4Y�T���H��ZZ]��$w��y��V�����yr�-_߬�J�߯������]�b������s���NCёVƄR��p�%�6���sӡ�z�c!�*촨I�e�zg�M���
�,��L��5�ώ���?o�t���j
|��L7x��xOw�5�ߐ�l[/�J��6S�ڂ�͆�L�ؑ�f��Y����'��#�&��Ud��?�w.��ж�N&�:Ϲ� ����Λ�����~S����1�~#�Ɯ���49M�Վ�:�7�:�U}�^��ؽ�#�s���e�(�)ɫk�eGM���V#bQ%��q�u��O �i-�G���̵9��=g�X"z�΁Y{1�8�c
ٝ�����lɴ6��4��Ϸֽ��G���~J,6�g�J�bN��P�U��RX�Û�pO����rŤnl�j�{��9��3(>Dq��h��V���UCXI��عJH�jņ�~>o���im�d�N-��M*�\:8��qCY�*�K�@F��R��H-�\Z�u[��nM���>p���y�sj*^BN-2�߰��+_�|���GF�6�B�
eQѱi�j�J�WQI��!:sہ^��@G�{A���m�4�U7g%�5��f�Yn~���ѷ]�-<���m�����:_ruM�N.y�~ƒ�c_��z�[����x�ǟ?�����A�1���oc�+	�I��r�B���tdn�����fg��Slc@"�20�l�#s_�ǔ��"��1�Q��4U��m�۸��]�2�1Y(dT��A���X��vW���_���O�d������|�7�Yհ��vx��4���q{�M�����W0�|�o�G���C���� ��G�N�'j9��Y;6�f�"o�K��Y}�����#��hP8n�L�
t}Cf�n��5���7�B��a���n�ö:�a[�h���D_�H���d���g��BWND�%Q�S9�E�6�.���8��t><h͐�c�҂
1�R)d2�B�e����8eF�)�(���y��6��2���0�8s��L�t}���9��0p��/�<�x
��u������(pe��D
2����D%�	(1���EgղH)܄�aӂ���Up�[���48��E�~�vx�~��M?���a}.����ڈ��92+�Tz�j�JE�L�r��q�B�Fb�� G�g�C?�=T=��K�f߲��n�5���;���ȟ�wn����YY�t�W:Oh�ɕg4�L(Ŷ��`M)Ѝ���Y��,��7LZ���jn��\�w�TEj
o�X��	P�i�h���(1ٴ"��<
���ؓD������a^��L���<f���K����3��wow�#���X�0?~�s�����������I��@Xg�O�g��s(ՈBI���;��&;����UJ�$<��}E����T"u<\	_j歯9��=�3����}h�y��e��nꪻH������HOM���%�V�m�i�J>�,��=�ߚ��l�x1cA��W�̲��`W�@.e
G��n}A���X���9x���ʲ�d7�vyo�]ͬ��;K��}#�	��"��^�Q���j`�2�c���[����^��6��"R{�;����:��2lJ�M��'f;ѫ����Yuo�P0l���./ZW8���Y�����Ta�M�`HזVeX�d�,��HY��RdVc�4?fE��G�/@ʗ`�K����s� 
��(���Ԡ\�#O���oX��/�ϋß�M�����ݭJ��������|��.}
��7#sQ�Z6.����ܨ����!��N&{R��X��
�٨�7�jQL������1�y@�Q�-��ĞF�լ��OF�����{?�~;z9�n�/���W�u����x��������)��Ajk��NM��o97�#^��<��%[�3���`j-x�;s\���O�uO}��h��'�3�B�n�Ni��s�ݹ�$�d����\��ױ���zM&d�lA�\$�\Z&$E��(d��	��&�f�������\����׆'���@OZ;f�u��֎����х[;)��̵�o�����++�� �3{�*\N�#��Y$�F��1`9V�b��rI����cZ������`_<�h�ά�In�w޲������8�1ߠ5��.cL=��x���:�.�	lT:�!P��l�grrP��S�$JrFr\���ٺ���� ^�	��2�@��������{f�<��Œ�;w�V�jM�d[��O7�K�]z��\W�)
Nݲ��������I�4���)�R%ҎY�6j���W�����@��г���4��l��lg�"=Ǽ��At�q'�O���������wd��7�
��w�	p>���*\p��
�/.nU�]�⫻�S��0u�@��eͨ.�-x}w�/'����ٹ�L%R�u������@�Ɛ��>L��V�{�~sў���U,�Q*C�ui�5/H�T��>>N�M�.z&�5��ҖF�;�jSY����,}�/o���r
��Js׬�u��U߾��oz�U��H6Xs���ʯ��7e��q.�ޘ�O5y��?sr"���<�E�
e6���*��uv
�QTq�HFÝ<�d�4(9�:7/k|hG[��v��^�#gQVK�C��0Uλ�nkqN�I,ue��vm@���-����-�m/T�$��0j�+�q+����Ķp�N�-7�Z-�*��T���2_��'H�,D�o��^���E���
��T�˅�����F�9`/λ"�_n�Gsi(��0,�a7���>�q������S�m.q'��+�Ε%��@X�s�y��'�9�#��c?�{l�#��]�y�O�D���3[��47�W�՚3�x��{xuP$�F?�~ބ~�PiƝz�/�F�Լ��kX_�U^ً��]*�RI%[�F!��ルX0�y �t58��ou=��+�?jb���;�L�Zj_k�X�Î��.��3u�G��^�����u�n��y�j緤���ۖ�v�>$w�]��lAg�����pX�-�1����}p2f� f">���q1���u�Ig��z�����ghK�}��E��C��c�;IJQ��*����f�i��K3��⑧�����;�|`��-�1�IQ�5����s�N��r��~U׍�nnε^>�Lb��c�o~|�/R(8O�S�
F-c(Z�R']����p
g I��74��Ŵ�{�w�+[ ���>�XiV7�Ś�^�Z��6��k^
��"|�}Mf"��A�@�ƨ���/�`߁��&�M��=�^8�G�~
6^}��a�'�|���U���m�����l]�}{���>@�`�@�<%;�N҃Z��R�NIQ��"%W��V��q�R����b�R�6�[L���ZT��[;�ʎO��Z������Y��� 8�?�:�`
��;�����/�mp���x��w���u�,�����hz�T��0yvAѴ	Z7�c*����9�^<�Ӫ��))�Drv�Ţ����z�<�h����W[�)|�g֚Ƒ:w�$.�6[�N/(�*�����1<�+����;2��<�Q,�,�h�����G�'��i�Xb;�jʺJ�*6�`ҼՅ��`�@S4�b.�h�2�ji��O=�zߺ�'�)lGt�:�$�H
B�&�׫��u6��`$�Y��On|
�^�~�^�tq�'Ͱ�5tK�ƍ<<Y� ׫]��ٜƳ�W��v�d�E�ku��_D�o#3���F�d����ք&�6�4O���o��beN�ĞZ��(�99���HC�Q���qqTD��_�uY�
��Z���+7��k���*w�%n�&[��l_�
-`�lD�[k����U��h�z6�nE�G,��s_}�W�(���̍���?���
Y|��~aF���G'
�lʱk�ȟ���&ݔ[۳���
�J%�ww��� P�<���4�$�^�E|L2+�d��璄�P8�ŗ�yB�/���5�ÿ��o�;�����)�cV�\C�(�W�[����Ȥ��M���Z8:Q\�I��p8�:�?B��ӻ	3og�Ϯ5c�/Q�ڋl��Gv҉�*GO�i�S��Ql��2��2�[�-߻����:	^�T{�-�o易s6�\�w�:�	x,6WK�gq��_m����s_�m��Oln"s�|��%�ߍk42��rj�!	��1E�x⨊�j�C�P�9v�������.�|(2c�Q�3���@&���uXY=l�xR��/!9^DrLG��S$!��i6S�d�p�L_ 2�
[_�l���)w���05==Y��s��y}-��80))��ԕ9��Y��+m��J�
Uv��!�VN*^x�L2�{\��ff�w�o��x����j��7�a��Bb��"�e1��F�����h��_�K�Z�/�EQ-���1�2���M�4H����p �R$��E�1����Z��h�oZM!��Y�����Y�@x>��2�v�C?D���0EXLd_}D|��$%'Sj�ZFҀ���+�\;������Z������S�N?|?-�oZ��vT7������Fe�!4�;�����MYn����b%�~j�f�,�W)���W������	�O}���X����,�5����DR��)�ꤡ`E�'+��3�l��f�j���ڿ�}�;��?�+e��$iĿ�z��eK;��.�Y
��9b)��4�~���kkAV�<Gj�r����!�$%)�7R�!���h!���K6���j�_�ڼ�Hk#9���w���#,I� K�g�Y��_[�s>9:�H�_Dkc'��<��7.${Y
��>�����a~:?��n:�;OFVs�-iVc�z���S�����(�gQ���C7���y�����C�	䓧U֤�Ti����53�<$;����–���M�wE��PBq�-
>�kS���/�&�+Eڬ\�3<Y�,69�$I�`mٳW���L���V0	�v�z��ߝ�7wv�Z��?�?��t'��@K�N:w�;|�=�-@<ua�M�A��DtBv.������1��1G��|���tU9i`�C��	R*�Z
���,I�,��+��x�NxL�2�>�c9s@`�=��'./9׼���sf|��|	�Q�kw-�F�G��w���[��%�be ��Qp�$0�ACp�dWg�{�����i�F(��-l�����f����7�	�ݻ�P;��i*c��]��f#}�u;�I
�\.��DjMwn��?K�	�zX�UY��mF���'ʩ���o<`����l	��_HQ���3�}�g6�:�sH>G�{�|(vH€L��.��tH,
�#��X}>Wђ�+���%�j�۞�vՅH��s�c_��y�z�PĖ�4���N\��=R�"3�،y�wOf�\��K�s�t�����fr9�/�>D;�"6��VL;q�"Y�D�cy5L{�U\U[�]���9yG֯�ݲ��-�q�q[�
�
����-��>��x�W	�m<�������#`���Ys��Z/E	�����2�H��4E������e��!Y@1��r��f̀���u
�ou|\^_"2�'���z�o��c�ҒR���)����I�2I��nd\�D-��ޏ�a�����mݕ����>�JnNj�s}8���v�t_��9��1M\��h�k7Sy�d�B��1�FD2�R���|>�ֿ���p�]b���D.$��k�10��Q�����Gl�=\
�S뙗w�˛���pe�QY��p�&y"<�V�"��t�TZdV�|�O#ҩM�}��F�[3�\P��oZ��	�w��Q�jB�ތ1Yڹt����=�<��6oP�JN6�%V=��-��X ���%ܨ-Cl�%n7Cz��DYM��Xwhm[@K��׿��]��-eݍ�ᢹ2�àY�5�U�:����5�v6H�<[��7��xН��
8�Y��1���$v�J9����TI"�,	Y��h��R�N���� ����
7o7��&�a��c��Pdrh{��i�b�t�q�3�Yz]@:n���^����|�N	c!����Z0'�F�C�1�g0����nB{�bPb������م��
���ݏ��#�:_��1�_�-��Ǘ��(�Jx�z�C������"���gT$�@�W�v*f3٣"
�؁�ʠŦ3��b1�����M&�D��g�;�U�&����
;"�I�͆e@v/��e�9����I��{�E!�s�����=�yI�l��k�4�s�h�P��C�Wq&6L�(dJ�~o�{TCr��̀��\��	Ma�8�|��N!���Ӭ
���e����<�ПX�`C������(vS���y����w8_9���+5�Ge\��nW��Fk[��G�l�|b�!X�bq�u���dM�!}�Ģ9��ْ��;�<T���_^7qTf�W

�$���ϭ���";�RҦ�I�]ܩ����4z�\'���Sj�
�nl�V.-=��\�3�f�\"�I���(�}��S����$??3�UWk4*G�L������`���6�q�c���p�xՅ�H�/q�8��y.A�7��)}�.q/~�P�lo��N�

���w�A�3j�
�)%�V�����қ�mU%[K��$(�N��ڵ�u��f�$ّ��sȝ]UĴ��"�4g����۠{��N�!K�:op=����b{&�OE�-l�maOM�<#a[px��B��1
���hgc(����,��V����Y��d�w[M2V$���\Y�4):W��Kb��ݮƹ���-���"��I��))n!�]+�H!"���#)sQ�[�*Ӏ�"ר�(�c4�0��JtҖ1�(r�ƌ)�B��>����_D���'���H�3����NB�N ���O��Q8\�<�H��!�i�]�r�Z��攲rs"
i)�u��h��4�����4�e�RWZ2$b��I�>���R�r�R �P��S�qs!G&�'��n0h��X��J��^����2��z���
��='%�����j=|K!M.�d���Y���c,�u��w�Z�4�x�fq��3I>�mJȇ�Ғc�3*�����ϠN�oP��<R=�w)�t#�A�FU��CW^RB1��$e�|�F�������RS��u@���9�r7X�,N���=��S��]����Gc�&�m��ϻ��[e�W{�˼�ת[�*}��^}�ߩj�˨�(H�����3�������yb�X^�5�/��T_9�^���r�'/Y{}E��Zu��C�=ch��;h�a�"7�2�LJ����R�b1�}r�HM
�<�-�-50���5��Ƣ�/�to=�T]���I^~)�k��Օ[�-��z`d������:��w�ʭ%���o�LQ����ɏ�ԥ.-�FWj�&NrW�7��5��&M���}�{�K�O	��r�6��H�<�	��R5o�N��'�2�����
��

��?ۯ���В>v2ۮ�#Ф;��vc\+mZS@�-�MU��[E*ڒ��� �;wt���q��7��W�P${�V�uOj��w<��7�l��f�ܯ��)��Z��L�9Z��VKkI�悔�1g�gj屙7���=�{��]�i|V�k��N��+��RP���kl)�$�ԙ�Y;�ij��zjo���KJ�3�2G��7�lܱ����^�{�����֛�3+g��c�?���`Cvcf�x�.C^�"�_LU�c�IC�S�!I��e������Quu��T���;�P��GF<�V z�$�"?�}z^�")�[�D�wLE�_�$����Y�k<>�k��?%ߔ�\�J��3��j����V�3���5�����^���sӱ޵�-��O�β�k��e;Oc���koDl��Y��-�}�В"�^�H3�g,)�ݢV�lxA��j�YV>��V*�G�]򗻖�y�Φ�.���Ä=Hڱ�iȜu��Y�X��=a,|�~��@�n~$���$�7Vܳ�A6:��t���p�a"�	�<�����7�VO����ݰ��ԁ��n����6�+�<�3دI�=B��ɬ_d�ɻ����a�NH�D�-jlc��GZ�W�O.5��r��@o�T����/��!��78�Wo�*hrS��G�_���K��=.��H��+�
��A����O�}��ǝ�
~���-n�p���l���w����ۿ����u㻃��-�Z��=Wq\"Pj�k���l�@�r���n�^[7
�u�����r}MY%|l���i޹+?
ʐ�֜��f�x���zn�����:�

�5�:�#^Y==8{/Ox���^]���w�+I�1Źz�!Ϥ�	=i�-El �-�>�RJC)��P Df�L��0���^}eSVV^VU�w|ɼ�;+�L��d7�B�8z�$A�
�'�A}��~��Nj&�4�D�]w�w|_�a1$G�ͬ�8l�S�#�ݔy)*@�S��R$��s2,���g����������g��셃�>�%�1��t�|��F�w0�U��
�>f��t�D·����d�o��h��h3���dOY��'G��呯t/��k���^׊e��?������ߠ0�p����g����qUC�"�K�X���[��4(���h�pK��$�ޏ���_�4�p�-�Bc} ��~ۏ�E��tΒEαc/o^�|��^��>�Ŋ������%� ���
��4ԥ��ܮt��q*���>����W��WfL����D�����c�Ф��������Z��$�UJ �֑Ohѓ�>�p�I�0�ӵ'����6��Ü���N�t��[4��O�b""R1y
���^h&y�$|�2���cِ�,T#��%�4%�u$ ��ZS��HO�{�rضh��
��(0\�t�@Cb�����^��Lg���:Т���G�fb�4��I���;�LB�I�X5~�‡�Rܽ�t�rA'���'�=��4� �$'S"i�BK⪞����fǵJ��k.�~��s�k�@��9xj�M��FE���a���uEj��-���i�[#}��{
?��^�va{�6�l����UE�<Hݹ~�j����A\+"�Q&ʇ{'�
�H��dT(#)r��a��f��Ѹ�M$������F��$� ZJ2��Ԁ#�D�\
�.�5��oTU��d�Q��j5�g�UR�D��� �SF=����*�U�4��_
�HE�u���O���Vx��ݙu`�C
�$��d���ڶ�b�˃�����g�PSgO�Z�(oa+�D��'��9�ShRS�V��(��xP��|^�|m�7�o�qO#��ƾ=��<V_�0蓥��d�kL�N�{���������5���nq�vz��Yx�6�o���{{��r�,�F-�q
��@� �9��͗��y��]�ߍD�gc��xn��r0}6>������l�/�zA�sB�02��D����Cb�?�onؾ� �G��j��t-<��I�\�=[��E�N	�d�y<�DD����!c���:#��k-_W~�6x	��^�k�>0��o��]�U�R�fʨG�76�/Js�b%REN�޸�Ev��fOsݖ���х��S��u=�΍���7��Ž�Ի>���j�ɶ���nY*����
7�$�Mo�X��:�������"Y���zA()���)�&�f2�X�-���K=-��i��(8�
�WW*9�)�+��t�:ːZ4~Y��4
��z�/�3����
��
��5��&	�R&��
	����{�XL!�����;]��9���VX3��u#�HY��5���q�wW>��I��0hnB!@� ,)�d~�OmsCT�Z��9��Q��4)�W�;Fn@,������[c������8��Fn�`�4�G�����e�H�-�> P	��4�XV�ݦV������k2�;8G�� �ω����$���^U����D@��	�ǹ!1AF%�8g���������e����tR����H�a�
6��K��Yb���6l�q���(��n���W�O�\"d����Üe�H;oI��G��~�'���6��~^D�E����S��~{�w�|ǰ6_r���,�����ֺ}ۿ��������>�=x1�!h�c�_|���������t1�fG����4�֘�H�B�PB!%�'vR�ڐ�bd}�h��;����@\3�D���Óp(n}\O�A4�'�W+�%���k�z�$v��U�5��|x<v�W���Y�Fˏ�C�=�/�f|���&�ЩA�T�g��f�/1�3�a�C_�o�'���{�QD�x���l	~� �َس�=�S�ߋ�~�Q��i��^�ho���j�x����Ď{3Xs�g|�ƒ¹B
н,�m���Y<��6v���#`�#�=��4t`{�����
���(0���=�3�S��!���$5��.��!<�6���fW@��_����.���N�vO	dĦ�=[��-��(�q]*�
����Fxa�۪��v�;��y�:��l��$�"�=%b��e;��kD:Q��jnm����h*2���+�Al�1z7o�ޜb�S+��v:��w-��f|#.4��~ʉoY\��y��=!;o�X��d�1CMj#��q���b�~�4E���x����WW&�̲|d�<��gڇ�ki>�x��ɬ�'�G���j�XVM���������ܢ�B��>ֲy R2�c�t:6�6OO��6�)����[�H����x�s����к����k˧�[�ZfT��������wɣs-u���<���m^?�V�u�tK�צ5t��q�G��/)$5+���^Q$f��;W=��q�Ã�֕1�B�.U�/Ӛ�6[�&hY<��9�/A�G�B��YY�[YTDQ6A$6S�p�b</��2�
�� )cN�fO:R���q��/���벦8ڍ�֬Ƣtm�ߡ�*�z��sny��Y(V˽m*Sy�g�2�ב�HQ���T�ɧZ��c��dR��HR8y骢�	n��]йgIš=��1��!��u�.='K�(L�5E暵�9hn֗�wF���|�F��x�ś�23��]��G�8H_�-:'l�s��b�<�*BZg�y���!��Q�`�/G��C.�6$��^
�$�v���x�(�m�'�
ϑ"�(�U���eIU�TX�gX�e��R8����m
}^�*�[�V��\��s�5�أ9yR7n��8�t��:�4�d�Y>:�>���d��J��~����)�E�GM�~���bM8W��j��{`�p-�T"{��`[�
����vl�KnZ��H�$��yP��w����)t��=P��S�>JEf�d�H���[:��|
����%�����"�
����0@~O=|?�-�2�U�“o�:vI$�!Q�FG�$eH�{�4;�2��PĖ�_��a�#�����]	��^r�<�n��.��k8�؈l�'�v[�jF&�R�z��3$��r^����>�h�Epp-2'��	*ɦ�C#���e�q�6d�%Dfq�c����0:o��W��;��g�i����o�O�5��J�'&���=�1�6dk�ٓ�1��8�d�	d���9���B�t#:6���p�s�gx:Z��1�V�����4���}�GM��Ζ�Z=���j��(e/�0���j���
����j���tw���>�5h�9P��U���� ��UF���T2�)����^�;r�#w
@��9ndT���y���J�"������H���Az3G�����i6��B�J�:��t�2�?3�._�
6>���fwm��[��5i�o��V��`�X)�hNI1$'B��	X��T>��H��H�Zrh��j@��C�gm�h��f���<��;j
VGk�£��q�u1�yK��!1�,�ϔB�sb�kڀ�&Sj�L*#3]�����E �"��J�$�c~!ۄIo+��Ir�¿�{�%���xM��.LqY�����a�4�5J����_�[ȵ����o���O�Z��Չx�Mp��^e���QF�rzcY3K�
����	�f�����|AKyẢA�m~���]K�Ph����)�t����ۤWd�i{��� ��P*���|��I��2!o|�+�X:;6�M֗�f�Lq��\6�u蘡'�]��H}����Y���ٳ��̙'�'�z;�����Og��Y\g�帼ZJ"����&
����<��7�3�Hh�7ԉ��~�>��3��A�9��m�M�f��%=�L(ŖE����	�v*`���%[�]ѕ��=q�諗��b,7��{��R�}Hi���t�w�~|O��q��'M���s��Y٣�u�DS6auE�|�hgN�x˅�Gv�ܹ��s�
9��b�HN�Úհ�`� =�eT@��#��`(,ed�*�gE.��rb�‹����R/)��E�w7p�ín"�B�ba5�4���xq!M�Nƾ77I�e��{&.��e�F��5UG�+ㅆd�� �Y�]A�
oG��JS�!*��Z��3	r#6����h
�f֤�54'�4w�pٕ�in�J�p�}.bLD�Μ"ET�<!��KВ-�syŜ��eq	.��.�QR�����N0Pp��7�v>�XK�ż$/�$6�dBa�>Հb�X>[�/����;���5
y����,-<���������ˎ�Xn<K$��ƹ$g���KNME�nRJ$��K�Ų�1�*�6U�/��ګ}��S���q�����+rz���Ķ�ܖum!�~�e
����`��S��*9�>t�̈wv\7�K�C:�8d�/�{���:�xyxz0`D�/~�J(us�O�SP^�Μ��ܹb�)������йw�[V��w����.�'�m�RIC��uj���u���j�I�?�x%٣�k]#7T��r�?E��.�t��Ƒ�'�Ο�{��[x��B�ҫ��Dq')��{]n������1cӫzj���%���C*���$I��9�&����u������	>�9�����$��H��iK�)�I���weg�jR|6���cPg��V�>��Ɋ]^���H~) ���k�� >χ�!C�ቾ�#{#.��n6׷6.�G���>@C�O�=��U�>�>@z\�Ae��������D&�C�:��Ĺ����N6W���.��}`{�;�j�1�K�]E&�����N�I�� y�@�%��P�\����@�+L���]a��1���|iΎ���
�
lt�>��2�������o-2��ŝ76�^_t��F<��xp�r&N��^�dD�q��A&bt)It(��i���T��n�^���jK��`;�xw��+�nk_���"�!I'Y���@�N+~��	g�7+Z��?�[o�Q�z�{���L�ta�y6Z�N*�^��D��PUg���0t�����h�O����55p�74�/i�QPG�N��7'�+�ٯO�O!��N�G6��
ϟ�6�Lp�O��-q&9�Cz����<lٲ���sZ	^v�i~��v�i���r��H�{C�1�0֖�9�ƛ"�#8G���b�N"4gr4O�
c�l 47�4["�����6҇;�.�20!ۈ] ��'��kȌ�1�^��H>Q��s�C�=��+���4���R����[k�e릳��D#ޱ����.x塭�o�Zj�cf� W+ݔm�tr3�Q�K:D��R?�n졇S�N� �|�
����wy���ꂱ��x]�h��O�!�э~rي��};:������r@t��eN��ɼ�ȼ<����Kf"���X柱X�8��>Vo�Ǣ�}�I�M�Y����>�&�
��9Z�wb���•�*�-���*�	��5,8�VL�+�ie>K��>s��]��!g��d��J������xO�E�!`S���?����XY�x|�ʃ[
A'�c����{[��fN��cp���O�T�ﲟ޿��"}Lۑ.�aZ����Z�Q���Sy- �ɨ�a!��ޜ�p��ܲYM��믛_z`c��36��]9���.;���ՙJ�3'W�T�:��;�[��O��p���f0�r:�0��0S�S�1���Fq�#o��.Q��x�F�8�"]$��"�G��N�o�geJ���)��Y*�,�?N�0��D�5:��|�5:�d���\������=��"8�•h?~�=KD��w�����.�g)�����g���cq�z��D�v�
��S��aGD��y������=(r>Y
G�Y���ldq������4͢.�}@W?��Ap/X�fu�gy�Er^���8�6�g�Re	{�`�~���r�mjA�#���G�)��cb�"l�ql�
���xf䊆��Q����!Ic��:(�c �~�{��e�Z
ϳu=�E�{���Q-�G��wp��ʖ
EdMr�sf��Q�](	�!��xr�C�*�f�;�Ղ�ۧȕF#
��IA��������q	q�+p�^�M�7g�T �dSbe�li�lx)|F)�y��.o\��B��W����~���q�]aP�x�$
��$!�,G��_q���IL�#����`�]������Nΰ8����Mҫ�j"4%�������Ɋ����,Sˣ��n���W�(�~���N�(%BO%@��Z>�w���q�ގ$Ų�
�`��u_=�@%8	ۿlx�5ض>H� ]�4~���U�o�{?q����}W�/5�>)X
:�W�r8\�{�·N�pv4��
���'����=��u<RS��LǕb1%y�ʕ'B2q���S�l��G@s����ԗ�˳�`<
˂Ņ�%͡��p-�Ԍ$��96P��ul!9V2g�̌�9[��R��c���񄸳
��]��$�6����n��wՓ�%�'o}�'B�KB�۞W��[z�υs,Y&��[6�T��9�%'������;o�8p+,��d�J�0����`(�D��x������A�Œ�.
i)Ļ�"�]YYQ�����w�d4\�x��C3����̋��|��k���_ͫ�2*MėI*�������B}6�X����~��:�ߘY����<l��wƿ����u>��^Ⱦ|�j�:�f���ڨ��2;x&N�`���`EY=ƿ��ַ��*����R)+@�znt|+��ɸ��s���x�񜷜[��^��W�v�沆�m������i-ۿ�Ϗ��Y]��5z�'��\��k�3j�n )�2�މ�+ݱg�֕�����h�}���"��t�D"�C(]�0�?w,a=�)�/;�9~�iӖ�)�c��Vw,z%�O�vUx
HZ���gu�u$��"�o�����h�zJO"2��,DB��$D��� y�`�����bZ�ʄ�(Z��MM�
j��1����A&%R�+��P�R�[joA���(޺εy�|��}HcVֈ��#��u�*Gt��ɇ�d����X<���I)��Nro׌l�a2��cXZ�"er1x"���	���{p	|�H$�x��cz�rG׾>�c�ۯ;����]@�&w�9�#c2�����b9r�<� �A8wf2����7a&	�F����c���VrR����{Ю���_{z�p
������^�h��F�xd1��~?L��:s(�#]�:�y��wzO��<R�t NY��y߬�l38E~�*{zL�-�a?m#���|�	���dxBB2+����.�
���{	�%�/b9�W���7u��Z~�M4g{����%I$�����k"C �2�L��WsO�R�D���W�
�A��gX��4��R���qX6�J���2�Gf^ ��G�w�t�7����N�Suפyw,�N[�۶j���?v���S'���Ϗ�.*����c���%cA�}?�Fq8�g�LR�&��a#�@F���"���V_��޾���k�֕v5�Sǖ�M�>PA���{/���m�_�
6�<�}���4se��	-
 �>�f����8I��"����v�@!q�0�[�.���GJ���.v�l��5�4\��w��ag��ed�2�A.>5��3��Q��("A���9Y�o��$��� g,h�I5��Yt�\2���P�l���ko��#ɨ�͈��ړ��X�07֚���t�ޟn]��ƥ�����O�\v���Eޚ��G�Ww��cM��塇��O�~d��sL"�ʥ�/-wW;�������4�We������~xʖ�F>��p�~��E���k$�\*%(Wz�%Y�����Q�&�a�5\�•�2�~��WT�O�51L��e��H�u2��(@�O�P�s�-E���%Q��
�������N.�S��x���Cp�0�����Ϲ���o��W^�r��S�i4��Z��h���帯�:��l
Ӽ��<�7�ڥ.�pk�߹4�
����?M�yey���eH�*����[�EE���wq�Pq=��E�k|͏���5�ګ��p�-��r4]�P( ?�7��^GU���.u�ҭ�(�PWz4�E�qkpi
���0P��rZ��DQ�A1������bD�:r�	�q��$���k8J�^{0�
�+W��;��p�S��y�SH�v҃
�B�ӥ�0�'6b�!�%#S�~��!�_��9�
��
^��8!����ʕ��GV�]�d��!��+�_ٍd)~�[�8�eG{�����)��h����p1�5������25s
1�e9�
���o�FC�����T�>�D1p�O{t�b����Ur���(~O��\��B�Y�M��mV$��ʋ��mo����WnB���|�#�[�����W������V!9�Nhĕ��}�8����[��z�V/`Q�2�p	�{G���Qn^��z�c;��(�O~��5ᕔ��`�������o/
��"�����cEQ?�;��/��*��F��({�0�W�ѥ�
��x��q��ȦKc;�O!s��+��%Ǩ
�0���Q����6�k���M�� _�>'z����x�����+(��P��
�Ͱ���r����;��'ݛ�>�=�sbs��W���Si(���H�z��,�$j��6R>We(�"��"��Ex6�
��������R_̛6�V�x�*[���c?�B9x���0�a��ψ��
��
z��e|n���J�ҝ3X��2E����bM;%��}lV�^��Vk�@I2pq 2��A:{)��X��ϴEeUU���v�>��`�KE};��KK�i
O�J"���#��M��\:��obz��%s7�Dž}�Dc�Jw�qy����I1xv�"R}��59�Z�BkUZ��N�(L^��`��eN�HO�z���z�D&
E��-`�*U�p(���R�{���]w"j�o�>F��R�'Q�/A�Cn��I�
�b����ȤS���� ����јb�f4Π��R��ֺRL�C?��!�+h�t�
A�Cb�K$�}ѷ���DD��K�	��?��=�c�)�����j��Y���g�#1��^~�^��^��Y���UZ$�؟o���(�]%C��?��XaD�m�J�3�wk������+/}�>��oE�KF|I�ȐG}+�*���k8��
z�.�]��3�+Az~y�\��(��
�4�)�л4�;���rkJ���
k�^���@<rP�'��"`w*!����1�X�U�ඛG�|�8�-���G�Z�+�R��oI)N{�+��4�Cgo���^'�2g��Z1��dx,��?�ij�2����z����14���\��$9�J�Za�ťQ��Ӗo{$b��F��F�L,Q�Ӌ��
n�@"d�Ir_�<Y�j�hޕ���j�y��ҽ�ܝS����l�ə[L�
�T:�c/N�ڂ�Yk�X�r�JG�A�aЮ
2�s��T�9e쮁�U�^����oBr�Q��E�}�ӽ���i���,��%�w!��(�+�8aU��Z"
/.(a��aR��@��%,Iʹ�z{3ZNu����;�5�R#��0z�+E*k0�}��A�H䰺�k6z�y�����^x�$�b�Rґ"Q+-y�wn�+�nGR�m������5%I�����[�^y�H$�%u����ij�W=P��	%R����pǢ�5:��
��t�c^�ag��L6X�ė�f��8�O�{��E6���a���Q�DG�^���V9����eBt�<T��U`S�ޑ���D{�P_�_��?��`�vJM�)�	�Z9���
2��;���77�ڿܑ�V�\x+���
O��TlBGC!��l��ՖZ��N��;	Oo����x"�	�+�L�(��%���� ۬dR�xKy�����#7�.�ײ3 YdArv����)(���(gx<�!E盡�79u�r����O��|hemN�2�^f�K�-)L��%�"����,?�~�?omS���{�O#R���=��*[���J��i�M�4ͫI��iڦi�>C�RJ)��Jy�W����HDDD�!�de���aED��� �x��x��FE��c�=����$My8������_����k����g�S�n��o�¥����9�$��*e��1��<T2e�(�������s2���I��fu�6��'�_A8_�����&���51iP**Kt��ݢ@!7����+��$/���P�ܒ;�ָ��	�t��u��W�6^a�J��A��rZۆ�k38k�K������'�+Q��>(����\%$�[�3�_N�yrA��*>e^�(�K3��E���_pf:+k��H0�a�^�ݤ�/���	�~�尒)�zV�R
Eb�1Ao�sJ� -U��~v���.}���P�Hr�����cs:����$�7��{���LuVy�J[T��08�1�	�������Pl�ҳ$#�&�Ѷ.lC�po(H��	G�E
�Y���ES��t�d��
��A��$ɍ	�P83�ܓ?V�<�(At��<���~��R�&��)�3���;�\���3��l�t��IZ-!r@a�C9x�Ĩ�a��	PN�#<��+�,�W��Fo�Fc��*.ή�|��禀�ԗ6�������L���#��
E�%Q�d����
�2E��l��l�S��Z0l��i��x�\
��K��2�n��pZ���7/�w�^���bʄ%Z��/�"��+�O���-���*����	"e��p�F��)J�6�/�6oO���.��LL�Li�Ϋ�xF���Fc�#��2mje�=%9C�}}�U��bE��k�ѸJ�-�w?����Kp\y��}P&kh`�D�^֕���ē:&��YHF�0��2�-@�}��Yx(%P`�˧�5m�����m��b�%O
�=UY����>��8v�7~
9�@��)�5�ҳR-��S�H�ۺD��rl#�����0�K"��,D�lն��)p���O���YK���)�z�̐ �<�)�F�U2�����Լ$��ឰ�S3´����nө�fH�T*�i��N_�/v�|]��KK�bh�I|UvJ�R ����z6w$1E��H�(�_7еܕDSb���*�x).��Y����Jr����@�]�!����y&�%����Xѱ�mdM��p��yh�%%����tmN����=��?��/W(h�bk�擣8E��ۄ'^���T:�#ضE:$�1ȓl�*�d2}e�,�xR��`��Ψ��	��2�M7`�,���]��s$ʓ؍`�kG]����`��`*�˗�yL��W,��
�~��V��$H~�u�T����*�o{���_��sY5���ÏL�.�i�[/B۳��p��̒O�\�@�<����()B4f#��XT��Ɵ)2jrN��xd�ё �1����tn���@Q�4�Z�"�&!-Ӡ�I�&5�TT��%�ev9�b(�� [��%�YSs��R~S�5W/�����%�����L/�+�6�Q��^��Ic_X���Ӊ�)�	D��>[�1�t�V'��j��b����A;	B��x���A��I��3;���of`<���sy�_⹇��OG���5e�
�k�q٢�
�m1������)|�����nFn�f�K/���y��`�k&�����	9����&�|�{�ڻp_�
�����;I�ۤY��O.�▿���}SC�7��6���4;(p��3C�5�x�[U��=��ot6���x�ܶi꽯,	"]�LCta1}M�Ym��鞈_5}ILG���1.�x�6}��|�az71�C���Rt*��'&y�p�"���}��p��E|���UQ\?� .�.S��H;��-�E�]�3>Hۚ(��w���ōQ|7��;�c6��Q|7��@_�xR_����'E�(�~����Ǚ��x �9y�)D`2q�S�<�,�\��`���>$��-~�e�(��'�έ7��D��zO��w�8>���Y|ǣ�������9|"6�/���fF�3t��6�t|4�W=�K�h{T.��UP�����˥N����%�L�9�����G�<����y���Z~.�f�G�<���	<Oo�I���yZiC�\��6(E�"x�j�<�O|/�B�lC�&���b=��0.��;�n�J���|�0�?ļ&1��s��s�Vh�]�5B��������5�q���~g|�Q<�3��|�N�1���=ug����r,����2<�k�vw�e�
���<�@��x��nҭ������9~�����<�Ǻ���u�
=t�XW�)�ىu��Oßr&˃� ]��=�-G�%��$�o�%���P/,f�Guz=��&A�O��c:�g�Sp����zLg���1����a��z�'�=s�9���!z(�z�$�ad�;%��������mM�;�c��	{O��1�6	z�����z�'�=w�G��z�$���!�a=��u�� ��X����z�$��	^]�:��A:EA�_)Ԟ����/[��SV	mJ�|}C�;O%(��x*Q5���A����ۭxz"x��v+=�"x���k(����
qy\p
�k�2]d
��Q�}�ϙ�9��1j�Y�a�J(��xN
pV��cB�7��<ǎ����s�P�<f����<�&	c>rK��#:�eP-��,�P<�X5B�:�'�g�TϿ�S����e��q݊�'�����Y�eI�S<d?�qy\P�+�,Al�xD�P6��X�Ղl�ٰ?0J�Y��h'<�J�q�b^đ7��ƨ�����:��D� ����2X'Zy8+�g�_��_^Ƽ����_Ԧ��s��e<Ж���.��址�����üK���n+���L��I�e�ǹ���x�*�ӊ�W+�����"�喉ƨ׫�݀ �R솒���A��M�U\��H��w���VS�Zu���>)�#Eɓf��ڼ4k\A��7�@M�>bH�Ń�)��V�Es[�'�sr$Ő)6�	vS�ɞ���-AjN1�
��wB�0�-�y�v��vh���)Yj)g���P��y������nޱB����r���8����s{�r{��}v@�6�\k�C n��&��ȢD�$��Ӳ�Y���TQǓ���PW�f�}~�l+|v|V�e%4~%�B�j![��:�"Nm�ꥎ��9P~~?�����g%=�����Ρ"Oε��'�c��p�����_�'q�Y$�Kl�O��?`Q��$�Q��)6����z~oU����k��w�p�4Os�<,�$F��U�r��5?nRd�0��-6�m�[y����m�1��7�1|!_�N܇��*$&1���(-���
��R=h��N�?ne[,�H�?� 柆���*
���x���A�9��o��X>�B��UC>�C�q��"J,fP
>�),��\�'w��̠~�q��6�A�<���s���߉��ht+ħ!L!�8N� KdEb���Z�T�%<b�ڂP;Q�Z����K@�m�^/�_��p��M`Xw����ph/�n�aس~�!w�mD�7�u�u�����%���+F�Gv4�_پ����nߺ��-��E��9'
�ւ�r��B{�P�pM/��DDC����9
砆pAb$1��DU+�k�K���^HQ�	]It�	�{��ʑ�����>t���A���ǡ.?��3��À�ƻ;�y�Rپeʶ_;G.�LN7iⓍIN�V����/�~�K\�����w,�ⶩ�ݾ��gd˴�+�f������ѯ_�_���.|�����S
�>�2��,y�s���5X̭�_�qbPV�-��+wR�y(%�Z�q�u�E:H�(g=H���&�AJ�������N �~�%${���z���+���B��!Y
��³v@�U��pE�t��#�>PF<�Y%��0FD\����JWO���H_��]���8QAځ>(-ۍ���x�:I�S'�����WUb�dQ���p�e\�zL�O�]�H�Q۾~̣��Gul,���U6�9ת0Q��L����s
��5���Ss�)h]\4�x��%����Z�DeO���!$e)��K��rv��J�8(���&>|Q	D��8|
*�.t-4p����"EEմ��,8��
P���M��G�9����gRSH�T(d2�^/"v&�p_�C#@�� &Ʃ����8y�����}��J_;LU�mYF6����D����
;vR�I�MF{���N�k���������ݜɏ�������T"�Ѕ�j�Vk"v&�I�x��/�#�I}Q���EH�������&�,�mv�qb���ݾ��7ehmz�G�FU�y`��{�Iدd�|�{��=0-�\F��fM+��x ��S���=��!Iv'�U1�T�<8ǵ䐟��\������ꠖ�=uHG؉")oV�ZO��L�G%����_��O�h�37�/�G�9E#�{^^>#�`�c��=��3q��^o��Q�}�U�n�eP��gM]j�M
L\迷c�4���q���k^�=?�.r��`�ʝ,˰�tY��� �G ���P��&Sb"��6*�o�&�����^�!�z�D넮*
�>��uM��
��W?�'�ѝl����iTy��+��3��t�/��zZ��^r����'kМ��Ql���6�K�Fe���i	��,�}~�Ƨ�i��>��C���3|p�C4�5�1�C�ö����v*��[4��!�4����==�7�����^�K~�z�D�w�ǼgpX��4ӵ@]�_����;��Ao����_̟��ϧ��M�8dGy�����H�>��B6c��颂Q�;A��OA�ӭg���ױ9��D�}d5�)pVHhJ��b��BXr\)'�񉢙pQǘ���<%f�k��HD��M�ب�e:F�u��Sޤ��j�,�gk�zG}1w�>�>#?&W�E�ư�����Ur9�+��<,�<�]$�A�Ұ[���Fưe�gë���Y��a��w���4��	����C�*{$,`�����Km��;�}�hX)��A�Y��R�MN�A�c�cv*�B.6�����M"u�9{<\ѿÞ�f�>��mo�?�����"�#�a"RB	(�Q�.B�OOe�B�|�'1�|"�8�^*�ܰJ,2F�J"�l�Ij�v�T��&*��QeP4������fHC"ʏ/K���.B*�!-,�tm�S�tg"H>�?Y��0q�{�O'�g®�.K�h�>n�7f�V#x�G����G�>�?)ڎ��k�;�N�4��)F+�\.�]��\/v��c'�~�g���ob�P^=yJ���|ucL��1ޖ�"Q�&��iLٶ���q�ȠN�t*�N��/���e�g�,ܣ`E�[��w�)掂2wb��4��{�+(��!�)�1����Z.G��z��F�gR|+���4�N�yz���tNM��}k�t��+U�ɉ4e6�D`�6��g�����4LCd��c��Gr�@&糟@bR3�f5�[�[�g��r�౪��dgjR��SSg�ܞ5�4�y`�7={j�V𗌚�̌�T_����k�?{�JH��H%H��r#�W�a��;�6����ӊ����A>So�.v��Kf^z�ɚ{���SZ�++7d�9�RMM��h�VۤaӖ��;��j�R���]�ߋiy�B��	#�
IDr�T��K�	��˻�e�VF�PI�h��F~9}��	�6M|�{��4�U&�Z\�����t���?��K_(l�j�\��2	ۭ�·�@����@��"�f�vE*&��AS���V�i1D6�*�ҽ�<�>�Kq��U\�����l�)w��{sGw���w(7	<øO(){6�1�MqqD���N�[���ޠ�_i.�ÿ15<QP2?�EGQJYV>Η�M��߳�ǖ�R�9�|6���\�]s�3��sɖTg�{Ϭ��?R�q����g���dY���e�I\o"��'|!�Lj�;��Q���l]BW2��(����V
C�>)U4M��EE &F姐T������G�f=JQh�.-��<���u=���E9w�Ċm)��9��0�w��bͩ
U��2F���7:m1V���d�}��X��&'��LVh#���30����l�e0P�"��.C(�	�	��33$TH�Ȓ�����k���/A�A��N������S @����TQ�"�D[��e"w����ڲ��ѿ���;�E�����`�Qu�	�*n�z�I|����i"[I0g�Z���NQ�Q&��7�	���r	��m
\/7���Rl)X�{�N*�:Z�ܸ�ݩ��� ��۽KJ����'��w�{FO.w����ܟ�rFnUrD=���e�)�z�:7�����NWէ�t��˒�&��l!h����U����"�e�Ȥ�R����h���w���1A���b��h�,��E��w��h�n��m�6l�m�V��4+RtI.�2e m�^ߴ�ck�V�+�i�i�#�*+g:$��?4���_�bʾյ�mh��Z�M��.i����WU+u'e��q�ڼ<��T��?���ӵ̻P˼�9��3R��%2�d7����r�BJ$���j��yo"�ᷨq�n�-QC��><=s��3>���V�9�ϯd��ҁ{��VTɌ:�Y�~b}�4)��j�������n?��9�7�Z@���o�*I
��w4��7�zFIp/�'��D�ɩU��T�R*�gh�&x�ח���NǍ���l@'��*H��5JcL\&p��
ǀT�����!��p��<��๎���kn��gU&���4�gz�gZ7� ���F����>��p�w�?�7kG��<��ھ���ofmK6z�A���C��&J�ܐ�d�њl��h4"��J�K��������7�(��O�@�m6<��(��`�n��m7B8{�ӆ�@}���v��GS�N�+�'��*����ر�raVI�t���!��Y����<�Y�'^�2�#g.Ts�IڃF�Y�b5�
��[��4z�ZoO�����j'?�c�%PuJWHmHJ���d8L���$���v��U߿�~��$��6cذ�L�'BI��/|mih=3ߣ<j�	<f�/��x6��\;)V�����ű]Ja��)��CcQ�K�VFBJy�\r���.���k�;��p���_�l�meM�=�	d���Y[��݀��_*h�%�)o݊NWݪ:r#Ф��΂k��ע6��I=D��FNx����1����������D�S�e�>�*n��İ͹�}�ͪ��F�.�!�
��c����lA<����m���?��8ǹ0�P�z�&��Ӆ�Y	�R�8� &���IR9Xd|����	����:�I�����Mo,�͝��ㅎʒ\���h�)�&�ՋN���콕J�Hʎ���F]j��=}w��~�DZ���p��y����kGd���t.�������5DD�^e�̢�c�4�
�<C�s����k�X�O�{|N���}N�Db���.m#�<N�k��O�
T�M�!�?��V�\���k8GI��^xm��{�M��~(�;D�l�,Y��h� �+��J�P�g��W�*�"�P}0b�f�,�bC\fԦ���H	w� h�=�#HxRF�
�������u����!����#��sL
:K�¦#:��3���2D+a_����0x�AOԕq�������y�Y�-.zpŒmMM����L�R�'7����g+��j�Q;�����3�i
�)9��SvOd�/�Wⲗĕ�]��O1�S?��\�V~X##k_�8R޳2߯�W>oBhj�ox��31%����+�dMM38T�8uJ
(Q��r��}G)�	�I�����z`�+��O�Jvgd�e2�.�!��ۘ����+��/���}ߠu�ҟj������F��w�y�Ǧ�O>����5�N��nav��;~C^��8C�)���}�ĥ���*�T� 8����YM�1Nh�8Q�8i\RE�r&jo���p��j��@�
@hE>4�p�Z�1P��u������7�m߭��
$����pW�r���l���ά#���.��)9������ِ�@��+h{uv�M2���#x���>�>�i�(���@�� βA�$�B
܌S��C��sY6p�z�?�z"t�����6���
q��{3C��OH�:Ng�
���oq��H/W
��Np%��s����d�2`[@h�^�s����I��.֐ҮJ:��p��*��M��
�B#BBhJ��U��=�!�@��WNV�I���e��4��>*Q`�����"�6a��sm�F�-��t)X�?��z�䗻'�>����
���¨�v�7O ?*�[����T"婊��L�hҫ��E"���IR��a*���UCsm�A-�
�|��I��N��4��sO���X<�W>����r��tX��i|t��mmF�񱹿9?�wc�(oe��j�9~�&�@^��	�����F9��/�f?gM�"'d�<Е_Y� ���.����ˍԢC�]D*x��I�O����ϨTfLB!G��ԖR�R[';���\3bކ�y3�f[�XF*4#�>�ܰ=o�zع>�CELx��EN���(�$D�>6�v�C3�z�La�UW��]��`���#�⅑
��H|N��j�ވ�n���Ap({d�w��ID0dW?��t�%H++�<b`(x�+����~����1TE�i�+��=�2s��cRcG���Q���D����PV_1%���u1^G0/�`=�U�G��|�_�" ��c\�p���c�?]��'�buJE ��3� �5!y%�?�>D7���8��m�N���`|vܶ��s⣛ۆ�߃�G(�h����3�{q�"�*���|Q�%���.�x���p�A(н�k¿��l�u�_�D��(��o��c�>>W�_F7�䥫r<�� �[~-�B=��]��kLO����p����k��Q�B8�_�c1�B\5�����d����Qbt!�G��^�G����kB�0\�������}�)!�����/�B������*�� �گ$!!F���q�B욠;"^w !.�g�A8��x�@�+q:|�P:F$��բw���BAh�I�HX�Y�E��"bQ���l��XN��|]Gl 6U!��W��;7Pl���&%I��ձ���9��i�d:��F&��?�݇�9�I�ͽ����@w��}��G,|�:KaA7��S!�n�[�B�����p�(Bk���Y�M�0~x�W���иw�ɝ�A ��$���@q=�	vT�BՕ��\�ɜ}������4��jŁ�z3=��M�Yi�){�" #Oe��f�=ge'pu�x(�7;F@s0���j��߰w�����V؇�@nRG�AG������p�絴̝��2������?��x�;G��vsF� k���)�ゕ
������*��L��qZ2�b�r�c\׬)m1u��s�BK�tv?��	�D3w\��oP�,7<����@���7��c�@���_�䥍���#�O����Ǝ-(3&����&��\�K#�����+�sǩ������j�JJ�j�.oni^�}�6����IO/�V�K5@�
H��5�{�)�ݲDt?ᝒ�?�F�Cۏ�B'6��ETs��65�S����0r�"6E$M��);�����E����>g��;^�Mu���� �n�m̢����3�m3QP=���Nւk�JEL7\*ˈ����-�#:f����2�.�/h�g��2��gb��-���r��HM(hĉo
#�Įu~�u!�^�F
���/�8u�λ�8�YO�^A��3�L	�gd�����V\���@;��P�n
��:m�1�$�-U¹�����"},��Vc��BhZ�ѻW̋�=��3�zM^P��f��?�����؀[9�=�ʾ`�;�cv�6e�={��̶�X�m�#������5R��n���i	�����}d�-EY�CʭD�k9�*��-�bۨZK�ExHS��%��T�-�%d��C)	D_8Ĉ��}�LLU���:S~[��H
��Uj�YW�;�j��V�z�L�h�=>~�����o��G"9��C�C�f�ǘ���tK��#_0�gK�'���HE�~�d��	��w����gN���e��ٖ�S��.���S�c��	���b�>_���@�-㦸�'5X�)#�ƑF�ҙ�P'h펍�5J�&Êx�1䩒=A$�[�$�B.�2�5d$�592U>u�0U-�i�K
�C�	���2���GzE*ǵA���\�pS��_��D�R	X�`���~�G�U'�n�/�D��KEՉkZ�dy��w>���@9c0��욒Ua��҆�1�x�<�DB�"�k��,զ�)Јi��>ܳbp̱}�^�n���<.+;)Q�P�kL�%��Xr��k�2V�<.nd��J��I9��4%�z�B�H��R��j�{b�������E�v$�2uG�#��ҫ�2'Wu,�J���2˩P˴&���J�I�r�?��ۗ�zr;:[�t�&����n\h�ǵ���+�V6�l/7�{/T�Ny|�"�3ybfn����1m3��c�@�9�zA8ߔ��UCGuὙ8�h��l���h�3�Bk$������@+��y�@/�Q����Ai�m7Ŵ����g�Ae�m�h�$Q$�/��iq0�W�?��~s[s��*�U@�,��C�m��e�`�mbl[c�i+�m�K1 ܜ�9Ɯ'2QF
c�

�KOv%��st�;R=V~��=����@�$9䑼E�&Yk��)��\�5is�u5���'E�ž��j�"q*��'���DT����s~�u'~j`��]���n�뫽;G
��j.��-�������i����"��H���T���	�{1�� rsc�iQ��� ��h	��HM���{<6Q���º��ꂸGm~��2��[�4�$I3�޳p�K���������2���ն��S�i��\MT$��4���h�H�W�y?��<J��-� !��ʯ�
)-C�ǝ�t���b��h�C��ǯb^�f,��%E�;$�,蔈l[���Dk��.�I�{\���3'��d���
��(30ɋjF�Y��g���~�w��쪖��چi��.�wU�\�(�Ď�t9hJ��p{��N[J�99�e��~�CN*�9�=tlhs���L���K�����P�e��>u3٠�uw?&�K�0�,�{Ы��.�˅�ND�\N[��n��	��'�Ђ�zy���5��2���'r�B���z3H�n��n�-�^��^U���.�`�����(���fkJ�=%�M� �e��̂�VL�i=��HM?٤�{0[����W�h�'Ɛ��H�T
'T7���`0z+டlN���}n#5̸�ʰ���_�x��/΁��g5u
ǭ�����Bl���`8��������+	��!���w�火1��,������:$�r:؄��^xH�������nP*�2�ƒ���Z��C����S��x?i��/]j��������h��J�)��vK`��ly�=�hM=��6~�4�@��
WNj}
�r�ƀiB1��N�4���X=ӳ2��=Ļ�ml&�ܶMʟ"�Yފ�$�"9%P�i(�O�5#��gd��!ڿD���vS��m��
B���[�\Er�� yx�C�P��cy�:�s*q�V�p�Y�������+����|�1�{�z��!4SP�$���F+�\C�м���T��u�:�����' �)H��E%K�<�/������9���N����f�~�AѠ%���Fpj�S�76�����,�ջ����}H��'�Մ
Z+e�'��t��]V[ ��=��`�|�o�/��P4���IE�P�!��>��)؃�T.�p�����9ߔ9��['8G��ܜa�G�~��=wZ"N��ޒY뗲��e.ʵk�Wu�~{jCO}f�,��	
p��_�JC��9�غ"#d�1�#Le�h]!���ꐜ�Q�;����4�G���[�;�i���t��sQEW��+��2�]�,��.#4�!�_>d�;�v;f���Zj0#���n��,{��Y��֖��W�5����ZY����;���}�"4�u���S��������;�
6���Y����g�F��c��e�"�	gH�j���A��32�H#�$�SM2�Et�n��-5��߿�&o�Pk�R�$�����ƭ�}Ϟ9�&�ؑ<p�֖��&K�.sq�C���=(18Փ�<ڀ�07~����i�
>|㞗O7S���Ɩ�`����0�y�<��E۴�ܩM@h�(�#��(��cM�y��ɔ��RH@�s��|��������]�/?w����N���ߋ�o��[���^�^I�-te��,�����o�U�
���B�����WT��U=\�mȽ�
����@� �_��P���e�D�#��c�	�/�Ok�pn_$ܟ����!<��F��H�p��I�C�
��	01��o+)h�?���6���"�ݒ��h�4�%Pv�Yו_\�_`����49ֺ:����F|�'~݅�췢Y|�xz������Єd�n��I�����"x��g���e���-�S
������F�������dD�.|n3���+j�b�o;������|������+�=���2���Q:��Wth�;��d��9{C�W�r���+,FMFYA��_/��ͣ��3b��a��2�ު��1��ڢ��k����斵�R���b)*��`)����W5oaQ#j���)D�R��E�P{&��#?,���9�F�Æ1���C_�|�����T�:�U�� ��ȏ������OAG�Ʊ[uB���
`ز�t���!
b��nE���>�T;�ݪ`���kj�ݪ`�0G��~�͑g�_��#�a�
W��a[�}�
yx�铳�Ə>�A:��3�HBkJ���3��g�}/��g��ɸ�u�C��.��O���ş��H��^��@�ω�����G%Ƈ�7^B���Ϗ�F�!��z�9��|�l"R��jdc>'�� l5|�[NS��HyX>YK�a~��|J���}lda>`��g�1�1�#�>�8�������l��
Lߣ�w���>�b>��L+�v�9��g7��T�(��=7ֽ/ (rL�;Y������v[U�l~���\�YFYIAz�'%�P}������5��ݯt�;upm-�f7-X^�8!{\��1���&�r=@/!��:$�������
>9o��<��=8S��Ҍ5�M��A_œE�"�]p��tc#�#�B9z�u�̞�$�� ���"�p�=z�DE��$��
���Ek����nj�n�.O����-���Oa���} ���wӼ-���'p�w��}t�3���2T*��0XE�j���c�PƔ���?;3�h���:�/����ZWƲ%M�����r����O_8��	�ں��=��/�����w�	X]��d��k�V1��s�hՈ�{��uq�ȼ�}N�@;��0�d�8s���6�.�kUȵ�B;"�5'ђ+��(��
t���t�p.p�%�h�IJ�\
�9\�	��_�.po����FT�J�t<�.r{���4t�F�ҥ��\���
�y���ɇ�S|���ww;k����T��Z���+>�<ù��C��HDŽ_}���9�`�ۯ�(�����q��@����U��Z�!�4�$�P�p�.;;5��Ș���3�^�d _�S����S��
bS�$M��J�$�������2�\�ӯݕ.6�^�4kk�wʃ=���
��R�%cYy�C}�_����7=?�_!����ꟻ�]������C��/>_�DGq�>߭�4Y�l*[�ҧ ���uJ�,.k�';V�gNTѬo ��5���e�� ;c3�G��lx�Ӈd9�dM�L�%��6�T�3=�57�r;y�sUd����:��wU�~���7�B+'��u��pb��:��g��8K�5g��A�9ߒ���g���K��]��q��S�[���讟�\WЧUd�W'�7��)i�ח���V�L��[�h=���P�p�&H].���3��7��'o�/p~o=�FÊ��lnf��[ګ�q�Q]M��1n�+���S���޻7�}�^ꕉ�Z��^����)d �V�'o��n�@�8����m}'{j}����V���Kq
s:+&��T��)��Y�C��ɇI�iPY�tDYqĊh�C(-,�4��hD��I�	\ʩK֪���d�smYi�wm;Zk+������Z��iR�@�~rށ~Õ�sߏ���ؘq��Һ��}��u<����㦄���ڱ��^�i��^
O�s���K��~�W����t
�~nס��|���|.�ϡ�:��,��\7����W!���w���+P���4��
�_��oz!��'j!��)ا�F�C�"�4�qjr�&`��g�*����Y0]ͯ_[�x!T���[$ܻ�n��c���չ�J����?q�cue������8؏����TWx��T�rE�d)N�MHU�BA�^�NN6P�I�%JI��}��֑vT;�(:r��p����|w���mْm�D[�y���{�����G
����o��l.Q5�.������D����*=(�5zYߢ��_/��ߦ�*M�w���ςW胥��U���|�6j��h����uZ�
�aPY��/���},	.�Jp �L��Tp��^���=�Uj��\��J��E����L��?ߦ�JI�����B_T��<\�D�]z\�K��W��N��
=!C#�RN)%�'G�v��E'�h��hʀ�)�j��c��s�{���X���~��vZڣ:�1�ǘ�b��![
��`:��ca7�J�ψ���4O��S��݆:�k��LG�U�ss�{N�]��Vm��ٽz=I]�
{fXO�I��d��
vZl�M�=�7H$��!RP��X�޸<:4[��>EA�r� ��5�ڧ#�wp߿3�}C��Ga���?�t��}lz�"�,��%��o(E�OA�?a�C�C�:���'F�^лU��=¿���1Ě�+��E�\/�G�N_���b�5�=a6ǥi�I9Z�->��ݙ�o�);9�C�;�ԪH��X���2g�[KEY���Tu��u�Z�s�4S=���8Om���т�[�74�#�ʧ�pB	?gHĻ�̸�H��0J�,Q��w#�S�-t�C��7��T�4�ԉ�`�w.N��gw�6^�uB�
>�ٝ�� q�!\fZP(���pa��A÷.�
�Y�(O&����b���#�����J
�1|/�������֍������m��!L�-5kע��*�s�M��L��i�ݢ���^2��`�:�;(��\f�q/��5�����Dd��&��c��S�Dۂ�Ĉe9�,X��'x�CG��H4!��؜�I�k?#m�,c��:W�}�j�����aK͔e'�	��^��Q:���	���<x�"��fo{y:r6�� 4yR�4�W[�-�V���F]*���^S��j�Xx�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\՝����X�VQi	6��h��g����wOϠU�Z�B�X�Ri�,fU2��-a��,?-Q\��JE)DQ��~,�b�0`BXVK�%F���iu_!�T�Oj�\}�͹��{���s��q�Ε�W�����:����˜�_^��O9�M���*g�e~���:'��Ή�����U�rm�ԖO9g�b��_�	��g�s�3�Y���3���N���q�xP�e�Q��=���˜��9�\�g�ޥ�{-=�����~��K��ۥ//}}�[Rǖ2wu��
��:w(4A��JC
�١�Ck�]8�~�bԦ�ˇ�A}fh������Ρoc�=t�Ѓ��C��3�C���|�o�ze�
�ѡw��/^�:{���e��R���p[kx��*���7�.�<|%�ᛇ?��c�+��D�3<7|��}�����PO���_�zm��ᷱ�rB�F����>�
��&Ci�B�jc[ZZ��(�1t)��U�B���-���W���
݋��z(t@�P��c�i藡�E�z=��X��128�h䬑s�B#��8����H5;�r���pd��1�i���c�3#�F��Ҙ�|�S��٭r?J�3�uP�;(���OP?Wa�F���Ҙ�E��¸-���4z��F����Q\�D�T�e-��(��P�T�e��lFil�]��Y��]v��WP�e���T�e��Ci��=���
c��i��F�Z�%�k*o���w�5F�,A���!Ԙ�$JT�P5�]��%BF/BmT����T�Bݠ�9�m*_F����]*�3�Ge/J�<zuH�I�?EɳG�i�e��Qbj���՘���"��}�\TH�gcS��
��ͪ�D���Q�U�nl���(�7��6�c�7&���oL���ߘ���1�7c�o������V��1�7c�o���/a������_X���/,���n��_X���/,���a���0���_���/a����
���_���/a������_X���/,���a�3C������_D�E�/"�"������E�_�"�/��*������E�_�"�/�������_D�E�/rH�"�/�������_D�E�/"���Q����(�EC*�Q����(�E�_���/
Q������Q�^T�E���^�.�؋�D���n�؋���b/z%��?D����Qb/z%��d��؋��{�d�q�7N�{����8J��Pbo��{��q�7�%��/A��q�ڸ��%���@��q�۸��C���Pbo�L7.�ƿ�{�O����Qbo�5��'����	#�	�7�%�&ȃbob%�&�(�7QC���(�7An�{Qbo�2�؛�%�&nC��	��؛؅{{Pbo��̄؛8�{��	�7��fB�M��{d�	�7qܨI�79�{��s&��d%�&ɰ�bo��{��(�7I��{��QborJ�o�&���6�����I�7	��o�&��$�M��I����7)�&�oR�MF��I����7)�b�1�������_�b�/1�k��_L��.���Q/&�bD��؋�bb/&�bw�D]�b�.6�r_L�ňu1#��D\�Xq1b]L�ňu1#��D\L�ŝ�X��Z\��a-.��kqX����X����,N����8..��D��8����
q����CX\��!,.��aq���8��EX��?��2N\��=Wqq����J�UB\%�*!�p��$�	�YBL%DTb6!�ДM	hJ��4%DS��)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M�Wo$ȡ	�� �&ER��IIrhR$%ɡI��$�&ER��IIrh�H�R4K͒b*I4K��$�,)��D���J͒�*	WIq��C)�%�fIѕ$�%EW�h�]I�YRt%�fIѕ$�%EW�h�])Z�a)K����DX
�R",a)�"���RD��8K�R�,�%�RD��8K�Rb-k)�����XK�ZJ��`-%�R��k�C(������Y�h�q)�YJ�,u)Q�����KC]Zԥ�.-��!��Y�h�{i�YZ쥉fi񗆿��K�_Z���/-����m(񗆿��K�_Z���/-���i�K��4���_���/}�h�&��Ea�h���YFf�fQ�!�eDa�h���YFfZ(Q������_F�e�/#�2��ˈ��e�_�2�/3��ˈ��e�_�2�/񗁿���_F�e�/#�p}gJ�M�ߔ����)�7S�o
�����M��)��S�7%��6����M��)��S�7%���oJ�M�ߔ����)�7S�o�J�M�ߔ����)�7S�o
�����e�_���/Y�
��_���,�e�_���/Y񗅿����_V�e�/+���P�/Y񗅿����_V�e�/+���Y�ˊ�,�e�_�0J�e�/+���9�ˉ����_�r�/9񗃿��˵P�/9񗃿���_N���/'�r�9�ˉ����_n%�r�9�ˉ����_�r�/9񗃿���_N��p��/y񗇿����_^���//���y�ˋ�<���_~#J���//���y�ˋ�<���_���/y񗇿���B��<���_���/y񗇿����_A�� �
�W�J�� �
�W�+����_�
��W����+lC����_�
��W����+�_A�� �
�W��(�W����+�_A��(���WE�+��"��_����B��"��_���E�W����+�_Q��(���W�9��+�_Q��(���WE�+��"��_���E�G�;%�W����+�_I���$�J�W%�+�����_	�J⯴%�J�W%�+�����_	�J�%�W����+�_I����_	�J�%�W����+�_I���,���We�+��r%���We:�,���We�+��2���_���e�Wކe�+��2���_���e�W����+�_Y���,�ʇQ�e�W������_E�U�"�*�W����
�U�_������
�U�_���ʕQW�����V�f��\E�U��<\W��U~Ty�"�*���Ty�"�*oWޭ:U�S]X]R�xU�TǪ��tU�Tk�vuEUlT�V/�n����eի�7T�A��ꗫ_�j��V�T5�Շ�����ꏫ?�����\}��VU�Z=^�j�5�e�ڹ�PM#X�צj��ƭ6[[Y[S�h���.�m�i�j��>S�V����}�������_{���v����k?���kS;\{��ޮ1㮩�k̸���:3�z�Ό��ޮ3㮫��̸���:3�z�Ό��ޮ�kUWo�Y����u�ouy{��[]�^gת.o��kU���ٵ�ϩ�kU���Y����uVruy{��\]�^g%W���Y����uVruy{�]+�Y�`ת!oo�kՐ�7صj���Z5��
v���V
y{�5]C��`M�بš�!oo�kՐ�7صj���Z5��
v���V
y{�]������U�
�V
y{�]������!oo�kՐ�7صj�ۛ�Z5��Mv���&�V͐
�VMy{��^S��dת)oo�kՔ�7ٵj�ۛ�Z5��MvM��&���m*�6��MvM��&��My{�]Ӧ��ɮiS��d״)oo�k�uMvM��U�5m��&�5�_�Z�-�ׂ���k�_K���%�Z��j��_K���%�Z��-�k�����_�Z�-�ׂ�֜
���_�Z�-�ׂ���k�_K���%�Z��-��6����4�M��i����7-���oZ�M�ߴ����i�7
�U�oZ�M�ߴ����i�7
��o����4�M��i��~h���!�؛&�L��i�̴؛&�L��i�̴؛&ϴ�^�<�{m�L[�C(��&ϴ�^�<�{m�L[��3m��&ϴ�^�<Ӿ�}M����_l�]�"�Mvi��6٥-��d���k�]�"�Mvi��6٥-�ڇQ"�Mvi��6٥-�f�.3"n��2#�f�.3"n��2#�f�.3"n��q3d�7Cv�q3�nfD���7��fF��0��q3�nfD��J��0���7���͈�X�k3�6#�f`m浙7g��̼;��B����%��df�%�f!lV��Bج���Y6a�"l�7pu�~��7G��e�=X.��i,sX�\jt�",˱,�3Gj����XF��}
�}���,_��
�F,s5���d�����W��5s<q�|V���V���j����}���j�Ycx�+�s���U�ݍe7����²���}�׳�������e
uǒ�/Вwh�CXަ��� �;���\-ù+�>u���g��`��bڟ�N�:G8+�ոW�f�:���	��N,���N�]z5���,s/s$ٸ�7�o���,u�Թ��w�s�+�5���w�7��eYn�'���5p�\�2,�\���q��~���v���c��1ν�sa�5:0h��,�1s��sǁ��1����h�JZ��s��Y�UZ�糧���-\�)st�p���Z�|	�־5�D���A��]���ǩ�ν�>K����m�S�g	>K�'���;kU�U��۩���Q����G�~F�5-���3�
\�o���9�����^��%�+���g�[��z�,׼���A���>T�Ҿ���w��������#:���a�}�g���љ��>�՛����w`���}�\?a�c=�C�h�F���;g֣'u���]��M;�_�\��Cu��'�]:�|�p�#�h�^�Ɂ6���Ա����f�����_
���W�����q��}���ۍ<ɸ��8�}m�;��g�t��LD����ž�?m��sޱ[���\�>a��3�7�\�^4�ձ_K{�=k�ӱ���y^�{��;?A;�8��{Y=���b�*�"����M����{�s1z
��Ƽ����b�\�0���Υ���cDT���\a�s_��;<o���1�6�܇�6+ٌv?�l�[M�;�e��n�>yĹ��7�e�3�m�݋nb�������b}n��e��$+�}��,��vƲ�~8��#��7��F�(��쮎ǭ��}Q�����m��D�NK�og8�3
G������Aέ<ݙ�W;/ڋ�|���v6��q�Yw��=S}�Z�Z꓅���P�ξ�@�_}k�l�j��d���Hn��#��J_����畾(d��Ș+}���i��������F��vt��ߟ�N��kMF�D�U���;C\`<�c��v���V���4�w�}O�+с���u��x����}�)���|�K���ܝD*�0v˰�����ߍ�;���>x��a6\k�۬\D?ۙ�:�m����pk��@[֣-?y�;щ6xOP�W\� ����L>PD󌁭��h�0x
��9�ҡ=k�2l�2�}F����κl!-���ۓ��o�=ˮ�8�Ֆ�ޝk>�Ŏ�-����O�z�l��+�Q�h��]ٟ|3�S|ͯ��\��#��[���t�˹�"��V������Կ���Gi���I���c���;�$�u��l��{��mNa�� ���23�7�����;H������V��t�o����?���g�����X�����M��Լ'�W���Tg��j�ce�H��q��<m��c�v�Y:ױ~���v��~�X�+�;x�zY�K1�<Ew������W������q�L������X��G@lg���o
^���3�~}�G<�}��V�m�30'=���{��S}6����'=�羁�=��T�
^L{f{���7�C�҆��K;;�N�\���L~�Y�ͽ�O���g?����;!􉽦��ߧ=w��E[��+agϧ�f���oL��}
ؙ�:���ɕv�_�_����Y����S���r�L�� �x����w}����_��A����v��M�]�VF����ۑxշ��_���'v�o�{0���B��{;�����7�|�N~Lp�r_��D{�`W+���^�tf��E�ɹ��	����#gZ�����z�1.w�����k�o�] ߊ���^�)�2�k��X�[���W����O�͟�����粌1��'��ҋ�/��6`#6���cg���J^�m��i�ݵ`�8�;���wP�ƍ�
�U��{}������2�)�طr��,��+��v~����o�7���1��U��ؘF�1�={��=@8h��[`�<ůc��/�������f%k�i�.?�b�w��D��O����o�=�l��t||�1v;�L��[��=�7i������U?-o��-{��o��I��iqҎ{��~��n}y#�+S�{�%Z��}􏝕�~5��Ų���l<ل>9�5���~+|s0�^��l��Gi�B;�p���3�0�f�����^���C�+p'��<;o<�'s����~�i}x��G�C��l<�S���8��g���q�c�*m#?���1ܽ���Q�"��޳�o�wwz�oӞ���W��#�W}9�X�{;����Sv\};������!e|�ǮS�,�s}Ӣ\{�Yc���7�N�}c���<d���b�}O����kE�qv~�[#k������s��Q<S�
.6���;��b���W��/�/ўA��i�ex��v�N�.b�I{oM}��k��N,�e�m,:�qq�����П��O����λF^�y��	��(����;���N���4y���rb�杨]R����|i���ܽ��>;��,��/��է�_8�n9͗wa�=�=���o�릀}����7�9F�O:9�cοS�݅�'�k��p�m޽]�%د�>��۵�!��z��'�m��Ǟ�e>�<c�΀���w���`��5_���{�ާc?{��^;�\�\'���v���[!7�{�9�{��bg�m�꟱=����_{��c�S���Oh��~��dz�η|���n��}�w߁`7�xw����p�O���o�^�g���;'�Nړ��jo\���u��u����g߾�:'gq�T���]}��s��bog�,�~�n�F�+�αe׳�e#�v�>ľ�g=i��fX�m�/懻m�nt�`7�\ܿ�!��oo����O��v#�3xA�~�`��
^Ե_?�ؗ�6�lOg�m�stpa�������?:��g�w�5���w�����qNyԹ��}����D��?�t"��o�l�\e���1�f���3����V���ۦߺ�'}�[��9���7�~���߬}�鷎�]�N�����ڦm��+��:�;�GS����vu�q��L<��[�j����~kמ��־��[{��[����@{�ۄN{.����u�6;�g�_M���q�o�2.־�q�;��:37����v���/vt84�_��;YG{ة�J{�P��\{��vZ�z�i�A;�n�q�3C�$�d�gؽ�����U�Zsߓ;����י�v�G�}��~%��5v2݇|;���0��%�p>�ow��ή�)����C�Ng���L�Џ�	�����ط�"[��}�cvd�z�[|��ښ�y���.���Տ�[��Qz��ͼ��#�T{�u�e��.�S��gߜ�m��\��^�S=���w��v_����}��|ʾ�r���}��j�i����"{��>.�OQ�}�`����a�g��o�����
KG�����9I'��r�Ϝs���s>���s���)8�t�q��.��/���ag��~�v^��W�W��y��W����o:��o9���?��_;�K?;�t���W���q�&�f�=�s��_�����\��~�w��ܦ�#��ﵽ��x���W��6�u���v�M�}~��^
�V�(x_	��m�$�߃��x�	����ޓ����S�h0���
���5�y�����[���{\\�
~6����-�[�c��|�8�
�q�O�78�w���9����s�����3����3�4sJ�&����0_!���0� ���0_ ���0ߺ���w�1���]�x�������6��V)��T�NpW�w�U֪\��Q�R��T�RQ��9A�6�/K�	�;��.�Ζm��f9�y/ӆO�,ﱛ1�:�Y��=^��Y�;7r��<�V��_�7&�N�vֽ�{QW`��yN�ˑU��b!p��y�/�Wsd��u'���w��<����5'���7�x��۫O|[��N|Y����ĕ'������5��'�7k�����9'�����
ׅ��l��\����u���s/u�	���y:�|��[b�~������8��Aj܄G�9�G�8����!yc�L���^x�D��=��3���*g�[�/�<D�y�L�tYU�k�4��Z�.�>�Zq�W�Cz�=�^���'X��>���}��>/o=�vF���c�+��0�q��y3gv=�7�f�bvS�n���|m��7�F�o���/�͛I37xGc9�;�l�y��չ�Փ{��2�q��JN����T�����惮VC�����y��u*7�����3�O���Ik4\��a��*��~�����'�Y)�]�^�^�N(��
2���.b|��c�I�ފ��3�Z4�����F���ή��1`������3�ˮ3���'e����qe�SqZ�ī��
�%�f�J�:E��;w(�~Sm�j�'�Q8w��|��N��|�8_�=��d�Y�����S|'3�Y�rkI��(����%�UCG�:��5��_&RO�O���*��}g�����[B����틙���)1_���(1���'1_���&1��y���y3��Q��������
&\P�մ2������w&PPK�
�[\��.o.oassets/fonts/owfont-regular.eotnu�[�����%!PS-AdobeFont-1.0: owf-regular 1.0
%%Title: owf-regular
%Version: 1.0
%%CreationDate: Wed Feb 11 17:55:33 2015
%%Creator: www-data
% Generated by FontForge 20110222 (http://fontforge.sf.net/)
%%EndComments

10 dict begin
/FontType 1 def
/FontMatrix [0.000488281 0 0 0.000488281 0 0 ]readonly def
/FontName /owf-regular def
/FontBBox {171 169 1919 1926 }readonly def
/PaintType 0 def
/FontInfo 7 dict dup begin
 /version (1.0) readonly def
 /FullName (owf-regular) readonly def
 /FamilyName (owf-regular) readonly def
 /Weight (Book) readonly def
 /FSType 0 def
 /ItalicAngle 0 def
 /isFixedPitch false def
end readonly def
/Encoding StandardEncoding def
currentdict end
currentfile eexec
�Tjt?��cl�Z���P��'0*^]T�����a�R�s��ݺ��s^�Y�0�|A7풏?Ifޛ�3h��Q�'��Q�0�p������\D�]R�auq^�Esy�
��[j��+�E@^긪BRl�&
��_Lw k�C��`
wF�1�|��wa6Q���L
��.���K[6V�7N�S��I�W+�'�I޾/��:-�t�PP���~���>�(�'�R��߷�X/w�̹by���_�Ś�Q������r��%���b�B�}�A����͌f����7c�ks�m����!;m�f,�6}.���9�7/ѐ�)��Z4��	��YXd.��G!k+��%FJG���B��X:�{��	a2v�$�,��O����}<"�9^sj�r��Dޛ�d��_W�W��������_T�LU5��ҩ�0��ø�f�]c�]�lj�p؊��~w�Zr��N.P1�oe�������f��9��0k�M����-j6;9r�A�L�����l�?6����ٮ�T%!c�%�4�Zç�8���	���P�q`eZFW�t�]$�KizBN��Ϫ���<��o��Tͧ:L`38�:�$yX,���B��9�����`qt�a�S�%	A�m����!1)�v��z+�$�;�h]n&�`V�"h^mK��<�Y��C���4'���ct]LYʥ�h���� :�z��Vc�����J�b�޵�6_�i�Tx7��u��91�_Zecb}���dRP�㾋��{�.r}�؄���Ը�o��BfF>j��[dp.��Q	k���_|n����[�t94a�&� �]%��ꐄ�|�!����ڛX��[�Lw�^�)�U�!� ��|���ı�.�(�!�Y���ӷ+����5X�Ky�/w��@�=��������#Gf��QU�l:�	�?��#q���?�y۽���g��MS8���!�m%�y�b������u*�P��n�eTN����yT�Ge�`�^^\���P�;�m�d8�T����
��x�󀋇����,l�$lR�苋�p�)��E��~���Pb3T��j*F�_�/�'��M���V���0ʔS7�O�GN›��YW���ui7��<;�f���1jp���_4M6s�޵�n#<v$x�RJ@����|e�D/��(LWs�>�8|"����ڏH��0�`LWCOξ�v]��?�,�+L�:+��oZ����y��狮���#�'��:?��uI�V}ݾ��g򣂢��fcr~K=N^�*>^�}�r5^�B9��r�'	�����-�7�+ѯ~k��wa�`Ae $��Yֲ"!��j�F�C)ڬ�j+7+�ӟ�T6=�Դ�!FH�1B���rE�y6E;@Qn�,O�w�R.C��/���c{�)���l���$�v��Z*����7kս����Is�?�h��<~V�	�Ǹ?	��*�q� >�ʴ]���i��1ռ�s��JC	��g�@�	�(�o�ir�2C����^Fq�"HD2��b�:���������wCx�X�,���P�r|�w
�=iR{�%��ES��͹�u<&�$�}&�#.A��'�����T����4�X��[D���R��&�[L���
�0��L}6��=Y)�v�<��v���6�Z aL�l�G�8��>H��?�����z�����`�BQ�@>ʅ�8�v	�F$�����\�c��D㜊����5��0���uo}vT��
6G�7��6��X)d��P'S<�9ZR�ye�
mX��IΆ��
�V�Av1�}��>���Z�t�cZ���%6Ic� ˗��Z)�\=�^�A�W��W�ËwLqӝtp�~����(��:������s��f��#�?LE����F.@�X<!�u�>U]�:�1d�{ı�X��ao͕%�^�=�
pȑ��[����B��l�i���[�+�����En�I�fH�7��!Q�=-�%3ff>Fy�1���<3�\����w��c廛�a��v��&�kC��J��0�A��e�wu����bܬޯ���|�p�/�̫�?#�v8����ͪ�J
*�����f���o"3>|{��X'.­&�5 <Ԧ�#��-���j�ߨ~ߴւ(WD-L0�H�7�v&G)�i_�U��Q�<D��m=B��>vM�y�D�����h�,?#�f�`^Y�l�L�z�ג����[�j���L֋�9�&S&�|�ӹ(�B�T�Hoi{��M@����G�5<�
ۊ/ڪ��u�JWhMU�Y�7$׹R���x[
�¬mȩ"{�1P�	�t8:Hl7\�$�npTD���%?��h�Ԫ�]�)�W0
%ho+���!�P���Aٝ>,'�w<�0:��F?9�Y�#:�9�)�b�BFlL>��ato�9���;\����+�u�����-��+\��!�֟��jv')�k�f�7�ta�u��{��W��RucB�t�:�@��K�#���k�(���@H�ɳ�D�E���F��ߔ�J5�����!5!:~�y�Vh���mF�#X�ӵ�[�k�{�(�vP�S4Õ��'	�����(�ڋ�n�q�f����Jv�H�"q�Yɏ�|�
�Kt,�7��F�9��X!Es$~ 
����e��qH�2�r��o�}���5yܲ7��|��]�ł#.s�D�E�6
M9������ώJ����0��X����.d0f�!�[a���y|1��|?'�ܡ����ppʨ��F�}�s�?�eI�cLXm?M��������@�\S�i�UPd,E����>psV��Iοb���1�W�;�D�&O;DzK�(�S�^ �4(9j�A�vi�z��N9>�=�q�b�6I�@��v`9������2'�Z8�|��]J��6neclo���!1VbZs�++�|T�ߓC�g]ن��Cgh"j#�N L@�D�}���+����V��7!bGhy��f*�3��xr;��n��Y�`D^gI��>O�9�2Y�@6�=aߗ+�]k4D�#�vGH���2��/�k�u��3�h�c�t�[��l:@
v���o�cR��x�W��DwGyw�3Ƙ}:l����J��Uz.�Z4����*�S�LU��a�*'q�	S�AȌԙZ=!�n^��~dJ��]ȗ�Q��䨻���0΢�?�Ǿ��؎L&�O|x�l(�k%�o��,��.gy��~j��w��_@�Y���B�v���D��͖Y͘RH��|���U���b��Tx�<�hOF�~~0
�޵��eYl���鲼{�����I&S��e��
,�3� ���G�:&�rp��H��$����_C�+�&�+�J����pdhH	S�1�Cy! O��h�:�cy���z�}-^�E[��b��#�GW�Sa��`���.�N*��f�o��E���h2l��h��q�e�ȿd��b�_�fG
yF�o��6�Q�T�u�����}�����Cލ�dG���1#��ΌF ��>�j��_<�kA��%D|�,+�����c0:j��a�Ӝ���n|���M�W���q�-sJ:��}��l��h�����L
ϟ3��~:b�
����6�
���=y�LN�ᚩ��S�G��+u-�L����p��p���ÿ*�����HS�M�d�
A+�܍(�X#�c�!��P�X��&T񑾼��ÍKZi�5ѠT:�UCUd�7>]I�V�$&$�6
u�*�ё�WZ�:�m�Mx��oE����l�٪(�;�m�_y�
�dA4�s`�0�P��'E�za�{2���5wY�0��;����x�^l�CE�P&!�3���6�w�0��K$�7��[���:�M���ֺ�b�v�����o:�9@u~�jt�6 �A�k�=8@��b:x��4�D�R�$����O�:
RY��.C����8���Y��C����@�g��g��P*.�`q ��NG�d?;���<�va'��iM^S���U��kP��~n�x�VHz���k	��t4���OnUzl
l����8�F=�L��xB.�o��U}�|�;N�id�H�1�E��
�6m�ä����('�0�����*-Fv;^;"Ӥ��[��"�y���bPX\�U��^E�R�,�J63����y�Q��&��QiY�
q�4q��ߏ�r���Ǒ�X�����xc�WSCcz�d�8��4�@�66��Zd��@�\�(�tϔ+V��oA�˜�*oG�H8�;�I�D�����~�����
ז��>.���_���h�Es�k�9�IڳT��VHVrkf5z�f�B�^�!耿��ǟ갦���":��^|�ԄLH���JuG3!�%��k����,��\jm�y"*�CDR:[���}e�@Q�
|���-$*���θ"�Km	�I��ƈ�)RS�e3���lגXВ��r0��6�zJZǴ�����7<�Qj��C[rF��[+�%̱�S'�Ǎ�WGs���L�y�؆��[����D`��Me�'�4��)�x�'l貂�*>�Ֆ�?M�	����݂<��OR������v)Xr�F}�y�!�^5�D"U��`i�8�"T)��_J��ͺ��X���Cy�'�����i@N��o����T۲�"�ʇ䟼e��\���_�����bgw�s٬B�FħL��ʪz�!u���m*Wcz�5�,X#U&��ٖ�	�`s��W<��xI�ci��YH�l�.^_��%$�U���g�e��9�����h���8��*�HQ��>�,�d�%�����f+2��܋z`��)���e���:��'D�/</�sNY�6�S�.�2��#�cA���p.>w��V�����?+��
��G�(�O�;�7t��%��1IEw4/d��@ ,�2������f�'�R��\n'ҭN�'KL�+I��IJ��{� ä�y��B�dF��㦐yq#��h���)�-�L<#dt�)�
?������ �M�J�I9�~u��&��$5�����U��Ƥ>,�hh�*MZ����x+#�*�w�QUtp����e�ͷ��`;_a�ǘ��k?&��X"�����>��=�l����p�г<ٶ�Ba)�f��3�v��Q3�,�g���Pu`��!�~Oek�$�w���n��Y�jܵƷ�A*}��$�Fc�c%?Z�!�]a�%��D%��y+^�t]�x���Ჩ�\�a�g�@��C�(��}")���,�	A|��ېk����ͤD�
��~�+�}-�Z~�ߘi��q���G���fռ+�ƞ��Ui-pN�*��ݕJ���/�U��i��tش���W�9�P��8�9k�����]�~{%�.,�d\�,�jZТ��y0�U'c#{q/yZ�`Zrj?%�&}>��AO�v緻��.e����M!N
� w��z����y5c+�W��	)E�|s"�woh�=Y���g@�}DO(�J':�P>	��b&UF+MY=
�ȉ�3�a�q+� �ㇴY����
g@Ni^)�����P�qL��J��+Ԋ���(]V�n|~�8?H}9���$�G����ڼ��#��d�X���]��AءV��T3p��Œ�Sػ�C5��R�+��E#X�D
��g]g���
�8���l�}|w_�]�/1�U{d��6�A��;���sԋ>��=��h�aQ����'�ʤ[O�x9���ƹ��w�^U�sGg�6�"O�d�3�1d��)9�W<멂��?v��c�u�KUI8��t���o�a_���Z�R�m�9���>�T�Y&u�_��츑�Ԣ��?���4�IL�oL�*�Yh�BV?� �8��c���Gaep�K�Su��0L�ϒ,eәr�1ǪD�Z��|dd�i�ي�i���|
����e
-�8/�d�	��d���a�S�^�l�+�#��Ľ��h��ĭ��s�[!�W����l׿V������x�z:�e���ĥ:��.��N��=V�3�=	�Fw8��C�9n��x2[a��Ǎ.;�v�ԓ�J+�3��e�f}��-���N9@(lC���^	���V=�;���O��ǎ���=�r �p�#��A��y�_�?�k��b�6r4������D�/�����Uy��a���6�6~��0��:u}��|y��M�{��co�ӵP��D�2擄ִ�����a[G1؃�b�)�a�_5��z`vEi��ʋH�_;0�JCyx��L��7�RK@���L�J�;�	�W��D�����VH~�Q�I	^��i�:��1�ǁ_,"D~̼Bx.�O^�/�������{�I6`�)��)�c
wP�M%#$�㇧'^ɁE���MZ�
����r+���E�%W��Y�ޛ��i�m�����]A�3��B�@�8�Wy	jh'�.��&����W$�r���O��@*�[No䏼*>2�Ba�����T(��|␕����4�z�:�YB�Zg��c��{	�O�Ň��3��$�NJto01dn�۝�Y���1�z�,޲BlWgQ��J�!)���`��,-X�7|��#��Q�%T�v��Z�x����!�r��[&�_�ȟ�_�Z�֡ �"��Z3p�1.�?�e\�1���u��.k^�	ڢ'mpI:���h�n�+�dG�W��-/��+#+v䷗9���#X�!*ޠ#�U�\H
D�q$2�Y5� ��������>�c�b�_kQyZ��D�$��T 05nZ��������I���6�D�5��6����R�Ǖ��,�h�y3��o��G�d��%X
��Í��Q�J��}'�y���;K�ַW�ɟ�8��=��S��v�{����c?�Pm!�+,���2� z�N�q��u0�7���q��xjT|�au� �>�
�x���,�'/��J�޳e�>��e|Bu������	%�W����q��f�-�eE��[�I	�1G���
��
�{=~[f�dSsզ�[pT�{@���&�n������a�r0��|�xO��~M|������tD<Ɂ�4^��`6���
�ucXT��x�!{�����?����k�c�yޥm?�c�M�86�p���E�(�����I��5���z�,�*�G�v|HUۍ�@5���
�A�3��s��*�nZ��B_�3k�imc����2����SA=��l
VE�2�'�<��\M�(��O[�4�閗�+b`*]R��3l�O�����ij�Zef��W���I�����O��(r<V��iQ�mlh�G��OJN��K{O2�7�[T���p[U{a�)�M���=��iߪwi��q�	���"�)k~%�}�M5y�_X�+}��O¡�al|�v�x��oT�F@�*���p{t:J�h�|���N��t"��_Whw(u�g�D�%�$����s��������4��Q�Tj����y �]_B#����C���Cd�����ON�����mӺ�q{h*A��.�O9�$3~��6w	0��%��E��h��Bp3B=�L:�8�$`��3:�|��83�["��L����:2;O֬,�Ψ=Ӈv7�R`��%eQ�~W��2���F�6N��|�����W�7�Y��B�vE����	[k�h�F��x[��
b�ɧ�Lܜ����y#ɢ��sC�æ�Fq~�_(h���6���P�Lkv�
����@��ӣ��}P�1�'��m�M��n��d`�6'J�k�}!��H��V���t3�����?ҫ#ʔ���|W�VC��7�����9)�d��8]tHe�C���
�ڋa���H�>y���$��з�"a��hJ�.0>M{�S���CpP��I:��F���@��-L1H��WƢxz�={�j� ��ke�| ;��9��v��B�%�]s�Y��t{E[*�*��U|x�8*D�������a�5aUo<�]D��\)�r+_��|�T����z7���N�B��D.`% )?�(]ڼz�lĮk?KQ{��y#}eT%S�lz��}�S���D�YW���:�J�p&sh��������;��qGڳ��l��2�
O��).V2�����D�}Яo�'�:���RG��9[��
�b��B�L����{��)^�P?�t�M�ě�ɻ��G6��r2:�T���+��n�������A�İ,�2��~k_�Hc{�P%�]e�:+�_�|�M���m���׊�	�X[���z�դ�����x&�-*�
@\�)7W�F,�J���	��׆���LL�S��.8�,ә}	��Ղ�b�:��
ݞ��63��0)����Kĉ�"��+�'{�]�O�[P�c �\|�`��_x%��9�<͎��6��^0�[�c�2���t=w81r������, k�֛6���Ď��5^�\J��Z�m@�����b�����q��s���x�)Z�"1q�Y>����o�9���z3W�s�Dtm���Ȅ�߬A�DX���H�'���ڒh@]:�:��A[i��?���$�Se���#��WL���;f�A��D�p!t�u��ʽ�׏�c/Hǧ�YMI��-�������<�E�C��y�J��UK͋�$�y�j6.����H����
GT�g�@�:�q^\�N&�6��ۋgt�VN!�א ��$z.3�������T8]:d�EM���JۛYeF�Z^�v��R�ۅq��ߥ����r�=<����/k�В�gfP�
���!�����ηS��*�����Be	��<�%_Uޞ؍�
p�t��Q��r��b<����>�A���ds�m$l��O���z�L��Rް@�����au�O�مɔ�E��p�)c���!D�L%��`��9����?<���K���!
p����3�-вb��;�n�o��A�|�Pא�K�kA��E�*��ͮ��Vł��W�	�����҂��]}R�7n���b^�]��~p�G�;��6���Kpq�W�</�$Y��;�쯙��F��g��sT���	��Q�faI�����i/��?
�o�͘.ō��!�l�g�R�����
��&9Y����qU�mp_H7� �yѝ}�@e�{�]����������B�
.i[$�"
4��e���N�&P��
��60��fɣS�0���T��;�|.D�ltVV�/�
�3��Fz���N[�s�Z���������Gb��Ϯ��C�!_~���|�U /�'D�i�^��"j
�$��z�Ks���?e�#���Jj�exūwSl��w���![��U؃�f�}y��*/����EM��)Cx�z^����Z��)�PZ4�f�2��A����*���JV��
�>�����8�4�b$�\�+�YJh胓�e�y@h��gc~�i6�sY�|س�ұ�8@�<&�&K��%���c˼�?m%ʣL{p>z*_Y�Þ���-6�e(ᰝ�=5^%�/�:��)�|KUڽ1;GGNU���娿ynT96��� �:d��x΀�Gː��� ����p���cw��#���a0��?�=a	��r�K�7��{�������
K:�f?T^֫�?�P�$�#�
��o�ʸ����3h.E7�UGr2� ��q'�N|�rC�q����g�|�6f��_{����5�0���
��2��_3%����J���s���J��8��Iy���5�jg�V��^y�\�z�ҩ�I���y~�$�=Hu�޺7D�N`D�/�
,�9������@�>:1[��y(��e�^��W�����DSa�nh�[]R�e2
ʤm�I��ժ��a�P�����&vh����w�d��cƾd���9�|l�0��Y��Y�53Kl��O��
b�mz*�3��)�	4��`N$O���­�֚<B��b�aH���R�y�ő����Lv��?�&̛�&Q���N�c�C8���C�U��R����R�(ׯ������,��dWpB>ůH W�f�5�ɛ���L�X��T�S���=B�|y#�o��2�G�Ŭ/#A܋��n���L�O�o���Nf�֖�–*�O����Ĵ��'���|;
�u�-Z�[�&�/�'�YO�l+(rP3!+N��L�ŋ�1@m�#�Z@��C힉�R�)Ov��ƿR��H�l;sP�e\�!��k0�1Ʀ���MN���F��V�m@�G,��.�"�lN91g�1�]i��p<�c(���A�H�n�ᨸ�Fp�K%?*�g���9f5id���hR70�\�5I��\
J����
-�b�SQ�8���FX{ǁH�EM�����%�tSd���F@ix%>���=�U��q
3c�_��#gg� ��8���	_}�~hCls�;�I�9��!n�eU�EE.��x��|�H����/i�2�hG������ȉK����aUd��a�@�$��a�}s:
��u��
r�\;*��(M�I
���v.�R��T�F� $GDdx7(ޕ����O
�McȖ⾇yM�;sc�
��Y��:@7��m�I�t�S��y�w�y8'	�F��¿����f�����$x���FSk���v�G��EI���1�Hio� Üʕ߯OB�s��@2ځb�_�h�q��Gv�3�H;
m&\��P'�
{qD)�(v�U�(u�+ߵ�NE! ����<f_}�)	:U��u@i"�E� ���T��^uq<<%�l^<�RLi	���?�
G!�/�z6U�?0'p��v\oN4�\H�&:1Mp����R<�>��Ȱ�����9n�~�5�S��<�����t�3�1$|�t1;�-��PqtUF�W�{����v5�(<������x8n�zY{��g�U�Zc��:�UU�#�)�P�6�
E&Oq�x�	|�%4ú��z���eE'S�5��Iͷ=Z�Q"S=!�s��I]�����7���n9ܯ��O�{3-5{=�]�S��&�|��~�ߖ�~�N!�Vx��-��U:J��	�L�8�xY����#z�լI���t����k���S�=�/��bG�����&sg���G�a��쩕��P>����Ҝ�.�Q��_��|7:��[oy���Ե)��Y�����ݰ�Q�����T�|��:��c�k�6��qRnrRO��#J�9���@u1_Mv?,�����w����5���>��	�H,yq�?}��
Ag"Y�n<XuC��<Pk2Ja�(���d>�%��5JHq;L���A\�I�[��D��;RP�.���%Z�Qꚗ,�k�+�b�#^L�=lQ�,���ze%U��6]P��
���� �W�:����Pj,�7��q\����?7����n^�R�Pd��[�A�VK���蟬�M�8��|Im�'�j�xn=ɘc[]V�c��^�Je�>;��ç�D����Q{�������7yz@n_)��FX��H�K�:M�"�N�]��q
�^�|�#�ڮ�9Q����U8l�(CrV��
/��Ǽ@��X537���
�M�2~��	&�I�/�z.$����N%ʄb�I������ĺ�,�<$���Հ
y�t�:�	�/o���H��&�_6�l��˫�É1�q��V��3��<!��"i�_��T���id�85�h�e+���@��U�du�󂸘�=)�l
x�.�;�+�eg�ΰq1�%G�
N�n�3?C~��ac�,�>�����X�5������#z�h9<_�ʒ��I����	�AӺ�}#�F���7ꡦ�[Aoy���_d<�=�_w3���2�du��[H9�\���L%c����ˆKI#���4^(KBp��j`�����l�\"��@'�a�)&��:N�&xy�n='����n
�x����m}4�x��<$4ܗ&��M	/Ռ^bd�s��(|;��T>��C�sͦ�q��t�ni�G��&�_��yKp�G�O�N�pi㏔�Ad��}���V���[����[sie�f�9@򷞔���1B\[�%^5�/+q4-<�/�1����z������L��n��N�yf���
#��Əc���`��@؅Όl(i弄r]S%���}:�LJ@N9�<!]���>o�myѥ�f~�����~Ve��
Z��:�"�l&������{�o��|����47��r˦�nQ�1|9t�uT"�N���,�����D�4���R�c1���~�&^�5�
��)����.;ۻ �!�(����VMw5p.0?��}�y\��`���+zx�3�Lq'�c9ҩ&4բ�D�>t�#ޔ���h"�ڤa����HZ�^+���Z`7��_����4�3�����J7�l~��q�m��r�=i�Uv��h��^6�vT��[�~�I���[ƪ1E^����X����/��o�S:u�y��˄�d�w4|��̕�,�^˓�Z'���+baX�q@�d@�*��/��0r�Tݑ�pY�}ϊ�����d�֓��u���
s�	���n��s�'%Ź�˪��2�q<�P�|ѯPܽ�����U��A�ν� ����'r��=`�U��&Pt��S�8��U����%d4�����������Ǵ7s��i��:�X��*:mD�J71ׯ?��Y��a�D��S�������-��.��S�l�і�v�m����fj�c6�eԙ�l�uO
o�B��e���sI�g��`��O��;j����
yd�! )��3�����V*�j�LNA��{�T����M�)Uk
��I4�D<��?N�>K�B��v��>�Q�\N�I�hn�Q��a��Yl���{�U�e��%���C��%������@���̦\CН��~-{�͑O��f��~�4�����]��D�K�7���%��lȧh�/CX�g�p���(T?N�1��!����ijC�����G��wk_� �O�+�E�Wq��MS�=���E�O�#?�>-�+��w���-sS���"��p�l4�L����_��V������t�deS�C���;E��)�^�8	���;���`�ӯL��Yv���á�ҶJÀ(T�e�V�mʣM
%��A+l�-���,�;%��h��Uy�ٞ♭-�ؔκ`�j^��qGdJ��-e��:��G~+��ۯ*���KҰ�<lr���H�}y~ �M���`��iEM`�2钹��5C�?o���7vV��*{��o�lf�E�>�bR�Dv8�6fz�z�K^N���(QM�(.�F���fsڔɏ,�Y�J���֘i&4�	�=ׁW��Ǣ�K��u���4٩1[�ښ��J�
\>��d)�}�g��d<`�:���)/�gͧc��7�3tc;1�L�c˂-af���ăm}�����Uw@Ry<�8��@[䴇b�� %���Jx�<v�A=��a��+��$ĩ��q��t�
P^m���� �vwrY�tT�W�!�qЅiuc�2�|.qk�X_�N_��7z�(-h1?�3,��[�"/��NONt�M=}7�bN3k�y��W�V��!)���H��D	�Gh<�����:<%�)`.� Y������u�I�㝱�9����ԃF�C�Lc���%w�L���
���nj�`�y$�V�u��0������B�	[l�`�$�g��	b����D��U�rIO+I�2��VW�F�6"ɐx�2k	G��Oi	�q���C���F8ۑ�$
�C`Tm�?�����o�)�׆��~�9����=*{�"�4�g�o$�ʬ��@[����*���J�Cw�܉!YU�W�
�֬0Q5�BUI/�+�ڛ��p=��nǠH����3�)�{}nUA��k5�]���F��ЈT�ة�O*��X/x�FRu�"~/��!a��4�<�ȍtn�nu�m�aC�2�Um+_�e��/9��-{�sH5���N��խ})�*�j�y����n����2��ǯ� ��1fb�$�qzb�a�6|�_\R����9H�"��E�36*�;^��Onq���N��#�w3h�Q�~+��u�˲�ؕ-�*Fljn��6���W��H�祃I�2�@w��Ԑx�z�\�x)�j����W'Ao� {�I�%�)��v��F�3:��j��l��a����vغ[�ݧ�Ѫ��1�h��yE�OK�.r g@9���d�z'Z>����CDYc��g�>c� ��>W�:؃�X��v�zsG��*L<��P��3������_8
b�����ٿ�Z�sx�Ie��Ix��E⹞�m�J%u;��L���CW��K?���z����S!��������=��y۶~R���{TH��=� @�42�Kk��s�-`����fS��#4�tk�ٶ����c���61�_� e|1��џ7H�9&<��qY3��B��u���&1��[`�]�Uz���<�|��G�� e�Ԙ�	���m�6a-±q|t�[}�����`�����.9��N��Y��dV����
�p}�9.V���@M&�UA��,�f��܄�x{�uPh
�����7n@+k��Zl���.~��M4(�e��#�`��9��`���}�N����d����.���d���oF����_/\)�V^-�����=Sp�MD�UM�=�
�8������B�ָ��9����<�X�z��,pP�N�		p�7�oq��au���r3�Qu\���p��SÉ[JW�5?�.b�p5�?[����s�S�V�����Bź����5Bh�i�s�Gj�lڧl�zhڭ|NϷ�N�
�8���d���V��ְw0�CCX�
�����r���S�����qu?��+�ߜW�$������e1���E=�c�R�;*f�0#`>_u�������ި@���J�pD�:�����iOs8�k���FKJfW��^�����>���/Em�W�y��-Ug�Cc��SrYL�����Y֬���%1��=�?�CJ��b������`�`��(��j���G�5|y�v�q$���G��\!@�[�c�Zr ��<������0�\`�_�JX���x�q�?�~����"��(teR}�C�M�9?���[B�'ӻ^5��k�<�8���Ww�.��k�lP�K0AnL���Հ�ɋm&E�wWW	IA�ģ��+<vG-k<#���bj,K����%��h�X44�z�{��n�$�]=Xfs\���zH�?Tb4"���&d<K��'�]��(��1LRn2�7�ٮ�����K�{�P�J}�a���,X�:Q��$Oۇؔ�QN��*�6F*O�
���G~{<�#L(Xa���jvq�~�Bn���������-C���0��d����?��sc��Q]p��ETq�T$�u�S�nͅ"/	�1�*:�jW@(O�c�y��,h�"��#Tt��b.�n:tǥA��T�bo!�9�q�G;FM��t�y��%~�ғ:���N�"^�]˟p˦v1��{��=]�Ո�Ȗ�Bl�P�9C�S��~�4������("c]���9P��y?�&�;�J(�c	��N,�H��}��3D\)2�F�j}�q�D5N��o�x���#9��x$�-(X�#J����g$8,�1�������O�h�U��
�3z��ꞥԤ#�����;�c#P����C�����Ь2'Dz�zuV��e BruYGQ��優;ueP=-4d@��eە�#Ԃw�p�X2[,25�fN6�7��^�Ec鉔3sԩ+,z����?Tz�ث�/�]#�FA`��.���eJߩR�p��/���Q*��Z|S���q��=�z"c���HO��Hc�福�P*fn��+o@x�ޯ����,=����{Q��-�������0���������-_|l:8�i��O72����ѽ�f3~B3��Fqm���ʜR�X�vL���[��w\��[�8j�-���@	�0ЇP뺗�inch���=M&�{�5�$�A\ 4��$ܸ���0�:�@krO�9U�$��Lڿ��=�E%����dsb��U��iW$5d��Ta�-����O�
��V@����A�+�0�&�s�=0Ty<xI�]EV1�/��^ r��~%2�-�X�{G�~�l�V�UN�@�qx������q��]��zN�'���,)r�1�4&�C�[]�@Ij�T�L)���-^���L�
xu�3��V�����o^��Z�֪�闤�ɣl|���3&''k�ͯ�	�Z��T�V��T�b�����4�x�d�d�ƲR�4P�����8m�o�6�%�֮ <6ۊ���/����{'J.c��Y�~�;9Ժy��
�=C�����!�q	^q���JK.�["6�񘼷V��R�����@�Xr+r�!l<5H����5�el.�
��]�ddC�\5�6Bϡ�gPt�@h�>3�·���-]0�Gi�[�?+J����7�Ktg�!6;Z�6�l�s��p��п��p�H����$b�\���龜͉�$�&��V6Sp)B1��N����ij��w|j)��A���Vw���D_Ȼ��X/u7Z�D6�h(��y:�P���*%Я�x���00�8�	�^��3�r(�re�M���F�;�ܙ�
Vo���g�I��߫S/�R�v�?ڝ�>r㴍"�k�	���ݚ��I�ZZ��;E�L�,oH؂����J+QuK�;	q��e=���i��,�X�=�ʷ*D�y�E������o���,#�`u�
�������Y�
q`�
�z�PgF?T��C�"���y�aڲ�R�t�ɯ�l7B'�e�qi剑D�^�!��3D����q=�W888��?�a�v���h��~M�Uſ6�˗�:�
c��"��)�N
�P�z���Ĉ��;����tп��W�]�2U�J[9�+���)����bS�z����,���M�߈@f�mV�S�H�%���3�����ő��r���]��F��z!|eb]��۩�kM�Bg#q�o��j,a��2m�\�ç���2��3�]M{���0����0��8(��%_��R�\�>�4Q����I���c��G4�MoF��}7�D(u��RqSb���/~�X�:���u_���F��r:�v�3KB��
,*���Z��O��=t&[HV�׿��M�@|E+�8�d#$�{I�{$�z���~D#��e�h��b��IY�)ep\pyw8c�K��_��
)�b���́��X�6K[�>w �,�t�r�D����T�r��}����q3:�@
�|͟\��8_atP7��{>�j�$F}��>�g�a.A����N��{@�QV�l٬�:���?{��O.��J#��}�=��E�2�$$R�E�Uo�V� |$� Y�*\0&5Mzt^�cl�P��lݺ�ܦ�;�v�2d3.��'���!G��L��TE����P��%a�5���|:����H֩�'�
��w���k�qQ*'�Е��m���f�Y��3h��߇�x�~C3,b�B�����|/1ID+j���b	�y�0�?����Ʀ��J*�wj!V�����
���y��kQ��S��t55�Z�jsv|Xm��v��9|+�浅��&jm��Cb((�gV	e;O�ǘ�h��P�����*G��	��Z���p+�4���}�W6���XU�멼�����}}��ؠ�{Edw>d+�ﮩ�T��0���}���	�H�9Kޡ�<�w����Z ܨ�OfwD����a��zro�$Қ ?����v@W�C	����A8F\�������t�G�E��X-j�cI�W���}����%��W���:���ժ�B�d?l���ƾLAr�r���ӭґ��B���<L��Zc;���[�}�����g��ʒ�T9N����B4j^��]ޣЉ0gA���6�c9��r�@	���ס��Nn�6��?i�l��1�/?�Q�F�¿S�|�d�-/妲�ȵ{;�wXq�w۽�-e����n�L��r{�p����k�
R�V>:5��͓?N%3(p���i��,5��aH$Xy�c��>lD*���?av��8�>`�(^���6^��I�f߭]"z�E?�.�z����{o��V��㑇)Cl=E�_ �2�W\TϘ�Je����_�9F�'���V��%"�n��M؝[t�5u�x�*�4=מ"lG�!��i-k6����@�6��L5���;�i�S�1�ka"c]���X
�#v����%D���L���y,c�&�Y��l���֔.�.P���WNw7������$-���ez6�#?����� #����J2tj�d,����"hC�&�s7!Ga�ޤ_�é�AA�M�����G����:fb�"�h�S#�"
"'�����4r���u����2Vz��������-�h{I���CX44���]ø�1�.�������l�S�|OK�D ?v�pq2o޿�=���<��r
PxQE^�����6o���b6,M�x9����>���N/G�:�Z1.�3�^��7�n��`BQD1�������D_6�ބ�y�������\7'�#��Y"�C;�yUB���a�3�Ky<���� ~��T�f��	��������.ן�,��g�t�Dy�3�=Z��i^�Ϭ�el�]#!�܂u	�X�
<ݦ��T��W��Q}T Vs(q���OK�SY�HSA7�t���m�/��p�w��!�|�"��ܵ��_�~��%�?� {t�g�T?�33��ʂ�����[;e��dY
�_m���.�����JK}��s)�m5~�/�[�[���Дip���#�>[a�:�L{yP�;�wc��i
��p/�o��z��y�m��Z'��n��*�һV�o�QZ;�O�&�p�U8�3;^� 5�o��9m
o$��sK�Ù^,�k��{����;ct2[���-�;s�zzJ�}��/�@�jc�A{f�3��B���-��f�p]���N�;��7��}P���m��*aCEo!�R���׳�m~6��B��\�N�Ay��1�*��q�Z�S��ԇƦ�s��L��9�M�Y��x}�]��q�+dj[ܨa�,F�ѡpN��4��bWȹ��p�B#��2��%�9�՘�C/Y����H�0$@G2�ƍwΙ8,��Q�5$��1k��wy�*��מ@*������6�š�ͭ��'�OgxL����}BL#�/I/sX�ȟ	's�3�2��UH�fȺvc�8�UgN���|�z㛐Tim#��N������e�2ʃ<	��^���q8O4I/n����\�0�C"n2�S3�ڨ=r����kyŤ#�i	�a0��y�ʤ�2�:��˔yĭK�gw��*�_yIY�u+&���#��+��aI"��@7؊�Y����;�ĥ��=]���D���w��?F�n������z�j�\�KxUT�T��IzSH���t����_<��9��]�펾q��(����k6�J'2�0������M�!��7�P�R���L�zrv�\>���S>!��l�d���9M�Yt������Pl_�e$=�-�`7�vy���G��E����uh��XO?�

T3�}�6%�Z⟮
[9tG�K�3@7z%�9�Yh�q�����ܯr���S	��:�x�|_�	'������ꮼ�R�ާ�%yb�%�C	�A0C��tW8�|;8جdð#�V{�Zx���[�lw,5n.����0-M�w���I�
����)�Ď�Z��lv�,{Q]=k�Q0�Kx�Qc|	��cu�YF^���]v򜛢���3�˖n�B����<��.(��M�\�+�۲K��>�}̏4��k=/,�3a�D���Է�em��ey8�oܸ��WZ��$ʤփe7�����R�邺�EM{=��^�>K��.
������G�f��+�mG�L��5���"[�\����G^��<�9�S�mNɔ]C��:�B��9�]���(��$^�d�5�n�����(_��tq��$O�����n�W���n�9z�a6�]n���m��Lź�~��a���y�jTT�<�!�"0JG��(����ݏ�
 �v�6���NK�^�@ܡ��.'��X��!t��6�{񔜯�*dm���w�~�ϛ�}�Ҙ�ĩb�nc�`0��x��h��@u�����[��Z��0N����6�(�5������_z��+
ms�r�9�����1�������"��d0�*�0�Eh���R��y['��O�DŽ��7X��٦���Kg�EtFv$�f�]��Yݻ-�_/��/���͞��Lt��V��E�z�^c��k����=2��HH� �v��/�L��������?�����*�>��%�qe <�A�z��"N�7�\x���έ*�a�O��?B��Ρ��b�\ᖅ�aU�V��p����>P���O�j����W[U�����ԛ�s�f���>9Je��݁��%r�oWH��R:[t�IX�N���X��.�qPTNQ�8����O!�;�z��
I��r$�P:�a}�Ff{���!�
K{0���ѕ���u�_��ӑ_p�	�L��L-�G&�	��ed���\࢘���a�6���W�~	��֡������k�zYI������>��w0;�ps���i�rf��K&z�c��o�?�@5�豙	'�u�|Fj��=�T�1D�$ԫ����i�[3X��e�E���_<V�FA��f\E�˞�<�����#*p�����v:��'	�[1�Y�E�N	�D��Q�١h,�J;�q��0O"e�/k9 L�/�����=��}Nn�7��+�}6�	G�o�AX3�YD���,.�f�����ߖ��b�D-�.�Fx�ʣm
f�ŠX0���f䉈u�q>��O�Q�e�V;0������ރ�M2W�r�B1����_�CY'D�
�Y{��Q�efc}=��P#���H��b�/��ʣ-�%��^�ˤ^:�-sF�j����k�X�Q�
`����:m
H%w���[��4c-E+���d�� �}V���
(��I�ۚհ�K�@����K�p����my�6Žf.{�[�_
�jV�5˳���De�2���F2�;��85
f�uȸ}�L!��i^8:��G���4+����|}^b�U>?�%<Z�J鍰X��L�~�t�&5
a�
��?�A?�O-�f$�C�6�ZX�C�a�t?�c�Aťc��t'������1�?Q2�l�C���,��؆�W{��Wl�ɼ�)L��G��!��������//�Wj�E�e�f_�2D��ntȣ���V��6(����;�x�a�;��v�NY=AT���tL�fo�uv��#�(���=��{�g�.B�sqI�_�P�����D����5o~��>*�S[�{B��zffͷyaXDip��O~��1���a�k
f8�8�t�v�=?�([&��:��%��e�<Dn[��E eE���#V��)�F�j���b�͈1�L��4v�
=��m<C@Zr¼���RN�E��Pm��^��ߠ��3Ƈ���Y�32���jD�3̝�V�]�J����w�AZ�5��_!����=��s���_�>��{��>��҆�^EE�g]���X�
�{s6�ղ�ָ�E1.����iEuvԊQ;�|�(��n%Ʃ\�	�T[��m�����E�n
���筙�O�z�xM@OZ-nv[M�`U��jrҴC�Z	��^������ƣl���P� �g��V0�%E7ܝ��6Q��=�����r�gB<��E�$d��pZ&�����!{��'v�5�F�*���ȟbq��b�_�xq������DdI-�t[&��BL��@^�+N�^��u��5��I�ת]��r�QM�"�U,�<e�))����̏*��9:8S�	��@��`zDk�[��h�£�����P<F"z�*bX�ۇ�U����56bk.S�����E�؄ຸw�9��<-G�b��T��L�j�1P�A3:U8�h>��0��E�)k.WX'�������L���5:�A��mr�
)cPϾ�k�6���+���U�	��m:�[��̯OD�$ez��<�;1�UuN'��EdT����bS����[3���X9I%�7��O`Y`��`�9�;�l���MKS���0@'K>7��)��*�϶�D�"p��3�xo+!����Ʉh��a�?4}�a&;�,3��U(8;�~���ﯿ*L"-��j���}���4���KA��C�^�.��)��
�f�
���Uߋ�q 'f�RWw�j��sq�.WU��=��@�?Mk��([]8����Sm�<�jЕpw���������C
����ք�_��a;�~
5�o�*�V�����?�'��aP�ut|O0W�0a��ۻ�結�U���_e��|���;B�fk�Uc
B
��������Փ�Y}�i�T�y�Q���,��|y*,6e䶳+�|^S�h�L��3>c/��I�X�xr�Xmi��(߯x�	��$��sW>�H.�g=u�
���a��~�+�B\?��B48����ߤ��<Gxvj��{&���#�.��˱�1l�|�)@%jTb�5���4��cGYS/Յ�iܚ�� ���΀s�b
�@~q�	�ǁ8�Z��l��*!D�Z��r�n_��#Nf����yѼ�x,�̣��c<Lb�nx�UO��zǪ)ʈ�L��#
�u��1)ܥ]C3�^�}!�ū_�S�O���8*<<��t���L�&�t�I§c���@*����۹u��؞�
;8�W���Z6(<�kv董f���:�o<���K�ҕ�=�fSWsA�+�ъ(w����i�>`.A߉ݨgb�f�9�1hYb��MΫ*��g���I�aK4bd흠].ӞѶbz�VK��fxy�|-	�}������eD�[�� ��YP&�<hn2��\�ַ�'��?��+Vd���]�A��k����{�gՄ�8�o8�:��f��H�{����bT��f�r�~_(����]٦L
�L����V\g��ѺXG�$�A�>gHd̏�k���`�ehTT�P�+9�_AU��n�ɳ''C�I ��6G�����6��uT=p��>N#�j�x�����:6�q������k�����\L�EՓ��w��͆��}�N��沊���L(e��2�ք�q��eL�岊g�ޔ��[�Պ:}���"��͓��b��_J�������
��T�������>�
Ro�t8׌=��3z���kO�5�q%c�i���L������c�=t�n�:��>6P[�(��R\lv�x[�t�D��*��e
��?`���گ��;�.$�3S�]���'ޞ�ŋ^Cm�w�ї��u;�`��Г4���G�gn(�-lE{�
薛n2��;��|�msa��o�*���{ۡ�`C��j�)?�=��U�rO�d#wVJ
�5�I��MQ���3�#CFD��0#m��=2�?�N��!1z8d�b�ެ��g�O�Ii��	�Z����8�\j��5V8���J7o“�OR!��V��9d�DL��6�9�OE@�����wzf8�T�B+�|�8Pm��Zm?�֚0���%?�؇����t�j��#��"�JR�vCK�6(�+�ȣ@wG��:PW�&n��f������U�ɼo?Ē>�є>��u,�qWJ�^�(Ԧ9p�*l	��f��2!���
����Gu��Qq�ɠ��e�Ţ�p�!�e�����l<!�
pJi�p�:�E�q��{�n�Mʠ�ǀ�MH�`M���ծ�x�h
�}���i͍.��4��RL���JM%f.�k��@��ՙ��Z��f��/�pa�bf�Id��I�~�c�z�a@��-�����Cy·�.b�଱��<�))1u��H��>�a:�	D����(�0�Vn��x��H�t"Kb�po��|���f�84s��y��H��5��'��	xH��/n降���%�Q>��9�9�wO�ג��*PN�����ӄ�׳�>�/��N�^R���{��8:����Iu-o�O�$U�~�U�`�xjb�Pr�_���ْi�>po����x��I���G�� �nn���8���6�j��
):�,�"�-{͟�uBum�IN&�7;s�Fj�%��W��/��Ԓq�s�kR<1�'�}�?�%`�֕Dٞ鷡�Vײ
���*�8��ʅ�����0"Kҷ�I;V�\��4�#0/ba�h/CZ1qO�?`��
����"���]�H���S��ձ�Vu=��t�]:a}��x��i�ˈ�,u�4��іu�
�P��@xS�IN[V��o"\J�A6�2���)��O�:dE�J�[�\����c�/~���Y����mB��yAT���r�v4��٨���D�Ap3��ɏϴHQ���a77f2�8��֍��"��p%��,�ş���m]z }
�[����U^U��))I�[��h3�)?ŋ^s�yH��V^as�ϯ��%���h�f8aZ��B��3��Hs��fz���^H;�hd<�Kސ�~�CS����u2�O��0���7'���|ƗC3������[�}u#�M~�8z1C|n�������o�
K���f~��|����#�?J���:���7
g����"�-Ϸ�˖�L
X�+%����si1���
T�&���~T��k�U��G��&;c�%��dQQJWz��
�6�$֜�DX��fdU�{�V��>��T�p�뮳��L��g��b.��T��)��C�\d}�j&���ZT�!�!"�M����o�B�G�~l�۬��'v9�/�{e,�@��X��)��F{�@�	σ���B�
�w�Q��.�fka�u��}TM7�L�B1�E��Նт\P9��L,�h[屓5nLRm��n�˝+�o�c�����̈`Uh������,���{��ߐ�W���,2�@T������`�1�
	�����'	���Ws�f�"we�	���8%�3t�{�髽w�6""㳨)ł#m@�>��m�8����3	��=����J�."��?����8H��~�=lH��J�/�A~��l��Ek�L�{�����M���ǘm�V�y�$��L�ymw��C�:OT�he}=����?��8)�W1מ���m�A��ťjjJ���9m��o |g~�n��
�Ev�y�Ia
1��/Z���s]u_�b����a��˯���4��1~Id���Q��S�,��_!�Э��8�p��^+��`v�����Q��ԦfR��/�
�^�����_���&h�
v�T��Á8�gA��[H
��o�\���D1s[r��{�����|��=��<��~�z��S&j:����OY]��#V�Mֱ�~~C��v�I���iT2��x�[�O"����$��5�_�}�`*n�>�X
��eKQ�A�p��Wx����� ��w�*ؓ�������V����O$�ä{��W�fƻo
�t^{�mN�f9����\��=�3y��:��p�P9�h^޷ξ�)e��iU���Q��sӅM"�A��Aª#�Љ�3s}B4~�u4#uR�U�ʪf���x�"9�#`�}���n�(��#y7�K�m�.\�Es%TK�uQ�6��-Ex�+�:�GxE�4��S;b_ѳ��<�����"&E�[���"�uqc=��q��2�Y�gpwǛ^0�H[��v��x��m�q�
�ƥ�cNǫ�b'Z�h�A��N�}�"˗�>,G0���B���v�)�hK�n&V���Z
�VR$H40��2������>k�rL��Jx|8��7dW����>��e�y9K��чq��~��6����C�
�C���iG�X�x�Ԛ1��LͅL���)�h'w(�Я6'L�]�	����c�+��sh0u�rn����+�a�<���JK�0����4-��I�<�v2��s�)Fv��H%��aX��b�3��!��}�I�Q���y��Ϊ��~�u�}��|�t��C�Cp9r�q1aa��C�}��(ސ��7��)U���.��D'�=Ĭ�T$���0�����G�|7�I�˓�yA�睥Bc#���^"��풓�1ِ{ۍ֛�&���1����$�0�T(��&฿�䱜y��
�@�c��Pۗ@܏�<����h�,����4�$Cڑ-(=Վ2�w�ܨ>��8�9W �F�+U����2o�R�3�pu�-o�Q�]��W��U�h�Gdx׼MYvڊ'��08c�h�j-�}B��sɌ�䣴��|�p2f�t�%#��`_o�ݛTQ$�jG
�x�Z�&�6�/�e�xd8��|zfk��rڙ�{K14��4����I��b����\���IU?�m�I��wRS/��nc<��k�h-a�c{�s�D{QA�8��9"� _Ȧ��0��Av��a�+�@3��m'��W���	���
�>��7�(��0����
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
�PK�
�[4�?�9�9"assets/fonts/OpenSans-Regular.woffnu�[���wOFF9�PFFTM9|��GDEF���c�[�GPOS\!L���
-GSUB��,�1�OS/2U`�M�Ncmapt�YD��cvt <��=?,�fpgm���Zgasp�#glyf"��[R���}head�56�4�hhea�!$
��hmtxh		�V�B�loca���Ҍ�maxp�  �lname��4���post���'n��Qqprep,���{�x�c`d```fp�{#d�o�I��n�9�D�-W�=��e�9I@.D�o
x�c`d`�����s��9M8�0E�K)���v�_/��Jx�c`aY�8�����՘�,�,�t���ix���߁AA������0���w�?�n� 9�m@J��$q�x��WpU���9��ܨTH�H�Q	P �i@b0�
�T���<�X�l�R;�L$-��P�Q��@�2Pj��J�>2f,�-�i�%p��{Ϲ%W2�;�ͷ�g�>���7a~vS�i2Q��J=#Tt�r�'�k�J���Xu'���;��u�@��)�e��N�'ʈ!�
b)��3?A�����!X���wL_�}1UI�e�-�O f�Y~�b[
E̻1�%F�F	�3~���<g�n�y^���F=WU�)|�n�f939��Ov���\�r���8�N3*ɕ���o��i�>B��Xok�a�Q�NDe�{�(�ع��?�{��>����7W�a�l��n��V�S�B#�@�����Do��za��h�r1�>��Η�d�C�˘���T���'����!��`���#zq��>�B��>�����/e?��p�s����`����ȇ�.u��!<�O�E���:Sg(7���L��ڎ�����$�L�To`qB�;�.:��0:#�]e��1�.�w�b��
�q�J#�ڋ�س�T�,�������F9��{�"A�3�$�(e?�rN��أ��]F��;�uh�C�Ed&~C~4���3��6ѣ�2��B؉���U&�W������F�R|�S���Ibc/�٥����9�1�s��{�l��9�˽��wɦ}N��仉<u7���K���f�-��F���˚�޻T`�!��Ժ��9�O����&T�=���~�U�f��7���f�?��p̿��y�G��������ذ��N�YW��쿒��?G�+�6{���[5�؀��>)�?���[cCGC�X�;>ʶ��c(�{���ٌ�������$��Ȟru�fސ�
�����1�(�HQo�B�;nj�F�,6��n������9Hۢ��H�T���y/���H�5�k���?sS���X�;~l�����?p�Zɳ���a<�-<?e�3�O����]��{���i��p@}��r'���j��ܝP�	�d����\�2e���W���'s�ϱ%R�X�V�kp����J\�#s���&N���/�s�PFk�c$��B9-(��鷄�G<�.��V�5���2���:�d��vʗyJ��.�y�0�es���|U�r�(p7���1�1J�wڸ��x����݆.^�ɓirs��s�R�p�q�r��o ͛�{}�9s)�jx�T�*��z�o�
Or�v���x��������~H{�J�M��5�&��J�;����}�K웉�8�[p}n*�C��8b��1{�1�6�ùg+�=�TU70��O�A6shW���|�)�͍���S3��cF���#�M/G����G2�V��!Y�;�d����6���K=џ��H�����p�]��`��;։�P&�M�ގ\]��!�������Gx�Ŕ��&�I3����g�qYK�a<��`��79W�11����C�
增��d��M$8���Y�^lO���O�g�lcb��/�f�0���v��34��>D��o sֵ��C�[�ڪ%\c�w����Ig�9��]N}��9�������X$1K7RfЅ�w��z��8�D�ED1���M���qA[�ߦ^b-s��XW)�]�L�胱Ҧo��:�
�~�("F)���K̵�b�S�Z� �W��;NW�y�8��w�K��f#Ju����$�l�7���kG�5R��^�E�j�2�ξ�&�`ܹ���ğ�j��gw�=�.��5G�n�w�I.�^�i�U�����l�u;��Ln�Ŝ��-�y��N�����j�?��@��G
T7<BT;6���Sf���%�Y-`�^���)��s+�nD�c�v1������AL&���X�)I�E����D��}��-���l�-G���y_�$��,4���j��:��DZ�q�"����EX�Bo�=���z�%���L��|�s�I��)��y3��u�6����Z$x�&�,���:{M��B���8X��jDI������?���>���/�{;�2�8�Á�^�w%& nS���U���Z���5��qn_HT���&�^D&k�w�A2��y`M�O�>�,�0+��j3^�����c����O�^�:� �\"m"�ȳ���ȃ��`܀�\8��Y���y!��%n��L�(�ü	)_y����[�>d}iָD�d�Zº<G�E�?��a�V�f���n��r��/y��Y�^�o���*�w����-k�\�5v�s���.�/�Yĭ�G�&�7%D����;�R�s�鿤Mm�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8"3CEE~+�
_�3""24�<#�yFFD��d�[$2���C��ȹ�s���s�9�n7�Zs�9�s͹�nν���}>���� �c�c�c��A�|�:
��.C��ǁ���B�6g%'����w�0�Ɓ��&NԜP��;����J�|��$�$p�����\R�!w���T�)���B��ExӈE��5ߛ�O !H>Ҁ�v��t�i���[(J��v�g�gg2y�y
y����𳴳�g]g������/�c�ӟ>wT@+d��s��ϟ_;���e�8z�0�(�jG��I�抁bk�h�D�|�Z�����#�H0J�3�	cf1+%�Z	���D^b(�.-*���J[K����2T�(k(�����X(��bX!������hyNyA9���\\.+ו�q(�pR���K�Ҹ}|�����||^�7�� ~����g	���$�<��-�Kd��v��h$z�Qb��D���C�F�!HR�4KZ&m�>��r>�Df�y�V���C6�ߒ������E�P(�6J?�C	Q�e����TP*t�
_�T�B�FE���r�r�2Y��r��5���ҩ|jUFUSMT/5H��.PW��4��@���4�K���5�Gڗ*AUKUW���YVMW-V%��U��z�Kw�?VӪ{��W�7�w�k�5��9����Zq��VQ��5��jwj��"FC�p1b�M�?LS�2'�o��e�s��ff���C�1���F�Y`8b�Y,����,)��e`�Y k���J��l:���Ul��fO���ku�:x�NQ����;�8�#�tp�+'�����zm}�~�B��!n�p���E�E�Ş�K�|��7�[�x��%��K�|��o�S�,��xu}Y9qy��7A�#�	F�]��
�W`W:�x�D��
��\a��H�V
�z�Qhz�o��W�W�W�WCW�
�
ꆉ��k�k��z��\K\ˊ�"��.��>4�ٍ�ƎFy����8��1ӄj4�����u�u�u�u1T�/&����8%N�ć�-ͣ���͛�---S-�?�~4��ъhmj
�f~���S���-s�u�{��IB��$S�w��M�M�ͥvB����[�[����i��%����G�Jt;�{?����I�u*:�����E�=�7n�n���eB�A�������Q�	�Y�󥫨Kݕ�˽�pw����9Z������E��=ʽ�{�{��(�
�bN��~���%_٦T(�<=p>X|p�©ZUn�R7�������[���tG����7�h5V
����]�S�4
]��H4J�Q3��iB�YͲfK��j�Z�Њ��Z�֮�i��[ڌ��C�C�ÍX��G�c�����/[g�m="<�?�x����]��>�?�U�k�׵^Z��w��}o�����k��y��v�����kh7D
���Ǣ�����~E���I��Óԓ##�8aL��-�[�TiR������x@>�;�L,$>
|5��R��l0��!�yŜ2g-K��b�Y$��d�LX,���k�ZiV����i�Z�>kܺhݴ�X��6��m�d6��ds�|��mζbKٲv�=�N�s�v��h���	��=e��H�AspBG�C��u�Ǵcёt���'ʉqҝ|��)u��&��u�;��A� z;X?(��F�r�\(�et]�C�!��|�:�Z�s��r��;�����������/���xx�����Qzt����z��gƳ���L�,�lg�>,�y��zx~�Ux߽@��������M����]M��a�c����X�G�1|<������h?�_���N����3������B@�	`
�E���`?�G���n��^��E�H����c�� 6(
F���q�x۸j�<��_�φ�7��)��s'�c�@��eau/���tx?��#�nD�D�}�#��ld!��;�9�%�-��Dk��h"������2�r��QL�)c��1�yc�X,6��-�����R���7LOLM"'���I�s�;��M�L�O.M�OA�HS��T�5���x</������W��V|;�ߋ����A�)x���P�x���@T�8|�m�l_:,,Hg���"EDi
J{�`����b�����1��[z^L��/����囙{wYԼ��S��2{��9gN�3g	���
�3�Ex:���]f#I�4/���F�L%$��uZ
k
�3�_�$���o�]t��9ii9����C+���!SD(��JS^���x�2R��B���A!SB�n��I���M �O�^"�H��__9�ժT�X,���R��d�b"ݜnV�Ƙ���x�?�OiF��p5�J4�/3����H��|�[�+J�7�:
��  ��D�*��b �
�
�ޠ�qG�p��I��,�\�Z�%p�KzW�zVE�D"f�DG�EJ|��Y�Q)C�b#���f��_�O�2������h21���Z��>U����"���AP��@�Mo
�`J��ѵ'�ΟvrxB��Q��U�e�������h���6�70�υT������=v�
\�*↛��&u�Qf�U�L�M�|�`���i�CL�Mfn2B�o"�D�U��n�vS����� F��(nŧG��B�t�EbB�>��jt�Ą�`��е�k��';�(��/,)*�����IELۺ�kǦm��	��������~���5:t���C��σ��������CG9x���h�y��M��� "��%�O�U��8��Ɉ(�̦���
��wj�>r-� ��	����$'�A��g��- ��BɆ�J����σ��A�笛�4��3k�����q�F6��n_y)��3nVQ��YS���׎o;��͵�i	�ũ���K�n���0mA^����?��f���n����.�o��tLA�_�/������[�6����W�]$��8�N�qp7���Y�o�7�JAQ��Om��XZ�k��2�����/q���^�>om>`���I!<%�G�"&Ϋ��1�C
Lf�7 ��v�,�����I��w���y	�{��@��g���\NKY
!'|�
F"��2��n2V�J1Pe`�P!zF-��:$���5�`�7�������[�:L��kj:a�^(���r�m:��a�'��a�e(��R��a�3�&��P�P;(��Z���_�Ճ��(�J�\	�s��	)�v�i-��b�B�rRd���`��*9ðPf�������Q�����E�cr�y%>��	9�h�����l��`L��'=CIdH:c�]4nWV�9'��5�E�B��],��PT��!��Ȼ�������'��HG��� 	�y?wƦe��>@{XC��ʹ
ͪb4*$��2�ĒtD���>�ޔ�w�?���/-kf�Z�nY�Դz0��iN�Ÿ����p'~��{�r���:�X����<D�
��;��JeR)�F�7le�c +F%�jr�L�L��PT@R؁1`�j�-�thH`�a�,aM�6�����ʤ*��C��3ZP8H����d!�x���5�ƞ!`Ō�#7�L�[Z>pծ�/O���]%X��<z�~��!�q��U�[f�vmwM��]i�
�&���bp$cS�	��
Z$$�h.-?'�+��X�E��h�ǚ�ǘ,�:���O4�qi�+cǽ_����:77��e���Ɣ�Q�t~�9][�q�J�;۹�冐��Q�VW�I^��dLü���e�-��HH���KP^uSVeR%�m$Or�(�h��'��lDT����>�|��G�2���X��
��1P����'|�\>"'(��h_�e�����@�Jo//�.� �>��C�B�}��6E ���r[i����^��f]Á�3W,[bKR��χ��P�'\^�uwNX��Ȅ��fv>�qK&�oㆊ���!>��WAD��J�ӱFw�;����D���F$�"s��@@l���&g��m���A!ձޫ�jV�k�4��
��v�W���\���4j>9����J�t���^�c񅱓_]����E{�?��`��!+g�@�UB�EB����*aH�rnD/�:J@Y��%���(㿭��
��Ѿ���R9���#<�I4aT��ba��>����0W�F	��r8��-D�Bq�VP�DY�wܝ5z}ɰyCg�ru��m���VW,���v
[<2n�V����;ƛ"�w�/8SSyb����C�&�װ���M��k(v��K-�55��S�6�z�:��oJ��7��E�x��ȩ�ݥ���ِ�*t�lE�tHH������i��}�*�ͿvuŒ�4��n�َa����[&n-����v�|��R&����4��-�����'>i)z�ߠ�M���i(��b�M�a�Iq^�!�	Z�a=�|�NX�Ss��r�,;ڞV�e�y�\dL��T�i��9�rUJF�bm�Q��������>���a��璿8'@��7:��ʝ�<���Xd��`�ըV��u��WJ�8\
���;qkWh?��绝
=����&�p�h�05v�
nҊ��P�߅�SKЄ`��������i\͍���~E
²�4@��.���)A.�(X�B�&�{9��Q)�x��qa���>t`��W�4s���SCⲳ�����QM�)�*2&7��G$]:P�l���r��{�_�3�w({�9KdD�U=,?_��P6Iv�ø�F'�Uz߂��<g����H��X��SH��K�h䭩h�zj�`l����
��i.9`�G�-+��)��n���дk��5���9.v;����//�l^7��+/�p�/����/@���_|��Ԫ�3�n~�Q��$?�>�i��Io]�F����b�M>���K@�~��܏nq��&��Ĝ%?_Y?/;�=�m�Xx|`$�u;!]�Ɲ�%D=<wwJuC�D�s
of�z

�Y�h��"��<k�>s��$��M9��J�z��8x��e.��"'�۪�2���lO�L ��:ԡ��3�j�X���%�Tb�A�i}l�Ն@Z��i^#¸k���24^�$r��q5[J}�����6���b����J�{�+�+ʔR�QV\��2�[4Ӿ��ɓm�sӱm\u�M,����	���y��;[�V��A*uޕ�M_�;V4��ϸ��V�̡�;�Y9���]��y��e��k�����@}}Fd��H{H��CJh��
��)���G
J"��"������5��?CN�Yf?������`����
\Ѓ`��9(��/�+�h�lR �S��S"GQ��ME�����v���3m����n,�	z�$`;��Tڟ�@��m��̤@:.�x�;e�e$����If���w0b�
z�~�{m�P��2
�M>ӻb�WƯ�!9{�)�~�%(z!*|�1~����_��
pٹ��A1E12H~��Z
���3�{�N>L��S��m"8��}|�s�0�Fl�F�=z+�%`*����¸L�8C�8Wp8qY|�O`^DJUʑq�%r�MRY��J��Ug�x��@Xr�KP�XN3�p�`"�8T���o^������Ԗ4p�5��W�LK������}�2����"xx�J���Up5��	cY�=�k���i-�KI�^!�orb�p�"< f%@5�ӊi��������YJ�y0��kr{��V��<�`Ʋ9�x��S#�#�$j\�ı�T~�}sA�	�+��/Ŕ��}���,����hݰ���)ƥ[�T�H&/¸K��]rʦc$�]�@�F�/�R�H*�������@���]���S?:t����x��!�צO�t�>E/p'����{������N�7���D�>7�C�zH$2�i���,��!	ՀQ�e�9��0�W~���a0��־Pu���N�%��W��M���V4vn�m�"n^�j_(�A�0�"F�|i]aѬƨA�^yݕ���7�kw��A����7��'@�����H“���*���\���\���8�O��"�6��g�]�r��*��{�0X����:�t�w�������@��w3ݛ�ot�ߺ��S��P/�@yV(Md�K�Q67Zⲫ��ED�u4��
D��ǎ�?I����*޲0f�sgn+�d{���wV�y�8��TU�Ҭ�
s���m�k��g�F�Pc(�o/�s�<2���\�=bbAD̔'x\U�FŐF"��(����Ƃ~��\u�K�3�$&����y(��x)Ϋ%�M�"�H�	��x�F�x/�y������+//?'����5 �O�xψ7jO4Qg1\��~�#����*�F� >�\���z���_��v��i0Zk�J�����π�8�.:z��4�2��O�l3z$r�>���W@����M���ڟ�[(���2Y-����>u�C#Cʔzw�#��S?�i�r�Q���@t��jV��Q��P�>P:"��c`��Ȟp�ش��Q��Ҳ�QԚ��1c
�q��S[ ����au1���4�"]L���Q	�"�v���5��ri/���,7�l�V�>y�<9�>�I�y�j7�" �E���ʯ݌0��A�y��0�y��K~ҳ�:C��ee$����5��"�foļ�GN���gbp�j��{$��.�^�
o�wok}��3�s�iX����g��N9�K�p�#w����g_��#�6R9�����dг�Ϝ�/@����/aBD�l(N<�
8�g0C�W����V���"C�,�
�ċ&�eZ���i>
���l�VsG�jgO=��]�qw�����s~$�������Z��^���]�-k�:Yu^F�,�qP%�&��5B�K��C��KK�Ԭ!zִPO�Q�~�Ϫz�n�c	?"�0ZU����ZM�d6Zj�">��8"�S�J��&�$��I0@B����K���˪�w�(u/�o�3ǜw��}�V�y�{�]�wPax��N�ř�m�A�C��WE�ӫ��݋u�	���X
�	�D�U�#lZ�M���Z���i;�_V�Ȍt�J)���"(�P���	B���Dn��G�5m�܃Z�7�k��~��'X
� s�1o"�%���\[m�fVc�X���}���C�� �:�
H;�y���pF�3��O�
.:9q˽��o-z2.>~Y����6��65y�f���^��7x��ֽ�����-�����щ�z�J�MA�dҀVdSk<=��]��J�
%���h�a֙��5�-2���{gL[U�-޿�KP�,�d��On{B|�'���qӃ���~�7*f��W�����7>v⥆t����b�%$
��S�.���D��G�uD�h�,]{}�]F]84y���gv���|wS�n2���?�:�ʍАΐ���ϝ�ڕ�w�m-�u1%g�E���eг6��QR��5R�"0*�����B��'��z�hgc��������q@I��3�zuT��NJt�e2��e�P|�i��
��tb8e��Y��ljjx8���E�X��a̼3�*t
�+-��瘀ޠ�#c���4| F�<`�ѩ�$"����͎��=zZ݅v��$
h�����h�������}����L���%/��L��nn��l[���<�iR��fT q��(c$�4/���}W�>C"C�]���%O:$S=6�����Ҵ`����-��'��΀r���M�<��6�Q�%}��o�iP�Y��OdJiF4e��S�-��)}?�n1a�A�KN��'��V��<�f�g!�=P�Mf���e�yZJ�6����J�3BP��4<--<"5��}���'�$'%%�$BY���i0,ዼ������0�v�˴���%�a�
��e�췶{�F��p�
�,���끬~C��6%ψm�U0\����U�V0��Y��;ܾR�����tQZ����(aI���L��
w�s�:�e5=�5EzO�\�}-)��!����+d��RޖP�1����*ܫ&"̪����j��T����B��K��G�[S�*_�Kz!�3��1�u�`J�=��i�S�5O1�=
���~a΢C����tŋo���W;:�;c�A�Z>7m쩥��t�ԑa��Օ��^?-�-��ȡ�WJ$D�z%��}�:��-hf���tťwxQ��*��J�S_�9�x�_.��/�¦�t�NF��I��蚜���<�1l������hNg�msNN��#O��+��1���g���gگN�z�}٥�x;���&8�'��P�X�Rn���d6��ˋxԎ9���}$ףs��P����o��^�FI�҉+:,�5Vr��+3��+�o��_�ڢGF�f�s6~o|q�ڲ�k.��|�����Y������mZ�LU�֊�����P���#�T�9٬�"�����P�/���۫��{�s^��f��l���t�}�Đ����x?�-����;d͘�ˌ�~����
*ˆ���
���l�d����
��Z�!~C��X��,�+D�v�8q��R�Y:���	���$h�g�9 Y�2�h:�Kd�ѲG�,�#9��>�"DX��)�V4LϼP����2uʓ�_�lxJ�QMRO��U"�l�
6<iH�(���0��ƭ�j2t���1h
-l���#y���#O��]�Ux@!"Dn����"�-^:0k�M�2|��ߤ�1�Kw�R2�Kճ�ҥ��K�Յ?sm��&¹��{$��EUV�ޝ�Q�J��+�)pq]"3:e��$h������.��ɊT�ԑ�����;v˪g��>��z�<�LW�n.H*g8A�&��K������/^	R�[����\5�k���/>��L��Ax���y�omK�����K��BA���2
�e$�OA��+�DG\s׫=-W��^��>�[�eĬ�Z'�q暇�'#�u~�=���Hrqx��t�>=�0���zfМI�^9Fr�}y���Р�Y	�ļ4A='�떡������eR�֏}G���
��:^x��_�ns7/�q����i\�20l�S�$��d���u�	O��͍`]dرZLW�A�����`_�H���:a�Ę\o]z�e��Apu�)��"�)%<�O�*��:q�X�v~m�Qj��;c:�t���tTC�d��6���Y5�*k[����0�{	�[!P��}��Rh4j����}Yx��iH='Z����h��(�3�V$_Zx�:efa�̔�3�yS���l��4e8�膮�⇎	[
L����i�rV�Fgq�L^�qS/����*
��
����lf�8&��2A���f
����s&��g����ϏPA��C8�y\����I��j�b�
ULf���i3�$M��tuJCaaCJ�i��j2�4�LY�v�,�b�G��� g�t��\����9܍��8}YH�Sń��M�VSR}��ezT�c�V��k'V[�D^��8�䀡u1�K���Y�
��J[;?o�\�3�++akb�Oh�wV��To�,�[
ڡE���<A�D�"��,zF��_�ӽ�}���xT�Mz�S��Ų5*�C��	s�0��ޞ
}�X(��1�F�UoY"�1�QG�9b�96�#�i���3�VZ��G�.ꮫ�^��|�
ԯ��\ڰ��qAޛ|��n�}�������8d���żq���j��_&��	�t�3r��6A����p"~�\�Ԍ��<�p2g����#��Jy���_{m�s��1A�bZ�s_,���!S�m�<�e��K@���<�����OC��D��h��zz�����7�X�ecc%rww��H|܈ts̝x�đ��x�gTʐ�lJ�󒐬�c�^d⍞�c��~^��ZU�:�e�uv����SH��5�s�C�Ǭ�2(�uآ�������h�Nzsܺ�ˍ&�q�ص���yq�˗�L�+���5[�<�������o��JGDZ���P�pyJ���67�6G9�sE|
��Y���3���*��{�q���^���՜"�&��/8���x�o�h��95�Rh?�cƧX =��N��'���PX"�Ȇ��#�`��I�ő�
	�sGX;b�G�Dw!2Dڙ�s6���ߕ��3�G�qy�����u5��'̛0����2��۷f�F�n��h��3cʶ�
�NMJ(M[��RC�OX`j(������kʲ�[����]2y�1dƨ5;�6jM����a���鉣���~�9I%y��D�$FAMc��u�Z-%qVƹDN!���I	p5���К����⣣����;���{d��W��t��*�la��g��o���LPp��@[��jH����Du�����~4��D
t�J��~���x����;�or?�ݸU�|���Ԕ���%k���oJ��<��'뫏��v�Ǫ����i���P�h�u��y�^�� �7;n�	���sj�����:��5'~Z������L�2�E�ə�k05�Z����\��%��_���{�+�I}�7u_�
Lnk�7�FX��9g4�Z�'EG$��[�p�%qr%���f�2&"5rlfVE<M�d��yV{�'h�:01n|1ƭ��O�^!X�[U277F"��$�����ݦz	��[(i���Q������9�2<��=�=�
���{�l��������w���=�S:�/`�J���u�E�Xt�@�Nyq�ZbaA�L7��"t �@٤Dk��Ul��&�˥Hm��^�;ԏ(�CRC�晝�?�{cuCquYŌ�Lj�އ�R��������"S�aQΈ��'F��{���,�� $p�i����Y��6�G����!�
�N�%����<!�drM*u�l,,�XW���hSe]݄�	u�Ը��**����X7�6�sFE�Tg�>�~�y�LN��KDR)��d�Y�4c?��Lvu��뫔]����W+O��M�;�7�'�aq�T�-�W�&0$>�4��&�����#����9h��-��F۩��ߍ�X3dhLxy����Y����v%��&���9�+���ָ�	8a�W�N����2v�J��AA�/��Yn)�>rz���Y�-�'5Oon�\[j�6$gYֲ�,�+��fS���x��3<?{jQf�5�X��p^����ka؂<�d�&��4�!0?ד5h�
�G�y�N��ceNCg��`�&RFS��|���ę���Gq�&�	u_(���[T��p�01E����.]�~0��%�O��Z�ȝb�:VU�YJf�t��Е8��f%J���O��Q��O��
te��#C=7a����=�W1�-���=���Uh�w�9���A�@����/�G�+�8�VH��*"�9_@۟U�d�ȟG�6�(Ճ����V\ސ_�ݫ�!���ldBr��d�t@��O��/�+P�����2d�;��x��Rm�XAR�6�o� c��l&������GT��e"��됧�hOR�NB�� �L��N:�D�/ۼ���-��F�{+&N���8��n�ܙC��n�9oѢy-�[ �PWt5�5H��]D@#(�2n@,(j��$ 0�7�w`6�����\wxz=�&U��lPj���>}/��B_/��6+�H��j��==�A>>:E��l�nr	M{�Ac'GqK����Ƥ:�w�(���PG�
b��
� G'�"j�ƞM9}�]E���[״�r����d��耎�s�[�_�\�{��:2�~�v��93Ϋ*b	q�"��P�F�kT����R�V�p��V<��,`J�`�7
H�&հ�gS(�(�3c|W�;P%�ʰLL����mK�T��H��EG�~��jƶ�@l�?(�y
�A�[�LH��$'�GST����b��6x`�!IL�■�ˀ���̮*�̩G���>8k
�s-=73%˲�j}g�eT�Qj��_��������?�`��T}e�IKꊧ�E����[�>�?�H䚩"�
�n��0�E675>��CK �i
���Y��/נ�,D����p���+�j���>���J73ȣ	������ Z(݄z	�'�6�B�P�P��l�/�߉�{̘p�o�lp��o�G��;��/�1����p�5�H�c�Ά���(�?��8�Ԁ�� {9(kKq�����j�����S�/Ò69
��������=��uz�č]j�9ѧ'�Ի��d��=��p�	�`
�{�-�<�g�Y7���0����a<qM����Z�fٷ�Ǵ�c3f�c��;3&�	g:a��3hIW��
�*<_4�S�^K
�`����˘���1�w��S4�S��G�pLƉ�3�{����p��c�P�)��9�����F#Q�I�V�R�$�'h�բ�M��`��Hs �L Cɥ���g�ÿsm;v������k D��q����\��ܶ��VN��$�bұ��y��4Ҿ5�6L���W�����1-d�Ș
�1`X��D=2&�9��1��p�5���i�4����FH�.�[�"	��2�K!��R��Qzr}c��-���K��v��jn'��xP��j�.���]j�=��̎�v�:�E�W�����n"�Z} +��FE顙����dbqP�T�����;8����e��M��`5Y/ҩD�%����N�g�r����&Ξ9n,���vax]����gR���)��ߝ�cJH w'�.�+ 4�7���Q��9zM��:���w�{�âP]�;#��a����za�����[�'#�i!C��G�lp�������3�؁y�'yX���|A��`X
�K������'�c������,�S��Q".��?Ҏ��@O��gN>��]�{��o^��U��.1ݽ�'���h���=D�/��b��ʢS�-Aj�V�/�����9N�Hד)��w�.����ҁ~y�SS�ͪݘR95i���ҡ�uRJ�S65�h��?��ҥ��ѿ�8rHFX@��غ���Ρ�'����KG�N*+O�(ϲ��EL���>��ټ�LW\c� ]sx^�nDz&���<zxL��7cc��ގ�$><��DÂ�h�@Lj>|��c���P,� ׹V:�R8��y�'hMD$$�}
DZ��
"��e�zK
�6$Rd3ij�,��)��X,�CJ|��;,}��D�u1.7�]s<h�TYAq�x&)��t\��i���vM�yj^XTöi���6|v���酻r�^�_��)�8whו=3ƍ];
\��)#� ���X�i��p�M�æ�嬟1�bF<tͬ8�bS��	�&�/�Y���~������6N�j� �ry�
���6�5O��g�.<{xLX�7cc ��1���|��'�kb�_{�7�:<�xL�~EJ�.��`�1-��{���C���1>
�(8�[8���`�O#/w~��nςx�c��`h{Vu�S�?0@��Qr���ى
�4G�7:��㬔�e5�J���&u�YJY��YmȽU�����S�_,���M��WJW�s�6�&-C�n��k���ȋX5�����WϾ���|��ɏ�}�©yw
�O��O��o-�;g��7_�4���tõx���QL�C<���-�?F��cZ���������O���n<&��1oc��x"
H�;dݏ$���Y>�Eh��RB��\�;�p[�Z���ry��]��Kt��)|'ׯ\�5��HH��J��:ؚ�`��m���E���&F{�Vo��P�.0P�Q�l&__�T$0@"�5	���}%
��&QA8�r��g���_�*X�Z6�vp&�a�����AY=/y��wCjy����"�����9d���!!���� ,,�yX��K�V%��>���,7ۗ��N����`~�x�����+��i'�G�:�@���x8��cy~?��l�n���x�*a�4'�`�v���I�{R��-B�r��d��*�����8�gB훊⵷������ګ�H�>p�&E���co�~d�Σ��g&��$M�LgD�*;דKq�9��/�0�����;�\
~�	W�~��k���z��l"\֊c<�Mg�X	w��h]�E��:m]%q�#�e���h'�*@c8�G�|�SE��+΂��9c�Z���ɜ���{�s�?�ްO&���x�P/�uS������G��o^��'N�p"���W� _0���)t©&G?�N5��S&b8���r���x��w8�~�.���eIW8L#��c��1ԟ$�U�u�q�;rex.ď*��⬓{�"�`E�s<���-U6����0(n�t�9"�Z�/:��'�Z��w�ǷǴU�1".��ǎ��‪e�On\}��'�4����7zdl���e�.\X��_y9�폿�u�#G܎�|� ÿc:��~t��A�Ӈ�$^��"�����p���1�#p�u©"^��B'�j��#��='�j����:�B�`8x_�6���k-�D�UcT)��q��:J*�E���[��}|�h����wi6���2�)|SMS&,�|bT���*�%&NBO����QiPZǗ2A[����L�&���ôr�*�'$��)&É��.'ڽoO�m'��f��@�X�w��h'�*p����2�/�
���QNHD�B'�jr��x�='�j�:'V].��4t7����M`~.�IJ�ǏP�
��	p�y�]RL�(�6�������&�	�!���m�@�N�>�W�]G�dU�h�H�*���@k� \rMw�Q-J��4TNU�4x!�p��uta�o�Rm'��U��V=���RC��F�7B'����A�M�'��݅�6G�
J�z���=GX�R�<7נ��_v�Q��c�ya�aA��ZkK�X���L�����/`��؂sI|���w�#�
���U�*8����1W�.��X��u���iam�>���G@e;���GP�Q�e��Uջ��%}���ށ�2��򰪖"X�~�Og�`�a)XP����/�r:����ESu`��&��sK��Wr�ק�ҹ|}:ۿ>�t�~:�%�~�[��-"b�Ax�=0����S�s������S�\�2;˵�[�\o�4|���j~2�EϦ�;�N,���#|L�c�9
��n��S�kA	<�(�J��(�ԥ�RB:n9;J�i��W^�6n8yR�К(5XO�r���௅�2��^�S1>�^�<�t��?qB��׍.�a��~�c
�1�ᾕ��A�>tw�������n�����p�ܝ�����E<U�~>����J��3i.� ���@:��>Sx���(����+�wA�z���	_����I�b���[0q�J�@҆�t�{Z������ W��e�TJoq��-.��Υ�:݃T`��I�� �@I�of��+rn�%ٍMT�}Xe�{�K~{�#�
}R���v�o�wd�X���y��g��Нq��
��e�\J� �K]���̫W��G�����B��t.�B��W�3�1K�4P��w�%���N�tn��OK��b����ݥ%��7�Q�*�j|�oਨ���K���K�8�-��o��LG�_�;��6�`\Բ�\J�t���D_�B�"/���\�+B�4R�U�v����D-/�K���h���,o��`K���y����H�S:�w�,O_켽C�V-�8�f��_)9��gE��|�
���t�C=��n�������Kߒ�s���XG'~�N'�8�:�T���#p��"`<x�M	.g��Q�8?����
������M|/%�����DR)%��m,E�B���j4���,#iz�q����C�ғD
(mBm���#�7Ɋ�?"����ۼ�~Z���>=�21,���)��G�]b�EP|�u��h�k/p�lVz�sr|e�h�Q4�e�L��{x���d��A���l��H�B��t���#�kw7���]'$YI�/�tԸ� O~glk^�b��O웶��x���-��Y���E-�o_yg`�N�u����ff�#��ns'�S��c|�uҍ+���<w�r��ܙ����󧥮����+��^\��Jy���[
��N�<N��y>>��שP��1��c<�۵;X�$��×Dwi��b�/q�8�ǼP|ȟS�̻Λ�u��CTdb
���C�~��6'ٯO��]��0&���y��:g���a8��(��>}�����N�:`�9E�O��瓠_1ӡLx.r��o�
�Y<o��"gM�ͫ��c��
���@�ar��r�9�?�N��
�n���>��y�b���ms2��w��M��ea�+�(B�h�"D�|��z�c��Op)t"���A*���Z�˶m��Z{5���G����^^:�ZM�V����2�0���$J�Rw)��^��]$Ҳd	��IDߙa������>>���3GXG�2��#�p�>(����8�N8�ğ���p�>(��|L��o�p���0�G��	��ḟ'�����&g�s�V
�gR$��N~�c�V��߃�OX��N/�/�
Dža����|�y΂�rh�pt�@�TJep0%�����k2�������wP��Q�X�o�ij}FU��AE��~
=>�$�4”I�'�2gԲ��o���Y�<:�_Γ��q����T�zH��#|g��
!6^�y��G���
��a��v�y6Q>���ǂqu|V�U/�p2�g��{ļ�W�����<Lt�:<��%ߊ�Ya�Uc�1�J�oN��y�E�0�Uc����G�lp© N�u*��(����?7c����&�.@(y7!6���9�y8�+�IU��e{f�5
,f��jPK�Yuh�^�.S#X/A�*�~Ka�*
��\.���C�X]R_�7r�p�R�;���T�e�)<�(�r�r��ej�0��������+����ɴ�u���/ٙ�&Z#�Uϣn�JY�晡|�&��D�z�қA�*G/Uj�ǴmB>G�Y�zk���](=�׳G����ȯ�KS�N˵���<�;��G>��}ϑ��>���6QQ07O��՘��K�͌�����Ց�e<��xU?�kTrO�$���]�
���#J�s7z���:�-?�8��6HsR��L�
�y){s������9Gw�ãD�Ytp���.�����藱��A�W֬~��.!�b[p���*1�M	o%OJ��̈́2><J��]�2�}N�ݢ
���e��#�__~p$�}]���X;l��}�S��F�q���PG2�_� "ܪ���?+W�6�T
��M�����cT��:
 L��rY��ye������O�;��[X�xҿ�rۧ�H{;.�޲[W��s�L��6r�(GЂzd�?�u����k�}�,��_&>~Q���b���p�1h,�c����Ϋ��U*zkx��ȫ4�%dT���7�'@�2ԪV{�Z��������1&=�q�m�Q��:j��6ඎ�ȵ
�
�ͨ$�$u���.OjO�?}�+��i���L�V)E�I��I	Y�@�L��Ғ_`���Ξ�d��Y� tr3��gF��'%)F	2�S-����B4f�I�9dh�'���\���gN�A� ��lH���5�a��#F:4<1f��A�SԬ;_�.a������︂�Z]hQ�VD��K��/��S�d�['�-��[�<�oX��e�:��S��������!�l�m ��{�oߡ��<�Ql�V�����~g��"l����qD�k|{U�ow
c�b8)*�8�E!��دF Q�;�ا��g�&?B��\|~��B���\|u��J�z������u�%��Ȗ��yL��!��s�S�/���C�F�~b�M�hG��``p�م�,��"��?�5�ݼ������'�S�ܰ�ΫZ���@G/�n��[&]��98�^[���8�No�
�@��|B��B��½���$��R��n����4{��5�BW�;)x��7�M�%%5$�Bk˽��Y�M:����	����Q����I9M����!��·�7�M�f�E�]N�@����[RS<�b��~�}7z�4�WȤ��I!^�i3�����Z�k>Ky���V%8�H���,_���2�-��B���A�+r�R�b@^�XY��	�d6�̒\�"b�-��չ0e�V����c���G�༄pqC.j���4�=gc��!�`W
�(U�e7�����Z�~��bj.��nk�M��6�g[�Ѧ��Mj�A��W'�vA����)�e��o#��YG��G#�| �W�3�8�"������c*���+w׹�3�V//��(т�1�b9���'�P�X�l�2"&�$�!6Q^��XY�?�� �?T5��f��}z#C>Q��N��'	�r7�V1�j=�@��T�y�q�"et�����A5�YV�	�e�U�4���~��i��./�s��m|O�n�eK,���\)�\io�\ɉO�l�6�~��I�krjzzj����ʭ�8k����������^-~�b��q'黠�
��|W�?��?�z�O೺�
�ޣ?�L-|V�-�݀'|Vŵ��zw3bb"se�{�q_3
(�o�y��O�0�s\�	���_�+�-����㹳���(�o���䃯��y�w!V%4�j��'�neY�����D:����8�K��	*aQ�Y������-J��8���Y�qy	񫥮+�n���כ�q����ջ�T|
w
��I�������6(��e\�K�P���֟�i��?�����qb?ᏼ/�QCs�b(�^�,�~�Y1+|���D��5R,��Ұgd)9A�]�К��bVo�������Ȟ�rh��X��﯒��n*���޷�9����1����5�y!�
c���P�9~�/�������س��i
��Sb��
�;�hg�N3����wQ��o='���i��I�V���?�g�f��K�wQ��������%��aK������C�Q�²�P�d���{����Hnf�B���[[�spy
��"A��8���wG��w~�3?z�ȘGOb�Г�d�0����,e��9�to�O����Ex��y�ch��oe�.j)�5=h�$$���ς��p?k��en�5�=�}�������S��lScb��L�YO�qЗK�?�������_�"�D0Š"I�:[ޒ�}�!R���0]j_G}�?[Sq[���������h'���?��>�o9z��H9i#�]��<���L*�p'����R�P-w�,���l��7kP�0������s�������W�l2ܛ��i�D���f�#�W&�E�v�kԆ�.��֭�̮.�Y��X�	}�%�Ǩ�<�<�n�f��۠�Ng�+q_���4����}�\��X���dUS2�H�F�	���B��p���0'J�� �$�If�6|�Q7��T�y�p��]d�Z���Z�
���.����Y�S�r\�g����?�WS*���{R6�TjpwC2�u��~�ht���-\P�b29Q�3�Z�o�j�w@�b�˩��~]?x���ZY��;�^U�s�,���''�������n���k[�Pg���-��O`�螷���-�w��_��+�=ӱ��gHG?����jY�D�p���9Q��q�;A�1(�T63�T�<xÿ��?󯵃W��s�S�V0�\�̫�K�L���-W��/9C��R@M��F]
��8��p_��������e2��y��g]���3ܡ���b���Y��w�ݹ��
��n�D�����s�k�^�s���E�=���7ƭ�ʺJ��Ÿy����^�Zf�ʱo��v�w���K����D畯���^~���(�Kи�����{-�,?��0�W�Ώ3���!�������rڀf��7V*��7`;q�i����'
�3��8��n�P?��֦���!���PM�:�4G�m�W�J&q#E�(�NP�k.|�I4���9��k�[���g�ā�v�{|�"D*
���W��ʗ���:��|�����[��T6:�$0z���\aN���������b	�/��ޏ��Ƣ,�X>`��
�͋�Z3�F�u�>���#�������*��k�[ͻ�v���9��,�x�����vO9s�|o��qOo���9�t�	/����k�M3�?f��Y�&}�Ҟ�a�{�L_��n{[k������Z�J)��A8�as�����MkL�5���h7=0��O�?�y�Wm�Q$”���wK^:;tЉ��C慳�
�D��������f_���!q�,�<@A����G��<�IIIj^�9z7�Y�jQ��Ój+����?V����_�μ���)����ZFvN��u�V��,r`�%��$9s�yO6{��Mm�������v�}����ꪍ�J�nZ��!x�@ٌD:D�I��P�[�JY���}���4�e���!�tN]�3byi�,�Ʌ�~���j洋-�Z27T-i=�I���,�U��90����|��j��f�B:�JFU���,j/��oh����C�(�F1.���rf�u��L��^����=�gD������iӗ�*�9�y�۸�C��o�vD�j�ܚ6�lgFDMEp�y�Z?��'�/?�
(j����w�^3{�E�I/'�u(8'�c�P���Z*u^��;N>\c(t#m;Y�oa[˦g?ҒS���GV��8��ّ������F�>ȟ�T�h��䴬���3?���
ī�o�")����?<u�_�{�;�ܷSdoa���yBJ.�n��=�΋`/��ƿ���o⸷�[L0�%�5��z�N�Y��S]l�t���J�_PQ��;�<v�H:��I=�Kݕi��Q2�]�`:���+��1�1��*I%��u�2����c��Z��G�쁖O���΍@��Ԡ���ZՀ�	K��_���(�M���v������R���)O��3+��i둅��E�BV�����fnϷ?%؏L��<��	 ]�B�J���K�uV��}~�����&�x�뾂KOӹ�U��.����]n
w���e�)(��PT��P����ݕJ�JM8�4�9��3��zڡ��P��fD����+�
��.��#��J��T�d��Rʎ�.�����������ܶ�ﲴ]X����4E`)vEl�h콬bEŊ���.(�{�=ݒ��|S_^�^��K{/Qv��̽wY���CVX�;s�̙3gΜ�9��������{����S�����v���L%�z�X���p̪�1��N���[?t��k@�����'��`��i�Z��!�oe�oA�o�o�T�6X��HP[%�R\V��W�nA���̱�B�t�.ɓ���ßme�>̘��-��/��j.`�vw�{;u���a4g�$>��0�<�Gl�I�:x���fIx�b�\�~��0�ʙl�7[��G�>ܲ�Y0b϶N{޲�����$F��e�~����[��	W�G�.7�i�-є٭6ڵ�E�M���o�xO/껫CZ�.e�Z;~Af�vh�""'M�yr�e߳C��氯?���4MG���9�
�OM0
g�Zp�j|��"��؋k���j��S,.��%��#���.���a|�7t�
�>���.���}F4��q�{c{f��&�c������ޟ/�u~�����y
�n�|ˬG�[p�f�d��=ZӦw�F�8�3���lRE�pۤ�a�����%k����(��7-��t�8�S�
���u�a���҈ע��i�^�װy�!GX�Ŧ�м���`���p����~d|>��\7�����t��aVa@O��L*1�R�U��4X>�FB�׬����PPӳr���G7W����փ��U;���s���:�a�
�ن�+���r�6��0|�������d��ػN1��
K�V"�o$���>H�"�F��$�X*D�	�(/h$���	�T\|�$�U!s�A'd�w�𼻴�m+�;�j�n�d�7pZ��p�ip����erj-��>��{���p/��~q��W���Ù"�J��<�T��R/W�F*�u�偼Ǡ��M&��)�‘�,R�IE0vМ�3Q:Z1��~&"�Hx�&{������1���x��ۛ������o@�B���W��:����e2n�c:�^E2��u:u�G������:�8��ٺ�)ٷN?K��?�ƒ�9:�+��p�Ƴơ[7���!���9�
'�K��u\VN>[Ry����^Q1��
/��>:t獢��AG���V�z����8�O8�������=���L%ϝrB�#�(ąN�r^�l3>�8���#��3�w��m#g(�?���<sI8CQ7�*�ښG�F��G�~6UL%�-a���N��@��D_T�^��$�j`܄��HJ�G���I$@�;��yI�5bi��$�VQ�&1t�)'�5�[Fӝk�\3~�(�6���G:��=�W�3���?M7û���9�|�?�kr{xG���Ȳ��z}Z�ы�:L�lmP�2��<�*w�:`��!��~sn��>uCK�,�JOn���j��Hw �10�b�CiO�ܣW��ÅC.�)���ce$x�����ޭsphN�4[;�:\k�ث�<�Y�L��{�h}bJ��|9�D��o���(��Be�
h���F2B!.����:4400N5��Hd�')[��(�"��c/\
!��9$d��jM/|�NW��5��9d�^~��1
~���j���9ҨQR��&�	iϖ�n8�������S��
=���:����_}����l���/x=86�j>w�H�냂�@��B{�8�]!#.���Z#��].đ��6`�ɥ�a�I����6������k�|t߬QnV*c�V�Λ�
ĥ�`��s^{Y�Ջ���w�G�x4R�X��o�=�I��r���1����|ثcg���c����j�oW��Ƣ1g���9�;�`��s@y�浲�nǹt��K�6/c]wR��[�W&����䋁�� {.멾�G��T[}.�쩠�Y��k��DŽ�=�Fʦ�}�AF�7qk�\d�`$�ace1ڔ��i�(��a��K��Cxn��6":�B7ֿ�ۄ
����A��!ڐ��e�n^|v�,�V�N��g@�[��{7N�<��p�oݾ�PP{��#g�
�/�A$�͆w
����Ckn����+������Z	}��^r���_'"�~�ǽ��M�/>���;��HO	�O{{m(�{��p<m4jFo�=
}kT�J$U<�
�˪ ���α���&�w~;��|�����`ξ��og?'2��(��k�/��uDGO��G�?vS(��?�O�y虯H��oTy&��*��%�׭"��y�#�Eh��bv��j[*`�Iة���(\�:�����g6���d�����>�Ю�#�u^�
o�/��3?�o�߽|�ω�1HY���_��7��Ik��k�{hl�H,��
v�I�@��x9�w/��+��2�<3�i�`y%Z��ֳ��処u_:6_~������L_ţ�~�%t@
�C��;�����㣫���(����6Q
F��y�ժr��#�4�T*j-��2�g��x_�J��Ӯz_����v�{�E�����N�����_yC���ѼgK��Y&$$8X�L`<&�����K肬?bQ�u{��/k�����!�1����[��|��YmX��J;n>;n�;S�a[�
��ݸ�����=�v��떮+�_6��8kf|a�P���0�ivker����f9:>�%~
B��חI�A�L'p���f9Z�$]��r<P4��Ġ�L����?���Ϟ68�Q{a>��2OZ+h�'�Q~��9Rc7ȭ�eJ�UpO����p����{�75��n{��_��{��CG2.�[�ȝ�ŭb��a�+r��"T_DF���be?h����Cp�E㜅�H��uM�k�*53F.|گ?P��"њ�w�vy(@�~I3��1>~�%�]A���z��a��H����'��8�~!�D�J���!����������<�H�ǟ`dn��G��M�9�,�{�2�/7e2^��X��W�Pi�3Y��g��o�b�̺�X-�)�Nѿ��wGX�]$�
ч��U2�0�w�;��V�f�.zt붭��%��s�N#j����
Z-�q��I�^u�U5E�x��4���ǪԼ�I���o�9FWƧ]?Cw�3w~b<��t�(�-ѩ�!�Iβ��-����o=��tB$�����D߅�5Z<`]�m�����Ck�����7�]>ң:\��U�[��i�	}.d�H��u���q|�۱��?�￝?Qv��#d�y7N�2��H���
{��`aʊd���*K{��i=�b�߾����a˿��׸�}��&����6�^;rF��)��۫��}"��Q�b	��9�%Uw��^�q"�hTo����˟][|]��yh��&�3��6�̊�˘6Q��qJ@:g[W
�������E���LS�n��w�N��?5jŝU]o"���ײ3\zR���v_���<|�f�luv[�抭3/���|/�ٶV�g:�F�R�E��u��,���N��v�m�X�:�x�4�@$˾�{�}o¯���Φ&0^�
�_{�m~�8��o�x��o�"��N<	���A�Z�"p����
�q�;��7Hu~�E��8h�1Ȏ�h��F�>V�W�1HO���J�X�$ ���W��>���h���/�6�x�o�H�zI���5�>x؍I�ʚ�L����'�!E��Yh�Jy;�tj;�%)>>�`4Ȝv�G#��2��?;,hMu0��@fFd��hz��棁��j��l�g�_�R�ly�V�K�?�X���[_�����[T��|c��1V{����oA�ע�.�F�5(Dk����݀�?�r����5�}������YN��]@6�A#9$vAxx@�c;Y��?��"��b��~`�����Nޙun��M��?�m��g	�𵫘�3�r��y��Kْ�9�#����E�z—z��;��D���㊧mbwJ���-Y�\�����_��T�S뵼X,2t�WRy��Q��z̨Ĩ2�`ρ��
��v�`;lVL�J�ؒ�B��`>\N˗���e����Oc"��n�-�}$�r�F��kd,�t�֓Q(%S�<@8ɤ��,��5�:��a�pc�Ŗx��ޣ�y�!/m�~O���2B�X�A�64g2yD��A�U�8�����}ם����m����L�uww�U��^�\��wQ��Ms�]2�|U��/�C
j���,7L�;dS�!<`[DZ��q+�+��<:Z�bE�per^/7��^�g�����;@��I�M���f���=Ĉ���|s��Ez��gB���y�F�*d�=$���^.��&rMl8NI32 G�
�gW�L�Zn#	C"���?��{Ԗ���+�V��,�G���)��pJ��K3�W��sN��!�
�>�{N�(-���
�p�7�y�B��@���!YJC}�q���W2z\�PA�%92�@�3����
��m�Xn^����30�����U$5/f%U�z;!��aj|�Fj��=��J��R鿃b��G64x� �4p��s0�s�n�O/�W�WJ� 6�6z/6b
�K��Ҝ
�Q;��v	~%���P�qH7�$��h��K�d�"�K��	�����̕�B������V�7
��bތ���R��氀`�y�
�Z�Q�D�w�U&^XJ���� �&*�iw���:v��O+�|b���}/ܳ�P��vѮ����k�0|�^�kc�/k4��eՄ�]��fʚOh&�_p�}B�X��<T��^�~$͙�E��‚`ɂ�Ɯ���`��F��a\�c��XR �ٝ��v�-b��XV��)&Ԥ��
|���g���I�649]}��YcG�3��H(����Vl~�r�O&�b;V� Y�8Z�g�?˓���s��|-Ԉ%Ԣ�t�_+õ�t�^�I�(L
��Ԣ��=�O�����ns���m�6�����!Ğ���hy�A��jHm����p�H4��t����.��:Ȫ�X��ҩh՘1[K�z����E�8��r�P�v-�	�P�'�Z_����v[<Ɠ����s�^�?��ͫ�o�y
���;�7�1/I<��b�h6H[�o�8B����������C+�n��F�Ǻx���J/�Ā��5b|F>Z��Μ�1�VS�@�GF������[�����uٹkM;P!C`�����5YI��v����
A����mtXV;g���u�@�˓-���I��hl�j
�i�yԼ�f�xŚ�6zm��9+e�c���3��R��l���Di��]��ݪ��j'M��s��8��MG�i�j�|}kE���=O���Gݬ��6r�5L[��뢜��Bd�*x�(�گ.�|�p��������~t*���g�W
�[���%@߮�����{-���Lja`����_���b{�te2�D
��l1N�6&�j��,�V��F�{�$%v
��ؽ�f���]��8�ejqM��8G�N��1��U�B@���ʕ��1��{Ǘ��o~v�"G	7�M�f�qk|7eB��HN±��(\,>�q9}�`<q�Kw��ܝ�.��q{�=S:�̞���������:�|}N�z�?n�
��Ym=�M���X�!�NI8do$`i	���^>��X�?כ�?�Sx��èX��w`Ԅ� ��!鳧k�'���"s(�\<��N8�bʩ�hO6��9��>Z�$}��[�+<dݬ�'�n����o�u��.�O;���:?i4:��<T*]kI��=ȟNa�|Ա��_<��N8RMM�v��/��#�:�a���P��e��[�@<1���ٔ*"7͢�L"r�1���F�g�~��L���s@%a0�]-�ئ��-!{#�_Bs�T��H�����㤓a
Ҽ
�u=�kQi-����<�@��0�9X�g1$W�xc��E!T/ZIǸ��ڲI�t2������ϲ���+�W���Ԧ����h�S|��9eeK������F�w���6�r��{�*���&v�QF�+޼>�y�����8ց7���
c_){��C�?��:����F$�k�;-��N��ET"�S���8��`��2�$���9^���jw|������?��V��ف�8���B��hr��Ǽ�J�۫p��Tr�L)�����/�������Q k�:
��/�V�R�5"�XN��{�H4[J%l*�]li9�1K�gH\�`y��S.4�@x���{o�2���w��z�����l�uS�&��F�H����Š�Cq����@�V�ѳ�� �&�����(T�#��+J�
8��C ��*n�S篿���}�ٽ������{;^�W�?k~KZ(�����;T<㶨BCٰ0ʪg<r�#�{")���{���r����m�H�9��Ȉ�h�v�?�M{�o��C#��]�GK_��p���V�<^��y�� �=o_�w����
δ΋.�޲�
�e)%�e�N"��kI�NW*m'CKX�t�=O��"������z�v����F�bX�i}���3k�'m����[��픵�<��ϡ�_]
�q!��}��󎈊_��B���X��2�Ze4*T4:%�
�Nj�3v��:��l�U��#&	Y����v�oN�C��u0h��`&����ŝ?f�/)����)'˒���&o�?O�W>���Ϡ��Z�@�{����<[�t�/W��@@�.Ԃ�M�%��[2ӑ�9�خy�oU�YG�T{�5�`P�r�Y�VkM:��R+����T������!OW\�?l޹
~{�2$Q����d	����V��0愷Lz!YZM�<f��ɏ|�qxNv��7iɹ(�Jr�4Z��Z��D���G��*�H���elgp���V�ݦ��C�����e��}0��B̄q���d(	<�\�3z����\D���I�?;�@�mt�th�F����i�\����m�µ3�`19�$!�5�-I��9���{��^P5����g�s�W���0׼Z0�;����f�������v�F�l�z�óx�����p���cH}�pL_8M��`��l<�O)�g�_����i�%�KkB�+��P�i[rd��d��<�"ْQp����$�VR��A�"����o�E�T`ܨ:x]�=|g�D�<w���r:��4�i	�!&��̀�PIEa�+�q� ��vY'X^���Y�>��j܉q�
l+Oo�s����\���*d	�N���W'
C�}k��0o$�����3}�ӳ��xݡ��yd�!!�v�k4������
����/_�@ؿ�lx��%
K̉��Ct<���<��s�U�c!���N�#��(-�s��?j��5M�K��
{���[T9��E��'�nwfPrN�2!)�Ҳ���z+ѓL�:��(��W+z���BK����"�s_��X��6�Q
hf`x�AmL��|���]g_�\��Ϭ��c�Uk���{�+vw��ׯ���{�
;Z[}s`���F����:/-v�h�-7��w��Z��d�,��Ủ沬#ݙ�-�Y
�/�ٵό��f����ڸ��� ��̔�9�o!p>S��*�lw(��й3�[^���~�k�.Q� 5���5ڿBߟp�~��؏k�T�:Z�~lҼ5ӆL)��񓢻-YR�ҥ�%�"%y�ڮ3�eY=rsߢ56�]׸tN��}��smE����S�b��zʹ)�'7h�đ���	}����Ҷ����<g1�6�|�����,]V��/��Oei�H��HyT�n�A���R�;b�^�4�`��KFb^��mrm�]H>�Y�\�����1^O���°�&b/D�����l�#��3E��N>���{�������O6_]�۱c�.c/.��_��j��*�J����d��9(~XPv�JA��C���������w_7a�^-�I�su�^G��9:�)���}()n�+"q�V���2
/�=<��6v��qJ/��G;��@�~�ޝ���x
������H����l�edW�z�w���˴���}T��ͧ�j��r�/n3�-�Bp�&��`׃L���'�>2�p�A+�Gk�AeK�2A�Gp�@i��e
�u���P���r|T���aK���'�)o�����7/±Ut���ξAb�"SdO�T��!�)>7���#��~�}HޠI��ț��C;e@^l�ѥK�=�ǎ$/@����<���$o��5JL�CCv����\�޻�޾��;���[���G_T�޶�FEō��_�zN�n�Q�U����1�c֏N)		�q�Vvz��Rï����5c*ۥ(�=����W%[�ɓ�sw�8X&�1v�^��*�FJ��]ͳ|,��,�툴GF2T�“����St!t���s%��[����?D6(�C���H�%��#���oF�x�Œb՚�7v[�Uq��Xs���v��䊡 -�а�A���%�藞�(?=3%�\}P�^^
�JJ�
}	�rg���KV
��1�B����� 5&)&&1h��}��㱍��>�4
�?5EE���
V�')%!%E)#X�8>a��Ir�48Z�F�|L\��*�co��Q��I��V,�5�����\���Odzk:��:�j.\��ھ�zE5��
֔�vi���p�Ʀl���ǧ�c#�q�w�;��=���Յ��wL��8j"U�v�����x����	pZ;���EE���
��,��c��d�T�©���G��)�x[i	�CA�5�;�Z��]BV�Q����-RaE-��
�4 ��4OMO�y@���:��\���/<ZPRwsn�m9��;
��~��3ӎ��.��2,e�9��s���wseIњk&=_\rR�-4�ofhd���I9��bcZ�لLȨ�.���x�(��Q��9.%��W��+�)q�윐������4�Y�2�&���&���S�rr��-���~nD<�l��#T�~�2OPpp����䲎.�gt碢Ν�U>�?��;e��i�z'�����F�4(Z�5��TB�Xt��gtΘ�+;�mK�B_��hX����q^X���&?7�=�vm��)���kj�zO/�6�Cct׾��k�W.�-K�j?�p������y$=� ӥc�`��М�8�
���02)r�3ə�g����7<XqP+!5��3b����^�I�������C+Z��g���sw�+���̄tt��h-`�����׀�q
�P�ЊV�Iӷ������w�tLn�>@��8�d��O-" �d�L��o�7��~yu�i�_N�մ��c�\�/%w'1vcDb�=��_��nTj�s�%�/��0�6E�e33
$���V�,*�Y׺��ݗ:,�  K�^�w_Z��v��ǓSݰ��U�u�b�8����C���ty�U�>(�{wë�P�[ ;ǹQ�3�ZIQ�����p�(�1Eer��l�~���/{����"8ނ��Aǹᵆ�
p�Q���<P�0�(��0�(�3��[ҸӔ�ҝ�(�螫Z���.�/���Us��)�q��u.!1%����]jZJZ\rrJ�3ވ�,g�l��>D:�xޠ�+�)H���hp�;
Z8�pP��9�I��V�7�z-�1��0$�OFX�g�s.F
x��0��B�T}F���p��EI�a{�$���%�]�=ڞ��kbw�Cqltp��d	M5���b�.���-}
�80qKh�aJ�x��Pk������́y�cj�Ť��-��T�-�έ�4�Z��2�B�����ꮆ��L66ittENB�Q�N�T����o\%7z�3e=d=�r
d�2ۼ��F�1��.뙖�Y���מ.��	m�e;�y;�5f�$�Qy�n��dbC��c&��r�uj�<f���vИ	eY��lF9x�"�:�<��u�h�\X'�<z��W��E�E�۔�xg��dd�t�z`^'+���Y>��GT��1�l:O+�Ñ7#���''�ߢОo%�A�Őhl�Ƥ�HL.�����P�!t���>´�<##��aأ�����z�r���9$ VIs���9/iR�椤��C�}�د]3��_��X��&:���ODևd�5�
Cp���N�D�Ĩ��̝��øa���SOz�n���}�w���<���:&1pn������.ᵲa$��AN[Mx�̠0�h���i�㩿/�`�T��2	!A��G�I����U��KK���䬢���}�ÿ/��ͻ�fwW�v�Iæ*�������ㆵ��R��{�����Ͻ�ˎw^9nJ�~F�,17j9�#?��-\c���t�6�4%�����zϏV�O�����0i:~w/�1􀻗V@�fww�N�ȉæ)����`.} vxyXs%:�L����e4z�+�N�S棳��O��#��:g@DzZ�	 �S��#��B�r ޝ%�E��K�5O���o��ݻ���?�v��w��f�����^����Fs��3�B�F�Rl)o&�w�n�I�,�3p�U��ǰ�mK?�_ൽ�b���f�ۻ`��]�}�&HY�s=o��"��b���E�}��
!Nw���3�!L`�!�j5�����XV�T�	A�R8��/!�-/- ��tFfL�U�	=c܌����f]i� ț[N$��7aY���/�eU����*���zor�?��q�}�;�ݸN�'τ��Jup�5v�Q�Q����.!!1>���		AVՊF�J<t��:��P�ҿ��� Q��Ӯ��K���
\V��d�u�b-ˡe�G�8K�<�n:g���s�-LM�fN���s�ԃ��R����.���F�}�ɥ���򽽎d<;睷ż5�%��)��]1\�ްj�&��%��k�\�����I��;�?�t��F𐫃9����?�c~�$���֪F��rZ�{2���"1V����M;w�*j�w6]���.�2�nl�cm���Om�d�A%��G��eK�����m1N�b�)�S�?��!�E��ح
��p�ɮ���9�&��|�;�?�J��������x�?�J{�eN���ŕ�I���^�⼋�ؼ?�5C����Ꮖ���A���\�>��L�Yɴ�q:p�6{H��O8xO��c��K�Ѷ����?����W����|eA��ɳ�V�=u��ۉCr�^1����졛��o��ɛ
�a��=���ܞXw�� G]�2��Q�2Z&ӈW_z�f&�˺�}O��Y~��E�?����J�\(�7�ۈ3���'��(��Z�Fp
@kP��$�
�A��r%�KH����?-r�!fO�����0�b������u��`.��E��C��̗�Ob�n�\�m��eJ�� Qɾ�K�<8T%$&!�t�%���'Y�摘�0������mw��v'ƝJ�N�f� (>�A�K��+�<)\
�G8�����?'�|Z,��J�(h@�F�׆�N�믓�.�5�ּ*zjU=�5�
8�����dXѾ8_���g���*N��J�D���ָ_��|0�5�O�xf[i��_�2�㰹uxr
��}�O��t��h}�u촭[�,E̓�Ğ���`�<*N�ȔJ$��`�jY�q_�Ù�	���`&�0n&�g�^�|��;ω8�O�ŘJ
Eq3ј�8ޘU�Wc�D��&l'�n0�����Ï�S�(Tz2�v�:�Fcy���e�%��]埵˞��ބ�C�4������2�넵#��WI>ұ
���2��AS��1R��k�N5æ&�>zۃ��%"}=�n��qZH|��m^h[���͖��il�G6��6��c���&�s�<<a�a�jJ��4O�/_���)�8��	~�����@�Ä�bk�K�&���V���ID&MA�-�Xל�	��a�hDg��CV]lt퉌��
�JvIWbT֟m_��_�@�c�2w�p��׺��T.蔻�h�gRrf���~v�QoN�&�
9��C�i�l�n
.Xru^�5�r�w)g{�%�i%���}F�M�AA���p'�G(=&��?�͟�?��}vg�ȍ_6�Ҭ�S��M�<�ѓ�=����P�h^Q�￧)U0��'ZNp�q�����ܱ�%��xR��,
Ow�5�d:*Y��Z��ē���FK��j�<�? ��pdi�_��w�xVQxijtq��}F谽ũ�������a��Q��cR瞜�1���������W�tĉ�A�����>iE#��c˿8�2���-r5��l4��t
?���,�JS�}_�{�w�����+�_]�3�k3�3F��7�̦��͗E����]d�b�C�ےH�a�.Y�	����@�\?��6�`$kV��.)�(G�L �V!X��ޡ�=2�8��.�gGf(s{�][1���̾��ᶎ��]�]�:&��~�SO��S�!���gfA�=��U��5_�=��$��z�ؿp����l�\e�w-ywG)\�5��ĽI�O�:.���y��XR;��t�T���0�z�d__"ؠp	�Fb��,�,iEzL�g�!\�-j��b��Y�ho۱��|��k��R�=��A�CYG(�u�.@�1��}��lI}�}l�0W럂(
�A�5:Z�`���=@�r�j���+'���=�o[&ڶ\a?<�A3����]��DjjS)�yt�w�7��ݢ�FR\j���4��{�<���/����Ox���`)X~����8f����:�O�go�;��`�Qs@�`
z����"R��.1xGԑ��A1-�?�_5�/A��.�\�ARj�f0�mU�ʷ���B�A}�h^?'{T�ۀ6>K��.E�4����1*��
l�Ѱ
N=�����gga'��8ٰ�y����Kt��ػK��d��9�}�y˩�R�u_̾2x�y��˯.�����|:���r���v�O��~���7H^�H`5
����*ؑ�ͫ=������V��	�d�d��NƁ�I͡fɂPzp�6���@�{
�����쁷��q;ݹ�ހ�D�7��3]��B���n��h��L&dW�V-2t�`��m�gk���m����g�2�%؇'��.g�����D:�qgJ����v���'�5
$�F�F�rk�lqlb.z�r[�f��lV08�P�P�t��	/�d��,q�/�I�F��\��_��g����vU��V@���C�)�� )iH�P<�y�0xTL������C�d�5�`� �T��r���
ӄ��h�8�8b���7v�*���cgƏ��?'��}�Q��w���Ù��a@"�L���(4�W���+M���!Bj�� �(����8x���Of��xͦ��gC6�׵3�+t�y��R��?ޓ�}Y-��y���R�f��##���<O)�
O<��-��z��&�A�Q�bD�W�����XI�l�|�.��>zO9�oG+������4I�VT�d���p��C�׏k�S$g�^�W�q�E�Hˮ��F���	qV}'gZ�?���eٍ�:Bb���l9C%c�m6�3!���W�U�X��V��ښD��k?�i�X����}e�Wɞ;:s׀~��̺^׃8'G�Z)�deZ����Y�OCe�g˫?�<�΍��
Q�+_[
R����wt�f�?j��#7�����vT::9������ D�ń��(q���/�NR�����}_^q�����X�u�o�_���+��M����<���g���� ��qT
�6��&Sb"k�Y�©U��L@��u�(�S8�zlZ��L�$��,87ڟ�楯W��K�
C���0-�t�?�w�盗�0n㺓�x
��!++�*���Nr�I��"��K�j�gEg�Dr����ݹD���%ұ�/�U��3R��dB�
`_�.��~?ܷߖ;s*�����ntF�U׫�ΊojJ�W���vS#zP��\���4/Ǩ��CMʪ�_Ky�J6V򹡽&�n��@�G�J>7���?��j��$߁�fc�ݝ�ujrҔ�K�U<[54����%��㛥9���m�9��ڍhT0�#^��a�	=�};I�� �FN{0�Mq��GPO\���W4����{��ph���/�h�A���%�d�!&��C�^����(yJ&��k�-~�2�T,$eSwj��W��>��>N:�f2�/b���	�_ϴ�
�{q��`
4���j�UpH�+NlMY��\h���Y�)gQ�k/.�
��9��>Ⱥ-0�WH�I�q��$�:� ޒ��X��?������#;l�YO���&�gW{�56�Ϡ���?L�o�<��&9$���R}a�L�����Gא�51/X�S���B_�qk��g��a�gD�p��]�h�x�L�V�P���vI���ih�T۴���j���="�d�n�Rn��hD6����r����[&'!�)`:�l�� \��' uD����"$��f�����#޴�t�L�C�ۘf�.b�P��iF�E֎`!E!M�NE{����B	��8���u��!W<@��t�$x+d�Z�,��{���r���[�^<�<͠s�qژa#;�˸���
�(e.FT��Wa�ϡy���$�I��1Z�P��
�řl��F	]?�0�2p��6-���d�=
h���z*F!����{
���%{��kS���Cr芄��HM�6�"�v�v�IT�ˌ
���e��H.e���O�����q��$WI����̦V7Bs�Hs�P���RȷUI���oP�5���sZ��*���c0�|D��fRx(�c�?$샖��W��k��@����������e
��{�w>�R�|N�����%�.q�֨�ݖ˄W�'���_�p�g���ju��u����H�uh�`�ЉyK�y;��6;�P��-���,���}�@�dP����Ҷ&	�H[��}�&�1!�6x�ώ���X��?��.Y	mh#X)��?�V��
;��6wEm����BCm�4����B�i�g[P���éG:�;�HX[n�~������O�ʆ�+o)w~�+�ܩyyjTž$Wъa�s���6hf��5j'�6�=�����R�#Ï�V<�'�����X���Cs^(���I��__:��bK�z��l��ɂhǎ��=gn*�IS"N���uil<0��)ǕZZ���z�B,zF�qm�ˁ0��}x���{d�¨6s.��@�q�&�Pd���I|>Y�ib[wI[��6�M���:/�
�m�ghe���1�贶�%����侵�R�JV�?�� Ƚʯ/���?�r����!Q֦-��@�҉�UPBk�2������D�6u��unH�1�\)<C-!sN�΍��/���؅��ch37B[�<fj�I�<E�͍��zM#AW�VT�S�"X]#�sd�Q�T��M���oD�F���l�6���3�@��"O��ֵ��`;��9�4���a�˺�����M�p�?�GL���S�֤�y�|^���3EP����W}H�S|H���X����5��"cшc�Jx��kÛ$8�=׏��ij��K�N�°mc�j��4x-ʨ`
����o�)�
1΁0.*�lHkgmܻ��-=lK�d�2�5%j#�{ !��ʪr��s:�&ѣ�n��jв:�ck5��ZB�lKE�$F��>:�dHK��|�%�bG�h?b����0E�t:�8�(F��j�4�MB~!��@R[ʟ�O�'�1j�I�&N��Ĺn=��4
��Vk���PN�L	~)���FsC��gbFL9����r3�<x�`z�����[�%�+))���>�'@��ҫ��z�`��g��ZxN�`�߀1�.��?�U�m<R������B��B�oR+��V.��X����'H�����p�Co���ğ^��	.~�����}���W��v�HG��+�ֈ:8��ߺ�wq��I~l��0�}��'֤�R��!�ۈ�|�{�l �
�3��3e윣/�Z��]Jòͯ�˯�h��]�Nv�[W���՞���St�݊�=�
��j䁪\zJssv͸�9�R�*~oF��Jp[�)�#&�&�[m2�)1ъ�0�1�ȍ[ZŪ;��P�_W�@RUr\��
�\1c�Q׈
�cj�Ō�0�ޯ����`������7��v��^Λ-]�c�*�/��L�Ԋ�C2A�\B�3�gJ�D'��}��w�~������T4���*� oˣ��,Q���$�::���������ItLZ��0����k��. $sp��
o�0d뤎 k��1����t��Es�ꟹ�8wg�	�N�
Gw�P�`%xF��b��ݓ{O+v�*\X6��$�_GhG�#w��f�L�}Q��'Q�r!y�z��,`��Hz�f�1~p��l�M�{������
�\�L��׌Z?{��3z����NO�7�$�ҵ|%Ȅ�Fn�>���]�����w�cqԧ\l�R:�A�8���Bp��T>'m{kʵ-���9x.g��)��^�BeC����6�8����l��x_����c�N_�5M`(�'�e��r$���0(ѥ������m@��I,�[sό�4��ļ#�tY5a[�ڣKg�m��*[^�x��Jc�I���f�w�nU�ʾe1�Qx�qu�����0r�ƔD{��
���:��H[@*�h�����3SgL�4�}~�Ѱ��l	�ZU!=�uv�e��u�7h#b��H�^;g�
A{?��i���m�V��U�SkG�P�&�A�1�%웈Ŵ�dZK�q�<�VՖ��T��TOك�U'4��fh�Qi�֓�*�p��� ��)�GlM>�}&bT >c��`�h��/K��}̔Tj��)y�~�晎�Gyc������Γ�k��Af�3�`y�����j�j�=�J�)t�'�8	���!�j���D���
g�ËqM�Ѝ�Ҽ�D,CoV��+�7"%eĖQ�hCJ���퐰z�%�1��j-�	��ȶ������Fw,���w����!�}�����_�}�C�<�P���A�o>�W��o�tm�?_��:��5��Y�>���Q� ��<6�n�c��m�?�H�q�s�%wѭe���z�{i�>�O�^{c�{�v��ct�E/���'�`u������o���]�
#���h��CA0�X�J^�;+K'T�S$!q<�j���.T����#k�-�w��r����g'4	A���� ���{x�D���[�L=<0�j�#)Ϭ��qt:<Ė�yo�.^�
t��:2�SP��<\����h������U�_�
I��E��e��B�U혆U�*��^�����7������4���X���1���Nd^ܼt����9�kV�[���76f̕��׬2��u#'5�j�?�ѿ?����#�
uku��',P�,ܚx
����*�������/�(�>�^��C�����M2��=�t���:L�����q��'9��)�O�9�Tf;6�ӰY~��H��ڜ�����A��閛P���GwV�k�P�ɮT���~���9���pFF:�����������X�STL,vS��ճ�(j;��$�#�+5���3.�j��#,�J��D�������B�*�錈���Z
�3�HL�J�t:��_czc{	� �A��bb��Zz����#�����T�[�*�z}@N��s�q���ψ{����DDE:��KK�RϸG�'���SFPyB�J�Vk6S5�48�[&݉�/Z�?��*0f���s&~��^/-}��)-�[4TQ�1JI)N��[5�Y�d�]�����_zI�r�b��hyV�#���F�9m���V�	���/�i
G�ƒ(4��(�-P��>*�7�}@A�v$�v��B�������'}*��Oy�o�l��oJ@KQKu�e�� ��2�|��T��J�T�L=�3�i<O�8�Q���5`�8��~��]�nU�"�Oq��&�G%�B���$���`��zp��x�3��d�xGE��lDcZb�?P_�yp!�n�y��d�?���V���f�OU"g��#u�.V�Z�Z��͠��Ao���u�lB1h�)̻0�7a���A��|���F�s��0md8���]Jw�T��) ���\
��.]��-���o��6<��>SԖ�bEGD��1h�?�ֵ\A�n<�Ӵ�m���٠���޽��=a:E��~'ΚV��,eT��
E�s�e�{20|�Y!�>п��0]�p�V�[.�[�@eV�`[`e>�/�N����˹�+�;�~o ��GL
>�����w5�r�:#��T(��#1fY.ٞf�B���	1//U@�s�;iѾ��"�jpY��3'�r�%��mCɨڜ�� �Q���QϚ��8ڎd�kIVHnQ\��P)-��;Q��S�t���dB0w��C�<��V�ҁ�/��3��-'���gB�l9�^5�!��Rg��A���t$��Z��-	Ur���u/L�Y��?F�\c
�ǭ����6���x�퐲�͉�ҟW��h:p$��n��I�н���`�%:��fN���ceT������S�s'6/s4�A�A�0Ti�#��`��<ҰK3[�����{�������ۖ\�gQ��krsKu��^G�-U���Z����C�C��������/�xy0���Y0W�V��>y�S=�
?�����;��8f�:"����@#2�h{!��>�ܴD94z������h�9��Z��a��ፑb�	H}�G��$�N�p/������IMV���g���4e��01iaNF��Lf
�����e�G˰<����A��f�o��G��(�z��T�W�S�%�Ř;��=M�����YT��18<&�XzZ���fEe�F��/(1�YB3����2���;�Fv�Xj
^���z�wѶ��Ii��}9�G�:�q�j�����,���1Nj˗ą;���Aw4',�=Ǡ_��Ǒ�B����f��ö�g#����٩pJ}V0O�X|,$�!FH�o�c�pX�!)��¤�hk�%�s\���1g�lIF����n��b�P�Y3�^��y�0�VS�0�Q�o��g�~�(��@�^��[��V&��.y�%4.c(�,���1zFF�Xg�K��&�$�Ϟ���³b↥�9��d
�iCB���
���Ei�;5�Ԕ��3��Uj�����g�O
ؘ��/,W��H&(f=oCB��a8^��{B�E  ���]�8J��2�����_�ygB���=�d���i�;oCrm$�(�'�:J\�"+����+�T�ww���6����X����7oF.��u����<����	�X���F��KP��8�-*R�f2&%���ġ��>R�e����I�w[E#jvZ�#fd9
drZ��Y{��k4h���Z0%��b���b���0��s{��t��ɦ��G(�ѩC[h7w2[����
��O�ѯ��c�
�v4;�<����7ѷ�3rA�b'�J��Ҩ	40<��*8y�rC݋�f(�J��T�6��!�V��?"�L�M�<�u&����u��S:P�U�����ز��i��uf�R+S�eNH���d0+�k��)+�Y��]�:}�Å���+Q�N��ruJ
� ��.�E��&
CS	qm����X����.�c{�s۲la��aY��/�t)���A����*����`C�K�ݨ11j^^�g4=���<S�1���|_^�p��̽�,j��/~�0�̙3gΜ�{�+&�icS����iR"���ă�lJ��U�Z�ך߲*!S�2/��[\^mZ�I4���p�i�߶�R�͌�1���{��bOFˮ��M�1Q�&?s#�/��+��NZL"^)#����x�8= ��%䬰b�Dg¥̼JLl��Ґ� ��ý}lOO�`�,��x������K����H���g8*rϵŤu�����=��z�o%�;����EW8v!2	
��s�5g����XA�8�.�-:*xѤI�!A��o���˳j�5,��Y`H�Θ�&>���\5t玷S��1am)Eu�.�R�c��Vs0�+V��a0�V�M~���f��Қ�CB��ŝbb̽�b��8����]�3^�탸ϾS���`
��XE^��l3�B��I��6tF%Z�
Ehl	�!A6���0c��%#&yG���Z�hh��wu�	
_�Qf��4>k���"��||nO����H��K
�Y�;�l\� �oEb�+7ޘ<���חן�s��
�T���!$��x��9�fu�05���&�䕝��_��A~2��pQ
t��\s�Xs��o����9�˓��\�	)��Ӄ������x���;=����������u.�hH(��zt��*�̤��$x�|q�RY�kK��Hp^�!8�5��u5�4�*ܿ/�J/Ooo7�T��5m��
#��7����������`����������E��ם�D֣庒�2��g�����ӳj�4w/��Ww��(�+po�9�v����Λ���sܓ���{"+��� ��C.�v,�p�����Ȳ�J,�a+�a�3�p|����U�֨(�:|�g%�RhI�ܥx��F�Jv�(H�k=�:~q��"���-KIM<����;Я�� _w ^�����u2#�S$Y��������di��k�ϐ��׻^�Z�&����<2D7cݠ��}]U�;Y�b7r	�y�;Q�fʨA�9@YDҸF�61/pb`��-�սU�ɓ�2鉶���MU�n*�����J���J%Yr���quW{MN3��͢vtw�A�a詄��o/�7���}�"�x���wp=5�‰��(�M�'Gv�+'�b�(�\k:���O�u:��c|��+دd
߆b����0Z�.UQ6Ɠ���'�0�(�(w�d�0�j!��e�'ڛ�C<=��xzȩ<���d8��u�/$ݪ��qa��j�/�5�b�us�'	��F�g�2�aD�Mmv�f���$42q�������|�}��P� ˇ�ցn�?\s�ן�`�k�[>=7�ɅW���x~!Hs/�)Yz��D���kŃ��T㓫V��a���@�ƥ�$nRH����I��=?	q�ܡ1r�E����Ш\`�^'�[_����\��n_ѭv��mb�G:�9����;}�]�H/�v^�x\t�܁�wz+|��&X�hw7���'>�1�"0m��n;��݋�%ׁ������<�8�ݡw����o�1^���Q��|C��e,>4o�a�����[E|��@��|��d���4�6{q�.z�K����q�9L+Щ��N����a�A���{G�_���=��o���X���?�Wm�G����Վ����;�Р])���}�Ѽ0_:楖�$��b�w5ҽ�-�Y����z|A�g>��bg��?���?�7�5�N���Go��#�m������x��x@q˗�n<��v?kа��pt�
GyGZ���3�2XC�ѱW^�yB�G��M	&�^Vc�F�ݦ/�y#�;	��|��1��M�q����v��T��C�u����c>D_ ^�yB������Q��*���T��S�'�;*���?^��zAX���09��	���~B���(�#��H^�~,'b���n��,'��tb<brt}�;V`����Z��Q����g>Y����a�_�C��L�C��<���s���������݀rX��,�Lg�|t�<��x~gc9L
�ן��M� ��c9������nc|X��:��6��6�go7:��C��G�9?�8��q���!�[�g���RA���c�y�r��!�7$�`9��d�@s���.�}�K��ya��r�`�U`|ֱ�˸�ZO�zPGx[N��x���'�O�d)�u�[v<P��cy���V;��Y�o��LO��x����@{�猇;�6�^/���q�����%��{�,��(��?D'�!|��I�=����da��x�N��a(#�x}M3^٨�x��a��x��1x����<>��O6�x��O6p�xB�sˎ����t��v<p\��x��o����}7<��y<���:��؃�1G��b��0���x^.���g�4�f�?q�n��bF}�a>n7�)��%8�ƃ�?8�+~��8��[�~!O�c����w��_ئ�kt��ɷ�<��{ލ�����W�h}6�@���\W��X�OiT3�ud/>���I�ɑ!�J�y���F�B�ބ�M�-�J%K�����O6�n��ZT�o	y����\��w��I��7;������eПz��ֆΜ��.l�ˌ�v�KY��|D�%���m��h#�_��
��F�R���J�<
���dQ�,�'�r��2�yC�S��7��d�b\��zd2!�ч-O��(%JXkE�n���L�bMH��zN�{��Ă��A�z�g3��8|��8�z��U,�q���y�]����c�I+�,��ch��@3�BD-&�w;=Y=b�ϕlj���zTU.�׀��D����s���c�su�>K>��E7{�J�Χ+^|xF���
�h��|L��*i|����sRUBfs���B���L��}�P@*U2}�:{�?|؇��!̇�����reR�����K/�,�;~47��s9��1�!�ǼY���Jh/��7H��
��R.aqJ�jR�LCY)5�=dy:�;
"���:��;��"����7��[�����6�� XJ��ȕ�Ǹ1/��t*Ad��{�wd���x6�;*�f�����zȓ[�{>�����!o���ܗxL��;�T�#�
�9-%�[BG
)�1����D�򻩳��Z�K��Ĵ@>���9L|�"��~ ԤתP�~���9��o�k�ċ0V"��D����	ɲ�`��Y��T�^^R��1�ŵ����v͞���L���q�A&`�?������w>�e�����)�T�л�T؜�v>�u����l������?�dJ1�ڿ>��_>��_�'O�<}��S
���~�_n|�'O>r�'{�@>Q'I�Bt=Ob��:*��0���v���N��f�v"�E�'wBZ���o����⢀+|�
������Ť'���:�,E���t
'Yz1�BP���~��i2���r��.�l|��,|�/�����N+�N-��g�\�ל
7�:��������ς7=�pP+�x$O��N8B�C�d�C[7Sm(C�UG!Ty�}ˊ����Q��D��s޷��Cc����Y
���<����c������J���?��ۯ>�����:z��ɣ��*%/�/A��2��X�D��0��&�}8�W3j�8u��j@���}&y�o3�vl��~�(I��1�p�z�5|��h��n��7ҨLr��K���>��˪�=�/?�2n����5ޝiϬ&�Ԟ���O�>2~cd���Z���R�s-_3.��6��3�O+�T��vb߂��6��T��f���1=��޹��>Z@�Q;�%��w}NP��d�ŧ�l��I�kj����O��UF���ͨ`�rAiC˷U������+;�j�_��r��渆����j̟d8��?P�.2�=$�s>�
m�Zp�s�dw���U;���#b�lr;�&�u��&5{j�H� �	��O��
�F����B�.4"����4u*�(�?���?'4/23�hiT�������d��2&�o���7��+���6)�ܦ�6y��Kk�I)�OM)�k�'z��$'�a�3¹�ǾK�a��M����+�=�����g�����[l�Wn�;�q����S��O�4N��2��-Kb\�[JV�:�!���"�2&��}��5���^���K�vVg�^}�����>,ۜZ��a"���I��5�E�
a|6����V�QL����[��}�x�k"E�g'v�`��u�BB^�I���H_�֌7���&֟��}F���h�Q%X�ÿ�D5T��7�h�h���@���}�o7�ż��ϧ���Cb-/��N"#.�d��T`Ic��M
+�hp��qv;�ݵ�ښ9!gZ'�O>OCh��pU)�b9M(�x����b4��={8W���S\��n�T����k9W
�M�һ�;AN�M�6C�?�r�JDm �;cX>�+�I�P���X�+�E.�������܄a����@Ά�6:`i������䀡~�]��K���vX,�c;�	a[0#|v�
a[��#�L�	a�1�/�6�3�7 l�V�5�M�I�B���p�8�y�&���6	C+�.���2�����woP+qq�1��/�P��Г۷
��{�\�&��G�ƚй������1���`*8�r79�H\Xq�j�L�w�71��t���i�ʏi@�c��-�>֕C�s`^��^�T��ܗ�Z����?�	ď��"�>*Z�㓹s_�-�q�M�D�lJo/��u����\���~cOHpY��.��!᣺�̙��\3gR^NyAmFqdQ�k\nt.�����9��3���;B�Dz$&%%:��Br/ArOn�&̘�/���}��/����� �6���LJU�t�L�蕳���?�ҹ:��<���<�Ӟ[}�5e��"�έ�3~-9����3f4��N�<�����
��5KWo�?=��ǏX�tHO�?�� m����J-�[0f잋|'�Z1Na*z_�L߽jRkH�ⴚCaV�����yс��yE�)�3┵
:u��?!�+Ĭw��J(��)T�G����z]t6�I;bO�Mp
@���J�\�P�"D�^
pdl�S㠤"%���N�W�J=޿��ifXƛo�.wa�;��2��-M�.��6�Xi�P(h�':�;	)�DG��������s�(��2w��q�����9��z�y�N��'0�@ކ۴�I��u3<<u:����Ӆ���F���&�X ���Eǥ�x�A�������e��m/�Z�A]��kL�܇��5�/ï���+�U>�e��}lYuo�n�&Y���e��n����B�|�|�stk�H"¦�5I:�#"��z7�X"����_���}��opu�P�#�0�����/	���k;z�,��gϐ�n�J��+Թ��N��|�P2s��ק�8|��88|z�ȶ��Ȼ}\nq�T�+Q�.�������<���FD���=���R��R�eDi�`�ץ�%�����F�R���*r\��l���U5�?��t͛r�Լ|��\츶vx�;{ �u:s(c�`3�Ðj�=�u�MtF��﫲��{S��犈��^��Jģ��֨(7��{�V��Fxe��,�Q`�y��E��l�{19�
ǁ�P�݆�"���3�2!iw�䕍���;}��e�g��*<`K�S���� w���-�j�e�_L��=3{5!:m��wѩiA�;�L˾;��襷�{O������#��4���"�����e�;=d"5<�c�[bp���a�~Ƅ����.(��T��b�
�����
���~�5�8ui}MyI]}��;^�y�)nf��4�<�mnk\C���?!��}��ǎ����m]��yt�މZ�&�r�…�jE�JC���nA��
��Rƺ�=�N�"/Ivg+_p�=��Xǩ@_-�p}.̟-ndr�Q����[1ny����vLy�f+H�{��~a���{W���v���uE���p4����tx]}s%7y�
�B��7�'LD4������(B�^p!��eH�ŗ[?�wV��O��n��U�B|p>'��4yVD��]OOr���E��Pź�#[*�M>���������95v}�w;�~)~ㆄ�gV�����hϼ��t�������A�ϼu��H%�6o�/9 ��&��Dr9AxkC.�3fT_�قR���5�^8�%��?���ཻ*m�f���ċ��,f��;M��Hj���6Sȼ��Ғ���[�S�#|�jc'䕔��['�$� ��F�[�}���X��*��L�OrLl��:�$��^�����G����f�Fa��#�`V�y��h�{���r��Ժ3$�N�^�p�x�~_�#�yP����_�vv1
D��|�⻷H�w��Rrvs��.��
����#{0m3G>�7�W>���+f�o� G:x���^�z9�V
��3�/��t�mz!�P��Dz'F��>���i�� �mo}��G�}��%�!����
@\��}���������J���ތ�y$Y�tz�����e�2����P�)�1�5}��Tp��
G� �G�ɪX,����k��ѫp�K�s�F_S�C�$
t1>m�@�O�XQ^U���_^��@h.:�vv<T�QRw⁌��YY�8Wq������>9��S���OW��;gU���;z &�ȋ�<L#?��p]PP��#J�:T�)6n|aS��IQ)��`3�����	��qhW>`؉�‹���jL����9���*M�o�2iUj������vw7ח�l�	Yik+ӊ�?B��6�˒a(�<��t��y��a�%{�.2���[��ϰ�+"�7���E���\��;x��ay
 ��\��6
	M��c�Ң�-�Ԡ^�>>Z���v�`�1?��&��e��������oO�O����[�j�rh�օ3�b�'�X���N.t00�]i�UW*]���o�@��� ���w+���mAw��/,�I0yH(�C�)fi���K�j�{)�K)�<��s���9��q��T� ���lZ�7Z�Vg��?\�������a���U;��=ˮ��g�%�&h��0/óg<�Əu7��Z�"Qw�9'Ѷ�7�(A��� ��#���q�P�kO�Q��
���ʵ��/>�Q�5�$Aڒ��MqU�k�+�jf�����[̼\����%�~{iA�ٓ=��xZ�.Z����p�A��r���
Z~aFy7��Kq������dp��-8����E�x�,�K�SC�sJ��ߪD��~���qJ��>��(�ȅ$h������I�81@��Q��<r��n:m�Q2k�(u�SΦP�-;�����8g���PJw�{�Y�Ur3�E�48v��k�F~��e�@�Eos%)��(�P�I�$A�����.�'������~LN�W1�^I�;�`A�Oy�mj_�Jᥥ�Pww:��5�V�ҁ8����i
e��7���"��5�K�&"oue�ތ�=k�'��,�k�o���b�rJ�+�摥
SƷ%X�M�RO�Y���e~˼�͵�Kgw5w��o�j�R8���������
�A�i�����΍�'�:���n��J
;h���gԕLl4d�u)���q�x����v�{šIb�
byJ��_\>��`�L��^*3�l"^V���>��,�(̐��4۔pI��Q�I\]�јE�fв��>����hB�o3
_D~���xp�V��_=����
�/��H
C&}���a-�y�k�j-O��J����Q��+1�1n��;�2<�0�e���P'.$��b�מ�'W3�I�¥����
�2�g����gþÆ��%�1�%
�Nø1ס��2���ś�=Y��_P	(2���mV#�ca0���|vY��G��"���&e��o^Pq]n��?J�fL�WG���3�#&M~24g8�����$����v�0�&�*�]$�%j$�W9
}
ە>��hk�����Z���^Ƥ�y�q����O�C�V�Ć�@m`�/s�W�#���ZV1ks����:u
h�x��a|�ܔ�˙�O^���\�(�Լ��ՐU��z�-^?�����)�O�v���:	ߋ��?O���g���n2c�A�$��k��N{8�';�EN��Q8��n����ߟ��ߋ���V�
��;xV'?g��z�c�#?y��|�F�h�1H���
�Soǣ0�7)ߑn�O���:�-r���b'��ܶc$Ū���/��G䴑/���������v�&����Ӈ��!�+��(�p!¿���m�!��}%�1��-'{|�Y>�¿�p���a�����g�����`�1��/�&��*�?
�P������@�T�ba!�g^��B�)��"�S0�B�&��[�ÅF��о��!�7�}n/��A�m�
B�b�#�+ş�P,��ɑ3�:Y���>�(��;"�/�
1C��xفp!F��0Q�����y�2�	�G.B��2F�Rn��9��?Q<����F	#,��H��tb<�C�Ӊv��XAl���J����-U����������_��N�Z������<��j
�_S];��8e��;�i~���V�n�Lc�0a@m?��mt��/Q8\)�\f^Q�������\��sȹ�����
��\����v�2Pt������._�v9��2�sl���Lp�t[{dxDZk�K2#C-��MA��6�_�1E/m��Q��=�ν���$�\im�½�:b����'�aL���Z[�1HB�m����p3P�=vlm��#�ճgWW77�2�$:��E��]4
4����f��n�Τ��0�u6ՠ���{Nt
��G#�ߍ�D����HhKXP)*U�^A1|]�E�w吋��)�:=T:TN}:~�d�3��͋���<!=-.+�WqJbIIbJ1�*�J��c�I���6�����x@d�%9'.��h�������}���J7Bu�M�'u�MXj�|qn!��Pݚ�".yh��D�$us��$��i]�P�����N.�c��'�H�Ǡ&8�J�`�CMđ�$Z��j���H�O~Y1��+��KY����Xh����r�"Ї=*�d�X}@ۂpuP{W��f�'�.v+�k�61KI՗���`24�0�I� B��6W�,+�Z0�;A�I4/Z�|PP�l?#���d�FV��2ɡy�3�rBEx�L��j]����(Yp��u}��G��pF���[}I�����Zk�5n�u�qr��i�I���!I���f���7�����F���ꈈ��+1�l���a��;���

�{����\)��J�;aOt3�i�Yn�[+��m�P��vh~������
�u�-q�sc[�f��O�o��}�xZ���N�ڪ�Z;V���4Ó�������e��>Z.��)�nQ̓�����'B0W�Wjw���o�!��'ų���H�Y&e~E�;�
���i�
��)�
i���6��K��F�l��0o�>��O/VI�X9�A�}��":A_���܏N>���ȗ�Db���dcuܜ��vku@a���Z
�M2�}B"d������ӼC¥�/�e����ѥF]P���6#���7��7�7&Ѻ�2{���"7w�F#���\)��A{-Vw~q���6��K$p/Kvl��2�eFE�W�OfN`�9ŗ��x�eqI�7�A�2�u1�6�?�}z�\�r�Z��%���=&��!��8��Mb�cQ�+��_Rp�qb�����)7m�1:��IAZ{pu��N�g��5>r���v�sG��wE�š�'u_q������⠨�KK����F�����q��Z��ћ!��3��?"WH��-��=U6>���	-�{x���X�E�X$r�H�ˡH"!a>Y�����7���'@���%"Ɗ�Q\h�;����W���xQEE�cqr�1�W��g-H��\�⩈�0���m��W�W�r�a��χ뀖�n�O����,����t�����K�m(/`��~vL���|�?h/~0��M�IN�5�������	
6a�����U8����]m�FZGۚƶ}���rg�~c���v�O/��h�`�O�*���y[7��Ѷ��V�7�m�⻤%`^�R�m�{����P�:�S�/$�\'c�'���'� �U�����G���tީ5>b��{o�&���-�˶��!��[/<�j��z��+�Is><5d�����lj-g��]���c�����(Fվ�z��P��%��-'9L���g�HV���@���R@�y�%�J�/�z��t��Ĵ�`ٞ���?k�鰇ߒS���1�;�wB��}�l��>1�~��&�׳~7u����<,(H�J��F#�ez����<�t$���U�?ȣ��Hق-w��ț*
Zm���g�bc����TSl�)(.�{�3"Ds�;k��yiü����y~���FFZ�e!���
iY!S^��}h��=��5QA���p��(�\Óo��
�bF0F79��~���
�m�����A��(�aH}�+������>�y�!p�9S�~��d���Yy&t�Hs���c��K��NU@o6PI"�=�z�'��q�?�V=j�=7|j��F!��">��֭{�^�0_1��1�IFi�V��H&��t�{hC���_��TlBL:������nY`Oa�`F��n���b�����K���-R)#�(�H����,T��F�;��2�?�j�!�r�s��L�u��W
u��Dc_�^��Qr�Q�\�g�{`��k���#��v&0������������׃9^����M%�Y�ڐ�/Ɗc���Ēգ�)����0)�w�6���]\�%;��K$����8�94B@\��gI�ԓ�{��}��#}�4c��N��M��\������f���ٻ-�W��崅D��K�M<UuL�ߢ�SCg�yu����Y��h>6j�6�?R���Gh�Nmz�-��ک��9���6�j�n���r�lGy$<sGh�G e�c�G�nB^E1Q������.��>T[FhS3�>n#wjg�܎bͅ6�#�k`9��KCsķAsG���>罆�<��b����{��-�5���IXH�&�7j
摧繍�"��bW��~���ǥ��h�]��o<��gi���m��ud�(�h�C��s�~N�Q���}�tr:ž�	h]Q�i��cb�38
��q͜^��+Z�����%�~xN<{{���IN��ޠ���5z<W[�4"���"��g���
	�$�^���ӍO��\E˾�◱z�3;������h�hJp�
 ���Ǒ��M[�S�"��Q
�$���.�w�l\5��J@�g���`ͻ&�~��v�).�qZn�|�o�̦$K�3W$a��=7�8�8d���#�\\�o�	X?|E�pn�&�u���=��
�Y�#�����D��q��T'��4���G���n����%�����
�~'f��*"��4%MOZa�f������`�:wq�ܵ�+�U��]�x�
�6�}�Y]]i���Γ{�&�Kϭ'_N�_[}~%�!��B�����rS{���H:U7T��2�J�Ҙ0��5�:��e*@�1���Y�I��H@�w�'ѭn~�D��o,�y�.	g��_?|߰v��S{LYtuY��;�}kN�qop��Q>U��� H��m���7?�������{e�g�_�S�����b�|�=m>s��NcW�r�&u��÷*�٬�h�N�)be2$�
>���/�6#�U��*�q	c��)�\D��3��$5���}�j�y鳃��§O
���%~=:����]��U2�|�(!w��):�*�zɪ���M���>st
�Kz��!����@�b�[z���;È>o} 5e	h��m���)}�V?=c魽[?�ztYNWV�� �i����>t&=�;��eO͌���{nt���gɳkL��9��q��ڣ��<q��9��c!#?��e|��>��&���0xz%���|܁3��Dn°n]N]�����6���Cq�{�Z��0��q�,�������>��Z�� ��.8	�u�9���-g:��̞�ᒈ�U!sQŠ2>*e,��I'��rŒ����y�ػ�C���<9����k}*����WW�����E�s�~�]���
p���~B6
JƘm�]�*3�S&�3p�Tè[�*�1�����M6��qe9&�Ú};� ���\�s׊�L�'���
)��pg�K�أ.EВ����;&o�n9\Z���5ϷT��]!��6��>�ػjb���ڳ=�_���]��
����F ?������1*�Z{�/S����j"�)z�V���v��o�_�V�^���g<�r��cS�/_x������O�~�c^.�'�?�n
�a���z�����Om_��ؙ6�5^�C˘��<�c�Q<4G�
�F~��(��dP�xZ����C9����)�_N��!@S.:�WJ6R����΀��'��M����m<O�A��qMg�����C��#_/��e�+�0e�Q�Jd�ΏzV�r���o6��99}��,�����@�"jY��7����6xP#M ���&����[���M�
	��X��L�2R�| .��`I�uTB�m�d�zd��b׭���L�Qyo�H�W�_���ol�sau.�n����S̅�Ɏ�n��Ȥ��o��G5��i�G�S��;~�ܖ��,��\7��t�^2��c�IR4>6���|��{d��-��ӌ��ۯB[g1c2���4����$*Õ�n�ac��C�y�j��w��j�ZA����Q��,�'��jo��m}�5;+��}��
u��+�O�ԑם��w�μ���G�4�k
��_�`qу��g���6.9_�:saan{E�,�f����~�s&���hɟ=I�1��6�;g�����3��S���*�a��ך|�1=?0�6�*wq0��hj����Y�o�����4w��i��s9����f�,6-�rV�8Z�*����Q���/n�Qϔ�?��3��K33�u��L&0/�{�+�'�y�&s��X�Gv1��{�3���M��ia��3�� ���Dr‡���=ļ��	,>;��
8`����̋�� ����}�k���`¾�J��[�%���S1&S�]nH��tv�&K~�e�_X���_��p��}���<���xכ˸a������?yO��Lؗ�P]����R�O�#��v���$C��Cޜ�m$��Ϫ2j}�t!~\3�A\>��D%��"����������k�N���
�oC5`ל�䤎ҩ�K*f}�j�cu�7r��k�!֌,[Utfv�Ԃ�[k6.���;����y���H�K�D�j�z��t?v�w�3�� �����˿~��ɢ��s�<U�IJ��3����Ѳ�"���ʿ~Or������޵�gE�w%��\��1~Qc{wrJg�ħx����!o��ɕ
��d�����N���=�v&c�*������#�|�-"iJ�H��ڌ�*����>��L�;;ѯ.s�̓E�Z�w�~������^��
~����<�����cU;mۘU�@~:|ɜ�E��?�i���{,���Vk"ɋ۹,��}!��x�uHK��T(���Z&�G�)e���4ձ�4��o6=�V��m��:"�6��%��k&�_nj{c۲�������4uW
-�&[?ޛ
$���~�*"缲i�Nj��|���ȶc�,�8��s䟁;C}���?R��@���9�#um�I�#l���_�����Jx����.	4��uF9���I�L�ת�4���YΫPh��̀��w��`ea��<x��|si��L��ҴyR�E�+�@���&�-���ym���+�9�?��j"�V@���?�`�m��&(��pLpP"7[��-�ӇEI��H�%lA��*:��6;��+\]�s6V���7�,�ˊ,N�e���SwV��7�_m��n��W�[�E|�����	T]zh�� gYQ��L;�à=M"�I�
���5�n��j��Q�b�����-�-���>����?{�=hd�m��ؐΛ�`��l�wll?��c[����5@q�nk�xbh�ҵ
�����2����}��C�uE�'A��!=~��@�EP�d����۸=�=~��}.��5���s�'�s&w����0��]μ?7~�>O��*��>'��2z��E��FFF�p�3�@:��Ƒm#�x�'��h0��m�Q�Un�JX�4��ph]q[�4��s�7�q��/9��8�Sk!�����x��TOoEk;I�6E�@+�!\j�NRqHR�ʖ%#�M���w���ޱffk�pD�9p��������
���o��W���{����="z�Q���_�h;�0�
mEGW�ad�ѽ�׀7h'�+�Mz�r/�-z]�#�[t��
x�>�~�m���g�w�ڳ��ң���w�K6B&QmO?sVG�~�p�v�O����I�5ڋ�
x�D��I"�'�-����-���0�mگ~�mzV�>�;�e��]���x'ګ��.=�,�9iӔ)�h@�R���α#�va#):��z	MW���)X�3�~��<-SW�ޢ����4�]�+�!�.�r�X��ӆ��=��Q����aC���e.Β܊�F_ɾ��hc����=��3�E/��Q=�:�K�;[��p��ќ��5�eHz�w�2+�	����Z���~2�1=Y�?���I��m�� >Ɠ9�M�^�_�x�u_t��K�х4V�\pT����-%���RX���
�4��@1�U�g��[M��x�pp���mG��}�|�$
ۦ���+�kqإ�(+�L��Qb�})Z��E��b�LEO
#3e�42*}i\���0ʦ��P/ί�^#ДK ���g�P��9�:�n:��=J2�g���odx��e��,/	�ђ�iU��s�`wٸ�L�kw�6]�u��|8go*�A�2�C��TZjt�W���e�J��Ct
D^e�d2�Ku�B���h��_���3,b�^(���QH���+R��~@����÷�o@�0	�Ԭ]��6�H)�YpS�6<�${���2�̝���YW��b)�ո������L€,���H}�ءx��8�`���9�!V?�3��
 �&F�8ӗn��52T}�?4F����Qz��㔍;��c1� �A,�,����&j�� �	�,��<}%w,f���;[5�����fg�%���n"�Ω��x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}��ŝ��鞁 rYD$����t���� �K�p��H�  A ��� ; ˲�úY�*ᲄ%�r8�(׋9,�8A� "A%\nշ�=�@��9��뜮���zꩧ�Oկ��g�tM�zh3�v�f���5��?{��h���h�iN��
�����8�*rj7nh������e|��ُh�����	G��YD�Zm��Q��]#ޯ�j�5�ޑ�_PC��[}�ɶc�ޝZO�Ӻ�u����s�-�[Z�juݺ��P/�m�{�n�P{�׽�Pݑ��P����}u���k6Q+[w[/[_����6���%��A��6Q�X��dx�l3ls��ۖ�V
�ƶ�<�Ͷm���v��@�n{�vꄭ�v�v^�K�+�N��[�{���W?�����_�J��C
�U?jb�����f�ϭ_��~y};��
�����~G�nx��ֿu��X�I����/�_�]��J�������fw��PA{ܞ���ba
o�}�}*�t�l�<�"���W�W�[g�hj��%�N�=��v��!��q�)���?�_����Z�dDk����a@������n��h�7j
5�a���&4L���0�jN���
˨V6��Z��<��mT/7���p�����6���h8Ku��Օ�N���=�z7����H��觊6�������7���8�jJ��T3�R-l\B����jm��M�[��7��ݸ��`�T��Q�l<Mu����ƫJ5iM�T=��P�o�Q9��T��8U��L5�i���T���RMo�M5�i�ҦT���Qmlz�jk�KT;��P�oz��P���M���4}Du��s�kC)GwG/���Tv����S%y�A��T#��1�A����1�A���ϱ�A���ϱ�A�/;ȟc���9^w�?�Q�st8ȟ㼃�9�8ȟ��$��N���$�'�sF���Yt�?�p'�s�s�?�'�s�t�?�B'�s.w�?�Z'�snr�?�v'�s�v�?�A'�sv�?�I'�s�s�?�e'�si.����"��.��r�ȟ+�"�������ȟk����&�ȟk�����ȟk����V�ȟk������ȟk������ȟ됋����ȟ댋��.�ȟ�Z3�k��L���6��f{3�k�6��1�5���<�jl����Өf4ϡZм�jY�J�5�멞o�L���e�]�{�4�N�V�Q��Tg��S]j�B��bU��GKo�~-�[Z��-Q�tK�jp�p�Q-�&�L�z�e&�ܖ�TKZ�S�����в�jK�v�-�����z��0ձ��T�[�Q]h�Lu�U	����'U��T�V��5Ho�R�[�P�hM5�u����T�[�Q-j]J��u5պ֍T/�n�z�u'՞�T���:�z��T���Z/R}�zM)���N��ݗj��N�r{���$U�M��C���=�M�ܓ���=�M��܋���ɟ{�����w�?�67�s�r�?�7�s��&����n���&�N����?O?�@G=O����'���)z0�y�{FyH�g��y���p��,�p��,�p��p��l�p��l�p���`����!k�c��9�!k��湪�[���������ux9�y�^�pެ��%a�^��D5�K¼��$̻�K¼+�$̻λы�ͻ��dy�x���׼��{�K���������������������������h��M}I��o����7��h��c4�M�1���M}�}����>FS�z��o�o�<�v�H�4���&�	_�Yi�]�&_��4�K���g4��+��\��~r�/�M�����q~FS�?�������I������I�������I�������h�?�g4���3���M�����-�h� k���p�Z `4
d���!F���i`R��40=�h�`4
,
0�VM����F���i`��4p(�h8`4
�	0�.Mׂ�/�=H��}��/h���7H��� �
���� �N��� ��	���� ����� �nr6|9��\po�����A��G���;����9�^	r6��H`�w�����_�%D�B��C�/4<D�B�B�/4%D�B3C�/�0D�B�C�/�6D�B�B�/�=D�B�C�/t0D�B�C�/t2D�B�B�/t9D��Z���{��_����a���_8&�!a�&�Ia��&�ya�^&��a��&�a��&�a�>&��a�>&�a��!����!{��E��IF�_dP��EFF�_dB��E�E�_dN��EG�_de��E�G�_ds��E^��������!���鈐����\����5J�����/:0J��-Q��F�_�%��Q�%�)Q��%хQ�]%ѵQ��%��Q��%уQ�=%ѓQ�=%��Q��b�/�3F�b�c�/我�X0F�b���
�������M�������͋��������������m�������폑�ء�����ؙ��]���ص8��w���x�8�����/�x2N����/>2N����/>-N��s��/�8N��+��/�>N����/�r�����_��8�����xG������_�J��%�	�� ��	�hI��D4A���KO��ĸ�KLI�����K,L�����K�M��Ħ�KlO�����KL�����K�L��Ĺ�K\N����$ɞI��$IG��%�I��&�_rH��%G'�_rR��%�'�_r^��%�&�_ru��%7&�_rk��%w&�_r��%%�_�x��%�$�_�b��%���_�{������_ʞ")o����)��"��)򗚐"�i)򗚓"��)�Z�"��)�ڜ"��S�/�7E�R���_�h���:R�/u>E�RWR�/mM��t�4�KL��-i:�ԥ����i�Zz\zbzJZ�����^�\�����kӂ����`(�;�/}0-�INK�L^���җӂ�������62�3��##��3�L6#8�ɌȌΈ���������<3/�(�4#�tfuf]fcF�����K��qW3�3�eeĽ�ϜʜɈ;����<s-+�[�{�W�oVܭ�=��z��e��|vPVܙ����섬��i��9����eٕ�5Y���>�ݜݖ�-�+�w�@�3��[Yθ�'�Tg��qg/e9��v�8���q� �/��\c��9���t�H58��ܨWr��9���q� 77��ܒ�r�9��6�6Qm�q� �#��ܾ�ro並��qM�;��.w!�5]�*��y�������w�����/繺ˏ�su���D55��]~v�����<Ww�y������?ȿ��A��<��{�^�s��?��:/*�u^��<���P0
�?(�*p��0�`�r�P�P��PZ�Aal�����f�PXPXL�����š�
��P�V �]�W8P ��
�p��Au�@�
�
��Y$�E�W�W$��"�+��䯘.��_qT��'�_��"�+�-���"�+��_qCqՖ"�+�(���"�+�Q$�cE�W<]$�E�W�ZRB+Ֆ�_�O���l%�Wr��_)^"�r���F��_i|i���+�.��Ң�+�(��Һ�+�P"��J䯴�����+)��ҩ�+}T"��K�l���i�}��v(W�ԕ�eRWΗI]yh�ԕǖI]yr�ԕg�I]yAy1ղ2�+�)����eRW�V&u�]eRW>P&u�ʤ�|��Au�L�ʗʤ���F��z����~m�����Ե��H][��H5�mx�7m��8�i����M��6�n��-imm�md�mC�&�-md�mGYk��F�4�x�f�H�խA��>)�CjKO8@��Bw �%�����"�� r�=�_H�r��&p�V|{�'p~�Y�^/�^/}��w���g�?�:rnC�,Έc�꼸��
}�,Ͳ�]%�n߀���=mCj�N�_(׵�|gyє�ֹ��Әg�ɯ��^�5
Q)���(�<���v�iH'!�F���?C�Ui#�~y�B�T
g$�(��<���)�;����J8M���q׶C'�E�G�3�����H�_��)�����<�Nq�u��^�%��Qá���t��Hkq�OB��<�؊��p�Kj��x�@NiY���򼖽h������A?�T�N9����Z��~�������;d�]G+
��J�<	�,�W�[�g�|U�q՚��T�c��\���=���o�n�:��ϝw��'P�{H?F9��'�O�N��)�'���.�~�U���n7�a&]2�m�7���c��_�,����E��t�K�S#	ʱ��i��cU��E���0�.ui��(�<���v�.u��7߫��"P�:U�P�M�h{U׼k�GLy�W�e1�c��І��L�[���Q&��"���K���e~���j�d
=�D�0ƹ�m�j��#U���*ǎ�m�j��.�(����8#{���<�=��a�恮�|����Aկ�+��|u�������Q75��n�GV}9����%�㧙s������A�����,\W���4�����¸^����~g�ǒG?JP�1�U��vgFu� ^�a�c�#9�e�>5���wM�=`��4F~YO��������</�?xVq�2�u�D�㧊�����\�.t���NJ1?s�,��g�b[U��嫹�ɨ$���n�o�ꏟ!�g7���ؾ�8b�I���'z��;.F�1&�����W{���8�ϡ�D�o"�<�$�9zz�u��##�nh��w��`v����C��&�^��l
$0Ϊ�+�s������A~�O���+��7E���FH5R�Go��T}�֊�����c��L~u��=���Z���-���V�rE�]�eM��p.������Y��+~�)����?�o(�\�yS�Ce�Vf�*b��SL��{u���S�m\#gb�F2�|ŰL�~y��2U�}��Z%�.�j6�FUɹ���7q�1q�1�1񓩌N�Cu.0�t��,}q]ݡ�z��4F{�l���S��r��)�ͷ���B�S)��>��N�پy�7eZ�W[�[�Ǽ�-���J�Փy�dĐ'f����N��iZC��﹵ߙ�/�[P��ִ�1����kf~^�,�2� ������1r�6�����7f�cqձk1���з���0�j�Sk�\e�:X¹�1�|�)���ۘ���n�G�6WKP��p �z�(��Y��,gqӺ�x�9S�����u�M+#�,���5����x�C�q�aD���>2�8p'����G�m���l��Y]5|Z��;�Vǒ�����E|{Q��Q}a�U�ލ�TvDܴ`�������w��Lu�Y�����3��6_��$�s�ͽ�@O7�|޴�rS���ǚ��e�s��?�ԿԼ蛲�����C��Ϛ{�M��+z�y���z��}��7+�@\���@x���h��_E�WQ�t����O�����pldž�g9|F��Ά1�֦Uv����r0���:���v�>��1���ȏv36��ojo�Ҫ��
�"�'����Ъ��C�B���;0�i���Ǵ�7��\�]�G�΀1z>�k�h��蕫o��~��c����O@^A�"Ϸ���ȓD���k�iuM*f5X`�كQ�_��i�9�iȴV5�Yƣ�Q�v�v��>�<
��.��P����Ǣ�>�6�ـ2�����^Q�,S�k�_S&o����#�?!��4�W;r?�?F��B��B��@��P�#?������B7��&�S+�vL�$�5H;xKL4���Y�ym>�4.���o@?�qO��@�������l7�X�g,ڐ�-��_�Ἵ��/S�ϡ�<'�٘��3Q�$ܯI�f_���X��L����D�*>"�Z��1����wJ]�r�;{��<�vxZ�G��Y�>c���'��c��Կ37F�>��?�:��.ee�Wy�_�
��P>����_�uܰ"X����E���������յ���'Е���؂�f_�
�70�|�������P�O���Q��Q��9�,�M������Z5F��O�6�����:7�~�bْh
}�>�GC?{ύ(�@�i�mh��u�K��:���N�X���{�q�)���Uc��F��#��ÿ�
�?����P��^Vu�մghY�r��1��B9��Y�{_7�g
���E�O���V��|�nc��1�銉c������~����i���=P~�?��l�{�_5v������jL[&}5OЯ��W�X�պ���>���*�����$_C~��8/b�q7��n�)�E��A\���;d~�V�]r�ݕ��OI͹=�L�o�b�y,2�1Z֢��*-}�g�c}g��5�{�<>�F�w��ث��=y�,�)�m�n��3�jG����J���J�1��Y�j����QmR]1G�ŵc�a|�;֡���i}��/}�|S��06�t�T
_k ��U����Γ*Uq��K�#S�kV��W��o76��%�8��_�R�k��h������C�WU�zއ���T���E��oC�w㌋U��.F}T�=�R����KS)���u�}*�?�%LU)�y�>�}*�_���o�8]��*Us��U��~�rT��J�C��˟�R�3<���T)�A=� �a�b^W�;�߾Ss�&ge�[�ʌ0��W|��u�>��l�jQ�{Px
iy~e�N����/U}�j��m��m)T:��Z觺�YS%�<�U#��&������k�0���~�ަrګ�QO�T}��a*瀩���Ǚʯ5�L~�y�Tϫ��@W��H]y�S���}*OU�U}�V��M���z�V�0���>ڭRN{����Ժ!�v�S����⑿�w
_^W�~�3Zu��m������]�&r�G�+�W룞�>�`�^E+�&�>�W��gL�����B�P���V�UЕ�s�+���q�+��|�[�B}�"�����gL����z�G=�B^D}^�6?e6�48�F�?��W�?c�U}y^�[��H�V�F�����)�xLj�.���V��T�a3�1�W��ꮗ�}�ԺzZ���c�Y��HS��vSyn��&]2�aU-g�]���V%c%x���GX�f�4y]������K��
��Zn���������T����HD�!�c�*7�v�z�L}�K��;�jb���M�4=�5?��槷�ͣ�4���ݯ
�f����H�Ĵ��*-���6hem��G�W۫uhӴ��篴3�];+~Vi��i�����Z���7ڧ�g��{���g�g����]�Y}�>_���P_�]��?�n�O��������~�����FF��(m�?Ì�0~d,�?2����3�Q���%j-qK�h�$-����ƫ�;���7���N㐵��3NX֠�[kĚ1޷�9�u�u��u���'�j��y�f�#��k�c��g����2�2Mk��_�]'�ơ|�]����mC�>�|�P���!>rW^�g(w����mm�=��ⶈ��>P|ŧE|��ߥŧ(>�9�p�%>"���Q|��I��Y��B/�,�\�,��]xk�� �ߤ�ױ���;�{�����V#�Q�ot�[�;�Y��4�5�ߋՇ~}��I��������.����/����H��u��8�{E��j*~��_�����"���%Ӛ�<��_���*�ˤ�\|���ƥ�K㎀h�ӢEh=���k#���fQ�Zo��6P�ˣ��Tu��-r�sпv!�Ͽ4ʰ��*â���>d=�+rY�=�?�{b�S��}��>b
j�[[�Bu���S���Ck4N~����_�ujr_�5����oi�����}S�R�o�ʿ���k��o5���s�M/��e�Vr�W�)>}ħ����.�t�OP|������qf�����"�$�{��L�D�����*Fo�2)X�
&�U��� #��7L4C�Қ&�gq�����5J����X�ʻ{;�n/����7�����%�7��$�+=������q�6�\�ʝq���_�V��v��c����~��"�!�����7õQ�8m�6E{X����jK��"���LH��N�^QsL��f��_�o�/c�Κ_�o�����
m&fhI��T�_�x���"}���䝮M��U�Kj�%z�l��^�5}$��R{���)��"ǝZ�?��5M�t�w���}�'rG|���+������o�ş¿"Yr�����մ2�����w&QPK�
�[��@H@H!assets/fonts/OpenSans-Italic.woffnu�[���wOFFH@+�FFTMH$���GDEF��(if�GPOS#�$oNp�c��GSUBx:��B�OS/2W`�N�Ecmap�YD��cvt 0�8I�Gfpgm����Zgasp�#glyf#�߫d��shead�66p4�hhea�#$�hmtxh	�z+ȁloca(�	:J�maxp�  f~name��(�<��postt(l�ɂprep�`�3)Bvk3_<������w&P�"��	�x�c`d`��������Ϋ)�H��	�����v/�Fx�c`a�`�����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�ǒ�x��XkpU�����(�R�̀����
$X�J� ^�`-�ՀTS@""��ŐI+(	�Q^���HAD'��8�����}�
1��f���gﵾ���1�pj}��Pmt]�����fzC�����k(Q=�_��#�p�2/�E�ܮS3�I)�Q��j��bFy��	D[�6чx��H!~��+�\~�X&��bEpf�]h�6ې㧑�!��#�?�	HS�V-"{�4���pP���*��1/p��K����:��~֘'�78�s��6����^Q��k�0ΐ3�"��{m��km�`�Y�d����t9F�L�д�3ː�|A�+}����)��l�hf�x����S�5�j<ξ	z3����O�W�f����� �*Q���Gmo��>g�(�o��=��1�If�W��pU��z'Rݜ�>�t'���ڊ��X���y��D�]୲T�w�ډBί�c}�%��z�=��~�m��B�P��@_����*��M�q��p�����H���mdӞ�2�~����*�P����_|Q��cٯ|�*s�Nհ���/�/�wz��~ѳh�Z��Eo�ӝ�ٿ�Mʷ���&���3FD�.N�U��ܘS��]b�}7`
���[�����d�Wڶ*!'���<,qe�FŻ�%c�:f�.c�t�ؕ�!�'���>��,�.1's��Ž�^UV�"_3�<�0�{y��T��*{s���B�B�)�vں��B�����H��4]�u}��ڏRu�k�5�K��u:�:�+j����H;�ʷ��D�fzN%�7�1#�^ތ����cFqnq�LSz��Q֪�0��$��:�~A[��[�}0�j2F���X>p�M�����]��\.��Z�ܖ���`��o{{Q�%6�ˑ-yֿ��%̳2_l��q��.N����%m&�ӛ��ƣ���<�1�qڛ�nK틦�q�)�b���>�G����s>��1@~�gU�	�=�^,�?��Q���3����3��;���|��Ng�u�eEnc�Z�]���1b?��؈�T��6�C�^�d�Lo�ɍ��y��.gC�me�I.��o�����
00���wag��N$
Q/t��k_u9j0�K���� �������\��u'h�6�Ϣ�Y�!�R��c'~?�����y����B?��~��Md����h��o$���|,>��\-g�����wN&�u�s/94o)�O,6#1(�����ô��8�u��e���s��
�mG���ݮ��Ng��X��ث�PC1���Ih�.c?uZ��Ar��c��CLa�%�3�N��.�u(��
�|>m0�6o�g�<�f����pO��['�n�.��et	�ۼ`�='�׳�cߜk�f�i�;����H��������t$��@Z0)�?��[g�h$Ԉ�]N��k9;��5�k��Y��ģ��>3c��7!O 7��%�=�f����+���V��c��� s������>�|�\���R�ޢ��i]��aUsb���u$�9��
�<�Zz����Crw��9[h�z�=���*,�"����4�$�"����D{ô��8��r����`=��A�f|B=e���#7ԉ�a�C+�s���c;�����
�����Y~[��V�q��yx$��ϝ����M>/"6D��E��=�E�Wj?l���՞�]���`�9���Y�Sa���Q����A�.C�.���í2�|`O{��2�j������\���!�O3��ͷ[�XE�>����yIr@�ܬ�̫=����_��k�;r�ڈu��Q�����:�N\����
w��5��8��3ػj(�"�rWSd/�6�����
dC�.�O�Shc��t��0���}l�X�����NL��<�'�_j����&��zo K7�b��T��>��ݑD�'��bq���($��Mx�X뽀�D
�"UdK�ד�Kl%voW�/�C�q�ۖ����7ߞ���G�T��jzgP�7��"v�f
�&�bo�=�S�2�������ح˶nA2QO����`k�&h*����L��k�W0:؈���<>E� �3���{V������_���j�7'�)���<��E�)`N��66���+���)·
]LU���8�ϴK��Ʋ-�F,3�+b8���]�	�j#L43�E�}�w��Z���x8��M7k�B�uo��-�X#I����J´�3��3 ��v���k[&ϛ%�WJ����"1�ٳ�a��w����e֬U�������Ů������K��B�[P�<�n"-�Ea�L{�gD7���3��z�,���G���|�:nL̢^�'��~�_�М����y�q���&���(����p}�:�_�{,��C�����"�`�`2�g���>�Xb����)��˦��7��f\o��)�����F�sb���϶�x��DB������v%����r��x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+^
h����ҒMPJaAI�HP�G� *���O�P��]�[0b�x�ŜL�ߜ9���9	��$����D��|G�
�����Cŝb@A1��53�)�i�krN�wU�R�Ljc�t�s!^�#�I�X�)k��<��_�D<_Z]}���+1^x���ĸ'M�3m���>�iW�)�@ݔ�Zbf7�{����C_����I��t�5Iy:��&�R�3�1��"�����3Yx�u�}L�	p��C#�3�������#ψ�8�̌<5�##�8����L��C#4N��H�I�k�9���9�s�9�s���s�9������~�``���/�X,6	��*�N�4v�������\)�2�s:�4�4rzGƕ�pn�����i<��k�N�l,!�ƪb���{q�8y�3.z�q�p�sf��!�Z��0K�$D�΂g��JΆ�	�xO��WE_m��2��8C\��Z�DB|�"���{�yNy���v"!Q��J�K\;�</����I@�1i!i盚o�o����-�����&H1$:II�#yI���)P�,�9IH�I9�	`<�p^`�6�]�$��JM�Su��To�D�|j8u���dy�<G^'GҨi}i���崭�}
�⡌Rf(+�m�A:.=9��^�>�>������G�P�"�u��A�D�����0d�3|�32�2�2�i1�$H+��h�4��根2�LffIfyf]�&Ӑ�O��'�Az]D�����t�IG������,k�+k,k.k9+��b@�2�bP��v���	p\#�A6&��-ή��f�g۲��ٳ�8F-C�hc�2S��f�h�L�J�fN$�I`��l&�)fJ�J��ic:�~�s�y�[�+�U��:r��S�˹۹��8V�ʂXVK�ҳl,/k�5��`}������E6��dϱ��av�;�w���9����8b����h9���3�ٻ\d_����8xq��J %� 3�� ?����eh����y�<i�"O��������C���j�mp������K�+�k�
�H�-*.+?R�X�
t����B���PR�Ph(�%5�^�_��仴S�-Vk��W������>T�)��J/c.W]\>�Vr\���ᆮp�������0�r^����Vy�W�W��.]�p5�'�~_��C��k�k�אkcע׎^@$(P �Z�W�yw��z�G!Kh.W~���c����t��������A�(D4S��E}"���G�GGY\YeY�l�f�M�͝���rM��|�|�|�<Z~tK}k�V��
b��b�v�m�mTL׋}�w�w�w�*�J}��OmU�U�*�JW�XW-��T��u�H�q��.�n����I�D+	H�~&��\[_����T���J�;�0���*����u3u�u�������ߖ�e"�V�m>�{?�>ت����G�??�=�><ܐ�B�^>!��+�W�k
�B��R���OIT�Fe�2�<�����������a��Q�#���G���TU���b�`�PU�BUǍ�F�Q�(iT5�o<Q�T5��%�u�Z���}�I����:�Ӕ��l*i�h�5��������F��D��KO6�����?�q��jڃ?��4�9ۂm���Z��OJ��=��c�JuZݔnI��5���*mmi�n��N�����yzD�����i�S��5�Pip��$�f�Eژm}m�9�]�?����ю�y����a��u��X�w�1�Dc���h4�����3���	w�vJ;�;͝��P�|g�s�"I�!eH
�D��!������&��6�M5&����k�FM��M릈鳙h���"�Ԭ1#f�y�<o�02��[(�"�TXj-
K��XF-3�˶����,k�U`��*���6k�u�:e]�nw��wQ��Kܥ�u�]�]�nRwiwK��{��E‹��/�m`m%�ۘ���e��I;�N�s�u�v��}Ѿf�`���{p=�R���S����t���rzU���p���4�����8�K��l���������5��~}���d(�
���^׿��^xu��
��s�k�V�.�uͺ�]��#w���ܠrs�"w�[�V�un���Gݓ��+�Mw�}�x�����F���f�Ͷ7�+�:��x�����>�o�7�[�E|'o�2�r�V�
�

Ճ�C�!�����������Ю���_���~���ο����O���0{�`X4,������aǰ7��X���H�0���̍,��G>��
Ge����A((V�AuP4m���/�'�s���z�C�cp/x<Aqh<���Q:�F�P>Z�V�u�mF
�]D�����pc�1dl�r�?>6>9>;�0�2�1�5���0!|(1T�#8�x��}\TW�����00�Ї6�6�:�.��T�l؍��D%j��n�I�&���mv7f�M�M6u7�m��2���������`�q��s�9��{��$g�JjyW��&��b��i��"  �F�t���҅��)����:��	����L�i���2�����c�� �O�i*���
x\����0��Q�E��]��$�_9@M�r�?�~oA�"�{�7"N�pv�m�ܬ%��g��MV"��@��p�bl���+}��lt�a:�&Z���4
��Th(��kk��R���|+�����Њ��8K�7��l`�9��w���`�Zp��E_k�S�Lx�)"��b�3E��n�C�r›&�	����9$����
���Sh��FI��nA���6����0^t0�F��"���H�@'��	�Sʕ�Sʀ5P$�?����'�T�-~*��zYsٚ�e7Vj�yL%&�F3j��}/
�-J�IuO�*+K�H]�1���!� �έdUE��
��s|��N�4��Y��x��5V��nalS�o��y0%�j�Ц� +����	�p�v���%�o�mZ�oE�Z�i+7�x��!��7ù�(5
$5I�
O�"#|<=d������}M'����5v��UQ��b��5�1��%�%�R,_c�����_�U�������.��Ƞ���%#�L|��T�Ԧ�cg4
o]�Y�(w����rc̾�I�П7��?m�,D(���͘���˻Exa����U������O�o/q2��M����!3!c�!C�d+zх��D��t2R����\+�,3�eD�'ޫ??�T{n]�T�+=�!���	��%�ve��#��"���&˒z^	_Z[Y��姼v�����i��;���ƪ:��F3�	�������tq�v xڷ~�>�3����ͮ�˭�Y���G�W�ޯ����>1�O�+bn�_�q
8nA�	
â�HF�b�$���c�W^vuc�S�s��w{��l��k�1d�=���g� ��6��S��@�CE9b����.���˯Nd;F�l�{��]`n��W�}���wW�k̟��� <? ��k����P��2��J,����')+�5Bn��(���<���x+��~��:fg�
:�
<.d/���R?P��{��0�G�����%]L�$$��X���5��il<m4�yaZ�0����~3S	Nn��gO2��P�BL�/��4Rp�I��*((�>�������M��/��Og�r��sѼ1�2��"����j�h� �|�:��@�\��!n�|B�d44Le��w�Dd�Gd:G�&7E�Ƿ�cP����4�O��먐�3�G�
��ճ��po�~�����g�'�؝`�4�}��h(�4+�4�/�_wNl����ɚ@7}˦������!����9�J������ڤ�g������/�Q��k�o=|<⩗^�?u���:q�"�R�P̣		�X��֭�8�������\\$�z���v3�PǓG{}����'^��� ���\�%����C�f-M
�U����v���n���ߕ��^���������c��.;��UۆF�Vib�
�e{�^��N�e�A8o���N��lmml'�A`�*2r������^��Y��
��ğ��~%������]Z>^���i���˒�-�xw�tE�+�%����~�71��7�be¤���ԘUI�Ż;O�ډ쎍W>>���/�t��]��kGh�rJ�瓶6"-�hs 6$6�b�&�����)�?rq��Dž�x�Ϳ��c�|]l��k%p�p����fB�2g�W`]��;B��=0�!�r!ϽЬJ�\���q��
BKB���<X�jI��D"�ᔁ���j����ߠ�I�z�|���z������I�?Q�z9>�6�?���&�<s����Z�x��ZD�1�S����{j�� B	M��%Rf��� ��H����h��a�5!)�
I�+��,Z]����/�Ҙ�Ϟh���^Ny�wњ��Ec��B	���V���o�߽[�P �LIdk�_�Q����7N4o�X��p�Hfk�]x�SLWY+�g OG m��B/�$e�L�؝Е�3��J�W���y��p����ZH�r�ܠ��@8�e�������&"��Kh�y���u�a�Z-�^a&�?O^�n��&�8��
�������@ǖ��朦�5;�k��XٜקoP��h�>�&ȧʐ������e�:���5�7�CY=վ��Z��#��*_�_�ߝ_���%�ӗ�G��������t�n�iލP�IOvu�I�2J�l=�*��,P�4�&���X�F�Ѳ&�����C�
�����H
�4�ZS�$�
o�+*�U���:f�xX^@Փk�Ol[����?~+[�lG��5�hJ�K����)]�L�}{�2�LH	��V�&=�:`�5��=�
�tK	��g&�����p]b��F�� g�6�*B~Eb+0p��7۲y�x禩��a�!�<&�n7OEpv���(��WaA�Y�߅#y���N蒙$�73��d�N7���2;��p�G��t&��C�i��o!�����uz��:MUo��,ٴ�hER2��|
�LQ�3?�	��F���2^
L���ٿR���@���K\\��\%�-��
�����oH�yL��c��R��:��'����2��Մ�l��ʃT�kƗDž7�,��ӌF{�~�DflY}.��°�D�l&�w��!*�H�c���:7�yQq��������E�JHC"DSb�ӱ�vj�ƅH�&/]8m�\vO(�P�{��x�����X�)��£��d��/
�.�l�z������|�A�x^o�@4�޻)�i��҆
��������-]�������r~ٟk:>n��a��3���l-���]i�f�=�s�aCbO~aמ--ON6Ex�1�Rʽ�Q1�#S���M���?[��n�\DJ��	H�<��pMM���v��.6Ѓ�
��|�ӄ3�Xv���5
�,d�(�g��c��p@+��|�� �6���`��������
8�%8�-�L� M#��@s�'Rp��}��[v���҇�؟*�x��b{ɾ��������:U���?]�4=\?��Cޕ�݆փM
��5��hߕ5�ֹq{���.��øGe�j1ep4�8&�mka�p��1�<r�u���w��O��Z���=Ma/�Y|�`�	��g6��w��mw�:���7?�p�묁�	i�SAZH������(���N�(I�=��pq+-b���懓�������On@�2�1����#�s6^�x�o�u!z��9 GyB!A�iD���Sqi�N@���r��b���Lt�]��h���OX���n����
�r5�f�v7~9��o�2ӻ��ɀ��!Qg�Z��{���a>�i�`(��y�12�n}�ǭ^�I)�б����Om(�kb�w8T��x����}�z����|rv�R�<�ט���<Ym�%|�>������*� ��yd|�y�]ƶ]�+�]�r��7r�"u8��^6S�MT��i�5]�yf����l�%)	�.�IК@m�M-��u0z�-W����KrmA�)�5��S̈L�[$�X��w�NƦ�켼POJ8�=F	h^����1A+�pE�4Į�
�y��C���Kk�bB��|�����;��WY�T5��#dW 8�Ǯ��I�,5w>G>>�,��p�
�!�l�(�������HQ�RO�م2���B���wNߴ�p���Љi!�P�^�]��F?w'��V2��Ώ<����ԙ�으�pN%�Q8��rgqz��S!&O����	�e�2o\`�y<k����'&|bW*�t'�~ã~Y_�̛���dx�J�I(�����!ـ��{�AW@���5A#�_��
}��b��$�瞨ػ�N��8���ӡo�=3����8��;g�3�%t�>���W��9u������Y\о܄�BZ�L*%T�L�E�b���9|����G��yhj�K�;vM�ԟ��1�f|�|gѣ��+�53������xYCU���-�NjnIOl8M˧"0��S�����L�����`̈́W�Y]��6G�8�l%f��Qc�?;��/D�[!=dS�LdmmeE�!E$�K��f�Ӆ4�E�駹��y����o���k�qޕg.w��2���G��T���r��>�7�ia��^.
��)�������Y4/��jqP`���t�
H0�s<3�to�pK�nYU�`f�ę��Ӆ)1W$���5dVm�/�����	�H���򰠖�����Fk�\�4�M���L��%�ڗ��Fz�H����øG 4�a�Cr!?�]qܣ �3�ԇ�L�5�}��;����q,�WG(��B��ﵗP9�̞���d��W[���O� ��Z{��鍓ozL����4��C
���n^��ui&�����\/����Ƹ�9�F��P:�+�&����=��рV�D�����we&'jyWHH�$���������%9ߍjO�A%�i�p�da��!l�}��4�'��\\���)��R�>ħ��7P
�_4v>J�_L2D���LѢ����������V���v@��Z`c�_š�������l`<)��?d�=j�S��j��d%s��7���n3�ߑq�,#E���z��p_�p�p�J!X�b����8�P@���:u��qr�CMU��3K���\�w�>l��}�SM�@�b�l6�=�ٰY#P:RǍ=�T��L�����K�]����A���Ov�<�	��
��[�ls��y�n�
��-wԓh����S�%,Dr�'��_���Ձ����	bf�ѐ}������lc607&y_m������t2�E��.�a�D�Npi ݋����w{�G�#�7ud����h��d^$�̦�$��-i�3�uf^ܰ��m�������J�F��ª.����H�+��#E>�yv�1N�mm���.��=H���w�kad@���b��o���<=����N�f�(���8DW�u�'
ܵ�(�|8��jc��~b�1�'�N�����0�R]p`�].�O[Ր�]��898��ͩ��݅���O�J�\��`|K�����_k�[�q�������A�B,}|�Mb�㹸X���r,O$Pc�I"l�,KPJ�t/X�k'J��E2w5-]>QX�9/�z�Ԋ̕u)u��-���K����JfsچabgJ���U���U2�9x�R]�����mG�;G ?Zg���A��q����z���,45�;k��隷]����oH�ٷ4.aEa����ʺ+�V~pes��z�ҽ��{��צ�:�p�2��9:��%�x��B��ytzO9g�c+m����sCk�O�,�<�Km$'�+[��+6:�4�%z��f��O�U�=��8�J��:,��������@�]Ùk�\�Km�N�C:��H���Z��D.��0�N\���"�$�\�҃�^h(�zc����G�gڇ�FG���g�w��X����=ʖg�O��M�J�-��
T�����@�ZR�]�8��W1Jj���K���J*���
NJ
�5��0��Q&c�g2i�]�5@�[�D��v�q�-Q���
UJ���NM�k�oy���;��q(e�R�v�ժ^:=+��}k���zDbӰ~���S�.%���%�NW�D�D���i��Y�����˫�NǢ���
Q��tܹ.N&EE��~�����,)�h��RyU��
 �=�…a"k�Y*��7=�*{��⇻��h[���@jB́*�|o`p��R����uN��9�6�X�U��k3�v������u�(:Z�"n3H�X�W����[3���垉�G*}�[�5��-����6{�2]�#�a�д9fj�m��yV�4CY��0/�AwWM}�S����@n�՜XRKu,�U�f�r�0����"����v��
����T�<�Ř�&m��G��2LR'�����b�ҝ�kӤ��'v��9Ey'�z�C��PSٕ���N[hl$/�r��n�c\X�q!]x�B�/�ZCM�c�rn0����������-�H'�w``:�}�O��������;��t��l����V�7K.i�YSP8/ո�;U�N���X�	��v���4_@'�A�i�'wmZw�m99 b8�ʑk-HhB�G��2�8"��N����'7�8h����^���"��8ѱ�NMj?�NR��0�A��9pLLp�b���?�\�+���1��WI%� ������r!d5����2�+�`� t���t�0���=��}��Q�վ��@,���Y12)��8�W$�΋4,�p\:�[$J͋��vj��ߏX���?�/wrCH+��i��V^`D��4��☁g7�� �L7.�פ)Q��z!1�}�Ǒ�Y���r8]&�}~�H������������뽍�� �sfv����Ih�I�Ӌ	Ԇ��IXȢYZXs��:|�)�z�����MAU�Z�zkӼ���3WCs1*_���7.o-\�X�뗷MF��ғ��0�kꩆ
�r�}ƞ��:�	Ƌж٫T�ζ䤷7KB��oiݐ�����\���|�@P��I�bSQ�Fh�7�l+X�g/�mD���h�-�.c��CR��Y�vC��{�/�G6�|d�J��1Ĺ���Z��#ߠv�j���wqK8����	(�?A��E܋HJv��D���j6A�<q�=�'W)Nb�1�B�j<�{2Vէz�0����j�ĥ)�O�]�ɋ�Kb�#.����x��E�M��t"��m-�E[[s�<op>'���k�\����tN�cK�l�B9�]�.����/cxx)��9p�@�$~��

�pU	���,ス��ֹ���1��*�W�z�ftE�>��r21*bce�rMIV��甾���c�����������A.j����x�o��EK���W��w�g�t��P�/���ߠ2awKg�2�AE6_'@��y���g�P�����@K4ptd�H"}2��6e�[��l+��̈�!g�Kx��jT�by��r�t6���Al�B�qt��-]���؃JץY	w��'!C�ݻ��߷8�|�w(�+K��nj�i�Y��>>�>8�x�f�kl��X��+�p�l�E�_��L�|��(�`|��6n�ܸ�5lhm ���5��`��t�߆��b���k��3�ɤE���q2��D�<p<���yP���KҤ�&8֍y��~�M ��pcއ8�9翼7�\g|,ﹼ�٤��5�#��#1��1ո�y��Z%�y�2��b�X�a���y��N>
��D1�o2����i��f�=���C�����tKliBma~Y�sNc2�GQ����]�*����|��ϗ��� �15j�$���6	$m[�r����5C����;wZ7��5}����_�q|-^8�vS��2.��C��bR�^AU
O�\�|sbnP!0�
&�+7w���~��
�X#���$2:���[��
��6�_*�������n�������R߭�R��d���|QE>s���=�o�YY�UKAF�H�dZ+�|�f%��^��:L���
�J�[�q��5=�nR�����a=��8�Y��0�A/�ՊE4�R��y��x�H���k�L�ilI��.��I�l�y�X.6.v�5��ID|qW�[a_�u�C��^��V��4�ڱI���*pJs��1T��i^��[�Cv�V��,�����-YL�P����R��ģ>_�bˤ`��9�D�*�Czz���Y�!�#��9I++s���C��&�"w���#�EF9��9�G쉈uDgv�3[�ߡ>F���*I�44��$e([R���N\@�{y:4"+7P��lEu��-]��)2�;'�X��ŵʫ^�S)[�*N��[l�&2qsU�\����WFW=\��NX�����Ve�%�n_���kǖ�qn�b�S�h�r�ҭ��W���q���A���q��}����8k�H���v2���#���˕�yF'��0��),�L�
�F��SRg�"�U�ײ]֞��8�����f�k:X���
Uw��?�o�J_]��aP6~4[�w�-�ż4�������8���zuz''GG[[O������Y��{�t�=�x�J({�̺���Z�g�@�Es�h+�*���͵'�o��&%��-�����]���<d�z��W��de���X��ٟ��7xxk5cU��%'�׌k�Z�x�xȊ����
��}Y�+32Vfg��C~A:��=��$B�Lfcó����������o���l��	�ױ�QhIAWs�xy��߼����?81��N�� ��(�+���qtz��AZ��f��>��-V#P�Vز��R™_��)���,?�g�C}�w�1u6��2]\�}��r��=�H��;b.W5,�`��J�q�¢4����!Q�J'v�W��Ч/K�Ȭ}j��X�.mczTGz��lCjbGJHj���KC:ʂ��C���S.��r����������ɽ%�d,��m���5=&&;�=�#/s��í*�aW1뵶((=��*�2><'� �-������w�F|�V�d�T��UPh���(Q�=�#uZ�$��;("���&�'��f�{F%�W��**�˷�~�O�{^-F*�]VN�b��
a3����M4x��-�(Taok�$�4e@��I�c�K��T�1�7����?l���}��~�7��O��	o�6�%�/"�c���O�6<��mߞi�?�u��c@�z�7�����^���;�V���;:�?t�)G�5��7�}�}�7������Ӕ���^�����m��nn"�����
!��D8�"3�����]�$�8s�H�Oi/

,[S��#z-�V#����(b�Ê�ܢ(EĒ���㋒����7�%�$��d�#܊�U�)����rlͧ��P
��‚�&[�CEP���W6�0�?
��W�|��*p�	��0����`�38���ecm��=:���,�@]���]�`��k���G�i3A�Κjn�P��i��XAM�O$�z[�PF� RC��h��RT��Ѱ�7:\S��'("�=��9�ؑ���ߞ\^�PY�3���<~��gjh�x�
5��2G��%��wo-$:�I	 ��+i{��{��v�|����VR5�/��0��_�����s������J�Tq�Ts�]u��m
m�MT͢�u����n_d��쩭��LA��ҿ�wT�7!���D���踚O*�(���^�^��{�&�ɲ��F�Q��������8(� �u�I�@��5t6�9IYOdr|DSx|�d��R���6��@�u�5{Yst��ׯ&\7V��j]��x�Ǩ,J�ƋNz�����L& �\�	Mu>�B=[T�,�� �-m0$j]bWW���z}stFJLCPd�dyqwTocFA�a*�E=��[[�����L/�Z���ڄ�^G�M[z�p6��;�6���!���(0�ɼ���P1���|�]Q��}^M�/}[�۵<X�\\U���3�4�	w�Mo���T��� 3'7�9���%e0�ӻĢ�œc;�]Ǿ٤i�&��<�
?%1����̒���_a��4S������uf�>���"��	K���
�=��f$.�6��nY���c��o%�{���P"QT�s�v�����������	Qyr�Cd3^w	�$އ?��e�֛�D�[l�%J5G�8{Z�n��G���,M/M�(t+M�u>A�����2r��c|L���򟇼Q�%�P$��A1���>��l�����%RE�sW$�Z�,|�0r}��O�V}mf/�(ܻ���F�.�	!V�o�+C�I�:�T����ґ~m�Ȣ��h������<J�q����+���m���O�(���ӗ���P�w��u����P�KhK��T�B���?�0���Ѿ?�*�`}8���Le����b}� xyW�Zj��Gr-14�"�\@m#;f��1O�^č9`9�XE~�c���o�g_e~Fc)(:·3O��~�}��y��E��S`��B3b��Dտ�P@e���(��~E��[�y�f�x}au�|sH��$OՌ/�o�/���ܘWZ�.��<ggٚE����鄍���`9!�h���

�ƴX�o/8&U��4�?,8�IA�yL3�9#�B��U�%�-H1��M,�㤗l]Y`�y���#3�F	*	����@t��2�������
�\���T�)�J���6�����5<-��.��J�8��������e��nT�0y��`��[f.�Õ��5$�%���x�"� ֑�Xfp- ��?G{;L3���3~�1;Mc �|��3�n��T�0���ޮ���4�O���ʵ3@\YpL(�)��i����0N,���T�-��	�L���7�5��L��N<T5cQ�ĝ]�v��O�ĊM��X�t9��0Wȭ{ȃ���݃e����2�ce�b�����Y���6L���7�%�y��� {0f�i��0&�<�����_@�8����&�����c�
��@N��(N�[Q)����Ө��շ@%Њ@4��P�<��#̱��<���y�	42G� B�-�|�c��9�3|9D��xY�bmK����z��"��\.��U�(dVŢIUlȏ���Ѿ�F�ߛ=$�Whp(��7n/���ǵOߴ�`H8��N�+��$�+�FU��_�o
*����k�+�f_�aK�b�_�__��"��j��.ߙ>��RC�:w�{�3e%K��f��q|?���$���{��i��4��cR�p���1?���y{�.�8���,�ޯ�15�cr�������V̬��K�*!OF=|����?m�h�>�ʲ�S�yWf��S��FS��{y�-�r��0J���Fd���/��w��y���Y��Qq�d&g0MGФn�ҫ��n�*�r�1����p}gH�}^��k�j6n�u�.)��

*
[ZUҟm�|�*C'�;%҆.�禋��Gs���Wǻ�+�GO���D
��'���d5�i\��t�y	��j�#e�\�#�� ���C���@����{����q7���~z�1
���c���xL�px�qc�D�5%'0�b9׸N#����k ��9�J�q|t�I��D��;T����b 1ؖ��	�"��>,<<*��� ˛|���%08h��!�cYV�,+H�{�&�)E!N�v�>��s��Mjt�`{~���˟��,wD.r��mY� �T��
u�^��r��?�/�[�}��≁5��܉��4
�r�4��z��)�|���)�Gj�QEתG�6���
j/K��H�VF�� m�Y�,��q]��\NNǼ�����b�(Xp�o���1|P�l��\�b�ee�OH�E2�j3xx���}��|8h�c������Z�y��1�a|~b��
ű?�����\v�]��Kx�VRh#l�.
G�
ƎZV�BbC����Jl7�|�<dHн����Dh:�'M��'��7��r�I��O1?�eԄ4��}h~�O٦���V�8:��g�nZ�ߣ�?�n��;��/z��op�s6��O�oH~蹕+�{�D�dB����꼠�
���؍h��z�~-��qL���:L�2N..�1Z�=}��c�n���$a|ʰ�4�D#bĖ���`^����=�Vg�P/LF��>��_�/!�ń�\nʿ���ͷ�,2����P*�58))80))�{%wl��,�ML��HI�%��M�GD�c�1{���w�˟�&|�.�o�6�F&���Qb�[K�eFt��&�L�e�XP�cA�w,�jy�m��gp��٥ECaK��]+7��� iE}��Ph�ɥ�i�΋�hL���n�\_��=�=G���&ӗ�um���CѼ���d�q���89j�ױm�& ���c�Vs|���U8'���0��4���c0O�Y�: ����f}�����9�G�Դ۹��� ���+���J�A��j%��l�bE7/�3w�y���������Zah���-ǃ��N��
�E�e�J��a7����0̖���:�7�����]%������+}�ׇt���Ӡ��I�	�
R��O�c����سx��r6��l?���N������+3�z��p�tt���#�&�߬���a;��=�5�2��r>h�W#�,�w�;��ٜ\%�y5��������¹�e/��E��X�Sh��@�.��S>�$-����Z0�����v�໅��	�q��K3�{l�J��3�P?�����+R	_��..~��{M5�P�?�������G��E�;����������#q5R�l��@�r2�����s�
�U��Quע�<;1-���-j0�}B��q?�+�e���Ou.cw������>y�*�SJ�����ׇ�z�rfT�p���̵Gq��)����?���A �%�r��p�>���ST���3��\n̦�)4�i//�y,O�ܘ���Ӌ��?����ia2��V,��C/�&���>�M [���w�o�#�#Y�^��L���a?���&����Z��-����تV��%�LfaIJk��Hkg���^*��K8G�Q��R-��B4��~f��L|W�	�t�	�Kdޓlm7����A���ev�d�Sa�S�Y�
N}��|?�B3�r��|�A�@��]��Ჰ�|�Vl�h�>���H��x|?�"��E�}4ŵق���W���x �9����B�'��:�l�J�B(b���x�[��љcPIp���h�������Q����7�_����ƶ������6Z7�+�7y���Ke}g�������%��v�@@��<k����o�g˲ܹ��h�{9��!����~`�3sD��$�t�X�j%�ĔX�_�3�ݻ��3RGe;��Dv���|
C�+���y%K><�r�K��y16��h����qݧ�w��U`^��;7��:.��_��r�(���u��@��c!'	�1�~�����r�7f��xi�,���F�p�|��g����s,����3��&,��
�����ٸ����W\[��Q���۳����wE��- B���P�]y��ٹD!I���~6��>��iV�J�k�u��"*�1�xͶR��>�G��!�Pv�,>1L<���ϋ���z|\ω�[��b2�o�Ϋq�)X��\�����r�e->��|]�#��,��xY���0�~
��o�K�%��)��<��3m���нp^�&���L<��gߋ���u��i<�=��f&d��FW�f�>�Ė�{�Q��|�g�,%£f�f��[�:���i����'��s���AHW��P�����ކ����B�7wA���@��i�U<J#([fHx{��☧[�$w�-_E)�5�K_d�"~��|yP���T9�+ ��k�@���}��]C�8@�fvQcaNLj1�"_?e��C?���΂?�~�sK9?w��i,��2(w'1}t��Wc�:(w�t3�^̷#��4�Ԃ��-�6����7�y
�=�1��dSk>Et*cF�}�E/���V<�Վ4(�\�'�����9ww_F�o����n9���<�C������9�^�;8[�~�y�yՓ̨L:%��u�үj�z�f��]���mo�r'o��"�;���>Q:�wv��u�|��؜�5���8����;AG�dG�8�j��X�W�{b�w���^۵��|m�Tt�n��Xpu���^���wM�VW��\m�U8w��x竾xߙ
��h6�I���I��
3�zp�p�2é'-�ٹs �>�y�h�s֙��h!~�c��\օ�� �w�p���;�(�VvB�܊4�yx�@��ɉ-Jcӯ��
qU�)�8�d�)����u�ښ�<�|��x��tr3~i �p�y-�Lv���9f�S5!�m��g��o�n[q'�B�>���&���߇Ɵk#Lut�%9D�^��-1$98�Lk�A	=K��@Sl�}!{�� N�,�Q�uT��i*j�*�����7�_v�w�{���8豱�-���#�;۝�����$�Vg����:r��?�OO+��+��78�3��;:4R�ݔ����[R�d�d\׮�-���un?U�u�!��*<���9�{+��hN}�e�q�o@�r��c�e�̳����؞\�vf	�,��I�y�}X_Es��Xp޷��Z��q�f�pp���:'\=�'��>�%g?����g�	��6s!8U�J6f�̓��u�7��c�<�"�\�(�=���9i�?�b�Z������Vr��G�1�c9���y,�q>���U�s�+������r�^��
�9��y���{�-O�E^���!�i�/�5�aQB�dk�A��L�)lM>������ ~���
8w�ZVt�3s{'y|+�q�~�z�������F��ݨD������6|�wU�Wcd���q&�����D�o-��&�&c-n��s�=7�>"|�����g������fP�ihqv�r�����r�l."�"z�l'�8;q�3X6g�l�S�@~���N�qvb�p�2é'^y��1�ig!��$p���<Μ�7�j$~��v$p��v��!x{�Ρ��y�_�����Gs�e8��v'�Uh�%�3騧	�J�]��L:��ž�PV�縇��v��j6���ߟ�{����}1]|,b�|{��|���Ϸ�ykw.�u�����9y�����p����r����[2������=���f
��-���7N�	��.g�r
����4é%>X��x�
��
��J�]�;�n�+�Icy��A�����o��;8F���9�Ʃ��.M�s�w\I�
�{�}��U��͇Sd#���;7���qhh�����	Ѹ��
jn~s�L�=���
��IQ;�h�^��rqj�Ӧ�ttI�Y����o9���02�Q/g$���h:�5дᡡ�k����q��ɜ�V
�=��1ws+��ط浩B.�\�]}�/���%�������N���]eX깫�~˹������
����k�s8�������j�	��.S����i�>�_rQhW:�dc��.3��Vf����y�V��׌���A��8�<;�.H�0��Ś�B��7ڭĸ'�ևV�p~�d@di���6�g�x��o��W�{��R�3������.j=u�iښZ���k�Z�U{������my�
*!��dg5����-T�m��B~g���a��K�N�eq�B����MT���TSU�E���$mM�
⪗�\d���#ҷ�ظ�U{�� �Yg�����ƛ����{l���� ���E�
k~���6�����v���4>��\�}+}�z��?�O���ԡ�`�`k6q�ܣ�KLV����33�^c�(�̜�/�Ǫ������g�w@>ث�xή~7"SR#�ӓ�eŮ��D�9�����:�j��fB�D��-�飢���(4U�>��u��
�y��,�!M��D�ޕ�$��3�QX�hͶ�S�ubr��&��ݢ���Bg�����=��׎��
Շ�g�E�$�"�w�{�G����+Z�V���Ԉ�����T��֣���G���Ŷq�˷|�m�r�y&����ܘI,/�9����p�n��.��霌�~�gc�pb$q���>�/"8�?����i��8~�o��s��9L�������}�*�M��+��h2�@_�����sEC?']+瓇��k�I�w�~�����M���	��K�rt�BDH�X{
	j��L€W�-���q9�LHQw�������jMwPDO���!)�;�͇�lQ�0|�Ϟ����ܵG�3L����C��{��z�6��(u��e�k�2W�vDw��Z�����v��F�I����5���%�e��ЗΤƙ�3��!�������j-�λW8��㳾��4�^��
�f'�7Ȼ<�!�9{�o�{V��0���	�{�O	)��?77���Z�Q�Q�Zej+�o�u��$H��?$���^��K���R�es|�ۃ�n+��q��u�
��ia�I�+�Z{{���h4���L�t�'�I)ҋ��M���\˨�</��o�kI���k�U~
u<���$��̇r/j�����]��G�k��	5�ҋ��Zdml�����y6���A�+K_��k�
3�#�K�S��r3R="T�G��8�`�ȔRC�g�gl"�9��|��Au�2�Rɳ2a�j<�ŭm�u ��'2�{q��vy�uZ�h��y���]"go?�g7p�����0y�f��@��`s����x�G�[[V�hj�mH��LF_x���m&����y��?�gvL}{�O�ـ1�}6[C�П�ֵ��e��\�?�=��>k��7n��3��k���=ܳc�_���Mܹ`1�Mާ(�>�Ǎ���������3�s�Y5�-������<���kd���7L�&�����m���1���Z��3p���~z*tC\l�D.��#��@�jӍe�{�OL�vq��<4ΙI�V�����]nP�w-	r�����ԋ��258���3g���U��	����I��;2�I�4�xPPx�J��{L<8���{�
�}L�Pa���q��2*��xGϥ}AJ��!OO1Jh�qfv1���>�'(�1�F���=P���Vp!���$�����@�yYLv���������������`P@ǓS��/a:�~�W)�bo #��M�[/t%�L�����\J������J<�#´�D�R;���0e��e�5>���QɦW�}�Us��j�/��^����9�@Ճ��-���)dsP�t||yW�ZH�kܻ����w�qЄ�ex\q�������`��q�y�?����]s�d��P	:���t�#X��0�$��{��gM��q�u��!<-�?���]v��;�A�k^2��3��kOa����P�Q$��*ΤD��E�5>>�|�%���0����>[����}��y��nƛ�7�+\�Xr�wPx��.�� KlE����
ŝLt
�7�H(�qv��<l7s�|��/�Ӫ��^����HF�\S�kL��{����i�ߓ����A8/��(ƹ^�A��J��?1�e��	ƒ�6����ŧ��6h��W�0�<�j垁�D����׽�bWR�
c`pv��w��3o3�\��ؗг��͖W?���u��%�/,!]w�;��a����Y1�C;�x��)E�}����mcM}����Q�ן�Y��%:��]��G=St.7�T�L1w���rC��s�}�w���p���gٱ��i8�u^���5��]�w�C��z7��T�f�~��޽d��s�V0����Qޏ{�ʯ�-V�J�X����7N;c��;�<�;�r�߄�Ĵ���	�a%I���,��q�sDYtN��H�0u��܍�@m�'���Vr	��q��e���6�'v.džO�r����
d��>v�[��Vb(W��������G�x��)��m
({*�c�Z2(l�[ˊO�e�3��n-�;��\X�����ہlݵ��������_�>�œ��K��ݿٺ��g����^��m8�ֶsOP��\[ݖEl|`�/�O�<x
�A&��)W)��$	W{�y��WӸ|��L�+�GlȞ�R2*P������,�J*����N�Z?��3��W;�m�;U�>���^���$<�,�+s�ZC��
gW�����1)\�a��gO=`�d����S|ϑ�#L׹Ϡ����R	 ��Q
�ɃO���?W�kW���+�r�ǖ�\�8pe�zĞ�6�������6���G�O$����ue�}����	S��z���eEv��8.����1��\팢A��Z�[��cN�c�Gc��c�96�;���,� ��(�چ��[��`.������2�3��d=�,�ۿv�	��zB��
�ht	�/(���˔=0�v�;�D��>!��)&,�Eغ�DX�㍫'�$7�fUT�]�@��*�gx��P���Q���+��Ҟ��u�������探�"u��>p�j�[��[��Ƀ�c�&{����Jx�J����~�����n02� �ze������`����I�
 �b�np
��r�T|��������]�+%��~�X߉��#����#�V���Gn:��_=^ᷴ�m]��� c��m��p��=�=j��u]���3>C��6g?�=�buV�hݡڙ�~:�Nj�<X�}2���ZQ�-r�c��,P�B�Ȍ�ә�}A�<:��"d�i�*w�u��lp~��Q��>UL��.�Z����@6�sٙ�Pr�,����e��*X�B(�sO{@�b��4]�ײ��h�b��7��tVO��?������=�8&keF�W����	�M�y|]昲�҇�v�?vW[���l���撈���ر݆7�TM��Z��0���[Gw�yS���j�@]#����*����
��Ϣ�p��y�x ��O-*�R�R��ٖ�����{���u^Y���}U�tf�3ʜ���2�cwy�d���z�����m~u�9-�۝#�ML���WTJ��5f��W�-}�q!��gDBǧ�&݂��bߖ�桄�W���u�>w#v��|��_M~�!)� �i��,�O��m��16c�m<�����3P#�d�k�������\��w(w�6���hd|��\�I�?��dH�̂�1V�;�#���y����-�(��ą!?�2.�
�5��D
�ek�l|�R���3Jc�
�w��+d~�v=7к�D���v�ђ�����xK.�s%���uY�[��u7�ǏM�\�.���H�ڭ�/�9Y��_�/>�~h�Cή�SyS����I;�OC�k�a;טR7�#e]�6����š���y�5ǟ������.��J�i��ԑ��ަnK�$�ٖdɶl�{���{��ƽ2�)�c0���;��@ZBIB
�d��?�i�ͦ��&�M�˛��J�����{�%1sf�̜�;
:�
��>I�E�_o�3��s�Ed.�Y�73��/���\�tG��.#
��@�(���f{k#s���>����cO`}2Ab�k���%�0�?�a	!��<Ųx��*},�@�ޔ�f�#"��v�X�8��
�����\GZ/�57�D���,��2���X��,8��"B���(���Dׁ���d��^$2-�9[2��z���O����}�;،��OhR(uZ�����M$���!>>���l
���@1�z1��2F8ٮ��}[Whll��o~zCݒȆ�����
���O߾�+aہ&��e�l�m*6-��#���|�L�����'WjX.��RT%8�ͫ�a�ݩ-���]�\���'5eǵUm�lD8w:&Y�R�x/�N����<�
�v���A�-�
����4��7����6��~�o���]���f��k���Xe
�vOf��23�,u.!"wO>{5OH��L��*6$�>O�B"�u,�
���R{�_b>�l
HI�\z_<4t�ڻh����mQj'�+gIu��w�ny���g��}�{뚟�{������%�_���E;���=�Gn�O���<�
?G�i�M��5�J¡T:�о;��?>퀇c�|�y�Y���F�\��>&hN_Z��F�.�5�ԕ�@V�ו��|ծ�'�6���h� �w��̚��*�17��z���/��"��!Dبַ,tJ{Fk��W>����5�O.��1yKo�1���|�K�v������WǗ&o�?�����5����ÇJ�m{���=p���qС�z(�\>{
9����D�!��,xD�$���Vjȳ���oU��s��)�����)�@�,t\m�Υ�M0�+�f�(���*�<T�G�\�����d�Y�08�q�&҅7�N[����i��bLo����k�w���F�v�U�o_��}n"��~T#@X�.wwT+0�y�9r{��2�2��i_6|��y8p/��e���ݧ�����Y��ԓ<b8rh�v��}�nnZӲ����]�"��_ۯ��r�����/�{�'q��'o�x��/���X#�t�ቼ�]f
3���\"�@�&��m6HQ1��8f�FCm��i
��Q���+(�[;�Q�أ�b�I�'���:K?�A�x��a�cX���D��YT�&#H��~��c
9��.$wbՓ?���".��+�*@WX�S緙��:�`	kMNb`K�f'Ĭ�ڔMߩ��qVp	s��m}�iG���ÂQ4�8�֒�L�3�5�<�J�пI�t<�)c[~	�5��9�������u;~�|���ˋx���&�.|m\����*M�M$с�I����T�"[�G/c�(9࿡Mc	��糗d��J{]�O$�8D�)�=;��AxB$rK^xjQbC�(|���eȃ���M��kZ�֢��?A�����.T��:�[���\�	(���Cl�UWN�j��r=c�Ym:�P߻B׿r�|�8S��L�t��6z�i��q(ې����@7�}����w��#S�a���qn�#�A�d���(/������:�[;oN�#0��imm��uڜ�I�
��j�0)���=�S|\ŮZ�<J��e��r]Ay�XG����o�+�t.9R�a[]�	�w����xK}B�wń,{EA��$�|���I�J(�J�Y��Q�6q��l������U��U��V����B�3�8�ųQ�q�ݔ����?c��3`	Ip�J�Nw��75���coGpૂ�
�p�✹s˵	�\c�
B'}J��r���^��n��=�ѷ�H�^�sL�
�>�|G��t=��<��@�u��aa|ww�����& ��a,���4�`/��%=V��;-n���oI'�-���� �R{���Ȃ6�%VF;��\VJBT]f��Q`�Nl�˓]���nL��?�Qs���ʶ�ʖ�졜[� YAY�y�DY������?�[<oJ�?�D)�1�P���WXW�f^)��Bɔ�l�_6��5nŖ��$�R�)3n��/S�2j"�b6������iTI���c:��
u�z�˕(��	9�x�٥�Tmy�E	;���v��K�1��kE�1�oL�˱�Y�
��J��ƥ���쇚�R�1��P�}g!�<��ĕϐGZ��ČV�ol���YF�x����]�݋e�-#��'���fN�ȥ��l�5ךD�N;e.Bd*���:�E�~ϯ=��LLL�Y{b��(�O�|�
�"uf�c��ۍk�H�����d�+��P`'��|�w��0!�ik�5'A&�pMh,������a�L�**��J�2*#Ϻ$�g�;��IGj67o]�C!���c�5�G�P�e{�񖡫�,ͼ~��v�SޅK���س���3�E&'�ke2��,a�}�T�!�cԎh��{NC*Z�%�Z�d�Vq龷W��[�ێ�]2^�e��U�N�۲��Evْ�H�X��yL�?H�Q���b���L���i,>U���*����Y~�z���������K�*�W���Ȣ��3�)������(�L���#�w>`�ٙ�7H��y���;_P�c� ��w���F9���-�
��,��&ӣR���=S(
��ۇ:�"_'��u���OX�{��:��8�
&F1��
T�XT7\�l�um�h��a�}����|�a��oM�m]q��y7�h��MZ�pL�F���������G�hLB&DB��ΝO�����5	���J��|�̂��[�F��B�'�G'{��aY��?{,?8A��d��t���{�S�]t�	1��|��I�73&t�À翥z��L��;l���l�_i����^��&�	;O��<�[���]z��y��~K�`W-�5����}@�Ps� ���Z�����I,FT:|���<��pځ��y>���t'�
�J��_ж�9�Cv��qc`Eg�����W՞6�������s�76�bQʪ����֔ȥi�E;�:Ot+ǂ��
'��1�#T
��$�p�$ČV��;-��q�������	����G.��n�d���1��x����K��V���۝Zn�S�|2�N1��Z�PW�qa�7>���|�`/�iѠ>O���M,v�b���,���[͊�i��H�fg�G�w����x�z��$_=������H5x�g����Y���/>w1��2[|sZ<xf,�٣E�]z�v�l�E�BJ�yOջX�4߱�z]a�e��T.b!JGlF�שUӍR�4��s@����/���ȟ|��u�3G�GO<k)-�?!��O����LBa��WY��0{�
's)z�8$���q�R��ӽ�M��X��iƋ��Oz��g��ը3�m��y?ei���왞�Ɣ�Sʌ���R�ܜ�є��x�7��e�=��x��ֶ׊w�!_Ǫ�1I˫|2�0�ļ��%�Z�M�o+8W��u��tJ~�0����R��o1�LN=��E��lĺ7��Ի�brt���8mw�q�$�G����c_~����7a��*�vyyf�tye���"rVy��L^ա?��>A���G�\v
ȋ�@��c��@pJ�(�j��_:*�V��8���Nu4�6#�$�.�@��6�\��ЕZ���-?�}}�����Vv,9LVZ�'���i����ܾ835�. �G��mnں������OcN����*ttD�n8x�f�u���Q�
�_k
��o|O�����%YǾs��h�.�?<�t0�7���ѯ�G�]} 3z�P��F'���
\i3�6����;�o�u����]�N�����8r��Q��@	�ݬ��􌓈HhR��gK=!>��y;��W���{��i_�t�s�g�[t�ފm��(�KG�7/��ץ�@�iK�H��M�;�K�z��ʴ]�w_�Y�}��bๅt��t��O5��0
R���H��~jMm� �@(Q݈�cF��U�e!����ؚ��@,�⧊6��l���[��bo�l��r�7���X����8Ol�6D�%��5��!���T���L���|j���#��eӹ��

����	r�8�K���.?W�����e�P�,��	��
��[��F�c�^Z�� ?X^[��i�'�1�]����o���������*4�/�E3W��_��s}�)�G6ǯX��� �~��C�G��zX9�����`@���Ό/�v
�H�aZw�9o�#�y�:d�+=}��d�,��/���v *j����6�~��֊���ݲ���,z���%U�}YN���+�P�Ht}xx�_#~t'�o���Ī�����.�h�:
��9�Xa��b��;0�V�J��77�O�X�V�*=���) ����R�f7�Ew����E-i,XT��r7DG���
���z+�;��U�I�)��
�b�Ώ��K��}(<E`�E�xp0��8����Ӹ��X����@�T>A�5��G��.;:�dA����l
_0'd�s�i��'j��3��Ҵ��Ϊd�&ټ˃�ϝ]�Z��)"U9/Wzl#�z����Y�9�s�xUJwRD�c5vC�g�����W��.�}�ɇ[�|��mvwsK��F�Fx�		L�=�0��hW4j�,/��C�2v�G4�3/�[�uB��դVIÔك���.M��[����0�T˾֣�����d�V����q����(3=��1�t�ގc���Oȸ�7m`ױ��8�Q�ࣗ�>�#ң�܎o��{4o�.g�4�V*Hg�+;+�
�{Q,��֮��,:=����ӝ$"�'��':+�dUm׵������Z[\r��e,7�\\9��M����6:�)9�f���Дk0�2��e/ʓ�E
��j����k���b�ЊG��"�V�X��ˆ�iz7���.�����ۖ��/���D�埘���]�`�ܫ�?B��C�ۙoV;�����J38j�R��T~BwiH~J�w`Eϡ����/O�%�QV�T���-w����S�7���$�g�p~�K�)0��ED:�#~�����zD\k�Vۊ����	^
�
z��zo)����{G%b��Ӻ�l��x�>�	�۔��4Y��Gʶ,Al����d?.=�~�CJ�R�����L�4��6˷D&��q�)�_�A��Z�U�&����&���2�T�p�9ӊ�{ւ��Sx�O�#4��-�X"&��`@��VaᏈI��M
�>�P�����d*���ѕ󖜭	�������ފ��{{p��ʂGۂ{?��2ϤI��$e���#-��Wf�M2U�����O��@I�/e��R�6��!�:��g���0�LL�E��:j���>���ϥN�6��j�/0Q�צ���������8�_��q���֔�Ψ4<���������n~DmrdG�l�0'�ƪ=��l�_飀��7�	���C�N�\�0�)	����mZ�������ݽ��zY��9� (��=��K5�
j���O�66�X�_�3ue�%��[����L�M@C̎��
��9�����Wd{�i3c��iE�Z2mc0�7]�rԑ���� 3'c�*}��N�+�ri��vą�Ѳ�"�2^��z/�*ۼ&l�K>ն���G�_��TYу7�Zۉz��Dƛ�鳦�7AM,ܨb�Y|�;"��l�dg+YO��lc��4��M�
�mh�P޷������n��V�X�	��S��h��Fxg�>@;XhqXh�/\h��G�B���|z���=SF>N�Zo'R�:�G]��o�;�ޣ�@e���D'P��l��e"~9�Ő��X�욧7$��k��Dv�8�d�;�z�W�H-_�����tۈGB�_l�ޑW��no�J����́���7k���õO
���i��@J���?T*�8���`gN��
I
�nA�YA��:lૉo�JH_��ږ3���B��Lw@_�{]�"R
���`��$ю������.:h[y�3bE��ތ��֧�K�Ι[�4�ȯ�el���b��^S�͐P����ȏ)ҕ��{'�d����#�b�]g(
�4h�E<d
qTV<�7�9o��Ժ���KS#��v5�^��.�&�Jv�ܫ&m�:s�7��ԫ\|�^����9T���d���@\�|���xJ8f>���j�ɱ��1	��I8-ՃQ��o����o@�!t�k��>[�W�r�6��<Ao�H7�Ǹ-��:LH���뿸8�癡�;�F�F#Z�]�ؙ�p�xٲ}�|�/�/�=��ti5�,��tsC����L/i�,�GJ��h��^��(P;z��h�a�i�>�=����:�0�^��=��d����bV8�0�k��✤9-�y+j���~ҷ"����}�I
9fÛ?�̆%��=N��0.�kÉg�݁\���MZWW�J�w3zI$�l`�?�FK�?��B��X���a����X
�,O�S�=�ɳa�춡GV��
�W�֚��d�Y$lL�A��&eVa���dK�;{]ALGJ��:c���ߚ��Xa�~�	��s���'І��Zu��8+��0L���O��vaD:��޲'�Um�>��%:p�9�d�|w�wr�F,,/\��EV�䆖7ol/�R��-ܢ
r��v���`eQ�S�
wbA��|��g�a�ߡr!�j�Aa1�R����m��7�4ЋC�������'��"�M��>~~a� �M(kf��iȆ���?x�pxc��F��)��<η�a�\���Ul�–�=	�����C-:��������`��B�{��#�Ύd��	
�~s�	*�*�7)|��xgg��@Nl��8ۖ��}
|��_k�H:��Cƶ����\�v�D{P�wό$�ؘ���+Ҥf��}c6�_��j��5�ig���s�˓/gR�,��
{o�d��#d�t8�/�!30��#c�����NL'w�F�������;.���[�?V��X�}�IotЏ�������u���X���"��D@�J/ƯH7�$y�QId(SS���)B�JC�(�1��Q����ן���A�|��-����ky�w��gb�0�A�sb�V ���P��^�In'/��w:#1���c�s�A�,�N�	��-'���L��4��ڡ�O ���>�%�#��U"Q�D�~�Y��lV��P�O�6���c�z:����'كp=�%���nE�Ý���ǃ�ra,�dȑ�T��{�
:�y���3lA$�צ	r�|q��Ek�~�%��x�j1IP�g�[<����QA�Q>�%�}�����gFzio��o~�x&֐C1��=]Qx����74��y�Q"�{�m#�[}���Ғ�^�KKv�w���������wK����,8:
\��ę����IY�N3R��Țy��U���%����p�,p��h�OsB6$��j���Ԝb�Z�"܁�!�������>��'c��8mMMǩ���آ�"!<=sa,�]N�u$��I���ry��㚽�p+ �N����l��x�ė�8A^�z�
�n�g_��ȭ��kq�j,[ج�N��v�����w�+Njv����R����O�ȥ�]�^/��W�Ɵ��V �!�0#���Qi�5�7�wh��5�D$���+-NNR:��ozoG�hl��¤�m��=�K�q�¼%qe5W7�#\��r��(�Y��}�~��x(��u���m[��+W�:x1��sp�JaA%�;�0�.]'Jy�x��17B��|���]K�ڵ�4������e��X<
�i�K.��$W��� Z�"~��8��F��@�8Q�2�.<�ܡ�������-z�O�_�"��?(����`���`���
k.M7wC�MJ�P(��D�rD")׬b�P[.u'lҍɬ����q���7��;�О}��\6v`�jr�Et�~;��U���'���;�+�Μ/_`2�TҲAX�`_����I�X,�Ţ�gV���H!X7���ͧO�շ�n ?}5k�W(�`�OS{F�[?ZJ�v��X-�g�&�X�T�:9�bq�\3����9"L+���$�9�
|5��Îi�z��)x?���
Ң&�\I��e�,�3*�gY�d�ݢ��"���
�e�Ƃcu��իIG���d�Z���6�SOF�5�m@'�[���4I�
PH�@�߬�m�d�4
q{
�Y��~ΧnK�gR��3���=Xxԟ�W��p߂��l�K�C�hG�@min&������r��L�Q�A�ņ�0[L���'�
,���y��ey{�13�;�BQB�����VΛF)�co����-@2����.�apI[uJI+��{O��u����d��.z²��.�[�����=��.�@��tב!�9ޖj�����{lvz�I�.S(�<��A$����\ˋ�f��!W$��)����:��O-�m#&��	?ĜA�qp%��=��Y�'�?/�� �щ��q$
�8�wN"�<�vs�$�9�U���`�	4�H����DŽ���{g�+��B�̓ܽqs
N��
�o ]�#�U}˙~�m�j�e��+��
��V*Oיyޙ2&Eh*�E�\�ּH�u�t<?\|`y�cG�p���} }EG�%ie�:�e�~�,c�@�����&s�6�.H��(Z�S��Í�˂b�{��Ҫ��j%�Z��>+�'�׭]<ꞵ���9)bit*?vy��X�nsNxf�:歬i;9_A8�4-<�/�i��=�8���r	��U�T &UtH�?cj�J%ʑ��@��STZʆ[
�?4t��1[�6L��=t�m�؜��*�6�Ua*k��f��/�7��o��%c}EYm������i�<C�G�gt�������''��5����}�㑁�q��s«}�%N
^tmHNC��Q�WS�]�YSVDEpܼ����j�>.�'ҲTCuTHG�_�b{�Dm�ዔ����K��^�3S�>?e×XC�K��z����`�5�]����Pgb����J���8�ބ�OO��Z[c�H����X��B�x�uϴb偪W>��t��	��
Q��Cy9�j���~�޷y���$�"�`�W^m��_���0/��.Mj�@`��b�x�����6dŎ���a#!�+�5;�2��G*�S�׳@F��^o���t��\�T�NU��a�Ɖ�-�����G'��<e�}CT�[b���H�s��?-=��#��dFxog0г0�Y;^��l��#����.�=AD!�cr���DSu��N� �V{H%3(�r�t
�O�
���m
_��]�	p%��-��V]7���K�X�e�=#z�w���^���b!�_�����4�о�"��%R�o�i�d7)�K��P(A�`_ilE)w;Q!f��zbBc�����~�Iv�,.:�q�+���#��l
m��f��"%T��b�)D�Lh�nrI'��o6
�oə�3?GDţ�k":��J���|kO�Wd{�<sN��[��7�;��@����8-�m�7�ϡQ�v�2�kv|������¨`�%���ʝ.��n�g�I�إ;��g��<�<�]Dq�W,�-����&r�=�5�@4�a����h�)��G�߀E��N-Q��AĮ^9�wֈ�C���xdvo�'��G{�!e)A��ly��>��_��+�Tz���ɑ:i�od�����:��^����C)N��zE�R�ѻ9&4�<P3;}�w[��F��,DRL��.���7�'b�Lf�;Dž��ܬ�������s�|���7�9ҝ��R;���YiL5i$S�j��7_?�ʘc�X̔KY3fz�	�f
_-���H�n�MR*���s룂S���L�����c9��f�gV��sm�!EAU��+[�B��6��)��P�5,�	�O�hIK+Y|�Ę׷���%E*�QNfaG�!а��Đ�f�ܴb���s��Q!e��}i�'{��ㅝ��s�uƂ
g��Q|�f�+:N��3����S{�h��F��;�~���*�hW�����
����H�I��&0��q����
�;�S333RS�X�F�����y��<���Hx`�x�=����$j�Ւ��&��)�)"c�Z�=dN�)��T��^�h]j�G�&�;��$�mnsF�4{<GQ��W��K.�f�$�-Jn\��S��R_�J�����=�`�;K���щ%�@�j�J�
.3ݻ���h�ˣ�z��
��ȁ�
��h=yD�m��{��}D�V�Rz���U��E�o$��(�ۧ�o!Awи謩�ʿ�:
�c���\�|{�,�o�����ē킠�VܱE�gT��V��	�w��ϴ�ˡ��)1�����cn�g���M0�����*�kd�>U_�|ѭY�e��;����K�́sf�=�au���֥����7^���kvu�Ě��j�����C�.�i�&�Z�;����X���
�|0I,e��w�$@��@	�f�R�H���YO��/~��҄j�$?KA]�\C5��B�R�ψ44�:�䢓hB*y�D�I�x�I�����%0��2��F�����s�� E���kJA/q�||M�d>7���������$`�v��;�^`��ْ������J�0����3�lz�3L��D5�̉�ñ��N1F,ېE|�X�&��WT�\��|���[
泼G|@��B$��Y�F�T<Jם�V���c}|��yl�/+:���E�eK�T�
8�?�x��d`<Y%�/��m��1T)sr��F&��d	�K����.P�p_�γ�1�h*>H$����h��[��`�)ݜP�
��?I�?�����2�����
�O�܏����e^S;���̝|��y��o;�}����q�5�����*w�Iּ��N3~����,ʠ���j�(��E~[��Ye������h�6�����j�����DUK;�g��+9+Y�P>-�%G �H>R�p�(5�{���O��j@�p�BJ���A�q�'��H�W���	�c
�2��
���j1����d�‚��I�'�jq��>i�E�e���O��5��N/�j4驚Z'���St�{�65M�
�Z�8X�UZY�}����+@Q����֊]"�dI��А�5�w��8�#C1wG#���(X3yL"�*�,7^�j1�b���Ro���y'w�x[��*�k<��:ah_xٳ�P��5�9M���J}����'�L���1�OU��
��2U,����P�
ז*��5��,�j[2_DÏ^vp�j^^$��>yi��$�Nj�V8��=��me/v�0�Z�rN�f9�ba|FaOæJ\Hn z�B`�E}P��׈�f\�D����e2}�P�G�L������\�][k���31��|:�ڹ/7�XJ�ir����Ό�%5>�tL(]��C'8�Yg]̷���W����x��m@��k̢��}�}ާ�h�;�V���V�zO����Ƕ"�v>��N�oU�z�/-I��U0T����_�@�2�	�������8 f/gk�B+��P�3�`��T��w�G�Q�`�^������B�[�!~pov�Kk��S
Ass�W�s��.Y֖���@�����l�8�4��+���p�{�;77�+�]���UCMZ�R)Q��R�D"�A��X��ň�V��4�/�����+8F�K!'��IK�D������-/*�\�6�t�&�Rό�y�c�&XW��;�~������g�����G�l�Xi���D���N	�&5��.j�Xlr0�}|�Q�bz�j�;��h$�C`��]5T+q���O6�#.���
����V�y�s�<¾cuPSma���%��&ҁ<�y7��T614�g)����oZ
[�,�M�il�S�OhHܶ�o�[I��!�h\ⱹ�;�C&�Ԛ���fm��[��N�[)�o�oн��yo�h"�2�x��N�6��$��x���i��x�a�k��򑝚][��k-����:rb۴ۻ�DvX�)z��V"��698�(� �\J�I�}���.{ڱ$
9/���?��_�@?#Ϯ Up�J!1��b�X�vsCTr��N�ʳ�;��b5`���FaT:����!Q�-G��<�\��Vn8��+���]����1��J"j�J��eG��]y�`Y�������X��-��H)��z�`n#M��J�6;�%�1u�i�G�����g,�I�-tO�4M|�%k��4�iN�D�w��s��E~P��h�p�v�.�4�c��������/����:����29�q`���\'!3K	x��]4揔�=��F
�Y�&����̢T�'B�c-A�Q����B|Bn�r��p�[P���fSt4�!40��ݛcF�N3��3�i�/�ja���|�����e��,��C���ͳ%�/ڟ�{��=^٪r#�"���_e��(���ƺ��w�[yXȱ��~�L�5�/�}�"P�����^��?W"4�C\D��qg�٘�X���1u�����|2d�4���;
:t�L��`���d���{&��/����y���c��VA9��<���E�_Q�K��I�D��7�k���k�G�V ��+�7Ƒ�a!��M�k�mtt` 3S(Λ��E�}i�$����k��
ًz��'{�gT�2�"�HG��|��@�~�(3��gWk5��/��c�-O�+�!��-���6�n��Y����i���7�fW?,�9����N8�� ����0�c�d�9[����W�������;�zj'�a����0����$w
pđm�s�iY��?-�H't
���r��>�
��/�`��-���Cf��U׮���bN�O-�K,h��Op�5.��)f��2�`�03Ǐ�3y��i���e�e��3�T��'���c����icK���U�Cz1ދ��C�?C��ï��\	R
��X���(|K�`;p0�#`m���=�PCg�0�
�����XZ2��0vp�8����t�zS��@���?��F
��6���?�Lj�#�hG��k*)S6���{>���,�NZ�o�+����mV&R�~���B��JݡhA�L4\Ɓa�G
�$��\M��{��uXu	�?(�m76�͟1��{��Dل����*h��&3��J~s���-�
˜��t:��(�j��=I�P�S96!N7V��,N�8>��Yzl�3]��,�lYM~
�}�~��+���;.���K׌��Wj��o � ��;P�e��80��s��)��XR@��@��sW�V�Py���K�M�S?S�CJ������+�
�n�&^'ٯ��Okեs7��)���R(���(�O���&3�v��މV�N�+�|ID
!�T���F�<q��V�Pn�@Z�R��rk�7U�0�����1����ũ�V�44B��%����$�c?�I_����R�"����֞��]yl�������dw��tߪ�:E��'E�K�P`�6��|�k2}��B}���(��aT��D����"yՍm{a�f�l]��+9�׷������A!*�~�zuv���7*�"Ll�%���H.�arJ��S@�ڄ�qg[m.�;��=�oh�rʘ��hE/�ۀ�7���E
^m�S��J_`��ޭ0�teM�K��b�N�>ǿf��k}�
g?�:�M��Z��p���4�.��C������F�E�����-�ܘG�A#%Տ��_�±.���@��?��+�KJlY����R���i�����겼`]�K�o7���/J� �N<k�?�+�B;I���qTnm'����݃7����ֳ����ԁBa(�l��=��}0��&[�̔-f��g��N!�0���f<��u2�
"
x�j/3'��U�������jGףe}���|����򕣎�R�S�����JaA�:N��O�����_\L��)ʌ�����Z�v�/���޲�X�G���9�\Af��G�&Rk� �����H�&g�-t*x
Tl|[��S\1��5�A�/Z6��2�["��jʳy�W����WI9UCEυ�)|�+�Ű1,fulD�u��h�`Z�G�w������'�����Qww�l�e�|�E�}3�幇<@�_2kp�<|''�a�Yd�F��mA���&�-	N�-�W��욶�1q!�<��+��j���� ��yw�|���:���,#�gQrq�D��V
�Q��>���U��{}����8-��XV�, �^�b,�4�>��\ODS�d7-�gQtq�cX��n��?G>z����P�O_�i)z����0ل�|A6Z��0�m;�Z���9� ��z��u�V�)
]�x�h҈*�v
���l�[�:?F~{r��ٻ��R���'��U`=��z��RH�2����h`=��]=�=��47=���%�\�D9������ą��n�BC�����.�=�ٳm�<�eK�c-A�LOXV�S�I��,��șV���h���}�[�"?��(
��Ur9�fc.B��j�(�d-К~O�'V弲�gg6��j!�S5���g��NS�-X�&6y�B��Z�0�ʲ�7mx.��>�Pya�8j>����;��ڥ��K��W/	���C�b���xe�j��ȏ<-g�Z���4�i���	K����H�����Բ��u�៟�jR���
�R���a�����\6�^Z�p�N�[@g���2���A�	_���*q��6{��]Ӓ�&�4�Bc���8���s�VT�"�X���J?YnZG��z�(T�oL��'ĕ&㹸���8<�CzH퐫Ciʬ0\ֺS�bsz����1��b1�-�:$b0d�!?j"��KI7
�%.��P���#�scE�䯛F��B��4EV�z��:w_^B顔�s-���Q��`���ڼ�w��N}؁�A
��+rn/�ٖ��,:��ũl�ִ(��n�`�\�
��1�k�3d1K(b����9�(�eك�l��#&��!��!!OO$�7���M�g:�k�M9�c�)���0
�84�Ê�"��3_�YYݱ*�=b�g��k��߯�x���ur�����V�l���+�>�ӕ�x~��&�i]���H�-�)3�=��z��t_[�婮�n�)�x�3O	(_��X�9���w�MnA�&"g�@�^�D�8fo�t�Y����J~!��X���%O4�xF{�R�C�
�?�κ����<慲V��ߖ��(��j�{����Ț�����Y>%�bWe���q�ӑ��G��$~�u���c��ؐo[elZ�1���a��$+��\//4�7��Y��ϋ�g������v9o��Y���mr?�s9sd�g�f��vh�~\ ��ݞ����P���܃	rqf�ف��]0Ш�&��&�`@c�3�CK��;��o���q�'��ϩ\�����ѿ{�)#���mg��>y�np�؜2�u���H�{�O���a<N��‡{���B#��
�]�q
��L��1�QQyک�
`�R~:OJ���SW�vZ��V.�=������5a1�I��-9�̽5|�i����^x˒y����G���i�^�Yr�Z�d9	ޠH�UK)��{�~���Z�đ‡�k�)]\�i묶����6�MkO�"S��O}B�@m����~����/O��x�����z�K��"?�ԇ4�l�yX  ��L�6#�5�|��Z{�
Ʒ��9��3�yfݔ���`_oKP�{h��vI���t��N��"]��K�\�M�q*�e��K������'�75k�7��8������'����FZN��ň������̞�P�M�b@C��K"��j|��["礚�t����*?���=�z�wHZ��Ϡ�?�~��֮�=��#a�����6�,NV[�1>`��G�-�\(˝03��v���(_vN,6F�o�3��n���c��c�؞�q���I�D]��	�����`>�BƯ��G�+��� �B�IE�b6l�1=�1�x���慔6?������n��o:&�=рɛ'�p+�;@
T�#j}�����A%ym������Qk��Ր��wW���G�-��k�Q�����׷�Z�������������cԡ���.�Q�P�.�u%U��3��
`1!�h��B�μ�x't�
JCVuiX��R�O4伺�s{�3p����,L�ٴ(m��Ø���I\Q���c^��\C��R=�<�?��&�-��z�(]��a���+A=��x!T*S�D�9Mݝ��*��>��a�\��ҡ4G~�x>/����zO�_�. �c��ك)E�qKk|�����Tez~��;�?E��p�)|c7Xq�p��2�3fvA0L ���o�f6�����SJ!�ā��&rU�y�%d�w��7E�����8��_�k�w�
uW���Qװ`Q��(��\�2���"7�r�D��T&�9lL��|�
�#�o�N3������_ٹA�)&,�Z5��h�V��Cz����J�I��$M�㧣O�Y����m��5�g�U���:�UtP����U�s���tw�¯��Ǹ��I�0����2*�Z#A��VG՛���"�m�F�F�g8E�߰���36,��s���-�qq��4���b@�`����逥�29�FD����!~'���Mc�1��V�AO0x��^Y�g����ڲ?W�����W�r6=��H���_%�k
���_xai������
�[�Sȯ�>޸'u�ֲ�򁌈�P@'�شT����gA�7��TRhw�tڹ�`ޑ�ǽ0|��-�9�[������"��)V�uM�l�@��h��d�n?��z?����<4Zv�Ͽ�<2�1��̱}̙o��<.H�۟9��0<sؿ���4^����i�)ɪ3!�h,�?�z��zՓ�7�{*_��Q��ߣp�9tL���@���Bt����m���)��>@����Y����+��Z`y�fa�R,F�10�T%�=:&S�C�bP��ί��:�:�wo��c�w�1��W�Y>��e�#��u
t�nLZ��z�� �_iz|�ֽ�2���;�E��,��TNN� E�"��%�"�����`��i(�e���=m�*�;�gZ��*��zz^��ۤ�K�_�N�+j]gF'�,��ʩ|����%6��#�?[��:��L�qG��d�@���`p��lX���g�d��z���8pH��*;�v}9��!�=
c�5V��4ޤ�ɨ�J��±��v���1f�7�i�Ma����Y�z�ⵘ���2P� ���3���Ea�r<?����O�X�F�icQX<�X"�{y߆x�rf�7+�:�/���M�v��7PgSO�'�˞��`�:�/�5�R���d�=��V,@�J�>������FW3O���2��Ÿ�ikn���N����M�h����5���a�P�eԞ������d���
�� ��$�x��eh7��t�O(~��<���3<1aܵ�=�-�~�c@��;�1����Py8���̱��ܣ���Z������{@�XQ�qdֽ�9�;�vIJ.��Y�{ྊ�L�#��K��*-�v�T�,wt���Q�)[\j߳�0-�
���ň~�����ə�W9�$:%֓K��x<u���T>�	�oeA��~)�w�>t��IF��%Ќ8���@�!�V�h)�\�B�N��wu��r]*g��?K�&��2á��|R��
�G@�ML+=��(���겁!�GҔ��Ԥ�[7'�y�9�o?�����nK���m�t��mh�q
�_����EEN\*��סL	7
@^K��	$�s����>�
�QG~����`O��Z����kɄ�A��O8s>[�ݴ��
�3p�a�#=����5�Y���8֍�6��\�7Dr�J�Xk�k��!G\/�x<��ԃW�z�4�U�wi{�vIF=mPX�z��(��kð������9[��汁
ĺ�eo�|�7׭^��/P>�,j�&�Od�����Z����z=[`k���`B�ӌ0/M�}���'e�Z�&������U@UO�[��W,veqm���l����ū�?�!c���A
���Ҫ�Ë�
�����OVP��~����]i�qhF��	��t�`v&[��"	��I�պx�R�YDPr��~~6T��`�ڮW�����I?�@N�eS��c���4�9�|��?��OlnqEW�[���9�_>��^��3pnma����Jb��=w���)��
�+�
C��o�ƹ��[�M o�ucMoRoҨi��å�+җ�R�GǕ�	֗�z���l/O��!���ȃl-�C��E�Qq��������lV�څ����q�o���RIZ�{��U5��v�xQuW�Kә6��㲤�ed�!�1��E�45�hGSljn%�e�BUX�[c�ⵀ�%#'h�}�K���p->�1�Bd.��}Ϯ�k��G�e�/�н5on��2?guai]�pvh��ʖ�ű}eU�xQE�|ה���m'e���]��I���ىE^�U>>1�Ҭ�|)G�Q)
V��FM�M�i��
��~�<�{�app��0�n�C0	-%V�`�p�A= ��& l�o+����m���۝Wz�3VĦ��������K�b9ާ(!�V�mFӶt5�i"���d��h��UI8d-��e�Q����F���
h5�!�
&Us�s{:����1E*VZ�?�˟�|��'gMQYmֺ���ӕ���c�eM"��@/���-ѵ��͕���e�y�"�K�_z�=a���*V�yf�i}=�i7k��<<x�����w��2��nM�n]'̍��yNO�'�Ȥ*%W]P�d
`c��xn�y�%Ÿɾ)Ja��@#QPF��"v p�6�dI��~�q7Y�[s���Ey7��\1
Q��`��mNIyo�[�x����,yu�6݈l0�3 �-U�HEI��h"y��t-�}p�A�=�?x��_�;(��H��Q�RQ�op��{*x�0K��gݙ����^��Sn��e`K
�!��)���&��8���n��<{��f>��L�G�t6��%-c�<���{:-P�<���-)�m�&��V֝�6.ͯĚ#hIх+KK����u�Laj�ZD��ͪ���w
>��)ı���/�F��y��W*�r�͝�v��<��إvr�sW��v~"C���������������������ڽt���4����{X�q��`6�Ek7E�鷾��y�Ί�3���
�{�r�[w�p#oi�o��c�u��y���+3||���Z7M�m8�M
O|�f��J�}A��#����2��̸�2$��ޙ��R��ӣ>ґ��8����'Z�q�Żw�\�0�@��P�?15������⽳͏c�-c9|����+5�k^�M��,i\�V��l#���mw��75��2b�a�P�绻�8'(#l{���Tz�T�.��E�0,l��M7ֶ/�Xu��rS_he�XcBOq��5�L���΀��k�;��,�^XX`�K���Ut� $�@��^AV�]�d�Nl��[���$��dK�K�8v�ȉ�8��"Kp���{wY����;;�̙Sf��9e����'-ۧ�vj�'f���ϛ~dVFX^ܲ����
[ë��,ؒyP����:�J��dn���D=!�1�Md�p.�ƙ�w�K���Nx0�&�M�7>�2_�%c��%� /�H��]�ߣ�tpˤ�����y���o��;���~�y�ܻͳй���O�{�\�P$�D�vc0D91D�G9�Ī�w�e��Sa�r�[�I����n���}��7�z@���ߑ6�S�<���+\��I��p��гR��`�U�n�Gć9cG=*���Sb�Ք<�����7j]�.>�5��L�xT��!fr��=�a;�}��Q��j���I�鱱����K�J����w��m��A��Ŕt�j����Y�	QN��0'�>�L��6�6i\��7����	���|^�c����B��J��D��9��r����B$�A�V`��1�U`�Y�)2��9���#�P����8	��)��m"<2�L�V�A�ꆈv�hz����T�]���k+Bc����$����{��������6/��Ӑ�AO�l/g�?��˅g��^%��� [�J��A��۲�4ZL-S�����ti1�
�oL���6��e�!���%��>q�M�mE(P�����I�A�)���bL: M��y��w�	H�ӄ���~�s�Pn��y�>ǒP�||�c����O�%P�tq�.66^���N����z8G�,z#�_��>(��
��?�����M�M�YH�
��!��c�D::�`Z&�DK���^hY�c�� ��ظ˄H׈�&�{�|$_/����7�@I������r7�t�}�AH�S�0TD�e>���Q<��K��+��#�jr�	���O�&��#�^�s���g���O	����$�ؖ�A�b���t�ĉ��wB�#��Ga��X�Q���,"�Y�P�`w�]VN!�N*��`cՏR9�N&�"�*R��k�O>"B�RO���иcIs��_p�SF����൚�ٵ
�Q="��>��dF�Ňp��oA�Ա��ˆ�}�
�mS�'�A���� ��
'6̰��R'����s,�p֣ܢh��$Ck���UaM�y���]V>Rl���%bN�l��Z�"2M����&���
�F��~���k	qq";"\�4�p�D�d
�
��:�s���7c���nεO��a˸�
I���تY"�{�����{�"�+j?��cNTǸ%����I%�|����iyP^@��@��ų�.�,�&�o�YV����_
�7��!�+��1�<*�-{�Jo�����-+�6[W��:�=����l�Z��;$������~�T����ce��Щ�����v=�&q��"$?-_�x����^�:4H�]̘�ty�h�1�12@�F�ȯ_J���X��R�$���g���ܷL��~�dC>��!]�)���\B�Qv��yL�/ĕi��k�?[�yct�Mn��CB$�}��y�f8#3[V[S�V�3:V3���!}0�:�g����҉��-�1J8|�‰�(9P�gnܒ6��	�(i�D,�p�I�o������ߌ��YC���I�X
�!%��S��� ����d��OC<��QT��A8W�?k�X���Y�Mė���9�.�G@�W'�n:mT��n>�y������''T��T�7ͬ��j����ݮ�B�J�����&��[S�f�.%׎�-I��v$�sғv68��L�͟�Mf��4�����*gsm��E)��"����s���U�C���������M��<~z��>�9�u/�������#d��d�A*�WRrw�r9�Ư�����G�홰ȣб��3��v%�s�l�8NM�_�(�Y�P0,�-��G��uъ�)7��u�Ex�8�τr`��,��+���B}t�/;|JB�t^&�����vV!
��:qGBB�.2Xb�8'�(T��'f��E����
�3|�$�>�\y�d� ����=O�ׅO苌��Qר�ң�$���Ӟ���ɜ�i�4��8����b�bXa%�,8��ID��A�hu��l�)����{r78�s��".ؿf�� ‰�s*�ҧn�R��D$\<�1�P@��ݴ9�vh���bE���ɮ3M*B
msӓ���:!��l=���H��b��%)�,by�1#��g�0��-q�$��:6�&�[G#W�[��j��Aw�y�P�J:���\<v�(ĩP��)���$��l $�`[BK�ԙN��,Wf�CK[J��*U
�=�1;U��)	6%k�5Ae��(X԰��Oy|��.6J۔Bm�A7bG�t?���+	�3J��5���Ż�)h��U���3�-�N��m�'�l3��_��;p/U�4��HC�~�8P�ό����CA��9�7�E����d+��e2�XfSp�C�ْ1+�\��JC�A�	A�b�M�u��э)f��H>
�z5�AY���[�T�������8KV���I�V!]��\)3��ox�����
��t�����-pu�Dm�c��֎3��-><�!�E,?qyr�p��o�GF���ƒ<٬�Q�����%;Jc&�'=�Z�$�NFD�,�W�����M;r�do޾:�v��d�z���eI��<��7)��T(Y���BD�� �Qx5�/�	񆆉)��"E,-�����W��Eڸ7/����O3V����y1}��Q7�Ϗ��Q��7����m�_v�ux\�j ]Ql�A���t�(
2Y6Z�;����l"'�=��~%�Ƚ�����8���*bb�M�ےn��<�6tԝn�uo�;�8�`Œ�u��ڕ	��e��
��.fVм�Ɣ��9�����ի��؉ם)P� ��]_dT�sC�A��Kc{V@i
�L�8�Ӆ�ZRD��і��[���*Mr�&y��ڵ.�S�\nI3��\�����E�B�҉�5-f�-Ij\�޶�M[�'
��9�.�{�'��C�kH8�Z#�֌	���k�c��8K�¡�yYP�5�0A"�(90Hbe��s�`Q�gP)�-~bQ��SV���|�E]�?\�ؙX��m ?�{�(D&R�Z�s}��Sc�eAJIՈ�L�5p+�L�{TFV�bDff����HXQ�j\Y>Î������X�y�<��g�~'���7E�?�v�"V�W;��W����F�����\	Ğ!ϒ7�J���؆�>��0.a��#�۳��Je>�L���ΗHByk�;���%�I9I���.�2$�������]����%E��ȏ@r���(D���"i0MnY6��RZ�)I�3�j�x\����)\�kP�3!��h����
�L�@3*yH����L�2��ڶ+m�x�#>D�@s�h�T�R/�Xz;�jc�9�$=6f����i�W@E�Lf�R&�"+nj/�E>P ���S��#���D�- �G��KU�9)�aG��z˫^�(�A��@��z��͏>�vFv�/��g1�#7i�#���D�-/�VL�P��5T�P'�<z���޼��6�B���/1(��rT"W0��,����
J�¤$��*=��QZu���q��z��֙�~R�H^�K,z�� �\�ԓݙ���`�
Z,��u8tyQTɒ���
�˶��GfRb"!�V	E���iuC�g���#���*G[���E��8�ThO��M�>����,q-����J��kYb_���o�\j@���	B4����v�r'"�"��p��}@�u8���#�e��p
�pf�{�/RR�x_$�}M狔�G�r��*��{�(�J��Cn�aԠQ,
�iKTfe�R�+�S�/�OHx�	���ӏ�>�V��'�Б�4.���d��≋���?1eW_��;9�`S�7�qG���[VM��~�Z����J���mcb�*�i�ѹ�O�S�d�;6N��xY�큲������>��T_c�p��v��
�п"�yU�p�n�w~8?�� �C��H%\H����T�?�ѳC~X?ҏCX�_��վ~��x���w�q�w�~�N�����α}{xo����ݠ��#~��F��V��o�~�� &�v	|sB�lǾ���wXl��@�d�^:y�'0_���&N��9��x����9J���q��'��qux��8����[��<�����B~x��M�ᕍ�i=M���K'`�<��W7�	��g?_:�0_|}�h�}�c=���!��=�1\��/�#���4V��c=�)��z	�i��gqs=D�'�j0���'��B�@���QLB,�{_L��M�^��q/��
�h����cZ�ؘ X_`��-h���u@����w��9�:��N�	�XA�����B��w��"��XA���3^3��J���C2�u>V��=��!��P.�c���n�|i��8�߂s�ʱ�$�r@��
=~'�aY��Ї�Q:`?Us�p�
��d�����k��e�Buq{�Pw��=����$!�1\W[�;q2��s��;�{Nb<�w��y�x6	2ͯq�]�pX�
�G氠������7��&Aw
|qJ���5�]���~xg���n0G����&A��C��]�b9l�p���!�a9L�e�i���r���K,�M�>!��:�>��/ǰ�|�`�M�����uK������.pJ�����x�p>����ۭpv����V8�>8`h�k(�,l�/���Ak(���ex
uC�o𭡐��1V���:���������N�~���l�?o�/�|��8��߯c�œ��9��7Ż`�,��[�] �K̃2�����p�w0�^��pb��D��78%�Gw����b<�[����x8�>8���~���1,��ra��C n�X�o�X?��K��2�?�w0?���?�G	�}�~��D��2WB����B���&��|~�X���N�w�?��q!m�`��:���kt"1nd?�jH��<���@�	�6����Lc1��R� �Ӑט�r'�
�����?�+VT-�_�л�-��O6���e"���*�0 �0)v3I1�/�����#
e]�/]xg._j3�%!�ku�S�80��D�d�t9���$��1��5�3��)��u�1�x=I1�8����P{Ʌ7ߙg�S�6����BQ��da����G�RK���<�}>#"�gif�w�0�Q
z����h��q�4�[����ʕ�U�y�ƹΤgA0�@wL*>�<%Z'�O�N2e�'������'*s׭_������gY	��Ea5�Q�����)�=-�4-�:_��#e�q����p�g%OIXr�rR2�{rZDu����:-��V�ԣe���I@\�΃�|i������g�����kY���H�P�+O�(���]�M�h�����P>+-#Ǒ&�S��4?gRd�M|do���:���0��[)៓@��?���*$&4p��?��Ȫ"�9��uF2��-��HG"��{1�4��VAh�PD�;AG��ϊ�Z�%r��R5����B��2���U{��H	�E�X̠Z �M�0��ME�")h�so����W���p�՟�"�	+x�밞0߸��M��~�i�G-���BY��"i�V(Ub	�VAЦ1��®�w��� ��ZP����e��63�h`����5�=�V���G�cfn�p�\K}JȠ>�x}|?�3<8վ,sZ~��̬i�Ƽ�-�݉}�Ms���8�WL,�<�P!;�P�"\KE�KZq�{U|?��=
�$��*�����>�l�,J���A-b ��%)r��(�BJ���U�(�PK�
�U��w�]����;p�B����֍���'o�ͬϰ�f�e4�_�j�
��mCǢ��v�e�=4+=�.�.K%ߘ�J���\�O��=&KO�@Ҙs�+ɴ{w�=tjw��M�?voך�5�V8Zk+�l^��<��w�çv��ژ�:}�	}����w�ۨd	΅,yzs�u�em�9�I��|�{ȧ]�	��9������@j���]B��W	�~g\�((���ER@T �+65p�Y���{�ǸMxl9�|#<���l��>Mo�g~	�4�z�"��3"���~mw���� \�:�m3��ox.�g(� ��;M�̎3��n��h��\���L�BI��gT&��^��+7�_�뷯��X�M�˚�Y���5��V�2�V��M�6��fMʵeRE��ʏ�d��{[���P���CO6�5��Yc�4~܃Tee_�닊0y�,%�³(qHN���_�Wh�)Ҟ�7�"�S_���Oc��Z���k���r���je!U&���h�₷@�d}�
����a/v�6Ȕ
�L�3E�!�
���5i���͂B5E�
��r�R�g�NK�,s9�+�cz�W�I�k��7S��Z[T��ܲ�`�[�#^� gaG?�����5a%��'8J���lġP�*�"E�7��88��#�؜���C�f��8�y�Y#�N����Y��4�.&/��>,�*ٲ}�O���%�;�Z'�𬚞3�33����3�p*��Z���VP�1$���8�0V�����ܠ����X��Y�1�=��� �S�w	I$ZOp�����ġ�~fB�'�I5f�o:��|�:8#��)��م��sJ�ۗ,��UPY�sR]{YZݜ��}�K�s���3:l*/��]R߸4,zzuŒ�~�\��l4O��*ǵ��Yȃ_A$<��'
��BC�<D�LP�oʟ��Ue���R��Bax��P�����8r�:'.���9�s��I��9�1�TI�h�D1�@]z�9�+��l޵�'z�3i��3s<ň��;ɟӿ�{�򜈡i	�, ��Hs��5n�C�~�i履�;���ޯ�|����hҧi�v�Ċ*ͮa��q�6�G�F}���Eo/��1YŚ�P�w��/��B��+��w�3w�GG��랛��ڟf
��ǵ�~^�ˍ|^g�~oc����A!��^!m
|���_��=A}1������"�o	3�	M�trBL�bTDJ��l�,��D��3�K�����@_ڑ�2M�t-�ʊ�����Ed5y`��k�h��rs���(El\��>�3t�����$W�E�6���޳�����
w��^��=��N.�mK�R��i�2�\ۖ���>����v�]h{��B�=�m��ڮr&��`�N�Fh��]�q�]~x�೵�Bض�k�އ��g�xUB���dAl�����B�}�2��(��<�{��6�hɇa��D��!���$l����!T*pq�(���+>y�N���\��vv�X/J��4M����X&15y`���U��?���6���Q�d��LQ���{�!kR�P��^��B*
@-,:���7*H?�Ӫ��(�5�]���#}�p$n]�,-(�涀�ڿ�9��P�G�?��L�ɽ9�|�6�G��$h*.N�V�\,G�)�ؙ�������4��MG�q�)X���̪Z�1Vtd6L�s��lbr��Fm)��JN�Ѣ+z��;扫/�(�o�hN���N�_3�{�o��AJ�CB��B:ւO�nY<!H�0�r9B<%Q����Hug����~�zg�B��圆l:"�px�J�^JSaa"8����U��������j�9frn��M��/�mH�����M�P�l!�f����DU���J8
��pF�༶������:�k0�3����,��k^N���^�&�+��Q��"�	�[X��ӆ߹�a��u�͙�~=�Ujᴈ�Y�
M�EUu��Ήv8&e�V�K��c���WNQ�s���gCAS�YQjL�Or�=��3�y�=��bra!t�H.�JB��0"?�\��P9
H�`E`*�M�,�47xImaij�sʹ8<ZoT�[P��Ӄy�����vɝ
k�X\#�Aَ'�8Ώ`�����@��n��*]��ƕ�)��z����a��$ٰ�)�b���5t��?�j
�<�+讇�H���|�	ۂ�����t�PW����o�y��R�'�*bC��:���b���W�ߴ��l��Ěާ2
��\2l�,ܞ(����R��d����P���9��׋jq��[��.}~�[To=��
ez�2O�z"�p{L2idd@�#��I��A=��Q�����󖐼�/�%�Ã��0d������}<���~��:��nK'��%�����Io/7�����œk?�`�K[*Qu���Յ+W\}^Cؤ|0P[������D��/�����
�E�$��/���(p8$
z�d��E.�]�PP�\����n���FM:�b����+��!}�{�ж꽇Fހ�9��x�8h���,�|!w����0R�ٵ��nD���s��������G�5f�~`��x�Up�$�ޒ����	�.�NJ���a
�t�",2YppXaP2�."d̡M��˥�|���r4ް���]�@>���g�G(��9`:�}��{{���&̯�<�9<���!
[��E�����S~��s~�v��7'�l�%L>�qؐ�cY����0�>C8�s�yJ��p�(�AND��8z�,��EKo>���vf��y�i����X�'�D���<���{b׶.�ײ�<�:Q��W'i80[|�����"l��Ymya��+��vtHo\6�Њ���Zzf�M��m����L�p�ƪ��ʕ��eʔI�r�t����|�U����D"̣3RC$K�A%��,JIҿ ��!W�4(^���%"�X�E_^VC�4moJ���:5>g�g�`���4�V��`�֏��d�j2�%G�~��H�lr�m�溲�]��p2we���%s�'G�>>�iq��!�������= ���&ڜ:�ZJ+�b|~FY[�V%����_�� �PP:QwaPH��Mҧqo=��a�jm��Կ�����ŵ7-�h��ОV��/,rW�
�s7r�7nɣ
�Wҟ�ϟ�:�ΦM@�g�ă���]��k}���YiuMi���&��g���o�:�&�����5I11��шd2*T.
f��5�.�+����<
7��_�r@~(�� y�
jΗg_���
���ySDR��fύ���W��Ԙ�S�{in_�5�3�������]z�5���%2u4<��fA:��\�L��[�SR�m��ƒi�:U�ڐ�NO��Ӫ�;�X�F~�l��Cc<j�VK�Rz8M�Р�]$��]�w���S�+�|�P�{�~��c+h z�����껤�;!J����������C��a�ې���1����Q~sx��d����Ja��)��/�bW�ˑNF��w�%�<zuy�}/t����W�2��eI��X4E�?г7��@��ۭ��>�ݟX�r^L�P5�
h�'�%�u���;V��_m%��7����Bg�Sx��^eۙ7�wK�op?�B�0��r���}�{��vp���s��?p���c��f�~�<����}v�O���g���0�����y���zg�H$�F��s���H�I���n<:�Q��E�vǒ�ܙ�5=|JOŠ��\�{/.i��_jj����ܦ��t_�c��6��j���p�)-����_��ګ��w=x��ye�OV7�~8�A�:��5�i��L�C!{���E�Y���A��?���Ό��)Dǯ��B���?W�
�k��.�D"1I�� �6|'o�%V��tڃ�]�*�|��=�4Y2z�:�)����YGn�l�a�;h�w��� wl���=�_��1Ӽ��o��	1�~0b�f�,����	q�N��u(��}s����7�>)�d�F[��~l����i�Q%h'�FgFh�'�t���F#<^I�
��_��+�����?���7��V@�w-�{��yCM�ֶ��g���e}e��	��SS�U�wM&���^W<?3m>�7{��ŵ;�Zw6��Y\���yפ5]�{:4Ld64���A~D8G%�&o�:��g52b��T@���4��ix�A�P�;����\GO��{�˴彫��8�D�M�i&cx�� �q�gN�o�z�_���t2m�t� �<zWllX�Lf��ea�ғ6l1��	|�r��S��!+�xy�"V	�Iu~�WM�T�������1���Sr֤$-�tִ�u&f�I��7�m_ZF��h3��K�
���E\��)j,J��7�
�I��кq��5AҠ ��$�L(�(�"�_�S��+�Hg���щ��S�Y3��µ\>ImX30���?�t��7���o6rW���\7q�[�D<��!)�b�.�/^��G�H�4A$T�:2�::*#�?�wp��~��{�[�y3�U���G2,����2�F
��m��GC���>P��]���埛�\ �t<2�A"�]$#�5��A$9���+\��s/s/���_�ZGm�H
���xM���aFAkE�J:$,*��"�
�..�aS�⽿��L:�_o�|P�kr�+Ȗ�T�Taa�b�&�����G{g+s���[}|��$y�轜�6�-9��!�Z��r�$.��|d�h��z�D>qw1��������
O�a��`��fE��G����'7����X�1��R�Sn�3�Jp��|���ލ{�c��}�t��)���z��h�=�>�Ԣ���8ԭ
2Xq�^��˶��oܑ��s�,��粑��u��f��Vӵ���:N�2��� �=&OV�`|L
.)	�ɒm�I
kѥ�j��� xa�G��$:��1�3>�%BAyf���	SfX~��O������.�N鷻�����f�Ȩ�.�N�'�K����w�o��ׯ�,����?q��7sji�IH�0]\�7�w[c�.t(Xѵv�c�n��{�w�[C�O�.���&�"��y��\M��O�ףv�w�.2a����,���������HKJ�⣢�<YY�R�L��t����*�],z���GT��/'��vd��툋+��\��o<Lj]�lGBLN)zo�h+�0�c�"���_�

�_$X�<�	�X��W�}YNl����C~�dµ[�t2a�p����5�0���>l���I�����1<7��w'x}�&Na�}���A9�Q䟑n���mDj���{���F�|���&�G�.�f��W��-D=l�$��o��P��(�*����P_��W�����<���������n����o�v������	p�p>���a��|;a��3�.�3@4��B,7l���ށ�}1Ұ��B{�/��	��q�x[�o�.���
ۯ	�p��	ۯ�m@	ۅI�~Ch_h_���¼�>
ۅx;��	��0�B�l�����&Ȏ��G���@��Q��YC�������g��<�>#�D�N�K�*<?(
<iZ;<K�iDQHTµw�K�"�������.���cӦ�������p�U��.��fTUU65�ӱD2�����4n�1u���	�5n
�W��!�o��o��^U)����a*��	.@)�>a���_��`��wC�;�q�4x:Q��7
m�?�K~�}0�d�v�|HW���y�pل	e�EE���ޅ���������g��I�K̝��R�՞G��_/򭄰�0�3y�l��5 %_��! ���o���C[6?<�\/��@�7����R����9��[��������O)A��/��}@%�E9b�Y:�!�P$
�*��:��G~@��ց�oI�QLT
��-��1��}�%��~��_M�y�x�Ay�\�CK�&��/I����
�+��>k(n��:C=2���ؘ�[_��^lQk��<S�P<�Q��V\]ĝ�NSgFZF
ʫ�����Ĕ�ԲU=[eG?����]������w�ӽ�{�)��2T��H�H1^�{���T�/�ȋ�2�^��F�j�i��ܹ
�Dn�����چ����/S9ؗL�3,��.�������J�����9��T�yK��\�?�\��`���a��]�#��'c��5YI�k�6+MN���_�2��#8�/��y
���OЈC%�N��e���|�ї����yi��!/�o��T��Y�5>,�̒��l]}C�v.A������g��`A^,j�n��	��*��/벌�/���p[I��
{hJG�w�x
#EO�;#K�3��]Q���~�qSsW��!������
o���]���Oњ+���F�co�f�aX���3�L(���v8�m�l�YWn�
���0m���@#��!e^w����"1F���_�g�m��WQqI�S�H2Tw4��܊ٻ��Q�-C�2dV^a�<��F�@:},�C�HOhl�.��K�8�c���OMO�����E��ʀ3K�o�F�0�3:mgdi�&񄔩�DU~k��<ܑo�M5u[�\��<KL�.��4h/�N�*U���Y"4
c|&A��Пx;�_•U��h�
�\���P��W�OU�nT�E�%���.-"�E1�i���ٶ�?�n�=ll�M�?�_T��6�-�
�6uv��\]m�gca��q�Zí�^�͸�I���d0�J[q��ڬ/�����UB)Z�W�q#�,Ku��1-�|���휝��!8�%E�x<*.*�sj�!�d}MGs)1oQ���S%Q�f
�*;�S
%����
�#ܿN!�Q�PDY�&,�)�sGA��Ɛ�A�ߖS�(0ǥ�[�ck"²,�4�����>qL��0�Z֝bV����kԆ�L���屙��	�w��pWL���&�O��a\h/	G��Հ����V)�a)ez�Bu\�<�X�΢����ذ����|����6���T�P2��s�
˒k���8kP��BEI�/�hS\@�]l��Ÿ\%?m�G�ӣ(�R�EJJ�OD����i?5��}?�zQ_���}g¾?�6)a_��m����p�+�9��jhsN�}����Eu�|}��q������74����8����E�r��L.s��C&,f<#�A�;=�|�o���<��o�ސ�'5kD�JWAO��X�2�u���S�@�6[P†��V�i�]4->í
��
�&�4P�k�+ge���̹+�=MǗGN���p��M�0s
��2�~���*��v�|�"���p��Ԡ��	)v1�,��gK��[g
����f1���%A�Ģ�{����*J��:�vk���۬x+ϴu۷���K�fW\}D�����K�y~2���?�|wl.���/W4��?�m"dpe@9b<J���v:��a1Ah4�9_��W�D�K0��E�N�;}�8%"�[g��e흝�Y��ܩ���\P�HHOv:����&���μ�<wrnzf���θ�#���������6d���h���SE$�9(�R���t:��az=��W�J�Nn=f"�?7h_8���oF��I���R�'C��p3�W��5�S��X\�N�M������u"��r9��8��z	-��m���GN�����B�̜�f��}V�Q�����u�i�#���\�)������(�a���H����1��ϣ>��	�q�`�
�"s�!,)+�b���0����,�M�m�Pߜ���X*��g׿\b3�\Bs�h<������ds���E��|~N�ׂ(������sMp��rSt�>^���w�8�	�8 ���b_�]��np�m�GI���^��`��J�VTxR���gF)�U�#�}��H������u���
����d�c�
n�}�v�%��l\_�gf��ϧ����Y�{T��y�t�'7��E�c|Plmb�b���X�����>ˈnۧ���}@���nۧ�>��v��'z���F�w��	��y����Y�q�z�_5��%��#�-�>�Dȭ} 9�+��p���j���f�0�����}�9'���f�C��:L'��|��)�s,�{��S�h�Ga�c����]X�&B����uڀv98���/�ňzJ�/�1��Pɢ�{��zN�[���vp7��g��Q:ח��2řg
����S����G���#��&Ш�Z�����\�'C��eR@�{�N�`;��Ȁpc���C�U���}�a	�@/<��q���d��l�|"<0�Auo����5Q��8�!oF��Jw�S+�Th$��+��E[
5�.���,Z�U�ɕ�4Vk�r�0"��g�D�x˩����u���n<���Y�.8�<g�k�P�ң�u��>8�B�|�`��o���,=�*�A�t���fOA�S�%��젅LLEF�
"�[I���e�n%�Z���	�uu�kF��Y
Q��Ґ;�qUQ�xϩ⠊���;"{�]�b
�����=gQh?R�y��ָ�x�ծ"c����=��H�@�cY�|�!r	�GY�OM�,����Bv��6�14��r:J�pt��MI�/Ҵb���Y˳7�W[��	6ֵo�Ll_��fn�&h�Џa���N�217|���%S8��vD�4l�;1qYt��B��ş��ې99��+��JNKlY���z�&���	�օ�q��r�}:������>]`�>�6T����0 �R��4�B�>�/n�n��^��e�U�����7���d�c�$��"�<��Dɠ�cABE�N߸�ܒ�f���L�BϷ�|���O��xs����d�H^:y����y3��C��Q�����������7�Q���h�k��C��P�~2�������%�6񨞲F����:YL����~��7�n��Bӷ��<qiqH��1�%�/�\�A�,���i3~k�v}�>�g�ʑ���*�3Ö�Kn����/�9�\,ߊ�|.x*�8�[m@Ih<2R��--��%0r	kM<G�b�D8��4�Kd�r!�h��w��W^3DH���
�1��=Z�z����v�.h;��߇B�{�/qjŔ
��;^^Ժ�=aV���C�.��hLʆ�I��1���,�Q\���6n-^r�i�a�/�Y��?�p���5;��4Cܼ�Dy��Xv
�?_v�]Y؇}����B��"����}�Dl��2��C������L
�7��a�b����7mBc��#7Rq�U��#�� 5�X5�<���O`�2j�X�������ac�ͷy���Rq��t���r5�X�
m��a�JcU-���%5�!���L���9�ƥv�~B�]�������`.C�DC��o�<?k�1(�
�do�Ϻ��������gh��e�fc	����JG@ۑ%���������|���ߠ���<<��
�\?+q��8�C�=L��5����Jr�!¾�|[=YM�
>����O��K��omݰ�7�/1���6¥��sFt~Sh;A�QZ�uL�_mϒ�T���ж��'�11�_��y�?��.j��W�E�K��Eȟ�JD�L�)��x�9���
�7�L��x���S���lztF�){ߢ	���5O=��Y�~vG}��͟y���/��t�Љ�������e�#�BJ�=:HL(�J^���P�P�n
�Wk��j��{�'�f��iM�/_,7���:�b"���&I�\�+��\��v�9����E6+ؽ뾼i�hl����'�?7�}D��a�At��9��
�EK'�=�t���4�����^��S���Jl��ĪTr9a
��ӎ�LP�����F(���lM�+}�kZ���NZfY�s��ݞ3��Ě��6��-'�/ݒ��e�pl�O�s]�MZ���r���$O���Ƴ�f�Ԋ��76?8T����Oz:Ηa��|��J-���,���|��@I��2+��G�[(�7�	�KG�Kݡk�H7N�>D�i��
�*pֳdV�����+������&I�Hd0�	�F�w?��co�ri�C�)��*	�
�͊�8�>��鉇����T�F������+�����sn�2��P|FV�*e&�Խ\�X�����w@��r�ͼE8����hHJ�Z	����2�M���ȱ��1�Bg|���Ψڥ�q}˶ԤO�o�\�ř�s�=U=b�W<�\��1n���u���!c�z��������D�4xw�lw��Ժ��c����]��^��ĥC�3lc2g5�J[�=t��KN	��%o���5����a��_�w�lT���L�Ip�6zd�b}MdəA��
]`)4>w�?r�oO`Av�>�*�������O�H�OXxa������(��[���}[���+���^8�zɼ���Ӫz���N̘}|e|T�`ղG:�6;w��ջ�����5��J�G[[�ͨ��$�1�VN�n�ϙSݹ�gb��z
�
52D�P��q���
()v�
�sm�(�����1(5}Yi��uS���+��mH���h��3mQ�}��?\���"K�Q5quK��J~Xa*��䚸�GVL>�}fv�Ž�����rwy��|��UhoLi\[Y�`_��蜍��K�%�e!o@�4�H�G�8��?L��2M��ť���0�ʓϛ�nzb^��8�g���ZKu�&�z��O�H1���a�4t�<w����.�dJ��G���Ń�;k6=y�����ȅ�����g�T�U�O�Rx
��GT8=~�_��zh�Q?���R��ڇ�����@�����ez:�<���
�/�����G�B�ўK�3�<ʹ?O�>G��h���}x?/�ٟ�M�\�"���95x}������y���_�k�O�2eBSҧC�a��]�-�/�{'�uE%F�5q
C.:x�m��l���x��pm�W�!����Y_x��TAoE~k;n�&-BP����ڵ�V�)�rd��
�r{'�I�kf\����Jܹpq�ڟ������oގc;	�^y�������=H
J����o'��|q���n�U�a_���_"ޠ�䯈�t�R��}_y�M��ڊx�>���-���Gķ��ڗoуڏoӛ�?#�C��?!�����_9��z?و�B[�gW�I�U�5ɫ�7p���Q��#�A?W�E|���ލx�v�Gߢo��#�M�T��x����F��|Z�=�;��)�М,i�iH��Q���N����`��:&��=���s��뀦X�س�~��<<�SW��bJ}J�eh̻WN#0��q�71��?'zj&s��{ͽ�8*ћ�B�‰�֜��S?4։�����h����t`ƍܘ|��L�]���W�G�D$$��F���r��>�	�|��=�[D�G�Ώ�f��:�[�?�?Z^W�5��I.�p��\5���*�)G���띒�|��{D���b����|;�,��`�k��c���=g6�+��m�;!���b�6�L}<��IW
����[����/�9����,21�s�Wª\;��ʄ.�@Y/��O�v�xˁ�;�74��o��9���$LMa�|�Dg,s]�S�ex��cy,)��3�t^�%��j\V�ϵ�J���H�J>��?A�2�G�,�Y�r�W���U}*�6btDAY�l6KKE��R��h��_��KgX��0�ol���1}�w~�i�C�l�v�MCz���R�v-�#e9�ܔ��#��ꮍ�%sw��!v.�n	���zܥx^rk�p�G���P,���=b�Q<qe�:�ALxH���k�9���E���DcN�3?�V�@�yh�i�)+<��q�[�P6��b|즻�`���R{)�H�!�&+��>8���u�'ޥN�Rc�F�ݽ��x��
���a��x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\U���9U�c1` ����G��]]����@��a�1�$�!DIxF&BD����EDE�A#� �+#�e"�2BPd0�����'A�{׽���kW��>����{�N�ug�s���i?��#��q�V�t'����NeŇ�]�,^�|�*�('���Ԕ���_�)�W���u�ɧ��̕�Z�o�	��lg_g���U�~��߇ltڝ}�ݳ�_V��_݅�W:mop�x�����h�5��[����[�
��m��Q�;;�]��Y�{u�ꌠb���bgMj�sq�a؎�<��XԊ�U�kPgv�@�b��v^�lWw~��{��:o뼣��:�5���g;���j�Q]���]���vԵ��_*ѕ�*a�w�u(�𮣺>�:�뤮SQ�:��|�ƮM]������u
꺮�nF��ug׽����z����^�#��BN�ݨМо�P����`(%UUB
l�BKBG�����N@���
�+�!tQ�Rl_]�����C�Jm	�,�l[C�
=���z�Jhg7��=�{���I��#�1l��bw
5޽����>���n�{E��n�����4'ݟE]���t_��m��&�m*w�4O��Qa��'T�Eiκw�^Ua����Q��sQ�,@i$P9�rA]�`�ft�ᨣT��ǫ����.��l�w�F�M(��+Q�U��ש܀�|/�u�
s��!��PO�<�z^��X�Q=��A��}Q���ի2�=TE6z�,A�����e*PҳRe5j�ʹ�
*�DM�PW�@Nϵ*ף��=������="�g+J��M=�T���T�+����W���{����P!<�W��fPEX�WY�q�G��V���*�Pb��L�z�����+�z�W���_��녿^�����z�_/��N��_��녿^��a������_X���/,���a��U�/,���a���0���_���/a������_x�
���_���/a������_X���/,���a�3S������_D�E�/"�"������E�_�"�/�e*������E�_�"�/�������_D�E�/�E�"�/�������_D�E�/"���O���_��냿��
����>��}��'���O���_��냿�}���z}b�o=J�]�{}���^��(�����'��nC���{Pb�����@��>V�>��*J�����~֭~��J���^%���(���Z�/���B����Qb��U�_��{�Qb����_�oF����Pb����_�߉{���^��(��<J�����#��70%�X��@/J�
�Pbo��{�Pbo��q@�
,C����(�7�%�6�������
%��E��v2bo`J�
�����4bo`J�
������F
���Y(�7�>gP�
�Pbo�vP�
Qbop%�Yk����(�7���7��op=J�
�ߠ���A�7��o��� �
��A���7(�'P�o��� �
��(�E�_���/
Q�������_T�E�(��ãb/Jԋ��(Q/*��D��؋���ƨ��B]T�E7�\qQb]T�E�uQ%�EE\�XqQb]T�E�uQo1'&�b�k1X������Z�bb-&�b��8��b�,F����.&�b�,�6&�ba1�����DX�b",a1����AXlk�W1�Zl[l{�b�*Wqq������U\\��*���D�������x\4š).���Mqh���84�ES��)Mq����h�CS\4š).���Mqh���84�ES����g
���8khB$%XC")��I	�ЄHJ��&DR�54!���	"J�,A4K���,!�D���J�b*A4K��\%�Ub3J�,A4K���,!�D���J��+A4K���,!�D���Jҫ�KBXR�%!,)’�aIK��$�,�h�$�%�Y�h�g�e(q�$�%�Y�h�kIXK��$�%�Z֒b-	kI�����XKnA��$�%͒D���K͒�fI�K��$ԥD]
�R�.u)Q�
��RD���K�Rb/E4K�����_
�R�/)񗂿��K�G�����_
�R�/)񗂿��K�_J���/%�R��	��Y�h��)�YJ��fiQ�&��Ea�h��i�YZ��fiQ���Da��/
i񗆿��K�_Z���/-���i�K���f��K�_Z���/-���i�K��4���_���/
i��;񗁿���_F�e�/#�2��ˈ��e�_�2�/�%�2��ˈ��e�_�2�/񗁿���_F�e���_�2�/񗁿���_F�e�/+���Y�ˊ�l%����d�/+���Y�ˊ�,�e�_���/Y�]�Y�ˊ�,�e�_���/Y񗅿����_V�e�/+��(񗅿����_V���/'�r�9�ˉ����_�r�/WG�����_�r�/9񗃿���_N���/'�r���(񗃿���_N���/'�r�9�ˉ����_�r�/o��y�ˋ�<���_���/y񗇿����_^���//���P�/y񗇿����_^���//���y�ˋ�<���_~J���//���y�ˋ�<���_�
��W����+�P��W����+�_A�� �
�W�+����_a=J�� �
�W�+����_�
��W����+L��_�
��7C�o�����
��!�C�7$���(�7C�o�����
��!�C�7$���oH�
�ߐ�ڌC�7$���oH�
�ߐ���!�7C�o�����
�?��)��"��_���E�W����+�_Q��(���W�e(�W����+�_Q��(���WE�+��"��_��⯸%���WE�+��"��_�����o����0�
���J�
�߰�f���0�
��a���7,���oX�
�߰�^���7,���oX�
�߰���a�7��o����0�
���	����a�7��%�W����+�_I���$�J�W�:J���$�J�W��K'�N-���٥�KKb�tY����+]W��tsI\��,�[z�$�JO��)=_C�?�^+;e�S�S޷|@Y��{˃�TY��+�FyQYl��(/-/+�������ڲ8(o(_T����/_U�Z�ڲ�|c���f������ʚ����e�jygū̪h.+�U�UB�`%V�T��[e���rXE�U9�rleEEsTYS9������\\�l���ru�ە�Un��V��rO偊ƽ���D�يF�Ž��Ѯ��j��츫�*;�F�ʎ��Ѯ��j��츫�*;�F�J֪�Ѯr~��۫�ߪ�*緪��J֪*o�����۫d���U�ZU��UNrUy{��\U�^�$W��W9�U��UNrUy{��\U�^%ke�55�V5y{��UM�^#kU����Z���5�V5y{��UM�^�LW���8�Ֆ�p����kd�j�Y����F֪&o������kd�j�Y����F֪�E��UM�^#kU���8����5�V5y{��UM�>B�jD�>B�jD�>B�j$�B�jD�>�foD�>B�jD�>B�jD�>B�jD�>B�jD�>B�tD�>B�td�
Y�y�Y�y�Y�y�Y�y�Y�y�Y�y�Y�Q7B�tdB������7u�W������_]���.���Wu���U�.���Wu����:���_���u�W������_}�
���_���u�W������_]���.���Wu�5�F��(����Q���7*�F�oT���ߨ���Q�7
��T�oT���ߨ���Q�7
��o�F��(����Q��q���-(�7�:3*�FYgF��(�̨�e�{��3
��`�i���LC�5B(��`�i���LC�5Xgb��:�{
֙��k��4V5�4����qA�ե!��.
�`ui���KC�5X]"����q
V���kL�D\�ե!��.
7��2&��X]�D��˘�cuqc�.c"n��qc�.c"n��eLč��qc�n�D���17��fLč��qc�Q"n����
c7��ژX��1�6kcbm�ƞ{a�=��k��8����w���8t�D�8����qa�6.��!l\��C��m79n�\��ދ%���饱��e	�㰜�e3�g�	}��X�?�����)X>Ƶ�ft�[��KX�b���h,�i�-��̧c"����9�t�<�Lғw����Fn��K޴�I;��	��e�[��,��9,1�k'w�͇^W3<y�,o�N�:�qߛx��c��O�\��SX��g��,Z[�}��j��X�1�����E��h��Թ˽X����{۰<��f,7ɲ�|��,��{��|���*��Q����Ρ�y�:�x��\Ok��y�{ڻT�r�9uŤ�{�S矩s����L;�Wi����i�}�mB�Z��lb�}��3��E��"��D�#F{��g�Mk�vsǎq�e_�r7=y��X>���~,;�|����5�s��Ŷ��|:�p�<,?��Bz��m\���Ʋ������\�,`��F�ͧ�!��U=�Y��U��ɷ�R��8uN�΁m?�ޠ1p�w��ҰP�����~w�����xwK�1��gt<9���s9+���L�O���zSK/�ͧg���'���}�Wg�k�?�7���/Է�L�M��z�п��eEoj����$}��t�|����3�o�n���:��ok{���ڶ����Z�vf���s���h�z��:�ҏ�&�}��iz�_?a�7�}��Ձ��NY�}���/vr�E�Z��Էz;}��&�3nt���]�Zz��^p	}�ds��v.}��Z�C��l;�5�K;��js��Zv"��rr|:���xXѼ���ƺ��a�j��XҲ�e"�ߨ�(v�s�gy�u��g|�����bN��\�+�kھ�g�h�*��y��yO�<xw����K?Y���̽ZzIk�f�ʓe�'��oz�;�{:��U��=���~�I����j��v��N���=�hf�|��Z�/,4���~��>�����]��ij�~��/oAw�0ݾ�-��p-눓��f�M������c?��3��cvw�1��{�;���{�Ѫ��W?Ԫ����}���{�#����l��~	Exe`3k���{FT���e�k_`M���Ռ���\��^ӌr扮�X��в��Z���/:��.l�7��i��M����:�<��Q}�Zn{Va�f�S���O�n_}��Oџ�XY��N"��071���0�־�q��gk�c��-{����V"������̲�`�KM��0p�y^�7�j�iz�R
��e'+�]��Ř�}�p/v�2���/��Nl���������glW��'��9c{}^I�+�]Y�a�'�w@��vu�����ˈ̖ak�c���Wu�{k�Vw\?�e<ٍ{�3�U5�ֱ��8�g���U
n-W�Ж�(���m�}h�ԟ�2�?��\_�{�_F��Iv��w����h�Q�߳g����Gg�e�.�ʨܙ�����U�`�ў�l�i���#%gNR�6���nj�Ǩ�U�l~�ײ����-3;(�I�7��;{~q�-�A���fN:�[����>�,�U~��O��nWI�׍v���?�혗��OP����#ͧw=���?�`w���#?��q-��aU�&������7��a�^��)�e��=q�|����<ώ�u�|z�Y}vr�/��5�E�jG�j�㺓��D�U�ЌI��׮c�9KO����@O���%�7;³�����0#;�#|z���Z�~����Nc�Kv�����Nhy���6�`w����?{]��͟�_&�X~N�8��f���=���F�{����w��f|�&���=웰�>�h���Ա�<��%^�>�{���=�5w�>?
ؼ�}�7�����������诠O�k
u���_isҎϞsd�`� ƺ�A��}��N7�b�
�
�C�v�<�}@�����1��<�[¾���jE]{-9.�����xB;����E��7�e$��eV�d`l6��LjΜ�m�ƽ���`_f�Q�&/��ڎ��ym�[H����ԩ�g���f��˨��w)v˪���;�6O�Q����i�v5��˜<���N��nsA�����h�y�k�����ɽl�ѷ��.6s�̙�9��m O��i��c��l��Ѷ>�1�yX�E�<��3����{�O�,�gה�Όs�#���4�_��*�S�η���B���s��RY���0b��=VF4����������+�{�5�
{g���qk���mg��<�9s�C��O��&�/�&/�ݯ����W�/�aw��|���1�;�M-���ߢ�j�K}�L ���I����?�V���m��?����&?ي�����ߝً�v������8`��~�=f��q���``�Ǚ�}�����X�5�S��ͽ�P�5+������w� �\�[��`�+�
����K��l<Y���d�dܼ���=���f�����{���_B�G�v��d��i���Zތ݃�T�Q����/�}>z+�f$��v�ݴ/f�l���i3Xg}�~�oس��~6Χ~b�ìJ����b?������IW�'�_Ș�.�����_��ڱ��OП��.�4,�^®)���W_�p���/s���֑ghǎ��Oa�(����d;S�}�=��n�m��7�-��;��.��]��y�9�F8���}�����3̜���}k�e���[F�b��c��vō�-�I����n׬Ed�طx'���k�1����3���ݟ��:��U����E�a�6�,Q��L�Z�s�/vuN�9���Џc�G��-=�'f�W��>���}��Ƶ����˼%a�<�R�d����޴s!�?���WlC���w�퐉
���۳�h���{�v��a�	�`����/�%��)����k���=����N3��^�i�>i,��������b��]ղ����ؗ���_��i3v�8�����Ncwj[fvG��w"\go�ʿ�ΩڏO۟ž�������ɴ3�d��G�+�>w���K����x��쬕�R����|��O�6G��
�3���_s�?��{�Û�~���G}�<��>в���ϯ
,��Xg��v�����?��`��p��?�a��v����3�m�U�Sl�uoW�s�>d"�Υ��y����'�#w=�L�>>`t�T�N6���ރ�{+�g2TzS�y&z4�#zؓ���f2}Xo�D7��	�J��M+�f�?�ZY�69�=�~�ߴ_:�Ж}a��-��f�ײֱO�n�!ҟ�0۟������o����Ҳ_1kM˾���o�׾���o�d�y�=��E��K�_�b.潧�?F���W1>�����7�z��q���鿵@��ݾ�����h觻��m�w%�]�E}{�����A湚��}y.���2�l���onϚ�7�a�o�U��=I���&lj�Ǿ+����/ؓN�	�����k����;�w��{3/�~5���}oi����,����)ϲ���]���<�?���Y��yS{�X�i���ݣ��~��g3�m3�Q��
��)��k��4�������G���lX{n�}=�ݰ���9��L�{�L����1���d8�g����Ź�֒h��I���8�h�ѿ[O�?��V+p.�_d�g����cvf�A�3c��|:��Ȏ4p;���cF����������M}�ɦ>���z��0M�}�5���z�y�b�O�9+�o�֛Y��ڍ��ԙ��_ߟ��8Z�����iҊx'�ŗW�W�g��[���PK�&�N��]|�qx�Ѷ�ށ}�^]ht�}�a������������M��q��w�s�3�Y���s�~�����\�\�4���[�w9�9�
��|�٦�Mγ���y�/�R�s���|�yI?_p^���?��r���+�u�:g�{�{���=��3�~ʽ�}��%�vw��E?5��nwĽ�+���7�{�w�{�w��^{��K���x��;��9�(
ަ@1p�wI�C:'�o���#8׻?x@0�=�ƽ���`���+ڿ�G�����̷���s��y/?����ƥ�Y��Z���u>��Y����q�yۼg�����
'�\�ɇ��B�{��ύ��ܯ9O�o%�7�f�n��;���-�J���s�U9@�S�W6�]�'݂JE���H[�r��R�e*'��TY��>��:Aw��Eҗ:���}��5ٮ��^�2�1�Dܴ��E�u��s��͉ܵƹ�ϵ|�&�}�����~��;�������;��O�1�.Ē˝����>|�e��s��~楩�T�1�S������S��L]�e���y��WM���6�?�OռEz��]��iSH�8u�.�zЙ�-�̽I3�8s���\��,u�v�w&t�̹'�E�lg�� ]q;��1�Jt�[�_�Fj|���<����w�8{9��B���t4�����]G���ۃ�7�x�u���C�'�tӋ���pJ�m�7<��w|WD����p���e�ۭ�x(��+��Ӧ�~˛x�S��	�z�g乽޳��0�q�t�ɖ�g4�i��1�O�hs27��L6�d.Lܬ,&b�m�i��w��cPe��>��5�A*+W'}W�t��\��RW9X��eW9�1�{�9UN�jNe������Zϴ>�C'��p���gT���Ύ�1�����Y��tw����&��+�d~������鍊�p�_��ܚɡ��j�}�yOfv��!�q̿0l�wo&Olr�W����zrQv�>�����k%�9%����P��Q·�㝓�S��)"��l�j{���ofg2�;�+̾b2����d���`?bg�#s\Þ�A�=gW=c��u.�3f�0����������>W�O��~�/�?i����UN�g֟3�w�Po_��u�W
s�6��7���dXL�|��d�̷��^�|��[3��[M�]+�s��{���
1�Zմ2������w&PPK�
�[�˪(

assets/fonts/owfont-regular.svgnu�[���<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg>
<metadata>
Created by FontForge 20110222 at Wed Feb 11 17:55:33 2015
 By www-data
</metadata>
<defs>
<font id="owf-regular" horiz-adv-x="1970" >
  <font-face 
    font-family="owf-regular"
    font-weight="400"
    font-stretch="normal"
    units-per-em="2048"
    panose-1="2 11 6 3 5 3 2 2 2 4"
    ascent="1638"
    descent="-410"
    bbox="171 169.335 1919 1926"
    underline-thickness="0"
    underline-position="0"
    unicode-range="U+0020-F1FF"
  />
<missing-glyph horiz-adv-x="2048" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name=".notdef" horiz-adv-x="2048" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="glyph1" horiz-adv-x="0" 
 />
    <glyph glyph-name="glyph2" horiz-adv-x="2048" 
 />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="2048" 
 />
    <glyph glyph-name="uniEB28" unicode="&#xeb28;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB29" unicode="&#xeb29;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1230 539
q-63 -38 -114 3q-51 39 -30 111q15 46 104 72.5t90 26.5q1 -2 -3 -94.5t-47 -118.5zM1605 649q-70 -41 -125 2q-57 45 -32 122q15 51 112.5 79.5t98.5 28.5q2 -2 -2.5 -103.5t-51.5 -128.5zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82
z" />
    <glyph glyph-name="uniEB2A" unicode="&#xeb2a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1230 539
q-63 -38 -114 3q-51 39 -30 111q15 46 104 72.5t90 26.5q1 -2 -3 -94.5t-47 -118.5zM1605 649q-70 -41 -125 2q-57 45 -32 122q15 51 112.5 79.5t98.5 28.5q2 -2 -2.5 -103.5t-51.5 -128.5zM1365 296q-59 -35 -105 3q-48 36 -27 102q13 43 95 67.5t83 24.5q2 -2 -2 -87.5
t-44 -109.5zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB32" unicode="&#xeb32;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM796 754
l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB33" unicode="&#xeb33;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1374 824
l-61 -73h205l-379 -379l109 273h-145l37 105q118 26 201 81q11 -3 33 -7zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB34" unicode="&#xeb34;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1527 817
l-13 -14h202l-372 -373l107 268h-142l45 130q56 -13 122 -13q17 0 51 2zM605 835l-92 -108h202l-372 -372l107 268h-142l70 200q44 -8 87 -8q73 0 139 21v-0.5t1 -0.5zM1074 739l-79 -94h257l-474 -474l137 341h-182l83 237q81 -16 161 -16q49 0 97 6z" />
    <glyph glyph-name="uniEB3D" unicode="&#xeb3d;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM809 695
l-42 -50h257l-474 -474l136 341h-181l95 273q83 -84 209 -90zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -88t99 -211q0 -125 -99 -212t-239 -87q-48 0 -89 10
q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniEB46" unicode="&#xeb46;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM812 373
l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB47" unicode="&#xeb47;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1068 373
l137 139h78l-138 -139h-77zM1345 575h-78l138 139h77zM812 373l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB48" unicode="&#xeb48;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1068 373
l137 139h78l-138 -139h-77zM1345 575h-78l138 139h77zM812 373l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM1323 373l138 139h77l-137 -139h-78zM1600 575h-78l138 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB8C" unicode="&#xeb8c;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1234 373
h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB8D" unicode="&#xeb8d;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB8E" unicode="&#xeb8e;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB96" unicode="&#xeb96;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1272 491
q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB97" unicode="&#xeb97;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2z" />
    <glyph glyph-name="uniEB98" unicode="&#xeb98;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1584 591
q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139
h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB99" unicode="&#xeb99;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1272 491
q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77
z" />
    <glyph glyph-name="uniEB9A" unicode="&#xeb9a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1584 591
q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139
h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEBA1" unicode="&#xeba1;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1574 301
q-40 24 -44 109t-2 87l82.5 -24.5t96.5 -66.5q18 -68 -28 -103q-47 -37 -105 -2zM1584 591q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111
q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEC54" unicode="&#xec54;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM548 574
q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC55" unicode="&#xec55;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM874 509
q-21 53 40 139t65 86l61.5 -86t41.5 -138q-29 -78 -104 -78q-74 0 -104 77zM548 574q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC56" unicode="&#xec56;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM874 509
q-21 53 40 139t65 86l61.5 -86t41.5 -138q-29 -78 -104 -78q-74 0 -104 77zM1200 574q-21 53 40 139.5t65 86.5q0 -1 61.5 -87t42.5 -138q-31 -79 -105 -79t-104 78zM548 574q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC57" unicode="&#xec57;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM452 751h62
v-208h-62v208zM514 481v-208h-62v208h62zM707 751h63v-208h-63v208zM770 481v-208h-63v208h63zM963 751h62v-208h-62v208zM1025 481v-208h-62v208h62zM1218 751h63v-208h-63v208zM1281 481v-208h-63v208h63zM1474 751h62v-208h-62v208zM1536 481v-208h-62v208h62z" />
    <glyph glyph-name="uniEC58" unicode="&#xec58;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1536 326
v-33v-32q-136 -102 -271.5 -90.5t-271 45.5t-271 45t-270.5 -90v31.5v32.5q135 102 270.5 90.5t271 -45.5t271 -45t271.5 91zM1536 455v-32.5v-31.5q-136 -102 -271.5 -91t-271 44.5t-271 45t-270.5 -89.5v32v33q135 101 270.5 89.5t271 -45t271 -45t271.5 90.5zM452 751h62
v-208h-62v208zM707 751h63v-208h-63v208zM963 751h62v-208h-62v208zM1218 751h63v-208h-63v208zM1474 751h62v-208h-62v208z" />
    <glyph glyph-name="uniEC5F" unicode="&#xec5f;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM802 680
v-83l72 42l30 108l42 -11l-30 -108l109 -29l-11 -43l-109 29l-72 -42l72 -41l109 28l11 -42l-109 -29l30 -108l-42 -12l-30 109l-72 41v-82l79 -81l-31 -31l-79 80l-79 -80l-32 31l80 81v82l-72 -41l-30 -109l-42 12l29 108l-109 29l12 42l109 -28l71 41l-71 42l-109 -29
l-12 43l109 29l-29 108l42 11l30 -108l72 -42v83l-80 80l32 32l79 -81l79 81l31 -32zM1574 301q-40 24 -44 109t-2 87l82.5 -24.5t96.5 -66.5q18 -68 -28 -103q-47 -37 -105 -2zM1584 591q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122
q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2z" />
    <glyph glyph-name="uniEC68" unicode="&#xec68;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1466 462
q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52z" />
    <glyph glyph-name="uniEC69" unicode="&#xec69;" 
d="M442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52zM652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284
q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM698 599q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -94q-21 -53 -71 -53t-70 53zM1210 599q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -94q-19 -53 -70 -53q-50 0 -70 53zM1466 462q-15 36 26.5 94
t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52z" />
    <glyph glyph-name="uniEC6A" unicode="&#xec6a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM698 326
q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -54 -71 -54t-70 53zM1210 326q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -54 -70 -54q-50 0 -70 53zM698 599q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -94q-21 -53 -71 -53t-70 53zM1210 599q-15 36 26.5 94t43.5 58
l41.5 -58t28.5 -94q-19 -53 -70 -53q-50 0 -70 53zM1466 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58
t29.5 -93q-21 -53 -71 -53t-70 52z" />
    <glyph glyph-name="uniEC73" unicode="&#xec73;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM698 326
q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -54 -71 -54t-70 53zM1210 326q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -54 -70 -54q-50 0 -70 53zM1466 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94
t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12
q140 0 239 -88t99 -211q0 -125 -99 -212t-239 -87q-48 0 -89 10q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniECB8" unicode="&#xecb8;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1047 655
v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81
l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECB9" unicode="&#xecb9;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM573 749
v-58l50 29l21 76l30 -8l-21 -76l76 -20l-7 -30l-77 20l-50 -29l50 -29l77 20l7 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l56 -56l-22 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8l20 76l-76 19l8 30l77 -20l50 29l-50 29l-77 -20l-8 30l76 20l-20 76
l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l22 -22zM1047 655v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8
l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECBA" unicode="&#xecba;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1524 749
v-58l50 29l21 76l30 -8l-21 -76l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l55 -56l-21 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8l20 76l-76 19l8 30l76 -20l51 29l-51 29l-76 -20l-8 30l76 20l-20 76
l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l21 -22zM573 749v-58l50 29l21 76l30 -8l-21 -76l76 -20l-7 -30l-77 20l-50 -29l50 -29l77 20l7 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l56 -56l-22 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8
l20 76l-76 19l8 30l77 -20l50 29l-50 29l-77 -20l-8 30l76 20l-20 76l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l22 -22zM1047 655v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62
l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECC3" unicode="&#xecc3;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1064 373
l138 139h78l-138 -139h-78zM1341 575h-77l137 139h78zM809 373l137 139h78l-138 -139h-77zM1086 575h-78l138 139h77zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22
l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC4" unicode="&#xecc4;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM994 720h62
v-208h-62v208zM1056 450v-208h-62v208h62zM1249 720h63v-208h-63v208zM1312 450v-208h-63v208h63zM1505 720h62v-208h-62v208zM1567 450v-208h-62v208h62zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8
l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC7" unicode="&#xecc7;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1454 574
q-31 -78 -104 -78q-75 0 -104 79q-21 52 41 138t63 87q3 0 64 -86.5t40 -139.5zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58
l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC8" unicode="&#xecc8;" 
d="M675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30
l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21zM652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284
t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1128 509q-31 -77 -104 -77q-76 0 -104 78q-21 52 41 138t63 86q2 0 63.5 -86t40.5 -139zM1454 574q-31 -78 -104 -78q-75 0 -104 79q-21 52 41 138t63 87q3 0 64 -86.5t40 -139.5z" />
    <glyph glyph-name="uniECCC" unicode="&#xeccc;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1126 589
l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20
l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20
l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniECCD" unicode="&#xeccd;" 
d="M614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM652 895
q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1372 799l68 -18
l-7 -27l-69 18l-45 -26l45 -26l69 18l7 -27l-68 -18l18 -68l-26 -7l-19 68l-45 26v-52l49 -51l-19 -19l-50 50l-50 -50l-20 19l50 51v52l-45 -26l-19 -68l-27 7l19 68l-68 18l7 27l68 -18l45 26l-45 26l-68 -18l-7 27l68 18l92 -53zM860 799l68 -18l-7 -27l-68 18l-45 -26
l45 -26l68 18l7 -27l-68 -18l19 -68l-27 -7l-19 68l-45 26v-52l50 -51l-20 -19l-50 50l-50 -50l-19 19l49 51v52l-45 -26l-19 -68l-26 7l18 68l-68 18l7 27l69 -18l45 26l-45 26l-69 -18l-7 27l68 18l92 -53zM1126 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30
l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8
l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniECCE" unicode="&#xecce;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1362 380
l60 -16l-6 -24l-61 16l-40 -23l40 -23l61 16l6 -24l-60 -16l16 -61l-24 -6l-16 61l-41 23v-47l45 -44l-18 -18l-44 45l-44 -45l-18 18l44 44v47l-40 -23l-16 -61l-24 6l16 61l-61 16l7 24l61 -16l40 23l-40 23l-61 -16l-7 24l61 16l82 -47zM850 380l61 -16l-7 -24l-61 16
l-40 -23l40 -23l61 16l7 -24l-61 -16l16 -61l-24 -6l-16 61l-40 23v-47l44 -44l-18 -18l-44 45l-44 -45l-18 18l45 44v47l-41 -23l-16 -61l-24 6l16 61l-60 16l6 24l61 -16l40 23l-40 23l-61 -16l-6 24l60 16l82 -47zM1372 799l68 -18l-7 -27l-69 18l-45 -26l45 -26l69 18
l7 -27l-68 -18l18 -68l-26 -7l-19 68l-45 26v-52l49 -51l-19 -19l-50 50l-50 -50l-20 19l50 51v52l-45 -26l-19 -68l-27 7l19 68l-68 18l7 27l68 -18l45 26l-45 26l-68 -18l-7 27l68 18l92 -53zM860 799l68 -18l-7 -27l-68 18l-45 -26l45 -26l68 18l7 -27l-68 -18l19 -68
l-27 -7l-19 68l-45 26v-52l50 -51l-20 -19l-50 50l-50 -50l-19 19l49 51v52l-45 -26l-19 -68l-26 7l18 68l-68 18l7 27l69 -18l45 26l-45 26l-69 -18l-7 27l68 18l92 -53zM1126 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29
v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22
l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22
l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniED1D" unicode="&#xed1d;" 
d="M1877 1139v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101zM1877 627v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 65
t-377.5 -123l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101zM1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5
t378 123.5l80 61v-101z" />
    <glyph glyph-name="uniED27" unicode="&#xed27;" 
d="M1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5t378 123.5l80 61v-101zM171 394v237h1706v-237h-1706zM171 899v236h1706v-236h-1706z" />
    <glyph glyph-name="uniED31" unicode="&#xed31;" 
d="M171 906v236h1706v-236h-1706zM171 1417v237h1706v-237h-1706zM171 394v237h1706v-237h-1706z" />
    <glyph glyph-name="uniED3B" unicode="&#xed3b;" horiz-adv-x="2007" 
d="M1388 426q-49 -110 -193.5 -181t-330.5 -71q-227 0 -386.5 102t-159.5 246q0 72 45 139q-112 89 -112 201q0 71 48 135q-128 92 -128 204q0 119 139.5 211t353.5 124q-115 -42 -183.5 -108t-68.5 -143q0 -129 177 -219t428 -90q311 0 492 128q-62 -109 -242.5 -180
t-413.5 -71q-209 0 -382 59q21 -117 175.5 -196.5t366.5 -79.5q278 0 442 129q-55 -109 -217.5 -180.5t-372.5 -71.5q-195 0 -352 63q17 -118 155 -198.5t327 -80.5q247 0 393 129zM944 1289l199 202h112l-199 -202h-112zM1344 1581h-112l199 201h112zM575 1289l199 202h112
l-199 -202h-112zM975 1581h-112l198 201h113zM1313 1289l199 202h112l-199 -202h-112zM1713 1581h-112l199 201h112z" />
    <glyph glyph-name="uniED45" unicode="&#xed45;" 
d="M171 394v237h1706v-237h-1706zM1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5t378 123.5l80 61v-101zM1877 1139v-96v-25l-20 -15
q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101z" />
    <glyph glyph-name="uniED4F" unicode="&#xed4f;" horiz-adv-x="2014" 
d="M1811 884q-45 -99 -174 -162.5t-296 -63.5q-202 0 -345 91.5t-143 220.5q0 64 41 124q-101 80 -101 180q0 62 44 121q-115 81 -115 182q0 107 124.5 189.5t316.5 110.5q-103 -38 -164.5 -97t-61.5 -128q0 -114 158.5 -195t383.5 -81q279 0 440 115q-55 -98 -216.5 -162
t-370.5 -64q-188 0 -342 54q19 -105 157.5 -176t327.5 -71q251 0 396 115q-50 -98 -195 -161.5t-333 -63.5q-172 0 -316 56q15 -105 139 -177.5t293 -72.5q222 0 352 116zM1877 627v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 65t-377.5 -123l-80 -61
v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101z" />
    <glyph glyph-name="uniED59" unicode="&#xed59;" horiz-adv-x="2014" 
d="M1811 884q-45 -99 -174 -162.5t-296 -63.5q-202 0 -345 91.5t-143 220.5q0 64 41 124q-101 80 -101 180q0 62 44 121q-115 81 -115 182q0 107 124.5 189.5t316.5 110.5q-103 -38 -164.5 -97t-61.5 -128q0 -114 158.5 -195t383.5 -81q279 0 440 115q-55 -98 -216.5 -162
t-370.5 -64q-188 0 -342 54q19 -105 157.5 -176t327.5 -71q251 0 396 115q-50 -98 -195 -161.5t-333 -63.5q-172 0 -316 56q15 -105 139 -177.5t293 -72.5q222 0 352 116zM171 394v237h1706v-237h-1706z" />
    <glyph glyph-name="uniED5A" unicode="&#xed5a;" 
d="M171 171v341l616 275h49l79 -80l-71 -71l230 -84l-176 -123l232 -115l-40 97l215 181l-208 74l113 121h51l616 -275v-341h-1706zM999 773h-78l-138 140h78zM722 975l-138 139h78l137 -139h-77zM1049 773l138 140h78l-138 -140h-78zM1326 975h-77l137 139h78zM758 1175
q-42 -14 -88 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 81q8 112 101.5 190.5t222.5 78.5q195 0 288 -154q43 12 93 12q135 0 230 -84.5t95 -203.5q0 -120 -95 -204t-230 -84q-40 0 -85 10q-98 -62 -231 -62q-138 0 -236 66z" />
    <glyph glyph-name="uniED63" unicode="&#xed63;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1488 815
q105 -50 105 -110q0 -56 -92 -102q35 -34 35 -69q0 -58 -86 -105q29 -33 29 -67q0 -78 -133.5 -133.5t-321.5 -55.5q-189 0 -322 55.5t-133 133.5q0 34 29 67q-86 47 -86 105q0 35 35 69q-92 46 -92 102q0 74 152 129q153 -101 370 -101q211 0 364 98q62 -16 135 -16h6h6z
" />
    <glyph glyph-name="uniED6D" unicode="&#xed6d;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM896 320
q-27 -65 -108 -107t-186 -42q-127 0 -216 60t-89 147q0 45 25 82q-63 53 -63 119q0 41 27 81q-72 54 -72 120q0 71 78.5 125.5t198.5 73.5q-142 -55 -142 -149q0 -76 99 -129.5t240 -53.5q173 0 276 76q-35 -65 -136 -107t-232 -42q-117 0 -214 35q12 -69 98.5 -116.5
t204.5 -47.5q157 0 249 77q-32 -66 -123 -108t-208 -42q-110 0 -197 38q9 -70 86.5 -118t183.5 -48q139 0 220 76zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -88t99 -211
q0 -125 -99 -212t-239 -87q-48 0 -89 10q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniED80" unicode="&#xed80;" horiz-adv-x="1851" 
d="M1024 171l-146 252q-178 43 -301 174h-292l146 253q-25 85 -25 174q0 88 25 174l-146 253h292q123 130 301 174l146 252l146 -252q177 -44 301 -174h292l-146 -253q25 -86 25 -174q0 -89 -25 -174l146 -253h-292q-124 -131 -301 -174z" />
    <glyph glyph-name="uniF168" unicode="&#xf168;" horiz-adv-x="1344" 
d="M1024 1877q129 0 256 -39q-260 -82 -428.5 -305t-168.5 -509q0 -287 168.5 -510t428.5 -304q-127 -39 -256 -39q-354 0 -603.5 249.5t-249.5 603.5q0 353 249.5 603t603.5 250z" />
    <glyph glyph-name="uniED81" unicode="&#xed81;" 
d="M964 580q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q205 0 299 -161q44 13 97 13q140 0 239 -88t99 -211q0 -125 -99 -212.5t-239 -87.5q-44 0 -89 11q-101 -65 -240 -65q-144 0 -246 68zM1083 1330
q-123 -17 -207.5 -98.5t-92.5 -192.5q-144 -34 -193 -155l-15 25q-117 28 -201 116h-194l97 168q-16 53 -16 116q0 62 16 116l-97 168h194q84 87 201 116l97 168l97 -168q118 -29 201 -116h194l-97 -168q14 -51 16 -95z" />
    <glyph glyph-name="uniF169" unicode="&#xf169;" 
d="M597 1877q64 0 128 -19q-130 -42 -214 -153t-84 -254q0 -144 84 -255.5t214 -152.5q-64 -19 -128 -19q-177 0 -301.5 125t-124.5 302q0 176 124.5 301t301.5 125zM964 580q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5
q205 0 299 -161q44 13 97 13q140 0 239 -88t99 -211q0 -125 -99 -212.5t-239 -87.5q-44 0 -89 11q-101 -65 -240 -65q-144 0 -246 68z" />
    <glyph glyph-name="uniED82" unicode="&#xed82;" horiz-adv-x="1980" 
d="M515 685q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191.5t222.5 78.5q196 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-2.5v-1.5q-112 92 -263 92q-152 0 -261.5 -91.5t-118.5 -223.5q-94 -22 -154 -87q-47 17 -81 40
zM1531 1037l-70 122q-83 19 -145 83h-140l70 122q-12 39 -12 83q0 43 12 84l-70 122h140q62 63 145 83l70 122l70 -122q84 -20 145 -83h140l-70 -122q12 -41 12 -84q0 -44 -12 -83l70 -122h-140q-61 -64 -145 -83zM964 264q-44 -14 -91 -14q-111 0 -189 69t-78 168
q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5q204 0 299 -160q50 13 97 13q140 0 239 -88t99 -212t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniF16A" unicode="&#xf16a;" 
d="M515 685q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191.5t222.5 78.5q196 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-2.5v-1.5q-112 92 -263 92q-152 0 -261.5 -91.5t-118.5 -223.5q-94 -22 -154 -87q-47 17 -81 40
zM1749 1877q64 0 128 -19q-130 -42 -214 -153t-84 -254q0 -144 84 -255.5t214 -152.5q-64 -19 -128 -19q-177 0 -301.5 125t-124.5 302q0 176 124.5 301t301.5 125zM964 264q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5
q204 0 299 -160q50 13 97 13q140 0 239 -88t99 -212t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniED83" unicode="&#xed83;" 
d="M515 917q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191t222.5 78q197 0 288 -153q49 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-3v-2q-111 93 -263 93t-261.5 -91.5t-118.5 -223.5q-95 -24 -154 -87q-47 17 -81 40zM964 496
q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -87.5t99 -211.5t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniED84" unicode="&#xed84;" 
d="M652 578q-57 -18 -122 -18q-149 0 -254 93t-105 225q0 110 76 195t192 112q11 157 141.5 266.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-66 0 -119 13q-138 -86 -323 -86q-192 0 -330 91z" />
    <glyph glyph-name="uniEDE4" unicode="&#xede4;" 
d="M1024 171q33 353 -96 544t-297.5 342.5t-314 325.5t-145.5 494h1706q-36 -111 -46.5 -154t-105.5 -119q-261 -208 -275.5 -288t4 -183.5t-36 -306t-393.5 -655.5z" />
    <glyph glyph-name="uniEDE5" unicode="&#xede5;" horiz-adv-x="1677" 
d="M1024 1598q237 0 405.5 -168.5t168.5 -405.5q0 -102 -36 -199q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26q215 67 328 267q-64 -14 -128 -14q-238 0 -406 168t-168 406q0 101 36 199q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26
q-216 -68 -328 -267q63 14 128 14zM1024 1278q-105 0 -179.5 -74.5t-74.5 -179.5t74.5 -179.5t179.5 -74.5t179.5 74.5t74.5 179.5t-74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEDE6" unicode="&#xede6;" 
d="M450 1039v0q0 3 0.5 7t0.5 7v0q0 10 1 15v0q0 3 0.5 7t0.5 7v1q0 3 0.5 6.5t1.5 6.5v2q0 4 2 12v2q-3 -12 2 13v1q0 3 1 6l2 6v1v2q2 8 2 11q1 1 1 3q0 3 1 5.5t2 5.5q0 2 1 3q0 2 0.5 4.5t1.5 5.5q1 1 1 4q0 2 1 4t2 5q0 1 0.5 2l1.5 3q0 2 1 4t2 5l0.5 1.5t0.5 2.5
q0 2 1 4t2 5l0.5 1.5t1.5 2.5v0q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26q-216 -68 -328 -267v0q3 0 11 2q2 0 3 1q3 0 11 2h1h2q3 0 6 0.5t6 1.5h0.5t1.5 1q3 0 6 0.5t6 0.5h2q3 0 6.5 0.5t6.5 1.5h1q3 0 6.5 0.5t7.5 0.5v0q5 1 14 1h1q3 0 6.5 0.5
t7.5 0.5v0h7h8v0h7h8v0q3 0 7 -0.5t7 -0.5v0q10 0 15 -1v0q3 0 7 -0.5t7 -0.5h1q3 -1 6.5 -1.5t6.5 -0.5h2q3 0 13 -2h1q-12 3 13 -2h1l6 -2t6 -1h1h2q8 -2 11 -2l3 -1q3 -1 5.5 -2t5.5 -1q2 0 3 -1q2 -1 4.5 -1.5t5.5 -0.5q1 -1 4 -1q6 -2 10 -3l4 -2l4 -2t5 -1q1 0 2 -0.5
t2 -0.5l4 -2t5 -1q0 -1 1.5 -1.5t2.5 -0.5v0q40 6 82 6q237 0 404.5 -167.5t167.5 -404.5q0 -90 -26 -172q-68 215 -267 328q0 -3 2 -11q0 -2 1 -3q0 -5 2 -11v-3q0 -3 0.5 -6t1.5 -6l1 -2q0 -3 0.5 -6t0.5 -6v-2q0 -3 0.5 -6.5t1.5 -6.5v-1q0 -4 0.5 -7.5t0.5 -6.5v0
q1 -5 1 -14v-1q0 -4 0.5 -7.5t0.5 -6.5v0v-8v-7v0v-7.5v-6.5v-1q0 -4 -0.5 -7.5t-0.5 -6.5v-1q0 -9 -1 -14v0q0 -4 -0.5 -7.5t-0.5 -6.5v-1q-1 -3 -1.5 -6.5t-0.5 -6.5v-2q0 -4 -2 -12v-2q-1 -3 -1.5 -6t-0.5 -6v-3q-1 -3 -3 -11v-2v-1q-2 -8 -2 -11q-1 -1 -1 -3
q-1 -3 -2 -5.5t-1 -5.5q0 -2 -1 -3q-1 -3 -1.5 -5.5t-0.5 -4.5q-1 -1 -1 -4q-1 -3 -2 -5t-1 -4l-1.5 -3t-0.5 -2q-1 -3 -2 -5t-1 -4q0 -1 -0.5 -2.5l-0.5 -1.5q-1 -3 -2 -5t-1 -4q-1 -1 -1.5 -2.5l-0.5 -1.5q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26
q215 67 328 267q-3 0 -11 -2q-2 0 -3 -1q-3 0 -11 -2h-2h-1q-3 -1 -6 -1.5t-6 -0.5l-2 -1q-3 0 -6 -0.5t-6 -0.5h-2q-3 -1 -6.5 -1.5t-6.5 -0.5h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0q-5 -1 -14 -1h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0h-8h-7v0h-7.5h-6.5h-1q-4 0 -7.5 0.5t-6.5 0.5h-1
q-9 0 -14 1v0q-4 0 -7.5 0.5t-6.5 0.5h-1q-3 0 -6.5 0.5t-6.5 1.5h-2q-4 0 -12 2h-2q-3 0 -6 0.5t-6 1.5h-3q-6 2 -11 2q-1 1 -3 1q-8 2 -11 2q-1 1 -3 1q-3 0 -5.5 1t-5.5 2q-2 0 -3 1q-3 0 -5.5 0.5t-4.5 1.5q-1 1 -4 1t-5 1l-4 2q-2 0 -3 0.5t-2 1.5q-3 0 -5 1l-4 2
q-1 0 -2.5 0.5t-2.5 0.5q-2 1 -8 3q-1 0 -2.5 0.5t-1.5 1.5q-41 -6 -82 -6q-237 0 -404.5 167.5t-167.5 404.5q0 89 26 172q67 -216 267 -328v0q0 3 -2 11q0 2 -1 3q0 3 -2 11v1v2q-5 20 -2 11q0 2 -1 3q0 3 -0.5 6t-0.5 6v2q-1 3 -1.5 6.5t-0.5 6.5v1q0 3 -0.5 6.5
t-0.5 7.5v0q-1 5 -1 14v1q0 3 -0.5 6.5t-0.5 7.5v0v7v8v0v7v8zM1024 1278h-3.5h-3.5v0h-3.5h-2.5v0q-4 0 -6 -1v0h-4.5h-2.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-3.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0
q-2 -1 -3.5 -1.5t-2.5 -0.5v0q-3 0 -4.5 -0.5l-1.5 -0.5v0q-4 -2 -7 -2v0q-2 -2 -6 -2v0q-2 -2 -5 -2v0q-4 -2 -6 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-4 -2 -5 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3 -2t-2 -1v0q-4 -2 -5 -3v0q-2 -1 -3.5 -2t-2.5 -1
v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2.5t-2 -1.5v0q-2 -1 -3 -2t-2 -1v0q-3 -3 -5 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-4 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-2.5 -2.5l-1.5 -1.5v0q-3 -3 -5 -4v0q-1 -2 -4 -5v0l-2.5 -2.5l-1.5 -1.5v0q-1 -2 -2.5 -3t-1.5 -2v0
l-4 -4v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -1 -3 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -2 -2 -3.5t-1 -2.5v0q0 -1 -2 -5v0
q-1 -2 -2 -3.5t-1 -2.5v0q0 -2 -2 -6v0q0 -3 -2 -5v0q0 -4 -2 -6v0q0 -3 -2 -7v0q0 -1 -0.5 -2.5t-0.5 -3.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -3 -0.5 -4.5t-0.5 -2.5v0q0 -2 -0.5 -3.5
t-0.5 -2.5v0v-3.5v-3.5v0q-1 -2 -1 -6v0v-3.5v-2.5v0v-4.5v-2.5q0 -105 74.5 -179.5t179.5 -74.5h2.5h4.5v0h2.5h3.5v0q4 0 6 1v0h3.5h3.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t4.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5
t3.5 1.5v0q2 0 3.5 0.5t2.5 0.5v0q4 2 7 2v0q2 2 6 2v0q2 2 5 2v0q4 2 6 2v0q1 0 2.5 1t3.5 2v0q4 2 5 2v0q1 0 2.5 1t3.5 2v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q4 2 5 3v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q1 0 2 1t3 2v0q1 0 2 1.5t3 2.5v0q1 0 2 1t3 2v0q3 3 5 4v0
q1 0 2 1.5t3 2.5v0l4 4v0q1 0 2 1.5t3 2.5v0l1.5 1.5l2.5 2.5v0q3 3 5 4v0q1 2 4 5v0l1.5 1.5l2.5 2.5v0q0 1 1.5 2t2.5 3v0l4 4v0q0 1 1.5 2t2.5 3v0q1 2 4 5v0q0 1 1 2t2 3v0q0 1 1.5 2t2.5 3v0q0 1 1 2t2 3v0q0 1 1 2t2 3v0q0 1 1 2.5t2 3.5v0q1 1 3 5v0q0 1 1 2t2 3v0
q0 1 1 2.5t2 3.5v0q0 1 1 2.5t2 3.5v0q0 1 2 5v0q0 1 1 2.5t2 3.5v0q0 2 2 6v0q0 3 2 5v0q0 4 2 6v0q0 3 2 7v0q0 1 0.5 2t0.5 4v0q0 1 0.5 2.5t1.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 2 0.5 3.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0
v2.5v4.5v0q1 2 1 6v0v2.5v3.5v0v3.5v3.5q0 105 -74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEDE7" unicode="&#xede7;" horiz-adv-x="1925" 
d="M661 510q53 -58 53 -137q0 -84 -59 -143t-143 -59t-143 59t-59 143q0 79 53 137v1299q0 37 85 60v-1412q-48 -34 -48 -92q0 -113 112 -113q113 0 113 113q0 58 -49 92v1412q85 -23 85 -60v-1299zM547 787v-370q27 -19 27 -51q0 -63 -62 -63t-62 63q0 32 28 51v370h69z
M1014 1234l213 -123v246l-177 179h100l127 -129l127 129h100l-177 -179v-246l213 123l67 242l50 -86l-48 -175l175 -45l50 -87l-244 64l-213 -123l213 -123l244 64l-50 -87l-175 -45l48 -175l-50 -86l-67 242l-213 123v-246l177 -179h-100l-127 129l-127 -129h-100l177 179
v246l-213 -123l-67 -242l-50 86l48 175l-175 45l-50 87l244 -64l212 123l-212 123l-244 -64l50 87l175 45l-48 175l50 86z" />
    <glyph glyph-name="uniEDE8" unicode="&#xede8;" horiz-adv-x="1806" 
d="M661 510q53 -58 53 -137q0 -84 -59 -143t-143 -59t-143 59t-59 143q0 79 53 137v1299q0 37 85 60v-1412q-48 -34 -48 -92q0 -113 112 -113q113 0 113 113q0 58 -49 92v1412q85 -23 85 -60v-1299zM1277 512l-88 152q-105 25 -180 104h-175l87 152q-15 49 -15 104
q0 54 15 104l-87 152h175q75 78 180 104l88 152l87 -152q105 -26 181 -104h175l-87 -152q15 -55 15 -104t-15 -104l87 -152h-175q-76 -79 -181 -104zM547 1869v-1452q27 -19 27 -51q0 -63 -62 -63t-62 63q0 32 28 51v1452h69z" />
    <glyph glyph-name="uniEDE9" unicode="&#xede9;" 
d="M1569 819q-122 -4 -242.5 20.5t-240.5 54.5q-209 52 -417 70t-410 -134l-88 -65v109v105v27l22 16q234 176 463 158t457 -75q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5
t-0.5 -2.5l-1 -1q0 -2 -2 -6v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0
q-50 -15 -95 -15v0zM1392 219q-106 -4 -211 17t-210 48q-183 45 -364.5 61t-358.5 -117l-77 -57v96v91v24l19 14q204 153 404.5 137.5t399.5 -65.5q78 -20 133 -32q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1
q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-36 -24 -71 -35v0
q-38 -13 -83 -13v0zM1208 1399q-90 -4 -179.5 14t-178.5 41q-156 39 -310 52.5t-304 -99.5l-65 -49v82v77v20l16 12q174 130 344 116.5t339 -55.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161 -67.5t67 -161.5v-1.5v-0.5v0v-1q0 -28 -6 -53v0
q-1 -1 -1.5 -2.5l-0.5 -1.5v-1q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0q-10 -25 -23 -46v0q0 -2 -2 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40h-1l-2 -2l-1 -1l-1 -1l-4 -2v-1l-4 -2v0
q-27 -20 -60 -30v0q-31 -11 -70 -11v0z" />
    <glyph glyph-name="uniEDEA" unicode="&#xedea;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM378 512
l134 206l134 -206l-134 -206zM1402 512l134 206l134 -206l-134 -206zM890 512l134 206l134 -206l-134 -206z" />
    <glyph glyph-name="uniEE16" unicode="&#xee16;" horiz-adv-x="1789" 
d="M1124 1526q61 -13 114 -37l107 146l161 -117l-106 -147q40 -44 71 -97l171 56l62 -190l-172 -56q4 -27 4 -60q0 -34 -4 -60l172 -56l-62 -190l-171 56q-31 -54 -71 -97l106 -147l-161 -117l-107 146q-53 -25 -114 -37v-181h-200v181q-62 12 -114 37l-107 -146l-161 117
l106 147q-41 43 -71 97l-171 -56l-62 190l172 56q-4 26 -4 60q0 33 4 60l-172 56l62 190l171 -56q30 53 71 97l-106 147l161 117l107 -146q52 24 114 37v181h200v-181zM1024 1302q-115 0 -196.5 -82t-81.5 -196q0 -115 81.5 -196.5t196.5 -81.5q114 0 196 81.5t82 196.5
q0 114 -82 196t-196 82z" />
    <glyph glyph-name="uniEE17" unicode="&#xee17;" horiz-adv-x="1851" 
d="M1024 171l-146 252q-178 43 -301 174h-292l146 253q-25 85 -25 174q0 88 25 174l-146 253h292q123 130 301 174l146 252l146 -252q177 -44 301 -174h292l-146 -253q25 -86 25 -174q0 -89 -25 -174l146 -253h-292q-124 -131 -301 -174z" />
    <glyph glyph-name="uniF1FF" unicode="&#xf1ff;" horiz-adv-x="1344" 
d="M1024 1877q129 0 256 -39q-260 -82 -428.5 -305t-168.5 -509q0 -287 168.5 -510t428.5 -304q-127 -39 -256 -39q-354 0 -603.5 249.5t-249.5 603.5q0 353 249.5 603t603.5 250z" />
    <glyph glyph-name="uniEE18" unicode="&#xee18;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0z" />
    <glyph glyph-name="uniEE19" unicode="&#xee19;" horiz-adv-x="1214" 
d="M888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0
q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399
q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3
t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1A" unicode="&#xee1a;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM888 219
q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5
t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0z" />
    <glyph glyph-name="uniEE1B" unicode="&#xee1b;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM888 219
q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5
t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14
t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0
q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1C" unicode="&#xee1c;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1607 343
q-100 -4 -199.5 15t-198.5 45q11 42 11 85q0 55 -17 106l7 -2q78 -20 133 -32q-5 28 -5 53q0 111 79 190t191 79q111 0 190 -79t79 -190v-2v-1v0v0q0 -30 -8 -62v-1q0 -1 -0.5 -2.5t-0.5 -2.5v-1l-1.5 -3t-0.5 -2v-1q0 -1 -2 -5v-1q0 -1 -2 -5v0q-12 -33 -26 -55v0
q-1 -2 -2 -3t-1 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-19 -25 -46 -47v0q-3 -2 -4 -4h-1q-1 -1 -2.5 -2l-1.5 -1h-1l-4 -4h-1q-32 -23 -70 -35v0q-38 -13 -83 -13h-1zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188
q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1
q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5
l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5
l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1D" unicode="&#xee1d;" horiz-adv-x="1976" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1607 343
q-100 -4 -199.5 15t-198.5 45q11 42 11 85q0 55 -17 106l7 -2q78 -20 133 -32q-5 28 -5 53q0 111 79 190t191 79q111 0 190 -79t79 -190v-2v-1v0v0q0 -30 -8 -62v-1q0 -1 -0.5 -2.5t-0.5 -2.5v-1l-1.5 -3t-0.5 -2v-1q0 -1 -2 -5v-1q0 -1 -2 -5v0q-12 -33 -26 -55v0
q-1 -2 -2 -3t-1 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-19 -25 -46 -47v0q-3 -2 -4 -4h-1q-1 -1 -2.5 -2l-1.5 -1h-1l-4 -4h-1q-32 -23 -70 -35v0q-38 -13 -83 -13h-1zM1653 1468q-90 -3 -179.5 15t-178.5 41q-77 18 -153.5 34.5t-151.5 17.5
q5 28 5 52q0 57 -21 108q85 0 170.5 -17.5t170.5 -38.5l56 -14t57 -13q-4 18 -4 44q0 95 66.5 162t162.5 67q94 0 161.5 -67t67.5 -162v-1v-1v0v0q0 -24 -7 -53v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0q-3 -6 -2 -5v0q-10 -27 -22 -46v-1
q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -2 -3 -4v0q-1 -2 -3 -4v0q-19 -25 -39 -40v-1q-1 -1 -2.5 -2l-1.5 -1v0q-1 -1 -2.5 -2l-1.5 -1v0q-2 -1 -4 -3v0q-29 -20 -60 -30v0q-37 -11 -71 -11v0zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188
q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1
q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5
l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5
l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1E" unicode="&#xee1e;" horiz-adv-x="1969" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1876 338
v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52
q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0
q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5
t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1
q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniE000" unicode="&#xe000;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1877 909
v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96zM1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17
t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5
v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41
q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0
q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1F" unicode="&#xee1f;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1877 909
v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96zM1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17
t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5
v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41
q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0
q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE20" unicode="&#xee20;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1876 1527
v-101l-80 60q-187 140 -377.5 123.5t-382.5 -64.5q-15 -4 -29 -8t-28 -7q16 45 16 98q0 54 -18 102q9 1 35 8q208 52 418 69t426 -144l20 -16v-25v-95zM1877 909v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96z
M1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52
q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0
q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5
t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1
q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE21" unicode="&#xee21;" horiz-adv-x="1677" 
d="M1024 1598q237 0 405.5 -168.5t168.5 -405.5q0 -102 -36 -199q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26q215 67 328 267q-64 -14 -128 -14q-238 0 -406 168t-168 406q0 101 36 199q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26
q-216 -68 -328 -267q63 14 128 14zM1024 1278q-105 0 -179.5 -74.5t-74.5 -179.5t74.5 -179.5t179.5 -74.5t179.5 74.5t74.5 179.5t-74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEE22" unicode="&#xee22;" 
d="M450 1039v0q0 3 0.5 7t0.5 7v0q0 10 1 15v0q0 3 0.5 7t0.5 7v1q0 3 0.5 6.5t1.5 6.5v2q0 4 2 12v2q-3 -12 2 13v1q0 3 1 6l2 6v1v2q2 8 2 11q1 1 1 3q0 3 1 5.5t2 5.5q0 2 1 3q0 2 0.5 4.5t1.5 5.5q1 1 1 4q0 2 1 4t2 5q0 1 0.5 2l1.5 3q0 2 1 4t2 5l0.5 1.5t0.5 2.5
q0 2 1 4t2 5l0.5 1.5t1.5 2.5v0q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26q-216 -68 -328 -267v0q3 0 11 2q2 0 3 1q3 0 11 2h1h2q3 0 6 0.5t6 1.5h0.5t1.5 1q3 0 6 0.5t6 0.5h2q3 0 6.5 0.5t6.5 1.5h1q3 0 6.5 0.5t7.5 0.5v0q5 1 14 1h1q3 0 6.5 0.5
t7.5 0.5v0h7h8v0h7h8v0q3 0 7 -0.5t7 -0.5v0q10 0 15 -1v0q3 0 7 -0.5t7 -0.5h1q3 -1 6.5 -1.5t6.5 -0.5h2q3 0 13 -2h1q-12 3 13 -2h1l6 -2t6 -1h1h2q8 -2 11 -2l3 -1q3 -1 5.5 -2t5.5 -1q2 0 3 -1q2 -1 4.5 -1.5t5.5 -0.5q1 -1 4 -1l4 -2t5 -1q1 -1 2 -1.5t3 -0.5l4 -2
t5 -1q1 0 2 -0.5t2 -0.5l4 -2t5 -1q0 -1 1.5 -1.5t2.5 -0.5v0q40 6 82 6q237 0 404.5 -167.5t167.5 -404.5q0 -90 -26 -172q-68 215 -267 328q0 -3 2 -11q0 -2 1 -3q0 -5 2 -11v-3q0 -3 0.5 -6t1.5 -6l1 -2q0 -3 0.5 -6t0.5 -6v-2q0 -3 0.5 -6.5t1.5 -6.5v-1q0 -4 0.5 -7.5
t0.5 -6.5v0q1 -5 1 -14v-1q0 -4 0.5 -7.5t0.5 -6.5v0v-8v-7v0v-7.5v-6.5v-1q0 -4 -0.5 -7.5t-0.5 -6.5v-1q0 -9 -1 -14v0q0 -4 -0.5 -7.5t-0.5 -6.5v-1q-1 -3 -1.5 -6.5t-0.5 -6.5v-2q0 -4 -2 -12v-2q-1 -3 -1.5 -6t-0.5 -6v-3q-1 -3 -3 -11v-2v-1q-2 -8 -2 -11q-1 -1 -1 -3
q-1 -3 -2 -5.5t-1 -5.5q0 -2 -1 -3q-1 -3 -1.5 -5.5t-0.5 -4.5q-1 -1 -1 -4q-1 -3 -2 -5t-1 -4l-1.5 -3t-0.5 -2q-1 -3 -2 -5t-1 -4q0 -1 -0.5 -2.5l-0.5 -1.5q-1 -3 -2 -5t-1 -4q-1 -1 -1.5 -2.5l-0.5 -1.5q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26
q215 67 328 267q-3 0 -11 -2q-2 0 -3 -1q-3 0 -11 -2h-2h-1q-3 -1 -6 -1.5t-6 -0.5l-2 -1q-3 0 -6 -0.5t-6 -0.5h-2q-3 -1 -6.5 -1.5t-6.5 -0.5h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0q-5 -1 -14 -1h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0h-8h-7v0h-7.5h-6.5h-1q-4 0 -7.5 0.5t-6.5 0.5h-1
q-9 0 -14 1v0q-4 0 -7.5 0.5t-6.5 0.5h-1q-3 0 -6.5 0.5t-6.5 1.5h-2q-4 0 -12 2h-2q-3 0 -6 0.5t-6 1.5h-3q-6 2 -11 2q-1 1 -3 1q-8 2 -11 2q-1 1 -3 1q-3 0 -5.5 1t-5.5 2q-2 0 -3 1q-3 0 -5.5 0.5t-4.5 1.5q-1 1 -4 1t-5 1l-4 2q-2 0 -3 0.5t-2 1.5q-3 0 -5 1l-4 2
q-1 0 -2.5 0.5t-2.5 0.5q-2 1 -8 3q-1 0 -2.5 0.5t-1.5 1.5q-41 -6 -82 -6q-237 0 -404.5 167.5t-167.5 404.5q0 89 26 172q67 -216 267 -328v0q0 3 -2 11q0 2 -1 3q0 3 -2 11v1v2q-5 20 -2 11q0 2 -1 3q0 3 -0.5 6t-0.5 6v2q-1 3 -1.5 6.5t-0.5 6.5v1q0 3 -0.5 6.5
t-0.5 7.5v0q-1 5 -1 14v1q0 3 -0.5 6.5t-0.5 7.5v0v7v8v0v7v8zM1024 1278h-3.5h-3.5v0h-3.5h-2.5v0q-4 0 -6 -1v0h-4.5h-2.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-3.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0
q-2 -1 -3.5 -1.5t-2.5 -0.5v0q-3 0 -4.5 -0.5l-1.5 -0.5v0q-4 -2 -7 -2v0q-2 -2 -6 -2v0q-2 -2 -5 -2v0q-4 -2 -6 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-4 -2 -5 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3 -2t-2 -1v0q-4 -2 -5 -3v0q-2 -1 -3.5 -2t-2.5 -1
v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2.5t-2 -1.5v0q-2 -1 -3 -2t-2 -1v0q-3 -3 -5 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-4 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-2.5 -2.5l-1.5 -1.5v0q-3 -3 -5 -4v0q-1 -2 -4 -5v0l-2.5 -2.5l-1.5 -1.5v0q-1 -2 -2.5 -3t-1.5 -2v0
l-4 -4v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -1 -3 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -2 -2 -3.5t-1 -2.5v0q0 -1 -2 -5v0
q-1 -2 -2 -3.5t-1 -2.5v0q0 -2 -2 -6v0q0 -3 -2 -5v0q0 -4 -2 -6v0q0 -3 -2 -7v0q0 -2 -0.5 -3t-0.5 -3v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -3 -0.5 -4.5t-0.5 -2.5v0q0 -2 -0.5 -3.5
t-0.5 -2.5v0v-3.5v-3.5v0q-1 -2 -1 -6v0v-3.5v-2.5v0v-4.5v-2.5q0 -105 74.5 -179.5t179.5 -74.5h2.5h4.5v0h2.5h3.5v0q4 0 6 1v0h3.5h3.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t4.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5
t3.5 1.5v0q2 0 3.5 0.5t2.5 0.5v0q4 2 7 2v0q2 2 6 2v0q2 2 5 2v0q4 2 6 2v0q1 0 2.5 1t3.5 2v0q4 2 5 2v0q1 0 2.5 1t3.5 2v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q4 2 5 3v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q1 0 2 1t3 2v0q1 0 2 1.5t3 2.5v0q1 0 2 1t3 2v0q3 3 5 4v0
q1 0 2 1.5t3 2.5v0l4 4v0q1 0 2 1.5t3 2.5v0l1.5 1.5l2.5 2.5v0q3 3 5 4v0q1 2 4 5v0l1.5 1.5l2.5 2.5v0q0 1 1.5 2t2.5 3v0l4 4v0q0 1 1.5 2t2.5 3v0q1 2 4 5v0q0 1 1 2t2 3v0q0 1 1.5 2t2.5 3v0q0 1 1 2t2 3v0q0 1 1 2t2 3v0q0 1 1 2.5t2 3.5v0q1 1 3 5v0q0 1 1 2t2 3v0
q0 1 1 2.5t2 3.5v0q0 1 1 2.5t2 3.5v0q0 1 2 5v0q0 1 1 2.5t2 3.5v0q0 2 2 6v0q0 3 2 5v0q0 4 2 6v0q0 3 2 7v0l0.5 1.5t0.5 4.5v0q0 1 0.5 2.5t1.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 2 0.5 3.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0
v2.5v4.5v0q1 2 1 6v0v2.5v3.5v0v3.5v3.5q0 105 -74.5 179.5t-179.5 74.5z" />
  </font>
</defs></svg>
PK�
�[-xp����assets/fonts/owfont-regular.otfnu�[���OTTO�0CFF H�Pd<��FFTMɉo2�4GDEF�� OS/2�� `cmap؜��2head	I�6�6hhea J�$hmtxe�:N�PLmaxpSPnamen���epost *�-_<��:�:������SPSx�� �����a  �4Tx��		$	<	`	�	�owf-regularowf-regularRegularRegularowf-regularowf-regularowf-regularowf-regularVersion 1.0 Version 1.0 owf-regularowf-regular,@@ ��*�4�=�H����X�_�j�s���������'�1�;�E�O�Z�c�m����"�j� ��(�2�=�F����T�_�h�s���������'�1�;�E�O�Y�c�m�����h��� �����zt����h`^[
��������U*�Qowf-regularO�l�m�n���
�(��
�(���?�=�f|�T$+29@GNU\cjqx������������������ '.5<CJQX_fmt{������������������#*069DOuniE000uniEB28uniEB29uniEB2AuniEB32uniEB33uniEB34uniEB3DuniEB46uniEB47uniEB48uniEB8CuniEB8DuniEB8EuniEB96uniEB97uniEB98uniEB99uniEB9AuniEBA1uniEC54uniEC55uniEC56uniEC57uniEC58uniEC5FuniEC68uniEC69uniEC6AuniEC73uniECB8uniECB9uniECBAuniECC3uniECC4uniECC7uniECC8uniECCCuniECCDuniECCEuniED1DuniED27uniED31uniED3BuniED45uniED4FuniED59uniED5AuniED63uniED6DuniED80uniED81uniED82uniED83uniED84uniEDE4uniEDE5uniEDE6uniEDE7uniEDE8uniEDE9uniEDEAuniEE16uniEE17uniEE18uniEE19uniEE1AuniEE1BuniEE1CuniEE1DuniEE1EuniEE1FuniEE20uniEE21uniEE22uniF168uniF169uniF16AuniF1FFglyph1glyph21.0owf-regularowf-regular���������������������������������������������������������������������������������S<Rn$tN���Bs���#a���a��6Ou����	p	�	�	�
�
�
�����?Tdv'�����vUe?@AJ8JUL�L�L�L�L�L�M	PQPoP�Q}Q�vbvmwMx5x@xDxF�� � 
��!
�K�t"
�����#
���$
��k%
�py&
�L�'
� � 
��!
�K�t"
� � 
���(
��)
���"
� � 
���(
��)
����������$���h��(����*�����0�UV���UX����UP����V���UX��着���UX��着���UP������UX���UV}_�i�s�����檪���'UX�UV��^"
� � 
�$�!"
� � 
�fD���UX�����UT��������Ȫ����UTHp���UX��f"�%�������a����"
� � 
��=���UX�����z���UT���_����UX�UT��ڪ����^��"� ����	�^��!����UT������*��UT��_}��Ѫ�����UT����UV�n�����⪪�UTE�\�"� �����^��ŗk���ߪ�����UT���ʪ�����UT�UTU�
��8���J����n�n������*
���r7����UT���Ȫ��,���I����n�n����Y�+
� � 
�4��,
��-
�l�G"
� � 
�4��.
� �/
�[�^,
��-
�l�G"
� � 
�4��.
� �/
�[�^,
��-
��^,
����=����j�G"
� � 
���0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
��(4
e�
0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
�Y�s4
� � 
�8��5
��'4
���
2
�\�^3
�2��0
�[�^1
� � 
��(4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
�8��5
��'4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
�.��6
���5
��'4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
#��7
� � 
�r�8
���7
� � 
�r�8
����W�"��q�1UX��1UX���UT����4������"������X�b�9UTb�9UT�����������UX����UP���*����UX���UT���UX���UT����р���ܪ�� 7
� � 
�\�$9
��M�d��U�r:
��L�d��U�r9
��M�d��U�r:
��L�d��U�r9
��M�d�� � 
������UXG������᪫������UU����8�UF���������� �����������������*��������������������T����V1G���߀�����CUV�Z*���ZUT������ZU ������ZUT|�ZU����UU�ZUX���Ua�ZUP����U�ZUX���UJ�ZUX���UU�Z��*��Z�����6���UXG��������V������������8������������� �UV������UV��������������������������T���*�1������j�k�CUV�Z*���T�ZUT���UV�ZU ���UV�ZUT|�ZU���骪�ZUX����ZUP���*��ZUX������ZUX������Z��UV�Z�������H�9
�U:
�U9
�U:
�U9
� � 
�*�k��l�<:<�kk�;�8C�m�a����n�`���aDb��a�nn����Ӵ�9;:�l���;��<����b����m������oC�ӵ�n������a�m�Ca����6
���5
��'4
� � 
��E;
��<
��=
�N�b=
�f�E 
���>
��?
���;
��<
� � 
���@
��A
����>
��?
���;
��<
��=
���*
�K��@
��A
���;
��<
��=
����+
� � 
���B
� � 
<�&C
�ngB
� � 
���&��v�SST�uu�S�QY�v�n��??w�mן�nXn?��m�xw?���׽��QTS�v���S��T��Žo�?��v�מ��?wY����w��?���m�v?Yn�K�C
�ngB
� � 
�0��ً��=���-
�[�^.
� �/
��2D
� � 
��C9
��M�d��U�r:
��L�d��U�r9
��M�d���D
� � 
����E
���3D
�7�qD
t�p 
�p���#U����.UTb�9U�b�9UT����X������������UT�v���UT��֪���ƪ���֪���ƪ����UT]����UT���W�"��q�2����0����"���������3UV���E
� � 
�n��F
�H�G
��H
����H
e�� 
�d+I
�؝J
�Z�TF
�H�G
� � 
�Z��9\9�N{�sț�tctN��s�{{N���ȳ��\__�y���^��^����t�N��{�Ǜ��N{c����{���Л9\9�O{�sț�tctN��s�{{N���ȴ��\^_�y���^��_����t�N��{�ț��N{c����{���a�GI
�؝J
�Z�TF
�H�G
��H
UsK
�4L
��M
UsM
�V�wN
������V�?�����V��N
�N
�l�>�����5�`��[UX������V/�5��/�5�����UT�B*����N���h��a�uUTv��� ��|*���T�lUX�/���lUX�/���H��<*��$���H�������5��l��`��F�����r�������T��$�$���ŀ�A�}�sU@��ت��UT���UT��Ul���UT����T����xUX�/UT�xUX�/U�P�P�)UX�H�����UX������8���UT��0�����X�����qUT��
�
�Pԋ�3UX��V�/���-����-����=*���L�����qU\��� ���*���֪��������©8.��«P��р��������������UX�*��G�UUV��ª�k���UT{^���Ъ���������UT�%UUH�J����Ī�m���UT|��Ѫ��[�+�5*�9�jUVG�jU@G���Ti��Ul����n*�����`UX�/UU�`UX�/UV�@��<UT� ���IUV�P��O
�]�P
�%��O
�]��[�]���Z�]�V��O
�]�P
�?�N
���M
�4K
��Q
��L
��Q
���~N
�?�?�������X���
�dA�k�I�*�|��D��z���<�Z���������� =��� �[�^1
�e��ً�� =���-
��\�AUT_�N��u�X�������AUX�)UX����UX�UX����������L����?UX�?UX���ϋۋ�OUX���UX�C�P������8UX������8UX���UX�*�1���ު��l����UX�M�f��+�3UX��5�����T����X�������˪��������˪����*�������������UX��Ȫ������*�p��۪����UX��۪����UX����V���UP����UX�������*����өh���Ӫ��<������X�GUT������UT�����	UX� � 
��;�������UX�^�UT��֪��
��%�������������UT��sUX���oUT�������!��%�CUT��������UT���UV`���Ϊ����ڪ����i�=UV���UT��説���UT���UTt���説��������UV���h�9UX��પ��쪬u���UT��骪����UV�W�,UT��Ӏ�X��f�X��f�kUT������}UX��k*�����,��,����������UX�UV��쪨��9UX�UV������&����UT���UX���誨����=UX���������%UT��h�$��E�!UT���*
���U���UV�������檪���UT����Uh�����T����UD����UV����*��'UV��.���9��檪�A�����UV�IUd�ً�EUT��<����<������UT���ª���̪�8���UV���UT����Ux�����T��V���U4������UV������*��&�T���@����説�GUV���UTً�WU(��MUT��CU���CT�-UT�#���U�+UT���UT���UT/��檬������-�;��TI�#��I�#��j�+*���2����>���/UV�1���^���$��;���UT����V�����˪���۪���˪���۪�����U���*����Ъ��_�c�gy���UT�p���䪬�_����UV���ܪ����UV���UV�������䪪�m�Q���Z�;UVc�;UVc�G��w�T���ыə������#����+UV�E+
1���?R
�X��S
��������UX������������@��<�V���Ȫ��H�&�����UT�UX*�<*�<=��쪨H���UXSQ�V��<���UVg��������UX���֪��a�UV���UX�
����ܪ�*�<�V����U����UT���T��r� ���P���@UT�3������T���T�@*��8U��6UX�8UT�6UX�E*�� �P�UX����AT
��������0UX����(���*�@� �E���������UX��������UX�� ����UX���Ϫ����S�
UXE�E���ȫX����Ϫ����UX��֪a� �����䪨�o����UX���⪨����UX�qE�� ��)UX���UX�0UP���UP�7UX���UX���U
���)�����𪬦���UT���'U��3UT��?U����'��J�����W*����eUX��eUX��W��l�M������OUX���*��C�P���UX�8UX���UX�8UX�����*���������⫨�l����TX����UT�+���|���5�����Tq�����W�����W���*����UX������������Ȫ����UX���*����UP��۪����UX��۪����UX����U���UP����UX����������*����Ӫ����Ӫ��<������T�GUV���������	UT�U�9��Ҫ����UV�]UX��UV�B���*���UX���UV�����������]UX��O���*��:UV�:UT��F���R����R��j�F�I�:UTI�:UX���UX�*�������i���ߪ�����UX�������j�����UX�5UX��1����������X���UT��ɪ����UT��ɪ�h����X�����=Q�����*����*����UT��ժ����UT��ժ����*���π����UT�I�S�]�]�tՋ�Tp��UT����V<�	UV� ����Ut���᪪������{UX�����k������9Ut�#UX���UT�'����������|�H��j����X��X���,UX�^����oUT��n� ��Ӫ��^�����UX�N�8���UX�N�����UP�'UX���UX����UX����UP���UX���UX���e���UX�3�X������'�������'��<��X���U����UT����*���ۀ4B4B����V���*���������UX�����yK��ڪ����UV���UX���UU���UT��檫J�������3�@�M�M�T��l�cUV��+UT��(��������?�v���*��ڀ�$UX��$UX�������`������=*��	���5UX�	���5UX�[�X�B�����?UX�2��#*��'�����P�������3UX���V���*���0���[UX��`����h�������pU\&�pUT&�c*�����T�����������J��u��������>V
��W
�V������������������UT�*������UV������UV������*�����T������UV���UT�������������UT�*������UV������UV������*�����T������*�����T�UV������UV�����������T��������*���UV��UV��*����������UT�UV���������������UT�UV��������UV�����������UT��������UT�UV��������UV�����������UT�����z���J��������mUT���UU�$����ȫ8���UU��ƪ����Ī ������2�7�U��y*��o�����UT�o�����Ut���V���*��2�����T�UT��U������UV��������������������T����V���������������UT���UV������T����V��������������T����V�������UT���UV����������������UV����������������������������V�UT����UT���UV�������������UT�����������UV�UT���UV������������������������T����V��������UV�������UT�����UV��T���UT������UV������UV��T��������UT�������������UV��������UV�UT������UT�������������UV�UT�������UV�����������UV����������������������V����UT���������UV���������UV�*������UT������UT������*�����V������*�����V�UT������UT�����������V������UT���UV��������������*�����V�UT������UT�����������V�����������������������*��*��UX�UV�UX�UV���*������������UV�UX�������*��*��UX�UV�UX�UV���*���������*��*��UX�UV�UX�UV�*������������*���UV��UV��*���������*���UV��UV������������UX�UV����������������UV�UX��UX�UV���������������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U������UX�����T��������N�UX�UT����[��p�UT��������������UX��*���T������S��UX�UT����V���h�UT������������*�����UX��������Q��UX�UT����X�����UT�������������UX�UT��������UT�*����UX����UX�������T�����������UX���UT���UX��T��������P��������T�����UT�UX����������������UX�UT�����UX�UT������������*���UX��UX����������UX�UT������������*��*��UX�UT�UX�UT���*���������*��*��UX�UT�UX�UT�*������������UT�UX���������*��*��UX�UT�UX�UT�*�����������������������������X�*�������UX������UX����X��������������������UX�UX�������X�*�������UX������UX����X����������UX������*�������UX������UX����X�*����������X�����������������X��������UX����������������������X�������������UX�����UX���UX�����������UX������UX���UX�������������������-UX��p���UX�6������9UT�Nj�2���*����X���UX�o�����UX�o����y*��7�X�2�o���䪨����UX�����UX����*��*���UX��UX���������������UX�UX�������������UX����UP�*����UX�UX���UX�UX���UP�*����UX������UX�UX���������������UX�����������UX��������UX���UX��������*��*����UX�UX���UX�UX�����������������UX�����UX�����������*��UX���UX������UX��P���*��������������UX���������UX��������UX�����������UX�UX��������������UX�UX�����������������X�*�������UX������UX����X���������������*����UX�UX���UX�UX������*��������������UX���UX����������*����UX�UX���UX�UX������*�������������UT���������X������������������������T����X��������UT�������������UX����UT���������X������������������������T����X�������UX����T����������������������������T����X����������X�����������������X�����UT���UX�����������������������UX����������������������X�������������������UT���UX�����UT���UX�������������������������UT���UX����J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UX����UV���UX�������*������������������UV����UT���UX���UV��������UV����h�����������������UX����V���*������������������UV����UT���UX���UV��������UV����������������������������������UX����V���UP����UX���UV����UT���UX���UV��������UV������������������������������������UV���UX���UV��������*���������UX��������UX����V�������������UV���UX���������������UV����UT���*����UV���UX���UV���UX��������*������������������UV���UX�����UV���UX�������������������UV������������������UX���UV���������������������UV�����UX����UV���������X������������������������V����X���������V�������������UX��������UX����V�����������UV���������������UX�������V�������������UX��������UX����V����������ы�;�X���*��1�����UX�1�����UX��X���*��E����������������������������UT���������UX�����������������������������X����T����������������X���*�����UT�����������X����T����������������X����T�����������������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT����UX�������������T����������������X���*�����UT�������X�������������UT��������W4����X���UT����Sx���������UT���UX���������������������UX�����UT��������������UX���UT�����������UT���UX�����������UX��������UP����T���UX����UX���������*�����UT���������\����UX���UT����N$����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V8��������UT����Tt���������\\����UT���UX���NP����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V4��������UT����Tx����UX��������UP����UX���UT���UX���\<��������UT����Np����UX��������*������UT����X�������UT����Q�����UX��������UP����UX���UT���UX���\(��������UT����N������������UT���UX���������UX��������*������UT����\�������UT����N����������UX��������*������UT����X��������UT����R������������������������������UT���UX��������������UT���UX�����������������������������������UT����*����UX����UX����UP�������UX���������������UT����*����UX����UX����UP�������UX����������UT���UX����������������[�����UT���UX���N�UX���UT���UP��������UX����������UT����*����UX����UX����UP�������UX����������V���UT���UX���S����UX���UT���UP��������UX����������[�����UT���UX���O���UX���UT���UP��������UX����������X|����X���UT����R0����UT���*���������UX�����UX���UT���UP����UX��������������U�����UT���UX���U$���UX���UT���UP��������UX����������[�����X���UT����O����UT���*���������UX����������Xp����X���UT����R<����UT���*���������UX�����UX����UP���UT���UX��������������[�����X���UT����O,����UT���*���������UX������������UT���UX�����������UX���UT��������������UX�����UT���������������������UT���UX���������UX����*�����T����������������X����T���������������UT����X�������������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������T���������������*�����T���UX������������X����T���������������*�����T���UX�������������������UT���������UX�������������������E����*���T���UT�1�����UT�1�����*��;�T�����������������������UT�����UX���������������*���X�UT��UT��*��*���UX������*���X�UT��UT��*�����������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT����*�����UX���UX�*��*��UT��UT��*���X������UT�������UX����UT�UX����������UT�UX����������UT���������UX������UT��X������������*�����UX��UT�����������x������UT��X������������*�����UX������UT��X������������*�����UX������UT�����������������������UX��UT��0���������(������UT��X������������*�����UX������UT�����������������������UX������UT�����������������������UX��������������������T�����UX�����UT��������@��������������UX����UT�������UX����p�������������T�����UX�������������������������T�����UX���������������UT�������UX��UT�������UX����������������������������������X�UT�����������������������������X�UT�����UT�������UX�����������UX����������������UT��H���������������������X�UT������������UX�����������������UT������������UX�����������@�����UT���������T�UX���������*�����UT������������������UX���������UX�����������������UT����������T�UX��������*�����UT����������T�UX���������*�����UT������������������UX�������T�UX���������*�����UT�����UT���������UX����������UT�UX����������UT�UX����UT�������UX��������UX���*����������T�*���UX��UX�*����UT����������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT���UT��*��*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������UT�����UX������������{�)��X
���F����UV���UV�����z���ꪪa���v�)UV�)UT�������UV��y����g��H��Y5��C�C^Y4���h��h���˽4�C^[�C�5���i�����E�G�����E�G����i�����[�C�C���K�i��i���KY�C���CY�H���i�����E�G'�����'��E�G�����)��X
����,����<UX�"���2���4���C�4�,��$����"���� ���� ����"����$���,�C����UX���ê��"��E�UX4�,3�,E��O���UXYW�C��,���ު�����UX�g����UА���UT����T�4�,�C�����U����UT���U��F�T���UV���UV�����z���ꪪa���v�)UV�)UT�������UV��y���!����������!UX���UX���
UT���������������X�������������X����������������X�UT���������*�����UX�������Nl����UT����\@���0���������(�UT������������T�������������T��������UX����UP����UX���������UX��T������������*�����UT��UX�UT�UP��UX�����UX���������UT��UX�������UX����UX���������UX��UX���������UX�������*���X�UX��UX��*��*���UX���������UX������T������X�H���ê��<UX��ê��<UX�����*����UX�5�B����XO��ê�O��ê�m��������UX���ꪨ�w����UXq�UX���UX��P��檨�UX����UX��檨����檈����,���g�����gUT���gU\���e�����UX��c�������u{�p�"���������eUT�����,�������������説��UT���UT�w�P*�����T�PUX��窱�PUX��窱�P�P���*��QUX����E���������UU�UX�����UX�UU�����������������������UV���������������UX�����UV��UX���UP����UX��8�������`������V�������������
�����UX��L�����������UX��V��UX�����UV�����������UX��*��*���UV��UX�UV��������������*���V�UX��UX����*�����UV������*���V�UX��UX����*�����UV������UX�����UV���������媨�?����UX����UX��������A����UX����UP������UXV���UXV��媨�����A�{������UX���UV���UX���Ӫ��
��W�
UV��{Up�!UV��z�T��V��zU<�
UT��zU\�
UT��y*����*���w�����x}�s�0�+���
�X���w���
���UV�
���UV�y���몪�m�y�{�}�}�FUX���UU�F������L�����UX�������UX���������
UX������������������	UX��
UP��UX�������P������X�������������������X�����������UX��UP�UX�UX��UX�UX����UP��UX���(�����UX��0���������*�����UX����UX����*����UX������*�����UX�������������*�����UX����UX����*����UX�������UX�����X���������������������������>����骨�5�X���UX����UX����UP�����UX�K�����X�����Ӫ�^��Ӫ�^����T���*�����UX����UX�UT|�������쪬�x�UX���UT���S����UT�������������������UV���*�����UX{�w�>�9̼�KUX�eUV�!*��f����f����gUT����q�;UT���;����UX�;���;���;�X���UX���� � 
���Y
��bY
��bY
�,����I�\�I��֪����UXe�����UT{ �&�5�	��'��䪬������UT��ߪ�w��ܩ`�?�M�R�@S���UTy�����w�u����UT�UTw������@S�R�?��g�����ߪ��UT���UT!�'�5�	��&�"�����UT����)UT��I�\�I�(�����UT�#UX�����&�5�	!�'���������� UT��`��?S�R�@�����UT�UX����������������UX��@�M�R�?S���UX�#UX���UP� UP���UX�UX��'�5�	 �&��ܪ��e�UX���UX���'�t׋�AUX��䪨�6�����UX�6�����UX�UX������?����UT��䪨�������UX��ɪ����UX��ɪ����������T?����UT������*���ɪ��6UT��ɪ��6UT����T�A���L����*��AUX�6UT�6���6UT�6���A��UX�L���1���?R
������#
�k��o&
�L�'
������#
�E��&
������#
�E��&
�L�'
����#
���pZ
�c�&
�L�'
�����#
���pZ
������`�����������UX����������UX�
UX��UX�UX�UP��UX�������������X��������������������X�����������
UX���
UX��������UX�UX��UP����UX��UX�UX��UP����UX��������������X�����������UX��UP�UX�UX������UX�UX��������UX���UX������������P�*�����UX���UX����*����UX������*�����UX������������*�����UX��x�UX����*����UX�����UX�UX�����������?UX����^�,��^�,�����*��UX���UX�K�����X��骨��Ӫ����UX��Ӫ����UX����XU����������UX���UX�����쪨�x�UX���UX���S����UX����*���XR���R������*���X���UX��i�g�e�{���UT����������UX����UX�2����*������3*�����3UX�;UX���;����UX�;���;���;�X�Ǎ���&
�L�'
�����#
���u%
�py&
�L�'
����#
���$
��k%
�py&
�L�'
����#
���X�ꋤw��$�kUX�"�� ��� ����t��t��uUX���UX�����UX���UT���UP����UX�k�i�g���ܪ���������UX���UTm�	Sd��	UT�UX�	WH����	UT����	��������������������}�X����X�|��������O���$
��k%
�py&
�L�'
����>V
��W
�V������������������UT�*������UV������UV������*�����T������UV���UT�������������UT�*������UV������UV������*�����T������*�����T�UV������UV�����������T��������*���UV��UV��*����������UT�UV���������������UT�UV��������UV�����������UT��������UT�UV��������UV�����������UT�����z���J��������mUT���UU�$����ȫ8���UU��ƪ����Ī ������2�7�U��y*��o�����UT�o�����Ut���V���*��2�����T�UT��U������UV��������������������T����V���������������UT���UV������T����V��������������T����V�������UT���UV����������������UV����������������������������V�UT����UT���UV�������������UT�����������UV�UT���UV������������������������T����V��������UV�������UT�����UV��T���UT������UV������UV��T��������UT�������������UV��������UV�UT������UT�������������UV�UT�������UV�����������UV����������������������V����UT���������UV���������UV�*������UT������UT������*�����V������*�����V�UT������UT�����������V������UT���UV��������������*�����V�UT������UT�����������V�����������������������*��*��UX�UV�UX�UV���*������������UV�UX�������*��*��UX�UV�UX�UV���*���������*��*��UX�UV�UX�UV�*������������*���UV��UV��*���������*���UV��UV������������UX�UV����������������UV�UX��UX�UV���������������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U������UX�����T��������N�UX�UT����[��p�UT��������������UX��*���T������S��UX�UT����V���h�UT������������*�����UX��������Q��UX�UT����X�����UT�������������UX�UT��������UT�*����UX����UX�������T�����������UX���UT���UX��T��������P��������T�����UT�UX����������������UX�UT�����UX�UT������������*���UX��UX����������UX�UT������������*��*��UX�UT�UX�UT���*���������*��*��UX�UT�UX�UT�*������������UT�UX���������*��*��UX�UT�UX�UT�*�����������������������������X�*�������UX������UX����X��������������������UX�UX�������X�*�������UX������UX����X����������UX������*�������UX������UX����X�*����������X�����������������X��������UX����������������������X�������������UX�����UX���UX�����������UX������UX���UX�������������������-UX��p���UX�6������9UT�Nj�2���*����X���UX�o�����UX�o����y*��7�X�2�o���䪨����UX�����UX����*��*���UX��UX���������������UX�UX�������������UX����UP�*����UX�UX���UX�UX���UP�*����UX������UX�UX������������������*����UX�UX���UX�UX���UP�����UX��������UX�UX������������������UX���UX��������*��*����UX�UX���UX�UX�����������������UX�����UX�����������*��UX���UX������UX��P���*��������������UX���������UX��������UX�����������UX�UX��������������UX�UX�����������������X�*�������UX������UX����X���������������*����UX�UX���UX�UX������*��������������UX���UX����������*����UX�UX���UX�UX������*�������������UT���������X������������������������T����X��������UT�������������UX����UT���������X������������������������T����X�������UX����T����������������������������T����X����������X�����������������X�����UT���UX�����������������������UX����������������������X�������������������UT���UX�����UT���UX�������������������������UT���UX����J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UX����UV���UX�������*������������������UV����UT���UX���UV��������UV����h�����������������UX����V���*������������������UV����UT���UX���UV��������UV����������������������������������UX����V���UP����UX���UV����UT���UX���UV��������UV������������������������������������UV���UX���UV��������*���������UX��������UX����V�������������UV���UX���������������UV����UT���*����UV���UX���UV���UX��������*������������������UV���UX�����UV���UX�������������������UV������������������UX���UV���������������������UV�����UX����UV���������X������������������������V����X���������V�������������UX��������UX����V�����������UV���������������UX�������V�������������UX��������UX����V����������ы�;�X���*��1�����UX�1�����UX��X���*��E����������������������������UT���������UX�����������������������������X����T����������������X���*�����UT�����������X����T����������������X����T�����������������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT����UX�������������T����������������X���*�����UT�������X����������������������������UT���UX���������������������UX�����UT��������������UX���UT�����������UT���UX�����������UX��������UP����T���UX����UX���������*�����UT���������\����UX���UT����N$����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V8��������UT����Tt���������\\����UT���UX���NP����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V4��������UT����Tx����UX��������UP����UX���UT���UX���\<��������UT����Np����UX��������*������UT����X�������UT����Q�����UX��������UP����UX���UT���UX���\(��������UT����N������������UT���UX���������UX��������*������UT����\�������UT����N����������UX��������*������UT����X��������UT����R������������������������������UT���UX��������������UT���UX�����������������������������������UT����*����UX����UX����UP�������UX���������������UT����*����UX����UX����UP�������UX����������UT���UX����������������[�����UT���UX���N�UX���UT���UP��������UX����������UT����*����UX����UX����UP�������UX����������V���UT���UX���S����UX���UT���UP��������UX����������[�����UT���UX���O���UX���UT���UP��������UX����������X|����X���UT����R0����UT���*���������UX�����UX���UT���UP����UX��������������U�����UT���UX���U$���UX���UT���UP��������UX����������[�����X���UT����O����UT���*���������UX����������Xp����X���UT����R<����UT���*���������UX�����UX����UP���UT���UX��������������[�����X���UT����O,����UT���*���������UX������������UT���UX�����������UX���UT��������������UX�����UT���������������������UT���UX���������UX����*�����T����������������X����T���������������UT����X�������������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������T���������������*�����T���UX������������X����T���������������*�����T���UX�������������������UT���������UX�������������������E����*���T���UT�1�����UT�1�����*��;�T�����������������������UT�����UX���������������*���X�UT��UT��*��*���UX������*���X�UT��UT��*�����������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT����*�����UX���UX�*���UT����UT����*����UX��UT�������UX����UT�UX����������UT�UX����������UT���������UX������UT��X������������*�����UX��UT�����������x������UT��X������������*�����UX������UT��X������������*�����UX������UT�����������������������UX��UT��0���������(������UT��X������������*�����UX������UT�����������������������UX������UT�����������������������UX��������������������T�����UX�����UT��������@��������������UX����UT�������UX����p�������������T�����UX�������������������������T�����UX���������������UT�������UX��UT�������UX����������������������������������X�UT�����������������������������X�UT�����UT�������UX�����������UX����������������UT��H���������������������X�UT������������UX�����������������UT������������UX�����������@�����UT���������T�UX���������*�����UT������������������UX���������UX�����������������UT����������T�UX��������*�����UT����������T�UX���������*�����UT������������������UX�������T�UX���������*�����UT�����UT���������UX����������UT�UX����������UT�UX����UT�������UX��������UX���*����������T�*���UX��UX�*����UT����������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT���UT��*��*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������UT�����UX��������������U[
��U�
��������UX8�����8����x��ր�����������
�)����UX�����������d����UT�
��*��������*���UT�*��������UT�UX������2�PS�JUXS�JUXo�U*���_UX��T������GUT��V������U�������UT�UX���U����S
���AT
���
��������UX8�����8����x��ր�����������
�)����UX�����������d����UT�
��*������*���UT�*�p������UX�UX������2�PS�JUXS�JUXo�U*���_UX��T������GUX��V������UX������UP�UX���UX�����U
��U[
�k����
<]�$~
�	�l�
p��".8DN�6�D���V�j�n�b�(�[��-s1����� <!�"�$�%4&]&k)l*P�[UT��ª�����UT��������k����[UXŭ������'�����UT�-UX��|�H��j����X��X���,UX�^����oUX��n����Ӫ��^�����UX�N�`���UX�N�����UP�'UX���UX����UX����UP���UX���UX���e���UX�3�X������'�������'��<��X���U����UT����*���ۀ4B4B����V���������#�����yK��ڪ����UV���UX���UU���UX��檫������A�3�@�M�M�T��l�cUV����(���UT�%UT����UX����*����CUT��CUT��X�"�����������UX����*����UTJ��쪬J��쪬���*����UT���UXi�����UT���ת��%UXo���⪪�)����/UX�UV������K�UT���UT�$��u���UT���UT�������򪬉���I����o�n�����������!UX���UX���
UT���������������X�������������X����������������X�UT���������*�����UX������8�Nl����UT�� �\@���(���������0�UT������������T�������������T��������UX����UP����UX���������UX��T������������*�����UT��UX�UT�UP��UX�����UX���������UT��UX�������UX����UX���������UX��UX���������UX�������*���X�UX��UX��*��*���UX���������UX������T������X�H���ê��<UX��ê��<UX�����*����UX�5�B����XO��ê�O��ê�m��������UX���ꪨ�w����UXq�UX���UT��P��檬�UX��檬�UX��檨����檬��������������������UV�UX���UV�UXB�UP������UX�k�C��������DUU���*��D�����D��������*��EUd���w����T��窱��窱�P�����*��QUT����다w����UX�4������P����UX�UX���UX�UX���*��UPG�UX�UX��誨������UX�y���Ы0�������Ҫ����UX��Ԫ(�?UX�ʂ�>��y�>��y�>UXk�]�O�ꋤw������X�-��������	UT����X�	W����*����UT�������R��ު����ܪ����ڪ����⪪��������UV���UXk�b*�����bUX���UV�bUX���UV�a*���ت��C�N�������UU�UT�����UT�UU�����������������������UV���������������UX�����UV��UX���UP����UX��8�������X������V������������
�����UX��L�����������UX��V��UX�����UV�����������UX��*��*���UV��UX�UV��������������*���V�UX��UX����*�����UV������*���V�UX��UX����*�����UV������UX�����UV���������媨�?����UX����UX��������A����U�����UT������U$V���UTV��媬�����A�{������UT���UVu�������T���骬�UV��骬�UV����T���u���ʪ��
UV����V��V���V�������U�*���ʪ�����P�0�����UV�0�����*��1UV��1UV��1�������y�{�}�}�FUT���UU�F���������������UT�UX��UT���������
UX��N�UX�UT����[��������N��UX�UT��[������	UX��
UP��UX��������������X��������������������X�����������UX��UP�UT�UX��UT�UX��UP����UX��S��UX�UT�UP�W�UX������*�����UT�������������*�����UT���UT����*����UX������*�����UT�����������UT�UX��������N����UT����\������������>������5�X^�^����*������UT�K�����T�����Ӫ�^��Ӫ�^����V���*�����UX����UX�UV|�������쪪�x�UX���UV���S����UV����UT��X���UV������UU�����ߪ���Xk��5�/�����UX�:UU~�D�����;UV���;����UX�;���;���;�T���UX�����0�UT����'���(�=������=��������UX�UT���UX�m���*���Ī����UT��Ī����V���UX����T����T�}[�f�q���䪬����UT�UX��*��*�T��C����C����X�"�������UT���UX����*�����JxJx��ڀ����i���UX��̪��
�����UT�m�$�����W�)�����UT�.���R��UT���~������UX�(���*�X�3UT�������'��J���=UX�=UX�W*�����eUX��eUX��W��l�M������N�����*��C����UX�8UX���UX�8UX�����*���������ޫ��l����TX����UT�f��+�3UX��|���5�����T����X�������˪�������˪����*�������������UX��Ȫ����UX���*����UP��۪����UX��۪����UX����U���UP����UX�������*����өh���Ӫ��<������X�GUV�����UX�����CUX]�t�`����\�������CUX�+UT�UX���UT�����������]UX��O������Ŭ�F����SUT��j�FUXI�:��I�:�����UX�UX������i���ߪ�����UX�������j�����UX�5UX��1����������X���UT��ɪ����UT��ɪ�h����X�����=Q}���*�o���UTa���UTa���*����UX���Ȫ�����������UT�]�]�tՋ���UT�������	UTً��>���=���؋��=���>�����=���؋��=���>���ً��>�����±��������"��������UX���T����UX�UT��Ī��U�2����������������UT����UT��X����V������UV�,����䪬�)UX���UT�%UX�UT��(����𪨿���UX����*���J�����������������݀����UT����U�������T����U�&����� �����UX��6����UV�	UX�"UT�-UV����������X�*�T�UV�������������������n������UV������UV�����۪����{�W�"��q�1UT��1UT��"���UT��4���
UT�"��}���֪��9UT��֪��9UT���UT���������ꪬ���*����UT���UT���UT���UT����р���ܪ����̪��"�����UV�1UT����"����UX��
UX�"�����*��b�9UT��€����VH����UT���UT���Td��ƪ����UT��ƪ�����Ѫ����ܪ��d�d�d�d�
UX���UV�UP���!UX����UX�������#UV����UV����������UX�&����ր������������쪬���UX���UT���UX���Ut���*���પ������
T���UV�UT���!UЋ���UX�������#UV����UV����������UX�&����ր������������쪬���UT���UT���UT���Ut���*���પ������
UV���UV�UT���!UV��!UT���������#UV��UV���*�������UT�&����ր������������쪬���UV���UT���UV���Ut���*���પ������
T���ܪ��UT���UT�!U���!UT���������#UT�����*��UT���UT�&����ր������������쪬���UT���UT���UT���UT���*���બ�s�
UX��ܪ��UP���UT�!UX����UX�������#UT���������UT���UX�&����ր������������쪬���UX���UT���UX���UT���*���બ�s�
T���ܪ��UT���UV�!U���!UT���������UV���*�����UT�&����ր������������쪪���UT���UV���UT���UV���*���પ�s�
UX��ܪ��UP���UV�!UX����UX���������UV��������UX�&����ր������������쪪���UX���UV���UX���UV���*���પ�s��s�POP�ss�O�MU�t�l��:9u�kܡ�lUl:��k�vu9������MOO�t���O��O���l�:��u�ݠ��:vU����u��9���l�t9Ul��u�SST�uu�S�QY�v�n��??w�m؟�nYn>��m�xw?���׽��QTS�v���S��S��Žo�?��v�מ��>wY����w��?���m�v?Yn��u�TSS�uv�S�QY�v�m��@?w�mן�nYn?��m�wv?���׽��QSS�u���S��T��Žn�?��v�ן��?wY����w��?���m�v?Yo��#UT���.����UX�9�����UX�9����ꪨ��T�����UX���UTvn��֪���ƪ���֪���ƪ����UX]����UT�UX���U��"����媪������0�H��"������%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��/V/�Gy�pϝ�q^qG��p�yxG���ϸ��WYX�x���Y��Z����q�G��y�ϝ��Fy^����y��/V/�Gy�pН�q^qF��p�yyG���ϸ��WZX�x���Y��Y����q�G��x�ϝ��Gy^����y����;N���UX������b������UX������UX���UX������ �"��� �� �UX� �UX��rUT��Ϫ���p���w|�r�+�&����\���}�V�(�T����������T����k��UX��ܪ���������T� �� ��"�0��$�������;N���UX������b������UT������UT���UX������ �"��� �� �UT� �UT��rUT��Ϫ���p���w|�r�+�&����]UV�}�V�������������T���UV�k��UX��ܪ���������V� �� ��"�0��$�������;N���UX-�����X�������������������UX��X��� �"��� �� �UX� �UX��rUT��Ϫ���p���w|�r�+�&����\���}�V�(�X����������T����k��UX��ܪ���������X� �� ��"�0��$���������V���[�^���[�]���[�]���UX�������������UT�(����UX����UP�*����UX�0UT���UX�0UT��Ѫ��;*����ڪ��iUX���UT�r����}UX���*��`���*UT�`���*UX�5�P�!UX�AUX���UX���UX���٪���X���������X���������/UX����(�/UX��ˀ�:�����T��f��g�y�}UX���UX��{��UX�k���*���k��*���H*���$���AUX��������UX��mUX��٪��N��*����*�����UX����UT����*�̋׋����*����'UX��'UX�6�X� UP�D���UX����UX�������*�8T8T��ր����X�������������&UT���UX�L��U��⪬��ث����UT��ת����֩`����UX�!��O�CUT��ʪ���䪬c���UT��֪�����UT�5�/�������_UTN�_UXN����������oUX��b���*��*UT�*UT�6*����&���
����dUX�R���WUV����&������8���UXŋ�;UT��:����������UX�9UX�&��������UX�V��������
�UX�&���&�����UT��⪨�����Q9���UX����&�����UV��ƪ������Q����UX���Ī��UVQ������UT�&�����������dUTQ�v�����UV��Ҫ����UT�\�����������CUX�+UX������������UT�UX��]UX��O���*��:UT�:U(��F�T��SU���j�FUTI�:��I�:�����UX�UX��������ܬ ���ߪ���������8���UX���UX�kUX���UP�5����wUX�1����������X���UT��ɪ����UT��ɪ�h����X�����=Q}���*�o���UTa���UTa���*����UT���Ȫ��I�S�]�]�tՋ�Tp��UT����V<�	UT�����𪬦���UT����+UT�3UT��>�������'��J�����W*����eUX��d����W�����UT�J����ª���������OUX���*��C�P���UX�8UX���UX�8UX�����*���������ޫ��l����TX���ª��f��+�3UX��}UT�5�����T����X�������˪�������˫H���*����*������������Ȫ����UX���*����UP��۪����UX��۪����U����U���UT����T܋���������*����Ӫ����Ӫ��<������T�GUV���������	UT��Ҫ����UU�]UX��UU�B���*���UX���UU�����������]UX��O���*��:UV�:UV��F���R����R��j�F��I�:��I�:�����UX�UT��������� ���ߪ��������ީ8���UT������j�����UX�5UT��1����������T���UT��ɪ����UT��ɪ�h����T�����=Q�����*����*����UT��ժ����UT��ժ����*���π����UT�I�S�]�]�tՋ�Tp��UT����V<�	UU��Ԫ�����UT���UXa������J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UXs����8���������� ���aUT��x��������UTS������*�h��*������*��	UV�������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U���@����BUT�ϋ�2����X��*�������pUX������pUX��x�X�8*��2�ы�;�X���*��1�����UX�1�����UX��X���*��E�E���*����*����UX���UT���UX���UT���*����*�E�E����*���T���UT�1�����UT�1�����*��;�T�����T�;�X�1���1���1���1���;�T��Xы������㪬����UT�UX�|� �����UV�UT���UT����UV���������UT���UU���������UV���ڪ��%����KUV��&��������������UV����㪪w����UX����ܪ����UV���UV���UT����UV�S������UV�'UV��ت��'UV��ت��/�����UUËË�/������'UT�'UU�'UT�'UV����/���Ë�4�����UT�-����ܪ��&����b��b��b�������UV�UX�����UX��UP����UX�UV��������������X��������8�����UV�UX�UT��UV����v�UX����������������������������X�����UV�����UX��������r�������������UV����UX�������UV�����UX��������|��������������UV��	UX�������UV����UX���������������UX�������������������*�����UX�������������*���T�UX��UX��*���T������UX�UT���������������媨�?UT���UX�4�����UX�4��������UTA����UX����UP��媬���UX���UT���UX���UT��媨������A����U������UT�UX���T���UX���Ӫ��
��W�
UT���UXi�����ܪ�����UT����UV���UX��㪪�����o���B*�|�BUX���UV�BUX���UV�B���B����������6�T�������Y����YUX��Y����YUX����U�]���������S*���6�T��UU��Y����UT��Y����*�����U����UUX��T�����R�����q*��eUT����������������������T�>���UT������8*������pUT�����pUT���@���T�e����UX�6����UX�������5�Rɉo1�����������������������������������������������������������������������������������������������������;���������������66�����X;����������������������@�����@�PK�
�[����404.phpnu�[���<?php
/**
 * The template for displaying 404 pages (Page Not Found).
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts">
				<section class="cm-error-404 cm-not-found">

					<?php if ( ! is_active_sidebar( 'colormag_error_404_page_sidebar' ) ) : ?>
						<header class="cm-page-header">
							<p><?php esc_html_e( 'oops ! Page Not Found', 'colormag' ); ?></p>

							<h1 class="cm-page-title"><?php esc_html_e( '404', 'colormag' ); ?></h1>
						</header>

						<div class="cm-page-content">
							<p><?php esc_html_e( 'We are sorry for the inconvenience. The page you’re trying to access does not exist or has been removed.', 'colormag' ); ?></p>
						</div>

						<a class="cm-btn" href="<?php echo esc_url( home_url( '/' ) ); ?>">
							<span>
								<?php esc_html_e( 'Back to Home', 'colormag' ); ?>
							</span>
						</a>
					<?php
					else :
						dynamic_sidebar( 'colormag_error_404_page_sidebar' );
					endif;
					?>

				</section><!-- .cm-error-404 -->
			</div><!-- .cm-posts -->
		</div><!-- #cm-primary -->

	<?php
	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );

	?>
</div>

<?php
get_footer();
PK�
�[�"�fucuc
readme.txtnu�[���=== ColorMag  ===

Contributors: themegrill
Author: ThemeGrill
Version: 3.1.10
Tested up to: 6.6
Requires PHP: 7.4
Requires at least: 4.7
Stable tag: 3.1.10

License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support

== Description ==
ColorMag is always the best choice when it comes to magazine, news, and blog WordPress themes. You can create elegant and modern websites for news portals, online magazines, and publishing sites. With ColorMag’s 8 and counting free starter demos for health, food, entertainment, sports, and fashion industries, building a magazine style website is super easy. Best of all, the ColorMag WordPress theme offers multiple ad spaces in its layout. So, you can monetize your website by displaying ads in these slots without any fuss. And if you plan to sell products and services online, you can rely on the theme’s compatibility with WooCommerce. Some of its key features are:  >> SEO Optimized >> Translation & RTL Ready >> Cross-browser Compatible >> Custom Widgets >> Responsive Design >> Sticky Menu. So, download the free ColorMag theme and create professional magazine websites quickly. You can get free support for ColorMag at https://themegrill.com/contact/ and check our demos at https://themegrilldemos.com/colormag/

For more information about ColorMag please go to https://themegrill.com/themes/colormag/

== Installation ==

1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in ColorMag in the search form and press the 'Enter' key on your keyboard.
3. Click on the 'Activate' button to use your new theme right away.
4. Go to https://docs.themegrill.com/colormag/ for a guide on how to customize this theme.
5. Navigate to Appearance > Customize in your admin panel and customize to taste.

== Copyright And License ==

External resources linked to the theme.
* Open Sans by Steve Matteson http://www.google.com/fonts/specimen/Open+Sans
  Apache License, version 2.0

Resources packed within the theme.
* Font Awesome by Dave Gandy http://fortawesome.github.io/Font-Awesome/
  SIL OFL 1.1 http://scripts.sil.org/OFL.
* Images used in the screenshot are licensed under Creative Commons Zero (CC0):

  https://pxhere.com/en/photo/613031
  https://pxhere.com/en/photo/1558211
  https://pxhere.com/en/photo/1333828
  https://pxhere.com/en/photo/1439011
  https://pxhere.com/en/photo/657926
  https://pxhere.com/en/photo/1608817
  https://pxhere.com/en/photo/805572
  https://pxhere.com/en/photo/1085512
  https://pxhere.com/en/photo/1575625
  https://pxhere.com/en/photo/1548565
  https://pxhere.com/en/photo/510089

* HTML5 Shiv @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* JQuery Advanced News Ticker 1.0.11 by Valentin Ledrapier(risq) | GPL Licensed
* Stickyjs by Anthony Garand | MIT Licensed
* Magnific-Popup by Dmitry Semenov | MIT Licensed
* FitVids by Chris Coyier and Paravel | WTFPL Licensed
* Bxslider by Steven Wanderski released under the MIT license
* wp-color-picker-alpha by Sergio | GPLv2 Licensed
* SelectWoo by WooCommerce | MIT Licensed
* TGM-Plugin-Activation by Thomas Griffin, Gary Jones, Juliette Reinders Folmer | GPL v2 Licensed
* Other custom js files are our own creation and is licensed under the same license as this theme.

All other resources and theme elements are licensed under the [GNU GPL](http://www.gnu.org/licenses/gpl-3.0.txt), version 3 or later.

ColorMag WordPress Theme, Copyright 2015 ThemeGrill
ColorMag is distributed under the terms of the GNU GPL

== Translations ==
If you've translated this theme into your language, feel free to send the translation over to themegrill@gmail.com
and we will include it within the theme from next version update.

== Changelog ==
= Version - 3.1.10 - 2024-07-23 =
* Feature - Option to change mobile menu color and typography.
* Feature - Option to change mobile sub menu background color and typography.
* Fix     - Header layout 2 style issue.
* Fix     - WordPress 6.6 issue.

= Version - 3.1.9 - 2024-06-27 =
* Option - To change footer column layout.
* Fix - Link post format while using custom primary color.
* Fix - Primary menu background color on responsive device.
* Fix - Post format video URL issue.

= Version - 3.1.8 - 2024-04-25 =
* Fix - `colormag_date_meta_markup` function override.
* Option - To change post date type.

= Version - 3.1.7.1 - 2024-03-20 =
* Fix - TG Advertisement issue.

= Version - 3.1.7 - 2024-03-19 =
* Fix - Page title tag issue.

= Version - 3.1.6 - 2024-03-05 =
* Option - To change sidebar width.
* Fix    - Primary menu background on contained main header.
* Fix    - Post meta categories issue.
 
= Version - 3.1.5 - 2024-02-20 =
* Option - To change global base color.
* Option - To change global box border color.
* Option - To change global links color.
* Option - To change global body typography.
* Option - To change global headings' typography.
* Option - To change global H1,H2,H3,H4,H5 and H6 typography.
* Option - To change global button color, background, padding and border radius.
* Option - To change site title color and typography.
* Option - To change site tagline color and typography.
* Option - To change main header layout 1 alignment.
* Option - To change main header layout 1 alignment.
* Option - To change primary menu border top width.
* Option - To change main menu typography.
* Option - To change main sub menu typography.
* Option - To change sortable of blog post elements.
* Option - To change blog post title typography.
* Option - To change blog excerpt type.
* Option - To change sortable of single post element.
* Option - To change sortable of post elements.
* Option - To change widget title color.
* Option - To change widget content color.
* Option - To change widget link color.
* Option - To change footer bar style.
* Fix    - PHP error on v7.2.

= Version - 3.1.4 - 2024-01-29 =
* Add - Font awesome V6.2.4 support.
* Fix - Page builder template responsive issue.

= Version - 3.1.3 - 2024-01-19 =
* Enhancement - Theme Dashboard.

= Version - 3.1.2 - 2024-01-15 =
* Enhancement - Overall theme dashboard UI/UX.

= Version - 3.1.1 - 2024-01-11 =
* Tweak - Update screenshot image.

= Version 3.1.0 - 2023-12-27 =
* Fix - Breadcrumb option visible even when disabled.
* Fix - Migration notice issue.

= Version 3.0.9 - 2023-12-13 =
* Fix - Image caption alignment issue in editor.
* Fix - Single post headings tag issue.
* Fix - Page title tag issue.

= Version 3.0.8 - 2023-12-12 =
* Fix - Header background color issue on dark mode.
* Fix - Navigation  post title word break issue.

= Version 3.0.7 - 2023-10-18 =
* Fix - Spacing issue in editor.
* Fix - PHP error on search results page.

= Version 3.0.6 - 2023-09-20 =
* Fix   - Sub menu design issue.
* Added - New Demo (ColorMag 02) - Gutenberg-based WordPress Template Site for Best News Magazine.

= Version 3.0.5 - 2023-09-05 =
* Feature - Breadcrumb option.
* Feature - Numbered pagination option.
* Feature - Retina logo option.

= Version 3.0.4 - 2023-08-22 =
* Feature - Primary menu background color option.
* Feature - Primary menu border color option.
* Feature - Main menu color option.
* Feature - Main menu hover color option.
* Feature - Sub menu background color option.
* Feature - Header action icon color option.
* Feature - Mobile menu toggle icon color option.
* Feature - Upper footer widget background color option.
* Feature - Footer copyright content color option.
* Feature - Footer copyright link color option.
* Added   - New Demo (ColorMag NewsHive) - Gutenberg-based WordPress Template Site for Blog, Newspaper & Magazine.

= Version 3.0.3 - 2023-08-15 =
* Feature - Top bar background color option.
* Feature - Main header background color option.
* Feature - Footer column background color option.
* Feature - Container inside background color option.
* Feature - Footer bar background color option.
* Fix     - Footer column design issue.
* Fix     - Navigation menu responsive icon issue.
* Add     - Footer upper column sidebars.
* Added   - New Demo (ColorMag MagazineX) -  Gutenberg-based WordPress Template Site to publish articles for your newspaper, magazine, or blog.

= Version 3.0.2 - 2023-07-19 =
* Fix - Left sidebar content responsive issue.
* Fix - Post Video format play button position issue.

= Version 3.0.1 - 2023-06-20 =
* Fix - Single post navigation width issue.
* Fix - Highlighted post widget clickable issue.
* Fix - Permalink not appearing on comment section.
* Fix - Various design issue in button block.
* Fix - Tag links design issue.

= Version 3.0.0.7 - 2023-06-19 =
* Fix - Word break issue.
* Fix - Featured Category slider issue on refresh.
* Fix - Dashboard notice dismiss button.

= Version 3.0.0.6 - 2023-06-19 =
* Fix - Featured Category Slider not appearing.

= Version 3.0.0.5 - 2023-06-18 =
* Fix - Missing deprecated functions issue.

= Version 3.0.0.4 - 2023-06-17 =
* Fix - Missing commenter author name.
* Fix - Gutenberg editor skin color.
* Fix - Comment & Tag meta missing on post meta section.
* Fix - Dashboard notice dismiss button issue.

= Version 3.0.0.3 - 2023-06-16 =
* Tweak - Minor change.

= Version 3.0.0.2 - 2023-06-16 =
* Tweak - Minor change.

= Version 3.0.0.1 - 2023-06-16 =
* Fix - Footer copyright text issue.

= Version 3.0 - 2023-06-16 =
* Enhancement - Overall UI/UX improvements of frontend side of the theme

* Enhancement - Responsiveness and mobile-first design
* Enhancement - Introduced SVG icons for speed and better design
* Enhancement - Improvements and issues fixes in dark mode design

* Enhancement - Blog, Post content, meta, CTA button
* Fix         - Design issues in post comments section
* Enhancement - Search no result found page design
* Enhancement - Fixed design issues in 404 page and improved for the betterment
* Enhancement - Improved design for forms fields

* Enhancement - Overall layout/design improvement in header area
* Enhancement - Mobile menu design
* Enhancement - Improved header search
* Fix         - News ticker alignment issue in mobile devices
* Fix         - Top bar responsive issues

* Enhancement - Overall layout/design improvement in footer area
* Fix         - Footer area responsive issues

* Enhancement - WordPress default blocks/widgets design
* Enhancement - Improved Block Editor design
* Fix         - Search widget design issue
* Enhancement - ColorMag custom widgets design: consistency, spacing, responsiveness

* Enhancement - Overall accessibility improvements as per WordPress standards
* Enhancement - More accessible styles for links
* Enhancement - Maintained contrast of elements via Color, sizes, spacing
* Enhancement - Attention to typography for readability by applying hierarchy, consistency, and white spaces

* Enhancement - WooCommerce pages design revamp
* Enhancement - Improved product boxes
* Fix         - Various design issues including responsiveness in WooCommerce pages

* Enhancement - Overall UI/UX of customizer controls

* Enhancement - Improved design of icons used in radio image control
* Enhancement - Use toggle control instead of checkboxes
* Enhancement - Introduced unit selector, slider in typography control
* Enhancement - UX improvement in responsive switcher setting
* Enhancement - Use of toogle instead of eye icon inside sortable control
* Enhancement - Use of toggle instead of eye icon inside sortable control
* Enhancement - Introduced unit selector and progress bar indicator in the slider control
* Feature     - Option of unsortable items inside sortable control
* Feature     - Introduced input binding setting in dimension control
* Feature     - Introduced input binding and unit selector setting in dimension control
* Added       - Introduced new subheadings control

* Enhancement - Refactored options arrangements for better user experience
* Enhancement - Consistency on layout and style options
* Enhancement - Updated strings used for customizer options for clarity

* Enhancement - Better file/folder organization
* Tweak       - Improved Coding Standards
* Tweak       - PHP OOP way code implementation

* Enhancement - Mobile-first CSS
* Enhancement - Proper CSS Reusability implementation for less code
* Enhancement - Use of CSS flex/grid properties instead of float
* Enhancement - Use of CSS variables
* Enhancement - Overall CSS transition on events

= Version - 2.1.8 - 2023-01-11 =
* Fix - PHP error.

= Version - 2.1.7 - 2023-01-09 =
* Fix - PHP error.

= Version - 2.1.6 - 2023-01-04 =
* Integration - Magazine Blocks plugin.
* Tweak       - Improvements on page builder template.
* Fix         - Logo alignment issue in header clean layout.
* Fix         - Alignment issue in header classic layout.

= Version - 2.1.5 - 2022-11-17 =
* Fix - Primary menu expanded by default when responsive menu is enabled.
* Fix - Primary menu hover color issue.
* Fix - Top header enlarge issue on page load.
* Fix - Primary menu not centered while 3rd header style.

= Version - 2.1.4 - 2022-10-18 =
* Improvements - Header top bar design and CSS code refactor.

= Version - 2.1.3 - 2022-06-22 =
* Tweak - Load default fonts locally.

= Version - 2.1.2 - 2022-04-20 =
* Fix - Option for hiding blog/static page on front page not working on certain condition.
* Fix - Featured image not showing in a single post on certain condition.

= Version - 2.1.1 - 2022-03-25 =
* Fix - Elementor\Scheme_Color is deprecated.
* Fix - _register_controls is deprecated.
* Fix - Color opacity option in customizer not working properly.

= Version - 2.1.0 - 2021-09-06 =
* Fix - Dropdown issue in widgets.
* Fix - Background color customizer option not working properly.

= Version - 2.0.9 - 2021-08-03 =
* Fix - Font display swap property and value for google fonts.

= Version - 2.0.8 - 2021-05-27 =
* Tweak - Update screenshot image.
* Tweak - Update screenshot image source link.

= Version - 2.0.7 - 2021-05-12 =
* Fix - Elementor's Text Editor widget's font size overridden by theme.

= Version - 2.0.6 - 2021-03-31 =
* Enhancement - Social Icons control.

= Version - 2.0.5.1 - 2021-02-25 =
* Tweak - Fix URL of welcome banner image.

= Version - 2.0.5 - 2021-02-24 =
* Tweak - Update screenshot image.

= Version - 2.0.4 -2020-12-16 =
* Tweak - Update footer credit link with `rel="nofollow"` attributes.
* Fix   - jQuery deprecated message in some of the theme custom JS files

= Version - 2.0.3 -2020-10-21 =
* Enhancement - Customizer design.

= Version - 2.0.2 -2020-09-28 =
* Fix - Search form result display for specific language when using Polylang plugin.
* Fix - Alpha color selector design issue on custom customize controls.

= Version - 2.0.1 -2020-09-16 =
* Tweak - Updated `Tested up to` to 5.5
* Fix - Link in slider not working on certain devices in Chrome

= Version - 2.0.0.3 -2020-08-19 =
* Fix - Primary color issue for read more button
* Fix - Primary color issue for header style 3 menu border

= Version - 2.0.0.2 -2020-08-18 =
* Fix - Primary color issue

= Version - 2.0.0.1 -2020-08-18 =
* Fix - PHP syntax error

= Version - 2.0.0 -2020-08-18 =
* Refactor  - Customize controls.
* Refactor  - Customizer sections and options.
* Remove    - TGMPA library to recommend plugins
* Deprecate - Demo config via theme.

= Version - 1.5.1 -2020-08-08 =
* Enhancement - Links CSS transition.
* Remove      - Unused codes.

= Version - 1.5.0 -2020-07-20 =
* Fix - Mobile sub toggle icon color and bg color conflict while opening two submenu at once.
* Enhance - Post `Read more` CTA UI.

= Version - 1.4.9 -2020-06-05 =
* Fix - Responsive video embeds.

= Version - 1.4.8 -2020-05-27 =
* Tweak       - Enhance customizer upsell section.
* Enhancement - Gutenberg compatibility

= Version 1.4.7 -2020-05-22 =
* Add   - Required header fields: `Tested up to` and `Requires PHP` in style.css.
* Fix   - Theme name and version in the admin dashboard while child theme active.
* Tweak - Add and improve theme-related notices.

= Version - 1.4.6 - 2020-04-17 =
* Added - New Demo (ColorMag Wild Magazine) - Engage the nature lovers to your wildlife magazine website with this ColorMag demo.
* Added - New Demo (ColorMag Entertainment News) - Use this ColorMag demo to provide entertaining information on your news website.
* Tweak - Notice adjustment with respect to WordPress admin notices guideline

= Version - 1.4.5 - 2020-02-28 =
* Tweak -Refactor theme page according to WordPress theme guidelines.

= Version - 1.4.4 - 2020-02-19 =
* Tweak - Minor Enhancement.

= Version - 1.4.3 - 2020-01-22 =
* Added - New Demo (ColorMag Top Magazine) - Start working on your awesome online magazine with this ColorMag demo.
* Tweak - Modify menu CSS for keyboard accessibility.
* Tweak - Modify self hosted Header Video CSS to align center.
* Tweak - Deprecate Custom CSS customize option provided via theme

= Version - 1.4.2 - 2019-07-29 =
* Fix   - Random posts and Search icon position in menu.
* Fix   - Comment form boxes design.
* Fix   - User consent design for comment form.
* Fix   - Published and Updated class for Google Structured Data.
* Fix   - Featured Posts widget image margin when used with Elementor.
* Fix   - Featured image alignment on featured posts widget for RTL support.
* Tweak - CSS change for Elementor Block Elements.
* Tweak - Update `screen-reader-text` CSS.
* Tweak - Added `skip-link` to content area.
* Tweak - Autofocus on search field for click on search icon toggle button in menu.
* Tweak - Remove display of `Comments Off` message, if comment is off within featured posts widget.

= Version 1.4.1 - 2019-07-12 =
* Remove - Removed dashboard message to align with the theme review guidelines

= Version 1.4.0 - 2019-07-11 =
* Tweak - Added `wp_body_open` function to support WordPress 5.2 `wp_body_open` hook.
* Tweak - Added message to make user aware while installing and activating the ThemeGrill demo importer plugin.

= Version 1.3.9 - 2019-05-21 =
* Update - FitVids to 1.2.0
* Tweak  - Add review notice message.

= Version 1.3.8 - 2019-03-26 =
* Fix - Upload Theme button not working

= Version 1.3.7 - 2019-03-19 =
* Tweak  - Remove import button from site library for pro themes.
* Update - BxSlider to 4.2.15

= Version 1.3.6 - 2019-03-01 =
* Tweak - Added site library and demo import process in About ColorMag page.
* Tweak - Modify pingback url autodiscovery for single posts, pages, or attachments.
* Tweak - separate customize control class via different file.

= Version 1.3.5 - 2019-01-16 =
* Update - StickyJS library to 1.0.4
* Update - Magnific Popup library to 1.1.0

= Version 1.3.4 - 2018-12-07 =
* Recommend - Zakra Gutenberg ready theme
* Fix       - Gallery padding for Gutenberg
* Tweak     - Utilize single custom JS file for required theme JS settings.

= Version 1.3.3 - 2018-11-19 =
* Added - Gutenberg compatibility

= Version 1.3.2 - 2018-10-04 =
* Remove - Backward compatible for favicon
* Remove - Backward compatible for header logo

= Version 1.3.1 - 2018-08-31 =
* Update - Upsell link

= Version 1.3.0 - 2018-08-29 =
* Fix - Menu toggle tag
* Fix - Image upload issue in advertisement widgets for customizer option

= Version 1.2.9 - 2018-05-24 =
* Feature - Added option to display social link in header, footer or both header and footer location

= Version 1.2.8 - 2018-05-09 =
* Feature - Added featured image disable option for single post page
* Feature - Added featured image display option for single page

= Version 1.2.7 - 2018-4-20 =
* Tweaks - Remove translations from social icons display

= Version 1.2.6 - 2018-03-20 =
* Fix - Slider anchors unclickable in Firefox browsers versioned 59+.

= Version 1.2.5 - 2018-03-15 =
* Fix - Flex issue on safari

= Version 1.2.4 - 2018-02-27 =
* Fix    - Header layout ( Main Header Area Display ) design issue
* Fix    - Touchscreen submenu double click issue in small devices
* Tweaks - Introduce customizer live preview and selective refresh feature.

= Version 1.2.3 - 2017-12-12 =
* Added   - Scrollbar for fixed better responsive menu if overflow.
* Tweaks  - Touch screen accessible submenu
* Feature - Added Elementor plugin support
* Feature - Added Block widgets for use within Elementor plugin
* Feature - Added Grid widgets for use within Elementor plugin

= Version 1.2.2 - 2017-10-16 =
* Feature - Added header variation options
* Feature - Added footer variation options

= Version 1.2.1 - 2017-08-31 =
* Tweaks  - Updated BxSlider to version 4.2.12
* Tweaks  - WooCommerce sidebar layout now utilizes the same sidebar area provided via the theme by default
* Tweaks  - Image alt text added to the advertisement widgets provided via this theme
* Tweaks  - Introduce selective refresh for site title and description
* Feature - Added theme starter content introduced in WordPress 4.7

= Version 1.2.0 - 2017-04-27 =
* Feature - Added option to display the date in header set via WordPress date setting
* Tweaks  - Add theme support for WooCommerce 3.0's new gallery feature
* Tweaks  - Updated FontAwesome icons to version 4.7.0
* Fix     - Search results page design

= Version 1.1.9 - 2017-03-03 =
* Tweaks - Updated BxSlider to version 4.2.10
* Tweaks - Add support for customize selective refresh widgets
* Tweaks - Add TGMPA to recommend ThemeGrill Demo Importer plugin

= Version 1.1.8 - 2017-01-16 =
* Feature - Added new responsive menu design.
* Added   - RTL Language support.
* Added   - Support for Video Headers introduced in WordPress 4.7.

= Version 1.1.7 - 2016-12-09 =
* Feature - Migrated the Custom Logo from theme options to the Site Logo in Site Identity section

= Version 1.1.6 - 2016-12-08 =
* Feature - Added the Custom Site Logo feature introduced in WordPress 4.5
* Feature - Added support for Site Icon introduced in WordPress 4.3
* Feature - Added compatibility for ThemeGrill Demo Importer plugin
* Feature - Migrated the Custom CSS code added in theme settings to Additional CSS section introduced in WordPress 4.7

= Version 1.1.5 - 2016-09-02 =
* Tweaks - Removed Portugese (Brazil) language file as 100% translation now available at wordpress.org
* Tweaks - Removed Russian language file as 100% translation now available at wordpress.org
* Tweaks - Enhancement for the media uploader scripts used in widgets.

= Version 1.1.4 =
* Tweaks - Updated theme tags as per new introduced tags.
* Tweaks - Introduced welcome page for theme.

= Version 1.1.3 =
* Theme information is properly organized in Customize panel.
* Theme is now compatible with WooCommerce.

= Version 1.1.2 =
* Updated FontAwesome icons to version 4.5.0
* Content width is now adjusted according to the layout chooded.

= Version 1.1.1 =
* Language POT file updated
* SEO optimization

= Version 1.1 =
* Added rel="nofollow" on the Advertisement widgets.
* Updated FontAwesome icons to the latest version 4.4.0
* Updated HTML5Shiv script to the latest version 3.7.3

= Version 1.0.9 =
* Minor CSS Bug Fix
* Russian language file added. Thanks to Mr. Ardizan Натяжные потолки for providing the language files.
* Spanish language file added. Thanks to Mr. Anel Pérez Pérez & Melchor Sánchez for providing the language files.

= Version 1.0.8 =
* WordPress default gallery alignment issue fixed. Also, responsiveness adjustment done for WordPress default gallery.

= Version 1.0.7 =
* Removed deprecated function for WP_Widget class and used the __construct() instead as per WordPress 4.3
* Date translation issue fixed.

= Version 1.0.6 =
* Norwegian language file added. Thanks to Mr. Clay Kristoffer Gressli for providing the language files.

= Version 1.0.5 =
* Brazilian Portuguese language file added. Thanks to Mr. Clay Zeballos for providing the language files.
* TG: Featured Posts widget title changed to TG: Featured Posts(Style 1)
 and TG: Featured Posts Vertical widget title to TG: Featured Posts(Style 2)
* Added the update class for Google Structured Data.
* Added HTML5 Markup theme support

= Version 1.0.4 =
* Fixed reset query for breaking news and random post
* Default layout set as Right Sidebar for the front page
* Updated Stickyjs to v1.0.2
* Few styling and other adjustments

= Version 1.0.3 =
* Removed TG: Videos widget
* Styling adjustment for search results page
* Responsive styling adjustment for posts in archive page and search page
* Option to hide Blog Posts/static Page from front page added
* Pot file updated.
* Screenshot changed.

= Version 1.0.2 =
* Added the prefix for the hook in the header.php
* Enqueued the script used in post-format.php

= Version 1.0.1 =
* Responsiveness added.
* All refinements and adjustments.

= Version 1.0 =
* All brand new.
PK�
�[��,pN�N�	style.cssnu�[���@charset "UTF-8";
/*
Theme Name: ColorMag
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: ColorMag is always the best choice when it comes to magazine, news, and blog WordPress themes. You can create elegant and modern websites for news portals, online magazines, and publishing sites. With ColorMag’s 8 and counting free starter demos for health, food, entertainment, sports, and fashion industries, building a magazine style website is super easy. Best of all, the ColorMag WordPress theme offers multiple ad spaces in its layout. So, you can monetize your website by displaying ads in these slots without any fuss. And if you plan to sell products and services online, you can rely on the theme’s compatibility with WooCommerce. Some of its key features are:  >> SEO Optimized >> Translation & RTL Ready >> Cross-browser Compatible >> Custom Widgets >> Responsive Design >> Sticky Menu. So, download the free ColorMag theme and create professional magazine websites quickly. You can get free support for ColorMag at https://themegrill.com/contact/ and check our demos at https://themegrilldemos.com/colormag/
Version: 3.1.10
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Import Fonts.
--------------------------------------------- */
/* Fonts.
--------------------------------------------- */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format("woff");
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid #e4e4e7;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

embed, iframe, object {
	max-width: 100%;
}

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

:root :where(a:where(:not(.wp-element-button))) {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.cm-header-1 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
}

@media screen and (min-width: 48em) {
	.cm-header-1 .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
		gap: 20px;
	}
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: #3f3f46;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: 1.8;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	overflow: auto;
	max-width: 100%;
	width: 798px;
	margin-bottom: 20px;
	padding: 30px 30px 84px 30px;
	background-color: #fafafa;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #d4d4d8;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 16px;
}

ins {
	background: #f4f4f5;
}

hr,
.wp-block-separator {
	background-color: #e4e4e7;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

dl {
	font-size: 1.6rem;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
}

dd {
	margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #27272a;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 3.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

/* Elements
--------------------------------------------- */
/**
 * Body.
 */
body {
	background-color: #e4e4e7;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}

body.clickable-background-image {
	position: relative;
}

body.clickable-background-image .background-image-clickable {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

body.clickable-background-image .site {
	position: relative;
	z-index: 99;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #207daf;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
.cm-button:hover {
	color: #207daf;
	background-color: transparent;
}

/**
 * Columns.
 */
.cm-column-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

/* 4 Columns. */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}

.tg-one-fourth-last {
	margin: 0;
}

@media screen and (min-width: 48em) {
	.cm-column-half {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #a1a1aa;
}

/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus {
	border: 1px solid #e4e4e7;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e4e4e7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #FCFCFC;
	border-radius: 4px;
}

input.s {
	position: relative;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 4px 0 0 4px;
	line-height: 1.6;
}

input.s:focus {
	padding-left: 10px;
	border-color: #e4e4e7;
	text-indent: 0;
}

textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;
}

textarea:focus {
	border: 1px solid #e4e4e7;
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: #207daf;
	border: 0;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	color: #fff;
}

.colormag-button:hover {
	background-color: #33363b;
}

#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}

select {
	border: 1px solid #e4e4e7;
	padding: 8px 16px;
}

/**
 * Links.
 */
a {
	color: #207daf;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/**
 * List.
 */
ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ul.default-wp-page {
	list-style: none;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;
}

li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.cm-entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

a img {
	border: 0;
}

img#wpstats {
	display: none;
}

.cm-entry-summary img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

#cm-footer .wp-caption {
	border: 1px solid #444444;
}

.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.wp-caption-text {
	text-align: center;
}

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

table thead {
	background-color: #F4F8FB;
}

table th {
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
}

table td {
	padding: 6px 12px;
	border-bottom: 1px solid #27272a;
}

/* SVG icons */
.cm-icon {
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	fill: #71717a;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top bar.
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.social-links {
		margin-top: 0;
	}
}

.breaking-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fafafa;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}

.breaking-news-main .breaking-news {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.breaking-news div {
	display: inline-block;
	word-wrap: break-word;
}

.breaking-news li {
	line-height: 20px;
}

.breaking-news-latest {
	position: relative;
	color: #555555;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-left: 4px;
	height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
	.breaking-news {
		margin-top: 0;
	}
}

.date-in-header {
	color: #3f3f46;
	text-align: center;
}

.top-bar-menu {
	text-align: center;
}

.top-bar-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.top-bar-menu li:first-child {
	margin-left: 0;
}

.top-bar-menu a {
	display: block;
}

/* Social icons.
--------------------------------------------- */
/* Social Icons.
--------------------------------------------- */
.fa {
	font-size: 1.6rem;
	color: #71717a;
}

.social-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.social-links ul li:hover > a {
	background-color: transparent;
}

.social-links ul a {
	text-decoration: none;
}

.social-links ul a:hover {
	text-decoration: none;
}

.social-links li {
	margin-left: 16px;
	border-top: 0;
}

.social-links li:first-child {
	margin-left: 0;
}

.social-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-links .fa {
	text-align: center;
	-webkit-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	font-size: 18px;
}

.social-links .fa:hover {
	color: #207daf;
}

.social-links .fa-twitter {
	color: #1bb2e9;
}

.social-links .fa-facebook {
	color: #3b5a9b;
}

.social-links .fa-youtube {
	color: #ed3f41;
}

.social-links .fa-vimeo-square {
	color: #44bbff;
}

.social-links .fa-skype {
	color: #009cef;
}

.social-links .fa-linkedin {
	color: #007bb6;
}

.social-links .fa-google-plus {
	color: #dc4937;
}

.social-links .fa-github {
	color: #4183c4;
}

.social-links .fa-flickr {
	color: #0062dd;
}

.social-links .fa-dribbble {
	color: #e24d87;
}

.social-links .fa-instagram {
	color: #3f729b;
}

.social-links .fa-pinterest {
	color: #d5282e;
}

.social-links .fa-stumbleupon {
	color: #ec4823;
}

.social-links .fa-tumblr {
	color: #455469;
}

.social-links .fa-wordpress {
	color: #21759b;
}

.social-links .fa-codepen {
	color: #cccccc;
}

.social-links .fa-digg {
	color: #14589e;
}

.social-links .fa-reddit {
	color: #ff4500;
}

.social-links .fa-xing {
	color: #026466;
}

.social-links .fa-vk {
	color: #45668e;
}

.social-links .fa-weibo {
	color: #e6162d;
}

.social-links .fa-leanpub {
	color: #000;
}

.social-links .fa-renren {
	color: #237bc2;
}

.social-links .fa-rss {
	color: #f26522;
}

.social-links .fa-soundcloud {
	color: #ff3a00;
}

.social-links .fa-vine {
	color: #00bf8f;
}

.social-links .fa-delicious {
	color: #2a96ff;
}

.cm-header-actions .social-links a {
	padding: 0;
}

.cm-header-actions .social-links li {
	margin-left: 0;
	padding: 12px;
}

.cm-header-actions .social-links ul li {
	display: inline-block;
	background: transparent;
}

.cm-header-actions .social-links ul li a:hover {
	background-color: transparent;
}

/* Header actions.
--------------------------------------------- */
/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.cm-top-search {
	position: initial;
}

.cm-top-search:has(.show) .fa.search-top::before {
	content: '✖';
}

.fa.search-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 2.4rem;
	cursor: pointer;
}

.fa.search-top:hover {
	background-color: #207daf;
}

.search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}

.search-wrap button {
	padding: 14px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	border-radius: 0 4px 4px 0;
	line-height: 0.8;
}

.search-form-top {
	position: absolute;
	right: 0;
	z-index: 9999;
	border: 1px solid #f4f4f5;
	display: none;
	padding: 24px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-form-top.show {
	display: block;
	width: 100%;
}

.search-form-top.show::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -10px;
	right: 54px;
}

.search-form-top :focus-visible {
	outline: none;
}

.search-form-top input.s {
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #e4e4e7;
	border-radius: 4px 0 0 4px;
}

.search-form-top .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cm-random-post .fa-random {
	color: #fff;
	font-size: 2.4rem;
	vertical-align: middle;
}

.cm-primary-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 8px;
	border-bottom: medium none;
}

.cm-primary-nav .cm-random-post a:hover {
	background-color: #207daf;
}

.cm-primary-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

@media screen and (min-width: 48em) {
	.cm-header-actions {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	.search-form-top.show {
		width: 570px;
	}
	.search-form-top.show::before {
		right: 10px;
	}
	.cm-top-search {
		position: relative;
	}
}

/* Header media.
--------------------------------------------- */
/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button::before {
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause::before {
	content: "\f04c";
}

/* Page header.
--------------------------------------------- */
.cm-page-header .cm-page-title {
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: 1.8rem;
	border-bottom: 2px solid #207daf;
}

.cm-page-header span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-page-header .vcard {
	padding: 0;
}

.breadcrumb-wrap {
	color: #888888;
	font-size: 1.6rem;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.breadcrumb-wrap .inner-wrap > span {
	margin: 0 2px;
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb-trail ul li a, .breadcrumb-trail ul li:last-child {
	margin: 0 2px;
}

.breadcrumb-trail ul li::after {
	content: " > ";
	white-space: pre;
	font-family: FontAwesome;
}

.breadcrumb-trail ul li:last-child::after {
	content: none;
}

/* Navigation.
--------------------------------------------- */
.cm-primary-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-primary-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	cursor: pointer;
}

.cm-primary-nav .cm-submenu-toggle .cm-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}

/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.default-wp-page .previous,
.default-wp-page .next {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default-wp-page .next {
	text-align: right;
}

.wp-block-query-pagination-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

.previous a,
.next a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #3f3f46;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 600;
}

.previous a:hover,
.next a:hover {
	color: #207daf;
	text-decoration: underline;
}

.previous svg,
.next svg {
	fill: #27272a;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #207daf;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.link-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: 16px 0;
}

.link-pagination .post-page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	padding: 8px;
	background-color: #fff;
	color: #3f3f46;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
}

.link-pagination .post-page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: #207daf;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide-prev .cm-icon,
.slide-next .cm-icon {
	fill: #fff;
}

.slide-prev {
	margin-left: 20px;
}

.slide-next {
	right: 0;
	margin-right: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.thumbnail-pagination li {
		width: 100%;
		display: block;
		min-height: 70px;
	}
	.thumbnail-pagination li.previous {
		margin-bottom: 20px;
	}
	.thumbnail-pagination a {
		font-size: 15px;
	}
}

@media screen and (min-width: 48em) {
	.default-wp-page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Primary Menu.
--------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.cm-primary-nav {
	width: 100%;
	text-align: center;
}

.cm-primary-nav .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-primary-nav li {
	position: relative;
	font-family: "Open Sans", serif;
	font-weight: 300;
	padding: 10px 16px;
}

.cm-primary-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
}

.cm-primary-nav li.default-menu {
	display: none;
}

.cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-primary-nav .cm-home-icon a:hover {
	background-color: #207daf;
}

.cm-primary-nav a:hover {
	color: #fff;
}

.cm-primary-nav ul {
	display: none;
}

.cm-primary-nav ul li.current-menu-item, .cm-primary-nav ul li.current_page_ancestor, .cm-primary-nav ul li.current-menu-ancestor, .cm-primary-nav ul li.current_page_item, .cm-primary-nav ul li:hover, .cm-primary-nav ul li.focus {
	background-color: #207daf;
}

.cm-primary-nav .sub-menu,
.cm-primary-nav .children {
	background-color: #232323;
}

.cm-primary-nav ul li ul,
.cm-primary-nav ul li:hover ul ul,
.cm-primary-nav ul li.focus ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li.focus > ul {
	display: block;
}

.cm-primary-nav ul ul li:hover ul ul,
.cm-primary-nav ul ul li.focus ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li:hover > ul,
.cm-primary-nav ul li.focus > ul {
	left: 0;
}

.cm-primary-nav ul ul li:hover > ul,
.cm-primary-nav ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul li.focus > ul,
.cm-primary-nav ul ul ul ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul li ul {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 200px;
	top: 100%;
}

.cm-primary-nav ul li ul li {
	float: none;
}

.cm-primary-nav ul li ul li a {
	border-top: none;
	float: none;
	font-size: 14px;
	height: 100%;
	color: #fff;
	display: block;
	text-align: left;
	text-transform: none;
	word-break: break-word;
}

.cm-primary-nav ul li ul li:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li.current-menu-item ul li a:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li ul li ul {
	left: 200px;
	top: 0;
}

.cm-primary-nav select {
	display: none;
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid #207daf;
}

#cm-primary-nav .cm-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cm-home-icon.front_page_on {
	background-color: #207daf;
}

.cm-home-icon svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.sticky-wrapper.is-sticky .cm-primary-nav .cm-home-icon a,
.sticky-wrapper .cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.cm-menu-primary-container .sub-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	right: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: #fff;
	cursor: pointer;
	line-height: 21px;
}

.cm-sub-toggle .fa {
	color: #fff;
}

.menu-logo a {
	padding: 0;
}

.menu-logo a:hover {
	background-color: unset;
}

.menu-logo img {
	width: auto;
	margin-bottom: 0;
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header .cm-menu-toggle[aria-expanded="true"] .cm-icon--bars {
	display: none;
}

.cm-header .cm-menu-toggle[aria-expanded="false"] .cm-icon--x-mark {
	display: none;
}

.cm-header .cm-menu-toggle {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: "Open Sans", serif;
	padding-bottom: 0;
	line-height: 1.2;
	width: 48px;
	height: 48px;
}

.cm-header .cm-menu-toggle:hover {
	color: #fff;
}

.cm-header .cm-menu-toggle svg {
	width: 48px;
	height: 48px;
	fill: #fff;
	padding: 8px;
}

.cm-header .cm-menu-toggle svg:hover {
	color: #fff;
}

.cm-header .cm-mobile-nav ul.menu-scrollbar {
	overflow-y: scroll;
	width: 100%;
}

.cm-header .cm-mobile-nav li:hover, .cm-header .cm-mobile-nav li.current-page-ancestor, .cm-header .cm-mobile-nav li.current-menu-ancestor, .cm-header .cm-mobile-nav li.current-page-item, .cm-header .cm-mobile-nav li.current-menu-item {
	color: #fff;
	background-color: #207daf;
}

.cm-header .cm-mobile-nav li:hover > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-item > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-item > .cm-sub-toggle i {
	color: #fff;
}

.cm-mobile-nav .menu-logo a {
	padding: 0;
}

.cm-mobile-nav .menu {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container {
	width: 100%;
	position: absolute;
	top: 100%;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container > ul,
.cm-mobile-nav .menu > ul {
	width: 100%;
}

.cm-mobile-nav ul {
	margin: 0;
	list-style: none;
}

.cm-mobile-nav a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.cm-mobile-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	height: 48px;
	line-height: 1.8;
}

.cm-mobile-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.cm-mobile-nav li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #27272A;
	border-top: 1px solid #3F3F46;
}

.cm-mobile-nav li a:hover {
	background-color: #207daf;
	color: #fff;
}

.cm-mobile-nav .sub-menu {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cm-mobile-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.cm-mobile-nav .cm-submenu-toggle svg {
	fill: #fff;
}

.cm-mobile-nav ul ul a {
	padding-left: 45px;
	text-transform: none;
}

.cm-mobile-nav ul ul ul a {
	padding-left: 90px;
}

.cm-mobile-nav .current_page_item > a, .cm-mobile-nav .current-menu-item {
	background: #207daf;
	color: #fff;
}

.cm-mobile-nav .cm-home-icon a {
	padding: 8px;
}

.default-wp-page.thumbnail-background-pagination {
	overflow: hidden;
}

.default-wp-page.thumbnail-background-pagination img {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

.default-wp-page.thumbnail-background-pagination li {
	width: 50%;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	padding: 0;
	position: relative;
}

.default-wp-page.thumbnail-background-pagination a {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.default-wp-page.thumbnail-background-pagination a .meta-nav {
	display: block;
	font-size: 14px;
}

.default-wp-page.thumbnail-background-pagination a:hover {
	text-decoration: none;
}

.default-wp-page.thumbnail-background-pagination .previous {
	width: calc(50% - 15px);
	margin-right: 15px;
}

.default-wp-page.thumbnail-background-pagination .next {
	width: calc(50% - 15px);
	margin-left: 15px;
	text-align: right;
}

.default-wp-page.thumbnail-background-pagination .next:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.default-wp-page.thumbnail-background-pagination .previous:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li:hover > a {
	background-color: #ebebec;
}

.page-numbers li:first-child {
	margin-left: 0;
}

.page-numbers li:last-child {
	margin-right: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.page-numbers li .fa {
	color: #3f3f46;
}

.page-numbers .current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/
.tg-autoload-posts .related-posts {
	margin-bottom: 25px;
}

.tg-autoload-posts .tg-post + .tg-post {
	margin-top: 15px;
	padding-top: 60px;
	border-top: 1px solid #f8f8f8;
}

.tg-autoload-posts #comments.comments-area {
	border-top: 1px solid transparent;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.cm-primary-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}
	.cm-menu-primary-container .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-sub-toggle {
		display: none;
	}
}

/* Comments.
--------------------------------------------- */
/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: 16px;
}

.bypostauthor {
	display: block;
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: 60px;
}

.comments-area .comments-title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.comments-area .comment-metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-left: 60px;
}

.comments-area #comment:focus-visible {
	outline: none;
}

.comments-area .avatar {
	height: 40px;
	width: 40px;
	margin-right: 16px;
	margin-bottom: 0;
	border: 1px solid rgba(17, 17, 17, 0.15);
}

.comments-area .fn a {
	color: #27272a;
	font-size: 20px;
	font-weight: 500;
}

.comments-area .comment-content {
	margin-top: 16px;
	margin-left: 60px;
}

.comments-area .comment-content p {
	line-height: 1.8;
	margin-bottom: 12px;
}

.comments-area .comment-content a {
	word-wrap: break-word;
}

.comments-area .comment-date-time,
.comments-area .comment-permalink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	color: #71717a;
}

.comments-area .comment-permalink:hover {
	color: #207daf;
}

.comments-area .comment-reply-link {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 600;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment a:hover {
	text-decoration: underline;
}

.comment-list {
	margin-bottom: 24px;
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	font-size: 1.2rem;
}

.comment-awaiting-moderation {
	margin-top: 16px;
	margin-left: 60px;
}

/* Comments Form.
--------------------------------------------- */
.comment-respond .comment-reply-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 2.4rem;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
	font-weight: normal;
	font-size: 1.6rem;
}

.comment-respond .logged-in-as,
.comment-respond .comment-notes {
	margin-bottom: 32px;
	font-size: 1.6rem;
}

.comment-respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 6px;
}

.comment-respond form .comment-form-cookies-consent label {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 32px;
}

.comment-respond form input[type="text"],
.comment-respond form textarea,
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
	margin-bottom: 14px;
}

.comment-respond form p.form-allowed-tags {
	display: none;
	font-size: 1.6rem;
	line-height: 1;
	color: #5e5e5e;
}

.comment-respond label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #52525b;
	margin-bottom: 8px;
	line-height: 1.8;
}

.comment-respond p {
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Entry.
--------------------------------------------- */
.cm-entry-button {
	display: inline-block;
}

.cm-entry-button span {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.8;
	background-color: #207daf;
	border-radius: 2px;
}

.cm-entry-button span:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.cm-entry-footer .cm-edit-link {
	margin-top: 24px;
	line-height: 1;
}

.cm-entry-title {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
}

.cm-entry-title a {
	color: #27272a;
}

.cm-entry-title a:hover {
	color: #207daf;
	text-decoration: underline;
}

.cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.cm-below-entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.cm-below-entry-meta .cm-post-date a,
.cm-below-entry-meta .cm-comments-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.cm-below-entry-meta a:hover,
.cm-entry-header-meta a:hover {
	text-decoration: underline;
}

.cm-author,
.cm-post-views,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 1.2rem;
}

.cm-post-date a,
.cm-author a,
.cm-tag-links a,
.cm-edit-link a,
.cm-comments-link a {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-tag-links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-total-views {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-entry-summary {
	margin-top: 12px;
}

.cm-entry-summary p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
}

.cm-entry-summary p:last-child {
	margin-bottom: 0;
}

.cm-featured-image {
	text-align: center;
}

.cm-featured-image a {
	display: block;
	position: relative;
}

/* Widgets.
--------------------------------------------- */
/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 .cm-advertisement-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.advertisement_below_post_title {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;
}

.cm-header-col-2 .advertisement_728x90 img {
	padding: 0;
}

.advertisement_728x90 {
	display: block;
}

.advertisement_728x90 img {
	width: calc(100% - 50px);
	display: block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 26px;
	margin-left: auto;
	margin-right: auto;
}

/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: 30px;
}

.call-to-action {
	padding: 30px;
	background-color: #207daf;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);
}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: left;
}

.call-to-action--right {
	text-align: right;
}

.call-to-action-border::before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
}

.call-to-action-border::after {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
	top: 34px;
	left: 34px;
	right: 34px;
	bottom: 34px;
}

.call-to-action__title {
	margin-bottom: 10px;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: 40px;
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Category Slider Widget.
--------------------------------------------- */
.rtl .cm-slider {
	direction: rtl;
}

.cm-featured-category-slider-widget {
	margin-bottom: 30px;
}

.cm-slider-area .cm-featured-category-slider-widget {
	margin-bottom: 0;
}

.top-full-width-sidebar .cm-featured-category-slider-widget {
	margin-bottom: 10px;
}

.tg-full-width.inner-wrap {
	max-width: 100%;
	padding: 0 15px;
}

.tg-full-width .home .cm-content {
	padding-top: 0;
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-92%);
	transform: translateY(-92%);
	background-color: #207daf;
	border-radius: 2px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cm-category-slide-prev .cm-icon,
.cm-category-slide-next .cm-icon {
	fill: #fff;
}

.cm-category-slide-prev {
	right: 0;
	margin-right: 60px;
}

.cm-category-slide-next {
	right: 0;
	margin-right: 24px;
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}

/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider {
	position: relative;
}

.cm-featured-category-slider .cm-single-slide {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.cm-featured-category-slider img {
	width: 100%;
	margin-bottom: 0;
}

.cm-featured-category-slider .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-featured-category-slider .single-post .bx-controls-direction {
	display: none;
}

.cm-featured-category-slider .cm-slide-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: left;
	padding: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-category-slider .cm-slide-content .cm-entry-header-meta .cm-post-categories a {
	background-color: #207daf;
}

.cm-featured-category-slider .cm-entry-title {
	color: #fff;
	font-size: 1.6rem;
}

.cm-featured-category-slider .cm-entry-title a {
	color: inherit;
}

.cm-featured-category-slider .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

.cm-featured-category-slider .cm-post-date svg,
.cm-featured-category-slider .cm-author svg,
.cm-featured-category-slider .cm-comments-link svg {
	fill: #fff;
}

.cm-featured-category-slider .cm-post-date a,
.cm-featured-category-slider .cm-author a,
.cm-featured-category-slider .cm-reading-time,
.cm-featured-category-slider .cm-reading-time::before,
.cm-featured-category-slider .human-diff-time-display {
	color: #fff;
}

.cm-featured-category-slider .cm-comments-link a,
.cm-featured-category-slider .cm-comments-link span {
	color: #fff;
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-category-slider .cm-entry-title {
		font-size: 2.4rem;
	}
	.cm-featured-category-slider .cm-slide-content {
		padding: 24px;
	}
}

/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 p {
	display: inline-block;
	width: 100%;
}

.cm-featured-posts--style-1 .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-1 .cm-first-post .cm-entry-title {
	margin-bottom: 12px;
}

.cm-featured-posts--style-1 .cm-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-1 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts.cm-featured-posts--style-1 {
		gap: 20px;
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-bottom: 0;
	}
}

/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2.cm-featured-posts .cm-first-post,
.cm-featured-posts--style-2.cm-featured-posts .cm-posts {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-2 .cm-posts .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-2 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts .cm-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.cm-highlighted-posts a {
	display: block;
}

.cm-highlighted-posts .cm-post {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.cm-highlighted-posts img {
	width: 100%;
}

.cm-highlighted-posts .cm-post-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	grid-template-rows: repeat(1, 1fr);
	padding: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-highlighted-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-highlighted-posts .cm-author,
.cm-highlighted-posts .cm-comments-link,
.cm-highlighted-posts .cm-entry-header-meta {
	display: none;
}

.cm-highlighted-posts .cm-post-date svg,
.cm-highlighted-posts .cm-author svg,
.cm-highlighted-posts .cm-comments-link svg {
	fill: #fff;
}

.cm-highlighted-posts .cm-post-date a,
.cm-highlighted-posts .cm-author a,
.cm-highlighted-posts .cm-reading-time,
.cm-highlighted-posts .cm-reading-time::before,
.cm-highlighted-posts .human-diff-time-display {
	color: #fff;
}

.cm-highlighted-posts .cm-entry-title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
}

.cm-highlighted-posts .cm-entry-title a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cm-highlighted-posts .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

@media screen and (min-width: 48em) {
	.cm-highlighted-posts .cm-posts {
		grid-template-columns: 1fr 1fr;
	}
}

/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-random-post-widget .cm-post a {
	position: relative;
}

.cm-random-post-widget .cm-random-post {
	width: 100%;
}

.cm-random-post-widget .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-random-post-widget .cm-post-content .cm-entry-title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.cm-random-post-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-random-post-widget .cm-author {
	display: none;
}

.cm-random-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.cm-random-posts img {
	border-radius: 4px;
}

/* Widget Search.
	--------------------------------------------- */
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	border: 0;
	margin-left: 0;
	border-radius: 0 4px 4px 0;
}

.wp-block-search .wp-block-search__input {
	position: relative;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 4px 0 0 4px;
	line-height: 1.6;
}

.wp-block-search .wp-block-search__input:focus-visible {
	outline: none;
}

.wp-block-search .wp-element-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	padding: 0;
	color: transparent;
}

.wp-block-search .wp-element-button::before {
	position: absolute;
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-search .wp-element-button:hover {
	background-color: #207daf;
	color: transparent;
}

/* Widget Title.
--------------------------------------------- */
.widget:last-child {
	margin-bottom: 0;
}

.widget .wp-block-heading {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.widget .block-title {
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #207daf;
}

.widget select {
	border: 1px solid #dddddd;
	color: #777777;
	padding: 2px;
	width: 60%;
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cm-featured-posts .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	font-size: 18px;
}

.cm-featured-posts .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #207daf;
}

.cm-featured-posts .cm-posts .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-posts .cm-author {
	display: none;
}

.cm-featured-posts .cm-post {
	overflow: hidden;
}

.cm-featured-posts .cm-entry-title {
	font-size: 14px;
}

.cm-featured-posts .cm-entry-title a {
	display: block;
	color: inherit;
	text-shadow: none;
	word-wrap: break-word;
	line-height: 1.5;
}

.cm-featured-posts .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts .cm-entry-header-meta {
	display: none;
}

.cm-featured-posts .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 12px 16px;
}

.cm-featured-posts img {
	width: 100%;
}

.cm-featured-posts .cm-first-post {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
}

.cm-featured-posts .cm-first-post figure {
	position: relative;
}

.cm-featured-posts .cm-first-post .cm-post-content {
	padding: 18px;
}

.cm-featured-posts .cm-first-post .cm-entry-title {
	font-size: 24px;
}

.cm-featured-posts .cm-first-post .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 12px;
}

.cm-featured-posts .cm-breaking-news .cm-post {
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-featured-posts .cm-entry-summary p {
	margin-bottom: 0;
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area .cm-widget-title,
.cm-beside-slider-widget .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.cm-slider-area .cm-widget-title span,
.cm-beside-slider-widget .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-view-all-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
}

.cm-primary .cm-view-all-link span {
	background: transparent;
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: #207daf;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: #fff;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary .widget ul li li,
.cm-footer .widget ul li li,
#cm-tertiary .widget ul li li {
	border-bottom: none;
}

.cm-secondary .widget ul ul,
.cm-footer .widget ul ul,
#cm-tertiary .widget ul ul {
	padding-left: 10px;
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;
}

.cm-secondary .cm-widget-title,
#cm-tertiary .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	margin-bottom: 15px;
}

.cm-secondary .cm-widget-title span,
#cm-tertiary .cm-widget-title span {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.cm-secondary .cm-widget-title span .rsswidget,
#cm-tertiary .cm-widget-title span .rsswidget {
	color: #fff;
}

.cm-secondary .cm-widget-title span .rsswidget img,
#cm-tertiary .cm-widget-title span .rsswidget img {
	margin-top: 5px;
	margin-bottom: 0;
}

.cm-secondary .cm-widget-title span .rsswidget:hover,
#cm-tertiary .cm-widget-title span .rsswidget:hover {
	text-decoration: none;
}

.cm-secondary a:hover,
#cm-tertiary a:hover {
	text-decoration: underline;
}

.cm-secondary .widget,
#cm-tertiary .widget {
	margin-bottom: 32px;
	font-size: 1.4rem;
}

.cm-secondary .widget p,
#cm-tertiary .widget p {
	font-size: 1.4rem;
}

.cm-secondary .widget ul li,
#cm-tertiary .widget ul li {
	line-height: 1.5;
	padding: 6px 0;
	list-style: none;
}

.cm-secondary .widget li,
#cm-tertiary .widget li {
	line-height: 1.8;
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: #fff;
}

#style6_pager_colormag_slider_news_widget-9 img:hover .play-button-wrapper {
	background-color: #207DAF;
}

.widget .play-button-wrapper,
.cm-featured-image .play-button-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(35, 35, 35, 0.75);
	width: 42px;
	height: 26px;
	border-radius: 3px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.widget .play-button-wrapper .fa,
.cm-featured-image .play-button-wrapper .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

@media screen and (min-width: 48em) {
	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}
	.cm-featured-posts--style-4 .cm-post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 62em) {
	.cm-front-page-top-section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.cm-slider-area {
		width: 55.26315789%;
	}
	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header.
--------------------------------------------- */
/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: #fff;
}

.cm-top-bar {
	background-color: #f4f4f5;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;
}

.cm-top-bar .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.cm-top-bar .tg-full-width {
	max-width: 100%;
	padding: 0 15px;
}

.cm-top-bar__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 48em) {
	.cm-top-bar__1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cm-top-bar__2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 16px;
	}
	.cm-top-bar .cm-row {
		gap: 15px;
	}
}

@media screen and (min-width: 62em) {
	.cm-top-bar {
		padding: 8px;
	}
	.cm-top-bar .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header.
--------------------------------------------- */
.cm-header {
	background-color: #fff;
}

.cm-site-branding img {
	width: auto;
	margin-bottom: 0;
}

.cm-site-branding a {
	display: block;
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;
}

.cm-site-title a {
	color: #207daf;
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: #52525b;
	margin: 4px 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #e4e4e7;
	width: 100%;
}

.cm-header-col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.cm-header-col-2 .widget {
	text-align: right;
	color: #3f3f46;
}

.cm-header-col-2 .widget .cm-widget-title {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 4px;
}

.cm-header-col-2 .wp-block-image {
	margin: 0;
}

.cm-header-col-2 img {
	margin-bottom: 0;
}

.cm-header-2 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* For header display type one */
.header_display_type_one .cm-header-1 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header_display_type_one .cm-header-col-2 .widget {
	text-align: left;
}

/* For header display type two */
.header_display_type_two .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header_display_type_two .cm-header-col-1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_display_type_two .cm-site-branding {
	padding-right: 0;
}

.header_display_type_two #cm-site-info {
	padding-right: 0;
}

.header_display_type_two .cm-header-col-2 .widget {
	color: #3f3f46;
	text-align: center;
}

.cm-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.cm-contained .cm-header-2 #cm-primary-nav {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

.cm-contained .cm-header-2 .cm-row {
	background-color: #212529;
	border-top: 4px solid #289dcc;
}

@media screen and (min-width: 48em) {
	.cm-menu-toggle {
		display: none;
	}
}

/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-2 .cm-header-2 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
}

.cm-layout-2 .cm-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-row .cm-header-col-2 {
	display: none;
}

.cm-layout-2 .cm-row .cm-header-col-1 {
	display: unset;
	float: none;
	text-align: center;
}

.cm-layout-2 .cm-top-bar .cm-row {
	padding: 0;
}

.cm-layout-2 #cm-primary-nav {
	background-color: transparent;
}

.cm-layout-2 #cm-primary-nav.headroom--pinned {
	background: inherit;
}

.cm-layout-2 #cm-primary-nav .cm-row {
	background-color: transparent;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cm-layout-2 #cm-primary-nav .fa {
	color: #3F3F46;
}

.cm-layout-2 #cm-primary-nav .fa:hover {
	background: transparent;
	color: #207daf;
}

.cm-layout-2 #cm-primary-nav .cm-home-icon.front_page_on {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a {
	color: #3F3F46;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a::after {
	color: inherit;
}

.cm-layout-2 .cm-primary-nav a:hover {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav li {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item, .cm-layout-2 .cm-primary-nav ul li.current_page_item, .cm-layout-2 .cm-primary-nav ul li:hover, .cm-layout-2 .cm-primary-nav ul li.focus {
	color: #207daf;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item ul li a,
.cm-layout-2 .cm-primary-nav ul li ul li.current-menu-item a,
.cm-layout-2 .cm-primary-nav ul li.current_page_ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current-menu-ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current_page_item ul li a {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul > li {
	vertical-align: top;
}

.cm-layout-2 .cm-primary-nav ul > li > a {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav ul > li:hover > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 2px solid #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #F4F4F5;
	text-align: left;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li {
	border-bottom: 1px solid #F4F4F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	width: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus {
	border-color: #207daf;
	background-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a {
	color: #fff;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:last-child {
	border-bottom: none transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li ul {
	top: 0;
	-webkit-transition: none;
	transition: none;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children a::after {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul li.focus > a {
	border-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a .fa-random {
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon {
	fill: #3f3f46;
}

.cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.cm-layout-2 .cm-primary-nav .cm-random-post svg {
	fill: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav .nav-menu {
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a .fa-random {
	color: #343a40;
}

.cm-layout-2 .cm-mobile-nav li {
	background-color: #fff;
	border-color: #E4E4E7;
}

.cm-layout-2 .cm-mobile-nav li a {
	color: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-item > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-item > .cm-submenu-toggle i {
	color: #fff;
}

.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #3f3f46;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #3f3f46;
}

.cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.cm-layout-2 .cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 48em) {
	.cm-layout-2 .cm-layout-2-style-1 #cm-primary-nav {
		border-top: 4px solid #207daf;
	}
}

/* Page templates.
--------------------------------------------- */
.page-template-page-builder .cm-primary {
	float: none;
	width: 100%;
}

.page-template-page-builder .cm-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home.page-template-page-builder .cm-primary .cm-posts {
	display: block;
}

/* Content.
--------------------------------------------- */
#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;
}

.wide #page {
	max-width: 100%;
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 60px;
}

.cm-content .cm-row .cm-one-half {
	width: 100%;
	padding-bottom: 0;
	margin-right: 0;
}

.top-full-width-sidebar {
	margin-bottom: 30px;
}

.top-full-width-sidebar .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.top-full-width-sidebar .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cm-primary {
		width: calc(100% - 30%);
		padding-right: 1.875em;
	}
	.cm-secondary {
		width: 30%;
	}
}

/* Blog.
--------------------------------------------- */
.cm-posts.cm-layout-1-style-1 {
	--grid-column: 1;
}

.cm-layout-1-style-1 .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-1-style-1 .post:first-child {
	padding: 0;
}

.cm-layout-1-style-1 .cm-featured-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cm-layout-1-style-1 .cm-featured-image img {
	width: 100%;
}

.cm-layout-1-style-1 .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

@media screen and (min-width: 48em) {
	.cm-layout-1-style-1 .post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cm-posts.cm-layout-2-style-1 .post:first-child,
.cm-posts.cm-layout-2-style-1 .page:first-child {
	grid-column: 1/-1;
}

.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
	--grid-column: 1;
}

@media screen and (min-width: 48em) {
	.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
	.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
		--grid-column: 2;
	}
	.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
		--grid-column: 3;
	}
	.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
		--grid-column: 4;
	}
}

.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;
}

.cm-posts .post {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post a {
	position: relative;
	display: block;
}

.cm-post:hover .play-button-wrapper {
	background-color: #207DAF;
}

.post:hover .play-button-wrapper {
	background-color: #207daf;
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post .post:first-child,
.cm-highlight-post .page:first-child {
	grid-column: 1/-1;
}

.cm-highlight-post .post:first-child .cm-entry-title,
.cm-highlight-post .page:first-child .cm-entry-title {
	font-size: 32px;
}

.cm-post-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-post-categories a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #207daf;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1.8;
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 0 0 15px;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: #71717a;
}

.human-diff-time .cm-post-date:not(.human-diff-time-display) {
	display: none;
}

.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.cm-tag-links a,
.cm-edit-link a {
	color: #71717a;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary ul {
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}

.cm-entry-summary ol {
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}

.cm-entry-summary li > ul, .cm-entry-summary li > ol {
	margin-bottom: 0;
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;
}

ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}

.single .cm-posts .tags a {
	border: 1px solid #e4e4e7;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}

.single .cm-posts .tags a:hover {
	color: #207daf;
	text-decoration: none;
}

.single .cm-entry-header .cm-entry-title {
	font-size: 3.2rem;
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 100%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: right;
	width: 85%;
}

.author-img img {
	margin-right: 15px;
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.author-description-wrapper .author-url a {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.share .fa-twitter {
	color: #55acee;
}

.share .fa-facebook-square {
	color: #3b5998;
}

.share .fa-google-plus-square {
	color: #dd4b39;
}

.share .fa-pinterest {
	color: #cc2127;
}

.author-box {
	margin-top: 30px;
}

.author-box.author-bio-style-2 .author-name {
	float: left;
}

.author-box.author-bio-style-2 .author-social-sites {
	float: right;
}

.author-box.author-bio-style-2 .author-description {
	display: inline-block;
}

.author-box.author-bio-style-3 .author-social-sites {
	float: left;
}

.author-box.author-bio-style-3 .author-description {
	display: inline-block;
}

/* Related Posts.
--------------------------------------------- */
.related-posts-wrapper h3 {
	font-size: 2rem;
}

.related-posts-main-title {
	margin-bottom: 30px;
}

.related-posts-main-title .fa {
	color: #207daf;
}

.related-posts-main-title span {
	font-size: 26px;
	padding-left: 10px;
}

.single-related-posts {
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;
}

.single-related-posts .cm-post-content {
	padding: 20px;
}

.single-related-posts .cm-author {
	display: none;
}

.single-related-posts .cm-post-content .cm-entry-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.single-related-posts img {
	width: 100%;
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;
}

.related-posts-wrapper .related-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.related-posts-wrapper .related-post-carousel {
	visibility: hidden;
	height: 0;
}

.related-posts-wrapper.style-1 .cm-below-entry-meta {
	margin-bottom: 0;
}

.related-posts-wrapper.style-2 .single-related-posts {
	display: grid;
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-2 .related-posts {
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-3 .related-posts {
	grid-template-columns: 1fr;
	gap: 12px;
}

.related-posts-wrapper.style-3 .single-related-posts {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.related-posts-wrapper.style-3 .cm-post-content {
	padding: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a {
	position: relative;
	margin-left: 20px;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a::before {
	display: block;
	content: "";
	background: #333333;
	height: 8px;
	width: 8px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a:hover::before {
	background: #207daf;
}

.related-posts-wrapper.style-4 .related-posts {
	display: block;
}

.related-posts-wrapper.style-4 .related-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.related-posts-wrapper-flyout.flyout {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 10;
}

.related-posts-wrapper-flyout .flyout-related-post-close {
	float: right;
	cursor: pointer;
}

.related-posts-wrapper-flyout .related-posts-flyout-main-title {
	font-size: 18px;
	padding: 20px 30px;
	background-color: #2c2e34;
	color: #ffffff;
}

.related-posts-wrapper-flyout .related-posts-flyout {
	padding: 30px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout {
	margin-bottom: 20px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout:last-child {
	margin-bottom: 0;
}

.related-posts-wrapper-flyout .related-posts-thumbnail {
	float: left;
	margin-right: 15px;
	width: 130px;
}

.related-posts-wrapper-flyout .cm-post-content {
	min-height: 90px;
	padding: 8px;
}

.related-posts-wrapper-flyout .cm-entry-title {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}

.related-posts-wrapper-flyout .cm-entry-title a {
	color: #232323;
}

.related-posts-wrapper-flyout .cm-entry-title a:hover {
	color: #207daf;
}

.related-posts-wrapper-flyout .cm-author {
	display: none;
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: 24px;
}

.box {
	border: 1px solid #e4e4e7;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 0 0 #f2f2f2;
	color: #207daf;
	float: right;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: left;
	margin-right: 10px;
}

#twitter, #facebook, #googleplus, #pinterest {
	float: left;
}

#twitter.share, #facebook.share, #googleplus.share, #pinterest.share {
	margin-right: 0;
	padding: 0 10px;
	cursor: pointer;
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites li {
	float: left;
}

.author-social-sites .fa-twitter, .author-social-sites .fa-facebook, .author-social-sites .fa-google-plus, .author-social-sites .fa-flickr, .author-social-sites .fa-linkedin, .author-social-sites .fa-instagram, .author-social-sites .fa-youtube, .author-social-sites .fa-tumblr {
	font-size: 25px;
	padding: 5px;
}

.author-social-sites .fa-twitter {
	color: #55acee;
}

.author-social-sites .fa-facebook {
	color: #3b5998;
}

.author-social-sites .fa-google-plus {
	color: #dd4b39;
}

.author-social-sites .fa-flickr {
	color: #006399;
}

.author-social-sites .fa-linkedin {
	color: #007bb6;
}

.author-social-sites .fa-instagram {
	color: #9c7c6e;
}

.author-social-sites .fa-youtube {
	color: #e02a20;
}

.author-social-sites .fa-tumblr {
	color: #45556c;
}

@media screen and (min-width: 48em) {
	.related-posts-wrapper .related-posts {
		grid-template-columns: repeat(3, 1fr);
	}
	.related-posts-wrapper.style-2 .single-related-posts {
		grid-template-columns: 50% 50%;
	}
}

/* Common.
--------------------------------------------- */
/* Post format.
--------------------------------------------- */
/* Post Format: Link.
--------------------------------------------- */
.format-link .cm-entry-summary p {
	text-align: center;
	padding-top: 30px;
}

.format-link .cm-entry-summary a {
	display: inline-block;
	padding: 15px 40px;
	background-color: #207daf;
	color: #fff;
	border-radius: 3px;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}

.format-link .cm-entry-summary a:hover {
	background-color: #33363b;
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside .cm-entry-header {
	display: none;
}

/* Sidebar.
--------------------------------------------- */
@media screen and (min-width: 48em) {
	.left-sidebar .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.left-sidebar .cm-content .cm-primary {
		padding-right: 0;
		padding-left: 30px;
	}
}

.no-sidebar .cm-primary {
	margin: 0 auto;
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.no-sidebar-full-width.box-layout .cm-content,
.no-sidebar.box-layout .cm-content {
	overflow: hidden;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
	margin-left: -30px;
	margin-right: -30px;
	max-width: unset;
}

@media screen and (max-width: 1200px) {
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -100px;
		margin-right: -100px;
	}
}

@media screen and (max-width: 768px) {
	.cm-primary,
	.cm-secondary {
		width: 100%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* Pages.
--------------------------------------------- */
/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;
}

.cm-error-404 .cm-page-title {
	color: #207daf;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.cm-error-404 .cm-page-header {
	margin-bottom: 24px;
}

.cm-error-404 .cm-page-header .cm-page-title {
	font-size: 150px;
	line-height: 135px;
	border-bottom: 0;
}

.cm-error-404 .cm-page-header p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.cm-error-404 .cm-page-header .cm-page-title,
.cm-error-404 .cm-page-header p {
	color: #52525B;
	font-weight: 600;
}

.cm-error-404 .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.cm-error-404 .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-error-404 .cm-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #207daf;
	color: #fff;
	font-weight: 600;
	border: 1px solid #207daf;
	border-radius: 2px;
}

.cm-error-404 .cm-btn:hover {
	background-color: #33363b;
	border-color: #33363b;
}

@media screen and (min-width: 48em) {
	.cm-error-404 .cm-page-header {
		margin-bottom: 24px;
	}
	.cm-error-404 .cm-page-header .cm-page-title {
		font-size: 240px;
		line-height: 215px;
	}
	.cm-error-404 .cm-page-content p {
		width: 570px;
	}
}

/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.cm-no-results img {
	margin-bottom: 32px;
}

.cm-no-results .cm-page-title {
	color: #52525B;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 0;
}

.cm-no-results .cm-page-header {
	margin-bottom: 12px;
}

.cm-no-results .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.cm-no-results .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-no-results .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-no-results .search-form {
	width: 100%;
}

.cm-no-results input.s {
	width: 100%;
	font-size: 1.4rem;
	border: 1px solid #E4E4E7;
	border-radius: 4px 0 0 4px;
}

.search-no-results .cm-posts {
	display: block;
}

@media screen and (min-width: 48em) {
	.cm-no-results .cm-page-content p {
		width: 430px;
	}
	.cm-no-results .search-form {
		width: 670px;
	}
}

/* Search.
--------------------------------------------- */
.search .status-publish {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 48.7013%;
}

.search .status-publish .cm-post-content {
	padding: 16px;
}

.search .status-publish:nth-child(2n) {
	float: left;
	clear: both;
}

.search .status-publish:nth-child(2n+1) {
	float: right;
}

.search .status-publish:first-child {
	float: none;
	width: 100%;
}

.search .cm-grid-style-2.status-publish {
	width: 100%;
}

.search .cm-grid-style-2.status-publish img {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}

/* Footer.
--------------------------------------------- */
/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #27272a;
	color: #f4f4f5;
}

.cm-footer-bar .cm-row {
	font-size: 1.4rem;
}

.cm-footer-bar a {
	color: #207daf;
}

.cm-footer-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

.cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 24px;
}

.cm-footer-bar-style-1 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-2 .cm-footer-bar-area {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-left: 0;
}

.cm-footer-bar-style-2 .social-links {
	text-align: left;
}

.cm-footer-bar-style-2 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-3 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .social-links {
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-left: 0;
}

@media screen and (min-width: 48em) {
	.cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: left;
	}
	.cm-footer-bar-style-1 .social-links ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

/* General Styles.
--------------------------------------------- */
.cm-footer .widget {
	display: block;
}

.cm-footer .widget ul li {
	padding: 8px 0;
	font-weight: 600;
	border-bottom: 1px solid #52525b;
}

.cm-footer .widget ul li:last-child {
	border-bottom: none;
}

.cm-footer .cm-upper-footer-cols .widget {
	background-color: #27272a;
	border-radius: 4px;
	padding: 12px;
}

.cm-footer .cm-upper-footer-cols .cm-entry-title a {
	color: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-random-posts {
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-first-post .cm-post-content {
	margin-top: 12px;
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-icon {
	fill: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-post {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.cm-footer .cm-upper-footer-cols .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

.cm-footer .cm-footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.cm-footer .cm-footer-menu ul li a:hover {
	color: #207daf;
}

/* Footer column. */
.cm-footer-cols {
	background-color: #3f3f46;
}

.cm-footer-cols .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #e4e4e7;
}

.cm-footer-cols .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
}

.cm-footer-cols .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
	font-size: 1.6rem;
}

.cm-footer-cols a,
.cm-footer-cols .human-diff-time {
	color: #fff;
}

.cm-footer-cols a:hover,
.cm-footer-cols .human-diff-time:hover {
	color: #207daf;
}

.cm-footer-cols ul {
	list-style: none;
}

.cm-footer-cols .cm-reading-time {
	color: #fff;
}

.cm-footer-cols .cm-tab-widget .cm-tabs a:hover {
	color: #fff;
}

.cm-upper-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.cm-upper-footer-cols .cm-post-date a,
.cm-upper-footer-cols .cm-author a,
.cm-upper-footer-cols .cm-tag-links a,
.cm-upper-footer-cols .cm-edit-link a,
.cm-upper-footer-cols .cm-comments-link a {
	color: #fff;
}

.cm-upper-footer-cols .cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-upper-footer-cols .cm-posts img {
	border-radius: 4px;
}

.cm-lower-footer-cols {
	gap: 30px;
	font-size: 1.4rem;
	width: 100%;
}

.cm-lower-footer-col,
.cm-lower-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title {
	border-bottom: 0 none;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span {
	background-color: transparent !important;
	padding: 0 0 6px;
	position: relative;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-view-all-link {
	background-color: #18181b;
}

.colormag-footer--classic .cm-footer-bar {
	background-color: #252730;
	padding: 20px 0;
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered .cm-widget-title {
	border-bottom: 0 none;
	background-color: transparent !important;
	position: relative;
	border-bottom: 1px solid #52525b !important;
}

.colormag-footer--classic-bordered .cm-widget-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic-bordered .cm-widget-title span {
	background-color: transparent !important;
	padding-left: 0;
}

.colormag-footer--classic-bordered .cm-view-all-link {
	margin-bottom: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar {
	padding-top: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar .cm-footer-bar-area {
	padding-top: 20px;
	border-top: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts, #cm-footer.colormag-footer--classic-bordered .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post {
	padding-bottom: 16px;
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-featured-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post {
	border-bottom: 1px solid #52525b;
	padding-bottom: 16px;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-first-post, #cm-footer.colormag-footer--classic-bordered .cm-first-post {
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-first-post .cm-post-content, #cm-footer.colormag-footer--classic-bordered .cm-first-post .cm-post-content {
	padding: 0 0 5px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 .cm-posts, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 .cm-posts {
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 img, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 4px;
	list-style: none;
}

.cm-footer-menu ul li {
	font-size: 12px;
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: #fff;
}

.advertisement_above_footer .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.advertisement_above_footer .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-upper-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}
	.cm-lower-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cm-lower-footer-cols .cm-lower-footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.cm-lower-footer-cols .cm-lower-footer-col--1 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

a#scroll-up i {
	font-size: 40px;
	color: #207daf;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 30px 20px 82px;
	margin-bottom: 30px;
	margin-top: 16px;
	background-color: #207daf;
	color: #fff;
	border-radius: 4px;
	border-left: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	position: relative;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	padding-top: 0;
	margin-bottom: 0;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	position: absolute;
	left: -50px;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 3.2rem;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

blockquote.wp-block-quote.has-text-align-right {
	border-right: 0;
}

.wp-block-button .search-icon::before {
	display: none;
}

.wp-block-search__inside-wrapper .search-icon::before,
.search-wrap .search-icon::before {
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-query .wp-block-post.post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-query .wp-block-post-template {
	padding: 0;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-new .wc-block-grid__product-add-to-cart,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart,
.wc-block-handpicked-products .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-title {
	margin-bottom: 8px;
	color: #3f3f46;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.wc-block-product-new .wc-block-grid__product-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating {
	margin-bottom: 0;
}

.wc-block-product-new .wc-block-grid__product-rating .star-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating .star-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: unset;
}

.wc-block-product-new .wc-block-grid__product,
.wc-block-product-best-sellers .wc-block-grid__product,
.wp-block-product-top-rated .wc-block-grid__product,
.wc-block-handpicked-products .wc-block-grid__product {
	position: relative;
	margin-left: -1em;
	margin-right: -1em;
}

.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button {
	display: block;
	text-align: center;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new ul.wc-block-grid__products,
.wc-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-product-top-rated ul.wc-block-grid__products,
.wc-block-handpicked-products ul.wc-block-grid__products {
	padding: 0;
	gap: 30px;
}

.wc-block-product-new .price ins .amount,
.wc-block-product-best-sellers .price ins .amount,
.wp-block-product-top-rated .price ins .amount,
.wc-block-handpicked-products .price ins .amount {
	color: #71717a;
}

.wc-block-product-new .price del span,
.wc-block-product-best-sellers .price del span,
.wp-block-product-top-rated .price del span,
.wc-block-handpicked-products .price del span {
	font-weight: 600;
	color: #3f3f46;
}

.wc-block-product-new .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new .wc-block-grid__product-image img,
.wc-block-product-best-sellers .wc-block-grid__product-image img,
.wp-block-product-top-rated .wc-block-grid__product-image img,
.wc-block-handpicked-products .wc-block-grid__product-image img {
	width: 100%;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product-onsale,
.wc-block-product-best-sellers .wc-block-grid__product-onsale,
.wp-block-product-top-rated .wc-block-grid__product-onsale,
.wc-block-handpicked-products .wc-block-grid__product-onsale {
	position: absolute;
	top: 8px;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 14px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	text-transform: initial;
	border-radius: 2px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi .page, .cm-posts .wp-pagenavi a {
	padding: 4px 10px;
	color: #777777;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi .current {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi a {
	margin-left: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi a:hover {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi span {
	margin-left: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi span.pages {
	margin-left: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #f2f2f2;
}

/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#cm-primary-nav.headroom--pinned {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#cm-primary-nav.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

[class*='mzb'] h3 {
	padding-bottom: 0;
}

[class*='mzb'] h2 {
	padding-bottom: 0;
}

[class*='mzb'] img {
	margin-bottom: 0;
}

[class*='mzb'] .editor-styles-wrapper h1,
[class*='mzb'] .editor-styles-wrapper h2,
[class*='mzb'] .editor-styles-wrapper h3,
[class*='mzb'] .editor-styles-wrapper h4,
[class*='mzb'] .editor-styles-wrapper h5,
[class*='mzb'] .editor-styles-wrapper h6 {
	padding-bottom: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 12px;
	left: 0;
	right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 30px;
	color: #3f3f46;
	font-size: 1.4rem;
}

.add-to-wishlist-before_image .yith-wcwl-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fafafa;
	border-radius: 50px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clearfix {
	display: inline-block;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .default-wp-page, .infinite-scroll.neverending #cm-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #cm-footer {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Responsive.
--------------------------------------------- */
@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-left: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical .video-playing {
		width: 60%;
		padding-bottom: 54%;
	}
	.video-player--vertical .video-playlist-info {
		width: 70.5%;
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}
	.video-player--vertical .video-playing,
	.video-player--vertical .video-playlist {
		width: 100%;
		display: block;
	}
	.video-player--vertical .video-playing {
		padding-bottom: 65%;
	}
	.video-player--vertical.video-playlist-item img {
		margin-bottom: 0;
		width: 20%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {
	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.author-img {
		display: block;
		margin: 0 auto;
	}
	.author-img img {
		margin-right: 0;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish:nth-child(2n), .search .status-publish:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal .video-playing {
		padding-bottom: 70%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 51%;
	}
	.exchange-currency.exchange-column-2 .currency-table, .exchange-currency.exchange-column-3 .currency-table {
		width: 100%;
		padding-right: 0;
	}
	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
	.related-posts-wrapper-flyout {
		width: 95%;
	}
	.related-posts-wrapper-flyout .related-posts-flyout-main-title {
		padding: 20px;
	}
	.related-posts-wrapper-flyout .related-posts-flyout {
		padding: 20px;
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */
.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */
.mega-menu .cm-image-ticker-news,
.mega-menu .cm-breaking-news-slider-widget {
	visibility: hidden !important;
}

.mega-menu .mega-toggle-on .cm-slider-area-rotate
.cm-image-ticker-news,
.mega-menu .mega-toggle-on .cm-breaking-news-slider-widget {
	visibility: visible !important;
}
PK�
�[F�k��
header.phpnu�[���<?php
/**
 * Theme Header Section for ColorMag theme.
 *
 * Displays all of the <head> section and everything up till <div id="cm-content" class="cm-content"> <div class="inner-wrap">
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

do_action( 'colormag_action_doctype' );

?>

<head>

	<?php
	/**
	 * Functions hooked into colormag_action_head action.
	 *
	 * @hooked colormag_head - 10
	 */
	do_action( 'colormag_action_head' );
	?>

	<?php wp_head(); ?>

</head>

<body <?php body_class(); ?>>

<?php

global $colormag_duplicate_posts;
$colormag_duplicate_posts = array();

?>

<?php
/**
 * WordPress function to load custom scripts after body.
 *
 * Introduced in WordPress 5.2.0
 *
 */
if ( function_exists( 'wp_body_open' ) ) {
	wp_body_open();
}
?>

<?php
/**
 * Hook: colormag_before.
 */
do_action( 'colormag_before' );
?>

<?php
/**
 * Functions hooked into colormag_action_before action.
 *
 * @hooked colormag_background_image_clickable - 5
 * @hooked colormag_page_start - 10
 * @hooked colormag_skip_content_link - 15
 */
do_action( 'colormag_action_before' );
?>

<?php colormag_header() ?>

<?php
/**
 * Hook: colormag_before_main.
 */
do_action( 'colormag_before_main' );
?>

<?php
/**
 * Functions hooked into colormag_action_before_content action.
 *
 * @hooked colormag_main_section_start - 10
 * @hooked colormag_front_page_full_width_sidebar - 20
 */
do_action( 'colormag_action_before_content' );
?>

<?php
/**
 * Functions hooked into colormag_action_before_inner_content action.
 *
 * @hooked colormag_main_section_inner_start - 10
 */
do_action( 'colormag_action_before_inner_content' );
PK�
�[
̡o��
single.phpnu�[���<?php
/**
 * Theme Single Post Section for our theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

<div class="cm-row">
	<?php
	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<div id="cm-primary" class="cm-primary">
		<div class="cm-posts clearfix">

			<?php
			/**
			 * Hook: colormag_before_single_post_page_loop.
			 */
			do_action( 'colormag_before_single_post_page_loop' );

			while ( have_posts() ) :
				the_post();

				get_template_part( 'template-parts/content', 'single' );
			endwhile;

			/**
			 * Hook: colormag_after_single_post_page_loop.
			 */
			do_action( 'colormag_after_single_post_page_loop' );
			?>
		</div><!-- .cm-posts -->
		<?php

		if ( true === apply_filters( 'colormag_single_post_page_navigation_filter', true ) ) :
				get_template_part( 'navigation', 'single' );
		endif;

		if ( ! class_exists( 'Auto_Load_Next_Post' ) ) :

			/**
			 * Functions hooked into colormag_action_after_single_post_content action.
			 *
			 * @hooked colormag_author_bio - 10
			 * @hooked colormag_related_posts - 20
			 */
			do_action( 'colormag_action_after_single_post_content' );

		endif;

		/**
		 * Hook: colormag_before_comments_template.
		 */
		do_action( 'colormag_before_comments_template' );

		/**
		 * Functions hooked into colormag_action_after_inner_content action.
		 *
		 * @hooked colormag_render_comments - 10
		 */
		do_action( 'colormag_action_comments' );

		/**
		 * Hook: colormag_after_comments_template.
		 */
		do_action( 'colormag_after_comments_template' );
		?>
	</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();
	?>
</div>

<?php
/**
 * Hook: colormag_after_body_content.
 */
do_action( 'colormag_after_body_content' );

get_footer();
PK�
�[���searchform.phpnu�[���<?php
/**
 * Displays the searchform of the theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<form action="<?php echo esc_url( home_url( '/' ) ); ?>" class="search-form searchform clearfix" method="get" role="search">

	<div class="search-wrap">
		<input type="search"
				class="s field"
				name="s"
				value="<?php echo esc_attr( get_search_query() ); ?>"
				placeholder="<?php esc_attr_e( 'Search', 'colormag' ); ?>"
		/>

		<button class="search-icon" type="submit"></button>
	</div>

</form><!-- .searchform -->
PK�
�[u���archive.phpnu�[���PK�
�[�
�O�O
	changelog.txtnu�[���PK�
�[��'�fNfN�Xstyle-editor-block.cssnu�[���PK�
�[�1�\FF��no-results.phpnu�[���PK�
�[
��6��
/�theme.jsonnu�[���PK�
�[��!3�screenshot.jpgnu�[���PK�
�[�T����Z�sidebar-woocommerce-left.phpnu�[���PK�
�[��}���T�page-templates/page-builder.phpnu�[���PK�
�[�-\Ǝ�(�page-templates/magazine.phpnu�[���PK�
�[�iu�qq�page-templates/contact.phpnu�[���PK�
�[	��pNpN��style-editor-block-rtl.cssnu�[���PK�
�[�쟧kkv"sidebar.phpnu�[���PK�
�[ma��*front-page.phpnu�[���PK�
�[�����
�8search.phpnu�[���PK�
�['V��hhBnavigation.phpnu�[���PK�
�[@�K�GG�Hlanguages/en_GB.monu�[���PK�
�[}J ��K�K�languages/cs_CZ.monu�[���PK�
�[�t�2~(~(W�languages/cs_CZ.ponu�[���PK�
�[j@�m&m&languages/nl_NL.ponu�[���PK�
�[.}..C.C�+	languages/tr_TR.ponu�[���PK�
�[�J�GG6olanguages/sv_SE.monu�[���PK�
�[!\�C�s�s��languages/pt_BR.ponu�[���PK�
�[��
E0I0Ic*languages/pl_PL.monu�[���PK�
�[X�S�M�M��slanguages/en_CA.ponu�[���PK�
�[�[`�**dXlanguages/fr_BE.ponu�[���PK�
�[��z3z3��languages/fa_IR.ponu�[���PK�
�[�4#;+;+c�languages/da_DK.ponu�[���PK�
�[���f`f`��languages/uk.monu�[���PK�
�[M���#�#�Blanguages/en_GB.ponu�[���PK�
�[�\Q1eIeIcflanguages/nl_NL.monu�[���PK�
�[ԛb�!�!
�languages/nb_NO.ponu�[���PK�
�[&�8��&�&��languages/sl_SI.ponu�[���PK�
�[W��@@�languages/ro_RO.monu�[���PK�
�[t��K�=�=?9languages/uk.ponu�[���PK�
�[23��V�Vwlanguages/fa_IR.monu�[���PK�
�[���D���languages/ru_RU.monu�[���PK�
�[�TD?++q� languages/es_ES.ponu�[���PK�
�[^%�3�A�A��"languages/bg_BG.ponu�[���PK�
�[;)A��J�J�%languages/de_DE.monu�[���PK�
�[NYF���R%languages/it_IT.monu�[���PK�
�[Z��l�l���%languages/pt_BR.monu�[���PK�
�[�;W!�I�I��&languages/sl_SI.monu�[���PK�
�[����z�z�'languages/ru_RU.ponu�[���PK�
�[+�6 �:�:�)languages/id_ID.monu�[���PK�
�[v�LH�%�%��)languages/pl_PL.ponu�[���PK�
�[�b��>'>'/�+languages/de_DE.ponu�[���PK�
�[��Z�Z��.languages/ko_KR.ponu�[���PK�
�[��l�^&^&K�.languages/nl_BE.ponu�[���PK�
�[�*�iII�$1languages/nl_BE.monu�[���PK�
�[�Q�v�$�$;n1languages/sv_SE.ponu�[���PK�
�[v0��cc?�3languages/el.monu�[���PK�
�[�ϖ1����3languages/tr_TR.monu�[���PK�
�[�Q��9�9��4languages/en_CA.monu�[���PK�
�[�
~,~,��4languages/fr_FR.ponu�[���PK�
�[�\�{J{Jp�6languages/colormag.potnu�[���PK�
�[�Q�����178languages/id_ID.ponu�[���PK�
�[-V�*E�E�P9languages/ro_RO.ponu�[���PK�
�[���uzRzR�:languages/fr_FR.monu�[���PK�
�[<)��"e"e�Y:languages/bg_BG.monu�[���PK�
�[V_<�==��:languages/ko_KR.monu�[���PK�
�[ �uAMAM@�:languages/fr_BE.monu�[���PK�
�[�Ϟ�N�N�I;languages/es_ES.monu�[���PK�
�[+�-�?�?��;languages/el.ponu�[���PK�
�[(Y��>�>��=languages/it_IT.ponu�[���PK�
�[�|��?�?T@languages/nb_NO.monu�[���PK�
�[����RYRYnW@languages/da_DK.monu�[���PK�
�[��-

�@sidebar-footer.phpnu�[���PK�
�[!��!�!�
R�@style-rtl.cssnu�[���PK�
�[V�'����Bcomments.phpnu�[���PK�
�[��8
8
p�Btemplate-parts/content.phpnu�[���PK�
�[�0�]���Btemplate-parts/content-page.phpnu�[���PK�
�[��ޫHH%#�Btemplate-parts/entry/entry-header.phpnu�[���PK�
�[Q�AR&��Btemplate-parts/entry/entry-summary.phpnu�[���PK�
�[Q��d99!'�Btemplate-parts/content-single.phpnu�[���PK�
�[��y7��&��Btemplate-parts/hooks/footer/footer.phpnu�[���PK�
�[ˈC��(��Btemplate-parts/hooks/content/content.phpnu�[���PK�
�[��B;+++�Ctemplate-parts/hooks/header/header-main.phpnu�[���PK�
�[����'	Ctemplate-parts/hooks/header/top-bar.phpnu�[���PK�
�[�˘j33&lCtemplate-parts/hooks/header/header.phpnu�[���PK�
�[T=��'�>Ctemplate-parts/hooks/hook-functions.phpnu�[���PK�
�[P+֯ww(�@Ctemplate-parts/content/related-posts.phpnu�[���PK�
�[��)���'�FCtemplate-parts/content/post-formats.phpnu�[���PK�
�[�=r�((%�KCtemplate-parts/header/header-main.phpnu�[���PK�
�[�/����54NCtemplate-parts/header/site-branding/site-branding.phpnu�[���PK�
�[T�Rn��6%VCtemplate-parts/header/primary-menu/main-navigation.phpnu�[���PK�
�[�-Z���!YCtemplate-parts/header/top-bar.phpnu�[���PK�
�[��/�cc-_Csidebar-left.phpnu�[���PK�
�[��l4���fCpage.phpnu�[���PK�
�[�lCbreadcrumb.cssnu�[���PK�
�[�aM��,mCsidebar-woocommerce-right.phpnu�[���PK�
�[�<6O�A�A/+sCinc/customizer/core/colormag-webfont-loader.phpnu�[���PK�
�[{pp,*�Cinc/customizer/core/class-colormag-fonts.phpnu�[���PK�
�[��5��0��Cinc/customizer/core/custom-controls/date/date.jsnu�[���PK�
�[�4#oLLHS�Cinc/customizer/core/custom-controls/date/class-colormag-date-control.phpnu�[���PK�
�[�6!�'
'
L�Cinc/customizer/core/custom-controls/custom/class-colormag-custom-control.phpnu�[���PK�
�[_�9�L��Cinc/customizer/core/custom-controls/editor/class-colormag-editor-control.phpnu�[���PK�
�[Ԡ�HH4L�Cinc/customizer/core/custom-controls/editor/editor.jsnu�[���PK�
�[�)��
�
L��Cinc/customizer/core/custom-controls/toggle/class-colormag-toggle-control.phpnu�[���PK�
�[Z���""4BDinc/customizer/core/custom-controls/toggle/toggle.jsnu�[���PK�
�[��O�	�	N�Dinc/customizer/core/custom-controls/support/class-colormag-support-control.phpnu�[���PK�
�[�xV���:2Dinc/customizer/core/custom-controls/buttonset/buttonset.jsnu�[���PK�
�[�ЫV�
�
R]Dinc/customizer/core/custom-controls/buttonset/class-colormag-buttonset-control.phpnu�[���PK�
�[\����4�Dinc/customizer/core/custom-controls/slider/slider.jsnu�[���PK�
�[�����L�6Dinc/customizer/core/custom-controls/slider/class-colormag-slider-control.phpnu�[���PK�
�[�v{���N
MDinc/customizer/core/custom-controls/upgrade/class-colormag-upgrade-control.phpnu�[���PK�
�[�I�q��PESDinc/customizer/core/custom-controls/subtitle/class-colormag-subtitle-control.phpnu�[���PK�
�[���::L�YDinc/customizer/core/custom-controls/hidden/class-colormag-hidden-control.phpnu�[���PK�
�[��fS
S
XCaDinc/customizer/core/custom-controls/class-colormag-customize-base-additional-control.phpnu�[���PK�
�[��N6�
�
VlDinc/customizer/core/custom-controls/fontawesome/class-colormag-fontawesome-control.phpnu�[���PK�
�[�3�>XwDinc/customizer/core/custom-controls/fontawesome/fontawesome.jsnu�[���PK�
�[�Sq�eef�}Dinc/customizer/core/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.phpnu�[���PK�
�[��L��NՉDinc/customizer/core/custom-controls/dropdown-categories/dropdown-categories.jsnu�[���PK�
�[lJ�5oo28�Dinc/customizer/core/custom-controls/color/color.jsnu�[���PK�
�[/*�FFJ	�Dinc/customizer/core/custom-controls/color/class-colormag-color-control.phpnu�[���PK�
�[��S��PɝDinc/customizer/core/custom-controls/sortable/class-colormag-sortable-control.phpnu�[���PK�
�[�!����8C�Dinc/customizer/core/custom-controls/sortable/sortable.jsnu�[���PK�
�[Mxuq�o�o<��Dinc/customizer/core/custom-controls/typography/typography.jsnu�[���PK�
�[�{��
�
@�*Einc/customizer/core/custom-controls/typography/google-fonts.jsonnu�[���PK�
�[�\8���T!KOinc/customizer/core/custom-controls/typography/class-colormag-typography-control.phpnu�[���PK�
�[@�"�}}J�Pinc/customizer/core/custom-controls/title/class-colormag-title-control.phpnu�[���PK�
�[b|�<<T�Pinc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.phpnu�[���PK�
�[&�թ--<bPinc/customizer/core/custom-controls/dimensions/dimensions.jsnu�[���PK�
�[D����M�*Pinc/customizer/core/custom-controls/class-colormag-customize-base-control.phpnu�[���PK�
�[z��K, , T4Pinc/customizer/core/custom-controls/background/class-colormag-background-control.phpnu�[���PK�
�[���//<�TPinc/customizer/core/custom-controls/background/background.jsnu�[���PK�
�[�e�""VPmPinc/customizer/core/custom-controls/radio-image/class-colormag-radio-image-control.phpnu�[���PK�
�[{m[���>�{Pinc/customizer/core/custom-controls/radio-image/radio-image.jsnu�[���PK�
�[;6�t��J#~Pinc/customizer/core/custom-controls/group/class-colormag-group-control.phpnu�[���PK�
�[��c'�'�2,�Pinc/customizer/core/custom-controls/group/group.jsnu�[���PK�
�[*���N�YQinc/customizer/core/custom-controls/divider/class-colormag-divider-control.phpnu�[���PK�
�[
 ����JRbQinc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.min.jsnu�[���PK�
�[��27`X`X:�}Qinc/customizer/core/custom-controls/assets/js/selectWoo.jsnu�[���PK�
�[���oDoDFx�Sinc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.jsnu�[���PK�
�[�x��
�
>]Tinc/customizer/core/custom-controls/assets/js/selectWoo.min.jsnu�[���PK�
�[
H%�����G�)Uinc/customizer/core/custom-controls/assets/js/customize-controls.min.jsnu�[���PK�
�[N{\&�&�C�Uinc/customizer/core/custom-controls/assets/js/customize-controls.jsnu�[���PK�
�[R^Q����Is�Winc/customizer/core/custom-controls/assets/css/customize-controls-rtl.cssnu�[���PK�
�[��iu;;@��Xinc/customizer/core/custom-controls/assets/css/selectWoo.min.cssnu�[���PK�
�[�04�M�M�M-�Xinc/customizer/core/custom-controls/assets/css/customize-controls.min-rtl.cssnu�[���PK�
�[�%��}�}J��Yinc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.min.cssnu�[���PK�
�[�b�N�N�F�EZinc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.cssnu�[���PK�
�[uͪՃ�_��Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.pngnu�[���PK�
�[����^��Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.pngnu�[���PK�
�[m@�tth��Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.pngnu�[���PK�
�[�7���_��Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.pngnu�[���PK�
�[M8y� � [3�Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.pngnu�[���PK�
�[�4����_��Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.pngnu�[���PK�
�[9�s~1~1[�Zinc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_454545_256x240.pngnu�[���PK�
�[�վ�pp_�1[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.pngnu�[���PK�
�[HUe�6161[�2[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_222222_256x240.pngnu�[���PK�
�[��L�22[�d[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_888888_256x240.pngnu�[���PK�
�[��`�ww_$�[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.pngnu�[���PK�
�[n�1�  [*�[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.pngnu�[���PK�
�[$�֙��_��[inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.pngnu�[���PK�
�[3���F�F<�[inc/customizer/core/custom-controls/assets/css/selectWoo.cssnu�[���PK�
�[6�3#�#�I\inc/customizer/core/custom-controls/assets/css/customize-controls.min.cssnu�[���PK�
�[��m����E��\inc/customizer/core/custom-controls/assets/css/customize-controls.cssnu�[���PK�
�[�v��8��]inc/customizer/core/custom-controls/navigate/navigate.jsnu�[���PK�
�[�--P��]inc/customizer/core/custom-controls/navigate/class-colormag-navigate-control.phpnu�[���PK�
�[ܸ���5H�]inc/customizer/core/class-colormag-generate-fonts.phpnu�[���PK�
�[;I6ggG?�]inc/customizer/core/extend-customizer/class-colormag-upsell-section.phpnu�[���PK�
�[?Z��O�]inc/customizer/core/extend-customizer/class-colormag-wp-customize-separator.phpnu�[���PK�
�[��Ϯ�KM�]inc/customizer/core/extend-customizer/class-colormag-wp-customize-panel.phpnu�[���PK�
�[�$�777Mv^inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.phpnu�[���PK�
�[?����!*
^inc/customizer/core/functions.phpnu�[���PK�
�[�؋o�r�r;3^inc/customizer/core/class-colormag-customizer-framework.phpnu�[���PK�
�[K�w1aUaU;G�^inc/customizer/core/class-colormag-customizer-sanitizes.phpnu�[���PK�
�[z2���<�^inc/customizer/core/class-colormag-customize-base-option.phpnu�[���PK�
�[�ڤARR?D�^inc/customizer/core/assets/js/customizer-controls-toggle.min.jsnu�[���PK�
�[2s���%�%6�^inc/customizer/core/assets/js/customizer-dependency.jsnu�[���PK�
�[w�..6`_inc/customizer/core/assets/js/customize-preview.min.jsnu�[���PK�
�[g�����4�(_inc/customizer/core/assets/js/customizer-controls.jsnu�[���PK�
�[4<�i&i&2H1_inc/customizer/core/assets/js/extend-customizer.jsnu�[���PK�
�[r��6X_inc/customizer/core/assets/js/extend-customizer.min.jsnu�[���PK�
�[Ba��oo;�i_inc/customizer/core/assets/js/customizer-controls-toggle.jsnu�[���PK�
�[9�H.H.2jo_inc/customizer/core/assets/js/customize-preview.jsnu�[���PK�
�[���L��8�_inc/customizer/core/assets/js/customizer-controls.min.jsnu�[���PK�
�[P�~dx
x
:i�_inc/customizer/core/assets/js/customizer-dependency.min.jsnu�[���PK�
�[��?���<K�_inc/customizer/core/assets/css/extend-customizer.min-rtl.cssnu�[���PK�
�[�V��P#P#8v�_inc/customizer/core/assets/css/extend-customizer-rtl.cssnu�[���PK�
�[/&O��8.�_inc/customizer/core/assets/css/extend-customizer.min.cssnu�[���PK�
�[i�iJ#J#4O`inc/customizer/core/assets/css/extend-customizer.cssnu�[���PK�
�[�j����6�3`inc/customizer/core/assets/scss/extend-customizer.scssnu�[���PK�
�[?�^���;=M`inc/customizer/core/class-colormag-customizer-callbacks.phpnu�[���PK�
�[u����${O`inc/customizer/override-defaults.phpnu�[���PK�
�[��K7�)�)Ep[`inc/customizer/class-colormag-customizer-register-sections-panels.phpnu�[���PK�
�[�)�3YY5i�`inc/customizer/class-colormag-customizer-partials.phpnu�[���PK�
�[��4�hh0'�`inc/customizer/assets/js/cm-customize-preview.jsnu�[���PK�
�[�����4�`inc/customizer/assets/js/cm-customize-preview.min.jsnu�[���PK�
�[��?���7
�`inc/customizer/assets/css/extend-customizer.min-rtl.cssnu�[���PK�
�[
 dc�!�!33�`inc/customizer/assets/css/extend-customizer-rtl.cssnu�[���PK�
�[/&O��3��`inc/customizer/assets/css/extend-customizer.min.cssnu�[���PK�
�[⃂�!�!/�ainc/customizer/assets/css/extend-customizer.cssnu�[���PK�
�[�j����1Aainc/customizer/assets/scss/extend-customizer.scssnu�[���PK�
�[�5�r��YBZainc/customizer/options/front-page/class-colormag-customize-front-page-general-options.phpnu�[���PK�
�[�m��J�bainc/customizer/options/global/class-colormag-customize-sidebar-options.phpnu�[���PK�
�[��R�^^L:|ainc/customizer/options/global/class-colormag-customize-container-options.phpnu�[���PK�
�[�U��yyI�ainc/customizer/options/global/class-colormag-customize-button-options.phpnu�[���PK�
�[�}�JJR�ainc/customizer/options/global/class-colormag-customize-category-colors-options.phpnu�[���PK�
�[p�J)�0�0MҦainc/customizer/options/global/class-colormag-customize-typography-options.phpnu�[���PK�
�[D�7�I �ainc/customizer/options/global/class-colormag-customize-colors-options.phpnu�[���PK�
�[Q�Y�$$P��ainc/customizer/options/footer/class-colormag-customize-footer-column-options.phpnu�[���PK�
�[�����M,binc/customizer/options/footer/class-colormag-customize-footer-bar-options.phpnu�[���PK�
�[h6r��[g,binc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.phpnu�[���PK�
�[�Hz��\�Bbinc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.phpnu�[���PK�
�[��7!	
	
_�Ibinc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.phpnu�[���PK�
�[|��%%_�Tbinc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.phpnu�[���PK�
�[3�ͼxx]Dsbinc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.phpnu�[���PK�
�[��n�

]I�binc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.phpnu�[���PK�
�[�����^�binc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.phpnu�[���PK�
�[��kW[[`\�binc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.phpnu�[���PK�
�[]G�binc/customizer/options/header-and-navigation/class-colormag-customize-page-header-options.phpnu�[���PK�
�[�XW==^��binc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.phpnu�[���PK�
�[pr��_|cinc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.phpnu�[���PK�
�[A�R�  Hcinc/customizer/options/content/class-colormag-customize-page-options.phpnu�[���PK�
�[���D��O�cinc/customizer/options/content/class-colormag-customize-single-post-options.phpnu�[���PK�
�[M;U�YYH�/cinc/customizer/options/content/class-colormag-customize-blog-options.phpnu�[���PK�
�[��?677M�Icinc/customizer/options/content/class-colormag-customize-post-meta-options.phpnu�[���PK�
�[W"���SYRcinc/customizer/options/additional/class-colormag-customize-social-icons-options.phpnu�[���PK�
�[�W%��,�lcinc/customizer/class-colormag-customizer.phpnu�[���PK�
�[�����,��cinc/meta-boxes/class-colormag-meta-boxes.phpnu�[���PK�
�[�&��8��cinc/meta-boxes/class-colormag-meta-box-page-settings.phpnu�[���PK�
�[&x�2KK*��cinc/meta-boxes/assets/js/meta-boxes.min.jsnu�[���PK�
�[��*��&9�cinc/meta-boxes/assets/js/meta-boxes.jsnu�[���PK�
�[̫�OO,T�cinc/meta-boxes/assets/css/meta-boxes.min.cssnu�[���PK�
�[�L,��cinc/meta-boxes/assets/css/meta-boxes-rtl.cssnu�[���PK�
�[���

(f�cinc/meta-boxes/assets/css/meta-boxes.cssnu�[���PK�
�[<�{�MM0˿cinc/meta-boxes/assets/css/meta-boxes.min-rtl.cssnu�[���PK�
�[��ypp*x�cinc/meta-boxes/assets/scss/meta-boxes.scssnu�[���PK�
�[��}��"B�cinc/class-colormag-walker-page.phpnu�[���PK�
�[�T����-E�cinc/compatibility/woocommerce/woocommerce.phpnu�[���PK�
�[��b���%;�cinc/compatibility/jetpack/jetpack.phpnu�[���PK�
�[2���JM�cinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-1.phpnu�[���PK�
�[��
�
Jsdinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-9.phpnu�[���PK�
�[5�ggLrdinc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.phpnu�[���PK�
�[�x����JU;dinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.phpnu�[���PK�
�[4v��I�Jdinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-3.phpnu�[���PK�
�[�14||I�Zdinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-2.phpnu�[���PK�
�[9^1��I�ndinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-5.phpnu�[���PK�
�[,o�#ooI�~dinc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-4.phpnu�[���PK�
�[˺��J��dinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-4.phpnu�[���PK�
�[�(�H��J��dinc/compatibility/elementor/widgets/colormag-elementor-widgets-block-2.phpnu�[���PK�
�[8� ${	{	O�dinc/compatibility/elementor/widgets/colormag-elementor-global-widgets-title.phpnu�[���PK�
�[H��3�dinc/compatibility/elementor/elementor-functions.phpnu�[���PK�
�[�'���)�dinc/compatibility/elementor/elementor.phpnu�[���PK�
�[11��22;�dinc/compatibility/elementor/assets/js/colormag-elementor.jsnu�[���PK�
�[�G��>��dinc/compatibility/elementor/assets/SCSS/responsive/_small.scssnu�[���PK�
�[? �dinc/compatibility/elementor/assets/SCSS/responsive/_medium.scssnu�[���PK�
�[>��dinc/compatibility/elementor/assets/SCSS/responsive/_large.scssnu�[���PK�
�[�灀ZZ6��dinc/compatibility/elementor/assets/SCSS/elementor.scssnu�[���PK�
�[�����>��dinc/compatibility/elementor/assets/SCSS/variables/_colors.scssnu�[���PK�
�[�Y88<�dinc/compatibility/elementor/assets/SCSS/variables/_grid.scssnu�[���PK�
�[��^V��9��dinc/compatibility/elementor/assets/SCSS/layout/_grid.scssnu�[���PK�
�[/�S���@�dinc/compatibility/elementor/assets/SCSS/layout/_col-control.scssnu�[���PK�
�[%z6��A�einc/compatibility/elementor/assets/SCSS/modules/_block-posts.scssnu�[���PK�
�[<�	einc/compatibility/elementor/assets/SCSS/modules/_ticker.scssnu�[���PK�
�[��V��?`
einc/compatibility/elementor/assets/SCSS/modules/_clearings.scssnu�[���PK�
�[���7]]<�einc/compatibility/elementor/assets/SCSS/modules/_common.scssnu�[���PK�
�[G
��	�	@�einc/compatibility/elementor/assets/SCSS/modules/_grid-posts.scssnu�[���PK�
�[5V�FF=�einc/compatibility/elementor/assets/SCSS/modules/_icomoon.scssnu�[���PK�
�[��y`��/K"einc/compatibility/elementor/assets/img/prev.svgnu�[���PK�
�[F
l�vv/3$einc/compatibility/elementor/assets/img/next.svgnu�[���PK�
�[�XMn�<�<8&einc/compatibility/elementor/assets/css/elementor.min.cssnu�[���PK�
�[x;����=>ceinc/compatibility/elementor/assets/css/colormag-econs.min.cssnu�[���PK�
�[��ȴ::9�ieinc/compatibility/elementor/assets/css/colormag-econs.cssnu�[���PK�
�['��$7B7B4&qeinc/compatibility/elementor/assets/css/elementor.cssnu�[���PK�
�[*pOF�<�<<��einc/compatibility/elementor/assets/css/elementor.min-rtl.cssnu�[���PK�
�[V�:	BBBB8�einc/compatibility/elementor/assets/css/elementor-rtl.cssnu�[���PK�
�[�Cr��m�m;�3finc/compatibility/elementor/assets/fonts/colormag-econs.svgnu�[���PK�
�[#`O�)�);��finc/compatibility/elementor/assets/fonts/colormag-econs.ttfnu�[���PK�
�[OD��)�)<��finc/compatibility/elementor/assets/fonts/colormag-econs.woffnu�[���PK�
�[����,*,*;�finc/compatibility/elementor/assets/fonts/colormag-econs.eotnu�[���PK�
�[�a����+� ginc/core/class-colormag-enqueue-scripts.phpnu�[���PK�
�[��w��-̵ginc/core/class-colormag-after-setup-theme.phpnu�[���PK�
�[��.�qq��ginc/core/custom-header.phpnu�[���PK�
�[}sv[[%y�ginc/deprecated/deprecated-filters.phpnu�[���PK�
�[�]l5��')�ginc/deprecated/deprecated-functions.phpnu�[���PK�
�[�XhAA#�ginc/deprecated/deprecated-hooks.phpnu�[���PK�
�[��//.��ginc/widgets/colormag-featured-posts-widget.phpnu�[���PK�
�[�s1���56hinc/widgets/colormag-300x250-advertisement-widget.phpnu�[���PK�
�[�u.Z!!4rhinc/widgets/colormag-728x90-advertisement-widget.phpnu�[���PK�
�[��s�??7�hinc/widgets/colormag-featured-posts-vertical-widget.phpnu�[���PK�
�[F9֯e�e(�/hinc/widgets/abstract-colormag-widget.phpnu�[���PK�
�[
I�G8G8&��hinc/widgets/class-colormag-widgets.phpnu�[���PK�
�[:��(��1A�hinc/widgets/colormag-highlighted-posts-widget.phpnu�[���PK�
�[��s)5��hinc/widgets/colormag-featured-posts-slider-widget.phpnu�[���PK�
�[�0�ii5��hinc/widgets/colormag-125x125-advertisement-widget.phpnu�[���PK�
�[�ո�ii�hinc/admin/js/admin.jsnu�[���PK�
�[���(j(j'yiinc/admin/sass/_colormag-dashboard.scssnu�[���PK�
�[�&�nn�yiinc/admin/sass/admin.scssnu�[���PK�
�[���G��%��iinc/admin/sass/variables/_colors.scssnu�[���PK�
�[.��%%-��iinc/admin/class-colormag-changelog-parser.phpnu�[���PK�
�[hgc�7�7x�iinc/admin/views/help.phpnu�[���PK�
�[۳�  %��iinc/admin/views/starter-templates.phpnu�[���PK�
�[y�?�Y�Y$�iinc/admin/views/dashbaord.phpnu�[���PK�
�[��vIvI�Tjinc/admin/views/free-vs-pro.phpnu�[���PK�
�[�=::��jinc/admin/views/products.phpnu�[���PK�
�[�-��ww"E�jinc/admin/class-colormag-admin.phpnu�[���PK�
�[��G�x�x��jinc/admin/css/admin.cssnu�[���PK�
�[���TZZ0�vkinc/admin/class-colormag-theme-review-notice.phpnu�[���PK�
�[����J#J#&��kinc/admin/class-colormag-dashboard.phpnu�[���PK�
�[�(�0�0�,'�kinc/admin/images/colormag-welcome-banner.pngnu�[���PK�
�[=�z���Hminc/admin/images/youtube.webpnu�[���PK�
�[>-������minc/admin/images/facebook.webpnu�[���PK�
�[lLdI��%oninc/admin/images/blockart-blocks.webpnu�[���PK�
�[�G���0�ninc/admin/images/featured-image-place-holder.pngnu�[���PK�
�[�g�--F�ninc/admin/images/ur.webpnu�[���PK�
�[4C�5V�V�(��ninc/admin/images/notification-button.gifnu�[���PK�
�[3P$��H�pinc/admin/images/cm-premium.pngnu�[���PK�
�[\/t�*�*%q�pinc/admin/images/magazine-blocks.webpnu�[���PK�
�[;�Eb�b�)^�pinc/admin/images/cm-starter-templates.pngnu�[���PK�
�[�����)�sinc/admin/images/colormag-logo-square.jpgnu�[���PK�
�[��$��)�mtinc/admin/images/colormag-logo-square.pngnu�[���PK�
�[�^^VV|}tinc/admin/images/cm-logo.pngnu�[���PK�
�[����)�)"�tinc/admin/images/colormag-logo.pngnu�[���PK�
�[��a$v$v'�tinc/admin/images/x.webpnu�[���PK�
�[��� � �$uinc/admin/images/masteriyo.webpnu�[���PK�
�[�^��
�
�1eEuinc/admin/images/starter-templates-background.jpgnu�[���PK�
�[�	}TT�#{inc/admin/images/colormag.webpnu�[���PK�
�[��d1n&n&r;|inc/admin/images/evf.webpnu�[���PK�
�[�3S�S�!)b|inc/admin/images/announcement.gifnu�[���PK�
�[��M�||�%inc/admin/images/zakra.webpnu�[���PK�
�[�G!L��+�Dinc/admin/class-colormag-welcome-notice.phpnu�[���PK�
�[�Wz�^inc/colormag-wp-query.phpnu�[���PK�
�[��t��#Nminc/helper/class-colormag-utils.phpnu�[���PK�
�[��=�K�KP�inc/template-functions.phpnu�[���PK�
�[}	�B����%�inc/class-breadcrumb-trail.phpnu�[���PK�
�[��]9'9' �p�inc/class-colormag-svg-icons.phpnu�[���PK�
�[�J�$&2&2*���inc/migration/class-colormag-migration.phpnu�[���PK�
�[�xmm'ˀinc/migration/demo-import-migration.phpnu�[���PK�
�[�?y]wAwA�րinc/colormag-setup.phpnu�[���PK�
�[
V�Ȯ�'��inc/base/class-colormag-css-classes.phpnu�[���PK�
�[��Q��*��inc/base/class-colormag-dynamic-filter.phpnu�[���PK�
�[���=j
j
%y$�inc/base/class-colormag-constants.phpnu�[���PK�
�[[���33+82�inc/base/class-colormag-dynamic-classes.phpnu�[���PK�
�[^M��M�M�'�7�inc/base/class-colormag-dynamic-css.phpnu�[���PK�
�[�xS|��j��inc/ajax.phpnu�[���PK�
�[���llQ�inc/template-tags.phpnu�[���PK�
�[���x�0�0�s�dark.cssnu�[���PK�
�[��%�55
���footer.phpnu�[���PK�
�[4���,�,
��functions.phpnu�[���PK�
�[��2���	!ڂindex.phpnu�[���PK�
�[��v�v	�woocommerce.cssnu�[���PK�
�[�0ȼppY�sidebar-two.phpnu�[���PK�
�[�#��]�assets/js/navigation.min.jsnu�[���PK�
�[ c�e��"d�assets/js/jquery.bxslider.jsnu�[���PK�
�[�R��cc/u�assets/js/magnific-popup/magnific-popup.min.cssnu�[���PK�
�[)�a�E�E�1݉�assets/js/magnific-popup/jquery.magnific-popup.jsnu�[���PK�
�[�Q��''+�4�assets/js/magnific-popup/magnific-popup.cssnu�[���PK�
�[�&^>�N�N5P�assets/js/magnific-popup/jquery.magnific-popup.min.jsnu�[���PK�
�[��t
t
9��assets/js/html5shiv.min.jsnu�[���PK�
�[�n�+�����assets/js/navigation.jsnu�[���PK�
�[�!���%	��assets/js/sticky/jquery.sticky.min.jsnu�[���PK�
�[�Sq$($(!ȅassets/js/sticky/jquery.sticky.jsnu�[���PK�
�[1��H'|�assets/js/fitvids/jquery.fitvids.min.jsnu�[���PK�
�[��8xm
m
#��assets/js/fitvids/jquery.fitvids.jsnu�[���PK�
�[Gr������assets/js/image-uploader.min.jsnu�[���PK�
�[�<�S^^ ~
�assets/js/jquery.bxslider.min.jsnu�[���PK�
�[����h�assets/js/image-uploader.jsnu�[���PK�
�[s�:t
t
.�p�assets/js/news-ticker/jquery.newsTicker.min.jsnu�[���PK�
�[{w"��2�2*�~�assets/js/news-ticker/jquery.newsTicker.jsnu�[���PK�
�[�o�@%% ��assets/js/skip-link-focus-fix.jsnu�[���PK�
�[�d�8�8���assets/js/colormag-custom.jsnu�[���PK�
�[n��)�)l�assets/js/html5shiv.jsnu�[���PK�
�[�D�S?? S�assets/js/colormag-custom.min.jsnu�[���PK�
�[�ʲ�GG$�3�assets/js/skip-link-focus-fix.min.jsnu�[���PK�
�[[�Ѫ��,}5�assets/sass/plugins/woocommerce/_tables.scssnu�[���PK�
�[��(X

0�9�assets/sass/plugins/woocommerce/_components.scssnu�[���PK�
�[�x&--4G�assets/sass/plugins/woocommerce/_single-product.scssnu�[���PK�
�[8ʭ���2�\�assets/sass/plugins/woocommerce/_account-page.scssnu�[���PK�
�[eł�0�e�assets/sass/plugins/woocommerce/_login-page.scssnu�[���PK�
�[�Wf��.qm�assets/sass/plugins/woocommerce/_checkout.scssnu�[���PK�
�[�R �xx.mz�assets/sass/plugins/woocommerce/_products.scssnu�[���PK�
�[�M�==*C��assets/sass/plugins/woocommerce/_cart.scssnu�[���PK�
�[�
�HH)ږ�assets/sass/plugins/_magazine-blocks.scssnu�[���PK�
�[�{���%{��assets/sass/plugins/_wp-pagenavi.scssnu�[���PK�
�[,�`�++"ě�assets/sass/plugins/_headroom.scssnu�[���PK�
�[�X�GG"A��assets/sass/plugins/_wishlist.scssnu�[���PK�
�[ɰ�^��0ڟ�assets/sass/abstracts/mixins/_miscellenious.scssnu�[���PK�
�[YXE���-��assets/sass/abstracts/mixins/_typography.scssnu�[���PK�
�[��B�,��assets/sass/abstracts/mixins/_structure.scssnu�[���PK�
�[��[��)���assets/sass/abstracts/mixins/_length.scssnu�[���PK�
�[s����.���assets/sass/abstracts/mixins/_breakpoints.scssnu�[���PK�
�[���&��%꫇assets/sass/abstracts/_abstracts.scssnu�[���PK�
�[�-�;kk,��assets/sass/abstracts/variables/_colors.scssnu�[���PK�
�[w7}II0۹�assets/sass/abstracts/variables/_typography.scssnu�[���PK�
�[�9c0ee#���assets/sass/generic/_normalize.scssnu�[���PK�
�[�8�{XX$<��assets/sass/generic/_box-sizing.scssnu�[���PK�
�[��ͷ��'�Çassets/sass/responsive/_responsive.scssnu�[���PK�
�[�x_'�؇assets/sass/blocks/products/_style.scssnu�[���PK�
�[�R��DD)Z�assets/sass/blocks/blockquote/_style.scssnu�[���PK�
�[|��~��$��assets/sass/blocks/query/_style.scssnu�[���PK�
�[3�0ii��assets/sass/blocks/_blocks.scssnu�[���PK�
�[)>�55%��assets/sass/blocks/button/_style.scssnu�[���PK�
�[ [q�zz&�assets/sass/blocks/gallery/_style.scssnu�[���PK�
�[j2�|>>��assets/sass/style.scssnu�[���PK�
�[��K7

.j��assets/sass/components/comments/_comments.scssnu�[���PK�
�[.dκ

:��assets/sass/components/header-actions/_header-actions.scssnu�[���PK�
�[X&����'D�assets/sass/components/_components.scssnu�[���PK�
�[�[�6x	x	64�assets/sass/components/social-icons/_social-icons.scssnu�[���PK�
�[jj�see,!�assets/sass/components/entry/_thumbnail.scssnu�[���PK�
�[Z�{��*�!�assets/sass/components/entry/_summary.scssnu�[���PK�
�[���tt(�"�assets/sass/components/entry/_entry.scssnu�[���PK�
�[ye���)�#�assets/sass/components/entry/_header.scssnu�[���PK�
�[}��Mcc)�$�assets/sass/components/entry/_footer.scssnu�[���PK�
�[�;0��'�%�assets/sass/components/entry/_meta.scssnu�[���PK�
�[�����)�)�assets/sass/components/entry/_button.scssnu�[���PK�
�[W�
�--=�+�assets/sass/components/widgets/_featured-category-slider.scssnu�[���PK�
�[���+D2�assets/sass/components/widgets/_search.scssnu�[���PK�
�[����~~6V6�assets/sass/components/widgets/_highlighted-posts.scssnu�[���PK�
�[���MM,:<�assets/sass/components/widgets/_widgets.scssnu�[���PK�
�[YDR4��:�S�assets/sass/components/widgets/_featured-post-style-1.scssnu�[���PK�
�[����3�W�assets/sass/components/widgets/_call-to-action.scssnu�[���PK�
�[�q��:p^�assets/sass/components/widgets/_featured-post-style-2.scssnu�[���PK�
�[�uf��0�`�assets/sass/components/widgets/_random-post.scssnu�[���PK�
�[E0��++4�c�assets/sass/components/widgets/_category-slider.scssnu�[���PK�
�[-�W��2yi�assets/sass/components/widgets/_advertisement.scssnu�[���PK�
�[;$�nQQ-�l�assets/sass/components/menus/_navigation.scssnu�[���PK�
�[��&xx=|y�assets/sass/components/menus/_common-desktop-mobile-menu.scssnu�[���PK�
�[Il##/a{�assets/sass/components/menus/_primary-menu.scssnu�[���PK�
�[��U��6ޞ�assets/sass/components/header-media/_header-media.scssnu�[���PK�
�[�t�RR4ꢈassets/sass/components/page-header/_breadcrumbs.scssnu�[���PK�
�[�����4���assets/sass/components/page-header/_page-header.scssnu�[���PK�
�[p��KK,���assets/sass/components/top-bar/_top-bar.scssnu�[���PK�
�[�����)@��assets/sass/components/top-bar/_menu.scssnu�[���PK�
�[�}�GG0���assets/sass/components/top-bar/_header-date.scssnu�[���PK�
�[yGz�26��assets/sass/components/top-bar/_breaking-news.scssnu�[���PK�
�[]�Z�'B'B#���assets/sass/style-editor-block.scssnu�[���PK�
�[+ͅ�YY.�assets/sass/woocommerce.scssnu�[���PK�
�[�A�
�
��assets/sass/fonts/_fonts.scssnu�[���PK�
�[����QQ+���assets/sass/layouts/footer/_footer-bar.scssnu�[���PK�
�[�H2���'g�assets/sass/layouts/footer/_footer.scssnu�[���PK�
�[XHY��.L�assets/sass/layouts/footer/_scroll-to-top.scssnu�[���PK�
�[F��55 �assets/sass/layouts/page-templates/_page-builder.scssnu�[���PK�
�[n6��1�!�assets/sass/layouts/post-format/_post-format.scssnu�[���PK�
�[�2V�

#�$�assets/sass/layouts/blog/_blog.scssnu�[���PK�
�[�q���/�,�assets/sass/layouts/blog/layouts/_layout-1.scssnu�[���PK�
�[�ﺈ��/A/�assets/sass/layouts/blog/layouts/_layout-2.scssnu�[���PK�
�[��p7��*R2�assets/sass/layouts/blog/_single-post.scssnu�[���PK�
�[/GJ�assets/sass/layouts/sidebar/_right-sidebar.scssnu�[���PK�
�[���,�J�assets/sass/layouts/sidebar/_no-sidebar.scssnu�[���PK�
�[kZ���)�P�assets/sass/layouts/sidebar/_sidebar.scssnu�[���PK�
�['}w���.�S�assets/sass/layouts/sidebar/_left-sidebar.scssnu�[���PK�
�[zDQCKK&8U�assets/sass/layouts/pages/_search.scssnu�[���PK�
�[SC=��)�W�assets/sass/layouts/pages/_no-result.scssnu�[���PK�
�[�ܜ�#�\�assets/sass/layouts/pages/_404.scssnu�[���PK�
�[�_���!Jb�assets/sass/layouts/_layouts.scssnu�[���PK�
�[3mg�assets/sass/layouts/common/_header-footer-bars.scssnu�[���PK�
�[�U9rRR)�g�assets/sass/layouts/content/_content.scssnu�[���PK�
�[�Q���({l�assets/sass/layouts/header/_top-bar.scssnu�[���PK�
�[.��]��'�p�assets/sass/layouts/header/_header.scssnu�[���PK�
�[��҃�9�y�assets/sass/layouts/header/layouts/layout-2/_style-1.scssnu�[���PK�
�[�z>���%��assets/sass/utilities/_clearings.scssnu�[���PK�
�[��&Ǎ�assets/sass/utilities/_alignments.scssnu�[���PK�
�[4�q��))��assets/sass/utilities/_accessibility.scssnu�[���PK�
�[�==88+��assets/sass/utilities/_infinite-scroll.scssnu�[���PK�
�[��>$$$���assets/sass/dark.scssnu�[���PK�
�[�+��II��assets/sass/base/_base.scssnu�[���PK�
�[�M�6��*���assets/sass/base/typography/_headings.scssnu�[���PK�
�[��-�__&⾉assets/sass/base/typography/_copy.scssnu�[���PK�
�[�V,��%�ĉassets/sass/base/elements/_icons.scssnu�[���PK�
�[v��S��$�ʼnassets/sass/base/elements/_body.scssnu�[���PK�
�[$�ljassets/sass/base/elements/_grid.scssnu�[���PK�
�[t�J77%�ljassets/sass/base/elements/_table.scssnu�[���PK�
�[�p3tt'{ɉassets/sass/base/elements/_columns.scssnu�[���PK�
�[��\�$Fˉassets/sass/base/elements/_list.scssnu�[���PK�
�[�I�S��&�̉assets/sass/base/elements/_common.scssnu�[���PK�
�[H��s��&�͉assets/sass/base/elements/_fields.scssnu�[���PK�
�[Q����)�ԉassets/sass/base/elements/_container.scssnu�[���PK�
�[ �5ש�%�׉assets/sass/base/elements/_media.scssnu�[���PK�
�[�?��$�߉assets/sass/base/elements/_link.scssnu�[���PK�
�[<W���&��assets/sass/base/elements/_button.scssnu�[���PK�
�[�	��#�#'(�assets/library/font-awesome/css/all.cssnu�[���PK�
�[A�t�T�T/H�assets/library/font-awesome/css/svg-with-js.cssnu�[���PK�
�[�8�yy4,\�assets/library/font-awesome/css/font-awesome.min.cssnu�[���PK�
�[&g��k�k0�Ռassets/library/font-awesome/css/v4-shims.min.cssnu�[���PK�
�[�:��I�I.�A�assets/library/font-awesome/css/brands.min.cssnu�[���PK�
�[	—�kk)ы�assets/library/font-awesome/css/solid.cssnu�[���PK�
�[3�p�;�;3���assets/library/font-awesome/css/fontawesome.min.cssnu�[���PK�
�[ȣ6�ss+�ʎassets/library/font-awesome/css/regular.cssnu�[���PK�
�[R�/�]�]*}͎assets/library/font-awesome/css/brands.cssnu�[���PK�
�[��f�f�,�+�assets/library/font-awesome/css/v4-shims.cssnu�[���PK�
�[�277-YΏassets/library/font-awesome/css/solid.min.cssnu�[���PK�
�[R��A<�<�0�Џassets/library/font-awesome/css/font-awesome.cssnu�[���PK�
�[�t@
�
�/�c�assets/library/font-awesome/css/fontawesome.cssnu�[���PK�
�[0��<B<B3��assets/library/font-awesome/css/svg-with-js.min.cssnu�[���PK�
�[�;���+�a�assets/library/font-awesome/css/all.min.cssnu�[���PK�
�[{-�??/��assets/library/font-awesome/css/regular.min.cssnu�[���PK�
�[���2��assets/library/font-awesome/fonts/fa-solid-900.ttfnu�[���PK�
�[\�DŬ���9���assets/library/font-awesome/fonts/fontawesome-webfont.ttfnu�[���PK�
�[�w���:���assets/library/font-awesome/fonts/fa-v4compatibility.woff2nu�[���PK�
�[1��˜�1��assets/library/font-awesome/fonts/FontAwesome.otfnu�[���PK�
�[3{��~�~:���assets/library/font-awesome/fonts/fontawesome-webfont.woffnu�[���PK�
�[���_�_6K!�assets/library/font-awesome/fonts/fa-regular-400.woff2nu�[���PK�
�[ϕ����5Y��assets/library/font-awesome/fonts/fa-brands-400.woff2nu�[���PK�
�[���RJ�J�9�.�assets/library/font-awesome/fonts/fontawesome-webfont.svgnu�[���PK�
�[Op�n�n�9a�assets/library/font-awesome/fonts/fontawesome-webfont.eotnu�[���PK�
�[��Uh-h-;8��assets/library/font-awesome/fonts/fontawesome-webfont.woff2nu�[���PK�
�[�A-yJJ4��assets/library/font-awesome/fonts/fa-solid-900.woff2nu�[���PK�
�[MO���'�'8s�assets/library/font-awesome/fonts/fa-v4compatibility.ttfnu�[���PK�
�[>V�Wt�t�4�)�assets/library/font-awesome/fonts/fa-regular-400.ttfnu�[���PK�
�[�uM����3o!�assets/library/font-awesome/fonts/fa-brands-400.ttfnu�[���PK�
�[��;;+��assets/img/main-header/layout-2/style-1.svgnu�[���PK�
�[�2���+\�assets/img/main-header/layout-2/style-2.svgnu�[���PK�
�[�4�NN+��assets/img/main-header/layout-1/style-1.svgnu�[���PK�
�[��F�EE+^�assets/img/main-header/layout-1/style-2.svgnu�[���PK�
�[�k
���+�$�assets/img/main-header/layout-3/style-1.svgnu�[���PK�
�[�ǵD5.�assets/img/style-3.jpgnu�[���PK�
�[�᎓��#�I�assets/img/thumbnail-big-slider.pngnu�[���PK�
�[0����/�\�assets/img/footer-column/footer-column-four.svgnu�[���PK�
�[d��bb.�^�assets/img/footer-column/footer-column-two.svgnu�[���PK�
�[���qq0Y`�assets/img/footer-column/footer-column-three.svgnu�[���PK�
�[ܠfMTT.*b�assets/img/footer-column/footer-column-one.svgnu�[���PK�
�[���%�c�assets/img/thumbnail-small-slider.pngnu�[���PK�
�[��NN!8p�assets/img/header-variation-6.pngnu�[���PK�
�[�G���*�s�assets/img/featured-image-place-holder.pngnu�[���PK�
�[���
����assets/img/style-7.jpgnu�[���PK�
�[�55uu٘�assets/img/left-sidebar.pngnu�[���PK�
�[�M������assets/img/search-result.pngnu�[���PK�
�[�+�;vv!λ�assets/img/header-variation-4.pngnu�[���PK�
�[Ǚ�NH,H,���assets/img/style-2.jpgnu�[���PK�
�[�/�#�##�assets/img/style-6.jpgnu�[���PK�
�[�(�~~L�assets/img/flags.pngnu�[���PK�
�[�z�UU!�assets/img/header-variation-5.pngnu�[���PK�
�[�Yb��$�$��assets/img/style-5.jpgnu�[���PK�
�[�v�@ss+�D�assets/img/no-sidebar-full-width-layout.pngnu�[���PK�
�[zp��$SP�assets/img/blog/layout-2/style-1.svgnu�[���PK�
�[��<�ww$JT�assets/img/blog/layout-2/style-2.svgnu�[���PK�
�[Sй]]$Y�assets/img/blog/layout-1/style-1.svgnu�[���PK�
�[�����$�\�assets/img/blog/layout-1/style-2.svgnu�[���PK�
�[� �X��$�_�assets/img/sidebar/right-sidebar.svgnu�[���PK�
�[ࠁ-#d�assets/img/sidebar/both-sidebar.svgnu�[���PK�
�[o#L99{h�assets/img/sidebar/default.svgnu�[���PK�
�[v�,��}�assets/img/sidebar/centered.svgnu�[���PK�
�[T5�*�� ���assets/img/sidebar/contained.svgnu�[���PK�
�[�ɇ��#�assets/img/sidebar/left-sidebar.svgnu�[���PK�
�[ގ׬�� ��assets/img/sidebar/stretched.svgnu�[���PK�
�[��vee*��assets/img/footer-bar-alignment/center.svgnu�[���PK�
�[@u��dd)ϐ�assets/img/footer-bar-alignment/right.svgnu�[���PK�
�[��nee(���assets/img/footer-bar-alignment/left.svgnu�[���PK�
�[��nBss!I��assets/img/header-variation-2.pngnu�[���PK�
�[�E�fbb
��assets/img/two-sidebars.pngnu�[���PK�
�[�ȞCww���assets/img/right-sidebar.pngnu�[���PK�
�[݌,�HH!}��assets/img/header-variation-3.pngnu�[���PK�
�[���}��1��assets/img/no-sidebar-content-centered-layout.pngnu�[���PK�
�[��,'B:B:���assets/img/style-4.jpgnu�[���PK�
�[.�?�"�"��assets/img/style-1.jpgnu�[���PK�
�[c�a�@@$��assets/img/slider-featured-image.pngnu�[���PK�
�[�
��hh('�assets/img/highlights-featured-image.pngnu�[���PK�
�[�{�$��!�3�assets/img/header-variation-1.pngnu�[���PK�
�[v�
%UU#�7�assets/img/alignment/align-left.svgnu�[���PK�
�[B�f�UU$];�assets/img/alignment/align-right.svgnu�[���PK�
�[��Y�WW%?�assets/img/alignment/align-center.svgnu�[���PK�
�[��e�E�E$�B�assets/img/container-layout/wide.svgnu�[���PK�
�[��3EEEE#���assets/img/container-layout/box.svgnu�[���PK�
�[(0
H!2εassets/css/owfont-regular.min.cssnu�[���PK�
�[�����"��assets/css/jquery.bxslider.min.cssnu�[���PK�
�[&;�F'F'm�assets/css/owfont-regular.cssnu�[���PK�
�[�<@;;�assets/css/jquery.bxslider.cssnu�[���PK�
�[Q<g�II&�*�assets/fonts/OpenSans-LightItalic.woffnu�[���PK�
�[�6��D9D9'�s�assets/fonts/OpenSans-VariableFont.woffnu�[���PK�
�[���j�H�H)���assets/fonts/OpenSans-SemiBoldItalic.woffnu�[���PK�
�[#�H7�:�:!���assets/fonts/OpenSans-Medium.woffnu�[���PK�
�[���=�=%�1�assets/fonts/OpenSans-BoldItalic.woffnu�[���PK�
�[�>o��I�I'�o�assets/fonts/OpenSans-MediumItalic.woffnu�[���PK�
�[|w�L1L1��assets/fonts/OpenSans-Bold.woffnu�[���PK�
�[�8|SXX ��assets/fonts/owfont-regular.woffnu�[���PK�
�[���8989#_
�assets/fonts/OpenSans-SemiBold.woffnu�[���PK�
�[ss��@�@��C�assets/fonts/owfont-regular.ttfnu�[���PK�
�[�wS{�3�3$y�assets/fonts/OpenSans-ExtraBold.woffnu�[���PK�
�[&]`ޤ8�8 �6�assets/fonts/OpenSans-Light.woffnu�[���PK�
�[�d�?�?*�o�assets/fonts/OpenSans-ExtraBoldItalic.woffnu�[���PK�
�[\��.o.o{��assets/fonts/owfont-regular.eotnu�[���PK�
�[4�?�9�9"��assets/fonts/OpenSans-Regular.woffnu�[���PK�
�[��@H@H!�X�assets/fonts/OpenSans-Italic.woffnu�[���PK�
�[�˪(

s��assets/fonts/owfont-regular.svgnu�[���PK�
�[-xp����ū�assets/fonts/owfont-regular.otfnu�[���PK�
�[�����Z�404.phpnu�[���PK�
�[�"�fucuc
a�readme.txtnu�[���PK�
�[��,pN�N�	���style.cssnu�[���PK�
�[F�k��
<��header.phpnu�[���PK�
�[
̡o��
m��single.phpnu�[���PK�
�[���L��searchform.phpnu�[���PKGG����

F1le Man4ger